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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

/* pcの電話番号発信対応 */

a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
:root {
  --header-height: 35px;
  --header-height: 2.1875rem;
  --base-font-family: ryo-gothic-plusn, sans-serif;
  --font-roboto: roboto, sans-serif;
  --font-noto-sans: noto-sans-cjk-jp, sans-serif;
  --font-bilo: bilo, sans-serif;
  --black: #6e6e6e;
  --black2: #2a2d32;
  --gray: #a9a9a9;
  --gray2: #999999;
  --gray3: #d9d9d9;
  --gray4: #f9f9f9;
  --white: #fff;
  --green: #2bfd2b;
  --red: #ff6a6a;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 2.1875rem;
  scroll-padding-top: var(--header-height);
}

/* フォントまわりはあまり共通化されていないので、 colorとfont-family以外は指定しない*/
body {
  color: #6e6e6e;
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: ryo-gothic-plusn, sans-serif;
  font-family: var(--base-font-family);
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

img {
  height: auto;
}

em,
address {
  font-style: normal;
}

button {
  color: inherit;
}

.grecaptcha-badge {
  visibility: hidden;
}

.l-about-business {
  margin-top: 172px;
  margin-top: 10.75rem;
}

.l-about-case {
  margin-top: 137px;
  margin-top: 8.5625rem;
}

.l-about-ceo {
  margin-top: 88px;
  margin-top: 5.5rem;
}

.l-about-clients {
  margin-top: 216px;
  margin-top: 13.5rem;
}

.l-about-company {
  margin-top: 118px;
  margin-top: 7.375rem;
}

.l-about-recruit {
  margin-top: 83px;
  margin-top: 5.1875rem;
}

.l-about {
  margin-top: 210px;
  margin-top: 13.125rem;
}

.l-header {
  bottom: auto;
  height: 35px;
  height: 2.1875rem;
  height: var(--header-height);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
  max-width: 35rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  width: 100%;
}

.l-post-list {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-top-business {
  margin-top: 167px;
  margin-top: 10.4375rem;
}

.l-top-clients {
  margin-top: 116px;
  margin-top: 7.25rem;
}

.l-top-concept {
  padding-top: 80px;
  padding-top: 5rem;
}

.l-top-journal {
  margin-top: 114px;
  margin-top: 7.125rem;
}

.l-top-mv {
  height: 100vh;
}

.l-top-news {
  margin-top: 78px;
  margin-top: 4.875rem;
}

.l-top-works {
  margin-top: 126px;
  margin-top: 7.875rem;
}

.c-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: bilo, sans-serif;
  font-family: var(--font-bilo);
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  max-width: 100%;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-right: 8px;
  padding-right: 0.5rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
  position: relative;
  white-space: nowrap;
  width: 130px;
  width: 8.125rem;
}

.c-button--back {
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
}

.c-button::before,
.c-button::after {
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  -webkit-transform-origin: left;
          transform-origin: left;
  width: 100%;
}

.c-button::before {
  background-color: #6e6e6e;
  background-color: var(--black);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.c-button::after {
  background-color: #2bfd2b;
  background-color: var(--green);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.15s 0.15s ease-in-out;
  transition: -webkit-transform 0.15s 0.15s ease-in-out;
  transition: transform 0.15s 0.15s ease-in-out;
  transition: transform 0.15s 0.15s ease-in-out, -webkit-transform 0.15s 0.15s ease-in-out;
}

.c-button--back::after {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.c-button__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: clip;
  width: 13px;
  width: 0.8125rem;
}

.c-button--back .c-button__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-button__arrow::before,
.c-button__arrow::after {
  -webkit-mask-image: url(../images/common/arrow_right.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: right;
  -webkit-mask-size: contain;
  aspect-ratio: 13/20;
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
          mask-image: url(../images/common/arrow_right.svg);
          mask-position: right;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: relative;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
}

.c-button__arrow::before {
  -webkit-animation: arrowFromLeft1 0.3s ease-in-out forwards;
          animation: arrowFromLeft1 0.3s ease-in-out forwards;
  background-color: #2bfd2b;
  background-color: var(--green);
}

.c-button__arrow::after {
  -webkit-animation: arrowFromLeft2 0.3s ease-in-out forwards;
          animation: arrowFromLeft2 0.3s ease-in-out forwards;
  background-color: #6e6e6e;
  background-color: var(--black);
}

@-webkit-keyframes arrowToRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes arrowToRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes arrowFromLeft1 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes arrowFromLeft1 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes arrowFromLeft2 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes arrowFromLeft2 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.c-button--contact1 {
  font-size: max(36px, 10px);
  font-size: max(2.25rem, 10px);
  font-weight: 500;
  width: 180px;
  width: 11.25rem;
}

.c-button--contact1 .c-button__arrow {
  -webkit-transform: translateY(0.25rem);
          transform: translateY(0.25rem);
  width: 16px;
  width: 1rem;
}
.c-button:focus-visible {
  opacity: 1;
}

.c-button:focus-visible::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.c-button--back:focus-visible::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.c-button:focus-visible::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.c-button--back:focus-visible::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.c-button:focus-visible .c-button__arrow::before,
.c-button:focus-visible .c-button__arrow::after {
  -webkit-animation: arrowToRight 0.3s ease-in-out forwards;
          animation: arrowToRight 0.3s ease-in-out forwards;
}

.c-button:active {
  opacity: 1;
}

.c-button:active::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.c-button--back:active::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.c-button:active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.c-button--back:active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.c-button:active .c-button__arrow::before,
.c-button:active .c-button__arrow::after {
  -webkit-animation: arrowToRight 0.3s ease-in-out forwards;
          animation: arrowToRight 0.3s ease-in-out forwards;
}

.c-heading {
  display: inline-block;
  font-family: bilo, sans-serif;
  font-family: var(--font-bilo);
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
  font-weight: 500;
  line-height: 1;
}

.c-menu-button {
  position: relative;
  width: 51px;
  width: 3.1875rem;
}

.c-menu-button span {
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 26px;
  width: 1.625rem;
}

.c-menu-button span:before,
.c-menu-button span::after {
  background-color: #6e6e6e;
  background-color: var(--black);
  border-radius: 100vw;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 100%;
}

.c-menu-button span::before {
  -webkit-transform: translateY(-0.1875rem);
          transform: translateY(-0.1875rem);
}

.c-menu-button span::after {
  -webkit-transform: translateY(0.1875rem);
          transform: translateY(0.1875rem);
}

/* ドロワーメニュー展開時 */
.c-menu-button[aria-expanded=true] span {
  background-color: transparent;
}

.c-menu-button[aria-expanded=true] span::before {
  -webkit-transform: translateY(0) rotate(15deg);
          transform: translateY(0) rotate(15deg);
}

.c-menu-button[aria-expanded=true] span::after {
  -webkit-transform: translateY(0) rotate(-15deg);
          transform: translateY(0) rotate(-15deg);
}
.c-menu-button:focus-visible span:before,
.c-menu-button:focus-visible span::after {
  background-color: #2bfd2b;
  background-color: var(--green);
}

.c-menu-button:active span:before,
.c-menu-button:active span::after {
  background-color: #2bfd2b;
  background-color: var(--green);
}

.c-no-post {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  text-align: center;
}

.c-page-title {
  font-family: bilo, sans-serif;
  font-family: var(--font-bilo);
  font-size: max(40px, 10px);
  font-size: max(2.5rem, 10px);
  font-weight: 500;
  padding-top: 157px;
  padding-top: 9.8125rem;
  text-align: center;
  text-transform: lowercase;
}

.c-page-title.c-page-title--law {
  font-family: ryo-gothic-plusn, sans-serif;
  font-family: var(--base-font-family);
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  padding-top: 177px;
  padding-top: 11.0625rem;
}

.c-text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: justify;
}

.p-404 {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

.p-404__wrap {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-404__title.c-page-title {
  text-transform: capitalize;
}

.p-404__img {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  max-width: 18.75rem;
  width: 80%;
}

.p-404__img img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-404__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.7857142857;
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
  word-break: keep-all;
}

.p-404__button {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-about-business__list {
  grid-gap: 0.875rem;
  display: grid;
  gap: 14px;
  gap: 0.875rem;
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.p-about-business__item {
  -ms-flex-line-pack: center;
      align-content: center;
  border: 1px solid #6e6e6e;
  border: 1px solid var(--black);
  border-radius: 0.3125rem;
  padding-bottom: 53px;
  padding-bottom: 3.3125rem;
  padding-top: 45px;
  padding-top: 2.8125rem;
  text-align: center;
}

.p-about-business__item-title {
  font-family: bilo, sans-serif;
  font-family: var(--font-bilo);
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}

.p-about-business__item-desc {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-about-business__service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  gap: 2.25rem;
  margin-top: 31px;
  margin-top: 1.9375rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.p-about-business__service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-about-business__service-title {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2.0625;
  padding-left: 30px;
  padding-left: 1.875rem;
}

.p-about-business__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;
  margin-top: 3px;
  margin-top: 0.1875rem;
  padding-left: 26px;
  padding-left: 1.625rem;
}

.p-about-business__service-content-item {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2.1666666667;
  padding-left: 1.4em;
  position: relative;
}

.p-about-business__service-content-item::before {
  content: "・";
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  left: 0;
  line-height: 2.1666666667;
  position: absolute;
  top: 0;
}

.p-about-business__service-content-item.p-about-business__service-content-item--etc {
  padding-left: 3px;
  padding-left: 0.1875rem;
}

.p-about-business__service-content-item.p-about-business__service-content-item--etc::before {
  content: none;
}

.p-about-case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 52px;
  gap: 3.25rem;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.p-about-case__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-about-case__image {
  width: 100%;
}

.p-about-case__image img {
  -o-object-fit: cover;
  aspect-ratio: 373/226;
  border-radius: 0.3125rem;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-about-case__no-image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #999999;
  border: 1px solid var(--gray2);
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.p-about-case__no-image img {
  -o-object-fit: contain;
  height: 80%;
     object-fit: contain;
  width: 80%;
}

.p-about-case__body {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-about-case__title {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.p-about-case__description {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-about-case__description-item {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}

.p-about-case__description-item::before {
  content: "・";
}

.p-about-case__description-item:last-child::before {
  content: none;
}

.p-about-case__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1px;
  margin-top: 0.0625rem;
}

.p-about-ceo__inner.l-inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-about-ceo__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 218px;
  max-width: 13.625rem;
}

.p-about-ceo__image img {
  -o-object-fit: cover;
  aspect-ratio: 218/268;
  border-radius: 0.3125rem;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-about-ceo__info {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.p-about-ceo__info-head {
  padding-left: 13px;
  padding-left: 0.8125rem;
  padding-right: 13px;
  padding-right: 0.8125rem;
}

.p-about-ceo__title {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-about-ceo__name {
  font-family: bilo, sans-serif;
  font-family: var(--font-bilo);
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
}

.p-about-ceo__attr {
  color: #bdbdbd;
  font-family: bilo, sans-serif;
  font-family: var(--font-bilo);
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.p-about-ceo__sns {
  margin-left: -6px;
  margin-left: -0.375rem;
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-about-ceo__description {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  line-height: 2.6;
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-about-company {
  padding-bottom: 319px;
  padding-bottom: 19.9375rem;
}

.p-about-company__list {
  grid-gap: 2.125rem;
  display: grid;
  gap: 34px;
  gap: 2.125rem;
}

.p-about-company__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #999999;
  border-bottom: 1px solid var(--gray2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.p-about-company__item.p-about-company__item--business {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 49px;
  padding-bottom: 3.0625rem;
}

.p-about-company__term {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 2.5;
  min-width: 120px;
  min-width: 7.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.p-about-company__description {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 2.5;
}

.p-about-company__description.p-about-company__description--business {
  line-height: 2.9;
}

.p-about-recruit {
  overflow: hidden;
}

.p-about-recruit__header {
  grid-gap: 0.125rem;
  display: grid;
  gap: 2px;
  gap: 0.125rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-about-recruit__sub-heading {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5;
}

.p-about-recruit__text-wrap {
  margin-top: 45px;
  margin-top: 2.8125rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.p-about-recruit__text {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2.75;
}

.p-about-recruit__trouble-wrap {
  margin-top: 92px;
  margin-top: 5.75rem;
}

.p-about-recruit__trouble:not(:first-child) {
  margin-top: 76px;
  margin-top: 4.75rem;
}

.p-about-recruit__trouble-title {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.875;
  text-align: center;
}

.p-about-recruit__trouble-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
  gap: 2.8125rem;
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.p-about-recruit__trouble:not(:first-child) .p-about-recruit__trouble-list {
  gap: 65px;
  gap: 4.0625rem;
  margin-top: 87px;
  margin-top: 5.4375rem;
}

.p-about-recruit__trouble-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d9d9d9;
  border: 1px solid var(--gray3);
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 233px;
  min-height: 14.5625rem;
  padding: 24px 20px 8px;
  padding: 1.5rem 1.25rem 0.5rem;
  position: relative;
}

.p-about-recruit__trouble:not(:first-child) .p-about-recruit__trouble-item {
  min-height: 243px;
  min-height: 15.1875rem;
}

.p-about-recruit__trouble-text {
  background-color: #fff;
  background-color: var(--white);
  display: inline-block;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 800;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 1.5555555556;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

.p-about-recruit__trouble-image[data-icon=icon01] {
  max-height: 80px;
  max-height: 5rem;
  max-width: 275px;
  max-width: 17.1875rem;
  padding-top: 18px;
  padding-top: 1.125rem;
}

.p-about-recruit__trouble-image[data-icon=icon01] + .p-about-recruit__trouble-item-text {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

.p-about-recruit__trouble-image[data-icon=icon02] {
  max-height: 101px;
  max-height: 6.3125rem;
  max-width: 190px;
  max-width: 11.875rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
}

.p-about-recruit__trouble-image[data-icon=icon02] + .p-about-recruit__trouble-item-text {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-about-recruit__trouble-image[data-icon=icon03] {
  max-height: 80px;
  max-height: 5rem;
  max-width: 177px;
  max-width: 11.0625rem;
  padding-top: 26px;
  padding-top: 1.625rem;
}

.p-about-recruit__trouble-image[data-icon=icon03] + .p-about-recruit__trouble-item-text {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

.p-about-recruit__trouble-image[data-icon=icon04] {
  left: 20px;
  left: 1.25rem;
  max-height: 80px;
  max-height: 5rem;
  max-width: 255px;
  max-width: 15.9375rem;
  padding-top: 13px;
  padding-top: 0.8125rem;
  position: relative;
}

.p-about-recruit__trouble-image[data-icon=icon04] + .p-about-recruit__trouble-item-text {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

.p-about-recruit__trouble-image[data-icon=icon05] {
  max-height: 80px;
  max-height: 5rem;
  max-width: 153px;
  max-width: 9.5625rem;
  padding-top: 28px;
  padding-top: 1.75rem;
}

.p-about-recruit__trouble-image[data-icon=icon05] + .p-about-recruit__trouble-item-text {
  margin-top: 44px;
  margin-top: 2.75rem;
}

.p-about-recruit__trouble-image[data-icon=icon06] {
  max-height: 95px;
  max-height: 5.9375rem;
  max-width: 178px;
  max-width: 11.125rem;
  padding-top: 16px;
  padding-top: 1rem;
}

.p-about-recruit__trouble-image[data-icon=icon06] + .p-about-recruit__trouble-item-text {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-about-recruit__trouble-image img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-about-recruit__trouble-item-text {
  font-size: max(11.6px, 10px);
  font-size: max(0.725rem, 10px);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.6637931034;
}

.p-about-recruit__concept {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}

.p-about-recruit__concept-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  max-width: 15.625rem;
  width: 100%;
}

.p-about-recruit__concept-box {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-about-recruit__concept-lead {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
}

.p-about-recruit__concept-lead:last-child {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-about-recruit__concept-main {
  display: inline-block;
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-top: 17px;
  margin-top: 1.0625rem;
  position: relative;
}

.p-about-recruit__concept-main::after {
  background-color: #2bfd2b;
  background-color: var(--green);
  bottom: -6px;
  bottom: -0.375rem;
  content: "";
  height: 3px;
  height: 0.1875rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 105%;
}

.p-about-recruit__feature {
  margin-top: 63px;
  margin-top: 3.9375rem;
}

.p-about-recruit__feature-inner {
  margin-right: calc(50% - 50vw);
  overflow-x: auto;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.p-about-recruit__feature-list {
  grid-gap: 0 1.5625rem;
  display: grid;
  gap: 0 25px;
  gap: 0 1.5625rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  min-width: 100%;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}

.p-about-recruit__feature-item {
  background-color: rgba(43, 253, 43, 0.3);
  border-radius: 0.3125rem;
  max-width: 212px;
  max-width: 13.25rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.p-about-recruit__feature-item::after {
  background-color: #fff;
  background-color: var(--white);
  border-radius: 50%;
  content: "";
  height: 172px;
  height: 10.75rem;
  left: 50%;
  position: absolute;
  top: 100px;
  top: 6.25rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 172px;
  width: 10.75rem;
}

.p-about-recruit__feature-image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  min-height: 200px;
  min-height: 12.5rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-about-recruit__feature-image[data-icon=icon07] {
  max-width: 196px;
  max-width: 12.25rem;
  top: -8px;
  top: -0.5rem;
}

.p-about-recruit__feature-image[data-icon=icon08] {
  max-width: 189px;
  max-width: 11.8125rem;
  top: -15px;
  top: -0.9375rem;
}

.p-about-recruit__feature-image[data-icon=icon09] {
  max-width: 212px;
  max-width: 13.25rem;
  top: -15px;
  top: -0.9375rem;
}

.p-about-recruit__feature-image img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-about-recruit__feature-body {
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 0 15px 20px;
  padding: 0 0.9375rem 1.25rem;
}

.p-about-recruit__feature-title {
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.875;
  min-height: 60px;
  min-height: 3.75rem;
}

.p-about-recruit__feature-text {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: left;
}

.p-about-recruit__message {
  margin-top: 205px;
  margin-top: 12.8125rem;
  text-align: center;
}

.p-about-recruit__message-text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
}

.p-about-recruit__consult {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-about-sub__content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 183px;
  margin-top: 11.4375rem;
  max-width: 400px;
  max-width: 25rem;
}

.p-about-sub__main-title {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 0.9583333333;
}

.p-about-sub__main-title span {
  letter-spacing: -0.05em;
}

.p-about-sub__text-block {
  grid-gap: 2.0625rem;
  display: grid;
  gap: 33px;
  gap: 2.0625rem;
  margin-left: 21px;
  margin-left: 1.3125rem;
  margin-top: 26px;
  margin-top: 1.625rem;
}

.p-about-sub__description {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2.75;
}

.p-about-sub__image-box {
  display: block;
  margin-top: 100px;
  margin-top: 6.25rem;
}

.p-about-sub__image-left img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-about-sub__image-right {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.p-about-sub__image-right img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-about-sub__concept {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.p-about__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-about__description {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2.3333333333;
}

.p-about__wrap {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-about__image {
  display: none;
}

.p-about__button {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: right;
}

.p-category-journal {
  padding-bottom: 287px;
  padding-bottom: 17.9375rem;
}

.p-category-journal__items {
  grid-gap: 1.5rem;
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 182px;
  margin-top: 11.375rem;
}

.p-category-journal__link {
  grid-gap: 0;
  display: grid;
  gap: 0;
  grid-row: span 3;
  grid-template-rows: subgrid;
}

.p-category-journal__thumbnail {
  aspect-ratio: 373/201;
  border: 2px solid transparent;
  border-radius: 0.3125rem;
  overflow: hidden;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.p-category-journal__thumbnail img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  -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;
  width: 100%;
}

.p-category-journal__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.1142857143em;
  line-height: 1.6857142857;
  margin-top: 11px;
  margin-top: 0.6875rem;
  overflow: hidden;
}

.p-category-journal__date {
  color: rgb(163, 163, 163);
  font-family: bilo, sans-serif;
  font-family: var(--font-bilo);
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.p-category-journal__pagenavi {
  margin-left: -8px;
  margin-left: -0.5rem;
  margin-right: -8px;
  margin-right: -0.5rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
.p-category-journal__link:focus-visible {
  opacity: 1;
}

.p-category-journal__link:focus-visible .p-category-journal__thumbnail {
  border-color: #2bfd2b;
  border-color: var(--green);
}

.p-category-journal__link:active {
  opacity: 1;
}

.p-category-journal__link:active .p-category-journal__thumbnail {
  border-color: #2bfd2b;
  border-color: var(--green);
}

.p-clients {
  overflow: hidden;
}

.p-clients__content {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 16px;
  margin-top: 1rem;
}

.p-clients__item {
  aspect-ratio: 250/100;
  width: 150px;
  width: 9.375rem;
}

.p-clients__item img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-clients__note {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  letter-spacing: 0.2em;
  margin: 25px;
  margin: 1.5625rem;
  text-align: right;
}

.p-concept__heading {
  width: 170px;
  width: 10.625rem;
}

.p-concept__content {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-concept__description {
  margin-left: auto;
  margin-right: auto;
  width: 358px;
  width: 22.375rem;
}

.p-concept__copy {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-top: 5rem;
  width: 336px;
  width: 21rem;
}

.p-consult__inner {
  margin-right: calc(50% - 50vw);
  overflow-x: auto;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.p-consult__list {
  grid-gap: 0 1.25rem;
  display: grid;
  gap: 0 20px;
  gap: 0 1.25rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto 1fr;
  min-width: 100%;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}

.p-consult__item {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  max-width: 214px;
  max-width: 13.375rem;
}

.p-consult__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d9d9d9;
  border: 1px solid var(--gray3);
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-consult__image {
  position: relative;
  top: 10px;
  top: 0.625rem;
  width: 100%;
}

.p-consult__image img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-consult__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 2px 5px 20px;
  padding: 0.125rem 0.3125rem 1.25rem;
  text-align: center;
}

.p-consult__services {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8.5px;
  gap: 0.53125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-consult__service {
  background-color: #f9f9f9;
  background-color: var(--gray4);
  border-radius: 0.3125rem;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2.4;
  padding: 2.5px 5px;
  padding: 0.15625rem 0.3125rem;
  text-align: center;
}

.p-contact__content {
  margin-top: 170px;
  margin-top: 10.625rem;
}

.p-contact__container-inner {
  padding-bottom: 160px;
  padding-bottom: 10rem;
}

/* （the_content()で出力したものへのスタイル） */
.p-content blockquote {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-content figure:nth-child(n+2) {
  margin-top: 42px;
  margin-top: 2.625rem;
}

/* 例外的に、親要素を超えて余白設置 */
.p-content h2 {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.wp-block-column:not(does-not-exist), div.wp-block-column, .wp-block-snow-monkey-blocks-container, .wp-block-snow-monkey-blocks-box, .wp-block-image, .wp-block-column, .wp-block-group, .wp-block-query, .wp-block-file, .p-content p:nth-child(n+2), .p-content h3:nth-child(n+2), .p-content h4:nth-child(n+2), .p-content h2 + ul:nth-of-type(n + 2), .p-content h2 + ol:nth-of-type(n + 2), .p-content ol > li > ol:nth-of-type(n + 2), .p-content figure:nth-child(n+2) {
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 100%;
}

.p-content h2,
.p-content h3,
.p-content h4 {
  font-weight: 400;
}

.p-content h2 {
  --font-size: max(14px, 10px);
  --font-size: max(0.875rem, 10px);
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-size: var(--font-size);
}

.p-content h3 {
  --font-size: max(13px, 10px);
  --font-size: max(0.8125rem, 10px);
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  font-size: var(--font-size);
}

.p-content h4 {
  --font-size: max(12px, 10px);
  --font-size: max(0.75rem, 10px);
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-size: var(--font-size);
}

.p-content p {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  line-height: 1.8;
}

.p-content strong {
  font-weight: 700;
}

.p-content blockquote {
  border: 1px solid #d9d9d9;
  margin-left: 8px;
  margin-left: 0.5rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  padding: 15px 22px;
  padding: 0.9375rem 1.375rem;
}

.p-content blockquote p {
  line-height: 2.4;
}

.p-content iframe[src*="youtube.com"] {
  -o-object-fit: cover;
  aspect-ratio: 16/9;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  margin-left: auto;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  float: none;
  margin-left: auto;
}

.p-content a {
  word-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-transition: text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out;
}

.p-content cite {
  font-style: normal;
}

.wp-block-file:not(.wp-element-button) a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
}

.p-content hr {
  border-color: #ccc;
}

.p-content h2,
.p-content h3,
.p-content h4 {
  grid-column-gap: 0.4375rem;
  -moz-column-gap: 0.4375rem;
  --line-height: calc(var(--font-size) * 1.5);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
       -webkit-column-gap: 0.4375rem;
               column-gap: 0.4375rem;
  display: grid;
  display: grid;
  display: block grid;
  grid-template-columns: auto 1fr;
}

.p-content h2 img,
.p-content h3 img,
.p-content h4 img {
  width: auto !important;
}

.p-content h2 img,
.p-content h3 img,
.p-content h4 img {
  -o-object-fit: contain;
  height: var(--line-height);
     object-fit: contain;
}
.p-content a:focus-visible {
  opacity: 1;
  text-decoration-color: transparent;
}

.p-drawer {
  background-color: #fff;
  background-color: var(--white);
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-drawer__nav-items {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-drawer__nav-item {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-drawer__nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: bilo, sans-serif;
  font-family: var(--font-bilo);
  font-size: max(36px, 10px);
  font-size: max(2.25rem, 10px);
  font-weight: 500;
  line-height: 1;
  padding: 13px;
  padding: 0.8125rem;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-drawer__contact.is-current a,
.p-drawer__nav-item.is-current a {
  color: #2bfd2b;
  color: var(--green);
  pointer-events: none;
}

.p-drawer__contact {
  margin-left: auto;
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: right;
}
.p-drawer__nav-item a:focus-visible {
  opacity: 1;
}

.p-footer {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.p-footer__contact {
  background: url(../images/common/footer_contact_bg_sp.jpg) no-repeat center/cover;
  border: 1px solid transparent;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 164px;
  min-height: 10.25rem;
  padding: 18px 12px;
  padding: 1.125rem 0.75rem;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.p-footer__contact-copy {
  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(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.3em;
  line-height: 1.5833333333;
}

.p-footer__contact-button {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

.p-footer__info {
  margin-top: 38px;
  margin-top: 2.375rem;
}

.p-footer__info-copy {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  letter-spacing: 0.21em;
}

.p-footer__info-copy span:nth-child(2) {
  margin-left: -8px;
  margin-left: -0.5rem;
}

.p-footer__address {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.3333333333;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
}

.p-footer__company-address {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-footer__sns-items {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.p-footer__nav {
  margin-top: 48px;
  margin-top: 3rem;
  overflow: hidden;
  padding-left: 4px;
  padding-left: 0.25rem;
}

.p-footer__nav-items {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  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-wrap: wrap;
      flex-wrap: wrap;
  height: 176px;
  height: 11rem;
}

.p-footer__nav-item {
  width: 136px;
  width: 8.5rem;
}

.p-footer__nav-item.is-current a {
  color: #2bfd2b;
  color: var(--green);
  pointer-events: none;
}

.p-footer__nav-item a {
  display: block;
  font-family: bilo, sans-serif;
  font-family: var(--font-bilo);
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  line-height: 1;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.p-footer__other-items {
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.p-footer__other-item a {
  font-family: bilo, sans-serif;
  font-family: var(--font-bilo);
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  line-height: 1;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  padding-top: 4px;
  padding-top: 0.25rem;
}

.p-footer__bottom {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-footer__logo {
  margin-left: auto;
  margin-right: 12px;
  margin-right: 0.75rem;
  width: 126px;
  width: 7.875rem;
}

.p-footer__logo-link {
  display: block;
  position: relative;
}

.p-footer__logo-link img {
  -webkit-animation: blink 5s infinite alternate;
          animation: blink 5s infinite alternate;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.p-footer__logo-link::after {
  -webkit-mask-image: url(../images/common/logo_footer_close.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: #000;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
          mask-image: url(../images/common/logo_footer_close.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}

.p-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 78px;
  gap: 4.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-footer__copyright small {
  font-family: bilo, sans-serif;
  font-family: var(--font-bilo);
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
}
.p-footer__contact:focus-visible {
  opacity: 1;
}

.p-footer__contact:focus-visible .c-button::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.p-footer__contact:focus-visible .c-button::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.p-footer__contact:focus-visible .c-button__arrow::before,
.p-footer__contact:focus-visible .c-button__arrow::after {
  -webkit-animation: arrowToRight 0.3s ease-in-out forwards;
          animation: arrowToRight 0.3s ease-in-out forwards;
}

.p-footer__logo-link:focus-visible {
  opacity: 1;
}

.p-footer__logo-link:focus-visible::after {
  background-color: #2bfd2b;
  background-color: var(--green);
}

.p-footer__logo-link:focus-visible img {
  -webkit-animation: none;
          animation: none;
  opacity: 0;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

.p-form__wrap {
  display: block;
  margin-top: 90px;
  margin-top: 5.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.p-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.p-form__label {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  letter-spacing: 0.1em;
}

.p-form__label.is-required span {
  background-color: #ff6a6a;
  background-color: var(--red);
  color: #fff;
  color: var(--white);
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-left: 10px;
  margin-left: 0.625rem;
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
}

.p-form__body {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
}

/* reCAPTCHAのスタイル */
.p-form__recaptcha {
  display: block;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  letter-spacing: 0.25em;
  line-height: 1.7;
  word-break: normal;
  word-break: auto-phrase;
}

.p-form__recaptcha a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: currentColor; /* 初期状態 */
  -webkit-transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
}

/* チェックボックスのスタイル */

.p-form__row-check .wpcf7-checkbox {
  grid-gap: 0.5rem;
  display: grid;
  gap: 8px;
  gap: 0.5rem;
}

.p-form__row-check .wpcf7-list-item {
  margin: 0;
}

.p-form__row-check .wpcf7-list-item label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  background-color: var(--white);
  border: 1px solid #6e6e6e;
  border: 1px solid var(--black);
  border-radius: 0.3125rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 9px;
  padding: 0.5625rem 0.5625rem;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.p-form__row-check .wpcf7-list-item label:has(input:checked) {
  background-color: #6e6e6e;
  background-color: var(--black);
  border-color: #6e6e6e;
  border-color: var(--black);
  color: #fff;
  color: var(--white);
}

.p-form__row-check .wpcf7-list-item input[type=checkbox] {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

.p-form__row-check .wpcf7-list-item input[type=checkbox] + span {
  display: block;
  letter-spacing: 0.1em;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}

.p-form__row-check .wpcf7-list-item input[type=checkbox] + span::before {
  background-color: #fff;
  background-color: var(--white);
  border: 1px solid #6e6e6e;
  border: 1px solid var(--black);
  content: "";
  height: 13px;
  height: 0.8125rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 13px;
  width: 0.8125rem;
}

.p-form__row.p-form__row-check .wpcf7-list-item input[type=checkbox]:checked + span::after {
  border-bottom: 2px solid #6e6e6e;
  border-bottom: 2px solid var(--black);
  border-right: 2px solid #6e6e6e;
  border-right: 2px solid var(--black);
  content: "";
  height: 9px;
  height: 0.5625rem;
  left: 4px;
  left: 0.25rem;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 5px;
  width: 0.3125rem;
}

/* セレクトボックスのスタイル */

.p-form__row-select .p-form__row-select-wrap {
  display: block;
  position: relative;
}

.p-form__row-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-color: var(--white);
  border: 1px solid #6e6e6e;
  border: 1px solid var(--black);
  border-radius: 0.3125rem;
  color: #6e6e6e;
  color: var(--black);
  cursor: pointer;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  letter-spacing: 0.1em;
  padding: 9px 48px 9px 16px;
  padding: 0.5625rem 3rem 0.5625rem 1rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

.p-form__row-select select:focus {
  border-color: #6e6e6e;
  border-color: var(--black);
  outline: none;
}

.p-form__row-select .p-form__row-select-wrap::after {
  border-bottom: 1px solid #6e6e6e;
  border-bottom: 1px solid var(--black);
  border-left: 1px solid #6e6e6e;
  border-left: 1px solid var(--black);
  content: "";
  height: 8px;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 15px;
  top: 0.9375rem;
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
  width: 8px;
  width: 0.5rem;
}

.p-form__row.p-form__row-select {
  gap: 6px;
  gap: 0.375rem;
  margin-top: 42px;
  margin-top: 2.625rem;
}

.p-form__row.p-form__row-name,
.p-form__row.p-form__row-company,
.p-form__row.p-form__row-tel,
.p-form__row.p-form__row-email,
.p-form__row.p-form__row-url,
.p-form__row.p-form__row-message {
  gap: 6px;
  gap: 0.375rem;
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.p-form__row input[type=text],
.p-form__row input[type=tel],
.p-form__row input[type=email],
.p-form__row input[type=url] {
  background-color: #fff;
  background-color: var(--white);
  border: 1px solid #6e6e6e;
  border: 1px solid var(--black);
  border-radius: 0.3125rem;
  color: #6e6e6e;
  color: var(--black);
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 9px 16px;
  padding: 0.5625rem 1rem;
  width: 100%;
}

.p-form__row input[type=text]:focus,
.p-form__row input[type=tel]:focus,
.p-form__row input[type=email]:focus,
.p-form__row input[type=url]:focus {
  border-color: #6e6e6e;
  border-color: var(--black);
  outline: none;
}

/* テキストエリアのスタイル */

.p-form__row-message textarea {
  field-sizing: content;
  background-color: #fff;
  background-color: var(--white);
  border: 1px solid #6e6e6e;
  border: 1px solid var(--black);
  border-radius: 0.5rem;
  color: #6e6e6e;
  color: var(--black);
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  line-height: 1.5;
  min-height: 300px;
  min-height: 18.75rem;
  overflow: auto;
  padding: 9px 16px;
  padding: 0.5625rem 1rem;
  resize: vertical;
  width: 100%;
}

.p-form__row-message textarea:focus {
  border-color: #6e6e6e;
  border-color: var(--black);
  outline: none;
}

/* プライバシーポリシーのチェックボックス */
.p-form__row-privacy {
  margin-top: 51px;
  margin-top: 3.1875rem;
  text-align: center;
}

.p-form__row-privacy .wpcf7-acceptance {
  display: block;
}

.p-form__row-privacy .wpcf7-list-item {
  margin: 0;
}

.p-form__row-privacy .wpcf7-list-item label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
  position: relative;
}

.p-form__row-privacy input[type=checkbox] {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

.p-form__row-privacy input[type=checkbox] + span {
  display: block;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
}

.p-form__row-privacy input[type=checkbox] + span::before {
  background-color: #fff;
  background-color: var(--white);
  border: 1px solid #6e6e6e;
  border: 1px solid var(--black);
  content: "";
  height: 16px;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 16px;
  width: 1rem;
}

.p-form__row-privacy input[type=checkbox]:checked + span::before {
  background-color: #6e6e6e;
  background-color: var(--black);
  border-color: #6e6e6e;
  border-color: var(--black);
}

.p-form__row-privacy input[type=checkbox]:checked + span::after {
  border-bottom: 2px solid #fff;
  border-bottom: 2px solid var(--white);
  border-right: 2px solid #fff;
  border-right: 2px solid var(--white);
  content: "";
  height: 10px;
  height: 0.625rem;
  left: 5px;
  left: 0.3125rem;
  position: absolute;
  top: 1px;
  top: 0.0625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  width: 0.375rem;
}

.p-form__row-privacy a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  color: #6e6e6e;
  color: var(--black);
  text-decoration: underline;
  text-decoration-color: currentColor;
  -webkit-transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
}

/* 送信ボタンのスタイル */
.p-form__row-submit {
  display: block;
  margin-top: 43px;
  margin-top: 2.6875rem;
}

.p-form__submit-btn {
  display: block;
  margin: 0 auto;
  max-width: 360px;
  max-width: 22.5rem;
  position: relative;
  width: 100%;
}

.p-form__submit-btn input[type=submit] {
  background-color: #6e6e6e;
  background-color: var(--black);
  border: none;
  border-radius: 0.3125rem;
  color: #fff;
  color: var(--white);
  cursor: pointer;
  display: block;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  letter-spacing: 1.4em;
  padding: 10px 32px;
  padding: 0.625rem 2rem;
  position: relative;
  text-indent: 1.4em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

/* フォーカスされている要素を明確に示 */
/* 入力デバイスのいずれかにhoverに対応している入力デバイスが含まれる場合に適用 */
/* エラーメッセージのスタイル */
.wpcf7-not-valid-tip {
  margin-top: 0.6em;
}

.wpcf7-response-output {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
}

/* すべてのinput要素に適用 */
input:-webkit-autofill {
  -webkit-text-fill-color: #6e6e6e;
  -webkit-text-fill-color: var(--black);
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.p-header__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 32px;
  width: 2rem;
}

.p-header__logo-link {
  display: block;
}

.p-header__logo-link img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-header__menu-button {
  margin-left: auto;
}

.p-header__menu-button {
  z-index: 1001;
}

.p-header__drawer {
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
  z-index: 1000;
}

.p-header__drawer[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

/* （the_content()で出力したものへのスタイル） */
.p-law {
  padding-bottom: 139px;
  padding-bottom: 8.6875rem;
}

.p-law__wrap {
  margin-top: 74px;
  margin-top: 4.625rem;
}

/* テーブルスタイル */
.p-law table {
  border: none;
  border-collapse: collapse;
  width: 100%;
}

.p-law table th,
.p-law table td {
  border: none;
  border-bottom: 1px solid #999999;
  border-bottom: 1px solid var(--gray2);
  color: #2a2d32;
  color: var(--black2);
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  line-height: 2.5;
  text-align: left;
  vertical-align: top;
}

.p-law table th {
  letter-spacing: 0.05em;
  line-height: 1.4;
  min-width: max(132px, 125px);
  min-width: max(8.25rem, 125px);
  padding: 30px 10px;
  padding: 1.875rem 0.625rem;
}

.p-law table td {
  letter-spacing: 0.15em;
  line-height: 2.5;
  padding: 25.5px 0;
  padding: 1.59375rem 0;
}

.p-member {
  padding-bottom: 325px;
  padding-bottom: 20.3125rem;
}

.p-member__content {
  grid-gap: 2.75rem;
  display: grid;
  gap: 44px;
  gap: 2.75rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 128px;
  margin-top: 8rem;
}

.p-member__list {
  grid-gap: 3.125rem 0.5rem;
  display: grid;
  gap: 50px 8px;
  gap: 3.125rem 0.5rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-member__button {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  padding: 0;
}

.p-member__image {
  border: 1px solid #000;
  border-radius: 0.3125rem;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.p-member__image img {
  -o-object-fit: contain;
  aspect-ratio: 284/350;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-member__image--color {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.p-member__info {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: left;
}

.p-member__title {
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-member__name {
  font-family: bilo, sans-serif;
  font-family: var(--font-bilo);
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-member__attr {
  color: #bdbdbd;
  font-family: bilo, sans-serif;
  font-family: var(--font-bilo);
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  margin-top: 4px;
  margin-top: 0.25rem;
}
.p-member__button:focus-visible .p-member__image {
  border-color: #2bfd2b;
  border-color: var(--green);
}

.p-member__button:focus-visible .p-member__image {
  border-color: #2bfd2b;
  border-color: var(--green);
}

.p-member__button:focus-visible .p-member__image--color {
  opacity: 1;
}

.p-member__button:active .p-member__image {
  border-color: #2bfd2b;
  border-color: var(--green);
}

.p-member__button:active .p-member__image--color {
  opacity: 1;
}

.p-member__button.is-hover .p-member__image {
  border-color: #2bfd2b;
  border-color: var(--green);
}

.p-member__button.is-hover .p-member__image--color {
  opacity: 1;
}

.p-modal {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
  z-index: 8887;
}

.p-modal__body {
  bottom: auto;
  left: 10px;
  left: 0.625rem;
  margin: auto;
  max-width: 540px;
  max-width: 33.75rem;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: 0.625rem;
  top: 30px;
  top: 1.875rem;
}

/* モーダル下の余白 */
.p-modal__body::after {
  content: "";
  display: block;
  height: 30px;
  height: 1.875rem;
  width: 100%;
}

.p-modal__top {
  bottom: auto;
  left: 10px;
  left: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
  max-width: 33.75rem;
  padding-right: 14px;
  padding-right: 0.875rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  position: fixed;
  right: 10px;
  right: 0.625rem;
  text-align: right;
  top: auto;
}

.p-modal__close {
  aspect-ratio: 1/1;
  display: inline-block;
  height: auto;
  pointer-events: all;
  position: relative;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 34px;
  width: 2.125rem;
}

.p-modal__close::before,
.p-modal__close::after {
  background-color: #6e6e6e;
  background-color: var(--black);
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 100%;
}

.p-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.p-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-modal__container {
  background: #fff;
  background: var(--white);
  border-radius: 0.3125rem;
  padding: 35px 16px;
  padding: 2.1875rem 1rem;
  pointer-events: all;
}

.p-modal__image-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 218px;
  width: 13.625rem;
}

.p-modal__image {
  border: 1px solid #000;
  border-radius: 0.3125rem;
  overflow: hidden;
}

.p-modal__image img {
  -o-object-fit: contain;
  aspect-ratio: 414/512;
  max-height: calc(100vh - 19.8125rem);
     object-fit: contain;
}

.p-modal__info {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.p-modal__info-head {
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
}

.p-modal__title {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-modal__name {
  font-family: bilo, sans-serif;
  font-family: var(--font-bilo);
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
}

.p-modal__attr {
  color: #bdbdbd;
  font-family: bilo, sans-serif;
  font-family: var(--font-bilo);
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.p-modal__sns:has(.p-sns-items) {
  margin-left: -6px;
  margin-left: -0.375rem;
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-modal__description {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  line-height: 2.6;
  margin-top: 28px;
  margin-top: 1.75rem;
}

/* is-show */
.is-show {
  opacity: 1;
  /* モーダル表示用クラス */
  visibility: visible;
}
.p-modal__close:focus-visible {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-modal__close:focus-visible::before,
.p-modal__close:focus-visible::after {
  background-color: #2bfd2b;
  background-color: var(--green);
}

.p-modal__close:active {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-modal__close:active::before,
.p-modal__close:active::after {
  background-color: #2bfd2b;
  background-color: var(--green);
}

.p-news-items__post {
  border-bottom: 1px solid #d9d9d9;
}

.p-news-items__link {
  color: #6e6e6e;
  display: block;
  padding: 28px 0 11px;
  padding: 1.75rem 0 0.6875rem;
}

.p-news-items__date {
  color: rgb(163, 163, 163);
  font-family: bilo, sans-serif;
  font-family: var(--font-bilo);
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 300;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

.p-news-items__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.1142857143em;
  line-height: 1.5;
  margin-top: 6px;
  margin-top: 0.375rem;
  overflow: hidden;
}

.p-news-items__pagenavi {
  margin-top: 14px;
  margin-top: 0.875rem;
}
.p-news-items__link:focus-visible {
  opacity: 1;
}

.p-news-items__link:active {
  opacity: 1;
}

.p-news {
  padding-bottom: 290px;
  padding-bottom: 18.125rem;
}

.p-news__items {
  margin-top: 114px;
  margin-top: 7.125rem;
}

.p-pagenavi {
  font-family: bilo, sans-serif;
  font-family: var(--font-bilo);
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
}

.p-pagenavi .c-button {
  font-size: 0;
  width: auto;
}

.p-pagenavi .c-button::before,
.p-pagenavi .c-button::after {
  content: none;
}

.nav-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.page-numbers {
  padding: 10px 5px;
  padding: 0.625rem 0.3125rem;
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
  position: relative;
}

.page-numbers::after {
  background-color: #2bfd2b;
  background-color: var(--green);
  bottom: 12px;
  bottom: 0.75rem;
  content: "";
  height: 2px;
  height: 0.125rem;
  left: 5px;
  left: 0.3125rem;
  position: absolute;
  right: 5px;
  right: 0.3125rem;
  top: auto;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -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;
}

.page-numbers.current::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.prev {
  left: 0;
  position: absolute;
}

.next {
  position: absolute;
  right: 0;
}
.page-numbers:not(.dots):focus-visible {
  opacity: 1;
}

.page-numbers:not(.dots):not(.prev):not(.next):focus-visible::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.page-numbers:not(.dots):active {
  opacity: 1;
}

.page-numbers:not(.dots):not(.prev):not(.next):active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

/* （the_content()で出力したものへのスタイル） */
.p-privacy-policy {
  padding-bottom: 203px;
  padding-bottom: 12.6875rem;
}

.p-privacy-policy__wrap {
  margin-top: 169px;
  margin-top: 10.5625rem;
}

.p-privacy-policy h2 {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.8333333333;
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-privacy-policy h3 {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-top: 26px;
  margin-top: 1.625rem;
}

.p-privacy-policy h2 > p {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-privacy-policy p {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.8333333333;
}

.p-privacy-policy h2:nth-of-type(n + 2) {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-privacy-policy figure:nth-child(n+2) {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.p-privacy-policy img {
  width: auto;
}

.p-privacy-policy iframe {
  -o-object-fit: cover;
  aspect-ratio: 16/9;
  height: auto;
     object-fit: cover;
  width: 100%;
  width: 100%;
}

.p-privacy-policy ul {
  margin-top: 0;
  padding-left: 3px;
  padding-left: 0.1875rem;
}

.p-privacy-policy ul > li {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.8333333333;
  padding-left: 1em;
  text-indent: -1em;
}

.p-privacy-policy ul > li::before {
  content: "・";
}

.p-privacy-policy ul > li ol {
  counter-reset: number 0;
}

.p-privacy-policy ul > li ol > li {
  padding-left: 2em;
  text-indent: -2em;
}

.p-privacy-policy ul > li ol > li::before {
  content: "(" counter(number) ") ";
  counter-increment: number 1;
}

/* （the_content()で出力したものへのスタイル） */
.p-recruit-content {
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
}

.p-recruit-content__wrap {
  margin-top: 130px;
  margin-top: 8.125rem;
}

.p-recruit-content__bg {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
  padding-top: 46px;
  padding-top: 2.875rem;
}

.p-recruit-content .p-recruit-content__bg p {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.1;
}

.p-recruit-content .p-recruit-content__bg p:nth-child(2) {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-recruit-content .p-recruit-content__flex {
  gap: 24px;
  gap: 1.5rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-top: 6.25rem;
}

.p-recruit-content .p-recruit-content__flex p {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.1;
}

.p-recruit-content .p-recruit-content__flex a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-transition: text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out;
}

.p-recruit-content h2 {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
}

.p-recruit-content h3 {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-top: 26px;
  margin-top: 1.625rem;
}

.p-recruit-content h3 ~ h3 {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-recruit-content p {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  line-height: 2.1;
}

.p-recruit-content h2:nth-of-type(n + 2) {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-recruit-content figure:nth-child(n+2) {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.p-recruit-content img {
  width: auto;
}

.p-recruit-content iframe {
  -o-object-fit: cover;
  aspect-ratio: 16/9;
  height: auto;
     object-fit: cover;
  width: 100%;
  width: 100%;
}

.p-recruit-content ul {
  margin-top: 11px;
  margin-top: 0.6875rem;
  padding-left: 17px;
  padding-left: 1.0625rem;
}

.p-recruit-content ul > li {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}

.p-recruit-content ul > li::before {
  content: "・";
}

.p-recruit-content ul > li ol {
  counter-reset: number 0;
}

.p-recruit-content ul > li ol > li {
  padding-left: 2em;
  text-indent: -2em;
}

.p-recruit-content ul > li ol > li::before {
  content: "(" counter(number) ") ";
  counter-increment: number 1;
}

.p-recruit-content__button {
  margin-top: 48px;
  margin-top: 3rem;
  text-align: right;
}

.p-recruit-content a {
  word-wrap: break-word;
  word-wrap: break-word;
}

.p-recruit-content cite {
  font-style: normal;
}
.p-recruit-content a:focus-visible {
  opacity: 1;
  text-decoration-color: transparent;
}

.p-recruit-content a:active {
  opacity: 1;
  text-decoration-color: transparent;
}

.p-single-works {
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
}

.p-single-works__inner {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-single-works__thumbnail {
  aspect-ratio: 393/699;
  max-height: calc(100dvh - 3.75rem);
  width: 100%;
}

.p-single-works__thumbnail img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-single-works__title {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  line-height: 1.5;
}

.p-single-works__meta {
  grid-gap: 1rem;
  display: grid;
  gap: 16px;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 42px;
  margin-top: 2.625rem;
}

.p-single-works__meta-list {
  grid-row-gap: 1.1875rem;
  display: grid;
  grid-template-columns: 4.125rem 1fr;
  row-gap: 19px;
  row-gap: 1.1875rem;
}

.p-single-works__meta-title {
  font-family: bilo, sans-serif;
  font-family: var(--font-bilo);
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
}

.p-single-works__meta-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  gap: 8px;
  gap: 0.5rem;
  line-height: 1.8;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.p-single-works__meta-detail:has(.p-single-works__works-cat) {
  gap: 9px;
  gap: 0.5625rem;
  margin-left: -8px;
  margin-left: -0.5rem;
}

.p-single-works__works-cat {
  border: 1px solid;
  border-radius: 100vh;
  display: block;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  line-height: 1;
  padding: 3px 12px 1px;
  padding: 0.1875rem 0.75rem 0.0625rem;
}

.p-single-works__content {
  margin-top: 82px;
  margin-top: 5.125rem;
}

.p-single-works__related {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-single-works__related-content {
  grid-gap: 0.875rem 0.6875rem;
  display: grid;
  gap: 14px 11px;
  gap: 0.875rem 0.6875rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-single-works__related-link {
  display: block;
}

.p-single-works__related-thumbnail {
  aspect-ratio: 376/252;
  overflow: hidden;
}

.p-single-works__related-thumbnail img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  -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;
  width: 100%;
}

.p-single-works__related-item-content {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-single-works .p-single-works__related-item-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #252525;
  display: -webkit-box;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  line-height: 1.8;
  overflow: hidden;
}

.p-single-works__back {
  margin-top: 83px;
  margin-top: 5.1875rem;
  text-align: center;
  text-transform: lowercase;
}
.p-single-works__related-link:focus-visible {
  opacity: 1;
}

.p-single-works__related-link:focus-visible .p-single-works__related-thumbnail img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.p-single-works__related-link:active {
  opacity: 1;
}

.p-single-works__related-link:active .p-single-works__related-thumbnail img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.p-single {
  padding-bottom: 123px;
  padding-bottom: 7.6875rem;
  padding-top: 92px;
  padding-top: 5.75rem;
}

.p-single__head {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.p-single__date {
  color: rgb(163, 163, 163);
  font-family: bilo, sans-serif;
  font-family: var(--font-bilo);
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.p-single__title {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 500;
  line-height: 1.6666666667;
}

.p-single__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 8px;
  gap: 0.375rem 0.5rem;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.p-single__category-link {
  border: 1px solid #6e6e6e;
  border: 1px solid var(--black);
  border-radius: 100vh;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  line-height: 1;
  padding: 3px 23px;
  padding: 0.1875rem 1.4375rem;
  text-transform: lowercase;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.p-single__content {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-single__back {
  margin-top: 83px;
  margin-top: 5.1875rem;
  text-align: center;
  text-transform: lowercase;
}
.p-single__category-link:focus-visible {
  background-color: #6e6e6e;
  background-color: var(--black);
  color: #fff;
  color: var(--white);
  opacity: 1;
}

.p-single__category-link:active {
  background-color: #6e6e6e;
  background-color: var(--black);
  color: #fff;
  color: var(--white);
  opacity: 1;
}

.p-sns-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  gap: 1.0625rem;
}

.p-sns-items__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 5px;
  padding-left: 0.3125rem;
}

.p-sns-items__item--youtube {
  width: 20px;
  width: 1.25rem;
}

.p-sns-items__item--instagram {
  width: 18px;
  width: 1.125rem;
}

.p-sns-items__item--x {
  width: 19px;
  width: 1.1875rem;
}

.p-sns-items__item--threads {
  width: 14px;
  width: 0.875rem;
}

.p-sns-items__link {
  display: block;
}

.p-top-business {
  overflow: hidden;
}

.p-top-business__content {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-top-business__items {
  grid-gap: 0.9375rem;
  display: grid;
  gap: 15px;
  gap: 0.9375rem;
}

.p-top-business__link {
  display: block;
  position: relative;
}

.p-top-business__frame {
  aspect-ratio: 1180/321;
  border: 1px solid #6e6e6e;
  border-radius: 0.3125rem;
  position: relative;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.p-top-business__image {
  aspect-ratio: 1180/321;
  border: 2px solid transparent;
  border-radius: 0.3125rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.p-top-business__image::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.p-top-business__image img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  -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;
  width: 100%;
}

.p-top-business__title {
  left: 50%;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  z-index: 1;
}

.p-top-business__en-title {
  font-family: bilo, sans-serif;
  font-family: var(--font-bilo);
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
  font-weight: 400;
  white-space: nowrap;
}

.p-top-business__ja-title {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-top-business__message {
  margin-top: 205px;
  margin-top: 12.8125rem;
  text-align: center;
}

.p-top-business__message-text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
}

.p-top-business__consult {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.p-top-business__link:focus-visible {
  opacity: 1;
}

.p-top-business__link:focus-visible .p-top-business__frame,
.p-top-business__link:focus-visible .p-top-business__image {
  border-color: #2bfd2b;
  border-color: var(--green);
}

.p-top-business__link:focus-visible .p-top-business__image::after {
  background-color: rgba(0, 0, 0, 0.25);
}

.p-top-business__link:focus-visible .p-top-business__image img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.p-top-business__link:focus-visible .p-top-business__title {
  color: #2bfd2b;
  color: var(--green);
}

.p-top-business__link:active {
  opacity: 1;
}

.p-top-business__link:active .p-top-business__frame,
.p-top-business__link:active .p-top-business__image {
  border-color: #2bfd2b;
  border-color: var(--green);
}

.p-top-business__link:active .p-top-business__image::after {
  background-color: rgba(0, 0, 0, 0.25);
}

.p-top-business__link:active .p-top-business__image img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.p-top-business__link:active .p-top-business__title {
  color: #2bfd2b;
  color: var(--green);
}

.p-top-journal__content {
  margin-top: 52px;
  margin-top: 3.25rem;
}

.p-top-journal__post:nth-child(2) {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-top-journal__post:nth-child(n+3) {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-top-journal__link {
  display: block;
}

.p-top-journal__post:nth-child(n+2) .p-top-journal__link {
  grid-gap: 0.875rem;
  display: grid;
  gap: 14px;
  gap: 0.875rem;
  grid-template-columns: 8.875rem 1fr;
}

.p-top-journal__thumbnail {
  border: 2px solid transparent;
  border-radius: 0.3125rem;
  overflow: hidden;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.p-top-journal__thumbnail img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-top-journal__post:nth-child(1) .p-top-journal__thumbnail {
  aspect-ratio: 374/190;
}

.p-top-journal__post:nth-child(n+2) .p-top-journal__thumbnail {
  aspect-ratio: 142/80;
}

.p-top-journal__texts {
  color: #6e6e6e;
}

.p-top-journal__post:nth-child(1) .p-top-journal__texts {
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-left: 6px;
  padding-left: 0.375rem;
  padding-right: 6px;
  padding-right: 0.375rem;
}

.p-top-journal__post:nth-child(n+2) .p-top-journal__texts {
  padding-top: 10px;
  padding-top: 0.625rem;
}

.p-top-journal__post:nth-child(1) .p-top-journal__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.1714285714em;
  line-height: 1.6428571429;
  overflow: hidden;
}

.p-top-journal__post:nth-child(n+2) .p-top-journal__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0.1333333333em;
  line-height: 1.6666666667;
  overflow: hidden;
}

.p-top-journal__date {
  color: rgb(163, 163, 163);
  font-family: bilo, sans-serif;
  font-family: var(--font-bilo);
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
}

.p-top-journal__post:nth-child(1) .p-top-journal__date {
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.p-top-journal__post:nth-child(n+2) .p-top-journal__date {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-top-journal__button {
  margin-top: 59px;
  margin-top: 3.6875rem;
  text-align: right;
}
.p-top-journal__link:focus-visible {
  opacity: 1;
}

.p-top-journal__link:focus-visible .p-top-journal__thumbnail {
  border-color: #2bfd2b;
  border-color: var(--green);
}

.p-top-journal__link:active {
  opacity: 1;
}

.p-top-journal__link:active .p-top-journal__thumbnail {
  border-color: #2bfd2b;
  border-color: var(--green);
}

.p-top-mv__video {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  opacity: 0.99;
  width: 100%;
}

.p-top-news {
  padding-bottom: 160px;
  padding-bottom: 10rem;
}

.p-top-news__button {
  margin-top: 44px;
  margin-top: 2.75rem;
  text-align: right;
}

.p-top-works__content {
  margin-top: 48px;
  margin-top: 3rem;
}

/* 横長が3つ続いたら4, 5, 6件目は非表示にする */
.p-top-works__items .p-works-items__post--wide + .p-works-items__post--wide + .p-works-items__post--wide + .p-works-items__post,
.p-top-works__items .p-works-items__post--wide + .p-works-items__post--wide + .p-works-items__post--wide + .p-works-items__post + .p-works-items__post,
.p-top-works__items .p-works-items__post--wide + .p-works-items__post--wide + .p-works-items__post--wide + .p-works-items__post + .p-works-items__post + .p-works-items__post {
  display: none;
}

/* 横、縦、縦、縦、縦、... */
.p-top-works__items .p-works-items__post--wide + .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post {
  display: none;
}

/* 縦、縦、横、縦、縦、... */
.p-top-works__items .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post--wide + .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post {
  display: none;
}

/* 縦、縦、縦、縦、横、... */
.p-top-works__items .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post--wide + .p-works-items__post {
  display: none;
}

/*  縦、縦、横、横、... */
.p-top-works__items .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post--wide + .p-works-items__post--wide + .p-works-items__post,
.p-top-works__items .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post--wide + .p-works-items__post--wide + .p-works-items__post + .p-works-items__post {
  display: none;
}

/*  横、縦、縦、横、... */
.p-top-works__items .p-works-items__post--wide + .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post--wide + .p-works-items__post,
.p-top-works__items .p-works-items__post--wide + .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post--wide + .p-works-items__post + .p-works-items__post {
  display: none;
}

/*  横、横、縦、縦、... */
.p-top-works__items .p-works-items__post--wide + .p-works-items__post--wide + .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post,
.p-top-works__items .p-works-items__post--wide + .p-works-items__post--wide + .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post:not(.p-works-items__post--wide) + .p-works-items__post + .p-works-items__post {
  display: none;
}

.p-top-works__button {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: right;
}

/* 
管理画面から追加したクラスに当てるスタイル
・フォントサイズは小さめ
└ h2のみ大きめ
・ブロックの最大幅指定
*/

.p-works-info h2 {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2.5;
}

.p-works-info h4 {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  line-height: 3.3333333333;
}

.p-works-info p {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  line-height: 2.1;
}

.p-works-info .p-works-info__role {
  color: #818181;
  font-family: bilo, sans-serif;
  font-family: var(--font-bilo);
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
}

.p-works-info .p-works-info__name:nth-child(n+2) {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  margin-top: 0;
}

.p-works-info strong.p-works-info__name {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
}

.p-works-info .p-works-info__label {
  color: #818181;
}

.p-works-info .p-works-info__id:nth-child(n+2) {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  margin-top: 0;
}

.p-works-items {
  grid-gap: 1.125rem;
  display: grid;
  gap: 18px;
  gap: 1.125rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-works-items__link {
  display: block;
  position: relative;
}

.p-works-items__thumbnail {
  aspect-ratio: 373/432;
  aspect-ratio: 373/408;
  border: 2px solid transparent;
  border-radius: 0.3125rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.p-works-items__thumbnail::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.p-works-items__thumbnail img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
     object-fit: cover;
  -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;
  width: 100%;
}

.p-works-items__terms {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  left: 10px;
  left: 0.625rem;
  position: absolute;
  top: 14px;
  top: 0.875rem;
}

.p-works-items__term {
  border: 1px solid;
  border-radius: 100vh;
  color: #fff;
  color: var(--white);
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  line-height: 1;
  padding: 4px 21px;
  padding: 0.25rem 1.3125rem;
}

.p-works-items__title {
  color: #6e6e6e;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  margin-top: 6px;
  margin-top: 0.375rem;
}
.p-works-items__link:focus-visible {
  opacity: 1;
}

.p-works-items__link:focus-visible .p-works-items__thumbnail {
  border-color: #2bfd2b;
  border-color: var(--green);
}

.p-works-items__link:focus-visible .p-works-items__thumbnail::after {
  background-color: rgba(0, 0, 0, 0.25);
}

.p-works-items__link:focus-visible .p-works-items__thumbnail img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.p-works-items__link:active {
  opacity: 1;
}

.p-works-items__link:active .p-works-items__thumbnail {
  border-color: #2bfd2b;
  border-color: var(--green);
}

.p-works-items__link:active .p-works-items__thumbnail::after {
  background-color: rgba(0, 0, 0, 0.25);
}

.p-works-items__link:active .p-works-items__thumbnail img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.p-works {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}

.p-works__content {
  margin-top: 69px;
  margin-top: 4.3125rem;
}

.p-works__search-heading {
  font-family: bilo, sans-serif;
  font-family: var(--font-bilo);
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
}

.p-works__search {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-works__search-input {
  border-bottom: 1px solid #6e6e6e;
  border-bottom: 1px solid var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-works__search-input input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4px 4px 2px;
  padding: 0.25rem 0.25rem 0.125rem;
}

.p-works__search-input button {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  width: 40px;
  width: 2.5rem;
}

.p-works__search-input img {
  width: 16px;
  width: 1rem;
}

.p-works__terms-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 14px;
  gap: 0.375rem 0.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-works__term {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.p-works__term input[type=checkbox] + span {
  border: 1px solid #6e6e6e;
  border: 1px solid var(--black);
  border-radius: 100vh;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  line-height: 1;
  padding: 3px 15px;
  padding: 0.1875rem 0.9375rem;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.p-works__term input[type=checkbox]:checked + span {
  background-color: #6e6e6e;
  background-color: var(--black);
  color: #fff;
  color: var(--white);
  padding-right: 8px;
  padding-right: 0.5rem;
}

.p-works__term input[type=checkbox]:checked + span::after {
  content: "　×";
}

.p-works__container {
  margin-top: 114px;
  margin-top: 7.125rem;
}
.p-works__term input[type=checkbox] + span:focus-visible {
  background-color: #6e6e6e;
  background-color: var(--black);
  color: #fff;
  color: var(--white);
}

.p-works__term input[type=checkbox] + span:active {
  background-color: #6e6e6e;
  background-color: var(--black);
  color: #fff;
  color: var(--white);
}

div:has(> img.u-no-image),
figure:has(> img.u-no-image) {
  border: 1px solid #999999;
  border: 1px solid var(--gray2);
}

img.u-no-image {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10% 20%;
}

.u-pc {
  display: none;
}

.u-text-slide-in {
  --scalex: 0%;
  --origin: left;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  overflow: hidden;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  position: relative;
}

.u-text-slide-in::after {
  background-color: #2bfd2b;
  background-color: var(--green);
  bottom: 5px;
  bottom: 0.3125rem;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  -webkit-transform: scaleX(var(--scalex));
          transform: scaleX(var(--scalex));
  -webkit-transform-origin: var(--origin);
          transform-origin: var(--origin);
  width: 100%;
}

.u-text-slide-in span {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

a.is-hover .u-underline {
  --bottom: 0;
  --delay: 0s;
  -webkit-animation: contract 0.3s forwards;
          animation: contract 0.3s forwards;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2bfd2b), to(#2bfd2b));
  background-image: linear-gradient(#2bfd2b, #2bfd2b);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--green)), to(var(--green)));
  background-image: linear-gradient(var(--green), var(--green));
  background-repeat: no-repeat;
  background-size: 0% 2px;
}

.u-underline--en {
  --bottom: 3px;
  --bottom: 0.1875rem;
}

.u-underline--delay {
  --delay: 0.15s;
}

@-webkit-keyframes expand {
  0% {
    background-position: bottom var(--bottom) left;
    background-size: 0% 2px;
  }
  100% {
    background-position: bottom var(--bottom) left;
    background-size: 100% 2px;
  }
}

@keyframes expand {
  0% {
    background-position: bottom var(--bottom) left;
    background-size: 0% 2px;
  }
  100% {
    background-position: bottom var(--bottom) left;
    background-size: 100% 2px;
  }
}
@-webkit-keyframes contract {
  0% {
    background-position: bottom var(--bottom) right;
    background-size: 100% 2px;
  }
  100% {
    background-position: bottom var(--bottom) right;
    background-size: 0% 2px;
  }
}
@keyframes contract {
  0% {
    background-position: bottom var(--bottom) right;
    background-size: 100% 2px;
  }
  100% {
    background-position: bottom var(--bottom) right;
    background-size: 0% 2px;
  }
}
a:focus-visible:has(.u-underline) {
  opacity: 1;
}

a.is-hover:focus-visible:has(.u-underline) .u-underline {
  -webkit-animation: expand 0.3s var(--delay) forwards;
          animation: expand 0.3s var(--delay) forwards;
}

a:active:has(.u-underline) {
  opacity: 1;
}

a.is-hover:active:has(.u-underline) .u-underline {
  -webkit-animation: expand 0.3s var(--delay) forwards;
          animation: expand 0.3s var(--delay) forwards;
}

@media (max-width: 393px){
  html {
    font-size: 4.0712468193vw;
  }
}

@media screen and (min-width: 600px){
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px){
  html {
    font-size: 1.3029315961vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  :root {
    --header-height: 64px;
    --header-height: 4rem;
  }
  .l-about-business {
    margin-top: 292px;
    margin-top: 18.25rem;
  }
  .l-about-case {
    margin-top: 139px;
    margin-top: 8.6875rem;
  }
  .l-about-ceo {
    margin-top: 246px;
    margin-top: 15.375rem;
  }
  .l-about-clients {
    margin-top: 209px;
    margin-top: 13.0625rem;
  }
  .l-about-company {
    margin-top: 220px;
    margin-top: 13.75rem;
  }
  .l-about-recruit {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
  .l-about {
    margin-top: 380px;
    margin-top: 23.75rem;
  }
  .l-inner {
    max-width: 1228px;
    max-width: 76.75rem;
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
  }
  .l-top-business {
    margin-top: 164px;
    margin-top: 10.25rem;
  }
  .l-top-clients {
    margin-top: 168px;
    margin-top: 10.5rem;
  }
  .l-top-journal {
    margin-top: 318px;
    margin-top: 19.875rem;
  }
  .l-top-news {
    margin-top: 190px;
    margin-top: 11.875rem;
  }
  .l-top-works {
    margin-top: 282px;
    margin-top: 17.625rem;
  }
  .c-button {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    gap: 52px;
    gap: 3.25rem;
    min-width: 160px;
    min-width: 10rem;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
    padding-top: 8px;
    padding-top: 0.5rem;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .c-button__arrow {
    width: 16px;
    width: 1rem;
  }
  .c-button--contact1 {
    font-size: max(50px, 10px);
    font-size: max(3.125rem, 10px);
    font-weight: 500;
    gap: 48px;
    gap: 3rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .c-button--contact2 {
    font-size: max(50px, 10px);
    font-size: max(3.125rem, 10px);
    font-weight: 500;
    gap: 45px;
    gap: 2.8125rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .c-button--contact1 .c-button__arrow {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
    width: 28px;
    width: 1.75rem;
  }
  .c-button--contact2 .c-button__arrow {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
    width: 28px;
    width: 1.75rem;
  }
  .c-heading {
    font-size: max(50px, 10px);
    font-size: max(3.125rem, 10px);
    padding-left: 4px;
    padding-left: 0.25rem;
    padding-right: 4px;
    padding-right: 0.25rem;
  }
  .c-menu-button {
    width: 93px;
    width: 5.8125rem;
  }
  .c-menu-button span {
    width: 41px;
    width: 2.5625rem;
  }
  .c-no-post {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .c-page-title {
    font-size: max(64px, 10px);
    font-size: max(4rem, 10px);
    padding-top: 190px;
    padding-top: 11.875rem;
  }
  .c-page-title.c-page-title--law {
    font-size: max(40px, 10px);
    font-size: max(2.5rem, 10px);
    padding-top: 208px;
    padding-top: 13rem;
  }
  .c-text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-404 {
    padding-bottom: 150px;
    padding-bottom: 9.375rem;
  }
  .p-404__wrap {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-404__img {
    max-width: 400px;
    max-width: 25rem;
    width: 100%;
  }
  .p-404__text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.5625;
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-404__button {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-about-business__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-about-business__list {
    gap: 26px;
    gap: 1.625rem;
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
    margin-top: 37px;
    margin-top: 2.3125rem;
    max-width: 1104px;
    max-width: 69rem;
  }
  .p-about-business__item {
    min-height: 310px;
    min-height: 19.375rem;
  }
  .p-about-business__item-title {
    font-size: max(48px, 10px);
    font-size: max(3rem, 10px);
  }
  .p-about-business__item-desc {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
  .p-about-business__service-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(10px, -478.896px + 44.44vw, 90px);
    gap: clamp(0.625rem, -29.931rem + 44.44vw, 5.625rem);
    margin-left: auto;
    margin-right: auto;
    margin-top: 81px;
    margin-top: 5.0625rem;
    max-width: 1104px;
    max-width: 69rem;
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
  }
  .p-about-business__service-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  .p-about-business__service-title {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    padding-left: 5px;
    padding-left: 0.3125rem;
  }
  .p-about-business__service-content {
    margin-top: 25px;
    margin-top: 1.5625rem;
    padding-left: 2px;
    padding-left: 0.125rem;
  }
  .p-about-business__service-content-item {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 2.3571428571;
  }
  .p-about-business__service-content-item::before {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 2.3571428571;
  }
  .p-about-case__list {
    gap: 31px;
    gap: 1.9375rem;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-about-case__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    gap: 2.5rem;
  }
  .p-about-case__image {
    width: 46.2711864407%;
  }
  .p-about-case__image img {
    aspect-ratio: 546/330;
  }
  .p-about-case__body {
    margin-top: 0;
    padding-top: 25px;
    padding-top: 1.5625rem;
    width: 50.6779661017%;
  }
  .p-about-case__title {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    line-height: 1.25;
  }
  .p-about-case__description {
    margin-top: 35px;
    margin-top: 2.1875rem;
  }
  .p-about-case__description-item {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    line-height: 2;
  }
  .p-about-case__button {
    margin-top: auto;
  }
  .p-about-case__button .c-button {
    gap: 23px;
    gap: 1.4375rem;
  }
  .p-about-ceo__inner.l-inner {
    max-width: 1088px;
    max-width: 68rem;
  }
  .p-about-ceo__content {
    grid-gap: 4.9375rem;
    display: grid;
    gap: 79px;
    gap: 4.9375rem;
    grid-template-columns: 412fr 545fr;
  }
  .p-about-ceo__wrap {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    max-width: 100%;
  }
  .p-about-ceo__image img {
    aspect-ratio: 414/510;
  }
  .p-about-ceo__info {
    margin-top: -27px;
    margin-top: -1.6875rem;
  }
  .p-about-ceo__info-head {
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
  }
  .p-about-ceo__title {
    font-size: max(36px, 10px);
    font-size: max(2.25rem, 10px);
  }
  .p-about-ceo__name {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    margin-top: -3px;
    margin-top: -0.1875rem;
  }
  .p-about-ceo__attr {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    margin-top: 26px;
    margin-top: 1.625rem;
  }
  .p-about-ceo__sns {
    margin-left: 0;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-about-ceo__description {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.8571428571;
    margin-top: 70px;
    margin-top: 4.375rem;
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
  }
  .p-about-company {
    padding-bottom: 336px;
    padding-bottom: 21rem;
  }
  .p-about-company__inner.l-inner {
    max-width: 1114px;
    max-width: 69.625rem;
  }
  .p-about-company__list {
    gap: 36px;
    gap: 2.25rem;
  }
  .p-about-company__item {
    gap: 45px;
    gap: 2.8125rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 17px;
    padding-bottom: 1.0625rem;
  }
  .p-about-company__item.p-about-company__item--business {
    padding-bottom: 17px;
    padding-bottom: 1.0625rem;
  }
  .p-about-company__term {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.5625;
    margin-bottom: 0;
    min-width: 300px;
    min-width: 18.75rem;
    padding-left: 45px;
    padding-left: 2.8125rem;
  }
  .p-about-company__description {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.5625;
    width: 100%;
  }
  .p-about-company__description.p-about-company__description--business {
    line-height: 1.8125;
  }
  .p-about-recruit__header {
    gap: 9px;
    gap: 0.5625rem;
  }
  .p-about-recruit__sub-heading {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 2.1428571429;
  }
  .p-about-recruit__text-wrap {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-top: 3.75rem;
    max-width: 1033px;
    max-width: 64.5625rem;
  }
  .p-about-recruit__text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 2.3571428571;
  }
  .p-about-recruit__trouble-wrap {
    margin-top: 273px;
    margin-top: 17.0625rem;
  }
  .p-about-recruit__trouble:not(:first-child) {
    margin-top: 101px;
    margin-top: 6.3125rem;
  }
  .p-about-recruit__trouble-title {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    line-height: 1.25;
  }
  .p-about-recruit__trouble-list {
    grid-gap: 0.625rem;
    display: grid;
    gap: 10px;
    gap: 0.625rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-about-recruit__trouble:not(:first-child) .p-about-recruit__trouble-list {
    gap: 10px;
    gap: 0.625rem;
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-about-recruit__trouble-item {
    padding: 36px 24px 9px;
    padding: 2.25rem 1.5rem 0.5625rem;
  }
  .p-about-recruit__trouble:not(:first-child) .p-about-recruit__trouble-item {
    min-height: 0;
    min-height: initial;
  }
  .p-about-recruit__trouble-text {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    line-height: 1.6666666667;
  }
  .p-about-recruit__trouble-image[data-icon=icon01] {
    max-width: 286px;
    max-width: 17.875rem;
    padding-top: 7px;
    padding-top: 0.4375rem;
  }
  .p-about-recruit__trouble-image[data-icon=icon01] + .p-about-recruit__trouble-item-text {
    margin-top: 35px;
    margin-top: 2.1875rem;
  }
  .p-about-recruit__trouble-image[data-icon=icon02] {
    margin-top: -5px;
    margin-top: -0.3125rem;
    max-width: 193px;
    max-width: 12.0625rem;
    padding-top: 0;
  }
  .p-about-recruit__trouble-image[data-icon=icon02] + .p-about-recruit__trouble-item-text {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .p-about-recruit__trouble-image[data-icon=icon03] {
    padding-top: 18px;
    padding-top: 1.125rem;
  }
  .p-about-recruit__trouble-image[data-icon=icon03] + .p-about-recruit__trouble-item-text {
    margin-top: 35px;
    margin-top: 2.1875rem;
  }
  .p-about-recruit__trouble-image[data-icon=icon04] {
    max-width: 261px;
    max-width: 16.3125rem;
    padding-top: 6px;
    padding-top: 0.375rem;
  }
  .p-about-recruit__trouble-image[data-icon=icon04] + .p-about-recruit__trouble-item-text {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-about-recruit__trouble-image[data-icon=icon05] {
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .p-about-recruit__trouble-image[data-icon=icon05] + .p-about-recruit__trouble-item-text {
    margin-top: 37px;
    margin-top: 2.3125rem;
  }
  .p-about-recruit__trouble-image[data-icon=icon06] {
    padding-top: 6px;
    padding-top: 0.375rem;
  }
  .p-about-recruit__trouble-image[data-icon=icon06] + .p-about-recruit__trouble-item-text {
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
  .p-about-recruit__trouble-item-text {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    line-height: 1.6666666667;
  }
  .p-about-recruit__concept {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-about-recruit__concept-image {
    max-width: 490px;
    max-width: 30.625rem;
  }
  .p-about-recruit__concept-box {
    margin-top: 97px;
    margin-top: 6.0625rem;
  }
  .p-about-recruit__concept-lead {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    line-height: 1.25;
  }
  .p-about-recruit__concept-lead:last-child {
    margin-top: 29px;
    margin-top: 1.8125rem;
  }
  .p-about-recruit__concept-main {
    font-size: max(52px, 10px);
    font-size: max(3.25rem, 10px);
    line-height: 1.1538461538;
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .p-about-recruit__feature {
    margin-top: 63px;
    margin-top: 3.9375rem;
  }
  .p-about-recruit__feature-inner {
    margin-right: 0;
    padding-right: 0;
  }
  .p-about-recruit__feature-list {
    gap: 8px;
    gap: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1148px;
    max-width: 71.75rem;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
    padding-bottom: 0;
  }
  .p-about-recruit__feature-item {
    max-width: 280px;
    max-width: 17.5rem;
  }
  .p-about-recruit__feature-item::after {
    height: 226px;
    height: 14.125rem;
    top: 145px;
    top: 9.0625rem;
    width: 226px;
    width: 14.125rem;
  }
  .p-about-recruit__feature-image[data-icon=icon07] {
    max-width: 100%;
    top: 0;
  }
  .p-about-recruit__feature-image[data-icon=icon08] {
    max-width: 100%;
    top: 0;
  }
  .p-about-recruit__feature-image[data-icon=icon09] {
    max-width: 100%;
    top: 0;
  }
  .p-about-recruit__feature-body {
    margin-top: 38px;
    margin-top: 2.375rem;
    padding: 0 15px 48px;
    padding: 0 0.9375rem 3rem;
  }
  .p-about-recruit__feature-title {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    line-height: 1.5;
  }
  .p-about-recruit__feature-text {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    line-height: 1.6666666667;
    margin-top: 31px;
    margin-top: 1.9375rem;
  }
  .p-about-recruit__message {
    margin-top: 119px;
    margin-top: 7.4375rem;
  }
  .p-about-recruit__message-text {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    line-height: 1.25;
    text-indent: 30px;
    text-indent: 1.875rem;
  }
  .p-about-recruit__consult {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-top: 6.25rem;
    max-width: 1180px;
    max-width: 73.75rem;
  }
  .p-about-sub__title.c-page-title {
    padding-top: 173px;
    padding-top: 10.8125rem;
  }
  .p-about-sub__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
    margin-left: initial;
    margin-top: 243px;
    margin-top: 15.1875rem;
    max-width: none;
    max-width: initial;
  }
  .p-about-sub__main-title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: max(40px, 10px);
    font-size: max(2.5rem, 10px);
    letter-spacing: 0.2em;
    line-height: 0.95;
    padding-left: clamp(0px, -403.328px + 36.67vw, 66px);
    padding-left: clamp(0rem, -25.208rem + 36.67vw, 4.125rem);
  }
  .p-about-sub__text-block {
    gap: 33px;
    gap: 2.0625rem;
    margin: 0;
    margin: initial;
    padding-right: clamp(0px, -378.896px + 34.44vw, 62px);
    padding-right: clamp(0rem, -23.681rem + 34.44vw, 3.875rem);
    padding-top: 14px;
    padding-top: 0.875rem;
  }
  .p-about-sub__description {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    letter-spacing: 0.2em;
    line-height: 2.3571428571;
  }
  .p-about-sub__image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    gap: 0.625rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 74px;
    margin-top: 4.625rem;
  }
  .p-about-sub__image-left {
    margin-left: 64px;
    margin-left: 4rem;
    width: 37.2881355932%;
  }
  .p-about-sub__image-left img {
    -o-object-fit: cover;
    aspect-ratio: 440/295;
       object-fit: cover;
  }
  .p-about-sub__image-right {
    margin-right: 42px;
    margin-right: 2.625rem;
    margin-top: 209px;
    margin-top: 13.0625rem;
    width: 49.0677966102%;
  }
  .p-about-sub__image-right img {
    -o-object-fit: cover;
    aspect-ratio: 579/369;
       object-fit: cover;
  }
  .p-about-sub__concept {
    margin-top: 243px;
    margin-top: 15.1875rem;
  }
  .p-about-sub__concept .p-concept__inner {
    max-width: 861px;
    max-width: 53.8125rem;
  }
  .p-about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    gap: 2.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-about__description {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    letter-spacing: 0.2em;
    line-height: 2.1428571429;
    max-width: 590px;
  }
  .p-about__wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    padding-top: 64px;
    padding-top: 4rem;
    width: 38.813559322%;
  }
  .p-about__image {
    display: block;
  }
  .p-about__button {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-category-journal {
    padding-bottom: 264px;
    padding-bottom: 16.5rem;
  }
  .p-category-journal__items {
    gap: 40px 18px;
    gap: 2.5rem 1.125rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 108px;
    margin-top: 6.75rem;
  }
  .p-category-journal__thumbnail {
    aspect-ratio: 381/200;
  }
  .p-category-journal__date {
    margin-top: 3px;
    margin-top: 0.1875rem;
  }
  .p-category-journal__pagenavi {
    margin-top: 141px;
    margin-top: 8.8125rem;
  }
  .p-clients__content {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-clients__splide + .p-clients__splide {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-concept__inner {
    max-width: 992px;
    max-width: 62rem;
  }
  .p-concept__heading {
    width: 257px;
    width: 16.0625rem;
  }
  .p-concept__content {
    margin-top: 107px;
    margin-top: 6.6875rem;
  }
  .p-concept__description {
    width: 610px;
    width: 38.125rem;
  }
  .p-concept__copy {
    margin-top: 134px;
    margin-top: 8.375rem;
    -webkit-transform: translateX(-0.75rem);
            transform: translateX(-0.75rem);
    width: 681px;
    width: 42.5625rem;
  }
  .p-consult__inner {
    margin-right: 0;
    padding-right: 0;
  }
  .p-consult__list {
    gap: 0 16px;
    gap: 0 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    max-width: 73.75rem;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
    padding-bottom: 0;
  }
  .p-consult__item {
    max-width: 283px;
    max-width: 17.6875rem;
  }
  .p-consult__image {
    top: 0;
  }
  .p-consult__title {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    line-height: 1.25;
    padding: 2px 5px 45px;
    padding: 0.125rem 0.3125rem 2.8125rem;
  }
  .p-consult__services {
    gap: 10px;
    gap: 0.625rem;
    margin-top: 26px;
    margin-top: 1.625rem;
  }
  .p-consult__service {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.7142857143;
    padding: 7px 5px;
    padding: 0.4375rem 0.3125rem;
  }
  .p-contact__content {
    margin-top: 97px;
    margin-top: 6.0625rem;
  }
  .p-contact__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    max-width: 68.75rem;
    width: 100%;
  }
  .p-contact__container-inner {
    padding-bottom: 320px;
    padding-bottom: 20rem;
  }
  .p-content blockquote {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-content figure:nth-child(n+2) {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-content h2 {
    margin-top: 90px;
    margin-top: 5.625rem;
  }
  .wp-block-column:not(does-not-exist), div.wp-block-column, .wp-block-snow-monkey-blocks-container, .wp-block-snow-monkey-blocks-box, .wp-block-image, .wp-block-column, .wp-block-group, .wp-block-query, .wp-block-file, .p-content p:nth-child(n+2), .p-content h3:nth-child(n+2), .p-content h4:nth-child(n+2), .p-content h2 + ul:nth-of-type(n + 2), .p-content h2 + ol:nth-of-type(n + 2), .p-content ol > li > ol:nth-of-type(n + 2), .p-content figure:nth-child(n+2) {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-content h2 {
    --font-size: max(20px, 10px);
    --font-size: max(1.25rem, 10px);
  }
  .p-content h3 {
    --font-size: max(18px, 10px);
    --font-size: max(1.125rem, 10px);
  }
  .p-content h4 {
    --font-size: max(16px, 10px);
    --font-size: max(1rem, 10px);
  }
  .p-content p {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 2;
  }
  .p-content blockquote {
    margin-left: 19px;
    margin-left: 1.1875rem;
    margin-right: 19px;
    margin-right: 1.1875rem;
    padding: 38px 40px;
    padding: 2.375rem 2.5rem;
  }
  .p-content blockquote p {
    line-height: 2;
  }
  .p-content h2,
  .p-content h3,
  .p-content h4 {
    -moz-column-gap: 0.6875rem;
         -webkit-column-gap: 0.6875rem;
            column-gap: 0.6875rem;
  }
  .p-drawer {
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-top: 135px;
    padding-top: 8.4375rem;
  }
  .p-drawer__inner {
    padding-left: 44px;
    padding-left: 2.75rem;
    padding-right: 34px;
    padding-right: 2.125rem;
  }
  .p-drawer__nav-item a {
    font-size: max(60px, 10px);
    font-size: max(3.75rem, 10px);
  }
  .p-drawer__contact {
    margin-top: -24px;
    margin-top: -1.5rem;
  }
  .p-footer__inner {
    max-width: 1280px;
    max-width: 80rem;
    padding-left: 50px;
    padding-left: 3.125rem;
    padding-right: 50px;
    padding-right: 3.125rem;
  }
  .p-footer__contact {
    background-image: url(../images/common/footer_contact_bg.jpg);
    min-height: 300px;
    min-height: 18.75rem;
    padding-left: 89px;
    padding-left: 5.5625rem;
    padding-right: 93px;
    padding-right: 5.8125rem;
  }
  .p-footer__contact-copy {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.875;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .p-footer__contact-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 16px;
    padding-top: 1rem;
  }
  .p-footer__info {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 96px;
    margin-top: 6rem;
  }
  .p-footer__info-copy {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-footer__address {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.7142857143;
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-left: 0;
  }
  .p-footer__company-address {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .p-footer__sns-items {
    margin-left: 85px;
    margin-left: 5.3125rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
  }
  .p-footer__nav {
    margin-top: 110px;
    margin-top: 6.875rem;
    padding-left: 0;
  }
  .p-footer__nav-items {
    height: 94px;
    height: 5.875rem;
  }
  .p-footer__nav-item {
    width: 231px;
    width: 14.4375rem;
  }
  .p-footer__nav-item a {
    font-size: max(32px, 10px);
    font-size: max(2rem, 10px);
    padding: 7px 0;
    padding: 0.4375rem 0;
  }
  .p-footer__other-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
  .p-footer__other-item {
    width: 225px;
    width: 14.0625rem;
  }
  .p-footer__other-item a {
    letter-spacing: 0.2em;
  }
  .p-footer__other-item--privacy a {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    letter-spacing: 0;
  }
  .p-footer__bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: -20px;
    margin-top: -1.25rem;
  }
  .p-footer__logo {
    margin-right: 0;
    -webkit-transform: translate(1.25rem, -0.25rem);
            transform: translate(1.25rem, -0.25rem);
    width: 220px;
    width: 13.75rem;
  }
  .p-footer__copyright {
    gap: 385px;
    gap: 24.0625rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-footer__copyright small {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-form__wrap {
    margin-top: 94px;
    margin-top: 5.875rem;
  }
  .p-form__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 13px;
    gap: 0.8125rem;
  }
  .p-form__label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    min-width: max(150px, 220px);
    min-width: max(150px, 13.75rem);
    padding-top: 16px;
    padding-top: 1rem;
    text-align: right;
  }
  .p-form__label.is-required span {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    margin-left: 13px;
    margin-left: 0.8125rem;
    padding: 5px 8px;
    padding: 0.3125rem 0.5rem;
  }
  .p-form__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-form__recaptcha {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    text-align: center;
  }
  .p-form__row-check {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-form__row-check .p-form__label {
    padding-top: 12px;
    padding-top: 0.75rem;
  }
  .p-form__row-check .wpcf7-checkbox {
    gap: 12px 10px;
    gap: 0.75rem 0.625rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-form__row-check .wpcf7-list-item label {
    padding: 10.5px 12px;
    padding: 0.65625rem 0.75rem;
  }
  .p-form__row-check .wpcf7-list-item input[type=checkbox] + span {
    padding-left: 29px;
    padding-left: 1.8125rem;
  }
  .p-form__row-check .wpcf7-list-item input[type=checkbox] + span::before {
    height: 16px;
    height: 1rem;
    width: 16px;
    width: 1rem;
  }
  .p-form__row.p-form__row-check .wpcf7-list-item input[type=checkbox]:checked + span::after {
    height: 12px;
    height: 0.75rem;
    left: 5px;
    left: 0.3125rem;
    width: 7px;
    width: 0.4375rem;
  }
  .p-form__row-select .p-form__label {
    padding-top: 14px;
    padding-top: 0.875rem;
  }
  .p-form__row-select select {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    padding: 10.5px 56px 10.5px 22px;
    padding: 0.65625rem 3.5rem 0.65625rem 1.375rem;
  }
  .p-form__row-select .p-form__row-select-wrap::after {
    border-bottom: 1px solid #6e6e6e;
    border-bottom: 1px solid var(--black);
    border-left: 1px solid #6e6e6e;
    border-left: 1px solid var(--black);
    height: 9px;
    height: 0.5625rem;
    right: 20px;
    right: 1.25rem;
    top: 20px;
    top: 1.25rem;
    width: 9px;
    width: 0.5625rem;
  }
  .p-form__row.p-form__row-select {
    gap: 12px;
    gap: 0.75rem;
    margin-top: 68px;
    margin-top: 4.25rem;
  }
  .p-form__row.p-form__row-name,
  .p-form__row.p-form__row-company,
  .p-form__row.p-form__row-tel,
  .p-form__row.p-form__row-email,
  .p-form__row.p-form__row-url,
  .p-form__row.p-form__row-message {
    gap: 12px;
    gap: 0.75rem;
    margin-top: 21px;
    margin-top: 1.3125rem;
  }
  .p-form__row-name .p-form__label,
  .p-form__row-company .p-form__label,
  .p-form__row-tel .p-form__label,
  .p-form__row-email .p-form__label,
  .p-form__row-url .p-form__label {
    padding-top: 14px;
    padding-top: 0.875rem;
  }
  .p-form__row-url .p-form__label {
    text-align: left;
  }
  .p-form__row input[type=text],
  .p-form__row input[type=tel],
  .p-form__row input[type=email],
  .p-form__row input[type=url] {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    padding: 10.5px 12px;
    padding: 0.65625rem 0.75rem;
  }
  .p-form__row-message {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-form__row-message .p-form__label {
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-top: 16px;
    padding-top: 1rem;
    text-align: center;
  }
  .p-form__row-message textarea {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    height: auto;
    min-height: 332px;
    min-height: 20.75rem;
    padding: 16px 20px;
    padding: 1rem 1.25rem;
  }
  .p-form__row-privacy {
    display: block;
    margin-top: 82px;
    margin-top: 5.125rem;
  }
  .p-form__row-privacy input[type=checkbox] + span {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    padding-left: 32px;
    padding-left: 2rem;
  }
  .p-form__row-privacy input[type=checkbox] + span::before {
    top: 2px;
    top: 0.125rem;
  }
  .p-form__row-privacy input[type=checkbox]:checked + span::after {
    height: 12px;
    height: 0.75rem;
    top: 3px;
    top: 0.1875rem;
  }
  .p-form__row-submit {
    margin-top: 98px;
    margin-top: 6.125rem;
  }
  .p-form__submit-btn {
    max-width: 650px;
    max-width: 40.625rem;
  }
  .p-form__submit-btn input[type=submit] {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    padding: 11px 20px;
    padding: 0.6875rem 1.25rem;
  }
  .wpcf7-response-output {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-header__inner {
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
  }
  .p-header__logo {
    width: 62px;
    width: 3.875rem;
  }
  .p-header__logo-link {
    padding-left: 10px;
    padding-left: 0.625rem;
  }
  .p-law {
    padding-bottom: 198px;
    padding-bottom: 12.375rem;
  }
  .p-law__inner.l-inner {
    max-width: 1112px;
    max-width: 69.5rem;
  }
  .p-law__wrap {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-law table th,
  .p-law table td {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-law table th {
    letter-spacing: 0.15em;
    line-height: 1.5625;
    min-width: 290px;
    min-width: 18.125rem;
    padding: 26px 44px;
    padding: 1.625rem 2.75rem;
  }
  .p-law table td {
    line-height: 1.5625;
    padding: 25.5px 0;
    padding: 1.59375rem 0;
  }
  .p-member {
    padding-bottom: 400px;
    padding-bottom: 25rem;
  }
  .p-member__content {
    gap: 53px;
    gap: 3.3125rem;
    margin-top: 116px;
    margin-top: 7.25rem;
  }
  .p-member__list {
    gap: 55px 15px;
    gap: 3.4375rem 0.9375rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .p-member__info {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .p-member__title {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
  }
  .p-member__name {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-member__attr {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-modal__body {
    bottom: 50px;
    bottom: 3.125rem;
    left: 50px;
    left: 3.125rem;
    max-width: 1080px;
    max-width: 67.5rem;
    position: fixed;
    right: 50px;
    right: 3.125rem;
    top: 130px;
    top: 8.125rem;
  }
  .p-modal__body::after {
    content: none;
    height: 130px;
    height: 8.125rem;
  }
  .p-modal__top {
    bottom: auto;
    left: 50px;
    left: 3.125rem;
    max-width: 1080px;
    max-width: 67.5rem;
    padding-right: 22px;
    padding-right: 1.375rem;
    padding-top: 22px;
    padding-top: 1.375rem;
    right: 50px;
    right: 3.125rem;
    top: 152px;
    top: 9.5rem;
    top: auto;
  }
  .p-modal__container {
    grid-gap: 2.25rem;
    display: grid;
    gap: 36px;
    gap: 2.25rem;
    grid-template-columns: auto 1fr;
    height: 100%;
    padding: 101px 36px 36px;
    padding: 6.3125rem 2.25rem 2.25rem;
  }
  .p-modal__image-wrap {
    width: 412px;
    width: 25.75rem;
  }
  .p-modal__image {
    max-height: 100%;
  }
  .p-modal__info {
    margin-top: 0;
    overflow-y: auto;
    padding-top: 21px;
    padding-top: 1.3125rem;
  }
  .p-modal__info-head {
    margin-left: 0;
    margin-right: 0;
  }
  .p-modal__title {
    font-size: max(36px, 10px);
    font-size: max(2.25rem, 10px);
  }
  .p-modal__name {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    margin-top: -3px;
    margin-top: -0.1875rem;
  }
  .p-modal__attr {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    margin-top: 26px;
    margin-top: 1.625rem;
  }
  .p-modal__sns:has(.p-sns-items) {
    margin-left: 0;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-modal__description {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.8571428571;
    margin-top: 68px;
    margin-top: 4.25rem;
    padding-left: 6px;
    padding-left: 0.375rem;
    padding-right: 6px;
    padding-right: 0.375rem;
  }
  .p-news-items__link {
    padding: 22px 23px;
    padding: 1.375rem 1.4375rem;
  }
  .p-news-items__wrap {
    grid-gap: 3.375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    gap: 54px;
    gap: 3.375rem;
    grid-template-columns: 6.875rem 1fr;
    position: relative;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .p-news-items__wrap::after {
    background-color: #2bfd2b;
    background-color: var(--green);
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    -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;
  }
  .p-news-items__date {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    letter-spacing: 0.1142857143em;
  }
  .p-news-items__title {
    -webkit-line-clamp: 1;
    margin-top: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .p-news-items__pagenavi {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-news-items__link:focus-visible .p-news-items__wrap::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .p-news-items__link:active .p-news-items__wrap::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .p-news {
    padding-bottom: 278px;
    padding-bottom: 17.375rem;
  }
  .p-news__items {
    margin-top: 126px;
    margin-top: 7.875rem;
  }
  .p-pagenavi {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-pagenavi .c-button {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-pagenavi .c-button::before,
  .p-pagenavi .c-button::after {
    content: "";
  }
  .page-numbers {
    padding: 10px 12px;
    padding: 0.625rem 0.75rem;
  }
  .page-numbers::after {
    bottom: 12px;
    bottom: 0.75rem;
    left: 5px;
    left: 0.3125rem;
    right: 5px;
    right: 0.3125rem;
    top: auto;
  }
  .p-privacy-policy {
    padding-bottom: 244px;
    padding-bottom: 15.25rem;
  }
  .p-privacy-policy__wrap {
    margin-top: 151px;
    margin-top: 9.4375rem;
  }
  .p-privacy-policy h2 {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 2.1428571429;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-privacy-policy h3 {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    letter-spacing: 0;
    line-height: 2.3333333333;
    margin-top: 43px;
    margin-top: 2.6875rem;
  }
  .p-privacy-policy h2 > p {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .p-privacy-policy p {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 2.1428571429;
  }
  .p-privacy-policy h2:nth-of-type(n + 2) {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-privacy-policy figure:nth-child(n+2) {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-privacy-policy ul > li {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 2.1428571429;
  }
  .p-recruit-content {
    padding-bottom: 220px;
    padding-bottom: 13.75rem;
  }
  .p-recruit-content__wrap {
    margin-top: 160px;
    margin-top: 10rem;
  }
  .p-recruit-content__bg {
    max-width: 1044px;
    max-width: 65.25rem;
    padding-bottom: 65px;
    padding-bottom: 4.0625rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-top: 65px;
    padding-top: 4.0625rem;
  }
  .p-recruit-content .p-recruit-content__bg p {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    letter-spacing: 0.25em;
  }
  .p-recruit-content .p-recruit-content__bg p:nth-child(2) {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-recruit-content .p-recruit-content__flex {
    gap: 114px;
    gap: 7.125rem;
    margin-top: 118px;
    margin-top: 7.375rem;
    max-width: 1044px;
    max-width: 65.25rem;
  }
  .p-recruit-content .p-recruit-content__flex p {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    letter-spacing: 0;
  }
  .p-recruit-content h2 {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-recruit-content h3 {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    letter-spacing: 0;
    line-height: 2.3333333333;
    margin-top: 43px;
    margin-top: 2.6875rem;
  }
  .p-recruit-content h3 ~ h3 {
    margin-top: 27px;
    margin-top: 1.6875rem;
  }
  .p-recruit-content p {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.7857142857;
  }
  .p-recruit-content figure:nth-child(n+2) {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-recruit-content ul {
    margin-top: 0;
    margin-top: initial;
    padding-left: 18px;
    padding-left: 1.125rem;
  }
  .p-recruit-content ul > li {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    line-height: 2.3333333333;
  }
  .p-recruit-content__button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 111px;
    margin-top: 6.9375rem;
    max-width: 1044px;
    max-width: 65.25rem;
  }
  .p-single-works__inner {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .p-single-works__thumbnail {
    aspect-ratio: 1280/699;
    max-height: calc(100dvh - 6.25rem);
  }
  .p-single-works__title {
    font-size: max(40px, 10px);
    font-size: max(2.5rem, 10px);
    line-height: 1.625;
  }
  .p-single-works__meta-title {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-single-works__meta-detail {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    gap: 18px;
    gap: 1.125rem;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .p-single-works__works-cat {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    padding: 4px 21px;
    padding: 0.25rem 1.3125rem;
  }
  .p-single-works__related {
    margin-top: 115px;
    margin-top: 7.1875rem;
  }
  .p-single-works__related-content {
    gap: 53px 26px;
    gap: 3.3125rem 1.625rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-single-works__related-item-content {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .p-single-works .p-single-works__related-item-title {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    line-height: 1.5;
    padding-left: 9px;
    padding-left: 0.5625rem;
    padding-right: 9px;
    padding-right: 0.5625rem;
  }
  .p-single-works__back {
    margin-top: 143px;
    margin-top: 8.9375rem;
  }
  .p-single {
    padding-top: 186px;
    padding-top: 11.625rem;
  }
  .p-single__head {
    padding-bottom: 36px;
    padding-bottom: 2.25rem;
  }
  .p-single__date {
    margin-top: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .p-single__title {
    font-size: max(34px, 10px);
    font-size: max(2.125rem, 10px);
    line-height: 1.4705882353;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-single__categories {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .p-single__category-link {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    padding: 4px 23px;
    padding: 0.25rem 1.4375rem;
  }
  .p-single__content {
    margin-top: 61px;
    margin-top: 3.8125rem;
  }
  .p-single__back {
    margin-top: 143px;
    margin-top: 8.9375rem;
  }
  .p-top-business__content {
    margin-top: 52px;
    margin-top: 3.25rem;
  }
  .p-top-business__items {
    gap: 38px 30px;
    gap: 2.375rem 1.875rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-top-business__item--2col {
    grid-column: span 2;
  }
  .p-top-business__frame {
    aspect-ratio: 575/310;
  }
  .p-top-business__title {
    top: 50%;
  }
  .p-top-business__en-title {
    font-size: max(48px, 10px);
    font-size: max(3rem, 10px);
  }
  .p-top-business__ja-title {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-top-business__message {
    margin-top: 150px;
    margin-top: 9.375rem;
  }
  .p-top-business__message-text {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    line-height: 1.25;
    text-indent: 30px;
    text-indent: 1.875rem;
  }
  .p-top-business__consult {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-top: 6.25rem;
    max-width: 1180px;
    max-width: 73.75rem;
  }
  .p-top-journal__content {
    margin-top: 73px;
    margin-top: 4.5625rem;
  }
  .p-top-journal__posts {
    grid-gap: 2.5rem 2rem;
    display: grid;
    gap: 40px 32px;
    gap: 2.5rem 2rem;
    grid-template-columns: 618fr 527fr;
    grid-template-rows: repeat(4, auto);
  }
  .p-top-journal__post:nth-child(1) {
    grid-column: 1;
    grid-row: 1/span 4;
  }
  .p-top-journal__post:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }
  .p-top-journal__post:nth-child(n+3) {
    margin-top: 0;
  }
  .p-top-journal__post:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .p-top-journal__post:nth-child(4) {
    grid-column: 2;
    grid-row: 3;
  }
  .p-top-journal__post:nth-child(4) {
    grid-column: 2;
    grid-row: 4;
  }
  .p-top-journal__post:nth-child(n+2) .p-top-journal__link {
    gap: 12px;
    gap: 0.75rem;
    grid-template-columns: 12.5rem 1fr;
  }
  .p-top-journal__post:nth-child(1) .p-top-journal__thumbnail {
    aspect-ratio: 618/325;
  }
  .p-top-journal__post:nth-child(n+2) .p-top-journal__thumbnail {
    aspect-ratio: 200/105;
  }
  .p-top-journal__post:nth-child(1) .p-top-journal__texts {
    margin-top: 16px;
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-top-journal__post:nth-child(n+2) .p-top-journal__texts {
    padding-top: 22px;
    padding-top: 1.375rem;
  }
  .p-top-journal__post:nth-child(1) .p-top-journal__title {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    letter-spacing: 0.1em;
  }
  .p-top-journal__post:nth-child(n+2) .p-top-journal__title {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    letter-spacing: 0.1142857143em;
  }
  .p-top-journal__post:nth-child(1) .p-top-journal__date {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-top-journal__post:nth-child(n+2) .p-top-journal__date {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-top-journal__button {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-top-news {
    padding-bottom: 236px;
    padding-bottom: 14.75rem;
  }
  .p-top-news__content {
    margin-top: 66px;
    margin-top: 4.125rem;
  }
  .p-top-news__button {
    margin-top: 78px;
    margin-top: 4.875rem;
  }
  .p-top-works__content {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-top-works__items {
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    max-width: 61.25rem;
  }
  .p-top-works__button {
    margin-top: 58px;
    margin-top: 3.625rem;
  }
  .p-works-info--narrow {
    max-width: 603px;
    max-width: 37.6875rem;
  }
  .p-works-info h2 {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-works-info h4 {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-works-info p {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    line-height: 2.3333333333;
  }
  .p-works-info .wp-block-group__inner-container .wp-block-group__inner-container:has(.wp-block-separator) > *:not(.wp-block-separator) {
    padding-left: 18px;
    padding-left: 1.125rem;
    padding-right: 18px;
    padding-right: 1.125rem;
  }
  .p-works-info h3 + h4:nth-child(n+2) {
    margin-top: 2px;
    margin-top: 0.125rem;
  }
  .p-works-info .p-works-info__role {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-works-info .p-works-info__name:nth-child(n+2) {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-works-info strong.p-works-info__name {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-works-info .p-works-info__id:nth-child(n+2) {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-works-items {
    gap: 40px 25px;
    gap: 2.5rem 1.5625rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-works-items__post--wide {
    grid-column: span 2;
  }
  .p-works-items__thumbnail {
    aspect-ratio: 575/650;
    aspect-ratio: 477/500;
  }
  .p-works-items__post--wide .p-works-items__thumbnail {
    aspect-ratio: 980/500;
  }
  .p-works-items__terms {
    left: 28px;
    left: 1.75rem;
    top: 26px;
    top: 1.625rem;
  }
  .p-works-items__title {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    margin-top: 11px;
    margin-top: 0.6875rem;
  }
  .p-works {
    padding-bottom: 200px;
    padding-bottom: 12.5rem;
  }
  .p-works__content {
    margin-top: 54px;
    margin-top: 3.375rem;
  }
  .p-works__search-heading {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
  }
  .p-works__search {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    gap: 2.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .p-works__search-input {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 590px;
    width: 36.875rem;
  }
  .p-works__search-input input {
    padding: 12px 8px 4px;
    padding: 0.75rem 0.5rem 0.25rem;
  }
  .p-works__terms-list {
    margin-top: 0;
    max-width: 432px;
    max-width: 27rem;
    padding-top: 22px;
    padding-top: 1.375rem;
  }
  .p-works__term input[type=checkbox] + span {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    padding: 4px 21px;
    padding: 0.25rem 1.3125rem;
  }
  .p-works__term input[type=checkbox]:checked + span {
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .p-works__container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 144px;
    margin-top: 9rem;
    max-width: 980px;
    max-width: 61.25rem;
  }
  .u-pc {
    display: block;
  }
  .u-sp {
    display: none;
  }
  .u-text-slide-in::after {
    height: 3px;
  }
  .u-underline--en {
    --bottom: 6px;
    --bottom: 0.375rem;
  }
  a.is-hover .u-underline--sp {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
  }
}

@media (min-width: 1228px){
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px){
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px){
  html {
    font-size: 16px;
  }
}

@media (hover: hover){
  a:hover {
    opacity: 0.7;
  }
}

@media (hover: none){
  a:active {
    opacity: 0.7;
  }
}

@media (any-hover: hover){
  .c-button:hover {
    opacity: 1;
  }
  .c-button:hover::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .c-button--back:hover::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .c-button:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .c-button--back:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .c-button:hover .c-button__arrow::before,
  .c-button:hover .c-button__arrow::after {
    -webkit-animation: arrowToRight 0.3s ease-in-out forwards;
            animation: arrowToRight 0.3s ease-in-out forwards;
  }
  .c-menu-button:hover span:before,
  .c-menu-button:hover span::after {
    background-color: #2bfd2b;
    background-color: var(--green);
  }
  .p-category-journal__link:hover {
    opacity: 1;
  }
  .p-category-journal__link:hover .p-category-journal__thumbnail {
    border-color: #2bfd2b;
    border-color: var(--green);
  }
  .p-content a:hover {
    opacity: 1;
    text-decoration-color: transparent;
  }
  .p-drawer__nav-item a:hover {
    opacity: 1;
  }
  .p-footer__contact:hover {
    border-color: #2bfd2b;
    border-color: var(--green);
    opacity: 1;
  }
  .p-footer__contact:hover .c-button::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .p-footer__contact:hover .c-button::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .p-footer__contact:hover .c-button__arrow::before,
  .p-footer__contact:hover .c-button__arrow::after {
    -webkit-animation: arrowToRight 0.3s ease-in-out forwards;
            animation: arrowToRight 0.3s ease-in-out forwards;
  }
  .p-footer__logo-link:hover {
    opacity: 1;
  }
  .p-footer__logo-link:hover::after {
    background-color: #2bfd2b;
    background-color: var(--green);
  }
  .p-footer__logo-link:hover img {
    -webkit-animation: none;
            animation: none;
    opacity: 0;
  }
  .p-form__recaptcha a:hover {
    opacity: 1;
    text-decoration-color: transparent;
  }
  .p-form__row-check .wpcf7-list-item label:hover {
    background-color: #f0f0f0;
  }
  .p-form__submit-btn input[type=submit]:hover {
    opacity: 0.7;
  }
  .p-form__row-privacy a:hover {
    opacity: 1;
    text-decoration-color: transparent;
  }
  .p-member__button:hover .p-member__image {
    border-color: #2bfd2b;
    border-color: var(--green);
  }
  .p-member__button:hover .p-member__image {
    border-color: #2bfd2b;
    border-color: var(--green);
  }
  .p-member__button:hover .p-member__image--color {
    opacity: 1;
  }
  .p-modal__close:hover {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p-modal__close:hover::before,
  .p-modal__close:hover::after {
    background-color: #2bfd2b;
    background-color: var(--green);
  }
  .p-news-items__link:hover {
    opacity: 1;
  }
  .page-numbers:not(.dots):hover {
    opacity: 1;
  }
  .page-numbers:not(.dots):not(.prev):not(.next):hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .p-recruit-content a:hover {
    opacity: 1;
    text-decoration-color: transparent;
  }
  .p-single-works__related-link:hover {
    opacity: 1;
  }
  .p-single-works__related-link:hover .p-single-works__related-thumbnail img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  .p-single__category-link:hover {
    background-color: #6e6e6e;
    background-color: var(--black);
    color: #fff;
    color: var(--white);
    opacity: 1;
  }
  .p-top-business__link:hover {
    opacity: 1;
  }
  .p-top-business__link:hover .p-top-business__frame,
  .p-top-business__link:hover .p-top-business__image {
    border-color: #2bfd2b;
    border-color: var(--green);
  }
  .p-top-business__link:hover .p-top-business__image::after {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .p-top-business__link:hover .p-top-business__image img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  .p-top-business__link:hover .p-top-business__title {
    color: #2bfd2b;
    color: var(--green);
  }
  .p-top-journal__link:hover {
    opacity: 1;
  }
  .p-top-journal__link:hover .p-top-journal__thumbnail {
    border-color: #2bfd2b;
    border-color: var(--green);
  }
  .p-works-items__link:hover {
    opacity: 1;
  }
  .p-works-items__link:hover .p-works-items__thumbnail {
    border-color: #2bfd2b;
    border-color: var(--green);
  }
  .p-works-items__link:hover .p-works-items__thumbnail::after {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .p-works-items__link:hover .p-works-items__thumbnail img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  .p-works__term input[type=checkbox] + span:hover {
    background-color: #6e6e6e;
    background-color: var(--black);
    color: #fff;
    color: var(--white);
  }
  a:hover:has(.u-underline) {
    opacity: 1;
  }
  a.is-hover:hover:has(.u-underline) .u-underline {
    -webkit-animation: expand 0.3s var(--delay) forwards;
            animation: expand 0.3s var(--delay) forwards;
  }
}

@media screen and (any-hover: hover) and (min-width: 768px){
  .p-news-items__link:hover .p-news-items__wrap::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
/*# sourceMappingURL=style.css.map */
