@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

:root {
  --bg: #dbe4e7;
  --text-primary: #333d41;
  --primary: #21436f;
  --secondary: #f00;
  --accent: #ff3e42;
}

html, input,
textarea {
  font-family: "Albert Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

html {
  width: 100%;
  background-color: var(--bg);
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: var(--text-primary);
}
@media screen and (min-width: 769px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  word-wrap: break-word;
  overflow-x: hidden;
  font-size: 1.4rem;
}
body.is-fixed {
  height: 100vh;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #wrapper {
    width: 100%;
    overflow-x: hidden;
  }
}
#wrapper.is-resize * {
  transition: none !important;
}

img,
svg {
  display: block;
  width: 100%;
  height: auto;
}

svg {
  fill: currentColor;
}

a,
button {
  display: block;
}
@media (any-hover: hover) {
  a,
  button {
    transition: 0.4s all;
  }
  a:hover,
  button:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

input,
textarea {
  font-weight: 500;
}

button {
  cursor: pointer;
}

.l-header {
  position: fixed;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  pointer-events: none;
  transition: 0.8s 1s opacity ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-header {
    padding: 1.4641288433vw 1.4641288433vw 1.4641288433vw 3.0014641288vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 5.3333333333vw;
  }
}
.l-header:not(.is-open) .l-header__nav__menu {
  pointer-events: none;
}
.l-header:not(.is-open) .l-header__nav__menu__list {
  translate: 5% 0;
  opacity: 0;
}
.l-header:not(.is-open) .l-header__nav__menu__contact {
  translate: 0 10%;
  opacity: 0;
}
.l-header:not(.is-open) .l-header__nav__menu__contact::before {
  translate: 25% 50%;
  opacity: 0;
}
.l-header:not(.is-open) .l-header__nav__menu__bg .bg {
  opacity: 0;
  translate: 0 30%;
}
.l-header.is-open .l-header__nav__menu {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.l-header.is-open .l-header__nav__btn .bars .bar {
  position: absolute;
  inset: 0;
  margin: auto;
}
.l-header.is-open .l-header__nav__btn .bars .bar:nth-of-type(1) {
  transform-origin: center;
}
@media screen and (min-width: 769px) {
  .l-header.is-open .l-header__nav__btn .bars .bar:nth-of-type(1) {
    rotate: 205deg;
  }
}
@media screen and (max-width: 768px) {
  .l-header.is-open .l-header__nav__btn .bars .bar:nth-of-type(1) {
    rotate: 225deg;
  }
}
.l-header.is-open .l-header__nav__btn .bars .bar:nth-of-type(2) {
  opacity: 0;
}
.l-header.is-open .l-header__nav__btn .bars .bar:nth-of-type(3) {
  transform-origin: center;
}
@media screen and (min-width: 769px) {
  .l-header.is-open .l-header__nav__btn .bars .bar:nth-of-type(3) {
    rotate: -205deg;
  }
}
@media screen and (max-width: 768px) {
  .l-header.is-open .l-header__nav__btn .bars .bar:nth-of-type(3) {
    rotate: -225deg;
  }
}
.l-header.is-open .l-header__nav__btn .txt::before {
  content: "閉じる";
}

.l-header__logo {
  position: relative;
  aspect-ratio: 184.26/22.6;
  z-index: 10;
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  .l-header__logo {
    width: 13.4890190337vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 34.1333333333vw;
  }
}
.l-header__logo a {
  display: block;
}

.l-header__nav {
  display: flex;
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  .l-header__nav {
    gap: 0.7320644217vw;
  }
}
.l-header__nav__btn {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  color: var(--primary);
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .l-header__nav__btn {
    justify-content: flex-end;
    gap: 0.3660322108vw;
    width: 10.980966325vw;
    height: 4.7584187408vw;
    padding-bottom: 0.9004392387vw;
    border-radius: 0.878477306vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__btn {
    justify-content: center;
    gap: 1.6vw;
    width: 17.6vw;
    height: 15.2vw;
    padding-top: 1.6vw;
    border-radius: 3.2vw;
  }
}
.l-header__nav__btn .bars {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .l-header__nav__btn .bars {
    width: 1.5512445095vw;
    height: 0.878477306vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__btn .bars {
    width: 4.8vw;
    height: 3.2vw;
  }
}
.l-header__nav__btn .bars .bar {
  display: block;
  height: 1px;
  background-color: var(--primary);
  transition: 0.5s all ease-in-out;
}
.l-header__nav__btn .bars .bar:nth-of-type(1) {
  transform-origin: left top;
}
.l-header__nav__btn .bars .bar:nth-of-type(3) {
  transform-origin: right bottom;
}
.l-header__nav__btn .txt {
  display: block;
}
@media screen and (min-width: 769px) {
  .l-header__nav__btn .txt {
    font-size: 0.9516837482vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__btn .txt {
    font-size: 2.6666666667vw;
  }
}
.l-header__nav__btn .txt::before {
  content: "メニュー";
}
.l-header__nav__menu {
  position: fixed;
  inset: 0;
  z-index: 1;
  width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
}
.l-header__nav__menu__inner {
  position: absolute;
  inset: 0;
  z-index: 20;
}
@media screen and (min-width: 769px) {
  .l-header__nav__menu__inner {
    padding: 7.3206442167vw 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__menu__inner {
    padding: 31.2vw 0;
  }
}
.l-header__nav__menu__list {
  display: flex;
  flex-direction: column;
  transition: 0.3s 0.6s all ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-header__nav__menu__list__item {
    margin-bottom: 2.196193265vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__menu__list__item {
    margin-bottom: 6.9333333333vw;
  }
}
.l-header__nav__menu__list__item a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .l-header__nav__menu__list__item a {
    gap: 0.3660322108vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__menu__list__item a {
    gap: 1.3333333333vw;
  }
}
.l-header__nav__menu__list__item a .en {
  font-weight: 700;
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  .l-header__nav__menu__list__item a .en {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__menu__list__item a .en {
    font-size: 4.2666666667vw;
  }
}
.l-header__nav__menu__list__item a .jp {
  color: #728aa8;
}
@media screen and (min-width: 769px) {
  .l-header__nav__menu__list__item a .jp {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__menu__list__item a .jp {
    font-size: 2.6666666667vw;
  }
}
.l-header__nav__menu__contact {
  position: relative;
  margin-inline: auto;
  transition: 0.3s 0.7s all ease-in-out;
  z-index: 2;
  /*
  &::before {
    content: "";
    position: absolute;
    display: block;
    aspect-ratio: 1 / 1;
    background: url(../img/common/chara1.png) no-repeat center / contain;
    z-index: 1;
    transition: 0.8s 0.7s all $easeInOutBack;
    @include pc {
      inset: pc_vw(-57) auto auto pc_vw(-23);
      width: pc_vw(74);
    }
    @include sp {
      inset: sp_vw(-57) auto auto sp_vw(-23);
      width: sp_vw(74);
    }
  }
    */
}
@media screen and (min-width: 769px) {
  .l-header__nav__menu__contact {
    width: 16.8374816984vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__menu__contact {
    width: 61.3333333333vw;
  }
}
.l-header__nav__menu__contact a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: #fff;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .l-header__nav__menu__contact a {
    gap: 1.0980966325vw;
    height: 3.7335285505vw;
    border-radius: 0.878477306vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__menu__contact a {
    gap: 4vw;
    height: 13.6vw;
    border-radius: 3.2vw;
  }
}
.l-header__nav__menu__contact a .icn {
  display: block;
  aspect-ratio: 19.5/16.69;
}
@media screen and (min-width: 769px) {
  .l-header__nav__menu__contact a .icn {
    width: 1.4275256223vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__menu__contact a .icn {
    width: 5.2vw;
  }
}
.l-header__nav__menu__contact a .txt {
  display: block;
}
@media screen and (min-width: 769px) {
  .l-header__nav__menu__contact a .txt {
    font-size: 0.9516837482vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__menu__contact a .txt {
    font-size: 3.4666666667vw;
  }
}
.l-header__nav__menu__bg .bg {
  position: absolute;
  transition: 0.8s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media screen and (min-width: 769px) {
  .l-header__nav__menu__bg .bg {
    inset: -2.2437774524vw -0.7320644217vw auto -0.7320644217vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__menu__bg .bg {
    inset: 16.48vw -99.232vw auto -99.232vw;
  }
}
.l-header__nav__menu__bg .bg img {
  aspect-ratio: 1385.89/827.65;
}
.l-header__nav__menu__bg .bg.bg1 {
  z-index: 3;
  transition-delay: 0.6s;
}
.l-header__nav__menu__bg .bg.bg2 {
  z-index: 2;
  transition-delay: 0.3s;
}
@media screen and (min-width: 769px) {
  .l-header__nav__menu__bg .bg.bg2 {
    padding-top: 4.5387994143vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__menu__bg .bg.bg2 {
    padding-top: 15.1493333333vw;
  }
}
.l-header__nav__menu__bg .bg.bg3 {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .l-header__nav__menu__bg .bg.bg3 {
    padding-top: 9.0775988287vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__menu__bg .bg.bg3 {
    padding-top: 30.2986666667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__contact {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    gap: 0.2196193265vw;
    width: 10.980966325vw;
    height: 4.7584187408vw;
    padding-bottom: 0.9004392387vw;
    border-radius: 0.878477306vw;
    background-color: var(--primary);
    color: #fff;
    z-index: 10;
  }
  .l-header__nav__contact .icn {
    display: block;
    width: 1.4275256223vw;
    aspect-ratio: 19.5/16.69;
  }
  .l-header__nav__contact .txt {
    display: block;
    font-size: 0.9516837482vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__contact {
    display: none;
  }
}

.l-footer {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .l-footer {
    padding-inline: 6.0761346999vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-inline: 5.3333333333vw;
  }
}

.l-footer__recruit {
  position: relative;
  display: flex;
  background-color: var(--primary);
  z-index: 10;
  transition: 0.8s all ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-footer__recruit {
    align-items: center;
    gap: 4.39238653vw;
    height: 17.8623718887vw;
    padding: 5.8565153734vw;
    border-radius: 0.878477306vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__recruit {
    flex-direction: column;
    gap: 6.8vw;
    padding: 9.3333333333vw 8.8vw 9.6vw;
    border-radius: 3.2vw;
  }
}
.l-footer__recruit:not(.is-complete) {
  translate: 0 5%;
  opacity: 0;
  filter: blur(10px);
}
.l-footer__recruit__head {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .l-footer__recruit__head {
    gap: 1.0980966325vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__recruit__head {
    gap: 2.6666666667vw;
  }
}
.l-footer__recruit__head .icn {
  display: block;
}
@media screen and (min-width: 769px) {
  .l-footer__recruit__head .icn {
    width: 2.8111273792vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__recruit__head .icn {
    width: 6.6346666667vw;
  }
}
.l-footer__recruit__head .txt {
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-footer__recruit__head .txt {
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__recruit__head .txt {
    font-size: 6.6666666667vw;
  }
}
.l-footer__recruit__txt {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-footer__recruit__txt {
    border-left: 1px solid #4f7cb7;
    padding: 0.878477306vw 0 0.878477306vw 4.39238653vw;
    font-size: 1.317715959vw;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__recruit__txt {
    border-top: 1px solid #4f7cb7;
    padding: 6.9333333333vw 18.6666666667vw 0 0;
    font-size: 4.2666666667vw;
    line-height: 9.6vw;
    letter-spacing: 0.01em;
  }
}
.l-footer__recruit__icn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 769px) {
  .l-footer__recruit__icn {
    inset: 0 7.3206442167vw 0 auto;
    width: 9.224011713vw;
    margin: auto 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__recruit__icn {
    inset: auto 8.8vw 12.5333333333vw auto;
    width: 17.0026666667vw;
  }
}
.l-footer__recruit__icn::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: url(./assets/img/common/recruit_entry.png) no-repeat center/contain;
  animation: recruit 10s linear infinite;
}
@keyframes recruit {
  100% {
    rotate: 359.999deg;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__recruit__icn .arrow {
    width: 1.7928257687vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__recruit__icn .arrow {
    width: 3.304vw;
  }
}

.l-footer__inner {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .l-footer__inner {
    padding: 12.8843338214vw 0 7.3206442167vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 24vw 0 9.3333333333vw;
  }
}

.l-footer__logo {
  position: relative;
  margin-inline: auto;
  /*
  &::before {
    content: "";
    position: absolute;
    display: block;
    aspect-ratio: 1 / 1;
    background: url(../img/common/chara1.png) no-repeat center / contain;
    z-index: 1;
    transition: 0.8s all $easeInOutBack;
    @include pc {
      inset: pc_vw(-42) auto auto pc_vw(-28);
      width: pc_vw(76);
    }
    @include sp {
      inset: sp_vw(-30.4) auto auto sp_vw(-25.3);
      width: sp_vw(62);
    }
  }
  */
}
@media screen and (min-width: 769px) {
  .l-footer__logo {
    width: 21.5959004392vw;
    margin-bottom: 4.39238653vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 59.3786666667vw;
    margin-bottom: 12vw;
  }
}
.l-footer__logo a {
  position: relative;
  display: block;
  z-index: 10;
}
.l-footer__logo:not(.is-complete)::before {
  translate: 25% 50%;
  opacity: 0;
}

.l-footer__links {
  display: grid;
}
@media screen and (min-width: 769px) {
  .l-footer__links {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.0248901903vw 1.4641288433vw;
    margin-bottom: 5.1244509517vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__links {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
    margin-bottom: 21.3333333333vw;
  }
}
.l-footer__links__item a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
@media screen and (min-width: 769px) {
  .l-footer__links__item a {
    gap: 0.3660322108vw;
    width: 21.2298682284vw;
    height: 6.588579795vw;
    padding-inline: 1.4641288433vw;
    border-radius: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__links__item a {
    gap: 1.3333333333vw;
    height: 18.6666666667vw;
    padding-inline: 8vw;
    border-radius: 5.3333333333vw;
  }
}
.l-footer__links__item a .en {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .l-footer__links__item a .en {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__links__item a .en {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__links__item a .jp {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__links__item a .jp {
    font-size: 2.6666666667vw;
  }
}

.l-footer__txt {
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .l-footer__txt {
    width: 27.8184480234vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__txt {
    width: 53.3333333333vw;
  }
}
.l-footer__txt:not(.is-complete) img {
  translate: -100% 0;
}
.l-footer__txt img {
  transition: 0.8s all ease-in-out;
}

.l-footer__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: 1px solid #b1ccd5;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .l-footer__bottom {
    gap: 1.3909224012vw;
    width: 73.2064421669vw;
    margin-inline: auto;
    padding: 3.2210834553vw 0 5.8565153734vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__bottom {
    gap: 5.0666666667vw;
    padding: 9.3333333333vw 0 16vw;
  }
}
.l-footer__bottom .privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  .l-footer__bottom .privacy {
    gap: 0.7320644217vw;
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__bottom .privacy {
    gap: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.l-footer__bottom .privacy::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  background: url(./assets/img/common/icn_blank.png) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .l-footer__bottom .privacy::after {
    width: 0.8250366032vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__bottom .privacy::after {
    width: 3.0053333333vw;
  }
}
.l-footer__bottom .copyright {
  color: var(--primary);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .l-footer__bottom .copyright {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__bottom .copyright {
    font-size: 3.2vw;
  }
}

.l-footer__movie {
  position: absolute;
  filter: blur(3px);
  opacity: 0.2;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .l-footer__movie {
    inset: 25.6222547584vw -52.4158125915vw auto auto;
    width: 152.4158125915vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__movie {
    inset: auto auto -38.4vw -27.7333333333vw;
    width: 241.8666666667vw;
  }
}

.p-home {
  position: relative;
}
.p-home:not(.is-loaded) .l-header {
  opacity: 0;
  filter: blur(10px);
}
.p-home:not(.is-loaded) .p-home__kv__head {
  translate: -50% 0;
}
@media screen and (min-width: 769px) {
  .p-home:not(.is-loaded) .p-home__kv__head {
    margin-left: 43.9238653001vw;
    margin-top: calc(-11.420204978vw + (100vh - 13.8543191801vw) / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-home:not(.is-loaded) .p-home__kv__head {
    margin-left: 44.6666666667vw;
    margin-top: calc(-40.8vw + (100vh - 43.2vw) / 2);
  }
}
.p-home:not(.is-loaded) .p-home__kv__txt .line {
  translate: -100% 0;
}
.p-home:not(.is-loaded) .p-home__kv__topics {
  translate: 0 10%;
  opacity: 0;
}
.p-home:not(.is-loaded) .p-home__kv__topics::after {
  translate: 25% 50%;
  opacity: 0;
}
.p-home:not(.is-loaded) .p-home__movie {
  translate: -50% 30%;
  opacity: 0;
  scale: 0.5;
}
.p-home::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  display: block;
  background: linear-gradient(160deg, #95c4e0 0%, #dbe4e8 50%);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-home::before {
    height: 146.3396778917vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home::before {
    height: 320vw;
  }
}

/*--------------------------------------
// kv
---------------------------------------*/
.p-home__kv {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .p-home__kv {
    padding: 11.420204978vw 6.0761346999vw 24.2313323572vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__kv {
    padding: 40.8vw 5.3333333333vw 24vw;
  }
}
.p-home__kv__head {
  aspect-ratio: 331.5/118.7;
}
@media screen and (min-width: 769px) {
  .p-home__kv__head {
    width: 24.2679355783vw;
    margin-bottom: 3.513909224vw;
    transition: 1.2s 1.1s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
}
@media screen and (max-width: 768px) {
  .p-home__kv__head {
    width: 81.8666666667vw;
    margin-bottom: 10.6666666667vw;
    transition: 1.2s 1.1s all ease-in-out;
  }
}
.p-home__kv__txt {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-home__kv__txt {
    gap: 0.8052708638vw;
    margin-bottom: 5.4538799414vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__kv__txt {
    gap: 2.1333333333vw;
    margin-bottom: 80vw;
  }
}
.p-home__kv__txt .line {
  display: block;
  background-color: #fff;
  color: #6a97b2;
  transition: 0.6s 1.2s all ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-home__kv__txt .line {
    padding-inline: 0.1464128843vw;
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__kv__txt .line {
    padding-inline: 0.5333333333vw;
    font-size: 3.2vw;
  }
}
.p-home__kv__txt .line:nth-of-type(2) {
  transition-delay: 1.4s;
}
.p-home__kv__topics {
  position: relative;
  z-index: 10;
  transition: 0.8s 1.2s opacity ease-in-out;
  /*
  &::after {
    content: "";
    position: absolute;
    display: block;
    aspect-ratio: 1 / 1;
    background: url(../img/common/chara1.png) no-repeat center / contain;
    z-index: 1;
    transition: 0.8s 2s all $easeInOutBack;
    @include pc {
      inset: pc_vw(-45.5) auto auto pc_vw(-25.4);
      width: pc_vw(102);
    }
    @include sp {
      inset: sp_vw(-27.5) auto auto sp_vw(-16);
      width: sp_vw(78);
    }
  }
    */
}
@media screen and (min-width: 769px) {
  .p-home__kv__topics {
    width: 26.1998535871vw;
    height: 14.4897510981vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__kv__topics {
    width: 100%;
    aspect-ratio: 335/197.93;
  }
}
.p-home__kv__topics::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0.9;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-home__kv__topics::before {
    background: url(./assets/img/home/kv_topics_bg.svg) no-repeat center top/contain;
  }
}
@media screen and (max-width: 768px) {
  .p-home__kv__topics::before {
    background: url(./assets/img/home/kv_topics_bg-sp.svg) no-repeat center top/contain;
  }
}
.p-home__kv__topics__inner {
  position: relative;
  z-index: 10;
}
.p-home__kv__topics__head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  .p-home__kv__topics__head {
    gap: 0.3953147877vw;
    padding: 1.2811127379vw 2.2181551977vw 1.0029282577vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__kv__topics__head {
    gap: 1.44vw;
    padding: 4.2666666667vw 8.08vw 4.9866666667vw;
  }
}
.p-home__kv__topics__head .icn {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-home__kv__topics__head .icn {
    width: 0.9970717423vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__kv__topics__head .icn {
    width: 3.632vw;
  }
}
.p-home__kv__topics__head .txt {
  display: block;
  font-weight: 700;
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  .p-home__kv__topics__head .txt {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__kv__topics__head .txt {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-home__kv__topics__list {
    padding: 0 1.9619326501vw 0 2.2693997072vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__kv__topics__list {
    padding: 0 5.3333333333vw;
  }
}
.p-home__kv__topics__list__item {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #aec7e8;
}
@media screen and (min-width: 769px) {
  .p-home__kv__topics__list__item {
    padding-block: 0.5124450952vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__kv__topics__list__item {
    padding-block: 1.8666666667vw;
  }
}
.p-home__kv__topics__list__item .date {
  font-weight: 600;
  white-space: nowrap;
  color: #7293be;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .p-home__kv__topics__list__item .date {
    width: 5.270863836vw;
    font-size: 0.8052708638vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__kv__topics__list__item .date {
    width: 19.2vw;
    font-size: 2.9333333333vw;
  }
}
.p-home__kv__topics__list__item .txt {
  flex: 1;
}
.p-home__kv__topics__list__item .txt a {
  text-decoration: underline;
  color: var(--text-primary);
}
@media screen and (min-width: 769px) {
  .p-home__kv__topics__list__item .txt a {
    font-size: 0.878477306vw;
    letter-spacing: 0.025em;
  }
}
@media screen and (max-width: 768px) {
  .p-home__kv__topics__list__item .txt a {
    font-size: 3.2vw;
    letter-spacing: 0;
  }
}
.p-home__kv__topics__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 700;
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  .p-home__kv__topics__btn {
    gap: 0.5929721816vw;
    margin: 1.0248901903vw 2.0351390922vw 0;
    font-size: 0.8052708638vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__kv__topics__btn {
    gap: 2.16vw;
    margin: 3.4666666667vw 5.3333333333vw 0;
    font-size: 2.9333333333vw;
  }
}
.p-home__kv__topics__btn::after {
  content: "";
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-home__kv__topics__btn::after {
    width: 0.8740849195vw;
    height: 0.9209370425vw;
    border: 0.2928257687vw solid var(--primary);
  }
}
@media screen and (max-width: 768px) {
  .p-home__kv__topics__btn::after {
    width: 3.184vw;
    height: 3.3546666667vw;
    border: 1.0666666667vw solid var(--primary);
  }
}

/*--------------------------------------
// business
---------------------------------------*/
.p-home__business {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-home__business {
    padding: 24.7437774524vw 9.224011713vw 15.4465592972vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__business {
    padding: 132vw 5.3333333333vw 49.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-home__business__txt {
    margin-left: auto;
    width: 25.6222547584vw;
  }
}
.p-home__business__txt .head {
  font-weight: 700;
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  .p-home__business__txt .head {
    margin-bottom: 3.6603221083vw;
    font-size: 2.5622254758vw;
    line-height: 4.1727672035vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__business__txt .head {
    margin-bottom: 8vw;
    font-size: 7.4666666667vw;
    line-height: 11.2vw;
  }
}
.p-home__business__txt .txt {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-home__business__txt .txt {
    margin-bottom: 3.6603221083vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__business__txt .txt {
    margin-bottom: 10.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.p-home__business__txt .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 100vmax;
  background-color: #fff;
  font-weight: 700;
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  .p-home__business__txt .btn {
    width: 17.4904831625vw;
    height: 5.5636896047vw;
    padding: 0 2.8184480234vw 0 2.9282576867vw;
    font-size: 0.9516837482vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__business__txt .btn {
    width: 52.5333333333vw;
    height: 20.2666666667vw;
    padding: 0 8.2666666667vw;
    font-size: 3.4666666667vw;
  }
}
.p-home__business__txt .btn::after {
  content: "";
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-home__business__txt .btn::after {
    width: 2.2693997072vw;
    height: 2.2693997072vw;
    border: 0.878477306vw solid var(--primary);
  }
}
@media screen and (max-width: 768px) {
  .p-home__business__txt .btn::after {
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    border: 3.2vw solid var(--primary);
  }
}
.p-home__business__bg {
  position: absolute;
  inset: 0 0 auto;
  display: flex;
  white-space: nowrap;
}
.p-home__business__bg .txt {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #fff;
  animation: business 10s linear infinite;
}
@media screen and (min-width: 769px) {
  .p-home__business__bg .txt {
    gap: 3.6603221083vw;
    padding-right: 7.3206442167vw;
    font-size: 14.3484626647vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__business__bg .txt {
    gap: 8vw;
    padding-right: 16vw;
    font-size: 32.8vw;
  }
}
.p-home__business__bg .txt .img {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-home__business__bg .txt .img {
    width: 16.6910688141vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__business__bg .txt .img {
    width: 38.4vw;
  }
}
@keyframes business {
  100% {
    transform: translateX(-100%);
  }
}

/*--------------------------------------
// about
---------------------------------------*/
.p-home__about {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .p-home__about {
    padding: 13.5431918009vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home__about {
    padding: 26.6666666667vw 5.3333333333vw;
  }
}
.p-home__about::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(90deg, #dce3e6, #63b5e6);
  opacity: 0.36;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-home__about::before {
    inset: 0 auto 0 -2.4158125915vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__about::before {
    inset: 0 auto 0 -90.6666666667vw;
  }
}
.p-home__about::after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(90deg, #63b5e6, #dce3e6);
  opacity: 0.36;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-home__about::after {
    inset: 0 -2.4158125915vw 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-home__about::after {
    inset: 0 -90.6666666667vw 0 auto;
  }
}
.p-home__about__txt {
  position: relative;
  margin-inline: auto;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .p-home__about__txt {
    width: 34.4070278184vw;
  }
}
.p-home__about__txt .head {
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  .p-home__about__txt .head {
    margin-bottom: 3.6603221083vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__about__txt .head {
    margin-bottom: 9.3333333333vw;
  }
}
.p-home__about__txt .head .en {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-home__about__txt .head .en {
    gap: 0.3953147877vw;
    margin-bottom: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__about__txt .head .en {
    gap: 1.44vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-home__about__txt .head .en__icn {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-home__about__txt .head .en__icn {
    width: 0.9970717423vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__about__txt .head .en__icn {
    width: 3.632vw;
  }
}
.p-home__about__txt .head .en__txt {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-home__about__txt .head .en__txt {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__about__txt .head .en__txt {
    font-size: 4.2666666667vw;
  }
}
.p-home__about__txt .head .jp {
  display: block;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-home__about__txt .head .jp {
    font-size: 2.5622254758vw;
    line-height: 4.1727672035vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__about__txt .head .jp {
    font-size: 7.4666666667vw;
    line-height: 11.2vw;
  }
}
.p-home__about__txt .txt {
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-home__about__txt .txt {
    margin-bottom: 3.6603221083vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__about__txt .txt {
    margin-bottom: 9.8666666667vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0;
  }
}
.p-home__about__txt .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
  border-radius: 100vmax;
  background-color: #fff;
  font-weight: 700;
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  .p-home__about__txt .btn {
    width: 23.4992679356vw;
    height: 5.5636896047vw;
    padding: 0 2.196193265vw 0 2.9282576867vw;
    font-size: 0.9516837482vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__about__txt .btn {
    width: 85.6vw;
    height: 20.2666666667vw;
    padding: 0 8vw 0 10.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.p-home__about__txt .btn::after {
  content: "";
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-home__about__txt .btn::after {
    width: 2.2693997072vw;
    height: 2.2693997072vw;
    border: 0.878477306vw solid var(--primary);
  }
}
@media screen and (max-width: 768px) {
  .p-home__about__txt .btn::after {
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    border: 3.2vw solid var(--primary);
  }
}
.p-home__about__photos {
  position: absolute;
  inset: 0;
  z-index: 5;
}
.p-home__about__photos:not(.is-complete) .photo {
  translate: 0 5%;
  opacity: 0;
  filter: blur(10px);
}
.p-home__about__photos .photo {
  position: absolute;
  z-index: 5;
  transition: 0.8s all ease-in-out;
}
.p-home__about__photos .photo.photo1 {
  filter: blur(4px);
}
@media screen and (min-width: 769px) {
  .p-home__about__photos .photo.photo1 {
    inset: 4.0263543192vw auto auto 7.3206442167vw;
    width: 14.934114202vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__about__photos .photo.photo1 {
    inset: -30.9333333333vw auto auto -6.1333333333vw;
    width: 32.5333333333vw;
  }
}
.p-home__about__photos .photo.photo2 {
  filter: blur(3px);
  transition-delay: 0.2s;
}
@media screen and (min-width: 769px) {
  .p-home__about__photos .photo.photo2 {
    inset: 10.1756954612vw auto auto 76.0614934114vw;
    width: 12.5915080527vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__about__photos .photo.photo2 {
    inset: -13.0666666667vw auto auto 70.1333333333vw;
    width: 45.8666666667vw;
  }
}
.p-home__about__photos .photo.photo3 {
  filter: blur(3px);
  transition-delay: 0.4s;
}
@media screen and (min-width: 769px) {
  .p-home__about__photos .photo.photo3 {
    inset: 18.3748169839vw auto auto 22.5475841874vw;
    width: 9.5168374817vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__about__photos .photo.photo3 {
    inset: 2.9333333333vw auto auto 17.8666666667vw;
    width: 20.8vw;
  }
}
.p-home__about__photos .photo.photo4 {
  transition-delay: 0.6s;
}
@media screen and (min-width: 769px) {
  .p-home__about__photos .photo.photo4 {
    inset: 36.82284041vw auto auto 7.3206442167vw;
    width: 23.5724743777vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__about__photos .photo.photo4 {
    inset: auto auto -29.8666666667vw -10.9333333333vw;
    width: 57.8666666667vw;
  }
}
.p-home__about__photos .photo.photo5 {
  filter: blur(3px);
  transition-delay: 0.8s;
}
@media screen and (min-width: 769px) {
  .p-home__about__photos .photo.photo5 {
    inset: 35.3587115666vw auto auto 67.4963396779vw;
    width: 7.6134699854vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__about__photos .photo.photo5 {
    inset: auto auto -4.8vw 58.1333333333vw;
    width: 21.0666666667vw;
  }
}
.p-home__about__photos .photo.photo6 {
  filter: blur(3px);
  transition-delay: 1s;
}
@media screen and (min-width: 769px) {
  .p-home__about__photos .photo.photo6 {
    inset: 39.458272328vw auto auto 72.4011713031vw;
    width: 19.9121522694vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__about__photos .photo.photo6 {
    inset: auto auto -35.2vw 73.0666666667vw;
    width: 53.8666666667vw;
  }
}

/*--------------------------------------
// company
---------------------------------------*/
.p-home__company {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .p-home__company {
    padding: 12.5183016105vw 6.0761346999vw 16.7642752562vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__company {
    padding: 61.8666666667vw 5.3333333333vw 96.2666666667vw;
  }
}
.p-home__company__txt .head {
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  .p-home__company__txt .head {
    margin-bottom: 3.6603221083vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__company__txt .head {
    margin-bottom: 9.3333333333vw;
  }
}
.p-home__company__txt .head .en {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-home__company__txt .head .en {
    gap: 0.3953147877vw;
    margin-bottom: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__company__txt .head .en {
    gap: 1.44vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-home__company__txt .head .en__icn {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-home__company__txt .head .en__icn {
    width: 0.9970717423vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__company__txt .head .en__icn {
    width: 3.632vw;
  }
}
.p-home__company__txt .head .en__txt {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-home__company__txt .head .en__txt {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__company__txt .head .en__txt {
    font-size: 4.2666666667vw;
  }
}
.p-home__company__txt .head .jp {
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-home__company__txt .head .jp {
    font-size: 2.5622254758vw;
    line-height: 4.1727672035vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__company__txt .head .jp {
    font-size: 7.4666666667vw;
    line-height: 11.2vw;
  }
}
.p-home__company__txt .txt {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-home__company__txt .txt {
    margin-bottom: 3.6603221083vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__company__txt .txt {
    margin-bottom: 10.4vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0;
  }
}
.p-home__company__txt .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 100vmax;
  background-color: #fff;
  font-weight: 700;
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  .p-home__company__txt .btn {
    width: 17.4963396779vw;
    height: 5.5636896047vw;
    padding: 0 2.8257686676vw 0 2.9282576867vw;
    font-size: 0.9516837482vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__company__txt .btn {
    width: 52.5333333333vw;
    height: 20.2666666667vw;
    padding: 0 8vw;
    font-size: 3.4666666667vw;
  }
}
.p-home__company__txt .btn::after {
  content: "";
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-home__company__txt .btn::after {
    width: 2.2693997072vw;
    height: 2.2693997072vw;
    border: 0.878477306vw solid var(--primary);
  }
}
@media screen and (max-width: 768px) {
  .p-home__company__txt .btn::after {
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    border: 3.2vw solid var(--primary);
  }
}
.p-home__company__img {
  position: absolute;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .p-home__company__img {
    inset: 10.7613469985vw auto auto 24.1581259151vw;
    width: 104.831625183vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__company__img {
    inset: auto auto 17.8666666667vw -37.6vw;
    width: 194.1333333333vw;
  }
}
.p-home__company__img:not(.is-complete) .img {
  translate: 0 10%;
  opacity: 0;
  filter: blur(10px);
}
.p-home__company__img:not(.is-complete) .img::before {
  translate: 25% 50%;
  opacity: 0;
}
.p-home__company__img:not(.is-complete) .img::after {
  translate: -25% 50%;
  opacity: 0;
}
.p-home__company__img::before {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 2711.64/527.05;
  background: url(./assets/img/home/company_img2.png) no-repeat center/contain;
  rotate: -17deg;
}
@media screen and (min-width: 769px) {
  .p-home__company__img::before {
    inset: 20.9663250366vw auto auto -70.6808199122vw;
    width: 198.5095168375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__company__img::before {
    inset: auto auto -48vw -122.6666666667vw;
    width: 377.7946666667vw;
  }
}
.p-home__company__img .img {
  transition: 0.4s 0.2s all ease-in-out;
  /*
  &::before {
    content: "";
    position: absolute;
    display: block;
    aspect-ratio: 1 / 1;
    background: url(../img/common/chara1.png) no-repeat center / contain;
    z-index: 1;
    rotate: -17deg;
    transition: 0.8s 0.6s all $easeInOutBack;
    @include pc {
      inset: pc_vw(133.3) auto auto pc_vw(328.9);
      width: pc_vw(102);
    }
    @include sp {
      inset: sp_vw(68.2) auto auto sp_vw(167.2);
      width: sp_vw(51.84);
    }
  }
  &::after {
    content: "";
    position: absolute;
    display: block;
    aspect-ratio: 1 / 1;
    background: url(../img/common/chara1.png) no-repeat center / contain;
    z-index: 1;
    rotate: 38deg;
    transition: 0.8s 0.8s all $easeInOutBack;
    @include pc {
      inset: pc_vw(41.1) auto auto pc_vw(900.6);
      width: pc_vw(102);
    }
    @include sp {
      inset: sp_vw(21.5) auto auto sp_vw(457.7);
      width: sp_vw(51.84);
    }
  }
  */
}
.p-home__company__img .img img {
  position: relative;
  z-index: 10;
}

/*--------------------------------------
// employee
---------------------------------------*/
.p-home__employee {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .p-home__employee {
    padding: 5.0512445095vw 6.0761346999vw 18.5212298682vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__employee {
    padding: 0 5.3333333333vw 128.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-home__employee__txt {
    width: 36.0907759883vw;
    margin-left: auto;
  }
}
.p-home__employee__txt .head {
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  .p-home__employee__txt .head {
    margin-bottom: 3.6603221083vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__employee__txt .head {
    margin-bottom: 9.3333333333vw;
  }
}
.p-home__employee__txt .head .en {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-home__employee__txt .head .en {
    gap: 0.3953147877vw;
    margin-bottom: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__employee__txt .head .en {
    gap: 1.44vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-home__employee__txt .head .en__icn {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-home__employee__txt .head .en__icn {
    width: 0.9970717423vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__employee__txt .head .en__icn {
    width: 3.632vw;
  }
}
.p-home__employee__txt .head .en__txt {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-home__employee__txt .head .en__txt {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__employee__txt .head .en__txt {
    font-size: 4.2666666667vw;
  }
}
.p-home__employee__txt .head .jp {
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-home__employee__txt .head .jp {
    font-size: 2.5622254758vw;
    line-height: 4.1727672035vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__employee__txt .head .jp {
    font-size: 7.4666666667vw;
    line-height: 11.2vw;
  }
}
.p-home__employee__txt .txt {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-home__employee__txt .txt {
    margin-bottom: 3.6603221083vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__employee__txt .txt {
    margin-bottom: 10.4vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0;
  }
}
.p-home__employee__txt .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 100vmax;
  background-color: #fff;
  font-weight: 700;
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  .p-home__employee__txt .btn {
    width: 23.4992679356vw;
    height: 5.5636896047vw;
    padding: 0 2.8257686676vw 0 2.9282576867vw;
    font-size: 0.9516837482vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__employee__txt .btn {
    width: 85.6vw;
    height: 20.2666666667vw;
    padding: 0 8vw 0 10.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.p-home__employee__txt .btn::after {
  content: "";
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-home__employee__txt .btn::after {
    width: 2.2693997072vw;
    height: 2.2693997072vw;
    border: 0.878477306vw solid var(--primary);
  }
}
@media screen and (max-width: 768px) {
  .p-home__employee__txt .btn::after {
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    border: 3.2vw solid var(--primary);
  }
}
.p-home__employee__photos {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}
.p-home__employee__photos:not(.is-complete) .photo {
  translate: 0 5%;
  opacity: 0;
  filter: blur(10px);
}
.p-home__employee__photos .photo {
  position: absolute;
  z-index: 5;
  transition: 0.8s all ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-home__employee__photos .photo.photo1 {
    inset: 0 auto auto 6.0761346999vw;
    width: 24.3045387994vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__employee__photos .photo.photo1 {
    inset: auto auto 62.6666666667vw 5.3333333333vw;
    width: 49.8666666667vw;
  }
}
.p-home__employee__photos .photo.photo2 {
  transition-delay: 0.2s;
}
@media screen and (min-width: 769px) {
  .p-home__employee__photos .photo.photo2 {
    inset: 15.5197657394vw auto auto 31.9180087848vw;
    width: 17.6427525622vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__employee__photos .photo.photo2 {
    inset: auto auto 44.2666666667vw 58.4vw;
    width: 36.2666666667vw;
  }
}
.p-home__employee__photos .photo.photo3 {
  transition-delay: 0.4s;
}
@media screen and (min-width: 769px) {
  .p-home__employee__photos .photo.photo3 {
    inset: 27.5256222548vw auto auto 16.1054172767vw;
    width: 14.2752562225vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__employee__photos .photo.photo3 {
    inset: auto auto 26.6666666667vw 25.8666666667vw;
    width: 29.3333333333vw;
  }
}

/*--------------------------------------
// csr
---------------------------------------*/
.p-home__csr {
  background: url(./assets/img/home/csr_bg.jpg) no-repeat center/cover;
  transition: 0.8s all ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-home__csr {
    margin-bottom: 8.78477306vw;
    padding: 7.3206442167vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home__csr {
    margin-bottom: 26.6666666667vw;
    padding: 26.6666666667vw 0 37.3333333333vw;
  }
}
.p-home__csr:not(.is-complete) {
  translate: 0 5%;
  opacity: 0;
  filter: blur(10px);
}
.p-home__csr__txt__vertical {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-home__csr__txt__vertical {
    gap: 3.6603221083vw;
    margin-bottom: 3.6603221083vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__csr__txt__vertical {
    justify-content: space-between;
    gap: 8vw;
    height: 80vw;
    padding-inline: 11.2vw;
  }
}
.p-home__csr__txt .head {
  display: flex;
  flex-direction: row-reverse;
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  .p-home__csr__txt .head {
    gap: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__csr__txt .head {
    gap: 5.3333333333vw;
    margin-left: -16vw;
  }
}
.p-home__csr__txt .head .en {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-home__csr__txt .head .en {
    gap: 0.3953147877vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__csr__txt .head .en {
    gap: 1.44vw;
  }
}
.p-home__csr__txt .head .en__icn {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-home__csr__txt .head .en__icn {
    width: 0.9970717423vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__csr__txt .head .en__icn {
    width: 3.632vw;
  }
}
.p-home__csr__txt .head .en__txt {
  font-weight: 700;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 769px) {
  .p-home__csr__txt .head .en__txt {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__csr__txt .head .en__txt {
    font-size: 4.2666666667vw;
  }
}
.p-home__csr__txt .head .jp {
  display: block;
  font-weight: 700;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 769px) {
  .p-home__csr__txt .head .jp {
    font-size: 2.5622254758vw;
    line-height: 4.1727672035vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__csr__txt .head .jp {
    font-size: 7.4666666667vw;
    line-height: 11.2vw;
  }
}
.p-home__csr__txt .txt {
  line-height: 2;
  color: var(--primary);
  writing-mode: vertical-rl;
}
@media screen and (min-width: 769px) {
  .p-home__csr__txt .txt {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__csr__txt .txt {
    font-size: 3.7333333333vw;
  }
}
.p-home__csr__txt .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
  border-radius: 100vmax;
  background-color: #fff;
  font-weight: 700;
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  .p-home__csr__txt .btn {
    width: 23.4992679356vw;
    height: 5.5636896047vw;
    padding: 0 2.8257686676vw 0 2.9282576867vw;
    font-size: 0.9516837482vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__csr__txt .btn {
    width: 68.5333333333vw;
    height: 20.2666666667vw;
    padding: 0 8vw 0 10.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.p-home__csr__txt .btn::after {
  content: "";
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-home__csr__txt .btn::after {
    width: 2.2693997072vw;
    height: 2.2693997072vw;
    border: 0.878477306vw solid var(--primary);
  }
}
@media screen and (max-width: 768px) {
  .p-home__csr__txt .btn::after {
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    border: 3.2vw solid var(--primary);
  }
}

/*--------------------------------------
// movie
---------------------------------------*/
.p-home__movie {
  position: fixed;
  aspect-ratio: 1320/800;
  z-index: 4;
  pointer-events: none;
  transition: 3s 0s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media screen and (min-width: 769px) {
  .p-home__movie {
    inset: 8.9311859444vw auto auto 20.8638360176vw;
    width: 96.6325036603vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__movie {
    inset: 101.3333333333vw auto auto -4.2666666667vw;
    width: 165.3333333333vw;
  }
}
.p-home__movie.is-scroll {
  transition: none;
}
.p-home__movie video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */
