/* ///////////////////////
全体設定
////////////////////// */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* 見出しのフォントサイズ */
@media screen and (max-width: 639px) {
  .smb-section__title
 {
    --_font-size-level: 2;
  }
	.wp-block-heading {
	 --_font-size-level: 2;
	}
  h2 {
    --_font-size-level: 2;
  }
}

#page-top {
	--page-top-y: 30px;
	right: 15px;
}

/* ///////////////////////
全体設定
////////////////////// */
/* ボックスシャドウ調整 */
.career-success-item .smb-panels__item,
.service .smb-media-text,
.reason .wp-block-columns,
.u-box-shadow {
		 box-shadow: 0 4px 20px rgba(11, 47, 91, 0.07) !important;
	}

/* ///////////////////////
ヘッダー
////////////////////// */
/* 電話・お問い合わせボタン 設定 */
.header-info {
  display: flex;
  gap: 20px;
}
.header-above a {
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 1.5px;
}
.header-wrapper1 a {
  font-weight: bold;
}

/* ///////////////////////
トップページ
////////////////////// */
/* FVスマホ時調整 */
@media screen and (max-width: 639px) {
	.fv {
		position: relative;
		min-height: calc(100svh - 80px);
		padding: 0;
		overflow: hidden;
	}
	.fv .smb-section__contents-wrapper {
	transform: translateX(-4px);
}
	.fv .smb-section-with-bgimage__bgimage {
		position: absolute;
		inset: 0;
		z-index: 0;
	}
	.fv .smb-section-with-bgimage__bgimage img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 58% center;
	}
	/* 白のグラデーション */
.fv::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		radial-gradient(
			ellipse at 18% 66%,
			rgba(255, 255, 255, 0.82) 0%,
			rgba(255, 255, 255, 0.65) 32%,
			rgba(255, 255, 255, 0.28) 58%,
			rgba(255, 255, 255, 0) 78%
		);
}
	/* コンテンツをグラデーションより手前へ */
	.fv .smb-section__inner {
		position: relative;
		z-index: 2;
		display: flex;
		min-height: calc(100svh - 60px);
		align-items: flex-start;
		padding-top: 95px;
		padding-bottom: 32px;
	}

	.fv .c-container {
		width: 100%;
		padding-right: 24px;
		padding-left: 24px;
		top: 100px;
	}

	.fv .fv-text-group {
		margin: 0;
	}

.fv .fv-heading {
	font-size: clamp(1.9rem, 8vw, 2.3rem) !important;
}
	.fv .fv-text {
		margin-top: 10px;
	}

	/* ボタン全体 */
	.fv .smb-buttons {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		margin-top: 24px;
	}

	.fv .smb-btn-wrapper {
		width: min(100%, 230px);
	}

	.fv .smb-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 52px;
		padding: 12px 20px;
		font-size: 1rem;
		letter-spacing: 0.05em;
		box-shadow: none;
	}
}

/* タブレット */
@media screen and (min-width: 640px) and (max-width: 1023px) {
	/* ファーストビュー全体 */
	.fv {
		position: relative;
		overflow: hidden;
	}

	/* 背景画像 */
	.fv .smb-section-with-bgimage__bgimage img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 50% center;
	}

	/* 左側に白いグラデーションを重ねる */
	.fv::before {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 1;
		pointer-events: none;
		background: linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.72) 0%,
			rgba(255, 255, 255, 0.48) 32%,
			rgba(255, 255, 255, 0.14) 52%,
			rgba(255, 255, 255, 0) 68%
		);
	}

	/* コンテンツをグラデーションより前に表示 */
	.fv .smb-section__inner {
		position: relative;
		z-index: 2;
	}

	/* 左右の余白 */
	.fv .c-container {
		padding-right: 32px;
		padding-left: 40px;
	}

	/* コンテンツ幅 */
	.fv .smb-section__contents-wrapper {
		width: 100%;
	}

	/* 見出し */
	.fv .fv-heading {
		margin: 0;
		font-size: 2.2rem !important;
		line-height: 1.45;
		letter-spacing: 0.03em;
	}

	/* 説明文 */
	.fv .fv-text {
		margin-top: 20px;
		font-size: 0.95rem;
		line-height: 1.8;
		letter-spacing: 0.02em;
	}

	/* ボタン全体 */
	.fv .smb-buttons {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 12px;
		margin-top: 24px;
	}

	/* ボタン幅 */
	.fv .smb-btn-wrapper {
		width: 160px;
	}

	.fv .smb-btn {
		width: 100%;
		min-height: 52px;
		padding: 10px 16px;
		font-size: 0.95rem;
	}

	/* 濃紺ボタンのみ白枠 */
	.fv .smb-btn-wrapper:first-child .smb-btn {
		border: 1px solid rgba(255, 255, 255, 0.8);
	}

	.fv .smb-btn-wrapper:last-child .smb-btn {
		border: none;
	}
}
/* PC時のみ白いグラデーションの範囲を狭くする */
@media screen and (min-width: 1024px) {
  .fv::before {
		background: linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.72) 0%,
			rgba(255, 255, 255, 0.48) 24%,
			rgba(255, 255, 255, 0.14) 40%,
			rgba(255, 255, 255, 0) 54%
		);
	}
	.fv .c-container {
		padding-left: 55px;
	}
}

/* ボタン装飾 */
.fv .smb-btn-wrapper:first-child .smb-btn {
	border: 1px solid rgba(255, 255, 255, 0.7);
}

.fv .smb-btn-wrapper:last-child .smb-btn {
	border: none;
}
/* 法人ctaエリア　電話ボックス調整 */
.company-cta_tel {
	width: fit-content;
    margin-left: 0 !important;
    margin-right: auto;
}
/* FV調整 */
@media screen and (min-width: 1280px) {
    body:not([data-has-sidebar=true]) .is-style-RJE_R002LP_hero_media_and_text .smb-section-with-bgimage__bgimage {
		max-width: 100% !important;
	    margin-right: 0 !important;
	}
}
/* 選ばれる理由　ボックス角丸 */
	.reason-item .smb-items__item {
		border-radius: 16px;
	}	

@media screen and (max-width: 781px) {
	.reason .reason-item:nth-child(odd) {
		flex-direction: column-reverse;
	}
	.reason .reason-item {
		padding-left: 15px;
        padding-right: 15px;
	}
}
@media screen and (max-width: 639px) {
 .service-item .c-row:nth-child(odd) {
		flex-direction: column;
	}
	.audience-guide-list .c-row {
	   gap: 30px;
   }
	.contact-cta .smb-section-with-bgimage__bgimage img {
	object-position: top right;
}
}
/* ///////////////////////
ここから下層ページ
////////////////////// */
/* ////////////////////////
下層ページ全体設定
//////////////////////// */
/* ヘッダー下の余白を消す */
.page .l-contents__inner {
  padding-top: 0;
  padding-bottom: 0;
	margin-bottom: 0;
}
/* 見出しを表示しない */
.page .c-entry__header {
  display: none;
}

/* ////////////////////////
お問い合わせ
//////////////////////// */
/* ボタンの文字を太字に */
.snow-monkey-form--button-has-accent-color .smf-button-control__control {
  font-weight: bold;
  border-radius: 0;
}

/* ////////////////////////
無料相談予約ページ
//////////////////////// */
.reservation-cta-panel {
	width: 90%;
}
.reservation-cta-panel .smb-panels__item__body {
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* ////////////////////////
法人様へページ
//////////////////////// */
.company-problem-list {
	width: fit-content;
}

.spider__arrow[data-direction=next]:before {
    border-right: 2px solid #0e2b50;
    border-top: 2px solid #0e2b50;
}
.spider__arrow[data-direction=prev]:before {
    border-bottom: 2px solid #0e2b50;
    border-left: 2px solid #0e2b50;
}
.success-slider-corporate .smb-spider-contents-slider__item {
  position: relative !important;
  min-height: 270px;
  padding-bottom: 100px !important;
}
.success-slider-corporate .smb-spider-contents-slider__item > p:last-child {
  position: absolute !important;
  right: var(--smb-spider-contents-slider--slide-padding);
  bottom: 32px;
  left: var(--smb-spider-contents-slider--slide-padding);
  margin: 0 !important;
  padding: 0 !important;
}


/* ////////////////////////
求職者様へページ
//////////////////////// */	
/* 転職成功事例：カード内の高さを確保 */
.success-slider-jobseeker .smb-spider-contents-slider__item {
  position: relative !important;
  min-height: 270px;
  padding-bottom: 80px !important;
}

/* 年代・職種・性別をカード下部に固定 */
.success-slider-jobseeker .smb-spider-contents-slider__item > p:last-child {
  position: absolute !important;
  right: var(--smb-spider-contents-slider--slide-padding);
  bottom: 32px;
  left: var(--smb-spider-contents-slider--slide-padding);
  margin: 0 !important;
  padding: 0 !important;
}
	
/* ////////////////////////
サービス紹介ページ
//////////////////////// */

@media screen and (max-width: 487px) {
.page-service-item_content-layout {
	gap: 5px;
}
}
@media screen and (max-width: 1023px) {
	.page-service-item .smb-media-text__figure img {
		object-position: top !important;
	}
}
	
