@charset "UTF-8";
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  line-height: 1;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:root {
  --focus-outline-color: black;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted var(--focus-outline-color);
}

button,
html[type=button],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  color: inherit;
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  color: #2f2e2e;
  background: #fff;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("../assets/img/common/deco/bg-deco-top-pc.svg");
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}

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

a:hover {
  opacity: 0.6;
}

ul,
ol {
  list-style: none;
}

p {
  line-height: 1.875;
}

table {
  border-collapse: collapse;
  width: 100%;
}

input,
textarea,
select,
button {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html.is-drawer-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.l-inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1080px) {
  .l-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1500px) {
  .l-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1100;
  padding-top: 50px;
  background: transparent;
  --header-nav-color: #2f2e2e;
  --header-nav-shadow: none;
}
.header.is-stop {
  position: absolute;
  left: 0;
  width: 100%;
}

.header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  background: transparent;
}

.header__icons {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
  min-width: 53px;
}

.header__logo {
  width: auto;
  flex: 0 1 auto;
  display: block;
  z-index: 1200;
}
.header__logo img {
  width: 180px;
  height: 41px;
}

html.is-drawer-open,
html.is-drawer-open body {
  overflow: hidden;
}

html.is-drawer-open .header__nav {
  transform: translateX(0);
}

.header__nav {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: #fff;
  padding-top: 80px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.header__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__item {
  border-bottom: 1px solid #aaaaaa;
}

.header__item--has-sub .header__link {
  margin-bottom: 16px;
}

.header__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #2f2e2e;
}

.header__sublist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__subitem + .header__subitem {
  margin-top: 12px;
}

.header__sublink {
  display: block;
  text-decoration: none;
  color: #2f2e2e;
  line-height: 1.8;
}

.header__cta {
  display: flex;
  gap: 32px;
  margin-top: 64px;
}

@media (min-width: 1080px) {
  .header {
    height: 104px;
    padding-top: 0;
    --header-nav-color: #2f2e2e;
  }
  .header.is-dark-bg {
    --header-nav-color: #fff;
  }
  .header.is-light-bg {
    --header-nav-color: #2f2e2e;
  }
  .header__inner {
    padding: 0 30px;
  }
  .header__icons {
    display: none;
  }
  .header__logo {
    width: 195px;
  }
  .header__logo img {
    width: 195px;
    height: 47px;
  }
  .header__nav {
    position: static;
    inset: auto;
    background: transparent;
    padding-top: 0;
    overflow: visible;
    transform: none;
    transition: none;
  }
  .header__list {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .header__item {
    border-bottom: none;
  }
  .header__item--has-sub {
    position: relative;
  }
  .header__item--has-sub:hover .header__sublist, .header__item--has-sub:focus-within .header__sublist {
    opacity: 1;
    visibility: visible;
  }
  .header__link {
    padding: 0;
    margin: 0;
  }
  .header__item:not(.header__cta) > .header__link,
  .header__item:not(.header__cta) > .header__link .header__hover-first,
  .header__item:not(.header__cta) > .header__link .header__hover-second {
    color: var(--header-nav-color);
    transition: color 0.3s ease;
  }
  .arrow-down::before,
  .arrow-down::after {
    background-color: var(--header-nav-color);
    transition: background-color 0.3s ease;
  }
  .header__item:not(.header__cta) > .header__link .arrow-svg path {
    stroke: var(--header-nav-color);
  }
  .header__sublist .arrow-svg path {
    stroke: #2f2e2e;
  }
  .header__sublist {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 220px;
    padding: 36px 28px;
    background: #f4f4f4;
    border-radius: 4px;
    z-index: 1100;
    border: none;
  }
  .header__sublist::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 12px;
  }
  .header__subitem {
    border-bottom: 1px solid #dcdcdc;
  }
  .header__subitem + .header__subitem {
    margin-top: 0;
  }
  .header__sublink {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 46px;
    padding: 0 10px 16px 0;
    white-space: nowrap;
  }
  .header__sublink:hover, .header__sublink:focus-visible {
    color: #7d5475;
    opacity: 1;
  }
  .header__item:not(.header__cta) > .header__link .arrow-down {
    color: var(--header-nav-color);
  }
  .header__item:not(.header__cta) > .header__link .arrow-down {
    color: var(--header-nav-color);
  }
}
@media (min-width: 1500px) {
  .header__inner {
    padding: 0 60px;
  }
}
.footer {
  background: #2f2e2e;
  color: #fff;
}

.footer__inner {
  padding: 40px 15px 45px 15px;
}

.footer__top {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.footer__logo {
  display: block;
  height: auto;
  max-width: 160px;
  padding-bottom: 44px;
}

.footer__navList {
  list-style: none;
  display: grid;
  gap: 30px;
  padding-bottom: 56px;
}

.footer__navLink {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
}

.footer__navLink:hover,
.footer__navLink:focus-visible {
  text-underline-offset: 4px;
}

.footer__socialLink {
  display: flex;
  align-items: center;
  justify-content: space-between; /* ★両端 */
  gap: 16px;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
  padding: 20px 5px;
  width: 231px;
  margin-bottom: 100px;
}

.footer__external {
  opacity: 0.9;
}

.footer__info {
  margin-top: 18px;
}

.footer__addr {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}

.footer__bottom {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.footer__copy {
  display: block;
  font-size: 11px;
  letter-spacing: 0.02em;
  color: #fff;
}

@media (min-width: 1080px) {
  .l-footer {
    padding: 0px 60px;
  }
  .footer {
    border-radius: 50px 50px 0 0;
  }
  .footer__inner {
    padding: 74px 40px 80px;
    max-width: 1440px;
    margin: 0 auto;
  }
  .footer__top {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }
  .footer__navList {
    display: flex;
    gap: 60px;
    align-items: center;
  }
  .footer__navLink {
    font-size: 13px;
    white-space: nowrap;
  }
  .footer__social {
    margin-top: 22px;
  }
  .footer__info {
    margin-top: 22px;
  }
  .footer__socialLink {
    padding: 20px 5px 14px;
  }
}
@media (min-width: 2400px) {
  .footer__inner {
    padding: 74px 0px 80px;
  }
}
.header__cta {
  display: flex;
  gap: 32px;
  margin-top: 32px;
}

.c-btn {
  width: 173px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 12px;
  min-height: 48px;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.c-btn--primary {
  width: 165px;
  height: 52px;
  justify-content: center;
  background: #7d5475;
  color: #fff;
}
.c-btn--outline {
  width: 165px;
  height: 52px;
  justify-content: center;
  background: #2f2e2e;
  color: #fff;
}
.c-btn--primary:hover, .c-btn--outline:hover {
  opacity: 1;
}
.c-btn .c-btn--primary:hover,
.c-btn .c-btn--outline:hover {
  background: inherit;
  color: inherit;
  border-color: inherit;
}
.c-btn .arrow {
  position: relative;
  display: inline-block;
  width: 9.6px;
  height: 17.8px;
  margin-left: 12px;
  flex-shrink: 0;
}
.c-btn .arrow::before,
.c-btn .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.75px);
  right: 0;
  width: 11px;
  height: 1.5px;
  border-radius: 9999px;
  background-color: currentColor;
  transform-origin: calc(100% - 0.75px) 50%;
}
.c-btn .arrow::before {
  transform: rotate(45deg);
}
.c-btn .arrow::after {
  transform: rotate(-45deg);
}

.arrow-down {
  display: inline-block;
  position: relative;
  width: 12.5px;
  height: 8.2px;
  margin-left: 8px;
  vertical-align: middle;
}

.arrow-down::before,
.arrow-down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.75px);
  width: 1.5px;
  height: 10px;
  border-radius: 9999px;
  background-color: currentColor;
  transform-origin: 50% calc(100% - 0.75px);
}

.arrow-down::before {
  transform: rotate(45deg);
}

.arrow-down::after {
  transform: rotate(-45deg);
}

@media (min-width: 1080px) {
  .c-btn {
    width: 130px;
    height: 45px;
    font-size: 12px;
  }
  .c-btn--slide:hover .header__hover-first,
  .c-btn--slide:focus-visible .header__hover-first {
    transform: translateY(-105%);
  }
  .c-btn--slide:hover .header__hover-second,
  .c-btn--slide:focus-visible .header__hover-second {
    transform: translateY(0%);
  }
  .arrow-down {
    display: inline-block;
    position: relative;
    width: 12.5px;
    height: 8.2px;
    margin-left: 8px;
    vertical-align: middle;
  }
  .arrow-down::before,
  .arrow-down::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.75px);
    width: 1.5px;
    height: 10px;
    border-radius: 9999px;
    background-color: currentColor;
    transform-origin: 50% calc(100% - 0.75px);
  }
  .arrow-down::before {
    transform: rotate(45deg);
  }
  .arrow-down::after {
    transform: rotate(-45deg);
  }
}
@media (min-width: 1200px) {
  .c-btn {
    width: 173px;
    height: 45px;
    font-size: 16px;
  }
  .arrow-down {
    margin-top: 2px;
    margin-left: 12px;
  }
}
.c-uxbtn {
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 194px;
  height: 56px;
  padding: 16px 28px;
  border-radius: 4px;
  border: 1px solid #2f2e2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  text-decoration: none;
  background: #2f2e2e;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.c-uxbtn:hover, .c-uxbtn:focus-visible {
  background: #fff;
  color: #2f2e2e;
  border-color: #2f2e2e;
  opacity: 1;
}

.c-uxbtn__label {
  white-space: nowrap;
  line-height: 1;
}

.c-uxbtn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.c-uxbtn__arrow-wrap {
  margin-top: 2px;
  position: relative;
  overflow: hidden;
  width: 16px;
  height: 16px;
}

.c-uxbtn__arrow {
  position: absolute;
  inset: 0;
  transition: transform 0.25s ease;
}

.c-uxbtn__arrow--first {
  transform: translateX(0%);
}

.c-uxbtn__arrow--second {
  transform: translateX(-105%);
}

.c-uxbtn:hover .c-uxbtn__arrow--first,
.c-uxbtn:focus-visible .c-uxbtn__arrow--first {
  transform: translateX(105%);
}

.c-uxbtn:hover .c-uxbtn__arrow--second,
.c-uxbtn:focus-visible .c-uxbtn__arrow--second {
  transform: translateX(0%);
}

.c-uxbtn__svg {
  width: 18px;
  height: 18px;
  display: block;
  color: #fff;
  transition: filter 0.25s ease;
}

.c-uxbtn:hover .c-uxbtn__svg,
.c-uxbtn:focus-visible .c-uxbtn__svg {
  color: #2f2e2e;
}

.c-uxbtn--arrow-left {
  padding: 16px 48px 16px 30px;
}

.c-uxbtn--arrow-left .c-uxbtn__icon {
  order: -1;
  margin-right: 12px;
}

.c-uxbtn--arrow-left .c-uxbtn__arrow {
  transition: transform 0.25s ease;
}

.c-uxbtn--arrow-left .c-uxbtn__arrow--first {
  transform: translateX(0%) rotate(180deg);
}

.c-uxbtn--arrow-left .c-uxbtn__arrow--second {
  transform: translateX(105%) rotate(180deg);
}

.c-uxbtn--arrow-left:hover .c-uxbtn__arrow--first,
.c-uxbtn--arrow-left:focus-visible .c-uxbtn__arrow--first {
  transform: translateX(-105%) rotate(180deg);
}

.c-uxbtn--arrow-left:hover .c-uxbtn__arrow--second,
.c-uxbtn--arrow-left:focus-visible .c-uxbtn__arrow--second {
  transform: translateX(0%) rotate(180deg);
}

.c-uxbtn--gap-sm {
  min-width: 217px;
}

.c-uxbtn--gap-md {
  min-width: 264px;
}

.c-uxbtn--gap-lg {
  min-width: 291px;
}

.c-uxbtn--gap-llg {
  min-width: 350px;
}

.c-cta .c-ctaCard .c-uxbtn {
  position: relative;
  z-index: 10;
  background: #fff;
  color: #7d5475;
  border-color: #fff;
}

/* =========================
  COMPONENT: WORK CARD
========================= */
.c-work-card {
  width: 100%;
}

.c-work-card__link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.c-work-card__image {
  width: 100%;
  max-width: 370px;
  aspect-ratio: 29/20;
  overflow: hidden;
}

.c-work-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: transform 0.5s ease;
}

.c-work-card__body {
  padding-top: 40px;
}

.c-work-card__title {
  padding-bottom: 25px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #2f2e2e;
  max-width: 370px;
  min-height: 3.2em;
  transition: opacity 0.3s ease;
}

.c-work-card__issue {
  padding-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #2f2e2e;
  max-width: 370px;
}

.c-work-card__tags {
  padding-bottom: 70px;
}

.c-work-card__tag {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #2f2e2e;
}

.c-work-card__tag + .c-work-card__tag {
  padding-top: 8px;
}

.c-work-card__tag::before {
  content: "#";
  color: #7d5475;
  margin-right: 0.2em;
}

.c-ctaCard__actions .c-uxbtn {
  width: 291px;
  max-width: 100%;
}

.c-work-card__link:hover,
.c-work-card__link:focus-visible {
  opacity: 1;
}

.c-work-card__link:hover .c-work-card__image img,
.c-work-card__link:focus-visible .c-work-card__image img {
  transform: scale(1.06);
}

.c-work-card__link:hover .c-work-card__title,
.c-work-card__link:focus-visible .c-work-card__title {
  opacity: 0.6;
}

@media screen and (min-width: 1080px) {
  .c-work-card__image {
    max-width: 410px;
  }
  .c-work-card__title {
    padding-bottom: 30px;
    max-width: 410px;
    min-height: 3.2em;
  }
  .c-work-card__issue {
    padding-bottom: 30px;
    max-width: 410px;
  }
}
.c-space {
  display: inline-block;
  width: 0.5em;
}

/* =========================
  TOP SECTION HEADING
  （トップ専用共通見出し）
========================= */
.p-topSectionHeading__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 30px;
  color: currentColor;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.p-topSectionHeading__eyebrow::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: currentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.p-topSectionHeading__eyebrow::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: currentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.p-topSectionHeading__title {
  padding-bottom: 50px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.05em;
}

.p-topSectionHeading__lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.p-topSectionHeading--white {
  color: #fff;
}

.p-topSectionHeading--black {
  color: #2f2e2e;
}

.p-topSectionHeading--noLead .p-topSectionHeading__title {
  padding-bottom: 0;
}

@media screen and (min-width: 821px) {
  .p-top-solutions__bg {
    background: url("../img/top/top-solutions-bg-pc.jpg") center center/cover no-repeat;
  }
  .p-top-solutions__inner {
    padding-top: 120px;
    padding-bottom: 180px;
  }
  .p-top-solutions__heading {
    max-width: 720px;
    padding-bottom: 56px;
  }
  .p-topSectionHeading__eyebrow {
    padding-bottom: 20px;
    font-size: 19px;
  }
  .p-topSectionHeading__title {
    padding-bottom: 40px;
    font-size: 40px;
  }
  .p-topSectionHeading__lead {
    font-size: 20px;
  }
}
.c-sec-heading {
  text-align: center;
  padding-bottom: 73px;
}

.c-sec-heading__eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding-top: 43px;
  padding-bottom: 16px;
  line-height: 1;
}

.c-sec-heading__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #2f2e2e;
}

.c-content-title {
  padding-bottom: 38px;
}

.c-content-title__text {
  margin: 0;
  color: #2f2e2e;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.c-content-title--center {
  text-align: center;
}

.c-form-block-title {
  text-align: center;
}

.c-form-block-title__text {
  margin: 0;
  color: #2f2e2e;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.c-simple-page-head {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.c-simple-page-head__title {
  margin: 0;
  padding-bottom: 40px;
  color: #2f2e2e;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.c-simple-page-head__lead {
  margin: 0;
  color: #2f2e2e;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
}

@media (min-width: 1080px) {
  .c-sec-heading {
    padding-top: 0;
    padding-bottom: 168px;
  }
  .c-sec-heading__eyebrow {
    font-size: 15px;
    padding-bottom: 20px;
    padding-top: 0;
  }
  .c-simple-page-head__title {
    font-size: 30px;
    padding-bottom: 80px;
  }
  .c-sec-heading__title {
    font-size: 40px;
    padding-bottom: 102px;
  }
  .c-content-title--center {
    padding-bottom: 80px;
  }
  .c-content-title__text {
    font-size: 35px;
  }
  .c-form-block-title__text {
    font-size: 30px;
  }
  .c-simple-page-head__lead {
    text-align: center;
    font-size: 15px;
  }
}
.drawer__icon {
  width: 53px;
  height: 53px;
  padding: 0;
  border: 0;
  display: grid;
  place-items: center;
  flex: 0 0 53px;
  position: relative;
  cursor: pointer;
  z-index: 1200;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #2f2e2e;
}
.drawer__icon-bar {
  position: absolute;
  left: 50%;
  width: 27px;
  height: 1.5px;
  background: #fff;
  transform: translateX(-50%);
  transition: transform 0.25s, opacity 0.25s, top 0.25s;
}
.drawer__icon-bar:nth-child(1) {
  top: 19px;
}
.drawer__icon-bar:nth-child(2) {
  top: 26px;
}
.drawer__icon-bar:nth-child(3) {
  top: 33px;
}
.drawer__icon.is-checked .drawer__icon-bar:nth-child(1) {
  top: 27px;
  transform: translateX(-50%) rotate(30deg);
}
.drawer__icon.is-checked .drawer__icon-bar:nth-child(2) {
  opacity: 0;
}
.drawer__icon.is-checked .drawer__icon-bar:nth-child(3) {
  top: 27px;
  transform: translateX(-50%) rotate(-30deg);
}

.c-back-to-top {
  position: fixed;
  left: 16px;
  bottom: 16px;
  width: 37px;
  height: 70px;
  border-radius: 999px;
  background-color: #7d5475;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 1;
}

.c-back-to-top:hover,
.c-back-to-top:active,
.c-back-to-top:focus,
.c-back-to-top:focus-visible {
  opacity: 1;
}

.c-back-to-top.is-show {
  opacity: 1;
  visibility: visible;
}

.c-back-to-top__arrow {
  position: relative;
  display: inline-block;
  width: 2px;
  height: 25px;
  border-radius: 9999px;
  background-color: currentColor;
}

.c-back-to-top__arrow::before,
.c-back-to-top__arrow::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 2px;
  height: 8px;
  border-radius: 9999px;
  background-color: currentColor;
  transform-origin: 50% 1px;
}

.c-back-to-top__arrow::before {
  transform: translateX(-50%) rotate(45deg);
}

.c-back-to-top__arrow::after {
  transform: translateX(-50%) rotate(-45deg);
}

@media (hover: hover) and (pointer: fine) {
  .c-back-to-top:hover {
    background: #fff;
    color: #7d5475;
    border-color: #7d5475;
  }
}
.c-fixed-ui {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 1000;
  pointer-events: none;
}
.c-fixed-ui > * {
  pointer-events: auto;
}

.c-fixed-cta {
  position: absolute;
  right: 16px;
  bottom: 0;
  z-index: 1000;
}
.c-fixed-cta.is-hidden {
  display: none;
}
.c-fixed-cta .arrow-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 25px;
  height: 25px;
}
.c-fixed-cta .arrow-svg {
  position: absolute;
  inset: 0;
  transition: transform 0.25s ease;
}
.c-fixed-cta .arrow-first {
  transform: translateX(0%);
}
.c-fixed-cta .arrow-second {
  transform: translateX(-105%);
}

.c-fixed-cta__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  min-height: 60px;
  width: 270px;
  background: #7d5475;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}
.c-fixed-cta__link:hover {
  opacity: 1;
}

.c-fixed-cta__text {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.c-fixed-cta__icon {
  display: inline-block;
  margin-left: auto;
  font-size: 26px;
  line-height: 0;
}

.c-fixed-cta__close {
  position: absolute;
  left: -14px;
  top: -14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.45);
  color: #2f2e2e;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.c-fixed-cta__close span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

@media (min-width: 1080px) {
  .c-fixed-cta__link {
    width: 386px;
    height: 76px;
    font-size: 17px;
  }
  .c-fixed-cta__link:hover .arrow-first,
  .c-fixed-cta__link:focus-visible .arrow-first {
    transform: translateX(105%);
  }
  .c-fixed-cta__link:hover .arrow-second,
  .c-fixed-cta__link:focus-visible .arrow-second {
    transform: translateX(0%);
    opacity: 1;
  }
}
.c-cta__inner {
  margin: 0 auto;
  padding: 0 15px 60px;
}

.c-cta__list {
  display: flex;
  flex-direction: column;
  gap: 42px;
  text-align: center;
}

.c-ctaCard {
  background: #7d5475;
  color: #fff;
  border-radius: 5px;
  padding: 40px 18px 56px;
  display: flex;
  flex-direction: column;
}

.c-ctaCard__kicker {
  margin: 0;
  padding-bottom: 18px;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 0;
}

.c-ctaCard__title {
  padding-bottom: 44px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.c-ctaCard__text {
  padding-bottom: 48px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  margin: 0 auto;
  max-width: 350px;
}

.c-uxbtn__label {
  font-weight: 500;
}

.c-ctaCard__actions {
  display: flex;
  justify-content: center;
  margin-top: auto;
}

.c-cta .c-ctaCard .c-uxbtn {
  background: #fff;
  color: #7d5475;
  border-color: #fff;
}

.c-cta .c-ctaCard .c-uxbtn:hover,
.c-cta .c-ctaCard .c-uxbtn:focus-visible {
  background: #fff;
  color: #7d5475;
  border-color: #fff;
}

.c-cta .c-ctaCard .c-uxbtn__svg {
  color: #7d5475;
}

.c-cta .c-ctaCard .c-uxbtn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.c-cta .c-ctaCard .c-uxbtn__arrow-wrap {
  position: relative;
  overflow: hidden;
  width: 16px;
  height: 16px;
  display: block;
}

.c-cta .c-ctaCard .c-uxbtn__arrow {
  position: absolute;
  inset: 0;
  transition: transform 0.25s ease;
}

.c-cta .c-ctaCard .c-uxbtn__arrow--first {
  transform: translateX(0%);
}

.c-cta .c-ctaCard .c-uxbtn__arrow--second {
  transform: translateX(-105%);
}

.c-cta .c-ctaCard .c-uxbtn:hover .c-uxbtn__arrow--first,
.c-cta .c-ctaCard .c-uxbtn:focus-visible .c-uxbtn__arrow--first {
  transform: translateX(105%);
}

.c-cta .c-ctaCard .c-uxbtn:hover .c-uxbtn__arrow--second,
.c-cta .c-ctaCard .c-uxbtn:focus-visible .c-uxbtn__arrow--second {
  transform: translateX(0%);
}

@media (min-width: 1080px) {
  .c-cta__inner {
    padding: 0 0 200px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-cta__list {
    flex-direction: row;
    gap: 80px;
  }
  .c-ctaCard {
    border-radius: 5px;
    padding: 50px 104px 46px;
  }
  .c-ctaCard__title {
    padding-bottom: 34px;
    font-size: 30px;
  }
  .c-ctaCard__text {
    font-size: 17px;
    padding-bottom: 30px;
  }
}
.p-concept {
  position: relative;
  padding: 80px 0 44px;
  color: #fff;
  background: #8d8a86;
  margin-bottom: 40px;
}

.p-concept__inner {
  width: min(92vw, 520px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ==============================================
   SP時のレイアウト（元の状態を完全再現）
============================================== */
.p-concept__images {
  display: none;
}

.p-concept__circleWrap {
  position: relative;
}

.p-concept__ring {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  aspect-ratio: 1/1;
  z-index: 10;
}

.p-concept__ring-spin {
  transform-origin: 50% 50%;
  animation: conceptRotate 20s linear infinite;
}

.p-concept__ring-spin--b {
  opacity: 0.7;
}

.p-concept__mask {
  position: relative;
  z-index: 1;
  overflow: visible;
}

@media (max-width: 1080px) {
  .p-concept__scrollContent {
    transform: none !important;
  }
}
.p-concept__contentItem:nth-child(1) {
  position: relative;
  width: 110%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-concept__contentItem:nth-child(2) {
  position: relative;
  margin-top: 40px;
}

.p-concept__circleText {
  text-align: center;
  padding-bottom: 48px;
}

.p-concept__eyebrow {
  font-size: 12px;
  letter-spacing: 0.08em;
  margin: 0;
}

.p-concept__sep {
  display: block;
  width: 1px;
  height: 13px;
  background: #fff;
  margin: 8px auto 24px;
}

.p-concept__title {
  padding-bottom: 24px;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 700;
}

.p-concept__lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

.p-concept__desc {
  font-size: 15px;
  line-height: 2;
}

.p-concept__desc p {
  margin: 0 0 16px;
}

@keyframes conceptRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ==============================================
   PCレイアウト（スクロール連動アニメーション）
============================================== */
@media (min-width: 1080px) {
  .p-concept {
    height: 260vh;
    padding: 0;
  }
  .p-concept__inner {
    width: 100%;
    position: sticky;
    top: 0;
    height: 110vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-concept__images {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
  }
  .p-concept__img {
    position: absolute;
  }
  .p-concept__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-concept__img--1 {
    top: 5vh;
    left: 2vw;
    width: min(22vw, 36vh);
    aspect-ratio: 409/602;
  }
  .p-concept__img--2 {
    top: 0;
    right: 0;
    width: min(37vw, 55vh);
    aspect-ratio: 716/443;
  }
  .p-concept__img--3 {
    bottom: 0;
    left: -2vw;
    width: min(42vw, 65vh);
    aspect-ratio: 803/482;
  }
  .p-concept__img--4 {
    bottom: 8vh;
    right: 3vw;
    width: min(22vw, 35vh);
    aspect-ratio: 419/533;
  }
  .p-concept__imagesGroup {
    position: absolute;
    inset: 0;
    will-change: transform;
  }
  .p-concept__circleWrap {
    position: relative;
    width: min(805px, 90vh);
    aspect-ratio: 1/1;
    margin: 0 auto;
  }
  .p-concept__ring {
    position: absolute;
    inset: 0;
    width: 110%;
    height: 110%;
    top: 0;
    left: -5%;
    transform: none;
  }
  .p-concept__mask {
    position: absolute;
    width: 90.5%;
    height: 90.5%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
  }
  .p-concept__scrollContent {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .p-concept__contentItem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .p-concept__contentItem.is-active {
    opacity: 1;
    visibility: visible;
  }
  .p-concept__contentItem:nth-child(1) {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    left: 0%;
    transform: none;
  }
  .p-concept__contentItem:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: 0;
    left: 0;
    top: 50px;
  }
  .p-concept__eyebrow {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .p-concept__sep {
    margin-bottom: 40px;
  }
  .p-concept__circleText {
    padding-bottom: 0px;
  }
  .p-concept__title {
    margin-left: 20px;
    font-size: 28px;
    white-space: nowrap;
    text-align: center;
  }
  .p-concept__lead {
    font-size: 19px;
    text-align: center;
  }
  .p-concept__desc {
    font-size: 15px;
    line-height: 2;
    text-align: center;
  }
  .p-concept__desc p {
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media (min-width: 1700px) {
  .p-concept__inner {
    height: 110vh;
  }
  .p-concept__contentItem:nth-child(1) {
    left: 0%;
  }
  .p-concept__title {
    margin-left: 20px;
    font-size: 38px;
    white-space: nowrap;
    text-align: center;
  }
  .p-concept__lead {
    font-size: 21px;
    text-align: center;
  }
  .p-concept__desc p {
    font-size: 21px;
    margin-bottom: 40px;
    text-align: center;
  }
  .p-concept {
    min-height: max(1500px, 140vh);
  }
  .p-concept__images {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
  }
  .p-concept__img {
    position: absolute;
  }
  .p-concept__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-concept__img--4 {
    bottom: 8vh;
  }
}
/* =========================
  TOP: SOLUTIONS
========================= */
.p-top-solutions {
  position: relative;
  background: #fff;
}

.p-top-solutions::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  background: url("../assets/img/common/bg/bg-image-top-solutions-sp.png") center top/cover no-repeat;
  z-index: 1;
}

.p-top-solutions__inner {
  position: relative;
  z-index: 3;
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.p-top-solutions__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.p-top-solutions-card {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.p-top-solutions-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 320px;
  padding: 40px 24px 50px;
}

.p-top-solutions-card__title {
  padding-bottom: 45px;
  color: #7d5475;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-top-solutions-card__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 55px;
  color: #2f2e2e;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.p-top-solutions-card__list--inline {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 12px;
  width: auto;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 30px;
}

.p-top-solutions-card__item {
  position: relative;
  padding-left: 1em;
  flex: none;
}

.p-top-solutions-card__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: currentColor;
}

.p-top-solutions-card__list--inline .p-top-solutions-card__item {
  padding-left: 1em;
}

.p-top-solutions-card__button {
  padding-bottom: 0;
  margin-top: auto;
}

@media screen and (min-width: 1080px) {
  .p-top-solutions::after {
    height: 600px;
    background: url("../assets/img/common/bg/bg-image-top-solutions-pc.png") center top/cover no-repeat;
  }
  .p-top-solutions::after {
    height: 600px;
    background: url("../assets/img/common/bg/bg-image-top-solutions-pc.png") center top/cover no-repeat;
  }
  .p-top-solutions__inner {
    max-width: 1440px;
    padding: 120px 30px 0px;
    margin: 0 auto;
  }
  .p-top-solutions__heading {
    max-width: 720px;
    padding-bottom: 80px;
  }
  .p-top-solutions__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 62px;
    align-items: stretch;
  }
  .p-top-solutions-card {
    width: 100%;
  }
  .p-top-solutions-card__body {
    min-height: 400px;
    padding: 60px 40px;
  }
  .p-top-solutions-card__title {
    padding-bottom: 40px;
    font-size: 32px;
  }
  .p-top-solutions-card__list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 16px;
    padding-bottom: 40px;
    font-size: 16px;
    width: auto;
    justify-content: center;
  }
  .p-top-solutions-card__list--inline {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    row-gap: 8px;
    padding-bottom: 10px;
    font-size: 16px;
    width: auto;
    justify-content: center;
  }
  .p-top-solutions-card__list:not(.p-top-solutions-card__list--inline) .p-top-solutions-card__item:nth-child(5) {
    grid-column: 2;
    padding-left: 0;
  }
  .p-top-solutions-card__list:not(.p-top-solutions-card__list--inline) .p-top-solutions-card__item:nth-child(5)::before {
    content: none;
  }
  .p-top-solutions-card__list--inline {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .p-top-solutions-card__button {
    width: 291px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-top-solutions-card__button .c-uxbtn {
    width: 100%;
  }
}
/* =========================
  TOP SECTION HEADING
  （トップ専用共通見出し）
========================= */
.p-topSectionHeading__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 30px;
  color: currentColor;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.p-topSectionHeading__eyebrow::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: currentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.p-topSectionHeading__eyebrow::after {
  content: none;
}

.p-topSectionHeading__title {
  padding-bottom: 50px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.05em;
}

.p-topSectionHeading__lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.p-topSectionHeading--white {
  color: #fff;
}

.p-topSectionHeading--black {
  color: #2f2e2e;
}

.p-topSectionHeading--noLead .p-topSectionHeading__title {
  padding-bottom: 0;
}

@media screen and (min-width: 1080px) {
  .p-top-solutions__heading {
    max-width: 720px;
    padding-bottom: 0px;
  }
  .p-top-solutions__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 62px;
    align-items: stretch;
  }
  .p-top-solutions-card__body {
    min-height: 409px;
    padding: 55px 65px 55px;
  }
  .p-top-solutions-card__title {
    padding-bottom: 55px;
    font-size: 40px;
  }
  .p-top-solutions-card__list {
    gap: 20px;
    padding-bottom: 48px;
    font-size: 19px;
  }
  .p-top-solutions-card__list--inline {
    gap: 20px 28px;
  }
}
@media screen and (min-width: 1700px) {
  .p-top-solutions__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
/* =========================
  TOP: SERVICES
========================= */
.p-top-services__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

.p-top-services__cards {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
}

.p-top-services-card {
  border-radius: 5px;
  background: #f4f4f4;
}

.p-top-services-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-top: 48px;
  padding-right: 20px;
  padding-bottom: 38px;
  padding-left: 20px;
}

.p-top-services-card__img {
  width: 100%;
  max-width: 160px;
  height: 150px;
  padding-bottom: 34px;
}

.p-top-services-card__title {
  padding-bottom: 30px;
  color: #7d5475;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-top-services-card__text {
  padding-bottom: 40px;
  color: #2f2e2e;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-top-services-card__button {
  display: flex;
  justify-content: center;
}

.p-top-services-card__button .c-uxbtn {
  width: 100%;
  max-width: 254px;
  margin-inline: auto;
}

@media screen and (min-width: 1080px) {
  .p-top-services__inner {
    max-width: 1440px;
    padding: 200px 30px 120px;
    margin: 0 auto;
  }
  .p-top-services__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    background: #f4f4f4;
  }
  .p-top-services-card {
    position: relative;
    border-radius: 0;
  }
  .p-top-services-card:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 66px;
    bottom: 66px;
    left: 0;
    width: 1px;
    opacity: 0.43;
    background: #aaaaaa;
  }
  .p-top-services-card__body {
    padding-top: 78px;
    padding-right: 34px;
    padding-bottom: 66px;
    padding-left: 34px;
  }
  .p-top-services-card__img {
    max-width: 190px;
  }
  .p-top-services-card__title {
    padding-bottom: 38px;
  }
  .p-top-services-card__text {
    max-width: 303px;
    font-size: 17px;
    padding-bottom: 40px;
    flex-grow: 1;
  }
  .p-top-services-card__button {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .p-top-services-card__button .c-uxbtn {
    width: 100%;
    max-width: 254px;
  }
}
@media screen and (min-width: 1700px) {
  .p-top-services__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
/* =========================
  TOP: WORKS
========================= */
.p-top-works__inner {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1440px;
  margin: 0 auto;
}

.p-top-works__heading {
  padding-bottom: 56px;
}

.p-works-filter--top {
  display: none;
}

.p-works-filter--top .p-works-filter__inner {
  padding-bottom: 56px;
}

.p-top-works__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 56px;
  justify-items: center;
}

.p-top-works__list .c-work-card__link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-top-works__list .c-work-card__title,
.p-top-works__list .c-work-card__issue {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-top-works__list .c-work-card__title {
  -webkit-line-clamp: 2;
  height: 3.2em;
  margin-bottom: 19px;
  padding-bottom: 0;
}

.p-top-works__list .c-work-card__title.is-title-two-lines {
  margin-bottom: 19px;
}

.p-top-works__list .c-work-card__issue {
  -webkit-line-clamp: 2;
  min-height: 3.6em;
}

.p-top-works__button {
  display: flex;
  justify-content: center;
  padding-top: 32px;
}

.p-top-works__list + .p-works-empty {
  padding-top: 8px;
}

.p-top-works__button .c-uxbtn {
  width: 194px;
}

@media screen and (min-width: 1080px) {
  .p-top-works__inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .p-top-works__heading {
    padding-bottom: 72px;
  }
  .p-top-works__list {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 56px;
         column-gap: 56px;
    row-gap: 72px;
    justify-items: center;
  }
  .p-top-works__button .c-uxbtn {
    width: 194px;
  }
}
@media screen and (min-width: 1700px) {
  .p-top-works__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
/* =========================
  TOP: Resources
========================= */
.p-top-resources {
  background: #f7f7f7;
  padding-bottom: 54px;
}

.p-top-resources__inner {
  padding-top: 67px;
  max-width: 1440px;
  margin: 0 auto;
}

.p-top-resources__block {
  padding-bottom: 104px;
}

.p-top-resources__subTitle {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.p-top-resources__subHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.p-top-resources__subIconLink {
  display: block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background: url("../assets/img/pages/resources/resources-instagram-icon.svg") center/contain no-repeat;
}

.p-top-resources__border {
  height: 1px;
  margin-bottom: 47px;
  background: #aaaaaa;
}

.p-top-resources__instagram {
  margin-bottom: 104px;
}

.p-top-resources__instagramFeed #sb_instagram {
  width: 100% !important;
  padding-bottom: 0 !important;
}

.p-top-resources__instagramFeed .sb_instagram_header,
.p-top-resources__instagramFeed #sbi_load {
  display: none !important;
}

.p-top-resources__instagramFeed .sbi_item:nth-child(n+5) {
  display: none !important;
}

.p-top-resources__instagramFeed .sbi_photo_wrap {
  height: auto !important;
}

.p-top-resources__instagramFeed .sbi_photo {
  display: block !important;
  aspect-ratio: 173/294;
  height: auto !important;
  padding-bottom: 0 !important;
  overflow: hidden;
  background-size: cover !important;
  background-position: center top !important;
}

.p-top-resources__instagramFeed .sbi_photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.p-top-resources__instagramList {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 24px) / 2);
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.p-top-resources__instagramList::-webkit-scrollbar {
  display: none;
}

.p-top-resources__instagramItem {
  min-width: 0;
}

.p-top-resources__instagramLink {
  display: block;
  color: inherit;
  text-decoration: none;
}

.p-top-resources__instagramThumb {
  width: 100%;
  aspect-ratio: 173/294;
  overflow: hidden;
}

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

.p-top-resources__instagramText {
  margin-top: 13px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #2f2e2e;
}

.p-top-resources__scrollUi {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 63px;
  width: 100%;
}

.p-top-resources__scrollArrow {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  color: #2f2e2e;
}

.p-top-resources__scrollArrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.p-top-resources__scrollArrow--prev span {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.p-top-resources__scrollArrow--next span {
  transform: translate(-70%, -50%) rotate(45deg);
}

.p-top-resources__scrollArrow.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.p-top-resources__scrollTrack {
  position: relative;
  flex: 1;
  height: 1px;
  background: #aaaaaa;
}

.p-top-resources__scrollThumb {
  position: absolute;
  top: 50%;
  left: 0;
  width: 56px;
  height: 3px;
  background: #2f2e2e;
  transform: translateY(-50%);
  transition: left 0.25s ease;
}

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

.p-top-resources__content {
  padding-bottom: 104px;
}

.p-top-resources__content:last-child {
  padding-bottom: 0;
}

.p-top-resources__blogList {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.p-top-resources__blogLink {
  display: grid;
  grid-template-columns: 115px 1fr;
  -moz-column-gap: 14px;
       column-gap: 14px;
  align-items: stretch;
  padding-bottom: 18px;
  color: inherit;
  text-decoration: none;
}

.p-top-resources__blogThumb {
  width: 100%;
  height: auto;
  min-height: 73px;
  overflow: hidden;
  aspect-ratio: 115/73;
  align-self: start;
}

.p-top-resources__blogThumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-resources__blogBody {
  min-width: 0;
}

.p-top-resources__blogDate {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1;
  color: #a3a3a3;
}

.p-top-resources__blogTitle {
  line-height: 1.7;
  color: #2f2e2e;
  font-weight: 500;
}

.p-top-resources__blogExcerpt {
  margin: 6px 0 0;
  color: #2f2e2e;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.p-top-resources__downloadThumb {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 43px;
}

.p-top-resources__downloadThumb img {
  display: block;
  width: 100%;
  height: auto;
}

.p-top-resources__downloadTitle {
  margin-bottom: 22px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
  color: #2f2e2e;
}

.p-top-resources__downloadText {
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #2f2e2e;
}

.p-top-resources__downloadList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
  text-align: left;
}

.p-top-resources__downloadCard {
  min-width: 0;
}

.p-top-resources__downloadCard .p-resources-download-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.p-top-resources__downloadCard .p-resources-download-card__thumb {
  aspect-ratio: 4/3;
  overflow: hidden;
}

.p-top-resources__downloadCard .p-resources-download-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-resources__downloadCard .p-resources-download-card__body {
  padding-top: 12px;
}

.p-top-resources__downloadCard .p-resources-download-card__title {
  color: #2f2e2e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

@media (min-width: 1080px) {
  .p-top-resources__downloadList {
    gap: 24px 20px;
  }
}
.p-top-resources__button {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.p-top-resources__button--instagram {
  padding-bottom: 92px;
}

.p-top-resources__instagramLink {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* グローバル a:hover の opacity をこのカードだけ打ち消す */
.p-top-resources__instagramLink:hover,
.p-top-resources__instagramLink:focus-visible {
  opacity: 1;
}

.p-top-resources__instagramThumb {
  position: relative;
  width: 100%;
  aspect-ratio: 173/294;
  overflow: hidden;
}

.p-top-resources__instagramThumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.p-top-resources__instagramThumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

/* 中央の丸＋矢印 */
.p-top-resources__instagramIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}

.p-top-resources__instagramIcon::before,
.p-top-resources__instagramIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #fff;
  border-radius: 9999px;
  transform-origin: calc(100% - 0.75px) 50%;
}

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

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

.p-top-resources__instagramLink:hover .p-top-resources__instagramThumb::before,
.p-top-resources__instagramLink:focus-visible .p-top-resources__instagramThumb::before {
  opacity: 1;
}

.p-top-resources__instagramLink:hover .p-top-resources__instagramThumb img,
.p-top-resources__instagramLink:focus-visible .p-top-resources__instagramThumb img {
  transform: scale(1.04);
}

.p-top-resources__instagramLink:hover .p-top-resources__instagramIcon,
.p-top-resources__instagramLink:focus-visible .p-top-resources__instagramIcon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.p-top-resources__instagramText {
  margin-top: 13px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #2f2e2e;
}

@media (min-width: 1080px) {
  .p-top-resources {
    padding-bottom: 122px;
  }
  .p-top-resources__button--instagram {
    padding-bottom: 198px;
  }
  .p-top-resources__instagram {
    margin-bottom: 172px;
  }
  .p-top-resources__subTitle {
    margin-bottom: 22px;
    font-size: 25px;
  }
  .p-top-resources__instagramList {
    grid-auto-flow: initial;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-columns: auto;
    overflow-x: visible;
    padding-bottom: 0;
  }
  .p-top-resources__scrollUi {
    display: none;
  }
  .p-top-resources__instagramList {
    gap: 122px;
  }
  .p-top-resources__lower {
    display: flex;
    justify-content: space-between;
    gap: 205px;
  }
  .p-top-resources__content {
    width: calc((100% - 80px) / 2);
    padding-bottom: 0;
  }
  .p-top-resources__content--download {
    display: flex;
    flex-direction: column;
  }
  .p-top-resources__blogLink {
    grid-template-columns: 72px 1fr 16px;
    -moz-column-gap: 18px;
         column-gap: 18px;
    padding-bottom: 20px;
  }
  .p-top-resources__block {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 0;
  }
  .p-top-resources__download {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .p-top-resources__button {
    margin-top: auto;
    padding-top: 86px;
    display: flex;
    justify-content: center;
  }
  .p-top-resources__block > .p-top-resources__instagram {
    margin-bottom: 0;
  }
  .p-top-resources__download {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
  }
  .p-top-resources__downloadThumb {
    max-width: 320px;
    margin-bottom: 68px;
  }
  .p-top-resources__downloadTitle {
    margin-bottom: 24px;
    font-size: 20px;
  }
  .p-top-resources__downloadText {
    margin: 0 auto;
    text-align: left;
  }
  .p-top-resources__blogItem {
    border-bottom: 1px solid #aaaaaa;
  }
  .p-top-resources__blogLink {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 18px 0 36px;
    text-decoration: none;
    color: inherit;
  }
  .p-top-resources__blogThumb {
    width: 115px;
    flex-shrink: 0;
    align-self: flex-start;
  }
  .p-top-resources__blogThumb img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-top-resources__blogBody {
    flex: 1;
  }
  .p-top-resources__blogDate {
    font-size: 12px;
    color: #8c8c8c;
    margin-bottom: 6px;
  }
  .p-top-resources__blogTitle {
    font-size: 16px;
    line-height: 1.6;
  }
  .p-top-resources__blogExcerpt {
    font-size: 13px;
  }
  .p-top-resources__blogLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2f2e2e;
    text-decoration: none;
  }
  .p-top-resources__blogArrowWrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
  .p-top-resources__blogArrowFirst,
  .p-top-resources__blogArrowSecond {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transition: transform 0.25s ease;
    will-change: transform;
  }
  /* 初期表示の矢印 */
  .p-top-resources__blogArrowFirst {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  /* 左から待機している2本目 */
  .p-top-resources__blogArrowSecond {
    transform: translate(-270%, -50%) rotate(45deg);
  }
  .p-top-resources__blogLink:hover .p-top-resources__blogArrowFirst,
  .p-top-resources__blogLink:focus-visible .p-top-resources__blogArrowFirst {
    transform: translate(170%, -50%) rotate(45deg);
  }
  .p-top-resources__blogLink:hover .p-top-resources__blogArrowSecond,
  .p-top-resources__blogLink:focus-visible .p-top-resources__blogArrowSecond {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@media screen and (min-width: 1700px) {
  .p-top-resources__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
/* =========================
  TOP: News
========================= */
.p-top-news {
  padding-bottom: 120px;
}

.p-top-news__inner {
  padding-top: 40px;
  max-width: 1440px;
  margin: 0 auto;
}

.p-top-news__heading {
  padding-bottom: 55px;
}

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

.p-top-news__category {
  padding-bottom: 55px;
}

.p-top-news__categoryList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 46px;
}

.p-top-news__categoryItem--pc {
  display: none;
}

.p-top-news__categoryButton {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  color: #2f2e2e;
  cursor: pointer;
  font-weight: 500;
}

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

.p-top-news__list {
  border-top: 1px solid #aaaaaa;
}

.p-top-news__item {
  border-bottom: 1px solid #aaaaaa;
}

.p-top-news__item[hidden] {
  display: none !important;
}

.p-top-news__empty {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.8;
  color: #2f2e2e;
}

.p-top-news__link {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  color: inherit;
  text-decoration: none;
}

.p-top-news__content {
  min-width: 0;
}

.p-top-news__meta {
  display: flex;
  align-items: center;
  gap: 19px;
  padding-bottom: 6px;
}

.p-top-news__date,
.p-top-news__tag {
  font-size: 14px;
  line-height: 1.4;
  color: #8f8f8f;
  white-space: nowrap;
}

.p-top-news__itemTitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #2f2e2e;
  word-break: break-word;
}

.p-top-news__button {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}

@media (min-width: 1080px) {
  .p-top-news {
    padding-bottom: 0px;
  }
  .p-top-news__inner {
    padding-top: 100px;
  }
  .p-top-news__body {
    display: grid;
    grid-template-columns: 180px 1fr;
    -moz-column-gap: 140px;
         column-gap: 140px;
    align-items: start;
  }
  .p-top-news__category {
    padding-bottom: 0;
  }
  .p-top-news__categoryList {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .p-top-news__categoryItem {
    width: 100%;
  }
  .p-top-news__categoryItem--pc {
    display: block;
  }
  .p-top-news__categoryButton {
    position: relative;
    display: inline-block;
    text-align: left;
    transition: transform 0.3s ease, color 0.3s ease;
  }
  .p-top-news__categoryButton::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    width: 23px;
    height: 2px;
    background: #7d5475;
    transform-origin: left center;
    transform: translateY(-50%) scaleX(0);
    transition: transform 0.3s ease;
  }
  .p-top-news__categoryButton:hover,
  .p-top-news__categoryButton:focus-visible,
  .p-top-news__categoryButton.is-active {
    color: #7d5475;
    transform: translateX(30px);
  }
  .p-top-news__categoryButton:hover::before,
  .p-top-news__categoryButton:focus-visible::before,
  .p-top-news__categoryButton.is-active::before {
    transform: translateY(-50%) scaleX(1);
  }
  .p-top-news__link {
    display: grid;
    grid-template-columns: auto 120px 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .p-top-news__thumb {
    display: none;
  }
  .p-top-news__content {
    display: contents;
  }
  .p-top-news__meta {
    display: contents;
    padding-bottom: 0;
  }
  .p-top-news__date,
  .p-top-news__tag {
    font-size: 14px;
    line-height: 1.4;
    color: #2f2e2e;
  }
  .p-top-news__itemTitle {
    font-size: 16px;
    min-width: 0;
  }
  .p-top-news__button {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1700px) {
  .p-top-news__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
/* =========================
  TOP: About
========================= */
.p-top-about {
  position: relative;
  padding-bottom: 80px;
}

.p-top-about__sticky {
  position: static;
}

.p-top-about__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
}

.p-top-about__heading {
  order: 1;
  padding-bottom: 24px;
}

.p-top-about__imgMain {
  order: 2;
  margin-right: calc(50% - 50vw);
  margin-left: 0;
}
.p-top-about__imgMain img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 400/236;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-top-about__text {
  order: 3;
  padding-top: 32px;
  padding-bottom: 32px;
  color: #2f2e2e;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-top-about__imgSub {
  order: 4;
  margin-left: -30px;
  width: calc(100% + 30px);
  max-width: 332px;
}
.p-top-about__imgSub img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 332/190;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-about__button {
  order: 5;
  padding-top: 40px;
  text-align: center;
}

@media screen and (min-width: 1080px) {
  .p-top-about {
    height: 150vh;
    padding-bottom: 0;
    overflow: clip;
  }
  .p-top-about__sticky {
    position: sticky;
    top: 0;
    height: 140vh;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .p-top-about__inner {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    display: grid;
    grid-template-columns: 544px minmax(0, 1fr);
    grid-template-rows: auto auto auto auto;
    -moz-column-gap: 102px;
         column-gap: 102px;
    align-items: start;
    position: relative;
  }
  .p-top-about__heading {
    grid-column: 1/2;
    grid-row: 1/2;
    padding-bottom: 0;
  }
  .p-top-about__text {
    grid-column: 1/2;
    grid-row: 2/3;
    padding-top: 48px;
    padding-bottom: 77px;
    font-size: 20px;
  }
  .p-top-about__button {
    grid-column: 1/2;
    grid-row: 3/4;
    padding-top: 0;
    text-align: left;
    z-index: 3;
  }
  .p-top-about__imgSub {
    grid-column: 1/2;
    grid-row: 4/5;
    margin-left: 0;
    padding-top: 150px;
    width: 100%;
    max-width: none;
    will-change: transform;
  }
  .p-top-about__imgSub img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 544/313;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-top-about__imgMain {
    grid-column: 2/3;
    grid-row: 1/5;
    width: 973px;
    max-width: none;
    margin: 0;
    justify-self: start;
    position: relative;
    z-index: 1;
    will-change: transform;
  }
  .p-top-about__imgMain img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 973/617;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1700px) {
  .p-top-about__inner {
    padding: 0;
  }
  .p-top-about__sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
}
/* =========================
  CONTACT BANNER (下部CTA)
========================= */
.p-contact-banner {
  padding-bottom: 80px;
}

.p-contact-banner__inner {
  max-width: 1376px;
  margin: 0 auto;
  padding: 0 15px;
}

.p-contact-banner__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 26px 0px 34px 0px;
  border: 2px solid #7d5475;
  background: #fff;
  color: #7d5475;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.p-contact-banner__card:hover {
  opacity: 1;
  background: #7d5475;
  color: #fff;
}
.p-contact-banner__card:hover .p-topSectionHeading--contact,
.p-contact-banner__card:hover .p-topSectionHeading__title,
.p-contact-banner__card:hover .p-topSectionHeading__eyebrow {
  color: #fff;
}
.p-contact-banner__card:hover .p-contact-banner__text {
  color: #fff;
}
.p-contact-banner__card:hover .p-contact-banner__btn {
  background: #fff;
  color: #7d5475;
}

.p-topSectionHeading--contact {
  color: #7d5475;
}
.p-topSectionHeading--contact .p-topSectionHeading__eyebrow {
  justify-content: center;
  padding-bottom: 17px;
  color: #7d5475;
  font-size: 12px;
  font-weight: 600;
}
.p-topSectionHeading--contact .p-topSectionHeading__eyebrow::before {
  content: "[";
  width: auto;
  height: auto;
  background: none;
  transform: none;
  flex-shrink: 1;
  margin-right: 6px;
  color: inherit;
}
.p-topSectionHeading--contact .p-topSectionHeading__eyebrow::after {
  content: "]";
  width: auto;
  height: auto;
  background: none;
  transform: none;
  flex-shrink: 1;
  margin-left: 6px;
  color: inherit;
}
.p-topSectionHeading--contact .p-topSectionHeading__title {
  padding-bottom: 24px;
  font-size: 24px;
  color: #7d5475;
}

.p-contact-banner__content {
  margin-bottom: 40px;
}

.p-contact-banner__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  color: #7d5475;
}

.p-contact-banner__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 80px 16px 20px;
  background: #7d5475;
  color: #fff;
  border: 1px solid #7d5475;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.p-contact-banner__btn-text {
  font-weight: 500;
  font-size: 16px;
}

.p-contact-banner__card:hover .p-contact-banner__btn {
  background: #fff;
  color: #7d5475;
}

.p-contact-banner__btn-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 53%;
  transform: translateY(-50%);
}

.p-contact-banner__btn-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* ==============================================
   PCレイアウト
============================================== */
@media screen and (min-width: 1080px) {
  .p-contact-banner {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .p-contact-banner__card {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    padding: 60px 80px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .p-contact-banner__content {
    margin-bottom: 0;
  }
  .p-topSectionHeading--contact .p-topSectionHeading__eyebrow {
    justify-content: flex-start;
    font-size: 19px;
  }
  .p-topSectionHeading--contact .p-topSectionHeading__eyebrow::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    background: currentColor;
    transform: rotate(45deg);
    margin-left: 10px;
  }
  .p-topSectionHeading--contact .p-topSectionHeading__eyebrow::after {
    content: none;
  }
  .p-topSectionHeading--contact .p-topSectionHeading__title {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .p-contact-banner__text {
    font-size: 16px;
  }
  .p-contact-banner__btn {
    width: 57px;
    height: 57px;
    padding: 0;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  }
  .p-contact-banner__btn-text {
    display: none;
  }
  .p-contact-banner__btn-icon {
    width: 24px;
    height: 24px;
    margin: 0;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.25s ease;
  }
  .p-contact-banner__card:hover,
  .p-contact-banner__card:focus-within {
    background: #7d5475;
    color: #fff;
  }
  .p-contact-banner__card:hover .p-contact-banner__btn,
  .p-contact-banner__card:focus-within .p-contact-banner__btn {
    color: #7d5475;
    border-color: #fff;
    transform: translateX(10px);
  }
  .p-contact-banner__card:hover .p-contact-banner__btn-icon,
  .p-contact-banner__card:focus-within .p-contact-banner__btn-icon {
    transform: translateY(-50%) translateX(0px);
  }
}
/* ----------------------------------------
 * works/index
 * ---------------------------------------- */
.p-works-hero__inner {
  max-width: 1440px;
}

.p-works-hero__leadWrap {
  align-items: stretch;
  gap: 18px;
}

.p-works-hero__leadWrap::before {
  display: none;
}

.p-works-hero__leadLine {
  flex: 0 0 7px;
  width: 7px;
  align-self: stretch;
  height: auto;
  margin-block: 6px;
  background: #7d5475;
}

.p-works-hero__lead {
  line-height: normal;
}

.p-works-hero__description {
  padding-top: 67px;
  padding-bottom: 67px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-works-filter__inner {
  padding-bottom: 96px;
}

.p-works-filter__all,
.p-works-filter__trigger {
  width: 100%;
  border-top: 1px solid #b1b1b1;
  color: #2f2e2e;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: left;
}

.p-works-filter__all {
  display: block;
  padding: 25px 0;
}

.p-works-filter__accordion {
  border-bottom: 1px solid #b1b1b1;
}

.p-works-filter__accordion + .p-works-filter__accordion .p-works-filter__trigger {
  border-top: 0;
}

.p-works-filter__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 0;
}

.p-works-filter__trigger[aria-expanded=true] .p-works-filter__iconLine--vertical {
  opacity: 0;
}

.p-works-filter__icon {
  position: relative;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
}

.p-works-filter__iconLine {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #7d5475;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}

.p-works-filter__iconLine--horizontal {
  width: 15px;
  height: 3px;
}

.p-works-filter__iconLine--vertical {
  width: 3px;
  height: 15px;
}

.p-works-filter__panel {
  padding-bottom: 26px;
}

.p-works-filter__options {
  display: grid;
  gap: 26px;
}

.p-works-filter__option {
  display: flex;
  align-items: center;
  gap: 19px;
  cursor: pointer;
}

.p-works-filter__radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.p-works-filter__radioUi {
  position: relative;
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  border: 1px solid #7d5475;
  border-radius: 4px;
}

.p-works-filter__radioUi::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 12px;
  border-right: 2px solid #7d5475;
  border-bottom: 2px solid #7d5475;
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.p-works-filter__radio:checked + .p-works-filter__radioUi::after {
  transform: rotate(45deg) scale(1);
}

.p-works-filter__label {
  color: #2f2e2e;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.p-works-content {
  padding-bottom: 96px;
}

.p-works-list__inner {
  padding-bottom: 0;
}

.p-works-list__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 56px;
}

.p-works-list .c-work-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.2em;
  margin-bottom: 19px;
  padding-bottom: 0;
}

.p-works-list .c-work-card__title.is-title-two-lines {
  margin-bottom: 19px;
}

.p-works-empty {
  padding-bottom: 96px;
  text-align: center;
}

.p-works-empty__title {
  padding-bottom: 12px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #2f2e2e;
}

.p-works-empty__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #2f2e2e;
}

.p-works-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding-top: 32px;
}

.p-works-pagination__numbers {
  display: flex;
  align-items: center;
  gap: 24px;
}

.p-works-pagination__arrow,
.p-works-pagination__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #2f2e2e;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.p-works-pagination__arrow {
  width: 13px;
  height: 13px;
}

.p-works-pagination__arrow:disabled {
  opacity: 0.35;
}

.p-works-pagination__number {
  width: 37px;
  height: 37px;
  border: 1px solid #b1b1b1;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  font-variant-numeric: lining-nums;
  text-indent: 1px;
  padding-bottom: 3px;
}

.p-works-pagination__number.is-current {
  border-color: #2f2e2e;
  background: #2f2e2e;
  color: #fff;
}

.p-works-pagination__arrowIcon {
  position: relative;
  display: inline-block;
  width: 9.2px;
  height: 15.9px;
}

.p-works-pagination__arrowIcon::before,
.p-works-pagination__arrowIcon::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.25px);
  width: 12px;
  height: 2.5px;
  background: #2f2e2e;
  border-radius: 999px;
}

.p-works-pagination__arrowIcon--prev::before,
.p-works-pagination__arrowIcon--prev::after {
  left: 0;
  transform-origin: 1.25px 50%;
}

.p-works-pagination__arrowIcon--next::before,
.p-works-pagination__arrowIcon--next::after {
  right: 0;
  transform-origin: calc(100% - 1.25px) 50%;
}

.p-works-pagination__arrowIcon--prev::before {
  transform: rotate(45deg);
}

.p-works-pagination__arrowIcon--prev::after {
  transform: rotate(-45deg);
}

.p-works-pagination__arrowIcon--next::before {
  transform: rotate(45deg);
}

.p-works-pagination__arrowIcon--next::after {
  transform: rotate(-45deg);
}

@media (min-width: 821px) {
  .p-works-hero__description {
    max-width: 1330px;
    margin-left: 240px;
    padding-left: 0;
    padding-bottom: 67px;
  }
  .p-works-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 64px;
  }
  .p-works-list .c-work-card__title {
    height: 3.2em;
  }
}
@media (min-width: 1080px) {
  .p-works-hero__leadWrap {
    margin-left: 180px;
  }
  .p-works-hero__leadLine {
    flex-basis: 10px;
    width: 10px;
    margin-block: 8px;
  }
  .p-works-hero__description {
    max-width: 1330px;
    margin-left: 240px;
    padding-left: 0;
    padding-bottom: 67px;
  }
  .p-works-filter__inner {
    max-width: 1240px;
  }
  .p-works-filter__all,
  .p-works-filter__trigger {
    font-size: 17px;
  }
  .p-works-content {
    display: grid;
    grid-template-columns: 400px minmax(0, 54.167vw);
    gap: clamp(32px, 3.125vw, 60px);
    width: min(78.125vw, 1500px);
    margin: 0 auto;
    padding-bottom: 120px;
    align-items: start;
  }
  .p-works-filter__inner,
  .p-works-list__inner {
    max-width: none;
    width: 100%;
    padding-inline: 0;
  }
  .p-works-filter__inner {
    width: 320px;
    padding-bottom: 0;
  }
  .p-works-filter__label {
    font-size: 15px;
  }
  .p-works-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 56px;
         column-gap: 56px;
    row-gap: 50px;
  }
  .p-works-list .c-work-card__title {
    height: 3.2em;
  }
  .p-works-empty {
    padding-bottom: 0;
    padding-top: 80px;
  }
  .p-works-pagination {
    padding-top: 56px;
  }
}
.p-work-single-fv__inner {
  padding-top: 67px;
  padding-bottom: 68px;
}

.p-work-single-fv .p-page-heading__breadcrumb {
  padding-bottom: 67px;
}

.p-work-single-fv--breadcrumb-top .p-page-heading__breadcrumb {
  padding-top: 185px;
}

.p-work-single-fv__back {
  padding-bottom: 40px;
}

.p-work-single-fv__back-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #7d5475;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.p-work-single-fv__back-link:hover,
.p-work-single-fv__back-link:focus-visible {
  opacity: 1;
}

.p-work-single-fv__back-icon {
  color: #7d5475;
}

.p-work-single-fv__back-icon .c-uxbtn__svg {
  color: #7d5475;
}

.p-work-single-fv__back-icon .c-uxbtn__arrow {
  transform-origin: center;
  transition: transform 0.25s ease;
}

.p-work-single-fv__back-icon .c-uxbtn__arrow--first {
  transform: translateX(0%) rotate(180deg);
}

.p-work-single-fv__back-icon .c-uxbtn__arrow--second {
  transform: translateX(105%) rotate(180deg);
}

.p-work-single-fv__back-link:hover .p-work-single-fv__back-icon .c-uxbtn__arrow--first,
.p-work-single-fv__back-link:focus-visible .p-work-single-fv__back-icon .c-uxbtn__arrow--first {
  transform: translateX(-105%) rotate(180deg);
}

.p-work-single-fv__back-link:hover .p-work-single-fv__back-icon .c-uxbtn__arrow--second,
.p-work-single-fv__back-link:focus-visible .p-work-single-fv__back-icon .c-uxbtn__arrow--second {
  transform: translateX(0%) rotate(180deg);
}

.p-work-single-fv__image {
  max-width: 840px;
  padding-bottom: 47px;
}

.p-work-single-fv__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-work-single-fv__title {
  padding-bottom: 44px;
  color: #2f2e2e;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-work-single-fv__links {
  display: grid;
  gap: 18px;
  padding-bottom: 24px;
}

.p-work-single-fv__linkItem {
  display: grid;
  gap: 6px;
}

.p-work-single-fv__company {
  margin: 0;
  color: #2f2e2e;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-work-single-fv__url {
  margin: 0;
}

.p-work-single-fv__url a {
  color: #7d5475;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.p-work-single-fv__meta {
  padding-bottom: 24px;
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-work-single-fv__meta:last-of-type {
  padding-bottom: 56px;
}

.p-work-single-fv__tags {
  display: grid;
  gap: 15px;
}

.p-work-single-fv__tag {
  color: #2f2e2e;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-work-single-fv__tag::before {
  content: "#";
  margin-right: 0.2em;
  color: #7d5475;
}

.p-work-single-overview__inner {
  padding-bottom: 80px;
}

.p-work-single-overview__head {
  padding-bottom: 40px;
}

.p-work-single-overview__title {
  padding-bottom: 16px;
  color: #2f2e2e;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-work-single-overview__line {
  width: 100%;
  max-width: 1440px;
  height: 1px;
  background-color: #707070;
}

.p-work-single-overview__body {
  color: #2f2e2e;
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-work-single-overview__lead {
  padding-bottom: 80px;
}

.p-work-single-overview__section:not(:last-child) {
  padding-bottom: 80px;
}

.p-work-single-overview__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 40px;
  color: #7d5475;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-work-single-overview__text {
  display: grid;
  gap: 1em;
}

.p-work-single-results__inner {
  padding-bottom: 80px;
}

.p-work-single-results__section {
  color: #2f2e2e;
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-work-single-results__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 40px;
  color: #7d5475;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-work-single-results__text {
  display: grid;
  gap: 1em;
  padding-bottom: 48px;
}

.p-work-single-results__gallery {
  display: grid;
  gap: 40px;
}

.p-work-single-results__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-work-single-staff__inner {
  padding-bottom: 80px;
}

.p-work-single-staff__section {
  color: #2f2e2e;
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-work-single-staff__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 40px;
  color: #7d5475;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-work-single-overview__heading::before,
.p-work-single-results__heading::before,
.p-work-single-staff__heading::before {
  content: "";
  flex-shrink: 0;
  width: 4px;
  align-self: stretch;
  background-color: #7d5475;
}

.p-work-single-staff__text {
  display: grid;
  gap: 1em;
}

.p-work-single-related__inner {
  padding-bottom: 80px;
}

.p-work-single-related__heading {
  padding-bottom: 40px;
  color: #7d5475;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-work-single-related__list {
  display: grid;
  gap: 40px;
}

.p-work-single-related__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.p-work-single-related__image {
  padding-bottom: 22px;
}

.p-work-single-related__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-work-single-related__content {
  display: grid;
  gap: 8px;
}

.p-work-single-related__client,
.p-work-single-related__title {
  color: #2f2e2e;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.p-work-single-related__button {
  display: flex;
  justify-content: center;
  padding-top: 68px;
}

.p-work-single-related__button .c-uxbtn {
  background: #fff;
  color: #2f2e2e;
  border-color: #2f2e2e;
}

.p-work-single-related__button .c-uxbtn:hover,
.p-work-single-related__button .c-uxbtn:focus-visible {
  background: #fff;
  color: #2f2e2e;
  border-color: #2f2e2e;
}

.p-work-single-related__button .c-uxbtn__svg {
  color: #2f2e2e;
}

.p-work-single-related__button .c-uxbtn__label {
  padding-right: 30px;
}

.p-work-single-related__button .c-uxbtn__arrow--first {
  transition: transform 0.25s ease;
  transform: translateX(0%);
}

.p-work-single-related__button .c-uxbtn__arrow--second {
  transition: transform 0.25s ease;
  transform: translateX(-105%);
}

.p-work-single-related__button .c-uxbtn:hover .c-uxbtn__arrow--first,
.p-work-single-related__button .c-uxbtn:focus-visible .c-uxbtn__arrow--first {
  transform: translateX(105%);
}

.p-work-single-related__button .c-uxbtn:hover .c-uxbtn__arrow--second,
.p-work-single-related__button .c-uxbtn:focus-visible .c-uxbtn__arrow--second {
  transform: translateX(0%);
}

.p-work-single-related__button .c-uxbtn:hover .c-uxbtn__svg,
.p-work-single-related__button .c-uxbtn:focus-visible .c-uxbtn__svg {
  color: #2f2e2e;
}

.p-work-single-related__button .c-uxbtn--arrow-left .c-uxbtn__arrow--first {
  transform: translateX(0%) rotate(180deg);
}

.p-work-single-related__button .c-uxbtn--arrow-left .c-uxbtn__arrow--second {
  transform: translateX(105%) rotate(180deg);
}

.p-work-single-related__button .c-uxbtn--arrow-left:hover .c-uxbtn__arrow--first,
.p-work-single-related__button .c-uxbtn--arrow-left:focus-visible .c-uxbtn__arrow--first {
  transform: translateX(-105%) rotate(180deg);
}

.p-work-single-related__button .c-uxbtn--arrow-left:hover .c-uxbtn__arrow--second,
.p-work-single-related__button .c-uxbtn--arrow-left:focus-visible .c-uxbtn__arrow--second {
  transform: translateX(0%) rotate(180deg);
}

@media (min-width: 1080px) {
  .p-work-single-fv__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 520px;
    gap: 80px;
    align-items: start;
  }
  .p-work-single-fv__image {
    padding-bottom: 0;
  }
  .p-work-single-overview__body {
    max-width: 1440px;
  }
  .p-work-single-fv__title {
    font-size: 30px;
  }
  .p-work-single-overview__title {
    padding-bottom: 24px;
    font-size: 30px;
  }
  .p-work-single-overview__heading {
    font-size: 25px;
  }
  .p-work-single-results__heading {
    font-size: 25px;
  }
  .p-work-single-staff__heading {
    font-size: 25px;
  }
  .p-work-single-results__section {
    max-width: 1440px;
  }
  .p-work-single-results__gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
  }
  .p-work-single-staff__section {
    max-width: 1440px;
  }
  .p-work-single-related__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
  }
  .p-work-single-related__inner {
    padding-bottom: 160px;
  }
}
/* ==============================================
   Solutions ページ固有スタイル
   prefix: p-sol-
============================================== */
.p-sol-about {
  padding: 0 0 64px;
}

.p-sol-about__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 1440px;
  margin: 0 auto;
}

.p-sol-about__image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-sol-about__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-sol-about__text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #2f2e2e;
  font-weight: 500;
}

@media (min-width: 1080px) {
  .p-sol-about {
    padding: 0;
  }
  .p-sol-about__inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 56px;
  }
  .p-sol-about__image {
    flex: 0 0 42%;
  }
  .p-sol-about__body {
    flex: 1;
    gap: 0;
    padding-top: 0;
    align-self: center;
  }
  .p-sol-about__text {
    font-size: 18px;
    line-height: 2;
  }
  .p-sol-about__inner--resources {
    padding-bottom: 177px;
  }
}
@media (min-width: 1500px) {
  .p-sol-about__inner {
    gap: 100px;
    padding: 0;
  }
  .p-sol-about__inner--resources {
    padding-bottom: 177px;
  }
}
.p-sol-nav {
  padding: 64px 0 75px;
}

@media (max-width: 767px) {
  .p-page-heading--solutions .p-page-heading__jp {
    font-size: 24px;
    line-height: 1.35;
    padding-top: 13px;
  }
  .p-page-heading--solutions .p-page-heading__jp br {
    display: none;
  }
}
.p-sol-nav__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: 0 auto;
  max-width: 1200px;
}

.p-sol-nav__panel {
  background: #f4f4f4;
  padding: 36px 36px 58px;
  border-radius: 5px;
}

.p-sol-nav__heading {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  color: #7d5475;
  padding-bottom: 48px;
  border-bottom: 1px solid #aaaaaa;
  margin: 0;
}

.p-sol-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-sol-nav__item {
  border-bottom: 1px solid #aaaaaa;
}

.p-sol-nav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #2f2e2e;
  text-decoration: none;
  transition: color 0.2s;
}
.p-sol-nav__link:hover {
  color: #7d5475;
  opacity: 1;
}

.p-sol-nav__icon {
  display: none;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.p-sol-nav__arrow-wrap {
  margin-top: 2px;
  position: relative;
  overflow: hidden;
  width: 16px;
  height: 16px;
}

.p-sol-nav__arrow {
  position: absolute;
  inset: 0;
  transition: transform 0.25s ease;
}

.p-sol-nav__arrow--first {
  transform: translateX(0%);
}

.p-sol-nav__arrow--second {
  transform: translateX(-105%);
}

.p-sol-nav__link:hover .p-sol-nav__arrow--first,
.p-sol-nav__link:focus-visible .p-sol-nav__arrow--first {
  transform: translateX(105%);
}

.p-sol-nav__link:hover .p-sol-nav__arrow--second,
.p-sol-nav__link:focus-visible .p-sol-nav__arrow--second {
  transform: translateX(0%);
}

@media (min-width: 821px) {
  .p-sol-nav__inner {
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
  }
  .p-sol-nav__panel {
    flex: 1;
  }
  .p-sol-nav__link {
    justify-content: flex-start;
  }
  .p-sol-nav__icon {
    display: inline-flex;
  }
  .p-sol-nav__heading {
    font-size: 30px;
  }
}
@media (min-width: 1080px) {
  .p-sol-nav {
    padding: 0px;
  }
  .p-sol-nav__inner {
    gap: 80px;
    padding: 153px 0 192px;
  }
  .p-sol-nav__panel {
    background: #f4f4f4;
    padding: 60px 87px 80px;
    border-radius: 5px;
  }
  .p-sol-nav__heading {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 66px;
  }
  .p-sol-nav__link {
    font-size: 15px;
    padding: 32px 0;
  }
}
.p-page-heading.p-page-heading--sx {
  padding-bottom: 0;
}

.p-sx-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 73px;
  padding-bottom: 73px;
  max-width: 1440px;
  margin-inline: auto;
}

.p-sx-hero__image img {
  width: 100%;
  max-width: 346px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.p-sx-hero__body {
  display: flex;
  flex-direction: column;
}

.p-sx-hero__title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-bottom: 40px;
}

.p-sx-hero__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

@media (min-width: 1080px) {
  .p-sx-hero {
    padding: 0px;
  }
  .p-sx-hero__inner {
    flex-direction: row;
    align-items: center;
    gap: 80px;
    padding-bottom: 141px;
  }
  .p-sx-hero__image {
    flex: 0 0 346px;
  }
  .p-sx-hero__image img {
    margin: 0;
  }
  .p-sx-hero__body {
    flex: 1;
    gap: 0px;
  }
  .p-sx-hero__title {
    font-size: 27px;
    padding-bottom: 68px;
  }
  .p-sx-hero__text {
    font-size: 18px;
    line-height: 2.25;
  }
}
@media (min-width: 1500px) {
  .p-sx-hero__inner {
    gap: 200px;
  }
}
.p-sx-sections {
  padding: 0px 0 58px;
}

.p-sx-sections__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-sx-section {
  background: #f4f4f4;
  border-radius: 5px;
  padding: 50px 20px 25px;
}

.p-sx-sections__heading {
  position: relative;
  padding-top: 44px;
  margin-bottom: 40px;
  text-align: center;
}

.p-sx-sections__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c7c7c7;
}

.p-sx-sections__eyebrow {
  margin: 0;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 1.8;
  color: #2f2e2e;
}

.p-sx-sections__mainTitle {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #2f2e2e;
}

.p-sx-section__title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #7d5475;
  padding-bottom: 33px;
}

.p-sx-section__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

.c-sub-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 24px;
}

.c-sub-heading::before {
  content: "";
  display: block;
  width: 5px;
  height: 26px;
  flex-shrink: 0;
  background: #2f2e2e;
}

.c-sub-heading__text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #2f2e2e;
  line-height: 2.25;
}

@media (min-width: 1080px) {
  .c-sub-heading__text {
    font-size: 25px;
  }
}
@media (min-width: 1080px) {
  .p-sx-sections {
    padding: 0px 0 160px;
  }
  .p-sx-sections__inner {
    gap: 68px;
  }
  .p-sx-section {
    padding: 90px 150px 72px;
  }
  .p-sx-sections__heading {
    padding-top: 106px;
  }
  .p-sx-section__title {
    font-size: 22px;
    padding-bottom: 58px;
  }
  .p-sx-section__text {
    font-size: 16px;
  }
  .p-sx-sections__mainTitle {
    font-size: 40px;
  }
  .p-sx-sections__eyebrow {
    padding-bottom: 55px;
  }
}
.c-sec-heading {
  position: relative;
  padding-top: 32px;
  text-align: center;
}

@media (min-width: 1080px) {
  .p-page-heading--sx .c-sec-heading {
    padding-bottom: 158px;
  }
  .p-page-heading--sx .c-sec-heading__title {
    padding-bottom: 0;
  }
}
.p-sx-works {
  padding-bottom: 60px;
}

.p-sx-works__heading {
  padding-bottom: 44px;
}

.p-sx-works__swiper {
  overflow-x: hidden;
  overflow-y: visible;
  min-width: 0;
}

.p-sx-works__swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.p-sx-works__swiper .swiper-slide {
  width: 62vw;
  height: auto;
  flex-shrink: 0;
  margin-right: 0 !important;
  transform: scale(0.86);
  opacity: 0.55;
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.p-sx-works__swiper .c-work-card {
  width: 100%;
  height: 100%;
}

.p-sx-works__swiper .c-work-card__title,
.p-sx-works__swiper .c-work-card__issue {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-sx-works__swiper .c-work-card__title {
  -webkit-line-clamp: 2;
  height: 3.2em;
  margin-bottom: 19px;
  padding-bottom: 0;
}

.p-sx-works__swiper .c-work-card__title.is-title-two-lines {
  margin-bottom: 19px;
}

.p-sx-works__swiper .c-work-card__issue {
  -webkit-line-clamp: 2;
  min-height: 3.6em;
}

.p-sx-works__swiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}

.p-sx-works__swiper .c-work-card__tags {
  padding-bottom: 24px;
}

@media (max-width: 1079px) {
  .p-sx-blog__swiper,
  .p-sx-download--solution .p-sx-works__swiper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow-x: hidden;
    overflow-y: visible;
  }
  .p-sx-blog__swiper {
    --sx-blog-card-width: min(70vw, 380px);
  }
  .p-sx-blog__swiper .swiper-wrapper {
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .p-sx-blog__swiper .swiper-slide,
  .p-sx-download--solution .p-sx-works__swiper .swiper-slide {
    flex: 0 0 auto;
    transform: none;
    opacity: 1;
  }
  .p-sx-blog__swiper .swiper-slide,
  .p-sx-blog__swiper .p-sx-blog__item,
  .p-sx-blog__swiper .p-sx-blog__link,
  .p-sx-blog__swiper .p-sx-blog__thumb,
  .p-sx-blog__swiper .p-sx-blog__body,
  .p-sx-blog__swiper .p-sx-blog__title,
  .p-sx-blog__swiper .p-sx-blog__excerpt {
    width: var(--sx-blog-card-width) !important;
    max-width: var(--sx-blog-card-width);
    flex: 0 0 var(--sx-blog-card-width);
  }
  .p-sx-blog__link,
  .p-sx-download--solution .p-resources-download-card__link,
  .p-sx-download--solution .p-resources-download-card__body,
  .p-sx-download--solution .p-resources-download-card__title {
    width: 100%;
    max-width: none;
  }
  .p-sx-download--solution .p-resources-download-card {
    width: auto;
    flex: 0 0 auto;
  }
  .p-sx-blog__swiper .p-sx-blog__thumb,
  .p-sx-download--solution .p-resources-download-card__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 233/170;
    box-shadow: none;
  }
  .p-sx-download--solution .p-resources-download-card__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform: none;
  }
}
.p-sx-works__button {
  display: flex;
  justify-content: center;
  padding-top: 32px;
}

@media (min-width: 600px) {
  .p-sx-works__swiper .swiper-wrapper {
    gap: 40px;
  }
  .p-sx-works__swiper .swiper-slide {
    width: 46vw;
  }
}
@media (min-width: 1080px) {
  .p-sx-works {
    padding-bottom: 120px;
  }
  .p-sx-works__heading {
    padding-bottom: 0px;
  }
  .p-sx-instagram .c-sub-heading,
  .p-sx-blog .c-sub-heading,
  .p-sx-download--solution .c-sub-heading {
    padding-bottom: 38px;
  }
  .p-sx-instagram .c-sub-heading__text,
  .p-sx-blog .c-sub-heading__text,
  .p-sx-download--solution .c-sub-heading__text {
    line-height: 0;
  }
  .p-sx-works__swiper {
    overflow: hidden;
  }
  .p-sx-blog__swiper {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
  }
  .p-sx-works__swiper .swiper-wrapper {
    gap: 0;
  }
  .p-sx-blog__swiper .swiper-wrapper,
  .p-sx-download--solution .p-sx-works__swiper .swiper-wrapper {
    gap: 0;
  }
  .p-sx-blog__swiper .swiper-wrapper {
    width: 100%;
    margin-inline: 0;
    justify-content: space-between;
  }
  .p-sx-blog__swiper .swiper-slide,
  .p-sx-blog__item,
  .p-sx-blog__link,
  .p-sx-download--solution .p-sx-works__swiper .swiper-slide,
  .p-sx-download--solution .p-resources-download-card,
  .p-sx-download--solution .p-resources-download-card__link,
  .p-sx-download--solution .p-resources-download-card__body,
  .p-sx-download--solution .p-resources-download-card__title {
    width: 250px;
    max-width: 250px;
    flex: 0 0 250px;
  }
  .p-sx-blog__swiper .p-sx-blog__thumb,
  .p-sx-download--solution .p-resources-download-card__thumb {
    width: 250px;
    height: 180px;
    aspect-ratio: auto;
  }
  .p-sx-works__swiper .swiper-slide {
    width: 38vw;
    transform: none;
    opacity: 1;
  }
  .p-sx-works__swiper .swiper-slide-active {
    transform: none;
  }
  .p-sx-works__swiper .c-work-card__tags {
    padding-bottom: 70px;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  .p-sx-works__swiper .swiper-slide {
    width: clamp(280px, 27vw, 400px);
  }
}
@media (min-width: 1400px) {
  .p-sx-works__swiper .swiper-wrapper {
    gap: 24px;
  }
}
.p-sx-instagram.p-top-resources {
  padding-top: 0;
}

.p-sx-instagram {
  background: #fff;
}

.p-sx-instagram .p-top-resources__block {
  padding-bottom: 0;
}

.p-sx-instagram__feed #sb_instagram {
  width: 100% !important;
  padding-bottom: 0 !important;
}

.p-sx-instagram__feed #sb_instagram #sbi_images {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-sx-instagram__feed .sb_instagram_header,
.p-sx-instagram__feed #sbi_load {
  display: none !important;
}

.p-sx-instagram__feed .sbi_item:nth-child(n+5) {
  display: none !important;
}

.p-sx-instagram__feed .sbi_photo_wrap {
  height: auto !important;
}

.p-sx-instagram__feed .sbi_photo {
  display: block !important;
  aspect-ratio: 234/368;
  height: auto !important;
  padding-bottom: 0 !important;
  overflow: hidden;
  background-size: cover !important;
  background-position: center top !important;
}

.p-sx-instagram__feed .sbi_photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.p-sx-instagram .p-top-resources__instagramList {
  display: flex;
}

.p-sx-instagram .p-top-resources__instagramItem {
  flex: 0 0 calc((100% - 24px) / 2);
}

.p-sx-instagram .p-top-resources__instagramItem:nth-child(1) {
  order: 4;
}

.p-sx-instagram .p-top-resources__instagramItem:nth-child(2) {
  order: 3;
}

.p-sx-instagram .p-top-resources__instagramItem:nth-child(3) {
  order: 2;
}

.p-sx-instagram .p-top-resources__instagramItem:nth-child(4) {
  order: 1;
}

@media (min-width: 1080px) {
  .p-sx-instagram .p-top-resources__inner {
    padding-top: 50px;
  }
  .p-sx-instagram .p-top-resources__instagramList {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    overflow-x: visible;
    padding-bottom: 0;
  }
  .p-sx-instagram .p-top-resources__instagramItem {
    flex: initial;
  }
  .p-sx-instagram .p-top-resources__scrollUi {
    display: none;
  }
}
.p-sx-blog.p-top-resources {
  padding-top: 0;
  background: #fff;
}

.p-top-resources__inner--blog {
  padding: 23px 15px 127px;
}

.p-sx-blog .p-top-resources__block {
  padding-bottom: 0;
}

.p-sx-blog__list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 47px) / 2);
  gap: 47px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-sx-blog__list::-webkit-scrollbar {
  display: none;
}

.p-sx-blog__swiper .p-sx-blog__list {
  display: flex;
  gap: 0;
  overflow: visible;
  padding-bottom: 0;
}

.p-sx-blog__item {
  min-width: 0;
}

.p-sx-blog__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.p-sx-blog__link:hover .p-sx-blog__thumb img, .p-sx-blog__link:focus-visible .p-sx-blog__thumb img {
  transform: none;
}

.p-sx-blog__thumb {
  width: 100%;
  aspect-ratio: 233/170;
  height: auto;
  overflow: hidden;
  margin-bottom: 12px;
}
.p-sx-blog__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  transition: transform 0.3s ease;
}

.p-sx-blog__thumb--cover-x img {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  margin-inline: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sx-blog__thumb--contain img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-sx-blog__date {
  display: block;
  font-size: 13px;
  line-height: 1;
  color: #a3a3a3;
  margin-bottom: 8px;
}

.p-sx-blog__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: #2f2e2e;
}

.p-sx-blog__excerpt {
  margin: 10px 0 0;
  color: #2f2e2e;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-sx-blog__excerptText--pc {
  display: none;
}

@media (min-width: 1080px) {
  .p-top-resources__inner--blog {
    padding: 0 30px 127px;
  }
  .p-sx-blog__list {
    grid-auto-flow: initial;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-columns: auto;
    overflow-x: visible;
    padding-bottom: 0;
    gap: 30px;
  }
  .p-sx-blog__thumb {
    aspect-ratio: auto;
    height: 240px;
  }
  .p-sx-blog__title {
    font-size: 15px;
  }
  .p-sx-blog__excerptText--sp {
    display: none;
  }
  .p-sx-blog__excerptText--pc {
    display: inline;
  }
}
@media (min-width: 1500px) {
  .p-sx-blog .p-top-resources__inner--blog {
    padding: 0 0 170px;
  }
  .p-sx-blog__list {
    gap: 126px;
  }
}
.p-sx-works__grid {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  overflow: hidden;
}

.p-sx-works__grid-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  min-width: 0;
}

.p-sx-works__grid--bounded .p-sx-works__grid-list {
  grid-template-columns: 1fr;
}

.p-sx-works__grid .c-work-card {
  width: 100%;
  min-width: 0;
}

.p-sx-works__grid .c-work-card__title,
.p-sx-works__grid .c-work-card__issue {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-sx-works__grid .c-work-card__title {
  -webkit-line-clamp: 2;
  height: 3.2em;
  margin-bottom: 19px;
  padding-bottom: 0;
}

.p-sx-works__grid .c-work-card__title.is-title-two-lines {
  margin-bottom: 19px;
}

.p-sx-works__grid .c-work-card__issue {
  -webkit-line-clamp: 2;
  min-height: 3.6em;
}

@media (min-width: 768px) {
  .p-sx-works__grid--bounded .p-sx-works__grid-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p-sx-works__grid-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1080px) {
  .p-sx-works__grid--bounded .p-sx-works__grid-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .p-sx-works__grid-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.p-sx-works--related,
.p-sx-instagram.p-top-resources,
.p-sx-download--solution.p-sx-works.p-resources-download {
  padding-bottom: 123px;
}

.p-sx-instagram .p-top-resources__inner {
  padding-top: 0;
  padding-bottom: 0;
}

.p-sx-blog.p-top-resources {
  padding-bottom: 0;
}

.p-sx-blog .p-top-resources__inner--blog {
  padding-top: 0;
  padding-bottom: 123px;
}

@media (min-width: 1080px) {
  .p-sx-works--related,
  .p-sx-instagram.p-top-resources,
  .p-sx-download--solution.p-sx-works.p-resources-download {
    padding-bottom: 176px;
  }
  .p-sx-instagram .p-top-resources__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-sx-instagram .p-top-resources__block > .p-top-resources__button,
  .p-sx-blog .p-top-resources__block > .p-top-resources__button {
    margin-top: 158px;
    margin-bottom: 0;
    padding-top: 0;
  }
  .p-sx-blog .p-top-resources__inner--blog {
    padding-bottom: 176px;
  }
}
@media (min-width: 1500px) {
  .p-sx-blog .p-top-resources__inner--blog {
    padding-bottom: 176px;
  }
}
/* ----------------------------------------
 * services/index
 * ---------------------------------------- */
.p-page-heading.p-page-heading--services-fv {
  padding-bottom: 0;
}

.p-services-intro .c-sec-heading,
.p-services-price .c-sec-heading {
  padding-top: 0;
}

.p-services-intro .c-sec-heading__title,
.p-services-price .c-sec-heading__title {
  padding-top: 0;
}

.p-services-intro__hero .p-sx-hero__inner {
  gap: 40px;
  padding-bottom: 110px;
}

.p-services-intro .p-services-intro__image {
  margin-inline: auto;
  width: 100%;
  max-width: 366px;
}

.p-services-intro .p-sx-hero__image img.p-services-intro__img {
  width: 100%;
  max-width: 366px;
  aspect-ratio: 366/242;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-inline: auto;
}

.p-services-phase {
  padding-bottom: 100px;
}

.p-services-phase__group {
  padding-bottom: 70px;
}

.p-services-phase__group:last-child {
  padding-bottom: 0;
}

.p-services-phase__jp {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-bottom: 35px;
  max-width: 1260px;
  margin: 0 auto;
}

.p-services-phase__en {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.03em;
  padding-bottom: 28px;
  max-width: 1260px;
  margin: 0 auto;
}

.p-services-phase__slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-bottom: 26px;
}

.p-services-phase__viewport {
  width: 100%;
  overflow: hidden;
  max-width: 1260px;
}

.p-services-phase__track {
  display: flex;
  transition: transform 0.35s ease;
}

.p-services-phase__card {
  flex: 0 0 100%;
  min-height: 300px;
  background: #f4f4f4;
  padding: 46px 16px 50px;
  border-radius: 5px;
  max-width: 1260px;
}

.p-services-phase__cardTitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-bottom: 32px;
}

.p-services-phase__cardText {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.p-services-phase__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 0;
  color: #2f2e2e;
  padding: 0;
  cursor: pointer;
}

.p-services-phase__arrow span {
  display: block;
  width: 18px;
  height: 18px;
  border-top: 1.5px solid #2f2e2e;
  border-right: 1.5px solid #2f2e2e;
}

.p-services-phase__arrow--prev span {
  transform: rotate(-135deg);
}

.p-services-phase__arrow--next span {
  transform: rotate(45deg);
}

.p-services-phase__arrow.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.p-services-phase__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  padding-bottom: 0;
}

.p-services-phase__dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #9a9a9a;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.p-services-phase__dot.is-active {
  background: #2f2e2e;
  border-color: #2f2e2e;
}

@media (min-width: 1080px) {
  .p-services-intro .c-sec-heading,
  .p-services-price .c-sec-heading {
    padding-bottom: 0;
  }
  .p-services-intro__hero .p-sx-hero__inner {
    align-items: center;
    gap: 56px;
    padding-bottom: 170px;
    max-width: 1440px;
  }
  .p-services-intro .p-services-intro__hero .p-services-intro__image {
    flex: 0 0 619px;
    width: 100%;
    max-width: 619px;
  }
  .p-services-intro .p-sx-hero__image img.p-services-intro__img {
    width: 100%;
    max-width: 619px;
    aspect-ratio: 619/415;
  }
  .p-services-phase__card {
    padding: 78px 113px;
  }
  .p-services-phase__jp {
    font-size: 20px;
  }
  .p-services-phase__en {
    font-size: 60px;
    padding-bottom: 70px;
  }
  .p-services-phase__cardTitle {
    font-size: 25px;
  }
  .p-services-phase__cardText {
    font-size: 17px;
  }
}
@media (min-width: 1500px) {
  .p-services-intro__hero .p-sx-hero__inner {
    gap: 101px;
  }
}
/* ----------------------------------------
 * services/features
 * ---------------------------------------- */
.p-services-intro--features .p-services-intro__hero .p-sx-hero__inner {
  padding-bottom: 80px;
}

.p-services-intro--features .p-sx-hero__body .p-sx-hero__text + .p-sx-hero__text {
  padding-top: 1.875em;
}

.p-services-feature__inner {
  padding-inline: 15px;
  padding-bottom: 68px;
}

.p-services-feature__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-services-feature-card {
  border-radius: 5px;
  background: #f4f4f4;
  overflow: hidden;
}

.p-services-feature-card__body {
  padding: 58px 32px 58px;
}

.p-services-feature-card__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-bottom: 32px;
}

.p-services-feature-card__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.p-services-feature-card__actions {
  padding-top: 42px;
  margin-top: 0;
}

.p-services-feature-card__btn--accent {
  background: #7d5b77;
  color: #fff;
  border-color: #7d5b77;
}

.p-services-feature-card__btn--accent:hover,
.p-services-feature-card__btn--accent:focus-visible {
  background: #7d5b77;
  color: #fff;
  border-color: #7d5b77;
}

.p-services-feature-card__btn--accent:hover .c-uxbtn__svg,
.p-services-feature-card__btn--accent:focus-visible .c-uxbtn__svg {
  color: #fff;
}

.p-services-feature-card__btn--accent .c-uxbtn__label {
  font-size: 15px;
}

.p-services-feature-card__btn--accent .c-uxbtn__arrow--first {
  transform: translateX(0%) !important;
  transition: transform 0.25s ease !important;
}

.p-services-feature-card__btn--accent .c-uxbtn__arrow--second {
  transform: translateX(-105%) !important;
  transition: transform 0.25s ease !important;
}

.p-services-feature-card__btn--accent:hover .c-uxbtn__arrow--first,
.p-services-feature-card__btn--accent:focus-visible .c-uxbtn__arrow--first {
  transform: translateX(105%) !important;
}

.p-services-feature-card__btn--accent:hover .c-uxbtn__arrow--second,
.p-services-feature-card__btn--accent:focus-visible .c-uxbtn__arrow--second {
  transform: translateX(0%) !important;
}

@media (min-width: 1080px) {
  .p-services-intro--features .p-services-intro__hero .p-sx-hero__inner {
    padding-bottom: 120px;
  }
  .p-services-feature-card__btn--accent .c-uxbtn__label {
    font-size: 18px;
  }
  .p-services-feature__inner {
    padding-bottom: 160px;
  }
  .p-services-feature-card__title {
    font-size: 25px;
  }
  .p-services-feature-card__text {
    font-size: 17px;
  }
  .p-services-feature-card__body {
    padding: 74px 150px 74px;
  }
  .p-services-feature__list {
    max-width: 1240px;
    margin-inline: auto;
  }
}
/* ----------------------------------------
 * services/one-stop-solution, planning, price 共通
 * ---------------------------------------- */
.p-oss-hero__inner {
  padding-inline: 15px;
  padding-bottom: 58px;
}

.p-oss-hero__nav {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding-bottom: 12px;
}

.p-oss-hero__heading {
  text-align: center;
  padding: 0;
  padding-top: 67px;
}

.p-oss-hero__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #aaaaaa;
}

.p-oss-hero__eyebrow {
  display: block;
  padding-top: 0;
}

.p-oss-hero__title {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
  font-size: 25px;
}

.p-oss-hero__content {
  padding-top: 38px;
  max-width: 1440px;
  margin: 0 auto;
}

.p-oss-hero__lead {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
  padding-bottom: 38px;
  color: #7d5475;
}

.p-oss-hero__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.p-oss-hero__text.sp-only {
  display: block;
}

.p-oss-hero__text.pc-only {
  display: none;
}

.p-oss-hero__text + .p-oss-hero__text {
  padding-top: 46px;
}

.p-oss-feature__inner {
  padding-inline: 15px;
  padding-bottom: 90px;
}

.p-oss-feature__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.p-oss-feature__card {
  background: #f4f4f4;
  border-radius: 5px;
  padding: 46px 40px;
}

.p-oss-feature__title {
  color: #7d5475;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding-bottom: 17px;
}

.p-oss-feature__text {
  color: #2f2e2e;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.p-oss-feature__text.sp-only {
  display: block;
}

.p-oss-feature__text.pc-only {
  display: none;
}

.p-oss-support__inner {
  position: relative;
  padding-inline: 15px;
  padding-bottom: 113px;
  overflow: visible;
}

.p-oss-support__inner::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 3px;
  aspect-ratio: 350/347;
  width: 85%;
  transform: translateY(-50%);
  background: url("../assets/img/cpt/services/p-oss-hero-logo.svg") no-repeat center/contain;
  pointer-events: none;
  z-index: 0;
}

.p-oss-support__card {
  position: relative;
  z-index: 1;
  padding: 46px 0 40px;
}

.p-oss-support__title {
  color: #2f2e2e;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding-bottom: 38px;
}

.p-oss-support__text {
  color: #2f2e2e;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
  max-width: 1200px;
}

.p-oss-other__inner {
  padding-bottom: 80px;
}

.p-oss-other__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-align: center;
  padding-bottom: 25px;
}

.p-oss-other__headLine,
.p-oss-other__footLine {
  width: 100%;
  height: 1px;
  background: #707070;
  margin-inline: auto;
}

.p-oss-other__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 50px 28px 50px;
}

.p-oss-other__card {
  width: 100%;
  min-width: 300px;
  min-height: 70px;
  background: #f4f4f4;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 18px;
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

@media (min-width: 1080px) {
  .p-oss-hero__inner {
    max-width: 1440px;
    padding-bottom: 160px;
  }
  .p-oss-feature__inner {
    max-width: 1440px;
    padding-bottom: 90px;
  }
  .p-oss-feature__card {
    padding: 64px 150px 64px;
  }
  .p-oss-support__inner {
    max-width: 1440px;
    padding-bottom: 243px;
  }
  .p-oss-support__inner::after {
    right: -36px;
    width: 244px;
  }
  .p-oss-hero__title {
    font-size: 47px;
    padding-bottom: 56px;
  }
  .p-oss-hero__content {
    padding-top: 93px;
  }
  .p-oss-hero__lead {
    padding-bottom: 56px;
    font-size: 25px;
    text-align: center;
  }
  .p-oss-support__card {
    padding: 58px 0 40px;
  }
  .p-oss-hero__text {
    font-size: 18px;
  }
  .p-oss-hero__text.sp-only {
    display: none;
  }
  .p-oss-hero__text.pc-only {
    display: block;
  }
  .p-oss-feature__title {
    color: #7d5475;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding-bottom: 48px;
  }
  .p-oss-feature__text {
    font-size: 18px;
  }
  .p-oss-feature__text.sp-only {
    display: none;
  }
  .p-oss-feature__text.pc-only {
    display: block;
  }
  .p-oss-feature__text.sp-only + .p-oss-feature__text.pc-only {
    padding-top: 0;
  }
  .p-oss-feature__text + .p-oss-feature__text {
    padding-top: 48px;
  }
  .p-oss-other__inner {
    max-width: 1440px;
    padding-bottom: 180px;
  }
  .p-oss-other__headLine,
  .p-oss-other__footLine {
    max-width: 1440px;
  }
  .p-oss-support__title {
    font-size: 33px;
  }
  .p-oss-support__text {
    font-size: 20px;
  }
  .p-oss-other__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 86px;
         column-gap: 86px;
    row-gap: 40px;
    max-width: 1240px;
    margin-inline: auto;
    padding: 95px 0;
  }
  .p-oss-other__card {
    font-size: 20px;
    max-width: none;
    padding: 40px 50px;
  }
  .p-oss-support__inner::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 3px;
    aspect-ratio: 350/347;
    width: 38%;
    transform: translateY(-50%);
    background: url("../assets/img/cpt/services/p-oss-hero-logo.svg") no-repeat center/contain;
    pointer-events: none;
    z-index: 0;
  }
}
/* ----------------------------------------
 * services/price
 * ---------------------------------------- */
.p-services-price__inner {
  padding-inline: 15px;
  padding-bottom: 110px;
}

.p-services-price__lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding-bottom: 32px;
}

.p-services-price__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
  padding-bottom: 54px;
}

.p-services-price__actions {
  margin-top: 0;
}

.p-services-price__heading {
  padding: 0;
}

.p-services-price__eyebrow {
  padding-top: 0;
}

.p-services-price--compact .c-sec-heading {
  padding: 0;
}

.p-price-guide__inner {
  padding-inline: 15px;
  padding-bottom: 96px;
}

.p-price-guide__title {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #2f2e2e;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding-bottom: 23px;
}

.p-price-guide__title::before {
  content: "";
  width: 4px;
  height: 25px;
  flex-shrink: 0;
  background: #2f2e2e;
}

.p-price-guide__card {
  background: #f4f4f4;
  padding: 36px 30px 42px;
}

.p-price-guide__image {
  padding-bottom: 47px;
  text-align: center;
}

.p-price-guide__image img {
  width: 100%;
  height: auto;
}

.p-price-guide__lead {
  color: #7d5475;
  font-size: 17px;
  font-weight: 500;
  line-height: 2.05;
  letter-spacing: 0.04em;
  padding-bottom: 35px;
}

.p-price-guide__text {
  color: #2f2e2e;
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-price-flow__inner {
  padding-inline: 15px;
  padding-bottom: 96px;
}

.p-price-flow__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-price-flow__card {
  background: #f4f4f4;
  padding: 36px 30px 42px;
}

.p-price-flow__title {
  color: #7d5475;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-bottom: 24px;
}

.p-price-flow__text {
  color: #2f2e2e;
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-price-faq__inner {
  padding-inline: 15px;
  padding-bottom: 96px;
}

.p-price-faq__list {
  background: #f4f4f4;
  padding: 36px 20px;
}

.p-price-faq__item + .p-price-faq__item {
  padding-top: 40px;
}

.p-price-faq__q,
.p-price-faq__a {
  display: grid;
  grid-template-columns: 19px 1fr;
  -moz-column-gap: 13px;
       column-gap: 13px;
  align-items: start;
  padding: 20px 16px 20px 20px;
}

.p-price-faq__q {
  border-radius: 5px;
  background: #7d5475;
}

.p-price-faq__a {
  border-radius: 5px;
  margin-top: 13px;
  background: #fff;
}

.p-price-faq__label {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.p-price-faq__q .p-price-faq__label,
.p-price-faq__q .p-price-faq__text {
  color: #fff;
}

.p-price-faq__a .p-price-faq__label,
.p-price-faq__a .p-price-faq__text {
  color: #2f2e2e;
}

.p-price-faq__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media (min-width: 1080px) {
  .p-services-price__inner {
    padding-bottom: 160px;
    max-width: 1240px;
  }
  .p-services-price--compact .p-services-price__inner {
    padding-bottom: 216px;
  }
  .p-services-price--compact .c-sec-heading {
    padding: 0;
  }
  .p-price-guide__inner {
    max-width: 1440px;
    padding: 0;
    padding-bottom: 160px;
  }
  .p-price-guide__title {
    padding-bottom: 56px;
  }
  .p-price-guide__card {
    display: grid;
    grid-template-columns: 262px 1fr;
    align-items: center;
    -moz-column-gap: 80px;
         column-gap: 80px;
    padding: 58px 80px 58px 60px;
  }
  .p-price-guide__image {
    padding-bottom: 0;
  }
  .p-price-guide__image img {
    max-width: 262px;
  }
  .p-price-guide__lead {
    font-size: 17px;
    padding-bottom: 35px;
  }
  .p-price-guide__text {
    font-size: 17px;
  }
  .p-price-flow__inner {
    max-width: 1440px;
    padding: 0;
    padding-bottom: 160px;
  }
  .p-price-flow__card {
    display: grid;
    grid-template-columns: 322px 1fr;
    align-items: center;
    -moz-column-gap: 93px;
         column-gap: 93px;
    padding: 27px 42px 27px 80px;
  }
  .p-price-flow__list {
    gap: 50px;
  }
  .p-price-flow__title {
    font-size: 19px;
    padding-bottom: 0;
  }
  .p-price-faq__inner {
    max-width: 1440px;
    padding: 0;
    padding-bottom: 160px;
  }
  .p-price-faq__list {
    padding: 84px 147px;
  }
  .p-price-faq__q {
    padding: 25px 58px;
    margin-top: 22px;
  }
  .p-price-faq__a {
    padding: 25px 58px;
    margin-top: 22px;
  }
  .p-price-faq__item + .p-price-faq__item {
    padding-top: 80px;
  }
  .p-price-faq__q,
  .p-price-faq__a {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
  .p-price-faq__text {
    font-size: 17px;
  }
  .p-services-price__lead {
    font-size: 20px;
    text-align: center;
  }
  .p-services-price__text {
    font-size: 17px;
  }
}
.p-members-intro {
  padding-bottom: 57px;
}

.p-members-intro__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.p-members-intro__image {
  padding-bottom: 37px;
}

.p-members-intro__image picture,
.p-members-intro__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-members-intro__body {
  display: grid;
  gap: 0;
}

.p-members-intro__text {
  margin: 0;
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-members-cards__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 250px;
}

.p-members-cards__grid {
  display: grid;
  gap: 64px;
}

.p-members-card {
  display: grid;
  align-content: start;
}

.p-members-card__link {
  display: grid;
  color: inherit;
  text-decoration: none;
}

.p-members-card:hover .p-members-card__image img,
.p-members-card__link:hover .p-members-card__image img,
.p-members-card__link:focus-visible .p-members-card__image img {
  transform: scale(1.08);
}

.p-members-card__image {
  overflow: hidden;
  padding-bottom: 20px;
}

.p-members-card__body {
  padding-inline: 0;
}

.p-members-card__image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.p-members-card__role {
  margin: 0;
  color: #2f2e2e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 4px;
  letter-spacing: 0.05em;
}

.p-members-card__name {
  margin: 0;
  color: #2f2e2e;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
}

@media (min-width: 1080px) {
  .p-members-intro {
    padding-bottom: 96px;
  }
  .p-members-intro__image {
    display: none;
  }
  .p-members-intro__body {
    max-width: 1120px;
  }
  .p-members-intro__text {
    font-size: 18px;
  }
  .p-members-card__role {
    padding-bottom: 8px;
  }
  .p-members-cards__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 70px;
         column-gap: 70px;
    row-gap: 168px;
  }
}
.p-member-single__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 104px;
  padding-bottom: 93px;
}

.p-member-single__breadcrumb {
  padding-bottom: 64px;
}

.p-member-single__leadWrap {
  max-width: 1200px;
  margin-bottom: 68px;
}

.p-member-single__lead {
  margin: 0;
  color: #7d5475;
  max-width: 1200px;
}

.p-member-single__meta {
  padding-bottom: 30px;
}

.p-member-single__meta--visual {
  display: block;
}

.p-member-single__visual .p-member-single__meta {
  padding-bottom: 24px;
}

.p-member-single__content .p-member-single__meta {
  display: none;
}

.p-member-single__role {
  margin: 0;
  padding-bottom: 16px;
  color: #2f2e2e;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-member-single__name {
  margin: 0;
  color: #7d5475;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p-member-single__layout {
  display: flex;
  flex-direction: column;
}

.p-member-single__visual {
  display: flex;
  flex-direction: column;
}

.p-member-single__image {
  padding-bottom: 40px;
}

.p-member-single__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-member-single__text {
  margin: 0;
  color: #2f2e2e;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-member-single__text p {
  margin: 0;
}

.p-member-single__text p + p,
.p-member-single__text + .p-member-single__text {
  padding-top: 30px;
}

.p-member-single__texts {
  padding-bottom: 76px;
}

.p-member-single__back {
  display: flex;
  justify-content: center;
  padding-top: 0;
}

.p-member-single__back .c-uxbtn {
  background: #fff;
  color: #2f2e2e;
  border-color: #2f2e2e;
}

.p-member-single__back .c-uxbtn:hover,
.p-member-single__back .c-uxbtn:focus-visible {
  background: #fff;
  color: #2f2e2e;
  border-color: #2f2e2e;
}

.p-member-single__back .c-uxbtn__svg {
  color: #2f2e2e;
}

.p-member-single__back .c-uxbtn__label {
  padding-left: 8px;
}

.p-member-single__back .c-uxbtn__arrow--first {
  transform: translateX(0%) rotate(180deg);
}

.p-member-single__back .c-uxbtn__arrow--second {
  transform: translateX(105%) rotate(180deg);
}

.p-member-single__back .c-uxbtn:hover .c-uxbtn__arrow--first,
.p-member-single__back .c-uxbtn:focus-visible .c-uxbtn__arrow--first {
  transform: translateX(-105%) rotate(180deg);
}

.p-member-single__back .c-uxbtn:hover .c-uxbtn__arrow--second,
.p-member-single__back .c-uxbtn:focus-visible .c-uxbtn__arrow--second {
  transform: translateX(0%) rotate(180deg);
}

@media (min-width: 821px) and (max-width: 1079px) {
  .p-member-single__layout {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 32px;
  }
  .p-member-single__visual {
    flex: 0 0 40%;
    max-width: 340px;
  }
  .p-member-single__content {
    flex: 1 1 0;
  }
  .p-member-single__meta {
    padding-bottom: 30px;
  }
  .p-member-single__image {
    padding-bottom: 0;
  }
  .p-member-single__name {
    font-size: clamp(34px, 4vw, 42px);
    padding-bottom: 56px;
  }
  .p-member-single__text {
    font-size: 15px;
    line-height: 1.9;
  }
  .p-member-single__back {
    justify-content: flex-start;
  }
}
@media (min-width: 1080px) {
  .p-member-single__leadWrap.p-page-heading__leadWrap {
    max-width: 1440px;
    margin: 0 auto 168px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-member-single__inner {
    padding-top: 160px;
    padding-bottom: 185px;
  }
  .p-member-single__lead.p-page-heading__lead {
    font-size: 44px;
  }
  .p-member-single__layout {
    flex-direction: row-reverse;
    align-items: stretch;
    justify-content: space-between;
    gap: clamp(40px, 5vw, 80px);
  }
  .p-member-single__visual {
    flex: 0 0 min(48%, 760px);
    max-width: 760px;
  }
  .p-member-single__visual .p-member-single__meta {
    display: none;
  }
  .p-member-single__content {
    flex: 0 0 min(42%, 520px);
    max-width: 520px;
    margin-right: 0;
  }
  .p-member-single__content .p-member-single__meta {
    display: block;
  }
  .p-member-single__name {
    font-size: 50px;
    padding-bottom: 103px;
  }
  .p-member-single__role {
    font-size: 17px;
  }
  .p-member-single__text {
    font-size: 18px;
  }
  .p-member-single__image {
    padding-bottom: 0;
  }
  .p-member-single__back {
    justify-content: flex-start;
  }
  .p-member-single__texts {
    padding-bottom: 76px;
  }
}
@media (min-width: 1500px) {
  .p-member-single__layout {
    gap: 80px;
  }
  .p-member-single__visual {
    flex: 0 0 760px;
    max-width: 760px;
  }
  .p-member-single__content {
    flex: 0 0 616px;
    max-width: 616px;
  }
  .p-member-single__image {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
  .p-member-single__lead.p-page-heading__lead {
    font-size: 50px;
  }
}
.p-contact-hero__inner {
  max-width: 1440px;
}

.p-contact-hero__leadWrap {
  align-items: stretch;
  gap: 18px;
}

.p-contact-hero__leadWrap::before {
  display: none;
}

.p-contact-hero__leadLine {
  flex: 0 0 7px;
  width: 7px;
  align-self: stretch;
  height: auto;
  margin-block: 6px;
  background: #7d5475;
}

.p-contact-hero__lead {
  line-height: normal;
}

.p-contact-hero__description {
  max-width: 1340px;
  padding-top: 67px;
  padding-bottom: 67px;
  color: #2f2e2e;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-contact-fv__inner {
  padding-bottom: 96px;
}

.p-contact-fv .p-page-heading__breadcrumb {
  padding-bottom: 64px;
}

.p-contact-fv__body {
  position: relative;
}

.p-contact-fv__en {
  position: absolute;
  top: 18px;
  left: 0;
  color: rgba(47, 46, 46, 0.05);
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: 78px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  pointer-events: none;
}

.p-contact-fv__title {
  position: relative;
  padding-bottom: 56px;
  color: #2f2e2e;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-contact-fv__leadWrap {
  position: relative;
  padding-bottom: 48px;
  padding-left: 24px;
}

.p-contact-fv__leadWrap::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 48px;
  left: 0;
  width: 5px;
  background-color: #7d5475;
}

.p-contact-fv__lead {
  color: #2f2e2e;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-contact-fv__text {
  color: #2f2e2e;
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-contact-form-section__inner {
  padding-bottom: 120px;
}

.p-entry-form {
  max-width: 1180px;
  margin: 0 auto;
  padding: 36px 38px 51px;
  background-color: #f4f4f4;
}

.p-entry-form__head {
  padding-bottom: 49px;
}

.p-entry-form__title {
  text-align: center;
}

.p-entry-form__form {
  display: grid;
  gap: 0;
}

.p-entry-form__item {
  display: grid;
  gap: 13px;
  padding-bottom: 21px;
}

.p-entry-form__label {
  display: flex;
  align-items: center;
  gap: 0;
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.p-entry-form__required {
  color: #2f2e2e;
}

.p-entry-form__input,
.p-entry-form__textarea,
.p-entry-form__select {
  width: 100%;
  padding: 13px 18px;
  border: 1px solid #707070;
  border-radius: 0;
  background-color: #fff;
  color: #2f2e2e;
  font: inherit;
  letter-spacing: 0.04em;
}

.p-entry-form__textarea {
  resize: vertical;
  min-height: 160px;
}

.p-entry-form__radios,
.p-entry-form__field .wpcf7-radio {
  display: grid;
  gap: 30px;
}

.p-entry-form__radio,
.p-entry-form__field .wpcf7-list-item label {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-entry-form__field .wpcf7-list-item {
  display: block;
  margin: 0;
}

.p-entry-form .wpcf7-list-item {
  margin: 0;
}

.p-entry-form .wpcf7-list-item label {
  gap: 10px;
}

.p-entry-form__privacy {
  padding-top: 18px;
  padding-bottom: 46px;
}

.p-entry-form__check {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #2f2e2e;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.p-entry-form__privacy .wpcf7-list-item label {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}

.p-entry-form__privacy .wpcf7-list-item input[type=checkbox] {
  flex: 0 0 auto;
  margin: 0;
}

.p-entry-form__privacy .wpcf7-list-item-label::before {
  content: none;
  display: none;
}

.p-entry-form__check a {
  display: inline-block;
  padding-bottom: 2px;
  color: #7d5475;
  border-bottom: 1px solid #7d5475;
}

.p-entry-form__submit {
  display: flex;
  justify-content: center;
  padding-top: 0;
}

.p-entry-form__submitBtn {
  width: 100%;
  max-width: 217px;
  padding: 13px 33px;
}

.p-entry-form__submitBtn .c-uxbtn__label {
  width: 100%;
  text-align: center;
}

.p-contact-guide {
  position: relative;
  overflow: hidden;
}

.p-contact-guide__inner {
  position: relative;
  padding-bottom: 119px;
}

.p-contact-guide__bg {
  display: none;
}

.p-contact-guide__card {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.p-contact-guide__heading {
  padding-bottom: 47px;
}

.p-contact-guide__image {
  padding-bottom: 40px;
}

.p-contact-guide__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-contact-guide__text {
  padding-bottom: 40px;
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-contact-guide__catch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin: 0;
  width: 100%;
  padding-bottom: 32px;
  color: #2f2e2e;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-contact-guide__catch::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 30px;
  border-right: 2px solid #2f2e2e;
  background: transparent;
  transform: rotate(-34deg);
  position: relative;
  top: 5px;
  left: 0;
}

.p-contact-guide__catch::after {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 30px;
  border-right: 2px solid #2f2e2e;
  background: transparent;
  transform: rotate(34deg);
  position: relative;
  top: -5px;
  right: 15px;
}

.p-contact-guide__button {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}

.p-contact-flow-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.p-contact-flow-page .l-main {
  flex: 1 0 auto;
}

.p-contact-flow-hero__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 174px;
  padding-bottom: 54px;
}

.p-contact-flow-hero__heading {
  max-width: 1180px;
}

.p-contact-flow-hero__heading--compact .c-simple-page-head__title {
  padding-bottom: 60px;
}

.p-contact-flow-hero__inner--compact {
  padding-bottom: 0;
}

.p-contact-flow__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 147px;
}

.p-contact-flow__card {
  max-width: 1180px;
  margin: 0 auto;
  padding: 74px 38px 57px;
  border: 1px solid #707070;
  border-radius: 5px;
  background: #fff;
}

.p-contact-flow__card--complete {
  padding: 0;
}

.p-contact-flow__card--plain {
  border: 0;
}

.p-contact-flow__item {
  padding-bottom: 57px;
}

.p-contact-flow__item:last-of-type {
  padding-bottom: 0;
}

.p-contact-flow__label {
  margin: 0;
  padding-bottom: 27px;
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-contact-flow__required {
  color: #2f2e2e;
}

.p-contact-flow__value {
  margin: 0;
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-contact-flow__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  padding-top: 57px;
}

.p-contact-flow__button {
  width: 100%;
}

.p-contact-flow__hidden-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.p-contact-flow__actions p {
  display: contents;
  margin: 0;
}

.p-contact-flow__actions .p-contact-flow__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 56px;
  line-height: 1.4;
}

.p-contact-flow__actions input.p-contact-flow__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.p-contact-flow__actions .wpcf7-spinner {
  display: none;
}

.p-contact-flow__button--back {
  background: #fff;
  color: #2f2e2e;
  border-color: #2f2e2e;
}

.p-contact-flow__button--back .c-uxbtn__svg {
  color: #2f2e2e;
}

.p-contact-flow__actions--complete .c-uxbtn__icon {
  margin-right: 12px;
}

.p-contact-flow__button--back:hover,
.p-contact-flow__button--back:focus-visible {
  background: #fff;
  color: #2f2e2e;
  border-color: #2f2e2e;
}

.p-contact-flow__complete-icon {
  display: flex;
  justify-content: center;
  padding-bottom: 69px;
}

.p-contact-flow__complete-icon img {
  display: block;
  width: 133px;
  max-width: 100%;
  height: auto;
}

.p-contact-flow__complete-text {
  margin: 0;
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-contact-flow__actions--complete {
  padding-top: 42px;
}

.p-contact-flow--complete .p-contact-flow__inner {
  padding-bottom: 289px;
}

@media (min-width: 1080px) {
  .p-contact-hero__description {
    max-width: 1340px;
    width: calc(100% - 43px);
    margin-right: auto;
    margin-left: 43px;
    padding-top: 67px;
    padding-bottom: 67px;
    color: #2f2e2e;
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.04em;
  }
  .p-contact-fv__inner {
    padding-bottom: 140px;
  }
  .p-contact-fv__en {
    top: 28px;
    font-size: 150px;
  }
  .p-contact-fv__title {
    padding-bottom: 64px;
    font-size: 56px;
    line-height: 1.4;
  }
  .p-contact-fv__leadWrap {
    max-width: 1180px;
    padding-bottom: 56px;
    padding-left: 32px;
  }
  .p-contact-fv__leadWrap::before {
    bottom: 56px;
  }
  .p-contact-fv__lead {
    font-size: 30px;
  }
  .p-contact-fv__text {
    max-width: 1180px;
    font-size: 18px;
  }
  .p-contact-form-section__inner {
    padding-bottom: 180px;
  }
  .p-entry-form {
    padding: 91px 180px 104px;
  }
  .p-entry-form__head {
    padding-bottom: 49px;
  }
  .p-entry-form__form {
    gap: 0;
    padding-top: 50px;
  }
  .p-entry-form__item {
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: start;
    gap: 13px;
    padding-bottom: 57px;
  }
  .p-entry-form__label {
    min-height: 54px;
    align-items: flex-start;
  }
  .p-entry-form__radios,
  .p-entry-form__field .wpcf7-radio {
    gap: 30px;
    margin-top: 3px;
  }
  .p-entry-form__privacy {
    width: calc(100% - 233px);
    margin-left: auto;
    padding-top: 18px;
    padding-bottom: 50px;
  }
  .p-entry-form__submit {
    justify-content: center;
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }
  .p-entry-form__check {
    align-items: center;
  }
  .p-entry-form__submitBtn {
    max-width: 339px;
  }
  .p-contact-guide__heading {
    padding-bottom: 41px;
  }
  .p-contact-guide__bg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 726px;
    z-index: 0;
  }
  .p-contact-guide__bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-contact-guide__card {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 193px auto 0;
    padding: 60px 200px 68px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .p-contact-guide__image {
    max-width: 777px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .p-contact-guide__text {
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 56px;
    font-size: 18px;
  }
  .p-contact-guide__catch {
    padding-bottom: 40px;
    font-size: 30px;
  }
  .p-contact-guide__catch::before {
    width: 18px;
  }
  .p-contact-guide__catch::after {
    width: 18px;
    left: -23px;
  }
  .p-contact-flow-hero__inner {
    padding-top: 174px;
    padding-bottom: 54px;
  }
  .p-contact-flow-hero__inner--compact {
    padding-bottom: 0;
  }
  .p-contact-flow__inner {
    padding-bottom: 147px;
  }
  .p-contact-flow__card {
    padding: 90px 180px 70px;
  }
  .p-contact-flow__card--complete {
    padding: 0;
  }
  .p-contact-flow__item {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: start;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .p-contact-flow__label {
    padding-bottom: 0;
  }
  .p-contact-flow__actions {
    flex-direction: row-reverse;
    justify-content: center;
    padding-top: 57px;
  }
  .p-contact-flow__button {
    max-width: 205px;
  }
  .p-contact-flow__actions--complete {
    flex-direction: row;
    padding-top: 111px;
  }
  .p-contact-flow__complete-icon {
    padding-bottom: 51px;
  }
  .p-contact-flow__complete-text {
    font-size: 18px;
  }
  .p-contact-flow--complete .p-contact-flow__inner {
    padding-bottom: 189px;
  }
}
@media (min-width: 1700px) {
  .p-contact-hero__description {
    max-width: 1240px;
    margin-left: 240px;
  }
}
.p-careers-hero__description {
  padding-bottom: 0;
}

.p-careers-jobs__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 84px;
}

.p-careers-job {
  padding-bottom: 56px;
}

.p-careers-job + .p-careers-job {
  padding-top: 56px;
}

.p-careers-job__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 30px;
}

.p-careers-job__number {
  margin: 0;
  color: #7d5475;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.p-careers-job__title {
  display: block;
  margin: 0;
  color: #7d5475;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.p-careers-job__title::before {
  content: none;
  width: 10px;
  height: 10px;
  background: currentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.p-careers-job__title--technical {
  color: #7d5475;
}

.p-careers-job__layout {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.p-careers-job__image {
  order: 1;
}

.p-careers-job__body {
  order: 2;
}

.p-careers-job__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-careers-job__block + .p-careers-job__block {
  padding-top: 24px;
}

.p-careers-job__block {
  padding-bottom: 24px;
  border-bottom: 1px solid #707070;
}

.p-careers-job__label {
  margin: 0;
  padding-bottom: 12px;
  color: #2f2e2e;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.p-careers-job__text {
  margin: 0;
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-careers-jobs__button {
  display: flex;
  justify-content: center;
  padding-top: 48px;
}

.p-careers-access {
  margin-bottom: 68px;
}

.p-careers-entry__inner {
  padding-bottom: 180px;
}

.p-entry-form--career .p-entry-form__submitBtn {
  max-width: 339px;
}

.p-entry-form--career .p-entry-form__item {
  gap: 16px;
  padding-bottom: 32px;
}

.p-entry-form--career .p-entry-form__item--file .p-entry-form__field.is-file-ui-ready {
  position: relative;
}

.p-entry-form--career .p-entry-form__item--file .p-entry-form__field.is-file-ui-ready input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.p-entry-form__fileUi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.p-entry-form__fileButton {
  min-height: 48px;
  padding: 11px 18px;
  border: 1px solid #707070;
  border-radius: 0;
  background: #fff;
  color: #2f2e2e;
  font: inherit;
  line-height: 1.5;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.p-entry-form__fileText {
  color: #2f2e2e;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.p-careers-jobs__cta {
  width: 100%;
  max-width: 339px;
}

@media (min-width: 1080px) {
  .p-careers-jobs__inner {
    padding-bottom: 120px;
  }
  .p-careers-job {
    padding-bottom: 70px;
  }
  .p-careers-job + .p-careers-job {
    padding-top: 70px;
  }
  .p-careers-job__head {
    gap: 20px;
    padding-bottom: 38px;
  }
  .p-careers-job__title {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    font-size: 25px;
  }
  .p-careers-job__title::before {
    content: "";
  }
  .p-careers-job__title--technical {
    color: #7d5475;
  }
  .p-careers-job__layout {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
  }
  .p-careers-job__body {
    order: 1;
    flex: 1 1 auto;
    max-width: 752px;
  }
  .p-entry-form--career .p-entry-form__item {
    padding-bottom: 56px;
  }
  .p-careers-job__image {
    order: 2;
    flex: 0 0 460px;
    max-width: 460px;
  }
  .p-careers-job__label {
    font-size: 17px;
  }
  .p-careers-job__text {
    font-size: 15px;
  }
  .p-careers-jobs__button {
    padding-top: 60px;
  }
  .p-careers-entry__inner {
    padding-bottom: 220px;
  }
  .p-careers-access {
    margin-bottom: 140px;
  }
  .p-entry-form--career .p-entry-form__item--file {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .p-entry-form--career .p-entry-form__item--file .p-entry-form__label {
    min-height: 0;
    align-items: flex-start;
  }
  .p-entry-form--career .p-entry-form__item--file .p-entry-form__field,
  .p-entry-form--career .p-entry-form__item--file .p-entry-form__input {
    width: 100%;
  }
  .p-entry-form--career .p-entry-form__item--message {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .p-entry-form--career .p-entry-form__item--message .p-entry-form__label {
    min-height: 0;
    align-items: flex-start;
  }
  .p-entry-form--career .p-entry-form__item--message .p-entry-form__field,
  .p-entry-form--career .p-entry-form__item--message .p-entry-form__textarea {
    width: 100%;
  }
}
.p-recruit-flow-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.p-recruit-flow-page .l-main {
  flex: 1 0 auto;
}

.p-recruit-flow-hero__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 174px;
  padding-bottom: 54px;
}

.p-recruit-flow-hero__heading {
  max-width: 1180px;
}

.p-recruit-flow-hero__heading--compact .c-simple-page-head__title {
  padding-bottom: 60px;
}

.p-recruit-flow-hero__inner--compact {
  padding-bottom: 0;
}

.p-recruit-flow__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 147px;
}

.p-recruit-flow__card {
  max-width: 1180px;
  margin: 0 auto;
  padding: 74px 38px 57px;
  border: 1px solid #707070;
  border-radius: 5px;
  background: #fff;
}

.p-recruit-flow__card--complete {
  padding: 0;
  border: 0;
}

.p-recruit-flow__item {
  padding-bottom: 57px;
}

.p-recruit-flow__item:last-of-type {
  padding-bottom: 0;
}

.p-recruit-flow__label {
  margin: 0;
  padding-bottom: 27px;
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-recruit-flow__required {
  color: #2f2e2e;
}

.p-recruit-flow__note {
  margin: 0;
  padding-bottom: 16px;
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-recruit-flow__value {
  margin: 0;
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-recruit-flow__link {
  color: #7d5475;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-recruit-flow__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  padding-top: 57px;
}

.p-recruit-flow__button {
  width: 100%;
}

.p-recruit-flow__hidden-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.p-recruit-flow__actions p {
  display: contents;
  margin: 0;
}

.p-recruit-flow__actions .p-recruit-flow__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 56px;
  line-height: 1.4;
}

.p-recruit-flow__actions input.p-recruit-flow__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.p-recruit-flow__actions .wpcf7-spinner {
  display: none;
}

.p-recruit-flow__button--back {
  background: #fff;
  color: #2f2e2e;
  border-color: #2f2e2e;
}

.p-recruit-flow__button--back .c-uxbtn__svg {
  color: #2f2e2e;
}

.p-recruit-flow__button--back:hover,
.p-recruit-flow__button--back:focus-visible {
  background: #fff;
  color: #2f2e2e;
  border-color: #2f2e2e;
}

.p-recruit-flow__complete-icon {
  display: flex;
  justify-content: center;
  padding-bottom: 69px;
}

.p-recruit-flow__complete-icon img {
  display: block;
  width: 133px;
  max-width: 100%;
  height: auto;
}

.p-recruit-flow__complete-text {
  margin: 0;
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-recruit-flow__actions--complete {
  padding-top: 42px;
}

.p-recruit-flow__actions--complete .c-uxbtn__icon {
  margin-right: 12px;
}

.p-recruit-flow--complete .p-recruit-flow__inner {
  padding-bottom: 289px;
}

@media (min-width: 1080px) {
  .p-recruit-flow-hero__inner {
    padding-top: 174px;
    padding-bottom: 54px;
  }
  .p-recruit-flow-hero__inner--compact {
    padding-bottom: 0;
  }
  .p-recruit-flow__inner {
    padding-bottom: 147px;
  }
  .p-recruit-flow__card {
    padding: 90px 180px 70px;
  }
  .p-recruit-flow__card--complete {
    padding: 0;
  }
  .p-recruit-flow__item {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: start;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .p-recruit-flow__item--file {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
  .p-recruit-flow__label {
    padding-bottom: 0;
  }
  .p-recruit-flow__note {
    padding-bottom: 0;
    font-size: 15px;
  }
  .p-recruit-flow__actions {
    flex-direction: row-reverse;
    justify-content: center;
    padding-top: 57px;
  }
  .p-recruit-flow__button {
    max-width: 205px;
  }
  .p-recruit-flow__actions--complete {
    flex-direction: row;
    padding-top: 111px;
  }
  .p-recruit-flow__complete-icon {
    padding-bottom: 51px;
  }
  .p-recruit-flow__complete-text {
    font-size: 18px;
  }
  .p-recruit-flow--complete .p-recruit-flow__inner {
    padding-bottom: 189px;
  }
}
.p-privacy-hero__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 174px;
  padding-bottom: 147px;
}

.p-privacy-hero__heading {
  max-width: 1180px;
}

.p-privacy-body__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 120px;
}

.p-privacy-body__content {
  max-width: 1180px;
  margin: 0 auto;
}

.p-privacy-body__section + .p-privacy-body__section {
  padding-top: 40px;
}

.p-privacy-body__title {
  color: #2f2e2e;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-privacy-body__text {
  margin: 0;
  color: #2f2e2e;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-privacy-body__list {
  color: #2f2e2e;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-privacy-body__list li {
  line-height: 2;
}

.p-privacy-body__company {
  display: grid;
  gap: 8px;
}

.p-privacy-body__button {
  display: flex;
  justify-content: center;
  padding-top: 72px;
}

.p-privacy-body__back {
  width: 100%;
  max-width: 160px;
}

.p-privacy-body__back .c-uxbtn__label {
  width: 100%;
  text-align: center;
}

@media (min-width: 1080px) {
  .p-privacy-hero__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 260px;
    padding-bottom: 40px;
  }
  .p-privacy-body__inner {
    padding-bottom: 194px;
  }
  .p-privacy-body__section + .p-privacy-body__section {
    padding-top: 48px;
  }
  .p-privacy-body__title {
    font-size: 20px;
  }
  .p-privacy-body__text,
  .p-privacy-body__list {
    font-size: 16px;
  }
}
.drawer__backdrop {
  position: fixed;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
  z-index: 900;
}
.drawer__backdrop.is-checked {
  opacity: 1;
  pointer-events: auto;
}

.header__nav {
  position: fixed;
  inset: 0;
  height: 100dvh;
  padding-top: 80px;
  background: #fff;
  z-index: 1000;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}
.header__nav.is-checked {
  opacity: 1;
  pointer-events: auto;
}

.header__nav::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) calc(100% - 130px), rgba(255, 255, 255, 0.8) calc(100% - 60px), rgba(255, 255, 255, 0.35) 100%);
}

.header__list {
  padding: 20px 30px 120px 30px;
  margin: 0;
  list-style: none;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.header__item {
  padding: 27px 0;
  border-bottom: 1px solid #e8e8e8;
}

.header__link {
  display: block;
  text-decoration: none;
  color: #2f2e2e;
  font-size: 20px;
  line-height: 1.3;
}

.header__subitem + .header__subitem {
  margin-top: 16px;
}

.header__item--has-sub .header__link {
  margin-bottom: 18px;
}

html.is-drawer-open body {
  padding-right: var(--scrollbar, 0px);
}

.header__hover-second {
  display: none;
}

.header__sublist .arrow-wrap {
  display: none;
}

@media (min-width: 1080px) {
  .drawer__backdrop {
    display: none;
  }
  .header__hover-second {
    display: block;
  }
  .header__cta {
    margin-left: auto;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
  }
  .header__nav {
    position: static;
    inset: auto;
    height: auto;
    padding-top: 0;
    background: transparent;
    z-index: auto;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
    transition: none;
  }
  .header__nav::before {
    content: none;
  }
  .header__list {
    padding: 0;
    z-index: auto;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .header__item {
    padding: 0;
    border: none;
  }
  .header__link {
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1.3;
  }
  .header__item--has-sub .header__link {
    margin-bottom: 0;
  }
  .header__hover {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 1em;
  }
  .header__hover-first,
  .header__hover-second {
    display: block;
    transition: transform 0.4s ease;
    will-change: transform;
    white-space: nowrap;
  }
  .header__hover-second {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(105%);
  }
  .header__link:hover .header__hover-first,
  .header__link:focus-visible .header__hover-first {
    transform: translateY(-105%);
  }
  .header__link:hover .header__hover-second,
  .header__link:focus-visible .header__hover-second {
    transform: translateY(0%);
  }
  .header__sublist .arrow-wrap {
    display: inline-block;
  }
  .arrow-wrap {
    position: relative;
    top: 1px;
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 20px;
  }
  .arrow-svg {
    position: absolute;
    inset: 0;
    transition: transform 0.25s ease;
  }
  .arrow-first {
    transform: translateX(0%);
  }
  .arrow-second {
    transform: translateX(-105%);
  }
  .header__sublink:hover .arrow-first,
  .header__sublink:focus-visible .arrow-first {
    transform: translateX(105%);
  }
  .header__sublink:hover .arrow-second,
  .header__sublink:focus-visible .arrow-second {
    transform: translateX(0%);
    opacity: 1;
  }
  .header__sublist .arrow-wrap {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .header__list {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 0;
  }
  .header__link {
    font-size: 14px;
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .header__sublist .arrow-wrap {
    display: inline-block;
  }
}
@media (min-width: 1500px) {
  .header__list {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 56px;
    padding: 0;
  }
  .header__link {
    font-size: 16px;
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .header__cta {
    margin-left: auto;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
  }
  .header__sublist .arrow-wrap {
    display: inline-block;
  }
}
/* ==============================================
   下層トップ見出し
============================================== */
.p-pagehead {
  position: relative;
  overflow: hidden;
}

.p-pagehead__inner {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.p-pagehead {
  position: relative;
  overflow: hidden;
}

.p-pagehead__inner,
.l-header {
  position: relative;
  z-index: 1;
}

.p-pagehead__title {
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 160px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 100;
  letter-spacing: 0.1em;
}

.p-top-fv__hiddenTitle {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.p-pagehead--home .p-pagehead__title {
  margin-top: 120px;
}

.p-pagehead__media img {
  width: 100%;
  height: auto;
}

.p-pagehead--home .p-pagehead__media {
  aspect-ratio: 370/527;
  overflow: hidden;
}

.p-pagehead--home .p-pagehead__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 1080px) {
  .p-pagehead--home .p-pagehead__inner {
    width: calc(100vw - 120px);
    max-width: none;
    margin-left: calc(50% - 50vw + 60px);
    margin-right: calc(50% - 50vw + 60px);
    padding-left: 0;
    padding-right: 0;
  }
  .p-pagehead--home .p-pagehead__media {
    aspect-ratio: auto;
    overflow: visible;
  }
  .p-pagehead--home .p-pagehead__media img {
    width: 100%;
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
    -o-object-position: initial;
       object-position: initial;
  }
  .p-pagehead--home .p-pagehead__title {
    margin-top: 386px;
  }
  .p-pagehead__title {
    font-size: 64px;
    margin-bottom: 31px;
    margin-top: 287px;
  }
}
@media (min-width: 1500px) {
  .p-pagehead__title {
    font-size: 70px;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1700px) {
  .p-pagehead__title {
    font-size: 5vw;
    letter-spacing: 0.1em;
  }
}
/* =========================
  PAGE HEADING
========================= */
.p-page-heading {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 45px;
}

.p-page-heading__inner {
  position: relative;
}

.p-page-heading__breadcrumb {
  padding: 30px 0;
}

.p-page-heading__breadcrumbList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0;
  row-gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-page-heading__breadcrumbItem {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.7;
  color: #a3a3a3;
}

.p-page-heading__breadcrumbItem a {
  color: #a3a3a3;
  text-decoration: none;
}

.p-page-heading__breadcrumbItem + .p-page-heading__breadcrumbItem::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 1.5px;
  margin: 0 11px;
  background-color: #7d5475;
}

.p-page-heading__breadcrumbItem[aria-current=page] {
  color: #2f2e2e;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.p-page-heading__head {
  position: relative;
  overflow: hidden;
  padding-bottom: 56px;
}

.p-page-heading__en {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: inline-block;
  margin: 0;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: clamp(62px, 14vw, 74px);
  line-height: 1;
  letter-spacing: 0.02em;
  color: #f4f4f4;
  font-weight: 600;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.p-page-heading__jp {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  font-size: 29px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #2f2e2e;
  font-weight: 700;
}

.p-page-heading__leadWrap {
  display: flex;
  align-items: stretch;
  gap: 18px;
}

.p-page-heading__leadWrap::before {
  content: "";
  flex: 0 0 7px;
  width: 7px;
  background-color: #7d5475;
}

.p-page-heading__lead {
  margin: 0;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #2f2e2e;
  font-weight: 500;
}

.p-page-heading__jpChar {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  padding-bottom: 0.08em;
  margin-bottom: -0.08em;
}

.p-page-heading__jpCharInner {
  display: inline-block;
  transform: translateY(110%);
  opacity: 0;
}

.p-page-heading.is-animated .p-page-heading__jpCharInner {
  animation: pageHeadingSlideUp 0.7s cubic-bezier(0.3, 0.51, 0.3, 1) forwards;
}

@keyframes pageHeadingSlideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.p-page-heading.is-animated .p-page-heading__jpChar:nth-child(1) .p-page-heading__jpCharInner {
  animation-delay: 0.025s;
}

.p-page-heading.is-animated .p-page-heading__jpChar:nth-child(2) .p-page-heading__jpCharInner {
  animation-delay: 0.05s;
}

.p-page-heading.is-animated .p-page-heading__jpChar:nth-child(3) .p-page-heading__jpCharInner {
  animation-delay: 0.075s;
}

.p-page-heading.is-animated .p-page-heading__jpChar:nth-child(4) .p-page-heading__jpCharInner {
  animation-delay: 0.1s;
}

.p-page-heading.is-animated .p-page-heading__jpChar:nth-child(5) .p-page-heading__jpCharInner {
  animation-delay: 0.125s;
}

.p-page-heading.is-animated .p-page-heading__jpChar:nth-child(6) .p-page-heading__jpCharInner {
  animation-delay: 0.15s;
}

.p-page-heading.is-animated .p-page-heading__jpChar:nth-child(7) .p-page-heading__jpCharInner {
  animation-delay: 0.175s;
}

.p-page-heading.is-animated .p-page-heading__jpChar:nth-child(8) .p-page-heading__jpCharInner {
  animation-delay: 0.2s;
}

.p-page-heading.is-animated .p-page-heading__jpChar:nth-child(9) .p-page-heading__jpCharInner {
  animation-delay: 0.225s;
}

.p-page-heading.is-animated .p-page-heading__jpChar:nth-child(10) .p-page-heading__jpCharInner {
  animation-delay: 0.25s;
}

.p-page-heading.is-animated .p-page-heading__jpChar:nth-child(11) .p-page-heading__jpCharInner {
  animation-delay: 0.275s;
}

.p-page-heading.is-animated .p-page-heading__jpChar:nth-child(12) .p-page-heading__jpCharInner {
  animation-delay: 0.3s;
}

.p-page-heading.is-animated .p-page-heading__jpChar:nth-child(13) .p-page-heading__jpCharInner {
  animation-delay: 0.325s;
}

.p-page-heading.is-animated .p-page-heading__jpChar:nth-child(14) .p-page-heading__jpCharInner {
  animation-delay: 0.35s;
}

.p-page-heading.is-animated .p-page-heading__jpChar:nth-child(15) .p-page-heading__jpCharInner {
  animation-delay: 0.375s;
}

.p-page-heading.is-animated .p-page-heading__jpChar:nth-child(16) .p-page-heading__jpCharInner {
  animation-delay: 0.4s;
}

.p-page-heading.is-animated .p-page-heading__jpChar:nth-child(17) .p-page-heading__jpCharInner {
  animation-delay: 0.425s;
}

.p-page-heading.is-animated .p-page-heading__jpChar:nth-child(18) .p-page-heading__jpCharInner {
  animation-delay: 0.45s;
}

.p-page-heading.is-animated .p-page-heading__jpChar:nth-child(19) .p-page-heading__jpCharInner {
  animation-delay: 0.475s;
}

.p-page-heading.is-animated .p-page-heading__jpChar:nth-child(20) .p-page-heading__jpCharInner {
  animation-delay: 0.5s;
}

@media (min-width: 821px) {
  .p-page-heading {
    padding-top: 160px;
    padding-bottom: 113px;
  }
  .p-page-heading__breadcrumb {
    box-sizing: border-box;
    width: calc(100vw - 120px);
    margin-left: calc(50% - 50vw + 52px);
    padding-bottom: 102px;
    padding-right: 0;
  }
  .p-page-heading__breadcrumbList {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    justify-content: flex-end;
  }
  .p-page-heading__head {
    min-height: 230px;
    padding-top: 0;
    padding-bottom: 72px;
  }
  .p-page-heading__en {
    top: 0;
    font-size: clamp(80px, 18vw, 140px);
    line-height: 1;
    letter-spacing: 0.02em;
  }
  .p-page-heading__jp {
    margin-left: clamp(48px, 8vw, 120px);
    padding-top: clamp(20px, 5vw, 40px);
    font-size: clamp(30px, 4.2vw, 50px);
    line-height: 1.35;
  }
  .p-page-heading__leadWrap {
    gap: 18px;
    margin-left: clamp(48px, 8vw, 120px);
  }
  .p-page-heading__leadWrap::before {
    flex: 0 0 10px;
    width: 10px;
  }
  .p-page-heading__lead {
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.8;
  }
  :is(.p-page-heading--left-fixed, .p-page-heading--sx, .p-page-heading--services-fv) .p-page-heading__inner {
    max-width: none;
    padding-inline: 60px;
  }
  :is(.p-page-heading--left-fixed, .p-page-heading--sx, .p-page-heading--services-fv) .p-page-heading__head {
    max-width: calc(100vw - 120px);
  }
  :is(.p-page-heading--left-fixed, .p-page-heading--sx, .p-page-heading--services-fv) .p-page-heading__en {
    left: 0;
    max-width: calc(100vw - 120px);
    font-size: clamp(96px, 14vw, 220px);
  }
  :is(.p-page-heading--left-fixed, .p-page-heading--sx, .p-page-heading--services-fv) .p-page-heading__jp {
    margin-left: 180px;
  }
  :is(.p-page-heading--left-fixed, .p-page-heading--sx, .p-page-heading--services-fv) .p-page-heading__leadWrap {
    gap: 42px;
    margin-left: 180px;
    max-width: 1300px;
  }
}
@media (min-width: 1500px) {
  .p-page-heading__head {
    min-height: 320px;
  }
  .p-page-heading__en {
    left: clamp(24px, 3.125vw, 60px);
    font-size: clamp(140px, 19vw, 160px);
  }
  .p-page-heading__jp {
    margin-left: clamp(80px, 10vw, 180px);
    padding-top: clamp(40px, 5vw, 80px);
    font-size: clamp(44px, 4vw, 64px);
    line-height: 1.3;
  }
  .p-page-heading__jpChar {
    vertical-align: baseline;
  }
  .p-page-heading__leadWrap {
    gap: clamp(16px, 1.25vw, 24px);
    margin-left: clamp(80px, 10vw, 180px);
  }
  .p-page-heading__lead {
    font-size: clamp(22px, 1.8vw, 32px);
    line-height: 2;
  }
  :is(.p-page-heading--left-fixed, .p-page-heading--sx, .p-page-heading--services-fv) .p-page-heading__en {
    left: 0;
    max-width: calc(100vw - 120px);
    font-size: clamp(140px, 15vw, 280px);
  }
  :is(.p-page-heading--left-fixed, .p-page-heading--sx, .p-page-heading--services-fv) .p-page-heading__jp {
    margin-left: 180px;
  }
  :is(.p-page-heading--left-fixed, .p-page-heading--sx, .p-page-heading--services-fv) .p-page-heading__leadWrap {
    gap: 42px;
    margin-left: 180px;
    max-width: 1300px;
  }
}
@media (min-width: 1700px) {
  .p-page-heading__head {
    min-height: 430px;
  }
  .p-page-heading__en {
    font-size: 330px;
  }
  .p-page-heading__jp {
    margin-left: 185px;
    padding-top: 80px;
    font-size: 80px;
    line-height: 1.4;
  }
  .p-page-heading__leadWrap {
    gap: 24px;
    margin-left: 185px;
  }
  .p-page-heading__lead {
    font-size: 30px;
    line-height: 2;
  }
  :is(.p-page-heading--left-fixed, .p-page-heading--sx, .p-page-heading--services-fv) .p-page-heading__en {
    font-size: 280px;
  }
  .p-page-heading--resources .p-page-heading__en {
    font-size: 260px;
  }
  :is(.p-page-heading--left-fixed, .p-page-heading--sx, .p-page-heading--services-fv) .p-page-heading__jp {
    margin-left: 180px;
  }
  :is(.p-page-heading--left-fixed, .p-page-heading--sx, .p-page-heading--services-fv) .p-page-heading__leadWrap {
    gap: 42px;
    margin-left: 180px;
    max-width: 1340px;
  }
}
/* ==============================================
   トップ共通見出し
============================================== */
.p-topSectionHeading {
  color: #2f2e2e;
}

.p-topSectionHeading--white {
  color: #fff;
}

.p-topSectionHeading--black {
  color: #2f2e2e;
}

.p-topSectionHeading__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 20px;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.p-topSectionHeading__eyebrow::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: currentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.p-topSectionHeading__title {
  padding-bottom: 30px;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
}

.p-topSectionHeading__lead {
  padding-bottom: 50px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}

@media (min-width: 1080px) {
  .p-topSectionHeading__eyebrow {
    gap: 10px;
    padding-bottom: 20px;
    font-size: 19px;
  }
  .p-topSectionHeading__title {
    padding-bottom: 20px;
    font-size: 40px;
  }
  .p-topSectionHeading__lead {
    padding-bottom: 100px;
    font-size: 20px;
  }
  .p-topSectionHeading--noLead .p-topSectionHeading__title {
    padding-bottom: 40px;
  }
}
.p-resources-instagram {
  background: #fff;
}

.p-resources-instagram.p-sx-works {
  padding-bottom: 138px;
}

.p-resources-blog.p-sx-works,
.p-resources-download.p-sx-works {
  padding-bottom: 138px;
}

.p-resources-blog .p-sx-works__heading,
.p-resources-download:not(.p-sx-download--solution) .p-sx-works__heading {
  padding-bottom: 16px;
}

.p-resources-instagram .p-sx-works__heading,
.p-sx-download--solution.p-resources-download .p-sx-works__heading {
  padding-bottom: 0;
}

.p-resources-instagram .p-sx-works__swiper,
.p-resources-blog .p-sx-works__swiper,
.p-resources-download .p-sx-works__swiper {
  padding-top: 77px;
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  overflow-x: hidden;
  overflow-y: visible;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-resources-blog .p-sx-works__swiper,
.p-resources-download .p-sx-works__swiper {
  padding-top: 72px;
}

.p-sx-download--solution.p-resources-download .p-sx-works__swiper {
  padding-top: 0;
}

.p-resources-instagram .p-sx-works__swiper::-webkit-scrollbar,
.p-resources-blog .p-sx-works__swiper::-webkit-scrollbar,
.p-resources-download .p-sx-works__swiper::-webkit-scrollbar {
  display: none;
}

.p-resources-instagram .p-sx-works__swiper .swiper-wrapper,
.p-resources-blog .p-sx-works__swiper .swiper-wrapper,
.p-resources-download .p-sx-works__swiper .swiper-wrapper {
  display: flex;
}

.p-resources-instagram .p-sx-works__swiper .swiper-slide:nth-child(1) {
  order: 4;
}

.p-resources-instagram .p-sx-works__swiper .swiper-slide:nth-child(2) {
  order: 3;
}

.p-resources-instagram .p-sx-works__swiper .swiper-slide:nth-child(3) {
  order: 2;
}

.p-resources-instagram .p-sx-works__swiper .swiper-slide:nth-child(4) {
  order: 1;
}

.p-resources-instagram .c-sub-heading {
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #aaaaaa;
}

.p-resources-instagram .c-sub-heading__text {
  line-height: 0;
}

.p-resources-instagram .c-sub-heading::before {
  display: none;
}

.p-resources-instagram .c-sub-heading::after {
  display: none;
}

.p-resources-instagram__iconLink {
  display: block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background: url("../assets/img/pages/resources/resources-instagram-icon.svg") center/contain no-repeat;
}

.p-resources-instagram__feed {
  padding-top: 77px;
}

.p-resources-instagram__feed #sb_instagram {
  width: 100% !important;
}

.p-resources-instagram__feed .sb_instagram_header,
.p-resources-instagram__feed #sbi_load {
  display: none !important;
}

.p-resources-instagram__feed .sbi_item:nth-child(n+5) {
  display: none !important;
}

.p-resources-instagram__feed .sbi_photo_wrap {
  height: auto !important;
}

.p-resources-instagram__feed .sbi_photo {
  display: block !important;
  aspect-ratio: 234/368;
  height: auto !important;
  padding-bottom: 0 !important;
  overflow: hidden;
  background-size: cover !important;
  background-position: center top !important;
}

.p-resources-instagram__feed .sbi_photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.p-resources-instagram .p-sx-works__swiper .swiper-slide,
.p-resources-blog .p-sx-works__swiper .swiper-slide,
.p-resources-download .p-sx-works__swiper .swiper-slide {
  width: 234px !important;
  flex-shrink: 0;
}

.p-resources-instagram .p-sx-works__swiper .swiper-slide {
  transform: none;
  opacity: 1;
  transition: none;
}

.p-resources-blog .p-sx-works__swiper .swiper-slide,
.p-resources-download .p-sx-works__swiper .swiper-slide {
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.p-resources-instagram .p-sx-works__swiper .swiper-slide-active,
.p-resources-instagram .p-sx-works__swiper .swiper-slide-prev,
.p-resources-instagram .p-sx-works__swiper .swiper-slide-next,
.p-resources-blog .p-sx-works__swiper .swiper-slide-active,
.p-resources-download .p-sx-works__swiper .swiper-slide-active {
  transform: none;
  opacity: 1;
}

.p-resources-card {
  width: 234px;
  flex: 0 0 234px;
}

.p-resources-card__link {
  position: relative;
  display: inline-block;
  width: 234px;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.p-resources-card__image {
  position: relative;
  width: 234px;
  max-width: none;
  aspect-ratio: 234/368;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0 23.5px #fff;
}

.p-resources-card__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.p-resources-card__image img {
  display: block;
  width: calc(100% + 23.5px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: translateX(-11.75px);
  transition: transform 0.4s ease;
}

.p-resources-instagram .p-resources-card__playIcon {
  position: absolute;
  top: 50%;
  left: calc(50% + 5px);
  width: 58px;
  height: 58px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}

.p-resources-card__playIcon::before,
.p-resources-card__playIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #fff;
  border-radius: 9999px;
  transform-origin: calc(100% - 0.75px) 50%;
}

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

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

.p-resources-card__link:hover,
.p-resources-card__link:focus-visible {
  opacity: 1;
}

.p-resources-card__link:hover .p-resources-card__image::before,
.p-resources-card__link:focus-visible .p-resources-card__image::before {
  opacity: 1;
}

.p-resources-card__link:hover .p-resources-card__image img,
.p-resources-card__link:focus-visible .p-resources-card__image img {
  transform: scale(1.04);
}

.p-resources-instagram .p-resources-card__link:hover .p-resources-card__playIcon,
.p-resources-instagram .p-resources-card__link:focus-visible .p-resources-card__playIcon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.p-resources-card__body {
  width: 234px;
  padding-top: 32px;
  overflow: hidden;
}

.p-resources-card__title {
  width: 234px;
  max-width: 234px;
  margin: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #2f2e2e;
  line-height: 1.7;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.p-resources-instagram .p-sx-works__button {
  padding-top: 80px;
}

.p-resources-blog,
.p-resources-download {
  background: #fff;
}

.p-resources-blog .p-sx-works__heading,
.p-resources-download:not(.p-sx-download--solution) .p-sx-works__heading {
  padding-bottom: 16px;
}

.p-resources-blog .c-sub-heading,
.p-resources-download:not(.p-sx-download--solution) .c-sub-heading {
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #aaaaaa;
}

.p-resources-blog .c-sub-heading__text,
.p-resources-download:not(.p-sx-download--solution) .c-sub-heading__text {
  line-height: 0;
}

.p-resources-blog .c-sub-heading::before,
.p-resources-download:not(.p-sx-download--solution) .c-sub-heading::before {
  display: none;
}

.p-resources-blog .c-sub-heading--instagram-link::after,
.p-resources-download:not(.p-sx-download--solution) .c-sub-heading--instagram-link::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.p-sx-download--solution.p-resources-download .c-sub-heading {
  justify-content: flex-start;
  gap: 12px;
  width: auto;
  padding-bottom: 24px;
  border-bottom: 0;
}

.p-sx-download--solution.p-resources-download .c-sub-heading::before {
  display: block;
}

@media (min-width: 1080px) {
  .p-sx-download--solution.p-resources-download .c-sub-heading {
    padding-bottom: 38px;
  }
}
.p-resources-blog-card,
.p-resources-download-card {
  width: 234px;
  flex: 0 0 234px;
}

.p-resources-blog-card__link,
.p-resources-download-card__link {
  display: inline-block;
  width: 234px;
  color: inherit;
  text-decoration: none;
}

.p-resources-blog-card__thumb,
.p-resources-download-card__thumb {
  width: 234px;
  height: 135px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0 23.5px #fff;
}

.p-resources-blog-card__thumb img,
.p-resources-download-card__thumb img {
  display: block;
  width: calc(100% + 23.5px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: translateX(-11.75px);
}

.p-resources-blog-card__thumb {
  height: 135px;
  box-shadow: none;
}

.p-resources-blog-card__thumb img {
  width: 100%;
  transform: none;
}

.p-resources-blog-card__thumb--cover-x img {
  width: auto;
  min-width: 100%;
  max-width: none;
  height: 100%;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-resources-blog-card__thumb--contain img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-resources-blog-card__body,
.p-resources-download-card__body {
  width: 234px;
  padding-top: 32px;
  overflow: hidden;
}

.p-resources-blog-card__date {
  display: block;
  margin-bottom: 8px;
  color: #a3a3a3;
  font-size: 13px;
  line-height: 1;
}

.p-resources-blog-card__title,
.p-resources-download-card__title {
  width: 234px;
  max-width: 234px;
  margin: 0;
  color: #2f2e2e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.p-resources-download-card__text {
  width: 234px;
  max-width: 234px;
  margin: 12px 0 0;
  color: #2f2e2e;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.p-resources-blog-card__excerpt {
  width: 234px;
  max-width: 234px;
  margin: 12px 0 0;
  color: #2f2e2e;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.p-resources-blog-card__excerptText--pc {
  display: none;
}

.p-resources-blog .p-sx-works__button,
.p-resources-download .p-sx-works__button {
  padding-top: 80px;
}

.p-sx-download--solution.p-resources-download .p-sx-works__button {
  padding-top: 120px;
}

@media (max-width: 1079px) {
  .p-resources-blog .p-sx-works__swiper,
  .p-resources-download:not(.p-sx-download--solution) .p-sx-works__swiper {
    --resources-card-width: min(70vw, 380px);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .p-resources-blog .p-sx-works__swiper .swiper-wrapper,
  .p-resources-download:not(.p-sx-download--solution) .p-sx-works__swiper .swiper-wrapper {
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .p-resources-blog .p-sx-works__swiper .swiper-slide,
  .p-resources-download:not(.p-sx-download--solution) .p-sx-works__swiper .swiper-slide,
  .p-resources-blog .p-resources-blog-card,
  .p-resources-download:not(.p-sx-download--solution) .p-resources-download-card,
  .p-resources-blog .p-resources-blog-card__link,
  .p-resources-download:not(.p-sx-download--solution) .p-resources-download-card__link,
  .p-resources-blog .p-resources-blog-card__body,
  .p-resources-download:not(.p-sx-download--solution) .p-resources-download-card__body,
  .p-resources-blog .p-resources-blog-card__title,
  .p-resources-blog .p-resources-blog-card__excerpt,
  .p-resources-download:not(.p-sx-download--solution) .p-resources-download-card__title,
  .p-resources-download:not(.p-sx-download--solution) .p-resources-download-card__text,
  .p-resources-blog .p-resources-blog-card__thumb,
  .p-resources-download:not(.p-sx-download--solution) .p-resources-download-card__thumb {
    width: var(--resources-card-width) !important;
    max-width: var(--resources-card-width);
    flex: 0 0 var(--resources-card-width);
  }
  .p-resources-blog .p-resources-blog-card__thumb {
    height: auto;
    aspect-ratio: 233/170;
  }
  .p-resources-download:not(.p-sx-download--solution) .p-resources-download-card__thumb {
    height: auto;
    aspect-ratio: 233/135;
  }
}
@media (min-width: 1080px) {
  .p-resources-instagram .p-sx-works__swiper,
  .p-resources-blog .p-sx-works__swiper,
  .p-resources-download .p-sx-works__swiper {
    width: 100%;
    max-width: 1340px;
    margin-inline: auto;
    padding-inline: 0;
    overflow: visible;
  }
  .p-resources-blog .p-sx-works__swiper,
  .p-resources-download .p-sx-works__swiper {
    max-width: 1440px;
  }
  .p-sx-download--solution.p-resources-download .p-sx-works__swiper {
    max-width: 1440px;
  }
  .p-resources-instagram .p-sx-works__swiper .swiper-wrapper,
  .p-resources-blog .p-sx-works__swiper .swiper-wrapper,
  .p-resources-download .p-sx-works__swiper .swiper-wrapper {
    width: 100%;
    justify-content: space-between;
  }
  .p-resources-instagram .c-sub-heading::after {
    display: block;
  }
  .p-resources-instagram .p-sx-works__swiper .swiper-slide,
  .p-resources-blog .p-sx-works__swiper .swiper-slide,
  .p-resources-download .p-sx-works__swiper .swiper-slide {
    width: 234px !important;
  }
  .p-resources-blog .p-sx-works__swiper .swiper-slide,
  .p-resources-blog .p-resources-blog-card,
  .p-resources-blog .p-resources-blog-card__link,
  .p-resources-blog .p-resources-blog-card__body,
  .p-resources-blog .p-resources-blog-card__title,
  .p-resources-blog .p-resources-blog-card__excerpt,
  .p-resources-download:not(.p-sx-download--solution) .p-sx-works__swiper .swiper-slide,
  .p-resources-download:not(.p-sx-download--solution) .p-resources-download-card,
  .p-resources-download:not(.p-sx-download--solution) .p-resources-download-card__link,
  .p-resources-download:not(.p-sx-download--solution) .p-resources-download-card__body,
  .p-resources-download:not(.p-sx-download--solution) .p-resources-download-card__title,
  .p-resources-download:not(.p-sx-download--solution) .p-resources-download-card__text {
    width: 270px !important;
    max-width: 270px;
    flex: 0 0 270px;
  }
  .p-resources-blog .p-sx-works__swiper .swiper-slide,
  .p-resources-download .p-sx-works__swiper .swiper-slide {
    opacity: 1;
    transition: none;
  }
  .p-resources-card__image {
    width: 234px;
    aspect-ratio: 234/398;
    box-shadow: none;
  }
  .p-resources-card__image img,
  .p-resources-download-card__thumb img {
    width: 100%;
    transform: none;
  }
  .p-resources-blog-card__thumb img {
    transform: none;
  }
  .p-resources-blog-card__thumb--cover-x img {
    width: auto;
  }
  .p-resources-blog-card__thumb--contain img {
    width: 100%;
  }
  .p-resources-card__title {
    font-size: 15px;
  }
  .p-resources-blog .p-resources-blog-card__thumb,
  .p-resources-download .p-resources-download-card__thumb {
    width: 270px;
    height: 160px;
    box-shadow: none;
  }
  .p-resources-blog-card__title,
  .p-resources-download-card__title {
    font-size: 15px;
  }
  .p-resources-blog-card__excerptText--sp {
    display: none;
  }
  .p-resources-blog-card__excerptText--pc {
    display: inline;
  }
}
@media (min-width: 1500px) {
  .p-resources-instagram .p-sx-works__swiper,
  .p-resources-blog .p-sx-works__swiper,
  .p-resources-download .p-sx-works__swiper {
    width: 100%;
    max-width: 1340px;
    margin-inline: auto;
    padding-inline: 0;
  }
  .p-resources-blog .p-sx-works__swiper,
  .p-resources-download .p-sx-works__swiper {
    max-width: 1440px;
  }
  .p-sx-download--solution.p-resources-download .p-sx-works__swiper {
    max-width: 1440px;
  }
}
.p-resource-download-hero__inner {
  max-width: 1440px;
  padding-bottom: 72px;
}

.p-resource-download-content__inner {
  padding-bottom: 140px;
}

.p-resource-download-content__summary {
  padding-bottom: 64px;
}

.p-resource-download-content__kicker {
  margin: 0;
  padding-bottom: 16px;
  color: #7d5475;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.p-resource-download-content__title {
  margin: 0;
  padding-bottom: 24px;
  color: #2f2e2e;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.p-resource-download-content__lead {
  margin: 0;
  padding-bottom: 40px;
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-resource-download-content__visual {
  padding-bottom: 48px;
}

.p-resource-download-content__visual img {
  display: block;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  height: auto;
}

.p-resource-download-content__indexTitle {
  margin: 0;
  padding-bottom: 20px;
  color: #2f2e2e;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-resource-download-content__indexList {
  margin: 0;
  padding: 24px 0 0;
  border-top: 1px dashed #aaaaaa;
  list-style: none;
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.04em;
}

.p-resource-download-content__indexList li {
  position: relative;
  padding-left: 1.2em;
  padding-bottom: 8px;
}

.p-resource-download-content__indexList li:last-child {
  padding-bottom: 0;
}

.p-resource-download-content__indexList li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.p-entry-form--download .p-entry-form__field {
  position: relative;
}

.p-entry-form--download .p-entry-form__field:has(.p-entry-form__select)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #2f2e2e;
  border-bottom: 1.5px solid #2f2e2e;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.p-entry-form--download .p-entry-form__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 44px;
}

.p-resource-download-content__formWrap .p-entry-form {
  padding: 36px 30px 46px;
}

.p-resource-download-content__formLead {
  margin: 0;
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-entry-form--download .p-entry-form__head {
  padding-bottom: 32px;
}

.p-entry-form--download .p-entry-form__form {
  padding-top: 0;
}

.p-entry-form--download .p-entry-form__item {
  padding-bottom: 24px;
}

.p-entry-form--download .p-entry-form__privacy {
  padding-top: 8px;
  padding-bottom: 32px;
}

.p-entry-form--download .p-entry-form__submit {
  padding-top: 0;
}

.p-entry-form--download .p-entry-form__submitBtn {
  max-width: 260px;
}

.p-resource-download-content__hiddenLink {
  display: none;
}

@media (min-width: 1080px) {
  .p-resource-download-hero__inner {
    padding-bottom: 96px;
  }
  .p-resource-download-content__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 460px;
    -moz-column-gap: 80px;
         column-gap: 80px;
    align-items: start;
    max-width: 1440px;
  }
  .p-resource-download-content__summary {
    padding-bottom: 0;
  }
  .p-resource-download-content__title {
    font-size: 52px;
  }
  .p-resource-download-content__lead {
    padding-bottom: 48px;
    font-size: 18px;
  }
  .p-resource-download-content__visual {
    padding-bottom: 56px;
  }
  .p-resource-download-content__visual img {
    max-width: 640px;
    margin: 0;
  }
  .p-resource-download-content__formWrap .p-entry-form {
    padding: 48px 42px 52px;
  }
  .p-entry-form--download .p-entry-form__item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-bottom: 24px;
  }
  .p-entry-form--download .p-entry-form__label {
    min-height: 0;
  }
  .p-entry-form--download .p-entry-form__privacy,
  .p-entry-form--download .p-entry-form__submit {
    width: 100%;
    margin-left: 0;
  }
  .p-entry-form--download .p-entry-form__submit {
    justify-content: center;
  }
}
.p-downloads-archive__inner {
  max-width: 1440px;
  padding-bottom: 140px;
}

.p-downloads-archive__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

.p-downloads-archive__card {
  width: 100%;
}

.p-downloads-archive__card.p-blog-card .c-work-card__image {
  aspect-ratio: 233/139;
}

.p-downloads-archive__empty {
  margin: 0;
  color: #2f2e2e;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media (min-width: 768px) {
  .p-downloads-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1080px) {
  .p-downloads-archive__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 56px;
  }
}
.p-about-intro {
  padding-bottom: 96px;
}

.p-about-intro__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.p-about-intro__lead {
  margin: 0 0 48px;
  padding-left: 20px;
  border-left: 4px solid #7d5475;
  color: #2f2e2e;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-about-intro__image {
  margin-bottom: 40px;
}

.p-about-intro__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-about-intro__body {
  display: grid;
  gap: 1.8em;
}

.p-about-intro__text {
  margin: 0;
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-about-vision {
  padding-bottom: 57px;
}

.p-about-vision__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.p-about-vision__image {
  width: 200px;
  margin: 0 auto;
  padding-bottom: 64px;
}

.p-about-vision__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-about-vision__body {
  display: contents;
}

.p-about-vision__title {
  margin: 0;
  padding-bottom: 32px;
  color: #2f2e2e;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-about-vision__text {
  margin: 0;
  color: #2f2e2e;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  max-width: 745px;
}

.p-about-strengths {
  padding-bottom: 24px;
}

.p-about-strengths__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.p-about-strengths__list {
  display: grid;
  gap: 52px;
}

.p-about-strength-card {
  padding: 40px 26px 30px;
  background: #f4f4f4;
  border-radius: 5px;
}

.p-about-strength-card__content {
  display: contents;
}

.p-about-strength-card__image {
  width: 193px;
  margin: 0 auto;
  padding-bottom: 54px;
}

.p-about-strength-card__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-about-strength-card__heading {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: 0;
  padding-bottom: 24px;
  color: #7d5475;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.p-about-strength-card__heading::before {
  content: "";
  width: 10px;
  height: 10px;
  background: currentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.p-about-strength-card__text {
  margin: 0;
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-about-team {
  padding-bottom: 120px;
}

.p-about-team__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.p-about-team__layout {
  display: flex;
  flex-direction: column;
}

.p-about-team__body {
  display: contents;
}

.p-about-team__heading {
  order: 1;
  padding-bottom: 52px;
}

.p-about-team__media {
  order: 2;
  padding-bottom: 52px;
}

.p-about-team__texts {
  order: 3;
  padding-bottom: 36px;
}

.p-about-team__text {
  margin: 0;
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-about-team__text + .p-about-team__text {
  padding-top: 36px;
}

.p-about-team__button {
  display: flex;
  justify-content: center;
  order: 4;
  padding-top: 36px;
}

.p-about-team__button .c-uxbtn {
  width: 100%;
  max-width: 312px;
}

.p-about-team__btn {
  display: inline-flex;
  width: 100%;
  max-width: 264px;
}

.p-about-team__image {
  display: block;
  width: 100%;
  margin: 0;
}

.p-about-team__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-about-profile {
  padding-bottom: 72px;
}

.p-about-profile__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.p-about-profile__heading {
  padding-bottom: 36px;
}

.p-about-profile__list {
  border-top: 1px solid #707070;
}

.p-about-profile__item {
  padding: 16px 0 22px;
  border-bottom: 1px solid #707070;
}

.p-about-profile__term {
  margin: 0;
  padding-bottom: 16px;
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.p-about-profile__desc {
  margin: 0;
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.p-about-profile__desc p {
  margin: 0;
}

.p-about-profile__desc p + p {
  padding-top: 1em;
}

.p-about-access {
  position: relative;
  padding-bottom: 58px;
  margin-bottom: 80px;
}

.p-about-access__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.p-about-access__bg picture,
.p-about-access__bg img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-about-access__bg img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about-access__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
}

.p-about-access__heading {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-about-access__heading .c-content-title__text {
  color: #fff;
}

.p-about-access__card {
  max-width: 1270px;
  margin: 0 auto;
  padding: 42px 33px;
  background: #fff;
}

.p-about-access__map {
  width: 100%;
  max-width: 495px;
  margin: 0 auto;
  padding-bottom: 37px;
}

.p-about-access__map iframe {
  display: block;
  width: 100%;
  height: 206px;
  border: 0;
}

.p-about-access__body {
  margin: 0 auto;
  width: calc(100% - 30px);
  max-width: 280px;
  padding-inline: 0;
}

.p-about-access__name {
  margin: 0;
  padding-bottom: 23px;
  color: #2f2e2e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.p-about-access__text {
  margin: 0;
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-about-access__text + .p-about-access__text {
  padding-top: 1em;
}

.p-about-access__text--contact {
  white-space: normal;
}

.p-about-access__contactItem {
  display: inline;
}

.p-about-access__contactSlash {
  display: none;
}

@media (min-width: 1080px) {
  .p-about-access__text--contact {
    display: flex;
    align-items: center;
    gap: 0;
  }
  .p-about-access__contactSlash {
    display: inline;
  }
  .p-about-intro {
    padding-bottom: 160px;
  }
  .p-about-vision__title {
    font-size: 25px;
  }
  .p-about-vision__text {
    font-size: 18px;
  }
  .p-about-intro__lead {
    margin-bottom: 77px;
    padding-left: 28px;
    font-size: 24px;
  }
  .p-about-intro__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
  .p-about-intro__image {
    display: block;
    margin-bottom: 0;
    width: 100%;
  }
  .p-about-intro__body {
    gap: 2em;
  }
  .p-about-intro__text {
    font-size: 18px;
  }
  .p-about-vision {
    padding-bottom: 198px;
  }
  .p-about-vision__inner {
    display: flex;
    flex-direction: row-reverse;
    gap: 100px;
    align-items: center;
  }
  .p-about-vision__image {
    flex: 0 0 455px;
    margin: 0;
    padding-bottom: 0;
    width: 455px;
  }
  .p-about-vision__body {
    display: block;
    flex: 1 1 auto;
  }
  .p-about-vision__title,
  .p-about-vision__text {
    grid-column: 1;
  }
  .p-about-strengths {
    padding-bottom: 54px;
  }
  .p-about-strength-card {
    padding: 40px 70px 48px;
  }
  .p-about-strength-card__content {
    display: flex;
    align-items: center;
    gap: 80px;
  }
  .p-about-strength-card__image {
    flex: 0 0 193px;
    margin: 0;
    padding-bottom: 0;
  }
  .p-about-strength-card__body {
    flex: 1 1 auto;
  }
  .p-about-team__layout {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 170px;
  }
  .p-about-team__body {
    display: block;
    order: 1;
    flex: 0 0 560px;
    max-width: 560px;
  }
  .p-about-team__heading {
    order: initial;
    padding-bottom: 52px;
  }
  .p-about-team__heading--left {
    display: block;
    width: 100%;
    text-align: left;
  }
  .p-about-team__heading--left .c-content-title__text {
    text-align: left;
  }
  .p-about-team__texts {
    order: initial;
    padding-bottom: 0;
  }
  .p-about-team__text + .p-about-team__text {
    padding-top: 36px;
  }
  .p-about-team__button {
    justify-content: flex-start;
    order: initial;
    padding-top: 36px;
  }
  .p-about-team__button .c-uxbtn {
    max-width: 264px;
  }
  .p-about-team__media {
    order: 2;
    flex: 1 1 auto;
    width: auto;
    max-width: 820px;
    margin-right: 60px;
    padding-bottom: 0;
  }
  .p-about-profile {
    padding-bottom: 120px;
  }
  .p-about-access {
    padding-bottom: 120px;
  }
  .p-about-profile__list {
    border-top: 0;
  }
  .p-about-profile__item {
    display: grid;
    grid-template-columns: 240px 1fr;
    -moz-column-gap: 173px;
         column-gap: 173px;
    align-items: center;
    padding: 20px 0;
  }
  .p-about-profile__term {
    padding-bottom: 0;
  }
  .p-about-access__heading {
    padding-top: 80px;
  }
  .p-about-access__card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
    max-width: 1270px;
    padding: 48px 134px;
  }
  .p-about-access__map {
    flex: 0 0 480px;
    width: 480px;
    padding-bottom: 0;
  }
  .p-about-access__name {
    font-size: 21px;
  }
  .p-about-access__text {
    font-size: 18px;
  }
  .p-about-access__map iframe {
    height: 300px;
  }
  .p-about-access__body {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    padding-inline: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1700px) {
  .p-about-strength-card__content {
    gap: 107px;
  }
  .p-about-team__layout {
    gap: 170px;
  }
  .p-about-vision__inner {
    gap: 243px;
  }
  .p-about-team__media {
    width: calc(100% + (100vw - 1440px) / 2);
    max-width: calc(820px + (100vw - 1440px) / 2);
    margin-right: calc(30px - (100vw - 1440px) / 2);
  }
}
.p-blog-hero__inner {
  max-width: 1440px;
}

.p-blog-hero {
  padding-bottom: 120px;
}

.p-blog-list__inner {
  padding-bottom: 110px;
}

.p-blog-list__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
}

.p-blog-card .c-work-card__link {
  display: block;
}

.p-blog-card .c-work-card__image,
.p-blog-card .c-work-card__title,
.p-blog-card .c-work-card__issue {
  max-width: none;
}

.p-blog-card .c-work-card__image {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 233/170;
  overflow: hidden;
}

.p-blog-card .c-work-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
}

.p-blog-card .p-blog-card__image--cover-x img {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  margin-inline: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.p-blog-card .c-work-card__link:hover .c-work-card__image img,
.p-blog-card .c-work-card__link:focus-visible .c-work-card__image img {
  transform: none;
}

.p-blog-card .c-work-card__tags {
  padding-bottom: 0;
}

.p-blog-card .c-work-card__body {
  padding-top: 24px;
}

.p-blog-card .c-work-card__title {
  padding-bottom: 0;
}

.p-blog-card__excerpt {
  margin: 12px 0 0;
  color: #2f2e2e;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-blog-card__excerptText--pc {
  display: none;
}

.p-blog-card__date {
  padding-bottom: 14px;
  color: #2f2e2e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-blog-list__pagination {
  padding-top: 56px;
}

.p-blog-single-fv__category {
  padding-bottom: 16px;
  color: #7d5475;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.p-blog-single-body__inner {
  padding-bottom: 80px;
}

.p-blog-single-body__content {
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-blog-single-body__content > * {
  margin: 0;
}

.p-blog-single-body__content > p,
.p-blog-single-body__content > ul,
.p-blog-single-body__content > ol,
.p-blog-single-body__content > blockquote,
.p-blog-single-body__content > figure,
.p-blog-single-body__content > table,
.p-blog-single-body__content > .wp-block-image,
.p-blog-single-body__content > .wp-block-table,
.p-blog-single-body__content > .wp-block-embed,
.p-blog-single-body__content > .wp-block-media-text {
  padding-bottom: 32px;
}

.p-blog-single-body__content > :last-child {
  padding-bottom: 0;
}

.p-blog-single-body__content p {
  padding-bottom: 56px;
}

.p-blog-single-body__content h2 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 56px;
  font-size: 28px;
  color: #2f2e2e;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #2f2e2e;
}

.p-blog-single-body__content h3 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 32px;
  font-size: 24px;
  color: #2f2e2e;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-blog-single-body__content h3::before {
  content: "";
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  margin-top: 0.7em;
  background-color: #2f2e2e;
}

.p-blog-single-body__content h4 {
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 24px;
  font-size: 21px;
  color: #2f2e2e;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-blog-single-body__content h5,
.p-blog-single-body__content h6 {
  font-size: 18px;
  color: #2f2e2e;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-blog-single-body__content ul,
.p-blog-single-body__content ol {
  display: block;
  list-style-position: outside;
  padding-left: 1.5em;
}

.p-blog-single-body__content li {
  display: list-item;
  margin: 0 0 12px;
  line-height: 2;
}

.p-blog-single-body__content ul {
  list-style: disc;
}

.p-blog-single-body__content ol {
  list-style: decimal;
}

.p-blog-single-body__content ul > li {
  list-style: disc;
}

.p-blog-single-body__content ol > li {
  list-style: decimal;
}

.p-blog-single-body__content .p-blog-single-body__manual-list {
  padding-left: 0;
  list-style: none;
}

.p-blog-single-body__content .p-blog-single-body__manual-list > li {
  display: block;
  list-style: none;
}

.p-blog-single-body__content ul li::marker,
.p-blog-single-body__content ol li::marker {
  color: #2f2e2e;
}

.p-blog-single-body__content li:last-child {
  margin-bottom: 0;
}

.p-blog-single-body__content li > ul,
.p-blog-single-body__content li > ol {
  padding-top: 12px;
}

.p-blog-single-body__content a {
  color: #7d5475;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.p-blog-single-body__content strong {
  font-weight: 700;
}

.p-blog-single-body__content em {
  font-style: italic;
}

.p-blog-single-body__content img {
  display: block;
  width: 100%;
  height: auto;
}

.p-blog-single-body__content figure {
  margin: 0;
}

.p-blog-single-body__content figcaption {
  padding-top: 12px;
  color: #2f2e2e;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-blog-single-body__content blockquote {
  padding: 24px;
  background-color: #f8f5f1;
}

.p-blog-single-body__content table {
  width: 100%;
  border-collapse: collapse;
}

.p-blog-single-body__content th,
.p-blog-single-body__content td {
  padding: 16px;
  border: 1px solid #d9d2c9;
  text-align: left;
  line-height: 2;
}

.p-blog-single-body__content iframe {
  width: 100%;
  max-width: 100%;
}

.p-blog-single-body__content hr {
  margin: 0 0 56px;
  border: 0;
  border-top: 1px solid #d9d2c9;
}

.p-blog-single-body__content .article-summary,
.p-blog-single-body__content .box-note,
.p-blog-single-body__content .cta-box {
  padding: 32px 24px;
  margin-bottom: 56px;
}

.p-blog-single-body__content .article-summary {
  background-color: rgba(125, 84, 117, 0.14);
}

.p-blog-single-body__content .box-note {
  border: 1px solid #d9d2c9;
  background-color: #fff;
}

.p-blog-single-body__content .cta-box {
  background-color: #7d5475;
  color: #fff;
}

.p-blog-single-body__content .article-summary p,
.p-blog-single-body__content .box-note p,
.p-blog-single-body__content .cta-box p {
  padding-bottom: 24px;
}

.p-blog-single-body__content .article-summary > :last-child,
.p-blog-single-body__content .box-note > :last-child,
.p-blog-single-body__content .cta-box > :last-child {
  margin-bottom: 0;
}

.p-blog-single-body__content .article-summary ul,
.p-blog-single-body__content .box-note ul,
.p-blog-single-body__content .cta-box ul {
  padding-bottom: 0;
}

.p-blog-single-body__content .check-table {
  width: 100%;
  margin-bottom: 56px;
  font-size: 14px;
  line-height: 1.8;
}

.p-blog-single-body__content .check-table th {
  background-color: rgba(125, 84, 117, 0.14);
  font-weight: 700;
}

.p-blog-single-body__content .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 24px 32px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

.p-blog-single-body__content .cta-box .cta-btn {
  margin-top: 8px;
}

.p-blog-single-content__inner {
  display: grid;
  gap: 80px;
  padding-bottom: 120px;
}

.p-blog-single-content__hero {
  display: block;
  padding-bottom: 56px;
}

.p-blog-single-content__thumb {
  display: grid;
  width: 100%;
  max-width: 100%;
  float: none;
  margin-bottom: 32px;
  height: auto;
  aspect-ratio: 233/170;
  place-items: center;
  overflow: hidden;
}

.p-blog-single-content__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
}

.p-blog-single-content__thumb--cover-x img {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  margin-inline: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.p-blog-single-content__title {
  padding-bottom: 18px;
  color: #2f2e2e;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-blog-single-content__meta {
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-blog-single-content__heroBody {
  display: block;
  width: 100%;
  max-width: none;
  float: none;
}

.p-blog-single-content__article {
  order: 1;
}

.p-blog-single-latest {
  order: 2;
}

.p-blog-single-archive {
  order: 3;
}

.p-blog-single-side__heading {
  padding-bottom: 24px;
  color: #7d5475;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-blog-single-side__list,
.p-blog-single-archive__list {
  display: grid;
  gap: 64px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-blog-single-side__link,
.p-blog-single-archive__link {
  color: inherit;
  text-decoration: none;
}

.p-blog-single-side__link--latest {
  display: block;
}

.p-blog-single-side__thumb {
  margin: 0;
}

.p-blog-single-side__body {
  min-width: 0;
  padding-top: 14px;
}

.p-blog-single-side__link--latest .p-blog-card__date {
  padding-bottom: 8px;
  font-size: 13px;
}

.p-blog-single-side__title {
  color: #2f2e2e;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-blog-single-archive__link {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-blog-single-related__list {
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 1080px) {
  .p-blog-hero {
    padding-bottom: 240px;
  }
  .p-blog-list__inner {
    padding-bottom: 160px;
  }
  .p-blog-card__excerptText--sp {
    display: none;
  }
  .p-blog-card__excerptText--pc {
    display: inline;
  }
  .p-blog-list__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 60px;
         column-gap: 60px;
    row-gap: 164px;
  }
  .p-blog-card .p-blog-card__image--cover-x img {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 100%;
    margin-inline: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-blog-card .p-blog-card__image--contain img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-blog-single-content__inner {
    grid-template-columns: minmax(0, 1fr) 320px;
    -moz-column-gap: 160px;
         column-gap: 160px;
    row-gap: 56px;
    align-items: start;
  }
  .p-blog-single-content__article {
    grid-column: 1;
    grid-row: 1/span 2;
  }
  .p-blog-single-content__thumb {
    aspect-ratio: 0;
  }
  .p-blog-single-body__content {
    font-size: 17px;
  }
  .p-blog-single-body__content > p,
  .p-blog-single-body__content > ul,
  .p-blog-single-body__content > ol,
  .p-blog-single-body__content > blockquote,
  .p-blog-single-body__content > figure,
  .p-blog-single-body__content > table,
  .p-blog-single-body__content > .wp-block-image,
  .p-blog-single-body__content > .wp-block-table,
  .p-blog-single-body__content > .wp-block-embed,
  .p-blog-single-body__content > .wp-block-media-text {
    padding-bottom: 40px;
  }
  .p-blog-single-body__content h2 {
    font-size: 32px;
  }
  .p-blog-single-body__content h3 {
    font-size: 26px;
  }
  .p-blog-single-body__content h4 {
    font-size: 22px;
  }
  .p-blog-single-body__content figcaption {
    font-size: 14px;
  }
  .p-blog-single-body__content .article-summary,
  .p-blog-single-body__content .box-note,
  .p-blog-single-body__content .cta-box {
    padding: 40px;
  }
  .p-blog-single-body__content .check-table {
    font-size: 16px;
  }
  .p-blog-card .c-work-card__image {
    aspect-ratio: 250/180;
  }
  .p-blog-single-latest {
    grid-column: 2;
    grid-row: 1;
    order: 0;
  }
  .p-blog-single-archive {
    grid-column: 2;
    grid-row: 2;
    order: 0;
  }
  .p-blog-single-related .p-work-single-related__inner {
    max-width: 1440px;
    padding-bottom: 160px;
  }
  .p-blog-single-related__list {
    max-width: 1440px;
    margin: 0 auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 60px;
  }
}
.p-news-hero__inner {
  max-width: 1440px;
}

body.single-news {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

body.single-news .l-main {
  flex: 1 0 auto;
}

body.single-news .l-footer {
  flex-shrink: 0;
}

.p-news-list__inner,
.p-news-single__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p-news-list__inner {
  padding-top: 80px;
  padding-bottom: 120px;
}

.p-news-list__items {
  border-top: 1px solid #aaaaaa;
}

.p-news-list__item {
  border-bottom: 1px solid #aaaaaa;
}

.p-news-list__link {
  display: grid;
  gap: 10px;
  padding: 28px 0;
  color: inherit;
  text-decoration: none;
}

.p-news-list__thumb {
  width: 100%;
  height: 220px;
  margin: 0;
  overflow: hidden;
}

.p-news-list__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
}

.p-news-list__thumbImage--cover-x img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news-list__thumbImage--contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-news-list__date,
.p-news-list__label {
  color: #2f2e2e;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-news-list__title {
  color: #2f2e2e;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-news-list__empty {
  color: #2f2e2e;
  font-size: 16px;
  line-height: 1.8;
}

.p-news-pagination {
  padding-top: 64px;
}

.p-news-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-news-pagination a,
.p-news-pagination span {
  display: grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #aaaaaa;
  color: #2f2e2e;
  text-decoration: none;
  font-size: 14px;
}

.p-news-pagination .current {
  background: #2f2e2e;
  color: #fff;
}

.p-news-single__inner {
  padding-top: 80px;
  padding-bottom: 140px;
}

.p-news-single__header {
  padding-bottom: 48px;
}

.p-news-single__label {
  padding-bottom: 16px;
  color: #7d5475;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.p-news-single__title {
  padding-bottom: 20px;
  color: #2f2e2e;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-news-single__meta {
  color: #2f2e2e;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-news-single__image {
  margin-bottom: 48px;
}

.p-news-single__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-news-single__lead {
  margin-bottom: 48px;
  color: #2f2e2e;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-news-single__content {
  color: #2f2e2e;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-news-single__content > * + * {
  margin-top: 1.6em;
}

@media (min-width: 1080px) {
  .p-news-list__inner {
    padding-top: 120px;
    padding-bottom: 160px;
  }
  .p-news-list__link {
    grid-template-columns: 120px 140px minmax(0, 1fr);
    align-items: center;
    gap: 0;
    padding: 26px 0;
  }
  .p-news-list__link--has-thumb {
    grid-template-columns: 180px 120px 140px minmax(0, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .p-news-list__thumb {
    height: 120px;
  }
  .p-news-single__inner {
    padding-top: 120px;
    padding-bottom: 180px;
  }
}
.sp-only {
  display: inline;
}

.pc-only {
  display: none;
}

@media (min-width: 821px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: inline;
  }
}/*# sourceMappingURL=style.css.map */
