/* --------------------------------------------------- */
/* #header */
#header {}

/* spview */
@media screen and (max-width:767px) {}

/* --------------------------------------------------- */
/* global navi */
#gnav>li a {}

/* spview */
@media screen and (max-width:767px) {}

/* primary navi */
#pnav>li span {}

/* spview */
@media screen and (max-width:767px) {}



/* --------------------------------------------------- */
/* タイトル */
.content-title {
	color: #7e318e;
	font-size: 60px;
	line-height: 1.0em;
	font-weight: bold;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
}

.content-title::after {
	content: attr(data-text) "";
	color: #333;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 800;
	margin-top: 15px;
}

.content-title::before {
	content: "";
	position: absolute;
	height: 5px;
	background: #7e318e;
}

.content-title.bd-left::before {
	top: 0.6em;
	left: -0.25em;
	width: calc(100vw - 50%);
	transform: translateX(-100%);
}

.content-title.bd-right::before {
	top: 0.6em;
	right: 4em;
	width: calc(100vw - 50%);
	transform: translateX(100%);
}

.content-title.bd-top {
	align-items: center;
}

.content-title.bd-top::before {
	top: 0;
	right: 50%;
	width: 5px;
	height: 1.05em;
	background: #7e318e;
	transform: translateY(-100%);
}

/* spview */
@media screen and (max-width:767px) {
	.content-title {
		font-size: 38px;
		margin-bottom: 30px;
	}

	.content-title::after {
		font-size: 18px;
		margin-top: 8px;
	}
}




/* mainvisual */
/* --------------------------------------------------- */
#mv {
	padding: 0;
	background-image: url(../images/main_img.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

#mv .lay_lqd {
	width: 100%;
	height: 550px;
}

#mv .lay_lqd::before,
#mv .lay_lqd::after {
	content: none;
}

.mv_text {
	padding-top: 6em;
}

.mv_head {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px 0;
}

.mv_head span {
	color: #333;
	font-size: 36px;
	font-family: "Zen Old Mincho", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	background: rgba(255, 255, 255, 0.4);
	padding: 0 0.75em;
}

.mv_lead {
	margin-top: 10px;
	display: flex;
	align-items: flex-end;
	gap: 0 0;
}

.mv_lead p {
	font-size: 20px;
	font-feature-settings: "palt";
	letter-spacing: 0.075em;
}

.mv_lead p span {
	color: #333;
	font-size: 24px;
	font-weight: 700;
}

@media screen and (max-width:1200px) {
	#mv {
		background-size: cover;
	}

	#mv .lay_lqd {
		height: 50vw;
	}

	.mv_text {
		padding-top: 3.5em;
	}

	.mv_head span {
		font-size: 28px;
	}

	.mv_lead p {
		font-size: 16px;
	}

	.mv_lead p span {
		font-size: 20px;
	}
}

/* spview */
@media screen and (max-width:767px) {
	#mv {
		background-image: url(../images/main_img.png);
		background-position: center right 40%;
	}

	#mv .lay_lqd {
		height: auto;
	}

	.mv_text {
		padding: 30px 2.5vw 20px;
	}

	.mv_head span {
		font-size: 18px;
		padding: 0 0.5em;
	}

	.mv_lead {
		flex-wrap: wrap;
	}

	.mv_lead p {
		font-size: 16px;
	}

	.mv_lead p span {
		font-size: 22px;
	}
}



.mv_form {
	width: fit-content;
	padding: 0 0;
	margin: 30px 0;
}

.mv_form form {}

.top_search_form {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 0 10px;
}

.mv_form_input {
	font-size: 16px;
	/* width: calc((100% - 200px) / 2); */
	min-width: 200px;
	padding: 8px 8px;
	margin: 0 0;
	background: url(../images/select_arrow.png) no-repeat #fff;
	background-position: 95% center;
	border: 1px solid #7e318e;
	border-radius: 10px;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.mv_form_x {
	width: 23px;
	height: 23px;
	vertical-align: middle;
	margin: 15px 0;
}

.btn_img_css {
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 15px 1em;
	background: #7e318e;
	border-radius: 8px;
	width: 130px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	cursor: pointer;
}

/*.mv_form_wrap { background: #E0FBFE; }
.mv_form {
	width:100%;
	padding: 18px 0;
	text-align:center;
	margin:0 auto;
	background: rgba(0,0,0,.3);
	position: absolute;
	bottom: 0;
	left: 0;
}
.mv_form form {
    width: 700px;
    margin: 0 auto;
}
.mv_form_input,
.mv_form_submit { vertical-align:middle; }
.mv_form_input {
	width:65%;
	height: 53px;
	font-size: 18px;
}
.mv_form_submit { 
	width:25%;
	letter-spacing: 1px;
	font-size: 15px;
	height: 55px;
	line-height: 1;
}*/

/* spview */
@media screen and (max-width:767px) {
	.mv_form {
		padding: 0 2.5vw 20px;
		margin: 0 0 0;
	}

	.top_search_form {
		justify-content: center;
		gap: 10px 10px;
	}

	.mv_form_x {
		width: 18px;
		height: 18px;
	}

	.mv_form_input {
		width: calc((100% - 38px) / 2);
		min-width: inherit;
	}

	.btn_img_css {
		width: 35%;
		height: 50px;
	}
}



/* kyujin_list */
/* --------------------------------------------------- */
.kyujin_list {
	display: flex;
	flex-wrap: wrap;
}

.kyujin_list .item {
	margin: 0 1em;
	/*box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);*/
}

.kyujin_list .item figure {
	height: 200px;
}

.kyujin_list .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 13px;
}

.kyujin_list .item .inner {
	color: #333;
	margin: 15px 0 0;
}

.kyujin_list .item .company_name {
	font-size: 15px;
	font-weight: bold;
}

.kyujin_list .item .kyujin_title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
}

.kyujin_list .tag_list {
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 10px;
}

.kyujin_list .tag_list .tag {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.8em;
	padding: 0.25em 1.25em;
	border-radius: 50px;
}

.kyujin_list .tag_list .tag.new {
	background: #8e499c;
}

.kyujin_list .tag_list .tag.koyou {
	background: #ee87b4;
}

.kyujin_list .tag_list .tag.jobtype {
	background: #90bcff;
}

.kyujin_list .overview {
	margin-top: 10px;
}

.kyujin_list .overview li {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.kyujin_list .overview li::before {
	content: "";
	display: inline-block;
	min-width: 20px;
	min-height: 18px;
	margin-right: 0.5em;
}

.kyujin_list .overview li.saraly::before {
	background: url(../images/i_saraly.png) no-repeat center;
	background-size: contain;
}

.kyujin_list .overview li.area::before {
	background: url(../images/i_area.png) no-repeat center;
	background-size: contain;
}

.kyujin_list .overview li.clock::before {
	background: url(../images/i_time.png) no-repeat center;
	background-size: contain;
}

.kyujin_list .overview li.calender::before {
	background: url(../images/i_schedule.png) no-repeat center;
	background-size: contain;
}

.kyujin_list .overview li p {
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

.kyujin_list .taisyo {
	width: 100%;
	line-height: 1.3em;
	background: #e7e7e8;
	padding: 0.75em 0.75em;
	margin-top: 10px;
	display: flex;
}

.kyujin_list .taisyo span {
	color: #137ac0;
	font-size: 16px;
	font-weight: bold;
	padding-right: 1em;
	word-break: keep-all;
}

/* spview */
@media screen and (max-width:767px) {
	.kyujin_list .item {
		/*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);*/
	}

	.kyujin_list .item figure {
		height: 33vw;
	}

	.kyujin_list .item .inner {
		padding: 0.5em 0.5em;
	}

	.kyujin_list .item .company_name {
		font-size: 13px;
	}

	.kyujin_list .item .kyujin_title {
		font-size: 13px;
	}

	.kyujin_list .tag_list .tag {
		font-size: 12px;
		line-height: 1.2em;
		padding: 0.25em 0.5em;
	}

	.kyujin_list .overview {
		margin-top: 5px;
	}

	.kyujin_list .overview li {
		font-size: 12px;
	}

	.kyujin_list .overview li::before {
		width: 18px;
		height: 15px;
	}

	.kyujin_list .taisyo {
		padding: 0.5em 0.5em;
	}

	.kyujin_list .taisyo span {
		font-size: 14px;
	}

	.kyujin_list .slick-prev,
	.kyujin_list .slick-next {
		width: 2rem;
		height: 2rem;
		z-index: 1;
	}

	.kyujin_list .slick-prev {
		left: -10px;
	}

	.kyujin_list .slick-next {
		right: -10px;
	}

}




/* hotcompany */
/* --------------------------------------------------- */
#hotcompany {
	margin-top: -15em;
	position: relative;
}

#hotcompany .content-title {
	margin-bottom: 15px;
}

#hotcompany .kyujin_list .item {}

@media screen and (max-width:1200px) {
	#hotcompany {
		margin-top: -10em;
	}
}

/* spview */
@media screen and (max-width:767px) {
	#hotcompany {
		margin-top: 0;
	}

	#hotcompany .kyujin_list .item {
		margin: 5px 5px;
	}

}


/* new_list */
/* --------------------------------------------------- */
.new_list {
	max-width: 700px;
}

.new_list li {
	background: #fff;
	border: 1px solid #e3e3e3;
	margin: 0.3rem;
}

.new_list_image {
	text-align: center;
	overflow: hidden;
}

.new_list_image img {
	width: 100%;
	height: auto;
}

.new_list_data {
	padding: 0.5em 1em 0;
	background: #fff;
}

.new_list_data>p {
	color: #9d9d9d;
	font-size: 80%;
}

.new_list_data>p:first-child {}

.new_list_text {
	padding: 0.5em 1em 0;
}

.new_list_btn {
	padding: 0.5em 1em 1em;
	border-left: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;

	text-align: right;
}

/* spview */
@media screen and (max-width:767px) {
	.new_list {}
}



/* topSearch */
/* --------------------------------------------------- */
#topSearch {}

#topSearch .outer {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 5em;
}

#topSearch .inner {
	/* width: calc((100% - 5em) / 2); */
	width: 100%;
}

.topSearch_title {
	font-size: 24px;
	line-height: 1.2em;
	padding: 0.75em 0.75em;
	margin-bottom: 30px;
	border-radius: 8px;
}

@media screen and (max-width:1200px) {
	#topSearch .outer {
		gap: 0 2.5em;
	}

	#topSearch .inner {
		width: calc((100% - 2.5em) / 2);
	}

	.topSearch_title {
		padding: 0.75em 0.75em;
	}
}

@media screen and (max-width:767px) {
	#topSearch .outer {
		flex-direction: column;
	}

	#topSearch .inner {
		width: 100%;
		margin-bottom: 20px;
	}

	#topSearch .inner:last-child {
		margin-bottom: 0;
	}

	.topSearch_title {
		font-size: 16px;
		padding: 0.5em 0.75em;
		margin-bottom: 20px;
	}
}

/* エリアから探す */
#topSearch .area {}

#topSearch .area .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#topSearch .area_map {
	position: relative;
}

#topSearch .area_map figure {
	text-align: center;
}

#topSearch .area_map img {
	width: 100%;
	max-width: 431px;
}

#topSearch .area_map .area_map_link {
	text-align: center;
	color: #7e318e;
	font-size: 18px;
	border: 1px solid #7e318e;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 8px;
	width: 110px;
	display: inline-block;
	position: absolute;
	transform: translate(-50%, -50%);
}

#topSearch .area_map .ibaraki {
	top: 36%;
	right: 0;
}

#topSearch .area_map .tochigi {
	top: 20%;
	left: 56%;
}

#topSearch .area_map .gunma {
	top: 29%;
	left: 30%;
}

#topSearch .area_map .saitama {
	top: 51%;
	left: 40%;
}

#topSearch .area_map .chiba {
	bottom: 16%;
	right: 5%;
}

#topSearch .area_map .tokyo {
	bottom: 30%;
	left: 22%;
}

#topSearch .area_map .kanagawa {
	bottom: 10%;
	left: 23%;
}

@media screen and (max-width:1200px) {
	#topSearch .area_map img {
		width: 80%;
	}

	#topSearch .area_map .area_map_link {
		font-size: 14px;
		line-height: 1.4em;
		padding: 0.25em 1em;
		width: inherit;
	}
}

@media screen and (max-width:767px) {
	#topSearch .area_map {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 10px 10px;
	}

	#topSearch .area_map figure {
		display: none;
	}

	#topSearch .area_map .area_map_link {
		font-size: 14px;
		padding: 0.5em 0.5em;
		width: calc((100% - 30px) / 4);
		position: static;
		transform: inherit;
	}

}


/* 職種から探す */
#topSearch .syokushu_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 1em 1em;
}

#topSearch .syokushu_list a {
	/* width: calc((100% - 1em) / 2); */
	width: calc((100% - 1.8em) / 3);
	color: #333;
	font-size: 16px;
	font-weight: 600;
	/* font-feature-settings: "palt"; */
	padding: 0.75em 0.75em;
	border: 1px solid #7e318e;
	border-radius: 8px;
	position: relative;
}

#topSearch .syokushu_list a::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 1px;
	background: url("../images/btn_accent.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 48%;
	right: 0;
}

@media screen and (max-width:1200px) {
	#topSearch .syokushu_list a {
		width: calc((100% - 1em) / 2);
		font-size: 14px;
		line-height: 1.2em;
	}

	#topSearch .syokushu_list a::after {
		width: 13px;
	}
}

@media screen and (max-width:767px) {

	#topSearch .syokushu_list a {
		height: 56px;
		display: flex;
		align-items: center;
	}
}



/* #topStrength */
#topStrength {
	padding: 7.5em 0 5.5em;
}

#topStrength .outer {
	margin-top: 5em;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;

	counter-reset: number 0;
	/* number のカウンタを 0 にセット */
}

#topStrength .item {
	width: calc((100% - 8em) / 3);
	max-width: 370px;
}

#topStrength .item figure {
	text-align: center;
}

#topStrength .item figure img {
	width: 100%;
	height: auto;
}

#topStrength .item .inner {
	width: 100%;
}

#topStrength .strength_title {
	text-align: left;
	color: #333;
	font-size: 22px;
	line-height: 1.3em;
	margin: 15px 0;
	display: flex;
	align-items: center;
}

#topStrength .strength_title::before {
	counter-increment: number 1;
	/* number カウンタを増加 */
	content: "0" counter(number);
	/* 表示形式を指定 */
	color: #7e318e;
	font-size: 70px;
	font-weight: 800;
	margin-right: 0.1em;
}

#topStrength .item p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

@media screen and (max-width:1200px) {
	#topStrength .outer {
		gap: 0 2em;
	}

	#topStrength .item {
		width: calc((100% - 4em) / 3);
	}
}

@media screen and (max-width:767px) {
	#topStrength {
		padding: 0 2.5vw;
	}

	#topStrength .lay_lqd {
		padding: 2.5em 0;
	}

	#topStrength .lay_lqd::after {
		content: none;
	}

	#topKyujin .content_title01:nth-of-type(2) {
		margin-top: 50px;
	}

	#topStrength h2 img {
		width: 80%;
	}

	#topStrength .outer {
		margin-top: 1.5em;
		flex-direction: column;
	}

	#topStrength .item {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	#topStrength .item+.item {
		margin-top: 30px;
	}

	#topStrength .item figure {
		width: 68vw;
		height: 50vw;
		margin: 0 auto 10px;
	}

	#topStrength .item figure img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	#topStrength .item .strength_title {
		font-size: 16px;
		margin: 0 0 10px;
		justify-content: center;
	}

	#topStrength .strength_title::before {
		font-size: 42px;
		line-height: 1.0em;
	}

	#topStrength .item p {
		font-size: 14px;
		line-height: 1.6em;
	}

}



/* topBlog */
#topBlog {
	padding: 7.5em 0 5.5em;
}

#topBlog .content_btn01 {
	margin-bottom: 0;
}

.blog_list {
	padding: 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 50px 50px;
}

.blog_list .item {
	width: calc((100% - 100px) / 3);
}

.blog_list .item figure {
	height: 250px;
}

.blog_list .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 13px;
}

.blog_list .item .blog_list_data {
	padding: 0.75em 0;
}

.blog_list .item .blog_title {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6em;
}

@media screen and (max-width:767px) {
	#topBlog {
		padding: 3.0em 2.5vw;
	}

	.blog_list {
		padding: 1.5em 0 1.5em;
		gap: 20px 20px;
	}

	.blog_list .item {
		width: calc((100% - 20px) / 2);
	}

	.blog_list .item figure {
		height: 30vw;
	}

	.blog_list .item .blog_list_data {
		padding: 0.5em 0.5em;
	}

	.blog_list .item .blog_title {
		font-size: 14px;
	}

}



/* information */
/* --------------------------------------------------- */
#information {
	padding: 7.5em 0 5.5em;
}

.information_list {}

.information_list li {
	font-size: 16px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0.75em 0;
	border-bottom: 1px solid #c1c0c0;
}

.information_list .date {
	font-size: 16px;
	width: 6em;
	display: block;
}

.information_list a {
	color: #333;
	display: inline-block;
}

/* spview */
@media screen and (max-width:767px) {
	#information {
		padding: 3.0em 2.5vw;
	}

	.information_list li {
		flex-direction: column;
		align-items: flex-start;
		padding: 0.5em 0;
	}
}






/* category_list 1&2 */
/* --------------------------------------------------- */

/* clearfix */
.category_list1:before,
.category_list2:before,
.category_list1:after,
.category_list2:after {
	content: " ";
	display: table;
}

.category_list1:after,
.category_list2:after {
	clear: both;
}

/* links */
.category_list1 a,
.category_list2 a {
	text-decoration: none;
	color: #F99422;
}

/* inner box */
.category_list_notes,
.category_list_cate {
	display: table-cell;
	vertical-align: middle;
	padding: 0.25em 0.75em 0.25em 1.25em;
}

.category_list_cate {
	border-right: solid 1px #cdcdcd;
	width: 125px;
	padding: 0.25em;
}

.category_list_cate i {
	vertical-align: middle;
	margin-right: 0.5em;
}

.category_list_keyword {
	vertical-align: middle;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	line-height: 1.1;
}

.category_list_suffix {
	display: block;
	font-size: 75%;
	font-weight: lighter;
	margin-top: 0.5em;
}

.category_list_notes {
	font-size: 12px;
	color: #000;
	/*background-color:#E0FBFE;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* category_list1 */
/* --------------------------------------------------- */

.category_list1 {
	margin: 0 -0.5em;
}

.category_list1 li {
	width: 50%;
	padding: 0 0.25em 0.5em;
	float: left;
}

.category_list1 a {
	height: 78px;
	padding: 0.75em;
	display: table;
	border-collapse: separate;
	border-spacing: 0em;
	width: 100%;
	border: solid 2px #F99422;
	border-radius: 4px;
	background: #fff;
}

.category_list1 a:hover {
	background: #FAEEE1;
}

/* spview */
@media screen and (max-width:767px) {

	.category_list1 li {
		width: auto;
		float: none;
	}
}

/* category_list2 */
/* --------------------------------------------------- */

.category_list2 {
	margin: 0 -0.5em;
}

.category_list2 li {
	width: 33.33333333333333333333333%;
	padding: 0 0.5em 0.5em;
	float: left;
}

.category_list2 a {
	height: 40px;
	line-height: 1.4;
	display: block;
	padding: 0 0.5em 0 0;
	background: #fff;
	border: solid 1px #F53148;
	color: #F53148;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.category_list2 a:hover {}

.category_list2 a:before {
	height: 38px;
	margin-right: 0.5em;
	background: #f5596c;
	color: #fff;
	display: inline-block;
	padding: 0.5em;
	box-sizing: border-box;
	font-family: 'icomoon' !important;
	content: "\e99f";
}


#kodawari .category_list2 a {
	border: solid 1px #fcdf32;
	color: #333;
}

#kodawari .category_list2 a:before {
	background: #fcdf32;
}


#syoku .category_list2 a {
	border: solid 1px #2f6aab;
	color: #333;
}

#syoku .category_list2 a:before {
	background: #2f6aab;
}



/* spview */
@media screen and (max-width:767px) {

	.category_list2 li {
		width: auto;
		float: none;
	}

	#kodawari .search_select {
		padding: 0 12px;
	}

	#kodawari .search_select_list {
		margin-bottom: 15px;
	}
}



/* bnr_media */
/* --------------------------------------------------- */

.bnr_media {
	text-align: center;
}

.bnr_media ul {}

.bnr_media ul li {
	margin: 1em 0.5em;
	display: inline-block;
	text-align: center;
}

/* spview */
@media screen and (max-width:767px) {

	.bnr_media ul {
		letter-spacing: -0.5ex;
		margin: 0 0 0.5em;
	}

	.bnr_media ul li {
		padding: 0 0.5em 0.5em;
		margin: 0;
		width: 33%;
		letter-spacing: normal;
	}

	.bnr_media ul li img {
		width: 100%;
		height: auto;
		max-width: 160px;
	}
}

/* #top_value */
/* --------------------------------------------------- */

#top_value {}

#top_value .image {}

#top_value .image img {}

/* spview */
@media screen and (max-width:767px) {

	#top_value .image img {
		width: 100%;
		height: auto;
		max-width: 200px;
	}
}



/* #top_regist */
/* --------------------------------------------------- */

#top_regist {}

#top_regist .image {}

#top_regist .image img {}

/* spview */
@media screen and (max-width:767px) {

	#top_regist .image img {
		width: 100%;
		height: auto;
		max-width: 200px;
	}
}


.pickup_list {
	display: flex;
	justify-content: space-between;
}

.pickup_list li {
	width: 30%;
	padding: 1rem;
	background: #fff;
}

.pickup_list li img {
	width: 100%;
}

.pickup_list li a {
	width: 100%;
}



#topSearch .area_map.zenkoku {
	width: 100%;
	position: relative;
}

#topSearch .area_map.zenkoku img {
	width: 100%;
	max-width: 500px;
}

#topSearch .area_map.zenkoku .map_item {
	border-radius: 30px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}

#topSearch .area_map.zenkoku a {
	text-align: center;
	color: #7e318e;
	font-size: 16px;
	border: 1px solid #7e318e;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 8px;
	min-width: 110px;
	display: inline-block;
	position: absolute;
	transform: translate(-50%, -50%);
	font-weight: bold;
}

#topSearch .area_map.zenkoku .map_01 {
	position: absolute;
	top: 37%;
	left: 80%;
}

#topSearch .area_map.zenkoku .map_02 {
	position: absolute;
	top: 84%;
	left: 56%;
}

#topSearch .area_map.zenkoku .map_03 {
	position: absolute;
	top: 70%;
	left: 13%;
}

#topSearch .area_map.zenkoku .map_04 {
	position: absolute;
	top: 66%;
	lef;
	left: 74%;
}

#topSearch .area_map.zenkoku .map_05 {
	position: absolute;
	top: 55%;
	left: 32%;
}

#topSearch .area_map.zenkoku .map_06 {
	position: absolute;
	top: 89%;
	lef;
	left: 30%;
}

@media screen and (max-width:767px) {
	#topSearch .area_map.zenkoku {
		display: flex;
		justify-content: space-around;
	}

	#topSearch .area_map.zenkoku .map_item {
		position: initial;
		transform: inherit;
		width: 31%;
	}
}



/* modal */
.modal {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}

.modal__bg {
	background: rgba(0, 0, 0, 0.6);
	height: 100vh;
	position: absolute;
	width: 100%;
}

.modal__content {
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
}

.js-modal-close {
	color: #000;
	font-size: 2.5em;
	position: absolute;
	top: 0px;
	right: 20px;
}

.modal .area_title {
	font-size: 22px;
	border-bottom: 3px solid #7e318e;
	margin-bottom: 20px;
}

.modal .area_list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/*    gap: 20px 20px;*/
}

.modal .area_list a {
	font-size: 15px;
	padding: 5px 0px;
	color: #000;
	background: #fff;
	border-radius: 8px;
	text-align: center;
	width: 168px;
	margin: 10px 10px 0 0;
	border: 1px solid #7e318e;
}

/* spview */
@media screen and (max-width:767px) {


	.js-modal-close {
		top: 0;
		right: 0px;
		padding-right: 20px;
	}

	.modal__content {
		width: 90%;
		padding: 20px 20px;
	}

	.modal__inner {
		margin-bottom: 0;
	}

	.area_title {
		font-size: 5.5vw;
		text-align: center;
	}

	.area_list {
		gap: 15px 10px;
	}

	.area_list a {
		font-size: 3.5vw;
		line-height: 1.2em;
		padding: 5px 10px;
	}

	.modal .area_list a {
		width: 30%;
		margin: 0;
	}

}