@charset "UTF-8";
/*
* top.css
*
*/
.c-button {
  align-items: center;
  background-color: #78bd31;
  border: clamp(0.0625 * var(--base-size), 0.15625vw, 0.125 * var(--base-size)) solid #fff;
  border-radius: clamp(1.125 * var(--base-size), 2.34375vw, 1.875 * var(--base-size));
  color: #fff;
  display: flex;
  font-size: clamp(0.625 * var(--base-size), 1.40625vw, 1.125 * var(--base-size));
  font-weight: 700;
  justify-content: center;
  line-height: 1.5;
  min-width: clamp(14.875 * var(--base-size), 31.09375vw, 24.875 * var(--base-size));
  padding-block: clamp(0.5625 * var(--base-size), 1.17188vw, 0.9375 * var(--base-size));
  position: relative;
  text-align: center;
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
}
@media (max-width: 767px) {
  .c-button {
    border-radius: 8.3333333333vw;
    font-size: 5vw;
    min-width: initial;
    padding-block: 4.4444444444vw;
  }
}
.c-button::before {
  background-color: #333;
  background-image: url(/qof/assets/images/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: clamp(0.25 * var(--base-size), 0.54688vw, 0.4375 * var(--base-size));
  border-radius: 50%;
  content: "";
  height: clamp(0.75 * var(--base-size), 1.5625vw, 1.25 * var(--base-size));
  position: absolute;
  right: clamp(0.75 * var(--base-size), 1.5625vw, 1.25 * var(--base-size));
  top: 50%;
  transform: translateY(-50%);
  transform-origin: top;
  transition: scale 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: clamp(0.75 * var(--base-size), 1.5625vw, 1.25 * var(--base-size));
}
@media (max-width: 767px) {
  .c-button::before {
    background-size: 1.9444444444vw;
    height: 5.5555555556vw;
    right: 3.3333333333vw;
    width: 5.5555555556vw;
  }
}
.c-button[type=button]::before {
  background-image: url(/qof/assets/images/icon_modal.png);
  background-size: clamp(0.375 * var(--base-size), 0.78125vw, 0.625 * var(--base-size));
}
@media (max-width: 767px) {
  .c-button[type=button]::before {
    background-size: 2.7777777778vw;
  }
}
.c-button:visited {
  color: #fff !important;
}
@media (min-width: 768px) {
  .c-button:hover,
  .c-button:focus-visible {
    background-color: #fff;
    border-color: #78bd31;
    color: #78bd31 !important;
    transition: background-color 0.24s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.24s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.24s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .c-button:hover::before,
  .c-button:focus-visible::before {
    scale: 1.15;
    transition: scale 0.24s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}

.c-heading {
  font-size: clamp(1.5625 * var(--base-size), 3.28125vw, 2.625 * var(--base-size));
  font-weight: 800;
  letter-spacing: clamp(0.0625 * var(--base-size), 0.16407vw, 0.13125 * var(--base-size));
  line-height: 1.35;
  margin-inline: auto;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .c-heading {
    font-size: 8.3333333333vw;
    letter-spacing: 0.4166666667vw;
  }
}
.c-heading span:nth-child(odd) {
  color: #f60;
}
.c-heading span:nth-child(even) {
  color: #ff8820;
}
.c-heading.--apply::before {
  background-image: url(/qof/assets/images/heading_line_apply_lg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: clamp(-1.5625 * var(--base-size), -1.95312vw, -0.9375 * var(--base-size));
  content: "";
  height: clamp(0.5625 * var(--base-size), 1.25vw, 1 * var(--base-size));
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: clamp(7.75 * var(--base-size), 16.25vw, 13 * var(--base-size));
}
@media (max-width: 767px) {
  .c-heading.--apply::before {
    background-image: url(/qof/assets/images/heading_line_apply_sm.svg);
    bottom: -3.3333333333vw;
    height: 2.2222222222vw;
    width: 35vw;
  }
}
.c-heading.--product::before {
  background-image: url(/qof/assets/images/heading_line_product_lg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: clamp(-1.5625 * var(--base-size), -1.95312vw, -0.9375 * var(--base-size));
  content: "";
  height: clamp(0.5625 * var(--base-size), 1.25vw, 1 * var(--base-size));
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: clamp(17.625 * var(--base-size), 36.71875vw, 29.375 * var(--base-size));
}
@media (max-width: 767px) {
  .c-heading.--product::before {
    background-image: url(/qof/assets/images/heading_line_product_sm.svg);
    bottom: -5.5555555556vw;
    height: 2.2222222222vw;
    width: 53.8888888889vw;
  }
}

.kv {
  overflow: hidden;
  width: 100%;
}
.kv .kv-inner {
  display: grid;
  gap: clamp(1.25 * var(--base-size), 2.65625vw, 2.125 * var(--base-size));
  grid-template-columns: clamp(20.0625 * var(--base-size), 41.79688vw, 33.4375 * var(--base-size)) 1fr;
  margin-inline: auto;
  margin-top: clamp(2.0625 * var(--base-size), 4.29688vw, 3.4375 * var(--base-size));
  max-width: clamp(48 * var(--base-size), 100vw, 80 * var(--base-size));
  padding-left: clamp(2.125 * var(--base-size), 4.45313vw, 3.5625 * var(--base-size));
  width: 100%;
}
@media (max-width: 767px) {
  .kv .kv-inner {
    align-items: center;
    gap: 8.3333333333vw;
    grid-template-columns: 1fr;
    max-width: initial;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .kv .kv-header {
    padding-inline: 5.5555555556vw;
  }
}
.kv .kv-text {
  margin-inline: auto;
  width: clamp(19.5 * var(--base-size), 40.70313vw, 32.5625 * var(--base-size));
}
@media (max-width: 767px) {
  .kv .kv-text {
    width: 89.7222222222vw;
  }
}
.kv .kv-title {
  margin-top: clamp(1.125 * var(--base-size), 2.34375vw, 1.875 * var(--base-size));
  opacity: 0;
}
@media (max-width: 767px) {
  .kv .kv-title {
    margin-inline: auto;
    width: 86.1111111111vw;
  }
}
.kv .kv-town {
  margin-right: clamp(-7.8125 * var(--base-size), -9.76562vw, -4.6875 * var(--base-size));
  pointer-events: none;
  position: relative;
}
@media (max-width: 767px) {
  .kv .kv-town {
    display: flex;
    height: 86.1111111111vw;
    justify-content: center;
    margin-left: -16.6666666667vw;
    margin-right: 0;
    overflow: hidden;
    width: calc(100% + 33.3333333333vw);
  }
}
.kv .kv-town .kv-town-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .kv .kv-town .kv-town-image {
    min-width: 136.1111111111vw;
  }
}
.kv .kv-town .kv-town-image:nth-child(1) {
  z-index: 3;
}
.kv .kv-town .kv-town-image:nth-child(2) {
  animation: track01 4s ease-in-out infinite, fade 4s ease-in-out infinite;
  z-index: 2;
}
@keyframes track01 {
  100% {
    transform: translate(clamp(-11.875 * var(--base-size), -14.84375vw, -7.125 * var(--base-size)), clamp(4.125 * var(--base-size), 8.59375vw, 6.875 * var(--base-size)));
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.kv .kv-town .kv-town-image:nth-child(3) {
  animation: track02 6s ease-in-out infinite, fade 6s ease-in-out infinite;
  z-index: 2;
}
@keyframes track02 {
  to {
    transform: translate(clamp(-24.6875 * var(--base-size), -30.85937vw, -14.8125 * var(--base-size)), clamp(-14.375 * var(--base-size), -17.96875vw, -8.625 * var(--base-size)));
  }
}
.kv .kv-town .kv-town-image:nth-child(4) {
  z-index: 1;
}
.kv .kv-town .kv-town-image:nth-child(5) {
  z-index: 0;
}
.kv .kv-about {
  margin-inline: auto;
  margin-top: clamp(1.125 * var(--base-size), 2.34375vw, 1.875 * var(--base-size));
  max-width: clamp(12 * var(--base-size), 25vw, 20 * var(--base-size));
}
@media (max-width: 767px) {
  .kv .kv-about {
    border-radius: 6.9444444444vw;
    font-size: 4.4444444444vw;
    max-width: 61.1111111111vw;
    padding-block: 3.3333333333vw;
  }
}

.counter {
  overflow-x: clip;
  padding-block: clamp(3.625 * var(--base-size), 7.57813vw, 6.0625 * var(--base-size)) clamp(1.125 * var(--base-size), 2.34375vw, 1.875 * var(--base-size));
  width: 100%;
}
@media (max-width: 767px) {
  .counter {
    padding-block: 14.7222222222vw 0;
  }
}
.counter .counter-inner {
  margin-inline: auto;
  max-width: clamp(48 * var(--base-size), 100vw, 80 * var(--base-size));
  padding-inline: clamp(0.75 * var(--base-size), 1.5625vw, 1.25 * var(--base-size));
}
@media (max-width: 767px) {
  .counter .counter-inner {
    max-width: none;
    padding-inline: 6.9444444444vw;
  }
}
.counter .counter-heading {
  align-items: center;
  background: #fff;
  border-radius: clamp(0.5625 * var(--base-size), 1.25vw, 1 * var(--base-size));
  color: #171717;
  display: flex;
  font-size: clamp(1.125 * var(--base-size), 2.34375vw, 1.875 * var(--base-size));
  font-weight: 700;
  gap: clamp(0.75 * var(--base-size), 1.5625vw, 1.25 * var(--base-size));
  justify-content: center;
  line-height: 135%;
  margin-inline: auto;
  max-width: clamp(37.5 * var(--base-size), 78.125vw, 62.5 * var(--base-size));
  padding: clamp(0.8125 * var(--base-size), 1.71875vw, 1.375 * var(--base-size));
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .counter .counter-heading {
    display: block;
    font-size: 4.4444444444vw;
    font-weight: 700;
    padding: 6.1111111111vw 0;
  }
}
.counter .counter-object {
  align-items: center;
  display: flex;
  inset: 0;
  margin: auto;
  position: absolute;
}
.counter .counter-object.--object01 {
  left: clamp(-63.375 * var(--base-size), -79.21875vw, -38.0625 * var(--base-size));
  top: clamp(1.625 * var(--base-size), 3.4375vw, 2.75 * var(--base-size));
  width: clamp(7.6875 * var(--base-size), 16.01563vw, 12.8125 * var(--base-size));
}
@media (max-width: 767px) {
  .counter .counter-object.--object01 {
    left: -82.2222222222vw;
    top: 13.8888888889vw;
    width: 25.5555555556vw;
  }
}
.counter .counter-object.--object02 {
  right: clamp(-63.375 * var(--base-size), -79.21875vw, -38.0625 * var(--base-size));
  top: clamp(1.125 * var(--base-size), 2.42188vw, 1.9375 * var(--base-size));
  width: clamp(7.0625 * var(--base-size), 14.76563vw, 11.8125 * var(--base-size));
}
@media (max-width: 767px) {
  .counter .counter-object.--object02 {
    right: -82.2222222222vw;
    top: 13.8888888889vw;
    width: 25.5555555556vw;
  }
}
.counter .counter-object svg {
  width: 100%;
}
.counter .counter-number {
  display: inline-flex;
  gap: clamp(0.25 * var(--base-size), 0.625vw, 0.5 * var(--base-size));
}
@media (max-width: 767px) {
  .counter .counter-number {
    gap: 0.8333333333vw;
    margin-bottom: 2.7777777778vw;
    margin-inline: 0.8333333333vw;
  }
}
.counter .counter-number-wrapper {
  background: #fff0dc;
  border-radius: clamp(0.3125 * var(--base-size), 0.70313vw, 0.5625 * var(--base-size));
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: clamp(2.375 * var(--base-size), 5vw, 4 * var(--base-size));
  font-weight: 600;
  height: clamp(2.875 * var(--base-size), 6.09375vw, 4.875 * var(--base-size));
  line-height: clamp(2.875 * var(--base-size), 6.09375vw, 4.875 * var(--base-size));
  overflow: hidden;
  position: relative;
  text-align: center;
  width: clamp(2.625 * var(--base-size), 5.46875vw, 4.375 * var(--base-size));
}
@media (max-width: 767px) {
  .counter .counter-number-wrapper {
    font-size: 9.4444444444vw;
    height: 11.3888888889vw;
    line-height: 11.3888888889vw;
    width: 10.2777777778vw;
  }
}
.counter .counter-number-comma {
  align-items: flex-end;
  display: flex;
}
.counter .counter-stack {
  display: block;
  will-change: transform;
}
.counter .counter-digit {
  display: block;
}
.counter .counter-grid-wrapper {
  display: grid;
  margin-top: clamp(1.5625 * var(--base-size), 3.35938vw, 2.6875 * var(--base-size));
  min-height: clamp(9.375 * var(--base-size), 19.53125vw, 15.625 * var(--base-size));
}
@media (max-width: 767px) {
  .counter .counter-grid-wrapper {
    margin-top: 10.2777777778vw;
    min-height: 38.8888888889vw;
  }
}
.counter .counter-grid-wrapper.is-skip .counter-grid-item {
  opacity: 1;
  visibility: visible;
}
.counter .counter-grid-item {
  grid-area: 1/1;
  opacity: 0;
  position: relative;
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  visibility: hidden;
  z-index: 1;
}
.counter .counter-grid-item.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
}
.counter .counter-link {
  background-color: #171717;
  border-color: #171717;
  border-radius: clamp(0.75 * var(--base-size), 1.5625vw, 1.25 * var(--base-size)) 0 0 clamp(0.75 * var(--base-size), 1.5625vw, 1.25 * var(--base-size));
  bottom: clamp(6.75 * var(--base-size), 14.0625vw, 11.25 * var(--base-size));
  min-width: auto;
  opacity: 0;
  padding: clamp(0.1875 * var(--base-size), 0.46875vw, 0.375 * var(--base-size)) clamp(0.5625 * var(--base-size), 1.25vw, 1 * var(--base-size)) clamp(1.3125 * var(--base-size), 2.73438vw, 2.1875 * var(--base-size));
  position: fixed;
  right: 0;
  visibility: hidden;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
@media (max-width: 767px) {
  .counter .counter-link {
    border-radius: 2.7777777778vw 0 0 2.7777777778vw;
    bottom: 34.1666666667vw;
    font-size: 3.8888888889vw;
    line-height: 1.4;
    max-width: none;
    padding: 1.9444444444vw 3.6111111111vw 8.8888888889vw;
  }
}
.counter .counter-link::before {
  display: none;
}
.counter .counter-link .counter-link-icon {
  background-color: #fff;
  background-image: none;
  border-radius: 50%;
  height: clamp(0.75 * var(--base-size), 1.5625vw, 1.25 * var(--base-size));
  inset: auto 0 clamp(0.25 * var(--base-size), 0.54688vw, 0.4375 * var(--base-size)) 0;
  margin: auto;
  position: absolute;
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), scale 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: clamp(0.75 * var(--base-size), 1.5625vw, 1.25 * var(--base-size));
}
@media (max-width: 767px) {
  .counter .counter-link .counter-link-icon {
    bottom: 2.5vw;
    height: 5.5555555556vw;
    width: 5.5555555556vw;
  }
}
.counter .counter-link .counter-link-icon::after {
  background-color: #171717;
  content: "";
  height: clamp(0.25 * var(--base-size), 0.54688vw, 0.4375 * var(--base-size));
  inset: clamp(0 * var(--base-size), 0.07813vw, 0.0625 * var(--base-size)) 0 0 0;
  margin: auto;
  -webkit-mask-image: url("/qof/assets/images/icon_arrow_down.svg");
          mask-image: url("/qof/assets/images/icon_arrow_down.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  transform-origin: center;
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: clamp(0.1875 * var(--base-size), 0.46875vw, 0.375 * var(--base-size));
}
@media (max-width: 767px) {
  .counter .counter-link .counter-link-icon::after {
    height: 1.9444444444vw;
    width: 1.6666666667vw;
  }
}
@media (min-width: 768px) {
  .counter .counter-link:hover,
  .counter .counter-link:focus-visible {
    background-color: #fff;
    color: #171717 !important;
  }
  .counter .counter-link:hover .counter-link-icon,
  .counter .counter-link:focus-visible .counter-link-icon {
    background-color: #171717;
  }
  .counter .counter-link:hover .counter-link-icon::after,
  .counter .counter-link:focus-visible .counter-link-icon::after {
    background-color: #fff;
  }
}
.counter .counter-itemarea {
  grid-area: 1/1;
  padding-bottom: clamp(10.875 * var(--base-size), 22.65625vw, 18.125 * var(--base-size));
  position: relative;
}
@media (max-width: 767px) {
  .counter .counter-itemarea {
    padding-bottom: 36.1111111111vw;
  }
}
.counter .counter-itemarea canvas {
  display: block;
  height: auto;
  width: 100%;
}
.counter .counter-messagearea {
  grid-area: 1/1;
  padding-bottom: clamp(3.75 * var(--base-size), 7.8125vw, 6.25 * var(--base-size));
  position: relative;
}
@media (max-width: 767px) {
  .counter .counter-messagearea {
    padding-bottom: 13.8888888889vw;
  }
}
.counter .counter-message {
  align-items: flex-end;
  display: flex;
  height: 100%;
  left: 0;
  max-height: 100dvh;
  min-height: clamp(23.25 * var(--base-size), 48.4375vw, 38.75 * var(--base-size));
  padding-bottom: 5.8%;
  padding-inline: clamp(4.5 * var(--base-size), 9.375vw, 7.5 * var(--base-size));
  position: sticky;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .counter .counter-message {
    min-height: 125vw;
    padding: 0 0 4.7222222222vw;
  }
}
.counter .counter-message-item {
  inset: 0;
  margin: auto;
  position: absolute;
}
.counter .counter-message-item:not(.--main) {
  opacity: 0;
  scale: 0.5;
  transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), scale 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.counter .counter-message-item:not(.--main).is-active {
  cursor: pointer;
  opacity: 1;
  scale: 1;
  transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), scale 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.counter .counter-message-item.--small {
  aspect-ratio: 210/171;
  width: 17.04%;
}
@media (max-width: 767px) {
  .counter .counter-message-item.--small {
    width: 29.1666666667vw;
  }
}
.counter .counter-message-item.--medium {
  aspect-ratio: 240/195;
  width: 19.47%;
}
@media (max-width: 767px) {
  .counter .counter-message-item.--medium {
    width: 33.3333333333vw;
  }
}
.counter .counter-message-item.--large {
  aspect-ratio: 300/243;
  width: 24.34%;
}
@media (max-width: 767px) {
  .counter .counter-message-item.--large {
    width: 41.6666666667vw;
  }
}
.counter .counter-message-item.--main {
  aspect-ratio: 642/414;
  display: grid;
  right: -3.06%;
  top: -15.3%;
  width: 54%;
  z-index: 2;
}
@media (max-width: 767px) {
  .counter .counter-message-item.--main {
    right: 0;
    top: -4.2%;
    width: 87.2222222222vw;
  }
}
.counter .counter-message-item.--main img {
  inset: 0;
  position: absolute;
}
.counter .counter-message-item:nth-child(1) {
  left: -51.47%;
  top: -65.2%;
}
@media (max-width: 767px) {
  .counter .counter-message-item:nth-child(1) {
    left: -84%;
    top: 64.7%;
  }
}
.counter .counter-message-item:nth-child(2) {
  left: -16.37%;
  top: -74.7%;
}
@media (max-width: 767px) {
  .counter .counter-message-item:nth-child(2) {
    display: none;
  }
}
.counter .counter-message-item:nth-child(3) {
  right: -24.44%;
  top: -67%;
}
@media (max-width: 767px) {
  .counter .counter-message-item:nth-child(3) {
    right: -10%;
    top: 33.3%;
  }
}
.counter .counter-message-item:nth-child(4) {
  right: -56.34%;
  top: 52.5%;
}
@media (max-width: 767px) {
  .counter .counter-message-item:nth-child(4) {
    right: -85%;
    top: -74.5%;
  }
}
.counter .counter-message-item:nth-child(5) {
  left: -74.85%;
  top: 7.8%;
  z-index: 2;
}
@media (max-width: 767px) {
  .counter .counter-message-item:nth-child(5) {
    display: none;
  }
}
.counter .counter-message-item:nth-child(6) {
  left: -6.33%;
  top: 45.5%;
}
@media (max-width: 767px) {
  .counter .counter-message-item:nth-child(6) {
    display: none;
  }
}
.counter .counter-message-item:nth-child(7) {
  left: -39.48%;
  top: 38%;
}
@media (max-width: 767px) {
  .counter .counter-message-item:nth-child(7) {
    display: none;
  }
}
.counter .counter-message-item:nth-child(8) {
  right: -80.54%;
  top: -71.8%;
}
@media (max-width: 767px) {
  .counter .counter-message-item:nth-child(8) {
    right: -20%;
    top: -79%;
  }
}
.counter .counter-message-item:nth-child(9) {
  right: -50.13%;
  top: -84.2%;
}
@media (max-width: 767px) {
  .counter .counter-message-item:nth-child(9) {
    right: 11%;
    top: -54.7%;
  }
}
.counter .counter-message-item:nth-child(10) {
  right: -81.89%;
  top: 27.8%;
}
@media (max-width: 767px) {
  .counter .counter-message-item:nth-child(10) {
    display: none;
  }
}
.counter .counter-message-item:nth-child(11) {
  right: -81.99%;
  top: -4%;
}
@media (max-width: 767px) {
  .counter .counter-message-item:nth-child(11) {
    display: none;
  }
}
.counter .counter-message-item:nth-child(12) {
  left: -78.4%;
  top: 41.1%;
}
@media (max-width: 767px) {
  .counter .counter-message-item:nth-child(12) {
    left: 66.6%;
    top: 43.1%;
  }
}
.counter .counter-message-item:nth-child(13) {
  left: -57.18%;
  top: -22.3%;
  z-index: 1;
}
@media (max-width: 767px) {
  .counter .counter-message-item:nth-child(13) {
    left: 61.1%;
    top: -41%;
  }
}
.counter .counter-message-item:nth-child(14) {
  right: -27.08%;
  top: 32.4%;
}
@media (max-width: 767px) {
  .counter .counter-message-item:nth-child(14) {
    left: -97%;
    top: -37.5%;
  }
}
.counter .counter-message-item:nth-child(15) {
  left: -83.19%;
  top: -48.9%;
}
@media (max-width: 767px) {
  .counter .counter-message-item:nth-child(15) {
    left: -72%;
    top: -86%;
  }
}
.counter .counter-message-item:nth-child(16) {
  right: -61.68%;
  top: -32.7%;
}
@media (max-width: 767px) {
  .counter .counter-message-item:nth-child(16) {
    bottom: auto;
    left: -11%;
    right: auto;
    top: 56%;
  }
}
.counter .counter-message-item-wrap {
  grid-area: 1/1;
  opacity: 0;
  transition: opacity 0s 0.15s, visibility 0s 0.15s;
  visibility: hidden;
}
body:not([data-count="10000"]) .counter .counter-message-item-wrap:has([src*="counter_message_main.svg"]) {
  opacity: 1;
  visibility: visible;
}
body[data-count="10000"] .counter .counter-message-item-wrap:has([src*="counter_message_main_complete.svg"]) {
  opacity: 1;
  visibility: visible;
}
.counter .counter-message-text {
  color: #ff8820;
  font-size: clamp(1.6875 * var(--base-size), 3.59375vw, 2.875 * var(--base-size));
  font-weight: bold;
  inset: 46% 0 auto 0;
  line-height: 1;
  position: absolute;
  text-align: center;
}
@media (max-width: 767px) {
  .counter .counter-message-text {
    font-size: 5.5555555556vw;
    top: 42%;
  }
}
.counter .counter-message-text > span {
  font-size: clamp(3.75 * var(--base-size), 7.8125vw, 6.25 * var(--base-size));
}
@media (max-width: 767px) {
  .counter .counter-message-text > span {
    font-size: 13.8888888889vw;
  }
}
.counter .counter-indicator {
  background-color: #9a3d00;
  border-radius: clamp(0.1875 * var(--base-size), 0.39063vw, 0.3125 * var(--base-size));
  height: clamp(2.5 * var(--base-size), 5.23438vw, 4.1875 * var(--base-size));
  margin-inline: auto;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .counter .counter-indicator {
    border-radius: 1.3888888889vw;
    height: 12.2222222222vw;
  }
}
.counter .counter-indicator-bar {
  align-items: center;
  background-color: #ffc2a2;
  border-radius: clamp(0.1875 * var(--base-size), 0.39063vw, 0.3125 * var(--base-size));
  display: flex;
  height: 100%;
  justify-content: flex-end;
  position: relative;
  width: 0%;
}
@media (max-width: 767px) {
  .counter .counter-indicator-bar {
    border-radius: 1.3888888889vw;
    height: 12.2222222222vw;
  }
}
.counter .counter-indicator-obj {
  align-items: center;
  display: flex;
  height: clamp(2.5 * var(--base-size), 5.23438vw, 4.1875 * var(--base-size));
  inset-block: 0;
  position: absolute;
  transform: translateX(clamp(-9.75 * var(--base-size), -12.1875vw, -5.875 * var(--base-size)));
  z-index: 1;
}
@media (max-width: 767px) {
  .counter .counter-indicator-obj {
    height: 12.2222222222vw;
    transform: translateX(-39.4444444444vw);
  }
}
.counter .counter-indicator-textarea {
  aspect-ratio: 222/192;
  flex-shrink: 0;
  inset-block: -55% -64%;
  left: 0;
  margin-block: auto;
  position: absolute;
  transform: translateX(-9%);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: 1;
}
@media (max-width: 767px) {
  .counter .counter-indicator-textarea {
    inset: -200% 0 auto 0;
    margin-inline: auto;
    transform: none !important;
    width: 40.7%;
  }
}
[data-count="500"] .counter .counter-indicator-textarea {
  transform: translateX(-9%);
}
[data-count="1500"] .counter .counter-indicator-textarea {
  transform: translateX(-50%);
}
[data-count="2500"] .counter .counter-indicator-textarea {
  transform: translateX(-63%);
}
[data-count="3500"] .counter .counter-indicator-textarea {
  transform: translateX(-73%);
}
[data-count="4500"] .counter .counter-indicator-textarea {
  transform: translateX(-80%);
}
[data-count="5500"] .counter .counter-indicator-textarea {
  transform: translateX(-90%);
}
[data-count="6500"] .counter .counter-indicator-textarea {
  transform: translateX(-97%);
}
[data-count="7500"] .counter .counter-indicator-textarea {
  transform: translateX(-107%);
}
[data-count="8500"] .counter .counter-indicator-textarea {
  transform: translateX(-114%);
}
[data-count="9500"] .counter .counter-indicator-textarea {
  transform: translateX(-121%);
}
[data-count="10000"] .counter .counter-indicator-textarea {
  transform: translateX(-134%);
}
.counter .counter-indicator-textarea-wrap {
  background-image: url(/qof/assets/images/counter_indicator_bg_lg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: grid;
  inset: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .counter .counter-indicator-textarea-wrap {
    background-image: url(/qof/assets/images/counter_indicator_bg_sm.svg);
  }
}
.counter .counter-indicator-textarea-wrap > * {
  align-items: center;
  color: #ff742c;
  display: flex;
  font-size: clamp(0.625 * var(--base-size), 1.40625vw, 1.125 * var(--base-size));
  font-weight: 600;
  grid-area: 1/1;
  height: 100%;
  justify-content: center;
  letter-spacing: 0;
  line-height: 120%;
  margin: auto;
  opacity: 0;
  scale: 0.6;
  text-align: center;
  transform: rotate(-10deg);
  width: 100%;
}
@media (max-width: 767px) {
  .counter .counter-indicator-textarea-wrap > * {
    font-size: 3.8888888889vw;
  }
}
[data-count="0"] .counter .counter-indicator-textarea-wrap > *[data-count-visible="0"],
[data-count="500"] .counter .counter-indicator-textarea-wrap > *[data-count-visible="500"],
[data-count="1500"] .counter .counter-indicator-textarea-wrap > *[data-count-visible="1500"],
[data-count="2500"] .counter .counter-indicator-textarea-wrap > *[data-count-visible="2500"],
[data-count="3500"] .counter .counter-indicator-textarea-wrap > *[data-count-visible="3500"],
[data-count="4500"] .counter .counter-indicator-textarea-wrap > *[data-count-visible="4500"],
[data-count="5500"] .counter .counter-indicator-textarea-wrap > *[data-count-visible="5500"],
[data-count="6500"] .counter .counter-indicator-textarea-wrap > *[data-count-visible="6500"],
[data-count="7500"] .counter .counter-indicator-textarea-wrap > *[data-count-visible="7500"],
[data-count="8500"] .counter .counter-indicator-textarea-wrap > *[data-count-visible="8500"],
[data-count="9500"] .counter .counter-indicator-textarea-wrap > *[data-count-visible="9500"],
[data-count="10000"] .counter .counter-indicator-textarea-wrap > *[data-count-visible="10000"] {
  opacity: 1;
  scale: 1;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), scale 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.counter .counter-indicator-runner {
  display: flex;
  height: 90%;
  justify-content: flex-end;
  width: clamp(5.875 * var(--base-size), 12.26563vw, 9.8125 * var(--base-size));
}
@media (max-width: 767px) {
  .counter .counter-indicator-runner {
    height: 100%;
    width: 40.2777777778vw;
  }
}
.counter .counter-indicator-runner img {
  display: none;
  height: 100%;
  width: auto;
}
.counter .counter-indicator-runner img:not(:first-child) {
  margin-left: clamp(-2.6875 * var(--base-size), -3.35937vw, -1.625 * var(--base-size));
}
@media (max-width: 767px) {
  .counter .counter-indicator-runner img:not(:first-child) {
    margin-left: -8.0555555556vw;
  }
}
.counter .counter-indicator-runner img.is-active {
  display: block;
}

.campaign {
  overflow-x: clip;
  position: relative;
}
@media (max-width: 767px) {
  .campaign::before {
    background-color: #fff;
    content: "";
    height: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.campaign .campaign-bg span {
  border-radius: 50%;
  position: absolute;
}
.campaign .campaign-bg span:nth-of-type(1) {
  aspect-ratio: 1/1;
  background-color: rgb(255, 255, 255);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(53.4375 * var(--base-size), 111.32813vw, 89.0625 * var(--base-size));
}
@media (max-width: 767px) {
  .campaign .campaign-bg span:nth-of-type(1) {
    top: 16.6666666667vw;
    transform: translate(-50%, 0);
    width: 190.2777777778vw;
  }
}
.campaign .campaign-bg span:nth-of-type(2) {
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.12);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(59.25 * var(--base-size), 123.4375vw, 98.75 * var(--base-size));
}
@media (max-width: 767px) {
  .campaign .campaign-bg span:nth-of-type(2) {
    top: 8.3333333333vw;
    transform: translate(-50%, 0);
    width: 206.9444444444vw;
  }
}
.campaign .campaign-bg span:nth-of-type(3) {
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.08);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(65.25 * var(--base-size), 135.9375vw, 108.75 * var(--base-size));
}
@media (max-width: 767px) {
  .campaign .campaign-bg span:nth-of-type(3) {
    top: 0;
    transform: translate(-50%, 0);
    width: 223.0555555556vw;
  }
}
.campaign .campaign-bg.--bottom {
  display: none;
}
@media (max-width: 767px) {
  .campaign .campaign-bg.--bottom {
    display: block;
  }
}
.campaign .campaign-bg.--bottom span {
  top: initial;
}
.campaign .campaign-bg.--bottom span:nth-of-type(1) {
  bottom: 22.2222222222vw;
}
.campaign .campaign-bg.--bottom span:nth-of-type(2) {
  bottom: 13.8888888889vw;
}
.campaign .campaign-bg.--bottom span:nth-of-type(3) {
  bottom: 5.5555555556vw;
}
.campaign .campaign-inner {
  height: 100%;
  margin-inline: auto;
  max-width: clamp(37.5 * var(--base-size), 78.125vw, 62.5 * var(--base-size));
  padding-bottom: clamp(9.375 * var(--base-size), 19.53125vw, 15.625 * var(--base-size));
  padding-top: clamp(6.5625 * var(--base-size), 13.67188vw, 10.9375 * var(--base-size));
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .campaign .campaign-inner {
    max-width: initial;
    padding-bottom: 55.5555555556vw;
    padding-inline: 6.9444444444vw;
    padding-top: 41.6666666667vw;
  }
}
.campaign .campaign-title {
  font-size: clamp(1.875 * var(--base-size), 3.90625vw, 3.125 * var(--base-size));
  font-weight: 800;
  line-height: 1.35;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .campaign .campaign-title {
    font-size: 7.7777777778vw;
    line-height: 1.3;
  }
}
.campaign .campaign-title small {
  font-size: clamp(1.25 * var(--base-size), 2.65625vw, 2.125 * var(--base-size));
  line-height: 1.4;
}
@media (max-width: 767px) {
  .campaign .campaign-title small {
    font-size: 5.5555555556vw;
  }
}
.campaign .campaign-title-obj01 {
  bottom: clamp(-1.0625 * var(--base-size), -1.32812vw, -0.6875 * var(--base-size));
  left: clamp(1.9375 * var(--base-size), 4.14063vw, 3.3125 * var(--base-size));
  position: absolute;
  width: clamp(1.9375 * var(--base-size), 4.0625vw, 3.25 * var(--base-size));
}
@media (max-width: 767px) {
  .campaign .campaign-title-obj01 {
    bottom: -4.7222222222vw;
    left: -4.7222222222vw;
    width: 19.4444444444vw;
  }
}
.campaign .campaign-title-obj02 {
  bottom: clamp(-1.0625 * var(--base-size), -1.32812vw, -0.6875 * var(--base-size));
  position: absolute;
  right: clamp(1.6875 * var(--base-size), 3.59375vw, 2.875 * var(--base-size));
  width: clamp(1.9375 * var(--base-size), 4.0625vw, 3.25 * var(--base-size));
}
@media (max-width: 767px) {
  .campaign .campaign-title-obj02 {
    bottom: -6.3888888889vw;
    right: -6.3888888889vw;
    width: 19.4444444444vw;
  }
}
.campaign .campaign-period {
  align-items: center;
  background-color: #fff0dc;
  border-radius: clamp(0.125 * var(--base-size), 0.3125vw, 0.25 * var(--base-size));
  display: flex;
  font-size: clamp(0.8125 * var(--base-size), 1.71875vw, 1.375 * var(--base-size));
  font-weight: 700;
  gap: clamp(0.625 * var(--base-size), 1.32813vw, 1.0625 * var(--base-size));
  height: clamp(1.875 * var(--base-size), 3.90625vw, 3.125 * var(--base-size));
  letter-spacing: clamp(0 * var(--base-size), 0.08594vw, 0.06875 * var(--base-size));
  line-height: 1;
  margin-inline: auto;
  margin-top: clamp(0.9375 * var(--base-size), 1.95313vw, 1.5625 * var(--base-size));
  padding: clamp(0.3125 * var(--base-size), 0.70313vw, 0.5625 * var(--base-size)) clamp(0.375 * var(--base-size), 0.78125vw, 0.625 * var(--base-size)) clamp(0.375 * var(--base-size), 0.85938vw, 0.6875 * var(--base-size));
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.campaign .campaign-period span {
  background-color: #ff8820;
  border-radius: clamp(0.125 * var(--base-size), 0.3125vw, 0.25 * var(--base-size));
  color: #fff;
  display: inline-block;
  font-size: clamp(0.625 * var(--base-size), 1.40625vw, 1.125 * var(--base-size));
  font-weight: 700;
  line-height: 1.7;
  padding-inline: clamp(0.9375 * var(--base-size), 1.95313vw, 1.5625 * var(--base-size));
}
@media (max-width: 767px) {
  .campaign .campaign-period {
    border-radius: 4.4444444444vw;
    flex-flow: column;
    font-size: 5vw;
    gap: 1.1111111111vw;
    height: auto;
    letter-spacing: 0.25vw;
    line-height: 1.5;
    margin-top: 6.3888888889vw;
    padding: 3.6111111111vw 6.6666666667vw;
    width: 86.1111111111vw;
  }
  .campaign .campaign-period span {
    border-radius: 1.1111111111vw;
    font-size: 4.4444444444vw;
    padding-inline: 7.5vw;
  }
}
.campaign .campaign-text {
  font-size: clamp(0.5625 * var(--base-size), 1.25vw, 1 * var(--base-size));
  font-weight: 700;
  letter-spacing: clamp(0 * var(--base-size), 0.0625vw, 0.05 * var(--base-size));
  line-height: 1.9;
  margin-top: clamp(1.3125 * var(--base-size), 2.73438vw, 2.1875 * var(--base-size));
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .campaign .campaign-text {
    font-size: 4.1666666667vw;
    line-height: 1.9;
    margin-top: 22.2222222222vw;
  }
}
.campaign .campaign-track {
  left: clamp(-13.5625 * var(--base-size), -16.95312vw, -8.1875 * var(--base-size));
  position: absolute;
  top: clamp(-5.1875 * var(--base-size), -6.48437vw, -3.125 * var(--base-size));
  width: clamp(12.375 * var(--base-size), 25.78125vw, 20.625 * var(--base-size));
}
@media (max-width: 767px) {
  .campaign .campaign-track {
    left: -13.8888888889vw;
    top: -27.2222222222vw;
    width: 35.5555555556vw;
  }
}
.campaign .campaign-person {
  position: absolute;
  right: clamp(-4.0625 * var(--base-size), -5.07812vw, -2.4375 * var(--base-size));
  top: clamp(3.75 * var(--base-size), 7.8125vw, 6.25 * var(--base-size));
  width: clamp(6.5625 * var(--base-size), 13.67188vw, 10.9375 * var(--base-size));
}
@media (max-width: 767px) {
  .campaign .campaign-person {
    right: -5.5555555556vw;
    top: -25.8333333333vw;
    width: 25vw;
  }
}
.campaign .campaign-present {
  font-size: clamp(1.1875 * var(--base-size), 2.5vw, 2 * var(--base-size));
  font-weight: 700;
  letter-spacing: clamp(0 * var(--base-size), 0.125vw, 0.1 * var(--base-size));
  line-height: 1.5;
  margin-top: clamp(0.375 * var(--base-size), 0.78125vw, 0.625 * var(--base-size));
  text-align: center;
}
@media (max-width: 767px) {
  .campaign .campaign-present {
    font-size: 5.5555555556vw;
    letter-spacing: 0.2777777778vw;
    line-height: 1.6;
    margin-top: 3.8888888889vw;
    white-space: nowrap;
  }
}
.campaign .campaign-present img {
  margin-inline: clamp(0.0625 * var(--base-size), 0.23438vw, 0.1875 * var(--base-size));
  margin-top: clamp(0.375 * var(--base-size), 0.78125vw, 0.625 * var(--base-size));
  vertical-align: top;
  width: clamp(1.1875 * var(--base-size), 2.5vw, 2 * var(--base-size));
}
@media (max-width: 767px) {
  .campaign .campaign-present img {
    margin-inline: 0.5555555556vw;
    margin-top: 1.6666666667vw;
    width: 6.1111111111vw;
  }
}
.campaign .campaign-link {
  margin-inline: auto;
  margin-top: clamp(1.5 * var(--base-size), 3.125vw, 2.5 * var(--base-size));
  max-width: clamp(14.875 * var(--base-size), 31.09375vw, 24.875 * var(--base-size));
}
@media (max-width: 767px) {
  .campaign .campaign-link {
    margin-top: 11.1111111111vw;
    max-width: initial;
  }
}
.campaign .campaign-detail {
  background-color: #fff0dc;
  border-radius: clamp(0.5625 * var(--base-size), 1.25vw, 1 * var(--base-size));
  margin-top: clamp(2.125 * var(--base-size), 4.45313vw, 3.5625 * var(--base-size));
  padding: clamp(1.1875 * var(--base-size), 2.5vw, 2 * var(--base-size)) clamp(0.4375 * var(--base-size), 0.9375vw, 0.75 * var(--base-size)) clamp(0.4375 * var(--base-size), 0.9375vw, 0.75 * var(--base-size));
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .campaign .campaign-detail {
    margin-top: 15.5555555556vw;
    padding: 9.4444444444vw 2.2222222222vw 2.2222222222vw;
  }
}
.campaign .campaign-detail-text {
  font-size: clamp(0.5625 * var(--base-size), 1.25vw, 1 * var(--base-size));
  font-weight: 700;
  letter-spacing: clamp(0 * var(--base-size), 0.0625vw, 0.05 * var(--base-size));
  line-height: 1.8;
}
@media (max-width: 767px) {
  .campaign .campaign-detail-text {
    font-size: 4.1666666667vw;
    line-height: 1.8;
  }
}
.campaign .campaign-detail-text a {
  color: #ff8820;
  text-decoration: underline;
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (min-width: 768px) {
  .campaign .campaign-detail-text a:hover,
  .campaign .campaign-detail-text a:focus-visible {
    opacity: 0.8;
  }
}
.campaign .campaign-detail-present {
  background: linear-gradient(0deg, #ff563d 9.04%, #ff8820 99.71%);
  border-radius: clamp(0.4375 * var(--base-size), 0.9375vw, 0.75 * var(--base-size));
  color: #fff;
  font-size: clamp(0.9375 * var(--base-size), 1.95313vw, 1.5625 * var(--base-size));
  font-weight: 700;
  letter-spacing: clamp(0 * var(--base-size), 0.09766vw, 0.078125 * var(--base-size));
  line-height: 1.4;
  margin-top: clamp(0.8125 * var(--base-size), 1.71875vw, 1.375 * var(--base-size));
  padding: clamp(0.625 * var(--base-size), 1.32813vw, 1.0625 * var(--base-size));
  padding-bottom: clamp(1.125 * var(--base-size), 2.34375vw, 1.875 * var(--base-size));
}
@media (max-width: 767px) {
  .campaign .campaign-detail-present {
    font-size: 3.8888888889vw;
    letter-spacing: 0;
    line-height: 1.45;
    margin-top: 8.0555555556vw;
    padding: 6.9444444444vw 0 69.4444444444vw;
  }
}
.campaign .campaign-detail-dekamaru {
  position: absolute;
}
.campaign .campaign-detail-dekamaru.--left {
  left: clamp(-3.5 * var(--base-size), -4.375vw, -2.125 * var(--base-size));
  top: 0;
  width: clamp(7.75 * var(--base-size), 16.17188vw, 12.9375 * var(--base-size));
}
@media (max-width: 767px) {
  .campaign .campaign-detail-dekamaru.--left {
    bottom: 7.5vw;
    left: 6.3888888889vw;
    rotate: 4deg;
    top: initial;
    width: 38.0555555556vw;
  }
}
.campaign .campaign-detail-dekamaru.--right {
  right: clamp(-5.5 * var(--base-size), -6.875vw, -3.3125 * var(--base-size));
  top: clamp(-1.9375 * var(--base-size), -2.42187vw, -1.1875 * var(--base-size));
  width: clamp(8.625 * var(--base-size), 18.04688vw, 14.4375 * var(--base-size));
}
@media (max-width: 767px) {
  .campaign .campaign-detail-dekamaru.--right {
    bottom: 6.9444444444vw;
    right: 3.6111111111vw;
    rotate: -5deg;
    top: initial;
    width: 43.0555555556vw;
  }
}
.campaign .campaign-about {
  margin-inline: auto;
  margin-top: clamp(2.0625 * var(--base-size), 4.375vw, 3.5 * var(--base-size));
  max-width: clamp(14.875 * var(--base-size), 31.09375vw, 24.875 * var(--base-size));
}
@media (max-width: 767px) {
  .campaign .campaign-about {
    margin-top: 15.8333333333vw;
    max-width: initial;
  }
}

.apply {
  background-image: url(/qof/assets/images/apply_bg_lg.png);
  background-position: center;
  background-size: cover;
  margin-top: clamp(-7.5 * var(--base-size), -9.375vw, -4.5 * var(--base-size));
  padding-block: clamp(4.875 * var(--base-size), 10.15625vw, 8.125 * var(--base-size));
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .apply {
    background-image: url(/qof/assets/images/apply_bg_sm.png);
    margin-top: -1.3888888889vw;
    padding-block: 19.4444444444vw 27.7777777778vw;
  }
}
.apply .apply-inner {
  margin-inline: auto;
  max-width: clamp(39 * var(--base-size), 81.25vw, 65 * var(--base-size));
  padding-inline: clamp(0.75 * var(--base-size), 1.5625vw, 1.25 * var(--base-size));
}
@media (max-width: 767px) {
  .apply .apply-inner {
    max-width: initial;
    padding-inline: 6.6666666667vw;
  }
}
.apply .apply-step {
  display: grid;
  gap: clamp(1.75 * var(--base-size), 3.67188vw, 2.9375 * var(--base-size));
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(2.4375 * var(--base-size), 5.07813vw, 4.0625 * var(--base-size));
}
@media (max-width: 767px) {
  .apply .apply-step {
    gap: 9.4444444444vw;
    grid-template-columns: 1fr;
    margin-top: 11.6666666667vw;
  }
}
.apply .apply-step-item {
  text-align: center;
}
@media (max-width: 767px) {
  .apply .apply-step-image {
    margin-inline: auto;
    width: 73.3333333333vw;
  }
}
.apply .apply-step-detail {
  margin-top: clamp(0.625 * var(--base-size), 1.40625vw, 1.125 * var(--base-size));
}
@media (max-width: 767px) {
  .apply .apply-step-detail {
    margin-top: 3.3333333333vw;
  }
}
.apply .apply-step-heading {
  font-size: clamp(0.8125 * var(--base-size), 1.71875vw, 1.375 * var(--base-size));
  font-weight: 700;
  letter-spacing: clamp(0 * var(--base-size), 0.08594vw, 0.06875 * var(--base-size));
  line-height: 1.5;
}
@media (max-width: 767px) {
  .apply .apply-step-heading {
    font-size: 5.5555555556vw;
    letter-spacing: 0.2777777778vw;
  }
}
.apply .apply-step-text {
  font-size: clamp(0.5625 * var(--base-size), 1.25vw, 1 * var(--base-size));
  font-weight: 700;
  letter-spacing: clamp(0 * var(--base-size), 0.0625vw, 0.05 * var(--base-size));
  line-height: 1.7;
  margin-top: clamp(0.5625 * var(--base-size), 1.17188vw, 0.9375 * var(--base-size));
}
@media (max-width: 767px) {
  .apply .apply-step-text {
    font-size: 4.1666666667vw;
    letter-spacing: 0.2083333333vw;
    margin-top: 2.7777777778vw;
  }
}
.apply .apply-step-text a {
  color: #ff8820;
  text-decoration: underline;
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (min-width: 768px) {
  .apply .apply-step-text a:hover,
  .apply .apply-step-text a:focus-visible {
    opacity: 0.8;
  }
}
.apply .apply-step-link {
  display: inline-block;
  font-size: clamp(0.625 * var(--base-size), 1.40625vw, 1.125 * var(--base-size));
  font-weight: 700;
  line-height: 1.5;
  margin-right: clamp(0.9375 * var(--base-size), 1.95313vw, 1.5625 * var(--base-size));
  margin-top: clamp(0.5625 * var(--base-size), 1.17188vw, 0.9375 * var(--base-size));
  position: relative;
  transition: color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 767px) {
  .apply .apply-step-link {
    font-size: 5vw;
    margin-right: 6.9444444444vw;
    margin-top: 2.7777777778vw;
  }
}
.apply .apply-step-link::before {
  background-color: #333;
  background-image: url(/qof/assets/images/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: clamp(0.25 * var(--base-size), 0.54688vw, 0.4375 * var(--base-size));
  border-radius: 50%;
  content: "";
  height: clamp(0.75 * var(--base-size), 1.5625vw, 1.25 * var(--base-size));
  position: absolute;
  right: clamp(-1.5625 * var(--base-size), -1.95312vw, -0.9375 * var(--base-size));
  top: 55%;
  transform: translateY(-50%);
  width: clamp(0.75 * var(--base-size), 1.5625vw, 1.25 * var(--base-size));
}
@media (max-width: 767px) {
  .apply .apply-step-link::before {
    background-size: 1.9444444444vw;
    height: 5.5555555556vw;
    right: -6.9444444444vw;
    width: 5.5555555556vw;
  }
}
@media (min-width: 768px) {
  .apply .apply-step-link:hover,
  .apply .apply-step-link:focus-visible {
    color: #ff8820;
    transition: color 0.24s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
.apply .apply-terms {
  margin-top: clamp(4.125 * var(--base-size), 8.59375vw, 6.875 * var(--base-size));
}
@media (max-width: 767px) {
  .apply .apply-terms {
    margin-top: 13.8888888889vw;
  }
}
.apply .apply-heading {
  font-size: clamp(0.875 * var(--base-size), 1.875vw, 1.5 * var(--base-size));
  font-weight: 700;
  letter-spacing: clamp(0.0625 * var(--base-size), 0.16407vw, 0.13125 * var(--base-size));
  line-height: 1.35;
  text-align: center;
}
@media (max-width: 767px) {
  .apply .apply-heading {
    font-size: 5.5555555556vw;
    letter-spacing: 0.2777777778vw;
  }
}
.apply .apply-terms-inner {
  background-color: #fff;
  border-radius: clamp(0.5625 * var(--base-size), 1.25vw, 1 * var(--base-size));
  margin-top: clamp(1.125 * var(--base-size), 2.34375vw, 1.875 * var(--base-size));
  padding: clamp(1.25 * var(--base-size), 2.65625vw, 2.125 * var(--base-size)) clamp(1.125 * var(--base-size), 2.34375vw, 1.875 * var(--base-size)) clamp(1.25 * var(--base-size), 2.65625vw, 2.125 * var(--base-size)) clamp(1.875 * var(--base-size), 3.90625vw, 3.125 * var(--base-size));
}
@media (max-width: 767px) {
  .apply .apply-terms-inner {
    border-radius: 4.4444444444vw;
    margin-top: 4.7222222222vw;
    padding: 6.9444444444vw;
    padding-right: 5vw;
  }
}
.apply .apply-terms-scroll {
  height: clamp(7.5 * var(--base-size), 15.625vw, 12.5 * var(--base-size));
  overflow-y: auto;
  padding-right: clamp(1.6875 * var(--base-size), 3.51563vw, 2.8125 * var(--base-size));
}
@media (max-width: 767px) {
  .apply .apply-terms-scroll {
    height: 61.1111111111vw;
    padding-right: 4.4444444444vw;
  }
}
.apply .apply-terms-scroll .br {
  display: block;
  padding-top: 1em;
}
.apply .apply-terms-scroll .accent {
  color: #f60;
  font-weight: 600;
}
.apply .apply-terms-scroll a {
  color: #ff8820;
  text-decoration: underline;
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (min-width: 768px) {
  .apply .apply-terms-scroll a:hover,
  .apply .apply-terms-scroll a:focus-visible {
    opacity: 0.8;
  }
}
.apply .apply-terms-title {
  border-bottom: clamp(0 * var(--base-size), 0.07813vw, 0.0625 * var(--base-size)) solid #171717;
  font-size: clamp(0.625 * var(--base-size), 1.40625vw, 1.125 * var(--base-size));
  font-weight: 700;
  letter-spacing: clamp(0 * var(--base-size), 0.07032vw, 0.05625 * var(--base-size));
  line-height: 1.35;
  margin-bottom: clamp(0.5 * var(--base-size), 1.09375vw, 0.875 * var(--base-size));
  padding-bottom: clamp(0.375 * var(--base-size), 0.78125vw, 0.625 * var(--base-size));
}
.apply .apply-terms-title:not(:first-child) {
  margin-top: clamp(1 * var(--base-size), 2.1875vw, 1.75 * var(--base-size));
}
@media (max-width: 767px) {
  .apply .apply-terms-title {
    font-size: 4.4444444444vw;
    letter-spacing: 0.2222222222vw;
    margin-bottom: 4.7222222222vw;
    padding-bottom: 3.6111111111vw;
  }
  .apply .apply-terms-title:not(:first-child) {
    margin-top: 5.5555555556vw;
  }
}
.apply .apply-terms-text {
  font-size: clamp(0.5625 * var(--base-size), 1.17188vw, 0.9375 * var(--base-size));
  font-weight: 600;
  letter-spacing: clamp(0 * var(--base-size), 0.0586vw, 0.046875 * var(--base-size));
  line-height: 1.7;
}
@media (max-width: 767px) {
  .apply .apply-terms-text {
    font-size: 3.6111111111vw;
    letter-spacing: 0.1805555556vw;
  }
}
.apply .apply-terms-list {
  font-size: clamp(0.5625 * var(--base-size), 1.17188vw, 0.9375 * var(--base-size));
  font-weight: 600;
  letter-spacing: clamp(0 * var(--base-size), 0.0586vw, 0.046875 * var(--base-size));
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .apply .apply-terms-list {
    font-size: 3.6111111111vw;
    letter-spacing: 0.1805555556vw;
  }
}

.product {
  background-color: #fff;
  padding-block: clamp(4.5 * var(--base-size), 9.375vw, 7.5 * var(--base-size));
}
@media (max-width: 767px) {
  .product {
    padding-block: 19.4444444444vw 27.7777777778vw;
  }
}
.product .product-inner {
  margin-inline: auto;
  max-width: clamp(39 * var(--base-size), 81.25vw, 65 * var(--base-size));
  padding-inline: clamp(0.75 * var(--base-size), 1.5625vw, 1.25 * var(--base-size));
}
@media (max-width: 767px) {
  .product .product-inner {
    max-width: initial;
    padding-inline: 6.6666666667vw;
  }
}
.product .product-list {
  display: grid;
  gap: clamp(1.125 * var(--base-size), 2.34375vw, 1.875 * var(--base-size));
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(3.75 * var(--base-size), 7.8125vw, 6.25 * var(--base-size));
}
@media (max-width: 767px) {
  .product .product-list {
    gap: 7.5vw;
    grid-template-columns: 1fr;
  }
}
.product .product-items {
  display: grid;
  gap: clamp(0.75 * var(--base-size), 1.5625vw, 1.25 * var(--base-size));
}
@media (max-width: 767px) {
  .product .product-items {
    gap: 7.5vw;
  }
}
.product .product-items .product-item {
  padding: clamp(0.9375 * var(--base-size), 2.03125vw, 1.625 * var(--base-size)) clamp(0.5 * var(--base-size), 1.09375vw, 0.875 * var(--base-size)) clamp(0.875 * var(--base-size), 1.875vw, 1.5 * var(--base-size));
}
@media (max-width: 767px) {
  .product .product-items .product-item {
    padding: 12.7777777778vw 5.5555555556vw 13.8888888889vw;
  }
}
.product .product-items .product-image {
  height: -moz-fit-content;
  height: fit-content;
  width: clamp(7.3125 * var(--base-size), 15.23438vw, 12.1875 * var(--base-size));
}
@media (max-width: 767px) {
  .product .product-items .product-image {
    width: 70.2777777778vw;
  }
}
@media (min-width: 1280px) {
  .product .product-items .product-name {
    margin-top: 0 !important;
  }
}
@media (min-width: 1280px) {
  .product .product-items .product-link {
    margin-top: clamp(0.375 * var(--base-size), 0.78125vw, 0.625 * var(--base-size)) !important;
  }
}
.product .product-item {
  background: linear-gradient(180deg, #fff0dc 50%, #fff8c9 100%);
  border-radius: clamp(0.5625 * var(--base-size), 1.25vw, 1 * var(--base-size));
  padding: clamp(1.3125 * var(--base-size), 2.8125vw, 2.25 * var(--base-size)) clamp(0.5 * var(--base-size), 1.09375vw, 0.875 * var(--base-size)) clamp(0.875 * var(--base-size), 1.875vw, 1.5 * var(--base-size));
}
@media (max-width: 767px) {
  .product .product-item {
    padding: 12.7777777778vw 5.5555555556vw 13.8888888889vw;
  }
}
.product .product-image {
  height: clamp(15.1875 * var(--base-size), 31.64063vw, 25.3125 * var(--base-size));
  margin-inline: auto;
  width: clamp(8.0625 * var(--base-size), 16.79688vw, 13.4375 * var(--base-size));
}
@media (max-width: 767px) {
  .product .product-image {
    height: 111.1111111111vw;
    width: 52.7777777778vw;
  }
}
.product .product-image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.product .product-detail {
  text-align: center;
}
.product .product-name {
  font-size: clamp(0.5625 * var(--base-size), 1.25vw, 1 * var(--base-size));
  font-weight: 700;
  letter-spacing: clamp(-0.05625 * var(--base-size), -0.07031vw, -0.0625 * var(--base-size));
  line-height: 1.4;
  margin-top: clamp(0.375 * var(--base-size), 0.78125vw, 0.625 * var(--base-size));
}
@media (max-width: 767px) {
  .product .product-name {
    font-size: 4.4444444444vw;
    letter-spacing: -0.2222222222vw;
    margin-top: 3.3333333333vw;
  }
}
.product .product-text {
  font-size: clamp(0.5625 * var(--base-size), 1.17188vw, 0.9375 * var(--base-size));
  font-weight: 500;
  line-height: 1.5;
  margin-top: clamp(0.125 * var(--base-size), 0.3125vw, 0.25 * var(--base-size));
}
@media (max-width: 767px) {
  .product .product-text {
    font-size: 3.8888888889vw;
    margin-top: 0.5555555556vw;
  }
}
.product .product-link {
  font-size: clamp(0.5625 * var(--base-size), 1.25vw, 1 * var(--base-size));
  margin-inline: auto;
  margin-top: clamp(0.75 * var(--base-size), 1.5625vw, 1.25 * var(--base-size));
  min-width: initial;
  width: clamp(8.25 * var(--base-size), 17.1875vw, 13.75 * var(--base-size));
}
@media (max-width: 767px) {
  .product .product-link {
    font-size: 4.4444444444vw;
    margin-top: 5.5555555556vw;
    width: 61.1111111111vw;
  }
}
.product .product-brand {
  margin-inline: auto;
  margin-top: clamp(3.625 * var(--base-size), 7.65625vw, 6.125 * var(--base-size));
  max-width: clamp(14.875 * var(--base-size), 31.09375vw, 24.875 * var(--base-size));
}
@media (max-width: 767px) {
  .product .product-brand {
    margin-top: 20.5555555556vw;
    max-width: 86.1111111111vw;
  }
}

/* ------------------------
  modal
------------------------ */
.modal {
  display: flex;
  inset: 0;
  justify-content: center;
  overflow: auto;
  position: fixed;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: 2000;
}
.modal[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
}
.modal[aria-hidden=false] {
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.modal__overlay {
  background-color: var(--color-black);
  inset: 0;
  opacity: 0.8;
  position: fixed;
}

.modal__box {
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding-block: 3.2rem;
  position: relative;
}

.modal__close {
  cursor: pointer;
  display: block;
  height: 3.2rem;
  margin-block-end: 0.8rem;
  margin-inline-start: auto;
  position: relative;
  transition: scale 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 3.2rem;
}
.modal__close::before,
.modal__close::after {
  background-color: var(--color-white);
  content: "";
  height: 100%;
  inset: 0;
  margin: auto;
  position: absolute;
  width: 0.2rem;
}
.modal__close::before {
  transform: rotate(45deg);
}
.modal__close::after {
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .modal__close:hover,
  .modal__close:focus-visible {
    opacity: 0.8;
    scale: 1.2;
  }
}
.modal__close.--about {
  position: absolute;
  right: clamp(1.125 * var(--base-size), 2.34375vw, 1.875 * var(--base-size));
  top: clamp(1.125 * var(--base-size), 2.34375vw, 1.875 * var(--base-size));
  z-index: 2;
}
@media (max-width: 767px) {
  .modal__close.--about {
    right: 3.3333333333vw;
    top: 3.3333333333vw;
  }
}
.modal__close.--about::before,
.modal__close.--about::after {
  background-color: var(--color-black);
}

.modal__contents {
  aspect-ratio: 560/315;
  background-color: rgba(0, 0, 0, 0.4);
  color: var(--color-white);
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 1;
}
.modal__contents iframe {
  height: 100%;
  min-height: clamp(20.25 * var(--base-size), 42.1875vw, 33.75 * var(--base-size));
  min-width: clamp(36 * var(--base-size), 75vw, 60 * var(--base-size));
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media (max-width: 767px) {
  .modal__contents iframe {
    min-height: 41.6666666667vw;
    min-width: 83.3333333333vw;
  }
}
.modal__contents iframe.modal__vertical {
  height: 80dvh;
  min-height: auto;
  min-width: auto;
  width: 45dvh;
}

.modal-about {
  background-color: #fff;
  border-radius: clamp(0.5625 * var(--base-size), 1.25vw, 1 * var(--base-size));
  margin-top: clamp(2.625 * var(--base-size), 5.46875vw, 4.375 * var(--base-size));
  padding: clamp(2.0625 * var(--base-size), 4.29688vw, 3.4375 * var(--base-size));
  position: relative;
  text-align: center;
  width: clamp(36.625 * var(--base-size), 76.40625vw, 61.125 * var(--base-size));
  z-index: 1;
}
@media (max-width: 767px) {
  .modal-about {
    border-radius: 4.4444444444vw;
    margin-top: 18.0555555556vw;
    padding: 11.6666666667vw 1.3888888889vw;
    width: 92.2222222222vw;
  }
}
.modal-about .modal-about-logo {
  margin-inline: auto;
  width: clamp(7.9375 * var(--base-size), 16.5625vw, 13.25 * var(--base-size));
}
@media (max-width: 767px) {
  .modal-about .modal-about-logo {
    width: 48.3333333333vw;
  }
}
.modal-about .modal-about-heading {
  font-size: clamp(1 * var(--base-size), 2.1875vw, 1.75 * var(--base-size));
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: clamp(1.3125 * var(--base-size), 2.8125vw, 2.25 * var(--base-size));
  margin-inline: auto;
  margin-top: clamp(1.125 * var(--base-size), 2.34375vw, 1.875 * var(--base-size));
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .modal-about .modal-about-heading {
    font-size: 6.1111111111vw;
    line-height: 1.4;
    margin-bottom: 4.4444444444vw;
    margin-top: 8.3333333333vw;
  }
}
.modal-about .modal-about-heading span {
  color: #ff8820;
}
.modal-about .modal-about-heading picture:first-child {
  left: clamp(-2.5 * var(--base-size), -3.125vw, -1.5 * var(--base-size));
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(0.875 * var(--base-size), 1.875vw, 1.5 * var(--base-size));
}
@media (max-width: 767px) {
  .modal-about .modal-about-heading picture:first-child {
    left: -9.1666666667vw;
    width: 6.6666666667vw;
  }
}
.modal-about .modal-about-heading picture:last-child {
  position: absolute;
  right: clamp(-2.0625 * var(--base-size), -2.57812vw, -1.25 * var(--base-size));
  top: 50%;
  transform: translateY(-50%);
  width: clamp(0.875 * var(--base-size), 1.875vw, 1.5 * var(--base-size));
}
@media (max-width: 767px) {
  .modal-about .modal-about-heading picture:last-child {
    right: -9.1666666667vw;
    width: 6.6666666667vw;
  }
}
.modal-about .modal-about-text {
  font-size: clamp(0.5625 * var(--base-size), 1.17188vw, 0.9375 * var(--base-size));
  font-weight: 700;
  letter-spacing: clamp(0 * var(--base-size), 0.0586vw, 0.046875 * var(--base-size));
  line-height: 1.8;
}
@media (max-width: 767px) {
  .modal-about .modal-about-text {
    font-size: 3.8888888889vw;
    letter-spacing: 0.1944444444vw;
    line-height: 1.9;
  }
}
.modal-about .modal-about-text + .modal-about-text {
  margin-top: clamp(0.375 * var(--base-size), 0.78125vw, 0.625 * var(--base-size));
}
@media (max-width: 767px) {
  .modal-about .modal-about-text + .modal-about-text {
    margin-top: 2.7777777778vw;
  }
}
.modal-about .modal-about-message {
  font-size: clamp(0.9375 * var(--base-size), 1.95313vw, 1.5625 * var(--base-size));
  font-weight: 800;
  letter-spacing: clamp(0 * var(--base-size), 0.09766vw, 0.078125 * var(--base-size));
  line-height: 1.4;
}
@media (max-width: 767px) {
  .modal-about .modal-about-message {
    font-size: 4.7222222222vw;
    letter-spacing: 0.2361111111vw;
  }
}
.modal-about .modal-about-message + .modal-about-text {
  margin-top: clamp(1.125 * var(--base-size), 2.34375vw, 1.875 * var(--base-size));
}
@media (max-width: 767px) {
  .modal-about .modal-about-message + .modal-about-text {
    margin-top: 6.3888888889vw;
  }
}

.footer-container {
  align-items: center;
  background: #231816;
  display: flex;
  height: 21.86667vw;
  justify-content: center;
  position: relative;
}

@media (min-width: 768px) {
  .footer-container {
    height: 100px;
  }
}
.footer-container .footer-sns {
  display: flex;
  justify-content: center;
  margin: auto;
}

.footer-container .footer-sns > .sns {
  margin: auto 2.13333vw;
  width: 11.33333vw;
}

.footer-container .footer-sns > .sns img {
  width: 100%;
}

@media (min-width: 768px) {
  .footer-container .footer-sns > .sns {
    margin: auto 10px;
    width: 50px;
  }
}
@media (min-width: 768px) {
  .footer-container .footer-sns > .sns a {
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .footer-container .footer-sns > .sns a:hover,
  .footer-container .footer-sns > .sns a:focus-visible {
    opacity: 0.8;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
main {
  background: linear-gradient(179deg, #ff8820 3.41%, #ff563d 130.83%);
  font-family: "M PLUS 1", "游ゴシック体", yugothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
@media (min-width: 768px) {
  main {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-block-end: calc(0rem + var(--leading-trim));
    margin-block-start: calc(0rem + var(--leading-trim));
  }
}
main.is-hidden {
  opacity: 0;
}
main [data-opacity] {
  opacity: 0;
}