@charset "UTF-8";

/* !ページタイトル -------------------------------------------------------------- */
.page-title-bg {
	position: relative;
	width: 100%;
	height: 28.625em;
}
.page-title-bg::before {
	position: absolute;
	width: 100%;
	height: 47.8%;
	bottom: 0;
	left: 0;
	background: #f3f3f3;
	display: block;
	content: "";
	z-index: -1;
}
.page-title {
	height: 15em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 1em;
}
.page-title + p {
	height: 13.625em;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media screen and (max-width: 1024px) {
	.page-title + p {
		padding-right: 5%;
	}
}
@media screen and (max-width: 540px) {
	.page-title-bg {
		height: inherit;
	}
	.page-title-bg::before {
		height: 60%;
	}
	.page-title {
		height: inherit;
		padding-bottom: .5em;
		padding-top: 7vw;
	}
	.page-title + p {
		height: inherit;
		padding-bottom: 2em;
	}
}
.uppercase {
	text-transform: uppercase;
}


/* !パンくずリスト -------------------------------------------------------------- */
.breadcrumb {
	width: 94%;
	max-width: 1366px;
	margin: 0 auto;
	padding: 1.8em 0 4em;
	text-align: right;
}
.breadcrumb li {
	display: inline;
}
.breadcrumb li::after {
	content: "/";
	margin-left: 1em;
	margin-right: 1em;
}
.breadcrumb li:last-child::after {
	content: none;
}
.breadcrumb li a {
}
.breadcrumb li a:hover {
}
.breadcrumb li:last-child {
	color: #b4b4b4;
	font-weight: 600;
}
.breadcrumb li a br {
	display: none;
}
@media screen and (max-width: 540px) {
	.breadcrumb {
		width: 86.5%;
		padding: 0 0 2.5em;
	}
	.breadcrumb li::after {
		margin-left: .5em;
		margin-right: .5em;
	}
}


/* !decoration -------------------------------------------------------------- */
.border-bottom {
	border-bottom: 1px solid;
}


/* !contents -------------------------------------------------------------- */
.h2-title {
	position: relative;
}
.h2-title::after {
	position: absolute;
	border-bottom: 1px solid;
	width: 98.4%;
	height: 1px;
	bottom: 0;
	right: 0;
	display: block;
	background: #000;
	content: "";
}
.h2-title h2 {
	border-left: 1px solid;
	padding-left: 1.2em;
	padding-bottom: 1em;
}
.h2-title-logo {
	padding-bottom: .8em;
}
.business-under-nav a:hover {
	color: #49a4b3;
}
@media screen and (max-width: 540px) {
	.h2-title {
		position: relative;
		margin-bottom: 6vw;
	}
	.h2-title h2 {
		padding-left: .5em;
		padding-bottom: .5em;
	}
	.h2-title-logo {
		padding-left: 3vw;
	}
	.h2-title-logo img {
		max-width: 26vw;
		max-height: 14vw;
		width: auto;
	}
}


.news-cat-nav {
	border-top: 1px solid;
}
.news-cat-nav li {
	border-bottom: 1px solid;
}
.news-cat-nav a {
	display: block;
	padding: 1em 0;
}
.news_list-archive-wrap {
	padding: 5.6% 0 9% 9.2%;
}
.news_list-archive-wrap p {
	width: 85%;
}
@media screen and (max-width: 1024px) {
	.news-cat-nav {
		border-top: none;
	}
	.news-cat-nav li {
		margin-right: .5em;
		margin-top: .6em;
	}
	.news-cat-nav a {
		padding: .7em 2.7em .7em 0;
	}
	.news_list-archive-wrap {
		padding: 5.6% 6.9% 9%;
	}
	.news_list-archive-wrap p {
		width: 100%;
	}
}
@media screen and (max-width: 540px) {
	.news_list-archive-wrap {
		padding: 9% 6.9%;
	}
}


.content-inner {
	padding: 4.5em 3.7em;
}
.content-inner2 {
	padding: 2.8em 3.7em;
}
.content-inner3 {
	padding: 1.8em 3.7em .8em;
}
@media screen and (max-width: 540px) {
	.content-inner {
		padding: 2em 6% 3em;
	}
	.content-inner2 {
		padding: 2em 6%;
	}
	.content-inner3 {
		padding: 1.5em 6% .1em;
	}
}


.vk--modalcontainerWrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,.65);
	padding: 0;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	z-index: 100;
	overflow-y: scroll;
	scrollbar-width: none;
	overscroll-behavior: none;
}
.vk--modalcontainerWrap::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.vk--modalcontainerWrap.active{
	opacity: 1;
	visibility: visible;
}
.vk--modalcontainer {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 1200px;
	width: 90%;
	background: #fff;
	padding: 4em;
}
.vk--savebtn {
	background: #000;
	color: #fff;
	font-size: 1.125em;
	display: inline-block;
	padding: .45em 0 .6em;
	border-radius: .3em;
	cursor: pointer;
	width: 18em;
	margin-top: 2em;
}
.modal-close {
	position: absolute;
	right: 2em;
	top: 1.9em;
	width: 2.75em;
	height: 2.75em;
	cursor: pointer;
}
.modal-close::before,
.modal-close::after {
	background: #000;
	content: "";
	width: 140%;
	height: 1px;
	display: block;
	transform: rotate(45deg);
	position: absolute;
	left: -20%;
	top: 50%;
}
.modal-close::after {
	transform: rotate(-45deg);
}
.jobselectbox.vkfs {
	text-align: center;
}
.jobselectbox .vkfs__input-wrap,
.vk--selectbtnWrap {
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.vk--modalcontainer {
		padding: 6% 6% 15%;
	}
}
@media screen and (max-width: 540px) {
	.vk--modalcontainer {
		padding: 6% 6% 20%;
	}
	.modal-close {
		right: 1em;
		top: 1em;
		width: 2em;
		height: 2em;
	}
}
.veu_adminEdit {
	display: none !important;
}

.jobselectbox.vkfs .btn[type=submit] {
	background: #000;
	color: #fff;
	font-size: 1.125em;
	display: inline-block;
	padding: .45em 0 .6em;
	border-radius: .3em;
	width: 18em;
	letter-spacing: 0.05em;
	margin-top: 2em;
}
.jobselectbox.vkfs:where(:not(.vkfs__layout--min)) .btn[type=submit] {
    margin-left: auto;
    margin-right: auto;
	margin-top: 2em;
	width: 18em;
}
.jobselectbox .vkfs__label-name {
	font-size: 1.375em;
	border-bottom: 1px solid;
	padding: .3em 0;
}
.jobselectbox .vkfs__taxonomy .vkfs__label-name {
	margin-bottom: 1em;
}
.jobselectbox .vkfs__input-wrap {
}
.jobselectbox .vkfs__input-wrap li {
	padding: 1em 1.25em 1em 1.6em;
}
.jobselectbox.vkfs input[type=checkbox] {
	top: 1.35em;
}
.vk--selectbtnWrap {
	width: 30.7%;
	margin-left: 3.95%;
}
.vk--selectbtnWrap:first-child {
	margin-left: 0;
	width: 65.35%;
}
.vk--selectbtn {
	border: 1px solid #000;
	cursor: pointer;
	padding: .35em 1.2em .5em;
	border-radius: .3em;
	margin-top: .3em;
	position: relative;
	white-space: nowrap;
}
.vk--selectbtn::after {
	content: "▼";
	font-size: 70%;
	position: absolute;
	right: 1.6em;
	top: 1em;
}
.vk--clearbtn {
	position: absolute;
	right: 4em;
	bottom: 4em;
	border-bottom: 1px solid;
	padding-bottom: .4em;
	cursor: pointer;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 540px) {
	.vk--selectbtnWrap {
		width: 100%;
		margin-left: 0;
	}
	.vk--selectbtnWrap:first-child {
		width: 100%;
	}
	.vk--selectbtn {
		padding: .25em .8em .2em;
		margin-bottom: 2vw;
	}
	.vk--selectbtn::after {
		top: .7em;
	}
	.jobselectbox.vkfs:where(:not(.vkfs__layout--min)) .btn[type=submit] {
		margin-top: 1em;
	}
	.vk--clearbtn {
		right: 6%;
		bottom: 5vw;
		padding-bottom: .2em;
	}
	.jobselectbox .vkfs__input-wrap li {
		padding: .6em 0 .6em 1.6em;
	}
	.jobselectbox .vkfs__input-wrap .vkfs__children li {
		padding: .6em 0 0 1.6em;
	}
	.jobselectbox.vkfs input[type=checkbox] {
		top: .7em;
	}
	.vkfs input[type=checkbox]:before, .vkfs input[type=radio]:before {
		width: 1.2em !important;
		height: 1.2em !important;
	}
}



.btn_pagelink {
}
.btn_pagelink li {
	border-right: 1px solid;
}
.btn_pagelink li:first-child {
	border-left: 1px solid;
}
.btn_pagelink a {
	display: block;
	padding: .15em 1em .15em 0;
}
.map iframe {
	width: 100%;
	height: 19.5em;
}
.arrow-circle.arrow-circle-under::before {
	transform: translateY(-50%) rotate(90deg);
	right: 2em;
}
.arrow-circle.arrow-circle-under::after {
	transform: translateY(-50%) rotate(90deg);
	right: 2.6em;
}
.arrow-circle.arrow-circle-under:hover::before {
	top: 60%;
}
.arrow-circle.arrow-circle-under:hover::after {
	top: 60%;
}
@media screen and (max-width: 1024px) {
	.map iframe {
	}
	.arrow-circle.arrow-circle-under::before {
		right: 1em;
	}
	.arrow-circle.arrow-circle-under::after {
		right: 1.6em;
	}
}
@media screen and (max-width: 540px) {
	.map iframe {
	}
	.btn_pagelink {
		padding: 0;
	}
	.btn_pagelink a {
		padding: .3em 1em .3em 0;
		margin: .4em auto;
	}
	.btn_pagelink li:first-child {
		border-left: none;
	}
	.btn_pagelink li:first-child a {
		border-right: 1px solid;
	}
	.btn_pagelink li {
		border-right: none;
	}
	.btn_pagelink li + li + li {
		border-top: 1px solid;
	}
	.about .btn_pagelink li + li {
		border-top: 1px solid;
	}
	.about .btn_pagelink li:first-child a {
		border-right: none;
	}
	.about .btn_pagelink li + li a {
		border-right: 1px solid;
	}
	.about .btn_pagelink li + li + li a {
		border-right: none;
	}
	.arrow-circle.arrow-circle-under::before {
		right: 1.6em;
	}
	.arrow-circle.arrow-circle-under::after {
		right: 2.2em;
	}
}

.history-year {
	width: 23%;
	padding: 0;
	line-height: 1;
	padding-bottom: .25em;
	padding-top: .5em;
	letter-spacing: 0.04em;
}
.history-year:first-of-type {
	padding-top: 0;
}
.history-dl {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.4;
	position: relative;
}
.history-dl dt {
	width: 23%;
	text-align: right;
	padding: .6em 1.1em;
	font-weight: 500;
}
.history-dl dd {
	width: 77%;
	padding: .6em 0 .6em 1.1em;
	position: relative;
}
.history-dl dt > span,
.history-dl dd > span {
	height: 100%;
	display: flex;
	align-items: center;
}
.history-dl dt > span {
	justify-content: flex-end;
}
.history-dl dt span span {
	padding-bottom: .2em;
}
.history-dl dd::before {
	content: "●";
	position: absolute;
	left: -.56em;
	top: 50%;
	transform: translateY(-50%);
	font-size: 58%;
}
.history-dl-wrap {
	position: relative;
	padding-bottom: 2em;
}
.history-dl-wrap::before {
	position: absolute;
	background: #000;
	display: block;
	width: 1px;
	height: 100%;
	top: 0;
	left: 23%;
	content: "";
}
.history-yearnav {
	position: sticky;
}
.history-yearnav a {
	display: block;
	position: relative;
}
.history-yearnav a::before,
.history-yearnav a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.history-yearnav a::before {
	background: #b4b4b4;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	left: 2.85em;
}
.history-yearnav a:hover::before {
	background: #000;
}
.history-yearnav a::after {
	background: #fff;
	left: 3.2em;
	width: .37em;
	height: .58em;
	clip-path: polygon(19% 0, 100% 50%, 19% 100%, 0 87%, 63% 50%, 0 13%);
}
a.anchor2 {
    display: block;
    padding-top: 12em;
    margin-top: -12em;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 540px) {
}



.dl_shop {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid;
}
.dl_shop dt {
	width: 17.6%;
	padding: 1.1em 0 1.1em 1.5em;
	border-bottom: 1px solid;
	font-weight: 700;
	background: #f3f3f3;
}
.dl_shop dd {
	width: 82.4%;
	padding: 1.1em 0 1.1em 1.5em;
	border-bottom: 1px solid;
}
.single-job .dl_shop dt {
	width: 18.5%;
}
.single-job .dl_shop dd {
	width: 81.5%;
}
.dl_shop dd img {
	margin: .6em 0;
}
.dl_shop dd a {
	position: relative;
	border-bottom: 1px solid;
	color: #000;
	display: inline-block;
	font-weight: 700;
	padding: .2em 0;
	margin: .5em 0;
}
.dl_shop dd a::before,
.dl_shop dd a::after {
	content: "";
	display: block;
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	transition: .2s;
}
.dl_shop dd a::before {
	background: #000;
	width: 1.56em;
	height: 1.56em;
	border-radius: 50%;
	right: -2.3em;
}
.dl_shop dd a::after {
	background: #fff;
	right: -1.75em;
	width: .39em;
	height: .61em;
	clip-path: polygon(19% 0, 100% 50%, 19% 100%, 0 87%, 63% 50%, 0 13%);
}
.detail-shop figure {
	text-align: center;
}
.detail-shop figure img {
	border-radius: .315em;
}
.detail-shop .flex-w48 + .flex-w48 {
	margin-left: 4%;
}
@media screen and (max-width: 1024px) {
	.single-job .dl_shop dt {
		width: 21%;
	}
	.single-job .dl_shop dd {
		width: 79%;
	}
}
@media screen and (max-width: 540px) {
	.dl_shop {
		border-top: none;
	}
	.dl_shop dt {
		width: 100%;
		border-bottom: none;
		padding: .5em 0 .5em 1em;
	}
	.dl_shop dd {
		width: 100%;
		padding: .6em 0 .8em;
		border-bottom: none;
	}
	.detail-shop .flex-w48 + .flex-w48 {
		margin-left: 0;
		margin-top: 5vw;
	}
	.detail-shop .shop-cat {
		margin-bottom: 1.6vw;
		margin-top: 1vw;
	}
	.single-job .dl_shop dt {
		width: 100%;
	}
	.single-job .dl_shop dd {
		width: 100%;
	}
}


.tax-shopcat-txt {
	border-left: 1px solid;
	border-right: 1px solid;
	padding: 0 1.4em;
	margin-right: 1.8em;
}
.tax-shopcat-logo {
	padding-left: 2em;
}
.shop-resultnum {
	padding: 0 1em .2em;
	line-height: 1.8;
}
.shop-resultnum span span {
	vertical-align: -0.1em;
}

.arrow-shoplist {
	position: relative;
}
.arrow-shoplist::before {
	position: absolute;
	right: 0;
	bottom: 1em;
	width: 3.75em;
	height: 2.25em;
	display: block;
	content: "";
	background: #000;
	transition: .2s;
	border-radius: .28em;
}
.arrow-shoplist::after {
	position: absolute;
	right: 1em;
	bottom: 1.68em;
	width: 1.6em;
	height: .875em;
	display: block;
	content: "";
	background: #fff;
	transition: .2s;
	clip-path: polygon(0 42%, 85% 42%, 66% 11%, 72% 0%, 100% 50%, 72% 100%, 66% 89%, 85% 58%, 0 58%);
}
.arrow-shoplist:hover::before {
	background: #49a4b3;
}
.post-type-archive-job .arrow-shoplist::before {
	right: 3.75em;
	bottom: 2.5em;
}
.post-type-archive-job .arrow-shoplist::after {
	right: 4.75em;
	bottom: 3.18em;
}
.dl-shoplist {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.7;
	width: 88%;
}
.dl-shoplist dt {
	width: 17%;
	font-weight: 500;
	padding: .2em 0;
}
.dl-shoplist dd {
	width: 83%;
	padding: .2em 0;
}
.post-type-archive-job .dl-shoplist dt {
	width: 20%;
}
.post-type-archive-job .dl-shoplist dd {
	width: 80%;
}
@media screen and (max-width: 540px) {
	.tax-shopcat-txt {
		margin-bottom: 2.5vw;
		display: inline-block;
	}
	.tax-shopcat-logo {
		padding-left: 0;
		margin-top: 3.5vw;
	}
	.tax-shopcat-logo img {
		max-width: 26vw;
		max-height: 14vw;
		width: auto;
	}
	.dl-shoplist {
		width: 100%;
	}
	.dl-shoplist dt {
		width: 19%;
	}
	.dl-shoplist dd {
		width: 81%;
	}
	.post-type-archive-job .dl-shoplist dt {
		width: 22%;
	}
	.post-type-archive-job .dl-shoplist dd {
		width: 78%;
	}
	.post-type-archive-job .arrow-shoplist::before {
		right: 1.7em;
		bottom: 2em;
	}
	.post-type-archive-job .arrow-shoplist::after {
		right: 2.7em;
		bottom: 2.68em;
	}
}


.container-left2-inner p {
	padding-left: 14.5vw;
	padding-left: calc(calc(calc(100vw - 1000px) /2) + 60px);
}
@media screen and (min-width: 1441px) {
	.container-left2-inner p {
		padding-left: 280px;
	}
}
.txt_bgwhite {
	border-radius: 0 .315em .315em 0;
	padding: .25em 0 0;
	width: 90%;
}
@media screen and (max-width: 1024px) {
	.container-left2-inner p {
		padding-left: 6.9vw;
	}
}
@media screen and (max-width: 540px) {
	.container-left2-inner p {
		padding-left: 6vw;
	}
	.txt_bgwhite {
		margin-left: -6.9vw;
		padding-left: 6.9vw;
	}
}
.h-title-waku {
	display: inline-block;
	width: 12.4em;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 0.32em 0;
}
.h-title-waku span {
	display: inline-block;
	background: #fff;
	width: 93.8%;
	padding: .25em 0;
	position: relative;
}
.h-title-waku span::before,
.h-title-waku span::after {
	position: absolute;
	width: 1px;
	background: #000;
	height: 100%;
	top: 0;
	content: "";
	display: block;
}
.h-title-waku span::before {
	left: -3.1%;
}
.h-title-waku span::after {
	right: -3.1%;
}
.ol_num {
	text-align: left;
}
.ol_num li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
	padding: .2em 0 .2em 2.8em;
}
.ol_num li::after {
	content: counter(cnt);
	vertical-align: -0.5em;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.375em;
	display: inline-block;
	position: absolute;
	left: .4em;
	top: 0;
}
.ol_num li::before {
	background: #fff;
	width: 1.875em;
	height: 1.875em;
	display: inline-block;
	position: absolute;
	left: 0;
	top: .4em;
	content: "";
}
.ol_num-inner {
	width: 10.4em;
	display: inline-block;
}
.pc-pl {
	padding-left: 5.34%;
	border-left: 1px solid;
}
@media screen and (max-width: 540px) {
	.ol_num {
		padding: 0 5%;
	}
	.ol_num-inner {
		width: auto;
		display: block;
	}
	.pc-pl {
		padding-left: 0;
		border-left: none;
	}
	.sp-mw {
		width: 70%;
		margin-left: 15%;
	}
}



.job-list {
	padding: 2.8em 3.7em;
	display: block;
	transition: .2s;
}
.job-list:hover {
	background: rgba(208,233,237,.5);
}
@media screen and (max-width: 540px) {
	.job-list {
		padding: 2em 6% 4em;
	}
	.job-list h2 br {
		display: none;
	}
}


.video {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.sns-l,
.sns-i,
.sns-f,
.sns-g {
	display: block;
	width: 2.125em;
	height: 2.125em;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position:center;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	margin-right: .6em;
}
.sns-other {
	display: inline-block;
	width: auto;
	height: 2.125em;
}
.sns-g {
	width: 2.43em;
	background-size: 95%;
}
.sns-l {
	background-image: url(../images/icon-line.svg); 
}
.sns-i {
	background-image: url(../images/icon-instagram.svg); 
}
.sns-f {
	background-image: url(../images/icon-facebook.svg); 
}
.sns-g {
	background-image: url(../images/google-my-business-logo.svg); 
}
.sns-other img {
	height: 100%;
	width: auto;
}

.job-new {
	width: 3.75em;
	margin-left: 1.5em;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 540px) {
	.job-new {
		margin-left: .8em;
	}
}











