/* =============================================================================
   0) TOKENS / ROOT
   ============================================================================= */ :root {
  --header-h: 64px;
}
/* =============================================================================
   1) BASE (HTML/BODY/RESET-LIKE)
   ============================================================================= */
html {
  background: #ffffff;
  font-size: 100%;
  transition: font-size 0.3s ease;
  -webkit-text-size-adjust: 100%;
}
body {
  letter-spacing: -0.01em;
  line-height: 1.5;
  color: #3E3A39;
  background-color: #fff;
  font-family: "Outfit", 'Noto Sans JP', 'Zen Kaku Gothic New', "游ゴシック体", YuGothic, "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  font-variant-numeric: lining-nums tabular-nums;
}
#wrapper {
  overflow: hidden;
}
b, strong, .bold {
  font-weight: bold;
}
.bolder {
  font-weight: 500;
}
.gothic {
  font-family: "Outfit", 'Noto Sans JP', 'Zen Kaku Gothic New', "游ゴシック体", YuGothic, "メイリオ", sans-serif !important;
}
.outfit1, .outfit3, .outfit3 {
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans", "Noto Sans JP", Arial, sans-serif;
}
.outfit1 {
  font-weight: 400;
  letter-spacing: 1px;
}
.outfit2 {
  font-weight: 500;
  letter-spacing: 1px;
}
.outfit3 {
  font-weight: 700;
  letter-spacing: 1px;
}
/* =============================================================================
   2) ELEMENT DEFAULTS
   ============================================================================= */
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  flex-shrink: 0;
}
table {
  text-align: left;
}
table ol {
  margin-bottom: 0;
}
a {
  color: #111;
  transition: all 0.3s ease;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
hr {
  box-sizing: border-box;
}
/* Bootstrapの文字太さは継承でOK（必要な要素に限定） */
.btn, .btn-sm, .btn-lg, .small, .card-text, .card-title, .navbar-nav .nav-link, .dropdown-item, .breadcrumb-item, .modal-title, .alert, .alert-link, .list-group-item, a, button, label, th, td {
  font-weight: inherit !important;
}
/* =============================================================================
   3) TYPOGRAPHY (FONTS / HEADINGS / SCALES)
   ============================================================================= */
.corporate-logo {
  font-family: "corporate-logo-ver2", "Noto Sans JP", sans-serif !important;
  font-weight: 500;
}
/* 見出しに適用 */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "corporate-logo-ver2", "Noto Sans JP", sans-serif;
  font-weight: 700 !important;
  line-height: 1.35;
}
/* 見出しサイズ（clamp） */
h1, .h1 {
  font-size: 36px;
  letter-spacing: 1.6px;
}
h2, .h2 {
  font-size: 30px;
  letter-spacing: 1.7px;
}
h3, .h3 {
  font-size: 24px;
  letter-spacing: 1.5px;
}
h4, .h4 {
  font-size: 20px;
  letter-spacing: 1.5px;
}
h5, .h5 {
  font-size: 16px;
}
h6, .h6 {
  font-size: 16px;
}
/* フォントサイズユーティリティ */
.small {
  font-size: 92%;
}
.xsmall {
  font-size: 80%;
}
.xxsmall {
  font-size: 70%;
}
.xxxsmall {
  font-size: 60%;
}
.large {
  font-size: 120%;
}
.xlarge {
  font-size: 140%;
}
.xxlarge {
  font-size: 160%;
}
.xxxlarge {
  font-size: 190%;
}
/* 行間ユーティリティ */
.line-h0 {
  line-height: 0;
}
.line-h10 {
  line-height: 1.0;
}
.line-h11 {
  line-height: 1.1;
}
.line-h12 {
  line-height: 1.2;
}
.line-h13 {
  line-height: 1.3;
}
.line-h14 {
  line-height: 1.4;
}
.line-h15 {
  line-height: 1.5;
}
.line-h16 {
  line-height: 1.6;
}
.line-h17 {
  line-height: 1.7;
}
.line-h18 {
  line-height: 1.8;
}
.font-weight-normal {
  font-weight: 500 !important;
}
/* =============================================================================
   4) UTILITIES (BORDERS / RADIUS / SPACING / MISC)
   ============================================================================= */
.border-bold {
  border-width: 2px !important;
}
.table {
  color: inherit;
}
.rounded {
  border-radius: .5rem !important;
}
.rounded-lg {
  border-radius: 0.8rem !important;
}
.rounded-top-lg {
  border-top-left-radius: 0.8rem !important;
  border-top-right-radius: 0.8rem !important;
}
.rounded-bottom-lg {
  border-bottom-left-radius: 0.8rem !important;
  border-bottom-right-radius: 0.8rem !important;
}
.lead {
  font-size: 18px;
  font-weight: bold;
}
.img-responsive {
  width: 100%;
  max-width: 100%;
}
.mb-4 {
  margin-bottom: 1.7rem;
}
.mt-4 {
  margin-top: 1.7rem;
}
.my-4 {
  margin-bottom: 1.7rem;
  margin-top: 1.7rem;
}
.title {
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.3;
}
/* 文字グラデーション */
.grad-blue-text {
  position: relative; /* 背景白レイヤの基準にする */
  z-index: 0; /* 疑似要素を背面に */
  background-color: #fff;
  background-image: linear-gradient(-60deg, #00ADBA, #008CCE);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
/* 選択時の可視性（任意） */
.grad-blue-text::selection {
  background: #111;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
/* ベース：グラデ枠（中は白）。色は別クラスで上書き */
.grad-border {
  --c1: #ddd; /* 左色（デフォ仮） */
  --c2: #bbb; /* 右色（デフォ仮） */
  --bw: 3px; /* 枠線の太さ */
  display: inline-block;
  padding: .45rem 1.25rem;
  border-radius: var(--radius);
  border: var(--bw) solid transparent; /* 透明の枠を用意 */
  /* 二重背景：中身=白 / 外側=グラデ（枠だけ見せる） */
  background:
    linear-gradient(#fff, #fff) padding-box, linear-gradient(-60deg, var(--c1), var(--c2)) border-box !important;
}
/* カラーテーマ：ブルー系 */
.grad-blue-border {
  --c1: #00ADBA;
  --c2: #008CCE;
}
/* ベース：pillボタン（色は後述のバリエで） */
.hv-btn {
  --dx: 6px; /* 影＆沈み量 */
  --dy: 6px;
  --shadow: rgba(0, 0, 0, .22); /* 影色（パリッと＝ぼかし0） */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .6rem 1.6rem;
  border: 0;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: var(--dx) var(--dy) 0 0 var(--shadow);
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease;
  -webkit-tap-highlight-color: transparent;
}
/* hoverは色だけ（透明度は下げない） */
.hv-btn:hover {
  filter: none;
  opacity: 1;
}
/* クリック：影を消し、本体を影位置へ移動＝沈む */
.hv-btn:active {
  transform: translate(var(--dx), var(--dy));
  box-shadow: none;
}
/* ===== カラーバリエ ===== */
.hv-btn-orange {
  background: #F39800;
  color: #fff;
  --shadow: #F7C07F;
}
.hv-btn-orange:hover {
  opacity: 0.7;
}
.hv-btn-orange:active {
  opacity: 1;
}
.hv-btn-blue {
  background: #fff;
  color: #1177aa;
  --shadow: #005999;
}
.hv-btn-blue:hover {
  background: #F7F7F7;
}
.hv-btn-blue:active {
  opacity: 1;
}
.hv-btn-aliceblue {
  background: #E5F6F8;
  color: #0094C9;
  --shadow: #7FBEC3;
}
.hv-btn-aliceblue:hover {
  opacity: 0.7;
}
.hv-btn-aliceblue:active {
  opacity: 1;
}

a.survey:hover img{
  opacity:0.8;
} 

/* 背景グラデーション */
.grad-blue-bg {
  background: linear-gradient(-60deg, #00ADBA, #008CCE);
}
/* ベース：任意要素用フレーム影（右下に6px、ぼかし無し） */
.frame-shadow {
  --shadow-color: rgba(0, 0, 0, .22);
}
.frame-shadow-orange {
  --shadow-color: #E46500;
}
.frame-shadow-blue {
  --shadow-color: #7FBEC3;
}
/* パリッと：ぼかし0, スプレッド0 */
.frame-shadow {
  box-shadow: 6px 6px 0 0 var(--shadow-color);
  border-radius: inherit;
}
/* フレームタイトル装飾１ */
.h-lv1 {
  display: block;
  text-align: center;
  margin: -2.35rem 0 0;
}
.h-lv1 > span {
  /* tokens */
  --bg1: #dfeff3;
  --bg2: #cfe4ef;
  --shadow: #cfe6e7;
  --tab: #9fb9c7;
  --dx: 4px;
  --dy: 4px;
  --radius: 15px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: inline-block;
  padding: .65rem 2rem .7rem 2rem;
  border-radius: var(--radius);
  line-height: 1.2;
  font-weight: 800;
  color: var(--text);
  background: linear-gradient(-60deg, var(--bg1), var(--bg2));
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: var(--dx) var(--dy) 0 0 var(--shadow);
  text-shadow: 0 1px 0 rgba(0, 0, 0, .12);
}
.h-lv1 > span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 14px;
  height: 14px;
  border-left: 14px solid var(--tab);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
/* カラーテーマ：ブルー */
.h-lv1-blue > span {
  --bg1: #00ADBA;
  --bg2: #008CCE;
  --shadow: #9FD6D8;
  --tab: #3F83C0;
}
/* =============================================================================
   5) LAYOUT OVERRIDES (GRID/CONTAINER などページ共通の調整)
   ============================================================================= */
.container, .container-lg, .container-xl { /* .container-xl を使っている場合も */
  max-width: 1000px;
}
/* =============================================================================
   6) HEADER
   ============================================================================= */
#HeaderWrapper {
  background-color: #fff;
  font-weight: 500;
}
#HeaderWrapper .title {
  font-size: 20px;
}
#HeaderWrapper .navbar-toggler {
  right: 0px;
  top: 8px;
}
/* オーバーレイのベース（閉・開共通） */
#globalMenu {
  position: fixed !important;
  top: 94px;
  right: 0;
  z-index: 1060;
  background-image: url("../img/global-menu-bg.jpg");
  background-position: center top;
  background-size: cover;
  overflow: auto; /* メニューが長い場合のスクロール */
  width: 420px;
  max-width: 100%;
}
.offcanvas-full .container-fluid {
}
.offcanvas-full .list-group-item {
  border-bottom-style: dotted;
}
#globalMenu .list-group-item {
  background-color: inherit !important;
}
#globalMenu .list-group-item a {
  color: #fff;
}
/* 上側だけ点線 */
.border-top-dots {
  position: relative;
}
.border-top-dots::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1.5px;
  pointer-events: none;
  background:
    radial-gradient(circle, #fff 0.75px, transparent 0.76px) 0 0 / 9.5px 100% repeat-x;
}
/* 下側だけ点線 */
.border-bottom-dots {
  position: relative;
}
.border-bottom-dots::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.5px;
  pointer-events: none;
  background:
    radial-gradient(circle, #fff 0.75px, transparent 0.76px) 0 0 / 9.5px 100% repeat-x;
}
/* アイコンを重ねて配置（ハンバーガー ↔ ×） */
.navbar-toggler {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute; /* 既存どおりでもOK */
}
.navbar-toggler .icon-bars, .navbar-toggler .icon-close {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .2s ease, transform .2s ease;
}
/* 初期：bars を表示、close を隠す */
.navbar-toggler .icon-bars {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0) scale(1);
}
.navbar-toggler .icon-close {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-90deg) scale(.8);
}
/* 展開中（= .collapsed が外れる）で × を表示 */
.navbar-toggler:not(.collapsed) .icon-bars {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scale(.8);
}
.navbar-toggler:not(.collapsed) .icon-close {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0) scale(1);
}

/* =============================================================================
   7) FOOTER
   ============================================================================= */
.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 999;
  display: none;
}
.back-to-top.bottom-shifted {
  bottom: 6rem;
}
/* =============================================================================
   8) COMPONENTS (ページ固有パーツ)
   ============================================================================= */
#MainImage {
  background-image: url("../img/top/top-main-base.jpg");
  background-position: center bottom;
  background-repeat: repeat;
}
#MainImage .white-circle {
  background-image: url("../img/top/top-main-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100vw 100%;
}
/* 数字ドット */
.num-dot {
  display: inline-block;
  width: 1.3em; /* 直径 */
  height: 1.3em;
  line-height: 1.3em; /* 中央寄せ用 */
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
}
.list-circle {
  list-style: none;
}
.list-circle li::before {
  content: "●";
  color: #222222;
  padding-right: .5rem;
  margin-left: -1.5rem;
}
.list-circle-blue1 li::before {
  color: #00AEBB;
}
.list-circle-blue2 li::before {
  color: #00A5E3;
}
/* 横スクロール用ラッパ */
.x-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; /* iOSの慣性スクロール */
}
/* 画像は縮小しない（デフォでmax-width: none） */
.x-scroll > img {
  display: block;
  max-width: none;
  height: auto;
}
/* リストスタイル */
.kome-ul, .dot-ul {
  list-style-type: none;
  padding-left: 0;
}
.kome-ul li, .dot-ul li {
  padding-left: 1.3em;
  position: relative;
  margin-bottom: 0.5em;
}
.dot-ul li::before {
  content: "●";
  position: absolute;
  left: 0;
}
.kome-ul li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.dot-ul-orange li::before {
  color: #F39800;
}
.dot-ul-blue1 li::before {
  color: #00AEBB;
}
.tableA {
  border: 2px solid #333333;
}
.tableA td, .tableA th {
  border: 2px solid #333333 !important;
  vertical-align: middle;
}
.border-dark.table-bordered th, .border-dark.table-bordered td {
  border-color: #343a40 !important;
  vertical-align: middle;
}
.card-orange {
  border: #F39800 2px solid !important;
  border-radius: 1rem !important;
}
.card-orange .card-header {
  border-bottom: #F39800 2px solid !important;
  overflow: hidden !important;
}
.card-blue {
  border: #00AEBB 2px solid !important;
  border-radius: 1rem !important;
}
.card-blue .card-header {
  border-bottom: #00AEBB 2px solid !important;
  overflow: hidden !important;
}
.card-point {
  background-image: url("../img/card-head-point-yellow.svg");
  background-position: center right;
  background-repeat: no-repeat;
}
.card-illust1 {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translate(-50%);
}
.fukidashi-blue1-2l, .fukidashi-blue1-3l, .fukidashi-blue2-2l, .fukidashi-blue2-3l {
  width: 450px;
  max-width: 100%;
}
.fukidashi-2l div {
  height: 75%;
  width: 100%;
  top: 0;
  left: 0;
}
.fukidashi-3l div {
  height: 85%;
  width: 100%;
  top: 0;
  left: 0;
}
.border-blue1, .border-blue2, .border-yellow, .border-orange {
  border-width: 2px !important;
}
/* 見出し用：＼ タイトル ／ */
.h-ha {
  text-align: center;
}
.h-ha > span {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  overflow: visible; /* 念のためクリップ防止 */
  /* 調整用 */
  --angle-len: clamp(24px, 6vw, 48px); /* 斜線の長さ */
  --angle-thk: 2px; /* 斜線の太さ */
  --angle-gap: .75em; /* 文字と斜線の距離 */
  --angle-deg: 55deg; /* 傾き */
  --angle-col: currentColor; /* 色（文字色に追従） */
}
.h-ha > span::before, .h-ha > span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: var(--angle-len);
  height: var(--angle-thk);
  background: var(--angle-col);
  transform-origin: center;
}
/* 左の「＼」 */
.h-ha > span::before {
  right: 100%;
  margin-right: var(--angle-gap);
  transform: translateY(-50%) rotate(var(--angle-deg));
  color: #008CCE;
}
/* 右の「／」 */
.h-ha > span::after {
  left: 100%;
  margin-left: var(--angle-gap);
  transform: translateY(-50%) rotate(calc(var(--angle-deg) * -1));
  color: #00ADBA;
}
/* =============================================================================
   9) MEDIA QUERIES (まとめ)
   ============================================================================= */
@media (min-width: 1300px) {
  #MainImage img.main {
    min-height: 85vh;
  }
}
@media (max-width: 1299px) {}
@media (min-width: 1200px) {}
@media (max-width: 991px) {
  #MainImage .white-circle {
    background-image: url("../img/top/top-main-bg-sp.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100vw auto;
  }
  #footerWrapper {
    padding-bottom: 2rem;
  }
  .card-illust1 {
    position: absolute;
    bottom: 2rem;
    left: inherit;
    right: 5%;
    transform: none;
  }
}
@media (max-width: 768px) {}
@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
  /* 見出しサイズ（clamp） */
  h1, .h1 {
    font-size: 24px;
  }
  h2, .h2 {
    font-size: 20px;
  }
  h3, .h3 {
    font-size: 20px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 16px;
  }
  h6, .h6 {
    font-size: 14px;
  }
  .large {
    font-size: 115%;
  }
  .xlarge {
    font-size: 130%;
  }
  .xxlarge {
    font-size: 140%;
  }
  .xxxlarge {
    font-size: 180%;
  }
  .lead {
    font-size: 14px;
    font-weight: bold;
  }
  #globalMenu {
    top: 78px;
  }
}

/* text-indent */
.text-indent{
  padding-left:1em;
  text-indent:-1em;
}