@charset "UTF-8";
/* colors - Mode 1 */
:root {
  --base-900: #11111BFF;
  --base-700: #33333BFF;
  --base-500: #72727BFF;
  --base-300: #C5C5CBFF;
  --base-200: #E6E0EBFF;
  --base-100: #F9F4FBFF;
  --theme-primary: var(--tone-assistant);
  --theme-primary-dark: var(--tone-assistant-dark);
  --theme-primary-pale: var(--tone-assistant-pale);
  --theme-secondary: var(--tone-warning);
  --theme-secondary-dark: var(--tone-warning-dark);
  --theme-secondary-pale: var(--tone-warning-pale);
  --tone-danger: #DE1524FF;
  --tone-danger-dark: #B2131FFF;
  --tone-danger-pale: #FFEBECFF;
  --tone-warning: #D7C20AFF;
  --tone-warning-dark: #A5950BFF;
  --tone-warning-pale: #FBF7D8FF;
  --tone-assistant: #0055CCFF;
  --tone-assistant-dark: #003F99FF;
  --tone-assistant-pale: #E8F2FFFF;
  --tone-success: #28A745FF;
  --tone-success-dark: #218838FF;
  --tone-success-pale: #DFFBE5FF;
  --tone-visited: #9747FFFF;
  --tone-visited-dark: #8A37F5FF;
  --tone-visited-pale: #F1E5FFFF;
  --tone-focus-default: #64DDEDFF;
  --base-000: #FFFFFFFF;
  --neutral-border: #E5E7EBFF;
  --neutral-border-hover: #CBD5E1FF;
  --neutral-disabled-text: #ADB5BDFF;
  --neutral-disabled-bg: #F5F7FAFF;
  --neutral-muted-text: #6C757DFF;
}

/*========================================
    Initialized
========================================*/
:root {
  --min-width: 1024;
  --max-width: 1440;
  --base-font-size: clamp(
      calc(var(--min-width) / var(--max-width) * 10px),
      calc(100vw / var(--max-width) * 10),
      10px
  );
  font-size: var(--base-font-size);
}

@media (max-width: 768px) {
  :root {
    font-size: clamp(10px, 10px + (100vw - 375px) * 2 / 393, 12px);
  }
}
* {
  box-sizing: border-box;
}

html,
body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

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

html {
  container-type: scroll-state;
  scroll-behavior: smooth;
}

body {
  position: relative;
  width: 100%;
  min-width: 100%;
  min-height: 100dvh;
  line-height: 1.5;
  letter-spacing: normal;
  font-variant-east-asian: proportional-width;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP";
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-break: normal;
  box-sizing: border-box;
  background: var(--base-200);
  scroll-behavior: smooth;
  color: var(--base-900);
}

/* anchor */
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: var(--base-900);
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
}

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

/* placeholder */
:placeholder-shown,
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  opacity: 1;
}

address {
  font-style: normal;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

button {
  text-align: left;
}

textarea {
  display: block;
}

dt {
  font-weight: normal;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

svg {
  display: block;
}

p {
  margin: 0;
}

dl, dt, dd {
  margin: 0;
}

.l-bg-line {
  position: relative;
  width: 100%;
  height: 100%;
}

.l-bg-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3.2rem;
  z-index: 4;
  width: 1px;
  height: 100%;
  background: var(--base-900);
  opacity: 0.24;
}

.l-bg-line--inversion::before {
  background: var(--base-000);
  transition: all 1s ease-in-out;
}

/*========================================
    tablet
========================================*/
@media (max-width: 1024px) {
  .l-bg-line--main {
    padding-top: 10.4rem;
  }
}
/*========================================
    mobile
========================================*/
@media (max-width: 768px) {
  .l-bg-line--main {
    padding-top: 7.2rem;
  }
}
.l-bg-wave {
  position: relative;
  background: url(../images/common/background-top.svg) no-repeat center top;
  background-size: 100vw auto;
}

.l-bg-wave__circle--01 {
  position: absolute;
  top: 69.16vw;
  left: 38.88vw;
  width: 7.84vw;
  height: 10.41vw;
}

.l-bg-wave__circle--01-mv {
  top: 50vw;
}

.l-bg-wave__circle--01-a {
  position: absolute;
  top: 40vw;
  left: 23.61vw;
}

.l-bg-wave__circle--01::before,
.l-bg-wave__circle--01::after {
  content: "";
  border-radius: 99rem;
}

.l-bg-wave__circle--01::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 7.5vw;
  height: 7.5vw;
  background: linear-gradient(90deg, #A715FE 0%, #3BFFFE 99.99%);
  -webkit-animation: float 4s ease-in-out infinite, blur-pulse 8s infinite;
          animation: float 4s ease-in-out infinite, blur-pulse 8s infinite;
}

.l-bg-wave__circle--01::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.36vw;
  height: 2.36vw;
  background: linear-gradient(109deg, #A7BFFE 10.09%, #3BFFFE 89.45%);
  -webkit-animation: float 3s ease-in-out infinite, blur-pulse 8s infinite;
          animation: float 3s ease-in-out infinite, blur-pulse 8s infinite;
}

.l-bg-wave__circle--02 {
  position: absolute;
  top: 122.22vw;
  left: 75.97vw;
  width: 2.36vw;
  height: 2.36vw;
  border-radius: 99rem;
  background: linear-gradient(93deg, #E271CB 1.62%, #FF438B 99.44%);
  -webkit-animation: float 3s ease-in-out infinite, blur-pulse 8s infinite;
          animation: float 3s ease-in-out infinite, blur-pulse 8s infinite;
}

.l-bg-wave__circle--03 {
  position: absolute;
  top: 150.06vw;
  left: 18.05vw;
  z-index: -1;
  width: 15.83vw;
  height: 15.83vw;
  border-radius: 99rem;
  background: linear-gradient(90deg, #FBED21 0.01%, #FAC73E 15%, #F9A05D 33%, #F98275 51%, #F96C87 68%, #F95F91 85%, #F95B95 100%);
  -webkit-animation: float 4s ease-in-out infinite, blur-pulse 8s infinite;
          animation: float 4s ease-in-out infinite, blur-pulse 8s infinite;
}

@-webkit-keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1rem);
  }
}
@-webkit-keyframes blur-pulse {
  0%, 30%, 70%, 100% {
    filter: blur(0);
  }
  50% {
    filter: blur(.8rem);
  }
}
@keyframes blur-pulse {
  0%, 30%, 70%, 100% {
    filter: blur(0);
  }
  50% {
    filter: blur(.8rem);
  }
}
/*========================================
    mobile
========================================*/
@media (max-width: 768px) {
  .l-bg-wave {
    background: none;
  }
  .l-bg-wave__circle {
    display: none;
  }
}
.l-container {
  max-width: 144rem;
  margin-inline: auto;
  padding-inline: 12rem;
}

/*========================================
    tablet
========================================*/
@media (max-width: 1024px) {
  .l-container {
    width: 100%;
    padding-inline: 4rem;
  }
}
/*========================================
    mobile
========================================*/
@media (max-width: 768px) {
  .l-container {
    padding-inline: 2.4rem;
  }
}
.l-footer {
  padding-block: 4rem;
}

.l-footer__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}

.l-footer__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  row-gap: 0;
}

.l-footer__nav__link,
.l-footer__copyright {
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: 0.0319rem;
}

/*========================================
    mobile
========================================*/
@media (max-width: 768px) {
  .l-footer {
    padding-top: 0;
  }
  .l-footer__content {
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
  }
}
.l-header {
  padding-block: 3.2rem;
}

.l-header__content {
  position: relative;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}

.l-header__logo {
  max-width: 14.8rem;
  height: auto;
}

.l-header__menu {
  display: none;
}

/*========================================
    tablet
========================================*/
@media (max-width: 1024px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 10.4rem;
  }
  .l-header::before {
    display: none;
  }
  .l-header__menu {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0.4rem;
    width: 3.2rem;
    height: 3.2rem;
    cursor: pointer;
  }
  .l-header__menu span {
    width: 2.24rem;
    height: 0.3rem;
    background: var(--base-900);
    border-radius: 99rem;
    transition: all 0.3s ease-in-out;
  }
  .l-header__menu--inversion span {
    background: var(--base-000);
  }
  body:has(.p-sticky-nav--open) .l-header__menu span:nth-child(1) {
    transform: translateY(0.7rem) rotate(45deg);
  }
  body:has(.p-sticky-nav--open) .l-header__menu span:nth-child(2) {
    opacity: 0;
  }
  body:has(.p-sticky-nav--open) .l-header__menu span:nth-child(3) {
    transform: translateY(-0.7rem) rotate(-45deg);
  }
}
/*========================================
    mobile
========================================*/
@media (max-width: 768px) {
  .l-header {
    padding-block: 1.6rem;
    height: 7.2rem;
  }
  .l-header__menu {
    gap: 4px;
  }
  .l-header__menu span {
    height: 3px;
  }
  body:has(.p-sticky-nav--open) .l-header__menu span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  body:has(.p-sticky-nav--open) .l-header__menu span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
.c-button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  row-gap: 0;
  width: 100%;
  max-width: 36.8rem;
  padding: 1.6rem 3.2rem;
  border-radius: 99rem;
  background: var(--base-900);
  color: var(--base-000);
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0.0258rem;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.c-button--fit {
  width: auto;
}

.c-button:hover {
  opacity: 0.6;
}

.c-button__icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 1.2rem;
}

.c-button--full {
  max-width: 100%;
}

.c-button:has(.wpcf7-form-control)::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 1.2rem;
}

.c-button .wpcf7-form-control {
  background: transparent;
  border: none;
  color: var(--base-000);
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0.0258rem;
}

.wpcf7-spinner {
  display: none;
}

.c-checkbox__input {
  display: none;
}

.c-checkbox__label {
  position: relative;
  display: block;
  width: 100%;
  background: var(--base-200);
  padding: 1.6rem 1.6rem 1.6rem 5.2rem;
  border-radius: .2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.0319rem;
  cursor: pointer;
}

.c-checkbox__label::before,
.c-checkbox__label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.c-checkbox__label::before {
  left: 1.6rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--base-300);
  border-radius: .2rem;
  background: var(--base-000);
}

.c-checkbox__input:checked + .c-checkbox__label::before {
  border-color: var(--tone-assistant-dark);
  background: var(--tone-assistant);
}

.c-checkbox__input:checked + .c-checkbox__label::after {
  left: 2.1rem;
  width: 1.2rem;
  height: 1.2rem;
  content: "\f00c";
  color: var(--base-000);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.c-input-label {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.0319rem;
}

.c-input {
  padding: 1.6rem 2.4rem;
  border: none;
  border-radius: .4rem;
  background: var(--base-000);
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: 0.0319rem;
  width: 100%;
}

.c-input::-moz-placeholder {
  color: var(--base-500);
}

.c-input::placeholder {
  color: var(--base-500);
}

.c-input--textarea {
  resize: none;
}

.c-radio__input {
  display: none;
}

.c-radio__label {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0.8rem;
  position: relative;
  padding: 1.2rem 1.6rem 1.2rem 5.2rem;
  border-radius: .4rem;
  background: var(--base-000);
  cursor: pointer;
}

.c-radio__label::before,
.c-radio__label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 99rem;
}

.c-radio__label::before {
  left: 1.6rem;
  width: 2rem;
  height: 2rem;
  background: var(--base-000);
  border: 1px solid var(--base-300);
}

.c-radio__input:checked + .c-radio__label::before {
  border-color: var(--tone-assistant-dark);
}

.c-radio__input:checked + .c-radio__label::after {
  left: 2.2rem;
  width: 1rem;
  height: 1rem;
  background: var(--tone-assistant);
}

.c-radio__label__title {
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.0258rem;
}

.c-radio__label__text {
  color: var(--base-500);
  font-size: 1.2rem;
  line-height: 120%;
  letter-spacing: 0.047rem;
}

.p-achievements {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}

.p-achievements__head {
  width: 42.2rem;
}

.p-achievements__foot {
  width: 53.8rem;
}

.p-achievements__head img,
.p-achievements__foot img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-achievements__foot img {
  object-position: right;
}

.p-achievements__main {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 3.2rem;
  flex: 1;
  min-width: 60rem;
  padding: 10.4rem 5.6rem 8rem;
  background: var(--tone-visited);
  color: var(--base-000);
}

.p-achievements__main__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}

.p-achievements__main__info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: .8rem;
  flex: 1;
}

.p-achievements__main__info__title {
  flex: 1;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 100%;
}

.p-achievements__main__info__foot {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0.8rem;
}

.p-achievements__main__info__foot__title {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.0336rem;
}

.p-achievements__main__info__foot__text {
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.0258rem;
}

.p-achievements__main__catchphrase {
  width: 10.4rem;
  height: 53.2rem;
}

/*========================================
    mobile
========================================*/
@media (max-width: 768px) {
  .p-achievements__head,
  .p-achievements__foot {
    display: none;
  }
  .p-achievements__main {
    min-width: 0;
    padding: 4rem 2.4rem;
  }
  .p-achievements__main__catchphrase {
    width: 7rem;
    height: 35.8rem;
  }

  .p-achievements__main__info__foot__title {
    font-size: 3.6rem;
  }
}
.p-company__block {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 2.4rem;
  width: 100%;
}

.p-company__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.0258rem;
}

.p-company__member {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  width: 100%;
}

.p-company__member__item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1.6rem;
}

.p-company__member__item__head {
  padding: 2.4rem;
  border-radius: 12px;
  background: var(--base-100);
}

.p-company__member__item__post {
  display: inline-block;
  margin-left: -2.4rem;
  margin-bottom: 0.8rem;
  padding: 0.2rem 0.2rem 0.1rem 2.4rem;
  background: var(--base-900);
  color: var(--base-000);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.0319rem;
}

.p-company__member__item__name {
  margin-bottom: 0.4rem;
  font-family: "Hiragino Maru Gothic ProN", "M PLUS Rounded 1c", "Noto Sans JP";
  font-size: 3.2rem;
  line-height: 100%;
  letter-spacing: -0.0336rem;
}

.p-company__member__item__name-en {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.047rem;
}

.p-company__member__item__text {
  font-size: 1.4rem;
  line-height: 170%;
  letter-spacing: 0.0319rem;
}

/*========================================
    mobile
========================================*/
@media (max-width: 768px) {
  .p-section.p-company {
    z-index: 4;
  }
  .p-company__member {
    grid-template-columns: auto;
  }
}
.p-contact__head {
  margin-left: 30.2rem;
}

.p-contact__content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 4rem;
}

.p-contact__column {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  row-gap: 0;
}

.p-contact__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 12rem;
  width: 25.2rem;
  font-size: 1.4rem;
  line-height: 170%;
}

.p-contact__sticky__list {
  margin-bottom: 1.6rem;
}

.p-contact__sticky__list__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}

.p-contact__main {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 4rem;
  flex: 1;
}

.p-contact__sticky__list__item::before {
  content: "●";
  color: var(--tone-visited);
}

/*========================================
    mobile
========================================*/
@media (max-width: 768px) {
  .p-section.p-contact {
    z-index: 4;
  }
  .p-contact__content {
    gap: 2.4rem;
  }
  .p-contact__head {
    margin: 0;
  }
  .p-contact__column {
    flex-direction: column;
    gap: 4rem;
  }
  .p-contact__sticky {
    position: static;
    width: 100%;
  }
}
.p-description-list {
  width: 100%;
}

.p-description-list__column {
  display: grid;
  grid-template-columns: 6.4rem auto;
  gap: 2.4rem;
  padding-block: 2.4rem;
}

.p-description-list__column:not(:last-child) {
  border-bottom: 1px solid var(--base-300);
}

.p-description-list__title,
.p-description-list__content {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.0319rem;
}

.p-description-list__title {
  color: var(--base-500);
}

/*========================================
    mobile
========================================*/
@media (max-width: 768px) {
  .p-description-list__column {
    grid-template-columns: auto;
    gap: 0.8rem;
  }
}
.p-form {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 4rem;
  width: 100%;
  padding: 8rem;
  border-radius: 2.4rem;
  background: var(--base-100);
}

.p-form__message {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0.4rem;
}

.p-form__message__text {
  padding: 1.6rem;
  border-radius: .4rem;
  width: 100%;
  color: var(--base-000);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.0319rem;
}

.p-form__message__text--error {
  background: linear-gradient(93deg, #E271CB 1.62%, #FF438B 99.44%);
}

.p-form__message__text--complete {
  background: linear-gradient(109deg, #A7BFFE 10.09%, #3BFFFE 89.45%);
}

.p-form__block {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1.6rem;
  max-width: 71.2rem;
  width: 100%;
  margin-inline: auto;
}

.p-form__box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0.8rem;
}

.p-form__policy {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 4rem;
  max-width: 71.2rem;
  width: 100%;
  margin-inline: auto;
  padding: 4rem;
  border-radius: .4rem;
  background: var(--base-000);
}

.p-form__policy__head {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0.8rem;
}

.p-form__policy__head__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.0258rem;
}

.p-form__policy__head__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.0319rem;
}

.p-form__policy__content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1.6rem;
  padding: 1.6rem;
  border-radius: .2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.0319rem;
  background: var(--base-100);
}

.p-form__button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}

/*========================================
    mobile
========================================*/
@media (max-width: 768px) {
  .p-form {
    padding: 4rem 2.4rem;
  }
  .p-form__message__text {
    padding-inline: 2.4rem;
  }
  .p-form__policy {
    gap: 2.4rem;
    padding: 2.4rem 1.2rem;
  }
  .p-form__policy__content {
    padding-inline: 2.4rem;
  }
}

.p-item-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.p-item {
  width: 100%;
  padding: 4rem;
  border-radius: 2.4rem;
  background: var(--base-100);
}

.p-item__title-main {
  font-size: 4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.0336rem;
}

.p-item-column {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1.6rem;
}

.p-item-column__image {
  flex: 1;
  padding-right: 4rem;
}

.p-item-column__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 2.4rem;
  padding-left: 4rem;
  border-left: 1px solid var(--base-200);
}

.p-item-column__info__text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1.2rem;
}

.p-item-column__info__text__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.0258rem;
}

.p-item-column__info__text__item {
  font-size: 1.2rem;
  line-height: 170%;
  letter-spacing: 0.047rem;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .p-item-column__info__text__item {
    font-size: 1.6rem;
  }
}

/*========================================
    mobile
========================================*/
@media (max-width: 768px) {
  .p-item {
    padding-inline: 1.6rem;
  }
  .p-item__title-main {
    font-size: 3.2rem;
  }
  .p-item-column {
    flex-direction: column;
    gap: 1.6rem;
  }
  .p-item-column__image {
    padding: 0;
  }
  .p-item-column__info {
    gap: 2.4rem;
    padding: 0;
    border: none;
  }
}

.p-item-large {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  width: 100%;
  padding: 4.8rem;
  border-radius: 2.4rem;
  background: var(--base-100);
}

.p-item-large--white {
  background: var(--base-000);
}

.p-item-large__block {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.p-item-large__block--border {
  padding-bottom: 4.8rem;
  border-bottom: 1px dashed var(--base-900);
}

.p-item-large__border-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 4.8rem;
  border-bottom: 1px dashed var(--base-900);
}

.p-item-large__border-column--single {
  grid-template-columns: 1fr;
}

.p-item-large__border-column__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
.p-item-large__border-column__item:nth-child(odd) {
  padding-right: 2.4rem;
  border-right: 1px dashed var(--base-900);
}
.p-item-large__border-column__item:nth-child(even) {
  padding-left: 2.4rem;
}

.p-item-large__border-column--single .p-item-large__border-column__item {
  border: none;
}

.p-item-large__head {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-bottom: 4.8rem;
  border-bottom: 1px dashed var(--base-900);
}

.p-item-large__head--lower {
  padding: 0;
  border-bottom: none;
}

.p-item__title-en--large {
  color: var(--base-200);
  font-size: 5.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.0454rem;
  word-break: break-all;
}

.p-item-large__read {
  font-size: 2.4rem;
  line-height: 140%;
}

.p-item-large__text {
  font-size: 1.4rem;
  line-height: 170%;
  letter-spacing: -.0319rem;
}

.p-item-large__column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}

.p-item-large__column--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}

.p-item-large__column__item {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.p-item-large__column__item__head {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

.p-item-large__column__item__head__sub {
  font-family: Inter;
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: .0319rem;
}

.p-item-large__lower-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.01rem;
}

.p-item-large__column__item__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 2.4rem;
  border: 1px solid var(--neutral-border);
  border-radius: 1.2rem;
  flex: 1;
}

.p-item-large__column__item__content__image {
  display: flex;
  justify-content: center;
  padding-bottom: 2.4rem;
  border-bottom: 1px dashed var(--base-900);
}

.p-item-large__column__item__content__image img {
  width: auto;
  max-width: 100%;
}

.p-item-large__column__item__content__text {
  font-size: 1.2rem;
  font-style: normal;
  line-height: 170%;
  letter-spacing: .047rem;
}

.p-item-large__row {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

.p-item-large__row__item {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 2.4rem;
  border: 1px solid var(--neutral-border);
  border-radius: 1.2rem;
}

.p-item-large__row__item__image {
  width: 8rem;
  height: 8rem;
}

.p-item-large__row__item__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

.p-item-large__lower-title-sm {
  font-weight: 400;
  line-height: 140%;
  letter-spacing: .0278rem;
}

.p-item-large__row__item__info__text {
  font-size: 1.2rem;
  line-height: 170%;
  letter-spacing: .047rem;
}

.p-item-large__flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}

.p-item-large__flow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}

.p-item-large__flow__item:not(:last-child)::before {
  content: "";
  width: 1.6rem;
  height: 3.2rem;
  position: absolute;
  right: -1.6rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/common/flow-arrow.svg) no-repeat right center;
}

.p-item-large__flow__item__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12.2rem;
  max-width: 20rem;
  border-radius: 99rem;
  border: 1px dashed var(--base-700);
}

.p-item-large__flow__item__image img {
  width: auto;
  max-width: 80%;
}

.p-item-large__flow__item__image__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 99rem;
  color: var(--base-000);
  font-size: 1.4rem;
  line-height: 170%;
  letter-spacing: .0319px;
  background: var(--theme-primary);
}

.p-item-large__flow__item__text {
  color: var(--base-900);
  text-align: center;
  font-size: 1.2rem;
  line-height: 170%;
  letter-spacing: .047rem;
}

.p-item-large__list {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  width: 100%;
}

.p-item-large__list__item {
  display: flex;
  gap: .4rem;
  font-size: 1.2rem;
  line-height: 140%;
  letter-spacing: .047rem;
}
.p-item-large__list__item::before {
  content: "●";
}

/*========================================
    mobile
========================================*/
@media (max-width: 768px) {
  .p-item-large {
    padding-inline: 2.4rem;
  }

  .p-item-large__column--3,
  .p-item-large__column {
    grid-template-columns: 1fr;
  }

  .p-item-large__column__item__content {
    padding: 1.6rem;
    gap: 1.6rem;
  }

  .p-item-large__column__item__content__image {
    padding-bottom: 1.6rem;
  }

  .p-item-large__row__item {
    flex-direction: column;
  }

  .p-item-large__row__item__info {
    align-items: center;
  }

  .p-functions__mockup + .p-item-large__column__item__content__text {
    font-size: 1.4rem;
  }

  .p-item-large__flow {
    grid-template-columns: 1fr;
    gap: 4.8rem;
  }

  .p-item-large__flow__item:not(:last-child)::before {
    top: unset;
    bottom: -3.2rem;
    left: 50%;
    right: unset;
    transform: translate(-50%, 0) rotate(90deg);
  }

  .p-item-large__flow__item__image {
    max-width: 100%;
  }

  .p-item-large__border-column {
    grid-template-columns: 1fr;
  }

  .p-item-large__border-column__item:nth-child(odd) {
    padding: 0 0 2.4rem 0;
    border-right: none;
    border-bottom: 1px dashed var(--base-900);
  }
  .p-item-large__border-column__item:nth-child(even) {
    padding: 2.4rem 0 0 0;
  }

  .p-item-large__border-column--single .p-item-large__border-column__item:nth-child(odd) {
    padding: 0;
    border: none;
  }

  .p-faq {
    align-items: flex-start;
  }
}

.p-case-study__profile {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.p-case-study__profile__image {
  width: 4.8rem;
  height: 4.8rem;
}

.p-case-study__profile__text {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

.p-case-study__profile__text__sub {
  font-size: 1.2rem;
  line-height: 140%;
  letter-spacing: .047rem;
}

.p-case-study__profile__text__main {
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: .0319rem;
}

.p-pricing__title-sub {
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: .0278rem;
}

.p-pricing__title-main {
  font-size: 3.2rem;
  line-height: 120%;
  letter-spacing: -.023rem;
}

.p-pricing__title-main__small {
  font-size: 2.4rem;
  line-height: 100%;
}

.p-pricing__title-main__tax {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: .0278rem;
}

.p-pricing__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}

.p-pricing__bottom__text {
  font-size: 1.4rem;
  line-height: 170%;
  letter-spacing: .0319rem;
  text-align: center;
}

.p-faq__title,
.p-faq__text {
  display: flex;
}
.p-faq__title::before {
  content: "Q. ";
}
.p-faq__text::before {
  content: "A. ";
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .p-item-large__text {
    font-size: 1.8rem;
  }

  .p-item-large__row__item__info__text,
  .p-item-large__flow__item__text,
  .p-case-study__profile__text__sub,
  .p-item-large__list__item {
    font-size: 1.4rem;
  }
}

/*========================================
    mobile
========================================*/
@media (max-width: 768px) {
  .p-pricing__bottom .c-button {
    padding-inline: 1.6rem;
  }
}

.p-mv {
  position: relative;
}

.p-mv::before {
  content: "";
  position: absolute;
  bottom: 3.2rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--base-900);
  opacity: 0.24;
}

.p-mv__content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  min-height: 70.6rem;
}

.p-mv__head {
  position: relative;
}

.p-mv__head__title {
  z-index: 1;
  width: 25.6rem;
  height: auto;
}

.p-mv__post {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0.8rem;
  width: 61.6rem;
}

.p-mv__post__item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0.8rem;
  padding: 2.4rem;
  border-radius: .4rem;
  background: var(--base-100);
}

.p-mv__post__item__time {
  color: var(--base-500);
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: 0.0319rem;
}

.p-mv__post__item__link {
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0.0319rem;
}

.p-mv__post__item__link:hover {
  text-decoration: underline;
}

.p-mv__post__arrow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  row-gap: 0;
}

.p-mv__post__arrow__item {
  display: block;
  position: static;
  padding: 0.4rem 1.6rem;
  border: 1px solid var(--base-900);
  border-radius: 99rem;
  width: auto;
  height: auto;
  margin: 0;
  transition: all 0.3s ease-in-out;
  color: var(--base-900);
}

.p-mv__post__arrow__item:hover {
  opacity: 0.6;
}

.p-mv__post__arrow__item::after {
  display: none;
}

.p-mv__post__arrow__item__icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 1.4rem;
}

.p-mv__main {
  padding-bottom: 6.4rem;
}

.p-mv__nav {
  position: absolute;
  top: 37.4rem;
}

.p-mv__main__video {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  width: 101.8rem;
  height: 44rem;
  border-radius: 2.4rem 0 0 2.4rem;
  overflow: hidden;
}

.p-mv__main__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__scroll {
  position: absolute;
  bottom: 10.6rem;
  left: 3.1rem;
  z-index: -1;
}

.p-mv__scroll__text {
  transform: rotate(90deg);
  margin-left: -1.6rem;
  padding-left: 2.4rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.047rem;
}

.p-mv__scroll::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0.3rem;
  height: 6rem;
  background: var(--base-900);
  opacity: 0.64;
  -webkit-animation: mvScroll 2s ease-in-out infinite;
          animation: mvScroll 2s ease-in-out infinite;
}

@-webkit-keyframes mvScroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes mvScroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*========================================
    tablet
========================================*/
@media (max-width: 1024px) {
  .p-mv__main__video {
    width: 78rem;
  }
  .p-mv__nav {
    display: none;
  }
}
/*========================================
    mobile
========================================*/
@media (max-width: 768px) {
  .p-mv {
    width: 100%;
  }
  .p-mv__main {
    width: 100%;
    padding-bottom: 13.6rem;
  }
  .p-mv__content {
    width: 100%;
    min-height: 0;
    gap: 4.4rem;
  }
  .p-mv__post {
    position: relative;
    z-index: 5;
    width: calc(100% + 2.4rem);
  }
  .p-mv__main__video {
    position: relative;
    z-index: 4;
    width: calc(100% + 2.4rem);
    height: 30.4rem;
    margin-right: -2.4rem;
  }
}

.p-mv-page__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  min-height: 70.6rem;
}

.p-mv-page__main__text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 4rem;
}

.p-mv-page__main__text__item-wrap {
  display: flex;
}

.p-mv-page__main__text__item-wrap .p-mv-page__main__text__item:first-child {
  padding-right: 0;
}
.p-mv-page__main__text__item-wrap .p-mv-page__main__text__item:last-child {
  padding-left: 0;
}

.p-mv-page__main__text__item {
  padding: .2rem .2rem .4rem .2rem;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -.023rem;
  background: var(--base-200);
}

.p-mv-page__main__text__item--large {
  display: flex;
  flex-wrap: nowrap;
}

.p-mv-page__main__text__item--large span {
  display: inline-block;
  padding-block: .6rem .4rem;
  background: var(--base-000);
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -.0403rem;
}
.p-mv-page__main__text__item--large span:first-child {
  padding-left: .2rem;
}
.p-mv-page__main__text__item--large span:last-child {
  padding-right: .2rem;
}

.p-mv-page__main__image {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 101.8rem;
  height: 57.9rem;
  border-radius: 2.4rem 0 0 2.4rem;
  overflow: hidden;
}

/*========================================
    tablet
========================================*/
@media (max-width: 1024px) {
  .p-mv-page__main__image {
    width: 90rem;
  }

  .p-mv-page__main__image img {
    height: 100%;
    object-fit: cover;
  }
}

/*========================================
    mobile
========================================*/
@media (max-width: 768px) {
  .p-mv-page__content {
    min-height: 0;
  }

  .p-mv-page__main {
    position: relative;
    padding-bottom: 13.6rem;
    z-index: 5;
  }

  .p-mv-page__main__image {
    position: relative;
    z-index: 2;
    width: calc(100% + 2.4rem);
    height: 30.4rem;
    margin-right: -2.4rem;
  }

  .p-mv-page__main__text {
    position: absolute;
    left: 0;
    bottom: 16.8rem;
    z-index: 3;
    margin: 0;
  }

  .p-mv-page__main__text__item {
    font-size: 2.4rem;
  }

  .p-mv-page__main__text__item--large {
    flex-direction: column;
    align-items: flex-start;
  }

  .p-mv-page__main__text__item--large span {
    padding-inline: .2rem;
    font-size: 3.2rem;
  }

  .p-mv-page__main__text__item-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .p-mv-page__main__text__item-wrap .p-mv-page__main__text__item:first-child {
    padding-right: .2rem;
  }
  .p-mv-page__main__text__item-wrap .p-mv-page__main__text__item:last-child {
    padding-left: .2rem;
  }
}

.p-nav {
  width: fit-content;
  pointer-events: auto;
}

.p-nav__list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1.2rem;
}

.p-nav__list__item__link {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.3s ease-in-out;
}

.p-nav__list__item__link--current {
  text-decoration: underline;
}

.p-nav__list__item__link--current:hover {
  text-decoration: underline;
}

.p-nav__list__item__link--disabled {
  opacity: 0.48;
}

.p-nav__list__item__accordion {
  display: flex;
  flex-direction: column;
}

.p-nav__list__item__accordion__content {
  list-style: none;
  display: flex;
  align-items: center;
}

.p-nav__list__item__accordion__list {
  display: flex;
  flex-direction: column;
  padding-left: 1.2rem;
}

.p-nav__list__item__accordion::details-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out, content-visibility 0.3s allow-discrete;
  interpolate-size: allow-keywords;
}

.p-nav__list__item__accordion[open]::details-content {
  height: auto;
}

.p-nav__list__item__accordion__content::after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.p-nav__list__item__accordion[open] .p-nav__list__item__accordion__content::after {
  transform: rotate(180deg);
}

.p-nav__list__item__accordion__link {
  display: inline-block;
  margin-top: .8rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: .0258rem;
}

/*========================================
    tablet
========================================*/
@media (max-width: 1024px) {
  .p-nav__list__item__accordion__content::after {
    width: 3rem;
    height: 3rem;
    font-size: 2.4rem;
  }
}

.p-news-release {
  background: var(--base-900);
}

.p-news-release__content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 4rem;
}

/*========================================
    mobile
========================================*/
@media (max-width: 768px) {
  .p-section.p-news-release {
    z-index: 1;
  }
}
.p-post-list__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  row-gap: 0;
  padding-block: 2.4rem;
  color: var(--base-000);
}

.p-post-list__item:not(:last-child) {
  border-bottom: 1px solid var(--base-700);
}

.p-post-list__item__link {
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0.0319rem;
  color: var(--base-000);
}

.p-post-list__item__link:hover {
  opacity: 1;
  color: var(--tone-visited);
}

.p-post-list__item__time {
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0.0319rem;
}

/*========================================
    mobile
========================================*/
@media (max-width: 768px) {
  .p-post-list__item {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.p-read {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.0258rem;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .p-read {
    font-size: 2rem;
  }
}

.p-right-content {
  margin-left: 30.2rem;
}

/*========================================
    tablet
========================================*/
@media (max-width: 1024px) {
  .p-right-content {
    margin-left: 0;
  }
}
/*========================================
    mobile
========================================*/
.p-section {
  position: relative;
  z-index: 1;
  padding-block: 10.4rem;
}

.p-section__content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 5.6rem;
}

/*========================================
    mobile
========================================*/
@media (max-width: 768px) {
  .p-section {
    scroll-margin-top: 4rem;
    z-index: 3;
    padding-block: 4rem;
  }
  .p-section__content {
    gap: 4rem;
  }
}
.p-services__item-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1.6rem;
  width: 100%;
}

/*========================================
    mobile
========================================*/
.p-slide-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  width: 100%;
  overflow: hidden;
  padding-block: 10rem;
  color: var(--base-300);
  transition: all 1s ease-in-out;
}

.p-slide-text__item {
  padding-inline: 2.4rem;
  font-size: 20rem;
  line-height: 100%;
  letter-spacing: -0.208rem;
  -webkit-animation: txtTicker 20s linear infinite;
          animation: txtTicker 20s linear infinite;
  white-space: nowrap;
}

.p-slide-text--inversion {
  color: var(--base-000);
  background: var(--base-900);
}

@-webkit-keyframes txtTicker {
  100% {
    transform: scale(1) rotate(0) translateX(-100%) translateY(0) skewX(0) skewY(0);
  }
}

@keyframes txtTicker {
  100% {
    transform: scale(1) rotate(0) translateX(-100%) translateY(0) skewX(0) skewY(0);
  }
}
.p-statement {
  padding-block: 18rem 8rem;
}

.p-statement__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}

.p-statement__title__main {
  width: 36.6rem;
  height: auto;
  margin-bottom: 1.5rem;
}

.p-statement__text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 2rem;
}

.p-statement__text__item {
  font-size: 2rem;
  font-weight: 600;
  line-height: 172%;
  letter-spacing: 0.0258rem;
}

/*========================================
    mobile
========================================*/
@media (max-width: 768px) {
  .p-statement {
    padding-block: 4rem;
  }
  .p-statement__content {
    flex-direction: column;
    gap: 4rem;
  }
  .p-statement__title__main {
    width: 100%;
    max-width: 34.4rem;
  }
}
.p-sticky-nav {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  display: none;
  width: 100%;
  pointer-events: none;
}

.p-sticky-nav--inversion,
.p-sticky-nav--inversion a {
  color: var(--base-000);
}

/*========================================
    tablet
========================================*/
@media (max-width: 1024px) {
  .p-sticky-nav {
    position: fixed;
    top: 10.4rem;
    right: 0;
    left: unset;
    transform: translateX(0);
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 32rem;
    margin: 0;
    padding-block: 4rem;
    opacity: 0;
    visibility: hidden;
    border-radius: 12px 0 0 12px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .p-sticky-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--base-100);
  }
  .p-sticky-nav--open {
    opacity: 1;
    visibility: visible;
  }
}
/*========================================
    mobile
========================================*/
@media (max-width: 768px) {
  .p-sticky-nav {
    top: 7.2rem;
  }
}

@media (min-width: 1025px) {
  .p-sticky-nav--page {
    position: absolute;
    top: 45.4rem;
    left: 50%;
    display: block;
  }
}

.p-sticky-nav--page-fixed {
  position: fixed;
  top: 2rem;
}

.p-title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0.8rem;
}

.p-title--inversion {
  color: var(--base-000);
}

.p-title__main {
  font-size: 7.2rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.0749rem;
}

.p-title__main--large {
  font-size: 8rem;
  font-weight: 400;
  line-height: 100%;
}

.p-title__sub {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  row-gap: 0;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.0258rem;
}

.p-title__sub::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 99rem;
  background: var(--tone-visited);
}

/*========================================
    mobile
========================================*/
@media (max-width: 768px) {
  .p-title__main,
  .p-title__main--large {
    font-size: 4.8rem;
  }
}

.p-problem__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.p-problem__bottom {
  padding: 2.4rem;
  border-radius: 2.4rem;
  background: var(--base-000);
}
.p-problem__bottom::before {
  content: "\f063";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  margin: -4.8rem auto 0 auto;
  border-radius: 99rem;
  background: var(--base-000);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.p-problem__bottom__text {
  line-height: 140%;
  letter-spacing: .0278rem;
  text-align: center;
}

@media (max-width: 768px) {
  .p-problem__bottom__text {
    text-align: left;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .p-item-large__column__item__content__text {
    font-size: 1.4rem;
  }
}

.p-step {
  position: relative;
}

.p-step::before,
.p-step::after {
  content: "";
  position: absolute;
}

.p-step::before {
  left: 4.8rem;
  top: 0;
  width: 3.2rem;
  height: calc(100% - 2rem);
  background: var(--base-300);
}

.p-step::after {
  left: 3.6rem;
  bottom: 0;
  width: 5.5rem;
  height: 2.1rem;
  background: var(--base-300);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.p-step__item {
  padding-left: 12rem;
}

.p-solution__list {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

@media (max-width: 768px) {
  .p-step__content,
  .p-step__item {
    align-items: flex-start;
  }
}

.p-solution__list__item--more,
.p-solution__list__item--good {
  display: flex;
  gap: .4rem;
}
.p-solution__list__item--more::before {
  content: "\f00d";
  margin-top: .3rem;
  color: var(--tone-danger);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1rem;
}
.p-solution__list__item--good::before {
  content: "";
  min-width: .4rem;
  height: .4rem;
  margin: .6rem .12rem .12rem .12rem;
  border-radius: 99rem;
  border: .3rem solid var(--tone-success);
}

.p-solution__image img {
  padding-block: 1.6rem;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .p-solution__list__item--more::before {
    font-size: 1.2rem;
    margin-top: .6rem;
  }

  .p-solution__list__item--good::before {
    margin: .7rem .12rem .12rem .12rem;
    border-radius: 99rem;
    border: .5rem solid var(--tone-success);
  }
}

.p-functions__mockup {
  padding-inline: .4rem;
}

.p-functions__flow__image--01 img {
  width: 6.4rem;
  height: 6.6rem;
}

.p-functions__flow__image--02 img {
  width: 12.9rem;
  height: 7.3rem;
  margin: 1.4rem 0 0 2.2rem;
}

.p-functions__flow__image--03 img {
  width: 9rem;
  height: 8.9rem;
}

/*========================================
    画面幅によって改行位置を調整するためのクラス
========================================*/
.u-br--tablet,
.u-br--mobile {
  display: none;
}

@media (max-width: 1024px) {
  .u-br--tablet {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .u-br--pc {
    display: none;
  }
  .u-br--mobile {
    display: inline-block;
  }
}
/*========================================
    スクリーンリーダー用テキスト
    視覚的には非表示にしつつ、スクリーンリーダーには読み上げさせるためのクラス。
========================================*/
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-text-danger {
  color: var(--tone-danger);
}

.l-bg-wave:has(.p-404) {
  height: 100vh;
  overflow: hidden;
}

body:has(.p-404) .l-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: fit-content;
}

body:has(.p-404) .l-header {
  height: fit-content;
}

body:has(.p-404) .p-sticky-nav--page {
  display: none;
}

.p-404 {
  padding-top: 12rem;
}

.p-404__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.8rem;
}

.p-404__title {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}

.p-404__title__small {
  font-size: 3.6rem;
}

.p-404__text {
  line-height: 140%;
  letter-spacing: .0278rem;
  text-align: center;
}

@media (max-width: 768px) {
  .p-404__title {
    line-height: 60%;
  }
  .p-404__title__small {
    font-size: 2rem;
  }
  .p-404__text {
    text-align: left;
  }
}