@charset "utf-8";
/***************************************************
共通
***************************************************/

.lp-hw-top__strong__text--pt01 {
	background-image: linear-gradient(transparent 50%, #fff70080 0%);
	font-size: 14px;
	letter-spacing: 0;
	line-height: 21px;
	text-align: left;
}

.lp-hw-top__text {
	color: #595960;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 21px;
	opacity: 1;
	padding-bottom: 20px;
	text-align: left;
}

.lp-hw-top__annotation {
	color: #999996;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 18px;
	margin-bottom: 0;
	opacity: 1;
	text-align: left;
}

/***************************************************
ハローワークを探す
***************************************************/

.lp-hw-top-search {
	height: 300px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.lp-hw-top-search-area {
	left: 0;
	position: absolute;
	transition: .4s;
	width: 100%;
}

.lp-hw-top-search-area--slide {
	left: -110%;
}

.lp-hw-top-search-prefectures {
	position: absolute;
	right: -110%;
	transition: .4s;
	width: 100%;
}

.lp-hw-top-search-prefectures--slide {
	right: 0;
}

.lp-hw-top-search-area__caption,
.lp-hw-top-search-prefectures__caption {
	color: #13131e;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 28px;
	padding-bottom: 20px;
	text-align: center;
}

.lp-hw-top-search-area__caption::before {
	content: url(../../images/hw/common/icon_search.png);
	margin-right: 5px;
	vertical-align: middle;
}

.lp-hw-top-search-list--pt01,
.lp-hw-top-search-list--pt02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0;
	padding: 0;
}

.lp-hw-top-search-list--pt01 li,
.lp-hw-top-search-list--pt02 li {
	background: #61c850 0 0 no-repeat padding-box;
	border-radius: 10px;
	box-shadow: 0 1px 0 #57af45;
	cursor: pointer;
	height: 64px;
	margin: 5px 4px;
	position: relative;
	text-align: center;
	width: calc(100% / 3 - 10px);
}

.lp-hw-top-search-list--pt02 li {
	width: calc(100% / 2 - 10px);
}

.lp-hw-top-search-list--pt01 li::after,
.lp-hw-top-search-list--pt02 li::after {
	content: url(../../images/hw/common/icon_arrow_03.png);
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.lp-hw-top-search-area__name,
.lp-hw-top-search-prefectures__name {
	color: #fff;
	display: flex;
	font-size: 16px;
	letter-spacing: 0;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.lp-hw-top-search-area__name.prefectures__name {
	line-height: 64px;
	width: 100%;
	height: 100%;
}

.lp-hw-top-search-prefectures__name {
	width: 100%;
	height: 100%;
}

.lp-hw-top-search-prefectures__name:visited,
.lp-hw-top-search-area__name:visited {
	color: #fff;
}

.lp-hw-top-search-prefectures__top {
	position: relative;
}

.lp-hw-top-search-prefectures__back {
	line-height: 28px;
	position: absolute;
}

.lp-hw-top-search-prefectures__backlink,
.hw_top_search04 {
	display: inline-block;
	margin: 0;
}

.lp-hw-top-search-prefectures__backlink {
	color: #288dc7;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 13px;
}

.lp-hw-top-search-prefectures__backlink:before {
	content: url(../../images/hw/common/toggle_002c.png);
	margin-right: 5px;
	vertical-align: middle;
}

/***************************************************
なぜハローワーク求人
***************************************************/

.lp-hw-top-hw-info {
	padding-bottom: 10px;
}

.lp-hw-top-hw__image {
	display: block;
	text-align: center;
	padding-bottom: 20px;
}

.lp-hw-top-hw__image p {
	color: #999996;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 21px;
	margin-bottom: 0;
}

.lp-hw-top-hw-baitoru-link {
	border-top: 1px solid #e8e8e2;
	padding-top: 10px;
}

/***************************************************
社員求人のイメージ
***************************************************/

.lp-hw-top-shain {
	padding-bottom: 30px;
}

.lp-hw-top-shain__graph {
	text-align: center;
}

.lp-hw-top-shain-baitoru-link {
	border-top: 1px solid #e8e8e2;
	padding-top: 10px;
}

/***************************************************
基本情報
***************************************************/

.lp-hw-top__annotation a {
	color: #999996;
	display: inline;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 18px;
	text-decoration: underline;
}

/***************************************************
ハローワークでできること
***************************************************/

.lp-hw-top-service__content {
	border-top: 1px solid #e8e8e2;
	padding-top: 20px;
}

.lp-hw-top-service__content:first-child {
	border-top: none;
	padding-top: 5px;
}

.lp-hw-top-service__content .lp-hw-top__annotation {
	padding-bottom: 20px;
}

.lp-hw-top-service__title {
	color: #13131e;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 21px;
	padding-bottom: 20px;
	text-align: left;
}

.lp-hw-content-button-area--pt02.lp-hw-content-button--open {
	padding-top: 0;
}

/***************************************************
ポイント～問い合わせ
***************************************************/

.lp-hw-top__another__tab {
	margin-right: 30px;
	padding-bottom: 20px;
	position: relative;
}

.lp-hw-top__another__tab a {
	color: #288dc7;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 21px;
	margin: 0;
	text-align: left;
	text-decoration: underline;
}

.lp-hw-top__another__tab::after {
	content: url(../../images/hw/common/anothertab.png);
	display: inline-block;
	margin-left: 4px;
	position: absolute;
	top: 4px;
}

.lp-hw-top__top__button {
	padding-bottom: 20px;
	position: relative;
}

.lp-hw-top__top__button a {
	color: #999996;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 21px;
	text-align: left;
	text-decoration: underline;
}

.lp-hw-top__top__button::after {
	content: url(../../images/hw/common/totop.png);
	display: inline-block;
	margin-left: 5px;
	position: absolute;
	top: 2px;
}

/***************************************************
floatメニュー
***************************************************/

.lp-hw-top-float-button {
	background: #000000b3 0 0 no-repeat padding-box;
	border-radius: 29px 0 0 0;
	bottom: 0;
	box-sizing: border-box;
	height: 58px;
	padding: 5px 20px;
	position: fixed;
	right: 0;
	width: 162px;
	z-index: 2;
}


.lp-hw-top-float__text {
	font-weight: bold;
	height: 100%;
	padding: 12px 0;
	text-align: center;
}

.lp-hw-top-float__text a {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 15px;
	position: relative;
	text-align: left;
}

.lp-hw-top-float__text a::after {
	background: url(../../images/hw/common/icon_003a.png) no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 20px;
	position: absolute;
	right: 0;
	top: 5px;
	width: 20px;
}
