@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
main {
	display: block;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}
address {
	font-style: normal;
}
caption,
th,
td {
	font-weight: 400;
	text-align: left; /* font-size: 12px; */
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	border: 0;
	height: 1px;
	border-bottom: 1px solid #ccc;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
button {
	border: none;
	background: none;
	display: block;
	cursor: pointer;
}
textarea,
input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
button,
a {
	text-decoration: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
img {
	border: 0 none;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
body {
	word-break: break-all;
	line-break: strict;
	word-break: normal !important;
	word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}
.clr:after {
	content: ' ';
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
.clr {
	display: inline-block;
	min-height: 1%;
}
* html .clr {
	height: 1%;
}
.clr {
	display: block;
}
a:focus,
*:focus {
	outline: none;
}
form {
	display: inline;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding: 0;
	font-size: 16px;
	border: 0;
	border-radius: 0;
}
select::-ms-expand {
	display: none;
}
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
	font-size: 16px;
	border-radius: 0;
}
input[type='text'],
input[type='number'],
input[type='time'],
input[type='week'],
input[type='month'],
input[type='date'],
input[type='datetime'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='tel'],
input[type='search'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	border: 0;
	outline: none;
	background: transparent;
	border-radius: 0;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.noBar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.noBar::-webkit-scrollbar {
	display: none;
}
.content-box {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
@media screen and (min-width: 768px) {
	a[href^='tel:'] {
		pointer-events: none;
	}
}
html body .sp-block,
html body .sp-inline,
html body .sp-inlineB,
html body .sp-flex {
	display: none;
}
@media only screen and (max-width: 767px) {
	html body .sp-none {
		display: none;
	}
	html body .sp-block {
		display: block;
		margin-top: 16px;
		font-size: 12px;
	}
	html body .sp-flex {
		display: flex;
	}
	html body .sp-inline {
		display: inline;
	}
	html body .sp-inlineB {
		display: inline-block;
	}
	html body .sp-brNone br {
		display: none;
	}
}

/* 要素設定 */
body {
	color: #333;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	letter-spacing: 0;
}

button,
select,
textarea,
input {
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	color: #000;
	font-size: 14px;
}

.font-en {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 0;
}
.font-i {
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.font-i.person:before {
	content: 'person';
}
.font-i.calendar_month:before {
	content: 'calendar_month';
}
.font-i.note_stack:before {
	content: 'note_stack';
}
.font-i.group:before {
	content: 'group';
}
.font-i.devices:before {
	content: 'devices';
}
.font-i.inbox:before {
	content: 'inbox';
}
.font-i.import_contacts:before {
	content: 'import_contacts';
}
.font-i.star:before {
	content: 'star';
}
.font-i.mail:before {
	content: 'mail';
}
.font-i.account_circle:before {
	content: 'account_circle';
}
.font-i.videocam:before {
	content: 'videocam';
}
.font-i.check:before {
	content: 'check';
}
.font-i.send:before {
	content: 'send';
}
.font-i.article:before {
	content: 'article';
}
.font-i.download:before {
	content: 'download';
}
.font-i.reply:before {
	content: 'reply';
}
.font-i.id_card:before {
	content: 'id_card';
}
.font-i.school:before {
	content: 'school';
}
.font-i.apartment:before {
	content: 'apartment';
}
.font-i.Badge:before {
	content: 'Badge';
}
.font-i.lock:before {
	content: 'lock';
}
.font-i.close:before {
	content: 'close';
}
.font-i.cancel:before {
	content: 'cancel';
}

.font-i.info:before {
	content: 'info';
}
.font-i.search:before {
	content: 'search';
}
.font-i.corporate_fare:before {
	content: 'corporate_fare';
}
.font-i.favorite:before {
	content: 'favorite';
}
.font-i.quiz:before {
	content: 'quiz';
}
.font-i.local_fire_department:before {
	content: 'local_fire_department';
}
.font-i.work:before {
	content: 'work';
}
.font-i.location_on:before {
	content: 'location_on';
}
.font-i.heart_plus:before {
	content: 'heart_plus';
}
.font-i.approval_delegation:before {
	content: 'approval_delegation';
}
.font-i.calendar_clock:before {
	content: 'calendar_clock';
}
.font-i.manage_search:before {
	content: 'manage_search';
}
.font-i.edit_document:before {
	content: 'edit_document';
}
.font-i.license:before {
	content: 'license';
}
.font-i.laptop_chromebook:before {
	content: 'laptop_chromebook';
}
.font-i.build:before {
	content: 'build';
}
.font-i.bookmark_star:before {
	content: 'bookmark_star';
}
.font-i.close_small:before {
	content: 'close_small';
}
.font-i.category:before {
	content: 'category';
}
.font-i.add_circle:before {
	content: 'add_circle';
}
.font-i.sell:before {
	content: 'sell';
}
.font-i.calendar_add_on:before {
	content: 'calendar_add_on';
}
.font-i.workspaces:before {
	content: 'workspaces';
}
.font-i.workspace_premium:before {
	content: 'workspace_premium';
}

.font-i.contract:before {
	content: 'contract';
}
.font-i.kid_star:before {
	content: 'kid_star';
}
.font-i.event_note:before {
	content: 'event_note';
}
.font-i.description:before {
	content: 'description';
}
.font-i.history:before {
	content: 'history';
}
.font-i.person_edit:before {
	content: 'person_edit';
}
.font-i.edit:before {
	content: 'edit';
}
.font-i.kid_star:before {
	content: 'kid_star';
}
.font-i.done_outline:before {
	content: 'done_outline';
}
.font-i.add:before {
	content: 'add';
}
.font-i.thumb_up:before {
	content: 'thumb_up';
}
.font-i.public:before {
	content: 'public';
}
.font-i.check_circle:before {
	content: 'check_circle';
}
.font-i.step:before {
	content: 'step';
}
.font-i.link:before {
	content: 'link';
}
.font-i.badge:before {
	content: 'badge';
}
.font-i.folder:before {
	content: 'folder';
}

.font-i.live_tv:before {
	content: 'live_tv';
}
.font-i.tooltip_2:before {
	content: 'tooltip_2';
}
.font-i.book_ribbon:before {
	content: 'book_ribbon';
}
.font-i.download:before {
	content: 'download';
}
.font-i.open_in_new:before {
	content: 'open_in_new';
}
.font-i.video_library:before {
	content: 'video_library';
}
.font-i.expand_circle_right:before {
	content: 'expand_circle_right';
}
.font-i.forum:before {
	content: 'forum';
}

a {
	color: #333;
}

.mainWidth {
	padding-left: 80px;
	padding-right: 80px;
}

.mainInner {
	max-width: 1010px;
	margin: 0 auto;
}
.mainWidth2 {
	padding-left: 80px;
	padding-right: 80px;
}

.mainInner2 {
	max-width: 1010px;
	margin: 0 auto;
}

.mainInner3 {
	max-width: 421px;
	margin: 0 auto;
}

:root {
	/* メインカラー */
	--color-main: #0069e5;

	/* カラー */
	--color-black: #454b55;
	--color-gray: #90959e;
	--color-red: #ed2d39;
	--color-green: #04af65;

	/* バックカラーー */
	--background-gray: #fafbff;

	/* ホバーのバックーー */
	--hover-gray: #f2f4f8;

	/* 角丸 */
	--radius-s: 5px;
	--radius-m: 10px;
	--radius-l: 100px;

	/* 左の余白 */
	--left-margin: 270px;

	/* ボーダー */
	--border-main: solid 1px #dfe3ec;
	--border-main_bg: #dfe3ec;

	/* 影 */
	--shadow-main: 0px 2px 2px rgba(0, 0, 0, 0.05);

	/* parameter.jsで設定できる色 */
	--main_bg_color: #f8f8f8;
	--corporate_bg_color: transparent;
	--corporate_bg_color2: transparent;
	--corporate_text_color: transparent;
	--corporate_text_color2: transparent;
}

/*　mypage_topのbody
---------------------------------------------------------*/
#topFrame {
	overflow: hidden;
}

/*　ヘッダー
---------------------------------------------------------*/
#pageHeader {
	position: relative;
	z-index: 100;
}

.l-head {
	border-top: 8px solid var(--corporate_bg_color);
	position: fixed;
	z-index: 6;
	top: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	width: 270px;
	padding: 34px 0 110px 0;
	box-shadow: 1px 0px 5px rgba(0, 34, 122, 0.1);
	overflow-y: auto;
}
.l-head_logo {
	margin: 0 15%;
}
.l-head_logo:nth-child(n + 2) {
	margin-top: 40px;
	position: fixed;
	z-index: 10;
	width: 200px;
	margin: 0;
	padding: 22px 40px;
	bottom: 0px;
	background: #fff;
}

.l-head_logo a {
	display: block;
	text-align: center;
}

.l-head_logo img {
	max-height: 60px;
}

.l-head_mes {
	/* font-family: 'Inter'; */
	font-weight: 700;
	font-size: 11px;
	margin: 20px 12% 0;
	line-height: 1.2;
}
.l-head_mes p + p {
	margin-top: 6px;
}

.l-head_navi {
	margin: 24px 30px 0;
}

.l-head_navi_line {
	/* border-top: var(--border-main); */
	display: block;
	margin: 20px 0 0;
	padding-top: 20px;
	position: relative;
	z-index: 1;
}
.l-head_navi_line:before {
	content: '';
	z-index: 1;
	position: absolute;
	border-top: var(--border-main);
	top: 0;
	right: 0;
	left: 0;
}

.l-head_navi_btn1 {
	font-weight: 700;
	font-size: 13px;
	padding: 10px 0 10px 28px;
	position: relative;
	z-index: 1;
	display: block;
}

.l-head_navi_btn1.js-menuOpen2:after,
.l-head_navi_btn1.js-menuOpen2:before {
	content: '';
	z-index: 1;
	position: absolute;
	background: #333;
	width: 13px;
	height: 1px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.l-head_navi_btn1.js-menuOpen2:after {
	transform: rotate(90deg);
}
.l-head_navi_btn1.js-menuOpen2.on:after {
	display: none;
}

.l-head_navi_btn1 .font-i {
	font-size: 20px;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: -3px;
	text-align: center;
	width: 25px;
	margin: auto;
	line-height: 20px;
	height: 20px;
}
.l-head_navi_btn1 .c-icon-new {
	top: -5px;
	position: absolute;
	top: 13px;
	right: 0;
}

.l-head_navi-new::after {
	content: '';
	position: relative;
	z-index: 1;
	display: inline-block;
	background: var(--color-red);
	width: 6px;
	height: 6px;
	top: -4px;
	left: 0;
	vertical-align: middle;
	border-radius: var(--radius-l);
	left: 5px;
}

.l-head_navi_list {
	display: none;
}

.l-head_navi_list-data {
	background: var(--background-gray);
	border-radius: var(--radius-s);
	padding: 18px 9% 22px;
}

.l-head_data {
	width: 384px;
	background: var(--background-gray);
	position: fixed;
	z-index: 5;
	top: 0;
	left: 270px;
	bottom: 0;
	padding: 98px 0 0;
	overflow-y: auto;
	box-shadow: 1px 0px 5px rgba(0, 34, 122, 0.1);
	transform: translate(-105%, 0px);
	transition: transform 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.l-head_data.on {
	transform: translate(0%, 0px);
}
.l-head_data2 {
	width: 246px;
	background: #fff;
	position: fixed;
	z-index: 5;
	left: 281px;
	bottom: 100px;
	padding: 0 0;
	overflow-y: auto;
	box-shadow: 1px 0px 5px rgba(0, 34, 122, 0.1);
	border-radius: var(--radius-s);
	padding: 29px 2%;
	display: none;
}
.l-head_data2.on {
	display: block;
}
.l-head_data3 {
	display: none;
}

.l-head_navi_box2 {
	margin: 0 8.5% 0;
}
.l-head_navi_box2 + .l-head_navi_box2 {
	margin-top: 30px;
}

.l-head_navi_box2_ttl {
	font-weight: 700;
	font-size: 16px;
	padding-left: 29px;
	position: relative;
	z-index: 1;
	margin-bottom: 17px;
}
.l-head_navi_box2_ttl .font-i {
	font-size: 24px;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: -3px;
	text-align: center;
	width: 25px;
	margin: auto;
	line-height: 24px;
	height: 24px;
}
.l-head_navi_box2_list {
	/* border-top: var(--border-main); */
}
.l-head_navi_box2_list a {
	display: block;
	border-bottom: var(--border-main);
	padding: 14px 10px 14px 30px;
	font-size: 13px;
	position: relative;
	z-index: 1;
}
.l-head_navi_box2_list a:last-child {
	border-bottom: none;
}
.l-head_navi_box2_list a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 11px;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
}

.l-head_navi_box3_ttl {
	font-weight: 700;
	margin-bottom: 13px;
}
.l-head_navi_box3_list + .l-head_navi_box3_list {
	margin-top: 15px;
	padding-top: 15px;
	border-top: var(--border-main);
}
.l-head_navi_box3_list li:nth-child(n + 2) {
	margin-top: 6px;
}
.l-head_navi_box3_list a {
	font-size: 13px;
}

.l-head_menu {
	position: absolute;
	z-index: 1;
	width: 60px;
	height: 60px;
	display: block;
	right: 0;
	top: 6px;
	background: var(--color-black);
}
.l-head_menu:after,
.l-head_menu:before,
.l-head_menu span {
	content: '';
	z-index: 1;
	position: absolute;
	background: #fff;
	width: 22px;
	height: 2px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	transition: background 300ms cubic-bezier(0.18, 0.06, 0.23, 1), top 300ms cubic-bezier(0.43, 0.05, 0.17, 1), bottom 300ms cubic-bezier(0.43, 0.05, 0.17, 1),
		transform 300ms cubic-bezier(0.43, 0.05, 0.17, 1);
	transition-delay: 0s, 300ms, 300ms, 0s;
	overflow: hidden;
	text-decoration: -999px;
}
.l-head_menu span {
	transition: opacity 1ms ease;
	transition-delay: 300ms;
	opacity: 1;
}

.l-head_menu:after {
	top: 14px;
}

.l-head_menu:before {
	bottom: 14px;
}

.l-head_menu.on span {
	opacity: 0;
}

.l-head_menu.on:after,
.l-head_menu.on:before {
	transition: background 300ms cubic-bezier(0.18, 0.06, 0.23, 1), top 300ms cubic-bezier(0.43, 0.05, 0.17, 1), bottom 300ms cubic-bezier(0.43, 0.05, 0.17, 1),
		transform 300ms cubic-bezier(0.43, 0.05, 0.17, 1);
	transition-delay: 0s, 0s, 0s, 300ms;
}

.l-head_menu.on:after {
	top: 0px;
	transform: rotate(45deg);
}

.l-head_menu.on:before {
	bottom: 0px;
	transform: rotate(-45deg);
}

.l-head2 {
	border-top: solid 6px var(--corporate_bg_color);
	height: 66px;
	display: flex;
	align-items: center;
}

.l-head2_logo {
	width: 190px;
	margin: 0 0 0 5%;
}
.l-head2_logo a {
	display: block;
}
.l-head2_logo img {
	max-height: 40px;
}

.l-head3 {
	position: fixed;
	z-index: 5;
	bottom: -1px;
	left: 0;
	right: 0;
	/* height: 60px; */
	background: #ffffff;
	box-shadow: 0px -2px 3px rgba(0, 34, 122, 0.05);
	padding-bottom: calc(env(safe-area-inset-bottom) * 2);
}

.l-head3-off {
	pointer-events: none;
	color: var(--color-gray);
}

.l-head3_name {
	position: relative;
	z-index: 1;
	display: block;
}

.l-head3_btn {
	display: flex;
	margin-right: 60px;
	height: 60px;
}
.l-head3_btn a {
	width: 50%;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	font-weight: 700;
}
.l-head3 i {
	font-size: 20px;
	position: relative;
	z-index: 1;
}
.l-head3-new i:after {
	content: '';
	z-index: 1;
	position: absolute;
	background: var(--color-red);
	width: 6px;
	height: 6px;
	top: 0;
	right: -6px;
	border-radius: var(--radius-l);
}
.l-head3 .l-head_menu {
	top: 0;
}

@media screen and (min-width: 768px) {
	.l-head_navi_list-second {
		display: none !important;
	}
}

/*　メイン
---------------------------------------------------------*/
#pageMain {
	margin-left: var(--left-margin);
	position: relative;
	z-index: 1;
}

.iframe_main {
	width: 100%;
	height: 100vh;
	overflow: auto;
}

@media screen and (max-width: 767px) {
	#pageMain {
		margin-left: 0;
	}
	.iframe_main {
		height: calc(100vh - 124px);
	}
}

/*　ボタンアイコン類
---------------------------------------------------------*/

/*　ボタン類
---------------------------------------------------------*/

.c-btn1 {
	height: 94px;
	border: var(--border-main);
	box-shadow: var(--shadow-main);
	border-radius: var(--radius-s);
	letter-spacing: 0;
	text-align: center;
	padding: 24px 0 0;
	font-size: 13px;
	background: #fff;
}
.c-btn1 i {
	display: block;
	font-size: 22px;
	margin: 0 0 3px;
}
.c-btn1-off {
	pointer-events: none;
	box-shadow: none;
	background: #f5f6f9;
	color: #c6cad2;
	border-color: #f5f6f9;
}

.c-btn2 {
	position: relative;
	z-index: 1;
	font-weight: 700;
	color: var(--color-gray);
}
.c-btn2:before {
	content: '';
	z-index: -1;
	position: absolute;
	background: var(--hover-gray);
	top: -9px;
	bottom: -11px;
	right: -13px;
	left: -13px;
	border-radius: var(--radius-l);
	opacity: 0;
}
.c-btn2 .font-i {
	font-size: 20px;
	line-height: 0;
	position: relative;
	z-index: 1;
	top: 4px;
	margin-right: 6px;
}

.c-btn3 {
	border: var(--border-main);
	box-shadow: var(--shadow-main);
	border-radius: var(--radius-l);
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	width: 240px;
	background: #fff;
}
.c-btn3-black {
	border-color: var(--color-black);
	background: var(--color-black);
	color: #fff;
}

.c-btn4 {
	display: block;
	/* height: 94px; */
	border: var(--border-main);
	box-shadow: var(--shadow-main);
	border-radius: var(--radius-s);
	letter-spacing: 0;
	text-align: center;
	font-weight: 700;
	border-radius: 100px;
	padding: 15px 0 19px;
	position: relative;
	z-index: 1;
	width: 100%;
	background: #fff;
}
.c-btn4 .font-i {
	font-size: 20px;
	position: relative;
	z-index: 1;
	top: 4px;
	margin-right: 6px;
}
.c-btn4-black {
	border-color: var(--color-black);
	background: var(--color-black);
	color: #fff;
}
.c-btn4-black:nth-child(n + 2) {
	margin-left: 10px;
}
.c-btn4.disabled {
	border-color: var(--color-gray);
	background: var(--color-gray);
	pointer-events: none;
}

.c-btn5 {
	font-size: 12px;
	border: var(--border-main);
	box-shadow: var(--shadow-main);
	border-radius: var(--radius-l);
	border-radius: 100px;
	font-weight: 700;
	padding: 3px 16px 6px;
	height: 27px;
}
.c-btn5 .font-i {
	font-size: 18px;
	position: relative;
	z-index: 1;
	top: 5px;
	margin-right: 0px;
	line-height: 0;
}
.c-btn5-black {
	border-color: var(--color-black);
	background: var(--color-black);
	color: #fff;
}

.c-btn6 {
	flex: 1;
	border: var(--border-main);
	box-shadow: var(--shadow-main);
	border-radius: var(--radius-s);
	display: flex;
	align-items: center;
	padding: 10px 61px;
	position: relative;
	z-index: 1;
	background: #fff;
	font-size: 16px;
	font-weight: 700;
	min-height: 90px;
}
.c-btn6:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
}
.c-btn6 .font-i {
	font-size: 24px;
	position: absolute;
	line-height: 24px;
	height: 24px;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
}

/*　タイトル
---------------------------------------------------------*/

.c-ttl1 {
	position: relative;
	z-index: 1;
	font-weight: 700;
	font-size: 26px;

	padding: 0 0 0 30px;
}
.c-ttl1:before {
	content: '';
	z-index: 1;
	position: absolute;
	background: var(--corporate_bg_color);
	width: 6px;
	top: 4px;
	bottom: 4px;
	left: 0;
	border-radius: 0px var(--radius-s) var(--radius-s) 0px;
}
.c-ttl1Head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.c-ttl1Head .c-ttl1 {
	margin-bottom: 0;
	flex: 1;
}
.c-ttl1,
.c-ttl1Head {
	margin-bottom: 40px;
}
.c-ttl1Head_link {
	margin-right: 7px;
}
.c-ttl1Head-left {
	justify-content: flex-start;
}
.c-ttl1Head-left .c-ttl1 {
	flex: initial;
}
.c-ttl1Head-left .c-ttl1Head_txt {
	margin-left: 30px;
}
.c-ttl1Head_link a {
	/* font-weight: 700; */
	/* font-size: 14px; */
	/* color: var(--color-gray); */
}

.c-ttl2 {
	font-weight: 700;
	font-size: 18px;
	position: relative;
	z-index: 1;
	padding: 0px 0 0px 35px;
}
.c-ttl2 .font-i {
	font-size: 24px;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: -2px;
	text-align: center;
	width: 25px;
	margin: auto;
	line-height: 24px;
	height: 24px;
}
.c-ttl2Head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.c-ttl2Head .c-ttl2 {
	margin-bottom: 0;
	flex: 1;
}
.c-ttl2Head_link {
	margin-right: 7px;
}
.c-ttl2,
.c-ttl2Head {
	margin-bottom: 17px;
}

.c-ttl3 {
	font-weight: 700;
	font-size: 22px;
	position: relative;
	z-index: 1;
	padding: 0 0 9px;
	border-bottom: var(--border-main);
}
.c-ttl3:before {
	content: '';
	z-index: 1;
	position: absolute;
	background: var(--corporate_bg_color);
	width: 20px;
	height: 1px;
	bottom: -1px;
	left: 0;
}
.c-ttl3Head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.c-ttl3Head .c-ttl3 {
	margin-bottom: 0;
	flex: 1;
	border-bottom: none;
}
.c-ttl3Head_link {
	margin-right: 7px;
}
.c-ttl3,
.c-ttl3Head {
	margin-bottom: 19px;
	border-bottom: var(--border-main);
}

.c-ttl4 {
	position: relative;
	z-index: 1;
	font-weight: 700;
	font-size: 20px;
	padding: 0 0 0 16px;
	margin-bottom: 18px;
}
.c-ttl4:before {
	content: '';
	z-index: 1;
	position: absolute;
	background: var(--color-main);
	width: 4px;
	top: 4px;
	bottom: 4px;
	left: 0;
	border-radius: 0px var(--radius-s) var(--radius-s) 0px;
}

/*　画像ホバー
---------------------------------------------------------*/
.imgScale {
	transition: transform 0.35s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.imgOpacity {
	transition: opacity 0.35s cubic-bezier(0.26, 0.06, 0, 1);
}

/*　画像 cover
---------------------------------------------------------*/
img.cover {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}
img.contain {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*　スライド
---------------------------------------------------------*/
.scroll_bar::-webkit-scrollbar {
	width: 0px;
	height: 5px;
}
.scroll_bar::-webkit-scrollbar-track {
	background-color: #ccc;
}
.scroll_bar::-webkit-scrollbar-thumb {
	background-color: #37a55b;
}

/*　アンカー位置調整
---------------------------------------------------------*/
.anc1 {
	height: 0;
	position: relative;
	z-index: 1;
	top: -50px;
}

/*　フッター
---------------------------------------------------------*/
.wrapper {
	min-height: 100vh;
	position: relative;
	z-index: 1;
	/*  padding-bottom: 65px;*/
}

@media screen and (max-width: 767px) {
	.wrapper {
		position: static;
		padding-bottom: 0;
	}
}

#pageFooter {
	width: 100%;
	position: absolute;
	bottom: 0;
}

@media screen and (max-width: 767px) {
	#pageFooter {
		position: static;
	}
}

.l-foot {
	background: #6e7887;
	color: #fff;
	font-size: 10px;
}
.l-foot_inner {
	padding-top: 25px;
	padding-bottom: 25px;
}
.l-foot_copy {
	text-align: right;
}

.pagetop {
	width: 40px;
	height: 40px;
	background: #f2f4f8;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.11);
	border-radius: var(--radius-l);
	position: fixed;
	z-index: 1;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	overflow: hidden;
	text-indent: -999px;
	transition: opacity 0.5s ease;
}
.pagetop:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	bottom: 0;
	right: 0;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid var(--color-black);
	border-right: 2px solid var(--color-black);
	transform: rotate(-45deg);
}

/*　コンテンツ
---------------------------------------------------------*/
.c-content2 {
	background: var(--background-gray);
	padding-top: 60px;
	padding-bottom: 60px;
}

.c-content1 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.c-content-hidden {
	overflow: hidden;
}
.c-content-sub {
	padding-top: 36px;
	padding-bottom: 53px;
}
.c-content-msg {
	padding: 0 10px 40px;
}

/* ---------------------------------- */
.c-notData {
	font-weight: 700;
	color: var(--color-gray);
}

/* ---------------------------------- */
.c-icon-new {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	background: var(--color-red);
	color: #fff;
	font-size: 10px;
	padding: 2px 5px 1px;
	border-radius: var(--radius-l);
	position: relative;
	z-index: 1;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}
.c-icon-new:after {
	content: 'NEW';
	font-style: normal;
}
.c-icon-new2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	background: var(--color-red);
	color: #fff;
	font-size: 12px;
	padding: 4px 8px 3px;
	border-radius: var(--radius-l);
	position: relative;
	z-index: 1;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}
.c-icon-new2:after {
	content: 'NEW';
	font-style: normal;
}

/* ---------------------------------- */
.c-message_list li {
	border-bottom: var(--border-main);
}
.c-message_list li:last-child {
	border-bottom: none;
}
.c-message_list a {
	display: block;
	padding: 18px 14px;
}

.c-message_date {
	font-weight: 400;
	font-size: 14px;
	color: var(--color-gray);
	margin: 0 0 5px;
}
.c-message_date span {
	font-family: 'Noto Sans JP', sans-serif;
}
.c-message_data {
	display: flex;
	align-items: center;
	line-height: 1.7;
}
.c-message_post {
	font-weight: 500;
	font-size: 12px;
	color: var(--color-gray);
	border: var(--border-main);
	border-radius: 3px;
	line-height: 1.6;
	padding: 0 5px;
	margin-right: 10px;
	line-height: 1.5;
}
.c-message_name {
	font-size: 14px;
	height: calc(14px * 1.5 * 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-height: 1.5;
	overflow: hidden;
}
.c-message_ttl {
	font-size: 14px;
	height: calc(14px * 1.5 * 2);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.5;
	overflow: hidden;
}
.c-message_data + .c-message_ttl {
	margin-top: 5px;
}

.c-message-unread .c-message_date:after {
	content: '';
	position: relative;
	z-index: 1;
	display: inline-block;
	background: var(--color-red);
	width: 6px;
	height: 6px;
	top: -4px;
	left: 0;
	vertical-align: middle;
	border-radius: var(--radius-l);
	left: 5px;
}

.c-message-unread .c-message_date,
.c-message-unread .c-message_name,
.c-message-unread .c-message_ttl {
	font-weight: 700;
}

/* ---------------------------------- */

.c-human {
	display: flex;
	flex-wrap: wrap;
}
.c-human li {
	width: calc(33.33% - 17px);
	margin-left: 25px;
	position: relative;
	z-index: 1;
}
.c-human li:nth-child(3n + 1) {
	margin-left: 0;
}

.c-human li:nth-child(n + 4) {
	margin-top: 35px;
}

.c-human_img {
	aspect-ratio: 320 / 214;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0 0 15px;
}
.c-human_img a {
	display: block;
}

.c-human_ttl {
	font-weight: 700;
	font-size: 16px;
	max-height: calc(16px * 1.6 * 2);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.6;
	overflow: hidden;
	margin: 0 0 10px;
}
.c-human_mes {
	font-size: 12px;
	height: calc(12px * 1.5 * 3);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.5;
	overflow: hidden;
}

.c-human_date {
	font-size: 12px;
	margin-top: 23px;
	color: var(--color-gray);
}

.c-human_date span {
	font-family: 'Noto Sans JP', sans-serif;
}

/* ---------------------------------- */

.c-skill_box {
	position: relative;
	z-index: 1;
	border: var(--border-main);
	box-shadow: var(--shadow-main);
	border-radius: var(--radius-s);
	overflow: hidden;
	background: #fff;
}
.c-skill_link {
	position: absolute;
	z-index: 5;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.c-skill_tag {
	margin-bottom: 12px;
}
.c-skill_tag .c-icon-new {
	margin-right: 5px;
}
.c-skill_tag span {
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	border: solid 1px #333;
	border-radius: var(--radius-s);
	padding: 1px 5px;
}
.c-skill_img {
	aspect-ratio: 320 / 214;
	position: relative;
	z-index: 1;
	overflow: hidden;
	/* margin: 0 0 15px; */
	background: var(--background-gray);
}
.c-skill_btn {
	z-index: 10;
	margin-top: 23px;
	padding: 9px 0 13px;
}
.c-skill_btn.on {
	box-shadow: none;
}
.c-skill_btn.on .font-i:before {
	content: 'heart_minus';
	color: var(--color-red) !important;
}

.c-skill_main {
	background: #fff;
	padding: 21px 7%;
}
.c-skill_ttl {
	font-weight: 700;
	font-size: 16px;
	height: calc(16px * 1.5 * 2);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.5;
	overflow: hidden;
	margin-bottom: 12px;
}
.c-skill_img .c-icon-new2 {
	position: absolute;
	z-index: 1;
	top: 7px;
	left: 7px;
}
.c-skill_mes {
	font-size: 12px;
	height: calc(12px * 1.5 * 2);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.5;
	overflow: hidden;
	margin-bottom: 12px;
}
.c-skill_syoku_name {
	position: relative;
	z-index: 1;
	padding-left: 25px;
}
.c-skill_syoku_name .font-i {
	font-size: 20px;
	position: absolute;
	z-index: 1;
	top: -1px;
	/* bottom: 0; */
	left: -3px;
	text-align: center;
	width: 25px;
	margin: auto;
	line-height: 20px;
	height: 20px;
}
.c-skill_syoku_name:nth-child(n + 2) {
	margin-top: 9px;
}
.c-skill_teikyou {
	font-size: 12px;
	color: var(--color-gray);
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.c-skill_teikyou_ttl {
	width: 52px;
}
.c-skill_teikyou_data {
	flex: 1;
}

/* ---------------------------------- */

.c-oubo_box {
	border: var(--border-main);
	box-shadow: var(--shadow-main);
	border-radius: var(--radius-s);
	background: #fff;
	display: block;
	display: flex;
}
.c-oubo_pc_link_bg {
	position: relative;
	z-index: 1;
}
.c-oubo_pc_link_bg:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
}
.c-oubo_pc_link {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.c-oubo_cat-kari {
	color: #81afe5;
}
.c-oubo_cat-cancel {
	color: #b3b3b3;
}
.c-oubo_cat1 {
	font-size: 12px;
	border: solid 1px var(--color-main);
	border-radius: var(--radius-s);
	padding: 1px 5px;
	margin-top: 8px;
}
.c-oubo_cat2 .font-i {
	font-size: 20px;
	position: relative;
	z-index: 1;
	top: 4px;
	margin-left: 2px;
}
.c-oubo_cat3 {
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
}
.c-oubo_box:nth-child(n + 2) {
	margin-top: 40px;
}
.c-oubo_tag {
	margin-bottom: 9px;
}
.c-oubo_tag span {
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	border: solid 1px #333;
	border-radius: var(--radius-s);
	padding: 1px 5px;
	margin-right: 10px;
}
.c-oubo_cat {
	background: var(--background-gray);
	color: var(--color-main);
	border-radius: var(--radius-s);
	font-weight: 700;
	width: 160px;
	text-align: center;
	padding: 3px 0;
	/* margin: 0 34px 0 0; */
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
.c-oubo_cat_kari {
	color: var(--color-gray);
}
.c-oubo_main {
	flex: 1;
	padding: 38px 34px;
}
.c-oubo_mes {
	font-weight: 700;
	margin: 0 0 8px;
	font-size: 14px;
	max-height: calc(14px * 1.5 * 2);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.5;
	overflow: hidden;
}
.c-oubo_data {
}
.c-oubo_data_txt {
	position: relative;
	z-index: 1;
	padding-left: 25px;
}
.c-oubo_data_txt:nth-child(n + 2) {
	margin-top: 8px;
}
.c-oubo_data_txt .font-i {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 1px;
	font-size: 19px;
}
.c-oubo_bottom {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	margin-top: 28px;
}
.c-oubo_btn {
	width: 240px;
}
.c-oubo_date {
	text-align: right;
}
.c-oubo_table {
	margin-top: 10px;
	flex: 1;
}
.c-oubo_table table {
	/* margin-left: auto; */
}
.c-oubo_table th,
.c-oubo_table td {
	/* text-align: right; */
	color: var(--color-gray);
}
.c-oubo_table th {
	padding-right: 12px;
}
.c-oubo .reservation_box {
	border-top: var(--border-main);
	border-bottom: none;
	margin-top: 37px;
	padding-top: 39px;
}

@media screen and (max-width: 920px) {
	.c-oubo_box {
		display: block;
	}
	.c-oubo_cat {
		width: auto;
		padding: 13px 0;
	}
}

/* ---------------------------------- */
.c-staff {
	display: flex;
	flex-wrap: wrap;
}
.c-staff_box {
	display: flex;
}
.c-staff_box .c-icon-new2 {
	position: absolute;
	z-index: 1;
	top: 6px;
	left: 6px;
}

.c-staff_link {
	flex: 1;
	display: block;
	background: #fff;
	border: var(--border-main);
	box-shadow: var(--shadow-main);
	border-radius: var(--radius-s);
	overflow: hidden;
}

.c-staff_img {
	aspect-ratio: 320 / 240;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.c-staff_img .c-icon-new2 {
	position: absolute;
	z-index: 5;
	left: 8px;
	top: 8px;
	/* font-size: 12px; */
	/* padding: 1px 7px; */
}

.c-staff_main {
	padding: 16px 7.7%;
}
.c-staff_ttl {
	font-weight: 700;
	font-size: 16px;

	margin: 0 0 11px;
}
.c-staff_post {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4;
}
.c-staff_age {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4;
}

.c-staff .c-staff_box {
	width: calc(33.33% - 17px);
	margin-left: 25px;
}
.c-staff .c-staff_box:nth-child(3n + 1) {
	margin-left: 0;
}
.c-staff .c-staff_box:nth-child(n + 4) {
	margin-top: 23px;
}
.c-staff_slide {
	overflow: hidden;
}

/* ---------------------------------- */
.c-pickup {
	display: flex;
	flex-wrap: wrap;
}

.c-pickup_box {
	display: flex;
}
.c-pickup_box .c-icon-new2 {
	position: absolute;
	z-index: 1;
	top: 6px;
	left: 6px;
}

.c-pickup_link {
	flex: 1;
	display: block;
	background: #fff;
	border: var(--border-main);
	box-shadow: var(--shadow-main);
	border-radius: var(--radius-s);
	overflow: hidden;
}

.c-pickup_img {
	aspect-ratio: 320 / 160;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.c-pickup_img .c-icon-new2 {
	position: absolute;
	z-index: 5;
	left: 8px;
	top: 8px;
	/* font-size: 12px; */
	/* padding: 1px 7px; */
}

.c-pickup_main {
	padding: 16px 7.7%;
}
.c-pickup_ttl {
	font-weight: 700;
	font-size: 16px;
	/* margin: 0 0 11px; */
}

.c-pickup .c-pickup_box {
	width: calc(33.33% - 17px);
	margin-left: 25px;
}
.c-pickup .c-pickup_box:nth-child(3n + 1) {
	margin-left: 0;
}
.c-pickup .c-pickup_box:nth-child(n + 4) {
	margin-top: 23px;
}

/* ---------------------------------- */
.c-recruit_box {
	background: #fff;
	border: var(--border-main);
	box-shadow: var(--shadow-main);
	border-radius: var(--radius-s);
	padding: 41px 3.6%;
}
.c-recruit_box:nth-child(n + 2) {
	margin-top: 40px;
}
.c-recruit_box + .c-ttl3 {
	margin-top: 80px;
}
.c-recruit_pickup {
	position: relative;
	z-index: 1;
	/* margin-top: 30px; */
}
.c-recruit_pickup:before {
	content: '';
	z-index: 1;
	position: absolute;
	background: var(--color-main);
	height: 6px;
	top: 0;
	right: -1px;
	left: -1px;
	border-radius: 5px 5px 0 0;
}
.c-recruit_pickup:nth-child(n + 2) {
	/* margin-top: 55px; */
}

.c-recruit_pickup_txt {
	position: absolute;
	z-index: 1;
	top: -15px;
	right: 3.7%;
	font-weight: 700;
	background: var(--color-main);
	color: #fff;
	line-height: 1;
	padding-left: 28px;
	width: 100px;
	padding: 13px 0 22px 21px;
	text-align: center;
}
.c-recruit_pickup_txt:before {
	content: '';
	z-index: 1;
	position: absolute;
	border-bottom: 14px solid #fff;
	border-right: 0px solid transparent;
	border-left: 55px solid transparent;
	border-right: 55px solid transparent;
	width: 0px;
	height: 0px;
	bottom: -1px;
	left: -5px;
	right: -5px;
	margin: auto;
}
.c-recruit_pickup_txt:after {
	content: '';
	z-index: 1;
	position: absolute;
	border-left: 10px solid #015ac4;
	border-right: 0px solid transparent;
	border-top: 15px solid transparent;
	border-bottom: 0 solid transparent;
	width: 0px;
	height: 0px;
	top: 0px;
	right: -10px;
	margin: auto;
}

.c-recruit_pickup_txt .font-i {
	font-size: 20px;
	position: absolute;
	z-index: 1;
	left: 9px;
	top: 10px;
}

.c-recruit_head {
	display: flex;
	align-items: flex-start;
}
.c-recruit_head_main {
	flex: 1;
}
.c-recruit_tag {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}
.c-recruit_tag .c-icon-new2 {
	margin-right: 10px;
}
.c-recruit_tag span {
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	border: solid 1px #333;
	border-radius: var(--radius-s);
	padding: 3px 5px;
}
.c-recruit_ttl {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 22px;
}

.c-recruit_head_sub .c-recruit_ttl {
	margin-bottom: 12px;
}

.c-recruit_ttl2 {
	font-weight: 700;
	margin-bottom: 10px;
}
.c-recruit_syoku_name {
	position: relative;
	z-index: 1;
	padding-left: 25px;
	line-height: 1.2;
}
.c-recruit_syoku_name .font-i {
	font-size: 20px;
	position: absolute;
	z-index: 1;
	top: -1px;
	left: -3px;
	text-align: center;
	width: 25px;
	margin: auto;
	line-height: 20px;
	height: 20px;
}
.c-recruit_tag2 {
	margin-top: 21px;
}
.c-recruit_tag2 span {
	border: var(--border-main);
	color: var(--color-gray);
	border-radius: var(--radius-s);
	font-size: 12px;
	font-weight: 700;
	padding: 0 5px;
	margin: 0 6px 6px 0;
	display: inline-block;
}

.c-recruit_head_img {
	position: relative;
	z-index: 1;
	aspect-ratio: 200 / 132;
	overflow: hidden;
	width: 200px;
	margin-left: 50px;
	border-radius: var(--radius-s);
}
.c-recruit_head_img-right2 {
	display: none;
}

.c-recruit_main {
	border-top: var(--border-main);
	margin-top: 39px;
	padding-top: 30px;
}

.c-recruit_table1 {
	width: 100%;
}
.c-recruit_table1 td,
.c-recruit_table1 th {
	padding: 10px 0;
}
.c-recruit_table1 td {
	position: relative;
	z-index: 1;
}
.c-recruit_table1 th {
	font-weight: 700;
	padding-left: 24px;
	width: 184px;
	position: relative;
	z-index: 1;
}

.c-recruit_table1 th .font-i {
	position: absolute;
	z-index: 1;
	font-size: 20px;
	left: 0;
}

.c-recruit_bottom {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	margin-top: 28px;
}

.c-recruit_btn {
	display: flex;
	justify-content: space-between;
	width: 495px;
}

.c-recruit_btn a.on .font-i:before {
	content: 'heart_minus';
	color: var(--color-red) !important;
}

.c-recruit_btn .c-btn4 {
	width: calc(50% - 5px);
	/* padding: 15px 0 19px; */
}
.c-recruit_table2 {
	flex: 1;
}
.c-recruit_table2 th,
.c-recruit_table2 td {
	color: var(--color-gray);
	font-size: 12px;
}
.c-recruit_table2 .font-i {
	font-size: 20px;
	line-height: 0px;
	position: relative;
	z-index: 1;
	top: 6px;
	margin-right: 2px;
}
.c-recruit_table2 a {
	color: var(--color-gray);
	text-decoration: underline;
}

.c-recruit_detail .c-recruit_head_img {
	width: 31.3%;
}
.c-recruit_detail .c-recruit_syoku_name {
	font-size: 22px;
}
.c-recruit_detail .c-recruit_syoku_name .font-i {
	top: 4px;
}

.c-recruit_point {
	border: solid var(--color-main) 1px;
	border-radius: var(--radius-s);
	overflow: hidden;
	margin-top: 50px;
}
.c-recruit_point_ttl {
	background: var(--color-main);
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	padding: 10px 19px;
}
.c-recruit_point_ttl .font-i {
	font-size: 24px;
	line-height: 0;
	position: relative;
	z-index: 1;
	top: 7px;
	margin-right: 7px;
}

.c-recruit_point_main {
	padding: 41px 39px;
}
.c-recruit_point_list {
	padding: 0;
	list-style: none;
}
.c-recruit_point_list li {
	position: relative;
	z-index: 1;
	padding: 0 0 0 26px;
	font-size: 16px;
	font-weight: 700;
}
.c-recruit_point_list li + li {
	margin-top: 16px;
}
.c-recruit_point_list li .font-i {
	position: absolute;
	z-index: 1;
	top: 1px;
	left: 0px;
	/* font-weight: 700; */
	color: var(--color-main);
	font-size: 22px;
}

@media screen and (max-width: 1250px) {
	.c-recruit_bottom {
		display: block;
	}
	.c-recruit_btn {
		margin: 0 auto 25px;
	}
}

@media screen and (max-width: 1000px) {
	.c-recruit_head_img-right1 {
		display: none;
	}
	.c-recruit_head_img-right2 {
		display: block;
	}
	.c-recruit_head_img {
		margin-left: 20px;
		width: 120px;
	}
	.c-recruit_ttl {
		flex: 1;
		margin: 0;
	}
	.c-recruit_head_sub {
		flex: 1;
	}
	.c-recruit_img_box {
		display: flex;
		align-items: flex-start;
		margin-bottom: 22px;
	}
	.c-recruit_btn {
		width: auto;
	}
	.c-recruit_detail .c-recruit_head {
		display: block;
	}
	.c-recruit_detail .c-recruit_head_img {
		width: auto;
		margin: 15px 0 0 0;
	}
}

/* ---------------------------------- */

.c-search {
	border: var(--border-main);
	border-radius: var(--radius-s);
	padding: 23px 2.4% 31px;
}
.c-search_head {
	background: var(--background-gray);
	border-radius: var(--radius-s);
	padding: 20px 2% 15px;
	position: relative;
	z-index: 1;
	margin-bottom: 32px;
}
.c-search_head_ttl2,
.c-search_head_ttl {
	color: var(--color-gray);
	font-weight: 700;
	margin-bottom: 10px;
}
.c-search_head_ttl2 {
	text-align: center;
}
.c-search_head_clear {
	position: absolute;
	right: 2%;
	top: 20px;
	font-size: 12px;
	padding-left: 18px;
}
.c-search_head_clear .font-i {
	font-size: 20px;
	position: absolute;
	z-index: 1;
	left: 0;
}

.c-search_head_tag span {
	border: var(--border-main);
	border-radius: var(--radius-s);
	font-weight: 700;
	padding: 3px 7px;
	margin: 0 6px 6px 0;
	display: inline-block;
	background: #fff;
}
.c-search_open {
	font-weight: 700;
}
.c-search_open a {
	position: relative;
	z-index: 1;
	padding-right: 30px;
}
.c-search_open a:after,
.c-search_open a:before {
	content: '';
	z-index: 1;
	position: absolute;
	background: #333;
	width: 15px;
	height: 2px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.c-search_open a:after {
	transform: rotate(90deg);
}
.c-search_open a.on:after {
	opacity: 0;
}

.c-search_main {
	margin-top: 30px;
	display: none;
}
.c-search_main.on {
	display: block;
}

.c-search_list {
	display: flex;
	padding: 23px 0;
	position: relative;
	z-index: 1;
	border-top: var(--border-main);
}
.c-search_list dt {
	font-weight: 700;
	width: 127px;
	padding: 6px 0 6px 25px;
	position: relative;
	z-index: 1;
}
.c-search_list dt .font-i {
	font-size: 20px;
	position: absolute;
	z-index: 1;
	left: 0;
}
.c-search_list dt.c-search_list-noIcon {
	font-weight: 400;
	padding: 6px 0 6px;
}
.c-search_list dd {
	flex: 1;
}
.c-search_list dd p {
	margin: 10px;
}
.c-search_list .c-search_word {
	max-width: 370px;
}

.c-search_list2 {
	display: block;
}
.c-search_list2 dt {
	width: auto;
	margin-bottom: 6px;
}

.c-search_tag,
.c-search_checkbox {
	border: var(--border-main);
	box-shadow: var(--shadow-main);
	border-radius: var(--radius-s);
	display: inline-block;
	padding: 3px 9px 3px 32px;
	margin: 4px 8px 4px 0;
	position: relative;
	z-index: 1;
	cursor: pointer;
	font-weight: 700;
}

.c-search_tag:before {
	font-family: 'Material Symbols Outlined';
	content: 'close_small';
	z-index: 1;
	position: absolute;
	left: 7px;
	top: -1px;
	font-size: 20px;
	/* line-height: 1; */
}
.c-search_tags {
	padding-right: 140px;
}

.c-search_checkbox:before {
	content: '';
	z-index: 1;
	position: absolute;
	position: absolute;
	width: 14px;
	height: 14px;
	background: #f5f6f9;
	border-radius: 2px;
	left: 7px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.c-search_checkbox span:before {
	font-family: 'Material Symbols Outlined';
	content: 'check';
	z-index: 1;
	position: absolute;
	color: var(--color-main);
	left: 8px;
	top: 1px;
	bottom: 0;
	margin: auto;
	line-height: 20px;
	height: 20px;
	opacity: 0;
}
.c-search_checkbox span:after {
	content: '';
	position: absolute;
	z-index: 1;
	border: solid 2px var(--color-main);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 5px;
	opacity: 0;
}
.c-search_checkbox input:checked + span:before,
.c-search_checkbox input:checked + span:after {
	opacity: 1;
}
.c-search_checkbox input {
	display: none;
}
.c-search_checkbox span {
	font-weight: 700;
}

.c-search_tag_add {
	border: var(--border-main);
	box-shadow: var(--shadow-main);
	border-radius: var(--radius-s);
	display: inline-block;
	padding: 8px 49px 8px 19px;
	/* margin: 4px 8px 4px 0; */
	position: absolute;
	z-index: 1;
	cursor: pointer;
	right: 0;
	top: 21px;
	font-weight: 700;
}

.c-search_tag_add .font-i {
	position: absolute;
	z-index: 1;
	font-size: 20px;
	right: 9px;
}

.c-search_btn {
	/* text-align: right; */
	width: 236px;
	margin: 15px 0 0 auto;
}
.c-search_btn .c-btn4 {
	/* padding: 16px 0 18px; */
}

.c-search_addlist {
	padding: 20px 21px 62px;
}

.c-search_addlist > li {
	border-bottom: var(--border-main);
	position: relative;
	z-index: 1;
}
.c-search_addlist .c-search_checkbox {
	margin: 0;
	border: none;
	box-shadow: none;
}
.c-search_addlist .c-search_checkbox span:after {
	display: none;
}

.c-search_addlist_open {
}
.c-search_addlist_open_icon {
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 50px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.c-search_addlist_open_icon:after,
.c-search_addlist_open_icon:before {
	content: '';
	z-index: 1;
	position: absolute;
	background: #333;
	width: 15px;
	height: 2px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.c-search_addlist_open_icon:after {
	transform: rotate(90deg);
}

.c-search_addlist_open.on .c-search_addlist_open_icon:after {
	display: none;
}

.c-search_addlist_one {
	padding: 17px 0;
	position: relative;
	z-index: 1;
}

.c-search_open a:after,
.c-search_open a:before {
	content: '';
	z-index: 1;
	position: absolute;
	background: #333;
	width: 15px;
	height: 2px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.c-search_addlist > li > ul {
	/* padding-left: 13px; */
	display: none;
}

.c-search_addlist > li > ul.on {
	display: block;
}

.c-search_addlist > li > ul > li {
	padding: 17px 0;
	padding-left: 13px;
	border-top: var(--border-main);
}

/* ---------------------------------- */

.c-search2 {
	display: flex;
	align-items: center;
}
.c-search2 a.c-search2_link {
	/* flex: 1; */
	display: block;
	width: calc((100% - 30px) / 3);
	margin: 0 3px;
}
.c-search2_box1 {
	position: relative;
	z-index: 1;
	border: var(--border-main);
	border-radius: var(--radius-s);
	box-shadow: var(--shadow-main);
}
.c-search2_box1 .font-i {
	position: absolute;
	z-index: 1;
	font-size: 24px;
	line-height: 24px;
	height: 24px;
	top: 0;
	bottom: 0;
	left: 18px;
	margin: auto;
	pointer-events: none;
}
.c-search2_box1 .c-search_text,
.c-search2_box1 select {
	/* border: var(--border-main); */
	/* border-radius: var(--radius-s); */
	/* width: 100%; */
	line-height: 58px;
	height: 58px;
	padding: 0 30px 0 50px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.c-search2_box1:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
}

.c-search2_and {
	width: 50px;
	position: relative;
	z-index: 1;
}

.c-search2_and:after,
.c-search2_and:before {
	content: '';
	z-index: 1;
	position: absolute;
	background: var(--border-main_bg);
	width: 16px;
	height: 2px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	transform: rotate(45deg);
}
.c-search2_and:after {
	transform: rotate(-45deg);
}
.c-search2_btn {
	width: 145px;
	margin-left: 16px;
}
.c-search2_btn .c-btn3 {
	width: 100%;
}

/* ---------------------------------- */

.c-search_main2 {
	margin-bottom: 30px;
}
.c-search_list3 {
	display: flex;
}

.c-search_list3_left {
	flex: 1;
}
.c-search_list3_right {
	width: 352px;
	margin-left: 16px;
}

.c-search_input,
.c-search_select select {
	line-height: 30px;
	height: 31px;
	padding: 0 15px;
	width: 100%;
}

input.c-search_input {
	border: var(--border-main);
	border-radius: var(--radius-s);
	/* width: 100%; */
}

.c-search_select {
	position: relative;
	z-index: 1;
	display: inline-block;
	border: var(--border-main);
	border-radius: var(--radius-s);
	position: relative;
	z-index: 1;
	width: 100%;
}

.c-search_list3_left .c-search_select {
	width: auto;
}

.c-search_select:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(135deg);
}

.c-search_select select {
	padding-right: 32px;
}

.c-search_word {
	position: relative;
	z-index: 1;
	/* padding-right: 62px; */
}
.c-search_word_btn {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.c-search_word-add {
	padding-right: 83px;
}

/* ---------------------------------- */

.c-fixbnr {
	position: fixed;
	z-index: 10;
	bottom: 26px;
	left: 0;
	right: 0;
	pointer-events: none;
	visibility: hidden;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	opacity: 0;
}

.c-fixbnr.on {
	visibility: visible;
	transition: transform 0.4s, opacity 0.4s;
	opacity: 1;
}

.c-fixbnr_inner {
	pointer-events: auto;
}

/* ---------------------------------- */

.po-popup {
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	visibility: hidden;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	opacity: 0;
}
.po-popup.active {
	visibility: visible;
	transition: transform 0.4s, opacity 0.4s;
	transform: scale(1);
	opacity: 1;
}
.po-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
}

.po-popup_close {
	position: absolute;
	z-index: 5;
	right: 3%;
	top: 15px;
	width: 40px;
	height: 40px;
	/* background: #ccc; */
	overflow: hidden;
}
.po-popup_close .font-i {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.po-box {
	position: relative;
	z-index: 5;
	background: #fff;
	width: 540px;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	max-height: calc(100vh - 200px);
	padding: 24px 2%;
}
.po-main {
	display: block;
	background: #fff;
	border: var(--border-main);
	/* box-shadow: var(--shadow-main); */
	border-radius: var(--radius-s);
	-webkit-overflow-scrolling: touch;
	flex-grow: 1;
	flex-shrink: 1;
	overflow: auto;
	position: relative;
	z-index: 1;
	display: flex;
}

.po-main_inner {
	flex: 1;
}
.po-slide {
	overflow-y: auto;
	flex: 1;
}
.po-main:before {
	content: '';
	z-index: 6;
	position: absolute;
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
	height: 67px;
	bottom: 0;
	right: 5%;
	left: 5%;
	pointer-events: none;
	border-radius: 0 0 var(--radius-s) var(--radius-s);
}

.po-slide_inner {
	padding: 20px 20px 50px;
}

.po-foot {
	margin-top: 25px;
}
.po-foot_btn {
	width: 240px;
	margin: 0 auto;
}
.po-foot_btn .c-btn4 {
	/* padding: 15px 0 19px; */
}
.po-foot_txt {
	text-align: center;
	font-size: 12px;
	margin-top: 6px;
}
.po-foot_txt .font-i {
	font-size: 20px;
	top: 5px;
	position: relative;
}

/* ---------------------------------- */

.c-pagenavi {
	display: flex;
	justify-content: center;
	margin-top: 81px;
	font-size: 12px;
}
.c-pagenavi_link,
.c-pagenavi_dotto,
.c-pagenavi_current {
	width: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 5px;
	border-radius: var(--radius-l);
	font-weight: 700;
}
.c-pagenavi_link {
	color: var(--color-gray);
}
.c-pagenavi_dotto {
}
.c-pagenavi_current {
	color: #333;
	background: var(--hover-gray);
}

.c-pagenavi-detail {
	position: relative;
	z-index: 1;
	margin-top: 0;
	height: 40px;
}

.c-pagenavi_next,
.c-pagenavi_prev {
	overflow: hidden;
	text-indent: -999px;
	position: relative;
	z-index: 1;
}
.c-pagenavi_prev {
	transform: scale(-1, 1);
}

.c-pagenavi_next:before,
.c-pagenavi_prev:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1px;
	left: 0;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 2px solid var(--color-gray);
	border-right: 2px solid var(--color-gray);
	transform: rotate(45deg);
}
.c-pagenavi_prev2 {
	float: left;
}
.c-pagenavi_next2 {
	float: right;
}

.c-pagenavi2 {
	margin-top: 58px;
}
.c-pagenavi2:after {
	content: ' ';
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
.c-pagenavi2_prev,
.c-pagenavi2_next {
	position: relative;
	z-index: 1;
}
.c-pagenavi2_prev:before,
.c-pagenavi2_next:before {
	content: '';
	z-index: 1;
	position: absolute;
	background: var(--hover-gray);
	width: 36px;
	height: 36px;
	border-radius: var(--radius-l);
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0;
}
.c-pagenavi2_next:before {
	left: auto;
	right: 0;
	margin: auto;
}
.c-pagenavi2_prev:after,
.c-pagenavi2_next:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 2px solid var(--color-gray);
	border-right: 2px solid var(--color-gray);
	transform: rotate(45deg);
}
.c-pagenavi2_prev:after {
	right: auto;
	left: 15px;
	margin: auto;
	transform: rotate(225deg);
}
.c-pagenavi2_prev {
	float: left;
	padding-left: 45px;
}
.c-pagenavi2_next {
	float: right;
	padding-right: 45px;
}
.c-pagenavi2_txt {
	font-size: 12px;
	color: var(--color-gray);
	display: block;
	margin-bottom: 4px;
}
.c-pagenavi2_ttl {
	font-size: 14px;
	height: calc(14px * 1.5 * 2);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.5;
	overflow: hidden;
	width: 226px;
	font-weight: 700;
}
.c-pagenavi2_next .c-pagenavi2_txt {
	text-align: right;
}

.c-pagenavi3 {
	margin-top: 58px;
	text-align: center;
}
.c-pagenavi3_prev,
.c-pagenavi3_next {
	position: relative;
	z-index: 1;
}
.c-pagenavi3_prev:before,
.c-pagenavi3_next:before {
	content: '';
	z-index: 1;
	position: absolute;
	background: var(--hover-gray);
	width: 36px;
	height: 36px;
	border-radius: var(--radius-l);
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0;
}
.c-pagenavi3_next:before {
	left: auto;
	right: 0;
	margin: auto;
}
.c-pagenavi3_prev:after,
.c-pagenavi3_next:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 2px solid var(--color-gray);
	border-right: 2px solid var(--color-gray);
	transform: rotate(45deg);
}
.c-pagenavi3_prev:after {
	right: auto;
	left: 15px;
	margin: auto;
	transform: rotate(225deg);
}
.c-pagenavi3_prev {
	/* float: left; */
	padding-left: 45px;
}
.c-pagenavi3_next {
	/* float: right; */
	padding-right: 45px;
}
.c-pagenavi3_prev + .c-pagenavi3_next {
	margin-left: 60px;
}

/* ---------------------------------- */

.c-list1 {
	display: flex;
	flex-wrap: wrap;
}
.c-list1 a {
	width: calc(33.33% - 17px);
	margin-left: 25px;
	display: block;
	border-bottom: var(--border-main);
	font-size: 13px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	min-height: 62px;
	padding: 7px 0 7px 32px;
}
.c-list1 a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 11px;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
}
.c-list1 a:nth-child(3n + 1) {
	margin-left: 0;
}

/* ---------------------------------- */
.c-list2 {
	/* display: flex; */
	/* justify-content:space-between; */
	/* flex-wrap: wrap; */
}
.c-list2 li {
	display: flex;
	/* width: calc(50% - 10px); */
	/* border-bottom: var(--border-main); */
}
.c-list2 li:nth-child(n + 2) {
	margin-top: 7px;
}
.c-list2 a {
	display: flex;
	align-items: center;
	flex: 1;
	padding: 11px 12px;
	position: relative;
	z-index: 1;
	border: var(--border-main);
	box-shadow: var(--shadow-main);
	border-radius: var(--radius-s);
}

.c-list2 a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
}

.c-list2_img {
	aspect-ratio: 80 / 80;
	position: relative;
	z-index: 1;
	width: 59px;
	margin-right: 16px;
	overflow: hidden;
}
.c-list2_main {
	flex: 1;
	margin-right: 35px;
}
.c-list2_post_name {
	font-size: 16px;
	font-weight: 700;
}
.c-list2_post_suu {
	font-size: 12px;
	color: var(--color-gray);
	position: relative;
	z-index: 1;
	top: -2px;
	left: 0;
	white-space: nowrap;
}
.c-list2_mes {
	font-size: 12px;
	margin-top: 4px;
}

.c-list2-col2 {
	display: flex;
	flex-wrap: wrap;
}
.c-list2-col2 li {
	width: calc(33.33% - 17px);
	margin-left: 25px;
}
.c-list2-col2 li:nth-child(3n + 1) {
	margin-left: 0;
}

.c-list2-col2 li:nth-child(n + 2) {
	margin-top: 0px;
}
.c-list2-col2 li:nth-child(n + 4) {
	margin-top: 23px;
}
/* ---------------------------------- */

.c-list3 {
	display: flex;
	flex-wrap: wrap;
}
.c-list3 li {
	display: flex;
	margin: 0 10px 10px 0;
}
.c-list3 a {
	flex: 1;
	border: var(--border-main);
	box-shadow: var(--shadow-main);
	border-radius: var(--radius-s);
	padding: 8px 23px;
}
.c-list3 a:before {
	content: '#';
	margin-right: 5px;
	color: var(--color-main);
	font-weight: 700;
}

/* ---------------------------------- */
.c-list4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c-list4 a {
	position: relative;
	z-index: 1;
	width: calc(50% - 10px);
	border: var(--border-main);
	box-shadow: var(--shadow-main);
	border-radius: var(--radius-s);
	padding: 19px 35px 19px 18px;
	font-weight: 700;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.c-list4 a:nth-child(n + 3) {
	margin-top: 10px;
}

.c-list4 a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
}

/* ---------------------------------- */
.c-anchor1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 59px;
}
.c-anchor1 a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	width: calc(50% - 10px);
	border-bottom: solid 3px var(--color-main);
	font-weight: 700;
	min-height: 55px;
	line-height: 1.5;
	padding: 10px 0;
}
.c-anchor1 span {
	position: relative;
	z-index: 1;
	padding: 0 0 0 36px;
}
.c-anchor1 span:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	width: 7px;
	height: 7px;
	margin: auto;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(135deg);
}

/* ---------------------------------- */
.c-kinmuti dl {
	display: flex;
}
.c-kinmuti dl:nth-child(n + 2) {
	margin-top: 16px;
}
.c-kinmuti dt {
	font-weight: 700;
	font-size: 16px;
	width: 99px;
}
.c-kinmuti dd {
	flex: 1;
	padding: 1px 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.c-kinmuti dd:before {
	content: '';
	z-index: 2;
	position: absolute;
	background: #fff;
	width: 5px;
	top: 0;
	bottom: 0;
	left: -3px;
}
.c-kinmuti a {
	padding: 0 20px;
	margin: 0 0 6px;
	position: relative;
	z-index: 1;
}
.c-kinmuti a:before {
	content: '';
	z-index: 1;
	position: absolute;

	border-left: var(--border-main);
	height: 21px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
/* ---------------------------------- */
.c-tab_navi {
	display: flex;
	position: relative;
	z-index: 1;
	/* border-bottom: 3px solid var(--color-main); */
	/* margin-bottom: 45px; */
}
.c-tab_navi:before {
	content: '';
	z-index: 1;
	position: absolute;
	background: var(--color-main);
	height: 3px;
	right: 0;
	left: 0;
}
.c-tab_btn {
	flex: 1;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	border-color: #fff;
	border: var(--border-main);
	border-width: 3px;
	background: var(--hover-gray);
	/* border-radius: 4px 4px 0px 0px; */
	/* border-bottom: none; */
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70px;
}

.c-tab_btn:before {
	content: '';
	z-index: 1;
	position: absolute;
	background: var(--color-main);
	height: 3px;
	/* bottom: -3px; */
	right: 0;
	left: 0;
}
.c-tab_btn span {
	padding: 0 0 0 36px;
	position: relative;
	z-index: 1;
}

.c-tab_btn:nth-child(n + 2) {
	margin-left: 20px;
}
.c-tab_btn .font-i {
	position: absolute;
	z-index: 1;
	left: 0;
	font-size: 24px;
}
.c-tab_box {
	display: none;
}
.c-tab_box.on {
	display: block;
}
.c-tab_btn.on {
	background: none;
	border-color: var(--color-main);
}
.c-tab_btn.on:before {
	background: #fff;
	height: 5px;
	bottom: -4px;
}
.c-tab_navi_head.c-tab_navi {
	margin-bottom: 45px;
}
.c-tab_navi_foot.c-tab_navi {
	margin-top: 45px;
}
.c-tab_navi_head.c-tab_navi:before {
	bottom: -3px;
}
.c-tab_navi_foot.c-tab_navi:before {
	top: -3px;
}
.c-tab_navi_head .c-tab_btn:before {
	bottom: -3px;
}
.c-tab_navi_foot .c-tab_btn:before {
	top: -3px;
}
.c-tab_navi_head .c-tab_btn {
	border-bottom: none;
	border-radius: 4px 4px 0px 0px;
}
.c-tab_navi_foot .c-tab_btn {
	border-top: none;
	border-radius: 0px 0px 4px 4px;
}

.c-content2 .c-tab_btn.on:before {
	background: var(--background-gray);
}
.recruitment_list .c-tab_btn.on:before {
	background: var(--background-gray);
}

/* ---------------------------------- */
.c-tab2_navi {
	display: flex;
}
.c-tab2_navi a {
	padding: 7px 7px;
	background: #fff;
	border: solid var(--hover-gray) 1px;
	text-align: center;
	display: block;
	width: 112px;
	font-size: 13px;
}
.c-tab2_navi a:nth-child(1) {
	border-radius: var(--radius-l) 0 0 var(--radius-l);
}
.c-tab2_navi a:last-child {
	border-radius: 0 var(--radius-l) var(--radius-l) 0;
}
.c-tab2_navi a.active {
	background: var(--hover-gray);
	font-weight: 700;
}

/* ---------------------------------- */
.human_control {
	display: flex;
	align-items: center;
	margin-top: 57px;
}
.human_slide_bg {
	position: relative;
	z-index: 1;
}
.human_slide_scrollbar {
	flex: 1;
	height: 1px;
	background: #d6dae6;
}
.human_slide_np {
	width: 77px;
	display: flex;
	justify-content: space-between;
	margin: 0 12px 0 40px;
}
.human_slide_next,
.human_slide_prev {
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -999px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	position: relative;
	z-index: 1;
	position: absolute;
	z-index: 1;
	top: 82px;
	margin: auto;
	transform: rotate(315deg);
	right: 10px;
}
.human_slide_prev {
	transform: rotate(135deg);
	right: auto;
	left: 10px;
}

.human_slide_next span:after,
.human_slide_prev span:after,
.human_slide_next span:before,
.human_slide_prev span:before,
.human_slide_next:after,
.human_slide_prev:after,
.human_slide_next:before,
.human_slide_prev:before {
	content: '';
	position: absolute;
	z-index: 5;
	left: 6px;
	right: 6px;
	bottom: 6px;
	height: 2px;
	background: #fff;
}

.human_slide_next span:after,
.human_slide_prev span:after,
.human_slide_next span:before,
.human_slide_prev span:before {
	background: none;
	z-index: 1;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
}

.human_slide_next span:after,
.human_slide_prev span:after,
.human_slide_next:after,
.human_slide_prev:after {
	left: auto;
	width: 2px;
	top: 6px;
	height: auto;
}
.human_slide_pagination {
	text-align: center;
	margin-top: 40px;
}
.swiper-pagination-bullet {
	background: #c6cad2 !important;
	opacity: 1 !important;
}
.swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 10px;
}
.swiper-pagination-bullet-active {
	background: #454b55 !important;
}

.human_slide_pagination {
	margin-top: 35px;
}

.human_slide_count3 + .human_slide_pagination,
.human_slide_count3 .human_slide_next,
.human_slide_count3 .human_slide_prev,
.human_slide_count2 + .human_slide_pagination,
.human_slide_count2 .human_slide_next,
.human_slide_count2 .human_slide_prev,
.human_slide_count1 + .human_slide_pagination,
.human_slide_count1 .human_slide_next,
.human_slide_count1 .human_slide_prev,
.human_slide_count0 + .human_slide_pagination,
.human_slide_count0 .human_slide_next,
.human_slide_count0 .human_slide_prev {
	display: none;
}
.human_box + .human_box {
	margin-top: 135px;
}

/* ---------------------------------- */
.reservation {
	/* border-top: var(--border-main); */
}
.reservation_box {
	display: flex;
	align-items: center;
	padding: 30px 0 23px;
	border-bottom: var(--border-main);
	flex-wrap: wrap;
}
a.reservation_box {
	border: var(--border-main) !important;
	box-shadow: var(--shadow-main);
	border-radius: var(--radius-s);
	background: #fff;
	padding: 27px 81px 27px 32px !important;
	position: relative;
	z-index: 1;
	display: flex;
}
a.reservation_box:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 37px;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
}

a.reservation_box + a.reservation_box {
	margin-top: 15px;
}

.reservation_box:first-child {
	padding-top: 0;
}
.reservation_box:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.reservation_box2 {
	width: 100%;
}

.reservation_img {
	aspect-ratio: 200 / 132;
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 200px;
	border-radius: var(--radius-s);
	margin-right: 41px;
}
.reservation_img-left2 {
	display: none;
}

.reservation_main {
	flex: 1;
}
.reservation_ttl {
	font-weight: 700;
}
.reservation_data {
	flex: 1;
	/* font-size: 14px; */
	margin-top: 15px;
}
.reservation_data + .reservation_data {
	margin-top: 5px;
}
.reservation_table {
	margin-top: 10px;
}
.reservation_table th,
.reservation_table td {
	color: var(--color-gray);
}
.reservation_table th {
	padding-right: 12px;
}

.reservation_date {
	margin-right: 10px;
}
.reservation_date .font-i {
	margin-right: 10px;
	font-size: 19px;
	position: relative;
	z-index: 1;
	top: 3px;
}
.reservation_date .c-icon-new {
	margin-left: 5px;
}
.reservation_date_week {
	font-family: 'Noto Sans JP', sans-serif;
}
.reservation_addr {
	margin-right: 21px;
}
.reservation_change {
	/* position: relative; */
	/* z-index: 1; */
	/* padding: 0 0 0 23px; */
	font-size: 12px;
}
.reservation_change i {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0px;
	font-size: 19px;
}
.reservation_btn {
	display: flex;
	justify-content: space-between;
	justify-content: flex-end;
	width: 247px;
	margin-left: 40px;
}

.reservation_btn a {
	width: calc(50% - 5px);
	/* width: 100%; */
}
.reservation_btn a + a {
	margin-left: 10px;
}
.reservation_btn.col1 {
	width: 118px;
}
.reservation_btn.col1 a {
	width: auto;
	flex: 1;
}
.reservation_data2 td,
.reservation_data2 th {
	padding: 4px 0;
}

.reservation_data2 th {
	font-weight: 400;
	font-size: 14px;
	color: var(--color-gray);
	padding-right: 5px;
}

.reservation_head {
	margin: 0 0 22px;
}
.reservation_name {
	font-size: 16px;
	margin-right: 10px;
}
.reservation_cat {
	font-size: 14px;
	border: solid 1px var(--color-green);
	color: var(--color-green);
	margin-left: 5px;
	padding: 1px 6px;
	border-radius: 3px;
}

.reservation_cat.color-gray {
	border-color: #c6cad2;
	color: #c6cad2;
}

.reservation_cat.color-black {
	border-color: #000;
	color: #000;
}

.reservation_cat.color-red {
	border-color: var(--color-red);
	color: var(--color-red);
}

.reservation_cat .font-i {
	font-size: 18px;
	position: relative;
	z-index: 1;
	top: 5px;
	left: -2px;
}

.reservation_btn2 {
	text-align: right;
}
.reservation_btn2 .c-btn4 {
	max-width: 240px;
	display: inline-block;
}
.reservation_mes {
	font-size: 14px;
	margin-bottom: 20px;
}

.reservation_schedule_box {
	display: flex;
	align-items: center;
	padding: 20px 0;
	width: 100%;
}

.reservation_schedule_box:nth-child(n + 1) {
	border-top: var(--border-main);
}

@media screen and (max-width: 1160px) {
	.reservation_box {
		display: block;
	}
	.reservation_btn {
		margin: 18px 0 0 auto;
	}
	.c-oubo_bottom {
		display: block;
	}
	.c-oubo_btn {
		margin: 0 auto 25px;
	}

	.reservation_btn2 {
		display: flex;
		justify-content: center;
	}
	.reservation_btn2 .c-btn4 {
		width: auto;
		flex: 1;
	}
}

@media screen and (max-width: 1000px) {
	.reservation_img_box {
		display: flex;
		align-items: center;
	}

	.reservation_img {
		width: 30%;
		margin: 0 22px 0 0;
	}

	.reservation_img-left1 {
		display: none;
	}
	.reservation_img-left2 {
		display: block;
	}
	.reservation_ttl {
		flex: 1;
	}
}

.selection_name {
	margin: 0 10px;
}

/* ---------------------------------- */
.message_navi {
	display: flex;
	border-bottom: var(--border-main_bg) solid 3px;
	margin-bottom: 37px;
}
.message_navi a {
	display: block;
	padding: 10px 25px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.message_navi a:before {
	content: '';
	z-index: 1;
	position: absolute;
	background: var(--color-main);
	height: 3px;
	bottom: -3px;
	right: 0;
	left: 0;
	opacity: 0;
}
.message_navi a.active:before {
	opacity: 1;
}

.message_navi_inner {
	position: relative;
	z-index: 1;
	padding: 0 0 0 27px;
}

.message_navi_inner .font-i {
	font-size: 20px;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: -3px;
	text-align: center;
	width: 25px;
	margin: auto;
	line-height: 20px;
	height: 20px;
}

.message_navi-unread .message_navi_inner:after {
	content: '';
	position: relative;
	z-index: 1;
	display: inline-block;
	background: var(--color-red);
	width: 6px;
	height: 6px;
	top: -10px;
	left: 0;
	vertical-align: middle;
	border-radius: var(--radius-l);
	left: 2px;
}
.message_navi-unread .message_navi_inner {
	font-weight: 700;
}

/*---------------------------------------------------------
  ホバー (PCのみ)
---------------------------------------------------------*/

@media screen and (min-width: 768px) {
	/*　ヘッダー
  ---------------------------------------------------------*/
	.l-head_navi_box3_list a:hover,
	.l-head_navi_box2_list a:hover,
	.l-head_navi_btn1:hover {
		color: var(--color-gray);
	}

	.l-head_navi_box2_list a:hover:before {
		border-color: var(--color-gray);
	}

	.c-recruit_table2 a:hover {
		text-decoration: none;
	}

	/*　メイン
  ---------------------------------------------------------*/
	/*　ボタンアイコン類
  ---------------------------------------------------------*/
	/*　ボタン類
  ---------------------------------------------------------*/

	.c-btn1:hover {
		color: var(--color-gray);
		box-shadow: none;
	}

	.c-btn2:hover:before {
		opacity: 1;
		top: -4px;
		bottom: -6px;
	}
	.c-btn2:hover {
		color: #333;
	}
	.c-btn3:hover {
		color: var(--color-gray);
		box-shadow: none;
	}
	.c-btn4:hover {
		color: var(--color-gray);
		box-shadow: none;
	}
	.c-btn5:hover {
		color: var(--color-gray);
		box-shadow: none;
	}
	.c-btn6:hover {
		color: var(--color-gray);
		box-shadow: none;
	}
	.c-btn6:hover:before {
		border-color: var(--color-gray);
	}

	/*　タイトル
  ---------------------------------------------------------*/
	/*　画像ホバー
  ---------------------------------------------------------*/

	.a:hover .imgScale,
	a:hover .imgScale {
		transform: scale(1.05);
	}

	/*　スライド
  ---------------------------------------------------------*/
	/*　アンカー位置調整
  ---------------------------------------------------------*/
	/*　フッター
  ---------------------------------------------------------*/
	/*　コンテンツ
  ---------------------------------------------------------*/

	.c-oubo_pc_link_bg:hover .c-oubo_mes,
	.po-popup_close:hover,
	.po-foot_txt a:hover,
	.c-search_open a:hover,
	.c-search_head_clear:hover,
	.c-message_list a:hover .c-message_ttl,
	.c-message_list a:hover .c-message_name {
		color: var(--color-gray);
	}

	.c-pagenavi_link:hover {
		font-weight: 700;
		color: #333;
		background: var(--hover-gray);
	}

	.c-pagenavi_next:hover:before,
	.c-pagenavi_prev:hover:before {
		border-color: #333;
	}

	.c-search_tag:hover,
	.c-search_checkbox:hover,
	.c-search_tag_add:hover,
	.c-pagenavi_prev2:hover,
	.c-pagenavi_next2:hover {
		box-shadow: none;
		color: var(--color-gray);
	}

	.c-oubo_pc_link_bg:hover:before,
	.c-pagenavi_prev2:hover:before,
	.c-pagenavi_next2:hover:before {
		border-color: var(--color-gray);
	}

	.c-pagenavi2_prev:hover:before,
	.c-pagenavi2_next:hover:before {
		opacity: 1;
	}

	.c-pagenavi2_prev:hover:after,
	.c-pagenavi2_next:hover:after {
		border-color: #333;
	}

	.c-pagenavi3_prev:hover:before,
	.c-pagenavi3_next:hover:before {
		opacity: 1;
	}

	.c-pagenavi3_prev:hover:after,
	.c-pagenavi3_next:hover:after {
		border-color: #333;
	}

	.c-list4 a:hover,
	.c-anchor1 a:hover,
	a.reservation_box:hover .reservation_ttl,
	.c-kinmuti a:hover,
	.c-list3 a:hover,
	.c-list2 a:hover .c-list2_post_name,
	.c-list1 a:hover,
	.c-skill_box:hover .c-skill_ttl,
	.c-oubo a:hover .c-oubo_data_txt,
	.c-oubo a:hover .c-oubo_mes,
	.c-tab_btn:hover {
		color: var(--color-gray);
	}

	.c-list4 a:hover:before,
	.c-anchor1 a:hover span:before,
	.c-list2 a:hover:before,
	.c-list1 a:hover:before {
		border-color: var(--color-gray);
	}

	.c-list4 a:hover,
	a.reservation_box:hover,
	.c-list3 a:hover,
	.c-skill_box:hover,
	.c-oubo a:hover {
		box-shadow: none;
	}
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/

@media screen and (max-width: 767px) {
	/* 要素設定 */
	body {
		font-size: 14px;
	}

	.mainWidth {
		padding-left: 5%;
		padding-right: 5%;
	}
	.mainWidth2 {
		padding-left: 5%;
		padding-right: 5%;
	}

	/*　ヘッダー
  ---------------------------------------------------------*/
	#pageHeader {
		height: 66px;
	}

	.l-head {
		visibility: hidden;
		transition: transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
		opacity: 0;
		bottom: 59px;
		border-top-width: 6px;
		width: auto;
		right: 0;
		padding: 27px 0 0 0;
	}

	.l-head.on {
		visibility: visible;
		transition: transform 0.4s, opacity 0.4s;
		opacity: 1;
		padding: 27px 0;
	}
	.l-head_logo {
		margin: 0 0 0 11%;
		width: 206px;
	}
	.l-head_logo img {
		max-height: 40px;
	}

	.l-head_mes {
		margin: 17px 11% 0;
		font-size: 12px;
	}

	.l-head_navi {
		margin: 24px 5% 0;
	}
	.l-head_navi_line {
		margin: 10px 0 0;
		padding-top: 10px;
	}
	.l-head_navi_line:before {
		right: 20px;
		left: 20px;
	}

	.l-head_navi_btn1 {
		padding: 16px 39px 16px 47px;
		padding: 16px 39px 16px 57px;
		font-size: 15px;
	}
	.l-head_navi_btn1.js-menuOpen2,
	.l-head_navi_btn1.js-menuOpen {
		position: relative;
		z-index: 1;
	}
	.l-head_navi_btn1.js-menuOpen2:after,
	.l-head_navi_btn1.js-menuOpen2:before,
	.l-head_navi_btn1.js-menuOpen:after,
	.l-head_navi_btn1.js-menuOpen:before {
		content: '';
		z-index: 1;
		position: absolute;
		background: #333;
		width: 16px;
		height: 2px;
		top: 0;
		bottom: 0;
		right: 19px;
		margin: auto;
	}
	.l-head_navi_btn1.js-menuOpen2:after,
	.l-head_navi_btn1.js-menuOpen:after {
		transform: rotate(90deg);
	}
	.l-head_navi_btn1.js-menuOpen2.on:after,
	.l-head_navi_btn1.js-menuOpen.on:after {
		display: none;
	}
	.l-head_navi_btn1 .font-i {
		left: 20px;
	}
	.l-head_navi_btn1 .c-icon-new {
		position: relative;
		top: -1px;
		margin-left: 12px;
	}

	.l-head_sp-none {
		display: none;
	}

	.l-head_navi_list {
		background: var(--background-gray);
		border-radius: var(--radius-s);
		padding: 8px 0;
	}
	.l-head_navi_list.l-head_navi_list-multiple {
		padding: 27px 0 25px;
	}

	.l-head_navi_list .l-head_navi_box2_list {
		border-top: none;
	}
	.l-head_navi_list .l-head_navi_box2 {
		margin: 0 8% 0;
	}

	.l-head_data {
		display: none;
	}
	.l-head_data.on {
		display: none;
	}
	.l-head_data2.on {
		display: none;
	}

	.l-head_data3 {
		display: block;
		position: fixed;
		z-index: 4;
		top: 0;
		left: 0;
		right: 0;
		bottom: 59px;
		visibility: hidden;
		transition: transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
		opacity: 0;
		overflow: hidden;
		padding: 40px 0;
	}

	.l-head_data3.on {
		visibility: visible;
		transition: transform 0.4s, opacity 0.4s;
		opacity: 1;
	}

	.l-head_data3 .l-head_navi_box2_ttl {
		display: block;
	}

	.l-head_data3 .l-head_navi_box2_list a {
		padding: 16px 10px 16px 30px;
	}

	.l-head_data3_inner {
		border-radius: 20px 20px 0 0;
		background: #fff;
		position: absolute;
		z-index: 5;
		top: 128px;
		left: 0;
		right: 0;
		bottom: 0;
		transform: translate(0px, 100%);
		transition: transform 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
	}
	.l-head_data3.on .l-head_data3_inner {
		transform: translate(0px, 0px);
	}

	.l-head_data3_close {
		position: absolute;
		z-index: 5;
		right: 0;
		overflow: hidden;
		/* background: #ccc; */
		display: block;
		width: 40px;
		height: 40px;
		text-align: center;
		top: 29px;
		right: 5%;
		color: var(--color-gray);
	}
	.l-head_data3_close i {
		font-size: 24px;
		line-height: 40px;
	}

	.l-head_data3_main {
		position: absolute;
		z-index: 1;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}

	.l-head_data3_main .l-head_navi_box2 {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		position: absolute;
		z-index: 1;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: 39px 5.4% 0;
	}

	.l-head_data3_main .l-head_navi_box2_list {
		flex: 1;
		overflow-y: auto;
		padding-bottom: 28px;
	}

	.l-head_data3_bg {
		position: absolute;
		z-index: 1;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.8);
	}
	.l-head_navi_box2 + .l-head_navi_box2 {
		margin-top: 30px;
	}
	.l-head_navi_box2_ttl {
		font-size: 15px;
	}
	.l-head_navi_box2_list a {
		font-size: 14px;
	}

	.l-head_navi_box3 {
		margin: 0 8% 0;
		padding: 15px 0;
	}
	.l-head_navi_box3_ttl {
		margin-bottom: 14px;
	}
	.l-head_navi_box3_list + .l-head_navi_box3_list {
		margin-top: 18px;
		padding-top: 18px;
	}
	.l-head_navi_box3_list li:nth-child(n + 2) {
		margin-top: 14px;
	}
	.l-head_navi_box3_list a {
		font-size: 14px;
	}

	/*　メイン
  ---------------------------------------------------------*/

	/*　ボタンアイコン類
  ---------------------------------------------------------*/

	/*　ボタン類
  ---------------------------------------------------------*/

	.c-btn1 {
		height: 48px;
		padding: 7px 0 0;
		border-radius: var(--radius-l);
		font-size: 14px;
	}
	.c-btn1 i {
		display: inline-block;
		margin: 0px 5px 0 0;
		position: relative;
		z-index: 1;
		top: 5px;
	}

	.c-btn3 {
		width: 100%;
		height: 50px;
		font-size: 15px;
	}
	.c-btn4 {
		padding: 9px 0 15px;
	}
	.c-btn4 .font-i {
		top: 5px;
	}
	.c-btn6 {
		font-size: 14px;
		padding: 10px 53px;
		min-height: 70px;
	}
	.c-btn6 .font-i {
		font-size: 22px;
		line-height: 22px;
		height: 22px;
	}

	/*　タイトル
  ---------------------------------------------------------*/

	.c-ttl1 {
		font-size: 21px;
		padding: 0 0 0 15px;
	}
	.c-ttl1:before {
		width: 4px;
		top: 4px;
		bottom: 4px;
		left: 0px;
	}
	.c-ttl1,
	.c-ttl1Head {
		margin-bottom: 28px;
	}
	.c-ttl1Head_link {
		margin-right: 16px;
	}

	.c-ttl1Head-left {
		display: block;
	}
	.c-ttl1Head-left .c-ttl1Head_txt {
		margin: 13px 0 0;
	}
	.c-ttl1Head_link a {
		/* font-size: 13px; */
	}

	.c-ttl2 {
		font-size: 16px;
		padding: 0px 0 0px 31px;
	}
	.c-ttl2Head_link {
		margin-right: 16px;
	}

	.c-ttl3 {
		font-size: 16px;
		margin-bottom: 16px;
	}
	.c-ttl4 {
		font-size: 16px;
		margin-bottom: 9px;
	}
	.c-ttl4:before {
		top: 2px;
		bottom: 2px;
	}

	/*　画像ホバー
  ---------------------------------------------------------*/

	/*　画像 cover
  ---------------------------------------------------------*/

	/*　スライド
  ---------------------------------------------------------*/

	/*　アンカー位置調整
  ---------------------------------------------------------*/

	/*　フッター
  ---------------------------------------------------------*/

	/*　コンテンツ
  ---------------------------------------------------------*/

	.c-content2 {
		padding-top: 60px;
		padding-bottom: 55px;
	}
	.c-content1 {
		padding-top: 61px;
		padding-bottom: 55px;
	}
	.c-content1-top {
		padding-top: 36px;
	}
	.c-content-top {
		padding-top: 36px;
	}

	/* ---------------------------------- */
	.c-icon-new {
		font-size: 11px;
	}

	.c-icon-new2 {
		font-size: 11px;
		padding: 3px 5px 2px;
	}

	/* ---------------------------------- */
	.c-message_list a {
		padding: 15px 14px 12px;
	}

	.c-message_date {
		font-size: 12px;
		margin: 0 0 0px;
	}
	.c-message_post {
		font-size: 12px;
	}
	.c-message_name {
		font-size: 14px;
		height: calc(14px * 1.5 * 2);
		-webkit-line-clamp: 2;
	}
	.c-message_ttl {
		font-size: 13px;
		height: calc(13px * 1.5 * 2);
	}
	.c-message-unread .c-message_date:after {
		top: -3px;
	}

	/* ---------------------------------- */
	.c-human li {
		width: 48%;
		margin-left: 4%;
	}
	.c-human li:nth-child(3n + 1) {
		margin-left: 4%;
	}
	.c-human li:nth-child(2n + 1) {
		margin-left: 0;
	}

	.c-human li:nth-child(n + 3) {
		margin-top: 37px;
	}

	.c-human_img {
		margin: 0 0 13px;
	}

	.c-human_ttl {
		font-size: 15px;
		max-height: calc(15px * 1.6 * 2);
		margin: 0 0 4px;
	}
	.c-human_mes {
		font-size: 12px;
		height: calc(12px * 1.5 * 3);
	}
	.c-human_date {
		margin-top: 12px;
		font-size: 12px;
	}
	.c-human_date .c-icon-new {
		font-size: 10px;
		top: 11px;
	}

	/* ---------------------------------- */

	.c-skill_tag span {
		font-size: 11px;
	}
	.c-skill_btn {
		position: absolute;
		top: calc(40vw - 50px);
		width: 51px;
		padding-left: 6px;
		right: 10px;
		margin: 0;
	}

	.c-skill_main {
		padding: 21px 10%;
	}
	.c-skill_ttl {
		font-size: 14px;
		height: calc(14px * 1.5 * 2);
		margin-bottom: 18px;
	}
	.c-skill_syoku_name {
		font-size: 13px;
	}

	/* ---------------------------------- */

	.c-oubo_pc_link_bg:before {
		display: none;
	}
	.c-oubo_pc_link {
		display: none;
	}

	.c-oubo_box:nth-child(n + 2) {
		margin-top: 20px;
	}
	.c-oubo_cat_inner {
		display: flex;
		align-items: center;
	}
	.c-oubo_cat1 {
		margin: 0;
		text-align: center;
		width: 83px;
		margin-left: 10px;
	}

	.c-oubo_main {
		padding: 24px 25px;
	}
	.c-oubo_mes {
		font-size: 14px;
		height: calc(14px * 1.5 * 2);
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-height: 1.5;
		overflow: hidden;
		margin: 0 0 16px;
	}

	.c-oubo_bottom {
		margin-top: 20px;
	}

	.c-oubo_btn {
		margin: 0 auto 14px;
	}

	.c-oubo_table th {
		padding-right: 19px;
	}
	.c-oubo .reservation_box {
		margin-top: 22px;
		padding-top: 22px;
	}

	/* ---------------------------------- */
	.c-staff {
		justify-content: space-between;
	}

	.c-staff_box .c-icon-new {
		font-size: 10px;
	}

	.c-staff_main {
		padding: 12px 7.7% 16px;
	}
	.c-staff_ttl {
		font-size: 14px;
		margin: 0 0 9px;
	}
	.c-staff_post {
		font-size: 11px;
	}
	.c-staff_age {
		font-size: 11px;
	}

	.c-staff .c-staff_box {
		width: calc(50% - 4px);
		margin-left: 0;
	}

	.c-staff .c-staff_box:nth-child(2n + 1) {
		margin-left: 0;
	}
	.c-staff .c-staff_box:nth-child(n + 3) {
		margin-top: 10px;
	}

	/* ---------------------------------- */
	.c-pickup {
		/* justify-content:space-between; */
		display: block;
	}

	.c-pickup_box .c-icon-new {
		font-size: 10px;
	}

	.c-pickup_main {
		/* padding: 12px 7.7% 16px; */
		padding: 13px 4%;
	}
	.c-pickup_ttl {
		font-size: 14px;
		/* margin: 0 0 9px; */
	}

	.c-pickup .c-pickup_box {
		width: auto;
		margin-left: 0;
	}

	.c-pickup .c-pickup_box:nth-child(n + 2) {
		margin-top: 15px;
	}

	/* ---------------------------------- */

	/* ---------------------------------- */
	.c-recruit_box {
		padding: 26px 7.6%;
	}
	.c-recruit_box:nth-child(n + 2) {
		margin-top: 20px;
	}

	.c-recruit_box + .c-ttl3 {
		margin-top: 40px;
	}

	.c-recruit_pickup:before {
		height: 4px;
	}

	.c-recruit_pickup_txt {
		/* font-size: 14px; */
		/* padding-left: 24px; */
		top: -15px;
		right: 6.7%;
	}

	.c-recruit_pickup_txt .font-i {
		font-size: 20px;
	}

	.c-recruit_head {
		display: block;
	}
	.c-recruit_tag .c-icon-new2 {
		margin-right: 5px;
	}
	.c-recruit_tag span {
		font-size: 11px;
		padding: 2px 5px;
	}
	.c-recruit_ttl {
		font-size: 14px;
		/* margin-bottom: 11px; */
		max-height: calc(14px * 1.5 * 3);
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		line-height: 1.5;
		overflow: hidden;
	}

	.c-recruit_head_sub .c-recruit_ttl {
		margin-bottom: 6px;
	}
	.c-recruit_head_sub_mes {
		font-size: 14px;
	}

	.c-recruit_syoku_name {
		/* font-size: 13px; */
		max-height: calc(13px * 1.5 * 2);
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-height: 1.5;
		overflow: hidden;
	}
	.c-recruit_tag2 {
		margin-top: 12px;
	}
	.c-recruit_tag2 span {
		font-size: 11px;
	}

	.c-recruit_head_img {
		width: 79px;
		/* margin: 10px 0 0; */
		margin-left: 11px;
	}

	.c-recruit_main {
		margin-top: 19px;
		padding-top: 19px;
	}

	.c-recruit_table1 td,
	.c-recruit_table1 th {
		/* font-size: 13px; */
		padding: 6px 0;
	}
	.c-recruit_table1 td {
		/* font-size: 13px; */
		max-height: calc((13px * 1.5 * 3) + 4px + 4px);
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		line-height: 1.5;
		overflow: hidden;
	}
	.c-recruit_table1 th {
		width: 109px;
		padding-left: 26px;
	}

	.c-recruit_bottom {
		margin-top: 20px;
	}

	.c-recruit_btn {
		width: auto;
		margin: 0 auto 14px;
	}
	.c-recruit_btn .c-btn4 {
		width: auto;
		flex: 1;
		/* padding: 9px 0 15px; */
	}
	.c-recruit_btn .c-btn4:nth-child(2) {
		margin-left: 15px;
	}
	.c-recruit_btn .c-btn4-spCircle {
		width: 50px;
		padding-left: 7px;
		flex: none;
	}

	.c-recruit_table2 th,
	.c-recruit_table2 td {
		font-size: 11px;
	}

	.c-recruit_detail .c-recruit_syoku_name {
		font-size: 13px;
	}
	.c-recruit_detail .c-recruit_syoku_name .font-i {
		top: -1px;
	}

	.c-recruit_img_box {
		margin-bottom: 11px;
	}

	.c-recruit_point {
		margin-top: 39px;
	}
	.c-recruit_point_ttl {
		font-size: 14px;
		padding: 8px 9px;
	}
	.c-recruit_point_ttl .font-i {
		font-size: 20px;
		margin-right: 4px;
		top: 4px;
	}
	.c-recruit_point_main {
		padding: 19px 18px;
	}
	.c-recruit_point_list li {
		font-size: 14px;
	}

	.c-recruit_point_list li .font-i {
		top: 0px;
	}

	/* ---------------------------------- */
	.c-search {
		padding: 11px 3% 21px;
	}
	.c-search_head {
		padding: 15px 4% 7px;
		margin-bottom: 20px;
	}
	.c-search_head_ttl {
		/* font-size: 13px; */
	}
	.c-search_head_clear {
		right: 5%;
		top: 14px;
	}

	.c-search_head_tag span {
		font-size: 12px;
		padding: 4px 12px;
		margin: 0 4px 5px 0;
	}
	.c-search_open {
		/* font-size: 13px; */
	}
	.c-search_open a {
		padding-right: 24px;
	}

	.c-search_main {
		margin-top: 17px;
	}
	.c-search_list {
		display: block;
		padding: 10px 0;
	}

	.c-search_list dt {
		/* font-size: 13px; */
		width: auto;
		/* margin-bottom: 4px; */
		padding: 7px 0 8px 25px;
	}

	.c-search_list dd {
		font-size: 13px;
	}
	.c-search_list .c-search_word {
		max-width: none;
	}

	.c-search_tags {
		padding-right: 0;
		margin-top: 6px;
	}

	.c-search_tag_add {
		/* font-size: 13px; */
		padding: 7px 40px 7px 15px;
		right: 0;
		top: 12px;
	}

	.c-search_btn {
		margin: 18px auto 0;
		width: 200px;
	}
	.c-search_btn .c-btn4 {
		/* padding: 11px 0 13px; */
	}

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

	.c-search_foot .font-i {
		font-size: 20px;
		top: 7px;
		position: relative;
	}

	.c-search_addlist {
		padding: 15px 16px 62px;
	}
	.c-search_addlist_one {
		padding: 6px 0;
	}

	.c-search2_box1 .c-search_text,
	.c-search2_box1 select {
		padding: 43px 0 12px 0;
		line-height: 20px;
		text-align: center;
		height: auto;
	}
	/* ---------------------------------- */

	.c-search2 {
		flex-wrap: wrap;
	}
	.c-search2_box1 .font-i {
		bottom: auto;
		left: 0;
		right: 0;
		text-align: center;
		top: 14px;
	}
	.c-search2_box1 p,
	.c-search2_box1 select {
		padding: 43px 0 12px 0;
		line-height: 20px;
		text-align: center;
		height: auto;
	}
	.c-search2_box1:before {
		right: 11px;
		transform: rotate(45deg);
	}
	.c-search2_and {
		/* display: none; */
		width: 5px;
	}

	.c-search2_and:after,
	.c-search2_and:before {
		display: none;
	}

	.c-search2_btn {
		margin: 0;
		width: 100%;
	}
	.c-search2_btn .c-btn3 {
		margin: 18px auto 0;
		width: 220px;
		display: block;
	}

	/* ---------------------------------- */

	.c-search_main2 {
		margin-bottom: 17px;
	}
	.c-search_list3_right {
		width: 215px;
	}
	.c-search_input,
	.c-search_select select {
		font-size: 13px;
		padding: 0 7px;
	}
	.c-search_list3_left .c-search_select {
		width: 100%;
	}
	.c-search_select:before {
		right: 7px;
	}
	.c-search_select select {
		padding-right: 18px;
	}

	/* ---------------------------------- */
	.c-fixbnr {
		bottom: calc(70px + (env(safe-area-inset-bottom) * 2));
		padding-right: calc(5% + 38px);
	}

	/* ---------------------------------- */
	.po-box {
		width: 90.6%;
		padding: 20px 4%;
	}

	.po-foot_btn .c-btn4 {
		/* padding: 11px 0 13px; */
	}
	.po-foot_txt {
		margin-top: 12px;
	}

	/* ---------------------------------- */
	.c-pagenavi {
		font-size: 12px;
		margin-top: 66px;
	}

	.c-pagenavi_link,
	.c-pagenavi_dotto,
	.c-pagenavi_current {
		width: 45px;
		line-height: 45px;
		margin: 0;
	}

	.c-pagenavi_dotto {
		width: 14px;
	}

	.c-pagenavi2 {
		margin-top: 46px;
		position: relative;
		z-index: 1;
	}
	.c-pagenavi2:before {
		content: '';
		z-index: 1;
		position: absolute;
		border-left: var(--border-main);
		top: 0;
		bottom: 0;
		left: 50%;
	}
	.c-pagenavi2_prev,
	.c-pagenavi2_next {
		display: block;
		width: 43.5%;
	}
	.c-pagenavi2_prev:before,
	.c-pagenavi2_next:before {
		width: 32px;
		height: 32px;
	}
	.c-pagenavi2_prev {
		padding-left: 33px;
	}
	.c-pagenavi2_next {
		padding-right: 33px;
	}
	.c-pagenavi2_txt {
		font-size: 10px;
	}
	.c-pagenavi2_ttl {
		width: auto;
		font-size: 11px;
		height: calc(11px * 1.5 * 2);
	}

	.c-pagenavi3 {
		margin-top: 37px;
	}

	/* ---------------------------------- */

	.c-list1 {
		display: block;
	}
	.c-list1 a {
		width: auto;
		margin: 0;
	}

	/* ---------------------------------- */
	.c-list2 {
		display: block;
	}
	.c-list2 li {
		width: auto;
	}
	.c-list2 li:nth-child(n + 2) {
		margin-top: 4px;
	}
	.c-list2 a {
		padding: 12px 13px;
	}
	.c-list2 a:before {
		right: 20px;
	}
	.c-list2_post_name {
		font-size: 14px;
	}
	.c-list2-col2 li {
		width: auto;
		margin-left: 0;
	}

	/* ---------------------------------- */
	.c-list3 li {
		margin: 0 8px 8px 0;
	}
	.c-list3 a {
		/* font-size: 13px; */
		padding: 8px 15px;
	}

	/* ---------------------------------- */
	.c-list4 {
		display: block;
	}
	.c-list4 a {
		width: auto;
	}
	.c-list4 a:nth-child(n + 2) {
		margin-top: 10px;
	}

	/* ---------------------------------- */
	.c-anchor1 {
		display: block;
		margin-bottom: 39px;
	}
	.c-anchor1 a {
		width: auto;
		font-size: 16px;
		min-height: 40px;
	}
	.c-anchor1 a:nth-child(n + 2) {
		margin-top: 10px;
	}
	.c-anchor1 span:before {
		left: 8px;
	}

	/* ---------------------------------- */
	.c-kinmuti dl {
		display: block;
		border-bottom: var(--border-main);
	}
	.c-kinmuti dl:nth-child(n + 2) {
		margin-top: 0;
	}
	.c-kinmuti dt {
		width: auto;
		font-weight: normal;
		padding: 14px 3px;
		position: relative;
		z-index: 1;
		font-size: 14px;
	}

	.c-kinmuti dt:after,
	.c-kinmuti dt:before {
		content: '';
		z-index: 1;
		position: absolute;
		background: #333;
		width: 16px;
		height: 2px;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}
	.c-kinmuti dt:after {
		transform: rotate(90deg);
	}
	.c-kinmuti dt.on:after {
		display: none;
	}
	.c-kinmuti dd {
		width: auto;
		display: block;
		display: none;
	}
	.c-kinmuti dd.on {
		display: block;
		font-size: 13px;
	}
	.c-kinmuti dd:before {
		display: none;
	}
	.c-kinmuti a {
		display: block;
		display: block;
		padding: 0;
		background: var(--background-gray);
		margin: 0;
		border-top: var(--border-main);
		padding: 14px 3px 14px 30px;
	}
	.c-kinmuti a:before {
		display: none;
	}

	.c-kinmuti a:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 10px;
		width: 5px;
		height: 5px;
		margin: auto;
		border-top: 2px solid #333;
		border-right: 2px solid #333;
		transform: rotate(45deg);
	}

	/* ---------------------------------- */
	.c-tab_btn {
		min-height: 84px;
		line-height: 1.2;
	}

	.c-tab_btn span {
		padding: 23px 0 0 0;
		font-size: 14px;
	}

	.c-tab_btn:nth-child(n + 2) {
		margin-left: 0px;
	}
	.c-tab_btn .font-i {
		top: 2px;
		left: 0;
		right: 0;
		font-size: 20px;
	}

	.c-tab_navi_head.c-tab_navi {
		margin-bottom: 35px;
	}
	.c-tab_navi_foot.c-tab_navi {
		margin-top: 35px;
	}

	/* ---------------------------------- */
	.c-tab2_navi a {
		font-size: 13px;
		width: 50%;
	}

	/* ---------------------------------- */
	.human_control {
		margin-top: 47px;
	}
	.human_slide_next,
	.human_slide_prev {
		display: none;
	}

	.human_box + .human_box {
		margin-top: 87px;
	}

	.human_slide_count3,
	.human_slide_count2 {
		display: flex;
	}
	.human_slide_count1,
	.human_slide_count0 {
		display: none;
	}

	.human_slide_count3 + .human_slide_pagination,
	.human_slide_count2 + .human_slide_pagination {
		display: block;
	}

	.human_slide_count1 + .human_slide_pagination,
	.human_slide_count1 .human_slide_next,
	.human_slide_count1 .human_slide_prev,
	.human_slide_count0 + .human_slide_pagination,
	.human_slide_count0 .human_slide_next,
	.human_slide_count0 .human_slide_prev {
		display: none;
	}

	/* ---------------------------------- */

	/* ---------------------------------- */

	.wrapper {
		position: static;
		padding-bottom: 0px;
	}

	#pageFooter {
		position: static;
	}

	.l-foot {
		font-size: 11px;
	}
	.l-foot_inner {
		/*    padding-bottom: 85px;*/
	}
	.l-foot_copy {
		text-align: center;
	}

	.pagetop {
		bottom: calc(70px + (env(safe-area-inset-bottom) * 2));
		right: 9px;
	}

	/* ---------------------------------- */
	/* ---------------------------------- */

	/* ---------------------------------- */
	.reservation_box {
		padding: 33px 0 30px;
	}

	a.reservation_box {
		padding: 27px 49px 27px 32px !important;
	}
	a.reservation_box:before {
		right: 21px;
	}

	.reservation_ttl {
		/* font-size: 14px; */
	}
	.reservation_data {
		/* font-size: 14px; */
		margin-top: 7px;
	}
	.reservation_data + .reservation_data {
		margin-top: 2px;
	}
	.reservation_date {
		margin-top: 66px;
		/* font-size: 13px; */
	}
	.reservation_date .font-i {
		margin-right: 6px;
		top: 5px;
	}

	.reservation_btn {
		margin: 21px 0 0;
		width: auto;
	}
	.reservation_btn.col1 {
		margin-left: auto;
		margin-right: auto;
		width: 164px;
	}
	.reservation_btn2 .c-btn4 {
		width: 200px;
	}
	.reservation_img {
		width: auto;
		margin: 0 0 12px;
	}
	.reservation_img_box {
		display: block;
	}
	a.reservation_box_img:before {
		display: none;
	}
	a.reservation_box_img {
		padding: 27px 25px !important;
	}

	/* ---------------------------------- */

	.message_navi {
		margin-bottom: 25px;
	}
	.message_navi a {
		padding: 2px 6px 10px;
		width: 50%;
		text-align: center;
	}

	.message_navi_inner .font-i {
		font-size: 18px;
	}

	/* ---------------------------------- */
}

/*　第二階層
---------------------------------------------------------*/
.scnd-wrp {
	padding-bottom: 65px;
	position: relative;
	min-height: 100vh;
}

@media screen and (max-width: 767px) {
	.scnd-wrp {
		padding-bottom: 0;
	}
}

/**************************************************************************
  misc
 **************************************************************************/

.dspn {
	display: none;
}

.ilb {
	display: inline-block;
}
