@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1219px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1220 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #3b3d43;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.45;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1220px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.2px) {
  .l-inner {
    width: 100%;
    max-width: 612px;
    padding: 0 1rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767.2px) {
  .l-inner__narrow {
    padding: 0 1rem;
    max-width: 580px;
  }
}

.l-section {
  padding-block: 6.25rem;
  background-color: #f8faff;
}
@media screen and (max-width: 767.2px) {
  .l-section {
    padding-block: 3.125rem;
  }
}

.c-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  min-width: 15.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 0.6875rem;
  border: 0.125rem solid #3b3d43;
  border-radius: 0.3125rem;
  background-color: #fdfdff;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.75;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 767.2px) {
  .c-btn {
    font-size: 1rem;
  }
}
.c-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #3b3d43;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 1;
}
.c-btn .c-btn__text,
.c-btn svg {
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.3s ease, fill 0.3s ease;
  transition: color 0.3s ease, fill 0.3s ease;
}
.c-btn svg {
  width: 0.9375rem;
  height: 0.625rem;
}
.c-btn svg path {
  fill: #3b3d43;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (any-hover: hover) {
  .c-btn:hover .c-btn__text {
    color: #fdfdff;
  }
  .c-btn:hover svg path {
    fill: #fdfdff;
  }
  .c-btn:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media screen and (max-width: 767.2px) {
  .c-btn {
    min-width: unset;
    padding: 0.09375rem 2.375rem;
    border: 0.0625rem solid #3b3d43;
  }
}

.c-btn__contact {
  position: relative;
  background-color: #707ca2;
  font-family: "Sorts Mill Goudy", serif;
  color: #fdfdff;
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 1;
  padding: 1.125rem 2.6875rem 0.8125rem;
  border-radius: 0.3125rem;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 767.2px) {
  .c-btn__contact {
    font-size: 1.125rem;
  }
}
.c-btn__contact::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #3b3d43;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 1;
}
.c-btn__contact .c-btn__text {
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.3s ease, fill 0.3s ease;
  transition: color 0.3s ease, fill 0.3s ease;
}
@media (any-hover: hover) {
  .c-btn__contact:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.c-btn__pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  min-width: 16.0625rem;
  background-color: transparent;
  color: #3b3d43;
  border-radius: 0.3125rem;
  border: 0.125rem solid #3b3d43;
  padding-block: 0.8125rem;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  overflow: hidden;
}
.c-btn__pagination::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #3b3d43;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 1;
}
.c-btn__pagination .c-pagination__text {
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.3s ease, fill 0.3s ease;
  transition: color 0.3s ease, fill 0.3s ease;
}
.c-btn__pagination svg {
  position: relative;
  z-index: 2;
  fill: #3b3d43;
  width: 0.9375rem;
  height: 0.625rem;
}
.c-btn__pagination svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media (any-hover: hover) {
  .c-btn__pagination:hover .c-pagination__text {
    color: #fdfdff;
  }
  .c-btn__pagination:hover svg path {
    fill: #fdfdff;
  }
  .c-btn__pagination:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media screen and (max-width: 767.2px) {
  .c-btn__pagination {
    min-width: 11.8125rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    border: 0.0625rem solid #3b3d43;
  }
}
@media screen and (max-width: 767.2px) and (max-width: 767.2px) {
  .c-btn__pagination {
    font-size: 0.875rem;
  }
}

.animated__title::before {
  content: "";
  -webkit-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.animated__title.js-show::before {
  -webkit-transform: translateX(-50%) scaleY(1);
          transform: translateX(-50%) scaleY(1);
}
.home .animated__fadeDown {
  -webkit-transform: translateY(-3.125rem);
          transform: translateY(-3.125rem);
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-out 2.5s, -webkit-transform 0.9s ease-out 2.5s;
  transition: opacity 1.2s ease-out 2.5s, -webkit-transform 0.9s ease-out 2.5s;
  transition: transform 0.9s ease-out 2.5s, opacity 1.2s ease-out 2.5s;
  transition: transform 0.9s ease-out 2.5s, opacity 1.2s ease-out 2.5s, -webkit-transform 0.9s ease-out 2.5s;
}
.home .animated__fadeDown.js-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.animated__split-text {
  opacity: 0;
  visibility: hidden;
}
.animated__split-text .char {
  translate: 0 100%;
}
.animated__split-text span {
  overflow: hidden;
}

.animated__fadeIn--scrollbar {
  opacity: 0;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
  -webkit-transition: opacity 1.7s ease 3.2s, -webkit-transform 1.5s ease 3.2s;
  transition: opacity 1.7s ease 3.2s, -webkit-transform 1.5s ease 3.2s;
  transition: transform 1.5s ease 3.2s, opacity 1.7s ease 3.2s;
  transition: transform 1.5s ease 3.2s, opacity 1.7s ease 3.2s, -webkit-transform 1.5s ease 3.2s;
}
.animated__fadeIn--scrollbar.js-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.animated__fadeIn--img {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in 1.3s;
  transition: opacity 1.5s ease-in 1.3s;
}
.animated__fadeIn--img.js-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.animated__fadeIn--first {
  opacity: 0;
  -webkit-transform: translateY(0.625rem);
          transform: translateY(0.625rem);
  -webkit-transition: opacity 1s ease, -webkit-transform 0.7s ease;
  transition: opacity 1s ease, -webkit-transform 0.7s ease;
  transition: opacity 1s ease, transform 0.7s ease;
  transition: opacity 1s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}
.animated__fadeIn--first.js-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.animated__fadeIn--next {
  opacity: 0;
  -webkit-transform: translateY(0.625rem);
          transform: translateY(0.625rem);
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1s ease 0.2s;
  transition: opacity 1.2s ease, -webkit-transform 1s ease 0.2s;
  transition: opacity 1.2s ease, transform 1s ease 0.2s;
  transition: opacity 1.2s ease, transform 1s ease 0.2s, -webkit-transform 1s ease 0.2s;
}
.animated__fadeIn--next.js-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.animated__fadeIn {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
}
.animated__fadeIn.js-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 767.2px) {
  .animated__background {
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
  }
  .animated__background.is-active {
    background-color: #cbd1e1;
  }
  .animated__background.is-active .p-service__list-title {
    border-bottom: 0.125rem solid #fdfdff;
  }
}
.c-title__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-title__section--en {
  font-family: "Sorts Mill Goudy", serif;
  font-size: max(3rem, 38.4px);
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767.2px) {
  .c-title__section--en {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767.2px) {
  .c-title__section--en {
    font-size: max(2rem, 25.6px);
    font-weight: 400;
    line-height: 1;
  }
}
@media screen and (max-width: 767.2px) and (max-width: 767.2px) {
  .c-title__section--en {
    font-size: 2rem;
  }
}

.c-title__section--line {
  width: 2.5rem;
  height: 0.125rem;
}
@media screen and (max-width: 767.2px) {
  .c-title__section--line {
    width: 1.25rem;
  }
}

.c-title__section--ja {
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: 1;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 767.2px) {
  .c-title__section--ja {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.2px) {
  .c-title__section--ja {
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767.2px) and (max-width: 767.2px) {
  .c-title__section--ja {
    font-size: 1rem;
  }
}

.c-card-works__item {
  position: relative;
}
@media (any-hover: hover) {
  .c-card-works__item:hover .c-card-works__item-title::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .c-card-works__item:hover .c-card-works__item-img {
    -webkit-transition: scale 0.3s ease-in-out;
    transition: scale 0.3s ease-in-out;
  }
  .c-card-works__item:hover .c-card-works__item-img img {
    scale: 1.08;
  }
}

.c-card-works__item-img {
  width: 21.25rem;
  height: auto;
  aspect-ratio: 340/230;
}
@media screen and (max-width: 767.2px) {
  .c-card-works__item-img {
    width: 100%;
  }
}
.c-card-works__item-img img {
  width: 100%;
  -webkit-transition: scale 0.5s ease;
  transition: scale 0.5s ease;
}

.c-card-works__item-title {
  position: relative;
  font-size: 1.25rem;
  -webkit-margin-before: 0.9375rem;
          margin-block-start: 0.9375rem;
  -webkit-padding-after: 0.625rem;
          padding-block-end: 0.625rem;
  border-bottom: 1px solid #cacdd4;
}
.c-card-works__item-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #3b3d43;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 767.2px) {
  .c-card-works__item-title {
    font-size: max(1.125rem, 14.4px);
    font-weight: 400;
    line-height: 1.5555555556;
    text-align: center;
  }
}
@media screen and (max-width: 767.2px) and (max-width: 767.2px) {
  .c-card-works__item-title {
    font-size: 1.125rem;
  }
}

.c-card-works__item-tags {
  -webkit-margin-before: 0.9375rem;
          margin-block-start: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.4375rem;
     -moz-column-gap: 0.4375rem;
          column-gap: 0.4375rem;
  row-gap: 0.4375rem;
  font-family: "Sorts Mill Goudy", serif;
}
.c-card-works__item-tags li {
  background-color: #707ca2;
  color: #fdfdff;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.0892857143em;
  padding: 0.4375rem 0.625rem;
}
@media screen and (max-width: 767.2px) {
  .c-card-works__item-tags li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767.2px) {
  .c-card-works__item-tags li {
    font-size: max(0.75rem, 9.6px);
    font-weight: 500;
    line-height: 1.1666666667;
    letter-spacing: 0.1041666667em;
  }
}
@media screen and (max-width: 767.2px) and (max-width: 767.2px) {
  .c-card-works__item-tags li {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767.2px) {
  .c-card-works__item-tags {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  width: 100%;
  -webkit-column-gap: 9.375rem;
     -moz-column-gap: 9.375rem;
          column-gap: 9.375rem;
}
@media screen and (max-width: 767.2px) {
  .c-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.9375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.c-line__section-top {
  border-top: 1px solid #cbd1e1;
  width: calc(100% - 5rem);
  max-width: 71.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.2px) {
  .c-line__section-top {
    width: calc(100% - 3.125rem);
  }
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.p-header__inner {
  max-width: 92.5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.2px) {
  .p-header__inner {
    -webkit-padding-start: unset;
            padding-inline-start: unset;
  }
}

.p-header__logo {
  border-radius: 0 0 0.3125rem 0;
  overflow: hidden;
  width: 11.25rem;
  height: auto;
  aspect-ratio: 167/84;
  -webkit-box-shadow: 2px 3px 20px 0 rgba(59, 61, 67, 0.1);
          box-shadow: 2px 3px 20px 0 rgba(59, 61, 67, 0.1);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-header__logo img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767.2px) {
  .p-header__logo {
    width: 7.875rem;
  }
}

.p-header__nav {
  background-color: #fdfdff;
  -webkit-margin-before: 2.1875rem;
          margin-block-start: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.3125rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  margin-inline: 2.5rem;
}
@media screen and (max-width: 767.2px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  padding: 1.125rem 4.5rem 0.8125rem;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 2px 3px 20px 0 rgba(59, 61, 67, 0.1);
          box-shadow: 2px 3px 20px 0 rgba(59, 61, 67, 0.1);
}
.p-header__list li {
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 1;
  font-family: "Sorts Mill Goudy", serif;
}
@media screen and (max-width: 767.2px) {
  .p-header__list li {
    font-size: 1.125rem;
  }
}
.p-header__list li a {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-header__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.0625rem;
  border-radius: 100vmax;
  background: #3b3d43;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (any-hover: hover) {
  .p-header__list li a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.p-header__btn {
  -webkit-padding-before: 2.1875rem;
          padding-block-start: 2.1875rem;
  -webkit-margin-end: 0.625rem;
          margin-inline-end: 0.625rem;
}
@media screen and (max-width: 767.2px) {
  .p-header__btn {
    display: none;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  top: 1.25rem;
  right: 1.25rem;
  width: 1.875rem;
  height: 1.375rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar1,
.p-drawer__icon--bar2,
.p-drawer__icon--bar3 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #3b3d43;
  border-radius: 100vmax;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer__icon--bar1 {
  top: 0;
}

.p-drawer__icon--bar2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-drawer__icon--bar3 {
  bottom: 0;
}

.p-drawer__icon.js-show {
  width: 2.3125rem;
}
.p-drawer__icon.js-show .p-drawer__icon--bar1 {
  opacity: 0;
}
.p-drawer__icon.js-show .p-drawer__icon--bar2 {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.p-drawer__icon.js-show .p-drawer__icon--bar3 {
  opacity: 0;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 77.3333333333%;
  max-width: 26.25rem;
  background: #fdfdff;
  -webkit-box-shadow: 2px 3px 20px 0 rgba(59, 61, 67, 0.1);
          box-shadow: 2px 3px 20px 0 rgba(59, 61, 67, 0.1);
  border-radius: 0 0 0 0.9375rem;
}

.p-drawer__inner {
  padding-inline: 17.9310344828%;
}

.p-drawer__nav {
  -webkit-padding-before: 3.75rem;
          padding-block-start: 3.75rem;
  -webkit-padding-after: 6.25rem;
          padding-block-end: 6.25rem;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 1.875rem;
  font-family: "Sorts Mill Goudy", serif;
  padding-block: 1.25rem;
}
.p-drawer__list li a {
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: 1;
  font-weight: 400;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767.2px) {
  .p-drawer__list li a {
    font-size: 1.5rem;
  }
}
.p-drawer__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.0625rem;
  background: #3b3d43;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (any-hover: hover) {
  .p-drawer__list li a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.p-drawer__logo {
  width: 8.9375rem;
  aspect-ratio: 283/96;
  height: auto;
  -webkit-margin-before: 2.8125rem;
          margin-block-start: 2.8125rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-drawer__logo:hover {
    opacity: 0.5;
  }
}

.p-drawer__btn {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}

.p-footer {
  background-color: #f8faff;
}

.p-footer__content {
  padding-block: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767.2px) {
  .p-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 3.75rem;
  }
}

.p-footer__inner {
  max-width: 82.5rem;
  margin-inline: auto;
}

.p-footer__head {
  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;
  row-gap: 1.25rem;
}

.p-footer__logo {
  width: 11.1875rem;
  height: auto;
  padding-block: 0.625rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.2px) {
  .p-footer__logo {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.p-btn__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 16.625rem;
  border-radius: 0.3125rem;
  background-color: #707ca2;
  padding: 0.625rem 1.25rem;
  color: #fdfdff;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767.2px) {
  .p-btn__sns {
    font-size: 1rem;
  }
}
.p-btn__sns::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #3b3d43;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 0;
}
.p-btn__sns svg {
  width: 1rem;
  height: auto;
  aspect-ratio: 1;
  position: relative;
  z-index: 1;
}
.p-btn__sns .p-btn__sns-text {
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s ease, fill 0.3s ease;
  transition: color 0.3s ease, fill 0.3s ease;
}
@media (any-hover: hover) {
  .p-btn__sns:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 5.625rem;
     -moz-column-gap: 5.625rem;
          column-gap: 5.625rem;
}
@media screen and (max-width: 767.2px) {
  .p-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.75rem;
  padding-block: 1.25rem;
}
.p-footer__list li {
  font-family: "Sorts Mill Goudy", serif;
  font-size: max(1.25rem, 16px);
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767.2px) {
  .p-footer__list li {
    font-size: 1.25rem;
  }
}
.p-footer__list li a {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-footer__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 100vmax;
  height: 0.0625rem;
  background: #3b3d43;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (any-hover: hover) {
  .p-footer__list li a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media screen and (max-width: 767.2px) {
  .p-footer__list li {
    text-align: center;
  }
}

.p-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: max(0.75rem, 9.6px);
  font-weight: 400;
}
@media screen and (max-width: 767.2px) {
  .p-footer__copyright {
    font-size: 0.75rem;
  }
}

.p-fv {
  background-color: #f8faff;
  height: 50rem;
  overflow: hidden;
}
@media screen and (max-width: 767.2px) {
  .p-fv {
    height: 39.6875rem;
  }
}

.p-fv__inner {
  position: relative;
}

.p-fv__title {
  text-shadow: 0.125rem 0.125rem 0.125rem rgba(85, 83, 83, 0.4);
  font-family: "Sorts Mill Goudy", serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  z-index: 1;
  top: 50%;
  translate: 0 -50%;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 767.2px) {
  .p-fv__title {
    font-size: 2rem;
    top: 16.5625rem;
    line-height: 2.5rem;
    color: #fdfdff;
    mix-blend-mode: difference;
  }
}

.p-fv__scroll-text {
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 6.25rem;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #3b3d43;
  text-align: center;
}
@media screen and (max-width: 767.2px) {
  .p-fv__scroll-text {
    font-size: 1.125rem;
    line-height: 1.25rem;
    bottom: 9.375rem;
  }
}

/* ベースの線（グレーなど） */
.p-fv__scroll-bar {
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 0.25rem;
  width: 0.0625rem;
  height: 6.25rem;
  background: #3b3d43;
  /* 下から上に伸びるアニメーション */
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation: lineGrow 3s ease-in-out infinite;
          animation: lineGrow 3s ease-in-out infinite;
}
.p-fv__scroll-bar::before {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  translate: -50%;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #3b3d43;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (max-width: 767.2px) {
  .p-fv__scroll-bar::before {
    width: 0.5rem;
    height: 0.375rem;
  }
}
@media screen and (max-width: 767.2px) {
  .p-fv__scroll-bar {
    width: 0.0625rem;
    height: 5.625rem;
    bottom: 3.5625rem;
  }
}

/* 上から縮んでいくマスク線 */
.p-fv__scroll-bar-active {
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 0;
  width: 0.25rem;
  height: 5.875rem;
  background: #f8faff;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation: lineHide 3s ease-in-out infinite;
          animation: lineHide 3s ease-in-out infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 767.2px) {
  .p-fv__scroll-bar-active {
    width: 0.25rem;
    height: 5.5rem;
  }
}

/* 線が上から下に伸びる */
@-webkit-keyframes lineGrow {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  30% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes lineGrow {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  30% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
/* 上から順に隠れていく */
@-webkit-keyframes lineHide {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  70% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes lineHide {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  70% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.p-fv__img-01,
.p-fv__img-02,
.p-fv__img-03,
.p-fv__img-04 {
  position: absolute;
  border-radius: 0.3125rem;
  overflow: hidden;
  -webkit-box-shadow: 2px 3px 20px 0 rgba(59, 61, 67, 0.1);
          box-shadow: 2px 3px 20px 0 rgba(59, 61, 67, 0.1);
}
.p-fv__img-01 img,
.p-fv__img-02 img,
.p-fv__img-03 img,
.p-fv__img-04 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: inherit;
}

.p-fv__img-01 {
  width: 19.8125rem;
  height: auto;
  aspect-ratio: 317/231;
  left: calc(50% - 26.375rem);
  top: 7.9375rem;
  -webkit-animation: floating01 6s ease-in-out infinite both 0s;
          animation: floating01 6s ease-in-out infinite both 0s;
}
@media screen and (max-width: 767.2px) {
  .p-fv__img-01 {
    width: 11.9375rem;
    left: calc(50% - 10.9375rem);
    top: 4.3125rem;
  }
}

.p-fv__img-02 {
  width: 23.75rem;
  height: auto;
  aspect-ratio: 380/271;
  left: calc(50% + 10.375rem);
  top: 7.25rem;
  -webkit-animation: floating02 6s ease-in-out infinite both 1.5s;
          animation: floating02 6s ease-in-out infinite both 1.5s;
}
@media screen and (max-width: 767.2px) {
  .p-fv__img-02 {
    width: 14.0625rem;
    left: calc(50% + 5.4375rem);
    top: 11.5625rem;
  }
}

.p-fv__img-03 {
  width: 23.9375rem;
  height: auto;
  aspect-ratio: 383/252;
  left: calc(50% - 34.5625rem);
  top: 29.0625rem;
  -webkit-animation: floating02 6s ease-in-out infinite both 1s;
          animation: floating02 6s ease-in-out infinite both 1s;
}
@media screen and (max-width: 767.2px) {
  .p-fv__img-03 {
    width: 14.3125rem;
    left: calc(50% - 17.1875rem);
    top: 23.5625rem;
  }
}

.p-fv__img-04 {
  width: 20.0625rem;
  height: auto;
  aspect-ratio: 321/233;
  left: calc(50% + 6.25rem);
  top: 31.0625rem;
  -webkit-animation: floating01 6s ease-in-out infinite both 3s;
          animation: floating01 6s ease-in-out infinite both 3s;
}
@media screen and (max-width: 767.2px) {
  .p-fv__img-04 {
    width: 13.4375rem;
    left: calc(50% + 2.4375rem);
    top: 28.3125rem;
  }
}

@-webkit-keyframes floating01 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1.5625rem);
            transform: translateY(1.5625rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating01 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1.5625rem);
            transform: translateY(1.5625rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes floating02 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1.5625rem);
            transform: translateY(1.5625rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes floating02 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1.5625rem);
            transform: translateY(1.5625rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fdfdff;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
}
@media screen and (max-width: 767.2px) {
  .p-about__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.p-about__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
  width: 28.0701754386%;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767.2px) {
  .p-about__profile {
    width: 100%;
    row-gap: 1.5625rem;
  }
}

.p-about__img {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  background-color: #707ca2;
  width: 100%;
  aspect-ratio: 1/1;
  -webkit-box-shadow: 2px 3px 20px 0 rgba(59, 61, 67, 0.1);
          box-shadow: 2px 3px 20px 0 rgba(59, 61, 67, 0.1);
}
.p-about__img img {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  overflow: hidden;
  border-radius: 0.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about__x {
  border-radius: 0.3125rem;
  background: #707ca2;
  padding: 0.625rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 2px 3px 20px 0 rgba(59, 61, 67, 0.1);
          box-shadow: 2px 3px 20px 0 rgba(59, 61, 67, 0.1);
}
.p-about__x img {
  width: 1.4375rem;
  height: 1.3055rem;
}
.p-about__x .account {
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.1111111111em;
}
@media screen and (max-width: 767.2px) {
  .p-about__x .account {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767.2px) {
  .p-about__x {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.25rem;
    justify-content: center;
  }
}
@media (any-hover: hover) {
  .p-about__x:hover {
    opacity: 0.7;
  }
}

.p-about__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 68.4210526316%;
  position: relative;
}
@media screen and (max-width: 767.2px) {
  .p-about__details {
    width: 100%;
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-about__name {
  border-radius: 0.3125rem;
  background: #707ca2;
  padding: 1.875rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-shadow: 2px 3px 20px 0 rgba(59, 61, 67, 0.1);
          box-shadow: 2px 3px 20px 0 rgba(59, 61, 67, 0.1);
}
@media screen and (max-width: 767.2px) {
  .p-about__name {
    padding: 1.5625rem 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-about__text {
  border-radius: 0.3125rem;
  background: #707ca2;
  min-height: 15.9375rem;
  padding: 1.875rem 1.875rem;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  line-height: 1.5;
  -webkit-box-shadow: 2px 3px 20px 0 rgba(59, 61, 67, 0.1);
          box-shadow: 2px 3px 20px 0 rgba(59, 61, 67, 0.1);
}
@media screen and (max-width: 767.2px) {
  .p-about__text {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
    padding: 1.5625rem 1.25rem;
    min-height: unset;
  }
}

.p-about__name-head {
  background-color: #474e64;
  padding: 0.5rem 1.25rem;
  border-radius: 0.3125rem 0.3125rem 0.3125rem 0;
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: absolute;
  top: -1.5rem;
  left: 0;
}
@media screen and (max-width: 767.2px) {
  .p-about__name-head {
    font-size: 1.125rem;
  }
}

.p-about__name--en {
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767.2px) {
  .p-about__name--en {
    font-size: 1.5rem;
  }
}

.p-about__name--ja {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.125;
}
@media screen and (max-width: 767.2px) {
  .p-about__name--ja {
    font-size: 1rem;
  }
}

.p-skills {
  padding-block: 5rem;
  background-color: #f8faff;
}
@media screen and (max-width: 767.2px) {
  .p-skills {
    padding-block: 3.125rem;
  }
}

@media screen and (max-width: 767.2px) {
  .p-skills__inner {
    padding-inline: unset;
  }
}

.p-skills__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.p-skills__title::before {
  content: "";
  position: absolute;
  background-color: #474e64;
  width: 2px;
  height: 120px;
  top: -10rem;
  left: 50%;
  translate: -50%;
  z-index: 1;
  border-radius: 100vmax;
}
@media screen and (max-width: 767.2px) {
  .p-skills__title::before {
    display: none;
  }
}

.p-skills__contents {
  background-color: #cbd1e1;
  padding: 5rem;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767.2px) {
  .p-skills__contents {
    padding: 3.125rem 1rem;
  }
}

.p-skills__icons {
  -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-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 0.9375rem;
}
@media screen and (max-width: 767.2px) {
  .p-skills__icons {
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: 0.9375rem;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.p-skills__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0.4375rem;
}
.p-skills__icon img {
  margin-inline: 0.625rem;
  width: 5rem;
  aspect-ratio: 1/1;
}
@media (max-width: 440px) {
  .p-skills__icon {
    width: 34%;
  }
  .p-skills__icon img {
    margin-inline: auto;
  }
}

.p-skills__icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  -ms-flex-item-align: center;
      align-self: center;
  min-height: 2.8125rem;
  font-family: "Sorts Mill Goudy", serif;
}
@media screen and (max-width: 767.2px) {
  .p-skills__icon-title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767.2px) {
  .p-skills__icon-title {
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
  }
}
@media screen and (max-width: 767.2px) and (max-width: 767.2px) {
  .p-skills__icon-title {
    font-size: 0.875rem;
  }
}
.p-skills__icon-title span {
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
}
@media screen and (max-width: 767.2px) {
  .p-skills__icon-title span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767.2px) {
  .p-skills__icon-title span {
    font-size: max(0.75rem, 9.6px);
    font-weight: 500;
  }
}
@media screen and (max-width: 767.2px) and (max-width: 767.2px) {
  .p-skills__icon-title span {
    font-size: 0.75rem;
  }
}

.p-skills__points {
  -webkit-margin-before: 4.125rem;
          margin-block-start: 4.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767.2px) {
  .p-skills__points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
    row-gap: 3.4375rem;
  }
}

.p-skills__point {
  background-color: #fdfdff;
  border-radius: 0.3125rem;
  padding: 1.875rem;
  position: relative;
  width: 47.9591836735%;
}
@media screen and (max-width: 767.2px) {
  .p-skills__point {
    padding: 2.1875rem 1.25rem 1.5625rem;
    position: relative;
    width: 100%;
  }
}

.p-skills__point-title {
  position: absolute;
  top: -1.4375rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #707ca2;
  border-radius: 0.3125rem 0.3125rem 0.3125rem 0;
  color: #fdfdff;
  padding: 0.5rem 1.25rem;
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (max-width: 767.2px) {
  .p-skills__point-title {
    font-size: 1.25rem;
  }
}
.p-skills__point-title img {
  stroke: #fdfdff;
  width: 1.25rem;
  height: 0.125rem;
}

.p-skills__point-text {
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.75;
}
@media screen and (max-width: 767.2px) {
  .p-skills__point-text {
    font-size: 1rem;
  }
}

.p-tools__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-skills__content-tools {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media screen and (max-width: 767.2px) {
  .p-skills__content-tools {
    -webkit-margin-before: 3.125rem;
            margin-block-start: 3.125rem;
  }
}

.p-works {
  -webkit-padding-before: 10rem;
          padding-block-start: 10rem;
  -webkit-padding-after: unset;
          padding-block-end: unset;
}
@media screen and (max-width: 767.2px) {
  .p-works {
    -webkit-padding-before: 5rem;
            padding-block-start: 5rem;
  }
}

.p-works__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-works__contents {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
  background-color: #cbd1e1;
  padding-block: 5rem;
}
@media screen and (max-width: 767.2px) {
  .p-works__contents {
    -webkit-margin-before: 3.125rem;
            margin-block-start: 3.125rem;
    padding-block: 3.125rem;
  }
}

.p-works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  row-gap: 5rem;
}
@media screen and (max-width: 767.2px) {
  .p-works__list {
    grid-template-columns: 1fr;
    row-gap: 3.75rem;
  }
}

.p-works__item-title {
  border-bottom: 0.0625rem solid #fdfdff;
}

.p-works__post {
  -webkit-padding-before: 10rem;
          padding-block-start: 10rem;
  -webkit-padding-after: unset;
          padding-block-end: unset;
}
@media screen and (max-width: 767.2px) {
  .p-works__post {
    -webkit-padding-before: 6.25rem;
            padding-block-start: 6.25rem;
  }
}

.p-works-post__inner {
  max-width: 73.75rem;
}
@media screen and (max-width: 767.2px) {
  .p-works-post__inner {
    width: 100%;
    max-width: 45rem;
    padding: 0 1rem;
  }
}

.p-works-post__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-works-post__contents {
  background-color: #cbd1e1;
  -webkit-padding-before: 3.75rem;
          padding-block-start: 3.75rem;
  -webkit-padding-after: 5rem;
          padding-block-end: 5rem;
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
}
@media screen and (max-width: 767.2px) {
  .p-works-post__contents {
    padding-block: 1.875rem;
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.p-works-post__item {
  background-color: #fdfdff;
  border-radius: 0.3125rem;
  padding: 3.75rem 1.875rem 6.25rem;
}
@media screen and (max-width: 767.2px) {
  .p-works-post__item {
    padding: 1.875rem 1rem 3.125rem;
  }
}

.p-works-post__item-title {
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767.2px) {
  .p-works-post__item-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.2px) {
  .p-works-post__item-title {
    font-size: max(1.125rem, 14.4px);
    font-weight: 400;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 767.2px) and (max-width: 767.2px) {
  .p-works-post__item-title {
    font-size: 1.125rem;
  }
}

.p-works__overview {
  text-align: center;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}
@media screen and (max-width: 767.2px) {
  .p-works__overview {
    text-align: left;
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
  }
}
@media screen and (max-width: 767.2px) and (max-width: 767.2px) {
  .p-works__overview {
    font-size: 0.875rem;
  }
}

.p-works-post__item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  border-radius: 0.125rem;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  row-gap: 0.5rem;
}
.p-works-post__item-tags li {
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.0892857143em;
  color: #fdfdff;
  padding: 0.375rem 0.625rem;
  background-color: #707ca2;
}
@media screen and (max-width: 767.2px) {
  .p-works-post__item-tags li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767.2px) {
  .p-works-post__item-tags li {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1041666667em;
  }
}
@media screen and (max-width: 767.2px) and (max-width: 767.2px) {
  .p-works-post__item-tags li {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767.2px) {
  .p-works-post__item-tags {
    -webkit-margin-before: unset;
            margin-block-start: unset;
  }
}

@media screen and (max-width: 767.2px) {
  .p-works-post__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-works-post__head .p-works-post__item-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-works-post__head .p-works-post__item-tags {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-works-post__head .p-works__overview {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-works-post__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
}
@media screen and (max-width: 767.2px) {
  .p-works-post__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-margin-before: 1.5625rem;
            margin-block-start: 1.5625rem;
    row-gap: 1.5625rem;
  }
}

.p-works-post__item-img,
.p-works-post__item-video {
  width: 42.8571428571%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0.3125rem;
  overflow: hidden;
  -webkit-box-shadow: 3px 4px 7px 0 rgba(59, 61, 67, 0.1);
          box-shadow: 3px 4px 7px 0 rgba(59, 61, 67, 0.1);
  -ms-flex-item-align: center;
      align-self: center;
}
.p-works-post__item-img img,
.p-works-post__item-video img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
@media screen and (max-width: 767.2px) {
  .p-works-post__item-img,
  .p-works-post__item-video {
    width: 100%;
  }
}

.p-works-post__list {
  width: 51.0204081633%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5625rem;
}
.p-works-post__list a {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  text-decoration-thickness: 0.5px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-works-post__list a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.2px) {
  .p-works-post__list {
    width: 100%;
  }
}

.p-works-post__list-title {
  font-size: max(1.25rem, 16px);
  font-weight: 500;
}
@media screen and (max-width: 767.2px) {
  .p-works-post__list-title {
    font-size: 1.25rem;
  }
}

.p-works-post__list-text {
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.75;
  -webkit-margin-before: 0.25rem;
          margin-block-start: 0.25rem;
}
@media screen and (max-width: 767.2px) {
  .p-works-post__list-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767.2px) {
  .p-works-post__list-text {
    -webkit-margin-before: 0.25rem;
            margin-block-start: 0.25rem;
  }
}

.p-works-post__list-basic {
  -webkit-margin-before: 0.9375rem;
          margin-block-start: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
.p-works-post__list-basic span {
  border-radius: 0.3125rem;
  background-color: #cbd1e1;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.125;
  padding: 0.625rem 3.125rem;
}
@media screen and (max-width: 767.2px) {
  .p-works-post__list-basic span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767.2px) {
  .p-works-post__list-basic span {
    padding: 0.5rem 1.25rem;
  }
}
@media screen and (max-width: 767.2px) {
  .p-works-post__list-basic {
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
}

.p-top-works {
  background-color: #f8faff;
}

.p-top-works__btn {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-works__swiper-container,
.p-top-works__swiper,
.p-top-works__swiper-wrapper,
.p-top-works__swiper-slide {
  position: relative;
}

@media screen and (max-width: 767.2px) {
  .p-top-works__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-works__container .p-top-works__swiper-nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-top-works__container .p-top-works__swiper-container {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-top-works__swiper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 767.2px) {
  .p-top-works__swiper-btn {
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}
.p-top-works__swiper-btn svg {
  width: 0.9375rem;
  height: 0.625rem;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

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

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  overflow: hidden;
  border-radius: 0.3125rem;
  background-color: #fdfdff;
  border: 0.125rem solid #3b3d43;
  padding: 0.4375rem 2rem;
  height: 1.875rem !important;
  width: 5.3125rem !important;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #3b3d43;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 1;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.3s ease, fill 0.3s ease;
  transition: color 0.3s ease, fill 0.3s ease;
}
.swiper-button-prev img,
.swiper-button-next img {
  width: 0.9375rem;
  height: 0.625rem;
}
@media (any-hover: hover) {
  .swiper-button-prev:hover svg path,
  .swiper-button-next:hover svg path {
    fill: #fdfdff;
  }
  .swiper-button-prev:hover::after,
  .swiper-button-next:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media screen and (max-width: 767.2px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 2.1875rem !important;
    width: 2.1875rem !important;
    padding: unset;
    border: 0.0625rem solid #3b3d43;
  }
}

.p-top-works__swiper-nav {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  width: 100%;
  height: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767.2px) {
  .p-top-works__swiper-nav {
    display: block;
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.p-top-works__swiper-scrollbar {
  width: 56.25rem !important;
  height: 0.25rem !important;
  border-radius: 100vmax;
  background: #cbd1e1;
  position: static !important;
}
@media screen and (max-width: 767.2px) {
  .p-top-works__swiper-scrollbar {
    width: 100% !important;
  }
}

.p-top-works__swiper-nav .swiper-scrollbar-drag {
  border-radius: 100vmax;
  background: #3b3d43;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
}

.p-contact {
  padding-block: 5rem;
  background-color: #474e64;
  color: #fdfdff;
}
@media screen and (max-width: 767.2px) {
  .p-contact {
    padding-block: 3.125rem;
  }
}

.p-contact__contents {
  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: 767.2px) {
  .p-contact__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-contact__heading {
  width: 42.1052631579%;
}
@media screen and (max-width: 767.2px) {
  .p-contact__heading {
    width: 100%;
  }
}

.p-contact__title {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}

.p-contact__text {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.75;
}
@media screen and (max-width: 767.2px) {
  .p-contact__text {
    font-size: 1rem;
  }
}

.p-contact__data-request {
  color: #3b3d43;
  background-color: #fdfdff;
  border-radius: 0.3125rem;
  padding: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-contact .wpcf7 {
  width: 53.5087719298%;
}
@media screen and (max-width: 767.2px) {
  .p-contact .wpcf7 {
    width: 100%;
  }
}

.wpcf7-form-control .wpcf7-text {
  width: 100%;
}

.p-contact__form {
  display: grid;
  row-gap: 1.25rem;
}
@media screen and (max-width: 767.2px) {
  .p-contact__form {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.p-contact__head {
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.0694444444em;
}
@media screen and (max-width: 767.2px) {
  .p-contact__head {
    font-size: 1.125rem;
  }
}

.p-contact__data {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

input[type=text],
input[type=email],
select,
textarea {
  padding: 0.8125rem 1rem;
  border-radius: 0.3125rem;
  border: none;
  width: 100%;
  background-color: #fdfdff;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6b6b6b;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.625;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b6b6b;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.625;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b6b6b;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.625;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #6b6b6b;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.625;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #6b6b6b;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.625;
}
@media screen and (max-width: 767.2px) {
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 1rem;
  }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 1rem;
  }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 1rem;
  }
  input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 1rem;
  }
  input[type=text]::placeholder,
  input[type=email]::placeholder,
  select::placeholder,
  textarea::placeholder {
    font-size: 1rem;
  }
}
input[type=text]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  outline: 0.125rem solid #fdfdff;
  outline-offset: 0.125rem;
}
input[type=text].invalid,
input[type=email].invalid,
select.invalid,
textarea.invalid {
  background-color: #fdefef;
  border: 0.125rem solid #ff6060;
}

input {
  line-height: 1.25rem;
}

textarea {
  resize: vertical;
  line-height: 1.25rem;
  height: 100%;
  min-height: 14.375rem;
}

.p-contact__head span {
  font-size: 1.25rem;
  -webkit-margin-start: 0.3125rem;
          margin-inline-start: 0.3125rem;
  color: #ff6060;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  color: #3b3d43;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  border: none;
}
@media screen and (max-width: 767.2px) {
  select {
    font-size: 0.875rem;
  }
}

.p-contact__select-wrap {
  position: relative;
}
.p-contact__select-wrap::after {
  content: "";
  position: absolute;
  background: url(../img/select-arrow.svg) no-repeat center center;
  background-size: cover;
  width: 0.713375rem;
  height: 0.3933125rem;
  right: 1.375rem;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
}

select:has(option:not(:first-child):checked) {
  color: #3b3d43;
}

/* コンタクトフォーム7の場合最初の項目だけグレーに見せる */
.wpcf7 select option:first-child {
  color: #6b6b6b;
}

/* セレクトボックス本体に最初の項目が選ばれている時だけグレー */
.wpcf7 select:has(option:first-child:checked) {
  color: #6b6b6b;
  font-size: 1rem;
}

/* それ以外が選ばれたら通常色 */
.wpcf7 select {
  color: #3b3d43;
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.p-contact__data--requirer {
  background-color: #fdfdff;
  border-radius: 0.3125rem;
  padding: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.125;
  color: #3b3d43;
}
@media screen and (max-width: 767.2px) {
  .p-contact__data--requirer {
    font-size: 1rem;
  }
}
.p-contact__data--requirer label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.p-contact__data--requirer label span {
  display: inline-block;
  position: relative;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  -webkit-padding-start: 2.8125rem;
          padding-inline-start: 2.8125rem;
}
@media screen and (max-width: 767.2px) {
  .p-contact__data--requirer label span {
    -webkit-padding-start: 2.1875rem;
            padding-inline-start: 2.1875rem;
  }
}
.p-contact__data--requirer label span::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0.125rem;
  border: 0.125rem solid #3b3d43;
  background-color: #fdfdff;
  width: 1.25rem;
  height: 1.25rem;
}
.p-contact__data--requirer label span::after {
  content: "";
  position: absolute;
  top: 55%;
  translate: 0 -50%;
  left: 0.1875rem;
  width: 0.875rem;
  height: 0.875rem;
  background: url("../img/check.png") no-repeat center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.p-contact__data--requirer .wpcf7-list-item {
  display: block; /* 各項目をブロックにして縦に並べる場合は消す */
  margin-bottom: 1.5625rem; /* 項目の間に少し余白 */
  -webkit-margin-start: unset;
          margin-inline-start: unset;
}
.p-contact__data--requirer .wpcf7-list-item:last-child {
  margin-bottom: 0;
}

.p-contact__data-checkbox label {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
}
@media screen and (max-width: 767.2px) {
  .p-contact__data-checkbox label {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767.2px) {
  .p-contact__data-checkbox label {
    font-size: max(0.9375rem, 12px);
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767.2px) and (max-width: 767.2px) {
  .p-contact__data-checkbox label {
    font-size: 0.9375rem;
  }
}

.p-contact__acceptance-link {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.-contact__data-checkbox .wpcf7-form-control .wpcf7-acceptance::before {
  display: none; /* 元のチェックを隠す */
}
.-contact__data-checkbox .wpcf7-form-control .wpcf7-acceptance::after {
  display: none; /* 元のチェックを隠す */
}

.p-contact__data--privacy {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.125;
  color: #fdfdff;
}
@media screen and (max-width: 767.2px) {
  .p-contact__data--privacy {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767.2px) {
  .p-contact__data--privacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 0.75rem;
  }
}
.p-contact__data--privacy label {
  cursor: pointer;
  white-space: nowrap;
}
.p-contact__data--privacy label span {
  display: inline-block;
  position: relative;
  padding-left: 2.8125rem;
}
@media screen and (max-width: 767.2px) {
  .p-contact__data--privacy label span {
    -webkit-padding-start: 2.1875rem;
            padding-inline-start: 2.1875rem;
  }
}
.p-contact__data--privacy label span::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0.125rem;
  border: 0.125rem solid #fdfdff;
  width: 1.25rem;
  height: 1.25rem;
}
.p-contact__data--privacy label span::after {
  content: "";
  position: absolute;
  top: 55%;
  translate: 0 -50%;
  left: 0.25rem;
  width: 0.8125rem;
  height: 0.8125rem;
  background: url("../img/check-white.png") no-repeat center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.p-contact__data--privacy label input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.p-contact__data--privacy .wpcf7-list-item {
  margin-bottom: 0.25rem; /* 項目の間に少し余白 */
  -webkit-margin-start: unset;
          margin-inline-start: unset;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact__submit {
  position: relative;
  margin-inline: auto;
  -webkit-margin-before: 2.1875rem;
          margin-block-start: 2.1875rem;
  border-radius: 0.3125rem;
  border: 2px solid #fdfdff;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  overflow: hidden;
  cursor: pointer;
  color: #fdfdff;
  padding: 0.6875rem 5.8125rem 0.6875rem 3rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 767.2px) {
  .p-contact__submit {
    font-size: 1rem;
  }
}
.p-contact__submit::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fdfdff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 1;
}
.p-contact__submit::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  translate: 0 -50%;
  width: 0.9375rem;
  height: 0.625rem;
  background: url("../img/icon-next-white.svg") no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
.p-contact__submit .c-btn__text {
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .p-contact__submit:hover {
    color: #3b3d43;
  }
  .p-contact__submit:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .p-contact__submit:hover::before {
    background: url("../img/icon-next.svg") no-repeat center center;
    background-size: contain;
  }
  .p-contact__submit:hover input[type=submit] {
    color: #3b3d43;
  }
}
@media screen and (max-width: 767.2px) {
  .p-contact__submit {
    -webkit-margin-before: 0.625rem;
            margin-block-start: 0.625rem;
  }
}

input[type=submit].p-btn--submit {
  color: #fdfdff;
  position: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-contact__error-message {
  color: #fe8686;
  font-size: max(0.75rem, 9.6px);
  font-weight: 500;
  line-height: 1.6;
  -webkit-padding-before: 0.3125rem;
          padding-block-start: 0.3125rem;
}
@media screen and (max-width: 767.2px) {
  .p-contact__error-message {
    font-size: 0.75rem;
  }
}

.wpcf7-spinner {
  display: none;
}

.p-price {
  padding-block: 5rem;
}
@media screen and (max-width: 767.2px) {
  .p-price {
    padding-block: 3.125rem;
  }
}

.p-price__list {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 767.2px) {
  .p-price__list {
    grid-template-columns: 1fr;
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
    max-width: 25rem;
    margin-inline: auto;
  }
}

.p-price__item {
  padding: 1.875rem;
  border-radius: 0.3125rem;
  background: #fff;
  -webkit-box-shadow: 2px 3px 20px 0 rgba(59, 61, 67, 0.1);
          box-shadow: 2px 3px 20px 0 rgba(59, 61, 67, 0.1);
  text-align: center;
}

.p-price__item-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 15rem;
  border-bottom: 0.0625rem solid #cbd1e1;
  -webkit-padding-after: 0.625rem;
          padding-block-end: 0.625rem;
  margin-inline: auto;
}

.p-price__item-text {
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}
@media screen and (max-width: 767.2px) {
  .p-price__item-text {
    font-size: 1.125rem;
  }
}

.p-price__attention {
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
  font-size: max(0.75rem, 9.6px);
  font-weight: 300;
}
@media screen and (max-width: 767.2px) {
  .p-price__attention {
    font-size: 0.75rem;
  }
}

.p-service {
  padding-block: 5rem;
}
@media screen and (max-width: 767.2px) {
  .p-service {
    padding-block: 3.125rem;
  }
}

.p-service__content {
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
}
@media screen and (max-width: 767.2px) {
  .p-service__content {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
    display: grid;
    grid-template-areas: "list" "swiper" "feature";
  }
}

.p-service__wrap {
  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: 767.2px) {
  .p-service__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-service__image {
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  border-radius: 0.3125rem;
  width: 25.4385964912%;
  pointer-events: none;
}
.p-service__image .img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: auto;
  aspect-ratio: 290/230;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-animation: 16.5s ease-in-out infinite both;
          animation: 16.5s ease-in-out infinite both;
  border-radius: inherit;
  -webkit-box-shadow: 2px 4px 20px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 4px 20px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767.2px) {
  .p-service__image .img {
    display: none;
  }
}
.p-service__image .img1 {
  background-image: url("../img/service-img.webp");
  -webkit-animation-name: imgFade1;
          animation-name: imgFade1;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.p-service__image .img2 {
  background-image: url("../img/service-img2.webp");
  -webkit-animation-name: imgFade2;
          animation-name: imgFade2;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.p-service__image .img3 {
  background-image: url("../img/service-img3.webp");
  -webkit-animation-name: imgFade3;
          animation-name: imgFade3;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes imgFade1 {
  0%, 1.5% {
    opacity: 0;
  }
  3.5%, 32% {
    opacity: 1;
  }
  35.5%, 100% {
    opacity: 0;
  }
}

@keyframes imgFade1 {
  0%, 1.5% {
    opacity: 0;
  }
  3.5%, 32% {
    opacity: 1;
  }
  35.5%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes imgFade2 {
  0%, 34.5% {
    opacity: 0;
  }
  36.5%, 62% {
    opacity: 1;
  }
  68.5%, 100% {
    opacity: 0;
  }
}
@keyframes imgFade2 {
  0%, 34.5% {
    opacity: 0;
  }
  36.5%, 62% {
    opacity: 1;
  }
  68.5%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes imgFade3 {
  0%, 67.5% {
    opacity: 0;
  }
  69.5%, 94% {
    opacity: 1;
  }
  97.5%, 100% {
    opacity: 0;
  }
}
@keyframes imgFade3 {
  0%, 67.5% {
    opacity: 0;
  }
  69.5%, 94% {
    opacity: 1;
  }
  97.5%, 100% {
    opacity: 0;
  }
}
.p-service__list {
  width: 68.4210526316%;
  display: grid;
  row-gap: 0.1875rem;
}
.p-service__list li {
  position: relative;
  padding: 2.5rem 1.875rem;
  border-radius: 0.3125rem;
  background-color: #f8faff;
  -webkit-animation: backgroundFade 16.5s ease-in-out infinite both;
          animation: backgroundFade 16.5s ease-in-out infinite both;
}
.p-service__list li:nth-child(2), .p-service__list li:nth-child(2) .p-service__list-title {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.p-service__list li:nth-child(3), .p-service__list li:nth-child(3) .p-service__list-title {
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
@media screen and (max-width: 767.2px) {
  .p-service__list li {
    -webkit-animation: none !important;
            animation: none !important;
    opacity: 1 !important;
    padding: 1.875rem 1.25rem;
  }
}
.p-service__list li .p-service__list-title {
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  min-width: 15.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-padding-after: 0.625rem;
          padding-block-end: 0.625rem;
  border-bottom: 0.125rem solid #cbd1e1;
  -webkit-animation: borderFade 16.5s ease-in-out infinite both;
          animation: borderFade 16.5s ease-in-out infinite both;
}
@media screen and (max-width: 767.2px) {
  .p-service__list li .p-service__list-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767.2px) {
  .p-service__list li .p-service__list-title {
    width: 100%;
    min-width: unset;
    font-size: max(1.125rem, 14.4px);
    font-weight: 500;
    -webkit-animation: none !important;
            animation: none !important;
  }
}
@media screen and (max-width: 767.2px) and (max-width: 767.2px) {
  .p-service__list li .p-service__list-title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767.2px) {
  .p-service__list {
    width: 100%;
    row-gap: 0.3125rem;
    grid-area: list;
  }
}

@-webkit-keyframes backgroundFade {
  0% {
    background-color: #f8faff;
  }
  2% {
    background-color: #cbd1e1;
  }
  35% {
    background-color: #cbd1e1;
  }
  37% {
    background-color: #f8faff;
  }
  100% {
    background-color: #f8faff;
  }
}

@keyframes backgroundFade {
  0% {
    background-color: #f8faff;
  }
  2% {
    background-color: #cbd1e1;
  }
  35% {
    background-color: #cbd1e1;
  }
  37% {
    background-color: #f8faff;
  }
  100% {
    background-color: #f8faff;
  }
}
@-webkit-keyframes borderFade {
  0% {
    border-bottom-color: #cbd1e1;
  }
  2% {
    border-bottom-color: #f8faff;
  }
  35% {
    border-bottom-color: #f8faff;
  }
  37% {
    border-bottom-color: #cbd1e1;
  }
  100% {
    border-bottom-color: #cbd1e1;
  }
}
@keyframes borderFade {
  0% {
    border-bottom-color: #cbd1e1;
  }
  2% {
    border-bottom-color: #f8faff;
  }
  35% {
    border-bottom-color: #f8faff;
  }
  37% {
    border-bottom-color: #cbd1e1;
  }
  100% {
    border-bottom-color: #cbd1e1;
  }
}
.p-service__list-text {
  -webkit-padding-before: 0.625rem;
          padding-block-start: 0.625rem;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.75;
}
@media screen and (max-width: 767.2px) {
  .p-service__list-text {
    font-size: 1rem;
  }
}

.p-service__feature {
  -webkit-margin-before: 7.5rem;
          margin-block-start: 7.5rem;
}
@media screen and (max-width: 767.2px) {
  .p-service__feature {
    -webkit-margin-before: 4.0625rem;
            margin-block-start: 4.0625rem;
    grid-area: feature;
  }
}

.p-service__feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.25rem;
}
.p-service__feature-list li {
  width: 47.3684210526%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fdfdff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 2px 3px 20px 0 rgba(59, 61, 67, 0.1);
          box-shadow: 2px 3px 20px 0 rgba(59, 61, 67, 0.1);
  position: relative;
}
@media screen and (max-width: 767.2px) {
  .p-service__feature-list li {
    width: 100%;
  }
}
@media screen and (max-width: 767.2px) {
  .p-service__feature-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4.0625rem;
  }
}

.p-service__feature-title {
  position: relative;
  top: -1.875rem;
  z-index: 1;
  background-color: #707ca2;
  color: #fdfdff;
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  padding: 1.0625rem 2.5rem 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.3125rem 0.3125rem 0.3125rem 0;
}
@media screen and (max-width: 767.2px) {
  .p-service__feature-title {
    font-size: 1.125rem;
  }
}
.p-service__feature-title img {
  width: 1.25rem;
  height: auto;
  aspect-ratio: 15/13;
  position: absolute;
  -webkit-transform: translate(-0.5rem, -0.3125rem);
          transform: translate(-0.5rem, -0.3125rem);
}
@media screen and (max-width: 767.2px) {
  .p-service__feature-title {
    padding: 0.9375rem 1.25rem;
    font-size: max(1rem, 12.8px);
    font-weight: 500;
    line-height: 1.75;
    top: -1.25rem;
  }
}
@media screen and (max-width: 767.2px) and (max-width: 767.2px) {
  .p-service__feature-title {
    font-size: 1rem;
  }
}

.p-service__feature-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0rem 1.875rem 2.5rem;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.75;
}
@media screen and (max-width: 767.2px) {
  .p-service__feature-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767.2px) {
  .p-service__feature-text {
    padding: 0rem 1.25rem 1.5625rem;
  }
}

.p-service__swiper-container {
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  grid-area: swiper;
}

.p-flow {
  padding-block: 5rem;
  position: relative;
}
@media screen and (max-width: 767.2px) {
  .p-flow {
    padding-block: 3.125rem;
  }
}

@media screen and (max-width: 767.2px) {
  .p-flow__inner {
    padding-inline: unset;
  }
}

.p-flow__contents {
  background-color: #cbd1e1;
  padding-block: 5rem;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767.2px) {
  .p-flow__contents {
    padding-block: 3.125rem;
  }
}

@media screen and (max-width: 767.2px) {
  .p-flow__contents-inner {
    padding-inline: 1rem;
  }
}

.p-flow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.p-flow__title::before {
  content: "";
  position: absolute;
  background-color: #474e64;
  width: 2px;
  height: 120px;
  top: -10rem;
  left: 50%;
  translate: -50%;
  z-index: 1;
  border-radius: 100vmax;
}
@media screen and (max-width: 767.2px) {
  .p-flow__title::before {
    display: none;
  }
}

.p-flow__items {
  max-width: 49.25rem;
  width: 100%;
  margin-inline: auto;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
  display: grid;
  row-gap: 3.125rem;
}
@media screen and (max-width: 767.2px) {
  .p-flow__items {
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
  }
}

.p-flow__item {
  border-radius: 0 0.3125rem 0.3125rem 0.3125rem;
  background: #fff;
  position: relative;
  background-color: #fdfdff;
  padding: 2.5rem 1.875rem;
}
.p-flow__item::after {
  content: "";
  position: absolute;
  background-color: rgba(71, 78, 100, 0.3);
  width: 5.3125rem;
  height: 2.8125rem;
  bottom: -2.8125rem;
  left: 1.25rem;
}
.p-flow__item:last-child::after {
  display: none;
}
@media screen and (max-width: 767.2px) {
  .p-flow__item {
    padding: 2.1875rem 1.25rem 1.5625rem;
  }
}

.p-flow__step {
  position: absolute;
  top: -1.6875rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #707ca2;
  border-radius: 0.3125rem 0.3125rem 0.3125rem 0;
  color: #fdfdff;
  padding: 0.5rem 1.25rem;
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767.2px) {
  .p-flow__step {
    font-size: 1.25rem;
  }
}
.p-flow__step img {
  stroke: #fdfdff;
  width: 1.25rem;
  height: 0.125rem;
}
@media screen and (max-width: 767.2px) {
  .p-flow__step {
    font-size: max(1rem, 12.8px);
    font-weight: 500;
  }
}
@media screen and (max-width: 767.2px) and (max-width: 767.2px) {
  .p-flow__step {
    font-size: 1rem;
  }
}

.p-flow__item-title {
  max-width: 15rem;
  border-bottom: 0.125rem solid #cbd1e1;
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  -webkit-padding-after: 0.5rem;
          padding-block-end: 0.5rem;
}
@media screen and (max-width: 767.2px) {
  .p-flow__item-title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767.2px) {
  .p-flow__item-title {
    max-width: 18.75rem;
  }
}

.p-flow__item-text {
  -webkit-padding-before: 0.625rem;
          padding-block-start: 0.625rem;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.75;
}
@media screen and (max-width: 767.2px) {
  .p-flow__item-text {
    font-size: 1rem;
  }
}
.p-flow__item-text span {
  font-size: max(0.75rem, 9.6px);
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 767.2px) {
  .p-flow__item-text span {
    font-size: 0.75rem;
  }
}

.p-privacy {
  -webkit-padding-before: 9.375rem;
          padding-block-start: 9.375rem;
}

.p-privacy__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-privacy__list {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
  display: grid;
  row-gap: 2.1875rem;
  background-color: #fff;
  padding: 3.125rem 5rem 5rem;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 6px 4px 10px 0 rgba(59, 61, 67, 0.07);
          box-shadow: 6px 4px 10px 0 rgba(59, 61, 67, 0.07);
}

.p-privacy__list-title {
  font-size: max(1.25rem, 16px);
  font-weight: 600;
}
@media screen and (max-width: 767.2px) {
  .p-privacy__list-title {
    font-size: 1.25rem;
  }
}

.p-privacy__list-text {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}

.p-privacy__description {
  -webkit-padding-start: 1.5625rem;
          padding-inline-start: 1.5625rem;
  padding-block: 0.9375rem;
}
.p-privacy__description li {
  position: relative;
}
.p-privacy__description li::before {
  content: "";
  position: absolute;
  background-color: #3b3d43;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 100vmax;
  top: 50%;
  translate: 0 -50%;
  left: -0.75rem;
}

.p-privacy__btn {
  -webkit-margin-before: 1.5625rem;
          margin-block-start: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767.2px) {
  .u-pc {
    display: none !important;
  }
}
.u-prewrap {
  white-space: pre-wrap;
}

.u-font {
  font-family: "Kiwi Maru", serif;
}
.u-font__jp {
  font-family: "Kiwi Maru", serif;
}
.u-font__en {
  font-family: "Sorts Mill Goudy", serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767.2px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767.2px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767.2px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767.2px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767.2px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-animation__fadeIn {
  translate: 0 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.u-animation__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}