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

/* ///////////////////////
全体設定
////////////////////// */
/* ボックスシャドウ調整 */
.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;
}

/* ///////////////////////
フッター
////////////////////// */
/* 固定フッターの装飾 */
.p-footer-sticky-nav {
  background-color: transparent;
}
.p-footer-sticky-nav .footer-menu_sp {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.p-footer-sticky-nav .footer-menu_sp a {
  font-size: 1rem;
}
.menu_tel {
  background-color: gray;
  color: #fff;
}
.menu_line {
  background-color: lightgrey;
  color: #fff;
}

/* ///////////////////////
トップページ
////////////////////// */
/* 法人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;
	}	

/* ///////////////////////
ここから下層ページ
////////////////////// */
/* ////////////////////////
下層ページ全体設定
//////////////////////// */
/* ヘッダー下の余白を消す */
.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;
	
/* ////////////////////////
サービス紹介ページ
//////////////////////// */
@media screen and (max-width: 1023px) {
.service-list .service-item .smb-media-text__figure--fill img {
  object-position: top !important;
}
	}