@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&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: #030303;
  --background: #f0f0f0;
  --primary: #d2091b;
  --secondary: #ff3345;
}

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

html {
  width: 100%;
  background-color: var(--background);
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  color: var(--text);
}
@media screen and (min-width: 768.00001px) {
  html {
    font-size: clamp(1px, 0.7320644217vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  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: clip;
  font-size: 1.4rem;
}
body.is-fixed {
  height: 100vh;
  overflow: hidden;
}

#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.5;
  }
}
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

input,
textarea {
  font-weight: 500;
}

button {
  cursor: pointer;
}

.l-header {
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header {
    z-index: 1100;
  }
  .l-header:not(.is-open) .l-header__logo .sub {
    color: var(--text);
  }
  .l-header:not(.is-open) .l-header__logo .main {
    color: var(--primary);
  }
  .l-header:not(.is-open) .l-header__nav__btn .icn::before,
  .l-header:not(.is-open) .l-header__nav__btn .icn::after {
    border: 0;
  }
  .l-header:not(.is-open) .l-header__nav__btn .icn::before {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    opacity: 0.3;
  }
  .l-header:not(.is-open) .l-header__nav__btn .icn::after {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
  }
  .l-header:not(.is-open) .l-header__nav__btn .txt::before {
    content: "menu";
  }
  .l-header:not(.is-open) .l-header__nav__menu {
    opacity: 0;
    pointer-events: none;
  }
}

.l-header__inner {
  position: fixed;
  inset: 0 0 auto;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 1000;
}
@media screen and (min-width: 768.00001px) {
  .l-header__inner {
    align-items: center;
    padding: 2.8rem 3.7rem 2rem 3.9rem;
    background-color: rgba(240, 240, 240, 0.8);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    align-items: flex-start;
    padding: 3rem;
  }
}

.l-header__logo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  z-index: 10;
  pointer-events: auto;
}
.l-header__logo .sub {
  display: block;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .l-header__logo .sub {
    color: #fff;
  }
}
.l-header__logo .main {
  display: block;
}
@media screen and (min-width: 768.00001px) {
  .l-header__logo .main {
    width: 19.6rem;
    color: var(--primary);
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo .main {
    width: 16.187rem;
    color: #fff;
  }
}

.l-header__nav {
  pointer-events: auto;
}
@media screen and (min-width: 768.00001px) {
  .l-header__nav__btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 5rem;
    height: 5rem;
    border-radius: 0.5rem;
    background-color: var(--text);
    text-align: center;
    z-index: 10;
  }
  .l-header__nav__btn .icn {
    position: relative;
    width: 2rem;
    height: 2rem;
  }
  .l-header__nav__btn .icn::before,
  .l-header__nav__btn .icn::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    display: block;
    width: 0.5rem;
    border: 0.2rem solid var(--text);
    background-color: var(--primary);
    transition: 0.4s all ease-in-out;
  }
  .l-header__nav__btn .icn::before {
    rotate: -45deg;
    z-index: 1;
  }
  .l-header__nav__btn .icn::after {
    rotate: 45deg;
    z-index: 2;
  }
  .l-header__nav__btn .txt {
    font-size: 1rem;
    color: #fff;
  }
  .l-header__nav__btn .txt::before {
    content: "close";
  }
}
@media screen and (min-width: 768.00001px) {
  .l-header__nav__menu {
    display: flex;
    align-items: center;
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__menu {
    position: absolute;
    inset: 0 0 auto;
    height: 100dvh;
    padding: 15.3rem 3.2rem;
    overflow: auto;
    transition: 0.4s all ease-in-out;
    z-index: 5;
  }
}
.l-header__nav__menu .menu-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
.l-header__nav__menu .menu-overlay .grid {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  overflow: hidden;
}
.l-header__nav__menu .menu-overlay .cell {
  aspect-ratio: 1/1;
  background: rgba(3, 3, 3, 0.97);
  opacity: 0;
}
.l-header__nav__list {
  display: flex;
}
@media screen and (min-width: 768.00001px) {
  .l-header__nav__list {
    align-items: center;
    gap: 4rem;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768.00001px) and (any-hover: hover) {
  .l-header__nav__list a:hover {
    opacity: 1;
    color: var(--primary);
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__list {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
  }
  .l-header__nav__list > li {
    position: relative;
    padding-left: 2rem;
  }
  .l-header__nav__list > li::before {
    content: "";
    position: absolute;
    inset: 2.1rem auto auto 0;
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: var(--secondary);
  }
  .l-header__nav__list > li > a {
    display: block;
    padding-block: 1rem;
  }
}
@media screen and (min-width: 768.00001px) {
  .l-header__nav__sub {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__sub {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .l-header__nav__sub__item {
    border-bottom: 0.1rem dashed rgba(255, 255, 255, 0.5);
  }
  .l-header__nav__sub__item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 1.5rem;
  }
  .l-header__nav__sub__item a .txt {
    display: block;
    font-size: 1.4rem;
  }
  .l-header__nav__sub__item a .icn {
    display: block;
    width: 2.8rem;
  }
}
.l-header__nav__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem 0 1.8rem;
  border-radius: 0.5rem;
  color: #fff;
}
@media (any-hover: hover) {
  .l-header__nav__contact:hover {
    opacity: 1;
    background-color: var(--primary);
  }
  .l-header__nav__contact:hover::after {
    background-color: var(--text);
  }
}
@media screen and (min-width: 768.00001px) {
  .l-header__nav__contact {
    width: 13rem;
    height: 4.2rem;
    background-color: var(--text);
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__contact {
    width: 20.3rem;
    height: 4.8rem;
    background-color: var(--primary);
  }
}
@media screen and (min-width: 768.00001px) {
  .l-header__nav__contact .txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__contact .txt {
    font-size: 1.4rem;
  }
}
.l-header__nav__contact::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}
@media screen and (min-width: 768.00001px) {
  .l-header__nav__contact::after {
    background-color: var(--secondary);
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__contact::after {
    background-color: var(--text);
  }
}

.l-header__service {
  display: flex;
  border-radius: 0.5rem;
  background-color: #fff;
}
@media screen and (min-width: 768.00001px) {
  .l-header__service {
    position: absolute;
    inset: 9rem 3.7rem auto auto;
    z-index: 1010;
  }
}
@media screen and (max-width: 768px) {
  .l-header__service {
    position: fixed;
    inset: auto 1rem 1rem;
    z-index: 1;
  }
}
.l-header__service li {
  flex: 1;
}
.l-header__service li + li {
  position: relative;
}
.l-header__service li + li::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  display: block;
  margin-block: auto;
  border-left: 1px dotted #343638;
}
@media screen and (min-width: 768.00001px) {
  .l-header__service li + li::before {
    height: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__service li + li::before {
    height: 2.5rem;
  }
}
.l-header__service a {
  display: flex;
  flex-direction: column;
}
@media (any-hover: hover) {
  .l-header__service a:hover {
    opacity: 1;
    color: var(--primary);
  }
}
@media screen and (min-width: 768.00001px) {
  .l-header__service a {
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1.6rem 3rem 1.9rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .l-header__service a {
    align-items: center;
    gap: 0.3rem;
    padding: 1rem;
    text-align: center;
  }
}
.l-header__service .sub {
  display: flex;
  align-items: center;
  font-family: "Urbanist", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
}
@media screen and (min-width: 768.00001px) {
  .l-header__service .sub {
    gap: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__service .sub {
    gap: 0.5rem;
  }
}
@media screen and (min-width: 768.00001px) {
  .l-header__service .sub .num {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__service .sub .num {
    font-size: 1rem;
  }
}
.l-header__service .main {
  font-weight: 700;
}
@media screen and (min-width: 768.00001px) {
  .l-header__service .main {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__service .main {
    font-size: 1rem;
  }
}

.l-main {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768.00001px) {
  .l-main {
    padding-bottom: 30.5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-bottom: 24rem;
  }
}

@keyframes copyBar1 {
  0% {
    right: 0%;
    left: 0%;
  }
  45% {
    right: 0%;
    left: 0%;
  }
  50% {
    right: -6%;
    left: 0%;
  }
  55% {
    right: 0%;
    left: 0%;
  }
  90% {
    right: 0%;
    left: 0%;
  }
  95% {
    right: 0%;
    left: -8%;
  }
}
@keyframes copyBar2 {
  0% {
    right: 0%;
    left: 0%;
  }
  45% {
    right: 0%;
    left: 0%;
  }
  50% {
    right: 0%;
    left: -8%;
  }
  55% {
    right: 0%;
    left: 0%;
  }
  90% {
    right: 0%;
    left: 0%;
  }
  95% {
    right: -6%;
    left: 0%;
  }
}
.l-footer {
  position: relative;
  background-color: var(--text);
}
@media screen and (min-width: 768.00001px) {
  .l-footer {
    padding: 10rem 6rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 1rem 3.2rem 3.4rem;
    z-index: 1010;
  }
}
.l-footer:not(.is-complete) .l-footer__bars .bar {
  scale: 0 1;
}

.l-footer__bars {
  position: absolute;
  inset: auto 0 100%;
  z-index: 1;
}
@media screen and (min-width: 768.00001px) {
  .l-footer__bars {
    height: 18.5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__bars {
    height: 9.8rem;
  }
}
.l-footer__bars .bar {
  display: block;
  background-color: var(--text);
  transform-origin: left center;
  transition: 0.6s scale ease-in-out;
}
.l-footer__bars .bar:nth-of-type(1) {
  transition-delay: 0.6s;
}
@media screen and (min-width: 768.00001px) {
  .l-footer__bars .bar:nth-of-type(1) {
    height: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__bars .bar:nth-of-type(1) {
    height: 2rem;
  }
}
.l-footer__bars .bar:nth-of-type(2) {
  transition-delay: 0s;
}
@media screen and (min-width: 768.00001px) {
  .l-footer__bars .bar:nth-of-type(2) {
    height: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__bars .bar:nth-of-type(2) {
    height: 6.4rem;
  }
}
.l-footer__bars .bar:nth-of-type(3) {
  transition-delay: 0.2s;
}
@media screen and (min-width: 768.00001px) {
  .l-footer__bars .bar:nth-of-type(3) {
    height: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__bars .bar:nth-of-type(3) {
    height: 1.4rem;
  }
}

.l-footer__menu {
  position: relative;
}
@media screen and (min-width: 768.00001px) {
  .l-footer__menu {
    margin-bottom: 4.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__menu {
    margin-bottom: 4.8rem;
  }
}

.l-footer__copy {
  z-index: 10;
}
@media screen and (min-width: 768.00001px) {
  .l-footer__copy {
    position: absolute;
    inset: -4.7rem auto auto 6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    position: relative;
    margin-bottom: 3.2rem;
    margin-left: -3.2rem;
  }
}
.l-footer__copy .jp {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  z-index: 10;
}
.l-footer__copy .jp .line {
  position: relative;
  display: block;
  background-color: #fff;
  z-index: 10;
}
.l-footer__copy .jp .line::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background-color: #fff;
  z-index: -1;
}
@media screen and (min-width: 768.00001px) {
  .l-footer__copy .jp .line:nth-of-type(1) {
    width: 63.8rem;
  }
  .l-footer__copy .jp .line:nth-of-type(1)::before {
    animation: 3s copyBar1 ease-in-out 0s infinite;
  }
  .l-footer__copy .jp .line:nth-of-type(2) {
    width: 35.2rem;
  }
  .l-footer__copy .jp .line:nth-of-type(2)::before {
    animation: 3s copyBar2 ease-in-out 0s infinite;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__copy .jp .line:nth-of-type(1) {
    width: 21.6rem;
    margin-left: 1.3rem;
  }
  .l-footer__copy .jp .line:nth-of-type(1)::before {
    animation: 3s copyBar1 ease-in-out 0s infinite;
  }
  .l-footer__copy .jp .line:nth-of-type(2) {
    width: 24.7rem;
    margin-block: -0.5rem;
    margin-left: 2.7rem;
  }
  .l-footer__copy .jp .line:nth-of-type(2)::before {
    animation: 3s copyBar2 ease-in-out 0s infinite;
  }
  .l-footer__copy .jp .line:nth-of-type(3) {
    width: 26.1rem;
  }
  .l-footer__copy .jp .line:nth-of-type(3)::before {
    animation: 3s copyBar1 ease-in-out 0.4s infinite;
  }
}
.l-footer__copy .en {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 3rem;
}
.l-footer__copy .en .line {
  position: relative;
  padding-inline: 0.6rem;
  background-color: var(--primary);
  font-family: "Urbanist", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.9;
  color: #fff;
  z-index: 10;
}
.l-footer__copy .en .line::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background-color: var(--primary);
  z-index: -1;
}
.l-footer__copy .en .line:nth-of-type(1)::before {
  animation: 2.8s copyBar1 ease-in-out 0.4s infinite;
}
.l-footer__copy .en .line:nth-of-type(2)::before {
  animation: 2.8s copyBar2 ease-in-out 0.4s infinite;
}

@media screen and (min-width: 768.00001px) {
  .l-footer__contact {
    position: absolute;
    inset: auto auto 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contact {
    margin-bottom: 3rem;
    padding-bottom: 5rem;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.39);
  }
}
.l-footer__contact__txt {
  margin-bottom: 2.6rem;
  font-size: 1.3rem;
  line-height: 2.4rem;
  color: #fff;
}
.l-footer__contact__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 20.3rem;
  height: 4.8rem;
  padding: 0 1.5rem 0 1.8rem;
  border-radius: 0.5rem;
  background-color: var(--primary);
  color: #fff;
}
.l-footer__contact__btn .txt {
  font-size: 1.4rem;
}
.l-footer__contact__btn::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--text);
}
@media (any-hover: hover) {
  .l-footer__contact__btn:hover {
    opacity: 1;
    background-color: var(--secondary);
  }
}

.l-footer__nav {
  padding-bottom: 3.4rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.39);
}
@media screen and (min-width: 768.00001px) {
  .l-footer__nav {
    width: 43.7rem;
    margin-left: auto;
    margin-bottom: 5.3rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    margin-bottom: 4.8rem;
  }
}
.l-footer__nav__list {
  display: flex;
  flex-direction: column;
}
.l-footer__nav__list a {
  display: flex;
  padding-block: 1.6rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
}

.l-footer__privacy {
  display: flex;
}
@media screen and (min-width: 768.00001px) {
  .l-footer__privacy {
    width: 43.7rem;
    margin-left: auto;
    align-items: center;
    justify-content: space-between;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__privacy {
    flex-direction: column;
    gap: 2rem;
    font-size: 1.2rem;
  }
}
.l-footer__privacy .privacy {
  color: #fff;
}
.l-footer__privacy .copyright {
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  color: #fff;
}

.l-footer__logo a {
  display: block;
  color: #fff;
}

.c-dark {
  position: relative;
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 768.00001px) {
  .c-dark {
    margin-top: -24rem;
  }
}
@media screen and (max-width: 768px) {
  .c-dark {
    margin-top: -6rem;
  }
}

.c-dark__grid {
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
}

.c-dark__cell {
  aspect-ratio: 1/1;
}
.c-dark__cell[style="background-color: rgb(240, 240, 240);"] {
  opacity: 0;
}

.c-dark__wrap {
  background-color: #343638;
  color: #fff;
  pointer-events: auto;
}

.c-contact {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768.00001px) {
  .c-contact {
    width: 136.6rem;
    margin-inline: auto;
    margin-top: 9.6rem;
    padding: 10.3rem 13.5rem 9.3rem;
  }
}
@media screen and (max-width: 768px) {
  .c-contact {
    margin-top: 12.2rem;
    padding: 0 3.2rem;
  }
}

.c-contact__head {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768.00001px) {
  .c-contact__head {
    gap: 2.4rem;
    margin-bottom: 14.2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-contact__head {
    gap: 1rem;
    margin-bottom: 24rem;
  }
}
.c-contact__head .sub {
  font-size: 1rem;
  font-weight: 600;
}
.c-contact__head .main {
  font-weight: 700;
}
@media screen and (min-width: 768.00001px) {
  .c-contact__head .main {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-contact__head .main {
    font-size: 2.4rem;
  }
}

.c-contact__txt {
  margin-left: auto;
}
@media screen and (min-width: 768.00001px) {
  .c-contact__txt {
    width: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .c-contact__txt {
    width: 23rem;
  }
}
.c-contact__txt .txt {
  line-height: 2;
}
@media screen and (min-width: 768.00001px) {
  .c-contact__txt .txt {
    margin-bottom: 6rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-contact__txt .txt {
    margin-bottom: 2.8rem;
    font-size: 1.4rem;
  }
}
.c-contact__txt .btn {
  display: inline-flex;
  align-items: center;
  gap: 1.8rem;
  height: 4.8rem;
  padding: 0 1.5rem 0 1.8rem;
  border-radius: 0.5rem;
  background-color: var(--text);
  font-size: 1.4rem;
  color: #fff;
}
.c-contact__txt .btn::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--secondary);
}
@media (any-hover: hover) {
  .c-contact__txt .btn:hover {
    opacity: 1;
    background-color: var(--primary);
  }
  .c-contact__txt .btn:hover::after {
    background-color: var(--text);
  }
}

.c-contact__bg {
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768.00001px) {
  .c-contact__bg {
    inset: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-contact__bg {
    inset: 1rem 0 auto;
    height: 33rem;
  }
}
.c-contact__bg__txt {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-contact__bg__txt .txt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
  color: #fff;
}
@media screen and (min-width: 768.00001px) {
  .c-contact__bg__txt .txt {
    font-size: 18.6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-contact__bg__txt .txt {
    font-size: 5.6rem;
  }
}
.c-contact__bg__txt .txt .p {
  margin-inline: 0.25em;
}
.c-contact__bg__txt .txt .t {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
.c-contact__bg__txt .txt .t:nth-of-type(1) {
  transition-delay: 0.3s;
}
.c-contact__bg__txt .txt .t:nth-of-type(2) {
  transition-delay: 0.6s;
}
.c-contact__bg__txt .txt .t:nth-of-type(3) {
  transition-delay: 0.9s;
}
.c-contact__bg__txt .txt .t:nth-of-type(4) {
  transition-delay: 1.2s;
}
.c-contact__bg__txt .txt .t:nth-of-type(5) {
  transition-delay: 1.5s;
}
.c-contact__bg__txt .txt .t:nth-of-type(6) {
  transition-delay: 1.8s;
}
.c-contact__bg__txt .txt .t:nth-of-type(7) {
  transition-delay: 2.1s;
}
.c-contact__bg__txt .txt .t:nth-of-type(8) {
  transition-delay: 2.4s;
}
.c-contact__bg__txt .txt .t:nth-of-type(9) {
  transition-delay: 2.7s;
}
.c-contact__bg__txt .txt .t:nth-of-type(10) {
  transition-delay: 3s;
}
.c-contact__bg__txt .txt.is-complete .t {
  width: 0.76em;
  opacity: 1;
}
.c-contact__bg .img {
  margin-inline: auto;
}
@media screen and (min-width: 768.00001px) {
  .c-contact__bg .img {
    width: 61.2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-contact__bg .img {
    width: 30.8rem;
  }
}

.c-pageTitle {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768.00001px) {
  .c-pageTitle {
    min-height: 63.4rem;
    padding: 33.7rem 13rem 15rem;
  }
}
@media screen and (max-width: 768px) {
  .c-pageTitle {
    min-height: 42rem;
    padding: 22.7rem 3.2rem 10rem;
  }
}
.c-pageTitle::before {
  content: "";
  position: absolute;
  display: block;
  height: 0.1rem;
  background-color: #fff;
}
@media screen and (min-width: 768.00001px) {
  .c-pageTitle::before {
    inset: 38.45rem 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .c-pageTitle::before {
    inset: 34.4rem 0 auto;
  }
}
.c-pageTitle .shapes {
  position: absolute;
}
@media screen and (min-width: 768.00001px) {
  .c-pageTitle .shapes {
    inset: 38.45rem auto auto 200dvw;
    inset: 38.45rem auto auto 200vw;
  }
}
@media screen and (max-width: 768px) {
  .c-pageTitle .shapes {
    inset: 34.4rem auto auto 200dvw;
    inset: 34.4rem auto auto 200vw;
  }
}
.c-pageTitle .shapes::before {
  content: "";
  position: absolute;
  inset: -50dvh auto -3000dvh 0;
  inset: -50vh auto -3000vh 0;
  display: block;
  border-left: 0.1rem dashed #fff;
  opacity: 0.8;
  z-index: -1;
}
.c-pageTitle .circle {
  position: relative;
  width: 4rem;
  aspect-ratio: 1/1;
  translate: -50% -50%;
  border-radius: 50%;
  border: 1.1rem solid #fff;
  z-index: -1;
}
.c-pageTitle .circle.circle1 {
  animation: 4s circle1 ease-in-out var(--delay) infinite;
}
.c-pageTitle .circle.circle2 {
  animation: 3.5s circle2 ease-in-out var(--delay) infinite;
}
.c-pageTitle .circle.circle3 {
  animation: 4s circle3 ease-in-out var(--delay) infinite;
}
.c-pageTitle .circle.circle4 {
  animation: 2.75s circle4 ease-in-out var(--delay) infinite;
}
@media screen and (max-width: 768px) {
  .c-pageTitle .circle {
    scale: 0.5;
  }
}
.c-pageTitle .circle::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 0.7rem;
  aspect-ratio: 1/1;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
}
.c-pageTitle .circle .square {
  position: absolute;
  inset: 0;
  width: 70%;
  aspect-ratio: 1/1;
  margin: auto;
  opacity: 0;
  animation: 4s var(--name) ease-in-out var(--delay) infinite;
}
@media screen and (min-width: 768.00001px) {
  .c-pageTitle .circle .square {
    border: 0.15rem solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .c-pageTitle .circle .square {
    border: 0.2rem solid #fff;
  }
}
.c-pageTitle .circle .square.circle2,
.c-pageTitle .circle .square.circle4 {
  display: none;
}

.c-pageTitle__head {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
@media screen and (min-width: 768.00001px) {
  .c-pageTitle__head {
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .c-pageTitle__head {
    gap: 1.5rem;
  }
}
.c-pageTitle__head .jp {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768.00001px) {
  .c-pageTitle__head .jp {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-pageTitle__head .jp {
    font-size: 1.5rem;
  }
}
.c-pageTitle__head .en {
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
  white-space: nowrap;
}
@media screen and (min-width: 768.00001px) {
  .c-pageTitle__head .en {
    font-size: 8.2rem;
    line-height: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .c-pageTitle__head .en {
    font-size: 4.3rem;
    line-height: 5.5rem;
  }
}

.c-breadCrumb {
  position: absolute;
  z-index: 100;
}
@media screen and (min-width: 768.00001px) {
  .c-breadCrumb {
    inset: 20.4rem auto auto 13rem;
  }
}
@media screen and (max-width: 768px) {
  .c-breadCrumb {
    inset: 13rem auto auto 3.2rem;
  }
}

.c-breadCrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0;
  font-size: 1.2rem;
  color: #a3a3a3;
}
.c-breadCrumb__list li {
  white-space: nowrap;
}
.c-breadCrumb__list li + li {
  position: relative;
  margin-left: 1rem;
  padding-left: 1.4rem;
}
.c-breadCrumb__list li + li::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  margin-block: auto;
  border-radius: 50%;
  background-color: var(--primary);
}
.c-breadCrumb__list a {
  text-decoration: underline;
  color: var(--text);
}

.c-heading1 {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
}
.c-heading1.white {
  color: #fff;
}
@media screen and (min-width: 768.00001px) {
  .c-heading1 {
    margin-bottom: 5rem;
  }
  .c-heading1 .sp + .sub {
    top: 0;
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-heading1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768.00001px) {
  .c-heading1 > .icn {
    max-width: 2rem;
    min-width: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-heading1 > .icn {
    max-width: 1.7rem;
    min-width: 1.7rem;
  }
}
.c-heading1 > .txt {
  font-weight: 700;
}
@media screen and (min-width: 768.00001px) {
  .c-heading1 > .txt {
    font-size: 2.6rem;
    line-height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-heading1 > .txt {
    font-size: 2.2rem;
    line-height: 4.2rem;
  }
}
.c-heading1 .sub {
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  top: -1rem;
}
@media screen and (min-width: 768.00001px) {
  .c-heading1 .sub {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-heading1 .sub {
    font-size: 1rem;
  }
}

.c-lead {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768.00001px) {
  .c-lead {
    width: 136.6rem;
    margin-inline: auto;
    margin-bottom: 10rem;
    padding-inline: 13.6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-lead {
    margin-bottom: 6rem;
    padding-inline: 3.2rem;
  }
}
.c-lead .head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 768.00001px) {
  .c-lead .head {
    margin-bottom: 4rem;
    margin-left: -1.2rem;
    font-size: 3.4rem;
    line-height: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-lead .head {
    margin-bottom: 5rem;
    margin-left: -1rem;
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 768.00001px) {
  .c-lead .head .pcLine {
    position: relative;
    display: block;
    padding: 0.2rem 1.2rem;
    background-color: #fff;
  }
  .c-lead .head .pcLine:nth-of-type(1) {
    padding-right: 2rem;
    animation: 3s leadLinePC1 ease-in-out 1.5s infinite;
  }
  @keyframes leadLinePC1 {
    0% {
      padding-right: 2rem;
    }
    45% {
      padding-right: 2rem;
    }
    50% {
      padding-right: 3rem;
    }
    55% {
      padding-right: 2rem;
    }
    90% {
      padding-left: 1.2rem;
      margin-left: 0rem;
    }
    95% {
      padding-left: 2.2rem;
      margin-left: -1rem;
    }
    100% {
      padding-left: 1.2rem;
      margin-left: 0rem;
    }
  }
  .c-lead .head .pcLine:nth-of-type(2) {
    margin-left: -1.8rem;
    padding-left: 3rem;
    padding-right: 0.6rem;
    animation: 3s leadLinePC2 ease-in-out 1.7s infinite;
  }
  @keyframes leadLinePC2 {
    0% {
      margin-left: -1.8rem;
      padding-left: 3rem;
      padding-right: 0.6rem;
    }
    45% {
      margin-left: -1.8rem;
      padding-left: 3rem;
      padding-right: 0.6rem;
    }
    50% {
      margin-left: -2.8rem;
      padding-left: 4rem;
      padding-right: 0.6rem;
    }
    55% {
      margin-left: -1.8rem;
      padding-left: 3rem;
      padding-right: 0.6rem;
    }
    90% {
      margin-left: -1.8rem;
      padding-left: 3rem;
      padding-right: 0.6rem;
    }
    95% {
      margin-left: -1.8rem;
      padding-left: 3rem;
      padding-right: 2rem;
    }
    100% {
      margin-left: -1.8rem;
      padding-left: 3rem;
      padding-right: 0.6rem;
    }
  }
}
@media screen and (max-width: 768px) {
  .c-lead .head .pcLine {
    overflow: visible;
  }
  .c-lead .head .pcLine.pc {
    display: none;
  }
  .c-lead .head .pcLine:nth-of-type(1) .spLine:nth-of-type(1) {
    animation: 3s leadLineSP1 ease-in-out 1.5s infinite;
  }
  @keyframes leadLineSP1 {
    0% {
      padding-right: 1rem;
    }
    45% {
      padding-right: 1rem;
    }
    50% {
      padding-right: 2.5rem;
    }
    55% {
      padding-right: 1rem;
    }
    90% {
      padding-left: 1rem;
      margin-left: 0rem;
    }
    95% {
      padding-left: 2rem;
      margin-left: -1rem;
    }
    100% {
      padding-left: 1rem;
      margin-left: 0rem;
    }
  }
  .c-lead .head .pcLine:nth-of-type(1) .spLine:nth-of-type(2) {
    margin-left: -1.2rem;
    padding-left: 2.2rem;
    animation: 3s leadLineSP2 ease-in-out 1.7s infinite;
  }
  @keyframes leadLineSP2 {
    0% {
      margin-left: -1.2rem;
      padding-left: 2.2rem;
    }
    45% {
      margin-left: -1.2rem;
      padding-left: 2.2rem;
    }
    50% {
      margin-left: -2.2rem;
      padding-left: 3.2rem;
    }
    55% {
      margin-left: -1.2rem;
      padding-left: 2.2rem;
    }
    90% {
      padding-right: 1rem;
    }
    95% {
      padding-right: 2.5rem;
    }
    100% {
      padding-right: 1rem;
    }
  }
  .c-lead .head .pcLine:nth-of-type(2) .spLine:nth-of-type(1) {
    animation: 3s leadLineSP3 ease-in-out 2s infinite;
  }
  @keyframes leadLineSP3 {
    0% {
      padding-right: 1rem;
    }
    45% {
      padding-right: 1rem;
    }
    50% {
      padding-right: 2.5rem;
    }
    55% {
      padding-right: 1rem;
    }
    90% {
      padding-left: 1rem;
      margin-left: 0rem;
    }
    95% {
      padding-left: 2rem;
      margin-left: -1rem;
    }
    100% {
      padding-left: 1rem;
      margin-left: 0rem;
    }
  }
  .c-lead .head .pcLine:nth-of-type(2) .spLine:nth-of-type(2) {
    margin-left: -2.2rem;
    padding-left: 3.2rem;
    animation: 3s leadLineSP4 ease-in-out 2.2s infinite;
  }
  @keyframes leadLineSP4 {
    0% {
      margin-left: -2.2rem;
      padding-left: 3.2rem;
    }
    45% {
      margin-left: -2.2rem;
      padding-left: 3.2rem;
    }
    50% {
      margin-left: -1.2rem;
      padding-left: 2.2rem;
    }
    55% {
      margin-left: -2.2rem;
      padding-left: 3.2rem;
    }
    90% {
      padding-right: 1rem;
    }
    95% {
      padding-right: 2.5rem;
    }
    100% {
      padding-right: 1rem;
    }
  }
  .c-lead .head .pcLine::before {
    content: none;
  }
}
@media screen and (min-width: 768.00001px) {
  .c-lead .head .pcLine > span {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .c-lead .head .pcLine > span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    opacity: 1;
  }
}
@media screen and (min-width: 768.00001px) {
  .c-lead .head .spLine::before {
    content: none;
  }
  .c-lead .head .spLine.sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-lead .head .spLine {
    position: relative;
    display: block;
    padding: 0.1rem 1rem;
    background-color: #fff;
  }
}
.c-lead .txt {
  line-height: 2;
}
@media screen and (min-width: 768.00001px) {
  .c-lead .txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-lead .txt {
    font-size: 1.6rem;
  }
}

.p-home .js-home-bars {
  width: 100dvw;
  width: 100vw;
  overflow-x: hidden;
}
.p-home .js-home-bar {
  width: 0rem;
  height: 0.6rem;
  margin-left: 0rem;
  pointer-events: none;
  background: linear-gradient(90deg, #fff 0%, transparent 100%);
  z-index: -1;
}
.p-home .js-home-bar.is-active {
  animation: homeBars 1s ease-in-out;
}
@keyframes homeBars {
  0% {
    width: 0rem;
    margin-left: 0rem;
  }
  70% {
    width: 6.6rem;
  }
  100% {
    margin-left: -16rem;
  }
}
@keyframes kvCover {
  0% {
    opacity: 1;
    translate: -100% 0;
    background-color: var(--text);
  }
  10% {
    opacity: 1;
    translate: 100% 0;
    background-color: var(--text);
  }
  48% {
    opacity: 0;
    translate: 100% 0;
    background-color: transparent;
  }
  49% {
    opacity: 0;
    translate: -100% 0;
    background-color: transparent;
  }
  50% {
    opacity: 1;
    translate: -100% 0;
    background-color: var(--primary);
  }
  60% {
    opacity: 1;
    translate: 100% 0;
    background-color: var(--primary);
  }
  98% {
    opacity: 0;
    translate: 100% 0;
    background-color: transparent;
  }
  99% {
    opacity: 0;
    translate: -100% 0;
    background-color: transparent;
  }
  100% {
    opacity: 1;
    translate: -100% 0;
    background-color: var(--text);
  }
}
@keyframes kvTxt {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kvCopy {
  0% {
    color: var(--text);
  }
  49% {
    color: var(--text);
  }
  50% {
    color: var(--primary);
  }
  100% {
    color: var(--primary);
  }
}
@keyframes kvEn {
  0% {
    background-color: var(--text);
  }
  49% {
    background-color: var(--text);
  }
  50% {
    background-color: var(--primary);
  }
  100% {
    background-color: var(--primary);
  }
}

.p-home__kv {
  position: relative;
  pointer-events: none;
  z-index: 1;
}
.p-home__kv::before {
  content: "";
  position: absolute;
  display: block;
  height: 0.1rem;
  background-color: #fff;
  z-index: 1;
}
@media screen and (min-width: 768.00001px) {
  .p-home__kv::before {
    inset: 50dvh 0 auto;
    inset: 50vh 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-home__kv::before {
    inset: 40dvh 0 auto;
    inset: 40vh 0 auto;
  }
}
.p-home__kv__list {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.p-home__kv__list .shapes {
  position: absolute;
}
@media screen and (min-width: 768.00001px) {
  .p-home__kv__list .shapes {
    inset: 50dvh auto auto 200dvw;
    inset: 50vh auto auto 200vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__kv__list .shapes {
    inset: 40dvh auto auto 200dvw;
    inset: 40vh auto auto 200vw;
  }
}
.p-home__kv__list .shapes::before {
  content: "";
  position: absolute;
  inset: -50dvh auto -3000dvh 0;
  inset: -50vh auto -3000vh 0;
  display: block;
  border-left: 0.1rem dashed #fff;
  opacity: 0.8;
  z-index: -1;
}
.p-home__kv__list .circle {
  position: relative;
  width: 4rem;
  aspect-ratio: 1/1;
  translate: -50% -50%;
  border-radius: 50%;
  border: 1.1rem solid #fff;
  z-index: -1;
}
.p-home__kv__list .circle.circle1 {
  animation: 4s circle1 ease-in-out var(--delay) infinite;
}
.p-home__kv__list .circle.circle2 {
  animation: 3.5s circle2 ease-in-out var(--delay) infinite;
}
.p-home__kv__list .circle.circle3 {
  animation: 4s circle3 ease-in-out var(--delay) infinite;
}
.p-home__kv__list .circle.circle4 {
  animation: 2.75s circle4 ease-in-out var(--delay) infinite;
}
@media screen and (max-width: 768px) {
  .p-home__kv__list .circle {
    scale: 0.5;
  }
}
.p-home__kv__list .circle::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 0.7rem;
  aspect-ratio: 1/1;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
}
.p-home__kv__list .circle .square {
  position: absolute;
  inset: 0;
  width: 70%;
  aspect-ratio: 1/1;
  margin: auto;
  opacity: 0;
  animation: 4s var(--name) ease-in-out var(--delay) infinite;
}
@media screen and (min-width: 768.00001px) {
  .p-home__kv__list .circle .square {
    border: 0.15rem solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .p-home__kv__list .circle .square {
    border: 0.2rem solid #fff;
  }
}
.p-home__kv__list .circle .square.circle2,
.p-home__kv__list .circle .square.circle4 {
  display: none;
}
@keyframes circle1 {
  0% {
    width: 4.2rem;
  }
  10% {
    width: 15.1rem;
  }
  70% {
    width: 15.1rem;
  }
  80% {
    width: 4.2rem;
  }
}
@keyframes circle2 {
  0% {
    width: 4.2rem;
  }
  10% {
    width: 6.9rem;
  }
  70% {
    width: 6.9rem;
  }
  80% {
    width: 4.2rem;
  }
}
@keyframes circle3 {
  0% {
    width: 4.2rem;
  }
  10% {
    width: 42rem;
  }
  70% {
    width: 42rem;
  }
  80% {
    width: 4.2rem;
  }
}
@keyframes circle4 {
  0% {
    width: 4.2rem;
  }
  10% {
    width: 10.7rem;
  }
  70% {
    width: 10.7rem;
  }
  80% {
    width: 4.2rem;
  }
}
@keyframes square1 {
  0% {
    opacity: 0;
    rotate: 0deg;
  }
  10% {
    opacity: 1;
    rotate: 0deg;
  }
  35% {
    opacity: 1;
    rotate: 0deg;
  }
  45% {
    opacity: 1;
    rotate: 45deg;
  }
  75% {
    opacity: 1;
    rotate: 45deg;
  }
  80% {
    opacity: 0;
    rotate: 45deg;
  }
  100% {
    opacity: 0;
    rotate: 45deg;
  }
}
@keyframes square2 {
  0% {
    opacity: 0;
    rotate: 45deg;
  }
  10% {
    opacity: 1;
    rotate: 45deg;
  }
  35% {
    opacity: 1;
    rotate: 45deg;
  }
  45% {
    opacity: 1;
    rotate: 90deg;
  }
  75% {
    opacity: 1;
    rotate: 90deg;
  }
  80% {
    opacity: 0;
    rotate: 90deg;
  }
  100% {
    opacity: 0;
    rotate: 90deg;
  }
}
.p-home__kv__list__item {
  position: absolute;
}
@media screen and (min-width: 768.00001px) {
  .p-home__kv__list__item {
    inset: 50dvh auto auto 150dvw;
    inset: 50vh auto auto 150vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__kv__list__item {
    inset: 40dvh auto auto 200dvw;
    inset: 40vh auto auto 200vw;
  }
}
.p-home__kv__list__item:nth-of-type(1),
.p-home__kv__list__item:nth-of-type(8) {
  z-index: 8;
}
.p-home__kv__list__item:nth-of-type(1) .p-home__kv__list__txt,
.p-home__kv__list__item:nth-of-type(8) .p-home__kv__list__txt {
  margin-top: -24vh;
}
.p-home__kv__list__item:nth-of-type(1) .p-home__kv__list__txt .txt.black,
.p-home__kv__list__item:nth-of-type(8) .p-home__kv__list__txt .txt.black {
  transition-delay: 0.5s;
  animation-delay: 5.6s;
}
.p-home__kv__list__item:nth-of-type(1) .p-home__kv__list__txt .txt.red .cover::before,
.p-home__kv__list__item:nth-of-type(8) .p-home__kv__list__txt .txt.red .cover::before {
  animation-delay: 0s;
}
.p-home__kv__list__item:nth-of-type(1) .p-home__kv__list__txt .txt.red .cover:nth-child(2)::before,
.p-home__kv__list__item:nth-of-type(8) .p-home__kv__list__txt .txt.red .cover:nth-child(2)::before {
  animation-delay: 0.2s;
}
.p-home__kv__list__item:nth-of-type(1) .p-home__kv__list__txt .txt.red .cover span,
.p-home__kv__list__item:nth-of-type(8) .p-home__kv__list__txt .txt.red .cover span {
  animation-delay: 0.6s;
}
.p-home__kv__list__item:nth-of-type(2),
.p-home__kv__list__item:nth-of-type(10) {
  z-index: 7;
}
.p-home__kv__list__item:nth-of-type(2) .p-home__kv__list__txt,
.p-home__kv__list__item:nth-of-type(10) .p-home__kv__list__txt {
  margin-top: 6vh;
}
.p-home__kv__list__item:nth-of-type(2) .p-home__kv__list__txt .txt.black,
.p-home__kv__list__item:nth-of-type(10) .p-home__kv__list__txt .txt.black {
  transition-delay: 0.9s;
  animation-delay: 6s;
}
.p-home__kv__list__item:nth-of-type(2) .p-home__kv__list__txt .txt.red .cover::before,
.p-home__kv__list__item:nth-of-type(10) .p-home__kv__list__txt .txt.red .cover::before {
  animation-delay: 0.4s;
}
.p-home__kv__list__item:nth-of-type(2) .p-home__kv__list__txt .txt.red .cover:nth-child(2)::before,
.p-home__kv__list__item:nth-of-type(10) .p-home__kv__list__txt .txt.red .cover:nth-child(2)::before {
  animation-delay: 0.6s;
}
.p-home__kv__list__item:nth-of-type(2) .p-home__kv__list__txt .txt.red .cover span,
.p-home__kv__list__item:nth-of-type(10) .p-home__kv__list__txt .txt.red .cover span {
  animation-delay: 1s;
}
.p-home__kv__list__item:nth-of-type(3),
.p-home__kv__list__item:nth-of-type(11) {
  z-index: 6;
}
.p-home__kv__list__item:nth-of-type(3) .p-home__kv__list__txt,
.p-home__kv__list__item:nth-of-type(11) .p-home__kv__list__txt {
  margin-top: -12vh;
}
.p-home__kv__list__item:nth-of-type(3) .p-home__kv__list__txt .txt.black,
.p-home__kv__list__item:nth-of-type(11) .p-home__kv__list__txt .txt.black {
  transition-delay: 0.9s;
  animation-delay: 6s;
}
.p-home__kv__list__item:nth-of-type(3) .p-home__kv__list__txt .txt.red .cover::before,
.p-home__kv__list__item:nth-of-type(11) .p-home__kv__list__txt .txt.red .cover::before {
  animation-delay: 0.4s;
}
.p-home__kv__list__item:nth-of-type(3) .p-home__kv__list__txt .txt.red .cover:nth-child(2)::before,
.p-home__kv__list__item:nth-of-type(11) .p-home__kv__list__txt .txt.red .cover:nth-child(2)::before {
  animation-delay: 0.6s;
}
.p-home__kv__list__item:nth-of-type(3) .p-home__kv__list__txt .txt.red .cover span,
.p-home__kv__list__item:nth-of-type(11) .p-home__kv__list__txt .txt.red .cover span {
  animation-delay: 1s;
}
.p-home__kv__list__item:nth-of-type(4),
.p-home__kv__list__item:nth-of-type(12) {
  z-index: 5;
}
.p-home__kv__list__item:nth-of-type(4) .p-home__kv__list__txt,
.p-home__kv__list__item:nth-of-type(12) .p-home__kv__list__txt {
  margin-top: 2vh;
}
.p-home__kv__list__item:nth-of-type(5),
.p-home__kv__list__item:nth-of-type(13) {
  z-index: 4;
}
.p-home__kv__list__item:nth-of-type(5) .p-home__kv__list__txt,
.p-home__kv__list__item:nth-of-type(13) .p-home__kv__list__txt {
  margin-top: -16vh;
}
.p-home__kv__list__item:nth-of-type(5) .p-home__kv__list__txt .txt.black,
.p-home__kv__list__item:nth-of-type(13) .p-home__kv__list__txt .txt.black {
  transition-delay: 0.9s;
  animation-delay: 6s;
}
.p-home__kv__list__item:nth-of-type(5) .p-home__kv__list__txt .txt.red .cover::before,
.p-home__kv__list__item:nth-of-type(13) .p-home__kv__list__txt .txt.red .cover::before {
  animation-delay: 0.4s;
}
.p-home__kv__list__item:nth-of-type(5) .p-home__kv__list__txt .txt.red .cover:nth-child(2)::before,
.p-home__kv__list__item:nth-of-type(13) .p-home__kv__list__txt .txt.red .cover:nth-child(2)::before {
  animation-delay: 0.6s;
}
.p-home__kv__list__item:nth-of-type(5) .p-home__kv__list__txt .txt.red .cover span,
.p-home__kv__list__item:nth-of-type(13) .p-home__kv__list__txt .txt.red .cover span {
  animation-delay: 1s;
}
.p-home__kv__list__item:nth-of-type(6),
.p-home__kv__list__item:nth-of-type(14) {
  z-index: 3;
}
.p-home__kv__list__item:nth-of-type(6) .p-home__kv__list__txt,
.p-home__kv__list__item:nth-of-type(14) .p-home__kv__list__txt {
  margin-top: 4vh;
}
.p-home__kv__list__item:nth-of-type(7),
.p-home__kv__list__item:nth-of-type(15) {
  z-index: 2;
}
.p-home__kv__list__item:nth-of-type(7) .p-home__kv__list__txt,
.p-home__kv__list__item:nth-of-type(15) .p-home__kv__list__txt {
  margin-top: -22vh;
}
.p-home__kv__list__item:nth-of-type(7) .p-home__kv__list__txt .txt.black,
.p-home__kv__list__item:nth-of-type(15) .p-home__kv__list__txt .txt.black {
  transition-delay: 0.9s;
  animation-delay: 6s;
}
.p-home__kv__list__item:nth-of-type(7) .p-home__kv__list__txt .txt.red .cover::before,
.p-home__kv__list__item:nth-of-type(15) .p-home__kv__list__txt .txt.red .cover::before {
  animation-delay: 0.4s;
}
.p-home__kv__list__item:nth-of-type(7) .p-home__kv__list__txt .txt.red .cover:nth-child(2)::before,
.p-home__kv__list__item:nth-of-type(15) .p-home__kv__list__txt .txt.red .cover:nth-child(2)::before {
  animation-delay: 0.6s;
}
.p-home__kv__list__item:nth-of-type(7) .p-home__kv__list__txt .txt.red .cover span,
.p-home__kv__list__item:nth-of-type(15) .p-home__kv__list__txt .txt.red .cover span {
  animation-delay: 1s;
}
.p-home__kv__list__item:nth-of-type(8),
.p-home__kv__list__item:nth-of-type(16) {
  z-index: 1;
}
.p-home__kv__list__item:nth-of-type(8) .p-home__kv__list__txt,
.p-home__kv__list__item:nth-of-type(16) .p-home__kv__list__txt {
  margin-top: 8vh;
}
.p-home__kv__list__txt {
  position: relative;
  z-index: 2;
}
.p-home__kv__list__txt .txt {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 768.00001px) {
  .p-home__kv__list__txt .txt {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__kv__list__txt .txt {
    font-size: 1.3rem;
    line-height: 2.1rem;
  }
}
.p-home__kv__list__txt .txt.black {
  opacity: 0;
  transition: 0s opacity 0.5s ease-in-out;
  animation: 10s kvTxt ease-in-out 5.6s infinite;
}
.p-home__kv__list__txt .txt.red {
  position: absolute;
  inset: 0 auto 0 0;
  color: var(--primary);
}
.p-home__kv__list__txt .txt.red .cover {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.p-home__kv__list__txt .txt.red .cover::before {
  content: "";
  position: absolute;
  inset: 0 -100%;
  display: block;
  background-color: var(--primary);
  translate: -100% 0;
  z-index: 10;
  animation: 10s kvCover ease-in-out 0s infinite;
}
.p-home__kv__list__txt .txt.red .cover:nth-child(2)::before {
  animation-delay: 0.2s;
}
.p-home__kv__list__txt .txt.red .cover span {
  display: block;
  opacity: 0;
  animation: 10s kvTxt ease-in-out 0.6s infinite;
}
.is-complete .p-home__kv__list__txt .txt.black {
  opacity: 1;
}
.p-home__kv__copy {
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 768.00001px) {
  .p-home__kv__copy {
    inset: auto auto 4.9rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__kv__copy {
    inset: auto auto 10.6rem -0.5rem;
  }
}
.p-home__kv__copy .jp {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  z-index: 10;
}
.p-home__kv__copy .jp .cover {
  position: relative;
  display: block;
  overflow: hidden;
  animation: 10s kvCopy ease-in-out 1s infinite;
}
.p-home__kv__copy .jp .cover svg {
  opacity: 0;
  transition: 0s opacity 1s ease-in-out;
}
.p-home__kv__copy .jp .cover::before {
  content: "";
  position: absolute;
  inset: 0 -100%;
  display: block;
  background-color: var(--primary);
  translate: -100% 0;
  animation: 10s kvCover ease-in-out 0.4s infinite;
}
.is-complete .p-home__kv__copy .jp .cover svg {
  opacity: 1;
}
.p-home__kv__copy .jp .line {
  position: relative;
  display: block;
  background-color: #fff;
  z-index: 10;
}
.p-home__kv__copy .jp .line::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background-color: #fff;
  z-index: -1;
}
@media screen and (min-width: 768.00001px) {
  .p-home__kv__copy .jp .line:nth-of-type(1) {
    width: 63.8rem;
  }
  .p-home__kv__copy .jp .line:nth-of-type(1)::before {
    animation: 3s copyBar1 ease-in-out 4s infinite;
  }
  .p-home__kv__copy .jp .line:nth-of-type(2) {
    width: 35.2rem;
  }
  .p-home__kv__copy .jp .line:nth-of-type(2)::before {
    animation: 3s copyBar2 ease-in-out 4s infinite;
  }
  .p-home__kv__copy .jp .line:nth-of-type(2) .cover {
    animation-delay: 1.2s;
  }
  .p-home__kv__copy .jp .line:nth-of-type(2) .cover svg {
    transition-delay: 1.2s;
  }
  .p-home__kv__copy .jp .line:nth-of-type(2) .cover::before {
    animation-delay: 0.6s;
  }
}
@media screen and (max-width: 768px) {
  .p-home__kv__copy .jp .line:nth-of-type(1) {
    width: 21.6rem;
    margin-left: 1.3rem;
  }
  .p-home__kv__copy .jp .line:nth-of-type(1)::before {
    animation: 3s copyBar1 ease-in-out 4s infinite;
  }
  .p-home__kv__copy .jp .line:nth-of-type(2) {
    width: 24.7rem;
    margin-block: -0.5rem;
    margin-left: 2.7rem;
  }
  .p-home__kv__copy .jp .line:nth-of-type(2)::before {
    animation: 3s copyBar2 ease-in-out 4s infinite;
  }
  .p-home__kv__copy .jp .line:nth-of-type(2) .cover {
    animation-delay: 1.1s;
  }
  .p-home__kv__copy .jp .line:nth-of-type(2) .cover svg {
    transition-delay: 1.1s;
  }
  .p-home__kv__copy .jp .line:nth-of-type(2) .cover::before {
    animation-delay: 0.5s;
  }
  .p-home__kv__copy .jp .line:nth-of-type(3) {
    width: 26.1rem;
  }
  .p-home__kv__copy .jp .line:nth-of-type(3)::before {
    animation: 3s copyBar1 ease-in-out 4.4s infinite;
  }
  .p-home__kv__copy .jp .line:nth-of-type(3) .cover {
    animation-delay: 1.2s;
  }
  .p-home__kv__copy .jp .line:nth-of-type(3) .cover svg {
    transition-delay: 1.2s;
  }
  .p-home__kv__copy .jp .line:nth-of-type(3) .cover::before {
    animation-delay: 0.6s;
  }
}
.p-home__kv__copy .en {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 3rem;
}
.p-home__kv__copy .en .line {
  position: relative;
  padding-inline: 0.6rem;
  background-color: var(--text);
  overflow: hidden;
  font-family: "Urbanist", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.9;
  color: #fff;
  z-index: 10;
  animation: 10s kvEn ease-in-out 1.4s infinite;
}
.p-home__kv__copy .en .line::before {
  content: "";
  position: absolute;
  inset: 0 -100%;
  display: block;
  translate: -100% 0;
  background-color: var(--primary);
  transform-origin: left center;
  animation: 10s kvCover ease-in-out 0.8s infinite;
  z-index: -1;
}
.p-home__kv__copy .en .line span {
  opacity: 0;
  transition: 0.6s opacity 0.8s ease-in-out;
}
.is-complete .p-home__kv__copy .en .line span {
  opacity: 1;
}
.p-home__kv__bars {
  position: absolute;
  inset: 0 0 auto;
  width: 100dvw;
  width: 100vw;
  min-height: 100vh;
  min-height: 100dvh;
  z-index: 1;
}
.p-home__kv__bg {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100dvw;
  width: 100vw;
  min-height: 100vh;
  min-height: 100dvh;
  white-space: nowrap;
  z-index: 2;
}
.p-home__kv__bg .txt {
  padding-right: 0.4em;
  font-family: "Urbanist", sans-serif;
  font-size: 20rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  animation: homeTxt 40s linear infinite;
}
@keyframes homeTxt {
  100% {
    translate: -100% 0;
  }
}
@media screen and (min-width: 768.00001px) {
  .p-home__kv__bg .txt {
    margin-bottom: -0.15em;
  }
}
@media screen and (max-width: 768px) {
  .p-home__kv__bg .txt {
    margin-bottom: 4.8rem;
  }
}

.p-home__about {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 2;
}
@media screen and (min-width: 768.00001px) {
  .p-home__about {
    gap: 12rem;
    padding: 12rem 13.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__about {
    gap: 3.5rem;
    padding: 14.6rem 3rem 9.7rem 3.2rem;
  }
}
.p-home__about__head {
  font-family: "Urbanist", sans-serif;
  font-size: 1rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .p-home__about__head {
    writing-mode: vertical-rl;
  }
}
.p-home__about__txt {
  margin-top: -1.5rem;
}
@media screen and (min-width: 768.00001px) {
  .p-home__about__txt {
    width: 78.6rem;
  }
}
.p-home__about__txt .txt {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-weight: 700;
}
@media screen and (min-width: 768.00001px) {
  .p-home__about__txt .txt {
    margin-bottom: 6.9rem;
    font-size: 2.5rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-home__about__txt .txt {
    margin-bottom: 4rem;
    font-size: 1.7rem;
    line-height: 3.8rem;
  }
}
.p-home__about__txt .copy {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768.00001px) {
  .p-home__about__txt .copy {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__about__txt .copy {
    margin-bottom: 4rem;
    margin-left: -3rem;
  }
}
.p-home__about__txt .copy .jp {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  z-index: 10;
}
.p-home__about__txt .copy .jp .line {
  position: relative;
  display: block;
  background-color: #fff;
  z-index: 10;
}
.p-home__about__txt .copy .jp .line::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background-color: #fff;
  z-index: -1;
}
@media screen and (min-width: 768.00001px) {
  .p-home__about__txt .copy .jp .line:nth-of-type(1) {
    width: 63.8rem;
  }
  .p-home__about__txt .copy .jp .line:nth-of-type(1)::before {
    animation: 3s copyBar1 ease-in-out 0s infinite;
  }
  .p-home__about__txt .copy .jp .line:nth-of-type(2) {
    width: 35.2rem;
  }
  .p-home__about__txt .copy .jp .line:nth-of-type(2)::before {
    animation: 3s copyBar2 ease-in-out 0s infinite;
  }
}
@media screen and (max-width: 768px) {
  .p-home__about__txt .copy .jp .line:nth-of-type(1) {
    width: 21.6rem;
    margin-left: 1.3rem;
  }
  .p-home__about__txt .copy .jp .line:nth-of-type(1)::before {
    animation: 3s copyBar1 ease-in-out 0s infinite;
  }
  .p-home__about__txt .copy .jp .line:nth-of-type(2) {
    width: 24.7rem;
    margin-block: -0.5rem;
    margin-left: 2.7rem;
  }
  .p-home__about__txt .copy .jp .line:nth-of-type(2)::before {
    animation: 3s copyBar2 ease-in-out 0s infinite;
  }
  .p-home__about__txt .copy .jp .line:nth-of-type(3) {
    width: 26.1rem;
  }
  .p-home__about__txt .copy .jp .line:nth-of-type(3)::before {
    animation: 3s copyBar1 ease-in-out 0.4s infinite;
  }
}
.p-home__about__txt .btn {
  display: inline-flex;
  align-items: center;
  gap: 1.8rem;
  height: 4.8rem;
  padding: 0 1.5rem 0 1.8rem;
  border-radius: 0.5rem;
  background-color: var(--text);
  font-size: 1.4rem;
  color: #fff;
}
@media (any-hover: hover) {
  .p-home__about__txt .btn:hover {
    opacity: 1;
    background-color: var(--primary);
  }
  .p-home__about__txt .btn:hover::after {
    background-color: var(--text);
  }
}
@media screen and (max-width: 768px) {
  .p-home__about__txt .btn {
    margin-left: -2.6rem;
  }
}
.p-home__about__txt .btn::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--secondary);
}

.p-home__service {
  position: relative;
  background-color: #343638;
  color: #fff;
}
@media screen and (min-width: 768.00001px) {
  .p-home__service__wrap {
    width: 136.6rem;
    margin-inline: auto;
    padding: 5.8rem 13.6rem 9.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__service__wrap {
    padding: 6rem 3.2rem 5rem;
  }
}
.p-home__service__head {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768.00001px) {
  .p-home__service__head {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__service__head {
    margin-bottom: 5rem;
  }
}
.p-home__service__head .sub {
  font-weight: 700;
}
@media screen and (min-width: 768.00001px) {
  .p-home__service__head .sub {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__service__head .sub {
    font-size: 1.4rem;
  }
}
.p-home__service__head .main {
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
}
@media screen and (min-width: 768.00001px) {
  .p-home__service__head .main {
    font-size: 8.2rem;
    line-height: 9.7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__service__head .main {
    font-size: 4.2rem;
    line-height: 5.7rem;
  }
}
.p-home__service__txt {
  line-height: 2;
}
@media screen and (min-width: 768.00001px) {
  .p-home__service__txt {
    width: 39.2rem;
    margin-bottom: 12rem;
    margin-left: auto;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__service__txt {
    margin-bottom: 5rem;
    font-size: 1.4rem;
  }
}
.p-home__service__list {
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-home__service__list {
    flex-direction: column;
  }
}
.p-home__service__list__item {
  position: relative;
  display: flex;
  transition: 0.4s all ease-in-out;
  white-space: nowrap;
  background-color: #343638;
}
@media screen and (min-width: 768.00001px) {
  .p-home__service__list__item {
    width: 25%;
    flex-direction: column;
    padding: 4rem;
    border-left: 0.1rem dashed #fff;
  }
}
@media screen and (max-width: 768px) {
  .p-home__service__list__item {
    align-items: center;
    justify-content: space-between;
    padding: 2.6rem 0 4rem;
    border-top: 0.1rem dashed #fff;
  }
}
.p-home__service__list__item::before,
.p-home__service__list__item::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
}
.p-home__service__list__item::before {
  background-color: var(--text);
}
@media screen and (min-width: 768.00001px) {
  .p-home__service__list__item::before {
    inset: -0.4rem auto auto -0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__service__list__item::before {
    inset: -0.4rem 0 auto auto;
  }
}
.p-home__service__list__item::after {
  background-color: var(--primary);
}
@media screen and (min-width: 768.00001px) {
  .p-home__service__list__item::after {
    inset: auto auto -0.4rem -0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__service__list__item::after {
    inset: -0.4rem auto auto 0;
  }
}
@media screen and (min-width: 768.00001px) {
  .p-home__service__list__item:hover {
    opacity: 1;
  }
  .p-home__service__list__item.hover {
    width: 45%;
  }
  .p-home__service__list__item.side {
    width: 15%;
  }
  .p-home__service__list__item:nth-of-type(1) {
    top: -21rem;
  }
  .p-home__service__list__item:nth-of-type(2) {
    top: -14rem;
  }
  .p-home__service__list__item:nth-of-type(3) {
    top: -7rem;
  }
  .p-home__service__list__item:nth-of-type(4) {
    top: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__service__list__item:active {
    padding: 6rem 0 8rem;
  }
}
@media screen and (min-width: 768.00001px) {
  .p-home__service__list__txt .head {
    display: flex;
    flex-direction: column;
    gap: 5.7rem;
    margin-bottom: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__service__list__txt .head {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
  }
}
.p-home__service__list__txt .head .sub {
  display: flex;
  align-items: center;
  font-family: "Urbanist", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
}
@media screen and (min-width: 768.00001px) {
  .p-home__service__list__txt .head .sub {
    gap: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__service__list__txt .head .sub {
    position: absolute;
    inset: 0 auto auto 0;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
  }
  .p-home__service__list__txt .head .sub .en {
    writing-mode: vertical-rl;
  }
}
.p-home__service__list__txt .head .sub .num {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-home__service__list__txt .head .sub .num {
    line-height: 1.2;
  }
}
.p-home__service__list__txt .head .main {
  font-weight: 700;
}
@media screen and (min-width: 768.00001px) {
  .p-home__service__list__txt .head .main {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__service__list__txt .head .main {
    font-size: 2.1rem;
  }
}
.p-home__service__list__txt .txt {
  font-family: "Urbanist", sans-serif;
}
@media screen and (min-width: 768.00001px) {
  .p-home__service__list__txt .txt {
    margin-bottom: 9rem;
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
@media screen and (max-width: 768px) {
  .p-home__service__list__txt .txt {
    padding-left: 2.5rem;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768.00001px) {
  .p-home__service__list__icn {
    width: 7.8rem;
    margin-top: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-home__service__list__icn {
    width: 4.6rem;
  }
}
@media screen and (min-width: 768.00001px) {
  .p-home__service__btn {
    position: relative;
    margin-top: -4.8rem;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .p-home__service__btn {
    display: flex;
    justify-content: flex-end;
  }
}
.p-home__service__btn .btn {
  display: inline-flex;
  align-items: center;
  gap: 1.8rem;
  height: 4.8rem;
  padding: 0 1.5rem 0 1.8rem;
  border-radius: 0.5rem;
  background-color: var(--text);
  font-size: 1.4rem;
  color: #fff;
}
.p-home__service__btn .btn::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--secondary);
}
@media (any-hover: hover) {
  .p-home__service__btn .btn:hover {
    opacity: 1;
    background-color: var(--primary);
  }
  .p-home__service__btn .btn:hover::after {
    background-color: var(--text);
  }
}

.p-home__solution {
  position: relative;
  background-color: #343638;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-home__solution {
    width: 100dvw;
    overflow: hidden;
  }
}
@media screen and (min-width: 768.00001px) {
  .p-home__solution__wrap {
    display: flex;
    justify-content: space-between;
    width: 136.6rem;
    margin-inline: auto;
    padding: 13.3rem 13.6rem 17.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__solution__wrap {
    padding: 5rem 3.2rem 1.1rem;
  }
}
.p-home__solution__video {
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media screen and (min-width: 768.00001px) {
  .p-home__solution__video {
    inset: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home__solution__video {
    inset: -6rem -85vw 0 -80vw;
  }
}
.p-home__solution__video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 16/9;
  z-index: 1;
}
.p-home__solution__head {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-home__solution__head {
    margin-bottom: 27.2rem;
  }
}
.p-home__solution__head .sub {
  font-weight: 700;
}
@media screen and (min-width: 768.00001px) {
  .p-home__solution__head .sub {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__solution__head .sub {
    font-size: 1.4rem;
  }
}
.p-home__solution__head .main {
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
}
@media screen and (min-width: 768.00001px) {
  .p-home__solution__head .main {
    font-size: 8.2rem;
    line-height: 9.7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__solution__head .main {
    font-size: 4.2rem;
    line-height: 5.7rem;
  }
}
.p-home__solution__txt {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  z-index: 2;
}
@media screen and (min-width: 768.00001px) {
  .p-home__solution__txt {
    gap: 6rem;
    width: 39.2rem;
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__solution__txt {
    gap: 5rem;
  }
}
.p-home__solution__txt .txt {
  line-height: 2;
}
@media screen and (min-width: 768.00001px) {
  .p-home__solution__txt .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__solution__txt .txt {
    font-size: 1.4rem;
  }
}
.p-home__solution__txt .btn {
  display: inline-flex;
  align-items: center;
  gap: 1.8rem;
  height: 4.8rem;
  padding: 0 1.5rem 0 1.8rem;
  border-radius: 0.5rem;
  background-color: var(--text);
  font-size: 1.4rem;
  color: #fff;
}
.p-home__solution__txt .btn::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--secondary);
}
@media (any-hover: hover) {
  .p-home__solution__txt .btn:hover {
    opacity: 1;
    background-color: var(--primary);
  }
  .p-home__solution__txt .btn:hover::after {
    background-color: var(--text);
  }
}

@media screen and (min-width: 768.00001px) {
  .p-about__txt {
    width: 136.6rem;
    margin-inline: auto;
    padding: 10rem 22.7rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about__txt {
    padding: 8rem 2rem 0 3.2rem;
  }
}
.p-about__txt .js-txt-anim::before {
  background-color: #fff;
}
.p-about__txt .txt {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-weight: 700;
}
@media screen and (min-width: 768.00001px) {
  .p-about__txt .txt {
    margin-bottom: 6.9rem;
    font-size: 2.5rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-about__txt .txt {
    margin-bottom: 4rem;
    font-size: 1.7rem;
    line-height: 3.8rem;
  }
}
.p-about__txt .copy {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-about__txt .copy {
    margin-left: -2.2rem;
  }
}
.p-about__txt .copy .jp {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: var(--text);
  z-index: 10;
}
.p-about__txt .copy .jp .line {
  position: relative;
  display: block;
  background-color: #fff;
  z-index: 10;
}
.p-about__txt .copy .jp .line::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background-color: #fff;
  z-index: -1;
}
@media screen and (min-width: 768.00001px) {
  .p-about__txt .copy .jp .line:nth-of-type(1) {
    width: 63.8rem;
  }
  .p-about__txt .copy .jp .line:nth-of-type(1)::before {
    animation: 3s copyBar1 ease-in-out 0s infinite;
  }
  .p-about__txt .copy .jp .line:nth-of-type(2) {
    width: 35.2rem;
  }
  .p-about__txt .copy .jp .line:nth-of-type(2)::before {
    animation: 3s copyBar2 ease-in-out 0s infinite;
  }
}
@media screen and (max-width: 768px) {
  .p-about__txt .copy .jp .line:nth-of-type(1) {
    width: 21.6rem;
    margin-left: 1.3rem;
  }
  .p-about__txt .copy .jp .line:nth-of-type(1)::before {
    animation: 3s copyBar1 ease-in-out 0s infinite;
  }
  .p-about__txt .copy .jp .line:nth-of-type(2) {
    width: 24.7rem;
    margin-block: -0.5rem;
    margin-left: 2.7rem;
  }
  .p-about__txt .copy .jp .line:nth-of-type(2)::before {
    animation: 3s copyBar2 ease-in-out 0s infinite;
  }
  .p-about__txt .copy .jp .line:nth-of-type(3) {
    width: 26.1rem;
  }
  .p-about__txt .copy .jp .line:nth-of-type(3)::before {
    animation: 3s copyBar1 ease-in-out 0.4s infinite;
  }
}
.p-about__txt .copy .en {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 3rem;
}
.p-about__txt .copy .en .line {
  position: relative;
  padding-inline: 0.6rem;
  background-color: var(--text);
  font-family: "Urbanist", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.9;
  color: #fff;
  z-index: 10;
}
.p-about__txt .copy .en .line::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background-color: var(--text);
  z-index: -1;
}
.p-about__txt .copy .en .line:nth-of-type(1)::before {
  animation: 2.8s copyBar1 ease-in-out 0.4s infinite;
}
.p-about__txt .copy .en .line:nth-of-type(2)::before {
  animation: 2.8s copyBar2 ease-in-out 0.4s infinite;
}

.p-about__overview {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768.00001px) {
  .p-about__overview {
    width: 136.6rem;
    margin-inline: auto;
    padding: 15rem 14.6rem 8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__overview {
    padding: 12rem 3.2rem 6rem;
  }
}
.p-about__overview__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768.00001px) {
  .p-about__overview__list {
    width: 91rem;
    margin-inline: auto;
    gap: 5rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__overview__list {
    gap: 4rem;
    padding-top: 1rem;
  }
}
.p-about__overview__list__item {
  display: flex;
}
@media screen and (min-width: 768.00001px) {
  .p-about__overview__list__item {
    gap: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__overview__list__item {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-about__overview__list__item .head {
  font-weight: 700;
  line-height: 3.2rem;
}
@media screen and (min-width: 768.00001px) {
  .p-about__overview__list__item .head {
    width: 11.45rem;
    border-right: 0.1rem solid #cccccc;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__overview__list__item .head {
    font-size: 1.6rem;
  }
}
.p-about__overview__list__item .txt {
  flex: 1;
  line-height: 2;
}
@media screen and (min-width: 768.00001px) {
  .p-about__overview__list__item .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__overview__list__item .txt {
    margin-left: 2rem;
    padding-left: 1.9rem;
    border-left: 0.1rem solid #cccccc;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768.00001px) {
  .p-service__menu {
    width: 136.6rem;
    margin-inline: auto;
    padding: 8.4rem 13.6rem 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__menu {
    padding: 7rem 3.2rem 8rem;
  }
}
.p-service__menu__head {
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
}
@media screen and (min-width: 768.00001px) {
  .p-service__menu__head {
    margin-bottom: 6rem;
    font-size: 6.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__menu__head {
    margin-bottom: 5rem;
    font-size: 4.2rem;
    line-height: 5.1rem;
  }
}
.p-service__menu__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768.00001px) {
  .p-service__menu__list {
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__menu__list {
    gap: 2rem;
  }
}
.p-service__menu__list__item {
  display: flex;
  border-radius: 1.5rem;
  background-color: #434545;
  transition: 1s all ease-in-out;
}
@media screen and (min-width: 768.00001px) {
  .p-service__menu__list__item {
    padding: 5rem 4.2rem 5rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__menu__list__item {
    flex-direction: column;
    padding: 4rem 3rem 2.6rem;
  }
}
.p-service__menu__list__item:not(.is-complete) {
  opacity: 0;
  translate: 0 1rem;
}
.p-service__menu__list__head {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768.00001px) {
  .p-service__menu__list__head {
    gap: 2rem;
    width: 26.4rem;
    border-right: 0.1rem dashed #fff;
  }
}
@media screen and (max-width: 768px) {
  .p-service__menu__list__head {
    padding-bottom: 3.2rem;
    border-bottom: 0.1rem dashed #fff;
  }
}
.p-service__menu__list__head .sub {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Urbanist", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-service__menu__list__head .sub {
    margin-bottom: 2.3rem;
  }
}
.p-service__menu__list__head .sub .num {
  font-size: 1.3rem;
}
.p-service__menu__list__head .main {
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 768.00001px) {
  .p-service__menu__list__head .main {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__menu__list__head .main {
    margin-bottom: 1.2rem;
    font-size: 2.6rem;
  }
}
.p-service__menu__list__head .en {
  font-size: 1.3rem;
  line-height: 1.9rem;
}
.p-service__menu__list__head::before,
.p-service__menu__list__head::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
}
.p-service__menu__list__head::before {
  background-color: var(--text);
}
@media screen and (min-width: 768.00001px) {
  .p-service__menu__list__head::before {
    inset: -0.4rem -0.4rem auto auto;
  }
}
@media screen and (max-width: 768px) {
  .p-service__menu__list__head::before {
    inset: auto auto -0.4rem 0;
  }
}
.p-service__menu__list__head::after {
  background-color: var(--primary);
}
@media screen and (min-width: 768.00001px) {
  .p-service__menu__list__head::after {
    inset: auto -0.4rem -0.4rem auto;
  }
}
@media screen and (max-width: 768px) {
  .p-service__menu__list__head::after {
    inset: auto 0 -0.4rem auto;
  }
}
.p-service__menu__list__txt {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768.00001px) {
  .p-service__menu__list__txt {
    gap: 2.6rem;
    min-height: 20rem;
    padding-left: 8.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__menu__list__txt {
    gap: 3rem;
    padding: 3rem 0 7rem;
  }
}
.p-service__menu__list__txt .txt {
  line-height: 2;
}
@media screen and (min-width: 768.00001px) {
  .p-service__menu__list__txt .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__menu__list__txt .txt {
    font-size: 1.4rem;
  }
}
.p-service__menu__list__txt .banner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768.00001px) {
  .p-service__menu__list__txt .banner {
    gap: 1.2rem;
    width: 42.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__menu__list__txt .banner {
    gap: 1rem;
  }
}
@media screen and (min-width: 768.00001px) {
  .p-service__menu__list__txt .banner.col3 .bnr {
    width: 13.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__menu__list__txt .banner.col3 .bnr {
    width: 12rem;
  }
}
.p-service__menu__list__txt .banner .bnr {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background-color: #fff;
}
@media screen and (min-width: 768.00001px) {
  .p-service__menu__list__txt .banner .bnr {
    width: 20.7rem;
    height: 4.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__menu__list__txt .banner .bnr {
    width: 100%;
    height: 4.1rem;
  }
}
@media screen and (min-width: 768.00001px) {
  .p-service__menu__list__txt .banner .bnr img {
    width: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__menu__list__txt .banner .bnr img {
    width: 11.2rem;
  }
}
.p-service__menu__list__txt .btn {
  position: absolute;
  inset: auto 0 0 auto;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.p-service__menu__list__txt .btn__txt {
  font-size: 1.3rem;
}
.p-service__menu__list__txt .btn__icn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.8rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.1rem solid #fff;
}
.p-service__menu__list__txt .btn__icn svg {
  width: 1.5rem;
}

@media screen and (min-width: 768.00001px) {
  .p-service__handling {
    width: 136.6rem;
    margin-inline: auto;
    padding: 10.5rem 13.6rem 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__handling {
    padding: 7rem 3.2rem 9.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__handling__head {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 768.00001px) {
  .p-service__handling__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 2.5rem;
  }
  .p-service__handling__list.col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-service__handling__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.p-service__handling__list__item {
  display: flex;
  flex-direction: column;
  border-radius: 1.5rem;
  background-color: #434545;
  transition: 1s all ease-in-out;
}
@media screen and (min-width: 768.00001px) {
  .p-service__handling__list__item {
    gap: 5rem;
    min-height: 57.7rem;
    padding: 5rem 5rem 8rem;
  }
  .col2 .p-service__handling__list__item {
    padding: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__handling__list__item {
    gap: 3rem;
    padding: 4rem 3rem;
  }
}
.p-service__handling__list__item:not(.is-complete) {
  opacity: 0;
  translate: 0 1rem;
}
.p-service__handling__list__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15.4rem;
  border-radius: 1rem;
  background-color: #fff;
}
@media screen and (min-width: 768.00001px) {
  .col2 .p-service__handling__list__img {
    height: 20.3rem;
  }
  .col2 .p-service__handling__list__img img {
    width: 29.6rem;
  }
}
@media screen and (max-width: 768px) {
  .col2 .p-service__handling__list__img img {
    width: 20rem;
  }
}
.p-service__handling__list__txt {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768.00001px) {
  .p-service__handling__list__txt {
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__handling__list__txt {
    gap: 2rem;
  }
}
.p-service__handling__list__txt .head {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768.00001px) {
  .p-service__handling__list__txt .head {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__handling__list__txt .head {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.p-service__handling__list__txt .head .sub {
  font-size: 1.4rem;
  line-height: 1.2;
}
.p-service__handling__list__txt .txt {
  margin-bottom: auto;
  line-height: 2;
}
@media screen and (min-width: 768.00001px) {
  .p-service__handling__list__txt .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__handling__list__txt .txt {
    font-size: 1.4rem;
  }
}
.p-service__handling__list__txt .list {
  display: flex;
  flex-direction: column;
  line-height: 2;
}
@media screen and (min-width: 768.00001px) {
  .p-service__handling__list__txt .list {
    gap: 3rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__handling__list__txt .list {
    gap: 2rem;
    margin-top: -0.5rem;
    font-size: 1.4rem;
  }
}
.p-service__handling__list__txt .list li {
  position: relative;
  padding-left: 2.1rem;
}
.p-service__handling__list__txt .list li::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #606060;
}
@media screen and (min-width: 768.00001px) {
  .p-service__handling__list__txt .list li::before {
    inset: 1.4rem auto auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-service__handling__list__txt .list li::before {
    inset: 1.2rem auto auto 0;
  }
}
.p-service__handling__list__txt .list .notes {
  font-size: 1.2rem;
}
.p-service__handling__list__txt .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 19.8rem;
  height: 5.2rem;
  margin-inline: auto;
  margin-top: auto;
  border-radius: 0.5rem;
  background-color: var(--primary);
}
.p-service__handling__list__txt .btn__txt {
  display: block;
  font-size: 1.3rem;
}
.p-service__handling__list__txt .btn__icn {
  display: block;
  width: 1.9rem;
}

.p-service__customer {
  display: flex;
}
@media screen and (min-width: 768.00001px) {
  .p-service__customer {
    width: 136.6rem;
    margin-inline: auto;
    padding: 2.4rem 0 12rem 13.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__customer {
    flex-direction: column;
    margin-top: -2.8rem;
    padding: 0 3.2rem 7rem;
  }
}
@media screen and (min-width: 768.00001px) {
  .p-service__customer__head {
    min-width: 31.2rem;
  }
}
.p-service__customer__list {
  position: relative;
}
@media screen and (min-width: 768.00001px) {
  .p-service__customer__list {
    width: 91.8rem;
    padding-block: 5.2rem;
    border-left: 0.1rem dashed #fff;
  }
  .p-service__customer__list::before,
  .p-service__customer__list::after {
    content: "";
    position: absolute;
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
  }
  .p-service__customer__list::before {
    background-color: var(--text);
    inset: -0.4rem auto auto -0.4rem;
  }
  .p-service__customer__list::after {
    background-color: var(--primary);
    inset: auto auto -0.4rem -0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__customer__list {
    margin-inline: -3.2rem;
  }
}
.p-service__customer__list .inner {
  display: flex;
  overflow: hidden;
}
.p-service__customer__list .list {
  display: flex;
  animation: serviceCustomer 20s linear infinite;
}
@keyframes serviceCustomer {
  100% {
    translate: -100% 0;
  }
}
@media screen and (min-width: 768.00001px) {
  .p-service__customer__list .list li {
    min-width: 22.2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__customer__list .list li {
    min-width: 18.04rem;
    padding-right: 1.64rem;
  }
}
.p-service__customer__list .list li .bnr {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 0.1rem solid #e0e0e0;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (min-width: 768.00001px) {
  .p-service__university {
    width: 136.6rem;
    margin-inline: auto;
    padding: 0 13.6rem 12rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__university {
    padding: 0 3.2rem 7rem;
  }
}
.p-service__university__list {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.p-service__university__list:not(.is-complete) li {
  opacity: 0;
}
@media screen and (min-width: 768.00001px) {
  .p-service__university__list {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__university__list {
    gap: 2rem 0.9rem;
  }
}
.p-service__university__list::after {
  content: "etc.";
  font-size: 1.2rem;
}
.p-service__university__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 2rem;
  border-radius: 0.5rem;
  background-color: #fff;
  font-size: 1.6rem;
  color: var(--text);
  transition: 0.8s all ease-in-out;
}
.p-service__university__list li:nth-of-type(1) {
  transition-delay: 0.025s;
}
.p-service__university__list li:nth-of-type(2) {
  transition-delay: 0.05s;
}
.p-service__university__list li:nth-of-type(3) {
  transition-delay: 0.075s;
}
.p-service__university__list li:nth-of-type(4) {
  transition-delay: 0.1s;
}
.p-service__university__list li:nth-of-type(5) {
  transition-delay: 0.125s;
}
.p-service__university__list li:nth-of-type(6) {
  transition-delay: 0.15s;
}
.p-service__university__list li:nth-of-type(7) {
  transition-delay: 0.175s;
}
.p-service__university__list li:nth-of-type(8) {
  transition-delay: 0.2s;
}
.p-service__university__list li:nth-of-type(9) {
  transition-delay: 0.225s;
}
.p-service__university__list li:nth-of-type(10) {
  transition-delay: 0.25s;
}
.p-service__university__list li:nth-of-type(11) {
  transition-delay: 0.275s;
}
.p-service__university__list li:nth-of-type(12) {
  transition-delay: 0.3s;
}
.p-service__university__list li:nth-of-type(13) {
  transition-delay: 0.325s;
}
.p-service__university__list li:nth-of-type(14) {
  transition-delay: 0.35s;
}
.p-service__university__list li:nth-of-type(15) {
  transition-delay: 0.375s;
}
.p-service__university__list li:nth-of-type(16) {
  transition-delay: 0.4s;
}
.p-service__university__list li:nth-of-type(17) {
  transition-delay: 0.425s;
}
.p-service__university__list li:nth-of-type(18) {
  transition-delay: 0.45s;
}
.p-service__university__list li:nth-of-type(19) {
  transition-delay: 0.475s;
}
.p-service__university__list li:nth-of-type(20) {
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .p-service__university__list li {
    width: 14.9rem;
  }
}
.p-service__university__contact {
  position: relative;
  background-color: #242527;
}
@media screen and (min-width: 768.00001px) {
  .p-service__university__contact {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__university__contact {
    margin-top: 7rem;
  }
}
.p-service__university__contact::before,
.p-service__university__contact::after {
  content: "";
  position: absolute;
  top: -0.1rem;
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #7c8389;
}
.p-service__university__contact::before {
  left: -0.1rem;
  border-left: 0.2rem solid #7c8389;
}
.p-service__university__contact::after {
  right: -0.1rem;
  border-right: 0.2rem solid #7c8389;
}
.p-service__university__contact__inner {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768.00001px) {
  .p-service__university__contact__inner {
    align-items: center;
    gap: 4rem;
    padding: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__university__contact__inner {
    gap: 5.5rem;
    padding: 5rem 3rem;
  }
}
.p-service__university__contact__inner::before,
.p-service__university__contact__inner::after {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  display: block;
  width: 1rem;
  height: 1rem;
  border-bottom: 0.2rem solid #7c8389;
}
.p-service__university__contact__inner::before {
  left: -0.1rem;
  border-left: 0.2rem solid #7c8389;
}
.p-service__university__contact__inner::after {
  right: -0.1rem;
  border-right: 0.2rem solid #7c8389;
}
.p-service__university__contact .txt {
  font-weight: 700;
}
@media screen and (min-width: 768.00001px) {
  .p-service__university__contact .txt {
    font-size: 1.8rem;
    line-height: 3.3rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-service__university__contact .txt {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
.p-service__university__contact .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 8.4rem;
  border-radius: 1rem;
  background-color: var(--primary);
}
@media screen and (min-width: 768.00001px) {
  .p-service__university__contact .btn {
    width: 34.8rem;
    padding: 1rem 2rem 1rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__university__contact .btn {
    padding: 1rem 2.3rem 1rem 2rem;
  }
}
.p-service__university__contact .btn__txt {
  font-weight: 700;
}
@media screen and (min-width: 768.00001px) {
  .p-service__university__contact .btn__txt {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__university__contact .btn__txt {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}
.p-service__university__contact .btn__icn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.8rem;
  height: 3rem;
  border-radius: 50%;
  border: 0.1rem solid #fff;
}
.p-service__university__contact .btn__icn svg {
  width: 1.15rem;
}

.p-service__support {
  position: relative;
  background-color: #242527;
  overflow: hidden;
}
.p-service__support__wrap {
  position: relative;
  display: flex;
  z-index: 2;
}
@media screen and (min-width: 768.00001px) {
  .p-service__support__wrap {
    width: 109.4rem;
    margin-inline: auto;
    padding: 12rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-service__support__wrap {
    flex-direction: column;
    gap: 4rem;
    padding: 7rem 3.2rem;
  }
}
.p-service__support__header {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768.00001px) {
  .p-service__support__header {
    justify-content: space-between;
    width: 37.1rem;
    height: 60.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__support__header__head {
    margin-bottom: 4rem;
  }
}
.p-service__support__header__txt {
  line-height: 2;
}
@media screen and (min-width: 768.00001px) {
  .p-service__support__header__txt {
    width: 25.5rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__support__header__txt {
    font-size: 1.4rem;
  }
}
.p-service__support__list {
  display: grid;
}
@media screen and (min-width: 768.00001px) {
  .p-service__support__list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 26rem);
    width: 72.3rem;
    padding-top: 8.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__support__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 16.4rem);
  }
}
.p-service__support__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  transition: 0.8s all ease-in-out;
}
.p-service__support__list li:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-service__support__list li:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-service__support__list li:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-service__support__list li:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-service__support__list li:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-service__support__list li:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-service__support__list li:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-service__support__list li:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-service__support__list li:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-service__support__list li:nth-of-type(10) {
  transition-delay: 1s;
}
.p-service__support__list li:not(.is-complete) {
  opacity: 0;
}
@media screen and (min-width: 768.00001px) {
  .p-service__support__list li {
    width: 24.1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__support__list li:nth-child(even) {
    border-left: 0.1rem solid #343638;
  }
}
.p-service__support__list li .icn {
  display: block;
  width: 7.6rem;
  aspect-ratio: 1/1;
  margin-block: auto;
}
.p-service__support__list li .txt {
  width: 100%;
}
@media screen and (min-width: 768.00001px) {
  .p-service__support__list li .txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__support__list li .txt {
    font-size: 1.6rem;
  }
}
.p-service__support__grid {
  position: absolute;
  inset: 0;
  display: grid;
  z-index: 1;
}
@media screen and (min-width: 768.00001px) {
  .p-service__support__grid {
    grid-template-columns: auto 37.1rem 24.1rem 24.1rem 24.1rem auto;
    grid-template-rows: 13.4rem 7.4rem 26rem 26rem auto;
  }
}
@media screen and (max-width: 768px) {
  .p-service__support__grid {
    grid-template-columns: 3.2rem auto 3.2rem;
    grid-template-rows: 7.2rem 8rem 21.8rem 16.4rem 16.4rem 16.4rem auto 0 0 0;
  }
}
.p-service__support__grid .grid {
  position: relative;
}
@media screen and (min-width: 768.00001px) {
  .p-service__support__grid .grid:nth-of-type(1)::before,
  .p-service__support__grid .grid:nth-of-type(3)::before,
  .p-service__support__grid .grid:nth-of-type(4)::before,
  .p-service__support__grid .grid:nth-of-type(5)::before {
    content: "";
    position: absolute;
    inset: 0 0 -3000vh auto;
    display: block;
    border-right: 0.1rem solid #343638;
  }
  .p-service__support__grid .grid:nth-of-type(2)::before {
    content: "";
    position: absolute;
    inset: 0 0 -3000vh auto;
    display: block;
    border-right: 0.1rem dashed #343638;
  }
  .p-service__support__grid .grid:nth-of-type(1)::after,
  .p-service__support__grid .grid:nth-of-type(13)::after {
    content: "";
    position: absolute;
    inset: auto -3000vw 0 0;
    display: block;
    border-bottom: 0.1rem dashed #343638;
  }
  .p-service__support__grid .grid:nth-of-type(7)::after,
  .p-service__support__grid .grid:nth-of-type(20)::after {
    content: "";
    position: absolute;
    inset: auto -3000vw 0 0;
    display: block;
    border-bottom: 0.1rem solid #343638;
  }
  .p-service__support__grid .grid:nth-of-type(3),
  .p-service__support__grid .grid:nth-of-type(6),
  .p-service__support__grid .grid:nth-of-type(10),
  .p-service__support__grid .grid:nth-of-type(25) {
    background-color: #343638;
  }
}
@media screen and (max-width: 768px) {
  .p-service__support__grid .grid:nth-of-type(1)::before,
  .p-service__support__grid .grid:nth-of-type(2)::before {
    content: "";
    position: absolute;
    inset: 0 0 -3000vh auto;
    display: block;
    border-right: 0.1rem solid #343638;
  }
  .p-service__support__grid .grid:nth-of-type(1)::after,
  .p-service__support__grid .grid:nth-of-type(4)::after,
  .p-service__support__grid .grid:nth-of-type(7)::after,
  .p-service__support__grid .grid:nth-of-type(10)::after,
  .p-service__support__grid .grid:nth-of-type(13)::after,
  .p-service__support__grid .grid:nth-of-type(16)::after {
    content: "";
    position: absolute;
    inset: auto -3000vw 0 0;
    display: block;
    border-bottom: 0.1rem dashed #343638;
  }
  .p-service__support__grid .grid:nth-of-type(1),
  .p-service__support__grid .grid:nth-of-type(6),
  .p-service__support__grid .grid:nth-of-type(13),
  .p-service__support__grid .grid:nth-of-type(21) {
    background-color: #343638;
  }
  .p-service__support__grid .grid:nth-child(n + 25) {
    display: none;
  }
}

.p-service__recruitment__head {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__head {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__head {
    gap: 1rem;
  }
}
.p-service__recruitment__head .en {
  font-family: "Urbanist", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.9rem;
}
.p-service__recruitment__head .jp {
  font-weight: 700;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__head .jp {
    font-size: 3.6rem;
    line-height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__head .jp {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__challenges {
    width: 136.6rem;
    margin-inline: auto;
    padding: 8.8rem 13.6rem 11.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__challenges {
    padding: 7rem 3.2rem;
  }
}
.p-service__recruitment__challenges__contents {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__challenges__contents {
    grid-template-columns: repeat(2, 1fr);
    margin-block: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__challenges__contents {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
}
.p-service__recruitment__challenges__section {
  position: relative;
  border-radius: 1.5rem;
  background-color: #434545;
  transition: 1s all ease-in-out;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__challenges__section {
    min-height: 52.3rem;
    padding: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__challenges__section {
    padding: 3rem 3rem 3.5rem;
  }
}
.p-service__recruitment__challenges__section:not(.is-complete) {
  opacity: 0;
  translate: 0 1rem;
}
.p-service__recruitment__challenges__section .num {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 1.5rem;
  background-color: #343638;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__challenges__section .num {
    width: 8rem;
    height: 8rem;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__challenges__section .num {
    width: 6rem;
    height: 6rem;
    font-size: 2rem;
  }
}
.p-service__recruitment__challenges__section .num::before {
  content: "";
  position: absolute;
  inset: 0 50% 50% 0;
  display: block;
  border-radius: 0 1.5rem 0 0;
  box-shadow: 0.5rem -0.5rem 0 0.5rem #343638;
  translate: -100% 0;
}
.p-service__recruitment__challenges__section .num::after {
  content: "";
  position: absolute;
  inset: 50% 0 0 50%;
  display: block;
  border-radius: 0 1.5rem 0 0;
  box-shadow: 0.5rem -0.5rem 0 0.5rem #343638;
  translate: 0 100%;
}
.p-service__recruitment__challenges__section .head {
  margin-bottom: 5rem;
}
.p-service__recruitment__challenges__section > .icn {
  width: 11rem;
  margin-inline: auto;
  margin-bottom: 5rem;
}
.p-service__recruitment__challenges__section .list li {
  position: relative;
  padding-left: 1em;
  line-height: 2;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__challenges__section .list li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__challenges__section .list li {
    font-size: 1.4rem;
  }
}
.p-service__recruitment__challenges__section .list li::before {
  content: "・";
  position: absolute;
  inset: 0 auto auto 0;
}
.p-service__recruitment__challenges__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transition: 1s all ease-in-out;
}
.p-service__recruitment__challenges__txt:not(.is-complete) {
  opacity: 0;
  translate: 0 1rem;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__challenges__txt .txt1 {
    margin-bottom: 3.1rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__challenges__txt .txt1 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 3.1rem;
  }
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__challenges__txt .txt2 {
    margin-bottom: 2.1rem;
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__challenges__txt .txt2 {
    margin-bottom: 1rem;
    font-size: 1.9rem;
    line-height: 2;
  }
}
.p-service__recruitment__challenges__txt .txt3 {
  text-decoration: underline;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__challenges__txt .txt3 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__challenges__txt .txt3 {
    font-size: 1.9rem;
    line-height: 2;
  }
}
.p-service__recruitment__challenges__txt .label {
  padding-inline: 1.3rem;
  border-radius: 0.4rem;
  background-color: #fff;
  color: #343638;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__challenges__txt .label {
    margin-inline: 0.65rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__challenges__txt .label {
    margin-inline: 0.5rem;
  }
}
.p-service__recruitment__outsourcing {
  position: relative;
  background-color: #242527;
  overflow: hidden;
}
.p-service__recruitment__outsourcing__wrap {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__outsourcing__wrap {
    width: 109.4rem;
    margin-inline: auto;
    padding: 20.2rem 0 12.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__outsourcing__wrap {
    padding: 7rem 3.2rem;
  }
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__outsourcing__contents {
    margin-top: 7.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__outsourcing__contents {
    margin-top: 3.7rem;
  }
}
.p-service__recruitment__outsourcing__section {
  position: relative;
  display: flex;
  transition: 1s all ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__outsourcing__section {
    flex-direction: column;
    padding-bottom: 4rem;
  }
}
.p-service__recruitment__outsourcing__section:not(.is-complete) {
  opacity: 0;
  translate: 0 1rem;
}
.p-service__recruitment__outsourcing__section > .icn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__outsourcing__section > .icn {
    width: 37.1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__outsourcing__section > .icn {
    height: 15.7rem;
  }
}
.p-service__recruitment__outsourcing__section > .icn img {
  width: 8rem;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__outsourcing__section .inner {
    flex: 1;
    min-height: 32.95rem;
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__outsourcing__section .head {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__outsourcing__section .head {
    margin-bottom: 2.6rem;
  }
}
.p-service__recruitment__outsourcing__section .list li {
  position: relative;
  padding-left: 1em;
  line-height: 2;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__outsourcing__section .list li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__outsourcing__section .list li {
    font-size: 1.4rem;
  }
}
.p-service__recruitment__outsourcing__section .list li::before {
  content: "・";
  position: absolute;
  inset: 0 auto auto 0;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__outsourcing__section .list li sup {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__outsourcing__section .list li sup {
    font-size: 0.7em;
  }
}
.p-service__recruitment__outsourcing__section .notes {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__outsourcing__section .notes {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__outsourcing__section .notes {
    margin-top: 2.3rem;
    line-height: 3.2rem;
    letter-spacing: 0;
  }
}
.p-service__recruitment__outsourcing__notes {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__outsourcing__notes {
    justify-content: center;
    height: 7.3rem;
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__outsourcing__notes {
    height: 13.2rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-service__recruitment__outsourcing__grid {
  position: absolute;
  inset: 0;
  display: grid;
  z-index: 1;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__outsourcing__grid {
    grid-template-columns: auto 37.1rem 24.7rem 24.7rem 23.3rem auto;
    grid-template-rows: 13rem 7.2rem 16.8rem 34rem 34rem 37.8rem 7.3rem 12.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__outsourcing__grid {
    grid-template-columns: 3.2rem auto 3.2rem;
    grid-template-rows: 7.2rem 10rem 49.9rem 45.9rem 55.7rem 13.2rem auto;
  }
}
.p-service__recruitment__outsourcing__grid .grid {
  position: relative;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(1)::before,
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(5)::before {
    content: "";
    position: absolute;
    inset: 0 0 -3000vh auto;
    display: block;
    border-right: 0.1rem solid #343638;
  }
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(3)::before,
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(4)::before {
    content: "";
    position: absolute;
    inset: 0 0 auto auto;
    display: block;
    height: 36.95rem;
    border-right: 0.1rem solid #343638;
  }
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(2)::before {
    content: "";
    position: absolute;
    inset: 0 0 auto auto;
    display: block;
    height: 142.5rem;
    border-right: 0.1rem dashed #343638;
  }
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(1)::after,
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(13)::after {
    content: "";
    position: absolute;
    inset: auto -3000vw 0 0;
    display: block;
    border-bottom: 0.1rem dashed #343638;
  }
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(7)::after,
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(19)::after,
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(25)::after,
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(31)::after,
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(37)::after,
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(43)::after {
    content: "";
    position: absolute;
    inset: auto -3000vw 0 0;
    display: block;
    border-bottom: 0.1rem solid #343638;
  }
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(1),
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(4),
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(11),
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(19),
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(36),
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(44) {
    background-color: #343638;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(1)::before,
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(2)::before {
    content: "";
    position: absolute;
    inset: 0 0 -3000vh auto;
    display: block;
    border-right: 0.1rem solid #343638;
  }
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(1)::after,
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(4)::after,
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(7)::after,
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(10)::after,
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(13)::after,
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(16)::after {
    content: "";
    position: absolute;
    inset: auto -3000vw 0 0;
    display: block;
    border-bottom: 0.1rem dashed #343638;
  }
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(3),
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(7),
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(15),
  .p-service__recruitment__outsourcing__grid .grid:nth-of-type(19) {
    background-color: #343638;
  }
  .p-service__recruitment__outsourcing__grid .grid:nth-child(n + 21) {
    display: none;
  }
}
.p-service__recruitment__process {
  overflow: hidden;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__process {
    width: 136.6rem;
    margin-inline: auto;
    padding: 8.8rem 13.6rem 12rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__process {
    padding: 7rem 3.2rem;
  }
}
.p-service__recruitment__process__contents {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__process__contents {
    gap: 6rem;
    margin-top: 8rem;
    margin-left: 37rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__process__contents {
    gap: 5rem;
    margin-top: 7rem;
  }
}
.p-service__recruitment__process__contents::before {
  content: "";
  position: absolute;
  inset: -200dvh auto -200dvh 0;
  display: block;
  border-left: 0.1rem solid #4b4e50;
}
.p-service__recruitment__process__section {
  position: relative;
  z-index: 9;
}
.p-service__recruitment__process__section:nth-of-type(2) {
  z-index: 8;
}
.p-service__recruitment__process__section:nth-of-type(3) {
  z-index: 7;
}
.p-service__recruitment__process__section:nth-of-type(4) {
  z-index: 6;
}
.p-service__recruitment__process__section:nth-of-type(5) {
  z-index: 5;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__process__section {
    padding-left: 20.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__process__section {
    padding-left: 2rem;
  }
}
.p-service__recruitment__process__section .head {
  display: flex;
  line-height: 1;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__process__section .head {
    align-items: center;
    margin-bottom: 4rem;
    margin-left: -18rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__process__section .head {
    flex-direction: column;
    gap: 1.95rem;
    margin-bottom: 3rem;
  }
}
.p-service__recruitment__process__section .head .sub {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Urbanist", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__process__section .head .sub {
    width: 13rem;
    margin-right: 5rem;
    border-right: 0.1rem solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__process__section .head .sub {
    padding-bottom: 1rem;
  }
  .p-service__recruitment__process__section .head .sub::after {
    content: "";
    position: absolute;
    inset: auto auto 0 0;
    display: block;
    width: 2.5rem;
    height: 0.1rem;
    background-color: #fff;
  }
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__process__section .head .sub .num {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__process__section .head .sub .num {
    font-size: 2.5rem;
  }
}
.p-service__recruitment__process__section .head .main {
  font-weight: 700;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__process__section .head .main {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__process__section .head .main {
    font-size: 2.2rem;
  }
}
.p-service__recruitment__process__section .txt {
  line-height: 2;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__process__section .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__process__section .txt {
    font-size: 1.4rem;
  }
}
.p-service__recruitment__process__section .circle {
  position: absolute;
  inset: 1.7rem auto auto 0;
  width: 24.2rem;
  aspect-ratio: 1/1;
  translate: -50% -50%;
  border-radius: 50%;
  border: 1.1rem solid #4b4e50;
  z-index: -1;
  transition: 0.4s all ease-in-out 0s;
}
@media screen and (min-width: 768.00001px) {
  .p-service__recruitment__process__section .circle {
    inset: 1.7rem auto auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-service__recruitment__process__section .circle {
    inset: 1.2rem auto auto 0;
  }
}
.p-service__recruitment__process__section .circle::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 0.7rem;
  aspect-ratio: 1/1;
  margin: auto;
  border-radius: 50%;
  background-color: #d2091b;
}
.p-service__recruitment__process__section .circle .square {
  position: absolute;
  inset: 0;
  width: 70%;
  aspect-ratio: 1/1;
  margin: auto;
  border: 0.1rem solid #4b4e50;
  transition: 0.4s all ease-in-out 0.4s;
}
.p-service__recruitment__process__section:not(.is-active) .circle {
  opacity: 0;
  scale: 0;
}
.p-service__recruitment__process__section:not(.is-active) .circle .square {
  rotate: -45deg;
}

.p-solution__case {
  position: relative;
  border-top: 0.1rem solid #4e5153;
  border-bottom: 0.1rem solid #4e5153;
}
.p-solution__case__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768.00001px) {
  .p-solution__case__wrap {
    gap: 4rem;
    width: 136.6rem;
    margin-inline: auto;
    padding-inline: 13.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-solution__case__wrap {
    gap: 2rem;
    padding-inline: 3rem;
  }
}
.p-solution__case__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-right: 0.1rem solid #4e5153;
  border-left: 0.1rem solid #4e5153;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 768.00001px) {
  .p-solution__case__bg {
    width: 13.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-solution__case__bg {
    width: 3rem;
  }
}
.p-solution__case__bg .txt {
  writing-mode: vertical-rl;
  padding-bottom: 0.25em;
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
  opacity: 0.06;
}
@media screen and (min-width: 768.00001px) {
  .p-solution__case__bg .txt {
    font-size: 8.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-solution__case__bg .txt {
    font-size: 5rem;
  }
}
.p-solution__case__bg.bg1 {
  left: 0;
}
.p-solution__case__bg.bg1 .txt {
  animation: 12s solution1 linear infinite;
}
@keyframes solution1 {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 0 -100%;
  }
}
.p-solution__case__bg.bg2 {
  right: 0;
}
.p-solution__case__bg.bg2 .txt {
  animation: 12s solution2 linear infinite;
}
@keyframes solution2 {
  0% {
    translate: 0 -100%;
  }
  100% {
    translate: 0 0;
  }
}
.p-solution__case__section {
  position: relative;
  background-color: #f0f0f0;
  transition: 1s all ease-in-out;
}
.p-solution__case__section:not(.is-complete) {
  opacity: 0;
  translate: 0 1rem;
}
.p-solution__case__section::before,
.p-solution__case__section::after {
  content: "";
  position: absolute;
  top: -0.1rem;
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #7c8389;
}
.p-solution__case__section::before {
  left: -0.1rem;
  border-left: 0.2rem solid #7c8389;
}
.p-solution__case__section::after {
  right: -0.1rem;
  border-right: 0.2rem solid #7c8389;
}
@media screen and (min-width: 768.00001px) {
  .p-solution__case__section__inner {
    padding: 9.6rem 8rem 10rem 9.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-solution__case__section__inner {
    padding: 4rem 2rem;
  }
}
.p-solution__case__section__inner::before,
.p-solution__case__section__inner::after {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  display: block;
  width: 1rem;
  height: 1rem;
  border-bottom: 0.2rem solid #7c8389;
}
.p-solution__case__section__inner::before {
  left: -0.1rem;
  border-left: 0.2rem solid #7c8389;
}
.p-solution__case__section__inner::after {
  right: -0.1rem;
  border-right: 0.2rem solid #7c8389;
}
.p-solution__case__section__header {
  position: relative;
}
@media screen and (min-width: 768.00001px) {
  .p-solution__case__section__header {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-solution__case__section__header {
    margin: 0 1rem 3rem;
  }
}
.p-solution__case__section__header__head {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: #030303;
}
@media screen and (min-width: 768.00001px) {
  .p-solution__case__section__header__head {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-solution__case__section__header__head {
    gap: 1.86rem;
  }
}
.p-solution__case__section__header__head .sub {
  display: flex;
  align-items: baseline;
  border-bottom: 0.2rem solid #030303;
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
  line-height: 1;
}
@media screen and (min-width: 768.00001px) {
  .p-solution__case__section__header__head .sub {
    gap: 1.9rem;
    padding-bottom: 0.5rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-solution__case__section__header__head .sub {
    gap: 1.5rem;
    padding-bottom: 0.2rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768.00001px) {
  .p-solution__case__section__header__head .sub .num {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-solution__case__section__header__head .sub .num {
    font-size: 2.5rem;
  }
}
.p-solution__case__section__header__head .main {
  font-weight: 700;
}
@media screen and (min-width: 768.00001px) {
  .p-solution__case__section__header__head .main {
    font-size: 3.6rem;
    line-height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-solution__case__section__header__head .main {
    font-size: 2.4rem;
    line-height: 3.8rem;
  }
}
.p-solution__case__section__header__location {
  position: absolute;
  display: flex;
  align-items: center;
  border-radius: 0.4rem;
  background-color: #030303;
  color: #fff;
}
@media screen and (min-width: 768.00001px) {
  .p-solution__case__section__header__location {
    inset: auto 0 0 auto;
    height: 4.4rem;
    padding-inline: 2.6rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-solution__case__section__header__location {
    inset: 0 0 auto auto;
    height: 3.2rem;
    padding-inline: 1.6rem;
    font-size: 1.3rem;
  }
}
.p-solution__case__section__box {
  position: relative;
  background-color: #e2e2e2;
  color: #030303;
}
@media screen and (min-width: 768.00001px) {
  .p-solution__case__section__box {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-solution__case__section__box {
    margin-top: 2rem;
  }
}
.p-solution__case__section__box.is-dark {
  background-color: #343638;
  color: #fff;
}
.p-solution__case__section__box::before,
.p-solution__case__section__box::after {
  content: "";
  position: absolute;
  top: -0.1rem;
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #7c8389;
}
.p-solution__case__section__box::before {
  left: -0.1rem;
  border-left: 0.2rem solid #7c8389;
}
.p-solution__case__section__box::after {
  right: -0.1rem;
  border-right: 0.2rem solid #7c8389;
}
.p-solution__case__section__box__inner {
  display: flex;
}
@media screen and (min-width: 768.00001px) {
  .p-solution__case__section__box__inner {
    align-items: flex-start;
    padding: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-solution__case__section__box__inner {
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 2rem;
  }
}
.p-solution__case__section__box__inner::before,
.p-solution__case__section__box__inner::after {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  display: block;
  width: 1rem;
  height: 1rem;
  border-bottom: 0.2rem solid #7c8389;
}
.p-solution__case__section__box__inner::before {
  left: -0.1rem;
  border-left: 0.2rem solid #7c8389;
}
.p-solution__case__section__box__inner::after {
  right: -0.1rem;
  border-right: 0.2rem solid #7c8389;
}
.p-solution__case__section__box__head {
  font-weight: 700;
}
@media screen and (min-width: 768.00001px) {
  .p-solution__case__section__box__head {
    width: 18.5rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-solution__case__section__box__head {
    font-size: 1.8rem;
  }
}
.p-solution__case__section__box__contents {
  flex: 1;
}
.p-solution__case__section__box__contents .txt {
  line-height: 2;
}
@media screen and (min-width: 768.00001px) {
  .p-solution__case__section__box__contents .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-solution__case__section__box__contents .txt {
    font-size: 1.4rem;
  }
}
.p-solution__case__section__box__contents .service {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 768.00001px) {
  .p-solution__case__section__box__contents .service {
    gap: 0.2rem;
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-solution__case__section__box__contents .service {
    gap: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.p-solution__case__section__box__contents .service__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 1.9rem 0 1rem;
  border-radius: 100vmax;
  background-color: #fff;
}
@media screen and (min-width: 768.00001px) {
  .p-solution__case__section__box__contents .service__head {
    height: 3.2rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-solution__case__section__box__contents .service__head {
    height: 2.9rem;
    font-size: 1.2rem;
  }
}
.p-solution__case__section__box__contents .service__head::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #343638;
}
.p-solution__case__section__box__contents .service__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-solution__case__section__box__contents .service__list__item {
  display: flex;
  gap: 2rem;
  padding-block: 2rem;
}
@media screen and (min-width: 768.00001px) {
  .p-solution__case__section__box__contents .service__list__item {
    align-items: center;
    justify-content: flex-start;
    width: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-solution__case__section__box__contents .service__list__item {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 11.25rem;
  }
}
.p-solution__case__section__box__contents .service__list__item:nth-of-type(n + 3) {
  border-top: 0.1rem dashed #4e5153;
}
.p-solution__case__section__box__contents .service__icn {
  width: 7.1rem;
}
.p-solution__case__section__box__contents .service__txt {
  flex: 1;
}
@media screen and (min-width: 768.00001px) {
  .p-solution__case__section__box__contents .service__txt {
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-solution__case__section__box__contents .service__txt {
    font-size: 1.2rem;
    line-height: 1.9rem;
    letter-spacing: 0;
    text-align: center;
  }
}
.p-solution__case__section__box__contents .box {
  position: relative;
  margin-top: 2rem;
  background-color: #fff;
}
.p-solution__case__section__box__contents .box.is-dark {
  background-color: #434545;
}
.p-solution__case__section__box__contents .box::before,
.p-solution__case__section__box__contents .box::after {
  content: "";
  position: absolute;
  top: -0.1rem;
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #7c8389;
}
.p-solution__case__section__box__contents .box::before {
  left: -0.1rem;
  border-left: 0.2rem solid #7c8389;
}
.p-solution__case__section__box__contents .box::after {
  right: -0.1rem;
  border-right: 0.2rem solid #7c8389;
}
.p-solution__case__section__box__contents .box__inner {
  display: flex;
  padding: 3rem;
}
@media screen and (min-width: 768.00001px) {
  .p-solution__case__section__box__contents .box__inner {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-solution__case__section__box__contents .box__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-solution__case__section__box__contents .box__inner::before,
.p-solution__case__section__box__contents .box__inner::after {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  display: block;
  width: 1rem;
  height: 1rem;
  border-bottom: 0.2rem solid #7c8389;
}
.p-solution__case__section__box__contents .box__inner::before {
  left: -0.1rem;
  border-left: 0.2rem solid #7c8389;
}
.p-solution__case__section__box__contents .box__inner::after {
  right: -0.1rem;
  border-right: 0.2rem solid #7c8389;
}
.p-solution__case__section__box__contents .box__head {
  font-size: 1.8rem;
  line-height: 3.3rem;
  font-weight: 700;
}
@media screen and (min-width: 768.00001px) {
  .p-solution__case__section__box__contents .box__head {
    width: 27.3rem;
  }
}
.p-solution__case__section__box__contents .box__txt {
  flex: 1;
  font-size: 1.4rem;
  line-height: 2;
}

.p-contact__contents {
  position: relative;
  display: flex;
  z-index: 2;
}
@media screen and (min-width: 768.00001px) {
  .p-contact__contents {
    justify-content: space-between;
    gap: 9.1rem;
    width: 136.6rem;
    margin-inline: auto;
    padding-inline: 13.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__contents {
    flex-direction: column;
    gap: 7.2rem;
    padding-inline: 3.2rem;
  }
}

@media screen and (min-width: 768.00001px) {
  .p-contact__txt {
    width: 28rem;
  }
}
.p-contact__txt .txt {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (min-width: 768.00001px) {
  .p-contact__form {
    flex: 1;
  }
}
.p-contact__form__input {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  margin-bottom: 6rem;
}
.p-contact__form__item {
  display: flex;
}
@media screen and (min-width: 768.00001px) {
  .p-contact__form__item {
    align-items: flex-start;
    gap: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__form__item {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-contact__form__head {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (min-width: 768.00001px) {
  .p-contact__form__head {
    width: 15rem;
  }
}
.p-contact__form__head .head {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
.p-contact__form__head .head.required::after {
  content: "*";
  margin-left: 0.3rem;
  color: var(--primary);
}
.p-contact__form__head .notes {
  font-size: 1.3rem;
  font-weight: 400;
}
.p-contact__form__contents {
  flex: 1;
  width: 53.9rem;
  max-width: 100%;
}
.p-contact__form__contents__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.p-contact__form__contents__section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 3rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.p-contact__form__contents__txt {
  font-size: 1.4rem;
  font-weight: 400;
}
.p-contact__form__contents textarea {
  display: block;
  width: 100%;
  outline: 0;
  padding: 0;
  border: 0;
  border-bottom: 0.1rem solid var(--text);
}
@media screen and (min-width: 768.00001px) {
  .p-contact__form__contents textarea {
    height: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__form__contents textarea {
    height: 12rem;
  }
}
.p-contact__form__contents input[type="text"],
.p-contact__form__contents input[type="tel"],
.p-contact__form__contents input[type="email"],
.p-contact__form__contents input[type="tel"] {
  display: block;
  width: 100%;
  height: 5rem;
  outline: 0;
  padding: 0;
  border: 0;
  border-bottom: 0.1rem solid var(--text);
}
.p-contact__form__contents .notes {
  position: relative;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.p-contact__form__contents .notes::before {
  content: "※";
  position: absolute;
  inset: 0 auto auto 0;
}
@media screen and (min-width: 768.00001px) {
  .p-contact__form__contents .notes {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__form__contents .notes {
    margin-top: 1.5rem;
  }
}
.p-contact__form__contents .error {
  margin-top: 1em;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary);
}
.p-contact__form__contents .error:not(.is-error) {
  display: none;
}
.p-contact__form__contents .name {
  display: flex;
}
@media screen and (min-width: 768.00001px) {
  .p-contact__form__contents .name {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__form__contents .name {
    gap: 1rem;
  }
}
.p-contact__form__contents .checkboxList {
  display: flex;
}
@media screen and (min-width: 768.00001px) {
  .p-contact__form__contents .checkboxList {
    flex-wrap: wrap;
    gap: 3rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__form__contents .checkboxList {
    flex-direction: column;
    gap: 2.5rem;
    padding-top: 1rem;
  }
}
.p-contact__form__contents .checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
  cursor: pointer;
}
.p-contact__form__contents .checkbox input {
  position: absolute;
  top: 0;
  left: -100vw;
}
.p-contact__form__contents .checkbox .icn {
  position: relative;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid var(--text);
  border-radius: 0.2rem;
  transition: 0.2s background-color ease-in-out;
}
.p-contact__form__contents .checkbox .icn::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 0.4rem;
  height: 1rem;
  margin: auto;
  border-right: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
  rotate: 45deg;
  translate: 0 -10%;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s opacity ease-in-out;
}
.p-contact__form__contents .checkbox .txt {
  font-size: 1.4rem;
}
.p-contact__form__contents .checkbox .txt a {
  text-decoration: underline;
  color: #000aff;
}
.p-contact__form__contents .checkbox:has(:checked) .icn {
  background-color: var(--text);
}
.p-contact__form__contents .checkbox:has(:checked) .icn::before {
  opacity: 1;
}
.p-contact__form__btn {
  display: flex;
  justify-content: center;
  gap: 3.5rem;
}
.p-contact__form__btn .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.8rem;
  padding: 0 1.5rem 0 1.8rem;
  border: 0.1rem solid var(--text);
  border-radius: 0.5rem;
  background-color: var(--text);
  color: #fff;
}
.p-contact__form__btn .btn.back {
  background-color: transparent;
  border: 0.1rem solid var(--text);
  color: var(--text);
}
@media (any-hover: hover) {
  .p-contact__form__btn .btn:hover {
    opacity: 1;
    border-color: var(--primary);
    background-color: var(--primary);
    color: #fff;
  }
  .p-contact__form__btn .btn:hover::after {
    background-color: var(--text);
  }
}
@media screen and (min-width: 768.00001px) {
  .p-contact__form__btn .btn {
    height: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__form__btn .btn {
    height: 4.8rem;
  }
}
@media screen and (min-width: 768.00001px) {
  .p-contact__form__btn .btn .txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__form__btn .btn .txt {
    font-size: 1.4rem;
  }
}
.p-contact__form__btn .btn::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--secondary);
}

.p-contact__complete .head {
  font-weight: 700;
}
@media screen and (min-width: 768.00001px) {
  .p-contact__complete .head {
    margin-bottom: 3rem;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__complete .head {
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
}
.p-contact__complete .txt {
  line-height: 2;
}
@media screen and (min-width: 768.00001px) {
  .p-contact__complete .txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__complete .txt {
    font-size: 1.6rem;
  }
}

.js-txt-anim {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.js-txt-anim::before {
  content: "";
  position: absolute;
  inset: 0 -100%;
  display: block;
  background-color: var(--text);
  translate: -100% 0;
  transition: 2s translate ease-in-out;
}
.js-txt-anim > span {
  display: inline-block;
  opacity: 0;
  transition: 0.6s opacity 0.6s ease-in-out;
  white-space: nowrap;
}
@media screen and (min-width: 768.00001px) {
  .js-txt-anim:nth-of-type(1)::before {
    transition-delay: 0.1s;
  }
  .js-txt-anim:nth-of-type(1) span {
    transition-delay: 1.1s;
  }
}
@media screen and (max-width: 768px) {
  .js-txt-anim:nth-of-type(1)::before {
    transition-delay: 0.05s;
  }
  .js-txt-anim:nth-of-type(1) span {
    transition-delay: 1.05s;
  }
}
@media screen and (min-width: 768.00001px) {
  .js-txt-anim:nth-of-type(2)::before {
    transition-delay: 0.2s;
  }
  .js-txt-anim:nth-of-type(2) span {
    transition-delay: 1.2s;
  }
}
@media screen and (max-width: 768px) {
  .js-txt-anim:nth-of-type(2)::before {
    transition-delay: 0.1s;
  }
  .js-txt-anim:nth-of-type(2) span {
    transition-delay: 1.1s;
  }
}
@media screen and (min-width: 768.00001px) {
  .js-txt-anim:nth-of-type(3)::before {
    transition-delay: 0.3s;
  }
  .js-txt-anim:nth-of-type(3) span {
    transition-delay: 1.3s;
  }
}
@media screen and (max-width: 768px) {
  .js-txt-anim:nth-of-type(3)::before {
    transition-delay: 0.15s;
  }
  .js-txt-anim:nth-of-type(3) span {
    transition-delay: 1.15s;
  }
}
@media screen and (min-width: 768.00001px) {
  .js-txt-anim:nth-of-type(4)::before {
    transition-delay: 0.4s;
  }
  .js-txt-anim:nth-of-type(4) span {
    transition-delay: 1.4s;
  }
}
@media screen and (max-width: 768px) {
  .js-txt-anim:nth-of-type(4)::before {
    transition-delay: 0.2s;
  }
  .js-txt-anim:nth-of-type(4) span {
    transition-delay: 1.2s;
  }
}
@media screen and (min-width: 768.00001px) {
  .js-txt-anim:nth-of-type(5)::before {
    transition-delay: 0.5s;
  }
  .js-txt-anim:nth-of-type(5) span {
    transition-delay: 1.5s;
  }
}
@media screen and (max-width: 768px) {
  .js-txt-anim:nth-of-type(5)::before {
    transition-delay: 0.25s;
  }
  .js-txt-anim:nth-of-type(5) span {
    transition-delay: 1.25s;
  }
}
@media screen and (min-width: 768.00001px) {
  .js-txt-anim:nth-of-type(6)::before {
    transition-delay: 0.6s;
  }
  .js-txt-anim:nth-of-type(6) span {
    transition-delay: 1.6s;
  }
}
@media screen and (max-width: 768px) {
  .js-txt-anim:nth-of-type(6)::before {
    transition-delay: 0.3s;
  }
  .js-txt-anim:nth-of-type(6) span {
    transition-delay: 1.3s;
  }
}
@media screen and (min-width: 768.00001px) {
  .js-txt-anim:nth-of-type(7)::before {
    transition-delay: 0.7s;
  }
  .js-txt-anim:nth-of-type(7) span {
    transition-delay: 1.7s;
  }
}
@media screen and (max-width: 768px) {
  .js-txt-anim:nth-of-type(7)::before {
    transition-delay: 0.35s;
  }
  .js-txt-anim:nth-of-type(7) span {
    transition-delay: 1.35s;
  }
}
@media screen and (min-width: 768.00001px) {
  .js-txt-anim:nth-of-type(8)::before {
    transition-delay: 0.8s;
  }
  .js-txt-anim:nth-of-type(8) span {
    transition-delay: 1.8s;
  }
}
@media screen and (max-width: 768px) {
  .js-txt-anim:nth-of-type(8)::before {
    transition-delay: 0.4s;
  }
  .js-txt-anim:nth-of-type(8) span {
    transition-delay: 1.4s;
  }
}
@media screen and (min-width: 768.00001px) {
  .js-txt-anim:nth-of-type(9)::before {
    transition-delay: 0.9s;
  }
  .js-txt-anim:nth-of-type(9) span {
    transition-delay: 1.9s;
  }
}
@media screen and (max-width: 768px) {
  .js-txt-anim:nth-of-type(9)::before {
    transition-delay: 0.45s;
  }
  .js-txt-anim:nth-of-type(9) span {
    transition-delay: 1.45s;
  }
}
@media screen and (min-width: 768.00001px) {
  .js-txt-anim:nth-of-type(10)::before {
    transition-delay: 1s;
  }
  .js-txt-anim:nth-of-type(10) span {
    transition-delay: 2s;
  }
}
@media screen and (max-width: 768px) {
  .js-txt-anim:nth-of-type(10)::before {
    transition-delay: 0.5s;
  }
  .js-txt-anim:nth-of-type(10) span {
    transition-delay: 1.5s;
  }
}
@media screen and (min-width: 768.00001px) {
  .js-txt-anim:nth-of-type(11)::before {
    transition-delay: 1.1s;
  }
  .js-txt-anim:nth-of-type(11) span {
    transition-delay: 2.1s;
  }
}
@media screen and (max-width: 768px) {
  .js-txt-anim:nth-of-type(11)::before {
    transition-delay: 0.55s;
  }
  .js-txt-anim:nth-of-type(11) span {
    transition-delay: 1.55s;
  }
}
@media screen and (min-width: 768.00001px) {
  .js-txt-anim:nth-of-type(12)::before {
    transition-delay: 1.2s;
  }
  .js-txt-anim:nth-of-type(12) span {
    transition-delay: 2.2s;
  }
}
@media screen and (max-width: 768px) {
  .js-txt-anim:nth-of-type(12)::before {
    transition-delay: 0.6s;
  }
  .js-txt-anim:nth-of-type(12) span {
    transition-delay: 1.6s;
  }
}
@media screen and (min-width: 768.00001px) {
  .js-txt-anim:nth-of-type(13)::before {
    transition-delay: 1.3s;
  }
  .js-txt-anim:nth-of-type(13) span {
    transition-delay: 2.3s;
  }
}
@media screen and (max-width: 768px) {
  .js-txt-anim:nth-of-type(13)::before {
    transition-delay: 0.65s;
  }
  .js-txt-anim:nth-of-type(13) span {
    transition-delay: 1.65s;
  }
}
@media screen and (min-width: 768.00001px) {
  .js-txt-anim:nth-of-type(14)::before {
    transition-delay: 1.4s;
  }
  .js-txt-anim:nth-of-type(14) span {
    transition-delay: 2.4s;
  }
}
@media screen and (max-width: 768px) {
  .js-txt-anim:nth-of-type(14)::before {
    transition-delay: 0.7s;
  }
  .js-txt-anim:nth-of-type(14) span {
    transition-delay: 1.7s;
  }
}
@media screen and (min-width: 768.00001px) {
  .js-txt-anim:nth-of-type(15)::before {
    transition-delay: 1.5s;
  }
  .js-txt-anim:nth-of-type(15) span {
    transition-delay: 2.5s;
  }
}
@media screen and (max-width: 768px) {
  .js-txt-anim:nth-of-type(15)::before {
    transition-delay: 0.75s;
  }
  .js-txt-anim:nth-of-type(15) span {
    transition-delay: 1.75s;
  }
}
@media screen and (min-width: 768.00001px) {
  .js-txt-anim:nth-of-type(16)::before {
    transition-delay: 1.6s;
  }
  .js-txt-anim:nth-of-type(16) span {
    transition-delay: 2.6s;
  }
}
@media screen and (max-width: 768px) {
  .js-txt-anim:nth-of-type(16)::before {
    transition-delay: 0.8s;
  }
  .js-txt-anim:nth-of-type(16) span {
    transition-delay: 1.8s;
  }
}
@media screen and (min-width: 768.00001px) {
  .js-txt-anim:nth-of-type(17)::before {
    transition-delay: 1.7s;
  }
  .js-txt-anim:nth-of-type(17) span {
    transition-delay: 2.7s;
  }
}
@media screen and (max-width: 768px) {
  .js-txt-anim:nth-of-type(17)::before {
    transition-delay: 0.85s;
  }
  .js-txt-anim:nth-of-type(17) span {
    transition-delay: 1.85s;
  }
}
@media screen and (min-width: 768.00001px) {
  .js-txt-anim:nth-of-type(18)::before {
    transition-delay: 1.8s;
  }
  .js-txt-anim:nth-of-type(18) span {
    transition-delay: 2.8s;
  }
}
@media screen and (max-width: 768px) {
  .js-txt-anim:nth-of-type(18)::before {
    transition-delay: 0.9s;
  }
  .js-txt-anim:nth-of-type(18) span {
    transition-delay: 1.9s;
  }
}
@media screen and (min-width: 768.00001px) {
  .js-txt-anim:nth-of-type(19)::before {
    transition-delay: 1.9s;
  }
  .js-txt-anim:nth-of-type(19) span {
    transition-delay: 2.9s;
  }
}
@media screen and (max-width: 768px) {
  .js-txt-anim:nth-of-type(19)::before {
    transition-delay: 0.95s;
  }
  .js-txt-anim:nth-of-type(19) span {
    transition-delay: 1.95s;
  }
}
@media screen and (min-width: 768.00001px) {
  .js-txt-anim:nth-of-type(20)::before {
    transition-delay: 2s;
  }
  .js-txt-anim:nth-of-type(20) span {
    transition-delay: 3s;
  }
}
@media screen and (max-width: 768px) {
  .js-txt-anim:nth-of-type(20)::before {
    transition-delay: 1s;
  }
  .js-txt-anim:nth-of-type(20) span {
    transition-delay: 2s;
  }
}
.js-txt-anim.is-complete::before {
  translate: 100% 0;
}
.js-txt-anim.is-complete span {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */
