/*----------------------------------
  mission
-----------------------------------*/
.p-section-mission {
  position: relative;
  padding-block: 5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-section-mission {
    padding-block: 2rem;
  }
}

.p-mission__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-mission__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.p-mission__content {
  position: relative;
  max-width: 38.75rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-mission__head h2 {
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}

.p-mission__title {
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-mission__title {
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mission__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-mission__title {
    font-size: 1.5rem;
  }
}

.p-mission__body {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
@media screen and (max-width: 767px) {
  .p-mission__body {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

.p-mission__text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-mission__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mission__text {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-mission__text {
    font-size: 0.875rem;
  }
}

.p-mission__foot {
  border-radius: 15px;
  border: 1px solid #060606;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
  padding-block: 1.25rem;
  padding-inline: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-mission__foot {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
    padding-block: 1.5rem;
    padding-inline: 1.5rem;
  }
}

.p-mission__message {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-mission__message {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mission__message {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-mission__message {
    font-size: 0.875rem;
  }
}

.p-mission__icon {
  position: absolute;
  width: 9.125rem;
  height: auto;
  left: -7.5rem;
  bottom: -3.5rem;
  aspect-ratio: 146/180;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-mission__icon {
    display: none;
  }
}

.p-mission__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 22.25rem;
  width: 100%;
  height: auto;
  max-height: 22.25rem;
  padding: 1.25rem;
  border-radius: 20px;
  border: 1.82px solid #060606;
  -ms-flex-item-align: center;
      align-self: center;
}
.p-mission__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------------------------
  value
-----------------------------------*/
.p-section-value {
  position: relative;
  padding-block: 3.625rem;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-section-value {
    padding-block: 2rem;
  }
}

.p-value__inner {
  position: relative;
}

.p-value__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-value__items {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
    gap: 1.375rem;
  }
}

.p-value__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120vw;
  height: 100px;
  border-radius: 100px;
  border: 2px solid #060606;
  translate: -100vw 0;
  -webkit-transition: ease translate 0.8s;
  transition: ease translate 0.8s;
}
@media screen and (max-width: 767px) {
  .p-value__item {
    height: 90px;
  }
}
.p-value__item:nth-child(1) .p-value__text-area {
  -webkit-padding-start: 91vw;
          padding-inline-start: 91vw;
}
@media screen and (max-width:1024px) {
  .p-value__item:nth-child(1) .p-value__text-area {
    -webkit-padding-start: 70vw;
            padding-inline-start: 70vw;
    -webkit-padding-end: 6.25rem;
            padding-inline-end: 6.25rem;
  }
}
@media screen and (min-width: 1600px) {
  .p-value__item:nth-child(1) .p-value__text-area {
    -webkit-padding-start: 95vw;
            padding-inline-start: 95vw;
  }
}
@media (max-width: 600px) {
  .p-value__item:nth-child(1) .p-value__text-area {
    -webkit-padding-start: 56vw;
            padding-inline-start: 56vw;
  }
}
.p-value__item:nth-child(1).js-show {
  translate: -91vw 0;
}
@media screen and (max-width:1024px) {
  .p-value__item:nth-child(1).js-show {
    translate: -70vw 0;
  }
}
@media screen and (min-width: 1600px) {
  .p-value__item:nth-child(1).js-show {
    translate: -95vw 0;
  }
}
@media (max-width: 600px) {
  .p-value__item:nth-child(1).js-show {
    translate: -54vw 0;
  }
}
.p-value__item:nth-child(2) .p-value__text-area {
  -webkit-padding-start: 80vw;
          padding-inline-start: 80vw;
}
@media screen and (max-width:1024px) {
  .p-value__item:nth-child(2) .p-value__text-area {
    -webkit-padding-start: 62vw;
            padding-inline-start: 62vw;
    -webkit-padding-end: 6.25rem;
            padding-inline-end: 6.25rem;
  }
}
@media screen and (min-width: 1600px) {
  .p-value__item:nth-child(2) .p-value__text-area {
    -webkit-padding-start: 85vw;
            padding-inline-start: 85vw;
  }
}
@media (max-width: 600px) {
  .p-value__item:nth-child(2) .p-value__text-area {
    -webkit-padding-start: 50vw;
            padding-inline-start: 50vw;
  }
}
.p-value__item:nth-child(2).js-show {
  translate: -80vw 0;
}
@media screen and (max-width:1024px) {
  .p-value__item:nth-child(2).js-show {
    translate: -62vw 0;
  }
}
@media screen and (min-width: 1600px) {
  .p-value__item:nth-child(2).js-show {
    translate: -85vw 0;
  }
}
@media (max-width: 600px) {
  .p-value__item:nth-child(2).js-show {
    translate: -48vw 0;
  }
}
.p-value__item:nth-child(3) .p-value__text-area {
  -webkit-padding-start: 70vw;
          padding-inline-start: 70vw;
}
@media screen and (max-width:1024px) {
  .p-value__item:nth-child(3) .p-value__text-area {
    -webkit-padding-start: 54vw;
            padding-inline-start: 54vw;
    -webkit-padding-end: 6.25rem;
            padding-inline-end: 6.25rem;
  }
}
@media screen and (min-width: 1600px) {
  .p-value__item:nth-child(3) .p-value__text-area {
    -webkit-padding-start: 75vw;
            padding-inline-start: 75vw;
  }
}
@media (max-width: 600px) {
  .p-value__item:nth-child(3) .p-value__text-area {
    -webkit-padding-start: 44vw;
            padding-inline-start: 44vw;
  }
}
.p-value__item:nth-child(3).js-show {
  translate: -70vw 0;
}
@media screen and (max-width:1024px) {
  .p-value__item:nth-child(3).js-show {
    translate: -54vw 0;
  }
}
@media screen and (min-width: 1600px) {
  .p-value__item:nth-child(3).js-show {
    translate: -75vw 0;
  }
}
@media (max-width: 600px) {
  .p-value__item:nth-child(3).js-show {
    translate: -42vw 0;
  }
}
.p-value__item:nth-child(4) .p-value__text-area {
  -webkit-padding-start: 60vw;
          padding-inline-start: 60vw;
}
@media screen and (max-width:1024px) {
  .p-value__item:nth-child(4) .p-value__text-area {
    -webkit-padding-start: 46vw;
            padding-inline-start: 46vw;
    -webkit-padding-end: 6.25rem;
            padding-inline-end: 6.25rem;
  }
}
@media screen and (min-width: 1600px) {
  .p-value__item:nth-child(4) .p-value__text-area {
    -webkit-padding-start: 65vw;
            padding-inline-start: 65vw;
  }
}
@media (max-width: 600px) {
  .p-value__item:nth-child(4) .p-value__text-area {
    -webkit-padding-start: 38vw;
            padding-inline-start: 38vw;
  }
}
.p-value__item:nth-child(4).js-show {
  translate: -60vw 0;
}
@media screen and (max-width:1024px) {
  .p-value__item:nth-child(4).js-show {
    translate: -46vw 0;
  }
}
@media screen and (min-width: 1600px) {
  .p-value__item:nth-child(4).js-show {
    translate: -65vw 0;
  }
}
@media (max-width: 600px) {
  .p-value__item:nth-child(4).js-show {
    translate: -36vw 0;
  }
}
.p-value__item:nth-child(5) .p-value__text-area {
  -webkit-padding-start: 50vw;
          padding-inline-start: 50vw;
}
@media screen and (max-width:1024px) {
  .p-value__item:nth-child(5) .p-value__text-area {
    -webkit-padding-start: 38vw;
            padding-inline-start: 38vw;
    -webkit-padding-end: 6.25rem;
            padding-inline-end: 6.25rem;
  }
}
@media screen and (min-width: 1600px) {
  .p-value__item:nth-child(5) .p-value__text-area {
    -webkit-padding-start: 55vw;
            padding-inline-start: 55vw;
  }
}
@media (max-width: 600px) {
  .p-value__item:nth-child(5) .p-value__text-area {
    -webkit-padding-start: 32vw;
            padding-inline-start: 32vw;
  }
}
.p-value__item:nth-child(5).js-show {
  translate: -50vw 0;
}
@media screen and (max-width:1024px) {
  .p-value__item:nth-child(5).js-show {
    translate: -38vw 0;
  }
}
@media screen and (min-width: 1600px) {
  .p-value__item:nth-child(5).js-show {
    translate: -55vw 0;
  }
}
@media (max-width: 600px) {
  .p-value__item:nth-child(5).js-show {
    translate: -30vw 0;
  }
}

.p-value__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-value__title {
    font-size: 1rem;
  }
}
@media screen and (max-width:1024px) {
  .p-value__title {
    font-weight: 700;
    font-size: max(0.875rem, 12px);
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .p-value__title {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-value__title {
    font-size: 0.75rem;
  }
}

.p-value__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-value__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width:1024px) {
  .p-value__text {
    font-weight: 400;
    font-size: max(0.875rem, 12px);
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .p-value__text {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    -webkit-margin-before: 0.25rem;
            margin-block-start: 0.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-value__text {
    font-size: 0.75rem;
  }
}

.p-value__item-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  right: -1px;
  top: 50%;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  rotate: 180deg;
  -webkit-transition: rotate 0.8s ease;
  transition: rotate 0.8s ease;
}
@media screen and (max-width: 767px) {
  .p-value__item-icon {
    width: 90px;
    height: 90px;
  }
}
.p-value__item-icon.js-show {
  rotate: 720deg;
}

.p-value__icon {
  position: absolute;
  width: 27.5625rem;
  height: auto;
  aspect-ratio: 441/370;
  top: -4.0625rem;
  right: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-value__icon {
    width: 14rem;
    top: -3.625rem;
    right: -3.125rem;
  }
}

/*----------------------------------
  sub-service
-----------------------------------*/
.p-sub-service {
  padding-block: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-service {
    padding-block: 2rem;
  }
}

.p-sub-service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-sub-service__items {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
    gap: 5.125rem;
  }
}

.p-sub-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border: 2px solid #060606;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-sub-service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.25rem;
  }
}
.p-sub-service__item.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-sub-service__item.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-sub-service__item:nth-child(2) {
  z-index: 5;
}
.p-sub-service__item:nth-child(3) {
  z-index: 1;
}

.p-sub-service__img {
  max-width: 47.3739495798%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sub-service__img {
    max-width: 100%;
  }
}
.p-sub-service__img.-girl {
  width: 13.8125rem;
  aspect-ratio: 1/1;
}

.p-sub-service__content {
  max-width: 43.9075630252%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  .p-sub-service__content {
    max-width: 100%;
  }
}

.p-sub-service__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #060606;
}
@media screen and (max-width: 767px) {
  .p-sub-service__head {
    -webkit-margin-before: 1.8125rem;
            margin-block-start: 1.8125rem;
  }
}

.p-sub-service__title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-sub-service__title {
    font-size: 0.875rem;
  }
}

.p-sub-service__number {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-sub-service__number {
    font-size: 0.75rem;
  }
}

.p-sub-service__body {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-service__body {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-sub-service__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-sub-service__text {
    font-size: 0.875rem;
  }
}

.p-sub-service__foot {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-sub-service__foot {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}
.p-sub-service__foot.-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  -webkit-margin-before: 2.1875rem;
          margin-block-start: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-sub-service__foot.-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.p-sub-service__list {
  display: inline-block;
}

.p-sub-service__tag {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline-block;
  border-radius: 15px;
  border: 1px solid #060606;
  padding-block: 0.3125rem;
  padding-inline: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-sub-service__tag {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-service__tag {
    padding-inline: 0.9375rem;
  }
}

.p-sub-service__icon {
  position: absolute;
  height: auto;
  aspect-ratio: 1/1;
}
.p-sub-service__icon.-shoes {
  width: 11rem;
  right: -4.375rem;
  top: calc(100% - 10rem);
}
@media screen and (max-width: 767px) {
  .p-sub-service__icon.-shoes {
    width: 7.5rem;
    right: -0.625rem;
    top: calc(100% - 1.25rem);
  }
}
.p-sub-service__icon.-chair {
  width: 10.125rem;
  left: 21.25rem;
  top: calc(100% - 9.375rem);
}
@media screen and (max-width: 767px) {
  .p-sub-service__icon.-chair {
    width: 7.5rem;
    left: -0.625rem;
    top: calc(100% - 1.25rem);
  }
}
.p-sub-service__icon.-drum {
  width: 11rem;
  left: -3.4375rem;
  top: calc(100% - 10.625rem);
}
@media screen and (max-width: 767px) {
  .p-sub-service__icon.-drum {
    width: 7.5rem;
    left: -0.625rem;
    top: calc(100% - 1.25rem);
  }
}
@media screen and (max-width: 767px) {
  .p-sub-service__icon.-girl {
    position: relative;
    width: 6.0625rem;
    height: auto;
  }
}

.p-sub-service__list-text {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-sub-service__list-text {
    font-size: 0.75rem;
  }
}

.p-sub-service__foot-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .p-sub-service__foot-text {
    font-size: 0.75rem;
  }
}

/*----------------------------------
  overview
-----------------------------------*/
.p-section-line__overview {
  position: relative;
  overflow-x: clip;
}

.p-overview__logo {
  position: absolute;
  width: 26.125rem;
  height: auto;
  aspect-ratio: 418/249;
  -o-object-fit: contain;
     object-fit: contain;
  top: -5.625rem;
  left: calc(50% + 4.6875rem);
}
@media screen and (max-width: 767px) {
  .p-overview__logo {
    width: 15.3125rem;
    top: -1.625rem;
    left: calc(50% - 2.125rem);
    aspect-ratio: 245/146;
  }
}

.p-section-overview {
  position: relative;
  padding-block: 3.75rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-section-overview {
    padding-block: 4.6875rem 2rem;
  }
}

.p-overview__wrapper {
  position: relative;
  border: 2px solid #060606;
  border-radius: 20px;
  padding: 1.5rem;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-overview__wrapper {
    padding: 1.25rem;
  }
}

.p-overview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-overview__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
  }
}

.p-overview__main {
  max-width: 72.5840336134%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-overview__main {
    max-width: 100%;
  }
}

.p-overview__name {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-overview__name {
    font-size: 0.875rem;
  }
}
.p-overview__name span {
  color: #9e3eb1;
  -webkit-margin-end: 2rem;
          margin-inline-end: 2rem;
}

.p-overview__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .p-overview__text {
    font-size: 0.875rem;
  }
}

.p-overview__body {
  border: 1px solid #060606;
  border-radius: 20px;
  padding: 1.5rem;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-overview__body {
    padding: 1.25rem;
  }
}

.p-overview__point {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #9e3eb1;
}
@media screen and (max-width: 767px) {
  .p-overview__point {
    font-size: 0.875rem;
  }
}

.p-overview__lists {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

.p-overview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-overview__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-overview__list-icon {
  width: 16px;
  min-width: 16px;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-overview__list-icon {
    -webkit-margin-before: 2px;
            margin-block-start: 2px;
  }
}

.p-overview__list-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .p-overview__list-title {
    font-size: 0.875rem;
  }
}

.p-overview__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 25%;
  width: 100%;
  height: auto;
  -ms-flex-item-align: center;
      align-self: center;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-overview__img {
    min-width: 100px;
  }
}

.p-overview__frame {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.p-overview__avatar {
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  translate: 0 200px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width:1200px) {
  .p-overview__avatar {
    translate: 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-overview__avatar {
    translate: 0 50px;
  }
}
.p-overview__avatar.js-show {
  translate: 0 0;
}

.p-overview__foot {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
@media screen and (max-width: 767px) {
  .p-overview__foot {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}
.p-overview__foot table {
  width: 100%;
  border-collapse: collapse;
}
.p-overview__foot tr {
  border-bottom: 1px solid #060606;
  text-align: center;
}
.p-overview__foot tr:first-child td {
  border-top: 1px solid #060606;
}
.p-overview__foot td {
  border-bottom: 1px solid #060606;
  text-align: center;
  padding-inline: 0.75rem;
  padding-block: 1.4375rem;
  width: 50%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-overview__foot td {
    font-size: 0.875rem;
  }
}
.p-overview__foot td p {
  width: 5rem;
  text-align: left;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
@media screen and (max-width: 767px) {
  .p-overview__foot td p {
    -webkit-margin-start: unset;
            margin-inline-start: unset;
  }
}
.p-overview__foot td:nth-child(1) {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .p-overview__foot td:nth-child(1) {
    width: 30%;
  }
}
.p-overview__foot td:nth-child(2) {
  width: 59%;
  -webkit-padding-start: 3.75rem;
          padding-inline-start: 3.75rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-overview__foot td:nth-child(2) {
    width: 70%;
    -webkit-padding-start: 0.3125rem;
            padding-inline-start: 0.3125rem;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}

.p-overview__icon {
  position: absolute;
  width: 9.3125rem;
  height: auto;
  aspect-ratio: 149/237;
  top: calc(100% - 12.5rem);
  left: -1.875rem;
}
@media screen and (max-width: 767px) {
  .p-overview__icon {
    width: 4.6875rem;
    top: calc(100% - 3.125rem);
    left: -0.625rem;
  }
}

.p-service__footer {
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
}

.is-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}