/*============================
共通
============================*/


/*============================
MV
============================*/
#mv {
	width: 100%;
	height: 100%;
	max-height: 9.00rem;
	overflow: hidden;
	/* background: url(../img/top/mv.jpg) no-repeat center;
	background-size: cover; */
}

@media screen and (max-width: 599px) {
	#mv {
		height: 2.3rem;
		/* background: url(../img/top/mv.jpg) no-repeat center;
		background-size: cover; */
	}
}

#mv video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*============================
３つの理由
============================*/
#riyu {
	position: relative;
	padding-bottom: 2rem;
}

/* 飾り文字 */
#riyu .riyu_deco_text {
	position: absolute;
    bottom: 1rem;
    z-index: -1;
}
@media screen and (max-width: 599px) {
	#riyu .riyu_deco_text {
		bottom: 1.2rem;
	}	
}


#riyu .sec_title {
	text-align: center;
	margin-top: 1.3rem;
	margin-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	#riyu .sec_title {
		text-align: center;
		margin-top: 0.60rem;
		font-size: 0.18rem;
	}
}

/* スライド */
#riyu .slider .prev-arrow {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	right: -0.4rem;
	z-index: 10;
}
@media screen and (max-width: 599px) {
	#riyu .slider .prev-arrow {
		top: 65%;
		right: -0.30rem;
		width: 0.50rem;
	}
}


#riyu .slider .next-arrow {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	left: -0.4rem;
	z-index: 10;
}
@media screen and (max-width: 599px) {
	#riyu .slider .next-arrow {
		top: 65%;
		left: -0.30rem;
		width: 0.50rem;
	}
}


#riyu .slider .slide .slide_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

/* 画像 */
#riyu .slider .slide .img_wrap {
	width: 55%;
	height: 4rem;
}
@media screen and (max-width: 599px) {
	#riyu .slider .slide .img_wrap {
		width: 100%;
		height: 2.2rem;
	}
}


#riyu .slider .slide .img_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* テキスト */
#riyu .slider .slide .text_wrap {
	width: 45%;
	height: 3.3rem;
	background-color: #FFF2F0;
	background-color: ;
	position: relative;
	box-sizing: border-box;
	padding: 0.50rem 0.45rem 0.45rem;
	border-radius: 0.10rem;
}
@media screen and (max-width: 599px) {
	#riyu .slider .slide .text_wrap {
		width: 100%;
		height: auto;
		padding: 0.50rem 0.2rem 0.45rem;
		margin-top: 0.30rem;
	}
}

#riyu .slider .slide .text_wrap .no {
	position: absolute;
	color: #FF7A59;
	font-size: 0.60rem;
	font-weight: bold;
	display: inline-block;
	border-bottom: 5px solid #FF7A59;
	padding-bottom: 0.10rem;
	box-sizing: border-box;
	top: -0.40rem;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
	#riyu .slider .slide .text_wrap .no {
		top: -0.20rem;
		font-size: 0.40rem;
	}
}


#riyu .slider .slide .text_wrap .slide_title {
	font-size: 0.36rem;
	font-weight: bold;
	text-align: center;
	padding: 0.20rem 0;
}
@media screen and (max-width: 599px) {
	#riyu .slider .slide .text_wrap .slide_title {
		font-size: 0.25rem;
		padding: 0.20rem 0;
	}
	}


#riyu .slider .slide .text_wrap .text {
	font-size: 0.16rem;
	line-height: 2;
}
@media screen and (max-width: 599px) {
	#riyu .slider .slide .text_wrap .text {
		font-size: 0.14rem;
		line-height: 2;
	}
}


/*============================
更に手厚くサポート
============================*/
#suport {
	position: relative;
	/* margin-top: 2rem; */
	margin-bottom: 1.40rem;
}
@media screen and (max-width: 599px) {
	#suport {
		margin-bottom: 0.5rem;
	}
}


/* 飾り文字 */
#suport .suport_deco_text {
	position: absolute;
    top: 2.7rem;
    z-index: 1;
}
@media screen and (max-width: 599px) {
	#suport .suport_deco_text {
		top: 4.7rem;
	}
}



/* タイトル */
#suport .sec_title {
	padding-top: 0.50rem;
}
@media screen and (max-width: 599px) {
	#suport .sec_title {
		text-align: center;
		margin-bottom: 0.30rem;
	}
}

/* 背景色 */
#suport::after {
	content: '';
	display: block;
	width: 90%;
	height: 3.00rem;
	background: rgba(47,71,92,0.1);
	border-radius: 0.10rem;
	position: absolute;
	bottom: 0.50rem;
	left: 0;
	z-index: 0;
}

/* イメージ */
.suport_mv {
	position: absolute;
	width: 4.6rem;
	top: -0.10rem;
	right: 1rem;
}
@media screen and (max-width: 599px) {
	.suport_mv {
		position: static;
		width: 80%;
	}
}


.suport_mv img {
	width: 100%;
}

#suport .lead {
	font-size: 0.16rem;
	line-height: 2;
	width: 6.00rem;
	letter-spacing: 0.05em;
	margin-top: 0.30rem;
	margin-bottom: 0.70rem;

}
@media screen and (max-width: 599px) {
	#suport .lead {
		width: 100%;
	
	}
}

.suport_cont {
	box-sizing: border-box;
	padding: 0 0.30rem;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 599px) {
	.suport_cont {
		padding: 0;
	}
}

/* 上段 */
.suport_cont.top .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 599px) {
	.suport_cont.top .list {
		margin-bottom: 0;
	}
}


/* 下段 */
.suport_cont.bottom .list {
	display: flex;
	flex-wrap: wrap;
}

.suport_cont .list .item {
	width: 3.3rem;
	margin: 0 0.10rem;
}
@media screen and (max-width: 599px) {
	.suport_cont .list .item {
		width: 100%;
		margin: 0 0 0.15rem;
	}
}


.suport_cont .list .item a {
	width: 100%;
	display: block;
	border-radius: 0.10rem;
	position: relative;
	text-align: center;
	color: #fff;
	text-decoration: none;
	height: 2.3rem;
	transition: all .3s;
}
@media screen and (max-width: 599px) {
	.suport_cont .list .item a {
		height: 1rem;
		display: flex;
		align-items: center;
	}

	.suport_cont .list .item a::after {
		content: '';
		display: inline-block;
		width: 0.1rem;
		height: 0.13rem;
		background: url(../common/img/icon_btnarrow_wh.svg) no-repeat center;
		background-size: cover;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0.15rem;	
	}
}



.suport_cont .list .item a:nth-child(even) {
	background-color: #2F475C;
}


/* 数字 */
.suport_cont .list .item a .no {
	position: absolute;
	top: 0.10rem;
	right: 0.10rem;
	transition: .5s ;
	transform: rotateX( 0deg ) ;
}
@media screen and (max-width: 599px) {
	.suport_cont .list .item a .no {
		top: 0;
	}	
}


.suport_cont .list .item a:hover .no {
	transform: rotateX( 360deg ) ;
}

.suport_cont .list .item a .ph_wrap {
	padding-top: 0.10rem;
}

@media screen and (max-width: 599px) {
	.suport_cont .list .item a .ph_wrap {
		padding-top: 0;
	}
}

.suport_cont .list .item a .ph_wrap img {
	width: 1.15rem;
}

/* 画像 */
@media screen and (max-width: 599px) {
	.suport_cont .list .item a .ph_wrap img {
		width: 0.9rem;
	}
}

/* タイトル */
.suport_cont .list .item a .list_title {
	font-size: 0.20rem;
	font-weight: bold;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 599px) {
	.suport_cont .list .item a .list_title {
		font-size: 0.16rem;
		margin-bottom: 0;
		padding-left: 0.20rem;
		display: inline-block;
	}
}


/* ボタン */
.suport_cont .list .item a .btn {
	font-size: 0.14rem;
	font-weight: bold;
	background: #fff;
	display: inline-block;
	width: 1.60rem;
	padding: 0.08rem;
	border-radius: 0.20rem;
	position: relative;
	transition: all .3s;
}
@media screen and (max-width: 599px) {
	.suport_cont .list .item a .btn {
		display: none;
	}
}

.suport_cont .list .item a:hover .btn {
	width: 1.70rem;
	padding: 0.1rem;
}

/* 背景オレンジ */
.suport_cont .list .item.orange a {
	background-color: #FF7A59;
}

.suport_cont .list .item.orange a:hover {
	background-color: #FFAB96;
}

.suport_cont .list .item.orange a .btn {
	color: #2F475C;
}

.suport_cont .list .item.orange a:hover .btn {
	color: #FF7A59;
}

.suport_cont .list .item.orange a .btn::after {
	content: '';
	display: inline-block;
	width: 0.05rem;
	height: 0.08rem;
	background: url(../common/img/icon_btnarrow_navy.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.15rem;
}

.suport_cont .list .item.orange a:hover .btn::after {
	background-image: url(../common/img/icon_btnarrow_orange.svg);
}


/* 背景ネイビー */
.suport_cont .list .item.navy a {
	background-color: #2F475C;
}

.suport_cont .list .item.navy a:hover {
	background-color: #5F7486;
}

.suport_cont .list .item.navy a .btn {
	color: #FF7A59;
}

.suport_cont .list .item.navy a:hover .btn {
	color: #2F475C;
}

.suport_cont .list .item.navy a .btn::after {
	content: '';
	display: inline-block;
	width: 0.05rem;
	height: 0.08rem;
	background: url(../common/img/icon_btnarrow_orange.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.15rem;
}

.suport_cont .list .item.navy a:hover .btn::after {
	background-image: url(../common/img/icon_btnarrow_navy.svg);
}

/*============================
検索（ダミー）
============================*/
.top_search_wrap {
	background-image: url(../img/top/search_area_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 0.80rem 0.20rem;
}

@media screen and (max-width: 599px) {
	.top_search_wrap {
		padding: 0.30rem 0;
	}
}

.top_search_wrap .box {
	max-width: 9.8rem;
	width: 100%;
	margin: auto;
	padding: 0.45rem 0;
	background: #fff;
	border: 0.06rem solid #2F475C;
	border-radius: 0.20rem;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 599px) {
	.top_search_wrap .box {
		padding: 0.25rem 0;
		background: #fff;
		border: 0.03rem solid #2F475C;
	}	
}

.top_search_wrap .box .title {
    font-size: 0.32rem;
    font-weight: 800;
    line-height: 1.6;
    margin-bottom: 0.2rem;
}
@media screen and (max-width: 599px) {
	.top_search_wrap .box .title {
		font-size: 0.2rem;
		margin-bottom: 0.1rem;
	}	
}

.top_search_wrap .box .text {
	font-size: 0.18rem;
	line-height: 1.65;
}
@media screen and (max-width: 599px) {
	.top_search_wrap .box .text {
		font-size: 0.12rem;
		line-height: 1.65;
	}	
}

.top_search_wrap .box .btn {
	padding-top: 0.40rem;
}
@media screen and (max-width: 599px) {
	.top_search_wrap .box .btn {
		padding-top: 0.20rem;
	}	
}

.top_search_wrap .box .btn a {
    text-decoration: none;
    font-size: 0.28rem;
    font-weight: bold;
    background: #FF7A59;
    color: #fff;
    width: 5rem;
    display: inline-block;
    padding: 0.36rem 0;
	border-radius: 0.45rem;
	position: relative;
	transition: all .3s;
}
@media screen and (max-width: 599px) {
	.top_search_wrap .box .btn a {
		font-size: 0.18rem;
		width: 80%;
		display: inline-block;
		padding: 0.2rem 0;
	}	
}

.top_search_wrap .box .btn a:hover {
	transform: scale(1.1, 1.1);
}

.top_search_wrap .box .btn a::after {
	content: '';
    display: inline-block;
    width: 0.1rem;
    height: 0.15rem;
    background: url(../common/img/icon_btnarrow_wh.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.15rem;
}
@media screen and (max-width: 599px) {

}

/* 人 */
.top_search_wrap .box .ph_left {
	top: 50%;
	left: -0.6rem;
	position: absolute;
	transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
	.top_search_wrap .box .ph_left {
		left: -0.2rem;
		top: 0.58rem;
		width: 0.85rem;
		transform: translateY(0);
	}	
}

.top_search_wrap .box .ph_right {
	top: 50%;
  right: -0.5rem;
	position: absolute;
	transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
	.top_search_wrap .box .ph_right {
		right: -0.1rem;
		top: 0.55rem;
		width: 0.8rem;
		transform: translateY(0);
	}	
}


/*============================
カンタンWEB登録
============================*/
#touroku {
	background: #2F475C;
	padding: 0.6rem 0;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	#touroku {
		padding: 0.6rem 0 0.4rem;
	}
}


#touroku .cont_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap {
		flex-flow: column-reverse;
	}
}


/* テキストエリア */
#touroku .cont_wrap .left_wrap {
	width: 55%;
	box-sizing: border-box;
	padding-left: 0.40rem;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .left_wrap {
		width: 100%;
		box-sizing: border-box;
		padding-left: 0;
	}
}



#touroku .cont_wrap .left_wrap .sec_title {
	color: #fff;
	margin-bottom: 0.25rem;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .left_wrap .sec_title {
		margin-top: 0.2rem;
		margin-bottom: 0.2rem;
		font-size: 0.2rem;
		text-align: center;
	}
}


#touroku .cont_wrap .left_wrap .text {
	color: #fff;
	font-size: 0.16rem;
	line-height: 2;
	margin-bottom: 0.40rem;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .left_wrap .text {
		font-size: 0.14rem;
		margin-bottom: 0.30rem;
	}
}


#touroku .cont_wrap .left_wrap .btn_common a {
	margin-left: 0;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .left_wrap .btn_common a {
		margin: auto;
	}	
}

/* 画像エリア */
#touroku .cont_wrap .right_wrap {
	width:45%;
	text-align: right;
	position: relative;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .right_wrap {
		width:100%;
		text-align: center;
	}
}


#touroku .cont_wrap .right_wrap .ph_wrap {
	width:80%;
	margin-left: auto;
	margin-right: 0.2rem;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .right_wrap .ph_wrap {
		width:2rem;
		margin: auto;
		margin-top: -1rem;
	}
}



/* 星 */
#touroku .cont_wrap .right_wrap .star_01 {
	position: absolute;
	top: 1rem;
	left: 0.7rem;
	animation: twinkle 5s infinite;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .right_wrap .star_01 {
		top: -1rem;
	}	
}


#touroku .cont_wrap .right_wrap .star_02 {
	position: absolute;
	top: 1.3rem;
	left: 0.4rem;
	animation: twinkle 4s infinite;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .right_wrap .star_02 {
		top: -0.5rem;
	}
}


#touroku .cont_wrap .right_wrap .star_03 {
	position: absolute;
	top: 2.2rem;
	left: 0.8rem;
	animation: twinkle 3s infinite;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .right_wrap .star_03 {
		top: -0.20rem;
		left: 0.5rem;
	}
}


#touroku .cont_wrap .right_wrap .star_04 {
	position: absolute;
	top: 0.8rem;
	right: 0;
	animation: twinkle 2s infinite;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .right_wrap .star_04 {
		top: -0.8rem;
		right: 0.40rem;
	}
}

#touroku .cont_wrap .right_wrap .star_05 {
	position: absolute;
	top: 1.2rem;
	right: -0.4rem;
	animation: twinkle 4s infinite;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .right_wrap .star_05 {
		top: -0.4rem;
		right: 0.2rem;
	}
}

#touroku .cont_wrap .right_wrap .star_06 {
	position: absolute;
	top: 2.4rem;
	right: -0.2rem;
	animation: twinkle 6s infinite;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .right_wrap .star_06 {
		top: 0;
		right: 0.3rem;
	}
}


/*============================
お仕事を探す
============================*/
#search {
	background: url(../img/top/search_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 0.60rem 0;
}

.search_wrap {
	background: #2F475C;
	max-width: 8.00rem;
	width: 100%;
	margin: auto;
	border-radius: 0.10rem;
	padding: 0 1.20rem 1.50rem;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	.search_wrap {
		padding: 0 0.20rem 1rem;
	}
}


.search_wrap .title_box {
	position: relative;
	padding-bottom: 0.60rem;
}


.search_wrap .title_box .sec_title{
	text-align: center;
	color: #fff;
	padding-top: 0.45rem;
}


.search_wrap .title_box .sec_title span {
	font-size: 0.16rem;
	display: block;
	text-align: center;
	padding-bottom: 0.10rem;
}

.search_wrap .title_box .star_01 {
	position: absolute;
	top: 0.30rem;
	left: 33%;
	animation: twinkle 5s infinite;
}

.search_wrap .title_box .star_02 {
	position: absolute;
	top: 0.50rem;
	left: 22%;
	animation: twinkle 3s infinite;
}

.search_wrap .title_box .star_03 {
	position: absolute;
	top: 0.60rem;
	left: 70%;
	animation: twinkle 8s infinite;
}

.search_wrap .title_box .star_04 {
	position: absolute;
	top: 0.90rem;
	left: 75%;
	animation: twinkle 6s infinite;
}



/* 選択 */
.contbox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0.35rem;
}
@media screen and (max-width: 599px) {
	.contbox {
		margin-bottom: 0.5rem;
	}
}


.contbox .text {
	width: 35%;
	color: #fff;
	font-size: 0.20rem;
	font-weight: bold;
	position: relative;
}
@media screen and (max-width: 599px) {
	.contbox .text {
		width: 100%;
		text-align: center;
		margin-bottom: 0.20rem;
	}
}

.contbox .text span {
	position: relative;
}

.contbox .text span::before {
	content: '';
	display: inline-block;
	width: 0.30rem;
	height: 0.45rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: -0.1rem;
	left: -0.5rem;
}

.contbox select {
	width: 65%;
	padding: 0.15rem;
	border-radius: 0.05rem;
}
@media screen and (max-width: 599px) {
	.contbox select {
		width: 100%;
	}
}

/* 地域 */
.contbox.area .text span::before {
	background-image: url(../img/top/search_icon_area.svg);
}

/* 地域 */
.contbox.koyou .text span::before {
	background-image: url(../img/top/search_icon_koyou.svg);
}

/* 職種 */
.contbox.shokushu .text span::before {
	background-image: url(../img/top/search_icon_shokushu.svg);
}

/* ボタン */
.search_wrap .btn {
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 0.20rem;
}
@media screen and (max-width: 599px) {
	.search_wrap .btn {
		margin-top: -0.20rem;
	}
}


.search_wrap .btn a {
	width: 3.6rem;
	font-size: 0.22rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #FF7A59;
	display: block;
	border-radius: 0.50rem;
	box-sizing: border-box;
	padding: 0.2rem 0;
	margin: auto;
}
@media screen and (max-width: 599px) {
	.search_wrap .btn a {
		max-width: 3rem;
		font-size: 0.18rem;
	}
}

.search_wrap .btn a:hover {
	width: 3.8rem;
	padding: 0.25rem 0;
}

.search_wrap .btn a span {
	position: relative;
}


.search_wrap .btn a span::before {
	content: '';
	display: inline-block;
	width: 0.35rem;
	height: 0.35rem;
	background-image: url(../img/top/search_icon_btn.svg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	left: -0.1rem;
	vertical-align: text-top;

}


/*============================
職種
============================*/
#occupation {
	margin-top: 0.8rem;
}
@media screen and (max-width: 599px) {
	#occupation {
		margin-top: 0.3rem;
	}
}


.occupation_slide {
	position: relative;
}

#occupation .prev-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2rem;
	z-index: 10;
}
@media screen and (max-width: 599px) {
	#occupation .prev-arrow {
		width: 0.50rem;
		right: 0.1rem;
	}
}

#occupation .next-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2rem;
	z-index: 10;
}
@media screen and (max-width: 599px) {
	#occupation .next-arrow {
		width: 0.50rem;
		position: absolute;
		left: 0.1rem;
		z-index: 10;
	}
}



/* 画像拡大時のはみ出し */
#occupation .slick-list {
	overflow: initial;
}


.occupation_slide_box {
	width: 25%;
	box-sizing: border-box;
	padding: 0 0.10rem;
}


.occupation_slide_box a {
	display: block;
	width: 100%;
	position: relative;
	text-decoration: none;
}

/* 画像 */
.occupation_slide_box a .ph_wrap {
    width: 3.4rem;
	height: 2.5rem;
	background: #000;
	border-radius: 0.10rem;
	position: relative;
	transition: all .3s;
}

.occupation_slide_box a:hover .ph_wrap {
	transform: scale(1.05, 1.05);
	/* border-radius: 0.25rem; */
}


.occupation_slide_box a .ph_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 0.10rem;
	opacity: 0.5;
	transition: all .3s;
}

.occupation_slide_box a:hover .ph_wrap img {
	opacity: 0.8;
}

/* テキスト */
.occupation_slide_box a .text_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	text-align: center;
	width: 100%;
}

.occupation_slide_box a .text_wrap .title {
	color: #fff;
	font-size: 0.20rem;
	font-weight: bold;
}

.occupation_slide_box a .text_wrap .btn {
	display: none;
    font-size: 0.14rem;
    font-weight: bold;
    background: #fff;
	color: #2F475C;
    width: 1.6rem;
    padding: 0.08rem;
    border-radius: 0.2rem;
    position: relative;
    transition: all .3s;
	margin-top: 0.40rem;
	transition: all .3s;
}
@media screen and (max-width: 599px) {
	.occupation_slide_box a .text_wrap .btn {
		display: block;
		margin: 0.40rem auto 0;
	}
}


.occupation_slide_box a:hover .text_wrap .btn {
	display: inline-block;
}

.occupation_slide_box a .text_wrap .btn::after {
    content: '';
    display: inline-block;
    width: 0.05rem;
    height: 0.08rem;
    background: url(../common/img/icon_btnarrow_navy.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.15rem;
}


/*============================
人気のキーワードから探す
============================*/
#keyword {
	padding: 2rem 0 1rem;
	position: relative;
}
@media screen and (max-width: 599px) {
	#keyword {
		padding: 0.5rem 0 1rem;
	}
}

/* 飾り文字 */
#keyword .keyword_deco_text {
	position: absolute;
    top: 1.5rem;
    z-index: 0;
}
@media screen and (max-width: 599px) {
	#keyword .keyword_deco_text {
		top: 0.8rem;
	}
}

#keyword .sec_title {
	text-align: center;
	margin-bottom: 0.7rem;
}
@media screen and (max-width: 599px) {
	#keyword .sec_title {
		margin-bottom: 0.3rem;
	}
}

#keyword .title_wrap {
	position: relative;
}

#keyword .ph_wrap {
	position: absolute;
	top: -1.2rem;
	right: 1.50rem;
}
@media screen and (max-width: 599px) {
	#keyword .ph_wrap {
		position: static;
		text-align: center;
	}
	#keyword .ph_wrap img {
		max-width: 0.9rem;
	}
}


#keyword .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0.50rem;
}
@media screen and (max-width: 599px) {
	#keyword .list {
		margin-bottom: 0;
	}
}


#keyword .list .item {
	width: 23%;
	padding: 0 1%;
	margin-bottom: 0.30rem;
}
@media screen and (max-width: 599px) {
	#keyword .list .item {
		width: 47%;
	}
}


#keyword .list .item a {
	width: 100%;
    font-size: 0.18rem;
    font-weight: bold;
    color: #FF7A59;
	border: 1px solid #FF7A59;
    text-align: center;
    text-decoration: none;
    display: block;
    border-radius: 0.5rem;
    box-sizing: border-box;
    padding: 0.15rem 0;
    margin: auto;
	position: relative;
}
@media screen and (max-width: 599px) {
	#keyword .list .item a {
		font-size: 0.14rem;
	}
}


#keyword .list .item a:hover {
    color: #fff;
	border: 1px solid #FF7A59;
	transform: scale(1.1, 1.1);
	background: #FF7A59;
}

#keyword .list .item a::after {
    content: '';
    display: inline-block;
    width: 0.05rem;
    height: 0.08rem;
    background: url(../common/img/icon_btnarrow_orange.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.15rem;
}

#keyword .list .item a:hover:after {
    background: url(../common/img/icon_btnarrow_wh.svg) no-repeat center;
}

/*============================
人気のキーワードから探す
============================*/
#feature {
	padding: 0.8rem 0 1rem;
	background: #E2EEF8;
}

/* 飾り文字 */
#feature .feature_deco_text {
	position: absolute;
    top: 0.5rem;
    z-index: 1;
}

#feature .sec_title {
	text-align: center;
	margin-bottom: 0.6rem;
	line-height: 1.45;
}
@media screen and (max-width: 599px) {
	#feature .sec_title {
		margin-bottom: 0.3rem;
	}
}


#feature .title_wrap {
	position: relative;
}

#feature .title_wrap .ph_wrap {
	position: absolute;
	top: -1.2rem;
	left: 1.50rem;
}

@media screen and (max-width: 599px) {
	#feature .title_wrap .ph_wrap img {
		width: 0.9rem;
	}
}


#feature .list {
    display: flex;
    flex-wrap: wrap;
}

#feature .list .item {
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 0.2rem;
    text-align: center;
    margin-bottom: 0.6rem;
	position: relative;
}

#feature .list .item a {
    display: block;
    text-decoration: none;
	position: relative;
	pointer-events: none;
}

#feature .list .item a .ph_wrap {
    max-width: 2.8rem;
    width: 100%;
    max-height: 2.8rem;
    height: 100%;
    border-radius: 50%;
    background: #000;
	position: relative;
	transition: all .3s;
	z-index: 1;
}

#feature .list .item:after {
	content: '';
    max-width: 2.8rem;
    width: 100%;
    max-height: 2.8rem;
    height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 0.10rem;
	left: 0.20rem;
	z-index: 0;
}


#feature .list .item.orange:after {
	background-image: url(../img/top/feature_item_bg_orange.png);
}

/* オレンジ */
#feature .list .item.orange a:hover .ph_wrap {
    background: #FF7A59;

}

/* ネイビー */
#feature .list .item.navy a:hover .ph_wrap {
    background: #2F475C;
}


#feature .list .item.navy:after {
	background-image: url(../img/top/feature_item_bg_navy.png);
}


#feature .list .item a .ph_wrap img {
    object-fit: cover;
    max-width: 2.8rem;
    width: 100%;
    max-height: 2.8rem;
    height: 100%;
    border-radius: 50%;
    transition: all .3s;
	opacity: 0.5;
	position: relative;
	z-index: 1;
}

#feature .list .item a:hover .ph_wrap img {
	opacity: 0.2;
}

/* テキスト */
#feature .list .item a .text_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 10;
}

#feature .list .item a .text_wrap span {
	color: #fff;
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 1.3;
	display: inline-block;
}

/* ボタン */
#feature .list .item a .btn {
	font-size: 0.14rem;
	font-weight: bold;
	background: #fff;
	display: inline-block;
	width: 1.60rem;
	padding: 0.08rem;
	border-radius: 0.20rem;
	position: absolute;
	transition: all .3s;
	margin-top: 0.30rem;
	bottom: -0.50rem;
	left: 50%;
	transform: translateX(-50%);
}

#feature .list .item a:hover .btn {
	width: 1.70rem;
	padding: 0.1rem;
}

#feature .list .item.orange a .btn {
	color: #2F475C;
}

#feature .list .item.item.navy a .btn {
	color: #FF7A59;
}

#feature .list .item.item.orange a .btn::after {
	content: '';
	display: inline-block;
	width: 0.05rem;
	height: 0.08rem;
	background: url(../common/img/icon_btnarrow_navy.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.15rem;
}

#feature .list .item.item.navy a .btn::after {
	content: '';
	display: inline-block;
	width: 0.05rem;
	height: 0.08rem;
	background: url(../common/img/icon_btnarrow_orange.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.15rem;
}

/* スマホ時スライド */
.feature_slide {
	position: relative;
}

.feature_slide .prev-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2rem;
	z-index: 10;
}
@media screen and (max-width: 599px) {
	.feature_slide .prev-arrow {
		width: 0.50rem;
		top: 46%;
		right: 0.1rem;
	}
}

.feature_slide .next-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2rem;
	z-index: 10;
}
@media screen and (max-width: 599px) {
	.feature_slide .next-arrow {
		width: 0.50rem;
		position: absolute;
		top: 46%;
		left: 0.1rem;
		z-index: 10;
	}
}

/*============================
リンク
============================*/
#bottom_link {
	padding-top: 0.50rem;
}

#bottom_link .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#bottom_link .list .item {
	width: 33%;
	height: 3.6rem;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 0.10rem;
}
@media screen and (max-width: 599px) {
	#bottom_link .list .item {
		width: 100%;
		height: 2.1rem;
		margin-bottom: 0.2rem;
	}
}


#bottom_link .list .item a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
	position: relative;
	transition: all .3s;
}

#bottom_link .list .item a:hover {
	transform: scale(1.05);
	opacity: 0.7;
}

#bottom_link .list .item.disable a:hover {
	opacity: 1;
	transform: scale(1);
}

/* タイトル */
#bottom_link .list .item a .title_box {
	display: inline-block;
	position: relative;
}

#bottom_link .list .item a .title {
	display: inline-block;
}

#bottom_link .list .item a .title span {
	color: #fff;
	display: block;
	font-size: 0.20rem;
	font-weight: bold;
	margin-top: 0.1rem;
	padding-left: 0.20rem;
}
@media screen and (max-width: 599px) {
	#bottom_link .list .item a .title span {
		font-size: 0.12rem;
		padding-left: 0;
	}
}


/* ボタン */
#bottom_link a .btn {
	width: 2.5rem;
    font-size: 0.18rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #FF7A59;
    border-radius: 0.5rem;
    box-sizing: border-box;
    padding: 0.15rem 0;
    /* margin: auto; */
	position: absolute;
	transition: all .3s;
}
@media screen and (max-width: 599px) {
	#bottom_link a .btn {
		width: 1.4rem;
		font-size: 0.12rem;
		padding: 0.10rem 0;
	}
}


#bottom_link a:hover .btn {
	transform: scale(1.05);
}

#bottom_link .btn::after {
    content: '';
    display: inline-block;
    width: 0.1rem;
    height: 0.15rem;
    background: url(../common/img/icon_btnarrow_wh.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.15rem;
}
@media screen and (max-width: 599px) {
	#bottom_link .btn::after {
		width: 0.05rem;
		height: 0.1rem;
	}
}


#bottom_link .btn a {
    color: #fff;
    background: #2F475C;
}


/* ボイス */

/* bg over ride start 20250627*/
#bottom_link .list .item.ca a {
	text-align: right;
	background-image: url(../img/top/bottom_link_ca_bg.jpg) !important;
}

#bottom_link .list .item.ssw a {
	text-align: right;
	background-image: url(../img/top/bottom_link_ssw_bg.jpg) !important;
}
/* bg over ride end 20250627*/


#bottom_link .list .item.voice a {
	text-align: right;
	background-image: url(../img/top/bottom_link_voice_bg.jpg);
}

#bottom_link .list .item.voice a .title {
	text-align: left;
	padding-top: 0.7rem;
	padding-right: 0.40rem;
}
@media screen and (max-width: 599px) {
	#bottom_link .list .item.voice a .title {
		text-align: left;
		padding-top: 0.5rem;
		padding-right: 0.50rem;
		text-align: center;
	}
}


#bottom_link .list .item.voice a .btn {
	bottom: 0.50rem;
	right: 0.30rem;
}
@media screen and (max-width: 599px) {
	#bottom_link .list .item.voice a .btn {
		bottom: 0.30rem;
	}
}


#bottom_link .list .item.voice a .title_box .star_01 {
	position: absolute;
	top: 0.60rem;
	left: -0.40rem;
	animation: twinkle 5s infinite;
}
@media screen and (max-width: 599px) {
	#bottom_link .list .item.voice a .title_box .star_01 {
		left: -0.30rem;
	}
}


#bottom_link .list .item.voice a .title_box .star_02 {
	position: absolute;
	top: 0.30rem;
	left: 0.10rem;
	animation: twinkle 3s infinite;
}
@media screen and (max-width: 599px) {
	#bottom_link .list .item.voice a .title_box .star_02 {
		top: 0.20rem;
	}
}

#bottom_link .list .item.voice a .title_box .star_03 {
	position: absolute;
	top: 0.80rem;
	right: 0.40rem;
	animation: twinkle 8s infinite;
}
@media screen and (max-width: 599px) {
	#bottom_link .list .item.voice a .title_box .star_03 {
		top: 0.40rem;
		right: 0.30rem;
	}
}

#bottom_link .list .item.voice a .title_box .star_04 {
	position: absolute;
	top: 1.0rem;
	right: 0.20rem;
	animation: twinkle 6s infinite;
}
@media screen and (max-width: 599px) {
	#bottom_link .list .item.voice a .title_box .star_04 {
		top: 0.7rem;
	}
}


/* スタッフ */
#bottom_link .list .item.staff a {
	text-align: left;
	background-image: url(../img/top/bottom_link_staff_bg.jpg);
}

@media screen and (max-width: 599px) {
	#bottom_link .list .item.staff a {
		text-align: left;
		background-image: url(../img/top/bottom_link_staff_bg.jpg);
	}
}

#bottom_link .list .item.staff a .title_box {
	text-align: right;
	padding-top: 0.7rem;
	padding-left: 0.70rem;
}
@media screen and (max-width: 599px) {
	#bottom_link .list .item.staff a .title_box {
		padding-top: 0.5rem;
		padding-left: 0.5rem;
		text-align: center;
	}
}

#bottom_link .list .item.staff a .btn {
	bottom: 0.50rem;
	left: 0.30rem;
	background: #2F475C;
}
@media screen and (max-width: 599px) {
	#bottom_link .list .item.staff a .btn {
		bottom: 0.30rem;
	}
}


#bottom_link .list .item.staff a .title_box .star_01 {
	position: absolute;
	top: 0.60rem;
	left: 0.40rem;
	animation: twinkle 5s infinite;
}
@media screen and (max-width: 599px) {
	#bottom_link .list .item.staff a .title_box .star_01 {
		left: 0.15rem;
	}
}


#bottom_link .list .item.staff a .title_box .star_02 {
	position: absolute;
	top: 0.30rem;
	left: 0.80rem;
	animation: twinkle 3s infinite;
}
@media screen and (max-width: 599px) {
	#bottom_link .list .item.staff a .title_box .star_02 {
		top: 0.20rem;
		left: 0.50rem;
	}
}

#bottom_link .list .item.staff a .title_box .star_03 {
	position: absolute;
	top: 0.80rem;
	right: -0.20rem;
	animation: twinkle 8s infinite;
}
@media screen and (max-width: 599px) {
	#bottom_link .list .item.staff a .title_box .star_03 {
		top: 0.40rem;
	}
}

#bottom_link .list .item.staff a .title_box .star_04 {
	position: absolute;
	top: 1.0rem;
	right: -0.40rem;
	animation: twinkle 6s infinite;
}
@media screen and (max-width: 599px) {
	#bottom_link .list .item.staff a .title_box .star_04 {
		top: 0.7rem;
	}
}

#bottom_link .list .item.staff.disable a {
}

/*============================
ニュース
============================*/
#news {
	padding: 1.2rem 0;
}
@media screen and (max-width: 599px) {
	#news {
		padding: 0.8rem 0;
	}
}


#news .news_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 599px) {
	#news .news_wrap {
		display: block;
	}
}


/* タイトル */
#news .news_wrap .title_box {
	width: 25%;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	#news .news_wrap .title_box {
		width: 100%;
		text-align: center;
		margin-bottom: 0.30rem;
	}
}


#news .news_wrap .title_box .sec_title {
	padding-left: 0.20rem;
}
@media screen and (max-width: 599px) {
	#news .news_wrap .title_box .sec_title {
		padding-left: 0;
	}
}


/* アイコン */
#news .news_wrap .title_box .ph_wrap {
	width: 1.6rem;
	box-sizing: border-box;
	padding: 0.20rem 0;
}

#news .news_wrap .title_box .ph_wrap img {
	width: 100%;
}


/* ボタン */
#news .btn_common a {
	width: 1.7rem;
	box-sizing: border-box;
	padding: 0.10rem 0;
	font-size: 0.16rem;
	background: #2F475C;
	margin: 0;
}
@media screen and (max-width: 599px) {
	#news .btn_common a {
		margin: 0.30rem auto 0;
		font-size: 0.12rem;
	}
}


/* コンテンツ */
#news .news_wrap .cont_box {
	width: 75%;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	#news .news_wrap .cont_box {
		width: 100%;
	}
}

#news .news_wrap .cont_box .list .item a {
	display: flex;
	flex-wrap: wrap;
	text-decoration: none;
	font-size: 0.16rem;
	color: #2F475C;
	padding: 0.2rem 0;
	border-bottom: 1px solid #CCCCCC;
}

#news .news_wrap .cont_box .list .item a:hover {
	color: #FF7A59;
}

#news .news_wrap .cont_box .list .item:first-child a {
	border-top: 1px solid #CCCCCC;
}

/* 日付 */
#news .news_wrap .cont_box .list .item a .date {
	display: flex;
	flex-wrap: wrap;
	text-decoration: none;
	width: 20%;
	font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 599px) {
	#news .news_wrap .cont_box .list .item a .date {
		display: block;
		width: 100%;
		font-size: 0.12rem;
		margin-bottom: 0.07rem;
	}
}


/* テキスト */
#news .news_wrap .cont_box .list .item a .text {
	font-weight: bold;
}
@media screen and (max-width: 599px) {
	#news .news_wrap .cont_box .list .item a .text {
		font-size: 0.14rem;
		line-height: 1.5;
	}
}
