@charset "UTF-8";
/***********************************************************************************************
//
// Basic.scss
//
// @creation: 2022-12-10
// @update : 2023-07-20
// @copyright: kadooka
//
// 4or8の倍数を軸にサイズ等の設定を行っているため、
// 202308時点のFigmaデータとはズレが発生する可能性あり。
//
**********************************************************************************************/
/* ----------------------------------------
プロジェクトをまたいで共通
---------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
:root {
  --viewport-max: 1800px;
  --side-nav:clamp(245px, calc((100vw - 1024px) * 0.09 + 245px), 284px);
  --frame-side:26.8rem;
  --frame-max: 1275px;
  --frame-max-notside: 1376px;
  --frame-main-max-notside: clamp(980px, 66vw, 1040px);
  --contents-inline:clamp(1.6rem, 1.053rem + 1.459vw, 3.2rem);
  --size: 0.8rem;
  --size2: calc(var(--size) * 2);
  --size3: calc(var(--size) * 3);
  --size4: calc(var(--size) * 4);
  --size5: calc(var(--size) * 5);
  --size6: calc(var(--size) * 6);
  --size7: calc(var(--size) * 7);
  --size8: calc(var(--size) * 8);
  --size9: calc(var(--size) * 9);
  --size10: calc(var(--size) * 10);
  --size11: calc(var(--size) * 11);
  --size12: calc(var(--size) * 12);
  --size13: calc(var(--size) * 13);
  --size14: calc(var(--size) * 14);
  --size15: calc(var(--size) * 15);
  --size16: calc(var(--size) * 16);
  --size17: calc(var(--size) * 17);
  --size18: calc(var(--size) * 18);
  --size19: calc(var(--size) * 19);
  --size20: calc(var(--size) * 20);
  --sizemax: 16rem;
  --size-5xl: clamp(5rem, 3.297rem + 4.558vw, 10rem);
  --size-4xl: clamp(5.2rem, 4.114rem + 2.553vw, 8rem);
  --size-3xl: clamp(4.8rem, 4.056rem + 1.459vw, 6.4rem);
  --size-2xl: clamp(3.2rem, 0.883rem + 3.462vw, 5.6rem);
  --size-xl: clamp(2.4rem, 0.083rem + 3.462vw, 4.8rem);
  --size-l: clamp(2rem, 0.283rem + 3.462vw, 4rem);
  --size-s: clamp(2rem, 1.538rem + 1.094vw, 3.2rem);
  --size-xs: clamp(1.6rem, 1.138rem + 1.094vw, 2.4rem);
  --size-2xs: clamp(1.4rem, 1.076rem + 0.821vw, 2rem);
  --size-3xs: clamp(1rem, 0.538rem + 1.094vw, 1.6rem);
  --size-4xs: clamp(0.8rem, 0.579rem + 0.547vw, 1.2rem);
  --size-5xs: 0.8rem;
  --size-6xs: 0.4rem;
  --mt-heading:clamp(3.2rem, 1.9693710119rem + 3.2816773017vw, 6.8rem);
  --round-max: 100vmax;
  --round-2xl: clamp(3rem, 1.975rem + 2.735vw, 6rem);
  --round-xl: clamp(2rem, 1.658rem + 0.912vw, 3rem);
  --round-l: clamp(1.6rem, 1.463rem + 0.365vw, 2rem);
  --round-m: 1.6rem;
  --round-s: 0.8rem;
  --round-xs: 0.6rem;
  --round-2xs: 0.4rem;
}

:root {
  --zindex-lv: 0;
  --zindex-lv1: 1;
  --zindex-lv2: calc(var(--zindex-lv1) * 10);
  --zindex-lv3: calc(var(--zindex-lv2) * 10);
  --zindex-lv4: calc(var(--zindex-lv3) * 10);
  --zindex-lv5: calc(var(--zindex-lv4) * 10);
  --zindex-lv6: calc(var(--zindex-lv5) * 10);
  --zindex-lv7: calc(var(--zindex-lv6) * 10);
  --zindex-lv8: calc(var(--zindex-lv7) * 10);
  --zindex-lv9: calc(var(--zindex-lv8) * 10);
  --zindex-lv10: calc(var(--zindex-lv9) * 10);
  --zindex-lv-max: 1000000000;
  --zindex-lv-limit: 2147483647;
}

:root {
  --color-white-900:#FFFFFF;
  --color-white-500:#FCFBF9;
  --color-white-300:#F5F1DE;
  --color-white-200:#F9F8F2;
  --color-white-100:#F7F6F4;
  --color-white-50:#F9F9F9;
  --color-black-900:#111111;
  --color-black-900-10:rgba(0,0,0,0.1);
  --color-black-900-05:rgba(0,0,0,0.05);
  --color-black-500:#333333;
  --color-black-300:#555555;
  --color-black-250:#888888;
  --color-black-200:#999999;
  --color-black-100:#D6D6D6;
  --color-black-50:#E2E2E2;
  --color-black-25:#F8F8F8;
  --color-red-900:#7D2B41;
  --color-red-800:#BA3230;
  --color-red-700:#D04947;
  --color-red-700-70:rgba(208, 73, 71,0.7);
  --color-red-700-05:rgba(208, 73, 71,0.05);
  --color-red-500:#D38399;
  --color-red-400:#C8607C;
  --color-red-400-05:rgba(200, 96, 124,0.05);
  --color-yellow-900:#FFD43D;
  --color-green-900:#163D1F;
  --color-green-850:#256835;
  --color-green-800:#36954C;
  --color-green-800-10:rgba(54,	149,	76,0.1);
  --color-green-800-05:rgba(54,	149,	76,0.05);
  --color-orange-900:#ED883E;
  --color-orange-800:#ED983E;
  --color-orange-600:#E59C67;
  --color-orange-500:#B09151;
  --color-copy:var(--color-black-500);
  --color-smallcopy:var(--color-black-300);
  --color-heading:var(--color-black-900);
  --color-title:#222;
  --color-border-standard:var(--color-black-900-10);
  --color-border-secondary:var(--color-black-900-05);
  --color-bg-th:var(--color-black-25);
  --color-line-table:var(--color-black-50);
  --color-line-news:rgba(214,210,194,0.4);
  --color-important:var(--color-red-700);
  --home-bg-white: var(--color-white-900);
  --home-bg-white2:var(--color-white-500);
  --home-secondary:var(--color-green-800);
  --home-color-heading:var(--color-black-900);
}

:root {
  --theme-basic-primary:var(--color-green-800);
  --theme-basic-primary-10:var(--color-green-800-10);
  --theme-basic-primary-hover:var(--color-green-850);
  --theme-basic-primary-hover2:var(--color-green-800-05);
  --theme-basic-secondary:var(--color-orange-900);
  --theme-basic-bg-primary:#F3EDE3;
  --theme-basic-bg-secondary:#9F937E;
  --theme-basic-link:var(--color-green-800);
  --theme-basic-link-hover:var(--color-green-850);
  --theme-basic-link-active:var(--color-green-900);
  --theme-nurse-primary:var(--color-orange-600);
  --theme-nurse-primary-10:#fff8ea;
  --theme-nurse-primary-hover:#DD803C;
  --theme-nurse-primary-hover2:#FEFDFC;
  --theme-nurse-secondary:#8F624B;
  --theme-nurse-bg-primary:#F3EDE3;
  --theme-nurse-bg-secondary:#9F937E;
  --theme-nurse-link:#E39257;
  --theme-nurse-link-hover:#DD803C;
  --theme-nurse-link-active:#B05C1F;
  --theme-primary:var(--theme-basic-primary);
  --theme-primary-10:var(--theme-basic-primary-10);
  --theme-primary-hover:var(--theme-basic-primary-hover);
  --theme-primary-hover2:var(--theme-basic-primary-hover2);
  --theme-secondary:var(--theme-basic-secondary);
  --theme-bg-primary:var(--theme-basic-bg-primary);
  --theme-bg-secondary:var(--theme-basic-bg-secondary);
  --theme-link:var(--theme-basic-link);
  --theme-link-hover:var(--theme-basic-link-hover);
  --theme-link-active:var(--theme-basic-link-active);
  --theme-list:var(--color-orange-500);
  --theme-btn-text: var(--color-copy);
  --theme-btn-line: var(--color-black-50);
  --theme-callout-bg: var(--color-white-50);
  --theme-callout-border: var(--color-black-50);
  --theme-callout-label: var(--color-black-900);
  --theme-philosophy-txt: #363126;
  --theme-philosophy-bg-border:rgba(193, 180, 153, 0.08);
  --theme-slogan-bk: var(--color-black-900);
  --theme-recruit-bg: #F5F4F1;
  --theme-nurse-flow-label: #E7E4DA;
  --theme-nurse-flow-time: #A87741;
  --theme-nurse-flow-tag1: #B87D3F;
  --theme-nurse-flow-tag2: #C25C5C;
  --theme-nurse-flow-tag3: #4E6FB7;
}

.t-nurse {
  --theme-primary:var(--theme-nurse-primary);
  --theme-primary-10:var(--theme-nurse-primary-10);
  --theme-primary-hover:var(--theme-nurse-primary-hover);
  --theme-primary-hover2:var(--theme-nurse-primary-hover2);
  --theme-secondary:var(--theme-nurse-secondary);
  --theme-bg-primary:var(--theme-nurse-bg-primary);
  --theme-bg-secondary:var(--theme-nurse-bg-secondary);
  --theme-link:var(--theme-nurse-link);
  --theme-link-hover:var(--theme-nurse-link-hover);
  --theme-link-active:var(--theme-nurse-link-active);
  --theme-list:var(--color-orange-500);
  --theme-btn-text: var(--color-copy);
  --theme-btn-line: var(--color-black-50);
  --theme-slogan-bk: var(--color-black-500);
}

.-important *,
.-important {
  --theme-primary:var(--color-red-700);
  --theme-primary-hover:var(--color-red-800);
  --theme-link:var(--color-red-700);
  --theme-link-hover:var(--color-red-800);
  --theme-list:var(--color-red-700);
  --theme-btn-text: var(--color-red-700);
  --theme-btn-line: var(--color-red-700);
  --theme-callout-bg: var(--color-red-700-05);
  --theme-callout-border: var(--color-red-700);
  --theme-callout-label: var(--color-red-700);
}

:root {
  --font-heading: "MFW-UDShinMGoPr6N-Medium","Hiragino Sans","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "游ゴシック体", "Yu Gothic", yugothic,"Meiryo", メイリオ, sans-serif;
  --font-heading-b: "MFW-UDShinMGoPr6N-DeBold","Hiragino Sans","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "游ゴシック体", "Yu Gothic", yugothic,"Meiryo", メイリオ, sans-serif;
  --font-heading-r: "MFW-UDShinMGoPr6N-Regular","Hiragino Sans","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "游ゴシック体", "Yu Gothic", yugothic,"Meiryo", メイリオ, sans-serif;
  --font-heading-l: "MFW-UDShinMGoPr6N-Light","Hiragino Sans","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "游ゴシック体", "Yu Gothic", yugothic,"Meiryo", メイリオ, sans-serif;
  --font-basic: "MFW-HiraKakuProN-W3","Hiragino Sans","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "游ゴシック体", "Yu Gothic", yugothic,"Meiryo", メイリオ, sans-serif;
  --font-b: "MFW-HiraKakuProN-W6","Hiragino Sans","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "游ゴシック体", "Yu Gothic", yugothic,"Meiryo", メイリオ, sans-serif;
  --font-en: "Roboto",sans-serif;
  --font-en2: "Montserrat", sans-serif;
  --font-serif: "MFW-HiraMinProN-W3",serif,"ヒラギノ角ゴ Pro", "メイリオ", "游ゴシック体", "Yu Gothic", yugothic,"Meiryo", メイリオ, sans-serif;
  --font-weight-std: 300;
  --font-weight-db: 400;
  --font-weight-b: 500;
  --font-weight-heading: 600;
}

:root {
  --ease: ease;
  --linear: linear;
  --easeIn: ease-in;
  --easeOut: ease-out;
  --easeInOut: ease-in-out;
  --easeSnap: cubic-bezier(0, 1, 0.5, 1);
  --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --easeInCirc: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --easeOutCirc: cubic-bezier(0.075, 0.82, 0.165, 1);
  --easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
  --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
  --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
  --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
  --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
  --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --easeFloating: cubic-bezier(0.77, 0, 0.175, 1);
  --easeOrg: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@-webkit-keyframes arrow-anim {
  0% {
    opacity: 1;
    -webkit-mask-position: center;
            mask-position: center;
  }
  29% {
    opacity: 0;
    -webkit-mask-position: 15px;
            mask-position: 15px;
  }
  30% {
    -webkit-mask-position: -10px;
            mask-position: -10px;
  }
  60% {
    opacity: 1;
    -webkit-mask-position: center;
            mask-position: center;
  }
}

@keyframes arrow-anim {
  0% {
    opacity: 1;
    -webkit-mask-position: center;
            mask-position: center;
  }
  29% {
    opacity: 0;
    -webkit-mask-position: 15px;
            mask-position: 15px;
  }
  30% {
    -webkit-mask-position: -10px;
            mask-position: -10px;
  }
  60% {
    opacity: 1;
    -webkit-mask-position: center;
            mask-position: center;
  }
}
@-webkit-keyframes arrow-anim2 {
  0% {
    opacity: 1;
    -webkit-mask-position: center;
            mask-position: center;
  }
  29% {
    opacity: 0;
    -webkit-mask-position: 30px;
            mask-position: 30px;
  }
  30% {
    -webkit-mask-position: -20px;
            mask-position: -20px;
  }
  60% {
    opacity: 1;
    -webkit-mask-position: center;
            mask-position: center;
  }
}
@keyframes arrow-anim2 {
  0% {
    opacity: 1;
    -webkit-mask-position: center;
            mask-position: center;
  }
  29% {
    opacity: 0;
    -webkit-mask-position: 30px;
            mask-position: 30px;
  }
  30% {
    -webkit-mask-position: -20px;
            mask-position: -20px;
  }
  60% {
    opacity: 1;
    -webkit-mask-position: center;
            mask-position: center;
  }
}
@-webkit-keyframes arrow-anim__reverse {
  0% {
    opacity: 1;
  }
  29% {
    opacity: 0;
    -webkit-mask-position: 10px;
            mask-position: 10px;
  }
  30% {
    -webkit-mask-position: -15px;
            mask-position: -15px;
  }
  60% {
    opacity: 1;
  }
}
@keyframes arrow-anim__reverse {
  0% {
    opacity: 1;
  }
  29% {
    opacity: 0;
    -webkit-mask-position: 10px;
            mask-position: 10px;
  }
  30% {
    -webkit-mask-position: -15px;
            mask-position: -15px;
  }
  60% {
    opacity: 1;
  }
}
@-webkit-keyframes arrow-anim_y {
  0% {
    opacity: 1;
    -webkit-mask-position: center center;
            mask-position: center center;
  }
  29% {
    opacity: 0;
    -webkit-mask-position: center 15px;
            mask-position: center 15px;
  }
  30% {
    -webkit-mask-position: center -10px;
            mask-position: center -10px;
  }
  60% {
    opacity: 1;
    -webkit-mask-position: center center;
            mask-position: center center;
  }
}
@keyframes arrow-anim_y {
  0% {
    opacity: 1;
    -webkit-mask-position: center center;
            mask-position: center center;
  }
  29% {
    opacity: 0;
    -webkit-mask-position: center 15px;
            mask-position: center 15px;
  }
  30% {
    -webkit-mask-position: center -10px;
            mask-position: center -10px;
  }
  60% {
    opacity: 1;
    -webkit-mask-position: center center;
            mask-position: center center;
  }
}
:root {
  --xlarge: 1800px;
  --large: 1600px;
  --medium: 1265px;
  --medium2: 1111px;
  --medium3: 1023px;
  --medium4: 959px;
  --small: 639px;
}

:root {
  --typo-heading-h2: clamp(1.8rem, 1.459rem + 0.912vw, 2.8rem);
  --typo-heading-h3: clamp(1.7rem, 1.427rem + 0.729vw, 2.5rem);
  --typo-heading-h4: clamp(1.4rem, 1.297rem + 0.274vw, 1.7rem);
  --typo-heading-h4-t2: clamp(1.4rem, 1.297rem + 0.274vw, 1.6rem);
  --typo-heading-h5: clamp(1.1rem, 0.930rem + 0.455vw, 1.6rem);
  --typo-label-l: clamp(1.8rem, 1.732rem + 0.182vw, 2rem);
  --typo-label-m: clamp(1.6rem, 1.532rem + 0.182vw, 1.8rem);
  --typo-label-s: 1.3rem;
  --typo-label-xs: 1.2rem;
  --typo-copy-l: clamp(1.4rem, 1.298rem + 0.273vw, 1.7rem);
  --typo-copy-m: clamp(1.4rem, 1.332rem + 0.182vw, 1.6rem);
  --typo-copy-s: clamp(1.3rem, 1.232rem + 0.182vw, 1.5rem);
  --typo-copy-xs: clamp(1.3rem, 1.266rem + 0.091vw, 1.4rem);
  --typo-copy-2xs: clamp(1.2rem, 1.166rem + 0.091vw, 1.3rem);
  --typo-copy-notice: clamp(1.1rem, 1.066rem + 0.091vw, 1.2rem);
  --typo-home-l:clamp(1.3rem, 1.231rem + 0.183vw, 1.5rem);
  --typo-home-h2:clamp(2.4rem, 2.127rem + 0.729vw, 3.2rem);
  --typo-home-h3:clamp(1.8rem, 1.595rem + 0.547vw, 2.4rem);
  --typo-home-h4:clamp(1.8rem, 1.663rem + 0.365vw, 2.2rem);
  --lineheight12: 1.2;
  --lineheight14: 1.4;
  --lineheight15: 1.5;
  --lineheight16: 1.6;
  --lineheight17: 1.7;
  --lineheight18: 1.8;
  --lineheight20: 2.0;
}

@layer reset {
  /* ==============================================================================================
  CSS RESET
  ============================================================================================== */
  * {
    min-height: 0;
    margin: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: baseline;
  }
  html {
    font-size: 62.5%;
  }
  @media screen and (max-width: 1320px) {
    html {
      font-size: 56.5%;
    }
  }
  @media screen and (max-width: 1023px) {
    html {
      font-size: 62.5%;
    }
  }
  html,
  body {
    height: 100%;
  }
  body {
    display: block;
    line-height: 1;
    color: var(--color-black-500);
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
       -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
            text-size-adjust: none;
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: var(--font-basic);
    font-weight: var(--font-weight-std);
    background: #F3EDE3;
  }
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    inset: 0;
    z-index: -1;
    background-image: url("/jujo/assets/image/common/bg.png");
    background-repeat: no-repeat;
    background-position: top left;
    pointer-events: none;
    background-size: 100%;
  }
  @media screen and (max-width: 1023px) {
    body::before {
      content: none;
    }
  }
  :lang(en) main {
    font-family: var(--font-en);
    text-align: left;
    letter-spacing: 0;
  }
  main {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  summary {
    cursor: pointer;
  }
  article,
  aside,
  dialog,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section,
  main {
    display: block;
  }
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: baseline;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  [hidden] {
    display: none;
  }
  template {
    display: none;
  }
  address {
    font-style: normal;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
    line-height: 100%;
    margin: 0;
    padding: 0;
  }
  strong,
  b {
    font-family: var(--font-b);
    font-weight: var(--font-weight-heading);
    font-weight: 600;
  }
  object {
    pointer-events: none;
  }
  img {
    border: none;
    vertical-align: bottom;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  svg {
    fill: currentcolor;
    vertical-align: bottom;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  a {
    color: inherit;
    cursor: pointer;
  }
  a:hover {
    text-decoration: none;
    color: var(--theme-primary);
  }
  a {
    color: var(--theme-primary);
  }
  a[target=_blank], a[href$=".pdf"], a[href$=".doc"], a[href$=".tsv"], a[href$=".xls"], a[href$=".xlsx"] {
    position: relative;
    -webkit-padding-end: 0.4em;
            padding-inline-end: 0.4em;
  }
  a[target=_blank]:has(img):hover, a[href$=".pdf"]:has(img):hover, a[href$=".doc"]:has(img):hover, a[href$=".tsv"]:has(img):hover, a[href$=".xls"]:has(img):hover, a[href$=".xlsx"]:has(img):hover {
    opacity: 0.8;
  }
  a[target=_blank]:has(img)::after, a[target=_blank]:has(.c-entry-title)::after, a[href$=".pdf"]:has(img)::after, a[href$=".pdf"]:has(.c-entry-title)::after, a[href$=".doc"]:has(img)::after, a[href$=".doc"]:has(.c-entry-title)::after, a[href$=".tsv"]:has(img)::after, a[href$=".tsv"]:has(.c-entry-title)::after, a[href$=".xls"]:has(img)::after, a[href$=".xls"]:has(.c-entry-title)::after, a[href$=".xlsx"]:has(img)::after, a[href$=".xlsx"]:has(.c-entry-title)::after {
    display: none;
  }
  .l-header a[target=_blank], .l-header a[href$=".pdf"], .l-header a[href$=".doc"], .l-header a[href$=".tsv"], .l-header a[href$=".xls"], .l-header a[href$=".xlsx"] {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
  a[target=_blank]::after, a[href$=".pdf"]::after, a[href$=".doc"]::after, a[href$=".tsv"]::after, a[href$=".xls"]::after, a[href$=".xlsx"]::after {
    content: "";
    inline-size: 1rem;
    aspect-ratio: 1/1;
    -webkit-margin-start: 6px;
            margin-inline-start: 6px;
    position: relative;
    inset-block-start: 0.05em;
    display: inline-block;
    opacity: 0.6;
  }
  .l-header a[target=_blank]::after, .l-header a[href$=".pdf"]::after, .l-header a[href$=".doc"]::after, .l-header a[href$=".tsv"]::after, .l-header a[href$=".xls"]::after, .l-header a[href$=".xlsx"]::after {
    display: none;
  }
  a[href$=".pdf"]::after, a[href$=".doc"]::after, a[href$=".xls"]::after, a[href$=".xlsx"]::after, a[href$=".tsv"]::after {
    background: url(/jujo/assets/image/common/icon/icon_dl.svg) no-repeat left top/cover;
  }
  a[target=_blank]::after {
    background: url(/jujo/assets/image/common/icon/icon_blank.svg) no-repeat left top/cover;
  }
  a[href^="tel:"] {
    color: var(--theme-primary);
  }
  @media (hover: hover) and (pointer: fine) {
    a[href^="tel:"] {
      color: currentColor;
      text-decoration: none;
      pointer-events: none;
      cursor: default;
    }
  }
  a.u-link-currentcolor {
    color: currentColor;
  }
  a * {
    cursor: pointer;
  }
  a,
  input,
  select,
  textarea,
  button,
  a object,
  a img,
  button span,
  a .c-button,
  .u-hvr {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  :is(ol, ul) li {
    list-style: none;
  }
  img {
    max-width: 100%;
  }
  figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--size-5xs);
  }
  figure figcaption {
    font-size: var(--typo-copy-xs);
    line-height: var(--lineheight15);
    color: var(--color-smallcopy);
    letter-spacing: 0;
  }
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=number],
  textarea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  input[type=text]:focus,
  input[type=tel]:focus,
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=checkbox]:focus,
  textarea:focus,
  label:focus,
  select {
    outline: 0;
  }
  select::-ms-expand {
    display: none;
  }
  :-moz-placeholder {
    color: var(--color-placeholder);
  }
  :-ms-input-placeholder {
    color: var(--color-placeholder);
  }
  :placeholder-shown {
    color: var(--color-placeholder);
  }
  ::-webkit-input-placeholder {
    color: var(--color-placeholder);
  }
  ::-moz-placeholder {
    color: var(--color-placeholder);
  }
  :-ms-input-placeholder {
    color: var(--color-placeholder);
  }
  ::-ms-input-placeholder {
    color: var(--color-placeholder);
  }
  ::placeholder {
    color: var(--color-placeholder);
  }
  :input-placeholder {
    color: var(--color-placeholder);
  }
  :placeholder {
    color: var(--color-placeholder);
  }
  ::-webkit-input-placeholder {
    color: var(--color-placeholder);
  }
  ::-moz-placeholder {
    color: var(--color-placeholder);
  }
  :-ms-input-placeholder {
    color: var(--color-placeholder);
  }
  ::-ms-input-placeholder {
    color: var(--color-placeholder);
  }
  ::placeholder {
    color: var(--color-placeholder);
  }
  ::input-placeholder {
    color: var(--color-placeholder);
  }
  iframe {
    height: 100%;
    border: none;
    outline: none;
    aspect-ratio: 16/9;
    max-width: 100%;
  }
  dl dt {
    font-weight: bold;
  }
  body > span {
    position: fixed;
    width: 0;
    height: 0;
    overflow: hidden;
    left: 0;
  }
  select {
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 2px;
    font-size: 1.4rem;
    background: var(--color-white-900);
    border: none;
    border: 1px solid #dbdbdb;
    padding: 0 1.5rem;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  @media screen and (max-width: 768px) {
    select {
      background: #eee;
    }
  }
}
/* ----------------------------------------
プロジェクト要素
---------------------------------------- */
@layer layout {
  /* ==============================================================================================
  パーツ名称
  ============================================================================================== */
}
@layer layout {
  /* ==============================================================================================
  ヘッダー
  ============================================================================================== */
  .l-header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: header;
    height: 96px;
    z-index: var(--zindex-lv10);
  }
  .l-container:has(.l-side) > .l-header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  @media screen and (max-width: 1023px) {
    .l-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      z-index: var(--zindex-lv1);
      width: 100%;
      height: auto;
      padding-right: 1.6rem;
    }
  }
  .l-header-body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 96px;
  }
  @media screen and (max-width: 1023px) {
    .l-header-body {
      display: none;
    }
  }
  .l-header-logo {
    background-color: var(--color-white-900);
    border-bottom-right-radius: 1.7rem;
    border-right: 1px solid var(--color-black-900-05);
    border-bottom: 1px solid var(--color-black-900-05);
    position: absolute;
    top: 0;
    left: 0;
    height: 96px;
    z-index: 1;
  }
  @media screen and (max-width: 1023px) {
    .l-header-logo {
      border-bottom-right-radius: var(--round-s);
      position: relative;
      height: auto;
    }
  }
  .l-header-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    padding: var(--size-s);
    height: 100%;
  }
  @media screen and (max-width: 768px) {
    .l-header-logo a {
      padding-top: 1.2rem;
      padding-bottom: 1.7rem;
      padding-inline: 1rem;
    }
  }
  .l-header-logo a:hover img {
    opacity: 0.8;
  }
  .l-header-logo img {
    width: 20vw;
    max-width: 289px;
    min-width: 220px;
  }
  @media screen and (max-width: 768px) {
    .l-header-logo img {
      width: 35vw;
      min-width: 156px;
    }
  }
  .l-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(0.8rem, -0.1571558797rem + 2.5524156791vw, 3.6rem);
    height: 100%;
  }
  @media screen and (max-width: 1100px) {
    .l-header-menu {
      gap: 1.6vw;
    }
  }
  .l-header-menu__item {
    height: 100%;
  }
  .l-header-menu__label {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333;
    font-family: var(--font-heading);
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-decoration: none;
  }
  .l-header-menu__label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    inline-size: 100%;
    block-size: 3px;
    background: var(--theme-primary);
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    opacity: 0;
  }
  .l-header-menu__label.is-current {
    color: var(--theme-primary);
  }
  .l-header-menu__label.is-current::after {
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    opacity: 1;
  }
  .l-header-menu__label:hover {
    background-color: var(--color-brand-primary-5);
    color: var(--theme-primary);
  }
  .l-header-menu__label:hover::after {
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    opacity: 1;
  }
  .l-header-submenu__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    position: absolute;
    right: clamp(1.6rem, 1.1214220602rem + 1.2762078396vw, 3rem);
  }
  .l-header-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem;
  }
  .l-header-submenu__item a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    border-radius: var(--round-2xs);
    background: var(--color-white-900);
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    padding: 0.7rem 0.8rem;
    color: #333;
    font-size: 1.2rem;
    font-family: var(--font-heading);
    font-style: normal;
    line-height: 1;
  }
  .l-header-submenu__item a:hover {
    color: var(--color-white-900);
    background-color: var(--theme-primary);
  }
  .l-header-search {
    aspect-ratio: 1/1;
    width: 4rem;
    height: 4rem;
    border-radius: var(--round-max);
    background-color: var(--theme-primary);
    border: none;
    display: -ms-grid;
    display: grid;
    place-content: center;
  }
  .l-header-search img {
    aspect-ratio: 1/1;
    width: 1.2rem;
  }
  .l-header-search:hover {
    background-color: var(--theme-primary-hover);
  }
  .l-header-sp {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
  }
  .l-header-sp__item {
    font-size: 1rem;
    font-family: var(--font-b);
    color: #454545;
    border-radius: 40px;
    border: 1px solid rgba(51, 51, 51, 0.15);
    backdrop-filter: blur(5px);
    padding-block: clamp(0.7rem, 0.5632634458rem + 0.3646308113vw, 1.1rem);
    padding-inline: clamp(1.2rem, 1.0632634458rem + 0.3646308113vw, 1.6rem);
    background: none;
    line-height: 1;
  }
  .l-header-sp__item:hover {
    background: var(--theme-primary);
    color: var(--color-white-900);
    border: 1px solid var(--theme-primary);
  }
  @media screen and (max-width: 1023px) {
    .l-header-sp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media screen and (max-width: 768px) {
    .l-header-sp__item {
      font-size: 1rem;
    }
  }
}
@layer layout {
  /* ==============================================================================================
  ドロップダウンメニュー
  ============================================================================================== */
  .l-dropdown {
    max-width: 74.7rem;
    width: 100%;
    position: absolute;
    inset-block-start: 0;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 9.1rem;
    opacity: 0;
    visibility: hidden;
  }
  .l-header-menu li:hover .l-dropdown {
    opacity: 1;
    visibility: visible;
  }
  .l-dropdown__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 12rem 4.8rem 1fr;
    grid-template-columns: 12rem 1fr;
    gap: 4.8rem;
    background: var(--color-white-900);
    -webkit-box-shadow: 0 5px 40px 0 var(--color-black-900-05);
            box-shadow: 0 5px 40px 0 var(--color-black-900-05);
    border-radius: var(--round-l);
    overflow: hidden;
    padding: 4.8rem;
  }
  /* Safariだけに適用 */
  .l-dropdown-bg {
    inline-size: 100vw;
    block-size: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--color-black-900-10);
    display: block;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-header-menu li:hover .l-dropdown-bg {
    opacity: 1;
    visibility: visible;
  }
  .l-dropdown__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.4rem;
    max-width: 12rem;
  }
  .l-dropdown-media {
    aspect-ratio: 1/1;
    width: 8rem;
    border-radius: var(--round-m);
    overflow: hidden;
  }
  .l-dropdown-media img {
    -o-object-fit: cover;
       object-fit: cover;
    inline-size: 100%;
    block-size: 100%;
  }
  .l-dropdown-heading {
    font-family: var(--font-heading);
    font-size: var(--typo-label-l);
    line-height: var(--lineheight16);
    font-weight: var(--font-weight-heading);
  }
  .l-dropdown__body {
    container-type: inline-size;
    container-name: l-dropdown__body;
    padding-left: 4.8rem;
    border-left: solid 1px rgba(0, 0, 0, 0.06);
  }
  .l-dropdown-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.6rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
    border-top: 1px solid var(--color-black-900-10);
  }
  .l-dropdown-list li {
    background: url(/jujo/assets/image/common/line_dot_x.png) repeat-x left bottom/4px 1px;
  }
  .l-dropdown-list li:has(a[target=_blank]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-dropdown-list li:has(a[target=_blank])::after {
    content: "";
    inline-size: 1em;
    block-size: 1em;
    aspect-ratio: 1/1;
    display: inline-block;
    background: url(/jujo/assets/image/common/icon/icon_blank.svg) no-repeat left top/cover;
  }
  .l-dropdown-list a[target=_blank]::after {
    margin: 0;
  }
  .l-dropdown-list__item {
    font-family: var(--font-b);
    font-size: var(--typo-copy-xs);
    line-height: var(--lineheight15);
    letter-spacing: 0;
    font-weight: 600;
    text-decoration: none;
    padding-block: 1.4rem;
    color: var(--color-copy);
  }
  .l-dropdown-list__item:hover {
    color: var(--theme-primary);
  }
}
@layer layout {
  /* ==============================================================================================
  メニュー
  ============================================================================================== */
  .l-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3.2rem 1fr 3.2rem 1fr 3.2rem 1fr 3.2rem 1fr 3.2rem 1fr;
    grid-template-columns: repeat(6, 1fr);
    gap: 3.2rem;
  }
  @media screen and (max-width: 1199px) {
    .l-menu {
      -ms-grid-columns: 1fr 3.2rem 1fr 3.2rem 1fr;
      grid-template-columns: repeat(3, 1fr);
      gap: 6.4rem 3.2rem;
    }
  }
  @media screen and (max-width: 1023px) {
    .l-menu {
      border-top: 1px solid #E2E2E2;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 0;
    }
  }
  .l-menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  @media screen and (max-width: 1023px) {
    .l-menu__inner {
      display: block;
    }
  }
  .l-menu__item {
    position: relative;
  }
  @media screen and (max-width: 1023px) {
    .l-menu__item {
      border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }
  }
}
@layer layout {
  /* ==============================================================================================
  フッター
  ============================================================================================== */
  .l-footer {
    background-color: var(--color-white-900);
    border: solid 1px var(--color-black-900-10);
    border-radius: var(--round-m);
    margin-block: 0.8rem;
    margin-left: 0.8rem;
  }
  .l-container:not(:has(.l-side)) .l-footer {
    margin-right: 0.8rem;
  }
  @media screen and (max-width: 1023px) {
    .l-footer {
      border: none;
      border-radius: 0;
      margin-inline: 0;
      margin-bottom: 0;
    }
    .l-container:not(:has(.l-side)) .l-footer {
      margin-right: 0;
    }
  }
  .l-footer-main {
    padding-block: clamp(3.2rem, 1.5591613491rem + 4.3755697356vw, 8rem);
    padding-inline: clamp(3.2rem, 2.653053783rem + 1.4585232452vw, 4.8rem);
    container-type: inline-size;
  }
  .l-footer-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(3.2rem, 1.5591613491rem + 4.3755697356vw, 8rem);
    padding-bottom: 5rem;
    padding-inline: clamp(3.2rem, 2.653053783rem + 1.4585232452vw, 4.8rem);
  }
  @media screen and (max-width: 1023px) {
    .l-footer-submenu {
      border-top: 1px solid #EBEBEB;
      padding-top: clamp(3.2rem, 1.5591613491rem + 4.3755697356vw, 8rem);
      gap: clamp(3.2rem, 2.1061075661rem + 2.9170464904vw, 6.4rem);
      padding-bottom: 10rem;
    }
  }
  @media screen and (max-width: 768px) {
    .l-footer-submenu {
      padding-top: 4.8rem;
    }
  }
  .l-footer-submenu__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3.2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem;
  }
  @media screen and (max-width: 1023px) {
    .l-footer-submenu__body {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 3.2rem;
    }
  }
  .l-footer-submenu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2rem;
    width: 100%;
    max-width: 30.4rem;
  }
  @media screen and (max-width: 1023px) {
    .l-footer-submenu__inner {
      max-width: auto;
    }
  }
  .l-footer-submenu__copyright {
    border-top: solid 1px rgba(227, 224, 218, 0.5);
    padding-block: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 3.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  @media screen and (max-width: 768px) {
    .l-footer-submenu__copyright {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-item-align: start;
          align-self: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      gap: 3.2rem;
      padding-bottom: 0;
    }
  }
  .l-footer-logo img {
    max-width: 30.4rem;
    width: 100%;
  }
  @media screen and (max-width: 768px) {
    .l-footer-logo img {
      max-width: auto;
    }
  }
  .l-footer-logo a {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .l-footer-logo a:hover {
    opacity: 0.8;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .l-footer-address p {
    font-family: var(--font-basic);
    font-size: var(--typo-copy-m);
    line-height: var(--lineheight16);
  }
  .l-footer-address a {
    color: var(--color-copy);
    text-decoration: none;
  }
  .l-footer-address a::after {
    content: none;
  }
  .l-footer-address a:hover {
    text-decoration: underline;
    color: var(--theme-primary);
  }
  .l-footer-copyright-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-footer-copyright-list li a {
    color: var(--color-smallcopy);
    font-family: var(--font-basic);
    font-size: var(--typo-copy-2xs);
    line-height: var(--lineheight15);
    text-decoration: none;
  }
  .l-footer-copyright-list li a:hover {
    color: var(--theme-primary);
    text-decoration: underline;
  }
  @media screen and (max-width: 1023px) {
    .l-footer-copyright-list li a {
      text-decoration: underline;
    }
  }
  .l-footer-copyright {
    color: var(--color-smallcopy);
    font-variant: var(--font-en);
    font-size: 1rem;
    line-height: 1.6;
  }
}
@layer layout {
  /* ==============================================================================================
  サイドナビ
  ============================================================================================== */
  .l-side {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: side;
    height: 100%;
    display: block;
    inline-size: 100%;
    position: relative;
  }
  @media screen and (max-width: 1023px) {
    .l-side {
      display: none;
    }
  }
  .l-side__inner {
    display: block;
    position: sticky;
    width: var(--side-nav);
    top: 0;
    max-height: 100vh;
    height: 100%;
    overflow-y: auto; /* Chrome/Safari */
    overflow-y: overlay; /* Chrome/Safari */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE */
  }
  .l-side__inner::before {
    content: "";
    position: absolute;
    top: 0.8rem;
    left: 50%;
    width: calc(100% - 1.6rem);
    height: calc(100% - 0.8rem);
    -webkit-transform: translate(-50%, 0rem);
            transform: translate(-50%, 0rem);
    z-index: -1;
    background-color: var(--color-white-900);
    border-radius: var(--round-m) var(--round-m) 0 0;
    min-height: 750px;
    border-left: solid 1px rgba(0, 0, 0, 0.1);
    border-right: solid 1px rgba(0, 0, 0, 0.1);
  }
  .l-side__inner::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }
  .l-side-heading {
    border-radius: var(--round-m) var(--round-m) 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    background: url(/jujo/assets/image/common/bg_side.svg) no-repeat center/cover;
    background-position: 10px -10px;
    background-color: var(--theme-primary);
    height: 13.4rem;
    padding: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    position: relative;
    overflow: hidden;
    margin-inline: 0.7rem;
    margin-top: 0.8rem;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  .l-side-heading a {
    position: relative;
    z-index: 1;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1.6rem;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .l-side-heading a p {
    color: #fff;
    font-size: 2rem;
    font-family: var(--font-heading);
    font-weight: var(--font-weight-b);
    line-height: var(--lineheight14);
  }
  .l-side-heading a span {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.4rem;
    font-size: 1.1rem;
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.6;
    border-radius: 4px;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    padding: 0.4rem 1rem;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  .l-side-heading a span svg {
    fill: #fff;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  .l-side-heading:hover {
    background-color: var(--theme-primary-hover);
  }
  .l-side-heading:hover a span {
    background-color: #fff;
    color: var(--color-black-500);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  .l-side-heading:hover a span svg {
    fill: var(--color-black-500);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  .l-side-list {
    margin-inline: 0.8rem;
    background: var(--color-white-900);
  }
  .l-side-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-side-list > li > a {
    font-size: 1.3rem;
    padding-inline: 1rem;
    padding-block: 1.3rem 1.3rem;
    background: url(/jujo/assets/image/common/line_dot_x.png) repeat-x left bottom/4px 1px;
    position: relative;
    color: var(--color-black-500);
    text-decoration: none;
    line-height: 1.2;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  .l-side-list > li > a[href$=".pdf"]::after {
    background-image: none;
  }
  .l-side-list > li > a:hover {
    color: var(--theme-primary);
    background-color: var(--theme-primary-hover2);
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  .l-side-list > li > a:hover::after {
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    opacity: 1;
  }
  .l-side-list > li.is-current > a {
    color: var(--theme-primary);
    font-family: var(--font-b);
    z-index: 10;
  }
  .l-side-list > li.is-current > a::before {
    display: none;
  }
  .l-side-list > li.is-current {
    background: #FEFDFC;
  }
  .l-side-list > li.is-current > li {
    color: var(--color-green);
    font-weight: bold;
    padding-block: 0;
  }
  .l-side-list > li > ul {
    padding: 20px 24px 24px 36px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    position: relative;
  }
  .l-side-list > li > ul::after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 48px);
    background-color: rgba(0, 0, 0, 0.06);
    top: 20px;
    left: 24px;
  }
  .l-side-list > li.is-current > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FAFAFA;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .l-side-list > li.is-current > ul > li a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2rem;
    line-height: 1.4;
    text-decoration: none;
    color: var(--font-color-standard);
    font-family: var(--font-basic);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.04em;
    text-decoration: underline;
    opacity: 0.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .l-side-list > li.is-current > ul > li a:before {
    content: "";
    inline-size: 1rem;
    block-size: 1rem;
    aspect-ratio: 1/1;
    -webkit-margin-end: 0.7rem;
            margin-inline-end: 0.7rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: none;
    content: "";
    display: -ms-grid;
    display: grid;
    place-content: center;
    background-size: 100%;
    background-color: var(--theme-primary);
    -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_arrow.svg);
            mask-image: url(/jujo/assets/image/common/icon/icon_arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-mask-size: 1rem;
            mask-size: 1rem;
    -webkit-transform: translateY(0.05em);
            transform: translateY(0.05em);
  }
  .l-side-list > li.is-current > ul > li a.is-current {
    color: var(--theme-primary);
    opacity: 1;
    text-decoration: none;
    width: 100%;
  }
  .l-side-list > li.is-current > ul > li a:hover {
    opacity: 1;
    color: var(--theme-primary);
    text-decoration: none;
  }
  .l-side-list > li:last-child {
    margin-bottom: 100px;
  }
}
@layer layout {
  /* ==============================================================================================
  ページネーション
  ============================================================================================== */
  .l-pagenation {
    -webkit-padding-before: clamp(3.2rem, 1.5591613491rem + 4.3755697356vw, 8rem);
            padding-block-start: clamp(3.2rem, 1.5591613491rem + 4.3755697356vw, 8rem);
    -webkit-padding-after: clamp(2.4rem, -1.4286235187rem + 10.2096627165vw, 13.6rem);
            padding-block-end: clamp(2.4rem, -1.4286235187rem + 10.2096627165vw, 13.6rem);
    -webkit-padding-start: clamp(1.6rem, 0.5061075661rem + 2.9170464904vw, 4.8rem);
            padding-inline-start: clamp(1.6rem, 0.5061075661rem + 2.9170464904vw, 4.8rem);
    -webkit-padding-end: clamp(1.6rem, 0.3693710119rem + 3.2816773017vw, 5.2rem);
            padding-inline-end: clamp(1.6rem, 0.3693710119rem + 3.2816773017vw, 5.2rem);
  }
  @media screen and (max-width: 768px) {
    .l-pagenation {
      -webkit-padding-before: var(--size4);
              padding-block-start: var(--size4);
      -webkit-padding-after: var(--size3);
              padding-block-end: var(--size3);
      -webkit-padding-start: var(--size2);
              padding-inline-start: var(--size2);
      -webkit-padding-end: var(--size2);
              padding-inline-end: var(--size2);
    }
  }
  .l-pagenation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    inline-size: 100%;
    max-inline-size: var(--frame-max);
    margin-inline: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-pagenation-main {
    inline-size: 100%;
  }
  .l-pagenation-main:not(:has(.is-no-frame-side)) {
    margin-left: var(--frame-side);
  }
  @media screen and (max-width: 1023px) {
    .l-pagenation-main:not(:has(.is-no-frame-side)) {
      margin-left: 0;
    }
  }
  .l-pagenation-main.is-no-frame-side {
    max-inline-size: var(--frame-main-max-notside);
    margin-left: 0;
  }
  .l-pagenation-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: var(--size-s);
    container-type: inline-size;
    container-name: pagenation-menu;
  }
  .l-pagenation-title {
    color: var(--font-color-standard);
    font-family: var(--font-b);
    font-size: clamp(1.8rem, 1.5948951686rem + 0.546946217vw, 2.4rem);
    font-style: normal;
    font-weight: var(--font-weight-b);
    line-height: 1.6;
    position: relative;
  }
  .l-pagenation-title::after {
    content: "";
    position: absolute;
    top: calc(clamp(3.2rem, 1.9368421053rem + 5.3894736842vw, 8rem) * -1);
    left: 0;
    background: var(--gradient-brand);
    inline-size: 100%;
    block-size: 4px;
  }
  @media screen and (max-width: 768px) {
    .l-pagenation-title::after {
      top: calc(var(--size4) * -1);
      block-size: 3px;
    }
  }
  .l-pagenation-list {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    background-color: var(--color-white-900);
    border-radius: var(--round-s);
    overflow: hidden;
    border-bottom: solid 1px rgba(0, 0, 0, 0.07);
  }
  .l-pagenation-list li {
    border-bottom: 1px solid var(--color-line);
  }
  .l-pagenation-list li:nth-of-type(odd) {
    border-right: solid 1px var(--color-line);
  }
  .l-pagenation-list li:nth-last-child(2) {
    border-bottom: none;
  }
  .l-pagenation-list li:last-of-type {
    border-bottom: none;
  }
  .l-pagenation-list li.is-pagenation-border {
    border-bottom: 1px solid var(--color-line);
  }
  .l-pagenation-list li a {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    block-size: 100%;
    padding: 2.1rem 2rem 1.9rem 2rem;
    padding-top: clamp(1.7rem, 1.5632634458rem + 0.3646308113vw, 2.1rem);
    padding-bottom: clamp(1.5rem, 1.3632634458rem + 0.3646308113vw, 1.9rem);
    padding-inline: clamp(1.6rem, 1.4632634458rem + 0.3646308113vw, 2rem);
    font-size: var(--font-size-m);
    color: var(--font-color-standard);
    line-height: 1.4;
    text-decoration: none;
  }
  .l-pagenation-list li a:hover {
    background: var(--color-brand-primary-5);
    color: var(--theme-primary);
    text-decoration: underline;
  }
  .l-pagenation-list li.is-current a {
    background: var(--theme-primary);
    color: var(--color-white-900);
    text-decoration: none;
  }
  .l-pagenation-list li a[target=_blank] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-pagenation-list li a[target=_blank]::after {
    content: "";
    aspect-ratio: 1/1;
    background: url(/jujo/assets/image/common/icon/icon_blank.svg) no-repeat left top/cover;
    width: 1rem;
    height: 1rem;
    display: inline-block;
  }
  .l-pagenation-list li a[target=_blank]::after {
    margin: 0;
  }
  @container pagenation-menu (max-width: 730px) {
    .l-pagenation-list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
    .l-pagenation-list li:nth-of-type(odd) {
      border-right: none;
    }
    .l-pagenation-list li:nth-last-child(2) {
      border-bottom: solid 1px var(--color-line);
    }
  }
  @media screen and (max-width: 768px) {
    .l-pagenation-list li a {
      font-size: 1.2rem;
    }
  }
}
@layer layout {
  /* ==============================================================================================
  ショートカット
  ============================================================================================== */
  .l-shortcut {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: var(--zindex-lv1);
    text-align: center;
    pointer-events: none;
    bottom: 2.4rem;
    z-index: 10;
  }
  .l-shortcut::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 0;
    pointer-events: none;
  }
  .l-shortcut:has(.l-shortcut-help.is-open), .l-shortcut:has(.l-shortcut-menu.is-open) {
    z-index: var(--zindex-lv10);
  }
  .l-shortcut:has(.l-shortcut-help.is-open)::before, .l-shortcut:has(.l-shortcut-menu.is-open)::before {
    opacity: 1;
    pointer-events: auto;
  }
  @media screen and (max-width: 1023px) {
    .l-shortcut {
      z-index: var(--zindex-lv9) !important;
      bottom: 0;
    }
  }
  .l-shortcut__wrap {
    border-radius: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: var(--round-max);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0.7rem;
    position: relative;
    z-index: 2;
    padding: 0.7rem;
  }
  .l-shortcut:has(.l-shortcut-help.is-open) .l-shortcut__wrap, .l-shortcut:has(.l-shortcut-menu.is-open) .l-shortcut__wrap {
    z-index: -1;
    opacity: 0;
  }
  @media screen and (max-width: 1023px) {
    .l-shortcut__wrap {
      padding: clamp(1.6rem, 1.053053783rem + 1.4585232452vw, 3.2rem);
      border-top: none;
      background: none;
      backdrop-filter: none !important;
      -webkit-backdrop-filter: none !important;
      border-radius: none;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  .l-shortcut-helpbtn {
    padding: 1em 2em;
    background: #814D42;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border: none;
    cursor: pointer;
    pointer-events: auto;
    height: 48px;
    width: 239px;
    border-radius: var(--round-max);
    display: block;
  }
  .l-shortcut-helpbtn__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    margin-inline: auto;
    font-size: clamp(1.2rem, 1.1316317229rem + 0.1823154057vw, 1.4rem);
    color: var(--color-white-900);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-family: var(--font-heading);
  }
  .l-shortcut-helpbtn__inner b {
    font-family: var(--font-heading-b);
    font-weight: var(--font-weight-heading);
  }
  .l-shortcut-helpbtn__inner.-close {
    opacity: 0;
    color: #fff;
  }
  .l-shortcut-helpbtn__inner svg {
    stroke: var(--color-black-900);
    fill: var(--color-white-900);
    inline-size: clamp(1.8rem, 1.7316317229rem + 0.1823154057vw, 2rem);
    aspect-ratio: 1/1;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .l-shortcut-helpbtn:hover {
    background: #5f3830;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .l-shortcut-helpbtn:hover .l-shortcut-helpbtn__inner {
    color: var(--color-white-900);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .l-shortcut-helpbtn:hover .l-shortcut-helpbtn__inner svg {
    stroke: var(--color-white-900);
    fill: var(--theme-primary);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .l-shortcut:has(.l-shortcut-help.is-open) .l-shortcut-helpbtn {
    background: var(--theme-primary);
    color: var(--color-white-900);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .l-shortcut:has(.l-shortcut-help.is-open) .l-shortcut-helpbtn:hover {
    background: var(--color-black-900);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .l-shortcut:has(.l-shortcut-help.is-open) .l-shortcut-helpbtn__inner.-open {
    opacity: 0;
  }
  .l-shortcut:has(.l-shortcut-help.is-open) .l-shortcut-helpbtn__inner.-close {
    opacity: 1;
  }
  @media screen and (max-width: 1023px) {
    .l-shortcut-helpbtn {
      height: 44px;
      width: 208px;
      border: solid 1px rgba(0, 0, 0, 0.07);
      position: inherit;
    }
    .l-shortcut-helpbtn__inner {
      font-size: 1.2rem;
      gap: 0.6rem;
    }
    .l-shortcut-helpbtn__inner svg {
      inline-size: 1.8rem;
      block-size: 1.8rem;
    }
  }
  .l-shortcut-menubtn {
    display: none;
    border-radius: var(--round-m);
    border: none;
    cursor: pointer;
    pointer-events: auto;
    display: none;
    inline-size: 4.4rem;
    aspect-ratio: 1/1;
    overflow: hidden;
    place-content: center;
    background: var(--theme-primary);
    position: absolute;
    right: clamp(1.6rem, 1.053053783rem + 1.4585232452vw, 3.2rem);
    top: 50%;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
  .l-shortcut-menubtn:hover {
    background-color: var(--theme-primary-hover);
  }
  @media screen and (max-width: 1023px) {
    .l-shortcut-menubtn {
      display: -ms-grid;
      display: grid;
    }
  }
  .l-shortcut-helpbtn__close,
  .l-shortcut-menubtn__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: var(--zindex-lv7);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.6rem;
    padding: 1.4rem 2.4rem;
    border-radius: var(--round-max);
    background: #111;
    position: absolute;
    left: clamp(1rem, 0.2479489517rem + 2.0054694622vw, 3.2rem);
    bottom: clamp(1rem, 0.2479489517rem + 2.0054694622vw, 3.2rem);
    border: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    line-height: 1;
    font-family: var(--font-heading-b);
    color: var(--color-white-900);
    font-size: clamp(1.2rem, 1.1316317229rem + 0.1823154057vw, 1.4rem);
  }
  .l-shortcut-helpbtn__close:hover,
  .l-shortcut-menubtn__close:hover {
    background: var(--theme-primary);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  @media screen and (max-width: 1023px) {
    .l-shortcut-helpbtn__close,
    .l-shortcut-menubtn__close {
      left: auto;
      right: clamp(1rem, 0.2479489517rem + 2.0054694622vw, 3.2rem);
    }
  }
  .l-shortcut-help {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--color-white-900);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    z-index: 1;
    pointer-events: auto;
    text-align: left;
    padding-inline: clamp(2.4rem, 0.4856882407rem + 5.1048313582vw, 8rem);
    padding-block: clamp(2.4rem, 1.853053783rem + 1.4585232452vw, 4rem);
    border-radius: 24px 24px 0px 0px;
    -webkit-box-shadow: 0px -26px 40px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px -26px 40px 0px rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: clamp(2.2rem, 1.8581586144rem + 0.9115770283vw, 3.2rem);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  @media screen and (max-width: 1023px) {
    .l-shortcut-help {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-padding-before: clamp(2.4rem, 0.4856882407rem + 5.1048313582vw, 8rem);
              padding-block-start: clamp(2.4rem, 0.4856882407rem + 5.1048313582vw, 8rem);
      padding-bottom: 8rem;
    }
  }
  @media screen and (max-width: 400px) {
    .l-shortcut-help {
      padding-bottom: 3.4rem;
      gap: 1.4rem;
    }
  }
  .l-shortcut-help__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 72% 28%;
    grid-template-columns: 72% 28%;
    width: 100%;
  }
  @media screen and (max-width: 1023px) {
    .l-shortcut-help__inner {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
  .l-shortcut-help.is-open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0px -26px 40px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px -26px 40px 0px rgba(0, 0, 0, 0.1);
  }
  .l-shortcut-link__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr clamp(0.8rem, 0.5265268915rem + 0.7292616226vw, 1.6rem) 1fr clamp(0.8rem, 0.5265268915rem + 0.7292616226vw, 1.6rem) 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(0.8rem, 0.5265268915rem + 0.7292616226vw, 1.6rem);
  }
  @media screen and (max-width: 1023px) {
    .l-shortcut-link__wrap {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 768px) {
    .l-shortcut-link__wrap {
      gap: 0.8rem;
    }
  }
  .l-shortcut-link a {
    padding: var(--size-2xs);
    border-radius: var(--round-m);
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #F8F8F8;
    text-decoration: none;
    display: block;
    height: 100%;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  @media screen and (max-width: 400px) {
    .l-shortcut-link a {
      padding: 1rem;
    }
  }
  .l-shortcut-link a:hover {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border: solid 1px var(--color-orange-900);
  }
  .l-shortcut-link__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: clamp(0.8rem, 0.5948951686rem + 0.546946217vw, 1.4rem);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-shortcut-heading {
    color: var(--color-heading);
    font-size: clamp(1.8rem, 1.5265268915rem + 0.7292616226vw, 2.6rem);
    font-family: var(--font-heading);
    font-weight: var(--font-weight-b);
    line-height: 1.5;
    letter-spacing: 0;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    padding-top: var(--size-xl);
  }
  .l-shortcut-heading span {
    display: inline-block;
  }
  @media screen and (max-width: 1023px) {
    .l-shortcut-heading {
      padding-top: 0;
      border: none;
    }
  }
  @media screen and (max-width: 400px) {
    .l-shortcut-heading {
      font-size: 1.6rem;
    }
  }
  .l-shortcut-link-media {
    aspect-ratio: 1/1;
    inline-size: clamp(4rem, 3.1795806746rem + 2.1877848678vw, 6.4rem);
  }
  @media screen and (max-width: 400px) {
    .l-shortcut-link-media {
      inline-size: 3rem;
    }
  }
  .l-shortcut-link-title {
    color: var(--color-copy);
    font-size: var(--typo-label-m);
    font-family: var(--font-heading);
    font-weight: var(--font-weight-b);
    line-height: 1;
    letter-spacing: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .l-shortcut-link-title span {
    color: var(--color-copy);
    font-size: var(--typo-copy-2xs);
    font-family: var(--font-basic);
    font-weight: var(--font-weight-std);
    line-height: 1;
    letter-spacing: 0;
    display: block;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-decoration: none;
    padding-top: 0.8rem;
    display: inline-block;
    width: 100%;
  }
  @media screen and (max-width: 768px) {
    .l-shortcut-link-title {
      font-size: 1.5rem;
    }
    .l-shortcut-link-title span {
      display: none;
    }
  }
  @media screen and (max-width: 400px) {
    .l-shortcut-link-title {
      font-size: 1.2rem;
      line-height: 1.2;
    }
  }
  a:hover .l-shortcut-link-title {
    color: var(--color-orange-900);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-decoration: underline;
  }
  a:hover .l-shortcut-link-title span {
    color: var(--color-copy);
    text-decoration: none !important;
  }
  .l-shortcut-list {
    margin-left: clamp(2rem, 1.5897903373rem + 1.0938924339vw, 3.2rem);
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }
  @media screen and (max-width: 1023px) {
    .l-shortcut-list {
      margin-left: 0;
      border-left: 0;
    }
  }
  @media screen and (max-width: 400px) {
    .l-shortcut-list {
      display: -ms-grid;
      display: grid;
      -webkit-column-gap: 1rem;
         -moz-column-gap: 1rem;
              column-gap: 1rem;
      -ms-grid-columns: 1fr 1rem 1fr;
      grid-template-columns: 1fr 1fr;
    }
  }
  .l-shortcut-list li {
    background: url(/jujo/assets/image/common/line_dot_x.png) left bottom/4px 1px repeat-x;
  }
  .l-shortcut-list li a {
    font-family: var(--font-basic);
    font-size: var(--typo-copy-2xs);
    line-height: var(--lineheight15);
    color: var(--color-copy);
    position: relative;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 0.9rem 0.8rem 1fr;
    grid-template-columns: 0.9rem 1fr;
    gap: 0.8rem;
    padding-block: var(--size-4xs);
    text-decoration: none;
  }
  .l-shortcut-list li a::after {
    content: none;
  }
  .l-shortcut-list li a::before, .l-shortcut-list li a[target=_blank]::before {
    content: "";
    position: relative;
    aspect-ratio: 9/8;
    inline-size: 0.9rem;
    block-size: 0.8rem;
    display: -ms-grid;
    display: grid;
    place-content: center;
    background-size: 100%;
    background-color: #333;
    -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_arrow.svg);
            mask-image: url(/jujo/assets/image/common/icon/icon_arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    margin-left: 0;
    opacity: 0.8;
  }
  .l-shortcut-list li a:hover {
    color: var(--theme-primary);
    text-decoration: underline;
  }
  .l-shortcut-list li a:hover::before, .l-shortcut-list li a:hover[target=_blank]::before {
    background-color: var(--theme-primary);
    opacity: 1;
  }
  @media screen and (max-width: 1023px) {
    .l-shortcut-list li a {
      text-decoration: none;
    }
    .l-shortcut-list li a:hover {
      text-decoration: underline;
    }
    .l-shortcut-list li a span::before {
      background: none;
      border: none;
    }
    .l-shortcut-list li a span::after {
      content: none;
    }
    .l-shortcut-list li a span {
      gap: 0;
    }
  }
  @media screen and (max-width: 768px) {
    .l-shortcut-list li a {
      font-size: 1.2rem;
    }
  }
  .l-shortcut-menu {
    position: fixed;
    right: 0;
    top: 0;
    max-width: 75%;
    min-width: 32rem;
    width: 100%;
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    z-index: 1;
    pointer-events: auto;
    height: 100%;
    border-top-left-radius: 24px;
  }
  .l-shortcut-menu__inner {
    height: 100%;
    overflow-y: scroll;
    text-align: left;
    padding-inline: clamp(2.4rem, 0.4856882407rem + 5.1048313582vw, 8rem);
    -webkit-padding-before: clamp(3.2rem, 1.5591613491rem + 4.3755697356vw, 8rem);
            padding-block-start: clamp(3.2rem, 1.5591613491rem + 4.3755697356vw, 8rem);
    -webkit-padding-after: clamp(6.4rem, 5.853053783rem + 1.4585232452vw, 8rem);
            padding-block-end: clamp(6.4rem, 5.853053783rem + 1.4585232452vw, 8rem);
  }
  .l-shortcut-menu__inner > *:not(:first-of-type) {
    margin-top: 2.4rem;
  }
  @media screen and (max-width: 768px) {
    .l-shortcut-menu__inner {
      padding-inline: 2.4rem;
      -webkit-padding-before: 3.2rem;
              padding-block-start: 3.2rem;
      -webkit-padding-after: 6.4rem;
              padding-block-end: 6.4rem;
    }
  }
  .l-shortcut-menu.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  }
  .l-shortcut-menu__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
  }
  .l-shortcut-menu__btn button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 1.4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    border-radius: var(--round-max);
    border: 1px solid rgba(51, 51, 51, 0.15);
    background: #FFF;
    backdrop-filter: blur(5px);
    color: #333;
    font-size: clamp(1.3rem, 1.2316317229rem + 0.1823154057vw, 1.5rem);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
  }
  @media screen and (max-width: 768px) {
    .l-shortcut-menu__btn button {
      font-size: 1.3rem;
    }
  }
  .l-shortcut-menu__btn button:hover {
    background: var(--color-brand-primary-5);
    border: solid 1px var(--theme-primary);
    color: var(--theme-primary);
  }
  .l-shortcut-menu__btn button:nth-of-type(2) {
    border-radius: 40px;
    border: 1px solid rgba(216, 37, 37, 0.15);
    backdrop-filter: blur(5px);
    background: rgba(216, 37, 37, 0.06);
    color: var(--color-red-800);
  }
  .l-shortcut-menu__btn button:nth-of-type(2):hover {
    background: rgba(216, 37, 37, 0.1);
    border: solid 1px var(--color-red-800);
  }
  .l-submenu-lang {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 2.4rem;
  }
}
@layer layout {
  /* ==============================================================================================
  ポップアップ
  ============================================================================================== */
  .l-popup {
    position: fixed;
    bottom: 0px;
    z-index: var(--zindex-lv1);
  }
  .l-popup:has(.is-open) {
    z-index: var(--zindex-lv-max);
  }
  @media screen and (max-width: 1023px) {
    .l-popup {
      position: absolute;
      top: 0px;
      right: 0;
      padding-top: 1.6rem;
      padding-right: 1.6rem;
      z-index: var(--zindex-lv9);
      bottom: auto;
    }
  }
  .l-popup__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .l-popup {
    padding-inline: 3.2rem;
  }
  .l-popup-info button,
  .l-popup-attention button {
    padding: 13px 20px 12px 18px;
    border-radius: 8px 8px 0px 0px;
    border-top: 1px solid #E3E0DA;
    border-right: 1px solid #E3E0DA;
    border-left: 1px solid #E3E0DA;
    border-bottom: 0;
    background: var(--color-white-900);
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    font-size: 1.3rem;
    font-family: var(--font-b);
  }
  .l-popup-info button:hover,
  .l-popup-attention button:hover {
    color: var(--theme-primary);
    text-decoration: underline;
  }
  @media screen and (max-width: 1023px) {
    .l-popup-info button,
    .l-popup-attention button {
      display: none;
    }
  }
  .l-popup-info button svg {
    fill: var(--theme-primary);
  }
  .l-popup-attention button svg {
    fill: var(--color-attention);
  }
  .l-popup-button a {
    background-color: var(--color-white-900);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.8rem;
    padding: clamp(1.6rem, 1.5316317229rem + 0.1823154057vw, 1.8rem);
    overflow: hidden;
    font-size: clamp(1.3rem, 1.2316317229rem + 0.1823154057vw, 1.5rem);
    font-family: var(--font-heading);
    font-weight: var(--font-weight-heading);
    text-decoration: none;
    color: var(--font-color-standard);
    line-height: 1;
    letter-spacing: 0.04em;
  }
  @media screen and (max-width: 1023px) {
    .l-popup-button a {
      margin-top: 0.4rem;
      padding: 1.6rem;
    }
  }
  @media screen and (max-width: 1023px) {
    .l-popup-button a {
      font-size: 1.3rem;
    }
  }
  .l-popup-button a:hover {
    color: var(--theme-primary);
  }
  .l-popup-button a {
    /*疑似要素(arrow)*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-popup-button a::after, .l-popup-button a::before {
    content: "";
    inline-size: min(1.5em, 24px);
    aspect-ratio: 1/1;
    display: block;
    border-radius: 0.6rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    right: clamp(1.6rem, 1.5316317229rem + 0.1823154057vw, 1.8rem);
  }
  @media screen and (max-width: 1023px) {
    .l-popup-button a::after, .l-popup-button a::before {
      right: 1.6rem;
    }
  }
  .l-popup-button a::before {
    background: var(--icon-arrow-bg);
    border: 1px solid var(--icon-arrow-border);
  }
  .l-popup-button a::after {
    content: "";
    position: absolute;
    aspect-ratio: 1/1;
    block-size: 100%;
    display: -ms-grid;
    display: grid;
    place-content: center;
    border-radius: 0.6rem;
    background-size: 100%;
    background-color: var(--theme-primary);
    -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_arrow.svg);
            mask-image: url(/jujo/assets/image/common/icon/icon_arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-mask-size: 45%;
            mask-size: 45%;
  }
  .l-popup-button a:hover::after, .c-button:hover .l-popup-button a::after, .c-details-link:hover + details .l-popup-button a::after, a:hover .l-popup-button a::after {
    -webkit-animation: 1.62s var(--easeInOutQuint) forwards arrow-anim;
            animation: 1.62s var(--easeInOutQuint) forwards arrow-anim;
  }
  .l-popup-button.-type2 a {
    background: var(--color-black-900);
    color: var(--color-white-900);
    padding: 0;
    margin-top: 0.8rem;
  }
  .l-popup-button.-type2 a::before {
    background: var(--color-white-900);
  }
  @media screen and (max-width: 1023px) {
    .l-popup-button.-type2 a {
      margin-top: 1.2rem;
    }
  }
  .l-popup-button.-type2 span {
    padding: clamp(1.6rem, 1.5316317229rem + 0.1823154057vw, 1.8rem);
    width: 100%;
    text-align: center;
    position: relative;
  }
  .l-popup-button.-type2 span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-brand);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: -1;
  }
  .l-popup-button.-type2 a:hover span::after {
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .l-custom-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    overflow: hidden;
  }
  .l-custom-search .l-custom-search__input {
    width: calc(100% - 6.4rem);
    height: 6.4rem;
    padding: 1.2rem;
    border: none !important;
    background-color: rgba(178, 178, 178, 0.05);
    font-size: var(--size-3xs);
    letter-spacing: 0.04em;
    color: #454545;
    border-top: solid 1px rgba(0, 0, 0, 0.1) !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1) !important;
    border-left: solid 1px rgba(0, 0, 0, 0.1) !important;
    border-radius: 0.8rem 0 0 0.8rem;
  }
  .l-custom-search .l-custom-search__input::-webkit-input-placeholder {
    opacity: 0.5;
  }
  .l-custom-search .l-custom-search__input::-moz-placeholder {
    opacity: 0.5;
  }
  .l-custom-search .l-custom-search__input:-ms-input-placeholder {
    opacity: 0.5;
  }
  .l-custom-search .l-custom-search__input::-ms-input-placeholder {
    opacity: 0.5;
  }
  .l-custom-search .l-custom-search__input::placeholder {
    opacity: 0.5;
  }
  .l-custom-search .l-custom-search__button {
    width: 6.4rem;
    height: 6.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--theme-primary);
    border: none !important;
    border-radius: 0 0.8rem 0.8rem 0 !important;
  }
  .l-custom-search .l-custom-search__button img {
    width: 1.6rem;
  }
  .l-custom-search .l-custom-search__button:hover {
    background-color: var(--theme-primary-hover);
  }
  .gsc-above-wrapper-area,
  .gsc-wrapper {
    width: 100%;
    max-width: none !important;
  }
}
@layer layout {
  /* ==============================================================================================
  サブメニュー
  ============================================================================================== */
  .l-submenu {
    position: relative;
  }
  .l-submenu__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3.2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem;
    width: 100%;
    max-width: 63.9rem;
  }
  @media screen and (max-width: 1023px) {
    .l-submenu__wrap {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 0.8rem;
    }
  }
  .l-submenu li:not(:first-of-type) {
    margin-top: 0.8rem;
  }
}
@layer layout {
  /* ==============================================================================================
  フレーム
  ============================================================================================== */
  @media screen and (max-width: 1023px) {
    .l-frame {
      -webkit-padding-before: 0;
              padding-block-start: 0;
      padding-inline: 0;
      border-top: 0;
      border-right: 0;
      border-radius: 0;
    }
  }
  .l-frame__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    inline-size: 100%;
    gap: 0.4rem;
    padding-left: 0.8rem;
  }
  @media screen and (max-width: 1023px) {
    .l-frame__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-left: 0;
      gap: 0;
    }
  }
  .l-frame-main {
    max-inline-size: calc(100% - var(--frame-side) - 0.4rem);
    width: 100%;
    background-color: var(--color-white-900);
    border-radius: var(--round-m);
    border: solid 1px var(--color-black-900-10);
    padding: 4.8rem;
    padding-bottom: 8rem;
  }
  @media screen and (max-width: 1023px) {
    .l-frame-main {
      padding-inline: var(--contents-inline);
      padding-top: 3.1rem;
      padding-bottom: 4rem;
      max-inline-size: 100%;
      border-radius: 0;
      border: none;
    }
  }
  .l-frame-main__inner {
    max-width: 101.4rem;
    width: 100%;
    margin: 0 auto;
  }
  .l-frame__inner:not(:has(.l-frame-side)) .l-frame-main {
    inline-size: 100%;
    max-inline-size: 100%;
  }
  .l-frame__inner:not(:has(.l-frame-side)) .l-frame-main:has(.c-dirlink) {
    max-inline-size: 100%;
  }
  @media screen and (max-width: 1023px) {
    .l-frame__inner:not(:has(.l-frame-side)) .l-frame-main:has(.c-dirlink) {
      padding-top: 2.4rem;
    }
  }
  .l-container:not(:has(.l-side)) .l-frame .l-frame__inner:not(:has(.l-frame-side)) .l-frame-main {
    max-inline-size: 100%;
  }
  .l-container:not(:has(.l-side)) .l-frame .l-frame__inner:not(:has(.l-frame-side)) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0.8rem;
  }
  @media screen and (max-width: 1023px) {
    .l-container:not(:has(.l-side)) .l-frame .l-frame__inner:not(:has(.l-frame-side)) {
      padding-right: 0;
    }
  }
  .l-container:not(:has(.l-side)) .l-frame .l-frame__inner .l-frame-main {
    max-inline-size: calc(100% - var(--frame-side) - var(--side-nav));
  }
  @media screen and (max-width: 1023px) {
    .l-container:not(:has(.l-side)) .l-frame .l-frame__inner .l-frame-main {
      max-inline-size: 100%;
    }
  }
  .l-frame-main:has(.c-smallblock) {
    max-inline-size: 100% !important;
  }
  .l-frame-side {
    max-inline-size: 100%;
    display: block;
  }
  @media screen and (max-width: 1023px) {
    .l-frame-side {
      position: sticky;
      top: 0;
      z-index: var(--zindex-lv8);
    }
  }
  @media screen and (max-width: 768px) {
    .l-frame-side {
      inline-size: 100%;
      max-inline-size: 100%;
      padding: 0;
    }
  }
  .l-frame-side-list {
    width: var(--frame-side);
    background: var(--color-white-900);
    border-radius: var(--round-m);
    border-top: solid 1px var(--color-border-standard);
    border-right: solid 1px var(--color-border-standard);
    border-bottom: solid 1px var(--color-border-standard);
    position: sticky;
    inset-block-start: 0.4rem;
    padding: 4.6rem 2.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
  @media screen and (max-width: 1023px) {
    .l-frame-side-list {
      display: none;
    }
  }
  .l-frame-side-list__label {
    color: var(--color-heading);
    font-family: var(--font-heading);
    font-size: 1.2rem;
    line-height: 1;
  }
  .l-frame-anchor__wrap {
    max-block-size: 100vh;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .l-frame-anchor__wrap::-webkit-scrollbar {
    display: none;
  }
  .l-frame-anchor__wrap.is-overflow {
    padding-bottom: 14rem;
  }
  .l-frame-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-frame-anchor a {
    display: block;
    padding: 1.1rem 2rem 1.05rem;
    border-radius: var(--round-max);
    border-bottom: 1px solid var(--color-border-secondary);
    background: var(--color-black-25);
    color: var(--color-copy);
    font-family: var(--font-basic);
    font-size: 1.3rem;
    line-height: 1.5;
    text-decoration: none;
    letter-spacing: -0.01em;
    max-width: 21.1rem;
  }
  .l-frame-anchor a:hover {
    color: var(--theme-primary);
  }
  .l-frame-anchor a.is-current {
    color: var(--theme-primary);
    font-family: var(--font-b);
  }
  .l-frame-select {
    position: relative;
    display: none;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: #FFF;
  }
  @media screen and (max-width: 1023px) {
    .l-frame-select {
      display: block;
    }
  }
  .l-frame-select__button {
    position: absolute;
    top: 50%;
    right: var(--contents-inline);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: var(--zindex-lv10);
  }
  .l-frame-select__button a {
    font-size: 1rem;
    font-family: var(--font-heading);
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #454545;
    border-radius: var(--round-max);
    padding-inline: 1.1rem;
    padding-block: 0.7rem;
    text-decoration: none;
    display: block;
  }
  .l-frame-select__button a:hover {
    background: var(--theme-primary);
    color: var(--color-white-900);
    border-color: var(--theme-primary);
  }
  @media screen and (max-width: 499px) {
    .l-frame-select__button a:hover {
      background: unset;
      color: #333;
      border-color: rgba(51, 51, 51, 0.1);
    }
  }
  .l-frame-select__label {
    font-size: 1.4rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: var(--zindex-lv8);
    background: var(--color-white-900);
    pointer-events: none;
    inline-size: 100%;
    block-size: calc(100% - 1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-padding-start: clamp(3.4rem, 2.3744758432rem + 2.7347310848vw, 6.4rem);
            padding-inline-start: clamp(3.4rem, 2.3744758432rem + 2.7347310848vw, 6.4rem);
    padding-top: 1px;
    font-family: var(--font-heading-l);
  }
  @media screen and (max-width: 768px) {
    .l-frame-select__label {
      -webkit-padding-start: 3.4rem;
              padding-inline-start: 3.4rem;
    }
  }
  .l-frame-select-select {
    inline-size: 100%;
    position: relative;
    display: none;
  }
  .l-frame-select-select::after {
    content: "";
    width: 1.6rem;
    aspect-ratio: 1/1;
    background: url(/jujo/assets/image/common/icon/icon_select.svg) no-repeat left top/contain;
    position: absolute;
    top: 50%;
    left: var(--contents-inline);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    z-index: var(--zindex-lv10);
  }
  @media screen and (max-width: 1023px) {
    .l-frame-select-select {
      display: block;
    }
  }
  .l-frame-select select {
    block-size: 5rem;
    font-size: var(--font-size-m);
    border-radius: 0;
    border: none;
    background: var(--color-white-900);
    padding: 0;
    color: var(--color-black3);
    cursor: pointer;
  }
  @media screen and (max-width: 1023px) {
    .l-frame-select select {
      inline-size: 100%;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      font-size: var(--typo-copy-xs);
    }
  }
}
.l-container {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
      grid-template-areas: "header" "contents";
}
.l-container:has(.l-side) {
  -ms-grid-columns: 1fr var(--side-nav);
  grid-template-columns: 1fr var(--side-nav);
  -ms-grid-columns: calc(100% - var(--side-nav)) var(--side-nav);
  grid-template-columns: calc(100% - var(--side-nav)) var(--side-nav);
      grid-template-areas: "header header" "contents side";
}
@media screen and (max-width: 1023px) {
  .l-container:has(.l-side) {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
        grid-template-areas: "header" "contents";
  }
  .l-container:has(.l-side) > .l-header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}

.l-contents {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: contents;
}

.l-container:has(.l-side) > .l-contents {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

@media screen and (max-width: 1023px){
  .l-container:has(.l-side) > .l-contents {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

.l-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  min-height: 34.8rem;
  inline-size: 100%;
  padding-top: 1.6rem;
  padding-bottom: clamp(2rem, 1.0428441203rem + 2.5524156791vw, 4.8rem);
  padding-inline: clamp(2.4rem, 1.853053783rem + 1.4585232452vw, 4rem);
}
@media screen and (max-width: 1023px) {
  .l-hero {
    min-height: 182px;
    height: 27.5vw;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .l-hero {
    height: auto;
  }
}

.l-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.8rem, 0.3897903373rem + 1.0938924339vw, 2rem);
}

.l-hero-breadcrumb {
  overflow-x: auto;
  inline-size: 100%;
  max-inline-size: 100%;
}

.l-hero-hierarchy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.7rem, 0.5974475843rem + 0.2734731085vw, 1rem);
}
.l-hero-hierarchy a {
  color: var(--theme-primary);
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 1.1948951686rem + 0.546946217vw, 2rem);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-decoration: underline;
}
.l-hero-hierarchy a:hover {
  text-decoration: none;
}
.l-hero-hierarchy::before {
  background: none;
  content: "";
  position: relative;
  aspect-ratio: 1/1;
  block-size: clamp(0.7rem, 0.6316317229rem + 0.1823154057vw, 0.9rem);
  background-color: var(--theme-primary);
  -webkit-mask-image: url(/jujo/assets/image/common/hero_hierarchy_deco.svg);
          mask-image: url(/jujo/assets/image/common/hero_hierarchy_deco.svg);
  height: 0.9rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.l-hero-title {
  color: var(--color-black-500);
  font-family: var(--font-heading);
  font-size: clamp(2.6rem, 1.8479489517rem + 2.0054694622vw, 4.8rem);
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.l-hero__inner:not(:has(.l-hero-hierarchy)) .l-hero-title {
  font-size: clamp(2.6rem, 1.437739289rem + 3.0993618961vw, 6rem);
}

.l-hero.-small {
  height: 156px;
  min-height: 156px;
  padding-bottom: clamp(2rem, 1.5897903373rem + 1.0938924339vw, 3.2rem);
}
.l-hero.-small .l-hero-title {
  font-size: clamp(2.2rem, 2.1316317229rem + 0.1823154057vw, 2.4rem);
}

.l-totop {
  position: fixed;
  bottom: 0;
  right: 0;
  inline-size: calc(var(--side-nav) - 0.8rem);
  -webkit-box-shadow: 0 -6px 20px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 -6px 20px 0 rgba(0, 0, 0, 0.06);
  z-index: 1;
}
.l-totop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--color-white-900);
  background-color: #755B4C;
  border-top: solid 1px #6B5345;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2.4rem 1.1rem;
  font-size: 1.2rem;
  font-family: var(--font-b);
  font-weight: var(--font-weight-b);
  line-height: 1.6;
  border-radius: var(--round-m) 0 0 0;
}
.l-totop a:hover {
  background-color: #594539;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .l-totop {
    display: none;
  }
}

/* ==============================================================================================
コンポーネント
============================================================================================== */
/* ----------------------------------------
レイアウト系コンポーネント
---------------------------------------- */
@layer component {
  .c-column {
    display: -ms-grid;
    display: grid;
    inline-size: 100%;
  }
  .c-column.-m-block {
    margin-block: var(--size-xs);
  }
  .c-column.-vertical, .c-column.-col1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-column.-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-column.-col-free {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-column.-col-free.-space-bw {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-clear {
      display: block;
    }
    .c-column.-medium-vertical {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-clear {
      display: block;
    }
    .c-column.-small-vertical, .c-column.-small-col1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  .c-column.-col2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .c-column.-col3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .c-column.-col4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .c-column.-col5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .c-column.-col6 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .c-column.-col7 {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .c-column.-col8 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .c-column.-col9 {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
  .c-column.-col10 {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-col2 {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-col3 {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-col4 {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
    }
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-col5 {
      -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
    }
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-col6 {
      -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
    }
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-col7 {
      -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
    }
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-col8 {
      -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
    }
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-col9 {
      -ms-grid-columns: (1fr)[9];
      grid-template-columns: repeat(9, 1fr);
    }
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-col10 {
      -ms-grid-columns: (1fr)[10];
      grid-template-columns: repeat(10, 1fr);
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-col2 {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-col3 {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-col4 {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-col5 {
      -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-col6 {
      -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-col7 {
      -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-col8 {
      -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-col9 {
      -ms-grid-columns: (1fr)[9];
      grid-template-columns: repeat(9, 1fr);
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-col10 {
      -ms-grid-columns: (1fr)[10];
      grid-template-columns: repeat(10, 1fr);
    }
  }
  .c-column.-col3-2 {
    -ms-grid-columns: 3fr 2fr;
    grid-template-columns: 3fr 2fr;
  }
  .c-column.-col2-3 {
    -ms-grid-columns: 1.64fr 3fr;
    grid-template-columns: 1.64fr 3fr;
  }
  .c-column.-gap2 {
    gap: 0.2rem;
  }
  .c-column.-column-gap2 {
    -webkit-column-gap: 0.2rem;
       -moz-column-gap: 0.2rem;
            column-gap: 0.2rem;
  }
  .c-column.-row-gap2 {
    row-gap: 0.2rem;
  }
  .c-column.-gap4 {
    gap: 0.4rem;
  }
  .c-column.-column-gap4 {
    -webkit-column-gap: 0.4rem;
       -moz-column-gap: 0.4rem;
            column-gap: 0.4rem;
  }
  .c-column.-row-gap4 {
    row-gap: 0.4rem;
  }
  .c-column.-gap6 {
    gap: 0.6rem;
  }
  .c-column.-column-gap6 {
    -webkit-column-gap: 0.6rem;
       -moz-column-gap: 0.6rem;
            column-gap: 0.6rem;
  }
  .c-column.-row-gap6 {
    row-gap: 0.6rem;
  }
  .c-column.-gap8 {
    gap: 0.8rem;
  }
  .c-column.-column-gap8 {
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
  }
  .c-column.-row-gap8 {
    row-gap: 0.8rem;
  }
  .c-column.-gap10 {
    gap: 1rem;
  }
  .c-column.-column-gap10 {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .c-column.-row-gap10 {
    row-gap: 1rem;
  }
  .c-column.-gap12 {
    gap: 1.2rem;
  }
  .c-column.-column-gap12 {
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
  }
  .c-column.-row-gap12 {
    row-gap: 1.2rem;
  }
  .c-column.-gap16 {
    gap: 1.6rem;
  }
  .c-column.-column-gap16 {
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
  }
  .c-column.-row-gap16 {
    row-gap: 1.6rem;
  }
  .c-column.-gap24 {
    gap: 2.4rem;
  }
  .c-column.-column-gap24 {
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
  }
  .c-column.-row-gap24 {
    row-gap: 2.4rem;
  }
  .c-column.-gap32 {
    gap: 3.2rem;
  }
  .c-column.-column-gap32 {
    -webkit-column-gap: 3.2rem;
       -moz-column-gap: 3.2rem;
            column-gap: 3.2rem;
  }
  .c-column.-row-gap32 {
    row-gap: 3.2rem;
  }
  .c-column.-gap40 {
    gap: 4rem;
  }
  .c-column.-column-gap40 {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
  .c-column.-row-gap40 {
    row-gap: 4rem;
  }
  .c-column.-gap48 {
    gap: 4.8rem;
  }
  .c-column.-column-gap48 {
    -webkit-column-gap: 4.8rem;
       -moz-column-gap: 4.8rem;
            column-gap: 4.8rem;
  }
  .c-column.-row-gap48 {
    row-gap: 4.8rem;
  }
  .c-column.-gap52 {
    gap: 5.2rem;
  }
  .c-column.-column-gap52 {
    -webkit-column-gap: 5.2rem;
       -moz-column-gap: 5.2rem;
            column-gap: 5.2rem;
  }
  .c-column.-row-gap52 {
    row-gap: 5.2rem;
  }
  .c-column.-gap56 {
    gap: 5.6rem;
  }
  .c-column.-column-gap56 {
    -webkit-column-gap: 5.6rem;
       -moz-column-gap: 5.6rem;
            column-gap: 5.6rem;
  }
  .c-column.-row-gap56 {
    row-gap: 5.6rem;
  }
  .c-column.-gap64 {
    gap: 6.4rem;
  }
  .c-column.-column-gap64 {
    -webkit-column-gap: 6.4rem;
       -moz-column-gap: 6.4rem;
            column-gap: 6.4rem;
  }
  .c-column.-row-gap64 {
    row-gap: 6.4rem;
  }
  .c-column.-gap80 {
    gap: 8rem;
  }
  .c-column.-column-gap80 {
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }
  .c-column.-row-gap80 {
    row-gap: 8rem;
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-gap2 {
      gap: 0.2rem;
    }
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-gap4 {
      gap: 0.4rem;
    }
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-gap6 {
      gap: 0.6rem;
    }
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-gap8 {
      gap: 0.8rem;
    }
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-gap10 {
      gap: 1rem;
    }
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-gap12 {
      gap: 1.2rem;
    }
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-gap16 {
      gap: 1.6rem;
    }
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-gap24 {
      gap: 2.4rem;
    }
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-gap32 {
      gap: 3.2rem;
    }
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-gap40 {
      gap: 4rem;
    }
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-gap48 {
      gap: 4.8rem;
    }
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-gap52 {
      gap: 5.2rem;
    }
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-gap56 {
      gap: 5.6rem;
    }
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-gap64 {
      gap: 6.4rem;
    }
  }
  @media screen and (max-width: 1023px) {
    .c-column.-medium-gap80 {
      gap: 8rem;
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-gap2 {
      gap: 0.2rem;
    }
    .c-column.-small-column-gap2 {
      -webkit-column-gap: 0.2rem;
         -moz-column-gap: 0.2rem;
              column-gap: 0.2rem;
    }
    .c-column.-small-row-gap2 {
      row-gap: 0.2rem;
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-gap4 {
      gap: 0.4rem;
    }
    .c-column.-small-column-gap4 {
      -webkit-column-gap: 0.4rem;
         -moz-column-gap: 0.4rem;
              column-gap: 0.4rem;
    }
    .c-column.-small-row-gap4 {
      row-gap: 0.4rem;
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-gap6 {
      gap: 0.6rem;
    }
    .c-column.-small-column-gap6 {
      -webkit-column-gap: 0.6rem;
         -moz-column-gap: 0.6rem;
              column-gap: 0.6rem;
    }
    .c-column.-small-row-gap6 {
      row-gap: 0.6rem;
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-gap8 {
      gap: 0.8rem;
    }
    .c-column.-small-column-gap8 {
      -webkit-column-gap: 0.8rem;
         -moz-column-gap: 0.8rem;
              column-gap: 0.8rem;
    }
    .c-column.-small-row-gap8 {
      row-gap: 0.8rem;
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-gap10 {
      gap: 1rem;
    }
    .c-column.-small-column-gap10 {
      -webkit-column-gap: 1rem;
         -moz-column-gap: 1rem;
              column-gap: 1rem;
    }
    .c-column.-small-row-gap10 {
      row-gap: 1rem;
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-gap12 {
      gap: 1.2rem;
    }
    .c-column.-small-column-gap12 {
      -webkit-column-gap: 1.2rem;
         -moz-column-gap: 1.2rem;
              column-gap: 1.2rem;
    }
    .c-column.-small-row-gap12 {
      row-gap: 1.2rem;
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-gap16 {
      gap: 1.6rem;
    }
    .c-column.-small-column-gap16 {
      -webkit-column-gap: 1.6rem;
         -moz-column-gap: 1.6rem;
              column-gap: 1.6rem;
    }
    .c-column.-small-row-gap16 {
      row-gap: 1.6rem;
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-gap24 {
      gap: 2.4rem;
    }
    .c-column.-small-column-gap24 {
      -webkit-column-gap: 2.4rem;
         -moz-column-gap: 2.4rem;
              column-gap: 2.4rem;
    }
    .c-column.-small-row-gap24 {
      row-gap: 2.4rem;
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-gap32 {
      gap: 3.2rem;
    }
    .c-column.-small-column-gap32 {
      -webkit-column-gap: 3.2rem;
         -moz-column-gap: 3.2rem;
              column-gap: 3.2rem;
    }
    .c-column.-small-row-gap32 {
      row-gap: 3.2rem;
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-gap40 {
      gap: 4rem;
    }
    .c-column.-small-column-gap40 {
      -webkit-column-gap: 4rem;
         -moz-column-gap: 4rem;
              column-gap: 4rem;
    }
    .c-column.-small-row-gap40 {
      row-gap: 4rem;
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-gap48 {
      gap: 4.8rem;
    }
    .c-column.-small-column-gap48 {
      -webkit-column-gap: 4.8rem;
         -moz-column-gap: 4.8rem;
              column-gap: 4.8rem;
    }
    .c-column.-small-row-gap48 {
      row-gap: 4.8rem;
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-gap52 {
      gap: 5.2rem;
    }
    .c-column.-small-column-gap52 {
      -webkit-column-gap: 5.2rem;
         -moz-column-gap: 5.2rem;
              column-gap: 5.2rem;
    }
    .c-column.-small-row-gap52 {
      row-gap: 5.2rem;
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-gap56 {
      gap: 5.6rem;
    }
    .c-column.-small-column-gap56 {
      -webkit-column-gap: 5.6rem;
         -moz-column-gap: 5.6rem;
              column-gap: 5.6rem;
    }
    .c-column.-small-row-gap56 {
      row-gap: 5.6rem;
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-gap64 {
      gap: 6.4rem;
    }
    .c-column.-small-column-gap64 {
      -webkit-column-gap: 6.4rem;
         -moz-column-gap: 6.4rem;
              column-gap: 6.4rem;
    }
    .c-column.-small-row-gap64 {
      row-gap: 6.4rem;
    }
  }
  @media screen and (max-width: 768px) {
    .c-column.-small-gap80 {
      gap: 8rem;
    }
    .c-column.-small-column-gap80 {
      -webkit-column-gap: 8rem;
         -moz-column-gap: 8rem;
              column-gap: 8rem;
    }
    .c-column.-small-row-gap80 {
      row-gap: 8rem;
    }
  }
  .c-column__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--size4);
  }
}
/* ==============================================================================================
横幅フルコンテンツ
============================================================================================== */
.c-wide {
  margin-bottom: 1.6rem;
  overflow: hidden;
}
.c-wide > * {
  max-width: 101.4rem;
  width: 100%;
  margin: 0 auto;
}
.t-page-editor > .c-wide:first-child {
  border-top-left-radius: var(--round-m);
  border-top-right-radius: var(--round-m);
}
@media screen and (max-width: 1023px) {
  .t-page-editor > .c-wide:first-child {
    border-radius: 0;
  }
}
@media screen and (max-width: 1023px) {
  .c-wide {
    margin-bottom: 0;
  }
}

.c-wide-hero {
  max-width: inherit;
  inline-size: 100%;
  aspect-ratio: 1.618/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.2rem, 0.8581586144rem + 0.9115770283vw, 2.2rem);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: url(/jujo/assets/image/outline/about/hero.jpg) no-repeat center bottom/cover;
  padding: clamp(1.6rem, 0.5061075661rem + 2.9170464904vw, 4.8rem);
  position: relative;
}
.c-wide-hero::after {
  content: "";
  inline-size: 100%;
  block-size: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51.45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.45%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-wide-hero {
    aspect-ratio: 1/1;
    padding-bottom: 2.4rem;
  }
}
.c-wide-hero.-visit {
  background: url(/jujo/assets/image/consultation/visit_medical/hero.jpg) no-repeat center bottom/cover;
}

.c-wide-hero__slogan,
.c-wide-hero__copy {
  max-width: 101.4rem;
  color: var(--color-white-900);
  font-family: var(--font-heading-r);
  font-weight: var(--font-weight-b);
  letter-spacing: 0.06em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), 0 3px 50px rgba(0, 0, 0, 0.38);
  z-index: 10;
}
@media screen and (min-width: 1600px) {
  .c-wide-hero__slogan,
  .c-wide-hero__copy {
    width: 101.4rem;
    margin: 0 auto;
  }
}

.c-wide-hero__slogan {
  font-size: var(--size-s);
  line-height: var(--lineheight18);
  position: relative;
  --em: 0.5em;
  line-height: 1.8;
}
.c-wide-hero__slogan::before, .c-wide-hero__slogan::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-wide-hero__slogan::before {
  margin-top: calc((1 - 1.8) * var(--em));
}
.c-wide-hero__slogan::after {
  margin-bottom: calc((1 - 1.8) * var(--em));
}
@media screen and (max-width: 768px) {
  .c-wide-hero__slogan {
    line-height: var(--lineheight15);
  }
  .c-wide-hero__slogan::before, .c-wide-hero__slogan::after {
    display: none;
  }
}

.c-wide-hero__copy {
  font-size: var(--typo-heading-h4);
  line-height: var(--lineheight15);
}

.t-nurse-mv.c-wide {
  margin-bottom: 0;
}
.t-nurse-mv.c-wide .t-nurse-mv__bg {
  max-width: inherit;
}

.t-nurse-detail__wrap.c-wide {
  margin-bottom: 0;
}
.t-nurse-detail__wrap.c-wide .t-nurse-detail {
  max-width: inherit;
}
@media screen and (min-width: 1700px) {
  .t-nurse-detail__wrap.c-wide .t-nurse-detail {
    -ms-grid-columns: 36.284rem 1fr;
    grid-template-columns: 36.284rem 1fr;
    padding-left: calc((100% - 101.4rem) / 2);
  }
  .t-nurse-detail__wrap.c-wide .t-nurse-detail:nth-child(even) {
    -ms-grid-columns: 1fr 36.284rem;
    grid-template-columns: 1fr 36.284rem;
    padding-right: calc((100% - 101.4rem) / 2);
    padding-left: 0;
  }
  .t-nurse-detail__wrap.c-wide .t-nurse-detail__body {
    max-width: 36.284rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .t-nurse-detail__wrap.c-wide {
    padding-inline: var(--contents-inline);
  }
}
@media screen and (max-width: 768px) {
  .t-nurse-detail__wrap.c-wide {
    padding-inline: var(--contents-inline);
  }
}

/* ----------------------------------------
汎用コンポーネント
---------------------------------------- */
@layer component {
  /* ==============================================================================================
  リスト
  ============================================================================================== */
  .c-list:not(.-num) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox),
  .t-page-editor ul:not([class]) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox),
  .t-editor ul:not([class]) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox) {
    position: relative;
    padding-left: 1.4rem;
    text-align: left;
  }
  .c-list:not(.-num) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox) + li,
  .t-page-editor ul:not([class]) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox) + li,
  .t-editor ul:not([class]) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox) + li {
    margin-top: 0.5rem;
  }
  .c-list:not(.-num) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox)::before,
  .t-page-editor ul:not([class]) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox)::before,
  .t-editor ul:not([class]) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox)::before {
    content: "";
    width: 6px;
    aspect-ratio: 1/1;
    background: var(--theme-list);
    border-radius: 0.4rem;
    display: block;
    position: absolute;
    top: 0.45lh !important;
    left: 0;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
  .c-list:not(.-num) ul,
  .t-page-editor ul:not([class]) ul,
  .t-editor ul:not([class]) ul {
    margin-top: 0.5rem;
  }
  .c-list:not(.-num) ul li:before,
  .t-page-editor ul:not([class]) ul li:before,
  .t-editor ul:not([class]) ul li:before {
    width: 4px !important;
    background: none !important;
    border: 1px solid var(--theme-list);
  }
  @media screen and (max-width: 768px) {
    .c-list:not(.-num) ul,
    .t-page-editor ul:not([class]) ul,
    .t-editor ul:not([class]) ul {
      margin-top: 0.7rem;
    }
  }
  .t-page-editor table .c-list:not(.-num) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox),
  .t-page-editor table ul:not([class]) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox),
  .t-editor table .c-list:not(.-num) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox),
  .t-editor table ul:not([class]) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox),
  .c-chunk .c-list:not(.-num) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox),
  .c-chunk ul:not([class]) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox),
  .c-accordion .c-list:not(.-num) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox),
  .c-accordion ul:not([class]) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox) {
    padding-left: 1.1rem;
  }
  .t-page-editor table .c-list:not(.-num) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox)::before,
  .t-page-editor table ul:not([class]) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox)::before,
  .t-editor table .c-list:not(.-num) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox)::before,
  .t-editor table ul:not([class]) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox)::before,
  .c-chunk .c-list:not(.-num) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox)::before,
  .c-chunk ul:not([class]) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox)::before,
  .c-accordion .c-list:not(.-num) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox)::before,
  .c-accordion ul:not([class]) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox)::before {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    width: 5px;
  }
  .c-list.-num,
  .t-page-editor ol:not([class]),
  .t-editor ol:not([class]) {
    counter-reset: number 0;
    position: relative;
  }
  .c-list.-num > li,
  .t-page-editor ol:not([class]) > li,
  .t-editor ol:not([class]) > li {
    position: relative;
    padding-left: 1.6rem;
  }
  .c-list.-num > li + li,
  .t-page-editor ol:not([class]) > li + li,
  .t-editor ol:not([class]) > li + li {
    margin-top: 0.5rem;
  }
  @media screen and (max-width: 768px) {
    .c-list.-num > li + li,
    .t-page-editor ol:not([class]) > li + li,
    .t-editor ol:not([class]) > li + li {
      margin-top: 0.7rem;
    }
  }
  .c-list.-num > li:nth-child(n+10),
  .t-page-editor ol:not([class]) > li:nth-child(n+10),
  .t-editor ol:not([class]) > li:nth-child(n+10) {
    padding-left: 2.4rem;
  }
  .c-list.-num > li::before,
  .t-page-editor ol:not([class]) > li::before,
  .t-editor ol:not([class]) > li::before {
    counter-increment: number 1;
    content: counter(number) ".";
    background: none;
    height: auto;
    color: var(--theme-list);
    font-family: var(--font-en);
    font-weight: 500;
    position: absolute;
    left: 0;
  }
  .c-list.-num.-in > li > table,
  .t-page-editor ol:not([class]).-in > li > table,
  .t-editor ol:not([class]).-in > li > table {
    margin-block: 0.8rem;
  }
  .t-page-editor table ol:not([class]),
  .t-editor table ol:not([class]) {
    gap: 0;
  }
  .t-page-editor table ol:not([class]) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox),
  .t-editor table ol:not([class]) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox) {
    padding-left: 1.4rem;
  }
  @media screen and (max-width: 768px) {
    .c-accordion .c-list.-num li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox)::before,
    .c-accordion ol:not([class]) li:not(.c-news, .c-flow-item, .c-notice, .c-labelbox)::before {
      -webkit-transform: translateY(-45%);
              transform: translateY(-45%);
    }
  }
  .t-page-editor ul:not([class]) li:has(details)::before,
  .t-page-editor ol:not([class]) li:has(details)::before,
  .t-page-editor ul:not([class]) li.c-entry::before,
  .t-page-editor ol:not([class]) li.t-policy::before,
  .t-page-editor ol:not([class]) li.c-labelbox::before,
  .t-page-editor ul.c-linkList > li > ul:not([class]) > li::before,
  .t-editor ul:not([class]) li:has(details)::before,
  .t-editor ol:not([class]) li:has(details)::before,
  .t-editor ul:not([class]) li.c-entry::before,
  .t-editor ol:not([class]) li.t-policy::before,
  .t-editor ol:not([class]) li.c-labelbox::before,
  .t-editor ul.c-linkList > li > ul:not([class]) > li::before {
    display: none !important;
  }
  .t-page-editor ul:not([class]) li:has(details),
  .t-page-editor ol:not([class]) li:has(details),
  .t-page-editor ul:not([class]) li.c-entry,
  .t-editor ul:not([class]) li:has(details),
  .t-editor ol:not([class]) li:has(details),
  .t-editor ul:not([class]) li.c-entry {
    padding-left: 0 !important;
  }
  .t-page-editor li:has(details) .c-list li::before,
  .t-page-editor li:has(details) section > ul:not([class]) li::before,
  .t-page-editor li:has(details) section > ol:not([class]) li::before,
  .t-editor li:has(details) .c-list li::before,
  .t-editor li:has(details) section > ul:not([class]) li::before,
  .t-editor li:has(details) section > ol:not([class]) li::before {
    display: block !important;
  }
  .t-page-editor .c-flow ul li.c-flow-item ul.c-list.-pink li::before,
  .t-editor .c-flow ul li.c-flow-item ul.c-list.-pink li::before {
    background: pink !important;
  }
  .c-list-small-box {
    border: 1px solid var(--color-line-table);
    margin-bottom: -1px;
  }
  .c-list-small-box > a {
    text-align: center;
    font-family: var(--font-basic);
    font-size: var(--typo-copy-m);
    line-height: var(--lineheight16);
    color: var(--color-copy);
    line-height: 1.4;
    padding: 1.6rem;
    padding: clamp(1.2rem, 1.0632634458rem + 0.3646308113vw, 1.6rem);
    block-size: 100%;
    display: -ms-grid;
    display: grid;
    place-content: center;
  }
  .c-list-small-box > a:hover {
    background: var(--color-white-50);
    color: var(--theme-primary-hover);
  }
  .c-list-small-box:has(.c-link) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .c-list-small-box > a.c-link {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-underline-offset: 0.1em;
  }
  .c-list-small-box > a.c-link::after {
    position: static;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: -2.8rem;
    margin-left: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  :has(.-col2) .c-list-small-box + .c-list-small-box {
    margin-left: -1px;
  }
  :has(.-col2) .c-list-small-box:nth-child(2n+1) {
    margin-left: 0;
  }
  :has(.-small-col2) .c-list-small-box + .c-list-small-box {
    margin-left: -1px;
  }
  :has(.-small-col2) .c-list-small-box:nth-child(2n+1) {
    margin-left: 0;
  }
  :has(.-col3) .c-list-small-box + .c-list-small-box {
    margin-left: -1px;
  }
  :has(.-col3) .c-list-small-box:nth-child(3n+1) {
    margin-left: 0;
  }
  @media screen and (max-width: 768px) {
    :has(.-col3, .-small-col2) .c-list-small-box:nth-child(3n+1) {
      margin-left: -1px;
    }
  }
  .c-list-line {
    border-top: 1px solid var(--color-table-border);
  }
  .c-list-line__item {
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.4rem;
    background-image: linear-gradient(to right, var(--color-table-border), var(--color-table-border) 2px, transparent 2px);
    background-size: 4px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
  .c-list-line__item dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .c-list-line__item dd {
    line-height: 1.4;
  }
  .c-list-line .c-tag {
    inline-size: 10rem;
  }
}
@layer component {
  /* ==============================================================================================
  リンク
  ============================================================================================== */
  .c-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem;
    font-family: var(--font-basic);
    font-size: var(--typo-copy-m);
    line-height: var(--lineheight16);
    color: var(--color-copy);
    text-decoration: underline;
    text-underline-offset: 0.45em;
  }
  .c-link b {
    font-family: var(--font-b);
  }
  .c-link::before {
    content: "";
    block-size: 2rem;
    inline-size: 2rem;
    aspect-ratio: 1/1;
    display: block;
    border-radius: 0.7rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: var(--theme-primary);
  }
  .c-link::after, .c-link[target=_blank]::after {
    content: "";
    position: absolute;
    aspect-ratio: 1/1;
    block-size: 2rem;
    inline-size: 2rem;
    display: -ms-grid;
    display: grid;
    place-content: center;
    border-radius: 0.7rem;
    background-size: 100%;
    background-color: var(--color-white-900);
    -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_arrow.svg);
            mask-image: url(/jujo/assets/image/common/icon/icon_arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-mask-size: 35%;
            mask-size: 35%;
    margin-left: 0;
  }
  .c-link[target=_blank]::after {
    inline-size: inherit;
    background-image: none;
    opacity: 1;
    inset-block-start: inherit;
  }
  .c-link:hover::before, a:hover .c-link::before {
    color: var(--theme-primary);
  }
  .c-link:hover::after, a:hover .c-link::after {
    -webkit-animation: 1.62s var(--easeInOutQuint) forwards arrow-anim;
            animation: 1.62s var(--easeInOutQuint) forwards arrow-anim;
  }
  a:hover .c-link, .c-link:hover {
    color: var(--theme-primary);
    text-decoration: none;
  }
  .c-link.-small {
    font-size: var(--typo-copy-2xs);
    line-height: var(--lineheight15);
  }
  .c-link.-large {
    font-family: var(--font-heading);
    font-size: var(--typo-label-m);
    line-height: var(--lineheight15);
    font-weight: var(--font-weight-heading);
  }
  .c-link.-important {
    color: var(--theme-primary);
  }
  .c-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
  .c-link-list.-type2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    border-top: 1px solid var(--color-black-50);
  }
  @media screen and (max-width: 768px) {
    .c-link-list.-type2 + .c-link-list.-type2 {
      border-top: none;
    }
  }
  .c-link-list.-type2 > li {
    padding-block: 1.4rem;
    border-bottom: 1px dashed var(--color-black-50);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .c-link-list.-type2 > li > ul.c-list {
    margin-top: 0.4rem;
    margin-left: 3.1rem;
  }
  .c-link-list.-type2 > li > ul.c-list li a {
    font-family: var(--font-basic);
    font-size: var(--typo-copy-xs);
    line-height: var(--lineheight15);
    letter-spacing: 0;
    color: var(--color-smallcopy);
  }
  .c-link-list.-type2 > li > ul.c-list li a:hover {
    color: var(--theme-primary);
  }
  .c-link-list.-type2 .c-link {
    text-decoration: none;
  }
  .c-link-small {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0.8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #333;
    font-family: var(--font-basic);
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .c-link-small:hover, .is-current .c-link-small {
    color: var(--theme-primary);
    opacity: 1;
  }
  .c-link-small.is-current {
    color: var(--color-green);
    text-decoration: underline;
  }
  .c-link-small[href$=".pdf"]::before, .c-link-small[href$=".doc"]::before, .c-link-small[href$=".xls"]::before {
    inline-size: 1.6rem;
    background: url(/ijinkai/assets/image/common/icon_dl.svg) no-repeat left top/cover;
  }
  .c-link-small::before {
    background: none;
    content: "";
    aspect-ratio: 1/1;
    inline-size: 0.9rem;
    block-size: 0.9rem;
    display: -ms-grid;
    display: grid;
    place-content: center;
    background-size: 100%;
    background-color: var(--color-black-500);
    -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_arrow.svg);
            mask-image: url(/jujo/assets/image/common/icon/icon_arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    opacity: 0.25;
  }
  .c-link-small:hover:before, .is-current .c-link-small::before, .c-link-small.is-current::before {
    opacity: 1;
    background-color: var(--theme-primary);
  }
  .c-link-small::after {
    margin: 0 !important;
  }
}
@layer component {
  /* ==============================================================================================
  ボタンリンク
  ============================================================================================== */
  .c-button a {
    color: var(--color-white-900);
    font-family: var(--font-b);
    font-weight: 600;
    font-size: clamp(1.3rem, 1.2658158614rem + 0.0911577028vw, 1.4rem);
    line-height: 1.6;
    letter-spacing: 0;
    padding-inline: 2rem;
    padding-block: 1rem;
    border-radius: var(--round-s);
    border: 1px solid var(--theme-link);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: 2rem 0.8rem auto;
    grid-template-columns: 2rem auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    background: var(--theme-link);
    text-align: left;
  }
  .c-button a:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--theme-link-hover);
    border: 1px solid var(--theme-link-hover);
  }
  .c-button a::after, .c-button a::before {
    content: "";
    inline-size: 2rem;
    aspect-ratio: 1/1;
    display: block;
    border-radius: 0.7rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-button a::before {
    background-color: var(--color-white-900);
    -webkit-transform: translateY(-0.02lh);
            transform: translateY(-0.02lh);
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .c-button a::after {
    background: none;
    margin: 0;
    opacity: 1;
    content: "";
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    aspect-ratio: 1/1;
    block-size: 100%;
    display: -ms-grid;
    display: grid;
    place-content: center;
    border-radius: 0.6rem;
    background-size: 100%;
    background-color: var(--theme-link);
    -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_arrow.svg);
            mask-image: url(/jujo/assets/image/common/icon/icon_arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-mask-size: 45%;
            mask-size: 45%;
  }
  .c-button a:hover::after, .c-button:hover .c-button a::after, .c-details-link:hover + details .c-button a::after, a:hover .c-button a::after {
    background-color: var(--theme-link-hover);
    -webkit-animation: 1.62s var(--easeInOutQuint) forwards arrow-anim;
            animation: 1.62s var(--easeInOutQuint) forwards arrow-anim;
  }
  .c-button a[target=_blank]::after {
    -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_blank.svg);
            mask-image: url(/jujo/assets/image/common/icon/icon_blank.svg);
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    inset-block-start: 0;
    -webkit-mask-size: 50%;
            mask-size: 50%;
  }
  .c-button a[href$=".pdf"]::after,
  .c-button a[href$=".doc"]::after,
  .c-button a[href$=".xls"]::after,
  .c-button a[href$=".xlsx"]::after,
  .c-button a[href$=".tsv"]::after {
    -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_dl.svg);
            mask-image: url(/jujo/assets/image/common/icon/icon_dl.svg);
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-before: -0.1lh;
            margin-block-start: -0.1lh;
    -webkit-mask-size: 50%;
            mask-size: 50%;
  }
  .c-button.-center a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-button.-full a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .c-button.-large a {
    padding-inline: 2rem;
    padding-block: 1.6rem;
    -ms-grid-columns: 2.4rem auto;
    grid-template-columns: 2.4rem auto;
  }
  .c-button.-large a::after, .c-button.-large a::before {
    inline-size: 2.4rem;
    border-radius: 0.7rem;
  }
  .c-button.-small a {
    padding-inline: 1.6rem;
    padding-block: 0.625rem;
    -ms-grid-columns: 1.6rem auto;
    grid-template-columns: 1.6rem auto;
  }
  .c-button.-small a::after, .c-button.-small a::before {
    inline-size: 1.6rem;
    border-radius: 0.6rem;
  }
  .c-button.-white a {
    border: solid 1px var(--theme-btn-line);
    background-color: var(--color-white-900);
    color: var(--theme-btn-text);
  }
  .c-button.-white a::before, .c-button.-white a::after {
    -webkit-transform: translateY(-0.05lh);
            transform: translateY(-0.05lh);
  }
  .c-button.-white a::before {
    background-color: var(--theme-link);
  }
  .c-button.-white a::after {
    background-color: var(--color-white-900);
  }
  .c-button.-white a:hover {
    color: var(--theme-link-hover);
    border: solid 1px var(--theme-link-hover);
  }
  .c-button.-white a:hover::before, .c-button:hover .c-button.-white a::before, .c-details-link:hover + details .c-button.-white a::before, a:hover .c-button.-white a::before {
    background-color: var(--theme-link-hover);
  }
  .c-button.-white a:hover::after, .c-button:hover .c-button.-white a::after, .c-details-link:hover + details .c-button.-white a::after, a:hover .c-button.-white a::after {
    -webkit-animation: 1.62s var(--easeInOutQuint) forwards arrow-anim;
            animation: 1.62s var(--easeInOutQuint) forwards arrow-anim;
  }
  .c-button.-white2 a {
    border: solid 1px rgba(0, 0, 0, 0.05);
    background-color: var(--color-white-900);
    color: var(--theme-btn-text);
  }
  .c-button.-white2 a::before, .c-button.-white2 a::after {
    -webkit-transform: translateY(-0.05lh);
            transform: translateY(-0.05lh);
  }
  .c-button.-white2 a::before {
    background-color: var(--theme-link);
  }
  .c-button.-white2 a::after {
    background-color: var(--color-white-900);
  }
  .c-button.-white2 a:hover {
    color: var(--theme-link-hover);
    border: solid 1px var(--theme-link-hover);
  }
  .c-button.-white2 a:hover::before, .c-button:hover .c-button.-white2 a::before, .c-details-link:hover + details .c-button.-white2 a::before, a:hover .c-button.-white2 a::before {
    background-color: var(--theme-link-hover);
  }
  .c-button.-white2 a:hover::after, .c-button:hover .c-button.-white2 a::after, .c-details-link:hover + details .c-button.-white2 a::after, a:hover .c-button.-white2 a::after {
    -webkit-animation: 1.62s var(--easeInOutQuint) forwards arrow-anim;
            animation: 1.62s var(--easeInOutQuint) forwards arrow-anim;
  }
  @media screen and (max-width: 768px) {
    .c-button.-small-full a {
      width: 100%;
    }
  }
  .c-button.-important a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-button-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.6rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    inline-size: 100%;
  }
  .c-button-list.-col3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  @media screen and (max-width: 768px) {
    .c-button-list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 0.8rem;
    }
    .c-button-list.-col3 {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  .c-button-list .c-button a {
    width: 100%;
  }
  .c-button-zoom__wrap {
    position: relative;
  }
  .c-button-zoom {
    position: absolute;
    right: 2rem;
    bottom: 2.13rem;
  }
  .c-button-zoom a {
    color: var(--color-white-900);
    font-family: var(--font-b);
    font-size: clamp(1.3rem, 1.2658158614rem + 0.0911577028vw, 1.4rem);
    line-height: 1.6;
    letter-spacing: 0;
    padding-inline: 2rem;
    padding-block: 1.2rem;
    border-radius: 3.8rem;
    border: 1px solid var(--theme-link);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: 2.4rem 0.8rem auto;
    grid-template-columns: 2.4rem auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    background: var(--theme-link);
  }
  .c-button-zoom a:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--theme-link-hover);
    border: 1px solid var(--theme-link-hover);
  }
  .c-button-zoom a::before {
    content: "";
    inline-size: 2.4rem;
    aspect-ratio: 1/1;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: none;
    margin: 0;
    opacity: 1;
    content: "";
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    aspect-ratio: 1/1;
    block-size: 100%;
    display: -ms-grid;
    display: grid;
    place-content: center;
    background-size: 100%;
    background-color: var(--color-white-900);
    -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_zoomin.svg);
            mask-image: url(/jujo/assets/image/common/icon/icon_zoomin.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
  .c-button-zoom a[target=_blank]::after {
    display: none;
  }
}
@layer component {
  /* ==============================================================================================
  ダウンロードリンク
  ============================================================================================== */
  .c-download-list > .c-download a {
    border-radius: 0;
  }
  .c-download-list > .c-download:first-child a {
    border-top-left-radius: var(--round-xs);
    border-top-right-radius: var(--round-xs);
  }
  .c-download-list > .c-download:last-child a {
    border-bottom-left-radius: var(--round-xs);
    border-bottom-right-radius: var(--round-xs);
  }
  .c-download-list .c-download + .c-download {
    margin-top: -1px;
  }
  .c-download {
    font-size: clamp(1.3rem, 1.2658158614rem + 0.0911577028vw, 1.4rem);
  }
  .c-download a {
    padding: var(--size2) 2rem var(--size2) var(--size3);
    -webkit-padding-end: var(--size6);
            padding-inline-end: var(--size6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.2rem;
    position: relative;
    line-height: 1.7;
    color: var(--font-color-standard);
    border: solid 1px #ECECEC;
    background-color: #F9F9F9;
    border-radius: var(--round-xs);
    overflow: hidden;
  }
  .c-download a::before {
    content: "";
    width: 2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    aspect-ratio: 1/1;
    display: block;
    background-color: var(--color-smallcopy);
    -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_note.svg);
            mask-image: url(/jujo/assets/image/common/icon/icon_note.svg);
  }
  .c-download a[target=_blank]::after, .c-download a[href$=".pdf"]::after, .c-download a[href$=".doc"]::after, .c-download a[href$=".xls"]::after, .c-download a[href$=".xlsx"]::after, .c-download a[href$=".tsv"]::after {
    inline-size: 1.6rem;
    position: absolute;
    top: 50%;
    right: var(--size2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    background-color: var(--color-smallcopy);
    -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_dl.svg);
            mask-image: url(/jujo/assets/image/common/icon/icon_dl.svg);
    opacity: 1;
  }
  .c-download a[target=_blank]::after {
    -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_blank.svg);
            mask-image: url(/jujo/assets/image/common/icon/icon_blank.svg);
  }
  .c-download a[target=_blank][href$=".pdf"]::after {
    -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_dl.svg);
            mask-image: url(/jujo/assets/image/common/icon/icon_dl.svg);
  }
  .c-download a:hover {
    color: var(--theme-primary);
    border: solid 1px var(--theme-primary);
    z-index: 10;
    text-decoration: underline;
  }
  .c-download a:hover::before {
    background-color: var(--theme-primary);
  }
  .c-download a:hover::after {
    background-color: var(--theme-primary);
  }
}
@layer component {
  /* ==============================================================================================
  テーブル
  ============================================================================================== */
  .c-table {
    table-layout: fixed;
    inline-size: 100%;
    -webkit-border-start: 1px solid var(--color-line-table);
            border-inline-start: 1px solid var(--color-line-table);
    -webkit-border-before: 1px solid var(--color-line-table);
            border-block-start: 1px solid var(--color-line-table);
    border-spacing: 0;
    background: var(--color-white-900);
    padding-bottom: 1px;
  }
  .c-table th,
  .c-table td {
    vertical-align: middle;
    -webkit-border-end: 1px solid var(--color-line-table);
            border-inline-end: 1px solid var(--color-line-table);
    -webkit-border-after: 1px solid var(--color-line-table);
            border-block-end: 1px solid var(--color-line-table);
    padding-block: clamp(0.8rem, 0.5607110301rem + 0.6381039198vw, 1.5rem);
    padding-inline: clamp(0.8rem, 0.5265268915rem + 0.7292616226vw, 1.6rem);
    font-family: var(--font-basic);
    font-size: var(--typo-copy-s);
    line-height: var(--lineheight16);
    letter-spacing: 0;
    letter-spacing: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    word-break: auto-phrase;
    text-align: left;
  }
  .c-table th {
    font-family: var(--font-b);
    font-size: var(--typo-copy-s);
    line-height: var(--lineheight16);
    letter-spacing: 0.04em;
    font-weight: 600;
    color: var(--color-heading);
  }
  .c-table thead th {
    background: var(--color-bg-th);
    -webkit-border-after: 1px solid var(--color-line-table);
            border-block-end: 1px solid var(--color-line-table);
  }
  @media screen and (max-width: 768px) {
    .c-table thead + tbody th, .c-table thead + tbody td {
      display: table-cell;
    }
  }
  @media screen and (max-width: 768px) {
    .c-table tbody th, .c-table tbody td {
      display: block;
    }
  }
  .c-table tbody th {
    inline-size: 20%;
    background: var(--color-bg-th);
  }
  @media screen and (max-width: 768px) {
    .c-table tbody th {
      inline-size: 100%;
    }
  }
  .c-table th *,
  .c-table td * {
    margin-block: 0;
  }
  .c-table th .c-button,
  .c-table td .c-button {
    margin-top: clamp(0.8rem, 0.5265268915rem + 0.7292616226vw, 1.6rem);
  }
  .c-table th *:not(li) + *,
  .c-table td *:not(li) + * {
    margin-top: clamp(0.8rem, 0.5265268915rem + 0.7292616226vw, 1.6rem);
  }
  .c-table th ul + *,
  .c-table td ul + * {
    margin-top: 1rem;
  }
  .c-table th:has(.c-notice.-important) p:not([class]),
  .c-table td:has(.c-notice.-important) p:not([class]) {
    margin-top: 0rem;
  }
  .c-table th:has(.c-notice.-important) .c-notice.-important,
  .c-table td:has(.c-notice.-important) .c-notice.-important {
    margin-top: 0rem;
  }
  .c-table th img,
  .c-table td img {
    margin-top: 0 !important;
  }
  .c-table td:has(.c-chunk-img) figcaption {
    margin-top: 0;
  }
  .c-table td:has(.c-link-list.-anchor) .c-link-list.-anchor {
    padding-block: clamp(1.2rem, 1.1316317229rem + 0.1823154057vw, 1.4rem);
    padding-inline: clamp(1rem, 0.9316317229rem + 0.1823154057vw, 1.2rem);
  }
  .c-table.-userlist thead th {
    text-align: center;
    padding-block: 1.025rem;
    background-color: var(--theme-primary);
    color: var(--color-white-900);
  }
  .c-table.-userlist thead th:first-of-type {
    inline-size: 11.2%;
  }
  .c-table.-userlist tbody td {
    padding-inline: 1.09vw;
    text-align: center;
    vertical-align: middle;
    font-family: var(--font-basic);
    font-size: var(--typo-copy-2xs);
    line-height: var(--lineheight15);
    letter-spacing: 0;
    padding-block: 1.3rem;
    padding-inline: 0.8rem;
  }
  .c-table.-userlist td *:not(li) + * {
    margin-top: 1.4rem;
  }
  .c-table.-userlist .c-tag {
    display: block;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    margin-inline: auto;
  }
  .c-table.-userlist * + .c-tag {
    margin-top: 1.1rem;
  }
  .c-table.-userlist br + .c-tag {
    margin-top: 1.1em;
  }
  @media screen and (max-width: 1150px) {
    .c-table.-userlist tbody td {
      padding-inline: 0.4rem;
    }
  }
  @media screen and (max-width: 500px) {
    .c-table.-userlist {
      inline-size: 60rem !important;
    }
  }
  @media screen and (max-width: 768px) {
    .c-table-scrollwrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 1.4rem;
    }
    .c-table-scrollwrapper::-webkit-scrollbar-track {
      background: transparent;
    }
  }
  @media screen and (max-width: 768px) {
    .c-table-scrollwrapper__inner {
      padding-bottom: 1rem;
    }
  }
  .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 4px !important;
    height: 3px !important;
    background: #999999 !important;
    border-radius: 8px !important;
  }
  .simplebar-scrollbar:before {
    background: none !important;
  }
  /*スマホ時2重scroll対策*/
  .simplebar-content-wrapper {
    /* 横スクロールは有効 */
    overflow-x: scroll !important;
    /* ネイティブのスクロールバーを非表示 */
    scrollbar-width: none !important; /* Firefox */
    -ms-overflow-style: none !important; /* IE, Edge */
  }
  .simplebar-content-wrapper::-webkit-scrollbar {
    display: none !important; /* Chrome, Safari */
  }
  .c-table-callout {
    background-color: rgba(208, 73, 71, 0.05);
    border: 1px solid var(--color-red-700);
    border-radius: 1.2rem;
    color: var(--color-black3);
    padding: 0.8rem 1rem;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  @media screen and (max-width: 768px) {
    .c-table-callout {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
  }
  .c-table-callout p {
    font-size: 1.1rem;
    font-family: var(--font-heading);
    color: var(--color-red-700);
    position: relative;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .c-table-callout b {
    color: var(--theme-primary);
  }
  .c-table-callout::before {
    content: "";
    inline-size: 2rem;
    block-size: 2rem;
    aspect-ratio: 1/1;
    display: -ms-grid;
    display: grid;
    place-content: center;
    background-size: 100%;
    background-color: var(--color-red-700);
    -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_attention2.svg);
            mask-image: url(/jujo/assets/image/common/icon/icon_attention2.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 1.5rem;
            mask-size: 1.5rem;
  }
  @media screen and (max-width: 768px) {
    .c-table.-scroll {
      inline-size: 80rem;
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
    }
    .c-table.-scroll th, .c-table.-scroll td {
      max-inline-size: 30rem;
    }
    .c-table.-scroll .size-1 {
      inline-size: auto;
      min-inline-size: 15rem;
    }
    .c-table.-scroll .size-2 {
      inline-size: auto;
      min-inline-size: 15rem;
    }
  }
  .c-table thead th.th-small {
    background: #1A8C41;
    border-top: 1px solid var(--color-table-border);
    padding: 0.9rem 1.6rem 0.5rem;
  }
  @media screen and (max-width: 768px) {
    .c-table thead th.th-small {
      padding-inline: 1rem;
    }
  }
  .size-2xs:is(th, td) {
    inline-size: 8% !important;
    min-inline-size: 13rem !important;
  }
  @media screen and (max-width: 768px) {
    table:not(.-scroll) .size-2xs:is(th, td) {
      inline-size: 100% !important;
    }
  }
  .size-xs:is(th, td) {
    inline-size: 12% !important;
    min-inline-size: 13rem !important;
  }
  @media screen and (max-width: 768px) {
    table:not(.-scroll) .size-xs:is(th, td) {
      inline-size: 100% !important;
    }
  }
  .size-s:is(th, td) {
    inline-size: 12.5% !important;
    min-inline-size: 13rem !important;
  }
  @media screen and (max-width: 768px) {
    table:not(.-scroll) .size-s:is(th, td) {
      inline-size: 100% !important;
    }
  }
  .size-s-fixed:is(th, td) {
    inline-size: 12.5% !important;
    min-inline-size: 13rem !important;
  }
  @media screen and (max-width: 768px) {
    table:not(.-scroll) .size-s-fixed:is(th, td) {
      inline-size: 12.5% !important;
      min-inline-size: 6.8rem !important;
      display: inline-block;
    }
  }
  @media screen and (max-width: 768px) {
    tbody tr:has(.size-s-fixed) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  @media screen and (max-width: 768px) {
    tbody th.size-s-fixed + td {
      display: block;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      inline-size: auto !important;
    }
  }
  .size-m:is(th, td) {
    inline-size: 16.6% !important;
    min-inline-size: 13rem !important;
  }
  @media screen and (max-width: 768px) {
    table:not(.-scroll) .size-m:is(th, td) {
      inline-size: 100% !important;
    }
  }
  .size-1:is(th, td) {
    inline-size: 20% !important;
    min-inline-size: 16rem !important;
  }
  @media screen and (max-width: 768px) {
    table:not(.-scroll) .size-1:is(th, td) {
      inline-size: 100% !important;
    }
  }
  .size-2:is(th, td) {
    inline-size: 25% !important;
    min-inline-size: 2rem !important;
  }
  @media screen and (max-width: 768px) {
    table:not(.-scroll) .size-2:is(th, td) {
      inline-size: 100% !important;
    }
  }
  .size-3:is(th, td) {
    inline-size: 27.5% !important;
    min-inline-size: 22rem !important;
  }
  @media screen and (max-width: 768px) {
    table:not(.-scroll) .size-3:is(th, td) {
      inline-size: 100% !important;
    }
  }
  .size-4:is(th, td) {
    inline-size: 13.5% !important;
    min-inline-size: 13rem !important;
  }
  @media screen and (max-width: 768px) {
    table:not(.-scroll) .size-4:is(th, td) {
      inline-size: 100% !important;
    }
  }
  .size-5:is(th, td) {
    inline-size: 21% !important;
    min-inline-size: 24rem !important;
  }
  @media screen and (max-width: 768px) {
    table:not(.-scroll) .size-5:is(th, td) {
      inline-size: 100% !important;
    }
  }
  .size-6:is(th, td) {
    inline-size: 23% !important;
    min-inline-size: 15rem !important;
  }
  @media screen and (max-width: 768px) {
    table:not(.-scroll) .size-6:is(th, td) {
      inline-size: 100% !important;
    }
  }
  .size-7:is(th, td) {
    inline-size: 45.5% !important;
    min-inline-size: 24rem !important;
  }
  @media screen and (max-width: 768px) {
    table:not(.-scroll) .size-7:is(th, td) {
      inline-size: 100% !important;
    }
  }
  .size-one-third:is(th, td) {
    inline-size: 33.5% !important;
    min-inline-size: 27rem !important;
  }
  @media screen and (max-width: 768px) {
    table:not(.-scroll) .size-one-third:is(th, td) {
      inline-size: 100% !important;
    }
  }
  .size-half:is(th, td) {
    inline-size: 50% !important;
    min-inline-size: 27rem !important;
  }
  @media screen and (max-width: 768px) {
    table:not(.-scroll) .size-half:is(th, td) {
      inline-size: 100% !important;
    }
  }
  .size-two-thirds:is(th, td) {
    inline-size: 66.6% !important;
    min-inline-size: 27rem !important;
  }
  @media screen and (max-width: 768px) {
    table:not(.-scroll) .size-two-thirds:is(th, td) {
      inline-size: 100% !important;
    }
  }
  .size-closed-1:is(th, td) {
    inline-size: 16.6% !important;
    min-inline-size: 12rem !important;
  }
  @media screen and (max-width: 768px) {
    table:not(.-scroll) .size-closed-1:is(th, td) {
      inline-size: 100% !important;
    }
  }
  .c-table.-small {
    background: none;
    -webkit-border-start: none;
            border-inline-start: none;
  }
  .c-table.-small th, .c-table.-small td {
    -webkit-border-end: none;
            border-inline-end: none;
    background-image: repeating-linear-gradient(to right, #ababab 0px, #ababab 1px, transparent 1px, transparent 4px);
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: auto 1px;
    background-origin: padding-box;
    border-bottom: none;
    font-size: var(--font-size-s);
    padding-block: 1.9rem 1.45rem;
  }
  .c-table.-small th {
    padding-block: 0;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
  .c-table.-small td {
    padding-inline: 0;
    -webkit-padding-before: 1.75rem;
            padding-block-start: 1.75rem;
  }
  .c-table.-small tbody th {
    inline-size: 30%;
    background-color: initial;
  }
  @media screen and (max-width: 768px) {
    .c-table.-small th, .c-table.-small td {
      padding-inline: 0;
      background-image: none;
      -webkit-border-after: 1px solid var(--color-table-border);
              border-block-end: 1px solid var(--color-table-border);
    }
    .c-table.-small th {
      -webkit-padding-before: 1.3rem;
              padding-block-start: 1.3rem;
      -webkit-padding-after: 0.5rem;
              padding-block-end: 0.5rem;
      -webkit-border-after: 0;
              border-block-end: 0;
    }
    .c-table.-small td {
      -webkit-padding-before: 0;
              padding-block-start: 0;
      -webkit-padding-after: 1.8rem;
              padding-block-end: 1.8rem;
    }
    .c-table.-small tbody th {
      inline-size: 100%;
    }
    .c-table.-small:not(:has(th)) td {
      padding-block: 1.6rem 1.55rem;
    }
  }
  .c-table.-schedule-closed th, .c-table.-schedule-closed td {
    padding: 1.4rem 1.6rem 1.3rem;
  }
  .c-table.-schedule-closed thead th {
    background: #F8F8F8;
    color: var(--color-heading);
  }
  .c-table.-schedule-closed tbody th {
    background: #F8F8F8;
  }
  @media screen and (max-width: 500px) {
    .c-table.-schedule-closed {
      inline-size: 50rem !important;
    }
  }
  .c-table.-th2 th {
    inline-size: inherit;
  }
  @media screen and (max-width: 768px) {
    .c-table.-th2 th {
      inline-size: 100%;
    }
  }
  @media screen and (max-width: 768px) {
    .c-table.-th2 th:not([rowspan]):not([colspan]) {
      background: #FAFAFA;
      color: var(--color-black-400);
      font-family: var(--font-b);
      font-weight: var(--font-weight-b);
    }
  }
  @media screen and (max-width: 768px) {
    .c-table.-th2 .th-not {
      display: none;
    }
  }
}
@layer component {
  /* ==============================================================================================
  見出し
  ============================================================================================== */
  .c-heading {
    position: relative;
    color: var(--theme-primary);
    font-family: var(--font-heading);
    font-size: var(--typo-heading-h2);
    font-weight: var(--font-weight-heading);
    line-height: 1.4;
    letter-spacing: 0;
    background-color: var(--color-black-25);
    overflow: hidden;
    border-bottom: 1px solid var(--color-border-standard);
    border-top-left-radius: clamp(0.8rem, 0.5265268915rem + 0.7292616226vw, 1.6rem);
    border-top-right-radius: clamp(0.8rem, 0.5265268915rem + 0.7292616226vw, 1.6rem);
    padding-inline: var(--size-s);
    padding-top: clamp(1.8rem, 1.0137648131rem + 2.096627165vw, 4.1rem);
    padding-bottom: clamp(1.5rem, 0.8163172288rem + 1.8231540565vw, 3.5rem);
    margin-top: var(--mt-heading);
    margin-bottom: 1.6rem;
  }
  .c-heading::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--theme-primary);
    top: 0;
    left: 0;
    position: absolute;
  }
  .c-section:first-child .c-heading:first-child {
    margin-top: 0;
  }
  .t-page-editor > .c-heading:first-child {
    margin-top: 0;
  }
  .c-heading.-mt-none {
    margin-top: 0;
  }
  @media screen and (max-width: 1023px) {
    .c-heading {
      margin-bottom: 0rem;
    }
  }
  .c-heading2 {
    color: var(--color-black-900);
    font-size: var(--typo-heading-h3);
    font-family: var(--font-heading);
    font-weight: var(--font-weight-heading);
    line-height: var(--lineheight14);
    letter-spacing: 0.02em;
    border-top: solid 1px var(--color-black-50);
    margin-top: 4.8rem;
    margin-bottom: 1rem;
  }
  .c-heading + .c-heading2 {
    margin-top: 1rem;
  }
  .c-heading2 span {
    position: relative;
    display: inline-block;
    padding-top: clamp(1.6rem, 1.2239744758rem + 1.0027347311vw, 2.7rem);
  }
  .c-heading2 span::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--theme-primary);
  }
  @media screen and (max-width: 1023px) {
    .c-heading2 {
      margin-top: 2.6rem;
      margin-bottom: 0;
    }
    .c-heading + .c-heading2 {
      margin-top: 1rem;
    }
  }
  .c-heading3 {
    margin-top: 1.2rem;
    background-color: var(--color-black-25);
    font-size: var(--typo-heading-h4);
    font-family: var(--font-heading);
    font-weight: var(--font-weight-heading);
    line-height: var(--lineheight15);
    padding-block: clamp(0.8rem, 0.6632634458rem + 0.3646308113vw, 1.2rem);
    padding-inline: clamp(1.3rem, 1.1974475843rem + 0.2734731085vw, 1.6rem);
    border-radius: 0.6rem;
    overflow: hidden;
    color: var(--color-black-900);
  }
  @media screen and (max-width: 1023px) {
    .c-heading3 {
      margin-top: 0;
    }
  }
  .c-heading3:has(a.c-icon-arrow) {
    width: 100%;
    gap: 1rem;
    padding: 0;
    background: none;
  }
  .c-heading3:has(a.c-icon-arrow) a {
    background-color: var(--color-black-25);
    padding-block: clamp(0.8rem, 0.6632634458rem + 0.3646308113vw, 1.2rem);
    padding-inline: clamp(1.3rem, 1.1974475843rem + 0.2734731085vw, 1.6rem);
    text-decoration: none;
    color: var(--color-black-900);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-heading3:has(a.c-icon-arrow) a:hover {
    background-color: #F0F0ED;
    color: var(--theme-primary);
  }
  .c-heading4 {
    color: var(--color-heading);
    font-family: var(--font-heading);
    font-size: var(--typo-heading-h4-t2);
    font-style: normal;
    font-weight: var(--font-weight-heading);
    line-height: var(--lineheight14);
    position: relative;
    margin-top: 0.95rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 1.2rem;
  }
  @media screen and (max-width: 1023px) {
    .c-heading4 {
      margin-top: 1.1rem;
    }
  }
  .c-heading4::before {
    content: "";
    display: block;
    inline-size: 0.4rem;
    block-size: calc(100% - 0.4rem);
    border-radius: var(--round-max);
    -webkit-transform: translateY(-0.05em);
            transform: translateY(-0.05em);
    position: absolute;
    background: var(--theme-primary);
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-heading + .c-heading4, .c-accordion-body > .c-heading4:first-child {
    margin-top: 0;
  }
}
@layer component {
  /* ==============================================================================================
  画像
  ============================================================================================== */
  .c-img {
    border-radius: var(--round-l) !important;
    overflow: hidden;
    border: solid 1px var(--color-black-50);
    width: 100%;
  }
  .c-img > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-img.-rm {
    border-radius: var(--round-m) !important;
  }
}
/* ----------------------------------------
コンポーネント
---------------------------------------- */
@layer component {
  /* ==============================================================================================
  パンくずリスト
  ============================================================================================== */
  .c-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem;
    overflow-x: scroll;
    padding-block: 0.1rem;
  }
  .c-breadcrumb::-webkit-scrollbar {
    display: none;
  }
  @media screen and (max-width: -1) {
    .c-breadcrumb {
      padding-inline: var(--contents-inline);
    }
  }
  .c-breadclumb__item {
    font-size: var(--typo-copy-2xs);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem;
    color: var(--color-smallcopy);
    white-space: nowrap;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .c-breadclumb__item a {
    color: var(--color-smallcopy);
  }
  .c-breadclumb__item::after {
    content: "";
    width: 10px;
    height: 1px;
    background: var(--color-smallcopy);
    display: block;
    opacity: 0.4;
  }
  .c-breadclumb__item:last-child::after {
    display: none;
  }
}
@layer component {
  /* ==============================================================================================
  アコーディオン
  ============================================================================================== */
  .c-details-link {
    block-size: 2.4rem;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    inline-size: 100%;
    z-index: 500;
  }
  @media screen and (max-width: 1023px) {
    .c-details-link {
      block-size: 5.6rem;
      inline-size: calc(100% - 3.2rem);
    }
  }
  .c-details {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  @media screen and (max-width: 1023px) {
    .c-details {
      display: block;
    }
  }
  .c-details__label {
    margin-bottom: 2rem;
    block-size: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    text-decoration: none;
  }
  @media screen and (max-width: 1023px) {
    .c-details__label {
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      block-size: 5.6rem;
      padding: 0.8rem 0.8rem 0.8rem 0;
    }
    .c-details-link:hover + .c-details .c-details__label, .c-details__label:hover {
      background: var(--theme-primary-10);
    }
    .is-opened .c-details__label {
      color: var(--theme-primary);
    }
  }
  .c-details__label::after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color-white-900);
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .is-opened .c-details__label::after {
    opacity: 1;
  }
  .c-details__label__text {
    text-decoration: none;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
    font-family: var(--font-heading);
    font-size: var(--typo-label-m);
    line-height: var(--lineheight15);
    font-weight: var(--font-weight-heading);
    color: var(--color-copy);
  }
  @media screen and (max-width: 1023px) {
    .c-details__label__text:not(header) .c-details-link:hover + .c-details .c-details__label__text, .is-opened .c-details__label__text, .c-details-link:hover + .c-details .c-details__label__text, .c-details__label:hover .c-details__label__text {
      color: var(--theme-primary);
    }
  }
  .c-details-link:hover + .c-details .c-details__label__text, .c-details__label:hover .c-details__label__text {
    color: var(--theme-primary);
  }
  summary {
    list-style: none;
  }
  summary::-webkit-details-marker {
    display: none;
  }
  .c-details__label__icon {
    position: relative;
    inline-size: 2.4rem;
    block-size: 2.4rem;
    display: none;
  }
  @media screen and (max-width: 1023px) {
    .c-details__label__icon {
      display: block;
    }
  }
  .c-details__label__icon::before,
  .c-details__label__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    inline-size: 12px;
    block-size: 2px;
    background-color: #C8C8C8;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .c-details__label__icon::before {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .c-details__label__icon::after {
    rotate: 90deg;
    left: 50%;
    translate: -50%;
  }
  .is-opened .c-details__label__icon::before {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .is-opened .c-details__label__icon::after {
    rotate: 180deg;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .c-details__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
  }
  @media screen and (max-width: 1023px) {
    .c-details__body {
      padding: 2rem;
      background: rgba(0, 0, 0, 0.015);
      -webkit-border-before: 1px solid rgba(0, 0, 0, 0.05);
              border-block-start: 1px solid rgba(0, 0, 0, 0.05);
    }
  }
}
@layer component {
  /* ==============================================================================================
  モーダル
  ============================================================================================== */
  .c-modal {
    inline-size: calc(100% + 1px);
    block-size: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: var(--zindex-lv-max);
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-modal.is-open {
    opacity: 1;
    visibility: visible;
  }
  .c-modal__contents {
    inline-size: 90%;
    max-inline-size: 75rem;
    background: var(--color-white-900);
    position: absolute;
    inset-inline-start: 50%;
    inset-block-start: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.02), 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.02), 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    padding: clamp(3.2rem, 2.653053783rem + 1.4585232452vw, 4.8rem);
    position: relative;
  }
  @media screen and (max-width: 400px) {
    .c-modal__contents {
      padding: 2rem;
    }
  }
  .c-modal__contents:not(:has(.c-modal-body)) {
    padding: clamp(3.2rem, 1.5591613491rem + 4.3755697356vw, 8rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(2rem, 1.8632634458rem + 0.3646308113vw, 2.4rem);
  }
  .c-modal__contents:has(.c-modal-body) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    position: relative;
  }
  @media screen and (max-width: 1023px) {
    .c-modal__contents:has(.c-modal-body) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  .c-modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(2.4rem, 1.9556061987rem + 1.1850501367vw, 3.7rem);
  }
  .c-modal-heading {
    font-size: clamp(2rem, 1.8632634458rem + 0.3646308113vw, 2.4rem);
    font-family: var(--font-heading);
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .c-modal-lead {
    font-family: var(--font-basic);
    font-size: var(--typo-copy-m);
    line-height: var(--lineheight16);
    text-align: center;
  }
  .c-modal-close {
    inline-size: 5.6rem;
    aspect-ratio: 1/1;
    position: absolute;
    inset-block-end: 6px;
    inset-inline-start: 50%;
    -webkit-transform: translate(-50%, 50%) scale(1) rotate(0deg);
            transform: translate(-50%, 50%) scale(1) rotate(0deg);
    border-radius: 100px;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: center;
            transform-origin: center;
    border: solid 4px var(--color-white-900);
    overflow: hidden;
    background: var(--theme-primary);
  }
  .c-modal-close:hover {
    background: var(--color-black-900);
    -webkit-transform: translate(-50%, 50%) scale(0.95) rotate(90deg);
            transform: translate(-50%, 50%) scale(0.95) rotate(90deg);
  }
  .c-modal-close:hover::after {
    opacity: 0;
  }
  @media screen and (max-width: 1023px) {
    .c-modal-close {
      inline-size: 4rem;
      inset-block-end: auto;
      inset-inline-start: auto;
      inset-block-start: 0;
      inset-inline-end: 0;
      -webkit-transform: translate(23%, -23%) scale(1) rotate(0deg);
              transform: translate(23%, -23%) scale(1) rotate(0deg);
      border: none;
    }
    .c-modal-close:hover {
      -webkit-transform: translate(23%, -23%) scale(0.95) rotate(90deg);
              transform: translate(23%, -23%) scale(0.95) rotate(90deg);
    }
  }
  .c-modal-close-type2 {
    inline-size: 4.8rem;
    aspect-ratio: 1/1;
    background: var(--theme-primary);
    border-radius: 0 0 0 var(--round-xs);
    margin-top: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-modal-close-type2 img {
    margin-top: 0 !important;
    inline-size: 2.4rem;
    aspect-ratio: 1/1;
  }
  @media screen and (max-width: 1023px) {
    .c-modal-close-type2 {
      inline-size: 4rem;
    }
    .c-modal-close-type2 img {
      inline-size: 2.2rem;
    }
  }
  .c-modal-close-type2:hover {
    background: #1A8C41;
  }
  .c-modal-open {
    border: 0;
    border-radius: var(--round-xs);
  }
  .c-modal-open img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-modal-open::before {
    content: "";
    inline-size: 4.8rem;
    aspect-ratio: 1/1;
    background: var(--theme-primary);
    border-radius: var(--round-xs) 0 var(--round-xs) 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
  @media screen and (max-width: 1023px) {
    .c-modal-open::before {
      inline-size: 4rem;
    }
  }
  .c-modal-open::after {
    content: "";
    inline-size: 4.8rem;
    aspect-ratio: 1/1;
    background: url(/jujo/assets/image/common/icon/icon_zoomin.svg) no-repeat center center/cover;
    background-size: 2.4rem;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 11;
  }
  @media screen and (max-width: 1023px) {
    .c-modal-open::after {
      inline-size: 4rem;
      background-size: 2.2rem;
    }
  }
  .c-modal-open:hover img {
    opacity: 0.9;
  }
  .c-modal-open:hover::before {
    background: #1A8C41;
  }
}
@layer component {
  /* ==============================================================================================
  アイコン
  ============================================================================================== */
  .c-icon-arrow {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2rem 0.8rem 1fr;
    grid-template-columns: 2rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-icon-arrow::before {
    content: "";
    inline-size: 2rem;
    block-size: 2rem;
    aspect-ratio: 1/1;
    display: block;
    border-radius: 0.7rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: var(--theme-primary);
  }
  .c-icon-arrow::after {
    inline-size: 2rem;
    block-size: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: none;
    content: "";
    position: absolute;
    aspect-ratio: 10/9;
    display: -ms-grid;
    display: grid;
    place-content: center;
    border-radius: 0.7rem;
    background-size: 100%;
    background-color: var(--color-white-900);
    -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_arrow.svg);
            mask-image: url(/jujo/assets/image/common/icon/icon_arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-mask-size: 40%;
            mask-size: 40%;
    opacity: 1;
  }
  .c-icon-arrow:hover::before, .c-button:hover .c-icon-arrow::before, .c-details-link:hover + details .c-icon-arrow::before, a:hover .c-icon-arrow::before {
    background: var(--theme-primary);
  }
  .c-icon-arrow:hover::after, .c-button:hover .c-icon-arrow::after, .c-details-link:hover + details .c-icon-arrow::after, a:hover .c-icon-arrow::after {
    background-color: var(--color-white-900);
    -webkit-animation: 1.62s var(--easeInOutQuint) forwards arrow-anim;
            animation: 1.62s var(--easeInOutQuint) forwards arrow-anim;
  }
  .c-icon-arrow.-type2::before {
    inline-size: 4.8rem;
    block-size: 4.8rem;
    background-color: var(--color-white-900);
    -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.03);
            box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.03);
    border-radius: 16px;
  }
  .c-icon-arrow.-type2::after {
    inline-size: 4.8rem;
    block-size: 4.8rem;
    background-color: #000;
    -webkit-mask-size: 22%;
            mask-size: 22%;
  }
  .c-icon-arrow.-type2:hover::before, .c-button:hover .c-icon-arrow.-type2::before, .c-details-link:hover + details .c-icon-arrow.-type2::before, a:hover .c-icon-arrow.-type2::before {
    background: var(--theme-primary);
  }
  .c-icon-arrow.-type2:hover::after, .c-button:hover .c-icon-arrow.-type2::after, .c-details-link:hover + details .c-icon-arrow.-type2::after, a:hover .c-icon-arrow.-type2::after {
    background-color: var(--color-white-900);
    -webkit-animation: 1.9s var(--easeInOutQuint) forwards arrow-anim2;
            animation: 1.9s var(--easeInOutQuint) forwards arrow-anim2;
  }
  .c-icon-arrow.-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-icon-arrow.-home::before {
    inline-size: 2.4rem;
    block-size: 2.4rem;
  }
  .c-icon-arrow.-home::after {
    inline-size: 2.4rem;
    block-size: 100%;
    background-size: 100%;
  }
  .c-icon-arrow.-line {
    -ms-grid-columns: none;
    grid-template-columns: none;
  }
  .c-icon-arrow.-line::before {
    border: solid 1px rgba(255, 255, 255, 0.4);
    background: none;
  }
  .c-icon-arrow.-line:hover::before, .c-button:hover .c-icon-arrow.-line::before, .c-details-link:hover + details .c-icon-arrow.-line::before, a:hover .c-icon-arrow.-line::before {
    background: rgba(0, 0, 0, 0.1);
  }
  .c-icon-arrow.-box-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 12px;
  }
  .c-icon-arrow.-box-s::before {
    inline-size: 2rem;
    block-size: 2rem;
  }
  .c-icon-arrow.-box-s::after {
    inline-size: 2rem;
    block-size: 100%;
    background-size: 100%;
  }
  .c-icon-arrow.-box-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 12px;
  }
  .c-icon-arrow.-box-m::before {
    inline-size: 2.4rem;
    block-size: 2.4rem;
  }
  .c-icon-arrow.-box-m::after {
    inline-size: 2.4rem;
    block-size: 100%;
    background-size: 100%;
  }
  .c-icon-arrow.-box-l {
    -ms-grid-columns: 3.2rem 12px 1fr;
    grid-template-columns: 3.2rem 1fr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 12px;
  }
  .c-icon-arrow.-box-l::before {
    inline-size: 3.2rem;
    block-size: 3.2rem;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-icon-arrow.-box-l::after {
    inline-size: 3.2rem;
    block-size: 100%;
    background-size: 100%;
    top: 1px;
    -webkit-mask-size: 38%;
            mask-size: 38%;
  }
  .c-icon-arrow.-side {
    -ms-grid-columns: 1.6rem 1fr;
    grid-template-columns: 1.6rem 1fr;
  }
  .c-icon-arrow.-side::before, .c-icon-arrow.-side::after {
    inline-size: 1.6rem;
    block-size: 1.6rem;
    border-radius: 0.6rem;
  }
  .c-icon-arrow.-side::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-icon-arrow.-side::after {
    aspect-ratio: 7.5/6.5;
  }
  .c-icon-arrow.-side:hover::after, a:hover .c-icon-arrow.-side::after {
    background-color: var(--color-white-900);
  }
  .is-current a .c-icon-arrow.-side::after {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transform: translate(0, 0.05em);
            transform: translate(0, 0.05em);
  }
  .is-current a:not(:only-child) .c-icon-arrow.-side:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    aspect-ratio: 6.5/7.5;
  }
  .is-current a .c-icon-arrow.-pagenation-list::before {
    background: var(--color-white-900);
    border: var(--color-white-900);
  }
  .is-current a:hover .c-icon-arrow.-pagenation-list::after, .is-current a .c-icon-arrow.-pagenation-list::after {
    background-color: var(--theme-primary);
    -webkit-animation: none !important;
            animation: none !important;
  }
  .c-icon-arrow.-fade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    gap: 0;
  }
  .c-icon-arrow.-fade::before {
    inline-size: 3.4rem;
    block-size: 3.4rem;
    aspect-ratio: 1/1;
    border-radius: var(--round-max);
    border: solid 2px var(--color-white-900);
  }
  .c-icon-arrow.-fade::after {
    inline-size: 100%;
    border-radius: var(--round-max);
    -webkit-mask-size: 35%;
            mask-size: 35%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .c-icon-arrow.-fade.-prev {
    left: -1.5rem;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .c-icon-arrow.-fade.-next {
    right: -1.5rem;
  }
  .c-modal-close .c-icon-toggle {
    inline-size: 40%;
    position: absolute;
    inset-block-start: 50%;
    inset-inline: 0;
  }
  .c-icon-toggle {
    inline-size: 100%;
    margin-inline: auto;
    display: block;
    block-size: 4px;
    background: var(--color-white-900);
    cursor: pointer;
    z-index: 1;
  }
  .c-icon-toggle.-black {
    background: var(--color-black3);
  }
  .c-icon-toggle::after, .c-icon-toggle::before {
    content: "";
    inline-size: 100%;
    block-size: 2px;
    display: block;
    position: absolute;
    background: var(--color-white-900);
    border-radius: var(--round-max);
  }
  .c-icon-toggle.-black::before, .c-icon-toggle.-black::after {
    background: var(--color-black4);
  }
  .c-icon-toggle::before {
    top: -5px;
  }
  .c-icon-toggle::after {
    top: 5px;
  }
  .c-icon-toggle.-close, .is-modal-open .c-icon-toggle {
    background: rgba(255, 255, 255, 0);
  }
  .c-icon-toggle.-close::before, .is-modal-open .c-icon-toggle::before {
    top: 0;
    rotate: 45deg;
  }
  .c-icon-toggle.-close::after, .is-modal-open .c-icon-toggle::after {
    top: 0;
    rotate: -45deg;
  }
  .c-icon-accordion {
    inline-size: var(--size3);
    block-size: var(--size3);
    aspect-ratio: 1/1;
    display: -ms-grid;
    display: grid;
    place-content: center;
    border-radius: var(--round-max);
    border: solid 1px var(--theme-primary);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .c-icon-accordion::before {
    content: "";
    inline-size: var(--size3);
    block-size: var(--size3);
    display: -ms-grid;
    display: grid;
    place-content: center;
    background-color: var(--theme-primary);
    -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_arrow_down.svg);
            mask-image: url(/jujo/assets/image/common/icon/icon_arrow_down.svg);
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-size: 1.8rem;
            mask-size: 1.8rem;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .c-accordion:hover .c-icon-accordion {
    background: var(--theme-primary);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .c-accordion:hover .c-icon-accordion::before {
    background-color: var(--color-white-900);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .is-opened .c-icon-accordion {
    background: var(--theme-primary);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .is-opened .c-icon-accordion::before {
    background-color: var(--color-white-900);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .c-icon-faq {
    width: var(--size4);
    aspect-ratio: 1/1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: center;
    line-height: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
    border-radius: var(--round-max);
    font-family: var(--font-en);
    font-weight: bold;
    color: var(--color-white-900);
  }
  .c-icon-faq.-q {
    background: var(--theme-primary);
  }
  .is-opened .c-icon-faq.-q {
    color: var(--theme-primary);
    background: var(--color-white-900);
  }
  .c-icon-faq.-a {
    background: var(--theme-primary);
  }
}
@layer component {
  /* ==============================================================================================
  テキスト
  ============================================================================================== */
  .c-txt p + p {
    margin-top: 1em;
  }
  .c-txt-slogan {
    color: var(--theme-primary);
    font-family: var(--font-heading);
    font-size: var(--typo-label-l);
    line-height: var(--lineheight16);
    font-weight: var(--font-weight-heading);
  }
  .c-txt-slogan.-small {
    font-family: var(--font-heading);
    font-size: var(--typo-label-m);
    line-height: var(--lineheight15);
    font-weight: var(--font-weight-heading);
  }
  .c-txt-slogan.-black {
    color: var(--theme-slogan-bk);
  }
  .c-txt-l {
    font-family: var(--font-basic);
    font-size: var(--typo-copy-l);
    line-height: var(--lineheight18);
    letter-spacing: 0.06em;
  }
  .c-txt-m {
    font-family: var(--font-basic);
    font-size: var(--typo-copy-m);
    line-height: var(--lineheight16);
  }
  .c-txt-m.-white {
    color: var(--color-white-900);
  }
  .c-txt-s {
    font-family: var(--font-basic);
    font-size: var(--typo-copy-s);
    line-height: var(--lineheight16);
    letter-spacing: 0;
  }
  .c-txt-xs {
    font-family: var(--font-basic);
    font-size: var(--typo-copy-xs);
    line-height: var(--lineheight15);
    letter-spacing: 0;
  }
  .c-txt-2xs {
    font-family: var(--font-basic);
    font-size: var(--typo-copy-2xs);
    line-height: var(--lineheight15);
  }
  .c-txt-notice {
    font-size: var(--typo-copy-xs);
    line-height: var(--lineheight17);
  }
}
@layer component {
  /* ==============================================================================================
  注釈
  ============================================================================================== */
  .c-notice {
    font-family: var(--font-basic);
    font-size: var(--typo-copy-xs);
    line-height: var(--lineheight15);
    color: var(--color-smallcopy);
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: var(--size-6xs);
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .c-notice::before {
    content: "※";
  }
  .c-notice + .c-notice {
    margin-top: var(--size-5xs);
  }
  .c-table .c-notice + .c-notice {
    margin-top: var(--size-6xs);
  }
  .c-notice-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4rem;
  }
  .c-notice.-small {
    font-size: 1.2rem !important;
  }
  .c-notice.-small::before {
    font-size: 1.2rem !important;
  }
  .c-notice.-important {
    font-family: var(--font-heading);
    font-weight: var(--font-weight-heading);
    color: var(--color-important);
  }
  .c-notice.-important::before {
    color: var(--color-important);
  }
  .c-notice.-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-notice.-right::before {
    display: none;
  }
  .c-notice.-num1::before {
    content: "※1";
  }
  .c-notice.-num2::before {
    content: "※2";
  }
  .c-notice-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--size-4xs);
  }
}
@layer component {
  /* ==============================================================================================
  セクション
  ============================================================================================== */
  .c-section,
  .c-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--size-s);
  }
  .c-section > p + p:not(.c-button):has(a img), .c-section > p + p:not(.c-img):has(img),
  .c-block > p + p:not(.c-button):has(a img),
  .c-block > p + p:not(.c-img):has(img) {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
  .c-block.-small {
    gap: 1.6rem;
  }
}
@layer component {
  /* ==============================================================================================
  横並びカード
  ============================================================================================== */
  .c-chunk {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr var(--size-s) 2fr;
    grid-template-columns: 1fr 2fr;
    -webkit-column-gap: var(--size-s);
       -moz-column-gap: var(--size-s);
            column-gap: var(--size-s);
    row-gap: 0;
    /* 画像は左列で縦に貫通 */
  }
  .c-chunk .c-chunk-img {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
  }
  .c-chunk .c-chunk-img img {
    aspect-ratio: 1.618/1;
    inline-size: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: var(--round-s) !important;
    border: solid 1px var(--color-black-50);
  }
  .c-chunk .c-chunk-img.-round-l img {
    border-radius: var(--round-l) !important;
  }
  .c-chunk .c-chunk-heading {
    color: var(--theme-primary);
    font-family: var(--font-heading);
    font-weight: var(--font-weight-heading);
    font-size: var(--typo-heading-h4);
    line-height: var(--lineheight15);
  }
  .c-chunk .c-chunk-heading > * {
    line-height: var(--lineheight15);
    margin-top: 0;
  }
  .c-chunk {
    /* 見出しは右上 */
  }
  .c-chunk .c-chunk-label {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-top: 0;
    margin-bottom: 1.6rem;
  }
  .c-chunk .c-chunk-label > * {
    margin-top: 0;
  }
  .c-chunk {
    /* テキストは右下にまとめる */
  }
  .c-chunk .c-chunk-body {
    -ms-grid-column: 2;
    grid-column: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--size-3xs);
  }
  @media screen and (max-width: 768px) {
    .c-chunk {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 1.6rem;
    }
    .c-chunk .c-chunk-label {
      margin-bottom: 0;
    }
  }
  @media screen and (max-width: 768px) {
    .c-chunk.-sp-reverse {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      /* 見出しを最上 */
    }
    .c-chunk.-sp-reverse .c-chunk-label {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
    }
    .c-chunk.-sp-reverse {
      /* 画像を次 */
    }
    .c-chunk.-sp-reverse .c-chunk-img {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
    }
    .c-chunk.-sp-reverse {
      /* テキストを最後 */
    }
    .c-chunk.-sp-reverse .c-chunk-body {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
    }
  }
  .c-chunk-body.-gap-l {
    gap: var(--size-s);
  }
  .c-chunk-body:has(.t-policy-wrap) {
    gap: 2.4rem;
  }
  .c-chunk-img.-portrait img {
    aspect-ratio: 3/4;
  }
  .c-chunk-img.-square img {
    aspect-ratio: 1/1;
  }
  .c-chunk-img.-golden img {
    aspect-ratio: 9/16;
  }
  .c-chunk.-type2 .c-chunk-heading > * {
    position: sticky;
    top: 20rem;
  }
  .c-chunk.-staff,
  .c-chunk.-staff.-interview,
  .c-chunk.-policy,
  .c-chunk.-type3 {
    display: -ms-grid;
    display: grid;
    gap: clamp(3.2rem, 2.9265268915rem + 0.7292616226vw, 4rem);
    -ms-grid-columns: 0.8fr clamp(3.2rem, 2.9265268915rem + 0.7292616226vw, 4rem) 2fr;
    grid-template-columns: 0.8fr 2fr;
  }
  .c-chunk.-staff .c-chunk-img,
  .c-chunk.-staff.-interview .c-chunk-img,
  .c-chunk.-policy .c-chunk-img,
  .c-chunk.-type3 .c-chunk-img {
    -ms-grid-row: 1;
    grid-row: 1;
    gap: 1.6rem;
  }
  .c-chunk.-staff .c-chunk-img img,
  .c-chunk.-staff.-interview .c-chunk-img img,
  .c-chunk.-policy .c-chunk-img img,
  .c-chunk.-type3 .c-chunk-img img {
    border-radius: var(--round-l) !important;
    border: none;
  }
  .c-chunk.-staff .c-chunk-body > .c-txt-slogan,
  .c-chunk.-staff.-interview .c-chunk-body > .c-txt-slogan,
  .c-chunk.-policy .c-chunk-body > .c-txt-slogan,
  .c-chunk.-type3 .c-chunk-body > .c-txt-slogan {
    margin-bottom: 0.8rem;
  }
  @media screen and (max-width: 768px) {
    .c-chunk.-staff,
    .c-chunk.-staff.-interview,
    .c-chunk.-policy,
    .c-chunk.-type3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 3.2rem;
    }
    .c-chunk.-staff .c-chunk-img,
    .c-chunk.-staff.-interview .c-chunk-img,
    .c-chunk.-policy .c-chunk-img,
    .c-chunk.-type3 .c-chunk-img {
      max-width: 16rem;
    }
    .c-chunk.-staff:has(.c-interview),
    .c-chunk.-staff.-interview:has(.c-interview),
    .c-chunk.-policy:has(.c-interview),
    .c-chunk.-type3:has(.c-interview) {
      gap: 2rem;
    }
  }
  @media screen and (max-width: 768px) {
    .c-chunk.-policy .c-chunk-img {
      max-width: 22rem;
    }
  }
  .c-chunk.-policy .c-chunk-img img {
    border-radius: var(--round-m) !important;
    border: solid 1px var(--color-black-50);
  }
  .c-chunk-img__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--size-5xs);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .c-chunk-img__info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-chunk-img__info__job {
    color: var(--color-copy);
    font-family: var(--font-heading);
    font-size: var(--typo-label-xs);
    line-height: var(--lineheight15);
    font-weight: var(--font-weight-heading);
  }
  .c-chunk-img__info__furigana {
    color: var(--color-copy);
    font-family: var(--font-basic);
    font-size: var(--typo-copy-2xs);
    line-height: var(--lineheight15);
  }
  .c-chunk-img__info__name {
    color: var(--color-copy);
    font-family: var(--font-heading);
    font-size: var(--typo-label-l);
    line-height: var(--lineheight16);
    font-weight: var(--font-weight-heading);
  }
  .c-chunk-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px solid var(--color-black-900-10);
  }
  .c-chunk-list .c-chunk {
    padding-block: clamp(2.4rem, 2.1265268915rem + 0.7292616226vw, 3.2rem);
    background: url(/jujo/assets/image/common/line_dot_x.png) repeat-x left bottom/4px 1px;
  }
}
@layer component {
  /* ==============================================================================================
  スタッフコンテンツ
  ============================================================================================== */
  .c-staff {
    block-size: 100%;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
  .c-staff::after {
    content: "";
    inline-size: calc(100% + 3rem);
    block-size: calc(100% + 3rem);
    background: var(--color-white-900);
    display: block;
    position: absolute;
    top: -1.5rem;
    left: -1.5rem;
    border-radius: var(--round-l);
    z-index: -1;
    -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  @media screen and (max-width: 768px) {
    .c-staff::after {
      display: none;
    }
  }
  .c-staff:hover::after {
    opacity: 1;
  }
  .c-staff__thumb {
    aspect-ratio: 1/1;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: var(--round-m);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-staff__thumb img {
    inline-size: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 0 !important;
  }
  a:hover .c-staff__thumb {
    border-color: var(--theme-primary);
  }
  a:hover .c-staff__thumb img {
    scale: 1.025;
  }
  .c-staff__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--size-5xs);
  }
  .c-staff__name {
    color: var(--color-copy);
    font-family: var(--font-heading);
    font-size: var(--typo-label-m);
    line-height: var(--lineheight15);
    font-weight: var(--font-weight-heading);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a .c-staff__name {
    text-decoration: underline;
  }
  a:hover .c-staff__name {
    text-decoration: none;
    color: var(--theme-primary);
  }
  .c-staff__job {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .c-staff__job li {
    color: var(--color-smallcopy);
    font-family: var(--font-basic);
    font-size: var(--typo-copy-xs);
    line-height: var(--lineheight15);
    letter-spacing: 0;
  }
  .c-staff.-nurse {
    gap: var(--size-4xs);
  }
  .c-staff.-nurse::after {
    display: none;
  }
  .c-staff.-nurse .c-staff__thumb {
    border-radius: var(--round-s);
    border: none;
  }
  .c-staff.-nurse .c-staff__thumb img {
    border-radius: var(--round-s) !important;
  }
  .c-staff.-nurse .c-staff__thumb.-only {
    aspect-ratio: 1.618/1;
  }
  .c-staff.-nurse .c-staff__thumb.-only img {
    aspect-ratio: 1.618/1;
  }
  .c-staff.-nurse .c-staff__name {
    color: var(--color-heading);
    font-family: var(--font-heading);
    font-size: var(--typo-copy-s);
    letter-spacing: 0;
    line-height: var(--lineheight15);
  }
}
/* ==============================================================================================
スライダー
============================================================================================== */
.c-slider {
  width: 100%;
  overflow: hidden;
}
.c-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.c-slider .swiper-slide {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.c-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0;
}

@layer component {
  /* ==============================================================================================
  お知らせ
  ============================================================================================== */
  .c-news {
    position: relative;
  }
  .c-news:first-of-type {
    border-top: solid 1px #E2E2E2;
  }
  .c-news::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background-image: linear-gradient(to right, #E2E2E2, #E2E2E2 2px, transparent 2px);
    background-size: 4px 2px;
    background-repeat: repeat-x;
    bottom: 0;
  }
  .c-news a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10.6rem var(--size4) 12.8rem var(--size4) 1fr;
    grid-template-columns: 10.6rem 12.8rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: var(--size4);
    padding-block: var(--size-xs);
    padding-inline: 0 var(--size2);
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: var(--font-basic);
    color: var(--color-copy);
    font-family: var(--font-basic);
    font-size: var(--typo-copy-m);
    line-height: var(--lineheight16);
  }
  .c-news a::after {
    content: none;
  }
  @media screen and (max-width: 1023px) {
    .c-news a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 1.2rem 1.6rem;
      padding-right: 0;
    }
  }
  @media screen and (max-width: 768px) {
    .c-news a {
      gap: 0.8rem 0.6rem;
    }
  }
  .c-news-date {
    color: var(--color-copy);
    font-family: var(--font-basic);
    font-size: var(--typo-copy-2xs);
    line-height: var(--lineheight15);
    position: relative;
    letter-spacing: 0;
    line-height: 1.6;
    -webkit-transform: translateY(0.05em);
            transform: translateY(0.05em);
  }
  @media screen and (max-width: 768px) {
    .c-news-date {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .c-news-title {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    color: var(--color-copy);
    font-family: var(--font-basic);
    font-size: var(--typo-copy-m);
    line-height: var(--lineheight16);
    letter-spacing: 0;
    position: relative;
  }
  .c-news-title span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  a[target=_blank] .c-news-title span::after, a[href$=".pdf"] .c-news-title span::after {
    content: "";
    inline-size: 0.8em;
    vertical-align: middle;
    aspect-ratio: 1/1;
    -webkit-margin-start: 0.6rem;
            margin-inline-start: 0.6rem;
    position: relative;
    display: inline-block;
    background: var(--color-copy);
    background-size: 100%;
    -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_blank.svg);
            mask-image: url(/jujo/assets/image/common/icon/icon_blank.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    inset-block-start: 0;
    opacity: 0.5;
  }
  .c-news-cate {
    color: var(--color-smallcopy);
    font-family: var(--font-b);
    font-size: var(--typo-copy-2xs);
    line-height: var(--lineheight15);
    font-weight: 600;
    background: var(--color-black-25);
    border: solid 1px var(--color-black-50);
    border-radius: var(--round-max);
    display: inline-block;
    text-align: center;
    padding-block: 0.3rem 0.3rem;
    padding-inline: 0.8rem;
    letter-spacing: 0;
  }
  @media screen and (max-width: 768px) {
    .c-news-cate {
      padding-block: 0.2rem 0.1rem;
    }
  }
  .c-news a:hover {
    background: rgba(0, 0, 0, 0.02);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-news a:hover::after {
    background-color: var(--theme-primary);
    opacity: 1;
  }
  .c-news a:hover .c-news-title {
    color: var(--theme-primary);
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-news a:hover .c-news-title span::after {
    background: var(--theme-primary);
  }
}
@layer component {
  /* ==============================================================================================
  ページャー
  ============================================================================================== */
  .c-pager {
    padding-top: var(--size2);
  }
  .c-pager.-single {
    padding-top: var(--size-2xl);
    border-top: solid 1px var(--color-black-50);
  }
  @media screen and (max-width: 1023px) {
    .c-pager {
      padding-top: 0;
    }
  }
  .c-pager__inner {
    position: relative;
  }
  .c-pager-select {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
  }
  @media screen and (max-width: 1023px) {
    .c-pager-select {
      max-width: inherit;
    }
  }
  .c-pager-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  @media screen and (max-width: 1023px) {
    .c-pager-flex {
      position: static;
      padding-top: var(--size3);
    }
  }
  .c-pager__button {
    color: var(--color-black-500);
    font-family: var(--font-basic);
    font-family: var(--font-basic);
    font-size: var(--typo-copy-m);
    line-height: var(--lineheight16);
    line-height: 1.5;
    text-decoration-line: underline;
    text-underline-offset: 3px;
  }
  .c-pager__button:hover {
    color: var(--theme-primary);
  }
  @media screen and (max-width: 1023px) {
    .c-pager__button {
      font-size: 1.3rem;
    }
  }
  .c-pager__button {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-grid-columns: 2rem var(--size) 1fr;
    grid-template-columns: 2rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: var(--size);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-pager__button::after, .c-pager__button::before {
    content: "";
    inline-size: 2rem;
    block-size: 2rem;
    aspect-ratio: 1/1;
    display: block;
    border-radius: 0.6rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-pager__button::before {
    background-color: var(--theme-primary);
  }
  .c-pager__button::after {
    content: "";
    position: absolute;
    aspect-ratio: 1/1;
    block-size: 2rem;
    display: -ms-grid;
    display: grid;
    place-content: center;
    border-radius: 0.6rem;
    background-size: 100%;
    background-color: var(--color-white-900);
    -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_arrow.svg);
            mask-image: url(/jujo/assets/image/common/icon/icon_arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-mask-size: 35%;
            mask-size: 35%;
  }
  .c-pager__button:hover::after {
    -webkit-animation: 1.62s var(--easeInOutQuint) forwards arrow-anim;
            animation: 1.62s var(--easeInOutQuint) forwards arrow-anim;
  }
  .c-pager__button.-prev::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .c-pager__button.-prev:hover::after {
    -webkit-animation: 1.62s var(--easeInOutQuint) forwards arrow-anim__reverse;
            animation: 1.62s var(--easeInOutQuint) forwards arrow-anim__reverse;
  }
  .c-pager__button.-next {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-pager__button.is-hide {
    opacity: 0.4;
    pointer-events: none;
  }
  .c-pager__button.is-hide .c-pager__button__icon {
    background-color: #949494;
  }
  @media screen and (max-width: 1023px) {
    .c-pager-flex.-single {
      position: absolute;
      padding-top: 0;
    }
  }
  @media screen and (max-width: 768px) {
    .c-pager-flex.-single {
      position: static;
      padding-top: var(--size3);
    }
  }
  .c-pageer-archive {
    text-align: center;
  }
  .c-pageer-archive a {
    position: relative;
    z-index: 10;
    font-family: var(--font-basic);
    font-size: var(--typo-copy-m);
    line-height: var(--lineheight16);
    color: var(--color-copy);
    text-align: center;
    text-decoration: underline;
    letter-spacing: 0;
  }
  .c-pageer-archive a:hover {
    color: var(--theme-primary);
    text-decoration: underline;
  }
  @media screen and (max-width: 768px) {
    .c-pageer-archive a {
      background-color: color-mix(in srgb, var(--theme-primary) 100%, #000);
      color: var(--color-white-900);
      padding: 1.5rem 0 1.3rem;
      border-radius: 0.8rem;
      text-decoration: none;
      width: 100%;
      display: block;
    }
    .c-pageer-archive a:hover {
      color: var(--color-white-900);
      text-decoration: none;
      background-color: var(--color-black-900);
      background-color: color-mix(in srgb, var(--theme-primary) 80%, #000);
    }
  }
}
@layer component {
  /* ==============================================================================================
  ボックスコールアウト
  お知らせ的なニュアンスで伝える場合に使用。
  ============================================================================================== */
  .c-box {
    overflow: hidden;
    border: 1px solid var(--theme-callout-border);
    border-radius: clamp(0.8rem, 0.5265268915rem + 0.7292616226vw, 1.6rem);
    background: var(--theme-callout-bg);
    font-family: var(--font-basic);
    font-size: var(--typo-copy-xs);
    line-height: var(--lineheight15);
    letter-spacing: 0;
  }
  .c-box ul.c-list {
    font-family: var(--font-basic);
    font-size: var(--typo-copy-s);
    line-height: var(--lineheight16);
    letter-spacing: 0;
  }
  .c-box ol.c-list.-num {
    font-family: var(--font-basic);
    font-size: var(--typo-copy-m);
    line-height: var(--lineheight16);
  }
  .c-box:has(.c-box-label) {
    font-family: var(--font-basic);
    font-size: var(--typo-copy-m);
    line-height: var(--lineheight16);
    background: var(--color-black-25);
    border: 1px solid var(--color-black-50);
  }
  .c-box__heading {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.7rem;
    vertical-align: middle;
  }
  .c-box__heading span {
    font-family: var(--font-heading);
    font-size: var(--typo-label-m);
    line-height: var(--lineheight15);
    font-weight: var(--font-weight-heading);
    color: var(--theme-callout-label);
    position: relative;
  }
  .c-box__heading::before {
    content: "";
    inline-size: 2rem;
    block-size: 2rem;
    aspect-ratio: 1/1;
    display: -ms-grid;
    display: grid;
    place-content: center;
    background-size: 100%;
    background-color: var(--theme-callout-label);
    -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_attention3.svg);
            mask-image: url(/jujo/assets/image/common/icon/icon_attention3.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
  }
  .c-box__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--size-3xs);
    padding-inline: var(--size-xs);
    padding-block: var(--size-2xs);
  }
  .c-box-label + .c-box__body {
    padding-block: var(--size-xs);
  }
  .c-box__body .c-notice + .c-notice {
    margin-top: 0.2rem;
  }
  .c-box__body.-size-m {
    font-family: var(--font-basic);
    font-size: var(--typo-copy-m);
    line-height: var(--lineheight16);
  }
  .c-box-label {
    background-color: var(--theme-primary);
    color: var(--color-white-900);
    font-family: var(--font-heading);
    font-weight: var(--font-weight-heading);
    font-size: var(--typo-heading-h4);
    font-style: normal;
    line-height: var(--lineheight15);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--size-5xs);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-inline: clamp(0.6rem, 0.4632634458rem + 0.3646308113vw, 1rem);
    padding-block: clamp(1rem, 0.8290793072rem + 0.4557885141vw, 1.5rem);
  }
  .c-box-label__text {
    color: var(--color-white-900);
    position: relative;
  }
  .c-box-attention {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0.6rem, 0.4632634458rem + 0.3646308113vw, 1rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .c-box-attention p:first-child {
    font-family: var(--font-heading);
    font-size: var(--typo-label-m);
    line-height: var(--lineheight15);
    font-weight: var(--font-weight-heading);
    color: var(--color-red-700);
  }
}
@layer component {
  /* ==============================================================================================
  ページネーション
  ============================================================================================== */
  .c-pagenation {
    background: #F4F1ED;
    border-radius: var(--round-l);
    padding: clamp(2rem, 1.0428441203rem + 2.5524156791vw, 4.8rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--size-xs);
    margin-top: clamp(3.2rem, 2.1061075661rem + 2.9170464904vw, 6.4rem);
  }
  .c-pagenation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: var(--color-white-900);
    border: 1px solid var(--color-black-50);
    border-bottom: none;
    position: relative;
  }
  @media screen and (max-width: 768px) {
    .c-pagenation-list {
      display: block;
    }
  }
  .c-pagenation-list::after {
    content: "";
    inline-size: 100%;
    block-size: 1px;
    background: var(--color-black-50);
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
  }
  .c-pagenation-list li {
    block-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    inline-size: 50%;
    text-align: center;
    border-bottom: 1px solid var(--color-black-50);
  }
  .c-pagenation-list li:nth-child(1n) {
    border-right: 1px solid var(--color-black-50);
  }
  .c-pagenation-list li:nth-child(2n) {
    border-left: 0;
    border-right: 0;
  }
  @media screen and (max-width: 768px) {
    .c-pagenation-list li {
      inline-size: 100%;
    }
    .c-pagenation-list li:nth-child(1n) {
      border-right: 0;
    }
  }
  .c-pagenation-list a {
    block-size: 100%;
    display: block;
    padding: clamp(1.2rem, 1.0632634458rem + 0.3646308113vw, 1.6rem);
    color: var(--color-copy);
    text-decoration: underline;
    font-family: var(--font-basic);
    font-size: var(--typo-copy-m);
    line-height: var(--lineheight16);
  }
  .c-pagenation-list a:hover {
    color: var(--theme-primary-hover);
    background: #F9F9F9;
    text-decoration: none;
  }
  .c-pagenation-list a.is-current {
    font-family: var(--font-b);
    color: var(--theme-primary-hover);
    background: #F9F9F9;
    text-decoration: none;
  }
}
@layer component {
  /* ==============================================================================================
  interview
  ============================================================================================== */
  .c-interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(1.2rem, 1.0632634458rem + 0.3646308113vw, 1.6rem);
  }
  .c-interview p:not([class]) {
    color: var(-color-copy);
    font-family: var(--font-basic);
    font-size: var(--typo-copy-m);
    line-height: var(--lineheight16);
  }
  .c-interview__q {
    font-family: var(--font-heading);
    font-size: var(--typo-label-m);
    line-height: var(--lineheight15);
    font-weight: var(--font-weight-heading);
    color: var(--theme-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative;
  }
  .c-interview__q::before {
    content: "";
    inline-size: clamp(2rem, 1.3163172288rem + 1.8231540565vw, 4rem);
    block-size: 0.1rem;
    background: var(--theme-primary);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transform: translateY(-0.4em);
            transform: translateY(-0.4em);
  }
}
/* ----------------------------------------
使用頻度の少ないコンポーネント
---------------------------------------- */
@layer component {
  /* ==============================================================================================
  CTAブロック
  ============================================================================================== */
  .c-cta {
    -webkit-margin-before: clamp(2rem, 0.9061075661rem + 2.9170464904vw, 5.2rem);
            margin-block-start: clamp(2rem, 0.9061075661rem + 2.9170464904vw, 5.2rem);
    padding-inline: var(--size-s);
    -webkit-padding-before: clamp(3.2rem, 2.653053783rem + 1.4585232452vw, 4.8rem);
            padding-block-start: clamp(3.2rem, 2.653053783rem + 1.4585232452vw, 4.8rem);
    -webkit-padding-after: var(--size-s);
            padding-block-end: var(--size-s);
    background: var(--color-white-900);
    border: solid 3px var(--theme-secondary);
    border-radius: 1.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .c-cta:not(:has(.c-cta-title)) {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-padding-before: var(--size-s);
            padding-block-start: var(--size-s);
  }
  .c-cta:has(.c-cta-box__wrap) {
    -webkit-margin-before: clamp(2rem, 0.9061075661rem + 2.9170464904vw, 5.2rem);
            margin-block-start: clamp(2rem, 0.9061075661rem + 2.9170464904vw, 5.2rem);
    -webkit-padding-before: var(--size-s);
            padding-block-start: var(--size-s);
  }
  @media screen and (min-width: 1024px) and (max-width: 1199px) {
    .c-cta:has(.c-cta-title .u-ib) {
      -webkit-padding-before: clamp(4.8rem, 4.5265268915rem + 0.7292616226vw, 5.6rem);
              padding-block-start: clamp(4.8rem, 4.5265268915rem + 0.7292616226vw, 5.6rem);
    }
  }
  @media screen and (max-width: 768px) {
    .c-cta:has(.c-cta-title .u-ib) {
      -webkit-padding-before: clamp(4.8rem, 4.5265268915rem + 0.7292616226vw, 5.6rem);
              padding-block-start: clamp(4.8rem, 4.5265268915rem + 0.7292616226vw, 5.6rem);
    }
  }
  .c-cta__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--size-5xs);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-cta__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    inline-size: 100%;
  }
  .c-cta__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(0.8rem, 0.5265268915rem + 0.7292616226vw, 1.6rem);
    inline-size: 100%;
  }
  @media screen and (max-width: 768px) {
    .c-cta__body {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
  }
  .c-cta__body p:not([class]) {
    font-family: var(--font-basic);
    font-size: var(--typo-copy-l);
    line-height: var(--lineheight18);
    letter-spacing: 0.06em;
    color: var(--color-copy);
    inline-size: 100%;
    text-align: center;
  }
  .c-cta__body .c-notice {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  @media screen and (max-width: 768px) {
    .c-cta__body .c-notice {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: left;
    }
  }
  .c-cta__body .c-notice + .c-notice {
    margin-top: 0.4rem;
  }
  .c-cta-title {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
    inline-size: -webkit-max-content;
    inline-size: -moz-max-content;
    inline-size: max-content;
  }
  @media screen and (min-width: 1024px) and (max-width: 1199px) {
    .c-cta-title {
      max-inline-size: 320px;
    }
  }
  @media screen and (max-width: 768px) {
    .c-cta-title {
      max-inline-size: 290px;
    }
  }
  .c-cta-title span:not([class]) {
    position: relative;
    z-index: 1;
    background: var(--theme-secondary);
    border-radius: var(--round-max);
    color: var(--color-white-900);
    font-family: var(--font-heading);
    font-size: var(--typo-label-m);
    line-height: var(--lineheight15);
    font-weight: var(--font-weight-heading);
    padding-block: clamp(0.5rem, 0.3974475843rem + 0.2734731085vw, 0.8rem);
    padding-inline: var(--size-xs);
    display: block;
    text-align: center;
  }
  .c-cta-heading {
    color: var(--color-heading);
    font-weight: var(--font-weight-heading);
    text-align: center;
    font-family: var(--font-heading);
    font-size: clamp(1.4rem, 1.2632634458rem + 0.3646308113vw, 1.8rem);
    line-height: 1.65;
    letter-spacing: 0;
    -webkit-padding-after: var(--size-5xs);
            padding-block-end: var(--size-5xs);
  }
  .c-cta-lead {
    color: var(--color-smallcopy);
    font-family: var(--font-basic);
    font-size: var(--typo-copy-s);
    line-height: var(--lineheight16);
    letter-spacing: 0;
    text-align: center;
  }
  .c-cta-tel {
    color: var(--color-smallcopy);
    font-family: var(--font-b);
    font-weight: var(--font-weight-heading);
    font-size: var(--typo-copy-2xs);
    line-height: var(--lineheight18);
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--size-5xs);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-cta-tel b {
    color: var(--color-copy);
    font-family: var(--font-en);
    font-weight: var(--font-weight-heading);
    font-size: clamp(1.1rem, 0.9290793072rem + 0.4557885141vw, 1.6rem);
    line-height: var(--lineheight18);
    letter-spacing: 0.06em;
  }
  .c-cta-tel a {
    color: var(--color-red-700);
    font-family: var(--font-en);
    font-weight: var(--font-weight-heading);
    font-size: clamp(2.6rem, 2.1214220602rem + 1.2762078396vw, 4rem);
    line-height: 1.2;
    letter-spacing: 0;
  }
  .c-cta-tel .c-cta-tel__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--size-6xs);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-cta-tel .c-cta-tel__inner > span {
    color: var(--color-red-700);
    font-family: var(--font-en);
    font-weight: var(--font-weight-heading);
    font-size: clamp(2.6rem, 2.1214220602rem + 1.2762078396vw, 4rem);
    line-height: 1.2;
    letter-spacing: 0;
  }
  .c-cta-tel.-small a {
    font-size: clamp(2.4rem, 1.9897903373rem + 1.0938924339vw, 3.6rem);
  }
  .c-cta-tel.-small .c-cta-tel__inner > span {
    font-size: clamp(2.4rem, 1.9897903373rem + 1.0938924339vw, 3.6rem);
  }
  .cta-tel__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(0.2rem, -0.1760255242rem + 1.0027347311vw, 1.3rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cta-tel__wrap .c-cta-tel:not(:first-child) {
    position: relative;
  }
  .cta-tel__wrap .c-cta-tel:not(:first-child)::before {
    content: "";
    inline-size: 5.59px;
    block-size: 12.35px;
    display: -ms-grid;
    display: grid;
    place-content: center;
    background-size: 100%;
    background-color: var(--color-black-300);
    -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_slash.svg);
            mask-image: url(/jujo/assets/image/common/icon/icon_slash.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    margin-right: 0.5rem;
  }
  @media screen and (min-width: 1024px) and (max-width: 1460px) {
    .cta-tel__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .cta-tel__wrap .c-cta-tel:not(:first-child)::before {
      display: none;
    }
  }
  @media screen and (max-width: 768px) {
    .cta-tel__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .cta-tel__wrap .c-cta-tel:not(:first-child)::before {
      display: none;
    }
  }
  .c-cta-box {
    inline-size: 100%;
    background: #F4F1ED;
    padding: var(--size-xs);
    border-radius: var(--round-m);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--size-3xs);
  }
  .c-cta-box__title {
    font-family: var(--font-heading);
    font-size: var(--typo-label-m);
    line-height: var(--lineheight15);
    font-weight: var(--font-weight-heading);
    color: var(--color-copy);
  }
  .c-cta-box__txt {
    font-family: var(--font-basic);
    font-size: var(--typo-copy-s);
    line-height: var(--lineheight16);
    letter-spacing: 0;
    color: var(--color-copy);
  }
  .c-cta-box__wrap {
    inline-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--size-xs);
    -webkit-padding-before: var(--size-5xs);
            padding-block-start: var(--size-5xs);
  }
  .c-cta-box__wrap .c-button-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: var(--size-5xs);
  }
  @media screen and (max-width: 1079px) {
    .c-cta-box__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  @media screen and (max-width: 1023px) {
    .c-cta-box__wrap {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
  }
  @media screen and (max-width: 768px) {
    .c-cta-box__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
}
@layer component {
  /* ==============================================================================================
  ラベルボックス
  ============================================================================================== */
  .c-labelbox-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
  }
  .c-labelbox {
    background: #F8F8F8;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.33fr clamp(1.2rem, 0.5163172288rem + 1.8231540565vw, 3.2rem) 2fr;
    grid-template-columns: 1.33fr 2fr;
    padding-block: clamp(2rem, 1.7948951686rem + 0.546946217vw, 2.6rem);
    padding-inline: clamp(2rem, 1.7265268915rem + 0.7292616226vw, 2.8rem);
    gap: clamp(1.2rem, 0.5163172288rem + 1.8231540565vw, 3.2rem);
    border-radius: var(--round-xs);
    border: 1px solid var(--color-black-50);
    background: #F9F9F9;
  }
  @media screen and (max-width: 768px) {
    .c-labelbox {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  .c-labelbox__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .c-labelbox__label {
    font-family: var(--font-heading);
    font-size: var(--typo-copy-m);
    line-height: var(--lineheight15);
    color: var(--theme-primary);
    font-weight: var(--font-weight-heading);
  }
  .c-labelbox__copy {
    font-family: var(--font-basic);
    font-size: var(--typo-copy-s);
    line-height: var(--lineheight16);
    letter-spacing: 0;
  }
  .c-labelbox.-bk .c-labelbox__label {
    color: var(--color-heading);
  }
}
@layer component {
  /* ==============================================================================================
  カードブロック
  ============================================================================================== */
  .c-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(1rem, 0.8632634458rem + 0.3646308113vw, 1.4rem);
    min-width: 0;
  }
  .c-card-media {
    position: relative;
    aspect-ratio: 1.618/1;
    inline-size: 100%;
  }
  .c-card-media img {
    inline-size: 100%;
    aspect-ratio: 1.618/1;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    border-radius: var(--round-s) !important;
  }
  .c-card:last-child .c-card-media::after {
    display: none;
  }
  .-flow .c-card-media::after {
    content: "";
    block-size: clamp(1.6rem, 1.2581586144rem + 0.9115770283vw, 2.6rem);
    inline-size: clamp(0.8rem, 0.6290793072rem + 0.4557885141vw, 1.3rem);
    background: url(/jujo/assets/image/common/icon/icon_flow.svg) no-repeat left top/cover;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  .-col2 .c-card-media img {
    border-radius: var(--round-l) !important;
  }
  .c-card-media .swiper {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    border-radius: var(--round-s) !important;
  }
  .c-card-media .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .c-card-media .swiper-slide img {
    border-radius: 0 !important;
  }
  .c-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6rem;
  }
  .c-card-time {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.4rem;
    vertical-align: middle;
  }
  .c-card-time span {
    color: var(--color-smallcopy);
    font-family: var(--font-heading);
    font-weight: var(--font-weight-heading);
    font-size: var(--typo-copy-2xs);
    line-height: var(--lineheight15);
    position: relative;
    margin-left: 1.5rem;
  }
  .c-card-time::before {
    content: "";
    position: absolute;
    aspect-ratio: 1/1;
    block-size: 1.22rem;
    display: -ms-grid;
    display: grid;
    place-content: center;
    background-size: 100%;
    background-color: var(--color-smallcopy);
    -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_time.svg);
            mask-image: url(/jujo/assets/image/common/icon/icon_time.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
  .c-card-label {
    color: var(--color-heading);
    font-family: var(--font-heading);
    font-weight: var(--font-weight-heading);
    font-size: 1.5rem;
    line-height: var(--lineheight15);
    letter-spacing: 0;
  }
  .c-card-label__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3rem;
  }
  .c-card-copy {
    color: var(--color-smallcopy);
    font-family: var(--font-basic);
    font-size: var(--typo-copy-xs);
    line-height: var(--lineheight15);
    letter-spacing: 0;
  }
}
/* ==============================================================================================
記事一覧ショートブロック
============================================================================================== */
.c-entrybox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.4rem, 2.1265268915rem + 0.7292616226vw, 3.2rem);
}

.c-entrybox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--size-5xs);
  position: relative;
}
.c-entrybox__label span {
  color: var(--color-heading);
  font-family: var(--font-heading);
  font-size: var(--typo-label-m);
  line-height: var(--lineheight15);
  font-weight: var(--font-weight-heading);
}
.c-entrybox__label::before {
  content: "";
  inline-size: 2.2rem;
  block-size: 2.2rem;
  aspect-ratio: 1/1;
  display: -ms-grid;
  display: grid;
  place-content: center;
  background-size: 100%;
  -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_info2.svg);
          mask-image: url(/jujo/assets/image/common/icon/icon_info2.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 1.6rem;
          mask-size: 1.6rem;
  background: var(--theme-primary);
  -webkit-transform: translateY(-0.05em);
          transform: translateY(-0.05em);
}

.c-entrybox__link {
  font-size: var(--fontsize14);
}

.c-entry__wrap {
  width: 100%;
}

.c-entry {
  width: 100%;
  position: relative;
}
.c-entry::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  left: 0;
  background-image: linear-gradient(to right, #D6D6D6, #D6D6D6 2px, transparent 2px);
  background-size: 4px 2px;
  background-repeat: repeat-x;
}
.c-entry:first-child {
  border-top: solid 1px var(--color-black-100);
}
.c-entry a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(0.8rem, -0.0204193254rem + 2.1877848678vw, 3.2rem);
  padding-block: 1.6rem;
  padding-right: 1.6rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-entry a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-entry a:hover .c-entry-title {
  color: var(--theme-primary);
  text-decoration: none;
}

.c-entry-time {
  color: var(--color-copy);
  font-family: var(--font-basic);
  font-size: var(--typo-copy-xs);
  line-height: var(--lineheight15);
  letter-spacing: 0;
}

.c-entry-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  color: var(--color-copy);
  font-family: var(--font-basic);
  font-size: var(--typo-copy-s);
  line-height: var(--lineheight16);
  letter-spacing: 0;
  padding-right: var(--size-s);
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-entry-title {
    padding-right: 0;
  }
}

/* ==============================================================================================
メッセージブロック
============================================================================================== */
.c-message {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--size5) 2.5fr;
  grid-template-columns: 1fr 2.5fr;
  gap: var(--size5);
}
.c-message p:has(img) img {
  margin-top: 0;
}
.c-message__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--size-s);
}
.c-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--size-s);
}
@media screen and (max-width: 768px) {
  .c-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-message.-type2 {
  -ms-grid-columns: max(1fr, 26rem) var(--size-l) 3fr;
  grid-template-columns: max(1fr, 26rem) 3fr;
  gap: var(--size-l);
}
.c-message.-type2 .c-message__block {
  gap: var(--size-s);
}
@media screen and (max-width: 768px) {
  .c-message.-type2 .c-message__block {
    width: 100%;
  }
  .c-message.-type2 .c-message__block:first-child {
    width: 60%;
    margin-inline: auto;
  }
}

/* ==============================================================================================
タグ
============================================================================================== */
.c-tag {
  font-family: var(--font-heading);
  font-size: var(--typo-label-s);
  line-height: var(--lineheight15);
  font-weight: var(--font-weight-heading);
  font-size: 1.2rem;
  letter-spacing: 0;
  color: var(--color-white-900);
  background: #555;
  border-radius: var(--round-max);
  text-align: center;
  padding-block: 0.4rem 0.4rem;
  padding-inline: 1.4rem;
  font-weight: bold;
  display: block;
  max-width: 8.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-tag {
    font-size: 1rem;
    max-width: 7.6rem;
    padding-inline: 0.8rem;
  }
}
.c-tag.-color-1 {
  background: var(--theme-primary);
}
.c-tag.-color-2 {
  background: var(--color-red-700);
}
.c-tag.-color-3 {
  color: var(--color-red-700);
  border: solid 1px var(--color-red-700);
  background-color: var(--color-white-900);
  max-width: 11rem;
}
@media screen and (max-width: 768px) {
  .c-tag.-color-3 {
    max-width: 9rem;
  }
}
.c-tag.-color-4 {
  background: var(--theme-nurse-flow-tag1);
}
.c-tag.-color-5 {
  background: var(--theme-nurse-flow-tag2);
}
.c-tag.-color-6 {
  background: var(--theme-nurse-flow-tag3);
}

@layer component {
  /* ==============================================================================================
  アコーディオンメニュー
  ============================================================================================== */
  .c-accordion {
    border-top: 1px solid var(--color-black-50);
  }
  .c-accordion + .c-accordion {
    border-top: none;
  }
  ul li + li .c-accordion, ol li + li .c-accordion {
    border-top: none;
  }
  .c-accordion.-faq {
    border: 1px solid #E4E4E4;
    border-radius: var(--round-s);
    overflow: hidden;
  }
  .c-accordion-label {
    inline-size: 100%;
    padding-block: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(0.8rem, 0.5265268915rem + 0.7292616226vw, 1.6rem);
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: repeating-linear-gradient(to right, #D6D6D6 0px, #D6D6D6 2px, transparent 1px, transparent 4px);
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: auto 1px;
    background-origin: padding-box;
    overflow: hidden;
  }
  .c-accordion-label:hover {
    background-color: var(--theme-primary-hover2);
  }
  .is-opened .c-accordion-label {
    background-image: none;
  }
  .-faq .c-accordion-label {
    padding-block: 1.2rem;
    padding-left: 1.2rem;
    padding-right: 5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: var(--size4) 1.2rem 1fr;
    grid-template-columns: var(--size4) 1fr;
    gap: 1.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: none;
    background: #fff;
  }
  @media screen and (max-width: 768px) {
    .-faq .c-accordion-label {
      padding-left: var(--size2);
    }
  }
  .-faq.is-opened .c-accordion-label {
    background: var(--theme-primary);
    color: var(--color-white-900);
  }
  .-faq.is-opened .c-accordion-label:hover {
    background: var(--theme-primary);
  }
  .c-accordion-label__copy {
    font-family: var(--font-b);
    font-size: var(--typo-copy-l);
    line-height: var(--lineheight18);
    letter-spacing: 0.06em;
    font-weight: 600;
    color: var(--color-title);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .c-accordion:hover .c-accordion-label__copy {
    color: var(--theme-primary);
  }
  .is-opened .c-accordion-label__copy {
    color: var(--theme-primary);
  }
  .-faq .c-accordion-label__copy {
    font-family: var(--font-heading);
    font-size: var(--typo-label-m);
    line-height: var(--lineheight15);
    font-weight: var(--font-weight-heading);
    color: var(--color-copy);
  }
  .-faq.is-opened .c-accordion-label__copy {
    color: var(--color-white-900);
  }
  .-faq .c-accordion-label::before,
  .-faq .c-accordion-label::after {
    content: "";
    position: absolute;
    aspect-ratio: 1/1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .-faq .c-accordion-label::before {
    inline-size: 3.2rem;
    block-size: 3.2rem;
    background-color: #fff;
    -webkit-mask: none;
            mask: none;
    top: 50%;
    right: 1.3rem;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    border-radius: var(--round-max);
    rotate: 90deg;
  }
  .-faq .c-accordion-label::after {
    top: 50%;
    right: 1.3rem;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    inline-size: 3.2rem;
    block-size: 3.2rem;
    background: var(--color-copy);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 1.8rem;
            mask-size: 1.8rem;
    -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_arrow_down.svg);
            mask-image: url(/jujo/assets/image/common/icon/icon_arrow_down.svg);
  }
  .-faq.is-opened .c-accordion-label::before {
    opacity: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  }
  .-faq.is-opened .c-accordion-label::after {
    -webkit-transform: translate(0%, -50%) rotate(180deg);
            transform: translate(0%, -50%) rotate(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    background: var(--theme-primary);
  }
  .c-accordion-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
    border-bottom: 1px solid var(--color-black-150);
    padding: clamp(1.6rem, 0.7795806746rem + 2.1877848678vw, 4rem);
    border-top: solid 1px var(--color-black-50);
    border-bottom: solid 1px var(--color-black-50);
    background-color: var(--color-black-25);
    font-family: var(--font-basic);
    font-size: var(--typo-copy-m);
    line-height: var(--lineheight16);
  }
  .c-accordion-body > p:not([class]) {
    font-family: var(--font-basic);
    font-size: var(--typo-copy-xs);
    line-height: var(--lineheight15);
    letter-spacing: 0;
  }
  .c-accordion-body .c-notice {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
  }
  .-faq .c-accordion-body {
    border-radius: 0 0 var(--round-s) var(--round-s);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: var(--size4) var(--size2) 1fr;
    grid-template-columns: var(--size4) 1fr;
    gap: var(--size2);
    padding: var(--size3);
    border-bottom: none;
    background: #F9F9F9;
    border-top: 1px solid var(--color-line);
  }
  @media screen and (max-width: 768px) {
    .c-accordion-body {
      padding: var(--size3);
    }
  }
  .c-accordion-body.-nurse p {
    font-family: var(--font-basic);
    font-size: var(--typo-copy-m);
    line-height: var(--lineheight16);
  }
  .c-accordion-body.-nurse p + p {
    margin-top: -1.2rem;
  }
  .c-accordion-body__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--size2);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-accordion-button {
    background: #EEEEEE;
    padding: var(--size3);
    text-align: center;
    border-radius: var(--round-s);
    margin-top: var(--size3);
  }
}
@layer component {
  /* ==============================================================================================
  引用：blockquote
  ============================================================================================== */
  blockquote {
    padding: clamp(1.6rem, 1.3265268915rem + 0.7292616226vw, 2.4rem);
    font-size: var(--font-size-s);
    line-height: 2;
    font-style: italic;
    color: #8c8c8c;
    background: rgba(0, 0, 0, 0.03);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(1.6rem, 1.4632634458rem + 0.3646308113vw, 2rem);
  }
  blockquote p {
    position: relative;
    --em: 0.5em;
    line-height: 2;
  }
  blockquote p::before, blockquote p::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  blockquote p::before {
    margin-top: calc((1 - 2) * var(--em));
  }
  blockquote p::after {
    margin-bottom: calc((1 - 2) * var(--em));
  }
  @media screen and (max-width: 1023px) {
    blockquote {
      padding: 1.6rem;
      font-size: 1.2rem;
    }
  }
}
/* ==============================================================================================
罫線
============================================================================================== */
hr {
  border: 0;
  border-top: 1px solid var(--color-black-50);
  margin-block: 1.2rem;
}

.c-accordion .c-table hr {
  margin-block: clamp(1.8rem, 1.4581586144rem + 0.9115770283vw, 2.8rem);
}

@layer component {
  /* ==============================================================================================
  iframe
  ============================================================================================== */
  .c-iframe {
    width: 100%;
    border-radius: var(--round-s);
  }
  .c-iframe.-rm {
    border-radius: var(--round-m);
  }
}
@layer component {
  /* ==============================================================================================
  banner
  ============================================================================================== */
  .c-banner a {
    display: -ms-grid;
    display: grid;
    gap: clamp(2.4rem, 2.1265268915rem + 0.7292616226vw, 3.2rem);
    -ms-grid-columns: 0.45fr clamp(2.4rem, 2.1265268915rem + 0.7292616226vw, 3.2rem) 1fr;
    grid-template-columns: 0.45fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: var(--size-s);
    border: 1px solid var(--color-black-50);
    border-radius: var(--round-m);
    text-decoration: none;
    background-color: var(--color-white-900);
  }
  .c-banner a:hover {
    background-color: var(--theme-primary-hover2);
    border: 1px solid var(--theme-primary);
    opacity: 1;
  }
  @media screen and (max-width: 768px) {
    .c-banner a {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  .c-banner a:not(:has(.c-banner-img)) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-banner a:not(:has(.c-banner-img))::after {
    display: none;
  }
  .c-banner-img {
    aspect-ratio: 3/2;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    overflow: hidden;
  }
  .c-banner-img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-banner a:hover .c-banner-img img {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
    -webkit-transform: transform 0.3s;
            transform: transform 0.3s;
  }
  .c-banner-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
    font-family: var(--font-basic);
    font-size: var(--typo-copy-m);
    line-height: var(--lineheight16);
    color: var(--color-copy);
  }
  .c-banner-label {
    color: var(--theme-primary);
    font-family: var(--font-heading);
    font-size: var(--typo-label-l);
    line-height: var(--lineheight16);
    font-weight: var(--font-weight-heading);
    text-decoration: underline;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .c-banner a:hover .c-banner-label {
    text-decoration: none;
  }
  .c-banner a:hover .c-banner-label::after {
    background-color: var(--theme-primary-hover2);
  }
  .c-banner a[target=_blank] .c-banner-label, .c-banner a[href$=".pdf"] .c-banner-label, .c-banner a[href$=".doc"] .c-banner-label, .c-banner a[href$=".xls"] .c-banner-label, .c-banner a[href$=".xlsx"] .c-banner-label, .c-banner a[href$=".tsv"] .c-banner-label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-banner a[target=_blank] .c-banner-label::after, .c-banner a[href$=".pdf"] .c-banner-label::after, .c-banner a[href$=".doc"] .c-banner-label::after, .c-banner a[href$=".xls"] .c-banner-label::after, .c-banner a[href$=".xlsx"] .c-banner-label::after, .c-banner a[href$=".tsv"] .c-banner-label::after {
    background: none;
    margin: 0;
    opacity: 1;
    content: "";
    aspect-ratio: 1/1;
    block-size: 100%;
    background-size: 100%;
    -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_blank.svg);
            mask-image: url(/jujo/assets/image/common/icon/icon_blank.svg);
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    inset-block-start: 0;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-mask-size: 1.2rem;
            mask-size: 1.2rem;
    background-color: var(--theme-primary);
    position: relative;
    width: 2.4rem;
  }
  .c-banner a:hover .c-banner-label::after {
    background-color: var(--theme-primary-hover);
  }
}
/* ----------------------------------------
新規追加 20240909-1651 watanabe
---------------------------------------- */
/* ==============================================================================================
セレクトボックス：お知らせ,医師紹介tests
============================================================================================== */
.c-select {
  width: 100%;
  border-radius: var(--round-s);
  border: solid 1px #E2E2E2;
  background-color: var(--color-white-900);
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.c-select select {
  width: 100%;
  padding: 2.1rem 2rem 1.9rem;
  font-family: var(--font-basic);
  font-size: var(--typo-copy-m);
  line-height: var(--lineheight16);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: var(--color-smallcopy);
  background-color: var(--color-white-900);
  cursor: pointer;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .c-select select {
    padding: 1.5rem 0;
  }
}

.c-select.-search select {
  color: var(--color-smallcopy);
  padding: 1.6rem 2rem 1.4rem;
}
@media screen and (max-width: 1023px) {
  .c-select.-search select {
    padding: 1.5rem 0 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-select.-search select {
    padding-bottom: 1.3rem;
  }
}

.c-select__label {
  position: absolute;
  top: 1px;
  left: -1.4rem;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-smallcopy);
  line-height: 1;
  pointer-events: none;
  font-size: var(--typo-copy-l);
}

.c-select__label.-left {
  font-size: var(--font-size-s);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 2rem;
  top: 0;
}
@media screen and (max-width: 768px) {
  .c-select__label.-left {
    left: 1.6rem;
  }
}

.c-select__label span {
  display: inline-block;
}

.c-select__icon {
  width: 0.8rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.c-select__icon img {
  margin-top: 0 !important;
}

.c-select__icon span:nth-child(2) {
  margin-top: 5px;
}

/* ==============================================================================================
検索機能：医師紹介
============================================================================================== */
.c-search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--size-xs);
}

.c-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--size-s);
  border-radius: var(--round-s);
  padding: var(--size-s);
  overflow: hidden;
  margin-top: 3.2rem;
  background-color: #F0E7DC;
}
@media screen and (max-width: 1170px) {
  .c-search {
    padding: var(--size3);
    gap: 2rem;
    margin-top: 0rem;
  }
}

.c-search__content {
  width: calc(50% - var(--size-s) / 2);
  background-color: var(--color-white-900);
  border-radius: var(--round-s);
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1170px) {
  .c-search__content {
    width: 100%;
  }
}

.c-search__txt {
  font-family: var(--font-heading);
  font-family: var(--font-heading);
  font-size: var(--typo-label-m);
  line-height: var(--lineheight15);
  font-weight: var(--font-weight-heading);
  color: var(--color-white-900);
  padding: clamp(1.2rem, 1.0632634458rem + 0.3646308113vw, 1.6rem);
  background-color: var(--color-orange-500);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-search__body {
  padding: var(--size-s);
}

.c-search__search-kana {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .c-search__search-kana {
    gap: 1rem;
  }
}

input.c-search__search-kana__keyword {
  position: relative;
  display: block;
  width: calc(100% - 8rem);
  padding: 1.5rem 2rem 1.5rem;
  background-color: var(--color-white-900);
  border-radius: var(--round-s);
  border: 1px solid #E2E2E2;
  font-family: var(--font-basic);
  font-size: var(--typo-copy-m);
  line-height: var(--lineheight16);
  color: var(--color-smallcopy);
}
input.c-search__search-kana__keyword::-webkit-input-placeholder {
  letter-spacing: -0.02em !important;
}
input.c-search__search-kana__keyword::-moz-placeholder {
  letter-spacing: -0.02em !important;
}
input.c-search__search-kana__keyword:-ms-input-placeholder {
  letter-spacing: -0.02em !important;
}
input.c-search__search-kana__keyword::-ms-input-placeholder {
  letter-spacing: -0.02em !important;
}
input.c-search__search-kana__keyword::placeholder {
  letter-spacing: -0.02em !important;
}
@media screen and (max-width: 768px) {
  input.c-search__search-kana__keyword {
    width: 100%;
    padding: 1.4rem;
  }
}

.c-search__search-kana__search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: var(--round-s);
  font-family: var(--font-heading);
  font-size: var(--typo-copy-m);
  font-weight: var(--font-weight-heading);
  color: var(--color-white-900);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-search__search-kana__search {
    width: 100%;
    padding: 0.9rem 2rem 0.7rem;
    height: 4.1rem;
  }
}

.c-search__search-kana__search:before {
  content: "";
  display: block;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  background: #363636;
  z-index: -1;
}

.c-search__search-kana__search input {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-search__search-kana__search input {
    height: 4.6rem;
  }
}

.c-search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: clamp(2rem, 1.0428441203rem + 2.5524156791vw, 4.8rem);
  padding-inline: var(--size-xs);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.6rem, 1.4632634458rem + 0.3646308113vw, 2rem);
  background-color: #F9F9F9;
  border-top: solid 4px var(--theme-primary);
  background: #F7F6F5;
  border-radius: var(--round-l);
}
@media screen and (max-width: 768px) {
  .c-search-result {
    padding: var(--size3) var(--size2);
  }
}

.c-search-result__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--size-4xs);
  line-height: 1;
}
.c-search-result__title dt {
  color: var(--color-title);
  font-family: var(--font-heading);
  font-family: var(--font-heading);
  font-size: var(--typo-label-l);
  line-height: var(--lineheight16);
  font-weight: var(--font-weight-heading);
}
.c-search-result__title dd {
  color: var(--color-important);
  font-family: var(--font-heading-r);
  font-size: clamp(2.4rem, 1.9897903373rem + 1.0938924339vw, 3.6rem);
  font-weight: var(--font-weight-db);
}
@media screen and (max-width: 768px) {
  .c-search-result__title dt, .c-search-result__title dd {
    width: 100%;
    text-align: center;
  }
}

.c-search-result__text,
.t-doctors-result__text {
  font-family: var(--font-heading);
  font-family: var(--font-heading);
  font-size: var(--typo-label-m);
  line-height: var(--lineheight15);
  font-weight: var(--font-weight-heading);
  color: #454545;
}

@layer component {
  /* ==============================================================================================
  画像
  ============================================================================================== */
  .c-name ruby {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0.4rem, 0.1948951686rem + 0.546946217vw, 1rem);
  }
  @media screen and (max-width: 768px) {
    .c-name ruby {
      gap: 0.6rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
  }
  .c-name__main {
    color: var(--color-heading);
    font-family: var(--font-heading);
    font-weight: var(--font-weight-b);
    font-size: clamp(2rem, 1.6581586144rem + 0.9115770283vw, 3rem);
    line-height: 1.3;
  }
  .c-name__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem;
  }
  .c-name rt {
    color: var(--color-smallcopy);
    font-size: var(--typo-copy-s);
    font-weight: var(--font-weight-std);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem;
    position: relative;
  }
  .c-name rt:last-of-type {
    font-family: var(--font-en);
    font-weight: 300;
    padding-bottom: 2px;
  }
  @media screen and (max-width: 768px) {
    .c-name rt:last-of-type {
      padding-bottom: 0;
    }
  }
  .c-name rt:not(:last-of-type):after {
    content: "/";
    display: block;
    color: var(--color-black-300);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
/* ----------------------------------------
新規追加 20250806 shimamoto
---------------------------------------- */
/* ==============================================================================================
PDF掲載エリア
============================================================================================== */
.c-book {
  border: 1px solid var(--color-black-150);
  padding-block: clamp(2.4rem, 1.853053783rem + 1.4585232452vw, 4rem);
  -webkit-padding-start: clamp(2.4rem, 1.853053783rem + 1.4585232452vw, 4rem);
          padding-inline-start: clamp(2.4rem, 1.853053783rem + 1.4585232452vw, 4rem);
  -webkit-padding-end: clamp(2.4rem, 1.7163172288rem + 1.8231540565vw, 4.4rem);
          padding-inline-end: clamp(2.4rem, 1.7163172288rem + 1.8231540565vw, 4.4rem);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(2.4rem, 1.853053783rem + 1.4585232452vw, 4rem) 2.15fr;
  grid-template-columns: 1fr 2.15fr;
  gap: clamp(2.4rem, 1.853053783rem + 1.4585232452vw, 4rem);
  border-radius: var(--round-m);
}
@media screen and (max-width: 768px) {
  .c-book {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-book__pict {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  background: #f2f2f2;
  display: -ms-grid;
  display: grid;
  place-content: center;
  border-radius: var(--round-xs);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-book__pict {
    width: 100%;
  }
}
.c-book__pict img {
  width: 58.5%;
  margin-inline: auto;
  border-radius: var(--round-xs);
  position: relative;
  z-index: 2;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-book__pict img {
    width: 45vw;
  }
}
.c-book__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.2rem, 1.9607110301rem + 0.6381039198vw, 2.9rem);
}
.c-book__body p:not([class]) {
  color: var(--font-color-small);
  font-size: var(--font-size-s);
  line-height: var(--lineheight17);
  position: relative;
  --em: 0.5em;
  line-height: 1.7;
}
.c-book__body p:not([class])::before, .c-book__body p:not([class])::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-book__body p:not([class])::before {
  margin-top: calc((1 - 1.7) * var(--em));
}
.c-book__body p:not([class])::after {
  margin-bottom: calc((1 - 1.7) * var(--em));
}
.c-book__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.8rem, 1.5265268915rem + 0.7292616226vw, 2.6rem);
}
.c-book__header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.2rem, 1.1316317229rem + 0.1823154057vw, 1.4rem);
}
.c-book-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.6rem, 0.5316317229rem + 0.1823154057vw, 0.8rem);
  color: var(--font-color-notice);
  font-size: var(--typo-copy-xs);
  line-height: var(--lineheight16);
}
.c-book-time time {
  position: relative;
  --em: 0.5em;
  line-height: 1.6;
}
.c-book-time time::before, .c-book-time time::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-book-time time::before {
  margin-top: calc((1 - 1.6) * var(--em));
}
.c-book-time time::after {
  margin-bottom: calc((1 - 1.6) * var(--em));
}
.c-book-time::before {
  content: "";
  inline-size: var(--size2);
  aspect-ratio: 1/1;
  background: url(/jujo/assets/image/common/icon/icon_time.svg) no-repeat center center/cover;
  display: block;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.c-book-lead {
  color: var(--font-color-small);
  font-size: var(--typo-copy-xs);
  font-family: var(--font-b);
  font-weight: var(--font-weight-b);
  line-height: var(--lineheight16);
  position: relative;
  --em: 0.5em;
  line-height: 1.6;
}
.c-book-lead::before, .c-book-lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-book-lead::before {
  margin-top: calc((1 - 1.6) * var(--em));
}
.c-book-lead::after {
  margin-bottom: calc((1 - 1.6) * var(--em));
}
.c-book-title {
  color: var(--theme-primary);
  font-size: clamp(1.8rem, 1.6290793072rem + 0.4557885141vw, 2.3rem);
  font-family: var(--font-heading);
  font-weight: var(--font-weight-heading);
  line-height: var(--lineheight16);
  position: relative;
  --em: 0.5em;
  line-height: 1.6;
}
.c-book-title::before, .c-book-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-book-title::before {
  margin-top: calc((1 - 1.6) * var(--em));
}
.c-book-title::after {
  margin-bottom: calc((1 - 1.6) * var(--em));
}

/* ==============================================================================================
理念エリア
============================================================================================== */
.c-philosophy-lead__wrap {
  inline-size: 100%;
  border-radius: var(--round-2xs);
  background: #F3F3EB;
  border: solid 1px var(--theme-philosophy-bg-border);
  position: relative;
  padding-block: clamp(2rem, 0.7693710119rem + 3.2816773017vw, 5.6rem);
  padding-inline: clamp(2rem, -1.9653600729rem + 10.5742935278vw, 13.6rem);
}
.c-philosophy-lead__wrap::before {
  content: "";
  position: absolute;
  inline-size: 100%;
  block-size: 100%;
  background: url(/jujo/assets/image/common/noiz.png) repeat left top;
  border-radius: var(--round-2xs);
  inset-block-start: 0;
  inset-inline-start: 0;
  background-size: 100px;
}
@media screen and (max-width: 1380px) {
  .c-philosophy-lead__wrap {
    padding-inline: var(--size-4xl);
    padding-block: var(--size-xl);
  }
}
@media screen and (max-width: 1200px) {
  .c-philosophy-lead__wrap {
    padding-inline: var(--size-l);
    padding-block: var(--size-s);
  }
}
@media screen and (max-width: 600px) {
  .c-philosophy-lead__wrap {
    padding: 2rem;
  }
}

.c-philosophy-lead {
  position: relative;
  z-index: 1;
  max-width: 652px;
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  .c-philosophy-lead {
    width: 100%;
  }
}

.c-philosophy-lead__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: clamp(1.6rem, -0.0408386509rem + 4.3755697356vw, 6.4rem);
  -webkit-padding-before: 4.8rem;
          padding-block-start: 4.8rem;
  -webkit-padding-after: 4rem;
          padding-block-end: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  border-radius: 0.2rem;
  background: var(--color-white-900);
  -webkit-box-shadow: 0 1px 44px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 44px 0 rgba(0, 0, 0, 0.06);
}

.c-philosophy-lead__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
.c-philosophy-lead__body p + p {
  padding-top: 0;
}

.c-philosophy-lead-title {
  color: var(--theme-basic-primary);
  font-size: 1.6rem;
  font-family: var(--font-b);
  font-weight: var(--font-weight-heading);
  letter-spacing: 0.02em;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.c-philosophy-lead-title span {
  background: var(--color-white-900);
  padding-inline: 2.4rem;
  position: relative;
  z-index: 10;
}
.c-philosophy-lead-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: calc(50% - 1px);
  left: 0;
  background-size: 6px 1px;
  background-position: left top;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, #BABABA, #BABABA 2px, transparent 2px);
}
@media screen and (max-width: 768px) {
  .c-philosophy-lead-title::after {
    width: calc(100% - 9.6rem);
    left: calc((100% - (100% - 9.6rem)) / 2);
  }
}

.c-philosophy-lead-text {
  color: var(--theme-philosophy-txt);
  font-size: clamp(1.3rem, 1.1290793072rem + 0.4557885141vw, 1.8rem);
  font-family: var(--font-serif);
  letter-spacing: 0.06em;
  line-height: 1.85;
  text-align: center;
  position: relative;
  --em: 0.5em;
  line-height: 1.85;
}
.c-philosophy-lead-text::before, .c-philosophy-lead-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-philosophy-lead-text::before {
  margin-top: calc((1 - 1.85) * var(--em));
}
.c-philosophy-lead-text::after {
  margin-bottom: calc((1 - 1.85) * var(--em));
}
.c-philosophy-lead-text span {
  display: inline-block;
}

.c-philosophy-lead-line {
  width: 100%;
  height: 1px;
  background-size: 6px 1px;
  background-position: left top;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, #BABABA, #BABABA 2px, transparent 2px);
}
@media screen and (max-width: 768px) {
  .c-philosophy-lead-line {
    width: calc(100% - 9.6rem);
    background-position: center top;
  }
}

.c-philosophy-lead__wrap.-type2 {
  background: #F5E4CB;
  border: solid 1px rgba(206, 201, 191, 0.08);
}
.c-philosophy-lead__wrap.-type2::before {
  opacity: 0.4;
}
.c-philosophy-lead__wrap.-type2::after {
  content: "";
  position: absolute;
  inline-size: 100%;
  block-size: 100%;
  border-radius: var(--round-2xs);
  inset-block-start: 0;
  inset-inline-start: 0;
  top: 0;
  left: 0;
  background: url(/jujo/assets/image/departments/nurse/pattern_bg.png) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .c-philosophy-lead__wrap.-type2::after {
    background-size: 100%;
    background-position: bottom;
  }
}
.c-philosophy-lead__wrap.-type2 .c-philosophy-lead__inner {
  padding-inline: clamp(1.6rem, 0.2326344576rem + 3.646308113vw, 5.6rem);
  -webkit-padding-before: clamp(4rem, 3.7265268915rem + 0.7292616226vw, 4.8rem);
          padding-block-start: clamp(4rem, 3.7265268915rem + 0.7292616226vw, 4.8rem);
  -webkit-padding-after: clamp(3.2rem, 2.9265268915rem + 0.7292616226vw, 4rem);
          padding-block-end: clamp(3.2rem, 2.9265268915rem + 0.7292616226vw, 4rem);
  border-radius: var(--round-l);
  border-top: solid 4px var(--color-orange-800);
}
.c-philosophy-lead__wrap.-type2 .c-philosophy-lead__body {
  gap: clamp(3.2rem, 2.5846855059rem + 1.6408386509vw, 5rem);
}
.c-philosophy-lead__wrap.-type2 .c-philosophy-lead-title {
  color: var(--color-orange-800);
  font-size: clamp(1.6rem, 1.4632634458rem + 0.3646308113vw, 2rem);
}
.c-philosophy-lead__wrap.-type2 .c-philosophy-lead-title::after {
  width: 100%;
  left: 0;
}
.c-philosophy-lead__wrap.-type2 .c-philosophy-lead-text {
  color: #8E4F21;
  font-family: var(--font-heading);
  font-weight: var(--font-weight-heading);
  font-size: clamp(1.2rem, 0.9948951686rem + 0.546946217vw, 1.8rem);
}
.c-philosophy-lead__wrap.-type2 .c-philosophy-lead-line {
  width: 100%;
  background-position: left top;
}

/* ==============================================================================================
コンポーネント（未整理）
============================================================================================== */
/* ----------------------------------------
c-guide
---------------------------------------- */
.c-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.6rem, 1.3265268915rem + 0.7292616226vw, 2.4rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  padding-inline: clamp(2.4rem, 1.853053783rem + 1.4585232452vw, 4rem);
}
@media screen and (max-width: 1023px) {
  .c-guide {
    border: none;
  }
}
.c-guide.-line-left {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1023px) {
  .c-guide.-line-left {
    border: none;
  }
}

.c-guide-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-guide-head__label {
  color: var(--color-heading);
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 1.6632634458rem + 0.3646308113vw, 2.2rem);
  line-height: 1.2;
}

.c-guide-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--size-3xs);
  width: 100%;
  color: var(--color-smallcopy);
}

.c-guide-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 0.8rem 0.7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: var(--round-xs);
  color: var(--color-white-900);
  font-family: var(--font-b);
  font-size: clamp(1.1rem, 1.0658158614rem + 0.0911577028vw, 1.2rem);
  line-height: 1;
}
.c-guide-tag.-color1 {
  background-color: #32A1DC;
}
.c-guide-tag.-color2 {
  background-color: #309235;
}
.c-guide-tag.-color3 {
  background-color: #808080;
}
.c-guide-tag.-color4 {
  background-color: #ED883E;
}
@media screen and (max-width: 500px) {
  .c-guide-tag {
    padding: 0.7rem 0.8rem 0.7rem;
  }
}

.c-guide-schedule {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4rem 1rem 1fr;
  grid-template-columns: 4rem 1fr;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.c-guide-schedule-en {
  color: var(--color-copy);
  font-family: var(--font-en);
  font-size: clamp(1.9rem, 1.8658158614rem + 0.0911577028vw, 2rem);
  line-height: var(--lineheight14);
  font-weight: 600;
  letter-spacing: 0;
}
.c-guide-schedule p {
  color: var(--color-copy);
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 1.5316317229rem + 0.1823154057vw, 1.8rem);
  line-height: var(--lineheight14);
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2rem;
}
.c-guide-schedule p small {
  font-size: 1.1rem;
  display: inline-block;
}

.c-guide-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.8rem, 0.7316317229rem + 0.1823154057vw, 1rem);
}
.c-guide-tel__tag {
  display: inline-block;
  padding: 0.7rem 1.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: var(--round-s);
  background: var(--color-important);
  color: var(--color-white-900);
  font-family: var(--font-heading);
  font-size: clamp(1.2rem, 1.1658158614rem + 0.0911577028vw, 1.3rem);
  line-height: var(--lineheight15);
}
.c-guide-tel__number {
  color: var(--color-important);
  font-family: var(--font-en);
  font-size: clamp(2.2rem, 1.7897903373rem + 1.0938924339vw, 3.4rem);
  font-weight: 700;
  line-height: var(--lineheight12);
}

.c-guide-time {
  color: var(--color-copy);
  font-family: var(--font-en);
  font-size: 2.8rem;
  font-size: clamp(1.9rem, 1.592342753rem + 0.8204193254vw, 2.8rem);
  font-weight: 600;
  line-height: var(--lineheight14);
  line-height: 1;
  text-align: center;
}

/* ----------------------------------------
c-guide(c-modal内実装時)
---------------------------------------- */
.c-modal .c-guide {
  padding: 0;
  border: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-modal .c-guide-body {
  max-width: 290px;
}
@media screen and (max-width: 1023px) {
  .c-modal .c-guide-head__icon {
    max-width: 7rem;
  }
}
@media screen and (max-width: 400px) {
  .c-modal .c-guide {
    gap: 1rem;
  }
  .c-modal .c-guide-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.4rem;
  }
  .c-modal .c-guide-schedule {
    -ms-grid-columns: 3.6rem 1fr;
    grid-template-columns: 3.6rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-modal .c-guide-schedule p {
    font-size: 1.3rem;
  }
  .c-modal .c-guide-schedule-en {
    line-height: 1;
    font-size: 1.5rem;
  }
  .c-modal .c-guide-head__label {
    font-size: 1.6rem !important;
  }
  .c-modal .c-guide-tag {
    padding: 0.5rem 0.6rem 0.5rem;
  }
  .c-modal .c-guide-head__icon {
    max-width: 2.8rem;
  }
  .c-modal .c-guide-time {
    font-size: 1.5rem;
  }
  .c-modal .c-button a {
    padding-inline: 1rem;
    padding-block: 0.8rem;
  }
  .c-modal .c-txt-2xs {
    font-size: 1.1rem;
  }
}

.c-guide.-modal-schedule {
  padding-right: clamp(3.2rem, 2.653053783rem + 1.4585232452vw, 4.8rem);
}
@media screen and (max-width: 1023px) {
  .c-guide.-modal-schedule {
    padding-right: 0;
    padding-bottom: 3.2rem;
  }
}
@media screen and (max-width: 400px) {
  .c-guide.-modal-schedule {
    padding-bottom: 2rem;
  }
}

.c-guide.-modal-time {
  padding-left: clamp(3.2rem, 2.653053783rem + 1.4585232452vw, 4.8rem);
  border-left: solid 1px #E2E2E2;
}
@media screen and (max-width: 1023px) {
  .c-guide.-modal-time {
    padding-left: 0;
    padding-top: 1.6rem;
    border-left: 0;
    border-top: solid 1px #E2E2E2;
  }
}

/* ----------------------------------------
テスト実装
---------------------------------------- */
.c-dirlink a {
  display: block;
  border-radius: var(--round-m);
  border: 1px solid var(--color-black-50);
  text-decoration: none;
  background: var(--color-white-900);
  padding-inline: var(--size-s);
  padding-block: clamp(2rem, 1.7265268915rem + 0.7292616226vw, 2.8rem);
  height: 100%;
}
.c-dirlink a[target=_blank]::after {
  content: none;
}
.c-dirlink-label {
  color: var(--color-heading);
  font-family: var(--font-heading);
  font-size: var(--typo-label-l);
  line-height: var(--lineheight16);
  font-weight: var(--font-weight-heading);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  letter-spacing: 0;
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
a[target=_blank] .c-dirlink-label::after {
  content: "";
  aspect-ratio: 1/1;
  inline-size: 2.4rem;
  block-size: 2.4rem;
  display: inline-block;
  position: relative;
  background: var(--color-heading);
  background-size: 100%;
  -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_blank.svg);
          mask-image: url(/jujo/assets/image/common/icon/icon_blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 1.2rem;
          mask-size: 1.2rem;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover .c-dirlink-label {
  color: var(--theme-primary);
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: none;
}
a:hover .c-dirlink-label::after {
  background: var(--theme-primary);
}

.c-dirlink-text {
  color: var(--color-smallcopy);
  font-family: var(--font-basic);
  font-size: var(--typo-copy-s);
  line-height: var(--lineheight16);
  letter-spacing: 0;
  margin-top: 0.8rem;
}

/*言語選択*/
/* ============================ */
.c-select-lang {
  position: relative;
}

.c-select-lang select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  opacity: 0;
  width: 6em;
}

.c-select-lang__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.c-select-lang__label span {
  text-decoration: none;
  color: var(--font-color-standard);
  font-size: var(--fontsize12);
  line-height: 1.2;
}
.c-select-lang:hover .c-select-lang__label span {
  color: var(--theme-primary);
  text-decoration: underline;
}

.c-select-lang__icon svg {
  fill: var(--theme-primary);
}

.-home .c-select-lang__label span {
  color: var(--color-white-900) !important;
}
.-home .c-select-lang__icon svg {
  fill: var(--color-white-900) !important;
}

/*PDFリンク*/
/* ============================ */
.c-pdflink {
  width: 80%;
  margin: 0 auto;
}
.c-pdflink a {
  display: block;
  padding-inline: var(--size-xs);
  padding-block: clamp(1.2rem, 0.7897903373rem + 1.0938924339vw, 2.4rem);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #ffe9e0;
  border-radius: clamp(0.4rem, 0.3316317229rem + 0.1823154057vw, 0.6rem);
  border: solid 1px rgba(172, 67, 55, 0.15);
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-pdflink a::after {
  display: none;
}
.c-pdflink .c-pdflink-title {
  color: #AC4337;
  text-decoration: none;
  font-size: clamp(1.3rem, 1.1974475843rem + 0.2734731085vw, 1.6rem);
  font-family: var(--font-heading);
  font-weight: var(--font-weight-heading);
  letter-spacing: 0;
  line-height: 1.7;
}
.c-pdflink .c-pdflink-text {
  color: #333333;
  text-decoration: underline;
  font-size: clamp(1.3rem, 1.1974475843rem + 0.2734731085vw, 1.6rem);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
  line-height: 1.7;
  font-family: var(--font-db);
  font-weight: var(--font-weight-db);
  letter-spacing: 0;
}
.c-pdflink .c-pdflink-text::before {
  content: "";
  width: clamp(2rem, 1.8632634458rem + 0.3646308113vw, 2.4rem);
  height: clamp(2rem, 1.8632634458rem + 0.3646308113vw, 2.4rem);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background: url(/jujo/assets/image/common/icon/icon_note.svg) no-repeat left center/cover;
  display: block;
  position: absolute;
  left: -3.2rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-pdflink a:hover {
  background-color: #f2e3dd;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.c-pdflink a:hover .c-pdflink-text {
  text-decoration: none;
  color: var(--theme-primary);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media screen and (max-width: 768px) {
  .c-pdflink .c-pdflink-text::before {
    -webkit-transform: translate(0, -53%);
            transform: translate(0, -53%);
  }
}
@media screen and (max-width: 500px) {
  .c-pdflink {
    width: 90%;
  }
  .c-pdflink .c-pdflink-text::before {
    width: 2rem;
    height: 2rem;
    left: -2.8rem;
    -webkit-transform: translate(0, -55%);
            transform: translate(0, -55%);
  }
}

/* ==============================================================================================
ユーティリティ：余白
============================================================================================== */
.u-mt0 {
  margin-top: 0rem;
}

@media screen and (max-width: 768px) {
  .u-mt0-small {
    margin-top: 0rem !important;
  }
}
.u-mb0 {
  margin-bottom: 0rem;
}

@media screen and (max-width: 768px) {
  .u-mb0-small {
    margin-bottom: 0rem !important;
  }
}
.u-pt0 {
  padding-top: 0rem;
}

@media screen and (max-width: 768px) {
  .u-pt0-small {
    padding-top: 0rem !important;
  }
}
.u-pb0 {
  padding-bottom: 0rem;
}

@media screen and (max-width: 768px) {
  .u-pb0-small {
    padding-bottom: 0rem !important;
  }
}
.u-pl0 {
  padding-left: 0rem;
}

@media screen and (max-width: 768px) {
  .u-pl0-small {
    padding-left: 0rem !important;
  }
}
.u-pr0 {
  padding-right: 0rem;
}

@media screen and (max-width: 768px) {
  .u-pr0-small {
    padding-right: 0rem !important;
  }
}
.u-mt4 {
  margin-top: 0.4rem;
}

@media screen and (max-width: 768px) {
  .u-mt4-small {
    margin-top: 0.4rem !important;
  }
}
.u-mb4 {
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 768px) {
  .u-mb4-small {
    margin-bottom: 0.4rem !important;
  }
}
.u-pt4 {
  padding-top: 0.4rem;
}

@media screen and (max-width: 768px) {
  .u-pt4-small {
    padding-top: 0.4rem !important;
  }
}
.u-pb4 {
  padding-bottom: 0.4rem;
}

@media screen and (max-width: 768px) {
  .u-pb4-small {
    padding-bottom: 0.4rem !important;
  }
}
.u-pl4 {
  padding-left: 0.4rem;
}

@media screen and (max-width: 768px) {
  .u-pl4-small {
    padding-left: 0.4rem !important;
  }
}
.u-pr4 {
  padding-right: 0.4rem;
}

@media screen and (max-width: 768px) {
  .u-pr4-small {
    padding-right: 0.4rem !important;
  }
}
.u-mt8 {
  margin-top: var(--size);
}

@media screen and (max-width: 768px) {
  .u-mt8-small {
    margin-top: var(--size) !important;
  }
}
.u-mb8 {
  margin-bottom: var(--size);
}

@media screen and (max-width: 768px) {
  .u-mb8-small {
    margin-bottom: var(--size) !important;
  }
}
.u-pt8 {
  padding-top: var(--size);
}

@media screen and (max-width: 768px) {
  .u-pt8-small {
    padding-top: var(--size) !important;
  }
}
.u-pb8 {
  padding-bottom: var(--size);
}

@media screen and (max-width: 768px) {
  .u-pb8-small {
    padding-bottom: var(--size) !important;
  }
}
.u-pl8 {
  padding-left: var(--size);
}

@media screen and (max-width: 768px) {
  .u-pl8-small {
    padding-left: var(--size) !important;
  }
}
.u-pr8 {
  padding-right: var(--size);
}

@media screen and (max-width: 768px) {
  .u-pr8-small {
    padding-right: var(--size) !important;
  }
}
.u-mt16 {
  margin-top: var(--size2);
}

@media screen and (max-width: 768px) {
  .u-mt16-small {
    margin-top: var(--size2) !important;
  }
}
.u-mb16 {
  margin-bottom: var(--size2);
}

@media screen and (max-width: 768px) {
  .u-mb16-small {
    margin-bottom: var(--size2) !important;
  }
}
.u-pt16 {
  padding-top: var(--size2);
}

@media screen and (max-width: 768px) {
  .u-pt16-small {
    padding-top: var(--size2) !important;
  }
}
.u-pb16 {
  padding-bottom: var(--size2);
}

@media screen and (max-width: 768px) {
  .u-pb16-small {
    padding-bottom: var(--size2) !important;
  }
}
.u-pl16 {
  padding-left: var(--size2);
}

@media screen and (max-width: 768px) {
  .u-pl16-small {
    padding-left: var(--size2) !important;
  }
}
.u-pr16 {
  padding-right: var(--size2);
}

@media screen and (max-width: 768px) {
  .u-pr16-small {
    padding-right: var(--size2) !important;
  }
}
.u-mt20 {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .u-mt20-small {
    margin-top: 2rem !important;
  }
}
.u-mb20 {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .u-mb20-small {
    margin-bottom: 2rem !important;
  }
}
.u-pt20 {
  padding-top: 2rem;
}

@media screen and (max-width: 768px) {
  .u-pt20-small {
    padding-top: 2rem !important;
  }
}
.u-pb20 {
  padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .u-pb20-small {
    padding-bottom: 2rem !important;
  }
}
.u-pl20 {
  padding-left: 2rem;
}

@media screen and (max-width: 768px) {
  .u-pl20-small {
    padding-left: 2rem !important;
  }
}
.u-pr20 {
  padding-right: 2rem;
}

@media screen and (max-width: 768px) {
  .u-pr20-small {
    padding-right: 2rem !important;
  }
}
.u-mt24 {
  margin-top: var(--size3);
}

@media screen and (max-width: 768px) {
  .u-mt24-small {
    margin-top: var(--size3) !important;
  }
}
.u-mb24 {
  margin-bottom: var(--size3);
}

@media screen and (max-width: 768px) {
  .u-mb24-small {
    margin-bottom: var(--size3) !important;
  }
}
.u-pt24 {
  padding-top: var(--size3);
}

@media screen and (max-width: 768px) {
  .u-pt24-small {
    padding-top: var(--size3) !important;
  }
}
.u-pb24 {
  padding-bottom: var(--size3);
}

@media screen and (max-width: 768px) {
  .u-pb24-small {
    padding-bottom: var(--size3) !important;
  }
}
.u-pl24 {
  padding-left: var(--size3);
}

@media screen and (max-width: 768px) {
  .u-pl24-small {
    padding-left: var(--size3) !important;
  }
}
.u-pr24 {
  padding-right: var(--size3);
}

@media screen and (max-width: 768px) {
  .u-pr24-small {
    padding-right: var(--size3) !important;
  }
}
.u-mt32 {
  margin-top: var(--size4);
}

@media screen and (max-width: 768px) {
  .u-mt32-small {
    margin-top: var(--size4) !important;
  }
}
.u-mb32 {
  margin-bottom: var(--size4);
}

@media screen and (max-width: 768px) {
  .u-mb32-small {
    margin-bottom: var(--size4) !important;
  }
}
.u-pt32 {
  padding-top: var(--size4);
}

@media screen and (max-width: 768px) {
  .u-pt32-small {
    padding-top: var(--size4) !important;
  }
}
.u-pb32 {
  padding-bottom: var(--size4);
}

@media screen and (max-width: 768px) {
  .u-pb32-small {
    padding-bottom: var(--size4) !important;
  }
}
.u-pl32 {
  padding-left: var(--size4);
}

@media screen and (max-width: 768px) {
  .u-pl32-small {
    padding-left: var(--size4) !important;
  }
}
.u-pr32 {
  padding-right: var(--size4);
}

@media screen and (max-width: 768px) {
  .u-pr32-small {
    padding-right: var(--size4) !important;
  }
}
.u-mt40 {
  margin-top: var(--size5);
}

@media screen and (max-width: 768px) {
  .u-mt40-small {
    margin-top: var(--size5) !important;
  }
}
.u-mb40 {
  margin-bottom: var(--size5);
}

@media screen and (max-width: 768px) {
  .u-mb40-small {
    margin-bottom: var(--size5) !important;
  }
}
.u-pt40 {
  padding-top: var(--size5);
}

@media screen and (max-width: 768px) {
  .u-pt40-small {
    padding-top: var(--size5) !important;
  }
}
.u-pb40 {
  padding-bottom: var(--size5);
}

@media screen and (max-width: 768px) {
  .u-pb40-small {
    padding-bottom: var(--size5) !important;
  }
}
.u-pl40 {
  padding-left: var(--size5);
}

@media screen and (max-width: 768px) {
  .u-pl40-small {
    padding-left: var(--size5) !important;
  }
}
.u-pr40 {
  padding-right: var(--size5);
}

@media screen and (max-width: 768px) {
  .u-pr40-small {
    padding-right: var(--size5) !important;
  }
}
.u-mt48 {
  margin-top: var(--size6);
}

@media screen and (max-width: 768px) {
  .u-mt48-small {
    margin-top: var(--size6) !important;
  }
}
.u-mb48 {
  margin-bottom: var(--size6);
}

@media screen and (max-width: 768px) {
  .u-mb48-small {
    margin-bottom: var(--size6) !important;
  }
}
.u-pt48 {
  padding-top: var(--size6);
}

@media screen and (max-width: 768px) {
  .u-pt48-small {
    padding-top: var(--size6) !important;
  }
}
.u-pb48 {
  padding-bottom: var(--size6);
}

@media screen and (max-width: 768px) {
  .u-pb48-small {
    padding-bottom: var(--size6) !important;
  }
}
.u-pl48 {
  padding-left: var(--size6);
}

@media screen and (max-width: 768px) {
  .u-pl48-small {
    padding-left: var(--size6) !important;
  }
}
.u-pr48 {
  padding-right: var(--size6);
}

@media screen and (max-width: 768px) {
  .u-pr48-small {
    padding-right: var(--size6) !important;
  }
}
.u-mt56 {
  margin-top: var(--size7);
}

@media screen and (max-width: 768px) {
  .u-mt56-small {
    margin-top: var(--size7) !important;
  }
}
.u-mb56 {
  margin-bottom: var(--size7);
}

@media screen and (max-width: 768px) {
  .u-mb56-small {
    margin-bottom: var(--size7) !important;
  }
}
.u-pt56 {
  padding-top: var(--size7);
}

@media screen and (max-width: 768px) {
  .u-pt56-small {
    padding-top: var(--size7) !important;
  }
}
.u-pb56 {
  padding-bottom: var(--size7);
}

@media screen and (max-width: 768px) {
  .u-pb56-small {
    padding-bottom: var(--size7) !important;
  }
}
.u-pl56 {
  padding-left: var(--size7);
}

@media screen and (max-width: 768px) {
  .u-pl56-small {
    padding-left: var(--size7) !important;
  }
}
.u-pr56 {
  padding-right: var(--size7);
}

@media screen and (max-width: 768px) {
  .u-pr56-small {
    padding-right: var(--size7) !important;
  }
}
.u-mt64 {
  margin-top: var(--size8);
}

@media screen and (max-width: 768px) {
  .u-mt64-small {
    margin-top: var(--size8) !important;
  }
}
.u-mb64 {
  margin-bottom: var(--size8);
}

@media screen and (max-width: 768px) {
  .u-mb64-small {
    margin-bottom: var(--size8) !important;
  }
}
.u-pt64 {
  padding-top: var(--size8);
}

@media screen and (max-width: 768px) {
  .u-pt64-small {
    padding-top: var(--size8) !important;
  }
}
.u-pb64 {
  padding-bottom: var(--size8);
}

@media screen and (max-width: 768px) {
  .u-pb64-small {
    padding-bottom: var(--size8) !important;
  }
}
.u-pl64 {
  padding-left: var(--size8);
}

@media screen and (max-width: 768px) {
  .u-pl64-small {
    padding-left: var(--size8) !important;
  }
}
.u-pr64 {
  padding-right: var(--size8);
}

@media screen and (max-width: 768px) {
  .u-pr64-small {
    padding-right: var(--size8) !important;
  }
}
/* ==============================================================================================
ユーティリティ：位置
============================================================================================== */
.u-align-right {
  text-align: right !important;
}

.u-pc-center {
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  .u-pc-center {
    text-align: left !important;
  }
}

/* ==============================================================================================
ユーティリティ：フォント
============================================================================================== */
.u-font-en {
  font-family: var(--font-en) !important;
}

.u-font-jp {
  font-family: var(--font-basic) !important;
}

.u-font-bold {
  font-family: var(--font-b) !important;
  font-weight: normal !important;
}

.u-font-italic {
  font-style: italic !important;
}

/* ==============================================================================================
ユーティリティ：デバイス間での表示非表示
============================================================================================== */
@media screen and (max-width: 1199px) {
  .u-hidden-large2 {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .u-hidden-medium {
    display: none !important;
  }
}

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

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

/* ==============================================================================================
ユーティリティ：罫線
============================================================================================== */
.u-border {
  border: solid 1px var(--color-black-50);
}

.u-border-top {
  border-top: solid 1px var(--color-black-50) !important;
}

.u-border-bottom {
  border-bottom: solid 1px var(--color-black-50) !important;
}

.u-border-none {
  border: none !important;
}

/* ==============================================================================================
ユーティリティ：dot-list
============================================================================================== */
.u-imgfit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

.u-text-trim::before, .u-text-trim::after {
  content: "";
  display: block;
  inline-size: 0;
  block-size: 1px;
}
.u-text-trim::before {
  -webkit-margin-after: var(--leading-trim);
          margin-block-end: var(--leading-trim);
}
.u-text-trim::after {
  -webkit-margin-before: var(--leading-trim);
          margin-block-start: var(--leading-trim);
}

/* ==============================================================================================
ユーティリティ：罫線
============================================================================================== */
.u-aspect-auto {
  aspect-ratio: auto;
}

.u-aspect-32 {
  aspect-ratio: 3/2 !important;
}
.u-aspect-32 img {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-aspect-43 {
  aspect-ratio: 4/3 !important;
}
.u-aspect-43 img {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-aspect-169 {
  aspect-ratio: 16/9 !important;
}
.u-aspect-169 img {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-aspect-916 {
  aspect-ratio: 9/16 !important;
}
.u-aspect-916 img {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-aspect-square {
  aspect-ratio: 1/1 !important;
}
.u-aspect-square img {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-aspect-gold {
  aspect-ratio: 1.618/1 !important;
}
.u-aspect-gold img {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-aspect-silver {
  aspect-ratio: 1.414/1 !important;
}
.u-aspect-silver img {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-ib {
  display: inline-block;
}

.u-font-bold {
  font-weight: bold !important;
}

.u-font-italic {
  font-style: italic !important;
}

.u-color-pink {
  color: var(--color-pink) !important;
}

.u-color-green {
  color: var(--color-green) !important;
}

.u-color-primary {
  color: var(--theme-primary) !important;
}

.u-sticky {
  position: sticky;
  top: 20rem;
}
@media screen and (max-width: 768px) {
  .u-sticky {
    position: static;
  }
}

.u-color-red {
  color: var(--color-red-800) !important;
}

.u-color-standard {
  color: #454545;
}

.u-txt-important {
  color: var(--color-important) !important;
  font-family: var(--font-b) !important;
  font-weight: var(--font-weight-heading);
}
.u-txt-important a[href^="tel:"] {
  color: var(--color-important) !important;
}

.u-align-top {
  vertical-align: top !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.u-align-top th, .u-align-top td {
  vertical-align: top !important;
}

.u-align-middle {
  vertical-align: middle !important;
}
.u-align-middle th, .u-align-middle td {
  vertical-align: middle !important;
}

.u-align-middle {
  vertical-align: middle !important;
}

.u-align-center {
  text-align: center !important;
}
.u-align-center th, .u-align-center td {
  text-align: center !important;
}

.u-align-left {
  text-align: left !important;
}

.u-width-100 {
  inline-size: 100% !important;
}

.u-width-90 {
  inline-size: 90% !important;
}

.u-width-80 {
  inline-size: 80% !important;
}

.u-width-70 {
  inline-size: 70% !important;
}

.u-width-60 {
  inline-size: 60% !important;
}

.u-width-50 {
  inline-size: 50% !important;
}

.u-width-40 {
  inline-size: 40% !important;
}

.u-width-30 {
  inline-size: 30% !important;
}

.u-width-20 {
  inline-size: 20% !important;
}

.u-width-10 {
  inline-size: 10% !important;
}

@media screen and (max-width: 768px) {
  .u-small-width-100 {
    inline-size: 100% !important;
  }
}
.u-gap-20 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--size-xs);
}

.u-icon::after {
  content: "";
  background: url(/ijinkai/assets/image/departments/arrhythmia/icon.gif) no-repeat left top/cover;
  inline-size: 1.2em;
  aspect-ratio: 1/1;
  vertical-align: middle;
  padding: 0 0.02em;
  -webkit-margin-start: 2px;
          margin-inline-start: 2px;
  -webkit-margin-end: 2px;
          margin-inline-end: 2px;
  display: inline-block;
  position: relative;
  inset-block-start: -0.1em;
}

.u-button-mt {
  margin-top: var(--size-l);
}

.u-inlineblock {
  display: inline-block;
}

.u-round-l {
  border-radius: var(--round-l) !important;
}

.js-details__content {
  overflow: hidden;
}

.js-modal {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.js-modal.is-open {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes detect-scroll {
  from, to {
    --can-scroll: ;
  }
}

@keyframes detect-scroll {
  from, to {
    --can-scroll: ;
  }
}
.js-cell-scroll {
  overflow: hidden;
  padding-bottom: 0 !important;
}

.js-cell-scroll__inner {
  inline-size: calc(100% + 3.2rem);
  -webkit-transform: translate(-1.6rem, -1.2rem);
          transform: translate(-1.6rem, -1.2rem);
  margin-bottom: -2.4rem;
  padding: 1.4rem 1.6rem;
  scroll-timeline: --scroll-timeline y;
  -webkit-animation: detect-scroll;
          animation: detect-scroll;
  animation-timeline: --scroll-timeline;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  position: relative;
}

.js-cell-scroll__body {
  overflow-y: scroll;
  padding-bottom: 6rem;
  block-size: 21rem;
}

.c-cellscroll-cover {
  inline-size: 63%;
  margin-inline: auto;
  padding: 1.2rem;
  font-size: 1.2rem;
  position: absolute;
  bottom: 3rem;
  text-align: center;
  inset-inline: 0;
  background: var(--color-black-900);
  color: var(--color-white-900);
  font-weight: bold;
  border-radius: var(--round-max);
  display: inline-block;
  z-index: var(--zindex-lv2);
}
.c-cellscroll-cover__text {
  font-family: var(--Global-font-family-text, "Hiragino Sans");
  font-size: var(--font-size-2xs);
  font-weight: var(--font-weight-b);
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .c-cellscroll-cover {
    inline-size: 50%;
  }
}

/* ==============================================================================================
JS：記事詳細スライダー
============================================================================================== */
/* ==============================================================================================
JS：スクロールで表示
============================================================================================== */
.js-fade-chunk {
  position: relative;
}
.js-fade-chunk img {
  border-radius: var(--round-s) !important;
}
.js-fade-chunk .arrow-prev,
.js-fade-chunk .arrow-next {
  position: absolute;
  bottom: 0;
  inline-size: 4rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-white-900);
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.js-fade-chunk .arrow-prev::before,
.js-fade-chunk .arrow-next::before {
  content: "";
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%235a5964' height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m2.97725 5.78975c.21967-.21967.57583-.21967.7955 0l5.22725 5.22725 5.2273-5.22725c.2196-.21967.5758-.21967.7954 0 .2197.21967.2197.57583 0 .7955l-5.62495 5.62495c-.21967.2197-.57583.2197-.7955 0l-5.625-5.62495c-.21967-.21967-.21967-.57583 0-.7955z' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.js-fade-chunk .arrow-prev:hover,
.js-fade-chunk .arrow-next:hover {
  background: var(--color-green);
}
.js-fade-chunk .arrow-prev:hover::before,
.js-fade-chunk .arrow-next:hover::before {
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m2.97725 5.78975c.21967-.21967.57583-.21967.7955 0l5.22725 5.22725 5.2273-5.22725c.2196-.21967.5758-.21967.7954 0 .2197.21967.2197.57583 0 .7955l-5.62495 5.62495c-.21967.2197-.57583.2197-.7955 0l-5.625-5.62495c-.21967-.21967-.21967-.57583 0-.7955z' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.js-fade-chunk .arrow-prev {
  right: 4rem;
}
.js-fade-chunk .arrow-prev::before {
  rotate: 90deg;
}
.js-fade-chunk .arrow-next {
  right: 0;
}
.js-fade-chunk .arrow-next::before {
  rotate: 270deg;
}

@-webkit-keyframes flash {
  0% {
    -webkit-filter: saturate(100%) brightness(1);
            filter: saturate(100%) brightness(1);
  }
  1% {
    -webkit-filter: saturate(150%) brightness(1.5);
            filter: saturate(150%) brightness(1.5);
  }
  100% {
    -webkit-filter: saturate(100%) brightness(1);
            filter: saturate(100%) brightness(1);
  }
}

@keyframes flash {
  0% {
    -webkit-filter: saturate(100%) brightness(1);
            filter: saturate(100%) brightness(1);
  }
  1% {
    -webkit-filter: saturate(150%) brightness(1.5);
            filter: saturate(150%) brightness(1.5);
  }
  100% {
    -webkit-filter: saturate(100%) brightness(1);
            filter: saturate(100%) brightness(1);
  }
}
.ef-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--color-white);
  z-index: var(--zindex-lv-limit);
  -webkit-transform: translateX(0) translateZ(10px);
          transform: translateX(0) translateZ(10px);
}
.is-loaded .ef-mask {
  -webkit-transition: -webkit-transform 0.8s var(--easeOrg);
  transition: -webkit-transform 0.8s var(--easeOrg);
  transition: transform 0.8s var(--easeOrg);
  transition: transform 0.8s var(--easeOrg), -webkit-transform 0.8s var(--easeOrg);
  -webkit-transform: translateX(-150%) translateZ(100px);
          transform: translateX(-150%) translateZ(100px);
}
.is-moving .ef-mask {
  -webkit-transition: -webkit-transform 0.5s var(--easeOrg);
  transition: -webkit-transform 0.5s var(--easeOrg);
  transition: transform 0.5s var(--easeOrg);
  transition: transform 0.5s var(--easeOrg), -webkit-transform 0.5s var(--easeOrg);
  -webkit-transform: translateX(0%) translateZ(10px);
          transform: translateX(0%) translateZ(10px);
}
.ef-mask::after {
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(246, 246, 243, 0)), to(var(--color-white)));
  background: linear-gradient(-90deg, rgba(246, 246, 243, 0), var(--color-white));
  position: absolute;
  top: 0;
  right: -50%;
  display: block;
}

/* ef-shadow
-----------------------------------------------------------------*/
.ef-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
  pointer-events: none;
  z-index: 1;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s var(--easeInOutSine);
  transition: -webkit-transform 0.3s var(--easeInOutSine);
  transition: transform 0.3s var(--easeInOutSine);
  transition: transform 0.3s var(--easeInOutSine), -webkit-transform 0.3s var(--easeInOutSine);
}
.ef-shadow.is-shadow {
  -webkit-transition: -webkit-transform 0.3s var(--easeInOutSine);
  transition: -webkit-transform 0.3s var(--easeInOutSine);
  transition: transform 0.3s var(--easeInOutSine);
  transition: transform 0.3s var(--easeInOutSine), -webkit-transform 0.3s var(--easeInOutSine);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.tester {
  background: green;
  padding: 100px;
  color: var(--sem-callout-border);
}