@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 2px solid Highlight;
  outline-offset: 2px;
}

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border color to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: sub;
}

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

html {
  font-size: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

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

* {
  -webkit-tap-highlight-color: transparent;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 0.125rem solid currentColor;
  outline-offset: 0.125rem;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  color: #363636;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

/* pcの電話番号発信対応 */
.l-footer {
  background-color: #ffffff;
  padding-inline: 1.5rem;
  position: relative;
}

.l-footer::before {
  background-color: #c7c7c7;
  content: "";
  height: 0.8px;
  left: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 0;
}

.l-footer__inner {
  align-items: flex-start;
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 87rem;
  padding-inline: 1.25rem;
}

.l-footer__left {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.l-footer__logo {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.l-footer__logoMain {
  color: #363636;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}

.l-footer__logoSub {
  color: #363636;
  font-size: 1rem;
  line-height: 1.6;
}

.l-footer__mail,
.l-footer__media {
  color: #363636;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  transition: opacity 0.3s ease;
}

.l-footer__mail:hover,
.l-footer__media:hover {
  opacity: 0.7;
}

.l-footer__privacy {
  color: #363636;
  font-size: 0.875rem;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  transition: opacity 0.3s ease;
}

.l-footer__privacy:hover {
  opacity: 0.7;
}

.l-footer__copyright {
  color: #363636;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 1rem;
}

.l-footer__right {
  align-items: flex-start;
  display: flex;
  gap: 1.5rem;
}

.l-footer__nav {
  align-items: flex-start;
  display: flex;
  gap: 1.5rem;
}

.l-footer__navLink {
  color: #363636;
  display: inline-flex;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding-block: 0.5rem;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.l-footer__navLink:hover {
  color: #db7836;
}

.l-header {
  background-color: #ffffff;
  position: sticky;
  top: 0;
  transition: top 0.35s ease;
  z-index: 20;
}

.l-header.UpMove {
  top: -5.5rem;
}

.l-header.DownMove {
  top: 0;
}

.l-header__inner {
  align-items: center;
  border-bottom: 0.8px solid #c7c7c7;
  display: flex;
  height: 5rem;
  justify-content: space-between;
  padding-inline: 3rem;
}

.l-header__logo {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.l-header__logoMain {
  color: #363636;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
}

.l-header__logoSub {
  color: #363636;
  font-size: 0.75rem;
  line-height: 1.6;
}

.l-header__nav {
  align-items: center;
  display: flex;
  gap: 2rem;
}

.l-header__navEn {
  display: none;
}

.l-header__list {
  align-items: center;
  display: flex;
  gap: 2rem;
}

.l-header__link {
  color: #363636;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.3s ease;
}

.l-header__link:hover {
  color: #db7836;
}

.l-header__linkEn {
  display: none;
}

.l-header__contact.c-btnFill {
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.l-header__contact.c-btnFill:hover {
  -webkit-transform: translateY(0.125rem);
  opacity: 1;
  transform: translateY(0.125rem);
}

.l-header__navFoot {
  display: none;
}

.l-header__burger {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
  padding: 0;
}

.l-header__burgerBar {
  background-color: #363636;
  display: block;
  height: 0.125rem;
  margin-inline: auto;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 1.625rem;
}

.l-header__burger[aria-expanded=true] .l-header__burgerBar:nth-child(1) {
  -webkit-transform: translateY(0.5rem) rotate(45deg);
  transform: translateY(0.5rem) rotate(45deg);
}

.l-header__burger[aria-expanded=true] .l-header__burgerBar:nth-child(2) {
  opacity: 0;
}

.l-header__burger[aria-expanded=true] .l-header__burgerBar:nth-child(3) {
  -webkit-transform: translateY(-0.5rem) rotate(-45deg);
  transform: translateY(-0.5rem) rotate(-45deg);
}

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

@-webkit-keyframes l-drawer-overlay-in {
  from {
    opacity: 0;
  }
}

@keyframes l-drawer-overlay-in {
  from {
    opacity: 0;
  }
}
.l-inner {
  margin-inline: auto;
  max-width: 1240px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.c-btnLine {
  align-items: center;
  border-bottom: 1px solid #363636;
  color: #363636;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.5rem;
  line-height: 1.4;
  padding-block: 1rem;
  padding-inline: 1.375rem;
}

.c-btnLine__arrow {
  height: 1rem;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 1rem;
}

.c-btnLine:hover .c-btnLine__arrow {
  -webkit-transform: translateX(0.3125rem);
  transform: translateX(0.3125rem);
}

.c-btnFill {
  align-items: center;
  background-color: #e29a7a;
  border-radius: 0.25rem;
  color: #ffffff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 500;
  gap: 0.625rem;
  justify-content: center;
  line-height: 1.5;
  padding-block: 0.625rem;
  padding-inline: 1.625rem;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.c-btnFill:hover {
  -webkit-transform: translateY(0.125rem);
  transform: translateY(0.125rem);
}

.c-btnFill__icon {
  height: 0.9rem;
  width: 1.125rem;
}

.c-btnFill--sm {
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
  padding-inline: 1.25rem;
}

.c-btnFill--sm .c-btnFill__icon {
  height: 0.8rem;
  width: 1rem;
}

.c-btnCta {
  align-items: center;
  background-color: #e29a7a;
  border-radius: 0.375rem;
  color: #ffffff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  gap: 0.625rem;
  height: 4rem;
  justify-content: center;
  line-height: 1.6;
  max-width: 100%;
  text-align: center;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  width: 20rem;
}

.c-btnCta:hover {
  -webkit-transform: translateY(0.125rem);
  transform: translateY(0.125rem);
}

.c-btnCta--lg {
  height: 4.375rem;
}

.c-btnCta__icon {
  height: 0.9rem;
  width: 1.125rem;
}

.c-btnArrow {
  align-items: center;
  background-color: #e29a7a;
  border-radius: 0.5rem;
  color: #ffffff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  gap: 0.625rem;
  justify-content: center;
  line-height: 1.4;
  padding-block: 1.125rem;
  padding-inline: 2.5rem;
  text-align: center;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.c-btnArrow:hover {
  -webkit-transform: translateY(0.125rem);
  transform: translateY(0.125rem);
}

.c-btnArrow__arrow {
  height: 1rem;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 1rem;
}

.c-btnArrow:hover .c-btnArrow__arrow {
  -webkit-transform: translateX(0.3125rem);
  transform: translateX(0.3125rem);
}

.c-en {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  -webkit-user-select: none;
  -ms-user-select: none;
  color: #f5f5f5;
  font-family: "Jost", sans-serif;
  font-size: 8.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.c-en--strong {
  color: #616161;
  mix-blend-mode: multiply;
  z-index: 2;
}

.c-en--center {
  -webkit-transform: translateX(-50%);
  left: 50%;
  top: 2.5rem;
  transform: translateX(-50%);
}

.c-en--right {
  right: 0;
  top: 0;
}

.c-en--left {
  left: 0;
  top: 0;
}

.c-headline {
  position: relative;
  z-index: 1;
}

.c-headline--center {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.c-headline__label {
  color: #979797;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}

.c-headline__ttl {
  color: #363636;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.5rem;
}

.wp-lightbox-overlay .scrim {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.wp-lightbox-overlay .wp-lightbox-close-button,
.wp-lightbox-overlay .wp-lightbox-navigation-button {
  color: #ffffff;
}

.c-pageFv {
  align-items: center;
  background-color: #faf8f6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 25rem;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.c-pageFv--plan {
  background-image: url("../img/common/under-fv-bg.jpg");
}

.c-pageFv--about {
  background-image: url("../img/about/about-fv-bg.jpg");
}

.c-pageFv--works {
  background-image: url("../img/works/works-fv-bg.jpg");
}

.c-pageFv--flow {
  background-image: url("../img/flow/flow-fv-bg.png");
}

.c-pageFv--privacy {
  background-image: url("../img/privacy/privacy-fv-bg.jpg");
  background-position: center 40%;
}

.c-pageFv--news {
  background-image: url("../img/news/news-fv-bg.jpg");
}

.c-pageFv--contact {
  background-image: url("../img/contact/contact-fv-bg.jpg");
}

.c-pageFv--gapTop {
  margin-top: 1.5rem;
}

.c-pageFv__en {
  -webkit-user-select: none;
  -ms-user-select: none;
  color: #f5f5f5;
  font-family: "Jost", sans-serif;
  font-size: 7rem;
  font-weight: 500;
  left: 2.5rem;
  letter-spacing: 0.06em;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.c-pageFv__card {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: calc(100% - 2.5rem);
  padding-block: 2rem;
  padding-inline: 1.5rem;
  position: relative;
  text-align: center;
  width: 35rem;
  z-index: 1;
}
.c-pageFv__card {
  -webkit-animation: pageFvDrop 0.8s ease-out 0.15s both;
  animation: pageFvDrop 0.8s ease-out 0.15s both;
}

@-webkit-keyframes pageFvDrop {
  from {
    -webkit-transform: translateY(-1rem);
    opacity: 0;
    transform: translateY(-1rem);
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pageFvDrop {
  from {
    -webkit-transform: translateY(-1rem);
    opacity: 0;
    transform: translateY(-1rem);
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
.c-pageFv__ttl {
  color: #363636;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.c-pageFv__lead {
  color: #616161;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.c-pagination {
  display: flex;
  justify-content: center;
  margin-top: 3.75rem;
}

.c-pagination__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.c-pagination .page-numbers {
  align-items: center;
  border-radius: 100%;
  color: #363636;
  display: inline-flex;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  height: 2.5rem;
  justify-content: center;
  line-height: 1;
  min-width: 2.5rem;
  padding-inline: 0.5rem;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

.c-pagination a.page-numbers:hover {
  opacity: 0.7;
}

.c-pagination .page-numbers.current {
  background-color: #e29a7a;
  border-radius: 0.5rem;
  color: #ffffff;
}

.c-pagination .page-numbers.dots {
  color: #979797;
  min-width: auto;
  padding-inline: 0.25rem;
}

.c-pagination__arrowIcon {
  font-size: 1.25rem;
  line-height: 1;
}

.c-pagination__srOnly {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.c-secHead {
  position: relative;
}

.c-secHead--center {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 8rem;
  position: relative;
  text-align: center;
}

.c-secHead--split {
  text-align: left;
}

.c-secHead--left {
  text-align: left;
}

.c-secHead--about .c-secHead__label {
  color: #db7836;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.c-secHead--about .c-secHead__ttl {
  margin-top: 0.75rem;
}

.c-secHead__body {
  position: relative;
  z-index: 1;
}

.c-secHead__label {
  color: #979797;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}

.c-secHead__ttl {
  color: #363636;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.5rem;
}

.p-notfound {
  padding-inline: 1.5rem;
}

.p-notfound__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: center;
  margin-inline: auto;
  max-width: 45rem;
  min-height: 35rem;
  text-align: center;
}

.p-notfound__code {
  color: #e29a7a;
  font-family: "Jost", sans-serif;
  font-size: 8.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
}

.p-notfound__ttl {
  color: #363636;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-notfound__text {
  color: #444444;
  font-size: 1rem;
  line-height: 1.8;
}

.p-notfound__btn {
  margin-top: 1rem;
}

.p-notfound__contact {
  color: #616161;
  font-size: 0.875rem;
  line-height: 1.8;
}

.p-notfound__contactLink {
  color: #db7836;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}

.p-media {
  padding-inline: 1.5rem;
}

.p-media__outInner {
  border-top: 0.05rem solid #c7c7c7;
}

.p-media__inner {
  align-items: center;
  display: flex;
  gap: 3.5rem;
  margin-inline: auto;
  max-width: 77.5rem;
}

.p-media__txt {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
}

.p-media__text {
  color: #616161;
  font-size: 0.9375rem;
  line-height: 1.8;
}

.p-media__link {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.75rem;
  max-width: 100%;
  width: 35rem;
}

.p-media__img {
  background-color: #faf8f6;
  border-radius: 0.5rem;
  display: block;
  height: 18.75rem;
  overflow: hidden;
  transition: opacity 0.3s ease;
  width: 100%;
}

.p-media__link:hover .p-media__img {
  opacity: 0.85;
}

.p-media__banner {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-media__linkNote {
  align-items: center;
  color: #979797;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.5rem;
}

.p-media__linkArrow {
  height: 0.875rem;
  opacity: 0.55;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 0.875rem;
}

.p-media__link:hover .p-media__linkArrow {
  -webkit-transform: translateX(0.3125rem);
  transform: translateX(0.3125rem);
}

.p-message {
  padding-inline: 1.5rem;
}

.p-message__inner {
  align-items: flex-start;
  display: flex;
  gap: 3.5rem;
  margin-inline: auto;
  max-width: 77.5rem;
}

.p-message__txt {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
}

.p-message__body {
  display: flex;
  flex-direction: column;
}

.p-message__text {
  color: #616161;
  font-size: 0.9375rem;
  line-height: 1.8;
}

.p-message__text + .p-message__text {
  margin-top: 0.5rem;
}

.p-message__img {
  background-color: #faf8f6;
  flex-shrink: 0;
  height: 30.0195rem;
  max-width: 100%;
  position: relative;
  width: 35rem;
}

.p-message__mockup {
  height: auto;
  left: -7.349375rem;
  position: absolute;
  top: -2.885rem;
  width: 44.7736875rem;
}

.p-overview {
  padding-inline: 1.5rem;
}

.p-overview__outInner {
  border-top: 0.05rem solid #c7c7c7;
}

.p-overview__inner {
  border-top: 0.0625rem solid #c7c7c7;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  margin-inline: auto;
  max-width: 62.5rem;
  padding-block: 6rem;
}

.p-overview__dl {
  width: 100%;
}

.p-overview__row {
  align-items: center;
  border-bottom: 0.0625rem solid #c7c7c7;
  display: flex;
  gap: 3.5rem;
  height: 6rem;
}

.p-overview__dt {
  align-items: center;
  border-bottom: 0.125rem solid #db7836;
  display: flex;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 600;
  height: 6rem;
  letter-spacing: 0.03em;
  width: 13.75rem;
}

.p-overview__dd {
  flex: 1;
  font-size: 1.0625rem;
  letter-spacing: 0.03em;
}

.p-overview__link {
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.p-overview__link:hover {
  opacity: 0.6;
}

.p-profile {
  padding-inline: 1.5rem;
}

.p-profile__outInner {
  border-top: 0.0625rem solid #c7c7c7;
}

.p-profile__inner {
  margin-inline: auto;
  max-width: 77.5rem;
}

.p-profile__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 2.5rem;
}

.p-profile__img {
  flex-shrink: 0;
  height: 37.5rem;
  max-width: 100%;
  width: 30rem;
}

.p-profile__photo {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-profile__txt {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 100%;
  width: 40rem;
}

.p-profile__nameTxt {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-profile__lead {
  font-size: 0.875rem;
  line-height: 1.8;
  width: 100%;
}

.p-profile__sign {
  color: #616161;
  font-size: 1.125rem;
  font-weight: 500;
}

.p-profile__history {
  border-top: 0.05rem solid #c7c7c7;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1.5rem;
  width: 100%;
}

.p-profile__item {
  align-items: baseline;
  display: flex;
  gap: 1.5rem;
}

.p-profile__year {
  color: #db7836;
  flex-shrink: 0;
  font-family: "Jost", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  max-width: 100%;
  width: 5rem;
}

.p-profile__desc {
  color: #616161;
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.7;
}

.p-value {
  padding-inline: 1.5rem;
}

.p-value__outInner {
  border-top: 0.05rem solid #c7c7c7;
}

.p-value__inner {
  margin-inline: auto;
  max-width: 77.5rem;
}

.p-value__list {
  display: flex;
  gap: 1.5rem;
  padding-top: 2.5rem;
}

.p-value__card {
  background-color: #faf8f6;
  border-radius: 0.875rem;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
  overflow: hidden;
  padding: 2.5rem;
  position: relative;
}

.p-value__icon {
  height: 17.5rem;
  left: 3.8125rem;
  pointer-events: none;
  position: absolute;
  top: 0.25rem;
  width: 17.5rem;
  z-index: 0;
}

.p-value__num {
  color: #db7836;
  font-family: "Jost", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.p-value__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.p-value__text {
  color: #444444;
  font-size: 0.875rem;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

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

.p-contactForm {
  background-color: #ffffff;
  overflow: hidden;
  padding-inline: 1.5rem;
  position: relative;
}

.p-contactForm__inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-inline: auto;
  max-width: 55rem;
  position: relative;
  z-index: 1;
}

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

.p-contactForm__required {
  color: #616161;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.p-contactForm__reqMark {
  color: #ff4800;
}

.wpcf7 {
  width: 100%;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}

.screen-reader-response {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.p-contactForm__field {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
  width: 100%;
}

.p-contactForm__label {
  align-items: center;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 500;
  gap: 0.25rem;
  line-height: 1.5;
}

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

.p-contactForm__input {
  background-color: transparent;
  border: none;
  box-shadow: inset 0 -1px 0 #c7c7c7;
  color: #363636;
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 0.875rem;
  width: 100%;
}

.p-contactForm__input::-webkit-input-placeholder {
  color: #979797;
}

.p-contactForm__input:-ms-input-placeholder {
  color: #979797;
}

.p-contactForm__input::-ms-input-placeholder {
  color: #979797;
}

.p-contactForm__input::placeholder {
  color: #979797;
}

.p-contactForm__textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #c7c7c7;
  color: #363636;
  font-size: 1rem;
  height: 7.5rem;
  line-height: 1.6;
  padding-bottom: 0.875rem;
  resize: vertical;
  width: 100%;
}

.p-contactForm__textarea::-webkit-input-placeholder {
  color: #979797;
}

.p-contactForm__textarea:-ms-input-placeholder {
  color: #979797;
}

.p-contactForm__textarea::-ms-input-placeholder {
  color: #979797;
}

.p-contactForm__textarea::placeholder {
  color: #979797;
}

.p-contactForm__input:-webkit-autofill,
.p-contactForm__input:-webkit-autofill:hover {
  -webkit-box-shadow: inset 0 -1px 0 #c7c7c7, inset 0 0 0 62.5rem #ffffff;
  -webkit-text-fill-color: #363636;
}

.p-contactForm__input:-webkit-autofill:focus {
  -webkit-box-shadow: inset 0 -1px 0 #e29a7a, inset 0 0 0 62.5rem #ffffff;
  -webkit-text-fill-color: #363636;
}

.p-contactForm__input.wpcf7-not-valid:-webkit-autofill {
  -webkit-box-shadow: inset 0 -1px 0 #d32f2f, inset 0 0 0 62.5rem #ffffff;
}

.p-contactForm__input:focus-visible,
.p-contactForm__textarea:focus-visible {
  outline: none;
}

.p-contactForm__input:focus-visible {
  box-shadow: inset 0 -1px 0 #e29a7a;
}

.p-contactForm__textarea:focus-visible {
  border-bottom-color: #e29a7a;
}

.p-contactForm__radios {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

.wpcf7-list-item {
  align-items: center;
  display: flex;
  margin: 0;
}

.wpcf7-list-item label {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 0.75rem;
}

.wpcf7-radio input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #c7c7c7;
  border-radius: 100%;
  cursor: pointer;
  flex-shrink: 0;
  height: 1rem;
  transition: border-color 0.2s ease;
  width: 1rem;
}

.wpcf7-radio input[type=radio]:checked {
  background-color: #e29a7a;
  border-color: #e29a7a;
  box-shadow: inset 0 0 0 3px #ffffff;
}

.wpcf7-list-item-label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-contactForm__submit {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.wpcf7-spinner {
  -webkit-transform: translateX(-50%);
  left: 50%;
  margin: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  transform: translateX(-50%);
}

.p-contactForm__button {
  background-color: #e29a7a;
  border: none;
  border-radius: 0.375rem;
  color: #ffffff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  height: 4.375rem;
  line-height: 1.5;
  max-width: 100%;
  transition: opacity 0.3s ease;
  width: 20rem;
}

.p-contactForm__button:hover {
  opacity: 0.85;
}

.p-contactForm__privacy {
  color: #979797;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}

.p-contactForm__privacyLink {
  color: #db7836;
  text-decoration: underline;
}

.p-contactForm__fallback {
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}

.wpcf7-not-valid-tip {
  color: #d32f2f;
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-top: 0.375rem;
}

.p-contactForm__input.wpcf7-not-valid,
.p-contactForm__textarea.wpcf7-not-valid {
  border-bottom-color: #d32f2f;
}

.p-contactForm__input.wpcf7-not-valid {
  box-shadow: inset 0 -1px 0 #d32f2f;
}

.wpcf7-response-output {
  border: 1px solid #c7c7c7;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 0.5rem;
  padding-block: 0.75rem;
  padding-inline: 1rem;
  text-align: center;
}

.p-process {
  background-color: #ffffff;
}

.p-process__inner {
  margin-inline: auto;
  max-width: 65rem;
  padding-inline: 1.25rem;
}

.p-process__section {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.p-process__phase {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.p-process__phaseHead {
  align-items: flex-start;
  display: flex;
  gap: 1.5rem;
}

.p-process__phaseIcon {
  flex-shrink: 0;
  height: 6.25rem;
  width: 6.25rem;
}

.p-process__phaseText {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-process__phaseEn {
  color: #db7836;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
}

.p-process__phaseTtl {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

.p-process__phaseSub {
  color: #616161;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-process__steps {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  list-style: none;
}

.p-process__steps--tight {
  gap: 3rem;
}

.p-process__step {
  align-items: flex-start;
  display: flex;
  gap: 2rem;
}

.p-process__badge {
  align-items: center;
  background-color: #e29a7a;
  border-radius: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.125rem;
  height: 6rem;
  justify-content: center;
  padding-block: 0.875rem;
  width: 6rem;
}

.p-process__badgeLabel {
  font-family: "Jost", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
}

.p-process__badgeNum {
  font-family: "Jost", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
}

.p-process__badgeIcon {
  height: 1.375rem;
  margin-top: 0.125rem;
  width: 1.375rem;
}

.p-process__card {
  background-color: #faf8f6;
  border-radius: 0.875rem;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
  padding: 2.5rem;
}

.p-process__stepTtl {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-process__bar {
  background-color: #e29a7a;
  border-radius: 0.125rem;
  display: block;
  height: 0.1875rem;
  width: 2.5rem;
}

.p-process__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-process__text {
  font-size: 1rem;
  line-height: 1.6;
}

.p-process__list {
  list-style: none;
}

.p-process__listItem {
  -webkit-padding-start: 1em;
  font-size: 1rem;
  line-height: 1.6;
  padding-inline-start: 1em;
  text-indent: -1em;
}

.p-process__note {
  font-size: 0.875rem;
  line-height: 1.6;
}

.p-process__planBox {
  background-color: #faf8f6;
  border-radius: 0.625rem;
  margin-top: 5rem;
  padding-block: 2.5rem;
  padding-inline: 1.5rem;
  text-align: center;
}

.p-process__planTtl {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-process__planText {
  color: #616161;
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-top: 0.75rem;
}

.p-process__btnBox {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}

.p-newsArchive {
  padding-inline: 1.5rem;
}

.p-newsArchive__inner {
  margin-inline: auto;
  max-width: 62.5rem;
}

.p-newsArchive__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.p-newsArchive__item {
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 1.25rem;
  position: relative;
}

.p-newsArchive__item::after {
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: left;
  background-color: #c7c7c7;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 100%;
}

.p-newsArchive__item:hover {
  border-bottom-color: transparent;
}

.p-newsArchive__item:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.p-newsArchive__head {
  align-items: flex-start;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font: inherit;
  gap: 0.625rem;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}

.p-newsArchive__head::after {
  content: "";
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.p-newsArchive__date {
  color: #979797;
  font-size: 1rem;
  line-height: 1.2;
}

.p-newsArchive__title {
  text-wrap: pretty;
  font-size: 1.25rem;
  line-height: 1.2;
  word-break: auto-phrase;
}

.p-newsArchive__body {
  display: grid;
  grid-template-rows: minmax(0, 0fr);
  transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease, -ms-grid-rows 0.35s ease;
}

.p-newsArchive__body--open {
  grid-template-rows: minmax(0, 1fr);
}

.p-newsArchive__content {
  color: #6f6f6f;
  font-size: 1rem;
  line-height: 1.6;
  min-height: 0;
  overflow: hidden;
  padding-top: 0.625rem;
}

.p-newsArchive__empty {
  color: #979797;
  padding-block: 2.5rem;
  text-align: center;
}

.p-pricing {
  background-color: #ffffff;
}

.p-pricing__inner {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-inline: auto;
  max-width: 65rem;
  padding-inline: 1.25rem;
}

.p-pricing__cats {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.p-pricing__cat {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.p-pricing__catHead {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.p-pricing__catEn {
  color: #db7836;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}

.p-pricing__catJa {
  color: #363636;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-pricing__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  list-style: none;
}

.p-pricing__card {
  background-color: #faf8f6;
  border-radius: 0.875rem;
  padding: 3rem;
}

.p-pricing__headRow {
  align-items: flex-end;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}

.p-pricing__headTxt {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-pricing__label {
  color: #616161;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
}

.p-pricing__name {
  color: #363636;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-pricing__price {
  align-items: flex-end;
  color: #ff4800;
  display: flex;
  font-family: "Jost", sans-serif;
  gap: 0.125rem;
  line-height: 1;
  white-space: nowrap;
}

.p-pricing__priceMark {
  font-size: 1.375rem;
  font-weight: 400;
}

.p-pricing__priceNum {
  font-size: 2.5rem;
  font-weight: 500;
}

.p-pricing__priceSuffix {
  font-size: 1.125rem;
  font-weight: 400;
}

.p-pricing__bar {
  background-color: #e29a7a;
  border-radius: 0.125rem;
  display: block;
  height: 0.1875rem;
  margin-top: 1rem;
  width: 2.5rem;
}

.p-pricing__purpose {
  border-top: 1px solid #c7c7c7;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.p-pricing__subTtl {
  color: #363636;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-pricing__purposeText {
  color: #616161;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.p-pricing__cols {
  align-items: flex-start;
  display: flex;
  gap: 3rem;
  margin-top: 2rem;
}

.p-pricing__col {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}

.p-pricing__items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
}

.p-pricing__item {
  -webkit-padding-start: 1em;
  color: #363636;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  padding-inline-start: 1em;
  text-indent: -1em;
}

.p-pricing__cardNote {
  color: #616161;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 1.25rem;
}

.p-pricing__cta {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

.p-pricing__notice {
  align-items: center;
  background-color: #faf8f6;
  border-radius: 0.625rem;
  display: flex;
  gap: 2rem;
  padding-block: 1.5rem;
  padding-inline: 2rem;
}

.p-pricing__noticeIcon {
  flex-shrink: 0;
  height: 5.625rem;
  width: 5.625rem;
}

.p-pricing__noticeCopy {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 0.375rem;
  min-width: 0;
}

.p-pricing__noticeTtl {
  color: #363636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-pricing__noticeText {
  color: #616161;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.7;
}

.p-privacy {
  padding-inline: 1.5rem;
}

.p-privacy__inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-inline: auto;
  max-width: 55rem;
}

.p-privacy__lead,
.p-privacy__text {
  color: #616161;
  font-size: 1rem;
  line-height: 1.8;
}

.p-privacy__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
}

.p-privacy__item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

.p-privacy__heading {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-privacy__date {
  color: #979797;
  font-size: 0.875rem;
  line-height: 1.6;
}

.p-thanks {
  background-color: #ffffff;
  padding-inline: 1.5rem;
}

.p-thanks__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 55rem;
  text-align: center;
}

.p-thanks__ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-thanks__body {
  margin-top: 2rem;
}

.p-thanks__text {
  font-size: 1rem;
  line-height: 1.8;
}

.p-thanks__text + .p-thanks__text {
  margin-top: 1rem;
}

.p-thanks__next {
  margin-top: 4rem;
  width: 100%;
}

.p-thanks__subTtl {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-thanks__nav {
  align-items: stretch;
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
}

.p-thanks__navItem {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
}

.p-thanks__navCard {
  align-items: flex-start;
  background-color: #faf8f6;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  text-align: left;
  width: 100%;
}

.p-thanks__navLabel {
  color: #db7836;
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.p-thanks__navTtl {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.p-thanks__navText {
  color: #616161;
  font-size: 0.875rem;
  line-height: 1.7;
  margin-top: 0.5rem;
}

.p-thanks__navMore {
  align-items: center;
  align-self: flex-end;
  color: #363636;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 1rem;
}

.p-thanks__navArrow {
  height: 1rem;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 1rem;
}

.p-thanks__navCard:hover .p-thanks__navArrow {
  -webkit-transform: translateX(0.3125rem);
  transform: translateX(0.3125rem);
}

.p-thanks__btn {
  margin-top: 4rem;
}

.p-about {
  padding-inline: 1.5rem;
  position: relative;
  scroll-margin-top: 5rem;
}

.p-about::before {
  background-color: #c7c7c7;
  content: "";
  height: 0.8px;
  left: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 0;
}

.p-about__inner {
  align-items: center;
  display: flex;
  gap: 2.5rem;
  margin-inline: auto;
  max-width: 77.5rem;
}

.p-about__txt {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.p-about__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.25rem;
}

.p-about__text {
  font-size: 1rem;
  line-height: 1.6;
}

.p-about__btnBox {
  margin-top: 1.5rem;
}

.p-about__img {
  flex-shrink: 0;
  max-width: 100%;
  position: relative;
  width: 36.875rem;
}

.p-about__en {
  -webkit-transform: translateX(-50%);
  left: 4.625rem;
  top: -1.3125rem;
  transform: translateX(-50%);
}

.p-about__photo {
  aspect-ratio: 590/512;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-about__photoImg {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-authority {
  padding-inline: 1.5rem;
  padding-top: 1.5rem;
}

.p-authority__inner {
  align-items: center;
  border-bottom: 0.8px solid #c7c7c7;
  border-top: 0.8px solid #c7c7c7;
  display: flex;
  gap: 4rem;
  justify-content: center;
  min-height: 6rem;
  padding-inline: 1.5rem;
}

.p-authority__group {
  align-items: center;
  display: flex;
  gap: 0.25rem;
  position: relative;
}

.p-authority__group:not(:last-child)::after {
  -webkit-transform: translateY(-50%);
  background-color: #c7c7c7;
  content: "";
  height: 2rem;
  pointer-events: none;
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.p-authority__icon {
  height: 3.5rem;
  width: 3.5rem;
}

.p-authority__intro {
  color: #ae8464;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}

.p-authority__stat {
  align-items: flex-end;
  color: #444444;
  display: flex;
  font-weight: 500;
  gap: 0.25rem;
}

.p-authority__label {
  font-size: 1.25rem;
  line-height: 1.2;
}

.p-authority__num {
  font-size: 2rem;
  line-height: 0.9;
}

.p-concept {
  padding-inline: 1.5rem;
  position: relative;
}

.p-concept::before {
  background-color: #c7c7c7;
  content: "";
  height: 0.8px;
  left: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 0;
}

.p-concept__inner {
  margin-inline: auto;
  max-width: 77.5rem;
  position: relative;
}

.p-concept__lead {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-top: 2.25rem;
  text-align: center;
}

.p-concept__check {
  background-color: #faf8f6;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-inline: auto;
  margin-top: 1rem;
  max-width: 100%;
  padding-block: 1.5rem;
  padding-inline: 2.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-concept__checkItem {
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  gap: 0.5rem;
  line-height: 1.3;
}

.p-concept__checkText {
  flex: 1;
  min-width: 0;
}

.p-concept__checkMark {
  color: #e29a7a;
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
}

.p-concept__summary {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-top: 1.25rem;
  text-align: center;
}

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

.p-concept__reasons {
  align-items: center;
  background-color: #faf8f6;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  padding-block: 11.25rem 5rem;
  padding-inline: 8rem;
  position: relative;
}

.p-concept__circle {
  align-items: center;
  background-color: #e29a7a;
  border-radius: 100%;
  color: #ffffff;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.4;
  text-align: center;
}

.p-concept__circle--top {
  -webkit-transform: translateX(-50%);
  height: 9rem;
  left: 50%;
  position: absolute;
  top: -1.3125rem;
  transform: translateX(-50%);
  width: 9rem;
}

.p-concept__circle--top.js-fadein--soft {
  -webkit-transform: translateX(-50%) scale(0.65);
  opacity: 0;
  transform: translateX(-50%) scale(0.65);
  transition: none;
}

.p-concept__circle--top.js-fadein--soft.is-visible {
  -webkit-animation: conceptCirclePop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation: conceptCirclePop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  opacity: 1;
}

@-webkit-keyframes conceptCirclePop {
  0% {
    -webkit-transform: translateX(-50%) scale(0.65);
    opacity: 0;
    transform: translateX(-50%) scale(0.65);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(1.05);
    opacity: 1;
    transform: translateX(-50%) scale(1.05);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}

@keyframes conceptCirclePop {
  0% {
    -webkit-transform: translateX(-50%) scale(0.65);
    opacity: 0;
    transform: translateX(-50%) scale(0.65);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(1.05);
    opacity: 1;
    transform: translateX(-50%) scale(1.05);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
.p-concept__circle--sub.js-fadein {
  -webkit-transform: scale(0.65);
  opacity: 0;
  transform: scale(0.65);
  transition: none;
}

.p-concept__circle--sub.js-fadein.is-visible {
  -webkit-animation: conceptCirclePopSub 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation: conceptCirclePopSub 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  opacity: 1;
}

@-webkit-keyframes conceptCirclePopSub {
  0% {
    -webkit-transform: scale(0.65);
    opacity: 0;
    transform: scale(0.65);
  }
  60% {
    -webkit-transform: scale(1.05);
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes conceptCirclePopSub {
  0% {
    -webkit-transform: scale(0.65);
    opacity: 0;
    transform: scale(0.65);
  }
  60% {
    -webkit-transform: scale(1.05);
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}
.p-concept__reasonsHead {
  position: relative;
  z-index: 1;
}

.p-concept__thought {
  color: #e29a7a;
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.p-concept__reasonsTtl {
  font-size: 1.5rem;
  margin-top: 0.375rem;
}

.p-concept__cards {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  margin-top: 2.5rem;
  width: 100%;
}

.p-concept__card {
  align-items: center;
  background-color: #ffffff;
  border-radius: 0.875rem;
  display: flex;
  gap: 1.875rem;
  max-width: 100%;
  padding: 1.5rem;
  width: 45.625rem;
}

.p-concept__cardIcon {
  align-items: center;
  background-color: #faf8f6;
  border-radius: 1rem;
  display: flex;
  flex-shrink: 0;
  height: 7.875rem;
  justify-content: center;
  width: 7.875rem;
}

.p-concept__cardImg {
  height: 5.3125rem;
  width: 5.3125rem;
}

.p-concept__cardBody {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.75rem;
}

.p-concept__cardTitle {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-concept__cardText {
  font-size: 1rem;
  line-height: 1.6;
}

.p-concept__marker {
  background: linear-gradient(transparent 60%, #fff68b 60%);
  font-weight: 700;
}

.p-concept__further {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
  position: relative;
}

.p-concept__circle--sub {
  height: 5.75rem;
  margin-bottom: -1rem;
  position: relative;
  width: 5.75rem;
  z-index: 1;
}

.p-concept__resultBox {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding-block: 1.125rem;
  padding-inline: 2.5rem;
  position: relative;
}

.p-concept__illust {
  height: 7.0625rem;
  position: absolute;
  right: -4.5rem;
  top: 0.9375rem;
  width: 9.375rem;
}

.p-concept__result {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.p-concept__num {
  font-size: 1.875rem;
}

.p-concept__closing {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-top: 2.25rem;
  text-align: center;
}

.p-concept__btnBox {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.p-contact {
  background-color: #ffffff;
  padding-inline: 1.5rem;
  position: relative;
  scroll-margin-top: 5rem;
}

.p-contact::before {
  background-color: #c7c7c7;
  content: "";
  height: 0.8px;
  left: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 0;
}

.p-contact__inner {
  margin-inline: auto;
  max-width: 77.5rem;
  position: relative;
}

.p-contact__contents {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.p-contact__box {
  align-items: center;
  background-color: #faf8f6;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding-block: 3.75rem;
  padding-inline: 2.5rem;
  width: 62.5rem;
}

.p-contact__text {
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}

.p-contact__text + .p-contact__text {
  margin-top: 1rem;
}

.p-contact__btnBox {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.p-contact__note {
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
}

.p-flow {
  padding-inline: 1.5rem;
  position: relative;
  scroll-margin-top: 5rem;
}

.p-flow::before {
  background-color: #c7c7c7;
  content: "";
  height: 0.8px;
  left: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 0;
}

.p-flow__inner {
  align-items: center;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 77.5rem;
}

.p-flow__txt {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.p-flow__body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.p-flow__text {
  font-size: 1rem;
  line-height: 1.6;
}

.p-flow__btnBox {
  margin-top: 1.875rem;
}

.p-flow__img {
  flex-shrink: 0;
  max-width: 100%;
  position: relative;
  width: 36.875rem;
}

.p-flow__en {
  -webkit-transform: translateX(-50%);
  left: 4.5rem;
  top: -1.3125rem;
  transform: translateX(-50%);
}

.p-flow__photo {
  aspect-ratio: 590/512;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-flow__photoImg {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-fv {
  padding-inline: 1.5rem;
  padding-top: 1.5rem;
}

.p-fv__inner {
  background-color: #faf8f6;
  border-radius: 0.5rem;
  padding-block: 2.5rem;
}

.p-fv__content {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 100%;
  width: 72.5rem;
}

.p-fv__txt {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.p-fv__target {
  align-items: center;
  border: 1px solid #e29a7a;
  border-radius: 2.5rem;
  display: inline-flex;
  gap: 0.25rem;
  padding-block: 0.375rem;
  padding-inline: 1rem;
}

.p-fv__targetIcon {
  height: 1.25rem;
  width: 1.25rem;
}

.p-fv__targetText {
  color: #db7836;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.p-fv__catch {
  align-items: flex-start;
  color: #444444;
  display: flex;
  flex-direction: column;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-top: 0.75rem;
}

.p-fv__catchRow {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}

.p-fv__catchRow + .p-fv__catchRow {
  margin-top: 0.5rem;
}

.p-fv__catchRow:nth-child(3) {
  margin-top: 0.875rem;
}

.p-fv__catchLg {
  font-size: 2.375rem;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.p-fv__catchSm {
  font-size: 2rem;
  line-height: 1.3;
}

.p-fv__catchMd {
  font-size: 2.25rem;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.p-fv__catchFrame {
  border: 1px solid #e7cec3;
  color: #db7836;
  font-size: 2.75rem;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-inline: 0.125rem;
  padding-block: 0.25rem;
  padding-inline: 0.25rem;
}

.p-fv__catchUnderline {
  font-size: 2.75rem;
  isolation: isolate;
  letter-spacing: 0.04em;
  line-height: 1;
  position: relative;
}

.p-fv__catchUnderline::after {
  background: url("../img/top/fv-underline.svg") no-repeat center/100% 100%;
  content: "";
  height: 1.5rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 1.875rem;
  width: 21.696375rem;
  z-index: -1;
}

.p-fv__cta {
  margin-top: 1.25rem;
}

.p-fv__chips {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.p-fv__chip {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #fce2d3;
  border-radius: 1.5rem;
  color: #363636;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 500;
  gap: 0.375rem;
  line-height: 1.2;
  padding-block: 0.75rem;
  padding-inline: 1rem;
}

.p-fv__chipIcon {
  height: 1.25rem;
  width: 1.25rem;
}

.p-fv__mockup {
  flex-shrink: 0;
  width: 32.0625rem;
}

.p-fv__mockupImg {
  display: block;
  height: auto;
  width: 100%;
}

.p-fv__target,
.p-fv__catch,
.p-fv__chips,
.p-fv__cta,
.p-fv__mockup {
  -webkit-animation: fvIntro 0.7s ease-out forwards;
  animation: fvIntro 0.7s ease-out forwards;
  opacity: 0;
}

.p-fv__target {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.p-fv__catch {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
}

.p-fv__chips {
  -webkit-animation-delay: 0.34s;
  animation-delay: 0.34s;
}

.p-fv__cta {
  -webkit-animation-delay: 0.46s;
  animation-delay: 0.46s;
}

.p-fv__mockup {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.p-fv__target.is-introDone,
.p-fv__catch.is-introDone,
.p-fv__chips.is-introDone,
.p-fv__cta.is-introDone,
.p-fv__mockup.is-introDone {
  -webkit-animation: none;
  animation: none;
  opacity: 1;
}

@-webkit-keyframes fvIntro {
  from {
    -webkit-transform: translateY(1.25rem);
    opacity: 0;
    transform: translateY(1.25rem);
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fvIntro {
  from {
    -webkit-transform: translateY(1.25rem);
    opacity: 0;
    transform: translateY(1.25rem);
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
.p-news {
  padding-inline: 1.5rem;
  position: relative;
  scroll-margin-top: 5rem;
}

.p-news::before {
  background-color: #c7c7c7;
  content: "";
  height: 0.8px;
  left: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 0;
}

.p-news__inner {
  margin-inline: auto;
  max-width: 77.5rem;
}

.p-news__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 1.5rem;
}

.p-news__item {
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 1.25rem;
  position: relative;
}

.p-news__item::after {
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: left;
  background-color: #c7c7c7;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 100%;
}

.p-news__item:hover {
  border-bottom-color: transparent;
}

.p-news__item:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.p-news__head {
  align-items: flex-start;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font: inherit;
  gap: 0.625rem;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}

.p-news__head::after {
  content: "";
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.p-news__date {
  color: #979797;
  font-size: 1rem;
}

.p-news__title {
  text-wrap: pretty;
  font-size: 1.25rem;
  line-height: 1.4;
  word-break: auto-phrase;
}

.p-news__btnBox {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.p-news__body {
  display: grid;
  grid-template-rows: minmax(0, 0fr);
  transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease, -ms-grid-rows 0.35s ease;
}

.p-news__body--open {
  grid-template-rows: minmax(0, 1fr);
}

.p-news__content {
  color: #6f6f6f;
  font-size: 1rem;
  line-height: 1.6;
  min-height: 0;
  overflow: hidden;
  padding-top: 0.625rem;
}

.p-plan {
  padding-inline: 1.5rem;
  position: relative;
  scroll-margin-top: 5rem;
}

.p-plan::before {
  background-color: #c7c7c7;
  content: "";
  height: 1px;
  left: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 0;
}

.p-plan__inner {
  align-items: flex-start;
  display: flex;
  gap: 0;
  margin-inline: auto;
  max-width: 83.75rem;
  padding-top: 5.5rem;
  position: relative;
}

.p-plan__spHead {
  display: none;
}

.p-plan__photo {
  aspect-ratio: 590/899;
  border-radius: 0.625rem;
  flex: 1 1 36.875rem;
  min-width: 0;
  overflow: hidden;
}

.p-plan__photoImg {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-plan__en {
  left: 47.625rem;
  top: 4.5rem;
}

.p-plan__panel {
  align-items: center;
  background-color: #faf8f6;
  border-radius: 0.375rem;
  display: flex;
  flex: 1 1 46.875rem;
  flex-direction: column;
  margin-top: 5rem;
  min-width: 0;
  padding-block: 4rem;
  padding-inline: 8rem;
}

.p-plan__ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.p-plan__list {
  display: flex;
  flex-direction: column;
  margin-top: 1.875rem;
  width: 100%;
}

.p-plan__item {
  align-items: center;
  border-bottom: 1px solid #c7c7c7;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-block: 1.75rem;
}

.p-plan__itemTxt {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.p-plan__itemLabel {
  font-size: 0.875rem;
  line-height: 1.6;
}

.p-plan__itemName {
  font-size: 1.125rem;
  line-height: 1.6;
}

.p-plan__price {
  align-items: flex-end;
  color: #ff4800;
  display: flex;
  flex-shrink: 0;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.p-plan__priceMark,
.p-plan__priceComma,
.p-plan__priceTilde {
  font-size: 1.625rem;
}

.p-plan__priceNum {
  font-size: 2.25rem;
}

.p-plan__note {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 1.875rem;
}

.p-plan__btnBox {
  align-self: flex-start;
  margin-top: 2rem;
}

.p-services {
  padding-inline: 1.5rem;
  position: relative;
  scroll-margin-top: 5rem;
}

.p-services::before {
  background-color: #c7c7c7;
  content: "";
  height: 0.8px;
  left: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 0;
}

.p-services__inner {
  margin-inline: auto;
  max-width: 77.5rem;
  position: relative;
}

.p-services__list {
  align-items: flex-start;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 3rem;
}

.p-services__item {
  max-width: 100%;
  text-align: center;
  width: 24.8125rem;
}

.p-services__thumb {
  aspect-ratio: 397/269;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
}

.p-services__thumbImg {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-services__label {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 1rem;
}

.p-services__title {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.125rem;
}

.p-services__text {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 1rem;
  text-align: left;
}

.p-services__btnBox {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.p-voice {
  padding-inline: 1.5rem;
  position: relative;
}

.p-voice::before {
  background-color: #c7c7c7;
  content: "";
  height: 0.8px;
  left: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 0;
}

.p-voice__inner {
  margin-inline: auto;
  max-width: 77.5rem;
  position: relative;
}

.p-voice__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-inline: auto;
  margin-top: 3rem;
  max-width: 100%;
  width: 62.5rem;
}

.p-voice__card {
  align-items: center;
  background-color: #faf8f6;
  border-radius: 0.875rem;
  display: flex;
  gap: 1.75rem;
  padding-block: 1.5rem;
  padding-inline: 2.5rem;
}

.p-voice__card--reverse {
  flex-direction: row-reverse;
}

.p-voice__person {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 1rem;
}

.p-voice__face {
  height: 9.75rem;
  width: 14.625rem;
}

.p-voice__name {
  align-items: center;
  color: #363636;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  text-align: center;
}

.p-voice__nameMain {
  font-size: 1.125rem;
  font-weight: 500;
}

.p-voice__nameRole {
  font-size: 0.75rem;
  font-weight: 500;
}

.p-voice__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}

.p-voice__quote {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-voice__comment {
  color: #444444;
  font-size: 1rem;
  line-height: 1.6;
}

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

.p-works {
  padding-inline: 1.5rem;
  scroll-margin-top: 5rem;
}

.p-works__inner {
  margin-inline: auto;
  max-width: 77.5rem;
}

.p-works__list {
  align-items: flex-start;
  display: flex;
  gap: 3.75rem;
  justify-content: center;
  margin-top: 2.5rem;
}

.p-works__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 100%;
  width: 36.875rem;
}

.p-works__thumb {
  aspect-ratio: 590/512;
  border-radius: 0.5rem;
  display: block;
  overflow: hidden;
  width: 100%;
}

.p-works__thumbImg {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 100%;
}

.p-works__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.p-works__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.p-works__cat {
  border: 1px solid #c7c7c7;
  border-radius: 0.5rem;
  color: #363636;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  padding-block: 0.375rem;
  padding-inline: 0.625rem;
}

.p-works__titleRow {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  width: 100%;
}

.p-works__titleBox {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.375rem;
  min-width: 0;
}

.p-works__title {
  text-wrap: pretty;
  color: #363636;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  word-break: auto-phrase;
}

.p-works__titleLink {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.p-works__thumb:hover .p-works__thumbImg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.p-works__titleLink:hover {
  opacity: 0.7;
}

.p-works__client {
  color: #979797;
  font-size: 0.875rem;
  line-height: 1.4;
}

.p-works__arrow {
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  transition: opacity 0.3s ease;
}

.p-works__arrow:hover {
  opacity: 0.7;
}

.p-works__arrowIcon {
  height: 1rem;
  width: 1rem;
}

.p-works__btnBox {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.p-worksArchive {
  padding-inline: 1.5rem;
}

.p-worksArchive__inner {
  margin-inline: auto;
  max-width: 77.5rem;
}

.p-worksArchive__list {
  align-items: start;
  display: grid;
  gap: 3.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: center;
}

.p-worksArchive__empty {
  color: #979797;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}

.p-worksSingle {
  background-color: #ffffff;
  padding-inline: 1.5rem;
}

.p-worksSingle__inner {
  margin-inline: auto;
  max-width: 77.5rem;
}

.p-worksSingle__head {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-worksSingle__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.p-worksSingle__tag {
  border: 1px solid #c7c7c7;
  border-radius: 0.5rem;
  color: #363636;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  padding-block: 0.375rem;
  padding-inline: 0.625rem;
}

.p-worksSingle__title {
  text-wrap: pretty;
  color: #363636;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  word-break: auto-phrase;
}

.p-worksSingle__lead {
  color: #444444;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.p-worksSingle__lead p {
  margin: 0;
}

.p-worksSingle__url {
  color: #444444;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  transition: opacity 0.3s ease;
  word-break: break-all;
}

.p-worksSingle__url:hover {
  opacity: 0.6;
}

.p-worksSingle__hero {
  border-radius: 1.050875rem;
  margin-top: 2.5rem;
  overflow: hidden;
  width: 100%;
}

.p-worksSingle__heroImg {
  display: block;
  height: auto;
  width: 100%;
}

.p-worksSingle__content > * {
  margin-block: 0;
}

.p-worksSingle__content p {
  color: #444444;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.p-worksSingle__content .wp-block-group {
  margin-top: 4rem;
}

.p-worksSingle__content p:has(+ h2) {
  color: #db7836;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.p-worksSingle__content h2 {
  color: #363636;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

.p-worksSingle__content .wp-block-group + p {
  margin-top: 1.5rem;
}

.p-worksSingle__content p + p {
  margin-top: 1rem;
}

.p-worksSingle__content .wp-block-group + .wp-block-table {
  margin-top: 2rem;
}

.p-worksSingle__content .wp-block-table {
  margin-inline: 0;
}

.p-worksSingle__content .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.p-worksSingle__content .wp-block-table td {
  border: none;
  color: #444444;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 0;
  padding-block: 0.75rem;
  vertical-align: top;
}

.p-worksSingle__content .wp-block-table td:first-child {
  color: #979797;
  font-weight: 500;
  padding-right: 2rem;
  width: 11.25rem;
}
.p-worksSingle__content .wp-block-group + .wp-block-image {
  margin-top: 2rem;
}

.p-worksSingle__content .wp-block-image {
  background-color: #faf8f6;
  margin-inline: 0;
  padding-block: 2.5rem;
  padding-inline: 3rem;
}

.p-worksSingle__content .wp-block-image img {
  display: block;
  height: auto;
  width: 100%;
}

.p-worksSingle__content .wp-block-group + .wp-block-quote {
  margin-top: 2rem;
}

.p-worksSingle__content .wp-block-quote {
  align-items: center;
  background-color: #faf8f6;
  border: none;
  border-radius: 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0;
  padding-block: 3.5rem;
  padding-inline: 4rem;
  text-align: center;
}

.p-worksSingle__content .wp-block-quote p {
  color: #444444;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  max-width: 52.5rem;
}

.p-worksSingle__content .wp-block-quote cite {
  color: #979797;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.p-worksSingle__back {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.p-worksSingle__backLink {
  align-items: center;
  border-bottom: 1px solid #363636;
  color: #363636;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  padding-block: 1rem;
  padding-inline: 1.375rem;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

.p-worksSingle__backLink:hover {
  opacity: 0.6;
}

.js-fadein {
  -webkit-transform: translateY(1.5rem);
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
  will-change: opacity, transform;
}

.js-fadein.is-visible {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
}

.js-fadein--soft {
  opacity: 0;
  transition: opacity 0.7s ease-out;
  will-change: opacity;
}

.js-fadein--soft.is-visible {
  opacity: 1;
}

.u-phrase {
  display: inline-block;
}

.u-sp {
  display: none;
}

.u-pt-64 {
  padding-top: 4rem !important;
}

.u-pb-64 {
  padding-bottom: 4rem !important;
}

.u-mt-64 {
  margin-top: 4rem !important;
}

.u-mb-64 {
  margin-bottom: 4rem !important;
}

.u-pt-88 {
  padding-top: 5.5rem !important;
}

.u-pb-88 {
  padding-bottom: 5.5rem !important;
}

.u-mt-88 {
  margin-top: 5.5rem !important;
}

.u-mb-88 {
  margin-bottom: 5.5rem !important;
}

.u-pt-96 {
  padding-top: 6rem !important;
}

.u-pb-96 {
  padding-bottom: 6rem !important;
}

.u-mt-96 {
  margin-top: 6rem !important;
}

.u-mb-96 {
  margin-bottom: 6rem !important;
}

.u-pt-120 {
  padding-top: 7.5rem !important;
}

.u-pb-120 {
  padding-bottom: 7.5rem !important;
}

.u-mt-120 {
  margin-top: 7.5rem !important;
}

.u-mb-120 {
  margin-bottom: 7.5rem !important;
}

.u-pt-128 {
  padding-top: 8rem !important;
}

.u-pb-128 {
  padding-bottom: 8rem !important;
}

.u-mt-128 {
  margin-top: 8rem !important;
}

.u-mb-128 {
  margin-bottom: 8rem !important;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}

@media screen and (min-width: 768px) and (max-width: 1440px){
  html {
    font-size: 1.1111111111vw;
  }
}

@media screen and (max-width: 767px){
  .l-footer__inner {
    flex-direction: column;
    gap: 2rem;
    padding-inline: 0;
  }
  .l-footer__copyright {
    margin-top: 0;
  }
  .l-footer__right {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
  .l-footer__nav {
    display: none;
  }
  .l-footer__contact {
    display: none;
  }
  .l-header__inner {
    height: 4rem;
    padding-inline: 1.25rem;
  }
  .l-header__nav {
    -webkit-transform: translateX(100%);
    align-items: flex-start;
    background-color: #faf8f6;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    gap: 1.5rem;
    inset: 0 0 0 auto;
    justify-content: flex-start;
    overflow-y: auto;
    padding-block: 6.75rem 1.75rem;
    padding-inline: 1.75rem;
    position: fixed;
    transform: translateX(100%);
    transition: visibility 0s linear 0.35s, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, visibility 0s linear 0.35s;
    transition: transform 0.35s ease, visibility 0s linear 0.35s, -webkit-transform 0.35s ease;
    visibility: hidden;
    width: min(82vw, 21.25rem);
  }
  .l-header__navEn {
    -webkit-user-select: none;
    -ms-user-select: none;
    color: rgba(226, 154, 122, 0.25);
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 3.5rem;
    font-weight: 500;
    left: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    top: 1.5rem;
    user-select: none;
  }
  .l-header__nav.is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: visibility 0s, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, visibility 0s;
    transition: transform 0.35s ease, visibility 0s, -webkit-transform 0.35s ease;
    visibility: visible;
  }
  .l-header__list {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .l-header__item {
    -webkit-transform: translateX(1rem);
    border-bottom: 1px solid rgba(226, 154, 122, 0.3);
    opacity: 0;
    transform: translateX(1rem);
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 100%;
  }
  .l-header__item.is-open {
    -webkit-transform: translateX(0);
    opacity: 1;
    transform: translateX(0);
  }
  .l-header__item.is-open:nth-child(1) {
    transition-delay: 0.1s;
  }
  .l-header__item.is-open:nth-child(2) {
    transition-delay: 0.16s;
  }
  .l-header__item.is-open:nth-child(3) {
    transition-delay: 0.22s;
  }
  .l-header__item.is-open:nth-child(4) {
    transition-delay: 0.28s;
  }
  .l-header__item.is-open:nth-child(5) {
    transition-delay: 0.34s;
  }
  .l-header__item.is-open:nth-child(6) {
    transition-delay: 0.4s;
  }
  .l-header__link {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding-block: 0.875rem;
    width: 100%;
  }
  .l-header__linkEn {
    color: #db7836;
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  .l-header__contact {
    margin-top: 0.5rem;
    width: 100%;
  }
  .l-header__navFoot {
    color: #979797;
    display: block;
    font-size: 0.6875rem;
    letter-spacing: 0.04em;
    margin-top: auto;
    padding-top: 1.5rem;
  }
  .l-header__burger {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    height: 2rem;
    justify-content: center;
    width: 2rem;
    z-index: 30;
  }
  .is-drawer-open::before {
    -webkit-animation: l-drawer-overlay-in 0.3s ease;
    animation: l-drawer-overlay-in 0.3s ease;
    background-color: rgba(0, 0, 0, 0.35);
    content: "";
    inset: 0;
    position: fixed;
    z-index: 19;
  }
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-btnCta {
    font-size: clamp(0.9375rem, 2.2vw, 1rem);
    height: clamp(3.5rem, 9vw, 4rem);
    width: clamp(18.75rem, 60vw, 20rem);
  }
  .c-btnCta--lg {
    font-size: 1rem;
    width: 20rem;
  }
  .c-en {
    font-size: clamp(4.5rem, 13vw, 6.875rem);
  }
  .c-en--center {
    font-size: clamp(4rem, 12vw, 6.25rem);
    top: 2rem;
  }
  .c-en--right {
    bottom: 0;
    right: 0;
    top: auto;
  }
  .c-headline__label {
    font-size: clamp(0.9375rem, 2.5vw, 1.125rem);
  }
  .c-headline__ttl {
    font-size: clamp(1.5rem, 4.5vw, 2rem);
  }
  .c-pageFv {
    height: 15rem;
  }
  .c-pageFv__en {
    display: none;
  }
  .c-pageFv__card {
    padding-block: 1.5rem;
    padding-inline: 1.25rem;
  }
  .c-pageFv__ttl {
    font-size: clamp(1.25rem, 4vw, 1.5rem);
  }
  .c-pageFv__lead {
    font-size: clamp(0.875rem, 2.2vw, 1rem);
  }
  .c-pagination {
    margin-top: 3rem;
  }
  .c-secHead--center {
    padding-top: clamp(4.5rem, 13.5vw, 6.5rem);
  }
  .c-secHead--about .c-secHead__label {
    font-size: clamp(0.875rem, 2.2vw, 1rem);
  }
  .c-secHead__label {
    font-size: clamp(0.875rem, 2.5vw, 1.125rem);
  }
  .c-secHead__ttl {
    font-size: clamp(1.375rem, 4.5vw, 2rem);
  }
  .p-notfound__inner {
    gap: 1rem;
    min-height: 27.5rem;
  }
  .p-notfound__code {
    font-size: 5.5rem;
  }
  .p-notfound__ttl {
    font-size: 1.25rem;
  }
  .p-notfound__text {
    font-size: 0.9375rem;
  }
  .p-notfound__contact {
    font-size: 0.8125rem;
  }
  .p-media {
    padding-inline: 1.25rem;
  }
  .p-media__inner {
    align-items: stretch;
    flex-direction: column;
    gap: 2rem;
  }
  .p-media__link {
    width: 100%;
  }
  .p-media__img {
    aspect-ratio: 560/300;
    height: auto;
  }
  .p-message {
    padding-inline: 1.25rem;
  }
  .p-message__inner {
    flex-direction: column;
    gap: 2.5rem;
  }
  .p-message__img {
    background-color: transparent;
    height: auto;
    width: 100%;
  }
  .p-message__mockup {
    position: static;
    width: 100%;
  }
  .p-overview {
    padding-inline: 1.25rem;
  }
  .p-overview__inner {
    gap: 2rem;
    padding-block: 3rem;
  }
  .p-overview__row {
    gap: 1.25rem;
    height: auto;
    min-height: 4.5rem;
    padding-block: 1rem;
  }
  .p-overview__dt {
    align-self: stretch;
    border-bottom: none;
    height: auto;
    width: 6.875rem;
  }
  .p-overview__dd {
    font-size: clamp(0.9375rem, 2.6vw, 1.0625rem);
  }
  .p-profile {
    padding-inline: 1.25rem;
  }
  .p-profile__wrap {
    align-items: stretch;
    flex-direction: column;
    gap: 2rem;
    padding-top: 1.5rem;
  }
  .p-profile__img {
    height: auto;
    margin-inline: auto;
    max-width: 22.5rem;
    order: 2;
    width: 100%;
  }
  .p-profile__head {
    order: 1;
  }
  .p-profile__photo {
    height: auto;
  }
  .p-profile__txt {
    display: contents;
  }
  .p-profile__nameTxt {
    order: 3;
  }
  .p-profile__history {
    order: 4;
  }
  .p-value {
    padding-inline: 1.25rem;
  }
  .p-value__list {
    flex-direction: column;
    gap: 1rem;
    padding-top: 1.5rem;
  }
  .p-value__card {
    padding: 1.75rem;
  }
  .p-contactForm__inner {
    gap: 2.5rem;
  }
  .p-process__section {
    gap: 3.5rem;
  }
  .p-process__phase {
    gap: 1.75rem;
  }
  .p-process__phaseHead {
    gap: 1rem;
  }
  .p-process__phaseIcon {
    height: 4.5rem;
    width: 4.5rem;
  }
  .p-process__phaseTtl {
    font-size: clamp(1.5rem, 4.5vw, 2rem);
  }
  .p-process__phaseSub {
    font-size: clamp(0.875rem, 2.2vw, 1rem);
  }
  .p-process__steps {
    gap: 2rem;
  }
  .p-process__steps--tight {
    gap: 2rem;
  }
  .p-process__step {
    align-items: stretch;
    flex-direction: column;
    gap: 1rem;
  }
  .p-process__badge {
    height: clamp(4.5rem, 12vw, 6rem);
    padding-block: 0.625rem;
    width: clamp(4.5rem, 12vw, 6rem);
  }
  .p-process__badgeNum {
    font-size: clamp(1.125rem, 3vw, 1.375rem);
  }
  .p-process__card {
    padding: 1.5rem;
  }
  .p-process__stepTtl {
    font-size: clamp(1.25rem, 4vw, 1.5rem);
  }
  .p-process__text {
    font-size: clamp(0.9375rem, 2.6vw, 1rem);
  }
  .p-process__listItem {
    font-size: clamp(0.9375rem, 2.6vw, 1rem);
  }
  .p-process__note {
    font-size: clamp(0.8125rem, 2.2vw, 0.875rem);
  }
  .p-process__planBox {
    margin-top: 3.5rem;
    padding-block: 2rem;
  }
  .p-process__planTtl {
    font-size: clamp(1.125rem, 3.4vw, 1.5rem);
  }
  .p-newsArchive__list {
    gap: 1.75rem;
  }
  .p-newsArchive__title {
    font-size: clamp(1.125rem, 3.4vw, 1.25rem);
  }
  .p-pricing__inner {
    gap: 3.5rem;
  }
  .p-pricing__cats {
    gap: 3.5rem;
  }
  .p-pricing__cat {
    gap: 1.75rem;
  }
  .p-pricing__catJa {
    font-size: clamp(1.5rem, 4.5vw, 2rem);
  }
  .p-pricing__list {
    gap: 2rem;
  }
  .p-pricing__card {
    padding: 1.5rem;
  }
  .p-pricing__headRow {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }
  .p-pricing__cols {
    flex-direction: column;
    gap: 1.75rem;
  }
  .p-pricing__notice {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.25rem;
  }
  .p-pricing__noticeIcon {
    align-self: center;
  }
  .p-pricing__noticeTtl {
    text-align: center;
  }
  .p-privacy {
    padding-inline: 1.25rem;
  }
  .p-privacy__inner {
    gap: 2rem;
  }
  .p-privacy__lead,
  .p-privacy__text {
    font-size: clamp(0.9375rem, 2.6vw, 1rem);
  }
  .p-privacy__list {
    gap: 2rem;
  }
  .p-privacy__heading {
    font-size: clamp(1.125rem, 3.4vw, 1.25rem);
  }
  .p-thanks__ttl {
    font-size: clamp(1.375rem, 4.5vw, 2rem);
  }
  .p-thanks__subTtl {
    font-size: clamp(1.125rem, 3.4vw, 1.5rem);
  }
  .p-thanks__nav {
    flex-direction: column;
    gap: 1rem;
  }
  .p-about__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
  .p-about__txt {
    display: contents;
  }
  .p-about__head {
    order: 1;
  }
  .p-about__body {
    gap: 0.75rem;
    margin-top: 1.75rem;
    order: 3;
  }
  .p-about__btnBox {
    align-self: stretch;
    display: flex;
    justify-content: center;
    order: 4;
  }
  .p-about__img {
    margin-top: 2.5rem;
    order: 2;
    width: 100%;
  }
  .p-about__en {
    -webkit-transform: translateX(0);
    left: -0.5rem;
    top: -1rem;
    transform: translateX(0);
  }
  .p-authority__inner {
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding-block: 1.25rem;
    padding-inline: 0;
  }
  .p-authority__group:not(:last-child)::after {
    display: none;
  }
  .p-authority__icon {
    height: 2.75rem;
    width: 2.75rem;
  }
  .p-authority__intro {
    font-size: clamp(0.9375rem, 2.5vw, 1.125rem);
    text-align: center;
  }
  .p-authority__label {
    font-size: clamp(1rem, 2.8vw, 1.25rem);
  }
  .p-authority__num {
    font-size: clamp(1.625rem, 4.5vw, 2rem);
  }
  .p-concept__lead {
    font-size: clamp(1rem, 2.6vw, 1.125rem);
  }
  .p-concept__check {
    padding-inline: 1.25rem;
  }
  .p-concept__checkItem {
    align-items: flex-start;
    font-size: clamp(0.9375rem, 2.6vw, 1.125rem);
  }
  .p-concept__checkMark {
    height: 1.125rem;
    margin-block: calc((1lh - 1.125rem) / 2);
    width: 1.125rem;
  }
  .p-concept__summary {
    font-size: clamp(1rem, 2.6vw, 1.125rem);
  }
  .p-concept__reasons {
    padding-block: calc(clamp(6.5rem, 19vw, 8.75rem) + 0.5rem) 3rem;
    padding-inline: 1.25rem;
  }
  .p-concept__circle--top {
    font-size: clamp(0.8125rem, 2vw, 0.9375rem);
    height: clamp(6.5rem, 19vw, 8.75rem);
    top: -1rem;
    width: clamp(6.5rem, 19vw, 8.75rem);
  }
  .p-concept__reasonsTtl {
    font-size: clamp(1.25rem, 4vw, 1.5rem);
  }
  .p-concept__card {
    flex-direction: column;
    gap: 1rem;
  }
  .p-concept__cardTitle {
    font-size: clamp(1.125rem, 3.4vw, 1.25rem);
    text-align: center;
  }
  .p-concept__resultBox {
    padding-block: 1.125rem calc(clamp(6.875rem, 18vw, 8.75rem) * 0.46 + 0.5rem);
    padding-inline: 1.5rem;
  }
  .p-concept__illust {
    -webkit-transform: translateX(-50%);
    bottom: calc(clamp(6.875rem, 18vw, 8.75rem) * -0.3);
    height: auto;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    width: clamp(6.875rem, 18vw, 8.75rem);
  }
  .p-concept__result {
    font-size: clamp(1rem, 3vw, 1.25rem);
  }
  .p-concept__num {
    font-size: clamp(1.5rem, 4.6vw, 1.875rem);
  }
  .p-concept__closing {
    font-size: clamp(1rem, 2.6vw, 1.125rem);
    margin-top: calc(clamp(6.875rem, 18vw, 8.75rem) * 0.3 + 1.25rem);
  }
  .p-contact__box {
    padding-block: 2.5rem;
    padding-inline: 1.5rem;
  }
  .p-flow__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
  .p-flow__txt {
    display: contents;
  }
  .p-flow__head {
    order: 1;
  }
  .p-flow__body {
    gap: 0.75rem;
    margin-top: 1.75rem;
    order: 3;
  }
  .p-flow__btnBox {
    align-self: stretch;
    display: flex;
    justify-content: center;
    order: 4;
  }
  .p-flow__img {
    margin-top: 2.5rem;
    order: 2;
    width: 100%;
  }
  .p-flow__en {
    -webkit-transform: translateX(0);
    left: -0.5rem;
    top: -1rem;
    transform: translateX(0);
  }
  .p-fv {
    padding-inline: 1rem;
  }
  .p-fv__inner {
    padding-block: 2rem;
    padding-inline: 0.75rem;
  }
  .p-fv__content {
    align-items: center;
    flex-direction: column;
    gap: 2rem;
  }
  .p-fv__txt {
    align-items: center;
    flex-shrink: 1;
    text-align: center;
  }
  .p-fv__target {
    padding-inline: 0.75rem;
  }
  .p-fv__targetIcon {
    height: 1rem;
    width: 1rem;
  }
  .p-fv__targetText {
    font-size: clamp(0.875rem, 2.5vw, 1.125rem);
  }
  .p-fv__catch {
    align-items: center;
    text-align: center;
  }
  .p-fv__catchRow {
    align-items: baseline;
    justify-content: center;
  }
  .p-fv__catchRow:nth-child(3) {
    margin-top: 0.375rem;
  }
  .p-fv__catchLg {
    display: contents;
    font-size: clamp(1.375rem, 5.5vw, 2.25rem);
    letter-spacing: 0;
  }
  .p-fv__catchSm {
    font-size: clamp(1.375rem, 5.5vw, 2.25rem);
  }
  .p-fv__catchMd {
    font-size: clamp(1.375rem, 5.5vw, 2.25rem);
  }
  .p-fv__catchFrame {
    font-size: clamp(1.375rem, 5.5vw, 2.25rem);
  }
  .p-fv__catchUnderline {
    font-size: clamp(1.375rem, 5.5vw, 2.25rem);
  }
  .p-fv__catchUnderline::after {
    height: 0.6em;
    top: 0.64em;
    width: 100%;
  }
  .p-fv__chips {
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-fv__chip {
    font-size: clamp(0.875rem, 2.2vw, 1rem);
    gap: 0.3125rem;
    padding-block: 0.5625rem;
    padding-inline: 0.8125rem;
  }
  .p-fv__chipIcon {
    height: 1.0625rem;
    width: 1.0625rem;
  }
  .p-fv__mockup {
    margin-inline: auto;
    max-width: 32.0625rem;
    width: 100%;
  }
  .p-news__date {
    font-size: clamp(0.875rem, 2.5vw, 1rem);
  }
  .p-news__title {
    font-size: clamp(1rem, 3.4vw, 1.125rem);
  }
  .p-plan__inner {
    align-items: center;
    flex-direction: column;
    gap: 2.5rem;
    padding-top: 1.5rem;
  }
  .p-plan__spHead {
    display: block;
    width: 100%;
  }
  .p-plan__photo {
    display: none;
  }
  .p-plan__en {
    display: none;
  }
  .p-plan__panel {
    flex: none;
    margin-top: 0;
    padding-inline: 1.75rem;
    width: 100%;
  }
  .p-plan__ttl {
    display: none;
  }
  .p-plan__list {
    margin-top: 0;
  }
  .p-plan__item {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.375rem;
    padding-block: 1.25rem;
  }
  .p-plan__priceMark,
  .p-plan__priceComma,
  .p-plan__priceTilde {
    font-size: clamp(1.25rem, 3.4vw, 1.625rem);
  }
  .p-plan__priceNum {
    font-size: clamp(1.75rem, 4.7vw, 2.25rem);
  }
  .p-plan__btnBox {
    align-self: center;
  }
  .p-services__list {
    align-items: center;
    flex-direction: column;
    gap: 2.5rem;
  }
  .p-voice__card {
    align-items: center;
    flex-direction: column-reverse;
    gap: 1rem;
    padding-inline: 1.5rem;
  }
  .p-voice__card--reverse {
    flex-direction: column-reverse;
  }
  .p-voice__face {
    height: auto;
    width: 11.25rem;
  }
  .p-voice__quote {
    font-size: clamp(1.125rem, 3.4vw, 1.375rem);
    text-align: center;
  }
  .p-voice__comment {
    font-size: 0.875rem;
    line-height: 1.7;
  }
  .p-works__list {
    align-items: center;
    flex-direction: column;
    gap: 3rem;
  }
  .p-works__title {
    font-size: 1.125rem;
  }
  .p-worksArchive__list {
    gap: 3rem;
    grid-template-columns: minmax(0, 1fr);
  }
  .p-worksSingle__title {
    font-size: clamp(1.625rem, 5.2vw, 2.5rem);
  }
  .p-worksSingle__content .wp-block-group {
    margin-top: 3rem;
  }
  .p-worksSingle__content h2 {
    font-size: clamp(1.5rem, 4.5vw, 2rem);
  }
  .p-worksSingle__content .wp-block-table table,
  .p-worksSingle__content .wp-block-table tbody,
  .p-worksSingle__content .wp-block-table tr,
  .p-worksSingle__content .wp-block-table td {
    display: block;
    width: auto;
  }
  .p-worksSingle__content .wp-block-table tr {
    margin-top: 1rem;
  }
  .p-worksSingle__content .wp-block-table tr:first-child {
    margin-top: 0;
  }
  .p-worksSingle__content .wp-block-table td {
    padding: 0;
  }
  .p-worksSingle__content .wp-block-table td:first-child {
    margin-bottom: 0.25rem;
  }
  .p-worksSingle__content .wp-block-image {
    padding-block: 1.5rem;
    padding-inline: 1.25rem;
  }
  .p-worksSingle__content .wp-block-quote {
    padding-block: 2.5rem;
    padding-inline: 1.5rem;
  }
  .p-worksSingle__content .wp-block-quote p {
    font-size: clamp(1.125rem, 3.4vw, 1.25rem);
  }
  .p-worksSingle__back {
    margin-top: 3.5rem;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-pt-64 {
    padding-top: 2.5rem !important;
  }
  .u-pb-64 {
    padding-bottom: 2.5rem !important;
  }
  .u-mt-64 {
    margin-top: 2.5rem !important;
  }
  .u-mb-64 {
    margin-bottom: 2.5rem !important;
  }
  .u-pt-88 {
    padding-top: 3.5rem !important;
  }
  .u-pb-88 {
    padding-bottom: 3.5rem !important;
  }
  .u-mt-88 {
    margin-top: 3.5rem !important;
  }
  .u-mb-88 {
    margin-bottom: 3.5rem !important;
  }
  .u-pt-96 {
    padding-top: 3.75rem !important;
  }
  .u-pb-96 {
    padding-bottom: 3.75rem !important;
  }
  .u-mt-96 {
    margin-top: 3.75rem !important;
  }
  .u-mb-96 {
    margin-bottom: 3.75rem !important;
  }
  .u-pt-120 {
    padding-top: 4.5rem !important;
  }
  .u-pb-120 {
    padding-bottom: 4.5rem !important;
  }
  .u-mt-120 {
    margin-top: 4.5rem !important;
  }
  .u-mb-120 {
    margin-bottom: 4.5rem !important;
  }
  .u-pt-128 {
    padding-top: 5rem !important;
  }
  .u-pb-128 {
    padding-bottom: 5rem !important;
  }
  .u-mt-128 {
    margin-top: 5rem !important;
  }
  .u-mb-128 {
    margin-bottom: 5rem !important;
  }
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}

@media screen and (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
}

@media (prefers-reduced-motion: reduce){
  html {
    scroll-behavior: auto;
  }
  .c-pageFv__card {
    -webkit-transform: none;
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    transform: none;
  }
  .p-concept__circle--top.js-fadein--soft,
  .p-concept__circle--top.js-fadein--soft.is-visible {
    -webkit-transform: translateX(-50%);
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    transform: translateX(-50%);
  }
  .p-concept__circle--sub.js-fadein,
  .p-concept__circle--sub.js-fadein.is-visible {
    -webkit-transform: none;
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    transform: none;
  }
  .p-fv__target,
  .p-fv__catch,
  .p-fv__chips,
  .p-fv__cta,
  .p-fv__mockup {
    -webkit-transform: none;
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    transform: none;
  }
  .js-fadein,
  .js-fadein.is-visible {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
  .js-fadein--soft,
  .js-fadein--soft.is-visible {
    opacity: 1;
    transition: none;
  }
}