@charset "UTF-8";
/**
 * CSS Vars
 */
:root {
  --ks-font-family-base: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  --ks-font-family-point: "Noto Serif JP", serif;
  --ks-font-family-impact: "Anton", sans-serif;
  --ks-base-font-size: 15px;
  --ks-header-height: 60;
  --ks-base-padding: max(4.831vw, 20px);
  --ks-z-index-lg: 100;
  --ks-z-index-md: 90;
  --ks-z-index-sm: 50;
  --ks-z-index-xs: 10;
  --ks-lh-lg: 1.875;
  --ks-lh-120: 1.2;
  --ks-lh-130: 1.3;
  --ks-lh-140: 1.4;
  --ks-lh-150: 1.5;
  --ks-lh-160: 1.6;
  --ks-lh-170: 1.7;
  --ks-lh-180: 1.8;
  --ks-lh-190: 1.9;
  --ks-lh-200: 2;
  --ks-hover-opacity: 0.7;
  --ks-ease: ease;
  --ks-ease2: cubic-bezier(0.62, -0.01, 0.38, 1.01);
  --ks-ease3: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ks-dur: 240ms;
  --ks-dur-ui: 420ms;
  --ks-dur-ui2: 1000ms;
  --ks-dur-ui3: 1880ms;
  --ks-grad-accent--90deg: linear-gradient(90deg, #f79200 0%, #1a1311 100%);
  --ks-grad-accent-w--90deg: linear-gradient(90deg, #f79200 0%, #ffffff 100%);
  --ks-grad-primary--180deg: linear-gradient(180deg, #f79200 0%, #1a1311 100%);
  --ks-grad-white--90deg: linear-gradient(90deg, #ffffff 0%, #f79200 100%);
}
@media (min-width: 961px) {
  :root {
    --ks-header-height: 100;
    --ks-base-padding: clamp(60px, 7.5vw, 120px);
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

*:not(:root) {
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

button,
select {
  cursor: pointer;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--ks-base-font-size);
}

body {
  color: #ffffff;
  font-family: var(--ks-font-family-base);
  background-color: #1a1311;
  line-height: var(--ks-lh-150);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  font-family: var(--ks-font-family-base);
  line-height: var(--ks-lh-150);
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}

ul,
dl,
figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #ffffff;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
@media (min-width: 961px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

em {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  background-color: #fff;
  outline: none;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
  select,
  textarea {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
select,
textarea {
  line-height: 1.5;
  font-family: var(--ks-font-family-base);
  padding: 6px 0.8125em 8px;
  width: 100%;
}
input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image])::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #d1d1d1;
}
input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image])::placeholder,
select::placeholder,
textarea::placeholder {
  color: #d1d1d1;
}
input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image])[readonly],
select[readonly],
textarea[readonly] {
  background: transparent;
  border: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  line-height: 2;
}

address {
  display: block;
  margin-bottom: 0;
}

textarea {
  resize: vertical;
  height: 180px;
}

/**
 * Utility: Animation
 */
.u-fade-in {
  opacity: 0;
  transition: var(--ks-dur-ui2) var(--ks-ease);
  transition-property: opacity;
}
body.is-loaded .is-active > .u-fade-in, body.is-loaded .u-fade-in.is-active {
  opacity: 1;
}

.u-fade-up {
  opacity: 0;
  transform: translate(0, 20px);
  transition: opacity var(--ks-dur-ui) var(--ks-ease), transform var(--ks-dur-ui2) var(--ks-ease3);
}
body.is-loaded .is-active > .u-fade-up, body.is-loaded .u-fade-up.is-active {
  opacity: 1;
  transform: none;
}

.u-reveal-up {
  opacity: 0;
  transition: opacity var(--ks-dur-ui) var(--ks-ease);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
body.is-loaded .u-reveal-up.is-active, body.is-loaded .is-active > .u-reveal-up {
  opacity: 1;
  animation-name: revealUp;
  animation-timing-function: var(--ks-ease3);
  animation-duration: var(--ks-dur-ui2);
  animation-delay: 0.12s;
  animation-fill-mode: forwards;
}

@keyframes mechGlitch {
  0% {
    transform: translate(0, 0) skewX(0deg);
    opacity: 1;
  }
  20% {
    transform: translate(-6px, 2px) skewX(-15deg);
    opacity: 0.8;
  }
  40% {
    transform: translate(5px, -1px) skewX(35deg);
    opacity: 0.4;
  }
  60% {
    transform: translate(-3px, -3px) skewY(4deg);
    opacity: 0.6;
  }
  80% {
    transform: translate(7px, 1px) skewX(-25deg);
    opacity: 0.9;
  }
  100% {
    transform: translate(0, 0) skewX(0deg);
    opacity: 1;
  }
}
@keyframes revealUp {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  90% {
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
/**
 * Text
 */
.c-text {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .c-text {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.c-text {
  line-height: 1.5;
}

.c-text-md {
  font-size: 15px;
  font-size: 1rem;
}
@media (min-width: 961px) {
  .c-text-md {
    font-size: 15px;
    font-size: 1rem;
  }
}
.c-text-md {
  line-height: 1.5;
}

.c-text-xs {
  font-size: 12px;
  font-size: 0.8rem;
}
@media (min-width: 961px) {
  .c-text-xs {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
.c-text-xs {
  line-height: 1.5;
}

.c-text-sm {
  font-size: 14px;
  font-size: 0.9333333333rem;
}
@media (min-width: 961px) {
  .c-text-sm {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.c-text-sm {
  line-height: 1.5;
}

.c-text-lg {
  font-size: 20px;
  font-size: 1.3333333333rem;
}
@media (min-width: 961px) {
  .c-text-lg {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
.c-text-lg {
  line-height: 1.5;
}

.c-text-xl {
  font-size: 24px;
  font-size: 1.6rem;
}
@media (min-width: 961px) {
  .c-text-xl {
    font-size: 24px;
    font-size: 1.6rem;
  }
}
.c-text-xl {
  line-height: 1.5;
}

.c-text-line {
  display: inline;
  background-image: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 1px), #ffffff calc(100% - 1px), #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: right bottom;
  animation: none;
  transition: background-size var(--ks-dur) cubic-bezier(0.43, 0.05, 0.17, 1) 0s, color var(--ks-dur) cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media (min-width: 961px) {
  a:hover .c-text-line, .c-text-line:hover {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}

/**
 * Button
 */
.c-button {
  background-color: transparent;
  color: #f79200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .c-button {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.c-button {
  line-height: 1.5;
  font-weight: 500;
  padding-right: 40px;
  min-height: 27px;
}
.c-button .c-button__text {
  display: inline-flex;
  background: #1a1311;
  position: relative;
  z-index: 1;
  line-height: 1.1;
  transition: transform var(--ks-dur) var(--ks-ease);
}
.c-button .c-button__text > span {
  display: inline-block;
  min-width: 0.25em;
}
@media (min-width: 961px) {
  .c-button .c-button__text > span {
    will-change: transform, opacity;
  }
}
.c-button .c-button__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  transition: filter var(--ks-dur) var(--ks-ease);
  width: 49px;
  height: 27px;
  background-color: #f79200;
  -webkit-mask-image: url(../images/common/icon_arrow.svg);
          mask-image: url(../images/common/icon_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.c-button.--fill, .c-button.--outline {
  border: 2px solid transparent;
  background-color: transparent;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .c-button.--fill, .c-button.--outline {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.c-button.--fill, .c-button.--outline {
  line-height: 1.5;
  padding: 16px 28px;
  position: relative;
  width: 100%;
  max-width: 225px;
  transition: opacity var(--ks-dur) var(--ks-ease);
}
@media (any-hover: hover) {
  .c-button.--fill:hover, .c-button.--outline:hover {
    opacity: var(--ks-hover-opacity);
  }
}
.c-button.--fill::before, .c-button.--outline::before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto 0;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url(../images/common/icon_angle.svg);
          mask-image: url(../images/common/icon_angle.svg);
  width: 8px;
  height: 14px;
  transition: opacity var(--ks-dur) var(--ks-ease);
}
.c-button.--fill.--arrLeft::before, .c-button.--outline.--arrLeft::before {
  right: auto;
  left: 15px;
  transform: scale(-1, 1);
}
.c-button.--fill.--arrUp::before, .c-button.--outline.--arrUp::before {
  transform: rotate(-90deg);
}
.c-button.--fill.--sm, .c-button.--outline.--sm {
  padding: 8px 20px;
}
.c-button.--fill.--sm::before, .c-button.--outline.--sm::before {
  right: 13px;
}
.c-button.--fill {
  border-color: #f79200;
  background-color: #f79200;
}
.c-button.--fill .c-button__text {
  background: transparent;
}
.c-button.--outline {
  border-color: #ffffff;
}
.c-button.--secondary {
  border-color: #686868;
  background-color: #686868;
}
@media (min-width: 961px) {
  .c-button:hover .c-button__text > span, a:hover .c-button .c-button__text > span {
    animation-name: mechGlitch;
  }
  .c-button:hover .c-button__text > span:nth-child(1), a:hover .c-button .c-button__text > span:nth-child(1) {
    animation-delay: 0.1s;
    animation-duration: 0.252s;
    animation-timing-function: steps(2, jump-none);
  }
  .c-button:hover .c-button__text > span:nth-child(2), a:hover .c-button .c-button__text > span:nth-child(2) {
    animation-delay: 0.1s;
    animation-duration: 0.264s;
    animation-timing-function: steps(3, jump-none);
  }
  .c-button:hover .c-button__text > span:nth-child(3), a:hover .c-button .c-button__text > span:nth-child(3) {
    animation-delay: 0.04s;
    animation-duration: 0.288s;
    animation-timing-function: steps(2, jump-none);
  }
  .c-button:hover .c-button__text > span:nth-child(4), a:hover .c-button .c-button__text > span:nth-child(4) {
    animation-delay: 0.06s;
    animation-duration: 0.264s;
    animation-timing-function: steps(3, jump-none);
  }
  .c-button:hover .c-button__text > span:nth-child(5), a:hover .c-button .c-button__text > span:nth-child(5) {
    animation-delay: 0.02s;
    animation-duration: 0.3s;
    animation-timing-function: steps(3, jump-none);
  }
  .c-button:hover .c-button__text > span:nth-child(6), a:hover .c-button .c-button__text > span:nth-child(6) {
    animation-delay: 0.16s;
    animation-duration: 0.276s;
    animation-timing-function: steps(3, jump-none);
  }
  .c-button:hover .c-button__text > span:nth-child(7), a:hover .c-button .c-button__text > span:nth-child(7) {
    animation-delay: 0.12s;
    animation-duration: 0.3s;
    animation-timing-function: steps(2, jump-none);
  }
  .c-button:hover .c-button__text > span:nth-child(8), a:hover .c-button .c-button__text > span:nth-child(8) {
    animation-delay: 0.02s;
    animation-duration: 0.252s;
    animation-timing-function: steps(3, jump-none);
  }
  .c-button:hover .c-button__text > span:nth-child(9), a:hover .c-button .c-button__text > span:nth-child(9) {
    animation-delay: 0.02s;
    animation-duration: 0.276s;
    animation-timing-function: steps(2, jump-none);
  }
  .c-button:hover .c-button__icon, a:hover .c-button .c-button__icon {
    filter: blur(10px) brightness(1.2);
  }
}
.u-bg-white .c-button {
  color: #f79200;
}
.u-bg-white .c-button .c-button__text {
  background: #fff;
}
.c-grid .c-button.--fill, .c-grid .c-button.--outline {
  max-width: none;
  height: 100%;
}

/**
 * Grid
 */
.c-grid {
  display: grid;
}
@media (min-width: 961px) {
  .c-grid.c-subgrid {
    grid-template-rows: auto auto auto;
  }
  .c-grid.c-subgrid > *,
  .c-grid.c-subgrid .c-card.--type3,
  .c-grid.c-subgrid .c-card.--type3 .c-card__main {
    display: grid;
    grid-template-rows: subgrid;
  }
  .c-grid.c-subgrid > *,
  .c-grid.c-subgrid .c-card.--type3 {
    grid-row: span 3;
  }
  .c-grid.c-subgrid .c-card__main {
    grid-row: span 2;
  }
}

/* 列数 */
.c-grid--cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.c-grid--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.c-grid--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.c-grid--cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.c-grid--cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.c-grid--cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.c-grid--cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.c-grid--cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.c-grid--cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.c-grid--cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.c-grid--cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.c-grid--cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

/* gap ユーティリティ */
.c-grid--gap-0 {
  gap: 0px;
}

.c-grid--gap-y-0 {
  row-gap: 0px;
}

.c-grid--gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.c-grid--gap-10 {
  gap: 10px;
}

.c-grid--gap-y-10 {
  row-gap: 10px;
}

.c-grid--gap-x-10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.c-grid--gap-20 {
  gap: 20px;
}

.c-grid--gap-y-20 {
  row-gap: 20px;
}

.c-grid--gap-x-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.c-grid--gap-30 {
  gap: 30px;
}

.c-grid--gap-y-30 {
  row-gap: 30px;
}

.c-grid--gap-x-30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.c-grid--gap-40 {
  gap: 40px;
}

.c-grid--gap-y-40 {
  row-gap: 40px;
}

.c-grid--gap-x-40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.c-grid--gap-50 {
  gap: 50px;
}

.c-grid--gap-y-50 {
  row-gap: 50px;
}

.c-grid--gap-x-50 {
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.c-grid--gap-60 {
  gap: 60px;
}

.c-grid--gap-y-60 {
  row-gap: 60px;
}

.c-grid--gap-x-60 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.c-grid--gap-70 {
  gap: 70px;
}

.c-grid--gap-y-70 {
  row-gap: 70px;
}

.c-grid--gap-x-70 {
  -moz-column-gap: 70px;
       column-gap: 70px;
}

.c-grid--gap-80 {
  gap: 80px;
}

.c-grid--gap-y-80 {
  row-gap: 80px;
}

.c-grid--gap-x-80 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.c-grid--gap-90 {
  gap: 90px;
}

.c-grid--gap-y-90 {
  row-gap: 90px;
}

.c-grid--gap-x-90 {
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.c-grid--gap-100 {
  gap: 100px;
}

.c-grid--gap-y-100 {
  row-gap: 100px;
}

.c-grid--gap-x-100 {
  -moz-column-gap: 100px;
       column-gap: 100px;
}

/* 揃え */
.c-grid--items-start {
  align-items: flex-start;
}

.c-grid--items-center {
  align-items: center;
}

.c-grid--items-end {
  align-items: flex-end;
}

.c-grid--justify-start {
  justify-items: start;
}

.c-grid--justify-center {
  justify-items: center;
}

.c-grid--justify-end {
  justify-items: end;
}

/* span utilities (子要素用) */
.c-grid--span-1 {
  grid-column: span 1/span 1;
}

.c-grid--span-2 {
  grid-column: span 2/span 2;
}

.c-grid--span-3 {
  grid-column: span 3/span 3;
}

.c-grid--span-4 {
  grid-column: span 4/span 4;
}

.c-grid--span-5 {
  grid-column: span 5/span 5;
}

.c-grid--span-6 {
  grid-column: span 6/span 6;
}

.c-grid--span-7 {
  grid-column: span 7/span 7;
}

.c-grid--span-8 {
  grid-column: span 8/span 8;
}

.c-grid--span-9 {
  grid-column: span 9/span 9;
}

.c-grid--span-10 {
  grid-column: span 10/span 10;
}

.c-grid--span-11 {
  grid-column: span 11/span 11;
}

.c-grid--span-12 {
  grid-column: span 12/span 12;
}

@media screen and (min-width: 960px) {
  /* 列数 */
  .pc\:c-grid--cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .pc\:c-grid--cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pc\:c-grid--cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pc\:c-grid--cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .pc\:c-grid--cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .pc\:c-grid--cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .pc\:c-grid--cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .pc\:c-grid--cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .pc\:c-grid--cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .pc\:c-grid--cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .pc\:c-grid--cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .pc\:c-grid--cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  /* gap ユーティリティ */
  .pc\:c-grid--gap-0 {
    gap: 0px;
  }
  .pc\:c-grid--gap-y-0 {
    row-gap: 0px;
  }
  .pc\:c-grid--gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .pc\:c-grid--gap-10 {
    gap: 10px;
  }
  .pc\:c-grid--gap-y-10 {
    row-gap: 10px;
  }
  .pc\:c-grid--gap-x-10 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .pc\:c-grid--gap-20 {
    gap: 20px;
  }
  .pc\:c-grid--gap-y-20 {
    row-gap: 20px;
  }
  .pc\:c-grid--gap-x-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .pc\:c-grid--gap-30 {
    gap: 30px;
  }
  .pc\:c-grid--gap-y-30 {
    row-gap: 30px;
  }
  .pc\:c-grid--gap-x-30 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .pc\:c-grid--gap-40 {
    gap: 40px;
  }
  .pc\:c-grid--gap-y-40 {
    row-gap: 40px;
  }
  .pc\:c-grid--gap-x-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .pc\:c-grid--gap-50 {
    gap: 50px;
  }
  .pc\:c-grid--gap-y-50 {
    row-gap: 50px;
  }
  .pc\:c-grid--gap-x-50 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .pc\:c-grid--gap-60 {
    gap: 60px;
  }
  .pc\:c-grid--gap-y-60 {
    row-gap: 60px;
  }
  .pc\:c-grid--gap-x-60 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .pc\:c-grid--gap-70 {
    gap: 70px;
  }
  .pc\:c-grid--gap-y-70 {
    row-gap: 70px;
  }
  .pc\:c-grid--gap-x-70 {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .pc\:c-grid--gap-80 {
    gap: 80px;
  }
  .pc\:c-grid--gap-y-80 {
    row-gap: 80px;
  }
  .pc\:c-grid--gap-x-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .pc\:c-grid--gap-90 {
    gap: 90px;
  }
  .pc\:c-grid--gap-y-90 {
    row-gap: 90px;
  }
  .pc\:c-grid--gap-x-90 {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .pc\:c-grid--gap-100 {
    gap: 100px;
  }
  .pc\:c-grid--gap-y-100 {
    row-gap: 100px;
  }
  .pc\:c-grid--gap-x-100 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  /* 揃え */
  .pc\:c-grid--items-start {
    align-items: flex-start;
  }
  .pc\:c-grid--items-center {
    align-items: center;
  }
  .pc\:c-grid--items-end {
    align-items: flex-end;
  }
  .pc\:c-grid--justify-start {
    justify-items: start;
  }
  .pc\:c-grid--justify-center {
    justify-items: center;
  }
  .pc\:c-grid--justify-end {
    justify-items: end;
  }
  /* span utilities (子要素用) */
  .pc\:c-grid--span-1 {
    grid-column: span 1/span 1;
  }
  .pc\:c-grid--span-2 {
    grid-column: span 2/span 2;
  }
  .pc\:c-grid--span-3 {
    grid-column: span 3/span 3;
  }
  .pc\:c-grid--span-4 {
    grid-column: span 4/span 4;
  }
  .pc\:c-grid--span-5 {
    grid-column: span 5/span 5;
  }
  .pc\:c-grid--span-6 {
    grid-column: span 6/span 6;
  }
  .pc\:c-grid--span-7 {
    grid-column: span 7/span 7;
  }
  .pc\:c-grid--span-8 {
    grid-column: span 8/span 8;
  }
  .pc\:c-grid--span-9 {
    grid-column: span 9/span 9;
  }
  .pc\:c-grid--span-10 {
    grid-column: span 10/span 10;
  }
  .pc\:c-grid--span-11 {
    grid-column: span 11/span 11;
  }
  .pc\:c-grid--span-12 {
    grid-column: span 12/span 12;
  }
}
.c-grid__item--full {
  grid-column: 1/-1; /* 1列目〜最後まで跨ぐ = 全幅 */
}

@media (max-width: 960px) {
  .c-grid__item--full-sp {
    grid-column: 1/-1;
  }
}

/**
 * Flex
 */
.c-flex {
  display: flex;
}
.c-flex--inline {
  display: inline-flex;
}
.c-flex > * {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.c-flex {
  /* 方向 */
}
.c-flex--row {
  flex-direction: row;
}
.c-flex--row-rev {
  flex-direction: row-reverse;
}
.c-flex--col {
  flex-direction: column;
}
.c-flex--col-rev {
  flex-direction: column-reverse;
}
.c-flex {
  /* 折返し */
}
.c-flex--wrap {
  flex-wrap: wrap;
}
.c-flex--nowrap {
  flex-wrap: nowrap;
}
.c-flex {
  /* 主軸（横）方向の揃え */
}
.c-flex--justify-start {
  justify-content: flex-start;
}
.c-flex--justify-center {
  justify-content: center;
}
.c-flex--justify-end {
  justify-content: flex-end;
}
.c-flex--justify-between {
  justify-content: space-between;
}
.c-flex--justify-around {
  justify-content: space-around;
}
.c-flex {
  /* 交差軸（縦）方向の揃え */
}
.c-flex--items-start {
  align-items: flex-start;
}
.c-flex--items-center {
  align-items: center;
}
.c-flex--items-end {
  align-items: flex-end;
}
.c-flex--items-baseline {
  align-items: baseline;
}
.c-flex {
  /* gap */
}
.c-flex--gap-4 {
  gap: 4px;
}
.c-flex--gap-5 {
  gap: 5px;
}
.c-flex--gap-6 {
  gap: 6px;
}
.c-flex--gap-8 {
  gap: 8px;
}
.c-flex--gap-10 {
  gap: 10px;
}
.c-flex--gap-12 {
  gap: 12px;
}
.c-flex--gap-14 {
  gap: 14px;
}
.c-flex--gap-16 {
  gap: 16px;
}
.c-flex--gap-18 {
  gap: 18px;
}
.c-flex--gap-20 {
  gap: 20px;
}
.c-flex--gap-22 {
  gap: 22px;
}
.c-flex--gap-24 {
  gap: 24px;
}
.c-flex--gap-26 {
  gap: 26px;
}
.c-flex--gap-30 {
  gap: 30px;
}
.c-flex--gap-40 {
  gap: 40px;
}
.c-flex--gap-50 {
  gap: 50px;
}
.c-flex--gap-60 {
  gap: 60px;
}
.c-flex {
  /* row（横並び時）専用 gap */
}
.c-flex--row-gap-4 {
  row-gap: 4px;
}
.c-flex--row-gap-5 {
  row-gap: 5px;
}
.c-flex--row-gap-6 {
  row-gap: 6px;
}
.c-flex--row-gap-8 {
  row-gap: 8px;
}
.c-flex--row-gap-10 {
  row-gap: 10px;
}
.c-flex--row-gap-12 {
  row-gap: 12px;
}
.c-flex--row-gap-14 {
  row-gap: 14px;
}
.c-flex--row-gap-16 {
  row-gap: 16px;
}
.c-flex--row-gap-18 {
  row-gap: 18px;
}
.c-flex--row-gap-20 {
  row-gap: 20px;
}
.c-flex--row-gap-22 {
  row-gap: 22px;
}
.c-flex--row-gap-24 {
  row-gap: 24px;
}
.c-flex--row-gap-26 {
  row-gap: 26px;
}
.c-flex--row-gap-30 {
  row-gap: 30px;
}
.c-flex--row-gap-40 {
  row-gap: 40px;
}
.c-flex--row-gap-50 {
  row-gap: 50px;
}
.c-flex--row-gap-60 {
  row-gap: 60px;
}
.c-flex {
  /* column（縦並び時）専用 gap  */
}
.c-flex--col-gap-4 {
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.c-flex--col-gap-5 {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.c-flex--col-gap-6 {
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.c-flex--col-gap-8 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.c-flex--col-gap-10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.c-flex--col-gap-12 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.c-flex--col-gap-14 {
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.c-flex--col-gap-16 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.c-flex--col-gap-18 {
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.c-flex--col-gap-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.c-flex--col-gap-22 {
  -moz-column-gap: 22px;
       column-gap: 22px;
}
.c-flex--col-gap-24 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.c-flex--col-gap-26 {
  -moz-column-gap: 26px;
       column-gap: 26px;
}
.c-flex--col-gap-30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.c-flex--col-gap-40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.c-flex--col-gap-50 {
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.c-flex--col-gap-60 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.c-flex {
  /* 子要素（アイテム） */
}
.c-flex__item {
  flex: 0 1 auto;
  /* 横幅をそろえたい（等分） */
}
.c-flex__item--equal {
  flex: 1 1 0;
}
.c-flex__item {
  /* 右側へ押し出したい（ボタンだけ右寄せなど） */
}
.c-flex__item--push-right {
  margin-left: auto;
}
.c-flex__item {
  /* 伸縮するエリア（テキストエリアなど） */
}
.c-flex__item--grow {
  flex: 1 1 auto;
}
.c-flex__item {
  /* 幅固定（アイコンやラベルなど） */
}
.c-flex__item--fixed {
  flex: 0 0 auto;
  white-space: nowrap;
}

/**
 * Card
 */
.c-card.--type1 {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  height: 100%;
}
.c-card.--type1 .c-card__img {
  display: block;
  position: relative;
}
.c-card.--type1 .c-card__img img {
  aspect-ratio: 300/200;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card.--type1 .c-card__label {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 60px;
  font-size: 4rem;
  font-weight: 400;
}
@media (min-width: 961px) {
  .c-card.--type1 .c-card__label {
    font-size: 60px;
    font-size: 4rem;
  }
}
.c-card.--type1 .c-card__label {
  font-family: var(--ks-font-family-impact);
  line-height: 1.05;
  position: relative;
  margin-top: -40px;
  margin-bottom: 15px;
}
.c-card.--type1 .c-card__title {
  font-size: 20px;
  font-size: 1.3333333333rem;
}
@media (min-width: 961px) {
  .c-card.--type1 .c-card__title {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
.c-card.--type1 .c-card__title {
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
}
.c-card.--type1 .c-card__text {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .c-card.--type1 .c-card__text {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.c-card.--type1 .c-card__text {
  line-height: 1.5;
  font-weight: 500;
}

.c-card.--type2 {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-card.--type2 .u-hover-mask {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path var(--ks-dur) var(--ks-ease);
}
@media (min-width: 961px) {
  .c-card.--type2 .u-hover-mask {
    will-change: clip-path;
  }
}
.c-card.--type2 .u-hover-mask img {
  transform: scale(1);
  transition: transform var(--ks-dur) var(--ks-ease);
}
@media (min-width: 961px) {
  .c-card.--type2 .u-hover-mask img {
    will-change: transform;
  }
}
@media (min-width: 961px) {
  .c-card.--type2:hover .u-hover-mask {
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
  }
  .c-card.--type2:hover .u-hover-mask img {
    transform: scale(1.07) translate(3%, 0);
  }
}
.c-card.--type2 .c-card__img {
  display: block;
}
.c-card.--type2 .c-card__img img {
  aspect-ratio: 225/169;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card.--type2 .c-card__main {
  padding-top: 10px;
  min-width: 0;
}
.c-card.--type2 .c-card__info {
  display: grid;
  grid-template-columns: 80px auto;
  gap: 5px;
  margin-bottom: 5px;
}
.c-card.--type2 .c-card__title {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (min-width: 961px) {
  .c-card.--type2 .c-card__title {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
.c-card.--type2 .c-card__title {
  margin-bottom: 10px;
}
.c-card.--type2 .c-card__tag {
  align-self: flex-start;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
@media (min-width: 961px) {
  .c-card.--type2 .c-card__tag {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.c-card.--type2 .c-card__tag {
  line-height: 1.5;
  font-weight: 700;
  padding: 2px;
}
.c-card.--type2 .c-card__tag.--orange {
  background-color: #f79200;
}
.c-card.--type2 .c-card__tag.--green {
  background-color: #408927;
}
.c-card.--type2 .c-card__tag.--blue {
  background-color: #2159a6;
}
.c-card.--type2 .c-card__tag.--brown {
  background-color: #8c5119;
}
.c-card.--type2 .c-card__address,
.c-card.--type2 .c-card__text {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .c-card.--type2 .c-card__address,
  .c-card.--type2 .c-card__text {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.c-card.--type2 .c-card__address,
.c-card.--type2 .c-card__text {
  line-height: 1.5;
  font-weight: 500;
}
.c-card.--type2 .c-card__text {
  margin-top: 0;
}
.c-card.--type2 .c-card__text[class*="--ellipsis"] {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.c-card.--type2 .c-card__text.--ellipsis-l2 {
  -webkit-line-clamp: 2;
}

.c-card.--type3 {
  display: flex;
  flex-direction: column;
  padding: 20px;
  height: 100%;
}
.c-card.--type3 .u-hover-mask {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path var(--ks-dur) var(--ks-ease);
}
@media (min-width: 961px) {
  .c-card.--type3 .u-hover-mask {
    will-change: clip-path;
  }
}
.c-card.--type3 .u-hover-mask img {
  transform: scale(1);
  transition: transform var(--ks-dur) var(--ks-ease);
}
@media (min-width: 961px) {
  .c-card.--type3 .u-hover-mask img {
    will-change: transform;
  }
}
@media (min-width: 961px) {
  .c-card.--type3:hover .u-hover-mask {
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
  }
  .c-card.--type3:hover .u-hover-mask img {
    transform: scale(1.07) translate(3%, 0);
  }
}
@media (min-width: 961px) {
  .c-card.--type3 {
    padding-inline: min(20 / 1600 * 100vw, 20px);
  }
}
.c-card.--type3 .c-card__img {
  display: block;
}
.c-card.--type3 .c-card__img img {
  aspect-ratio: 300/200;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card.--type3 .c-card__img[class*="--icon"] {
  display: flex;
  justify-content: center;
}
.c-card.--type3 .c-card__img[class*="--icon"] img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-card.--type3 .c-card__category {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .c-card.--type3 .c-card__category {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.c-card.--type3 .c-card__category {
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.c-card.--type3 .c-card__main {
  padding-top: 20px;
}
.c-card.--type3 .c-card__heading {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.c-card.--type3 .c-card__heading:not(.no-margin) + * {
  margin-top: 10px;
}
@media (min-width: 961px) {
  .c-card.--type3 .c-card__heading:not(.no-margin) + * {
    margin-top: 10px;
  }
}
.c-card.--type3 .c-card__title {
  margin-bottom: 1px;
}
.c-card.--type3 .c-card__label {
  color: #f79200;
}
.c-card.--type3 .c-card__sub {
  color: #686868;
}
.c-card.--type3 .c-card__label,
.c-card.--type3 .c-card__sub {
  display: inline-block;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
@media (min-width: 961px) {
  .c-card.--type3 .c-card__label,
  .c-card.--type3 .c-card__sub {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.c-card.--type3 .c-card__label,
.c-card.--type3 .c-card__sub {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.c-card.--type3 .c-card__footer {
  margin-top: 15px;
}

.c-card-list.--grad-lines > * {
  position: relative;
}
.c-card-list.--grad-lines > *::before, .c-card-list.--grad-lines > *::after {
  content: "";
  background: var(--ks-grad-accent--90deg);
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}
.c-card-list.--grad-lines > *::before {
  top: 0;
}
.c-card-list.--grad-lines > *::after {
  bottom: 0;
}
@media (max-width: 960px) {
  .c-card-list.--grad-lines > *:not(:last-child)::after {
    display: none;
  }
}

/**
 * Frame
 */
.c-frame {
  overflow: hidden;
}
.c-frame .c-frame__inner {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.c-frame .c-frame__inner > * {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.c-frame .c-frame__caption {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 700;
}
@media (min-width: 961px) {
  .c-frame .c-frame__caption {
    font-size: 24px;
    font-size: 1.6rem;
  }
}
.c-frame .c-frame__caption {
  letter-spacing: 0.2em;
  margin-top: 20px;
}
@media (min-width: 961px) {
  .c-frame .c-frame__caption {
    margin-top: 30px;
  }
}

/**
 * Media
 */
.c-media .c-media__heading {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.c-media .c-media__img {
  display: block;
}
.c-media .c-media__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-media .c-media__main {
  display: flex;
  flex-direction: column;
  row-gap: 21px;
}
.c-media .c-media__sub {
  color: #f79200;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 961px) {
  .c-media .c-media__sub {
    font-size: 32px;
    font-size: 2.1333333333rem;
  }
}
.c-media .c-media__title {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: 700;
}
@media (min-width: 961px) {
  .c-media .c-media__title {
    font-size: 24px;
    font-size: 1.6rem;
  }
}
.c-media .c-media__title {
  margin-bottom: 10px;
}
.c-media .c-media__sub,
.c-media .c-media__title {
  letter-spacing: 0.2em;
}
.c-media .c-media__text {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .c-media .c-media__text {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.c-media .c-media__text {
  line-height: 1.5;
  font-weight: 500;
}
.c-media .c-media__btn {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 10px;
}

.c-media.--type1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 961px) {
  .c-media.--type1 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
  }
}

.c-media.--type2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 961px) {
  .c-media.--type2 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "img heading" "img main";
    gap: 20px 40px;
    align-items: center;
  }
  .c-media.--type2 .c-media__heading {
    grid-area: heading;
  }
  .c-media.--type2 .c-media__img {
    grid-area: img;
  }
  .c-media.--type2 .c-media__main {
    grid-area: main;
  }
  .c-media.--type2.--reverse {
    grid-template-areas: "heading img" "main    img";
  }
}

/**
 * Table
 */
.c-table.--table1 {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
}
@media (min-width: 961px) {
  .c-table.--table1 {
    grid-template-columns: 225px 1fr;
    -moz-column-gap: min(40 / 1600 * 100vw, 40px);
         column-gap: min(40 / 1600 * 100vw, 40px);
  }
}
@media (min-width: 961px) {
  .c-table.--table1.--sm {
    grid-template-columns: 120px 1fr;
    -moz-column-gap: min(20 / 1600 * 100vw, 20px);
         column-gap: min(20 / 1600 * 100vw, 20px);
  }
}
@media (max-width: 960px) {
  .c-table.--table1.--square-spacer dd {
    padding-left: 24px;
  }
}
.c-table.--table1 dt,
.c-table.--table1 dd {
  border-top-style: solid;
  border-top-color: #ffffff;
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .c-table.--table1 dt,
  .c-table.--table1 dd {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.c-table.--table1 dt,
.c-table.--table1 dd {
  line-height: 1.5;
}
@media (min-width: 961px) {
  .c-table.--table1 dt,
  .c-table.--table1 dd {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.c-table.--table1 dt {
  border-top-width: 2px;
  font-weight: 500;
}
@media (max-width: 960px) {
  .c-table.--table1 dt {
    padding-top: 20px;
    padding-bottom: 5px;
  }
}
@media (min-width: 961px) {
  .c-table.--table1 dt:last-of-type {
    border-bottom: 2px solid #ffffff;
  }
}
.c-table.--table1 dt > label,
.c-table.--table1 dt > span {
  display: inline-flex;
  align-items: center;
}
@media (min-width: 961px) {
  .c-table.--table1 dt > label,
  .c-table.--table1 dt > span {
    min-height: 40px;
  }
}
.c-table.--table1 dt.required {
  position: relative;
  padding-right: 50px;
}
.c-table.--table1 dt.required::after {
  position: absolute;
  top: 19px;
  right: 0;
  content: "必須";
  border: 1px solid #f79200;
  background: #f79200;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
@media (min-width: 961px) {
  .c-table.--table1 dt.required::after {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.c-table.--table1 dt.required::after {
  display: inline-block;
  color: #fff;
  padding: 1px 7px;
}
@media (min-width: 961px) {
  .c-table.--table1 dt.required::after {
    top: 27px;
  }
}
.c-table.--table1 dt.square {
  padding-left: 24px;
  position: relative;
}
.c-table.--table1 dt.square::before {
  background: #ffffff;
  content: "";
  display: inline-block;
  position: absolute;
  top: 26px;
  left: 0;
  width: 14px;
  height: 14px;
}
.c-table.--table1 dd {
  border-top-width: 1px;
}
@media (max-width: 960px) {
  .c-table.--table1 dd {
    border-top-width: 0;
    padding-bottom: 20px;
  }
}
.c-table.--table1 dd:last-of-type {
  border-bottom: 2px solid #ffffff;
}
.c-table.--table1 *:not(.wpcf7cf-hidden)[data-class=wpcf7cf_group] {
  display: contents !important;
  margin-top: -1px;
}

.c-table.--table2:not(.no-margin) + * {
  margin-top: 50px;
}
@media (min-width: 961px) {
  .c-table.--table2:not(.no-margin) + * {
    margin-top: 50px;
  }
}
.c-table.--table2 .c-table__item {
  border-bottom: 1px solid #ffffff;
}
.c-table.--table2 .c-table__item:first-child {
  border-top: 1px solid #ffffff;
}
.c-table.--table2 .c-table__media {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 961px) {
  .c-table.--table2 .c-table__media {
    grid-template-columns: 120px 1fr;
  }
}
@media (any-hover: hover) {
  .c-table.--table2 .c-table__media:hover .c-table__title::before {
    background-color: #f79200;
  }
}
.c-table.--table2 .c-table__date {
  display: inline-block;
}
@media (min-width: 961px) {
  .c-table.--table2 .c-table__date {
    padding-left: 20px;
  }
}
.c-table.--table2 .c-table__title {
  position: relative;
  padding-right: 50px;
}
@media (min-width: 961px) {
  .c-table.--table2 .c-table__title {
    padding-left: 19px;
    border-left: 1px solid #ffffff;
  }
}
.c-table.--table2 .c-table__title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../images/common/icon_angle.svg);
          mask-image: url(../images/common/icon_angle.svg);
  width: 11px;
  height: 19px;
  transition: background-color var(--ks-dur) var(--ks-ease);
}
@media (min-width: 961px) {
  .c-table.--table2 .c-table__title::before {
    right: 30px;
  }
}
.c-table.--table2 .c-table__date,
.c-table.--table2 .c-table__title {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .c-table.--table2 .c-table__date,
  .c-table.--table2 .c-table__title {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.c-table.--table2 .c-table__date,
.c-table.--table2 .c-table__title {
  line-height: 1.5;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7 .wpcf7-form-control {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  width: 100%;
  margin-top: 0.5em;
  font-size: 14px;
  color: #ff0000;
}
.wpcf7 .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .wpcf7-acceptance label,
.wpcf7 .wpcf7-checkbox label {
  display: inline-flex;
  gap: 10px;
}
.wpcf7 .wpcf7-acceptance input,
.wpcf7 .wpcf7-checkbox input {
  position: relative;
  top: 5px;
  margin: 0;
  width: 16px;
  height: 16px;
}
@media (min-width: 961px) {
  .wpcf7 .wpcf7-acceptance input,
  .wpcf7 .wpcf7-checkbox input {
    width: 18px;
    height: 18px;
  }
}
.wpcf7 .wpcf7-acceptance input:checked,
.wpcf7 .wpcf7-checkbox input:checked {
  background-color: #686868;
}
.wpcf7 .wpcf7-acceptance input + span,
.wpcf7 .wpcf7-checkbox input + span {
  flex: 1;
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
@media (min-width: 961px) {
  .wpcf7 .wpcf7-acceptance input + span,
  .wpcf7 .wpcf7-checkbox input + span {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.wpcf7 .wpcf7-acceptance + .wpcf7-acceptance {
  margin-top: 20px;
}
.wpcf7 .screen-reader-response {
  color: #ff0000;
}
.wpcf7 .screen-reader-response ul {
  display: none !important;
}

/**
 * list
 */
.c-list:not([class*=c-text]) {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .c-list:not([class*=c-text]) {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.c-list:not([class*=c-text]) {
  line-height: 1.5;
}
.c-list li a {
  transition: opacity var(--ks-dur) var(--ks-ease);
}
@media (any-hover: hover) {
  .c-list li a:hover {
    opacity: var(--ks-hover-opacity);
  }
}
.c-list.--circle li, .c-list.--circle2 li {
  display: grid;
  grid-template-columns: 1em 1fr;
}
.c-list.--circle li::before {
  content: "●";
}
.c-list.--circle2 li::before {
  content: "・";
}

/**
 * Form
 */
.c-icon-required {
  border: 1px solid #f79200;
  background: #f79200;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
@media (min-width: 961px) {
  .c-icon-required {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.c-icon-required {
  display: inline-block;
  color: #fff;
  padding: 1px 7px;
}

.c-icon-tel {
  text-align: center;
  border: 1px solid #ffffff;
  background: transparent;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
@media (min-width: 961px) {
  .c-icon-tel {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.c-icon-tel {
  display: inline-block;
  color: #fff;
  padding: 2px 7px;
  min-width: 53px;
}

.wpcf7-form-control.wpcf7-radio {
  gap: 0 30px;
}

.wpcf7-radio .wpcf7-list-item,
.c-form-radio {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .wpcf7-radio .wpcf7-list-item,
  .c-form-radio {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.wpcf7-radio .wpcf7-list-item,
.c-form-radio {
  line-height: 1.5;
}
@media (min-width: 961px) {
  .wpcf7-radio .wpcf7-list-item,
  .c-form-radio {
    min-height: 40px;
  }
}
.wpcf7-radio .wpcf7-list-item input[type=radio],
.c-form-radio input[type=radio] {
  position: relative;
  vertical-align: middle;
  border: 1px solid #686868;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  outline: none;
  margin: 0 5px 0 0;
}
.wpcf7-radio .wpcf7-list-item input[type=radio]:checked,
.c-form-radio input[type=radio]:checked {
  border-color: #686868;
}
.wpcf7-radio .wpcf7-list-item input[type=radio]:checked::after,
.c-form-radio input[type=radio]:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #686868;
  border-radius: 50%;
}

.c-form-info {
  display: grid;
  grid-template-columns: 53px auto 1fr;
  grid-template-areas: "icon number" "text text";
  align-items: center;
  gap: 8px 13px;
}
.c-form-info .c-form-info__icon {
  grid-area: icon;
}
.c-form-info .c-form-info__number {
  grid-area: number;
  font-size: 40px;
  font-size: 2.6666666667rem;
  font-weight: 700;
}
@media (min-width: 961px) {
  .c-form-info .c-form-info__number {
    font-size: 40px;
    font-size: 2.6666666667rem;
  }
}
.c-form-info .c-form-info__text {
  grid-area: text;
  font-size: 15px;
  font-size: 1rem;
}
@media (min-width: 961px) {
  .c-form-info .c-form-info__text {
    font-size: 15px;
    font-size: 1rem;
  }
}
.c-form-info .c-form-info__text {
  margin: 0;
}

.google-recaptcha {
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
}

.grecaptcha-badge {
  visibility: hidden;
}

/**
 * Content
 */
.c-content {
  padding-left: var(--ks-base-padding);
  padding-right: var(--ks-base-padding);
}
.c-content:last-child .c-content__inner {
  padding-bottom: 70px;
}
@media (min-width: 961px) {
  .c-content:last-child .c-content__inner {
    padding-bottom: 100px;
  }
}
.c-content.--diagonal {
  position: relative;
}
.c-content.--diagonal::before {
  content: "";
  background-color: #f79200;
  position: absolute;
  inset: 0;
  margin: auto 0;
  width: 100%;
  height: calc(100% - 8.875vw);
  transform: skewY(-5deg);
}
.c-content.--diagonal .c-content__inner {
  position: relative;
  z-index: 1;
  padding-block: max(50 / 394 * 100vw, 50px);
}
@media (min-width: 961px) {
  .c-content.--diagonal .c-content__inner {
    padding-block: 165px;
  }
}
.c-content.--diagonal .c-heading.--type1 .c-heading__label {
  color: #333333;
}
.c-content.--diagonal .c-heading.--type1 .c-heading__label::before {
  background-color: #333333;
}
.c-content.--diagonal .c-heading.--type2 .c-heading__title::before {
  background-color: #ffffff;
}
.c-content.--diagonal .c-heading.--type2 .c-heading__title::after {
  background: var(--ks-grad-white--90deg);
}
.c-content.--diagonal + .u-bg-white {
  position: relative;
}
.c-content.--diagonal + .u-bg-white::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: -10.75vw;
  left: 0;
  width: 100%;
  height: calc(100% - 8.875vw);
  background-color: #ffffff;
}
.c-content.u-bg-white,
.c-content.u-bg-white h2,
.c-content.u-bg-white h3,
.c-content.u-bg-white h4,
.c-content.u-bg-white h5,
.c-content.u-bg-white a:not(.c-button):not(.c-sns-banner) {
  color: #1a1311;
}
.c-content.u-bg-white .c-card-list.--grad-lines > *::before, .c-content.u-bg-white .c-card-list.--grad-lines > *::after {
  background: var(--ks-grad-accent-w--90deg);
}

.c-content__inner {
  margin-inline: auto;
  padding-block: 50px;
  max-width: 1020px;
  width: 100%;
}
@media (min-width: 961px) {
  .c-content__inner {
    padding-block: 70px;
  }
}

/**
 * Bottom Bar
 */
.c-bottom-bar {
  display: grid;
  grid-template-columns: 1fr 1fr 45px;
  background: #fff;
  z-index: var(--ks-z-index-sm);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
}
@media (max-width: 960px) {
  .c-bottom-bar .c-pagetop {
    position: relative;
    opacity: 1;
    pointer-events: all;
  }
}

.c-bottom-bar__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.c-bottom-bar__btn i {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-style: normal;
  position: relative;
  font-size: 12px;
  font-size: 0.8rem;
}
@media (min-width: 961px) {
  .c-bottom-bar__btn i {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
.c-bottom-bar__btn i {
  line-height: 1.5;
  font-weight: 500;
}
.c-bottom-bar__btn i::before {
  content: "";
  display: inline-block;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.c-bottom-bar__btn.--phone {
  background: #f2cb22;
  color: #1a1311;
  font-size: 12px;
  font-size: 0.8rem;
}
@media (min-width: 961px) {
  .c-bottom-bar__btn.--phone {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
.c-bottom-bar__btn.--phone {
  line-height: 1.5;
  font-weight: 500;
}
.c-bottom-bar__btn.--phone i::before {
  background: #1a1311;
  -webkit-mask-image: url(../images/common/icon_phone.svg);
          mask-image: url(../images/common/icon_phone.svg);
  width: 18px;
  height: 18px;
}
.c-bottom-bar__btn.--mail {
  background: #1a1311;
  color: #fff;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
@media (min-width: 961px) {
  .c-bottom-bar__btn.--mail {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.c-bottom-bar__btn.--mail {
  line-height: 1.5;
}
.c-bottom-bar__btn.--mail i::before {
  background: #fff;
  -webkit-mask-image: url(../images/common/icon_mail.svg);
          mask-image: url(../images/common/icon_mail.svg);
  width: 20px;
  height: 21px;
}

/**
 * Banner
 */
.c-sns-banner {
  background-color: #1a1311;
  color: #ffffff;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
}
@media (min-width: 961px) {
  .c-sns-banner {
    grid-template-columns: clamp(100px, 59.3943661972px + 4.2253521127vw, 127px) auto 132px;
  }
}
@media (max-width: 960px) {
  .c-sns-banner .c-sns-banner__icon {
    margin-inline: auto;
    width: 127px;
  }
}
.c-sns-banner .c-sns-banner__icon img {
  width: 100%;
  height: auto;
}
.c-sns-banner .c-sns-banner__main {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.c-sns-banner .c-sns-banner__label {
  color: #f79200;
  display: inline-block;
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .c-sns-banner .c-sns-banner__label {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.c-sns-banner .c-sns-banner__label {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.c-sns-banner .c-sns-banner__title {
  color: #ffffff !important;
  font-size: 20px;
  font-size: 1.3333333333rem;
}
@media (min-width: 961px) {
  .c-sns-banner .c-sns-banner__title {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
.c-sns-banner .c-sns-banner__title {
  line-height: 1.5;
  font-weight: 700;
}
.c-sns-banner .c-sns-banner__text {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .c-sns-banner .c-sns-banner__text {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.c-sns-banner .c-sns-banner__text {
  line-height: 1.5;
}
.c-sns-banner .c-sns-banner__btn {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 961px) {
  .c-sns-banner .c-sns-banner__btn {
    justify-content: flex-end;
  }
}
.c-sns-banner .c-sns-banner__btn .c-button__text {
  background: #1a1311;
}

/**
 * Pagination
 */
.c-pagetop {
  display: block;
  cursor: pointer;
  background: #f79200;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 45px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.c-pagetop::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform var(--ks-dur-ui) var(--ks-ease2) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  z-index: -1;
  background-color: #f79200;
  mix-blend-mode: multiply;
}
@media (min-width: 961px) {
  .c-pagetop:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.c-pagetop {
  position: fixed;
  z-index: var(--ks-z-index-xs);
}
@media (min-width: 961px) {
  .c-pagetop {
    bottom: 20px;
    right: 20px;
  }
}
.c-pagetop::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: none;
  width: 14px;
  height: 14px;
  transform: rotate(-45deg) translate(-2px, 2px);
}
body.is-loaded.is-scroll .c-pagetop {
  opacity: 1;
  pointer-events: all;
}

/**
 * Topicpath
 */
.c-topicpath {
  padding-left: var(--ks-base-padding);
  padding-right: var(--ks-base-padding);
}
@media (min-width: 961px) {
  .c-topicpath {
    padding-left: min(70 / 1600 * 100vw, 70px);
    padding-right: min(70 / 1600 * 100vw, 70px);
  }
}
.c-topicpath .c-topicpath__list {
  margin: 0;
  padding: 0;
}
.c-topicpath .c-topicpath__item {
  display: inline;
  line-height: 0;
}
.c-topicpath .c-topicpath__item > * {
  color: #f79200;
  display: inline-block;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 400;
}
@media (min-width: 961px) {
  .c-topicpath .c-topicpath__item > * {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.c-topicpath .c-topicpath__item > a {
  color: #989898;
}
@media (min-width: 961px) {
  .c-topicpath .c-topicpath__item > a {
    transition: opacity var(--ks-dur) var(--ks-ease);
  }
}
@media (min-width: 961px) and (any-hover: hover) {
  .c-topicpath .c-topicpath__item > a:hover {
    opacity: var(--ks-hover-opacity);
  }
}
.c-topicpath .c-topicpath__item + .c-topicpath__item::before {
  content: ">";
  color: #989898;
  margin: 0 3px;
}

/**
 * Pagination
 */
.c-pagination {
  margin-top: 50px;
}
.c-pagination .c-pagination__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.c-pagination .c-pagination__btn,
.c-pagination .c-pagination__arrow {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity var(--ks-dur) var(--ks-ease);
}
@media (any-hover: hover) {
  .c-pagination .c-pagination__btn:hover,
  .c-pagination .c-pagination__arrow:hover {
    opacity: var(--ks-hover-opacity);
  }
}
.c-pagination .c-pagination__btn {
  border: 1px solid #686868;
  background-color: #686868;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .c-pagination .c-pagination__btn {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.c-pagination .c-pagination__btn {
  line-height: 1.5;
  width: 64px;
  height: 64px;
}
.c-pagination .c-pagination__btn.current {
  border-color: #f79200;
  background-color: #f79200;
}
.c-pagination .c-pagination__arrow {
  position: relative;
  width: 27px;
  height: 64px;
}
.c-pagination .c-pagination__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 13px;
  height: 11px;
  background: #ffffff;
  -webkit-mask-image: url(../images/common/icon_angle_double.svg);
          mask-image: url(../images/common/icon_angle_double.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.c-pagination .c-pagination__arrow.prev::before {
  transform: scale(-1, 1);
}

/**
 * Heading
 */
.c-heading.--type1 {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
}
.c-heading.--type1:not(.no-margin) + * {
  margin-top: 30px;
}
@media (min-width: 961px) {
  .c-heading.--type1:not(.no-margin) + * {
    margin-top: 30px;
  }
}
.c-heading.--type1:not(:first-child) {
  margin-top: 50px;
}
@media (min-width: 961px) {
  .c-heading.--type1:not(:first-child) {
    margin-top: 70px;
  }
}
.c-heading.--type1 .c-heading__main {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.c-heading.--type1 .c-heading__label {
  display: inline-block;
  color: #f79200;
  position: relative;
  padding-left: 60px;
}
.c-heading.--type1 .c-heading__label::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: #f79200;
}
.c-heading.--type1 .c-heading__sub {
  color: #686868;
}
.c-heading.--type1 .c-heading__label,
.c-heading.--type1 .c-heading__sub {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .c-heading.--type1 .c-heading__label,
  .c-heading.--type1 .c-heading__sub {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.c-heading.--type1 .c-heading__label,
.c-heading.--type1 .c-heading__sub {
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.c-heading.--type1 .c-heading__title {
  font-size: 40px;
  font-size: 2.6666666667rem;
  font-weight: 700;
}
@media (min-width: 961px) {
  .c-heading.--type1 .c-heading__title {
    font-size: 40px;
    font-size: 2.6666666667rem;
  }
}

.c-heading.--type2 {
  display: flex;
  flex-direction: column;
}
.c-heading.--type2:not(.no-margin) + * {
  margin-top: 30px;
}
@media (min-width: 961px) {
  .c-heading.--type2:not(.no-margin) + * {
    margin-top: 20px;
  }
}
.c-heading.--type2:not(:first-child) {
  margin-top: 32px;
}
@media (min-width: 961px) {
  .c-heading.--type2:not(:first-child) {
    margin-top: 52px;
  }
}
.c-heading.--type2 .c-heading__title {
  position: relative;
  font-size: 26px;
  font-size: 1.7333333333rem;
  font-weight: 700;
}
@media (min-width: 961px) {
  .c-heading.--type2 .c-heading__title {
    font-size: 26px;
    font-size: 1.7333333333rem;
  }
}
.c-heading.--type2 .c-heading__title {
  margin-bottom: 22px;
  padding-inline: 7px;
  padding-bottom: 10px;
}
.c-heading.--type2 .c-heading__title::before, .c-heading.--type2 .c-heading__title::after {
  content: "";
  position: absolute;
  transition: opacity var(--ks-dur) var(--ks-ease), transform var(--ks-dur-ui) var(--ks-ease2);
}
.c-heading.--type2 .c-heading__title::before {
  background-color: #f79200;
  border-radius: 50%;
  left: -2px;
  bottom: -2px;
  width: 5px;
  height: 5px;
}
.c-heading.--type2 .c-heading__title::after {
  background: var(--ks-grad-accent--90deg);
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
}
.c-heading.--type2 .c-heading__title:last-child {
  margin-bottom: 0;
}
.c-heading.--type2 .c-heading__text {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .c-heading.--type2 .c-heading__text {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.c-heading.--type2 .c-heading__text {
  line-height: 1.5;
}

.c-heading.--type3 {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.c-heading.--type3:not(.no-margin) + * {
  margin-top: 21px;
}
@media (min-width: 961px) {
  .c-heading.--type3:not(.no-margin) + * {
    margin-top: 21px;
  }
}
.c-heading.--type3 .c-heading__sub {
  position: relative;
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .c-heading.--type3 .c-heading__sub {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.c-heading.--type3 .c-heading__sub {
  line-height: 1.5;
  font-weight: 500;
  padding-left: 30px;
}
.c-heading.--type3 .c-heading__sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #f79200;
  width: 20px;
  height: 2px;
}
.c-heading.--type3 .c-heading__title {
  font-size: 28px;
  font-size: 1.8666666667rem;
  font-weight: 700;
}
@media (min-width: 961px) {
  .c-heading.--type3 .c-heading__title {
    font-size: 28px;
    font-size: 1.8666666667rem;
  }
}
.c-heading.--type3 .c-heading__title.--lg {
  font-size: 32px;
  font-size: 2.1333333333rem;
  font-weight: 700;
}
@media (min-width: 961px) {
  .c-heading.--type3 .c-heading__title.--lg {
    font-size: 32px;
    font-size: 2.1333333333rem;
  }
}
.c-heading.--type3 .c-heading__title.--sm {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: 700;
}
@media (min-width: 961px) {
  .c-heading.--type3 .c-heading__title.--sm {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}

.c-heading.--type4 {
  margin-bottom: 10px;
}
.c-heading.--type4 .c-heading__sub {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25em;
       column-gap: 1.25em;
  margin-bottom: 0.625em;
  font-family: var(--ks-font-family-base);
  color: #f79200;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
}
@media (min-width: 961px) {
  .c-heading.--type4 .c-heading__sub {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.c-heading.--type4 .c-heading__sub::before {
  content: "";
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, rgb(247, 146, 0) 0%, rgb(255, 255, 255) 100%);
}
@media (min-width: 961px) {
  .c-heading.--type4 .c-heading__sub::before {
    width: 60px;
  }
}
.c-heading.--type4 .c-heading__title {
  font-family: var(--ks-font-family-point);
  color: #f2cb22;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 961px) {
  .c-heading.--type4 .c-heading__title {
    font-size: 30px;
    font-size: 2rem;
  }
}
.c-heading.--type4 .c-heading__title {
  letter-spacing: 0.2em;
  line-height: 1.46;
}

/**
 * Header
 */
.l-header {
  background-color: #1a1311;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: var(--ks-z-index-lg);
  opacity: 0;
  transition: opacity var(--ks-dur-ui3) var(--ks-ease);
}
body.is-loaded .l-header {
  opacity: 1;
}

.l-header__inner {
  display: flex;
  width: 100%;
  height: calc(var(--ks-header-height) * 1px);
}
@media (min-width: 961px) {
  .l-header__inner {
    padding-left: min(100 / 1600 * 100vw, 100px);
  }
}

.l-header__logo {
  display: block;
  align-self: center;
}
@media (max-width: 960px) {
  .l-header__logo {
    width: 158px;
    margin-top: 3px;
    margin-inline: auto;
  }
}
@media (min-width: 961px) {
  .l-header__logo {
    flex-shrink: 0;
    width: clamp(140px, 16.6791862285px + 12.8325508607vw, 222px);
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}

@media (max-width: 960px) {
  .l-header__nav {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: var(--ks-z-index-md);
    position: fixed;
    top: 0;
    right: 0;
    width: max(297 / 394 * 100vw, 297px);
    height: 100%;
    overflow-y: auto;
    pointer-events: none;
    opacity: 0;
    transition: opacity var(--ks-dur) var(--ks-ease);
  }
  body.is-loaded.is-menu-open .l-header__nav {
    opacity: 1;
    pointer-events: all;
  }
}
@media (min-width: 961px) {
  .l-header__nav {
    display: flex;
    margin-left: auto;
  }
}

.l-header__nav-item {
  position: relative;
}
@media (max-width: 960px) {
  .l-header__nav-item {
    border-bottom: 1px solid #dcdcdc;
  }
}
@media (min-width: 961px) {
  .l-header__nav-item:last-child .l-header__nav-link > span:after {
    display: none;
  }
}
@media (any-hover: hover) {
  .l-header__nav-item:hover .l-header__sub {
    opacity: 1;
    pointer-events: all;
  }
}

@media (max-width: 960px) {
  .l-header__nav-label {
    display: flex;
    align-items: center;
    background-color: #1a1311;
    color: #fff;
    font-size: 12px;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 11px;
    z-index: 1;
    height: calc(var(--ks-header-height) * 1px);
    position: sticky;
    top: 0;
  }
}
@media (max-width: 960px) and (min-width: 961px) {
  .l-header__nav-label {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
@media (min-width: 961px) {
  .l-header__nav-label {
    display: none;
  }
}

.l-header__nav-list {
  display: flex;
}
@media (max-width: 960px) {
  .l-header__nav-list {
    flex-direction: column;
  }
}
@media (min-width: 961px) {
  .l-header__nav-list {
    flex-direction: row;
  }
}

.l-header__nav-link {
  background-color: transparent;
  display: flex;
  align-items: center;
  position: relative;
  line-height: var(--ks-lh-150);
}
@media (max-width: 960px) {
  .l-header__nav-link {
    background-color: #ffffff;
    -moz-column-gap: 6px;
         column-gap: 6px;
    color: #333333;
    font-size: 13px;
    font-size: 0.8666666667rem;
    padding: 14px 40px 14px 10px;
  }
}
@media (max-width: 960px) and (min-width: 961px) {
  .l-header__nav-link {
    font-size: 15px;
    font-size: 1rem;
  }
}
@media (min-width: 961px) {
  .l-header__nav-link {
    justify-content: center;
    color: #ffffff;
    font-size: clamp(12px, 5.9843505477px + 0.6259780908vw, 16px);
    font-weight: 500;
    height: calc(var(--ks-header-height) * 1px);
    transition: color var(--ks-dur) var(--ks-ease);
  }
}
@media (max-width: 960px) {
  .l-header__nav-link.-sub::before, .l-header__nav-link.-sub::after {
    content: "";
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 0;
    margin: auto 0;
    background-color: #808080;
    width: 2px;
    height: 16px;
    pointer-events: none;
    transition: opacity var(--ks-dur) var(--ks-ease);
  }
  .l-header__nav-link.-sub::after {
    transform: rotate(90deg);
  }
  .l-header__nav-link.-sub.is-open::before {
    opacity: 0;
  }
  .l-header__nav-link.-sub > i {
    display: none;
  }
}
@media (any-hover: hover) {
  .l-header__nav-link:hover {
    color: #f79200;
  }
}
.l-header__nav-link > span {
  display: inline-block;
}
@media (min-width: 961px) {
  .l-header__nav-link > span {
    padding-inline: min(10 / 1600 * 100vw, 10px);
    position: relative;
  }
  .l-header__nav-link > span::after {
    content: "|";
    color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: max(-2 / 1600 * 100vw, -2px);
    margin: auto 0;
    line-height: var(--ks-lh-140);
  }
}
.l-header__nav-link > i {
  display: block;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/common/icon_file.svg);
  width: 11px;
  height: 14px;
}
@media (min-width: 961px) {
  .l-header__nav-link > i {
    display: none;
  }
}

@media (min-width: 961px) {
  .l-header__nav-social {
    display: none;
  }
}

.l-sitemap__social-link {
  display: flex;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  padding: 18px 10px;
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 700;
}
@media (min-width: 961px) {
  .l-sitemap__social-link {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
}
.l-sitemap__social-link > i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/common/icon_sns_instagram.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
}

.l-header__contact {
  display: flex;
  margin-left: min(50 / 1600 * 100vw, 50px);
}
@media (max-width: 960px) {
  .l-header__contact {
    display: none;
  }
}

.l-header__contact-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  justify-content: center;
  row-gap: 4px;
  margin-right: min(30 / 1600 * 100vw, 30px);
  height: 100%;
}
.l-header__contact-group > * {
  margin-top: 0;
  line-height: 1;
}

@media (min-width: 961px) {
  .l-header__contact-title {
    font-size: clamp(12px, 5.9843505477px + 0.6259780908vw, 16px);
  }
}

@media (min-width: 961px) {
  .l-header__contact-tel {
    font-size: clamp(10px, 3.9843505477px + 0.6259780908vw, 14px);
  }
}
.l-header__contact-tel > a {
  font-weight: 700;
}
@media (min-width: 961px) {
  .l-header__contact-tel > a {
    font-size: clamp(16px, -8.0625978091px + 2.5039123631vw, 32px);
  }
}

@media (min-width: 961px) {
  .l-header__contact-hours {
    font-size: clamp(10px, 6.9921752739px + 0.3129890454vw, 12px);
  }
}

.l-header__contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f79200;
  width: clamp(60px, -0.1564945227px + 6.2597809077vw, 100px);
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.l-header__contact-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform var(--ks-dur-ui) var(--ks-ease2) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  z-index: -1;
  background-color: #f79200;
  mix-blend-mode: multiply;
}
@media (min-width: 961px) {
  .l-header__contact-btn:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.l-header__contact-btn i {
  display: block;
  background-color: #ffffff;
  -webkit-mask-image: url(../images/common/icon_mail.svg);
          mask-image: url(../images/common/icon_mail.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: clamp(24px, 11.9687010955px + 1.2519561815vw, 32px);
  height: clamp(24px, 11.9687010955px + 1.2519561815vw, 32px);
}

@media (max-width: 960px) {
  .l-header__sub {
    display: none;
    overflow: hidden;
    transition: height var(--ks-dur) var(--ks-ease);
  }
}
@media (min-width: 961px) {
  .l-header__sub {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px clamp(14px, 4.9765258216px + 0.9389671362vw, 20px);
    pointer-events: none;
    opacity: 0;
    transition: opacity var(--ks-dur-ui) var(--ks-ease);
  }
}

.l-header__sub-list {
  display: flex;
}
@media (max-width: 960px) {
  .l-header__sub-list {
    flex-direction: column;
  }
}
@media (min-width: 961px) {
  .l-header__sub-list {
    flex-direction: row;
    -moz-column-gap: clamp(14px, 4.9765258216px + 0.9389671362vw, 20px);
         column-gap: clamp(14px, 4.9765258216px + 0.9389671362vw, 20px);
  }
}
@media (max-width: 960px) {
  .l-header__sub-list > li {
    border-bottom: 1px solid #fff;
  }
  .l-header__sub-list > li:last-child {
    border-bottom: none;
  }
}

.l-header__sub-link {
  display: flex;
}
.l-header__sub-link .u-hover-mask {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path var(--ks-dur) var(--ks-ease);
}
@media (min-width: 961px) {
  .l-header__sub-link .u-hover-mask {
    will-change: clip-path;
  }
}
.l-header__sub-link .u-hover-mask img {
  transform: scale(1);
  transition: transform var(--ks-dur) var(--ks-ease);
}
@media (min-width: 961px) {
  .l-header__sub-link .u-hover-mask img {
    will-change: transform;
  }
}
@media (min-width: 961px) {
  .l-header__sub-link:hover .u-hover-mask {
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
  }
  .l-header__sub-link:hover .u-hover-mask img {
    transform: scale(1.07) translate(3%, 0);
  }
}
@media (max-width: 960px) {
  .l-header__sub-link {
    background-color: #f5f5f5;
    color: #333333;
    position: relative;
    font-size: 13px;
    font-size: 0.8666666667rem;
    padding: 10px 10px 10px 27px;
  }
}
@media (max-width: 960px) and (min-width: 961px) {
  .l-header__sub-link {
    font-size: 15px;
    font-size: 1rem;
  }
}
@media (min-width: 961px) {
  .l-header__sub-link {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    width: min(220 / 1600 * 100vw, 220px);
  }
}
@media (max-width: 960px) {
  .l-header__sub-link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/common/icon_file.svg);
    width: 11px;
    height: 14px;
  }
}
@media (max-width: 960px) {
  .l-header__sub-link figure {
    display: none;
  }
}
.l-header__sub-link figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 220/139;
}
.l-header__sub-link span {
  display: inline-block;
}
@media (min-width: 961px) {
  .l-header__sub-link span {
    text-align: center;
    font-size: clamp(12px, 5.9843505477px + 0.6259780908vw, 16px);
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0.2em;
  }
}

.l-header__btn {
  background-color: #f79200;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  width: 60px;
  height: 60px;
  transition: background-color var(--ks-dur) var(--ks-ease);
  z-index: var(--ks-z-index-lg);
}
@media (min-width: 961px) {
  .l-header__btn {
    display: none;
  }
}
body.is-loaded.is-menu-open .l-header__btn {
  background-color: transparent;
}

.l-header__btn-lines {
  display: block;
  position: relative;
  width: 30px;
  height: 26px;
}
.l-header__btn-lines span {
  position: absolute;
  left: 0;
  background: #ffffff;
  display: inline-block;
  width: 100%;
  height: 4px;
  transition: transform var(--ks-dur) var(--ks-ease), opacity var(--ks-dur) var(--ks-ease);
  transform-origin: center;
}
.l-header__btn-lines span:nth-child(1) {
  top: 0;
}
.l-header__btn-lines span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header__btn-lines span:nth-child(3) {
  bottom: 0;
}
body.is-loaded.is-menu-open .l-header__btn-lines span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
body.is-loaded.is-menu-open .l-header__btn-lines span:nth-child(2) {
  opacity: 0;
}
body.is-loaded.is-menu-open .l-header__btn-lines span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

/**
 * Footer
 */
.l-footer {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 961px) {
  .l-footer {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
.l-footer::before {
  content: "";
  background-color: #1a1311;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.l-footer__content {
  position: relative;
  z-index: 1;
}

.l-footer__layout {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding-block: 0;
}
@media (min-width: 961px) {
  .l-footer__layout {
    flex-direction: row-reverse;
    justify-content: flex-end;
    -moz-column-gap: min(40 / 1600 * 100vw, 40px);
         column-gap: min(40 / 1600 * 100vw, 40px);
  }
}

.l-footer__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 961px) {
  .l-footer__info {
    align-items: flex-start;
  }
}

.l-footer__logo {
  width: 313px;
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}

.l-footer__address {
  font-style: normal;
  margin-top: 20px;
}

.l-footer__nav {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (min-width: 961px) {
  .l-footer__nav {
    grid-template-columns: clamp(240px, 134.7261345853px + 10.9546165884vw, 310px) clamp(240px, 134.7261345853px + 10.9546165884vw, 310px);
    -moz-column-gap: min(20 / 1600 * 100vw, 20px);
         column-gap: min(20 / 1600 * 100vw, 20px);
  }
}

.l-footer__nav-list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.l-footer__nav-link {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  padding: 0;
  line-height: var(--ks-lh-150);
  width: auto;
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .l-footer__nav-link {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.l-footer__nav-link {
  line-height: 1.5;
  font-weight: 500;
  transition: color var(--ks-dur) var(--ks-ease);
}
@media (any-hover: hover) {
  .l-footer__nav-link:hover {
    color: #f79200;
  }
}
.l-footer__nav-link.-social {
  position: relative;
  padding-left: 36px;
}
.l-footer__nav-link.-social::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.l-footer__nav-link.-social.-instagram::before {
  background-image: url(../images/common/icon_sns_instagram.svg);
}
.l-footer__nav-link > span {
  display: inline-block;
}

.l-footer__nav-sub {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-top: 15px;
  margin-left: 10px;
}
.l-footer__nav-sub a {
  display: inline-block;
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .l-footer__nav-sub a {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.l-footer__nav-sub a {
  line-height: 1.5;
  font-weight: 500;
}
.l-footer__nav-sub a > span {
  display: inline-block;
}
.l-footer__nav-sub a > span::before {
  content: "−";
  margin-right: 5px;
}

.l-footer__copyright {
  font-size: 12px;
  font-size: 0.8rem;
}
@media (min-width: 961px) {
  .l-footer__copyright {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
.l-footer__copyright {
  margin-top: 30px;
}
@media (min-width: 961px) {
  .l-footer__copyright {
    margin-top: 35px;
  }
}

/**
 * Footer - contact
 */
.l-footer-contact {
  position: relative;
  overflow: hidden;
}
.l-footer-contact::before, .l-footer-contact::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.l-footer-contact::before {
  background: url(../images/common/footer_contact_bg.webp) no-repeat center;
  background-size: cover;
}
.l-footer-contact::after {
  background-color: rgba(247, 146, 0, 0.8);
}

.l-footer-contact__inner {
  position: relative;
  z-index: 1;
}

.l-footer-contact__header {
  text-align: center;
  color: #fff;
  letter-spacing: 0.2em;
}

.l-footer-contact__title {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 961px) {
  .l-footer-contact__title {
    font-size: 32px;
    font-size: 2.1333333333rem;
  }
}
.l-footer-contact__title:not(.no-margin) + * {
  margin-top: 20px;
}
@media (min-width: 961px) {
  .l-footer-contact__title:not(.no-margin) + * {
    margin-top: 20px;
  }
}

.l-footer-contact__lead {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: 700;
}
@media (min-width: 961px) {
  .l-footer-contact__lead {
    font-size: 24px;
    font-size: 1.6rem;
  }
}
.l-footer-contact__lead:not(.no-margin) + * {
  margin-top: 30px;
}
@media (min-width: 961px) {
  .l-footer-contact__lead:not(.no-margin) + * {
    margin-top: 25px;
  }
}

.l-footer-contact__actions {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-top: 30px;
}
@media (min-width: 961px) {
  .l-footer-contact__actions {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    -moz-column-gap: min(40 / 1600 * 100vw, 40px);
         column-gap: min(40 / 1600 * 100vw, 40px);
  }
}

.l-footer-contact__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
}
@media (min-width: 961px) {
  .l-footer-contact__info {
    padding-inline: min(40 / 1600 * 100vw, 40px);
  }
}

.l-footer-contact__number {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 3px;
       column-gap: 3px;
  font-size: 28px;
  font-size: 1.8666666667rem;
  font-weight: 400;
}
@media (min-width: 961px) {
  .l-footer-contact__number {
    font-size: 28px;
    font-size: 1.8666666667rem;
  }
}
.l-footer-contact__number a {
  display: inline-block;
  font-size: 40px;
  font-size: 2.6666666667rem;
  font-weight: 700;
}
@media (min-width: 961px) {
  .l-footer-contact__number a {
    font-size: 40px;
    font-size: 2.6666666667rem;
  }
}

.l-footer-contact__hours {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .l-footer-contact__hours {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.l-footer-contact__hours {
  line-height: 1.5;
  margin-top: 0;
}

.l-footer-contact__btn {
  border-radius: 4px;
  background-color: #1a1311;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 3px;
  padding: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.l-footer-contact__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform var(--ks-dur-ui) var(--ks-ease2) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  z-index: -1;
  background-color: #1a1311;
  mix-blend-mode: multiply;
}
@media (min-width: 961px) {
  .l-footer-contact__btn:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@media (min-width: 961px) {
  .l-footer-contact__btn {
    max-width: 400px;
  }
}

.l-footer-contact__btn-main {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: 700;
}
@media (min-width: 961px) {
  .l-footer-contact__btn-main {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
.l-footer-contact__btn-main i {
  display: block;
  background-color: #ffffff;
  -webkit-mask-image: url(../images/common/icon_mail.svg);
          mask-image: url(../images/common/icon_mail.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 32px;
  height: 32px;
}
@media (min-width: 961px) {
  .l-footer-contact__btn-main i {
    width: clamp(24px, 11.9687010955px + 1.2519561815vw, 32px);
    height: clamp(24px, 11.9687010955px + 1.2519561815vw, 32px);
  }
}

.l-footer-contact__btn-sub {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .l-footer-contact__btn-sub {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.l-footer-contact__btn-sub {
  line-height: 1.5;
}

@media (min-width: 961px) {
  .l-footer-service {
    padding-top: 42px;
    padding-bottom: 30px;
  }
}

/**
 * Main
 */
.l-main {
  position: relative;
}

.l-wrapper {
  padding-top: calc(var(--ks-header-height) * 1px);
  min-height: 100vh;
}

/**
 * FAQ
 */
.p-faq {
  display: grid;
  row-gap: 15px;
}

.p-faq__item {
  transition: background-color var(--yx-dur) var(--yx-ease);
}
.p-faq__item.is-open .p-faq__icon::after {
  opacity: 0;
}
.p-faq__item.is-open .p-faq__question::after {
  opacity: 1;
}

.p-faq__content {
  display: none;
}

.p-faq__question {
  grid-template-columns: 58px auto 40px;
  align-items: center;
  text-align: left;
  background-color: transparent;
  position: relative;
  margin: 0;
  padding: 16px 0;
}
@media (min-width: 961px) {
  .p-faq__question {
    grid-template-columns: 58px auto 60px;
    transition: opacity var(--ks-dur) var(--ks-ease);
  }
}
@media (min-width: 961px) and (any-hover: hover) {
  .p-faq__question:hover {
    opacity: var(--ks-hover-opacity);
  }
}
.p-faq__question::before, .p-faq__question::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: opacity var(--ks-dur) var(--ks-ease);
}
.p-faq__question::before {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
}
.p-faq__question::after {
  background-color: #f79200;
  width: 3px;
  height: 100%;
  opacity: 0;
}

.p-faq__answer {
  grid-template-columns: 58px auto;
  padding-top: 20px;
  padding-bottom: 16px;
}

.p-faq__question,
.p-faq__answer {
  display: grid;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .p-faq__question,
  .p-faq__answer {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.p-faq__question,
.p-faq__answer {
  line-height: 1.5;
  font-weight: 500;
}

.p-faq__label {
  text-align: center;
  display: block;
  color: #f79200;
  font-size: 32px;
  font-size: 2.1333333333rem;
  font-weight: 700;
}
@media (min-width: 961px) {
  .p-faq__label {
    font-size: 32px;
    font-size: 2.1333333333rem;
  }
}
.p-faq__label {
  line-height: 1;
}

.p-faq__icon {
  display: block;
  position: relative;
  height: 20px;
}
.p-faq__icon::before, .p-faq__icon::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  transition: opacity var(--ks-dur) var(--ks-ease);
}
.p-faq__icon::after {
  transform: rotate(90deg);
}

/**
 * PAGE: Header
 */
.p-header.--lv1 {
  overflow: hidden;
  position: relative;
}
@media (min-width: 961px) {
  .p-header.--lv1 {
    margin-bottom: 30px;
  }
}
.p-header.--lv1 .p-header__bg {
  display: none;
}
@media (min-width: 961px) {
  .p-header.--lv1 .p-header__bg {
    display: block;
    background-color: #333333;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: 25px;
    background-position: 0 0;
    background-repeat: repeat;
    background-image: url(../images/common/dot.svg);
    pointer-events: none;
  }
  .p-header.--lv1 .p-header__bg::before {
    color: #222222;
    content: attr(data-label);
    position: absolute;
    top: 0;
    right: 0;
    font-size: clamp(100px, 24.8043818466px + 7.8247261346vw, 150px);
    font-weight: 700;
    text-transform: uppercase;
  }
}
@media (min-width: 961px) {
  .p-header.--lv1 .p-header__content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    row-gap: 10px;
    position: relative;
    z-index: 1;
    min-height: 243px;
    width: 100%;
  }
  .p-header.--lv1 .p-header__content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #f79200;
  }
}
.p-header.--lv1 .p-header__main {
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .p-header.--lv1 .p-header__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #333333;
    padding-left: var(--ks-base-padding);
    padding-right: var(--ks-base-padding);
    background-size: 25px;
    background-position: 0 0;
    background-repeat: repeat;
    background-image: url(../images/common/dot.svg);
    margin-bottom: 10px;
    min-height: 105px;
  }
  .p-header.--lv1 .p-header__main::before, .p-header.--lv1 .p-header__main::after {
    position: absolute;
  }
  .p-header.--lv1 .p-header__main::before {
    color: #222222;
    content: attr(data-label);
    bottom: 5px;
    right: 0;
    font-size: 44px;
    font-size: 2.9333333333rem;
    font-weight: 700;
    text-transform: uppercase;
  }
}
@media (max-width: 960px) and (min-width: 961px) {
  .p-header.--lv1 .p-header__main::before {
    font-size: 44px;
    font-size: 2.9333333333rem;
  }
}
@media (max-width: 960px) {
  .p-header.--lv1 .p-header__main::after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #f79200;
  }
}
@media (min-width: 961px) {
  .p-header.--lv1 .p-header__main {
    padding-left: min(70 / 1600 * 100vw, 70px);
    padding-right: min(70 / 1600 * 100vw, 70px);
  }
}
.p-header.--lv1 .p-header__title {
  position: relative;
  font-size: 30px;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 961px) {
  .p-header.--lv1 .p-header__title {
    font-size: 60px;
    font-size: 4rem;
  }
}
.p-header.--lv1 .p-header__title > span {
  display: inline-block;
}
.p-header.--lv1 .p-header__bg::before,
.p-header.--lv1 .p-header__main::before {
  opacity: 0;
  transform: translate(20px, 0);
  will-change: opacity, transform;
  transition: opacity var(--ks-dur-ui3) var(--ks-ease), transform var(--ks-dur-ui3) var(--ks-ease);
}
body.is-loaded .p-header.--lv1 .p-header__bg::before,
body.is-loaded .p-header.--lv1 .p-header__main::before {
  opacity: 1;
  transform: translate(0, 0);
}
body.is-loaded .p-header.--lv1 .p-header__title .u-reveal-up {
  opacity: 1;
  animation-name: revealUp;
  animation-timing-function: var(--ks-ease3);
  animation-duration: var(--ks-dur-ui2);
  animation-fill-mode: forwards;
}
body.is-loaded .p-header.--lv1 .c-topicpath {
  opacity: 1;
}

.p-header.--lv2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 20px;
}
@media (min-width: 961px) {
  .p-header.--lv2 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "img main" "img sub";
    gap: 50px 40px;
    margin-bottom: 30px;
  }
  .p-header.--lv2 .p-header__main {
    grid-area: main;
  }
  .p-header.--lv2 .p-header__img {
    grid-area: img;
  }
  .p-header.--lv2 .p-header__sub {
    grid-area: sub;
  }
  .p-header.--lv2.--transform {
    grid-template-areas: "main main" "img  sub";
    gap: 30px 40px;
  }
}
@media (min-width: 961px) and (min-width: 961px) {
  .p-header.--lv2.--transform .p-header__sub {
    padding-top: 34px;
  }
}
@media (min-width: 961px) {
  .p-header.--lv2.--reverse {
    grid-template-areas: "main img" "sub  img";
  }
}
.p-header.--lv2.--gap-sm {
  gap: 21px;
}
@media (min-width: 961px) {
  .p-header.--lv2.--gap-sm {
    gap: 21px 40px;
  }
}
.p-header.--lv2 .p-header__img {
  display: block;
}
.p-header.--lv2 .p-header__img img {
  width: 100%;
  height: auto;
}
.p-header.--lv2 .p-header__title {
  position: relative;
  font-size: 28px;
  font-size: 1.8666666667rem;
  font-weight: 700;
}
@media (min-width: 961px) {
  .p-header.--lv2 .p-header__title {
    font-size: 28px;
    font-size: 1.8666666667rem;
  }
}
.p-header.--lv2 .p-header__title {
  padding-bottom: 23px;
}
.p-header.--lv2 .p-header__title:not(.no-margin) + * {
  margin-top: 20px;
}
@media (min-width: 961px) {
  .p-header.--lv2 .p-header__title:not(.no-margin) + * {
    margin-top: 20px;
  }
}
.p-header.--lv2 .p-header__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f79200;
  height: 2px;
  width: 40px;
}

.p-header.--center {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.p-header.--center:not(.no-margin) + * {
  margin-top: 30px;
}
@media (min-width: 961px) {
  .p-header.--center:not(.no-margin) + * {
    margin-top: 30px;
  }
}
.p-header.--center .p-header__title {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: 700;
}
@media (min-width: 961px) {
  .p-header.--center .p-header__title {
    font-size: 32px;
    font-size: 2.1333333333rem;
  }
}
.p-header.--center .p-header__title:not(.no-margin) + * {
  margin-top: 20px;
}
@media (min-width: 961px) {
  .p-header.--center .p-header__title:not(.no-margin) + * {
    margin-top: 20px;
  }
}
.p-header.--center .p-header__text {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 961px) {
  .p-header.--center .p-header__text {
    font-size: 24px;
    font-size: 1.6rem;
  }
}
.p-header.--center .p-header__title,
.p-header.--center .p-header__text {
  letter-spacing: 0.2em;
}

/**
 * TOP
 */
.p-top-mv {
  overflow: hidden;
  padding-bottom: 50px;
}
@media (min-width: 961px) {
  .p-top-mv {
    padding-bottom: min(70 / 1600 * 100vw, 70px);
  }
}
.p-top-mv__hero {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 450px;
}
@media (min-width: 961px) {
  .p-top-mv__hero {
    height: min(850 / 1600 * 100vw, 850px);
  }
}

.p-top-mv__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: blur(2px) brightness(1.2);
  will-change: opacity, filter;
  transition: opacity var(--ks-dur-ui3) var(--ks-ease), filter var(--ks-dur-ui3) var(--ks-ease);
}
.p-top-mv__bg picture {
  width: 100%;
  height: 100%;
}
.p-top-mv__bg img {
  width: 100%;
  height: 100%;
  min-height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 961px) {
  .p-top-mv__bg img {
    min-height: auto;
  }
}
body.is-loaded .p-top-mv__bg {
  opacity: 1;
  filter: blur(0) brightness(1);
}

.p-top-mv__title {
  display: flex;
  flex-direction: column;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 42px;
  left: max(20 / 394 * 100vw, 20px);
  font-size: 24px;
  font-size: 1.6rem;
}
@media (min-width: 961px) {
  .p-top-mv__title {
    font-size: 15px;
    font-size: 1rem;
  }
}
.p-top-mv__title {
  font-weight: 700;
  font-family: var(--ks-font-family-point);
  line-height: var(--ks-lh-200);
  letter-spacing: 0.2em;
}
@media (min-width: 961px) {
  .p-top-mv__title {
    top: min(90 / 1600 * 100vw, 90px);
    left: min(100 / 1600 * 100vw, 100px);
    font-size: min(32 / 1600 * 100vw, 32px);
  }
}
.p-top-mv__title > span {
  display: inline-block;
  opacity: 0;
  transform: translate(20px, 0);
  will-change: opacity, transform;
  transition: opacity var(--ks-dur-ui2) var(--ks-ease), transform var(--ks-dur-ui2) var(--ks-ease);
}
body.is-loaded .p-top-mv__title > span {
  opacity: 1;
  transform: translate(0, 0);
}
body.is-loaded .p-top-mv__title > span:nth-child(1) {
  transition-delay: 0s;
}
body.is-loaded .p-top-mv__title > span:nth-child(2) {
  transition-delay: 0.24s;
}
body.is-loaded .p-top-mv__title > span:nth-child(3) {
  transition-delay: 0.36s;
}

.p-top-mv__copies {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: -80px;
  margin-inline: auto;
  width: 354px;
}
@media (min-width: 961px) {
  .p-top-mv__copies {
    margin-top: max(-360 / 1600 * 100vw, -360px);
    width: min(1020 / 1600 * 100vw, 1020px);
  }
}

.p-top-mv__copy {
  display: block;
}
.p-top-mv__copy img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv__copy.--lower {
  margin-top: -70px;
}
@media (min-width: 961px) {
  .p-top-mv__copy.--lower {
    margin-top: max(-260 / 1600 * 100vw, -260px);
  }
}
.p-top-mv__copy.--upper {
  transform: translate(-10vw, 2.68vw);
}
.p-top-mv__copy.--lower {
  transform: translate(10vw, -2.68vw);
}
.p-top-mv__copy.--upper, .p-top-mv__copy.--lower {
  opacity: 0;
  transition: opacity var(--ks-dur-ui) var(--ks-ease3), transform var(--ks-dur-ui) var(--ks-ease3);
  will-change: opacity, transform;
}
body.is-loaded .is-active > .p-top-mv__copy.--upper, body.is-loaded .is-active > .p-top-mv__copy.--lower {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.96s;
}

.p-top-intro .c-content__inner {
  padding-top: 0;
}

@media (min-width: 961px) {
  .p-top-intro__video .c-text {
    text-align: center;
  }
}

.p-top-intro__title {
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 961px) {
  .p-top-intro__title {
    font-size: 60px;
    font-size: 4rem;
  }
}
.p-top-intro__title {
  font-family: var(--ks-font-family-point);
  letter-spacing: 0.15em;
  margin-bottom: 30px;
  margin-inline: -5px;
}
@media (min-width: 961px) {
  .p-top-intro__title {
    letter-spacing: 0.2em;
    margin-bottom: 30px;
    margin-inline: 0;
  }
}
.p-top-intro__title > span {
  display: inline-block;
}

.p-top-intro__card img {
  width: 100%;
  height: auto;
}

.p-top-intro__caption {
  text-align: center;
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: 700;
}
@media (min-width: 961px) {
  .p-top-intro__caption {
    font-size: 24px;
    font-size: 1.6rem;
  }
}
.p-top-intro__caption {
  letter-spacing: 0.2em;
  margin-block: 40px;
}
@media (min-width: 961px) {
  .p-top-intro__caption {
    margin-block: 50px;
  }
}

.p-top-intro__btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 961px) {
  .p-top-intro__btn {
    margin-top: 50px;
  }
}

.p-top-service-card {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-top-service-card .u-hover-mask {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path var(--ks-dur) var(--ks-ease);
}
@media (min-width: 961px) {
  .p-top-service-card .u-hover-mask {
    will-change: clip-path;
  }
}
.p-top-service-card .u-hover-mask img {
  transform: scale(1);
  transition: transform var(--ks-dur) var(--ks-ease);
}
@media (min-width: 961px) {
  .p-top-service-card .u-hover-mask img {
    will-change: transform;
  }
}
@media (min-width: 961px) {
  .p-top-service-card:hover .u-hover-mask {
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
  }
  .p-top-service-card:hover .u-hover-mask img {
    transform: scale(1.07) translate(3%, 0);
  }
}

.p-top-service-card__img {
  display: block;
}
.p-top-service-card__img img {
  aspect-ratio: 354/350;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 961px) {
  .p-top-service-card__img img {
    aspect-ratio: 225/350;
  }
}

.p-top-service-card__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  padding-top: 10px;
}
.p-top-service-card__main[class*="--icon"] {
  position: relative;
  padding-top: 70px;
}
.p-top-service-card__main[class*="--icon"]::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin-inline: auto;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 130px;
  height: 130px;
}
.p-top-service-card__main.--icon1::before {
  -webkit-mask-image: url(../images/top/services_icon_01.svg);
          mask-image: url(../images/top/services_icon_01.svg);
}
.p-top-service-card__main.--icon2::before {
  -webkit-mask-image: url(../images/top/services_icon_02.svg);
          mask-image: url(../images/top/services_icon_02.svg);
}
.p-top-service-card__main.--icon3::before {
  -webkit-mask-image: url(../images/top/services_icon_03.svg);
          mask-image: url(../images/top/services_icon_03.svg);
}
.p-top-service-card__main.--icon4::before {
  -webkit-mask-image: url(../images/top/services_icon_04.svg);
          mask-image: url(../images/top/services_icon_04.svg);
}

.p-top-service-card__title {
  text-align: center;
  font-size: 20px;
  font-size: 1.3333333333rem;
}
@media (min-width: 961px) {
  .p-top-service-card__title {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
.p-top-service-card__title {
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.p-top-service-card__text {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .p-top-service-card__text {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.p-top-service-card__text {
  line-height: 1.5;
  font-weight: 500;
}

.p-top-service-card__btn {
  margin-top: 20px;
}

.p-top-works {
  position: relative;
}
.p-top-works::before {
  content: "";
  background: url(../images/top/works_bg.webp) no-repeat center;
  background-size: cover;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-top-works .c-content__inner {
  position: relative;
  z-index: 1;
}

.p-top-about {
  position: relative;
}
.p-top-about::before, .p-top-about::after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.p-top-about::before {
  top: 0;
  left: 0;
  background-image: url(../images/top/about_bg_upper_sp.svg);
  width: max(394 / 394 * 100vw, 394px);
  height: max(62 / 394 * 100vw, 62px);
}
@media (min-width: 961px) {
  .p-top-about::before {
    background-image: url(../images/top/about_bg_upper.svg);
    width: min(815 / 1600 * 100vw, 815px);
    height: min(128 / 1600 * 100vw, 128px);
  }
}
.p-top-about::after {
  right: 0;
  bottom: 0;
  background-image: url(../images/top/about_bg_lower_sp.svg);
  width: max(394 / 394 * 100vw, 394px);
  height: max(177 / 394 * 100vw, 177px);
}
@media (min-width: 961px) {
  .p-top-about::after {
    background-image: url(../images/top/about_bg_lower.svg);
    width: min(972 / 1600 * 100vw, 972px);
    height: min(438 / 1600 * 100vw, 438px);
  }
}
.p-top-about .c-content__inner {
  position: relative;
  z-index: 1;
}

.p-top-about__news {
  margin-top: 50px;
}
@media (min-width: 961px) {
  .p-top-about__news {
    margin-top: 70px;
  }
}

.p-top-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 961px) {
  .p-top-btn {
    margin-top: 50px;
  }
}

/**
 * SERVICE ( HOUSING / LANDSCAPING / BUILDINGS / RENOVATION )
 */
.p-service-flow {
  counter-reset: number 0;
  margin: 0;
  padding: 0;
}
.p-service-flow > *:last-child .p-service-flow__number::before {
  display: none;
}
.p-service-flow > *:last-child .p-service-flow__number i {
  background-color: transparent;
}
.p-service-flow > *:last-child .p-service-flow__number i::before {
  color: #ffffff;
}

.p-service-flow__card {
  overflow: hidden;
  display: flex;
  -moz-column-gap: 29px;
       column-gap: 29px;
  row-gap: 10px;
  position: relative;
  padding-bottom: 30px;
  height: 100%;
}
@media (min-width: 961px) {
  .p-service-flow__card {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    padding-right: 20px;
    padding-bottom: 0;
  }
}
.p-service-flow__card[data-scroll] {
  opacity: 0;
  transform: translate(15px, 0);
  transition: var(--ks-dur) var(--ks-ease);
  transition-property: opacity, transform;
}
body.is-loaded .p-service-flow__card[data-scroll].is-active {
  opacity: 1;
  transform: translate(0, 0);
}
@media (min-width: 961px) {
  body.is-loaded .p-service-flow__card[data-scroll].is-active.--card1 {
    transition-delay: 0s;
  }
  body.is-loaded .p-service-flow__card[data-scroll].is-active.--card2 {
    transition-delay: 0.12s;
  }
  body.is-loaded .p-service-flow__card[data-scroll].is-active.--card3 {
    transition-delay: 0.24s;
  }
  body.is-loaded .p-service-flow__card[data-scroll].is-active.--card4 {
    transition-delay: 0.36s;
  }
  body.is-loaded .p-service-flow__card[data-scroll].is-active.--card5 {
    transition-delay: 0.48s;
  }
}

.p-service-flow__number {
  position: relative;
  flex-shrink: 0;
}
.p-service-flow__number::before {
  background-color: #ffffff;
  content: "";
  position: absolute;
  top: 0;
}
@media (max-width: 960px) {
  .p-service-flow__number::before {
    left: 32px;
    width: 1px;
    height: calc(100% + 31px);
  }
}
@media (min-width: 961px) {
  .p-service-flow__number::before {
    left: 0;
    bottom: 0;
    margin: auto 0;
    height: 1px;
    width: calc(100% + 21px);
  }
}
.p-service-flow__number i {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-style: normal;
  width: 64px;
  height: 64px;
}
.p-service-flow__number i::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  color: #f79200;
  font-size: 28px;
  font-size: 1.8666666667rem;
  font-weight: 700;
}
@media (min-width: 961px) {
  .p-service-flow__number i::before {
    font-size: 28px;
    font-size: 1.8666666667rem;
  }
}

.p-service-flow__title {
  font-size: 20px;
  font-size: 1.3333333333rem;
}
@media (min-width: 961px) {
  .p-service-flow__title {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
.p-service-flow__title {
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
}

.p-service-flow__text {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .p-service-flow__text {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.p-service-flow__text {
  line-height: 1.5;
}

/**
 * ABOUT US
 */
.p-about-sustainability {
  display: grid;
  gap: 30px;
  margin-top: 30px;
}
@media (min-width: 961px) {
  .p-about-sustainability {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    margin-top: 40px;
  }
}

.p-about-sustainability-item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: relative;
  padding-top: 20px;
  padding-left: 20px;
}
.p-about-sustainability-item::before, .p-about-sustainability-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.p-about-sustainability-item::before {
  width: 100%;
  height: 2px;
  background: var(--ks-grad-accent--90deg);
}
.p-about-sustainability-item::after {
  width: 2px;
  height: 100%;
  background: var(--ks-grad-primary--180deg);
}

.p-about-sustainability-item__header {
  display: flex;
  align-items: center;
}

.p-about-sustainability-item__icon {
  flex-shrink: 0;
  width: 145px;
}
@media (min-width: 961px) {
  .p-about-sustainability-item__icon {
    width: min(203 / 1600 * 100vw, 203px);
  }
}
.p-about-sustainability-item__icon img {
  width: 100%;
  height: auto;
}

.p-about-sustainability-item__footer .c-text {
  line-height: var(--ks-lh-150);
}

.p-about-media {
  position: relative;
}
.p-about-media::before, .p-about-media::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-about-media::before {
  background: url(../images/about/media_vis.webp) no-repeat center;
  background-size: cover;
}
.p-about-media::after {
  background-color: rgba(255, 255, 255, 0.8);
}
.p-about-media .c-content__inner {
  position: relative;
  z-index: 1;
}

/**
 * NEWS
 */
.p-news-index:not(.no-margin) + * {
  margin-top: 30px;
}
@media (min-width: 961px) {
  .p-news-index:not(.no-margin) + * {
    margin-top: 50px;
  }
}

.p-news-index__item {
  border-bottom: 1px solid #ffffff;
}
.p-news-index__item:first-child {
  border-top: 1px solid #ffffff;
}

.p-news-index__media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 0;
  padding: 20px 10px;
}
@media (min-width: 961px) {
  .p-news-index__media {
    grid-template-columns: 121px 1fr;
    gap: 0;
    padding-right: 30px;
    padding-left: 0;
  }
}
@media (any-hover: hover) {
  .p-news-index__media:hover .p-news-index__media-title::before {
    background-color: #f79200;
  }
}

@media (min-width: 961px) {
  .p-news-index__media-date {
    text-align: center;
    position: relative;
    padding-inline: 6px;
  }
  .p-news-index__media-date::before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
  }
}

.p-news-index__media-title {
  position: relative;
  padding-right: 30px;
}
@media (min-width: 961px) {
  .p-news-index__media-title {
    padding-inline: 20px;
  }
}
.p-news-index__media-title::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 0;
  width: 11px;
  height: 19px;
  background-color: #ffffff;
  -webkit-mask-image: url(../images/common/icon_angle.svg);
          mask-image: url(../images/common/icon_angle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: background-color var(--ks-dur) var(--ks-ease);
}
@media (min-width: 961px) {
  .p-news-index__media-title::before {
    top: 0;
  }
}

.p-news-index__media-date,
.p-news-index__media-title {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .p-news-index__media-date,
  .p-news-index__media-title {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.p-news-index__media-date,
.p-news-index__media-title {
  line-height: 1.5;
}

/**
 * SINGLE
 */
.p-single {
  position: relative;
}

.p-single__header {
  margin-bottom: 30px;
}
.p-single__header .c-heading.--type2 {
  margin-top: 20px;
}

.p-single__header.--type2 {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (max-width: 960px) {
  .p-single__header.--type2 {
    margin-bottom: 15px;
  }
}

.p-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-single__tags > * {
  text-align: center;
  background-color: #686868;
  display: inline-block;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
@media (min-width: 961px) {
  .p-single__tags > * {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.p-single__tags > * {
  line-height: 1.5;
  padding: 3px 6px;
  min-width: 110px;
}

.p-single__title {
  font-size: 32px;
  font-size: 2.1333333333rem;
  font-weight: 400;
}
@media (min-width: 961px) {
  .p-single__title {
    font-size: 32px;
    font-size: 2.1333333333rem;
  }
}

.p-single__date {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 961px) {
  .p-single__date {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.p-single__date {
  line-height: 1.5;
}

.p-single__detail p {
  font-size: 15px;
  font-size: 1rem;
}
@media (min-width: 961px) {
  .p-single__detail p {
    font-size: 15px;
    font-size: 1rem;
  }
}
.p-single__detail p {
  line-height: 2;
}
.p-single__detail p + p {
  margin-top: 1em;
}
.p-single__detail figure {
  display: block;
  margin-block: 30px;
}
.p-single__detail figure img {
  margin-inline: auto;
  max-width: 100%;
  height: auto;
}
.p-single__detail .group-2col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-block: 30px;
}
@media (min-width: 961px) {
  .p-single__detail .group-2col {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

.p-single__nav {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  border-top: 1px solid #d1d1d1;
  margin-top: 50px;
  padding-top: 50px;
}
@media (min-width: 961px) {
  .p-single__nav {
    grid-template-columns: minmax(0, 384px) minmax(0, 384px) minmax(0, 172px);
    grid-gap: 40px;
  }
}
.p-single__nav .c-button {
  max-width: none;
  width: auto;
}

.p-single-works {
  position: relative;
}

.p-single-works__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 961px) {
  .p-single-works__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.p-single-works__content .c-table.--table1 {
  margin-bottom: 44px;
}
@media (min-width: 961px) {
  .p-single-works__content .c-table.--table1 {
    margin-bottom: 30px;
  }
}

.p-gallery .p-gallery__main-image {
  cursor: pointer;
  display: block;
  width: 100%;
}
.p-gallery .p-gallery__main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 490/327;
}
.p-gallery .p-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 10px;
  margin-top: 20px;
}
@media (min-width: 961px) {
  .p-gallery .p-gallery__thumbs {
    gap: 20px;
  }
}
.p-gallery .p-gallery__thumb-btn {
  cursor: pointer;
  display: block;
  padding: 0;
  background: none;
  border: none;
  position: relative;
}
.p-gallery .p-gallery__thumb-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  pointer-events: none;
}
.p-gallery .p-gallery__thumb-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 110/73;
}
.p-gallery .p-gallery__thumb-btn.is-active::before {
  opacity: 0;
}
@media (any-hover: hover) {
  .p-gallery .p-gallery__thumb-btn:hover::before {
    opacity: 0;
  }
}

.p-gallery-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: var(--ks-z-index-lg);
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--ks-dur-ui) var(--ks-ease);
}
.p-gallery-modal.is-active {
  pointer-events: all;
  opacity: 1;
}

.p-gallery-modal__overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
}

.p-gallery-modal__content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-gallery-modal__image {
  width: 100%;
}
.p-gallery-modal__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1020/681;
}

.p-gallery-modal__close {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0;
  top: -40px;
  width: 24px;
  height: 24px;
  transition: opacity var(--ks-dur) var(--ks-ease);
}
@media (any-hover: hover) {
  .p-gallery-modal__close:hover {
    opacity: var(--ks-hover-opacity);
  }
}
@media (min-width: 961px) {
  .p-gallery-modal__close {
    top: -50px;
    width: 30px;
    height: 30px;
  }
}

/**
 * Utility: Colors
 */
.u-color-text {
  color: #ffffff !important;
}

.u-bg-text {
  background-color: #ffffff !important;
}

@media (max-width: 960px) {
  .u-color-text--sp {
    color: #ffffff !important;
  }
}

@media (max-width: 960px) {
  .u-bg-text--sp {
    background-color: #ffffff !important;
  }
}

@media (min-width: 961px) {
  .u-color-text--pc {
    color: #ffffff !important;
  }
}

@media (min-width: 961px) {
  .u-bg-text--pc {
    background-color: #ffffff !important;
  }
}

.u-color-sub {
  color: #333333 !important;
}

.u-bg-sub {
  background-color: #333333 !important;
}

@media (max-width: 960px) {
  .u-color-sub--sp {
    color: #333333 !important;
  }
}

@media (max-width: 960px) {
  .u-bg-sub--sp {
    background-color: #333333 !important;
  }
}

@media (min-width: 961px) {
  .u-color-sub--pc {
    color: #333333 !important;
  }
}

@media (min-width: 961px) {
  .u-bg-sub--pc {
    background-color: #333333 !important;
  }
}

.u-color-base {
  color: #1a1311 !important;
}

.u-bg-base {
  background-color: #1a1311 !important;
}

@media (max-width: 960px) {
  .u-color-base--sp {
    color: #1a1311 !important;
  }
}

@media (max-width: 960px) {
  .u-bg-base--sp {
    background-color: #1a1311 !important;
  }
}

@media (min-width: 961px) {
  .u-color-base--pc {
    color: #1a1311 !important;
  }
}

@media (min-width: 961px) {
  .u-bg-base--pc {
    background-color: #1a1311 !important;
  }
}

.u-color-accent {
  color: #f79200 !important;
}

.u-bg-accent {
  background-color: #f79200 !important;
}

@media (max-width: 960px) {
  .u-color-accent--sp {
    color: #f79200 !important;
  }
}

@media (max-width: 960px) {
  .u-bg-accent--sp {
    background-color: #f79200 !important;
  }
}

@media (min-width: 961px) {
  .u-color-accent--pc {
    color: #f79200 !important;
  }
}

@media (min-width: 961px) {
  .u-bg-accent--pc {
    background-color: #f79200 !important;
  }
}

.u-color-danger {
  color: #ff0000 !important;
}

.u-bg-danger {
  background-color: #ff0000 !important;
}

@media (max-width: 960px) {
  .u-color-danger--sp {
    color: #ff0000 !important;
  }
}

@media (max-width: 960px) {
  .u-bg-danger--sp {
    background-color: #ff0000 !important;
  }
}

@media (min-width: 961px) {
  .u-color-danger--pc {
    color: #ff0000 !important;
  }
}

@media (min-width: 961px) {
  .u-bg-danger--pc {
    background-color: #ff0000 !important;
  }
}

.u-color-white {
  color: #ffffff !important;
}

.u-bg-white {
  background-color: #ffffff !important;
}

@media (max-width: 960px) {
  .u-color-white--sp {
    color: #ffffff !important;
  }
}

@media (max-width: 960px) {
  .u-bg-white--sp {
    background-color: #ffffff !important;
  }
}

@media (min-width: 961px) {
  .u-color-white--pc {
    color: #ffffff !important;
  }
}

@media (min-width: 961px) {
  .u-bg-white--pc {
    background-color: #ffffff !important;
  }
}

.u-color-black {
  color: #000000 !important;
}

.u-bg-black {
  background-color: #000000 !important;
}

@media (max-width: 960px) {
  .u-color-black--sp {
    color: #000000 !important;
  }
}

@media (max-width: 960px) {
  .u-bg-black--sp {
    background-color: #000000 !important;
  }
}

@media (min-width: 961px) {
  .u-color-black--pc {
    color: #000000 !important;
  }
}

@media (min-width: 961px) {
  .u-bg-black--pc {
    background-color: #000000 !important;
  }
}

.u-color-black2 {
  color: #222222 !important;
}

.u-bg-black2 {
  background-color: #222222 !important;
}

@media (max-width: 960px) {
  .u-color-black2--sp {
    color: #222222 !important;
  }
}

@media (max-width: 960px) {
  .u-bg-black2--sp {
    background-color: #222222 !important;
  }
}

@media (min-width: 961px) {
  .u-color-black2--pc {
    color: #222222 !important;
  }
}

@media (min-width: 961px) {
  .u-bg-black2--pc {
    background-color: #222222 !important;
  }
}

.u-color-blue {
  color: #2159a6 !important;
}

.u-bg-blue {
  background-color: #2159a6 !important;
}

@media (max-width: 960px) {
  .u-color-blue--sp {
    color: #2159a6 !important;
  }
}

@media (max-width: 960px) {
  .u-bg-blue--sp {
    background-color: #2159a6 !important;
  }
}

@media (min-width: 961px) {
  .u-color-blue--pc {
    color: #2159a6 !important;
  }
}

@media (min-width: 961px) {
  .u-bg-blue--pc {
    background-color: #2159a6 !important;
  }
}

.u-color-gray {
  color: #f5f5f5 !important;
}

.u-bg-gray {
  background-color: #f5f5f5 !important;
}

@media (max-width: 960px) {
  .u-color-gray--sp {
    color: #f5f5f5 !important;
  }
}

@media (max-width: 960px) {
  .u-bg-gray--sp {
    background-color: #f5f5f5 !important;
  }
}

@media (min-width: 961px) {
  .u-color-gray--pc {
    color: #f5f5f5 !important;
  }
}

@media (min-width: 961px) {
  .u-bg-gray--pc {
    background-color: #f5f5f5 !important;
  }
}

.u-color-gray2 {
  color: #808080 !important;
}

.u-bg-gray2 {
  background-color: #808080 !important;
}

@media (max-width: 960px) {
  .u-color-gray2--sp {
    color: #808080 !important;
  }
}

@media (max-width: 960px) {
  .u-bg-gray2--sp {
    background-color: #808080 !important;
  }
}

@media (min-width: 961px) {
  .u-color-gray2--pc {
    color: #808080 !important;
  }
}

@media (min-width: 961px) {
  .u-bg-gray2--pc {
    background-color: #808080 !important;
  }
}

.u-color-gray3 {
  color: #989898 !important;
}

.u-bg-gray3 {
  background-color: #989898 !important;
}

@media (max-width: 960px) {
  .u-color-gray3--sp {
    color: #989898 !important;
  }
}

@media (max-width: 960px) {
  .u-bg-gray3--sp {
    background-color: #989898 !important;
  }
}

@media (min-width: 961px) {
  .u-color-gray3--pc {
    color: #989898 !important;
  }
}

@media (min-width: 961px) {
  .u-bg-gray3--pc {
    background-color: #989898 !important;
  }
}

.u-color-gray4 {
  color: #686868 !important;
}

.u-bg-gray4 {
  background-color: #686868 !important;
}

@media (max-width: 960px) {
  .u-color-gray4--sp {
    color: #686868 !important;
  }
}

@media (max-width: 960px) {
  .u-bg-gray4--sp {
    background-color: #686868 !important;
  }
}

@media (min-width: 961px) {
  .u-color-gray4--pc {
    color: #686868 !important;
  }
}

@media (min-width: 961px) {
  .u-bg-gray4--pc {
    background-color: #686868 !important;
  }
}

.u-color-gray5 {
  color: #f0f0f0 !important;
}

.u-bg-gray5 {
  background-color: #f0f0f0 !important;
}

@media (max-width: 960px) {
  .u-color-gray5--sp {
    color: #f0f0f0 !important;
  }
}

@media (max-width: 960px) {
  .u-bg-gray5--sp {
    background-color: #f0f0f0 !important;
  }
}

@media (min-width: 961px) {
  .u-color-gray5--pc {
    color: #f0f0f0 !important;
  }
}

@media (min-width: 961px) {
  .u-bg-gray5--pc {
    background-color: #f0f0f0 !important;
  }
}

.u-color-yellow {
  color: #f2cb22 !important;
}

.u-bg-yellow {
  background-color: #f2cb22 !important;
}

@media (max-width: 960px) {
  .u-color-yellow--sp {
    color: #f2cb22 !important;
  }
}

@media (max-width: 960px) {
  .u-bg-yellow--sp {
    background-color: #f2cb22 !important;
  }
}

@media (min-width: 961px) {
  .u-color-yellow--pc {
    color: #f2cb22 !important;
  }
}

@media (min-width: 961px) {
  .u-bg-yellow--pc {
    background-color: #f2cb22 !important;
  }
}

.u-color-brown {
  color: #8c5119 !important;
}

.u-bg-brown {
  background-color: #8c5119 !important;
}

@media (max-width: 960px) {
  .u-color-brown--sp {
    color: #8c5119 !important;
  }
}

@media (max-width: 960px) {
  .u-bg-brown--sp {
    background-color: #8c5119 !important;
  }
}

@media (min-width: 961px) {
  .u-color-brown--pc {
    color: #8c5119 !important;
  }
}

@media (min-width: 961px) {
  .u-bg-brown--pc {
    background-color: #8c5119 !important;
  }
}

.u-color-green {
  color: #408927 !important;
}

.u-bg-green {
  background-color: #408927 !important;
}

@media (max-width: 960px) {
  .u-color-green--sp {
    color: #408927 !important;
  }
}

@media (max-width: 960px) {
  .u-bg-green--sp {
    background-color: #408927 !important;
  }
}

@media (min-width: 961px) {
  .u-color-green--pc {
    color: #408927 !important;
  }
}

@media (min-width: 961px) {
  .u-bg-green--pc {
    background-color: #408927 !important;
  }
}

.u-color-bdr1 {
  color: #dcdcdc !important;
}

.u-bg-bdr1 {
  background-color: #dcdcdc !important;
}

@media (max-width: 960px) {
  .u-color-bdr1--sp {
    color: #dcdcdc !important;
  }
}

@media (max-width: 960px) {
  .u-bg-bdr1--sp {
    background-color: #dcdcdc !important;
  }
}

@media (min-width: 961px) {
  .u-color-bdr1--pc {
    color: #dcdcdc !important;
  }
}

@media (min-width: 961px) {
  .u-bg-bdr1--pc {
    background-color: #dcdcdc !important;
  }
}

.u-color-bdr2 {
  color: #d1d1d1 !important;
}

.u-bg-bdr2 {
  background-color: #d1d1d1 !important;
}

@media (max-width: 960px) {
  .u-color-bdr2--sp {
    color: #d1d1d1 !important;
  }
}

@media (max-width: 960px) {
  .u-bg-bdr2--sp {
    background-color: #d1d1d1 !important;
  }
}

@media (min-width: 961px) {
  .u-color-bdr2--pc {
    color: #d1d1d1 !important;
  }
}

@media (min-width: 961px) {
  .u-bg-bdr2--pc {
    background-color: #d1d1d1 !important;
  }
}

/**
 * Utility: Font
 */
/* Text: Weight */
.u-text-regular {
  font-weight: 400;
}

.u-text-medium {
  font-weight: 500;
}

.u-text-bold {
  font-weight: 700;
}

/* Text: Align */
.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-underline {
  text-decoration: underline;
}

/* Text: Letter Spacing */
.u-ls-0 {
  letter-spacing: 0;
}

.u-ls-100 {
  letter-spacing: 0.1em;
}

.u-ls-200 {
  letter-spacing: 0.2em;
}

/* White Space */
.u-white-space-normal {
  white-space: normal;
}

.u-white-space-nowrap {
  white-space: nowrap;
}

.u-white-space-pre {
  white-space: pre;
}

.u-white-space-pre-line {
  white-space: pre-line;
}

.u-white-space-pre-wrap {
  white-space: pre-wrap;
}

/* Line Height */
.u-lh-lg {
  line-height: var(--ks-lh-lg);
}

.u-lh-120 {
  line-height: var(--ks-lh-120);
}

.u-lh-130 {
  line-height: var(--ks-lh-130);
}

.u-lh-140 {
  line-height: var(--ks-lh-140);
}

.u-lh-150 {
  line-height: var(--ks-lh-150);
}

.u-lh-160 {
  line-height: var(--ks-lh-160);
}

.u-lh-170 {
  line-height: var(--ks-lh-170);
}

.u-lh-180 {
  line-height: var(--ks-lh-180);
}

.u-lh-190 {
  line-height: var(--ks-lh-190);
}

.u-lh-200 {
  line-height: var(--ks-lh-200);
}

/**
 * Utility: Margin
 */
.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

@media (max-width: 960px) {
  .u-sp-mt0 {
    margin-top: 0px !important;
  }
  .u-sp-mb0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 961px) {
  .u-pc-mt0 {
    margin-top: 0px !important;
  }
  .u-pc-mb0 {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 960px) {
  .u-sp-mt5 {
    margin-top: 5px !important;
  }
  .u-sp-mb5 {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 961px) {
  .u-pc-mt5 {
    margin-top: 5px !important;
  }
  .u-pc-mb5 {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 960px) {
  .u-sp-mt10 {
    margin-top: 10px !important;
  }
  .u-sp-mb10 {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 961px) {
  .u-pc-mt10 {
    margin-top: 10px !important;
  }
  .u-pc-mb10 {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 960px) {
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
  .u-sp-mb15 {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 961px) {
  .u-pc-mt15 {
    margin-top: 15px !important;
  }
  .u-pc-mb15 {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 960px) {
  .u-sp-mt20 {
    margin-top: 20px !important;
  }
  .u-sp-mb20 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 961px) {
  .u-pc-mt20 {
    margin-top: 20px !important;
  }
  .u-pc-mb20 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 960px) {
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
  .u-sp-mb25 {
    margin-bottom: 25px !important;
  }
}
@media (min-width: 961px) {
  .u-pc-mt25 {
    margin-top: 25px !important;
  }
  .u-pc-mb25 {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 960px) {
  .u-sp-mt30 {
    margin-top: 30px !important;
  }
  .u-sp-mb30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 961px) {
  .u-pc-mt30 {
    margin-top: 30px !important;
  }
  .u-pc-mb30 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 960px) {
  .u-sp-mt35 {
    margin-top: 35px !important;
  }
  .u-sp-mb35 {
    margin-bottom: 35px !important;
  }
}
@media (min-width: 961px) {
  .u-pc-mt35 {
    margin-top: 35px !important;
  }
  .u-pc-mb35 {
    margin-bottom: 35px !important;
  }
}
@media (max-width: 960px) {
  .u-sp-mt40 {
    margin-top: 40px !important;
  }
  .u-sp-mb40 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 961px) {
  .u-pc-mt40 {
    margin-top: 40px !important;
  }
  .u-pc-mb40 {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 960px) {
  .u-sp-mt45 {
    margin-top: 45px !important;
  }
  .u-sp-mb45 {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 961px) {
  .u-pc-mt45 {
    margin-top: 45px !important;
  }
  .u-pc-mb45 {
    margin-bottom: 45px !important;
  }
}
@media (max-width: 960px) {
  .u-sp-mt50 {
    margin-top: 50px !important;
  }
  .u-sp-mb50 {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 961px) {
  .u-pc-mt50 {
    margin-top: 50px !important;
  }
  .u-pc-mb50 {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 960px) {
  .u-sp-mt55 {
    margin-top: 55px !important;
  }
  .u-sp-mb55 {
    margin-bottom: 55px !important;
  }
}
@media (min-width: 961px) {
  .u-pc-mt55 {
    margin-top: 55px !important;
  }
  .u-pc-mb55 {
    margin-bottom: 55px !important;
  }
}
@media (max-width: 960px) {
  .u-sp-mt60 {
    margin-top: 60px !important;
  }
  .u-sp-mb60 {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 961px) {
  .u-pc-mt60 {
    margin-top: 60px !important;
  }
  .u-pc-mb60 {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 960px) {
  .u-sp-mt65 {
    margin-top: 65px !important;
  }
  .u-sp-mb65 {
    margin-bottom: 65px !important;
  }
}
@media (min-width: 961px) {
  .u-pc-mt65 {
    margin-top: 65px !important;
  }
  .u-pc-mb65 {
    margin-bottom: 65px !important;
  }
}
@media (max-width: 960px) {
  .u-sp-mt70 {
    margin-top: 70px !important;
  }
  .u-sp-mb70 {
    margin-bottom: 70px !important;
  }
}
@media (min-width: 961px) {
  .u-pc-mt70 {
    margin-top: 70px !important;
  }
  .u-pc-mb70 {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 960px) {
  .u-sp-mt75 {
    margin-top: 75px !important;
  }
  .u-sp-mb75 {
    margin-bottom: 75px !important;
  }
}
@media (min-width: 961px) {
  .u-pc-mt75 {
    margin-top: 75px !important;
  }
  .u-pc-mb75 {
    margin-bottom: 75px !important;
  }
}
@media (max-width: 960px) {
  .u-sp-mt80 {
    margin-top: 80px !important;
  }
  .u-sp-mb80 {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 961px) {
  .u-pc-mt80 {
    margin-top: 80px !important;
  }
  .u-pc-mb80 {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 960px) {
  .u-sp-mt85 {
    margin-top: 85px !important;
  }
  .u-sp-mb85 {
    margin-bottom: 85px !important;
  }
}
@media (min-width: 961px) {
  .u-pc-mt85 {
    margin-top: 85px !important;
  }
  .u-pc-mb85 {
    margin-bottom: 85px !important;
  }
}
@media (max-width: 960px) {
  .u-sp-mt90 {
    margin-top: 90px !important;
  }
  .u-sp-mb90 {
    margin-bottom: 90px !important;
  }
}
@media (min-width: 961px) {
  .u-pc-mt90 {
    margin-top: 90px !important;
  }
  .u-pc-mb90 {
    margin-bottom: 90px !important;
  }
}
@media (max-width: 960px) {
  .u-sp-mt95 {
    margin-top: 95px !important;
  }
  .u-sp-mb95 {
    margin-bottom: 95px !important;
  }
}
@media (min-width: 961px) {
  .u-pc-mt95 {
    margin-top: 95px !important;
  }
  .u-pc-mb95 {
    margin-bottom: 95px !important;
  }
}
@media (max-width: 960px) {
  .u-sp-mt100 {
    margin-top: 100px !important;
  }
  .u-sp-mb100 {
    margin-bottom: 100px !important;
  }
}
@media (min-width: 961px) {
  .u-pc-mt100 {
    margin-top: 100px !important;
  }
  .u-pc-mb100 {
    margin-bottom: 100px !important;
  }
}
.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-hr {
  display: block;
  border: none;
  border-top: 1px solid #fff;
  margin-block: 0;
}
.u-hr.--default {
  margin-block: 30px;
}

/**
 * Hover
 */
@media (min-width: 961px) {
  .u-hov-opacity {
    transition: opacity var(--ks-dur) var(--ks-ease);
  }
}
@media (min-width: 961px) and (any-hover: hover) {
  .u-hov-opacity:hover {
    opacity: var(--ks-hover-opacity);
  }
}

/**
 * Utility: Width
 */
.u-w-50 {
  width: 50px !important;
}

.u-w-70 {
  width: 70px !important;
}

.u-w-80 {
  width: 80px !important;
}

.u-w-100 {
  width: 100px !important;
}

.u-w-120 {
  width: 120px !important;
}

.u-w-200 {
  width: 200px !important;
}

.u-w-260 {
  width: 260px !important;
}

.u-w-280 {
  width: 280px !important;
}

.u-max-w-50 {
  max-width: 50px !important;
}

.u-max-w-70 {
  max-width: 70px !important;
}

.u-max-w-80 {
  max-width: 80px !important;
}

.u-max-w-100 {
  max-width: 100px !important;
}

.u-max-w-120 {
  max-width: 120px !important;
}

.u-max-w-200 {
  max-width: 200px !important;
}

.u-max-w-260 {
  max-width: 260px !important;
}

.u-max-w-280 {
  max-width: 280px !important;
}

.u-min-w-50 {
  min-width: 50px !important;
}

.u-min-w-70 {
  min-width: 70px !important;
}

.u-min-w-80 {
  min-width: 80px !important;
}

.u-min-w-100 {
  min-width: 100px !important;
}

.u-min-w-120 {
  min-width: 120px !important;
}

.u-min-w-200 {
  min-width: 200px !important;
}

.u-min-w-260 {
  min-width: 260px !important;
}

.u-min-w-280 {
  min-width: 280px !important;
}

.u-w-full {
  width: 100% !important;
}

@media (max-width: 960px) {
  .u-sp-w-full {
    width: 100% !important;
  }
}

/**
 * Utility: Display Hidden
 */
@media (max-width: 960px) {
  .u-hidden-sp {
    display: none;
  }
}

@media (min-width: 961px) {
  .u-hidden-pc {
    display: none;
  }
}

.u-hidden {
  display: none;
}/*# sourceMappingURL=common.css.map */