@charset "UTF-8";
/* ---------------------------
 * ALL Width
 * ------------------------------------------------------ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	/* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?9phhza");
	src: url("../fonts/icomoon.eot?9phhza#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?9phhza") format("truetype"), url("../fonts/icomoon.woff?9phhza") format("woff"), url("../fonts/icomoon.svg?9phhza#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

html {
	font-size: 62.5%;
}

body {
	word-break: break-all;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
}
body.recruit .layout-content {
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

li {
	list-style-type: none;
}

a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.icon-pagetop {
	width: 35px;
	height: 35px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: -10px;
}
.icon-pagetop::before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 13px;
	margin-left: 11px;
}
.icon-pagetop.type-group {
	background: #00633d;
}
.icon-pagetop.type-recruit {
	background: #a64803;
}
.icon-pagetop.type-nurse {
	background: #cc4471;
}

.icon-pagescroll {
	position: relative;
	padding-left: 0;
}
.icon-pagescroll::before {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -5px;
	content: "";
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}

.icon-arrow-right {
	position: relative;
}
.icon-arrow-right::before {
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.icon-arrow-right.type-info::before {
	top: 50%;
	right: 10px;
	content: "";
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	margin-top: -3px;
}

.icon-arrow-bottom {
	position: relative;
	padding-left: 0;
}
.icon-arrow-bottom::before {
	position: absolute;
	top: 0;
	left: -10px;
	content: "";
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.icon-arrow-bottom.type-group::before {
	border-bottom: 2px solid #00633d;
	border-left: 2px solid #00633d;
}
.icon-arrow-bottom.type-nurse::before {
	border-bottom: 2px solid #cc4471;
	border-left: 2px solid #cc4471;
}

.icon-arrow-right {
	position: relative;
}
.icon-arrow-right::before {
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.icon-arrow-right.type-info::before {
	top: 50%;
	right: 10px;
	content: "";
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	margin-top: -3px;
}
.icon-arrow-right.type-recruit {
	padding-right: 10px;
}
.icon-arrow-right.type-recruit::before {
	top: 50%;
	right: 5px;
	content: "";
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-top: -4px;
}

.btn.btn-form {
	background: rgba(255, 255, 255, 0.5);
	padding: 10px 30px;
	display: block;
	border-radius: 20px;
	border: 2px solid #a64803;
	color: #a64803;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	box-sizing: border-box;
	text-indent: 1.0em;
	box-shadow: 0 0 20px 3px #999;
	position: relative;
}
.btn.btn-form.pinkribbon-btn {
	border-radius: 10px;
	box-shadow: none;
	color: #e84d5d;
    border: 2px solid #e84d5d;
	}
.btn.btn-form::before {
	font-family: icomoon;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -20px;
	font-size: 26px;
	font-size: 2.6rem;
	content: "\e902";
}

.btn.type-recruit-pc {
	position: absolute;
	top: 10px;
	right: 0;
	display: block;
	z-index: 100;
}

.btn.type-recruit-sp {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -20px;
}

.btn.type-top-recruit-sp {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 20;
}

.btn.type-close01 {
	background: #595959;
	display: block;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
	position: relative;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	box-sizing: border-box;
}
.btn.type-close01::before, .btn.type-close01::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -45px;
	margin-top: -2px;
	width: 20px;
	height: 2px;
	background: #fff;
}
.btn.type-close01::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn.type-close01::after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.btn.type-close02 {
	background: #595959;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: -50px;
	color: #fff;
	text-decoration: none;
	padding: 15px 25px;
	text-indent: 1.0em;
	box-sizing: border-box;
	z-index: 999;
	display: block;
}
.btn.type-close02::before, .btn.type-close02::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -2px;
	width: 20px;
	height: 2px;
	background: #fff;
}
.btn.type-close02::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn.type-close02::after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.btn.type-close02.open {
	display: block;
}

.btn.type-recruit-close01 {
	background: #595959;
	display: block;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
	position: relative;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	box-sizing: border-box;
}
.btn.type-recruit-close01::before, .btn.type-recruit-close01::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -45px;
	margin-top: -2px;
	width: 20px;
	height: 2px;
	background: #fff;
}
.btn.type-recruit-close01::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn.type-recruit-close01::after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.btn.type-recruit-close02 {
	background: #595959;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 15px;
	color: #fff;
	text-decoration: none;
	padding: 10px 35px;
	text-indent: 1.0em;
	box-sizing: border-box;
	z-index: 999;
	display: none;
}
.btn.type-recruit-close02::before, .btn.type-recruit-close02::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -45px;
	margin-top: -2px;
	width: 20px;
	height: 2px;
	background: #fff;
}
.btn.type-recruit-close02::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn.type-recruit-close02::after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.btn.type-recruit-close02.open {
	display: block;
}

.btn.btn-nav {
	position: absolute;
	right: 15px;
	top: 10px;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	width: 20px;
	height: 55px;
	position: absolute;
	border-radius: 5px;
}

.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	display: block;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: none;
}

.slick-prev::after {
	content: "";
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -5px;
}

.slick-next::after {
	content: "";
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 1px;
	margin-top: -5px;
}

.index-heading {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	margin-bottom: 30px;
	height: 120px;
}
.index-heading.type-group01 {
	background-image: url("../img/nurse/index-title-bg01.png");
}
.index-heading.type-group02 {
	background-image: url("../img/nurse/index-title-bg02.png");
}
.index-heading.type-group03 {
	background-image: url("../img/nurse/index-title-bg03.png");
}
.index-heading.type-group04 {
	background-image: url("../img/nurse/index-title-bg04.png");
}
.index-heading.type-nurse01 {
	background-image: url("../img/nurse/index-title-bg01.png");
}
.index-heading.type-nurse02 {
	background-image: url("../img/nurse/index-title-bg02.png");
}
.index-heading.type-nurse03 {
	background-image: url("../img/nurse/index-title-bg03.png");
}
.index-heading.type-nurse04 {
	background-image: url("../img/nurse/index-title-bg04.png");
}
.index-heading .index-heading__text {
	margin: auto;
	position: relative;
	height: 120px;
}
.index-heading .index-heading__text img {
	position: absolute;
	vertical-align: middle;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.page-heading {
	background: url(../img/common/page-head-bg.png) no-repeat;
	min-height: 100px;
	margin: auto;
}
.page-heading.type-recruit {
	background: none;
	height: auto;
	margin: 0 auto 20px;
}
.page-heading .page-heading__text {
	text-align: center;
	margin: 0;
	font-size: 36px;
	font-size: 3.6rem;
	text-shadow: 1px 1px 10px #c9c9c9;
	font-weight: 100;
	letter-spacing: 30px;
	text-indent: 30px;
	padding-top: 15px;
}
.page-heading .page-heading__text.type-group {
	color: #00633d;
}
.page-heading .page-heading__text.type-nurse {
	color: #cc4471;
}
.page-heading .page-heading__text.type-recruit {
	padding-top: 30px;
	text-shadow: none;
	color: #a64803;
	text-indent: 0;
	font-weight: 700;
	letter-spacing: 0;
}
.page-heading .page-heading__summary {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	margin-top: 0;
}

.heading01 {
	font-size: 24px;
	font-size: 2.4rem;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 4px solid #f5f5f5;
}
.heading01.type-group {
	color: #00633d;
}
.heading01.type-recruit {
	color: #a64803;
}
.heading01.type-nurse {
	color: #cc4471;
}

.heading02 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 20px;
	font-weight: 700;
	padding: 10px 0 10px 10px;
	box-sizing: border-box;
}
.heading02.type-group {
	border-left: 5px solid #00633d;
}
.heading02.type-recruit01 {
	border-left: 5px solid #a64803;
}
.heading02.type-recruit02 {
	border-left: 5px solid #03a670;
}
.heading02.type-nurse {
	border-left: 5px solid #cc4471;
}

.heading03 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 20px;
	padding-left: 25px;
	position: relative;
	color: #a64803;
}
.heading03::before, .heading03::after {
	content: "";
	position: absolute;
	top: 50%;
}
.heading03::before {
	width: 20px;
	height: 20px;
	background: #99492e;
	left: 0;
	margin-top: -10px;
	border-radius: 20px;
}
.heading03::after {
	width: 10px;
	height: 10px;
	background: #fff;
	left: 5px;
	margin-top: -5px;
	border-radius: 10px;
}

.heading04 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	margin-bottom: 10px;
}
.heading04.type-group {
	color: #00633d;
}
.heading04.type-recruit {
	color: #a64803;
}
.heading04.type-nurse {
	color: #cc4471;
}

.table-type01 {
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}
.table-type01 thead th {
	background: #028056;
	color: #fff;
	padding: 5px;
	font-weight: 700;
}
.table-type01 tbody th {
	text-align: right;
	padding: 10px;
	background: #fceac0;
}
.table-type01 tbody td {
	padding: 10px;
	background: #fcf9f2;
}

.table-type02 {
	border-collapse: separate;
	border-spacing: 2px;
	width: 620px;
}
.table-type02 tbody th {
	text-align: right;
	padding: 10px;
	box-sizing: border-box;
	background: #fceac0;
	width: 50%;
}
.table-type02 tbody td {
	padding: 10px;
	background: #fcf9f2;
	box-sizing: border-box;
	width: 50%;
}

.table-type03 {
	width: 490px;
	border-collapse: separate;
	border-spacing: 2px;
}
.table-type03 tbody th {
	text-align: left;
	padding: 10px;
	background: #fcf9f2;
}
.table-type03 tbody td {
	width: 50px;
	padding: 10px;
	background: #fceac0;
	text-align: right;
}

.table-type04 {
	border-collapse: separate;
	border-spacing: 2px;
}
.table-type04 tbody th {
	background: #f5f5f5;
	padding: 5px;
}
.table-type04 tbody td {
	padding: 5px;
}

.table-type05 {
	border-collapse: separate;
	width: 100%;
	border-spacing: 2px;
	margin-bottom: 30px;
}
.table-type05 th {
	border-spacing: 5px;
	background: #028056;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	width: 150px;
	text-align: left;
}
.table-type05 td {
	padding: 10px;
	background: #fcf9f2;
}

.table-type06 {
	border-collapse: collapse;
	border: 1px solid #999;
	width: 100%;
	margin-bottom: 20px;
}
.table-type06 th {
	border: 1px solid #999;
}
.table-type06 td {
	border: 1px solid #999;
	padding: 10px;
}

.table-type07 {
	border-collapse: separate;
	width: 100%;
	border-spacing: 2px;
	margin-bottom: 30px;
}
.table-type07 th {
	border-spacing: 5px;
	background: #028056;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
	white-space: nowrap;
}
.table-type07 th:first-of-type {
	width: 150px;
}
.table-type07 td {
	padding: 10px;
	background: #fcf9f2;
}


.table-wrap {
	overflow-x: scroll;
}
.table-type09 {
	border-collapse: separate;
	width: 100%;
	border-spacing: 2px;
	margin-bottom: 30px;
	min-width: 600px;
}

.table-type09 th {
	border-spacing: 5px;
	background: #028056;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
	white-space: nowrap;
}
/*.table-type09 th:first-of-type {
	width: 150px;
}*/
.table-type09 td {
	padding: 10px;
	background: #fcf9f2;
}


.table-type08 {
	border-collapse: separate;
	border-spacing: 6px;
	width: 100%;
}
.table-type08 thead th {
	background: rgb(255,204,204);
	padding: 5px;
	font-weight: 700;
}


.table-type08 tbody td {
	padding: 10px;
	background: rgb(219,219,219);
}

.table-type08 tbody tr:nth-child(odd) td{
	background:rgb(242,242,242);
}

.table-type08 tbody tr td:nth-of-type(n+3)  {
	text-align: center;
}


.saitama08 th {
	padding: 10px;
	background: rgb(189,215,238);
}

.saitama08 tr td:nth-of-type(1)  {
	background: rgb(189,215,238) !important;
}

.saitama08 tr td:nth-of-type(6)  {
	background: rgb(189,215,238) !important;
}

.saitama08 tr td:nth-of-type(7)  {
	background: rgb(189,215,238) !important;
}


.tokyo08 th {
	padding: 10px;
	background: rgb(198,224,180);
}

.tokyo08 tr td:nth-of-type(1)  {
	background: rgb(198,224,180) !important;
}

.tokyo08 tr td:nth-of-type(6)  {
	background: rgb(198,224,180) !important;
}

.tokyo08 tr td:nth-of-type(7)  {
	background: rgb(198,224,180) !important;
}


.kanagawa08 th {
	padding: 10px;
	background: rgb(255,153,204);
}

.kanagawa08 tr td:nth-of-type(1)  {
	background: rgb(255,153,204) !important;
}

.kanagawa08 tr td:nth-of-type(6)  {
	background: rgb(255,153,204) !important;
}

.kanagawa08 tr td:nth-of-type(7)  {
	background: rgb(255,153,204) !important;
}


.tiba08 th {
	padding: 10px;
	background: rgb(248,203,173);
}

.tiba08 tr td:nth-of-type(1)  {
	background: rgb(248,203,173) !important;
}

.tiba08 tr td:nth-of-type(6)  {
	background: rgb(248,203,173) !important;
}

.tiba08 tr td:nth-of-type(7)  {
	background: rgb(248,203,173) !important;
}


.sizuoka08 th {
	padding: 10px;
	background: rgb(0,204,153);
}

.sizuoka08 tr td:nth-of-type(1)  {
	background: rgb(0,204,153) !important;
}

.sizuoka08 tr td:nth-of-type(6)  {
	background: rgb(0,204,153) !important;
}

.sizuoka08 tr td:nth-of-type(7)  {
	background: rgb(0,204,153) !important;
}



.table-asset-type01 {
	margin: 0;
}
.table-asset-type01 img {
	margin-bottom: 10px;
}
.table-asset-type01 figcaption {

	text-align: right;
}

.table-caption {
	text-align: right;
}

.tab-list .tab-list__list {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}

.tab-list .tab-list__list .tab-list__link.current {
	color: #a64803;
	background: #f5f5f5;
	border-top: none;
	height: 100%;
	padding-top: 15px;
	position: relative;
}
.tab-list .tab-list__list .tab-list__link {
	font-weight: 700;
	color: #FFFFFF;
	padding: 10px 60px;
	margin: 0 2px 0;
	box-sizing: border-box;
	display: block;
	background: #a64803;
	border-top: 5px solid #a64803;
	text-decoration: none;
	position: relative;
}
.tab-list .tab-list__list .tab-list__link span {
	position: relative;
}
.tab-list .tab-list__list .tab-list__link span::before {
	font-family: icomoon;
	z-index: 10;
	font-size: 24px;
	font-size: 2.4rem;
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -20px;
}
.tab-list .tab-list__list .tab-list__link.type-facility span::before {
	content: "\e900";
}
.tab-list .tab-list__list .tab-list__link.type-map span::before {
	position: absolute;
	content: "\e901";
}

.tab-list .tab-list__list .tab-list__link.current::after {
	content: "";
	background: url(../img/common/arrow.png) no-repeat;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -2px;
	z-index: 30;
	width: 11px;
	height: 10px;
}
.tab-list .tab-list__list .tab-list__link.current::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	z-index: 30;
	background: rgba(255, 255, 255, 0.3);
}

.tab-content {
	background: #f5f5f5;
	padding: 10px;
	box-sizing: border-box;
}

.list-type01 {
	margin: 0;
	padding: 0 20px;
	box-sizing: border-box;
}

ol.list-type01 li {
	margin-bottom: 10px;
	list-style: inherit;
}
ul.list-type01 li {
	margin-bottom: 10px;
	list-style: disc;
}
.list-type01 li ul {
	box-sizing: border-box;
	padding: 0 20px;
	margin-top: 10px;
}
.list-type01 li ul li {
	list-style: none;
	position: relative;
}
.list-type01 li ul li::after {
	width: 10px;
	height: 2px;
	background: #333;
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
}

.card-block-wrapper {
	text-align: center;
	padding-bottom: 30px;
}
.card-block-wrapper:after {
	content: "";
	display: block;
	clear: both;
}

.card-block-list {
	box-sizing: border-box;
	text-align: center;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.card-block {
	border-radius: 15px;
	border: 5px solid #fff;
	box-shadow: 0 0 10px -2px #525252,0 0 6px 2px #f7f7f7;
	float: left;
	margin-bottom: 20px;
}
.card-block.type-group figcaption {
	background: rgba(0, 99, 61, 0.8);
}
.card-block.type-nurse figcaption {
	background: rgba(204, 68, 113, 0.8);
}
.card-block a {
	display: block;
}
.card-block figure {
	font-weight: 700;
	color: #fff;
	margin: 0;
	position: relative;
	border-radius: 15px;
}
.card-block figcaption {
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 10px;
	box-sizing: border-box;
	text-decoration: underline;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.card-block img {
	border-radius: 10px;
	margin: 0;
}

.card-recruit:after {
	content: "";
	display: block;
	clear: both;
}

.card-recruit__inner {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.card-recruit__block {
	margin-bottom: 10px;
	background: #fff;
	box-shadow: 0 0 6px 1px #ccc;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
	padding: 10px;
}

.card-recruit__title {
	margin: 0;
	padding: 0;
	width: 120px;
	color: #717071;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: middle;
	word-break: keep-all;
}

.card-recruit__list {
	margin: 0;
	padding: 0;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.card-recruit__list li {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	background: #ccc;
	margin: 0 0 5px 5px;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.card-recruit__list li:last-child:nth-child(odd) {
	margin-bottom: 0;
}
.card-recruit__list li a {
	padding: 5px 0;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #fff;
}
.card-recruit__list li.card-recruit__career {
	background: #bf3a11;
}
.card-recruit__list li.card-recruit__new-graduates {
	background: #008000;
}
.card-recruit__list li.card-recruit__intern {
	background: #09c;
}

.card-recruit-entries__inner {
	padding-bottom: 20px;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.card-recruit-entries__block {
	background: #fff;
	position: relative;
	margin-bottom: 3px;
	float: left;
}
.card-recruit-entries__block .card-recruit-entries__new::before {
	content: "";
	background: url(../img/recruit/new.png) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	width: 67px;
	height: 66px;
}
.card-recruit-entries__block .card-recruit-entries__label {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0 5px;
	display: inline-block;
	font-size: 10px;
	font-size: 1rem;
	color: #fff;
}
.card-recruit-entries__block .card-recruit-entries__label.card-recruit-entries__label--voice01 {
	background: #a64803;
}
.card-recruit-entries__block .card-recruit-entries__label.card-recruit-entries__label--voice02 {
	background: #9c0;
}
.card-recruit-entries__block .card-recruit-entries__label.card-recruit-entries__label--seminar {
	background: #00633d;
}
.card-recruit-entries__block .card-recruit-entries__label.card-recruit-entries__label--manager {
	background: #891d56;
}
.card-recruit-entries__block .card-recruit-entries__category {
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	font-size: 12px;
	font-size: 1.2rem;
	display: inline-block;
	padding: 0 5px;
	font-weight: 700;
	color: #717071;
}
.card-recruit-entries__block .card-recruit-entries__text {
	margin: 0;
	color: #717071;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.8rem;
}
.card-recruit-entries__block a {
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	padding: 10px;
	height: 100%;
	position: relative;
}
.card-recruit-entries__block figure {
	margin: 0;
}

.main-visual.main-visual--recruit {
	background: url(../img/recruit/main-visual-bg-recruit.png) no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
}

.main-visual.type-slider img {
	margin: 0;
	padding: 0;
	width: 100%;
}

.main-visual.type-slider .main-visual__item {
	margin: 0;
}

.main-visual.type-slider .slick-list {
	margin: 0;
}

.main-visual.type-slider .slick-prev {
	left: 50%;
	top: 50%;
	margin-left: -500px;
	z-index: 99;
}
.main-visual.type-slider .slick-prev:after {
	width: 80px;
	height: 80px;
}

.main-visual.type-slider .slick-next {
	right: 50%;
	top: 50%;
	margin-right: -500px;
	z-index: 99;
}
.main-visual.type-slider .slick-next:after {
	width: 80px;
	height: 80px;
}

.main-visual__scroll {
	color: #fff;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 120px;
	height: 70px;
	margin: auto auto 5vw;
	border: 1px solid #fff;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}
.main-visual__scroll a{
	text-decoration: none;
	color: #FFFFFF;

}

.main-visual__text-scroll {
	box-sizing: border-box;
	text-align: center;
	margin: auto;
	padding: 20px 0;

}

.main-visual-container {
	height: 56vw;
}

.js-covervid .main-visual__text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 480px;
	max-height: 480px;
	width: 40vw;
	height: 40vw;
}


.js-covervid {
	position: absolute;
	top: 88px;
	left: 0;
	width: 100vw;
	height: 56vw;
	background-color: #000;
	text-align: center;
}

.covervid-video {
	width: 100vw;
	height: 56vw;
}

.main-visual__recruit {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 730px;
	height: 192px;
	margin: auto;
	z-index: 10;
}

.page-visual {
	margin: 0 auto 30px;
	padding: 0;
	width: 980px;
}

.qa_block dl dt {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 20px;
	padding-left: 1.5em;
	position: relative;
}
.qa_block dl dt:before {
	content: "Q.";
	color: #03a670;
	font-weight: bold;
	position: absolute;
	left: 0;
}

.qa_block dl dd {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 40px;
	padding: 10px;
	padding-left: 2em;
	position: relative;
	background-color: #fcf9f2;
	font-weight: bold;
}
.qa_block dl dd:before {
	content: "A.";
	color: #a64803;
	font-weight: bold;
	position: absolute;
	left: 10px;
}

.qa_block .item-asset {
	margin: 0 auto 40px;
	text-align: center;
}

.form-contact {
	font-size: 16px;
	font-size: 1.6rem;
}
.form-contact .form-items {
	margin: 2px auto;
	padding: 20px 20px;
	background-color: #fcf9f2;
	line-height: 45px;
}
.form-contact .form-items:after {
	content: "";
	display: block;
	clear: both;
}
.form-contact .form-title {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	width: 16%;
	float: left;
	text-align: right;
	font-weight: bold;
}
.form-contact .form-required {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 0 2px;
	padding: 2px 5px;
	background-color: #e74d80;
	color: #fff;
	line-height: 1;
}
.form-contact .form-item {
	width: 75%;
	float: right;
	padding: 0 20px;
}
.form-contact .form-item input, .form-contact .form-item textarea {
	width: 100%;
	padding: 10px;
	border-radius: 6px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.form-contact .form-item textarea {
	line-height: 1.66;
}
.form-contact .form-item input[type="radio"] {
	width: auto;
}
.form-contact .form-item input[type="type"] {
	width: 50%;
	margin: 20px auto;
}
.form-contact .form-element label {
	margin-right: 30px;
}
.form-contact .form-submit {
	background-color: #fff;
}
.form-contact .form-submit .form-item {
	width: auto;
	float: none;
	margin: 20px auto;
	padding: 0 0;
	font-weight: bold;
}
.form-contact .form-submit .form-item input[type="submit"] {
	padding: 20px;
	background-color: #8c3c02;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
}
.form-contact .form-submit .form-item input[type="submit"]:hover {
	opacity: .88;
}

.submenu {
	margin: 10px auto 20px;
	text-align: center;
}
.submenu .submenu-link--inner {
	display: inline-block;
	margin: 0 2px 10px 2px;
	padding: 0 5px;
	border: solid 1px #ccc;
	border-radius: 4px;
	line-height: 30px;
	text-decoration: none;
}
.submenu .submenu-link--inner:hover {
	text-decoration: underline;
	background-color: whitesmoke;
}
.submenu .submenu-link--outer {
	display: inline-block;
	margin: 0 0 10px 10px;
	padding: 2px 20px 0 10px;
	background-color: #a64803;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	vertical-align: bottom;
	position: relative;
}
.submenu .submenu-link--outer:hover {
	text-decoration: underline;
	background-color: #bf5303;
}
.submenu .submenu-link--outer:before {
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 50%;
	right: 10px;
	content: "";
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	margin-top: -4px;
}

.page-navigation-wrapper {
	text-align: center;
	margin-bottom: 50px;
}

.page-navigation {
	display: inline-block;
	border-radius: 40px;
	text-align: center;
}
.page-navigation.page-navigation--group {
	background: #f5f5f5;
}
.page-navigation.page-navigation--group a {
	color: #00633d;
}
.page-navigation.page-navigation--nurse {
	background: #f5f5f5;
}
.page-navigation.page-navigation--nurse a {
	color: #cc4471;
}

.page-navigation__list {
	box-sizing: border-box;
}

.tab-navigation {
	width: 980px;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.tab-navigation.tab-navigation--recruit a {
	color: #fff;
	background: #a64803;
}
.tab-navigation.tab-navigation--recruit a.tab-navigation--recruit-current {
	background: #fff;
	color: #a64803;
}
.tab-navigation.tab-navigation--recruit a.tab-navigation--recruit-current::before {
	border-bottom: 2px solid #00633d;
	border-left: 2px solid #00633d;
}
.tab-navigation.tab-navigation--recruit a:hover {
	background: #fff;
	color: #a64803;
}
.tab-navigation.tab-navigation--recruit a:hover::before {
	border-bottom: 2px solid #00633d;
	border-left: 2px solid #00633d;
}
.tab-navigation .tab-navigation__inner {
	display: table;
	margin: 0 auto;
	padding: 0;
}
.tab-navigation .tab-navigation__inner li {
	margin: 0;
	padding: 0;
	display: table-cell;
	padding: 0 5px;
}
.tab-navigation .tab-navigation__inner li a {
	position: relative;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	min-width: 130px;
	padding: 10px;
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
	text-indent: 1.0em;
}
.tab-navigation .tab-navigation__inner li a::before {
	position: absolute;
	content: "";
	margin-top: 5px;
	margin-left: -15px;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}

.drawer-navigation {
	width: 100%;
	z-index: 9999;
	position: absolute;
	top: 70px;
	display: none;
}
.drawer-navigation ul {
	padding: 0;
	margin: 0;
}
.drawer-navigation li {
	margin: 0;
	padding: 0;
}
.drawer-navigation li li {
	background: #f5f5f5;
	font-weight: 100;
}
.drawer-navigation li li a {
	color: #333;
}
.drawer-navigation li a {
	display: block;
	padding: 20px;
	text-decoration: none;
}
.drawer-navigation .drawer-navigation__panel li {
	border-bottom: 1px solid #fff;
}
.drawer-navigation .drawer-navigation__panel li:last-child {
	border-bottom: none;
}
.drawer-navigation .drawer-navigation__panel a {
	text-indent: 1.0em;
}
.drawer-navigation .drawer-navigation__arrow {
	background: rgba(255, 255, 255, 0.6);
	width: 50px;
	height: 100%;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}
.drawer-navigation .drawer-navigation__arrow::before {
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 50%;
	right: 20px;
	content: "";
	width: 15px;
	height: 15px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	margin-top: -7px;
}
.drawer-navigation.open {
	display: block;
}
.drawer-navigation.type-group .drawer-navigation__list > li {
	background: #00633d;
	font-weight: 700;
}
.drawer-navigation.type-group .drawer-navigation__list > li > a {
	color: #fff;
	position: relative;
	height: auto;
}
.drawer-navigation.type-group .drawer-navigation__panel {
	display: none;
}
.drawer-navigation.type-group .drawer-navigation__panel a {
	background: url(../img/group/icon-group.png) no-repeat 10px 22px;
}
.drawer-navigation.type-group .drawer-navigation__panel.active {
	display: block;
}
.drawer-navigation.type-group .drawer-navigation__arrow.active {
	background: #f5f5f5;
}
.drawer-navigation.type-group .drawer-navigation__arrow.active::before {
	border-bottom: 2px solid #00633d;
	border-left: 2px solid #00633d;
	border-right: none;
	margin-top: -10px;
	right: 15px;
}
.drawer-navigation.type-nurse .drawer-navigation__list > li {
	background: #cc4471;
	font-weight: 700;
}
.drawer-navigation.type-nurse .drawer-navigation__list > li > a {
	color: #fff;
	position: relative;
	height: auto;
}
.drawer-navigation.type-nurse .drawer-navigation__panel {
	display: none;
}
.drawer-navigation.type-nurse .drawer-navigation__panel a {
	background: url(../img/nurse/icon-nurse.png) no-repeat 10px 22px;
}
.drawer-navigation.type-nurse .drawer-navigation__panel.active {
	display: block;
}
.drawer-navigation.type-nurse .drawer-navigation__arrow.active {
	background: #f5f5f5;
}
.drawer-navigation.type-nurse .drawer-navigation__arrow.active::before {
	border-bottom: 2px solid #cc4471;
	border-left: 2px solid #cc4471;
	border-right: none;
	margin-top: -10px;
	right: 15px;
}
.drawer-navigation .drawer-navigation__bnr {
	background: #595959;
	box-sizing: border-box;
	padding: 10px;
}
.drawer-navigation .drawer-navigation__bnr img {
	width: 100%;
}
.drawer-navigation .drawer-navigation__close {
	background: #595959;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.drawer-navigation .drawer-navigation__close a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	text-decoration: none;
}

/*.layout-content {*/
/*background: #f5f5f5;*/
/*}*/

.main-container.main-container--underlayer {
	background: #fff;
}

.index-section-typeA {
	background: #ffdf9e;
	padding: 0 0 40px;
}

.index-section-typeB {
	background: #fcf9f2;
	padding: 40px 0;
}

.index-section-typeC {
	background: #fcf9f2;
}

.info {
	background: #fff;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.info:after {
	content: "";
	display: block;
	clear: both;
}
.info.type-group a {
	color: #00633d;
}
.info.type-group .info__title {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.info.type-group .info__link {
	color: #333;
}
.info.type-group .info__list .sp-thumb {
	background-color: #00633d;
}
.info.type-group .info__list .sp-scrollbar.active, .info.type-group .info__list .sp-thumb {
	background-color: #00633d;
}
.info.type-recruit a {
	color: #a64803;
}
.info.type-recruit .info__link {
	color: #333;
}
.info.type-recruit .info__list .sp-thumb {
	background-color: #a64803;
}
.info.type-recruit .info__list .sp-scrollbar.active, .info.type-recruit .info__list .sp-thumb {
	background-color: #a64803;
}
.info.type-nurse a {
	color: #cc4471;
}
.info.type-nurse .info__link {
	color: #333;
}
.info.type-nurse .info__list .sp-thumb {
	background-color: #cc4471;
}
.info.type-nurse .info__list .sp-scrollbar.active, .info.type-nurse .info__list .sp-thumb {
	background-color: #cc4471;
}

.info__block {
	box-sizing: border-box;
}

.info__title {
	margin: 0 0 10px;
	color: #717071;
	font-size: 16px;
	font-size: 1.6rem;
}

.info__link {
	font-size: 10px;
	font-size: 1rem;
	border-radius: 5px;
	border: 1px solid #717071;
	text-decoration: none;
	position: relative;
	display: block;
	padding: 5px;
	box-sizing: border-box;
}

.info__list .sp-scrollbar {
	width: 10px;
	margin: 4px;
	background-color: #e5e5e5;
	cursor: pointer;
}

.info__item {
	margin: 0 0 5px;
	padding-left: 10px;
	border-left: 5px solid #e5e5e5;
}
.info__item:after {
	content: "";
	display: block;
	clear: both;
}

.info__date {
	font-size: 12px;
	font-size: 1.2rem;
	color: #717071;
}

.info__text {
	margin: 0;
}

.text-center {
	text-align: center;
	margin-bottom: 30px;
}

.text-base {
	color: #333;
	margin: 0 0 20px;
	line-height: 26px;
}

.page-top {
	padding-top: 30px;
	padding-bottom: 30px;
}
.page-top:after {
	content: "";
	display: block;
	clear: both;
}
.page-top.page-top--nurse {
	background: #fcf9f2;
}

.page-top__link {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	position: relative;
	display: inline-block;
	padding-right: 40px;
}

.banner-list {
	border-top: 1px solid #fff;
}
.banner-list.banner-list--underlayer {
	background: #f5f5f5;
}

.carousel {
	margin: 0 auto;
	position: relative;
}
.carousel img {
	vertical-align: middle;
}
.carousel.carousel--group .slick-prev, .carousel.carousel--group .slick-next {
	background: #00633d;
}
.carousel.carousel--nurse .slick-prev, .carousel.carousel--nurse .slick-next {
	background: #cc4471;
}
.carousel .slick-prev {
	left: -25px;
}
.carousel .slick-next {
	right: -25px;
}

.section-block {
	overflow: hidden;
	margin-bottom: 20px;
}
.section-block:after {
	content: "";
	display: block;
	clear: both;
}
.section-block:last-child {
	margin-bottom: 60px;
}

.section-block__asset {
	margin: 0;
	padding: 0;
}
.section-block__asset img {
	margin: 0;
	padding: 0;
}

.flow-wrap {
	margin-bottom: 60px;
}
.flow-wrap:last-child .flow-block01:after {
	opacity: 0;
	display: none;
}

.flow-block01 {
	border: 3px solid #f5f5f5;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	color: #a64803;
	font-weight: 700;
	position: relative;
}
.flow-block01 .flow-block01__num {
	font-size: 10px;
	font-size: 1rem;
	background: #a64803;
	color: #fff;
	padding: 5px 10px;
	margin-right: 5px;
	border-radius: 50%;
}

.flow-block02 a {
	color: #a64803;
}

.flow-block02__title {
	color: #333;
	font-weight: 700;
	margin: 0 0 10px;
	font-size: 14px;
	font-size: 1.4rem;
}
.flow-block02__title span {
	color: #028056;
}

.flow-block02__text {
	margin: 0 0 10px;
}

.flow-block02__list {
	margin: 0 0 10px;
	padding: 0;
}
.flow-block02__list li {
	margin: 0;
}

.list-block {
	margin-top: 20px;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.list-block__item {
	width: 230px;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
}
.list-block__item.list-block__item--type01 {
	background: #dcc2ff;
}
.list-block__item.list-block__item--type02 {
	background: #c2faff;
}
.list-block__item.list-block__item--type03 {
	background: #ffebc2;
}
.list-block__item.list-block__item--type04 {
	background: #ffcfc2;
}
.list-block__item p {
	text-align: center;
}
.list-block__item p span {
	color: #a64803;
}

.comment-block__asset {
	margin: 0;
}
.comment-block__asset img {
	margin-bottom: 20px;
}
.comment-block__asset figcaption {
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	font-size: 1.4rem;
}
.comment-block__asset figcaption span {
	display: block;
	padding: 5px;
	font-weight: 700;
	box-sizing: border-box;
}

.schedule {
	padding-left: 80px;
	background: url(../img/recruit/schedule01.png) no-repeat left top;
	padding-bottom: 80px;
}

.schedule__list:after {
	content: "";
	display: block;
	clear: both;
}

.schedule__asset {
	float: right;
	width: 410px;
	position: relative;
	text-align: center;
}
.schedule__asset figure {
	margin: 0 auto;
}

.schedule__area {
	width: 450px;
	float: left;
}

.search {
	background: #f5f5f5;
	margin-bottom: 20px;
}
.search .search__title {
	text-indent: 1.5em;
	color: #fff;
	background: #028056;
	display: block;
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px;
	margin: 0;
	position: relative;
}
.search .search__title::before {
	background: #fff;
	width: 15px;
	height: 15px;
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 50%;
}
.search .search__title::after {
	background: #028056;
	width: 5px;
	height: 5px;
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	border-radius: 50%;
}
.search .search__box {
	padding: 10px;
	box-sizing: border-box;
}
.search .search__list {
	margin: 0;
	padding: 0;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.search .search__list:after {
	content: "";
	display: block;
	clear: both;
}
.search .search__list li {
	float: left;
	margin-bottom: 5px;
	padding-right: 5px;
	font-size: 12px;
	font-size: 1.2rem;
}
.search .search__list a {
	text-decoration: none;
	padding: 5px;
	display: inline-block;
	background: #fff;
	color: #a64803;
	font-weight: 700;
	border-radius: 5px;
}
.search .search__list a.current {
	background: #a64803;
	color: #fff;
}

.search__select-wrap {
	position: relative;
	overflow: hidden;
	display: inline-block;
	min-width: 192px;
	min-width: 12em;
	width: 100%;
	border-radius: 5px;
	color: #333;
	position: relative;
}
.search__select-wrap::after {
	content: "";
	height: 100%;
	width: 30px;
	position: absolute;
	right: 0;
	top: 0;
	background: #a64803;
	z-index: 10;
}
.search__select-wrap::before {
	content: "";
	width: 11px;
	height: 10px;
	position: absolute;
	background: url(../img/common/arrow.png) no-repeat;
	right: 10px;
	top: 50%;
	margin-top: -2px;
	z-index: 30;
}

.search__select-wrap select {
	font-size: 12px;
	font-size: 1.2rem;
	color: #a64803;
	background: #fff;
	font-weight: 700;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	display: block;
	width: 200%;
	/* fallback non calc support */
	width: -webkit-calc(100% + 5em);
	margin: 0;
	padding: 11px 35px 11px 11px;
	padding: .6875rem 2.1875rem .6875rem .6875rem;
	border: 0;
	outline: none;
	line-height: 1.5;
}

.map-frame {
	background: #fff;
	padding: 4px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.map-frame iframe {
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
	display: block;
}

.sort-list {
	display: table;
	margin: 0 0 10px;
	padding: 0;
}
.sort-list li {
	display: table-cell;
	padding: 0 10px;
	text-align: center;
	border-right: 2px solid #fff;
}
.sort-list li:first-child {
	padding: 0;
}
.sort-list li:first-child, .sort-list li:last-child {
	border: none;
}
.sort-list li a {
	color: #03a670;
	padding: 0 5px;
}
.sort-list li a.current {
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	background: #03a670;
}

.facility-block {
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 10px;
}
.facility-block:last-child {
	margin-bottom: 0;
}
.facility-block .facility-block__asset {
	margin: 0;
}
.facility-block .facility-block__title {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px 10px;
	box-sizing: border-box;
	border-left: 5px solid #03a670;
	margin: 0 0 10px;
}
.facility-block .facility-block__flotation {
	border-radius: 5px;
	background: #cc4471;
	color: #fff;
	display: inline-block;
	padding: 5px;
	margin: 0 0 10px;
	font-size: 12px;
	font-size: 1.2rem;
}
.facility-block table {
	font-size: 12px;
	font-size: 1.2rem;
}
.facility-block table th {
	width: 30%;
	vertical-align: middle;
}

.logo {
	float: left;
	margin: 0;
	padding: 0;
	display: table;
	height: 80px;
}
.logo a {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}

.layout-header {
	height: 84px;
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 2000;
}
.layout-header:after {
	content: "";
	display: block;
	clear: both;
}
.layout-header.layout-header--recruit {
	background: rgba(255, 223, 158, 0.8);
}
.layout-header.layout-header--recruit .logo {
	height: 84px;
}

.header-recruit-page {
	background-position: center;
	background-size: cover;
	position: relative;
}
.header-recruit-page .header-recruit-page {
	margin: auto;
	position: relative;
}
.header-recruit-page .header-recruit-page__title {
	margin: auto;
}
.header-recruit-page .header-recruit-page__form {
	z-index: 20;
	position: absolute;
	top: 50%;
}

.header-navigation {
	float: right;
	height: 60px;
	display: table;
	margin: 0 30px 0 0;
	padding: 10px 0;
}

.header-navigation__item {
	display: table-cell;
	vertical-align: bottom;
	padding-right: 20px;
	margin: 0;
}
.header-navigation__item:last-child {
	padding-right: 0;
}
.header-navigation__item img {
	vertical-align: middle;
}

.header-bnr {
	margin: 0;
	padding: 10px 0;
	float: right;
}

.recruit-title-header {
	margin: auto;
}

.recruit-title-header__text {
	margin: auto;
	text-align: center;
	margin: 0 0 10px;
}

.recruit-title-header__note {
	text-align: center;
	margin-bottom: 40px;
}
.recruit-title-header__note.recruit-title-header__note--department {
	margin-bottom: 20px;
}

.recruit-title-header__department {
	background: #a64803;
	color: #fff;
	display: inline-block;
	padding: 0 5px;
	box-sizing: border-box;
}

.footer-container.footer-container--recruit {
	background: #fcf9f2;
}

.layout-footer {
	margin: 0;
	padding: 10px 0;
}
.layout-footer a {
	color: #fff;
}
.layout-footer .copyright {
	color: #fff;
}
.layout-footer.layout-footer--group {
	background: #00633d;
}
.layout-footer.layout-footer--recruit {
	background: #f5f5f5;
}
.layout-footer.layout-footer--recruit a {
	color: #a64803;
}
.layout-footer.layout-footer--recruit .copyright {
	color: #333;
}
.layout-footer.layout-footer--nurse {
	background: #cc4471;
}

.layout-footer__inner:after {
	content: "";
	display: block;
	clear: both;
}

.footer-navigation {
	margin: 0;
	padding: 0;
}

.footer-navigation__item {
	font-size: 12px;
	font-size: 1.2rem;
}

.copyright {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
}

.top .layout-content.layout-content--underlayer {
	padding-top: 88px;
}

@media print, screen and (min-width: 48em) {
	/* ---------------------------
 * PC
 * --------------------------- */
	.pc-hide {
		display: none !important;
	}
	.btn.btn-form {
		background: rgba(255, 255, 255, 0.5);
		padding: 10px 30px;
		display: block;
		border-radius: 20px;
		border: 2px solid #a64803;
		color: #a64803;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 700;
		box-sizing: border-box;
		text-indent: 1.0em;
		box-shadow: 0 0 20px 3px #999;
		position: relative;
	}
	.btn.btn-form.pinkribbon-btn {
		border-radius: 10px;
		box-shadow: none;
		color: #e84d5d;
    	border: 2px solid #e84d5d;
	}
	.pinkribbon_btnarea {
		-webkit-justify-content: center;
    	justify-content: center;
    	-webkit-align-items: center;
	}
	.pr {
		padding-right: 5%;
	}
	.btn.btn-form::before {
		font-family: icomoon;
		position: absolute;
		left: 5px;
		top: 50%;
		margin-top: -20px;
		font-size: 26px;
		font-size: 2.6rem;
		content: "\e902";
	}
	.btn.type-recruit-pc {
		position: absolute;
		top: 10px;
		right: 0;
		display: block;
		z-index: 100;
	}
	.btn.type-recruit-sp {
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -20px;
	}
	.btn.type-top-recruit-sp {
		position: absolute;
		right: 20px;
		top: 20px;
		z-index: 20;
	}
	.btn.type-close01 {
		background: #595959;
		display: block;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		text-align: center;
		position: relative;
		color: #fff;
		text-decoration: none;
		padding: 5px;
		box-sizing: border-box;
	}
	.btn.type-close01::before, .btn.type-close01::after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -45px;
		margin-top: -2px;
		width: 20px;
		height: 2px;
		background: #fff;
	}
	.btn.type-close01::before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btn.type-close01::after {
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.btn.type-close02 {
		background: #595959;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		text-align: center;
		position: absolute;
		right: 10px;
		top: -50px;
		color: #fff;
		text-decoration: none;
		padding: 15px 25px;
		text-indent: 1.0em;
		box-sizing: border-box;
		z-index: 999;
		display: block;
	}
	.btn.type-close02::before, .btn.type-close02::after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -40px;
		margin-top: -2px;
		width: 20px;
		height: 2px;
		background: #fff;
	}
	.btn.type-close02::before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btn.type-close02::after {
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.btn.type-close02.open {
		display: block;
	}
	.btn.type-recruit-close01 {
		background: #595959;
		display: block;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		text-align: center;
		position: relative;
		color: #fff;
		text-decoration: none;
		padding: 5px;
		box-sizing: border-box;
	}
	.btn.type-recruit-close01::before, .btn.type-recruit-close01::after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -45px;
		margin-top: -2px;
		width: 20px;
		height: 2px;
		background: #fff;
	}
	.btn.type-recruit-close01::before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btn.type-recruit-close01::after {
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.btn.type-recruit-close02 {
		background: #595959;
		display: inline-block;
		border-radius: 5px;
		text-align: center;
		position: absolute;
		right: 0;
		top: 15px;
		color: #fff;
		text-decoration: none;
		padding: 10px 35px;
		text-indent: 1.0em;
		box-sizing: border-box;
		z-index: 999;
		display: none;
	}
	.btn.type-recruit-close02::before, .btn.type-recruit-close02::after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -45px;
		margin-top: -2px;
		width: 20px;
		height: 2px;
		background: #fff;
	}
	.btn.type-recruit-close02::before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btn.type-recruit-close02::after {
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.btn.type-recruit-close02.open {
		display: block;
	}
	.btn.btn-nav {
		position: absolute;
		right: 15px;
		top: 10px;
	}
	/* Slider */
	.slick-slider {
		position: relative;
		display: block;
		box-sizing: border-box;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-ms-touch-action: pan-y;
		touch-action: pan-y;
		-webkit-tap-highlight-color: transparent;
	}
	.slick-list {
		position: relative;
		overflow: hidden;
		display: block;
		margin: 0;
		padding: 0;
	}
	.slick-list:focus {
		outline: none;
	}
	.slick-list.dragging {
		cursor: pointer;
		cursor: hand;
	}
	.slick-slider .slick-track, .slick-slider .slick-list {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.slick-track {
		position: relative;
		left: 0;
		top: 0;
		display: block;
	}
	.slick-track:before, .slick-track:after {
		content: "";
		display: table;
	}
	.slick-track:after {
		clear: both;
	}
	.slick-loading .slick-track {
		visibility: hidden;
	}
	.slick-slide {
		float: left;
		height: 100%;
		min-height: 1px;
		display: none;
	}
	[dir="rtl"] .slick-slide {
		float: right;
	}
	.slick-slide img {
		display: block;
	}
	.slick-slide.slick-loading img {
		display: none;
	}
	.slick-slide.dragging img {
		pointer-events: none;
	}
	.slick-initialized .slick-slide {
		display: block;
		/* 2024-09-06 plus */
		height: auto;
	}
	.slick-loading .slick-slide {
		visibility: hidden;
	}
	.slick-vertical .slick-slide {
		display: block;
		height: auto;
		border: 1px solid transparent;
	}
	.slick-arrow.slick-hidden {
		display: none;
	}
	.slick-arrow {
		width: 20px;
		height: 55px;
		position: absolute;
		border-radius: 5px;
	}
	.slick-arrow {
		height: 55px;
	}
	.slick-list {
		margin-left: 10px;
	}
	.slick-prev, .slick-next {
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 0;
		display: block;
		padding: 0;
		cursor: pointer;
		color: transparent;
		border: none;
		outline: none;
		background: none;
	}
	.slick-prev::after {
		content: "";
		width: 10px;
		height: 10px;
		border: 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
		position: absolute;
		top: 50%;
		left: 6px;
		margin-top: -5px;
	}
	.slick-next::after {
		content: "";
		width: 10px;
		height: 10px;
		border: 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		left: 1px;
		margin-top: -5px;
	}
	.index-heading {
		min-width: 980px;
	}
	.index-heading .index-heading__text {
		width: 980px;
	}
	.page-heading {
		width: 980px;
	}
	.card-block-wrapper {
		width: 980px;
	}
	.card-block-wrapper:after {
		content: "";
		display: block;
		clear: both;
	}
	.card-block-list {
		width: 1008px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.card-block {
		width: 222px;
		height: 160px;
		margin-right: 20px;
	}
	#page-group04 .card-block {
		width: 170px;
		height: 160px;
		margin-right: 20px;
	}
	.card-recruit__block {
		width: 240px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.card-recruit__list {
		width: 120px;
	}
	.card-recruit-entries__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-js-display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.card-recruit-entries__block {
		width: 240px;
	}
	.main-visual.type-slider {
		max-height: 845px;
	}
	.main-visual.type-slider img {
		max-width: 100%;
		/*max-height: 576px;*/
	}
	.form-contact {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.form-contact .form-items {
		margin: 2px auto;
		padding: 20px 20px;
		background-color: #fcf9f2;
		line-height: 45px;
	}
	.form-contact .form-items:after {
		content: "";
		display: block;
		clear: both;
	}
	.form-contact .form-title {
		font-size: 14px;
		font-size: 1.4rem;
		display: block;
		width: 16%;
		float: left;
		text-align: right;
		font-weight: bold;
	}
	.form-contact .form-required {
		font-size: 12px;
		font-size: 1.2rem;
		margin: 0 0 0 2px;
		padding: 2px 5px;
		background-color: #e74d80;
		color: #fff;
		line-height: 1;
	}
	.form-contact .form-item {
		width: 75%;
		float: right;
		padding: 0 20px;
	}
	.form-contact .form-item input, .form-contact .form-item textarea {
		width: 100%;
		padding: 10px;
		border-radius: 6px;
		border: 1px solid #ccc;
		background-color: #fff;
	}
	.form-contact .form-item textarea {
		line-height: 1.66;
	}
	.form-contact .form-item input[type="radio"] {
		width: auto;
	}
	.form-contact .form-item input[type="type"] {
		width: 50%;
		margin: 20px auto;
	}
	.form-contact .form-element label {
		margin-right: 30px;
	}
	.form-contact .form-submit {
		background-color: #fff;
	}
	.form-contact .form-submit .form-item {
		width: auto;
		float: none;
		margin: 20px auto;
		padding: 0 0;
		font-weight: bold;
	}
	.form-contact .form-submit .form-item input[type="submit"] {
		padding: 20px;
		background-color: #8c3c02;
		color: #fff;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.form-contact .form-submit .form-item input[type="submit"]:hover {
		opacity: .88;
	}
	.submenu {
		margin: 10px auto 20px;
		text-align: center;
	}
	.submenu .submenu-link--inner {
		display: inline-block;
		margin: 0 2px 10px 2px;
		padding: 0 5px;
		border: solid 1px #ccc;
		border-radius: 4px;
		line-height: 30px;
		text-decoration: none;
	}
	.submenu .submenu-link--inner:hover {
		text-decoration: underline;
		background-color: whitesmoke;
	}
	.submenu .submenu-link--outer {
		display: inline-block;
		margin: 0 0 10px 10px;
		padding: 2px 20px 0 10px;
		background-color: #a64803;
		color: #fff;
		font-weight: bold;
		line-height: 30px;
		text-decoration: none;
		vertical-align: bottom;
		position: relative;
	}
	.submenu .submenu-link--outer:hover {
		text-decoration: underline;
		background-color: #bf5303;
	}
	.submenu .submenu-link--outer:before {
		position: absolute;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 50%;
		right: 10px;
		content: "";
		width: 6px;
		height: 6px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		margin-top: -4px;
	}
	.layout-content.layout-content--underlayer {
		padding-top: 130px;
	}
	.top .layout-content.layout-content--underlayer {
		padding-top: 85px;
	}
	.layout-inner {
		width: 980px;
		margin: auto;
	}
	.layout-inner:after {
		content: "";
		display: block;
		clear: both;
	}
	.layout-navigation {
		position: fixed;
		top: 80px;
		width: 100%;
		height: 45px;
		z-index: 9999;
		font-weight: 700;
	}
	.layout-navigation.layout-navigation--group {
		background: #e5e5e5;
		border-bottom: 4px solid #00633d;
	}
	.layout-navigation.layout-navigation--group a {
		color: #00633d;
	}
	.layout-navigation.layout-navigation--group .layout-navigation__item a.current::before {
		border-bottom: 10px solid #00633d;
	}
	.layout-navigation.layout-navigation--nurse {
		background: #cc4471;
	}
	.layout-navigation.layout-navigation--nurse a {
		color: #fff;
	}
	.layout-navigation.layout-navigation--recruit {
		background: #ffdf9e;
	}
	.layout-navigation.layout-navigation--recruit-underlayer {
		display: none;
		height: auto;
		width: 1000px;
		position: fixed;
		top: 50px;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 9999;
		background: rgba(255, 204, 102, 0.95);
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.layout-navigation.layout-navigation--recruit-underlayer.open {
		display: block;
	}
	.layout-navigation-2nd {
		position: fixed;
		top: 128px;
		width: 100%;
		height: 35px;
		z-index: 9999;
		font-weight: 700;
	}
	.layout-navigation-2nd.layout-navigation-2nd--group {
		background: #00633d;
	}
	.layout-navigation-2nd.layout-navigation-2nd--group a {
		color: #fff;
	}
	.layout-navigation__inner {
		width: 1200px;
		margin: auto;
		overflow: hidden;
		position: relative;
		display: none;
		overflow-x: hidden !important;
	}
	.layout-navigation__inner:after {
		content: "";
		display: block;
		clear: both;
	}
	.layout-navigation-2nd__inner {
		width: 980px;
		margin: auto;
	}
	.layout-navigation-2nd__inner:after {
		content: "";
		display: block;
		clear: both;
	}
	.layout-navigation__list {
		float: left;
		left: 50%;
		position: relative;
	}
	.layout-navigation-2nd__list {
		float: left;
		margin: 5px 0;
	}
	.layout-navigation__item {
		padding: 0 20px 0 0;
		margin: 0 20px 0 0;
		box-sizing: border-box;
		float: left;
		left: -50%;
		position: relative;
		border-right: 1px solid #999;
		box-shadow: 1px 0 #fff;
	}
	.layout-navigation__item:last-child {
		border-right: none;
		box-shadow: none;
		padding: 0;
		margin: 0;
	}
	.layout-navigation__item .current {
		position: relative;
		width: 100%;
	}
	.layout-navigation__item .current::before {
		content: "";
		display: inline-block;
		position: absolute;
		left: 50%;
		bottom: -15px;
		margin-left: -10px;
		box-sizing: border-box;
		width: 10px;
		height: 10px;
		border: 10px solid transparent;
		border-bottom: 10px solid #fff;
	}
	.layout-navigation-2nd__item {
		padding: 0 20px 0 0;
		margin: 0 20px 0 0;
		box-sizing: border-box;
		float: left;
		position: relative;
	}
	.layout-navigation-2nd__item a {
		position: relative;
	}
	.layout-navigation-2nd__item a::before {
		content: "";
		background: url(../img/group/icon_nav.png) no-repeat;
		height: 14px;
		width: 14px;
		position: absolute;
		top: 0;
		left: -25px;
	}
	.layout-navigation-2nd__item a.current {
		color: #e4ff7e;
	}
	.layout-navigation-2nd__item a.current::before {
		background: url(../img/group/icon_nav_current.png) no-repeat;
	}
	.layout-column02-side {
		width: 230px;
		float: left;
	}
	.layout-column02-main {
		width: 730px;
		float: right;
	}
	.layout-column02 {
		-js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.main-container {
		min-width: 980px;
	}
	.info {
		width: 760px;
		left: 0;
		right: 0;
		margin: -30px auto 20px;
		z-index: 300;
		position: relative;
	}
	.info:after {
		content: "";
		display: block;
		clear: both;
	}
	.info a {
		display: block;
	}
	.info__list {
		width: 620px;
		height: 150px;
		float: right;
		overflow: hidden;
	}
	.info__block {
		width: 90px;
		float: left;
		box-sizing: border-box;
		padding: 15px 5px;
	}
	.page-top__link {
		float: right;
	}
	.banner-list__inner {
		padding: 30px 0;
	}
	.carousel {
		width: 925px;
	}
	.page-navigation__list {
		padding: 0 40px;
		display: table;
	}
	.page-navigation__item {
		display: table-cell;
		margin: 0;
		padding: 0 40px 0 0;
		vertical-align: middle;
	}
	.page-navigation__item:last-child {
		padding-right: 0;
	}
	.page-navigation__item a {
		margin: 0;
		vertical-align: middle;
	}
	.page-navigation__item span {
		vertical-align: middle;
		padding-left: 10px;
	}
	.section-block__area {
		float: left;
		overflow: hidden;
		max-width: 600px;
	}
	.section-block__asset {
		float: right;
		width: 355px;
		text-align: center;
	}
	.section-block__asset img {
		margin: 0;
		padding: 0;
	}

	.section-block--left,
	.section-block--right{
		margin-top: 25px;
	}

	/*top_bnr追加*/
	.top_bnr {
		text-align: center;
	}

	.section-block--left .section-block__asset {
		float: left;
	}
	.section-block--left .section-block__area {
		float: right;
	}
	.flow-wrap {
		display: table;
	}
	.flow-block01 {
		display: table-cell;
		width: 230px;
		padding:10px;
	}
	.flow-block01:after {
		position: absolute;
		content: "\f063";
		color: #a64803;
		font-family: FontAwesome;
		width: 30px;
		left: 0;
		right: 0;
		margin: auto;
		bottom: -60px;
		font-size: 28px;
		font-size: 2.8rem;
	}
	.flow-block02 {
		display: table-cell;
		padding-left: 20px;
	}
	.item-asset {
		margin: 0 auto 20px;
	}
	.item-asset img {
		vertical-align: top;
	}
	.comment-block__area {
		float: right;
		width: 730px;
	}
	.comment-block__text {
		margin: 0;
	}
	.comment-block__asset {
		float: left;
		overflow: hidden;
	}
	.facility-block {
		-js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.facility-block:after {
		content: "";
		display: block;
		clear: both;
	}
	.facility-block .facility-block__asset {
		width: 220px;
	}
	.facility-block .facility-block__description {
		width: 430px;
	}
	.layout-header {
		min-width: 980px;
	}
	.layout-header--recruit .layout-inner {
		position: relative;
	}
	.header-recruit-page {
		width: 100%;
		height: 276px;
		background: url(../img/recruit/heading_bg.png) no-repeat;
		background-size: cover;
	}
	.header-recruit-page .header-recruit-page__content {
		width: 980px;
		height: 276px;
		margin: auto;
		position: relative;
	}
	.header-recruit-page .header-recruit-page__title {
		width: 980px;
		height: 276px;
		position: relative;
	}
	.header-recruit-page .header-recruit-page__title img {
		z-index: 20;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		padding-top: 40px;
	}
	.header-recruit-page .header-recruit-page__form {
		right: 0;
		margin-top: 0;
	}
	.footer-navigation {
		float: left;
	}
	.footer-navigation__item {
		display: inline-block;
		margin-right: 10px;
	}
	.copyright {
		float: right;
	}
}

@media screen and (max-width: 47.9375em) {
	/* ---------------------------
 * SmartPhone
 * --------------------------- */
	.sp-hide {
		display: none !important;
	}
	.btn.btn-form {
		background: rgba(255, 255, 255, 0.5);
		padding: 10px 30px;
		display: block;
		border-radius: 20px;
		border: 2px solid #a64803;
		color: #a64803;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 700;
		box-sizing: border-box;
		text-indent: 1.0em;
		box-shadow: 0 0 20px 3px #999;
		position: relative;
	}
	.btn.btn-form.pinkribbon-btn {
		border-radius: 10px;
		box-shadow: none;
		color: #e84d5d;
    	border: 2px solid #e84d5d;
	}
	.btn.btn-form::before {
		font-family: icomoon;
		position: absolute;
		left: 5px;
		top: 50%;
		margin-top: -20px;
		font-size: 26px;
		font-size: 2.6rem;
		content: "\e902";
	}
	.btn.type-recruit-pc {
		position: absolute;
		top: 10px;
		right: 0;
		display: block;
		z-index: 100;
	}
	.btn.type-recruit-sp {
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -20px;
	}
	.btn.type-top-recruit-sp {
		position: absolute;
		right: 20px;
		top: 20px;
		z-index: 20;
	}
	.btn.type-close01 {
		background: #595959;
		display: block;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		text-align: center;
		position: relative;
		color: #fff;
		text-decoration: none;
		padding: 5px;
		box-sizing: border-box;
	}
	.btn.type-close01::before, .btn.type-close01::after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -45px;
		margin-top: -2px;
		width: 20px;
		height: 2px;
		background: #fff;
	}
	.btn.type-close01::before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btn.type-close01::after {
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.btn.type-close02 {
		background: #595959;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		text-align: center;
		position: absolute;
		right: 10px;
		top: -50px;
		color: #fff;
		text-decoration: none;
		padding: 15px 25px;
		text-indent: 1.0em;
		box-sizing: border-box;
		z-index: 999;
		display: block;
	}
	.btn.type-close02::before, .btn.type-close02::after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -40px;
		margin-top: -2px;
		width: 20px;
		height: 2px;
		background: #fff;
	}
	.btn.type-close02::before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btn.type-close02::after {
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.btn.type-close02.open {
		display: block;
	}
	.btn.type-recruit-close01 {
		background: #595959;
		display: block;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		text-align: center;
		position: relative;
		color: #fff;
		text-decoration: none;
		padding: 5px;
		box-sizing: border-box;
	}
	.btn.type-recruit-close01::before, .btn.type-recruit-close01::after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -45px;
		margin-top: -2px;
		width: 20px;
		height: 2px;
		background: #fff;
	}
	.btn.type-recruit-close01::before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btn.type-recruit-close01::after {
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.btn.type-recruit-close02 {
		background: #595959;
		display: inline-block;
		border-radius: 5px;
		text-align: center;
		position: absolute;
		right: 0;
		top: 15px;
		color: #fff;
		text-decoration: none;
		padding: 10px 35px;
		text-indent: 1.0em;
		box-sizing: border-box;
		z-index: 999;
		display: none;
	}
	.btn.type-recruit-close02::before, .btn.type-recruit-close02::after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -45px;
		margin-top: -2px;
		width: 20px;
		height: 2px;
		background: #fff;
	}
	.btn.type-recruit-close02::before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btn.type-recruit-close02::after {
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.btn.type-recruit-close02.open {
		display: block;
	}
	.btn.btn-nav {
		position: absolute;
		right: 15px;
		top: 10px;
	}
	/* Slider */
	.slick-slider {
		position: relative;
		display: block;
		box-sizing: border-box;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-ms-touch-action: pan-y;
		touch-action: pan-y;
		-webkit-tap-highlight-color: transparent;
	}
	.slick-list {
		position: relative;
		overflow: hidden;
		display: block;
		margin: 0;
		padding: 0;
	}
	.slick-list:focus {
		outline: none;
	}
	.slick-list.dragging {
		cursor: pointer;
		cursor: hand;
	}
	.slick-slider .slick-track, .slick-slider .slick-list {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.slick-track {
		position: relative;
		left: 0;
		top: 0;
		display: block;
	}
	.slick-track:before, .slick-track:after {
		content: "";
		display: table;
	}
	.slick-track:after {
		clear: both;
	}
	.slick-loading .slick-track {
		visibility: hidden;
	}
	.slick-slide {
		float: left;
		height: 100%;
		min-height: 1px;
		display: none;
	}
	[dir="rtl"] .slick-slide {
		float: right;
	}
	.slick-slide img {
		display: block;
	}
	.slick-slide.slick-loading img {
		display: none;
	}
	.slick-slide.dragging img {
		pointer-events: none;
	}
	.slick-initialized .slick-slide {
		display: block;
		/* 2024-09-06 plus */
		height: auto;
	}
	.slick-loading .slick-slide {
		visibility: hidden;
	}
	.slick-vertical .slick-slide {
		display: block;
		height: auto;
		border: 1px solid transparent;
	}
	.slick-arrow.slick-hidden {
		display: none;
	}
	.slick-arrow {
		width: 20px;
		height: 55px;
		position: absolute;
		border-radius: 5px;
	}
	.slick-arrow {
		height: 100%;
	}
	.slick-prev, .slick-next {
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 0;
		display: block;
		padding: 0;
		cursor: pointer;
		color: transparent;
		border: none;
		outline: none;
		background: none;
	}
	.slick-prev::after {
		content: "";
		width: 10px;
		height: 10px;
		border: 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
		position: absolute;
		top: 50%;
		left: 6px;
		margin-top: -5px;
	}
	.slick-next::after {
		content: "";
		width: 10px;
		height: 10px;
		border: 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		left: 1px;
		margin-top: -5px;
	}
	.index-heading {
		width: 100%;
	}
	.index-heading .index-heading__text {
		width: 100%;
	}
	.page-heading {
		width: 100%;
		height: auto;
		background-size: cover;
		background-position: center;
		margin-bottom: 30px;
	}
	.page-heading .page-title-header__text {
		font-size: 26px;
		font-size: 2.6rem;
	}
	.page-heading .page-heading__summary {
		margin: auto;
		width: 95%;
	}
	.table-type02 {
		width: 100%;
		margin-bottom: 10px;
	}
	.table-type03 {
		width: 100%;
	}
	.table-type06 {
		box-sizing: border-box;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		position: relative;
		border: none;
		display: block;
	}
	.table-type06 tbody {
		white-space: nowrap;
		position: relative;
	}
	.table-type07 {
		box-sizing: border-box;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		position: relative;
		border: none;
		display: block;
	}
	.table-type07 tbody {
		white-space: nowrap;
		position: relative;
	}
	.table-type07 th:first-of-type {
		width: auto;
	}
	.table-type07 th {
		white-space: normal;
	}
	.table-type09 {
		/*box-sizing: border-box;*/
		/*overflow-x: scroll;*/
		-webkit-overflow-scrolling: touch;
		/*white-space: nowrap;*/
		/*position: relative;*/
		/*border: none;*/
		/*display: block;*/
	}

/*	.table-type09 tbody {
		white-space: nowrap;
		position: relative;
	}*/

	.table-type09 th:first-of-type {
		width: auto;
	}

	.table-type09 th {
		white-space: nowrap;
	}
	.table-asset-type01 img {
		width: 100%;
	}
	.card-block-wrapper {
		width: 100%;
		margin: auto;
	}
	.card-block-list {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.card-block {
		width: 45%;
		height: auto;
	}
	.card-block img {
		width: 100%;
	}
	.card-recruit__block {
		width: 100%;
	}
	.card-recruit__list {
		width: 100%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.card-recruit__list li {
		width: 33%;
		margin-bottom: 0;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		text-align: left;
	}
	.card-recruit__list li a {
		padding: 5px 10px;
	}
	.card-recruit-entries__block {
		width: 49.5%;
	}
	.card-recruit-entries__block:nth-child(even) {
		margin-right: 0;
	}
	.main-visual.type-slider {
		width: 100%;
		max-width: 1400px;
	}
	.main-visual.type-slider img {
		max-width: 100%;
		width: 100%;
	}
	.main-visual.type-slider .slick-prev {
		top: 50%;
		margin-top: -100px;
		margin-left: -150px;
		z-index: 99;
	}
	.main-visual.type-slider .slick-prev:after {
		width: 30px;
		height: 30px;
	}
	.main-visual.type-slider .slick-next {
		top: 50%;
		margin-top: -100px;
		margin-right: -130px;
		z-index: 99;
	}
	.main-visual.type-slider .slick-next:after {
		width: 30px;
		height: 30px;
	}
	.main-visual .main-visual__recruit {
		width: 280px;
		height: 240px;
	}
	.page-visual {
		width: 95%;
		margin: 0 auto 20px;
	}
	.page-visual img {
		max-width: 980px;
		width: 100%;
	}
	.form-contact {
		font-size: 16px;
		font-size: 1.6rem;

	}
	.form-contact .form-items {
		margin: 2px auto;
		padding: 20px 20px;
		background-color: #fcf9f2;
		line-height: 45px;
	}
	.form-contact .form-items:after {
		content: "";
		display: block;
		clear: both;
	}
	.form-contact .form-title {
		font-size: 14px;
		font-size: 1.4rem;
		display: block;
		width: 16%;
		float: left;
		text-align: right;
		font-weight: bold;
	}
	.form-contact .form-required {
		font-size: 12px;
		font-size: 1.2rem;
		margin: 0 0 0 2px;
		padding: 2px 5px;
		background-color: #e74d80;
		color: #fff;
		line-height: 1;
	}
	.form-contact .form-item {
		width: 75%;
		float: right;
		padding: 0 20px;
	}
	.form-contact .form-item input, .form-contact .form-item textarea {
		width: 100%;
		padding: 10px;
		border-radius: 6px;
		border: 1px solid #ccc;
		background-color: #fff;
	}
	.form-contact .form-item textarea {
		line-height: 1.66;
	}
	.form-contact .form-item input[type="radio"] {
		width: auto;
	}
	.form-contact .form-item input[type="type"] {
		width: 50%;
		margin: 20px auto;
	}
	.form-contact .form-element label {
		margin-right: 30px;
	}
	.form-contact .form-submit {
		background-color: #fff;
	}
	.form-contact .form-submit .form-item {
		width: auto;
		float: none;
		margin: 20px auto;
		padding: 0 0;
		font-weight: bold;
	}
	.form-contact .form-submit .form-item input[type="submit"] {
		padding: 20px;
		background-color: #8c3c02;
		color: #fff;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.form-contact .form-submit .form-item input[type="submit"]:hover {
		opacity: .88;
	}
	.form-contact .form-title, .form-contact .form-item {
		float: none;
		width: 100%;
		text-align: left;
		padding: 0;
	}
	.form-contact .form-title input, .form-contact .form-title textarea, .form-contact .form-item input, .form-contact .form-item textarea {
		width: auto;
	}
	.form-contact .form-submit input[type="submit"] {
		width: 100%;
	}
	.submenu {
		margin: 10px auto 20px;
		text-align: center;
	}
	.submenu .submenu-link--inner {
		display: inline-block;
		margin: 0 2px 10px 2px;
		padding: 0 5px;
		border: solid 1px #ccc;
		border-radius: 4px;
		line-height: 30px;
		text-decoration: none;
	}
	.submenu .submenu-link--inner:hover {
		text-decoration: underline;
		background-color: whitesmoke;
	}
	.submenu .submenu-link--outer {
		display: inline-block;
		margin: 0 0 10px 10px;
		padding: 2px 20px 0 10px;
		background-color: #a64803;
		color: #fff;
		font-weight: bold;
		line-height: 30px;
		text-decoration: none;
		vertical-align: bottom;
		position: relative;
	}
	.submenu .submenu-link--outer:hover {
		text-decoration: underline;
		background-color: #bf5303;
	}
	.submenu .submenu-link--outer:before {
		position: absolute;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 50%;
		right: 10px;
		content: "";
		width: 6px;
		height: 6px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		margin-top: -4px;
	}
	.page-navigation-wrapper {
		text-align: center;
		margin-bottom: 20px;
	}
	.page-navigation {
		width: 80%;
		border-radius: 5px;
	}
	.page-navigation__list {
		margin-left: 20px;
		padding: 0 10px;
		box-sizing: border-box;
		-js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.page-navigation__item {
		margin-bottom: 10px;
		padding-right: 20px;
	}
	.page-navigation__item:last-child {
		padding-right: 0;
		margin-bottom: 0;
	}
	.page-navigation__item span {
		padding-left: 10px;
	}
	.layout-inner {
		width: 95%;
		margin: 0 auto;
	}
	.layout-contents {
		width: 100%;
		margin: 0;
	}
	.layout-side {
		width: 100%;
	}
	.layout-navigation {
		position: absolute;
		top: 80px;
		width: 100%;
		height: 50px;
		z-index: 900;
		font-weight: 700;
	}
	.layout-navigation.layout-navigation--recruit {
		background: #ffdf9e;
		z-index: 9000;
		position: absolute;
		display: none;

		height: auto;
	}
	.layout-navigation.layout-navigation--recruit.open {
		display: block;
	}
	.index-section-typeA {
		padding: 5px 0 20px;
	}
	.index-section-typeB {
		padding: 20px 0;
	}
	.index-section-typeC {
		padding: 0 0 20px;
	}
	.info {
		width: 95%;
		margin: 10px auto;
		border-radius: 5px;
		box-shadow: 0 0 10px -2px #525252,0 0 6px 2px #f7f7f7;
	}
	.info.info--group {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.info__block:after {
		content: "";
		display: block;
		clear: both;
	}
	.info__title {
		float: left;
		overflow: hidden;
		margin-right: 10px;
	}
	.info__link {
		display: inline-block;
		padding-right: 20px;
	}
	.info__list {
		height: 180px;
	}

	/*top_bnr追加 */
	.top_bnr {
		width: 95%;
		margin: 0 auto;
	}

	.page-top {
		width: 100%;
		text-align: center;
	}
	.page-top__link {
		text-align: center;
	}
	.banner-list__inner {
		padding: 20px 0;
	}
	.carousel-wrapper {
		background: #fff;
		padding: 10px 30px;
		box-sizing: border-box;
		margin: auto 10px;
	}
	.carousel {
		margin: auto;
		width: 100%;
	}
	.carousel img {
		width: 100%;
		text-align: center;
	}
	.section-block__asset {
		margin-bottom: 20px;
	}
	.section-block__asset img {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.flow-wrap {
		margin-bottom: 80px;
		position: relative;
	}
	.flow-wrap:after {
		position: absolute;
		content: "\f063";
		color: #a64803;
		font-family: FontAwesome;
		width: 30px;
		left: 0;
		right: 0;
		margin: auto;
		bottom: -60px;
		font-size: 28px;
		font-size: 2.8rem;
	}
	.flow-wrap:last-child {
		margin-bottom: 20px;
	}
	.flow-wrap:last-child:after {
		opacity: 0;
		display: none;
	}
	.flow-block01 {
		width: 100%;
		display: block;
		padding: 30px 10px;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	.list-block__item {
		width: 100%;
	}
	.item-asset {
		margin: 0 0 20px;
	}
	.item-asset img {
		width: 100%;
	}
	.comment-block {
		width: 100%;
	}
	.comment-block__asset img {
		width: 100%;
		margin-bottom: 20px;
	}
	.schedule {
		padding-bottom: 0;
	}
	.schedule__list {
		margin: 0;
	}
	.schedule__list:after {
		content: "";
		display: block;
		clear: both;
	}
	.schedule__asset {
		float: none;
		width: 100%;
		position: relative;
		text-align: center;
		margin: 0 0 30px;
	}
	.schedule__asset figure {
		margin: 0 auto;
	}
	.schedule__asset figure img {
		width: 100%;
	}
	.schedule__area {
		width: 100%;
		float: none;
	}
	.search__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.search__list li {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.facility-block .facility-block__asset {
		margin: 0 0 10px;
	}
	.facility-block .facility-block__asset img {
		width: 100%;
	}
	.layout-header-group {
		width: 100%;
		height: 80px;
		border-top: 3px solid #00633d;
		border-bottom: 2px solid #e5e5e5;
	}
	.layout-header-group .layout-inner {
		width: 100%;
	}
	.logo {
		display: table;
	}
	.logo img {
		display: table-cell;
		margin: 0;
		padding: 0;
		vert-align: middle;
		max-width: 245px;
	}
	.layout-header.type-group {
		border-top: 4px solid #00633d;
	}
	.layout-header.type-nurse {
		border-top: 4px solid #cc4471;
	}
	.layout-header .layout-inner {
		width: 100%;
	}
	.layout-header.layout-header--recruit {
		background: #ffdf9e;
	}
	.layout-header.layout-header--recruit .logo {
		float: none;
		width: 100%;
		display: block;
		height: auto;
	}
	.layout-header.layout-header--recruit .logo img {
		margin: 0 0 5px;
	}
	.layout-header.layout-header--recruit .logo img:last-child {
		width: 100%;
		max-width: 100%;
	}
	.layout-header.layout-header--recruit .logo a {
		padding: 0;
		margin: 0;
	}
	.layout-header.layout-header--recruit .logo a:first-child {
		padding: 5px;
	}
	.layout-header.layout-header--recruit .logo a:last-child {
		padding: 5px 10px;
		box-sizing: border-box;
		display: block;
		background: rgba(255, 223, 158, 0.8);
	}
	.header-recruit-page {
		background: url(../img/recruit/heading_bg-sp.png) no-repeat;
		background-position: center 0;
		background-size: cover;
	}
	.header-recruit-page .header-recruit-page__title {
		width: 90%;
		margin-top: 20px;
	}
	.header-recruit-page .header-recruit-page__title img {
		width: 100%;
	}
	.header-recruit-page .header-recruit-page__form {
		position: static;
		width: 80%;
		margin: 0 auto;
	}
	.header-recruit-page .header-recruit-page__form a {
		text-align: center;
	}
	.header-top-recruit {
		position: relative;
		height: 100%;
	}
	.sp-header-recruit {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.sp-header-recruit .sp-header-recruit__logo01 {
		width: 100%;
		background: #ffdf9e;
		padding: 5px;
		box-sizing: border-box;
	}
	.sp-header-recruit .sp-header-recruit__logo01 h1 {
		margin: 0;
	}
	.sp-header-recruit .sp-header-recruit__logo02 {
		width: 100%;
		background: rgba(255, 223, 158, 0.8);
		padding: 5px;
		box-sizing: border-box;
	}
	.footer-navigation {
		display: table;
		width: 100%;
	}
	.footer-navigation__item {
		display: table-cell;
		padding: 10px 20px;
		box-sizing: border-box;
		text-align: center;
	}
	.copyright {
		text-align: center;
	}

	.header-recruit-page__content {
		padding-top: 160px;
	}

	.tab-navigation {
		width: 100%;
		bottom: 10px;
		position: static;
		padding-bottom: 20px;
	}

	.tab-navigation .tab-navigation__inner {
		display: flex;
		flex-wrap: wrap;
	}

	.tab-navigation .tab-navigation__inner li {
		flex-basis: 50%;
		box-sizing: border-box;
		margin-top: 20px;
	}

	.tab-navigation .tab-navigation__inner li a {
		border-radius: 0;
	}

	.pinkribbon th, .pinkribbon td {
		display: block;
		width: 100%;
	}
}




/* Table */
@media print, screen and (min-width : 768px) {
.lpf-table table {
    border-collapse: collspse;	
    width: 100%;
    margin: 20px 0;
  }
  .lpf-table th {
    background: #E3EEF0 !important;
    color: #000;
    width: 20%;
		border: 3px solid #fff;
	  padding: 5px;
  }
  .lpf-table td {
    background: #F9FAFB;
    color: #000;
		border: 3px solid #fff;
		padding: 10px;
  }
  .indent {
    text-indent: -1em;
    margin-left: 1em
  }
}
@media only screen and (max-width : 767px) {
  .lpf-table {
    width: 100%;
  }
  .lpf-table th,.lpf-table td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 8px;
  }
  .lpf-table tr:last-child {
    border-bottom: solid 1px #ccc;
  }
  .lpf-table th {
    background: #E3EEF0 !important;
    color: #000;
		border: 3px solid #fff;
  }
  .lpf-table td {
    background: #F9FAFB;
    color: #000;
		border: 3px solid #fff;
  }
  .indent {
    text-indent: -1em;
    margin-left: 1em
  }
  .mw_wp_form table input, .mw_wp_form table textarea {

  }
}


/* for LP 20230407 */

.page-activity-kaigo-training .flexss {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.page-activity-kaigo-training .text-center {
  text-align: center;
}
.page-activity-kaigo-training .flexbox {
  display: flex;
  /*flex-direction: row-reverse;*/
}
.page-activity-kaigo-training .box1 {
  width: 50%;
}
.page-activity-kaigo-training .box2 {
  width: 50%;
  margin: auto .5rem;
}
.page-activity-kaigo-training .box1b {
  width: 28%;
  margin: 2px 20px auto;
}
.page-activity-kaigo-training .box2b {
  width: 72%;
  margin: .5rem;
}
@media screen and (max-width: 767px) {
  .page-activity-kaigo-training .flexbox {
    display: block;
  }
  .page-activity-kaigo-training .flexbox .box1 {
    width: 100%;
    margin: 0 auto;
	  padding: 5px;
  }
  .page-activity-kaigo-training .flexbox .box2 {
    width: 100%;
    margin: 0 auto;
	  padding: 5px;
  }
	.page-activity-kaigo-training .flexbox .box1b {
    width: 100%;
    margin: 0 auto;
		  padding: 5px;
  }
  .page-activity-kaigo-training .flexbox .box2b {
    width: 100%;
    margin: 0 auto;
	  padding: 5px;
  }
}


.page-activity-kaigo-training .lp01{
	font-size: 35px;
	padding-bottom: 20px;
}
.page-activity-kaigo-training .lp02{
	font-size: 94px;
	line-height: 72px;
}
.page-activity-kaigo-training .lp02b{
	font-size: 58px;
	padding-bottom: 20px;
}
.page-activity-kaigo-training .lp03{
	padding: 10px 40px;
	background: #ccc;
	border-radius: 20px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.page-activity-kaigo-training .lp03b{
	padding: 10px 80px;
	background: #ccc;
	border-radius: 20px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.page-activity-kaigo-training .lp04{
	text-align: center;
	padding: 40px;
}
.page-activity-kaigo-training .lp05{
	border: solid 1px #ccc;
	padding: 30px;
}
.page-activity-kaigo-training .lp05b{
	padding: 10px 0 25px 0;
	font-weight: 600;
	font-size: 18px;
}
.page-activity-kaigo-training .lp05c{
	text-align: center;
}
.page-activity-kaigo-training .lp05d{
	font-size: 24px;
}
.page-activity-kaigo-training .lp06 table{
	padding: 10px;
	width: 100%;
	margin: 20px 0 30px 0;
}
.page-activity-kaigo-training .lp06 table th{
	padding: 10px;
	background: #028056;
	color: white;
}
.page-activity-kaigo-training .lp06 table td{
	padding: 10px;
	background: #FCF9F2;
}
.page-activity-kaigo-training .box2 iframe{
	width: 600px;
}
.page-activity-kaigo-training .class-table {
	text-align: center;
  width: 50%;
}
@media screen and (max-width: 767px) {
	.page-activity-kaigo-training .box2 iframe{
	width: 98%;
 } 
 .page-activity-kaigo-training .flexss img{
		width: 98%;
	}
	.page-activity-kaigo-training .lp02{
		font-size: 84px;
	}
	.page-activity-kaigo-training .lp02b{
		font-size: 50px;
	}
	.page-activity-kaigo-training .page-heading {
		display: none;
	}
	.page-activity-kaigo-training .class-table {
		width: 100%;
	}
}

.lp01, .lp02, .lp02b{color: #E94C81; font-weight:bold;}
.camp-fee-container {background-color:#FDFCE6; padding: 10px 0 20px; margin-bottom: 0 10px; 20px;}
.camp-fee {font-weight:bold; font-size: 22px; color: #E94C81;}
.mb-30 {margin-bottom: 30px;}

/* 医師採用 */
.c-red{color:#ff3300;}
.c-lightgreen{color:#00ff33;}
.c-blue{color:#0000ff;}
.c-yellow{color:#ffcc00;}
.c-green{color:#009900;}
.c-pink{color:#ff00cc;}

.btn.btn-doctor-form-2{
background: rgba(255, 255, 255, 0.5);
    padding: 10px 30px;
    display: inline-block;
    border-radius: 20px;
    border: 2px solid #a64803;
    color: #a64803;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    box-sizing: border-box;
    text-indent: 1em;
    position: relative;
}

ol {
  list-style: none;
}
a {
  text-decoration: none;
}

[value="All"]:checked ~ .targets [data-category] {
  display: table-row;
}
[value="Saitama"]:checked ~ .targets .target:not([data-category~="Saitama"]), 
[value="Tokyo"]:checked ~ .targets .target:not([data-category~="Tokyo"]), 
[value="Kanagawa"]:checked ~ .targets .target:not([data-category~="Kanagawa"]), 
[value="Chiba"]:checked ~ .targets .target:not([data-category~="Chiba"]), 
[value="Shizuoka"]:checked ~ .targets .target:not([data-category~="Shizuoka"]) {
  display: none;
}
/*  ラジオボタンを非表示に */
.doctor-recruit input[type="radio"] {
  position: absolute;
  left: -9999px;
}
/*  以下はラベルのスタイル */
.filters {
  margin-bottom: 2rem;
  margin-top: -11rem;
  padding-left: 0;
}
.filters * {
  display: inline-block;
}
.filters label {
  text-align: center;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.25rem;
  min-width: 45px;
  line-height: normal;
  cursor: pointer;
  transition: all 0.2s;
}
.filters label:hover {
  background: #a64803;
  color: #fff;
}
[value="All"]:checked ~ .filters [for="All"], 
[value="Saitama"]:checked ~ .filters [for="Saitama"], 
[value="Tokyo"]:checked ~ .filters [for="Tokyo"], 
[value="Kanagawa"]:checked ~ .filters [for="Kanagawa"], 
[value="Chiba"]:checked ~ .filters [for="Chiba"], 
[value="Shizuoka"]:checked ~ .filters [for="Shizuoka"] {
  background: #a64803;
  color: #fff;
}


.heading04.type-group{
	margin-top: 20px;
}