@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  height: 100%;
  overflow-x: hidden;
}

/* 要素のデフォルトスタイルをリセット */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* リストスタイルのリセット */
ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}

/* リンクのデフォルトスタイルをリセット */
a {
  text-decoration: none;
  color: inherit;
}

/* テーブル要素のスタイルをリセット */
table {
  border-collapse: collapse;
}

/* フォーム要素のリセット */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

h1 {
  font-size: 32px;
  line-height: 51.776px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 45.304px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 36px;
    line-height: 58.248px;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 40px;
    line-height: 64.72px;
  }
}
@media screen and (min-width: 1400px) {
  h1 {
    font-size: 44px;
    line-height: 71.192px;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 48px;
    line-height: 77.664px;
  }
}

h2 {
  font-size: 28px;
  line-height: 45.304px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 38.832px;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 30px;
    line-height: 48.54px;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 32px;
    line-height: 51.776px;
  }
}
@media screen and (min-width: 1400px) {
  h2 {
    font-size: 36px;
    line-height: 58.248px;
  }
}
@media screen and (min-width: 1600px) {
  h2 {
    font-size: 40px;
    line-height: 64.72px;
  }
}

h3 {
  font-size: 24px;
  line-height: 38.832px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 32.36px;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 26px;
    line-height: 42.068px;
  }
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 28px;
    line-height: 45.304px;
  }
}
@media screen and (min-width: 1400px) {
  h3 {
    font-size: 30px;
    line-height: 48.54px;
  }
}
@media screen and (min-width: 1600px) {
  h3 {
    font-size: 32px;
    line-height: 51.776px;
  }
}

h4 {
  font-size: 20px;
  line-height: 32.36px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
    line-height: 29.124px;
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 22px;
    line-height: 35.596px;
  }
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 24px;
    line-height: 38.832px;
  }
}
@media screen and (min-width: 1400px) {
  h4 {
    font-size: 26px;
    line-height: 42.068px;
  }
}
@media screen and (min-width: 1600px) {
  h4 {
    font-size: 28px;
    line-height: 45.304px;
  }
}

h5 {
  font-size: 18px;
  line-height: 29.124px;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
    line-height: 25.888px;
  }
}
@media screen and (min-width: 1200px) {
  h5 {
    font-size: 18px;
    line-height: 29.124px;
  }
}
@media screen and (min-width: 992px) {
  h5 {
    font-size: 20px;
    line-height: 32.36px;
  }
}
@media screen and (min-width: 1400px) {
  h5 {
    font-size: 22px;
    line-height: 35.596px;
  }
}
@media screen and (min-width: 1600px) {
  h5 {
    font-size: 24px;
    line-height: 38.832px;
  }
}

h6 {
  font-size: 16px;
  line-height: 25.888px;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 15px;
    line-height: 24.27px;
  }
}
@media screen and (min-width: 1200px) {
  h6 {
    font-size: 16px;
    line-height: 25.888px;
  }
}
@media screen and (min-width: 992px) {
  h6 {
    font-size: 17px;
    line-height: 27.506px;
  }
}
@media screen and (min-width: 1400px) {
  h6 {
    font-size: 18px;
    line-height: 29.124px;
  }
}
@media screen and (min-width: 1600px) {
  h6 {
    font-size: 20px;
    line-height: 32.36px;
  }
}

p {
  font-size: 16px;
  line-height: 25.888px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 15px;
    line-height: 24.27px;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 16px;
    line-height: 25.888px;
  }
}
@media screen and (min-width: 992px) {
  p {
    font-size: 17px;
    line-height: 27.506px;
  }
}
@media screen and (min-width: 1400px) {
  p {
    font-size: 18px;
    line-height: 29.124px;
  }
}
@media screen and (min-width: 1600px) {
  p {
    font-size: 18px;
    line-height: 29.124px;
  }
}

a {
  font-size: 16px;
  line-height: 25.888px;
}
@media screen and (max-width: 767px) {
  a {
    font-size: 15px;
    line-height: 24.27px;
  }
}
@media screen and (min-width: 1200px) {
  a {
    font-size: 16px;
    line-height: 25.888px;
  }
}
@media screen and (min-width: 992px) {
  a {
    font-size: 17px;
    line-height: 27.506px;
  }
}
@media screen and (min-width: 1400px) {
  a {
    font-size: 18px;
    line-height: 29.124px;
  }
}
@media screen and (min-width: 1600px) {
  a {
    font-size: 18px;
    line-height: 29.124px;
  }
}

div {
  font-size: 16px;
  line-height: 25.888px;
}
@media screen and (max-width: 767px) {
  div {
    font-size: 15px;
    line-height: 24.27px;
  }
}
@media screen and (min-width: 1200px) {
  div {
    font-size: 16px;
    line-height: 25.888px;
  }
}
@media screen and (min-width: 992px) {
  div {
    font-size: 17px;
    line-height: 27.506px;
  }
}
@media screen and (min-width: 1400px) {
  div {
    font-size: 18px;
    line-height: 29.124px;
  }
}
@media screen and (min-width: 1600px) {
  div {
    font-size: 18px;
    line-height: 29.124px;
  }
}

.text__black {
  color: #0a0a0b;
}

.bg__black {
  background-color: #0a0a0b;
}

.text__gray {
  color: #787881;
}

.bg__gray {
  background-color: #787881;
}

.text__white {
  color: #f4f4f9;
}

.bg__white {
  background-color: #f4f4f9;
}

.text__red {
  color: #e74c3c;
}

.bg__red {
  background-color: #e74c3c;
}

.text__blue {
  color: #3498db;
}

.bg__blue {
  background-color: #3498db;
}

.text__green {
  color: #4cae51;
}

.bg__green {
  background-color: #4cae51;
}

.text__yellow {
  color: #f1c40f;
}

.bg__yellow {
  background-color: #f1c40f;
}

.text__dark_green {
  color: #132c14;
}

.bg__dark_green {
  background-color: #132c14;
}

.text__light_gray {
  color: #ecf0f1;
}

.bg__light_gray {
  background-color: #ecf0f1;
}

.text__turquoise {
  color: #1abc9c;
}

.bg__turquoise {
  background-color: #1abc9c;
}

body {
  font-family: tot-shizukardgo-stdn, "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  /* 日本語文字に対して明朝体を適用 */
}
body:lang(ja) {
  font-family: tot-shizukardgo-stdn, "Helvetica", "Arial", sans-serif;
  font-weight: 300;
}

/* 英語テキスト専用クラス */
.en__txt {
  font-family: "montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
}

/* 日本語テキスト専用クラス */
.jp__txt {
  font-family: tot-shizukardgo-stdn, "Helvetica", "Arial", sans-serif;
  font-weight: 300;
}

:root {
  --bl_header_height_pc: 100px;
  --bl_header_height_sp: 60px;
  --bl_header_surface: rgba(255, 255, 255, 0.12);
  --bl_header_overlay: rgba(255, 255, 255, 0.98);
  --bl_header_shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  --bl_header_color_main: #47a834;
  --bl_header_color_bg_brand: #f4f4f0;
  --bl_header_text_color: #4caf50;
  --bl_header_text_gray: #666;
}

.bl_header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  height: var(--bl_header_height_sp);
  padding: 0 16px;
  background: var(--bl_header_surface);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: var(--bl_header_shadow);
  transform: translateZ(0);
  /* ----------------------------------
     1. ナビゲーション (スマホメニュー含む)
     ---------------------------------- */
  /* ----------------------------------
     【追加】スマホメニュー専用コンテンツ
     ---------------------------------- */
  /* アクションボタン群 */
  /* 会社情報 */
  /* ----------------------------------
     2. ブランドロゴ (既存のまま)
     ---------------------------------- */
  /* ----------------------------------
     3. PC用アクションボタン (既存のまま)
     ---------------------------------- */
  /* 求人情報ボタン */
  /* CONTACTボタン */
  /* ----------------------------------
     4. ハンバーガーメニューアイコン
     ---------------------------------- */
}
@media screen and (min-width: 1200px) {
  .bl_header {
    height: var(--bl_header_height_pc);
    padding: 0 40px;
  }
}
.bl_header_inner {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.bl_header_nav {
  flex: 1;
  display: none;
  /* スマホメニュー展開時 */
  /* 内部コンテナ: 上下中央配置用 */
}
.bl_header_nav.is-open {
  display: block; /* フレックスではなくブロックにして内部コンテナで制御 */
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  /* padding: 32px;  <- paddingは内部コンテナで管理 */
  background: var(--bl_header_overlay);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  z-index: 90;
  animation: fadeIn 0.3s ease forwards;
}
.bl_header_nav_container {
  width: 100%;
  height: 100%;
  overflow-y: auto; /* 縦スクロール許可 */
  padding: 100px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 1200px) {
  .bl_header_nav_container {
    flex-direction: row;
    padding: 0;
    height: auto;
    overflow: visible;
    gap: 0;
  }
}
@media screen and (min-width: 1200px) {
  .bl_header_nav {
    display: block;
    position: static;
    width: auto;
    height: auto;
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    animation: none;
  }
}
.bl_header_nav_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  /* 最後の線の処理 */
}
@media screen and (min-width: 1200px) {
  .bl_header_nav_list {
    flex-direction: row;
    gap: 15px;
    justify-content: flex-start;
    width: auto;
  }
}
.bl_header_nav_list a {
  text-decoration: none;
  color: #47a834;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px dotted #ccc; /* スマホ時は区切り線 */
}
@media screen and (min-width: 1200px) {
  .bl_header_nav_list a {
    /* PC: 丸角ボタン風デザイン (変更なし) */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 40px;
    padding: 0 24px;
    border: 1px solid var(--bl_header_color_main);
    border-bottom: 1px solid var(--bl_header_color_main); /* リセット */
    border-radius: 50px;
    color: var(--bl_header_text_color);
    transition: all 0.3s ease;
    white-space: nowrap;
  }
  .bl_header_nav_list a:hover {
    background: var(--bl_header_color_main);
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .bl_header_nav_list .bl_header_nav_item_contact {
    display: none;
  }
}
.bl_header_nav_list li:last-child a {
  border-bottom: none;
}
@media screen and (min-width: 1200px) {
  .bl_header_nav_list li:last-child a {
    border-bottom: 1px solid var(--bl_header_color_main);
  }
}
.bl_header_nav_mobile_actions {
  display: block;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .bl_header_nav_mobile_actions {
    display: none;
  }
}
.bl_header_nav_mobile_actions .nav_mobile_lead {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}
.bl_header_nav_mobile_actions .nav_mobile_btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bl_header_nav_mobile_actions .nav_mobile_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  transition: opacity 0.3s;
}
.bl_header_nav_mobile_actions .nav_mobile_btn.is-recruit {
  background: #fff;
  border: 2px solid var(--bl_header_color_main);
  color: var(--bl_header_color_main);
}
.bl_header_nav_mobile_actions .nav_mobile_btn.is-contact {
  background: var(--bl_header_color_main);
  color: #fff;
}
.bl_header_nav_mobile_actions .nav_mobile_btn:active {
  opacity: 0.8;
}
.bl_header_nav_mobile_info {
  display: block;
  text-align: center;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
@media screen and (min-width: 1200px) {
  .bl_header_nav_mobile_info {
    display: none;
  }
}
.bl_header_nav_mobile_info .nav_mobile_address {
  font-size: 12px;
  line-height: 1.6;
  color: #888;
  margin-bottom: 8px;
}
.bl_header_nav_mobile_info .nav_mobile_tel {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.bl_header_brand {
  flex-shrink: 0;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .bl_header_brand {
    margin: 0 20px;
  }
}
.bl_header_brand_link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 1200px) {
  .bl_header_brand_link {
    background: #ffffff;
    border: 1px solid var(--bl_header_color_main);
    border-radius: 4px;
    padding: 8px 20px;
    gap: 15px;
  }
}
.bl_header_brand_image {
  display: block;
  height: 30px;
  width: auto;
}
@media screen and (min-width: 1200px) {
  .bl_header_brand_image {
    height: 24px;
  }
}
.bl_header_actions {
  display: none;
}
@media screen and (min-width: 1200px) {
  .bl_header_actions {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
  }
}
.bl_header_recruit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  border: 1px solid var(--bl_header_color_main);
  border-radius: 50px;
  padding: 6px 8px 6px 24px;
  color: var(--bl_header_color_main);
  background: rgba(255, 255, 255, 0.4666666667);
  transition: all 0.3s ease;
  min-width: 240px;
}
.bl_header_recruit_text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.bl_header_recruit_text .recruit-main {
  font-size: 16px;
  font-weight: bold;
}
.bl_header_recruit_text .recruit-sub {
  font-size: 13px;
  letter-spacing: 1.68px;
  color: var(--bl_header_text_gray);
}
.bl_header_recruit_icon {
  width: 40px;
  height: 40px;
  background: var(--bl_header_color_main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.bl_header_recruit_icon svg {
  width: 34px;
  height: 34px;
  margin-left: 2px;
}
.bl_header_recruit:hover {
  background: #f0fdf0;
  transform: translateY(-2px);
}
.bl_header_contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid var(--bl_header_color_main);
  border-radius: 50px;
  width: 140px;
  height: 50px;
  color: var(--bl_header_color_main);
  transition: all 0.3s ease;
}
.bl_header_contact_icon {
  width: 25px;
  height: 25px;
}
.bl_header_contact_icon svg {
  width: 100%;
  height: 100%;
  stroke-width: 1.5;
}
.bl_header_contact_text {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: -7px;
  margin-bottom: -5px;
}
.bl_header_contact:hover {
  background: var(--bl_header_color_main);
  color: #fff;
}
.bl_header_hamburger {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 2px;
  width: 30px;
  height: 30px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  box-sizing: content-box;
  z-index: 101;
  margin-left: auto;
  /* アニメーション用設定 */
}
@media screen and (min-width: 1200px) {
  .bl_header_hamburger {
    display: none;
  }
}
.bl_header_hamburger_square {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--bl_header_color_main);
  transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
  transform-origin: center;
}
.bl_header_hamburger_square:nth-child(1) {
  transition-delay: 0s;
}
.bl_header_hamburger_square:nth-child(2) {
  transition-delay: 0.05s;
}
.bl_header_hamburger_square:nth-child(3) {
  transition-delay: 0.1s;
}
.bl_header_hamburger_square:nth-child(4) {
  transition-delay: 0.05s;
}
.bl_header_hamburger_square:nth-child(5) {
  transition-delay: 0.1s;
}
.bl_header_hamburger_square:nth-child(6) {
  transition-delay: 0.15s;
}
.bl_header_hamburger_square:nth-child(7) {
  transition-delay: 0.1s;
}
.bl_header_hamburger_square:nth-child(8) {
  transition-delay: 0.15s;
}
.bl_header_hamburger_square:nth-child(9) {
  transition-delay: 0.2s;
}
.bl_header_hamburger.is-active > .bl_header_hamburger_square {
  background: var(--bl_header_color_main);
}
.bl_header_hamburger.is-active > .bl_header_hamburger_square:nth-child(1) {
  transform: translate(100%, 100%) rotate(45deg);
  opacity: 0;
}
.bl_header_hamburger.is-active > .bl_header_hamburger_square:nth-child(2) {
  transform: translateY(100%) rotate(45deg);
  opacity: 0;
}
.bl_header_hamburger.is-active > .bl_header_hamburger_square:nth-child(3) {
  transform: translate(-100%, 100%) rotate(45deg);
  opacity: 0;
}
.bl_header_hamburger.is-active > .bl_header_hamburger_square:nth-child(4) {
  transform: translateX(100%) rotate(45deg);
  opacity: 0;
}
.bl_header_hamburger.is-active > .bl_header_hamburger_square:nth-child(5) {
  transform: rotate(45deg) scale(1.5);
  opacity: 1;
}
.bl_header_hamburger.is-active > .bl_header_hamburger_square:nth-child(6) {
  transform: translateX(-100%) rotate(45deg);
  opacity: 0;
}
.bl_header_hamburger.is-active > .bl_header_hamburger_square:nth-child(7) {
  transform: translate(100%, -100%) rotate(45deg);
  opacity: 0;
}
.bl_header_hamburger.is-active > .bl_header_hamburger_square:nth-child(8) {
  transform: translateY(-100%) rotate(45deg);
  opacity: 0;
}
.bl_header_hamburger.is-active > .bl_header_hamburger_square:nth-child(9) {
  transform: translate(-100%, -100%) rotate(45deg);
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  padding-top: var(--bl_header_height_sp);
}
@media screen and (min-width: 1200px) {
  body {
    padding-top: var(--bl_header_height_pc);
  }
}
body.menu-open {
  overflow: hidden;
}

:root {
  /* プロジェクト共通変数が未定義の場合のフォールバック */
  --color-main: #47a834;
  --color-white: #ffffff;
  --color-bg-light: #f4f4f0;
  --color-text-light-green: #a0cfa0;
  /* ドットサイズ（他セクションと合わせる） */
  --dot-size: 4px;
}

.sec_footer {
  width: 100%;
  overflow: hidden;
  /* ----------------------------------
     CTAエリア
     ---------------------------------- */
  /* ----------------------------------
     ナビゲーションエリア
     ---------------------------------- */
  /* ----------------------------------
     コピーライト
     ---------------------------------- */
}
.sec_footer_cta {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--color-main);
  color: var(--color-white);
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .sec_footer_cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.sec_footer_cta_inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  .sec_footer_cta_inner br {
    display: none;
  }
}
.sec_footer_tagline {
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.sec_footer_heading {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1200px) {
  .sec_footer_heading {
    margin-bottom: 60px;
  }
}
.sec_footer_btnWrapper {
  display: flex;
  justify-content: center;
}
.sec_footer_nav {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--color-bg-light);
}
@media screen and (min-width: 1200px) {
  .sec_footer_nav {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.sec_footer_nav_inner {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  .sec_footer_nav_inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.sec_footer_copy {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--color-main);
  text-align: center;
  color: var(--color-white);
}

/* ----------------------------------
   フッター専用ボタン (ドット矢印版)
   ---------------------------------- */
.bl_footerBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 0; /* paddingは内部要素で調整 */
  background-color: var(--color-white);
  color: var(--color-main);
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  overflow: hidden; /* 角丸からはみ出ないように */
  /* テキストエリア */
  /* アイコンエリア */
  /* ドット絵矢印 (3列版) */
}
.bl_footerBtn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.bl_footerBtn_text {
  flex-grow: 1;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 20px;
}
.bl_footerBtn_iconArea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px; /* アイコンエリアの幅 */
  align-self: stretch; /* 高さ合わせる */
  /* 区切り線（必要であれば） */
  /* border-left: 1px solid var(--color-bg-light); */
}
.bl_footerBtn_dotArrow {
  display: block;
  width: var(--dot-size);
  height: var(--dot-size);
  /* ドットの色：ここでは緑色 */
  background-color: var(--color-main);
  /* 3列ドット矢印の描画 */
  box-shadow: 0 calc(var(--dot-size) * 4) 0 0 var(--color-main), var(--dot-size) var(--dot-size) 0 0 var(--color-main), var(--dot-size) calc(var(--dot-size) * 3) 0 0 var(--color-main), calc(var(--dot-size) * 2) calc(var(--dot-size) * 2) 0 0 var(--color-main);
  /* 位置調整：中心に寄せる */
  transform: translate(calc(var(--dot-size) * -0.5), calc(var(--dot-size) * -2));
}

/* ----------------------------------
   フッターナビゲーションリスト
   ---------------------------------- */
.bl_footerNav_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .bl_footerNav_list {
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
  }
}

.bl_footerNav_item {
  position: relative;
  border-left: 2px solid var(--color-main);
  padding-left: 12px;
}

.bl_footerNav_link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--color-text-main);
  transition: opacity 0.3s ease;
}
.bl_footerNav_link:hover {
  opacity: 0.7;
}

.bl_footerNav_jp {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 4px;
}

.bl_footerNav_en {
  color: var(--color-text-light-green);
  line-height: 1.2;
  font-weight: 400;
}

/* ----------------------------------
   コピーライト
   ---------------------------------- */
.bl_copyright {
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* ユーティリティ */
.u_pc_only {
  display: none;
}
@media screen and (min-width: 1200px) {
  .u_pc_only {
    display: none;
  }
}

/* ----------------------------------
   背景画像設定（SVGビル群）
   ---------------------------------- */
.is-body {
  position: relative;
}
.is-body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -3;
  background-color: #f5f9f5;
  background-image: url(../images/bg/buildings.svg);
  background-repeat: repeat-x;
  background-size: 1080px auto;
  background-position: 0 bottom;
  animation: bg-scroll 60s linear infinite;
}

/* 背景スクロールのアニメーション定義 */
@keyframes bg-scroll {
  0% {
    background-position: 0 bottom;
  }
  100% {
    /* background-sizeで指定した横幅と同じ数値をマイナスで指定するとシームレスになります */
    background-position: -1440px bottom;
  }
}
/* =========================================
   背景グリッド
   ========================================= */
.is-main {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  /* これをやめる（クリック不能の主原因になりやすい） */
  z-index: auto;
  /* 背景は疑似要素に任せる */
  background-image: none;
}

.is-main::before {
  content: "";
  position: absolute;
  background-attachment: fixed;
  inset: 0;
  z-index: -1; /* mainの“中身”より後ろ */
  pointer-events: none; /* 念のためクリックを邪魔しない */
  background-image: linear-gradient(#dee3de 0.5px, transparent 0.5px), linear-gradient(90deg, #dee3de 0.5px, transparent 0.5px), linear-gradient(#dee3de 0.3px, transparent 0.3px), linear-gradient(90deg, #dee3de 0.3px, transparent 0.3px);
  background-size: 120px 120px, 120px 120px, 24px 24px, 24px 24px;
  background-position: 0 0, 0 0, 0 0, 0 0;
}
@media screen and (min-width: 768px) {
  .is-main::before {
    background-image: linear-gradient(#dee3de 1px, transparent 1.5px), linear-gradient(90deg, #dee3de 1.5px, transparent 1.5px), linear-gradient(#dee3de 1px, transparent 1px), linear-gradient(90deg, #dee3de 1px, transparent 1px);
    background-size: 200px 200px, 200px 200px, 40px 40px, 40px 40px;
    background-position: 0 0, 0 0, 0 0, 0 0;
  }
}

/* ボタン周りのz-indexは基本不要（残してもOK） */
.bl_recruit_action {
  position: relative;
  z-index: 1;
}

/* =========================================
   全画面固定 WebGLコンテナ
   ========================================= */
#webgl-fixed-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

#webgl-fixed-container canvas {
  display: block;
  width: 100%;
  height: 100%;
}

html.lenis {
  height: auto;
}

/* =========================================
   スムーズスクロール設定
   ========================================= */
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* ----------------------------------
   ボタンコンポーネント
   ---------------------------------- */
.bl_pixelBtn {
  display: inline-flex;
  align-items: stretch;
  text-decoration: none;
  background-color: transparent;
  color: var(--color-white);
  transition: opacity 0.3s ease;
  overflow: hidden;
}
.bl_pixelBtn:hover {
  opacity: 0.9;
}
.bl_pixelBtn_iconArea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  background-color: var(--color-main);
  margin-right: 2px;
}
.bl_pixelBtn_dotArrow {
  display: block;
  width: var(--dot-size);
  height: var(--dot-size);
  background-color: var(--color-white);
  box-shadow: 0 calc(var(--dot-size) * 4) 0 0 var(--color-white), var(--dot-size) var(--dot-size) 0 0 var(--color-white), var(--dot-size) calc(var(--dot-size) * 3) 0 0 var(--color-white), calc(var(--dot-size) * 2) calc(var(--dot-size) * 2) 0 0 var(--color-white);
  transform: translate(calc(var(--dot-size) * -0.5), calc(var(--dot-size) * -2));
}
.bl_pixelBtn_textArea {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  flex-grow: 1;
  background-color: var(--color-main);
}

.bl_recruit_action {
  position: relative;
  /* 親のmainで無効化したクリックイベントを、この要素だけ有効に戻す */
  pointer-events: auto;
  /* 必要に応じてz-indexを指定 */
  z-index: 10;
}

.bl_post {
  background-color: red;
  width: 100%;
}
.bl_post_thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
/* ----------------------------------
    ヒーローセクション
   ---------------------------------- */
.sec_top {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 60px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .sec_top {
    margin-top: -8%;
    padding-top: 0px;
    padding-bottom: 0;
  }
}
.sec_top_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -83px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  .sec_top_inner {
    margin-top: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 40px;
    padding-left: 40px;
  }
}
.sec_top_content {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .sec_top_content {
    width: 50%;
  }
}
.sec_top_heading {
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1200px) {
  .sec_top_heading {
    margin-bottom: 32px;
  }
}
.sec_top_heading_line {
  display: inline-block;
}
.sec_top_lead {
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1200px) {
  .sec_top_lead {
    margin-bottom: 48px;
  }
}
.sec_top_body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sec_top_text {
  margin: 0;
  line-height: 2;
}

/* 変数定義 */
:root {
  --color-main: #47a834;
  --color-white: #ffffff;
  --color-text-base: #333333;
  --dot-size: 4px;
}

.sec_about {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .sec_about {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.bl_about_inner {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  .bl_about_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 40px;
    padding-left: 40px;
  }
}

/* ----------------------------------
   左カラム：テキスト
   ---------------------------------- */
.bl_about_content {
  width: 100%;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.bl_about_content.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 1200px) {
  .bl_about_content {
    width: 40%;
    margin-bottom: 0;
  }
}

.bl_about_heading {
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: 700;
  line-height: 1.5;
}
.bl_about_heading_line {
  display: inline-block;
}

.bl_about_desc {
  margin-bottom: 40px;
}

.bl_about_text {
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 2;
}
.bl_about_text:last-child {
  margin-bottom: 0;
}

.bl_about_action {
  margin-top: 32px;
}

/* ----------------------------------
   右カラム：画像ギャラリー
   ---------------------------------- */
.bl_about_gallery {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 400px;
  gap: 16px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: 0.2s;
}
.bl_about_gallery.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 1200px) {
  .bl_about_gallery {
    width: 55%;
    height: 600px;
    gap: 24px;
  }
}

.bl_about_gallery_col {
  flex: 1;
  height: 100%;
}
.bl_about_gallery_col__right {
  margin-top: -40px;
}

.bl_about_gallery_track {
  display: flex;
  flex-direction: column;
  animation-name: scrollLoop;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.bl_about_gallery_col__left .bl_about_gallery_track {
  animation-duration: 40s;
}

.bl_about_gallery_col__right .bl_about_gallery_track {
  animation-duration: 50s;
  animation-direction: reverse;
}

.bl_about_gallery_item {
  width: 100%;
  margin: 0 0 16px 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .bl_about_gallery_item {
    margin-bottom: 24px;
  }
}
.bl_about_gallery_item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

@keyframes scrollLoop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.sec_service {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .sec_service {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.bl_service_inner {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  .bl_service_inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}

/* ----------------------------------
   ヘッダーエリア
   ---------------------------------- */
.bl_service_header {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.bl_service_header.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 1200px) {
  .bl_service_header {
    margin-bottom: 80px;
  }
}

.bl_service_heading {
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

.bl_service_lead {
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: 500;
  line-height: 1.8;
  display: inline-block;
  text-align: left;
}

.bl_service_action {
  display: flex;
  justify-content: left;
}

/* ----------------------------------
   カードグリッド
   ---------------------------------- */
.bl_service_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .bl_service_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
  }
}

/* ----------------------------------
   サービスカード
   ---------------------------------- */
.bl_card_service {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: rgba(178, 178, 178, 0.2901960784); /* 背景色の微調整用（変数化推奨） */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  /* 遅延表示のためのnth-child設定 */
}
.bl_card_service:nth-child(1) {
  transition-delay: 0.1s;
}
.bl_card_service:nth-child(2) {
  transition-delay: 0.2s;
}
.bl_card_service:nth-child(3) {
  transition-delay: 0.3s;
}
.bl_card_service.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.bl_card_service_imgWrapper {
  position: relative;
  width: 100%;
  margin: 0;
  aspect-ratio: 16/9;
  overflow: hidden;
  /* ホバーエフェクト */
}
.bl_card_service_imgWrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.bl_card_service:hover .bl_card_service_imgWrapper img {
  transform: scale(1.05);
}

.bl_card_service_body {
  flex-grow: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bl_card_service_tag {
  display: inline-block;
  padding: 4px 16px;
  margin-bottom: 16px;
  background-color: var(--color-main);
  color: var(--color-white);
  line-height: 1;
  font-weight: 500;
}

.bl_card_service_title {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.bl_card_service_text {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.8;
  font-weight: 400;
}

.sec_recruit {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  /* 親要素の背景色（ベージュ等）が見えるようにする */
}
@media screen and (min-width: 1200px) {
  .sec_recruit {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.bl_recruit_inner {
  width: 100%;
  max-width: 1200px; /* サイト全体のコンテンツ幅に合わせる */
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  .bl_recruit_inner {
    padding-right: 0px;
    padding-left: 0px;
  }
}

/* ----------------------------------
   採用情報ボックス（左半分）
   ---------------------------------- */
.bl_recruit_box {
  position: relative;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.bl_recruit_box.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 1200px) {
  .bl_recruit_box {
    width: 50%; /* PCでは左半分にする */
    margin-right: auto; /* 右側を余白にする */
  }
}

/* ----------------------------------
   背景画像エリア
   ---------------------------------- */
.bl_recruit_imgWrapper {
  position: relative;
  width: 100%;
  margin: 0;
  aspect-ratio: 2.5/3;
}
@media screen and (min-width: 1200px) {
  .bl_recruit_imgWrapper {
    aspect-ratio: 1/1;
  }
}
.bl_recruit_imgWrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bl_recruit_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* 文字を見やすくするための暗幕 */
}

/* ----------------------------------
   コンテンツエリア
   ---------------------------------- */
.bl_recruit_content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 24px;
  color: var(--color-white); /* 文字色は白 */
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .bl_recruit_content {
    padding: 60px;
  }
}

.bl_recruit_heading {
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .bl_recruit_heading {
    margin-bottom: 32px;
  }
}

.bl_recruit_body {
  margin-bottom: 32px;
}
@media screen and (min-width: 1200px) {
  .bl_recruit_body {
    margin-bottom: 40px;
  }
}

.bl_recruit_text {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.bl_recruit_text:last-child {
  margin-bottom: 0;
}

.bl_recruit_action {
  margin-top: 24px;
}
@media screen and (min-width: 1200px) {
  .bl_recruit_action {
    margin-top: 32px;
  }
}

/* -------------------------------------------------------------------------
   Recruit Top Section
------------------------------------------------------------------------- */
.sec_rec-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
.sec_rec-top__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec_rec-top__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2705882353);
}
.sec_rec-top__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.sec_rec-top__inner {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .sec_rec-top__inner {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
.sec_rec-top__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .sec_rec-top__title {
    gap: 20px;
  }
}
.sec_rec-top__text-line {
  position: relative;
  display: inline-block;
  padding: 0.2em 0.5em;
  color: #021c03;
  background: linear-gradient(transparent 60%, #4caf50 60%);
}

/* -------------------------------------------------------------------------
   Recruit Message Section
------------------------------------------------------------------------- */
.sec_rec-message {
  position: relative;
  z-index: 2;
  /* 上のセクションと重ねて斜めに見せるためのネガティブマージン */
  margin-top: -50px;
  padding-top: 100px;
  padding-bottom: 80px;
  /* 背景色のベース */
  background-color: #fdfdfd;
  /* 左上から右下へ斜めに切り抜く */
  clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 1200px) {
  .sec_rec-message {
    margin-top: -80px;
    padding-top: 150px;
    padding-bottom: 120px;
    clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%);
  }
}
.sec_rec-message__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.sec_rec-message__bg::after {
  /* 文字が見やすいように左側を白っぽくするグラデーション */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9019607843) 0%, rgba(255, 255, 255, 0.6117647059) 100%);
}
@media screen and (min-width: 1200px) {
  .sec_rec-message__bg::after {
    /* PCでは画像（右側）をより見せる調整 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  }
}
.sec_rec-message__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 1200px) {
  .sec_rec-message__bg-img {
    -o-object-position: right center;
       object-position: right center;
  }
}
.sec_rec-message__inner {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  .sec_rec-message__inner {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
.sec_rec-message__content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .sec_rec-message__content {
    width: 60%; /* テキストエリアの幅 */
  }
}
.sec_rec-message__text {
  font-weight: 500;
  line-height: 2.2;
}
.sec_rec-message__text:not(:last-child) {
  margin-bottom: 30px;
}
.sec_rec-message__highlight {
  position: relative;
  font-weight: 700;
}
.sec_rec-message__highlight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4caf50; /* 下線の色（仮） */
}

/* -------------------------------------------------------------------------
   Section Heading Component (汎用見出し)
------------------------------------------------------------------------- */
.bl_section-heading {
  display: flex;
  align-items: flex-end; /* ナンバーとテキストの下端を揃える */
  gap: 10px; /* ナンバーとテキストグループの間隔 */
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .bl_section-heading {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.bl_section-heading__number {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  font-size: 90px;
  margin-bottom: -10px;
}
@media screen and (min-width: 1200px) {
  .bl_section-heading__number {
    padding-bottom: 8px;
  }
}
.bl_section-heading__text-group {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.bl_section-heading__en {
  font-weight: 700;
  text-transform: uppercase;
}
.bl_section-heading__ja {
  font-weight: 700;
  line-height: 1.5; /* 日本語の行間調整 */
}

/* -------------------------------------------------------------------------
   Recruit About Us Section
------------------------------------------------------------------------- */
.sec_rec-aboutus {
  position: relative;
  margin-top: -50px;
  z-index: 2;
}
.sec_rec-aboutus__top-wrapper {
  position: relative;
  margin-top: -50px;
  background-color: #e5f2e5; /* 緑がかった薄い色 */
  padding: 60px 0 0 0;
  clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%); /* 右上を斜めにカット */
  z-index: 99;
}
@media screen and (min-width: 1200px) {
  .sec_rec-aboutus__top-wrapper {
    margin-top: -100px;
    padding-top: 100px;
    clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 100%);
  }
}
.sec_rec-aboutus__top-inner {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  .sec_rec-aboutus__top-inner {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
.sec_rec-aboutus .bl_section-heading {
  /* ここで見出しの個別調整を行う */
}
.sec_rec-aboutus .bl_section-heading .bl_section-heading__number {
  /* フォントサイズを直接指定できないため、line-heightで高さを調整 */
  line-height: 1.2;
}
.sec_rec-aboutus .bl_section-heading .bl_section-heading__en {
  line-height: 1.2;
}
.sec_rec-aboutus .bl_section-heading .bl_section-heading__ja {
  line-height: 1.6;
}
.sec_rec-aboutus__main-catchcopy {
  margin-bottom: 30px;
  line-height: 1.8;
  text-align: center;
}
.sec_rec-aboutus__sub-catchcopy {
  line-height: 2;
  text-align: center;
}
.sec_rec-aboutus__bottom-wrapper {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: -50px;
  overflow: hidden;
  clip-path: polygon(0 0px, 100% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 1200px) {
  .sec_rec-aboutus__bottom-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: -80px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    z-index: 0;
  }
}
.sec_rec-aboutus__bottom-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec_rec-aboutus__bottom-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #e5f2e5 25%, rgba(229, 242, 229, 0.3490196078) 100%);
}
.sec_rec-aboutus__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom; /* 下部の建設現場が見えるように */
}
.sec_rec-aboutus__bottom-inner {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 1200px) {
  .sec_rec-aboutus__bottom-inner {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
.sec_rec-aboutus__text-content {
  position: relative;
  z-index: 2;
}
.sec_rec-aboutus__paragraph {
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
.sec_rec-aboutus__paragraph:last-child {
  margin-bottom: 0;
}

/* 
 * Staff Section Styles
 * Note: font-size and color properties are excluded as per the coding guidelines.
 */
.sec_rec-stuff {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eaf8f0;
}
@media screen and (min-width: 1200px) {
  .sec_rec-stuff {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.sec_rec-stuff__inner {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  .sec_rec-stuff__inner {
    max-width: 1000px;
  }
}
.sec_rec-stuff__decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.sec_rec-stuff__circle {
  position: absolute;
  border-radius: 50%;
  background-color: #4caf50;
}
.sec_rec-stuff__circle--top-left {
  top: -50px;
  left: -134px;
  width: 200px;
  height: 200px;
  opacity: 0.8;
}
@media screen and (min-width: 1200px) {
  .sec_rec-stuff__circle--top-left {
    top: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
  }
}
.sec_rec-stuff__circle--bottom-right {
  right: -30px;
  bottom: 100px;
  width: 150px;
  height: 150px;
  opacity: 0.8;
}
@media screen and (min-width: 1200px) {
  .sec_rec-stuff__circle--bottom-right {
    right: -80px;
    width: 300px;
    height: 300px;
  }
}
.sec_rec-stuff__circle--bottom-left {
  bottom: -20px;
  left: 20px;
  width: 100px;
  height: 100px;
  filter: blur(20px);
  opacity: 0.6;
}
.sec_rec-stuff__header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 40px;
}
.sec_rec-stuff__titles {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 15px;
}
.sec_rec-stuff__title-en {
  line-height: 1;
  letter-spacing: 0.05em;
}
.sec_rec-stuff__title-ja {
  margin-top: 5px;
  line-height: 1;
}
.sec_rec-stuff__number {
  line-height: 1;
  font-weight: bold;
  font-size: 90px;
}

.bl_stuff-card {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.bl_stuff-card__slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 400px;
}
@media screen and (min-width: 1200px) {
  .bl_stuff-card__slider-container {
    min-height: 500px;
  }
}
.bl_stuff-card__slide {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media screen and (min-width: 1200px) {
  .bl_stuff-card__slide {
    height: 550px;
  }
}
.bl_stuff-card__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1200px) {
  .bl_stuff-card__slide {
    padding: 50px;
  }
}
.bl_stuff-card__image-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 520px;
  margin-bottom: 25px;
  border-radius: 15px;
  aspect-ratio: 16/9;
}
.bl_stuff-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_stuff-card__body {
  width: 100%;
  max-width: 600px;
  text-align: center;
}
.bl_stuff-card__quote {
  line-height: 1.8;
  text-align: left;
}
.bl_stuff-card__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-bottom: 30px;
}
.bl_stuff-card__dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.bl_stuff-card__dot.is-active {
  background-color: #4caf50;
}
.bl_stuff-card__dot:hover {
  background-color: #4caf50;
}

/* 
 * Job Info Section Styles
 * Note: font-size and color properties are excluded as per the coding guidelines.
 */
.sec_rec_job {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #f3f2ec;
}
@media screen and (min-width: 1200px) {
  .sec_rec_job {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
.sec_rec_job__inner {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  .sec_rec_job__inner {
    max-width: 1000px;
  }
}
.sec_rec_job__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .sec_rec_job__header {
    margin-bottom: 60px;
  }
}
.sec_rec_job__number {
  margin-right: 15px;
  line-height: 1;
  font-weight: bold;
  font-size: 90px;
}
.sec_rec_job__titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec_rec_job__title-en {
  line-height: 1;
  letter-spacing: 0.05em;
}
.sec_rec_job__title-ja {
  margin-top: 5px;
  line-height: 1;
  font-weight: bold;
}

.bl_job-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 1200px) {
  .bl_job-list {
    gap: 80px;
  }
}

.bl_job-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .bl_job-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .bl_job-item--reverse {
    flex-direction: row-reverse;
  }
}
.bl_job-item__content {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .bl_job-item__content {
    width: 45%;
    margin-bottom: 0;
  }
}
.bl_job-item__heading {
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
}
.bl_job-item__desc {
  line-height: 1.8;
}
.bl_job-item__visual {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .bl_job-item__visual {
    width: 50%;
  }
}
.bl_job-item__visual-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 20px;
  background-color: #fffef0;
}
@media screen and (min-width: 1200px) {
  .bl_job-item__visual-inner {
    border-radius: 30px;
  }
}
.bl_job-item__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/*
 * Attraction of Working at ARC Section Styles
 * Note: font-size and color properties are excluded as per the coding guidelines.
 */
.sec_rec_miryoku {
  width: 100%;
  padding-bottom: 60px;
  background-color: #eaf8f0;
}
@media screen and (min-width: 1200px) {
  .sec_rec_miryoku {
    padding-bottom: 100px;
  }
}
.sec_rec_miryoku__inner {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .sec_rec_miryoku__inner {
    max-width: 1440px;
  }
}
.sec_rec_miryoku__hero {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .sec_rec_miryoku__hero {
    margin-bottom: 60px;
  }
}
.sec_rec_miryoku__header {
  position: absolute;
  top: -60px;
  left: 27%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .sec_rec_miryoku__header {
    left: 41%;
  }
}
.sec_rec_miryoku__job-info {
  margin-bottom: 5px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.sec_rec_miryoku__heading-group {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sec_rec_miryoku__number {
  margin-right: 10px;
  line-height: 1;
  font-weight: bold;
  font-size: 90px;
}
.sec_rec_miryoku__title {
  line-height: 1;
  font-weight: bold;
}
.sec_rec_miryoku__hero-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
}
@media screen and (min-width: 1200px) {
  .sec_rec_miryoku__hero-image-wrapper {
    height: 450px;
  }
}
.sec_rec_miryoku .sec_rec_miryoku__hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
}

.bl_miryoku-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 10px;
}
@media screen and (min-width: 1200px) {
  .bl_miryoku-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 960px;
    margin: 0 auto;
  }
}

.bl_miryoku-item {
  width: 100%;
}
.bl_miryoku-item__heading-bubble {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
  padding: 10px 20px;
  border-radius: 999px;
  background-color: #4caf50;
}
@media screen and (min-width: 1200px) {
  .bl_miryoku-item__heading-bubble {
    padding: 12px 25px;
    margin-bottom: 20px;
  }
}
.bl_miryoku-item__heading-icon {
  margin-right: 8px;
  line-height: 1;
}
.bl_miryoku-item__heading-text {
  line-height: 1.4;
}
.bl_miryoku-item__description {
  padding-left: 20px;
  line-height: 1.8;
}
@media screen and (min-width: 1200px) {
  .bl_miryoku-item__description {
    padding-left: 30px;
  }
}

/* 
 * Ideal Candidate Section Styles
 * Note: font-size and color properties are excluded as per the coding guidelines.
 */
.sec_rec_candidate {
  width: 100%;
  background-color: #f3f2ec;
}
.sec_rec_candidate__inner {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .sec_rec_candidate__inner {
    max-width: 100%;
  }
}
.sec_rec_candidate__content {
  padding: 50px 20px;
}
@media screen and (min-width: 1200px) {
  .sec_rec_candidate__content {
    padding-top: 100px;
    padding-bottom: 30px;
    max-width: 960px;
    margin: 0 auto;
  }
}
.sec_rec_candidate__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .sec_rec_candidate__header {
    margin-bottom: 60px;
  }
}
.sec_rec_candidate__number {
  margin-right: 15px;
  line-height: 1;
  font-weight: bold;
  font-size: 90px;
}
.sec_rec_candidate__titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec_rec_candidate__title-en {
  line-height: 1;
  letter-spacing: 0.05em;
}
.sec_rec_candidate__title-ja {
  margin-top: 5px;
  line-height: 1;
  font-weight: bold;
}
.sec_rec_candidate__footer {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #4caf50;
  text-align: center;
  clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 1200px) {
  .sec_rec_candidate__footer {
    padding-top: 150px;
    padding-bottom: 80px;
    clip-path: polygon(0 0, 50% 20%, 100% 0, 100% 100%, 0 100%);
  }
}
.sec_rec_candidate__message {
  position: relative;
  z-index: 1;
  line-height: 2;
}

.bl_ideal-list {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .bl_ideal-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.bl_ideal-list__item {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.8;
  padding-left: 1.5em;
}
.bl_ideal-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.bl_ideal-list__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .bl_ideal-list__item {
    margin-bottom: 25px;
  }
}

/* 
 * Recruitment Flow Section Styles
 * Note: font-size and color properties are excluded as per the coding guidelines.
 */
.sec_rec_flow {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f2ec;
}
@media screen and (min-width: 1200px) {
  .sec_rec_flow {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.sec_rec_flow__inner {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  .sec_rec_flow__inner {
    max-width: 1000px;
  }
}
.sec_rec_flow__header {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  padding: 50px 0;
}
@media screen and (min-width: 1200px) {
  .sec_rec_flow__header {
    margin-bottom: 60px;
  }
}
.sec_rec_flow__title-wrap {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
}
.sec_rec_flow__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1;
  font-size: 35px;
  opacity: 0.1;
}
@media screen and (min-width: 1200px) {
  .sec_rec_flow__bg-text {
    font-size: 120px;
  }
}
.sec_rec_flow__number {
  position: relative;
  z-index: 2;
  margin-right: 10px;
  font-weight: bold;
}
.sec_rec_flow__title-ja {
  position: relative;
  z-index: 2;
  font-weight: bold;
}

.bl_flow-steps {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .bl_flow-steps {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 20px;
  }
}
.bl_flow-steps__item {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .bl_flow-steps__item {
    width: calc((100% - 80px) / 3);
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
  }
}
.bl_flow-steps__item:nth-last-child(2) {
  margin-bottom: 0;
}
.bl_flow-steps__item:last-child {
  margin-bottom: 0;
}
.bl_flow-steps__label {
  display: inline-flex;
  align-items: flex-end;
  line-height: 1.5;
}
.bl_flow-steps__step-number {
  margin-right: 5px;
  font-weight: bold;
}
.bl_flow-steps__step-text {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .bl_flow-steps__step-text {
    font-size: 25px;
  }
}
.bl_flow-steps__step-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #4caf50;
}
.bl_flow-steps__arrow {
  display: block;
  width: 20px;
  height: 12px;
  margin-bottom: 20px;
  background-color: transparent;
  position: relative;
}
.bl_flow-steps__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #4caf50;
}
@media screen and (min-width: 1200px) {
  .bl_flow-steps__arrow {
    width: 50px;
    height: 15px;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    align-self: center;
  }
  .bl_flow-steps__arrow::before {
    transform: translate(-50%, -50%) rotate(0deg);
    border-width: 7.5px 0 7.5px 15px;
  }
  .bl_flow-steps__arrow:last-of-type {
    display: none;
  }
  .bl_flow-steps__arrow--break-point {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .bl_flow-steps > .bl_flow-steps__item:nth-child(4) {
    margin-left: calc((100% - ((100% - 80px) / 3 * 2 + 20px)) / 2);
    flex-basis: calc((100% - 80px) / 3);
    justify-content: center;
  }
}

/* 
 * FAQ Section Styles (Accordion)
 * Note: font-size and color properties are excluded as per the coding guidelines.
 */
.sec_rec_question {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eaf8f0;
}
@media screen and (min-width: 1200px) {
  .sec_rec_question {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.sec_rec_question__inner {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  .sec_rec_question__inner {
    max-width: 900px;
  }
}
.sec_rec_question__header {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  padding: 50px 0;
}
@media screen and (min-width: 1200px) {
  .sec_rec_question__header {
    margin-bottom: 60px;
  }
}
.sec_rec_question__title-wrap {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
}
.sec_rec_question__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1;
  font-size: 60px;
  opacity: 0.1;
}
@media screen and (min-width: 1200px) {
  .sec_rec_question__bg-text {
    font-size: 120px;
  }
}
.sec_rec_question__number {
  position: relative;
  z-index: 2;
  margin-right: 10px;
  font-weight: bold;
}
.sec_rec_question__title-ja {
  position: relative;
  z-index: 2;
  font-weight: bold;
}

.bl_accordion {
  width: 100%;
}

.bl_accordion__item {
  margin-bottom: 20px;
}
.bl_accordion__item:last-child {
  margin-bottom: 0;
}

.bl_accordion__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 20px;
  border: none;
  border-radius: 10px;
  background-color: #fffef0;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  transition: background-color 0.3s ease;
}
.bl_accordion__head[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (min-width: 1200px) {
  .bl_accordion__head {
    padding: 20px 30px;
  }
}

.bl_accordion__head-q-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #4caf50;
  margin-right: 15px;
  flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .bl_accordion__head-q-icon {
    width: 32px;
    height: 32px;
    margin-right: 20px;
  }
}

.bl_accordion__head-text {
  flex-grow: 1;
  line-height: 1.6;
}

.bl_accordion__arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #4caf50 transparent transparent transparent;
  margin-left: 20px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.bl_accordion__arrow[data-state=open] {
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .bl_accordion__arrow {
    border-width: 8px 7px 0 7px;
    margin-left: 30px;
  }
}

.bl_accordion__body {
  overflow: hidden;
  height: 0;
  padding: 0 20px;
  border-radius: 0 0 10px 10px;
  background-color: #fffef0;
  transition: height 0.3s ease, padding 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.bl_accordion__body[aria-hidden=false] {
  height: auto;
  padding: 20px;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1200px) {
  .bl_accordion__body {
    padding: 0 30px;
  }
  .bl_accordion__body[aria-hidden=false] {
    padding: 30px;
  }
}

.bl_accordion__answer {
  line-height: 1.8;
}

/* 
 * Recruitment Requirements Section Styles
 * Note: font-size and color properties are excluded as per the coding guidelines.
 */
.sec_rec_requirements {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f2ec;
}
@media screen and (min-width: 1200px) {
  .sec_rec_requirements {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.sec_rec_requirements__inner {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  .sec_rec_requirements__inner {
    max-width: 900px;
  }
}
.sec_rec_requirements__header {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  padding: 50px 0;
}
@media screen and (min-width: 1200px) {
  .sec_rec_requirements__header {
    margin-bottom: 60px;
  }
}
.sec_rec_requirements__title-wrap {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
}
.sec_rec_requirements__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1;
  font-size: 30px;
  opacity: 0.1;
}
@media screen and (min-width: 1200px) {
  .sec_rec_requirements__bg-text {
    font-size: 120px;
  }
}
.sec_rec_requirements__number {
  position: relative;
  z-index: 2;
  margin-right: 10px;
  font-weight: bold;
}
.sec_rec_requirements__title-ja {
  position: relative;
  z-index: 2;
  font-weight: bold;
}

.bl_requirements-table {
  width: 100%;
  border-radius: 10px;
  background-color: #eaf8f0;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .bl_requirements-table {
    border-radius: 10px;
  }
}
.bl_requirements-table__row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .bl_requirements-table__row {
    flex-direction: row;
  }
}
.bl_requirements-table__row:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bl_requirements-table__label {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 15px;
  background-color: #4caf50;
  flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .bl_requirements-table__label {
    width: 180px;
    padding: 15px 20px;
  }
}
.bl_requirements-table__value {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 15px;
  line-height: 1.6;
}
@media screen and (min-width: 1200px) {
  .bl_requirements-table__value {
    flex-grow: 1;
    padding: 15px 20px;
  }
}

/* 
 * Recruitment Form Section Styles
 * Note: font-size and color properties are excluded as per the coding guidelines.
 */
.sec_rec_form {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0;
  background-color: #eaf8f0;
}
@media screen and (min-width: 1200px) {
  .sec_rec_form {
    padding-top: 100px;
  }
}
.sec_rec_form__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.bl_contact-form {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px 30px;
  border-radius: 0px 0px 10px 10px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  z-index: 99;
  /* Contact Form 7 のデフォルト出力に対するスタイル */
  /* 必須バッジのスタイル */
  /* 入力フィールドの共通スタイル */
  /* ラジオボタン */
  /* ファイルアップロード */
  /* 送信ボタン */
}
@media screen and (min-width: 1200px) {
  .bl_contact-form {
    padding: 60px 40px 50px;
    border-radius: 15px;
  }
}
.bl_contact-form__title {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
.bl_contact-form .wpcf7 {
  width: 100%;
}
.bl_contact-form .wpcf7-form {
  width: 100%;
}
.bl_contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .bl_contact-form .wpcf7-form-control-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.bl_contact-form .wpcf7-form-control-wrap label {
  display: block;
  margin-bottom: 8px;
  line-height: 1.5;
}
.bl_contact-form .wpcf7-form-control-wrap .wpcf7-form-control-wrap:not(:first-of-type) label {
  display: flex;
  align-items: center;
}
.bl_contact-form .wpcf7-form-control-wrap label .wpcf7-quiz-label,
.bl_contact-form .wpcf7-form-control-wrap label .wpcf7-list-item-label:not(.wpcf7-list-item-label) {
  position: relative;
  padding-right: 35px;
}
.bl_contact-form .wpcf7-form-control-wrap label:has(span.wpcf7-not-valid-tip:empty)::after {
  content: "必須";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 18px;
  border-radius: 4px;
  background-color: #4caf50;
  margin-left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.bl_contact-form input[type=text],
.bl_contact-form input[type=email],
.bl_contact-form input[type=tel],
.bl_contact-form textarea,
.bl_contact-form input[type=file] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #f8fcf9;
  box-sizing: border-box;
  line-height: 1.5;
}
.bl_contact-form input[type=text]::-moz-placeholder, .bl_contact-form input[type=email]::-moz-placeholder, .bl_contact-form input[type=tel]::-moz-placeholder, .bl_contact-form textarea::-moz-placeholder, .bl_contact-form input[type=file]::-moz-placeholder {
  opacity: 0.6;
}
.bl_contact-form input[type=text]::placeholder,
.bl_contact-form input[type=email]::placeholder,
.bl_contact-form input[type=tel]::placeholder,
.bl_contact-form textarea::placeholder,
.bl_contact-form input[type=file]::placeholder {
  opacity: 0.6;
}
@media screen and (min-width: 1200px) {
  .bl_contact-form input[type=text],
  .bl_contact-form input[type=email],
  .bl_contact-form input[type=tel],
  .bl_contact-form textarea,
  .bl_contact-form input[type=file] {
    padding: 15px 20px;
    border-radius: 10px;
  }
}
.bl_contact-form textarea {
  min-height: 120px;
  resize: vertical;
}
@media screen and (min-width: 1200px) {
  .bl_contact-form textarea {
    min-height: 150px;
  }
}
.bl_contact-form .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .bl_contact-form .wpcf7-list-item {
    margin-bottom: 0;
  }
}
.bl_contact-form .wpcf7-list-item-label {
  margin-left: 5px;
  line-height: 1;
}
.bl_contact-form input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #4caf50;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
.bl_contact-form input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4caf50;
}
.bl_contact-form .wpcf7-file {
  border: none;
  padding: 0;
  background-color: transparent;
}
.bl_contact-form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 15px 30px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border: none;
  border-radius: 30px;
  background-color: #ffc107;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}
.bl_contact-form .wpcf7-submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}
.bl_contact-form .wpcf7-submit:hover {
  background-color: rgb(211, 158.25, 0);
}
@media screen and (min-width: 1200px) {
  .bl_contact-form .wpcf7-submit {
    min-width: 250px;
    padding: 18px 40px;
    margin-top: 50px;
  }
  .bl_contact-form .wpcf7-submit::after {
    right: 30px;
    border-width: 7px 0 7px 9px;
  }
}

.bl_rec-message {
  width: 100%;
  min-height: 200px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: -10px;
  background-image: url("../images/page-recruit/page-recruit_06.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-start;
  text-align: center;
  position: relative;
  overflow: hidden;
  align-items: flex-end;
  z-index: 0;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .bl_rec-message {
    min-height: 600px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: -150px;
  }
}
.bl_rec-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1333333333);
  z-index: 0;
}
.bl_rec-message__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 1200px) {
  .bl_rec-message__content {
    max-width: 960px;
    text-align: left;
    margin: 0 auto;
  }
}
.bl_rec-message__text {
  display: inline-block;
  line-height: 25px;
  background-color: rgba(71, 168, 52, 0.8823529412);
  padding: 5px 20px;
  color: white;
  font-size: 19px;
  margin: 5px 0;
}
@media screen and (min-width: 1200px) {
  .bl_rec-message__text {
    padding: 0 20px;
    line-height: 2.2;
    margin-bottom: 25px;
    font-size: 23px;
  }
}

/* bl_contact-form__title は変更なし */
/* Contact Form 7 のデフォルト出力に対するスタイル */
.wpcf7 {
  width: 100%;
}

.wpcf7-form {
  width: 100%;
}

.bl_contact-form__group {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .bl_contact-form__group {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.bl_contact-form__label {
  display: block;
  line-height: 1.5;
}

/* 必須バッジのスタイル */
.bl_contact-form__required-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 25px;
  border-radius: 4px;
  background-color: #eaf8f1;
  margin-left: 8px;
}

/* 入力フィールドの共通スタイル */
input[type=text],
input[type=email],
input[type=tel],
textarea,
input[type=file],
.bl_contact-form__text-input {
  /* Contact Form 7のタグにclassを直接付与する場合 */
  width: 100%;
  padding: 12px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #f8fcf9;
  box-sizing: border-box;
  line-height: 1.5;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder, input[type=file]::-moz-placeholder, .bl_contact-form__text-input::-moz-placeholder {
  opacity: 0.6;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder,
input[type=file]::placeholder,
.bl_contact-form__text-input::placeholder {
  opacity: 0.6;
}
@media screen and (min-width: 1200px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  input[type=file],
  .bl_contact-form__text-input {
    padding: 15px 20px;
    border-radius: 10px;
  }
}

textarea.bl_contact-form__textarea {
  /* textareaにclassを直接付与 */
  min-height: 120px;
  resize: vertical;
}
@media screen and (min-width: 1200px) {
  textarea.bl_contact-form__textarea {
    min-height: 150px;
  }
}

/* ラジオボタンのfieldsetとlegend */
.bl_contact-form__fieldset {
  border: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .bl_contact-form__fieldset {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

.bl_contact-form__legend {
  display: block;
  margin-bottom: 8px;
  line-height: 1.5;
}

.bl_contact-form__radio-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bl_contact-form__radio-label {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .bl_contact-form__radio-label {
    margin-bottom: 0;
  }
}

.bl_contact-form__radio-text {
  margin-left: 5px;
  line-height: 1;
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #4caf50;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4caf50;
}

.bl_contact-form__sub-label {
  margin-left: 10px;
  margin-right: 5px;
  line-height: 1.5;
}

.bl_contact-form__text-input--inline {
  width: 80px;
  flex-shrink: 0;
}

/* ファイルアップロード */
.bl_contact-form__file-input {
  border: none;
  padding: 0;
  background-color: transparent;
}

/* 送信ボタンのラッパー */
.bl_contact-form__submit-wrap {
  text-align: center;
}

/* 送信ボタン (以前のスタイルを適用) */
.bl_contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 15px 30px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border: none;
  border-radius: 30px;
  background-color: #ffc107;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}
.bl_contact-form__submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}
.bl_contact-form__submit:hover {
  background-color: rgb(211, 158.25, 0);
}
@media screen and (min-width: 1200px) {
  .bl_contact-form__submit {
    min-width: 250px;
    padding: 18px 40px;
    margin-top: 50px;
  }
  .bl_contact-form__submit::after {
    right: 30px;
    border-width: 7px 0 7px 9px;
  }
}

.wpcf7-spinner {
  display: none;
}

.sec_aboutus {
  padding-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .sec_aboutus {
    padding-bottom: 100px;
  }
}
.sec_aboutus_top {
  padding: 40px 20px 0;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .sec_aboutus_top {
    padding: 80px 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.sec_aboutus_top .bl_aboutusTop_inner {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .sec_aboutus_top .bl_aboutusTop_inner {
    width: 45%;
    margin: 0;
  }
}
.sec_aboutus_top .bl_aboutusTop_head {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .sec_aboutus_top .bl_aboutusTop_head {
    margin-bottom: 50px;
  }
}
.sec_aboutus_top .bl_aboutusTop_subTitle {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 10px;
  border-bottom: solid 1px #48ac34;
  width: 50%;
}
.sec_aboutus_top .bl_aboutusTop_subTitle__arc {
  display: inline-block;
  padding: 0 10px 0 0;
}
.sec_aboutus_top .bl_aboutusTop_subTitle__arc img {
  width: 60px;
}
@media screen and (min-width: 1200px) {
  .sec_aboutus_top .bl_aboutusTop_subTitle__arc img {
    width: 60px;
  }
}
.sec_aboutus_top .bl_aboutusTop_title {
  line-height: 1.2;
}
.sec_aboutus_top .bl_aboutusTop_body {
  line-height: 1.7;
}
.sec_aboutus_top .bl_aboutusTop_body p:not(:last-child) {
  margin-bottom: 1em;
}
.sec_aboutus_top .bl_aboutusTop_sliderContainer {
  margin-top: 50px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .sec_aboutus_top .bl_aboutusTop_sliderContainer {
    margin-top: 0;
    width: 100%;
    padding: 50px 0;
  }
}
.sec_aboutus_top .bl_aboutusTop_slider {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  will-change: transform;
}
.sec_aboutus_top .bl_aboutusTop_slider.-bottom {
  margin-top: 10px;
}
.sec_aboutus_top .bl_aboutusTop_sliderList {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec_aboutus_top .bl_aboutusTop_sliderItem {
  flex-shrink: 0;
  width: 75vw;
  height: 200px;
  padding: 5px;
}
@media screen and (min-width: 1200px) {
  .sec_aboutus_top .bl_aboutusTop_sliderItem {
    width: 540px;
    height: 330px;
    padding: 10px;
  }
}
.sec_aboutus_top .bl_aboutusTop_sliderItem img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec_staffSlider {
  padding: 50px 0;
}
@media screen and (min-width: 1200px) {
  .sec_staffSlider {
    padding: 80px 0;
  }
}
.sec_staffSlider .bl_staffSlider_title {
  text-align: center;
  margin-bottom: 30px;
}
.sec_staffSlider .bl_staffSlider_wrapper {
  overflow: hidden;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .sec_staffSlider .bl_staffSlider_wrapper {
    padding: 0 40px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.sec_staffSlider .bl_staffSlider_container {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  will-change: transform;
}
.sec_staffSlider .bl_staffSlider_item {
  flex-shrink: 0;
  width: 80vw;
  text-align: center;
  margin-right: 20px;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .sec_staffSlider .bl_staffSlider_item {
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;
  }
}
.sec_staffSlider .bl_staffSlider_item:last-child {
  margin-right: 0;
}
.sec_staffSlider .bl_staffSlider_image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
  background-color: #f0f0f0;
}
@media screen and (min-width: 1200px) {
  .sec_staffSlider .bl_staffSlider_image {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }
}
.sec_staffSlider .bl_staffSlider_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_staffSlider .bl_staffSlider_name {
  margin-bottom: 5px;
  font-weight: bold;
}
.sec_aboutus_Message {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .sec_aboutus_Message {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.sec_aboutus_Message .bl_aboutusMessage_inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  .sec_aboutus_Message .bl_aboutusMessage_inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.sec_aboutus_Message .bl_aboutusMessage_heading {
  margin-bottom: 32px;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .sec_aboutus_Message .bl_aboutusMessage_heading {
    margin-bottom: 48px;
  }
}
.sec_aboutus_Message .bl_aboutusMessage_subTitle {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: #48ac34 solid 1px;
  width: 50%;
}
@media screen and (min-width: 1200px) {
  .sec_aboutus_Message .bl_aboutusMessage_subTitle {
    width: 20%;
    margin-bottom: 10px;
  }
}
.sec_aboutus_Message .bl_aboutusMessage_subTitle span {
  display: inline-block;
  padding: 0 10px 0 0;
}
.sec_aboutus_Message .bl_aboutusMessage_subTitle span img {
  width: 60px;
}
@media screen and (min-width: 1200px) {
  .sec_aboutus_Message .bl_aboutusMessage_subTitle span img {
    width: 60px;
  }
}
.sec_aboutus_Message .bl_aboutusMessage_mainTitle {
  line-height: 1.2;
}
.sec_aboutus_Message .bl_aboutusMessage_content {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(214, 214, 214, 0.6392156863);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}
@media screen and (min-width: 1200px) {
  .sec_aboutus_Message .bl_aboutusMessage_content {
    display: flex;
    gap: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 80px;
    padding-left: 80px;
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 40px 100%, 0 calc(100% - 40px));
  }
}
.sec_aboutus_Message .bl_aboutusMessage_textWrapper {
  margin-bottom: 32px;
}
@media screen and (min-width: 1200px) {
  .sec_aboutus_Message .bl_aboutusMessage_textWrapper {
    flex: 1;
    margin-bottom: 0;
  }
}
.sec_aboutus_Message .bl_aboutusMessage_text {
  margin-bottom: 1.5em;
  line-height: 1.8;
}
.sec_aboutus_Message .bl_aboutusMessage_text:last-of-type {
  margin-bottom: 0;
}
.sec_aboutus_Message .bl_aboutusMessage_imageWrapper {
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .sec_aboutus_Message .bl_aboutusMessage_imageWrapper {
    flex-shrink: 0;
    width: 300px;
    margin-right: 0;
    margin-left: 0;
  }
}
.sec_aboutus_Message .bl_aboutusMessage_image {
  display: block;
  width: 100%;
  height: auto;
}

.sec_aboutus_information {
  position: relative;
  padding: 50px 10px;
  background-image: url("../images/grid_pattern.png");
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  .sec_aboutus_information {
    padding: 80px 40px;
  }
}
.sec_aboutus_information .bl_aboutusInformation_header {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .sec_aboutus_information .bl_aboutusInformation_header {
    margin-bottom: 60px;
    text-align: left;
  }
}
.sec_aboutus_information .bl_aboutusInformation_header .bl_aboutusInformation_lead {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: solid 1px #48ac34;
  width: 60%;
}
@media screen and (min-width: 1200px) {
  .sec_aboutus_information .bl_aboutusInformation_header .bl_aboutusInformation_lead {
    width: 20%;
  }
}
.sec_aboutus_information .bl_aboutusInformation_header .bl_aboutusInformation_lead span {
  display: inline-block;
  padding: 0 10px 0 0;
}
.sec_aboutus_information .bl_aboutusInformation_header .bl_aboutusInformation_lead span img {
  width: 60px;
}
@media screen and (min-width: 1200px) {
  .sec_aboutus_information .bl_aboutusInformation_header .bl_aboutusInformation_lead span img {
    width: 60px;
  }
}
.sec_aboutus_information .bl_aboutusInformation_header .bl_aboutusInformation_title {
  margin-top: 0;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .sec_aboutus_information .bl_aboutusInformation_content {
    display: flex;
    justify-content: space-between;
  }
}
.sec_aboutus_information .bl_aboutusInformation_mapWrapper {
  width: 100%;
  margin-bottom: 40px;
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .sec_aboutus_information .bl_aboutusInformation_mapWrapper {
    width: 50%;
    margin-bottom: 0;
    padding-right: 40px;
  }
}
.sec_aboutus_information .bl_aboutusInformation_mapWrapper .bl_aboutusInformation_mapImage {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  box-sizing: border-box;
}
.sec_aboutus_information .bl_aboutusInformation_details {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .sec_aboutus_information .bl_aboutusInformation_details {
    width: 50%;
  }
}
.sec_aboutus_information .bl_aboutusInformation_details .bl_aboutusInformation_detailList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sec_aboutus_information .bl_aboutusInformation_details .bl_aboutusInformation_detailItem {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #48ac34;
  box-sizing: border-box;
}
.sec_aboutus_information .bl_aboutusInformation_details .bl_aboutusInformation_detailItem:first-of-type {
  border-top: 1px solid #48ac34;
}
.sec_aboutus_information .bl_aboutusInformation_details .bl_aboutusInformation_detailItem .bl_aboutusInformation_detailTerm {
  width: 100%;
  margin: 0;
  padding-bottom: 5px;
}
@media screen and (min-width: 1200px) {
  .sec_aboutus_information .bl_aboutusInformation_details .bl_aboutusInformation_detailItem .bl_aboutusInformation_detailTerm {
    width: 30%;
    padding-bottom: 0;
  }
}
.sec_aboutus_information .bl_aboutusInformation_details .bl_aboutusInformation_detailItem .bl_aboutusInformation_detailDescription {
  width: 100%;
  margin: 0;
  line-height: 1.6;
}
@media screen and (min-width: 1200px) {
  .sec_aboutus_information .bl_aboutusInformation_details .bl_aboutusInformation_detailItem .bl_aboutusInformation_detailDescription {
    width: 70%;
  }
}

/*
Licensed Businesses Section Styles
*/
.sec_LicensedBusinesses {
  padding: 30px 0;
  text-align: center;
}
.sec_LicensedBusinesses__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
}
.sec_LicensedBusinesses__title {
  margin-bottom: 30px;
  text-align: left;
}
.sec_LicensedBusinesses .bl_licenseCard {
  margin-bottom: 40px;
  padding: 20px;
  text-align: left;
  border: 1px solid #eee;
  border-radius: 8px;
}
.sec_LicensedBusinesses .bl_licenseCard__heading {
  margin-bottom: 20px;
}
.sec_LicensedBusinesses .bl_licenseCard__detailList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec_LicensedBusinesses .bl_licenseCard__detailItem {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.sec_LicensedBusinesses .bl_licenseCard__detailItem--full {
  flex-direction: column;
}
.sec_LicensedBusinesses .bl_licenseCard__detailTerm {
  min-width: 120px;
  margin-bottom: 5px;
  font-weight: bold;
}
.sec_LicensedBusinesses .bl_licenseCard__detailDescription {
  margin-left: 0;
  word-break: break-word;
}
.sec_LicensedBusinesses .bl_licenseCard__kindList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.sec_LicensedBusinesses .bl_licenseCard__kindListItem {
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .sec_LicensedBusinesses {
    padding: 60px 0;
  }
  .sec_LicensedBusinesses__title {
    margin-bottom: 60px;
  }
  .sec_LicensedBusinesses .bl_licenseCard {
    margin-bottom: 60px;
    padding: 30px;
  }
  .sec_LicensedBusinesses .bl_licenseCard__detailItem {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .sec_LicensedBusinesses .bl_licenseCard__detailTerm {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .sec_LicensedBusinesses .bl_licenseCard__detailDescription {
    margin-left: 0;
  }
  .sec_LicensedBusinesses .bl_licenseCard__kindList {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

.sec_contact {
  display: block;
  padding: 30px 0;
}
@media screen and (min-width: 1200px) {
  .sec_contact {
    padding: 60px 0;
  }
}
.sec_contact__inner {
  box-sizing: border-box;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.sec_contact__sub-heading {
  display: block;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
}
.sec_contact__heading {
  display: block;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 1200px) {
  .sec_contact__heading {
    margin-bottom: 60px;
  }
}

.bl_contact-form {
  display: block;
}
.bl_contact-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bl_contact-form .wpcf7-form p.bl_contact-form__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  position: relative;
  gap: 2px;
}
@media screen and (min-width: 1200px) {
  .bl_contact-form .wpcf7-form p.bl_contact-form__item {
    align-items: center;
    flex-direction: row;
    gap: 0;
  }
}
@media screen and (min-width: 1200px) {
  .bl_contact-form .bl_contact-form__item--textarea {
    align-items: flex-start;
  }
}
.bl_contact-form__label {
  display: block;
  line-height: 1.5;
  padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .bl_contact-form__label {
    flex-shrink: 0;
    text-align: left;
    width: 200px;
  }
}
.bl_contact-form__required {
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  margin-left: 3px;
  padding: 2px 8px;
  text-align: center;
  vertical-align: middle;
}
.bl_contact-form .wpcf7-form-control-wrap {
  display: block;
  flex-grow: 1;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .bl_contact-form .wpcf7-form-control-wrap {
    max-width: 500px;
  }
}
.bl_contact-form__input, .bl_contact-form__textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  display: block;
  line-height: 1.5;
  padding: 10px 15px;
  width: 100%;
}
.bl_contact-form__input.wpcf7-not-valid, .bl_contact-form__textarea.wpcf7-not-valid {
  border-style: solid;
}
.bl_contact-form__textarea {
  height: 150px;
  resize: vertical;
}
.bl_contact-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (min-width: 1200px) {
  .bl_contact-form .wpcf7-radio {
    gap: 20px;
  }
}
.bl_contact-form .wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.bl_contact-form__radio-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 20px;
  flex-shrink: 0;
}
.bl_contact-form__radio-input:checked::before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
}
.bl_contact-form .wpcf7-list-item-label {
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  padding-left: 8px;
  vertical-align: middle;
}
.bl_contact-form__submit-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .bl_contact-form__submit-wrapper {
    margin-top: 30px;
  }
}
.bl_contact-form__submit-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  justify-content: center;
  line-height: 1;
  min-width: 200px;
  padding: 15px 30px;
  font-weight: bold;
  transition: opacity 0.3s ease;
}
.bl_contact-form__submit-button::before {
  content: ">";
  display: block;
  line-height: 1;
}
.bl_contact-form__submit-button:hover {
  opacity: 0.7;
}
.bl_contact-form__submit-button.wpcf7-submit.wpcf7-submit-processing {
  opacity: 0.7;
}
.bl_contact-form .wpcf7-spinner {
  animation: spin 0.8s linear infinite;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  display: none;
  height: 18px;
  margin-left: 10px;
  width: 18px;
  vertical-align: middle;
}
.bl_contact-form .wpcf7-not-valid-tip {
  bottom: -20px;
  display: block;
  left: 0;
  line-height: 1.2;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .bl_contact-form .wpcf7-not-valid-tip {
    bottom: -25px;
  }
}
.bl_contact-form .wpcf7-response-output {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  line-height: 1.5;
  margin-top: 20px;
  padding: 15px;
  text-align: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* br を目立たなくする（セクション限定） */
.sec_contact .wpcf7-form br,
.sec_contact .wpcf7-form p br {
  display: none;
  line-height: 0;
}

/* 空の p を視覚的に消す（余白だけ残すのを防ぐ） */
.sec_contact .wpcf7-form p:empty {
  display: none;
  margin: 0;
  padding: 0;
}

/* pタグが中身スペースだけの場合にも効く（スペースだけのケース） */
.sec_contact .wpcf7-form p {
  margin: 0;
  padding: 0;
}

/* ただしフォーム内の正規メッセージには影響させないようセレクタを限定する場合は調整してください */
.sec_service_information {
  padding: 40px 0;
}
@media screen and (min-width: 1200px) {
  .sec_service_information {
    padding: 80px 0;
  }
}
.sec_service_information__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .sec_service_information__inner {
    padding: 0 40px;
  }
}

.bl_service_head {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .bl_service_head {
    margin-bottom: 60px;
  }
}
.bl_service_head__label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  line-height: 1;
  border-bottom: solid 1px #4dad51;
  width: 60%;
}
@media screen and (min-width: 1200px) {
  .bl_service_head__label {
    width: 20%;
  }
}
.bl_service_head__label span {
  display: inline-block;
  padding: 0 10px 0 0;
}
.bl_service_head__label span img {
  width: 60px;
}
@media screen and (min-width: 1200px) {
  .bl_service_head__label span img {
    width: 60px;
  }
}
.bl_service_head__title {
  margin-bottom: 16px;
  line-height: 1.2;
  text-align: left;
}
.bl_service_head__text {
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: left;
}
.bl_service_head__text:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .bl_service_head__text {
    margin-left: auto;
    margin-right: auto;
  }
}

.bl_service_list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
@media screen and (min-width: 1200px) {
  .bl_service_list {
    grid-gap: 60px;
  }
}

.bl_service_item {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1200px) {
  .bl_service_item {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .bl_service_item--reverse {
    flex-direction: row-reverse;
  }
}
.bl_service_item__image {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .bl_service_item__image {
    width: 50%;
  }
}
.bl_service_item__image img {
  display: block;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .bl_service_item__image img {
    height: 100%;
  }
}
.bl_service_item__body {
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  .bl_service_item__body {
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.bl_service_item__label {
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 8px;
  line-height: 1;
  background: #4dad51;
  color: #ffffff;
  text-align: center;
}
.bl_service_item__title {
  margin-bottom: 16px;
  line-height: 1.4;
}
.bl_service_item__text {
  line-height: 1.6;
}

.js-text-reveal {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  vertical-align: bottom;
}
.js-text-reveal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4cae51;
  z-index: 1;
  transform: translateX(-101%);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.js-text-reveal .js-text-inner {
  position: relative;
  display: inline-block;
  z-index: 2;
  padding: 0 10px;
  transform: translateX(-101%);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.1s;
}
.js-text-reveal.is-active::before {
  transform: translateX(0);
}
.js-text-reveal.is-active .js-text-inner {
  transform: translateX(0);
}

/* 初期状態：透明で左にズレている */
.js-fadeInLeft {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 1s, transform 1s; /* 変化にかかる時間 */
}

/* JavaScriptで付与されるクラス：不透明になり元の位置へ */
.js-fadeInLeft.is-active {
  opacity: 1;
  transform: translateX(0);
}

/* 共通：スクロールアニメーションの初期状態 */
.js-scroll-trigger {
  opacity: 0;
  transform: translateY(30px); /* 下に30pxずらしておく */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* アニメーションの速度 */
  will-change: opacity, transform; /* パフォーマンス最適化 */
}

/* クラスが付与された時の状態（出現時） */
.js-scroll-trigger.is-visible {
  opacity: 1;
  transform: translateY(0); /* 元の位置に戻る */
}/*# sourceMappingURL=app.css.map */