@charset "UTF-8";
:root {
  /* color */
  --color-primary: #FE591C;
  --color-black: #000;
  --color-black-rgba: 0,0,0;
  --color-text: #111;
  --color-gray1: #F5F5F5;
  --color-gray2: #F7F7F7;
  --color-gray3: #DDD;
  --color-gray4: #666;
  --base-yellow: #EFF051;
  --base-yellow-rgba: 239,240,81;
  --color-sub: #838401;
  --color-white: #fff;
  --color-white-rgba: 255,255,255;
  /* setting */
  --opacity: .7;
  --border-radius: 50px;
  --bp-pc: 1025px;
  --bp-tb: 780px;
  --bp-sp: 390px;
  --w-pcmax: min(100%, 1440px);
  --w-pcinner-1: min(92%, 1330px);
  /* font */
  --font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  /* icon background-image */
  --bg-fuki-yellow:url("data:image/svg+xml,%3Csvg width='195' height='67' viewBox='0 0 195 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M194.816 0.297119H0.318359C32.0999 0.297119 61.4799 14.7025 77.3853 38.0896L97.0402 67L116.139 38.8857C132.366 15.0011 162.361 0.297119 194.816 0.297119Z' fill='%23EFF051'/%3E%3C/svg%3E%0A");
  --bg-fuki-white:url("data:image/svg+xml,%3Csvg width='195' height='67' viewBox='0 0 195 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M194.816 0.297119H0.318359C32.0999 0.297119 61.4799 14.7025 77.3853 38.0896L97.0402 67L116.139 38.8857C132.366 15.0011 162.361 0.297119 194.816 0.297119Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  --bg-fuki-gray:url("data:image/svg+xml,%3Csvg width='195' height='67' viewBox='0 0 195 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M194.816 0.297119H0.318359C32.0999 0.297119 61.4799 14.7025 77.3853 38.0896L97.0402 67L116.139 38.8857C132.366 15.0011 162.361 0.297119 194.816 0.297119Z' fill='%23666666'/%3E%3C/svg%3E");
  --icon-arrow-drop-primary:url("data:image/svg+xml,%3Csvg width='35' height='40' viewBox='0 0 35 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35 20L0.5 39.9186V0.0814152L35 20Z' fill='%23FE591C'/%3E%3Cpath d='M35 20L0.5 39.9186V0.0814152L35 20Z' fill='%23FE591C'/%3E%3Cpath d='M35 20L0.5 39.9186V0.0814152L35 20Z' fill='%23FE591C'/%3E%3Cpath d='M35 20L0.5 39.9186V0.0814152L35 20Z' fill='%23FE591C'/%3E%3Cpath d='M35 20L0.5 39.9186V0.0814152L35 20Z' fill='%23FE591C'/%3E%3C/svg%3E%0A");
  --icon-arrow--drop-gray:url("data:image/svg+xml,%3Csvg width='35' height='40' viewBox='0 0 35 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35 20L0.5 39.9186V0.0814152L35 20Z' fill='%23666666'/%3E%3Cpath d='M35 20L0.5 39.9186V0.0814152L35 20Z' fill='%23666666'/%3E%3Cpath d='M35 20L0.5 39.9186V0.0814152L35 20Z' fill='%23666666'/%3E%3Cpath d='M35 20L0.5 39.9186V0.0814152L35 20Z' fill='%23666666'/%3E%3Cpath d='M35 20L0.5 39.9186V0.0814152L35 20Z' fill='%23666666'/%3E%3C/svg%3E%0A");
  --icon-arrow--drop-down-gray:url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1866_1268' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='12' height='10'%3E%3Cg clip-path='url(%23clip0_1866_1268)'%3E%3Cpath d='M0.204102 0.860352H11.0041L5.6041 9.86035L0.204102 0.860352Z' fill='black'/%3E%3C/g%3E%3C/mask%3E%3Cg mask='url(%23mask0_1866_1268)'%3E%3Crect x='0.204102' y='0.860352' width='10.8' height='9' fill='%23666666'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1866_1268'%3E%3Crect width='10.8' height='9' fill='white' transform='translate(0.204102 0.860352)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

body {
  background-color: var(--color-white);
}

:where(a) {
  color: var(--color-primary);
  text-decoration: underline;
}
@media (hover: hover) {
  :where(a):hover {
    text-decoration: none;
    opacity: 0.75;
  }
}

:where(a.c-btn, button.c-btn) {
  text-decoration: none;
}
@media (hover: hover) {
  :where(a.c-btn, button.c-btn):hover {
    opacity: 0.75;
  }
}

:where(p, dl, ul, ol, table, .c-scroll) + :where(p, dl, ul, ol, table, .c-scroll) {
  margin-top: 24px;
}

:where(table) {
  font-size: 1.4rem;
}

:where(input[type=text], input[type=email], input[type=tel], textarea, select) {
  width: 100%;
  border-radius: 6px;
  background-color: var(--color-gray2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1em 1.3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  outline-color: transparent;
}
:where(input[type=text], input[type=email], input[type=tel], textarea, select):focus {
  outline-color: var(--color-gray4);
}

:where(input[type=checkbox]) {
  width: 1.3em;
  height: 1.3em;
  border-radius: 6px;
  border: 1px solid var(--color-gray3);
  background-color: var(--color-gray2);
  position: relative;
  margin-bottom: -1px;
  cursor: pointer;
  vertical-align: middle;
}
:where(input[type=checkbox]):checked:after {
  content: "";
  width: 0.35em;
  height: 0.7em;
  position: absolute;
  top: 0.05em;
  left: 0.3em;
  border: solid var(--color-black);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
:where(input[type=checkbox]) + label {
  margin-left: 4px;
  vertical-align: middle;
}

:where(select) {
  padding-left: 1.5em;
  background-repeat: no-repeat;
  background-position: right 0.8em top 50%;
  background-size: 0.75em;
  background-image: var(--icon-arrow--drop-down-gray);
}

.l-layer {
  position: fixed;
  inset: 0;
  display: block;
  z-index: 10;
  background-color: rgba(var(--color-black-rgba), 0.3);
}

.l-container {
  background-color: var(--base-yellow);
  color: var(--color-text);
  font-family: var(--font-family);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  position: relative;
  z-index: 0;
  container-type: inline-size;
  container-name: container;
}

.l-header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
.l-header:where(.is-scroll) {
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
}
@container container (max-width: 1063.98px) {
  .l-header {
    margin-bottom: 80px;
  }
}
.l-header .l-header-logo {
  background-color: var(--color-white);
  border-radius: 0 0 50px;
  width: 267px;
  aspect-ratio: 267/135;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.l-header .l-header-logo h1 {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  line-height: 1;
}
.l-header .l-header-logo h1 a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  color: inherit;
  text-decoration: none;
  font-size: inherit;
}
@container container (max-width: 1063.98px) {
  .l-header .l-header-logo {
    width: auto;
    height: 80px;
  }
  .l-header .l-header-logo h1 {
    font-size: 1.1rem;
  }
  .l-header .l-header-logo h1 img {
    max-width: 70%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.l-header .l-header-content {
  max-width: 1440px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}
@container container (max-width: 1063.98px) {
  .l-header .l-header-content {
    width: 100%;
    position: absolute;
  }
  .l-header .l-header-content:before {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    background-color: var(--color-white);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
.l-header .l-header-btn {
  width: 60px;
  height: 80px;
  margin-left: auto;
  margin-right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  display: none;
  position: relative;
  z-index: 1;
}
@container container (max-width: 1063.98px) {
  .l-header .l-header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header .l-header-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 80px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 50px;
  background-color: var(--color-white);
  border-radius: 50px;
}
.l-header .l-header-menu ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 30px;
  padding: 15px 15px 15px 30px;
}
.l-header .l-header-menu ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
}
.l-header .l-header-menu ul li.contact .c-btn {
  min-width: 200px;
}
.l-header .l-header-menu a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-text);
  text-decoration: none;
}
.l-header .l-header-menu a::before {
  content: "";
  width: 1em;
  height: 0.7em;
  background-color: var(--color-primary);
  border-radius: 0 0.25em 0 0;
  margin-right: 0.5em;
}
@container container (max-width: 1063.98px) {
  .l-header .l-header-menu {
    width: 100%;
    height: 0;
    border-radius: 0;
    margin-top: 0;
    position: relative;
    z-index: -1;
    top: 0;
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
    -webkit-transition: height 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: height 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, height 0.3s ease-out;
    transition: transform 0.3s ease-out, height 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .l-header .l-header-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 15px;
  }
  .l-header .l-header-menu ul li {
    width: 100%;
  }
  .l-header .l-header-menu ul li.contact .c-btn {
    min-width: 100%;
  }
  .l-header .l-header-menu ul li:not(.contact) a {
    padding: 15px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-header .l-header-menu ul li + li:not(.contact) {
    border-top: 1px dotted var(--color-gray3);
  }
  .l-header .l-header-menu.is-open {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.l-gnavBtn {
  width: 28px;
  height: 28px;
  border: 0;
  position: relative;
  z-index: 0;
}
.l-gnavBtn > span {
  position: absolute;
  left: 0;
  display: block;
  width: 28px;
  height: 4px;
  background-color: var(--color-text);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: top ease 0.3s, width ease 0s, -webkit-transform ease 0.3s;
  transition: top ease 0.3s, width ease 0s, -webkit-transform ease 0.3s;
  transition: transform ease 0.3s, top ease 0.3s, width ease 0s;
  transition: transform ease 0.3s, top ease 0.3s, width ease 0s, -webkit-transform ease 0.3s;
}
.l-gnavBtn > span:first-child {
  top: 1px;
}
.l-gnavBtn > span:nth-child(2) {
  top: 12px;
}
.l-gnavBtn > span:nth-child(3) {
  top: 23px;
}
.l-gnavBtn.is-open > span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 11px;
}
.l-gnavBtn.is-open > span:nth-child(2) {
  width: 0;
}
.l-gnavBtn.is-open > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 11px;
}

.l-main {
  padding-bottom: 120px;
}
@container container (max-width: 767.98px) {
  .l-main {
    padding-bottom: 60px;
  }
}

.l-footer {
  width: calc(100% - 64px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 64px 16px 64px;
  border-radius: 50px 50px 0 0;
  background-color: var(--color-white);
}
.l-footer .l-footer-inner {
  width: 936px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}
.l-footer .fnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.l-footer .fnav ul a {
  color: var(--color-text);
}
.l-footer h5 {
  font-size: 1.6rem;
}
.l-footer .copy {
  text-align: center;
  font-size: 1.2rem;
  color: var(--color-gray4);
}
@container container (max-width: 1063.98px) {
  .l-footer .l-footer-inner {
    width: 100%;
  }
}
@container container (max-width: 767.98px) {
  .l-footer {
    width: 100%;
    padding: 48px 32px 16px 32px;
    font-size: 1.4rem;
  }
  .l-footer p + ul {
    margin-top: 16px;
  }
  .l-footer .fnav ul {
    gap: 8px 16px;
  }
}

.c-btn {
  max-width: 100%;
  border-radius: 50px;
  border: 1px solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4px;
  padding: 0.6em 1.3em;
  background-color: var(--color-title);
  color: var(--color-white);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.c-btn.--primary {
  background-color: var(--color-primary);
}
.c-btn.--sizeL {
  font-size: 1.8rem;
}

@media (hover) {
  .c-btn.--primary {
    -webkit-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    cursor: pointer;
  }
  .c-btn.--primary:hover {
    opacity: 1;
    background: transparent;
    border-color: var(--color-primary);
    color: var(--color-primary);
  }
}
.is-fixed {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

@container container (max-width: 767.98px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@container container (max-width: 767.98px) {
  .is-sp {
    display: block;
  }
}

.mv {
  width: calc(100% - 64px);
  max-width: 1330px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
}
.mv .l-inner {
  width: 100%;
  position: relative;
  z-index: 0;
}
.mv h2 {
  position: absolute;
  right: 20%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  z-index: 1;
  font-size: clamp(2rem, 3.125vw, 4rem);
  line-height: 1.75;
  font-weight: 700;
  text-shadow: -1px -1px 0 rgba(var(--color-white-rgba), 0.95), 1px -1px 0 rgba(var(--color-white-rgba), 0.95), -1px 1px 0 rgba(var(--color-white-rgba), 0.95), 1px 1px 0 rgba(var(--color-white-rgba), 0.95), 0px 0px 4px rgba(var(--color-white-rgba), 0.95);
}
.mv .mv-bg {
  width: 100%;
  aspect-ratio: 1330/640;
  position: relative;
  z-index: -1;
  border-radius: 50px;
  border: 10px solid var(--color-white);
  overflow: hidden;
}
.mv .mv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@container container (max-width: 1063.98px) {
  .mv {
    margin-top: 0;
    padding-top: 16px;
    width: calc(100% - 32px);
  }
}
@container container (max-width: 767.98px) {
  .mv .mv-bg {
    border-radius: 25px;
    border-width: 5px;
    aspect-ratio: 4/3;
  }
  .mv h2 {
    width: 100%;
    right: 50%;
    bottom: 20%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    text-align: center;
  }
}

.client {
  width: calc(100% - 64px);
  max-width: 1200px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--color-white);
  border-radius: 50px;
  padding: 40px 0;
}
.client h3 {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.client h3 span {
  display: block;
}
.client .client-list {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.client .client-list .logo-track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: scroll-left 30s linear infinite;
          animation: scroll-left 30s linear infinite;
  gap: 30px;
  overflow: hidden;
}
.client .client-list li {
  padding: 0 40px;
  background-color: var(--color-gray2);
  border-radius: 30px;
  width: 230px;
  aspect-ratio: 16/8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.client .client-list li span {
  height: 75%;
  aspect-ratio: 16/8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.client .client-list li img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@container container (max-width: 1063.98px) {
  .client {
    width: calc(100% - 32px);
    margin-top: 32px;
    padding: 20px 0;
    border-radius: 25px;
  }
  .client .client-list {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .client .client-list .logo-track {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-animation: scroll-left 30s linear infinite;
            animation: scroll-left 30s linear infinite;
    gap: 30px;
  }
  .client .client-list li {
    border-radius: 15px;
  }
}
@container container (max-width: 767.98px) {
  .client .client-list li {
    width: 161px;
    height: 70px;
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.about h3 {
  margin-left: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-size: 3rem;
}
@container container (max-width: 767.98px) {
  .about h3 {
    font-size: 2.1rem;
  }
}
.about .about-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}
.about .about-logo span:nth-child(1) {
  font-size: 1.4rem;
}
.about .about-logo span:nth-child(2) {
  width: 222px;
}
.about .about-logo span:nth-child(2) img {
  width: 100%;
}
@container container (max-width: 767.98px) {
  .about .about-logo span:nth-child(2) {
    width: 155.4px;
  }
}
.about .about-lead {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 20px;
}
@container container (max-width: 767.98px) {
  .about .about-lead {
    font-size: 1.4rem;
  }
}
.about .about-merit {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.about .about-merit h4 {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.about .about-merit h4 .hl {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(var(--base-yellow-rgba), 0.3)));
  background: linear-gradient(transparent 60%, rgba(var(--base-yellow-rgba), 0.3) 60%);
}
.about .about-merit h4 + p:not(.annotation) {
  margin-top: 16px;
}
.about .about-merit p {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.about .about-merit p.annotation {
  font-size: 130%;
}
.about .about-merit p.annotation + p {
  margin-top: 16px;
}
.about .about-merit .about-img {
  width: 47%;
}
.about .about-merit .about-cnt {
  width: 53%;
}
.about .about-merit.--imgL {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.about .about-merit.--imgR {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@container container (max-width: 767.98px) {
  .about .about-merit + .about-merit {
    margin-top: 64px;
  }
  .about .about-merit.--imgL, .about .about-merit.--imgR {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .about-merit .about-img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about .about-merit .about-cnt {
    width: 100%;
    max-width: 520px;
  }
}
.about .about-movie {
  width: 100%;
  margin-top: 60px;
  aspect-ratio: 16/9;
  border-radius: 50px;
  border: 10px solid var(--color-gray2);
  overflow: hidden;
  background: url(../../site_assets/img/mv_thum.webp) no-repeat center center/cover;
  position: relative;
  z-index: 0;
}
.about .about-movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about .about-movie .about-play {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (hover: hover) {
  .about .about-movie .about-play {
    -webkit-transition: background-color 0.3s ease-out, opacity 0.3s ease-out;
    transition: background-color 0.3s ease-out, opacity 0.3s ease-out;
    cursor: pointer;
  }
  .about .about-movie .about-play:hover {
    opacity: 0.75;
    background-color: rgba(var(--color-white-rgba), 0.25);
  }
}
.about .about-movie .btn-img {
  max-width: 25%;
}
.about .about-movie.is-play {
  background: transparent;
}
.about .about-movie.is-play video {
  opacity: 1;
  pointer-events: auto;
}
.about .about-movie.is-play .about-play {
  opacity: 0;
  pointer-events: none;
}
.about .about-info {
  width: 100%;
  aspect-ratio: 16/9.9;
  margin-top: 60px;
  position: relative;
  z-index: 0;
}
.about .about-info iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border: 0;
}
@container container (max-width: 767.98px) {
  .about .about-info {
    aspect-ratio: 4/2.7;
  }
}

.process h3 {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-size: 3rem;
}
.process h3 img {
  width: auto;
  height: 1.5em;
}
@container container (max-width: 767.98px) {
  .process h3 {
    font-size: 1.8rem;
  }
}
.process .process-lead {
  font-size: 2rem;
  line-height: 2.5;
  font-weight: 500;
}
@container container (max-width: 767.98px) {
  .process .process-lead {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.process .process-step {
  max-width: 1200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  background: var(--color-white);
  padding: 0 60px 60px;
  text-align: center;
}
.process .process-step h4 {
  font-size: 2.4rem;
}
.process .process-step .step-ttl {
  width: 90%;
  max-width: 455px;
  height: 2.8em;
  margin-top: -1.4em;
  margin-bottom: 2.8em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  background: var(--color-gray4);
  color: var(--color-white);
  padding: 10px 20px;
  font-size: 2.4rem;
  position: relative;
  z-index: 0;
}
.process .process-step .step-ttl::after {
  content: "";
  display: block;
  height: 28px;
  aspect-ratio: 195/67;
  position: absolute;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: var(--bg-fuki-gray);
}
@container container (max-width: 767.98px) {
  .process .process-step .step-ttl {
    font-size: 1.68rem;
  }
}
.process .process-step .step-innerwrap {
  border-radius: 50px;
  background: var(--color-gray2);
  padding: 0 30px 30px;
}
.process .process-step .step-sc + .step-sc {
  margin-top: 32px;
}
.process .process-step .step-flow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.process .process-step .step-flow-arrow {
  width: 4.2592592593%;
  aspect-ratio: 1/1;
  position: relative;
}
.process .process-step .step-flow-arrow:before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: var(--icon-arrow-drop-primary);
  position: absolute;
  left: 0;
  top: 25%;
}
.process .process-step .step-flow dl {
  width: 258px;
  margin-top: 0;
  position: relative;
  z-index: 0;
}
.process .process-step .step-flow dt {
  font-size: 2rem;
  font-weight: 700;
}
.process .process-step .step-flow dt span {
  display: block;
}
.process .process-step .step-flow dt span + span {
  margin-top: 16px;
}
.process .process-step .step-flow dt + dd {
  margin-top: 8px;
}
.process .process-step .step-flow dd {
  text-align: left;
}
@container container (max-width: 767.98px) {
  .process .process-step .step-flow {
    gap: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .process .process-step .step-flow-arrow {
    width: 100%;
    height: 32.2px;
    text-align: center;
  }
  .process .process-step .step-flow-arrow:before {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: 0;
    top: 0;
  }
}
.process .process-step .step-tb {
  width: 100%;
  border-collapse: separate; /* ← 必須 */
  border-spacing: 0;
  border: 1px solid transparent;
  overflow: hidden;
}
.process .process-step .step-tb th, .process .process-step .step-tb td {
  padding: 16px;
  border: 1px solid var(--color-white);
  background: var(--color-white);
  font-size: 1.8rem;
}
.process .process-step .step-tb th.upro, .process .process-step .step-tb td.upro {
  font-size: 2.16rem;
  font-weight: 700;
}
.process .process-step .step-tb th {
  background-color: var(--color-gray3);
}
.process .process-step .step-tb th.upro {
  width: 38%;
  background-color: var(--base-yellow);
}
.process .process-step .step-tb thead tr:first-child th:first-child {
  width: 24%;
  border-top-left-radius: 12px;
}
.process .process-step .step-tb thead tr:first-child th:last-child {
  border-top-right-radius: 12px;
}
.process .process-step .step-tb tbody tr:last-child th:first-child, .process .process-step .step-tb tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
.process .process-step .step-tb tbody tr:last-child th:last-child, .process .process-step .step-tb tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
@container container (max-width: 767.98px) {
  .process .process-step .step-tb {
    width: 588px;
  }
}
@container container (max-width: 767.98px) {
  .process .process-step .step-img {
    width: 661.5px;
  }
}
@container container (max-width: 1063.98px) {
  .process .process-step {
    padding: 0 30px 30px;
  }
}
@container container (max-width: 767.98px) {
  .process .process-step {
    padding: 0 15px 15px;
  }
}
.process .process-step + .process-step {
  margin-top: 90px;
}

.usersVoice .usersVoice-lead {
  text-align: center;
}
.usersVoice .usersVoice-lead p {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
.usersVoice .usersVoice-lead .lead-img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -48px;
  position: relative;
  z-index: 0;
}
@container container (max-width: 767.98px) {
  .usersVoice .usersVoice-lead p {
    font-size: 1.75rem;
  }
  .usersVoice .usersVoice-lead .lead-img {
    margin-top: -8px;
  }
}
.usersVoice .usersVoice-list {
  width: 100%;
  overflow: hidden;
}
.usersVoice .voice-track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: scroll-left 20s linear infinite;
          animation: scroll-left 20s linear infinite;
  gap: 30px;
}
.usersVoice .voice-card {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.usersVoice .voice-card .voice-fuki {
  width: 100%;
  height: 5.6em;
  margin-bottom: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  background: var(--base-yellow);
  position: relative;
  z-index: 0;
}
.usersVoice .voice-card .voice-fuki::after {
  content: "";
  display: block;
  height: 24px;
  aspect-ratio: 195/67;
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: var(--bg-fuki-yellow);
}
.usersVoice .voice-card .voice-fuki p {
  font-weight: 500;
}
.usersVoice .voice-card .voice-mane {
  text-align: center;
  color: var(--color-gray4);
}
@container container (max-width: 767.98px) {
  .usersVoice .voice-card {
    width: 210px;
    font-size: 1.4rem;
  }
}

.news .news-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  background: var(--color-white);
  padding: 60px 60px 60px;
  text-align: center;
}
@container container (max-width: 767.98px) {
  .news .news-wrap {
    padding: 30px 30px 30px;
  }
}
.news .news-tb {
  width: 100%;
}
.news .news-tb th, .news .news-tb td {
  padding: 1em 0.5em;
  text-align: left;
  border-bottom: 2px solid var(--color-text);
}
.news .news-tb th {
  padding-left: 0;
  width: 8em;
  vertical-align: top;
}
.news .news-tb th span {
  display: block;
  border-radius: 5px;
  background: var(--color-text);
  color: var(--color-white);
  text-align: center;
  padding: 0.3em 0;
  white-space: nowrap;
  font-size: 1.4rem;
}
.news .news-tb td {
  width: calc(100% - 8em);
  vertical-align: middle;
  font-weight: 500;
  font-size: 1.6rem;
}

.thankyou {
  width: calc(100% - 64px);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
}
.thankyou .thankyou-wrap {
  padding: 64px 64px;
  border-radius: 50px;
  background-color: var(--color-white);
}
@container container (max-width: 767.98px) {
  .thankyou {
    width: calc(100% - 32px);
    padding-top: 60px;
  }
  .thankyou .thankyou-wrap {
    padding: 32px 32px;
  }
}

.contact {
  overflow: hidden;
}
.contact .contact-ttl {
  position: relative;
  z-index: 0;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: -20px;
}
.contact .contact-ttl::before, .contact .contact-ttl::after {
  content: "";
  max-width: 220px;
  width: 28.6458333333%;
  aspect-ratio: 220/250;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: -1;
  bottom: -100px;
}
.contact .contact-ttl::before {
  background-image: url(../../site_assets/img/contact_img_1.webp);
  left: -30px;
}
.contact .contact-ttl::after {
  background-image: url(../../site_assets/img/contact_img_2.webp);
  right: -30px;
}
@container container (max-width: 767.98px) {
  .contact .contact-ttl::before, .contact .contact-ttl::after {
    bottom: -60px;
  }
  .contact .contact-ttl::before {
    left: -35px;
  }
  .contact .contact-ttl::after {
    right: -35px;
  }
}
.contact .contact-form {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
}
@container container (max-width: 767.98px) {
  .contact .contact-form {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
.contact .p-contact-card .p-contact-card__heading {
  font-size: 2rem;
  text-align: center;
}
.contact .p-contact-card .p-contact-card__heading + .p-cantact-card__body {
  margin-top: 16px;
}
.contact .p-contact-card .p-contact-mail {
  padding: 16px 0;
  background-color: var(--color-gray2);
  border-radius: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.contact .p-contact-card .p-contact-form {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.contact .p-contact-card .p-contact-form > * + * {
  margin-top: 24px;
}
.contact .p-contact-card .p-contact-form .p-contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  row-gap: 8px;
}
.contact .p-contact-card .p-contact-form .p-contact-form__row .c-input-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-weight: 500;
}
.contact .p-contact-card .p-contact-form .p-contact-form__row.--submit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0;
  text-align: center;
}
.contact .p-contact-card .p-contact-form .p-contact-form__row .p-contact-agreement {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding: 16px 0;
}
.contact .p-contact-card .p-contact-form .c-input-label__require {
  background: var(--color-gray4);
  border-radius: 0.2em;
  color: var(--color-white);
  font-size: 0.7em;
  font-style: normal;
  line-height: 1;
  padding: 0.4em;
}
.contact .p-contact-card + .p-contact-card {
  margin-top: 48px;
}

[data-simplebar=init] {
  white-space: nowrap;
}
[data-simplebar=init] .simplebar-wrapper {
  padding-bottom: 24px;
}
[data-simplebar=init] .simplebar-track.simplebar-horizontal {
  height: 10px;
  border-radius: 50px;
  background: var(--color-gray3);
}
[data-simplebar=init] .simplebar-scrollbar::before {
  background: var(--color-gray4);
  border-radius: 50px;
  opacity: 1 !important;
}

.fuki-ttl {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 0;
}
.fuki-ttl:before, .fuki-ttl:after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.fuki-ttl:before {
  z-index: -2;
}
.fuki-ttl:after {
  border-radius: 0 0 50px 50px;
  z-index: -1;
}
.fuki-ttl .l-inner {
  width: calc(100% - 64px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
  z-index: 0;
}
.fuki-ttl .l-inner:after {
  content: "";
  display: block;
  height: 50px;
  aspect-ratio: 195/67;
  position: absolute;
  bottom: -49px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@container container (max-width: 767.98px) {
  .fuki-ttl .l-inner {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.fuki-ttl h3 {
  text-align: center;
}
.fuki-ttl h3 > span {
  display: block;
}
.fuki-ttl h3 > span img {
  margin-left: auto;
  margin-right: auto;
}
.fuki-ttl h3 > span + span {
  margin-top: 8px;
}
.fuki-ttl:where(.--yellow) {
  background-color: var(--base-yellow);
}
.fuki-ttl:where(.--yellow):before {
  background-color: var(--color-white);
}
.fuki-ttl:where(.--yellow):after {
  background-color: var(--base-yellow);
}
.fuki-ttl:where(.--yellow) .l-inner:after {
  background-image: var(--bg-fuki-yellow);
}
.fuki-ttl:where(.--yellow) + .fuki-cnt {
  background-color: var(--color-white);
}
.fuki-ttl:where(.--white) {
  background-color: var(--color-white);
}
.fuki-ttl:where(.--white):before {
  background-color: var(--base-yellow);
}
.fuki-ttl:where(.--white):after {
  background-color: var(--color-white);
}
.fuki-ttl:where(.--white) .l-inner:after {
  background-image: var(--bg-fuki-white);
}
.fuki-ttl:where(.--white) + .fuki-cnt {
  background-color: var(--base-yellow);
}
.fuki-ttl:where(.--contact):before, .fuki-ttl:where(.--contact):after {
  content: none;
}

.fuki-cnt {
  width: 100%;
  margin-top: -1px;
  padding-top: 100px;
}
.fuki-cnt .l-inner {
  width: calc(100% - 64px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.fuki-cnt:where(.--contact) {
  width: calc(100% - 64px);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0 0 25px 25px;
}
@container container (max-width: 767.98px) {
  .fuki-cnt .l-inner {
    width: calc(100% - 32px);
  }
  .fuki-cnt:where(.--contact) {
    width: calc(100% - 32px);
  }
}