@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  ._sp {
    display: none;
  }
}

._pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  ._pc {
    display: block;
  }
}

html {
  overflow: auto;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

main {
  margin: 0 !important;
}

body {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
  overflow: hidden;
  min-width: 300px;
  line-height: 2;
  font-size: 0.9rem;
  color: #5D5D5D;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.1rem;
  }
}
a {
  text-decoration: none;
}

img {
  width: 100vw;
  object-fit: cover;
}

.covid__measures {
  border: solid 1px red;
  width: 75vw;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.covid__measures p {
  padding: 1vw;
}

.general-btn a {
  color: #fff;
  background-color: #86C1D3;
  padding: 1vw;
  text-align: center;
  width: 33vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}

.bread_crumb li {
  font: size 0.9rem;
}

/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn2 {
  animation-name: fadeInAnime2;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sp_only {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.bread_crumb {
  margin-left: 2vw !important;
}

/* =============================
   ページタイトル head-title
============================= */
.head-title {
  width: 100%;
  background-color: #e9f4f6; /* 薄いブルー背景（調整可） */
  padding: clamp(2rem, 4vw, 3rem) 1rem;
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}
.head-title h1, .head-title .head-title__text {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 700;
  color: #333;
  margin: 0;
}

.header {
  background-color: #fff;
}

#fixed-header {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #fixed-header {
    z-index: 999;
    position: fixed;
    top: -15vw;
    height: auto;
    width: 100vw;
    text-align: center;
    color: #fff;
    background: white;
    transition: 0.7s; /* アニメーションタイミング */
  }
}

@media print, screen and (min-width: 768px) {
  #fixed-header.is-show {
    display: block;
    top: 0;
  }
}

.header__list {
  display: block;
  justify-content: center;
  align-items: center;
  padding: 10vw 0 !important;
  padding-bottom: 10vw !important;
  margin-bottom: 0.8vw;
  box-shadow: 4px 4px 5px 5px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 768px) {
  .header__list {
    padding: 2vw 0 !important;
    display: flex;
    width: 100%;
  }
}

.logo {
  color: #86C1D3;
  display: flex;
  line-height: 1.5;
  font-size: 1rem;
  margin: 2vw 0;
}
.logo img {
  width: 15vw;
  height: 7.5vw;
}
@media print, screen and (min-width: 768px) {
  .logo img {
    width: 10vw;
    height: 5vw;
  }
}
.logo a {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .logo {
    text-align: center;
    margin: 2vw auto;
    margin-bottom: 0;
  }
}

.logo-right {
  display: block;
  text-align: left;
  color: #0A2752;
  font-size: 0.85rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .logo-right {
    font-size: 0.9rem;
    margin-top: 1vw;
  }
}
.logo-right .logo-righttop {
  display: inline-block;
  font-size: 0.8rem;
}
@media print, screen and (min-width: 768px) {
  .logo-right .logo-righttop {
    font-size: 0.9rem;
  }
}

.menu-btn {
  display: none;
}

#menu-btn-check {
  display: none;
}

.logo-wrap {
  display: flex;
  padding: 1vw 0;
  background-color: white;
  position: relative;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.logo-wrap img {
  object-fit: cover;
  margin-right: 1vw;
}
@media print, screen and (min-width: 768px) {
  .logo-wrap {
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }
}

.header__list-content {
  width: 50vw !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4rem;
  margin-top: 2vw;
  /*
    .menu-content ul li {
      border-bottom: solid 1px cl(grey);
      list-style: none;
    }
    */
  /*メニューの矢印
    .menu-content ul li a::before {
      content: "";
      width: 7px;
      height: 7px;
      border-top: solid 2px cl(grey);
      border-right: solid 2px cl(grey);
      transform: rotate(45deg);
      position: absolute;
      right: 11px;
      top: 16px;
    }
    */
}
@media print, screen and (min-width: 768px) {
  .header__list-content {
    width: auto !important;
    margin-left: 1vw;
    margin-top: auto;
  }
}
.header__list-content .menu-btn {
  position: fixed;
  top: 10px;
  right: 0;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #EDEDED;
}
@media print, screen and (min-width: 768px) {
  .header__list-content .menu-btn {
    all: initial;
  }
}
.header__list-content .menu-btn span,
.header__list-content .menu-btn span:before,
.header__list-content .menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .header__list-content .menu-btn span,
  .header__list-content .menu-btn span:before,
  .header__list-content .menu-btn span:after {
    all: initial;
  }
}
.header__list-content .menu-btn span:before {
  bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .header__list-content .menu-btn span:before {
    all: initial;
  }
}
.header__list-content .menu-btn span:after {
  top: 8px;
}
@media print, screen and (min-width: 768px) {
  .header__list-content .menu-btn span:after {
    all: initial;
  }
}
.header__list-content #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
@media print, screen and (min-width: 768px) {
  .header__list-content #menu-btn-check:checked ~ .menu-btn span {
    all: initial;
  }
}
.header__list-content #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  .header__list-content #menu-btn-check:checked ~ .menu-btn span::before {
    all: initial;
  }
}
.header__list-content #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  .header__list-content #menu-btn-check:checked ~ .menu-btn span::after {
    all: initial;
  }
}
.header__list-content #menu-btn-check {
  display: none;
}
.header__list-content .menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #fff;
  padding-bottom: 5vw;
}
.header__list-content .menu-content ul {
  padding: 70px 10px 0;
}
.header__list-content .menu-content ul li a span {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  /*padding: 9px 15px 10px 0;*/
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .header__list-content .menu-content ul li a span {
    all: initial;
  }
}
.header__list-content .menu-content {
  width: 100%;
  height: auto;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #fff;
  transition: all 1s; /*アニメーション設定*/
}
.header__list-content #menu-btn-check:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
}
.header__list-content a {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  background-color: #86C1D3;
  color: #fff;
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 1vw;
  font-size: 1rem;
}

.menu-btn {
  position: fixed;
  top: 10px;
  right: 0;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #86C1D3;
}
@media print, screen and (min-width: 768px) {
  .menu-btn {
    all: initial;
  }
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    all: initial;
  }
}

.menu-btn span:before {
  bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .menu-btn span:before {
    all: initial;
  }
}

.menu-btn span:after {
  top: 8px;
}
@media print, screen and (min-width: 768px) {
  .menu-btn span:after {
    all: initial;
  }
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
@media print, screen and (min-width: 768px) {
  #menu-btn-check:checked ~ .menu-btn span {
    all: initial;
  }
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  #menu-btn-check:checked ~ .menu-btn span::before {
    all: initial;
  }
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  #menu-btn-check:checked ~ .menu-btn span::after {
    all: initial;
  }
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #fff;
}
.menu-content ul {
  padding: 70px 10px 0;
}
/*
  .menu-content ul li {
    border-bottom: solid 1px cl(grey);
    list-style: none;
  }
  */
.menu-content ul li a span {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  /*padding: 9px 15px 10px 0;*/
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .menu-content ul li a span {
    all: initial;
  }
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #EDEDED;
  border-right: solid 2px #EDEDED;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

.menu-content {
  width: 100%;
  height: auto;
  opacity: 0.95;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #fff;
  transition: all 1s; /*アニメーション設定*/
}
@media print, screen and (min-width: 768px) {
  .menu-content {
    all: initial;
  }
}

#menu-btn-check:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
}

/* =========================================================
   Footer まとめスタイル（そのままコピペでOK）
   - 左右ガター統一
   - 問い合わせカード中央寄せ & はみ出し防止
   - PC: 6等分グリッド / SP: 2列グリッド
   ========================================================= */
.footer {
  background-color: #E6E3DA;
  color: #000;
  overflow: visible;
  /* フッター内は box-sizing を border-box に */
  /* --------- コンテナ（全体の幅器） --------- */
  /* --------- ロゴ（左寄せ・横並び） --------- */
  /* --------- 問い合わせカード（中央寄せ） --------- */
  /* --------- フッターナビ（ラッパ中央 / 中身左詰め） --------- */
  /* UL は見た目を消して LI を直接グリッドに参加させる（ズレ防止） */
  /* 各項目（列の中で左寄せ） */
  /* スマホ：2列グリッドで左詰め、均一に並ぶ */
  /* コピーライト */
}
.footer *, .footer *::before, .footer *::after {
  box-sizing: border-box;
}
.footer__nav-top {
  width: min(1200px, 100%); /* 画面幅に応じて広がるが 1200px を上限 */
  margin-inline: auto;
  padding-block: clamp(24px, 5vw, 48px);
  padding-inline: clamp(16px, 4vw, 24px); /* ← 統一ガター */
  display: grid;
  gap: clamp(20px, 2.5vw, 32px);
}
.footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
}
.footer__logo img {
  width: clamp(120px, 14vw, 160px);
  height: auto;
  object-fit: contain;
  display: block;
}
.footer__logo-name {
  color: #000;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin: 0 !important;
}
.footer__contact-tel {
  width: 100%;
  max-width: 980px; /* カードの上限幅 */
  margin-inline: auto;
  margin-bottom: 3rem;
  padding: 1.5rem clamp(16px, 4vw, 24px); /* ガターと同等の左右余白 */
  background: #fff;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center; /* 横方向中央 */
  justify-content: center; /* 縦方向中央 */
  text-align: center;
}
.footer__contact-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.5vw, 40px); /* 電話とメールの間隔 */
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: #000;
}
.footer__contact-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.footer__contact-wrap i {
  color: #000;
}
.footer__contact-wrap a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
.footer__contact-number {
  font-weight: 700;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  margin: 0;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.footer__contact-mail a {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.footer__contact-mail a:hover {
  color: #2c7a7b;
}
.footer__contact-time {
  margin: clamp(10px, 1.2vw, 12px) 0 0;
  font-size: clamp(0.95rem, 1.6vw, 1rem);
  opacity: 0.95;
}
.footer__list-wrap {
  width: 100%;
  max-width: 980px; /* ナビの上限幅 */
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 24px); /* ← 統一ガター */
  /* PC は 6 等分グリッド（上段6件が等幅になる） */
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: clamp(16px, 3vw, 40px);
  row-gap: 12px;
  align-items: start;
}
.footer__nav-list {
  display: contents;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__list-content {
  justify-self: start;
  white-space: nowrap;
}
.footer__list-content a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 640px) {
  .footer__list-wrap {
    grid-template-columns: 1fr 1fr; /* 2列 */
    column-gap: 20px;
    row-gap: 8px;
  }
}
.footer__bottom {
  text-align: center;
  padding: clamp(14px, 1.4vw, 20px);
}

/* --------- 追従「TOP」ボタン（任意） --------- */
#page-top {
  position: fixed;
  right: 5px;
  bottom: 20px;
  height: 50px;
  text-decoration: none;
  font-weight: bold;
  transform: rotate(90deg);
  font-size: 90%;
  line-height: 1.5rem;
  color: #737373;
  padding: 0 0 0 35px;
  border-top: solid 1px #737373;
}

#page-top::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 15px;
  border-top: solid 1px #737373;
  transform: rotate(35deg);
  transform-origin: left top;
}

@media (max-width: 640px) {
  .footer__list-wrap {
    grid-template-columns: 1fr; /* 1列に変更 */
    row-gap: 8px;
    justify-items: center; /* ★ グリッド内の子要素を中央寄せ */
    text-align: center; /* ★ テキストも中央揃え */
  }
  .footer__list-content {
    justify-self: center; /* 各 LI を中央寄せ */
  }
}
.footer__contact-tel {
  background-color: #fff;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 3rem; /* PCでは下に余白を取る */
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* スマホ時は下の余白を消す */
@media (max-width: 640px) {
  .footer__contact-tel {
    margin-bottom: 0; /* ← これでOK */
  }
}
/* 6列グリッドはそのまま */
.footer__list-wrap {
  width: min(980px, 92vw);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: clamp(16px, 3vw, 40px);
  row-gap: 12px;
}

/* ULは中身をグリッドに流し込む */
.footer__nav-list {
  display: contents;
}

/* ← ここを start → center に変更（各トラック内で中央寄せ） */
.footer__list-content {
  justify-self: center;
  white-space: nowrap;
  text-align: center; /* テキストも中央に */
}

.footer__list-content a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

/* スマホ時（2列）はそのまま中央でOK */
@media (max-width: 640px) {
  .footer__list-wrap {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 8px;
  }
  .footer__nav-list {
    display: contents;
  }
  .footer__list-content {
    justify-self: center;
    text-align: center;
  }
}
.pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #FAF9F7;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader img {
  width: 18vw !important;
}

.loader .txt {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .loader .txt {
    font-size: 3rem;
    font-weight: bold;
    color: #333333;
    display: none;
    text-align: center;
    background-color: #FAF9F7;
    width: 100%;
    padding: 7vw 0;
    letter-spacing: 0.3vw;
  }
}

.loader-logo {
  font-size: 3.5rem;
}
@media print, screen and (min-width: 768px) {
  .loader-logo {
    font-size: 4.3rem;
  }
}

.txt-color {
  color: #86C1D3;
  font-size: 3.3rem;
  display: inline-block;
  margin-left: 1vw;
  margin-right: 1vw;
}
@media print, screen and (min-width: 768px) {
  .txt-color {
    font-size: 3.8rem;
  }
}

.top__archive {
  margin-top: -5vw;
}
.top__content {
  display: block;
  background-color: #FAF9F7;
}
.top__content img {
  width: 100vw;
}
.top__content--message {
  width: 50vw;
  font-size: 2.5vw;
  margin: 1vw;
  text-align: center;
  margin-top: 12vw;
}
.top__content--pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .top__content--pc {
    display: block;
    display: flex;
  }
  .top__content--pc p {
    width: 40vw;
  }
  .top__content--pc img {
    width: 60vw;
  }
}
.top__content--pctxt {
  color: #333;
  width: 40vw;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: bold;
  font-size: 1.7rem;
}
.top__content--pctxt2 {
  color: #333;
  width: 40vw;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: bold;
  font-size: 1.7rem;
}
.top__content--pc2 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .top__content--pc2 {
    display: block;
    display: flex;
  }
  .top__content--pc2 img {
    width: 60vw;
  }
}
.top__content--img img {
  width: 100vw;
}
@media print, screen and (min-width: 768px) {
  .top__content--img img {
    display: none;
  }
}
.top__news {
  background-color: #FAF9F7;
  padding-bottom: 0vw;
  padding-top: 2vw;
}
@media print, screen and (min-width: 768px) {
  .top__news {
    padding-bottom: 7vw;
  }
}
.top__news--heading {
  margin-left: 8vw;
  font-size: 1.2rem;
  margin-bottom: -2vw;
}
@media print, screen and (min-width: 768px) {
  .top__news--heading {
    margin-bottom: auto;
    font-size: 1.7rem;
    margin-left: 19vw;
  }
}
.top__news-title {
  text-align: center;
  margin-top: 2vw;
  border-bottom: solid 1px;
  width: 45vw;
  margin-left: auto;
  margin-right: auto;
  padding: 1vw;
}
.top__feature {
  background-color: #EBF4F4;
  padding-top: 13vw;
  padding-bottom: 15vw;
}
@media print, screen and (min-width: 768px) {
  .top__feature {
    padding-top: 8vw;
  }
}
.top__feature-heading {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2vw;
  margin-left: 0.5vw;
  color: #333;
}
@media print, screen and (min-width: 768px) {
  .top__feature-heading {
    font-size: 1.7rem;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5vw;
    margin-bottom: 3vw;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro";
    letter-spacing: 0.1rem;
  }
}
.top__feature-subtitle {
  font-size: 0.95rem;
  width: 55vw;
  background-color: #fff;
  font-weight: bold;
  color: #216A9D;
  text-align: center;
  padding: 0.5vw 1vw;
  border-radius: 60px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .top__feature-subtitle {
    margin-bottom: 1vw;
    width: 15vw;
  }
}
.top__feature-title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: dotted 3px grey;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 768px) {
  .top__feature-title {
    font-size: 1.8rem;
    width: 17vw;
  }
}
.top__feature-one {
  display: block;
  flex-direction: row;
  margin-top: 5vw;
}
@media print, screen and (min-width: 768px) {
  .top__feature-one {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100vw;
  }
}
.top__feature-one picture,
.top__feature-one img {
  width: 90vw;
  border-radius: 2vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .top__feature-one picture,
  .top__feature-one img {
    width: 40vw;
    height: 40vw;
    object-fit: cover;
    display: block;
  }
}
.top__feature-one--txt {
  margin-left: auto;
  margin-right: auto;
  width: 90vw;
  background-color: #fff;
  border-radius: 1rem;
  padding: 10vw 1vw;
  box-shadow: 7px 7px #EDEDED;
  margin-top: 3vw;
}
@media print, screen and (min-width: 768px) {
  .top__feature-one--txt {
    width: 35vw;
    height: auto;
    margin-left: 2%;
    margin-right: 0vw;
    padding: 3vw 5vw;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.top__feature-one--introtxt {
  margin-bottom: 2vw;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .top__feature-one--introtxt {
    margin-top: 4vw;
    width: auto;
  }
}
.top__feature-heading {
  font-size: 1.1rem;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .top__feature-heading {
    font-size: 1.7rem;
  }
}
.top__feature-two {
  display: block;
  flex-direction: row-reverse;
  margin-top: 5vw;
}
@media print, screen and (min-width: 768px) {
  .top__feature-two {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
}
.top__feature-two picture,
.top__feature-two img {
  width: 90vw;
  border-radius: 2vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .top__feature-two picture,
  .top__feature-two img {
    width: 40vw;
    height: 40vw;
    object-fit: cover;
    display: block;
  }
}
.top__feature-two--txt {
  margin-left: auto;
  margin-right: auto;
  width: 90vw;
  background-color: #fff;
  border-radius: 1rem;
  padding: 10vw 1vw;
  box-shadow: 7px 7px #EDEDED;
  margin-top: 3vw;
}
@media print, screen and (min-width: 768px) {
  .top__feature-two--txt {
    width: 35vw;
    height: auto;
    margin-left: 0vw;
    margin-right: 2vw;
    padding: 3vw 5vw;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.top__feature-two--heading {
  width: 70vw;
}
.top__feature-two--introtxt {
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .top__feature-two--introtxt {
    margin-top: 4vw;
    width: 35vw;
    margin-bottom: 3vw;
  }
}
.top__feature-three {
  display: block;
  flex-direction: row;
  margin-top: 5vw;
}
@media print, screen and (min-width: 768px) {
  .top__feature-three {
    display: flex;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    justify-content: center !important;
    align-items: stretch;
    width: 100vw;
  }
}
.top__feature-three picture,
.top__feature-three img {
  width: 90vw;
  border-radius: 2vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 60vw;
}
@media print, screen and (min-width: 768px) {
  .top__feature-three picture,
  .top__feature-three img {
    width: 40vw;
    height: 40vw;
    display: block;
  }
}
.top__feature-three--txt {
  margin-left: auto;
  margin-right: auto;
  width: 90vw;
  background-color: #fff;
  border-radius: 1rem;
  padding: 10vw 1vw;
  box-shadow: 7px 7px #EDEDED;
  margin-top: 3vw;
}
@media print, screen and (min-width: 768px) {
  .top__feature-three--txt {
    width: 35vw;
    height: auto;
    margin-left: 2%;
    margin-right: 0vw;
    padding: 3vw 5vw;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.top__feature-three--introtxt {
  margin-bottom: 2vw;
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .top__feature-three--introtxt {
    margin-top: 4vw;
    width: 35vw;
  }
}
.top__object {
  background-color: #FEFDE0;
  padding: 10vw 0;
}
@media print, screen and (min-width: 768px) {
  .top__object {
    padding: 6vw 0;
  }
}
.top__object-wrap {
  text-align: center;
  background-color: #fff;
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
  padding: 7vw 3vw;
  border-radius: 5vw;
}
@media print, screen and (min-width: 768px) {
  .top__object-wrap {
    padding: 6vw;
    width: 55vw;
  }
}
.top__object-heading {
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: dotted 3px grey;
  width: 45vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 768px) {
  .top__object-heading {
    font-size: 1.8rem;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    width: 25vw;
    letter-spacing: 0.2rem;
    margin-bottom: 4vw;
  }
}
.top__object-list {
  text-align: left;
  margin-top: 6vw;
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .top__object-list {
    margin-top: 2vw;
    width: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.top__middlecontact {
  background-color: #EBF4F4;
  padding: 10vw 0;
}
@media print, screen and (min-width: 768px) {
  .top__middlecontact {
    padding: 5vw 0;
  }
}
.top__middlecontact-wrap {
  display: block;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 7vw;
}
@media print, screen and (min-width: 768px) {
  .top__middlecontact-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding: 7vw 0;
  }
}
.top__middlecontact-wrap img {
  width: 20vw;
}
.top__middlecontact-txt {
  width: 90vw;
}
@media print, screen and (min-width: 768px) {
  .top__middlecontact-txt {
    margin-left: 4vw;
    width: 50vw;
  }
}
.top__middlecontact-heading {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2vw;
}
@media print, screen and (min-width: 768px) {
  .top__middlecontact-heading {
    font-size: 2.5rem;
  }
}
.top__middlecontact-txt--wrap {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .top__middlecontact-txt--wrap {
    width: 65vw;
    display: flex;
  }
}
.top__middlecontact-txt--tel {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .top__middlecontact-txt--tel {
    font-size: 1.4rem;
    width: 25vw;
  }
}
.top__middlecontact-txt--tel span {
  display: block;
  margin-top: 0vw;
  font-size: 0.9rem;
}
@media print, screen and (min-width: 768px) {
  .top__middlecontact-txt--tel span {
    font-size: 1.2rem;
  }
}
.top__middlecontact-txt--btn a {
  display: block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  background-color: #86C1D3;
  color: #fff;
  padding: 2vw;
  border-radius: 3rem;
  text-align: center;
  width: 70vw;
  margin-top: 3vw;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media print, screen and (min-width: 768px) {
  .top__middlecontact-txt--btn a {
    margin-left: 3vw;
    width: 20vw;
    border-radius: 8rem;
  }
}
.top__recommendation {
  display: block;
  padding: 10vw 0;
}
@media print, screen and (min-width: 768px) {
  .top__recommendation {
    display: flex;
  }
}
.top__recommendation-img img {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .top__recommendation-img img {
    display: block;
    width: 35vw;
    height: 50vw;
    margin-top: 7vw;
    object-fit: cover;
  }
}
.top__recommendation-txt--wrap {
  width: 90vw;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .top__recommendation-txt--wrap {
    width: 65vw;
  }
}
.top__recommendation-heading {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #333;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 2vw;
  width: 70vw;
  margin-left: 7vw;
  border-bottom: dotted 1px grey;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .top__recommendation-heading {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
    font-weight: bold;
    width: 40vw;
    letter-spacing: 0.2rem;
  }
}
.top__recommendation-bg {
  text-align: center;
  background-color: #EBF4F4;
  padding: 10vw 3vw;
  width: 94vw;
}
@media print, screen and (min-width: 768px) {
  .top__recommendation-bg {
    width: 100vw;
  }
}
.top__recommendation-wrap {
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 4vw;
  padding: 3vw 1vw;
  width: 90vw;
}
@media print, screen and (min-width: 768px) {
  .top__recommendation-wrap {
    padding: 1vw;
    margin-top: 1vw;
    width: 50vw !important;
  }
}
.top__recommendation-wrap .fa-square-check {
  margin-right: 2vw;
  margin-left: 2vw;
}
.top__recommendation-list {
  background-color: #fff;
}
.top__voice {
  text-align: center;
  padding-top: 5vw;
  padding-bottom: 10vw;
}
.top__voice span {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .top__voice {
    padding-top: 0;
    padding-bottom: 10vw;
  }
}
.top__voice-heading {
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
@media print, screen and (min-width: 768px) {
  .top__voice-heading {
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
  }
}
.top__voice-txt {
  margin-top: 7vw;
  width: 72vw;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .top__voice-txt {
    margin-top: 3vw;
    width: 50vw;
  }
}
.top__message {
  background-color: #EBF4F4;
  padding: 10vw 0;
}
.top__message-wrap {
  width: 85vw;
  margin: 0 auto;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .top__message-wrap {
    display: flex;
    width: 70vw;
  }
}
.top__message-pic {
  text-align: center;
}
.top__message-img {
  width: 85vw;
}
@media print, screen and (min-width: 768px) {
  .top__message-img {
    width: 30vw;
  }
}
.top__message-img img {
  width: 65vw;
  height: 65vw;
  border-radius: 1vw;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .top__message-img img {
    width: 25vw;
    height: 25vw;
  }
}
.top__message-name {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .top__message-name {
    text-align: center;
    width: 25vw;
  }
}
.top__message-txtwrap {
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .top__message-txtwrap {
    width: 35vw;
  }
}
.top__message-txtwrap a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 2vw;
  border-radius: 60rem;
  text-align: center;
  margin-top: 3vw;
}
.top__message-heading {
  font-size: 1.2rem;
  margin-top: 7vw;
}
@media print, screen and (min-width: 768px) {
  .top__message-heading {
    margin-top: 0;
    font-size: 2rem;
  }
}
.top__message-txt {
  margin-top: 2vw;
}
.top__message-btn {
  position: relative;
  z-index: 2;
  background-color: #333;
  border: 2px solid #333;
  color: #333;
  line-height: 50px;
}
.top__message-btn:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}
.top__message-btn::before, .top__message-btn::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #333;
}
.top__message-btn::before {
  right: 0;
}
.top__message-btn::after {
  left: 0;
}
.top__message-btn:hover::before, .top__message-btn:hover::after {
  width: 0;
  background-color: #59b1eb;
}
.top__process {
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
  padding: 10vw 0;
}
.top__process-heading {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: dotted 3px grey;
  width: 70vw;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .top__process-heading {
    font-size: 1.8rem;
    width: 30vw;
    margin-bottom: 6vw;
  }
}
.top__process-wrap {
  background-color: #FEFDE0;
  margin-top: 3vw;
  padding: 7vw 4vw;
}
@media print, screen and (min-width: 768px) {
  .top__process-wrap {
    display: flex;
  }
}
.top__process-arrow {
  text-align: center;
  font-size: 7vw;
}
.top__process-left img {
  width: 20vw;
}
.top__process-img {
  display: block;
  width: 15vw;
}
.top__process-subtitle {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1vw;
  margin-left: 1vw;
}
@media print, screen and (min-width: 768px) {
  .top__process-subtitle {
    font-size: 1.5rem;
  }
}
.top__process-right {
  background-color: #fff;
  margin-top: 3vw;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 7vw 6vw;
}
@media print, screen and (min-width: 768px) {
  .top__process-right {
    border-radius: 2rem;
    width: 45vw;
    margin-left: 2vw;
    padding: 4vw;
  }
}
.top__process-txt {
  width: 67vw;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .top__process-txt {
    width: 40vw;
  }
}
.top__process-tel {
  font-size: 1.1rem;
}
.top__access {
  background-color: #EBF4F4;
  padding-top: 10vw;
  padding-bottom: 10vw;
}
@media print, screen and (min-width: 768px) {
  .top__access {
    font-size: 1.1rem;
  }
}
.top__access-heading {
  color: #333;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  margin-left: 8vw;
  margin-bottom: 3vw;
  font-size: 1.4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .top__access-heading {
    margin-left: 15vw;
    font-size: 1.9rem;
    letter-spacing: 0.2rem;
  }
}
.top__access-adresswrap {
  display: block;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .top__access-adresswrap {
    display: flex;
  }
}
.top__access-left {
  background-color: #fff;
  padding: 6vw;
  border-radius: 3vw;
  width: 75vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .top__access-left {
    margin-right: 0;
    width: 35vw;
    border-radius: 1vw;
    padding: 6vw 3vw;
    margin-left: 15vw;
  }
}
.top__access-subtitle {
  border-bottom: solid 1px;
  margin-bottom: 2vw;
}
.top__access-location {
  width: 75vw;
}
@media print, screen and (min-width: 768px) {
  .top__access-location {
    width: 35vw;
  }
}
.top__access-right {
  background-color: #fff;
  padding: 3vw;
  border-radius: 3vw;
  margin-top: 5vw;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .top__access-right {
    margin-top: 10vw;
    width: 20vw;
    height: auto;
    border-radius: 1vw;
    margin-right: 15vw;
    padding: 3vw 1.5vw;
  }
}
.top__access-tel {
  width: 75vw;
  margin-left: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .top__access-tel {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.top__access-map {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2vw;
}
@media print, screen and (min-width: 768px) {
  .top__access-map {
    width: 70vw;
    height: 30vw;
  }
}
.top__access-maptxt {
  margin-left: 15vw;
  font-size: 1.8rem;
}

.news__content {
  padding-top: 3vw !important;
}

.feature-img2 {
  margin-left: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .feature-img2 img {
    margin-right: 5vw;
  }
}

.under-line {
  border-bottom: solid 1px #333;
  padding-bottom: 0.5vw;
  padding-top: 2vw;
  margin-left: 3vw;
}

.loader {
  display: none !important;
}

.strength-wrap {
  margin-left: 15vw;
}
.strength-wrap .strength-heading {
  background-color: #F6F4EF;
  padding: 1vw;
  text-align: center;
  width: 33vw;
  margin-top: 5vw;
  font-size: 24px;
}
.strength-wrap .strength-txt {
  margin-top: 3vw;
  margin-left: 2vw;
}

.service {
  display: flex;
  margin-top: 3vw;
  margin-left: 15vw;
}
.service__txt {
  width: 50vw;
}

/* =============================
   共通：セクション / コンテナ / 見出し
============================= */
.section {
  margin-block: 5vw;
}

.container {
  width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section-title {
  margin: 2rem 0 1rem;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.6vw, 1.6rem);
  line-height: 1.3;
  color: #333;
}

/* =============================
   代表挨拶
============================= */
.leader {
  background: transparent;
}

.leader__wrap {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .leader__wrap {
    grid-template-columns: 240px 1fr;
    align-items: start;
  }
}
.leader__img img {
  display: block;
  width: auto; /* max-width を効かせる */
  max-width: 200px;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 1.2rem;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .leader__img img {
    max-width: 220px;
  }
}
.leader__body {
  line-height: 1.9;
}

.leader__message {
  margin-top: 0.5rem;
}

.leader__message2 {
  margin-top: 0.8rem;
}

.leader__name {
  text-align: right;
  margin-top: 1rem;
}

/* =============================
   職員紹介
============================= */
/* 背景の水色を下へ広げる。白い隙間が出ないよう margin-bottom を 0 にし、
   余白は背景内の padding-bottom で確保 */
.member.section {
  margin-block: 5vw 0; /* 上は通常、下だけ 0（白帯防止） */
}

.member {
  background: #EBF4F4;
  padding-block: 2.5rem 6rem; /* 下方向に余白を増やす ← 水色が広がる */
}

.member__card {
  display: grid;
  gap: 1rem;
  background: #fff;
  border-radius: 1rem;
  padding: 1.25rem;
  margin-top: 1rem; /* 1枚目も少し余白 */
}

@media (min-width: 768px) {
  .member__card {
    grid-template-columns: 120px 1fr; /* 写真を小さく固定 */
    align-items: start;
    padding: 1.25rem 1.5rem;
  }
}
/* 最後のカードの下の余白を詰める（背景の下Paddingと二重にならないように） */
.member__card:last-child {
  margin-bottom: 0;
}

.member__img {
  text-align: center;
}

.member__img img {
  display: block;
  width: auto; /* 親幅いっぱいにならないように */
  max-width: 120px; /* SP上限 */
  height: auto;
  object-fit: cover;
  border-radius: 1rem; /* 角丸四角 */
  margin-inline: auto;
}

@media (min-width: 768px) {
  .member__img img {
    max-width: 100px;
  } /* PCはさらに小さめ */
}
.member__body {
  line-height: 1.9;
}

.member__name {
  font-weight: 700;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  margin-bottom: 0.5rem;
}

.member__txt {
  margin-top: 0.5rem;
}

.archive {
  margin-top: 8vw;
}
.news__content {
  padding-top: 10vw;
  padding-bottom: 6vw;
}

.news__content-wrap {
  margin-left: 3vw;
  text-align: left;
  margin-bottom: 10vw;
}
@media print, screen and (min-width: 768px) {
  .news__content-wrap {
    margin-right: auto;
    display: flex;
    padding: 1vw;
    margin-bottom: auto;
  }
}

.news__list {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .news__list {
    display: flex;
    border-bottom: solid 1px black;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.5vw;
    padding: 1vw;
    width: 65vw;
  }
}

.news__content-link {
  display: block;
}

.news__content-category {
  width: 35vw;
  background-color: #EBF4EE;
  border-radius: 3rem;
  text-align: center;
  padding: 1vw;
  margin-top: 7vw;
  margin-left: 7vw;
  font-size: 0.8rem;
}
@media print, screen and (min-width: 768px) {
  .news__content-category {
    margin-top: auto;
    margin-left: 1vw;
    margin-right: 2vw;
    width: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.news__content-date {
  display: flex;
  justify-content: left;
  color: #0A2752;
  margin-left: 10vw;
}
@media print, screen and (min-width: 768px) {
  .news__content-date {
    justify-content: center;
    align-items: center;
    margin-left: 3vw;
  }
}

.news__content-title {
  display: flex;
  color: #0A2752;
  justify-content: left;
  margin-left: 10vw;
  width: 75vw;
}
@media print, screen and (min-width: 768px) {
  .news__content-title {
    width: auto;
    justify-content: center;
    align-items: center;
    margin-left: 3vw;
  }
}

.page_navi {
  text-align: center;
  font-size: 14px;
  margin-top: 5vw;
  margin-bottom: 10vw;
}

.page_navi li {
  display: inline;
  list-style: none;
}

.page_navi li.current span {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 21px 20px;
  height: 20px;
  width: 20px;
  font-size: 1.1rem;
  line-height: 17px;
}

.page_navi li a {
  border: solid 1px #777;
  color: #333;
  display: inline-block;
  padding: 20px;
  height: 20px;
  width: 20px;
  line-height: 16px;
  font-size: 1.1rem;
  text-decoration: none;
  transition: 0.5s;
}

.page_navi li a:hover {
  opacity: 0.5;
}

.bread_crumb {
  margin: 0;
  padding: 8px 10px 8px 14px;
  /* clear: both; */
  height: 20px;
  margin-left: 15vw;
  margin-top: 5vw;
}

.bread_crumb li {
  font-size: 1.1rem;
  color: rgb(180, 180, 180);
  /* float: left; */
  display: inline;
  list-style: none outside none;
}

.bread_crumb li:after {
  content: ">";
  padding-left: 10px;
  margin-right: 10px;
}

.bread_crumb li:last-child:after {
  content: "";
}

.bread_crumb li a {
  color: rgb(120, 120, 120);
}

/* =============================
   FAQ セクション
============================= */
.faq-wrap {
  width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  margin-block: 3rem;
}
.faq-wrap:first-of-type {
  margin-top: 5rem;
}
.faq-wrap:last-of-type {
  margin-bottom: 5rem;
}

.faq-subtitle {
  margin: 1.5rem 0 1rem;
  font-size: clamp(1.3rem, 2.5vw, 1.6rem);
  font-weight: 700;
  border-left: 4px solid #2c7a7b;
  padding-left: 0.6rem;
  color: #333;
}

.faq {
  border-bottom: 1px solid #e0e0e0;
  padding-block: 1rem;
}

/* 質問 */
.faq__question {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem 0;
  font-weight: 700;
  font-size: 1.2rem;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  color: #333;
}
.faq__question:hover, .faq__question[aria-expanded=true] {
  color: #2c7a7b;
}
.faq__question:focus-visible {
  outline: 2px solid #2c7a7b;
  outline-offset: 2px;
  border-radius: 4px;
}

.faq__question-title {
  color: #2c7a7b;
  font-weight: 700;
}

/* 答え（高さアニメ） */
.faq__answer {
  margin-top: 0.5rem;
  padding-left: 1.5rem;
  line-height: 1.8;
  color: #555;
  font-size: 1rem;
}

.faq__answer-title {
  color: #2c7a7b;
  font-weight: 700;
  margin-right: 0.3rem;
}

table {
  border-collapse: collapse;
}

th, td {
  border: 1px solid #333;
  text-align: center;
}

.corporate {
  display: block;
  margin-top: 10vw;
  margin-bottom: 10vw;
}
.corporate__heading {
  margin-left: 10vw;
  font-size: 1.2rem;
  margin-bottom: 5vw;
}
.corporate__table {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
.corporate__table-left {
  display: block;
  text-align: center;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px black;
  height: auto;
  margin-right: 0;
  padding: 1vw;
  width: 20vw !important;
}
.corporate__table-right {
  text-align: left;
  border-right: none;
  border-bottom: solid 1px black;
  padding: 1vw;
  padding-left: 2vw;
  width: 60vw;
}

.border-none {
  border-bottom: none;
}

.download__heading {
  margin-left: 12vw;
  font-size: 1.2rem;
}
.download__content {
  margin-bottom: 15vw;
}
.download__wrap {
  display: flex;
  border-bottom: solid 1px #000;
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10vw;
  padding-bottom: 1vw;
}
@media print, screen and (min-width: 768px) {
  .download__wrap {
    margin-top: 4vw;
    width: 65vw;
  }
}
.download__wrap a {
  text-align: right;
}
.download__content-btn {
  background-color: #86C1D3;
  padding: 0.8vw 3vw;
  border-radius: 0.5rem;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .download__content-btn {
    padding: 0.5vw 3vw;
    border-radius: 2rem;
  }
}
.download__btn-wrap {
  display: flex;
  margin-left: auto;
}
.download__btn-wrap .fa-arrow-down-to-square {
  font-size: 2rem;
  color: #000;
}

.fa-arrow-down {
  margin-left: 1vw;
}

/* =============================
   FAQ セクション
============================= */
.faq-wrap {
  width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  margin-block: 3rem;
}
.faq-wrap:first-of-type {
  margin-top: 5rem;
}
.faq-wrap:last-of-type {
  margin-bottom: 5rem;
}

.faq-subtitle {
  margin: 1.5rem 0 1rem;
  font-size: clamp(1.3rem, 2.5vw, 1.6rem);
  font-weight: 700;
  border-left: 4px solid #2c7a7b;
  padding-left: 0.6rem;
  color: #333;
}

.faq {
  border-bottom: 1px solid #e0e0e0;
  padding-block: 1rem;
}

/* 質問 */
.faq__question {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem 0;
  font-weight: 700;
  font-size: 1.2rem;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  color: #333;
}
.faq__question:hover, .faq__question[aria-expanded=true] {
  color: #2c7a7b;
}
.faq__question:focus-visible {
  outline: 2px solid #2c7a7b;
  outline-offset: 2px;
  border-radius: 4px;
}

.faq__question-title {
  color: #2c7a7b;
  font-weight: 700;
}

/* 答え（高さアニメ） */
.faq__answer {
  margin-top: 0.5rem;
  padding-left: 1.5rem;
  line-height: 1.8;
  color: #555;
  font-size: 1rem;
}

.faq__answer-title {
  color: #2c7a7b;
  font-weight: 700;
  margin-right: 0.3rem;
}

.goods {
  padding: 6vw 5vw 0;
}
.goods__toptxt {
  margin: 0 auto;
  width: 75vw;
  margin-top: 8vw;
}
@media print, screen and (min-width: 768px) {
  .goods__toptxt {
    margin-top: 0;
    margin-bottom: 5vw;
    width: 40vw;
  }
}
.goods__wrap {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 85vw;
}
@media print, screen and (min-width: 768px) {
  .goods__wrap {
    display: flex;
  }
}
.goods__content {
  margin: 7vw 2vw 2vw 2vw;
  margin-top: 15vw;
  font-size: 1rem;
  width: auto;
}
@media print, screen and (min-width: 768px) {
  .goods__content {
    margin-top: 4vw;
    width: 20vw;
  }
}
.goods__content img {
  width: 75vw;
  height: 75vw;
}
@media print, screen and (min-width: 768px) {
  .goods__content img {
    width: 20vw;
    height: 20vw;
  }
}
.goods__title {
  font-weight: bold;
  width: 80vw;
}
@media print, screen and (min-width: 768px) {
  .goods__title {
    width: auto;
  }
}
.goods__price {
  width: 80vw;
}
@media print, screen and (min-width: 768px) {
  .goods__price {
    width: auto;
  }
}
.goods__txt {
  width: 80vw;
}
@media print, screen and (min-width: 768px) {
  .goods__txt {
    width: auto;
    margin-top: 1.5vw;
  }
}
.goods__minnelink {
  display: block;
  text-align: center;
  background-color: #EDEDED;
  color: rgb(76, 141, 183);
  width: 85vw;
  padding: 1.5vw 0;
  border-radius: 15px;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .goods__minnelink {
    width: 40vw;
  }
}

.work__archive {
  padding-bottom: 10vw;
}

.work__archive-content {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 80vw;
}
.work__archive-content a {
  color: black;
  display: block;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .work__archive-content {
    width: 90vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.contact7__wrap {
  margin-top: 10vw;
}

.contact7 {
  width: 75vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .contact7 {
    width: 50vw;
  }
}
.contact7 input {
  width: 75vw;
  margin: 1vw 0;
}
@media print, screen and (min-width: 768px) {
  .contact7 input {
    width: 50vw;
    height: 3vw;
  }
}
.contact7 textarea {
  width: 75vw;
  margin: 2vw 0;
}
@media print, screen and (min-width: 768px) {
  .contact7 textarea {
    width: 50vw;
  }
}
.contact7 dt {
  font-size: 1rem;
  margin-top: 12vw;
}
@media print, screen and (min-width: 768px) {
  .contact7 dt {
    margin-top: 3vw;
    font-size: 1.2rem;
  }
}
.contact7 .must {
  background-color: #ED3535;
  color: #fff;
  font-size: 0.9rem;
  padding: 2vw;
  border-radius: 0.5rem;
  margin-left: 3vw;
}
@media print, screen and (min-width: 768px) {
  .contact7 .must {
    padding: 1vw;
    border-radius: 1rem;
    margin-left: 1vw;
    font-size: 1.1rem;
  }
}
.contact7 .optional {
  background-color: #4D84FF;
  color: #fff;
  font-size: 0.9rem;
  border-radius: 0.5rem;
  padding: 2vw;
  margin-left: 3vw;
}
@media print, screen and (min-width: 768px) {
  .contact7 .optional {
    padding: 1vw;
    border-radius: 1rem;
    margin-left: 1vw;
    font-size: 1.1rem;
  }
}

.btn_contact7 {
  width: 75vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .btn_contact7 {
    width: 50vw;
  }
}

.wpcf7-submit {
  background-color: #86C1D3;
  color: white;
  border: none;
  width: 75vw;
  padding: 2vw;
  font-size: 1.1rem;
  border-radius: 3.2rem;
  margin-top: 3vw;
  margin-bottom: 6vw;
  box-shadow: 1px 4px #EDEDED;
}
@media print, screen and (min-width: 768px) {
  .wpcf7-submit {
    width: 50vw;
    font-size: 1.3rem;
  }
}

.wpcf7-submit:hover {
  background-color: #86C1D3;
  color: white;
  border: none;
  width: 75vw;
  padding: 2vw;
  font-size: 1.1rem;
  border-radius: 3.2rem;
  margin-top: 3vw;
  margin-bottom: 6vw;
  box-shadow: 4px 4px white;
}
@media print, screen and (min-width: 768px) {
  .wpcf7-submit:hover {
    width: 50vw;
    font-size: 1.3rem;
  }
}

/* =============================
   共通：幅器 & 見出し
============================= */
:root {
  /* コンテンツの最小幅はスマホに合わせて 320px に */
  --container-min: 320px;
  --container-max: 900px;
  --container: clamp(var(--container-min), 90vw, var(--container-max));
  --gutter: 24px;
}

.section {
  margin-block: 5vw;
}

.container {
  width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section-title {
  margin: 0 0 1.8rem;
  padding: 0;
  text-align: left;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.6vw, 1.6rem);
  line-height: 1.3;
}

/* 見出しの上余白（パンくずの下） */
h2.section-title {
  margin-top: 4rem;
}

.head-label {
  margin-block: 1.5rem 0.5rem;
}

/* =============================
   導入（life）
============================= */
.section.life .section-title {
  margin: 5rem 0 2rem;
}

.section.life .intro-simple {
  width: min(75ch, 100%);
  margin: 1.5rem auto 0;
  line-height: 1.8;
  color: #2a2a2a;
}

.section.life .intro-simple p {
  margin: 0 0 0.7rem;
}

/* =============================
   就労継続支援B型：カードUI
============================= */
.btype .section-title {
  margin-bottom: 1.2rem;
}

.btype__card {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: 1.25rem;
  margin-block: 1rem;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

.btype__head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
}

.btype__no {
  display: inline-grid;
  place-items: center;
  min-width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: #f2f7ff;
  color: #2a5bd7;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid #dbe7ff;
}

.btype__title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
}

.btype__cols {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .btype__cols {
    grid-template-columns: 1fr 1fr;
  }
}
.btype__subtitle {
  margin: 0 0 0.3rem;
  font-weight: 700;
  font-size: 1rem;
}

.btype__body p {
  line-height: 1.9;
}

.btype__lead {
  margin: 0 0 0.6rem;
  color: #444;
}

.btype__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

@media (min-width: 960px) {
  .btype__list {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1rem;
  }
}
.btype__list li {
  display: grid;
  gap: 0.2rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fafafa;
}

.btype__work {
  font-weight: 700;
}

.btype__note {
  color: #666;
  font-size: 0.95rem;
}

.btype__dl {
  margin: 0;
}

.btype__row {
  display: grid;
  grid-template-columns: 8.5em 1fr;
  gap: 0.75rem 1rem;
  padding: 0.65rem 0;
  border-top: 1px dashed #e6e6e6;
}

.btype__row:first-child {
  border-top: none;
}

.btype__row dt {
  font-weight: 700;
}

.btype__row dd {
  margin: 0;
  line-height: 1.9;
}

@media (max-width: 599px) {
  .btype__card {
    padding: 1rem;
  }
  .btype__row {
    grid-template-columns: 1fr;
  }
}
/* 作業活動：4枚ギャラリー */
.btype__gallery {
  display: grid;
  gap: 12px;
  margin-top: 0.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .btype__gallery {
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.btype__item {
  aspect-ratio: 4/3;
  border-radius: 12px;
  overflow: hidden;
  background: #f4f4f4;
}

.btype__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

@media (hover: hover) {
  .btype__item:hover img {
    transform: scale(1.02);
  }
}
/* =============================
   training
============================= */
.training {
  background: #f7faf9;
  padding-block: 2.5rem;
}

.training .section-title {
  margin-top: 1rem;
} /* この見出しだけ少し詰める */
.training__wrap {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .training__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.training__content img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.6rem;
}

.training__content-title {
  margin-top: 0.6rem;
  font-weight: 700;
}

.training__content-txt {
  line-height: 1.8;
}

/* スマホ：書道のみ横並び */
@media (max-width: 600px) {
  .training__content--shodo {
    display: grid;
    grid-template-columns: 80px 1fr;
    column-gap: 1rem;
    align-items: start;
  }
  .training__content--shodo img {
    grid-row: 1/span 2;
    width: 100px;
    height: auto;
  }
  .training__content--shodo .training__content-title {
    margin: 0 0 4px;
    text-align: left;
  }
  .training__content--shodo .training__content-txt {
    margin: 0;
    text-align: left;
    line-height: 1.8;
  }
}
/* =============================
   1日の流れ（flow）  ※横スクロール維持
============================= */
.flow__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.flow__table {
  /* 表はスマホでも横にスクロールできるよう、最小幅を固定 */
  min-width: 680px;
  width: max(100%, 680px);
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.flow__table td {
  border: 1px solid #cfcfcf;
  padding: 1rem 1.25rem;
  vertical-align: middle;
  text-align: left;
  line-height: 1.8;
}

.flow__time {
  width: 32%;
  white-space: nowrap;
}

.flow__time img {
  width: 24px;
  height: auto;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.flow .bold {
  font-weight: 700;
}

/* =============================
   週間スケジュール  ※横スクロール維持
============================= */
.week-schedule__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.week-schedule__table {
  min-width: 680px;
  width: max(100%, 680px);
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
  background: #fff;
}

.week-schedule__table th,
.week-schedule__table td {
  border: 1px solid #cfcfcf;
  padding: 14px 10px;
  white-space: nowrap;
  line-height: 1.8;
}

.week-schedule__table th {
  background: #f7f7f7;
  font-weight: 700;
}

/* 左端（午前・午後）を sticky で固定（スマホ） */
@media (max-width: 767px) {
  .week-schedule__table {
    border-collapse: separate;
    border-spacing: 0;
  }
  .week-schedule__table th:first-child,
  .week-schedule__table tbody th {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff;
  }
}
/* 注記 */
.week-schedule__notes {
  margin-top: 1rem;
  padding: 1rem;
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  color: #555;
  font-size: 0.95rem;
}

.week-schedule__notes p {
  margin: 0.35rem 0;
}

/* =============================
   イベント（event） 下の白余白をしっかり
============================= */
.section.event {
  margin-block: 5vw 0; /* 外側下を 0 にして背景のまま余白を増やす */
  padding-bottom: clamp(4rem, 10vw, 8rem); /* ← 下の白余白 */
}

.event__wrap {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .event__wrap {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.event__content-title {
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.event__content-txt {
  line-height: 1.9;
}

/* 新着情報（個別） */
.single__news {
  margin-block: 3rem 5rem; /* 上下余白を適度に */
}

.single__news .container {
  width: var(--container); /* 既存の共通変数を使用 */
  margin-inline: auto;
  padding-inline: var(--gutter); /* ← 左右の余白 */
}

/* タイトル行 */
.news__single-wrap {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  padding-block: 0.75rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.single__news .container {
  width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  padding-top: 1rem; /* ← ここを追加：上の余白を確実に作る */
}

.news__date-single {
  color: #666;
  font-size: 0.95rem;
}

.news__title-single {
  margin: 0;
  font-size: clamp(1.35rem, 2.6vw, 1.75rem);
  font-weight: 700;
  line-height: 1.3;
}

/* 本文 */
.news__content-single {
  margin-top: 1rem;
  line-height: 1.9;
  color: #333;
}

/* 本文内の画像も暴れないように */
.news__content-single img {
  max-width: 90%;
  height: auto;
  display: block;
  margin: 1rem auto;
}

/* 追加画像（カスタムフィールド） */
.news__content-img {
  margin-top: 1.5rem;
  text-align: center;
}

.news__content-img img {
  width: 100%;
  max-width: 720px; /* ← ここで“デカすぎ”を防止 */
  height: auto;
  display: inline-block;
  border-radius: 0.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

/* 既存スタイルの置き換え（不要なら削除） */
.single__news {
  /* 旧: width:50vw 等は使わない */
}

.news__single-wrap { /* 上で定義済み */ }

.news__content-img img {
  /* 旧: width:30vw を無効化して上の max-width を優先 */
}

.mplan__img {
  text-align: center;
}
.mplan__img img {
  margin-top: 2vw;
  margin-bottom: 2vw;
  width: 85vw;
}
@media print, screen and (min-width: 768px) {
  .mplan__img img {
    width: 70vw !important;
    object-fit: cover;
  }
}/*# sourceMappingURL=style.css.map */