@charset "UTF-8";

/*
	Theme Name: staffmate
	Version: 1.0
	Author: T Hira
	Description: Ver1.0 新規制作
*/

@import url("reset.css");
/* @import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');

/* ------------------------------
body
------------------------------ */
body {
	min-width: 320px;
	color: #000;
	letter-spacing: 0.05em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
body a ,
ul li a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-decoration: none;
	color: #EC7C9A;
;
}
body a:hover ,
ul li a:hover img {
	text-decoration: underline;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
body a.notOpacity ,
ul li a.notOpacity img {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	text-decoration: none;
}
body a.notOpacity:hover ,
ul li a.notOpacity img:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
span[data-aos] {
	display: inline-block;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
}
img.x2 {
	zoom: 0.5;
}
/* Firefox用 */
@-moz-document url-prefix() {
	img.x2 {
		transform-origin: 0 0;
		transform: scale(0.5);
	}
}
select {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

/* ------------------------------
header
------------------------------ */
header {
	position: relative;
	max-width: 1200px;
	margin: 0px auto;
	padding: 20px 0px;
}
header:after {
	clear: both;
	content: "";
	display: block;
}
header a:hover {
	text-decoration: none;
}
header .logo {
	float: left;
	margin-right: 20px;
}
header .to-search {
	float: left;
	margin-top: 40px;
	margin-right: 10px;
}
header .to-search a {
	display: block;
	width: 170px;
	font-size: 18px;
	line-height: 2;
	text-align: center;
	background-color: #00A69C;
	color: #fff;
	border: solid 3px #00A69C;
	border-radius: 8px;
}
header .to-company ,
header .to-tostaff {
	float: left;
	margin-top: 40px;
	margin-right: 10px;
}
header .to-company a ,
header .to-tostaff a {
	display: block;
	box-sizing: border-box;
	width: 170px;
	font-size: 18px;
	line-height: 2;
	text-align: center;
	background-color: #ffff;
	color: #00A69C;
	border: solid 3px #00A69C;
	border-radius: 8px;
}
header .to-company a:hover ,
header .to-tostaff a:hover {
	background-color: rgba(0, 166, 156, 0.15);
}
header .tel {
	float: left;
	margin-top: 40px;
}
header .tel a {
	display: block;
	font-size: 21px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	color: #4D4D4D;
}
header .tel a img {
	vertical-align: middle;
	margin-right: 4px;
}

/* デスクトップ用ヘッダーナビ */
header .desktop-nav {
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	padding: 15px 0px;
	text-align: center;
	font-size: 0px;
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
}
header .desktop-nav ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
header .desktop-nav ul li a {
	display: inline-block;
	font-size: 21px;
	line-height: 2.0;
	text-align: center;
	padding: 0px 0.25em;
	color: #00A69C;
}
header .desktop-nav ul li a:hover {
	text-decoration: none;
}
header .desktop-nav ul li a img {
	margin-right: 5px;
	vertical-align: text-bottom;
}

/* モバイル用ナビ */
.mobile-nav > ul {
	position: fixed;
	background-color: #fff;
	padding: 0;
	z-index: 102;
	top: 0px;
	right: 0;
	width: 100%;
	transform: translateY(-100%);
	transition: all 1.0s;
	border: solid 4px #00A69C;
	overflow: auto;
	max-height: 100%;
}
.mobile-nav ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 4px solid #00A69C;
}
.mobile-nav ul li:last-child {
	border-bottom: none;
}
.mobile-nav ul li .noLink ,
.mobile-nav ul li a {
	display: block;
	text-align: center;
	line-height: 1.25;
	color: #00A69C;
	padding: 0.5em;
	font-size: 18px;
	font-weight: bold;
}
.mobile-nav ul .current {
	display: block;
	text-align: left;
	line-height: 1.25;
	padding: 0.5em;
	font-size: 16px;
	background-color: #00A69C;
	color: #fff;
}
.mobile-nav ul li a:hover {
	text-decoration: none;
	background-color: #00A69C;
	color: #fff;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.mobile-nav ul.active {
	transform: translate(0px,0px);
}
.mobile-nav .toggle {
	display: block;
	position: fixed;
	right: 20px;
	top: 20px;
	width: 96px;
	height: 96px;
	cursor: pointer;
	z-index: 103;
	background-color: #fff;
	border: solid 4px #00A69C;
	text-align: center;
	border-radius: 8px;
}
.mobile-nav .toggle span {
	display: block;
	position: absolute;
	width: 54px;
	border-bottom: solid 4px #00A69C;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 17px;
}
.mobile-nav .toggle span:nth-child(1) {
	top: 15px;
}
.mobile-nav .toggle span:nth-child(2) {
	top: 30px;
}
.mobile-nav .toggle span:nth-child(3) {
	top: 45px;
}
.mobile-nav .toggle span:nth-child(4) {
	border: none;
	color: #00A69C;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0em;
	top: 58px;
	left: 13px;
	width: auto;
}
.mobile-nav .toggle.active span:nth-child(1) {
	top: 30px;
	left: 16px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mobile-nav .toggle.active span:nth-child(2),
.mobile-nav .toggle.active span:nth-child(3) {
	top: 30px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile-nav .child {
	display: none;
	background-color: #fff;
}
.mobile-nav .parent:after {
	content: '+';
	font-weight: 600;
	margin-left: 0.5em;
	background-color: #fff;
	display: inline-block;
	text-align: center;
	width: 1em;
	border-radius: 0.5em;
}
.mobile-nav .parent.active:after {
	content: '-';
}

/* -------------------------------
main
-------------------------------- */
main {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
main:after {
	clear: both;
	content: "";
	display: block;
}
main .common-inner {
	max-width: 1200px;
	margin: 0px auto;
	padding: 80px 0px;
}
main .common-inner:after {
	clear: both;
	content: "";
	display: block;
}
main .sub-h {
	font-size: 30px;
	line-height: 1.25;
	text-align: left;
	color: #00A99D;
	max-width: 1200px;
	margin: 0px auto;
	padding: 20px;
}
main .green-button ,
main .white-button {
	font-size: 24px;
	line-height: 1.25;
	text-align: center;
}
main .green-button a {
	display: inline-block;
	border: solid 3px #00A99D;
	width: 280px;
	text-align: center;
	border-radius: 8px;
	padding: 0.5em;
	margin: 5px;
	background-color: #00A99D;
	color: #fff;
}
main .white-button a {
	display: inline-block;
	border: solid 3px #00A99D;
	width: 280px;
	text-align: center;
	border-radius: 8px;
	padding: 0.5em;
	margin: 5px;
	background-color: #fff;
	color: #00A99D;
}
main .green-button a:hover ,
main .white-button a:hover {
	text-decoration: none;
}
main .white-button a:hover {
	background-color: rgba(0, 166, 156, 0.15);
}

main .bg-green {
	background-color: rgba(0, 166, 156, 0.15);
}
main .bg-green .white-div {
	background-color: #fff;
	border-radius: 20px;
	padding: 20px 40px;
	text-align: left;
	margin-bottom: 20px;
}

/* メールフォーム共通 */
main .form-div h4 {
	background-color:  #00A69C;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	padding: 0.5em;
	margin-bottom: 20px;
	
}
main .form-div .caution {
	background-color: #fff;
	border: solid 3px #00A69C;
	font-size: 15px;
	line-height: 1.75;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}
main .form-div .acceptance {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 40px;
}
main .form-div .alert {
	color: #f00;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 40px;
}

main .form-div .wpcf7 {
	max-width: 640px;
	margin: 0px auto;
	padding: 0px 10px;
	text-align: left;
}
main .form-div .confirm-div label {
	display: inline-block;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 2em;
}
main .form-div select ,
main .form-div input[type="file"] ,
main .form-div input[type="number"] ,
main .form-div input[type="date"] ,
main .form-div input[type="text"] ,
main .form-div input[type="tel"] ,
main .form-div input[type="email"] ,
main .form-div textarea {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	font-size: 18px;
	font-family: 'Noto Sans JP', serif;
	line-height: 2.0;
	padding: 5px 1em;
	margin-top: 5px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	min-height: 40px !important;
}
main .form-div select {
	background: url(./images/common/select_bg.png) no-repeat right 1em top 50% #fff;
}
main .form-div input[type="number"] ,
main .form-div select[name="birth-year"] ,
main .form-div select[name="birth-month"] ,
main .form-div select[name="birth-day"] ,
main .form-div select[name="from-hour"] ,
main .form-div select[name="from-minute"] ,
main .form-div select[name="after-hour"] ,
main .form-div select[name="after-minute"] ,
main .form-div select[name="use-hour"] ,
main .form-div select[name="use-minute"] {
	width: 140px;
	margin-right: 0.5em;
}
main .form-div select.career ,
main .form-div select.experience {
	width: 240px;
	margin-right: 0.5em;
}
main .form-div .wpcf7-not-valid-tip ,
main .form-div span[role="alert"] {
	background-color: #eee;
	padding: 0.5em;
	margin-bottom: 40px;
}
main .form-div input[readonly="readonly"] {
	background-color: #eee;
}
main .form-div .wpcf7-radio ,
main .form-div .wpcf7-checkbox {
	display: inline-block;
	line-height: 2.0;
	margin-bottom: 20px;
}
main .form-div .wpcf7-radio .wpcf7-list-item {
	padding: 5px;
}
main .form-div input[type="submit"] ,
main .form-div input.wpcf7-previous {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	background-color: #00A69C;
	color: #fff;
	border-radius: 10px;
	border: none;
	font-size: 18px;
	font-family: 'Noto Sans JP', serif;
	padding: 1em;
	text-align: center;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-bottom: 10px;
}
#page-contact #contto-companyact input[type="submit"]:hover ,
#page-contact #contto-companyact input.wpcf7-previous:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* 次へボタン */
.hide-div {
	background-color: #fff;
}
.readmore {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	background-color: #00A69C;
	color: #fff;
	border-radius: 10px;
	border: none;
	font-size: 18px;
	font-family: 'Noto Sans JP', serif;
	padding: 1em;
	text-align: center;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-bottom: 10px;
	cursor: pointer;
}
.readmore .open {
	display: block;
}
.readmore.on-click .open {
	display: none;
}


/* ------------------------------
footer
------------------------------ */
footer {
	overflow: hidden;
	margin: 0px auto;
	box-sizing: border-box;
	background-color: #00A69C;
}
footer a {
	color: #fff;
}
footer .main-area {
	overflow: hidden;
	max-width: 1200px;
	margin: 0px auto;
	padding: 80px 0px;
}
footer .left-area {
	float: left;
	width: 50%;
}
footer .right-area {
	float: right;
	width: 50%;
}
footer .bottom-area {
	clear: both;
	background-color: #fff;
}

/* フッターナビ */
footer nav {
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
}
footer nav ul li a {
	display: block;
	font-size: 21px;
	font-weight: bold;
	line-height: 2;
	margin: 0.25em;
	color: #fff;
}
footer nav ul li.border-li a {
	text-align: center;
	margin: 1em 0.25em 0.25em;
	padding: 0.125em 1em;
	color: #fff;
	border: solid 1px #fff;
}
footer nav ul li a:hover {
	text-decoration: none;
}
footer h2 {
	font-size: 21px;
	line-height: 2;
	color: #fff;
}
/* フッターナビ */
footer .sns-ul {
	text-align: left;
	font-size: 0px;
	letter-spacing: 0px;
	margin-bottom: 40px;
}
footer .sns-ul li {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin-right: 20px;
}
footer .copy-right {
	max-width: 1200px;
	margin: 0px auto;
	text-align: left;
	background-color: #fff;
	clear: both;
	color: #000;
	font-size: 18px;
	line-height: 1.5;
	padding: 0.5em;
}


/* ------------------------------
common
------------------------------ */
/* margin */
.mb_0 {
	margin-bottom: 0px !important;
}
.mb_10 {
	margin-bottom: 10px !important;
}
.mb_20 {
	margin-bottom: 20px !important;
}
.mb_30 {
	margin-bottom: 30px !important;
}
.mb_40 {
	margin-bottom: 40px !important;
}
.mb_80 {
	margin-bottom: 80px !important;
}
.mt_minus20 {
	margin-top: -20px;
}
.mt_minus30 {
	margin-top: -30px;
}
/* float */
.f_left {
	float: left;
	margin-right: 10px;
}
.f_right {
	float: right;
	margin-left: 10px;
}
/* clear */
.c_both {
	clear: both;
}

/* ------------------------------
wordpress
------------------------------ */
.alignnone {
	margin: 10px;	
}
.aligncenter {
	display: block;
	margin: 10px auto;
}
.alignleft {
	float: left;
	margin: 10px;
}
.alignright {
	float: right;
	margin: 10px;
}
.size-full {
	max-width: 100%;
	height: auto;
	margin: 10px 0;
}

/* ------------------------------
top トップページ
------------------------------ */
/* ページ共通 */
#page-top .staffmate-h {
	background: url("./images/top/staffmate-h_bg.png") no-repeat center;
	background-size: contain;
	line-height: 180px;
	text-align: center;
	margin-bottom: 40px;
	font-size: 30px;
}
#page-top .staffmate-h strong {
	font-size: 40px;
	color: #00A99D;
}
#page-top .under-h {
	background: url("./images/top/under-h_bg.png") no-repeat left center;
	line-height: 124px;
	text-align: left;
	padding-left: 160px;
	font-size: 30px;
	color: #4D4D4D;
	max-width: 1024px;
	margin: 0px auto 20px;
}
#page-top .button-ul {
	list-style: none;
	max-width: 1000px;
	margin: 0px auto 40px;
	text-align: center;
	font-size: 0px;
	letter-spacing: 0px;
}
#page-top .button-ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
}

/* スライドショー */
#page-top #slick-div {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	border: solid 1px #666;
	padding: 40px;
}
#page-top #slick-div .slick-image-ul {
	margin: 0px 10px 20px;
	max-height: 320px;
}
#page-top #slick-div .slick-image-li {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 10px;
}
#page-top #slick-div .slick-image-li img {
	margin: 0px auto;
}
#page-top #slick-div .slick-prev {
	left: -20px !important;
	z-index: 30;
}
#page-top #slick-div .slick-next {
	right: -20px !important;
	z-index: 30;
}
#page-top #slick-div .slick-prev:before ,
#page-top #slick-div .slick-next:before {
	color: #00A69C;
}
#page-top #slick-div h2 {
	color: #00A69C;
	font-size: 48px;
	text-align: center;
}
/* 注目求人情報 */
#page-top #attention {
	overflow: hidden;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
}
#page-top #attention h3 {
	display: inline-block;
	font-size: 24px;
	text-align: left;
	margin-bottom: 40px;
}
#page-top #attention h2 {
	font-size: 30px;
	color: #00A99D;
	margin-bottom: 0.5em;
}
#page-top #attention ul {
	list-style: none;
	max-width: 900px;
	margin: 0px auto 40px;
}
#page-top #attention ul li a {
	display: block;
	padding: 10px;
	border-bottom: dotted 1px #000;
	color: #000;
}
#page-top #attention ul li a:hover {
	text-decoration: none;
	background-color: rgba(0, 166, 156, 0.15);
}

/* エリアで探す */
#page-top #search-area {
	overflow: hidden;
	text-align: center;
}
#page-top #search-area h3 {
	max-width: 1000px;
	margin: 0px auto 20px;
	text-align: left;
	font-size: 36px;
}
#page-top #search-area h3 span {
	display: flex;
	align-items: center;
}
#page-top #search-area h3 span:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #4D4D4D;
}
#page-top #search-area h3 span:after {
	margin-left: 1rem;
}

/* 職種で探す */
#page-top #search-occupation {
	overflow: hidden;
	text-align: center;
}
#page-top #search-occupation ul {
	max-width: 900px;
	margin: 0px auto 40px;
	list-style: none;
}
#page-top #search-occupation ul li {
	text-align: left;
	border-bottom: dotted 1px #000;
}
#page-top #search-occupation ul li a {
	background: url("./images/top/search-occupation_li_bg.png") no-repeat right 12px center;
	display: block;
	font-size: 32px;
	line-height: 1.5;
	padding: 0.25em;
	color: #000;
}
#page-top #search-occupation ul li a:hover {
	text-decoration: none;
	background-color: rgba(0, 166, 156, 0.15);
}

/* お仕事検索 */
#page-top #to-search h2 {
	background-color: #00A69C;
	color: #fff;
	font-size: 36px;
	line-height: 2;
	text-align: center;
	border-radius: 20px 20px 0px 0px;
	margin: -40px -40px 0px;
}
#page-top #to-search .searchandfilter-div {
	border: solid 4px #00A69C;
	border-radius: 24px;
	padding: 40px;
}
#page-top #to-search form.searchandfilter ul {
	width: 100%;
	padding-top: 40px;
}
#page-top #to-search form.searchandfilter ul li {
	display: inline-block;
	width: 48%;
	margin-right: 2%;
	overflow: hidden;
}
#page-top #to-search form.searchandfilter ul li:last-child {
	width: 100%;
	text-align: right;
}
#page-top #to-search form.searchandfilter ul li:last-child input {
	appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
	width: 280px;
	font-size: 36px;
	line-height: 1.5;
	border: 5px solid #00A99D;
	border-radius: 0.75em;
	margin: 40px 0px;
	box-shadow: none;
}
#page-top #to-search form.searchandfilter ul li:last-child input:hover {
	background-color: rgba(0, 166, 156, 0.15);
}
#page-top #to-search form.searchandfilter h4 {
	font-size: 36px;
	line-height: 1.25;
	color: #00A99D;
}
#page-top #to-search .searchandfilter-div select {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	height: 2.8em;
	padding: 10px;
	border: none;
	background: url("./images/top/select_bg.png") no-repeat right 12px center;
	border-bottom: 5px solid #00A99D;
	background-color: #fff;
	color: #333333;
	font-size: 24px;
	cursor: pointer;
}
#page-top #to-search .searchandfilter-div select:focus {
	outline: none;
}
#page-top #to-search .searchandfilter-div .button {
	font-size: 24px;
	margin-top: -90px;
	margin-bottom: 20px;
}
#page-top #to-search .searchandfilter-div a {
	font-size: 24px;
	color: #00A99D;
	border-bottom: solid 1px #00A99D;
	padding: 0.5em;
}
#page-top #to-search .searchandfilter-div a:hover {
	text-decoration: none;
}

/* スタッフメイトが選ばれる理由 */
#page-top #reason {
	overflow: hidden;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
}
#page-top #reason ul {
	list-style: none;
	max-width: 1000px;
	margin: 0px auto 40px;
	text-align: center;
	font-size: 0px;
	letter-spacing: 0px;
}
#page-top #reason ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	width: 32%;
	color: #00A99D;
	margin-bottom: 40px;
}
#page-top #reason ul li .image {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#page-top #reason ul li .image img {
	vertical-align: middle;
}

/* よくある質問 */
#page-top #q-and-a .accordion {
	margin: 0px auto 40px;
	max-width: 1000px;
}
#page-top #q-and-a .toggle {
	display: none;
}
#page-top #q-and-a .faq {
	position: relative;
	margin-bottom: 1rem;
}
#page-top #q-and-a .question,.anser {
	transform: translateZ(0);
	transition: all 0.3s;
}
#page-top #q-and-a .question {
	border: solid 1px #00A99D;
	font-size: 20px;;
	padding: 20px;
	display: block;
	color: #00A99D;
}
#page-top #q-and-a .question span,.anser span {
	font-size: 150%;
	font-weight: bold;
	padding-right: 0.5em;
	color: #00A99D;
	line-height: 0;
}
#page-top #q-and-a .question:after,.question:before {
	content: "";
	position: absolute;
	right: 1.25rem;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 0.75rem;
	background-color: #00A99D;
	transition: all 0.3s;
}
#page-top #q-and-a .question:after {
	transform: rotate(90deg);
}
#page-top #q-and-a .anser {
	max-height: 0;
	overflow: hidden;
	font-size: 20px;;
}
#page-top #q-and-a .anser div {
	margin: 0;
	padding: 2rem 1rem 2rem;
	line-height: 1.8;
}
#page-top #q-and-a .toggle:checked + .question + .anser {
	max-height: 500px;
	transition: all 1.5s;
}
.toggle:checked + .question:before {
	transform: rotate(90deg) !important;
}

/* ------------------------------
search お仕事検索
------------------------------ */
#page-search #search h2 {
	background-color: #00A69C;
	color: #fff;
	font-size: 36px;
	line-height: 2;
	text-align: center;
	border-radius: 20px 20px 0px 0px;
	margin: -40px -40px 0px;
}
#page-search #search form.searchandfilter h4 {
	font-size: 36px;
	line-height: 1.25;
	color: #00A99D;
	margin: 10px 0px;
}
#page-search #search .searchandfilter-div {
	border: solid 4px #00A69C;
	border-radius: 24px;
	padding: 40px;
}
#page-search #search form.searchandfilter > div > ul {
	width: 100%;
	padding-top: 40px;
	margin: 0px;
}
/* エリア　職種　キーワード検索 */
#page-search #search form.searchandfilter > div > ul > li:nth-of-type(1) ,
#page-search #search form.searchandfilter > div > ul > li:nth-of-type(2) {
	display: inline-block;
	width: 48%;
	margin-right: 2%;
	overflow: hidden;
	margin-bottom: 40px;
}
#page-search #search .searchandfilter-div select {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	box-sizing: border-box;
	height: 2.8em;
	padding: 10px;
	border: none;
	background: url("./images/top/select_bg.png") no-repeat right 12px center;
	border-bottom: 5px solid #00A99D;
	background-color: #fff;
	color: #333333;
	font-size: 24px;
	cursor: pointer;
}
#page-search #search .searchandfilter-div select:focus {
	outline: none;
}

/* キーワード検索 */
#page-search #search form.searchandfilter > div > ul > li:nth-of-type(4) {
	display: inline-block;
	width: 48%;
	overflow: hidden;
	margin-bottom: 40px;
}
#page-search #search form.searchandfilter > div > ul > li:nth-of-type(4) input {	
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	box-sizing: border-box;
	height: 2.8em;
	padding: 10px;
	border: none;
	border: solid 1px #00A99D;
	background-color: #fff;
	color: #333333;
	font-size: 24px;
	cursor: pointer;
}

/* 条件 */
#page-search #search form.searchandfilter > div > ul > li:nth-of-type(3) {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
#page-search #search form.searchandfilter ul li.cat-item {
	display: inline-block;
	overflow: hidden;
	width: 24%;
	font-size: 21px;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
#page-search #search form.searchandfilter ul li.cat-item:hover {
	background-color: rgba(0, 166, 156, 0.15);
}
/* 検索ボタン */
#page-search #search form.searchandfilter > div > ul > li:last-child {
	display: inline-block;
	width: 50%;
	overflow: hidden;
	text-align: right;
}
#page-search #search form.searchandfilter > div > ul > li:last-child input {
	appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
	width: 280px;
	font-size: 36px;
	line-height: 1.5;
	border: 5px solid #00A99D;
	border-radius: 0.75em;
	margin: 40px 0px;
	box-shadow: none;
}
#page-search #search form.searchandfilter > div > ul > li:last-child input:hover {	
	background-color: rgba(0, 166, 156, 0.15);
}

/* ------------------------------
flow お仕事開始までの流れ
------------------------------ */
#page-flow .flow {
	text-align: center;
	margin: 40px 0px;
}
#page-flow .step-div {
	background-color: #fff;
	border-radius: 20px;
	padding: 20px 40px;
	text-align: left;
	margin-bottom: 80px;
	min-height: 290px;
}
#page-flow .step-div .image {
	float: right;
	margin-left: 60px;
}
#page-flow .step-div h2 {
	font-size: 24px;
	line-height: 1.5;
	color: #00A69C;
	border-bottom: solid 1px #00A69C;
	margin-bottom: 10px;
	padding: 10px;
	width: 720px;
	margin-top: -80px;
}
#page-flow .step-div h2 img {
	margin-right: 1em;
	margin-left: -50px;
}
#page-flow .step-div .text {
	font-size: 21px;
	line-height: 1.5;
	margin-bottom: 1em;
}

/* ------------------------------
corporate 会社案内
------------------------------ */
#page-corporate .jump-ul {
	text-align: center;
	font-size: 0px;
	letter-spacing: 0px;
	margin: 40px;
}
#page-corporate .jump-ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: 320px;
	border: solid 3px #00A99D;
	border-radius: 12px;
	margin: 0px 10px 10px;
}
#page-corporate .jump-ul li:nth-of-type(2n) {
	background-color: #EBF4F6;
}
#page-corporate .jump-ul li a {
	display: block;
	font-size: 24px;
	line-height: 2;
	font-weight: bold;
	color: #00A99D;
	padding: 20px;
}
#page-corporate .jump-ul li a .en {
	display: block;
	border-bottom: solid 1px #00A99D;
}
#page-corporate .jump-ul li a .ja {
	display: block;
}
#page-corporate .jump-ul li a:hover {
	text-decoration: none;
	background-color: #EBF4F6;
}
#page-corporate .jump-ul li:nth-of-type(2n) a:hover {
	background-color: #fff;
}
/* 代表者挨拶 */
#page-corporate #message h2 {
	margin-bottom: 20px;
}
#page-corporate #message .text {
	font-size: 36px;
	line-height: 1.25;
	color: #666;
	margin-bottom: 1em;
	padding-left: 100px;
}
#page-corporate #message .text02 {
	font-size: 24px;
	line-height: 1.5;
	max-width: 1000px;
	margin: 0px auto 80px;
}
#page-corporate #message li {
	list-style: none;
	overflow: hidden;
	max-width: 1040px;
	margin: 0px auto 40px;
}
#page-corporate #message li .image {
	float: left;
	margin-right: 40px;
}
#page-corporate #message li h3 {
	font-size: 30px;
	line-height: 2;
	color: #00A99D;
	border-bottom: solid 1px #00A69C;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#page-corporate #message li .text03 {
	font-size: 24px;
	line-height: 1.75;
}
#page-corporate #philosophy h2 ,
#page-corporate #profile h2 {
	font-size: 30px;
	line-height: 2;
	color: #00A99D;
	margin-bottom: 20px;
}
/* 企業理念 */
#page-corporate #philosophy .green-div {
	background-color: rgba(0, 166, 156, 0.15);
	border-radius: 20px;
	padding: 40px 80px;
	max-width: 1080px;
	margin: 0px auto 80px;
}
#page-corporate #philosophy li {
	list-style: none;
	padding-left: 3em;
	background: url(./images/corporate/philosophy_li_bg.png) no-repeat left 0px top 0.75em;
	color: #666;
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 1em;
}
/* 会社概要 / 沿革 */
#page-corporate #overview ,
#page-corporate #rate ,
#page-corporate #history {
	background-color: #fff;
	border-radius: 20px;
	padding: 20px 40px;
	max-width: 1080px;
	margin: 0px auto 80px;
}
#page-corporate #profile h3 {
	font-size: 36px;
	line-height: 2;
	color: #00A99D;
	margin-bottom: 20px;
	border-bottom: solid 1px #00A99D;
	text-align: center;
}
#page-corporate #overview table {
	line-height: 1.5;
	width: 100%;
}
#page-corporate #overview table tr {
	border-bottom: solid 15px #fff;
}
#page-corporate #overview table th {
	font-weight: normal;
	text-align: right;
	font-size: 24px;
	border-right: solid 3px #B3B3B3;
	padding: 0.5em 1em;
	width: 300px;
}
#page-corporate #overview table td {
	font-size: 21px;
	padding: 0.5em 1em;
}
#page-corporate #rate .text {
	font-size: 24px;
	line-height: 1.75;
	margin-bottom: 1em;
}
#page-corporate #history h4 {
	font-size: 54px;
	line-height: 1.5;
	color: rgba(0, 166, 156, 0.5);
}
#page-corporate #history table {
	line-height: 1.5;
	width: 100%;
}
#page-corporate #history table tr {
	border-bottom: solid 15px #fff;
}
#page-corporate #history table th {
	font-weight: normal;
	text-align: right;
	font-size: 24px;
	padding: 0.5em 1em;
	width: 240px;
	color: #808080;
}
#page-corporate #history table td {
	font-size: 21px;
	padding: 0.5em 1em;
	color: #4D4D4D;
}

/* ------------------------------
contact お問い合わせ一覧
------------------------------ */
#page-contact .under-h {
	font-size: 24px;
	line-height: 1.25;
	border-bottom: solid 1px #00A69C;
	color: #00A69C;
	max-width: 640px;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
#page-contact .text {
	font-size: 21px;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
#page-contact .tel {
	color: #00A69C;
	font-size: 18px;
	line-height: 1.25;
	margin-bottom: 1em;
}
#page-contact .tel .name {
	color: #00A69C;
	font-size: 27px;
	margin-right: 1em;
}
#page-contact .tel strong {
	font-size: 60px;
}
#page-contact .tel a {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #00A69C;
	text-align: center;
}
#page-contact .tel a:hover {
	text-decoration: none;
}
/* モーダルウインドウ */
.modal_trigger {
	list-style: none;
}
.modal_trigger li {
	cursor: pointer;
	margin-bottom: 20px;
}
.modal_trigger li:hover {
	background-color: rgba(255, 255, 255, 0.75) !important;
}
.modal_box {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.modal_bg {
	background-color: rgba(0, 0, 0, 0.75);
	height: 100%;
	width: 100%;
}
.modal_close {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 2rem;
}
.modal_inner {
	background-color: #fff;
	left: 50%;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 1000px;
	width: 90vw;
	height: 90vh;
	overflow: auto;
	padding: 40px;
}
.modal_inner h3 {
	text-align: left;
	font-size: 18px;
	line-height: 1.75;
	margin-bottom: 0.5em;
	background-color: #00A69C;
	color: #fff;
	border-radius: 10px;
	padding: 0.25em;
	text-align: center;
}
.modal_inner h3 strong {
	font-size: 150%;
	margin-left: 0.5em;
}
.modal_inner .text {
	font-size: 16.5px !important;
	line-height: 1.75 !important;
	margin-bottom: 2em !important;
}
.modal_inner h4 {
	font-size: 18px;
	line-height: 1.75;
	padding: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: solid 1px #00A69C;
}
.modal_inner ul {
	list-style: none;
	margin-bottom: 40px;
}
.modal_inner ul li {
	font-size: 18px;
	line-height: 1.75;
}


/* ------------------------------
company 企業ご担当者様
------------------------------ */
#page-company #introduction {
	text-align: center;
}
#page-company #introduction h2 {
	display: inline-block;
	font-size: 24px;
	line-height: 1.5;
	text-align: left;
	color: #4D4D4D;
	margin-bottom: 40px;
}
#page-company #introduction ul {
	text-align: center;
	font-size: 0px;
	letter-spacing: 0px;
	margin-bottom: 60px;
}
#page-company #introduction ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin: 0px 10px 10px;
	max-width: 40%;
}
#page-company #introduction .text {
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	color: #4D4D4D;
	font-weight: bold;
}
/* 企業の経営戦略をバックアップ */
#page-company #backup h2 {
	font-size: 30px;
	line-height: 1.5;
	color: #00A69C;
	margin-bottom: 20px;
}
#page-company #backup .text {
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	color: #4D4D4D;
	font-weight: bold;
	margin-bottom: 40px;
}
#page-company #backup dl {
	overflow: hidden;
	border-top: dotted 2px #4D4D4D;
}
#page-company #backup dt {
	float: left;
	width: 24%;
	background-color: #00A69C;
	color: #fff;
	border-radius: 8px;
	text-align: center;
	font-size: 30px;
	padding: 0.5em;
	margin-top: 40px;
}
#page-company #backup dd {
	float: right;
	width: 72%;
	height: 144px;	
	font-size: 24px;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/* サービスご利用までの流れ */
#page-company #service h2 {
	font-size: 30px;
	line-height: 1.5;
	color: #00A69C;
	margin-bottom: 20px;
}
#page-company #service .image-ul {
	text-align: center;
	font-size: 0px;
	letter-spacing: 0px;
	list-style: none;
	margin-bottom: 80px;
}
#page-company #service .image-ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}
#page-company #service .image-ul li .image {
	margin-bottom: 20px;
	vertical-align: middle;
}
#page-company #service .image-ul li.arrow {
	margin-top: 50px;
}
#page-company #service .image-ul li h3 {
	font-size: 24px;
	color: #00A99D;
}
#page-company #service .text-ul {
	max-width: 1080px;
	margin: 0px auto 40px;
}
#page-company #service .text-ul li {
	font-size: 20px;
	line-height: 54px;
	color: #4D4D4D;
	list-style: none;
}
#page-company #service .text-ul li h3 {
	float: left;
	width: 30%;
	color: #00A99D;
}
#page-company #service .text-ul li h3 .number {
	float: left;
	display: block;
	width: 30%;
	background-color: #fff;
	font-size: 42px;
	text-align: center;
}
#page-company #service .text-ul li h3 .green {
	float: left;
	display: block;
	width: 70%;
	background-color: #00A99D;
	color: #fff;
	border: solid 1px #00A99D;
	font-size: 24px;
	text-align: center;
}
#page-company #service .text-ul li .text {
	float: right;
	width: 70%;
	padding-left: 1em;
	border: solid 1px #00A99D;
	box-sizing: border-box;
}
#page-company #service .text-ul li .image {
	margin-bottom: 20px;
	vertical-align: middle;
}
#page-company #service .text-ul li.arrow {
	overflow: hidden;
	clear: both;
	margin-left: 185px;
	height: 54px;
	width: 49px;
}

/* 企業ご担当者様　お問合せ */
#page-company #contact h2 {
	font-size: 30px;
	line-height: 1.5;
	color: #00A69C;
	margin-bottom: 20px;
}
#page-company #contact .text {
	font-size: 21px;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
#page-company #contact .tel {
	color: #00A69C;
	font-size: 18px;
	line-height: 1.25;
	margin-bottom: 1em;
}
#page-company #contact .tel .name {
	color: #00A69C;
	font-size: 27px;
	margin-right: 1em;
}
#page-company #contact .tel strong {
	font-size: 60px;
}
#page-company #contact .tel a {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #00A69C;
	text-align: center;
}
#page-company #contact .tel a:hover {
	text-decoration: none;
}

/* ------------------------------
staff ご就業中の皆様へ
------------------------------ */
#page-tostaff h2 {
	font-size: 24px;
	line-height: 1.5;
	color: #00A69C;
	margin-bottom: 20px;

}
#page-tostaff .text {
	font-size: 21px;
	line-height: 1.5;
	margin-bottom: 40px;
}
#page-tostaff #consultant li {
	list-style: none;
	overflow: hidden;
	max-width: 1040px;
	margin: 0px auto 40px;
}
#page-tostaff #consultant li .image {
	float: left;
	margin-right: 40px;
}
#page-tostaff #consultant li h3 {
	font-size: 30px;
	line-height: 2;
	color: #00A99D;
	border-bottom: solid 1px #00A69C;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#page-tostaff #consultant li .text04 {
	font-size: 18px;
	line-height: 1.75;
}

/* ------------------------------
holiday 有給休暇申請
------------------------------ */
#page-holiday .text {
	font-size: 21px;
	line-height: 1.75;
	margin-bottom: 40px;
}

/* ------------------------------
recruit スタッフメイト採用
------------------------------ */
#page-recruit #staff h2 {
	font-size: 36px;
	line-height: 1.5;
	color: #00A99D;
	margin-bottom: 20px;
	border-bottom: solid 1px #00A99D;
	text-align: center;
}
#page-recruit #staff .main {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 80px;
}
#page-recruit #staff .main strong {
	color: #00A69C;
}
#page-recruit #staff table {
	line-height: 1.5;
	width: 100%;
}
#page-recruit #staff table tr {
	border-bottom: solid 15px #fff;
}
#page-recruit #staff table th {
	font-weight: normal;
	text-align: right;
	font-size: 24px;
	border-right: solid 3px #B3B3B3;
	padding: 0.5em 1em;
	width: 300px;
}
#page-recruit #staff table td {
	font-size: 21px;
	padding: 0.5em 1em;
}
#page-recruit #contact h2 {
	font-size: 30px;
	line-height: 1.5;
	color: #00A69C;
	margin-bottom: 20px;
}
/* ------------------------------
job 求人情報
------------------------------ */
#job {
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
}
#job h2 {
	font-size: 21px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 20px;
}
/* 求人一覧 */
#job .job-ul {
	max-width: 1000px;
	margin: 0px auto 40px;
	list-style: none;
}
#job .job-ul li {
	font-size: 18px;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px 40px;
	text-align: left;
	margin-bottom: 40px;
}
#job .job-ul li h3 {
	font-size: 27px;
	line-height: 1.5;
	color: #00A99D;
	margin-bottom: 0.5em;
}
#job .job-ul li table {	
	width: 100%;
	font-size: 21px;
	line-height: 1.5;
	margin-bottom: 20px;
}
#job .job-ul li table tr {
	border-bottom: solid 1px #00A69C;
}
#job .job-ul li table th {
	width: 100px;
	padding: 0.5em;
	width: 5.5em;
	text-align: left;
}
#job .job-ul li table td {
	padding: 0.5em;
}
#job .job-ul li .text01 {
	font-size: 21px;
	line-height: 1.5;
}


/* 個別ページ */
#job .job-single {
	font-size: 18px;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px 40px;
	text-align: left;
	margin-bottom: 40px;
}
#job .job-single h2 {
	font-size: 27px;
	line-height: 1.5;
	text-align: left;
	color: #00A99D;
	margin-bottom: 0.5em;
}
#job .job-single table {
	width: 100%;
	font-size: 21px;
	line-height: 1.5;
	margin-bottom: 20px;
}
#job .job-single table tr {
	border-bottom: solid 1px #00A69C;
}
#job .job-single table th {
	width: 100px;
	padding: 0.5em;
	width: 8.5em;
	text-align: left;
}
#job .job-single table td {
	padding: 0.5em;
}
#job .job-single .text01 {
	font-size: 21px;
	line-height: 1.5;
	margin-bottom: 1em;
}
#job .job-single ul {
	list-style: none;
}
#job .job-single ul li {
	display: inline-block;
}
#job .job-single ul li a {
	display: inline-block;
	list-style: none;
	border-radius: 10px;
	padding: 0px 1em;
	margin-right: 0.5em;
	margin-bottom: 0.25em;
	background-color: #00A69C;
	color: #fff;
}
#job .job-single ul li a:hover {
	text-decoration: none;
}

/* ページャープラグイン */
#job .wp-pagenavi {
	display: block !important;
	clear: both !important;
	text-align:center;
	overflow: hidden;
	padding: 10px !important;
}
#job .wp-pagenavi a ,
#job .wp-pagenavi span {
	display: inline-block;
	color: #333;
	background-color: #fff;
	border: solid 1px #f3f3f3;
	padding: 8px 15px;
	font-size: 18px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
#job .wp-pagenavi a:hover {
	display: inline-block;
	color:#FFF; 
	text-decoration: none;
	background-color:#00A69C; 
	border-color: #00A69C;
}
#job .wp-pagenavi span.current {
	display: inline-block;
	color: #FFF;
	background-color: #00A69C;
	border-color: #00A69C;
	font-weight: bold;
}
/* 前後の求人情報へ */
#job .post-navi {
	overflow: hidden;
	font-size: 15px;
	width: 100%;
	margin-bottom: 40px;
	line-height: 30px;
}
#job .previous-post {
	float: left;
	max-width: 48%;
	margin-bottom: 10px;
}
#job .next-post {
	float: right;
	max-width: 50%;
	margin-bottom: 10px;
}
#job .post-navi a {
	display: inline-block;
	line-height: 1.5;
	color: #00A69C;
	border: solid 3px #00A69C;
	border-radius: 20.125px;
	margin: 0px auto;
	padding: 10px;
}
#job .post-navi a:hover {
	text-decoration: none;
	background-color: #00A69C;
	color: #fff;
}

/* ------------------------------
information お知らせ
------------------------------ */
#information {
	overflow: hidden;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
}
#information h2 {
	font-size: 30px;
	color: #00A99D;
	margin-bottom: 0.5em;
}
#information ul {
	list-style: none;
	max-width: 900px;
	margin: 0px auto 40px;
}
#information ul li a {
	display: block;
	padding: 10px;
	border-bottom: dotted 1px #000;
	color: #000;
}
#information ul li a .date {
	display: block;
	font-size: 15px;
	color: #00A69C;
}
#information ul li a:hover {
	text-decoration: none;
	background-color: rgba(0, 166, 156, 0.15);
}
/* 個別ページ */
#information .information-single {
	background-color: #fff;
	font-size: 18px;
	line-height: 1.5;
}
#information .information-single .date {
	line-height: 2;
	text-align: left;
}
#information .information-single > h1 {
	font-size: 30px;
	padding: 10px;
	margin-bottom: 20px;
	color: #00A69C;
	border-top: dotted 2px #00A69C;
	border-bottom: dotted 2px #00A69C;
	color: 00A69C;
}
#information .information-single .content {
	overflow: hidden;
	text-align: left;
	margin-bottom: 40px;
}



/* レスポンシブWEBデザイン */
@media screen and (max-width:1360px) {

	/* header */
	header {
		padding: 10px;
	}
	header .logo {
		max-width: 350px;
		margin-bottom: 20px;
	}


	header .desktop-nav {
		display: none;
	}
	header .mobile-nav {
		display: block;
	}
	.mobile-nav .toggle {
		width: 70px;
		height: 70px;
	}
	.mobile-nav .toggle span {
		width: 44px;
		left: 9px;
	}
	.mobile-nav .toggle span:nth-child(1) {
		top: 10px;
	}
	.mobile-nav .toggle span:nth-child(2) {
		top: 20px;
	}
	.mobile-nav .toggle span:nth-child(3) {
		top: 30px;
	}
	.mobile-nav .toggle span:nth-child(4) {
		font-size: 15px;
		top: 40px;
		left: 8.5px;
	}
	.mobile-nav .toggle.active span:nth-child(1) {
		top: 20px;
		left: 9px;
	}
	.mobile-nav .toggle.active span:nth-child(2),
	.mobile-nav .toggle.active span:nth-child(3) {
		top: 20px;
	}
}
@media screen and (max-width:1220px) {

	/* header */
	header {
		padding: 10px;
	}
	header .logo {
		float: none;
		max-width: 75%;
		margin-bottom: 20px;
	}
	header .to-search {
		float: left;
		margin-top: 0px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	header .to-search a {
		width: 150px;
		font-size: 15px;
	}
	header .to-company ,
	header .to-tostaff {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	header .to-company a ,
	header .to-tostaff a {
		width: 150px;
		font-size: 15px;
	}
	header .tel {
		float: left;
		margin-top: 0px;
	}
	header .tel a {
		display: block;
		font-size: 18px;
	}

	/* main */
	main .common-inner {
		max-width: 900px;
		padding: 60px 10px;
	}
	main .sub-h {
		font-size: 21px;
		padding: 10px;
	}
	main .green-button ,
	main .white-button {
		font-size: 18px;
	}
	main .green-button a {
		width: 240px;
	}
	main .white-button a {
		width: 240px;
	}
	main .bg-green .white-div {
		padding: 10px;
		max-width: 900px;
		margin: 0px auto;
	}
	main .form-div select ,
	main .form-div input[type="file"] ,
	main .form-div input[type="number"] ,
	main .form-div input[type="date"] ,
	main .form-div input[type="text"] ,
	main .form-div input[type="tel"] ,
	main .form-div input[type="email"] ,
	main .form-div textarea {
		font-size: 15px;
	}
	main .form-div select {
		background: url(./images/common/select_bg.png) no-repeat right 8px top 50% #fff;
		background-size: 12px;
	}
	main .form-div select[name="birth-year"] ,
	main .form-div select[name="birth-month"] ,
	main .form-div select[name="birth-day"] ,
	main .form-div select[name="from-hour"] ,
	main .form-div select[name="from-minute"] ,
	main .form-div select[name="after-hour"] ,
	main .form-div select[name="after-minute"] ,
	main .form-div select[name="use-hour"] ,
	main .form-div select[name="use-minute"] {
		width: 75px;
		margin-right: 0.125em;
	}
	main .form-div select.career ,
	main .form-div select.experience {
		width: 100px;
		margin-right: 0.125em;
	}
	/* footer */
	footer .main-area {
		padding: 40px 10px;
	}
	footer .left-area {
		display: none;
	}
	footer .right-area {
		float: none;
		width: 100%;
		max-width: 300px;
		margin: 0px auto;
	}
	footer .copy-right {
		font-size: 15px;
	}

	/* top トップページ */
	#page-top .staffmate-h {
		background: url("./images/top/staffmate-h_bg.png") no-repeat center;
		background-size: 336px;
		line-height: 60px;
		margin-bottom: 20px;
		font-size: 21px;
	}
	#page-top .staffmate-h strong {
		font-size: 32px;
	}
	#page-top .under-h {
		background: url("./images/top/under-h_bg.png") no-repeat left center;
		background-size: 336px;
		line-height: 42px;
		padding-left: 50px;
		font-size: 18px;
	}
	#page-top .button-ul {
		margin: 0px auto 20px;
	}
	#page-top .button-ul li {
		font-size: 18px;
	}
	#page-top #slick-div {
		padding: 20px;
	}
	#page-top #slick-div .slick-image-ul {
		margin: 0px 5px 10px;
	}
	#page-top #slick-div .slick-image-li {
		margin: 0px 5px;
	}
	#page-top #slick-div h2 {
		font-size: 24px;
		line-height: 1.5;
	}
	#page-top #attention {
		font-size: 18px;
	}
	#page-top #attention h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#page-top #attention h2 {
		font-size: 21px;
	}
	#page-top #attention ul li a {
		font-size: 15px;
	}
	#page-top #search-area h3 {
		max-width: 900px;
		margin: 0px auto 20px;
		font-size: 24px;
	}
	#page-top #search-occupation ul {
		max-width: 600px;
		margin: 0px auto 20px;
	}
	#page-top #search-occupation ul li a {
		background: url("./images/top/search-occupation_li_bg.png") no-repeat right 12px center;
		font-size: 21px;
	}
	#page-top #to-search h2 {
		font-size: 24px;
		border-radius: 10px 10px 0px 0px;
		margin: -20px -20px 0px;
	}
	#page-top #to-search .searchandfilter-div {
		border-radius: 20px;
		padding: 20px;
		max-width: 600px;
		margin: 0px auto;
	}
	#page-top #to-search form.searchandfilter ul {
		width: 100%;
		padding-top: 40px;
	}
	#page-top #to-search form.searchandfilter ul li {
		width: 100%;
		overflow: hidden;
	}
	#page-top #to-search form.searchandfilter ul li:last-child {
		width: 100%;
		text-align: right;
	}
	#page-top #to-search form.searchandfilter ul li:last-child input {
		font-size: 24px;
		margin: 20px 0px;
	}
	#page-top #to-search form.searchandfilter ul li:last-child input:hover {
		background-color: rgba(0, 166, 156, 0.15);
	}
	#page-top #to-search form.searchandfilter h4 {
		font-size: 36px;
		line-height: 1.25;
		color: #00A99D;
	}
	#page-top #to-search .searchandfilter-div select {
		font-size: 15px;
		border-bottom: 3px solid #00A99D;
	}
	#page-top #to-search .searchandfilter-div .button {
		font-size: 18px;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	#page-top #to-search .searchandfilter-div a {
		font-size: 15px;
	}
	#page-top #reason {
		font-size: 15px;
	}
	#page-top #reason ul {
		max-width: 900px;
		margin: 0px auto 20px;
	}
	#page-top #reason ul li {
		font-size: 15px;
		width: 48%;
		min-width: 280px;
		margin-bottom: 20px;
	}
	#page-top #q-and-a .accordion {
		margin: 0px auto 20px;
		max-width: 900px;
	}
	#page-top #q-and-a .question {
		font-size: 15px;
		padding: 10px;
	}
	#page-top #q-and-a .anser {
		max-height: 0;
		overflow: hidden;
		font-size: 15px;
	}

	/* search お仕事検索 */
	#page-search #search h2 {
		font-size: 24px;
		border-radius: 10px 10px 0px 0px;
		margin: -20px -20px 0px;
	}
	#page-search #search form.searchandfilter h4 {
		font-size: 24px;
	}
	#page-search #search form.searchandfilter > div > ul > li:nth-of-type(1) ,
	#page-search #search form.searchandfilter > div > ul > li:nth-of-type(2) {
		width: 100%;
		margin-bottom: 20px;
	}
	#page-search #search .searchandfilter-div {
		border-radius: 20px;
		padding: 20px;
		max-width: 900px;
		margin: 0px auto;
	}
	#page-search #search .searchandfilter-div select {
		font-size: 18px;
		cursor: pointer;
	}
	#page-search #search .searchandfilter-div select:focus {
		outline: none;
	}
	#page-search #search form.searchandfilter > div > ul > li:nth-of-type(4) {
		width: 100%;
		margin-bottom: 20px;
	}
	#page-search #search form.searchandfilter > div > ul > li:nth-of-type(4) input {	
		font-size: 15px;
	}
	#page-search #search form.searchandfilter > div > ul > li:nth-of-type(3) {
		width: 100%;
		overflow: hidden;
		margin-bottom: 40px;
	}
	#page-search #search form.searchandfilter ul li.cat-item {
		width: auto;
		font-size: 18px;
		margin-right: 0.5em;
		margin-bottom: 0.5em;
	}
	#page-search #search form.searchandfilter > div > ul > li:last-child {
		width: 100%;
		text-align: center;
	}
	#page-search #search form.searchandfilter > div > ul > li:last-child input {
		width: 240px;
		font-size: 24px;
		line-height: 1.5;
		margin: 20px 0px;
	}
	#page-search #search form.searchandfilter > div > ul > li:last-child input:hover {	
		background-color: rgba(0, 166, 156, 0.15);
	}

	/* flow お仕事開始までの流れ */
	#page-flow .flow {
		margin: 20px 10px;
	}
	#page-flow .step-div {
		border-radius: 10px;
		padding: 10px;
		margin-bottom: 60px;
		min-height: 260px;
	}
	#page-flow .step-div .image {
		float: right;
		max-width: 30%;
		margin-left: 20px;
	}
	#page-flow .step-div h2 {
		font-size: 18px;
		padding: 10px;
		width: auto;
		margin-top: -60px;
	}
	#page-flow .step-div h2 img {
		margin-left: -20px;
		max-width: 80px;
	}
	#page-flow .step-div .text {
		font-size: 15px;
	}

	/* corporate 会社案内 */
	#page-corporate .jump-ul {
		margin: 20px;
	}
	#page-corporate .jump-ul li {
		width: 210px;
		border-radius: 4px;
	}
	#page-corporate .jump-ul li a {
		font-size: 15px;
		padding: 10px;
	}
	#page-corporate #message .text {
		font-size: 24px;
		padding-left: 30px;
	}
	#page-corporate #message .text02 {
		font-size: 18px;
		padding: 10px;
	}





	#page-corporate #message li {
		max-width: 640px;
	}
	#page-corporate #message li .image {
		float: left;
		max-width: 30%;
		margin-right: 20px;
	}
	#page-corporate #message li h3 {
		font-size: 21px;
		line-height: 1.5;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	#page-corporate #message li .text03 {
		font-size: 15px;
		line-height: 1.5;
	}
	#page-corporate #philosophy h2 ,
	#page-corporate #profile h2 {
		font-size: 21px;
	}
	#page-corporate #philosophy .green-div {
		padding: 20px;
		max-width: 1080px;
		margin: 0px auto 80px;
	}
	#page-corporate #philosophy li {
		padding-left: 1.5em;
		background-size: 20px;
		font-size: 21px;
		margin-bottom: 1em;
	}

	#page-corporate #overview ,
	#page-corporate #rate ,
	#page-corporate #history {
		border-radius: 10px;
		padding: 10px;
		max-width: 600px;
		margin: 0px auto 40px;
	}
	#page-corporate #profile h3 {
		font-size: 24px;
	}
	#page-corporate #overview table tr {
		border-bottom: solid 5px #fff;
	}
	#page-corporate #overview table th {
		font-size: 18px;
		padding: 0.5em;
		width: 120px;
	}
	#page-corporate #overview table td {
		font-size: 15px;
		padding: 0.5em;
	}
	#page-corporate #rate .text {
		font-size: 15px;
		line-height: 1.5;
	}
	#page-corporate #history h4 {
		font-size: 30px;
	}
	#page-corporate #history table tr {
		border-bottom: solid 5px #fff;
	}
	#page-corporate #history table th {
		font-size: 18px;
		padding: 0.5em;
		width: 60px;
	}
	#page-corporate #history table td {
		font-size: 15px;
		padding: 0.5em;
	}

	/* contact お問い合わせ一覧 */
	#page-contact .under-h {
		font-size: 18px;
		max-width: 320px;
	}
	#page-contact .text {
		font-size: 15px;
	}
	#page-contact .tel {
		font-size: 15px;
	}
	#page-contact .tel .name {
		font-size: 18px;
	}
	#page-contact .tel strong {
		font-size: 36px;
	}
	.modal_inner {
		padding: 20px;
	}
	.modal_inner h3 {
		font-size: 15px;
	}
	.modal_inner h3 strong {
		font-size: 150%;
		margin-left: 0.5em;
	}
	.modal_inner .text {
		font-size: 15px !important;
	}
	.modal_inner h4 {
		font-size: 15px;
	}
	.modal_inner ul li {
		font-size: 15px;
	}

	/* company 企業ご担当者様 */
	#page-company #introduction h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#page-company #introduction ul {
		margin-bottom: 40px;
	}
	#page-company #introduction ul li {
		margin: 0px 5px 10px;
		max-width: 40%;
	}
	#page-company #introduction .text {
		font-size: 18px;
		text-align: left;
	}
	#page-company #backup h2 {
		font-size: 21px;
	}
	#page-company #backup .text {
		font-size: 15px;
		text-align: left;
		margin-bottom: 20px;
	}
	#page-company #backup dl {
		max-width: 600px;
		margin: 0px auto;
	}
	#page-company #backup dt {
		float: none;
		width: auto;
		background-color: #00A69C;
		color: #fff;
		border-radius: 8px;
		text-align: center;
		font-size: 21px;
		padding: 0.5em;
		margin-top: 10px;
	}
	#page-company #backup dd {
		float: none;
		width: 100%;
		height: auto;
		font-size: 15px;
	}
	#page-company #service h2 {
		font-size: 21px;
	}
	#page-company #service .image-ul {
		margin-bottom: 60px;
	}
	#page-company #service .image-ul li {
		margin-bottom: 10px;
	}
	#page-company #service .image-ul li .image {
		margin-bottom: 10px;
		max-width: 100px;
	}
	#page-company #service .image-ul li.arrow {
		margin-top: 40px;
		max-width: 30px;
	}
	#page-company #service .image-ul li h3 {
		font-size: 16.5px;
	}
	#page-company #service .text-ul {
		max-width: 600px;
	}
	#page-company #service .text-ul li {
		font-size: 20px;
		line-height: 54px;
		color: #4D4D4D;
		list-style: none;
	}
	#page-company #service .text-ul li h3 {
		float: none;
		width: 300px;
	}
	#page-company #service .text-ul li h3 .number {
		font-size: 36px;
	}
	#page-company #service .text-ul li h3 .green {
		font-size: 18px;
	}
	#page-company #service .text-ul li .text {
		float: none;
		clear: both;
		width: 100%;
		padding: 0.5em;
		font-size: 15px;
		line-height: 1.5;
	}
	#page-company #service .text-ul li .image {
		margin-bottom: 20px;
		vertical-align: middle;
	}
	#page-company #service .text-ul li.arrow {
		margin-left: 183px;
		height: 24px;
		width: 24px;
	}

	#page-company #contact h2 {
		font-size: 15px;
	}
	#page-company #contact .text {
		font-size: 15px;
	}
	#page-company #contact .tel {
		font-size: 18px;
	}
	#page-company #contact .tel .name {
		font-size: 18px;
	}
	#page-company #contact .tel strong {
		font-size: 36px;
	}

	/* staff ご就業中の皆様へ */
	#page-tostaff h2 {
		font-size: 18px;
	}
	#page-tostaff .text {
		font-size: 15px;
	}
	#page-tostaff #consultant li {
		max-width: 640px;
	}
	#page-tostaff #consultant li .image {
		float: left;
		max-width: 30%;
		margin-right: 20px;
	}
	#page-tostaff #consultant li h3 {
		font-size: 21px;
		line-height: 1.5;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	#page-tostaff #consultant li .text04 {
		font-size: 15px;
		line-height: 1.5;
	}

	/* recruit スタッフメイト採用 */
	#page-recruit #staff h2 {
		font-size: 21px;
	}
	#page-recruit #staff .main {
		font-size: 15px;
		margin-bottom: 40px;
	}
	#page-recruit #staff table {
		line-height: 1.5;
		width: 100%;
	}
	#page-recruit #staff table tr {
		border-bottom: solid 15px #fff;
	}
	#page-recruit #staff table tr {
		border-bottom: solid 5px #fff;
	}
	#page-recruit #staff table th {
		font-size: 15px;
		padding: 0.5em;
		width: 120px;
	}
	#page-recruit #staff table td {
		font-size: 15px;
		padding: 0.5em;
	}
	#page-recruit #contact h2 {
		font-size: 21px;
	}

	/* job 求人情報 */
	#job h2 {
		font-size: 18px;
	}
	#job .job-ul {
		max-width: 600px;
		margin: 0px auto 20px;
	}
	#job .job-ul li {
		font-size: 15px;
		border-radius: 10px;
		padding: 10px;
		margin-bottom: 20px;
	}
	#job .job-ul li h3 {
		font-size: 18px;
	}
	#job .job-ul li table {	
		font-size: 15px;
	}
	#job .job-ul li .text01 {
		font-size: 15px;
	}
	#job .job-single {
		font-size: 15px;
		border-radius: 10px;
		padding: 10px;
		max-width: 600px;
		margin: 0px auto 20px;
	}
	#job .job-single h2 {
		font-size: 18px;
	}
	#job .job-single table {
		font-size: 15px;
	}
	#job .job-single table td {
		padding: 0.5em;
	}
	#job .job-single .text01 {
		font-size: 15px;
	}

	/* information お知らせ */
	#information {
		font-size: 15px;
	}
	#information h2 {
		font-size: 21px;
	}
	#information ul li a {
		padding: 5px;
	}

	#information .information-single {
		font-size: 15px;
	}
	#information .information-single > h1 {
		font-size: 21px;
		padding: 5px;
		margin-bottom: 10px;
	}


}
@media screen and (max-width:640px) {

	/* wordpress */
	.alignnone {
		display: block;
		margin: 5px auto;
	}
	.aligncenter {
		float: none;
		display: block;
		margin: 5px auto;
	}
	.alignleft {
		display: block;
		float: none;
		margin: 5px auto;
	}
	.alignright {
		float: none;
		display: block;
		margin: 5px auto;
	}
	.size-full {
		max-width: 100%;
		height: auto;
	}
	
}