/* 変数設定 */
:root {
  --color_white: #ffffff;
  --color_black: #1b1b1b;
  --color_emerald: #2db0b6;
  --color_emerald-soft: #78c8dc;
  --color-gray: #c9c9c9;
  --font-ja-sans: "Noto Sans JP", sans-serif;
  --font-en-script: "Dancing Script", cursive;
}
body {
  font-family: var(--font-ja-sans);
  line-height: 2.4;
}
.l-contents__inner:last-child {
  padding-bottom: 0;
}
.c-meta__item--author {
  display: none;
}
/* 基本設定 */
img {
  opacity: 1;
  transition: opacity 0.5s ease;
}
a:hover img {
  opacity: 0.6;
}
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.5s;
}
.pt_0 {
  padding-top: 0 !important;
}
.pt_10 {
  padding-top: 10px !important;
}
.pb_0 {
  padding-bottom: 0 !important;
}
.pb_10 {
  padding-bottom: 10px !important;
}
.mt_0 {
  margin-top: 0 !important;
}
.mb_0 {
  margin-bottom: 0 !important;
}
.mr_0 {
  margin-right: 0 !important;
}
.ml_0 {
  margin-left: 0 !important;
}
.mt_10 {
  margin-top: 10px !important;
}
.mb_10 {
  margin-bottom: 10px !important;
}
.z_0 {
  z-index: 0;
}
.z_1 {
  z-index: 1;
}
.p_ab {
  position: absolute;
}
.p_rel {
  position: relative;
}
.d_flex {
  display: flex;
}
.d_flex.f_wrap {
  flex-wrap: wrap;
}
.inline_b {
  display: inline-block;
}
.js_sb {
  justify-content: space-between;
}
.js_fs {
  justify-content: flex-start;
}
.of_hd {
  overflow: hidden;
}
.mincho {
  font-family: "Zen Antique Soft", serif;
}
.maru {
  font-family: "Zen Maru Gothic", serif;
}
.smb-panels__item__action > a:focus:after {
  outline: none;
  outline-offset: 0px;
}
.tate {
  writing-mode: vertical-rl;
}
/* br*/
.br-sp {
  display: none;
}
.br-tab {
  display: none;
}
.br-pc {
  display: block;
}
/* 基本設定 終わり*/
/* アイコン */
.svg-inline--fa {
  margin-right: 4px;
}
.c-page-top .svg-inline--fa {
  margin-right: 0;
}
.p-global-nav--hover-extend-underline .c-navbar__item.cta:hover > a:after {
  width: 0;
}
/* アイコン 終わり*/

/* グローバルナビ */
.l-1row-header .c-fluid-container {
  /* padding-right: 0;*/
}
[data-scrolled="false"]
  .l-header--sticky-overlay-colored-lg
  .p-global-nav
  .c-navbar__item
  > a {
  color: var(--color_black);
}
[data-scrolled="false"]
  .l-header--sticky-overlay-colored-lg
  .p-global-nav
  .c-navbar__item
  > a:hover {
  color: var(--color_emerald);
}
.p-global-nav .c-navbar__item.current-menu-item > a > span {
  color: var(--color_emerald);
}
.p-global-nav .c-navbar__item.header_cta > a {
  background-color: var(--wp--preset--color--sm-accent);
  color: #fff;
}
.p-global-nav .c-navbar__item.tel > a {
  font-size: 1rem;
}
.p-global-nav .c-navbar__item.contact > a {
  font-weight: 500;
}
ul#menu-g_nav {
  height: 100px;
}
li.header_cta.tel::after {
  content: "";
  width: 1px;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  transform: translateY(-50%);
}
.p-global-nav .c-navbar__item[aria-haspopup="true"]:before {
  display: none;
}
li.g_nav_sab {
  border-bottom: 1px solid #ffffff80;
}
.p-global-nav .c-navbar__item.header_cta > a:hover {
  opacity: 0.9;
  transition: 0.5s;
}
/* お問い合わせボタン */
.header_cta {
  padding: 1.2rem;
  display: flex;
  align-items: center;
}
.header_cta.contact a {
  background-color: var(--color_emerald) !important;
  border: 1.5px solid var(--color_emerald) !important;
  border-radius: 10px !important;
  box-shadow: 6px 6px 0 rgba(45, 176, 182, 0.3) !important;
  padding: 12px 40px !important;
  transition: all 0.3s ease !important;
  font-weight: 700 !important;
  box-sizing: border-box !important;
  max-width: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}
.header_cta.contact a span,
.header_cta.contact a svg {
  color: var(--color_white) !important;
  fill: currentColor !important;
}
.header_cta.contact a:hover {
  background-color: var(--color_white) !important;
  border-color: var(--color_emerald) !important;
}
.header_cta.contact a:hover span,
.header_cta.contact a:hover svg {
  color: var(--color_emerald) !important;
}
.header_cta.contact a svg {
  margin-right: 8px !important;
  width: 18px !important;
  height: 18px !important;
}
@media (max-width: 1280px) {
  [data-scrolled="false"]
    .l-header--sticky-overlay-colored-lg
    .p-global-nav
    .c-navbar__item
    > a {
    color: var(--color_black);
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .l-1row-header__branding {
    max-width: 250px;
  }
}
@media (max-width: 1024px) {
  /* SPメニュー */
  .c-drawer {
    background-color: var(--color_white);
    color: var(--color_black);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  ul#menu-sp_nav {
    display: block !important;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  ul#menu-sp_nav li {
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: var(--color_black);
  }
  ul#menu-sp_nav li a {
    display: block;
    width: 100%;
    color: var(--color_black);
    text-decoration: none;
    padding: 10px 0;
  }
  .c-hamburger-btn {
    width: 60px;
    height: 60px;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    background: linear-gradient(135deg, #78c8dc, #2db0b6);
    background-size: 200% 100%;
    border: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .c-hamburger-btn__bar {
    height: 2px !important;
  }
  .c-hamburger-btn__label {
    display: block;
    font-size: 10px;
    line-height: 1;
    color: var(--color_white);
  }
  ul#menu-sp_nav li.sp_menu_cta.tel {
    font-family: "EB Garamond";
    font-size: 1.4rem;
  }
  ul#menu-sp_nav li.sp_menu_cta.con {
    font-family: "Zen Antique Soft";
    font-size: 1.2rem;
  }
  ul#menu-sp_nav li.sp_menu_cta a svg {
    display: block;
    margin-right: 0;
    width: 100%;
    font-size: 1.1rem;
    margin-bottom: 7px;
  }
  /* メニュー項目 ID 93（お問い合わせ）をボタンにする */
  #menu-item-93.c-drawer__item a,
  #menu-item-665.c-drawer__item a {
    background-color: var(--color_white) !important;
    border: 1.5px solid var(--color_emerald) !important;
    border-radius: 10px !important;
    box-shadow: 6px 6px 0 rgba(45, 176, 182, 0.3) !important;
    padding: 12px 20px !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    width: 240px !important;
    max-width: 90% !important;
    margin: 1rem auto 1rem !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    color: var(--color_emerald) !important;
    text-decoration: none !important;
  }
  #menu-item-93.c-drawer__item a:hover,
  #menu-item-93.c-drawer__item a:active,
  #menu-item-665.c-drawer__item a:hover,
  #menu-item-665.c-drawer__item a:active {
    background-color: var(--color_emerald) !important;
    color: var(--color_white) !important;
    border-color: var(--color_emerald) !important;
    box-shadow: 2px 2px 0 rgba(45, 176, 182, 0.3) !important;
    opacity: 1 !important;
  }
  #menu-item-93.c-drawer__item,
  #menu-item-665.c-drawer__item {
    padding: 0 !important;
    border: none !important;
  }
}
/* ロゴサイズ */
@media (min-width: 64em) {
  .c-site-branding__title .custom-logo {
    width: 230px !important;
  }
}
/* グローバルナビ終わり */
/* 下層ページヘッダー */
body::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/wp-content/uploads/2026/04/bg-main.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  opacity: 0.4;
  z-index: -1;
}
.c-page-header,
.archive.post-type-archive-blog .c-page-header {
  height: 400px !important;
}
.c-page-header[data-has-image="true"] {
  height: unset;
}
.c-page-header[data-has-image="true"] .c-page-header__content {
  color: unset;
}
.c-page-header__bgimage > img,
.c-page-header__bgimage > picture > img {
  display: none;
}
/* ページヘッダータイトル */
h1.c-page-header__title {
  text-align: center !important;
  font-size: clamp(1.2rem, 0.909rem + 1.45vw, 2rem);
}
.page-id-19 .c-page-header__title::before,
.page-id-21 .c-page-header__title::before,
.page-id-173 .c-page-header__title::before,
.page-id-175 .c-page-header__title::before,
.page-id-23 .c-page-header__title::before,
.page-id-77 .c-page-header__title::before,
.post-type-archive-works .c-page-header__title::before,
.archive.post-type-archive-blog .c-page-header__title::before,
.blog .c-page-header__title::before,
.single-blog .c-page-header__title::before,
.post-template-default .c-page-header__title::before,
.archive.category .c-page-header__title::before {
  display: block;
  color: var(--color_emerald);
  font-family: var(--font-en-script);
  font-size: clamp(2.6rem, 2.236rem + 1.82vw, 3.6rem);
}
.page-id-19 .c-page-header__title::before {
  content: "About Honu";
}
.page-id-21 .c-page-header__title::before {
  content: "Service";
}
.archive.post-type-archive-blog .c-page-header__title::before,
.single-blog .c-page-header__title::before {
  content: "Blog";
}
.page-id-175 .c-page-header__title::before {
  content: "RECRUIT";
}
.page-id-23 .c-page-header__title::before {
  content: "Contact";
}
.page-id-77 .c-page-header__title::before {
  content: "Privacy Policy";
}
.blog .c-page-header__title::before,
.post-template-default .c-page-header__title::before,
.archive.category .c-page-header__title::before {
  content: "News";
}
/* パンくず */
.p-breadcrumbs-wrapper {
  background: linear-gradient(135deg, #78c8dc, #2db0b6);
  width: fit-content;
  margin-right: 0;
  padding-inline: 1rem;
  border-radius: 5px;
  color: var(--color_white);
}
/* プライバシーポリシー */
#privacy h3 {
  margin-bottom: 10px !important;
  padding-left: 10px;
  border-left: solid 3px var(--wp--preset--color--sm-accent);
  font-weight: 700;
}
/*--- お問い合わせフォーム ---*/
/* SP版の確認画面ボタンボタン余白 */
.smf-action .smf-button-control__control {
  /* margin-bottom: 20px; */
}
/* 投稿(シンプル)のSPレスポンシブ */
@media screen and (max-width: 639px) {
  .c-entries--simple .c-entry-summary__content {
    display: block;
  }
  .c-entries--simple .c-entry-summary__figure {
    float: inherit;
    width: 100%;
    margin-bottom: 20px;
  }
  .c-entries {
    --entries--item-width: 100% !important;
  }
}
/* ==========================================================================
   汎用
   ========================================================================== */
/* ボタン */
.smb-btn {
  background-color: var(--color_white) !important;
  border: 1.5px solid var(--color_emerald) !important;
  border-radius: 10px !important;
  box-shadow: 6px 6px 0 rgba(45, 176, 182, 0.3) !important;
  padding: 12px 40px !important;
  transition: all 0.3s ease !important;
  font-weight: 700;
  width: 378px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  margin-top: 2rem;
}
.smb-btn .smb-btn__label {
  color: var(--color_emerald) !important;
}
.smb-btn:hover {
  background-color: var(--color_emerald) !important;
  border-color: var(--color_emerald) !important;
  opacity: 1 !important;
  filter: brightness(100%);
}
.smb-btn:hover .smb-btn__label {
  color: var(--color_white) !important;
}
/* ボタン色付き */
.color_emerald .smb-btn {
  background-color: var(--color_emerald) !important;
  border: 1.5px solid var(--color_emerald) !important;
  border-radius: 10px !important;
  box-shadow: 6px 6px 0 rgba(45, 176, 182, 0.3) !important;
  padding: 12px 40px !important;
  transition: all 0.3s ease !important;
  font-weight: 700;
  width: 378px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  margin-top: 0;
}
.color_emerald .smb-btn .smb-btn__label {
  color: var(--color_white) !important;
}
.color_emerald .smb-btn:hover {
  background-color: var(--color_white) !important;
  border-color: var(--color_emerald) !important;
  filter: brightness(100%);
}
.color_emerald .smb-btn:hover .smb-btn__label {
  color: var(--color_emerald) !important;
}
/* 見出し */
.page-header {
  color: var(--color_emerald);
  font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
  margin-top: -30px !important;
}
.sub-page-header {
  color: var(--color_emerald);
  font-family: var(--font-en-script);
  font-size: clamp(2.6rem, 2.236rem + 1.82vw, 3.6rem);
}
h3 {
  line-height: 2;
  font-size: clamp(1.1rem, 1.027rem + 0.36vw, 1.3rem);
}
/* テーブル */
.table table,
.table tbody {
  display: block;
  width: 100%;
}
.table tr {
  display: flex;
  flex-wrap: wrap;
}
.table figure.wp-block-table tr td:first-child {
  width: 30%;
  text-align: left;
  vertical-align: middle;
  font-weight: 700 !important;
  color: var(--color_emerald);
  border-bottom: 1px solid var(--color-gray) !important;
  padding: 1.2rem;
}
.table figure.wp-block-table tr td {
  border: none !important;
  border-bottom: 1px solid var(--color-gray) !important;
  display: block;
  vertical-align: middle !important;
}
.table figure.wp-block-table tr:first-child {
  border-top: none;
}
.table figure tr td:last-child {
  width: 70%;
  padding: 1.2rem;
}
@media screen and (max-width: 640px) {
  .table figure.wp-block-table tr td:first-child,
  .table figure tr td:last-child {
    width: 100%;
  }
  .table figure.wp-block-table tr td:first-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .table figure.wp-block-table tr td:first-child {
    padding: 1rem;
    vertical-align: middle !important;
  }
  .table figure tr td:last-child {
    padding: 0 1rem 1rem;
  }
}
/* ==========================================================================
   #01 メインビジュアル
   ========================================================================== */
.bg-mv {
  margin-top: -100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bg-mv .smb-section__body {
  position: relative;
  height: 950px;
  background-image: url("/wp-content/uploads/2026/04/bg-main.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px !important;
  box-sizing: border-box;
}
.mv-slider,
.mv-photo01,
.mv-photo02,
.mv-photo03,
.about-photo01,
.about-photo02,
.about-photo03 {
  position: absolute !important;
}
.mv-slider img,
.mv-photo01 img,
.mv-photo02 img,
.mv-photo03 img,
.about-photo01 img,
.about-photo02 img,
.about-photo03 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.smb-spider-slider.mv-slider {
  max-width: 900px !important;
  width: 70% !important;
  height: 650px !important;
  top: 180px;
  right: 20%;
  z-index: 100;
  margin: 0 !important;
  aspect-ratio: auto !important;
}
.mv-slider .spider,
.mv-slider .spider__canvas,
.mv-slider .spider__slide,
.mv-slider .smb-spider-slider__figure-wrapper {
  height: 650px !important;
}
/* 写真01 */
.mv-photo01 {
  width: 475px !important;
  height: 348px !important;
  top: 100px;
  left: 10%;
  z-index: 98;
}
/* 写真02 */
.mv-photo02 {
  width: 776px !important;
  height: 539px !important;
  right: 0;
  top: 290px;
  z-index: 97;
}
/* 写真03 */
.mv-photo03 {
  width: 420px !important;
  height: 441px !important;
  right: 0;
  bottom: 0;
  z-index: 99;
}
/* キャッチコピー */
.main-visual__heading-block {
  position: absolute;
  bottom: 15%;
  left: 5%;
}
.main-visual__subheading {
  font-size: clamp(1.2rem, 0.764rem + 2.18vw, 2.4rem);
  font-family: var(--font-en-script);
  font-weight: 700;
  color: var(--color_emerald);
  z-index: 100;
  line-height: 1.4;
  transform: rotate(-10deg);
  display: inline-block;
}
.main-visual__heading {
  font-size: clamp(1.5rem, 1.1rem + 2vw, 2.6rem);
  font-weight: 700;
  line-height: 2.2 !important;
  z-index: 100;
}
.main-visual__heading span {
  margin: 10px 0;
}
.main-visual__heading span {
  background-color: rgba(255, 255, 255, 0.9); /* 白帯 */
  padding: 0.2em 0.5em; /* 帯の上下左右の余白 */
  border-radius: 10px;
}
.highlight {
  color: var(--color_emerald);
}
/* ==========================================================================
   #02 訪問看護ステーションHONUについて
   ========================================================================== */
.about-us-section {
  position: relative;
  z-index: 1;
  padding-bottom: 280px !important;
}
.about-us-group {
  max-width: 600px !important;
  width: 100% !important;
  margin-left: 30% !important;
  margin-right: auto !important;
}
.p_text {
  font-size: 1.1rem;
}
.about-us-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2026/04/sand-beach-background.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0.6;
  z-index: -1;
}
/* 写真01 */
.about-photo01 {
  width: 451px !important;
  height: 377px !important;
  top: 100px;
  left: 0;
}
/* 写真02 */
.about-photo02 {
  width: 326px !important;
  height: 509px !important;
  right: 0;
  bottom: -60px;
  z-index: 97;
}
/* 写真03 */
.about-photo03 {
  width: 398px !important;
  height: 333px !important;
  right: 0;
  bottom: 0;
  z-index: 99;
}
/* ハイビスカス */
.hawaii-flower-icon {
  position: absolute;
  top: 450px;
  left: 0;
}
/* ==========================================================================
   #03 HONUとは
   ========================================================================== */
.about-honu-section {
  background-image: url("/wp-content/uploads/2026/04/bg-wave.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  padding-top: 200px !important;
  top: -200px !important;
}
.about-honu-group {
  background: linear-gradient(135deg, #78c8dc, #2db0b6);
  width: 726px;
  padding: 2rem 2rem 4rem 2rem;
  border-radius: 20px;
  border: var(--color_white) solid 1px;
  color: var(--color_white);
}
.about-honu-group .page-header,
.about-honu-group .sub-page-header,
.nursing-services-section .page-header,
.nursing-services-section .sub-page-header,
.contact-form-section .page-header,
.contact-form-section .sub-page-header {
  color: var(--color_white);
}
.about-honu-group .sub-page-header,
.nursing-services-section .sub-page-header,
.contact-form-section .sub-page-header {
  font-size: clamp(2.6rem, 2.236rem + 1.82vw, 3.6rem);
}
.about-honu-group .illust-plumeria {
  position: absolute;
  top: -35%;
  right: -20%;
}
.photo-honu {
  width: 416px;
  position: absolute;
  bottom: -20%;
  left: -40%;
}
/* ==========================================================================
   #04 サービス
   ========================================================================== */
/* 1. 親要素に基準を作り、文字が背景より前にくるようにする */
.service-section,
.message-section {
  position: relative !important;
  z-index: 1 !important;
}

/* 2. 擬似要素を使って、背景画像だけを薄く敷く */
.service-section::before,
.message-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2026/04/bg-main.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3 !important;
  z-index: -1 !important;
  pointer-events: none;
}
.about-honu-section + .service-section {
  margin-top: -200px !important;
}
.hawaii-dolphin-icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.hawaii-plamtree-icon {
  position: absolute;
  left: 0;
  bottom: -3%;
  z-index: 10;
}
.service-group {
  background: linear-gradient(135deg, #78c8dc, #2db0b6);
  padding: 3rem;
  border-radius: 20px;
  color: var(--color_white);
}
.wp-block-columns:has(.service-group) {
  margin-top: 3rem !important;
}
.service-group .wp-block-image img {
  width: 330px !important;
  height: auto !important;
  max-width: 100% !important;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  object-fit: cover !important;
  aspect-ratio: 1 / 1 !important;
}
.point-section {
  background: linear-gradient(135deg, #78c8dc, #2db0b6);
  padding: 6rem;
  border-radius: 20px;
  color: var(--color_white) !important;
  margin-bottom: 4rem !important;
}
.point-section h3 {
  padding-bottom: 1em;
  margin-top: -20px !important;
}
.point-section h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color_white);
}
.number {
  font-family: var(--font-en-script);
  font-size: clamp(2.6rem, 2.236rem + 1.82vw, 3.6rem);
}
.point-section .is-layout-flex {
  gap: 40px;
}
/* ==========================================================================
   #05 お問い合わせ
   ========================================================================== */
.contact-section h3 {
  color: var(--color_white);
  font-size: clamp(1.2rem, 0.909rem + 1.45vw, 2rem);
}
.contact-section {
  color: var(--color_white) !important;
}
.contact-section .wp-block-column {
  background-color: var(--color_white);
  border-radius: 20px;
  color: var(--color_black);
  padding: 2rem 0;
  font-weight: 700;
}
.color_emerald .smb-btn .smb-btn__label {
  display: flex !important;
  align-items: center !important;
  color: var(--color_white) !important;
}
.color_emerald .smb-btn__label svg {
  background-color: var(--color_white) !important;
  color: var(--color_emerald) !important;
  border-radius: 50% !important;
  padding: 8px !important;
  margin-right: 12px !important;
  width: 24px !important;
  height: 24px !important;
  box-sizing: content-box !important;
  vertical-align: middle !important;
}
.color_emerald .smb-btn:hover .smb-btn__label svg {
  background-color: var(--color_emerald) !important;
  color: var(--color_white) !important;
}
/* ==========================================================================
   #06 メッセージ
   ========================================================================== */
.message-section .is-layout-flex {
  gap: 60px;
}
.message-section .wp-block-column .wp-block-image img {
  width: 371px !important;
  height: 449px !important;
  object-fit: cover;
  object-position: 10% center;
}
.slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 0 !important;
}
/* ==========================================================================
   #07 スライダー
   ========================================================================== */
.hawaii-fula-icon {
  position: absolute;
  right: 5%;
  top: -50%;
  z-index: 1;
}
.slider {
  display: flex;
  width: max-content;
  animation: scroll-right 30s linear infinite;
}
ul.slider {
  padding: 0;
  display: flex;
}
.slider li {
  list-style-type: none;
}
.slide {
  width: 38vw;
  flex-shrink: 0;
}
.slide img {
  display: block;
  width: 98%;
  height: 456px;
  object-fit: cover;
  border-radius: 10px;
  object-fit: cover;
  object-position: center 40%;
}
/* スライダーアニメーション */
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
/* ==========================================================================
   #08 お知らせ 
   ========================================================================== */
.hawaii-sandals-icon {
  position: absolute;
  right: -5%;
  top: -30%;
}
/* ==========================================================================
   #09 インスタグラム
   ========================================================================== */
.hawaii-sunglasses-icon {
  position: absolute;
  right: -5%;
  top: -30%;
}
.hawaii-pineapple-icon {
  position: absolute;
  left: 0;
  bottom: -5%;
}
.c-entry-summary__meta {
  justify-content: left !important;
}
/* ==========================================================================
   #10 採用情報
   ========================================================================== */
.recruit-section {
  background-image: url("/wp-content/uploads/2026/04/bg-ocean-sand-gradient.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.recruit-section dl {
  background-color: var(--color_white);
  border-radius: 20px;
  padding: 1rem 2rem 2rem 2rem;
}
.recruit-section dt {
  color: var(--color_emerald);
  padding-top: 1em;
}
.recruit-section dd {
  border-bottom: solid 1px var(--color-gray);
  padding-bottom: 1em;
  padding-left: 1em;
}
.recruit-section .recruit-group-requirement {
  width: 40% !important;
  max-width: 40% !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.recruit-section .recruit-group-contact {
  margin-left: auto !important;
  margin-right: 0 !important;
  margin-top: -80px !important;
  padding-bottom: 80px;
}
.recruit-section .illust-plumeria {
  position: absolute;
  bottom: -5%;
  width: 350px;
}
.recruit-photo01 {
  /* position: absolute;*/
  width: 525px !important;
  top: 0;
  right: 10%;
}
.recruit-photo02 {
  /* position: absolute;*/
  width: 350px !important;
  top: -10%;
  right: -40%;
}
/* ==========================================================================
   #11 フッター
   ========================================================================== */
/* 波のコンテナ設定 */
.footer-wave {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  background-color: var(--color_white);
  margin-bottom: -1px;
  padding-top: 4rem;
  margin-bottom: -3px !important;
  position: relative;
  z-index: 2;
}
.footer-wave svg {
  display: block;
  width: 200%;
  height: 80px;
  transform: scaleY(1.05);
  transform-origin: top center;
}
/* 全ての波（useタグ）の共通設定 */
.footer-wave svg use {
  fill: var(--color_emerald) !important;
  animation: wave-loop linear infinite;
  transform-origin: center bottom;
}
.footer-wave svg use:nth-of-type(2),
.footer-wave svg use:nth-of-type(3) {
  opacity: 0.6;
}
/* 波ごとのアニメーション設定 */
.footer-wave svg use:nth-of-type(1) {
  animation-duration: 16s;
}
.footer-wave svg use:nth-of-type(2) {
  animation-duration: 12s;
}
.footer-wave svg use:nth-of-type(3) {
  animation-duration: 8s;
}
/* 横にスライドさせるアニメーション */
@keyframes wave-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1200px);
  }
}
.l-footer {
  background-color: var(--color_emerald) !important;
}
.l-footer {
  background-color: var(--color_emerald);
  color: var(--color_white);
}
.l-footer--footer-2 .l-footer__header {
  display: none;
}
.l-footer--footer-2 .l-footer__body,
.l-footer {
  border-top: 0 !important;
}
.l-footer .wp-block-columns.is-layout-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
  margin: 0;
}
.l-footer .wp-block-columns .wp-block-column {
  flex-basis: auto !important;
  max-width: none !important;
}
/* メニューのスタイル */
#menu-footer1,
#menu-footer2 {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: end;
  justify-content: flex-end;
}
#menu-footer1 li a,
#menu-footer2 li a {
  border-bottom: 1px solid transparent !important;
  transition: border-color 0.3s ease !important;
}
#menu-footer1 li a:hover,
#menu-footer2 li a:hover {
  border-bottom: 1px solid var(--color_white) !important;
  text-decoration: none !important;
}
#block-11 a {
  text-decoration: none;
  border-bottom: 1px solid var(--color_white);
  padding-bottom: 2px;
  transition: all 0.3s ease;
  color: var(--color_white);
}
#block-11 a:hover {
  color: var(--color_white) !important;
  border-bottom: 1px solid var(--color_white);
  opacity: 0.7;
  transform: translateY(-1px);
}
.l-footer--footer-2 .l-footer__footer {
  background: var(--color_emerald);
}
.l-footer__footer .c-row {
  justify-content: center !important;
  color: var(--color_white);
}
/* ==========================================================================
   #12 下層：HONUについて
   ========================================================================== */
.about-honu-section + .message-section {
  margin-top: -200px !important;
}
.page-id-19 .message-section .wp-block-columns + .wp-block-columns {
  margin-top: 100px !important;
}
.page-id-19
  .message-section
  .wp-block-column:nth-of-type(2)
  .wp-block-image
  img {
  width: 371px !important;
  height: 449px !important;
  object-fit: cover;
  object-position: center;
}
/* ==========================================================================
   #13 下層：サービス
   ========================================================================== */
.nursing-services-section {
  background: linear-gradient(135deg, #78c8dc, #2db0b6);
  padding: 6rem;
  border-radius: 20px;
  color: var(--color_white) !important;
}
.nursing-services-section h3 {
  border-bottom: var(--color_white) solid 1px;
  padding-bottom: 1em;
  margin-top: -20px !important;
}

.nursing-services-section .is-layout-flex {
  gap: 40px;
}
.hawaii-service-icon {
  position: absolute;
  left: 0;
  bottom: -40%;
  z-index: 99;
}
/* ==========================================================================
   #14 下層：お問い合わせ
   ========================================================================== */
.page-id-23 .contact-section {
  margin-bottom: 4rem;
}
.contact-form-section {
  background: linear-gradient(135deg, #78c8dc, #2db0b6);
  padding: 6rem;
  border-radius: 20px;
  color: var(--color_white) !important;
}
.contact-form-wrap {
  background-color: var(--color_white);
  border-radius: 20px;
  color: var(--color_black);
}
.smf-item__label {
  font-weight: 700;
  color: var(--color_emerald);
}
.smf-form--letter .smf-item {
  padding-block: 2rem;
  border-bottom: solid 1px var(--color-gray);
}
.smf-item__description {
  color: var(--color_white);
  font-size: 0.8rem !important;
  background-color: var(--color_emerald);
  border-radius: 30px;
  width: fit-content;
  padding: 5px 15px;
}
.smf-item__col--label {
  display: flex !important;
  align-items: center !important;
  gap: 10px;
}
.smf-item__description {
  margin-top: 0 !important;
  color: var(--color_white);
  font-size: 0.8rem !important;
  background-color: var(--color_emerald);
  border-radius: 30px;
  width: fit-content;
  padding: 5px 15px;
}
.smf-radio-button-control {
  display: inline-flex !important;
  align-items: center !important;
  vertical-align: middle;
  gap: 6px;
}
.smf-radio-button-control__control {
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0;
}
.smf-radio-button-control__label {
  line-height: 1 !important;
}
.smf-checkbox-control {
  display: inline-flex !important;
  align-items: center !important;
  vertical-align: middle;
  gap: 8px;
}
.smf-checkbox-control__control {
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0;
}
.smf-checkbox-control__label {
  line-height: 1 !important;
}
.smf-button-control__control {
  background-image: none !important;
  background-color: var(--color_white) !important;
  border: 1.5px solid var(--color_emerald) !important;
  border-radius: 10px !important;
  box-shadow: 6px 6px 0 rgba(45, 176, 182, 0.3) !important;
  padding: 20px 40px !important;
  transition: all 0.3s ease !important;
  font-weight: 700 !important;
  line-height: 1.2;
  width: 378px !important;
  height: 80px !important;
  max-width: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  margin: 0 auto !important;
  color: var(--color_emerald) !important;
  cursor: pointer;
}
.smf-button-control__control:hover {
  background-color: var(--color_emerald) !important;
  color: var(--color_white) !important;
  border-color: var(--color_emerald) !important;
  opacity: 1 !important;
  filter: brightness(100%);
}
.smf-sending {
  border-color: currentColor !important;
}
/* --------------------------------------------------------------------------
   レスポンシブ
   -------------------------------------------------------------------------- */
@media screen and (max-width: 1500px) {
  .about-photo01 {
    transform: scale(0.8);
    top: -160px;
    left: -5%;
  }
  .hawaii-flower-icon {
    transform: scale(0.8);
    top: 80px;
    left: 0;
  }
  .about-photo03 {
    transform: scale(0.8);
    right: 0;
    bottom: 0;
    z-index: 99;
  }
}
@media screen and (max-width: 1280px) {
  .mv-photo01 {
    transform: scale(0.6);
    top: 0;
    left: -10%;
  }
  .concept-section .about-photo03 {
    transform: scale(0.6);
    bottom: auto;
    top: -180px;
    right: auto;
    left: -10%;
  }
}
@media screen and (max-width: 1200px) {
  body::before {
    background-position: center -300px;
  }
  .aboutus-group {
    margin-left: 0 !important;
    margin-right: auto !important;
    width: 70% !important;
  }
  .about-photo01 {
    transform: scale(0.5);
    top: -280px;
    left: -5%;
    z-index: 99;
  }
  .hawaii-flower-icon {
    transform: scale(0.5);
    top: -120px;
    left: 10%;
    z-index: 99;
  }
  .about-photo02 {
    transform: scale(0.6);
    bottom: -240px;
    right: -120px;
  }
  .about-photo03 {
    transform: scale(0.6);
    bottom: -200px;
    right: -10%;
  }
  .about-honu-group .illust-plumeria {
    transform: scale(0.6);
    top: -35%;
    right: -20%;
  }
  .photo-honu {
    transform: scale(0.6);
    position: absolute;
    bottom: -170px;
    left: -20%;
  }
}
@media screen and (max-width: 1024px) {
  /* br */
  .br-pc {
    display: none;
  }
  .br-sp {
    display: none;
  }
  .br-tab {
    display: block;
  }
  .text-left-sp {
    text-align: left !important;
  }
  .mv-photo02 {
    transform: scale(0.6);
    top: 160px;
    right: -30%;
  }
  .about-photo01 {
    transform: scale(0.4);
    top: -300px;
    left: -150px;
    z-index: 99;
  }
  .about-us-group {
    margin-left: 0 !important;
    margin-right: auto !important;
    width: 100% !important;
  }
  .point-section,
  .nursing-services-section,
  .contact-form-section {
    padding: 3rem 1.5rem;
  }
  .mv-photo03 {
    transform: scale(0.6);
    right: -10% !important;
    top: 45%;
  }

  .hawaii-service-icon {
    position: absolute;
    left: -85px;
    bottom: -160px;
    transform: scale(0.4);
    z-index: 99;
  }
  .hawaii-fula-icon {
    transform: scale(0.6);
    right: 0;
    top: -110px;
    z-index: 1;
  }
  .service-section .service-group .wp-block-image.size-large {
    display: block !important;
    width: 240px !important;
    max-width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .service-section .service-group .wp-block-image.size-large img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 844px) {
  .about-honu-group .illust-plumeria {
    transform: scale(0.6);
    top: -35%;
    right: -10%;
  }
  .contact-section .color_emerald .smb-btn {
    width: 270px;
  }
}
@media screen and (max-width: 781px) {
  .wp-block-columns.column-reverse {
    flex-direction: column-reverse !important;
  }
  .recruit-section .illust-plumeria {
    transform: scale(0.6);
    bottom: -10%;
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  /* br */
  .br-sp {
    display: inline-block !important;
    width: 100%;
  }
  .br-tab {
    display: none;
  }
  .br-pc {
    display: none;
  }
  /* #01 メインビジュアル */
  .bg-mv .smb-section__body {
    height: 650px;
  }
  .smb-spider-slider.mv-slider {
    max-width: 600px !important;
    width: 90% !important;
    height: 450px !important;
    top: 360px !important;
    right: 20%;
    z-index: 100;
    margin: 0 !important;
    aspect-ratio: auto !important;
  }
  .mv-slider .spider,
  .mv-slider .spider__canvas,
  .mv-slider .spider__slide,
  .mv-slider .smb-spider-slider__figure-wrapper {
    height: 350px !important;
  }
  .smb-spider-slider.mv-slider {
    transform: scale(0.8);
    top: 160px !important;
    right: -5% !important;
  }
  .mv-photo01 {
    transform: scale(0.5);
    transform-origin: top left;
  }
  .mv-photo02 {
    transform: scale(0.6);
    top: 160px;
    right: -30%;
  }
  .mv-photo03 {
    transform: scale(0.4);
    right: -30% !important;
    bottom: auto;
    top: 45%;
  }
  /* #02 ホヌについて */
  .about-photo01 {
    transform: scale(0.3);
    top: -280px;
    left: -20%;
  }
  .hawaii-flower-icon {
    transform: scale(0.4);
    top: -100px;
  }
  .about-photo02 {
    transform: scale(0.4);
    bottom: -300px;
    right: -30%;
  }
  .about-photo03 {
    transform: scale(0.4);
    bottom: -250px;
    right: -30%;
  }
  .about-honu-group .illust-plumeria {
    transform: scale(0.4);
    top: -40%;
    right: -20%;
  }
  .about-honu-section {
    position: relative;
    z-index: 10;
    padding-top: 100px !important;
    top: -100px !important;
    background-image: url(https://honu-kango.co.jp/wp-content/uploads/2026/04/bg-wave.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-position: center top !important;
  }
  .about-honu-section::before {
    content: "";
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
    height: calc(100% - 200px) !important;
    background-image: url(https://honu-kango.co.jp/wp-content/uploads/2026/05/hawaii-ocean-background.jpg);
    background-repeat: repeat;
    background-size: 100% auto !important;
    z-index: -1;
  }
  .about-honu-section + .service-sections {
    margin-top: -150px !important;
  }
  .about-honu-group .sub-page-header {
    line-height: 1;
  }
  .about-honu-group .page-header {
    margin-top: 0 !important;
  }
  .photo-honu {
    transform: scale(0.4);
    bottom: -150px;
    left: -30%;
  }
  .service-group,
  .nursing-services-section,
  .contact-form-section {
    padding: 1.5rem;
  }
  .service-group .wp-block-image img {
    width: 230px !important;
  }
  .hawaii-dolphin-icon {
    transform: scale(0.4);
    top: 0;
    right: -10%;
  }
  .smb-btn {
    width: 270px;
  }
  .hawaii-plamtree-icon {
    transform: scale(0.4);
    left: 0;
    bottom: 0;
  }
  .contact-section .color_emerald .smb-btn-wrapper,
  .message-section .smb-btn-wrapper,
  .recruit-section .color_emerald .smb-btn {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .hawaii-fula-icon {
    transform: scale(0.4);
    right: -5%;
    top: -85%;
    z-index: 1;
  }
  .slide img {
    height: 160px;
  }
  .hawaii-sandals-icon {
    transform: scale(0.4);
    right: -5%;
    top: -20%;
  }
  /* #10 採用情報 */
  .recruit-section .recruit-group-requirement {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .recruit-section .recruit-group-contact {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    margin-top: -60px !important;
    padding-top: 0;
    padding-bottom: 160px;
  }
  .recruit-photo01 {
    transform: scale(0.7);
    top: 0;
    right: 30%;
  }
  .recruit-photo02 {
    transform: scale(0.7);
    top: -10%;
    right: -5%;
  }
  .recruit-section .color_emerald .smb-btn {
    width: 270px !important;
  }
  .recruit-section .illust-plumeria {
    transform: scale(0.4);
    bottom: -5%;
    left: -20%;
  }
  .hawaii-sunglasses-icon {
    transform: scale(0.4);
    right: -15%;
    top: -30%;
  }
  .hawaii-pineapple-icon {
    transform: scale(0.4);
    bottom: -5%;
  }
  /* #11 フッター  */
  .footer-wave svg {
    height: 40px !important;
    width: 400% !important;
  }
  @keyframes wave-loop {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-2400px);
    }
  }
  /* #11 下層ページ */
  /* サービス */
  .hawaii-service-icon {
    position: absolute;
    left: -85px;
    bottom: -160px;
    transform: scale(0.4);
    z-index: 99;
  }
  .nursing-services-section .sub-page-header {
    line-height: 1.2;
  }
  .nursing-services-section .page-header {
    margin-top: 0 !important;
  }
  .concept-section .about-photo03 {
    transform: scale(0.4);
    left: -30%;
  }
}
/*--- スマホ横向き ---*/
@media screen and (max-width: 959px) and (orientation: landscape) {
  .about-photo01 {
    transform: scale(0.4);
    top: -280px;
    left: -150px;
    z-index: 99;
  }
  .hawaii-flower-icon {
    transform: scale(0.5);
    top: -120px;
    left: 10%;
    z-index: 99;
  }
  .about-photo02 {
    transform: scale(0.4);
    bottom: -240px;
    right: -100px;
  }
  .about-photo03 {
    transform: scale(0.4);
    bottom: -200px;
    right: -100px;
  }
  .contact-section .color_emerald .smb-btn {
    width: 270px;
  }
}
