@charset "UTF-8";
/*mediaquery-1*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
.cf {
  zoom: 1;
}
.cf:after {
  display: block;
  content: "";
  clear: both;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.hidetext {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

:root {
  /* SP（〜767） */
  --fz-base: 1.4rem;
  --fz-1: 2.4rem;
  /* H1 */
  --fz-2: 2rem;
  /* H2 */
  --fz-3: 1.6rem;
  /* H3 */
  --fz-4: 1.5rem;
  /* H4 */
  --fz-5: 1.3rem;
  /* 補足 */
  --heading01: 4.6rem;
  --heading02: 3.6rem;
  --heading03: 2.2rem;
}

@media (min-width: 768px) {
  :root {
    /* PC（768〜） */
    --fz-base: clamp(1.4rem, 1.3vw, 1.9rem);
    --fz-1: clamp(2.6rem, 2.2vw, 3.2rem);
    --fz-2: clamp(2rem, 1.8vw, 2.6rem);
    --fz-3: clamp(1.7rem, 1.5vw, 2.2rem);
    --fz-4: clamp(1.5rem, 1.2vw, 1.9rem);
    --fz-5: clamp(1.3rem, 1.1vw, 1.6rem);
    --heading01: clamp(4.6rem, 6vw, 8rem);
    --heading02: clamp(3.6rem, 5vw, 7.5rem);
    --heading03: clamp(2.4rem, 3vw, 4rem);
  }
}
/*
	include style
===================================================*/
.ellipsis {
  width: 100%;
}

/*
	general style
===================================================*/
*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  position: relative;
  height: 100%;
}

body {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body {
  position: relative;
  color: #282828;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  line-height: 1.6;
  background-color: #fffdfa;
}

a {
  background-color: transparent;
  transition: 0.2s;
}
a:hover {
  color: #282828;
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}

/*
	layout style
===================================================*/
/*reCAPTCHAバッチ非表示*/
.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (max-width: 640px) {
  br.brpc {
    display: none;
  }
}

br.brmd {
  display: none;
}
@media screen and (max-width: 768px) {
  br.brmd {
    display: block;
  }
}

br.brsp {
  display: none;
}
@media screen and (max-width: 640px) {
  br.brsp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pcblock {
    display: none;
  }
}

.mdblock {
  display: none;
}
@media screen and (max-width: 768px) {
  .mdblock {
    display: block;
  }
}

.spblock {
  display: none;
}
@media screen and (max-width: 640px) {
  .spblock {
    display: block;
  }
}

#wraper {
  overflow: hidden;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 90%;
    width: 90%;
    padding: 0;
  }
}

.tate {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
}

/*reCAPTCHAバッチ位置調整*/
.grecaptcha-badge {
  bottom: 80px !important;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.red {
  color: red;
}

/*
	Component
===================================================*/
.fv-shiny-banner {
  position: relative;
  display: inline-block;
  padding: 1.5rem 3rem;
  --shiny-pos: 150%;
  /* 白い背景バー */
}
.fv-shiny-banner__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 1;
}
.fv-shiny-banner {
  /* 画像コンテナ */
}
.fv-shiny-banner__img {
  position: relative;
  z-index: 2;
  opacity: 0;
  line-height: 0;
}
.fv-shiny-banner__img img {
  display: block;
  max-width: 500px;
  height: auto;
}
.fv-shiny-banner__img {
  /* 文字の形だけで光らせる疑似要素 */
}
.fv-shiny-banner__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 緑のグラデーション光 */
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 30%, rgba(204, 255, 144, 0.8) 50%, rgba(255, 255, 255, 0) 70%) no-repeat;
  background-size: 200% 100%;
  background-position: var(--shiny-pos) 0;
  /* 【重要】PNGの形（アルファチャンネル）でマスクする */
  -webkit-mask-image: url(path/to/fv-txt.png);
  mask-image: url(path/to/fv-txt.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  pointer-events: none;
}

/* --- 変数設定（適宜プロジェクトの変数に書き換えてください） --- */
.shiny-banner {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  --shiny-pos: 150%;
  overflow: visible;
  /* 1. 背景の白いバー */
}
.shiny-banner__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transform: translateX(-101%);
  z-index: 1;
}
.shiny-banner {
  /* 2. 画像コンテナ（ここにマスクをかける） */
}
.shiny-banner__img {
  position: relative;
  z-index: 2;
  opacity: 0;
  line-height: 0;
}
.shiny-banner__img img {
  display: block;
  max-width: 450px;
  height: auto;
}
.shiny-banner__img {
  /* 3. PNGの形だけで光らせる疑似要素 */
}
.shiny-banner__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 光のグラデーション */
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 30%, rgba(204, 255, 144, 0.8) 50%, rgba(255, 255, 255, 0) 70%) no-repeat;
  /* 背景サイズを横長にして動かせるようにする */
  background-size: 200% 100%;
  background-position: var(--shiny-pos) 0;
  /* 【最重要】PNG画像の形でマスクする */
  /* 画像パスはCSSファイルからの相対パスに合わせてください */
  -webkit-mask-image: url(../img/common/fv-txt.png);
  mask-image: url(../img/common/fv-txt.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  pointer-events: none;
}

/*キラッと*/
.js-shiny-heading span {
  display: inline-block !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  /* 1. 背景を2層にする：[光の黄緑グラデーション], [土台の緑色] */
  background: linear-gradient(110deg, transparent 25%, rgba(204, 255, 144, 0.8) 50%, transparent 75%), #41a054;
  /* 2. 背景サイズ：光は横長(200%)、土台はピッタリ(100%) */
  background-size: 200% 100%, 100% 100%;
  /* 3. 初期位置：光を右側(150%)に隠しておく */
  background-position: 150% 0, 0 0;
  background-repeat: no-repeat;
  /* 4. テキストで型抜き */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; /* 文字色を透明にして背景を見せる */
  /*ブロック要素*/
}
.js-shiny-heading span.--block {
  display: block !important;
}
.js-shiny-heading span {
  /*黒文字*/
}
.js-shiny-heading span.--black {
  background: linear-gradient(110deg, transparent 25%, rgba(204, 255, 144, 0.8) 50%, transparent 75%), #282828; /* ここを $base から $text に変える */
  background-size: 200% 100%, 100% 100%;
  background-position: 150% 0, 0 0;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}
.js-shiny-heading span {
  /*白文字*/
}
.js-shiny-heading span.--wh {
  background: linear-gradient(110deg, transparent 25%, rgba(204, 255, 144, 0.8) 50%, transparent 75%), #ffffff; /* ここを $base から $text に変える */
  background-size: 200% 100%, 100% 100%;
  background-position: 150% 0, 0 0;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

/*見出し01*/
.heading-01 {
  position: relative;
}
.heading-01 .en-icon.--our {
  content: "";
  display: inline-block;
  width: 150px;
  height: 120px;
  background-image: url(../img/common/our.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: 1;
}
.heading-01 .en-icon.--about {
  content: "";
  display: inline-block;
  width: 180px;
  height: 100px;
  background-image: url(../img/common/aboutus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: 1;
}
.heading-01__main {
  position: relative;
  z-index: 2;
}
.heading-01__main span {
  font-weight: bold;
}
.heading-01__main span.en {
  display: block !important;
  color: #41a054;
  font-size: var(--heading01);
  line-height: 1.2; /* 行間に少し余裕を持たせる */
  padding-bottom: 0.2em; /* 「g」の足が収まるように下に余白を作る */
  margin-bottom: -0.2em; /* paddingで増えた分、下の日本語との間隔を相殺して調整 */
}
.heading-01__main span.ja {
  margin-top: 2rem;
  font-size: var(--fz-4);
  letter-spacing: 0.1em;
}
.heading-01__main.wh .en {
  color: #ffffff;
}
.heading-01__main.wh .ja {
  color: #ffffff;
}
.heading-01__sub {
  line-height: 2;
}

.heading__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .heading__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
  }
}

.heading-02__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8rem;
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .heading-02__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
    max-width: 90%;
    width: 90%;
    padding: 0;
  }
}

/*見出し02*/
.heading-02 {
  position: relative;
  z-index: 1;
  padding-left: 150px;
  font-weight: normal;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .heading-02 {
    padding-left: 70px;
  }
}
.heading-02 .leaf-icon {
  content: "";
  display: inline-block;
  width: 120px;
  height: 100px;
  background-image: url(../img/common/leaf-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .heading-02 .leaf-icon {
    width: 60px;
    height: 50px;
  }
}
.heading-02__main {
  position: relative;
}
.heading-02__main span {
  display: block;
}
.heading-02__main span.en {
  margin-top: 1em;
  font-size: var(--fz-4);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .heading-02__main span.en {
    margin-top: 0.5em;
  }
}
.heading-02__main span.ja {
  font-size: var(--heading01);
  letter-spacing: 0.1em;
  color: #41a054;
}
@media screen and (max-width: 768px) {
  .heading-02__main span.ja {
    font-size: 3rem;
    line-height: 1.35;
  }
}
.heading-02__main span.ja.wh {
  color: #ffffff;
}
.heading-02__main.beige .ja {
  color: #bea48a;
}

/*見出し03*/
.heading-03 {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 2;
  padding: 4rem 0;
}
.heading-03 .main-ttl {
  font-size: var(--heading03);
  font-weight: bold;
}
.heading-03 .sub-ttl {
  color: #41a054;
}

/*ボタン*/
.c-btn-more a {
  display: inline-block;
  position: relative;
  padding: 16px 120px 16px 42px;
  background: linear-gradient(90deg, #41a054 0%, #d2e768 100%);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 15px;
  transition: all 0.3s ease;
  line-height: 1.75;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 640px) {
  .c-btn-more a {
    display: block;
    padding: 12px 22px 12px 22px;
  }
}
.c-btn-more a p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-btn-more a p {
    text-align: left;
  }
}
.c-btn-more a:hover {
  opacity: 1;
  transform: translateY(-2px);
}
.c-btn-more a:hover .arrow {
  transform: scale(1.1); /* アイコンを少し大きく */
}
.c-btn-more a {
  /* 右端の丸い矢印アイコン */
}
.c-btn-more a .arrow {
  position: absolute;
  right: 30px;
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-btn-more a .arrow {
    right: 20px;
    width: 22px;
    height: 22px;
  }
}
.c-btn-more a .arrow {
  /* > の部分 */
}
.c-btn-more a .arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  margin-left: -4px;
}
@media screen and (max-width: 768px) {
  .c-btn-more a .arrow::after {
    width: 6px;
    height: 6px;
  }
}
.c-btn-more.bg-wh a {
  color: #41a054 !important;
  background: #fffdfa;
}
.c-btn-more.bg-wh a .arrow {
  border: 1px solid #41a054;
  background-color: #41a054;
}
.c-btn-more.wh a {
  color: #ffffff !important;
}
@media screen and (max-width: 768px) {
  .c-btn-more {
    font-size: 16px;
    width: 100%;
  }
  .c-btn-more .arrow {
    width: 32px;
    height: 32px;
    right: 15px;
  }
  .c-btn-more .arrow::after {
    width: 7px;
    height: 7px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
}

/*矢印アイコン*/
.arrow-btn {
  width: 34px;
  height: 34px;
  background-color: #41a054;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .arrow-btn {
    width: 24px;
    height: 24px;
  }
}
.arrow-btn .icon {
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  margin-left: -2px;
}

/*
	Parts style
===================================================*/
/* wp-pagenavi

一覧ページ

*/
.wp-pagenavi {
  clear: both;
  margin: 10% auto 5%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #41a054;
  border: 1px solid #41a054;
  padding: 8px 15px !important;
  margin: 5px 2px;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #41a054;
  border-color: #41a054;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #41a054;
  border-color: #41a054;
  font-weight: bold;
}

/* 
page_navigation

詳細ページ

*/
.page_navigation {
  width: 100%;
  margin: 4% auto;
  text-align: center;
}
.page_navigation nav {
  margin: 50px auto;
  padding: 30px 0;
  border-top: solid #41a054 1px;
}
.page_navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.page_navigation .nav-links .nav-previous,
.page_navigation .nav-links .nav-next {
  width: 40%;
  text-align: left;
}
.page_navigation .nav-links .nav-previous span,
.page_navigation .nav-links .nav-next span {
  display: inline-block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.page_navigation .nav-links a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #41a054;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page_navigation .nav-links a {
    font-size: 1.3rem;
  }
}
.page_navigation .nav-links a i {
  font-size: 2rem;
  color: #41a054;
}
@media screen and (max-width: 768px) {
  .page_navigation .nav-links a i {
    font-size: 1.3rem;
  }
}
.page_navigation .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*********************************

パンくずリスト

*********************************/
.breadcrumb {
  margin: 20px 0;
}
.breadcrumb ul {
  list-style: none;
}
.breadcrumb li {
  display: inline;
  font-weight: bold;
}
.breadcrumb li a {
  color: #282828;
  font-weight: normal;
}
.breadcrumb li + li:before {
  content: ">";
  margin: 0.5em;
}

/*********************************

loading

*********************************/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fdf4ed;
  background-size: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loading .loading_inner {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.loading .leaf {
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.loading .leaf img {
  width: 100%;
  height: auto;
}
.loading {
  /* 最初は少し外側に開いておくと、寄ってくる動きが綺麗です */
}
.loading .leaf-left {
  transform: translateX(-10px);
  width: 40px;
  left: -60px;
  bottom: -20px;
}
.loading .leaf-right {
  transform: translateX(10px);
  width: 30px;
  right: -60px;
  top: -20px;
}

.loading_logo {
  width: 200px;
  opacity: 0;
}

.loading_logo img {
  width: 100%;
  height: auto;
}

/*********************************

CSSアニメーション

*********************************/
/*一文字づつ表示*/
.flow-text .char {
  display: inline-block;
  opacity: 0;
  filter: blur(10px);
  transform: translateX(-10px); /* 少し左からスライド */
  will-change: filter, opacity, transform;
}

/*ブラー表示*/
.fade_blur_img {
  opacity: 0;
  filter: blur(15px);
  transform: scale(1.03); /* 最初は少し大きくしておく */
  will-change: filter, opacity, transform;
}

/*********************************

loop_text

*********************************/
.recruit-marquee {
  width: 100%;
  overflow: hidden;
  margin-top: -5%;
  position: relative;
  z-index: 1;
}
.recruit-marquee__track {
  display: flex;
  width: -moz-max-content;
  width: max-content; /* 中身の幅に合わせる */
  /* アニメーションの設定：20秒で1周、線形、無限 */
  animation: marquee-scroll 20s linear infinite;
}
.recruit-marquee__track span {
  font-size: 10vw;
  font-weight: bold;
  color: #d9d9d9;
  white-space: nowrap;
  padding-right: 0.5em;
}

.recruit-marquee--02 {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.recruit-marquee--02__track {
  display: flex;
  gap: 2rem;
  width: -moz-max-content;
  width: max-content; /* 中身の幅に合わせる */
  /* アニメーションの設定：20秒で1周、線形、無限 */
  animation: marquee-scroll 40s linear infinite;
}
.recruit-marquee--02__track figure {
  width: 33.3333333333%;
  width: 700px;
}
@media screen and (max-width: 768px) {
  .recruit-marquee--02__track figure {
    width: 300px;
  }
}
.recruit-marquee--02__track figure img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  aspect-ratio: 4/2;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

/* アニメーションの定義 */
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    /* 半分（1つ目のテキスト分）動いたら0に戻すことで無限に見せる */
    transform: translateX(-50%);
  }
}
/* 逆方向（左から右）に流したい場合 */
.is-reverse {
  animation-direction: reverse;
}

/*********************************

swiper

*********************************/
.intro-gallery {
  overflow: hidden;
  width: 100%;
}

.swiper-container_gallery,
.swiper-container_gallery2 {
  overflow: hidden;
  width: 100%;
  /* 逆方向の設定 */
}
.swiper-container_gallery.reverse,
.swiper-container_gallery2.reverse {
  transform: scaleX(-1);
}
.swiper-container_gallery.reverse .swiper-slide,
.swiper-container_gallery2.reverse .swiper-slide {
  transform: scaleX(-1);
}
.swiper-container_gallery .swiper-wrapper,
.swiper-container_gallery2 .swiper-wrapper {
  /* 等速ループに必須 */
  transition-timing-function: linear !important;
}
.swiper-container_gallery .swiper-wrapper .swiper-slide,
.swiper-container_gallery2 .swiper-wrapper .swiper-slide {
  width: auto !important;
  width: 20% !important; /* 具体的な数値を指定する */
}
@media screen and (max-width: 768px) {
  .swiper-container_gallery .swiper-wrapper .swiper-slide,
  .swiper-container_gallery2 .swiper-wrapper .swiper-slide {
    width: 250px !important; /* 具体的な数値を指定する */
  }
}
.swiper-container_gallery .swiper-wrapper .swiper-slide .swiper-slide-img,
.swiper-container_gallery2 .swiper-wrapper .swiper-slide .swiper-slide-img {
  border-radius: 20px;
  overflow: hidden;
}
.swiper-container_gallery .swiper-wrapper .swiper-slide .swiper-slide-img img,
.swiper-container_gallery2 .swiper-wrapper .swiper-slide .swiper-slide-img img {
  width: 100% !important;
  border-radius: 12px;
  object-fit: cover;
  aspect-ratio: 4/2.5;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .swiper-container_gallery .swiper-wrapper .swiper-slide .swiper-slide-img img,
  .swiper-container_gallery2 .swiper-wrapper .swiper-slide .swiper-slide-img img {
    aspect-ratio: 4/2;
  }
}

/*********************************

HEADER

*********************************/
.top-header {
  width: 100%;
  position: fixed;
  padding: 2rem;
  z-index: 99;
  transition: background-color 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease;
  background-color: rgba(255, 255, 255, 0);
}
.top-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1024px) {
  .top-header {
    padding: 1rem 1rem 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .top-header {
    background-color: #ffffff;
    height: 60px;
  }
  .top-header.is-scrolled {
    background-color: #ffffff;
  }
}
.top-header .top-header__nav--inner {
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.top-header .top-header__nav--inner .site-ttl {
  z-index: 1000;
}
.top-header .top-header__nav--inner .site-ttl img {
  width: 240px;
}
@media screen and (max-width: 1240px) {
  .top-header .top-header__nav--inner .site-ttl img {
    width: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .top-header .top-header__nav--inner .site-ttl img {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .top-header .top-header__nav--inner .site-ttl img {
    width: auto;
    height: 40px;
  }
}
.top-header .top-header__nav--inner {
  /*.gnav-menu {
    flex: 1;
    @include mq(md) {
      display: none;
    }
    ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      max-width: 800px;
      margin: auto;
      @include mq(ml) {
        gap: 0;
      }
      li {
        text-align: center;
        width: 50%;
        a {
          font-size: 16px;
          display: flex;
          flex-direction: column;
          gap: 9px;
          opacity: 1;
          @include mq(ml) {
            font-size: 14px;
          }
          &:hover {
            color: $base;
          }
          span {
            display: inline-block;
            font-size: 12px;
            color: $beige;
          }
        }
      }
    }
  }*/
}
.top-header .top-header__nav--inner .gnav-menu {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .top-header .top-header__nav--inner .gnav-menu {
    display: none;
  }
}
.top-header .top-header__nav--inner .gnav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 1240px) {
  .top-header .top-header__nav--inner .gnav-menu ul {
    gap: 0;
  }
}
.top-header .top-header__nav--inner .gnav-menu ul {
  /* 親メニューの li */
}
.top-header .top-header__nav--inner .gnav-menu ul li {
  text-align: center;
  width: 50%;
  position: relative;
}
.top-header .top-header__nav--inner .gnav-menu ul li a {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 0;
  opacity: 1;
  transition: color 0.3s;
}
@media screen and (max-width: 1240px) {
  .top-header .top-header__nav--inner .gnav-menu ul li a {
    font-size: 13px;
  }
}
.top-header .top-header__nav--inner .gnav-menu ul li a:hover {
  color: #41a054;
}
.top-header .top-header__nav--inner .gnav-menu ul li a span {
  display: inline-block;
  font-size: 10px;
  color: #bea48a;
}
.top-header .top-header__nav--inner .gnav-menu ul li {
  /* --- サブメニュー（アコーディオン）部分 --- */
}
.top-header .top-header__nav--inner .gnav-menu ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 10px 0;
  z-index: 100;
  /* 初期状態は非表示 */
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.top-header .top-header__nav--inner .gnav-menu ul li .sub-menu li {
  width: 100%;
  text-align: left;
}
.top-header .top-header__nav--inner .gnav-menu ul li .sub-menu li a {
  padding: 10px 20px;
  font-size: 14px;
  color: #333;
  flex-direction: row;
  align-items: center;
}
.top-header .top-header__nav--inner .gnav-menu ul li .sub-menu li a:hover {
  background-color: #f5f5f5;
  color: #41a054;
}
.top-header .top-header__nav--inner .gnav-menu ul li {
  /* ホバー時にサブメニューを表示 */
}
.top-header .top-header__nav--inner .gnav-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 110%;
}
@media screen and (max-width: 1024px) {
  .top-header .top-header__nav--inner .sns-link {
    position: fixed;
    right: 2rem;
    top: 11.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top-header .top-header__nav--inner .sns-link {
    position: fixed;
    right: 7rem;
    top: 2rem;
    z-index: 1000;
  }
}
.top-header .top-header__nav--inner .sns-link ul {
  display: flex;
  gap: 1rem;
}
.top-header .top-header__nav--inner .sns-link ul li a {
  color: #41a054;
}
.top-header .top-header__nav--inner .sns-link ul li a i {
  display: inline-block;
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .top-header .top-header__nav--inner .sns-link ul li a i {
    font-size: 24px;
  }
}
.top-header .top-header__cta {
  position: absolute;
  right: 2rem;
  top: 12rem;
}
@media screen and (max-width: 1024px) {
  .top-header .top-header__cta {
    top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .top-header .top-header__cta {
    position: fixed;
    bottom: 2rem;
    top: auto;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
}
.top-header .top-header__cta ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .top-header .top-header__cta ul {
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .top-header .top-header__cta ul {
    flex-direction: row;
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .top-header .top-header__cta ul li {
    width: 33.3333333333%;
  }
}
.top-header .top-header__cta ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  text-decoration: none;
  color: #282828;
  font-size: 11px;
  border-radius: 12px;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.top-header .top-header__cta ul li a:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .top-header .top-header__cta ul li a {
    width: 100px;
    height: 100px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .top-header .top-header__cta ul li a {
    width: 100%;
    height: 50px;
    padding: 4px;
    gap: 4px;
    box-shadow: 0 0 3px #ccc;
  }
}
.top-header .top-header__cta ul li a.cta-menu01 {
  background-color: #fffbf6;
}
.top-header .top-header__cta ul li a.cta-menu02 {
  background-color: #0281ca;
  color: #ffffff;
}
.top-header .top-header__cta ul li a.cta-menu03 {
  background-color: #fffbf6;
}
.top-header .top-header__cta ul li a .cta-icon {
  display: block;
  width: 80px;
}
@media screen and (max-width: 1024px) {
  .top-header .top-header__cta ul li a .cta-icon {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-header .top-header__cta ul li a .cta-icon {
    width: 24px;
  }
}
.top-header .top-header__cta ul li a span {
  display: inline-block;
  margin-top: 4px;
}

/*ハンバーガーメニュー*/
.h-menu_wrap {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .h-menu_wrap {
    display: block;
  }
}
.h-menu_wrap .btn {
  width: 100%;
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #41a054;
  z-index: 9999 !important;
}
.h-menu_wrap .btn .bar {
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
}
.h-menu_wrap .btn .bar.bar-top {
  top: 20px;
}
.h-menu_wrap .btn .bar.bar-middle {
  top: 50%;
  transform: translate(-50%, -50%);
}
.h-menu_wrap .btn .bar.bar-bottom {
  bottom: 20px;
}
.h-menu_wrap .btn {
  /*bar_close*/
}
.h-menu_wrap .btn.close .bar-top {
  transform: translate(-50%, 8px) rotate(45deg);
  transition: transform 0.3s;
}
.h-menu_wrap .btn.close .bar-middle {
  opacity: 0;
  transition: opacity 0.3s;
}
.h-menu_wrap .btn.close .bar-bottom {
  transform: translate(-50%, -10px) rotate(-45deg);
  transition: transform 0.3s;
}
.h-menu_wrap {
  /*menuBg*/
}
.h-menu_wrap .menuBg {
  transition: all 1s;
}
.h-menu_wrap .menuBg.close {
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  content: "";
  left: 0;
  opacity: 1;
  right: 0;
  height: 100vh;
  width: 100%;
  z-index: 19;
  position: fixed;
}
.h-menu_wrap {
  /*h-menu_lists*/
}
.h-menu_wrap .h-menu_lists {
  display: none;
  background-color: #fdf4ed;
  background: url(../img/common/leaf-1.svg) no-repeat 90% 80% #fdf4ed;
  background-size: 18%;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .h-menu_wrap .h-menu_lists .h-menu_lists__wrap {
    align-items: flex-start;
    padding-top: 10rem;
  }
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul {
  flex-direction: column;
  display: flex;
  gap: 2rem;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li {
  /* --- サブメニューがある親要素への設定 --- */
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li.menu-item-has-children {
  position: relative;
  /*&::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-weight: 900;
    color: $base;
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 1.4rem;
    transition:
      transform 0.3s,
      content 0.3s;
    pointer-events: none;
    z-index: 2;
  }*/
  /*&.is-open::after {
    content: "\f068"; // マイナス (-)
  }*/
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li {
  /* サブメニューを持っていない通常の li には after を出さない */
  /*&:not(.menu-item-has-children)::after {
    display: none;
  }*/
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li:last-child {
  margin-bottom: 0;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li a {
  padding-right: 40px;
  color: #282828;
  display: flex;
  gap: 1rem;
  padding-bottom: 15px;
  border-bottom: 1px dotted #bea48a;
  width: 100%;
  font-size: 1.6rem;
  font-weight: normal;
  position: relative;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li a::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  color: #41a054;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li a span {
  color: #bea48a;
  font-size: 11px;
  display: inline-block;
  margin-top: 4px;
  font-weight: normal;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li {
  /* --- サブメニュー自体のスタイル --- */
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li .sub-menu {
  display: none;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 0 1.5rem 2rem;
  list-style: none;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li .sub-menu li a {
  font-size: 1.4rem;
  border-bottom: none;
  padding-bottom: 5px;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li .sub-menu li a::before {
  content: "\f105";
  font-size: 1.2rem;
}

/*gmap*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 36.25%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gmap {
    padding-bottom: 56.25%;
  }
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*********************************

top-page

*********************************/
#top-page {
  font-size: var(--fz-base);
}
#top-page .arch-img {
  position: relative;
  display: block;
  margin-top: -8%;
  margin-bottom: -1%;
  width: 100%;
  z-index: 1;
}
#top-page .arch-img img {
  width: 100%;
  height: auto;
}
#top-page {
  /*トップスライド*/
}
#top-page .top-fv {
  background-color: #f3e5da;
  padding-top: 12rem;
  position: relative;
  background: url(../img/top/fv-bg.webp) bottom center no-repeat #f3e5da;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  #top-page .top-fv {
    background: url(../img/top/fv-bg.webp) 40% center no-repeat #f3e5da;
    background-size: 100%;
    padding-top: 6rem;
  }
}
#top-page .top-fv img {
  width: 100%;
  height: auto;
}
#top-page .top-fv .top-fv__slide {
  overflow: hidden;
  position: relative;
  /*トップスライド*/
}
#top-page .top-fv .top-fv__slide .main-visual-swiper {
  position: relative;
  width: 100%;
  padding: 50px 0;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  #top-page .top-fv .top-fv__slide .main-visual-swiper {
    padding: 10% 0 40%;
  }
}
#top-page .top-fv .top-fv__slide .main-visual-swiper .swiper-slide {
  position: relative;
  z-index: 1;
  width: 50%;
  transition: transform 0.6s ease;
  transform: scale(0.85);
  opacity: 0.5;
  /* 中央に来たスライドのスタイル */
}
@media screen and (max-width: 768px) {
  #top-page .top-fv .top-fv__slide .main-visual-swiper .swiper-slide {
    width: 70%;
  }
}
#top-page .top-fv .top-fv__slide .main-visual-swiper .swiper-slide-active {
  transform: scale(1.1);
  opacity: 1;
  z-index: 3;
  position: relative;
}
#top-page .top-fv .top-fv__slide .main-visual-swiper .swiper-slide-active img {
  z-index: 3;
}
#top-page .top-fv .top-fv__slide .main-visual-swiper .swiper-slide .slide-media {
  width: 100%;
  overflow: hidden;
}
#top-page .top-fv .top-fv__slide .main-visual-swiper .swiper-slide .slide-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-page .top-fv .top-fv__slide .main-visual-swiper {
  /* テキスト画像_Quality of your Life. */
}
#top-page .top-fv .top-fv__slide .main-visual-swiper .swiper-bg-layer {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #top-page .top-fv .top-fv__slide .main-visual-swiper .swiper-bg-layer {
    width: 100%;
    left: 0;
  }
}
#top-page .top-fv .top-fv__slide .main-visual-swiper .swiper-bg-layer img {
  width: 100%;
  opacity: 0.8;
}
#top-page .top-fv .top-fv__slide .fv-txt {
  position: absolute;
  left: 10%;
  width: 24%;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 1240px) {
  #top-page .top-fv .top-fv__slide .fv-txt {
    left: 5%;
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #top-page .top-fv .top-fv__slide .fv-txt {
    width: 50%;
  }
}
#top-page .top-fv .top-fv__slide .leaf-item-1 {
  position: absolute;
  right: 12%;
  top: 24%;
  width: 12%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top-page .top-fv .top-fv__slide .leaf-item-1 {
    right: 4%;
  }
}
#top-page .top-fv .top-fv__slide .leaf-item-2 {
  position: absolute;
  left: 12%;
  bottom: 36%;
  width: 10%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top-page .top-fv .top-fv__slide .leaf-item-2 {
    left: 4%;
  }
}
#top-page {
  /*.main-visual {
    position: relative;
    &__inner {
      opacity: 0;
      transition: opacity 0.8s ease; // ふんわり表示
      &.is-visible {
        opacity: 1;
      }
    }
    .js-random-item {
      display: none; // 最初は全部隠す
      position: relative;
    }
    .fv-txt {
      position: absolute;
      left: 10%;
      width: 26%;
      bottom: 0;
      @include mq(ml) {
        left: 5%;
        width: 30%;
      }
      @include mq(md) {
        width: 40%;
        bottom: -20%;
      }
    }
    .leaf-item-1 {
      position: absolute;
      right: 18%;
      top: 24%;
      width: 12%;
      z-index: 1;
    }
    .leaf-item-2 {
      position: absolute;
      left: 12%;
      bottom: 36%;
      width: 10%;
      z-index: 1;
    }
  }*/
  /*top-fv__news*/
}
#top-page .top-fv__news {
  position: absolute;
  width: 90%;
  right: 2rem;
  bottom: -10%;
  max-width: 680px;
  padding-top: 20px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  #top-page .top-fv__news {
    margin: 5% auto 0;
    position: relative;
    width: 90%;
    right: auto;
    bottom: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top-page .top-fv__news {
    position: relative;
    width: 90%;
    margin: 5% auto 0;
    right: auto;
    bottom: auto;
    max-width: 100%;
  }
}
#top-page .top-fv__news {
  /* 共通NEWSラベル */
}
#top-page .top-fv__news--label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eae19a;
  color: #41a054;
  font-weight: bold;
  font-size: 15px;
  padding: 6px 22px;
  border-radius: 50px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #top-page .top-fv__news--label {
    top: -5px;
    font-size: 16px;
    position: relative;
  }
}
#top-page .top-fv__news--list {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
#top-page .top-fv__news--list .c-news-item {
  display: block;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.3s;
}
#top-page .top-fv__news--list .c-news-item:last-child {
  border-bottom: none;
}
#top-page .top-fv__news--list .c-news-item:hover {
  background-color: #fdf4ed;
  opacity: 1;
}
#top-page .top-fv__news--list .c-news-item__inner {
  display: flex;
  align-items: center;
  padding: 15px 25px;
}
@media screen and (max-width: 768px) {
  #top-page .top-fv__news--list .c-news-item__inner {
    padding: 10px;
  }
}
#top-page .top-fv__news--list .c-news-item__inner .arrow-btn i {
  color: #41a054;
}
#top-page .top-fv__news--list .c-news-item__content {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top-page .top-fv__news--list .c-news-item__content {
    flex-wrap: wrap;
    gap: 5px;
  }
}
#top-page .top-fv__news--list .c-news-item__content .category {
  background: linear-gradient(to right, rgb(65, 160, 84) 0%, rgb(177, 215, 99) 100%);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 6px;
  flex-shrink: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #top-page .top-fv__news--list .c-news-item__content .category {
    font-size: 12px;
  }
}
#top-page .top-fv__news--list .c-news-item__content .date {
  font-size: var(--fz-5);
}
#top-page .top-fv__news--list .c-news-item__content .title {
  font-size: var(--fz-base);
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top-page {
  /* 矢印ボタンなどの共通パーツは以前と同じ */
}
#top-page .top-intro {
  position: relative;
  padding: 240px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(to bottom, rgb(243, 229, 218) 0%, rgb(114, 197, 236) 30%, rgb(227, 255, 230) 100%);
}
@media screen and (max-width: 1240px) {
  #top-page .top-intro {
    padding: 12vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top-page .top-intro {
    padding: 0;
  }
}
#top-page .top-intro .leaf-1,
#top-page .top-intro .leaf-2,
#top-page .top-intro .leaf-3 {
  position: absolute;
  z-index: 1;
}
#top-page .top-intro .leaf-1 img,
#top-page .top-intro .leaf-2 img,
#top-page .top-intro .leaf-3 img {
  width: 100%;
  height: auto;
}
#top-page .top-intro .leaf-1 {
  width: 140px;
  right: 10%;
  top: 20%;
}
@media screen and (max-width: 1240px) {
  #top-page .top-intro .leaf-1 {
    width: 100px;
    right: 3%;
  }
}
@media screen and (max-width: 640px) {
  #top-page .top-intro .leaf-1 {
    width: 60px;
  }
}
#top-page .top-intro .leaf-2 {
  width: 120px;
  left: 10%;
  top: 40%;
}
@media screen and (max-width: 1240px) {
  #top-page .top-intro .leaf-2 {
    width: 80px;
    left: 3%;
  }
}
@media screen and (max-width: 640px) {
  #top-page .top-intro .leaf-2 {
    width: 40px;
  }
}
#top-page .top-intro .leaf-3 {
  width: 100px;
  right: 10%;
  top: 55%;
}
@media screen and (max-width: 1240px) {
  #top-page .top-intro .leaf-3 {
    width: 80px;
    right: 3%;
  }
}
@media screen and (max-width: 640px) {
  #top-page .top-intro .leaf-3 {
    width: 40px;
  }
}
#top-page .top-intro__read {
  padding-bottom: 10%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top-page .top-intro__read {
    padding: 10%;
  }
}
#top-page .top-intro__read--txt {
  line-height: 2.5;
  font-size: var(--fz-3);
}
@media screen and (max-width: 768px) {
  #top-page .top-intro__read--txt {
    line-height: 2;
  }
}
#top-page .top-intro__read--ttl {
  font-size: var(--heading03);
  margin-bottom: 8rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top-page .top-intro__read--ttl {
    margin-bottom: 4rem;
  }
}
#top-page {
  /*トップ強み*/
}
#top-page .top-strengths {
  background-color: #fffdfa;
  position: relative;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  #top-page .top-strengths {
    padding-bottom: 0;
  }
}
#top-page .top-strengths .top-strengths__list--inner {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  #top-page .top-strengths .top-strengths__list--inner {
    margin-bottom: 2rem;
  }
}
#top-page .top-strengths .c-strength-item {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  #top-page .top-strengths .c-strength-item {
    gap: 2rem;
    margin-top: 4rem;
  }
}
#top-page .top-strengths .c-strength-item.is-reverse {
  flex-direction: row-reverse;
}
#top-page .top-strengths .c-strength-item__img-unit {
  position: relative;
  flex: 1;
}
#top-page .top-strengths .c-strength-item__img-unit .main-photo {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}
#top-page .top-strengths .c-strength-item .c-point-badge-img {
  position: absolute;
  top: -35px;
  right: -45px;
  width: 200px;
  z-index: 2;
}
#top-page .top-strengths .c-strength-item .c-point-badge-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top-page .top-strengths .c-strength-item .c-point-badge-img {
    width: 100px;
    top: -15px;
    right: -10px;
  }
}
#top-page .top-strengths .c-strength-item {
  /* テキストボディ */
}
#top-page .top-strengths .c-strength-item__body {
  flex: 1;
}
#top-page .top-strengths .c-strength-item__body .sub-ttl {
  color: #41a054;
  margin-bottom: 2rem;
}
#top-page .top-strengths .c-strength-item__body .main-ttl {
  color: #41a054;
  font-size: var(--fz-2);
  line-height: 1.75;
  margin-bottom: 2rem;
  font-weight: bold;
}
#top-page .top-strengths .c-strength-item__body .text {
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #top-page .top-strengths .c-strength-item {
    flex-direction: column;
  }
  #top-page .top-strengths .c-strength-item .c-strength-item__img-unit {
    width: 100%;
  }
}
#top-page {
  /*トップ法人*/
}
#top-page .top-about {
  position: relative;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  #top-page .top-about {
    padding-top: 100%;
  }
}
#top-page .top-about .leafs-item {
  width: 50%;
  margin-right: 0;
  margin-left: auto;
}
#top-page .top-about .leafs-item img {
  width: 100%;
  height: auto;
}
#top-page .top-about .top-about__bg {
  position: relative;
  width: 100%;
}
#top-page .top-about .top-about__bg img {
  width: 100%;
  height: auto;
}
#top-page .top-about .l-about {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #top-page .top-about .l-about {
    top: 5%;
  }
}
@media screen and (max-width: 768px) {
  #top-page .top-about .l-about {
    padding: 5% 0;
  }
}
#top-page .top-about .l-about__inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #top-page .top-about .l-about__inner {
    width: 90%;
  }
}
#top-page .top-about .l-about .heading-01 {
  padding: 0;
}
#top-page .top-about .l-about {
  /* カプセル型の白いカード */
}
#top-page .top-about .l-about .c-about-card {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 1000px;
  padding: 6rem 10rem 8rem;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  #top-page .top-about .l-about .c-about-card {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top-page .top-about .l-about .c-about-card {
    border-radius: 50px;
    padding: 4rem 3rem;
    border-radius: 20px;
  }
}
#top-page .top-about .l-about .c-about-card__body {
  display: flex;
  gap: 40px;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #top-page .top-about .l-about .c-about-card__body {
    flex-direction: column;
  }
}
#top-page .top-about .l-about .c-about-card__body .column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#top-page .top-about .l-about {
  /* 各メニューリンク */
}
#top-page .top-about .l-about .c-about-link {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 768px) {
  #top-page .top-about .l-about .c-about-link {
    padding: 10px 0;
  }
}
#top-page .top-about .l-about .c-about-link:hover {
  opacity: 1;
  color: #41a054;
}
#top-page .top-about .l-about .c-about-link:hover .arrow-btn {
  background-color: #3a8a3d;
}
#top-page .top-about .l-about .c-about-link .icon-img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top-page .top-about .l-about .c-about-link .icon-img {
    width: 40px;
    height: 40px;
  }
}
#top-page .top-about .l-about .c-about-link .icon-img img {
  max-width: 100%;
  height: auto;
}
#top-page .top-about .l-about .c-about-link .icon-img img.is-circle {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 50px;
  height: 50px;
}
#top-page .top-about .l-about .c-about-link .txt {
  flex: 1;
  text-align: left;
  font-weight: bold;
  line-height: 2;
}
#top-page {
  /*トップ施設一覧*/
}
#top-page .top-facilities {
  background-color: #fff9f1;
  position: relative;
  z-index: 1;
}
#top-page .top-facilities img {
  width: 100%;
  height: auto;
}
#top-page .top-facilities .arch-img {
  position: absolute;
}
#top-page .top-facilities .bg-sec-wh {
  background-color: #fffdfa;
}
#top-page .top-facilities .bg-sec-sub {
  background-color: #fdf4ed;
}
#top-page .top-facilities .bg-sec-sub2 {
  background-color: #fffdfa;
}
#top-page .top-facilities .f-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  #top-page .top-facilities .f-heading {
    margin-bottom: 4rem;
  }
}
#top-page .top-facilities .f-heading__area span {
  display: block;
}
#top-page .top-facilities .f-heading__area span.ja {
  font-size: var(--fz-1);
  margin-bottom: 1em;
}
#top-page .top-facilities .f-heading__area span.en {
  color: #bde1b1;
  font-size: 12rem;
  font-size: clamp(3.6rem, 8vw, 12rem);
  font-weight: bold;
}
#top-page .top-facilities .f-heading__map {
  width: 20%;
}
#top-page .top-facilities .f-heading__map.--yamagata {
  width: 20%;
}
#top-page .top-facilities .f-heading__map.--miyagi {
  width: 28%;
}
#top-page .top-facilities .f-heading__map.--tokyo {
  width: 35%;
}
#top-page .top-facilities .f-heading__map.--kanagawa {
  width: 35%;
}
#top-page .top-facilities .f-heading__map.--saitama {
  width: 28%;
}
#top-page .top-facilities__list {
  padding-bottom: 14vw;
}
#top-page .top-facilities__list.--yamagata {
  padding-top: 10%;
  background: url(../img/top/f_map_yamagata.webp) no-repeat right top;
  background-size: 21%;
}
#top-page .top-facilities__list.--miyagi {
  background: url(../img/top/f_map_miyagi.webp) #fffdfa no-repeat right top;
  background-size: 28%;
  position: relative;
  z-index: 1;
}
#top-page .top-facilities__list.--kanagawa {
  background: #ffffff;
  background: url(../img/top/f_map_kanagawa.webp) #fffdfa no-repeat right top;
  background-size: 30%;
  position: relative;
  z-index: 1;
}
#top-page .top-facilities__list.--tokyo {
  background: url(../img/top/f_map_tokyo.webp) #fdf4ed no-repeat right top;
  background-size: 35%;
  position: relative;
  z-index: 1;
}
#top-page .top-facilities__list.--saitama {
  background: url(../img/top/f_map_saitama.webp) #fdf4ed no-repeat right top;
  background-size: 35%;
  position: relative;
  z-index: 1;
  padding-bottom: 8rem;
}
#top-page .top-facilities__list {
  /* グリッド配置 */
}
#top-page .top-facilities__list .l-facility-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  #top-page .top-facilities__list .l-facility-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
#top-page .top-facilities__list {
  /* カード本体 */
}
#top-page .top-facilities__list .c-facility-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#top-page .top-facilities__list .c-facility-card.--yamagata {
  background: linear-gradient(to bottom, rgb(65, 160, 84) 0%, rgb(65, 160, 84) 63%, rgb(160, 187, 90) 100%);
}
#top-page .top-facilities__list .c-facility-card.--yamagata .c-facility-card__body {
  color: #ffffff;
}
#top-page .top-facilities__list .c-facility-card.--yamagata .c-facility-card__body .location-tag {
  background-color: #ffffff;
  color: #282828;
}
#top-page .top-facilities__list .c-facility-card.--yamagata .c-facility-card__body {
  /* 右下の詳しく見る */
}
#top-page .top-facilities__list .c-facility-card.--yamagata .c-facility-card__body .more-link .arrow::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#top-page .top-facilities__list .c-facility-card.--miyagi, #top-page .top-facilities__list .c-facility-card.--kanagawa {
  background: #fdf4ed;
}
#top-page .top-facilities__list .c-facility-card.--miyagi .c-facility-card__body, #top-page .top-facilities__list .c-facility-card.--kanagawa .c-facility-card__body {
  color: #282828;
}
#top-page .top-facilities__list .c-facility-card.--miyagi .c-facility-card__body .location-tag, #top-page .top-facilities__list .c-facility-card.--kanagawa .c-facility-card__body .location-tag {
  background-color: #ffffff;
  color: #41a054;
}
#top-page .top-facilities__list .c-facility-card.--miyagi .c-facility-card__body, #top-page .top-facilities__list .c-facility-card.--kanagawa .c-facility-card__body {
  /* 右下の詳しく見る */
}
#top-page .top-facilities__list .c-facility-card.--miyagi .c-facility-card__body .more-link, #top-page .top-facilities__list .c-facility-card.--kanagawa .c-facility-card__body .more-link {
  color: #41a054;
}
#top-page .top-facilities__list .c-facility-card.--miyagi .c-facility-card__body .more-link .arrow, #top-page .top-facilities__list .c-facility-card.--kanagawa .c-facility-card__body .more-link .arrow {
  border: 1px solid #41a054;
}
#top-page .top-facilities__list .c-facility-card.--miyagi .c-facility-card__body .more-link .arrow::after, #top-page .top-facilities__list .c-facility-card.--kanagawa .c-facility-card__body .more-link .arrow::after {
  border-top: 1px solid #41a054;
  border-right: 1px solid #41a054;
}
#top-page .top-facilities__list .c-facility-card.--tokyo, #top-page .top-facilities__list .c-facility-card.--saitama {
  background: #ffffff;
}
#top-page .top-facilities__list .c-facility-card.--tokyo .c-facility-card__body, #top-page .top-facilities__list .c-facility-card.--saitama .c-facility-card__body {
  color: #282828;
}
#top-page .top-facilities__list .c-facility-card.--tokyo .c-facility-card__body .location-tag, #top-page .top-facilities__list .c-facility-card.--saitama .c-facility-card__body .location-tag {
  background-color: #41a054;
  color: #ffffff;
}
#top-page .top-facilities__list .c-facility-card.--tokyo .c-facility-card__body, #top-page .top-facilities__list .c-facility-card.--saitama .c-facility-card__body {
  /* 右下の詳しく見る */
}
#top-page .top-facilities__list .c-facility-card.--tokyo .c-facility-card__body .more-link, #top-page .top-facilities__list .c-facility-card.--saitama .c-facility-card__body .more-link {
  color: #41a054;
}
#top-page .top-facilities__list .c-facility-card.--tokyo .c-facility-card__body .more-link .arrow, #top-page .top-facilities__list .c-facility-card.--saitama .c-facility-card__body .more-link .arrow {
  border: 1px solid #41a054;
}
#top-page .top-facilities__list .c-facility-card.--tokyo .c-facility-card__body .more-link .arrow::after, #top-page .top-facilities__list .c-facility-card.--saitama .c-facility-card__body .more-link .arrow::after {
  border-top: 1px solid #41a054;
  border-right: 1px solid #41a054;
}
#top-page .top-facilities__list .c-facility-card .c-facility-card__img img {
  transition: transform 0.5s ease;
}
#top-page .top-facilities__list .c-facility-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
#top-page .top-facilities__list .c-facility-card:hover .c-facility-card__img img {
  transform: scale(1.05);
}
#top-page .top-facilities__list .c-facility-card:hover .more-link .arrow {
  transform: translateX(5px);
}
#top-page .top-facilities__list .c-facility-card {
  /* 上半分：画像 */
}
#top-page .top-facilities__list .c-facility-card__img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
#top-page .top-facilities__list .c-facility-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-page .top-facilities__list .c-facility-card {
  /* 下半分：テキストエリア */
}
#top-page .top-facilities__list .c-facility-card__body {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-page .top-facilities__list .c-facility-card__body {
    padding: 1rem;
  }
}
#top-page .top-facilities__list .c-facility-card__body .location-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 15px;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
}
#top-page .top-facilities__list .c-facility-card__body .name {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  min-height: 2.8em;
}
#top-page .top-facilities__list .c-facility-card__body {
  /* 右下の詳しく見る */
}
#top-page .top-facilities__list .c-facility-card__body .more-link {
  margin-top: auto;
  align-self: flex-end;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: bold;
}
#top-page .top-facilities__list .c-facility-card__body .more-link .arrow {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  position: relative;
  transition: transform 0.3s ease;
}
#top-page .top-facilities__list .c-facility-card__body .more-link .arrow::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
#top-page {
  /*トップニュース一覧*/
}
#top-page .top-staff {
  position: relative;
  background-color: #fdf4ed;
  padding: 8rem 0;
  background: linear-gradient(to bottom, rgb(65, 160, 84) 0%, rgb(138, 195, 94) 67%, rgb(209, 231, 103) 100%);
}
@media screen and (max-width: 768px) {
  #top-page .top-staff {
    padding: 4rem 0;
  }
}
#top-page .top-staff__read {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  #top-page .top-staff__read {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
#top-page .top-staff__read p {
  line-height: 2;
}
#top-page .top-staff__img {
  position: absolute;
  width: 40%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top-page .top-staff__img {
    top: 15%;
  }
}
#top-page .top-staff__img img {
  width: 100%;
  height: auto;
}
#top-page {
  /*トップニュース一覧*/
}
#top-page .top-news {
  background-color: #fdf4ed;
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  #top-page .top-news {
    padding: 4rem 0;
  }
}
#top-page .top-news--list {
  padding: 4rem 0;
  position: relative;
  z-index: 1;
}
#top-page .top-news--list .c-news-item {
  display: block;
  text-decoration: none;
  color: #333;
  border-top: 1px solid #b7b7b7;
  transition: background-color 0.3s;
}
#top-page .top-news--list .c-news-item:last-child {
  border-bottom: 1px solid #b7b7b7;
}
#top-page .top-news--list .c-news-item:hover {
  background-color: #fdf4ed;
  opacity: 1;
}
#top-page .top-news--list .c-news-item__inner {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
#top-page .top-news--list .c-news-item__inner .arrow-btn i {
  color: #41a054;
}
#top-page .top-news--list .c-news-item__content {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top-page .top-news--list .c-news-item__content {
    flex-wrap: wrap;
    gap: 15px;
  }
}
#top-page .top-news--list .c-news-item__content .category {
  background: linear-gradient(to right, rgb(65, 160, 84) 0%, rgb(177, 215, 99) 100%);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 6px;
  flex-shrink: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #top-page .top-news--list .c-news-item__content .category {
    font-size: 13px;
  }
}
#top-page .top-news--list .c-news-item__content .date {
  font-size: var(--fz-5);
}
#top-page .top-news--list .c-news-item__content .title {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--fz-base);
}
@media screen and (max-width: 768px) {
  #top-page .top-news--list .c-news-item__content .title {
    display: block;
    width: 100%;
  }
}
#top-page {
  /*トップリクルート*/
}
#top-page .top-recruit {
  padding: 8rem 0;
  background: linear-gradient(to bottom, rgb(253, 244, 237) 0%, rgb(253, 244, 237) 20%, rgb(255, 253, 250) 20%, rgb(255, 253, 250) 100%);
}
@media screen and (max-width: 768px) {
  #top-page .top-recruit {
    padding: 4rem 0;
  }
}
#top-page .top-recruit__body {
  padding: 8rem 0;
  display: flex;
  align-items: end;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  #top-page .top-recruit__body {
    flex-direction: column;
    padding: 4rem 0;
  }
}
#top-page .top-recruit__read {
  flex: 1;
}
#top-page .top-recruit__read .read-ttl {
  font-size: var(--heading03);
  font-weight: bold;
  line-height: 1.75;
}
#top-page .top-recruit__read .read-ttl .em {
  color: #41a054;
}
#top-page .top-recruit__read .read-txt {
  line-height: 2;
  margin-top: 2rem;
}
#top-page .top-recruit__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  #top-page .top-recruit__link {
    width: 100%;
  }
}
#top-page .top-recruit__link .leaf-item {
  width: 160px;
}
@media screen and (max-width: 768px) {
  #top-page .top-recruit__link .leaf-item {
    width: 80px;
  }
}
#top-page .top-recruit__link .leaf-item img {
  width: 100%;
  height: auto;
}
#top-page {
  /*トップダブルリンク*/
}
#top-page .l-double-link {
  background-color: #ffffff;
}
#top-page .l-double-link__inner {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  #top-page .l-double-link__inner {
    flex-direction: column;
    gap: 0;
  }
}
#top-page .c-image-link {
  flex: 1;
  position: relative;
  text-decoration: none;
  display: block;
}
#top-page .c-image-link:hover {
  opacity: 1;
}
#top-page .c-image-link:hover .c-image-link__img img {
  transform: scale(1.05);
}
#top-page .c-image-link:hover .main {
  color: #41a054;
}
#top-page .c-image-link {
  /* 写真部分 */
}
#top-page .c-image-link__img {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
#top-page .c-image-link__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
  z-index: 1;
}
#top-page .c-image-link__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
#top-page .c-image-link__overlay {
  position: absolute;
  bottom: 0;
  left: 30px;
  color: #fff;
  z-index: 1;
}
#top-page .c-image-link__overlay .sub {
  display: block;
  font-weight: bold;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
}
#top-page .c-image-link__overlay .main {
  font-size: var(--heading01);
  font-weight: bold;
  line-height: 0.8;
  transition: color 0.3s ease;
}

/*********************************

sub-page

*********************************/
#sub-page {
  font-size: var(--fz-base);
  background: #fffdfa;
}
#sub-page .arch-img {
  position: relative;
  display: block;
  margin-bottom: -1%;
  width: 100%;
  z-index: 1;
}
#sub-page .arch-img img {
  width: 100%;
  height: auto;
}
#sub-page h1.sub-page__ttl {
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #41a054;
}
@media screen and (max-width: 768px) {
  #sub-page h1.sub-page__ttl {
    font-size: 2rem;
  }
  #sub-page h1.sub-page__ttl .en {
    color: #d9d9d9;
    font-size: var(--heading01);
  }
  #sub-page h1.sub-page__ttl .ja {
    color: #ffffff;
    font-size: var(--heading01);
    letter-spacing: 0.03em;
  }
}
#sub-page .sub-page__head {
  position: relative;
  overflow: hidden;
  padding-top: 44vw;
}
@media screen and (max-width: 768px) {
  #sub-page .sub-page__head {
    padding-top: 320px;
  }
}
#sub-page .sub-page__head .site-head__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
#sub-page .sub-page__head--ttl {
  font-weight: normal;
}
#sub-page .sub-page__head--ttl span {
  font-size: var(--heading01);
  display: block;
  letter-spacing: 0.1em;
}
#sub-page .sub-page__head--ttl span.en {
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  z-index: 2;
  font-size: 5vw;
  top: 12vw;
  left: 15vw;
}
@media screen and (max-width: 768px) {
  #sub-page .sub-page__head--ttl span.en {
    top: 60%;
    left: 5%;
    font-size: 2.4rem;
  }
}
#sub-page .sub-page__head--ttl span.ja {
  position: absolute;
  bottom: 8vw;
  left: 15vw;
  font-size: 3.6vw;
  letter-spacing: 0.03em;
  color: #ffffff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #sub-page .sub-page__head--ttl span.ja {
    font-size: 2rem;
  }
}
#sub-page .sub-page__head--bg {
  position: absolute;
  width: 100%;
  bottom: -1%;
  z-index: 1;
}
#sub-page .sub-page__head--bg img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #sub-page .sub-page__head--bg img {
    width: 120%;
  }
}
#sub-page .sub-page__contents img {
  width: 100%;
  height: auto;
}
#sub-page {
  /* +++++++++++
  デフォルトページ
  +++++++++++ */
}
#sub-page.page-def .l-def {
  padding: 8rem 0;
  line-height: 2;
  background: #fff9f1;
}
#sub-page.page-def .l-def h3 {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
#sub-page.page-def .l-def h3::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 24px;
  background-color: #41a054;
  border-radius: 2px;
}
#sub-page.page-def .l-def h3 a {
  font-weight: bold;
  font-size: 2rem;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #sub-page.page-def .l-def h3 a {
    font-size: 1.6rem;
  }
}
#sub-page.page-def .l-def h3 a:hover {
  color: #41a054;
}
#sub-page {
  /* +++++++++++
  法人概要
  +++++++++++ */
}
#sub-page.page-aboutus {
  /* ページ内リンクのスムーススクロール設定 */
}
#sub-page.page-aboutus html {
  scroll-behavior: smooth;
}
#sub-page.page-aboutus #greeting,
#sub-page.page-aboutus #philosophy,
#sub-page.page-aboutus #outline,
#sub-page.page-aboutus #history,
#sub-page.page-aboutus #organization,
#sub-page.page-aboutus #officers,
#sub-page.page-aboutus #donation {
  scroll-margin-top: 120px;
}
#sub-page.page-aboutus .l-aboutus-section .greeting-sec__bg {
  background: linear-gradient(to bottom, rgb(243, 229, 218) 0%, rgb(253, 248, 239) 30%);
  padding: 8rem 0 0;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .greeting-sec__bg {
    padding: 4rem 0;
  }
}
#sub-page.page-aboutus .l-aboutus-section {
  /*共通テーブル*/
}
#sub-page.page-aboutus .l-aboutus-section .l-profile-section {
  margin: 0 auto;
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .l-profile-section {
    padding: 4rem 0;
  }
}
#sub-page.page-aboutus .l-aboutus-section .l-profile-section.bg-wh table {
  background-color: #ffffff;
}
#sub-page.page-aboutus .l-aboutus-section .l-profile-section {
  /*l-table*/
}
#sub-page.page-aboutus .l-aboutus-section .l-profile-section .l-table {
  width: 100%;
  border: 1px solid #707070;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .l-profile-section .l-table {
    background-color: #ffffff;
  }
}
#sub-page.page-aboutus .l-aboutus-section .l-profile-section .l-table th {
  background-color: #f2f2f2;
}
#sub-page.page-aboutus .l-aboutus-section .l-profile-section .l-table td {
  border: 1px solid #707070;
  padding: 15px 20px;
  vertical-align: middle;
  width: 70%;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .l-profile-section .l-table td {
    padding: 10px 5px;
    font-size: 12px;
    vertical-align: top;
  }
}
#sub-page.page-aboutus .l-aboutus-section .l-profile-section .l-table td:first-child {
  width: 30%;
  background-color: #f2f2f2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .l-profile-section .l-table td:first-child {
    font-weight: bold;
  }
}
#sub-page.page-aboutus .l-aboutus-section .l-profile-section .l-table ul {
  list-style: none;
  padding-left: 1.5em;
  margin-bottom: 15px;
}
#sub-page.page-aboutus .l-aboutus-section .l-profile-section .l-table ul li {
  margin-bottom: 3px;
}
#sub-page.page-aboutus .l-aboutus-section .l-profile-section {
  /**/
}
#sub-page.page-aboutus .l-aboutus-section .l-profile-section .c-profile-table {
  width: 100%;
  border: 1px solid #707070;
  line-height: 1.6;
}
#sub-page.page-aboutus .l-aboutus-section .l-profile-section .c-profile-table th,
#sub-page.page-aboutus .l-aboutus-section .l-profile-section .c-profile-table td {
  border: 1px solid #707070;
  padding: 15px 20px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .l-profile-section .c-profile-table th,
  #sub-page.page-aboutus .l-aboutus-section .l-profile-section .c-profile-table td {
    display: block;
    width: 100%;
  }
}
#sub-page.page-aboutus .l-aboutus-section .l-profile-section .c-profile-table th {
  width: 30%;
  background-color: #f2f2f2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .l-profile-section .c-profile-table th {
    width: 100%;
    border-bottom: none;
  }
}
#sub-page.page-aboutus .l-aboutus-section .l-profile-section .c-profile-table td {
  width: 70%;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .l-profile-section .c-profile-table td {
    width: 100%;
  }
}
#sub-page.page-aboutus .l-aboutus-section .l-profile-section .c-profile-table ul {
  list-style: none;
  padding-left: 1.5em;
  margin-bottom: 15px;
}
#sub-page.page-aboutus .l-aboutus-section .l-profile-section .c-profile-table ul li {
  margin-bottom: 3px;
}
#sub-page.page-aboutus .l-aboutus-section {
  /* ページ内リンク */
}
#sub-page.page-aboutus .l-aboutus-section .c-anchor-nav {
  margin: 0 auto 8rem;
}
#sub-page.page-aboutus .l-aboutus-section .c-anchor-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .c-anchor-nav__list {
    gap: 1rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .c-anchor-nav__list li {
    width: 100%;
  }
}
#sub-page.page-aboutus .l-aboutus-section .c-anchor-nav__list .c-anchor-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 256px;
  height: 90px;
  background: url(../img/common/leaf-2.svg) no-repeat right -15px #fff;
  background-size: 70px;
  border-radius: 100px;
  text-decoration: none;
  color: #282828;
  text-align: center;
  line-height: 1.2;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .c-anchor-nav__list .c-anchor-btn {
    background: url(../img/common/leaf-2.svg) no-repeat right -15px #fff;
    background-size: 50px;
    width: 100%;
    height: 50px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
}
#sub-page.page-aboutus .l-aboutus-section .c-anchor-nav__list .c-anchor-btn .en {
  display: block;
  font-size: 11px;
  font-weight: normal;
  color: #bea48a;
  margin-top: 3px;
}
#sub-page.page-aboutus .l-aboutus-section .c-anchor-nav__list .c-anchor-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
#sub-page.page-aboutus .l-aboutus-section {
  /*理事長のあいさつ*/
}
#sub-page.page-aboutus .l-aboutus-section .greeting-sec {
  /* メインレイアウト */
}
#sub-page.page-aboutus .l-aboutus-section .greeting-sec .c-president-layout {
  display: flex;
  margin: 4rem auto;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .greeting-sec .c-president-layout {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    margin: 4rem auto 0;
  }
}
#sub-page.page-aboutus .l-aboutus-section .greeting-sec .c-president-layout .c-president-visual {
  flex-shrink: 0;
  text-align: center;
  width: calc((100% - 6rem) / 2);
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .greeting-sec .c-president-layout .c-president-visual {
    width: 50%;
  }
}
#sub-page.page-aboutus .l-aboutus-section .greeting-sec .c-president-layout .c-president-visual .image-box {
  margin-bottom: 20px;
}
#sub-page.page-aboutus .l-aboutus-section .greeting-sec .c-president-layout .c-president-visual .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-page.page-aboutus .l-aboutus-section .greeting-sec .c-president-layout .c-president-visual .name-box {
  font-weight: bold;
}
#sub-page.page-aboutus .l-aboutus-section .greeting-sec .c-president-layout .c-president-visual .name-box .corp {
  margin-bottom: 1em;
}
#sub-page.page-aboutus .l-aboutus-section .greeting-sec .c-president-layout .c-president-visual .name-box .name {
  font-size: var(--fz-3);
}
#sub-page.page-aboutus .l-aboutus-section .greeting-sec .c-president-layout {
  /* 挨拶文テキスト */
}
#sub-page.page-aboutus .l-aboutus-section .greeting-sec .c-president-layout .c-president-text {
  flex: 1;
}
#sub-page.page-aboutus .l-aboutus-section .greeting-sec .c-president-layout .c-president-text p {
  line-height: 1.75;
  margin-bottom: 2em;
  text-align: justify;
}
#sub-page.page-aboutus .l-aboutus-section .greeting-sec {
  /*信条*/
}
#sub-page.page-aboutus .l-aboutus-section .greeting-sec .c-credo-section {
  display: flex;
  justify-content: center;
  padding: 4rem 0;
}
#sub-page.page-aboutus .l-aboutus-section .greeting-sec .c-credo-section .c-credo-card {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 800px;
  padding: 8rem 4rem 6rem;
  border-radius: 200px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .greeting-sec .c-credo-section .c-credo-card {
    border-radius: 50px;
    padding: 6rem 2rem 4rem;
  }
}
#sub-page.page-aboutus .l-aboutus-section .greeting-sec .c-credo-section .c-credo-card {
  /* 上部に重なるグラデーション見出し */
}
#sub-page.page-aboutus .l-aboutus-section .greeting-sec .c-credo-section .c-credo-card__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
  padding: 15px 0;
  background: linear-gradient(to right, rgb(65, 160, 84) 0%, rgb(177, 215, 99) 100%);
  color: #ffffff;
  font-size: var(--fz-2);
  font-weight: bold;
  border-radius: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .greeting-sec .c-credo-section .c-credo-card__title {
    font-size: 18px;
    max-width: 80%;
  }
}
#sub-page.page-aboutus .l-aboutus-section .greeting-sec {
  /* 信条リストのレイアウト */
}
#sub-page.page-aboutus .l-aboutus-section .greeting-sec .c-credo-list {
  display: inline-block; /* 中央揃えを維持しつつ左揃えっぽく見せる */
  text-align: left;
}
#sub-page.page-aboutus .l-aboutus-section .greeting-sec .c-credo-list__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: var(--fz-2);
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .greeting-sec .c-credo-list__item {
    font-size: 18px;
  }
}
#sub-page.page-aboutus .l-aboutus-section .greeting-sec .c-credo-list__item dt {
  width: 2em;
  text-align: center;
  margin-right: 15px;
  font-family: serif;
}
#sub-page.page-aboutus .l-aboutus-section .greeting-sec .c-credo-list__item dd {
  margin: 0;
}
#sub-page.page-aboutus .l-aboutus-section {
  /*基本理念*/
}
#sub-page.page-aboutus .l-aboutus-section .philosophy-sec {
  background-color: #fffdfa;
}
#sub-page.page-aboutus .l-aboutus-section .philosophy-sec .l-policy {
  padding: 8rem 0;
  background-color: #fffdfa;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .philosophy-sec .l-policy {
    padding: 4rem 0;
  }
}
#sub-page.page-aboutus .l-aboutus-section .philosophy-sec .l-policy__inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
#sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item {
    flex-direction: column;
    gap: 30px;
  }
}
#sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item {
  /* 左側：ビジュアルエリア */
}
#sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item__visual {
  flex: 0 0 400px;
}
#sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item__visual .head-unit {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  left: -20px;
  text-align: center;
  padding-right: 20px;
  width: calc(100% + 40px);
}
#sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item__visual .head-unit .num-img {
  width: 80px;
  flex-shrink: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item__visual .head-unit .num-img {
    width: 60px;
  }
}
#sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item__visual .head-unit .num-img img {
  width: 100%;
  height: auto;
}
#sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item__visual .head-unit .ttl-bar {
  letter-spacing: 0.1em;
  flex: 1;
  margin-left: -15px;
  padding: 16px 20px 16px 30px;
  background: linear-gradient(to right, rgb(65, 160, 84) 0%, rgb(177, 215, 99) 100%);
  color: #ffffff;
  font-size: var(--fz-3);
  font-weight: bold;
  border-radius: 0 10px 10px 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item__visual .head-unit {
    width: calc(100% + 20px);
  }
}
#sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item__visual .main-img {
  width: 100%;
}
#sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item__visual .main-img img {
  width: 100%;
  border-radius: 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item__visual {
    flex: 0 0 auto;
    width: 100%;
  }
  #sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item__visual .head-unit {
    left: 0;
  }
}
#sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item {
  /* 右側：テキストエリア */
}
#sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item__body {
  flex: 1;
  line-height: 1.8;
}
#sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item__body .lead {
  margin-bottom: 25px;
}
#sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item__body {
  /* 箇条書きのスタイル */
}
#sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item__body .list-dotted,
#sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item__body .list-numbered {
  margin-bottom: 25px;
  padding-left: 0;
  list-style: none;
}
#sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item__body .list-dotted li,
#sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item__body .list-numbered li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 1.5em;
}
#sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item__body {
  /* 1. 2. 3. の番号付きスタイル */
}
#sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item__body .list-numbered li {
  counter-increment: number;
}
#sub-page.page-aboutus .l-aboutus-section .philosophy-sec .c-policy-item__body .list-numbered li::before {
  content: counter(number) ". ";
  position: absolute;
  left: 0;
}
#sub-page.page-aboutus .l-aboutus-section {
  /*法人概要*/
}
#sub-page.page-aboutus .l-aboutus-section .outline-sec {
  background-color: #fff9f1;
}
#sub-page.page-aboutus .l-aboutus-section {
  /*沿革*/
}
#sub-page.page-aboutus .l-aboutus-section .history-sec {
  background-color: #fffdfa;
}
#sub-page.page-aboutus .l-aboutus-section .history-sec .history-sec__bg {
  padding-bottom: 10%;
  background-image: url(../img/aboutus/history-bg_item01.png), url(../img/aboutus/history-bg_item02.png), url(../img/aboutus/history-bg_item03.png);
  background-repeat: no-repeat;
  background-position: right top, left 50%, right bottom;
  background-size: 20%, 20%, 30%;
}
#sub-page.page-aboutus .l-aboutus-section {
  /*組織図*/
}
#sub-page.page-aboutus .l-aboutus-section .organization-sec {
  background-color: #fff9f1;
}
#sub-page.page-aboutus .l-aboutus-section .organization-sec .chart-link {
  text-align: center;
  margin-top: 4rem;
}
#sub-page.page-aboutus .l-aboutus-section .organization-sec .chart-link a {
  text-decoration: underline;
  color: #41a054;
  font-weight: bold;
}
#sub-page.page-aboutus .l-aboutus-section .organization-sec .c-chart-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem auto 10%;
}
#sub-page.page-aboutus .l-aboutus-section .organization-sec .c-chart-img img {
  display: block;
  max-width: 50%;
  height: auto;
}
#sub-page.page-aboutus .l-aboutus-section {
  /*役員名簿*/
}
#sub-page.page-aboutus .l-aboutus-section .officers-sec {
  background-color: #fdf4ed;
  padding-bottom: 10%;
}
#sub-page.page-aboutus .l-aboutus-section .officers-sec .l-officer-list {
  padding: 8rem 0 0;
  margin: auto;
}
#sub-page.page-aboutus .l-aboutus-section .officers-sec .c-officer-group {
  margin-bottom: 50px;
}
#sub-page.page-aboutus .l-aboutus-section .officers-sec .c-officer-group__ttl {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
#sub-page.page-aboutus .l-aboutus-section .officers-sec .c-officer-group__ttl::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 24px;
  background-color: #41a054;
  border-radius: 2px;
}
#sub-page.page-aboutus .l-aboutus-section .officers-sec .c-officer-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #707070;
}
#sub-page.page-aboutus .l-aboutus-section .officers-sec .c-officer-table th,
#sub-page.page-aboutus .l-aboutus-section .officers-sec .c-officer-table td {
  border: 1px solid #707070;
  padding: 12px 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .officers-sec .c-officer-table th,
  #sub-page.page-aboutus .l-aboutus-section .officers-sec .c-officer-table td {
    padding: 10px 5px;
    font-size: 12px;
  }
}
#sub-page.page-aboutus .l-aboutus-section .officers-sec .c-officer-table th {
  width: 30%;
  background-color: #f2f2f2;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .officers-sec .c-officer-table th {
    width: 40%;
    font-weight: bold;
    text-align: center;
  }
}
#sub-page.page-aboutus .l-aboutus-section {
  /*寄附のお願い*/
}
#sub-page.page-aboutus .l-aboutus-section .donation-sec {
  position: relative;
  background-color: #fdf4ed;
}
#sub-page.page-aboutus .l-aboutus-section .donation-sec .l-donation {
  background: linear-gradient(to bottom, rgb(65, 160, 84) 0%, rgb(138, 195, 94) 67%, rgb(209, 231, 103) 100%);
  color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 40px;
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .donation-sec .l-donation {
    padding: 4rem 0;
  }
}
#sub-page.page-aboutus .l-aboutus-section .donation-sec .l-donation__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .donation-sec .l-donation__inner {
    flex-direction: column;
  }
}
#sub-page.page-aboutus .l-aboutus-section .donation-sec {
  /* 左側：テキストエリア */
}
#sub-page.page-aboutus .l-aboutus-section .donation-sec .c-donation-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#sub-page.page-aboutus .l-aboutus-section .donation-sec {
  /* 右側：ビジュアルエリア（画像1枚） */
}
#sub-page.page-aboutus .l-aboutus-section .donation-sec .c-donation-visual {
  position: absolute;
  right: 0;
  top: -10%;
  width: 32%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .donation-sec .c-donation-visual {
    top: -40px;
  }
}
#sub-page.page-aboutus .l-aboutus-section .donation-sec .c-donation-visual img {
  width: 100%;
  height: auto;
}
#sub-page.page-aboutus .l-aboutus-section .donation-sec .c-donation-read {
  padding-top: 4rem;
  width: 62%;
  line-height: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  #sub-page.page-aboutus .l-aboutus-section .donation-sec .c-donation-read {
    width: 100%;
  }
}
#sub-page.page-aboutus .l-aboutus-section .donation-sec .c-donation-read .c-donation-img {
  display: flex;
  gap: 2rem;
}
#sub-page.page-aboutus .l-aboutus-section .donation-sec .c-donation-read .c-donation-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
}
#sub-page.page-aboutus .l-aboutus-section .donation-sec .c-donation-contact h3 {
  font-size: var(--fz-3);
  font-weight: bold;
}
#sub-page {
  /* +++++++++++
  職員紹介
  +++++++++++ */
}
#sub-page.page-staff .l-staff {
  padding: 8rem 0;
  background: linear-gradient(to bottom, rgb(255, 249, 241) 0%, rgb(201, 230, 237) 50%, rgb(211, 247, 231) 100%);
}
#sub-page.page-staff .l-staff__inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16rem;
}
@media screen and (max-width: 768px) {
  #sub-page.page-staff .l-staff__inner {
    gap: 4rem;
  }
}
#sub-page.page-staff .l-staff .l-staff__bg {
  background-image: url(../img/common/leaf-1.svg), url(../img/common/leaf-2.svg), url(../img/common/leaf-1.svg), url(../img/common/leaf-1.svg), url(../img/common/leaf-2.svg), url(../img/common/leaf-2.svg);
  background-position: 95% 30%, 5% 37%, 90% 48%, 5% 62%, 65% 82%, -1% 100%;
  background-size: 10%, 8%, 8%, 14%, 10%, 8%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #sub-page.page-staff .l-staff .l-staff__bg {
    background-image: url(../img/common/leaf-1.svg), url(../img/common/leaf-2.svg), url(../img/common/leaf-2.svg), url(../img/common/leaf-2.svg);
    background-position: 90% 4%, 5% 48%, 95% 77%, 5% 89%;
    background-size: 15%, 15%, 15%, 15%;
  }
}
#sub-page.page-staff .l-staff .c-staff-item {
  /*1段目*/
  display: flex;
  gap: 8%;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #sub-page.page-staff .l-staff .c-staff-item {
    flex-direction: column;
    gap: 2rem;
    border-bottom: 2px solid #fffdfa;
  }
}
#sub-page.page-staff .l-staff .c-staff-item {
  /* 左側：プロフィール */
}
#sub-page.page-staff .l-staff .c-staff-item .c-staff-profile {
  flex: 1;
}
@media screen and (max-width: 768px) {
  #sub-page.page-staff .l-staff .c-staff-item .c-staff-profile {
    width: 100%;
    justify-content: center;
  }
}
#sub-page.page-staff .l-staff .c-staff-item .c-staff-profile .c-staff-visual {
  margin-bottom: 25px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #sub-page.page-staff .l-staff .c-staff-item .c-staff-profile .c-staff-visual {
    width: 50%;
    margin: 2rem auto;
  }
}
#sub-page.page-staff .l-staff .c-staff-item .c-staff-profile .c-staff-info {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#sub-page.page-staff .l-staff .c-staff-item .c-staff-profile .c-staff-info p {
  font-weight: bold;
  padding-left: 15px;
  line-height: 1.35;
}
#sub-page.page-staff .l-staff .c-staff-item .c-staff-profile .c-staff-info .name {
  font-size: var(--fz-2);
  font-weight: bold;
  margin-bottom: 5px;
  border-left: 5px solid #41a054;
  padding-left: 15px;
}
#sub-page.page-staff .l-staff .c-staff-item .c-staff-profile .c-staff-history {
  line-height: 1.6;
  background-color: #ffffff;
  padding: 1em;
  margin-top: 2rem;
}
#sub-page.page-staff .l-staff .c-staff-item .c-staff-profile .c-staff-history .history-ttl {
  font-weight: bold;
}
#sub-page.page-staff .l-staff .c-staff-item .c-staff-profile .c-staff-history dl {
  margin-bottom: 10px;
  line-height: 2;
}
#sub-page.page-staff .l-staff .c-staff-item .c-staff-profile .c-staff-history dl dt {
  font-weight: bold;
  font-size: 0.9em;
  color: #333;
}
#sub-page.page-staff .l-staff .c-staff-item .c-staff-profile .c-staff-history dl dd {
  margin-left: 0;
}
#sub-page.page-staff .l-staff .c-staff-item {
  /* 右側：メッセージ */
}
#sub-page.page-staff .l-staff .c-staff-item .c-staff-message {
  flex: 1;
}
#sub-page.page-staff .l-staff .c-staff-item .c-staff-message p {
  line-height: 2;
  margin-bottom: 1.8em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #sub-page.page-staff .l-staff .c-staff-item .c-staff-message p {
    margin-bottom: 4rem;
  }
}
#sub-page.page-staff .l-staff .c-staff-item {
  /*二段目*/
}
#sub-page.page-staff .l-staff .c-staff-item.--02 {
  flex-direction: column;
  gap: 2rem;
}
#sub-page.page-staff .l-staff .c-staff-item.--02 .c-staff-profile {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  #sub-page.page-staff .l-staff .c-staff-item.--02 .c-staff-profile {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0;
  }
}
#sub-page.page-staff .l-staff .c-staff-item.--02 .c-staff-profile .c-staff-visual {
  width: 320px;
}
@media screen and (max-width: 768px) {
  #sub-page.page-staff .l-staff .c-staff-item.--02 .c-staff-profile .c-staff-visual {
    width: 50%;
    margin: 2rem auto;
  }
}
#sub-page.page-staff .l-staff .c-staff-item.--02 .c-staff-message {
  width: 100%;
  display: block;
}
#sub-page.page-staff .l-staff .c-staff-item {
  /*三段目*/
}
#sub-page.page-staff .l-staff .c-staff-item.--03 {
  flex-direction: column;
  gap: 2rem;
}
#sub-page.page-staff .l-staff .c-staff-item.--03 .c-staff-profile {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  #sub-page.page-staff .l-staff .c-staff-item.--03 .c-staff-profile {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0;
  }
}
#sub-page.page-staff .l-staff .c-staff-item.--03 .c-staff-profile .c-staff-visual {
  width: 360px;
}
@media screen and (max-width: 768px) {
  #sub-page.page-staff .l-staff .c-staff-item.--03 .c-staff-profile .c-staff-visual {
    width: 50%;
    margin: 2rem auto;
  }
}
#sub-page.page-staff .l-staff .c-staff-item.--03 .c-staff-message {
  width: 100%;
  display: block;
}
#sub-page {
  /* +++++++++++
  強み
  +++++++++++ */
}
#sub-page.page-strengths #strengths,
#sub-page.page-strengths #service {
  scroll-margin-top: 120px;
}
#sub-page.page-strengths {
  /*コンセプト*/
}
#sub-page.page-strengths .l-concept {
  padding: 8rem 0 0;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(to bottom, rgb(243, 229, 218) 0%, rgb(201, 230, 237) 50%, rgb(211, 247, 231) 100%);
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-concept {
    padding: 4rem 0 0;
  }
}
#sub-page.page-strengths .l-concept .l-concept__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  text-align: center;
  /* 上部：キャッチコピー */
}
#sub-page.page-strengths .l-concept .l-concept__inner .c-concept-catch {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-concept .l-concept__inner .c-concept-catch {
    margin-bottom: 3rem;
  }
}
#sub-page.page-strengths .l-concept .l-concept__inner .c-concept-catch__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  line-height: 1.75;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-concept .l-concept__inner .c-concept-catch__ttl {
    flex-direction: column;
  }
}
#sub-page.page-strengths .l-concept .l-concept__inner .c-concept-catch__ttl .leaf-icon {
  width: 120px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-concept .l-concept__inner .c-concept-catch__ttl .leaf-icon {
    width: 80px;
  }
}
#sub-page.page-strengths .l-concept .l-concept__inner .c-concept-catch__ttl h2 {
  color: #41a054; /* 敬寿会の緑 */
  font-size: var(--fz-1);
  font-weight: bold;
  letter-spacing: 0.1em;
}
#sub-page.page-strengths .l-concept .l-concept__inner .c-concept-catch__sub {
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-concept .l-concept__inner .c-concept-catch__sub {
    font-size: 14px;
  }
}
#sub-page.page-strengths .l-concept {
  /* 下部：緑色のコンセプトエリア */
}
#sub-page.page-strengths .l-concept .c-concept-body {
  background: linear-gradient(to bottom, rgb(65, 160, 84) 0%, rgb(209, 230, 103) 100%);
  color: #ffffff;
  padding: 10rem 0 0;
  text-align: center;
  position: relative;
  /* --- 弧（丘）を描く切り抜き --- 
  ellipse(幅の半径 高さの半径 at 中心X 中心Y) */
  clip-path: ellipse(80% 100% at 50% 100%);
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-concept .c-concept-body {
    padding: 4rem 0 0;
    clip-path: ellipse(130% 100% at 50% 100%);
  }
}
#sub-page.page-strengths .l-concept .c-concept-body__inner {
  margin: 0 auto 10rem;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-concept .c-concept-body__inner {
    padding: 0 5%;
    margin: 0 auto 4rem;
  }
}
#sub-page.page-strengths .l-concept .c-concept-body__ttl {
  font-size: var(--fz-1);
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 4rem;
}
#sub-page.page-strengths .l-concept .c-concept-body__text {
  line-height: 2;
  text-align: center;
}
#sub-page.page-strengths {
  /*強み*/
}
#sub-page.page-strengths .l-strengths {
  background-color: #fff9f1;
  position: relative;
}
#sub-page.page-strengths .l-strengths .leafs-item {
  width: 60%;
  margin-right: 0;
  margin-left: auto;
}
#sub-page.page-strengths .l-strengths__list--inner {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-strengths__list--inner {
    margin-bottom: 2rem;
  }
}
#sub-page.page-strengths .l-strengths .c-strength-item {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-strengths .c-strength-item {
    gap: 2rem;
    margin-top: 4rem;
  }
}
#sub-page.page-strengths .l-strengths .c-strength-item.is-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-strengths .c-strength-item.is-reverse {
    flex-direction: column;
  }
}
#sub-page.page-strengths .l-strengths .c-strength-item__img-unit {
  position: relative;
  flex: 1;
}
#sub-page.page-strengths .l-strengths .c-strength-item__img-unit .main-photo {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}
#sub-page.page-strengths .l-strengths .c-strength-item .c-point-badge-img {
  position: absolute;
  top: -35px;
  right: -45px;
  width: 200px;
  z-index: 2;
}
#sub-page.page-strengths .l-strengths .c-strength-item .c-point-badge-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-strengths .c-strength-item .c-point-badge-img {
    width: 100px;
    top: -15px;
    right: -10px;
  }
}
#sub-page.page-strengths .l-strengths .c-strength-item {
  /* テキストボディ */
}
#sub-page.page-strengths .l-strengths .c-strength-item__body {
  flex: 1;
}
#sub-page.page-strengths .l-strengths .c-strength-item__body .sub-ttl {
  color: #41a054;
  margin-bottom: 2rem;
}
#sub-page.page-strengths .l-strengths .c-strength-item__body .main-ttl {
  color: #41a054;
  font-size: var(--fz-2);
  line-height: 1.75;
  margin-bottom: 2rem;
  font-weight: bold;
}
#sub-page.page-strengths .l-strengths .c-strength-item__body .text {
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-strengths .c-strength-item {
    flex-direction: column;
  }
  #sub-page.page-strengths .l-strengths .c-strength-item .c-strength-item__img-unit {
    width: 100%;
  }
}
#sub-page.page-strengths {
  /*サービス*/
}
#sub-page.page-strengths .l-service {
  margin-top: -15%;
}
#sub-page.page-strengths .l-service img {
  width: 100%;
  height: auto;
}
#sub-page.page-strengths .l-service__list {
  position: relative;
  z-index: 1;
  background-color: #fffdfa;
}
#sub-page.page-strengths .l-service__list.beige {
  background-color: #fdf4ed;
}
#sub-page.page-strengths .l-service__list.wh {
  background-color: #fffdfa;
}
#sub-page.page-strengths .l-service__list .c-service-num-img {
  position: absolute;
  top: -50px;
  right: 0;
  width: 200px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-service__list .c-service-num-img {
    right: 0;
    width: 100px;
  }
}
#sub-page.page-strengths .l-service__list--inner .c-service-item {
  padding: 0 0 8rem;
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__img-unit {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__img-unit .c-service-main-img {
  border-radius: 20px;
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__img-unit .c-service-badge-img {
  position: absolute;
  top: -35px;
  right: -45px;
  width: 200px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-service__list--inner .c-service-item__img-unit .c-service-badge-img {
    right: 0;
    width: 100px;
  }
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__img-unit .leaf-item {
  position: absolute;
  left: -40px;
  bottom: -40px;
  width: 130px;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-service__list--inner .c-service-item__img-unit .leaf-item {
    left: -10px;
    bottom: -20px;
    width: 60px;
  }
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list01 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 8rem 0 0;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list01 {
    padding: 4rem 0;
  }
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list01 li {
  list-style-type: none;
  border-radius: 12px;
  padding: 1.5rem;
  width: calc(50% - 1rem);
  background: linear-gradient(to bottom, rgb(65, 160, 84) 0%, rgb(209, 230, 103) 100%);
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list01 li {
    width: 100%;
  }
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list01 li p.ttl {
  margin-bottom: 0.5em;
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list01 li p.ttl .ttl-main {
  border-radius: 100px;
  background-color: #ffffff;
  color: #41a054;
  display: inline-block;
  letter-spacing: 0.08em;
  padding: 4px 1em;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list01 li p.ttl .ttl-main {
    padding: 8px 1em;
    display: block;
    text-align: center;
    font-weight: bold;
  }
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list01 li p.ttl .ttl-sub {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list01 li p.ttl .ttl-sub {
    display: block;
    margin: 1em 0;
  }
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list01 li p.text {
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list01 li p.text {
    line-height: 2;
  }
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list02.--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list02 {
    grid-template-columns: repeat(1, 1fr);
  }
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list02 li {
  background-color: #ffffff;
  list-style-type: none;
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list02 li {
    width: 100%;
  }
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list02 li p.ttl {
  text-align: center;
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list02 li p.ttl .ttl-main {
  border-radius: 100vw;
  background-color: #41a054;
  color: #ffffff;
  display: inline-block;
  padding: 12px 0.5em;
  display: block;
  margin-bottom: 0.5em;
  letter-spacing: 0.08em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list02 li p.ttl .ttl-main {
    padding: 10px 1em;
    display: block;
    text-align: center;
    font-weight: bold;
  }
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list02 li p.ttl .ttl-sub {
  color: #a2a2a2;
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list02 li p.text {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list02 li p.text {
    line-height: 2;
  }
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list02.beige li {
  background: #fdf4ed;
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list03 {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list03 li {
  width: calc(50% - 1rem);
  background-color: #ffffff;
  list-style-type: none;
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list03 li {
    width: 100%;
    padding: 2rem;
  }
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list03 li p.ttl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list03 li p.ttl {
    width: 100%;
  }
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list03 li p.ttl .ttl-main {
  border-radius: 100vw;
  background-color: #41a054;
  color: #ffffff;
  display: inline-block;
  padding: 12px 1em;
  display: block;
  margin-bottom: 0.5em;
  letter-spacing: 0.08em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list03 li p.ttl .ttl-main {
    padding: 10px 1em;
    display: block;
    text-align: center;
    font-weight: bold;
  }
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list03 li p.ttl .ttl-sub {
  color: #a2a2a2;
}
#sub-page.page-strengths .l-service__list--inner .c-service-item__body .c-service__list03 li p.text {
  line-height: 1.75;
}
#sub-page.page-strengths {
  /*法人・職員ナビ*/
}
#sub-page.page-strengths .l-info-navigation {
  padding: 8rem 0;
  background: linear-gradient(to bottom, rgb(201, 230, 237) 0%, rgb(211, 247, 231) 100%);
}
#sub-page.page-strengths .l-info-navigation__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
#sub-page.page-strengths .l-info-navigation .c-info-grid {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .l-info-navigation .c-info-grid {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
}
#sub-page.page-strengths .l-info-navigation .c-info-grid .c-info-card {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 3rem;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 4rem;
  border-radius: 20px;
  text-decoration: none;
  color: #282828;
  position: relative;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #sub-page.page-strengths .l-info-navigation .c-info-grid .c-info-card {
    padding: 2rem 2rem 5rem 2rem;
    gap: 2rem;
    flex-direction: column;
  }
}
#sub-page.page-strengths .l-info-navigation .c-info-grid .c-info-card:hover {
  transform: translateY(-2px);
  opacity: 1;
}
#sub-page.page-strengths .l-info-navigation .c-info-grid .c-info-card__icon {
  flex: 0 0 120px;
}
@media screen and (max-width: 640px) {
  #sub-page.page-strengths .l-info-navigation .c-info-grid .c-info-card__icon {
    flex: 0 0 40px;
    width: 60px;
  }
}
#sub-page.page-strengths .l-info-navigation .c-info-grid .c-info-card__icon img {
  width: 100%;
  height: auto;
  font-weight: bold;
}
#sub-page.page-strengths .l-info-navigation .c-info-grid .c-info-card__content {
  flex: 1;
}
#sub-page.page-strengths .l-info-navigation .c-info-grid .c-info-card__content .ttl {
  font-size: var(--fz-3);
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
#sub-page.page-strengths .l-info-navigation .c-info-grid .c-info-card__content .txt {
  line-height: 1.6;
}
#sub-page.page-strengths .l-info-navigation .c-info-grid .c-info-card .arrow-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#sub-page.page-strengths {
  /*施設・採用ナビ*/
}
#sub-page.page-strengths .l-conversion {
  background: linear-gradient(90deg, #4caf50 0%, #8bc34a 100%);
  padding: 8rem 5%;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#sub-page.page-strengths .l-conversion__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
#sub-page.page-strengths .c-cv-group__ttl {
  font-size: var(--heading03);
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
#sub-page.page-strengths .c-cv-recruit .lead {
  font-size: var(--fz-2);
  font-weight: bold;
  margin-bottom: 4rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
#sub-page.page-strengths {
  /* 採用情報エリア（半透明カプセル） */
}
#sub-page.page-strengths .c-cv-recruit {
  position: relative;
}
#sub-page.page-strengths .c-cv-recruit__inner {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 60px 40px;
  border-radius: 150px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .c-cv-recruit__inner {
    padding: 40px 20px;
    border-radius: 20px;
  }
}
#sub-page.page-strengths .c-cv-recruit {
  /* 左側の大きなリーフ装飾 */
}
#sub-page.page-strengths .c-cv-recruit .deco-leaf {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  opacity: 0.8;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .c-cv-recruit .deco-leaf {
    width: 80px;
  }
}
#sub-page.page-strengths {
  /* 共通CVボタン */
}
#sub-page.page-strengths .c-cv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  color: #4caf50;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 10px;
  min-width: 300px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#sub-page.page-strengths .c-cv-btn .arrow {
  width: 24px;
  height: 24px;
  background-color: #4caf50;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-left: 20px;
}
#sub-page.page-strengths .c-cv-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
#sub-page.page-strengths .c-cv-btn.--recruit {
  color: #388e3c;
}
#sub-page.page-strengths .c-cv-btn.--recruit .arrow {
  background-color: #388e3c;
}
@media screen and (max-width: 768px) {
  #sub-page.page-strengths .c-cv-btn {
    min-width: 100%;
  }
}
#sub-page {
  /* +++++++++++
  ニュース一覧
  +++++++++++ */
}
#sub-page .sub-news {
  padding: 16rem 0;
}
@media screen and (max-width: 768px) {
  #sub-page .sub-news {
    padding: 8rem 0;
  }
}
#sub-page .sub-news__container {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  #sub-page .sub-news__container {
    margin-top: 4rem;
  }
}
#sub-page .sub-news--list {
  padding: 4rem 0;
  transition: opacity 0.3s ease;
}
#sub-page .sub-news--list .c-news-item {
  display: block;
  text-decoration: none;
  color: #333;
  border-top: 1px solid #b7b7b7;
  transition: background-color 0.3s;
  border-bottom: 1px solid #eee;
  /* フェードインアニメーション */
  animation: fadeIn 0.5s ease forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#sub-page .sub-news--list .c-news-item:last-child {
  border-bottom: 1px solid #b7b7b7;
}
#sub-page .sub-news--list .c-news-item:hover {
  background-color: #fdf4ed;
  opacity: 1;
}
#sub-page .sub-news--list .c-news-item__inner {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
#sub-page .sub-news--list .c-news-item__inner .arrow-btn i {
  color: #41a054;
}
#sub-page .sub-news--list .c-news-item__content {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #sub-page .sub-news--list .c-news-item__content {
    flex-wrap: wrap;
    gap: 15px;
  }
}
#sub-page .sub-news--list .c-news-item__content .category {
  background: linear-gradient(to right, rgb(65, 160, 84) 0%, rgb(177, 215, 99) 100%);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 6px;
  flex-shrink: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #sub-page .sub-news--list .c-news-item__content .category {
    font-size: 13px;
  }
}
#sub-page .sub-news--list .c-news-item__content .date {
  font-size: var(--fz-5);
}
#sub-page .sub-news--list .c-news-item__content .title {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--fz-base);
}
@media screen and (max-width: 768px) {
  #sub-page .sub-news--list .c-news-item__content .title {
    display: block;
    width: 100%;
  }
}
#sub-page .sub-news .c-news-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
#sub-page .sub-news .c-news-tabs .tab-btn {
  border: none;
  padding: 6px 12px;
  font-size: 16px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  #sub-page .sub-news .c-news-tabs .tab-btn {
    font-size: 13px;
  }
}
#sub-page .sub-news .c-news-tabs .tab-btn:hover {
  cursor: pointer;
}
#sub-page .sub-news .c-news-tabs .tab-btn.is-active {
  background: linear-gradient(to right, rgb(65, 160, 84) 0%, rgb(177, 215, 99) 100%);
  color: #fff;
}
#sub-page .news-list {
  margin: 5% auto;
}
#sub-page .news-list div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
}
#sub-page .news-list .tab-switch {
  display: none;
}
#sub-page .news-list .tab-label {
  font-size: 16px;
  order: 1;
  display: inline-block;
  padding: 10px 20px;
  background-color: #f0f0f0;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
}
#sub-page .news-list .tab-label:hover {
  background-color: #e0e0e0;
}
#sub-page .news-list .content-list {
  order: 2;
  width: 100%;
  display: none;
  list-style: none;
  padding: 4rem 0;
  animation: fadeIn 0.5s ease;
  margin-top: 10px;
}
#sub-page .news-list .content-list li {
  border-bottom: 1px dotted #ccc;
}
#sub-page .news-list .content-list li a {
  text-decoration: none;
  color: #282828;
  font-size: var(--fz-base);
  font-weight: bold;
  width: 100%;
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #sub-page .news-list .content-list li a {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
#sub-page .news-list .content-list li a:hover {
  color: #41a054;
}
#sub-page .news-list .content-list li .days {
  font-size: var(--fz-5);
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #sub-page .news-list .content-list li .ttl {
    display: block;
    width: 100%;
  }
}
#sub-page .news-list .content-list li .box {
  display: inline-block;
  padding: 2px 8px;
  font-size: 0.8em;
  background: linear-gradient(to right, rgb(65, 160, 84) 0%, rgb(177, 215, 99) 100%);
  padding: 6px 12px;
  border-radius: 6px;
  flex-shrink: 0;
  font-size: 16px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
}
#sub-page .news-list .tab-switch:checked + .tab-label {
  background: linear-gradient(to right, rgb(65, 160, 84) 0%, rgb(177, 215, 99) 100%);
  color: #fff;
}
#sub-page .news-list .tab-switch:checked + .tab-label + .content-list {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  #sub-page .news-list .tab-label {
    order: 1;
    font-size: 13px;
    padding: 10px 5px;
    text-align: center;
  }
  #sub-page .news-list .content-list {
    order: 2;
  }
}

/*********************************

Contact_MWWPFORM

*********************************/
/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
  /*margin-bottom: 60px;*/
}

#form_page {
  max-width: 900px;
  margin: 5% auto;
  background: #fff;
  padding: 5%;
  color: #000;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  #form_page {
    max-width: 100%;
  }
}

table.form_page__table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  table.form_page__table {
    font-size: 1.3rem;
  }
}
table.form_page__table input,
table.form_page__table textarea {
  padding: 1em;
  width: 100%;
  background: #eee;
  border: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  table.form_page__table input,
  table.form_page__table textarea {
    padding: 10px 0.5em;
  }
}
table.form_page__table input[type=checkbox],
table.form_page__table input[type=radio],
table.form_page__table input[type=text].input_tel {
  width: auto;
}
table.form_page__table input[type=tel].input_zip {
  width: 6em;
}
table.form_page__table input[type=checkbox] {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  transform: scale(1.4);
  margin-left: 1em;
}
table.form_page__table th {
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  table.form_page__table th {
    padding-bottom: 0;
    vertical-align: middle;
  }
}
table.form_page__table th,
table.form_page__table td {
  display: block;
  width: 100%;
  padding: 10px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  table.form_page__table th,
  table.form_page__table td {
    padding: 10px 0;
  }
}

span.equ {
  display: inline-block;
  color: #fff;
  padding: 4px 10px;
  background-color: #41a054;
  font-weight: normal;
  font-size: 0.8em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  span.equ {
    margin-top: 1em;
  }
}

.btn_submit_wrap {
  text-align: center;
  margin: 5% auto;
}

.btn_submit {
  cursor: pointer;
  color: #fff;
  background: #41a054;
  display: inline-block;
  padding: 15px 2em;
  margin: 0 auto;
  border: 1px solid #41a054;
  transition: all 0.5s;
  letter-spacing: 0.18em;
}

.btn_submit:hover {
  background: #fdf4ed;
  border: 1px solid #fdf4ed;
  color: #fff;
}

/*戻る*/
.btn_submit_back {
  cursor: pointer;
  color: #41a054;
  background: #f9f9f9;
  display: inline-block;
  padding: 15px 2em;
  margin: 0 auto;
  border: 1px solid #41a054;
  transition: all 0.5s;
  letter-spacing: 0.18em;
  margin-right: 1em;
}

/*エラー*/
.mw_wp_form .error {
  display: inline-block !important;
}

/*個人情報取り扱い*/
.form_page__p_area {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form_page__p_area {
    font-size: 1.3rem;
  }
}
.form_page__p_area h3 {
  margin-bottom: 20px;
}
.form_page__p_area .p_btn {
  display: inline-block;
}
.form_page__p_area .form_page__p_txt {
  padding: 30px;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.75em;
  width: 100%;
  height: 200px;
  border: 2px solid #41a054;
  border-radius: 5px;
  overflow: auto;
  background: #fff;
}

/*********************************

footer

*********************************/
footer.l-footer {
  position: relative;
  width: 100%;
  padding: 4rem 0 20rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  footer.l-footer {
    padding: 4rem 5% 20rem;
  }
}
footer.l-footer img {
  width: 100%;
  height: auto;
}
footer.l-footer {
  /* --- 背景画像の設定 --- */
  background-image: url(../img/common/foot_bg.jpg);
  background-size: cover;
  background-position: center;
}
footer.l-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease;
  z-index: 1;
}
footer.l-footer .l-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 40rem;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  footer.l-footer .l-footer__inner {
    align-items: flex-start;
    gap: 10rem;
  }
}
footer {
  /* 左側エリア */
}
footer .footer-info {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  footer .footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
footer .footer-info .footer-logo {
  display: block;
  width: 300px;
}
@media screen and (max-width: 768px) {
  footer .footer-info .footer-logo {
    width: 220px;
  }
}
footer .footer-info .footer-copy {
  width: 360px;
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  footer .footer-info .footer-copy {
    width: 80%;
  }
}
footer .footer-info .footer-en {
  font-size: clamp(40px, 6vw, 60px);
  font-weight: bold;
  line-height: 2;
  color: #282828;
}
@media screen and (max-width: 480px) {
  footer .footer-info .footer-en {
    font-size: 2.8rem;
  }
}
footer .footer-nav {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  gap: 4rem;
  font-size: var(--fz-base);
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 768px) {
  footer .footer-nav {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
footer .footer-nav .footer-nav__menu {
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  footer .footer-nav .footer-nav__menu {
    gap: 2rem;
  }
}
footer .footer-nav .footer-nav__menu ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
footer .footer-nav .footer-nav__menu ul li {
  margin-bottom: 3rem;
}
footer .footer-nav .footer-nav__menu ul li .sub-menu {
  display: none;
}
footer .footer-nav .footer-nav__menu ul li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  align-items: center;
  /* 矢印アイコンの疑似要素 */
}
footer .footer-nav .footer-nav__menu ul li a::before {
  content: ">";
  font-size: var(--fz-base);
  margin-right: 8px;
  opacity: 0.6;
}
footer .footer-nav .footer-nav__menu ul li a span {
  display: none;
}
footer .footer-nav {
  /* SNSエリア */
}
footer .footer-nav ul.nav-sns {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 1rem;
}
footer .footer-nav ul.nav-sns li a {
  text-decoration: none;
  color: #41a054;
  font-weight: bold;
}
footer .footer-nav ul.nav-sns li a i {
  display: inline-block;
  font-size: 32px;
  color: #41a054;
}

#page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
#page_top a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: #000;
  border-radius: 100%;
  text-align: center;
}
#page_top a i {
  color: #fff;
}/*# sourceMappingURL=style.css.map */