@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: 1119px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1120 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  color: #393327;
  background: #ffffff;
}

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-main {
  -webkit-padding-before: 4.125rem;
          padding-block-start: 4.125rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    -webkit-padding-before: 2.9375rem;
            padding-block-start: 2.9375rem;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

.l-section {
  padding-block: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-block: 1.875rem;
  }
}

.l-section-page {
  padding-block: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-section-page {
    padding-block: 1.25rem;
  }
}

.wp-block-vk-blocks-balloon {
  margin-top: 1.25rem;
}

.vk_highlighter {
  display: inline;
}

.c-btn {
  display: inline-block;
  padding: 0.375rem 1.875rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fafafa;
  background: #393327;
  border: 1px solid #393327;
  border-radius: 100vmax;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding: 0.25rem 1rem;
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .c-btn:hover {
    color: #393327;
    border: 1px solid #393327;
    background: #fafafa;
  }
}
.c-btn--reverse {
  color: #393327;
  border: 1px solid #393327;
  background: #fafafa;
}
@media (any-hover: hover) {
  .c-btn--reverse:hover {
    color: #fafafa;
    background: #393327;
  }
}
.c-btn--works {
  padding: 0.125rem 1.25rem;
  font-size: 1rem;
}

.c-animated__fadeIn {
  opacity: 0;
  translate: 0 40px;
  -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-animation__text__split .char {
  opacity: 0;
}

.c-animation__text__split-2 .char {
  opacity: 0;
}

.c-bounce-animate {
  -webkit-animation: bounce 1s ease-in-out forwards;
          animation: bounce 1s ease-in-out forwards;
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(0.8);
            transform: translateY(20px) scale(0.8);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-10px) scale(1.1);
            transform: translateY(-10px) scale(1.1);
  }
  60% {
    -webkit-transform: translateY(5px) scale(0.95);
            transform: translateY(5px) scale(0.95);
  }
  80% {
    -webkit-transform: translateY(-2px) scale(1.02);
            transform: translateY(-2px) scale(1.02);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(0.8);
            transform: translateY(20px) scale(0.8);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-10px) scale(1.1);
            transform: translateY(-10px) scale(1.1);
  }
  60% {
    -webkit-transform: translateY(5px) scale(0.95);
            transform: translateY(5px) scale(0.95);
  }
  80% {
    -webkit-transform: translateY(-2px) scale(1.02);
            transform: translateY(-2px) scale(1.02);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

.c-animation-sway {
  -webkit-animation: 2s 1s linear backwards infinite animationSway;
          animation: 2s 1s linear backwards infinite animationSway;
}
@-webkit-keyframes animationSway {
  0% {
    rotate: 0deg;
  }
  10% {
    rotate: 0deg;
  }
  30% {
    rotate: 10deg;
  }
  70% {
    rotate: -10deg;
  }
  90% {
    rotate: 0deg;
  }
  100% {
    rotate: 0deg;
  }
}
@keyframes animationSway {
  0% {
    rotate: 0deg;
  }
  10% {
    rotate: 0deg;
  }
  30% {
    rotate: 10deg;
  }
  70% {
    rotate: -10deg;
  }
  90% {
    rotate: 0deg;
  }
  100% {
    rotate: 0deg;
  }
}

.c-animated__slideIn--left {
  opacity: 0;
  translate: -1000px;
  -webkit-transition: opacity 1s ease, translate 1s ease;
  transition: opacity 1s ease, translate 1s ease;
}
@media screen and (max-width: 767px) {
  .c-animated__slideIn--left {
    opacity: 0;
    translate: 0 40px;
  }
}
.c-animated__slideIn--left.js-show {
  opacity: 1;
  translate: 0;
}

.c-animated__slideIn--right {
  opacity: 0;
  translate: 1000px;
  -webkit-transition: opacity 1s ease, translate 1s ease;
  transition: opacity 1s ease, translate 1s ease;
}
@media screen and (max-width: 767px) {
  .c-animated__slideIn--right {
    opacity: 0;
    translate: 0 40px;
  }
}
.c-animated__slideIn--right.js-show {
  opacity: 1;
  translate: 0;
}

.c-animated__clipView {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 0.8s ease;
  transition: -webkit-clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease, -webkit-clip-path 0.8s ease;
}
.c-animated__clipView.js-show {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.c-animation__text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.c-animation__text span {
  display: inline-block;
}
.c-animation__text.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.works-card__swiper-container,
.works-card__swiper,
.works-card__swiper-wrapper,
.works-card__swiper-slide {
  position: relative;
}

.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 {
  top: 50%;
  translate: 0 -50%;
  width: 2.5rem;
  height: 2.5rem;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.swiper-button-prev svg circle,
.swiper-button-next svg circle {
  fill: #393327 !important;
}

.swiper-button-prev {
  left: -1.25rem;
}

.swiper-button-next {
  right: -1.25rem;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: 100%;
  left: 50%;
  translate: -50%;
  width: 21.25rem;
  height: 8px;
  border-radius: 40px;
  background: #f2f2f2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 12.5rem;
    top: calc(100% - 0.9375rem);
  }
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #393327;
  border-radius: 40px;
}

.c-heading__title {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 10px;
}
@media screen and (max-width: 767px) {
  .c-heading__title {
    font-size: 1.5rem;
  }
}

.c-heading__sub-title {
  margin-top: -1rem;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 10px;
}
@media screen and (max-width: 767px) {
  .c-heading__sub-title {
    margin-top: -0.5rem;
    font-size: 0.75rem;
  }
}

.c-page-fv {
  background: #f2f2f2;
  color: #393327;
  text-align: center;
}

.c-page-fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: 1.25rem;
}

.c-page-fv__head {
  text-transform: uppercase;
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-page-fv__head {
    font-size: 2rem;
  }
}

.c-page-fv__body {
  font-size: 1rem;
  letter-spacing: 0.2rem;
}

.c-breadcrumb span .post {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 10ch;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin-block: 0.625rem;
  }
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    font-size: 0.75rem;
  }
}
.c-breadcrumb__item {
  position: relative;
  color: #393327;
}
.c-breadcrumb__item:not(:first-child) {
  padding-left: 1rem;
}
.c-breadcrumb__item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 50%;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 1px solid #393327;
  border-right: 1px solid #393327;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.c-breadcrumb__item:last-child {
  color: #393327;
}
.c-breadcrumb__item a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #393327;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.5s;
  transition: opacity 0.3s, visibility 0.5s;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .c-to-top {
    right: 0.5rem;
    bottom: 0.625rem;
    width: 1.625rem;
    height: 1.625rem;
  }
}
@media (any-hover: hover) {
  .c-to-top:hover {
    opacity: 0.8;
  }
}
.c-to-top.js-show {
  opacity: 1;
  visibility: visible;
}
.c-to-top__arrow {
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 2px solid #fafafa;
  border-right: 2px solid #fafafa;
  -webkit-transform: translateY(25%) rotate(-45deg);
          transform: translateY(25%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-to-top__arrow {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.c-blog {
  padding-bottom: 1.25rem;
}

.c-blog__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.25rem;
}
.c-blog__contents .c-blog__main {
  width: 70%;
}
.c-blog__contents .c-blog__side-bar {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .c-blog__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-blog__contents .c-blog__main,
  .c-blog__contents .c-blog__side-bar {
    width: 100%;
  }
}

.c-blog__side-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  color: #393327;
  background: #ffffff;
}
.p-header__list li {
  position: relative;
}
.p-header__list li a {
  position: relative;
  display: inline-block;
  padding: 0.0625rem 0.0625rem;
}
.p-header__list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.p-header__list li a:hover::after {
  width: 100%;
}

.p-header__inner {
  display: grid;
  grid-template-columns: 15.1875rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(67.5rem, 100%);
  padding-inline: 1.25rem;
  padding-block: 0.625rem;
  margin-inline: auto;
}

.p-header__logo {
  display: block;
  width: 100%;
  max-width: 253px;
  height: 24px;
}
.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
.p-header__list li a {
  font-size: 1.25rem;
  letter-spacing: 0.075rem;
}

.p-drawer__icon {
  position: fixed;
  top: 1rem;
  right: 1.25rem;
  z-index: 102;
  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: 1.5rem;
  height: 1rem;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 0.125rem;
  background: #393327;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7.5px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -7.5px;
}

.p-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  width: 17.375rem;
  height: 100vh;
  height: 100svh;
  overflow-y: scroll;
  background: #f2f2f2;
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 5.5rem 2.5rem;
  padding-left: 2.125rem;
}

.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;
  row-gap: 2rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-drawer__list {
    row-gap: 1.25rem;
  }
}
.p-drawer__list li a {
  font-size: 1.25rem;
  font-weight: 400;
  color: #393327;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .p-drawer__list li a {
    font-size: 1rem;
  }
}

.p-footer {
  background: #f2f2f2;
  border-radius: 40px 40px 0 0;
}

.p-footer__inner {
  width: min(67.5rem, 100%);
  padding-block: 0.9375rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.p-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-footer__x-icon-image img {
  width: 2rem;
  height: 2rem;
}

@media (any-hover: hover) {
  .p-x-icon:hover {
    opacity: 0.3;
  }
}

.p-footer__copyright {
  margin-top: -0.625rem;
}

.p-fv__content {
  padding-block: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -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: 767px) {
  .p-fv__content {
    padding-block: 2.5rem;
    -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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.25rem;
  }
}

.p-fv__head__text {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6; /* 76.8px */
  letter-spacing: 0.6rem;
}
.p-fv__head__text span {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-fv__head__text {
    font-size: 1.4375rem;
    line-height: 1.4; /* 33.6px */
    letter-spacing: 0.09rem;
  }
  .p-fv__head__text span {
    display: inline;
  }
}

.p-fv__image {
  width: 31.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__image {
    width: 100%;
    max-width: 31.25rem;
    height: auto;
    aspect-ratio: 335/284;
    margin-inline: auto;
  }
}
.p-fv__image img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-works__head__pass {
    font-size: 0.9375rem;
  }
}

.p-works-card {
  padding-top: 0.625rem;
  background: #ffffff;
}

.p-works-card__inner {
  width: min(880px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
  position: relative;
}

.p-works-card__swiper-wrapper {
  padding-block: 1.875rem;
}

.p-works-card__swiper-slide {
  width: 18.75rem;
  -webkit-box-shadow: 0 0.1875rem 0.625rem 0 rgba(51, 51, 51, 0.19);
          box-shadow: 0 0.1875rem 0.625rem 0 rgba(51, 51, 51, 0.19);
  border-radius: 10px;
  border: 1px solid #f2f2f2;
}

.p-works-card__image {
  display: block;
  overflow: hidden;
}
.p-works-card__image img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (any-hover: hover) {
  .p-works-card__image img:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p-works-card__content {
  padding: 1.25rem 1.25rem 0.625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-works-card__content {
    font-size: 0.75rem;
  }
}

.p-works-card__category {
  border: 1px solid #393327;
  border-radius: 10px;
  margin-bottom: 0.1875rem;
  padding-inline: 0.625rem;
}

.p-works-card__categories {
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.1875rem;
}

.p-works-card__title {
  font-weight: 500;
}

.p-works-card__link {
  margin-top: 0.3125rem;
  text-align: center;
}

.p-works__btn {
  margin-top: 1.25rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-works__btn {
    margin-top: 0.625rem;
    text-align: center;
    font-size: 0.75rem;
  }
}

.p-service__explanation {
  font-size: 1rem;
  line-height: 1.6; /* 25.6px */
  letter-spacing: 0.28rem;
}

.p-service__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
  -webkit-padding-before: 2.5rem;
          padding-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-padding-before: 1.25rem;
            padding-block-start: 1.25rem;
  }
}

.p-service__content {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-service__content {
    width: 100%;
  }
}

.p-service__number {
  font-size: 2rem;
  font-weight: 700;
}

.p-service__title {
  font-size: 1.25rem;
  font-weight: 700;
}

.p-service__image {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-service__image {
    margin-top: 0.625rem;
  }
}
.p-service__image img {
  width: 18.75rem;
}

.p-service__text {
  margin-top: 1.875rem;
  line-height: 1.6; /* 25.6px */
  letter-spacing: 0.28rem;
}
@media screen and (max-width: 767px) {
  .p-service__text {
    margin-top: 0.625rem;
  }
}

.p-profile {
  background: #f2f2f2;
}

.p-profile__body {
  padding-block: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-profile__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-profile__image img {
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-profile__image {
    text-align: center;
  }
}

.p-profile__info {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6; /* 38.4px */
  letter-spacing: 0.45rem;
}

.p-profile__btn {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-profile__btn {
    text-align: center;
    font-size: 0.75rem;
  }
}

.p-cta {
  text-align: center;
}

.p-cta__content {
  background: #f2f2f2;
  padding-block: 2.5rem;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .p-cta__content {
    padding-inline: 0.75rem;
  }
}

.p-cta__message {
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-cta__message {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

.p-cta__buttons {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-cta__buttons {
    gap: 1rem;
  }
}
.p-cta__buttons a {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.p-cta__buttons a:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.p-cta__contact-page,
.p-cta__x {
  width: 18.75rem;
  font-size: 1.25rem;
  padding: 0.625rem;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .p-cta__contact-page,
  .p-cta__x {
    width: 9.375rem;
    font-size: 1rem;
    padding: 0.25rem;
  }
}

.p-track-record__title {
  font-weight: 700;
}

.p-track-record__pass {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-track-record__pass {
    font-size: 0.9375rem;
  }
}

.p-track-record__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.625rem;
  border: 1px solid #393327;
  border-radius: 10px;
  padding: 0.3125rem 0.625rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-track-record__category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.1875rem;
  }
}

.p-track-record__category-title {
  font-weight: 500;
}

.p-track-record__category-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.p-track-record__category-value {
  border: 1px solid #393327;
  border-radius: 10px;
  padding-inline: 0.625rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
.p-track-record__category-value.is-active {
  background-color: #393327;
  color: #fafafa;
}
.p-track-record__category-value:hover {
  background-color: #393327;
  color: #fafafa;
}
.p-track-record__category-value.is-active:hover {
  background-color: #393327;
  color: #fafafa;
}

.p-track-record-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-track-record-cards {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}

.p-track-record-card {
  -webkit-box-shadow: 0 0.1875rem 0.625rem 0 rgba(51, 51, 51, 0.19);
          box-shadow: 0 0.1875rem 0.625rem 0 rgba(51, 51, 51, 0.19);
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  grid-template-rows: auto 1fr;
  height: 100%;
}

.p-track-record-card__image {
  display: block;
  overflow: hidden;
}
.p-track-record-card__image img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (any-hover: hover) {
  .p-track-record-card__image img:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p-track-record-card__content {
  padding: 1.25rem;
  max-height: 100%;
}

.p-track-record-card__categories {
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.p-track-record-card__category-item {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4;
  border: 1px solid #393327;
  border-radius: 10px;
  padding-inline: 0.625rem;
}

.p-track-record-card__title {
  font-weight: 500;
}

.p-track-record-card__link {
  margin-top: 0.3125rem;
  text-align: center;
}

.p-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
}

.p-pagination__button {
  background-color: #393327;
  color: #fafafa;
  border: none;
  padding: 0.625rem 1.25rem;
  margin: 0 0.3125rem;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .p-pagination__button:hover {
    background-color: #fafafa;
    color: #393327;
    border: 1px solid #393327;
  }
}

.p-contact-page__inner {
  max-width: 50rem;
}

.p-contact-page__title {
  margin-bottom: 0.625rem;
  font-weight: 700;
}

.p-Form-Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.625rem;
}
.p-Form-Item .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-Form-Item:nth-child(-n+2) {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-Form-Item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
  }
}

.p-Form-Item-Label {
  width: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-Form-Item-Label {
    width: 100%;
  }
}

.p-Form-Item-Label-Required {
  background: #393327;
  color: #fafafa;
  padding-inline: 0.3125rem;
  border-radius: 10px;
  margin-right: 0.3125rem;
}

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

.p-wpcf7-text {
  border: 1px solid #393327;
  border-radius: 6px;
}

.p-wpcf7-textarea {
  border: 1px solid #393327;
  border-radius: 6px;
}

.p-button-wrap {
  margin-top: 1.25rem;
  text-align: center;
}

.p-wpcf7-submit {
  cursor: pointer;
  display: inline-block;
  width: 9.375rem;
  padding-block: 0.1875rem;
  font-weight: 400;
  color: #fafafa;
  background: #393327;
  border-radius: 100vmax;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-wpcf7-submit--reverse {
  color: #393327;
  border: 1px solid #393327;
  background: #fafafa;
}
@media (any-hover: hover) {
  .p-wpcf7-submit--reverse:hover {
    color: #fafafa;
    background: #393327;
  }
}

.p-form__privacy {
  margin-top: 1.25rem;
  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;
}

.p-form__privacy-text a {
  text-decoration: underline;
}

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

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

.p-form-checkbox label span {
  display: inline-block;
  line-height: normal;
  padding-left: 1.875rem;
  position: relative;
}
.p-form-checkbox label span::before {
  content: "";
  position: absolute;
  top: 2.5px;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #393327;
}
.p-form-checkbox label span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 7px;
  width: 0.375rem;
  height: 0.75rem;
  rotate: 45deg;
  border-right: 1.5px solid #393327;
  border-bottom: 1.5px solid #393327;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
  -webkit-transition: -webkit-clip-path 1.5s ease;
  transition: -webkit-clip-path 1.5s ease;
  transition: clip-path 1.5s ease;
  transition: clip-path 1.5s ease, -webkit-clip-path 1.5s ease;
}
.p-loading.js-loading-end {
  -webkit-clip-path: circle(0 at 150% -50%);
          clip-path: circle(0 at 150% -50%);
}
.p-loading__container {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.p-loading__container {
  position: relative;
}

.p-loading__text {
  text-align: center;
  color: #393327;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px; /* 150% */
  margin-bottom: 2px;
  padding-bottom: 4px;
  overflow: hidden;
}
.p-loading__text span {
  display: inline-block;
  -webkit-animation: 0.5s 0.2s ease forwards slideUp;
          animation: 0.5s 0.2s ease forwards slideUp;
  translate: 0 100%;
}
@-webkit-keyframes slideUp {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes slideUp {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}

.p-pagination {
  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;
  margin-top: 1.25rem;
}
.p-pagination span {
  margin-inline: 0.625rem;
}
.p-pagination .page-numbers {
  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;
  margin-top: 1.25rem;
}
.p-pagination .page-numbers span {
  margin-inline: 0.3125rem;
}

.p-pagination__button--prev,
.p-pagination__button--next {
  background-color: #393327;
  color: #fafafa;
  border: none;
  padding: 0rem 0.3125rem;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .p-pagination__button--prev:hover,
  .p-pagination__button--next:hover {
    background-color: #fafafa;
    color: #393327;
  }
}

.p-not-found {
  padding-top: 6.25rem;
}

.p-not-found__inner {
  min-height: calc(100vh - 14.375rem);
}

.p-not-found__content {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-not-found__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-not-found__title {
  font-size: 3.125rem;
  font-weight: 700;
}

.p-not-found__text {
  font-size: 1.25rem;
}

.p-blog__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.625rem;
  border: 1px solid #393327;
  border-radius: 10px;
  padding: 0.3125rem 0.625rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-blog__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.1875rem;
  }
}

.p-blog__head-title {
  font-weight: 500;
}

.p-blog__head-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.p-blog__head-category {
  border: 1px solid #393327;
  border-radius: 10px;
  padding-inline: 0.625rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
.p-blog__head-category.is-active {
  background-color: #393327;
  color: #fafafa;
}
.p-blog__head-category:hover {
  background-color: #393327;
  color: #fafafa;
}
.p-blog__head-category.is-active:hover {
  background-color: #393327;
  color: #fafafa;
}

.p-blog__body-title {
  text-align: center;
  font-weight: 500;
  font-size: 1.875rem;
}

.p-blog__body-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-blog__body-items {
    grid-template-columns: 1fr;
  }
}

.p-blog__body-item {
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.p-blog__body-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.p-blog__body-item-img img {
  height: 12.5rem;
}

.p-blog__body-item-card {
  padding: 0.375rem;
}

.p-blog__body-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 7.5rem;
  overflow: hidden;
}

.p-blog__body-item-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.125rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-blog__body-item-tag {
  margin-top: auto;
}

.p-single__label {
  display: inline-block;
  border-radius: 10px;
  padding-inline: 0.375rem;
  background: #393327;
  color: #fafafa;
}

.p-single__title {
  margin-top: 0.625rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-single__meta {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.625rem;
  color: #808080;
}

.p-single__img img {
  width: 100%;
  border-radius: 10px;
}

.p-single__body {
  margin-top: 2rem;
  padding-bottom: 2.75rem;
}

.p-single__body {
  padding-bottom: 0.75rem;
}

.p-single__body h2 + p,
.p-single__body h3 + p,
.p-single__body h4 + p,
.p-single__body h5 + p,
.p-single__body h6 + p {
  margin-top: 0;
}

.p-single__body h2 {
  background: #f2f2f2;
  border-radius: 3px;
  border-top: 6px solid #393327;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2.375rem;
  margin-top: 4.375rem;
  padding: 1.5rem 1.25rem;
  position: relative;
  text-align: left;
}

.p-single__body h2::after {
  border: 5px solid transparent;
  border-top: 15px solid #ebebeb;
  content: "";
  height: 0;
  left: 1.5rem;
  position: absolute;
  top: 100%;
  width: 0;
}

.p-single__body h3 {
  border-bottom: 3px solid #393327;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  margin-top: 5.25rem;
  padding-bottom: 0.875rem;
}

.p-single__body h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1rem;
  margin-top: 5.125rem;
  padding-left: 2.625rem;
  position: relative;
}

.p-single__body h4::before {
  color: #393327;
  content: "\f00c";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 1.625rem;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: -0.5rem;
}

.p-single__body h5 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1.6875rem;
  margin-top: 3.75rem;
}

.p-single__body h6 {
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 2em;
}

.p-single__body p {
  line-height: 1.875;
  margin-top: 1.875rem;
}

.p-single__body ul {
  list-style-type: disc;
  margin-bottom: 1em;
  padding-left: 20px;
}

.p-single__body ol {
  list-style-type: decimal;
  margin-bottom: 1em;
  padding-left: 20px;
}

.p-single__body li {
  line-height: 1.6;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}

.p-single__body blockquote {
  background: #fafafa;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 1em;
}

.p-single__body blockquote > :first-child {
  margin-top: 0;
}

.p-single__body blockquote > :last-child {
  margin-bottom: 0;
}

.p-single__body q {
  background: #fafafa;
  display: inline-block;
  padding-left: 0.2em;
  padding-right: 0.2em;
  vertical-align: middle;
}

.p-single__body strong,
.p-single__body b {
  font-weight: 600;
}

.p-single__body a {
  color: #1592e6;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.p-single__body a:hover {
  opacity: 0.6;
}

.p-single__body img {
  vertical-align: middle;
}

.p-single__tag__items {
  border-top: 1px solid #393327;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}

.p-single__tag__head {
  color: #393327;
  font-weight: 600;
  margin-bottom: 0.625rem;
  margin-right: 0.9375rem;
  padding: 0.375rem 0.9375rem 0;
}

.p-single__tag__head::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 0.3125rem;
}

.p-single__tag__item {
  margin-bottom: 0.625rem;
  margin-right: 0.9375rem;
}

.p-single__tag__item:last-child {
  margin-right: 0;
}

.p-single__tag__item a {
  border: 1px solid #808080;
  border-radius: 10px;
  color: #393327;
  display: block;
  font-size: 0.875rem;
  padding: 0.375rem 1.125rem 0.3125rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.p-single__tag__item a:hover {
  background: #808080;
  color: #fafafa;
  font-weight: 600;
}

.p-single__related {
  margin-top: 5rem;
  text-align: center;
}

.p-single__related__title {
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 1.375rem;
}

.p-single__related__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.1875rem;
}

.p-single__related__item {
  display: block;
  margin-bottom: 1.3125rem;
  width: 15rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.related-item:hover {
  opacity: 0.6;
}

.p-single__related__item-img {
  margin-bottom: 0.625rem;
  text-align: center;
}

.p-single__related__item-title {
  text-align: left;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.57143;
  white-space: normal;
  /*ここで行数の指定*/
  -webkit-line-clamp: 3;
  /*おまじないのように書く三行
    displayプロパティをboxに。
    box-orientプロパティをverticalで、
    要素の配置方向（上から下へ垂直に積み重ねて表示）を指定。
    overflowプロパティをhiddenに。
    Flexコンテナとしてline-clampプロパティで行数を認識させる*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#toc_container {
  padding: 1.25rem 1.25rem;
}

#toc_container .toc_title {
  margin-bottom: 1.125rem;
}

#toc_container > ul > li {
  margin-bottom: 1.875rem;
}

#toc_container > ul > li > ul {
  margin-top: 0.75rem;
}

#toc_container {
  background: #fafafa;
  border: 2px solid #808080;
  margin-top: 4rem;
  padding: 1.25rem 1.875rem;
}

#toc_container .toc_title {
  border-bottom: 2px solid #808080;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.875rem;
  margin-top: 0;
  padding-bottom: 0.375rem;
  text-align: center;
}

#toc_container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#toc_container ul a {
  color: #393327;
  display: inline-block;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}

#toc_container > ul > li {
  counter-increment: toc;
  margin-bottom: 1.25rem;
  margin-top: 0;
}

#toc_container > ul > li:last-child {
  margin-bottom: 0;
}

#toc_container > ul > li > a {
  padding-left: 2.25rem;
}

#toc_container > ul > li > a::before {
  background: #808080;
  border-radius: 50%;
  color: #fff;
  content: counter(toc);
  font-weight: 700;
  height: 1.625rem;
  left: 0;
  line-height: 1.625rem;
  margin-top: -0.125rem;
  min-width: 1.625rem;
  position: absolute;
  text-align: center;
  top: 0;
}

#toc_container > ul > li > ul {
  margin-top: 0.375rem;
  padding-left: 2.25rem;
}

#toc_container > ul > li > ul > li {
  margin-bottom: 0.125rem;
  margin-top: 0;
}

#toc_container > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

#toc_container > ul > li > ul > li > a {
  font-weight: 400;
  padding-left: 0.625rem;
}

#toc_container > ul > li > ul > li > a::before {
  background: #808080;
  border-radius: 50%;
  content: "";
  height: 0.3125rem;
  left: 0;
  min-width: initial;
  position: absolute;
  top: 0.5rem;
  width: 0.3125rem;
}

.p-single__sns {
  padding: 0.625rem;
  border: 1px solid #393327;
  border-radius: 10px;
}

.p-single__sns__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.625rem;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-single__sns__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-single__sns__image img {
  border-radius: 10px;
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__sns__image img {
    width: 100%;
  }
}

.p-single__sns__lead-text-start {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  vertical-align: left;
}

.p-single__sns__title {
  font-weight: 700;
}

.p-single__sns__lead-text-end {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
}

.p-single__sns__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.375rem;
}

.p-single__sns__button {
  border-radius: 10px;
  padding-block: 0.375rem;
  width: 6.25rem;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-single__sns__button:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-single__sns__button {
    width: 3.125rem;
  }
}
.p-single__sns__button.--icon-x {
  border: 1px solid #0f1419;
}
.p-single__sns__button.--icon-x img {
  width: 1.875rem;
}
.p-single__sns__button.--icon-facebook {
  border: 1px solid #3b5998;
}
.p-single__sns__button.--icon-facebook img {
  width: 1rem;
}
.p-single__sns__button.--icon-hatena {
  border: 1px solid #5d8ac1;
}
.p-single__sns__button.--icon-hatena img {
  width: 2.25rem;
}
.p-single__sns__button.--icon-line {
  border: 1px solid #6cc655;
}
.p-single__sns__button.--icon-line img {
  width: 2rem;
}
.p-single__sns__button.--icon-pocket {
  border: 1px solid #f03e51;
}
.p-single__sns__button.--icon-pocket img {
  width: 2.3125rem;
}

.p-widget-title {
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 1px solid #808080;
  position: relative;
  padding-bottom: 0.125rem;
  margin-bottom: 0.375rem;
}
.p-widget-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 1.875rem;
  height: 2px;
  background: #393327;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.p-wprofile-img {
  text-align: center;
}
.p-wprofile-img img {
  border-radius: 50%;
  width: 12.5rem;
  height: 12.5rem;
}

.p-wprofile-content-name,
.p-wprofile-content-job {
  text-align: center;
}

.p-wprofile-content-job {
  margin-top: -0.5rem;
}

.search-field,
.search-submit {
  border-radius: 10px;
  border: 1px solid #393327;
}

.p-widget .wpp-thumbnail {
  margin: 0;
}

.p-search__head {
  margin-bottom: 1.25rem;
  padding-top: 1.75rem;
}

.p-search__lead {
  color: #393327;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.375rem;
}

.p-search__title {
  font-size: 1.625rem;
  font-weight: 900;
  margin-bottom: 1.125rem;
  border-bottom: 3px solid #393327;
}

.p-search__title::before {
  color: #393327;
  content: "\f002";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-right: 8px;
}

.p-search__title span {
  color: inherit;
}

.p-privacy-policy {
  padding: 4rem 0;
}

.p-privacy-policy__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #393327;
}

.p-privacy-policy h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 3rem 0 1.5rem;
  padding-left: 1rem;
  border-left: 4px solid #393327;
}

.p-privacy-policy p {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.p-privacy-policy p br {
  margin-bottom: 0.5rem;
}

.p-privacy-policy p:last-child {
  margin-bottom: 0;
}

.p-thanks-page__title {
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-thanks-page__title {
    font-size: 1.125rem;
  }
}

.p-thanks-page__text {
  font-size: 1.875rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-thanks-page__text {
    font-size: 1rem;
  }
}

.p-about__body {
  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;
}

.p-about__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  width: 56.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    width: 100%;
  }
}

.p-about__text-top,
.p-about__text-bottom {
  line-height: 1.6; /* 25.6px */
  letter-spacing: 0.3rem;
  font-size: 1rem;
}

.p-about__contents {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}

.p-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
  }
}

.p-pabout__label,
.p-about__description {
  line-height: 1.6; /* 25.6px */
  letter-spacing: 0.1rem;
}

.p-about__label {
  width: 5.5rem;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
@media (min-width: 640px) {
  .u-sp-lg {
    display: none !important;
  }
}
.u-all {
  display: none !important;
}

.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Roboto", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}