/*---------------------------------------------------------
Theme Name:job_gate
Description:「JobGate」求人に特化したWEBサービス
Theme URI:
Author: IT-Brain
Author URI:
Version: Artemis 2.96
---------------------------------------------------------*/

/* web font ======================== */

/* svg icon ======================== */

/*===================================
base
================================== */

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/

html { /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%;
	line-height: 1.15; /* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers (opinionated).
*/

body {
	margin: 0;
}

/**
* Add the correct display in IE 9-.
*/

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/

figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
* Add the correct margin in IE 8.
*/

figure {
	margin: 1em 40px;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/

a { /* 1 */
	-webkit-text-decoration-skip: objects;
	background-color: transparent; /* 2 */
}

/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] { /* 2 */
	-webkit-text-decoration: underline dotted;
	border-bottom: none; /* 1 */
	text-decoration: underline;
	text-decoration: underline dotted; /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/

b,
strong {
	font-weight: inherit;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
* Add the correct font style in Android 4.3-.
*/

dfn {
	font-style: italic;
}

/**
* Add the correct background and color in IE 9-.
*/

mark {
	background-color: #ff0;
	color: #000;
}

/**
* Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Add the correct display in IE 9-.
*/

audio,
video {
	display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
* Remove the border on images inside links in IE 10-.
*/

img {
	border-style: none;
}

/**
* Hide the overflow in IE.
*/

svg:not(:root) {
	overflow: hidden;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
* Remove the default vertical scrollbar in IE.
*/

textarea {
	overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/

details,
menu {
	display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
	display: list-item;
}

/* Scripting
========================================================================== */

/**
* Add the correct display in IE 9-.
*/

canvas {
	display: inline-block;
}

/**
* Add the correct display in IE.
*/

template {
	display: none;
}

/* Hidden
========================================================================== */

/**
* Add the correct display in IE 10-.
*/

[hidden] {
	display: none;
}

*::-moz-selection {
	background-color: #242424;
	color: #fff;
}

*::selection {
	background-color: #242424;
	color: #fff;
}

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

html,
body {
	height: 100%;
}

html {
	font-size: 62.5%;
}

body {
	color: #574c3d;
	color: #3a3a3a;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 1.5px;
	margin: 0;
	padding: 0;
}

/* reset ======================== */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:link {
	border-radius: 0;
}

ol {
	list-style: none;
}

li {
	list-style: none;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

ol,
ul {
	margin-bottom: 0px;
	margin-top: 0;
}

img {
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
}

dl {
	margin-bottom: 0px;
	margin-top: 0;
}

em {
	font-style: normal;
}

/* youtube ======================== */

.embed-container {
	height: 0;
	margin-bottom: 5px;
	margin-top: 8px;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* googlemap ======================== */

.ggmap {
	height: 0;
	margin-bottom: 40px;
	margin-top: 0px;
	overflow: hidden;
	padding-bottom: 30%;
	padding-top: 60px;
	position: relative;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.acf-map {
	height: 0;
	margin-bottom: 24px;
	margin-top: 0px;
	overflow: hidden;
	padding-bottom: 30%;
	padding-top: 60px;
	position: relative;
}

.acf-map img {
	max-width: inherit !important;
}

/* gogole cal ======================== */

.googlecal {
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.googlecal iframe {
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
}

/* style ======================== */

.text-center {
	text-align: center;
}

/* Under Construction ======================== */

.UnderConstruction {
	font-family: "Rubik", sans-serif;
	font-size: 2.4rem;
	text-align: center;
}

/* utility ======================== */

/* vertical-align - utility
--------------------------------------------------------- */

.u-va-t {
	vertical-align: top !important;
}

.u-va-m {
	vertical-align: middle !important;
}

.u-va-b {
	vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */

/* border-radius */

.u-br-4 {
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.u-br-8 {
	-ms-border-radius: 8px;
	border-radius: 8px;
}

.u-br-12 {
	-ms-border-radius: 12px;
	border-radius: 12px;
}

.u-br-16 {
	-ms-border-radius: 16px;
	border-radius: 16px;
}

/* border-none */

.u-br-0 {
	border: none;
}

.u-br-t-0 {
	border-top: none;
}

.u-br-r-0 {
	border-right: none;
}

.u-br-b-0 {
	border-bottom: none;
}

.u-br-l-0 {
	border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */

.u-cf {
	*zoom: 1;
}

.u-cf:after {
	clear: both;
	content: '';
	display: table;
}

/* display - utility
--------------------------------------------------------- */

.u-d-tb {
	display: table !important;
}

.u-d-tbc {
	display: table-cell !important;
}

.u-d-b {
	display: block !important;
}

.u-d-ib {
	display: inline-block !important;
}

.u-d-n {
	display: none !important;
}

/* float - utility
--------------------------------------------------------- */

.u-fl-l {
	float: left !important;
}

.u-fl-r {
	float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */

.u-fz-10 {
	font-size: 0.8em !important;
}

.u-fz-12 {
	font-size: 0.9em !important;
}

.u-fz-14 {
	font-size: 1em !important;
}

.u-fz-16 {
	font-size: 1.1em !important;
}

.u-fz-18 {
	font-size: 1.2em !important;
}

.u-fz-20 {
	font-size: 1.3em !important;
}

.u-fz-22 {
	font-size: 1.4em !important;
}

.u-fz-24 {
	font-size: 1.5em !important;
}

.u-fz-26 {
	font-size: 1.6em !important;
}

/* margin - utility
--------------------------------------------------------- */

/* auto margin */

.u-m-c {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Top margin */

.u-mt-0 {
	margin-top: 0 !important;
}

.u-mt-8 {
	margin-top: 8px !important;
}

.u-mt-16 {
	margin-top: 16px !important;
}

.u-mt-24 {
	margin-top: 24px !important;
}

.u-mt-32 {
	margin-top: 32px !important;
}

.u-mt-40 {
	margin-top: 40px !important;
}

.u-mt-48 {
	margin-top: 48px !important;
}

.u-mt-56 {
	margin-top: 56px !important;
}

.u-mt-64 {
	margin-top: 64px !important;
}

/* Right margin */

.u-mr-0 {
	margin-right: 0 !important;
}

.u-mr-8 {
	margin-right: 8px !important;
}

.u-mr-16 {
	margin-right: 16px !important;
}

.u-mr-24 {
	margin-right: 24px !important;
}

.u-mr-32 {
	margin-right: 32px !important;
}

.u-mr-40 {
	margin-right: 40px !important;
}

.u-mr-48 {
	margin-right: 48px !important;
}

.u-mr-56 {
	margin-right: 56px !important;
}

.u-mr-64 {
	margin-right: 64px !important;
}

/* Bottom margin */

.u-mb-0 {
	margin-bottom: 0 !important;
}

.u-mb-8 {
	margin-bottom: 8px !important;
}

.u-mb-16 {
	margin-bottom: 16px !important;
}

.u-mb-24 {
	margin-bottom: 24px !important;
}

.u-mb-32 {
	margin-bottom: 32px !important;
}

.u-mb-40 {
	margin-bottom: 40px !important;
}

.u-mb-48 {
	margin-bottom: 48px !important;
}

.u-mb-56 {
	margin-bottom: 56px !important;
}

.u-mb-64 {
	margin-bottom: 64px !important;
}

/* Left margin */

.u-ml-0 {
	margin-left: 0 !important;
}

.u-ml-8 {
	margin-left: 8px !important;
}

.u-ml-16 {
	margin-left: 16px !important;
}

.u-ml-24 {
	margin-left: 24px !important;
}

.u-ml-32 {
	margin-left: 32px !important;
}

.u-ml-40 {
	margin-left: 40px !important;
}

.u-ml-48 {
	margin-left: 48px !important;
}

.u-ml-56 {
	margin-left: 56px !important;
}

.u-ml-64 {
	margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */

.u-ws-nowrap {
	white-space: nowrap;
}

.u-mx-img {
	max-width: 100%;
}

.u-tx-inside {
	margin-left: 1em;
	text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */

/* Top padding */

.u-pt-0 {
	padding-top: 0 !important;
}

.u-pt-8 {
	padding-top: 8px !important;
}

.u-pt-16 {
	padding-top: 16px !important;
}

.u-pt-24 {
	padding-top: 24px !important;
}

.u-pt-32 {
	padding-top: 32px !important;
}

.u-pt-40 {
	padding-top: 40px !important;
}

.u-pt-48 {
	padding-top: 48px !important;
}

.u-pt-56 {
	padding-top: 56px !important;
}

.u-pt-64 {
	padding-top: 64px !important;
}

/* Right padding */

.u-pr-0 {
	padding-right: 0 !important;
}

.u-pr-8 {
	padding-right: 8px !important;
}

.u-pr-16 {
	padding-right: 16px !important;
}

.u-pr-24 {
	padding-right: 24px !important;
}

.u-pr-32 {
	padding-right: 32px !important;
}

.u-pr-40 {
	padding-right: 40px !important;
}

.u-pr-48 {
	padding-right: 48px !important;
}

.u-pr-56 {
	padding-right: 56px !important;
}

.u-pr-64 {
	padding-right: 64px !important;
}

/* Bottom padding */

.u-pb-0 {
	padding-bottom: 0 !important;
}

.u-pb-8 {
	padding-bottom: 8px !important;
}

.u-pb-16 {
	padding-bottom: 16px !important;
}

.u-pb-24 {
	padding-bottom: 24px !important;
}

.u-pb-32 {
	padding-bottom: 32px !important;
}

.u-pb-40 {
	padding-bottom: 40px !important;
}

.u-pb-48 {
	padding-bottom: 48px !important;
}

.u-pb-56 {
	padding-bottom: 56px !important;
}

.u-pb-64 {
	padding-bottom: 64px !important;
}

/* Left padding */

.u-pl-0 {
	padding-left: 0 !important;
}

.u-pl-8 {
	padding-left: 8px !important;
}

.u-pl-16 {
	padding-left: 16px !important;
}

.u-pl-24 {
	padding-left: 24px !important;
}

.u-pl-32 {
	padding-left: 32px !important;
}

.u-pl-40 {
	padding-left: 40px !important;
}

.u-pl-48 {
	padding-left: 48px !important;
}

.u-pl-56 {
	padding-left: 56px !important;
}

.u-pl-64 {
	padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */

.u-pos-a {
	position: absolute !important;
}

.u-pos-r {
	position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */

.u-ta-l {
	text-align: left !important;
}

.u-ta-c {
	text-align: center !important;
}

.u-ta-r {
	text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */

.u-fw-n {
	font-weight: normal !important;
}

.u-fw-b {
	font-weight: bold !important;
}

.u-td-u {
	text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */

.u-tt {
	word-wrap: normal;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */

.u-w-auto {
	width: auto !important;
}

.u-maw-full {
	max-width: 100% !important;
}

.u-maw-half {
	max-width: 50% !important;
}

/* mq hidden visible ======================== */

/* == ■■■■■■ visible ■■■■■■ == */

.visibleXs {
	display: none  !important;
}

.visibleXs_ls {
	display: none !important;
}

.visibleTablet {
	display: none !important;
}

/* == ■■■■■■ hidden ■■■■■■ == */

.hiddenXs {
	display: block;
}

.hiddenXs_ls {
	display: block !important;
}

.hiddenTablet {
	display: block !important;
}

/*===================================
layout
================================== */

/* container ======================== */

#wrapper {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#pageBody {
	padding-top: 71px;
}

#pageBody.recruitmentPage {
	padding-top: 64px;
}

#pageBody .pageBody_inner {
	padding-bottom: 100px;
	position: relative;
	width: 100%;
}

#pageBody .pageBody_inner.gutterContent_top {
	padding-top: 100px;
}

#pageBody .pageBody_inner.gutterlower_top {
	padding-top: 140px;
}

#pageBody .pageBody_inner.gutterRecruit_top {
	padding-top: 180px;
}

.containerArea {
	margin: 0 auto;
	max-width: 960px;
	padding-top: 70px;
}

.containerArea_inner {
	padding-top: 64px;
}

/* loading ======================== */

#loader-bg {
	background: #fff;
	display: none;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999999999;
}

#loader-bg #loader {
	color: #000;
	display: none;
	left: 50%;
	margin-left: -100px;
	margin-top: -100px;
	max-width: 500px;
	position: fixed;
	text-align: center;
	top: 50%;
	z-index: 2;
}

#loader-bg #loader .loading span {
	-webkit-animation: loading .7s infinite alternate;
	animation: loading .7s infinite alternate;
	color: #4d4d4d;
	display: inline-block;
	font-family: "Rubik", sans-serif;
	font-size: 3rem;
	margin: 0 -.075em;
}

#loader-bg #loader .loading span:nth-child(2) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

#loader-bg #loader .loading span:nth-child(3) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

#loader-bg #loader .loading span:nth-child(4) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

#loader-bg #loader .loading span:nth-child(5) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

#loader-bg #loader .loading span:nth-child(6) {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

#loader-bg #loader .loading span:nth-child(7) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

#loader-bg #loader .sk-circle {
	height: 80px;
	margin: 40px auto 24px auto;
	position: relative;
	width: 80px;
}

#loader-bg #loader .sk-circle .sk-child {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#loader-bg #loader .sk-circle .sk-child::before {
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	background-color: #4d4d4d;
	border-radius: 100%;
	content: '';
	display: block;
	height: 15%;
	margin: 0 auto;
	width: 15%;
}

#loader-bg #loader .sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

#loader-bg #loader .sk-circle .sk-circle2::before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
	content: '';
}

#loader-bg #loader .sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}

#loader-bg #loader .sk-circle .sk-circle3::before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

#loader-bg #loader .sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#loader-bg #loader .sk-circle .sk-circle4::before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

#loader-bg #loader .sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
}

#loader-bg #loader .sk-circle .sk-circle5::before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

#loader-bg #loader .sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
}

#loader-bg #loader .sk-circle .sk-circle6::before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

#loader-bg #loader .sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#loader-bg #loader .sk-circle .sk-circle7::before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

#loader-bg #loader .sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	transform: rotate(210deg);
}

#loader-bg #loader .sk-circle .sk-circle8::before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

#loader-bg #loader .sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	transform: rotate(240deg);
}

#loader-bg #loader .sk-circle .sk-circle9::before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

#loader-bg #loader .sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

#loader-bg #loader .sk-circle .sk-circle10::before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

#loader-bg #loader .sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	transform: rotate(300deg);
}

#loader-bg #loader .sk-circle .sk-circle11::before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

#loader-bg #loader .sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	transform: rotate(330deg);
}

#loader-bg #loader .sk-circle .sk-circle12::before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

/* pager ======================== */

.pageNav {
	margin: 0 auto;
	max-width: 1100px;
	padding: 24px 0;
}

.pageNav .pagelink .page-numbers {
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 5px 8px;
}

.pageNav .pagelink span.page-numbers.current {
	background-color: #4d4d4d;
	border: 1px solid #4d4d4d;
	color: #fff;
}

/*===================================
recruitment header
================================== */

#pageHeader_recruitment {
	background-color: #fff;
	height: 64px;
	position: fixed;
	width: 100%;
	z-index: 10; /* == ■■■■■■ btn area  ■■■■■■ == */ /* == ■■■■■■ btn area end ■■■■■■ == */
}

#pageHeader_recruitment .recruitLogo {
	display: block;
	font-family: "Barlow Semi Condensed", sans-serif;
	left: 5px;
	position: absolute;
	top: 3px;
	z-index: 5;
}

#pageHeader_recruitment .recruitLogo span {
	color: #242424;
}

#pageHeader_recruitment .recruitLogo small {
	display: block;
	font-size: 1.6rem;
	margin-top: 5px;
}

#pageHeader_recruitment #navBtnhumberger {
	display: none;
}

#pageHeader_recruitment #navBtnhumberger .icon-bar {
	-webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
	-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	background: #3a3a3a;
	display: block;
	height: 2px;
	margin-bottom: 6px;
	transition: all 400ms cubic-bezier(1, 0, 0, 1);
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

#pageHeader_recruitment #navBtnhumberger.navBtnhumberger-in {
	cursor: pointer;
	padding: 0px 8px;
	position: fixed;
	right: 6px;
	top: 12px;
	width: 45px;
	z-index: 99999;
}

#pageHeader_recruitment #navBtnhumberger.navBtnhumberger-in .icon-bar {
	background-color: #000;
	z-index: 999999;
}

#pageHeader_recruitment #navBtnhumberger.navBtnhumberger-in .icon-bar:nth-child(1) {
	-webkit-transform: translate(0, 8px) rotate(45deg);
	transform: translate(0, 8px) rotate(45deg);
}

#pageHeader_recruitment #navBtnhumberger.navBtnhumberger-in .icon-bar:nth-child(2) {
	-webkit-transform: translate(-20px, 0);
	opacity: 0;
	transform: translate(-20px, 0);
}

#pageHeader_recruitment #navBtnhumberger.navBtnhumberger-in .icon-bar:nth-child(3) {
	-webkit-transform: translate(0, -8px) rotate(-45deg);
	transform: translate(0, -8px) rotate(-45deg);
}

#pageHeader_recruitment .recruitment_navBtn_area .recruitment_btn {
	display: inline-block;
	position: absolute;
	right: 180px;
	top: 5px;
}

#pageHeader_recruitment .recruitment_navBtn_area .recruitment_btn a {
	color: #fff;
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	text-align: center;
}

#pageHeader_recruitment .recruitment_navBtn_area .recruitlist_btn {
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 10;
}

#pageHeader_recruitment .recruitment_navBtn_area .recruitlist_btn a {
	color: #fff;
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	text-align: center;
}

#pageHeader_recruitment .pageHeader_recruit-inner {
	position: relative;
	z-index: 10;
}

/* ac area ======================== */

.recruitment_navArea {
	display: none;
}

/*===================================
recruitment footer
================================== */

#pageFooter_recruitment {
	padding: 24px 0;
	position: relative;
}

#pageFooter_recruitment .pageFooter_recruitment_inner {
	color: #fff;
	text-align: center;
}

#pageFooter_recruitment .pageFooter_recruitment_inner p {
	font-size: 1.2rem;
}

#pageFooter_recruitment #pageTop {
	bottom: 16px;
	position: fixed;
	right: 16px;
}

#pageFooter_recruitment #pageTop a {
	-webkit-transition: .8s;
	border-radius: 50%;
	display: block;
	height: 50px;
	text-align: center;
	transition: .8s;
	width: 50px;
}

#pageFooter_recruitment #pageTop a i {
	-webkit-transform: translate(-50%, -50%);
	color: #fff;
	font-size: 2.4rem;
	left: 50%;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

/*===================================
recruitment
================================== */

/* all ======================== */

/* == ■■■■■■ heading ■■■■■■ == */

.recruitment_main-heading {
	color: #242424;
	font-family: "Rubik", sans-serif;
	font-size: 4rem;
	margin-top: 80px;
	position: relative;
	text-align: center;
}

.recruitment_main-heading.ja {
	font-family: "Noto Sans JP";
	font-size: 3rem;
}

.recruitment_main-heading::after {
	-webkit-transform: translateX(-50%);
	background-color: #242424;
	bottom: -16px;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 64px;
}

/* == ■■■■■■ btn ■■■■■■ == */

.apply-btn {
	background-color: #06C655;
	border-radius: 16px;
	margin: 0 auto;
	max-width: 600px;
}

.apply-btn a {
	color: #fff;
	display: block;
	font-size: 3rem;
	font-weight: bold;
	padding: 16px 0;
	text-align: center;
}

.apply-btn a span {
	display: inline-block;
	line-height: 1.75;
	position: relative;
}

.apply-btn a span::before {
	content: "\f3cd";
	font-family: 'Font Awesome 5 Free';
	font-size: 8rem;
	font-style: normal;
	font-weight: 900;
	left: -72px;
	position: absolute;
	top: -20px;
}

.recruitmentMain_btn {
	border-radius: 16px;
	margin: 0 auto;
	max-width: 600px;
}

.recruitmentMain_btn a {
	color: #fff;
	display: block;
	font-size: 3rem;
	font-weight: bold;
	padding: 16px 0;
	text-align: center;
}

.recruitmentMain_btn a span {
	display: inline-block;
	line-height: 1.75;
	position: relative;
}

.recruitmentMain_btn a span::before {
	content: "\f3cd";
	font-family: 'Font Awesome 5 Free';
	font-size: 8rem;
	font-style: normal;
	font-weight: 900;
	left: -72px;
	position: absolute;
	top: -20px;
}

/* == ■■■■■■ search ■■■■■■ == */

.searchHeading {
	font-family: "Lusitana", serif;
	font-size: 3rem;
	margin-bottom: 40px;
	text-align: center;
}

.formWrap {
	margin: 0 auto;
	max-width: 600px;
	padding: 16px 24px;
}

.formWrap .formWrap_group {
	-ms-flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-bottom: 24px;
}

.formWrap .formWrap_group li:first-child {
	width: 20%;
}

.formWrap .formWrap_group li:last-child {
	width: 75%;
}

.formWrap .formWrap_group li:last-child select {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857143;
	padding: 6px 12px;
	width: 100%;
}

.formWrap .formBtn {
	text-align: center;
}

.formWrap .formBtn input {
	border: none;
	color: #fff;
	max-width: 300px;
	padding: 8px 0;
	width: 100%;
}

/* archive ======================== */

/* == ■■■■■■ heading ■■■■■■ == */

.recruitmentHeading_area {
	background-color: #ccc;
	padding: 40px 0;
	width: 100%;
}

.recruitmentHeading_area .recruitmentHeading_area-inner {
	margin: 0 auto;
	max-width: 960px;
}

/* == ■■■■■■ wrap ■■■■■■ == */

.recruitmentBaseWrap {
	margin-top: 64px;
	padding: 56px 0 0 0;
}

.recruitmentBaseWrap .recruitmentBaseWrap_heading {
	border-bottom: 1px solid #afafaf;
	margin: 0 auto;
	max-width: 960px;
	padding-bottom: 5px;
}

.recruitmentBaseWrap .recruitmentBaseWrap_heading h2 {
	font-family: "Noto Sans JP";
	font-size: 2.4rem;
}

.recruitmentBaseWrap .recruitmentBaseWrap_heading.searchList {
	border-bottom: 1px solid #afafaf;
	padding-bottom: 5px;
	text-align: center;
}

.recruitmentBaseWrap .recruitmentBaseWrap_heading.searchList h2 {
	font-size: 2rem;
}

.recruitmentBaseWrap .recruitmentBaseWrap_heading.searchList h2 span {
	color: #e85a5a;
	font-size: 3rem;
}

/* == ■■■■■■ list ■■■■■■ == */

.recruitment {
	border: 1px solid #c4c4c4;
	margin: 0 auto 40px auto;
}

.recruitment__item {
	margin-bottom: 64px;
	padding: 32px;
	width: 100%;
}

.recruitment__title {
	-ms-flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.recruitment__title .img-area {
	width: 40%;
}

.recruitment__title .img-area img {
	height: auto;
	width: 100%;
}

.recruitment__title .title-area {
	width: 55%;
}

.recruitment__title .title-area p.date {
	margin-bottom: 12px;
}

.recruitment__title .title-area p.title {
	margin-bottom: 12px;
}

.recruitment__title .title-area p.title a {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}

.recruitment__title .title-area p.tag {
	margin-top: 16px;
}

.recruitment__title .title-area p.tag span {
	display: inline-block;
	font-size: 1.2rem;
	margin-bottom: 8px;
	margin-right: 8px;
	padding: 8px 10px;
}

.recruitment__info .table-list {
	border-collapse: collapse;
	margin: 16px 0;
	width: 100%;
}

.recruitment__info .table-list tr {
	border-bottom: 1px solid #c4c4c4;
}

.recruitment__info .table-list tr th {
	font-weight: bold;
	line-height: 1.75;
	padding: 8px;
	vertical-align: top;
	width: 12%;
}

.recruitment__info .table-list tr td {
	line-height: 1.75;
	padding: 8px;
	width: 80%;
}

.recruitment__btn {
	-ms-flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin: 24px auto 0 auto;
	max-width: 600px;
}

.recruitment__btn p {
	width: 45%;
}

.recruitment__btn p a {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 12px 16px;
	text-align: center;
}

.recruitment__btn p.no-bg {
	border: 2px solid #000;
}

.recruitment__btn p.line {
	background-color: #06C655;
}

.recruitment__btn p.line a {
	color: #fff;
}

.recruitmentList {
	border: 1px solid #c4c4c4;
	margin: 0 auto 40px auto;
	max-width: 960px;
}

.recruitmentList li {
	margin-bottom: 64px;
	padding: 32px;
	width: 100%;
}

.recruitmentList li:last-child {
	margin-bottom: 0;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(1) {
	-ms-flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(1) .recruitmentList_innerArea:nth-of-type(1) {
	width: 40%;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(1) .recruitmentList_innerArea:nth-of-type(1) img {
	height: auto;
	width: 100%;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(1) .recruitmentList_innerArea:nth-of-type(2) {
	width: 55%;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(1) .recruitmentList_innerArea:nth-of-type(2) p:nth-of-type(1) {
	margin-bottom: 12px;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(1) .recruitmentList_innerArea:nth-of-type(2) p:nth-of-type(2) {
	margin-bottom: 12px;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(1) .recruitmentList_innerArea:nth-of-type(2) p:nth-of-type(2) a {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(1) .recruitmentList_innerArea:nth-of-type(2) p:nth-of-type(3) {
	margin-top: 16px;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(1) .recruitmentList_innerArea:nth-of-type(2) p:nth-of-type(3) span {
	display: inline-block;
	font-size: 1.2rem;
	margin-bottom: 8px;
	margin-right: 8px;
	padding: 8px 10px;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(2) table.recruit_text {
	border-collapse: collapse;
	margin: 16px 0;
	width: 100%;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(2) table.recruit_text tr {
	border-bottom: 1px solid #c4c4c4;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(2) table.recruit_text tr th {
	font-weight: bold;
	line-height: 1.75;
	padding: 8px;
	vertical-align: top;
	width: 12%;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(2) table.recruit_text tr td {
	line-height: 1.75;
	padding: 8px;
	width: 80%;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(3) {
	-ms-flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin: 24px auto 0 auto;
	max-width: 600px;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(3) p {
	width: 45%;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(3) p a {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 12px 16px;
	text-align: center;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(3) p:nth-of-type(2) a {
	color: #fff;
}

/* single ======================== */

/* == ■■■■■■ all ■■■■■■ == */

.singleRecruitmentWrap .singleRecruitmentArea {
	background-color: #f0f0f0;
	padding: 100px 0;
}

.singleRecruitmentWrap .singleRecruitmentArea:nth-of-type(even) {
	background-color: #fff;
	margin-top: 0px !important;
}

.singleRecruitmentWrap .singleRecruitmentArea.topGutter {
	margin-top: 80px;
}

.singleRecruitmentWrap .singleRecruitmentArea .singleRecruitmentArea_heading {
	font-family: "Noto Sans JP";
	font-size: 3rem;
	font-weight: bold;
	position: relative;
	text-align: center;
}

.singleRecruitmentWrap .singleRecruitmentArea .singleRecruitmentArea_heading::after {
	-webkit-transform: translateX(-50%);
	background-color: #ff5a5a;
	bottom: -16px;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 60px;
}

.singleRecruitmentWrap .singleRecruitmentArea .singleRecruitmentArea_inner {
	margin: 70px auto 0 auto;
	max-width: 960px;
}

.singleRecruitmentWrap .singleRecruitmentArea .singleRecruitmentArea_inner .singleRecruitmentArea_inner-img {
	margin: 96px 0 56px 0;
}

/* == ■■■■■■ single top ■■■■■■ == */

.recruitmentSingleTop {
	-ms-flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-bottom: 56px;
}

.recruitmentSingleTop .recruitmentList_innerArea:nth-of-type(1) {
	width: 40%;
}

.recruitmentSingleTop .recruitmentList_innerArea:nth-of-type(2) {
	width: 55%;
}

.recruitmentSingleTop .recruitmentList_innerArea:nth-of-type(2) p:nth-of-type(1) {
	margin-bottom: 12px;
}

.recruitmentSingleTop .recruitmentList_innerArea:nth-of-type(2) p:nth-of-type(2) {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 12px;
}

.recruitmentSingleTop .recruitmentList_innerArea:nth-of-type(2) p:nth-of-type(3) {
	margin-top: 16px;
}

.recruitmentSingleTop .recruitmentList_innerArea:nth-of-type(2) p:nth-of-type(3) span {
	display: inline-block;
	font-size: 1.2rem;
	margin-bottom: 8px;
	margin-right: 8px;
	padding: 8px 10px;
}

/* == ■■■■■■ このサロンで働く魅力 ■■■■■■ == */

.workTextWrap {
	-webkit-box-shadow: 4px 4px 0px 0px #919191;
	background-color: #fff;
	box-shadow: 4px 4px 0px 0px #919191;
	margin-bottom: 64px;
	padding: 40px 32px;
}

.workTextWrap .workTextWrap_inner {
	margin-top: 40px;
}

.workTextWrap .workTextWrap_inner .workTextWrap_inner-contents p {
	line-height: 2.2;
	margin-bottom: 24px;
	text-align: left;
}

.workTextWrap .workTextWrap_inner .workTextWrap_inner-contents p span {
	display: block;
}

.workTextWrap .workTextWrap_inner .workTextWrap_inner-contents p span:nth-of-type(1) {
	color: #e47474;
	display: inline-block;
	font-weight: bold;
}

.workTextWrap .workTextWrap_inner .workTextWrap_inner-contents p span:nth-of-type(2) {
	line-height: 1.75;
}

.workTextWrap .workTextWrap_inner ul {
	padding-left: 40px;
}

.workTextWrap .workTextWrap_inner ul li {
	line-height: 2.2;
	list-style: disc;
}

.workTextWrap .workTextWrap_inner ol li {
	line-height: 2.2;
	list-style: decimal-leading-zero;
}

.recruitment_workSlider {
	margin-bottom: 80px;
	margin-top: 80px;
	position: relative;
}

.recruitment_workSlider li {
	padding: 10px;
}

.recruitment_workSlider .outside span:nth-of-type(1) {
	bottom: -38px;
	font-size: 3rem;
	left: 40%;
	position: absolute;
}

.recruitment_workSlider .outside span:nth-of-type(2) {
	bottom: -38px;
	font-size: 3rem;
	position: absolute;
	right: 40%;
}

/* == ●●● style ●●● == */

/* main heading */

.workText_mainHeading {
	background: #f4f4f4;
	border-bottom: solid 3px #d7d7d7;
	border-left: solid 5px #ff5a5a;
	color: #494949;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.75;
	margin-bottom: 24px;
	padding: 16px 16px;
}

/* sub heading */

.workText_heading {
	border-bottom: 1px dashed #b5b5b5;
	color: #464646;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 16px;
	padding: 14px 5px 5px 10px;
	position: relative;
}

.workText_heading::before {
	-webkit-transform: rotate(45deg);
	background-color: #646464;
	content: "";
	height: 12px;
	left: -5px;
	position: absolute;
	top: 0;
	transform: rotate(45deg);
	width: 12px;
}

.workText_heading::after {
	-webkit-transform: rotate(15deg);
	background-color: #747474;
	content: "";
	height: 8px;
	left: -10px;
	position: absolute;
	top: 15px;
	transform: rotate(15deg);
	width: 8px;
}

/* == ■■■■■■ 仕事内容 ■■■■■■ == */

.recruitment_workInfo {
	margin-bottom: 56px;
}

.recruitment_workInfo__heading {
	border-bottom: 2px solid #fdb0b0;
	border-top: 2px solid #fdb0b0;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 32px;
	padding: 16px;
}

.recruitment_workInfo__heading-sub {
	border-bottom: 1px solid #bdbdbd;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 16px;
}

.recruitment_workInfo__heading-sub::before {
	color: #FF5A5A;
	content: "\f00c";
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	margin-right: 5px;
}

.recruitment_workInfo p {
	line-height: 1.75;
	margin-bottom: 40px;
}

.recruitment_workInfo p strong {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 8px;
}

/* == ■■■■■■ 先輩の声 ■■■■■■ == */

.recruitVoiceWrap {
	-ms-flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	flex-flow: wrap;
	justify-content: space-between;
	margin-bottom: 56px;
}

.recruitVoiceWrap li:nth-child(1) {
	width: 35%;
}

.recruitVoiceWrap li:nth-child(1) .recruitVoiceWrap_inner {
	margin-top: 8px;
}

.recruitVoiceWrap li:nth-child(1) .recruitVoiceWrap_inner p:nth-of-type(1) {
	font-size: 1.2rem;
}

.recruitVoiceWrap li:nth-child(1) .recruitVoiceWrap_inner p:nth-of-type(2) {
	font-weight: bold;
	margin: 12px 0;
}

.recruitVoiceWrap li:nth-child(1) .recruitVoiceWrap_inner p:nth-of-type(3) {
	color: #727272;
	font-size: 1.2rem;
}

.recruitVoiceWrap li:nth-child(2) {
	width: 60%;
}

.recruitVoiceWrap li:nth-child(2) p {
	line-height: 1.75;
	margin-bottom: 20px;
}

/* == ■■■■■■ 募集要項・会社概要  ■■■■■■ == */

table.recruitWrap_one_list {
	border: 1px solid #a2a2a2;
	border-collapse: collapse;
	margin-bottom: 56px;
	width: 100%;
}

table.recruitWrap_one_list tr {
	border-bottom: 1px solid #a2a2a2;
}

table.recruitWrap_one_list th {
	background-color: #ccc;
	padding: 24px 16px;
	text-align: left;
	width: 25%;
}

table.recruitWrap_one_list td {
	line-height: 1.75;
	padding: 24px 8px;
	width: 70%;
}

/* == ■■■■■■ 勤務先情報 ■■■■■■ == */

.workPlace {
	-ms-flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.workPlace li:nth-of-type(1) {
	width: 100%;
}

.workPlace li:nth-of-type(2) {
	width: 100%;
}

/* == ■■■■■■ flow  ■■■■■■ == */

.flowWrap {
	margin: 0 auto 56px auto;
	max-width: 500px;
}

.flowWrap li {
	background-color: #7b7b7b;
	color: #fff;
	margin-bottom: 64px;
	padding: 16px 10px;
	position: relative;
	text-align: center;
	width: 100%;
}

.flowWrap li::after {
	-webkit-transform: translateX(-50%);
	bottom: -30%;
	content: "\f0dd";
	font-family: 'Font Awesome 5 Free';
	font-size: 3rem;
	font-style: normal;
	font-weight: 900;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.flowWrap li:last-child {
	margin-bottom: 0;
}

.flowWrap li:last-child::after {
	content: none;
}

.flowWrap li p span {
	display: block;
}

.flowWrap li p span:nth-of-type(1) {
	font-family: "Rubik", sans-serif;
	font-size: 2.0rem;
}

.flowWrap li p span:nth-of-type(2) {
	font-size: 2.2rem;
	font-weight: bold;
	margin-top: 8px;
}

.flowWrap li p span:nth-of-type(3) {
	line-height: 1.75;
	margin-top: 16px;
}

/* == ■■■■■■ recommend ■■■■■■ == */

.recommendWrap {
	position: relative;
	width: 100%; /* == ●●● slider ●●● == */ /* == ●●● slider end ●●● == */
}

.recommendWrap .outside span:nth-of-type(1) {
	bottom: -32px;
	font-size: 3rem;
	position: absolute;
	right: 1%;
}

.recommendWrap .outside span:nth-of-type(2) {
	bottom: -32px;
	font-size: 3rem;
	left: 1%;
	position: absolute;
}

.recommendWrap .recommendList li {
	padding: 10px;
}

.recommendWrap .recommendList li .recommendList_wrap {
	border: 1px solid #aaaaaa;
	padding: 10px;
}

.recommendWrap .recommendList li .recommendList_wrap .recommendList_inner:nth-of-type(1) {
	-ms-flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.recommendWrap .recommendList li .recommendList_wrap .recommendList_inner:nth-of-type(1) .recommendList_innerArea:nth-of-type(1) {
	width: 100%;
}

.recommendWrap .recommendList li .recommendList_wrap .recommendList_inner:nth-of-type(1) .recommendList_innerArea:nth-of-type(1) p:nth-of-type(1) {
	font-size: 1.2rem;
	margin-bottom: 12px;
}

.recommendWrap .recommendList li .recommendList_wrap .recommendList_inner:nth-of-type(1) .recommendList_innerArea:nth-of-type(1) p:nth-of-type(2) a {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
}

.recommendWrap .recommendList li .recommendList_wrap .recommendList_inner:nth-of-type(2) table.recruit_text {
	border-collapse: collapse;
	margin: 16px 0;
	width: 100%;
}

.recommendWrap .recommendList li .recommendList_wrap .recommendList_inner:nth-of-type(2) table.recruit_text tr {
	border-bottom: 1px solid #c4c4c4;
}

.recommendWrap .recommendList li .recommendList_wrap .recommendList_inner:nth-of-type(2) table.recruit_text tr th {
	background-color: #666;
	color: #fff;
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.75;
	padding: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	width: 100%;
}

.recommendWrap .recommendList li .recommendList_wrap .recommendList_inner:nth-of-type(2) table.recruit_text tr td {
	display: block;
	font-size: 1.4rem;
	line-height: 1.75;
	padding: 5px;
	width: 100%;
}

.recommendWrap .recommendList li .recommendList_wrap .recommendList_inner:nth-of-type(3) {
	-ms-flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 600px;
}

.recommendWrap .recommendList li .recommendList_wrap .recommendList_inner:nth-of-type(3) p {
	width: 100%;
}

.recommendWrap .recommendList li .recommendList_wrap .recommendList_inner:nth-of-type(3) p:nth-of-type(1) {
	margin-bottom: 8px;
}

.recommendWrap .recommendList li .recommendList_wrap .recommendList_inner:nth-of-type(3) p a {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 12px 16px;
	text-align: center;
}

.recommendWrap .recommendList li .recommendList_wrap .recommendList_inner:nth-of-type(3) p:nth-of-type(2) a {
	color: #fff;
}

.recommendWrap .recommendList li .recommendList_wrap .recommendList_inner:nth-of-type(3) p.line-btn {
	background-color: #06C655;
}

/* recruitment_contact ======================== */

.recruitment_privacy-text {
	margin-top: 24px;
}

.recruitment_privacy-text a {
	color: #242424;
	display: block;
	text-align: center;
	text-decoration: underline;
}

/* recruitment_privacy ======================== */

/*wp-pagenavi 17*/

.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi a {
	-webkit-transition: 0.2s ease-in-out;
	background-color: #FFFFFF;
	border: thin dotted #3e3e3e;
	color: #666;
	margin: 0 2px;
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	white-space: nowrap;
}

.wp-pagenavi a:hover {
	background-color: #3e3e3e;
	color: #fff;
}

.wp-pagenavi span {
	-webkit-transition: 0.2s ease-in-out;
	background-color: #FFFFFF;
	border: thin dotted #3e3e3e;
	color: #666;
	margin: 0 2px;
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	white-space: nowrap;
}

.wp-pagenavi span.current {
	background-color: #3e3e3e;
	color: #fff;
}

/* company ======================== */

table.companyList {
	border-collapse: collapse;
	margin: 0 auto 56px auto;
	max-width: 960px;
	width: 100%;
}

table.companyList tr {
	border-bottom: 1px solid #000;
}

table.companyList tr th {
	font-weight: normal;
	line-height: 2;
	padding: 20px 16px;
	text-align: left;
	vertical-align: middle;
	width: 30%;
}

table.companyList tr td {
	line-height: 2;
	padding: 20px 16px;
	width: 70%;
}

/*===================================
form
================================== */

/* form layout ======================== */

table.formList {
	border-collapse: collapse;
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
}

table.formList tr:nth-of-type(1) th {
	padding-top: 0;
}

table.formList tr th {
	color: #000;
	display: block;
	padding-bottom: 8px;
	padding-top: 40px;
	text-align: left;
	width: 100%;
}

table.formList tr th .requied {
	background-color: #fa7777;
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	margin-left: 5px;
	padding: 5px;
}

table.formList tr td {
	display: block;
	text-align: left;
	width: 100%;
}

table.formList tr td .formSelect select option {
	margin-bottom: 8px;
}

table.formList tr td .formSelect span {
	display: block;
	position: relative;
}

table.formList tr td .formSelect span::before {
	-webkit-transform: translateY(-50%);
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	pointer-events: none;
	position: absolute;
	right: 52%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}

table.formList tr td .midCareer_select {
	margin-top: 56px;
}

table.formList tr td .midCareer_select p {
	color: #000;
	font-weight: bold;
	margin-bottom: 8px;
}

table.formList tr td .midCareer_select p .requied {
	background-color: #fa7777;
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	margin-left: 5px;
	padding: 5px;
}

table.formList tr td .experienceContents p {
	font-weight: bold;
}

table.formList tr td .experienceContents p .requied {
	background-color: #fa7777;
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	margin-left: 5px;
	padding: 5px;
}

/* contact form 7 ======================== */

.wpcf7 {
	margin-top: 40px; /* == ■■■■■■ btn ■■■■■■ == */ /* == ■■■■■■ contents ■■■■■■ == */ /* == ■■■■■■ contents ■■■■■■ == */
}

.wpcf7 p {
	margin-bottom: 24px;
}

.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 select {
	background: #f1f2f6;
	border: none;
	border-radius: 0;
	font-size: 14px;
	font-weight: 300;
	height: 64px;
	padding: 0 24px;
	width: 100%;
}

.wpcf7 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #666;
	width: 50%;
}

.wpcf7 textarea {
	background: #f1f2f6;
	border: none;
	border-radius: 0;
	font-size: 14px;
	height: 240px;
	padding: 22px 30px;
	resize: none;
	width: 100%;
}

.wpcf7 .wpcf7-not-valid-tip {
	font-size: 80%;
}

.wpcf7 span.wpcf7-list-item {
	display: block;
}

.wpcf7 span.wpcf7-list-item:nth-of-type(1) {
	margin-bottom: 8px;
}

.wpcf7 span.wpcf7-list-item:nth-of-type(2) {
	margin-bottom: 8px;
}

.wpcf7 .wpcf7-confirm {
	background: #f46e6e;
	border: 1px solid #f46e6e;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: "Noto Sans JP";
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	margin: 24px auto;
	max-width: 240px;
	padding: 12px 0;
	width: 100%;
}

.wpcf7 .entryBtn_area {
	-ms-flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 500px;
}

.wpcf7 .entryBtn_area li {
	width: 48%;
}

.wpcf7 .entryBtn_area li .wpcf7-submit {
	background: #dd3d3d;
	border: 1px solid #dd3d3d;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: "Noto Sans JP";
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	max-width: 240px;
	padding: 12px 0;
	width: 100%;
}

.wpcf7 .entryBtn_area li .wpcf7-back {
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	color: #333;
	cursor: pointer;
	display: block;
	font-family: "Noto Sans JP";
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	max-width: 240px;
	padding: 12px 0;
	text-shadow: -1px 1px 0 white;
	width: 100%;
}

.wpcf7 .entryBtn_area li .wpcf7-back:hover {
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
}

.wpcf7 .quizText {
	margin-bottom: 8px;
}

.wpcf7 .wpcf7-quiz {
	height: 40px !important;
	width: 10% !important;
}

.asterisk {
	color: #000;
	margin: 0 0 0 0.2em;
}

/* thanks ======================== */

.thanksWrap {
	margin-top: 24px;
}

.thanksWrap p {
	line-height: 2;
	margin-bottom: 16px;
	text-align: center;
}

.thanksWrap p:nth-of-type(1) {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 24px;
}

.thanksWrap .thanksWrap_inner {
	border: 1px solid #000;
	margin: 40px auto 0 auto;
	max-width: 500px;
	padding: 16px;
}

.thanksWrap .thanksWrap_inner span {
	display: block;
	text-align: center;
}

.thanksWrap .thanksWrap_inner span:nth-of-type(1) {
	margin-bottom: 8px;
}

.thanksWrap .thanksWrap_inner span:nth-of-type(2) {
	font-size: 2rem;
}

/*===================================
privacy
================================== */

.recruitment_privacyWrap .mainText {
	line-height: 1.75;
}

.recruitment_privacyWrap .recruitment_privacyWrap_inner {
	margin-top: 24px;
}

.recruitment_privacyWrap .recruitment_privacyWrap_inner p {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.75;
}

.recruitment_privacyWrap .recruitment_privacyWrap_inner ul li {
	margin-top: 16px;
}

/*===================================
404
================================== */

.errorWrap {
	margin: 24px auto 0 auto;
	max-width: 960px;
	padding: 0 10px;
}

.errorWrap .errorWrap_inner {
	border: 5px solid #4d4d4d;
	padding: 80px 24px;
}

.errorWrap .errorWrap_inner li {
	text-align: center;
	width: 100%;
}

.errorWrap .errorWrap_inner li:nth-child(1) {
	margin-bottom: 64px;
}

.errorWrap .errorWrap_inner li:nth-child(1) img {
	width: 500px;
}

.errorWrap .errorWrap_inner li:nth-child(2) {
	font-family: "Poppins", sans-serif;
	font-size: 4rem;
	margin-bottom: 24px;
}

.errorWrap .errorWrap_inner li:nth-child(3) {
	font-size: 3rem;
	margin-bottom: 24px;
}

.errorWrap .errorWrap_inner li:nth-child(4) {
	font-size: 1.8rem;
	line-height: 1.75;
	margin-bottom: 40px;
}

.errorWrap .errorWrap_inner li:nth-child(5) {
	-ms-flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.errorWrap .errorWrap_inner li:nth-child(5) p {
	width: 32%;
}

.errorWrap .errorWrap_inner li:nth-child(5) p a {
	border: 2px solid #242424;
	color: #242424;
	display: block;
	line-height: 1.75;
	margin: 0 auto;
	max-width: 320px;
	padding: 10px 0;
	text-align: center;
}

.errorWrap .errorWrap_inner li:nth-child(5) p:nth-of-type(1) {
	margin-bottom: 40px;
	width: 100%;
}

.errorWrap .errorWrap_inner li:nth-child(5) p:nth-of-type(1) a {
	background-color: #242424;
	border: none;
	color: #fff;
	line-height: 1.75;
}

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

.visibleTablet {
	display: block !important;
}

.hiddenTablet {
	display: none !important;
}

#pageBody {
	padding-top: 56px;
}

#pageBody.recruitmentPage {
	padding-top: 48px;
}

#pageBody .pageBody_inner {
	padding-bottom: 70px;
}

#pageBody .pageBody_inner.gutterContent_top {
	padding-top: 70px;
}

#pageBody .pageBody_inner.gutterlower_top {
	padding-top: 80px;
}

#pageBody .pageBody_inner.gutterRecruit_top {
	padding-top: 240px;
}

.containerArea {
	padding: 35px 10px 0 10px;
}

#loader-bg #loader {
	margin-left: -50px;
	margin-top: -100px;
}

#pageHeader_recruitment {
	height: 48px;
}

#pageHeader_recruitment .recruitLogo {
	width: 180px;
}

#pageHeader_recruitment .recruitLogo small {
	font-size: 1.2rem;
	margin-top: 3px;
}

#pageHeader_recruitment .recruitment_navBtn_area .recruitment_btn a {
	height: 32px;
	line-height: 32px;
}

#pageHeader_recruitment .recruitment_navBtn_area .recruitlist_btn {
	right: 5px;
	top: 6px;
}

#pageHeader_recruitment .recruitment_navBtn_area .recruitlist_btn a {
	height: 32px;
	line-height: 32px;
}

#pageFooter_recruitment {
	padding: 24px 0;
}

.recruitmentHeading_area {
	background-color: #fff;
	padding: 0;
}

.singleRecruitmentWrap .singleRecruitmentArea {
	padding: 70px 10px;
}

}

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

.visibleXs_ls {
	display: block !important;
}

.hiddenXs_ls {
	display: none !important;
}

#pageBody .pageBody_inner.gutterRecruit_top {
	padding-top: 220px;
}

#pageHeader_recruitment .recruitment_navBtn_area .recruitment_btn {
	right: 180px;
}

}

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

body {
	font-size: 1.4rem;
}

.ggmap {
	margin-bottom: 24px;
	padding-bottom: 56.25%;
}

.acf-map {
	padding-bottom: 45%;
}

.visibleXs {
	display: block !important;
}

.hiddenXs {
	display: none !important;
}

#pageBody .pageBody_inner.gutterRecruit_top {
	padding-top: 140px;
}

#loader-bg #loader .loading span {
	font-size: 2rem;
}

#loader-bg #loader .sk-circle {
	height: 60px;
	width: 60px;
}

#pageHeader_recruitment #navBtnhumberger {
	cursor: pointer;
	display: block;
	padding: 0px 8px;
	position: fixed;
	right: 6px;
	top: 12px;
	width: 45px;
	z-index: 10;
}

#pageHeader_recruitment .recruitment_navBtn_area {
	display: none;
}

#pageHeader_recruitment .recruitment_navBtn_area.archive_page {
	display: block;
}

.recruitment_navArea {
	background-color: #dddddd;
	margin-top: 48px;
	padding: 16px 10px;
	position: relative;
	width: 100%;
	z-index: -1;
}

.recruitment_navArea .recruitment_navArea_inner {
	-ms-flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.recruitment_navArea .recruitment_navArea_inner li {
	width: 48%;
}

.recruitment_navArea .recruitment_navArea_inner li a {
	color: #fff;
	display: block;
	padding: 8px 0;
	text-align: center;
}

.recruitment_navArea .recruitment_navArea_inner li:nth-child(1) {
	background-color: #ffa032;
}

.recruitment_navArea .recruitment_navArea_inner li:nth-child(2) {
	background-color: #242424;
}

.recruitment_main-heading.ja {
	font-size: 2.4rem;
}

.recruitment_main-heading {
	font-size: 3rem;
	margin-top: 40px;
}

.apply-btn {
	max-width: 320px;
}

.apply-btn a {
	font-size: 1.8rem;
	padding: 12px 0;
}

.apply-btn a span::before {
	font-size: 5.8rem;
	left: -56px;
}

.recruitmentMain_btn {
	max-width: 320px;
}

.recruitmentMain_btn a {
	font-size: 1.8rem;
	padding: 12px 0;
}

.recruitmentMain_btn a span::before {
	font-size: 5.8rem;
	left: -56px;
}

.formWrap {
	padding: 16px 10px;
}

.formWrap .formWrap_group li:first-child {
	margin-bottom: 5px;
	width: 100%;
}

.formWrap .formWrap_group li:last-child {
	width: 100%;
}

.recruitmentBaseWrap .recruitmentBaseWrap_heading h2 {
	font-size: 2rem;
	padding: 0 10px;
}

.recruitment__title .img-area {
	width: 100%;
}

.recruitment__title .title-area {
	margin-top: 24px;
	width: 100%;
}

.recruitment__info .table-list tr {
	border-bottom: none;
}

.recruitment__info .table-list tr th {
	background-color: #666;
	color: #fff;
	display: block;
	padding-bottom: 5px;
	width: 100%;
}

.recruitment__info .table-list tr td {
	display: block;
	width: 100%;
}

.recruitment__btn p {
	width: 100%;
}

.recruitment__btn p:nth-of-type(1) {
	margin-bottom: 16px;
}

.recruitmentList li {
	padding: 24px 16px;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(1) .recruitmentList_innerArea:nth-of-type(1) {
	width: 100%;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(1) .recruitmentList_innerArea:nth-of-type(2) {
	margin-top: 24px;
	width: 100%;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(2) table.recruit_text tr {
	border-bottom: none;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(2) table.recruit_text tr th {
	background-color: #666;
	color: #fff;
	display: block;
	padding-bottom: 5px;
	width: 100%;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(2) table.recruit_text tr td {
	display: block;
	width: 100%;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(3) p {
	width: 100%;
}

.recruitmentList li .recruitmentList_inner:nth-of-type(3) p:nth-of-type(1) {
	margin-bottom: 16px;
}

.singleRecruitmentWrap .singleRecruitmentArea .singleRecruitmentArea_heading {
	font-size: 2rem;
}

.singleRecruitmentWrap .singleRecruitmentArea .singleRecruitmentArea_inner {
	margin: 56px auto 0 auto;
	padding: 0 10px;
}

.singleRecruitmentWrap .singleRecruitmentArea .singleRecruitmentArea_inner .singleRecruitmentArea_inner-img {
	margin: 56px 0 40px 0;
}

.recruitmentSingleTop .recruitmentList_innerArea:nth-of-type(1) {
	width: 100%;
}

.recruitmentSingleTop .recruitmentList_innerArea:nth-of-type(2) {
	margin-top: 24px;
	width: 100%;
}

.workTextWrap {
	padding: 32px 16px;
}

.workTextWrap .workTextWrap_inner .workTextWrap_inner-contents p {
	text-align: left;
}

.workTextWrap .workTextWrap_inner .workTextWrap_inner-contents p br {
	display: none;
}

.recruitment_workSlider li {
	padding: 0;
}

.recruitment_workSlider .outside span:nth-of-type(1) {
	left: 20%;
}

.recruitment_workSlider .outside span:nth-of-type(2) {
	right: 20%;
}

.workText_mainHeading {
	font-size: 1.8rem;
	line-height: 1.75;
}

.workText_heading {
	font-size: 1.6rem;
	line-height: 1.75;
}

.recruitment_workInfo {
	margin-bottom: 32px;
}

.recruitment_workInfo__heading {
	font-size: 1.6rem;
	line-height: 1.75;
}

.recruitment_workInfo__heading-sub {
	font-size: 1.8em;
	line-height: 1.75;
}

.recruitVoiceWrap {
	margin-bottom: 32px;
}

.recruitVoiceWrap li:nth-child(1) {
	margin-bottom: 24px;
	width: 100%;
}

.recruitVoiceWrap li:nth-child(2) {
	width: 100%;
}

table.recruitWrap_one_list {
	border: none;
	margin-bottom: 24px;
}

table.recruitWrap_one_list tr {
	border: none;
}

table.recruitWrap_one_list th {
	display: block;
	padding: 16px 8px;
	width: 100%;
}

table.recruitWrap_one_list td {
	display: block;
	padding: 16px 0;
	width: 100%;
}

.recommendWrap .outside span:nth-of-type(1) {
	bottom: -40px;
	right: 2%;
}

.recommendWrap .outside span:nth-of-type(2) {
	bottom: -40px;
	left: 2%;
}

.recommendWrap .recommendList li .recommendList_wrap .recommendList_inner:nth-of-type(2) table.recruit_text tr {
	border-bottom: none;
}

table.companyList {
	margin: 0 auto 24px auto;
}

table.companyList tr {
	border-bottom: none;
}

table.companyList tr th {
	background-color: #cecece;
	display: block;
	padding: 10px;
	width: 100%;
}

table.companyList tr td {
	display: block;
	padding: 10px;
	width: 100%;
}

table.formList tr td .formSelect span::before {
	right: 5%;
}

.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 select {
	height: 56px;
}

.wpcf7 select {
	width: 100%;
}

.wpcf7 textarea {
	height: 160px;
}

.thanksWrap p {
	text-align: left;
}

.thanksWrap p:nth-of-type(1) {
	text-align: center;
}

.errorWrap {
	margin-bottom: -70px;
	margin-top: -56px;
	padding: 0px;
}

.errorWrap .errorWrap_inner {
	padding: 56px 16px;
}

.errorWrap .errorWrap_inner li:nth-child(2) {
	font-size: 3rem;
}

.errorWrap .errorWrap_inner li:nth-child(3) {
	font-size: 2rem;
}

.errorWrap .errorWrap_inner li:nth-child(4) {
	font-size: 1.6rem;
}

.errorWrap .errorWrap_inner li:nth-child(5) p {
	margin-top: 16px;
	width: 100%;
}

.errorWrap .errorWrap_inner li:nth-child(5) p:nth-of-type(1) {
	margin-bottom: 0;
	margin-top: 0;
}

}

@-webkit-keyframes loading {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

100% {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

}

@keyframes loading {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

100% {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

}

@-webkit-keyframes sk-circleBounceDelay {

0%,80%,100% {
	-webkit-transform: scale(0);
	transform: scale(0);
}

40% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@keyframes sk-circleBounceDelay {

0%,80%,100% {
	-webkit-transform: scale(0);
	transform: scale(0);
}

40% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

