@charset "utf-8";
/*================================================================
【all】
=================================================================*/
/*::::::::::::::::::::::::【html】:::::::::::::::::::::::::*/
*, ::before, ::after {
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
ul li {
  list-style-type: none;
  list-style-position: inside;
}
ol li {
  list-style-type: decimal;
  list-style-position: outside;
}
a {
  text-decoration: none;
  color: inherit;
  pointer-events: auto !important;
}
img {
  display: block;
}
.dt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.25rem, 1.018rem + 0.98vw, 1.75rem);
  font-weight: bold;
}
/***********/
.visited.active {
  color: #e95787;
}
/*:::::::::::::::::::::::【クリックイベントなし】:::::::::::::::::::::*/
.event-none { /*このクラス名を付けたaは優先的にeventが発生しなくなる*/
  pointer-events: none !important;
}
.no-click {
  pointer-events: none;
  cursor: default;
}
/*::::::::::::::::::::::::【body】:::::::::::::::::::::::::*/
html, body {
  /*height: 100%;*/
  scroll-behavior: smooth;
}
body {
  box-sizing: border-box;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: var(--font-s);
  color: #534741;
  text-align: justify;
  line-height: 1.7;
  position: relative;
  background-image: url("../image/common/back-01.png");
  background-repeat: repeat;
}
/*::::::::::::::::::::【共通】:::::::::::::::::*/
/*共通：基本設定（全ページ共通で使う想定）*/ :root {
  /*--------------------------------------
    フォントサイズ（ご指定の値）
  --------------------------------------*/
  /* xs: 14px → 15px　（補足・脚注） */
  --font-xs: clamp(0.875rem, 0.859rem + 0.07vw, 0.938rem);
  /* s: 16px → 18px（本文） */
  --font-s: clamp(1rem, 0.967rem + 0.13vw, 1.125rem);
  /* m: 20px → 22px（小見出し・強調） */
  --font-m: clamp(1.25rem, 1.217rem + 0.13vw, 1.375rem);
  /* l: 24px → 28px（セクション見出し） */
  --font-l: clamp(1.5rem, 1.434rem + 0.26vw, 1.75rem);
  /* xl: 32px → 40px（メイン見出し） */
  --font-xl: clamp(2rem, 1.868rem + 0.53vw, 2.5rem);
	/* xxl: 40px → 56px（トップ・キービジュアル用の特大見出し） */
--font-xxl: clamp(2.5rem, 2.237rem + 1.05vw, 3.5rem);
  /*--------------------------------------
    カラーパレット（全体で共通利用）
  --------------------------------------*/
  --color-main: #f682a2; /* メインピンク */
  --color-main-deep: #e8497a; /* 濃いめピンク（強調・ボタンなど） */
  --color-main-dark: #d2557c; /* 紫寄り */
  --color-main-soft: #fff4f8; /* ほんのりピンク背景 */
  --color-main-border: #f6c3d4; /* やわらかいピンク枠線 */
  --color-main-light: #fbd6e0; /* 少し薄いピンク */
  --color-main-weak: rgba(246, 130, 162, 0.12);
  --color-bg: #ffffff;
  --color-bg-soft: #fefafc;
  --color-text-main: #534741;
  --color-text-sub: #666666;
  --color-text-muted: #555555;
  --color-text-light: #ffffff;
  --color-border-soft: #e5e5e5;
  --color-border-table: #f3d3dd;

	
  /*--------------------------------------
    共通レイアウト・装飾
  --------------------------------------*/
  --radius-sm: 10px;
  --radius-md: 12px;
  --radius-lg: 14px;
  --shadow-normal: 1px 1px 10px rgba(0, 0, 0, 0.2);
  --shadow-soft: 0 8px 20px rgba(0, 0, 0, 0.06);
  --shadow-card: 0 6px 16px rgba(246, 130, 162, 0.15);
  --max-width-content: 1080px;
  --step-circle-size: 34px;
}
/*:::::::::::::::::::::::::::::::【改行】:::::::::::::::::::::::::::::*/
.br-1500, .br-1400, .br-1300, .br-1030, .br-pro, .br-tb, .br-600, .br-450, .br-400 {
  display: none;
}
.br-pc {
  display: inline-block;
}
@media (max-width:1500px) {
  .br-pc, .br-1400, .br-1300, .br-1030, .br-pro, .br-tb, .br-600, .br-450, .br-400 {
    display: none;
  }
  .br-1500 {
    display: inline-block
  }
}
@media (max-width:1400px) {
  .br-pc, .br-1500, .br-1300, .br-1030, .br-pro, .br-tb, .br-600, .br-450, .br-400 {
    display: none;
  }
  .br-1400 {
    display: inline-block;
  }
}
@media (max-width:1300px) {
  .br-pc, .br-1500, .br-1400, .br-1030, .br-pro, .br-tb, .br-600, .br-450, .br-400 {
    display: none;
  }
  .br-1300 {
    display: inline-block;
  }
}
@media (max-width:1030px) {
  .br-pc, .br-1500, .br-1400, .br-1300, .br-pro, .br-tb, .br-600, .br-450, .br-400 {
    display: none;
  }
  .br-1030 {
    display: inline-block;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  .br-pc, .br-1500, .br-1400, .br-1300, .br-tb, .br-1030, .br-600, .br-450, .br-400 {
    display: none;
  }
  .br-pro {
    display: inline-block;
  }
}
@media (max-width:900px) {
  .br-pc, .br-1500, .br-1400, .br-1300, .br-1030, .br-pro, .br-600, .br-450, .br-400 {
    display: none;
  }
  .br-tb {
    display: inline-block;
  }
}
@media (max-width:600px) {
  .br-pc, .br-1500, .br-1400, .br-1300, .br-1030, .br-pro, .br-tb, .br-450, .br-400 {
    display: none;
  }
  .br-600 {
    display: inline-block;
  }
}
@media (max-width:450px) {
  .br-pc, .br-1500, .br-1400, .br-1300, .br-1030, .br-pro, .br-tb, .br-600, .br-400 {
    display: none;
  }
  .br-450 {
    display: inline-block;
  }
}
@media (max-width:400px) {
  .br-pc, .br-1500, .br-1400, .br-1300, .br-1030, .br-pro, .br-tb, .br-600, .br-450 {
    display: none;
  }
  .br-400 {
    display: inline-block;
  }
} /*:::::::::::::::::::::::::【表示(ブロック)】:::::::::::::::::::::::::*/
.dis-1300, .dis-1030, .dis-pro, .dis-tb, .dis-600, .dis-450, .dis-400 {
  display: none;
}
.dis-pc {
  display: block;
}
@media (max-width:1300px) {
  .dis-pc, .dis-pro, .dis-tb, .dis-600, .dis-450, .dis-400, .dis-1030 {
    display: none;
  }
  .dis-1300 {
    display: block;
  }
}
@media (max-width:1030px) {
  .dis-pc, .dis-1300, .dis-1030, .dis-pro, .dis-600, .dis-450.dis-400 {
    display: none;
  }
  .dis-tb {
    display: block;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  .dis-pc, .dis-1300, .dis-tb, .dis-1030, .dis-600, .dis-450, .dis-400 {
    display: none;
  }
  .dis-pro {
    display: inline-block;
  }
}
@media (max-width:900px) {
  .dis-pc, .dis-1300, .dis-1030, .dis-pro, .dis-600, .dis-450, .dis-400 {
    display: none;
  }
  .dis-tb {
    display: block;
  }
}
@media (max-width:600px) {
  .dis-pc, .dis-1300, .dis-1030, .dis-pro, .dis-tb, .dis-450, .dis-400 {
    display: none;
  }
  .dis-600 {
    display: block;
  }
}
@media (max-width:450px) {
  .dis-pc, .dis-1300, .dis-1030, .dis-pro, .dis-tb, .dis-600, .dis-400 {
    display: none;
  }
  .dis-450 {
    display: block;
  }
}
@media (max-width:400px) {
  .dis-pc, .dis-1300, .dis-1030, .dis-pro, .dis-tb, .dis-600, .dis-450 {
    display: none;
  }
  .dis-400 {
    display: block;
  }
}
/*::::::::::::::::::::::::【表示(インライン)】::::::::::::::::::::::::*/
.in-1300, .in-1030, .in-pro, .in-tb, .in-600, .in-450, .in-400 {
  display: none;
}
.in-pc {
  display: inline-block;
}
@media (max-width:1300px) {
  .in-pc, .in-pro, .in-tb, .in-600, .in-450, .in-400, .in-1030 {
    display: none;
  }
  .in-1300 {
    display: inline-block;
  }
}
@media (max-width:1030px) {
  .in-pc, .in-1300, .in-pro, .in-tb, .in-600, .in-450, .in-400 {
    display: none;
  }
  .in-1030 {
    display: inline-block;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  .in-pc, .in-1300, .in-1030, .in-tb, .in-600, .in-450, .in-400 {
    display: none;
  }
  .in-pro {
    display: inline-block;
  }
}
@media (max-width:900px) {
  .in-pc, .in-1300, .in-1030, .in-pro, .in-600, .in-450, .in-400 {
    display: none;
  }
  .in-tb {
    display: inline-block;
  }
}
@media (max-width:600px) {
  .in-pc, .in-1300, .in-1030, .in-pro, .in-tb, .in-450, .in-400 {
    display: none;
  }
  .in-600 {
    display: inline-block;
  }
}
@media (max-width:450px) {
  .in-pc, .in-1300, .in-1030, .in-pro, .in-tb, .in-600, .in-400 {
    display: none;
  }
  .in-450 {
    display: inline-block;
  }
}
@media (max-width:400px) {
  .in-pc, .in-1300, .in-1030, .in-pro, .in-tb, .in-600, .in-450 {
    display: none;
  }
  .in-400 {
    display: inline-block;
  }
}
/*:::::::::::::::::::::::::::::::【非表示】:::::::::::::::::::::::::::::*/
.opa {
  opacity: 0;
}
.none-1500, .none-1400, .none-1300, .none-1030, .none-pro, .none-tb, .none-600, .none-450, .none-400 {
  display: inline-block;
}
.none-pc {
  display: none;
}
@media (max-width:1500px) {
  .none-pc, .none-1400, .none-1300, .none-pro, .none-tb, .none-600, .none-450, .none-400, .none-1030 {
    display: inline-block;
  }
  .none-1500 {
    display: none;
  }
}
@media (max-width:1400px) {
  .none-pc, .none-1500, .none-1300, .none-pro, .none-tb, .none-600, .none-450, .none-400, .none-1030 {
    display: inline-block;
  }
  .none-1400 {
    display: none;
  }
}
@media (max-width:1300px) {
  .none-pc, .none-1500, .none-1400, .none-pro, .none-tb, .none-600, .none-450, .none-400, .none-1030 {
    display: inline-block;
  }
  .none-1300 {
    display: none;
  }
}
@media (max-width:1030px) {
  .none-pc, .none-1500, .none-1400, .none-1300, .none-pro, .none-tb, .none-600, .none-450, .none-400 {
    display: inline-block;
  }
  .none-1030 {
    display: none;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  .none-pc, .none-1500, .none-1400, .none-1300, .none-tb, .none-1030, .none-600, .none-450, .none-400 {
    display: inline-block;
  }
  .none-pro {
    display: none;
  }
}
@media (max-width:900px) {
  .none-pc, .none-1500, .none-1400, .none-1300, .none-1030, .none-pro, .none-600, .none-450, .none-400 {
    display: inline-block;
  }
  .none-tb {
    display: none;
  }
}
@media (max-width:600px) {
  .none-pc, .none-1500, .none-1400, .none-1300, .none-1030, .none-pro, .none-tb, .none-450, .none-400 {
    display: inline-block;
  }
  .none-600 {
    display: none;
  }
}
@media (max-width:450px) {
  .none-pc, .none-1500, .none-1400, .none-1300, .none-1030, .none-pro, .none-tb, .none-600, .none-400 {
    display: inline-block;
  }
  .none-450 {
    display: none;
  }
}
@media (max-width:400px) {
  .none-pc, .none-1500, .none-1400, .none-1300, .none-1030, .none-pro, .none-tb, .none-600, .none-450 {
    display: inline-block;
  }
  .none-400 {
    display: none;
  }
}
/*::::::::::::::::::::【太字】::::::::::::::::::::*/
.bold {
  font-weight: bold;
}
/*:::::::::::::::::::::::::::::::【下線】:::::::::::::::::::::::::::::*/
.kasen {
  position: relative;
  text-decoration: none;
  color: inherit;
}
.kasen::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease-in-out;
}
.kasen:hover::after {
  width: 100%;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (max-width:900px) {
  .kasen::after {
    /* width: 100%;*/ /*表示したまま*/
    display: none;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::::::::::【下線-01】:::::::::::::::::::::::::::::*/
.kasen-01 li {
  position: relative;
  margin: 0;
  padding: 0;
}
.kasen-01 li a {
  color: #000; /* リンク文字の色 */
  position: relative; /* 下線用のスタイルに対応 */
}
.kasen-01 li a::after {
  content: ''; /* 下線を生成 */
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; /* テキスト幅に基づく */
  height: 1px; /* 下線の太さ */
  background: #000; /* 下線の色 */
  transform: scaleX(0); /* 初期状態で非表示 */
  transform-origin: left; /* 左から右にアニメーション */
  transition: transform 0.3s ease; /* スムーズなアニメーション */
}
.kasen-01 li a:hover::after {
  transform: scaleX(1); /* ホバー時に下線を表示 */
}
.kasen-01 li a.mark::after {
  transform: scaleX(1); /* 現在のページに対応するリンクも下線を表示 */
}
/*:::::::::::::::::::::::::::::::【下線A】:::::::::::::::::::::::::::::*/
.kasen-02 {
  position: relative;
  margin: 0;
  padding: 0;
}
.kasen-02 a span {
  /*color: #000;*/
  position: relative;
}
.kasen-02 a span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #6D6967;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.kasen-02 a span:hover::after {
  transform: scaleX(1);
}
/*:::::::::::::::::::::::::::::【下線画像】:::::::::::::::::::::::::::*/
.kasen-img {
  position: relative;
}
.kasen-img img {
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: -10px;
  left: -10px;
  z-index: -1;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {
  .kasen-img img {
    height: 10px;
    bottom: 0;
  }
}
/*:::::::::::::::::::::::::::::【アンダーライン】:::::::::::::::::::::::::::::*/
.under-line {
  text-decoration: underline;
}
/*:::::::::::::::::::::::::::::::【マーカー】:::::::::::::::::::::::::::::*/
/*--------------【ハーフマーカー】----------------*/
.half-marker {
  background: linear-gradient(to bottom, transparent 60%, rgba(255, 255, 0, 0.5) 30%);
}
/*::::::::::::::::::::::::::::::【電話番号リンク】:::::::::::::::::::::::::::*/
@media (min-width: 801px) {
  a[href^="tel:"] {
    pointer-events: none !important;
  }
}
/*:::::::::::::::::::::::::::::::【リンク】:::::::::::::::::::::::::::::*/
.link {
  text-decoration: underline;
}
/*::::::::::::::::::::::::::::【テーブル（全線）】:::::::::::::::::::::::::::*/
.table-01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #fff;
  border: 1px solid #e4f4ff;
  border-radius: 8px;
  overflow: hidden;
  font-size: 0.95rem;
  line-height: 1.6;
}
.table-01 tr:not(:last-child) th, .table-01 tr:not(:last-child) td {
  border-bottom: 1px solid #e4f4ff;
}
.table-01 th {
  width: 28%;
  background-color: #f7fcff;
  color: #003a52;
  text-align: left;
  font-weight: 600;
  vertical-align: top;
  padding: 20px 24px;
  position: relative;
  border-right: 0;
}
.table-01 th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #4fc3ff;
  border-radius: 0 4px 4px 0;
}
.table-01 td {
  width: 72%;
  background-color: #fff;
  color: #333;
  text-align: left;
  vertical-align: top;
  padding: 20px 24px;
  border-bottom: none;
  border-bottom: 1px solid #e4f4ff;
}
.table-01 td a {
  color: #0077a8;
  text-decoration: none;
  font-weight: 600;
}
.table-01 td a:hover {
  text-decoration: underline;
}
.table-01 td ul {
  margin: 0;
}
.table-01 td li {
  margin-bottom: 0.4em;
}
.table01-first {}
.table01-last th, .table01-last td {
  border-bottom: none;
}
@media (max-width: 600px) {
  .table-01 {
    border-spacing: 0;
    border: 2px solid #bcdff4;
    border-radius: 8px;
  }
  .table-01 th, .table-01 td {
    display: block;
    width: 100%;
    padding: 16px 20px;
    border-bottom: none;
  }
  .table-01 tr {
    border-bottom: 1px solid #e4f4ff;
  }
  .table-01 tr:last-child {
    border-bottom: none;
  }
  .table-01 th {
    background-color: #e9faff;
    color: #0077a8;
    font-size: 0.8rem;
    font-weight: 600;
    padding-bottom: 8px;
  }
  .table-01 th::before {
    left: 0;
    width: 3px;
    background-color: #4fc3ff;
    border-radius: 0 3px 3px 0;
  }
  .table-01 td {
    padding-top: 8px;
    font-size: 0.95rem;
    color: #333;
  }
}
/*::::::::::::::::::::::::【テーブル（中央線）】:::::::::::::::::::::::*/
.table-02 {
  display: inline-table !important;
  /*margin: 50px auto;*/
  border-collapse: collapse;
  /*  border: 1px solid #7DB7B1;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-02 th {
  /* width: 20%;*/
  padding-right: 80px;
  /* border-bottom: 1px solid #7DB7B1;*/
  border-right: 1px solid #6d6d6d;
  /*text-align: center;*/
  /*vertical-align: top;*/ /*縦方向（top）に揃えて表示*/
}
.table-02 td {
  /*width: 50%;*/
  /*border-bottom: 1px solid #7DB7B1;*/
  padding: 30px;
  padding-left: 80px;
  padding-right: 0;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (max-width:900px) {
  .table-02 th {
    padding-right: 30px;
  }
  .table-02 td {
    padding-left: 30px;
  }
}
@media (max-width:600px) {
  .table-02 th {
    width: 30%;
    text-align: center
  }
  .table-02 td {
    width: 70%;
    padding-left: 30px;
  }
}
@media (max-width:450px) {
  .table-02 th {
    padding-right: 5px;
  }
  .table-02 td {
    padding: 15px;
    padding-left: 20px;
    padding-rigth: 0;
  }
}
@media (max-width: 400px) {
  .table-02 td {
    padding-left: 15px;
    padding-rigth: 0;
  }
}
/*::::::::::::::::::::::::【テーブル（下線）】:::::::::::::::::::::::*/
.table-03 {
  margin: 0 auto;
  border-collapse: collapse;
}
tbody {
  width: 100%;
}
.table-03 tr {
  width: 100%;
}
.table-03 th {
  width: auto;
  padding: 20px 10px 20px 10px;
  border-bottom: 1px solid #1e753e;
  text-align: center;
}
.table-03 td {
  width: auto;
  border-bottom: 1px solid #1abc9c;
  padding: 20px;
  padding-left: 40px;
}
.table-03 td span {
  text-decoration: underline;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {
  .table-03 th {
    width: auto;
    padding: 10px;
  }
  .table-03 td {
    padding: 10px;
    padding-left: 10px;
  }
}
/*:::::::::::::::::::::::【テーブル（線なし）】:::::::::::::::::::::::*/
.table-04 {
  margin: 0 auto;
  border-collapse: collapse;
}
tbody {
  width: 100%;
}
.table-04 tr {
  width: 100%;
}
.table-04 th {
  width: auto;
  padding: 20px 10px 20px 10px;
  text-align: center;
}
.table-04 td {
  width: auto;
  padding: 20px;
  padding-left: 40px;
}
.table-04 td span {
  text-decoration: underline;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (max-width:900px) {}
@media (max-width:600px) {
  .table-04 td {
    padding-left: 50px;
  }
}
@media (max-width:450px) {
  .table-04 th {
    width: 25%;
  }
  .table-04 td {
    padding-left: 30px;
    padding: 20px 10px;
  }
}
/*::::::::::::::::::【テーブル（th td分け）】:::::::::::::::::::::*/
.table-05 {
  margin: 0 auto;
  border: 1px solid #6d6d6d;
  background-color: #fff;
  border-collapse: collapse;
}
.table-05 tbody {
  width: 100%;
}
.table-05 tr {
  width: 100%;
}
.table-05 th {
  vertical-align: top;
  /*width: 30%;*/ /* ← thは30%幅 */
  padding: 20px 20px 10px 20px;
  text-align: left;
  white-space: nowrap;
  /*
  border-bottom: 1px solid #6d6d6d;
*/
}
.table-05 td {
  width: auto;
  padding: 20px;
  background-color: #fff;
  /*
  border-bottom: 1px solid #6d6d6d;
*/
}
@media (max-width:600px) {
  .table-05, .table-05 tbody, .table-05 tr, .table-05 th, .table-05 td {
    display: block;
    width: 100%;
  }
  .table-05 th {
    padding: 10px 20px;
    background-color: transparent;
  }
  .table-05 td {
    padding-top: 0;
    border-bottom: 1px solid #6d6d6d;
  }
}
/*:::::::::::::::::::::::::::::【テーブル必須】:::::::::::::::::::::::::::*/
.h-flex {
  display: flex;
  /*justify-content: space-between;*/ /* 左右端に配置 */
  justify-content: flex-start;
  align-items: center;
  /* gap: .5em;*/ /* 左右の間隔調整（任意） */
}
.h-flex p {
  /*flex: 1 1 auto;*/ /* 左側は可変幅で広がる */
  margin: 0;
}
.h-flex span {
  flex: 0 0 auto; /* 右側は固定幅 */
  background-color: #fff;
  padding: 0.25em 0.5em;
  color: #bc1b1b;
  white-space: nowrap;
  font-size: clamp(0.875rem, 0.816rem + 0.25vw, 1.125rem);
}
@media (max-width:600px) {
  .h-flex {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: .5em; /* 左右の間隔調整（任意） */
  }
}
/*:::::::::::::::::::::::::::::【テーブル並び】:::::::::::::::::::::::::::*/
@media (max-width:600px) {
  /*  table td {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  table td div {
    text-align: left;
  }*/
}
/*:::::::::::::::::::::::::::::【flex】:::::::::::::::::::::::::::*/
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*.flex img {
	width: 45%;
}
.flex dl {
	width: 45%;
}*/
/*:::::【flex リバース】:::::*/
.reverse {
  flex-direction: row-reverse;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
  .flex {
    flex-direction: column;
  }
  .flex img {
    width: 100%;
  }
  .flex dl {
    width: 100%;
  }
}
@media (max-width:600px) {
  .flex {
    flex-direction: column;
  }
  .flex img {
    width: 100%;
  }
  .flex dl {
    width: 100%;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*=========================================================
【ページタイトル】
==========================================================*/
.page-title {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.page-title div {
  width: 100%;
  height: 30vh;
  background-image: url("../image/common/page-title.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-title p {
  text-align: center;
  color: #014ba4;
  font-weight: 700;
  font-size: clamp(1.5rem, 0.618rem + 1.57vw, 2.5rem);
  margin-top: 30px;
}
.page-title span {
  display: block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: clamp(0.875rem, 0.872rem + 0.31vw, 1.25rem);
  color: rgba(1, 75, 164, 0.6);
}
@media (max-width:900px) {
  .page-title p {
    font-size: clamp(1.25rem, 0.769rem + 1.92vw, 2rem);
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width:420px) {}
@media (max-width:400px) {}
/*=========================================================
【セクションタイトル】
==========================================================*/
.section-title {
  position: relative;
  width: 100%;
  height: 15vh;
  background-color: #ffdce7;
  background-image: url("../image/common/section-title.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  color: #534741;
  display: flex;
  overflow: visible;
}
.section-title p {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: var(--font-l);
}
@media (max-width:1500px) {}
@media (max-width:1400px) {
  .section-title {
    height: 18vh;
  }
}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  .section-title {
    height: 10vh;
  }
}
@media (max-width:900px) {
  .section-title {
    height: 12vh;
  }
}
@media (max-width:600px) {
  .section-title {
    height: 15vh;
  }
}
@media (max-width:450px) {
  .section-title {
    height: 13vh;
  }
}
@media (max-width:400px) {
  .section-title {
    height: 15vh;
  }
}
/*=========================================================
【メインタイトル】
==========================================================*/
.main-title {
  width: 80%;
  margin: 0 auto 50px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-title h3 {
  color: #e8497a;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, .06), 0 1px 0 rgba(124, 31, 56, .22); /* #7c1f38 相当 */
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: var(--font-xl);
  letter-spacing: 3px;
  line-height: 1.1;
  margin: 5px;
}
.main-title span {
  color: #e8497a;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, .06), 0 1px 0 rgba(124, 31, 56, .22); /* #7c1f38 相当 */
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: var(--font-m);
  letter-spacing: 3px;
  line-height: 1.1;
  margin: 5px;
}
.main-title img {
  width: 300px;
}
.mt-w {
  color: #fff !important;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) {}
@media (max-width:900px) {
  .main-title {
    width: 100%;
  }
}
@media (max-width:600px) {
  .main-title h3 {
    font-size: clamp(1.75rem, 1.5rem + 1vw, 1.875rem); /*30-28*/
  }
  .main-title img {
    width: clamp(12.5rem, 10rem + 10vw, 13.75rem);
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*==================================================================
【サブタイトル】
===================================================================*/
.sub-title {
  display: flex;
  align-items: center;
  justify-content: center; /* 中央揃え */
  gap: 10px; /* テキストと線の間隔 */
}
.sub-title::before, .sub-title::after {
  content: "";
  display: block;
  width: 30px; /* 線の長さ */
  height: 4px; /* 線の太さ */
  background-color: #472a17; /* 線の色 */
}
.sub-title p {
  font-family: "Sawarabi Gothic", serif;
  text-align: center;
  max-width: 80%;
  font-size: clamp(16px, 5vw, 32px); /* 最小16px?最大32pxの範囲で自動調整 */
  font-weight: bold;
}
@media (min-height:1366px) { /*ipad pro*/
  .sub-title {
    gap: 30px;
  }
}
@media (max-width:900px) {
  .sub-title {
    gap: 30px;
  }
  .sub-title p {
    font-size: clamp(16px, 5vw, 24px) !important; /* 最小16px?最大32pxの範囲で自動調整 */
  }
}
@media (max-width:600px) {
  .sub-title {
    gap: 5px;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*=================================================================
【ボタン】
===================================================================*/
/* ボタンの見た目 */
.btn-box {
  text-align: center;
}
.btn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 230px;
  text-align: center;
  border: 1px solid #f682a2;
  border-radius: 12px;
  padding: 5px 10px;
  overflow: hidden; /* はみ出し非表示 */
  background: #fff; /* 通常は白 */
  transition: color .3s ease, border-color .3s ease;
}
/* 単色の塗りつぶしレイヤー（左起点で伸びる） */
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f682a2; /* ← 単色 */
  transform: scaleX(0); /* 初期は幅ゼロ */
  transform-origin: left center; /* 左から右へ */
  transition: transform .6s ease; /* 塗り替え速度 */
  z-index: 0; /* テキストの下 */
  will-change: transform;
}
/* テキストは前面に */
.btn .btn-text {
  color: #f682a2; /* 通常文字色 */
  position: relative;
  z-index: 1;
  transition: color .3s ease;
}
/* ホバー＆フォーカス時：左→右に塗りつぶし＋文字白 */
.btn:hover::before, .btn:focus-visible::before {
  transform: scaleX(1);
}
.btn:hover .btn-text, .btn:focus-visible .btn-text {
  color: #fff;
}
/* アクセシビリティ */
.btn:focus-visible {
  outline: 3px solid rgba(246, 130, 162, .35);
  outline-offset: 2px;
}
/* 低モーション配慮 */
@media (prefers-reduced-motion: reduce) {
  .btn::before {
    transition: none;
  }
  .btn, .btn .btn-text {
    transition: none;
  }
}
/*レスポンシブ時*/
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
/*=========================================================
【header】ヘッダーPC
===========================================================*/
.h-res-box {
  display: none;
}
/**/
#header {
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 50;
  text-shadow: none;
  background-color: #fff;
  transition: box-shadow 0.3s ease-in-out;
  padding: 0 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
/* スクロール時に影を追加するクラス */
.header-shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.content {
  height: 2000px;
  background: linear-gradient(#f0f0f0, #ccc);
}
/**/
.h-pc-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/**/
.pc-nav-container ul {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100px;
  width: 100%;
  padding: 10px;
}
.pc-nav-container li {
  height: 100%;
  display: flex;
  align-items: center;
}
.pc-nav-container img {
  height: 100px;
}
/*::::::::【レスポンシブに変更】::::::*/
@media (min-height:1366px) { /*ipad pro*/
  #header {
    height: 80px;
    padding: 0 5px;
  }
  .h-pc-box {
    display: none;
  }
  .h-res-box {
    display: block;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width:900px) {
  #header {
    height: 80px;
    padding: 0 5px;
  }
  .h-pc-box {
    display: none;
  }
  .h-res-box {
    display: block;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
/*:::::::::::::::::::::::::::::【ロゴ】:::::::::::::::::::::::::::::*/
h1 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2% 0;
  position: relative;
  z-index: 9999;
}
h1 a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
h1 a img {
  height: 100px;
}
h1 a span {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 0.877rem + 0.52vw, 1.5rem);
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  h1 {
    top: 0;
    padding: 0;
  }
  h1 a img {
    height: 100%;
  }
}
@media (max-width:900px) {
  h1 {
    top: 0;
    padding: 0;
  }
  h1 a img {
    height: 100%;
  }
}
@media (max-width:600px) {
  h1 a img {
    height: 85%;
  }
}
@media (max-width:450px) {
  h1 a img {
    height: 80%;
  }
}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::::::::【ナビ・コンタクト】:::::::::::::::::::::::::::::*/
.nav-con-box {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
}
@media (max-width:1500px) {
  .nav-con-box {
    width: 45%;
  }
}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width:420px) {}
@media (max-width:400px) {}
/*:::::::::::::::::::::::::::::【コンタクト】:::::::::::::::::::::::::::::*/
.h-contact {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  grid-gap: 30px;
}
.h-contact a {
  position: relative;
  overflow: hidden; /* 擬似要素のはみ出しを切る */
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
  border: 1px solid #f682a2;
  padding: 5px 20px;
  border-radius: 4px;
  background: #f682a2;
  transition: border-color .3s ease;
}
.h-contact a img {
  height: 30px;
}
/* 文字色*/
.h-contact a span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  transition: color .3s ease;
  color: #fff;
}
/* 親 a は相対配置＋はみ出し隠し（角丸があるならここに指定） */
.h-contact a {
  position: relative;
  overflow: hidden;
  /* border-radius: 8px;  必要なら */
}
/* 単色の塗りつぶしレイヤー（初期は幅ゼロ） */
.h-contact a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #4da1f4; /* ← 単色（水色） */
  transform: scaleX(0); /* 横0からスタート */
  transform-origin: left center; /* 左基点で伸びる */
  transition: transform .6s ease; /* 塗り替えの速さ */
  z-index: 0; /* テキストの下 */
  will-change: transform;
}
/* テキストやアイコンを上に */
.h-contact a > * {
  position: relative;
  z-index: 1;
}
/* ホバー＆フォーカス時：左→右へ塗りつぶし */
.h-contact a:hover::before, .h-contact a:focus-visible::before {
  transform: scaleX(1);
}
.h-contact a:hover span, .h-contact a:focus-visible span {
  color: #fff; /* 視認性を上げるなら */
}
/* 枠やフォーカス（任意） */
.h-contact a:hover, .h-contact a:focus-visible {
  border-color: #4da1f4;
}
.h-contact a:focus-visible {
  outline: 3px solid rgba(77, 161, 244, .35);
  outline-offset: 2px;
}
/* 動きを控える設定のユーザー配慮 */
@media (prefers-reduced-motion: reduce) {
  .h-contact a::before {
    transition: none;
  }
}
/*:::::::::::::::::::::::::::::【メニュー】:::::::::::::::::::::::::::::*/
.pc-nav {
  width: 100%;
  font-size: clamp(1rem, 0.944rem + 0.25vw, 1.25rem);
}
.site-menu {
  display: flex;
  justify-content: space-between;
}
.pc-nav a {
  color: #534741;
}
@media (max-width: 900px) {
  .pc-nav {
    font-size: 16px;
  }
}
/*:::::::::::::::::::::::::::::【メニューボタン】:::::::::::::::::::::::::::::*/
/*==================================================
　5-2-4 MENUがCLOSEに
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.h-openbtn {
  /*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: relative;
  top: 7px;
  left: -10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  z-index: 9999;
}
/*ボタン内側*/
.h-openbtn span {
  display: inline-block;
  transition: all .4s; /*アニメーションの設定*/
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 5px;
  background: #f682a2;
  width: 90%;
}
.h-openbtn span:nth-of-type(1) {
  top: 10px;
}
.h-openbtn span:nth-of-type(2) {
  top: 5px;
}
.h-openbtn span:nth-of-type(3) {
  top: 15px;
}
.h-openbtn span:nth-of-type(3)::after {
  content: "menu"; /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top: 2px;
  left: 0;
  color: #f682a2;
  font-size: 14px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.h-openbtn.active span:nth-of-type(1) {
  top: 3px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.h-openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.h-openbtn.active span:nth-of-type(3) {
  top: 15px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.h-openbtn.active span:nth-of-type(3)::after {
  content: "close"; /*3つ目の要素のafterにClose表示を指定*/
  transform: translateY(0) rotate(-45deg);
  top: 1px;
  left: -11px;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  .h-openbtn span {
    width: 95%;
  }
  .h-openbtn span:nth-of-type(3)::after {
    top: 7px;
    left: 4px;
    font-size: 17px;
  }
  .h-openbtn.active span:nth-of-type(3)::after {
    top: 8px;
    left: -2px;
  }
}
@media (max-width:900px) {
  .h-openbtn span {
    width: 95%;
  }
  .h-openbtn span:nth-of-type(3)::after {
    top: 7px;
    left: 4px;
    font-size: 17px;
  }
  .h-openbtn.active span:nth-of-type(3)::after {
    top: 8px;
    left: -2px;
  }
}
@media (max-width:600px) {
  .h-openbtn span:nth-of-type(3)::after {
    top: 7px;
    left: 6px;
    font-size: 16px;
  }
}
@media (max-width:450px) {
  .h-openbtn {
    left: 0;
  }
  .h-openbtn span:nth-of-type(3)::after {
    top: 7px;
  }
  .h-openbtn.active span:nth-of-type(3)::after {
    top: 8px;
    left: -2px;
  }
}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::::::::【ナビコンテナ】::::::::::::::::::::::::::*/
.h-res-container {
  position: fixed;
  z-index: 999;
  opacity: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 auto;
  overflow-y: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5);
}
.h-res-container::before {
  content: '';
  position: absolute;
  background-color: #fff;
  background-image: url("../image/common/cloud-right.png");
  background-position: right;
  background-size: contain;
  background-repeat: repeat;
  /*【上から出現】*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  overflow-y: hidden;
}
/*:::::【panelactiveが付与したとき】:::::*/
.h-res-container.panelactive {
  opacity: 1;
}
.h-res-container {
  display: none;
}
.h-res-container.panelactive {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  background-image: url("../image/common/nav-back.png");
  background-size: cover;
  background-repeat: repeat;
  height: 100%;
  padding-top: 80px;
}
.h-res-container a .mark {
  display: inline-block !important;
}
/*:::::【メニュー内ロゴ】:::::*/
.nav-logo {
  width: 40%;
  margin: 0 auto;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {
  .h-res-container {
    width: 100%; /*コンテナの横幅*/
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::::::::【ナビ全体】::::::::::::::::::::::::::*/
.h-nav {
  height: 100%;
  width: 30%;
  margin-left: auto;
  position: relative;
  z-index: 999;
  font-size: clamp(1rem, 0.877rem + 0.52vw, 1.5rem);
  overflow-y: auto;
  background-color: #fff;
  background-image: url("../image/common/nav-back.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: -1px 0 1px #9eb2a2;
}
.h-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.h-nav ul {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.h-nav .h-menu { /*メニュー*/
  height: 100%;
}
.h-nav ul li {
  padding: 0 20px;
  width: 100%;
}
.h-nav li {
  margin-bottom: 0;
  padding: 5px 0;
  border-bottom: 1px solid #c1c1c1;
  padding-left: 30px;
  height: 100%;
  display: inline-flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  .h-nav {
    width: 100%;
  }
}
@media (max-width:900px) {
  .h-nav {
    width: 100%;
  }
}
@media (max-width:600px) {
  .h-nav ul li {
    padding-left: 30px !important;
  }
}
@media (max-width:450px) {
  .h-nav .h-menu { /*メニュー*/
    height: 100%;
  }
  .h-nav .h-contact { /*コンタクト*/
    height: 50%;
  }
  .h-nav ul li {
    padding-left: 30px !important;
  }
}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::::::::【サイトメニュー】::::::::::::::::::::::::::*/
.h-menu {
  position: relative;
  z-index: 1000;
}
.h-menu li {
  /* color: #137700;*/
}
.h-menu a { /*ボタン全体をaにする*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  grid-gap: 8px;
}
.h-menu li a img {
  width: 20px;
}
/*:::::【hover markがついたとき】:::::*/
.h-menu li a:hover {
  color: #4da1f4;
  font-weight: 800;
}
.h-menu li a.mark {
  color: #4da1f4;
  font-weight: 800;
}
.menu-name {
  color: #f682a2;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  /*:::::【hover markがついたとき】:::::*/
  .h-menu li a:hover {
    color: #f682a2;
    font-weight: 800;
  }
  .h-menu li a.mark {
    color: #f682a2;
    font-weight: 800;
  }
  .menu-name {
    color: #f682a2;
  }
}
@media (max-width:900px) {
  /*:::::【hover markがついたとき】:::::*/
  .h-menu li a:hover {
    color: #f682a2;
    font-weight: 800;
  }
  .h-menu li a.mark {
    color: #f682a2;
    font-weight: 800;
  }
  .menu-name {
    color: #f682a2;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::::::::【コンタクト】::::::::::::::::::::::::::*/
.h-contact li a {
  text-decoration: underline;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*==========================================================================
main
==========================================================================*/
#main {
  margin: 0 auto;
  /* overflow: hidden;*/
  position: relative;
}
/*:::::::::::::::::::::::::::::【アンカー】:::::::::::::::::::::::::::::::::*/
/* アンカーリンクが作用する要素に適用 */
.anchor-target {
  scroll-margin-top: 150px;

}
@media (max-width:900px) {
  .anchor-target {
    scroll-margin-top: 80px;
  }
}
@media (max-width:600px) {
  .anchor-target {
    scroll-margin-top: 80px;
  }
}
/*:::::::::::::::::::::::::::::【空白box】:::::::::::::::::::::::::::::::::*/
.empty {
  display: block;
  height: 100px;
}
@media (min-height:1366px) { ipad pro
  .empty {
    display: block;
    height: 80px;
  }
}
@media (max-width: 900px) {
  .empty {
    display: block;
    height: 80px;
  }
}
@media (max-width: 450px) {}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::::::::【背景】:::::::::::::::::::::::::::::::::::*/
.back, .box {
  position: relative;
  z-index: 1;
  /* overflow: hidden;*/
  background-image: url("../image/common/back-ptn-02.png");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}
/*:::::::::::【オーバーレイ】::::::::::*/
.overlay {
  position: relative;
  /*padding: 100px 0;*/
}
.overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.overlay-box {
  position: relative;
  z-index: 5;
}

/*:::::::::::::::::::::::::::::【目次】:::::::::::::::::::::::::::::::::::*/
/* 目次本体（カード） */
.toc-box {
  margin-top: 0;
  display: flex;
  justify-content: center;
  padding: 0 1rem;
}
.toc-sidebar {
  position: static;
  width: 100%;
  max-width: 480px;

	margin: 0 auto;
  padding: 1.5rem 1.75rem;
  background: #fff;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-main-border);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}
/* 見出し */
.toc-sidebar h3 {
  font-size: var(--font-l);
  text-align: center;
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #f5b2c8;
  color: var(--color-main-deep);
}
/* リスト初期化 */
.toc-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.toc-sidebar li + li {
  margin-top: 0.4rem;
}
/* リンク：ボタン風 */
.toc-sidebar a {
  display: block;
  position: relative;
  padding: 0.55rem 0.75rem 0.55rem 2rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: var(--font-s);
  line-height: 1.5;
  color: #444444;
  background: var(--color-bg);
  border: 1px solid transparent;
  transition:
    background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
}
/* 丸ポチ */
.toc-sidebar a::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #f58aa4;
}
/* hover / focus */
.toc-sidebar a:hover {
  background-color: #ffe7ef;
  border-color: #f58aa4;
  color: #c93d6b;
  font-weight: 600;
  transform: translateY(-1px);
}
.toc-sidebar a:focus-visible {
  outline: 2px solid #f58aa4;
  outline-offset: 2px;
}
/* 余白（広め画面） */
@media (min-width: 768px) {
  .toc-sidebar {
    padding: 1.75rem 2rem;
  }
}
/* 右下の固定ボタン */
.toc-fab {
	/*width: 60px;*/
	height: 53px!important;
  position: fixed;
  right: 0;
  top: 110px;
  z-index: 9001;
  padding: 0.55rem 0.9rem;
  border-radius: 5px;
  border: 2px solid var(--color-main-border);
  background: var(--color-bg);
  font-size: 20px;
  font-family: "M PLUS Rounded 1c", system-ui, sans-serif;
  color: #c93d6b;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition:
    background-color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
}
.toc-fab:hover {
  background-color: #ffe7ef;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}
.toc-fab:focus-visible {
  outline: 2px solid #f58aa4;
  outline-offset: 3px;
}
@media (max-width: 600px) {
  .toc-fab {
    top: 85px;
    font-size: 0.85rem;
  }
}
/* 右上に出る目次パネル */
.toc-panel {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: none;
  justify-content: flex-end;
  align-items: flex-start;
  pointer-events: none;
}
.toc-panel.is-open {
  display: flex;
  pointer-events: auto;
}
.toc-panel-inner {
  margin-top: 120px;
  margin-right: 16px;
  max-width: 480px;
  width: calc(100% - 32px);
  pointer-events: auto;
}
.toc-close {
  position: absolute;
  top: 8px;
  right: 12px;
  border: none;
  background: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: #c93d6b;
  z-index: 2;
}
.toc-close:focus-visible {
  outline: 2px solid #f58aa4;
  outline-offset: 2px;
}
.toc-sidebar {
  position: relative;
}
@media (max-width: 600px) {
  .toc-panel-inner {
    margin-right: 8px;
    margin-left: 8px;
    width: calc(100% - 16px);
  }
}
/* 固定ヘッダー対策 */
[id] {
  scroll-margin-top: 120px;
}
/*:::::::::::::::::::::::::::【概要マップ】:::::::::::::::::::::::::::::::::::*/
.gaiyou-map iframe {
  margin-top: 20px;
  width: 100%;
  height: 350px;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  .gaiyou-map iframe {
    height: 300px !important;
  }
}
@media (max-width:900px) {
  .gaiyou-map iframe {
    height: 250px !important;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {
  .gaiyou-map iframe {
    height: 220px !important;
  }
}
@media (max-width: 400px) {}
/*=========================================================
footer
=========================================================*/
#footer {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  /*background-color: #c5ead9;*/
  background-image: url("../image/common/footer.png");
  background-size: contain;
  background-repeat: repeat;
}
.footer-box {
  background-image: url("../image/common/footer-ptn.png");
  background-repeat: repeat;
  background-size: cover;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*::::::::::::::::::::::::【footerコンタクト】:::::::::::::::::::::::*/
.fc-box {
  position: relative;
  padding: 5%;
  /*	background-image: url("../image/common/back-02.png");
	background-position: center;
	background-size: cover;
	background-repeat: repeat;*/
}
.fc-img {
  width: 30%;
  height: 100%;
}
.link-box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 50px;
  margin-top: 50px;
}
.link-box ul li {
  text-align: center;
  min-width: 300px;
}
.link-box ul li a {
  position: relative;
  border: 1px solid #f682a2;
  background-color: #fff;
  display: block;
  padding: 2%;
  color: #f682a2;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.125rem, 1.026rem + 0.39vw, 1.5rem);
  font-weight: 700;
  border-radius: 4px;
  overflow: hidden; /* 擬似要素のはみ出し防止 */
  transition: color .3s ease, border-color .3s ease;
  z-index: 0; /* 擬似要素より上に文字を配置 */
}
/* 流れるグラデーション背景 */
.link-box ul li a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f682a2 0%, #ff9bbb 50%, #f682a2 100%);
  width: 200%;
  left: -100%;
  z-index: -1;
  transform: translateX(0);
  opacity: 0;
  transition: transform .6s ease, opacity .3s ease;
  will-change: transform, opacity;
  border-radius: 4px;
}
/* ホバー時アニメーション */
.link-box ul li a:hover::before, .link-box ul li a:focus-visible::before {
  transform: translateX(50%);
  opacity: 1;
}
/* 文字色切り替え */
.link-box ul li a:hover, .link-box ul li a:focus-visible {
  color: #fff;
  border-color: #f682a2;
}
/* アクセシビリティ対応（キーボードフォーカス枠） */
.link-box ul li a:focus-visible {
  outline: 3px solid rgba(77, 161, 244, .35);
  outline-offset: 2px;
}
.link-box ul li span {
  font-size: clamp(0.875rem, 0.859rem + 0.07vw, 0.938rem);
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {
  .fm-title h3 {
    font-size: clamp(1.5rem, 1.25rem + 1vw, 1.625rem);
  }
  .link-box ul {
    flex-direction: column;
    grid-gap: 30px;
  }
}
@media (max-width:450px) {
  .link-box ul {
    margin-top: 35px;
  }
}
@media (max-width:420px) {}
@media (max-width: 400px) {}
/*::::::::::::::::::::::::【footer会社概要box】:::::::::::::::::::::::*/
.fg-flex {
  background-color: #ffeef3;
  display: flex;
  align-items: stretch; /* 省略可（初期値が stretch） */
  gap: 20px; /* 任意：間隔 */
}
@media (max-width:600px) {
  .fg-flex {
    flex-direction: column;
  }
}
/*::::::::::::::::::::::::【footer会社概要box】:::::::::::::::::::::::*/
.fg-box {
  width: 50%;
  padding: 50px 10px;
}
.f-info-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.f-company-table {
  border-collapse: collapse;
  width: auto;
  max-width: 550px; /* 任意 */
}
.f-company-table th, .f-company-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
}
.f-company-table th {
  text-align: left;
  white-space: nowrap; /* 見出し折り返し防止 */
  width: 7em; /* 見出し幅を固定（任意） */
}
.fg-flex iframe {
  flex: 1 1 auto; /* 幅は伸縮可能に */
  width: 50%;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  .fg-flex {
    gap: 0;
  }
  .f-company-table {
    max-width: 420px; /* 任意 */
  }
  .f-company-table th, .f-company-table td {
    padding: 10px;
  }
  .f-company-table th {
    width: auto; /* 見出し幅を固定（任意） */
  }
}
@media (max-width:900px) {
  .fg-flex {
    gap: 0;
  }
  .f-company-table {
    max-width: 420px; /* 任意 */
  }
  .f-company-table th, .f-company-table td {
    padding: 10px;
  }
  .f-company-table th {
    width: auto; /* 見出し幅を固定（任意） */
  }
}
@media (max-width:600px) {
  /* 既存のレイアウト要素（ご要望にあったクラス） */
  .fg-box {
    width: 100%;
  }
  .fg-flex iframe {
    width: 100%;
  }
  .f-company-table {
    max-width: auto;
    width: auto;
  }
  /* 各行を2カラム風にする：thは固定幅、tdは残りを可変 */
  .f-company-table tr {
    display: flex;
    align-items: flex-start;
    gap: 12px; /* th と td の間隔 */
    margin: 0; /* テーブルの下線を活かすので余白はここでは取らない */
  }
  /* 基本の線は tr に引く。最後の行だけ線なし */
  .f-company-table tr {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
  }
  .f-company-table tr:last-child {
    border-bottom: none;
  }
  /* セル側の線は消す（重複しないように） */
  .f-company-table th, .f-company-table td {
    border-bottom: none;
    padding: 0;
  }
  /* 見出し幅を統一（縮まない＆改行しない） */
  .f-company-table th {
    flex: 0 0 5em; /* ←PCと同じ幅に固定（数値は上と揃える） */
    white-space: nowrap;
  }
  /* 内容は残り幅いっぱい、折り返し可 */
  .f-company-table td {
    flex: 1 1 auto;
    min-width: 0; /* 長文でもはみ出し防止 */
    word-break: break-word;
  }
  /* 600px以下ではこの改行を無効化（任意） */
  .br-600 {
    display: none;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*::::::::::::::::::::::::【会社名ロゴ】:::::::::::::::::::::::*/
.f-logo {
  margin: auto;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.f-logo a {
  display: inline;
}
.f-logo img {
  height: 100px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.f-logo span {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.971rem + 0.65vw, 1.75rem);
  font-weight: bold;
  color: #534741;
}
@media (max-width:600px) {
  .f-logo {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .f-logo img {
    height: 80px;
  }
}
@media (max-width:450px) {
  .f-logo {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .f-logo {
    margin-bottom: 30px;
  }
}
/*::::::::::::::::::::::::【トップボタン】::::::::::::::::::::::::::*/
/*リンクの形状*/
#page-top a {
  position: relative;
  bottom: 7px;
  right: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}
#page-top img {
  width: 100%;
  height: auto;
}
#page-top span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  color: #fff;
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: /*10px*/ 0;
  bottom: 10px;
  z-index: 20;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}
@media (max-width:1500px) {
  #page-top a {
    width: 80px;
  }
}
@media (max-width:1400px) {}
@media (max-width:1300px) {
  #page-top a {
    width: 70px;
  }
}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
  #page-top a {
    width: 130px;
  }
}
@media (max-width:900px) {
  #page-top a {
    width: 90px;
  }
}
@media (max-width:600px) {
  /*リンクを右下に固定*/
  #page-top {
    bottom: 0;
  }
  #page-top a {
    width: 70px;
  }
}
@media (max-width:450px) {
  #page-top a {
    width: 70px;
  }
}
@media (max-width: 400px) {}
/*:::::::::::::::::::::【コピーライト】::::::::::::::::::::::::::*/
.copyright {
  background-color: #f682a2;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {
  .copyright {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width:450px) {
  .copyright {
    font-size: 14px;
  }
}
@media (max-width: 400px) {}