@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Noto+Sans+JP:ital,wght@0,100..900;1,100..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 {
  --text: #000;
  --bg: #f2f2f2;
  --primary: #00428e;
}

html,
input,
textarea {
  font-family: "DM Sans", "Noto Sans jp", "Hiragino Kaku sans ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}

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

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

#wrapper {
  min-height: 100dvh;
}
#wrapper.is-resize * {
  transition: none !important;
}

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

svg {
  fill: currentColor;
}

@media (any-hover: hover) {
  a,
  button {
    transition: 0.4s all;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 780px) {
  .pc {
    display: none !important;
  }
}

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

input,
textarea {
  outline: 0;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--text);
}
input::placeholder,
textarea::placeholder {
  color: var(--text);
}

button {
  cursor: pointer;
}

sub {
  vertical-align: baseline;
  font-size: 0.555em;
}

.l-header {
  position: fixed;
  inset: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 1000;
}
@media screen and (min-width: 780.001px) {
  .l-header {
    padding: 3rem;
  }
}
@media screen and (max-width: 780px) {
  .l-header {
    padding: 2rem;
  }
}

.l-header__logo {
  position: relative;
  width: 17.342rem;
  color: var(--primary);
  z-index: 20;
}
.l-header__logo a {
  display: block;
}
.is-dark .l-header__logo {
  color: #fff;
}
.l-header.is-open .l-header__logo {
  color: var(--primary);
}

.l-header__nav__btn {
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 780.001px) {
  .l-header__nav__btn {
    width: 5.5rem;
  }
}
@media screen and (max-width: 780px) {
  .l-header__nav__btn {
    width: 3.4rem;
  }
}
.l-header__nav__btn .bars {
  position: relative;
  display: block;
}
@media screen and (min-width: 780.001px) {
  .l-header__nav__btn .bars {
    height: 2rem;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 780px) {
  .l-header__nav__btn .bars {
    height: 1.2rem;
    margin-bottom: 0.4rem;
  }
}
.l-header__nav__btn .bar {
  position: absolute;
  display: block;
}
.l-header__nav__btn .bar.top {
  inset: 0 0 auto;
  height: 2px;
  background-color: var(--text);
  transition: 0.2s rotate ease-in-out;
}
.is-dark .l-header__nav__btn .bar.top {
  background-color: #fff;
}
.l-header.is-open .l-header__nav__btn .bar.top {
  inset: -1rem;
  margin: auto;
  background-color: var(--text);
}
@media screen and (min-width: 780.001px) {
  .l-header.is-open .l-header__nav__btn .bar.top {
    width: 5.85rem;
    rotate: 18.4deg;
  }
}
@media screen and (max-width: 780px) {
  .l-header.is-open .l-header__nav__btn .bar.top {
    width: 3.606rem;
    rotate: 19.4deg;
  }
}
.l-header__nav__btn .bar.middle {
  position: absolute;
  inset: -1rem;
  height: 0;
  border-top: 1px dotted var(--text);
  margin: auto;
}
@media screen and (min-width: 780.001px) {
  .l-header__nav__btn .bar.middle {
    width: 5.85rem;
    rotate: -18.4deg;
  }
}
@media screen and (max-width: 780px) {
  .l-header__nav__btn .bar.middle {
    width: 3.606rem;
    rotate: -19.4deg;
  }
}
.is-dark .l-header__nav__btn .bar.middle {
  border-top-color: #fff;
}
.l-header.is-open .l-header__nav__btn .bar.middle {
  border-top-color: var(--text);
}
.l-header__nav__btn .bar.bottom {
  inset: auto 0 0;
  height: 2px;
  background-color: var(--text);
  transition: 0.2s opacity ease-in-out;
}
.is-dark .l-header__nav__btn .bar.bottom {
  background-color: #fff;
}
.l-header.is-open .l-header__nav__btn .bar.bottom {
  background-color: var(--text);
  opacity: 0;
}
.l-header__nav__btn .txt {
  display: flex;
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  overflow: hidden;
}
@media screen and (min-width: 780.001px) {
  .l-header__nav__btn .txt {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 780px) {
  .l-header__nav__btn .txt {
    font-size: 1rem;
  }
}
.is-dark .l-header__nav__btn .txt {
  color: #fff;
}
.l-header.is-open .l-header__nav__btn .txt {
  color: var(--text);
}
.l-header.is-open .l-header__nav__btn .txt::before {
  margin-left: -100%;
}
.l-header__nav__btn .txt::before {
  content: "Menu";
  display: block;
  min-width: 100%;
  transition: 0.2s margin-left ease-in-out;
}
.l-header__nav__btn .txt::after {
  content: "Close";
  display: block;
  min-width: 100%;
}
.l-header__nav__menu {
  position: fixed;
  inset: 0;
  background-color: #fff;
  transition: 0.4s all ease-in-out;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .l-header__nav__menu {
    height: 100dvh;
    padding: 11.28rem 3rem 23.5rem;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.l-header:not(.is-open) .l-header__nav__menu {
  opacity: 0;
  pointer-events: none;
}
.l-header__nav__menu__head {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 780.001px) {
  .l-header__nav__menu__head {
    position: absolute;
    inset: 16.8rem auto auto 13.3rem;
    gap: 2.25rem;
    width: 25.173rem;
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 780px) {
  .l-header__nav__menu__head {
    gap: 2.5rem;
    width: 16.782rem;
    margin-bottom: 5rem;
  }
}
.l-header__nav__menu__head .main {
  display: block;
}
.l-header__nav__menu__head .sub {
  display: block;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.875;
}
@media screen and (min-width: 780.001px) {
  .l-header__nav__menu__head .sub {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 780px) {
  .l-header__nav__menu__head .sub {
    font-size: 0.6rem;
  }
}
@media screen and (min-width: 780.001px) {
  .l-header__nav__menu__inner {
    max-height: 100dvh;
    padding: 16rem 13.9rem 10rem 59.3rem;
    overflow: auto;
  }
}
.l-header__nav__menu__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 780.001px) {
  .l-header__nav__menu__list {
    gap: 2.8rem 10.2rem;
    margin-bottom: 7.8rem;
  }
}
@media screen and (max-width: 780px) {
  .l-header__nav__menu__list {
    gap: 2.8rem 6.6rem;
    margin-bottom: 3rem;
  }
}
.l-header__nav__menu__list__item {
  border-bottom: 1px solid #e8e8e8;
}
.l-header__nav__menu__list__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  line-height: 1;
}
@media screen and (min-width: 780.001px) {
  .l-header__nav__menu__list__item a {
    padding-bottom: 1.8rem;
  }
}
@media screen and (max-width: 780px) {
  .l-header__nav__menu__list__item a {
    padding-bottom: 1.42rem;
  }
}
@media (any-hover: hover) {
  .l-header__nav__menu__list__item a:hover {
    opacity: 1;
    color: var(--primary);
  }
}
.l-header__nav__menu__list__item a .en {
  display: block;
  font-weight: 900;
  letter-spacing: 0;
}
@media screen and (min-width: 780.001px) {
  .l-header__nav__menu__list__item a .en {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 780px) {
  .l-header__nav__menu__list__item a .en {
    font-size: 1.8rem;
  }
}
.l-header__nav__menu__list__item a .jp {
  display: block;
  font-size: 1rem;
}
.l-header__nav__menu__list__item a .icn {
  position: absolute;
  inset: 0 0 auto auto;
  display: block;
  aspect-ratio: 1;
}
.l-header__nav__menu__list__item a .icn svg {
  -webkit-backface-visibility: hidden;
  shape-rendering: geometricPrecision;
}

@media screen and (min-width: 780.001px) {
  .l-header__nav__menu__list__item a .icn {
    width: 1.849rem;
  }
}
@media screen and (max-width: 780px) {
  .l-header__nav__menu__list__item a .icn {
    width: 1.244rem;
  }
}
.l-header__nav__menu__privacy {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 780px) {
  .l-header__nav__menu__privacy {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
.l-header__nav__menu__privacy .txt {
  display: block;
  font-size: 1.2rem;
}
.l-header__nav__menu__privacy .icn {
  display: block;
  width: 1.068rem;
  aspect-ratio: 1;
  align-self: baseline;
}
@media (any-hover: hover) {
  .l-header__nav__menu__privacy:hover {
    opacity: 1;
    color: var(--primary);
  }
}
.l-header__nav__menu__town {
  position: absolute;
  aspect-ratio: 673.8/626.2;
}
@media screen and (min-width: 780.001px) {
  .l-header__nav__menu__town {
    inset: 38.4rem auto auto -10.96rem;
    width: 62.49rem;
  }
}
@media screen and (max-width: 780px) {
  .l-header__nav__menu__town {
    inset: 59rem auto auto -3.824rem;
    width: 41.998rem;
    height: 23.921rem;
    overflow: hidden;
  }
}
.l-header__nav__menu__town img,
.l-header__nav__menu__town svg {
  position: absolute;
  inset: 0;
}
.l-header__nav__menu__town .road-line {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  opacity: 0;
  transition:
    stroke-dashoffset 2s ease-in-out,
    opacity 0.4s ease;
}
.l-header__nav__menu__town .road-fill {
  opacity: 0;
  transition: opacity 1s 1s ease-in-out;
}
.l-header__nav__menu__town .tonnel-line {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  opacity: 0;
  transition:
    stroke-dashoffset 2s 0.5s ease-in-out,
    opacity 0.4s ease;
}
.l-header__nav__menu__town .tonnel-fill {
  opacity: 0;
  transition: opacity 1s 1s ease-in-out;
}
.l-header__nav__menu__town .cars {
  opacity: 0;
  transition: opacity 1s 1s ease-in-out;
}
.l-header__nav__menu__town .building1-line,
.l-header__nav__menu__town .building2-line,
.l-header__nav__menu__town .building3-line,
.l-header__nav__menu__town .building4-line,
.l-header__nav__menu__town .building5-line,
.l-header__nav__menu__town .catsle-line {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  transition: stroke-dashoffset 2s 0.5s ease-in-out;
}
.l-header__nav__menu__town .building1-fill,
.l-header__nav__menu__town .building2-fill,
.l-header__nav__menu__town .building3-fill,
.l-header__nav__menu__town .building4-fill,
.l-header__nav__menu__town .building5-fill,
.l-header__nav__menu__town .catsle-fill,
.l-header__nav__menu__town .other {
  opacity: 0;
  transition: opacity 1s 1s ease-in-out;
}
.l-header.is-open .l-header__nav__menu__town .base-line,
.l-header.is-open .l-header__nav__menu__town .road-line,
.l-header.is-open .l-header__nav__menu__town .tonnel-line,
.l-header.is-open .l-header__nav__menu__town .building1-line,
.l-header.is-open .l-header__nav__menu__town .building2-line,
.l-header.is-open .l-header__nav__menu__town .building3-line,
.l-header.is-open .l-header__nav__menu__town .building4-line,
.l-header.is-open .l-header__nav__menu__town .building5-line,
.l-header.is-open .l-header__nav__menu__town .catsle-line {
  opacity: 1;
  stroke-dashoffset: 0;
}
.l-header.is-open .l-header__nav__menu__town .base-fill,
.l-header.is-open .l-header__nav__menu__town .road-fill,
.l-header.is-open .l-header__nav__menu__town .tonnel-fill,
.l-header.is-open .l-header__nav__menu__town .cars,
.l-header.is-open .l-header__nav__menu__town .building1-fill,
.l-header.is-open .l-header__nav__menu__town .building2-fill,
.l-header.is-open .l-header__nav__menu__town .building3-fill,
.l-header.is-open .l-header__nav__menu__town .building4-fill,
.l-header.is-open .l-header__nav__menu__town .building5-fill,
.l-header.is-open .l-header__nav__menu__town .catsle-fill,
.l-header.is-open .l-header__nav__menu__town .other {
  opacity: 1;
}

.l-main .dummy-section:nth-of-type(1) {
  height: 80dvh;
}
.l-main .dummy-section:nth-of-type(2) {
  height: 160dvh;
}
.l-main .dummy-section:nth-of-type(3) {
  height: 120dvh;
}
.l-main .dummy-section:nth-of-type(4) {
  height: 60dvh;
}
.l-main .dummy-section:nth-of-type(5) {
  height: 140dvh;
}
.l-main .dummy-section:nth-of-type(6) {
  height: 100dvh;
}
.l-main .dummy-section.js-background-dark {
  background-color: var(--primary);
}

.l-footer {
  position: relative;
  z-index: 30;
  overflow: hidden;
}
@media screen and (min-width: 780.001px) {
  .l-footer {
    padding: 15rem 8.5rem 7.1rem 49rem;
  }
}
@media screen and (max-width: 780px) {
  .l-footer {
    padding: 12.4rem 3rem 23.4rem;
  }
}

.l-footer__top {
  display: flex;
}
@media screen and (min-width: 780.001px) {
  .l-footer__top {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 780px) {
  .l-footer__top {
    flex-direction: column;
    gap: 8.3rem;
  }
}

.l-footer__head {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 780.001px) {
  .l-footer__head {
    gap: 5.35rem;
    width: 25.173rem;
  }
}
@media screen and (max-width: 780px) {
  .l-footer__head {
    gap: 4rem;
    width: 20.6rem;
  }
}
.l-footer__head .main {
  display: block;
}
.l-footer__head .sub {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.875;
}

.l-footer__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 780.001px) {
  .l-footer__list {
    gap: 3rem 8.1rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 780px) {
  .l-footer__list {
    margin-bottom: 5.6rem;
    gap: 3rem 0;
  }
}
@media screen and (min-width: 780.001px) {
  .l-footer__list__item {
    width: 18.4rem;
  }
}
.l-footer__list__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  line-height: 1;
}
@media (any-hover: hover) {
  .l-footer__list__item a:hover {
    opacity: 1;
    color: var(--primary);
  }
}
.l-footer__list__item a .en {
  display: block;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0;
}
.l-footer__list__item a .jp {
  display: block;
  font-size: 1rem;
}

.l-footer__privacy {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.l-footer__privacy .txt {
  display: block;
  font-size: 1.2rem;
}
.l-footer__privacy .icn {
  display: block;
  width: 1.068rem;
  align-self: baseline;
  aspect-ratio: 1;
}
@media (any-hover: hover) {
  .l-footer__privacy:hover {
    opacity: 1;
    color: var(--primary);
  }
}

.l-footer__bottom {
  display: flex;
}
@media screen and (min-width: 780.001px) {
  .l-footer__bottom {
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 23.2rem;
  }
}
@media screen and (max-width: 780px) {
  .l-footer__bottom {
    flex-direction: column;
    gap: 1.38rem;
    margin-top: 3.8rem;
  }
}

.l-footer__logo {
  color: var(--primary);
}
@media screen and (min-width: 780.001px) {
  .l-footer__logo {
    width: 22.528rem;
  }
}
@media screen and (max-width: 780px) {
  .l-footer__logo {
    width: 17.1rem;
  }
}

.l-footer__copyright {
  font-size: 1rem;
  letter-spacing: 0;
}

.l-footer__town {
  position: absolute;
  aspect-ratio: 673.8/626.2;
}
@media screen and (min-width: 780.001px) {
  .l-footer__town {
    inset: 14rem auto auto -21.767rem;
    width: 68.358rem;
    rotate: 14deg;
  }
}
@media screen and (max-width: 780px) {
  .l-footer__town {
    width: 43.8rem;
    inset: auto auto -17rem -4rem;
  }
}
.l-footer__town img,
.l-footer__town svg {
  position: absolute;
  inset: 0;
}
.l-footer__town .road-line {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  opacity: 0;
  transition:
    stroke-dashoffset 2s ease-in-out,
    opacity 0.4s ease;
}
.l-footer__town .road-fill {
  opacity: 0;
  transition: opacity 1s 1s ease-in-out;
}
.l-footer__town .tonnel-line {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  opacity: 0;
  transition:
    stroke-dashoffset 2s 0.5s ease-in-out,
    opacity 0.4s ease;
}
.l-footer__town .tonnel-fill {
  opacity: 0;
  transition: opacity 1s 1s ease-in-out;
}
.l-footer__town .cars {
  opacity: 0;
  transition: opacity 1s 1s ease-in-out;
}
.l-footer__town .building1-line,
.l-footer__town .building2-line,
.l-footer__town .building3-line,
.l-footer__town .building4-line,
.l-footer__town .building5-line,
.l-footer__town .catsle-line,
.l-footer__town .drone-line {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  transition: stroke-dashoffset 2s 0.5s ease-in-out;
}
.l-footer__town .building1-fill,
.l-footer__town .building2-fill,
.l-footer__town .building3-fill,
.l-footer__town .building4-fill,
.l-footer__town .building5-fill,
.l-footer__town .catsle-fill,
.l-footer__town .other,
.l-footer__town .drone-fill {
  opacity: 0;
  transition: opacity 1s 1s ease-in-out;
}
.l-footer.is-complete .l-footer__town .base-line,
.l-footer.is-complete .l-footer__town .road-line,
.l-footer.is-complete .l-footer__town .tonnel-line,
.l-footer.is-complete .l-footer__town .building1-line,
.l-footer.is-complete .l-footer__town .building2-line,
.l-footer.is-complete .l-footer__town .building3-line,
.l-footer.is-complete .l-footer__town .building4-line,
.l-footer.is-complete .l-footer__town .building5-line,
.l-footer.is-complete .l-footer__town .catsle-line,
.l-footer.is-complete .l-footer__town .drone-line {
  opacity: 1;
  stroke-dashoffset: 0;
}
.l-footer.is-complete .l-footer__town .base-fill,
.l-footer.is-complete .l-footer__town .road-fill,
.l-footer.is-complete .l-footer__town .tonnel-fill,
.l-footer.is-complete .l-footer__town .cars,
.l-footer.is-complete .l-footer__town .building1-fill,
.l-footer.is-complete .l-footer__town .building2-fill,
.l-footer.is-complete .l-footer__town .building3-fill,
.l-footer.is-complete .l-footer__town .building4-fill,
.l-footer.is-complete .l-footer__town .building5-fill,
.l-footer.is-complete .l-footer__town .catsle-fill,
.l-footer.is-complete .l-footer__town .other,
.l-footer.is-complete .l-footer__town .drone-fill {
  opacity: 1;
}

.js-anim.fadeIn {
  transition: 0.4s all ease-in-out;
}
.js-anim.fadeIn:not(.is-complete) {
  translate: 0 5%;
  opacity: 0;
  filter: blur(10px);
}
.js-anim.fadeIn:nth-child(1) {
  transition-delay: 0s;
}
.js-anim.fadeIn:nth-child(2) {
  transition-delay: 0.05s;
}
.js-anim.fadeIn:nth-child(3) {
  transition-delay: 0.1s;
}
.js-anim.fadeIn:nth-child(4) {
  transition-delay: 0.15s;
}
.js-anim.fadeIn:nth-child(5) {
  transition-delay: 0.2s;
}
.js-anim.fadeIn:nth-child(6) {
  transition-delay: 0.25s;
}
.js-anim.fadeIn:nth-child(7) {
  transition-delay: 0.3s;
}
.js-anim.fadeIn:nth-child(8) {
  transition-delay: 0.35s;
}
.js-anim.fadeIn:nth-child(9) {
  transition-delay: 0.4s;
}
.js-anim.fadeIn:nth-child(10) {
  transition-delay: 0.45s;
}
.js-anim.fadeIn:nth-child(11) {
  transition-delay: 0.5s;
}
.js-anim.fadeIn:nth-child(12) {
  transition-delay: 0.55s;
}
.js-anim.fadeIn:nth-child(13) {
  transition-delay: 0.6s;
}
.js-anim.fadeIn:nth-child(14) {
  transition-delay: 0.65s;
}
.js-anim.fadeIn:nth-child(15) {
  transition-delay: 0.7s;
}
.js-anim.fadeIn:nth-child(16) {
  transition-delay: 0.75s;
}
.js-anim.fadeIn:nth-child(17) {
  transition-delay: 0.8s;
}
.js-anim.fadeIn:nth-child(18) {
  transition-delay: 0.85s;
}
.js-anim.fadeIn:nth-child(19) {
  transition-delay: 0.9s;
}
.js-anim.fadeIn:nth-child(20) {
  transition-delay: 0.95s;
}
.js-anim.fadeIn:nth-child(21) {
  transition-delay: 1s;
}
.js-anim.fadeIn:nth-child(22) {
  transition-delay: 1.05s;
}
.js-anim.fadeIn:nth-child(23) {
  transition-delay: 1.1s;
}
.js-anim.fadeIn:nth-child(24) {
  transition-delay: 1.15s;
}
.js-anim.fadeIn:nth-child(25) {
  transition-delay: 1.2s;
}
.js-anim.fadeIn:nth-child(26) {
  transition-delay: 1.25s;
}
.js-anim.fadeIn:nth-child(27) {
  transition-delay: 1.3s;
}
.js-anim.fadeIn:nth-child(28) {
  transition-delay: 1.35s;
}
.js-anim.fadeIn:nth-child(29) {
  transition-delay: 1.4s;
}
.js-anim.fadeIn:nth-child(30) {
  transition-delay: 1.45s;
}
.js-anim.fadeIn:nth-child(31) {
  transition-delay: 1.5s;
}
.js-anim.fadeIn:nth-child(32) {
  transition-delay: 1.55s;
}
.js-anim.fadeIn:nth-child(33) {
  transition-delay: 1.6s;
}
.js-anim.fadeIn:nth-child(34) {
  transition-delay: 1.65s;
}
.js-anim.fadeIn:nth-child(35) {
  transition-delay: 1.7s;
}
.js-anim.fadeIn:nth-child(36) {
  transition-delay: 1.75s;
}

.p-home {
  width: 100%;
  overflow-x: clip;
}
@media screen and (min-width: 780.001px) {
  .p-home .l-footer {
    padding: 12rem 8.5rem 7.1rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home .l-footer {
    padding: 28rem 3rem 2.5rem;
  }
}
@media screen and (min-width: 780.001px) {
  .p-home .l-footer__bottom {
    flex-direction: row;
    margin-top: 7.7rem;
  }
}
.p-home .l-footer__town {
  display: none;
}

.p-home__town {
  position: relative;
  z-index: 20;
}
.p-home__town__inner {
  position: sticky;
  top: 0;
  height: 100dvh;
  z-index: 10;
  pointer-events: none;
}
.p-home__town__inner .town {
  position: absolute;
  top: 50dvh;
  left: 50dvw;
  aspect-ratio: 673.8/626.2;
  opacity: 0;
  transition:
    scale 1s 3.5s ease-in-out,
    opacity 0.4s ease-in-out,
    translate 0.6s ease-in-out,
    top 0.7s ease-in-out,
    left 0.7s ease-in-out;
}
@media screen and (min-width: 780.001px) {
  .p-home__town__inner .town {
    width: 67.38rem;
    scale: 0.32;
    translate: -48% -55%;
  }
}
@media screen and (max-width: 780px) {
  .p-home__town__inner .town {
    width: 36.8rem;
    scale: 0.3946;
    translate: -48% -60%;
  }
}
.p-home__town__inner .town .base-line {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  opacity: 0;
  transition:
    stroke-dashoffset 3s 2s ease-in-out,
    opacity 0.4s ease;
}
.p-home__town__inner .town .base-fill {
  opacity: 0;
  transition: opacity 1s 3s ease-in-out;
}
.p-home__town__inner .town .road-line {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  opacity: 0;
  transition:
    stroke-dashoffset 3s 4.5s ease-in-out,
    opacity 0.4s ease;
}
.p-home__town__inner .town .road-fill {
  opacity: 0;
  transition: opacity 1s 5.5s ease-in-out;
}
.p-home__town__inner .town .tonnel-line {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  opacity: 0;
  transition:
    stroke-dashoffset 3s 5.5s ease-in-out,
    opacity 0.4s ease;
}
.p-home__town__inner .town .tonnel-fill {
  opacity: 0;
  transition: opacity 1s 6s ease-in-out;
}
.p-home__town__inner .town .cars {
  opacity: 0;
  transition: opacity 1s 6s ease-in-out;
}
.p-home__town__inner .town .building1-line,
.p-home__town__inner .town .building2-line,
.p-home__town__inner .town .building3-line,
.p-home__town__inner .town .building4-line,
.p-home__town__inner .town .building5-line,
.p-home__town__inner .town .catsle-line {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  transition: stroke-dashoffset 3s ease-in-out;
}
.p-home__town__inner .town .building1-fill,
.p-home__town__inner .town .building2-fill,
.p-home__town__inner .town .building3-fill,
.p-home__town__inner .town .building4-fill,
.p-home__town__inner .town .building5-fill,
.p-home__town__inner .town .catsle-fill {
  opacity: 0;
  transition: opacity 1s 1s ease-in-out;
}
.p-home__town__inner .town .tree1-line,
.p-home__town__inner .town .tree2-line,
.p-home__town__inner .town .tree3-line {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  transition: stroke-dashoffset 3s ease-in-out;
}
.p-home__town__inner .town .tree1-fill,
.p-home__town__inner .town .tree2-fill,
.p-home__town__inner .town .tree3-fill,
.p-home__town__inner .town .other {
  opacity: 0;
  transition: opacity 1s 1s ease-in-out;
}
.p-home__town__inner .town .ufo-line,
.p-home__town__inner .town .drone-line,
.p-home__town__inner .town .robo-line {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  transition: stroke-dashoffset 3s ease-in-out;
}
.p-home__town__inner .town .ufo-fill,
.p-home__town__inner .town .drone-fill,
.p-home__town__inner .town .robo-fill {
  opacity: 0;
  transition: opacity 1s 1s ease-in-out;
}
.p-home__town__inner .town img,
.p-home__town__inner .town svg {
  position: absolute;
  inset: 0;
}
.p-home.is-loaded .p-home__town__inner .town {
  scale: 1;
  opacity: 1;
}
.p-home.is-loaded .p-home__town__inner .town .base-line,
.p-home.is-loaded .p-home__town__inner .town .road-line,
.p-home.is-loaded .p-home__town__inner .town .tonnel-line {
  opacity: 1;
  stroke-dashoffset: 0;
}
.p-home.is-loaded .p-home__town__inner .town .base-fill,
.p-home.is-loaded .p-home__town__inner .town .road-fill,
.p-home.is-loaded .p-home__town__inner .town .tonnel-fill,
.p-home.is-loaded .p-home__town__inner .town .cars {
  opacity: 1;
}
@media screen and (min-width: 780.001px) {
  .p-home__town__inner .town.is-scene1 {
    left: 0;
    translate: 1rem -55%;
  }
}
@media screen and (max-width: 780px) {
  .p-home__town__inner .town.is-scene1 {
    top: 24rem;
    left: 18rem;
  }
}
.p-home__town__inner .town.is-scene2 .building1-line,
.p-home__town__inner .town.is-scene2 .building2-line,
.p-home__town__inner .town.is-scene2 .building3-line,
.p-home__town__inner .town.is-scene2 .building4-line,
.p-home__town__inner .town.is-scene2 .building5-line,
.p-home__town__inner .town.is-scene2 .catsle-line {
  stroke-dashoffset: 0;
}
.p-home__town__inner .town.is-scene2 .building1-fill,
.p-home__town__inner .town.is-scene2 .building2-fill,
.p-home__town__inner .town.is-scene2 .building3-fill,
.p-home__town__inner .town.is-scene2 .building4-fill,
.p-home__town__inner .town.is-scene2 .building5-fill,
.p-home__town__inner .town.is-scene2 .catsle-fill {
  opacity: 1;
}
.p-home__town__inner .town.is-scene3 .tree1-line,
.p-home__town__inner .town.is-scene3 .tree2-line,
.p-home__town__inner .town.is-scene3 .tree3-line,
.p-home__town__inner .town.is-scene3 .ufo-line,
.p-home__town__inner .town.is-scene3 .drone-line,
.p-home__town__inner .town.is-scene3 .robo-line {
  stroke-dashoffset: 0;
}
.p-home__town__inner .town.is-scene3 .tree1-fill,
.p-home__town__inner .town.is-scene3 .tree2-fill,
.p-home__town__inner .town.is-scene3 .tree3-fill,
.p-home__town__inner .town.is-scene3 .catsle-fill,
.p-home__town__inner .town.is-scene3 .other,
.p-home__town__inner .town.is-scene3 .ufo-fill,
.p-home__town__inner .town.is-scene3 .drone-fill,
.p-home__town__inner .town.is-scene3 .robo-fill {
  opacity: 1;
}

.p-home__kv {
  position: relative;
  margin-top: -100dvh;
  margin-bottom: 10dvh;
  z-index: 20;
}
.p-home__kv__inner {
  position: relative;
  height: 100dvh;
}
.p-home__kv__head {
  position: absolute;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: 1s 3.5s all ease-in-out;
}
@media screen and (min-width: 780.001px) {
  .p-home__kv__head {
    inset: calc(100dvh - 28rem) auto auto 8.5rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__kv__head {
    inset: calc(100dvh - 20rem) auto auto 2.5rem;
  }
}
#wrapper:not(.is-loaded) .p-home__kv__head {
  inset: 0 auto auto 0;
  margin: 50dvh 0 0 50dvw;
  translate: -50% -50%;
}
@media screen and (min-width: 780.001px) {
  .p-home__kv__head {
    gap: 2.25rem;
    width: 25.173rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__kv__head {
    gap: 2.1rem;
    width: 19rem;
  }
}
.p-home__kv__head .main {
  display: block;
}
.p-home__kv__head .sub {
  display: block;
  width: 100%;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.875;
  transition: 1s 2s all ease-in-out;
}
#wrapper:not(.is-loaded) .p-home__kv__head .sub {
  translate: -100% 0;
  opacity: 0;
}
.p-home__kv__txt {
  position: absolute;
  inset: 0 0 auto;
  height: 100dvh;
}
.p-home__kv__txt__item {
  transition: 2s 2.1s all ease-in-out;
}
.p-home__kv__txt__item:nth-of-type(2) {
  transition-delay: 2.4s;
}
.p-home__kv__txt__item:nth-of-type(3) {
  transition-delay: 2.7s;
}
.p-home__kv__txt__item:nth-of-type(4) {
  transition-delay: 3s;
}
.p-home__kv__txt__item:nth-of-type(5) {
  transition-delay: 3.3s;
}
#wrapper:not(.is-loaded) .p-home__kv__txt__item {
  opacity: 0;
}
.p-home__kv__txt__item .txt {
  position: absolute;
  display: block;
  font-weight: 600;
}
@media screen and (min-width: 780.001px) {
  .p-home__kv__txt__item .txt {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__kv__txt__item .txt {
    font-size: 1.2rem;
    line-height: 2.1rem;
  }
}
.p-home__kv__txt__item .txt::before {
  content: "“";
  position: absolute;
  line-height: 0.2;
  color: #fff;
}
@media screen and (min-width: 780.001px) {
  .p-home__kv__txt__item .txt::before {
    inset: 0 auto auto -3rem;
    font-size: 4.7rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__kv__txt__item .txt::before {
    inset: 0 auto auto -2rem;
    font-size: 4.1rem;
  }
}
.p-home__kv__txt__item .txt::after {
  content: "”";
  position: absolute;
  line-height: 0.2;
  color: #fff;
}
@media screen and (min-width: 780.001px) {
  .p-home__kv__txt__item .txt::after {
    inset: auto -3rem -2rem auto;
    font-size: 4.7rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__kv__txt__item .txt::after {
    inset: auto -2rem -1rem auto;
    font-size: 4.1rem;
  }
}
@media screen and (min-width: 780.001px) {
  .p-home__kv__txt__item .txt.txt1 {
    top: 20.5729166667dvh;
    left: 25.3rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__kv__txt__item .txt.txt1 {
    top: 11.6642958748dvh;
    left: 6.9rem;
  }
}
@media screen and (min-width: 780.001px) {
  .p-home__kv__txt__item .txt.txt2 {
    top: 30.7291666667dvh;
    left: 111.1rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__kv__txt__item .txt.txt2 {
    top: 19.6301564723dvh;
    left: 23.7rem;
  }
}
@media screen and (min-width: 780.001px) {
  .p-home__kv__txt__item .txt.txt3 {
    top: 51.3020833333dvh;
    left: 103.8rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__kv__txt__item .txt.txt3 {
    top: 87.0554765292dvh;
    left: 28.2rem;
  }
}
@media screen and (min-width: 780.001px) {
  .p-home__kv__txt__item .txt.txt4 {
    top: 75.5208333333dvh;
    left: 110.1rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__kv__txt__item .txt.txt4 {
    top: 22.4751066856dvh;
    left: 10.9rem;
  }
}
@media screen and (min-width: 780.001px) {
  .p-home__kv__txt__item .txt.txt5 {
    top: 46.7447916667dvh;
    left: 14.2rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__kv__txt__item .txt.txt5 {
    top: 74.253200569dvh;
    left: 18.5rem;
  }
}

.p-home__vision {
  position: relative;
  padding: 0 0 36rem;
  z-index: 1;
}
.p-home__vision__head {
  position: sticky;
  top: 0;
  width: 100dvw;
  font-weight: 900;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  overflow-x: hidden;
  transition: translate 1s ease-in-out;
}
@media screen and (min-width: 780.001px) {
  .p-home__vision__head {
    padding-top: 16rem;
    font-size: 21.9rem;
    z-index: 1;
  }
}
@media screen and (max-width: 780px) {
  .p-home__vision__head {
    padding-top: 6rem;
    padding-bottom: 28rem;
    font-size: 10.8rem;
    background: linear-gradient(var(--bg) 80%, transparent 100%);
    z-index: 12;
  }
}
.p-home__vision__head .head {
  position: relative;
  display: block;
  z-index: 1;
}
.p-home__vision__txt {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2em;
  z-index: 10;
}
@media screen and (min-width: 780.001px) {
  .p-home__vision__txt {
    padding: 0 9.8rem 0 72.5rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__vision__txt {
    padding: 0 2.5rem 8rem;
  }
}
.p-home__vision__txt .txt {
  font-size: 1.4rem;
  line-height: 3.2rem;
}
@media screen and (min-width: 780.001px) {
  .p-home__vision__txt .txt {
    transition: 2s all ease-in-out;
  }
}
@media screen and (max-width: 780px) {
  .p-home__vision__txt .txt {
    transition: 0.8s all ease-in-out;
  }
}
.p-home__vision__txt .txt.large {
  font-size: 2.1rem;
  line-height: 4.6rem;
  font-weight: 800;
}
.p-home__vision__txt .txt:not(.is-complete) {
  opacity: 0;
}

.p-home__about {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media screen and (min-width: 780.001px) {
  .p-home__about {
    margin: calc(-50dvh - 30rem) 0 -50dvh;
    padding: calc(50dvh + 30rem) 8.5rem 50dvh;
  }
}
@media screen and (max-width: 780px) {
  .p-home__about {
    margin: calc(-50dvh - 30rem) 0 -50dvh;
    padding: calc(100dvh + 30rem) 3rem 70dvh;
  }
}
.p-home__about__inner {
  position: relative;
}
.p-home__about__line {
  position: absolute;
  pointer-events: none;
  transform-origin: center top;
  display: block;
  overflow: hidden;
  animation: aboutLine 20s infinite alternate ease-in-out;
}
@media screen and (min-width: 780.001px) {
  .p-home__about__line {
    inset: 0;
  }
}
@media screen and (max-width: 780px) {
  .p-home__about__line {
    inset: 0 -25dvw;
  }
}
@keyframes aboutLine {
  20% {
    rotate: -1deg;
    scale: 1;
    transform: -10% 2.5%;
    scale: 1;
  }
  40% {
    rotate: 0deg;
    transform: 0 0;
    scale: 0.99;
  }
  60% {
    rotate: -1deg;
    transform: -5% 2.5%;
    scale: 1.01;
  }
  80% {
    rotate: 1deg;
    transform: -5% -5%;
    scale: 0.99;
  }
  100% {
    rotate: 0deg;
    transform: 0 0;
    scale: 1;
  }
}
.p-home__about__line svg {
  display: block;
  opacity: 0;
  transform-origin: left top;
}
.p-home__about__head {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 780.001px) {
  .p-home__about__head {
    gap: 4rem;
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__about__head {
    gap: 2.8rem;
    margin-bottom: 5.8rem;
  }
}
.p-home__about__head .number {
  display: flex;
  align-items: center;
  letter-spacing: 0;
}
.p-home__about__head .number__txt {
  margin-right: 1.3rem;
  border-right: 1px solid var(--text);
  font-weight: 600;
  text-align: right;
}
@media screen and (min-width: 780.001px) {
  .p-home__about__head .number__txt {
    padding-right: 1.5rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__about__head .number__txt {
    padding-right: 1.9rem;
    font-size: 1rem;
  }
}
.p-home__about__head .number__num {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 780.001px) {
  .p-home__about__head .number__num {
    font-size: 5.9rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__about__head .number__num {
    font-size: 4.7rem;
  }
}
.p-home__about__head .head {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.p-home__about__head .head__en {
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 780.001px) {
  .p-home__about__head .head__en {
    font-size: 10.5rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__about__head .head__en {
    font-size: 6rem;
  }
}
.p-home__about__head .head__jp {
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 780.001px) {
  .p-home__about__head .head__jp {
    font-size: 2rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__about__head .head__jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 780.001px) {
  .p-home__about__txt {
    margin-left: 14.3rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__about__txt {
    margin-left: 8rem;
  }
}
.p-home__about__txt .txt {
  font-size: 1.4rem;
  line-height: 3.2rem;
}
@media screen and (min-width: 780.001px) {
  .p-home__about__txt .txt {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__about__txt .txt {
    margin-bottom: 5rem;
  }
}
.p-home__about__txt .viewMore {
  position: relative;
  display: block;
  width: 23.5rem;
  padding: 0.75rem 0 2rem;
  border-bottom: 0.2rem solid var(--text);
}
.p-home__about__txt .viewMore__txt {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}
.p-home__about__txt .viewMore__txt::before {
  content: "";
  display: block;
  width: 0.9rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--primary);
}
.p-home__about__txt .viewMore__icn {
  position: absolute;
  inset: 0 0 auto auto;
  width: 2.4rem;
}

.p-home__circle {
  position: relative;
  z-index: 20;
}
.p-home__circle.is-recruit.is-active .p-home__circle__inner::before {
  opacity: 0;
}
.p-home__circle.is-recruit .circle {
  opacity: 0 !important;
}
.p-home__circle.is-fixed .p-home__circle__inner::before {
  position: fixed;
}
.p-home__circle.is-fixed .circle {
  position: fixed;
  pointer-events: none;
}
.p-home__circle:not(.is-active) .p-home__circle__inner::before,
.p-home__circle:not(.is-active) .circle::before {
  height: 0;
}
.p-home__circle__inner {
  position: sticky;
  top: 0;
  height: 100dvh;
  z-index: 1;
  width: 100%;
  overflow-x: hidden;
}
.p-home__circle__inner::before {
  content: "";
  position: absolute;
  inset: 0 0 50%;
  display: block;
  width: 1px;
  height: 50%;
  margin-inline: auto;
  background-color: var(--text);
  transition: 1.2s 0.3s opacity ease-in-out;
  z-index: -1;
}
.p-home__circle .circle {
  position: absolute;
  aspect-ratio: 1/1;
  margin: auto;
  border-radius: 50%;
  background-color: var(--primary);
  overflow: hidden;
  transition: 1s 0.5s opacity ease-in-out;
}
@media (orientation: landscape) {
  .p-home__circle .circle {
    inset: -200dvh -200dvw;
    width: 200dvw;
  }
}
@media (orientation: portrait) {
  .p-home__circle .circle {
    inset: -200dvh -200dvw;
    width: 200dvh;
  }
}
.p-home__circle .circle::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 1px;
  height: 100%;
  margin-inline: auto;
  transition: 1.2s 0.3s height ease-in-out;
}
@media screen and (min-width: 780.001px) {
  .p-home__circle .circle::before {
    background-color: #fff;
  }
}
@media screen and (max-width: 780px) {
  .p-home__circle .circle::before {
    background-color: #2965aa;
  }
}

.p-home__business {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 780.001px) {
  .p-home__business {
    padding-top: 13.8rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__business {
    padding-top: 40rem;
  }
}
.p-home__business__header {
  position: relative;
}
@media screen and (min-width: 780.001px) {
  .p-home__business__header {
    padding: 0 8.5rem 11.2rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__business__header {
    padding: 0 3rem 10rem;
  }
}
.p-home__business__header::before {
  content: "";
  position: absolute;
  inset: -100vh 0 0 0;
  display: block;
  width: 1px;
  margin-inline: auto;
  transition: 0.6s translate ease-in-out;
  z-index: 1;
}
@media screen and (min-width: 780.001px) {
  .p-home__business__header::before {
    background-color: #fff;
  }
}
@media screen and (max-width: 780px) {
  .p-home__business__header::before {
    background-color: #2965aa;
  }
}
.p-home__business__header:not(.is-complete)::before {
  translate: 0 -100vh;
  opacity: 0;
}
.p-home__business__header:not(.is-complete) .p-home__business__head .number {
  opacity: 0;
}
.p-home__business__header:not(.is-complete) .p-home__business__head .head {
  opacity: 0;
}
.p-home__business__head {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
  z-index: 2;
}
@media screen and (min-width: 780.001px) {
  .p-home__business__head {
    gap: 4rem;
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__business__head {
    gap: 2.8rem;
    margin-bottom: 10rem;
  }
}
.p-home__business__head .number {
  display: flex;
  align-items: center;
  letter-spacing: 0;
  transition: 0.8s opacity ease-in-out;
}
.p-home__business__head .number__txt {
  margin-right: 1.3rem;
  border-right: 1px solid #fff;
  font-weight: 600;
  text-align: right;
}
@media screen and (min-width: 780.001px) {
  .p-home__business__head .number__txt {
    padding-right: 1.5rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__business__head .number__txt {
    padding-right: 1.9rem;
    font-size: 1rem;
  }
}
.p-home__business__head .number__num {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 780.001px) {
  .p-home__business__head .number__num {
    font-size: 5.9rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__business__head .number__num {
    font-size: 4.7rem;
  }
}
.p-home__business__head .head {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  transition: 0.8s opacity ease-in-out;
}
.p-home__business__head .head__en {
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 780.001px) {
  .p-home__business__head .head__en {
    font-size: 10.5rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__business__head .head__en {
    font-size: 6rem;
  }
}
.p-home__business__head .head__jp {
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 780.001px) {
  .p-home__business__head .head__jp {
    font-size: 2rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__business__head .head__jp {
    font-size: 1.8rem;
  }
}
.p-home__business__lead {
  position: relative;
  display: flex;
  color: #fff;
  z-index: 2;
}
@media screen and (min-width: 780.001px) {
  .p-home__business__lead {
    align-items: flex-start;
    justify-content: space-between;
    padding-inline: 10rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__business__lead {
    flex-direction: column;
    gap: 3rem;
  }
}
.p-home__business__lead .head {
  font-weight: 700;
}
@media screen and (min-width: 780.001px) {
  .p-home__business__lead .head {
    font-size: 2.7rem;
    line-height: 5.2rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__business__lead .head {
    font-size: 2.4rem;
    line-height: 4.6rem;
  }
}
.p-home__business__lead .txt {
  font-size: 1.4rem;
  line-height: 3.2rem;
}
.p-home__business__list {
  position: relative;
  background-color: var(--primary);
}
@media screen and (min-width: 780.001px) {
  .p-home__business__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-home__business__list::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    display: block;
    height: 1px;
    background-color: #fff;
    transition: 0.6s translate ease-in-out;
  }
  .p-home__business__list:not(.is-complete)::before {
    translate: -100dvw 0;
    opacity: 0;
  }
}
@media screen and (max-width: 780px) {
  .p-home__business__list {
    display: block;
  }
}
.p-home__business__list__item {
  position: relative;
  display: block;
  color: #fff;
}
@media screen and (min-width: 780.001px) {
  .p-home__business__list__item {
    padding: 6.05rem 5.35rem 4.85rem 4.5rem;
  }
  .p-home__business__list__item + .p-home__business__list__item::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 -0.5px;
    display: block;
    width: 1px;
    height: 0;
    background-color: #fff;
    transition: 0.6s 0.3s height ease-in-out;
  }
  .p-home__business__list__item + .p-home__business__list__item.is-complete::before {
    height: 100%;
  }
}
@media screen and (max-width: 780px) {
  .p-home__business__list__item {
    padding: 4.6rem 4.1rem 4rem 3rem;
  }
  .p-home__business__list__item::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    display: block;
    height: 1px;
    background-color: #2965aa;
    transition: 0.6s translate ease-in-out;
  }
  .p-home__business__list__item:not(.is-complete)::before {
    translate: -100dvw 0;
    opacity: 0;
  }
}
.p-home__business__list__item.is-complete .photo img.cover {
  opacity: 0;
}
.p-home__business__list__item .label {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: 1;
  letter-spacing: 0;
  z-index: 10;
}
@media screen and (min-width: 780.001px) {
  .p-home__business__list__item .label {
    inset: 4.2rem auto auto 4.5rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__business__list__item .label {
    inset: 3.25rem auto auto 3rem;
  }
}
.p-home__business__list__item .label__txt {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-block: 0.8rem;
  font-size: 0.9rem;
  font-weight: 600;
}
.p-home__business__list__item .label__num {
  font-weight: 700;
}
@media screen and (min-width: 780.001px) {
  .p-home__business__list__item .label__num {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__business__list__item .label__num {
    font-size: 4.1rem;
  }
}
.p-home__business__list__item .photo {
  position: relative;
  aspect-ratio: 547/280.5;
  overflow: hidden;
}
@media screen and (min-width: 780.001px) {
  .p-home__business__list__item .photo {
    margin-bottom: 4rem;
    margin-left: 2.3rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__business__list__item .photo {
    margin-bottom: 4.2rem;
    margin-left: 1rem;
  }
}
.p-home__business__list__item .photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-home__business__list__item .photo img.cover {
  transition: 0.6s opacity ease-in-out;
  z-index: 2;
}
.p-home__business__list__item .head {
  position: relative;
  margin-bottom: 1.4rem;
  z-index: 2;
}
.p-home__business__list__item .head__en {
  position: absolute;
  inset: auto auto 100% 0;
  margin-bottom: 2.1rem;
  font-size: 3.5rem;
  line-height: 3.3rem;
  letter-spacing: 0;
  font-weight: 900;
}
.p-home__business__list__item .head__en .sp_off {
  display: none;
}
.p-home__business__list__item .head__jp {
  font-size: 1.6rem;
  font-weight: 600;
}
.p-home__business__list__item .head__icn {
  position: absolute;
  inset: auto 1.5rem 100% auto;
  width: 2.8rem;
}
@media screen and (min-width: 780.001px) {
  .p-home__business__list__item .head__icn {
    inset: auto 1.5rem 100% auto;
    margin-bottom: 2.1rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__business__list__item .head__icn {
    inset: auto 0 -2.8rem auto;
  }
}
.p-home__business__list__item .txt {
  font-size: 1.3rem;
  line-height: 2.2rem;
}
@media screen and (min-width: 780.001px) {
  .p-home__business__list.top {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-home__business__list.top .p-home__business__list__item {
    padding: 6.85rem 6.85rem 4.85rem 4.65rem;
  }
  .p-home__business__list.top .p-home__business__list__item .label {
    gap: 1.4rem;
  }
  .p-home__business__list.top .p-home__business__list__item .label__txt {
    padding-block: 1rem;
    font-size: 1.4rem;
  }
  .p-home__business__list.top .p-home__business__list__item .label__num {
    font-size: 5.9rem;
  }
  .p-home__business__list.top .p-home__business__list__item .head {
    position: relative;
    margin-bottom: 1.6rem;
    z-index: 2;
  }
  .p-home__business__list.top .p-home__business__list__item .head__en {
    margin-bottom: 1.1rem;
    font-size: 5.7rem;
    line-height: 5.4rem;
  }
  .p-home__business__list.top .p-home__business__list__item .head__jp {
    font-size: 2rem;
  }
  .p-home__business__list.top .p-home__business__list__item .head__icn {
    inset: auto 1.9 0.3rem 100% auto;
    width: 4rem;
    margin-bottom: 1.6rem;
    aspect-ratio: 1;
  }
  .p-home__business__list.top .p-home__business__list__item .txt {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.p-home__passion {
  position: relative;
  padding-bottom: 150dvh;
  z-index: 10;
}
.p-home__passion__header {
  position: relative;
}
@media screen and (min-width: 780.001px) {
  .p-home__passion__header {
    padding: 13.15rem 8.5rem 0;
  }
}
@media screen and (max-width: 780px) {
  .p-home__passion__header {
    padding: 9rem 3rem 0;
  }
}
.p-home__passion__header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  display: block;
  height: 1px;
  transition: 0.6s translate ease-in-out;
}
@media screen and (min-width: 780.001px) {
  .p-home__passion__header::before {
    background-color: #fff;
  }
}
@media screen and (max-width: 780px) {
  .p-home__passion__header::before {
    background-color: #2965aa;
  }
}
.p-home__passion__header:not(.is-complete)::before {
  translate: -100dvw 0;
  opacity: 0;
}
.p-home__passion__header:not(.is-complete) .p-home__passion__head .number {
  opacity: 0;
}
.p-home__passion__header:not(.is-complete) .p-home__passion__head .head {
  opacity: 0;
}
.p-home__passion__head {
  display: flex;
  flex-direction: column;
  color: #fff;
}
@media screen and (min-width: 780.001px) {
  .p-home__passion__head {
    gap: 4rem;
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__passion__head {
    gap: 2.8rem;
    margin-bottom: 6rem;
  }
}
.p-home__passion__head .number {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0;
  transition: 0.8s opacity ease-in-out;
}
@media screen and (min-width: 780.001px) {
  .p-home__passion__head .number {
    padding-bottom: 1.2rem;
    border-bottom: 2px solid #fff;
  }
}
.p-home__passion__head .number__txt {
  margin-right: 1.3rem;
  border-right: 1px solid #fff;
  font-weight: 600;
  text-align: right;
}
@media screen and (min-width: 780.001px) {
  .p-home__passion__head .number__txt {
    padding-right: 1.5rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__passion__head .number__txt {
    padding-right: 1.9rem;
    font-size: 1rem;
  }
}
.p-home__passion__head .number__num {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 780.001px) {
  .p-home__passion__head .number__num {
    font-size: 5.9rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__passion__head .number__num {
    font-size: 4.7rem;
  }
}
.p-home__passion__head .head {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  transition: 0.8s opacity ease-in-out;
}
.p-home__passion__head .head__en {
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 780.001px) {
  .p-home__passion__head .head__en {
    font-size: 10.5rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__passion__head .head__en {
    font-size: 6rem;
  }
}
.p-home__passion__head .head__jp {
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 780.001px) {
  .p-home__passion__head .head__jp {
    font-size: 2rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__passion__head .head__jp {
    font-size: 1.8rem;
  }
}
.p-home__passion__message {
  position: relative;
}
@media screen and (min-width: 780.001px) {
  .p-home__passion__message {
    padding: 0 8.5rem 17rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__passion__message {
    padding: 0 3rem 12rem;
  }
}
.p-home__passion__message__inner {
  position: relative;
  z-index: 10;
  color: #fff;
}
.p-home__passion__message__inner .head {
  z-index: 10;
}
@media screen and (min-width: 780.001px) {
  .p-home__passion__message__inner .head {
    position: absolute;
    inset: 7rem auto auto 18rem;
    display: flex;
    flex-direction: column;
    gap: 8rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__passion__message__inner .head {
    position: relative;
    margin-bottom: 4rem;
  }
}
.p-home__passion__message__inner .head__sub {
  position: relative;
  padding-bottom: 1.7rem;
  font-size: 1.6rem;
  font-weight: 600;
}
.p-home__passion__message__inner .head__sub::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  display: block;
  width: 3.8rem;
  height: 1px;
  background-color: #fff;
}
.p-home__passion__message__inner .head__main {
  font-weight: 700;
}
@media screen and (min-width: 780.001px) {
  .p-home__passion__message__inner .head__main {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__passion__message__inner .head__main {
    position: absolute;
    inset: 16.7rem auto auto 0;
    font-size: 2.4rem;
  }
}
.p-home__passion__message__inner .photo {
  margin-inline: auto;
  transition: 0.6s opacity ease-in-out;
}
@media screen and (min-width: 780.001px) {
  .p-home__passion__message__inner .photo {
    width: 47.3rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__passion__message__inner .photo {
    width: 27rem;
  }
}
.p-home__passion__message__inner .photo:not(.is-complete) {
  opacity: 0;
}
.p-home__passion__message__inner .txt {
  font-size: 1.4rem;
  line-height: 3.2rem;
}
@media screen and (min-width: 780.001px) {
  .p-home__passion__message__inner .txt {
    position: absolute;
    inset: auto 9.5rem 11rem auto;
  }
}
@media screen and (max-width: 780px) {
  .p-home__passion__message__inner .txt {
    margin-top: -2.8rem;
    margin-bottom: 5rem;
  }
}
.p-home__passion__message__inner .viewMore {
  display: block;
  width: 23.5rem;
  padding: 0.75rem 0 2rem;
  border-bottom: 0.2rem solid #fff;
}
@media screen and (min-width: 780.001px) {
  .p-home__passion__message__inner .viewMore {
    position: absolute;
    inset: auto auto 11.2rem 0;
  }
}
@media screen and (max-width: 780px) {
  .p-home__passion__message__inner .viewMore {
    position: relative;
  }
}
.p-home__passion__message__inner .viewMore__txt {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}
.p-home__passion__message__inner .viewMore__txt::before {
  content: "";
  display: block;
  width: 0.9rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #1079f2;
}
.p-home__passion__message__inner .viewMore__icn {
  position: absolute;
  inset: 0 0 auto auto;
  width: 2.4rem;
}
@media screen and (min-width: 780.001px) {
  .p-home__passion__message .bgTxt {
    position: absolute;
    inset: 12rem 0 auto;
    display: flex;
    overflow: hidden;
    z-index: 1;
  }
}
@media screen and (max-width: 780px) {
  .p-home__passion__message .bgTxt {
    display: none;
  }
}
.p-home__passion__message .bgTxt__item {
  padding-right: 8rem;
  font-size: 21.6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  opacity: 0.1;
  color: #fff;
  animation: bgTxt 24s infinite linear;
}
@keyframes bgTxt {
  100% {
    translate: -100% 0;
  }
}

.p-home__recruit {
  position: relative;
  z-index: 30;
  margin-top: -50dvh;
}
.p-home__recruit__town {
  position: sticky;
  top: 0;
  height: 100dvh;
  pointer-events: none;
  z-index: 3;
}
.p-home__recruit__town .town {
  position: absolute;
  inset: 50% auto auto 50%;
  aspect-ratio: 673.8/626.2;
  opacity: 0;
  pointer-events: none;
  translate: -50% -50%;
  transition:
    0.5s 0.5s opacity ease-in-out,
    1s margin-top ease-in-out,
    1s inset ease-in-out,
    1s width ease-in-out;
  z-index: 2;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__town .town {
    width: 60rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__town .town {
    width: 36rem;
  }
}
.p-home__recruit__town .town::before {
  content: "";
  position: absolute;
  inset: auto 0 50%;
  display: block;
  width: 1px;
  height: 200dvh;
  margin-inline: auto;
  background-color: var(--text);
  opacity: 0;
}
.p-home__recruit__town .town img,
.p-home__recruit__town .town svg {
  position: absolute;
  inset: 0;
  translate: -0.5% -8%;
}
.p-home__recruit__town .town .road-line {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  opacity: 0;
  transition:
    stroke-dashoffset 2s 1s ease-in-out,
    opacity 0.4s ease;
}
.p-home__recruit__town .town .road-fill {
  opacity: 0;
  transition: opacity 1s 2s ease-in-out;
}
.p-home__recruit__town .town .tonnel-line {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  opacity: 0;
  transition:
    stroke-dashoffset 2s 1.5s ease-in-out,
    opacity 0.4s ease;
}
.p-home__recruit__town .town .tonnel-fill {
  opacity: 0;
  transition: opacity 1s 2s ease-in-out;
}
.p-home__recruit__town .town .cars {
  opacity: 0;
  transition: opacity 1s 2s ease-in-out;
}
.p-home__recruit__town .town .building1-line,
.p-home__recruit__town .town .building2-line,
.p-home__recruit__town .town .building3-line,
.p-home__recruit__town .town .building4-line,
.p-home__recruit__town .town .building5-line,
.p-home__recruit__town .town .catsle-line {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  transition: stroke-dashoffset 2s 1.5s ease-in-out;
}
.p-home__recruit__town .town .building1-fill,
.p-home__recruit__town .town .building2-fill,
.p-home__recruit__town .town .building3-fill,
.p-home__recruit__town .town .building4-fill,
.p-home__recruit__town .town .building5-fill,
.p-home__recruit__town .town .catsle-fill {
  opacity: 0;
  transition: opacity 1s 2s ease-in-out;
}
.p-home__recruit__town .town .tree1-line,
.p-home__recruit__town .town .tree2-line,
.p-home__recruit__town .town .tree3-line {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  transition: stroke-dashoffset 2s 1.5s ease-in-out;
}
.p-home__recruit__town .town .tree1-fill,
.p-home__recruit__town .town .tree2-fill,
.p-home__recruit__town .town .tree3-fill,
.p-home__recruit__town .town .other {
  opacity: 0;
  transition: opacity 1s 2s ease-in-out;
}
.p-home__recruit__town .town .ufo-line,
.p-home__recruit__town .town .drone-line,
.p-home__recruit__town .town .robo-line {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  transition: stroke-dashoffset 2s 1.5s ease-in-out;
}
.p-home__recruit__town .town .ufo-fill,
.p-home__recruit__town .town .drone-fill,
.p-home__recruit__town .town .robo-fill {
  opacity: 0;
  transition: opacity 1s 2s ease-in-out;
}
.p-home__recruit__town__head {
  position: absolute;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__town__head {
    inset: auto auto 5.5rem 8.5rem;
    gap: 3rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__town__head {
    inset: 9rem auto auto 3rem;
    gap: 1.5rem;
  }
}
.p-home__recruit__town__head .number {
  display: flex;
  align-items: center;
  letter-spacing: 0;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid var(--text);
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__town__head .number {
    padding-bottom: 1.9rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__town__head .number {
    padding-bottom: 1rem;
  }
}
.p-home__recruit__town__head .number__txt {
  border-right: 1px solid var(--text);
  font-weight: 600;
  text-align: right;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__town__head .number__txt {
    margin-right: 0.8rem;
    padding-right: 1.5rem;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__town__head .number__txt {
    margin-right: 1rem;
    padding-right: 1.2rem;
    font-size: 0.6rem;
  }
}
.p-home__recruit__town__head .number__num {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__town__head .number__num {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__town__head .number__num {
    font-size: 2.5rem;
  }
}
.p-home__recruit__town__head .head {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__town__head .head {
    gap: 2rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__town__head .head {
    gap: 1rem;
  }
}
.p-home__recruit__town__head .head__en {
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__town__head .head__en {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__town__head .head__en {
    font-size: 3.3rem;
  }
}
.p-home__recruit__town__head .head__jp {
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__town__head .head__jp {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__town__head .head__jp {
    font-size: 1.2rem;
  }
}
.p-home__recruit__town__copy {
  position: absolute;
  font-weight: 700;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__town__copy {
    inset: auto 8.5rem 5rem auto;
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__town__copy {
    inset: auto auto 4.5rem 3rem;
    font-size: 3.4rem;
    line-height: 4.7rem;
  }
}
.p-home__recruit__town__copy .small {
  font-size: 0.7em;
}
.p-home__recruit__town__scroll {
  position: absolute;
  display: flex;
  align-items: flex-end;
  gap: 1.4rem;
  opacity: 0;
  translate: 0 50dvh;
  transition:
    opacity 1s 1s ease-in-out,
    translate 1s ease-in-out;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__town__scroll {
    inset: auto 17rem 4.7rem auto;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__town__scroll {
    inset: auto 3.7rem 16rem auto;
  }
}
.p-home__recruit__town__scroll .bar {
  width: 0.6rem;
  height: 4.4rem;
  border-radius: 0.6rem;
  background-color: #d8d8d8;
  overflow: hidden;
}
.p-home__recruit__town__scroll .bar__toggle {
  height: 1.8rem;
  border-radius: 0.6rem;
  background-color: #1079f2;
  animation: scrollBar 2s ease-in-out infinite;
}
@keyframes scrollBar {
  0% {
    margin-top: -1.8rem;
  }
  50% {
    margin-top: -1.8rem;
  }
  100% {
    margin-top: 4.4rem;
  }
}
.p-home__recruit__town__scroll .txt {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
}
.p-home__recruit__town__scroll .txt .strong {
  font-weight: 900;
}
.js-home-recruit.is-scene1 .p-home__recruit__town::after {
  display: block;
  opacity: 0;
}
.js-home-recruit.is-scene1 .p-home__recruit__town .town {
  position: fixed;
  opacity: 1;
  scale: 1;
}
.js-home-recruit.is-scene1 .p-home__recruit__town .town::before {
  opacity: 1;
}
.js-home-recruit.is-scene1 .p-home__recruit__town .town .base-line,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .road-line,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .tonnel-line,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .building1-line,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .building2-line,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .building3-line,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .building4-line,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .building5-line,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .catsle-line,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .ufo-line,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .drone-line,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .robo-line {
  opacity: 1;
  stroke-dashoffset: 0;
}
.js-home-recruit.is-scene1 .p-home__recruit__town .town .base-fill,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .road-fill,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .tonnel-fill,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .cars,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .building1-fill,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .building2-fill,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .building3-fill,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .building4-fill,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .building5-fill,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .catsle-fill,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .other,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .ufo-fill,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .drone-fill,
.js-home-recruit.is-scene1 .p-home__recruit__town .town .robo-fill {
  opacity: 1;
}
.js-home-recruit.is-scene1 .p-home__recruit__town .p-home__recruit__town__head,
.js-home-recruit.is-scene1 .p-home__recruit__town .p-home__recruit__town__copy {
  opacity: 1;
}
.js-home-recruit.is-scene1.is-scene2 .p-home__recruit__town .town {
  position: absolute;
}
@media screen and (min-width: 780.001px) {
  .js-home-recruit.is-scene1.is-scene2 .p-home__recruit__town .town {
    inset: 105% auto auto 50%;
    width: 86.898rem;
  }
}
@media screen and (max-width: 780px) {
  .js-home-recruit.is-scene1.is-scene2 .p-home__recruit__town .town {
    inset: 100% auto auto 20%;
    width: 49.961rem;
  }
}
.js-home-recruit.is-scene1.is-scene2 .p-home__recruit__town .town img,
.js-home-recruit.is-scene1.is-scene2 .p-home__recruit__town .town svg {
  translate: 0;
}
.js-home-recruit.is-scene1.is-scene2 .p-home__recruit__town .p-home__recruit__town__head,
.js-home-recruit.is-scene1.is-scene2 .p-home__recruit__town .p-home__recruit__town__copy {
  opacity: 0;
}
.js-home-recruit.is-scene1.is-scene2 .p-home__recruit__town .p-home__recruit__town__scroll {
  translate: 0 0;
  opacity: 1;
}
.js-home-recruit.is-scene1.is-scene2.is-scene3 .p-home__recruit__town {
  z-index: 10;
}
@media screen and (min-width: 780.001px) {
  .js-home-recruit.is-scene1.is-scene2.is-scene3 .p-home__recruit__town .town {
    inset: 50% auto auto 28.9rem;
    width: 73.544rem;
  }
}
@media screen and (max-width: 780px) {
  .js-home-recruit.is-scene1.is-scene2.is-scene3 .p-home__recruit__town .town {
    inset: 100% auto auto 20%;
    width: 49.961rem;
  }
}
.js-home-recruit.is-scene1.is-scene2.is-scene3 .p-home__recruit__town .p-home__recruit__town__scroll {
  opacity: 0;
  translate: 0 50dvh;
}
@media screen and (min-width: 780.001px) {
  .js-home-recruit.is-scene1.is-scene2.is-scene3.is-scene4 .p-home__recruit__town .town {
    inset: -10% auto auto 28.9rem;
    width: 73.544rem;
  }
}
@media screen and (max-width: 780px) {
  .js-home-recruit.is-scene1.is-scene2.is-scene3.is-scene4 .p-home__recruit__town .town {
    inset: 100% auto auto 20%;
    width: 49.961rem;
  }
}
.p-home__recruit__section {
  min-height: 100dvh;
}
.p-home__recruit__section__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6rem;
  width: -moz-fit-content;
  width: fit-content;
}
.p-home__recruit__section__head .number {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  letter-spacing: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--text);
}
.p-home__recruit__section__head .number__txt {
  font-size: 0.6rem;
  font-weight: 600;
}
.p-home__recruit__section__head .number__num {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
}
.p-home__recruit__section__head .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.p-home__recruit__section__head .head__en {
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1;
  writing-mode: vertical-lr;
}
.p-home__recruit__section__head .head__jp {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  writing-mode: vertical-lr;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__section.section1 {
    min-height: 100dvh;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section.section1 {
    min-height: 50dvh;
  }
  .p-home__recruit__section.section1.is-recruit {
    min-height: 1000dvh;
  }
}
.p-home__recruit__section.section2 {
  position: relative;
  z-index: 2;
  transition: 1s opacity ease-in-out;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__section.section2 {
    min-height: 180dvh;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section.section2 {
    min-height: 0dvh;
  }
}
.p-home__recruit__section.section2 .p-home__recruit__section__fixed {
  opacity: 0;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__section.section2 .p-home__recruit__section__fixed {
    position: fixed;
    inset: 0;
    padding: 12dvh 18.6rem 15rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section.section2 .p-home__recruit__section__fixed {
    position: relative;
    padding: 11rem 3rem 10rem 11.2rem;
  }
}
.js-home-recruit.is-scene1.is-scene2 .p-home__recruit__section.section2 {
  pointer-events: auto;
  opacity: 1;
}
.js-home-recruit.is-scene1.is-scene2 .p-home__recruit__section.section2 .p-home__recruit__section__fixed,
.js-home-recruit.is-scene1.is-scene2 .p-home__recruit__section.section2 .p-home__recruit__section__head,
.js-home-recruit.is-scene1.is-scene2 .p-home__recruit__section.section2 .p-home__recruit__section2__copy,
.js-home-recruit.is-scene1.is-scene2 .p-home__recruit__section.section2 .p-home__recruit__section2__txt .txt {
  opacity: 1;
}
@media screen and (min-width: 780.001px) {
  .js-home-recruit.is-scene1.is-scene2.is-scene3 .p-home__recruit__section.section2 {
    opacity: 0;
  }
}
.js-home-recruit.is-scene1.is-scene2.is-scene3 .p-home__recruit__section.section2 .p-home__recruit__section__fixed {
  position: relative;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__section.section2 .p-home__recruit__section__inner {
    position: sticky;
    top: 0;
    height: 100dvh;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section.section2 .p-home__recruit__section__inner {
    position: relative;
  }
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__section.section2 .p-home__recruit__section__inner .p-home__recruit__section__head {
    position: absolute;
    inset: 11dvh auto auto 8rem;
    opacity: 0;
    transition: opacity 1s 1s ease-in-out;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section.section2 .p-home__recruit__section__inner .p-home__recruit__section__head {
    display: none;
  }
}
.p-home__recruit__section.section2 .p-home__recruit__section__inner .p-home__recruit__section2__copy {
  font-size: 2.6rem;
  font-weight: 700;
  opacity: 0;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__section.section2 .p-home__recruit__section__inner .p-home__recruit__section2__copy {
    margin-bottom: 4.4rem;
    transition: opacity 1s 1.5s ease-in-out;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section.section2 .p-home__recruit__section__inner .p-home__recruit__section2__copy {
    position: absolute;
    inset: 8rem auto auto 0;
    width: 7.1rem;
    padding: 0 2.4rem 2.4rem 2.4rem;
    background-color: var(--bg);
    transition: opacity 0.5s ease-in-out;
  }
  .p-home__recruit__section.section2 .p-home__recruit__section__inner .p-home__recruit__section2__copy::before {
    content: "";
    position: absolute;
    inset: -50dvh 0 0;
    display: block;
    background-color: var(--bg);
    z-index: -1;
  }
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__section.section2 .p-home__recruit__section__inner .p-home__recruit__section2__copy .small {
    font-size: 0.73em;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section.section2 .p-home__recruit__section__inner .p-home__recruit__section2__copy .small {
    font-size: 0.6em;
  }
}
.p-home__recruit__section.section2 .p-home__recruit__section__inner .p-home__recruit__section2__txt {
  display: flex;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__section.section2 .p-home__recruit__section__inner .p-home__recruit__section2__txt {
    justify-content: space-between;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section.section2 .p-home__recruit__section__inner .p-home__recruit__section2__txt {
    flex-direction: column;
  }
}
.p-home__recruit__section.section2 .p-home__recruit__section__inner .p-home__recruit__section2__txt .txt {
  opacity: 0;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__section.section2 .p-home__recruit__section__inner .p-home__recruit__section2__txt .txt {
    width: 43rem;
    font-size: 1.4rem;
    line-height: 3.2rem;
    transition: opacity 1s 2s ease-in-out;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section.section2 .p-home__recruit__section__inner .p-home__recruit__section2__txt .txt {
    font-size: 1.35rem;
    line-height: 3rem;
    transition: opacity 0.5s 0.5s ease-in-out;
  }
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__section.section2 .p-home__recruit__section__inner .p-home__recruit__section2__txt .txt:nth-of-type(2) {
    transition-delay: 2.5s;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section.section2 .p-home__recruit__section__inner .p-home__recruit__section2__txt .txt:nth-of-type(2) {
    transition-delay: 1s;
  }
}
.p-home__recruit__section.section3 {
  min-height: 150dvh;
  transition: 2s opacity ease-in-out;
}
.p-home__recruit__section.section3 .p-home__recruit__section__inner {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-height: 100dvh;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__section.section3 .p-home__recruit__section__inner {
    gap: 5.2rem;
    padding: 10.2rem 15.3rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section.section3 .p-home__recruit__section__inner {
    padding: 10rem 3rem;
  }
}
.p-home__recruit__section.section3 .p-home__recruit__section__inner .p-home__recruit__section__head {
  position: absolute;
  opacity: 1;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__section.section3 .p-home__recruit__section__inner .p-home__recruit__section__head {
    inset: 11.6rem 8.5rem auto auto;
    transition: opacity 1s ease-in-out;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section.section3 .p-home__recruit__section__inner .p-home__recruit__section__head {
    inset: 7rem auto auto 2.2rem;
    transition: opacity 1s 1s ease-in-out;
  }
  .js-home-recruit.is-scene1.is-scene2.is-scene3 .p-home__recruit__section.section3 .p-home__recruit__section__inner .p-home__recruit__section__head {
    position: fixed;
    opacity: 1;
  }
  .js-home-recruit.is-scene1.is-scene2.is-scene3.is-scene4 .p-home__recruit__section.section3 .p-home__recruit__section__inner .p-home__recruit__section__head {
    opacity: 0;
  }
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__section.section3 .p-home__recruit__section__inner.is-complete .p-home__recruit__section__head {
    opacity: 1;
  }
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__section.section4 {
    min-height: 0dvh;
    margin-bottom: -20dvh;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section.section4 {
    min-height: 20dvh;
  }
}
.p-home__recruit__section__list1 {
  display: grid;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__section__list1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    width: 53rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section__list1 {
    grid-template-columns: repeat(1, 1fr);
    width: 23.2rem;
  }
}
.p-home__recruit__section__list1__item {
  position: relative;
  opacity: 0;
  transition: 1s opacity ease-in-out;
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section__list1__item {
    margin-bottom: 3rem;
  }
}
.p-home__recruit__section__list1__item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-home__recruit__section__list1__item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-home__recruit__section__list1__item.is-complete {
  opacity: 1;
  transition: 0.4s opacity;
}
.p-home__recruit__section__list1__item.is-complete:hover {
  opacity: 0.7;
}
.p-home__recruit__section__list1__item .photo {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__section__list1__item .photo {
    aspect-ratio: 160/126;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section__list1__item .photo {
    aspect-ratio: 225/119;
    margin-left: 0.7rem;
  }
}
.p-home__recruit__section__list1__item .head {
  position: relative;
  padding-bottom: 4.9rem;
  z-index: 2;
}
.p-home__recruit__section__list1__item .head__en {
  position: absolute;
  inset: auto auto 100% 0;
  margin-bottom: 0.8rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 900;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__section__list1__item .head__en {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section__list1__item .head__en {
    font-size: 2.5rem;
  }
}
.p-home__recruit__section__list1__item .head__jp {
  font-size: 1.2rem;
  font-weight: 600;
}
.p-home__recruit__section__list1__item .head__icn {
  position: absolute;
  inset: auto auto 0 0;
  aspect-ratio: 28.734/28.733;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__section__list1__item .head__icn {
    width: 2.8734rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section__list1__item .head__icn {
    width: 2rem;
  }
}
.p-home__recruit__section__list2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  opacity: 0;
  transition: 1s opacity ease-in-out;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__section__list2 {
    gap: 5.2rem;
    width: 53rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section__list2 {
    width: 23.2rem;
  }
}
.p-home__recruit__section__list2.is-complete {
  opacity: 1;
}
.p-home__recruit__section__list2__item {
  position: relative;
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section__list2__item {
    margin-bottom: 3rem;
  }
}
.p-home__recruit__section__list2__item .photo {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__section__list2__item .photo {
    aspect-ratio: 468/126;
    margin-left: 6rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section__list2__item .photo {
    aspect-ratio: 225/119;
    margin-bottom: 2rem;
    margin-left: 0.7rem;
  }
}
.p-home__recruit__section__list2__item .head {
  z-index: 2;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__section__list2__item .head {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section__list2__item .head {
    position: relative;
    padding-bottom: 4.9rem;
  }
}
.p-home__recruit__section__list2__item .head__en {
  display: flex;
  gap: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 900;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__section__list2__item .head__en {
    position: relative;
    align-items: center;
    margin-top: -1.5rem;
    margin-bottom: 1rem;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section__list2__item .head__en {
    flex-direction: column-reverse;
    align-items: flex-start;
    position: absolute;
    inset: auto auto 100% 0;
    margin-bottom: 0.8rem;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}
.p-home__recruit__section__list2__item .head__en .label {
  display: block;
  padding: 0.4rem 0.3rem;
  background-color: #1c1c1c;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
  color: #fff;
}
.p-home__recruit__section__list2__item .head__jp {
  font-size: 1.2rem;
  font-weight: 600;
}
.p-home__recruit__section__list2__item .head__icn {
  position: absolute;
  inset: auto auto 0 0;
}
@media screen and (min-width: 780.001px) {
  .p-home__recruit__section__list2__item .head__icn {
    width: 2.8rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__recruit__section__list2__item .head__icn {
    width: 2rem;
  }
}

.p-home__nav {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
  z-index: 100;
  opacity: 0;
  transition: 1s 6s opacity ease-in-out;
}
@media screen and (min-width: 780.001px) {
  .p-home__nav {
    padding-right: 5.4rem;
  }
}
@media screen and (max-width: 780px) {
  .p-home__nav {
    padding-right: 1.5rem;
  }
}
.p-home.is-loaded .p-home__nav {
  opacity: 1;
}
.p-home__nav__list {
  display: flex;
  flex-direction: column;
  width: 0.7rem;
  overflow: hidden;
  opacity: 1;
  pointer-events: auto;
}
.p-home__nav__list__item {
  position: relative;
  padding-top: 2.7rem;
  overflow: hidden;
}
.p-home__nav__list__item:first-child {
  padding-top: 0;
}
.p-home__nav__list__item::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 0;
  margin-inline: auto;
  border-right: 1px dotted var(--text);
  translate: 0 -100%;
  transition: 0.8s translate ease-in-out;
}
.is-dark .p-home__nav__list__item::before {
  border-right-color: #fff;
}
.p-home__nav__list__item a {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid var(--text);
  background-color: #fff;
  z-index: 10;
}
.is-dark .p-home__nav__list__item a {
  border-color: #fff;
}
.p-home__nav__list__item.is-active::before {
  translate: 0 0;
}
.p-home__nav__list__item.is-active a {
  background-color: #1079f2;
}

/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
@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 {
  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 {
  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-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

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

.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 */
