/*
* common.css
*
*/
:root {
  --color-black: #231200;
  --color-white: #fff;
  --color-ktn-yellow: #ffbf00;
  --color-yellow-01: #ffcb31;
  --color-yellow-02: #ffdb4f;
  --color-yellow-03: #ffe84f;
  --color-yellow-04: #fff8b5;
  --color-orange: #ff8f00;
  --color-orange-01: #ff4c00;
  --color-bg: #fff5e1;
  --color-bg-overlay: color-mix(in srgb, var(--color-black-btn) 30%, transparent);
  --color-line-dashed: #999;
  --color-line-solid: #d6d5d5;
  --color-panel: #f3f3f3;
  --color-black-btn: #333;
  --color-black-txt: #666;
  --color-accent-red: #ff4949;
  --color-accent-pink: #e23a9a;
  --color-accent-yellowgreen: #95d542;
  --color-accent-emerald: #09cd96;
  --color-accent-turquoise: #26d1db;
  --color-accent-blue: #3139e8;
  --color-accent-bluegray: #c5cfd6;
  --color-error: #c00;
  --weight-thin: 100;
  --weight-extra-light: 200;
  --weight-light: 300;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semi-bold: 600;
  --weight-bold: 700;
  --weight-extra-bold: 800;
  --weight-black: 900;
  --color-hover-gray: #f2f0f0;
}

/* ------------------------
  reset
------------------------ */
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) *,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) *::after,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) *::before {
  box-sizing: border-box;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) * {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) pre,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) textarea {
  overflow: auto;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) template {
  display: none;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) details,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) main,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) summary {
  display: block;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) input[type=number] {
  width: auto;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) input[type=search] {
  -webkit-appearance: textfield;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) input[type=search]::-webkit-search-cancel-button,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) progress {
  display: inline-block;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) small {
  font-size: 75%;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) sub,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) sup {
  top: -0.5em;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) sub {
  bottom: -0.25em;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) textarea {
  resize: vertical;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) audio,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) canvas,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) iframe,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) img,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) svg,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) video {
  vertical-align: middle;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) audio:not([controls]) {
  display: none;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) img {
  border: 0;
  max-width: 100%;
  height: auto;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) button,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) input,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) select,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) button {
  overflow: visible;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) button,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) select {
  text-transform: none;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) input {
  line-height: normal;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) button,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) html input[type=button],
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) input[type=reset],
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) input[type=submit] {
  border-style: none;
  cursor: pointer;
  background-color: transparent;

  -webkit-appearance: button;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) button[disabled],
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) html input[disabled] {
  cursor: default;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) button::-moz-focus-inner,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) code,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) kbd,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) pre,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) samp {
  font-family: monospace;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) ol,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) ul {
  list-style: none;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) select {
     -moz-appearance: none;
  -webkit-appearance: none;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) table {
  border-spacing: 0;
  border-collapse: collapse;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) fieldset {
  border: 0;
}

/*
* common.css
*
*/
/* ------------------------
  Base Settings
------------------------ */
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) {
  background-color: #fff;
  letter-spacing: 0.05em;
  word-break: normal;
  color: #231200;
  font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: inherit;
  line-height: 1.6875;

  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: anywhere;
  line-break: strict;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) a {
  text-decoration: underline;
  color: #231200;

  text-underline-offset: 3px;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) a:visited {
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  :is(.l-header, .l-footer, .l-menu, .l-breadcrumb) a:hover {
    text-decoration: none;
  }
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) a:active {
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  :is(.l-header, .l-footer, .l-menu, .l-breadcrumb) a[href^="tel:"]:hover {
    color: inherit;
  }
}
@media (min-width: 768px) {
  :is(.l-header, .l-footer, .l-menu, .l-breadcrumb) a[href^="tel:"] {
    cursor: text;
    text-decoration: none;
  }
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) a:hover,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) a:focus {
  color: #231200;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .link {
  padding-right: 0.05em;
  padding-left: 0.05em;
  letter-spacing: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .link[target=_blank]::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1em;
  width: 1em;
  height: 1em;
  background-color: var(--color-black);

  margin-inline: 0.15em;
  -webkit-mask-image: url("/assets_2025/img/common/icon/blank.svg");
          mask-image: url("/assets_2025/img/common/icon/blank.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto;
          mask-size: auto;
}

/*
* common.css
*
*/
/* ------------------------
  utilities Classes
------------------------ */
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-hidden {
  display: none !important;
  visibility: hidden;
}
@media (max-width: 767.98px) {
  :is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-hidden-up-sm {
  display: none !important;
  visibility: hidden;
}
@media (max-width: 767.98px) {
  :is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  :is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  :is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}
@media (max-width: 1023.98px) {
  :is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  :is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  :is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}
@media (max-width: 1279.98px) {
  :is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-hidden-down-lg {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  :is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-hidden-xlg {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 1280px) {
  :is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-hidden-up-xlg {
    display: none !important;
    visibility: hidden;
  }
}
@media (max-width: 1439.98px) {
  :is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-hidden-down-xlg {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 1440px) and (max-width: 1919.98px) {
  :is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-hidden-xxlg {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 1440px) {
  :is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-hidden-up-xxlg {
    display: none !important;
    visibility: hidden;
  }
}
@media (max-width: 1919.98px) {
  :is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-hidden-down-xxlg {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 1920px) and (max-width: 1359.98px) {
  :is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-hidden-xxxlg {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 1920px) {
  :is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-hidden-up-xxxlg {
    display: none !important;
    visibility: hidden;
  }
}
@media (max-width: 1359.98px) {
  :is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-hidden-down-xxxlg {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 1360px) {
  :is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-hidden-win {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 1360px) {
  :is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-hidden-up-win {
    display: none !important;
    visibility: hidden;
  }
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-hidden-down-win {
  display: none !important;
  visibility: hidden;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-visuallyhidden.focusable:active,
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-invisible {
  visibility: hidden;
}
@media (hover: none) {
  :is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .u-touch_hidden {
    display: none !important;
    visibility: hidden;
  }
}
:is(.l-header, .l-footer, .l-menu, .l-breadcrumb) .clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*
* common.css
*
*/
/* ------------------------
  Header
------------------------ */
.l-header_bg {
  position: fixed;
  z-index: 1007;
  top: 4px;
  left: 0;
  border-bottom-left-radius: 24px;
  width: 100%;
  height: 60px;
  background-color: var(--color-panel);

  mix-blend-mode: multiply;
}
@media (min-width: 1024px) {
  .l-header_bg {
    left: 10px;
    border-bottom-left-radius: 32px;
    width: calc(100% - 10px);
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .l-header_bg.is-short {
    height: 76px;
  }
}

@media (min-width: 1024px) {
  body .l-header_drawer_bg {
    position: fixed;
    z-index: 1010;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: transparent;
    pointer-events: none;
  }
}
@media (min-width: 1024px) {
  body:has(.l-header_drawer_nav_item button[aria-expanded=true]) .l-header_drawer_bg {
    background-color: var(--color-bg-overlay);
    pointer-events: all;
  }
}

.l-header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 1011;
  top: 0;
  left: 0;
  border-bottom-left-radius: 24px;
  width: 100%;
  height: 60px;
  background-color: var(--color-white);
}
@media (min-width: 1024px) {
  .l-header {
    left: 10px;
    border-bottom-left-radius: 32px;
    width: calc(100% - 10px);
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .l-header.is-short {
    height: 76px;
  }
}

.l-header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px 8px 20px;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .l-header_inner {
    padding: 12px min(1.7361111111vw, 25px) 12px min(2.0833333333vw, 30px);
  }
}

.l-header_logo {
  width: 132px;
  height: 23px;
}
@media (min-width: 1024px) {
  .l-header_logo {
    width: 180px;
    height: 31px;
  }
}
.l-header_logo a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.l-header_logo a img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.l-header_cont {
  display: flex;
  align-items: center;

  gap: 0 24px;
}

.l-header_nav_wrapper {
  display: none;
}
@media (min-width: 1024px) {
  .l-header_nav_wrapper {
    display: grid;

    grid-template-columns: auto auto;
    grid-template-rows: 1fr 1fr;
    gap: 10px min(2.4305555556vw, 35px);
  }
}
@media (min-width: 1024px) {
  .is-short .l-header_nav_wrapper {
    grid-template-rows: 1fr;
    gap: 0 min(2.4305555556vw, 35px);
  }
}

.l-header_small_nav {
  align-self: flex-end;

  grid-column: 1;
  grid-row: 1;
  justify-self: flex-end;
}
.is-short .l-header_small_nav {
  display: none;
}

.l-header_small_nav_list {
  display: flex;
  align-items: center;

  gap: 0 min(2.2222222222vw, 32px);
}

.l-header_small_nav_item > a {
  display: flex;
  align-items: center;
  text-decoration: none;

  gap: 0 4px;
}
.l-header_small_nav_item .txt {
  display: inline-block;
  font-size: 12px;
  font-weight: var(--weight-medium);
  line-height: 1.55;
}
.l-header_small_nav_item .icon {
  width: 12px;
  height: 12px;
  background-color: var(--color-black);

  -webkit-mask: url("/assets_2025/img/common/icon/human.svg") no-repeat center/contain;

          mask: url("/assets_2025/img/common/icon/human.svg") no-repeat center/contain;
}

.l-header_drawer_nav {
  align-self: flex-start;

  grid-column: 1;
  grid-row: 2;
  justify-self: flex-end;
}
.is-short .l-header_drawer_nav {
  align-self: center;

  grid-row: 1;
}

.l-header_drawer_nav_list {
  display: flex;
  align-items: center;

  gap: 0 min(2.2222222222vw, 32px);
}

.l-header_drawer_nav_item {
  position: relative;
}
.l-header_drawer_nav_item:has(._tab[aria-expanded=true]) {
  position: static;
}
.l-header_drawer_nav_item > button[aria-expanded=true] {
  position: relative;
}
.l-header_drawer_nav_item > button[aria-expanded=true]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -26px;
  left: 0;
  margin: auto;
  border-bottom-right-radius: 4px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background-color: var(--color-white);
}
.is-header_short .l-header_drawer_nav_item > button[aria-expanded=true]::after {
  bottom: -30px;
}
.l-header_drawer_nav_item > a,
.l-header_drawer_nav_item > button {
  display: flex;
  align-items: center;
  text-decoration: none;

  gap: 0 6px;
}
.l-header_drawer_nav_item > a .txt,
.l-header_drawer_nav_item > button .txt {
  display: inline-block;
  position: relative;
  top: 1px;
  font-size: 15px;
  font-weight: var(--weight-bold);
  line-height: 1.55;
}
.l-header_drawer_nav_item > a .icon,
.l-header_drawer_nav_item > button .icon {
  position: relative;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: var(--color-black);
}
.l-header_drawer_nav_item > a .icon::before,
.l-header_drawer_nav_item > a .icon::after,
.l-header_drawer_nav_item > button .icon::before,
.l-header_drawer_nav_item > button .icon::after {
  content: "";
  position: absolute;
  margin: auto;
  border-radius: 100vmax;
  width: 8px;
  height: 2px;
  background-color: var(--color-white);

  inset: 0;
}
.l-header_drawer_nav_item > a .icon::after,
.l-header_drawer_nav_item > button .icon::after {
  transition: transform 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: rotate(90deg);
}
.l-header_drawer_nav_item > a[aria-expanded=true] .icon::after,
.l-header_drawer_nav_item > button[aria-expanded=true] .icon::after {
  transition: transform 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: rotate(0);
}

.l-header_drawer_list {
  display: none;
  overflow-y: auto;
  position: absolute;
  top: 72px;
  right: -300%;
  left: -300%;
  margin: auto;
  padding: 8px 32px;
  border-radius: 20px;
  width: -moz-max-content;
  width: max-content;
  min-width: 290px;
  max-height: calc(100svh - 145px);
  background-color: var(--color-white);
}
.is-header_short .l-header_drawer_list {
  max-height: calc(100svh - 120px);
}
.l-header_drawer_list._tab {
  top: 127px;
  right: 0;
  left: 0;
  padding: 0;
  padding: 0 clamp(40px, 5.5555555556vw, 80px);
  border-radius: 0;
  width: 100%;
  max-width: 1440px;
  background-color: transparent;
  pointer-events: none;
}
.is-header_short .l-header_drawer_list._tab {
  top: 98px;
}
@media (min-width: 1024px) {
  .l-header_drawer_list._2col {
    right: -800%;
    left: -800%;
  }
}

.l-header_drawer_item:not(:first-child) {
  border-top: 1px dashed var(--color-line-dashed);
}
.l-header_drawer_item:nth-last-of-type(2):nth-of-type(even) {
  border-bottom: 1px dashed var(--color-line-dashed);
}
._2col .l-header_drawer_item:nth-child(-n+2) {
  border-top: none;
}
.l-header_drawer_item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 12px;
  text-decoration: none;

  gap: 0 20px;
}
.l-header_drawer_item > a .txt {
  font-size: 16px;
  font-weight: var(--weight-bold);
  line-height: 1.2;
}
.l-header_drawer_item > a .icon {
  display: grid;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  background-color: var(--color-black-btn);

  place-items: center;
}
.l-header_drawer_item > a .icon > span {
  width: 10px;
  height: 10px;
  background-color: var(--color-white);

  -webkit-mask: url("/assets_2025/img/common/icon/arw.svg") no-repeat center/contain;

          mask: url("/assets_2025/img/common/icon/arw.svg") no-repeat center/contain;
}

._tab .l-header_drawer_list_inner {
  display: grid;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;

  grid-template-columns: auto 1fr;
}
@media (min-width: 1024px) {
  ._2col .l-header_drawer_list_inner {
    display: grid;

    grid-template-columns: repeat(2, 1fr);
    gap: 0 33px;
  }
}

.l-header_drawer_tab_list {
  transform: translateX(20px);
}

.l-header_drawer_tab_item {
  position: relative;
  padding: 0 40px 0 20px;
  background-color: var(--color-panel);
  pointer-events: all;
}
.l-header_drawer_tab_item:first-child {
  border-top-left-radius: 20px;
}
.l-header_drawer_tab_item:last-child {
  border-bottom-left-radius: 20px;
}
.l-header_drawer_tab_item:not(:first-child) > button {
  border-top: 1px dashed var(--color-line-dashed);
}
.l-header_drawer_tab_item:has(button[aria-selected=true]) {
  z-index: 1;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  transform: translateX(-20px);
  background-color: var(--color-white);
}
.l-header_drawer_tab_item:has(button[aria-selected=true]) > button {
  border-top: none;
}
.l-header_drawer_tab_item:has(button[aria-selected=true]) + .l-header_drawer_tab_item > button {
  border-top: none;
}
.l-header_drawer_tab_item::before,
.l-header_drawer_tab_item::after {
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: var(--color-white);

  -webkit-mask: url("/assets_2025/img/common/mask/tab_out_corner.svg") no-repeat center/contain;

          mask: url("/assets_2025/img/common/mask/tab_out_corner.svg") no-repeat center/contain;
}
.l-header_drawer_tab_item::before {
  top: -20px;
  transform: rotate(90deg);
}
.l-header_drawer_tab_item::after {
  bottom: -20px;
}
.l-header_drawer_tab_item > button {
  display: grid;
  align-items: center;
  padding: 22px 0;

  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto;
  gap: 0 12px;
}
.l-header_drawer_tab_item > button .icon {
  display: block;
  width: 36px;
  height: 36px;
}
.l-header_drawer_tab_item > button .txt {
  font-size: 15px;
  font-weight: var(--weight-bold);
  line-height: 1.2;
}
.l-header_drawer_tab_item > button .arw {
  width: 11px;
  height: 11px;
  background-color: var(--color-black);

  -webkit-mask: url("/assets_2025/img/common/icon/arw_lg.svg") no-repeat center/contain;

          mask: url("/assets_2025/img/common/icon/arw_lg.svg") no-repeat center/contain;
}
.l-header_drawer_tab_item > button[aria-selected=true] .arw {
  visibility: hidden;
  opacity: 0;
}

.l-header_drawer_panel {
  overflow: auto;
  position: relative;
  border-radius: 20px;
  border-top-left-radius: 0;
  max-height: calc(100svh - 145px);
  background-color: var(--color-white);
  pointer-events: all;

  grid-column: 2;
  grid-row: 1;
}
.is-header_short .l-header_drawer_panel {
  max-height: calc(100svh - 120px);
}
.l-header_drawer_panel[aria-hidden=true] {
  display: none;
}

.l-header_drawer_panel_inner {
  padding: 60px;
}

.l-header_drawer_panel_head {
  display: grid;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;

  grid-template-columns: auto 20px;
  gap: 0 12px;
}
.l-header_drawer_panel_head .txt {
  position: relative;
  font-size: 16px;
  font-weight: var(--weight-bold);
  line-height: 1.2;

  text-box: trim-both cap alphabetic;
}
.l-header_drawer_panel_head .icon {
  display: grid;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  background-color: var(--color-black-btn);

  place-items: center;
}
.l-header_drawer_panel_head .icon > span {
  width: 10px;
  height: 10px;
  background-color: var(--color-white);

  -webkit-mask: url("/assets_2025/img/common/icon/arw.svg") no-repeat center/contain;

          mask: url("/assets_2025/img/common/icon/arw.svg") no-repeat center/contain;
}

.l-header_drawer_panel_body {
  margin-top: 16px;
}

.l-header_drawer_panel_body_list {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(254px, 1fr));
  gap: 0 33px;
}
.l-header_drawer_panel_body_list > li {
  border-bottom: 1px dashed var(--color-line-dashed);
}
.l-header_drawer_panel_body_list > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 12px;
  text-decoration: none;
}
.l-header_drawer_panel_body_list > li > a .txt {
  position: relative;
  font-size: 16px;
  font-weight: var(--weight-medium);
  line-height: 1.2;
}
.l-header_drawer_panel_body_list > li > a .icon {
  display: grid;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  background-color: var(--color-black-btn);

  place-items: center;
}
.l-header_drawer_panel_body_list > li > a .icon > span {
  width: 10px;
  height: 10px;
  background-color: var(--color-white);

  -webkit-mask: url("/assets_2025/img/common/icon/arw.svg") no-repeat center/contain;

          mask: url("/assets_2025/img/common/icon/arw.svg") no-repeat center/contain;
}

.l-header_icon_nav {
  grid-column: 2;
  grid-row: 1/span 2;
}
.is-short .l-header_icon_nav {
  grid-row: 1;
}

.l-header_icon_nav_list {
  display: flex;
  align-items: center;

  gap: 0 10px;
}

.l-header_icon_nav_item > a {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 8px 14px;
  border: 1px solid var(--color-line-solid);
  border-radius: 8px;
  text-decoration: none;

  gap: 6px 0;
}
.is-short .l-header_icon_nav_item > a {
  flex-direction: row;

  gap: 0 10px;
}
.l-header_icon_nav_item .icon {
  position: relative;
  width: 32px;
  height: 32px;
}
.l-header_icon_nav_item .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;

  -o-object-fit: contain;

     object-fit: contain;
}
.is-short .l-header_icon_nav_item .icon {
  width: 24px;
  height: 24px;
  transition: width 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-header_icon_nav_item .txt {
  font-size: 12px;
  font-weight: var(--weight-bold);
  line-height: 1.2;
}

.l-header_menu_btn_wrapper {
  display: grid;
  position: relative;
  height: 100%;

  place-items: center;
}
.l-header_menu_btn_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-left: 1px dashed var(--color-line-dashed);
  width: 1px;
  height: 44px;
}
@media (min-width: 1024px) {
  .l-header_menu_btn_wrapper::before {
    height: 78px;
  }
}
@media (min-width: 1024px) {
  .is-short .l-header_menu_btn_wrapper::before {
    height: 52px;
  }
}

.l-header_menu_btn {
  position: relative;
  padding: 8px 12px 8px 13px;
  height: 100%;
}
@media (min-width: 1024px) {
  .l-header_menu_btn {
    padding: 12px 24px 12px 25px;
  }
}
.l-header_menu_btn .icon {
  display: block;
  width: 33px;
  height: 35px;
}
@media (min-width: 1024px) {
  .l-header_menu_btn .icon {
    width: 41px;
    height: 46px;
  }
}
.l-header_menu_btn .icon img {
  width: 100%;
}

.l-header_bg {
  transition: height 0.14s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  will-change: height;
}
.l-header_bg.is-short {
  transition: height 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.l-header {
  transition: height 0.14s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  will-change: height;
}
.l-header.is-short {
  transition: height 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.l-header_menu_btn_wrapper::before {
  transition: height 0.14s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  will-change: height;
}
@media (min-width: 1024px) {
  .is-short .l-header_menu_btn_wrapper::before {
    transition: height 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

@media (min-width: 1024px) {
  .l-header_drawer_tab_item {
    transition: transform 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-radius 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
@media (min-width: 1024px) {
  .l-header_drawer_tab_item:has([aria-selected=true]) {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media (min-width: 1024px) {
  .l-header_drawer_tab_item:has(:focus-visible) {
    outline: 1px solid var(--color-ktn-yellow);
    outline-offset: -1px;
  }
}
@media (min-width: 1024px) {
  .l-header_drawer_tab_item > button:focus {
    outline: none;
  }
}
.l-header_drawer_tab_item > button .arw {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-header_drawer_tab_item > button[aria-selected=true] .arw {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (hover: hover) and (pointer: fine) {
  .l-header_small_nav_item > a:hover {
    text-decoration: underline;
  }
}

.l-header_drawer_nav_item > button,
.l-header_drawer_nav_item > a {
  position: relative;
}
.l-header_drawer_nav_item > button::before,
.l-header_drawer_nav_item > a::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -5px;
  border-radius: 3.2px;
  width: calc(100% + 10px);
  height: calc(100% + 4px);
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: transparent;
  pointer-events: none;

  mix-blend-mode: multiply;
}
.l-header_drawer_nav_item > button .icon,
.l-header_drawer_nav_item > a .icon {
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-header_drawer_nav_item > button .icon::before,
.l-header_drawer_nav_item > a .icon::before {
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-header_drawer_nav_item > button .icon::after,
.l-header_drawer_nav_item > a .icon::after {
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) and (pointer: fine) {
  .l-header_drawer_nav_item > button:hover::before,
  .l-header_drawer_nav_item > a:hover::before {
    transition: background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-hover-gray);
  }
  .l-header_drawer_nav_item > button:hover .icon,
  .l-header_drawer_nav_item > a:hover .icon {
    transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-ktn-yellow);
  }
  .l-header_drawer_nav_item > button:hover .icon::before,
  .l-header_drawer_nav_item > a:hover .icon::before {
    transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-black);
  }
  .l-header_drawer_nav_item > button:hover .icon::after,
  .l-header_drawer_nav_item > a:hover .icon::after {
    transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-black);
  }
}

.l-header_icon_nav_item > a {
  overflow: hidden;
  position: relative;
}
.l-header_icon_nav_item > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: transparent;
  pointer-events: none;

  mix-blend-mode: multiply;
}
@media (hover: hover) and (pointer: fine) {
  .l-header_icon_nav_item > a:hover::after {
    transition: background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-hover-gray);
  }
}

.l-header_menu_btn_wrapper > button {
  position: relative;
}
.l-header_menu_btn_wrapper > button::before {
  content: "";
  position: absolute;
  margin: auto;
  border-radius: 8px;
  width: calc(100% - 10px);
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: transparent;
  pointer-events: none;

  inset: 0;
  aspect-ratio: 1/1;
  mix-blend-mode: multiply;
}
@media (hover: hover) and (pointer: fine) {
  .l-header_menu_btn_wrapper > button:hover::before {
    transition: background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-hover-gray);
  }
}
.is-header_short .l-header_menu_btn_wrapper > button::before {
  width: calc(100% - 24px);
}

.l-header_drawer_item > a {
  position: relative;
}
.l-header_drawer_item > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3.2px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: none;

  mix-blend-mode: multiply;
}
.l-header_drawer_item > a .icon {
  position: relative;
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-header_drawer_item > a .icon > span {
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) and (pointer: fine) {
  .l-header_drawer_item > a:hover::before {
    transition: background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-hover-gray);
  }
  .l-header_drawer_item > a:hover .icon {
    transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-ktn-yellow);
  }
  .l-header_drawer_item > a:hover .icon > span {
    transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-black);
  }
}

.l-header_drawer_panel_head {
  position: relative;
  border-radius: 3px;
}
.l-header_drawer_panel_head::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -5px;
  border-radius: 3.2px;
  width: calc(100% + 10px);
  height: calc(100% + 8px);
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: transparent;
  pointer-events: none;
}
.l-header_drawer_panel_head .icon {
  position: relative;
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-header_drawer_panel_head .icon > span {
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) and (pointer: fine) {
  .l-header_drawer_panel_head:hover::before {
    transition: background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-hover-gray);
  }
  .l-header_drawer_panel_head:hover .icon {
    transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-ktn-yellow);
  }
  .l-header_drawer_panel_head:hover .icon > span {
    transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-black);
  }
}

.l-header_drawer_panel_body_list > li > a {
  position: relative;
}
.l-header_drawer_panel_body_list > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3.2px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: none;
}
.l-header_drawer_panel_body_list > li > a .icon {
  position: relative;
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-header_drawer_panel_body_list > li > a .icon > span {
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) and (pointer: fine) {
  .l-header_drawer_panel_body_list > li > a:hover::before {
    transition: background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-hover-gray);
  }
  .l-header_drawer_panel_body_list > li > a:hover .icon {
    transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-ktn-yellow);
  }
  .l-header_drawer_panel_body_list > li > a:hover .icon > span {
    transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-black);
  }
}

/*
* common.css
*
*/
/* ------------------------
  Footer
------------------------ */
.l-footer {
  position: relative;
  padding: 100px 10px 20px;
  background-color: var(--color-ktn-yellow);
}
@media (min-width: 768px) {
  .l-footer {
    padding: 140px 20px 24px;
  }
}

.l-footer_circle {
  position: absolute;
  top: 14px;
  left: 30px;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  background-color: var(--color-yellow-04);
}
@media (min-width: 768px) {
  .l-footer_circle {
    top: 10px;
    left: min(8.3333333333vw, 120px);
    width: 300px;
    height: 300px;
  }
}

.l-footer_inner {
  position: relative;
  padding: 52px 10px 32px;
  border-radius: 16px;
  background-color: var(--color-white);
}
@media (min-width: 768px) {
  .l-footer_inner {
    padding: 60px min(4.1666666667vw, 60px) 52px;
    border-radius: 40px;
  }
}

.l-footer_chara {
  position: absolute;
  top: -53px;
  left: 43px;
  width: 100px;
  height: 75px;
}
@media (min-width: 768px) {
  .l-footer_chara {
    top: -76px;
    left: min(12.2222222222vw, 176px);
    width: 140px;
    height: 104px;
  }
}
.l-footer_chara img {
  width: 100%;
}

.l-footer_header {
  padding: 0 10px;
  width: 100%;
}
@media (min-width: 1024px) {
  .l-footer_header {
    padding: 0;
  }
}

.l-footer_header_inner {
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;

  grid-template-columns: auto 1fr;
  gap: 32px;
}
@media (min-width: 1280px) {
  .l-footer_header_inner {
    grid-template-columns: auto auto 1fr auto;
  }
}

.l-footer_logo_wrapper {
  grid-column: 1;
}

.l-footer_logo {
  width: 160px;
  height: 28px;
}
@media (min-width: 1024px) {
  .l-footer_logo {
    width: 180px;
    height: 31px;
  }
}
.l-footer_logo a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.l-footer_logo a img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.l-footer_header_sns_list {
  display: flex;

  gap: 10px;
}
@media (min-width: 1024px) {
  .l-footer_header_sns_list {
    justify-content: flex-end;
  }
}

.l-footer_sns_item > a {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
}
@media (min-width: 1024px) {
  .l-footer_sns_item > a {
    width: 28px;
    height: 28px;
  }
}
.l-footer_sns_item > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
}

.l-footer_header_nav {
  position: relative;

  grid-column: 1/span 2;
  grid-row: 2;
}
@media (min-width: 768px) {
  .l-footer_header_nav {
    grid-column: 1;
    grid-row: 2;
  }
}
@media (min-width: 1280px) {
  .l-footer_header_nav {
    grid-column: 3;
    grid-row: 1;
    justify-self: flex-end;
  }
}

.l-footer_header_mav_list {
  display: grid;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;

  grid-template-columns: repeat(2, max-content);
  gap: 24px 36px;
}
@media (min-width: 1024px) {
  .l-footer_header_mav_list {
    grid-template-columns: repeat(4, max-content);
    gap: 0 20px;
  }
}

.l-footer_header_nav_item > a {
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;

  gap: 0 6px;
}
@media (min-width: 768px) {
  .l-footer_header_nav_item > a {
    gap: 0;
  }
}
.l-footer_header_nav_item > a::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.l-footer_header_nav_item .txt {
  font-size: 13px;
  font-weight: var(--weight-medium);
  line-height: 1.55;
}
@media (min-width: 768px) {
  .l-footer_header_nav_item .txt {
    font-size: 14px;
  }
}
.l-footer_header_nav_item .icon {
  width: 12px;
  height: 12px;
  background-color: var(--color-black);

  -webkit-mask: url("/assets_2025/img/common/icon/human.svg") no-repeat center/contain;

          mask: url("/assets_2025/img/common/icon/human.svg") no-repeat center/contain;
}

.l-footer_header_link {
  grid-column: 1/span 2;
}
@media (min-width: 768px) {
  .l-footer_header_link {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (min-width: 1280px) {
  .l-footer_header_link {
    grid-column: -1;
    grid-row: 1;
  }
}
.l-footer_header_link .c-btn {
  width: 100%;
}
.l-footer_header_link .c-btn > a {
  justify-content: space-between;
}

.l-footer_body {
  margin-top: 32px;
}

.l-footer_panel_wrapper {
  margin-top: 32px;
  padding: 0 10px;
}
@media (min-width: 1024px) {
  .l-footer_panel_wrapper {
    margin-top: 40px;
    padding: 40px 0;
    border-top: 1px dashed var(--color-line-dashed);
  }
}
@media (min-width: 1280px) {
  .l-footer_panel_wrapper {
    grid-column: 1;
    grid-row: 1/span 2;
  }
}

@media (min-width: 1024px) {
  .l-footer_panel_inner._top {
    display: grid;

    grid-template-columns: 1fr 2fr;
    grid-template-rows: repeat(3, auto) 1fr;
    gap: 32px 20px;
  }
}
@media (min-width: 1280px) {
  .l-footer_panel_inner._top {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 1024px) {
  .l-footer_panel_inner._bottom {
    display: grid;
    margin-top: 32px;

    grid-template-columns: repeat(2, 1fr);
    gap: 32px 20px;
  }
}

.l-footer_panel_list {
  border-top: 1px dashed var(--color-line-dashed);
}
@media (min-width: 1024px) {
  .l-footer_panel_list {
    border-top: none;
  }
}
@media (min-width: 1024px) {
  .l-footer_panel_list._lg {
    grid-column: auto/span 2;
  }
}
@media (min-width: 1280px) {
  .l-footer_panel_list._lg .l-footer_nav_desc_list {
    display: grid;

    gap: 0 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .l-footer_panel_list:nth-child(2) {
    grid-column: 2;
    grid-row: 1/-1;
  }
}

@media (min-width: 1024px) {
  .l-footer_panel_item._adjustHeight {
    height: 100%;
  }
  .l-footer_panel_item._adjustHeight .l-footer_accordion_parent {
    display: flex;
    flex-direction: column;
    height: inherit;
  }
  .l-footer_panel_item._adjustHeight .js-accordion_target {
    flex: 1;
  }
  .l-footer_panel_item._adjustHeight .l-footer_nav_body {
    height: calc(100% - 14px);
  }
  .l-footer_panel_item._adjustHeight .l-footer_nav_body_inner {
    height: 100%;
  }
}

.l-footer_nav_category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.l-footer_nav_category[aria-controls] {
  padding: 24px 0;
}
.l-footer_nav_category._accordion_ttl {
  padding: 24px 0;
}
@media (min-width: 1024px) {
  .l-footer_nav_category._accordion_ttl {
    padding: 0;
  }
}
.l-footer_nav_category .category_inner {
  display: grid;
  align-items: center;

  grid-template-columns: 20px 1fr;
  gap: 0 12px;
}
@media (min-width: 1024px) {
  .l-footer_nav_category .category_inner {
    grid-template-columns: 24px 1fr;
  }
}
.l-footer_nav_category .category_icon {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}
@media (min-width: 1024px) {
  .l-footer_nav_category .category_icon {
    width: 24px;
    height: 24px;
  }
}
.l-footer_nav_category .category_icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;

  -o-object-fit: contain;

     object-fit: contain;
}
.l-footer_nav_category .category_label {
  font-size: 15px;
  font-weight: var(--weight-bold);
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .l-footer_nav_category .category_label {
    font-size: 18px;
  }
}
.l-footer_nav_category .category_toggle {
  display: block;
  position: relative;
  border-radius: 3.2px;
  width: 16px;
  height: 16px;
  background-color: var(--color-black-btn);
}
.l-footer_nav_category .category_toggle::before,
.l-footer_nav_category .category_toggle::after {
  content: "";
  position: absolute;
  margin: auto;
  width: 8px;
  height: 2px;
  background-color: var(--color-white);

  inset: 0;
}
.l-footer_nav_category .category_toggle::after {
  transform: rotate(90deg);
}
.l-footer_nav_category[aria-expanded=true] .category_toggle::after {
  transform: rotate(0deg);
}

@media (min-width: 1024px) {
  .l-footer_nav_body {
    margin-top: 14px;
  }
}

.l-footer_nav_body_inner {
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .l-footer_nav_body_inner {
    padding: 24px 24px;
    border-radius: 10px;
    background-color: var(--color-panel);
  }
}
@media (min-width: 1024px) {
  .l-footer_nav_body_inner._column {
    display: grid;

    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.l-footer_nav_desc {
  padding: 0 20px;
  background-color: var(--color-panel);
}
.l-footer_nav_desc .l-footer_nav_desc_list {
  border-top: 1px dashed var(--color-line-dashed);
  border-radius: 0;
}
@media (min-width: 1024px) {
  .l-footer_nav_desc .l-footer_nav_desc_list {
    border-top: none;
  }
}
@media (min-width: 1024px) {
  .l-footer_nav_desc:not(:first-child) .l-footer_nav_desc_item {
    border-top: none;
  }
}
.l-footer_nav_desc:not(:first-child) .l-footer_nav_desc_ttl {
  border-top: 1px dashed var(--color-line-dashed);
}
@media (min-width: 1024px) {
  .l-footer_nav_desc:not(:first-child) .l-footer_nav_desc_ttl {
    border-top: none;
  }
}
.l-footer_nav_desc:first-child {
  padding-top: 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 1024px) {
  .l-footer_nav_desc:first-child {
    padding-top: 0;

    grid-column: 1/span 2;
  }
}
@media (min-width: 1024px) {
  .l-footer_nav_desc:first-child .l-footer_nav_sub_desc_list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(var(--row-number), auto);
    grid-auto-flow: column;
    gap: 0 20px;
  }
}
.l-footer_nav_desc:last-child {
  padding-bottom: 8px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (min-width: 1024px) {
  .l-footer_nav_desc:last-child {
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .l-footer_nav_desc_ttl {
    padding-bottom: 12px;
    border-bottom: 1px dashed var(--color-line-dashed);
    font-size: 15px;
    font-weight: var(--weight-bold);
    line-height: 1.2;
  }
}

@media (min-width: 1024px) {
  .l-footer_nav_desc_body {
    margin-top: 20px;
  }
}
.l-footer_nav_desc_body .l-footer_nav_desc_list {
  padding: 0;
}

.l-footer_nav_desc_list {
  padding: 0 20px;
  border-radius: 10px;
  background-color: var(--color-panel);
}
@media (min-width: 1024px) {
  .l-footer_nav_desc_list {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .l-footer_nav_desc_list[style] {
    display: grid;

    grid-template-rows: repeat(var(--row-number), 1fr);
    grid-auto-flow: column;
    gap: 0 20px;
  }
}

.l-footer_nav_desc_item:not(:first-child) {
  border-top: 1px dashed var(--color-line-dashed);
}
@media (min-width: 1024px) {
  .l-footer_nav_desc_item:not(:first-child) {
    border-top: none;
  }
}
.l-footer_nav_desc_item:has(.l-footer_nav_sub_desc_list) {
  border-top: none;
}
.l-footer_nav_desc_item > a {
  display: block;
  padding: 24px 0;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .l-footer_nav_desc_item > a {
    padding: 6px 0;
  }
}

.p-footer_link {
  display: block;
  position: relative;
  padding-left: 10px;
  word-break: keep-all;
  font-size: 14px;
  font-weight: var(--weight-medium);
  line-height: 1.2;

  text-spacing-trim: space-all;
}
.l-footer_nav_sub_desc_list .p-footer_link {
  font-size: 13px;
}
.p-footer_link::before {
  content: "";
  position: absolute;
  top: calc((1lh - 1em) / 2 + 0.5em - 1px);
  left: 0;
  border-radius: 100vmax;
  width: 4px;
  height: 2px;
  background-color: var(--color-ktn-yellow);
}
[target=_blank] .p-footer_link::after,
[href$=".pdf"] .p-footer_link::after {
  content: "";
  display: inline-block;
  position: relative;
  top: calc((1lh - 1em) / 2 + 0.5em - 0.5em);
  margin: 0 0.15em 0 5px;
  width: 1em;
  height: 1em;
  background-color: var(--color-black);

  -webkit-mask: url("/assets_2025/img/common/icon/blank.svg") no-repeat center/contain;

          mask: url("/assets_2025/img/common/icon/blank.svg") no-repeat center/contain;
}

.l-footer_nav_sub_desc_list {
  padding-left: 12px;
}
@media (min-width: 1024px) {
  .l-footer_nav_sub_desc_list {
    margin-top: 5px;
    padding-left: 20px;
  }
}

.l-footer_nav_sub_desc_item:not(:first-child) {
  border-top: 1px dashed var(--color-line-dashed);
}
@media (min-width: 1024px) {
  .l-footer_nav_sub_desc_item:not(:first-child) {
    border-top: none;
  }
}
.l-footer_nav_sub_desc_item:first-child > a {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .l-footer_nav_sub_desc_item:first-child > a {
    padding-top: 5px;
  }
}
.l-footer_nav_sub_desc_item > a {
  display: block;
  padding: 16px 0;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .l-footer_nav_sub_desc_item > a {
    padding: 5px 0;
  }
}

.l-footer_link_cont_wrapper {
  display: flex;
  flex-direction: column;
  padding: 32px 10px 0;
  border-top: 1px dashed var(--color-line-dashed);

  gap: 32px;
}
@media (min-width: 1024px) {
  .l-footer_link_cont_wrapper {
    margin-top: 52px;
    padding: 52px 0 0;

    gap: 35px;
  }
}
@media (min-width: 1280px) {
  .l-footer_link_cont_wrapper {
    display: grid;

    grid-template-columns: 2fr 3fr;
  }
}

@media (min-width: 1024px) {
  .l-footer_link_cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.l-footer_link_list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;

  gap: 10px;
}
@media (min-width: 1024px) {
  .l-footer_link_list {
    display: grid;
    margin-top: 15PX;

    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  }
}

.l-footer_link_item {
  width: 100%;
}
.l-footer_link_item > .c-btn {
  width: 100%;
}
.l-footer_link_item > .c-btn a {
  justify-content: space-between;
  width: 100%;
}
.l-footer_link_item:has(.l-footer_link_label) {
  position: relative;
  padding-top: 22px;
}
@media (min-width: 768px) {
  .l-footer_link_item:has(.l-footer_link_label) {
    padding-top: 24px;
  }
}

.l-footer_link_label {
  position: absolute;
  top: 0;
  padding: 5px 8px 11px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color-ktn-yellow);
  font-size: 10px;
  font-weight: var(--weight-bold);
  line-height: 1.2;
}
@media (min-width: 768px) {
  .l-footer_link_label {
    font-size: 12px;
  }
}

.l-footer_group {
  display: flex;
  flex-direction: column;
  padding: 32px 10px 0;
  border-top: 1px dashed var(--color-line-dashed);

  gap: 20px;
}
@media (min-width: 1024px) {
  .l-footer_group {
    margin-top: 52px;
    padding: 52px 0 0;
  }
}
@media (min-width: 1280px) {
  .l-footer_group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.l-footer_group_ttl {
  font-size: 12px;
  font-weight: var(--weight-medium);
  line-height: 1.2;
}
@media (min-width: 768px) {
  .l-footer_group_ttl {
    font-size: 13px;
  }
}

.l-footer_group_list {
  display: grid;
  margin-top: 12px;

  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 10px;
}
@media (min-width: 768px) {
  .l-footer_group_list {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  }
}
@media (min-width: 1280px) {
  .l-footer_group_list {
    display: flex;
    align-items: center;
  }
}
.l-footer_group_list > li {
  width: 100%;

  aspect-ratio: 160/56;
}
@media (min-width: 1280px) {
  .l-footer_group_list > li {
    width: 190px;
  }
}
.l-footer_group_list > li > a {
  display: block;
  overflow: hidden;
  border: 1px solid var(--color-line-solid);
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .l-footer_group_list > li > a {
    border-radius: 8px;
  }
}
.l-footer_group_list > li img {
  width: 100%;
  height: 100%;

  -o-object-fit: contain;

     object-fit: contain;
}

.l-footer_bottom {
  margin-top: 32px;
  padding: 0 10px;
}
@media (min-width: 1024px) {
  .l-footer_bottom {
    margin-top: 40px;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .l-footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.l-footer_corp_list {
  display: flex;
  flex-wrap: wrap;

  gap: 16px 20px;
}
@media (min-width: 768px) {
  .l-footer_corp_list {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
}
.l-footer_corp_list a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  font-weight: var(--weight-medium);
  line-height: 1.2;
}
@media (min-width: 768px) {
  .l-footer_corp_list a {
    font-size: 13px;
  }
}

.l-footer_app {
  display: flex;
  align-items: center;
  margin-top: 32px;

  gap: 10px;
}
@media (min-width: 768px) {
  .l-footer_app {
    gap: 16px;
  }
}
@media (min-width: 1280px) {
  .l-footer_app {
    margin-top: 0;
  }
}

.l-footer_app_ttl {
  white-space: nowrap;
  font-size: 12px;
  font-weight: var(--weight-medium);
  line-height: 1.2;
}
@media (min-width: 768px) {
  .l-footer_app_ttl {
    font-size: 13px;
  }
}

.l-footer_app_list {
  display: flex;

  gap: 10px;
}

@media (min-width: 768px) {
  .l-footer_app_item:first-child {
    width: 109px;
  }
}
@media (min-width: 768px) {
  .l-footer_app_item:last-child {
    width: 135px;
  }
}
.l-footer_app_item > a {
  display: block;
  width: 100%;
  height: 32px;
}
@media (min-width: 768px) {
  .l-footer_app_item > a {
    width: auto;
    height: 40px;
  }
}
.l-footer_app_item > a img {
  width: 100%;
  height: 100%;

  -o-object-fit: contain;

     object-fit: contain;
}

.l-footer_copy {
  margin-top: 20px;
  text-align: center;
  font-size: 11px;
  font-weight: var(--weight-medium);
  line-height: 1.35;
}
@media (min-width: 768px) {
  .l-footer_copy {
    font-size: 12px;
    line-height: 1.2;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-footer_header_nav_item > a:hover,
  .l-footer_corp_item > a:hover {
    text-decoration: underline;
  }
}

.l-footer_sns_item > a {
  position: relative;
}
.l-footer_sns_item > a::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  border-radius: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: transparent;
  pointer-events: none;

  mix-blend-mode: multiply;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_sns_item > a:hover::before {
    transition: background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-hover-gray);
  }
}

.l-footer a:has(.p-footer_link) {
  position: relative;
}
.l-footer a:has(.p-footer_link)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  border-radius: 3.2px;
  width: calc(100% + 10px);
  height: 100%;
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: transparent;
  pointer-events: none;

  mix-blend-mode: multiply;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer a:has(.p-footer_link):hover::before {
    transition: background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-hover-gray);
  }
}

.l-footer_group_list > li > a {
  position: relative;
}
.l-footer_group_list > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: transparent;
  pointer-events: none;

  mix-blend-mode: multiply;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_group_list > li > a:hover::before {
    transition: background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-hover-gray);
  }
}

/*
* common.css
*
*/
/* ------------------------
  Menu
------------------------ */
.l-menu {
  overflow-y: scroll;
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: var(--color-white);
}

.l-menu_header {
  position: relative;
  width: 100%;
}

.l-menu_header_inner {
  display: grid;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1010;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);

  grid-template-columns: auto auto;
  grid-template-rows: 60px;
}
@media (min-width: 768px) {
  .l-menu_header_inner {
    grid-template-columns: auto 1fr auto;
  }
}
@media (min-width: 1024px) {
  .l-menu_header_inner {
    grid-template-rows: 100px;
  }
}
@media (min-width: 1024px) {
  .is-header_short .l-menu_header_inner {
    grid-template-rows: 76px auto;
  }
}
.l-menu_header_inner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-bottom: 1px dashed var(--color-line-dashed);
  width: calc(100% - 20px);
  height: 1px;
}
@media (min-width: 1024px) {
  .l-menu_header_inner::after {
    width: calc(100% - 40px);
  }
}

.l-menu_logo_wrapper {
  padding: 8px 12px 8px 20px;

  grid-column: 1;
}
@media (min-width: 1024px) {
  .l-menu_logo_wrapper {
    padding: 12px 25px 12px 40px;
  }
}

.l-menu_logo {
  width: 132px;
  height: 23px;
}
@media (min-width: 1024px) {
  .l-menu_logo {
    width: 180px;
    height: 31px;
  }
}
.l-menu_logo a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.l-menu_logo a img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.l-menu_header_nav {
  position: relative;
  padding: 32px min(7.6923076923vw, 30px);

  grid-column: 1/span 2;
  grid-row: 2;
  container-type: inline-size;
}
@media (min-width: 768px) {
  .l-menu_header_nav {
    padding: 0 32px 0 0;

    container-type: normal;
    grid-column: 2;
    grid-row: 1;
    justify-self: flex-end;
  }
}
.l-menu_header_nav::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 1px dashed var(--color-line-dashed);
  width: calc(100% - 20px);
  height: 1px;
}
@media (min-width: 768px) {
  .l-menu_header_nav::before {
    content: none;
  }
}

.l-menu_header_mav_list {
  display: grid;
  width: -moz-fit-content;
  width: fit-content;

  grid-template-columns: repeat(2, max-content);
  gap: 24px 36px;
}
@container (min-width: 390px) {
  .l-menu_header_mav_list {
    grid-template-columns: repeat(3, max-content);
  }
}
@container (min-width: 490px) {
  .l-menu_header_mav_list {
    grid-template-columns: repeat(4, max-content);
  }
}
@media (min-width: 768px) {
  .l-menu_header_mav_list {
    grid-template-columns: repeat(4, max-content);
  }
}
@media (min-width: 1024px) {
  .l-menu_header_mav_list {
    gap: 0 20px;
  }
}

.l-menu_header_nav_item > a {
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;

  gap: 0 6px;
}
@media (min-width: 768px) {
  .l-menu_header_nav_item > a {
    gap: 0;
  }
}
.l-menu_header_nav_item > a::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.l-menu_header_nav_item .txt {
  font-size: 13px;
  font-weight: var(--weight-medium);
  line-height: 1.55;
}
@media (min-width: 768px) {
  .l-menu_header_nav_item .txt {
    font-size: 14px;
  }
}
.l-menu_header_nav_item .icon {
  width: 12px;
  height: 12px;
  background-color: var(--color-black);

  -webkit-mask: url("/assets_2025/img/common/icon/human.svg") no-repeat center/contain;

          mask: url("/assets_2025/img/common/icon/human.svg") no-repeat center/contain;
}

.l-menu_btn_wrapper {
  display: grid;
  position: relative;
  height: 100%;

  justify-self: flex-end;
  place-items: center;
}
@media (min-width: 1024px) {
  .l-menu_btn_wrapper {
    grid-column: 3;
  }
}
.l-menu_btn_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-left: 1px dashed var(--color-line-dashed);
  width: 1px;
  height: 44px;
}
@media (min-width: 1024px) {
  .l-menu_btn_wrapper::before {
    height: 78px;
  }
}
@media (min-width: 1024px) {
  .is-header_short .l-menu_btn_wrapper::before {
    height: 52px;
  }
}

.l-menu_btn {
  position: relative;
  padding: 8px 12px 8px 13px;
  height: 100%;
}
@media (min-width: 1024px) {
  .l-menu_btn {
    padding: 12px 24px 12px 25px;
  }
}
.l-menu_btn .icon {
  display: block;
  width: 33px;
  height: 35px;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .l-menu_btn .icon {
    width: 41px;
    height: 46px;
  }
}
.l-menu_btn .icon img {
  width: 100%;
}

.l-menu_body {
  overflow: hidden;
  padding: 32px 10px;

  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media (min-width: 1024px) {
  .l-menu_body {
    display: grid;
    padding: 52px min(4.1666666667vw, 60px);

    grid-template-columns: 1fr;
    gap: 0 min(4.1666666667vw, 60px);
  }
}
@media (min-width: 1280px) {
  .l-menu_body {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto 1fr;
  }
}

.l-menu_contact {
  display: grid;
  padding: 0 17px;

  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .l-menu_contact {
    align-items: center;

    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .l-menu_contact {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .l-menu_contact {
    align-self: flex-start;
    padding-top: 38px;

    grid-column: 2;
    grid-row: 1;
    grid-template-columns: 1fr;
  }
}

.l-menu_contact_search form {
  position: relative;
  width: 100%;
  height: 44px;
}
.l-menu_contact_search input {
  padding: 0 40px 0 16px;
  border: 2px solid var(--color-line-solid);
  border-radius: 100vmax;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
.l-menu_contact_search .search_icon {
  display: grid;
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: var(--color-white);

  place-items: center;
}
.l-menu_contact_search .search_icon .icon {
  display: block;
  width: 16px;
  height: 16px;
  background-color: var(--color-black);

  -webkit-mask: url("/assets_2025/img/common/icon/search.svg") no-repeat center/contain;

          mask: url("/assets_2025/img/common/icon/search.svg") no-repeat center/contain;
}

.l-menu_contact_btn.c-btn {
  width: 100%;
}
.l-menu_contact_btn.c-btn > a {
  justify-content: space-between;
}

.l-menu_panel_wrapper {
  position: relative;
  z-index: 1;
  margin-top: 32px;
  padding: 8px 20px;
  border-radius: 16px;
  background-color: var(--color-panel);
}
@media (min-width: 768px) {
  .l-menu_panel_wrapper {
    margin-top: 52px;
  }
}
@media (min-width: 1024px) {
  .l-menu_panel_wrapper {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
}
@media (min-width: 1280px) {
  .l-menu_panel_wrapper {
    margin-top: 32px;

    grid-column: 1;
    grid-row: 2;
  }
}

@media (min-width: 1024px) {
  .l-menu_panel_inner._top {
    display: grid;

    grid-template-columns: 1fr 2fr;
    grid-template-rows: repeat(3, auto) 1fr;
    gap: 32px 20px;
  }
}
@media (min-width: 1280px) {
  .l-menu_panel_inner._top {
    grid-template-columns: 1fr 2fr;
  }
}
.l-menu_panel_inner._top .l-menu_panel_list:first-child {
  border-top: none;
}
@media (min-width: 1024px) {
  .l-menu_panel_inner._bottom {
    display: grid;
    margin-top: 32px;

    grid-template-columns: repeat(2, 1fr);
    gap: 32px 20px;
  }
}

.l-menu_panel_list {
  border-top: 1px dashed var(--color-line-dashed);
}
@media (min-width: 1024px) {
  .l-menu_panel_list {
    border-top: none;
  }
}
@media (min-width: 1024px) {
  .l-menu_panel_list._lg {
    grid-column: auto/span 2;
  }
}
@media (min-width: 1920px) {
  .l-menu_panel_list._lg .l-menu_nav_desc_list {
    display: grid;

    gap: 0 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .l-menu_panel_list:nth-child(2) {
    grid-column: 2;
    grid-row: 1/-1;
  }
}

@media (min-width: 1024px) {
  .l-menu_panel_item._adjustHeight {
    height: 100%;
  }
  .l-menu_panel_item._adjustHeight .l-menu_accordion_parent {
    display: flex;
    flex-direction: column;
    height: inherit;
  }
  .l-menu_panel_item._adjustHeight .js-accordion_target {
    flex: 1;
  }
  .l-menu_panel_item._adjustHeight .l-menu_nav_body {
    height: calc(100% - 14px);
  }
  .l-menu_panel_item._adjustHeight .l-menu_nav_body_inner {
    height: 100%;
  }
}

.l-menu_nav_category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.l-menu_nav_category[aria-controls] {
  padding: 24px 0;
}
.l-menu_nav_category .category_inner {
  display: grid;
  align-items: center;

  grid-template-columns: 20px 1fr;
  gap: 0 12px;
}
@media (min-width: 1024px) {
  .l-menu_nav_category .category_inner {
    grid-template-columns: 24px 1fr;
  }
}
.l-menu_nav_category .category_inner .category_icon {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}
@media (min-width: 1024px) {
  .l-menu_nav_category .category_inner .category_icon {
    width: 24px;
    height: 24px;
  }
}
.l-menu_nav_category .category_inner .category_icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;

  -o-object-fit: contain;

     object-fit: contain;
}
.l-menu_nav_category .category_inner .category_label {
  font-size: 15px;
  font-weight: var(--weight-bold);
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .l-menu_nav_category .category_inner .category_label {
    font-size: 18px;
  }
}
.l-menu_nav_category .category_toggle {
  display: block;
  position: relative;
  border-radius: 3.2px;
  width: 16px;
  height: 16px;
  background-color: var(--color-black-btn);
}
.l-menu_nav_category .category_toggle::before,
.l-menu_nav_category .category_toggle::after {
  content: "";
  position: absolute;
  margin: auto;
  width: 8px;
  height: 2px;
  background-color: var(--color-white);

  inset: 0;
}
.l-menu_nav_category .category_toggle::after {
  transform: rotate(90deg);
}
.l-menu_nav_category[aria-expanded=true] .category_toggle::after {
  transform: rotate(0deg);
}

@media (min-width: 1024px) {
  .l-menu_nav_body {
    margin-top: 14px;
  }
}

.l-menu_nav_body_inner {
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .l-menu_nav_body_inner {
    padding: 24px 24px;
    border-radius: 10px;
    background-color: var(--color-panel);
  }
}
@media (min-width: 1024px) {
  .l-menu_nav_body_inner._column {
    display: grid;

    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.l-menu_nav_desc .l-menu_nav_desc_list {
  border-radius: 0;
}
.l-menu_nav_desc:not(:first-child) .l-menu_nav_desc_item {
  border-top: 1px dashed var(--color-line-dashed);
}
@media (min-width: 1024px) {
  .l-menu_nav_desc:not(:first-child) .l-menu_nav_desc_item {
    border-top: none;
  }
}
@media (min-width: 1024px) {
  .l-menu_nav_desc:first-child {
    grid-column: 1/span 2;
  }
}
.l-menu_nav_desc:first-child .l-menu_nav_sub_desc_list {
  --row-number: 10;
}
@media (min-width: 1024px) {
  .l-menu_nav_desc:first-child .l-menu_nav_sub_desc_list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(var(--row-number), 1fr);
    grid-auto-flow: column;
    gap: 0 20px;
  }
}
.l-menu_nav_desc:first-child .l-menu_nav_desc_list {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.l-menu_nav_desc:last-child .l-menu_nav_desc_list {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media (min-width: 1024px) {
  .l-menu_nav_desc_ttl {
    padding-bottom: 12px;
    border-bottom: 1px dashed var(--color-line-dashed);
    font-size: 15px;
    font-weight: var(--weight-bold);
    line-height: 1.2;
  }
}

@media (min-width: 1024px) {
  .l-menu_nav_desc_body {
    margin-top: 20px;
  }
}

.l-menu_nav_desc_list {
  padding: 0 20px;
  border-radius: 10px;
  background-color: var(--color-white);
}
@media (min-width: 1024px) {
  .l-menu_nav_desc_list {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .l-menu_nav_desc_list[style] {
    display: grid;

    grid-template-rows: repeat(var(--row-number), 1fr);
    grid-auto-flow: column;
    gap: 0 20px;
  }
}

.l-menu_nav_desc_item:not(:first-child) {
  border-top: 1px dashed var(--color-line-dashed);
}
@media (min-width: 1024px) {
  .l-menu_nav_desc_item:not(:first-child) {
    border-top: none;
  }
}
.l-menu_nav_desc_item:has(.l-menu_nav_sub_desc_list) {
  display: none;
}
@media (min-width: 1024px) {
  .l-menu_nav_desc_item:has(.l-menu_nav_sub_desc_list) {
    display: block;
  }
}
.l-menu_nav_desc_item > a {
  display: block;
  padding: 24px 0;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .l-menu_nav_desc_item > a {
    padding: 6px 0;
  }
}

.p-menu_link {
  display: block;
  position: relative;
  padding-left: 10px;
  word-break: keep-all;
  font-size: 14px;
  font-weight: var(--weight-medium);
  line-height: 1.2;
}
.l-menu_nav_sub_desc_list .p-menu_link {
  font-size: 13px;
}
.p-menu_link::before {
  content: "";
  position: absolute;
  top: calc((1lh - 1em) / 2 + 0.5em - 1px);
  left: 0;
  border-radius: 100vmax;
  width: 4px;
  height: 2px;
  background-color: var(--color-ktn-yellow);
}
[target=_blank] .p-menu_link::after,
[href$=".pdf"] .p-menu_link::after {
  content: "";
  display: inline-block;
  position: relative;
  top: calc((1lh - 1em) / 2 + 0.5em - 0.5em);
  margin: 0 0.15em 0 5px;
  width: 1em;
  height: 1em;
  background-color: var(--color-black);

  -webkit-mask: url("/assets_2025/img/common/icon/blank.svg") no-repeat center/contain;

          mask: url("/assets_2025/img/common/icon/blank.svg") no-repeat center/contain;
}

@media (min-width: 1024px) {
  .l-menu_nav_sub_desc_list {
    margin-top: 5px;
    padding-left: 20px;
  }
}

@media (min-width: 1024px) {
  .l-menu_nav_sub_desc_item > a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
  }
}

.l-menu_recommend {
  position: relative;
  z-index: 2;
  margin-top: 32px;
  padding: 32px 20px 20px;
  border-radius: 16px;
  background-color: var(--color-panel);
}
@media (min-width: 1024px) {
  .l-menu_recommend {
    margin-top: 52px;
    padding: 0;
    background-color: transparent;

    grid-column: 1;
    grid-row: 2;
  }
}
@media (min-width: 1280px) {
  .l-menu_recommend {
    margin: 0;
    padding: 0;
    border: none;

    grid-row: 1;
  }
}

.l-menu_recommend_list {
  display: grid;
  margin-top: 20px;

  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}
@media (min-width: 1024px) {
  .l-menu_recommend_list {
    padding: 20px;
    border-radius: 16px;
    background-color: var(--color-panel);
  }
}

.l-menu_recommend_item .c-btn {
  width: 100%;
}
.l-menu_recommend_item .c-btn > a {
  justify-content: space-between;
}

.l-menu_sns {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-top: 32px;
  padding: 32px 20px 0;
  border-top: 1px dashed var(--color-line-dashed);

  gap: 0 20px;
}
@media (min-width: 1024px) {
  .l-menu_sns {
    margin-top: 40px;
    padding-top: 40px;

    grid-column: 1;
    grid-row: 4;
  }
}

.l-menu_sns_label {
  font-size: 14px;
  font-weight: var(--weight-bold);
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .l-menu_sns_label {
    font-size: 16px;
  }
}

.l-menu_sns_list {
  display: grid;

  grid-template-columns: repeat(3, 30px);
  grid-template-rows: 30px;
  gap: 0 20px;
}
@media (min-width: 1024px) {
  .l-menu_sns_list {
    grid-template-columns: repeat(3, 32px);
    grid-template-rows: 32px;
  }
}

.l-menu_sns_item {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
}
.l-menu_sns_item > a {
  display: grid;
  width: 100%;
  height: 100%;

  place-items: center;
}
.l-menu_sns_item > a > img {
  width: 100%;
  height: 100%;

  -o-object-fit: contain;

     object-fit: contain;
}

.l-menu_trial {
  position: relative;
  margin-top: 12px;
  padding: 103px 20px 0;
}
@media (min-width: 1024px) {
  .l-menu_trial {
    margin-top: 56px;
    padding: 116px 0 0;
  }
}
@media (min-width: 1280px) {
  .l-menu_trial {
    padding-bottom: 24px;
    height: -moz-fit-content;
    height: fit-content;

    grid-column: 2;
    grid-row: 2/-1;
  }
}

.l-menu_trial_deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.l-menu_trial_circle {
  position: absolute;
  z-index: -1;
  top: 43px;
  left: -78.2051282051vw;
  border-radius: 50%;
  width: 256.4102564103vw;
  height: 256.4102564103vw;
  background-color: var(--color-ktn-yellow);
}
@media (min-width: 1280px) {
  .l-menu_trial_circle {
    top: 56px;
    right: max(-13.0555555556vw, -188px);
    left: auto;
    width: min(51.3888888889vw, 740px);
    height: min(51.3888888889vw, 740px);
  }
}

.l-menu_trial_chara {
  position: absolute;
  top: 0;
  right: 6.6666666667vw;
  width: 88px;
  height: 91px;
}
@media (min-width: 768px) {
  .l-menu_trial_chara {
    width: 100px;
    height: 103px;
  }
}
@media (min-width: 1280px) {
  .l-menu_trial_chara {
    right: min(1.1805555556vw, 17px);
  }
}
.l-menu_trial_chara .shadow,
.l-menu_trial_chara .chara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-menu_trial_chara .shadow {
  mix-blend-mode: multiply;
}
.l-menu_trial_chara img {
  width: 100%;
  height: 100%;

  -o-object-fit: contain;

     object-fit: contain;
}

.l-menu_trial_label {
  position: relative;
  margin: 0 auto;
  padding: 0 calc(1em + 10px);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: var(--weight-bold);
  line-height: 1.5;
}
.l-menu_trial_label::before,
.l-menu_trial_label::after {
  content: "";
  position: absolute;
  bottom: calc((1lh - 1em) / 2);
  width: 16px;
  height: 22px;
}
@media (min-width: 768px) {
  .l-menu_trial_label::before,
  .l-menu_trial_label::after {
    width: 18px;
    height: 24px;
  }
}
.l-menu_trial_label::before {
  left: 0;
  background: url("/assets_2025/img/common/deco/txt_deco_left.svg") no-repeat center/contain;
}
.l-menu_trial_label::after {
  right: 0;
  background: url("/assets_2025/img/common/deco/txt_deco_right.svg") no-repeat center/contain;
}

.l-menu_trial_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;

  gap: 20px 12px;
}
@media (min-width: 768px) {
  .l-menu_trial_list {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .l-menu_trial_list {
    flex-direction: column;
  }
}

.l-menu_trial_item .c-btn {
  width: 100%;
}
@media (min-width: 768px) {
  .l-menu_trial_item .c-btn {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1280px) {
  .l-menu_trial_item .c-btn {
    width: 100%;
  }
}
.l-menu_trial_item .c-btn > a {
  justify-content: space-between;
}

@media (hover: hover) and (pointer: fine) {
  .l-menu_header_nav_item > a:hover {
    text-decoration: underline;
  }
}

.l-menu_btn_wrapper > button {
  position: relative;
}
.l-menu_btn_wrapper > button::before {
  content: "";
  position: absolute;
  margin: auto;
  border-radius: 8px;
  width: calc(100% - 10px);
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: transparent;
  pointer-events: none;

  inset: 0;
  aspect-ratio: 1/1;
  mix-blend-mode: multiply;
}
@media (hover: hover) and (pointer: fine) {
  .l-menu_btn_wrapper > button:hover::before {
    transition: background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-hover-gray);
  }
}
.is-header_short .l-menu_btn_wrapper > button::before {
  width: calc(100% - 24px);
}

.l-menu_contact_search input:focus-within {
  outline: 2px solid var(--color-ktn-yellow);
  outline-offset: -2px;
}
.l-menu_contact_search .search_icon {
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) and (pointer: fine) {
  .l-menu_contact_search .search_icon:hover {
    transition: background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-hover-gray);
  }
}

.l-menu a:has(.p-menu_link) {
  position: relative;
}
.l-menu a:has(.p-menu_link)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  border-radius: 3.2px;
  width: calc(100% + 10px);
  height: 100%;
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: transparent;
  pointer-events: none;

  mix-blend-mode: multiply;
}
@media (hover: hover) and (pointer: fine) {
  .l-menu a:has(.p-menu_link):hover::before {
    transition: background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-hover-gray);
  }
}

.l-menu_sns_item > a {
  position: relative;
}
.l-menu_sns_item > a::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  border-radius: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: transparent;
  pointer-events: none;

  mix-blend-mode: multiply;
}
@media (hover: hover) and (pointer: fine) {
  .l-menu_sns_item > a:hover::before {
    transition: background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-hover-gray);
  }
}

.l-menu {
  display: none;
}
.l-menu.is-open {
  display: block;
}
.l-menu[aria-hidden=true] .l-menu_inner {
  animation: mmfadeOut 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-menu[aria-hidden=false] .l-menu_inner {
  animation: mmfadeIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*
* common.css
*
*/
/* ------------------------
  Breadcrumb
------------------------ */
.l-main_foot:has(.l-main_foot_cont) .l-breadcrumb_wrapper {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .l-main_foot:has(.l-main_foot_cont) .l-breadcrumb_wrapper {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  .l-breadcrumb {
    margin: 0 auto;
    width: 100%;
    max-width: calc(1200px + var(--inline-padding) * 2);
  }
}
.l-breadcrumb.is-scrollable {
  overflow-x: scroll;
}

.l-breadcrumb_list {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 calc(var(--inline-padding) + 15px) 5px;
  width: -moz-max-content;
  width: max-content;

  -moz-column-gap: 20px;

       column-gap: 20px;
}
@media (min-width: 768px) {
  .l-breadcrumb_list {
    padding: 0 var(--inline-padding) 5px;
  }
}
.is-scrollable .l-breadcrumb_list {
  padding-bottom: 15px;
}

.l-breadcrumb_item > a {
  display: block;
  padding: 8px 12px;
  border: 1px solid var(--color-line-solid);
  border-radius: 100vmax;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color-white);
  white-space: nowrap;
  text-decoration: none;
  font-size: 10px;
  font-weight: var(--weight-bold);
  line-height: 1;
}
@media (min-width: 768px) {
  .l-breadcrumb_item > a {
    padding: 10px 16px;
    font-size: 12px;
  }
}
.l-breadcrumb_item > a[aria-current=page] {
  border: none;
  background-color: var(--color-yellow-02);
  pointer-events: none;
  color: var(--color-black);
}
.l-breadcrumb_item:not(:last-child) {
  position: relative;
}
.l-breadcrumb_item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  width: 8px;
  height: 1px;
  transform: translateY(-50%);
  background-color: var(--color-black);
}

.l-breadcrumb_item > a {
  overflow: hidden;
  position: relative;
}
.l-breadcrumb_item > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: transparent;

  mix-blend-mode: multiply;
}
@media (hover: hover) and (pointer: fine) {
  .l-breadcrumb_item > a:hover::before {
    transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-hover-gray);
  }
}

/*
* common.css
*
*/
/* ------------------------
  accordion
------------------------ */
.c-accordion_wrapper > :not(:first-child) {
  margin-top: 10px;
}

.c-accordion {
  position: relative;
  border-radius: 10px;
  background-color: var(--reversal-color);
}

.c-accordion_btn > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  width: 100%;

  gap: 0 10px;
}
@media (min-width: 768px) {
  .c-accordion_btn > button {
    padding: 20px 30px;

    gap: 0 20px;
  }
}
.c-accordion_btn > button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: transparent;
  pointer-events: none;

  mix-blend-mode: multiply;
}

.c-accordion_btn_cont {
  display: flex;
  align-items: center;

  gap: 0 10px;
}
@media (min-width: 768px) {
  .c-accordion_btn_cont {
    gap: 0 20px;
  }
}

.c-accordion_faq_icon {
  display: grid;
  flex-shrink: 0;
  position: relative;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  background-color: var(--ordinary-color);

  place-items: center;
}
@media (min-width: 768px) {
  .c-accordion_faq_icon {
    width: 40px;
    height: 40px;
  }
}
.c-accordion_faq_icon::after {
  content: "Q";
  font-size: 16px;
  font-weight: var(--weight-bold);
  line-height: 1;

  text-box: trim-both cap alphabetic;
}
@media (min-width: 768px) {
  .c-accordion_faq_icon::after {
    font-size: 20px;
  }
}

.c-accordion_btn_txt {
  text-align: left;
  font-size: 15px;
  font-weight: var(--weight-bold);
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-accordion_btn_txt {
    font-size: 18px;
  }
}

.c-accordion_btn_icon {
  display: block;
  flex-shrink: 0;
  position: relative;
  border-radius: 3.2px;
  width: 16px;
  height: 16px;
  background-color: var(--color-black-btn);
}
@media (min-width: 768px) {
  .c-accordion_btn_icon {
    width: 20px;
    height: 20px;
  }
}
.c-accordion_btn_icon::before,
.c-accordion_btn_icon::after {
  content: "";
  position: absolute;
  margin: auto;
  border-radius: 100vmax;
  width: 8px;
  height: 2px;
  background-color: var(--color-white);

  inset: 0;
}
@media (min-width: 768px) {
  .c-accordion_btn_icon::before,
  .c-accordion_btn_icon::after {
    width: 10px;
    height: 2px;
  }
}
.c-accordion_btn_icon::after {
  transform: rotate(90deg);
}
[aria-expanded=true] .c-accordion_btn_icon::after {
  transform: rotate(0deg);
}

.c-accordion_target {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .c-accordion_target {
    padding: 0 30px;
  }
}

.c-accordion_target_inner {
  margin-bottom: 10px;
  padding: 20px 15px;
  border-radius: 5px;
  background-color: var(--ordinary-color);
}
@media (min-width: 768px) {
  .c-accordion_target_inner {
    margin-bottom: 20px;
    padding: 30px;
  }
}
.c-accordion_target_inner:has(.c-accordion_faq_icon) {
  display: grid;

  grid-template-columns: auto 1fr;
  gap: 0 10px;
}
@media (min-width: 768px) {
  .c-accordion_target_inner:has(.c-accordion_faq_icon) {
    gap: 0 20px;
  }
}
.c-accordion_target_inner .c-accordion_faq_icon {
  background-color: var(--color-yellow-02);
}
.c-accordion_target_inner .c-accordion_faq_icon::after {
  content: "A";
  color: var(--color-black);
}

.c-accordion_target_body > * {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .c-accordion_target_body > * {
    margin-top: 30px;
  }
}
.c-accordion_target_body > *:first-child {
  margin-top: 0;
}

.c-accordion_btn_icon {
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-accordion_btn_icon::after {
  transition: transform 0.12s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[aria-expanded=true] .c-accordion_btn_icon::after {
  transition: transform 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (hover: hover) and (pointer: fine) {
  .c-accordion_btn > button:hover::before {
    transition: background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-hover-gray);
  }
}

.js-accordion_target {
  overflow: hidden;
  height: 0;
}
.is-accordion_disable .js-accordion_target {
  overflow: visible;
  height: auto !important;
}

.is-accordion_disable .js-accordion {
  pointer-events: none;
}

.js-accordion_target02 {
  overflow: hidden;
  height: 0;
}

/*
* common.css
*
*/
/* ------------------------
  button
------------------------ */
.c-btn_wrapper {
  display: flex;

  gap: 10px;
}
.c-btn_wrapper._col {
  flex-direction: column;
}
.c-btn_wrapper._fill {
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn_wrapper._fill .c-btn {
  width: 100%;
}
.c-btn_wrapper._fill .c-btn > a,
.c-btn_wrapper._fill .c-btn > button {
  justify-content: space-between;
}
.c-btn_wrapper._center {
  width: -moz-fit-content;
  width: fit-content;

  margin-inline: auto;
}
.c-btn_wrapper._right {
  align-items: flex-end;
  justify-content: flex-end;
}
.c-btn_wrapper._right._fill {
  margin: auto 0 auto auto;
}
.c-btn_wrapper:has(.c-btn_label) {
  position: relative;
}

.c-btn_label {
  position: absolute;
  top: -22px;
  padding: 5px 8px 11px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: var(--color-ktn-yellow);
  letter-spacing: 0.02em;
  font-size: 10px;
  font-weight: var(--weight-bold);
  line-height: 1.2;
}
@media (min-width: 768px) {
  .c-btn_label {
    top: -24px;
    padding: 5px 8px 10px;
    letter-spacing: normal;
    font-size: 12px;
  }
}

.c-btn {
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn > a,
.c-btn > button {
  display: flex;
  overflow: hidden;
  align-items: center;
  position: relative;
  padding: 5px 5px 5px 16px;
  border: 1px solid var(--color-line-solid);
  border-radius: 8px;
  background-color: var(--color-white);
  text-decoration: none;

  gap: 0 28px;
}
@media (min-width: 768px) {
  .c-btn > a,
  .c-btn > button {
    padding: 5px 5px 5px 20px;

    gap: 0 52px;
  }
}
.c-btn > a::before,
.c-btn > button::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: none;

  mix-blend-mode: multiply;
}
.c-btn._black > a,
.c-btn._black > button {
  border: none;
  background-color: var(--color-black-btn);
}
.c-btn._sm > a,
.c-btn._sm > button {
  padding: 2px 2px 2px 10px;
  border-radius: 4px;

  gap: 0 10px;
}
@media (min-width: 768px) {
  .c-btn._sm > a,
  .c-btn._sm > button {
    padding: 2px 2px 2px 12px;

    gap: 0 32px;
  }
}

.c-btn_txt {
  letter-spacing: 0;
  word-break: keep-all;
  font-size: 15px;
  font-weight: var(--weight-bold);
  line-height: 1.3;

  text-box: trim-both cap alphabetic;
  padding-block: 5px;
}
@media (min-width: 768px) {
  .c-btn_txt {
    font-size: 16px;
  }
}
._black .c-btn_txt {
  color: var(--color-white);
}
._sm .c-btn_txt {
  font-size: 12px;

  padding-block: 3px;
}
@media (min-width: 768px) {
  ._sm .c-btn_txt {
    font-size: 14px;
  }
}
.c-btn_txt > span {
  font-size: 0.75em;
}

.c-btn_icon {
  display: grid;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  border-radius: 5px;
  width: 20px;
  min-height: 46px;
  background-color: var(--color-black-btn);

  place-items: center;
}
@media (min-width: 768px) {
  .c-btn_icon {
    width: 22px;
    min-height: 54px;
  }
}
.c-btn_icon span {
  display: block;
  width: 12px;
  height: 12px;
  background-color: var(--color-white);

  -webkit-mask: url("/assets_2025/img/common/icon/arw.svg") no-repeat center/contain;

          mask: url("/assets_2025/img/common/icon/arw.svg") no-repeat center/contain;
}
[target=_blank] .c-btn_icon span {
  width: 12px;
  height: 12px;

  -webkit-mask-image: url("/assets_2025/img/common/icon/blank.svg");

          mask-image: url("/assets_2025/img/common/icon/blank.svg");
}
[data-micromodal-trigger] .c-btn_icon span,
._icon_modal .c-btn_icon span {
  -webkit-mask: url("/assets_2025/img//common/icon/modal.svg") no-repeat center/contain;
          mask: url("/assets_2025/img//common/icon/modal.svg") no-repeat center/contain;
}
._black .c-btn_icon {
  background-color: var(--color-white);
}
._black .c-btn_icon span {
  background-color: var(--color-black-btn);
}
._sm .c-btn_icon {
  border-radius: 2.5px;
  width: 16px;
  min-height: 36px;
}
._sm .c-btn_icon span {
  width: 10px;
  height: 10px;
}
._icon_plus .c-btn_icon span {
  -webkit-mask-image: url("/assets_2025/img/common/icon/plus.svg");
          mask-image: url("/assets_2025/img/common/icon/plus.svg");
}
._icon_close .c-btn_icon span {
  transform: rotate(45deg);

  -webkit-mask-image: url("/assets_2025/img/common/icon/plus.svg");

          mask-image: url("/assets_2025/img/common/icon/plus.svg");
}

.c-btn > a .c-btn_icon,
.c-btn > button .c-btn_icon {
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn > a .c-btn_icon span,
.c-btn > button .c-btn_icon span {
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn > a::before,
.c-btn > button::before {
  transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn > a:hover::before,
  .c-btn > button:hover::before {
    transition: background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-hover-gray);
  }
  .c-btn > a:hover .c-btn_icon,
  .c-btn > button:hover .c-btn_icon {
    transition: background-color 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-ktn-yellow);
  }
  .c-btn > a:hover .c-btn_icon span,
  .c-btn > button:hover .c-btn_icon span {
    transition: background-color 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--color-black-btn);
  }
}
.c-btn > a:focus,
.c-btn > button:focus {
  outline-color: var(--color-ktn-yellow);
}

:root {
  --inline-padding: clamp(10px, 3.8461538462vw, 15px);
  --cta-slack: 25.641025641vw;
  --section-slack: 30px;
  --tab-ordinary-color: var(--color-white);
  --foot-ordinary-color: var(--color-panel);
}
@media (min-width: 768px) {
  :root {
    --inline-padding: clamp(40px, 5.5555555556vw, 80px);
    --cta-slack: 9.7222222222vw;
    --section-slack: 60px;
  }
}

/* override */
.l-header,
.l-footer,
.l-menu,
.l-breadcrumb {
  box-sizing: border-box;
}

.l-header {
  position: fixed;
  left: 0;
  border-radius: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .l-header {
    position: sticky;
    min-width: 960px;
  }
}

.l-header_bg {
  left: 0;
  border-radius: 0;
  width: 100%;
}

.l-header_drawer_panel_head.l-header_drawer_panel_head {
  text-decoration: none;
}

.l-footer {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .l-footer {
    padding-top: 20px;
    min-width: 960px;
  }
}
.l-footer.is-script_before {
  padding-top: 0;
}

.l-footer_circle {
  display: none;
}

.l-footer_chara {
  display: none;
}

.l-footer_header_inner {
  height: auto;
}

@media (min-width: 1024px) {
  .l-menu_logo_wrapper {
    padding-left: min(2.0833333333vw, 30px);
  }
}

.l-menu_header_inner {
  height: auto;
}

.l-breadcrumb_wrapper {
  padding: 10px 16px 5px;
}
@media (min-width: 768px) {
  .l-breadcrumb_wrapper {
    padding: 20px 16px 15px;
    min-width: 960px;
  }
}