@charset "UTF-8";

/*////////////////////////////////////////////////////

RWDサイト用 Style CSS

////////////////////////////////////////////////////*/

/* --------------------------------------------------

normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css

-------------------------------------------------- */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

template,
[hidden] {
	display: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

button,
input,
select,
textarea {
	font: inherit;
	margin: 0;
}

optgroup {
	font-weight: bold;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* --------------------------------------------------

Base Setting

-------------------------------------------------- */

/* Text & Font
------------------------- */

body {
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	font-size: 62.5%;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Roboto, 'Droid Sans', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
}

input,
select,
textarea {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Roboto, 'Droid Sans', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
}

.lte-ie8 body {
	font-family: 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
}

.lte-ie8 input,
.lte-ie8 select,
.lte-ie8 textarea {
	font-family: 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
	font-size: 1.4em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.28571;
}

p,
ul,
ol,
dl {
	line-height: 1.71429;
}

ul ul,
ul dl,
dl ul {
	font-size: 1em;
}

em {
	font-style: normal;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@media screen and (max-width: 640px) {
 
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	ul,
	ol,
	dl {
		font-size: 1.2em;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 1.33333;
	}

	p,
	ul,
	ol,
	dl {
		line-height: 1.5;
	}
}

/* Link
------------------------- */

/* 標準 */

a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	text-decoration: none;
}

/* ブロック */

.link-block {
	display: block;
	overflow: hidden;
	cursor: pointer;
}

/* リンク画像 */

img.opaOver {
	background-color: #fff;
	transition: opacity 0.15s;
}

a:hover img.opaOver {
	opacity: 0.5;
}

/* Image
------------------------- */

.img-resp {
    /* display: block; */
	max-width: 100%;
	height: auto;
}

/* --------------------------------------------------

Common

-------------------------------------------------- */

/* clearfix
------------------------- */

.clearfix:after,
.l-fixed:after,
.l-row:after {
	content: "";
	display: block;
	clear: both;
}

/* 置換
------------------------- */

.replace,
.heading,
.tagLine,
.menuToggleBtn,
.pageMenu .ttl,
.pageMenu .menuCloseBtn,
.mainCatch,
.subCatch,
.goEntryBtn .txt,
.telNum,
.lastContactArea .catch,
.clinicContBox .catch,
.clinicContBox .logo .list li,
.recentJobList .txt,
.ttl-searchHead .txt,
.jobSearchField .ttl,
.jobSearchField .btn .txt {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* 見出し
------------------------- */

.heading {
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

.heading:before {
	content: '';
	display: block;
}

.heading .txt {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.no-backgroundsize .heading .txt {
	position: static;
}

.reasonArea .heading {
	margin: 0 0 43px;
	padding-bottom: 50px;
}

.reasonArea .heading:before {
	padding-top: 8.98438%;
}

.reasonArea .heading:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 1px;
	margin: 0 auto;
	background-color: #dedede;
}

.no-backgroundsize .reasonArea .heading {
	height: 92px;
	background-image: url(../images/ttl_reason-pc.png);
}

.jobCaseArea .heading {
	margin: 0 0 60px;
	padding-bottom: 45px;
}

.jobCaseArea .heading:before {
	padding-top: 8.98438%;
}

.jobCaseArea .heading:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 1px;
	margin: 0 auto;
	background-color: #dedede;
}

.no-backgroundsize .jobCaseArea .heading {
	height: 92px;
	background-image: url(../images/ttl_job-pc.png);
}

.clinicArea .heading {
	margin: 0 0 45px;
}

.clinicArea .heading:before {
	padding-top: 7.12891%;
}

.no-backgroundsize .clinicArea .heading {
	height: 73px;
	background-image: url(../images/ttl_clinic-pc.png);
}

.flowArea .heading {
	margin: 0 0 33px;
	padding-bottom: 50px;
}

.flowArea .heading:before {
	padding-top: 7.61719%;
}

.flowArea .heading:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 1px;
	margin: 0 auto;
	background-color: #dedede;
}

.no-backgroundsize .flowArea .heading {
	height: 78px;
	background-image: url(../images/ttl_flow-pc.png);
}

.consultantArea .heading {
	margin: 0 0 45px;
}

.consultantArea .heading:before {
	padding-top: 7.32422%;
}

.no-backgroundsize .consultantArea .heading {
	height: 75px;
	background-image: url(../images/ttl_consultant-pc.png);
}

.searchArea .heading {
	margin: 0 0 56px;
	padding-bottom: 45px;
}

.searchArea .heading:before {
	padding-top: 7.91016%;
}

.searchArea .heading:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 1px;
	margin: 0 auto;
	background-color: #dedede;
}

.no-backgroundsize .searchArea .heading {
	height: 81px;
	background-image: url(../images/ttl_search-pc.png);
}

.entryArea .heading {
	margin: 0 0 37px;
	padding-bottom: 45px;
}

.entryArea .heading:before {
	padding-top: 14.35547%;
}

.entryArea .heading:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 1px;
	margin: 0 auto;
	background-color: #dedede;
}

.no-backgroundsize .entryArea .heading {
	height: 147px;
	background-image: url(../images/ttl_entry-pc.png);
}

@media screen and (min-width: 641px) {
 
	.reasonArea .heading {
		background-image: url(../images/ttl_reason-pc.png);
	}

	.jobCaseArea .heading {
		background-image: url(../images/ttl_job-pc.png);
	}

	.clinicArea .heading {
		background-image: url(../images/ttl_clinic-pc.png);
	}

	.flowArea .heading {
		background-image: url(../images/ttl_flow-pc.png);
	}

	.consultantArea .heading {
		background-image: url(../images/ttl_consultant-pc.png);
	}

	.searchArea .heading {
		background-image: url(../images/ttl_search-pc.png);
	}

	.entryArea .heading {
		background-image: url(../images/ttl_entry-pc.png);
	}
}

@media screen and (max-width: 640px) {
 
	.reasonArea .heading {
		margin-bottom: 20px;
		padding-bottom: 18px;
		background-image: url(../images/ttl_reason-sp.png);
	}

	.reasonArea .heading:before {
		padding-top: 22.89855%;
	}

	.reasonArea .heading:after {
		width: 34px;
	}

	.jobCaseArea .heading {
		margin-bottom: 20px;
		padding-bottom: 18px;
		background-image: url(../images/ttl_job-sp.png);
	}

	.jobCaseArea .heading:before {
		padding-top: 22.31884%;
	}

	.jobCaseArea .heading:after {
		width: 34px;
	}

	.clinicArea .heading {
		margin-bottom: 20px;
		background-image: url(../images/ttl_clinic-sp.png);
	}

	.clinicArea .heading:before {
		padding-top: 11.44928%;
	}

	.flowArea .heading {
		margin-bottom: 20px;
		padding-bottom: 20px;
		background-image: url(../images/ttl_flow-sp.png);
	}

	.flowArea .heading:before {
		padding-top: 12.02899%;
	}

	.flowArea .heading:after {
		width: 34px;
	}

	.consultantArea .heading {
		margin-bottom: 25px;
		background-image: url(../images/ttl_consultant-sp.png);
	}

	.consultantArea .heading:before {
		padding-top: 12.02899%;
	}

	.searchArea .heading {
		margin-bottom: 20px;
		padding-bottom: 18px;
		background-image: url(../images/ttl_search-sp.png);
	}

	.searchArea .heading:before {
		padding-top: 13.47826%;
	}

	.searchArea .heading:after {
		width: 34px;
	}

	.entryArea .heading {
		margin-bottom: 20px;
		padding-bottom: 20px;
		background-image: url(../images/ttl_entry-sp.png);
	}

	.entryArea .heading:before {
		padding-top: 23.18841%;
	}

	.entryArea .heading:after {
		width: 34px;
	}
}

/* ボタン
------------------------- */

.btn {
	display: inline-block;
	position: relative;
	border: none;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.btn:hover {
	text-decoration: none;
}

.btn-rd {
	color: #fff;
	background-image: -moz-linear-gradient(top, #fff 0%, #000 100%);
	background-image: -webkit-linear-gradient(top, #fff 0%, #000 100%);
	background-image: linear-gradient(to bottom, #fff 0%, #000 100%);
	background-color: #ab1133;
	background-blend-mode: soft-light;
}

.no-backgroundblendmode .btn-rd {
	background-image: -moz-linear-gradient(top, #d13872 0%, #75010b 100%);
	background-image: -webkit-linear-gradient(top, #d13872 0%, #75010b 100%);
	background-image: linear-gradient(to bottom, #d13872 0%, #75010b 100%);
	background-color: #ab1133;
}

.btn-rd:visited {
	color: #fff;
}

.csstransitions .btn-rd:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.15s;
}

.csstransitions .btn-rd:hover:before {
	opacity: 0.2;
}

.btn-gd {
	color: #fff;
	background-image: -moz-linear-gradient(top, #fff 0%, #000 100%);
	background-image: -webkit-linear-gradient(top, #fff 0%, #000 100%);
	background-image: linear-gradient(to bottom, #fff 0%, #000 100%);
	background-color: #a5600f;
	background-blend-mode: soft-light;
}

.no-backgroundblendmode .btn-gd {
	background-image: -moz-linear-gradient(top, #cd9c32 0%, #6e2601 100%);
	background-image: -webkit-linear-gradient(top, #cd9c32 0%, #6e2601 100%);
	background-image: linear-gradient(to bottom, #cd9c32 0%, #6e2601 100%);
	background-color: #a5600f;
}

.btn-gd:visited {
	color: #fff;
}

.csstransitions .btn-gd:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.15s;
}

.csstransitions .btn-gd:hover:before {
	opacity: 0.2;
}

.btn-nbl {
	color: #fff;
	background-image: -moz-linear-gradient(top, #fff 0%, #000 100%);
	background-image: -webkit-linear-gradient(top, #fff 0%, #000 100%);
	background-image: linear-gradient(to bottom, #fff 0%, #000 100%);
	background-color: #1c2f55;
	background-blend-mode: soft-light;
}

.no-backgroundblendmode .btn-nbl {
	background-image: -moz-linear-gradient(top, #516e93 0%, #040a1d 100%);
	background-image: -webkit-linear-gradient(top, #516e93 0%, #040a1d 100%);
	background-image: linear-gradient(to bottom, #516e93 0%, #040a1d 100%);
	background-color: #1c2f55;
}

.btn-nbl:visited {
	color: #fff;
}

.csstransitions .btn-nbl:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.15s;
}

.csstransitions .btn-nbl:hover:before {
	opacity: 0.2;
}

.btn-gy {
	color: #fff;
	background-image: -moz-linear-gradient(top, #fff 0%, #000 100%);
	background-image: -webkit-linear-gradient(top, #fff 0%, #000 100%);
	background-image: linear-gradient(to bottom, #fff 0%, #000 100%);
	background-color: #9c9c9c;
	background-blend-mode: soft-light;
}

.no-backgroundblendmode .btn-gy {
	background-image: -moz-linear-gradient(top, #c7c7c7 0%, #616060 100%);
	background-image: -webkit-linear-gradient(top, #c7c7c7 0%, #616060 100%);
	background-image: linear-gradient(to bottom, #c7c7c7 0%, #616060 100%);
	background-color: #9c9c9c;
}

.btn-gy:visited {
	color: #fff;
}

.csstransitions .btn-gy:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.15s;
}

.csstransitions .btn-gy:hover:before {
	opacity: 0.2;
}

/* テキスト
------------------------- */

.font-mincho {
	font-family: 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN W3', YuMincho, '游明朝', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.font-en {
	font-family: 'Libre Baskerville', serif;
}

.br {
	display: inline-block;
}

.caps {
	text-transform: uppercase;
}

/* フォームパーツ
------------------------- */

.select-surface {
	display: inline-block;
	position: relative;
	overflow: hidden;
	border: 1px solid #d7d7d7;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lte-ie8 .select-surface {
	border: none;
}

.select-surface:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	z-index: 1;
	margin-top: -3.5px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 7px 6px;
	border-top-color: #000;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lte-ie8 .select-surface:after {
	content: none;
}

.select-surface .select {
	display: block;
	position: relative;
	z-index: 2;
	width: 150%;
	width: calc(100% + 5em);
	line-height: 1.57143;
	margin: 0;
	padding: 13px 48px 13px 15px;
	border: none;
	background-color: transparent;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lte-ie8 .select-surface .select {
	display: inline-block;
	width: auto;
	border: 1px solid #d7d7d7;
	padding: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

@media screen and (max-width: 640px) {
 
	.select-surface {
		border-radius: 3px;
	}

	.select-surface:after {
		right: 10px;
	}

	.select-surface .select {
		line-height: 1.23529;
		padding: 7px 32px 7px 8px;
	}

	.select-surface-sp {
		display: inline-block;
		position: relative;
		overflow: hidden;
		border: 1px solid #d7d7d7;
		border-radius: 3px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.select-surface-sp:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		z-index: 1;
		margin-top: -3.5px;
		width: 0;
		height: 0;
		border: solid transparent;
		border-width: 7px 6px;
		border-top-color: #000;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.select-surface-sp .select {
		display: block;
		position: relative;
		z-index: 2;
		width: 150%;
		width: calc(100% + 5em);
		line-height: 1.23529;
		margin: 0;
		padding: 7px 32px 7px 8px;
		border: none;
		background-color: transparent;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/* 非表示要素
------------------------- */

.hidden-pc {
	display: none;
}

.br-tab,
.br-sp {
	display: none;
}

.br-tab.br-pc,
.br-sp.br-pc,
.br-pc {
	display: inline-block;
}

@media screen and (max-width: 640px) {
 
	.hidden-pc.hidden-sp,
    .hidden-tab.hidden-sp,
    .hidden-sp {
		display: none;
	}

	.hidden-tab.hidden-pc,
    .hidden-pc,
    .hidden-tab {
		display: block;
	}

	.br-tab.br-pc,
    .br-pc,
    .br-tab {
		display: none;
	}

	.br-pc.br-sp,
    .br-tab.br-sp,
    .br-sp {
		display: inline-block;
	}
}

/* --------------------------------------------------

Layout Setting

-------------------------------------------------- */

body {
	min-width: 1040px;
	background-attachment: scroll !important;
}

#page {
	overflow-x: hidden;
}

.l-fixed {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}

.l-row {
	position: relative;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
 
	body {
		min-width: 0;
	}

	.l-fixed {
		width: auto;
		padding-right: 13px;
		padding-left: 13px;
	}
}

/* --------------------------------------------------

Header Style

-------------------------------------------------- */

/* ヘッダー
------------------------- */

.siteHeader {
	height: 90px;
	background-color: #fff;
}

.siteHeader .l-fixed {
	width: 1040px;
}

.siteHeader .telInfoBox {
	position: absolute;
	top: 21px;
	right: 0;
	width: 250px;
}

.siteHeader .telInfo {
	margin: 0;
	color: #666;
	font-size: 1.2em;
}

.siteHeader .telNum {
	display: block;
	width: 232px;
	height: 35px;
	margin-bottom: 6px;
	background: url(../images/img_tel01-pc.png) no-repeat;
	cursor: default;
}

.siteID {
	margin: 0;
	padding-top: 13px;
	padding-left: 2px;
}

.tagLine {
	position: absolute;
	top: 30px;
	left: 346px;
/*    width: 253px;*/
    width: 278px;
    height: 35px;
	background: url(../images/txt_tag_line.png) no-repeat;
}

@media screen and (max-width: 640px) {
 
	#page {
		padding-top: 43px;
	}

	.siteHeader {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		height: auto;
	}

	.siteHeader .l-fixed {
		display: table;
		width: 100%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.siteHeader .siteID,
        .siteHeader .telInfoBox,
        .siteHeader .menuToggleBox {
		display: table-cell;
		height: 43px;
		vertical-align: middle;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.siteHeader .telInfoBox {
		position: static;
		width: 41.83673%;
		text-align: right;
		padding-right: 8px;
	}

	.siteHeader .telInfo {
		display: inline-block;
		font-size: 0.6em;
		text-align: left;
	}

	.siteHeader .telNum {
/*
		width: 104px;
        height: 11px;
*/
        width: 100%;
        height: 22px;
		background: url(../images/img_tel01-sp.png) no-repeat;
/*
        margin-bottom: 3px;
        background-size: 104px auto;*/
        margin-bottom: 0;
        background-size: 100% auto;
        cursor: pointer;
	}

	.siteID {
		width: 51.02041%;
		padding: 0 8px 0 0;
	}

	.siteID .logo {
		width: 142px;
		height: auto;
	}

	.menuToggleBox {
		width: 7.14286%;
	}

	.menuToggleBtn {
		display: block;
		float: right;
		width: 21px;
		height: 100%;
		padding: 0;
		background: url(../images/ico_toggle.png) no-repeat center center;
		background-size: 100% 13px;
	}
}

/* メニュー
------------------------- */

#js-menuPanel,
#js-floatingMenu {
	display: none;
}

.is-firstView-pass #js-floatingMenu {
	display: block;
}

.pageMenu {
	width: 100%;
	background-color: #a30f2d;
}

.is-firstView-pass .pageMenu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.pageMenu .l-fixed {
	width: 1040px;
}

.pageMenu .menuList {
	line-height: 1.33333;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.8em;
}

.pageMenu .menuList li {
	position: relative;
	float: left;
	height: 80px;
	border-left: 1px solid #bd2a47;
}

.pageMenu .menuList a {
	display: block;
	padding: 24px 0 32px;
	color: #fff;
	background-color: #a30f2d;
	background-image: url(../images/arrow_menu-pc.png);
	background-repeat: no-repeat;
	background-position: center 54px;
	text-decoration: none;
	text-align: center;
	transition: background-color 0.15s;
}

.pageMenu .menuList a:visited {
	color: #fff;
}

.pageMenu .menuList a:hover {
	background-color: #c86f81;
}

.pageMenu .menuList .c01 {
	width: 180px;
	border-left: none;
}

.pageMenu .menuList .c02 {
	width: 150px;
}

.pageMenu .menuList .c03 {
	width: 170px;
}

.pageMenu .menuList .c04 {
	width: 168px;
}

.pageMenu .menuList .c05 {
	width: 208px;
}

.pageMenu .menuList .c06 {
	width: 159px;
}

@media screen and (max-width: 640px) {
 
	#js-menuPanel {
		display: block;
	}

	#js-floatingMenu {
		display: none;
	}

	.is-firstView-pass #js-floatingMenu {
		display: none;
	}

	.pageMenu {
		position: fixed;
		top: 0;
		left: 0;
		opacity: 0;
		transition: opacity 0.15s;
	}

	.is-firstView-pass .pageMenu {
		z-index: -1;
	}

	.is-pageMenu-sp-show .pageMenu {
		z-index: 100;
		opacity: 1;
	}

	.pageMenu .l-fixed {
		width: auto;
		padding-right: 0;
		padding-left: 0;
	}

	.pageMenu .ttl {
		height: 43px;
		margin: 0;
		background: url(../images/ttl_menu.png) no-repeat 13px center;
		background-size: 42px auto;
	}

	.pageMenu .menuCloseBtn {
		position: absolute;
		top: 13px;
		right: 15px;
		width: 17px;
		height: 17px;
		padding: 0;
		background: url(../images/ico_close.png) no-repeat center center;
		background-size: 17px auto;
	}

	.pageMenu .menuList {
		line-height: 1.30769;
		font-size: 1.3em;
	}

	.pageMenu .menuList li {
		float: none;
		height: auto;
		border-top: 1px solid #bd2a47;
		border-left: none;
	}

	.pageMenu .menuList a {
		padding: 12px 13px 12px;
		background-image: none;
		text-align: left;
	}

	.pageMenu .menuList a:before {
		content: '';
		position: absolute;
		top: 0;
		right: 10px;
		bottom: 0;
		margin: auto 0;
		width: 8px;
		height: 8px;
		border: 8px solid transparent;
		border-left: 8px solid #fff;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.pageMenu .menuList .c01,
        .pageMenu .menuList .c02,
        .pageMenu .menuList .c03,
        .pageMenu .menuList .c04,
        .pageMenu .menuList .c05,
        .pageMenu .menuList .c06 {
		width: auto;
	}
}

/* --------------------------------------------------

Footer Style

-------------------------------------------------- */

.siteFooter {
	padding: 62px 0 40px;
	color: #fff;
	background-color: #242424;
}

.siteFooter .l-fixed {
	margin-bottom: 38px;
}

.companyInfoBox {
	float: left;
	width: 524px;
}

.companyInfoBox .heading {
	margin: 0 0 36px;
	background-image: url(../images/ttl_company-pc.png);
}

.companyInfoBox .heading:before {
	padding-top: 5.34351%;
}

.no-generatedcontent .companyInfoBox .heading {
	height: 28px;
}

.table-companyInfo {
	width: 100%;
	line-height: 1.71429;
	font-size: 1.4em;
}

.table-companyInfo th,
    .table-companyInfo td {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #555;
}

.table-companyInfo tr:first-child th,
    .table-companyInfo tr:first-child td {
	border-top: none;
}

.table-companyInfo th {
	width: 102px;
	font-weight: normal;
	text-align: left;
}

.footerMapBox {
	float: right;
	width: 450px;
}

.footerDiv {
	width: 100%;
	overflow: hidden;
	padding-top: 32px;
	border-top: 1px solid #444;
}

.copyright {
	line-height: 1.30769;
	margin: 0;
	color: #7c7c7c;
	font-size: 1.3em;
	text-align: center;
}

.copyright small {
	font-size: 1em;
}

@media screen and (max-width: 640px) {
 
	.siteFooter {
		padding: 26px 0 20px;
	}

	.siteFooter .l-fixed {
		margin-bottom: 20px;
	}

	.companyInfoBox {
		float: none;
		width: auto;
		margin-bottom: 7px;
	}

	.companyInfoBox .heading {
		margin-bottom: 20px;
		background-image: url(../images/ttl_company-sp.png);
		background-size: contain;
	}

	.companyInfoBox .heading:before {
		padding-top: 13.55932%;
	}

	.table-companyInfo {
		line-height: 1.6;
		font-size: 1em;
	}

	.table-companyInfo th,
        .table-companyInfo td {
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.table-companyInfo th {
		width: 56px;
	}

	.footerMapBox {
		float: none;
		width: auto;
	}

	.footerMapBox .gMap {
		width: 100%;
		height: 196px;
	}

	.footerDiv {
		padding: 16px 13px 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.copyright {
		font-size: 0.9em;
	}

	.copyright small {
		font-size: 1em;
	}
}

/* --------------------------------------------------

メインビジュアルエリア

-------------------------------------------------- */

/* メインビジュアル
------------------------- */

.mainVisualArea {
	position: relative;
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.no-backgroundsize .mainVisualArea {
	background: url(../images/bg_main-pc.jpg) no-repeat center top;
	height: 519px;
}

.mainVisualArea:before {
	display: block;
	content: '';
	padding-top: 32.4375%;
}

.mainVisualArea .container-pc {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.mainVisualArea .l-fixed {
	height: 100%;
}

.mainCatch {
	position: absolute;
	top: 6.93642%;
	right: 0;
	width: 56.25%;
	min-height: 327px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

.mainCatch:before {
	display: block;
	content: '';
	padding-top: 56.77083%;
}

.mainCatch .txt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.no-backgroundsize .mainCatch {
	height: 327px;
	background-image: url(../images/txt_main_catch-pc.png);
}

.no-backgroundsize .mainCatch .txt {
	position: static;
}

.subCatch {
	position: absolute;
	top: 67%;
	right: 0;
	left: 0;
	width: 100%;
	min-height: 0px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

.subCatch:before {
	display: block;
	content: '';
	padding-top: 6%;
}

.subCatch .txt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.no-backgroundsize .subCatch {
	height: 20px;
	background-image: url(../images/txt_sub_catch-pc.png);
}

.no-backgroundsize .subCatch .txt {
	position: static;
}

@media screen and (min-width: 641px) {
 
	.mainVisualArea {
		background-image: url(../images/bg_main-pc.jpg);
	}

	.mainCatch {
		background-image: url(../images/txt_main_catch-pc.png);
	}
	.subCatch {
		background-image: url(../images/txt_sub_catch-pc.png);
	}	
}

@media screen and (max-width: 640px) {
 
	.mainVisualArea {
		min-height: 0;
		background-image: none;
	}

	.mainVisualArea:before {
		content: none;
	}

	.mainVisualArea .container-pc {
		position: static;
	}

	.mainVisualArea .l-fixed {
		height: auto;
		padding: 0;
	}

	.mainVisual-sp {
		position: relative;
		min-height: 149px;
		background: url(../images/bg_main-sp.jpg) no-repeat left top;
		background-size: cover;
	}

	.mainVisual-sp:before {
		display: block;
		content: '';
		padding-top: 50%;
	}

	.mainVisual-sp .container-sp {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.mainCatch {
		top: 10%;
		right: 15px;
		width: 55%;
		min-height: 112px;
		background-image: url(../images/txt_main_catch-sp.png);
	}

	.mainCatch:before {
		padding-top: 63.63636%;
	}
	.subCatch {
		top: 86%;
		right: 0px;
		left: 10px;
		width: 95%;
		min-height: 10px;
		background-image: url(../images/txt_sub_catch-sp.png);
	}

	.subCatch:before {
		padding-top: 6%;
	}	
}

/* スライダー
------------------------- */

.mainVisualArea .jobSliderArea {
	position: absolute;
	left: 0;
	bottom: 0;
}

.jobSliderArea {
	width: 100%;
	background-color: #fff;
}

.jobDataList {
	line-height: 1.25;
	margin: 0;
	padding: 8px 20px;
	font-size: 1.6em;
}

.jobDataList dt {
	position: relative;
	width: 80px;
	padding: 1px 0;
	color: #8e8064;
	white-space: nowrap;
}

.jobDataList dt:after {
	content: '：';
	position: absolute;
	top: 1px;
	right: 0;
	color: #888;
}

.jobDataList dd {
	margin: -1.375em 0 0;
	padding: 1px 0 1px 80px;
}

@media screen and (max-width: 640px) {
 
	.mainVisualArea .jobSliderArea {
		position: static;
	}

	.jobDataList {
		line-height: 1.4;
		margin: 0;
		padding: 8px 10px;
		font-size: 1em;
	}

	.jobDataList dt {
		width: 50px;
	}

	.jobDataList dd {
		margin-top: -1.6em;
		padding-left: 50px;
	}
}

/* --------------------------------------------------

コンタクト情報

-------------------------------------------------- */

.goEntryBtn {
	line-height: 0;
	margin: 0;
	text-align: center;
}

.goEntryBtn .btn {
	width: 512px;
	padding: 15px 0 24px;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.goEntryBtn .txt {
	display: inline-block;
	width: 269px;
	height: 41px;
	background-image: url(../images/txt_btn_go_entry-pc.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.telNumBtn .telNum {
	cursor: default;
}

.telNumBtn .text {
	cursor: text;
}

.firstContactArea {
	padding: 34px 0;
	border-top: 1px solid #dedede;
	background-color: #f9f9f9;
}

.firstContactArea .catch {
	position: relative;
	line-height: 1.68182;
	margin: 0 0 26px;
	font-size: 2.2em;
	text-align: center;
}

.firstContactArea .catch:before,
    .firstContactArea .catch:after {
	position: absolute;
	top: -34px;
	color: #eee;
	font-size: 4.68182em;
	font-style: italic;
	font-family: 'Libre Baskerville', serif;
}

.firstContactArea .catch:before {
	content: '\201C';
	left: 40px;
}

.firstContactArea .catch:after {
	content: '\201D';
	right: 40px;
}

.firstContactArea .catch .em {
	line-height: 1.07692;
	border-bottom: 1px solid;
	color: #a30f2d;
	font-weight: normal;
	font-size: 1.18182em;
}

.firstContactArea .l-row {
	width: 960px;
}

.firstContactArea .l-colL {
	float: left;
	width: 572px;
}

.firstContactArea .l-colR {
	float: right;
	width: 372px;
}

.firstContactArea .telInfo {
	margin: 0;
	padding-top: 6px;
	font-size: 1.6em;
}

.firstContactArea .telInfo .telNum {
	display: block;
	width: 335px;
	height: 50px;
	margin-bottom: 6px;
	background: url(../images/img_tel02-pc.png) no-repeat;
}

.lastContactArea {
	overflow: hidden;
	border-top: 1px solid #efefef;
}

.lastContactArea .l-fixed {
	height: 200px;
	padding-top: 46px;
}

.lastContactArea .image {
	position: absolute;
	right: 43px;
	bottom: -20px;
	z-index: -1;
	width: 400px;
	height: 266px;
}

.lastContactArea .catch {
	height: 51px;
	margin: 0 0 26px 120px;
	background-image: url(../images/txt_contact_catch-pc.png);
	background-repeat: no-repeat;
}

.lastContactArea .telInfo {
	margin: 0 0 0 118px;
	font-size: 1.5em;
}

.lastContactArea .telInfo .telNum {
	display: block;
	width: 432px;
	height: 60px;
	margin-bottom: 10px;
	background: url(../images/img_tel03-pc.png) no-repeat;
}

.contactBox {
	padding: 21px 60px 36px;
	border: 1px solid #d4d4d4;
	background-color: #fff;
}

.contactBox .catch {
	line-height: 1.81818;
	margin: 0 0 22px;
	font-size: 2.2em;
	text-align: center;
}

.contactBox .catch .em {
	line-height: 1.07692;
	border-bottom: 1px solid;
	color: #a30f2d;
	font-weight: normal;
	font-size: 1.18182em;
}

.contactBox .l-row {
	width: 100%;
}

.contactBox .l-colL {
	float: left;
	width: 512px;
}

.contactBox .l-colR {
	float: right;
	width: 343px;
}

.contactBox .telInfo {
	margin: 0;
	padding-top: 6px;
	font-size: 1.6em;
}

.contactBox .telInfo .telNum {
	display: block;
	width: 335px;
	height: 50px;
	margin-bottom: 6px;
	background: url(../images/img_tel02-pc.png) no-repeat;
}

@media screen and (max-width: 640px) {
 
	.goEntryBtn .btn {
		width: 84.05797%;
		margin-bottom: 10px;
		padding: 6px 0 11px;
		-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	}

	.goEntryBtn .txt {
		width: 150px;
		height: 18px;
		background-image: url(../images/txt_btn_go_entry-sp.png);
		background-size: 100% auto;
	}

	.telNumBtn {
		display: inline-block;
		overflow: hidden;
		width: 84.05797%;
		padding: 6px 0 6px;
		border: 1px solid #cc336a;
		border-radius: 5px;
		background-image: -moz-linear-gradient(top, #fff 0%, #e7e7e7 100%);
		background-image: -webkit-linear-gradient(top, #fff 0%, #e7e7e7 100%);
		background-image: linear-gradient(to bottom, #fff 0%, #e7e7e7 100%);
		background-color: #e7e7e7;
		text-align: center;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.telNumBtn .btnTxtBlock {
		display: inline-block;
		position: relative;
		padding-left: 34px;
		text-align: left;
	}

	.telNumBtn .btnTxtBlock:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 22px;
		height: 18px;
		margin: auto 0;
		background: url(../images/ico_tel.png) no-repeat;
		background-size: 22px 18px;
	}

	.telNumBtn .telNum {
		cursor: pointer;
	}

	.telNumBtn .text {
		cursor: pointer;
	}

	.firstContactArea {
		padding: 20px 0 18px;
		border-top: none;
	}

	.firstContactArea .catch {
		line-height: 1.63636;
		margin: 0 0 11px;
		font-size: 1.1em;
	}

	.firstContactArea .catch:before,
        .firstContactArea .catch:after {
		top: -17px;
		font-size: 4em;
	}

	.firstContactArea .catch:before {
		left: 0;
	}

	.firstContactArea .catch:after {
		right: 0;
	}

	.firstContactArea .catch .em {
		line-height: 1.15385;
		font-size: 1.18182em;
	}

	.firstContactArea .catch .block-sp {
		display: inline-block;
	}

	.firstContactArea .l-row {
		width: auto;
	}

	.firstContactArea .l-colL {
		float: none;
		width: auto;
	}

	.firstContactArea .l-colR {
		float: none;
		width: auto;
	}

	.firstContactArea .telInfo {
		padding-top: 0;
		font-size: 0.8em;
		text-align: center;
	}

	.firstContactArea .telInfo .telNum {
		width: 147px;
		height: 27px;
		margin-bottom: 4px;
		background: url(../images/img_tel02-sp.png) no-repeat;
		background-size: 100% auto;
	}

	.lastContactArea .l-fixed {
		height: 100px;
		padding-top: 23px;
	}

	.lastContactArea .image {
		bottom: 0;
		right: -17px;
		width: 170px;
		height: auto;
	}

	.lastContactArea .catch {
		height: 24px;
		margin: 0 0 9px;
		background-image: url(../images/txt_contact_catch-sp.png);
		background-size: auto 100%;
	}

	.lastContactArea .telInfo {
		margin: 0;
		font-size: 0.8em;
	}

	.lastContactArea .telNumBtn {
		width: 74.4898%;
	}

	.lastContactArea .telInfo .telNum {
		width: 147px;
		height: 27px;
		margin-bottom: 4px;
		background: url(../images/img_tel02-sp.png) no-repeat;
		background-size: 100% auto;
	}

	.contactBox {
		margin: 0 -13px;
		padding: 21px 13px 18px;
		border-width: 1px 0 0;
	}

	.contactBox .catch {
		line-height: 1.61538;
		margin: 0 0 11px;
		font-size: 1.3em;
	}

	.contactBox .catch .em {
		line-height: 1.125;
		font-size: 1.23077em;
	}

	.contactBox .catch .block-sp {
		display: inline-block;
	}

	.contactBox .l-row {
		width: auto;
	}

	.contactBox .l-colL {
		float: none;
		width: auto;
	}

	.contactBox .l-colR {
		float: none;
		width: auto;
	}

	.contactBox .telInfo {
		padding-top: 0;
		font-size: 0.8em;
		text-align: center;
	}

	.contactBox .telInfo .telNum {
		width: 147px;
		height: 27px;
		margin-bottom: 4px;
		background: url(../images/img_tel02-sp.png) no-repeat;
		background-size: 100% auto;
	}
}

/* --------------------------------------------------

選ばれ続ける3つの理由

-------------------------------------------------- */

.reasonArea {
	width: 100%;
	padding: 66px 0 5px;
	border-top: 1px solid #e1e1e1;
	background-image: url(../images/bg_texture01.png);
}

.sec-reason {
	width: 100%;
	margin-bottom: 70px;
}

.sec-reason .l-colL {
	float: left;
	width: 530px;
}

.sec-reason .l-colR {
	float: right;
	width: 416px;
	overflow: hidden;
	border: 2px solid #efefef;
	text-align: center;
}

.sec-reason .l-colR .img-resp {
	width: 420px;
	max-width: 420px;
	margin: -2px;
}

.sec-reason .ttl {
	position: relative;
	min-height: 90px;
	line-height: 1.38462;
	padding-left: 118px;
	margin: 0 0 0.84615em;
	border-bottom: 1px solid #e1e1e1;
	font-weight: normal;
	font-size: 2.6em;
}

.sec-reason .ttl .font-en {
	position: absolute;
	top: -16px;
	left: 0;
	color: #a30f2d;
	font-style: italic;
	font-size: 3.15385em;
}

.sec-reason .ttl .em {
	color: #a30f2d;
	font-weight: normal;
	font-size: 1.15385em;
	letter-spacing: -1px;
}

.sec-reason p {
	line-height: 1.73333;
	color: #444;
	font-size: 1.5em;
}

.sec-reason-rev .l-colL {
	float: right;
}

.sec-reason-rev .l-colR {
	float: left;
}

@media screen and (max-width: 640px) {
 
	.reasonArea {
		padding: 30px 0 10px;
		background-size: 55px 55px;
	}

	.sec-reason {
		margin-bottom: 20px;
	}

	.sec-reason .l-colL {
		float: none;
		width: auto;
	}

	.sec-reason .l-colR {
		float: none;
		width: auto;
		border-width: 1px;
	}

	.sec-reason .l-colR .img-resp {
		width: 100.58309%;
		max-width: 690px;
		margin: -1px;
	}

	.sec-reason .ttl {
		min-height: 50px;
		line-height: 1.33333;
		padding-left: 61px;
		margin: 0 0 1em;
		font-size: 1.5em;
	}

	.sec-reason .ttl .font-en {
		top: -9px;
		font-size: 3em;
	}

	.sec-reason .ttl .em {
		font-size: 1.13333em;
	}

	.sec-reason p {
		line-height: 1.5;
		font-size: 1.2em;
	}

	.sec-reason-rev .l-colL {
		float: right;
	}

	.sec-reason-rev .l-colR {
		float: left;
	}
}

/* --------------------------------------------------

優良求人紹介

-------------------------------------------------- */

.jobCaseArea {
	width: 100%;
	padding: 70px 0;
	border-top: 1px solid #dedede;
	background-color: #f9f9f9;
}

.jobBoxRow {
	width: 100%;
	margin-bottom: 40px;
}

.jobBoxRow .jobBox:nth-child(even) {
	margin-right: 0;
}

.jobBoxRow .nth-child-2n {
	margin-right: 0;
}

.jobBox {
	position: relative;
	float: left;
	width: 500px;
	margin: 0 20px 23px 0;
	border: 1px solid #a30f2d;
	background-color: #fff;
	-webkit-box-shadow: 3px 3px 0 0 #dfd2d5;
	box-shadow: 3px 3px 0 0 #dfd2d5;
}

.jobBox:after {
	content: '';
	position: absolute;
	top: -1px;
	right: -4px;
	width: 34px;
	height: 34px;
	background-image: url(../images/bg_job_box-pc.png);
	background-repeat: no-repeat;
}

.jobBox-inner {
	padding: 0 20px 20px;
}

.jobBox-header {
	display: table;
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px solid #d9c5c8;
	font-size: 1em;
}

.jobBox-header .jobCase,
    .jobBox-header .jobCaseTitle {
	display: table-cell;
	vertical-align: middle;
}

.jobCase {
	width: 118px;
	padding: 0 6px;
	color: #bd7d84;
	font-size: 1.6em;
}

.jobCase .num {
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	font-style: italic;
	font-size: 2.25em;
}

.jobCaseTitle {
	line-height: 1.23077em;
	margin: 0;
	padding: 10px 0;
	color: #a30f2d;
	font-weight: normal;
	font-size: 2.2em;
}

.jobCondition {
	width: 100%;
	line-height: 1.26667;
	margin: 0;
	font-size: 1.5em;
}

.jobCondition th,
    .jobCondition td {
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
}

.jobCondition th {
	width: 150px;
	font-weight: normal;
	text-align: left;
}

.jobCondition .dl {
	position: relative;
	padding-right: 60px;
}

.jobCondition .dl:after {
	content: '……';
	position: absolute;
	right: 20px;
	top: 0;
}

@media screen and (max-width: 640px) {
 
	.jobCaseArea {
		padding: 30px 0 0;
	}

	.jobBoxRow {
		margin-bottom: 30px;
	}

	.jobBox {
		float: none;
		width: auto;
		margin: 0 0 15px;
		-webkit-box-shadow: 2px 2px 0 0 #dfd2d5;
		box-shadow: 2px 2px 0 0 #dfd2d5;
	}

	.jobBox:after {
		content: '';
		position: absolute;
		top: -1px;
		right: -3px;
		width: 23px;
		height: 23px;
		background-image: url(../images/bg_job_box-sp.png);
		background-size: 23px 23px;
	}

	.jobBox-inner {
		padding: 0 10px 10px;
	}

	.jobBox-header {
		margin-bottom: 8px;
	}

	.jobCase {
		width: 70px;
		padding: 0 4px;
		font-size: 1em;
	}

	.jobCase .num {
		margin-top: -3px;
		font-size: 2.1em;
	}

	.jobCaseTitle {
		line-height: 1.26667em;
		padding: 5px 0;
		font-size: 1.5em;
	}

	.jobCondition {
		line-height: 1.33333;
		font-size: 1.2em;
	}

	.jobCondition th,
        .jobCondition td {
		padding-top: 1px;
		padding-bottom: 1px;
	}

	.jobCondition th {
		width: 110px;
	}

	.jobCondition .dl {
		padding-right: 40px;
	}

	.jobCondition .dl:after {
		right: 10px;
	}
}

/* --------------------------------------------------

ご紹介クリニック紹介

-------------------------------------------------- */

.clinicArea {
	width: 100%;
	padding-top: 70px;
	border-top: 1px solid #dedede;
	background-image: url(../images/bg_texture01.png);
}

.clinicContBox {
	position: relative;
	width: 100%;
	height: 481px;
	padding-top: 64px;
	border-top: 1px solid #efefef;
	background-color: #fff;
	background-image: url(../images/bg_clinic-pc.jpg);
	background-position: center top;
}

.clinicContBox .catch {
	position: relative;
	z-index: 1;
	margin: 0 0 53px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

.clinicContBox .catch:before {
	content: '';
	display: block;
	padding-top: 7.03125%;
}

.no-backgroundsize .clinicContBox .catch {
	height: 72px;
	background-image: url(../images/txt_clinic01-pc.png);
}

.clinicContBox .catch .txt {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.no-backgroundsize .clinicContBox .catch .txt {
	position: static;
}

.clinicContBox .logo {
	position: relative;
	z-index: 1;
	width: 687px;
	margin: 0 auto;
	background: url(../images/img_clinic_logo.png) no-repeat center top;
	background-size: contain;
}

.clinicContBox .logo:before {
	content: '';
	display: block;
	padding-top: 43.377%;
}

.no-backgroundsize .clinicContBox .logo {
	height: 298px;
}

.clinicContBox .logo .list {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.no-backgroundsize .clinicContBox .logo .list {
	position: static;
}

@media screen and (min-width: 641px) {
 
	.clinicContBox .catch {
		background-image: url(../images/txt_clinic01-pc.png);
	}
}

@media screen and (max-width: 640px) {
 
	.clinicArea {
		padding-top: 30px;
		background-size: 55px 55px;
	}

	.clinicContBox {
		height: auto;
		padding-top: 15px;
		padding-bottom: 20px;
		background-image: none;
	}

	.clinicContBox:after {
		content: '';
		position: absolute;
		top: -26px;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../images/bg_clinic-sp.png) no-repeat;
		background-size: contain;
	}

	.clinicContBox .catch {
		margin-bottom: 14px;
		background-image: url(../images/txt_clinic01-sp.png);
	}

	.clinicContBox .catch:before {
		padding-top: 30.28986%;
	}

	.clinicContBox .logo {
		width: 91.6%;
	}
}

/* --------------------------------------------------

転職までの流れ

-------------------------------------------------- */

.flowArea {
	width: 100%;
	padding: 70px 0 63px;
	border-top: 1px solid #dbdbdb;
	background-color: #f9f9f9;
}

.flowArea .catch {
	position: relative;
	line-height: 1.59091;
	margin: 0;
	font-size: 2.2em;
	text-align: center;
}

.flowArea .catch:before,
    .flowArea .catch:after {
	position: absolute;
	top: -34px;
	color: #eee;
	font-size: 4.68182em;
	font-style: italic;
	font-family: 'Libre Baskerville', serif;
}

.flowArea .catch:before {
	content: '\201C';
	left: 30px;
}

.flowArea .catch:after {
	content: '\201D';
	right: 30px;
}

.flowArea .catch .em {
	line-height: 1.07692;
	border-bottom: 1px solid;
	color: #a30f2d;
	font-weight: normal;
	font-size: 1.18182em;
}

.flowList {
	line-height: 1.625;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.6em;
}

.stepRow {
	display: table;
	position: relative;
	width: 100%;
	margin-bottom: 41px;
	border: 1px solid #a30f2d;
	background-color: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.no-display-table .stepRow {
	display: block;
	overflow: hidden;
}

.stepRow .step,
.stepRow .cap {
	display: table-cell;
	vertical-align: middle;
}

.stepRow .step {
	width: 288px;
	height: 88px;
	background-repeat: no-repeat;
	background-position: left center;
}

.no-display-table .stepRow .step {
	float: left;
}

.stepRow .txt {
	display: none;
}

.stepRow .cap {
	padding: 5px 20px;
}

.stepRow .cap:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: -46px;
	left: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border: solid transparent;
	border-width: 17px 20px;
	border-top-color: #a30f2d;
}

.no-display-table .stepRow .cap {
	float: right;
	width: 696px;
}

.stepRow a,
.stepRow a:visited {
	color: #a30f2d;
}

.stepRow-last {
	margin-bottom: 57px;
}

.stepRow-last .cap:before {
	content: none;
}

.lte-ie8 .stepRow .step-01 {
	background-image: url(../images/bg_flow_step01-pc.png);
}

.lte-ie8 .stepRow .step-02 {
	background-image: url(../images/bg_flow_step02-pc.png);
}

.lte-ie8 .stepRow .step-03 {
	background-image: url(../images/bg_flow_step03-pc.png);
}

.lte-ie8 .stepRow .step-04 {
	background-image: url(../images/bg_flow_step04-pc.png);
}

.lte-ie8 .stepRow .step-05 {
	background-image: url(../images/bg_flow_step05-pc.png);
}

@media screen and (min-width: 641px) {
 
	.stepRow .step-01 {
		background-image: url(../images/bg_flow_step01-pc.png);
	}

	.stepRow .step-02 {
		background-image: url(../images/bg_flow_step02-pc.png);
	}

	.stepRow .step-03 {
		background-image: url(../images/bg_flow_step03-pc.png);
	}

	.stepRow .step-04 {
		background-image: url(../images/bg_flow_step04-pc.png);
	}

	.stepRow .step-05 {
		background-image: url(../images/bg_flow_step05-pc.png);
	}
}

@media screen and (max-width: 640px) {
 
	.flowArea {
		padding: 30px 0;
	}

	.flowArea .catch {
		line-height: 1.63636;
		font-size: 1.1em;
	}

	.flowArea .catch:before,
        .flowArea .catch:after {
		top: -17px;
		font-size: 4em;
	}

	.flowArea .catch:before {
		left: 0;
	}

	.flowArea .catch:after {
		right: 0;
	}

	.flowArea .catch .em {
		line-height: 1.15385;
		font-size: 1.18182em;
	}

	.flowArea .catch .block-sp {
		display: inline-block;
	}

	.flowList {
		line-height: 1.5;
		font-size: 1em;
	}

	.stepRow {
		margin-bottom: 15px;
	}

	.stepRow .step {
		width: 98px;
		height: 75px;
		background-size: 100% auto;
	}

	.stepRow .cap {
		padding: 5px 7px;
	}

	.stepRow .cap:before {
		bottom: -19px;
		border-width: 7px 8px;
	}

	.stepRow .step-01 {
		height: 54px;
		background-image: url(../images/bg_flow_step01-sp.png);
	}

	.stepRow .step-02 {
		background-image: url(../images/bg_flow_step02-sp.png);
	}

	.stepRow .step-03 {
		background-image: url(../images/bg_flow_step03-sp.png);
	}

	.stepRow .step-04 {
		background-image: url(../images/bg_flow_step04-sp.png);
	}

	.stepRow .step-05 {
		background-image: url(../images/bg_flow_step05-sp.png);
	}

	.stepRow-last {
		margin-bottom: 22px;
	}
}

/* --------------------------------------------------

コンサルタント紹介

-------------------------------------------------- */

.consultantArea {
	width: 100%;
	padding: 70px 0;
	border-top: 1px solid #e1e1e1;
	background-image: url(../images/bg_texture01.png);
}

.consultantRow {
	width: 100%;
	padding: 50px 0 0;
	border-top: 1px solid #e1e1e1;
}

.consultantRow .l-colL {
	float: left;
	width: 176px;
	overflow: hidden;
	margin-bottom: 50px;
	border: 2px solid #efefef;
	text-align: center;
}

.consultantRow .l-colL .img-resp {
	max-width: 180px;
	margin: -2px;
}

.consultantRow .l-colR {
	float: right;
	width: 804px;
	padding-left: 40px;
}

.consultantRow .name {
	line-height: 1.42857;
	margin: -4px 0 10px;
	color: #303030;
	font-weight: normal;
	font-size: 2.8em;
}

.consultantRow .name .font-mincho {
	display: block;
	color: #9e9e9e;
	font-size: 0.42857em;
	letter-spacing: 2px;
}

.consultantRow p {
	line-height: 1.73333;
	margin: 0 0 1.73333em;
	color: #444;
	font-size: 1.5em;
}

.consultantRow p:last-child {
	margin-bottom: 2.93333em;
}

@media screen and (max-width: 640px) {
 
	.consultantArea {
		padding: 30px 0 0;
		background-size: 55px 55px;
	}

	.consultantRow {
		padding-top: 20px;
	}

	.consultantRow .l-colL {
		width: 25.85034%;
		margin-bottom: 20px;
		border-width: 1px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.consultantRow .l-colL .img-resp {
		width: 101%;
		margin: -1px;
	}

	.consultantRow .l-colR {
		width: 74.14966%;
		padding-left: 17px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.consultantRow .name {
		line-height: 1.47059;
		margin: -4px 0 6px;
		font-size: 1.7em;
	}

	.consultantRow .name .font-mincho {
		font-size: 0.52941em;
		letter-spacing: 1px;
	}

	.consultantRow p {
		line-height: 1.54545;
		margin-bottom: 1.54545em;
		font-size: 1.1em;
	}

	.consultantRow p:last-child {
		margin-bottom: 1.7em;
	}
}

/* --------------------------------------------------

最新の求人紹介・検索

-------------------------------------------------- */

.searchArea {
	width: 100%;
	padding: 70px 0;
	border-top: 1px solid #e1e1e1;
	background-color: #f9f9f9;
}

.recentJobList {
	width: 100%;
	overflow: hidden;
	margin: 0 0 18px;
	padding: 0;
	list-style-type: none;
}

.recentJobList li {
	float: left;
	width: 318px;
	margin: 0 32px 29px 0;
	border: 1px solid #efefef;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 0 0 #d2d2d2;
	box-shadow: 0 3px 0 0 #d2d2d2;
}

.recentJobList li:nth-child(3n) {
	margin-right: 0;
}

.recentJobList li.nth-child-3n {
	margin-right: 0;
}

.recentJobList .link-block {
	padding: 24px 14px;
}

.recentJobList .l-row {
	width: 100%;
	overflow: hidden;
}

.recentJobList .tn {
	float: left;
	width: 120px;
}

.recentJobList .cap {
	float: left;
	width: 152px;
	padding-left: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.recentJobList .link-block:hover .cap {
	text-decoration: none;
}

.recentJobList .more {
	line-height: 0;
	padding-top: 17px;
	text-align: center;
}

.recentJobList .btn {
	width: 100%;
	padding: 10px 0;
	border-radius: 3px;
}

.recentJobList .txt {
	display: inline-block;
	width: 73px;
	height: 15px;
	background: url(../images/txt_btn_more.png) no-repeat;
	font-size: 1em;
}

.csstransitions .recentJobList .link-block:hover .btn:before {
	opacity: 0.2;
}

.ttl-searchHead {
	position: relative;
	line-height: 0;
	margin: 0;
	padding: 16px 28px 15px;
	border-radius: 5px 5px 0 0;
	color: #fff;
	background-image: -moz-linear-gradient(top, #030000 0%, #929292 100%);
	background-image: -webkit-linear-gradient(top, #030000 0%, #929292 100%);
	background-image: linear-gradient(to bottom, #030000 0%, #929292 100%);
	background-color: #223963;
	background-blend-mode: soft-light;
}

.no-backgroundblendmode .ttl-searchHead {
	background-image: -moz-linear-gradient(top, #060d26 0%, #2a426b 100%);
	background-image: -webkit-linear-gradient(top, #060d26 0%, #2a426b 100%);
	background-image: linear-gradient(to bottom, #060d26 0%, #2a426b 100%);
	background-color: #223963;
}

.ttl-searchHead:before {
	content: '';
	display: inline-block;
	width: 37px;
	height: 37px;
	vertical-align: middle;
	margin-right: 16px;
	background-image: url(../images/ico_search01.png);
	background-repeat: no-repeat;
	background-position: 0 -60px;
}

.ttl-searchHead .txt {
	display: inline-block;
	width: 156px;
	height: 23px;
	vertical-align: middle;
	background: url(../images/txt_search_head-pc.png) no-repeat;
}

.jobSearchField {
	border: 1px solid #efefef;
	background-color: #fff;
}

.jobSearchField .l-row {
	width: 940px;
	padding: 25px 41px 30px;
}

.jobSearchField .l-colL,
    .jobSearchField .l-colC {
	float: left;
	width: 280px;
	margin-right: 50px;
}

.jobSearchField .l-colR {
	float: left;
	width: 280px;
}

.jobSearchField .l-colF {
	clear: both;
	width: 100%;
	margin-top: 15px;
	padding-top: 20px;
	border-top: 1px solid #e1e1e1;
}

.jobSearchField .ttl {
	display: block;
	position: relative;
	width: 100%;
	height: 35px;
	background-repeat: no-repeat;
	background-position: 36px 10px;
}

.jobSearchField .ttl:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 35px;
	background-image: url(../images/ico_search02.png);
	background-repeat: no-repeat;
}

.jobSearchField .note {
	clear: both;
	width: 100%;
	line-height: 1.4;
	margin: 0;
	padding: 15px 0 0;
	color: #636363;
	font-size: 1.5em;
	text-align: center;
}

.jobSearchField .select {
	width: 100%;
	line-height: 1.93333;
	padding: 0;
	border: 1px solid #e4e4e4;
	font-size: 1.5em;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.jobSearchField .select option {
	border-bottom: 1px solid #e4e4e4;
	background-color: #fbe8e8;
}

.jobSearchField .select .no-bg {
	background-color: transparent;
}

.jobSearchField .text {
	width: 100%;
	line-height: 1.53333;
	padding: 12px 15px;
	border: 1px solid #e4e4e4;
	background-color: #fff;
	font-size: 1.5em;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lte-ie8 .jobSearchField .text {
	width: 908px;
	height: 47px;
	line-height: 47px;
	padding-top: 0;
	padding-bottom: 0;
	box-sizing: content-box;
}

.jobSearchField .buttonField {
	margin: 0;
	padding: 22px 0 26px;
	background-color: #f3f3f3;
	text-align: center;
}

.jobSearchField .btn {
	width: 500px;
	line-height: 0;
	padding: 20px 0 18px;
	border-radius: 3px;
}

.csstransitions .jobSearchField .btn:before {
	border-radius: 3px;
}

.jobSearchField .btn .txt {
	display: inline-block;
	width: 147px;
	height: 29px;
	background-image: url(../images/txt_search-pc.png);
	background-repeat: no-repeat;
}

.ttl-searchArea {
	margin-bottom: 17px;
	background-image: url(../images/txt_search_area-pc.png);
}

.ttl-searchEmploy {
	margin-bottom: 17px;
	background-image: url(../images/txt_search_employ-pc.png);
}

.ttl-searchTreat {
	margin-bottom: 17px;
	background-image: url(../images/txt_search_treat-pc.png);
}

.ttl-searchWord {
	margin-bottom: 14px;
	background-image: url(../images/txt_search_word-pc.png);
}

@media screen and (max-width: 640px) {
 
	.searchArea {
		padding: 30px 0;
	}

	.recentJobList {
		margin-bottom: 12px;
	}

	.recentJobList li {
		float: none;
		width: 100%;
		margin: 0 0 6px;
		-webkit-box-shadow: 0 2px 0 0 #d2d2d2;
		box-shadow: 0 2px 0 0 #d2d2d2;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.recentJobList .link-block {
		position: relative;
		padding: 10px 30px 10px 10px;
	}

	.recentJobList .link-block:after {
		content: '';
		position: absolute;
		top: 0;
		right: 10px;
		bottom: 0;
		width: 12px;
		height: 12px;
		margin: auto 0;
		border-top: 1px solid #cdcdcd;
		border-right: 1px solid #cdcdcd;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.recentJobList .l-row {
		display: table;
		width: 100%;
	}

	.recentJobList .tn,
        .recentJobList .cap {
		display: table-cell;
	}

	.recentJobList .tn {
		float: none;
		width: 28.4585%;
		vertical-align: top;
	}

	.recentJobList .cap {
		float: none;
		width: 71.5415%;
		vertical-align: middle;
		padding-left: 10px;
	}

	.ttl-searchHead {
		padding: 7px 8px;
		border-radius: 3px 3px 0 0;
	}

	.ttl-searchHead:before {
		width: 29px;
		height: 28px;
		margin-right: 10px;
		background-position: 0 0;
		background-size: 30px 50px;
	}

	.ttl-searchHead .txt {
		width: 102px;
		height: 16px;
		background: url(../images/txt_search_head-sp.png) no-repeat;
		background-size: 102px auto;
	}

	.jobSearchField .l-row {
		width: auto;
		padding: 10px 14px 13px;
	}

	.jobSearchField .l-colL,
    .jobSearchField .l-colC {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.jobSearchField .l-colR {
		float: none;
		width: auto;
		margin-bottom: 15px;
	}

	.jobSearchField .l-colF {
		width: auto;
		margin-top: 0;
		padding-top: 13px;
	}

	.jobSearchField .ttl {
		height: 18px;
		background-position: 16px 2px;
	}

	.jobSearchField .ttl:before {
		width: 10px;
		height: 18px;
		background-size: 10px auto;
	}

	.jobSearchField .note {
		line-height: 1.5;
		padding-top: 5px;
		color: #0a0a0a;
		font-size: 1em;
		text-align: left;
	}

	.jobSearchField .select-surface-sp {
		width: 100%;
	}

	.jobSearchField .select {
		width: 150%;
		width: calc(100% + 5em);
		line-height: 1.23529;
		padding: 7px 32px 7px 8px;
		border: none;
		background-color: transparent;
		font-size: 17px;
	}

	.jobSearchField .select option {
		border-bottom: none;
		background-color: transparent;
	}

	.jobSearchField .select .no-bg {
		background-color: transparent;
	}

	.jobSearchField .text {
		line-height: 1.23529;
		padding: 7px 8px;
		border-radius: 3px;
		font-size: 17px;
		-webkit-appearance: none;
	}

	.jobSearchField .pl-hidden-sp::-webkit-input-placeholder {
		color: transparent;
	}

	.jobSearchField .pl-hidden-sp:-moz-placeholder {
		color: transparent;
	}

	.jobSearchField .pl-hidden-sp::-moz-placeholder {
		color: transparent;
	}

	.jobSearchField .pl-hidden-sp:-ms-input-placeholder {
		color: transparent;
	}

	.jobSearchField .pl-hidden-sp:placeholder-shown {
		color: transparent;
	}

	.jobSearchField .buttonField {
		margin: 0;
		padding: 13px 0 15px;
	}

	.jobSearchField .btn {
		width: 74.4898%;
		padding: 9px 0 9px;
		border-radius: 2px;
	}

	.csstransitions .jobSearchField .btn:before {
		border-radius: 2px;
	}

	.jobSearchField .btn .txt {
		width: 81px;
		height: 16px;
		background-image: url(../images/txt_search-sp.png);
		background-size: 81px auto;
	}

	.ttl-searchArea {
		margin-bottom: 8px;
		background-image: url(../images/txt_search_area-sp.png);
		background-size: 60px auto;
	}

	.ttl-searchEmploy {
		margin-bottom: 8px;
		background-image: url(../images/txt_search_employ-sp.png);
		background-size: 60px auto;
	}

	.ttl-searchTreat {
		margin-bottom: 8px;
		background-image: url(../images/txt_search_treat-sp.png);
		background-size: 58px auto;
	}

	.ttl-searchWord {
		margin-bottom: 8px;
		background-image: url(../images/txt_search_word-sp.png);
		background-size: 117px auto;
	}
}

/* --------------------------------------------------

登録フォーム

-------------------------------------------------- */

.entryArea {
	width: 100%;
	border-top: 1px solid #e1e1e1;
	background-image: url(../images/bg_texture01.png);
}

.entryArea .l-fixed {
	width: 902px;
	padding: 60px;
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	background-color: #fff;
}

.table-form {
	width: 100%;
	line-height: 1.71429;
	margin-bottom: 40px;
	font-size: 1.4em;
}

.table-form th {
	width: 170px;
	vertical-align: top;
	padding: 21px 10px 21px 0;
	font-weight: normal;
	text-align: left;
}

.table-form td {
	padding: 8px 0;
}

.table-form .req {
	color: #f00;
}

.table-form .text {
	line-height: 1.57143;
	padding: 13px 15px;
	border: 1px solid #d7d7d7;
	background-color: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lte-ie8 .table-form .text {
	height: 48px;
	line-height: 48px;
	padding-top: 0;
	padding-bottom: 0;
	box-sizing: content-box;
}

.table-form .textarea {
	line-height: 1.57143;
	padding: 13px 0 13px 15px;
	border: 1px solid #d7d7d7;
	background-color: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lte-ie8 .table-form .textarea {
	box-sizing: content-box;
}

.table-form .placeholder {
	color: #aaa;
}

.table-form .radio,
.table-form .checkbox {
	position: relative;
	top: -1px;
	vertical-align: middle;
	margin-top: 3px;
	margin-bottom: 3px;
}

.table-form label {
	display: inline-block;
}

.table-form .wXsml {
	width: 70px;
}

.lte-ie8 .table-form .wXsml {
	width: 38px;
}

.table-form .wSml {
	width: 100px;
}

.lte-ie8 .table-form .wSml {
	width: 68px;
}

.table-form .wMid {
	width: 480px;
}

.lte-ie8 .table-form .wMid {
	width: 448px;
}

.table-form .wFull {
	width: 100%;
}

.lte-ie8 .table-form .wFull {
	width: 688px;
}

.table-form .mb10 {
	margin-bottom: 10px;
}

.termsBox {
	height: 154px;
	overflow: auto;
	padding: 9px 0 9px 25px;
	border: 1px solid #d7d7d7;
	background-color: #fbfbfb;
}

.buttonField {
	width: 100%;
	overflow: hidden;
	margin-top: 45px;
	text-align: center;
}

.btn-confirm {
	width: 600px;
	line-height: 1;
	padding: 29px 0;
	border-radius: 3px;
	font-size: 2.6em;
}

.btn-submit {
	display: inline;
	float: right;
	width: 270px;
	line-height: 1;
	margin-right: 170px;
	padding: 29px 0;
	border-radius: 3px;
	font-size: 2.6em;
	color: #ffebc0;
}

.btn-submit:visited {
	color: #ffebc0;
}

.btn-back {
	display: inline;
	float: left;
	width: 270px;
	line-height: 1;
	margin-left: 170px;
	padding: 29px 0;
	border-radius: 3px;
	font-size: 2.6em;
}

.thanksMsgBox {
	width: 800px;
	margin: 0 auto;
}

.thanksMsgBox .catch {
	padding-top: 70px;
	margin: 0 0 40px;
	background-image: url(../images/ico_check.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-size: 2.4em;
}

.thanksMsgBox p {
	line-height: 1.875;
	margin-bottom: 1.875em;
	font-size: 1.6em;
	text-align: center;
}

.thanksMsgBox a {
	color: #a30f2d;
	text-decoration: none;
}

.thanksMsgBox a:visited {
	color: #a30f2d;
}

.thanksMsgBox a:hover {
	text-decoration: underline;
}

.backToTopBtn {
	line-height: 1;
	font-size: 1.7em;
	text-align: center;
}

.backToTopBtn .btn {
	width: 300px;
	padding: 19px 0;
	border-radius: 3px;
}

.backToTopBtn .btn-gy {
	background-color: #666;
}

.no-backgroundblendmode .backToTopBtn .btn-gy {
	background-image: -moz-linear-gradient(top, #a1a1a1 0%, #2b2a2a 100%);
	background-image: -webkit-linear-gradient(top, #a1a1a1 0%, #2b2a2a 100%);
	background-image: linear-gradient(to bottom, #a1a1a1 0%, #2b2a2a 100%);
	background-color: #666;
}

@media screen and (max-width: 640px) {

	.form-confirm #page,
	.form-thanks #page {
		padding-top: 0;
	}

	.entryArea {
		padding-top: 30px;
		padding-bottom: 30px;
		background-image: none;
	}

	.entryArea .l-fixed {
		width: auto;
		padding: 0 13px;
		border-right: none;
		border-left: none;
	}

	.table-form {
		line-height: 1.66667;
		margin-bottom: 8px;
		font-size: 1.2em;
	}

	.table-form th,
        .table-form td {
		display: list-item;
		list-style-type: none;
	}

	.table-form th {
		width: auto;
		padding: 0 0 3px;
	}

	.table-form td {
		padding: 0 0 10px;
	}

	.table-form .text {
		line-height: 1.23529;
		padding: 7px 8px;
		border-radius: 3px;
		font-size: 17px;
		-webkit-appearance: none;
	}

	.table-form .text::-webkit-input-placeholder {
		line-height: 1.75;
		font-size: 12px;
	}

	.table-form .text:-moz-placeholder {
		line-height: 1.75;
		font-size: 12px;
	}

	.table-form .text::-moz-placeholder {
		line-height: 1.75;
		font-size: 12px;
	}

	.table-form .text:-ms-input-placeholder {
		line-height: 1.75;
		font-size: 12px;
	}

	.table-form .text:placeholder-shown {
		line-height: 1.75;
		font-size: 12px;
	}

	.table-form .textarea {
		line-height: 1.23529;
		padding: 7px 8px;
		border-radius: 3px;
		font-size: 17px;
		-webkit-appearance: none;
	}

	.table-form .select-surface {
		width: 100%;
	}

	.table-form .select {
		font-size: 17px;
	}

	.table-form .wXsml {
		width: 14.62585%;
	}

	.table-form .wSml {
		width: 27.21088%;
	}

	.table-form .wMid {
		width: 100%;
	}

	.table-form .mb10 {
		margin-bottom: 8px;
	}

	.termsBox {
		height: 109px;
		padding: 0 8px;
		border-radius: 3px;
	}

	.termsBox p {
		line-height: 1.5;
		font-size: 1em;
	}

	.buttonField {
		margin-top: 20px;
	}

	.btn-confirm {
		width: 74.2029%;
		padding: 11px 0;
		border-radius: 2px;
		font-size: 1.8em;
	}

	.btn-submit {
		display: block;
		float: none;
		width: 74.2029%;
		margin: 0 auto 10px;
		padding: 11px 0;
		border-radius: 2px;
		font-size: 1.8em;
	}

	.btn-back {
		display: block;
		float: none;
		width: 74.2029%;
		margin: 0 auto;
		padding: 11px 0;
		border-radius: 2px;
		font-size: 1.8em;
	}

	.thanksMsgBox {
		width: auto;
	}
	
	.thanksMsgBox .catch {
		padding-top: 35px;
		margin: 0 0 20px;
		background-size: 35px auto;
		font-size: 1.5em;
	}
	
	.thanksMsgBox p {
		line-height: 1.54545;
		margin-bottom: 1.54545em;
		font-size: 1.1em;
		text-align: left;
	}

	.backToTopBtn {
		font-size: 1.6em;
	}
	
	.backToTopBtn .btn {
		width: 73.35244%;
		padding: 12px 0;
		border-radius: 2px;
	}
}

/* --------------------------------------------------

プラグイン用

-------------------------------------------------- */

/* slick.js
------------------------- */

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	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);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[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;
}

/* Customize */

.slick-slide {
	border-left: 1px solid #b99426;
}

.slick-current {
	border-left-color: transparent;
}

.slick-list {
	border: 1px solid #b99426;
	border-width: 1px 1px 0;
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 50px;
	height: 100px;
	overflow: hidden;
	margin-top: -50px;
	padding: 0;
	border: none;
	background-color: #8e8064;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
	outline: none;
}

.slick-prev:after,
.slick-next:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 20px 17px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.slick-prev {
	left: -55px;
}

.slick-prev:after {
	right: 20px;
	border-right-color: #fff;
}

.slick-next {
	right: -55px;
}

.slick-next:after {
	left: 20px;
	border-left-color: #fff;
}

@media screen and (max-width: 640px) {
 
	.slick-current {
		border-left-color: #b99426;
	}

	.slick-list {
		border-width: 1px 0;
	}

	.slick-prev,
    .slick-next {
		width: 20px;
		height: 42px;
		margin-top: -21px;
	}

	.slick-prev:after,
    .slick-next:after {
		margin-top: -8px;
		border-width: 8px 7px;
	}

	.slick-prev {
		left: 0;
	}

	.slick-prev:after {
		right: 8px;
		border-right-color: #fff;
	}

	.slick-next {
		right: 0;
	}

	.slick-next:after {
		left: 8px;
		border-left-color: #fff;
	}
}

/* uniform.js
------------------------- */

/* General settings */

div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
	background-image: url("../images/bg_form_parts.png");
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
}

div.selector,
div.checker,
div.button,
div.radio,
div.uploader {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
    /* Keeping this as: focus to remove browser styles */
	;
}

div.selector:focus,
div.checker:focus,
div.button:focus,
div.radio:focus,
div.uploader:focus {
	outline: 0;
}

div.selector,
div.selector *,
div.radio,
div.radio *,
div.checker,
div.checker *,
div.uploader,
div.uploader *,
div.button,
div.button * {
	margin: 0;
	padding: 0;
}

.highContrastDetect {
	width: 0px;
	height: 0px;
}

/* Radio */

div.radio {
	position: relative;
}

div.radio,
    div.radio span,
    div.radio input {
	width: 20px;
	height: 20px;
}

div.radio span {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
	background-position: 0 0;
}

div.radio span.checked {
	background-position: -50px 0;
}

div.radio input {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
}

@media screen and (max-width: 640px) {
 
	div.selector,
    div.selector span,
    div.checker span,
    div.radio span,
    div.uploader,
    div.uploader span.action,
    div.button,
    div.button span {
		background-size: 48px 48px;
	}

	div.radio,
    div.radio span,
    div.radio input {
		width: 20px;
		height: 20px;
	}

	div.radio span {
		background-position: 0 -24px;
	}

	div.radio span.checked {
		background-position: -24px -24px;
	}
}

.l-footer__navWrap {
	width: 100%;
	overflow: hidden;
	margin-bottom: 18px;
}

.l-footer__nav {
	line-height: 1.28571;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.4em;
	text-align: center;
}

.l-footer__nav li {
	display: inline;
}

.l-footer__nav li:before {
	content: '｜';
	margin-right: 13px;
	margin-left: 8px;
	color: #4f4f4f;
}

.l-footer__nav li:first-child:before {
	content: none;
}

.l-footer__nav a {
	color: #fff;
	text-decoration: none;
}

.l-footer__nav a:visited {
	color: #fff;
}

.l-footer__nav a:hover {
	text-decoration: underline;
}

.side-fixed-button {
    display: block;
    position: fixed;
/*
    width: 8rem;
    right: -20rem;
*/
    width: 200px;
    margin: 0;
    padding: 0;
    right: 0;
    bottom: 90px;
    z-index: 8000;
    transition: all 0.2s ease-out;
    outline-style: none;
}
.side-fixed-button img{
    width: 100%;
}
/*
.side-fixed-button .line{
    width: 200px;
}
*/
.side-fixed-button.is-show {
    right: 0;
}
.side-fixed-button .buttons{
/*    margin-bottom: 2rem;*/
    list-style-type: none;
}
/*
.side-fixed-button .buttons:first-child {
    position: absolute;
    width: 200px;
    top: -80px;
    right: 0;
}
*/
/*
.side-fixed-button .buttons:last-child {
    margin-bottom: 0;
}
*/
@media screen and (max-width: 640px) {
    .side-fixed-button {
        bottom: 0;
        width: 40%;
    }
/*
    .side-fixed-button .line{
        width: 30%;
    }
*/
}

/* --------------------------------------------------

プリント用 補正

-------------------------------------------------- */

@media print {
 
	body {
		overflow: visible;
	}
}