@charset "UTF-8";
* {
  -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 {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 16px;
}

body {
  color: #414141;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-break: strict;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

/* pcの電話番号発信対応 */
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;
}
a:hover {
  opacity: 0.7;
}

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

.l-bg-fixed {
  background-image: url(../img/concept-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0;
  opacity: 0.2;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}
.l-footer {
  background-color: #495655;
  padding-block: 5rem 1.5rem;
  padding-inline: 2.5rem;
}

.l-footer__row {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.l-footer__logo {
  align-items: center;
  color: #fcfcfc;
  display: inline-flex;
  flex-direction: column;
  font-family: "Aboreto", serif;
  gap: 0.375rem;
}

.l-footer__logo-main {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.l-footer__logo-sub {
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 1;
}

.l-footer__address {
  margin-top: 1.5rem;
}

.l-footer__address p {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.l-footer__info {
  margin-top: 0.5rem;
}

.l-footer__tel {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.l-footer__tel a {
  color: inherit;
  text-decoration: underline;
}

.l-footer__hours {
  display: flex;
  gap: 0.5rem;
}

.l-footer__hours p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
}

.l-footer__produced {
  margin-top: 0.5rem;
  text-transform: uppercase;
}

.l-footer__produced a {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 0.875rem;
  gap: 0.5rem;
  line-height: 1.4;
}

.l-footer__produced img {
  height: 1rem;
  width: 1rem;
}

.l-footer__sns {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

.l-footer__sns img {
  height: 1.5rem;
  width: auto;
}

.l-footer__nav-list {
  align-items: flex-start;
  display: flex;
}

.l-footer__nav-item > a {
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.6;
  padding-block: 0.75rem;
  white-space: nowrap;
}

.l-footer__nav-item:not(:first-child) {
  padding-left: 1.5rem;
}

.l-footer__nav-item--contact > a {
  background-color: rgba(28, 39, 42, 0.1);
  border: 0.0625rem solid #d6d6d6;
  border-radius: 6.25rem;
  padding-block: 0.75rem;
  padding-inline: 1rem;
}

.l-footer__sub li a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 0.8125rem;
  gap: 0.5rem;
  line-height: 1.6;
  padding-block: 0.1875rem;
}

.l-footer__sub li a::before {
  background-color: #fff;
  content: "";
  height: 0.0625rem;
  width: 0.5rem;
}

.l-footer__copyright {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.4;
  margin-top: 5rem;
  text-align: center;
  text-transform: uppercase;
}

body {
  --logo-color: #788382;
  --drawer-opacity: 0;
  --drawer-visibility: hidden;
  --burger-1-top: 0;
  --burger-1-transform: none;
  --burger-2-opacity: 1;
  --burger-3-bottom: 0;
  --burger-3-top: auto;
  --burger-3-transform: none;
}

body.is-drawer-open {
  --logo-color: #fff;
  --drawer-opacity: 1;
  --drawer-visibility: visible;
  --burger-1-top: 50%;
  --burger-1-transform: translateY(-50%) rotate(45deg);
  --burger-2-opacity: 0;
  --burger-3-bottom: auto;
  --burger-3-top: 50%;
  --burger-3-transform: translateY(-50%) rotate(-45deg);
}

body {
  --header-link-color: #414141;
  --header-contact-bg: rgba(252, 252, 252, 0.1);
  --header-contact-border: #788382;
  --header-burger-color: #414141;
}

body.home,
body.has-large-fv {
  --header-link-color: #fff;
  --header-contact-bg: rgba(252, 252, 252, 0.1);
  --header-contact-border: #d6d6d6;
  --header-burger-color: #fff;
}

body.is-out-of-fv,
.l-header.DownMove {
  --header-link-color: #414141;
  --header-contact-bg: rgba(252, 252, 252, 0.1);
  --header-contact-border: #788382;
  --header-burger-color: #414141;
}

body.is-drawer-open,
.l-header.is-drawer-open {
  --header-link-color: #fff;
  --header-contact-bg: rgba(252, 252, 252, 0.1);
  --header-contact-border: #d6d6d6;
  --header-burger-color: #fff;
}

.l-header {
  left: 0;
  position: fixed;
  top: 0;
  transition: top 0.4s ease, background-color 0.4s ease;
  width: 100%;
  z-index: 12;
}

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

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

.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-block: 1rem;
  padding-inline: 2.5rem;
}

.l-header__logo {
  align-items: center;
  color: var(--logo-color);
  display: flex;
  flex-direction: column;
  font-family: "Aboreto", serif;
  gap: 0.375rem;
  position: relative;
  white-space: nowrap;
  z-index: 2;
}

.l-header__logo-main {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.l-header__logo-sub {
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 1;
}

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

.l-header__link {
  color: var(--header-link-color);
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.6;
  padding-block: 0.1875rem 0.099375rem;
}

.l-header__link--contact {
  background-color: var(--header-contact-bg);
  border: 0.0625rem solid var(--header-contact-border);
  border-radius: 6.25rem;
  color: var(--header-link-color);
  padding-block: 0.75rem;
  padding-inline: 1rem;
}

.l-header__item--corporate {
  display: none;
}

.l-header__sub {
  display: none;
}

.l-header__burger {
  -webkit-tap-highlight-color: transparent;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  height: 1.5rem;
  outline: none;
  padding: 0;
  position: relative;
  width: 2rem;
  z-index: 2;
}

.l-header__burger:focus-visible {
  outline: 0.125rem solid currentColor;
  outline-offset: 0.25rem;
}

.l-header__burger span {
  background-color: var(--header-burger-color);
  height: 0.125rem;
  left: 0;
  position: absolute;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  width: 100%;
}

.l-header__burger span:nth-child(1) {
  -webkit-transform: var(--burger-1-transform);
  top: var(--burger-1-top);
  transform: var(--burger-1-transform);
}

.l-header__burger span:nth-child(2) {
  -webkit-transform: translateY(-50%);
  opacity: var(--burger-2-opacity);
  top: 50%;
  transform: translateY(-50%);
}

.l-header__burger span:nth-child(3) {
  -webkit-transform: var(--burger-3-transform);
  bottom: var(--burger-3-bottom);
  top: var(--burger-3-top);
  transform: var(--burger-3-transform);
}

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

.l-inner {
  margin-inline: auto;
  max-width: 1204px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

.c-btn {
  align-items: center;
  border-bottom: 0.03125rem solid #414141;
  color: #414141;
  display: inline-flex;
  gap: 1rem;
  padding-block: 0.75rem;
  padding-inline: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-btn {
  --c-btn-icon-transform: none;
}

.c-btn:hover {
  --c-btn-icon-transform: translateX(0.5rem);
  opacity: 1;
}

.c-btn__label {
  font-size: 0.9375rem;
  line-height: 1.4;
  white-space: nowrap;
}

.c-btn__icon {
  -webkit-transform: var(--c-btn-icon-transform);
  flex-shrink: 0;
  height: 1.25rem;
  transform: var(--c-btn-icon-transform);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 1.25rem;
}

.c-btn--white {
  border-bottom-color: #fff;
  color: #fff;
}

.c-btn__icon--white {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.c-btn__label--centered {
  flex: 1;
  text-align: center;
}

.c-line-draw {
  position: relative;
}

.c-line-draw::after {
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: left center;
  background-color: #d6d6d6;
  bottom: 0;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left center;
  transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.3s, -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
  width: 100%;
}

.is-visible .c-line-draw::after,
.c-line-draw.is-visible::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.c-text {
  font-size: clamp(0.9rem, 0.7125rem + 0.6vw, 1rem);
  line-height: 1.8;
  margin-top: 1.5rem;
}

.c-text--white {
  color: #fff;
}

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

.c-text__chunk {
  display: inline-block;
  white-space: nowrap;
}

.c-ttl {
  color: #414141;
  text-align: center;
}

.c-ttl__en {
  display: block;
  font-family: "Source Serif 4", serif;
  font-size: 0.875rem;
  line-height: 1;
}

.c-ttl__main {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.0213em;
  line-height: 1.4;
  margin-top: 0.5rem;
}

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

.c-ttl--white {
  color: #fff;
}

.c-ttl__main--lg {
  font-size: 2.5rem;
}

.c-ttl__en--shadow,
.c-ttl__main--shadow {
  text-shadow: 0 0 2.75rem rgba(0, 0, 0, 0.7);
}

.p-page {
  padding-block: 10rem 7.5rem;
  padding-inline: 2.5rem;
  position: relative;
}

.p-page__inner {
  margin-inline: auto;
  max-width: 55rem;
}

.p-page__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 2.5rem;
  text-align: center;
}

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

.p-page__content h2 {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
}

.p-page__content h3 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  margin-top: 1.75rem;
}

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

.p-page__content ul,
.p-page__content ol {
  margin-block: 1rem;
  padding-left: 1.5rem;
}

.p-page__content a {
  color: #4a8c5c;
  text-decoration: underline;
}

.p-page-404 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: clip;
  position: relative;
}

.p-page-404__bg {
  display: none;
}

.p-page-404__bg img {
  -o-object-fit: cover;
  -o-object-position: center bottom;
  display: block;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
}

.p-page-404__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  position: relative;
  width: 38.75rem;
  z-index: 1;
}

.p-page-404__head {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.p-page-404__en {
  display: block;
  font-family: "Source Serif 4", serif;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}

.p-page-404__mark {
  margin-top: 1.5rem;
  max-width: 100%;
  width: 18.0625rem;
}

.p-page-404__mark img {
  display: block;
  height: auto;
  width: 100%;
}

.p-page-404__line {
  background: #788382;
  display: block;
  height: 0.0625rem;
  margin-top: 2rem;
  width: 4rem;
}

.p-page-404__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 2rem;
  text-align: center;
  white-space: nowrap;
}

.p-page-404__title span {
  display: inline-block;
}

.p-page-404__lead {
  color: #666666;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1.5rem;
  text-align: center;
}

.p-page-404__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2.5rem;
}

.p-page-404__btn {
  align-items: center;
  color: #fff;
  display: inline-flex;
  gap: 1rem;
  height: 4rem;
  justify-content: center;
  max-width: 100%;
  padding-inline: 3.5rem;
  transition: opacity 0.3s ease;
  width: 15rem;
}

.p-page-404__btn {
  --btn-icon-transform: none;
}

.p-page-404__btn:hover {
  --btn-icon-transform: translateX(0.5rem);
  opacity: 0.85;
}

.p-page-404__btnIcon {
  -webkit-transform: var(--btn-icon-transform);
  transform: var(--btn-icon-transform);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-page-404__btn--top {
  background: #4a8c5c;
}

.p-page-404__btn--contact {
  background: #495655;
}

.p-page-404__btnLabel {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.p-page-404__btnIcon {
  flex-shrink: 0;
  height: 1.25rem;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 1.25rem;
}

.p-page-company-company {
  overflow: hidden;
  position: relative;
}

.p-page-company-company__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 50rem;
  width: 100%;
}

.p-page-company-company__dl {
  display: grid;
  grid-template-columns: 10rem 40rem;
  padding-top: 2.5rem;
  width: 100%;
}

.p-page-company-company__dt {
  align-items: center;
  border-bottom: 0.0625rem solid #d6d6d6;
  display: flex;
  gap: 1rem;
  height: 3.5rem;
  padding-inline: 0.5rem;
  white-space: nowrap;
}

.p-page-company-company__dt--tall {
  height: 8.5rem;
}

.p-page-company-company__dtJa {
  font-size: 1rem;
  letter-spacing: 0.24em;
  line-height: 2;
  text-transform: uppercase;
}

.p-page-company-company__dd {
  align-items: center;
  border-bottom: 0.0625rem solid #d6d6d6;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9375rem;
  gap: 1rem;
  line-height: 1.8;
  min-height: 3.5rem;
  padding-inline: 0.5rem;
}

.p-page-company-company__dd--tall {
  min-height: 8.5rem;
}

.p-page-company-company__tel {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}

.p-page-company-company__mapLink {
  align-items: center;
  border: 0.0625rem solid #788382;
  border-radius: 6.25rem;
  color: #414141;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 0.8125rem;
  padding: 0.25rem 0.75rem;
  text-decoration: none;
  white-space: nowrap;
}

.p-page-company-company__list {
  display: flex;
  flex-direction: column;
}

.p-page-company-company__listItem {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.p-page-company-company__listItem::before {
  background: #788382;
  content: "";
  flex-shrink: 0;
  height: 0.0625rem;
  width: 1.125rem;
}

.p-page-company-fv {
  align-items: flex-end;
  display: flex;
  height: 30rem;
  overflow: hidden;
  padding-block: 0 4rem;
  position: relative;
}

.p-page-company-fv::before {
  background: url("../img/company/company-fv-bg.webp") center/cover no-repeat;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.p-page-company-fv__inner {
  flex: 1;
  padding-inline: 2.5rem;
}

.p-page-company-message {
  align-items: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 4rem;
  position: relative;
}

.p-page-company-message::before {
  background: url("../img/company/company-message-bg.webp") center/cover no-repeat;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 63.875rem;
  z-index: 0;
}

.p-page-company-message__inner {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  max-width: 75.25rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-page-company-message__txt {
  align-items: center;
  display: flex;
  gap: 3.5rem;
}

.p-page-company-message__body {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  gap: 2.5rem;
  height: 25.875rem;
  padding-inline: 1.5rem;
}

.p-page-company-message__bodyP {
  display: flex;
  flex-direction: row-reverse;
  gap: 1.125rem;
}

.p-page-company-message__bodyCol {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-font-feature-settings: "vert" 1;
  font-feature-settings: "vert" 1;
  font-size: 1rem;
  line-height: 1.12;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

.p-page-company-message__bodyP--sig {
  align-self: flex-end;
}

.p-page-company-message__h2Wrap {
  display: flex;
}

.p-page-company-message__h2 {
  -webkit-font-feature-settings: "vrt2" 1;
  font-feature-settings: "vrt2" 1;
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  font-size: 2rem;
  font-weight: 500;
  gap: 0;
  gap: 0.25rem;
  line-height: 1.2;
  text-align: start;
}

.p-page-company-message__h2Col {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-align: center;
  width: 2.5rem;
  writing-mode: vertical-rl;
}

.p-page-company-message__h2Col:not(:first-child) {
  padding-top: 1em;
}

.p-page-company-message__en {
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: center;
  align-self: flex-start;
  display: block;
  height: 4.75rem;
  transform: rotate(90deg);
  transform-origin: center;
  white-space: nowrap;
  width: 0.875rem;
}

.p-page-company-profile {
  overflow: hidden;
  padding-block: 4.5rem 5.5rem;
  position: relative;
}

.p-page-company-profile__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 75.25rem;
  width: 100%;
}

.p-page-company-profile__body {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding-top: 2.5rem;
  width: 100%;
}

.p-page-company-profile__photo {
  flex-shrink: 0;
  max-width: 100%;
  min-width: 0;
  width: 30rem;
}

.p-page-company-profile__photo img {
  display: block;
  height: auto;
  width: 100%;
}

.p-page-company-profile__txt {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  max-width: 100%;
  min-width: 0;
  width: 40rem;
}

.p-page-company-profile__awards {
  padding-top: 2.5rem;
}

.p-page-company-profile__head {
  align-items: flex-end;
  border-bottom: 0.0625rem solid #d6d6d6;
  display: flex;
  gap: 1.5rem;
  min-height: 3.0625rem;
  padding-block: 0 0.8125rem;
}

.p-page-company-profile__name {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 0.5rem;
}

.p-page-company-profile__nameEn {
  color: #788382;
  font-family: "Source Serif 4", serif;
  font-size: 0.875rem;
  letter-spacing: 0.16em;
  line-height: 1;
  padding-block: 0 0.3125rem;
}

.p-page-company-profile__dl {
  display: grid;
  grid-template-columns: 8rem 32rem;
  padding-top: 1rem;
}

.p-page-company-profile__dt {
  align-items: center;
  border-bottom: 0.0625rem solid #d6d6d6;
  display: flex;
  gap: 1rem;
  height: 3.5rem;
  padding-inline: 0.5rem;
  white-space: nowrap;
}

.p-page-company-profile__dtJa {
  font-size: 1rem;
  letter-spacing: 0.24em;
  line-height: 2;
}

.p-page-company-profile__dd {
  align-items: flex-start;
  border-bottom: 0.0625rem solid #d6d6d6;
  display: flex;
  flex-direction: column;
  font-size: 0.9375rem;
  justify-content: center;
  line-height: 1.8;
  min-height: 3.5rem;
  padding-inline: 0.5rem;
}

.p-page-company-profile__item {
  align-items: center;
  border-bottom: 0.0625rem solid #d6d6d6;
  display: flex;
  font-size: 0.9375rem;
  gap: 1rem;
  line-height: 1.8;
  padding-block: 0.875rem 0.9375rem;
  padding-inline: 0.5rem 0;
}

.p-page-company-profile__item::before {
  -webkit-transform: scaleY(0.5);
  -webkit-transform-origin: left center;
  background: #788382;
  content: "";
  flex-shrink: 0;
  height: 0.0625rem;
  transform: scaleY(0.5);
  transform-origin: left center;
  width: 1.5rem;
}

.p-page-company-thought {
  background: #495655;
  overflow: hidden;
  padding-inline: 2.5rem;
  position: relative;
}

.p-page-company-thought::before {
  -webkit-filter: blur(0.125rem);
  background: url("../img/company/company-thought-bg.webp") center/cover no-repeat;
  content: "";
  filter: blur(0.125rem);
  inset: 0;
  position: absolute;
  z-index: 0;
}

.p-page-company-thought::after {
  background: #2e3c3b;
  content: "";
  inset: 0;
  opacity: 0.6;
  position: absolute;
  z-index: 0;
}

.p-page-company-thought__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 75.25rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-page-company-thought__mainTtl {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 1rem;
  width: 100%;
}

.p-page-company-thought__mainTtlText {
  -webkit-filter: blur(0.375rem);
  color: #fff;
  filter: blur(0.375rem);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.8;
  opacity: 0;
  text-align: center;
  transition: opacity 2.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 2.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.5s cubic-bezier(0.22, 1, 0.36, 1), filter 2.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.5s cubic-bezier(0.22, 1, 0.36, 1), filter 2.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 2.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, filter;
}

.p-page-company-thought__mainTtlText.is-visible {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}

.p-page-company-thought__mainTtlChar {
  display: inline-block;
}
.p-page-company-thought__line {
  border-top: 0.0625rem solid #fff;
  display: block;
  width: 7.5rem;
}

.p-page-company-thought__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 2.5rem;
}

.p-page-company-thought__p {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 2;
  text-align: center;
}

.p-page-company-thought__chunk {
  display: inline-block;
  white-space: nowrap;
}

.p-page-concept-fv {
  align-items: flex-end;
  display: flex;
  height: 30rem;
  overflow: hidden;
  padding-block: 0 4rem;
  position: relative;
}

.p-page-concept-fv__bg {
  inset: 0;
  position: absolute;
  z-index: -1;
}

.p-page-concept-fv__bg img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-page-concept-fv__inner {
  flex: 1;
  padding-inline: 2.5rem;
}

.p-page-concept-ourconcept {
  align-items: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.p-page-concept-ourconcept__bg {
  inset: 0;
  position: absolute;
  z-index: -1;
}

.p-page-concept-ourconcept__bg img {
  -o-object-fit: cover;
  -o-object-position: bottom;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  opacity: 0.12;
  width: 100%;
}

.p-page-concept-ourconcept__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 75.25rem;
  width: 100%;
}

.p-page-concept-ourconcept__visual {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
}

.p-page-concept-ourconcept__vtext {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 1.5rem;
}

.p-page-concept-ourconcept__vtext::before {
  background-color: #666666;
  content: "";
  height: 3.5rem;
  width: 0.0625rem;
}

.p-page-concept-ourconcept__ven {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  color: #666666;
  font-family: "Source Serif 4", serif;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-top: 0.75rem;
  text-transform: uppercase;
  white-space: nowrap;
  writing-mode: vertical-rl;
}

.p-page-concept-ourconcept__photo {
  flex-shrink: 0;
  height: 32.5rem;
  width: 30rem;
}

.p-page-concept-ourconcept__photo img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-page-concept-ourconcept__body {
  width: 35rem;
}

.p-page-concept-ourconcept__text {
  padding-top: 1.5rem;
}

.p-page-concept-ourconcept__p {
  font-size: 1rem;
  line-height: 1.8;
}

.p-page-concept-ourconcept__p:not(:first-child) {
  padding-top: 1rem;
}

.p-page-concept-ourconcept__keep {
  display: inline-block;
}

.p-page-concept-reason {
  background-color: #495655;
  padding-inline: 2.5rem;
}

.p-page-concept-reason__inner {
  margin-inline: auto;
  max-width: 75.25rem;
}

.p-page-concept-reason__list {
  padding-top: 4rem;
}

.p-page-concept-reason__item {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-page-concept-reason__item:not(:first-child) {
  margin-top: 3.5rem;
}

.p-page-concept-reason__item:nth-child(even) {
  flex-direction: row-reverse;
}

.p-page-concept-reason__img {
  flex-shrink: 0;
  height: 25rem;
  width: 35rem;
}

.p-page-concept-reason__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-page-concept-reason__body {
  width: 36.134125rem;
}

.p-page-concept-reason__num {
  color: #fff;
  font-family: "Source Serif 4", serif;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 0.8;
}

.p-page-concept-reason__en {
  color: #d6d6d6;
  display: block;
  font-family: "Source Serif 4", serif;
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  line-height: 1;
  padding-top: 2rem;
  text-transform: uppercase;
}

.p-page-concept-reason__ttl {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.2;
  padding-block: 1.5rem 1rem;
}

.p-page-concept-reason__item:nth-child(2) .c-line-draw::after {
  transition-delay: 0.45s;
}

.p-page-concept-reason__item:nth-child(3) .c-line-draw::after {
  transition-delay: 0.6s;
}

.p-page-concept-reason__text {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.8;
  padding-top: 1.5rem;
  word-break: normal;
}

.p-page-concept-renovation {
  overflow: hidden;
  position: relative;
}

.p-page-concept-renovation__bg {
  inset: 0;
  position: absolute;
  z-index: -1;
}

.p-page-concept-renovation__bg img {
  -o-object-fit: cover;
  -o-object-position: bottom;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  opacity: 0.12;
  width: 100%;
}

.p-page-concept-renovation__inner {
  margin-inline: auto;
  max-width: 75.25rem;
  width: 100%;
}

.p-page-concept-renovation__sec {
  padding-top: 6.5rem;
  width: 100%;
}

.p-page-concept-renovation__sec:last-child {
  padding-bottom: 6.5rem;
}

.p-page-concept-renovation__box {
  align-items: center;
  display: flex;
  gap: 3.5rem;
  padding-top: 3rem;
}

.p-page-concept-renovation__box--reverse {
  flex-direction: row-reverse;
}

.p-page-concept-renovation__img {
  flex-shrink: 0;
  height: 26.5rem;
  width: 40rem;
}

.p-page-concept-renovation__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-page-concept-renovation__box-body {
  flex: 1;
}

.p-page-concept-renovation__en {
  color: #788382;
  display: block;
  font-family: "Source Serif 4", serif;
  font-size: 0.8125rem;
  letter-spacing: 0.24em;
  line-height: 2;
  text-transform: uppercase;
}

.p-page-concept-renovation__ttl {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.625rem;
  padding-block: 0 0.6875rem;
}

.p-page-concept-renovation__lead {
  padding-top: 1.5rem;
}

.p-page-concept-renovation__lead-p {
  font-size: 1rem;
  line-height: 1.8;
  word-break: normal;
}

.p-page-concept-renovation__lead-p:not(:first-child) {
  margin-top: 0.5rem;
}

.p-page-concept-renovation__lead-p--em {
  color: #495655;
  font-size: 1.25rem;
  font-weight: 500;
}

.p-page-concept-renovation__point {
  padding-top: 3.5rem;
}

.p-page-concept-renovation__point-head {
  align-items: flex-end;
  display: flex;
  gap: 1rem;
  padding-block: 0 0.8125rem;
}

.p-page-concept-renovation__point-title {
  align-items: baseline;
  display: flex;
  gap: 0.375rem;
}

.p-page-concept-renovation__point-label {
  color: #788382;
  font-family: "Source Serif 4", serif;
  font-size: 0.8125rem;
  letter-spacing: 0.24em;
  line-height: 2;
  text-transform: uppercase;
}

.p-page-concept-renovation__point-lead {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-page-concept-renovation__point-num {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1;
}

.p-page-concept-renovation__point-list {
  align-items: flex-start;
  display: flex;
  gap: 2rem;
  padding-top: 2.5rem;
}

.p-page-concept-renovation__point-item {
  flex: 1;
}

.p-page-concept-renovation__point-img {
  aspect-ratio: 380/234.6;
  width: 100%;
}

.p-page-concept-renovation__point-img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-page-concept-renovation__point-number {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  padding-top: 0.75rem;
}

.p-page-concept-renovation__point-number::after {
  background-color: #788382;
  content: "";
  height: 0.03125rem;
  width: 1.5rem;
}

.p-page-concept-renovation__point-no {
  color: #495655;
  font-family: "Source Serif 4", serif;
  font-size: 1.375rem;
  line-height: 2;
}

.p-page-concept-renovation__point-ttl {
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.55;
  padding-block: 0 0.5rem;
}

.p-page-concept-renovation__point-text {
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.8;
  padding-top: 0.5rem;
  word-break: normal;
}

.p-page-concept-renovation__price {
  padding-top: 2rem;
}

.p-page-concept-renovation__price-box {
  align-items: center;
  background-color: #fcfcfc;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 2fr 1fr;
  padding-block: 1.5rem;
  padding-inline: 2.25rem;
}

.p-page-concept-renovation__price-label {
  display: flex;
  gap: 0.25rem;
}

.p-page-concept-renovation__price-label-en {
  color: #788382;
  font-family: "Source Serif 4", serif;
  font-size: 0.8125rem;
  letter-spacing: 0.24em;
  line-height: 2;
  text-transform: uppercase;
}

.p-page-concept-renovation__price-label-ja {
  color: #788382;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}

.p-page-concept-renovation__price-main {
  align-items: flex-end;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}

.p-page-concept-renovation__price-top {
  align-items: baseline;
  display: flex;
}

.p-page-concept-renovation__price-num {
  font-size: 2.5rem;
  line-height: 0.8;
}

.p-page-concept-renovation__price-unit {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.p-page-concept-renovation__price-tax {
  color: #666666;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.583;
}

.p-page-concept-renovation__price-sub {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.571;
}

.p-page-concept-renovation__price-note {
  color: #666666;
  display: flex;
  font-size: 0.75rem;
  gap: 0.125rem;
  justify-self: end;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.p-page-concept-works__head {
  text-align: center;
}

.p-page-concept-works__lead {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1.5rem;
}

.p-page-concept-works__lead-keep {
  display: inline-block;
}

.p-page-concept-works__list {
  display: block;
  margin-top: 2.5rem;
}

.p-page-concept-works__item {
  border-bottom: 0.0625rem solid #d6d6d6;
}

.p-page-concept-works__item:not(:first-child) {
  margin-top: 3rem;
}

.p-page-concept-works__photos {
  overflow: hidden;
  width: 100%;
}

.p-page-concept-works__slide {
  height: 30rem;
}

.p-page-concept-works__slide--lg {
  width: 40rem;
}

.p-page-concept-works__slide--sm {
  width: 21.25rem;
}

.p-page-concept-works__slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-page-concept-works__bar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-block: 1.5rem;
  padding-inline: 2.5rem;
}

.p-page-concept-works__info {
  display: block;
}

.p-page-concept-works__area {
  align-items: center;
  color: #788382;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 500;
  gap: 0.625rem;
  line-height: 1;
}

.p-page-concept-works__areaLabel {
  font-family: "Source Serif 4", serif;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
}

.p-page-concept-works__areaValue {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}
.p-page-concept-works__areaValue::before {
  background: currentColor;
  content: "";
  height: 1px;
  opacity: 0.6;
  width: 1.5rem;
}

.p-page-concept-works__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.5rem;
}

.p-page-concept-works__nav {
  align-items: center;
  display: flex;
  gap: 0.875rem;
}

.p-page-concept-works__count {
  font-family: "Source Serif 4", serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  line-height: 1;
  position: static;
  width: auto;
}

.p-page-concept-works__arrow {
  -webkit-text-fill-color: #414141;
  align-items: center;
  background: transparent;
  border: 0.0625rem solid #d6d6d6;
  color: #414141;
  cursor: pointer;
  display: flex;
  font-size: 0.875rem;
  height: 2.75rem;
  justify-content: center;
  line-height: 1;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 2.75rem;
}
.p-page-concept-works__arrow:focus,
.p-page-concept-works__arrow:focus-visible,
.p-page-concept-works__arrow:active {
  -webkit-text-fill-color: #414141;
  background-color: transparent;
  box-shadow: none;
  color: #414141;
  outline: none;
}

.p-page-concept-works__arrow {
  -webkit-tap-highlight-color: transparent;
}

.p-page-concept-works__slide {
  cursor: pointer;
}

.p-page-concept-works-modal {
  align-items: center;
  background-color: rgba(20, 20, 20, 0.88);
  display: none;
  flex-direction: column;
  gap: 1.25rem;
  inset: 0;
  justify-content: center;
  padding: 5rem 1.25rem 2.5rem;
  position: fixed;
  z-index: 100;
}

.p-page-concept-works-modal.is-open {
  display: flex;
}

.p-page-concept-works-modal__figure {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  max-width: 75rem;
  min-height: 0;
  width: 100%;
}

.p-page-concept-works-modal__img {
  -o-object-fit: contain;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.p-page-concept-works-modal__bar {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 1.25rem;
}

.p-page-concept-works-modal__close {
  -webkit-tap-highlight-color: transparent;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.75rem;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}

.p-page-concept-works-modal__close:focus {
  outline: none;
}

.p-page-concept-works-modal__nav {
  -webkit-tap-highlight-color: transparent;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0;
  transition: opacity 0.2s ease;
}

.p-page-concept-works-modal__nav:focus {
  outline: none;
}

.p-page-concept-works-modal__nav:hover {
  opacity: 0.7;
}

.p-page-concept-works-modal__count {
  color: #fff;
  font-family: "Source Serif 4", serif;
  font-size: 0.8125rem;
  letter-spacing: 0.24em;
}
.p-page-contact-form-wrap {
  margin-top: 5rem;
  max-width: 62.5rem;
  width: 100%;
}

.p-page-contact-form-wrap .wpcf7-form {
  margin: 0;
  padding: 0;
}

.p-page-contact-form-wrap .wpcf7-form > p {
  margin: 0;
}

.p-page-contact-form-wrap .wpcf7-form .hidden-fields-container,
.p-page-contact-form-wrap .wpcf7-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.p-page-contact-form-wrap .screen-reader-response {
  clip: rect(0 0 0 0);
  border: 0;
  height: 0.0625rem;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 0.0625rem;
}

.p-contact-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-contact-form__row {
  align-items: center;
  display: flex;
  gap: 2rem;
  width: 100%;
}

.p-contact-form__row--top {
  align-items: flex-start;
}

.p-contact-form__label {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 0.5rem;
  width: 13.75rem;
}

.p-contact-form__labelText {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-contact-form__badge {
  align-items: center;
  border-radius: 0.125rem;
  display: inline-flex;
  font-size: 0.6875rem;
  height: 1.1875rem;
  justify-content: center;
  line-height: 1;
  min-width: 2.4375rem;
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
}

.p-contact-form__badge--required {
  background-color: #495655;
  color: #fff;
}

.p-contact-form__badge--optional {
  background-color: transparent;
  border: 0.0625rem solid #a0a0a0;
  color: #5a5a5a;
}

.p-contact-form__field {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
}

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

.p-contact-form__field input[type=text],
.p-contact-form__field input[type=email],
.p-contact-form__field input[type=tel],
.p-contact-form__field select {
  -webkit-appearance: none;
  -webkit-text-fill-color: #414141;
  appearance: none;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #414141;
  font-size: 0.9375rem;
  height: 2.5625rem;
  line-height: 1.4;
  padding-block: 0.625rem;
  padding-inline: 1rem;
  width: 100%;
}

.p-contact-form__field input[type=text]::-webkit-input-placeholder, .p-contact-form__field input[type=email]::-webkit-input-placeholder, .p-contact-form__field input[type=tel]::-webkit-input-placeholder {
  -webkit-text-fill-color: #d6d6d6;
  color: #d6d6d6;
}

.p-contact-form__field input[type=text]:-ms-input-placeholder, .p-contact-form__field input[type=email]:-ms-input-placeholder, .p-contact-form__field input[type=tel]:-ms-input-placeholder {
  -webkit-text-fill-color: #d6d6d6;
  color: #d6d6d6;
}

.p-contact-form__field input[type=text]::-ms-input-placeholder, .p-contact-form__field input[type=email]::-ms-input-placeholder, .p-contact-form__field input[type=tel]::-ms-input-placeholder {
  -webkit-text-fill-color: #d6d6d6;
  color: #d6d6d6;
}

.p-contact-form__field input[type=text]::placeholder,
.p-contact-form__field input[type=email]::placeholder,
.p-contact-form__field input[type=tel]::placeholder {
  -webkit-text-fill-color: #d6d6d6;
  color: #d6d6d6;
}

.p-contact-form__field--select {
  position: relative;
}

.p-contact-form__field--select::after {
  -webkit-transform: translateY(-75%) rotate(45deg);
  border-bottom: 0.0625rem solid #828282;
  border-right: 0.0625rem solid #828282;
  content: "";
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-75%) rotate(45deg);
  width: 0.5rem;
}

.p-contact-form__field--select select {
  cursor: pointer;
  padding-right: 2.5rem;
}

.p-contact-form__field textarea {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 0.9375rem;
  height: 18.75rem;
  line-height: 1.4;
  padding: 1rem;
  resize: vertical;
  width: 100%;
}

.p-contact-form__field textarea::-webkit-input-placeholder {
  -webkit-text-fill-color: #d6d6d6;
  color: #d6d6d6;
}

.p-contact-form__field textarea:-ms-input-placeholder {
  -webkit-text-fill-color: #d6d6d6;
  color: #d6d6d6;
}

.p-contact-form__field textarea::-ms-input-placeholder {
  -webkit-text-fill-color: #d6d6d6;
  color: #d6d6d6;
}

.p-contact-form__field textarea::placeholder {
  -webkit-text-fill-color: #d6d6d6;
  color: #d6d6d6;
}

.p-contact-form__field select:has(option[value=""]:checked) {
  -webkit-text-fill-color: #d6d6d6;
  color: #d6d6d6;
}

.p-contact-form__zipRow {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

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

.p-contact-form__zipBtn {
  background-color: #495655;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  height: 2.375rem;
  line-height: 1.4;
  padding-block: 0.625rem;
  padding-inline: 1.5rem;
  transition: opacity 0.2s;
  width: 8rem;
}

.p-contact-form__zipBtn:hover {
  opacity: 0.85;
}

.p-contact-form__helper {
  color: #828282;
  font-size: 0.8125rem;
  line-height: 1.6;
  margin-bottom: 0.25rem;
}

.p-contact-form__field--radio .wpcf7-form-control,
.p-contact-form__field--checkbox .wpcf7-form-control {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5rem;
}

.p-contact-form__field--radio .wpcf7-form-control {
  gap: 0 1rem;
  padding-inline: 0.5rem;
}

.p-contact-form__field--radio .wpcf7-list-item,
.p-contact-form__field--checkbox .wpcf7-list-item {
  margin: 0;
  padding: 0;
}

.p-contact-form__field--radio label,
.p-contact-form__field--checkbox label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 0.625rem;
}

.p-contact-form__field--radio input[type=radio],
.p-contact-form__field--checkbox input[type=checkbox] {
  clip: rect(0 0 0 0);
  border: 0;
  height: 0.0625rem;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 0.0625rem;
}

.p-contact-form__field--radio .wpcf7-list-item-label,
.p-contact-form__field--checkbox .wpcf7-list-item-label {
  align-items: center;
  display: inline-flex;
  font-size: 0.9375rem;
  line-height: 1.6;
  padding-left: 1.75rem;
  position: relative;
}

.p-contact-form__field--radio .wpcf7-list-item-label::before,
.p-contact-form__field--checkbox .wpcf7-list-item-label::before {
  -webkit-transform: translateY(-50%);
  background-color: #fff;
  border: 0.0625rem solid #c6c6c6;
  border-radius: 0.125rem;
  content: "";
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.125rem;
}

.p-contact-form__field--radio .wpcf7-list-item-label::before {
  border-radius: 100%;
}

.p-contact-form__field--radio .wpcf7-list-item-label::after,
.p-contact-form__field--checkbox .wpcf7-list-item-label::after {
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.15s;
}

.p-contact-form__field--radio .wpcf7-list-item-label::after {
  -webkit-transform: translateY(-50%);
  background-color: #495655;
  border-radius: 100%;
  height: 0.625rem;
  left: 0.25rem;
  transform: translateY(-50%);
  width: 0.625rem;
}

.p-contact-form__field--checkbox .wpcf7-list-item-label::after {
  -webkit-transform: translateY(-65%) rotate(-45deg);
  border-bottom: 0.125rem solid #495655;
  border-left: 0.125rem solid #495655;
  height: 0.375rem;
  left: 0.25rem;
  margin-top: -0.125rem;
  transform: translateY(-65%) rotate(-45deg);
  width: 0.625rem;
}

.p-contact-form__field--radio input[type=radio]:checked + .wpcf7-list-item-label::after,
.p-contact-form__field--checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.p-contact-form__field--radio input[type=radio]:focus-visible + .wpcf7-list-item-label::before,
.p-contact-form__field--checkbox input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before {
  outline: 0.125rem solid #4a8c5c;
  outline-offset: 0.125rem;
}

.p-contact-form__submitGroup {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 0;
  width: 100%;
}

.p-contact-form__privacy {
  align-items: center;
  display: inline-flex;
  font-size: 0.875rem;
  gap: 0.625rem;
  line-height: 1.6;
}

.p-contact-form__privacy .wpcf7-acceptance {
  align-items: center;
  display: inline-flex;
}

.p-contact-form__privacy .wpcf7-list-item {
  margin: 0;
}

.p-contact-form__privacy .wpcf7-list-item label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
}

.p-contact-form__privacy input[type=checkbox] {
  clip: rect(0 0 0 0);
  border: 0;
  height: 0.0625rem;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 0.0625rem;
}

.p-contact-form__privacy .wpcf7-list-item-label {
  align-items: center;
  display: inline-flex;
  padding-left: 1.75rem;
  position: relative;
}

.p-contact-form__privacy .wpcf7-list-item-label::before {
  -webkit-transform: translateY(-50%);
  background-color: #fff;
  border: 0.0625rem solid #c6c6c6;
  border-radius: 0.125rem;
  content: "";
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.125rem;
}

.p-contact-form__privacy .wpcf7-list-item-label::after {
  -webkit-transform: translateY(-65%) rotate(-45deg);
  border-bottom: 0.125rem solid #495655;
  border-left: 0.125rem solid #495655;
  content: "";
  height: 0.375rem;
  left: 0.25rem;
  margin-top: -0.125rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-65%) rotate(-45deg);
  transition: opacity 0.15s;
  width: 0.625rem;
}

.p-contact-form__privacy input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.p-contact-form__privacyLink {
  text-decoration: underline;
}

.p-contact-form__privacyLink:hover {
  opacity: 0.7;
}

.p-contact-form__submitWrap {
  align-items: center;
  background-color: #495655;
  display: inline-flex;
  gap: 1rem;
  height: 4rem;
  justify-content: center;
  position: relative;
  transition: opacity 0.2s;
  width: 15rem;
}

.p-contact-form__submitWrap::before {
  color: #fff;
  content: "送信する";
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  pointer-events: none;
}

.p-contact-form__submitWrap::after {
  background-image: url("../img/contact/icon-send-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.25rem;
  pointer-events: none;
  width: 1.25rem;
}

.p-contact-form__submitWrap input[type=submit],
.p-contact-form__submitWrap .p-contact-form__submit {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  height: 100%;
  inset: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

.p-contact-form__submitWrap:hover {
  opacity: 0.85;
}

.p-contact-form__submitWrap:has(input[type=submit]:disabled) {
  cursor: not-allowed;
  opacity: 0.5;
}

.p-contact-form__submitWrap:has(input[type=submit]:disabled):hover {
  opacity: 0.5;
}

.p-contact-form__submitWrap input[type=submit]:disabled {
  cursor: not-allowed;
}

.p-contact-form__submitWrap .wpcf7-spinner {
  -webkit-transform: translateY(-50%);
  position: absolute;
  right: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.p-page-contact-form-wrap .wpcf7-not-valid-tip {
  color: #d32f2f;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  margin-top: 0.25rem;
}

.p-page-contact-form-wrap .wpcf7 form .wpcf7-response-output {
  border: 0.0625rem solid #d6d6d6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 1.5rem 0 0;
  padding: 1rem;
}

.p-page-contact-form-wrap .wpcf7 form.sent .wpcf7-response-output {
  border-color: #4a8c5c;
}

.p-page-contact-form-wrap .wpcf7 form.invalid .wpcf7-response-output,
.p-page-contact-form-wrap .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #d32f2f;
}

.p-page-contact-fv {
  align-items: flex-end;
  display: flex;
  height: 30rem;
  overflow: hidden;
  padding-block: 0 4rem;
  position: relative;
}

.p-page-contact-fv__bg {
  inset: 0;
  position: absolute;
  z-index: 0;
}

.p-page-contact-fv__bg img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-page-contact-fv__inner {
  flex: 1;
  padding-inline: 2.5rem;
  position: relative;
  z-index: 1;
}

.p-page-contact-main {
  overflow: clip;
  position: relative;
}

.p-page-contact-main__bgPattern {
  display: none;
}

.p-page-contact-main__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 62.5rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-page-contact-intro {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.p-page-contact-intro__lead {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1.5rem;
  text-align: center;
}

.p-page-contact-intro__leadChunk {
  display: inline-block;
}

.editor-styles-wrapper.post-type-event h1.editor-post-title,
.editor-styles-wrapper.post-type-event h1.wp-block-post-title {
  font-size: 1.75rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.editor-styles-wrapper.post-type-event .wp-block-group:has(p + h2.wp-block-heading) {
  border-left: 0.1875rem solid #4a8c5c;
  margin-top: 4rem;
  padding-left: 1rem;
}

.editor-styles-wrapper.post-type-event .wp-block-group:has(p + h2.wp-block-heading) > .wp-block-group__inner-container > p,
.editor-styles-wrapper.post-type-event .wp-block-group:has(p + h2.wp-block-heading) > p {
  color: #4a8c5c;
  font-family: "Source Serif 4", serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

.editor-styles-wrapper.post-type-event .wp-block-group:has(p + h2.wp-block-heading) > .wp-block-group__inner-container > h2.wp-block-heading,
.editor-styles-wrapper.post-type-event .wp-block-group:has(p + h2.wp-block-heading) > h2.wp-block-heading {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0.125rem 0 0;
}

.editor-styles-wrapper.post-type-event > p.wp-block-paragraph,
.editor-styles-wrapper.post-type-event .block-editor-block-list__layout > p {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1.5rem;
}

.editor-styles-wrapper.post-type-event h3.wp-block-heading {
  border-bottom: 0.125rem solid #4a8c5c;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 2.5rem;
  padding-block: 0 0.5rem;
  padding-inline: 0.5rem;
}

.editor-styles-wrapper.post-type-event h4.wp-block-heading {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 2rem;
}

.editor-styles-wrapper.post-type-event .wp-block-group:has(figure.wp-block-image) {
  margin-top: 2.5rem;
}

.editor-styles-wrapper.post-type-event .wp-block-group:has(figure.wp-block-image) > .wp-block-group__inner-container {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}

.editor-styles-wrapper.post-type-event .wp-block-group:has(figure.wp-block-image) figure.wp-block-image {
  aspect-ratio: 587/389;
  margin: 0;
  overflow: hidden;
}

.editor-styles-wrapper.post-type-event .wp-block-group:has(figure.wp-block-image) figure.wp-block-image img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.editor-styles-wrapper.post-type-event ol.wp-block-list {
  counter-reset: event-ol-editor;
  list-style: none;
  padding-left: 0;
  padding-top: 2.5rem;
}

.editor-styles-wrapper.post-type-event ol.wp-block-list > li {
  align-items: center;
  border-top: 0.0625rem solid #d6d6d6;
  color: #666666;
  counter-increment: event-ol-editor;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  gap: 1.5rem;
  line-height: 1.8;
  padding-block: 1.25rem;
}

.editor-styles-wrapper.post-type-event ol.wp-block-list > li:last-child {
  border-bottom: 0.0625rem solid #d6d6d6;
}

.editor-styles-wrapper.post-type-event ol.wp-block-list > li::before {
  color: #4a8c5c;
  content: counter(event-ol-editor, decimal-leading-zero);
  flex: 0 0 3.5rem;
  font-family: "Source Serif 4", serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: left;
}

.editor-styles-wrapper.post-type-event ol.wp-block-list > li > strong {
  display: block;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 0.125rem;
}

.editor-styles-wrapper.post-type-event ol.wp-block-list > li > br,
.editor-styles-wrapper.post-type-event ul.wp-block-list > li > br {
  display: none;
}

.editor-styles-wrapper.post-type-event ul.wp-block-list {
  list-style: none;
  padding-left: 0;
  padding-top: 2.5rem;
}

.editor-styles-wrapper.post-type-event ul.wp-block-list > li {
  align-items: center;
  border-top: 0.0625rem solid #d6d6d6;
  color: #666666;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  gap: 1.25rem;
  line-height: 1.8;
  padding-block: 1.25rem;
}

.editor-styles-wrapper.post-type-event ul.wp-block-list > li:last-child {
  border-bottom: 0.0625rem solid #d6d6d6;
}

.editor-styles-wrapper.post-type-event ul.wp-block-list > li::before {
  background-image: url("/wp-content/themes/my-theme/img/event/icon-foryou.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex: 0 0 2.5rem;
  height: 2.5rem;
  width: 2.5rem;
}

.editor-styles-wrapper.post-type-event ul.wp-block-list > li > strong {
  display: block;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 0.125rem;
}

.p-event-article {
  position: relative;
}

.p-event-article__inner {
  margin-inline: auto;
  max-width: 75.25rem;
  padding-inline: 1.5625rem;
  position: relative;
  z-index: 1;
}

.p-event-article__fv {
  align-items: stretch;
  display: flex;
}

.p-event-article__fv-img {
  flex: 0 0 35.25rem;
  height: 35.25rem;
  overflow: hidden;
  width: 35.25rem;
}

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

.p-event-article__fv-txt {
  background-color: #495655;
  display: flex;
  flex: 1 1 40rem;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 3.5rem;
}

.p-event-article__date {
  color: #d6d6d6;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.p-event-article__title {
  color: #fff;
  font-size: 1.75rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-top: 1rem;
}

.p-event-article__content > * {
  margin: 0;
}

.p-event-article__content > .wp-block-group:has(p.wp-block-paragraph + h2.wp-block-heading) {
  border-left: 0.1875rem solid #4a8c5c;
  margin-top: 4rem;
  padding-left: 1rem;
}

.p-event-article__content > .wp-block-group:has(p.wp-block-paragraph + h2.wp-block-heading) .wp-block-group__inner-container > p.wp-block-paragraph {
  color: #4a8c5c;
  font-family: "Source Serif 4", serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

.p-event-article__content > .wp-block-group:has(p.wp-block-paragraph + h2.wp-block-heading) .wp-block-group__inner-container > h2.wp-block-heading {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0.125rem 0 0;
}

.p-event-article__content > p.wp-block-paragraph {
  font-size: clamp(0.9rem, 0.7125rem + 0.6vw, 1rem);
  line-height: 1.8;
  margin-top: 1.5rem;
}

.p-event-article__content > p.wp-block-paragraph + p.wp-block-paragraph {
  margin-top: 1rem;
}

.p-event-article__content > .wp-block-group:has(p.wp-block-paragraph + h2.wp-block-heading) + p.wp-block-paragraph {
  margin-top: 1.5rem;
}

.p-event-article__content > h3.wp-block-heading + p.wp-block-paragraph {
  margin-top: 1.5rem;
}

.p-event-article__content > h3.wp-block-heading {
  border-bottom: 0.125rem solid #4a8c5c;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 2.5rem;
  padding-block: 0 0.5rem;
  padding-inline: 0.5rem;
}

.p-event-article__content > h4.wp-block-heading {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 2rem;
}

.p-event-article__content > .wp-block-group:has(figure.wp-block-image) {
  margin-top: 2.5rem;
}

.p-event-article__content > .wp-block-group:has(figure.wp-block-image) .wp-block-group__inner-container {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-event-article__content > .wp-block-group:has(figure.wp-block-image) figure.wp-block-image {
  aspect-ratio: 587/389;
  margin: 0;
  overflow: hidden;
}

.p-event-article__content > .wp-block-group:has(figure.wp-block-image) figure.wp-block-image img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-event-article__content > ol.wp-block-list {
  counter-reset: event-ol;
  list-style: none;
  padding-left: 0;
  padding-top: 2.5rem;
}

.p-event-article__content > ol.wp-block-list > li {
  border-top: 0.0625rem solid #d6d6d6;
  color: #666666;
  counter-increment: event-ol;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.8;
  padding-block: 1.25rem;
  padding-left: 4rem;
  position: relative;
}

.p-event-article__content > ol.wp-block-list > li:last-child {
  border-bottom: 0.0625rem solid #d6d6d6;
}

.p-event-article__content > ol.wp-block-list > li::before {
  -webkit-transform: translateY(-50%);
  color: #4a8c5c;
  content: counter(event-ol, decimal-leading-zero);
  font-family: "Source Serif 4", serif;
  font-size: 2.5rem;
  font-weight: 500;
  left: 0;
  letter-spacing: 0.08em;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-event-article__content > ol.wp-block-list > li > strong {
  display: block;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 0.125rem;
}

.p-event-article__content > ol.wp-block-list > li > br,
.p-event-article__content > ul.wp-block-list > li > br {
  display: none;
}

.p-event-article__content > ul.wp-block-list {
  list-style: none;
  padding-left: 0;
  padding-top: 2.5rem;
}

.p-event-article__content > ul.wp-block-list > li {
  border-top: 0.0625rem solid #d6d6d6;
  color: #666666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.8;
  padding-block: 1.25rem;
  padding-left: 3.5rem;
  position: relative;
}

.p-event-article__content > ul.wp-block-list > li:last-child {
  border-bottom: 0.0625rem solid #d6d6d6;
}

.p-event-article__content > ul.wp-block-list > li::before {
  -webkit-transform: translateY(-50%);
  background-image: url("../img/event/icon-foryou.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 2.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
}

.p-event-article__content > ul.wp-block-list > li > strong {
  display: block;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 0.125rem;
}

.p-event-article__content > .wp-block-group:has(.wp-block-buttons) {
  margin-inline: 0;
  padding-top: 6rem;
}

.p-event-article__content > .wp-block-group:has(.wp-block-buttons) .wp-block-group__inner-container > .wp-block-group {
  background-color: #fcfcfc;
  padding-block: 5rem;
  text-align: center;
}

.p-event-article__content > .wp-block-group:has(.wp-block-buttons) .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container > p.wp-block-paragraph {
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}

.p-event-article__content > .wp-block-group:has(.wp-block-buttons) .wp-block-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 2rem;
}

.p-event-article__content > .wp-block-group:has(.wp-block-buttons) .wp-block-button {
  margin: 0;
}

.p-event-article__content > .wp-block-group:has(.wp-block-buttons) .wp-block-button .wp-block-button__link {
  align-items: center;
  border-radius: 0;
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 500;
  height: 4rem;
  justify-content: center;
  line-height: 1;
  min-width: 15rem;
  padding-inline: 2rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}

.p-event-article__content > .wp-block-group:has(.wp-block-buttons) .wp-block-button:nth-of-type(1) .wp-block-button__link {
  background-color: #4a8c5c;
}

.p-event-article__content > .wp-block-group:has(.wp-block-buttons) .wp-block-button:nth-of-type(2) .wp-block-button__link {
  background-color: #495655;
}

.p-event-article__content > .wp-block-group:has(.wp-block-buttons) .wp-block-button__link:hover {
  color: #fff;
  opacity: 0.85;
}

.editor-styles-wrapper.page-slug-privacy-policy p.wp-block-paragraph {
  color: #414141;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-top: 16px;
}

.editor-styles-wrapper.page-slug-privacy-policy .block-editor-block-list__layout > .wp-block:first-child p.wp-block-paragraph {
  font-size: 16px;
  font-weight: 500;
}

.editor-styles-wrapper.page-slug-privacy-policy h2.wp-block-heading {
  border-left: 3px solid #4a8c5c;
  color: #414141;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-top: 64px;
  padding-left: 16px;
}

.editor-styles-wrapper.page-slug-privacy-policy h3.wp-block-heading {
  border-bottom: 2px solid #4a8c5c;
  color: #414141;
  display: inline-block;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-top: 72px;
  padding: 0 8px 8px;
}

.editor-styles-wrapper.page-slug-privacy-policy ul.wp-block-list {
  color: #414141;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8;
  list-style: none;
  margin-top: 16px;
  padding-left: 0;
}

.editor-styles-wrapper.page-slug-privacy-policy ul.wp-block-list > li {
  padding-left: 20px;
  padding-top: 4px;
  position: relative;
}

.editor-styles-wrapper.page-slug-privacy-policy ul.wp-block-list > li:first-child {
  padding-top: 0;
}

.editor-styles-wrapper.page-slug-privacy-policy ul.wp-block-list > li::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 4px;
}

.editor-styles-wrapper.page-slug-privacy-policy ul.wp-block-list > li:first-child::before {
  top: 0;
}

.editor-styles-wrapper.page-slug-privacy-policy ol.wp-block-list {
  color: #414141;
  counter-reset: privacy-ol-editor;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8;
  list-style: none;
  margin-top: 16px;
  padding-left: 0;
}

.editor-styles-wrapper.page-slug-privacy-policy ol.wp-block-list > li {
  counter-increment: privacy-ol-editor;
  padding-left: 36px;
  padding-top: 4px;
  position: relative;
}

.editor-styles-wrapper.page-slug-privacy-policy ol.wp-block-list > li:first-child {
  padding-top: 0;
}

.editor-styles-wrapper.page-slug-privacy-policy ol.wp-block-list > li::before {
  content: "(" counter(privacy-ol-editor) ")";
  font-weight: 500;
  left: 0;
  position: absolute;
  top: 4px;
}

.editor-styles-wrapper.page-slug-privacy-policy ol.wp-block-list > li:first-child::before {
  top: 0;
}

.editor-styles-wrapper.page-slug-privacy-policy p.wp-block-paragraph.has-text-align-right {
  color: #666666;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-top: 40px;
  text-align: right;
}

.p-page-privacy {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.p-page-privacy__bg {
  -webkit-transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  max-width: 100vw;
  opacity: 0.12;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 173.875rem;
  z-index: 0;
}

.p-page-privacy__bg img {
  -o-object-fit: cover;
  -o-object-position: center bottom;
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center bottom;
  position: absolute;
  width: 100%;
}

.p-page-privacy__inner {
  margin-inline: auto;
  max-width: 75.25rem;
  padding-inline: 1.5625rem;
  position: relative;
  z-index: 1;
}

.p-page-privacy__content {
  padding-top: 2.5rem;
}

.p-page-privacy__content > * {
  margin: 0;
}

.p-page-privacy__content > p.wp-block-paragraph {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}

.p-page-privacy__content > h2.wp-block-heading {
  border-left: 0.1875rem solid #4a8c5c;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 4rem;
  padding-left: 1rem;
}

.p-page-privacy__content > h3.wp-block-heading {
  border-bottom: 0.125rem solid #4a8c5c;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 4.5rem;
  padding-block: 0 0.5rem;
  padding-inline: 0.5rem;
}

.p-page-privacy__content > h2.wp-block-heading + p.wp-block-paragraph,
.p-page-privacy__content > h3.wp-block-heading + p.wp-block-paragraph {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-top: 1rem;
}

.p-page-privacy__content > p.wp-block-paragraph + p.wp-block-paragraph,
.p-page-privacy__content > ul.wp-block-list + p.wp-block-paragraph,
.p-page-privacy__content > ol.wp-block-list + p.wp-block-paragraph {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-top: 1rem;
}

.p-page-privacy__content > ul.wp-block-list {
  font-size: 0.9375rem;
  line-height: 1.8;
  list-style: none;
  margin-top: 1rem;
  padding-left: 0;
}

.p-page-privacy__content > ul.wp-block-list > li {
  padding-left: 1.25rem;
  padding-top: 0.25rem;
  position: relative;
}

.p-page-privacy__content > ul.wp-block-list > li:first-child {
  padding-top: 0;
}

.p-page-privacy__content > ul.wp-block-list > li::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0.25rem;
}

.p-page-privacy__content > ul.wp-block-list > li:first-child::before {
  top: 0;
}

.p-page-privacy__content > ol.wp-block-list {
  counter-reset: privacy-ol;
  font-size: 0.9375rem;
  line-height: 1.8;
  list-style: none;
  margin-top: 1rem;
  padding-left: 0;
}

.p-page-privacy__content > ol.wp-block-list > li {
  counter-increment: privacy-ol;
  padding-left: 2.25rem;
  padding-top: 0.25rem;
  position: relative;
}

.p-page-privacy__content > ol.wp-block-list > li:first-child {
  padding-top: 0;
}

.p-page-privacy__content > ol.wp-block-list > li::before {
  content: "(" counter(privacy-ol) ")";
  font-weight: 500;
  left: 0;
  position: absolute;
  top: 0.25rem;
}

.p-page-privacy__content > ol.wp-block-list > li:first-child::before {
  top: 0;
}

.p-page-privacy__content > p.wp-block-paragraph.has-text-align-right {
  color: #666666;
  font-size: 0.8125rem;
  line-height: 1.8;
  margin-top: 2.5rem;
  text-align: right;
}

.p-page-thanks {
  background-color: #fff;
  padding-inline: 1.25rem;
  position: relative;
}

.p-page-thanks__bg {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.12;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-page-thanks__bg img {
  -o-object-fit: cover;
  -o-object-position: center bottom;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
}

.p-page-thanks__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 33.6875rem;
  min-width: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-page-thanks__txt,
.p-page-thanks__tel,
.p-page-thanks__btnWrap {
  max-width: 100%;
  min-width: 0;
}

.p-page-thanks__icon {
  height: 5.5rem;
  width: 5.5rem;
}

.p-page-thanks__icon img {
  height: 100%;
  width: 100%;
}

.p-page-thanks__ttl {
  margin-top: 2rem;
  text-align: center;
}

.p-page-thanks__divider {
  background-color: #788382;
  display: block;
  height: 0.0625rem;
  margin-top: 2rem;
  width: 4rem;
}

.p-page-thanks__txt {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
  text-align: center;
}

.p-page-thanks__txt p {
  font-size: 1rem;
  line-height: 1.8;
  overflow-wrap: break-word;
  word-break: normal;
}

.p-page-thanks__tel {
  align-items: center;
  border: 0.0625rem solid #d6d6d6;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  max-width: 27.25rem;
  padding-block: 1.5rem;
  padding-inline: 2.5rem;
  width: 100%;
}

.p-page-thanks__telNumber {
  align-items: center;
  color: #495655;
  display: inline-flex;
  font-size: 2.5rem;
  gap: 0.625rem;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.p-page-thanks__telIcon {
  display: inline-flex;
  flex-shrink: 0;
  height: 2.5rem;
  width: 2.5rem;
}

.p-page-thanks__telIcon img {
  height: 100%;
  width: 100%;
}

.p-page-thanks__telCaution {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 0.5rem;
}

.p-page-thanks__telCaution span {
  font-size: 0.9375rem;
  line-height: 1.8;
}

.p-page-thanks__btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  width: 100%;
}

.p-page-thanks__btn {
  align-items: center;
  background-color: #4a8c5c;
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 500;
  gap: 1rem;
  height: 4rem;
  justify-content: center;
  line-height: 1;
  padding-inline: 3.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
  width: 15rem;
}

.p-page-thanks__btn:hover {
  opacity: 0.85;
}

.p-page-thanks__btn img {
  flex-shrink: 0;
  height: 1.25rem;
  width: 1.25rem;
}

.p-company {
  isolation: isolate;
  overflow: hidden;
  padding-inline: 2.5rem;
  position: relative;
}

.p-company__bg {
  inset: 0;
  position: absolute;
  z-index: -2;
}

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

.p-company::after {
  background-color: rgba(46, 60, 59, 0.6);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

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

.p-company__label {
  color: #fff;
  font-family: "Source Serif 4", serif;
  font-size: 1rem;
  line-height: 1.4;
  text-shadow: 0 0 4.375rem black;
  text-transform: uppercase;
}

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

.p-company__text {
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1.5rem;
  text-shadow: 0 0 4.375rem black;
}

.p-company__text + .p-company__text {
  margin-top: 0;
}

.p-company__text-chunk {
  display: inline-block;
  white-space: nowrap;
}

.p-company__btn {
  margin-top: 3.5rem;
  width: 15rem;
}

.p-concept {
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.p-concept__deco {
  height: 100%;
  left: 50%;
  margin-left: -45rem;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 90rem;
  z-index: 0;
}

.p-concept__deco-frame {
  overflow: hidden;
  position: absolute;
}

.p-concept__deco-img {
  -o-object-fit: cover;
  display: block;
  height: 120%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-concept__deco-frame--01 {
  height: 18.141875rem;
  left: 65.1875rem;
  opacity: 0.9;
  top: 0;
  width: 24.8125rem;
}

.p-concept__deco-frame--02 {
  height: 8.5625rem;
  left: 3.75rem;
  top: 1.875rem;
  width: 13.1875rem;
}

.p-concept__deco-frame--03 {
  height: 11.8125rem;
  left: 68.75rem;
  top: 36.25rem;
  width: 17.8125rem;
}

.p-concept__deco-frame--04 {
  height: 26.9375rem;
  left: 0;
  top: 22.125rem;
  width: 21.625rem;
}

.p-concept__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 1204px;
  padding-inline: 25px;
  position: relative;
  z-index: 1;
}

.p-concept__text {
  margin-top: 1.5rem;
  text-align: center;
}

.p-concept__p {
  font-size: 1.0625rem;
  line-height: 2;
}

.p-concept__p:not(:first-child) {
  margin-top: 1rem;
}

.p-concept__btn {
  margin-top: 3.5rem;
}

.p-event {
  background-color: #495655;
  overflow-x: clip;
  padding-inline: 2.5rem;
}

.p-event__inner {
  margin-inline: auto;
  max-width: 75.25rem;
}

.p-event__flex {
  align-items: flex-start;
  display: flex;
  gap: 0;
  justify-content: space-between;
}

.p-event__slider-wrap {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 1rem;
  margin-top: 2.5rem;
  min-width: 0;
}

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

.p-event__nav {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  padding: 0;
  transition: opacity 0.2s ease;
}

.p-event__nav img {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
}

.p-event__nav.swiper-button-disabled {
  pointer-events: none;
}

.p-event__item {
  height: auto;
  width: 20rem;
}
.p-event__pagination {
  display: none;
}

.p-event__pagination .swiper-pagination-bullet {
  background-color: #fff;
  height: 0.5rem;
  opacity: 0.4;
  transition: opacity 0.2s ease;
  width: 0.5rem;
}

.p-event__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.p-event__item {
  --event-img-transform: none;
}

.p-event__item:hover {
  --event-img-transform: scale(1.05);
}

.p-event__img img {
  -webkit-transform: var(--event-img-transform);
  transform: var(--event-img-transform);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-event__link:hover {
  opacity: 1;
}

.p-event__empty {
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 2.5rem;
}

.p-event__link {
  color: inherit;
  display: block;
}

.p-event__img {
  height: 20rem;
  overflow: hidden;
  width: 20rem;
}

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

.p-event__body {
  padding-block: 1rem 0;
  padding-inline: 0.5rem;
}

.p-event__ttl {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-event__date {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0.75rem;
}

.p-event__heading {
  align-items: flex-start;
  display: flex;
  flex-shrink: 0;
  gap: 0.875rem;
  justify-content: center;
}

.p-event__vtitle {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  width: 2rem;
  writing-mode: vertical-rl;
}

.p-event__en {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  color: #fff;
  font-family: "Source Serif 4", serif;
  font-size: 0.875rem;
  line-height: 1;
  writing-mode: vertical-rl;
}

.p-flow {
  overflow: hidden;
  padding-inline: 2.5rem;
  position: relative;
}

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

.p-flow__slider {
  margin-top: 2.5rem;
  width: 100%;
}

.p-flow__slide {
  align-self: stretch;
  height: auto;
  width: 32.5rem;
}

.p-flow__slide:not(:last-child) {
  margin-right: 1.25rem !important;
}

.p-flow__card {
  background-color: #fcfcfc;
  box-shadow: 0 0 3.125rem 0 rgba(65, 65, 65, 0.03);
  height: 100%;
  overflow: hidden;
}

.p-flow__index {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
}

.p-flow__index-group:not(:first-child) {
  margin-top: 1rem;
}

.p-flow__index-head {
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  gap: 0.375rem;
  word-break: normal;
}

.p-flow__index-head::before {
  background-color: #414141;
  content: "";
  height: 0.0625rem;
  width: 1.25rem;
}

.p-flow__index-list {
  margin-top: 0.5rem;
}

.p-flow__index-item {
  align-items: baseline;
  display: flex;
  gap: 0.75rem;
  padding-block: 0.5rem;
}

.p-flow__index-item:not(:first-child) {
  border-top: 0.03125rem solid #d6d6d6;
}

.p-flow__index-no {
  color: #788382;
  font-family: "Source Serif 4", serif;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 0.8;
  word-break: normal;
}

.p-flow__index-name {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
  word-break: normal;
}

.p-flow__step-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-flow__step-box {
  flex: 1;
  padding-block: 1.5rem;
  padding-inline: 2rem;
}

.p-flow__step-box:not(:last-child) {
  border-bottom: 0.03125rem solid #d6d6d6;
}

.p-flow__step-head {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.p-flow__step-left {
  display: flex;
  flex-direction: column;
}

.p-flow__step {
  align-items: flex-end;
  border-bottom: 0.03125rem solid #788382;
  display: flex;
  gap: 0.375rem;
  padding-block: 0 0.5rem;
  padding-inline: 0.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-flow__step-label {
  color: #788382;
  font-family: "Source Serif 4", serif;
  font-size: 0.875rem;
  line-height: 1;
  word-break: normal;
}

.p-flow__step-no {
  color: #788382;
  font-family: "Source Serif 4", serif;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 0.8;
  word-break: normal;
}

.p-flow__step-ttl {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 0.5rem;
  word-break: normal;
}

.p-flow__step-icon {
  flex-shrink: 0;
  height: 4.5rem;
  width: 4.5rem;
}

.p-flow__step-body {
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: 0.5rem;
  word-break: normal;
}

.p-flow__support {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}

.p-flow__gekkeikan {
  height: auto;
  width: 8.75rem;
}

.p-flow__hint {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: 1rem;
  text-align: center;
  width: 100%;
  word-break: normal;
}

.p-fv {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100vh;
  isolation: isolate;
  justify-content: flex-end;
  overflow: hidden;
  padding-block: 5rem;
  padding-inline: 2.5rem;
  position: relative;
}

.p-fv__bg {
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: -2;
}

.p-fv__slide {
  height: 100%;
  width: 100%;
}

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

.p-fv__slide img {
  -webkit-transform: scale(1.08) translateX(3%);
  transform: scale(1.08) translateX(3%);
}

.p-fv__bg .swiper-slide-active img,
.p-fv__bg .swiper-slide-duplicate-active img {
  -webkit-animation: p-fv-pan 7.5s linear forwards;
  animation: p-fv-pan 7.5s linear forwards;
}

@-webkit-keyframes p-fv-pan {
  from {
    -webkit-transform: scale(1.08) translateX(3%);
    transform: scale(1.08) translateX(3%);
  }
  to {
    -webkit-transform: scale(1.08) translateX(-3%);
    transform: scale(1.08) translateX(-3%);
  }
}

@keyframes p-fv-pan {
  from {
    -webkit-transform: scale(1.08) translateX(3%);
    transform: scale(1.08) translateX(3%);
  }
  to {
    -webkit-transform: scale(1.08) translateX(-3%);
    transform: scale(1.08) translateX(-3%);
  }
}
.p-fv::after {
  background: linear-gradient(185.773deg, rgba(73, 86, 85, 0) 27.109%, rgba(73, 86, 85, 0.6) 98.792%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.p-fv__inner {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 85rem;
  width: 100%;
}

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

.p-fv__copy {
  color: #fff;
  font-size: clamp(1.875rem, 5vw, 3.5rem);
  line-height: 1.4;
  text-shadow: 0 0 2.75rem rgba(0, 0, 0, 0.7);
}

.p-fv__copy-be {
  letter-spacing: 0.16em;
}

.p-fv__sub {
  align-items: center;
  color: #fcfcfc;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 600;
  gap: 0.5rem;
  text-shadow: 0 0 2.75rem black;
}

.p-fv__sub::before {
  background-color: #fcfcfc;
  content: "";
  flex-shrink: 0;
  height: 0.0625rem;
  width: 1.25rem;
}

.p-fv__sub-chunk {
  white-space: nowrap;
}

.p-fv__event {
  align-items: stretch;
  background-color: #fcfcfc;
  border-radius: 0.125rem;
  display: flex;
  gap: 2rem;
  opacity: 0.91;
  padding-block: 0.5rem;
  padding-inline: 1rem 0.5rem;
  width: 27rem;
}

.p-fv__event-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding-block: 0.625rem 0.5rem;
}

.p-fv__event-ttl {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  overflow: hidden;
}

.p-fv__event-date {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}

.p-fv__event-cat {
  border-right: 0.03125rem solid #666666;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  padding-right: 0.5rem;
}

.p-fv__event-day {
  font-family: "Source Serif 4", serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.p-fv__event-thumb {
  border-radius: 0.125rem;
  flex-shrink: 0;
  height: 6rem;
  overflow: hidden;
  width: 6rem;
}

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

.p-parallax {
  background-attachment: fixed;
  background-image: url(../img/parallax.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30rem;
}

.p-service {
  display: flex;
  height: 31.25rem;
  justify-content: center;
}

.p-service__item {
  cursor: pointer;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  isolation: isolate;
  justify-content: flex-end;
  overflow: hidden;
  padding-block: 3rem;
  padding-inline: 2.5rem;
  position: relative;
}

.p-service__item:first-child {
  border-right: 0.0625rem solid #fff;
}

.p-service__bg {
  -o-object-fit: cover;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.p-service__item::before {
  background-color: rgba(46, 60, 59, 0.4);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.p-service__item:first-child::before {
  background-color: rgba(46, 60, 59, 0.28);
}
.p-service__body {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  z-index: 2;
}

.p-service__sub {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.p-service__btn {
  align-items: center;
  border: 0.03125rem solid #fff;
  display: flex;
  flex-shrink: 0;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.p-service__btn img {
  height: 1.25rem;
  width: 1.25rem;
}

.p-works {
  overflow: hidden;
  position: relative;
}

.p-works__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 85rem;
  padding-inline: 2.5rem;
}

.p-works__slider {
  margin-top: 2.5rem;
  width: 100%;
}

.p-works__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.p-works__inner--footer {
  margin-top: 3.5rem;
}

.p-works__slide {
  height: 17.36125rem;
  width: 25rem;
}

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

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

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

.js-fadein--delay-150 {
  transition-delay: 150ms;
}

.js-fadein--delay-300 {
  transition-delay: 300ms;
}

.js-fadein--delay-450 {
  transition-delay: 450ms;
}

.js-fadein--delay-600 {
  transition-delay: 600ms;
}

.u-sp {
  display: none;
}

.u-pt-104 {
  padding-top: 6.5rem !important;
}

.u-pb-104 {
  padding-bottom: 6.5rem !important;
}

.u-mt-104 {
  margin-top: 6.5rem !important;
}

.u-mb-104 {
  margin-bottom: 6.5rem !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-200 {
  padding-top: 12.5rem !important;
}

.u-pb-200 {
  padding-bottom: 12.5rem !important;
}

.u-mt-200 {
  margin-top: 12.5rem !important;
}

.u-mb-200 {
  margin-bottom: 12.5rem !important;
}

.u-sr-only {
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

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

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

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

.u-textJustify {
  text-align: Justify !important;
}
.u-w300 {
  font-weight: 300;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .p-event__item:not(:last-child) {
    margin-right: 3.5rem !important;
  }
}

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

@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 3.5rem 1.5rem;
    padding-inline: 1.25rem;
  }
  .l-footer__row {
    flex-direction: column;
    gap: 2.5rem;
  }
  .l-footer__nav-list {
    display: none;
  }
  .l-footer__nav-item:not(:first-child) {
    padding-left: 0;
  }
  .l-header__inner {
    padding-block: 1rem;
    padding-inline: 1.25rem;
  }
  .l-header__list {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .l-header__item {
    border-bottom: 0.0625rem solid #788382;
  }
  .l-header__item:first-child {
    border-top: 0.0625rem solid #788382;
  }
  .l-header__link {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 1.125rem;
    justify-content: space-between;
    padding-block: 1.25rem;
    padding-inline: 1rem;
  }
  .l-header__link::after {
    -webkit-filter: brightness(0) invert(1);
    background-image: url("../img/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    filter: brightness(0) invert(1);
    flex-shrink: 0;
    height: 1.25rem;
    width: 1.25rem;
  }
  .l-header__link--withSub {
    padding-block: 1.25rem 1rem;
  }
  .l-header__link--contact {
    color: #fff;
    display: block;
    margin-inline: auto;
    margin-top: 1.5rem;
    padding-block: 1rem;
    padding-inline: 2.5rem;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .l-header__link--contact::after {
    content: none;
  }
  .l-header__item--contact {
    border-bottom: 0;
  }
  .l-header__item--corporate {
    border-bottom: 0;
    display: block;
    text-align: center;
  }
  .l-header__link--corporate {
    align-items: center;
    border-bottom: 0.0625rem solid #788382;
    color: #fff;
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: 600;
    gap: 0.5rem;
    line-height: 1.6;
    margin-top: 2rem;
    padding-bottom: 0.25rem;
  }
  .l-header__link--corporate img {
    height: 1rem;
    width: 1rem;
  }
  .l-header__sub {
    display: block;
    padding-block: 0 0.125rem;
    padding-inline: 2.5rem 0;
  }
  .l-header__sub-link {
    align-items: baseline;
    color: #fff;
    display: flex;
    font-size: 0.9375rem;
    gap: 0.75rem;
    line-height: 1.4;
    padding-block: 0.5rem;
  }
  .l-header__sub-item:last-child .l-header__sub-link {
    padding-block: 1rem 1.25rem;
  }
  .l-header__sub-link::before {
    content: "−";
  }
  .l-header__nav {
    -ms-scroll-chaining: none;
    -webkit-overflow-scrolling: touch;
    align-items: flex-start;
    background-color: #495655;
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: var(--drawer-opacity);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-block: 5rem 2.5rem;
    padding-inline: 1.5rem;
    position: fixed;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    visibility: var(--drawer-visibility);
    z-index: 1;
  }
  .l-header__burger {
    display: block;
  }
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-btn {
    justify-content: space-between;
    max-width: 17.5rem;
    width: 100%;
  }
  .c-btn__label {
    flex: 1;
    text-align: center;
  }
  .c-ttl__main {
    font-size: 1.5rem;
  }
  .c-ttl__main--lg {
    font-size: 1.75rem;
  }
  .c-ttl__main--sm {
    font-size: 1.4rem;
  }
  .p-page {
    padding-block: 6.25rem 3.75rem;
    padding-inline: 1.25rem;
  }
  .p-page__title {
    font-size: 1.5rem;
    margin-bottom: 1.75rem;
  }
  .p-page-404__title {
    font-size: 1.25rem;
    padding-inline: 1rem;
    white-space: normal;
  }
  .p-page-404__lead {
    font-size: 0.875rem;
    padding-inline: 1rem;
  }
  .p-page-404__lead br {
    display: none;
  }
  .p-page-404__btns {
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .p-page-404__btn {
    max-width: 17.5rem;
    width: 100%;
  }
  .p-page-company-company__inner {
    padding-inline: 1.25rem;
  }
  .p-page-company-company__dl {
    grid-template-columns: 1fr;
  }
  .p-page-company-company__dt {
    border-bottom: 0;
    height: unset;
    padding-top: 0.75rem;
  }
  .p-page-company-company__dt--tall {
    height: 2.5rem;
  }
  .p-page-company-company__dd {
    align-items: flex-start;
    gap: 0.5rem;
    min-height: 0;
    padding: 0.5rem 0.5rem 0.75rem 0.5rem;
  }
  .p-page-company-company__dd--tall {
    min-height: 0;
  }
  .p-page-company-fv {
    height: 20rem;
    padding-block: 0 2.5rem;
  }
  .p-page-company-fv__inner {
    padding-inline: 1.25rem;
  }
  .p-page-company-message::before {
    width: 100%;
  }
  .p-page-company-message__txt {
    flex-direction: column-reverse;
    gap: 1.875rem;
    text-align: center;
  }
  .p-page-company-message__body {
    align-items: center;
    flex-direction: column;
    gap: 1.25rem;
    height: auto;
    padding-inline: 0;
  }
  .p-page-company-message__bodyP {
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
  .p-page-company-message__bodyCol {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-size: 0.875rem;
    line-height: 1.8;
    text-orientation: mixed;
    writing-mode: horizontal-tb;
  }
  .p-page-company-message__bodyP--sig {
    align-self: center;
    margin-top: 0.625rem;
  }
  .p-page-company-message__h2Wrap {
    flex-direction: column-reverse;
  }
  .p-page-company-message__h2 {
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    align-items: center;
    flex-direction: column;
    font-size: 1.375rem;
    text-align: center;
  }
  .p-page-company-message__h2Col {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    display: block;
    width: auto;
    writing-mode: horizontal-tb;
  }
  .p-page-company-message__h2Col:not(:first-child) {
    padding-top: 0;
  }
  .p-page-company-message__en {
    -webkit-transform: none;
    align-self: auto;
    height: auto;
    transform: none;
    width: auto;
  }
  .p-page-company-profile {
    padding-block: 3.125rem;
  }
  .p-page-company-profile__inner {
    padding-inline: 1.25rem;
  }
  .p-page-company-profile__body {
    align-items: center;
    flex-direction: column;
    gap: 1.875rem;
  }
  .p-page-company-profile__photo {
    max-width: 30rem;
    width: 100%;
  }
  .p-page-company-profile__txt {
    width: 100%;
  }
  .p-page-company-profile__dl {
    grid-template-columns: 6.875rem 1fr;
  }
  .p-page-company-profile__item::before {
    width: 1rem;
  }
  .p-page-company-thought {
    padding-inline: 1.25rem;
  }
  .p-page-company-thought__mainTtlText {
    font-size: 1.25rem;
    letter-spacing: 0.0909em;
    white-space: nowrap;
  }
  .p-page-company-thought__p {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9375rem;
    justify-content: center;
  }
  .p-page-concept-fv {
    height: 20rem;
    padding-block: 0 2.5rem;
  }
  .p-page-concept-fv__inner {
    padding-inline: 1.25rem;
  }
  .p-page-concept-ourconcept__inner {
    flex-direction: column;
    gap: 2.5rem;
    padding-inline: 1.25rem;
  }
  .p-page-concept-ourconcept__photo {
    aspect-ratio: 480/520;
    height: auto;
    width: 100%;
  }
  .p-page-concept-ourconcept__body {
    width: 100%;
  }
  .p-page-concept-ourconcept__text {
    padding-top: 1rem;
  }
  .p-page-concept-reason {
    padding-inline: 1.25rem;
  }
  .p-page-concept-reason__list {
    padding-top: 2rem;
  }
  .p-page-concept-reason__item {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
  .p-page-concept-reason__item:nth-child(even) {
    flex-direction: column-reverse;
  }
  .p-page-concept-reason__img {
    aspect-ratio: 560/400;
    height: auto;
    width: 100%;
  }
  .p-page-concept-reason__body {
    width: 100%;
  }
  .p-page-concept-reason__num {
    font-size: 3rem;
  }
  .p-page-concept-reason__en {
    padding-top: 1.5rem;
  }
  .p-page-concept-reason__ttl {
    font-size: 1.25rem;
    padding-block: 1rem;
  }
  .p-page-concept-reason__text {
    padding-top: 1rem;
  }
  .p-page-concept-renovation__inner {
    padding-inline: 1.25rem;
  }
  .p-page-concept-renovation__sec {
    padding-top: 4rem;
  }
  .p-page-concept-renovation__sec:last-child {
    padding-bottom: 4rem;
  }
  .p-page-concept-renovation__box {
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 2rem;
  }
  .p-page-concept-renovation__box--reverse {
    flex-direction: column;
  }
  .p-page-concept-renovation__img {
    aspect-ratio: 640/424;
    height: auto;
    width: 100%;
  }
  .p-page-concept-renovation__ttl {
    font-size: 1.25rem;
  }
  .p-page-concept-renovation__lead-p--em {
    font-size: 1rem;
  }
  .p-page-concept-renovation__point-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
  .p-page-concept-renovation__point-title {
    display: block;
  }
  .p-page-concept-renovation__point-lead {
    font-size: 1rem;
  }
  .p-page-concept-renovation__point-num {
    font-size: 1.5rem;
  }
  .p-page-concept-renovation__point-list {
    flex-direction: column;
  }
  .p-page-concept-renovation__point-ttl {
    font-size: 1.0625rem;
  }
  .p-page-concept-renovation__price-box {
    gap: 1rem;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-inline: 0;
    text-align: center;
  }
  .p-page-concept-renovation__price-main {
    gap: 0.25rem;
  }
  .p-page-concept-renovation__price-note {
    justify-self: auto;
  }
  .p-page-concept-works {
    padding-top: 4rem;
  }
  .p-page-concept-works__head {
    padding-inline: 1.25rem;
  }
  .p-page-concept-works__bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    padding-block: 1rem;
    padding-inline: 1.25rem;
  }
  .p-page-concept-works__nav {
    align-self: flex-end;
  }
  .p-page-concept-works-modal {
    gap: 1rem;
    padding: 4rem 1rem 1.5rem;
  }
  .p-page-concept-works-modal__close {
    font-size: 1.5rem;
    right: 1rem;
    top: 1rem;
  }
  .p-page-concept-works-modal__nav {
    font-size: 1rem;
  }
  .p-page-concept-works-modal__bar {
    gap: 0.875rem;
  }
  .p-page-contact-form-wrap {
    margin-top: 2.5rem;
  }
  .p-contact-form {
    gap: 1.5rem;
  }
  .p-contact-form__row {
    align-items: stretch;
    flex-direction: column;
    gap: 0.5rem;
  }
  .p-contact-form__row--top {
    align-items: stretch;
  }
  .p-contact-form__label {
    width: 100%;
  }
  .p-contact-form__zipRow {
    flex-wrap: wrap;
  }
  .p-contact-form__field--checkbox .wpcf7-form-control {
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.625rem;
  }
  .p-contact-form__field--checkbox .wpcf7-list-item {
    width: 100%;
  }
  .p-contact-form__submitWrap {
    display: flex;
    margin-inline: auto;
    max-width: 20rem;
    width: 100%;
  }
  .p-page-contact-fv {
    height: 20rem;
    padding-block: 0 2.5rem;
  }
  .p-page-contact-fv__inner {
    padding-inline: 1.25rem;
  }
  .p-page-contact-main__inner {
    padding-inline: 1.25rem;
  }
  .p-page-contact-intro__lead {
    font-size: 0.875rem;
  }
  .p-event-article__inner {
    padding-inline: 1rem;
    padding-top: 2.5rem;
  }
  .p-event-article__fv {
    flex-direction: column;
  }
  .p-event-article__fv-img {
    aspect-ratio: 1/1;
    flex: 1 1 auto;
    height: auto;
    width: 100%;
  }
  .p-event-article__fv-txt {
    background-color: transparent;
    flex: 0 0 auto;
    justify-content: flex-start;
    padding-block: 1rem 0;
    padding-inline: 0;
  }
  .p-event-article__date {
    color: #666666;
    font-size: 0.8125rem;
  }
  .p-event-article__title {
    color: #414141;
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
  .p-event-article__content > .wp-block-group:has(p.wp-block-paragraph + h2.wp-block-heading) {
    margin-top: 2.5rem;
    padding-left: 0.75rem;
  }
  .p-event-article__content > .wp-block-group:has(p.wp-block-paragraph + h2.wp-block-heading) .wp-block-group__inner-container > p.wp-block-paragraph {
    font-size: 0.75rem;
  }
  .p-event-article__content > .wp-block-group:has(p.wp-block-paragraph + h2.wp-block-heading) .wp-block-group__inner-container > h2.wp-block-heading {
    font-size: 1.125rem;
    line-height: 1.2;
  }
  .p-event-article__content > p.wp-block-paragraph + p.wp-block-paragraph {
    margin-top: 0.5rem;
  }
  .p-event-article__content > .wp-block-group:has(p.wp-block-paragraph + h2.wp-block-heading) + p.wp-block-paragraph {
    margin-top: 1rem;
  }
  .p-event-article__content > h3.wp-block-heading + p.wp-block-paragraph {
    margin-top: 1rem;
  }
  .p-event-article__content > h3.wp-block-heading {
    font-size: 1rem;
    margin-top: 2rem;
  }
  .p-event-article__content > h4.wp-block-heading {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
  .p-event-article__content > .wp-block-group:has(figure.wp-block-image) {
    margin-top: 1.5rem;
  }
  .p-event-article__content > .wp-block-group:has(figure.wp-block-image) .wp-block-group__inner-container {
    gap: 1.25rem;
    grid-template-columns: 1fr;
  }
  .p-event-article__content > ol.wp-block-list {
    padding-top: 2rem;
  }
  .p-event-article__content > ol.wp-block-list > li > strong {
    font-size: 0.9375rem;
  }
  .p-event-article__content > ul.wp-block-list {
    padding-top: 2rem;
  }
  .p-event-article__content > ul.wp-block-list > li > strong {
    font-size: 0.9375rem;
  }
  .p-event-article__content > .wp-block-group:has(.wp-block-buttons) {
    padding-top: 3rem;
  }
  .p-event-article__content > .wp-block-group:has(.wp-block-buttons) .wp-block-group__inner-container > .wp-block-group {
    padding-block: 3.5rem;
  }
  .p-event-article__content > .wp-block-group:has(.wp-block-buttons) .wp-block-buttons {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
  }
  .p-page-privacy__inner {
    padding-inline: 1.25rem;
  }
  .p-page-privacy__content {
    padding-top: 1.75rem;
  }
  .p-page-privacy__content > p.wp-block-paragraph {
    font-size: 0.875rem;
  }
  .p-page-privacy__content > h2.wp-block-heading {
    font-size: 1.125rem;
    margin-top: 2.5rem;
    padding-left: 0.75rem;
  }
  .p-page-privacy__content > h3.wp-block-heading {
    font-size: 1.125rem;
    margin-top: 3rem;
  }
  .p-page-privacy__content > h2.wp-block-heading + p.wp-block-paragraph,
  .p-page-privacy__content > h3.wp-block-heading + p.wp-block-paragraph {
    font-size: 0.875rem;
  }
  .p-page-privacy__content > p.wp-block-paragraph + p.wp-block-paragraph,
  .p-page-privacy__content > ul.wp-block-list + p.wp-block-paragraph,
  .p-page-privacy__content > ol.wp-block-list + p.wp-block-paragraph {
    font-size: 0.875rem;
  }
  .p-page-privacy__content > ul.wp-block-list {
    font-size: 0.875rem;
  }
  .p-page-privacy__content > ol.wp-block-list {
    font-size: 0.875rem;
  }
  .p-page-privacy__content > p.wp-block-paragraph.has-text-align-right {
    font-size: 0.75rem;
  }
  .p-page-thanks__icon {
    height: 4.5rem;
    width: 4.5rem;
  }
  .p-page-thanks__txt p {
    font-size: 0.875rem;
    text-align: left;
  }
  .p-page-thanks__txt p br {
    display: none;
  }
  .p-page-thanks__tel {
    padding-block: 1.25rem;
    padding-inline: 1rem;
  }
  .p-page-thanks__telNumber {
    font-size: 1.75rem;
    gap: 0.5rem;
  }
  .p-page-thanks__telIcon {
    height: 1.75rem;
    width: 1.75rem;
  }
  .p-page-thanks__telCaution span {
    font-size: 0.8125rem;
  }
  .p-page-thanks__btn {
    max-width: 17.5rem;
    width: 100%;
  }
  .p-company {
    padding-inline: 1.25rem;
  }
  .p-company__label {
    font-size: 0.875rem;
  }
  .p-company__name {
    font-size: 1.5rem;
  }
  .p-company__text {
    font-size: 0.875rem;
  }
  .p-company__text + .p-company__text {
    margin-top: 1rem;
  }
  .p-company__btn {
    margin-top: 2.5rem;
  }
  .p-concept__deco {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .p-concept__deco-frame--01 {
    height: 26.3vw;
    left: auto;
    opacity: 0.5;
    right: 0;
    top: 1.25rem;
    width: 36vw;
  }
  .p-concept__deco-frame--02 {
    height: 18.2vw;
    left: 0;
    opacity: 0.5;
    top: 3.75rem;
    width: 28vw;
  }
  .p-concept__deco-frame--03 {
    bottom: 10.625rem;
    height: 18.6vw;
    left: auto;
    opacity: 0.5;
    right: 0;
    top: auto;
    width: 28vw;
  }
  .p-concept__deco-frame--04 {
    bottom: 1.25rem;
    height: 18.7vw;
    opacity: 0.5;
    top: auto;
    width: 15vw;
  }
  .p-concept__inner {
    padding-inline: 1.25rem;
  }
  .p-concept__inner::before {
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0) 75%);
    content: "";
    inset: -8%;
    pointer-events: none;
    position: absolute;
    z-index: -1;
  }
  .p-concept__p {
    font-size: 0.9375rem;
  }
  .p-concept__btn {
    margin-top: 2rem;
  }
  .p-event {
    padding-inline: 1.25rem;
  }
  .p-event__flex {
    flex-direction: column-reverse;
    gap: 0;
  }
  .p-event__slider-wrap {
    flex: initial;
    gap: 0.5rem;
    margin-inline: -1.25rem;
    margin-top: 2rem;
    width: calc(100% + 2.5rem);
  }
  .p-event__nav {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: clamp(1.75rem, 5.5vw, 2.75rem);
    justify-content: center;
    width: clamp(1.75rem, 5.5vw, 2.75rem);
  }
  .p-event__nav img {
    height: clamp(1.25rem, 4vw, 2rem);
    width: clamp(1.25rem, 4vw, 2rem);
  }
  .p-event__item {
    width: 100%;
  }
  .p-event__pagination {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1.5rem;
    position: static;
    width: 100%;
  }
  .p-event__img {
    aspect-ratio: 1/1;
    height: auto;
    width: 100%;
  }
  .p-event__heading {
    align-items: center;
    align-self: center;
    flex-direction: column-reverse;
    gap: 0.5rem;
    justify-content: center;
  }
  .p-event__vtitle {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    font-size: 1.5rem;
    width: auto;
    writing-mode: horizontal-tb;
  }
  .p-event__en {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .p-flow {
    padding-inline: 1.25rem;
  }
  .p-flow__slide {
    max-width: 26.25rem;
    width: 80vw;
  }
  .p-flow__step-ttl {
    font-size: 1.1rem;
  }
  .p-flow__hint {
    font-size: 0.75rem;
  }
  .p-fv {
    height: auto;
    min-height: 100vh;
    padding-block: 6.25rem 2.5rem;
    padding-inline: 1.25rem;
  }
  .p-fv__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
  }
  .p-fv__event {
    align-self: flex-end;
    max-width: 27rem;
    width: 100%;
  }
  .p-parallax {
    background-attachment: scroll;
    height: 15rem;
  }
  .p-service {
    flex-direction: column;
    height: auto;
  }
  .p-service__item {
    flex: none;
    height: 20rem;
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
    width: 100%;
  }
  .p-service__item:first-child {
    border-bottom: 0.0625rem solid #fff;
    border-right: none;
  }
  .p-service__item:hover {
    opacity: 1;
  }
  .p-works__inner {
    padding-inline: 1.25rem;
  }
  .p-works__inner--footer {
    margin-top: 2.5rem;
  }
  .p-works__slide {
    height: 12.125rem;
    width: 17.5rem;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-pt-104 {
    padding-top: 4rem !important;
  }
  .u-pb-104 {
    padding-bottom: 4rem !important;
  }
  .u-mt-104 {
    margin-top: 4rem !important;
  }
  .u-mb-104 {
    margin-bottom: 4rem !important;
  }
  .u-pt-120 {
    padding-top: 5rem !important;
  }
  .u-pb-120 {
    padding-bottom: 5rem !important;
  }
  .u-mt-120 {
    margin-top: 5rem !important;
  }
  .u-mb-120 {
    margin-bottom: 5rem !important;
  }
  .u-pt-200 {
    padding-top: 6.25rem !important;
  }
  .u-pb-200 {
    padding-bottom: 6.25rem !important;
  }
  .u-mt-200 {
    margin-top: 6.25rem !important;
  }
  .u-mb-200 {
    margin-bottom: 6.25rem !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 (hover: hover) {
  .p-page-concept-works__arrow:hover {
    -webkit-text-fill-color: #fff;
    background-color: #414141;
    color: #fff;
  }
  .p-service__item:hover::before {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-page-company-thought__mainTtlText {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    transition: none;
  }
  .js-fadein,
  .js-fadein.is-visible {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */