
@charset "UTF-8";

/* --------------------------------------------------
		override
-------------------------------------------------- */
#pageNabenavi {
	width: 100%;
	padding: 0;
}
#pageNabenavi a:link, #pageNabenavi a:visited {
	text-decoration: none;
	color: #111111;
}
#pageNabenavi a:hover {
	color: #009E41;
}
@media screen and (min-width: 769px) {
	body {
		min-width: 1200px;
	}
}

/* --------------------------------------------------
		base
-------------------------------------------------- */
.jobtune_wrap {
	color: #111111;
	background-color: #fff;
	font-family: 'M PLUS 1p','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.8;
	box-sizing: border-box;
}
.jobtune_wrap * {
	box-sizing: inherit;
}
.c-heading-secondary {
	width: 100%;
	height: calc((140 / 375) * 100vw);
	background: url(/nabe/feature/2025_jobtune/img/ttl2_sp.png);
	background-size: contain;
}
.c-heading-secondary h2 {
	font-size: 34px;
	font-weight: 800;
	line-height: 1.48449;
	text-align: center;
	color: #dc1519;
	padding-top: calc((70 / 375) * 100vw);
}
.c-heading-tertiary h3{
	font-size: 24px;
	font-weight: 800;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 20px;
}
.c-heading-tertiary h3 span {
	display: block;
	font-size: 18px;
}
.c-heading-tertiary__img {
	margin-bottom: 5px;
	padding: 0 calc((80 / 375) * 100%);
}
.c-heading-quaternary h4{
	position: relative;
	font-size: 22px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 24px;
	z-index: 1;
}
.g-grid__item {
	position: relative;
	z-index: 1;
}
.g-grid__item + .g-grid__item {
	margin-top: 32px;
}
.icon_stamp_01::before,
.icon_stamp_02::before,
.icon_stamp_03::before {
	position: absolute;
	content: '';
	width: calc((60 / 375) * 100vw);
	height: calc((60 / 375) * 100vw);
	top: calc((10 / 375) * 100vw);
	left: calc((10 / 375) * 100vw);
}
.icon_stamp_01::before {
	background: url(/nabe/feature/2025_jobtune/img/img_stamp_01.png) ;
	background-size: contain;
}
.icon_stamp_02::before {
	background: url(/nabe/feature/2025_jobtune/img/img_stamp_02.png) ;
	background-size: contain;
}
.icon_stamp_03::before {
	background: url(/nabe/feature/2025_jobtune/img/img_stamp_03.png) ;
	background-size: contain;
}
.icon_tv {
	position: relative;
}
.icon_tv::before {
	position: absolute;
	content: '';
	background: url(/nabe/feature/2025_jobtune/img/icon_tv.png);
	background-size: contain;
	width: calc((40 / 375) * 100vw);
	height: calc((40 / 375) * 100vw);
	top: 0;
	left: 0;
	z-index: 2;
}
.g-button-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	margin: 30px auto 0;
}
.g-button-container .g-button-container__item {
	flex: 1 1 calc((295 / 375) * 100%);
	margin: 0;
	max-width: calc((295 / 375) * 100%);
}
.c-button__inner {
	display: flex;
	width: 100%;
	justify-content: center;
    align-items: center;
    background-color: #fff;
	border: 2px solid #111;
	border-radius: 30px;
	box-shadow: 0 4px 0;
}
.c-button__inner > span {
	padding: 14px 40px;
    text-align: center;
	font-weight: 800;
	line-height: 1.6;
	font-size: 18px;
}
@media (max-width: 768px) {
	.c-result-table__item:nth-child(1) a[class^="icon_stamp_"]::before,
	.c-result-table__item:nth-child(2) a[class^="icon_stamp_"]::before,
	.c-result-table__item:nth-child(3) a[class^="icon_stamp_"]::before {
		width: calc((90 / 375) * 100vw);
		height: calc((90 / 375) * 100vw);
		top: calc((20 / 375) * 100vw);
		left: calc((15 / 375) * 100vw);
	}
}
@media screen and (min-width: 1280px) {
	.anchor_link {
		display: block;
		margin-top: -66px;
		padding-top: 66px;
	}
}
@media screen and (min-width: 769px) {
	.jobtune_wrap {
		font-size: 18px;
	}
	.c-heading-secondary {
		width: 950px;
		height: 180px;
		margin: 0 auto;
		background: url(/nabe/feature/2025_jobtune/img/ttl2_pc.png);
		background-size: contain;
	}
	.c-heading-secondary h2 {
		font-size: 58px;
		font-weight: 800;
		line-height: 1.48449;
		padding-top: 80px;
	}
	.c-heading-tertiary h3{
		font-size: 36px;
		margin-bottom: 15px ;
	}
	.c-heading-tertiary h3 span {
		font-size: 23px;
	}
	.c-heading-tertiary__img {
		margin-bottom: 20px;
		padding: 0 155px;
	}
	.c-heading-quaternary h4{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.g-grid  {
		display: grid;
		gap: 40px;
		width: auto;
		align-items: center;
	}
	.g-grid--2up {
		grid-template-columns: repeat(2, 1fr);
	}
	.g-grid__item + .g-grid__item {
		margin-top: 0;
	}
	.icon_stamp_01::before,
	.icon_stamp_02::before,
	.icon_stamp_03::before {
		width: 120px;
		height: 120px;
		top: 30px;
		left: 35px;
	}
	.c-result-table__item:nth-child(1) a[class^="icon_stamp_"]::before,
	.c-result-table__item:nth-child(2) a[class^="icon_stamp_"]::before {
		width: 150px;
		height: 150px;
		top: 25px;
		left: 30px;
	}
	.icon_tv::before {
		width: 60px;
		height: 60px;
	}
	.g-center-col {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 35px;
	}
	.g-center-col--3up .g-center-col__item {
		width: 340px;
	}
	.g-button-container {
		margin: 27px auto 0;
	}
	.g-button-container .g-button-container__item {
		flex: 1 1 295px;
		max-width: 295px;
	}
	.c-button__inner {
		transition: background-color 0.2s;
	}
	#pageNabenavi a.c-button__inner:hover {
		background-color: #FFF295;
		color: #111;
	}
	.c-button__inner > span {
		padding: 14px 40px;
	}
}

/* --------------------------------------------------
		l-mv
-------------------------------------------------- */
.l-mv {
	background-color: #FDE84F;
}
.l-mv__bg {
	height: calc((500 / 375) * 100vw);
	background: url(/nabe/feature/2025_jobtune/img/kv/bg_sp.jpg);
	background-size: contain;
	margin-bottom: 78px;
}
.mv__inner {
	position: relative;
	height: 100%;
}
.l-mv__icon-tv {
	position: absolute;
	width: calc((72 / 375) * 100vw);
	top: calc((14 / 375) * 100vw);
	left: calc((20 / 375) * 100vw);
}
.l-mv__sublogo {
	position: absolute;
	width: calc((172 / 375) * 100vw);
	top: calc((22 / 375) * 100vw);
	left: calc((174 / 375) * 100vw);
}
.l-mv__logo {
	position: absolute;
	width: calc((253 / 375) * 100vw);
	top: calc((62 / 375) * 100vw);
	left: calc((62 / 375) * 100vw);
	transform: scale(0.5);
}
.zoomIn {
	animation-name: zoomInAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
@keyframes zoomInAnime{
	from {
		transform: scale(0.5);
	}
	to {
		transform: scale(1);
	}
}
.l-mv__products {
	position: absolute;
	width: calc((335 / 375) * 100vw);
	bottom: calc((58 / 375) * 100vw);
	left: calc((20 / 375) * 100vw);
	opacity: 0;
}
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeUpAnime{
	from {
	opacity: 0;
	transform: translateY(50px);
	}

	to {
	opacity: 1;
	transform: translateY(0);
	}
}
.c-attention {
	position: absolute;
	font-size: 12px;
	line-height: 1.6;
	bottom: -20px;
	left: 20px;
}
.c-lead {
	font-weight: 800;
	line-height: 1.6;
	text-align: center;
	padding-bottom: 64px;
}
@media screen and (min-width: 769px) {
	.l-mv__bg {
		height: 720px;
		background: url(/nabe/feature/2025_jobtune/img/kv/bg_pc.png) center;
		background-size: cover;
		margin-bottom: 24px;
	}
	.mv__inner {
		width: 1200px;
		margin: 0 auto;
	}
	.l-mv__icon-tv {
		width: 135px;
		top: 29px;
		left: 0;
	}
	.l-mv__sublogo {
		width: 553px;
		top: 49px;
		left: 351px;
	}
	.l-mv__logo {
		width: 941px;
		top: 96px;
		left: 130px;
	}
	.l-mv__products {
		width: 750px;
		bottom: 33px;
		left: 226px;
	}
	.c-attention {
		bottom: 33px;
		left: auto;
		right: -85px;
	}
	.c-lead {
		font-size: 22px;
		padding-bottom: 47px;
	}
}

/* --------------------------------------------------
		l-result
-------------------------------------------------- */
.l-result {
	background-color: #FDE84F;
	overflow: hidden;
}
.c-result-table {
	position: relative;
	display: flex;
	gap: 4px;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.c-result-table::after {
	position: absolute;
	content: '';
	background: url(/nabe/feature/2025_jobtune/img/mark_white.png);
	background-size: contain;
	width: calc((160 / 375) * 100vw);
	height: calc((160 / 375) * 100vw);
	bottom: calc((-50 / 375) * 100vw);
	right: calc((-86 / 375) * 100vw);
}
.c-result-table__item {
	position: relative;
	width: calc((100% - 4px) / 2);
	background-color: #fff;
	height: calc((120 / 375) * 100vw);
	z-index: 1;
}
.c-result-table__item a {
	display: block;
	width: 100%;
	height: 210px;
}
.c-result-table__img {
	position: absolute;
	width: calc((100 / 375) * 100vw);
	height: calc((100 / 375) * 100vw);
	top: calc((10 / 375) * 100vw);
	left: calc((60 / 375) * 100vw);
	z-index: 1;
}
.c-result-table__txt {
	position: absolute;
	color: #fff;
	font-size: calc((14 / 375) * 100vw);
	font-weight: 500;
	letter-spacing: 0.08em;
	background-color: #009E41;
	line-height: 1;
	padding: calc((7 / 375) * 100vw) calc((18 / 375) * 100vw);
	width: 100%;
	bottom: 0;
	left: 0;
}
.c-result-table__number {
	font-weight: 800;
	font-size: calc((26 / 375) * 100vw);
}
.c-result-table__item:nth-child(1){
	background: url(/nabe/feature/2025_jobtune/img/bg_01.png) #fff no-repeat top right;
	background-size: calc((164 / 375) * 100vw) calc((130 / 375) * 100vw);
}
.c-result-table__item:nth-child(2){
	background: url(/nabe/feature/2025_jobtune/img/bg_02.png) #fff no-repeat top right;
	background-size: calc((164 / 375) * 100vw) calc((130 / 375) * 100vw);
}
@media screen and (max-width: 768px) {
	.c-result-table__item:nth-child(1) a,
	.c-result-table__item:nth-child(2) a,
	.c-result-table__item:nth-child(3) a {
		height: 300px;
	}
	.c-result-table__item:nth-child(1),
	.c-result-table__item:nth-child(2),
	.c-result-table__item:nth-child(3) {
		width: 100%;
		height: calc((170 / 375) * 100vw);
	}
	.c-result-table__item:nth-child(1) .c-result-table__img,
	.c-result-table__item:nth-child(2) .c-result-table__img,
	.c-result-table__item:nth-child(3) .c-result-table__img {
		width: calc((140 / 375) * 100vw);
		height: calc((140 / 375) * 100vw);
		top: calc((15 / 375) * 100vw);
		left: calc((98 / 375) * 100vw);
	}
	.c-result-table__item:nth-child(1) .c-result-table__txt,
	.c-result-table__item:nth-child(2) .c-result-table__txt,
	.c-result-table__item:nth-child(3) .c-result-table__txt {
		padding: calc((7 / 375) * 100vw) calc((38 / 375) * 100vw);
	}
}
@media screen and (min-width: 769px) {
	.c-result-table {
		margin-bottom: 120px;
	}
	.c-result-table::after {
		width: 440px;
		height: 440px;
		bottom: -50px;
		right: -225px;
	}
	.c-result-table__item {
		width: calc((100% - 12px) / 3);
		height: 300px;
	}
	.c-result-table__img {
		width: 250px;
		height: 250px;
		top: 30px;
		left: 127px;
		transition: 0.2s;
	}
	.c-result-table__item a:hover .c-result-table__img {
		top: 10px;
	}
	.c-result-table__txt {
		font-size: 20px;
		padding: 12px 73px;
	}
	.c-result-table__number {
		font-size: 36px;
	}
	.c-result-table__item:nth-child(1) a,
	.c-result-table__item:nth-child(2) a {
		height: 300px;
	}
	.c-result-table__item:nth-child(1),
	.c-result-table__item:nth-child(2) {
		width: calc((100% - 4px) / 2);
		height: 300px;
	}
	.c-result-table__item:nth-child(1) {
		background-size: 303px 240px;
	}
	.c-result-table__item:nth-child(2) {
		background-size: 303px 240px;
	}
	.c-result-table__item:nth-child(1) .c-result-table__img,
	.c-result-table__item:nth-child(2) .c-result-table__img {
		width: 260px;
		height: 260px;
		top: 20px;
		left: 159px;
	}
	.c-result-table__item:nth-child(1) .c-result-table__txt,
	.c-result-table__item:nth-child(2) .c-result-table__txt {
		padding: 12px 73px;
	}
}

/* --------------------------------------------------
		l-result-odd,l-result-even
-------------------------------------------------- */
.l-result-odd {
	background-color: #FED701;
}
.l-result-even {
	background-color: #FDE84F;
}
.l-result-odd,
.l-result-even {
	overflow: hidden;
}
.l-result-last {
	padding-bottom: 60px;
}
.l-result__inner {
	margin: 0 calc((20 / 375) * 100%);;
}
.l-ranking-product {
	position: relative;
	width: calc((335 / 375) * 100vw);
	height: calc((335 / 375) * 100vw);
}
.l-ranking-product::before {
	position: absolute;
	content: '';
	background-color: #fff;
	width: calc((280 / 375) * 100vw);
	height: calc((280 / 375) * 100vw);
	border-radius: calc(((280 / 375) * 100vw) / 2);
	bottom: calc((10 / 375) * 100vw);
	left: 50%;
	transform: translateX(-50%);
}
.l-ranking-product::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url(/nabe/feature/2025_jobtune/img/bg_ranking.png) ;
	background-size: contain;
	top: 0;
	left: 0;
}
.l-ranking-product.l-ranking-product__nobg::after {
	background: none;
}
.l-ranking-product__img {
	position: absolute;
	width: calc((235 / 375) * 100vw);
	left: calc((50 / 375) * 100vw); 
	bottom: 0;
	z-index: 1;
}
.l-ranking-product__img.icon_stamp_01::before,
.l-ranking-product__img.icon_stamp_02::before,
.l-ranking-product__img.icon_stamp_03::before {
	position: absolute;
	content: '';
	width: calc((110 / 375) * 100vw);
	height: calc((110 / 375) * 100vw);
	top: calc((-30 / 375) * 100vw);
	left: calc((-50 / 375) * 100vw);
}
.l-ranking-product__img::after {
	position: absolute;
	content: '';
	background: url(/nabe/feature/2025_jobtune/img/mark_white.png);
	background-size: contain;
	width: calc((160 / 375) * 100vw);
	height: calc((160 / 375) * 100vw);
	right: calc((-135 / 375) * 100vw);
	bottom: calc((-130 / 375) * 100vw);
}
.l-recipe {
	background-color: #fff;
	border-radius: 20px 20px 0 0;
	margin-top: 50px;
	position: relative;
}
.l-recipe::before {
	position: absolute;
	content: '';
	background: url(/nabe/feature/2025_jobtune/img/mark_white.png);
	background-size: contain;
	width: calc((200 / 375) * 100vw);
	height: calc((200 / 375) * 100vw);
	top: calc((-130 / 375) * 100vw);
	left: calc((-40 / 375) * 100vw);
}
.l-recipe__inner {
	position: relative;
	padding: 40px calc((20 / 375) * 100%);
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.l-recipe__inner::before {
	position: absolute;
	content: '';
	background: url(/nabe/feature/2025_jobtune/img/mark_blue.png);
	background-size: contain;
	width: calc((130 / 375) * 100vw);
	height: calc((130 / 375) * 100vw);
	right: -23px;
	top: -32px;
}
.l-recipe__inner::after {
	position: absolute;
	content: '';
	background: url(/nabe/feature/2025_jobtune/img/mark_pink.png);
	background-size: contain;
	width: calc((130 / 375) * 100vw);
	height: calc((130 / 375) * 100vw);
	left: -15px;
	bottom: -10px;
}
.u-recipe {
	display: flex;
	gap: 4%;
	padding-bottom: 20px;
	border-bottom: 1px solid #666666;
	margin-bottom: 20px;
}
.u-recipe__item {
	width: 50%;
	line-height: 1.5;
	z-index: 1;
}
.u-tag {
	font-size: 13px;
	font-weight: 800;
	color: #009E41;
	border: 1px solid #009E41;
	border-radius: 4px;
	width: 115px;
	text-align: center;
	padding: 2px 0;
	margin: 0 0 10px;
}
.u-tag-teiban {
	color: #fff;
	background-color: #009E41;
}

@media screen and (min-width: 769px) {
	.l-result-odd,
	.l-result-even,
	.l-result-last {
		padding-bottom: 120px;
	}
	.l-result__inner {
		width: 1200px;
		margin: 0 auto;
	}
	.l-ranking-product {
		width: 580px;
		height: 580px;
	}
	.l-ranking-product::before {
		width: 500px;
		height: 500px;
		border-radius: 250px;
		bottom: 20px;
	}
	.l-ranking-product__img {
		width: 440px;
		left: 70px;
		bottom: 10px;
	}
	.l-ranking-product__img.icon_stamp_01::before,
	.l-ranking-product__img.icon_stamp_02::before,
	.l-ranking-product__img.icon_stamp_03::before {
		width: 180px;
		height: 180px;
		top: -51px;
		left: -70px;
	}
	.l-ranking-product__img::after {
		background: none;
	}
	.l-recipe {
		width: 1200px;
		margin: 0 auto;
		border-radius: 20px;
		margin-top: 40px;
	}
	.l-recipe::before {
		width: 440px;
		height: 440px;
		top: -172px;
		right:  -200px;
		left: auto;
	}
	.l-recipe::after {
		position: absolute;
		content: '';
		background: url(/nabe/feature/2025_jobtune/img/mark_white.png);
		background-size: contain;
		width: 300px;
		height: 300px;
		bottom: -60px;
		left:  -140px;
	}
	.l-recipe__inner {
		padding: 50px 50px 74px;
		border-radius: 20px;
	}
	.l-recipe__inner::before {
		width: 300px;
		height: 300px;
		right: auto;
		left: -40px;
		top: -85px;
	}
	.l-recipe__inner::after {
		width: 200px;
		height: 200px;
		left: auto;
		right: -35px;
		bottom: 70px;
	}
	.l-recipe a:hover img{
		transform: scale(1.06);
	}
	.l-recipe a .u-recipe__img span {
		overflow: hidden;
		display: block;
	}
	.l-recipe a .u-recipe__img img {
		transition: .8s cubic-bezier(.165,.84,.44,1)
	}
	.pageContent a:hover img {
		opacity: 1;
	}
	.u-recipe {
		gap: 0;
		flex-direction: column;
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 0;
	}
	.u-recipe__item {
		width: 100%;
	}
	.u-tag {
		font-size: 14px;
		border-radius: 5px;
		width: 130px;
		padding: 2px 0;
		margin: 15px 0 5px;
	}
}

/* --------------------------------------------------
		l-banner
-------------------------------------------------- */
.l-banner {
	margin: 0 auto 80px;
	padding: 24px calc((20 / 375) * 100vw) 0;
	border-top: 60px solid #FED701;
}
.l-banner__block + .l-banner__block {
	margin-top: 60px;
}
.c-banner {
	display: flex;
	gap: 20px 15px;
	flex-wrap: wrap;
	margin-top: 33px;
}
.c-banner__item {
	width: calc((100% - 15px) / 2);
}
@media screen and (min-width: 769px) {
	.l-banner {
		width: 1200px;
		margin: 80px auto 140px;
		padding: 0 125px;
		border: none;
	}
	.c-banner {
		gap: 40px;
		margin-top: 56px;
	}
	.c-banner__item {
		width: 455px;
	}
	.c-banner__item a img {
		transition: 0.2s;
	}
	.c-banner__item a:hover img {
		opacity: 0.6;
	}
}

sup {
	font-size: .5em;
}

.c-caption {
	margin-top: 15px;
	color: #444;
	font-size: 12px;
	font-weight: 500;
}

/* 開発者コメント */
.c-comment {
	position: relative;
	padding: 0 20px 26px;
	margin-top: 50px;
	background-color: #FDE84F;
	border-radius: 15px;
	z-index: 1;
}

.c-comment__image {
	width: calc((106 / 375) * 100vw);
	margin: 0 auto;
	transform: translateY(-15px);
}

.c-comment__detail {
	line-height: 1.75;
	font-size: 16px;
}

.c-comment__ttl {
	margin-bottom: 7px;
	color: #008336;
	line-height: 1.5;
	font-size: 18px;
	font-weight: 800;
	text-align: center;
}

@media screen and (min-width: 769px) {
	.c-comment {
		display: flex;
		align-items: center;
		height: 180px;
		padding: 0 60px;
		margin-top: 75px;
		border-radius: 20px;
	}

	.c-comment__image {
		position: absolute;
		top: -40px;
		left: 60px;
		width: 200px;
		margin: 0;
		transform: none;
	}

	.c-comment__detail {
		padding-left: 240px;
		line-height: 1.8;
		font-size: 18px;
	}

	.c-comment__ttl {
		margin-bottom: 10px;
		font-size: 22px;
		text-align: left;
	}
}

/*
 　pc / sp
---------------------------------------------------------------------------*/
.sp-block {
  display: none;
}

.pc-block {
  display: block;
}

@media (max-width: 767px) {
  .sp-block {
    display: block;
  }

  .pc-block {
    display: none;
  }
}




