/*===================================
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: #796A58;
	color: #fff;
}

*::selection {
	background-color: #796A58;
	color: #fff;
}

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

html,
body {
	height: 100%;
}

html {
	font-size: 62.5%;
}

body {
	color: #000;
	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: #000;
	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-top: 0px;
	overflow: hidden;
	padding-bottom: 30%;
	position: relative;
}

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

/* 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: "Aleo", 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 {
	color: #5f5f5f;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#wrapper.lowerContents {
	margin-top: 80px;
}

#pageBody {
	display: block;
	margin-top: 64px;
}

#pageBody .pageBody_inner {
	padding: 100px 0;
	position: relative;
}

#pageBody .pageBody_inner.gutterTop {
	margin-top: 40px;
}

.containerArea {
	margin: 0 auto;
	max-width: 1080px;
	padding-top: 80px;
}

.containerArea_inner {
	padding-top: 80px;
}

/*===================================
recruit
================================== */

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

.recruitHeading {
	position: relative;
	text-align: center;
}

.recruitHeading::after {
	-webkit-transform: translateX(-50%);
	background-color: #D2E67E;
	bottom: -24px;
	content: '';
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 70px;
}

.recruitHeading em {
	color: #D2E67E;
	display: block;
	font-family: "Aleo", serif;
	font-size: 2.2rem;
	font-weight: normal;
}

.recruitHeading strong {
	color: #796A58;
	display: block;
	font-family: "Aleo", serif;
	font-size: 4rem;
	font-weight: normal;
	letter-spacing: .1em;
	margin-top: 24px;
}

.recruitHeading small {
	color: #D2E67E;
	display: block;
	font-size: 1.8rem;
	margin-top: 10px;
}

/* kv ======================== */

.kvArea {
	margin: 0 auto;
	max-width: 1200px;
	padding-bottom: 40px;
	padding-top: 80px;
}

/* main img ======================== */

.recruitImg {
	border-bottom: 1px solid #796A58;
}

.recruitImg .recMovie_area {
	margin: 0 auto;
	margin-top: 120px;
	max-width: 800px;
}

.recruitImg .recruitImg_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;
	margin: 0 auto;
	max-width: 1080px;
	padding: 100px 0;
}

.recruitImg .recruitImg_inner li {
	width: 15%;
}

.recruitImg .recruitImg_inner li:last-child {
	margin-top: 24px;
	width: 100%;
}

.recruitImg .recruitImg_inner li:last-child img {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* owner ======================== */

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

.ownerWrap li {
	width: 48%;
}

.ownerWrap li:nth-child(2) {
	margin-top: 25%;
	position: relative;
}

.ownerWrap li:nth-child(2)::before {
	background-color: rgba(210, 230, 190, 0.58);
	content: '';
	height: 120%;
	left: -10%;
	position: absolute;
	top: -10%;
	width: 120%;
}

.ownerWrap li:nth-child(2) .ownerWrap_ineer {
	position: relative;
	z-index: 1;
}

.ownerWrap li:nth-child(2) .ownerWrap_ineer p:nth-of-type(1) span {
	color: #796A58;
	display: block;
	text-align: center;
}

.ownerWrap li:nth-child(2) .ownerWrap_ineer p:nth-of-type(1) span:nth-of-type(1) {
	color: "Aleo", serif;
	font-size: 2rem;
	font-weight: bold;
}

.ownerWrap li:nth-child(2) .ownerWrap_ineer p:nth-of-type(1) span:nth-of-type(2) {
	border-bottom: 2px solid #D2E67E;
	font-family: "Aleo", serif;
	font-size: 3rem;
	margin-top: 8px;
	padding-bottom: 16px;
}

.ownerWrap li:nth-child(2) .ownerWrap_ineer p:nth-of-type(2) {
	line-height: 2;
	padding: 24px 24px 16px 24px;
}

.ownerWrap li:nth-child(2) .ownerWrap_ineer p:nth-of-type(3) {
	font-size: 1.8rem;
	padding: 0 24px;
}

/* staff voice ======================== */

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

.staffVoiceHeading {
	position: relative;
	text-align: center;
	width: 100%;
}

.staffVoiceHeading p:nth-of-type(1) {
	border-bottom: 8px dotted #D2E67E;
	border-top: 8px dotted #D2E67E;
	color: #796a58;
	display: inline-block;
	font-family: "Aleo", serif;
	font-size: 2.4rem;
	letter-spacing: .2em;
	padding: 16px 16px;
	position: relative;
}

.staffVoiceHeading p:nth-of-type(2) {
	color: #5f5f5f;
	margin-top: 8px;
}

.staffVoiceHeading p:nth-of-type(3) {
	color: #5f5f5f;
	font-family: "Aleo", serif;
	margin-top: 8px;
}

/* == ■■■■■■ contents ■■■■■■ == */

.voiceWrap {
	background-color: rgba(209, 229, 125, 0.17);
}

.voiceWrap .voiceWrap_contents {
	-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: 80px;
}

.voiceWrap .voiceWrap_contents:last-of-type {
	margin-bottom: 0;
}

.voiceWrap .voiceWrap_contents.topWrap {
	margin-top: 80px;
}

.voiceWrap .voiceWrap_contents li { /* == ■■■■■■ text ■■■■■■ == */ /* == ■■■■■■ img ■■■■■■ == */
}

.voiceWrap .voiceWrap_contents li:nth-child(1) {
	width: 56%;
}

.voiceWrap .voiceWrap_contents li:nth-child(1) .voiceWrap_contents_inner:nth-of-type(1) {
	color: #796A58;
}

.voiceWrap .voiceWrap_contents li:nth-child(1) .voiceWrap_contents_inner:nth-of-type(1) p:nth-of-type(1) {
	font-family: "Aleo", serif;
	font-size: 2.8rem;
}

.voiceWrap .voiceWrap_contents li:nth-child(1) .voiceWrap_contents_inner:nth-of-type(1) p:nth-of-type(2) {
	margin: 8px 0;
}

.voiceWrap .voiceWrap_contents li:nth-child(1) .voiceWrap_contents_inner:nth-of-type(1) p:nth-of-type(3) {
	font-size: 1.4rem;
}

.voiceWrap .voiceWrap_contents li:nth-child(1) .voiceWrap_contents_inner:nth-of-type(2) {
	margin: 24px 0;
}

.voiceWrap .voiceWrap_contents li:nth-child(1) .voiceWrap_contents_inner:nth-of-type(2) p:nth-of-type(1) {
	color: #796A58;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.75;
}

.voiceWrap .voiceWrap_contents li:nth-child(1) .voiceWrap_contents_inner:nth-of-type(2) p:nth-of-type(2) {
	color: #5f5f5f;
	line-height: 1.75;
	margin-top: 16px;
}

.voiceWrap .voiceWrap_contents li:nth-child(1) .voiceWrap_contents_inner:nth-of-type(3) p:nth-of-type(1) {
	margin-bottom: 8px;
}

.voiceWrap .voiceWrap_contents li:nth-child(1) .voiceWrap_contents_inner:nth-of-type(3) p:nth-of-type(1) span {
	display: inline-block;
}

.voiceWrap .voiceWrap_contents li:nth-child(1) .voiceWrap_contents_inner:nth-of-type(3) p:nth-of-type(1) span:nth-of-type(1) {
	color: #D2E67E;
	font-family: "Aleo", serif;
}

.voiceWrap .voiceWrap_contents li:nth-child(1) .voiceWrap_contents_inner:nth-of-type(3) p:nth-of-type(1) span:nth-of-type(2) {
	margin-left: 8px;
}

.voiceWrap .voiceWrap_contents li:nth-child(1) .voiceWrap_contents_inner:nth-of-type(3) p:nth-of-type(2) {
	-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;
}

.voiceWrap .voiceWrap_contents li:nth-child(1) .voiceWrap_contents_inner:nth-of-type(3) p:nth-of-type(2) span {
	background-color: #C8BEAA;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	padding: 8px 0;
	text-align: center;
	width: 48%;
}

.voiceWrap .voiceWrap_contents li:nth-child(1) .voiceWrap_contents_inner:nth-of-type(3) p:nth-of-type(3) {
	color: #5f5f5f;
	font-size: 1.4rem;
	line-height: 1.75;
	margin-top: 8px;
}

.voiceWrap .voiceWrap_contents li:nth-child(2) {
	border-top: 3px solid #D2E67E;
	width: 40%;
}

/* merit ======================== */

.meritContents .meritWrap {
	-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: 80px;
}

.meritContents .meritWrap:last-of-type {
	margin-bottom: 0;
}

.meritContents .meritWrap.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.meritContents .meritWrap.reverse li:nth-child(3),
.meritContents .meritWrap.reverse li:nth-child(4),
.meritContents .meritWrap.reverse li:nth-child(5),
.meritContents .meritWrap.reverse li:nth-child(6) {
	margin-top: 24px;
	width: 24%;
}

.meritContents .meritWrap.otherList {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.meritContents .meritWrap.otherList li:nth-child(3) {
	-ms-flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	background-color: rgba(200, 190, 170, 0.45);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-top: 32px;
	padding: 24px;
}

.meritContents .meritWrap.otherList li:nth-child(3) .merit_sp_inner:nth-of-type(1) {
	width: 30%;
}

.meritContents .meritWrap.otherList li:nth-child(3) .merit_sp_inner:nth-of-type(2) {
	width: 65%;
}

.meritContents .meritWrap.otherList li:nth-child(3) .merit_sp_inner:nth-of-type(2) p:nth-of-type(1) {
	color: #796A58;
	font-size: 2rem;
}

.meritContents .meritWrap.otherList li:nth-child(3) .merit_sp_inner:nth-of-type(2) p:nth-of-type(2) {
	line-height: 1.75;
	margin: 24px 0;
}

.meritContents .meritWrap.otherList li:nth-child(3) .merit_sp_inner:nth-of-type(2) p:nth-of-type(3) span {
	color: #796A58;
	display: block;
}

.meritContents .meritWrap.otherList li:nth-child(3) .merit_sp_inner:nth-of-type(2) p:nth-of-type(3) span:nth-of-type(1) {
	font-family: "Aleo", serif;
	font-size: 2rem;
}

.meritContents .meritWrap.otherList li:nth-child(3) .merit_sp_inner:nth-of-type(2) p:nth-of-type(3) span:nth-of-type(2) {
	margin-top: 5px;
}

.meritContents .meritWrap li:nth-child(1) {
	width: 40%;
}

.meritContents .meritWrap li:nth-child(2) {
	width: 50%;
}

.meritContents .meritWrap li:nth-child(2) .meritWrap_inner:nth-of-type(1) p:nth-of-type(1) {
	color: #D2E67E;
	font-family: "Aleo", serif;
	margin-bottom: 8px;
}

.meritContents .meritWrap li:nth-child(2) .meritWrap_inner:nth-of-type(1) p:nth-of-type(2) {
	color: #796A58;
	font-size: 2.4rem;
	font-weight: bold;
}

.meritContents .meritWrap li:nth-child(2) .meritWrap_inner:nth-of-type(1) p:nth-of-type(3) {
	color: #C8BEAA;
	font-family: "Aleo", serif;
	font-size: 1.2rem;
}

.meritContents .meritWrap li:nth-child(2) .meritWrap_inner:nth-of-type(2) {
	line-height: 1.75;
	margin-top: 16px;
}

/* CURRICULUM ======================== */

.curriculmWrap {
	background-color: rgba(209, 229, 125, 0.17); /* == ■■■■■■ coution ■■■■■■ == */
}

.curriculmWrap .curriculmWrap_inner {
	margin: 0 auto;
	max-width: 840px; /* == ■■■■■■ curriculmWrap_contents ■■■■■■ == */ /* == ■■■■■■ curriculmWrap_contents end ■■■■■■ == */ /* == ■■■■■■ course ■■■■■■ == */ /* == ■■■■■■ course end ■■■■■■ == */
}

.curriculmWrap .curriculmWrap_inner .curriculmWrap_text {
	line-height: 2;
	text-align: center;
}

.curriculmWrap .curriculmWrap_inner .curriculmWrap_contents {
	border: 1px solid #796A58;
	margin-top: 40px;
}

.curriculmWrap .curriculmWrap_inner .curriculmWrap_contents p:nth-of-type(1) {
	background-color: #796A58;
	color: #fff;
	padding: 8px 0;
	text-align: center;
}

.curriculmWrap .curriculmWrap_inner .curriculmWrap_contents p:nth-of-type(2) {
	padding: 24px 10px;
}

.curriculmWrap .curriculmWrap_inner .curriculmWrap_contents p:nth-of-type(2) span {
	display: block;
	text-align: center;
}

.curriculmWrap .curriculmWrap_inner .curriculmWrap_contents p:nth-of-type(2) span:nth-of-type(1) {
	font-size: #5f5f5f;
	font-size: 2rem;
}

.curriculmWrap .curriculmWrap_inner .curriculmWrap_contents p:nth-of-type(2) span:nth-of-type(2) {
	font-size: 1.4rem;
	line-height: 2;
	margin-top: 16px;
}

.curriculmWrap .curriculmWrap_inner .curriculmWrap_contents_caution {
	margin-top: 8px;
	text-align: center;
}

.curriculmWrap .curriculmWrap_inner .courseWrap {
	margin-top: 56px; /* == ●●● list ●●● == */
}

.curriculmWrap .curriculmWrap_inner .courseWrap .courseWrapTitle {
	text-align: center;
}

.curriculmWrap .curriculmWrap_inner .courseWrap .courseWrapTitle img {
	display: block;
	margin: 0 auto;
	width: 50%;
}

.curriculmWrap .curriculmWrap_inner .courseWrap .courseWrapList {
	-ms-flex-flow: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	margin-top: 24px;
}

.curriculmWrap .curriculmWrap_inner .courseWrap .courseWrapList li:nth-child(1) {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 2rem;
	justify-content: center;
	padding: 24px;
	text-align: center;
	width: 40%;
}

.curriculmWrap .curriculmWrap_inner .courseWrap .courseWrapList li:nth-child(2) {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #808080;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.75;
	padding: 24px;
	width: 60%;
}

.curriculmWrap .curriculmWrap_inner .courseWrap .courseWrapList.firstColumn {
	border: 1px solid #B4DCAA;
}

.curriculmWrap .curriculmWrap_inner .courseWrap .courseWrapList.firstColumn li:first-child {
	background-color: #B4DCAA;
}

.curriculmWrap .curriculmWrap_inner .courseWrap .courseWrapList.secondColumn {
	border: 1px solid #A0D2DC;
}

.curriculmWrap .curriculmWrap_inner .courseWrap .courseWrapList.secondColumn li:first-child {
	background-color: #A0D2DC;
}

.curriculmWrap .curriculmWrap_inner .courseWrap .courseWrapList.thirdColumn {
	border: 1px solid #DCC8A0;
}

.curriculmWrap .curriculmWrap_inner .courseWrap .courseWrapList.thirdColumn li:first-child {
	background-color: #DCC8A0;
}

.curriculmWrap .curriculmWrapCoution {
	color: #808080;
	font-size: 1.2rem;
	line-height: 1.75;
	margin-top: 24px;
	text-align: center;
}

/* LIFE SIMULATION ======================== */

.simulationWrap .simulationWrap_text {
	color: #808080;
	font-size: 1.4rem;
	line-height: 2;
	text-align: center;
}

.simulationWrap .simulationWrap_list {
	-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-top: 40px;
}

.simulationWrap .simulationWrap_list li {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #796A58;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding: 24px 0;
	text-align: center;
	width: 30%;
}

.simulationWrap .simulationWrap_list li p {
	color: #796A58;
}

.simulationWrap .simulationWrap_list li:nth-child(1) {
	border: 1px solid #796A58;
	position: relative;
}

.simulationWrap .simulationWrap_list li:nth-child(1) p {
	line-height: 1.75;
}

.simulationWrap .simulationWrap_list li:nth-child(1) p:nth-of-type(2) {
	font-size: 1.2rem;
}

.simulationWrap .simulationWrap_list li:nth-child(1)::after {
	-webkit-transform: translateY(50%);
	bottom: 50%;
	color: #796A58;
	content: '-';
	font-size: 5rem;
	position: absolute;
	right: -13%;
	transform: translateY(50%);
}

.simulationWrap .simulationWrap_list li:nth-child(2) {
	border: 1px solid #796A58;
	position: relative;
}

.simulationWrap .simulationWrap_list li:nth-child(2) p {
	line-height: 1.75;
}

.simulationWrap .simulationWrap_list li:nth-child(2) p:nth-of-type(2) {
	margin-top: 5px;
}

.simulationWrap .simulationWrap_list li:nth-child(2)::after {
	-webkit-transform: translateY(50%);
	bottom: 50%;
	color: #796A58;
	content: '=';
	font-size: 3rem;
	position: absolute;
	right: -13%;
	transform: translateY(50%);
}

.simulationWrap .simulationWrap_list li:nth-child(3) {
	border: 1px solid #D2E67E;
	position: relative;
}

.simulationWrap .simulationWrap_list li:nth-child(3) p {
	font-size: 1.8rem;
	line-height: 1.75;
}

.simulationWrap .simulationWrap_list li:nth-child(3)::after {
	-webkit-transform: translate(-50%, -50%);
	border: 1px solid #D2E67E;
	content: '';
	height: 90%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
}

.simulationWrap .simulationWrap_img {
	margin-top: 56px;
}

.simulationWrap .simulationWrap_img img {
	display: block;
	margin: 0 auto;
}

/* EVERYDAY ======================== */

.everyWrap {
	background-color: rgba(209, 229, 125, 0.17);
}

.everyWrap .everyWrap_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;
	margin-top: 60px;
}

.everyWrap .everyWrap_inner li {
	margin-bottom: 24px;
	width: 23%;
}

/* RECRUITMENT ======================== */

.recruitmentWrap {
	text-align: center;
}

.recruitmentWrap img {
	display: inline-block;
	margin: 0 auto;
}

/*===================================
collection
================================== */

/* == ●●● 一覧ページ ●●● == */

.collection_list li {
	-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-top: 140px;
}

.collection_list li:first-child {
	margin-top: 0;
}

.collection_list li:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: wrap row-reverse;
	flex-flow: wrap row-reverse;
}

.collection_list li:nth-child(even) .title {
	margin-left: auto;
}

.collection_list li .img {
	position: relative;
	width: 45%;
}

.collection_list li .img::after {
	border: 1px solid #796A58;
	bottom: -16px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: -16px;
	width: 100%;
	z-index: -1;
}

.collection_list li .title {
	width: 45%;
}

.collection_list li .title .collectionName {
	color: #796A58;
	font-family: "Julius Sans One", sans-serif;
	font-size: 3.6rem;
	line-height: 1.25;
}

.collection_list li .title .moreBtn {
	margin-top: 24px;
}

.collection_list li .title .moreBtn a {
	border: 1px solid #796A58;
	color: #796A58;
	display: block;
	padding: 16px 0;
	text-align: center;
	width: 300px;
}

/* == ●●● 詳細ページ ●●● == */

.collectionOne-wrap .titleArea {
	-ms-flex-flow: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
}

.collectionOne-wrap .titleArea li.mainImg {
	width: 50%;
}

.collectionOne-wrap .titleArea li.title {
	margin-left: calc(100%/12 * 0.5);
	width: calc(100%/12 * 5.5);
}

.collectionOne-wrap .titleArea li.title .title-inner {
	font-family: "Julius Sans One", sans-serif;
	font-size: 3.6rem;
}

.collectionOne-wrap .titleArea li.title .credit {
	color: #796A58;
	line-height: 2;
	margin-top: 24px;
}

.collectionOne-wrap .titleArea li.title .credit span {
	font-size: 1.2rem;
}

.collectionOne-wrap .imgColumn.imgBox1 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 180px auto 0;
	width: calc(100%/12 * 7);
}

.collectionOne-wrap .imgColumn.imgBox1 li {
	width: 50%;
}

.collectionOne-wrap .imgColumn.imgBox2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 180px;
	width: calc(100%/12 * 8);
}

.collectionOne-wrap .imgColumn.imgBox2 li {
	width: 100%;
}

.collectionOne-wrap .imgColumn.imgBox3 {
	-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;
	justify-content: space-between;
	margin: 180px auto 0;
	width: calc(100%/12 * 8);
}

.collectionOne-wrap .imgColumn.imgBox3 li {
	width: 42%;
}

.collectionOne-wrap .imgColumn.imgBox4 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse;
	-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: row-reverse;
	justify-content: space-between;
	margin: 140px auto 0;
	width: calc(100%/12 * 8);
}

.collectionOne-wrap .imgColumn.imgBox4 li {
	width: 42%;
}

.collectionOne-wrap .imgColumn.imgBox5 {
	margin: 180px auto 0;
	width: calc(100%/12 * 10);
}

.collectionOne-wrap .imgColumn.imgBox5 li {
	width: 100%;
}

.collectionOne-wrap .imgColumn.imgBox6 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse;
	-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: row-reverse;
	justify-content: space-between;
	margin: 180px auto 0;
	width: calc(100%/12 * 8);
}

.collectionOne-wrap .imgColumn.imgBox6 li {
	width: 42%;
}

.collectionOne-wrap .imgColumn.imgBox7 {
	-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;
	justify-content: space-between;
	margin: 140px auto 180px;
	width: calc(100%/12 * 8);
}

.collectionOne-wrap .imgColumn.imgBox7 li {
	width: 42%;
}

.otherCollection_wrap {
	background: #C7B299;
	padding: 40px 0;
}

.otherCollection_wrap .otherCollectionTitle {
	color: #000;
	font-family: "Julius Sans One", sans-serif;
	font-size: 2.8rem;
	text-align: center;
}

/*===================================
movie
================================== */

.movieWrap {
	-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: 80px;
}

.movieWrap li {
	width: 48%;
}

/*===================================
recruit new
================================== */

/* recruit contents ======================== */

.recruitBg_color {
	background-color: rgba(209, 229, 125, 0.17);
}

.voiceWrap {
	background-color: #fff;
}

/* kv ======================== */

.kvArea_new {
	margin: 0 auto 24px auto;
	max-width: 1200px;
}

/* top text ======================== */

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

.recruitNew_contents p {
	font-weight: bold;
	line-height: 1.75;
	text-align: center;
}

.recruitNew_contents p:nth-of-type(1) {
	color: #E5AE8B;
	font-family: "Aleo", serif;
	font-size: 2.6rem;
}

.recruitNew_contents p:nth-of-type(2) {
	margin-top: 24px;
}

.recruitNew_contents p:nth-of-type(3) {
	color: #796A58;
	font-size: 3rem;
	margin-top: 16px;
}

.recruitNew_contents p:nth-of-type(4) {
	margin-top: 24px;
}

.recruitNew_contents .recruitNew_contents_inner:nth-of-type(1) {
	margin-top: 60px;
	width: 100%;
}

.recruitNew_contents .recruitNew_contents_inner:nth-of-type(2) {
	margin-top: 60px;
	width: 100%;
}

.recruitNew_contents .recruitNew_contents_inner:nth-of-type(2) .recruitNew_contents_innerList {
	-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: 790px;
}

.recruitNew_contents .recruitNew_contents_inner:nth-of-type(2) .recruitNew_contents_innerList li {
	width: 48%;
}

.recruitNew_contents .recruitNew_contents_inner:nth-of-type(2) .recruitNew_contents_innerList li a {
	color: #fff;
	display: block;
	display: block;
	font-size: 2rem;
	padding: 32px 0;
	position: relative;
	text-align: center;
	text-align: center;
}

.recruitNew_contents .recruitNew_contents_inner:nth-of-type(2) .recruitNew_contents_innerList li a::before {
	-webkit-transform: translate(-50%, -50%);
	border: 1px solid #fff;
	content: "";
	height: 85%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
}

.recruitNew_contents .recruitNew_contents_inner:nth-of-type(2) .recruitNew_contents_innerList li a span {
	display: block;
	font-family: "Aleo", serif;
	font-size: 1.4rem;
}

.recruitNew_contents .recruitNew_contents_inner:nth-of-type(2) .recruitNew_contents_innerList li:nth-of-type(1) {
	background-color: #e5ae8b;
}

.recruitNew_contents .recruitNew_contents_inner:nth-of-type(2) .recruitNew_contents_innerList li:nth-of-type(1) a span {
	color: #96826E;
}

.recruitNew_contents .recruitNew_contents_inner:nth-of-type(2) .recruitNew_contents_innerList li:nth-of-type(2) {
	background-color: #E79088;
}

.recruitNew_contents .recruitNew_contents_inner:nth-of-type(2) .recruitNew_contents_innerList li:nth-of-type(2) a span {
	color: #BE6460;
}

/* ABOUT SALON ======================== */

.recruitAbout .recruitAbout_heading {
	color: #E5AE8B;
	font-family: "Aleo", serif;
	font-size: 5rem;
	text-align: center;
}

.recruitAbout .recruitAbout_heading span {
	color: #796A58;
	display: block;
	font-size: 1.8rem;
	margin-top: 5px;
}

.recruitAbout .recruitAbout_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;
	width: 100%;
}

.recruitAbout .recruitAbout_inner:nth-of-type(1) .recruitAbout_innerContents {
	width: 48%;
}

.recruitAbout .recruitAbout_inner:nth-of-type(1) .recruitAbout_innerContents p:nth-of-type(1) {
	font-stretch: 2rem;
	font-weight: bold;
	line-height: 1.75;
}

.recruitAbout .recruitAbout_inner:nth-of-type(1) .recruitAbout_innerContents p:nth-of-type(2) {
	line-height: 1.75;
	margin-top: 24px;
}

.recruitAbout .recruitAbout_inner:nth-of-type(2) {
	margin-top: 100px;
	width: 100%;
}

.recruitAbout .recruitAbout_inner:nth-of-type(2) .recruitAbout_innerSlonList {
	-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;
}

.recruitAbout .recruitAbout_inner:nth-of-type(2) .recruitAbout_innerSlonList .recruitAbout_innerSlonList_contents {
	width: 32%;
}

.recruitAbout .recruitAbout_inner:nth-of-type(2) .recruitAbout_innerSlonList .recruitAbout_innerSlonList_contents p:nth-of-type(1) {
	margin-bottom: 8px;
}

.recruitAbout .recruitAbout_inner:nth-of-type(2) .recruitAbout_innerSlonList .recruitAbout_innerSlonList_contents p:nth-of-type(2) span {
	display: block;
	text-align: center;
}

.recruitAbout .recruitAbout_inner:nth-of-type(2) .recruitAbout_innerSlonList .recruitAbout_innerSlonList_contents p:nth-of-type(2) span:nth-of-type(1) {
	color: #E79088;
}

.recruitAbout .recruitAbout_inner:nth-of-type(3) {
	margin-top: 50px;
	width: 100%;
}

.recruitAbout .recruitAbout_inner:nth-of-type(3) .recruitAbout_innerSlonList {
	-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;
}

.recruitAbout .recruitAbout_inner:nth-of-type(3) .recruitAbout_innerSlonList .recruitAbout_innerSlonList_contents {
	width: 32%;
}

.recruitAbout .recruitAbout_inner:nth-of-type(3) .recruitAbout_innerSlonList .recruitAbout_innerSlonList_contents p:nth-of-type(1) {
	margin-bottom: 8px;
}

.recruitAbout .recruitAbout_inner:nth-of-type(3) .recruitAbout_innerSlonList .recruitAbout_innerSlonList_contents p:nth-of-type(2) span {
	display: block;
	text-align: center;
}

.recruitAbout .recruitAbout_inner:nth-of-type(3) .recruitAbout_innerSlonList .recruitAbout_innerSlonList_contents p:nth-of-type(2) span:nth-of-type(1) {
	color: #E79088;
}

/* == ■■■■■■ slider ■■■■■■ == */

.slider img {
	height: auto;
	width: 100%;
}

.slider .slick-next {
	right: 20px;
	z-index: 99;
}

.slider .slick-prev {
	left: 15px;
	z-index: 100;
}

/* branch area ======================== */

.recruit_branchContents {
	margin: 0 auto 100px auto;
	max-width: 700px;
}

.recruit_branchContents .recruit_branchContents_heading {
	color: #796a58;
	font-weight: bold;
	text-align: center;
}

.recruit_branchContents .recruit_branchContents_heading p:nth-of-type(1) {
	font-size: 2.6rem;
	line-height: 1.75;
}

.recruit_branchContents .recruit_branchContents_heading p:nth-of-type(2) {
	display: inline-block;
	font-family: "Aleo", serif;
	font-size: 1.8rem;
	line-height: 1.75;
	position: relative;
}

.recruit_branchContents .recruit_branchContents_heading p:nth-of-type(2)::after {
	-webkit-transform: translateX(-50%);
	background-color: #E5AE8B;
	bottom: -16px;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 95%;
}

.recruit_branchContents .recruit_branchBtn {
	-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-top: 80px;
}

.recruit_branchContents .recruit_branchBtn li {
	width: 23%;
}

/* MANAGER'S GREETINGS ======================== */

.managerWrap {
	-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: 80px;
}

.managerWrap:last-of-type {
	margin-bottom: 0;
}

.managerWrap.topWrap {
	margin-top: 80px;
}

.managerWrap li { /* == ■■■■■■ text ■■■■■■ == */ /* == ■■■■■■ img ■■■■■■ == */
}

.managerWrap li:nth-child(1) {
	width: 56%;
}

.managerWrap li:nth-child(1) .managerWrap_inner:nth-of-type(1) {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.75;
	margin-bottom: 24px;
}

.managerWrap li:nth-child(1) .managerWrap_inner:nth-of-type(2) p {
	line-height: 1.75;
	margin-bottom: 16px;
}

.managerWrap li:nth-child(1) .managerWrap_inner:nth-of-type(3) p:nth-of-type(1) {
	font-family: "Aleo", serif;
	font-size: 2.8rem;
}

.managerWrap li:nth-child(1) .managerWrap_inner:nth-of-type(3) p:nth-of-type(2) {
	margin-top: 8px;
}

.managerWrap li:nth-child(2) {
	border-top: 3px solid #D2E67E;
	width: 40%;
}

/* owner ======================== */

.recruit_new_owner {
	margin: 120px auto 0 auto;
	max-width: 1200px;
}

.recruit_new_owner li:nth-child(1) {
	width: 40%;
}

.recruit_new_owner li:nth-child(2) {
	margin-top: 20%;
	width: 58%;
}

.recruit_new_owner li:nth-child(2) .ownerWrap_ineer p:nth-of-type(1) span {
	display: block;
}

.recruit_new_owner li:nth-child(2) .ownerWrap_ineer p:nth-of-type(1) span:nth-of-type(2) {
	font-size: 2.4rem;
}

/* recruiment ======================== */

.recruitmentList {
	background-color: #fff;
	margin: 0 auto;
	max-width: 960px;
	padding: 40px 40px 80px 40px;
}

.recruitmentList table.recruitmentList_inner {
	border-collapse: collapse;
	margin: 0 auto;
	width: 100%;
}

.recruitmentList table.recruitmentList_inner tr {
	border-bottom: 1px solid #C8BEAA;
}

.recruitmentList table.recruitmentList_inner tr th {
	font-weight: normal;
	padding: 40px 0 8px 0;
	vertical-align: middle;
	width: 20%;
}

.recruitmentList table.recruitmentList_inner tr td {
	padding: 40px 0 8px 0;
	width: 80%;
}

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

.recruitEntryBtn {
	background-color: #E79088;
	margin: 40px auto 0 auto;
	max-width: 380px;
}

.recruitEntryBtn a {
	color: #fff;
	display: block;
	display: block;
	font-size: 2rem;
	padding: 32px 0;
	position: relative;
	text-align: center;
	text-align: center;
}

.recruitEntryBtn a::before {
	-webkit-transform: translate(-50%, -50%);
	border: 1px solid #fff;
	content: "";
	height: 85%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
}

.recruitEntryBtn a span {
	color: #BE6460;
	display: block;
	font-family: "Aleo", serif;
	font-size: 1.4rem;
}

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

form.recruitform table.table {
	background-color: #fff;
	border-collapse: collapse;
	font-size: 1.6rem;
	margin: 0 auto;
	width: 100%;
}

form.recruitform table.table tr {
	border: 1px solid #e0e0e0;
}

form.recruitform table.table tr th {
	border-top: none;
	font-size: 1.4rem;
	letter-spacing: 2px;
	padding: 10px;
	text-align: left;
	width: 25%;
}

form.recruitform table.table tr th label {
	margin-bottom: 0;
}

form.recruitform table.table tr th .form_required {
	background: #a03535;
	border-radius: 5px;
	color: #fff;
	font-size: 0.9rem;
	font-weight: normal;
	margin-left: 8px;
	padding: 2px 5px;
	vertical-align: middle;
}

form.recruitform table.table tr td {
	border-top: none;
	padding: 10px;
	text-align: left;
	width: 75%;
}

form.recruitform table.table tr td input.form_number {
	display: inline-block;
	margin-right: 8px;
	width: 100px;
}

form.recruitform table.table tr td input.form_tel {
	width: 240px;
}

form.recruitform table.table tr td input.form_name {
	width: 500px;
}

form.recruitform table.table tr td input.form_mail {
	width: 500px;
}

form.recruitform table.table tr td .radio02 input {
	margin-left: 40px;
}

form.recruitform table.table tr td .radio02 input:nth-of-type(1) {
	margin-left: 0;
}

form.recruitform table.table tr td .radio02 label {
	font-size: 1.5rem;
	font-weight: normal;
}

form .applyArea {
	margin-top: 32px;
	text-align: center;
}

form .applyArea .applyAreaBtn {
	background-color: #ef6666;
	border: none;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	max-width: 320px;
	padding: 12px 0;
	width: 100%;
}

/* その他の応募方法 */

.otherContactItem {
	border: 1px solid #DAD5B2;
	line-height: 2;
	margin: 80px auto 0 auto;
	max-width: 480px;
	padding: 24px;
	text-align: center;
}

/* その他の応募方法 end */

/* エラー表示 */

label.valid-err {
	color: #ef6666;
	display: block;
	font-size: 1.4rem;
}

/*===================================
menu
================================== */

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

.menuPageList {
	-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;
}

.menuPageList li {
	margin-bottom: 80px;
	width: 48%;
}

.menuPageList li p:nth-child(1) {
	margin-bottom: 8px;
}

.menuPageList li p:nth-child(2) {
	text-align: center;
}

.menuPageList li p:nth-child(2) span {
	display: block;
}

.menuPageList li p:nth-child(3) {
	border: 1px solid #796A58;
	margin: 16px auto 0 auto;
	max-width: 320px;
}

.menuPageList li p:nth-child(3) a {
	color: #796A58;
	display: block;
	padding: 10px 0;
	text-align: center;
}

/*===================================
mens
================================== */

/* menu ======================== */

.mensSalonList {
	-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;
}

.mensSalonList li {
	width: 23%;
}

.mensSalonList li p:nth-child(1) {
	margin-bottom: 8px;
}

.mensSalonList li p:nth-child(2) {
	text-align: center;
}

.mensSalonList li p:nth-child(2) span {
	display: block;
}

.mensSalonList li p:nth-child(3) {
	border: 1px solid #796A58;
	margin: 16px auto 0 auto;
	max-width: 320px;
}

.mensSalonList li p:nth-child(3) a {
	color: #796A58;
	display: block;
	padding: 10px 0;
	text-align: center;
}

/* reserve ======================== */

.mensButton_coupon {
	background-color: #796A58;
}

.mensButton_coupon a {
	color: #fff;
	display: block;
	padding: 16px 0;
	text-align: center;
}

/*===================================
holistic
================================== */

/* reserve ======================== */

.holistic_SalonList {
	-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;
}

.holistic_SalonList li {
	width: 31%;
}

.holistic_SalonList li p:nth-child(1) {
	margin-bottom: 8px;
}

.holistic_SalonList li p:nth-child(2) {
	text-align: center;
}

.holistic_SalonList li p:nth-child(2) span {
	display: block;
}

.holistic_SalonList li p:nth-child(3) {
	border: 1px solid #796A58;
	margin: 16px auto 0 auto;
	max-width: 320px;
}

.holistic_SalonList li p:nth-child(3) a {
	color: #796A58;
	display: block;
	padding: 10px 0;
	text-align: center;
}

/*===================================
holistic
================================== */

/*===================================
kv
================================== */

.kitsukePage .kvArea {
	max-width: initial;
	padding: 0;
	width: 100%;
}

.kitsukePage .kvArea .pageHeading {
	color: #796A58;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 4.5rem;
	margin: 34px auto;
	text-align: center;
}

.kitsukePage .kvArea .pageHeading span {
	color: #EB9A98;
	display: block;
	font-family: "Julius Sans One", sans-serif;
	font-size: 2.0rem;
	margin-top: 16px;
}

.kitsuke_title {
	text-align: center;
}

.kitsuke_title span {
	display: block;
	letter-spacing: 1px;
}

.kitsuke_title span.en {
	color: #EB9A98;
	font-family: "Julius Sans One", sans-serif;
	font-size: 2.4rem;
	margin-bottom: 16px;
}

.kitsuke_title span.ja {
	font-size: 3.2rem;
}

/*===================================
page navi
================================== */

.kitsukePage .pageNaviArea .pageNavi {
	-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;
}

.kitsukePage .pageNaviArea .pageNavi li {
	border: 1px solid #796A58;
	width: 31%;
}

.kitsukePage .pageNaviArea .pageNavi li:last-child {
	background: #EB9A98;
	border: none;
}

.kitsukePage .pageNaviArea .pageNavi li:last-child a {
	color: #fff;
}

.kitsukePage .pageNaviArea .pageNavi li a {
	color: #796A58;
	display: block;
	padding: 24px;
	text-align: center;
}

.kitsukePage .pageNaviArea .menuNavi {
	-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;
}

.kitsukePage .pageNaviArea .menuNavi li {
	border: 1px solid #796A58;
	width: 24%;
}

.kitsukePage .pageNaviArea .menuNavi li a {
	color: #796A58;
	display: block;
	padding: 24px;
	text-align: center;
}

/*===================================
concept
================================== */

.conceptArea {
	background: #F5F5F5;
	padding: 100px 0;
}

.conceptArea-inner {
	padding: 0;
}

.conceptArea-inner-item {
	margin-top: 100px;
}

.conceptArea-inner-item .mainConcept {
	-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;
}

.conceptArea-inner-item .mainConcept li {
	width: 45%;
}

.conceptArea-inner-item .mainConcept li.text .title {
	font-size: 2.4rem;
}

.conceptArea-inner-item .mainConcept li.text .title span {
	display: block;
	font-size: 1.8rem;
	margin-bottom: 8px;
}

.conceptArea-inner-item .mainConcept li.text .text {
	font-size: 1.4rem;
	line-height: 1.75;
	margin-top: 40px;
}

.conceptArea-inner-item .pointArea {
	-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-top: 60px;
}

.conceptArea-inner-item .pointArea li {
	background: #fff;
	padding: 48px 88px;
	width: 48%;
}

.conceptArea-inner-item .pointArea li .title {
	font-size: 2.0rem;
	letter-spacing: 1px;
	margin-bottom: 16px;
	text-align: center;
}

.conceptArea-inner-item .pointArea li .title span {
	color: #EB9A98;
	display: block;
	font-family: "Julius Sans One", sans-serif;
	font-size: 1.6rem;
	margin-bottom: 8px;
}

.conceptArea-inner-item .pointArea li .text {
	padding-top: 32px;
	position: relative;
}

.conceptArea-inner-item .pointArea li .text::before {
	-webkit-transform: translateX(-50%);
	background: -webkit-radial-gradient(circle farthest-side, #EB9A98, #EB9A98 50%, transparent 50%, transparent);
	background: radial-gradient(circle farthest-side, #EB9A98, #EB9A98 50%, transparent 50%, transparent);
	background-size: 8px 8px;
	content: "";
	display: block;
	height: 8px;
	left: 50%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 104px;
}

/*===================================
price
================================== */

.kitsukePage .priceArea {
	color: #808080;
	margin: 0 auto;
	max-width: 1080px;
}

.kitsukePage .priceArea-inner {
	margin-top: 100px;
}

.kitsukePage .priceArea-inner .title {
	font-size: 2.8rem;
	letter-spacing: 1;
	line-height: 2;
	text-align: center;
}

.kitsukePage .priceArea-inner .priceNote {
	text-align: center;
}

.kitsukePage .priceArea-inner .menuTableArea {
	border-top: 1px solid #BFB9BC;
	margin: 16px auto 0;
	max-width: 800px;
	padding-top: 16px;
	width: 100%;
}

.kitsukePage .priceArea-inner .menuTableArea table {
	border-collapse: collapse;
	margin: 0 auto;
	width: 80%;
}

.kitsukePage .priceArea-inner .menuTableArea table tr th {
	font-weight: normal;
	letter-spacing: 0.5px;
	line-height: 2;
	padding-top: 16px;
	vertical-align: top;
}

.kitsukePage .priceArea-inner .menuTableArea table tr th span {
	color: #EB9A98;
	display: block;
	font-size: 1.3rem;
	line-height: 1;
	margin-top: 4px;
}

.kitsukePage .priceArea-inner .menuTableArea table tr td {
	letter-spacing: 1px;
	line-height: 2;
	padding-top: 16px;
	text-align: right;
	vertical-align: top;
}

.kitsukePage .priceArea-inner .menuTableArea .menuNote {
	border: 1px solid #796A58;
	margin: 24px auto 0;
	max-width: 600px;
	padding: 24px 0;
	text-align: center;
	width: 100%;
}

/*===================================
salon list
================================== */

.kitsukePage .salonListArea {
	background-image: url(../images/kitsuke/dot_bg.png);
	background-position: center;
	background-size: cover;
	margin-top: 100px;
	padding: 100px 0;
}

.kitsukePage .salonListArea-inner {
	margin: 0 auto;
	max-width: 1080px;
}

.kitsukePage .salonListArea-inner .title {
	text-align: center;
}

.kitsukePage .salonListArea-inner .title .ja {
	color: #EB9A98;
	font-size: 3.0rem;
	font-weight: bold;
}

.kitsukePage .salonListArea-inner .title .en {
	color: #796A58;
	font-family: "Julius Sans One", sans-serif;
	font-size: 1.8rem;
	margin-top: 16px;
}

.kitsukePage .salonListArea-inner .salonListWrap {
	margin-top: 60px;
}

.kitsukePage .salonListArea-inner .salonListWrap .mensSalonList li p:nth-child(2) span {
	letter-spacing: 0;
}

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

body {
	font-size: 1.4rem;
}

.ggmap {
	padding-bottom: 60%;
}

.visibleTablet {
	display: block !important;
}

.hiddenTablet {
	display: none !important;
}

#pageBody {
	margin-top: 48px;
}

#pageBody .pageBody_inner {
	padding: 50px 0;
}

.containerArea {
	padding: 40px 16px 0 16px;
}

.containerArea.gutterTop {
	padding-top: 80px;
}

.containerArea_inner {
	padding-top: 40px;
}

.recruitHeading em {
	font-size: 1.8rem;
}

.recruitHeading strong {
	font-size: 3rem;
}

.recruitHeading small {
	font-size: 1.6rem;
}

.recruitImg .recMovie_area {
	width: 90%;
}

.curriculmWrap .curriculmWrapCoution {
	text-align: left;
}

.collection_list li {
	margin: 0 16px;
	margin-bottom: 80px;
	margin-top: 100px;
}

.collection_list li .title .collectionName {
	font-size: 3.0rem;
}

.recruitNew_contents {
	padding: 0 16px;
}

.recruit_new_owner {
	margin: 64px auto 0 auto;
	padding: 0 16px;
}

form.recruitform {
	margin-top: 40px;
}

.kitsukePage .kvArea .pageHeading {
	font-size: 2.4rem;
}

.kitsukePage .kvArea .pageHeading span {
	font-size: 1.2rem;
	line-height: 1.75;
	margin-top: 8px;
}

.kitsuke_title span.en {
	font-size: 1.2rem;
}

.kitsuke_title span.ja {
	font-size: 2.2rem;
}

.kitsukePage .pageNaviArea {
	width: 80%;
}

.kitsukePage .pageNaviArea .pageNavi li a {
	padding: 16px 0;
}

.kitsukePage .pageNaviArea .menuNavi li a {
	padding: 16px 0;
}

.conceptArea {
	padding: 50px 0;
}

.conceptArea-inner-item {
	margin-top: 50px;
}

.conceptArea-inner-item .pointArea {
	margin-top: 50px;
}

.conceptArea-inner-item .pointArea li {
	padding: 48px 24px;
}

.kitsukePage .priceArea {
	max-width: initial;
	width: 90%;
}

.kitsukePage .priceArea-inner {
	margin-top: 50px;
}

.kitsukePage .priceArea-inner .title {
	font-size: 2.0rem;
}

.kitsukePage .priceArea-inner .priceNote {
	font-size: 1.2rem;
}

.kitsukePage .priceArea-inner .menuTableArea table tr th {
	font-size: 1.2rem;
}

.kitsukePage .priceArea-inner .menuTableArea table tr td {
	font-size: 1.2rem;
}

.kitsukePage .salonListArea {
	padding: 50px 0;
}

.kitsukePage .salonListArea-inner {
	max-width: initial;
	width: 90%;
}

.kitsukePage .salonListArea-inner .title .ja {
	font-size: 1.8rem;
}

.kitsukePage .salonListArea-inner .title .en {
	font-size: 1.2rem;
	margin-top: 8px;
}

.kitsukePage .salonListArea-inner .salonListWrap {
	margin-top: 30px;
}

.kitsukePage .salonListArea-inner .salonListWrap .mensSalonList li {
	margin-top: 40px;
	width: 48%;
}

.kitsukePage .salonListArea-inner .salonListWrap .mensSalonList li:nth-child(-n+2) {
	margin-top: 0;
}

}

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

.visibleXs_ls {
	display: block !important;
}

.hiddenXs_ls {
	display: none !important;
}

}

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

.visibleXs {
	display: block !important;
}

.hiddenXs {
	display: none !important;
}

#wrapper.lowerContents {
	margin-top: 56px;
}

.recruitHeading em {
	font-size: 1.6rem;
}

.recruitHeading strong {
	font-size: 2.4rem;
}

.recruitHeading small {
	font-size: 1.2rem;
}

.kvArea {
	padding-bottom: 40px;
	padding-top: 50px;
}

.recruitImg .recMovie_area {
	margin-top: 64px;
	width: 90%;
}

.recruitImg .recruitImg_inner {
	padding: 50px 16px;
}

.recruitImg .recruitImg_inner li {
	width: 32%;
}

.ownerWrap li {
	width: 100%;
}

.ownerWrap li:nth-child(2) {
	background-color: rgba(210, 230, 190, 0.58);
	margin-top: -24px;
	padding: 32px 16px;
}

.ownerWrap li:nth-child(2)::before {
	content: none;
}

.ownerWrap li:nth-child(2) .ownerWrap_ineer p:nth-of-type(1) span:nth-of-type(1) {
	font-size: 1.6rem;
}

.ownerWrap li:nth-child(2) .ownerWrap_ineer p:nth-of-type(1) span:nth-of-type(2) {
	font-size: 2rem;
}

.ownerWrap li:nth-child(2) .ownerWrap_ineer p:nth-of-type(2) {
	padding: 24px 0 0 0;
}

.ownerWrap li:nth-child(2) .ownerWrap_ineer p:nth-of-type(3) {
	padding: 16px 0 0 0;
}

.leaderArea {
	margin-top: 40px;
}

.staffVoiceHeading p:nth-of-type(1) {
	font-size: 2rem;
}

.staffVoiceHeading p:nth-of-type(3) {
	font-size: 1.4rem;
	line-height: 1.75;
}

.voiceWrap .voiceWrap_contents.topWrap {
	margin-top: 64px;
}

.voiceWrap .voiceWrap_contents {
	margin-bottom: 64px;
}

.voiceWrap .voiceWrap_contents li:nth-child(1) {
	width: 100%;
}

.voiceWrap .voiceWrap_contents li:nth-child(1) .voiceWrap_contents_inner:nth-of-type(1) p:nth-of-type(1) {
	font-size: 2rem;
}

.voiceWrap .voiceWrap_contents li:nth-child(1) .voiceWrap_contents_inner:nth-of-type(2) p:nth-of-type(1) {
	font-size: 1.6rem;
}

.voiceWrap .voiceWrap_contents li:nth-child(2) {
	margin-top: 24px;
	width: 100%;
}

.meritContents .meritWrap.reverse li:nth-child(3),
.meritContents .meritWrap.reverse li:nth-child(4),
.meritContents .meritWrap.reverse li:nth-child(5),
.meritContents .meritWrap.reverse li:nth-child(6) {
	width: 48%;
}

.meritContents .meritWrap.otherList li:nth-child(3) {
	padding: 16px;
}

.meritContents .meritWrap.otherList li:nth-child(3) .merit_sp_inner:nth-of-type(1) {
	width: 100%;
}

.meritContents .meritWrap.otherList li:nth-child(3) .merit_sp_inner:nth-of-type(2) {
	margin-top: 24px;
	width: 100%;
}

.meritContents .meritWrap.otherList li:nth-child(3) .merit_sp_inner:nth-of-type(2) p:nth-of-type(1) {
	font-size: 1.8rem;
}

.meritContents .meritWrap li:nth-child(1) {
	width: 100%;
}

.meritContents .meritWrap li:nth-child(2) {
	margin-top: 24px;
	width: 100%;
}

.meritContents .meritWrap li:nth-child(2) .meritWrap_inner:nth-of-type(1) p:nth-of-type(2) {
	font-size: 1.8rem;
	line-height: 1.75;
}

.curriculmWrap .curriculmWrap_inner .curriculmWrap_text {
	text-align: left;
}

.curriculmWrap .curriculmWrap_inner .curriculmWrap_contents p:nth-of-type(2) span:nth-of-type(1) {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.75;
	text-align: left;
}

.curriculmWrap .curriculmWrap_inner .curriculmWrap_contents p:nth-of-type(2) span:nth-of-type(2) {
	text-align: left;
}

.curriculmWrap .curriculmWrap_inner .courseWrap .courseWrapTitle img {
	width: 80%;
}

.curriculmWrap .curriculmWrap_inner .courseWrap .courseWrapList li:nth-child(1) {
	width: 100%;
}

.curriculmWrap .curriculmWrap_inner .courseWrap .courseWrapList li:nth-child(2) {
	width: 100%;
}

.simulationWrap .simulationWrap_text {
	text-align: left;
}

.simulationWrap .simulationWrap_list li {
	margin-bottom: 40px;
	width: 100%;
}

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

.simulationWrap .simulationWrap_list li:nth-child(1)::after {
	-webkit-transform: translateY(0%);
	bottom: -25%;
	content: 'マイナス';
	font-size: 1.2rem;
	right: 0;
	text-align: center;
	transform: translateY(0%);
	width: 100%;
}

.simulationWrap .simulationWrap_list li:nth-child(2)::after {
	-webkit-transform: translateY(0%);
	bottom: -21%;
	content: 'イコール';
	font-size: 1.2rem;
	right: 0;
	text-align: center;
	transform: translateY(0%);
	width: 100%;
}

.simulationWrap .simulationWrap_img img {
	width: 80%;
}

.everyWrap .everyWrap_inner li {
	margin-bottom: 16px;
	width: 48%;
}

.collection_list li {
	margin-top: 80px;
}

.collection_list li:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
}

.collection_list li .img {
	margin: 0 auto;
	width: 70%;
}

.collection_list li .title {
	margin: 0 auto;
	margin-top: 32px;
	width: 90%;
}

.collection_list li .title .collectionName {
	font-size: 2.4rem;
}

.collection_list li .title .moreBtn a {
	margin: 0 auto;
}

.collectionOne-wrap .titleArea li.mainImg {
	margin: 0 auto;
	width: 100%;
}

.collectionOne-wrap .titleArea li.title {
	background: #fff;
	margin: 0 auto;
	margin-top: -40px;
	padding: 16px 24px;
	width: 85%;
}

.collectionOne-wrap .titleArea li.title .title-inner {
	font-size: 2.4rem;
	line-height: 1.5;
	text-align: center;
}

.collectionOne-wrap .titleArea li.title .credit {
	line-height: 1.5;
	margin-top: 16px;
	text-align: center;
}

.collectionOne-wrap .imgColumn.imgBox1 {
	margin: 70px auto 0;
	width: calc(100%/12 * 8);
}

.collectionOne-wrap .imgColumn.imgBox2 {
	margin-top: 70px;
}

.collectionOne-wrap .imgColumn.imgBox3 {
	margin: 70px auto 0;
	width: calc(100%/12 * 9);
}

.collectionOne-wrap .imgColumn.imgBox3 li {
	width: 45%;
}

.collectionOne-wrap .imgColumn.imgBox4 {
	margin: 40px auto 0;
	width: calc(100%/12 * 9);
}

.collectionOne-wrap .imgColumn.imgBox4 li {
	width: 45%;
}

.collectionOne-wrap .imgColumn.imgBox5 {
	margin: 70px auto 0;
}

.collectionOne-wrap .imgColumn.imgBox6 {
	margin: 70px auto 0;
	width: calc(100%/12 * 9);
}

.collectionOne-wrap .imgColumn.imgBox6 li {
	width: 45%;
}

.collectionOne-wrap .imgColumn.imgBox7 {
	margin: 40px auto 70px;
	width: calc(100%/12 * 9);
}

.collectionOne-wrap .imgColumn.imgBox7 li {
	width: 45%;
}

.otherCollection_wrap .otherCollectionTitle {
	font-size: 2.0rem;
}

.movieWrap {
	padding: 0 16px;
}

.movieWrap li {
	margin-bottom: 24px;
	width: 100%;
}

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

.recruitNew_contents p:nth-of-type(1) {
	font-size: 1.8rem;
}

.recruitNew_contents p:nth-of-type(3) {
	font-size: 1.7rem;
	letter-spacing: .1rem;
}

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

.recruitNew_contents .recruitNew_contents_inner:nth-of-type(2) .recruitNew_contents_innerList li a {
	font-size: 1.6rem;
}

.recruitNew_contents .recruitNew_contents_inner:nth-of-type(2) .recruitNew_contents_innerList li:nth-of-type(2) {
	margin-top: 24px;
}

.recruitAbout .recruitAbout_heading {
	font-size: 3rem;
}

.recruitAbout .recruitAbout_heading span {
	font-size: 1.6rem;
}

.recruitAbout .recruitAbout_inner:nth-of-type(1) .recruitAbout_innerContents {
	width: 100%;
}

.recruitAbout .recruitAbout_inner:nth-of-type(1) .recruitAbout_innerContents:last-of-type {
	margin-top: 24px;
}

.recruitAbout .recruitAbout_inner:nth-of-type(3) .recruitAbout_innerSlonList .recruitAbout_innerSlonList_contents p:nth-of-type(2) span {
	font-size: 1.1rem;
}

.recruit_branchContents {
	margin: 0 auto 70px auto;
	padding: 0 10px;
}

.recruit_branchContents .recruit_branchContents_heading p:nth-of-type(1) {
	font-size: 1.6rem;
}

.recruit_branchContents .recruit_branchContents_heading p:nth-of-type(2) {
	font-size: 1.4rem;
}

.recruit_branchContents .recruit_branchBtn {
	margin: 40px auto 0 auto;
	max-width: 300px;
}

.recruit_branchContents .recruit_branchBtn li {
	padding: 8px;
	width: 50%;
}

.managerWrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-top: 40px;
}

.managerWrap.topWrap {
	margin-top: 64px;
}

.managerWrap {
	margin-bottom: 64px;
}

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

.managerWrap li:nth-child(1) .managerWrap_inner:nth-of-type(1) {
	font-size: 1.8rem;
}

.managerWrap li:nth-child(1) .managerWrap_inner:nth-of-type(3) p:nth-of-type(1) {
	font-size: 2rem;
}

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

.recruit_new_owner li:nth-child(1) {
	width: 100%;
}

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

.recruitmentList {
	margin-top: 24px;
	padding: 40px 10px 64px 10px;
}

.recruitmentList table.recruitmentList_inner tr {
	border: none;
}

.recruitmentList table.recruitmentList_inner tr th {
	background-color: #b4b4b4;
	color: #fff;
	display: block;
	padding: 10px;
	width: 100%;
}

.recruitmentList table.recruitmentList_inner tr td {
	display: block;
	line-height: 1.75;
	padding: 10px 0 24px 0;
	width: 100%;
}

.recruitEntryBtn a {
	font-size: 1.6rem;
}

form.recruitform table.table {
	margin: 40px auto 0 auto;
}

form.recruitform table.table tr {
	border: none;
}

form.recruitform table.table tr th {
	background-color: #b4b4b4;
	color: #fff;
	display: block;
	padding: 8px 8px;
	width: 100%;
}

form.recruitform table.table tr td {
	display: block;
	margin: 8px 0;
	padding: 0;
	width: 100%;
}

form.recruitform table.table tr td input.form-control {
	background: #fff;
	border: 1px solid #dbd3b6;
	border-radius: 5px;
	width: 100%;
}

form.recruitform table.table tr td input.form_number {
	width: 100px;
}

form.recruitform table.table tr td .radio02 input {
	margin-left: 0px;
}

form .applyArea .applyAreaBtn {
	font-size: 1.6rem;
	width: 80%;
}

.otherContactItem {
	margin: 40px auto 80px;
	padding: 24px 12px;
}

label.valid-err {
	font-size: 1.2rem;
}

.menuPageList li {
	margin-bottom: 64px;
	width: 100%;
}

.mensSalonList li {
	margin-bottom: 64px;
	width: 100%;
}

.holistic_SalonList li {
	margin-bottom: 64px;
	width: 100%;
}

.kitsukePage .pageNaviArea {
	width: 100%;
}

.kitsukePage .pageNaviArea .pageNavi li {
	margin-top: 8px;
	width: 100%;
}

.kitsukePage .pageNaviArea .pageNavi li:first-child {
	margin-top: 0;
}

.kitsukePage .pageNaviArea .menuNavi li {
	margin-top: 8px;
	width: 100%;
}

.kitsukePage .pageNaviArea .menuNavi li:first-child {
	margin-top: 0;
}

.conceptArea-inner-item .mainConcept li {
	width: 100%;
}

.conceptArea-inner-item .mainConcept li.text {
	margin-top: 24px;
}

.conceptArea-inner-item .mainConcept li.text .text {
	margin-top: 24px;
}

.conceptArea-inner-item .pointArea li {
	margin-top: 24px;
	padding: 32px 24px;
	width: 100%;
}

.conceptArea-inner-item .pointArea li:first-child {
	margin-top: 0;
}

.kitsukePage .priceArea-inner .menuTableArea {
	padding-top: 0;
}

.kitsukePage .priceArea-inner .menuTableArea table {
	width: 100%;
}

.kitsukePage .priceArea-inner .menuTableArea table tr th {
	padding-top: 12px;
}

.kitsukePage .priceArea-inner .menuTableArea table tr th span {
	font-size: 1.1rem;
	letter-spacing: 0;
	line-height: 1.5;
}

.kitsukePage .priceArea-inner .menuTableArea table tr td {
	padding-top: 12px;
}

.kitsukePage .salonListArea-inner .salonListWrap .mensSalonList li {
	margin-bottom: 0;
}

}

