@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "Kosugi Maru";
  font-weight: 400;
  src: url("../../font/Kosugi_Maru/woff2/KosugiMaru-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 300;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 900;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Black.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  font-family: "Kosugi Maru", sans-serif;
  color: #333;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "pkna" 1;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  line-height: 1.7;
  letter-spacing: 0.1rem;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  overscroll-behavior: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*****************************************/
/*****  ヘッダー部分基本幅設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.header_layout_width {
  width: 97%;
  margin: 0 auto;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  ヘッダー部分基本幅設定  end  ******/
/*****************************************/
img {
  max-width: 100%;
}

/*****************************************/
/****  コンテンツ部分基本幅設定  start  ****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.layout_width_full {
  width: 90%;
  padding: 0 2rem;
  margin: 0 auto;
}

.layout_width {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.layout_width_1024 {
  width: 100%;
  max-width: 1024px;
  padding: 0 2rem;
  margin: 0 auto;
}

.layout_width_830 {
  width: 100%;
  max-width: 830px;
  padding: 0 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .layout_width {
    padding: 0 1rem;
  }
  .layout_width_1024 {
    padding: 0 1rem;
  }
  .layout_width_830 {
    padding: 0 1rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*****  コンテンツ部分基本幅設定  end  *****/
/*****************************************/
.cotainer {
  padding: 2rem;
}

@media screen and (max-width: 480px) {
  .cotainer {
    padding: 1rem;
  }
}
/*****************************************/
/*****  セクション部分空白設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  セクション部分空白設定  end  ******/
/*****************************************/
.bgcolor {
  background-color: #333;
}
.bgcolor div h2 {
  color: #f19fae;
}
.bgcolor div h2 b {
  color: #f19fae;
}

/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.section-title-pop {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2.5rem 0 3.5rem 0;
  position: relative;
  gap: 0.15em;
}

.section-title-pop__en {
  font-size: 1.05rem;
  color: #fff;
  background: #f4af2c;
  border-radius: 50px;
  padding: 5px 2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(187, 223, 237, 0.1);
  position: relative;
  z-index: 2;
  /* ふきだしのしっぽ */
}
.section-title-pop__en::after {
  content: "";
  position: absolute;
  left: 30%;
  bottom: -8px;
  /* 少し下に配置 */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.8em solid transparent;
  border-right: 0.8em solid transparent;
  border-top: 0.8em solid #f4af2c;
  /* 三角形の色 */
  z-index: -1;
}

.section-title-pop__ja {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  font-weight: bold;
  color: #ff915c;
  background: #fff;
  border-radius: 2.5em;
  padding: 10px 3rem;
  box-shadow: 0 4px 24px rgba(241, 159, 174, 0.08), 0 1.5px 8px rgba(255, 225, 79, 0.09);
  line-height: 1.2;
  position: relative;
  z-index: 1;
  margin: 0;
  /* カラフル下線 */
}
.section-title-pop__ja span {
  display: inline-block;
}
.section-title-pop__ja::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0%;
  bottom: -30%;
  height: 6px;
  border-radius: 0.5em;
  background: repeating-linear-gradient(90deg, #f19fae 0% 25%, #bbdfed 25% 50%, #D5E384 50% 75%, #ffe14f 75% 100%);
  opacity: 0.7;
  z-index: 0;
  pointer-events: none;
  max-width: 150px;
  min-width: 150px;
}

@media screen and (max-width: 480px) {
  .section-title-pop__ja {
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
    padding: 0.5rem 2rem;
  }
}
h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  font-weight: bold;
  text-align: center;
  margin: 1rem 0 1rem;
  color: #f19fae;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  }
}

h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  margin: 1rem 0 1rem;
  color: #555;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  }
}

h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-weight: bold;
  text-align: center;
  margin: 1rem 0 1rem;
  color: #555;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  h4 {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  }
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[h2]部分設定  end  *******/
/*****************************************/
p {
  font-family: "Kosugi Maru", sans-serif;
}

/*****************************************/
/**********  マーカー設定  start  *********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.marker_type1 {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(255, 251, 0, 0.6) 55%);
  padding: 0 0.15rem;
  margin: 0 0.15rem;
  -webkit-text-emphasis: filled #333;
  text-emphasis: filled #333;
  font-weight: bold;
}

.marker_type2 {
  display: inline;
  background: linear-gradient(transparent 60%, rgb(255, 136, 0) 55%);
  padding: 0 0.15rem 0.25rem;
  margin: 1rem 0.15rem 0;
  -webkit-text-emphasis: filled rgb(255, 136, 0);
  text-emphasis: filled rgb(255, 136, 0);
}

.marker-h1 {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  color: inherit;
}
.marker-h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: rgba(246, 173, 73, 0.8);
  border-radius: 30px;
  z-index: -1;
  transition: background-color 0.3s ease;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/***********  マーカー設定  end  **********/
/*****************************************/
/*****************************************/
/********フォトギャラリー上下中央設定*******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
#lightbox {
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  z-index: 99999;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  フォトギャラリー上下中央設定 ******/
/*****************************************/
/*****************************************/
/**********  パララックス  start  *********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.parallax_imagebox {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: transparent;
  min-height: 400px;
}
.parallax_imagebox .background {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_imagebox .bg_image_one {
  background-image: url("../../img/common/sample__bg.jpg");
}

@media screen and (max-width: 768px) {
  .parallax_imagebox {
    height: 400px;
  }
  .parallax_imagebox .background {
    background-position: bottom -20vh;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/***********  パララックス  end  **********/
/*****************************************/
#breadcrumb {
  padding: 0rem 0;
  margin: 1rem 0;
  width: 100%;
}
#breadcrumb .breadcrumb__warp {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
#breadcrumb .breadcrumb__warp ol {
  width: 100%;
  display: flex;
}
#breadcrumb .breadcrumb__warp ol li {
  padding: 0 0.5rem;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  font-weight: 800;
}
#breadcrumb .breadcrumb__warp ol li:first-child {
  padding: 0 1rem 0 0;
}

.decorate__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.decorate__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 0;
}
.decorate__image {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center 90%;
  background-repeat: no-repeat;
  z-index: 0;
  filter: brightness(95%);
}
.decorate__image--2 {
  background-image: url("../../img/home/bg1.jpg");
  opacity: 1;
}

.wave-divider {
  width: 100%;
  line-height: 0;
  /* 高さのずれを防ぐ */
  overflow: hidden;
  position: absolute;
}
.wave-divider svg {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  preserveAspectRatio: none;
}

.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 2rem;
}
@media screen and (max-width: 480px) {
  .container {
    padding: 2rem 1rem;
  }
}

@keyframes swingStep {
  0% {
    transform: rotate(0deg);
  }
  33% {
    transform: rotate(5deg);
  }
  66% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes swingStep2 {
  0% {
    transform: rotate(0deg);
  }
  33% {
    transform: rotate(-5deg);
  }
  66% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#header {
  width: 100%;
  z-index: 99999;
  position: fixed !important;
  top: 0;
  left: 0;
  color: #ffffff;
}
#header.fixed {
  transition: 1s;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(100, 100, 100, 0.5) 0px 5px 5px -5px, rgba(0, 0, 0, 0.3) 0px 5px 5px -5px;
  background-color: rgba(255, 255, 255, 0.9);
}
#header.fixed .header__warp--logo a.text > figure img {
  width: 15%;
}
#header.fixed .header__warp--menu--nav nav ul li a {
  color: #555;
}
#header.fixed .header__warp--menu--nav nav ul li a span {
  color: #f19fae;
}
#header.fixed .header__warp--menu--nav nav ul {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
#header .header__warp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* モバイル用メニューのコンテナ (デフォルトは非表示) */
  /* ハンバーガーボタン */
  /* ハンバーガーボタンのライン */
  /* 開いたときのボタン変形 */
  /* モバイルナビゲーション */
  /* メニューが開いているときの表示 */
  /* ナビゲーションリスト */
  /* ナビゲーションリストアイテム */
  /* ナビゲーションタイトル */
  /* メディアクエリ（767px以下でハンバーガーメニュー表示） */
}
#header .header__warp--logo a.text {
  margin: 5px 0;
  display: flex;
  gap: 5px;
  flex-direction: column;
  text-decoration: none;
  transition: opacity 0.5s ease;
  /* 上部：法人名 */
  /* 下部：ロゴ画像とテキスト横並び */
}
#header .header__warp--logo a.text:hover {
  opacity: 0.5;
}
#header .header__warp--logo a.text > p {
  font-size: 0.9rem;
  font-weight: bold;
  color: #333;
  filter: drop-shadow(-1px -1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(1px 1px 0 #fff) drop-shadow(0px -1px 0 #fff) drop-shadow(0px 1px 0 #fff) drop-shadow(-1px 0px 0 #fff) drop-shadow(1px 0px 0 #fff);
}
@media screen and (max-width: 380px) {
  #header .header__warp--logo a.text > p {
    font-size: 0.7rem;
  }
}
#header .header__warp--logo a.text > figure {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 10px;
  transition: width 0.3s ease;
  /* テキスト本体 */
  /* 各文字のカスタマイズ */
}
#header .header__warp--logo a.text > figure img {
  width: 90%;
  max-width: 80px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  transition: width 1s ease;
}
@media screen and (max-width: 1100px) {
  #header .header__warp--logo a.text > figure img {
    max-width: 45px;
  }
}
#header .header__warp--logo a.text > figure .logo-text {
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  font-weight: bold;
  color: #43b58f;
  /* 白縁取り */
  filter: drop-shadow(-1px -1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(1px 1px 0 #fff) drop-shadow(0px -1px 0 #fff) drop-shadow(0px 1px 0 #fff) drop-shadow(-1px 0px 0 #fff) drop-shadow(1px 0px 0 #fff);
  margin-left: 0;
  letter-spacing: 0.3rem;
}
#header .header__warp--logo a.text > figure .logo-text span:nth-child(1) {
  color: #f19fae;
  transform: rotate(-3deg) translateY(1px);
}
#header .header__warp--logo a.text > figure .logo-text span:nth-child(2) {
  color: #bbdfed;
  transform: rotate(-3deg) translateY(1px);
}
#header .header__warp--logo a.text > figure .logo-text span:nth-child(3) {
  color: #D5E384;
  transform: rotate(-3deg) translateY(1px);
}
#header .header__warp--logo a.text > figure .logo-text span:nth-child(4) {
  color: #ffe14f;
  transform: rotate(-3deg) translateY(1px);
}
#header .header__warp--menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}
#header .header__warp--menu--nav h2 {
  display: none;
}
#header .header__warp--menu--nav nav ul {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  background-color: #fff;
  border-radius: 50px;
  padding: 1rem 2rem;
  transition: all 0.5s ease;
}
#header .header__warp--menu--nav nav ul li a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  height: 100%;
  padding: 0 0 10px;
  margin: 0 1.5rem;
  display: flex;
  flex-flow: column;
  gap: 3px;
  color: #555;
  transition: 1s ease;
}
#header .header__warp--menu--nav nav ul li a p {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  font-weight: bold;
  transition: opacity 0.3s ease;
}
#header .header__warp--menu--nav nav ul li a span {
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  line-height: clamp(0.4rem, 0.36rem + 0.2vw, 0.6rem);
  font-weight: normal;
  transition: color 0.3s ease;
  color: #f19fae;
}
#header .header__warp--menu--nav nav ul li a i {
  font-size: 25px;
}
#header .header__warp--menu--nav nav ul li a:hover {
  opacity: 0.3;
  /* ちょっと軽くなる効果 */
}
#header .header__warp .header__warp--sp {
  display: none;
  /* デフォルトでは表示しない */
  justify-content: center;
  align-items: center;
  margin-right: 0;
  z-index: 10000;
}
#header .header__warp .menu-button {
  display: none;
  /* デフォルトでは非表示 */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 6px;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 10001;
  /* メニューが開いてもボタンが前面に表示される */
}
#header .header__warp .menu-button__line,
#header .header__warp .menu-button::before,
#header .header__warp .menu-button::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 3px;
  transition: transform 0.3s, opacity 0.3s;
}
#header .header__warp .menu-button.is-opened .menu-button__line {
  opacity: 0;
}
#header .header__warp .menu-button.is-opened::before {
  transform: translateY(8px) rotate(135deg);
  background-color: #f19fae;
}
#header .header__warp .menu-button.is-opened::after {
  transform: translateY(-8px) rotate(-135deg);
  background-color: #f19fae;
}
#header .header__warp .header__warp--sp--nav {
  position: fixed;
  top: 0;
  right: -100%;
  /* 右から隠れる状態 */
  width: 100%;
  height: 100%;
  background: #fff3f3;
  transition: right 0.4s ease, opacity 0.3s ease;
  /* スライドと透明度にトランジション */
  opacity: 0;
  /* 初期状態で透明 */
  z-index: 9999;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
}
#header .header__warp .menu-opened .header__warp--sp--nav {
  right: 0;
  opacity: 1;
  /* ふんわりと現れる */
}
#header .header__warp .header__warp--sp--nav ul {
  list-style: none;
  padding: 50px 20px;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 1rem;
}
#header .header__warp .header__warp--sp--nav ul img {
  width: 100%;
  max-width: 230px;
  height: auto;
  margin: 3rem auto 0;
  display: block;
  transition: transform 0.3s ease;
}
#header .header__warp .header__warp--sp--nav ul li {
  margin: 0;
  text-shadow: none;
  line-height: 1.5;
}
#header .header__warp .header__warp--sp--nav ul li p {
  font-weight: bold;
}
#header .header__warp .header__warp--sp--nav ul li span {
  color: #888;
}
#header .header__warp .header__warp--sp--nav ul li .insta {
  background-color: #f19fae;
  color: #fff;
  border-radius: 50px;
  padding: 0.8rem 2rem;
  display: flex;
  gap: 5px;
  align-items: center;
}
#header .header__warp .header__warp--sp--nav ul li a {
  text-decoration: none;
  color: #f19fae;
  font-size: 18px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
#header .header__warp .header__warp--sp--nav h2 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  color: #f19fae;
  font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
  font-weight: bold;
  padding: 1rem 1rem 5px;
  margin-bottom: 18px;
  text-align: center;
  border-bottom: 2px solid #ffc2cd;
}
@media screen and (max-width: 768px) {
  #header .header__warp .header__warp--sp--nav h2 {
    font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
  }
}
@media screen and (max-width: 480px) {
  #header .header__warp .header__warp--sp--nav h2 {
    font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
  }
}
#header .header__warp .header__warp--sp--nav h2 span {
  filter: drop-shadow(-1px -1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(1px 1px 0 #fff) drop-shadow(0px -1px 0 #fff) drop-shadow(0px 1px 0 #fff) drop-shadow(-1px 0px 0 #fff) drop-shadow(1px 0px 0 #fff);
}
#header .header__warp .header__warp--sp--nav h2 span:nth-child(1) {
  color: #f19fae;
}
#header .header__warp .header__warp--sp--nav h2 span:nth-child(2) {
  color: #bbdfed;
}
#header .header__warp .header__warp--sp--nav h2 span:nth-child(3) {
  color: #D5E384;
}
#header .header__warp .header__warp--sp--nav h2 span:nth-child(4) {
  color: #ffe14f;
}
@media (max-width: 1100px) {
  #header .header__warp {
    /* ハンバーガーボタンを表示 */
    /* ハンバーガーボタンを表示 */
    /* PC用メニューを非表示 */
  }
  #header .header__warp .header__warp--sp {
    display: flex;
  }
  #header .header__warp .menu-button {
    display: flex;
  }
  #header .header__warp .header__warp--menu {
    display: none;
  }
}

@media (max-width: 1100px) {
  #header.fixed .header__warp--logo a.text > figure img {
    width: 100%;
  }
  #header.fixed .menu-button__line,
  #header.fixed .menu-button::before,
  #header.fixed .menu-button::after {
    transition: all 0.3s ease;
    background-color: #f19fae;
  }
}
@media screen and (max-width: 380px) {
  #header .header__warp .header__warp--sp--nav ul {
    gap: 10px;
  }
  #header .header__warp .header__warp--sp--nav h2 {
    margin-bottom: 10px;
  }
}
/*****************************************/
/********  ヘッダー画像設定 start  ********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.heading_sample {
  background-image: url("../../img/common/heading/heading_sample.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_about {
  background-image: url("../../img/common/heading/about.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_service {
  background-image: url("../../img/common/heading/service.jpg");
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_flow {
  background-image: url("../../img/common/heading/flow.jpg");
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_news {
  background-image: url("../../img/common/heading/about.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_recruit {
  background-image: url("../../img/common/heading/recruit.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_contact {
  background-image: url("../../img/common/heading/contact.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*********  ヘッダー画像設定 end  *********/
/*****************************************/
#heading {
  width: 100%;
  height: 40vh;
  min-height: 400px;
  display: flex;
  align-items: center;
  margin: 0 0 0rem 0;
  position: relative;
}
#heading::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  max-width: 600px;
  aspect-ratio: 353/44;
  background: url("../../img/common/heading/kazari.png") no-repeat center/contain;
  z-index: 1;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #heading::before {
    width: 90%;
  }
}
#heading .heading__warp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  display: flex;
  align-items: center;
}
#heading .heading__warp--bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
#heading .heading__warp--bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#heading .heading__warp h1 {
  display: flex;
  color: #ffffff;
  flex-flow: column-reverse;
  transition: all ease 1s;
  line-height: 1.2;
  position: relative;
  z-index: 5;
}
#heading .heading__warp h1 p {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  font-weight: bold;
  margin: 1rem 0 0 0;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
  transition: all ease 1s;
}
#heading .heading__warp h1 span {
  font-size: clamp(2.4rem, 2.36rem + 0.2vw, 2.6rem);
  transition: all ease 1s;
  font-weight: bold;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #heading {
    height: 35vh;
  }
}
@media screen and (max-width: 768px) {
  #heading {
    height: 40vh;
  }
  #heading .heading__warp h1 span {
    font-size: clamp(1.9rem, 1.86rem + 0.2vw, 2.1rem);
  }
}
@media screen and (max-width: 480px) {
  #heading {
    height: 35vh;
    background-size: cover;
  }
  #heading .heading__warp h1 {
    font-weight: bold;
  }
  #heading .heading__warp h1 p {
    width: 100%;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  }
  #heading .heading__warp h1 span {
    width: 100%;
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
    margin: 1rem 0 0;
  }
}
@media screen and (max-width: 380px) {
  #heading {
    height: 60vh;
    background-size: cover;
  }
  #heading .heading__warp h1 {
    font-weight: bold;
  }
  #heading .heading__warp h1 p {
    width: 100%;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  }
  #heading .heading__warp h1 span {
    width: 100%;
    font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
    margin: 1rem 0 0;
  }
}
#floating {
  position: fixed;
  top: 50%;
  /* 画面の中央に縦方向で配置 */
  right: 0;
  /* 画面右端に固定 */
  transform: translateY(-50%);
  /* 真ん中に配置 */
  z-index: 99998;
  /* 他の要素より前に表示 */
  display: flex;
  /* フレックスボックスで子要素を配置 */
  flex-direction: column;
  /* 子要素を縦に並べる */
  opacity: 0;
}

#floating li {
  margin: 0.25rem 0;
  /* アイコン間のスペースを設定 */
  list-style: none;
  /* リストのデフォルトスタイルを削除 */
}
@media screen and (max-width: 768px) {
  #floating li {
    margin: 0;
  }
}
#floating li:nth-child(2) a {
  background-color: #D5E384;
  border: 2px solid #D5E384;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
}
#floating li:nth-child(2) a:hover {
  background-color: #ffffff;
  color: #D5E384;
}

#floating li a {
  display: flex;
  gap: 5px;
  flex-direction: column;
  /* フレックスボックスでアイコンとテキストを中央揃え */
  align-items: center;
  /* 垂直方向に中央揃え */
  justify-content: center;
  /* 水平方向に中央揃え */
  background-color: #bbdfed;
  /* ニュートラルな背景色（デフォルト） */
  color: #ffffff;
  /* テキストの色を白に */
  padding: 1rem;
  /* 内側にスペースを追加 */
  border-radius: 8px 0 0 8px;
  /* 左側に丸みを付ける */
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  /* フォントサイズを0.9remに設定 */
  font-weight: bold;
  /* 太字に設定 */
  text-decoration: none;
  /* テキストの下線を削除 */
  transition: background-color 0.3s ease, transform 0.3s ease;
  /* ホバー時の背景色変化とスムーズな移動 */
  height: 100%;
  border: 2px solid #bbdfed;
  text-align: center;
  line-height: 1.2;
}

#floating li a:hover {
  background-color: #ffffff;
  /* ホバー時に少し暗くする */
  transform: translateX(-10px);
  /* ホバー時に左に10px移動 */
  color: #bbdfed;
}

#floating li a i {
  /* アイコンとテキストの間にスペース */
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
}

/* 768px以下の画面サイズでは画面下に表示 */
@media screen and (max-width: 768px) {
  #floating {
    top: auto;
    bottom: 0;
    /* 画面の下部に配置 */
    right: 0;
    left: 0;
    /* 横幅いっぱいに広げる */
    transform: none;
    /* 変形を解除 */
    flex-direction: row;
    /* アイコンを横に並べる */
    justify-content: space-around;
    /* アイコン間にスペースを均等に配置 */
    opacity: 0;
    pointer-events: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    border: none;
  }
  #floating li a {
    border-radius: 0;
    /* 丸みをリセット */
    flex-direction: column;
    /* アイコンとテキストを縦に並べる */
    padding: 1rem;
    /* パディングを小さく調整 */
    transition: background-color 0.3s ease, color 0.5s ease;
  }
  #floating li a:first-child {
    /* 最初の要素のみ左線を消す */
  }
  #floating li:nth-child(2) a {
    /* 最初の要素のみ左線を消す */
    border-left: none;
    border-right: none;
  }
  #floating li:last-child a {
    /* 最初の要素のみ左線を消す */
    border-left: none;
  }
  #floating li a:hover {
    transform: none;
    background-color: #ffffff;
    color: #bbdfed;
  }
  #floating li a span {
    display: block;
  }
  #floating li a i {
    margin-right: 0rem;
  }
}
#staff {
  background-color: #fff2f5;
  width: 95%;
  margin: 0 auto 2rem;
  border-radius: 1rem;
  padding-bottom: 2rem;
}
#staff .container .flex-box1 {
  display: flex;
  gap: 3rem;
  margin: 2rem auto;
  padding: 1rem;
}
#staff .container .flex-box1 .img-box {
  width: 50%;
  min-width: 150px;
  max-width: 160px;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#staff .container .flex-box1 .img-box.is-show {
  opacity: 1;
  bottom: 0;
}
#staff .container .flex-box1 .staff-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(187, 223, 237, 0.1);
  max-width: 1024px;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  position: relative;
  border: 1px solid #DDD;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
  /* 外側の線（三角） */
  /* 内側の白い三角 */
}
#staff .container .flex-box1 .staff-card.is-show {
  opacity: 1;
  bottom: 0;
}
#staff .container .flex-box1 .staff-card::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 32px;
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-right: 28px solid #ddd;
  z-index: 0;
}
#staff .container .flex-box1 .staff-card::after {
  content: "";
  position: absolute;
  left: -26px;
  top: 33px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 26px solid #fff;
  z-index: 2;
}
#staff .container .flex-box1 .staff-card .staff-card__profile {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#staff .container .flex-box1 .staff-card .staff-card__icon {
  background: linear-gradient(135deg, #bbdfed 60%, #f19fae 100%);
  color: #fff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 2px 8px rgba(187, 223, 237, 0.12);
}
#staff .container .flex-box1 .staff-card .staff-card__name {
  font-size: 1.15rem;
  font-weight: bold;
  color: #555;
}
#staff .container .flex-box1 .staff-card .staff-card__meta {
  font-size: 0.98rem;
  color: #777;
  display: inline-block;
}
#staff .container .flex-box1 .staff-card .staff-card__catch {
  font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  color: #f19fae;
  font-weight: bold;
  background: #fffbe6;
  border-radius: 5px;
  font-style: italic;
  margin-bottom: 0;
}
#staff .container .flex-box1 .staff-card .staff-card__comment {
  color: #333;
  text-align: justify;
}
#staff .container .flex-box1 .staff-card .staff-card__comment p {
  margin-bottom: 1rem;
}
#staff .container .flex-box1 .staff-card .staff-card__comment p:last-child {
  margin-bottom: 0;
}
#staff .container .flex-box2 {
  display: flex;
  gap: 3rem;
  margin: 2rem auto;
  padding: 1rem;
}
#staff .container .flex-box2 .img-box {
  width: 40%;
  max-width: 160px;
  min-width: 150px;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#staff .container .flex-box2 .img-box.is-show {
  opacity: 1;
  bottom: 0;
}
#staff .container .flex-box2 .staff-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(187, 223, 237, 0.1);
  max-width: 1024px;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  position: relative;
  border: 1px solid #DDD;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
  /* 外側の線（三角） */
  /* 内側の白い三角 */
}
#staff .container .flex-box2 .staff-card.is-show {
  opacity: 1;
  bottom: 0;
}
#staff .container .flex-box2 .staff-card::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 32px;
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-right: 28px solid #ddd;
  z-index: 0;
}
#staff .container .flex-box2 .staff-card::after {
  content: "";
  position: absolute;
  left: -26px;
  top: 33px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 26px solid #fff;
  z-index: 2;
}
#staff .container .flex-box2 .staff-card .staff-card__profile {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#staff .container .flex-box2 .staff-card .staff-card__icon {
  background: linear-gradient(135deg, #bbdfed 60%, #f19fae 100%);
  color: #fff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 2px 8px rgba(187, 223, 237, 0.12);
}
#staff .container .flex-box2 .staff-card .staff-card__name {
  font-size: 1.15rem;
  font-weight: bold;
  color: #555;
}
#staff .container .flex-box2 .staff-card .staff-card__meta {
  font-size: 0.98rem;
  color: #777;
  display: inline-block;
}
#staff .container .flex-box2 .staff-card .staff-card__catch {
  font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  color: #f19fae;
  font-weight: bold;
  background: #fffbe6;
  border-radius: 5px;
  font-style: italic;
  margin-bottom: 0;
}
#staff .container .flex-box2 .staff-card .staff-card__comment {
  color: #333;
  text-align: justify;
}
#staff .container .flex-box2 .staff-card .staff-card__comment p {
  margin-bottom: 1rem;
}
#staff .container .flex-box2 .staff-card .staff-card__comment p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #staff {
    padding: 0;
  }
  #staff .container .flex-box1 {
    padding: 0;
    gap: 2rem;
  }
  #staff .container .flex-box1 .img-box {
    min-width: 80px;
    width: 70%;
    max-width: 130px;
  }
  #staff .container .flex-box1 .staff-card {
    padding: 1.5rem;
  }
  #staff .container .flex-box1 .staff-card .staff-card__catch {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  }
  #staff .container .flex-box2 {
    padding: 0;
    gap: 2rem;
    margin: 5rem auto 2rem;
  }
  #staff .container .flex-box2 .img-box {
    min-width: 80px;
    width: 60%;
    max-width: 130px;
  }
  #staff .container .flex-box2 .staff-card {
    padding: 1.5rem;
  }
  #staff .container .flex-box2 .staff-card .staff-card__catch {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  }
}
@media screen and (max-width: 480px) {
  #staff .container .flex-box1 {
    padding: 0;
    flex-direction: column-reverse;
    gap: 3rem;
    margin-bottom: 0;
  }
  #staff .container .flex-box1 .img-box {
    width: 50%;
    margin: 0 auto;
  }
  #staff .container .flex-box1 .staff-card::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    /* カード下部の横位置を調整 */
    bottom: -49px;
    /* カードの下にはみ出す */
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 28px solid #ddd;
    /* 下向きの三角形・線の色 */
    z-index: 0;
  }
  #staff .container .flex-box1 .staff-card::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* 横位置（&::beforeと合わせて調整） */
    top: auto;
    bottom: -46px;
    /* 下にはみ出す */
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 26px solid #fff;
    /* 下向きの白い三角 */
    z-index: 2;
  }
  #staff .container .flex-box1 .staff-card .staff-card__info {
    text-align: center;
  }
  #staff .container .flex-box2 {
    padding: 0;
    flex-direction: column-reverse;
    gap: 3rem;
    margin-bottom: 0;
  }
  #staff .container .flex-box2 .img-box {
    width: 50%;
    margin: 0 auto;
  }
  #staff .container .flex-box2 .staff-card::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    /* カード下部の横位置を調整 */
    bottom: -49px;
    /* カードの下にはみ出す */
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 28px solid #ddd;
    /* 下向きの三角形・線の色 */
    z-index: 0;
  }
  #staff .container .flex-box2 .staff-card::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* 横位置（&::beforeと合わせて調整） */
    top: auto;
    bottom: -46px;
    /* 下にはみ出す */
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 26px solid #fff;
    /* 下向きの白い三角 */
    z-index: 2;
  }
  #staff .container .flex-box2 .staff-card .staff-card__info {
    text-align: center;
  }
}
.accordion-header {
  cursor: pointer;
  background-color: #fff;
  padding: 1rem;
  margin: 0;
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
@media screen and (max-width: 480px) {
  .accordion-body {
    transition: none;
  }
}

.accordion-body.open {
  max-height: 1000px;
}
@media screen and (max-width: 480px) {
  .accordion-body.open {
    max-height: 100%;
  }
}

#recruitment {
  background-color: #f2f8ff;
  width: 95%;
  margin: 0 auto 2rem;
  border-radius: 1rem;
  padding-bottom: 3rem;
}
#recruitment .table-box {
  margin-bottom: 2rem;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#recruitment .table-box.is-show {
  opacity: 1;
  bottom: 0;
}
#recruitment .table-box:last-child {
  margin-bottom: 0;
}
#recruitment .table-box h3 {
  text-align: left;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
}
#recruitment .table-box h3 span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#recruitment .table-box h3 span i {
  color: #8cdd63;
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
}
#recruitment .table-box table {
  border-top: none;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  line-height: 1.5;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#recruitment .table-box table.is-show {
  opacity: 1;
  bottom: 0;
}
#recruitment .table-box table th,
#recruitment .table-box table td {
  padding: 0.8rem;
  border: 1px solid #ddd;
  vertical-align: middle;
}
#recruitment .table-box table th {
  background-color: #f9f9f9;
  font-weight: bold;
  text-align: left;
  width: 25%;
}
#recruitment .table-box table td {
  background-color: #ffffff;
  font-weight: 500;
}
#recruitment .table-box table td span {
  display: inline-block;
}
@media (max-width: 480px) {
  #recruitment .table-box table table {
    display: block;
    width: 100%;
  }
  #recruitment .table-box table th,
  #recruitment .table-box table td {
    display: block;
    width: 100%;
  }
  #recruitment .table-box table th {
    border-bottom: none;
  }
  #recruitment .table-box table td {
    margin-bottom: 1rem;
  }
}
#recruitment .table-box table td ul {
  list-style: disc;
  padding-left: 1rem;
}
#recruitment .table-box table td ul li span {
  display: inline-block;
}
#recruitment .table-box table td .attention {
  margin-bottom: 10px;
}
#recruitment .table-box table td .salary {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #recruitment .table-box table th {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  #recruitment {
    padding-bottom: 0;
  }
  #recruitment .container {
    padding-bottom: 3rem;
  }
  #recruitment .table-box {
    margin-bottom: 3rem;
  }
  #recruitment .table-box table {
    margin-bottom: 0;
  }
  #recruitment .table-box table th {
    width: 100%;
  }
}
#recruit {
  position: relative;
  overflow: hidden;
  background-color: #f2fff3;
  width: 95%;
  margin: 0 auto 2rem;
  border-radius: 1rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  #recruit {
    padding-bottom: 0;
  }
}
#recruit .contact__warp--formbox {
  width: 95%;
  margin: 5rem auto 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
  max-width: 1024px;
  padding: 60px 70px;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #ddd;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
#recruit .contact__warp--formbox.is-show {
  opacity: 1;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  #recruit .contact__warp--formbox {
    margin: 2rem auto;
  }
}
#recruit .contact__warp--formbox .section-title-pop {
  margin: 0 auto 5rem;
}
#recruit .contact__warp--formbox--list {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  width: 100%;
}
#recruit .contact__warp--formbox--list--title {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #333;
  font-weight: bold;
}
#recruit .contact__warp--formbox--list--title p {
  margin-left: 1rem;
  font-size: 1rem;
  color: #666;
}
#recruit .contact__warp--formbox--list--title span {
  font-size: 0.75rem;
  color: #ff6347;
  padding: 0.25rem 0.5rem;
}
#recruit .contact__warp--formbox--list--contents {
  display: flex;
  align-items: center;
  padding: 0;
}
#recruit .contact__warp--formbox--list--contents input[type=text],
#recruit .contact__warp--formbox--list--contents input[type=email],
#recruit .contact__warp--formbox--list--contents input[type=tel],
#recruit .contact__warp--formbox--list--contents select,
#recruit .contact__warp--formbox--list--contents textarea {
  width: 100%;
  padding: 0.75rem;
  border: none;
  border-bottom: 2px solid #ccc;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
#recruit .contact__warp--formbox--list--contents input[type=text]:focus,
#recruit .contact__warp--formbox--list--contents input[type=email]:focus,
#recruit .contact__warp--formbox--list--contents input[type=tel]:focus,
#recruit .contact__warp--formbox--list--contents select:focus,
#recruit .contact__warp--formbox--list--contents textarea:focus {
  border-bottom-color: #333;
  outline: none;
}
#recruit .contact__warp--formbox--list--contents input[type=file] {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  margin-top: 0.5rem;
  width: 100%;
}
#recruit .contact__warp--formbox--list--contents .image-preview {
  display: flex;
  gap: 10px;
  margin-top: 1rem;
  flex-wrap: wrap;
}
#recruit .contact__warp--formbox--list--contents .image-preview img {
  border: 1px solid #ccc;
  border-radius: 4px;
  max-width: 100px;
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  /* サムネイル画像を整形 */
}
#recruit .contact__warp--formbox--list--contents input[type=date] {
  width: 80%;
  padding: 0.75rem;
  border: none;
  border-bottom: 2px solid #ccc;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
#recruit .contact__warp--formbox--list--contents input[type=date]:focus {
  border-bottom-color: #333;
  outline: none;
}
#recruit .contact__warp--formbox--list--contents .time_period {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  white-space: nowrap;
}
#recruit .contact__warp--formbox--list--contents .time_period input[type=radio] + label {
  margin-right: 2rem;
}
#recruit .contact__warp--formbox--list--contents .time_period input[type=radio] {
  margin: 0;
}
#recruit .contact__warp--formbox--list--contents .time_period label {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  color: #333;
  font-weight: 500;
  padding: 0.5rem;
  transition: opacity 0.3s ease;
}
#recruit .contact__warp--formbox--list--contents .time_period label:hover {
  opacity: 0.5;
}
#recruit .contact__warp--formbox--list--contents .time_period input[type=date] {
  margin-left: 1rem;
  width: auto;
}
#recruit .contact__warp--formbox--list--contents ::-moz-placeholder {
  color: #aaa;
}
#recruit .contact__warp--formbox--list--contents ::placeholder {
  color: #aaa;
}
#recruit .contact__warp--formbox--list--contents input[type=radio]:checked + label,
#recruit .contact__warp--formbox--list--contents input[type=checkbox]:checked + label {
  background-color: #e0e0e0;
  border-bottom: 1px solid #ccc;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#recruit .contact__warp--formbox--list--contents--checkbox {
  width: 100%;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
#recruit .contact__warp--formbox--list--contents--checkbox li {
  width: calc(33.3333333333% - 0.6666666667rem);
}
#recruit .contact__warp--formbox--list--contents--checkbox li label {
  width: 100%;
  padding: 0.5rem 1rem;
  border-bottom: 2px solid #ccc;
  transition: border-color 0.3s ease;
}
#recruit .contact__warp--formbox--list--contents--checkbox li label:hover {
  border-bottom-color: #007bff;
}
#recruit .contact__warp--formbox--list--contents#date-time {
  position: relative;
}
#recruit .contact__warp--formbox--list--contents#date-time::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 1rem;
  background-image: url(../../img/common/date.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#recruit .contact__warp--formbox--list .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
#recruit .contact__warp--formbox--list .form-group input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
#recruit .contact__warp--formbox--list .checkbox-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 1rem;
}
#recruit .contact__warp--formbox--list .checkbox-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  /* ラベルにカーソルを当てるとクリック可能な状態にする */
  color: #333;
  font-weight: 400;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
#recruit .contact__warp--formbox--list .form-group input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  vertical-align: middle;
  /* 追加 */
}
#recruit .contact__warp--formbox--list .radio-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#recruit .contact__warp--formbox--list .radio-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  /* ラベルにカーソルを当てるとクリック可能な状態にする */
  color: #ffffff;
  font-weight: 500;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  margin-right: 2rem;
  color: #333;
}
#recruit .contact__warp--privacy {
  width: 90%;
  margin: 2rem auto 0;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#recruit .contact__warp--privacy.is-show {
  opacity: 1;
  bottom: 0;
}
#recruit .contact__warp--privacy h2 {
  border-bottom: solid 0.5px #333;
  margin: 0 0 2rem 0;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 1rem;
}
#recruit .contact__warp--privacy h2::after {
  display: none;
}
#recruit .contact__warp--privacy h2 > p {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  line-height: 1.2;
  color: #333;
}
#recruit .contact__warp--privacy h2 > p > b {
  display: inline-block;
  font-weight: bold;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
}
#recruit .contact__warp--privacy h3 {
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  text-align: left;
  margin: 0;
}
#recruit .contact__warp--privacy h4 {
  line-height: 1.5;
}
#recruit .contact__warp--privacy strong {
  line-height: 1.5;
}
#recruit .contact__warp--privacy--box {
  padding: 2rem;
  margin: 0 5rem;
  border: solid 1px rgba(0, 160, 233, 0.1);
  height: 400px;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  background-color: #ffffff;
}
#recruit .contact__warp--privacy--box > p {
  margin: 0 0 1rem;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
#recruit .contact__warp--privacy--box--fast {
  line-height: 1.4;
  margin: 0 0 1rem;
}
#recruit .contact__warp--privacy--box--listbox {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
#recruit .contact__warp--privacy--box--listbox--list {
  width: 100%;
  margin: 0 0 1rem;
}
#recruit .contact__warp--privacy--box--listbox--list h4 {
  padding-bottom: 8px;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  position: relative;
  overflow: hidden;
  line-height: 1;
  color: #333;
}
#recruit .contact__warp--privacy--box--listbox--list h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #333;
  /*ピンク*/
}
#recruit .contact__warp--privacy--box--listbox--list h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #dddddd;
  /*薄ピンク*/
}
#recruit .contact__warp--privacy--box--listbox--list > p {
  margin: 0.5rem 0;
  line-height: 1.4;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
#recruit .contact__warp--privacy--box--listbox--list--sulistbox {
  width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
  padding: 1rem 0rem 1rem 1rem;
  margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  counter-reset: cnt;
}
#recruit .contact__warp--privacy--box--listbox--list--sulistbox > li {
  margin: 0 0 0.5rem;
  line-height: 1.5;
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -1rem;
  padding: 0;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
#recruit .contact__warp--privacy--box--listbox--list--sulistbox > li::before {
  display: marker;
  content: "" counter(cnt) ".";
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
#recruit .contact__warp--privacy--box--listbox--list--sulistbox > li:first-child::before {
  margin: 0 0.05rem 0 0.1rem;
}
#recruit .contact__warp--privacy--box--listbox--list--sulistbox > li:last-child {
  margin: 0;
}
#recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist {
  width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
  padding: 1rem 0rem 1rem 1rem;
  margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  text-indent: -1.8rem;
  counter-reset: kana;
}
#recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li {
  counter-increment: kana;
  margin: 0 0 0.5rem;
  line-height: 1.1;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
#recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li::before {
  display: marker;
  content: "(" counter(kana, katakana) ")";
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
#recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist {
  width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
  padding: 1rem 0rem 1rem 1rem;
  margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  text-indent: -1.8rem;
  counter-reset: marusu;
}
#recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li {
  line-height: 1.1;
  padding-left: 30px;
  position: relative;
  counter-increment: marusu;
  margin: 0 0 0.5rem;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
#recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:first-child::before {
  margin: 0 0 0 0.05rem;
}
#recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:nth-child(5)::before {
  margin: 0.05rem 0 0 0;
}
#recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:last-child {
  margin: 0;
}
#recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li::before {
  content: counter(marusu);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li::after {
  content: "";
  border: 1px solid #333;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 49%;
  left: -22px;
  transform: translateY(-51%);
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
}
#recruit .contact__warp--privacy--box--listbox--list--table {
  width: 100%;
  height: auto;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  margin: 1rem 0 0 0;
}
#recruit .contact__warp--privacy--box--listbox--list--table tbody tr th {
  width: 120px;
  background-color: rgba(255, 217, 0, 0.1);
  padding: 0.25rem 1rem;
  font-weight: normal;
  border-bottom: solid 1px rgba(255, 217, 0, 0.1);
}
#recruit .contact__warp--privacy--box--listbox--list--table tbody tr td {
  width: calc(100% - 120px);
  padding: 0.25rem 1rem;
  border-bottom: solid 1px rgba(255, 217, 0, 0.1);
}
#recruit .contact__warp--privacy--checks {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
}
#recruit .contact__warp--privacy--checks--checkbox {
  color: #333;
}
#recruit .contact__warp--privacy--checks input[type=checkbox] {
  display: none;
}
#recruit .contact__warp--privacy--checks input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px "Kosugi Maru", sans-serif;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#recruit .contact__warp--privacy--checks input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}
#recruit .contact__warp--privacy--checks input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  transition: all 0.12s, border-color 0.08s;
}
#recruit .contact__warp--privacy--checks input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}
#recruit .contact__warp--privacy--attention {
  margin: 2rem 0;
}
#recruit .contact__warp--privacy--attention p {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  line-height: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  text-indent: -0.9rem;
  padding-left: 0.9rem;
  width: 80%;
  text-align: justify;
  line-height: 1.5;
  margin: 0 auto;
}
#recruit .contact__warp--submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 4rem;
}
#recruit .contact__warp--submit--button {
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5rem 2rem;
  background-color: #f19fae;
  color: #ffffff;
  border: 1px solid #f19fae;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
}
#recruit .contact__warp--submit--button:hover {
  background-color: #ffffff;
  color: #f19fae;
}

@media screen and (max-width: 1024px) {
  #recruit .contact__warp {
    padding: 0rem;
  }
  #recruit .contact__warp--formbox {
    padding: 3rem 5rem;
  }
  #recruit .contact__warp--formbox--list--contents {
    width: 100%;
    display: flex;
    align-items: center;
  }
  #recruit .contact__warp--formbox--list .filebox input[type=file] {
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  #recruit .contact__warp--formbox--list--contents--checkbox li {
    width: calc(50% - 0.5rem);
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #recruit .contact__warp--formbox {
    padding: 2rem 3rem;
  }
  #recruit .contact__warp--formbox--list {
    display: flex;
    flex-flow: column;
  }
  #recruit .contact__warp--formbox--list--title {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    margin: 0 0 0.25rem;
    padding-left: 0;
  }
  #recruit .contact__warp--formbox--list--title p {
    margin: 0 0 0 1rem;
  }
  #recruit .contact__warp--formbox--list--title label {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  }
  #recruit .contact__warp--formbox--list--title span {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.25rem;
  }
  #recruit .contact__warp--formbox--list--contents {
    display: flex;
    align-items: center;
    padding: 0;
  }
  #recruit .contact__warp--formbox--list--contents input[type=text],
  #recruit .contact__warp--formbox--list--contents input[type=email],
  #recruit .contact__warp--formbox--list--contents input[type=tel],
  #recruit .contact__warp--formbox--list--contents select,
  #recruit .contact__warp--formbox--list--contents textarea {
    width: 100%;
    padding: 0.75rem;
    border: none;
    border-bottom: 2px solid #ccc;
    font-size: 1rem;
    transition: border-color 0.3s ease;
  }
  #recruit .contact__warp--formbox--list--contents input[type=text]:focus,
  #recruit .contact__warp--formbox--list--contents input[type=email]:focus,
  #recruit .contact__warp--formbox--list--contents input[type=tel]:focus,
  #recruit .contact__warp--formbox--list--contents select:focus,
  #recruit .contact__warp--formbox--list--contents textarea:focus {
    border-bottom-color: #333;
    outline: none;
  }
  #recruit .contact__warp--formbox--list--contents input[type=date] {
    width: 80%;
    padding: 0.75rem;
    border: none;
    border-bottom: 2px solid #ccc;
    font-size: 1rem;
    transition: border-color 0.3s ease;
  }
  #recruit .contact__warp--formbox--list--contents input[type=date]:focus {
    border-bottom-color: #333;
    outline: none;
  }
  #recruit .contact__warp--formbox--list--contents .time_period {
    display: flex;
    align-items: flex-end;
    gap: 0rem;
    white-space: nowrap;
  }
  #recruit .contact__warp--formbox--list--contents .time_period input[type=radio] + label {
    margin-right: 2rem;
  }
  #recruit .contact__warp--formbox--list--contents .time_period input[type=radio] {
    margin: 0;
  }
  #recruit .contact__warp--formbox--list--contents .time_period label {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    color: #333;
    font-weight: 500;
    padding: 0.5rem;
    transition: opacity 0.3s ease;
  }
  #recruit .contact__warp--formbox--list--contents .time_period label:hover {
    opacity: 0.5;
  }
  #recruit .contact__warp--formbox--list--contents .time_period input[type=date] {
    margin-left: 1rem;
    width: auto;
  }
  #recruit .contact__warp--formbox--list--contents ::-moz-placeholder {
    color: #aaa;
  }
  #recruit .contact__warp--formbox--list--contents ::placeholder {
    color: #aaa;
  }
  #recruit .contact__warp--formbox--list--contents input[type=radio]:checked + label,
  #recruit .contact__warp--formbox--list--contents input[type=checkbox]:checked + label {
    background-color: #e0e0e0;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  #recruit .contact__warp--formbox--list--contents--checkbox {
    width: 100%;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }
  #recruit .contact__warp--formbox--list--contents--checkbox li {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
  #recruit .contact__warp--formbox--list--contents--checkbox li label {
    width: 100%;
    padding: 0.5rem 1rem;
    border-bottom: 2px solid #ccc;
    transition: border-color 0.3s ease;
  }
  #recruit .contact__warp--formbox--list--contents--checkbox li label:hover {
    border-bottom-color: #007bff;
  }
  #recruit .contact__warp--privacy h2 {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
    border-bottom: solid 0.5px #333;
    margin: 0 0 2rem 0;
  }
  #recruit .contact__warp--privacy--box {
    padding: 2rem 2rem 2rem 1rem;
    margin: 0 1rem;
    height: 300px;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
  #recruit .contact__warp--privacy--box p {
    margin: 0 0 1rem;
    text-align: justify;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  #recruit .contact__warp--privacy--box--listbox {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  #recruit .contact__warp--privacy--box--listbox--list {
    width: 100%;
    margin: 0 0 1rem;
  }
  #recruit .contact__warp--privacy--box--listbox--list h4 {
    padding-bottom: 8px;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    position: relative;
    overflow: hidden;
    line-height: 1;
    color: #333;
  }
  #recruit .contact__warp--privacy--box--listbox--list h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    /*ピンク*/
  }
  #recruit .contact__warp--privacy--box--listbox--list h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #dddddd;
    /*薄ピンク*/
  }
  #recruit .contact__warp--privacy--box--listbox--list > p {
    margin: 0.5rem 0;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    counter-reset: cnt;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox > li {
    margin: 0 0 0.5rem;
    line-height: 1.1;
    list-style-type: none;
    counter-increment: cnt;
    text-indent: -1rem;
    padding: 0;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox > li::before {
    display: marker;
    content: "" counter(cnt) ".";
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox > li:first-child::before {
    margin: 0 0.05rem 0 0.1rem;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox > li:last-child {
    margin: 0;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    text-indent: -1.8rem;
    counter-reset: kana;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li {
    counter-increment: kana;
    margin: 0 0 0.5rem;
    line-height: 1.1;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li::before {
    display: marker;
    content: "(" counter(kana, katakana) ")";
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    text-indent: 0rem;
    counter-reset: marusu;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li {
    line-height: 1.1;
    padding-left: 0px;
    position: relative;
    counter-increment: marusu;
    margin: 0 0 0.5rem;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:first-child::before {
    margin: 0 0 0 0.05rem;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:nth-child(5)::before {
    margin: 0.05rem 0 0 0;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:last-child {
    margin: 0;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li::before {
    content: counter(marusu);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li::after {
    content: "";
    border: 1px solid #333;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 49%;
    left: -22px;
    transform: translateY(-51%);
    -webkit-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
  }
  #recruit .contact__warp--privacy--box--listbox--list--table {
    width: 100%;
    height: auto;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    margin: 1rem 0 0 0;
    display: block;
  }
  #recruit .contact__warp--privacy--box--listbox--list--table caption {
    display: block;
    width: 100%;
  }
  #recruit .contact__warp--privacy--box--listbox--list--table tbody {
    display: block;
    width: 100%;
  }
  #recruit .contact__warp--privacy--box--listbox--list--table tbody tr {
    display: block;
    width: 100%;
  }
  #recruit .contact__warp--privacy--box--listbox--list--table tbody tr th {
    display: block;
    width: 100%;
    background-color: rgba(255, 217, 0, 0.1);
    padding: 0.25rem 1rem;
    font-weight: normal;
    border-bottom: solid 1px rgba(255, 217, 0, 0.1);
  }
  #recruit .contact__warp--privacy--box--listbox--list--table tbody tr td {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    border-bottom: solid 1px rgba(255, 217, 0, 0.1);
  }
  #recruit .contact__warp--privacy--checks {
    width: -moz-fit-content;
    width: fit-content;
    margin: 2rem auto 0;
  }
  #recruit .contact__warp--privacy--checks--checkbox {
    color: #333;
  }
  #recruit .contact__warp--privacy--checks input[type=checkbox] {
    display: none;
  }
  #recruit .contact__warp--privacy--checks input[type=checkbox] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px "Kosugi Maru", sans-serif;
    color: #333;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  #recruit .contact__warp--privacy--checks input[type=checkbox] + label:last-child {
    margin-bottom: 0;
  }
  #recruit .contact__warp--privacy--checks input[type=checkbox] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    transition: all 0.12s, border-color 0.08s;
  }
  #recruit .contact__warp--privacy--checks input[type=checkbox]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
  }
  #recruit .contact__warp--privacy--attention {
    margin: 2rem 0;
  }
  #recruit .contact__warp--privacy--attention p {
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    line-height: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    text-indent: -0.9rem;
    padding-left: 0.9rem;
    line-height: 1.5;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #recruit h2 br {
    display: block;
  }
  #recruit .contact__warp--formbox {
    padding: 2rem;
  }
  #recruit .contact__warp--formbox--list--contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  #recruit .contact__warp--formbox--list--contents input[type=text],
  #recruit .contact__warp--formbox--list--contents input[type=email],
  #recruit .contact__warp--formbox--list--contents input[type=tel],
  #recruit .contact__warp--formbox--list--contents select,
  #recruit .contact__warp--formbox--list--contents textarea {
    width: 100%;
    padding: 0.75rem;
    border: none;
    border-bottom: 2px solid #ccc;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    transition: border-color 0.3s ease;
  }
  #recruit .contact__warp--formbox--list--contents input[type=text]:focus,
  #recruit .contact__warp--formbox--list--contents input[type=email]:focus,
  #recruit .contact__warp--formbox--list--contents input[type=tel]:focus,
  #recruit .contact__warp--formbox--list--contents select:focus,
  #recruit .contact__warp--formbox--list--contents textarea:focus {
    border-bottom-color: #333;
    outline: none;
  }
  #recruit .contact__warp--formbox--list--contents input[type=date] {
    width: 100%;
    padding: 0.75rem;
    border: none;
    border-bottom: 2px solid #ccc;
    font-size: 1rem;
    transition: border-color 0.3s ease;
  }
  #recruit .contact__warp--formbox--list--contents input[type=date]:focus {
    border-bottom-color: #333;
    outline: none;
  }
  #recruit .contact__warp--formbox--list--contents .time_period {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    white-space: nowrap;
  }
  #recruit .contact__warp--formbox--list--contents .time_period input[type=radio] + label {
    margin-right: 2rem;
  }
  #recruit .contact__warp--formbox--list--contents .time_period input[type=radio] {
    margin: 0;
  }
  #recruit .contact__warp--formbox--list--contents .time_period label {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    color: #333;
    font-weight: 500;
    padding: 0.5rem;
    transition: opacity 0.3s ease;
  }
  #recruit .contact__warp--formbox--list--contents .time_period label:hover {
    opacity: 0.5;
  }
  #recruit .contact__warp--formbox--list--contents .time_period input[type=date] {
    margin-left: 1rem;
    width: auto;
  }
  #recruit .contact__warp--formbox--list--contents ::-moz-placeholder {
    color: #aaa;
  }
  #recruit .contact__warp--formbox--list--contents ::placeholder {
    color: #aaa;
  }
  #recruit .contact__warp--formbox--list--contents input[type=radio]:checked + label,
  #recruit .contact__warp--formbox--list--contents input[type=checkbox]:checked + label {
    background-color: #e0e0e0;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  #recruit .contact__warp--formbox--list--contents--checkbox {
    width: 100%;
    display: flex;
    gap: 0rem;
    flex-wrap: wrap;
  }
  #recruit .contact__warp--formbox--list--contents--checkbox li {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
  #recruit .contact__warp--formbox--list--contents--checkbox li label {
    width: 100%;
    padding: 0.5rem 1rem;
    border-bottom: 2px solid #ccc;
    transition: border-color 0.3s ease;
  }
  #recruit .contact__warp--formbox--list--contents--checkbox li label:hover {
    border-bottom-color: #007bff;
  }
  #recruit .contact__warp--privacy {
    width: 95%;
  }
  #recruit .contact__warp--privacy h2 {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
    border-bottom: solid 1px #333;
    margin: 0 0 2rem 0;
  }
  #recruit .contact__warp--privacy--box {
    padding: 0 2rem 2rem 1rem;
    margin: 2rem 0;
    height: 300px;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
  #recruit .contact__warp--privacy--box p {
    margin: 0 0 1rem;
  }
  #recruit .contact__warp--privacy--box--listbox {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  #recruit .contact__warp--privacy--box--listbox--list {
    width: 100%;
    margin: 0 0 1rem;
  }
  #recruit .contact__warp--privacy--box--listbox--list h4 {
    padding-bottom: 8px;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    position: relative;
    overflow: hidden;
    line-height: 1.5;
    color: #333;
  }
  #recruit .contact__warp--privacy--box--listbox--list h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    /*ピンク*/
  }
  #recruit .contact__warp--privacy--box--listbox--list h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #dddddd;
    /*薄ピンク*/
  }
  #recruit .contact__warp--privacy--box--listbox--list > p {
    margin: 0.5rem 0;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    counter-reset: cnt;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox > li {
    margin: 0 0 0.5rem;
    line-height: 1.1;
    list-style-type: none;
    counter-increment: cnt;
    text-indent: -1rem;
    padding: 0;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox > li::before {
    display: marker;
    content: "" counter(cnt) ".";
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox > li:first-child::before {
    margin: 0 0.05rem 0 0.1rem;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox > li:last-child {
    margin: 0;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    text-indent: -1.8rem;
    counter-reset: kana;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li {
    counter-increment: kana;
    margin: 0 0 0.5rem;
    line-height: 1.1;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li::before {
    display: marker;
    content: "(" counter(kana, katakana) ")";
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    text-indent: 0rem;
    counter-reset: marusu;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li {
    line-height: 1.1;
    padding-left: 0px;
    position: relative;
    counter-increment: marusu;
    margin: 0 0 0.5rem;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:first-child::before {
    margin: 0 0 0 0.05rem;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:nth-child(5)::before {
    margin: 0.05rem 0 0 0;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:last-child {
    margin: 0;
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li::before {
    content: counter(marusu);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #recruit .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li::after {
    content: "";
    border: 1px solid #333;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 49%;
    left: -22px;
    transform: translateY(-51%);
    -webkit-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
  }
  #recruit .contact__warp--privacy--box--listbox--list--table {
    width: 100%;
    height: auto;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    margin: 1rem 0 0 0;
    display: block;
  }
  #recruit .contact__warp--privacy--box--listbox--list--table caption {
    display: block;
    width: 100%;
  }
  #recruit .contact__warp--privacy--box--listbox--list--table tbody {
    display: block;
    width: 100%;
  }
  #recruit .contact__warp--privacy--box--listbox--list--table tbody tr {
    display: block;
    width: 100%;
  }
  #recruit .contact__warp--privacy--box--listbox--list--table tbody tr th {
    display: block;
    width: 100%;
    background-color: rgba(255, 217, 0, 0.1);
    padding: 0.25rem 1rem;
    font-weight: normal;
    border-bottom: solid 1px rgba(255, 217, 0, 0.1);
  }
  #recruit .contact__warp--privacy--box--listbox--list--table tbody tr td {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    border-bottom: solid 1px rgba(255, 217, 0, 0.1);
  }
  #recruit .contact__warp--privacy--checks {
    width: -moz-fit-content;
    width: fit-content;
    margin: 2rem auto 0;
  }
  #recruit .contact__warp--privacy--checks--checkbox {
    color: #333;
  }
  #recruit .contact__warp--privacy--checks input[type=checkbox] {
    display: none;
  }
  #recruit .contact__warp--privacy--checks input[type=checkbox] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px "Kosugi Maru", sans-serif;
    color: #333;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  #recruit .contact__warp--privacy--checks input[type=checkbox] + label:last-child {
    margin-bottom: 0;
  }
  #recruit .contact__warp--privacy--checks input[type=checkbox] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    transition: all 0.12s, border-color 0.08s;
  }
  #recruit .contact__warp--privacy--checks input[type=checkbox]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
  }
  #recruit .contact__warp--privacy--attention {
    margin: 2rem 0;
  }
  #recruit .contact__warp--privacy--attention p {
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    line-height: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    text-indent: -0.9rem;
    padding-left: 0.9rem;
    line-height: 1.5;
  }
}
.simplebar-track {
  background: #E5E5E5;
  /* バーの背景色を設定できます*/
  border-radius: 10px;
  /* バーに丸みをもたせる*/
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
  /* デフォルトだと薄くなっています。*/
}

.simplebar-track .simplebar-scrollbar::before {
  background: #333;
  /* ここでバーの色を設定 */
}

#thanks {
  background-color: #fff2f5;
  width: 95%;
  margin: 0 auto 2rem;
  border-radius: 1rem;
  padding: 2rem 0;
}
#thanks .thanks__warp {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#thanks .thanks__warp.is-show {
  opacity: 1;
  bottom: 0;
}
#thanks .thanks__warp h2 span {
  display: inline-block;
}
#thanks .thanks__warp--comment {
  margin: 1rem 0 0 0;
}
#thanks .thanks__warp--comment p {
  line-height: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  text-align: justify;
}
#thanks .thanks__warp--message {
  margin: 2rem 0;
  border: solid 1px #f19fae;
  padding: 2rem;
  background-color: #ffffff;
}
#thanks .thanks__warp--message p {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}

#err .err__warp {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#err .err__warp.is-show {
  opacity: 1;
  bottom: 0;
}
#err .err__warp--comment {
  margin: 0 0 0 0;
}
#err .err__warp--address {
  margin: 2rem 0;
  border: solid 1px #f19fae;
  padding: 1rem;
}
#err .err__warp--address table {
  width: 100%;
}
#err .err__warp--address table tbody tr th {
  width: 140px;
  background-color: #333;
  color: #ffffff;
  font-weight: normal;
  vertical-align: middle;
  padding: 1rem;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#err .err__warp--address table tbody tr td {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  width: calc(100% - 140px);
  padding: 1rem;
  border-bottom: solid 1px #333;
  background-color: #ffffff;
}

@media screen and (max-width: 480px) {
  #err .err__warp--address table tbody tr th {
    width: 90px;
  }
  #err .err__warp--address table tbody tr td {
    width: calc(100% - 90px);
  }
}
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #333;
  -webkit-clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
          clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
}
#carousel .carousel__warp h2 {
  margin: 0 auto 4rem;
}
#carousel .carousel__warp--slider {
  overflow: hidden;
}
#carousel .carousel__warp--slider--box {
  transition-timing-function: linear;
}
#carousel .carousel__warp--slider--box--list {
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#carousel .carousel__warp--slider--box--list img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#carousel .carousel__warp--link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#carousel .carousel__warp--link a {
  margin: 2rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  background-color: #333;
  border: solid 1px #333;
  color: #f19fae;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #f19fae;
  color: #333;
}

#modal {
  padding: 5rem 0 15rem 0;
  position: relative;
  margin: 0 3rem 3rem;
  width: calc(100% - 6rem);
}
#modal::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "coating gallery";
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(4rem, 3.5rem + 2.5vw, 6.5rem);
  writing-mode: vertical-rl;
  text-wrap: nowrap;
  line-height: 1;
  z-index: 1;
}
#modal .modal__warp {
  /* モーダルを開くボタン */
  /* モーダル本体 */
  /* モーダルを閉じるボタン */
  /* モーダル内のコンテンツ */
}
#modal .modal__warp h2 {
  margin: 0 auto 4rem;
}
#modal .modal__warp .modal {
  padding: 0 0;
}
#modal .modal__warp .inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}
#modal .modal__warp .inner > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#modal .modal__warp .inner > ul > li {
  width: calc(25% - 20px);
  margin-top: unset !important;
  margin: 0 10px 20px;
}
#modal .modal__warp .inner > ul > li figure {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#modal .modal__warp .inner > ul > li figure img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 1s;
}
#modal .modal__warp .inner > ul > li figure:hover img {
  scale: 1.15;
}
#modal .modal__warp .modal__trigger {
  cursor: pointer;
}
#modal .modal__warp .modal__trigger:nth-child(n+2) {
  margin-top: 60px;
}
#modal .modal__warp .modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
#modal .modal__warp .modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}
#modal .modal__warp .modal__container {
  position: absolute;
  top: calc(50% + 46px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 1000px);
  height: calc(80vh - 40px);
  padding: 20px;
  background: #fff;
}
#modal .modal__warp .modal__inner {
  position: relative;
  overflow-y: scroll;
  height: calc(100% - 50px);
  padding: 0px 20px 20px 20px;
  margin: 50px 0 0 0;
}
#modal .modal__warp .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgb(50, 50, 50);
  cursor: pointer;
  transition: opacity 0.6s;
  z-index: 999;
}
#modal .modal__warp .modal__close:hover {
  opacity: 0.6;
}
#modal .modal__warp .modal__close:before,
#modal .modal__warp .modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
#modal .modal__warp .modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#modal .modal__warp .modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#modal .modal__warp .modal__content .modal__title {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
}
#modal .modal__warp .modal__content .modal__text {
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}

.calender__content table {
  border: #333 2px solid;
  width: 100%;
}
.calender__content table tbody tr {
  border-bottom: #333 2px solid;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calender__content table tbody tr th,
.calender__content table tbody tr td {
  border-right: #333 2px solid;
}
.calender__content table tbody tr th:last-child,
.calender__content table tbody tr td:last-child {
  border-right: none;
}
.calender__content table tbody tr th {
  padding: 5px 0px;
  text-align: center;
  background-color: #f19fae;
}
.calender__content table tbody tr td {
  min-height: 70px;
  text-align: left;
  padding: 5px;
  padding-top: 0;
  container-type: inline-size;
}
.calender__content table tbody tr td .date {
  font-weight: bold;
  color: #333;
}
.calender__content table tbody tr td.sat .date {
  color: blue;
}
.calender__content table tbody tr td.holiday .date, .calender__content table tbody tr td.sun .date {
  color: red;
}
.calender__content table tbody tr td.close {
  background-color: #ffe0eb;
}
.calender__content table tbody tr td.close2 {
  background-color: #ffff8b;
}
.calender__content table tbody tr td.close3 {
  background-color: #c8e7fa;
}
.calender__content table tbody tr td.close4 {
  background-color: #c8ffc8;
}
.calender__content table tbody tr td.close5 {
  background-color: #eee5d7;
}
.calender__content table tbody tr td.close6 {
  background-color: #ffd700;
}
@container (max-width: 60px) {
  .calender__content table tbody tr td .event-button {
    font-size: 30cqi;
    padding: 3cqi 5cqi;
  }
}
.calender__content table tbody tr:last-child {
  border-bottom: none;
}
.calender__content .event-button {
  background: #007bff;
  color: white;
  border: none;
  padding: 2px 8px;
  border-radius: 4px;
  cursor: pointer;
  margin: 2px 0;
  font-size: 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.calender__content .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: calc(infinity);
}
.calender__content .modal-content {
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 5px;
  max-width: 500px;
  width: 90%;
}
.calender__content .close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
}
.calender__content .modal-title {
  margin-bottom: 15px;
  padding-right: 20px;
}
.calender__content .modal-events {
  margin-top: 10px;
}
.calender__content .modal-events a {
  color: blue;
  text-decoration: underline;
}
.calender__content .cms_calendar {
  margin-bottom: 20px;
  display: none;
}
.calender__content .cms_calendar.current-month {
  display: block;
}
.calender__content .cms_calendar .past {
  background-color: #f5f5f5;
}
.calender__content .cms_calendar .close {
  background-color: #ffe6e6;
}
.calender__content .cms_calendar .date {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.calender__content .d_null {
  background-color: #d8d8d8;
}
.calender__content .calender__btn {
  display: grid;
  grid-template-columns: auto 1fr auto;
  margin-bottom: 20px;
}
.calender__content .calender__btn #prev {
  grid-row: 1/2;
  grid-column: 1/2;
  display: none;
}
.calender__content .calender__btn #next {
  grid-row: 1/2;
  grid-column: 3/4;
}
.calender__content .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.calender__content .calender__note {
  margin-top: 30px;
}

#calender {
  padding: 120px 0;
}
#calender .section {
  width: 80%;
  max-width: 1280px;
  margin-inline: auto;
}

body:has(#eventModal.open) {
  overflow: hidden;
}
body:has(#eventModal.open) header,
body:has(#eventModal.open) #floating,
body:has(#eventModal.open) #page-top {
  display: none;
}

#back-to-top {
  display: none;
  /* 初期状態では非表示 */
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ffe14f;
  color: #ffffff;
  border: 2px solid #ffe14f;
  padding: 15px;
  border-radius: 50%;
  /* 丸いボタン */
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  /* モダンなデザインのため少し大きめのフォント */
  width: 65px;
  /* タップしやすいように固定幅を指定 */
  height: 65px;
  /* タップしやすいように固定高さを指定 */
  display: flex;
  /* 中央揃えのためにflexboxを使用 */
  align-items: center;
  justify-content: center;
  opacity: 0;
  /* 初期状態で透明に */
  transition: opacity 0.5s ease, transform 0.3s ease;
  /* フェードアウトと拡大のトランジション */
  z-index: 1000;
  /* 他の要素よりも前面に表示 */
}
#back-to-top i {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
}

#back-to-top.show {
  display: flex;
  /* 表示するためにdisplayをflexに */
  opacity: 1;
  /* 不透明に */
}

#back-to-top:hover {
  background-color: #ffffff;
  color: #ffe14f;
  transform: scale(1.1);
  /* ホバー時に少し拡大 */
}

/* レスポンシブ対応: 画面幅が600px以下の場合 */
@media (max-width: 768px) {
  #back-to-top {
    bottom: 100px;
    right: 15px;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  #back-to-top {
    right: 15px;
    font-size: 18px;
  }
}
/* レスポンシブ対応: 画面幅が400px以下の場合 */
@media (max-width: 480px) {
  #back-to-top {
    bottom: 130px;
    right: 10px;
  }
}
#footer {
  position: relative;
  background: #fdf6f0;
}
#footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("image.jpg") no-repeat center/cover;
  z-index: 1;
  opacity: 0.5;
  pointer-events: none;
}
#footer .footer-section {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 3rem 1rem 0;
  gap: 1rem;
}
#footer .footer-section .footer__warp {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  gap: 3rem;
}
#footer .footer-section .footer__warp .left .footer__warp--box--logo {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2rem;
}
#footer .footer-section .footer__warp .left .footer__warp--box--logo a.text {
  margin: 1rem 0;
  display: flex;
  gap: 5px;
  flex-direction: column;
  text-decoration: none;
  transition: opacity 0.5s ease;
  width: -moz-fit-content;
  width: fit-content;
  /* 上部：法人名 */
  /* 下部：ロゴ画像とテキスト横並び */
}
#footer .footer-section .footer__warp .left .footer__warp--box--logo a.text:hover {
  opacity: 0.5;
}
#footer .footer-section .footer__warp .left .footer__warp--box--logo a.text > p {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  filter: drop-shadow(-1px -1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(1px 1px 0 #fff) drop-shadow(0px -1px 0 #fff) drop-shadow(0px 1px 0 #fff) drop-shadow(-1px 0px 0 #fff) drop-shadow(1px 0px 0 #fff);
  text-align: center;
}
#footer .footer-section .footer__warp .left .footer__warp--box--logo a.text > p span {
  display: inline-block;
}
#footer .footer-section .footer__warp .left .footer__warp--box--logo a.text > figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  gap: 10px;
  /* テキスト本体 */
  /* 各文字のカスタマイズ */
}
#footer .footer-section .footer__warp .left .footer__warp--box--logo a.text > figure img {
  width: 90%;
  max-width: 80px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#footer .footer-section .footer__warp .left .footer__warp--box--logo a.text > figure .logo-text {
  font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
  font-weight: bold;
  filter: drop-shadow(-1px -1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(1px 1px 0 #fff) drop-shadow(0px -1px 0 #fff) drop-shadow(0px 1px 0 #fff) drop-shadow(-1px 0px 0 #fff) drop-shadow(1px 0px 0 #fff);
  margin-left: 0;
  letter-spacing: 0.3rem;
}
#footer .footer-section .footer__warp .left .footer__warp--box--logo a.text > figure .logo-text span:nth-child(1) {
  color: #f19fae;
  transform: rotate(-3deg) translateY(1px);
}
#footer .footer-section .footer__warp .left .footer__warp--box--logo a.text > figure .logo-text span:nth-child(2) {
  color: #bbdfed;
  transform: rotate(-3deg) translateY(1px);
}
#footer .footer-section .footer__warp .left .footer__warp--box--logo a.text > figure .logo-text span:nth-child(3) {
  color: #D5E384;
  transform: rotate(-3deg) translateY(1px);
}
#footer .footer-section .footer__warp .left .footer__warp--box--logo a.text > figure .logo-text span:nth-child(4) {
  color: #ffe14f;
  transform: rotate(-3deg) translateY(1px);
}
#footer .footer-section .footer__warp .left .footer__warp--box--address {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #footer .footer-section .footer__warp .left .footer__warp--box--address {
    margin: 1rem auto;
  }
}
#footer .footer-section .footer__warp .left .footer__warp--box--address p,
#footer .footer-section .footer__warp .left .footer__warp--box--address a {
  margin: 0.5rem 0;
  border-radius: 30px;
  color: #333;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  line-height: 1.5;
  text-align: center;
}
#footer .footer-section .footer__warp .left .footer__warp--box--address a {
  font-weight: bold;
}
#footer .footer-section .footer__warp .left .footer__warp--box--contactbox {
  flex: 1;
  text-align: center;
  line-height: 1.5;
}
#footer .footer-section .footer__warp .left .footer__warp--box--contactbox a {
  display: inline-block;
  margin: 0.5rem 0.5rem;
  padding: 0.7rem 2rem;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  transition: background-color 0.5s ease, color 0.5s ease;
  background-color: #D5E384;
  border: 2px solid #D5E384;
}
#footer .footer-section .footer__warp .left .footer__warp--box--contactbox a i {
  margin-right: 5px;
}
#footer .footer-section .footer__warp .left .footer__warp--box--contactbox a:hover {
  color: #D5E384;
  background-color: #ffffff;
}
#footer .footer-section .footer__warp .left .footer__warp--box--link {
  display: flex;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5rem auto 0;
}
#footer .footer-section .footer__warp .left .footer__warp--box--link a {
  display: inline-block;
  padding: 0.7rem 2rem;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  transition: background-color 0.5s ease, color 0.5s ease;
  background-color: #f19fae;
  border: 2px solid #f19fae;
}
#footer .footer-section .footer__warp .left .footer__warp--box--link a i {
  margin-right: 5px;
}
#footer .footer-section .footer__warp .left .footer__warp--box--link a:hover {
  color: #f19fae;
  background-color: #ffffff;
}
#footer .footer-section .footer__warp .right {
  width: 100%;
  max-width: 600px;
}
#footer .footer-section .footer__warp .right .footer__warp--box--openhour {
  background: #f6fbfd;
  padding: 1.5rem;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#footer .footer-section .footer__warp .right .footer__warp--box--openhour h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 0.7em;
  font-weight: bold;
  margin: 0;
  margin-bottom: 1rem;
  color: #555;
  filter: drop-shadow(-1px -1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(1px 1px 0 #fff) drop-shadow(0px -1px 0 #fff) drop-shadow(0px 1px 0 #fff) drop-shadow(-1px 0px 0 #fff) drop-shadow(1px 0px 0 #fff);
  row-gap: 8px;
}
#footer .footer-section .footer__warp .right .footer__warp--box--openhour h3 .title {
  display: flex;
  align-items: center;
}
#footer .footer-section .footer__warp .right .footer__warp--box--openhour h3 .title i {
  margin-right: 5px;
  color: #D5E384;
  font-size: 1.2em;
}
#footer .footer-section .footer__warp .right .footer__warp--box--openhour h3 .hours {
  background-color: #bbdfed;
  border-radius: 50px;
  padding: 5px 1rem;
  color: #fff;
}
#footer .footer-section .footer__warp .right .footer__warp--box--openhour .map-box {
  width: 100%;
  aspect-ratio: 2/1.1;
  min-height: 300px;
}
#footer .footer-section .footer__warp .right .footer__warp--box--openhour .map-box iframe {
  width: 100%;
  height: 100%;
  display: block;
}
#footer .footer-section .footer__nav {
  width: 100%;
  text-align: center;
  padding: 1rem 0;
}
#footer .footer-section .footer__nav--warp {
  max-width: 900px;
  margin: 0 auto;
}
#footer .footer-section .footer__nav--warp nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
#footer .footer-section .footer__nav--warp nav ul li {
  padding: 0.5rem 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  filter: drop-shadow(-1px -1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(1px 1px 0 #fff) drop-shadow(0px -1px 0 #fff) drop-shadow(0px 1px 0 #fff) drop-shadow(-1px 0px 0 #fff) drop-shadow(1px 0px 0 #fff);
}
#footer .footer-section .footer__nav--warp nav ul li a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
#footer .footer-section .footer__nav--warp nav ul li a span {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  line-height: clamp(0.4rem, 0.36rem + 0.2vw, 0.6rem);
  font-weight: normal;
}
#footer .footer-section .footer__nav--warp nav ul li a:hover {
  opacity: 0.5;
}
#footer .footer__copy {
  padding: 1rem 0;
  text-align: center;
  background-color: #f19fae;
  color: #fff;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  line-height: 1.5;
}
#footer .footer__copy br {
  display: none;
}
@media (max-width: 768px) {
  #footer .footer__copy {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer-section .footer__warp .right {
    width: 100%;
  }
  #footer .footer-section .footer__warp .right .footer__warp--box--openhour {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  #footer .footer-section .footer__warp .right .footer__warp--box--openhour {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-section .footer__warp .right .footer__warp--box--openhour .openhour-table {
    max-width: 100%;
  }
  #footer .footer-section .footer__warp .right .footer__warp--box--openhour .openhour-table th span,
  #footer .footer-section .footer__warp .right .footer__warp--box--openhour .openhour-table td span {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  #footer .footer-section .footer__warp .right .footer__warp--box--openhour .openhour-table th,
  #footer .footer-section .footer__warp .right .footer__warp--box--openhour .openhour-table td {
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  #footer .footer-section .footer__warp .right .footer__warp--box--openhour .openhour-table .service {
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    min-width: 0;
  }
  #footer .footer-section .footer__warp .right .footer__warp--box--openhour .openhour-table .label {
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
  #footer .footer-section .footer__warp .right .footer__warp--box--openhour .openhour-table .label.weekday {
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
  #footer .footer-section .footer__warp .right .footer__warp--box--openhour .openhour-table .label.saturday {
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
  #footer .footer-section .footer__warp .right .footer__warp--box--openhour .openhour-table .label.holiday {
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
}
@media screen and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 2) {
  #footer .footer-section .footer__warp--logo .text {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }
  #footer .footer-section .footer__nav--warp nav ul li a {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }
}/*# sourceMappingURL=style.css.map */