/* ===== Touch_star Loader ===== */
:root {
  --tsl-bg: #F3F4F7;
  --tsl-dur-blink: 1000ms;
  --tsl-dur-fade: 1800ms;
  --tsl-dur-sweep: 4000ms;
  --tsl-fade-ease: cubic-bezier(.2, .7, .1, 1);
  --tsl-dur-fade-op: 1800ms;
  --tsl-dur-fade-mv: 380ms;
  --tsl-fade-ease: cubic-bezier(.2, .7, .1, 1);

}

html { -webkit-text-size-adjust: 100%; }
a, button { touch-action: manipulation; }

/* === Base / Utilities（上部） === */
.site-shell { max-width:100%; overflow-x: clip; }
@supports not (overflow: clip) { .site-shell { overflow-x: hidden; } }

:root { --vw-safe: calc(100vw - (100vw - 100%)); }
.use-100vw { width: var(--vw-safe); max-width:100%; }

img, svg { display:block; max-width:100%; }

body.ts-loaded .ts-loader__mini,
body.ts-loaded .ts-loader__label {
  display: none !important;
}

/* ローダー（最前面のグレー面） */
#ts-loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: var(--tsl-bg);
  pointer-events: none;
  overflow: hidden;
  opacity: 1;
  transition: opacity var(--tsl-dur-fade) ease;
}

/* 左20%のミニPNG＋ラベル（70%サイズ、色） */
.ts-loader__mini {
  position: absolute;
  left: 20vw;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  opacity: .3;
}

.ts-loader__mini img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ts-loader__label {
  position: absolute;
  top: 50%;
  left: calc(20vw + 42px);
  transform: translateY(-50%);
  font-size: clamp(13px, 1.54vw, 20px);
  font-weight: 600;
  letter-spacing: .02em;
  color: #666BA1;
  opacity: .3;
}

body.ts-blink .ts-loader__mini,
body.ts-blink .ts-loader__label {
  animation: tslBlink var(--tsl-dur-blink) ease-in-out infinite;
}

@keyframes tslBlink {
  0% {
    opacity: .3
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: .3
  }
}

.ts-loader__sweep {
  position: absolute;
  inset: 0;
  z-index: 10001;
}

.ts-loader__svg {
  position: absolute;
  right: -35vw;
  top: 50%;
  transform: translateX(120%) translateY(-50%);
  height: 100vh;
  width: 260vw;
  min-width: 220vw;
}

body.ts-sweep .ts-loader__svg {
  animation: tslSweep var(--tsl-dur-sweep) cubic-bezier(.22, .75, .15, 1) forwards;
}

@keyframes tslSweep {
  from {
    transform: translateX(120%) translateY(-50%);
  }

  to {
    transform: translateX(-15%) translateY(-50%);
  }
}

body.ts-loading .kv__bg-circle {
  transform: translateX(40vw);
  opacity: 0;
  transition: transform 900ms cubic-bezier(.22, .75, .15, 1), opacity 900ms ease;
}
.kv__bg-circle { overflow: clip; contain: paint; }

body.ts-circle-top .kv__bg-circle {
  z-index: 10002 !important;
  pointer-events: none;
}

body.ts-circle-in .kv__bg-circle {
  transform: none;
  opacity: 1;
}

.kv-firstview {
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity var(--tsl-dur-fade-op) var(--tsl-fade-ease),
    transform var(--tsl-dur-fade-mv) ease;
  transition-delay: 0ms;
}

body.ts-loaded .kv-firstview,
body.ts-fv .kv-firstview {
  opacity: 1;
  transform: none;
}

body.ts-reveal #ts-loader {
  background: transparent;
}

body.ts-loading header,
body.ts-loading .site-header,
body.ts-loading .ts-header,
body.ts-loading footer,
body.ts-loading .site-footer,
body.ts-loading .ts-footer {
  visibility: hidden;
  opacity: 0;
}

body.ts-loaded #ts-loader {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {

  #ts-loader,
  .ts-loader__mini,
  .ts-loader__label,
  .ts-loader__svg,
  .kv-firstview,
  .kv__bg-circle {
    animation: none !important;
    transition: none !important;
  }
}

.kv-firstview>* {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 1400ms var(--tsl-fade-ease, ease),
    transform 1400ms var(--tsl-fade-ease, ease);
}

body.ts-fv .kv-firstview,
body.ts-loaded .kv-firstview {
  opacity: 1;
  transform: none;
}

body.ts-fv .kv-firstview>* {
  opacity: 1;
  transform: none;
}

body.ts-fv .kv-firstview> :nth-child(1) {
  transition-delay: 0ms;
}

body.ts-fv .kv-firstview> :nth-child(2) {
  transition-delay: 120ms;
}

body.ts-fv .kv-firstview> :nth-child(3) {
  transition-delay: 240ms;
}

body.ts-fv #ts-loader {
  opacity: 0.02;
  transition: opacity 200ms ease;
  pointer-events: none;
}

body.ts-fv .kv__texts,
body.ts-fv .kv__catch,
body.ts-fv .kv__desc,
body.ts-fv .ts-about__more {
  transition-delay: 0ms !important;
  opacity: 1;
  transform: none;
}

/* ===== /Touch_star Loader ===== */


/* ===============================
header
=============================== */
@font-face {
  font-family: "jin-icons";
  src: url("/public_html/makasete-tensyoku.blog/wp-content/…/jin-icons.woff") format("woff");
  font-display: swap;
}

.for-pc {
  display: block;
}

.for-sp {
  display: none;
}


/* 背景ラッパー */
.ts-header-area {
  position: relative;
  width: 100%;
  min-height: clamp(420px, 32vw, 600px);
  padding: 20px clamp(20px, 3vw, 50px);
  overflow: hidden;
}

.ts-header-area__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  /* 背景 */
  pointer-events: none;
}

body.is-front .ts-header-area__bg {
  display: none;
}

/* ヘッダー（PC基準） */
.ts-header {
  background: #fff;
    padding: 10px 15px;
    position: fixed;
    top: 0;
    left: 20px;
    right: 20px;
    z-index: 50000;
    margin: 20px auto;
    border-radius: 52px;
    width: au
    max-width: 1340px;
}

.ts-header__inner {
  display: flex;
  align-items: center;
  gap: clamp(8px, 2vw, 32px);
}

.ts-header__logo {
  flex: 0 0 auto;
}

.ts-header__logo img {
  height: 37px;
}

/* PCナビ */
.ts-header__nav {
  margin-left: auto;
  flex: 0 1 auto;
}

.ts-header__nav ul {
  display: flex;
  align-items: center;
  gap: clamp(10px, 3vw, 50px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.ts-header__nav a {
  display: block;
  color: #525252;
  text-decoration: none;
  font-weight: 500;
  transition: color .3s;
}
.ts-header__nav a.for_en {
    display: none;
}
.page-id-22 a.for_jp,.id-24 a.for_jp {
    display: none;
}
.page-id-22 a.for_en,.id-24 a.for_en {
    display: block;
}


.ts-header__nav a:hover {
  color: #d6d6d6 !important;
}


/* ===== 言語切替（ピル＋可動サム） ===== */
.ts-lang {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 6px;
  margin-left: clamp(12px, 2vw, 28px);
  background: #BDC1CE;
  border-radius: 9999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75), 0 2px 8px rgba(0, 0, 0, .06);
}

.ts-lang__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  padding: 12px 18px;
  border-radius: 9999px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
}

.ts-lang__thumb {
  position: absolute;
  inset: 6px auto 6px 6px;
  width: calc(50% - 6px);
  border-radius: 9999px;
  background: #666BA1;
  transition: transform .2s ease;
}

.page-id-22 .ts-lang__thumb,.id-24 .ts-lang__thumb {
  margin-left: 65px;
}

.ts-lang[data-active="en"] .ts-lang__thumb {
  transform: translateX(100%);
}

.ts-lang .is-active {
  color: #fff;
}

.ts-menuBtn {
  display: none;
}

.ts-menu-lock {
  overflow: hidden;
  touch-action: none;
}

body.page-id-22 .ts-header-area,
body.home .ts-header-area {
  background-image: unset;
  height: auto;
}

@media (max-width: 780px) {
  body.home .ts-header-area {
    background-image: unset;
    height: auto;
  }
}

@media (max-width: 768px) {
  body.home .ts-header-area {
    min-height: unset;
  }
}

@media (max-width: 780px) {
  body.page-id-22 .ts-header-area {
    background-image: unset;
    height: auto;
  }
}

@media (max-width: 768px) {
  body.page-id-22 .ts-header-area {
    min-height: unset;
  }
}

.ts-header-area__bg.for-pc {
  display: block;
}

.ts-header-area__bg.for-sp {
  display: none;
}

@media (max-width: 768px) {
  .ts-header-area__bg.for-pc {
    display: none;
  }

  .ts-header-area__bg.for-sp {
    display: block;
  }
}

/* ===============================
SP styles
=============================== */
.site-shell {
  max-width: 100%;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  .site-shell {
    overflow-x: hidden;
  }
}

@media (max-width: 768px) {
  .ts-header {
        padding: 10px 15px;
        position: fixed;
        top: 0;
        left: 20px;
        right: 20px;
        z-index: 50000;
        margin: 20px auto;
        border-radius: 52px;
        width: auto;
        background: rgba(255, 255, 255, 1);
  }

  .ts-header__inner {
    gap: 20px;
  }

  .ts-header__logo img {
    height: 44px;
  }

  .ts-header__nav,
  .ts-lang {
    display: none;
  }

  .ts-menuBtn {
    display: inline-flex;
    margin-left: auto;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .ts-menuBtn__circle {
    display: grid;
    grid-auto-rows: auto auto;
    align-items: center;
    justify-items: center;
    /* row-gap:6px; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #EFF0FA;
    color: #6C71B3;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.85),
      0 4px 12px 0 rgba(133, 138, 189, 0.12);
    padding-top: 12px;
    position: relative;
  }

  /* dots（三点横並び） */
  .ts-menuBtn__icon--dots {
    display: inline-flex;
    gap: 5px;
  }

  .ts-menuBtn__icon--dots i {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #6C71B3;
  }

  /* × はデフォルト非表示 */
  .ts-menuBtn__icon--close {
    display: none;
    font-size: 22px;
    line-height: 1;
    color: #6C71B3;
    font-weight: 700;
  }

  /* ラベル */
  .ts-menuBtn__label {
    font-weight: 700;
    font-size: 13px;
    color: #6C71B3;
    position: relative;
    top: -4px;
  }

  .ts-menuBtn__label--close {
    display: none;
  }

  /* ドロップダウン本体 */
  .ts-spmenu::before {
    content: '';
  }

  .ts-spmenu {
    position: fixed;
    inset: 0;
    z-index: 30000;
    display: grid;
    justify-items: end;
    align-items: start;
    padding: 24px;
    padding-right: max(24px, env(safe-area-inset-right));
    background: rgba(0, 0, 0, .12);
    pointer-events: none;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity .18s ease, transform .18s ease;
    height: 100dvh;
  }

  .ts-spmenu>* {
    pointer-events: auto;
  }

  .ts-spmenu__nav,
  .ts-spmenu__lang {
    margin: 0;
  }

  .ts-spmenu__nav ul {
    list-style: none;
    margin: 0px;
    padding: 0 0px 0 0px;
  }
  .ts-spmenu__nav li {
    position: relative;
    padding: 0px 20px 2px;
  }
  .ts-spmenu__nav li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px 6px;
  text-decoration: none;
  color: #5c607f;
  font-size: 18px;
  font-weight: 600;
  }

.ts-spmenu__nav a.for_en {
    display: none;
}
.page-id-22 a.for_jp,.id-24 a.for_jp {
    display: none;
}
.page-id-22 a.for_en,.id-24 a.for_en {
    display: block;
}

  .ts-spmenu__lang .ts-lang {
    display: inline-flex;
  }

  /* SP内では表示 */
  body.ts-menu-open .ts-spmenu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  body.ts-menu-open .ts-menuBtn__icon--dots {
    display: none;
  }

  body.ts-menu-open .ts-menuBtn__label--menu {
    display: none;
  }

  body.ts-menu-open .ts-menuBtn__icon--close {
    display: block;
    position: relative;
    top: -8px;
  }

  body.ts-menu-open .ts-menuBtn__label--close {
    display: block;
    position: relative;
    top: -13px;
  }

  .ts-spmenu__panel {
    display: none;
  }

  .ts-spmenu .ts-spmenu__panel {
    width: 200px;
    background: #fff;
    border-radius: 28px;
    padding: 80px 16px 18px;
    justify-self: end;
    margin-right: 0;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .10), inset 0 1px 0 rgba(255, 255, 255, .6);
    backface-visibility: hidden;
    transform: translateZ(0);
    margin: 0px -4px 0 0;
  }

  /* 開いているとき */
  body.ts-menu-open #ts-spmenu {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  /* 背景スクロールロック */
  html.menu-lock,
  body.menu-lock {
    position: fixed;
    width: 100%;
    overflow: hidden;
  }
}

/* #ts-spmenu の疑似要素を完全に殺す（Gridの子にさせない） */
#ts-spmenu::before,
#ts-spmenu::after {
  content: none !important;
  display: none !important;
  pointer-events: none !important;
}


/* ===============================
  Header BG（PNG）
  ※ 画像パスは環境に合わせて変更してください
     例: "./img/header_bg_pc.png" / "./img/header_bg_sp.png"
=============================== */

/* PCは常に500px、SPは下のブレイクポイントで上書き */
:root {
  --ts-header-h-pc: 500px;
  --ts-header-h: var(--ts-header-h-pc);
  --ts-header-bg-pc: url("./img/header_bg_pc.png");
  --ts-header-bg-sp: url("./img/header_bg_sp_s.png");
}

/* 背景は下端基準。余りは見切れる（曲線は見切れない） */
.ts-header-area {
  position: relative;
  width: 100%;
  height: var(--ts-header-h);
  overflow: hidden;
  background-image: var(--ts-header-bg-pc);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

@media (min-width:769px) {
  :root {
    --ts-header-h: var(--ts-header-h-pc);
  }

  .ts-header-area {
    background-image: var(--ts-header-bg-pc);
  }
}

@media (max-width:768px) {
  .ts-header-area {
    background-image: var(--ts-header-bg-sp);
  }

  :root {
    --ts-header-h: 500px;
  }

  @media (max-width:720px) {
    :root {
      --ts-header-h: 540px;
    }
  }

  @media (max-width:640px) {
    :root {
      --ts-header-h: 520px;
    }
  }

  @media (max-width:568px) {
    :root {
      --ts-header-h: 500px;
    }
  }

  @media (max-width:480px) {
    :root {
      --ts-header-h: 480px;
    }
  }

  @media (max-width:428px) {
    :root {
      --ts-header-h: 400px;
    }
  }

  @media (max-width:414px) {
    :root {
      --ts-header-h: 330px;
    }
  }

  @media (max-width:390px) {
    :root {
      --ts-header-h: 300px;
    }
  }

  @media (max-width:360px) {
    :root {
      --ts-header-h: 300px;
    }
  }
}




/* ========== Reset / Tokens ========== */
*,
*::before,
*::after {
  box-sizing: border-box
}

html:focus-within {
  scroll-behavior: smooth
}

html,
body {
  height: 100%
}

body {
  margin: 0;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden
}

body:not(.wp-admin) {
  background-color: #FBFBFB !important;
}

img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
  display: block
}

button,
input,
select,
textarea {
  font: inherit
}

a {
  color: inherit;
  text-decoration: none
}

:root {
  --ts-indigo-800: #4A53B5;
  --ts-indigo-700: #545DBD;
  --ts-indigo-600: #6068B5;
  --ts-indigo-500: #5C65BE;
  --ts-indigo-400: #727CDF;
  --ts-indigo-300: #A1A6DD;
  --ts-gray-700: #666A73;
  --page-width: 1440px;
}

body {
  font-family:
    "Ubuntu",
    "Zen Kaku Gothic New",
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-synthesis-weight: none;
  color: #222;
  background: #fff;
}

.kv__inner {
  width: var(--page-width);
  max-width: 100%;
  margin: -80px auto 0;
  position: relative;
  z-index: 3;
  padding-left: 40px;
}

@media (max-width: 768px) {
  .kv__inner {
    margin: -5px auto 0;
  }
}


/* ========== KV 基盤 ========== */
@media (max-width: 768px) {
  main.kv-page {
  margin-top: -150px;
  padding-top: 245px;
  position: relative;
  overflow: clip;
  contain: paint;
 }
}

.kv {
  position: relative;
  width: 100vw;
  max-width: none;
  margin: 0 auto;
  isolation: isolate;
}

/* ドット(svg) 最背面 */
.kv__dots-svg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none
}

/* 右上の大円（内部で波回転） */
.kv__bg-circle {
  position: absolute;
  right: -489px;
  top: -54px;
  z-index: 10;
  pointer-events: none;
  width: clamp(400px, 87vw, 1050px);
  height: clamp(400px, 87vw, 1050px);
}

@media (max-width: 768px) {
  .kv__bg-circle {
    right: -260px;
    top: -145px;
  }
}

.kv__bg-circle__mask {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #5A63BC;
  overflow: hidden
}

.kv__bg-circle__mask::before,
.kv__bg-circle__mask::after {
  content: "";
  position: absolute;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(180deg, var(--ts-indigo-600) 0%, #BEC2E7 100%);
  animation: wave-rotate 28s linear infinite;
  transform-origin: 50% 50%;
  opacity: .9
}

.kv__bg-circle__mask::before {
  top: -150%;
  border-radius: 50% 50% / 50% 70%
}

.kv__bg-circle__mask::after {
  top: -146%;
  border-radius: 30% 70% / 30% 50%;
  opacity: .4;
  animation-duration: 36s;
  animation-delay: .8s
}

/* タイトル行 */
.kv__title__text {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: clamp(48px, 5.5vw, 74px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: #666BA1;
  text-align: left;
  position: relative;
  display: inline;
}

@media (max-width: 768px) {
  svg.title-wave {
    top: 20px !important;
  }
}

.kv__lead {
  font-size: 24px;
  color: var(--ts-gray-700);
  margin: 18px 0 0
}

/* 文字形マスク波 */
.kv__title-mask {
  position: absolute;
  left: 72px;
  top: 78px;
  width: 628px;
  height: 70px;
  pointer-events: none;
  z-index: 4
}

.kv__title-mask__svg {
  width: 100%;
  height: 100%
}

.kv__title-mask__runner {
  animation: kv-title-wave 8s linear infinite;
  will-change: transform
}

@keyframes kv-title-wave {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-628px)
  }
}

/* ===============================
   横幅いっぱいの水平波（中心線 stroke）
   =============================== */
.kv__wide-waves {
  position: relative;
  width: 100vw;
  height: 700px;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.kv__wave-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.kv__wave-svg,
.kv__wave-svg * {
  pointer-events: none !important;
}

.kv__wave-wrap {
  position: relative;
  z-index: 0;
}

.kv__wave-svg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.site-footer {
  position: relative;
  z-index: 1;
}

.kv__desc {
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.9;
}

.kv__bubble__mask::before,
.kv__bubble__mask::after {
  content: "";
  position: absolute;
  left: -50%;
  width: 200%;
  height: 200%;
  background: #D1D4F0;
  animation: wave-rotate 18s linear infinite;
  transform-origin: 50% 50%;
}

.kv__bubble__mask::before {
  top: -150%;
  border-radius: 50% 50% / 50% 70%
}

.kv__bubble__mask::after {
  top: -146%;
  border-radius: 30% 70% / 30% 50%;
  opacity: .6;
  animation-duration: 24s;
  animation-delay: .6s;
}

.kv__texts {
  color: #fff;
  text-shadow: 0 6px 30px rgba(0, 0, 0, .25);
  position: absolute;
  left: clamp(150px, 25vw, 300px);
  width: clamp(300px, 60vw, 1200px);
  margin: 50px 0 0;
}

@media (max-width: 768px) {
  .kv__texts {
    left: 50px;
  }

  body.page-id-22 .kv__texts {
    margin: 80px 0 0;
  }

  .kv__texts.fadein.fadein-bottom.scrollin {
    width: 78%;
    left: clamp(15px, 7vw, 50px);
  }
}



.kv__desc {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  opacity: .95;
}

.kv__dots {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none
}

.kv__dots-svg {
  width: 100%;
  height: 100%;
  display: block
}

.kv__wide-waves__content {
  position: relative;
  z-index: 3;
  pointer-events: auto;
  height: 100%;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 48px;
  align-items: center;
  padding: 0 32px;
}

@media (max-width: 768px) {
  .kv__wide-waves__content {
    margin: -30px 0 0;
  }
}

.kv__bubble {
  position: relative;
  width: clamp(60px, 20vw, 160px);
  height: clamp(60px, 20vw, 160px);
  border-radius: 50%;
  background: #D1D4F0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  overflow: hidden;
  left: clamp(10px, 11vw, 300px);
  top: -104px;
}

@media (max-width: 768px) {
  .kv__bubble {
    width: clamp(60px, 20vw, 120px);
    height: clamp(60px, 20vw, 120px);
    left: clamp(-10px, 20vw, -16px);
    top: clamp(-102px, -20vw, -160px);
  }
}

.kv__bubble__mask {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;
}

.kv__bubble__mask::before,
.kv__bubble__mask::after {
  content: "";
  position: absolute;
  left: -55%;
  width: 210%;
  height: 210%;
  transform-origin: 50% 50%;
  animation: wave-rotate 22s linear infinite
}

.kv__bubble__mask::before {
  top: -155%;
  border-radius: 50% 50% / 50% 70%;
  background: #a9acd2
}

.kv__bubble__mask::after {
  top: -150%;
  border-radius: 30% 70% / 30% 50%;
  background: #666BA1;
  opacity: .9;
  animation-duration: 30s;
  animation-delay: .6s
}

.kv__catch {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: .16em;
  font-feature-settings: "palt"1;
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  text-shadow: 0 4px 20px rgba(0, 0, 0, .18);
  margin: 0 0 18px;
  position: relative;
  z-index: 20;
}

@media (max-width: 768px) {
  .kv__catch {
    font-size: 5.4cqw;
  }
}

.kv__desc {
  margin: 0;
  color: rgba(255, 255, 255, .95);
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.9;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .12)
}

.kv__small-bubble {
  position: absolute;
  left: 70px;
  top: 872px;
  width: 128px;
  height: 128px;
  z-index: 4
}

.kv__small-bubble__mask {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #fff;
  overflow: hidden
}

.kv__small-bubble__mask::before,
.kv__small-bubble__mask::after {
  content: "";
  position: absolute;
  left: -50%;
  width: 200%;
  height: 200%;
  background: #D1D4F0;
  animation: wave-rotate 18s linear infinite;
  transform-origin: 50% 50%
}

.kv__small-bubble__mask::before {
  top: -150%;
  border-radius: 50% 50% / 50% 70%
}

.kv__small-bubble__mask::after {
  top: -146%;
  border-radius: 30% 70% / 30% 50%;
  opacity: .6;
  animation-duration: 24s;
  animation-delay: .5s
}

@keyframes wave-rotate {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

@media (prefers-reduced-motion:reduce) {

  .kv__bg-circle__mask::before,
  .kv__bg-circle__mask::after,
  .kv__title-mask__runner,
  .kv__bubble__mask::before,
  .kv__bubble__mask::after,
  .wide-layer {
    animation: none !important
  }
}

.site-header,
.ts-header {
  color: #fff
}

.ts-nav a {
  display: inline-block;
  padding: .5rem 1rem;
  color: #fff
}

.ts-nav a:hover {
  opacity: .85
}

/* ===============================
「ABOUT」縦リボン
   =============================== */
.kv {
  position: relative;
}

/* 右端の縦ロゴ画像（ABOUT） */
.kv__about-ribbon {
  position: absolute;
  right: 20px;
  top: 45%;
  z-index: 60;
  pointer-events: none;
}

@media (max-width: 768px) {
  .kv__about-ribbon {
    right: 5px;
    top: 30%;
  }
}

.kv__about-ribbon img {
  display: block;
  height: 280px;
  width: auto;
  opacity: .85;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, .08));
}

@media (max-width: 960px) {
  .kv__about-ribbon img {
    height: 190px;
  }
}

/* ===============================
Core Technology セクション（回転ロゴ＋テキスト）
   =============================== */
/* セクション全体 */
.core-tech {
  position: relative;
  isolation: isolate;
  padding: clamp(0px, 0vw, 120px) min(5vw, 40px);
  margin: -230px 0 0;
}

/* 2 カラム（左：メディア／右：テキスト） */
.core-tech__inner {
  max-width: 1160px;
  margin: 170px auto 20px;
  display: grid;
  grid-template-columns: 36vw 51vw;
  gap: clamp(28px, 2vw, 64px);
  align-items: center;
  justify-content: center;
}

/* 回転ロゴ */
.core-tech__media {
  display: grid;
  place-items: center;
}

@media (max-width: 768px) {
  .core-tech__media {
    display: grid;
    place-items: center;
    justify-items: center;
    margin: auto;
  }
}

.core-tech__badge {
  max-width: unset;
  margin-left: -7vw;
  width: min(51vw, 520px);
  height: auto;
  animation: coretech-spin 60s linear infinite;
  filter: drop-shadow(0 10px 40px rgba(86, 97, 206, .18));
}
.core-tech__more a.pill-link {
    margin: 30px auto 0;
    width: 180px;
}
@media (max-width: 768px){
.core-tech__more {
    text-align: center;
}
}
@media (max-width: 768px) {
  .core-tech__badge {
    width: min(54vw * 1.25, 420px * 1.25);
  }
}

@keyframes coretech-spin {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

/* 見出し・本文（デザイン指定に合わせて） */
.core-tech__title {
  margin: 0 0 16px;
  font-family: "Zen Kaku Gothic New", system-ui, sans-serif;
  font-weight: 400;
  /* Regular */
  font-size: 40px;
  letter-spacing: .16em;
  /* 16% */
  color: #7B83DA;
}

.core-tech__lead {
  margin: 0;
  font-family: "Zen Kaku Gothic New", system-ui, sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #404040;
}

@media (max-width: 768px) {
  .core-tech {
    padding: 0 15px;
  }

  .core-tech__inner {
    grid-template-columns: 1fr;
    margin: 180px auto 60px;
  }

  .core-tech__title {
    font-size: 7.5cqw;
    letter-spacing: .12em;
  }

  .core-tech__lead {
    font-size: 0.95em;
  }
}

.core-tech__texts {
  padding: 0 0 30px;
  margin: -5px 0 0;
}

@media (max-width: 768px) {
  .core-tech__texts {
    padding: 0 0 30px;
    margin: -346px 0 0;
  }
}

/* ===============================
試験提供実施中セクション（ピル見出し＋2 カラム）
=============================== */
section#trial {
  position: relative;
  background-color: #FFF;
}

..trial-cta {
  padding: clamp(56px, 8vw, 120px) min(5vw, 40px);
  background: #fff;
  padding: clamp(0px, 0vw, 120px) min(5vw, 40px);
  margin: auto;
}

.trial-cta_ctr {
  display: flex;
  justify-content: center;
}

.trial-cta__inner {
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .trial-cta__inner {
    padding: 0 15px;
  }
}

/* ピル */
.trial-cta__pill {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 28px;
  border-radius: 999px;
  background: #FAFBFF;
  margin: 40px auto clamp(28px, 5vw, 56px);
  width: 100%;
  justify-content: center;
}

.trial-cta__dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #6571E4;
}

.trial-cta__text {
  font-family: "Zen Kaku Gothic New", system-ui, sans-serif;
  font-weight: normal;
  color: #6571E4;
  font-size: clamp(18px, 2.2vw, 24px);
}

.trial-cta__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 56px);
  margin-top: 8px;
}

.trial-cta__h3 {
  margin: 0 0 10px;
  font-family: "Zen Kaku Gothic New", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2vw, 22px);
  color: #404040;
  letter-spacing: .04em;
}

.trial-cta__p {
  margin: 0;
  color: #404040;
  line-height: 2;
  font-size: 14px;
}

.trial-cta__contact {
  margin: clamp(28px, 5vw, 48px) 0 0;
  text-align: center;
  color: #404040;
  letter-spacing: .08em;
  font-weight: 700;
  padding: 0 0 50px;
  font-size: 0.9em;
}

@media (max-width: 960px) {
  .trial-cta__cols {
    grid-template-columns: 1fr;
  }
}

.ts-about__more {
  margin: 20px 0 0;
}

/* ======================== 
App 告知カード 
======================== */
.ts-app {
  padding: 18px 0px 0;
  position: absolute;

}

.ts-app__card {
  width: clamp(300px, 95vw, 600px);
  top: 150px;
  margin: 0 0px auto;
  display: grid;
  grid-template-columns: clamp(65px, 18vw, 140px) clamp(100px, 39vw, 237px) clamp(48px, 19vw, 134px);
  align-items: center;
  gap: clamp(1px, 14vw, 20px);
  background: #fff;
  border-radius: 0px 999px 999px 0px;
  padding: clamp(12px, 11vw, 10px) clamp(12px, 11vw, 19px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .12);
  position: relative;
  z-index: 30;
  justify-content: space-between;
}

/* アイコン：四角画像でも円形でトリミング */
.ts-app__icon {
  width: clamp(80px, 18vw, 140px);
  height: clamp(80px, 18vw, 140px);
  border-radius: 50%;
  overflow: hidden;
  background: #bbb;
  flex: 0 0 auto;
}

.ts-app__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.ts-app__title {
  margin: 0 0 8px;
  font-size: clamp(6px, 3vw, 20px);
  font-weight: 700;
  color: #3a3a3a;
}

.ts-app__lead {
  margin: 0;
  font-size: clamp(5px, 2.5vw, 17px);
}

.ts-app__link {
  color: #666BA1;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all .2s ease;
}

.ts-app__link:hover {
  color: #5661CE;
  border-bottom-color: #5661CE;
}

/* moreボタン：拡大 + 色相 */
.ts-app__more {
  justify-self: end;
  width: clamp(90px, 17vw, 120px);
  height: clamp(90px, 17vw, 120px);
  border-radius: 50%;
  background: #E9EAF6;
  color: #727CDF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .12), inset 0 0 0 2px #fff;
  text-decoration: none;
  font-weight: 700;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.ts-app__more:hover {
  transform: scale(1.06);
  background: #D9DCF6;
  color: #5661CE;
}

/* ===============================
ドット（PNG版）
=============================== */
.ts-dots {
  position: relative;
  z-index: 1;
  /* 必要な位置で配置 */
}

.ts-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  filter: drop-shadow(0 0 10px #ffffff);
  pointer-events: none;
}

@media (max-width: 768px) {
  .ts-dot {
    width: 20px;
    height: 20px;
  }
}


/* ===============================
  MOVIE / NEWS / MEMBER
=============================== */
.ts-mnm-bgsvg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  pointer-events: none;
  z-index: -50;
}

.ts-mnm-section {
  position: relative;
  overflow: hidden;
}

.ts-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px 80px;
}
@media (min-width: 1000px) {
.ts-container {
    padding: 80px 24px 120px;
  }
}
@media (min-width: 1200px) {
.ts-container {
    padding: 80px 24px 180px;
  }
}
@media (min-width: 1400px) {
.ts-container {
    padding: 80px 24px 425px;
  }
}
@media (min-width: 1600px) {
.ts-container {
    padding: 80px 24px 530px;
  }
}


@media (max-width: 768px) {
  .ts-container {
    padding: 0px 15px;
    margin: 0 auto 250px;
  }
}

/* 各ブロック：PC=横並び / SP=縦並び */
.ts-mnm-block {
  display: flex;
  align-items: flex-start;
  gap: clamp(16px, 3vw, 40px);
  margin-bottom: clamp(48px, 8vw, 96px);
}

/* 左の見出し（ラベル画像） */
.ts-mnm-head {
  flex: 0 0 clamp(140px, 28vw, 360px);
}

.ts-mnm-head img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  transform: scale(0.75);
  transform-origin: top left;
  opacity: .9;
}

@media (max-width: 768px) {
  .ts-mnm-head img {
    transform: scale(0.5);
    transform-origin: top center;
    opacity: .9;
    margin: auto;
  }
}

@media (max-width: 768px) {
  div#member .ts-mnm-head img {
    transform: scale(0.7);
    transform-origin: top center;
    opacity: .9;
    width: 320px;
    margin: auto;
  }
}

/* 右のコンテンツ */
.ts-mnm-body {
  flex: 1;
}

/* Movie */
.ts-movie__frame {
  position: relative;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .25), 0 2px 8px rgba(0, 0, 0, .10);
}

.ts-movie__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* News */
.ts-news__list {
  list-style: none;
  margin: 0px 0 12px;
  padding: 0;
  display: grid;
  gap: 16px;
}

.ts-news__item {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  background: #fff;
  border-radius: 9999px;
  padding: 18px 22px;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .10), 0 1px 0 rgba(255, 255, 255, .8) inset;
}

@media (max-width: 768px) {
  .ts-news__item {}
}

@media (max-width: 768px) {
  .ts-news__item {
    border-radius: 15px;
  }
}

.ts-news__item a {
  color: #333;
  text-decoration: none;
  padding: 0 10px;
}

.ts-news__item a:hover {
  text-decoration: underline;
}

.ts-news__date {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  min-width: 110px;
  padding: 0 10px;
  color: #5661CE;
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 768px) {
  .ts-news__date {}
}

] .ts-news__more.for-pc {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .ts-news__more.for-sp {
    margin-top: 30px;
    text-align: center;
  }
}

/* Member */
.ts-mnm-txt {
  color: #FFF;
  margin: 10px 0 15px;
}

.ts-mnm-body_m {
  display: flex;
  align-items: flex-start;
  gap: clamp(16px, 3vw, 40px);
}

main.members .ts-mnm-body_m {
  margin-bottom: clamp(48px, 8vw, 96px);
}

div#member {
  display: block;
}


.pill-link {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 9999px;
  background: #EDEFFC;
  color: #5661CE;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  width: 150px;
}

.pill-link:hover {
  background: #5661CE;
  color: #EDEFFC;
}


/* Member */
.ts-members {
  display: grid;
  grid-template-columns: repeat(2, minmax(20vw, 50vw));
  gap: 24px;
  margin: 30px auto;
  position: relative;
  z-index: 1;
}

main.members .ts-members {
  padding-bottom: clamp(40px, 8vw, 120px);
  max-width: 1200px;

}

.ts-members.mbp {
  display: grid;
  grid-template-columns: repeat(2, minmax(20vw, 50vw));
  gap: 24px;
  padding: 0 30px;
  margin: -50px auto 50px;
  padding-bottom: clamp(40px, 8vw, 120px);
}

.ts-member {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  background: #fff;
  border-radius: 9999px;
  padding: 20px 24px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .12), 0 1px 0 rgba(255, 255, 255, .85) inset;
}

.ts-member__avatar {
  width: 108px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .16);
}

@media (max-width: 768px) {
  .ts-member {
    padding: 12px 13px;
  }

  .ts-member__avatar {
    width: 85px;
  }

  .ts-member__more {
    text-align: center;
  }
}

.ts-member__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ts-member__name {
  font-size: 18px;
  margin: 0 0 2px;
  color: #222;
}

.ts-member__role {
  font-size: 14px;
  font-weight: 900;
  color: #404040;
}

.p--modal-overlay {
  pointer-events: none;
}

.p--modal-overlay.is-active {
  pointer-events: auto;
}

/* SP：縦並びへ */
@media (max-width: 768px) {
  .ts-members {
    display: flex;
    margin: 30px auto;
    flex-direction: column;
    width: 100vw;
  }

  .ts-members.mbp {
    display: flex;
    flex-direction: column;
    width: 100vw;
    margin: 344px 0 100px
  }

  .ts-member__name {
    font-size: 5.5vw;
    font-weight: normal;
  }

  .ts-member__role {
    font-size: 3.1vw;
  }

  .ts-mnm-block {
    flex-direction: column;
    align-items: unset;
    margin: 80px 0 0;
  }

  .ts-mnm-head {
    flex: 0 0 auto !important;
  }

  .ts-members {
    grid-template-columns: 1fr;
  }

  .ts-submit {
    margin: auto;
  }
}

/* ===============================
 メンバーモーダル
=============================== */

/* --- Overlay --------------------------------------------------- */
.p--modal-overlay {
    inset: 0;
    backdrop-filter: blur(2px);
    padding: 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .28s 
ease, visibility 0s 
linear .28s;
    display: flex
;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.p--modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity .28s ease;
}

/* --- Content --------------------------------------------------- */
.p--modal-content {
  position: relative;
  margin: min(6vh, 48px) auto;
  width: min(92vw, 820px);
  max-height: min(92vh, 920px);
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .18);
  transform: translateY(10px) scale(.98);
  opacity: .98;
  transition: transform .28s ease, opacity .28s ease;
}

.p--modal-overlay.is-active .p--modal-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* 内側スクロール領域（ヘッダ＋ボディを包む） */
.ts-member-detail {
  padding: 28px;
}

/* --- Close Button ---------------------------------------------- */
.p--modal-close-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 9999px;
  font-size: 28px;
  line-height: 1;
  color: #667;
  /* 落ち着いたグレー */
  background: rgba(0, 0, 0, .04);
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .06s ease;
  user-select: none;
}

.p--modal-close-btn:hover {
  background: rgba(0, 0, 0, .07);
  color: #445;
}

.p--modal-close-btn:active {
  transform: scale(.96);
}

/* --- Head ------------------------------------------------------ */
.ts-member-detail__head {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.ts-member-detail__photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #f3f3f7;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
}

.ts-member-detail__info {
  flex: 1;
  min-width: 0;
}

/* --- Typo ------------------------------------------------------ */
.ts-member-detail__name {
  font-size: 28px;
  font-weight: 800;
  color: #333;
  margin: 2px 0 6px;
  letter-spacing: .02em;
}

.ts-member-detail__role {
  font-size: 16px;
  color: #667;
  margin: 0 0 14px;
}

.ts-member-detail__history h4 {
  font-size: 14px;
  color: #4a53b5;
  /* キーカラー */
  margin: 0 0 6px;
  font-weight: 700;
}

.ts-member-detail__history ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #555;
}

.ts-member-detail__history li {
  margin: 0 0 6px;
}

.ts-member-detail__body p {
  margin: 0;
  line-height: 1.85;
  color: #555;
  word-break: break-word;
}

/* --- Responsive ------------------------------------------------ */
@media (max-width: 768px) {
  .p--modal-content {
    width: 100%;
    border-radius: 14px;
  }

  .ts-member-detail {
    padding: 22px;
  }

  .ts-member-detail__head {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
  }

  .ts-member-detail__photo {
    width: 128px;
    height: 128px;
  }

  .ts-member-detail__name {
    font-size: 22px;
  }

  .ts-member-detail__role {
    font-size: 15px;
  }
}

/* --- Reduce motion -------------------------------------------- */
@media (prefers-reduced-motion: reduce) {

  .p--modal-overlay,
  .p--modal-content {
    transition: none;
  }
}

/* ===============================
細い装飾波
=============================== */
.dynwave-area {
  position: relative;
  z-index: -30;
}

@media (max-width: 768px) {
  .dynwave-area {
    top: clamp(-285px, -65vw, 355px);
  }
  body.page-id-22 .dynwave-area {
    top: clamp(-285px, 1vw, 355px);
  }
}

.ts-dynwave {
  position: absolute;
  top: -1250px;
  width: 100%;
  height: 340px;
  pointer-events: none;
  z-index: 0;
}

.page-id-22 .ts-dynwave {
  top: -1150px;
}

.ts-dynwave svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .ts-dynwave {
    animation: none !important;
  }
}

.ts-dynwave--full {
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (prefers-reduced-motion: reduce) {
  .ts-dynwave {
    animation: none !important;
  }
}



/* ===============================
コンタクトフォーム
=============================== */
/* ===== Contact layout ===== */
.ts-contact {
  padding: clamp(48px, 6vw, 80px) 0;
}

@media (max-width: 768px) {
  .ts-contact {
    margin: -220px 0 0;
  }

  p.ts-cc__lead.for-sp {
    font-size: 3.9cqw;
  }
}
@media (min-width: 1000px) {
.ts-contact {
  padding: 0px 0;
}
}
.ts-contact .ts-container {
  max-width: unset;
  margin: 0 auto;
  padding: 0px clamp(24px, 9vw, 140px);
}

.ts-contact__grid {
  display: grid;
  grid-template-columns: minmax(280px, 35vw) 1fr;
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
}

/* ===== Contact用：大円（.ts-contact-circle2） ===== */
.ts-contact-circle2 {
  position: relative;
  right: auto;
  top: auto;
  margin-left: 7px;
  margin-top: -150px;
  width: min(35vw, 588px);
  height: min(35vw, 588px);
  pointer-events: none;
  z-index: 10;
}

@media (max-width: 768px) {
  .ts-contact-circle2 {
    margin: auto;
    right: auto;
    top: auto;
    width: min(60vw, 600px);
    height: min(60vw, 600px);
    pointer-events: none;
    z-index: 10;
  }
}

/* 円の塗り＆影（この内側に波の擬似要素を生やす） */
.ts-contact-circle2 .kv__bg-circle__mask {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;
  filter: drop-shadow(0 18px 40px rgba(86, 97, 206, .25));
}



/* 念のためキーフレーム */
@keyframes wave-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}



/* タイトルPNGとリード文（波の上に出す） */
.ts-contact-circle2 .ts-cc__title {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: 58%;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 768px) {
  .ts-contact-circle2 .ts-cc__title {
    top: 50%;
    width: 70%;
  }
}

.ts-contact-circle2 .ts-cc__lead.for-pc {
  position: absolute;
  left: 12%;
  top: 55%;
  width: 76%;
  color: #fff;
  font-size: clamp(12px, 1.1vw, 18px);
  line-height: 1.9;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .18);
  z-index: 1;
  pointer-events: none;
}

.ts-contact-circle2 .ts-cc__lead.for-sp {
  position: absolute;
  left: 12%;
  top: 55%;
  width: 76%;
  color: #fff;
  font-size: clamp(12px, 1.1vw, 18px);
  line-height: 1.9;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .18);
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 960px) {
  .ts-contact-circle2 .ts-cc__lead {
    font-size: clamp(11px, 2.2vw, 18px);
  }
}

@keyframes wave-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* ===============================
   Contact Form 7 – base
=============================== */
.ts-contact__form .wpcf7 form {
  display: grid;
  gap: 0px;
}

.ts-contact__form label {
  display: block;
  color: #5661CE;
  font-weight: 700;
  margin: 0 0 8px;
}

/* 要求の赤丸 */
.required-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: .35em;
  background: #EA5455;
  border-radius: 50%;
  transform: translateY(-1px);
}

/* 入力項目 */
.ts-contact__form .wpcf7-form-control.wpcf7-text,
.ts-contact__form .wpcf7-form-control.wpcf7-email,
.ts-contact__form .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  border: 0;
  outline: 0;
  background: #fff;
  color: #222;
  border-radius: 16px;
  padding: 16px 18px;
  font-size: 16px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .08), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.ts-contact__form .wpcf7-form-control::placeholder {
  color: #A8AEC8;
}

.ts-contact__form .wpcf7-form-control:focus {
  box-shadow: 0 16px 36px rgba(114, 124, 223, .30), 0 0 0 3px rgba(114, 124, 223, .18);
}

.ts-contact__form .wpcf7-form-control.wpcf7-textarea {
  min-height: 160px;
  resize: vertical;
}

/* ===== 送信ボタン（ピル+白丸+紙飛行機） ===== */
.ts-submit {
  margin-top: 8px;
}

/* ボタン本体 */
.ts-contact__form .ts-btn,
.ts-contact__form .wpcf7-submit.ts-btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  position: relative;
  padding: 14px 72px 14px 24px;
  border-radius: 9999px;
  background: #7E86DB;
  color: #fff;
  font-weight: 700;
  letter-spacing: .04em;
  width: 300px;
  height: 71px;
  font-size: 1.1em;
  padding: 0 15px 0 0;
}

@media (max-width: 768px) {

  .ts-contact__form .ts-btn,
  .ts-contact__form .wpcf7-submit.ts-btn {
    width: 93vw;
  }
}

/* 無効時の見た目 */
.ts-contact__form .wpcf7-submit.is-disabled,
.ts-contact__form .wpcf7-submit[disabled] {
  opacity: .6;
  cursor: not-allowed;
  pointer-events: none;
  width: 300px;
  height: 71px;
  font-size: 1.1em;
  padding: 0 15px 0 0;
}

@media (max-width: 768px) {

  .ts-contact__form .wpcf7-submit.is-disabled,
  .ts-contact__form .wpcf7-submit[disabled] {
    width: 93vw;
  }
}

/* ラッパーに白丸＆紙飛行機を描く（※input は擬似要素が効かないため） */
.ts-contact__form .ts-btnWrap {
  position: relative;
  display: inline-block;
}

.ts-contact__form .ts-btnWrap::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 35px;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .12), inset 0 1px 0 rgba(255, 255, 255, .8);
}

.ts-contact__form .ts-btnWrap::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 37px;
  transform: translateY(-50%);
  width: 29px;
  height: 18px;
  background: #6169C1;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 14"><path d="M3.95449 13.35L0.589844 0.792969L17.1696 3.07972L3.95449 13.35ZM4.53219 11.6423L14.6843 3.74566L1.944 1.98304L2.94938 5.73518L7.91921 5.55837L3.52681 7.89016L4.53219 11.6423Z" fill="%23000"/></svg>') center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 14"><path d="M3.95449 13.35L0.589844 0.792969L17.1696 3.07972L3.95449 13.35ZM4.53219 11.6423L14.6843 3.74566L1.944 1.98304L2.94938 5.73518L7.91921 5.55837L3.52681 7.89016L4.53219 11.6423Z" fill="%23000"/></svg>') center/contain no-repeat;
  z-index: 1;
}


/* CF7 メッセージ */
.wpcf7 form .wpcf7-response-output {
  margin: 8px 0 0;
  padding: 12px 14px;
  border: 0;
  border-left: 4px solid #5661CE;
  background: #EDEFFC;
  color: #343a40;
  border-radius: 8px;
}


/* ラベルの赤丸 */
.required-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #EA5455;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: .35em;
  transform: translateY(-1px);
}

/* 送信成功ポップアップ（任意。使っている場合だけ） */
.ts-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
}

.ts-modal.is-open {
  display: block;
}

.ts-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 14, 26, .45);
  backdrop-filter: blur(4px);
}

.ts-modal__dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(90vw, 520px);
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}

.ts-modal__dialog h3 {
  margin: 0 0 8px;
  color: #5661CE;
}

.ts-modal__btn {
  margin-top: 16px;
  padding: 10px 18px;
  border-radius: 9999px;
  border: 0;
  cursor: pointer;
  background: #5661CE;
  color: #fff;
  font-weight: 700;
}


/* ラベルの赤丸 */
.required-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #EA5455;
  /* 赤 */
  border-radius: 50%;
  vertical-align: middle;
  margin-left: .35em;
  transform: translateY(-1px);
}

/* 同意エリアの見た目補助（任意） */
.ts-consent {
  display: inline-flex;
  gap: .6em;
  align-items: center;
  color: #434a60;
  margin-top: 8px;
}

.ts-consent input[type="checkbox"] {
  appearance: auto;
  width: 18px;
  height: 18px;
  accent-color: #727CDF;
  position: relative;
  top: 3px;
}


form#ts-contact-form p {
  margin: 5px 0 !important;
}

/* ===============================
   Footer (inline SVG, fixed height)
=============================== */
.ts-footer {
  --footer-bg-h: 480px;
  position: relative;
  color: #fff;
  background: #F7F8FB;
  overflow: hidden;
  height: var(--footer-bg-h);
  isolation: isolate;
}

/* 背景レイヤ（インラインSVGを載せる容器） */
.ts-footer__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

/* フッター配下でPC/SPの表示を強制（他の .for-* に勝つ） */
.ts-footer__bg .for-pc {
  display: block;
  background-color: #fbfbfb;
}

.ts-footer__bg .for-sp {
  display: none;
}

/* 波SVGの描画サイズ（左右は見切れ許容、下端は継ぎ目潰し） */
.ts-footer__svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: var(--footer-bg-h);
  display: block;
}

/* 念のため、他所の汎用ルールを無効化 */
.ts-footer__bg>.ts-footer__svg {
  height: var(--footer-bg-h) !important;
}

.ts-footer__bg svg {
  height: auto !important;
}

/* コンテンツは絶対配置＝高さに影響させない */
.ts-footer__inner {
  position: absolute;
  inset: auto 0 50px 0;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  left: 0;
  right: 0;
}

/* ===== SP ===== */
@media (max-width: 768px) {
  .ts-footer {
    --footer-bg-h: 720px;
    height: var(--footer-bg-h);
    background: unset;
  }

  .ts-footer__bg .for-pc {
    display: none;
  }

  .ts-footer__bg .for-sp {
    display: block;
  }

  .ts-footer__inner {
    inset: auto 0 -120px 0;
  }
}

/* 上段レイアウト */
.ts-footer__top {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 8px);
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}

/* ロゴ */
.ts-footer__logo img {
  height: 44px;
  display: block;
}

/* ナビ */
.ts-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 3vw, 28px);
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .ts-footer__nav ul {
    flex-direction: column;
  }
}

.ts-footer__nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.ts-footer__nav a.for_en {
  display:none
}
.ts-footer__nav a.for_en {
  display:none
}
a.ts-footer__policy.for_en {
    display: none;
}
.page-id-22 a.for_jp,.id-24 a.for_jp {
    display: none;
}
.page-id-22 a.for_en,.id-24 a.for_en {
    display: block;
}
.ts-footer__nav a:hover {
  text-decoration: underline;
}

/* 下段 */
.ts-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin: 11px 0 0;
  position: relative;
  padding-bottom: 20px;
}

@media (min-width: 769px) {
  .ts-footer__bottom {
    position: relative;
    padding-bottom: 20px;
  }
}

.ts-footer__l {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  flex-wrap: wrap;
}

.ts-footer__policy {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 6px 0;
}

.ts-footer__policy:hover {
  text-decoration: underline;
}

.ts-footer__copy {
  opacity: .9;
  color: #fff;
}

@media (min-width: 769px) {
  .ts-footer__copy {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .ts-footer__copy {
    text-align: center;
    margin: 150px 0;
  }
}

/* 言語ピル */
.ts-footer__lang {
  display: flex;
  gap: 8px;
  padding: 6px;
  background: #B5B7C9;
  border-radius: 9999px;
}

.ts-footer .lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  padding: 6px 12px;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  background: transparent;
  transition: background .2s, color .2s;
}

.ts-footer .lang-btn:hover {
  background: rgba(102, 107, 161, .12);
}

.ts-footer .lang-btn.active {
  background: #666BA1;
  color: #fff;
}

.ts-footer .lang-btn:hover {
  background: rgba(102, 107, 161, .12);
}

.page-id-22 .ts-footer .lang-btn,.id-24 .ts-footer .lang-btn {
  background: #666BA1;
  color: #FFF;
}

.page-id-22 .ts-footer .lang-btn.active,.id-24 .ts-footer .lang-btn.active {
  background: #B5B7C9;
  color: #fff;
}

.page-id-22 .ts-footer .lang-btn.active:hover,.id-24 .ts-footer .lang-btn.active:hover {
  background: rgba(102, 107, 161, .12);
}




/* SP：縦積み＆中央寄せ */
@media (max-width: 768px) {
  .ts-footer__top {
    justify-content: center;
    text-align: left;
  }

  .ts-footer__bottom {
    justify-content: center;
    gap: 12px;
    display: flex;
    align-items: unset;
    flex-direction: column;
    margin: 11px 0 0;
  }

  .ts-footer__l {
    justify-content: center;
  }
}

/* ===============================
下層ページ
=============================== */
/* Common*/
nav.breadcrumb {
  position: absolute;
  top: 180px;
  max-width: 1200px;
  padding-left: 50px;
  color: #FFF;
}

.ttl-img {
  max-width: 1200px;
  margin: auto;
}

.ts__title {
  margin: 0 0 16px;
  font-family: "Zen Kaku Gothic New", system-ui, sans-serif;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: .16em;
  color: #666BA1;
}


main .ttl-img img {
  width: unset;
  position: absolute;
  top: clamp(170px, 10vw, 190px);
  transform: scale(0.75);
  transform-box: fill-box;
  transform-origin: left top;
  position: absolute;
  top: 220px;
  max-width: 1200px;
  padding-left: 50px;
}

@media (max-width: 768px) {
  main .ttl-img img {
    transform: scale(0.45);
  }
}

/* メンバーページ */
main.members {
  max-width: 1200px;
  margin: auto;
}

@media (max-width: 768px) {
  main.members {
    margin: clamp(-400px, 55vw, -400px) 0 0;
  }
}

/* Newsページ */
.ts-News {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ts-News ul.ts-news__list {
  padding: clamp(16px, 10vw, 45px) 40px clamp(20px, 10vw, 50px);
  40px clamp(40px, 33vw, 215px);
  margin: 24px 0 12px;
}

@media (max-width: 768px) {
  .ts-News {
    margin: -210px 0 100px;
  }
}

/* Aboutページ */
#about { scroll-margin-top: 100px; }
.ts-About {
  padding: clamp(16px, 10vw, 45px) 40px clamp(20px, 10vw, 50px);
  40px clamp(40px, 33vw, 215px);
  max-width: 1200px;
  margin: auto;
}

dl.company__info dt {
  margin: 14px 0 0px;
  font-weight: 600;
}

@media (max-width: 768px) {
  dl.company__info {
    margin: 100px 0px 0px;
  }

  .ts-About {
    position: relative;
    z-index: 1;
    margin: -190px 0 10px;
  }
}

main.About .ttl-img img {
  transform: scale(0.55);
}

@media (max-width: 768px) {
  main.About .ttl-img img {
    transform: scale(0.35);
  }
}

ul.ts-about__list {
  list-style: none;
  margin: 24px 0 12px;
  padding: 0;
  display: grid;
  gap: 16px;
}

li.ts-about__company {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border-radius: 210px;
    padding: 25px 56px;
  /* box-shadow: 0 8px 24px rgba(0, 0, 0, .10), 0 1px 0 rgba(255, 255, 255, .8) inset; */
}
h2.company__info_tit {
    width: 14%;
    font-size: 1em;
}
.company__txt {
    width: 84%;
}
@media (max-width: 768px){
  li.ts-about__company {
      align-items: flex-start;
      flex-direction: column;
      gap: 0px;
      border-radius: 50px;
      padding: 25px 39px;
  }
  h2.company__info_tit {
      width: unset;
      font-size: 1em;
  }
  .company__txt {
      width: unset;
  }
}



/* プライバシーポリシー */
main#mainContent {
  margin-top: -300px;
}

/* ===============================

=============================== */
/* SP */
@media (max-width: 768px) {
  .ts-contact__grid {
    grid-template-columns: 1fr;
    padding: 0px 15px !important;
  }

  .ts-contact__circle {
    margin-inline: auto;
    width: min(82vw, 520px);
  }
}


/* ■■PC設定■■*/
@media (min-width: 767px) {
  .kv__catch {
    font-size: 3.5vw;
  }

  .for-sp {
    display: none;
  }
}





/* ■■SP設定■■*/
@media (max-width: 768px) {
  .kv__title__text {
    --title-band-h: .50em;
    --title-band-top: .58em;
  }

  .for-pc {
    display: none;
  }

  .for-sp {
    display: block;
  }
}


/* ===== レイヤー順の最終指定（下→上） ===== */
/*forフッタークリック調整*/
#heroWaves,
.kv__wide-waves {
  position: relative;
  z-index: 20 !important;
}

/* 波SVGと装飾はクリック透過 */
.kv__wide-waves .kv__wave-svg,
.kv__wide-waves .kv__wave-svg *,
.kv__bg-circle,
/* 右上の円など装飾クラス */
.kv__wide-waves::before,
.kv__wide-waves::after {
  pointer-events: none !important;
}

/* セクション内でクリックさせたい部分は明示して有効化 */
.kv__wide-waves_content {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

/* 帯セクションは背面 */
#heroWaves.kv__wide-waves {
  position: relative;
  z-index: 0;
  margin: -50px 0 0;
}

/* 装飾はさらに奥へ */
#heroWaves .kv__wave-svg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

/* フッターは前面に */
.ts-footer {
  position: relative;
  z-index: 10;
}

#heroWaves {
  pointer-events: none;
}

/* 一括透過 */
#heroWaves .kv__wide-waves_content {
  pointer-events: auto;
  z-index: 1;
  position: relative;
}

/* ① 装飾セクション（帯）全体をクリック透過にする */
#heroWaves {
  pointer-events: none !important;
}

/* ② ただし帯の中の“本文/ボタン”だけは再度有効化する */
#heroWaves .kv__wide-waves_content,
#heroWaves .kv__wide-waves_content * {
  pointer-events: auto !important;
  position: relative;
  z-index: 1;
}

/* ③ 帯の装飾(波SVG・円・擬似要素)は確実に透過させる（保険） */
#heroWaves .kv__wave-svg,
#heroWaves .kv__wave-svg *,
#heroWaves .kv__bg-circle,
#heroWaves::before,
#heroWaves::after {
  pointer-events: none !important;
}

/* ④ フッターを最前面のスタッキングコンテキストに隔離して上に出す */
.ts-footer {
  position: relative;
  isolation: isolate;
  /* 新しいルートを作る */
  z-index: 9999;
  /* でかめに */
}

/* ⑤ aria-hidden な“飾り”は全サイトでクリック透過（横断の安全網） */
[aria-hidden="true"] {
  pointer-events: none !important;
}

/* ⑥ 触れる要素は常に有効（他で巻き込まれた時の救済） */
a,
button,
input,
select,
textarea {
  pointer-events: auto !important;
}


/* ③ 右上の大円 */
.kv__bg-circle {
  position: absolute;
  z-index: 30 !important;
}

@media (max-width: 768px) {
  .kv__bg-circle {
    position: absolute;
    z-index: 3 !important;
  }
}

/* ■■Scroll Fade-in■■ */
.fadein {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 1.2s ease, opacity 1.2s ease;
  will-change: transform, opacity;
}

.fadein-left {
  transform: translate3d(-30px, 0, 0);
}

.fadein-right {
  transform: translate3d(30px, 0, 0);
}

.fadein-up {
  transform: translate3d(0, -30px, 0);
}

.fadein-bottom {
  transform: translate3d(0, 30px, 0);
}

.fadein.scrollin {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

@media (prefers-reduced-motion: reduce) {
  .fadein {
    transition: none;
    opacity: 1;
    transform: none;
  }
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

@supports not (overflow: clip) {

  html,
  body {
    overflow-x: hidden;
  }

}

body {
  overflow-x: clip;
}
@media (max-width: 768px){
  body,
  main {
    overscroll-behavior-x: none;
  }
}


html {
  touch-action: pan-y;
}

#heroWaves {
  overflow: clip;
  contain: paint;
}

#heroWaves .kv__wave-svg,
#heroWaves .kv__bg-circle {
  overflow: clip;
  contain: paint;
}

:root {
  --vw-safe: calc(100vw - (100vw - 100%));
}

#heroWaves,
#heroWaves .kv__wave-svg,
#heroWaves .kv__bg-circle {
  width: var(--vw-safe);
  max-width: 100%;
}

#heroWaves .kv__wave-svg {
  display: block;
  height: auto;
}


/*記事ページ*/
.single #mainContent {
  margin-top: clamp(-430px, -25vw, -124px);
}
@media (max-width: 768px) {
  .single #mainContent {
    margin-top: -330px;
  }
}
#jinrPostTitle {
  margin-top: 0;
  font-size: 2.4rem;
  color: #FFF;
}

.ts-article__hero,
#jinrArticle,
#postHeader,
#postContent {
  background: transparent;
  box-shadow: none;
  border: 0;
}

main#mainContent nav.breadcrumb a {
  color: #FFF !important;
}

#postContent p,
.o--widget-area p {
  margin-top: 0 !important;
  margin-bottom: 3.3rem;
}

#postContent {
  padding-bottom: 30px;
  margin-top: 0;
}

@media (min-width: 782px) {

  .search .d--main-style-outline.d--one-column #postHeaderInner,
  .attachment .d--main-style-outline.d--one-column #postHeaderInner,
  .error404 .d--main-style-outline.d--one-column #postHeaderInner,
  .page.page-template-default .d--main-style-outline.d--one-column #postHeaderInner,
  .single.post-template-default .d--main-style-outline.d--one-column #postHeaderInner,
  .single[class*=-template-default] .d--main-style-outline.d--one-column #postHeaderInner,
  .archive .d--main-style-outline.d--one-column #postHeaderInner {
    max-width: 740px;
  }
}

section#postContent p a {
  color: #848CDF;
  font-weight: 600;
  text-decoration: none;
}

section#postContent p a:hover {
  text-decoration: underline;
}

.ts-article__head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 16px;
  padding: 8px 0 12px;
}

.ts-article__title {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 40px);
  line-height: 1.25;
  letter-spacing: .02em;
}

.ts-article__date {
  font-size: 14px;
  color: #FFF;
  white-space: nowrap;
  margin: 0;
}

@media (max-width: 768px) {
  .ts-article__head {
    grid-template-columns: 1fr;
    align-items: start;
    row-gap: 6px;
  }

  .ts-article__date {
    justify-self: end;
    font-size: 13px;
  }
}

#jinrPostMeta,
#jinrPostMeta .a--post-cat,
#jinrPostMeta .a--time-separator,
#jinrPostMeta .a--entry-date.updated {
  display: none !important;
}

.ts-breadcrumb-wrap {
  grid-column: 1 / -1;
  margin: 0 0 12px 0;
  font-size: 1.2rem;
  color: #888;
}

.ts-breadcrumb-wrap a {
  color: #666;
  text-decoration: none;
}

.ts-breadcrumb-wrap a:hover {
  text-decoration: underline;
}

/* ====================
   本文リスト：UL/OL
   ==================== */

#postContent ul.jinr-list>li::before,
#postContent ul.jinr-list>li::after {
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
  width: auto;
  height: auto;
}

/* ベース */
#postContent ul {
  list-style: none;
  padding-left: 1.6em;
  margin: 1em 0;
}

#postContent ul>li {
  position: relative;
  margin: .45em 0 .45em .2em;
  line-height: 1.9;
  font-weight: 600;
}

#postContent ul>li::before {
  content: "";
  position: absolute;
  left: -1.3em;
  top: .72em;
  width: .55em;
  height: .55em;
  border-radius: 50%;
  background: #8C92E3 !important;
  opacity: .9;
}

#postContent ul ul {
  padding-left: 1.4em;
}

#postContent ul ul>li {
  font-weight: 600;
}

#postContent ul ul>li::before {
  content: "";
  left: -1.2em;
  top: .74em;
  width: .42em;
  height: .42em;
  border-radius: 50%;
  background: #AFB4EB !important;
  opacity: .95;
}

#postContent ul ul ul {
  padding-left: 1.3em;
}

#postContent ul ul ul>li::before {
  content: "";
  left: -1.1em;
  top: .76em;
  width: .38em;
  height: .38em;
  border-radius: 50%;
  background: transparent !important;
  box-shadow: 0 0 0 2px #BFC4F0 inset !important;
}

#postContent ol.jinr-list {
  counter-reset: tsNum;
  list-style: none;
  padding-left: 2.2em;
  margin: 1em 0;
}

#postContent ol.jinr-list>li {
  position: relative;
  margin: .5em 0 .5em .2em;
  line-height: 1.9;
  font-weight: 700;
}

#postContent ol.jinr-list>li::before {
  counter-increment: tsNum;
  content: counter(tsNum, decimal-leading-zero) !important;
  position: absolute;
  left: -2.2em;
  top: 0;
  transform: translateY(.06em);
  background: none !important;
  width: auto;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  font-weight: 800;
  font-size: clamp(18px, 2.6vw, 28px);
  letter-spacing: .02em;
  color: #8C92E3;
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}

/* =========================================================
   テーブル／背景まわり（そのまま使う用）
   ========================================================= */
#postContent table {
  background: #fff;
  border-radius: 0;
}
table tr th {
  background: #848CDF;
  color: #fff;
}
table tr td {
  background: #fff;
}
#jinrPostThumb {
  margin-top: 14px;
  border-radius: 12px;
  overflow: hidden;
}
#mainContent,
#homeArticle,
#jinrArticle,
.js--scr-animation .d--button-arrow-animation-drawarrow a::before {
  background-color: unset !important;
}

#snsShareBottom.d--sns-share-color-white {
  border-top-color: #f7faff !important;
}

li#snsShareLabel {
  display: none;
}

.o--sns-share-inner {
  justify-content: left;
}

header#postHeader nav.breadcrumb {
  position: absolute;
  top: unset;
  max-width: unset;
  padding-left: unset;
  color: #FFF;
  width: 100%;
  overflow: hidden;
  display: contents;
}

.o--sns-share-inner {
  display: flex;
  justify-content: left !important;
  gap: 10px;
}

li.c--sns-share-item {
  background-color: #FFF;
  border: 14px solid #FFF;
}

@media (min-width: 768px) {
  .d--article-width-740+#postFooter .d--sns-share-color-white {
    margin: unset;
  }
}

@media (max-width: 768px) {
  .d--sns-share-design1 .c--sns-share-item {
    padding: 0 clamp(12px, 2vw, 15px);
    height: 48px;
  }

  .d--article-width-740+#postFooter .d--sns-share-color-white {
    display: flex;
  }

  .d--sns-share-color-white .c--sns-share-item .jif::before {
    font-family: "jin-icons" !important;
  }

  .d--twitter .jif::before {
    color: #1DA1F2 !important;
  }

  .d--facebook .jif::before {
    color: #1877F2 !important;
  }

  .d--line .jif::before {
    color: #06C755 !important;
  }

  .d--copy .jif::before {
    color: #666 !important;
  }
}

@font-face {
  font-family: "jin-icons";
  src:
    url("./lib/font/jin-icons/jin-icons.woff2") format("woff2"),
    url("./lib/font/jin-icons/jin-icons.woff") format("woff");
  font-display: swap;
}

[class^="jin-ifont-"]::before,
[class*=" jin-ifont-"]::before {
  font-family: "jin-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#snsShareBottomInner {
  max-width: unset !important;
}

#postContent .wp-block-list.jinr-list li::before,
#postContent .wp-block-list.jinr-list li::after {
  content: none !important;
  position: static !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
  transform: none !important;
}

#postContent ul.wp-block-list.jinr-list {
  list-style: none;
  padding-left: 1.2em;
  margin: 1em 0;
}

#postContent ul.wp-block-list.jinr-list>li {
  position: relative;
  margin: .4em 0 .4em .2em;
  line-height: 1.8;
  font-weight: 600;
}

#postContent ul.wp-block-list.jinr-list>li::before {
  content: "" !important;
  position: absolute !important;
  left: -1.2em !important;
  top: .65em;
  width: .55em !important;
  height: .55em !important;
  border-radius: 50% !important;
  background: #8C92E3 !important;
  opacity: .85 !important;
}

#postContent ul.wp-block-list.jinr-list ul>li::before {
  content: "" !important;
  width: .42em !important;
  height: .42em !important;
  left: -1.1em !important;
  background: #AFB4EB;
   !important opacity: .9 !important;
}

#postContent ul.wp-block-list.jinr-list ul ul>li::before {
  content: "" !important;
  width: .38em !important;
  height: .38em !important;
  left: -1.0em !important;
  background: transparent !important;
  box-shadow: 0 0 0 2px #BFC4F0 inset !important;
}

#postContent ol.wp-block-list.jinr-list {
  counter-reset: tsNum;
  list-style: none;
  padding-left: 0em;
  margin: 1em 0;
}

#postContent ol.wp-block-list.jinr-list>li {
  position: relative;
  margin: .5em 0 .5em .2em;
  line-height: 1.9;
  font-weight: 700;
}

#postContent ol.wp-block-list.jinr-list>li::before {
  counter-increment: tsNum;
  content: counter(tsNum, decimal-leading-zero)" " !important;
  position: absolute;
  left: -2.6em;
  top: .1em !important;
  font-weight: 800;
  font-size: 1em;
  letter-spacing: .02em;
  color: #8C92E3;
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  font-weight: 500;
}

#postContent ul.jinr-list li,
.o--widget-area ul.jinr-list li {
  padding-left: 0rem;
}

#postContent ul.jinr-list li li,
.o--widget-area ul.jinr-list li li {
  padding-left: 0rem;
}

@media (min-width: 552px) {

  #postContent ul.jinr-list li li,
  .o--widget-area ul.jinr-list li li {
    padding-left: 0rem;
  }
}

#postContent ol.jinr-list li,
.o--widget-area ol.jinr-list li {
  padding-left: 0rem;
}