@charset "UTF-8";
/*
	1.Basics Styling
	-tag sets
*/
html {
  font-size: 1rem;
}

body#page-top.fixed {
  height: 100%;
  overflow: hidden;
}

#kfm {
  font-family: "Noto Sans JP", "游ゴシック", "MSゴシック", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: rgb(51 51 51 / 1);
  line-height: 1;
  letter-spacing: 0.1em;
  overflow-x: clip;
}
#kfm :where(a) {
  color: inherit;
  text-decoration: none;
}
#kfm :where(ul, ol) {
  list-style-type: "";
  padding: unset;
}
#kfm :where(img) {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#kfm :where(button) {
  letter-spacing: 0.1em;
  touch-action: manipulation;
}
#kfm .br-sp {
  display: none;
}
#kfm .br-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  #kfm .br-sp {
    display: block;
  }
  #kfm .br-pc {
    display: none;
  }
}
:lang(ja) {
  --leading-trim: calc((1em - 1lh) / 2);
}

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

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

/* 
	2.Components
	-accordion
	-buttons
	-breadcrumb
	-footer
	-header
*/
#kfm .c-page-header {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 1.25em;
}
#kfm .c-page-header__ttl {
  font-size: 2.75rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
}
#kfm .c-page-header__sub {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: 0.5625em;
       column-gap: 0.5625em;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: rgb(222 4 10 / 1);
  text-transform: capitalize;
}
#kfm .c-page-header__sub::before {
  --_border-radius: 100vmax;
  content: "";
  inline-size: 0.5rem;
  aspect-ratio: 1;
  border-radius: var(--_border-radius);
  background-color: rgb(222 4 10 / 1);
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kfm .c-page-header {
    font-size: 1.25vw;
  }
  #kfm .c-page-header__ttl {
    font-size: 2.75em;
  }
  #kfm .c-page-header__sub {
    font-size: 1.125em;
  }
  #kfm .c-page-header__sub::before {
    inline-size: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  #kfm .c-page-header {
    row-gap: 1em;
  }
  #kfm .c-page-header__ttl {
    font-size: 2em;
  }
  #kfm .c-page-header__sub {
    -moz-column-gap: 0.3125em;
         column-gap: 0.3125em;
    font-size: 1em;
  }
  #kfm .c-page-header__sub::before {
    inline-size: 0.3125em;
  }
}
#kfm .c-section-header {
  display: flex;
  flex-direction: column-reverse;
}
#kfm .c-section-header__ttl {
  line-height: 1;
  font-weight: 700;
}
#kfm .c-section-header__ttl[data-line=multiline__p] {
  margin-top: -0.5em;
  line-height: 1.667;
}
#kfm .c-section-header__sub {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  line-height: 1;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: rgb(222 4 10 / 1);
  text-transform: capitalize;
}
#kfm .c-section-header__sub::before {
  --_border-radius: 100vmax;
  content: "";
  border-radius: var(--_border-radius);
  background-color: rgb(222 4 10 / 1);
}
#kfm .c-section-header[data-heading=heading__h2] {
  row-gap: 1.125em;
}
#kfm .c-section-header[data-heading=heading__h2] .c-section-header__ttl {
  font-size: 2rem;
  letter-spacing: 0.04em;
}
#kfm .c-section-header[data-heading=heading__h2] .c-section-header__sub {
  -moz-column-gap: 0.375em;
       column-gap: 0.375em;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
#kfm .c-section-header[data-heading=heading__h2] .c-section-header__sub::before {
  inline-size: 0.375rem;
  aspect-ratio: 1;
}
#kfm .c-section-header[data-heading=heading__h3] {
  row-gap: 1.25em;
}
#kfm .c-section-header[data-heading=heading__h3] .c-section-header__ttl {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
#kfm .c-section-header[data-heading=heading__h3] .c-section-header__sub {
  align-items: baseline;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
}
#kfm .c-section-header[data-heading=heading__h3] .c-section-header__sub::before {
  content: none;
}
#kfm .c-section-header[data-heading=heading__h3] .c-section-header__sub .number {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kfm .c-section-header {
    font-size: 1.25vw;
  }
  #kfm .c-section-header[data-heading=heading__h2] .c-section-header__ttl {
    font-size: 2em;
  }
  #kfm .c-section-header[data-heading=heading__h2] .c-section-header__sub {
    font-size: 1em;
  }
  #kfm .c-section-header[data-heading=heading__h2] .c-section-header__sub::before {
    inline-size: 0.375em;
  }
  #kfm .c-section-header[data-heading=heading__h3] .c-section-header__ttl {
    font-size: 1.5em;
  }
  #kfm .c-section-header[data-heading=heading__h3] .c-section-header__sub {
    font-size: 1.125em;
  }
  #kfm .c-section-header[data-heading=heading__h3] .c-section-header__sub .number {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  #kfm .c-section-header__ttl[data-line=multiline__p] {
    margin-top: -0.5rem;
  }
  #kfm .c-section-header[data-heading=heading__h2] {
    row-gap: 0.875em;
  }
  #kfm .c-section-header[data-heading=heading__h2] .c-section-header__ttl {
    font-size: 1.5em;
  }
  #kfm .c-section-header[data-heading=heading__h2] .c-section-header__sub {
    row-gap: 0.3125em;
    font-size: 1em;
  }
  #kfm .c-section-header[data-heading=heading__h2] .c-section-header__sub::before {
    inline-size: 0.25em;
  }
  #kfm .c-section-header[data-heading=heading__h3] {
    row-gap: 0.875em;
  }
  #kfm .c-section-header[data-heading=heading__h3] .c-section-header__ttl {
    font-size: 1.125em;
  }
  #kfm .c-section-header[data-heading=heading__h3] .c-section-header__sub {
    font-size: 1em;
  }
  #kfm .c-section-header[data-heading=heading__h3] .c-section-header__sub .number {
    font-size: 1.125em;
  }
}
#kfm .c-breadcrumb {
  padding-block: 0.5em;
}
#kfm .c-breadcrumb-list {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#kfm .c-breadcrumb-list li {
  position: relative;
  display: inline-flex;
  align-items: center;
}
#kfm .c-breadcrumb-list li:not(:last-child):after {
  --_border-radius: 100vmax;
  content: "";
  display: inline-block;
  margin-inline: 0.625em;
  width: 1px;
  height: 0.625rem;
  border-radius: var(--_border-radius);
  background-color: rgb(181 181 181 / 1);
}
#kfm .c-breadcrumb-list li a {
  font-size: 0.75rem;
  line-height: 1;
}
#kfm .c-breadcrumb-list li:last-child {
  overflow: hidden;
}
#kfm .c-breadcrumb-list li:last-child span {
  font-size: 0.75rem;
  line-height: 1;
  color: rgb(181 181 181 / 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kfm .c-breadcrumb-list li:not(:last-child):after {
    height: 0.625em;
  }
  #kfm .c-breadcrumb-list li a {
    font-size: 0.75em;
  }
  #kfm .c-breadcrumb-list li:last-child span {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 768px) {
  #kfm .c-breadcrumb-list li:not(:last-child):after {
    margin-inline: 0.25em;
    width: 1px;
    height: 0.5625em;
  }
  #kfm .c-breadcrumb-list li a {
    font-size: 0.6875em;
  }
  #kfm .c-breadcrumb-list li:last-child span {
    font-size: 0.6875em;
  }
}
#kfm .c-menu-target-nav {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.5em;
       column-gap: 2.5em;
  width: 100vw;
  overflow-x: visible;
}
#kfm .c-menu-target-nav__ttl {
  position: relative;
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: 0.375em;
       column-gap: 0.375em;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}
#kfm .c-menu-target-nav__ttl::before {
  content: "";
  inline-size: 0.625rem;
  aspect-ratio: 1;
  background-color: rgb(222 4 10 / 1);
  -webkit-clip-path: polygon(0 1%, 0 100%, 100% 0);
          clip-path: polygon(0 1%, 0 100%, 100% 0);
}
#kfm .c-menu-target-nav__list {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#kfm .c-menu-target-nav__list::-webkit-scrollbar {
  display: none;
}
#kfm .c-menu-target-nav__list > li > a {
  --_border-radius: 100vmax;
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 0.75em;
       column-gap: 0.75em;
  padding: 0.875em 1.75em;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 700;
  border-radius: var(--_border-radius);
  background-color: rgb(236 240 243 / 1);
}
#kfm .c-menu-target-nav__list > li > a:focus-visible::before {
  transform: scale(1, 1);
}
@media (any-hover: hover) {
  #kfm .c-menu-target-nav__list > li > a:where(:-webkit-any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
  }
  #kfm .c-menu-target-nav__list > li > a:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
  }
  #kfm .c-menu-target-nav__list > li > a:where(:any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    #kfm .c-menu-target-nav__list > li > a.touch-active::before {
      transform: scale(1, 1);
    }
  }
}
#kfm .c-menu-target-nav__list > li > a::before {
  --_border-size: 100vmax;
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 0.6);
  border-radius: var(--_border-radius);
  transform: scale(0, 0);
  transform-origin: center;
  transition: 0.2s ease-in-out;
}
#kfm .c-menu-target-nav__list > li > a::after {
  content: "";
  inline-size: 1.5rem;
  aspect-ratio: 1;
  background-image: url("../img/c-arrow-menu-target.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kfm .c-menu-target {
    font-size: 1.25vw;
  }
  #kfm .c-menu-target-nav__ttl {
    font-size: 0.875em;
  }
  #kfm .c-menu-target-nav__ttl::before {
    inline-size: 0.625em;
  }
  #kfm .c-menu-target-nav__list > li > a {
    font-size: 0.9375em;
  }
  #kfm .c-menu-target-nav__list > li > a::after {
    inline-size: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  #kfm .c-menu-target-nav {
    flex-direction: column;
    align-items: flex-start;
    -moz-column-gap: unset;
         column-gap: unset;
    row-gap: 5.3333333333vw;
  }
  #kfm .c-menu-target-nav__ttl {
    -moz-column-gap: 1.6vw;
         column-gap: 1.6vw;
    font-size: 3.2vw;
  }
  #kfm .c-menu-target-nav__ttl::before {
    inline-size: 2.1333333333vw;
  }
  #kfm .c-menu-target-nav__list {
    -moz-column-gap: unset;
         column-gap: unset;
    padding-right: 6.4vw;
    width: calc(100% - 6.4vw);
  }
  #kfm .c-menu-target-nav__list li:not(:last-child) {
    padding-right: 2.1333333333vw;
  }
  #kfm .c-menu-target-nav__list li > a {
    -moz-column-gap: 2.1333333333vw;
         column-gap: 2.1333333333vw;
    padding-block: 3.2vw;
    padding-inline: 5.8666666667vw;
    font-size: 3.7333333333vw;
  }
  #kfm .c-menu-target-nav__list li > a::after {
    inline-size: 5.3333333333vw;
  }
}
#kfm .c-page-btn a {
  --_border-radius: 100vmax;
  --_border-size: 1px;
  display: inline-grid;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: rgb(26 19 17 / 1);
  border-radius: var(--_border-radius);
  border: var(--_border-size) solid rgb(26 19 17 / 1);
  background-color: rgb(255 255 255 / 1);
  transition: 0.2s ease-in-out;
}
#kfm .c-page-btn a[data-mode=prev] {
  grid-template-columns: auto 1fr;
  justify-items: end;
}
#kfm .c-page-btn a[data-mode=prev]::before {
  content: "";
  inline-size: 1.3125rem;
  aspect-ratio: 21/14;
  -webkit-mask-image: url("../img/c-arrow-btn-prev.svg");
          mask-image: url("../img/c-arrow-btn-prev.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  transition: 0.2s ease-in-out;
}
#kfm .c-page-btn a[data-mode=prev]:focus-visible::before {
  transform: translateX(-0.375em);
}
@media (any-hover: hover) {
  #kfm .c-page-btn a[data-mode=prev]:where(:-webkit-any-link, :enabled, summary):hover::before {
    transform: translateX(-0.375em);
  }
  #kfm .c-page-btn a[data-mode=prev]:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: translateX(-0.375em);
  }
  #kfm .c-page-btn a[data-mode=prev]:where(:any-link, :enabled, summary):hover::before {
    transform: translateX(-0.375em);
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    #kfm .c-page-btn a[data-mode=prev].touch-active::before {
      transform: translateX(-0.375em);
    }
  }
}
#kfm .c-page-btn a[data-mode=next] {
  grid-template-columns: 1fr auto;
}
#kfm .c-page-btn a[data-mode=next]::after {
  content: "";
  inline-size: 1.3125rem;
  aspect-ratio: 21/14;
  -webkit-mask-image: url("../img/c-arrow-btn-next.svg");
          mask-image: url("../img/c-arrow-btn-next.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  transition: 0.2s ease-in-out;
}
#kfm .c-page-btn a[data-mode=next]:focus-visible::after {
  transform: translateX(0.375em);
}
@media (any-hover: hover) {
  #kfm .c-page-btn a[data-mode=next]:where(:-webkit-any-link, :enabled, summary):hover::after {
    transform: translateX(0.375em);
  }
  #kfm .c-page-btn a[data-mode=next]:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(0.375em);
  }
  #kfm .c-page-btn a[data-mode=next]:where(:any-link, :enabled, summary):hover::after {
    transform: translateX(0.375em);
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    #kfm .c-page-btn a[data-mode=next].touch-active::after {
      transform: translateX(0.375em);
    }
  }
}
#kfm .c-page-btn a[data-size=md] {
  padding: 1.125em 1.5em;
  width: 15rem;
  aspect-ratio: 240/60;
  font-size: 1rem;
}
#kfm .c-page-btn a:focus-visible {
  color: rgb(255 255 255 / 1);
  background-color: rgb(26 19 17 / 1);
}
@media (any-hover: hover) {
  #kfm .c-page-btn a:where(:-webkit-any-link, :enabled, summary):hover {
    color: rgb(255 255 255 / 1);
    background-color: rgb(26 19 17 / 1);
  }
  #kfm .c-page-btn a:where(:-moz-any-link, :enabled, summary):hover {
    color: rgb(255 255 255 / 1);
    background-color: rgb(26 19 17 / 1);
  }
  #kfm .c-page-btn a:where(:any-link, :enabled, summary):hover {
    color: rgb(255 255 255 / 1);
    background-color: rgb(26 19 17 / 1);
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    #kfm .c-page-btn a.touch-active {
      color: rgb(255 255 255 / 1);
      background-color: rgb(26 19 17 / 1);
    }
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kfm .c-page-btn {
    font-size: 1.25vw;
  }
  #kfm .c-page-btn a[data-mode=prev]::before {
    inline-size: 1.3125em;
  }
  #kfm .c-page-btn a[data-mode=next]::after {
    inline-size: 1.3125em;
  }
  #kfm .c-page-btn a[data-size=md] {
    width: 15em;
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  #kfm .c-page-btn a[data-mode=prev]::before {
    inline-size: 4.8vw;
    aspect-ratio: 18/12;
  }
  #kfm .c-page-btn a[data-mode=prev]:focus-visible::before {
    transform: translateX(-1.6vw);
  }
}
@media screen and (max-width: 768px) and (any-hover: hover) {
  #kfm .c-page-btn a[data-mode=prev]:where(:-webkit-any-link, :enabled, summary):hover::before {
    transform: translateX(-1.6vw);
  }
  #kfm .c-page-btn a[data-mode=prev]:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: translateX(-1.6vw);
  }
  #kfm .c-page-btn a[data-mode=prev]:where(:any-link, :enabled, summary):hover::before {
    transform: translateX(-1.6vw);
  }
}
@media screen and (max-width: 768px) and (pointer: coarse), screen and (max-width: 768px) and (hover: none) {
  @supports (touch-action: none) {
    #kfm .c-page-btn a[data-mode=prev].touch-active::before {
      transform: translateX(-1.6vw);
    }
  }
}
@media screen and (max-width: 768px) {
  #kfm .c-page-btn a[data-mode=next]::after {
    padding-block: 4.2666666667vw;
    aspect-ratio: 18/12;
  }
  #kfm .c-page-btn a[data-mode=next]:focus-visible::after {
    transform: translateX(1.6vw);
  }
}
@media screen and (max-width: 768px) and (any-hover: hover) {
  #kfm .c-page-btn a[data-mode=next]:where(:-webkit-any-link, :enabled, summary):hover::after {
    transform: translateX(1.6vw);
  }
  #kfm .c-page-btn a[data-mode=next]:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(1.6vw);
  }
  #kfm .c-page-btn a[data-mode=next]:where(:any-link, :enabled, summary):hover::after {
    transform: translateX(1.6vw);
  }
}
@media screen and (max-width: 768px) and (pointer: coarse), screen and (max-width: 768px) and (hover: none) {
  @supports (touch-action: none) {
    #kfm .c-page-btn a[data-mode=next].touch-active::after {
      transform: translateX(1.6vw);
    }
  }
}
@media screen and (max-width: 768px) {
  #kfm .c-page-btn a[data-size=md] {
    padding-block: unset;
    padding-inline: 4.8vw;
    width: 56.5333333333vw;
    aspect-ratio: 212/52;
    font-size: 3.7333333333vw;
  }
}
#kfm .c-entry-btn a {
  --_border-radius: 100vmax;
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 0.75em;
       column-gap: 0.75em;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: rgb(255 255 255 / 1);
  border-radius: var(--_border-radius);
  background: linear-gradient(270deg, rgb(221, 4, 10) 0%, rgb(240, 127, 41) 100%);
  transition: 0.2s ease-in-out;
}
#kfm .c-entry-btn a::before {
  --_border-size: 100vmax;
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 0.6);
  border-radius: var(--_border-radius);
  transform: scale(0, 0);
  transform-origin: center;
  transition: 0.2s ease-in-out;
}
#kfm .c-entry-btn a[data-mode=blank]::after {
  content: "";
  inline-size: 1.1875rem;
  aspect-ratio: 19/17;
  -webkit-mask-image: url("../img/c-arrow-btn-blank.svg");
          mask-image: url("../img/c-arrow-btn-blank.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
  transition: 0.2s ease-in-out;
}
#kfm .c-entry-btn a[data-size=lg] {
  padding: 1.125em 3.25em;
  width: 20.625rem;
  aspect-ratio: 330/72;
  font-size: 1.125rem;
  white-space: nowrap;
}
#kfm .c-entry-btn a:focus-visible::before {
  transform: scale(1, 1);
}
@media (any-hover: hover) {
  #kfm .c-entry-btn a:where(:-webkit-any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
  }
  #kfm .c-entry-btn a:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
  }
  #kfm .c-entry-btn a:where(:any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    #kfm .c-entry-btn a.touch-active::before {
      transform: scale(1, 1);
    }
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kfm .c-entry-btn {
    font-size: 1.25vw;
  }
  #kfm .c-entry-btn a[data-mode=blank]::after {
    inline-size: 1.1875em;
  }
  #kfm .c-entry-btn a[data-size=lg] {
    width: 20.625em;
    font-size: 1.125em;
  }
}
@media screen and (max-width: 768px) {
  #kfm .c-entry-btn a[data-mode=blank]::after {
    inline-size: 1.0525em;
    aspect-ratio: 17/15;
  }
  #kfm .c-entry-btn a[data-size=lg] {
    padding-block: unset;
    width: 77.0666666667vw;
    padding-inline: 2.75em;
    font-size: 1em;
  }
}
#kfm .g-header {
  --_box-b: .375em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 2rem 0;
  background-color: rgb(255 255 255 / 1);
  box-shadow: 0 0 var(--_box-b) rgb(0 0 0 / 0.16);
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  opacity: 1;
  visibility: visible;
  z-index: 5000;
}
#kfm .g-header.hide {
  opacity: 0;
  visibility: hidden;
}
#kfm .g-header .header-logo > a {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
#kfm .g-header .header-logo-type {
  display: inline-block;
  width: 16.375rem;
  line-height: 0;
}
#kfm .g-header .header-logo-type > img {
  width: 100%;
}
#kfm .g-header .header-logo-text {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: capitalize;
}
#kfm .g-header .header-content {
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
#kfm .g-header .header-nav .header-nav-list {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
#kfm .g-header .header-nav .header-nav-list__item {
  position: relative;
  line-height: 0;
}
#kfm .g-header .header-nav .header-nav-list__item:hover > .header-nav-sub, #kfm .g-header .header-nav .header-nav-list__item:focus-within > .header-nav-sub {
  opacity: 1;
  visibility: visible;
}
#kfm .g-header .header-nav .header-nav-list__item:hover::after, #kfm .g-header .header-nav .header-nav-list__item:focus-within::after {
  transform: scale(1, 1);
}
#kfm .g-header .header-nav .header-nav-list__item::after {
  --_border-radius: 100vmax;
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: var(--_border-radius);
  background-color: rgb(222 4 10 / 1);
  transform: scale(0, 1);
  transform-origin: center;
  transition: 0.2s ease-in-out;
}
#kfm .g-header .header-nav .header-nav-list__item > span {
  position: relative;
  display: inline-block;
  padding-block: 1.75rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  cursor: default;
}
#kfm .g-header .header-nav .header-nav-list__item > a {
  position: relative;
  display: inline-block;
  padding-block: 1.75rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
}
#kfm .g-header .header-nav .header-nav-list__item .header-nav-sub {
  position: absolute;
  top: 100%;
  left: -1.25rem;
  padding: 1rem 0 0;
  transition: 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
#kfm .g-header .header-nav .header-nav-list__item .header-nav-sub.show {
  opacity: 1;
  visibility: visible;
}
#kfm .g-header .header-nav .header-nav-list__item .header-nav-sub .header-nav-sublist {
  --_border-radius: .5rem;
  --_box-shadow-b: .375rem;
  display: flex;
  flex-direction: column;
  padding: 1.125rem 1.25rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: var(--_border-radius);
  background-color: rgb(255 255 255 / 1);
  box-shadow: 0 0 var(--_box-shadow-b) rgb(0 0 0 / 0.16);
  overflow-x: clip;
}
#kfm .g-header .header-nav .header-nav-list__item .header-nav-sub .header-nav-sublist__item {
  position: relative;
  padding-block: 1.125rem;
  line-height: 0;
}
#kfm .g-header .header-nav .header-nav-list__item .header-nav-sub .header-nav-sublist__item:first-child {
  padding-top: unset;
}
#kfm .g-header .header-nav .header-nav-list__item .header-nav-sub .header-nav-sublist__item:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 2px;
  background-color: rgb(221 221 221 / 1);
}
#kfm .g-header .header-nav .header-nav-list__item .header-nav-sub .header-nav-sublist__item:nth-child(2)::before {
  content: none;
}
#kfm .g-header .header-nav .header-nav-list__item .header-nav-sub .header-nav-sublist__item:last-child {
  padding-bottom: unset;
}
#kfm .g-header .header-nav .header-nav-list__item .header-nav-sub .header-nav-sublist__item + li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-mask-image: url("../img/line-dot.svg");
          mask-image: url("../img/line-dot.svg");
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgb(221 221 221 / 1);
}
#kfm .g-header .header-nav .header-nav-list__item .header-nav-sub .header-nav-sublist__item a {
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: center;
  padding-block: unset;
  padding-right: 0.375rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
}
#kfm .g-header .header-nav .header-nav-list__item .header-nav-sub .header-nav-sublist__item a::after {
  content: "";
  inline-size: 0.75rem;
  aspect-ratio: 12/8;
  -webkit-mask-image: url("../img/c-arrow-right.svg");
          mask-image: url("../img/c-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgb(222 4 10 / 1);
  transition: 0.2s ease-in-out;
}
#kfm .g-header .header-nav .header-nav-list__item .header-nav-sub .header-nav-sublist__item a:focus-visible::after {
  transform: translateX(0.375rem);
}
@media (any-hover: hover) {
  #kfm .g-header .header-nav .header-nav-list__item .header-nav-sub .header-nav-sublist__item a:where(:-webkit-any-link, :enabled, summary):hover::after {
    transform: translateX(0.375rem);
  }
  #kfm .g-header .header-nav .header-nav-list__item .header-nav-sub .header-nav-sublist__item a:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(0.375rem);
  }
  #kfm .g-header .header-nav .header-nav-list__item .header-nav-sub .header-nav-sublist__item a:where(:any-link, :enabled, summary):hover::after {
    transform: translateX(0.375rem);
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    #kfm .g-header .header-nav .header-nav-list__item .header-nav-sub .header-nav-sublist__item a.touch-active::after {
      transform: translateX(0.375rem);
    }
  }
}
#kfm .g-header .header-btn-entry {
  --_border-radius: 100vmax;
  position: relative;
  display: grid;
  place-content: center;
  width: 7.125rem;
  aspect-ratio: 114/38;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 700;
  color: rgb(255 255 255 / 1);
  background: linear-gradient(270deg, rgb(221, 4, 10) 0%, rgb(240, 127, 41) 100%);
  border-radius: var(--_border-radius);
}
#kfm .g-header .header-btn-entry:focus-visible::after {
  transform: scale(1, 1);
}
@media (any-hover: hover) {
  #kfm .g-header .header-btn-entry:where(:-webkit-any-link, :enabled, summary):hover::after {
    transform: scale(1, 1);
  }
  #kfm .g-header .header-btn-entry:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: scale(1, 1);
  }
  #kfm .g-header .header-btn-entry:where(:any-link, :enabled, summary):hover::after {
    transform: scale(1, 1);
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    #kfm .g-header .header-btn-entry.touch-active::after {
      transform: scale(1, 1);
    }
  }
}
#kfm .g-header .header-btn-entry::after {
  --_border-size: 100vmax;
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 0.6);
  border-radius: var(--_border-radius);
  transform: scale(0, 0);
  transform-origin: center;
  transition: 0.2s ease-in-out;
}
#kfm .g-header .submenu button {
  position: relative;
  width: 100%;
  padding-block: 1.25rem;
  font-size: 1rem;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
#kfm .g-header .submenu button[aria-expanded=true] .main::before {
  transform: translateY(-50%) rotate(0);
}
#kfm .g-header .submenu button .main::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-90deg);
  inline-size: 0.875rem;
  aspect-ratio: 14/2;
  background-color: rgb(222 4 10 / 1);
  transition: 0.2s ease-in-out;
}
#kfm .g-header .submenu button .main::after {
  content: "";
  inline-size: 0.875rem;
  aspect-ratio: 14/2;
  background-color: rgb(222 4 10 / 1);
}
#kfm .g-header .submenu .submenu-content {
  display: none;
}
#kfm .g-header .submenu .submenu-content ul {
  --_border-size: 1px;
  padding-left: 1.125rem;
  border-top: var(--_border-size) solid rgb(221 221 221 / 1);
}
#kfm .g-header .submenu .submenu-content ul li + li {
  position: relative;
  padding-top: 2px;
}
#kfm .g-header .submenu .submenu-content ul li + li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-mask-image: url("../img/g-accordion-separator.svg");
          mask-image: url("../img/g-accordion-separator.svg");
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgb(221 221 221 / 1);
}
#kfm .g-header .submenu .submenu-content ul li a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 1.25rem 0;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
}
#kfm .g-header .submenu .submenu-content ul li a::after {
  content: "";
  width: 0.9375rem;
  aspect-ratio: 15/10;
  -webkit-mask-image: url("../img/c-arrow-btn-next.svg");
          mask-image: url("../img/c-arrow-btn-next.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgb(222 4 10 / 1);
}
#kfm .global-btn {
  display: none;
}
#kfm .global-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-block: 0 2.5rem;
  width: 100%;
  height: 100dvh;
  background-color: rgb(255 255 255 / 1);
  transition: 0.2s ease-in-out;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#kfm .global-menu::-webkit-scrollbar {
  display: none;
}
#kfm .global-menu.show {
  opacity: 1;
  visibility: visible;
}
#kfm .global-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(0 0 0 / 0.4);
  transition: 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 4000;
}
#kfm .global-mask.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kfm .g-header {
    padding-inline: 2.5vw;
  }
  #kfm .g-header .header-logo > a {
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
  #kfm .g-header .header-logo-type {
    -moz-column-gap: 20.46875vw;
         column-gap: 20.46875vw;
  }
  #kfm .g-header .header-logo-text {
    font-size: 0.9375vw;
  }
  #kfm .g-header .header-content {
    -moz-column-gap: 2.5vw;
         column-gap: 2.5vw;
  }
  #kfm .g-header .header-nav .header-nav-list {
    -moz-column-gap: 2.5vw;
         column-gap: 2.5vw;
  }
  #kfm .g-header .header-nav .header-nav-list__item > span {
    padding-block: 1.75rem;
    font-size: 1.25vw;
  }
  #kfm .g-header .header-nav .header-nav-list__item > a {
    padding-block: 1.75rem;
    font-size: 1.25vw;
  }
  #kfm .g-header .header-nav .header-nav-list__item .header-nav-sub {
    left: -1.5625vw;
    padding-top: 1.25vw;
  }
  #kfm .g-header .header-nav .header-nav-list__item .header-nav-sub .header-nav-sublist {
    --_border-radius: 0.625vw;
    --_box-shadow-b: 0.46875vw;
    padding-block: 2.03125vw;
    padding-inline: 1.5625vw;
  }
  #kfm .g-header .header-nav .header-nav-list__item .header-nav-sub .header-nav-sublist__item {
    padding-block: 1.40625vw;
  }
  #kfm .g-header .header-nav .header-nav-list__item .header-nav-sub .header-nav-sublist__item a {
    padding-right: 0.46875vw;
    -moz-column-gap: 1.25vw;
         column-gap: 1.25vw;
    font-size: 1.25vw;
  }
  #kfm .g-header .header-nav .header-nav-list__item .header-nav-sub .header-nav-sublist__item a::after {
    content: "";
    inline-size: 0.9375vw;
  }
  #kfm .g-header .header-nav .header-nav-list__item .header-nav-sub .header-nav-sublist__item a:focus-visible::after {
    transform: translateX(0.46875vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) and (any-hover: hover) {
  #kfm .g-header .header-nav .header-nav-list__item .header-nav-sub .header-nav-sublist__item a:where(:-webkit-any-link, :enabled, summary):hover::after {
    transform: translateX(0.46875vw);
  }
  #kfm .g-header .header-nav .header-nav-list__item .header-nav-sub .header-nav-sublist__item a:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(0.46875vw);
  }
  #kfm .g-header .header-nav .header-nav-list__item .header-nav-sub .header-nav-sublist__item a:where(:any-link, :enabled, summary):hover::after {
    transform: translateX(0.46875vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) and (pointer: coarse), screen and (min-width: 769px) and (max-width: 1280px) and (hover: none) {
  @supports (touch-action: none) {
    #kfm .g-header .header-nav .header-nav-list__item .header-nav-sub .header-nav-sublist__item a.touch-active::after {
      transform: translateX(0.46875vw);
    }
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kfm .g-header .header-btn-entry {
    width: 8.90625vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1024px) {
  #kfm .g-header {
    padding: 0.9375rem 3.5rem 0.9375rem 0.75rem;
  }
  #kfm .g-header .header-logo > a {
    flex-direction: column;
    align-items: flex-start;
    -moz-column-gap: unset;
         column-gap: unset;
  }
  #kfm .g-header .header-logo-type {
    width: 11.8125rem;
    aspect-ratio: 189/19;
  }
  #kfm .g-header .header-logo-type > img {
    width: 100%;
  }
  #kfm .g-header .header-logo-text {
    margin-top: 1px;
    font-size: 0.625rem;
  }
  #kfm .g-header .header-nav {
    display: none;
  }
  #kfm .g-header .header-btn-entry {
    width: 5.125rem;
    aspect-ratio: 82/28;
    font-size: 0.75rem;
  }
  #kfm .global-btn {
    display: block;
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    transform-origin: right;
    width: 1.75rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 1;
  }
  #kfm .global-btn[aria-expanded=true] .global-btn-line {
    background-color: transparent;
  }
  #kfm .global-btn[aria-expanded=true] .global-btn-line::before {
    top: 0;
    transform: rotate(-45deg);
  }
  #kfm .global-btn[aria-expanded=true] .global-btn-line::after {
    top: 0;
    width: 100%;
    transform: rotate(45deg);
  }
  #kfm .global-btn-line {
    position: relative;
    display: block;
    width: 1.75rem;
    height: 0.125rem;
    background-color: rgb(51 51 51 / 1);
    transition: 0.2s ease-in-out;
  }
  #kfm .global-btn-line::before, #kfm .global-btn-line::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    background-color: rgb(51 51 51 / 1);
    transition: 0.2s ease-in-out;
  }
  #kfm .global-btn-line::before {
    top: -0.5rem;
    width: 1.75rem;
    height: 0.125rem;
  }
  #kfm .global-btn-line::after {
    top: 0.5rem;
    width: 50%;
    height: 0.125rem;
  }
  #kfm .global-nav-list {
    position: relative;
    margin-inline: auto;
    padding-inline: 1.5rem;
    width: 100%;
  }
  #kfm .global-nav-list-item:not(:last-child) {
    --_border-size: 1px;
    border-bottom: var(--_border-size) solid rgb(221 221 221 / 1);
  }
  #kfm .global-nav-list-item a {
    display: block;
    padding-block: 1.25rem;
    font-size: 1.125rem;
  }
  #kfm .global-nav-list-item .main {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 600;
  }
  #kfm .global-other-list {
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
    margin-inline: auto;
    padding: 2.5rem 1.5rem;
    width: 100%;
  }
  #kfm .global-other-list-item {
    width: 100%;
    aspect-ratio: 327/52;
  }
  #kfm .global-other-list-item a {
    --_border-radius: .375rem;
    position: relative;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    color: rgb(255 255 255 / 1);
    border-radius: var(--_border-radius);
    overflow: hidden;
    transition: 0.2s ease-in-out;
  }
  #kfm .global-other-list-item a::before {
    --_border-size: 100vmax;
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 0.6);
    border-radius: var(--_border-radius);
    transform: scale(0, 0);
    transform-origin: center;
    transition: 0.2s ease-in-out;
  }
  #kfm .global-other-list-item a::after {
    content: "";
    inline-size: 1rem;
    aspect-ratio: 16/14;
    -webkit-mask-image: url("../img/c-arrow-btn-blank.svg");
            mask-image: url("../img/c-arrow-btn-blank.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: currentColor;
    transition: 0.2s ease-in-out;
  }
  #kfm .global-other-list-item a:focus-visible::before {
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 1024px) and (any-hover: hover) {
  #kfm .global-other-list-item a:where(:-webkit-any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
  }
  #kfm .global-other-list-item a:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
  }
  #kfm .global-other-list-item a:where(:any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 1024px) and (pointer: coarse), screen and (max-width: 1024px) and (hover: none) {
  @supports (touch-action: none) {
    #kfm .global-other-list-item a.touch-active::before {
      transform: scale(1, 1);
    }
  }
}
@media screen and (max-width: 1024px) {
  #kfm .global-other-list-item a[data-kind=apply] {
    background: linear-gradient(270deg, rgb(86, 165, 33) 0%, rgb(118, 199, 60) 100%);
  }
}
@media screen and (max-width: 1024px) {
  #kfm .global-other-list-item a[data-kind=entry] {
    background: linear-gradient(270deg, rgb(221, 4, 10) 0%, rgb(240, 127, 41) 100%);
  }
}
#kfm .g-footer {
  --_border-size: 2px;
  position: -webkit-sticky;
  position: sticky;
  top: 100%;
  border-top: var(--_border-size) solid rgb(221 221 221 / 1);
  background-color: rgb(255 255 255 / 1);
}
#kfm .g-footer .footer-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  padding-block: 6.25em;
  width: min(65rem, 81.25%);
}
#kfm .g-footer .footer-content .footer-root {
  display: block;
  position: absolute;
  top: 0;
  right: 2em;
  transform: translateY(-50%);
  width: 3.25rem;
  aspect-ratio: 1;
}
#kfm .g-footer .footer-content .footer-root img {
  width: 100%;
}
#kfm .g-footer .footer-content .footer-logo {
  width: 18.25rem;
}
#kfm .g-footer .footer-nav-list {
  display: flex;
  -moz-column-gap: 2.5em;
       column-gap: 2.5em;
}
#kfm .g-footer .footer-nav-list li {
  line-height: 0;
}
#kfm .g-footer .footer-nav-list li a {
  position: relative;
  display: inline-grid;
  row-gap: 0.5em;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  transition: 0.2s ease-in-out;
}
#kfm .g-footer .footer-nav-list li a:focus-visible {
  color: rgb(222 4 10 / 1);
}
@media (any-hover: hover) {
  #kfm .g-footer .footer-nav-list li a:where(:-webkit-any-link, :enabled, summary):hover {
    color: rgb(222 4 10 / 1);
  }
  #kfm .g-footer .footer-nav-list li a:where(:-moz-any-link, :enabled, summary):hover {
    color: rgb(222 4 10 / 1);
  }
  #kfm .g-footer .footer-nav-list li a:where(:any-link, :enabled, summary):hover {
    color: rgb(222 4 10 / 1);
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    #kfm .g-footer .footer-nav-list li a.touch-active {
      color: rgb(222 4 10 / 1);
    }
  }
}
#kfm .g-footer .footer-nav-list li a::before {
  content: attr(data-en);
  color: rgb(222 4 10 / 1);
  font-size: 0.6875rem;
  font-family: "Montserrat", sans-serif;
}
#kfm .g-footer .footer-nav-child-list {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  padding-top: 1em;
}
#kfm .g-footer .footer-nav-child-list li {
  line-height: 0;
}
#kfm .g-footer .footer-nav-child-list li a {
  position: relative;
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: 0.2s ease-in-out;
}
#kfm .g-footer .footer-nav-child-list li a:focus-visible {
  color: rgb(222 4 10 / 1);
}
@media (any-hover: hover) {
  #kfm .g-footer .footer-nav-child-list li a:where(:-webkit-any-link, :enabled, summary):hover {
    color: rgb(222 4 10 / 1);
  }
  #kfm .g-footer .footer-nav-child-list li a:where(:-moz-any-link, :enabled, summary):hover {
    color: rgb(222 4 10 / 1);
  }
  #kfm .g-footer .footer-nav-child-list li a:where(:any-link, :enabled, summary):hover {
    color: rgb(222 4 10 / 1);
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    #kfm .g-footer .footer-nav-child-list li a.touch-active {
      color: rgb(222 4 10 / 1);
    }
  }
}
#kfm .g-footer .footer-nav-child-list li a::before {
  content: "";
  inline-size: 5px;
  height: 1px;
  background-color: rgb(51 51 51 / 1);
}
#kfm .g-footer .footer-parent {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  padding: 2em 0 2em 1.5em;
  width: min(65rem, 81.25%);
}
#kfm .g-footer .footer-parent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 2px;
  background-color: rgb(221 221 221 / 1);
}
#kfm .g-footer .footer-parent-copy {
  font-size: 0.75rem;
  line-height: 1.1667;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
}
#kfm .g-footer .footer-parent-list {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}
#kfm .g-footer .footer-parent-list li {
  line-height: 0;
}
#kfm .g-footer .footer-parent-list li a {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.1667;
  letter-spacing: 0.05em;
  transition: 0.2s ease-in-out;
}
#kfm .g-footer .footer-parent-list li a:focus-visible {
  color: rgb(222 4 10 / 1);
}
@media (any-hover: hover) {
  #kfm .g-footer .footer-parent-list li a:where(:-webkit-any-link, :enabled, summary):hover {
    color: rgb(222 4 10 / 1);
  }
  #kfm .g-footer .footer-parent-list li a:where(:-moz-any-link, :enabled, summary):hover {
    color: rgb(222 4 10 / 1);
  }
  #kfm .g-footer .footer-parent-list li a:where(:any-link, :enabled, summary):hover {
    color: rgb(222 4 10 / 1);
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    #kfm .g-footer .footer-parent-list li a.touch-active {
      color: rgb(222 4 10 / 1);
    }
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kfm .g-footer {
    font-size: 1.25vw;
  }
  #kfm .g-footer .footer-content .footer-root {
    width: 3.25em;
  }
  #kfm .g-footer .footer-content .footer-logo {
    width: 18.25em;
  }
  #kfm .g-footer .footer-nav-list li a {
    font-size: 0.875em;
  }
  #kfm .g-footer .footer-nav-list li a::before {
    font-size: 0.6875em;
  }
  #kfm .g-footer .footer-nav-child-list li a {
    font-size: 0.75em;
  }
  #kfm .g-footer .footer-parent-copy {
    font-size: 0.75em;
  }
  #kfm .g-footer .footer-parent-list li a {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 768px) {
  #kfm .g-footer .footer-content {
    flex-direction: column;
    padding: 3.75rem 1.5rem;
    min-width: unset;
    width: 100%;
  }
  #kfm .g-footer .footer-content .footer-root {
    width: 2.875rem;
  }
  #kfm .g-footer .footer-content .footer-logo {
    width: 12.5rem;
  }
  #kfm .g-footer .footer-nav {
    margin-top: 2.5rem;
  }
  #kfm .g-footer .footer-nav-list {
    flex-wrap: wrap;
    -moz-column-gap: unset;
         column-gap: unset;
    row-gap: 1.5rem;
  }
  #kfm .g-footer .footer-nav-list li:nth-child(odd) {
    width: 42.814%;
  }
  #kfm .g-footer .footer-nav-list li:nth-child(even) {
    width: 57.187%;
  }
  #kfm .g-footer .footer-nav-list li a {
    font-size: 0.75rem;
  }
  #kfm .g-footer .footer-nav-list li a::before {
    font-size: 0.625rem;
  }
  #kfm .g-footer .footer-nav-child-list {
    display: none;
  }
  #kfm .g-footer .footer-parent {
    flex-direction: column-reverse;
    padding: 1.5rem 1.5rem;
    min-width: unset;
    width: 100%;
  }
  #kfm .g-footer .footer-parent-copy {
    margin-top: 1rem;
    font-size: 0.625rem;
    text-align: right;
  }
  #kfm .g-footer .footer-parent-list {
    flex-direction: column;
    align-items: flex-start;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0.625rem;
  }
  #kfm .g-footer .footer-parent-list li {
    line-height: 0;
  }
  #kfm .g-footer .footer-parent-list li a {
    font-size: 0.6875rem;
  }
}

/*
	Components
	-slider
*/
.splide__track {
  margin-inline: auto;
}
.splide__list {
  margin: unset;
}
.splide__slide {
  width: 100% !important;
}

/*                  
    3.Page
    -home
    -subpage
*/
#kfm.home .l-float {
  position: absolute;
  top: calc(50% + 35px);
  right: 0;
  transform: translateY(-50%);
  z-index: 3000;
}
#kfm.home .l-float-btn {
  --_border-radius: .75em;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.375em 0.75em;
  font-weight: 700;
  color: rgb(255 255 255 / 1);
  border-radius: var(--_border-radius) 0 0 var(--_border-radius);
  background: linear-gradient(#dd040a 0%, #f7b036 100%);
  overflow: hidden;
}
#kfm.home .l-float-btn:focus-visible::after {
  transform: scale(1, 1);
}
@media (any-hover: hover) {
  #kfm.home .l-float-btn:where(:-webkit-any-link, :enabled, summary):hover::after {
    transform: scale(1, 1);
  }
  #kfm.home .l-float-btn:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: scale(1, 1);
  }
  #kfm.home .l-float-btn:where(:any-link, :enabled, summary):hover::after {
    transform: scale(1, 1);
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    #kfm.home .l-float-btn.touch-active::after {
      transform: scale(1, 1);
    }
  }
}
#kfm.home .l-float-btn::after {
  --_border-radius: .75em;
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 0.6);
  border-radius: var(--_border-radius) 0 0 var(--_border-radius);
  transform: scale(0, 0);
  transform-origin: center;
  transition: 0.2s ease-in-out;
}
#kfm.home .l-float-btn .num {
  display: block;
  padding: 0 0 0.2em 0.1em;
  letter-spacing: 0;
  writing-mode: initial;
}
#kfm.home .l-float-btn .year {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  row-gap: 0.375em;
  font-size: 0.875rem;
  line-height: 1.308;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: rgb(255 255 255 / 1);
  writing-mode: vertical-rl;
  text-orientation: upright;
}
#kfm.home .l-float-btn .year::after {
  content: "";
  inline-size: 0.75em;
  aspect-ratio: 1;
  -webkit-mask-image: url("../img/c-arrow-btn-float.svg");
          mask-image: url("../img/c-arrow-btn-float.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgb(255 255 255 / 1);
}
@media screen and (max-width: 768px) {
  #kfm.home .l-float {
    display: none;
  }
}
#kfm.home .l-mv {
  position: relative;
}
#kfm.home .l-mv-ornament {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#kfm.home .l-mv-ornament-item {
  position: absolute;
  z-index: 1;
}
#kfm.home .l-mv-ornament-item.item__01 {
  top: -2.6875em;
  left: -2.5%;
  width: min(6.719vw, 5.375rem);
  aspect-ratio: 1;
}
#kfm.home .l-mv-ornament-item.item__01 .cls-1 {
  fill: rgb(249 204 206 / 1);
}
#kfm.home .l-mv-ornament-item.item__02 {
  top: -6.125em;
  right: 28.282%;
  width: min(12.344vw, 9.875rem);
  aspect-ratio: 1;
}
#kfm.home .l-mv-ornament-item.item__02 .cls-1 {
  fill: rgb(248 204 205 / 1);
}
#kfm.home .l-mv-ornament-item.item__03 {
  top: 6.5em;
  left: 28.36%;
  width: min(8.282vw, 6.625rem);
  aspect-ratio: 1;
}
#kfm.home .l-mv-ornament-item.item__03 .cls-1 {
  fill: rgb(255 237 208 / 1);
}
#kfm.home .l-mv-ornament-item.item__04 {
  bottom: 5.5em;
  right: 29.297%;
  width: min(6.719vw, 5.375rem);
  aspect-ratio: 1;
}
#kfm.home .l-mv-ornament-item.item__04 .cls-1 {
  fill: rgb(255 237 208 / 1);
}
#kfm.home .l-mv-ornament-item.item__05 {
  bottom: -2em;
  left: 28.125%;
  width: min(11.563vw, 9.25rem);
  aspect-ratio: 1;
}
#kfm.home .l-mv-ornament-item.item__05 .cls-1 {
  fill: rgb(221 236 210 / 1);
}
#kfm.home .l-mv-ornament-item.item__06 {
  bottom: -6.875em;
  right: -1.5625%;
  width: min(15vw, 12rem);
  aspect-ratio: 1;
}
#kfm.home .l-mv-ornament-item.item__06 .cls-1 {
  fill: rgb(249 204 206 / 1);
}
@media screen and (max-width: 768px) {
  #kfm.home .l-mv-ornament-item.item__01 {
    display: none;
  }
  #kfm.home .l-mv-ornament-item.item__02 {
    top: 24.8vw;
    right: -6.4%;
    width: 19.734vw;
    z-index: -1;
  }
  #kfm.home .l-mv-ornament-item.item__03 {
    top: 34.134vw;
    left: 1.334%;
    width: 14.134vw;
  }
  #kfm.home .l-mv-ornament-item.item__04 {
    bottom: 34.667vw;
    right: 3.2%;
    width: 11.467vw;
  }
  #kfm.home .l-mv-ornament-item.item__05 {
    bottom: 25.334vw;
    left: -1.867%;
    width: 18.934vw;
    z-index: -1;
  }
  #kfm.home .l-mv-ornament-item.item__06 {
    bottom: -11.734vw;
    right: -12.8%;
    width: 25.6vw;
  }
}
#kfm.home .l-hero {
  position: relative;
  width: 100%;
}
#kfm.home .l-hero .hero__copy {
  position: absolute;
  top: 50%;
  place-self: center;
  width: 81.25%;
  z-index: 1;
}
#kfm.home .l-hero .hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}
#kfm.home .l-hero .hero-visual-stay {
  display: none;
}
#kfm.home .l-hero .hero-visual__illust {
  display: block;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
#kfm.home .l-hero .hero-slide-item img {
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  #kfm.home .l-hero .hero__copy {
    display: none;
  }
  #kfm.home .l-hero .hero-visual {
    grid-template-columns: 1fr;
  }
  #kfm.home .l-hero .hero-visual-stay {
    display: block;
  }
  #kfm.home .l-hero .hero-visual-box {
    display: none;
  }
  #kfm.home .l-hero .hero-visual__illust {
    display: none;
  }
}
#kfm.home .l-lead {
  position: relative;
  padding-block: 10.375em 0;
}
#kfm.home .l-lead .lead-outline {
  position: relative;
  margin-inline: auto;
  width: min(65rem, 81.25%);
  z-index: 1;
}
#kfm.home .l-lead .lead-heading__ttl {
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.09em;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  text-align: center;
}
#kfm.home .l-lead .lead-heading__ttl > span:not(:first-child) {
  margin-left: -0.5em;
}
#kfm.home .l-lead .lead-heading__ttl .color-or {
  color: rgb(206 45 34 / 1);
}
#kfm.home .l-lead .lead-heading__ttl .color-oy {
  color: rgb(234 172 62 / 1);
}
#kfm.home .l-lead .lead-heading__ttl .color-og {
  color: rgb(123 179 62 / 1);
}
#kfm.home .l-lead .lead__txt {
  margin-top: 2.125em;
  font-size: 1rem;
  line-height: 2.625;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  text-align: center;
}
#kfm.home .l-lead .lead__txt > p + p {
  margin-top: 1lh;
}
#kfm.home .l-lead .lead-loop {
  --_w: 110.75em;
  --_h: 17.125em;
  --_x: calc(var(--_w) * -1);
  --_t: 20s;
  position: relative;
  margin-top: 5.25em;
  width: 100%;
  height: var(--_h);
  background: url(../img/top/lead_loop.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: var(--_w) var(--_h);
  -webkit-animation: loopBackground var(--_t) 0.5s linear infinite;
          animation: loopBackground var(--_t) 0.5s linear infinite;
  z-index: 1;
}
#kfm.home .l-lead .lead-ornament__illust {
  position: absolute;
}
#kfm.home .l-lead .lead-ornament__illust:nth-child(1) {
  top: 0;
  left: 0;
  width: 26.25em;
}
#kfm.home .l-lead .lead-ornament__illust:nth-child(2) {
  bottom: 10.25em;
  right: 0;
  width: 26.25em;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kfm.home .l-lead {
    font-size: 1.25vw;
  }
  #kfm.home .l-lead .lead-heading__ttl {
    font-size: 2.5em;
  }
  #kfm.home .l-lead .lead__txt {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  #kfm.home .l-lead {
    padding-top: 4.125em;
  }
  #kfm.home .l-lead .lead-outline {
    width: 87.2%;
  }
  #kfm.home .l-lead .lead-heading__ttl {
    font-size: 1.1875rem;
    letter-spacing: 0;
  }
  #kfm.home .l-lead .lead__txt {
    margin-top: 0.875em;
    font-size: 0.75rem;
    line-height: 2.3334;
    letter-spacing: 0;
  }
  #kfm.home .l-lead .lead-loop {
    margin-top: 3.25em;
  }
  #kfm.home .l-lead .lead-ornament__illust {
    position: absolute;
  }
  #kfm.home .l-lead .lead-ornament__illust:nth-child(1) {
    top: 0;
    left: -9em;
    width: 14em;
  }
  #kfm.home .l-lead .lead-ornament__illust:nth-child(2) {
    bottom: 13em;
    right: -1em;
    width: 14em;
  }
}
#kfm.home .l-soon {
  padding-block: 5.875em 6.25em;
}
#kfm.home .l-soon .soon-outline {
  position: relative;
  margin-inline: auto;
  width: min(65rem, 81.25%);
  z-index: 1;
}
#kfm.home .l-soon .soon-heading__ttl {
  display: grid;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
#kfm.home .l-soon .soon-heading__ttl::after {
  content: "";
  inline-size: 100%;
  height: 0.1945em;
  background: linear-gradient(to right, rgb(206 45 34 / 1) 0%, rgb(206 45 34 / 1) 33%, rgb(234 172 62 / 1) 33%, rgb(234 172 62 / 1) 66%, rgb(123 179 62 / 1) 66%, rgb(123 179 62 / 1) 100%);
}
#kfm.home .l-soon .soon__txt {
  margin-top: 2em;
  font-size: 1rem;
  line-height: 2.625;
  letter-spacing: 0.09em;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  text-align: center;
}
#kfm.home .l-soon .soon__txt > p + p {
  margin-top: 1lh;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kfm.home .l-soon {
    font-size: 1.25vw;
  }
  #kfm.home .l-soon .soon-heading__ttl {
    font-size: 2.25em;
  }
  #kfm.home .l-soon .soon__txt {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  #kfm.home .l-soon {
    padding-block: 4.125em;
  }
  #kfm.home .l-soon .soon-outline {
    width: 87.2%;
  }
  #kfm.home .l-soon .soon-heading__ttl {
    font-size: 1.1875rem;
    letter-spacing: 0;
  }
  #kfm.home .l-soon .soon__txt {
    margin-top: 0.875rem;
    font-size: 0.75rem;
    line-height: 2.3334;
    letter-spacing: 0;
  }
}
#kfm.home .l-about {
  position: relative;
  padding-block: 7.5em 8.25em;
  background-color: rgb(255 255 255 / 1);
}
#kfm.home .l-about-outline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-inline: auto;
  padding-inline: 7.5em;
  width: 81.25%;
  min-width: 80rem;
  z-index: 1;
}
#kfm.home .l-about-heading {
  margin-inline: 0 auto;
  padding-block: 6.875em 0;
  width: 46.154%;
}
#kfm.home .l-about-txt {
  margin-top: 3.375em;
  font-size: 1rem;
  line-height: 1.875;
}
#kfm.home .l-about-btn {
  margin-top: 3.5em;
}
#kfm.home .l-about-visual {
  --_border-radius: .25rem;
  margin-inline: 0 4.25em;
  width: 37.5%;
  border-radius: var(--_border-radius);
  overflow: hidden;
}
#kfm.home .l-about-ornament-item {
  position: absolute;
}
#kfm.home .l-about-ornament-item.item__01 {
  top: -4.875em;
  right: 39.125%;
  width: min(16.7188vw, 13.375rem);
  aspect-ratio: 1;
  z-index: -1;
}
#kfm.home .l-about-ornament-item.item__01 .cls-1 {
  fill: rgb(221 236 210 / 1);
}
#kfm.home .l-about-ornament-item.item__02 {
  bottom: -3.3125em;
  right: 11.172%;
  width: min(8.282vw, 6.625rem);
  aspect-ratio: 1;
  z-index: 1;
}
#kfm.home .l-about-ornament-item.item__02 .cls-1 {
  fill: rgb(255 237 208 / 1);
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kfm.home .l-about {
    font-size: 1.25vw;
  }
  #kfm.home .l-about-outline {
    width: 100%;
    min-width: unset;
  }
  #kfm.home .l-about-txt {
    font-size: 1em;
  }
  #kfm.home .l-about-visual {
    --_border-radius: .25em;
  }
}
@media screen and (max-width: 768px) {
  #kfm.home .l-about {
    padding-top: 14.9333333333vw;
    padding-bottom: 16vw;
  }
  #kfm.home .l-about-outline {
    flex-direction: column;
    padding-inline: 6.4vw;
    min-width: unset;
    width: 100%;
  }
  #kfm.home .l-about-heading {
    padding-top: unset;
    width: 100%;
  }
  #kfm.home .l-about-txt {
    margin-top: 9.0666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.858;
  }
  #kfm.home .l-about-btn {
    margin-top: 12.8vw;
  }
  #kfm.home .l-about-visual {
    --_border-radius: 1.0666666667vw;
    margin-top: 10.6666666667vw;
    margin-inline: unset;
    width: 100%;
  }
  #kfm.home .l-about-ornament-item.item__01 {
    top: 82.6666666667vw;
    left: -6.1333333333vw;
    width: 37.8666666667vw;
  }
  #kfm.home .l-about-ornament-item.item__02 {
    bottom: -10.6666666667vw;
    right: -3.2vw;
    width: 18.6666666667vw;
  }
}
#kfm.home .l-job {
  position: relative;
  padding-block: 3em 6.25em;
  background-color: rgb(247 249 250 / 1);
}
#kfm.home .l-job-outline {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-inline: auto;
  padding-inline: 7.5em;
  width: 81.25%;
  min-width: 80rem;
  z-index: 1;
}
#kfm.home .l-job-heading {
  margin-inline: auto 0;
  width: 46.154%;
}
#kfm.home .l-job-txt {
  margin-top: 2em;
  font-size: 1rem;
  line-height: 1.875;
}
#kfm.home .l-job-btn {
  margin-top: 3.5em;
}
#kfm.home .l-job-visual {
  --_border-radius: .25rem;
  margin: -6.75em 0 0 4.25em;
  width: 37.5%;
  border-radius: var(--_border-radius);
  overflow: hidden;
}
#kfm.home .l-job-ornament-item {
  position: absolute;
}
#kfm.home .l-job-ornament-item.item__01 {
  top: -11.4375em;
  left: 39.219%;
  width: min(11.563vw, 9.25rem);
  aspect-ratio: 1;
  z-index: -1;
}
#kfm.home .l-job-ornament-item.item__01 .cls-1 {
  fill: rgb(249 204 206 / 1);
}
#kfm.home .l-job-ornament-item.item__02 {
  bottom: -2.625em;
  left: 10.782%;
  width: min(6.719vw, 5.375rem);
  aspect-ratio: 1;
}
#kfm.home .l-job-ornament-item.item__02 .cls-1 {
  fill: rgb(220 235 209 / 1);
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kfm.home .l-job {
    font-size: 1.25vw;
  }
  #kfm.home .l-job-outline {
    width: 100%;
    min-width: unset;
  }
  #kfm.home .l-job-txt {
    font-size: 1em;
  }
  #kfm.home .l-job-visual {
    --_border-radius: .25em;
  }
}
@media screen and (max-width: 768px) {
  #kfm.home .l-job {
    padding-top: 14.9333333333vw;
    padding-bottom: 16vw;
  }
  #kfm.home .l-job-outline {
    flex-direction: column;
    padding-inline: 6.4vw;
    min-width: unset;
    width: 100%;
  }
  #kfm.home .l-job-heading {
    padding-top: unset;
    width: 100%;
  }
  #kfm.home .l-job-txt {
    margin-top: 9.0666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.858;
  }
  #kfm.home .l-job-btn {
    margin-top: 12.8vw;
  }
  #kfm.home .l-job-visual {
    --_border-radius: 1.0666666667vw;
    margin-top: 10.6666666667vw;
    margin-inline: unset;
    width: 100%;
  }
  #kfm.home .l-job-ornament-item.item__01 {
    top: 78.4vw;
    left: unset;
    right: -6.6666666667vw;
    width: 26.1333333333vw;
  }
  #kfm.home .l-job-ornament-item.item__02 {
    bottom: -9.6vw;
    left: -1.3333333333vw;
    width: 15.2vw;
  }
}
#kfm.home .l-interview {
  position: relative;
  margin-inline: auto;
  padding-block: 6.25em 12.5em;
  background-color: rgb(255 255 255 / 1);
}
#kfm.home .l-interview-outline {
  position: relative;
  margin-inline: auto;
  padding-inline: 7.5em;
  width: 81.25%;
  min-width: 80rem;
  z-index: 1;
}
#kfm.home .l-interview-visual {
  --_border-radius: .5rem;
  margin-top: 4.5em;
  border-radius: var(--_border-radius);
  overflow: hidden;
}
#kfm.home .l-interview-ornament-item {
  position: absolute;
}
#kfm.home .l-interview-ornament-item.item__01 {
  top: 4.375em;
  left: 0.938%;
  width: min(12.734vw, 10.1875rem);
  aspect-ratio: 1;
  z-index: -1;
}
#kfm.home .l-interview-ornament-item.item__01 .cls-1 {
  fill: rgb(255 237 208 / 1);
}
#kfm.home .l-interview-ornament-item.item__02 {
  bottom: -8.875em;
  right: 0.469%;
  width: min(16.719vw, 13.375rem);
  aspect-ratio: 1;
  z-index: -1;
}
#kfm.home .l-interview-ornament-item.item__02 .cls-1 {
  fill: rgb(221 236 210 / 1);
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kfm.home .l-interview {
    font-size: 1.25vw;
  }
  #kfm.home .l-interview-outline {
    width: 100%;
    min-width: unset;
  }
  #kfm.home .l-interview-visual {
    --_border-radius: .5em;
  }
}
@media screen and (max-width: 768px) {
  #kfm.home .l-interview {
    padding-top: 14.9333333333vw;
    padding-bottom: 16vw;
  }
  #kfm.home .l-interview-outline {
    flex-direction: column;
    padding-inline: 6.4vw;
    min-width: unset;
    width: 100%;
  }
  #kfm.home .l-interview-visual {
    --_border-radius: 1.6vw;
    margin-top: 11.2vw;
  }
  #kfm.home .l-interview-ornament-item.item__01 {
    top: 13.8666666667vw;
    left: -11.2vw;
    width: 28.8vw;
  }
  #kfm.home .l-interview-ornament-item.item__02 {
    bottom: -29.0666666667vw;
    right: -18.9333333333vw;
    width: 37.8666666667vw;
  }
}
#kfm.home .l-work-environment {
  position: relative;
  padding-block: 4.5em 7.5em;
  background-color: rgb(247 249 250 / 1);
}
#kfm.home .l-work-environment-outline {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-inline: auto;
  padding-inline: 7.5em;
  width: 81.25%;
  min-width: 80rem;
  z-index: 1;
}
#kfm.home .l-work-environment-heading {
  margin-inline: auto 0;
  width: 46.154%;
}
#kfm.home .l-work-environment-txt {
  margin-top: 2em;
  font-size: 1rem;
  line-height: 1.875;
}
#kfm.home .l-work-environment-btn {
  margin-top: 3.5em;
}
#kfm.home .l-work-environment-visual {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 1em;
  width: 46.924%;
}
#kfm.home .l-work-environment-visual-item {
  width: 46.722%;
}
#kfm.home .l-work-environment-visual-item:first-child {
  margin-top: -11.75em;
}
#kfm.home .l-work-environment-visual-item__image {
  --_border-radius: .25rem;
  border-radius: var(--_border-radius);
  overflow: hidden;
}
#kfm.home .l-work-environment-visual-item__image:not(:first-child) {
  margin-top: 2em;
}
#kfm.home .l-work-environment-ornament-item {
  position: absolute;
}
#kfm.home .l-work-environment-ornament-item.item__01 {
  top: -13.65em;
  left: 24.219%;
  width: min(6.719vw, 5.375rem);
  aspect-ratio: 1;
  z-index: 1;
}
#kfm.home .l-work-environment-ornament-item.item__01 .cls-1 {
  fill: rgb(249 204 206 / 1);
}
#kfm.home .l-work-environment-ornament-item.item__02 {
  bottom: -4.063em;
  left: 4.297%;
  width: min(11.563vw, 9.25rem);
  aspect-ratio: 1;
  z-index: 1;
}
#kfm.home .l-work-environment-ornament-item.item__02 .cls-1 {
  fill: rgb(255 237 208 / 1);
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kfm.home .l-work-environment {
    font-size: 1.25vw;
  }
  #kfm.home .l-work-environment-outline {
    width: 100%;
    min-width: unset;
  }
  #kfm.home .l-work-environment-txt {
    font-size: 1em;
  }
  #kfm.home .l-work-environment-visual-item__image {
    --_border-radius: .25em;
  }
}
@media screen and (max-width: 768px) {
  #kfm.home .l-work-environment {
    padding-top: 14.9333333333vw;
    padding-bottom: 16vw;
  }
  #kfm.home .l-work-environment-outline {
    flex-direction: column;
    padding-inline: 6.4vw;
    min-width: unset;
    width: 100%;
  }
  #kfm.home .l-work-environment-heading {
    padding-top: unset;
    width: 100%;
  }
  #kfm.home .l-work-environment-txt {
    margin-top: 9.0666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.858;
  }
  #kfm.home .l-work-environment-btn {
    margin-top: 12.8vw;
  }
  #kfm.home .l-work-environment-visual {
    padding-top: 10.6666666667vw;
    width: 100%;
  }
  #kfm.home .l-work-environment-visual-item {
    width: 46.789%;
  }
  #kfm.home .l-work-environment-visual-item:first-child {
    margin-top: unset;
  }
  #kfm.home .l-work-environment-visual-item:last-child {
    margin-top: 36.5333333333vw;
  }
  #kfm.home .l-work-environment-visual-item__image {
    --_border-radius: 1.0666666667vw;
  }
  #kfm.home .l-work-environment-visual-item__image:not(:first-child) {
    margin-top: 5.6vw;
  }
  #kfm.home .l-work-environment-ornament-item.item__01 {
    top: 96vw;
    left: 39.4666666667vw;
    width: 15.2vw;
  }
  #kfm.home .l-work-environment-ornament-item.item__02 {
    bottom: -14.4vw;
    left: -12vw;
    width: 26.1333333333vw;
  }
}
#kfm.home .l-join {
  padding-block: 6.25em;
  background-color: rgb(51 51 51 / 1);
}
#kfm.home .l-join .join-outline {
  margin-inline: auto;
  width: min(65rem, 81.25%);
}
#kfm.home .l-join .join-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#kfm.home .l-join .join-list-item {
  width: 48.077%;
}
#kfm.home .l-join .join-btn[data-kind=info] {
  --_border-radius: .5rem;
  --_border-size: 2px;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  padding: 3em 0.5926em;
  -moz-column-gap: 0.875em;
       column-gap: 0.875em;
  font-size: 1.6875rem;
  line-height: 1.1852;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: rgb(255 255 255 / 1);
  border-radius: var(--_border-radius);
  border: var(--_border-size) solid rgb(255 255 255 / 1);
  background-color: rgb(51 51 51 / 1);
  transition: 0.2s ease-in-out;
}
#kfm.home .l-join .join-btn[data-kind=info]::after {
  content: "";
  inline-size: 1.3125rem;
  aspect-ratio: 21/16;
  -webkit-mask-image: url("../img/c-arrow-btn-next.svg");
          mask-image: url("../img/c-arrow-btn-next.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  transition: 0.2s ease-in-out;
}
#kfm.home .l-join .join-btn[data-kind=info]:focus-visible {
  color: rgb(51 51 51 / 1);
  background-color: rgb(255 255 255 / 1);
}
#kfm.home .l-join .join-btn[data-kind=info]:focus-visible::after {
  transform: translateX(0.375rem);
}
@media (any-hover: hover) {
  #kfm.home .l-join .join-btn[data-kind=info]:where(:-webkit-any-link, :enabled, summary):hover {
    color: rgb(51 51 51 / 1);
    background-color: rgb(255 255 255 / 1);
  }
  #kfm.home .l-join .join-btn[data-kind=info]:where(:-moz-any-link, :enabled, summary):hover {
    color: rgb(51 51 51 / 1);
    background-color: rgb(255 255 255 / 1);
  }
  #kfm.home .l-join .join-btn[data-kind=info]:where(:any-link, :enabled, summary):hover {
    color: rgb(51 51 51 / 1);
    background-color: rgb(255 255 255 / 1);
  }
  #kfm.home .l-join .join-btn[data-kind=info]:where(:-webkit-any-link, :enabled, summary):hover::after {
    transform: translateX(0.375rem);
  }
  #kfm.home .l-join .join-btn[data-kind=info]:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(0.375rem);
  }
  #kfm.home .l-join .join-btn[data-kind=info]:where(:any-link, :enabled, summary):hover::after {
    transform: translateX(0.375rem);
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    #kfm.home .l-join .join-btn[data-kind=info].touch-active {
      color: rgb(51 51 51 / 1);
      background-color: rgb(255 255 255 / 1);
    }
    #kfm.home .l-join .join-btn[data-kind=info].touch-active::after {
      transform: translateX(0.375rem);
    }
  }
}
#kfm.home .l-join .join-btn[data-kind=entry] {
  --_border-radius: .5rem;
  --_border-size: 2px;
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.875em;
       column-gap: 0.875em;
  padding: 3em 0.5926em;
  font-size: 1.6875rem;
  line-height: 1.1852;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: rgb(255 255 255 / 1);
  border-radius: var(--_border-radius);
  border: var(--_border-size) solid rgb(51 51 51 / 1);
  background: linear-gradient(270deg, rgb(221, 4, 10) 0%, rgb(240, 127, 41) 100%);
  transition: 0.2s ease-in-out;
}
#kfm.home .l-join .join-btn[data-kind=entry]::before {
  --_border-size: 100vmax;
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 0.6);
  border-radius: var(--_border-radius);
  transform: scale(0, 0);
  transform-origin: center;
  transition: 0.2s ease-in-out;
}
#kfm.home .l-join .join-btn[data-kind=entry]::after {
  content: "";
  inline-size: 1.625rem;
  aspect-ratio: 19/17;
  -webkit-mask-image: url("../img/c-arrow-btn-blank.svg");
          mask-image: url("../img/c-arrow-btn-blank.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
  transition: 0.2s ease-in-out;
}
#kfm.home .l-join .join-btn[data-kind=entry]:focus-visible::before {
  transform: scale(1, 1);
}
@media (any-hover: hover) {
  #kfm.home .l-join .join-btn[data-kind=entry]:where(:-webkit-any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
  }
  #kfm.home .l-join .join-btn[data-kind=entry]:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
  }
  #kfm.home .l-join .join-btn[data-kind=entry]:where(:any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    #kfm.home .l-join .join-btn[data-kind=entry].touch-active::before {
      transform: scale(1, 1);
    }
  }
}
#kfm.home .l-join .join-loop {
  --_w: 29em;
  --_h: 4.5em;
  --_x: calc(var(--_w) * -1);
  --_t: 10s;
  position: relative;
  margin-top: 1.75em;
  width: 100%;
  height: var(--_h);
  background: url(../img/top/join_loop.svg);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: var(--_w) var(--_h);
  -webkit-animation: loopBackground var(--_t) 0.5s linear infinite;
          animation: loopBackground var(--_t) 0.5s linear infinite;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kfm.home .l-join {
    font-size: 1.25vw;
  }
  #kfm.home .l-join .join-list {
    width: 100%;
    min-width: unset;
  }
  #kfm.home .l-join .join-btn[data-kind=info] {
    --_border-radius: .5em;
    -moz-column-gap: 0.875em;
         column-gap: 0.875em;
    font-size: 1.6875em;
  }
  #kfm.home .l-join .join-btn[data-kind=info]::after {
    inline-size: 0.7778em;
  }
  #kfm.home .l-join .join-btn[data-kind=info]:focus-visible::after {
    transform: translateX(0.375em);
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) and (any-hover: hover) {
  #kfm.home .l-join .join-btn[data-kind=info]:where(:-webkit-any-link, :enabled, summary):hover::after {
    transform: translateX(0.375em);
  }
  #kfm.home .l-join .join-btn[data-kind=info]:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(0.375em);
  }
  #kfm.home .l-join .join-btn[data-kind=info]:where(:any-link, :enabled, summary):hover::after {
    transform: translateX(0.375em);
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) and (pointer: coarse), screen and (min-width: 769px) and (max-width: 1280px) and (hover: none) {
  @supports (touch-action: none) {
    #kfm.home .l-join .join-btn[data-kind=info].touch-active::after {
      transform: translateX(0.375em);
    }
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kfm.home .l-join .join-btn[data-kind=entry] {
    --_border-radius: .5em;
    -moz-column-gap: 0.875em;
         column-gap: 0.875em;
    font-size: 1.6875em;
  }
  #kfm.home .l-join .join-btn[data-kind=entry]::after {
    inline-size: 0.704em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kfm.home .l-join .join-loop-object {
    width: 29em;
  }
}
@media screen and (max-width: 768px) {
  #kfm.home .l-join {
    padding-block: 4.5em 3.5em;
  }
  #kfm.home .l-join .join-outline {
    width: 87.2%;
  }
  #kfm.home .l-join .join-list {
    flex-direction: column;
    row-gap: 1.25em;
    padding-inline: unset;
  }
  #kfm.home .l-join .join-list-item {
    width: 100%;
  }
  #kfm.home .l-join .join-btn[data-kind=info] {
    border-radius: 0.375em;
    -moz-column-gap: 1.6563em;
         column-gap: 1.6563em;
    font-size: 1rem;
  }
  #kfm.home .l-join .join-btn[data-kind=info]::after {
    inline-size: 0.6875em;
    aspect-ratio: 11/14;
  }
  #kfm.home .l-join .join-btn[data-kind=info]:focus-visible::after {
    transform: translateX(1.6vw);
  }
}
@media screen and (max-width: 768px) and (any-hover: hover) {
  #kfm.home .l-join .join-btn[data-kind=info]:where(:-webkit-any-link, :enabled, summary):hover::after {
    transform: translateX(1.6vw);
  }
  #kfm.home .l-join .join-btn[data-kind=info]:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(1.6vw);
  }
  #kfm.home .l-join .join-btn[data-kind=info]:where(:any-link, :enabled, summary):hover::after {
    transform: translateX(1.6vw);
  }
}
@media screen and (max-width: 768px) and (pointer: coarse), screen and (max-width: 768px) and (hover: none) {
  @supports (touch-action: none) {
    #kfm.home .l-join .join-btn[data-kind=info].touch-active::after {
      transform: translateX(1.6vw);
    }
  }
}
@media screen and (max-width: 768px) {
  #kfm.home .l-join .join-btn[data-kind=entry] {
    border-radius: 0.375em;
    -moz-column-gap: 1.6563em;
         column-gap: 1.6563em;
    font-size: 1rem;
  }
  #kfm.home .l-join .join-btn[data-kind=entry]::after {
    inline-size: 1.125em;
    aspect-ratio: 18/16;
  }
}
@media screen and (max-width: 768px) {
  #kfm.home .l-join .join-loop {
    margin-top: 2.5em;
  }
}
#kfm.subpage {
  min-height: 100vh;
  overflow-y: clip;
}
#kfm.subpage .l-about {
  margin-inline: auto;
  padding: 0 7.5em 10em;
  width: 81.25%;
  min-width: 80rem;
}
#kfm.subpage .l-about-breadcrumb {
  margin: 0 0 2.5em;
}
#kfm.subpage .l-about-menu {
  margin: 5.75em auto 6em;
}
#kfm.subpage .l-about-content {
  padding: 3.5em 0 0;
}
#kfm.subpage .l-about-hero {
  width: 100vw;
  max-width: 145rem;
}
#kfm.subpage .l-about-lead {
  margin-top: 3.25em;
  width: 76.924%;
  font-size: 1rem;
  line-height: 1.875;
}
#kfm.subpage .l-about-mission {
  position: relative;
  --_border-size: 1px;
  padding-block: 0 7.5em;
  border-bottom: var(--_border-size) solid rgb(221 221 221 / 1);
}
#kfm.subpage .l-about-mission-content {
  position: relative;
  padding-block: 4.5em 0;
  z-index: 1;
}
#kfm.subpage .l-about-mission-parent {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#kfm.subpage .l-about-mission-parent-area {
  width: 45.674%;
}
#kfm.subpage .l-about-mission-parent-area__ttl {
  font-size: 1.5rem;
  line-height: 1.8334;
  letter-spacing: 0.02em;
  font-weight: 700;
}
#kfm.subpage .l-about-mission-parent-area__text {
  margin-top: 1.5em;
  font-size: 1rem;
  line-height: 2;
}
#kfm.subpage .l-about-mission-parent-visual {
  --_border-radius: .25rem;
  width: 40.385%;
  border-radius: var(--_border-radius);
  overflow: hidden;
}
#kfm.subpage .l-about-mission-child {
  display: flex;
  align-items: center;
  -moz-column-gap: 5em;
       column-gap: 5em;
}
#kfm.subpage .l-about-mission-child:nth-child(even) {
  flex-direction: row-reverse;
}
#kfm.subpage .l-about-mission-child:nth-child(even) .l-about-mission-child-visual {
  --_border-radius: .25rem;
  flex: 1;
  margin-left: calc(50% - 50vw);
  border-radius: 0 var(--_border-radius) var(--_border-radius) 0;
  overflow: hidden;
}
#kfm.subpage .l-about-mission-child:nth-child(odd) .l-about-mission-child-visual {
  --_border-radius: .25rem;
  flex: 1;
  margin-right: calc(50% - 50vw);
  border-radius: var(--_border-radius) 0 0 var(--_border-radius);
  overflow: hidden;
}
#kfm.subpage .l-about-mission-child:nth-child(-n+2) {
  margin-top: 5em;
}
#kfm.subpage .l-about-mission-child:nth-child(n+3) {
  margin-top: 3.75em;
}
#kfm.subpage .l-about-mission-child-area {
  width: 46.154%;
}
#kfm.subpage .l-about-mission-child-area__text {
  position: relative;
  display: grid;
  row-gap: 2em;
  margin-top: 2em;
  font-size: 1rem;
  line-height: 1.875;
}
#kfm.subpage .l-about-mission-child-area__text::before {
  content: "";
  inline-size: 3.25rem;
  height: 1px;
  background-color: rgb(221 221 221 / 1);
}
#kfm.subpage .l-about-mission-child-visual {
  width: 100vw;
}
#kfm.subpage .l-about-mission-ornament {
  position: absolute;
  inset: 0;
  left: -7.5em;
  width: calc(100% + 15em);
  height: 100%;
  z-index: 0;
}
#kfm.subpage .l-about-mission-ornament-item {
  position: absolute;
  z-index: 1;
}
#kfm.subpage .l-about-mission-ornament-item.item__01 {
  top: 7.5em;
  right: 8.5em;
  width: 9.875rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-about-mission-ornament-item.item__01 .cls-1 {
  fill: rgb(221 236 210 / 1);
}
#kfm.subpage .l-about-mission-ornament-item.item__02 {
  top: 7.5em;
  left: 50%;
  width: 6.625rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-about-mission-ornament-item.item__02 .cls-1 {
  fill: rgb(255 237 208 / 1);
}
#kfm.subpage .l-about-mission-ornament-item.item__03 {
  top: 7.5em;
  left: 8.5em;
  width: 4.75rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-about-mission-ornament-item.item__03 .cls-1 {
  fill: rgb(249 204 206 / 1);
}
#kfm.subpage .l-about-mission-ornament-item.item__04 {
  bottom: 7.5em;
  right: 8.5em;
  transform: rotate(45deg);
  width: 9.25rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-about-mission-ornament-item.item__04 .cls-1 {
  fill: rgb(221 236 210 / 1);
}
#kfm.subpage .l-about-history {
  position: relative;
  --_border-size: 1px;
  padding-block: 7.5em;
  border-bottom: var(--_border-size) solid rgb(221 221 221 / 1);
}
#kfm.subpage .l-about-history-content {
  position: relative;
  padding-block: 4.5em 0;
  z-index: 1;
}
#kfm.subpage .l-about-history-lead {
  margin-top: 3.75em;
  width: 75.962%;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
}
#kfm.subpage .l-about-history-timeline {
  --_border_radius: .125rem;
  display: flex;
  -moz-column-gap: 3.75em;
       column-gap: 3.75em;
  padding: 5em 3.75em 0;
  border-radius: var(--_border-radius);
  background-color: rgb(247 249 250 / 1);
  overflow: hidden;
}
#kfm.subpage .l-about-history-timeline-visual {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 5em;
  width: 28.847%;
  min-width: 18.75rem;
}
#kfm.subpage .l-about-history-timeline-list {
  position: relative;
  padding-bottom: 7.5em;
}
#kfm.subpage .l-about-history-timeline-list::before {
  content: "";
  position: absolute;
  top: 1lh;
  left: 0;
  transform: translateX(-50%);
  width: 0.1875rem;
  height: 100%;
  background-image: url("../img/line-dot-vertical.svg");
  background-repeat: repeat-y;
}
#kfm.subpage .l-about-history-timeline-list > li {
  position: relative;
  display: grid;
  row-gap: 1.25em;
  padding-left: 2.25em;
}
#kfm.subpage .l-about-history-timeline-list > li::before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0;
  transform: translateX(-50%);
  width: 0.75rem;
  aspect-ratio: 1;
  background-image: url("../img/dot-standard.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#kfm.subpage .l-about-history-timeline-list > li:nth-child(2) {
  margin-top: 5em;
}
#kfm.subpage .l-about-history-timeline-list > li:nth-child(3) {
  margin-top: 8.125em;
}
#kfm.subpage .l-about-history-timeline-list > li:nth-child(4) {
  margin-top: 4.5em;
}
#kfm.subpage .l-about-history-timeline-list > li:nth-child(5) {
  margin-top: 3.5em;
}
#kfm.subpage .l-about-history-timeline-list > li.turning {
  position: relative;
}
#kfm.subpage .l-about-history-timeline-list > li.turning::before {
  content: none;
}
#kfm.subpage .l-about-history-timeline-list > li.turning::after {
  content: "";
  position: absolute;
  top: 1lh;
  left: 0;
  transform: translateX(-50%);
  width: 1rem;
  aspect-ratio: 1;
  background-image: url("../img/dot-turning.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#kfm.subpage .l-about-history-timeline-list > li.turning time {
  font-size: 2.75rem;
}
#kfm.subpage .l-about-history-timeline-list > li time {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: rgb(222 4 10 / 1);
}
#kfm.subpage .l-about-history-timeline-list > li p {
  margin-top: -0.4375em;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0;
  font-weight: 700;
}
#kfm.subpage .l-about-history-ornament {
  position: absolute;
  inset: 0;
  left: -7.5em;
  width: calc(100% + 15em);
  height: 100%;
  z-index: 0;
}
#kfm.subpage .l-about-history-ornament-item {
  position: absolute;
  z-index: 1;
}
#kfm.subpage .l-about-history-ornament-item.item__01 {
  top: 7.5em;
  right: 8.5em;
  width: 5.375rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-about-history-ornament-item.item__01 .cls-1 {
  fill: rgb(249 204 206 / 1);
}
#kfm.subpage .l-about-history-ornament-item.item__02 {
  top: 7.5em;
  right: 8.5em;
  width: 9.875rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-about-history-ornament-item.item__02 .cls-1 {
  fill: rgb(255 237 208 / 1);
}
#kfm.subpage .l-about-history-ornament-item.item__03 {
  bottom: 7.5em;
  left: 8.5em;
  transform: rotate(45deg);
  width: 9.25rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-about-history-ornament-item.item__03 .cls-1 {
  fill: rgb(221 236 210 / 1);
}
#kfm.subpage .l-about-case {
  position: relative;
  padding-block: 7.5em;
}
#kfm.subpage .l-about-case-content {
  position: relative;
  padding-block: 7.5em 0;
  z-index: 1;
}
#kfm.subpage .l-about-case-lead {
  margin-top: 3.75em;
  width: 75.962%;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
}
#kfm.subpage .l-about-case-ex:nth-of-type(n+2) {
  margin-top: 4.5em;
}
#kfm.subpage .l-about-case-ex__text {
  position: relative;
  display: grid;
  row-gap: 2em;
  margin-top: 2em;
  width: 81.731%;
  font-size: 1rem;
  line-height: 1.875;
}
#kfm.subpage .l-about-case-ex__text::before {
  content: "";
  inline-size: 3.25rem;
  height: 1px;
  background-color: rgb(221 221 221 / 1);
}
#kfm.subpage .l-about-case-ex-image {
  margin-top: 4.25em;
  padding: 0 3.75em;
}
#kfm.subpage .l-about-case-ex-block {
  margin-top: 4.25em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#kfm.subpage .l-about-case-ex-block:nth-of-type(n+2) {
  margin-top: 3.25em;
}
#kfm.subpage .l-about-case-ex-block-area {
  width: 46.154%;
}
#kfm.subpage .l-about-case-ex-block-area__ttl {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: 0.875em;
       column-gap: 0.875em;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}
#kfm.subpage .l-about-case-ex-block-area__ttl::before {
  content: "";
  inline-size: 3px;
  height: 100%;
  background-color: rgb(222 4 10 / 1);
}
#kfm.subpage .l-about-case-ex-block-area__text {
  margin-top: 1.5625em;
  font-size: 1rem;
  line-height: 1.875;
}
#kfm.subpage .l-about-case-ex-block-visual {
  --_border-radius: .25rem;
  width: 46.154%;
  border-radius: var(--_border-radius);
  overflow: hidden;
}
#kfm.subpage .l-about-case-ornament {
  position: absolute;
  inset: 0;
  left: -7.5em;
  width: calc(100% + 15em);
  height: 100%;
  z-index: 0;
}
#kfm.subpage .l-about-case-ornament-item {
  position: absolute;
  z-index: 1;
}
#kfm.subpage .l-about-case-ornament-item.item__01 {
  top: 7.5em;
  right: 8.5em;
  width: 6.625rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-about-case-ornament-item.item__01 .cls-1 {
  fill: rgb(221 236 210 / 1);
}
#kfm.subpage .l-about-case-ornament-item.item__02 {
  top: 7.5em;
  right: 8.5em;
  width: 13.375rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-about-case-ornament-item.item__02 .cls-1 {
  fill: rgb(255 237 208 / 1);
}
#kfm.subpage .l-about-case-ornament-item.item__03 {
  bottom: 7.5em;
  right: 8.5em;
  transform: rotate(45deg);
  width: 9.25rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-about-case-ornament-item.item__03 .cls-1 {
  fill: rgb(221 236 210 / 1);
}
#kfm.subpage .l-about-case-ornament-item.item__04 {
  bottom: 7.5em;
  left: 8.5em;
  width: 5.375rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-about-case-ornament-item.item__04 .cls-1 {
  fill: rgb(255 237 208 / 1);
}
#kfm.subpage .l-about-data {
  position: relative;
  padding-block: 7.5em 10em;
}
#kfm.subpage .l-about-data::before {
  --_z-index: -1;
  content: "";
  position: absolute;
  inset: 0;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: rgb(247 249 250 / 1);
  z-index: var(--_z-index);
}
#kfm.subpage .l-about-data-content {
  position: relative;
  margin-top: 5em;
  z-index: 1;
}
#kfm.subpage .l-about-data-lead {
  margin-top: 3.75em;
  width: 75.962%;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
}
#kfm.subpage .l-about-data-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(20.5rem, 1fr));
  gap: 1.75em;
}
#kfm.subpage .l-about-data-list-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5em 1.375em;
  width: 100%;
  background-color: rgb(255 255 255 / 1);
}
#kfm.subpage .l-about-data-list-column:nth-child(1) .l-about-data-list-column-object__num {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#kfm.subpage .l-about-data-list-column:nth-child(2) .l-about-data-list-column-object__num {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#kfm.subpage .l-about-data-list-column:nth-child(3) .l-about-data-list-column-object__num {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#kfm.subpage .l-about-data-list-column:nth-child(4) .l-about-data-list-column-object__num {
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#kfm.subpage .l-about-data-list-column:nth-child(4) .l-about-data-list-column-object__num .counter {
  font-size: 2.5rem;
}
#kfm.subpage .l-about-data-list-column:nth-child(5) .l-about-data-list-column-object__num {
  top: 60%;
  left: 54%;
  transform: translate(0, 0);
}
#kfm.subpage .l-about-data-list-column:nth-child(6) .l-about-data-list-column-object__num {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#kfm.subpage .l-about-data-list-column:nth-child(7) .l-about-data-list-column-object__num {
  -moz-column-gap: 0.625em;
       column-gap: 0.625em;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#kfm.subpage .l-about-data-list-column:nth-child(7) .l-about-data-list-column-object__num .counter {
  font-size: 2.5rem;
}
#kfm.subpage .l-about-data-list-column:nth-child(8) .l-about-data-list-column-object__num {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#kfm.subpage .l-about-data-list-column:nth-child(9) .l-about-data-list-column-object__num {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#kfm.subpage .l-about-data-list-column__ttl {
  margin-top: -0.25em;
  font-size: 1.125rem;
  line-height: 1.445;
  letter-spacing: 0;
  font-weight: 700;
}
#kfm.subpage .l-about-data-list-column__text {
  margin: 1.5em 0 -0.5625em;
  font-size: 0.75rem;
  line-height: 2.5;
}
#kfm.subpage .l-about-data-list-column-object {
  position: relative;
  margin-top: 1.25em;
}
#kfm.subpage .l-about-data-list-column-object__num {
  display: flex;
  align-items: baseline;
  position: absolute;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}
#kfm.subpage .l-about-data-list-column-object__num .counter {
  font-size: 3.75rem;
  line-height: 1;
  color: rgb(222 4 10 / 1);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  transition: 0.2s ease-in-out;
}
#kfm.subpage .l-about-data-ornament {
  position: absolute;
  inset: 0;
  left: -7.5em;
  width: calc(100% + 15em);
  height: 100%;
  z-index: 0;
}
#kfm.subpage .l-about-data-ornament-item {
  position: absolute;
  z-index: 1;
}
#kfm.subpage .l-about-data-ornament-item.item__01 {
  top: 7.5em;
  right: 8.5em;
  width: 6.625rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-about-data-ornament-item.item__01 .cls-1 {
  fill: rgb(221 236 210 / 1);
}
#kfm.subpage .l-about-data-ornament-item.item__02 {
  bottom: 7.5em;
  left: 8.5em;
  transform: rotate(45deg);
  width: 9.25rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-about-data-ornament-item.item__02 .cls-1 {
  fill: rgb(249 204 206 / 1);
}
#kfm.subpage .l-about-page-btn {
  margin: 10em auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kfm.subpage .l-about {
    width: 100%;
    min-width: unset;
    font-size: 1.25vw;
  }
  #kfm.subpage .l-about-hero {
    width: 100vw;
    max-width: 145rem;
  }
  #kfm.subpage .l-about-lead {
    font-size: 1em;
  }
  #kfm.subpage .l-about-mission-parent-area__ttl {
    font-size: 1.5em;
  }
  #kfm.subpage .l-about-mission-parent-area__text {
    font-size: 1em;
  }
  #kfm.subpage .l-about-mission-parent-visual {
    --_border-radius: .25em;
  }
  #kfm.subpage .l-about-mission-child {
    -moz-column-gap: 5em;
         column-gap: 5em;
  }
  #kfm.subpage .l-about-mission-child:nth-child(even) .l-about-mission-child-visual {
    --_border-radius: .25em;
  }
  #kfm.subpage .l-about-mission-child:nth-child(odd) .l-about-mission-child-visual {
    --_border-radius: .25em;
  }
  #kfm.subpage .l-about-mission-child-area__text {
    font-size: 1em;
  }
  #kfm.subpage .l-about-mission-child-area__text::before {
    inline-size: 3.25em;
  }
  #kfm.subpage .l-about-mission-child-visual {
    width: 100vw;
  }
  #kfm.subpage .l-about-history-lead {
    font-size: 1em;
  }
  #kfm.subpage .l-about-history-timeline {
    --_border_radius: .125em;
  }
  #kfm.subpage .l-about-history-timeline-visual {
    min-width: 18.75em;
  }
  #kfm.subpage .l-about-history-timeline-list::before {
    width: 0.1875em;
  }
  #kfm.subpage .l-about-history-timeline-list > li::before {
    width: 0.75em;
  }
  #kfm.subpage .l-about-history-timeline-list > li.turning::after {
    width: 1em;
  }
  #kfm.subpage .l-about-history-timeline-list > li.turning time {
    font-size: 2.75em;
  }
  #kfm.subpage .l-about-history-timeline-list > li time {
    font-size: 1.75em;
  }
  #kfm.subpage .l-about-history-timeline-list > li p {
    font-size: 1em;
  }
  #kfm.subpage .l-about-case-lead {
    font-size: 1em;
  }
  #kfm.subpage .l-about-case-ex__text {
    font-size: 1em;
  }
  #kfm.subpage .l-about-case-ex__text::before {
    inline-size: 3.25em;
  }
  #kfm.subpage .l-about-case-ex-block-area__ttl {
    font-size: 1.25em;
  }
  #kfm.subpage .l-about-case-ex-block-area__text {
    font-size: 1em;
  }
  #kfm.subpage .l-about-case-ex-block-visual {
    --_border-radius: .25em;
  }
  #kfm.subpage .l-about-data-lead {
    font-size: 1em;
  }
  #kfm.subpage .l-about-data-list {
    grid-template-columns: repeat(3, minmax(20.5em, 1fr));
  }
  #kfm.subpage .l-about-data-list-column:nth-child(4) .l-about-data-list-column-object__num .counter {
    font-size: 2.5em;
  }
  #kfm.subpage .l-about-data-list-column:nth-child(7) .l-about-data-list-column-object__num .counter {
    font-size: 2.5em;
  }
  #kfm.subpage .l-about-data-list-column__ttl {
    font-size: 1.125em;
  }
  #kfm.subpage .l-about-data-list-column__text {
    font-size: 0.75em;
  }
  #kfm.subpage .l-about-data-list-column-object__num {
    font-size: 1.25em;
  }
  #kfm.subpage .l-about-data-list-column-object__num .counter {
    font-size: 3.75em;
  }
}
@media screen and (max-width: 768px) {
  #kfm.subpage .l-about {
    padding-inline: 6.4vw;
    padding-bottom: 21.3333333333vw;
    min-width: unset;
    width: 100%;
  }
  #kfm.subpage .l-about-breadcrumb {
    margin-bottom: 7.4666666667vw;
  }
  #kfm.subpage .l-about-menu {
    margin-top: 13.8666666667vw;
    margin-bottom: 19.2vw;
  }
  #kfm.subpage .l-about-content {
    padding: 3.5rem 0 0;
    padding-top: 9.6vw;
  }
  #kfm.subpage .l-about-hero {
    width: 100vw;
    max-width: unset;
  }
  #kfm.subpage .l-about-lead {
    margin-top: 6.9333333333vw;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.858;
  }
  #kfm.subpage .l-about-mission {
    padding-bottom: 21.3333333333vw;
  }
  #kfm.subpage .l-about-mission-content {
    padding-top: 9.6vw;
  }
  #kfm.subpage .l-about-mission-parent {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 8.5333333333vw;
  }
  #kfm.subpage .l-about-mission-parent-area {
    width: 100%;
  }
  #kfm.subpage .l-about-mission-parent-area__ttl {
    font-size: 5.8666666667vw;
    line-height: 1.455;
  }
  #kfm.subpage .l-about-mission-parent-area__text {
    margin-top: 6.4vw;
    font-size: 3.7333333333vw;
    line-height: 1.858;
  }
  #kfm.subpage .l-about-mission-parent-visual {
    --_border-radius: 1.0666666667vw;
    margin-inline: auto;
    width: 81.652%;
  }
  #kfm.subpage .l-about-mission-child {
    align-items: flex-start;
    row-gap: 8vw;
  }
  #kfm.subpage .l-about-mission-child:nth-child(even) {
    flex-direction: column-reverse;
  }
  #kfm.subpage .l-about-mission-child:nth-child(even) .l-about-mission-child-visual {
    --_border-radius: 1.0666666667vw;
    margin-left: unset;
    border-radius: var(--_border-radius);
  }
  #kfm.subpage .l-about-mission-child:nth-child(odd) {
    flex-direction: column-reverse;
  }
  #kfm.subpage .l-about-mission-child:nth-child(odd) .l-about-mission-child-visual {
    --_border-radius: 1.0666666667vw;
    margin-right: unset;
    border-radius: var(--_border-radius);
  }
  #kfm.subpage .l-about-mission-child:nth-child(-n+2) {
    margin-top: 16vw;
  }
  #kfm.subpage .l-about-mission-child:nth-child(n+3) {
    margin-top: 9.6vw;
  }
  #kfm.subpage .l-about-mission-child-area {
    width: 100%;
  }
  #kfm.subpage .l-about-mission-child-area__text {
    row-gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.858;
  }
  #kfm.subpage .l-about-mission-child-area__text::before {
    inline-size: 11.7333333333vw;
  }
  #kfm.subpage .l-about-mission-child-visual {
    width: 100%;
  }
  #kfm.subpage .l-about-history {
    padding-block: 21.3333333333vw;
  }
  #kfm.subpage .l-about-history-content {
    padding-top: 9.6vw;
  }
  #kfm.subpage .l-about-history-lead {
    margin-top: 9.6vw;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.858;
  }
  #kfm.subpage .l-about-history-timeline {
    --_border-radius: 0.5333333333vw;
    position: relative;
    display: block;
    -moz-column-gap: unset;
         column-gap: unset;
    left: -3.2vw;
    padding-top: 8.5333333333vw;
    padding-inline: 7.7333333333vw;
    width: calc(100% + 6.4vw);
  }
  #kfm.subpage .l-about-history-timeline-visual {
    display: block;
    position: absolute;
    inset: 0;
    padding-bottom: unset;
    width: 100%;
    min-width: unset;
  }
  #kfm.subpage .l-about-history-timeline-visual__item {
    position: absolute;
    left: 14.9333333333vw;
  }
  #kfm.subpage .l-about-history-timeline-visual__item:nth-of-type(1) {
    top: 29.8666666667vw;
    width: 64vw;
  }
  #kfm.subpage .l-about-history-timeline-visual__item:nth-of-type(2) {
    bottom: 10.6666666667vw;
    width: 64vw;
  }
  #kfm.subpage .l-about-history-timeline-list {
    position: relative;
    padding-bottom: 58.6666666667vw;
  }
  #kfm.subpage .l-about-history-timeline-list::before {
    width: 0.8vw;
  }
  #kfm.subpage .l-about-history-timeline-list > li {
    row-gap: 3.2vw;
    padding-left: 7.2vw;
  }
  #kfm.subpage .l-about-history-timeline-list > li::before {
    inline-size: 1.6vw;
  }
  #kfm.subpage .l-about-history-timeline-list > li:nth-child(1) {
    padding-bottom: 46.9333333333vw;
  }
  #kfm.subpage .l-about-history-timeline-list > li:nth-child(2) {
    margin-top: 10.6666666667vw;
  }
  #kfm.subpage .l-about-history-timeline-list > li:nth-child(3) {
    margin-top: 16vw;
  }
  #kfm.subpage .l-about-history-timeline-list > li:nth-child(4) {
    margin-top: 10.6666666667vw;
  }
  #kfm.subpage .l-about-history-timeline-list > li:nth-child(5) {
    margin-top: 10.6666666667vw;
  }
  #kfm.subpage .l-about-history-timeline-list > li.turning::before {
    content: none;
  }
  #kfm.subpage .l-about-history-timeline-list > li.turning::after {
    top: 0.5lh;
    inline-size: 3.2vw;
  }
  #kfm.subpage .l-about-history-timeline-list > li.turning time {
    font-size: 8.5333333333vw;
  }
  #kfm.subpage .l-about-history-timeline-list > li time {
    font-size: 5.3333333333vw;
  }
  #kfm.subpage .l-about-history-timeline-list > li p {
    margin-top: -1.6vw;
    font-size: 3.7333333333vw;
    line-height: 1.858;
  }
  #kfm.subpage .l-about-case {
    padding-block: 21.3333333333vw;
  }
  #kfm.subpage .l-about-case-content {
    padding-top: 9.6vw;
  }
  #kfm.subpage .l-about-case-lead {
    margin-top: 9.6vw;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.858;
  }
  #kfm.subpage .l-about-case-ex:nth-of-type(n+2) {
    margin-top: 13.8666666667vw;
  }
  #kfm.subpage .l-about-case-ex__text {
    row-gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.858;
  }
  #kfm.subpage .l-about-case-ex__text::before {
    inline-size: 11.7333333333vw;
  }
  #kfm.subpage .l-about-case-ex-image {
    margin-top: 9.6vw;
    padding: unset;
  }
  #kfm.subpage .l-about-case-ex-block {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 5.3333333333vw;
    margin-top: 9.6vw;
  }
  #kfm.subpage .l-about-case-ex-block:nth-of-type(n+2) {
    margin-top: 7.4666666667vw;
  }
  #kfm.subpage .l-about-case-ex-block-area {
    width: 100%;
  }
  #kfm.subpage .l-about-case-ex-block-area__ttl {
    -moz-column-gap: 3.2vw;
         column-gap: 3.2vw;
    font-size: 4.2666666667vw;
  }
  #kfm.subpage .l-about-case-ex-block-area__ttl::before {
    inline-size: 0.5333333333vw;
  }
  #kfm.subpage .l-about-case-ex-block-area__text {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.858;
  }
  #kfm.subpage .l-about-case-ex-block-visual {
    --_border-radius: 1.0666666667vw;
    width: 100%;
  }
  #kfm.subpage .l-about-data {
    padding-block: 21.3333333333vw;
  }
  #kfm.subpage .l-about-data-content {
    margin-top: 10.6666666667vw;
  }
  #kfm.subpage .l-about-data-lead {
    margin-top: 9.6vw;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.858;
  }
  #kfm.subpage .l-about-data-list {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
  #kfm.subpage .l-about-data-list-column {
    margin-inline: auto;
    padding-block: 5.6vw;
    padding-inline: 5.0666666667vw;
    width: 87.462%;
  }
  #kfm.subpage .l-about-data-list-column:nth-child(4) .l-about-data-list-column-object__num .counter {
    font-size: 9.6vw;
  }
  #kfm.subpage .l-about-data-list-column:nth-child(7) .l-about-data-list-column-object__num .counter {
    font-size: 9.6vw;
  }
  #kfm.subpage .l-about-data-list-column__ttl {
    margin-top: -1.6vw;
    font-size: 4vw;
    line-height: 1.4;
  }
  #kfm.subpage .l-about-data-list-column__text {
    margin-bottom: -2.4vw;
    font-size: 3.2vw;
  }
  #kfm.subpage .l-about-data-list-column-object__num {
    font-size: 4.5333333333vw;
  }
  #kfm.subpage .l-about-data-list-column-object__num .counter {
    font-size: 13.6vw;
  }
  #kfm.subpage .l-about-data-list-column .counter {
    font-size: 13.6vw;
  }
  #kfm.subpage .l-about-page-btn {
    margin-top: 21.3333333333vw;
  }
}
#kfm.subpage .l-recruit-info {
  margin-inline: auto;
  padding: 2em 0 7.5em;
  width: min(65rem, 81.25%);
}
#kfm.subpage .l-recruit-info .recruit-info-breadcrumb {
  margin: 0 0 2.5em;
}
#kfm.subpage .l-recruit-info .recruit-info-content {
  padding: 5.75em 3.75em 0;
}
#kfm.subpage .l-recruit-info .recruit-info-dist {
  --_border-size: 1px;
  display: flex;
  flex-direction: column;
  border-top: var(--_border-size) solid rgb(221 221 221 / 1);
  border-bottom: var(--_border-size) solid rgb(221 221 221 / 1);
}
#kfm.subpage .l-recruit-info .recruit-info-dist__group {
  display: flex;
  padding-block: 2.5em;
}
#kfm.subpage .l-recruit-info .recruit-info-dist__group + .recruit-info-dist__group {
  --_border-size: 1px;
  border-top: var(--_border-size) solid rgb(221 221 221 / 1);
}
#kfm.subpage .l-recruit-info .recruit-info-dist__term {
  flex-shrink: 1;
  width: 11.875rem;
  font-size: 1.125em;
  line-height: 1;
  font-weight: 700;
}
#kfm.subpage .l-recruit-info .recruit-info-dist__desc {
  flex: 1;
  margin-top: -0.4375em;
  font-size: 1rem;
  line-height: 1.875;
}
#kfm.subpage .l-recruit-info .recruit-info-dist__desc > p {
  font-size: 1rem;
  line-height: 1.875;
}
#kfm.subpage .l-recruit-info .recruit-info-dist__note > li {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 0.875rem;
  line-height: 1.858;
}
#kfm.subpage .l-recruit-info .recruit-info-dist__note > li::before {
  content: "※";
}
#kfm.subpage .l-recruit-info .recruit-info-entry-btn {
  margin: 10em auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kfm.subpage .l-recruit-info {
    font-size: 1.25vw;
  }
  #kfm.subpage .l-recruit-info .recruit-info-dist__term {
    width: 11.875em;
    font-size: 1.125em;
  }
  #kfm.subpage .l-recruit-info .recruit-info-dist__desc {
    flex: 1;
    font-size: 1em;
  }
  #kfm.subpage .l-recruit-info .recruit-info-dist__desc > p {
    font-size: 1em;
  }
  #kfm.subpage .l-recruit-info .recruit-info-dist__note > li {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 768px) {
  #kfm.subpage .l-recruit-info {
    padding-bottom: 1.75em;
    width: 87.2%;
  }
  #kfm.subpage .l-recruit-info .recruit-info-breadcrumb {
    margin-bottom: 1.75em;
  }
  #kfm.subpage .l-recruit-info .recruit-info-content {
    padding-inline: unset;
    padding-bottom: 3.75em;
  }
  #kfm.subpage .l-recruit-info .recruit-info-dist__group {
    flex-direction: column;
    row-gap: 1.375em;
  }
  #kfm.subpage .l-recruit-info .recruit-info-dist__term {
    width: 100%;
    font-size: 1.125em;
  }
  #kfm.subpage .l-recruit-info .recruit-info-dist__desc {
    margin-top: -0.4286em;
    font-size: 0.875em;
  }
  #kfm.subpage .l-recruit-info .recruit-info-dist__desc > p {
    font-size: 0.875em;
  }
  #kfm.subpage .l-recruit-info .recruit-info-dist__note > li {
    font-size: 0.75em;
    line-height: 1.667;
  }
  #kfm.subpage .l-recruit-info .recruit-info-entry-btn {
    margin-top: 5em;
  }
}
#kfm.subpage .l-job {
  margin-inline: auto;
  padding: 0 7.5em 10em;
  width: 81.25%;
  min-width: 80rem;
}
#kfm.subpage .l-job-breadcrumb {
  margin: 0 0 2.5em;
}
#kfm.subpage .l-job-menu {
  margin: 5.75em auto 6em;
}
#kfm.subpage .l-job-content {
  padding: 3.5em 0 0;
}
#kfm.subpage .l-job-hero {
  width: 100vw;
  max-width: 145rem;
}
#kfm.subpage .l-job-lead {
  margin-top: 3.25em;
  width: 76.924%;
  font-size: 1rem;
  line-height: 1.875;
}
#kfm.subpage .l-job-organization {
  position: relative;
  --_border-size: 1px;
  padding-block: 0 7.5em;
  border-bottom: var(--_border-size) solid rgb(221 221 221 / 1);
}
#kfm.subpage .l-job-organization-lead {
  margin-top: 3.75em;
  width: 78.847%;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
}
#kfm.subpage .l-job-organization-content {
  position: relative;
  padding: 5em 0 0;
  z-index: 1;
}
#kfm.subpage .l-job-organization-image {
  padding: 0 3.75em;
}
#kfm.subpage .l-job-organization-ornament {
  position: absolute;
  inset: 0;
  left: -7.5em;
  width: calc(100% + 15em);
  height: 100%;
  z-index: 0;
}
#kfm.subpage .l-job-organization-ornament-item {
  position: absolute;
  z-index: 1;
}
#kfm.subpage .l-job-organization-ornament-item.item__01 {
  top: 7.5em;
  right: 8.5em;
  transform: rotate(45deg);
  width: 9.25rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-job-organization-ornament-item.item__01 .cls-1 {
  fill: rgb(249 204 206 / 1);
}
#kfm.subpage .l-job-organization-ornament-item.item__02 {
  top: 13.375em;
  right: 4.375em;
  width: 5.375rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-job-organization-ornament-item.item__02 .cls-1 {
  fill: rgb(255 237 208 / 1);
}
#kfm.subpage .l-job-organization-ornament-item.item__03 {
  bottom: 13.375em;
  left: 4.375em;
  width: 9.875rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-job-organization-ornament-item.item__03 .cls-1 {
  fill: rgb(221 236 210 / 1);
}
#kfm.subpage .l-job-headoffice {
  position: relative;
  --_border-size: 1px;
  padding-block: 8.75em 7.5em;
  border-bottom: var(--_border-size) solid rgb(221 221 221 / 1);
}
#kfm.subpage .l-job-headoffice-outline {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
#kfm.subpage .l-job-headoffice-heading {
  width: 55.289%;
}
#kfm.subpage .l-job-headoffice-header {
  margin: 0 auto 0 0;
}
#kfm.subpage .l-job-headoffice-lead {
  margin: 3.75em auto 0 0;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
}
#kfm.subpage .l-job-headoffice-visual {
  --_border-radius: .25rem;
  margin: -1.25em 3.75em 0 auto;
  width: 25.962%;
  border-radius: var(--_border-radius);
  overflow: hidden;
}
#kfm.subpage .l-job-headoffice-content {
  padding-block: 5em 0;
}
#kfm.subpage .l-job-headoffice-dist {
  display: flex;
  flex-direction: column;
  row-gap: 0.75em;
}
#kfm.subpage .l-job-headoffice-dist__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.25em 3.75em;
  background-color: rgb(247 249 250 / 1);
}
#kfm.subpage .l-job-headoffice-dist__term {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  color: rgb(222 4 10 / 1);
}
#kfm.subpage .l-job-headoffice-dist__term::before {
  content: "";
  inline-size: 4.5rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-job-headoffice-dist__desc {
  width: 71.957%;
  font-size: 1em;
  line-height: 1.875;
}
#kfm.subpage .l-job-headoffice-ornament {
  position: absolute;
  inset: 0;
  left: -7.5em;
  width: calc(100% + 15em);
  height: 100%;
  z-index: 0;
}
#kfm.subpage .l-job-headoffice-ornament-item {
  position: absolute;
  z-index: 1;
}
#kfm.subpage .l-job-headoffice-ornament-item.item__01 {
  top: 7.5em;
  right: 8.5em;
  width: 6.625rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-job-headoffice-ornament-item.item__01 .cls-1 {
  fill: rgb(255 237 208 / 1);
}
#kfm.subpage .l-job-store {
  position: relative;
  padding-block: 7.5em 0;
}
#kfm.subpage .l-job-store-outline {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  z-index: 1;
}
#kfm.subpage .l-job-store-heading {
  margin: 0 3.75em 0 0;
  width: 55.289%;
}
#kfm.subpage .l-job-store-header {
  margin: 0 0 0 auto;
}
#kfm.subpage .l-job-store-lead {
  margin: 3.75em 0 0 auto;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
}
#kfm.subpage .l-job-store-visual {
  --_border-radius: .25rem;
  margin: -1.25em auto 0 0;
  width: 25.962%;
  border-radius: var(--_border-radius);
  overflow: hidden;
}
#kfm.subpage .l-job-store-content {
  padding-block: 5em 0;
}
#kfm.subpage .l-job-store-dist {
  display: flex;
  flex-direction: column;
  row-gap: 0.75em;
}
#kfm.subpage .l-job-store-dist__group {
  --_border-radius: .25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.25em 3.75em;
  border-radius: var(--_border-radius);
  background-color: rgb(247 249 250 / 1);
}
#kfm.subpage .l-job-store-dist__term {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  color: rgb(222 4 10 / 1);
}
#kfm.subpage .l-job-store-dist__term::before {
  content: "";
  inline-size: 4.5rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-job-store-dist__desc {
  width: 71.957%;
  font-size: 1rem;
  line-height: 1.875;
}
#kfm.subpage .l-job-store-ornament {
  position: absolute;
  inset: 0;
  left: -7.5em;
  width: calc(100% + 15em);
  height: 100%;
  z-index: 0;
}
#kfm.subpage .l-job-store-ornament-item {
  position: absolute;
  z-index: 1;
}
#kfm.subpage .l-job-store-ornament-item.item__01 {
  top: 7.5em;
  right: 8.5em;
  width: 9.875rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-job-store-ornament-item.item__01 .cls-1 {
  fill: rgb(221 236 210 / 1);
}
#kfm.subpage .l-job-store-ornament-item.item__02 {
  top: 7.5em;
  left: 8.5em;
  width: 5.375rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-job-store-ornament-item.item__02 .cls-1 {
  fill: rgb(249 204 206 / 1);
}
#kfm.subpage .l-job-page-btn {
  margin: 10em auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kfm.subpage .l-job {
    width: 100%;
    min-width: unset;
    font-size: 1.25vw;
  }
  #kfm.subpage .l-job-lead {
    font-size: 1em;
  }
  #kfm.subpage .l-job-organization-lead {
    font-size: 1em;
  }
  #kfm.subpage .l-job-headoffice-lead {
    font-size: 1em;
  }
  #kfm.subpage .l-job-headoffice-visual {
    --_border-radius: .25em;
  }
  #kfm.subpage .l-job-headoffice-dist__group {
    padding: 2.25em 3.75em;
  }
  #kfm.subpage .l-job-headoffice-dist__term {
    font-size: 1.25em;
  }
  #kfm.subpage .l-job-headoffice-dist__term::before {
    inline-size: 4.5em;
  }
  #kfm.subpage .l-job-headoffice-dist__desc {
    font-size: 1em;
  }
  #kfm.subpage .l-job-store-lead {
    font-size: 1em;
  }
  #kfm.subpage .l-job-store-visual {
    --_border-radius: .25em;
  }
  #kfm.subpage .l-job-store-dist__group {
    --_border-radius: .25em;
  }
  #kfm.subpage .l-job-store-dist__term {
    font-size: 1.25em;
  }
  #kfm.subpage .l-job-store-dist__term::before {
    inline-size: 4.5em;
  }
  #kfm.subpage .l-job-store-dist__desc {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  #kfm.subpage .l-job {
    padding-inline: 6.4vw;
    padding-bottom: 21.3333333333vw;
    min-width: unset;
    width: 100%;
  }
  #kfm.subpage .l-job-breadcrumb {
    margin-bottom: 7.4666666667vw;
  }
  #kfm.subpage .l-job-menu {
    margin-top: 13.8666666667vw;
    margin-bottom: 19.2vw;
  }
  #kfm.subpage .l-job-content {
    padding-top: 9.6vw;
  }
  #kfm.subpage .l-job-hero {
    width: 100vw;
    max-width: unset;
  }
  #kfm.subpage .l-job-lead {
    margin-top: 6.9333333333vw;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.858;
  }
  #kfm.subpage .l-job-organization {
    padding-bottom: 21.3333333333vw;
  }
  #kfm.subpage .l-job-organization-lead {
    margin-top: 9.6vw;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.858;
  }
  #kfm.subpage .l-job-organization-content {
    padding-top: 9.6vw;
  }
  #kfm.subpage .l-job-organization-image {
    padding: unset;
  }
  #kfm.subpage .l-job-headoffice {
    padding-block: 21.3333333333vw;
  }
  #kfm.subpage .l-job-headoffice-outline {
    flex-direction: column;
  }
  #kfm.subpage .l-job-headoffice-heading {
    width: 100%;
  }
  #kfm.subpage .l-job-headoffice-header {
    margin: unset;
  }
  #kfm.subpage .l-job-headoffice-lead {
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.858;
  }
  #kfm.subpage .l-job-headoffice-visual {
    --_border-radius: 1.0666666667vw;
    margin-top: 9.6vw;
    margin-inline: auto;
    width: 91.744%;
  }
  #kfm.subpage .l-job-headoffice-content {
    padding-top: 10.6666666667vw;
  }
  #kfm.subpage .l-job-headoffice-dist {
    row-gap: 3.2vw;
  }
  #kfm.subpage .l-job-headoffice-dist__group {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 3.7333333333vw;
    padding-block: 6.9333333333vw;
    padding-inline: 4.2666666667vw;
  }
  #kfm.subpage .l-job-headoffice-dist__term {
    -moz-column-gap: 2.6666666667vw;
         column-gap: 2.6666666667vw;
    font-size: 4.8vw;
  }
  #kfm.subpage .l-job-headoffice-dist__term::before {
    inline-size: 11.7333333333vw;
  }
  #kfm.subpage .l-job-headoffice-dist__desc {
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.715;
  }
  #kfm.subpage .l-job-store {
    padding-top: 21.3333333333vw;
  }
  #kfm.subpage .l-job-store-outline {
    flex-direction: column;
  }
  #kfm.subpage .l-job-store-heading {
    margin: unset;
    width: 100%;
  }
  #kfm.subpage .l-job-store-header {
    margin: unset;
  }
  #kfm.subpage .l-job-store-lead {
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.858;
  }
  #kfm.subpage .l-job-store-visual {
    --_border-radius: 1.0666666667vw;
    margin-top: 9.6vw;
    margin-inline: auto;
    width: 91.744%;
  }
  #kfm.subpage .l-job-store-content {
    padding-top: 10.6666666667vw;
  }
  #kfm.subpage .l-job-store-dist {
    row-gap: 3.2vw;
  }
  #kfm.subpage .l-job-store-dist__group {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 3.7333333333vw;
    padding-block: 6.9333333333vw;
    padding-inline: 4.2666666667vw;
  }
  #kfm.subpage .l-job-store-dist__term {
    -moz-column-gap: 2.6666666667vw;
         column-gap: 2.6666666667vw;
    font-size: 4.8vw;
  }
  #kfm.subpage .l-job-store-dist__term::before {
    inline-size: 11.7333333333vw;
  }
  #kfm.subpage .l-job-store-dist__desc {
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.715;
  }
  #kfm.subpage .l-job-page-btn {
    margin-top: 21.3333333333vw;
  }
}
#kfm.subpage .l-work-environment {
  margin-inline: auto;
  padding: 0 7.5em 10em;
  width: 81.25%;
  min-width: 80rem;
}
#kfm.subpage .l-work-environment-breadcrumb {
  margin: 0 0 2.5em;
}
#kfm.subpage .l-work-environment-menu {
  margin: 5.75em auto 6em;
}
#kfm.subpage .l-work-environment-content {
  padding: 3.5em 0 0;
}
#kfm.subpage .l-work-environment-hero {
  width: 100vw;
  max-width: 145rem;
}
#kfm.subpage .l-work-environment-lead {
  margin-top: 3.25em;
  width: 76.924%;
  font-size: 1rem;
  line-height: 1.875;
}
#kfm.subpage .l-work-environment-training {
  position: relative;
  --_border-size: 1px;
  padding-block: 0 7.5em;
  border-bottom: var(--_border-size) solid rgb(221 221 221 / 1);
}
#kfm.subpage .l-work-environment-training-lead {
  margin-top: 3.75em;
  width: 78.847%;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
}
#kfm.subpage .l-work-environment-training-content {
  position: relative;
  padding: 5em 0 0;
  z-index: 1;
}
#kfm.subpage .l-work-environment-training-child {
  display: flex;
  align-items: center;
  -moz-column-gap: 5em;
       column-gap: 5em;
}
#kfm.subpage .l-work-environment-training-child:nth-child(even) .l-work-environment-training-child-visual {
  --_border-radius: .25rem;
  flex: 1;
  margin-right: calc(50% - 50vw);
  border-radius: var(--_border-radius) 0 0 var(--_border-radius);
  overflow: hidden;
}
#kfm.subpage .l-work-environment-training-child:nth-child(odd) {
  flex-direction: row-reverse;
}
#kfm.subpage .l-work-environment-training-child:nth-child(odd) .l-work-environment-training-child-visual {
  --_border-radius: .25rem;
  flex: 1;
  margin-left: calc(50% - 50vw);
  border-radius: 0 var(--_border-radius) var(--_border-radius) 0;
  overflow: hidden;
}
#kfm.subpage .l-work-environment-training-child:nth-child(n+2) {
  margin-top: 3.75em;
}
#kfm.subpage .l-work-environment-training-child-area {
  width: 46.154%;
}
#kfm.subpage .l-work-environment-training-child-area__text {
  position: relative;
  display: grid;
  row-gap: 2em;
  margin-top: 2em;
  font-size: 1rem;
  line-height: 1.875;
}
#kfm.subpage .l-work-environment-training-child-area__text::before {
  --_border-radius: 100vmax;
  content: "";
  inline-size: 3.25rem;
  height: 2px;
  border-radius: var(--_border-radius);
  background-color: rgb(221 221 221 / 1);
}
#kfm.subpage .l-work-environment-training-child-visual {
  width: 100vw;
}
#kfm.subpage .l-work-environment-training-ornament {
  position: absolute;
  inset: 0;
  left: -7.5em;
  width: calc(100% + 15em);
  height: 100%;
  z-index: 0;
}
#kfm.subpage .l-work-environment-training-ornament-item {
  position: absolute;
  z-index: 1;
}
#kfm.subpage .l-work-environment-training-ornament-item.item__01 {
  top: -2.5em;
  right: -2.215em;
  width: 13.375rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-work-environment-training-ornament-item.item__01 .cls-1 {
  fill: rgb(255 237 208 / 1);
}
#kfm.subpage .l-work-environment-training-ornament-item.item__02 {
  top: 13.375em;
  left: 4.375em;
  width: 5.375rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-work-environment-training-ornament-item.item__02 .cls-1 {
  fill: rgb(249 204 206 / 1);
}
#kfm.subpage .l-work-environment-training-ornament-item.item__03 {
  bottom: 2.5em;
  right: 0.875em;
  width: 6.625rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-work-environment-training-ornament-item.item__03 .cls-1 {
  fill: rgb(221 236 210 / 1);
}
#kfm.subpage .l-work-environment-career {
  position: relative;
  --_border-size: 1px;
  padding-block: 7.5em;
  border-bottom: var(--_border-size) solid rgb(221 221 221 / 1);
}
#kfm.subpage .l-work-environment-career-lead {
  margin-top: 3.75em;
  width: 78.847%;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
}
#kfm.subpage .l-work-environment-career-content {
  position: relative;
  padding: 5em 0 0;
  z-index: 1;
}
#kfm.subpage .l-work-environment-career-image {
  margin-top: 4.25em;
  padding: 0 3.75em;
}
#kfm.subpage .l-work-environment-career-child {
  display: flex;
  align-items: center;
  -moz-column-gap: 5em;
       column-gap: 5em;
}
#kfm.subpage .l-work-environment-career-child:nth-child(even) .l-work-environment-career-child-visual {
  --_border-radius: .25rem;
  flex: 1;
  margin-right: calc(50% - 50vw);
  border-radius: var(--_border-radius) 0 0 var(--_border-radius);
  overflow: hidden;
}
#kfm.subpage .l-work-environment-career-child:nth-child(odd) {
  flex-direction: row-reverse;
}
#kfm.subpage .l-work-environment-career-child:nth-child(odd) .l-work-environment-career-child-visual {
  --_border-radius: .25rem;
  flex: 1;
  margin-left: calc(50% - 50vw);
  border-radius: 0 var(--_border-radius) var(--_border-radius) 0;
  overflow: hidden;
}
#kfm.subpage .l-work-environment-career-child:nth-child(n+2) {
  margin-top: 3.75em;
}
#kfm.subpage .l-work-environment-career-child-area {
  width: 46.154%;
}
#kfm.subpage .l-work-environment-career-child-area__text {
  position: relative;
  display: grid;
  row-gap: 2em;
  margin-top: 2em;
  font-size: 1rem;
  line-height: 1.875;
}
#kfm.subpage .l-work-environment-career-child-area__text::before {
  --_border-radius: 100vmax;
  content: "";
  inline-size: 3.25rem;
  height: 2px;
  border-radius: var(--_border-radius);
  background-color: rgb(221 221 221 / 1);
}
#kfm.subpage .l-work-environment-career-child-visual {
  width: 100vw;
}
#kfm.subpage .l-work-environment-career-ornament {
  position: absolute;
  inset: 0;
  left: -7.5em;
  width: calc(100% + 15em);
  height: 100%;
  z-index: 0;
}
#kfm.subpage .l-work-environment-career-ornament-item {
  position: absolute;
  z-index: 1;
}
#kfm.subpage .l-work-environment-career-ornament-item.item__01 {
  top: 7.5em;
  right: 8.5em;
  width: 5.375rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-work-environment-career-ornament-item.item__01 .cls-1 {
  fill: rgb(255 237 208 / 1);
}
#kfm.subpage .l-work-environment-career-ornament-item.item__02 {
  top: 13.375em;
  left: 4.375em;
  width: 6.625rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-work-environment-career-ornament-item.item__02 .cls-1 {
  fill: rgb(249 204 206 / 1);
}
#kfm.subpage .l-work-environment-career-ornament-item.item__03 {
  bottom: 2.5em;
  right: -2.375em;
  width: 9.875rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-work-environment-career-ornament-item.item__03 .cls-1 {
  fill: rgb(255 237 208 / 1);
}
#kfm.subpage .l-work-environment-benefits {
  position: relative;
  padding-block: 7.5em 0;
}
#kfm.subpage .l-work-environment-benefits-lead {
  margin-top: 3.75em;
  width: 78.847%;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
}
#kfm.subpage .l-work-environment-benefits-content {
  position: relative;
  padding: 5em 0 0;
  z-index: 1;
}
#kfm.subpage .l-work-environment-benefits-image {
  margin-top: 4.25em;
  padding: 0 3.75em;
}
#kfm.subpage .l-work-environment-benefits-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(31.25rem, 1fr));
  gap: 1.75em;
}
#kfm.subpage .l-work-environment-benefits-list-column {
  --_border-radius: .25rem;
  padding: 2em 2.5em;
  width: 100%;
  min-height: 11.25rem;
  border-radius: var(--_border-radius);
  background-color: rgb(247 249 250 / 1);
}
#kfm.subpage .l-work-environment-benefits-list-column:nth-of-type(1) .l-work-environment-benefits-list-column__ttl::before {
  -webkit-mask-image: url("../img/work-environment/work-environment-icon01.svg");
          mask-image: url("../img/work-environment/work-environment-icon01.svg");
}
#kfm.subpage .l-work-environment-benefits-list-column:nth-of-type(2) .l-work-environment-benefits-list-column__ttl::before {
  -webkit-mask-image: url("../img/work-environment/work-environment-icon02.svg");
          mask-image: url("../img/work-environment/work-environment-icon02.svg");
}
#kfm.subpage .l-work-environment-benefits-list-column:nth-of-type(3) .l-work-environment-benefits-list-column__ttl::before {
  -webkit-mask-image: url("../img/work-environment/work-environment-icon03.svg");
          mask-image: url("../img/work-environment/work-environment-icon03.svg");
}
#kfm.subpage .l-work-environment-benefits-list-column:nth-of-type(4) .l-work-environment-benefits-list-column__ttl::before {
  -webkit-mask-image: url("../img/work-environment/work-environment-icon04.svg");
          mask-image: url("../img/work-environment/work-environment-icon04.svg");
}
#kfm.subpage .l-work-environment-benefits-list-column:nth-of-type(5) .l-work-environment-benefits-list-column__ttl::before {
  background-image: url("../img/work-environment/work-environment-icon05.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-mask-repeat: unset;
          mask-repeat: unset;
  -webkit-mask-size: unset;
          mask-size: unset;
  -webkit-mask-position: unset;
          mask-position: unset;
  background-color: unset;
}
#kfm.subpage .l-work-environment-benefits-list-column:nth-of-type(6) .l-work-environment-benefits-list-column__ttl::before {
  -webkit-mask-image: url("../img/work-environment/work-environment-icon06.svg");
          mask-image: url("../img/work-environment/work-environment-icon06.svg");
}
#kfm.subpage .l-work-environment-benefits-list-column:nth-of-type(7) .l-work-environment-benefits-list-column__ttl::before {
  background-image: url("../img/work-environment/work-environment-icon07.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-mask-repeat: unset;
          mask-repeat: unset;
  -webkit-mask-size: unset;
          mask-size: unset;
  -webkit-mask-position: unset;
          mask-position: unset;
  background-color: unset;
}
#kfm.subpage .l-work-environment-benefits-list-column:nth-of-type(8) .l-work-environment-benefits-list-column__ttl::before {
  -webkit-mask-image: url("../img/work-environment/work-environment-icon08.svg");
          mask-image: url("../img/work-environment/work-environment-icon08.svg");
}
#kfm.subpage .l-work-environment-benefits-list-column:nth-of-type(9) .l-work-environment-benefits-list-column__ttl::before {
  -webkit-mask-image: url("../img/work-environment/work-environment-icon09.svg");
          mask-image: url("../img/work-environment/work-environment-icon09.svg");
}
#kfm.subpage .l-work-environment-benefits-list-column:nth-of-type(10) .l-work-environment-benefits-list-column__ttl::before {
  -webkit-mask-image: url("../img/work-environment/work-environment-icon10.svg");
          mask-image: url("../img/work-environment/work-environment-icon10.svg");
}
#kfm.subpage .l-work-environment-benefits-list-column__ttl {
  display: grid;
  grid-template-columns: 1fr auto;
  -moz-column-gap: 1em;
       column-gap: 1em;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
}
#kfm.subpage .l-work-environment-benefits-list-column__ttl::before {
  content: "";
  position: relative;
  top: -0.4375em;
  inline-size: 2.75rem;
  aspect-ratio: 44/38;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: rgb(221 3 9 / 1);
  order: 2;
}
#kfm.subpage .l-work-environment-benefits-list-column__text {
  margin-top: 1.125em;
  font-size: 1rem;
  line-height: 1.858;
}
#kfm.subpage .l-work-environment-benefits-list-column__note {
  margin-top: 0.375em;
}
#kfm.subpage .l-work-environment-benefits-list-column__note li {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 0.8125rem;
  line-height: 2;
}
#kfm.subpage .l-work-environment-benefits-list-column__note li::before {
  content: "※";
}
#kfm.subpage .l-work-environment-benefits-image {
  margin-top: 3.75em;
}
#kfm.subpage .l-work-environment-benefits-ornament {
  position: absolute;
  inset: 0;
  left: -7.5em;
  width: calc(100% + 15em);
  height: 100%;
  z-index: 0;
}
#kfm.subpage .l-work-environment-benefits-ornament-item {
  position: absolute;
  z-index: 1;
}
#kfm.subpage .l-work-environment-benefits-ornament-item.item__01 {
  top: 7.5em;
  right: 8.5em;
  width: 5.375rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-work-environment-benefits-ornament-item.item__01 .cls-1 {
  fill: rgb(255 237 208 / 1);
}
#kfm.subpage .l-work-environment-benefits-ornament-item.item__02 {
  top: 13.375em;
  right: 4.375em;
  transform: rotate(45deg);
  width: 9.25rem;
  aspect-ratio: 1;
}
#kfm.subpage .l-work-environment-benefits-ornament-item.item__02 .cls-1 {
  fill: rgb(249 204 206 / 1);
}
#kfm.subpage .l-work-environment-page-btn {
  margin: 10em auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kfm.subpage .l-work-environment {
    width: 100%;
    min-width: unset;
    font-size: 1.25vw;
  }
  #kfm.subpage .l-work-environment-hero {
    width: 100vw;
    max-width: 145rem;
  }
  #kfm.subpage .l-work-environment-lead {
    font-size: 1em;
  }
  #kfm.subpage .l-work-environment-training-lead {
    font-size: 1em;
  }
  #kfm.subpage .l-work-environment-training-child:nth-child(even) .l-work-environment-training-child-visual {
    --_border-radius: .25em;
  }
  #kfm.subpage .l-work-environment-training-child:nth-child(odd) .l-work-environment-training-child-visual {
    --_border-radius: .25em;
  }
  #kfm.subpage .l-work-environment-training-child-area__text {
    font-size: 1em;
  }
  #kfm.subpage .l-work-environment-training-child-area__text::before {
    inline-size: 3.25em;
    height: 2px;
  }
  #kfm.subpage .l-work-environment-career-lead {
    font-size: 1em;
  }
  #kfm.subpage .l-work-environment-career-child:nth-child(even) .l-work-environment-career-child-visual {
    --_border-radius: .25em;
  }
  #kfm.subpage .l-work-environment-career-child:nth-child(odd) .l-work-environment-career-child-visual {
    --_border-radius: .25em;
  }
  #kfm.subpage .l-work-environment-career-child-area__text {
    font-size: 1em;
  }
  #kfm.subpage .l-work-environment-career-child-area__text::before {
    inline-size: 3.25em;
    height: 2px;
  }
  #kfm.subpage .l-work-environment-benefits-lead {
    font-size: 1em;
  }
  #kfm.subpage .l-work-environment-benefits-list {
    grid-template-columns: repeat(2, minmax(31.25em, 1fr));
    gap: 1.75em;
  }
  #kfm.subpage .l-work-environment-benefits-list-column {
    --_border-radius: .25em;
    min-height: 11.25em;
  }
  #kfm.subpage .l-work-environment-benefits-list-column__ttl {
    font-size: 1.125em;
  }
  #kfm.subpage .l-work-environment-benefits-list-column__ttl::before {
    inline-size: 2.75em;
  }
  #kfm.subpage .l-work-environment-benefits-list-column__text {
    font-size: 1em;
  }
  #kfm.subpage .l-work-environment-benefits-list-column__note li {
    font-size: 0.8125em;
  }
}
@media screen and (max-width: 768px) {
  #kfm.subpage .l-work-environment {
    padding-inline: 6.4vw;
    padding-bottom: 21.3333333333vw;
    min-width: unset;
    width: 100%;
  }
  #kfm.subpage .l-work-environment-breadcrumb {
    margin-bottom: 7.4666666667vw;
  }
  #kfm.subpage .l-work-environment-menu {
    margin-top: 13.8666666667vw;
    margin-bottom: 19.2vw;
  }
  #kfm.subpage .l-work-environment-content {
    padding: 3.5rem 0 0;
    padding-top: 9.6vw;
  }
  #kfm.subpage .l-work-environment-hero {
    width: 100vw;
    max-width: unset;
  }
  #kfm.subpage .l-work-environment-lead {
    margin-top: 6.9333333333vw;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.858;
  }
  #kfm.subpage .l-work-environment-training {
    padding-bottom: 21.3333333333vw;
  }
  #kfm.subpage .l-work-environment-training-lead {
    margin-top: 9.6vw;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.858;
  }
  #kfm.subpage .l-work-environment-training-content {
    padding-top: 9.6vw;
    padding-inline: unset;
  }
  #kfm.subpage .l-work-environment-training-child {
    flex-direction: column-reverse;
    -moz-column-gap: unset;
         column-gap: unset;
    row-gap: 7.4666666667vw;
  }
  #kfm.subpage .l-work-environment-training-child:nth-child(even) .l-work-environment-training-child-visual {
    --_border-radius: 1.0666666667vw;
    margin-right: unset;
    border-radius: var(--_border-radius);
  }
  #kfm.subpage .l-work-environment-training-child:nth-child(odd) {
    flex-direction: column-reverse;
  }
  #kfm.subpage .l-work-environment-training-child:nth-child(odd) .l-work-environment-training-child-visual {
    --_border-radius: 1.0666666667vw;
    margin-left: unset;
    border-radius: var(--_border-radius);
  }
  #kfm.subpage .l-work-environment-training-child:nth-child(n+2) {
    margin-top: 17.0666666667vw;
  }
  #kfm.subpage .l-work-environment-training-child-area {
    width: 100%;
  }
  #kfm.subpage .l-work-environment-training-child-area__text {
    row-gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.858;
  }
  #kfm.subpage .l-work-environment-training-child-area__text::before {
    inline-size: 11.7333333333vw;
  }
  #kfm.subpage .l-work-environment-training-child-visual {
    width: 100%;
  }
  #kfm.subpage .l-work-environment-career {
    padding-block: 21.3333333333vw;
  }
  #kfm.subpage .l-work-environment-career-lead {
    margin-top: 9.6vw;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.858;
  }
  #kfm.subpage .l-work-environment-career-content {
    padding-top: 9.6vw;
    padding-inline: unset;
  }
  #kfm.subpage .l-work-environment-career-image {
    margin-top: 9.6vw;
    padding: unset;
  }
  #kfm.subpage .l-work-environment-career-child {
    flex-direction: column-reverse;
    -moz-column-gap: unset;
         column-gap: unset;
    row-gap: 7.4666666667vw;
  }
  #kfm.subpage .l-work-environment-career-child:nth-child(even) .l-work-environment-career-child-visual {
    --_border-radius: 1.0666666667vw;
    margin-right: unset;
    border-radius: var(--_border-radius);
  }
  #kfm.subpage .l-work-environment-career-child:nth-child(odd) {
    flex-direction: column-reverse;
  }
  #kfm.subpage .l-work-environment-career-child:nth-child(odd) .l-work-environment-career-child-visual {
    --_border-radius: 1.0666666667vw;
    margin-left: unset;
    border-radius: var(--_border-radius);
  }
  #kfm.subpage .l-work-environment-career-child:nth-child(n+2) {
    margin-top: 17.0666666667vw;
  }
  #kfm.subpage .l-work-environment-career-child-area {
    width: 100%;
  }
  #kfm.subpage .l-work-environment-career-child-area__text {
    row-gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.858;
  }
  #kfm.subpage .l-work-environment-career-child-area__text::before {
    inline-size: 11.7333333333vw;
  }
  #kfm.subpage .l-work-environment-career-child-visual {
    width: 100%;
  }
  #kfm.subpage .l-work-environment-benefits {
    padding-top: 21.3333333333vw;
  }
  #kfm.subpage .l-work-environment-benefits-lead {
    margin-top: 9.6vw;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.858;
  }
  #kfm.subpage .l-work-environment-benefits-content {
    padding-top: 9.6vw;
    padding-inline: unset;
  }
  #kfm.subpage .l-work-environment-benefits-image {
    margin-top: 9.6vw;
    padding: unset;
  }
  #kfm.subpage .l-work-environment-benefits-list {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
  #kfm.subpage .l-work-environment-benefits-list-column {
    --_border-radius: 1.0666666667vw;
    padding-block: 6.4vw;
    padding-inline: 3.4666666667vw;
    min-height: unset;
  }
  #kfm.subpage .l-work-environment-benefits-list-column__ttl {
    grid-template-columns: auto 1fr;
    align-items: center;
    -moz-column-gap: 2.6666666667vw;
         column-gap: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  #kfm.subpage .l-work-environment-benefits-list-column__ttl::before {
    top: unset;
    inline-size: 7.4666666667vw;
    aspect-ratio: 28/24;
    order: 0;
  }
  #kfm.subpage .l-work-environment-benefits-list-column__text {
    margin-top: 3.2vw;
    font-size: 3.2vw;
    line-height: 1.667;
  }
  #kfm.subpage .l-work-environment-benefits-list-column__note {
    margin-top: unset;
  }
  #kfm.subpage .l-work-environment-benefits-list-column__note li {
    font-size: 2.9333333333vw;
    line-height: 1.819;
  }
  #kfm.subpage .l-work-environment-benefits-image {
    margin-top: 10.6666666667vw;
  }
  #kfm.subpage .l-work-environment-page-btn {
    margin-top: 21.3333333333vw;
  }
}
#kfm.subpage .l-notfound {
  margin-inline: auto;
  padding: 8.25em 7.5em 10em;
  width: 81.25%;
  min-width: 80rem;
}
#kfm.subpage .l-notfound-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2.75em;
}
#kfm.subpage .l-notfound-ttl {
  margin: -0.75em 0 0 0.5em;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 700;
}
#kfm.subpage .l-notfound-text {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: rgb(222 4 10 / 1);
  text-transform: capitalize;
}
#kfm.subpage .l-notfound-page-btn {
  margin: 13.625em auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kfm.subpage .l-notfound {
    width: 100%;
    min-width: unset;
    font-size: 1.25vw;
  }
  #kfm.subpage .l-notfound-ttl {
    font-size: 1.5em;
  }
  #kfm.subpage .l-notfound-text {
    font-size: 5em;
  }
}
@media screen and (max-width: 768px) {
  #kfm.subpage .l-notfound {
    padding-inline: unset;
    padding-top: 16vw;
    min-width: unset;
    width: 100%;
  }
  #kfm.subpage .l-notfound-content {
    row-gap: 13.8666666667vw;
  }
  #kfm.subpage .l-notfound-ttl {
    margin-top: -2.6666666667vw;
    font-size: 4.8vw;
    line-height: 2.112;
    letter-spacing: 0.02em;
  }
  #kfm.subpage .l-notfound-text {
    font-size: 11.7333333333vw;
    letter-spacing: 0.03em;
  }
  #kfm.subpage .l-notfound-page-btn {
    margin-top: 21.3333333333vw;
  }
}

/*
	4.Accessibility
	-focus
	-screen reader
*/
#kfm *:focus-visible {
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: rgb(66 139 202 / 1);
}
#kfm section[tabindex]:focus-visible {
  outline-color: transparent;
}
#kfm .sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

/*
	4.Accessibility
	-focus
	-screen reader
*/
#kfm .fadeIn {
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  translate: 0 0.6em;
  opacity: 0;
}
#kfm .fadeIn.isActive {
  transition: opacity 0.8s var(--ease-out-cubic), translate 0.8s var(--ease-out-cubic);
  translate: 0;
  opacity: 1;
}
#kfm .fadeIn-visual {
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  translate: 0 0.6em;
  opacity: 0;
}
#kfm .fadeIn-visual.isActive {
  transition: opacity 0.8s var(--ease-out-cubic), translate 0.8s var(--ease-out-cubic);
  transition-delay: 0.8s;
  translate: 0;
  opacity: 1;
}
#kfm .scaleIn {
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  scale: 0 0;
  opacity: 0;
}
#kfm .scaleIn.isActive {
  transition: opacity 0.4s var(--ease-out-cubic), scale 0.8s var(--ease-out-cubic);
  scale: 1 1;
  opacity: 1;
}
@-webkit-keyframes handwriting {
  0% {
    stroke-dashoffset: 4000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes handwriting {
  0% {
    stroke-dashoffset: 4000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes scaleIn {
  0% {
    transform: translateX(-50%) scale(0);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
@keyframes scaleIn {
  0% {
    transform: translateX(-50%) scale(0);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes textView {
  0% {
    opacity: 0;
    scale: 0 0;
  }
  80% {
    opacity: 1;
    scale: 1.2 1.2;
  }
  100% {
    opacity: 1;
    scale: 1 1;
  }
}
@keyframes textView {
  0% {
    opacity: 0;
    scale: 0 0;
  }
  80% {
    opacity: 1;
    scale: 1.2 1.2;
  }
  100% {
    opacity: 1;
    scale: 1 1;
  }
}
@-webkit-keyframes infinityScrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes infinityScrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loopBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: var(--_x) 0;
  }
}
@keyframes loopBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: var(--_x) 0;
  }
}

/*
1.Base
-tag sets
*/
/*
2.Components
-accordion
-buttons
-breadcrumb
-footer
-header
*/
/*                  
3.Page
-home
-subpage
*/
/*
4.Accessibility
*/
/*
5.Animation
*/
/*# sourceMappingURL=style.css.map */