@charset "UTF-8";
@layer normalize, destyle;
@layer normalize {
  /* Document
   * ========================================================================== */
  /**
   * Add border box sizing in all browsers (opinionated).
   */
  *,
  ::before,
  ::after {
    box-sizing: border-box;
  }
  /**
   * 1. Add text decoration inheritance in all browsers (opinionated).
   * 2. Add vertical alignment inheritance in all browsers (opinionated).
   */
  ::before,
  ::after {
    text-decoration: inherit; /* 1 */
    vertical-align: inherit; /* 2 */
  }
  /**
   * 1. Use the default cursor in all browsers (opinionated).
   * 2. Change the line height in all browsers (opinionated).
   * 3. Use a 4-space tab width in all browsers (opinionated).
   * 4. Remove the grey highlight on links in iOS (opinionated).
   * 5. Prevent adjustments of font size after orientation changes in
   *    IE on Windows Phone and in iOS.
   * 6. Breaks words to prevent overflow in all browsers (opinionated).
   */
  html {
    cursor: default; /* 1 */
    line-height: 1.5; /* 2 */
    -moz-tab-size: 4; /* 3 */
    -o-tab-size: 4;
    tab-size: 4; /* 3 */
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%; /* 5 */
    -webkit-text-size-adjust: 100%; /* 5 */
    word-break: break-word; /* 6 */
  }
  /* Sections
   * ========================================================================== */
  /**
   * Remove the margin in all browsers (opinionated).
   */
  body {
    margin: 0;
  }
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Edge, Firefox, and Safari.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  /* Grouping content
   * ========================================================================== */
  /**
   * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
   */
  dl dl,
  dl ol,
  dl ul,
  ol dl,
  ul dl {
    margin: 0;
  }
  /**
   * Remove the margin on nested lists in Edge 18- and IE.
   */
  ol ol,
  ol ul,
  ul ol,
  ul ul {
    margin: 0;
  }
  /**
   * 1. Add the correct sizing in Firefox.
   * 2. Show the overflow in Edge 18- and IE.
   */
  hr {
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  /**
   * Add the correct display in IE.
   */
  main {
    display: block;
  }
  /**
   * Remove the list style on navigation lists in all browsers (opinionated).
   */
  nav ol,
  nav ul {
    list-style: none;
    padding: 0;
  }
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  /* Text-level semantics
   * ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  a {
    background-color: transparent;
  }
  /**
   * Add the correct text decoration in Edge 18-, IE, and Safari.
   */
  abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder;
  }
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%;
  }
  /* Embedded content
   * ========================================================================== */
  /*
   * Change the alignment on media elements in all browsers (opinionated).
   */
  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }
  /**
   * Add the correct display in IE 9-.
   */
  audio,
  video {
    display: inline-block;
  }
  /**
   * Add the correct display in iOS 4-7.
   */
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  /**
   * Remove the border on iframes in all browsers (opinionated).
   */
  iframe {
    border-style: none;
  }
  /**
   * Remove the border on images within links in IE 10-.
   */
  img {
    border-style: none;
  }
  /**
   * Change the fill color to match the text color in all browsers (opinionated).
   */
  svg:not([fill]) {
    fill: currentColor;
  }
  /**
   * Hide the overflow in IE.
   */
  svg:not(:root) {
    overflow: hidden;
  }
  /* Tabular data
   * ========================================================================== */
  /**
   * Collapse border spacing in all browsers (opinionated).
   */
  table {
    border-collapse: collapse;
  }
  /* Forms
   * ========================================================================== */
  /**
   * Remove the margin on controls in Safari.
   */
  button,
  input,
  select {
    margin: 0;
  }
  /**
   * 1. Show the overflow in IE.
   * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
   */
  button {
    overflow: visible; /* 1 */
    text-transform: none; /* 2 */
  }
  /**
   * Correct the inability to style buttons in iOS and Safari.
   */
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  /**
   * 1. Change the inconsistent appearance in all browsers (opinionated).
   * 2. Correct the padding in Firefox.
   */
  fieldset {
    border: 1px solid #a0a0a0; /* 1 */
    padding: 0.35em 0.75em 0.625em; /* 2 */
  }
  /**
   * Show the overflow in Edge 18- and IE.
   */
  input {
    overflow: visible;
  }
  /**
   * 1. Correct the text wrapping in Edge 18- and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   */
  legend {
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    white-space: normal; /* 1 */
  }
  /**
   * 1. Add the correct display in Edge 18- and IE.
   * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
   */
  progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
  }
  /**
   * Remove the inheritance of text transform in Firefox.
   */
  select {
    text-transform: none;
  }
  /**
   * 1. Remove the margin in Firefox and Safari.
   * 2. Remove the default vertical scrollbar in IE.
   * 3. Change the resize direction in all browsers (opinionated).
   */
  textarea {
    margin: 0; /* 1 */
    overflow: auto; /* 2 */
    resize: vertical; /* 3 */
  }
  /**
   * Remove the padding in IE 10-.
   */
  [type=checkbox],
  [type=radio] {
    padding: 0;
  }
  /**
   * 1. Correct the odd appearance in Chrome, Edge, and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  /**
   * Correct the cursor style of increment and decrement buttons in Safari.
   */
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  /**
   * Correct the text style of placeholders in Chrome, Edge, and Safari.
   */
  ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
  }
  /**
   * Remove the inner padding in Chrome, Edge, and Safari on macOS.
   */
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  /**
   * 1. Correct the inability to style upload buttons in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  /**
   * Remove the inner border and padding of focus outlines in Firefox.
   */
  ::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  /**
   * Restore the focus outline styles unset by the previous rule in Firefox.
   */
  :-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  /**
   * Remove the additional :invalid styles in Firefox.
   */
  :-moz-ui-invalid {
    box-shadow: none;
  }
  /* Interactive
   * ========================================================================== */
  /*
   * Add the correct display in Edge 18- and IE.
   */
  details {
    display: block;
  }
  /*
   * Add the correct styles in Edge 18-, IE, and Safari.
   */
  dialog {
    background-color: white;
    border: solid;
    color: black;
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  dialog:not([open]) {
    display: none;
  }
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item;
  }
  /* Scripting
   * ========================================================================== */
  /**
   * Add the correct display in IE 9-.
   */
  canvas {
    display: inline-block;
  }
  /**
   * Add the correct display in IE.
   */
  template {
    display: none;
  }
  /* User interaction
   * ========================================================================== */
  /*
   * 1. Remove the tapping delay in IE 10.
   * 2. Remove the tapping delay on clickable elements
        in all browsers (opinionated).
   */
  a,
  area,
  button,
  input,
  label,
  select,
  summary,
  textarea,
  [tabindex] { /* 1 */
    touch-action: manipulation; /* 2 */
  }
  /**
   * Add the correct display in IE 10-.
   */
  [hidden] {
    display: none;
  }
  /* Accessibility
   * ========================================================================== */
  /**
   * Change the cursor on busy elements in all browsers (opinionated).
   */
  [aria-busy=true] {
    cursor: progress;
  }
  /*
   * Change the cursor on control elements in all browsers (opinionated).
   */
  [aria-controls] {
    cursor: pointer;
  }
  /*
   * Change the cursor on disabled, not-editable, or otherwise
   * inoperable elements in all browsers (opinionated).
   */
  [aria-disabled=true],
  [disabled] {
    cursor: not-allowed;
  }
  /*
   * Change the display on visually hidden accessible elements
   * in all browsers (opinionated).
   */
  [aria-hidden=false][hidden] {
    display: initial;
  }
  [aria-hidden=false][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    position: absolute;
  }
}
@layer destyle {
  /*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  *,
  ::before,
  ::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    min-width: 0;
  }
  /* Document */
  /* ============================================ */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
  html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-tap-highlight-color: transparent; /* 3*/
  }
  /* Sections */
  /* ============================================ */
  /**
   * Remove the margin in all browsers.
   */
  body {
    margin: 0;
  }
  /**
   * Render the `main` element consistently in IE.
   */
  main {
    display: block;
  }
  /* Vertical rhythm */
  /* ============================================ */
  p,
  table,
  blockquote,
  address,
  pre,
  iframe,
  form,
  figure,
  dl {
    margin: 0;
  }
  /* Headings */
  /* ============================================ */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
  }
  /* Lists (enumeration) */
  /* ============================================ */
  ul,
  ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  /* Lists (definition) */
  /* ============================================ */
  dt {
    font-weight: bold;
  }
  dd {
    margin-left: 0;
  }
  /* Grouping content */
  /* ============================================ */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
  }
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
  }
  address {
    font-style: inherit;
  }
  /* Text-level semantics */
  /* ============================================ */
  /**
   * Remove the gray background on active links in IE 10.
   */
  a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
  }
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
  }
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder;
  }
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
  }
  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%;
  }
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  /* Replaced content */
  /* ============================================ */
  /**
   * Prevent vertical alignment issues.
   */
  svg,
  img,
  embed,
  object,
  iframe {
    vertical-align: bottom;
  }
  /* Forms */
  /* ============================================ */
  /**
   * Reset form fields to make them styleable.
   * 1. Make form elements stylable across systems iOS especially.
   * 2. Inherit text-transform from parent.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    -webkit-appearance: none; /* 1 */
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit; /* 2 */
  }
  /**
   * Correct cursors for clickable elements.
   */
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    cursor: pointer;
  }
  button:disabled,
  [type=button]:disabled,
  [type=reset]:disabled,
  [type=submit]:disabled {
    cursor: default;
  }
  /**
   * Improve outlines for Firefox and unify style with input elements & buttons.
   */
  :-moz-focusring {
    outline: auto;
  }
  select:disabled {
    opacity: inherit;
  }
  /**
   * Remove padding
   */
  option {
    padding: 0;
  }
  /**
   * Reset to invisible
   */
  fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
  }
  legend {
    padding: 0;
  }
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    vertical-align: baseline;
  }
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  textarea {
    overflow: auto;
  }
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  /**
   * Correct the outline style in Safari.
   */
  [type=search] {
    outline-offset: -2px; /* 1 */
  }
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Fix font inheritance.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  /**
   * Fix appearance for Firefox
   */
  [type=number] {
    -moz-appearance: textfield;
  }
  /**
   * Clickable labels
   */
  label[for] {
    cursor: pointer;
  }
  /* Interactive */
  /* ============================================ */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  details {
    display: block;
  }
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item;
  }
  /*
   * Remove outline for editable content.
   */
  [contenteditable]:focus {
    outline: auto;
  }
  /* Tables */
  /* ============================================ */
  /**
  1. Correct table border color inheritance in all Chrome and Safari.
  */
  table {
    border-color: inherit; /* 1 */
    border-collapse: collapse;
  }
  caption {
    text-align: left;
  }
  td,
  th {
    vertical-align: top;
    padding: 0;
  }
  th {
    text-align: left;
    font-weight: bold;
  }
  .wp-block-content * {
    all: revert-layer;
  }
}
/* ============================================================
/* variables
============================================================ */
/* ============================================================
/* base
============================================================ */
:root {
  /* color */
  --color-base: #545454;
  --color-base-rgb: 84, 84, 84;
  --color-primary: #22a26c;
  --color-primary-rgb: 34, 162, 108;
  --color-primary-container: #f4faf8;
  --color-secondary: #e07b00;
  --color-secondary-container: #ed9200;
  --color-container: #f6f6f4;
  --color-border: #dddddd;
  --color-caution: #ee2626;
  --color-caution-container: #ffefef;
  --color-base-invert: #fff;
  --color-base-invert-rgb: 255, 255, 255;
  --color-gray: #ddd;
  --gradient-primary: linear-gradient(to right, #48c77d 0%, #2eaa7b 100%);
  --gradient-primary-light: linear-gradient(
    to right,
    rgba(72, 199, 125, 0.1) 0%,
    rgba(46, 170, 123, 0.1) 100%
  );
  /* invert-color */
}
@media screen and (min-width: 812px) {
  :root {
    --font-size-base: 1rem;
  }
}
@media screen and (max-width: 811px) {
  :root {
    --font-size-base: 1rem;
  }
}

body {
  font-family: "Zen Kaku Gothic New", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.8;
  color: var(--color-base);
  background-color: var(--color-base-invert);
}

@media screen and (min-width: 812px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: calc(var(--font-size-base) * 1.6);
  }
}
@media screen and (min-width: 812px) and (max-width: 1320px) {
  html {
    font-size: 0.7575757576vw;
  }
}
@media screen and (max-width: 811px) {
  html {
    font-size: 14px;
  }
  body {
    min-width: 320px;
    font-size: calc(var(--font-size-base) * 1.5);
  }
}
@media screen and (max-width: 520px) {
  html {
    font-size: 2.56vw;
  }
}
/* ============================================================
/* module
============================================================ */
img {
  max-width: 100%;
  height: auto;
}

a[href^="tel:"] {
  text-decoration: none;
}

@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
a,
button {
  color: inherit;
  text-decoration: underline;
}

@media (hover: hover) {
  a:hover,
  button:hover {
    text-decoration: none;
  }
}
/* breakpoint only layout */
@media screen and (min-width: 812px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 811px) {
  .pc-only {
    display: none !important;
  }
}
/* over
============================================================ */
@media (hover: hover) {
  .m-over {
    transition: opacity 0.3s ease;
  }
  .m-over:hover {
    opacity: 0.7;
  }
}

/* over scalable
============================================================ */
.m-over-scalable {
  overflow: hidden;
}
.m-over-scalable img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (hover: hover) {
  .m-over-scalable img {
    transition: transform 0.3s ease;
  }
  a:hover .m-over-scalable img, .m-over-scalable:hover img {
    transform: scale(1.1);
  }
}

/* icon
============================================================ */
.m-icon-blank, .m-icon-word, .m-icon-excel, .m-icon-pdf, .m-icon-question, .m-icon-play, .m-icon-pause, .m-icon-cross, .m-icon-freedial2, .m-icon-freedial, .m-icon-download, .m-icon-plus-rounded, .m-arrow-rounded, .m-arrow {
  position: relative;
  display: inline-block;
  width: 1em;
  aspect-ratio: 1/1;
  vertical-align: middle;
}
.m-icon-blank:before, .m-icon-word:before, .m-icon-excel:before, .m-icon-pdf:before, .m-icon-question:before, .m-icon-play:before, .m-icon-pause:before, .m-icon-cross:before, .m-icon-freedial2:before, .m-icon-freedial:before, .m-icon-download:before, .m-icon-plus-rounded:before, .m-arrow-rounded:before, .m-arrow:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
}

.m-arrow {
  aspect-ratio: 5/9;
}
.m-arrow:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_chevron.svg");
  mask-image: url("../img/common/icon_chevron.svg");
  background: currentColor;
}

.m-arrow-rounded:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_arrow_rounded.svg");
  mask-image: url("../img/common/icon_arrow_rounded.svg");
  background: currentColor;
}

.m-icon-plus-rounded:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_plus_rounded.svg");
  mask-image: url("../img/common/icon_plus_rounded.svg");
  background: currentColor;
}

.m-icon-download:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_download.svg");
  mask-image: url("../img/common/icon_download.svg");
  background: currentColor;
}

.m-icon-freedial:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_freedial.svg");
  mask-image: url("../img/common/icon_freedial.svg");
  background: currentColor;
}

.m-icon-freedial2:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_freedial2.svg");
  mask-image: url("../img/common/icon_freedial2.svg");
  background: currentColor;
}

.m-icon-cross:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_cross.svg");
  mask-image: url("../img/common/icon_cross.svg");
  background: currentColor;
}

.m-icon-pause:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_pause.svg");
  mask-image: url("../img/common/icon_pause.svg");
  background: currentColor;
}

.m-icon-play:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_play.svg");
  mask-image: url("../img/common/icon_play.svg");
  background: currentColor;
}

.m-icon-question:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_question.svg");
  mask-image: url("../img/common/icon_question.svg");
  background: currentColor;
}

.m-icon-pdf:before {
  background-image: url("../img/common/icon_pdf.svg");
}

.m-icon-excel:before {
  background-image: url("../img/common/icon_excel.svg");
}

.m-icon-word:before {
  background-image: url("../img/common/icon_word.svg");
}

.m-icon-blank:before {
  background-image: url("../img/common/icon_blank.svg");
}

/* btn
============================================================ */
.m-btn {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 100%;
  text-decoration: none;
}

.m-btn {
  justify-content: center;
  line-height: 1.1;
  color: var(--color-base-invert);
  font-weight: 700;
  padding: 0 1em;
  background: var(--gradient-primary);
  box-shadow: 0 0.5rem 1rem 0 rgba(var(--color-base-rgb), 0.1);
}
@media (hover: hover) {
  .m-btn {
    transition: all 0.3s ease;
  }
  .m-btn:hover {
    filter: brightness(1.1);
  }
}
.m-btn:has(.m-arrow-rounded) {
  padding-right: 2em;
}
.m-btn .m-arrow-rounded {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.m-btn .suffix {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 812px) {
  .m-btn {
    height: 6rem;
    min-width: 22rem;
    font-size: calc(var(--font-size-base) * 1.8);
    border-radius: 6rem;
  }
}
@media screen and (max-width: 811px) {
  .m-btn {
    height: 5.4rem;
    min-width: 22rem;
    font-size: calc(var(--font-size-base) * 1.6);
    border-radius: 5.4rem;
  }
}
.m-btn.invert {
  color: var(--color-primary);
  background: var(--color-base-invert);
  border: 0.2rem solid transparent;
  outline: 0.1rem solid transparent;
}
.m-btn.invert .m-arrow-rounded:before {
  background: var(--gradient-primary);
}
@media (hover: hover) {
  .m-btn.invert:hover {
    filter: none;
    border-color: var(--color-primary);
    outline-color: var(--color-base-invert);
  }
}
.m-btn.secondary {
  background: var(--color-secondary-container);
}
@media screen and (min-width: 812px) {
  .m-btn.xsmall {
    height: 2rem;
    min-width: 9.5rem;
    font-size: calc(var(--font-size-base) * 1.2);
    border-radius: 2rem;
  }
}
@media screen and (max-width: 811px) {
  .m-btn.xsmall {
    height: 3rem;
    min-width: 12rem;
    font-size: calc(var(--font-size-base) * 1.2);
    border-radius: 3rem;
  }
}
@media screen and (min-width: 812px) {
  .m-btn.small {
    height: 4.6rem;
    min-width: 16rem;
    font-size: calc(var(--font-size-base) * 1.5);
    border-radius: 4.6rem;
  }
}
@media screen and (max-width: 811px) {
  .m-btn.small {
    height: 4rem;
    min-width: 15rem;
    font-size: calc(var(--font-size-base) * 1.4);
    border-radius: 4rem;
  }
}
@media screen and (min-width: 812px) {
  .m-btn.large {
    height: 9rem;
    width: 100%;
    font-size: calc(var(--font-size-base) * 2.4);
    border-radius: 9rem;
  }
  .m-btn.large .suffix {
    right: 2em;
  }
}
@media screen and (max-width: 811px) {
  .m-btn.large {
    height: 6rem;
    width: 100%;
    font-size: calc(var(--font-size-base) * 1.8);
    border-radius: 6rem;
  }
}
.m-btn.disabled {
  background: #ccc !important;
  cursor: not-allowed;
  pointer-events: none;
}

/* table
============================================================ */
.m-table {
  table-layout: fixed;
  width: 100%;
  line-height: 1.33;
}
.m-table th,
.m-table td {
  border: 1px solid var(--color-gray);
  vertical-align: middle;
}
.m-table th:first-child,
.m-table td:first-child {
  border-left: none;
}
.m-table th:last-child,
.m-table td:last-child {
  border-right: none;
}
.m-table thead th {
  text-align: center;
  font-weight: 700;
  background-color: var(--color-container);
}
.m-table tbody th {
  font-weight: 700;
}
.m-table td {
  background-color: var(--color-base-invert);
}
.m-table .small {
  font-size: calc(var(--font-size-base) * 1.4);
}
@media screen and (min-width: 812px) {
  .m-table th {
    padding: 0.75em 2rem;
  }
  .m-table td {
    padding: 1em 2rem;
  }
}
@media screen and (max-width: 811px) {
  .m-table {
    table-layout: auto;
    white-space: nowrap;
  }
  .m-table th {
    padding: 0.75em 2rem;
  }
  .m-table td {
    padding: 1em 2rem;
  }
}

/* title
============================================================ */
/* accordion
============================================================ */
.js-accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.2s ease-out;
}
.js-accordion__content[aria-hidden=false] {
  grid-template-rows: 1fr;
}
.js-accordion__content__inner {
  overflow: hidden;
}

/* tab
============================================================ */
.js-tab [aria-hidden], .js-tab__tabpanel {
  display: grid;
  grid-template-rows: 1fr;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out, transform 0.5s ease-out;
}
.js-tab [aria-hidden][aria-hidden=true], .js-tab__tabpanel[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  grid-template-rows: 0fr;
}
.js-tab.slide-panel [aria-hidden], .js-tab.slide-panel .js-tab__tabpanel {
  transition: opacity 0.3s ease-out 0.2s, visibility 0.3s ease-out 0.2s, grid-template-rows 0.2s ease-out;
}
.js-tab__tabpanel__inner {
  overflow: hidden;
}

/* ============================================================
/* layout
============================================================ */
@view-transition {
  navigation: auto;
}
@media screen and (min-width: 812px) {
  .l-container {
    padding-top: 14rem;
  }
}
@media screen and (max-width: 811px) {
  .l-container {
    padding-top: 8rem;
  }
}

/* inner
============================================================ */
.l-inner,
.l-inner-l,
.l-inner-s {
  margin: 0 auto;
}
@media screen and (min-width: 812px) {
  .l-inner,
  .l-inner-l,
  .l-inner-s {
    box-sizing: content-box;
    padding: 0 4rem;
  }
}
@media screen and (max-width: 811px) {
  .l-inner,
  .l-inner-l,
  .l-inner-s {
    padding: 0 3rem;
    max-width: 640px;
  }
}

@media screen and (min-width: 812px) {
  .l-inner {
    max-width: 1140px;
  }
}

@media screen and (min-width: 812px) {
  .l-inner-s {
    max-width: 1000px;
  }
}

@media screen and (min-width: 812px) {
  .l-inner-l {
    max-width: 1240px;
  }
}

/* logo
============================================================ */
.l-logo {
  display: flex;
  flex-direction: column;
  color: var(--color-primary);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.l-logo .disc {
  display: inline-block;
  letter-spacing: -0.25em;
  margin-left: -0.25em;
}
@media screen and (min-width: 812px) {
  .l-logo {
    row-gap: 0.6rem;
  }
  .l-logo .sub {
    font-size: calc(var(--font-size-base) * 1.6);
  }
  .l-logo .main {
    font-size: calc(var(--font-size-base) * 2);
  }
}
@media screen and (max-width: 811px) {
  .l-logo {
    row-gap: 0.6rem;
  }
  .l-logo .sub {
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .l-logo .main {
    font-size: calc(var(--font-size-base) * 1.4);
  }
}

/* header
============================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: var(--color-base-invert);
  transition: box-shadow 0.3s ease;
}
body.is_fixed_header .l-header {
  box-shadow: 0 0.5rem 1rem 0 rgba(var(--color-base-rgb), 0.1);
}
.l-header__logo a {
  text-decoration: none;
}
.l-header__logo img {
  width: 100%;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: height 0.3s ease;
}
.l-header__subnav {
  background-color: var(--color-container);
}
.l-header__subnav ul {
  width: -moz-fit-content;
  width: fit-content;
  height: 3.4rem;
  margin-left: auto;
  padding-left: 1em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 2em;
  column-gap: 2em;
  font-size: calc(var(--font-size-base) * 1.4);
  border-left: 1px solid var(--color-gray);
}
.l-header__subnav li + li {
  position: relative;
}
.l-header__subnav li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1em;
  height: 0.8em;
  border-left: 1px solid var(--color-gray);
  transform: translateY(-50%);
}
.l-header__subnav a {
  text-decoration: none;
}
@media (hover: hover) {
  .l-header__subnav a:hover {
    text-decoration: underline;
  }
}
.l-header__nav ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 2em;
  column-gap: 2em;
  font-size: calc(var(--font-size-base) * 1.5);
  font-weight: 700;
}
.l-header__nav a {
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .l-header__nav a:hover {
    color: var(--color-primary);
  }
}
@media screen and (min-width: 812px) {
  .l-header__inner {
    height: 10.6rem;
  }
  .l-header__logo {
    width: 27.2rem;
  }
  .l-header__nav {
    margin-left: auto;
    margin-right: 3rem;
  }
  .l-header .m-btn {
    min-width: 14.4rem;
    font-size: calc(var(--font-size-base) * 1.6);
  }
}
@media screen and (max-width: 811px) {
  .l-header__inner {
    height: 8rem;
    max-width: 100%;
    padding: 0 1.5rem;
  }
  .l-header__logo {
    width: 21rem;
  }
  .l-header__subnav, .l-header__nav {
    display: none;
  }
  .l-header .m-btn {
    min-width: 9rem;
    font-size: calc(var(--font-size-base) * 1.4);
    margin-left: auto;
    margin-right: 1rem;
  }
}

/* gnav
============================================================ */
.l-gnav__btn {
  width: 4rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-base-invert);
  background-color: var(--color-base);
  border-radius: 50%;
  box-shadow: 0 0.5rem 1rem 0 rgba(var(--color-base-rgb), 0.1);
  position: relative;
}
.l-gnav__btn span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 0.1rem;
  border-radius: 0.1rem;
  background: currentColor;
  transition: transform 0.2s ease;
}
.l-gnav__btn span:nth-child(1) {
  transform: translate(-50%, -50%);
}
.l-gnav__btn span:nth-child(2) {
  transform: translate(-50%, -0.6rem);
}
.l-gnav__btn span:nth-child(3) {
  transform: translate(-50%, 0.5rem);
}
.l-gnav__btn[aria-expanded=true] span:nth-child(1) {
  transform: translate(-50%, -50%) scale(0);
}
.l-gnav__btn[aria-expanded=true] span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-gnav__btn[aria-expanded=true] span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 812px) {
  .l-gnav, .l-gnav__btn {
    display: none;
  }
}
@media screen and (max-width: 811px) {
  .l-gnav {
    position: fixed;
    top: 8rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-primary-container);
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s ease, opacity 0.5s ease;
  }
  .l-gnav[aria-hidden=false] {
    visibility: visible;
    opacity: 1;
  }
  .l-header:has(.l-gnav[aria-hidden=false]) {
    background-color: var(--color-primary-container);
  }
  .l-gnav__outer {
    width: 100%;
    max-height: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .l-gnav__outer::-webkit-scrollbar {
    display: none;
  }
  .l-gnav__list {
    border-top: 1px solid var(--color-gray);
  }
  .l-gnav__list .l-nav__list2 {
    border-bottom: 1px solid var(--color-gray);
  }
}

/* nav
============================================================ */
.l-nav__caption {
  font-weight: 700;
}
@media screen and (min-width: 812px) {
  .l-nav {
    display: flex;
    -moz-column-gap: 7.7rem;
    column-gap: 7.7rem;
  }
  .l-nav__list1 a, .l-nav__list2 a, .l-nav__caption a, .l-nav__sublist a {
    text-decoration: none;
  }
}
@media screen and (min-width: 812px) and (hover: hover) {
  .l-nav__list1 a:hover, .l-nav__list2 a:hover, .l-nav__caption a:hover, .l-nav__sublist a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 812px) {
  .l-nav__list1 em, .l-nav__list2 em, .l-nav__caption em, .l-nav__sublist em {
    display: none;
  }
  .l-nav__list1 {
    display: flex;
    -moz-column-gap: 7.7rem;
    column-gap: 7.7rem;
  }
  .l-nav__list1 > li {
    width: 28rem;
  }
  .l-nav__caption {
    width: 100%;
    padding-bottom: 1em;
    border-bottom: 1px dashed;
    font-size: calc(var(--font-size-base) * 2.2);
    pointer-events: none;
    text-decoration: none;
  }
  .l-nav__sublist {
    margin-top: 2rem;
  }
  .l-nav__sublist ul {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
    font-size: calc(var(--font-size-base) * 1.5);
  }
  .l-nav__list2 {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(6, auto);
    grid-auto-flow: column;
    -moz-column-gap: 7.7rem;
    column-gap: 7.7rem;
    font-size: calc(var(--font-size-base) * 1.9);
    font-weight: 700;
  }
  .l-nav__list2 > li:last-child {
    grid-row: span 3;
    line-height: 1.5;
  }
}
@media screen and (max-width: 811px) {
  .l-nav__list1 a, .l-nav__list2 a, .l-nav__caption a, .l-nav__sublist a {
    text-decoration: none;
  }
  .l-nav__list1 em:before, .l-nav__list2 em:before, .l-nav__caption em:before, .l-nav__sublist em:before {
    background: var(--gradient-primary);
  }
  .l-nav__list1 > li {
    border-bottom: 1px solid var(--color-gray);
  }
  .l-nav__caption {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1em 2rem;
    text-decoration: none;
  }
  .l-nav__caption[aria-expanded=true] em {
    transform: rotate(45deg);
  }
  .l-nav__sublist ul {
    display: flex;
    flex-direction: column;
    padding: 0 2rem 2rem;
    row-gap: 1em;
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .l-nav__sublist a {
    display: flex;
    align-items: center;
    -moz-column-gap: 0.5em;
    column-gap: 0.5em;
  }
  .l-nav__list2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-weight: 700;
  }
  .l-nav__list2 > li:first-child {
    grid-column: span 2;
  }
  .l-nav__list2 > li:nth-child(n+2) {
    border-top: 1px solid var(--color-gray);
  }
  .l-nav__list2 > li:nth-child(2n+3) {
    border-left: 1px solid var(--color-gray);
  }
  .l-nav__list2 > li:nth-child(n+2):last-child {
    grid-column: span 2;
  }
  .l-nav__list2 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 2rem;
  }
}

/* pagetop
============================================================ */
.l-pagetop__wrap {
  position: absolute;
}
.l-pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  color: #fff;
  border-radius: 50%;
  background: var(--gradient-primary);
}
.l-pagetop a .m-arrow {
  transform: rotate(-90deg);
}
@media (hover: hover) {
  .l-pagetop a {
    transition: all 0.3s ease;
  }
  .l-pagetop a:hover {
    filter: brightness(1.1);
  }
}
@media screen and (min-width: 812px) {
  .l-pagetop__wrap {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, -50%);
  }
  .l-pagetop a {
    width: 4.8rem;
  }
  .l-pagetop a .m-arrow {
    font-size: calc(var(--font-size-base) * 1.4);
  }
}
@media screen and (max-width: 811px) {
  .l-pagetop__wrap {
    position: absolute;
    right: 2rem;
    bottom: 10rem;
  }
  .l-pagetop a {
    width: 3.4rem;
  }
  .l-pagetop a .m-arrow {
    font-size: 0.6rem;
  }
}

/* footer
============================================================ */
.l-footer__logo a {
  text-decoration: none;
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__nav {
  background-color: var(--color-container);
}
.l-footer__inner {
  position: relative;
}
.l-footer__info__ttl {
  font-weight: 700;
}
.l-footer__info__content dt {
  font-weight: 500;
}
.l-footer__bnr-portal {
  display: block;
}
.l-footer .l-copyright {
  color: #7c7c7c;
}
@media screen and (min-width: 812px) {
  .l-footer__nav {
    padding: 7.5rem 0 7rem;
  }
  .l-footer__logo {
    width: 27.2rem;
  }
  .l-footer__inner {
    padding-top: 4rem;
    padding-bottom: 5rem;
    display: flex;
    justify-content: space-between;
  }
  .l-footer__bnr-portal {
    margin-top: 4.4rem;
    width: 15.9rem;
  }
  .l-footer__info__container {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: flex-end;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
  .l-footer__info__ttl {
    font-size: calc(var(--font-size-base) * 1.7);
  }
  .l-footer__info__content {
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .l-footer__info__content dl {
    display: flex;
    -moz-column-gap: 1em;
    column-gap: 1em;
  }
  .l-footer .l-copyright {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    grid-column: span 2;
    font-size: calc(var(--font-size-base) * 1.4);
  }
}
@media screen and (max-width: 811px) {
  .l-footer__nav .l-inner {
    max-width: 100%;
    padding: 0;
  }
  .l-footer__nav .l-nav__caption em {
    display: none;
  }
  .l-footer__inner {
    padding: 3rem 2rem 0;
    max-width: 100%;
    overflow: hidden;
  }
  .l-footer__logo__container {
    max-width: calc(640px - 4rem);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .l-footer__logo {
    width: 21rem;
  }
  .l-footer__bnr-portal {
    width: 12.9rem;
  }
  .l-footer__info__container {
    max-width: calc(640px - 4rem);
    margin: 2rem auto 0;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }
  .l-footer__info {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
  }
  .l-footer__info__ttl {
    font-size: calc(var(--font-size-base) * 1.7);
  }
  .l-footer__info__content {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    font-size: calc(var(--font-size-base) * 1.5);
  }
  .l-footer__info__content dd {
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .l-footer .l-copyright {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 8rem;
    margin: 2rem -3rem 0;
    font-size: calc(var(--font-size-base) * 1.2);
  }
  .l-footer .l-copyright::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    border-top: 1px solid var(--color-gray);
    transform: translateX(-50%);
  }
}

/* copyright
============================================================ */
/* breadcrumb
============================================================ */
.l-breadcrumb {
  line-height: 1.2;
}
.l-breadcrumb ul {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  font-weight: 500;
}
.l-breadcrumb li {
  display: inline;
}
.l-breadcrumb li:nth-child(n+2):before {
  content: "/";
  display: inline-block;
  margin: 0 0.75em;
}
.l-breadcrumb li a {
  text-decoration: underline;
}
@media (hover: hover) {
  .l-breadcrumb li a:hover {
    text-decoration: none;
  }
}
.l-breadcrumb li > span:not(:has(a)) {
  color: var(--color-primary);
}
.l-breadcrumb li br {
  display: none;
}
@media screen and (min-width: 812px) {
  .l-breadcrumb {
    font-size: calc(var(--font-size-base) * 1.4);
  }
}
@media screen and (max-width: 811px) {
  .l-breadcrumb {
    font-size: calc(var(--font-size-base) * 1.2);
  }
}

/* ============================================================
/* project mixin
============================================================ */
/* list-block
============================================================ */
/* list-decimal
============================================================ */
/* form checkbox
============================================================ */
/* ============================================================
/* project module
============================================================ */
/* sc module
============================================================ */
.sc-container.pt-0 {
  padding-top: 0;
}
.sc-container.pb-0 {
  padding-bottom: 0;
}
@media screen and (min-width: 812px) {
  .sc-container {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 811px) {
  .sc-container {
    padding: 6rem 0;
  }
}
.sc-container.bg-grad {
  color: var(--color-base-invert);
  background: var(--gradient-primary);
}
.sc-container.bg-gray {
  background: var(--color-container);
}

.m-ttl {
  position: relative;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 0.5em;
}
.m-ttl:before, .m-ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}
.m-ttl:before {
  width: 100%;
  background: var(--color-gray);
}
.m-ttl:after {
  width: 3rem;
  background: var(--color-primary);
}
.sc-container.bg-grad .m-ttl:before {
  background: var(--color-base-invert);
  opacity: 0.3;
}
.sc-container.bg-grad .m-ttl:after {
  background: var(--color-base-invert);
}
@media screen and (min-width: 812px) {
  .m-ttl {
    margin-bottom: 3.5rem;
    font-size: calc(var(--font-size-base) * 3.4);
  }
}
@media screen and (max-width: 811px) {
  .m-ttl {
    margin-bottom: 3rem;
    font-size: calc(var(--font-size-base) * 2.4);
  }
}

.m-ttl2 {
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.m-ttl2 em {
  font-style: normal;
}
@media screen and (min-width: 812px) {
  .m-ttl2 {
    font-size: calc(var(--font-size-base) * 2.4);
  }
  .m-ttl2:not(:first-child) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 811px) {
  .m-ttl2 {
    font-size: calc(var(--font-size-base) * 1.8);
  }
  .m-ttl2:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.m-ttl3 {
  position: relative;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  color: var(--color-primary);
}
.m-ttl3:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.3rem;
  height: 1em;
  background: var(--color-primary);
}
@media screen and (min-width: 812px) {
  .m-ttl3 {
    font-size: calc(var(--font-size-base) * 2);
  }
  .m-ttl3:not(:first-child) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 811px) {
  .m-ttl3 {
    font-size: calc(var(--font-size-base) * 1.8);
  }
  .m-ttl3:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.m-ttl4 {
  position: relative;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 812px) {
  .m-ttl4 {
    font-size: calc(var(--font-size-base) * 2);
  }
  .m-ttl4:not(:first-child) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 811px) {
  .m-ttl4 {
    font-size: calc(var(--font-size-base) * 1.8);
  }
  .m-ttl4:not(:first-child) {
    margin-top: 2rem;
  }
}

.m-ttl5 {
  position: relative;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.m-ttl5 em {
  font-style: normal;
}

.m-num-ttl {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  font-weight: 700;
  line-height: 1.38;
}
.m-num-ttl em {
  font-style: normal;
}
.m-num-ttl .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-style: normal;
  font-size: calc(var(--font-size-base) * 1.6);
  color: var(--color-primary);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: var(--color-base-invert);
  background-color: var(--color-primary);
}
.m-num-ttl .num.primary {
  background-color: var(--color-primary);
}
.m-num-ttl .num.secondary {
  background-color: var(--color-secondary-container);
}
@media screen and (min-width: 812px) {
  .m-num-ttl {
    margin-bottom: 1.2rem;
    font-size: calc(var(--font-size-base) * 2.4);
  }
  .m-num-ttl:not(:first-child) {
    margin-top: 3rem;
  }
  .m-num-ttl span {
    display: block;
    margin: auto 0;
  }
}
@media screen and (max-width: 811px) {
  .m-num-ttl {
    margin-bottom: 1.6rem;
    font-size: calc(var(--font-size-base) * 1.8);
  }
  .m-num-ttl:not(:first-child) {
    margin-top: 3rem;
  }
  .m-num-ttl span {
    display: block;
    margin: auto 0;
  }
}

.m-list-disc {
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
}
.m-list-disc:not(:first-child) {
  margin-top: 0.5em;
}
.m-list-disc li {
  padding-left: 1em;
  text-indent: -1em;
}
.m-list-disc li::before {
  content: "●";
  display: inline-block;
  width: 1em;
  text-indent: 0;
  transform: scale(0.6);
}
.m-list-disc.primary li::before {
  color: var(--color-primary);
}
.m-list-disc.gray li::before {
  color: var(--color-gray);
}
.m-list-disc.secondary li::before {
  color: var(--color-secondary-container);
}
@media screen and (min-width: 812px) {
  .m-list-disc.horizontal {
    display: flex;
    flex-direction: row;
    -moz-column-gap: 2em;
    column-gap: 2em;
    row-gap: 0.5em;
    flex-wrap: wrap;
  }
}

.m-list-hole li {
  padding-left: 1em;
  text-indent: -1em;
}
.m-list-hole li::before {
  content: "〇";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}

.m-list-decimal {
  counter-reset: list-decimal 0;
}
.m-list-decimal > li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.m-list-decimal > li:before {
  content: counter(list-decimal) ".";
  counter-increment: list-decimal;
  display: inline-block;
  width: 1.5em;
  padding-right: 0.5em;
  text-align: center;
  text-indent: 0;
  font-feature-settings: normal;
  white-space: nowrap;
}
.m-list-decimal.start-2 {
  counter-reset: list-decimal 1;
}

.m-list-horizontal {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2em;
  column-gap: 2em;
  text-indent: 0;
}

.m-indent-1 {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.m-indent-1 .prefix {
  width: 1em;
  display: inline-block;
  text-indent: 0;
  font-style: normal;
}

.m-indent-1q {
  display: block;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.m-indent-1q .prefix {
  width: 1.25em;
  display: inline-block;
  text-indent: 0;
  font-style: normal;
}

.m-indent-1h {
  display: block;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.m-indent-1h .prefix {
  width: 1.5em;
  display: inline-block;
  text-indent: 0;
  font-style: normal;
}

.m-color-primary {
  color: var(--color-primary);
}

.m-color-secondary {
  color: var(--color-secondary);
}

.m-colored-block {
  background-color: var(--color-container);
}
.m-colored-block.primary {
  background-color: var(--color-primary);
}
.m-colored-block.secondary {
  background-color: var(--color-secondary);
}
.m-colored-block.invert {
  background-color: var(--color-base-invert);
}
@media screen and (min-width: 812px) {
  .m-colored-block {
    padding: 3.5rem 0;
    border-radius: 1rem;
  }
  .m-colored-block > * {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
  }
  .m-colored-block:not(:first-child) {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 811px) {
  .m-colored-block {
    padding: 2rem;
    border-radius: 1rem;
  }
  .m-colored-block:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.m-border-block {
  border-bottom: 1px dashed var(--color-gray);
}
.m-border-block:last-child {
  border-bottom: none;
}
.m-border-block > p,
.m-border-block > ul,
.m-border-block > ol {
  margin-bottom: 0.5em;
}
.m-border-block > p:last-child,
.m-border-block > ul:last-child,
.m-border-block > ol:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 812px) {
  .m-border-block {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
  .m-border-block:first-child {
    margin-top: 0;
  }
  .m-border-block:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 811px) {
  .m-border-block {
    margin-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .m-border-block:first-child {
    margin-top: 0;
  }
  .m-border-block:last-child {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 812px) {
  .m-border-rounded-block {
    margin-top: 6.5rem;
    padding: 5rem 7rem 4rem;
    position: relative;
    border-radius: 1rem;
    border: 1px solid var(--color-border);
  }
  .m-border-rounded-block__ttl {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    width: -moz-fit-content;
    width: fit-content;
  }
  .m-border-rounded-block__ttl:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1em;
    right: -1em;
    height: 100%;
    background: var(--color-base-invert);
    z-index: -1;
  }
}
@media screen and (max-width: 811px) {
  .m-border-rounded-block {
    margin-top: 3.5rem;
  }
  .m-border-rounded-block__inner {
    padding: 2.5rem 3rem;
    border-radius: 1rem;
    border: 1px solid var(--color-border);
  }
}

@media screen and (max-width: 811px) {
  .js-scrollable-sp {
    position: relative;
    overflow-x: auto;
    padding: 0 3rem 2rem;
    margin-left: -3rem;
    margin-right: -3rem;
  }
  @supports not selector(*::-webkit-scrollbar) {
    .js-scrollable-sp {
      scrollbar-color: #888 var(--color-gray);
      scrollbar-width: thin;
    }
  }
  @supports selector(*::-webkit-scrollbar) {
    .js-scrollable-sp::-webkit-scrollbar {
      inline-size: 0.4rem;
      block-size: 0.4rem;
    }
    .js-scrollable-sp::-webkit-scrollbar-thumb {
      background-color: #888;
      border-radius: 0.4rem;
    }
    .js-scrollable-sp::-webkit-scrollbar-thumb:hover {
      background-color: #888;
    }
    .js-scrollable-sp::-webkit-scrollbar-track {
      background-color: var(--color-gray);
      border-radius: 0.4rem;
    }
  }
  .js-scrollable-sp::-webkit-scrollbar-track {
    margin: 0 3rem;
  }
  .js-scrollable-sp:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.8rem;
    aspect-ratio: 118/88;
    background: url(../img/common/img_scrollhint.png) no-repeat center center/contain;
    z-index: 1;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 1;
  }
  .js-scrollable-sp.is_scrolled:after {
    opacity: 0;
    visibility: hidden;
  }
}

/* m-freedial
============================================================ */
.m-freedial__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  color: var(--color-base-invert);
  font-weight: 700;
  border-radius: 1rem;
  background: var(--gradient-primary);
  line-height: 1;
  box-shadow: 0 0.5rem 1rem 0 rgba(var(--color-base-rgb), 0.1);
}
.m-freedial__tel strong {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.m-freedial__note {
  text-align: center;
}
@media screen and (min-width: 812px) {
  .m-freedial__tel {
    max-width: 70rem;
    height: 9rem;
    margin: 0 auto;
    font-size: calc(var(--font-size-base) * 2);
  }
  .m-freedial__tel strong {
    font-size: calc(var(--font-size-base) * 5);
  }
  .m-freedial__tel em {
    font-size: calc(var(--font-size-base) * 5.5);
  }
  .m-freedial__note {
    margin-top: 1.5rem;
    font-size: calc(var(--font-size-base) * 1.4);
  }
}
@media screen and (max-width: 811px) {
  .m-freedial__tel {
    height: 5.2rem;
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .m-freedial__tel strong {
    font-size: calc(var(--font-size-base) * 2.6);
  }
  .m-freedial__tel em {
    font-size: calc(var(--font-size-base) * 3);
  }
  .m-freedial__note {
    margin-top: 1rem;
    font-size: calc(var(--font-size-base) * 1.4);
  }
}

/* sc-cnav
============================================================ */
.sc-cnav {
  overflow: hidden;
}
.sc-cnav__header {
  position: relative;
}
.sc-cnav__header__image {
  position: absolute;
  left: 50%;
  bottom: 0;
  aspect-ratio: 1/1;
}
.sc-cnav__header__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sc-cnav__ttl {
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}
.sc-cnav__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.4;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid rgba(var(--color-base-invert-rgb), 0.3);
  background-color: rgba(var(--color-base-invert-rgb), 0.1);
  box-shadow: 0 0.5rem 1rem 0 rgba(var(--color-base-rgb), 0.1);
}
.sc-cnav__list a small {
  display: block;
  font-weight: inherit;
}
@media (hover: hover) {
  .sc-cnav__list a {
    transition: background-color 0.3s ease;
  }
  .sc-cnav__list a:hover {
    background-color: rgba(var(--color-base-invert-rgb), 0.2);
  }
}
@media screen and (min-width: 812px) {
  .sc-cnav {
    padding-top: 9.5rem;
  }
  .sc-cnav__header {
    padding-bottom: 4rem;
  }
  .sc-cnav__header__image {
    width: 10.2rem;
    margin-left: 28rem;
  }
  .sc-cnav__ttl {
    font-size: calc(var(--font-size-base) * 3.4);
  }
  .sc-cnav__list {
    display: flex;
    justify-content: center;
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
    row-gap: 3.2rem;
  }
  .sc-cnav__list li {
    width: 39rem;
  }
  .sc-cnav__list a {
    height: 8rem;
    padding: 0 3rem;
    font-size: calc(var(--font-size-base) * 2);
    border-radius: 1rem;
  }
  .sc-cnav__list a small {
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .sc-cnav__list:has(li:nth-child(3)) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .sc-cnav__list:has(li:nth-child(3)) li {
    width: auto;
  }
  .sc-cnav:has(li:nth-child(3)) .sc-cnav__header__image {
    margin-left: 34rem;
  }
  .sc-cnav__btn {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-cnav__header {
    padding-bottom: 3rem;
  }
  .sc-cnav__header__image {
    width: 6.8rem;
    margin-left: 9rem;
  }
  .sc-cnav__ttl {
    font-size: calc(var(--font-size-base) * 2.4);
  }
  .sc-cnav__list {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
  }
  .sc-cnav__list a {
    height: 6.4rem;
    padding: 0 2rem;
    font-size: calc(var(--font-size-base) * 1.8);
    border-radius: 1rem;
  }
  .sc-cnav__list a small {
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .sc-cnav__btn {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
  }
}

/* sc-consultation-info
============================================================ */
.sc-consultation-info {
  overflow: hidden;
  color: var(--color-base-invert);
  background: var(--gradient-primary);
}
.sc-consultation-info__header {
  position: relative;
}
.sc-consultation-info__header__image {
  position: absolute;
  left: 50%;
  bottom: 0;
  aspect-ratio: 1/1;
}
.sc-consultation-info__header__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sc-consultation-info__ttl {
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}
.sc-consultation-info__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(var(--color-base-invert-rgb), 0.3);
  background-color: rgba(var(--color-base-invert-rgb), 0.1);
  box-shadow: 0 0.5rem 1rem 0 rgba(var(--color-base-rgb), 0.1);
}
.sc-consultation-info__item__ttl {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.sc-consultation-info__item__desc {
  line-height: 2;
}
.sc-consultation-info.invert {
  color: inherit;
  background: var(--gradient-primary-light);
}
.sc-consultation-info.invert .sc-consultation-info__ttl {
  color: var(--color-primary);
}
.sc-consultation-info.invert .sc-consultation-info__item {
  background-color: var(--color-base-invert);
  box-shadow: none;
}
.sc-consultation-info.invert .sc-consultation-info__item__ttl {
  color: var(--color-primary);
}
@media screen and (min-width: 812px) {
  .sc-consultation-info {
    padding-top: 9.5rem;
  }
  .sc-consultation-info__header {
    padding-bottom: 4rem;
  }
  .sc-consultation-info__header__image {
    width: 10.2rem;
    margin-left: 28rem;
  }
  .sc-consultation-info__ttl {
    font-size: calc(var(--font-size-base) * 3.4);
  }
  .sc-consultation-info__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
  .sc-consultation-info__item {
    padding: 4rem 0 4.5rem;
    text-align: center;
    border-radius: 1rem;
  }
  .sc-consultation-info__item__ttl {
    font-size: calc(var(--font-size-base) * 2.4);
  }
  .sc-consultation-info__item__btn {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-consultation-info__header {
    padding-bottom: 3rem;
  }
  .sc-consultation-info__header__image {
    width: 6.8rem;
    margin-left: 10rem;
  }
  .sc-consultation-info__ttl {
    font-size: calc(var(--font-size-base) * 2.4);
  }
  .sc-consultation-info__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2.5rem;
  }
  .sc-consultation-info__item {
    width: 100%;
    padding: 3rem 0;
    text-align: center;
    border-radius: 1rem;
  }
  .sc-consultation-info__item__ttl {
    font-size: calc(var(--font-size-base) * 2);
  }
  .sc-consultation-info__item__btn {
    margin-top: 1.8rem;
  }
}

/* m-card-item
============================================================ */
.m-card-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1rem;
}
.m-card-item__caption {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: var(--color-secondary);
  border-bottom: 1px solid;
}
.m-card-item__ttl {
  line-height: 1.4;
  font-weight: 700;
}
.m-card-item__btn {
  display: flex;
}
@media screen and (min-width: 812px) {
  .m-card-item {
    padding: 5rem;
  }
  .m-card-item__caption {
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .m-card-item__ttl {
    font-size: calc(var(--font-size-base) * 2.4);
    margin-top: 2.5rem;
    margin-right: -1em;
  }
  .m-card-item__text {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
  .m-card-item__btn {
    margin-top: auto;
  }
}
@media screen and (max-width: 811px) {
  .m-card-item {
    padding: 3rem;
  }
  .m-card-item__caption {
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .m-card-item__ttl {
    font-size: calc(var(--font-size-base) * 2.2);
    margin-top: 2rem;
  }
  .m-card-item__text {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
}

/* m-card-list1
============================================================ */
.m-card-list1 .m-card-item {
  background-color: var(--color-container);
}
@media screen and (min-width: 812px) {
  .m-card-list1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
  .m-card-list1:not(:first-child) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 811px) {
  .m-card-list1 {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
  }
  .m-card-list1:not(:first-child) {
    margin-top: 3rem;
  }
}

/* m-card-list2
============================================================ */
.m-card-list2 .m-card-item {
  border: 1px solid var(--color-border);
}
@media screen and (min-width: 812px) {
  .m-card-list2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
  .m-card-list2.col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-card-list2:not(:first-child) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 811px) {
  .m-card-list2 {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
  }
  .m-card-list2:not(:first-child) {
    margin-top: 3rem;
  }
}

/* m-doc-list
============================================================ */
.m-doc-list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.m-doc-item__inner {
  line-height: 1.4;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  background-color: var(--color-container);
}
.sc-container.bg-gray .m-doc-item__inner {
  background-color: var(--color-base-invert);
}
@media (hover: hover) {
  .m-doc-item__link .m-doc-item__inner {
    transition: all 0.3s ease;
  }
  .m-doc-item__link:hover .m-doc-item__inner {
    border-color: var(--color-primary);
  }
}
.m-doc-item .m-icon-pdf {
  font-size: 120%;
}
@media screen and (min-width: 812px) {
  .m-doc-item__inner {
    height: 6rem;
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 811px) {
  .m-doc-item__inner {
    height: 6rem;
    padding: 0 2rem;
  }
}

/* m-news-idx
============================================================ */
.m-news-idx {
  border-top: 1px solid var(--color-border);
}
.m-news-idx__item {
  border-bottom: 1px solid var(--color-border);
}
.m-news-idx__item__link {
  display: block;
  text-decoration: none;
}
.m-news-idx__item__date {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.m-news-idx__item__ttl {
  line-height: 1.4;
  margin-bottom: 0.5em;
  font-weight: 700;
  color: var(--color-primary);
}
.m-news-idx__item__inner {
  position: relative;
}
.m-news-idx__item .m-arrow-rounded {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.m-news-idx__item .m-arrow-rounded:before {
  background: var(--gradient-primary);
}
@media screen and (min-width: 812px) {
  .m-news-idx__item__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    align-items: baseline;
    padding: 3rem 1rem;
    padding-right: 4rem;
  }
  .m-news-idx__item__date {
    font-size: calc(var(--font-size-base) * 1.4);
    transform: translateY(-0.1em);
  }
  .m-news-idx__item__ttl {
    font-size: calc(var(--font-size-base) * 1.8);
  }
  .m-news-idx__item__text {
    font-size: calc(var(--font-size-base) * 1.4);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .m-news-idx__item .m-arrow-rounded {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 811px) {
  .m-news-idx {
    margin: 0 -3rem;
  }
  .m-news-idx__item__inner {
    padding: 2rem 3rem;
    padding-right: 5rem;
  }
  .m-news-idx__item__date {
    margin-bottom: 0.5em;
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .m-news-idx__item__ttl {
    font-size: calc(var(--font-size-base) * 1.6);
  }
  .m-news-idx__item__text {
    font-size: calc(var(--font-size-base) * 1.4);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .m-news-idx__item .m-arrow-rounded {
    margin-right: 2rem;
    font-size: calc(var(--font-size-base) * 2);
  }
}

.m-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.m-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  text-decoration: none;
  border: 0.1rem solid var(--color-border);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.m-pagination .page-numbers.current {
  background: var(--gradient-primary);
  color: var(--color-base-invert);
}
.m-pagination .page-numbers.prev {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: calc(var(--font-size-base) * 1);
  border: none;
  color: var(--color-primary);
}
.m-pagination .page-numbers.prev .m-arrow {
  transform: scale(-1, 1);
}
.m-pagination .page-numbers.next {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: calc(var(--font-size-base) * 1);
  border: none;
  color: var(--color-primary);
}
.m-pagination .page-numbers.dots {
  border: none;
  width: 2rem;
  height: 2rem;
}
.m-pagination a.page-numbers {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .m-pagination a.page-numbers:hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
  }
}
@media screen and (min-width: 812px) {
  .m-pagination {
    margin-top: 5rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
@media screen and (max-width: 811px) {
  .m-pagination {
    margin-top: 3rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}

/* js-inview
============================================================ */
.js-inview {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.js-inview.isInviewed {
  opacity: 1;
  transform: translateY(0);
}

.js-inview-fade {
  opacity: 0;
  transition: opacity 1s ease;
}
.js-inview-fade.isInviewed {
  opacity: 1;
}

/* ============================================================
/* top page
============================================================ */
.sc-top-mv {
  position: relative;
  z-index: 1;
}
.sc-top-mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sc-top-mv.js-inview-fade .sc-top-mv__image {
  transition: opacity 1s ease 0.2s;
  opacity: 0;
}
.sc-top-mv.isInviewed .sc-top-mv__image {
  opacity: 1;
}
@media screen and (min-width: 812px) {
  .sc-top-mv__image {
    height: 50.4rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-top-mv__image {
    height: 30.6rem;
    border-bottom: 4.6rem solid #cce7cc;
  }
}

.sc-top-important {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.sc-top-important__inner {
  border: 1px solid var(--color-caution);
  border-radius: 0.5rem;
  background-color: var(--color-caution-container);
  line-height: 1.4;
}
.sc-top-important__ttl {
  font-weight: 700;
  color: var(--color-caution);
}
.sc-top-important__date {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.sc-top-important__content a {
  text-decoration: none;
}
@media (hover: hover) {
  .sc-top-important__content a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 812px) {
  .sc-top-important__inner {
    padding: 1.5rem 3rem;
    font-size: calc(var(--font-size-base) * 1.4);
    display: flex;
    align-items: baseline;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .sc-top-important__ttl {
    padding-right: 1em;
  }
  .sc-top-important__content {
    flex: 1;
  }
}
@media screen and (max-width: 811px) {
  .sc-top-important__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    -moz-column-gap: 2em;
    column-gap: 2em;
    row-gap: 0.5em;
    padding: 1.4rem;
    font-size: calc(var(--font-size-base) * 1.4);
    margin: 0 -1rem;
  }
  .sc-top-important__content {
    width: 100%;
  }
}

.sc-top-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.sc-top-mv.js-inview-fade .sc-top-slider {
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 0;
  transform: translateY(20%);
}
.sc-top-mv.isInviewed .sc-top-slider {
  opacity: 1;
  transform: translateY(0);
}
.sc-top-slider__inner {
  position: relative;
}
.sc-top-slider__inner .js-slider__controller {
  position: absolute;
  bottom: auto;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.sc-top-slider__inner .js-slider__player {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  aspect-ratio: 1/1;
  line-height: 1;
  font-size: 2.8rem;
  color: var(--color-primary);
}
.sc-top-slider__inner .js-slider__player .m-icon-play {
  display: none;
}
.sc-top-slider__inner .js-slider__player.is-paused .m-icon-play {
  display: block;
}
.sc-top-slider__inner .js-slider__player.is-paused .m-icon-pause {
  display: none;
}
.sc-top-slider__inner .js-slider__pagination {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0;
}
.sc-top-slider__inner .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  opacity: 1;
  background-color: #cecece;
}
.sc-top-slider__inner .swiper-pagination-bullet-active {
  background-color: var(--color-secondary-container);
  opacity: 1;
}
.sc-top-slider__inner .js-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  font-size: 0.5rem;
  color: var(--color-base-invert);
  background: var(--gradient-primary);
  box-shadow: 0 0.5rem 1rem 0 rgba(var(--color-base-rgb), 0.1);
}
.sc-top-slider__inner .js-slider__arrow.js-slider__arrow-next {
  right: 0;
}
.sc-top-slider__inner .js-slider__arrow.js-slider__arrow-prev {
  left: 0;
}
.sc-top-slider__inner .js-slider__arrow.js-slider__arrow-prev .m-arrow {
  transform: rotate(180deg);
}
.sc-top-slider__item__link {
  display: block;
  text-decoration: none;
}
.sc-top-slider__item__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 1rem;
  border: 0.2rem solid transparent;
  background-color: var(--color-base-invert);
  box-shadow: 0 0.5rem 1rem 0 rgba(var(--color-base-rgb), 0.1);
}
@media (hover: hover) {
  .sc-top-slider__item__link .sc-top-slider__item__inner {
    transition: all 0.3s ease;
  }
  .sc-top-slider__item__link:hover .sc-top-slider__item__inner {
    border-color: var(--color-primary);
  }
}
.sc-top-slider__item__icon {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(var(--color-primary-rgb), 0.1);
}
.sc-top-slider__item__ttl {
  line-height: 1.4;
  font-weight: 700;
}
.sc-top-slider__item .m-arrow-rounded {
  color: #fff;
  border: 0.2rem solid transparent;
  border-radius: 50%;
  background: var(--gradient-primary);
  margin-left: auto;
}
@media screen and (min-width: 812px) {
  .sc-top-slider {
    margin-bottom: -7rem;
  }
  .sc-top-slider__inner {
    padding: 0 3.5rem;
  }
  .sc-top-slider .swiper-slide {
    width: 33.33%;
    padding: 1.5rem;
  }
  .sc-top-slider__item__inner {
    padding: 0 2rem;
    height: 11rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    font-size: calc(var(--font-size-base) * 2);
  }
  .sc-top-slider__item__icon {
    width: 7rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-top-slider {
    overflow: hidden;
    padding-bottom: 3rem;
    margin-bottom: -9rem;
  }
  .sc-top-slider__inner {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .sc-top-slider .swiper-slide {
    width: 30rem;
    padding: 1.5rem 1rem;
  }
  .sc-top-slider .js-slider__arrow {
    display: none;
  }
  .sc-top-slider__item__inner {
    padding: 0 1.5rem;
    height: 9rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    font-size: calc(var(--font-size-base) * 1.6);
  }
  .sc-top-slider__item__icon {
    width: 6rem;
  }
}

.sc-top-intro__header {
  position: relative;
}
.sc-top-intro__header__image {
  position: absolute;
  top: 0;
  right: 0;
}
.sc-top-intro__caption {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.6em;
  border-radius: 0.4rem;
  font-weight: 700;
  color: var(--color-primary);
  background-color: var(--color-base-invert);
}
.sc-top-intro__ttl {
  display: flex;
  flex-direction: column;
}
.sc-top-intro__ttl .sub {
  line-height: 1.6;
}
.sc-top-intro__ttl .main {
  font-weight: 700;
  color: var(--color-primary);
}
.sc-top-intro__image img {
  border-radius: 1rem;
}
.sc-top-intro__btn {
  display: flex;
}
.sc-top-intro__apply {
  border-radius: 1rem;
  background-color: var(--color-base-invert);
}
.sc-top-intro__apply__ttl {
  font-weight: 700;
}
.sc-top-intro__apply__ttl em {
  font-style: normal;
  color: var(--color-secondary);
}
@media screen and (min-width: 812px) {
  .sc-top-intro {
    padding-top: 18rem;
  }
  .sc-top-intro .l-inner-s {
    display: grid;
    grid-template-columns: 1fr auto;
    -moz-column-gap: 8rem;
    column-gap: 8rem;
    row-gap: 10rem;
  }
  .sc-top-intro__header {
    padding-top: 5rem;
  }
  .sc-top-intro__header__image {
    width: 18rem;
    margin-top: 3rem;
  }
  .sc-top-intro__caption {
    margin-bottom: 2.6rem;
    font-size: calc(var(--font-size-base) * 1.8);
  }
  .sc-top-intro__ttl {
    margin-bottom: 1rem;
  }
  .sc-top-intro__ttl .sub {
    font-size: calc(var(--font-size-base) * 1.8);
  }
  .sc-top-intro__ttl .main {
    font-size: calc(var(--font-size-base) * 3.4);
  }
  .sc-top-intro__image {
    width: 44rem;
  }
  .sc-top-intro__btn {
    margin-top: 4rem;
  }
  .sc-top-intro__apply {
    grid-column: span 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 5rem;
  }
  .sc-top-intro__apply__ttl {
    font-size: calc(var(--font-size-base) * 2.2);
  }
}
@media screen and (max-width: 811px) {
  .sc-top-intro {
    padding-top: 13rem;
  }
  .sc-top-intro__header__image {
    width: 11rem;
    margin-top: -1rem;
  }
  .sc-top-intro__caption {
    margin-bottom: 2.5rem;
    font-size: calc(var(--font-size-base) * 1.6);
  }
  .sc-top-intro__ttl {
    margin-bottom: 1rem;
  }
  .sc-top-intro__ttl .sub {
    font-size: calc(var(--font-size-base) * 1.6);
  }
  .sc-top-intro__ttl .main {
    font-size: calc(var(--font-size-base) * 2.8);
  }
  .sc-top-intro__image {
    margin-top: 3rem;
  }
  .sc-top-intro__btn {
    margin: 2rem auto 0;
    justify-content: center;
  }
  .sc-top-intro__apply {
    margin-top: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 1.8rem;
    padding: 2.5rem 0 3rem;
  }
  .sc-top-intro__apply__ttl {
    font-size: calc(var(--font-size-base) * 1.8);
  }
}

.sc-top-purpose__header {
  position: relative;
}
.sc-top-purpose__image {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sc-top-purpose__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sc-top-purpose__ttl {
  line-height: 1;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 0.5em;
}
@media screen and (min-width: 812px) {
  .sc-top-purpose__header {
    padding-bottom: 4rem;
  }
  .sc-top-purpose__image {
    width: 13.9rem;
    margin-right: 10rem;
  }
  .sc-top-purpose__ttl {
    font-size: calc(var(--font-size-base) * 3.4);
  }
}
@media screen and (max-width: 811px) {
  .sc-top-purpose__header {
    padding-bottom: 3rem;
  }
  .sc-top-purpose__ttl {
    font-size: calc(var(--font-size-base) * 2.8);
  }
  .sc-top-purpose__image {
    width: 9.7rem;
    margin-right: 4rem;
  }
}

@media screen and (min-width: 812px) {
  .sc-top-cnav .sc-cnav__header__image {
    margin-left: -5rem !important;
  }
  .sc-top-cnav .sc-cnav__ttl {
    margin-bottom: 0.5em;
    text-align: left;
  }
  .sc-top-cnav .sc-cnav__inner {
    position: relative;
  }
  .sc-top-cnav .sc-cnav__btn {
    position: absolute;
    top: -15rem;
    right: 0;
    margin-right: 9rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-top-cnav .sc-cnav__ttl {
    font-size: calc(var(--font-size-base) * 2.8);
    margin-bottom: 0.5em;
    text-align: left;
  }
}

.sc-top-news__ttl {
  line-height: 1;
  font-weight: 700;
  color: var(--color-primary);
}
.sc-top-news__inner:has(.post-empty) {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
@media screen and (min-width: 812px) {
  .sc-top-news .l-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 9rem;
    column-gap: 9rem;
  }
  .sc-top-news__ttl {
    font-size: calc(var(--font-size-base) * 3.4);
    margin-bottom: 0.5em;
  }
  .sc-top-news__header {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 3rem;
  }
  .sc-top-news__inner {
    grid-row: span 2;
  }
}
@media screen and (max-width: 811px) {
  .sc-top-news__header {
    margin-bottom: 3rem;
  }
  .sc-top-news__ttl {
    font-size: calc(var(--font-size-base) * 2.8);
    margin-bottom: 0.5em;
  }
  .sc-top-news__btn {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
  }
  .sc-top-news__inner:has(.post-empty) {
    height: 14rem;
  }
}

/* ============================================================
/* beginners
============================================================ */
.sc-bgn__header {
  position: relative;
  color: var(--color-base-invert);
  background: no-repeat center center/cover;
  overflow: hidden;
}
.sc-bgn__header__image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sc-bgn__header__inner {
  position: relative;
  text-align: center;
}
.sc-bgn__sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1em;
  padding: 0.25em 1em;
  line-height: 1.25;
  font-weight: 700;
  color: var(--color-primary);
  border-radius: 1em;
  background-color: var(--color-base-invert);
}
.sc-bgn__ttl {
  line-height: 1.36;
  font-weight: 700;
}
.sc-bgn .l-breadcrumb {
  position: absolute;
  top: 0;
  padding-top: 2rem;
  z-index: 1;
}
.sc-bgn .l-breadcrumb li > span:not(:has(a)) {
  color: inherit;
}
@media screen and (min-width: 812px) {
  .sc-bgn__header {
    height: 52.2rem;
    background-image: url(../img/beginners/bg_mv.png);
  }
  .sc-bgn__header__image {
    width: 124rem;
  }
  .sc-bgn__header .l-inner-l {
    height: 100%;
  }
  .sc-bgn__header__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .sc-bgn__sub {
    font-size: 2.4rem;
  }
  .sc-bgn__ttl {
    font-size: calc(var(--font-size-base) * 4.4);
  }
  .sc-bgn__desc {
    margin-top: 4rem;
    font-size: calc(var(--font-size-base) * 1.8);
  }
}
@media screen and (max-width: 811px) {
  .sc-bgn__header {
    height: 52.2rem;
    background-image: url(../img/beginners/bg_mv_sp.png);
    background-position-y: bottom;
  }
  .sc-bgn__header__image {
    width: 33rem;
  }
  .sc-bgn__header__inner {
    padding-top: 7rem;
  }
  .sc-bgn__sub {
    font-size: 1.8rem;
  }
  .sc-bgn__ttl {
    font-size: calc(var(--font-size-base) * 2.8);
  }
  .sc-bgn__desc {
    margin-top: 4rem;
    font-size: calc(var(--font-size-base) * 1.6);
  }
}

.sc-bgn-cnt__ttl {
  line-height: 1.46;
  font-weight: 700;
  text-align: center;
}
.sc-bgn-cnt__desc {
  text-align: center;
}
@media screen and (min-width: 812px) {
  .sc-bgn-cnt__ttl {
    margin-bottom: 4rem;
    font-size: calc(var(--font-size-base) * 3.4);
  }
}
@media screen and (max-width: 811px) {
  .sc-bgn-cnt__ttl {
    margin-bottom: 3rem;
    font-size: calc(var(--font-size-base) * 2.6);
  }
}

.sc-bgn-cases__item {
  text-align: center;
  font-weight: 700;
  padding: 1rem;
  border-radius: 1rem;
  background-color: var(--color-container);
}
.sc-bgn-cases__item__before {
  background-color: var(--color-base-invert);
  border-radius: 0.5rem;
}
.sc-bgn-cases__item__after {
  position: relative;
}
.sc-bgn-cases__item__after::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  aspect-ratio: 29/32;
  background: url(../img/common/icon_arrow_grad.svg) no-repeat center center/contain;
}
.sc-bgn-cases__item__image img {
  width: auto;
  height: 100%;
}
.sc-bgn-cases__item__text {
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (min-width: 812px) {
  .sc-bgn-cases .l-inner-l {
    display: grid;
    grid-template-columns: 38rem 1fr 38rem;
  }
  .sc-bgn-cases__header {
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .sc-bgn-cases__item {
    grid-row: span 2;
  }
  .sc-bgn-cases__item__image {
    margin-bottom: 1rem;
  }
  .sc-bgn-cases__item__before {
    padding: 2rem 0;
  }
  .sc-bgn-cases__item__after {
    padding: 3rem 0 2rem;
  }
  .sc-bgn-cases__item__before .sc-bgn-cases__item__image {
    height: 10rem;
  }
  .sc-bgn-cases__item__after .sc-bgn-cases__item__image {
    height: 13rem;
  }
  .sc-bgn-cases__item__before .sc-bgn-cases__item__text {
    font-size: calc(var(--font-size-base) * 1.8);
  }
  .sc-bgn-cases__btn {
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 811px) {
  .sc-bgn-cases__item {
    margin-top: 2rem;
    grid-row: span 2;
  }
  .sc-bgn-cases__item__image {
    margin-bottom: 1rem;
  }
  .sc-bgn-cases__item__before {
    padding: 2rem 0;
  }
  .sc-bgn-cases__item__after {
    padding: 3rem 0 1.5rem;
  }
  .sc-bgn-cases__item__before .sc-bgn-cases__item__image {
    height: 8rem;
  }
  .sc-bgn-cases__item__after .sc-bgn-cases__item__image {
    height: 9rem;
  }
  .sc-bgn-cases__item__before .sc-bgn-cases__item__text {
    font-size: calc(var(--font-size-base) * 1.6);
  }
  .sc-bgn-cases__btn {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
  }
}

.sc-bgn-info__item__image {
  aspect-ratio: 560/294;
  border-radius: 1rem;
}
.sc-bgn-info__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}
.sc-bgn-info__item__ttl {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  align-items: center;
  line-height: 1.3;
  color: var(--color-primary);
}
.sc-bgn-info__item__ttl .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-base-invert);
  font-size: calc(var(--font-size-base) * 1.6);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.sc-bgn-info__item__ttl span {
  font-weight: 700;
}
@media screen and (min-width: 812px) {
  .sc-bgn-info__list {
    display: flex;
    flex-direction: column;
    row-gap: 7rem;
    margin-top: 5rem;
  }
  .sc-bgn-info__item {
    display: flex;
  }
  .sc-bgn-info__item__image {
    width: 56rem;
  }
  .sc-bgn-info__item__ttl {
    margin-bottom: 2rem;
  }
  .sc-bgn-info__item__ttl span {
    font-size: calc(var(--font-size-base) * 2.4);
  }
  .sc-bgn-info__item__inner {
    flex: 1;
    padding: 1.5rem 6rem 0;
  }
  .sc-bgn-info__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 811px) {
  .sc-bgn-info__list {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
  }
  .sc-bgn-info__item__image {
    margin-bottom: 2rem;
  }
  .sc-bgn-info__item__ttl {
    margin-bottom: 1.2rem;
  }
  .sc-bgn-info__item__ttl span {
    font-size: calc(var(--font-size-base) * 1.8);
  }
  .sc-bgn-info__item:nth-child(odd) .sc-bgn-info__item__image {
    margin-left: -3rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .sc-bgn-info__item:nth-child(even) .sc-bgn-info__item__image {
    margin-right: -3rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.sc-bgn-applicant__block {
  border-top: 1px solid var(--color-gray);
}
.sc-bgn-applicant__ttl {
  margin-bottom: 0.5em;
  font-weight: 700;
}
.sc-bgn-applicant__ttl em {
  color: var(--color-primary);
  font-style: normal;
}
.sc-bgn-applicant__content ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.sc-bgn-applicant__content ul li::before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-align: center;
  text-indent: 0;
}
.sc-bgn-applicant__item {
  border-radius: 1rem;
  background-color: var(--color-container);
}
.sc-bgn-applicant__item__image {
  margin: 0 auto;
}
.sc-bgn-applicant .sc-outline-appli__ignore__item {
  background-color: var(--color-container);
}
@media screen and (min-width: 812px) {
  .sc-bgn-applicant__block {
    padding: 4rem 0;
  }
  .sc-bgn-applicant__ttl {
    font-size: calc(var(--font-size-base) * 2.4);
  }
  .sc-bgn-applicant__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-top: 3rem;
  }
  .sc-bgn-applicant__item {
    padding: 3rem;
    text-align: center;
  }
  .sc-bgn-applicant__item__image {
    width: 19rem;
  }
  .sc-bgn-applicant__item__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 3.6em;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-bgn-applicant__block {
    padding: 2rem 0;
  }
  .sc-bgn-applicant__ttl {
    font-size: calc(var(--font-size-base) * 1.8);
  }
  .sc-bgn-applicant__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem;
    margin-top: 1.8rem;
  }
  .sc-bgn-applicant__item {
    padding: 1.8rem;
  }
  .sc-bgn-applicant__item__image {
    width: 12rem;
  }
  .sc-bgn-applicant__item__ttl {
    margin-top: 1rem;
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .sc-bgn-applicant__item:last-child:nth-child(odd) {
    grid-column: span 2;
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  .sc-bgn-applicant__item:last-child:nth-child(odd) .sc-bgn-applicant__item__ttl {
    flex: 1;
  }
}

.sc-bgn-flow__header {
  position: relative;
}
.sc-bgn-flow__header__image {
  position: absolute;
}
.sc-bgn-flow__info {
  text-align: center;
}
.sc-bgn-flow__info__ttl {
  margin-bottom: 1rem;
  font-weight: 700;
}
.sc-bgn-flow__info__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-bgn-flow__info__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 1rem;
  border: 1px solid;
}
.sc-bgn-flow__list {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.sc-bgn-flow__item {
  position: relative;
  border-radius: 1rem;
  border: 1px solid rgba(var(--color-base-invert-rgb), 0.3);
  background-color: rgba(var(--color-base-invert-rgb), 0.1);
  box-shadow: 0 0.5rem 1rem 0 rgba(var(--color-base-rgb), 0.1);
}
.sc-bgn-flow__item__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-base-invert);
  color: var(--color-primary);
  font-size: calc(var(--font-size-base) * 1.6);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.sc-bgn-flow__item__ttl {
  font-weight: 700;
}
.sc-bgn-flow__btn {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 812px) {
  .sc-bgn-flow__header {
    padding-bottom: 6rem;
  }
  .sc-bgn-flow__header__image {
    width: 13.9rem;
    right: 6rem;
    bottom: 0;
  }
  .sc-bgn-flow__info__ttl {
    font-size: calc(var(--font-size-base) * 2);
  }
  .sc-bgn-flow__info__list {
    font-size: calc(var(--font-size-base) * 2);
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .sc-bgn-flow__info__list li {
    width: 22rem;
    height: 7rem;
  }
  .sc-bgn-flow__info__note {
    margin-top: 2rem;
  }
  .sc-bgn-flow__item {
    padding: 3rem 3rem 3rem 10rem;
  }
  .sc-bgn-flow__item::before {
    content: "";
    position: absolute;
    top: -3rem;
    bottom: -3rem;
    left: 5rem;
    width: 1px;
    background-color: var(--color-base-invert);
  }
  .sc-bgn-flow__item:first-child::before {
    top: 50%;
  }
  .sc-bgn-flow__item:last-child::before {
    bottom: 50%;
  }
  .sc-bgn-flow__item__num {
    position: absolute;
    top: 50%;
    left: 5rem;
    transform: translate(-50%, -50%);
  }
  .sc-bgn-flow__item__ttl {
    font-size: calc(var(--font-size-base) * 2.4);
  }
  .sc-bgn-flow__btn {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-bgn-flow__header {
    padding-bottom: 4.7rem;
  }
  .sc-bgn-flow__header__image {
    width: 7rem;
    right: 2rem;
    bottom: 0;
    transform: translateY(50%);
    z-index: 1;
  }
  .sc-bgn-flow__info__ttl {
    font-size: calc(var(--font-size-base) * 1.8);
  }
  .sc-bgn-flow__info__list {
    font-size: calc(var(--font-size-base) * 1.6);
    -moz-column-gap: 1.4rem;
    column-gap: 1.4rem;
  }
  .sc-bgn-flow__info__list li {
    flex: 1;
    height: 6rem;
  }
  .sc-bgn-flow__info__note {
    margin-top: 1.2rem;
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .sc-bgn-flow__item {
    padding: 1.5rem 2rem 2rem;
  }
  .sc-bgn-flow__item__num {
    position: absolute;
    top: -1rem;
    left: -1rem;
  }
  .sc-bgn-flow__item__ttl {
    margin-bottom: 0.5rem;
    font-size: calc(var(--font-size-base) * 1.8);
    text-align: center;
  }
  .sc-bgn-flow__btn {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 812px) {
  .sc-bgn-know__header {
    position: relative;
    padding-bottom: 3rem;
  }
  .sc-bgn-know__header__image {
    position: absolute;
    right: 6rem;
    bottom: 0;
    width: 10.2rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-bgn-know__header {
    margin-bottom: 2rem;
  }
  .sc-bgn-know__header__image {
    display: none;
  }
}

@media screen and (min-width: 812px) {
  .sc-bgn-pamphlet .l-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sc-bgn-pamphlet .sc-bgn-cnt__ttl {
    margin-bottom: 2rem;
    text-align: left;
  }
  .sc-bgn-pamphlet .sc-bgn-cnt__desc {
    text-align: left;
  }
  .sc-bgn-pamphlet__inner {
    width: 54.2rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-bgn-pamphlet__header {
    margin-bottom: 3rem;
  }
}

.sc-bgn-consult__inner {
  color: var(--color-base);
  border-radius: 1rem;
  background-color: var(--color-base-invert);
}
.sc-bgn-consult__desc {
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
}
.sc-bgn-consult__list dt {
  margin-bottom: 0.5em;
  font-weight: 700;
  color: var(--color-primary);
}
.sc-bgn-consult__list dd {
  line-height: 1.53;
}
@media screen and (min-width: 812px) {
  .sc-bgn-consult__inner {
    position: relative;
    padding: 4.5rem 15rem 4rem;
  }
  .sc-bgn-consult__desc {
    font-size: calc(var(--font-size-base) * 2.2);
  }
  .sc-bgn-consult__list {
    margin-top: 2.5rem;
  }
  .sc-bgn-consult__list dl {
    margin-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sc-bgn-consult__list dt {
    font-size: calc(var(--font-size-base) * 1.8);
  }
  .sc-bgn-consult__list dd {
    font-size: calc(var(--font-size-base) * 1.5);
  }
  .sc-bgn-consult__image {
    width: 6.3rem;
    position: absolute;
    right: 15rem;
    top: 4.5rem;
  }
  .sc-bgn-consult .m-freedial {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-bgn-consult__inner {
    padding: 2rem 2rem 2.5rem;
  }
  .sc-bgn-consult__desc {
    font-size: calc(var(--font-size-base) * 2);
  }
  .sc-bgn-consult__list {
    margin-top: 2rem;
  }
  .sc-bgn-consult__list dt {
    font-size: calc(var(--font-size-base) * 1.6);
  }
  .sc-bgn-consult__list dd {
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .sc-bgn-consult__image {
    display: none;
  }
  .sc-bgn-consult .m-freedial {
    margin-top: 2.5rem;
  }
}

.sc-bgn-contact {
  color: var(--color-base);
  border-radius: 1rem;
  background-color: var(--color-base-invert);
}
.sc-bgn-contact__ttl {
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
}
.sc-bgn-contact__item__ttl {
  margin-bottom: 0.75em;
  line-height: 1.37;
  font-weight: 700;
  color: var(--color-primary);
}
.sc-bgn-contact__item__info {
  line-height: 1.53;
  background-color: var(--color-container);
}
.sc-bgn-contact__item__info a {
  text-decoration: none;
}
@media (hover: hover) {
  .sc-bgn-contact__item__info a:hover {
    text-decoration: underline;
  }
}
.sc-bgn-contact__item__info small {
  font-weight: 500;
}
.sc-bgn-contact__item__info .tel {
  display: flex;
  font-weight: 700;
  line-height: 1.2;
}
.sc-bgn-contact__item__info .tel em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  border: 1px solid;
  padding: 0 0.5em;
  border-radius: 0.4rem;
  background-color: var(--color-base-invert);
  white-space: nowrap;
}
.sc-bgn-contact__item__info .tel-info {
  font-weight: 700;
}
.sc-bgn-contact__item__text {
  line-height: 1.53;
  margin-top: 1em;
}
@media screen and (min-width: 812px) {
  .sc-bgn-contact {
    padding: 4.5rem 15rem 5rem;
    margin-top: 3rem;
  }
  .sc-bgn-contact__ttl {
    font-size: calc(var(--font-size-base) * 2.2);
  }
  .sc-bgn-contact__list {
    margin-top: 2.5rem;
  }
  .sc-bgn-contact__item {
    margin-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sc-bgn-contact__item__ttl {
    font-size: calc(var(--font-size-base) * 1.8);
  }
  .sc-bgn-contact__item__info {
    padding: 2rem 3rem;
    font-size: calc(var(--font-size-base) * 1.5);
  }
  .sc-bgn-contact__item__info .tel {
    margin-bottom: 1.2rem;
    align-items: center;
  }
  .sc-bgn-contact__item__info .tel small {
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .sc-bgn-contact__item__info .tel em {
    height: 2.5rem;
    font-size: 1.5rem;
    margin-right: 0.8rem;
  }
  .sc-bgn-contact__item__info .tel a[href^="tel:"] {
    font-size: calc(var(--font-size-base) * 2.4);
  }
  .sc-bgn-contact__item__info .tel-info {
    margin-bottom: 1.2rem;
    font-size: calc(var(--font-size-base) * 1.8);
  }
  .sc-bgn-contact__item__info .tel-info small {
    font-size: inherit;
    font-weight: inherit;
  }
  .sc-bgn-contact__item__text {
    font-size: calc(var(--font-size-base) * 1.5);
  }
}
@media screen and (max-width: 811px) {
  .sc-bgn-contact {
    padding: 2rem 2.5rem 3rem;
    margin-top: 2rem;
  }
  .sc-bgn-contact__ttl {
    font-size: calc(var(--font-size-base) * 2);
  }
  .sc-bgn-contact__list {
    margin-top: 2rem;
  }
  .sc-bgn-contact__item__ttl {
    font-size: calc(var(--font-size-base) * 1.6);
  }
  .sc-bgn-contact__item__info {
    padding: 1.4rem 2rem;
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .sc-bgn-contact__item__info li + li {
    margin-top: 0.5em;
  }
  .sc-bgn-contact__item__info .tel {
    margin-bottom: 1.2rem;
    align-items: top;
  }
  .sc-bgn-contact__item__info .tel strong {
    font-size: calc(var(--font-size-base) * 1.6);
  }
  .sc-bgn-contact__item__info .tel small {
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .sc-bgn-contact__item__info .tel em {
    height: 2.5rem;
    font-size: 1.3rem;
    margin-right: 0.8rem;
  }
  .sc-bgn-contact__item__info .tel a[href^="tel:"] {
    font-size: calc(var(--font-size-base) * 2);
  }
  .sc-bgn-contact__item__info .tel-info {
    margin-bottom: 1.2rem;
    font-size: calc(var(--font-size-base) * 1.6);
  }
  .sc-bgn-contact__item__info .tel-info small {
    font-size: calc(var(--font-size-base) * 1.4);
    font-weight: 500;
  }
  .sc-bgn-contact__item__text {
    font-size: calc(var(--font-size-base) * 1.4);
  }
}

/* ============================================================
/* sub page
============================================================ */
.sc-subpage__header {
  position: relative;
  display: block;
  z-index: 0;
}
.sc-subpage__header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background: no-repeat center center/cover;
  border-radius: 2rem;
  transform: translateX(-50%);
  z-index: -1;
}
.sc-subpage__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 812px) {
  .sc-subpage__header {
    height: 25rem;
    padding-top: 2rem;
  }
  .sc-subpage__header:before {
    width: calc(100% - 4rem);
    max-width: 140rem;
    background-image: url("../img/common/img_header.png");
  }
  .sc-subpage__ttl {
    font-size: calc(var(--font-size-base) * 4.4);
  }
}
@media screen and (max-width: 811px) {
  .sc-subpage__header {
    height: 17rem;
    padding-top: 2rem;
  }
  .sc-subpage__header:before {
    width: calc(100% - 2rem);
    background-image: url("../img/common/img_header_sp.png");
  }
  .sc-subpage__ttl {
    line-height: 1.35;
    font-size: calc(var(--font-size-base) * 2.8);
    padding: 0 1em;
  }
  .sc-subpage:has(.sc-cookiepolicy) .sc-subpage__ttl {
    margin-top: 0.5em;
  }
}

/* ============================================================
/* regulation
============================================================ */
.sc-reg .m-list-decimal li:before {
  transform: translateX(0.25em);
}
.sc-reg .m-border-block {
  line-height: 2;
}
.sc-reg .m-border-block > *:not(:last-child) {
  margin-bottom: 0;
}
.sc-reg .m-ttl5 {
  margin-top: 1em;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 812px) {
  .sc-reg__table {
    table-layout: fixed;
    width: 100%;
    margin-top: 2rem;
  }
  .sc-reg__table th,
  .sc-reg__table td {
    padding: 0.5em 2rem;
    vertical-align: middle;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
  }
  .sc-reg__table th:not(:first-child),
  .sc-reg__table td:not(:first-child) {
    border-left: 1px solid var(--color-border);
  }
  .sc-reg__table th {
    color: var(--color-primary);
    font-weight: 700;
    text-align: center;
  }
  .sc-reg__table thead th {
    background-color: rgba(var(--color-primary-rgb), 0.1);
  }
  .sc-reg__table thead th:first-child {
    width: 10rem;
  }
  .sc-reg__table thead th:last-child {
    width: 13rem;
  }
  .sc-reg__table tbody td:last-child {
    text-align: center;
  }
}
@media screen and (max-width: 811px) {
  .sc-reg__table {
    margin-top: 2rem;
  }
  .sc-reg__table:not(:last-child) {
    margin-bottom: 3.5rem;
  }
  .sc-reg__table thead {
    display: none;
  }
  .sc-reg__table tbody,
  .sc-reg__table tr,
  .sc-reg__table th,
  .sc-reg__table td {
    display: block;
  }
  .sc-reg__table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  .sc-reg__table tbody th {
    color: var(--color-primary);
    font-weight: 700;
    padding: 0.5em 2rem;
    border-radius: 0.5rem 0 0 0.5rem;
    background-color: rgba(var(--color-primary-rgb), 0.1);
  }
  .sc-reg__table tbody td:nth-child(2) {
    grid-column: span 2;
    grid-row: 2;
    padding: 1.3rem 0 2rem;
  }
  .sc-reg__table tbody td:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
    text-align: right;
    padding: 0.5em 2rem;
    border-radius: 0 0.5rem 0.5rem 0;
    background-color: rgba(var(--color-primary-rgb), 0.1);
  }
  .sc-reg__table tbody tr:last-child td:nth-child(2) {
    padding-bottom: 0;
  }
}

.sc-reg-selector [role=tab] {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  border: 1px solid var(--color-border);
  background-color: var(--color-base-invert);
}
.sc-reg-selector [role=tab]:after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 2rem;
  aspect-ratio: 2/1;
  background-color: inherit;
  transition: transform 0.3s ease;
  transform: translate(-50%, -100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: -1;
}
@media (hover: hover) {
  .sc-reg-selector [role=tab] {
    transition: all 0.3s ease;
  }
  .sc-reg-selector [role=tab]:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
  }
}
.sc-reg-selector [role=tab][aria-selected=true] {
  color: var(--color-base-invert);
  border-color: transparent;
  background-color: var(--color-primary);
}
.sc-reg-selector [role=tab][aria-selected=true]:after {
  transform: translate(-50%, 0);
}
@media screen and (min-width: 812px) {
  .sc-reg-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 1.8rem;
    column-gap: 1.8rem;
  }
  .sc-reg-selector [role=tab] {
    flex: 1;
    min-height: 5.4rem;
    font-size: calc(var(--font-size-base) * 1.5);
    border-radius: 1rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-reg-selector {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .sc-reg-selector [role=tab] {
    min-height: 4.4rem;
    font-size: calc(var(--font-size-base) * 1.4);
    border-radius: 0.5rem;
  }
}

@media screen and (min-width: 812px) {
  .sc-reg-content__wrap {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-reg-content__wrap {
    margin-top: 6rem;
  }
}

/* ============================================================
/* links
============================================================ */
.sc-links__list a {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
  column-gap: 1em;
  line-height: 1.3;
  background-color: var(--color-container);
  border: 1px solid transparent;
  border-radius: 0.5rem;
}
@media (hover: hover) {
  .sc-links__list a {
    transition: all 0.3s ease;
  }
  .sc-links__list a:hover {
    border-color: var(--color-primary);
  }
}
.sc-links__list a .m-icon-blank {
  font-size: 120%;
}
@media screen and (min-width: 812px) {
  .sc-links__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .sc-links__list a {
    height: 6rem;
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-links__list {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
  }
  .sc-links__list a {
    height: 6rem;
    padding: 0 2rem;
  }
}

/* ============================================================
/* contact
============================================================ */
.sc-contact__container {
  text-align: center;
}
.sc-contact__time {
  font-weight: 700;
}
.sc-contact__time strong {
  color: var(--color-primary);
  font-weight: 700;
}
.sc-contact__note {
  text-align: left;
}
.sc-contact__list dl {
  background-color: var(--color-base-invert);
  border-radius: 1rem;
}
.sc-contact__list dt {
  font-weight: 700;
}
.sc-contact__list dd {
  display: flex;
  flex-direction: column;
}
.sc-contact__list dd a {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: var(--color-primary);
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 812px) {
  .sc-contact__container {
    max-width: 70rem;
    margin: 0 auto;
    padding: 0.5rem 0;
  }
  .sc-contact__container .m-ttl2 {
    margin-bottom: 2rem;
    padding-top: 1rem;
  }
  .sc-contact__time {
    margin-top: 2rem;
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .sc-contact__time strong {
    font-size: calc(var(--font-size-base) * 1.6);
  }
  .sc-contact__note {
    margin-top: 1em;
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .sc-contact__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .sc-contact__list dl {
    padding: 1.5rem 2rem;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .sc-contact__list dt {
    font-size: calc(var(--font-size-base) * 1.8);
  }
  .sc-contact__list dd {
    text-align: left;
  }
  .sc-contact__list dd a {
    font-size: calc(var(--font-size-base) * 2.6);
  }
  .sc-contact__list dd small {
    font-size: calc(var(--font-size-base) * 1.4);
  }
}
@media screen and (max-width: 811px) {
  .sc-contact__container .m-ttl2 {
    margin-bottom: 1.5rem;
  }
  .sc-contact__time {
    margin-top: 2rem;
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .sc-contact__time strong {
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .sc-contact__note {
    margin-top: 1em;
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .sc-contact__list {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
  }
  .sc-contact__list dl {
    padding: 1rem;
  }
  .sc-contact__list dt {
    margin-bottom: 0.25em;
    font-size: calc(var(--font-size-base) * 1.6);
  }
  .sc-contact__list dd a {
    font-size: calc(var(--font-size-base) * 2.2);
  }
  .sc-contact__list dd small {
    font-size: calc(var(--font-size-base) * 1.4);
  }
}

/* ============================================================
/* outline
============================================================ */
/* lead
============================================================ */
.sc-outline-lead {
  padding-bottom: 0;
}
@media screen and (min-width: 812px) {
  .sc-outline-lead__note {
    margin-top: 0.5em;
    font-size: calc(var(--font-size-base) * 1.4);
  }
}
@media screen and (max-width: 811px) {
  .sc-outline-lead__note {
    margin-top: 0.5em;
    font-size: calc(var(--font-size-base) * 1.4);
  }
}

/* info
============================================================ */
.sc-outline-info__figure__note dt {
  font-weight: 500;
}
.sc-outline-info .sc-bgn-info__item__ttl em {
  background-color: var(--color-container);
}
@media screen and (min-width: 812px) {
  .sc-outline-info__figure {
    margin-top: 10rem;
  }
  .sc-outline-info__figure__container {
    padding: 4rem 4rem;
    border-radius: 1rem;
    background-color: #f6f6f4;
  }
  .sc-outline-info__figure__inner {
    max-width: 83rem;
    margin: 0 auto;
  }
  .sc-outline-info__figure__note {
    margin-top: 3rem;
    font-size: calc(var(--font-size-base) * 1.4);
  }
}
@media screen and (max-width: 811px) {
  .sc-outline-info {
    padding-bottom: 0;
  }
  .sc-outline-info__figure {
    background-color: #f6f6f4;
    margin-top: 5rem;
    padding: 3rem 0;
  }
  .sc-outline-info__figure__note {
    margin-top: 2rem;
    font-size: calc(var(--font-size-base) * 1.4);
  }
}

/* applicant
============================================================ */
.sc-outline-appli__target__item {
  text-align: center;
  border-radius: 1rem;
  background: var(--gradient-primary-light);
}
.sc-outline-appli__target__item__image {
  margin: 0 auto;
}
.sc-outline-appli__target__item__ttl {
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.5em;
}
@media screen and (min-width: 812px) {
  .sc-outline-appli__target {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
  .sc-outline-appli__target__item {
    padding: 3rem 0;
  }
  .sc-outline-appli__target__item__image {
    width: 15rem;
  }
  .sc-outline-appli__target__item__ttl {
    min-height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 811px) {
  .sc-outline-appli__target {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem;
  }
  .sc-outline-appli__target__item {
    padding: 2.5rem 1.3rem 2rem;
  }
  .sc-outline-appli__target__item__image {
    width: 8rem;
  }
  .sc-outline-appli__target__item__ttl {
    font-size: calc(var(--font-size-base) * 1.4);
  }
}

.sc-outline-appli__ignore__item {
  border-radius: 1rem;
  background-color: var(--color-base-invert);
}
.sc-outline-appli__ignore__item__image {
  margin: 0 auto;
}
.sc-outline-appli__ignore__item__ttl {
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
}
.sc-outline-appli__ignore__item__ttl em {
  font-style: normal;
  color: var(--color-primary);
}
@media screen and (min-width: 812px) {
  .sc-outline-appli__ignore {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
  .sc-outline-appli__ignore__item {
    padding: 3rem 3rem;
  }
  .sc-outline-appli__ignore__item__image {
    width: 15rem;
  }
  .sc-outline-appli__ignore__item__ttl {
    font-size: calc(var(--font-size-base) * 2);
  }
  .sc-outline-appli__ignore__item__text {
    font-size: calc(var(--font-size-base) * 1.5);
  }
}
@media screen and (max-width: 811px) {
  .sc-outline-appli__ignore {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
  }
  .sc-outline-appli__ignore__item {
    padding: 2.5rem 3rem 2rem;
  }
  .sc-outline-appli__ignore__item__image {
    width: 16rem;
  }
  .sc-outline-appli__ignore__item__ttl {
    font-size: calc(var(--font-size-base) * 1.8);
  }
  .sc-outline-appli__ignore__item__text {
    font-size: calc(var(--font-size-base) * 1.4);
  }
}

/* cases
============================================================ */
.sc-outline-cases__item__image {
  border-radius: 1rem;
}
.sc-outline-cases__item.item-enabled .sc-outline-cases__item__image {
  background: var(--gradient-primary-light);
}
.sc-outline-cases__item.item-disabled .sc-outline-cases__item__image {
  background: var(--color-base-invert);
}
@media screen and (min-width: 812px) {
  .sc-outline-cases__item {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    padding-bottom: 3.5rem;
    margin-bottom: 3.5rem;
    border-bottom: 1px dashed var(--color-gray);
  }
  .sc-outline-cases__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .sc-outline-cases__item__image {
    width: 20rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-outline-cases__item {
    margin-top: 3rem;
  }
  .sc-outline-cases__item__image {
    margin-bottom: 2.5rem;
    text-align: center;
  }
  .sc-outline-cases__item__image img {
    width: 26rem;
  }
  .sc-outline-cases__item:nth-child(odd) .sc-outline-cases__item__image {
    margin-left: -3rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .sc-outline-cases__item:nth-child(even) .sc-outline-cases__item__image {
    margin-right: -3rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

/* ============================================================
/* consultation page
============================================================ */
.sc-consult dl {
  margin-top: 1em;
}
.sc-consult dl dt {
  font-weight: 700;
  color: var(--color-primary);
}
@media screen and (max-width: 811px) {
  .sc-consult .m-ttl2 {
    font-size: calc(var(--font-size-base) * 2);
  }
}

.sc-consult-contact__freedial {
  border-radius: 1rem;
  background-color: var(--color-base-invert);
  color: var(--color-base);
}
.sc-consult-contact__inner > p,
.sc-consult-contact__inner > ul {
  margin-bottom: 0.5em;
}
.sc-consult-contact__inner li {
  text-indent: -1em;
  padding-left: 1em;
}
.sc-consult-contact__inner li + li {
  margin-top: 0.5em;
}
.sc-consult-contact__inner .small {
  font-size: calc(var(--font-size-base) * 1.4);
}
.sc-consult-contact__note {
  margin-top: 1em;
}
@media screen and (min-width: 812px) {
  .sc-consult-contact__freedial {
    padding: 4rem;
    margin: 3rem 0;
  }
}
@media screen and (max-width: 811px) {
  .sc-consult-contact__freedial {
    padding: 2rem;
    margin: 2rem 0;
  }
}

/* ============================================================
/* about
============================================================ */
/* message
============================================================ */
.sc-message__container {
  background: var(--color-container);
  border-radius: 1em;
}
.sc-message__chairman {
  text-align: center;
}
.sc-message__chairman__image {
  margin-bottom: 2rem;
}
.sc-message__chairman__image img {
  border-radius: 1em;
}
.sc-message__chairman__sub {
  line-height: 1.6;
  font-size: calc(var(--font-size-base) * 1.4);
}
.sc-message__chairman__name {
  font-weight: 700;
  color: var(--color-primary);
  font-size: calc(var(--font-size-base) * 1.6);
}
.sc-message__chairman__name em {
  font-style: normal;
  font-size: calc(var(--font-size-base) * 2.4);
}
.sc-message__chairman__desc {
  font-size: calc(var(--font-size-base) * 1.8);
}
.sc-message__inner > *:last-child {
  margin-bottom: 0;
}
.sc-message__inner p {
  margin-bottom: 1.8em;
}
.sc-message__inner hr {
  border-color: var(--color-gray);
}
@media screen and (min-width: 812px) {
  .sc-message__container {
    padding: 9rem 10rem;
  }
  .sc-message__chairman {
    float: right;
    width: 26rem;
    margin-left: 8rem;
    margin-bottom: 2rem;
  }
  .sc-message__inner hr {
    margin: 6rem auto;
  }
}
@media screen and (max-width: 811px) {
  .sc-message__container {
    padding: 4rem 3rem;
  }
  .sc-message__chairman {
    margin-bottom: 4rem;
  }
  .sc-message__chairman__image {
    width: 23rem;
    margin-left: auto;
    margin-right: auto;
  }
  .sc-message__inner hr {
    margin: 3rem auto;
  }
}

/* vision
============================================================ */
.sc-vision .small {
  font-size: calc(var(--font-size-base) * 1.4);
}

/* organization
============================================================ */
@media screen and (max-width: 811px) {
  .sc-org__figure {
    width: 48rem;
  }
}

/* member
============================================================ */
.sc-member .m-table th,
.sc-member .m-table td {
  border-left: none;
  border-right: none;
}
.sc-member .m-table thead th {
  text-align: left;
  color: var(--color-primary);
  background-color: var(--color-primary-container);
}
@media screen and (min-width: 812px) {
  .sc-member .m-table thead th:nth-child(1),
  .sc-member .m-table thead th:nth-child(2) {
    width: 20rem;
  }
  .sc-member .m-table th:first-child,
  .sc-member .m-table td:first-child {
    padding-left: 3rem;
  }
  .sc-member .js-scrollable-sp + p {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-member .js-scrollable-sp + p {
    margin-top: 2.5rem;
    font-size: calc(var(--font-size-base) * 1.4);
  }
}

/* ============================================================
/* apply
============================================================ */
/* index
============================================================ */
.sc-apply {
  background: linear-gradient(to bottom, transparent 50%, var(--color-container) 50%);
}
.sc-apply__inner {
  color: var(--color-base-invert);
  background: var(--gradient-primary);
  text-align: center;
}
.sc-apply__ttl {
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-weight: 700;
}
.sc-apply__item__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-primary);
  border-radius: 1rem;
  text-align: left;
  line-height: 1.2;
  background-color: var(--color-base-invert);
  box-shadow: 0 0.5rem 1rem 0 rgba(var(--color-base-rgb), 0.1);
  font-weight: 700;
}
.sc-apply__item__inner small {
  font-size: calc(var(--font-size-base) * 1.4);
}
.sc-apply__item__link .sc-apply__item__inner {
  border: 0.2rem solid transparent;
  transition: all 0.3s ease;
  outline: 0.1rem solid transparent;
}
@media (hover: hover) {
  .sc-apply__item__link:hover .sc-apply__item__inner {
    border-color: var(--color-primary);
    outline-color: var(--color-base-invert);
  }
}
.sc-apply__item__note {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
.sc-apply__already {
  font-weight: 700;
  text-align: center;
}
.sc-apply__already a {
  color: var(--color-primary);
}
@media screen and (min-width: 812px) {
  .sc-apply__inner {
    padding: 6rem 0;
    border-radius: 2rem;
  }
  .sc-apply__ttl {
    font-size: calc(var(--font-size-base) * 3.4);
  }
  .sc-apply__list {
    display: flex;
    justify-content: center;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    margin-top: 2.4rem;
  }
  .sc-apply__item__inner {
    width: 35rem;
    height: 7rem;
    font-size: calc(var(--font-size-base) * 1.8);
    padding: 0 2rem;
  }
  .sc-apply__item__note {
    margin-top: 1em;
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .sc-apply__already {
    margin-top: 2.4rem;
    font-size: calc(var(--font-size-base) * 1.8);
  }
}
@media screen and (max-width: 811px) {
  .sc-apply__inner {
    padding: 3rem 2rem;
    border-radius: 1.5rem;
  }
  .sc-apply__ttl {
    font-size: calc(var(--font-size-base) * 2.4);
  }
  .sc-apply__list {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    margin-top: 2rem;
  }
  .sc-apply__item__inner {
    height: 6.4rem;
    font-size: calc(var(--font-size-base) * 1.6);
    padding: 0 1.5rem;
  }
  .sc-apply__item__note {
    margin-top: 1rem;
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .sc-apply__already {
    margin-top: 2rem;
    font-size: calc(var(--font-size-base) * 1.6);
  }
}

.sc-apply-already .m-card-item__btn .m-btn {
  min-width: 15em;
}
@media screen and (min-width: 812px) {
  .sc-apply-already .m-card-item__btn {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-apply-already .m-card-item__btn {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1.5rem;
  }
}

/* apply-nav
============================================================ */
.sc-apply-nav__item__link {
  display: block;
  height: 100%;
  text-decoration: none;
}
.sc-apply-nav__item__inner {
  height: 100%;
  border-radius: 1rem;
  background-color: var(--color-base-invert);
}
.sc-apply-nav__item__link .sc-apply-nav__item__inner {
  border: 0.2rem solid transparent;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .sc-apply-nav__item__link:hover .sc-apply-nav__item__inner {
    border-color: var(--color-primary);
  }
}
.sc-apply-nav__item__icon {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--gradient-primary-light);
}
.sc-apply-nav__item__ttl {
  font-weight: 700;
  color: var(--color-primary);
}
.sc-apply-nav__item .m-arrow-rounded {
  font-size: calc(var(--font-size-base) * 2);
}
.sc-apply-nav__item .m-arrow-rounded:before {
  background: var(--gradient-primary);
}
@media screen and (min-width: 812px) {
  .sc-apply-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-top: 3rem;
  }
  .sc-apply-nav__item {
    height: 16rem;
  }
  .sc-apply-nav__item__inner {
    display: flex;
    padding: 3rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .sc-apply-nav__item__textbox {
    flex: 1;
  }
  .sc-apply-nav__item__icon {
    width: 10rem;
  }
  .sc-apply-nav__item__ttl {
    font-size: calc(var(--font-size-base) * 2.4);
  }
  .sc-apply-nav__item__text {
    font-size: calc(var(--font-size-base) * 1.5);
  }
}
@media screen and (max-width: 811px) {
  .sc-apply-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem;
    margin-top: 3rem;
  }
  .sc-apply-nav__item__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1.8rem 2.4rem;
  }
  .sc-apply-nav__item__icon {
    width: 7rem;
    margin-bottom: 1rem;
  }
  .sc-apply-nav__item__ttl {
    font-size: calc(var(--font-size-base) * 1.6);
    text-align: center;
    margin-bottom: 0.25em;
  }
  .sc-apply-nav__item__text {
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .sc-apply-nav__item .m-arrow-rounded {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
  }
}

/* confirm-post
============================================================ */
.sc-confirm__caption {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  color: var(--color-primary);
  border-radius: 0.5rem;
  background: var(--gradient-primary-light);
}
@media screen and (min-width: 812px) {
  .sc-confirm__caption {
    margin-bottom: 1.5rem;
    height: 5.6rem;
    font-size: calc(var(--font-size-base) * 2.4);
  }
}
@media screen and (max-width: 811px) {
  .sc-confirm__caption {
    margin-bottom: 1.5rem;
    font-size: calc(var(--font-size-base) * 2);
    min-height: 5.4rem;
  }
}

.sc-confirm-case {
  border: 1px solid var(--color-border);
}
.sc-confirm-case__ttl {
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
  line-height: 1.2;
}
.sc-confirm-case__agreement {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  border-radius: 0.5rem;
  background-color: var(--color-container);
}
.sc-confirm-case__list {
  line-height: 1.57;
  border-top: 1px solid var(--color-border);
}
.sc-confirm-case__list li {
  border-bottom: 1px solid var(--color-border);
}
.sc-confirm-case__confirm {
  display: flex;
  justify-content: center;
}
.sc-confirm-case__tooltip {
  margin-left: auto;
}
.sc-confirm-case label:has([type=checkbox]) {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
  cursor: pointer;
}
.sc-confirm-case label:has([type=checkbox]) input {
  position: absolute;
  left: 0;
  top: 0;
}
.sc-confirm-case label:has([type=checkbox]):before {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 50%;
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.2em;
  transform: translate(-50%, -50%);
  border: 1px solid #ccc;
  background-color: #fff;
  transition: all 0.2s ease;
}
.sc-confirm-case label:has([type=checkbox]):after {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 50%;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  clip-path: polygon(0% 40%, 0% 50%, 34% 85%, 48% 85%, 100% 21%, 100% 9%, 89% 9%, 40% 70%, 11% 40%);
  background-color: #fff;
  transition: transform 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transform: translate(-50%, -50%) scale(0);
}
.sc-confirm-case label:has([type=checkbox]:checked):before {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.sc-confirm-case label:has([type=checkbox]:checked):after {
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (min-width: 812px) {
  .sc-confirm-case {
    margin-top: 3.5rem;
    padding: 5rem 0;
    border-radius: 1rem;
  }
  .sc-confirm-case__inner {
    max-width: 80rem;
    margin: 0 auto;
  }
  .sc-confirm-case__ttl {
    margin-bottom: 1em;
    font-size: calc(var(--font-size-base) * 2.4);
  }
  .sc-confirm-case__ttl small {
    font-size: calc(var(--font-size-base) * 1.6);
  }
  .sc-confirm-case__list li {
    padding: 1em 3rem;
    display: flex;
    align-items: center;
    -moz-column-gap: 1em;
    column-gap: 1em;
  }
  .sc-confirm-case__agreement {
    height: 6rem;
    font-size: calc(var(--font-size-base) * 1.4);
    margin-top: 4rem;
  }
  .sc-confirm-case__confirm {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-confirm-case {
    margin-top: 2.5rem;
    padding: 2.5rem 3rem 3rem;
    border-radius: 0.5rem;
  }
  .sc-confirm-case__ttl {
    margin: 0 -3rem 1em;
    font-size: calc(var(--font-size-base) * 2);
  }
  .sc-confirm-case__ttl small {
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .sc-confirm-case__list li {
    padding: 1em 0;
    padding-left: 2.5rem;
  }
  .sc-confirm-case__list label {
    display: inline !important;
    padding-left: 0 !important;
  }
  .sc-confirm-case__list label:before, .sc-confirm-case__list label:after {
    margin-left: -2.5rem;
  }
  .sc-confirm-case__list label span {
    display: inline;
  }
  .sc-confirm-case__agreement {
    padding: 1rem 1.4rem;
    font-size: calc(var(--font-size-base) * 1.4);
    margin-top: 3rem;
  }
  .sc-confirm-case__confirm {
    margin-top: 2.5rem;
  }
}

.sc-confirm-tooltip {
  position: relative;
}
.sc-confirm-tooltip__trigger {
  line-height: 1;
  color: var(--color-primary);
  cursor: pointer;
}
.sc-confirm-tooltip__content {
  position: absolute;
}
.sc-confirm-tooltip__inner {
  color: var(--color-base-invert);
  background-color: var(--color-base);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(var(--color-base-rgb), 0.1);
}
.sc-confirm-tooltip__inner:after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 1.4rem;
  height: 0.8rem;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.sc-confirm-tooltip .m-btn {
  color: var(--color-base);
  background: var(--color-base-invert);
}
.sc-confirm-tooltip__content {
  opacity: 0;
}
.sc-confirm-tooltip .js-toolTip {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.sc-confirm-tooltip .js-toolTip.is-active {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 812px) {
  .sc-confirm-tooltip__content {
    bottom: calc(100% + 0.5rem);
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 60rem;
  }
  .sc-confirm-tooltip__inner {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    padding: 0.8rem 2rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 811px) {
  .sc-confirm-tooltip {
    display: inline-block;
    margin-left: 0.5em;
  }
  .sc-confirm-tooltip__trigger {
    transform: translateY(-0.1em);
  }
  .sc-confirm-tooltip__content {
    bottom: calc(100% + 0.5rem);
    left: calc(50vw - var(--anchor-left));
    transform: translateX(-50%);
    width: 100vw;
    padding-left: 4rem;
  }
  .sc-confirm-tooltip__inner {
    padding: 1.2rem 1.2rem 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
    font-size: calc(var(--font-size-base) * 1.4);
    max-width: 26rem;
    margin: 0 auto;
  }
  .sc-confirm-tooltip__inner::after {
    left: calc(var(--anchor-left));
    transform: translateX(0);
  }
}

.sc-confirm-modal {
  background: transparent;
}
.sc-confirm-modal[open] {
  animation: fadein 0.3s ease forwards;
}
.sc-confirm-modal::backdrop {
  background: rgba(0, 0, 0, 0.6);
}
.sc-confirm-modal__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--color-base-invert);
}
.sc-confirm-modal .js-modal__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  color: var(--color-base-invert);
  border-radius: 50%;
  background: var(--gradient-primary);
  transform: translate(50%, -50%);
}
.sc-confirm-modal__ttl {
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.3;
  margin-bottom: 1em;
}
@media screen and (min-width: 812px) {
  .sc-confirm-modal {
    padding: 2rem;
  }
  .sc-confirm-modal__inner {
    width: 110rem;
    min-height: 27rem;
    padding: 2rem 8rem;
    border-radius: 1rem;
    text-align: center;
  }
  .sc-confirm-modal__ttl {
    font-size: calc(var(--font-size-base) * 3);
  }
  .sc-confirm-modal .js-modal__close {
    font-size: calc(var(--font-size-base) * 1.6);
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-confirm-modal {
    padding: 1.5rem;
  }
  .sc-confirm-modal__inner {
    max-width: 36rem;
    min-height: 22rem;
    padding: 4rem;
    border-radius: 1rem;
  }
  .sc-confirm-modal__ttl {
    font-size: calc(var(--font-size-base) * 2.2);
  }
  .sc-confirm-modal .js-modal__close {
    font-size: calc(var(--font-size-base) * 1.2);
    width: 3rem;
    height: 3rem;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sc-confirm-target__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  font-weight: 700;
  color: var(--color-primary);
}
.sc-confirm-target__ttl em {
  font-size: 120%;
  color: var(--color-secondary);
}
.sc-confirm-target__item__link {
  display: block;
  text-decoration: none;
}
.sc-confirm-target__item__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  font-weight: 700;
  background-color: var(--color-base-invert);
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .sc-confirm-target__item__link:hover .sc-confirm-target__item__inner {
    border-color: var(--color-primary);
  }
}
.sc-confirm-target__item .m-arrow-rounded::before {
  background: var(--gradient-primary);
}
@media screen and (min-width: 812px) {
  .sc-confirm-target__ttl {
    font-size: calc(var(--font-size-base) * 2.4);
  }
  .sc-confirm-target__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-top: 2.5rem;
  }
  .sc-confirm-target__item__inner {
    height: 7rem;
    font-size: calc(var(--font-size-base) * 1.8);
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-confirm-target__ttl {
    font-size: calc(var(--font-size-base) * 2);
  }
  .sc-confirm-target__list {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    margin-top: 2rem;
  }
  .sc-confirm-target__item__inner {
    height: 6rem;
    font-size: calc(var(--font-size-base) * 1.6);
    padding: 0 2rem;
  }
}

/* download
============================================================ */
.sc-download__item__file {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
}
.sc-download__item__file em {
  font-size: 120%;
}
@media screen and (min-width: 812px) {
  .sc-download__list {
    margin-top: 1.5rem;
  }
  .sc-download__item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    margin-top: -1px;
    background-color: var(--color-base-invert);
  }
  .sc-download__item__ttl {
    padding: 1em 2rem;
    background-color: rgba(var(--color-primary-rgb), 0.1);
    border-right: 1px solid var(--color-border);
  }
  .sc-download__item__files {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .sc-download__item__files li:nth-child(odd) {
    border-right: 1px solid var(--color-border);
  }
  .sc-download__item__file {
    width: 100%;
    height: 100%;
  }
  .sc-download__note {
    margin-top: 1.5rem;
    font-size: calc(var(--font-size-base) * 1.4);
  }
}
@media screen and (max-width: 811px) {
  .sc-download__list {
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid var(--color-border);
  }
  .sc-download__list:not(:last-child) {
    margin-bottom: 3.5rem;
  }
  .sc-download__item__ttl {
    margin-bottom: 0.5em;
  }
  .sc-download__item__files {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1.4rem;
    column-gap: 1.4rem;
  }
  .sc-download__item__file {
    padding: 0.75em 2rem;
    border-radius: 0.8rem;
    background-color: var(--color-container);
  }
  .sc-download.bg-gray .sc-download__item__file {
    background-color: var(--color-base-invert);
  }
  .sc-download__note {
    font-size: calc(var(--font-size-base) * 1.4);
  }
}

/* cost
============================================================ */
/* shipping
============================================================ */
.sc-shipping__item {
  background-color: var(--color-container);
  border-radius: 1rem;
}
.sc-shipping__item__ttl {
  font-weight: 700;
  color: var(--color-primary);
}
.sc-shipping__item__sub {
  font-weight: 700;
}
@media screen and (min-width: 812px) {
  .sc-shipping__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-top: 3rem;
  }
  .sc-shipping__item {
    padding: 3rem 1rem 3rem 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    -moz-column-gap: 1em;
    column-gap: 1em;
    row-gap: 0.5rem;
  }
  .sc-shipping__item__ttl {
    font-size: calc(var(--font-size-base) * 2.4);
  }
}
@media screen and (max-width: 811px) {
  .sc-shipping__list {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    margin-top: 2.5rem;
  }
  .sc-shipping__item {
    padding: 2.5rem 3rem;
  }
  .sc-shipping__item__ttl {
    line-height: 1.2;
    font-size: calc(var(--font-size-base) * 2);
  }
  .sc-shipping__item__sub {
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .sc-shipping__item__inner {
    margin-top: 0.5em;
  }
}

/* post
============================================================ */
.sc-post .m-border-block > p,
.sc-post .m-border-block > ul,
.sc-post .m-border-block > ol {
  margin-bottom: 0;
}
.sc-post .m-border-block small {
  font-size: calc(var(--font-size-base) * 1.4);
}
.sc-post .m-border-block .m-list-hole li {
  padding-left: 0;
  text-indent: 0;
}
.sc-post .m-table small {
  font-size: calc(var(--font-size-base) * 1.4);
}
@media screen and (min-width: 812px) {
  .sc-post .m-table {
    margin-top: 3.5rem;
    margin-bottom: 6rem;
  }
  .sc-post .m-table thead th:first-child {
    width: 35rem;
  }
  .sc-post .m-table thead th:last-child {
    width: 30rem;
  }
  .sc-post .m-table tbody td {
    text-align: center;
  }
}
@media screen and (max-width: 811px) {
  .sc-post .js-scrollable-sp {
    margin-top: 2.5rem;
    margin-bottom: 4rem;
  }
}

/* documents
============================================================ */
.sc-docs .m-border-block > p,
.sc-docs .m-border-block > ul,
.sc-docs .m-border-block > ol {
  margin-bottom: 0;
}
.sc-docs .m-border-block small {
  font-size: calc(var(--font-size-base) * 1.4);
}
.sc-docs .m-border-block .m-list-hole li {
  padding-left: 0;
  text-indent: 0;
}
.sc-docs .m-table {
  table-layout: auto;
  background-color: var(--color-base-invert);
}
.sc-docs .m-table small {
  font-size: calc(var(--font-size-base) * 1.4);
}
.sc-docs .m-table thead th {
  line-height: 1.2;
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: var(--color-primary);
  background-color: rgba(var(--color-primary-rgb), 0.1);
}
.sc-docs .m-table tbody th {
  color: var(--color-primary);
  background-color: var(--color-base-invert);
}
.sc-docs .m-table tbody td {
  text-align: center;
}
@media screen and (min-width: 812px) {
  .sc-docs .m-table {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
  .sc-docs .m-table thead th {
    white-space: nowrap;
  }
  .sc-docs .m-table thead tr:first-child th:nth-child(1) {
    width: 29rem;
  }
  .sc-docs .m-table thead tr:first-child th:nth-child(4) {
    width: 12rem;
  }
  .sc-docs .m-table thead tr:first-child th:nth-child(5) {
    width: 9rem;
  }
  .sc-docs .m-table thead tr:first-child th:last-child {
    width: 24rem;
  }
  .sc-docs .m-table tbody th {
    padding-right: 0.5em;
  }
  .sc-docs .m-table tbody td {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media screen and (max-width: 811px) {
  .sc-docs .js-scrollable-sp {
    margin-top: 2.5rem;
    margin-bottom: 4rem;
  }
}

/* guide
============================================================ */
@media screen and (min-width: 812px) {
  .sc-guide-lead {
    line-height: 2;
    text-align: center;
  }
}

@media screen and (min-width: 812px) {
  .sc-guide .m-table th:nth-child(1) {
    width: 20rem;
  }
}

/* flow
============================================================ */
.sc-flow__list {
  display: flex;
  flex-direction: column;
}
.sc-flow__item {
  position: relative;
  z-index: 0;
}
.sc-flow__item:before {
  content: "";
  position: absolute;
  width: 1.8rem;
  color: var(--color-primary);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url("../img/common/icon_arrow_long.svg");
  mask-image: url("../img/common/icon_arrow_long.svg");
  background: currentColor;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
}
.sc-flow__item:last-child:before {
  content: none;
}
.sc-flow__item__header {
  padding: 1rem;
  border-radius: 1rem;
  background: var(--gradient-primary-light);
  background-color: var(--color-base-invert);
}
.sc-flow__item__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  text-align: center;
  color: var(--color-base-invert);
  background: var(--gradient-primary);
  border-radius: 0.5rem;
  line-height: 1.1;
}
.sc-flow__item__ttl .main {
  font-weight: 700;
}
.sc-flow__item__ttl .sub {
  margin-bottom: 0.5em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.sc-flow__item__text {
  border-radius: 0.5rem;
  background-color: var(--color-container);
}
@media screen and (min-width: 812px) {
  .sc-flow__list {
    row-gap: 3rem;
    margin-top: 4rem;
  }
  .sc-flow__item:before {
    left: 12rem;
    top: 9rem;
    bottom: -3rem;
    transform: translateX(-50%);
  }
  .sc-flow__item__header {
    display: grid;
    grid-template-columns: 23rem 1fr;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    align-items: center;
  }
  .sc-flow__item__ttl {
    min-height: 8rem;
  }
  .sc-flow__item__ttl .main {
    font-size: calc(var(--font-size-base) * 2);
  }
  .sc-flow__item__ttl .sub {
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .sc-flow__item__ttl small {
    font-size: calc(var(--font-size-base) * 1.6);
  }
  .sc-flow__item__text {
    position: relative;
    padding: 1.5rem 2rem;
    margin-top: 3rem;
    margin-left: 24rem;
  }
  .sc-flow__item__text:before {
    content: "";
    position: absolute;
    width: 1.8rem;
    color: var(--color-secondary);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-image: url("../img/common/icon_arrow_long.svg");
    mask-image: url("../img/common/icon_arrow_long.svg");
    background: currentColor;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    top: 50%;
    left: -12.9rem;
    height: 11rem;
    transform-origin: center top;
    transform: rotate(-90deg);
  }
}
@media screen and (max-width: 811px) {
  .sc-flow__list {
    row-gap: 4rem;
    margin-top: 3rem;
  }
  .sc-flow__item:before {
    left: 50%;
    top: 1rem;
    bottom: -3rem;
    z-index: -1;
    transform: translateX(-50%);
  }
  .sc-flow__item__ttl {
    min-height: 6rem;
  }
  .sc-flow__item__ttl .main {
    font-size: calc(var(--font-size-base) * 1.8);
  }
  .sc-flow__item__ttl .sub {
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .sc-flow__item__ttl small {
    font-size: calc(var(--font-size-base) * 1.5);
  }
  .sc-flow__item__desc {
    padding: 1.5rem 1rem 1.5rem;
  }
  .sc-flow__item__text {
    padding: 1rem 2rem;
    margin: 3rem 1rem 0;
  }
}

/* example
============================================================ */
/* ============================================================
/* news detail
============================================================ */
.sc-news-dtl__container__header {
  position: relative;
  display: block;
  z-index: 0;
}
.sc-news-dtl__container__header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background: no-repeat center center/cover;
  border-radius: 2rem;
  transform: translateX(-50%);
  z-index: -1;
}
.sc-news-dtl__container__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 812px) {
  .sc-news-dtl__container__header {
    height: 14rem;
    padding-top: 2rem;
  }
  .sc-news-dtl__container__header:before {
    width: calc(100% - 4rem);
    max-width: 140rem;
    background-image: url("../img/common/img_header.png");
  }
  .sc-news-dtl__container__caption {
    font-size: calc(var(--font-size-base) * 2.8);
  }
}
@media screen and (max-width: 811px) {
  .sc-news-dtl__container__header {
    height: 12rem;
    padding-top: 2rem;
  }
  .sc-news-dtl__container__header:before {
    width: calc(100% - 2rem);
    background-image: url("../img/common/img_header_sp.png");
  }
  .sc-news-dtl__container__caption {
    margin-top: 1rem;
    font-size: calc(var(--font-size-base) * 2.8);
  }
}

.sc-news-dtl__header {
  border-bottom: 1px solid var(--color-border);
}
.sc-news-dtl__date {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.sc-news-dtl__ttl {
  font-weight: 700;
  line-height: 1.45;
}
.sc-news-dtl__footer {
  position: relative;
}
.sc-news-dtl__pagination__prev, .sc-news-dtl__pagination__next {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  font-weight: 700;
  text-decoration: none;
}
@media (hover: hover) {
  .sc-news-dtl__pagination__prev, .sc-news-dtl__pagination__next {
    transition: all 0.3s ease;
  }
  .sc-news-dtl__pagination__prev:hover, .sc-news-dtl__pagination__next:hover {
    text-decoration: underline;
  }
}
.sc-news-dtl__pagination__prev .m-arrow-rounded, .sc-news-dtl__pagination__next .m-arrow-rounded {
  font-size: 120%;
}
.sc-news-dtl__pagination__prev .m-arrow-rounded:before, .sc-news-dtl__pagination__next .m-arrow-rounded:before {
  background: var(--gradient-primary);
}
.sc-news-dtl__pagination__prev .m-arrow-rounded {
  transform: scale(-1, 1);
}
.sc-news-dtl__back {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 812px) {
  .sc-news-dtl__header {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  .sc-news-dtl__date {
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .sc-news-dtl__ttl {
    font-size: calc(var(--font-size-base) * 3);
  }
  .sc-news-dtl__footer {
    margin-top: 8rem;
  }
  .sc-news-dtl__pagination {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 811px) {
  .sc-news-dtl__header {
    padding-bottom: 2.5rem;
    margin-bottom: 3rem;
  }
  .sc-news-dtl__date {
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .sc-news-dtl__ttl {
    font-size: calc(var(--font-size-base) * 2.2);
  }
  .sc-news-dtl__footer {
    margin-top: 5rem;
  }
  .sc-news-dtl__pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sc-news-dtl__back {
    margin-top: 2.5rem;
  }
}

/* ============================================================
/* faq
============================================================ */
.sc-faq-selector__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 1rem;
  border: 1px solid var(--color-border);
}
@media (hover: hover) {
  .sc-faq-selector__list a {
    transition: all 0.3s ease;
  }
  .sc-faq-selector__list a:hover {
    border-color: var(--color-secondary);
  }
}
.sc-faq-selector__list a span {
  flex: 1;
}
.sc-faq-selector__list a .m-arrow {
  transform: rotate(90deg);
  color: var(--color-secondary);
}
@media screen and (min-width: 812px) {
  .sc-faq-selector__list {
    display: flex;
    justify-content: center;
    -moz-column-gap: 1.8rem;
    column-gap: 1.8rem;
  }
  .sc-faq-selector__list li {
    flex: 1;
  }
  .sc-faq-selector__list a {
    padding: 0 1.5rem;
    -moz-column-gap: 1em;
    column-gap: 1em;
    height: 5.4rem;
    font-size: calc(var(--font-size-base) * 1.5);
  }
  .sc-faq-selector__list a .m-arrow {
    font-size: calc(var(--font-size-base) * 0.8);
  }
}
@media screen and (max-width: 811px) {
  .sc-faq-selector__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
  .sc-faq-selector__list a {
    padding: 0 1.2rem;
    -moz-column-gap: 0.5em;
    column-gap: 0.5em;
    height: 5.4rem;
    font-size: calc(var(--font-size-base) * 1.4);
  }
  .sc-faq-selector__list a .m-arrow {
    font-size: calc(var(--font-size-base) * 0.6);
  }
}

/* faq
============================================================ */
.sc-faq__list {
  display: flex;
  flex-direction: column;
}
.sc-faq__item {
  background-color: var(--color-container);
  border-radius: 1rem;
}
.sc-faq__item__caption {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: var(--color-base-invert);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.sc-faq__item__ttl {
  position: relative;
  line-height: 1.36;
  font-weight: 700;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.sc-faq__item__ttl .icon-accordion {
  position: absolute;
  top: 50%;
  right: 0;
  color: var(--color-primary);
  margin-top: -0.5em;
}
.sc-faq__item__ttl[aria-expanded=true] .icon-accordion {
  transform: rotate(45deg);
}
.sc-faq__item__ttl .sc-faq__item__caption {
  background-color: var(--color-secondary-container);
}
.sc-faq__item__content {
  display: grid;
  grid-template-columns: auto 1fr;
}
.sc-faq__item__content .sc-faq__item__caption {
  background-color: var(--color-primary);
}
.sc-faq__item__inner {
  margin: auto 0;
}
.sc-faq__item__inner a {
  text-decoration: underline;
  color: var(--color-primary);
}
@media (hover: hover) {
  .sc-faq__item__inner a:hover {
    text-decoration: none;
  }
}
.sc-container.bg-gray .sc-faq__item {
  background-color: var(--color-base-invert);
}
@media screen and (min-width: 812px) {
  .sc-faq__list {
    row-gap: 2rem;
  }
  .sc-faq__item__caption {
    width: 3.6rem;
  }
  .sc-faq__item__ttl {
    padding: 1.4rem 5rem 1.4rem 2rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .sc-faq__item__ttl span {
    font-size: calc(var(--font-size-base) * 2.2);
  }
  .sc-faq__item__ttl .icon-accordion {
    margin-right: 2rem;
    font-size: calc(var(--font-size-base) * 1.8);
  }
  .sc-faq__item__content {
    padding: 0 2rem 3rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
@media screen and (max-width: 811px) {
  .sc-faq__list {
    row-gap: 1.5rem;
  }
  .sc-faq__item__caption {
    width: 3rem;
  }
  .sc-faq__item__ttl {
    padding: 0.8rem 4rem 0.8rem 2rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    min-height: 6rem;
  }
  .sc-faq__item__ttl span {
    font-size: calc(var(--font-size-base) * 1.6);
  }
  .sc-faq__item__ttl .icon-accordion {
    margin-right: 1.5rem;
    font-size: calc(var(--font-size-base) * 1.8);
  }
  .sc-faq__item__content {
    padding: 0 2rem 2rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}