/* ///////////////////////
全体設定
////////////////////// */
body {
  font-family: "IBM Plex Sans JP", sans-serif;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* .company-info table a {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
} */
/* タイトルサイズ */
@media screen and (max-width: 639px) {
  .has-sm-3-xl-font-size {
    --_font-size-level: 2;
  }
  h2 {
    --_font-size-level: 2;
  }
}

/* ///////////////////////
共通パターンの設定
////////////////////// */
/* お問い合わせ */
.contact-tel {
  text-align: center;
}
.contact-tel a {
  font-size: 1.3rem;
}

.contact-form .smb-panels__item__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* 汎用ボックス */
.c-box-arrow .smb-panels__item {
  border-radius: 16px;
  background: url(/wp-content/uploads/2025/11/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.card-title {
  position: relative;
  padding-bottom: 6px;
}

.card-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 25px;
  height: 2px;
  background: #fbd77c;
  border-radius: 2px;
}

/* ///////////////////////
共通ボタンの設定
////////////////////// */
/* ボタン全体のラッパー */
.common-btn-wrapper {
  display: block;
  text-align: center;
}

/* ボタン本体 */
.common-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 64px;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0px 3px 2px 0px #00000033;
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
  background-color: #2fb740;
  color: #fff;
  transition: transform 0.2s ease;
}

/* テキスト＋アイコン部分 */
.common-btn-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1;
}

/* アイコン */
.common-btn-label .btn-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}

.btn-icon {
  transition: transform 0.25s ease;
}

/* ホバー時のアクション */
.common-btn:hover {
  transform: translateY(-2px);
  transition: opacity 0.3s, transform 0.3s;
}
/* ホバー時のボタンアイコンアクション */
.common-btn:hover .btn-icon {
  transform: translateX(6px);
}

/* スタッフ募集・サービス紹介ページ配置調整 */
@media screen and (max-width: 639px) {
  .intro-with-image .smb-media-text__figure {
    position: relative;
    top: 0;
    right: -15%;
    width: 87%;
  }
  .intro-with-image .c-row {
    align-items: end;
  }
}
@media screen and (min-width: 640px) {
  .intro-with-image .c-row {
    align-items: center;
  }
}

/* ///////////////////////
ヘッダー
////////////////////// */
/* ヘッダーの幅調整 */
.l-header__content {
  max-width: 98%;
  margin-inline: auto;
}
/* お問い合わせボタン 設定 */
.header-info {
  display: flex;
  gap: 20px;
}
.header-wrapper1 a {
  font-weight: bold;
}

/* メニュー同士の幅の調整 */
.p-global-nav .c-navbar__item > a {
  padding: 12px;
}

header .c-row > .c-row__col {
  padding-left: 12px;
  padding-right: 12px;
}

/* ///////////////////////
フッター
////////////////////// */
.l-footer--default .c-copyright {
  background-color: #767676;
}
/* フッターメニュー横並び */
@media screen and (min-width: 640px) {
  .widget_nav_menu .menu {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
/* SP時メニュー並び調整 */
@media screen and (max-width: 639px) {
  .widget_nav_menu ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 20px;
    justify-content: center;
  }
}

/* フッターメニュー高さ調整 */
.l-footer-widget-area__item .widget_nav_menu ul > li + li {
  margin-top: 0;
}

/* フッターボタン装飾 */
.menu-contact {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  border-radius: 30px;
  background-color: #2fb740;
  box-shadow: 0px 3px 2px 0px #00000033;
  color: #fff;
  font-weight: bold;
}

.menu-contact:hover {
  opacity: 0.85;
  transform: translateY(-2px);
  transition: opacity 0.3s, transform 0.3s;
}

.menu-contact a:hover {
  text-decoration: none;
}

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

.c-page-top {
  border-radius: 50px;
  width: 60px;
  height: 60px;
  background-color: #f7ac01;
}
#page-top {
  right: 10px;
  bottom: 85px;
}

/* お問い合わせページの文字が出てこない問題の修正 */
.menu_mail {
  background-color: #2fb740;
  color: #fff !important;
}

/* ///////////////////////
ドロワーメニュー
////////////////////// */
/* ドロワーメニュー 位置*/
/* 背景色 */
nav#drawer-nav {
  background-color: #ffeabb;
}
/* 全体真ん中寄せ */
.c-drawer__inner {
  text-align: center;
}
/* ロゴ真ん中寄せ、サイズ */
.c-hsm-message-box.c-hsm-message-box_invert.p-hsm-drawer.c-blinking {
  max-width: 50%;
  margin: 0 auto;
  margin-bottom: 2rem;
}

/* 高さ調整 */
[id="drawer-nav"].c-drawer--overall .c-drawer__inner {
  height: 100%;
}
/* メニューの文字 */
.c-drawer__menu {
  padding-top: 30px;
  color: #333;
  font-weight: bold;
}

/* ハンバーガーボタンの色（3本線の色もまとめて） */
.c-drawer .c-hamburger-btn__bar {
  background-color: #333;
}

/* ドロワーメニュー内の文字色 */
#drawer-nav,
#drawer-nav a {
  color: #333; /* ここも同じ色に */
}

/* ///////////////////////
トップページ
////////////////////// */
/* //////////
fv
///////// */
/* 見出しの位置調整 */
@media only screen and (min-width: 640px) {
  .fv-heading {
    position: absolute;
    top: 51%;
    left: 10%;
    text-shadow: 0px 0px 23px #ffeabb;
  }
}

@media only screen and (max-width: 639px) {
  .fv-heading {
    position: absolute;
    bottom: 29%;
    right: 0;
    text-shadow: 0px 0px 14px #ffeabb;
  }
}

/* //////////
comeあすについて
///////// */
/* オレンジの背景色・あしらいの設定  */
.about-comeus .smb-section__background {
  border-radius: 0 0 500px 0;
  background-image: url(/wp-content/uploads/2025/11/about-line.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 639px) {
  .about-comeus .smb-section__background {
    border-radius: 0 0 200px 0;
  }
}

/* 見出しタイトルの文字の大きさ調整 */
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .about-comeus .about-comeus-heading {
    font-size: clamp(1.75rem, 1.332rem + 1.04vw, 2rem);
  }
}

/* //////////
Myself訪問介護ステーションについて
///////// */
/* 左の画像の位置設定(pc時) */
.about-myself_img-top {
  position: relative;
  top: -25%;
  left: 10%;
}

/* スマホ・タブ時、下の画像のサイズ調整 */
@media only screen and (max-width: 781px) {
  .about-myself_img-bottom {
    max-width: 65%;
  }
}

@media screen and (min-width: 782px) and (max-width: 1023px) {
  .about-myself_img-bottom {
    max-width: 90%;
    position: relative;
    top: -35px;
    right: 0;
  }
}

/* //////////
サービス内容
///////// */
/* オレンジの背景色設定 */
.services .smb-section__background {
  border-radius: 500px 0 0 0;
}
@media only screen and (max-width: 639px) {
  .services .smb-section__background {
    border-radius: 200px 0 0 0;
  }
}
/* ボックスの調整 */
.service-list .smb-items__item__body {
  display: flex;
  flex-direction: column;
}
.service-list .smb-items__item--free {
  border-radius: 16px;
  /* border: 3px solid #F7AC01; */
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 639px) {
  .service-lists .service-list {
    margin-bottom: 16px;
  }
}

/* //////////
アクセス
///////// */
/* tdの幅の設定 */
.access-table tbody tr td:first-of-type {
  width: 103px;
}

@media only screen and (max-width: 1023px) {
  /* スマホ・タブ時、真ん中よせ */
  .access .access-table table {
    display: flex;
    justify-content: center;
  }
}

/* //////////
お知らせ
///////// */
/* 区切り線の装飾 */
.news-lists ul {
  border-top: none;
}
.news-lists ul .c-entries__item {
  border-bottom: 2px dashed #333;
}

/* //////////
お問い合わせ
///////// */
.c-box-arrow__info {
  justify-content: center;
}

@media screen and (min-width: 783px) and (max-width: 1023px) {
  .c-box-arrow__info {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) {
  .c-box-arrow__info-text {
    text-align: left;
  }
}
/* メールボックスのみの設定 */
.contact-mail .c-box-arrow__info-text p strong {
  display: inline-block;
  text-align: center;
  /* font-size: 18px; */
}

/* スマホ・タブ時お問い合わせボックスの調整 */
@media only screen and (max-width: 1023px) {
  .c-box-arrow__info-text {
    text-align: center;
  }
  .c-box-arrow .smb-panels__item__body {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
  .c-box-arrow .wp-block-columns {
    gap: 10px;
  }
  .contact-list img {
    width: 70px;
    height: 70px;
  }
}

/* //////////
LINE情報
///////// */
/* アイコンとテキスト横並び調整 */
.info-line-box_contents .c-row {
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 639px) {
  /* スマホ時縦並び */
  .info-line-box_contents .c-row {
    gap: 10px;
  }
  /* 文字サイズ変更 */
  .info-line-box_contents p strong {
    font-size: clamp(0.844rem, 0.537rem + 1.4vw, 1.063rem);
  }
}

.is-bg-yellow {
  background-color: #fffb00;
  color: #2fb740;
}

/* ////////////////////////
下層ページの設定
//////////////////////// */
/* ヘッダー下の余白を消す */
.page .l-contents__inner {
  padding-top: 0;
  padding-bottom: 0;
}
/* 見出しを表示しない */
.page .c-entry__header {
  display: none;
}

/* ///////////////////////
お問い合わせページ
////////////////////// */
/* 確認画面で説明文非表示に */
[data-screen="confirm"] .input {
  display: none;
}
[data-screen="input"] .confirm,
[data-screen="invalid"] .confirm {
  display: none;
}
/* ボタンの文字を太字に */
.snow-monkey-form--button-has-accent-color .smf-button-control__control {
  font-weight: bold;
}
/* 必須の文字装飾 */
.smf-item__label__text {
  display: flex;
  gap: 12px;
  align-items: center;
}
.smf-item__label__text::after {
  content: "必須";
  color: #333;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 22px;
  background-color: #f7ac01;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}

/* 任意の文字装飾 */
.is-optional .smf-item__label__text::after {
  content: "任意";
  color: #333;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 22px;
  background-color: #2fb740;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}

/* ///////////////////////
サービス紹介ページ
////////////////////// */
/* 私たちの理念３つのリスト真ん中よせ */
.our-mission-lists {
  width: fit-content;
  margin-inline: auto;
}

.our-mission-box {
  background: linear-gradient(
    104.56deg,
    rgba(243, 169, 202, 0.5) 8.74%,
    rgba(247, 172, 1, 0.5) 54.8%,
    rgba(41, 167, 57, 0.5) 93.53%
  );
}

.our-mission-lists li::marker {
  color: #f7ac01;
  font-weight: bold;
}
/* サービス内容装飾 */
.service-list .smb-panels__item--free,
.feature-list .smb-panels__item--free {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

/* ５つの特徴装飾 */
.features-item {
  background-color: #fff;
  border-radius: 16px;
}
@media only screen and (min-width: 1024px) {
  .features-item:nth-child(even) {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .features-item .c-row .c-row__col .smb-media-text__contents-wrapper {
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
  }
}

.features-item .smb-media-text__body {
  margin-top: 10px;
}
/* ご利用の流れ装飾 */
@media only screen and (min-width: 640px) {
  .flow-item-heading::before {
    content: "";
    position: absolute;
    left: 8%;
    bottom: -250%;
    width: 1px;
    height: 168px;
    background-color: #f7ac01;
  }

  .is-pink::before {
    background-color: #f1a1c3;
  }
}

@media only screen and (max-width: 639px) {
  .flow-item-heading::after {
    content: "";
    position: absolute;
    left: 8%;
    bottom: -145px;
    width: 1px;
    height: 148px;
    background-color: #f7ac01;
  }

  .is-pink::after {
    background-color: #f1a1c3;
  }
}

@media only screen and (max-width: 639px) {
  .flow-item:last-child .flow-item-heading::after {
    content: "";
    position: absolute;
    left: 8%;
    bottom: -120px;
    width: 1px;
    height: 123px;
    background-color: #f7ac01;
  }

  .flow-item:last-child .is-pink::after {
    background-color: #f1a1c3;
  }
}

/* ///////////////////////
事例紹介ページ
////////////////////// */
/* 共通 アコーディオンのデザイン調整 */
.cases-item .smb-accordion__item__title {
  padding-block: 28px;
  padding-inline: 35px;
  border-radius: 55px;
}
/* アコーディオン同士の間隔調整 */
.cases-item {
  margin-top: 22px;
}
/* アコーディオンの中のボックス装飾 */
.cases-item .smb-box__background {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
/* 見出しテキストの大きさ調整 */
@media only screen and (max-width: 639px) {
  .cases-item .has-sm-2-xl-font-size {
    --_font-size-level: 1;
  }
  /* アコーディオンのデザイン調整 */
  .cases-item .smb-accordion__item__title {
    padding-block: 12px;
    padding-inline: 23px;
    border-radius: 35px;
  }
  .cases-item-box h2 {
    --_font-size-level: 1;
  }
  .cases-item-box {
    padding: 14px;
  }
  .cases-item .smb-accordion__item__body {
    padding: 13px;
  }
}

/* ///////////////////////
スタッフ募集ページ
////////////////////// */
.recruit-merit-point .smb-panels__item,
.recruit-merit-support .smb-panels__item {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
/* 4つのポイント調整 */
.recruit-merit-point .smb-panels__item {
  border-radius: 16px;
}
/* 4つのサポート調整 */
.recruit-merit-support .smb-panels__item__body {
  padding: 20px;
}
.recruit-merit-support .smb-panels__item {
  border-radius: 16px;
}

/* エントリーボタン ホバー時 */
.recruit-item__btn:hover {
  opacity: 0.7;
}
.recruit-item .smb-accordion__item__title {
  padding-block: 20px;
  padding-inline: 40px;
  border-radius: 10px;
  border: 2px solid #f7ac01;
}
.recruit-item {
  margin-top: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

/* 職種ボックスを開いたときの背景色 */
.recruit-item
  .smb-accordion__item__control:checked
  ~ .smb-accordion__item__title {
  background-color: #f7ac01;
  color: #fff;
}
/* 職種ボックスを開いたときボーダー付与 */
.recruit-item:has(.smb-accordion__item__control:checked) {
  border-bottom: 2px solid #f7ac01;
  border-left: 2px solid #f7ac01;
  border-right: 2px solid #f7ac01;
}

/* ///////////////////////
私たちについてページ
////////////////////// */
.company-info__overview .smb-information__item {
  border-bottom: 1px solid #333;
}

@media only screen and (max-width: 639px) {
  .company-info
    .smb-information:not([data-sm-split-column="true"])
    .smb-information__item__body {
    padding-top: 0;
  }
}

/* ///////////////////////
よくあるご質問ページ
////////////////////// */
/* 下線の色変更 */
.faq-list {
  border: none;
}
.faq .smb-faq__body .faq-list__item {
  border-bottom: 1px solid #ddd;
}
/* ボタンの装飾 */
.faq-cat .smb-items__item {
  border-radius: 16px;
  border: 1px solid #f7ac01;
}
/* 見出しがスクロールで隠れないように調整 */
.anchor-target {
  scroll-margin-top: 200px;
}
/* 見出しの装飾 */
.faq-list-heading {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
/* QAボックスの装飾 */
.faq .smb-faq__body .faq-list__item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding-inline: 20px;
  margin-bottom: 20px;
}
