@charset "utf-8";
/*
Theme Name: 有限会社　富喜
Theme URI: http://kaihatsu.fuki-arigatou.com/
Description: 山口県美祢市の介護サービス ありがとう　歩み入る人に やすらぎを 訪れる人に ほほえみを 出会えた人に ありがとう
Version: 202507
Author: ADFLEX
*/
/* ***************************************************************** 
*	共通設定
* ***************************************************************** */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5em;
  list-style: none;
  text-decoration: none;
}
:root {
  --main-color: #6BAE75;
  --sub-color: #E06F43;
  --third-color: #c9a36c;
  --bgo-color: #f8f1e7;
  --bgg-color: #e6f1e8;
}
.section-full {
  width: 100%;
  position: relative;
}
.section-fixed {
  max-width: 1200px;
  margin: 0 auto 50px;
}
.bgo {
  background: var(--bgo-color);
}
.bgg {
  background: var(--bgg-color);
}
section {
  margin-bottom: 50px;
}
.re_mb {
  margin-bottom: 0;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.br-sp {
  display: none;
}
.br-pc {
  display: inline;
}
@media screen and (max-width: 780px) {
  .br-sp {
    display: inline;
  }
  .br-pc {
    display: none;
  }
}
.img--pc {
  display: block;
  height: auto;
}
.img--sp {
  display: none;
}
@media (max-width: 750px) {
  .img--pc {
    display: none;
  }
  .img--sp {
    display: block;
    height: auto;
  }
}
.sp-br {
  display: inline; /* PCではインライン要素として残す */
}
.sp-br::after {
  content: " "; /* PC時はスペースを出す */
}
@media (max-width: 780px) {
  .sp-br {
    display: block; /* SPでは改行にする */
  }
  .sp-br::after {
    content: ""; /* スペース消す */
  }
}
/* ***************************************************************** 
*	基本設定
* ***************************************************************** */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  background: #fff;
  color: #555555;
  line-height: 190%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* リンク
---------------------------------------------------- */
a {
  color: #555555;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
a:hover {
  color: #666;
}
a:active, a:focus {
  outline: 0;
}
/* 画像
---------------------------------------------------- */
img {
  border: 0;
  padding: 0px;
  margin: 0px
}
ul {
  margin: 0;
  padding: 0;
  list-style: disc;
}
li {
  margin: 0;
  padding: 0;
}
li a {
  color: #555555;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
li a:hover {
  color: #666;
}
/* 見出し
---------------------------------------------------- */
h1 {
  font-size: 24px;
}
h2 {
  font-size: 26px;
  margin-bottom: 0;
}
h3 {
  font-size: 24px;
  margin-bottom: 0;
}
/* テキスト
---------------------------------------------------- */
p {
  font-size: 16px;
  line-height: 2em;
}
/* パンくずリスト
---------------------------------------------------- */
.breadcrumb {
  margin: 10px 0 0px 0;
  line-height: 120%;
}
.breadcrumb div {
  display: inline;
  font-size: 11px;
  color: #999;
}
.breadcrumb span, .breadcrumb span a {
  color: #45aab8;
}
.breadcrumb ol {
  margin: 0px;
}
.breadcrumb li {
  margin: 0px;
  display: inline;
}
/* *****************************************************************
*	全体Wrapper
* ***************************************************************** */
.wrapper {
  margin: auto;
}
/* ***************************************************************** 
*	ヘッダー
* ***************************************************************** */
#header {
  width: 100%;
  background: var(--bgo-color);
}
.header-inner {
  max-width: 1920px;
  overflow: hidden;
  margin: 0px auto;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header h1 {
  text-align: center;
  margin: 0;
}
.logo {
  text-align: center;
  margin: 0;
  padding: 0;
}
/* トップナビゲーション
---------------------------------------------------- */
#nav {
  width: 100%;
  margin: 0 auto;
  z-index: 9999;
  padding: 0;
  text-align: right;
}
#nav ul {
  list-style: none;
  margin: auto;
}
.main-navigation {
  clear: both;
  margin: 0 auto;
  position: relative;
}
ul.nav-menu, div.nav-menu > ul {
  margin: 0;
  padding: 0;
}
.nav-menu li {
  display: inline-block;
  position: relative;
  margin: 0 -2px;
  border-right: 1px solid var(--main-color);
}
.nav-menu li:last-child {
  border-right: none;
}
.nav-menu li a {
  color: var(--main-color);
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 30px;
}
.nav-menu li:hover > a, .nav-menu li a:hover {
  color: var(--sub-color);
}
.nav-menu .sub-menu, .nav-menu .children {
  background: #eee;
  display: none;
  padding: 0;
  position: absolute;
  z-index: 99999;
}
.nav-menu .sub-menu ul, .nav-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0;
}
ul.nav-menu ul a, .nav-menu ul ul a {
  color: #333;
  margin: 0;
  width: 200px;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
  background: #f5f5f5;
}
ul.nav-menu li:hover > ul, .nav-menu ul li:hover > ul {
  display: block;
  background: #eee;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a, .nav-menu .current-post-ancestor > a {
  color: var(--sub-color);
}
.toggle {
  display: none;
}
.menu-toggle {
  width: 40px;
  height: 40px;
}
.hamburger {
  display: none;
}
/* ハンバーガーメニュー
---------------------------------------------------- */
/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
.hamburger {
  padding: 10px 2px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
* Spin
*/
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* トップヘッダー画像
---------------------------------------------------- */
.top-header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.top-txt {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}
.top-txt h2, .top-txt h3 {
  line-height: 1em;
  color: #FFF;
}
.top-txt h2 {
  font-size: clamp(26px, 2.8vw, 48px);
  margin-bottom: 15px;
  line-height: 1.4em;
  text-shadow: 0 0 10px #6BAE75, 0 0 10px #6BAE75, 0 0 10px #6BAE75, 0 0 10px #6BAE75, 0 0 10px #6BAE75, 0 0 10px #6BAE75, 0 0 10px #6BAE75, 0 0 10px #6BAE75, 0 0 10px #6BAE75, 0 0 10px #6BAE75, 0 0 10px #6BAE75, 0 0 10px #6BAE75, 0 0 10px #6BAE75, 0 0 10px #6BAE75, 0 0 10px #6BAE75, 0 0 10px #6BAE75;
}

.top-txt h3 {
  font-size: clamp(18px, 1.8vw, 30px);
  line-height: 1.5em;
  text-shadow: 0 0 10px #f7931e, 0 0 10px #f7931e, 0 0 10px #f7931e, 0 0 10px #f7931e, 0 0 10px #f7931e, 0 0 10px #f7931e, 0 0 10px #f7931e, 0 0 10px #f7931e, 0 0 10px #f7931e, 0 0 10px #f7931e, 0 0 10px #f7931e, 0 0 10px #f7931e, 0 0 10px #f7931e, 0 0 10px #f7931e, 0 0 10px #f7931e, 0 0 10px #f7931e;
}

.home_about {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: end;
  max-width: 1200px;
  margin: 50px auto;
}
.ha_img {
  position: absolute;
  left: -10px;
  top: -30px;
  width: 100%;
  max-width: 580px;
  z-index: 1;
}
.ha_txt {
  width: 55%;
  background-image: url(images/index/about_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 480px;
  position: relative;
  padding: 90px 60px 80px 80px;
  display: flex;
  flex-direction: column;
}
.link-btn {
  font-size: 20px;
  position: relative;
  padding-left: 60px;
  margin-top: 35px;
  z-index: 1;
  display: inline-block;
}
.link-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(0); /* 初期位置 */
  width: 60px;
  height: 60px;
  background-image: url(images/common/g_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: transform 0.3s ease; /* アニメーション */
}
.link-btn:hover::before {
  transform: translateY(-50%) translateX(10px); /* 右に10px移動 */
}
.link-btn a {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
}
.home_service {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 100px 0;
  background: var(--bgo-color);
  text-align: center;
}
.home_service h2, .home_service h3, .cafe h2, .cafe h3, .home_link h2 {
  color: var(--main-color);
}
.home_service h2, .cafe h2, .shisetsu h2, .home_link h2 {
  font-size: clamp(40px, 3vw, 50px);
  position: relative;
  text-align: center;
}
.home_service h2::after, .cafe h2::after, .shisetsu h2::after, .home_link h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 5px;
  background-color: var(--main-color);
}
.shisetsu h2::after {
  background-color: var(--sub-color);
  ;
}
.home_service h3, .cafe h3, .shisetsu h3 {
  font-size: 20px;
  margin-top: 10px;
}
.hs_box {
  width: 100%;
  display: flex;
  padding: 35px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.hs_box.reverse {
  flex-direction: row-reverse;
}
.hs_txt {
  width: 50%;
  text-align: left;
  padding: 10px 30px;
}
.se_logo {
  margin-bottom: 35px;
  position: relative; /* before要素の位置基準として必要 */
}
.se_logo::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 90px;
  height: 3px;
  background-color: #F7931E;
}
.se_heading {
  margin-bottom: 10px;
  font-size: clamp(16px, 3vw, 24px);
}
.hs_img {
  width: 50%;
}
.cafe {
  display: flex;
  width: 100%;
  text-align: center;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto 100px;
}
.cafe h2, .shisetsu h2 {
  order: 2; /* 後に表示される */
}
.cafe h3, .shisetsu h3 {
  order: 1; /* 先に表示される */
}
.cafe_box {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: end;
  margin-top: 30px;
  order: 3; /* 先に表示される */
}
.cafe_txt {
  background-image: url(images/index/cafe_bg.png);
  padding: 60px 60px 80px 80px;
  text-align: left;
  display: inline-flex;
}
.cafe_title {
  font-size: 36px;
  color: var(--sub-color);
  ;
  font-weight: 800;
  text-align: center;
  margin-bottom: 15px;
}
.cafe_title span {
  font-size: 22px;
  color: var(--sub-color);
  ;
  display: block;
  font-weight: 500;
}
.shisetsu {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  background: var(--bgg-color);
  padding: 100px 0;
}
.icon {
  display: block
}
.shisetsu h2, .shisetsu h3 {
  color: var(--sub-color);
  ;
}
.shisetsu p {
  order: 3;
  padding: 30px 0;
}
.ggmap {
  position: relative;
  padding-bottom: 26.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  order: 4;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home_contact {
  text-align: center;
  background-image: url(images/footer/contact_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 460px;
  width: 100%;
  max-width: 1150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 100px;
}
.home_contact h2 {
  font-size: 24px;
}
.hc_box, .hc_bn {
  width: 100%;
  display: flex;
  max-width: 800px;
  margin: 15px auto;
}
.hc_bn {
  max-width: 700px;
}
.hc_box_tel, .hc_bn_box {
  width: calc(100% / 2);
}
.home_link {
  text-align: center;
}
.home_link_bn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 960px;
  margin: 50px auto 0;
}
.home_bn {
  width: calc(100% / 3);
  text-align: center;
  padding-bottom: 30px;
}
/* 4番目と5番目だけ1/2幅に */
.home_bn:nth-of-type(4), .home_bn:nth-of-type(5) {
  width: calc(100% / 2);
}
/* 中央揃えに見せるために左右margin調整 */
.home_bn:nth-of-type(4), .home_bn:nth-of-type(5) {
  display: flex;
  justify-content: center;
}
.home_bn:nth-of-type(4) {
  justify-content: right;
  padding-right: 50px;
}
.home_bn:nth-of-type(5) {
  justify-content: left;
  padding-left: 50px;
}
/* スライダ―
---------------------------------------------------- */
.home_slider {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.slider-container {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.slider-track {
  display: flex;
  width: max-content;
  animation: slideLeft 40s linear infinite;
}
.slider-track img {
  height: 300px; /* ←ここを300pxに変更 */
  width: auto;
  flex-shrink: 0;
}
@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* サブページ
---------------------------------------------------- */
.co_heading, .co_heading_ds, .co_heading_otokan {
  width: 100%;
  max-width: 1920px;
  position: relative;
  padding: 50px 0;
  height: 480px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.co_heading {
  background-image: url(images/gh/gh.png);
}
.co_heading_ds {
  background-image: url(images/ds/ds.png);
}
.co_heading_otokan {
  background-image: url(images/otokan/otokan.png);
}
.co_heading_txt {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.co_heading h2, .co_heading_ds h2, .co_heading_otokan h2 {
  font-size: 24px;
  color: var(--main-color);
}
.co_heading p, .co_heading_ds p, .co_heading_otokan p {
  width: 45%;
}
.co_logo {
  padding: 50px 0;
}
.co_img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.int_cont {
  display: flex;
  align-items: center;
}
.int_cont:nth-of-type(2) {
  flex-direction: row-reverse;
}
.int_img {
  width: 40%;
}
.int_txt {
  width: 60%;
  padding: 0 0 0 50px;
}
.int_cont:nth-of-type(2) .int_txt {
  padding: 0 50px 0 0;
}
.int_txt ul {
  width: 100%;
}
.int_txt ul li {
  font-size: 16px;
  line-height: 2em;
}
.int_txt h2 {
  font-size: 24px;
  border-bottom: 1px solid;
  color: var(--main-color);
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.int_cont:nth-of-type(2) .int_txt h2 {
  color: var(--sub-color);
}
.int_cont:nth-of-type(3) .int_txt h2 {
  color: var(--third-color);
}
.int_txt p {
  text-align: left;
}
.gallery-section {
  padding: 50px 0;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.gallery-section h2 {
  font-size: 42px;
  color: var(--main-color);
}
.photo_gallery {
  padding: 30px 0;
}
.fs {
  padding: 100px 0;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.ds_img {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 150px;
  bottom: 0;
  height: 1300px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: flex-start;
}
.ds_img img {
  flex: 1;
  max-height: calc((100% - 50px) / 4);
  object-fit: contain;
  width: auto;
  max-width: 340px;
  height: auto;
}
.fs h2 {
  text-align: center;
  color: var(--main-color);
  font-size: clamp(24px, 3vw, 56px);
}
.ta {
  border: 1px solid #f8e9db;
  background-color: #fff;
  padding: 40px 20px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.ta-title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: var(--sub-color);
  border-bottom: 3px solid var(--sub-color);
  display: inline-block;
  margin: 0 auto 10px;
  padding-bottom: 5px;
}
.ta-desc {
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
}
.ta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 1100px;
  margin: 15px auto 0;
  padding: 0;
  list-style: none;
}
.ta-list-ds {
  max-width: 700px;
}
.ta-col {
  width: calc(50% - 10px);
  list-style: none;
  padding: 0;
  margin: 0;
}
.ta-col li {
  padding-left: 25px;
  position: relative;
  line-height: 1.8;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 15px;
}
.ta-col li::before {
  content: "☑";
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--main-color);
  font-size: 18px;
  line-height: 1.2;
}
.facility-section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.flow {
  flex: 1;
  min-width: 320px;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.facility-info {
  flex: 1;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-title {
  font-size: 24px;
  color: var(--sub-color);
  border-left: 5px solid var(--sub-color);
  padding-left: 10px;
  margin-bottom: 20px;
}
.flow-steps, .flow-time {
  list-style: none;
  counter-reset: step;
  padding: 0;
}
.flow-time {
  margin-bottom: 10px;
}
.flow-steps li, .flow-time li {
  counter-increment: step;
  margin-bottom: 0;
  padding-left: 25px;
  position: relative;
  padding-bottom: 10px; /* 下に矢印が入る余白 */
  text-align: left; /* テキストは左寄せのまま */
}
.flow-time li {
  padding-left: 0px;
}
.flow-steps li strong {
  color: var(--sub-color);
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
}
.flow-steps li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--sub-color);
  font-weight: bold;
  font-size: 22px;
}
/* 個別に丸付き数字を指定 */
.flow-steps li:nth-of-type(1)::before {
  content: "①";
}
.flow-steps li:nth-of-type(2)::before {
  content: "②";
}
.flow-steps li:nth-of-type(3)::before {
  content: "③";
}
.flow-steps li:nth-of-type(4)::before {
  content: "④";
}
.flow-steps li:nth-of-type(5)::before {
  content: "⑤";
}
.flow-steps li:nth-of-type(6)::before {
  content: "⑥";
}
.flow-steps li::after, .flow-time li::after {
  content: "";
  display: block;
  width: 50px;
  height: 20px;
  background-image: url('images/gh/arrow.png'); /* ←適宜パス調整 */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 10px auto 0; /* 上に余白・中央寄せ */
}
.flow-steps li:last-child::after, .flow-time li:last-child::after {
  display: none;
}
.flow-time-title {
  color: var(--sub-color);
  font-size: 22px;
  display: inline-flex;
  margin-bottom: 10px;
  align-items: center;
}
.flow-time-title span {
  font-size: 18px;
  margin-right: 10px;
}
.flow-time-detail {
  font-size: 16px;
}
.center {
  text-align: center;
}
.break {
  font-size: 26px;
  color: #FFF;
  background: var(--sub-color);
  padding: 5px 80px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 10px;
}
.flow-image img {
  width: 100%;
  border-radius: 20px;
  margin-top: 20px;
}
.health_care {
  width: 85%;
  padding: 15px 30px;
  border: 1px solid var(--main-color);
  margin: 20px auto;
}
.health_care h2 {
  font-size: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  font-weight: 500;
  justify-content: center;
  border-bottom: 1px solid;
}
.health_care h2 span {
  font-size: 18px;
  margin-left: 10px;
}
.training {
  width: 85%;
  padding: 15px 30px;
  color: var(--sub-color);
  font-size: 18px;
  text-align: center;
  border: 1px solid;
  margin: 0 auto;
}
/* 各BOX */
.box {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
/* テーブル全体 */
.box table {
  width: 100%;
  border-collapse: collapse;
  border: none; /* ← 外枠を非表示にする */
}
/* セル */
.box table th, .box table td {
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
  font-size: 14px;
}
/* 外枠（上下左右）の罫線を非表示にする */
.box table tr:first-child th {
  border-top: none;
}
.box table tr:last-child td {
  border-bottom: none;
}
.box table tr td:first-child, .box table tr th:first-child {
  border-left: none;
}
.box table tr td:last-child, .box table tr th:last-child {
  border-right: none;
}
/* 2つ目と3つ目のテーブル：最初の行の上線を消す */
.box.fee-table table + .green + table tr:first-child td, .box.fee-table .brown + table tr:first-child td {
  border-top: none;
}
/* 最初のテーブルの thead に sub-color を適用 */
.box.fee-table > table:nth-of-type(1) thead th {
  color: var(--sub-color);
}
/* 2番目のテーブルの thead に main-color を適用 */
.box.fee-table > table:nth-of-type(2) thead th {
  color: var(--main-color);
}
.box h3 {
  margin-bottom: 10px;
  font-size: 22px;
  text-align: center;
}
.box ul {
  list-style: none; /* デフォルトのマーカーを削除 */
  padding-left: 0;
}
.box ul li {
  position: relative;
  padding-left: 1.2em; /* マーカー分のスペース */
  font-size: 14px;
  line-height: 1.8;
}
.box ul li span {
  font-weight: 800;
  margin-right: 10px;
}
.fee-table p {
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 0;
}
/* マーカー（黒丸）を自作 */
.box ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.4em;
  font-size: 0.7em;
  color: #333; /* マーカーの色 */
}
.orange h3 {
  background: var(--sub-color);
  color: #fff;
  padding: 5px;
}
.green h3 {
  background: var(--main-color);
  color: #fff;
  padding: 5px;
}
.brown h3 {
  background: var(--third-color);
  color: #fff;
  padding: 5px;
}
.add {
  border-bottom: 1px solid;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
/* モーダルの基本スタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
/* モーダルコンテンツ */
.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 50px;
  border-radius: 10px;
  width: 90%;
  max-width: 800px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.modal-content h2 {
  font-size: 32px;
  text-align: center;
  color: var(--main-color);
  margin-bottom: 25px;
}
.modal-content h3 {
  margin-bottom: 10px;
  font-size: 22px;
  text-align: left;
  margin: 15px 0;
  border-bottom: 1px solid;
  padding: 0 5px 5px;
}
.modal-content p {
  font-size: 14px;
  color: #555555;
  line-height: 1.5;
}
/* 閉じるボタン */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.close:hover {
  color: #000;
}
#openPrivacyModal {
  background-color: #009688;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 20px;
}
#openPrivacyModal:hover {
  background-color: #00796b;
  transform: translateY(-2px);
}
/* アニメーション定義 */
@keyframes fadeZoomIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* モーダル表示時にアニメーション */
.modal.show .modal-content {
  animation: fadeZoomIn 0.3s ease-out;
}
.gallery {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
}
.main-image {
  flex: 1 1 60%;
  max-width: 680px;
}
.main-image img {
  width: 100%;
  border-radius: 15px;
}
.thumbnails {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  flex: 1 1 35%;
  text-align: center;
}
.thumbnails img {
  width: 100%;
  height: 140px; /* 高さを固定 */
  object-fit: cover; /* はみ出し部分をトリミングして枠内に収める */
  display: block; /* 不要な余白を除去 */
  border-radius: 10px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.thumbnails img:hover {
  opacity: 0.7;
}
.price_list {
  text-align: center;
  margin: 30px 0;
}
.price_list a {
  display: inline-block;
  padding: 12px 30px;
  background-color: var(--main-color);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.price_list a:hover {
  background-color: color-mix(in srgb, var(--main-color) 80%, #000); /* 少し濃くする */
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.sub-header {
  width: 100%;
  position: relative;
  max-width: 1200px;
  margin: 0 auto 30px;
}
.rec_il {
  width: 100%;
  text-align: center;
}
.rec_img1, .rec_img2 {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.rec_img2 {
  left: unset;
  right: 0;
}
.company_title, .rec_title, .contact_title {
  font-size: 42px;
  text-align: center;
  padding: 40px 0;
  color: var(--main-color);
  font-weight: 700;
  line-height: 1;
}
.rec_title, .contact_title {
  font-size: 34px;
  line-height: 1.2;
}
.rec_txt {
  text-align: center;
}
.company_title span, .rec_title span, .contact_title span {
  font-size: 26px;
  display: block;
  color: var(--sub-color);
}
.ch {
  position: relative;
  width: 100%;
  max-width: 1200px;
  display: flex;
  padding: 80px 0;
  margin: 0 auto;
  align-items: center;
}
.ch_txt {
  width: 60%;
}
.ch_txt h2 {
  font-size: 34px;
  text-align: left;
  color: var(--main-color);
  line-height: 1em;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ch_txt h2::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 35px;
  background-color: var(--main-color);
  margin-right: 15px;
}
.president {
  font-size: 22px;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
}
.president span {
  font-size: 16px;
  margin-right: 20px;
}
.ch_img {
  width: 40%;
  text-align: center;
}
.cc {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
/* 全体のh2デザイン（基本） */
.cc h2, .overview h2 {
  font-size: 34px;
  text-align: left;
  color: var(--main-color);
  line-height: 1em;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cc h2::before, .overview h2::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 35px;
  background-color: var(--main-color);
  margin-right: 15px;
}
/* 最初の .cc h2 だけ sub-color を適用（文字色＋before） */
.section-fixed .cc:first-of-type h2 {
  color: var(--sub-color);
}
.section-fixed .cc:first-of-type h2::before {
  background-color: var(--sub-color);
}
.cc_img {
  width: 100%;
}
.cc_box {
  width: 100%;
}
.cc_figure {
  width: 100%;
  display: flex;
  margin-bottom: 50px;
}
.cc_figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.cc_figure_txt, .cc_figure_img {
  width: calc(100% / 2);
  padding: 0 15px;
}
.cc_figure_txt h2, .about h2 {
  font-size: 34px;
  text-align: left;
  color: var(--sub-color);
  line-height: 1em;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cc_figure_txt h2::before, .about h2::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 35px;
  background-color: var(--sub-color);
  margin-right: 15px;
}
.cc_figure_title {
  color: var(--main-color);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.cc_figure_title span {
  font-size: 28px;
  margin-right: 10px;
}
.fellow {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
.fellow_img {
  position: relative;
}
.fellow_txt {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}
.about, .overview {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
.about table, .overview table {
  border-collapse: separate;
  border-spacing: 10px 0;
  margin-bottom: 30px;
}
.about table th, .about table td, .overview table th, .overview table td {
  padding: 25px 20px;
  border-bottom: 1px solid;
  vertical-align: middle;
}
.about table th {
  border-color: var(--sub-color);
  width: 25%;
}
.overview table th {
  border-color: var(--main-color);
  width: 25%;
}
.overview_list {
  display: flex;
  justify-content: center; /* 中央揃え */
  flex-wrap: wrap; /* スマホで折り返し */
  gap: 20px; /* ボタン間の余白 */
  margin: 0 0 50px;
  text-align: center;
}

.overview_btn a {
  display: inline-block;
  padding: 12px 30px;
  background-color: var(--main-color);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.overview_btn a:hover {
  background-color: color-mix(in srgb, var(--main-color) 80%, #000);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.ov_logo {
  max-width: 400px;
}
/*見出し欄*/
.inquiry {
  width: 100%;
  margin: 20px auto;
  position: relative;
  z-index: 0;
  padding: 0 20px;
}
.inquiry p {
  font-size: 18px;
  color: #444;
  line-height: 1.5em;
  padding: 15px 0px 15px 0px;
  text-align: center;
}
.inquiry_title {
  width: 100%;
  font-size: 150%;
  margin: 50px auto;
  padding-bottom: 15px;
  border-bottom: solid 1px #3fa8f4;
}
.inquiry_title span {
  margin-right: 10px;
  vertical-align: text-bottom;
}
.inquiry_title span img {
  width: 45px;
}
.inquiry table {
  margin: 0 auto;
  max-width: 1000px;
}
.inquiry th {
  text-align: left;
  font-size: 20px;
  color: #444;
  width: 30%;
  padding: 20px 10px;
  background: none;
  border: none;
  vertical-align: top;
}
/*通常欄*/
.inquiry td {
  font-size: 18px;
  border: none;
  padding: 10px 0px;
  width: 70%;
  vertical-align: middle;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr, .entry-content table {
  border: solid 1px #d7d7d7;
}
/*必須の調整*/
.haveto, .any {
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
}
.haveto {
  background: #C7000B;
  color: #fff;
}
/*任意の調整*/
.any {
  color: #44B583;
  border: 1px solid;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}
/*送信ボタンのデザイン変更*/
#formbtn {
  display: inline-block;
  padding: 1em 0;
  margin-top: 30px;
  background: var(--main-color);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px;
  border: none;
  margin: 30px auto 0;
  border: 1px solid var(--main-color);
  padding: 25px 50px;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover {
  background: #FFF;
  color: var(--main-color);
}
.wpcf7 input[name="your-name"], .wpcf7 input[name="your-kana"], .wpcf7 input[name="your-company"], .wpcf7 input[name="your-email"], .wpcf7 input[name="your-tel"], .wpcf7 input[name="your-postalcode"], .wpcf7 input[name="your-address"], .wpcf7 input[name="your-delivery_location"], .wpcf7 input[name="your-nametag"] {
  width: 100%;
  height: 50px !important;
}
.wpcf7 input[name="your-time"], .wpcf7 input[name="your-homeless"], .wpcf7 input[name="date-960"] {
  width: 20%;
  height: 50px !important;
}
.wpcf7 select[name="your-arrange"], .wpcf7 select[name="your-pair"], .wpcf7 select[name="your-makurahana"] {
  width: 20%;
  height: 50px !important;
  background: #ffffff;
  border: 1px solid #cccccc;
}
.wpcf7 textarea {
  width: 100%;
  height: 350px !important;
}
.number {
  display: inline-block;
  padding: 0 10px;
}
.kakeru {
  padding: 0 15px;
  font-size: 18px;
}
.order_explanation {
  font-size: 14px;
  color: #FF0004;
}
.contact_form_center {
  text-align: center;
}
.contact_form_policy {
  margin: 30px auto;
  font-size: 18px;
  background: var(--main-color);
  padding: 30px 50px;
  border-radius: 10px;
  text-align: center;
  line-height: 2em;
  color: #FFF;
  display: inline-block;
}
.contact_form_policy a {
  font-weight: 600;
  color: #FFF;
  border-bottom: 1px solid;
}
/* 個人情報の取り扱い
---------------------------------------------------- */
.policy {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.policy_info {
  width: 100%;
  font-size: 18px;
}
.policy_midashi {
  font-size: 24px;
  border-left: 5px solid;
  padding: 0 0 0 15px;
  color: #44B583;
  font-weight: bold;
  margin-top: 20px;
}
.policy p {
  padding: 20px;
  font-size: 16px;
  line-height: 2em;
}
.policy p span {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 50px;
  border: 1px solid;
  display: inline-block;
  margin: 15px 0;
  line-height: 2em;
}
.policy ul {
  width: 100%;
  padding: 0 0 30px 40px;
}
.policy ul li {
  line-height: 2em;
  position: relative;
  list-style: disc;
}
/* WP必須
---------------------------------------------------- */
.wp-caption {
  max-width: 100%;
}
.wp-caption-text {
  font-size: 90%;
  text-align: center;
}
.sticky {}
.gallery-caption {}
.bypostauthor {}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/* *****************************************************************
*	フッター
* ***************************************************************** */
#footer {
  background: var(--bgo-color);
  clear: both;
  width: 100%;
  font-size: 80%;
}
.footer-inner {
  margin: 0px auto;
  padding: 100px 0px;
  max-width: 960px;
  text-align: center;
}
.f_logo {
  padding: 10px 0;
}
.f_add {
  font-size: 16px;
  margin-bottom: 15px;
}
.f_menu {
  width: 100%;
  text-align: center;
}
.f_menu ul {
  width: 100%;
}
.f_menu ul li {
  display: inline-block;
  border-right: 1px solid;
  padding: 0 20px;
}
.f_menu ul li:last-child {
  border-right: none;
}
.f_menu ul li a {
  font-size: 16px;
}
#copyright {
  font-size: 15px;
  color: #FFF;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 10px;
  background: var(--main-color);
}
/* *****************************************************************
*	CSS3アニメーション
* ***************************************************************** */
.img-anime2 img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.img-anime2:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
/* *****************************************************************
*   レスポンシブ（メディアクエリ）
* ***************************************************************** */
@media only screen and (max-width: 1399px) {
  .nav-menu li a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .home_about {
    margin: 100px auto 50px;
  }
}
/* Tablet (Portrait) 画面の横幅が〜1299pxまで
---------------------------------------------------- */
@media only screen and (max-width: 1299px) {
  .wrapper {
    width: 100%;
    margin: auto;
    padding: 0;
  }
  .header-inner {
    width: 100%;
    padding: 10px 20px;
  }
  #nav {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .footer-inner {
    width: 100%;
    padding: 30px 0px;
  }
  .top-txt {
    top: 30px;
  }
  .f_logo {
    max-width: 500px;
    margin: 0 auto;
  }
  section {
    margin-bottom: 50px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .section-full {
    padding: 0 !important;
  }
  .facility-section {
    padding: 40px 20px;
  }
  .header-inner {
    flex-direction: column;
  }
  #header h1 {
    margin: 0 auto 20px;
  }
  .ha_img {
    left: 10px;
    max-width: 480px;
  }
  .ha_txt {
    padding: 60px 60px 80px 80px;
  }
  .link-btn {
    margin-top: 15px;
    padding-left: 40px;
  }
  .link-btn::before {
    width: 45px;
    height: 45px;
  }
  .hs_txt {
    width: 55%;
    padding: 10px 20px;
  }
  .hs_img {
    width: 45%;
    padding: 0 20px;
  }
  .cafe_title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .cafe_title span {
    font-size: 20px;
  }
  .home_contact {
    background-size: contain;
  }
  .co_heading, .co_heading_ds, .co_heading_otokan {
    padding: 50px;
  }
  .ds_img {
    display: none;
  }
  .health_care h2 {
    flex-direction: column;
    padding-bottom: 5px;
  }
  .ch {
    padding: 80px 20px;
  }
  .ch_txt {
    width: 70%;
  }
  .ch_img {
    width: 30%;
  }
  .ch_txt h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 920px) {
  .nav-menu li a {
    padding: 10px 10px;
  }
  .home_about {
    flex-direction: column;
    margin-bottom: 0;
  }
  .ha_img {
    margin: 0 auto;
    position: relative;
  }
  .ha_txt {
    width: 100%;
    height: 480px;
    justify-content: end;
    align-items: center;
    background-position: top;
    top: -155px;
  }
  .slider-track img {
    height: 250px;
  }
.hs_box, .hs_box.reverse, .cafe_box, .cc_figure, .cc_figure:nth-of-type(even) {
    flex-direction: column;
}
	
.hs_txt, .hs_img {
        width: 100%;
    }
.hc_box, .hc_bn {
    padding: 0 60px;
}
.home_contact {
        background-position: center;
	height: auto;
    }
    .co_heading, .co_heading_ds, .co_heading_otokan {
        background-size: cover;
        background-position: left;
    }
.co_logo {
    padding: 20px 0;
}
.co_heading p, .co_heading_ds p, .co_heading_otokan p {
    width: 70%;
}
    .ch {
        padding: 70px 20px;
        flex-direction: column;
    }
    .ch_txt {
        width: 100%;
    }
    .ch_img {
        width: 50%;
        padding: 30px 0;
    }
.cc_figure_txt, .cc_figure_img {
    width: calc(100% / 1);
	padding: 30px 0;
}
.cc_figure_txt h2, .about h2 {
    margin-bottom: 5px;
}
.cc_figure_title {
    margin-bottom: 10px;
}
    .cc_figure_txt, .cc_figure_img {
        width: calc(100% / 1);
        padding: 0;
    }
	.cc_figure_txt{
		max-width: 540px;
		margin: 0 auto 30px;
	}
    .cc_figure_img {
        text-align: center;
    }
.rec_img1, .rec_img2 {
    max-width: 230px;
}
.rec_txt p {
    font-size: 14px;
}
.about, .overview {
    padding: 80px 20px;
}
	
}
/* Mobile (Portrait) 画面の横幅が300px~750pxまで（基本）
---------------------------------------------------- */
@media only screen and (max-width: 750px) {
  #header {
    position: sticky;
    z-index: 999;
    padding: 10px 0;
    top: 0;
  }
  .header-inner {
    width: 100%;
    margin: auto;
    padding: 0;
  }
  #header h1 {
    width: 250px;
  }
  #nav {
    display: none;
    position: absolute;
    top: 0;
    float: none;
    text-align: center;
    width: 100%;
    background: #fefefe;
    margin: 0 auto 40px auto;
    padding: 0;
  }
  .nav-menu li a {
    color: #333;
    display: block;
    font-size: 15px;
    padding: 20px 10px;
    text-decoration: none;
  }
  .nav-menu li {
    display: block;
    float: none;
    border-bottom: 1px solid #ededed;
  }
  .toggle {
    display: block;
    float: right;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 10000;
  }
  p {
    font-size: 14px;
  }
  .footer-inner {
    width: 100%;
    padding: 50px 20px;
  }
.top-txt {
        top: 20px;
        padding: 30px 10px;
        background: rgba(255, 255, 255, 0.5);
        width: 90%;
        border-radius: 15px;
    }
	
	.top-txt h3{
		font-size: 22px;
	}
	.top-txt_none{
		display: none;
	}	
	
  .home_about {
    flex-direction: column;
    margin: 0;
  }
  .ha_txt {
    width: 100%;
    height: auto;
    padding: 35px;
    position: relative;
    z-index: 20;
    top: -50px;
    background-image: none;
    background-color: var(--bgg-color);
    border-radius: 50px;
  }
  .ha_img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
  .link-btn {
    font-size: 18px;
    padding-left: 35px;
  }
  .link-btn::before {
    width: 40px;
    height: 40px;
  }
  .slider-track img {
    height: 200px;
  }
  .home_service, .shisetsu {
    padding: 50px 0;
  }
  .home_service h2::after {
    bottom: 0;
  }
  .home_service h3, .cafe h3, .shisetsu h3 {
    margin-top: 5px;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .hs_box, .hs_box.reverse {
    flex-direction: column;
    border-bottom: 3px solid var(--main-color);
  }
  .hs_txt {
    width: 100%;
    padding: 0;
  }
  .hs_img {
    width: 100%;
    padding: 30px 0 0;
  }
  .cafe {
    margin: 0 auto;
  }
  .cafe_box {
    flex-direction: column;
  }
  .cafe_title {
    font-size: clamp(24px, 3vw, 36px);
  }
  .cafe_title span {
    font-size: 18px;
  }
  .cafe h2, .shisetsu h2, .home_link h2 {
    font-size: clamp(26px, 3vw, 50px);
  }
  .shisetsu p {
    text-align: left;
  }
  .ggmap {
    padding-bottom: 120%;
  }
  .home_contact {
    height: auto;
    background-position: center;
    padding: 50px 0;
  }
  .hc_box, .hc_bn {
    flex-direction: column
  }
  .hc_box_tel, .hc_bn_box {
    width: 85%;
    margin: 10px auto;
  }
  .hc_bn_box {
    width: 75%;
    margin: 5px auto;
  }
  .home_bn {
    padding-bottom: 15px;
  }
  .home_bn:nth-of-type(4) {
    justify-content: center;
    padding-right: 5px;
  }
  .home_bn:nth-of-type(5) {
    justify-content: center;
    padding-left: 5px;
  }
  .f_logo {
    max-width: 300px;
    margin: 0 auto;
  }
  .f_menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .f_menu ul li {
    border-right: none;
    width: 100%;
  }
  .f_menu ul li a {
    width: 100%;
    border-radius: 10px;
    background: var(--bgg-color);
    display: inline-block;
    padding: 10px 0; /* 横にも余白を付与 */
    font-size: 14px;
    font-weight: 500;
    color: var(--sub-color);
    text-decoration: none;
    text-align: center;
  }
  .f_menu ul li a:hover { /* ← 背景はliに */
    background: var(--main-color);
    color: #FFF;
  }
  .co_heading, .co_heading_ds, .co_heading_otokan {
    background-position: 70% center;
    padding: 50px 20px;
    background-size: cover;
  }
  .co_heading_txt {
    background: rgba(255, 255, 255, 0.8);
    padding: 25px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* ← XとY両方を-50% */
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
  }
  .co_heading h2, .co_heading_ds h2, .co_heading_otokan h2 {
    font-size: 14px;
  }
  .co_logo {
    padding: 15px 0;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
  .co_heading p, .co_heading_ds p, .co_heading_otokan p {
    width: 100%;
  }
  .int_cont, .int_cont:nth-of-type(2) {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .int_img, .int_txt, .int_cont:nth-of-type(2) .int_txt {
    width: 100%;
    padding: 0;
  }
  .ta-list {
    gap: 0;
    flex-direction: column;
  }
  .ta-col {
    width: calc(100%);
  }
  .fs {
    padding: 100px 25px;
  }
  .flow {
    padding: 40px 25px;
  }
  .flow-steps li strong {
    font-size: 20px;
  }
  .box {
    padding: 40px 25px;
  }
  .box h3 {
    font-size: 18px;
  }
  .box.fee-table > table:nth-of-type(2) thead th {
    vertical-align: middle;
  }
  .box table td {
    vertical-align: middle;
  }
  .box table td:first-child {
    text-align: left;
  }
  .flow-time-title {
    font-size: 18px;
  }
  .ds_img {
    position: absolute;
    display: block;
    height: auto;
    top: 150px;
    padding-top: 20px;
    z-index: 10;
    width: 100%;
    max-width: 150px;
    right: 0;
    left: unset;
  }
  .ds_img img {
    position: absolute; /* 個別にオフセットできるように */
    display: block;
    width: auto;
    height: auto;
    max-height: none; /* SPでは高さ制限を解除 */
    margin-bottom: 28px; /* 基本の間隔 */
    transform: translate(0, 0); /* 初期値 */
    max-width: 150px;
  }
  /* --- ここで1～4枚それぞれを個別微調整 --- */
  .ds_img img:nth-child(1) {
    /* 例：少し右へ＆下へ */
    right: 0; /* X方向（pxや%でOK） */
    transform: translateY(0px); /* Y方向 */
  }
  .ds_img img:nth-child(2) {
    right: 0;
    top: 265px;
    transform: translateY(-10px);
    width: 110px;
  }
  .ds_img img:nth-child(3) {
    right: 0;
    top: 400px;
    transform: translateY(6px);
    width: 100px;
  }
  .ds_img img:nth-child(4) {
    right: 10px;
    top: 740px;
    transform: translateY(-4px);
    margin-bottom: 0;
    width: 120px;
  }
  /* --- ここで1～4枚それぞれを個別微調整 --- */
  .otokan_img img:nth-child(1) {
    /* 例：少し右へ＆下へ */
    right: 0; /* X方向（pxや%でOK） */
    transform: translateY(0px); /* Y方向 */
  }
  .otokan_img img:nth-child(2) {
    right: 0;
    top: 240px;
    transform: translateY(-10px);
    width: 110px;
  }
  .otokan_img img:nth-child(3) {
    right: 0;
    top: 380px;
    transform: translateY(6px);
    width: 100px;
  }
  .otokan_img img:nth-child(4) {
    right: 10px;
    top: 730px;
    transform: translateY(-4px);
    margin-bottom: 0;
    width: 120px;
  }
  .health_care, .training {
    width: 100%;
    padding: 15px;
  }
  .health_care h2 {
    flex-direction: column;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .health_care h2 span {
    font-size: 14px;
    margin-left: 0;
  }
  .company_title, .rec_title, .contact_title {
    font-size: 30px;
  }
  .company_title span, .rec_title span, .contact_title span {
    font-size: 22px;
  }
  .ch {
    padding: 50px 20px;
    flex-direction: column;
  }
  .ch_txt {
    width: 100%;
    order: 2;
  }
  .ch_txt h2 {
    font-size: 24px;
    line-height: 1.5em;
  }
  .ch_txt h2::before {
    height: 65px;
  }
  .ch_img {
    width: 60%;
    text-align: center;
    order: 1;
  }
  .president {
    display: flex;
    justify-content: end;
  }
  .cc {
    text-align: left;
    margin-bottom: 80px;
  }
  .cc h2, .overview h2 {
    font-size: 24px;
  }
  .cc_img {
    width: 80%;
    margin: 0 auto;
  }
  .cc_figure, .cc_figure:nth-of-type(even) {
    flex-direction: column;
  }
  .cc_figure_txt, .cc_figure_img {
    width: calc(100% / 1);
    padding: 0;
  }
  .cc_figure_txt {
    margin-bottom: 20px;
  }
  .cc_figure_title {
    font-size: 18px;
  }
  .cc_figure_title span {
    font-size: 24px;
  }
  .fellow_txt {
    top: 75px;
    text-align: left;
    font-size: 14px;
    bottom: unset;
  }
  .about, .overview {
    padding: 80px 20px 15px;
  }
  .about table th {
    background: var(--sub-color);
    color: #FFF;
  }
  .overview table th {
    background: var(--main-color);
    color: #FFF;
  }
  .about table, .overview table {
    border-collapse: collapse;
  }
  .about table th, .about table td, .overview table th, .overview table td {
    width: 100%;
    display: block;
    padding: 15px 15px;
    border: none;
  }
  .about table td, .overview table td {
    line-height: 2em;
  }
 .overview_btn {
    width: 100%;
  }
  .overview_btn a {
    width: 100%;
    box-sizing: border-box; /* padding分を含めて100%にする */
  }

  .overview_list {
    flex-direction: column; /* 縦並びに変更 */
    align-items: center; /* 中央揃え維持 */
    gap: 15px; /* ボタン間の余白を少し狭く */
  }
  .cc_figure_txt h2, .about h2 {
    font-size: 24px;
  }
  .rec_img1, .rec_img2 {
    top: 65%;
    max-width: 120px;
  }
  .rec_il {
    max-width: 135px;
    margin: 0 auto;
  }
  .rec_txt {
    text-align: left;
  }
  .inquiry th {
    width: 100%;
    display: block;
    padding: 0;
  }
  .inquiry td {
    padding: 15px 0px;
    width: 100%;
    display: block;
  }
  .kakeru {
    padding: 0 5px;
    font-size: 16px;
  }
  .contact_form_policy {
    width: 100%;
    padding: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5em;
  }
  .inquiry p {
    font-size: 16px;
  }
  #formbtn {
    width: 80%;
    font-size: 20px;
  }
  .policy_midashi {
    font-size: 18px;
    margin: 10px 0;
  }
  .policy p {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 5px;
    padding: 10px 0;
  }
  .policy p span {
    font-size: 14px;
    padding: 10px 20px;
  }
  .policy ul {
    padding: 0 0 10px 20px;
  }
  .policy ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #openPrivacyModal {
    padding: 15px 0;
    width: 100%;
  }
  #copyright {
    font-size: 12px;
    text-align: left;
  }
  section {
    margin-bottom: 50px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .section-full {
    padding: 0 !important;
  }
}
/* reCAPTCHAバッジを左下に配置 */
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}