@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: #000;
  --color-base-rgb: 0, 0, 0;
  --color-base-invert: #fff;
  --color-base-invert-rgb: 255, 255, 255;
  --color-primary: #fa0046;
  --color-caution: #ff5f5f;
  --color-caution-container: #ffe6e6;
  --color-container-primary: #f4f4f4;
  --color-border-primary: #dddddd;
  --color-disabled: #c0c0c0;
  --color-regulation-base: #4d4d4f;
  --color-regulation-primary: #fa0046;
  --color-regulation-border: #b4b4b4;
  --color-regulation-base-invert: #ffffff;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", 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: 400;
  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: 1.6rem;
    line-height: 1.8;
    min-width: 950px;
  }
}
@media screen and (min-width: 951px) and (max-width: 1300px) {
  html {
    font-size: 0.7692307692vw;
  }
}
@media screen and (min-width: 813px) and (max-width: 950px) {
  html {
    font-size: 45.67%;
  }
}
@media screen and (max-width: 811.99px) {
  html {
    font-size: 13px;
  }
  body {
    min-width: 320px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 520px) {
  html {
    font-size: 2.5vw;
  }
}
/* ============================================================
/* module
============================================================ */
img {
  max-width: 100%;
  height: auto;
}

@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: 811.99px) {
  .pc-only {
    display: none !important;
  }
}
/* icon
============================================================ */
.m-icon-line, .m-icon-instagram, .m-icon-point, .m-icon-freedial, .m-icon-rounded-plus, .m-icon-chevron-down, .m-icon-blank, .m-arrow-circle, .m-arrow {
  position: relative;
  display: inline-block;
  width: 1em;
  aspect-ratio: 1/1;
  vertical-align: middle;
}
.m-icon-line:before, .m-icon-instagram:before, .m-icon-point:before, .m-icon-freedial:before, .m-icon-rounded-plus:before, .m-icon-chevron-down:before, .m-icon-blank:before, .m-arrow-circle: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: 14/11;
}
.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_arrow.svg");
  mask-image: url("../img/common/icon_arrow.svg");
  background: currentColor;
}

.m-arrow-circle {
  aspect-ratio: 14/14;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: var(--color-base-invert);
}
.m-arrow-circle:before {
  width: 40%;
  height: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -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.svg");
  mask-image: url("../img/common/icon_arrow.svg");
  background: currentColor;
}

.m-icon-blank: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_blank.svg");
  mask-image: url("../img/common/icon_blank.svg");
  background: currentColor;
}

.m-icon-chevron-down {
  aspect-ratio: 10/6;
}
.m-icon-chevron-down: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_down.svg");
  mask-image: url("../img/common/icon_chevron_down.svg");
  background: currentColor;
}

.m-icon-rounded-plus {
  aspect-ratio: 14/14;
}
.m-icon-rounded-plus: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_rounded_plus.svg");
  mask-image: url("../img/common/icon_rounded_plus.svg");
  background: currentColor;
}

.m-icon-freedial {
  aspect-ratio: 53/30;
}
.m-icon-freedial:before {
  background-image: url("../img/common/icon_freedial.svg");
}

.m-icon-point {
  aspect-ratio: 16/16;
}
.m-icon-point: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_point.svg");
  mask-image: url("../img/common/icon_point.svg");
  background: currentColor;
}

.m-icon-instagram {
  aspect-ratio: 16/16;
}
.m-icon-instagram:before {
  background-image: url("../img/common/icon_instagram.png");
}

.m-icon-line {
  aspect-ratio: 16/16;
}
.m-icon-line:before {
  background-image: url("../img/common/icon_line.png");
}

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

.m-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 16.6rem;
  padding: 0 2rem;
  height: 4rem;
  line-height: 1.2;
  font-weight: 500;
  justify-content: space-between;
  border-radius: 4rem;
}
.m-btn .m-arrow {
  color: var(--color-primary);
}
@media (hover: hover) {
  .m-btn {
    transition: background-color 0.3s ease;
  }
  .m-btn:hover {
    background-color: var(--color-container-primary);
  }
}
.m-btn.outline {
  border: 1px solid var(--color-border-primary);
  background-color: var(--color-base-invert);
}
.m-btn.fill {
  background-color: var(--color-base-invert);
}
.m-btn.fill-primary {
  color: var(--color-base-invert);
  background-color: var(--color-primary);
}
.m-btn.fill-primary .m-arrow {
  color: var(--color-base-invert);
}
.m-btn.fill-primary.content-centered:has(.m-arrow):before {
  content: "";
  width: 1em;
}
@media (hover: hover) {
  .m-btn.fill-primary {
    transition: opacity 0.3s ease;
  }
  .m-btn.fill-primary:hover {
    opacity: 0.7;
  }
}
.m-btn.fill-gray {
  border: 1px solid var(--color-border-primary);
  background-color: var(--color-container-primary);
}
.m-btn.fill-gray .m-arrow {
  color: var(--color-base);
}
@media (hover: hover) {
  .m-btn.fill-gray {
    transition: opacity 0.3s ease;
  }
  .m-btn.fill-gray:hover {
    opacity: 0.7;
  }
}
.m-btn.disabled, .m-btn[disabled] {
  background-color: var(--color-disabled) !important;
  pointer-events: none;
}
@media screen and (min-width: 812px) {
  .m-btn.fill-primary, .m-btn.fill-gray {
    min-width: 32rem;
    height: 6rem;
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 811.99px) {
  .m-btn.fill-primary, .m-btn.fill-gray {
    min-width: 30rem;
    height: 5.4rem;
    padding: 0 2.5rem;
  }
}

/* table
============================================================ */
.m-table {
  table-layout: fixed;
  width: 100%;
  line-height: 1.4;
}
.m-table th,
.m-table td {
  vertical-align: middle;
  padding: 1.5rem 2rem;
  border: 1px solid var(--color-border-primary);
  font-feature-settings: "palt";
  background-color: var(--color-base-invert);
}
.m-table th {
  text-align: center;
  font-weight: 500;
  background-color: var(--color-container-primary);
}
.m-table .sticky {
  position: sticky;
  top: 0;
  left: 0;
}
.m-table .sticky:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: inherit;
}

/* ============================================================
/* project mixin
============================================================ */
@keyframes loading-spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* pagination
============================================================ */
.m-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-pagination a,
.m-pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-weight: 400;
  line-height: 0;
  border: 1px solid;
  border-radius: 50%;
  text-decoration: none;
  background-color: var(--color-base-invert);
}
@media (hover: hover) {
  .m-pagination a {
    transition: opacity 0.3s ease;
  }
  .m-pagination a:hover {
    opacity: 0.7;
  }
}
.m-pagination .current {
  color: var(--color-base-invert);
  border-color: transparent;
  background: var(--color-base);
}
@media screen and (min-width: 812px) {
  .m-pagination {
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
  }
  .m-pagination a,
  .m-pagination span {
    width: 3.5rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 811.99px) {
  .m-pagination {
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
  }
  .m-pagination a,
  .m-pagination span {
    width: 3.5rem;
    font-size: 1.6rem;
  }
}

/* m-form
============================================================ */
/* m-form-item
============================================================ */
.m-form-item {
  border-bottom: 1px dashed var(--color-border-primary);
}
.m-form-item__caption {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  line-height: 1.4;
  font-weight: 500;
}
.m-form-item__caption .required {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.25em 0.3em;
  border-radius: 0.3rem;
  color: var(--color-base-invert);
  background-color: var(--color-primary);
  margin-left: auto;
  white-space: nowrap;
}
.m-form-item__input {
  position: relative;
  width: 100%;
}
.m-form-item__input input[type=text],
.m-form-item__input input[type=email],
.m-form-item__input input[type=tel],
.m-form-item__input input[type=url],
.m-form-item__input input[type=number],
.m-form-item__input input[type=password],
.m-form-item__input input[type=date],
.m-form-item__input input[type=time],
.m-form-item__input input[type=datetime-local],
.m-form-item__input select,
.m-form-item__input textarea {
  width: 100%;
  font: inherit;
  border-radius: 0.5rem;
  background-color: var(--color-container-primary);
  padding: 0.5em 1em;
  min-height: 5rem;
}
.m-form-item__input input[type=text]:focus,
.m-form-item__input input[type=email]:focus,
.m-form-item__input input[type=tel]:focus,
.m-form-item__input input[type=url]:focus,
.m-form-item__input input[type=number]:focus,
.m-form-item__input input[type=password]:focus,
.m-form-item__input input[type=date]:focus,
.m-form-item__input input[type=time]:focus,
.m-form-item__input input[type=datetime-local]:focus,
.m-form-item__input select:focus,
.m-form-item__input textarea:focus {
  outline-color: var(--color-border-primary);
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
}
.m-form-item__input input[type=text][aria-invalid=true],
.m-form-item__input input[type=email][aria-invalid=true],
.m-form-item__input input[type=tel][aria-invalid=true],
.m-form-item__input input[type=url][aria-invalid=true],
.m-form-item__input input[type=number][aria-invalid=true],
.m-form-item__input input[type=password][aria-invalid=true],
.m-form-item__input input[type=date][aria-invalid=true],
.m-form-item__input input[type=time][aria-invalid=true],
.m-form-item__input input[type=datetime-local][aria-invalid=true],
.m-form-item__input select[aria-invalid=true],
.m-form-item__input textarea[aria-invalid=true] {
  border-color: var(--color-caution);
  box-shadow: 0 0 0 300px var(--color-caution-container) inset;
}
.m-form-item__input textarea {
  height: 20rem;
}
.m-form-item__input:has(select):after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 0.5rem;
  background-color: var(--color-base);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
.m-form-item__input select:has(option[value=""]:checked) {
  color: #a9a9a9;
}
.m-form-item__input:has(.time-picker):after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2em;
  aspect-ratio: 1/1;
  -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_calendar.svg");
  mask-image: url("../img/common/icon_calendar.svg");
  background: currentColor;
  pointer-events: none;
}
.m-form-item__input input[type=datetime-local]::-webkit-date-and-time-value {
  text-align: left;
}
.m-form-item__input input[type=datetime-local]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.m-form-item__input::-moz-placeholder, .m-form-item__input ::-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
.m-form-item__input::placeholder,
.m-form-item__input ::placeholder {
  color: #a9a9a9;
  opacity: 1;
}
.m-form-item__input select.noselected {
  color: #a9a9a9;
  opacity: 1;
}
.m-form-item__input label:has([type=checkbox]),
.m-form-item__input label:has([type=radio]) {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
  cursor: pointer;
}
.m-form-item__input label:has([type=checkbox]) input,
.m-form-item__input label:has([type=radio]) input {
  position: absolute;
  left: 0;
  top: 0;
}
.m-form-item__input label:has([type=checkbox]):before,
.m-form-item__input label:has([type=radio]):before {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 50%;
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.2em;
  transform: translate(-50%, -50%) scale(1.2);
  border: 1px solid var(--color-border-primary);
  background-color: var(--color-container-primary);
  transition: all 0.2s ease;
}
.m-form-item__input label:has([type=checkbox]):after,
.m-form-item__input label:has([type=radio]):after {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 50%;
  display: block;
  background-color: var(--color-base-invert);
  transition: transform 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transform: translate(-50%, -50%) scale(0);
}
.m-form-item__input label:has([type=checkbox]:checked):before,
.m-form-item__input label:has([type=radio]:checked):before {
  border-color: transparent;
  background-color: var(--color-primary);
}
.m-form-item__input label:has([type=checkbox]:checked):after,
.m-form-item__input label:has([type=radio]:checked):after {
  transform: translate(-50%, -50%) scale(1);
}
.m-form-item__input label:has([type=checkbox]):before {
  border-radius: 0.2em;
}
.m-form-item__input label:has([type=checkbox]):after {
  width: 0.5em;
  height: 0.5em;
  clip-path: polygon(0% 40%, 0% 50%, 34% 85%, 48% 85%, 100% 21%, 100% 9%, 89% 9%, 40% 70%, 11% 40%);
}
.m-form-item__input label:has([type=checkbox]:disabled),
.m-form-item__input label:has([type=radio]:disabled) {
  cursor: not-allowed;
  opacity: 0.5;
}
.m-form-item__input label:has([type=checkbox]:disabled):before,
.m-form-item__input label:has([type=radio]:disabled):before {
  background-color: var(--color-border-primary);
}
.m-form-item__input label:has([type=radio]):before {
  border-radius: 50%;
}
.m-form-item__input label:has([type=radio]):after {
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
}
@media screen and (min-width: 812px) {
  .m-form-item {
    display: grid;
    grid-template-columns: 21.4rem 1fr;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    padding: 2rem 0;
  }
  .m-form-item__caption .required {
    font-size: 1.1rem;
  }
  .m-form-item__input:has(input[type=checkbox]), .m-form-item__input:has(input[type=radio]) {
    padding-left: 0.1em;
    display: flex;
    -moz-column-gap: 2em;
    column-gap: 2em;
    row-gap: 1em;
  }
}
@media screen and (max-width: 811.99px) {
  .m-form-item {
    padding: 2rem 0;
  }
  .m-form-item__caption {
    margin-bottom: 1.5rem;
  }
  .m-form-item__caption .required {
    font-size: 1rem;
  }
  .m-form-item__input:has(input[type=checkbox]), .m-form-item__input:has(input[type=radio]) {
    padding-left: 0.1em;
    display: flex;
    -moz-column-gap: 1.5em;
    column-gap: 1.5em;
    row-gap: 0.5em;
  }
}

.m-form-error {
  font-size: calc(100% - 0.2rem);
  color: var(--color-caution);
  margin-top: 0.5em;
}
@media screen and (min-width: 812px) {
  .m-form-error {
    padding-left: 23rem;
    grid-column: 1/-1;
  }
}

.m-form-item:has(.m-form-error) .m-form-item__input input[type=text],
.m-form-item:has(.m-form-error) .m-form-item__input input[type=email],
.m-form-item:has(.m-form-error) .m-form-item__input input[type=tel],
.m-form-item:has(.m-form-error) .m-form-item__input input[type=url],
.m-form-item:has(.m-form-error) .m-form-item__input input[type=number],
.m-form-item:has(.m-form-error) .m-form-item__input input[type=password],
.m-form-item:has(.m-form-error) .m-form-item__input select,
.m-form-item:has(.m-form-error) .m-form-item__input textarea {
  border-color: var(--color-caution);
  box-shadow: 0 0 0 300px var(--color-caution-container) inset;
}

.modal-sending-message {
  position: fixed;
  width: 23rem;
  color: #fff;
  background-color: #454545;
  z-index: 9999;
  border-radius: 0.8rem;
}
.modal-sending-message__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  row-gap: 2rem;
  padding: 2.8rem 1em;
}
.modal-sending-message .loading-spinner {
  position: relative;
  width: 5.2rem;
  height: 5.2rem;
}
.modal-sending-message .loading-spinner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: loading-spin 1s linear 0s infinite;
}

.modal-form-comfirm {
  position: fixed;
  background-color: var(--color-base-invert);
  z-index: 9999;
  border-radius: 0.8rem;
}
@supports not selector(*::-webkit-scrollbar) {
  .modal-form-comfirm {
    scrollbar-color: var(--color-base) var(--color-border-primary);
    scrollbar-width: thin;
  }
}
@supports selector(*::-webkit-scrollbar) {
  .modal-form-comfirm::-webkit-scrollbar {
    inline-size: 0.4rem;
    block-size: 0.4rem;
  }
  .modal-form-comfirm::-webkit-scrollbar-thumb {
    background-color: var(--color-base);
    border-radius: 0.2rem;
  }
  .modal-form-comfirm::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-base);
  }
  .modal-form-comfirm::-webkit-scrollbar-track {
    background-color: var(--color-border-primary);
    border-radius: 0.2rem;
  }
}
.modal-form-comfirm::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-form-comfirm__ttl {
  margin-bottom: 1em;
  font-weight: 500;
}
.modal-form-comfirm__item {
  line-height: 1.4;
  padding: 0.5em;
  border-bottom: 1px dashed var(--color-border-primary);
  text-align: left;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}
.modal-form-comfirm__list {
  border-top: 1px dashed var(--color-border-primary);
}
.modal-form-comfirm__submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.6rem;
  justify-content: center;
}
@media screen and (min-width: 812px) {
  .modal-form-comfirm {
    width: 60rem;
    padding: 3rem;
  }
  .modal-form-comfirm__item__caption {
    width: 16rem;
  }
  .modal-form-comfirm__submit {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 811.99px) {
  .modal-form-comfirm {
    width: 90%;
    padding: 2rem 1.5rem;
  }
  .modal-form-comfirm__item__caption {
    width: 12rem;
    font-size: 1.2rem;
  }
  .modal-form-comfirm__submit {
    margin-top: 3rem;
  }
}

/* tab
============================================================ */
.js-tab [role=tabpanel], .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 [role=tabpanel][aria-hidden=true], .js-tab__tabpanel[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  grid-template-rows: 0fr;
}
.js-tab.slide-panel [role=tabpanel], .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;
}

/* 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;
}

/* text
============================================================ */
.m-text-underline {
  text-decoration: underline;
}

.m-text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.m-text-disc {
  padding-left: 1em;
  text-indent: -1em;
}
.m-text-disc:before {
  content: "●";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}

.m-text-dot {
  padding-left: 1em;
  text-indent: -1em;
}
.m-text-dot:before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}

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

.m-text-indent-symbol {
  padding-left: 2em;
  text-indent: -2em;
}
.m-text-indent-symbol > em {
  display: inline-block;
  width: 2em;
  text-indent: 0;
  font-style: normal;
}
.m-text-indent-symbol > * {
  text-indent: 0;
}

/* ============================================================
/* project module
============================================================ */
/* sec-container
============================================================ */
.sec-container {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.sec-container.isInviewed {
  opacity: 1;
  transform: none;
}
@media screen and (min-width: 812px) {
  .sec-container:not(:first-child) {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 811.99px) {
  .sec-container:not(:first-child) {
    padding-top: 6rem;
  }
}

/* sec-ttl
============================================================ */
.sec-ttl {
  display: flex;
  flex-direction: column;
}
.sec-ttl .sub {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary);
}
.sec-ttl .sub:not(:empty)::before {
  content: "●";
  transform: scale(0.7);
}
.sec-ttl .main {
  font-weight: 500;
  line-height: 1.2;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.sec-ttl.centered {
  text-align: center;
}
.sec-ttl.centered .sub {
  display: inline-block;
}
.sec-ttl.centered .sub:before {
  content: none;
}
@media screen and (min-width: 812px) {
  .sec-ttl {
    margin-bottom: 4rem;
    row-gap: 1.2rem;
  }
  .sec-ttl .sub {
    font-size: 1.4rem;
  }
  .sec-ttl .main {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 811.99px) {
  .sec-ttl {
    row-gap: 0.8rem;
    margin-bottom: 2.5rem;
  }
  .sec-ttl .sub {
    font-size: 1.2rem;
  }
  .sec-ttl .main {
    font-size: 2.6rem;
  }
}

/* sec-ttl2
============================================================ */
.sec-ttl2 {
  position: relative;
  border-top: 1px solid var(--color-border-primary);
}
.sec-ttl2::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  border-top: 1px solid var(--color-primary);
}
@media screen and (min-width: 812px) {
  .sec-ttl2::before {
    width: 5rem;
  }
}
@media screen and (max-width: 811.99px) {
  .sec-ttl2::before {
    width: 3rem;
  }
}
.sec-ttl2 {
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 812px) {
  .sec-ttl2 {
    padding-top: 2rem;
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 811.99px) {
  .sec-ttl2 {
    padding-top: 1.5rem;
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}

/* sec-ttl3
============================================================ */
.sec-ttl3 {
  margin-bottom: 0.5em;
  color: var(--color-primary);
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 812px) {
  .sec-ttl3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 811.99px) {
  .sec-ttl3 {
    font-size: 2rem;
  }
}

/* sec-ttl4
============================================================ */
.sec-ttl4 {
  margin-bottom: 0.5em;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 812px) {
  .sec-ttl4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 811.99px) {
  .sec-ttl4 {
    font-size: 1.8rem;
  }
}

/* m-plain-container
============================================================ */
.m-plain-container > * {
  margin-bottom: 1.8em;
}
.m-plain-container > *:last-child {
  margin-bottom: 0;
}
.m-plain-container ol {
  counter-reset: list 0;
}
.m-plain-container ol > li {
  counter-increment: list;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.m-plain-container ol > li::before {
  content: counter(list) ".";
  display: inline-block;
  width: 1.25em;
  text-indent: 0;
}
.m-plain-container ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.m-plain-container ul > li::before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
.m-plain-container figure {
  width: -moz-fit-content;
  width: fit-content;
}
.m-plain-container figure figcaption {
  font-size: 85.7142857143%;
  text-align: center;
  margin-top: 0.5em;
}
.m-plain-container .text-huge {
  font-size: 128.5714285714%;
}
.m-plain-container .text-big {
  font-size: 114.2857142857%;
}
.m-plain-container .text-small {
  font-size: 85.7142857143%;
}
.m-plain-container .text-tiny {
  font-size: 71.4285714286%;
}

/* m-small-container
============================================================ */
@media screen and (min-width: 812px) {
  .m-small-container {
    max-width: 82rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/* m-dashed-container
============================================================ */
.m-dashed-container {
  border-top: 1px dashed var(--color-border-primary);
}
@media screen and (min-width: 812px) {
  .m-dashed-container {
    padding-top: 3rem;
    margin-top: 3rem;
  }
  .m-dashed-container:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 811.99px) {
  .m-dashed-container {
    padding-top: 3.5rem;
    margin-top: 3.5rem;
  }
  .m-dashed-container:first-child {
    margin-top: 0;
  }
}

/* m-disc-list
============================================================ */
.m-disc-list > li {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.m-disc-list > li::before {
  content: "●";
  display: inline-block;
  width: 1.25em;
  text-indent: 0;
  text-align: center;
  transform: scale(0.3);
}

/* m-outlined-block
============================================================ */
.m-outlined-block {
  padding: 2rem;
  border: 2px solid var(--color-container-primary);
  border-radius: 1rem;
}

/* m-colored-block
============================================================ */
.m-colored-block {
  padding: 2rem;
  border-radius: 1rem;
  background-color: var(--color-container-primary);
}

/* m-over
============================================================ */
@media (hover: hover) {
  .m-over {
    transition: opacity 0.3s ease;
  }
  .m-over:hover {
    opacity: 0.7;
  }
}

/* m-link-more
============================================================ */
.m-link-more {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 1.1rem;
  column-gap: 1.1rem;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-weight: 500;
}
.m-link-more__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: var(--color-base-invert);
  background-color: var(--color-primary);
}
@media screen and (min-width: 812px) {
  .m-link-more {
    font-size: 1.4rem;
  }
  .m-link-more__arrow {
    width: 4rem;
  }
}
@media screen and (max-width: 811.99px) {
  .m-link-more {
    font-size: 1.2rem;
  }
  .m-link-more__arrow {
    width: 3rem;
  }
}

/* m-topic-card
============================================================ */
.m-topic-card__link {
  height: 100%;
  display: block;
  text-decoration: none;
}
@media (hover: hover) {
  .m-topic-card__link {
    transition: opacity 0.3s ease;
  }
  .m-topic-card__link:hover {
    opacity: 0.7;
  }
}
.m-topic-card__inner {
  position: relative;
  height: 100%;
  border: 2px solid var(--color-base-invert);
}
.m-topic-card__category {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 9em;
  padding: 0 1em;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  border-radius: 0.4rem;
  background-color: var(--color-base-invert);
}
.m-topic-card__category.important {
  background-color: var(--color-primary);
  color: var(--color-base-invert);
}
.m-topic-card__ttl {
  line-height: 1.5;
  font-weight: 500;
}
.m-topic-card__date {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1;
}
.m-topic-card__more {
  position: absolute;
  right: -2px;
  bottom: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 1.5rem 0 0 0;
  color: var(--color-base-invert);
  background-color: var(--color-primary);
}
@media screen and (min-width: 812px) {
  .m-topic-card__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.7rem;
  }
  .m-topic-card__list.is-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24.6rem;
  }
  .m-topic-card__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem;
    border-radius: 1.5rem;
  }
  .m-topic-card__category {
    margin-bottom: 1.5rem;
    height: 2.6rem;
    font-size: 1.3rem;
  }
  .m-topic-card__ttl {
    min-height: 3em;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .m-topic-card__text {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .m-topic-card__date {
    font-size: 1.2rem;
  }
  .m-topic-card__more {
    width: 3.4rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 811.99px) {
  .m-topic-card__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .m-topic-card__list.is-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6rem;
  }
  .m-topic-card__inner {
    padding: 3rem 2rem 2.5rem;
    border-radius: 1rem;
  }
  .m-topic-card__category {
    position: absolute;
    top: -2px;
    left: -2px;
    height: 2.4rem;
    font-size: 1.1rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .m-topic-card__ttl {
    margin-bottom: 0.3rem;
    font-size: 1.6rem;
  }
  .m-topic-card__text {
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .m-topic-card__date {
    font-size: 1rem;
  }
  .m-topic-card__more {
    width: 2.6rem;
    font-size: 1.1rem;
  }
}

.m-topic-item {
  border-top: 1px solid var(--color-border-primary);
}
.m-topic-item__header {
  padding-right: 2rem;
}
.m-topic-item__meta {
  display: flex;
  align-items: center;
}
.m-topic-item__date {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1;
}
.m-topic-item__category {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 9em;
  padding: 0 1em;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  border-radius: 0.4rem;
  background-color: var(--color-container-primary);
}
.m-topic-item__category.important {
  background-color: var(--color-primary);
  color: var(--color-base-invert);
}
.m-topic-item__ttl {
  line-height: 1.3;
  font-weight: 500;
}
.m-topic-item__content {
  font-size: 1.4rem;
}
.m-topic-item {
  position: relative;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.2s ease-out;
}
.m-topic-item:has(.m-topic-item__content[aria-hidden=false]) {
  grid-template-rows: 1fr;
}
.m-topic-item__inner {
  position: relative;
  overflow: hidden;
}
.m-topic-item__inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.m-topic-item:has(.m-topic-item__content[aria-hidden=false]) .m-topic-item__inner:after {
  opacity: 0;
  visibility: hidden;
}
.m-topic-item__more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  font-size: 1.6rem;
  color: var(--color-primary);
  z-index: 2;
}
.m-topic-item__more[aria-expanded=true] .m-icon-rounded-plus {
  transform: rotate(45deg);
}
@media screen and (min-width: 812px) {
  .m-topic-item {
    padding: 2rem 0 8rem;
  }
  .m-topic-item__meta {
    margin-bottom: 1.4rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .m-topic-item__date {
    font-size: 1.2rem;
  }
  .m-topic-item__category {
    height: 2.6rem;
    font-size: 1.3rem;
  }
  .m-topic-item__ttl {
    margin-bottom: 1.3rem;
    font-size: 1.8rem;
  }
  .m-topic-item__inner {
    min-height: 13rem;
  }
  .m-topic-item__more {
    padding-top: 4.4rem;
  }
}
@media screen and (max-width: 811.99px) {
  .m-topic-item {
    padding: 2.5rem 0 5rem;
  }
  .m-topic-item__meta {
    margin-bottom: 1rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .m-topic-item__date {
    font-size: 1rem;
  }
  .m-topic-item__category {
    height: 2.4rem;
    font-size: 1.1rem;
  }
  .m-topic-item__ttl {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
  }
  .m-topic-item__inner {
    min-height: 12rem;
  }
  .m-topic-item__more {
    padding-top: 1.7rem;
  }
}

/* m-card
============================================================ */
@media screen and (min-width: 812px) {
  .m-card__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
  .m-card__list:has(.m-cnav__item:nth-child(4):last-child) {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.6rem;
  }
}
@media screen and (max-width: 811.99px) {
  .m-card__list {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
  }
}

.m-card__link {
  display: block;
  text-decoration: none;
}
@media (hover: hover) {
  .m-card__link {
    transition: opacity 0.3s ease;
  }
  .m-card__link:hover {
    opacity: 0.7;
  }
}
.m-card__link {
  height: 100%;
}
.m-card__inner {
  position: relative;
  border: 2px solid var(--color-container-primary);
  height: 100%;
}
.m-card__caption {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 9em;
  padding: 0 1em;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  border-radius: 0.4rem;
  color: var(--color-primary);
  background-color: var(--color-container-primary);
}
.m-card__ttl {
  line-height: 1.1;
  font-weight: 500;
}
.m-card__image {
  margin: 0 -2px -2px;
  border-bottom-left-radius: inherit;
}
.m-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}
.m-card__more {
  position: absolute;
  right: -2px;
  bottom: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 1.5rem 0 0 0;
  color: var(--color-base-invert);
  background-color: var(--color-primary);
}
@media screen and (min-width: 812px) {
  .m-card__inner {
    border-radius: 1.5rem;
    border-bottom-right-radius: 0;
  }
  .m-card__textbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem;
  }
  .m-card__caption {
    margin-bottom: 1.5rem;
    height: 2.6rem;
    font-size: 1.3rem;
  }
  .m-card__ttl {
    margin-bottom: 1.8rem;
    font-size: 2.2rem;
  }
  .m-card__desc {
    font-size: 1.4rem;
  }
  .m-card__image {
    height: 21rem;
  }
  .m-card__more {
    width: 3.4rem;
    font-size: 1.4rem;
  }
  .m-card__note {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 811.99px) {
  .m-card__inner {
    border-radius: 1rem;
    border-bottom-right-radius: 0;
  }
  .m-card__textbox {
    padding: 5rem 2.5rem 2rem;
  }
  .m-card__caption {
    position: absolute;
    top: -2px;
    left: -2px;
    height: 2.4rem;
    font-size: 1.1rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .m-card__ttl {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  .m-card__desc {
    font-size: 1.4rem;
  }
  .m-card__more {
    width: 2.6rem;
    font-size: 1.1rem;
  }
  .m-card__note {
    margin-top: 0.6rem;
    font-size: 1.1rem;
  }
}

/* m-sidenav
============================================================ */
.m-sidenav {
  border: 2px solid var(--color-container-primary);
  border-radius: 1.5rem;
  overflow: hidden;
}
.m-sidenav li:not(:last-child) {
  border-bottom: 2px solid var(--color-container-primary);
}
.m-sidenav a {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.4;
}
.m-sidenav a .main {
  grid-column: 1/2;
  grid-row: 2/3;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.m-sidenav a .sub {
  grid-column: 1/2;
  grid-row: 1/2;
  color: #aeaeae;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.m-sidenav a .m-arrow {
  grid-column: 2/3;
  grid-row: span 2;
  color: var(--color-primary);
}
.m-sidenav a.current {
  pointer-events: none;
  background-color: var(--color-container-primary);
}
.m-sidenav a.current .main,
.m-sidenav a.current .sub {
  color: var(--color-primary);
}
@media (hover: hover) {
  .m-sidenav a {
    transition: background-color 0.3s ease;
  }
  .m-sidenav a .main,
  .m-sidenav a .sub {
    transition: color 0.3s ease;
  }
  .m-sidenav a:hover {
    background-color: var(--color-container-primary);
  }
  .m-sidenav a:hover .main,
  .m-sidenav a:hover .sub {
    color: var(--color-primary);
  }
}
@media screen and (min-width: 812px) {
  .m-sidenav a {
    height: 7rem;
    padding: 0 3rem;
  }
  .m-sidenav a .main {
    font-size: 1.6rem;
  }
  .m-sidenav a .sub {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 811.99px) {
  .m-sidenav a {
    height: 7rem;
    padding: 0 3rem;
  }
  .m-sidenav a .main {
    font-size: 1.6rem;
  }
  .m-sidenav a .sub {
    font-size: 1.2rem;
  }
}

/* m-label-list
============================================================ */
.m-label-list {
  border-top: 1px solid var(--color-border-primary);
}
.m-label-list dl {
  border-bottom: 1px solid var(--color-border-primary);
}
.m-label-list dt {
  font-weight: 600;
}
.m-label-list dd {
  font-weight: 400;
}
@media screen and (min-width: 812px) {
  .m-label-list dl {
    display: grid;
    grid-template-columns: 21rem 1fr;
    align-items: center;
    padding: 2rem 0;
  }
  .m-label-list dt {
    padding-right: 1em;
  }
}
@media screen and (max-width: 811.99px) {
  .m-label-list dl {
    padding: 1.6rem 0;
  }
  .m-label-list dt {
    font-size: 1.6rem;
  }
  .m-label-list dd {
    font-size: 1.4rem;
  }
}

/* m-scrollable-container
============================================================ */
@media screen and (max-width: 811.99px) {
  .js-scrollable-sp {
    position: relative;
    display: grid;
    grid-template-columns: 0fr 1fr;
  }
  .js-scrollable-sp__inner {
    overflow-x: auto;
    margin-right: -2.5rem;
    margin-left: -2.5rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    padding-bottom: 2rem;
  }
  @supports not selector(*::-webkit-scrollbar) {
    .js-scrollable-sp__inner {
      scrollbar-color: #888888 transparent;
      scrollbar-width: thin;
    }
  }
  @supports selector(*::-webkit-scrollbar) {
    .js-scrollable-sp__inner::-webkit-scrollbar {
      inline-size: 0.4rem;
      block-size: 0.4rem;
    }
    .js-scrollable-sp__inner::-webkit-scrollbar-thumb {
      background-color: #888888;
      border-radius: 0.2rem;
    }
    .js-scrollable-sp__inner::-webkit-scrollbar-thumb:hover {
      background-color: #888888;
    }
    .js-scrollable-sp__inner::-webkit-scrollbar-track {
      background-color: transparent;
      border-radius: 0.2rem;
    }
  }
  .js-scrollable-sp__inner::-webkit-scrollbar-track {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
  .js-scrollable-sp:has(.m-table .sticky) .js-scrollable-sp__inner {
    padding-left: 0;
    margin-left: 0;
  }
  .js-scrollable-sp:has(.m-table .sticky) .js-scrollable-sp__inner::-webkit-scrollbar-track {
    margin-left: 0;
  }
  .js-scrollable-sp__hint {
    position: sticky;
    width: 0;
    height: 100%;
    max-height: calc(100dvh - 6rem);
    top: 0;
    left: 0;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .js-scrollable-sp__hint:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50vw;
    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;
  }
  .js-scrollable-sp.is_scrolled .js-scrollable-sp__hint {
    opacity: 0;
    visibility: hidden;
  }
}

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

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

/* ============================================================
/* layout common
============================================================ */
@view-transition {
  navigation: auto;
}
/* inner
============================================================ */
.l-inner {
  margin: 0 auto;
}
@media screen and (min-width: 812px) {
  .l-inner {
    box-sizing: content-box;
    max-width: 1200px;
    padding: 0 3rem;
  }
}
@media screen and (max-width: 811.99px) {
  .l-inner {
    padding: 0 2.5rem;
    max-width: 520px;
  }
}

/* container
============================================================ */
@media screen and (min-width: 812px) {
  .l-container {
    padding-top: 96px;
  }
}
@media screen and (max-width: 811.99px) {
  .l-container {
    padding-top: 6rem;
  }
}

/* header
============================================================ */
.l-header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 3px solid var(--color-regulation-primary);
  border-bottom: 1px solid var(--color-regulation-border);
  background-color: var(--color-base-invert);
}
.l-header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.l-header__logo {
  display: flex;
  line-height: 0;
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 13px 0 10px;
}
.l-header__nav__group {
  display: block;
  line-height: 0;
}
.l-header__nav__list {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.l-header__nav__list a,
.l-header__nav__list button {
  display: flex;
  align-items: center;
  height: 40px;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .l-header__nav__list a:hover,
  .l-header__nav__list button:hover {
    color: var(--color-primary);
  }
}
.l-header__nav .js-dropdown-menu {
  position: relative;
}
.l-header__nav .js-dropdown-menu button {
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.l-header__nav .js-dropdown-menu .m-icon-chevron-down {
  margin-top: 0.5em;
  font-size: 10px;
  color: var(--color-regulation-border);
}
.l-header__nav .js-dropdown-menu button[aria-expanded=true] {
  color: var(--color-primary);
}
.l-header__nav .js-dropdown-menu [aria-expanded=true] .m-icon-chevron-down {
  transform: rotate(180deg);
  color: var(--color-primary);
}
.l-header__nav__sub {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  min-width: 160px;
  transform: translateX(-50%);
  background-color: var(--color-base-invert);
  border: 1px solid var(--color-border-primary);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.l-header__nav__sub[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.l-header__nav__sub li:not(:last-child) {
  border-bottom: 1px solid var(--color-border-primary);
}
.l-header__nav__sub a {
  justify-content: space-between;
  padding: 0 10px;
  white-space: nowrap;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
}
.l-header__nav__sub a .m-arrow {
  font-size: 12px;
  color: var(--color-primary);
}
@media screen and (min-width: 812px) {
  .l-header {
    min-width: 950px;
    height: 96px;
  }
  .l-header__inner {
    justify-content: flex-end;
  }
  .l-header__logo {
    position: absolute;
    top: 10px;
    left: 3rem;
  }
  .l-header__logo .group-logo {
    width: 100px;
  }
  .l-header__logo .main-logo {
    margin-left: 17px;
    margin-top: 13px;
  }
}
@media screen and (max-width: 811.99px) {
  .l-header {
    height: 6rem;
  }
  .l-header__inner {
    justify-content: space-between;
    align-items: center;
    padding-left: 1.3rem;
    padding-right: 0;
    max-width: 100%;
  }
  .l-header__logo {
    align-items: center;
  }
  .l-header__logo .group-logo {
    width: 4.7rem;
  }
  .l-header__logo .main-logo {
    width: 16.3rem;
    margin-left: 1.1rem;
  }
  .l-header__nav {
    display: none;
  }
}

/* nav
============================================================ */
@media screen and (min-width: 812px) {
  .l-nav {
    display: flex;
    -moz-column-gap: 10rem;
    column-gap: 10rem;
  }
  .l-nav__list1 {
    display: flex;
    -moz-column-gap: 10rem;
    column-gap: 10rem;
  }
  .l-nav__list2 {
    display: flex;
    flex-direction: column;
    row-gap: 1.3rem;
  }
  .l-nav a {
    text-decoration: none;
  }
  .l-nav a .m-arrow {
    display: none;
  }
}
@media screen and (min-width: 812px) and (hover: hover) {
  .l-nav a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 812px) {
  .l-nav__item__link {
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .l-nav__sub {
    margin-top: 1.3rem;
  }
  .l-nav__sub__item {
    opacity: 0.8;
    line-height: 2;
    font-weight: 500;
    font-size: 1.4rem;
  }
  .l-nav__sub__item::before {
    content: "-";
    display: inline-block;
    width: 0.7em;
  }
  .l-nav__sub:has(li:nth-child(6)) {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 811.99px) {
  .l-nav__item {
    --m-color-nav-primary: var(--color-nav-primary, var(--color-primary));
    --m-color-nav-sub-item-container: var(
      --color-nav-sub-item-container,
      var(--color-base-invert)
    );
    --m-color-nav-border: var(
      --color-nav-border,
      var(--color-border-primary)
    );
    --m-color-nav-selected-container: var(
      --color-nav-selected-container,
      var(--color-container-primary)
    );
    border-bottom: 1px solid var(--m-color-nav-border);
  }
  .l-nav__item__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 6rem;
    padding: 0 2.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  .l-nav__item__link em {
    color: var(--m-color-nav-primary);
  }
  .l-nav__item .icon-accordion {
    position: relative;
    width: 1.6rem;
    height: 1.6rem;
  }
  .l-nav__item .icon-accordion::before, .l-nav__item .icon-accordion::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    background-color: currentColor;
  }
  .l-nav__item .icon-accordion::before {
    height: 2px;
    width: 100%;
  }
  .l-nav__item .icon-accordion::after {
    height: 100%;
    width: 2px;
  }
  .l-nav__item [aria-expanded=true] {
    color: var(--m-color-nav-primary);
  }
  .l-nav__item:has([aria-expanded=true]) {
    background-color: var(--m-color-nav-selected-container);
  }
  .l-nav__item:has([aria-expanded=true]) .icon-accordion {
    transform: rotate(45deg);
  }
  .l-nav__sub ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 0 2.5rem 2.5rem;
  }
  .l-nav__sub__item__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 4rem;
    line-height: 1.3;
    padding: 0.2rem 1.2rem;
    -moz-column-gap: 0.5em;
    column-gap: 0.5em;
    font-size: 1.4rem;
    font-weight: 500;
    border-radius: 0.5rem;
    text-decoration: none;
    background-color: var(--m-color-nav-sub-item-container);
  }
  .l-nav__sub__item__link em {
    color: var(--m-color-nav-primary);
  }
}

/* gnav
============================================================ */
.l-gnav {
  position: fixed;
  top: 6rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-base-invert);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
.l-gnav[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}
.l-gnav__btn {
  width: 5.7rem;
  aspect-ratio: 1/1;
  color: var(--color-base-invert);
  background-color: #333333;
  margin-bottom: -1px;
  position: relative;
}
.l-gnav__btn span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 2.6rem;
  height: 0.1rem;
  border-radius: 0.2rem;
  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.7rem);
}
.l-gnav__btn span:nth-child(3) {
  transform: translate(-50%, 0.6rem);
}
.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(30deg);
}
.l-gnav__btn[aria-expanded=true] span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-30deg);
}
.l-gnav__outer {
  max-height: 100%;
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-gnav__outer::-webkit-scrollbar {
  display: none;
}
.l-gnav__inner {
  padding-bottom: 2.5rem;
}
.l-gnav__list__top {
  background-color: var(--color-container-primary);
}
.l-gnav .l-contact-nav {
  margin-top: 2.5rem;
}
@media screen and (min-width: 812px) {
  .l-gnav, .l-gnav__btn {
    display: none;
  }
}

/* contact nav
============================================================ */
.l-contact-nav__header {
  text-align: center;
}
.l-contact-nav__header__ttl {
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-contact-nav__header__ttl .sub {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: var(--color-primary);
  font-weight: 700;
}
.l-contact-nav__header__ttl .main {
  font-weight: 500;
}
.l-contact-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
}
.l-contact-nav__item__ttl {
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-contact-nav__item__ttl .sub {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: var(--color-primary);
  font-weight: 700;
}
.l-contact-nav__item__ttl .main {
  font-weight: 500;
}
.l-contact-nav__item__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  -moz-column-gap: 0.2em;
  column-gap: 0.2em;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.l-contact-nav__item__tel .m-icon-freedial {
  font-size: 130%;
}
.l-contact-nav__item__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  width: 27rem;
  height: 6rem;
  padding: 0 2.5rem;
  border-radius: 6rem;
  color: var(--color-base-invert);
  font-weight: 700;
  background-color: var(--color-primary);
}
@media (hover: hover) {
  .l-contact-nav__item__btn {
    transition: opacity 0.3s ease;
  }
  .l-contact-nav__item__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 812px) {
  .l-contact-nav__header {
    padding-top: 10rem;
    margin-bottom: 5rem;
  }
  .l-contact-nav__header__ttl {
    margin-bottom: 3rem;
    row-gap: 1rem;
  }
  .l-contact-nav__header__ttl .sub {
    font-size: 1.4rem;
  }
  .l-contact-nav__header__ttl .main {
    font-size: 3.2rem;
  }
  .l-contact-nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 6rem;
    column-gap: 6rem;
  }
  .l-contact-nav__item {
    min-height: 22rem;
    background-color: var(--color-base-invert);
  }
  .l-contact-nav__item__ttl {
    margin-bottom: 2.5rem;
    row-gap: 1rem;
  }
  .l-contact-nav__item__ttl .sub {
    font-size: 1.4rem;
  }
  .l-contact-nav__item__ttl .main {
    font-size: 2.4rem;
  }
  .l-contact-nav__item__tel {
    margin-bottom: 1rem;
    font-size: 3.4rem;
  }
  .l-contact-nav__item__note {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 811.99px) {
  .l-contact-nav__header {
    padding-top: 6rem;
    margin-bottom: 3rem;
  }
  .l-contact-nav__header__ttl {
    margin-bottom: 2.5rem;
    row-gap: 0.8rem;
  }
  .l-contact-nav__header__ttl .sub {
    font-size: 1.2rem;
  }
  .l-contact-nav__header__ttl .main {
    font-size: 2.6rem;
  }
  .l-contact-nav__list {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
  }
  .l-contact-nav__item {
    min-height: 17.3rem;
    background-color: var(--color-container-primary);
  }
  .l-contact-nav__item__ttl {
    margin-bottom: 2rem;
    row-gap: 0.8rem;
  }
  .l-contact-nav__item__ttl .sub {
    font-size: 1.2rem;
  }
  .l-contact-nav__item__ttl .ttl {
    font-size: 2rem;
  }
  .l-contact-nav__item__tel {
    margin-bottom: 1rem;
    font-size: 3rem;
  }
  .l-contact-nav__item__note {
    font-size: 1.2rem;
  }
}

/* pagetop
============================================================ */
/* footer
============================================================ */
.l-footer .l-contact-nav {
  position: relative;
  z-index: 0;
}
.l-footer .l-contact-nav:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #3f3f3f;
  z-index: -1;
}
.l-footer__nav {
  color: var(--color-base-invert);
  background-color: #3f3f3f;
}
@media screen and (min-width: 812px) {
  .l-footer {
    margin-top: 12rem;
  }
  .l-footer .l-contact-nav {
    background-color: var(--color-container-primary);
  }
  .l-footer .l-contact-nav::before {
    height: 11rem;
  }
  .l-footer__nav {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 811.99px) {
  .l-footer .l-contact-nav {
    padding-bottom: 3rem;
  }
  .l-footer .l-contact-nav:before {
    height: 30.5rem;
  }
  .l-footer__nav {
    --color-nav-primary: var(--color-base-invert);
    --color-nav-sub-item-container: #666666;
    --color-nav-border: #525252;
    --color-nav-selected-container: #353535;
    border-top: 1px solid #525252;
  }
  .l-footer__nav .l-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-footer__group {
  background-color: #353535;
  color: var(--color-base-invert);
}
.l-footer__group__ttl {
  line-height: 1.5;
  font-weight: 500;
}
.l-footer__group__nav li {
  line-height: 1.5;
}
.l-footer__group__nav__items {
  display: inline-flex;
  flex-wrap: wrap;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
.l-footer__group__nav a {
  display: inline-flex;
  align-items: baseline;
  -moz-column-gap: 0.2em;
  column-gap: 0.2em;
  text-decoration: none;
}
@media (hover: hover) {
  .l-footer__group__nav a:hover {
    text-decoration: underline;
  }
}
.l-footer__group__nav a .m-icon-blank {
  font-size: 80%;
}
@media screen and (min-width: 812px) {
  .l-footer__group {
    padding: 6rem 0;
  }
  .l-footer__group .l-inner {
    display: grid;
    grid-template-columns: 26rem 1fr;
  }
  .l-footer__group__ttl {
    font-size: 1.8rem;
  }
  .l-footer__group__nav {
    font-size: 1.4rem;
    padding-right: 8rem;
  }
  .l-footer__group__nav ul {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 1.8rem;
    column-gap: 1.8rem;
    row-gap: 0.6rem;
  }
}
@media screen and (max-width: 811.99px) {
  .l-footer__group {
    padding: 2.6rem 0;
  }
  .l-footer__group__ttl {
    font-size: 1.6rem;
  }
  .l-footer__group__nav {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
  .l-footer__group__nav ul {
    display: flex;
    flex-direction: column;
    row-gap: 0.8rem;
  }
  .l-footer__group__nav__items {
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
  }
}

/* footer
============================================================ */
.l-regulation-footer {
  color: var(--color-regulation-base);
  background-color: var(--color-regulation-base-invert);
}
.l-regulation-footer__divider {
  background-color: var(--color-regulation-primary);
}
.l-regulation-footer__nav1 ul, .l-regulation-footer__nav2 ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  row-gap: 1em;
}
.l-regulation-footer__nav1 li:not(:last-child), .l-regulation-footer__nav2 li:not(:last-child) {
  border-right: 1px solid;
  padding-right: 0.5em;
}
.l-regulation-footer__nav1 a, .l-regulation-footer__nav2 a {
  text-decoration: none;
}
@media (hover: hover) {
  .l-regulation-footer__nav1 a:hover, .l-regulation-footer__nav2 a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 812px) {
  .l-regulation-footer {
    line-height: 1;
    padding: 24px 0 15px;
    font-size: 11px;
  }
  .l-regulation-footer__divider {
    height: 3px;
    margin: 8px 0 5px;
  }
  .l-regulation-footer__nav1 {
    font-size: 12px;
  }
  .l-regulation-footer__copyright {
    margin-top: 10px;
    text-align: right;
  }
}
@media screen and (max-width: 811.99px) {
  .l-regulation-footer {
    padding: 1.6rem 0 2rem;
    font-size: 1rem;
  }
  .l-regulation-footer__divider {
    height: 0.2rem;
    margin: 1.8rem 0;
  }
  .l-regulation-footer__nav1, .l-regulation-footer__nav2 {
    line-height: 1;
  }
  .l-regulation-footer__copyright {
    margin-top: 1.4rem;
    text-align: center;
  }
}

/* breadcrumb
============================================================ */
.l-breadcrumb {
  line-height: 1.3;
}
.l-breadcrumb ul {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  font-weight: 400;
}
.l-breadcrumb li {
  display: inline;
}
.l-breadcrumb li:nth-child(n+2):before {
  content: "/";
  display: inline-block;
  margin: 0 0.6em;
}
.l-breadcrumb li a {
  text-decoration: underline;
}
@media (hover: hover) {
  .l-breadcrumb li a:hover {
    text-decoration: none;
  }
}
.l-breadcrumb li span {
  color: var(--color-primary);
}
@media screen and (min-width: 812px) {
  .l-breadcrumb {
    padding: 1.7rem 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 811.99px) {
  .l-breadcrumb {
    padding: 1.2rem 0;
    font-size: 1rem;
  }
}