@media screen and (min-width: 668px), print {
	/* ----------------------------------------
　kanri
---------------------------------------- */
	/* kanri_main
---------------------------------------- */
	.kanri_main_wrap {
		background-color: #e8f8e6;
		background-image: url(/kanri/img/kanri_main_bg.jpg);
		background-repeat: repeat-x;
		background-position: center 98%;
		width: 100%;
		overflow: hidden;
		height: 490px;
	}
	.kanri_main {
		width: 1000px;
		margin: 70px auto 0;
		text-align: center;
	}
	.kanri_main p {
		margin: 17px auto 0;
	}
	/* kanri_anchor
---------------------------------------- */
	.kanri_anchor {}
	.kanri_anchor ul {
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
		flex-wrap: wrap;
	}
	.kanri_anchor ul li {
		width: 32%;
	}
	.kanri_anchor ul li a {
		display: block;
		border: 2px solid #0d943f;
		width: 100%;
		margin-bottom: 10px;
		padding: 10px;
		box-sizing: border-box;
		color: #333;
		text-decoration: none;
		position: relative;
	}
	.kanri_anchor ul li a:after {
		position: absolute;
		content: "";
		top: 45%;
		right: 15px;
		width: 5px;
		height: 5px;
		border-top: 2px solid #0d943f;
		border-right: 2px solid #0d943f;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.kanri_anchor ul li a span {
		display: inline-block;
		background-color: #0d943f;
		color: #fff;
		text-align: center;
		padding: 8px 15px;
		margin-right: 10px;
	}
	/* kanri_common
---------------------------------------- */
	.kanri h3 {
		overflow: hidden;
		width: 100%;
		background: #66bb37;
		color: #fff;
		font-size: 20px;
		height: 42px;
		line-height: 42px;
		position: relative;
		padding: 0 0 0 57px;
		box-sizing: border-box;
		margin: auto auto 20px;
	}
	.kanri h3:before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		margin: auto;
		vertical-align: middle;
		width: 42px;
		height: 42px;
		background: #0d943f;
		text-align: center;
		font-size: 20px;
	}
	.kanri #tl1:before {
		content: "1";
	}
	.kanri #tl2:before {
		content: "2";
	}
	.kanri #tl3:before {
		content: "3";
	}
	.kanri #tl4:before {
		content: "4";
	}
	.kanri #tl5:before {
		content: "5";
	}
	.kanri #tl6:before {
		content: "6";
	}
	.kanri .conts {
		font-size: 15px;
		line-height: 22px;
		font-weight: bold;
		margin: auto auto 50px;
	}
	.kanri_common {
		margin-bottom: 40px;
		overflow: hidden;
	}
	.kanri_txt {}
	.kanri_red {
		color: #b01717;
	}
	.kanri_no1 {
		text-align: center;
		margin: 10px auto 20px;
	}
	.kanri .conts table, tr, td {
		font-size: 15px;
	}
	/* kanri_plan
---------------------------------------- */
	.kanri_plan {}
	.kanri_plan table {
		width: 100%;
		border: solid 2px #000000;
		border-collapse: collapse;
	}
	.kanri_plan tr {
		border-bottom: solid 2px #000000;
	}
	tr.kanri_plan_name th {
		color: #fff !important;
		background: #b01717;
	}
	tr.kanri_plan_price th {
		color: #b01717;
		background: #ffff00;
	}
	tr.kanri_plan_price th.th_txt {}
	.kanri_plan_price th.td_ti {}
	.kanri_plan th {
		padding: 10px 15px;
		box-sizing: border-box;
		border-left: solid 2px #000;
		text-align: center;
		font-weight: bold;
		line-height: 22px;
	}
	.kanri_plan tr:nth-child(odd) {
		background: #e9ebf5;
	}
	.kanri_plan tr:nth-child(even) {
		background: #cfd5ea;
	}
	.kanri_plan .td_ti {
		border-left: none;
		color: #333;
		text-align: left;
		width: 30%;
	}
	.kanri_plan td {
		padding: 10px 15px;
		box-sizing: border-box;
		width: 185px;
		border-left: solid 2px #000;
		text-align: left;
		font-weight: bold;
		line-height: 22px;
		text-align: center;
	}
	.kanri_plan td.td_maru {
		font-size: 50px;
	}
	.kanri_plan td span.plan_txt {
		display: block;
		margin: 8px auto auto;
		font-size: 15px;
	}
	.plan_red {
		color: #b01717;
		padding: 0 0 0 10px;
	}
	.kanri_plan .kanri_txt {
		margin: 10px auto auto;
	}
	/* kanri_normal
---------------------------------------- */
	.kanri_normal {}
	.kanri_normal_table {}
	.kanri_normal_table table {
		border: solid 2px #000;
		border-collapse: collapse;
	}
	.kanri_normal_table tr {
		border-bottom: solid 2px #000;
		line-height: 30px;
		width: 100%;
	}
	.kanri_normal_table tr:nth-child(odd) {
		background: #98c0e4;
	}
	.kanri_normal_table tr:first-child {
		background: #223d74;
	}
	.kanri_normal_table tr:first-child th,
	.kanri_normal_table tr:first-child td {
		font-size: 20px;
		color: #fff;
	}
	.kanri_normal_table th {
		padding: 0 15px;
		box-sizing: border-box;
		width: 185px;
		border-right: solid 2px #000 !important;
		text-align: left;
		font-weight: bold;
		height: 65px;
		line-height: 22px;
	}
	.kanri_normal_table td {
		padding: 0 20px;
		line-height: 22px;
		font-weight: bold;
	}
	.kanri_normal_table tr:last-child {
		border-collapse: collapse;
		border: none;
	}
	.kanri_normal p {
		margin: 20px auto auto;
	}
	/* kanri_plus
---------------------------------------- */
	.kanri_normal {}
	.kanri_plus_table {}
	.kanri_plus_table table {
		border: solid 2px #000;
		border-collapse: collapse;
	}
	.kanri_plus_table tr {
		border-bottom: solid 2px #000;
		line-height: 30px;
		width: 100%;
	}
	.kanri_plus_table th {
		padding: 0 15px;
		box-sizing: border-box;
		width: 185px;
		border-right: solid 2px #000 !important;
		text-align: left;
		font-size: 15px;
		font-weight: bold;
		height: 65px;
		line-height: 22px;
		background: #ff9966;
	}
	.kanri_plus_table td {
		padding: 0 20px;
		line-height: 22px;
		font-size: 15px;
		font-weight: bold;
	}
	.kanri_plus_table tr:last-child {
		border-collapse: collapse;
		border: none;
	}
	/* kanri_hosho
---------------------------------------- */
	.kanri_hosho {}
	.kanri_hosho_img {
		text-align: center;
		margin: 30px auto;
	}
	.kanri_hosho_j {
		background: #dae3f3;
		padding: 10px;
	}
	.kanri_hosho_j_upper {
		background: #fff;
		overflow: hidden;
		padding: 20px;
	}
	.kanri_hosho_j_upper img {
		float: left;
	}
	.kanri_hosho_j_upper p {
		float: right;
		width: 490px;
	}
	.kanri_hosho_j_upper p span {
		font-size: 18px;
	}
	.kanri_hosho_j_txt {
		margin: 10px auto auto;
	}
	.kanri_hosho_j_txt span {
		text-decoration: underline;
	}
	.kanri_hosho_futan {
		background: #ffff00;
		font-size: 19px;
		padding: 20px;
		margin: 20px auto auto;
		text-align: center;
	}
	/* kanri_tsuyomi
---------------------------------------- */
	.kanri_tsuyomi {}
	.kanri_tsuyomi_inner {}
	.kanri_tsuyomi_inner li {
		border: 2px solid #cccccc;
		float: left;
		margin: auto 20px 20px auto;
		width: 380px;
		box-sizing: border-box;
		height: 450px;
		padding: 15px 12px;
	}
	.kanri_tsuyomi_inner li.kanri_tsuyomi03,
	.kanri_tsuyomi_inner li.kanri_tsuyomi04 {
		height: 430px;
	}
	.kanri_tsuyomi_inner li:nth-child(even) {
		margin-right: 0px;
	}
	.kanri_tsuyomi_inner li h4 {
		height: 85px;
		margin: 0;
		padding: 0 0 0 75px;
		font-size: 20px;
		line-height: 26px;
	}
	.kanri_tsuyomi01 h4 {
		background: url(/kanri/img/kanri_tsuyomi01.jpg) no-repeat 0% 100%;
	}
	.kanri_tsuyomi02 h4 {
		background: url(/kanri/img/kanri_tsuyomi02.jpg) no-repeat 0% 100%;
	}
	.kanri_tsuyomi03 h4 {
		background: url(/kanri/img/kanri_tsuyomi03.jpg) no-repeat 0% 100%;
	}
	.kanri_tsuyomi04 h4 {
		background: url(/kanri/img/kanri_tsuyomi04.jpg) no-repeat 0% 100%;
	}
	.kanri_tsuyomi_inner li h4 span {
		width: 80px;
		font-size: 18px;
		line-height: 32px;
		height: 32px;
		display: block;
		border-radius: 5px;
		color: #fff;
		text-align: center;
		margin-bottom: 5px;
	}
	.kanri_tsuyomi01 h4 span {
		background: #2f97ce;
	}
	.kanri_tsuyomi02 h4 span {
		background: #fdd000;
	}
	.kanri_tsuyomi03 h4 span {
		background: #499997;
	}
	.kanri_tsuyomi04 h4 span {
		background: #e50044;
	}
	.kanri_tsuyomi_inner li img {
		margin: 10px auto;
	}
	.kanri_tsuyomi_inner li p {
		font-size: 14px;
	}
	/* kanri_flow
---------------------------------------- */
	.kanri_flow {
		margin-bottom: 50px;
	}
	.kanri_flow_inner {
		overflow: hidden;
		margin: 50px auto auto auto;
	}
	.kanri_flow_inner h4 {
		position: relative;
		z-index: 10;
		margin: 0 0 30px 0;
	}
	.kanri_flow_inner h4 span {
		font-size: 20px;
		height: 40px;
		text-align: center;
		border-radius: 50px;
		line-height: 40px;
		display: block;
		position: relative;
		z-index: 20;
	}
	.kanri_flow_inner h4:after {
		position: absolute;
		top: 50%;
		right: 0;
		content: "";
		margin: auto;
		vertical-align: middle;
		width: 100%;
		height: 1px;
		text-align: center;
		font-size: 20px;
		z-index: 10;
	}
	.kanri_flow_inner h4 span:before {
		position: absolute;
		top: 0;
		right: -10px;
		content: "";
		margin: auto;
		vertical-align: middle;
		width: 10px;
		height: 40px;
		text-align: center;
		font-size: 20px;
		z-index: 30;
		background: #fff;
		display: block;
	}
	.kanri_flow01 h4 span {
		background: #e8f8e6;
		width: 245px;
	}
	.kanri_flow01 h4:after {
		background: #66bb37;
	}
	.kanri_flow02 h4 span {
		background: #d5f0fa;
		width: 400px;
	}
	.kanri_flow02 h4:after {
		background: #2cb4e4;
	}
	.kanri_flow_inner ul {}
	.kanri_flow_inner li {
		border: 2px solid #cccccc;
		float: left;
		width: 125px;
		height: 240px;
		box-sizing: border-box;
		margin: auto 38px auto auto;
		padding: 10px 27.5px;
		position: relative;
	}
	.kanri_flow_double {
		padding: 10px 0 !important;
	}
	.kanri_flow_inner li:last-child {
		margin-right: 0;
	}
	.kanri_flow02 li:last-child {
		margin: auto 0 auto 8px;
		border: none;
		width: 283px;
	}
	.kanri_flow_inner li p {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-o-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		padding: 84px 22px 0 22px;
		margin: auto;
		background-repeat: no-repeat;
		background-position: 50% 0%;
	}
	.kanri_flow_icon01 {
		background-image: url(/kanri/img/kanri_flow_icon01.png);
	}
	.kanri_flow_icon02 {
		background-image: url(/kanri/img/kanri_flow_icon02.png);
	}
	.kanri_flow_icon03 {
		background-image: url(/kanri/img/kanri_flow_icon03.png);
	}
	.kanri_flow_icon04 {
		background-image: url(/kanri/img/kanri_flow_icon04.png);
	}
	.kanri_flow_icon05 {
		background-image: url(/kanri/img/kanri_flow_icon05.png);
	}
	.kanri_flow_icon06 {
		background-image: url(/kanri/img/kanri_flow_icon06.png);
	}
	.kanri_flow_icon07 {
		background-image: url(/kanri/img/kanri_flow_icon07.png);
	}
	.kanri_flow_icon08 {
		background-image: url(/kanri/img/kanri_flow_icon08.png);
		padding: 84px 10px 0 10px !important;
	}
	.kanri_flow_icon09 {
		background-image: url(/kanri/img/kanri_flow_icon09.png);
	}
	.kanri_flow_l {
		float: left;
		margin-right: -15px !important;
	}
	.kanri_flow_r {
		float: right;
		margin-left: -15px !important;
	}
	.kanri_flow_inner li:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: -39px;
		width: 0;
		height: 0;
		margin-top: -5px;
		border: 9px solid transparent;
	}
	.kanri_flow01 li:after {
		border-left: 15px solid #66bb37;
	}
	.kanri_flow02 li:after {
		border-left: 15px solid #2cb4e4;
	}
	.kanri_flow01 li:last-child:after {
		display: none;
	}
	.kanri_flow02 li:nth-child(3):after,
	.kanri_flow02 li:last-child:after {
		display: none;
	}
	/* kanri_inq
---------------------------------------- */
	.kanri_inq {
		border: 4px solid #b01717;
		padding: 30px;
		box-sizing: border-box;
		overflow: hidden;
		margin-bottom: 30px;
	}
	.kanri_inq_tl {
		color: #b01717;
		text-align: center;
		font-size: 23px;
		margin: auto auto 30px;
		line-height: 42px;
	}
	.kanri_inq_tl img {
		width: 176px;
		margin: auto 10px;
	}
	.kanri_inq_tel {
		float: left;
		width: 49%;
		margin: 6px auto 0;
	}
	.kanri_inq_tel p {
		font-size: 14px;
	}
	.kanri_inq_tel a {
		display: block;
		margin: auto auto 10px;
	}
	.kanri_inq_mail {
		float: right;
	}
	.kanri_inq_mail a {
		display: block;
		background: #b01717;
		color: #fff;
		height: 60px;
		text-align: center;
		text-decoration: none;
		padding: 25px;
		box-sizing: border-box;
		font-size: 20px;
		position: relative;
		width: 330px;
		height: 70px;
		text-indent: 35px;
	}
	.kanri_inq_mail a:hover {
		background: #dd1d1d;
	}
	.kanri_inq_mail a:before {
		position: absolute;
		top: 23px;
		left: 0;
		content: url(/kanri/img/kanri_inq_mail.png);
		margin: auto;
		vertical-align: middle;
		text-align: center;
		display: inline-block;
	}
	/* kanri_chat
---------------------------------------- */
	.kanri_chat .chat_wrap {
		padding: 600px 0 550px;
	}
}
/* media screen fin 消さないこと */
/* ----------------------------------------
　recruit
---------------------------------------- */
.pc_off {
	display: none;
}
.recruit_wrap {
	width: 100%;
	font-family: 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.chat_wrap {
	display: none;
}
.recruit_wrap li {
	list-style: none;
}
.recruit_wrap a {
	text-decoration: none;
	color: #fff;
}
.rec_head {
	width: 1200px;
	padding: 0 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	& img {
		width: 150px;
	}
}
.rec_head ul {
	width: ;
	display: flex;
	column-gap: 80px;
	align-items: center;
}
.rec_head ul li a {
	font-size: 15px;
	font-weight: bold;
}
.rec_head ul li:nth-child(6) a {
	background: #b01717;
	width: 160px;
	height: 50px;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rec_top_wrap {
	width: 100%;
	height: 48vw;
	background-image: url(/recruit/img/rec_top_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
}
.rec_top_ti {
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 14vw 0 0 2vw;
}
.rec_top_ti h2 {
	font-size: 60px;
	letter-spacing: 2px;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
}
.rec_top_ti p {
	font-size: 25px;
	line-height: 80px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 500;
}
.rec_top_ti p span {
	font-size: 20px;
}
.rec_mes_wrap {
	width: 100%;
	background-image: url(/recruit/img/rec_mes_bg.webp);
	padding: 0 0 140px 0;
	background-repeat: no-repeat;
	background-position: center;
}
.rec_mes_inner {
	width: 1100px;
	margin: 0 auto;
	padding-top: 50px;
}
.rec_all_ti p {
	font-size: 30px;
	color: #b01717;
	line-height: 60px;
	font-weight: 600;
}
.rec_mes_te {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	line-height: 45px;
	letter-spacing: 2px;
}
.rec_wor_wrap {
	width: 100%;
	background: #f8eeee;
	padding-bottom: 80px;
}
.rec_wor_inner {
	width: 1100px;
	margin: 0 auto;
}
.rec_wor_ti {
	margin-bottom: 20px;
}
.rec_wor_ti img {
	margin: -40px 0 20px 0;
}
.rec_wor_con {
	width: 100%;
	padding: 30px;
	border-radius: 20px;
	background: #fff;
	margin-top: 30px;
	box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, .1);
}
.rec_wor_con h3 {
	padding: 15px 0 15px 30px;
	font-size: 25px;
	color: #b01717;
	font-weight: 600;
	letter-spacing: 2px;
	border-radius: 8px;
	background: #f8eeee;
	margin-bottom: 30px;
}
.rec_wor_te {
	display: flex;
	justify-content: space-between;
}
.rec_wor_te p {
	width: 720px;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 2px;
	font-weight: 500;
	padding-left: 10px;
}
.rec_wor_te img {
	height: 185px;
	margin-top: -10px;
}
.rec_wor_ve img {
	margin-top: 30px;
}
.rec_wor_we img {
	margin-top: 50px;
}
.rec_wel_wrap {
	width: 1100px;
	margin: 100px auto 80px auto;
}
.rec_wel_ti p {
	padding: 10px 0 70px 0;
}
.rec_wel_con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.rec_wel_con li {
	width: 260px;
	height: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rec_wel_con li:nth-child(1) {
	background-image: url(../recruit/img/rec_wel01.webp);
}
.rec_wel_con li:nth-child(2) {
	background-image: url(../recruit/img/rec_wel02.webp);
}
.rec_wel_con li:nth-child(3) {
	background-image: url(../recruit/img/rec_wel03.webp);
}
.rec_wel_con li:nth-child(4) {
	background-image: url(../recruit/img/rec_wel04.webp);
}
.rec_wel_con li:nth-child(5) {
	background-image: url(../recruit/img/rec_wel05.webp);
}
.rec_wel_con li:nth-child(6) {
	background-image: url(../recruit/img/rec_wel06.webp);
}
.rec_wel_con li:nth-child(7) {
	background-image: url(../recruit/img/rec_wel07.webp);
}
.rec_wel_con li:nth-child(8) {
	background-image: url(../recruit/img/rec_wel08.webp);
}
.rec_wel_vi {
	width: 240px;
	height: 210px;
	border: solid 1px #fff;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
.rec_wel_other {
	width: 100%;
	background: #f8eeee;
	padding: 30px 30px 45px 30px;
	margin: 30px 0 0 0;
	box-sizing: border-box;
}
.rec_wel_other h4 {
	font-size: 20px;
	color: #b01717;
	margin: 0 0 30px 0;
}
.rec_wel_other_in {
	display: flex;
	justify-content: space-between;
}
.rec_wel_other_in ul {
	font-size: 14px;
	line-height: 34px;
}
.rec_wel_other_in ul li {
	position: relative;
	padding-left: 25px;
}
.rec_wel_other_in ul li::before {
	content: "";
	width: 17px;
	height: 17px;
	border-radius: 3px;
	border: solid 1px #111;
	background: #fff;
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0;
}
.rec_sal_wrap {
	width: 100%;
}
.rec_sal_in {
	width: 1100px;
	margin: 0 auto 60px auto;
	display: flex;
	column-gap: 100px;
}
.rec_sal_te {
	width: 600px;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 2px;
	& span {
		background: linear-gradient(transparent 60%, #ff6 60%);
		font-weight: bold;
		color: #b11717;
	}
}
.rec_sal_con {
	width: 1040px;
	margin: 0 auto 120px auto;
	display: flex;
	justify-content: space-between;
}
.rec_sal_con li {
	background: #eee;
	width: 236px;
	text-align: center;
	padding: 20px 0 0 0;
	border-radius: 10px;
}
.rec_sal_con li img {
	margin: 15px 0 20px 0;
}
.rec_sal_con li p {
	font-size: 15px;
	line-height: 26px;
	width: 190px;
	text-align: left;
	margin: 0 auto 5px auto;
}
.rec_sal_con li p span {
	font-size: 12px;
	background: #111;
	color: #fff;
	padding: 3px 6px 3px 6px;
	border-radius: 5px;
	margin-right: 6px;
}
.rec_sal_con li p span:nth-child(2) {
	margin-left: 10px;
}
.rec_sal_con li:nth-child(4) div {
	margin: 0 auto 20px auto;
}
.rec_sal_con li div {
	display: flex;
	width: 190px;
	margin: 0 auto;
}
.rec_sal_con li div span {
	font-size: 12px;
	background: #111;
	color: #fff;
	padding: 1px 5px 3px 5px;
	border-radius: 5px;
	margin-right: 6px;
	width: 35px;
	height: 18px;
}
.rec_sal_con li div p {
	line-height: 20px;
}
.rec_req_wrap {
	width: 100%;
	background-image: url(/recruit/img/rec_req_bg.webp);
	padding: 100px 0 0 0;
	background-size: cover;
}
.rec_req_inner {
	width: 1100px;
	margin: 0 auto;
}
.rec_req_ti {
	color: #fff;
	margin-bottom: 50px;
}
/* 参考 */
.rec_req_con {
	width: 100%;
	margin: 0 auto;
}
.rec_req_btn_area {
	width: 1100px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}
.rec_req_ti p {
	color: #fff;
}
.rec_req_btn_area li {
	display: flex;
	width: 530px;
	height: 74px;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	border: solid 1px #fff;
}
.rec_req_item_wrap {
	padding: 80px 0 0 0;
}
.rec_req_item.panel {
	display: none;
}
.rec_req_item.panel.is-show {
	display: block;
}
.tab.is-active {
	color: #111;
	background: #fff;
}
.rec_req_table {
	width: 100%;
	padding: 0 0 50px 0;
}
.rec_req_table tr {
	margin-bottom: 50px;
	display: block;
}
.rec_req_table th {
	width: 160px;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 500;
	color: #fff;
	vertical-align: top;
	line-height: 30px;
}
.rec_req_table td {
	width: 840px;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 500;
	color: #fff;
	line-height: 30px;
}
.entry_btn {
	position: fixed;
	bottom: 0px;
	background-color: #0008;
	width: 100%;
	padding: 10px 0;
	z-index: 1;
	& a {
		display: block;
		width: 500px;
		margin: 0 auto;
		text-align: center;
		background-color: #d80000;
		line-height: 55px;
		font-size: 18px;
		border-radius: 5px;
		font-weight: bold;
		position: relative;
		&:after {
			content: "";
			margin: auto;
			position: absolute;
			top: 0;
			bottom: 0;
			right: 30px;
			width: 9px;
			height: 9px;
			border-top: 2px solid #fff;
			border-right: 2px solid #fff;
			transform: rotate(45deg);
		}
	}
}
/* /参考 */
/* ----------------------------------------
　/recruit
---------------------------------------- */