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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #1a1a1a;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

s picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

.l-section__inner {
  padding-inline: 6.25rem;
  padding-block: 3.125rem;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .l-section__inner {
    padding-inline: 20px;
    padding-block: 50px;
  }
}

/*----------------------------------
  p-mv
-----------------------------------*/
.p-mv {
  height: 100vh;
}

.p-mv__inner {
  position: relative;
  z-index: 1;
  gap: 3.75rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    gap: unset;
  }
}

.p-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-mv__body {
  width: 90%;
  padding-left: 6.125rem;
}

.p-mv__image {
  height: 100vh;
  width: 100%;
  position: relative;
}
.p-mv__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(10%, rgba(255, 255, 255, 0.6)), color-stop(25%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0) 25%);
  z-index: 1;
}
.p-mv__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv-image__deco {
  position: absolute;
  z-index: 2;
  width: 28.125rem;
  bottom: 8.75rem;
  right: 6.25rem;
}
.p-mv-image__deco img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv-image__banner {
  position: absolute;
  z-index: 2;
  bottom: 6.25rem;
  right: 8.75rem;
  font-size: 1rem;
  background: #c9a84c;
  width: 11.25rem;
  height: 11.25rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-mv-image__banner span {
  font-size: 20px;
}

.p-mv__lead {
  margin-top: 1.25rem;
}
.p-mv__lead span:nth-of-type(1) {
  font-size: 1.25rem;
}
.p-mv__lead span:nth-of-type(2) {
  font-size: 4.375rem;
}
.p-mv__lead span:nth-of-type(3) {
  margin-top: 1.25rem;
  font-size: 1.25rem;
}
.p-mv__lead span:nth-of-type(4) {
  font-size: 1.25rem;
}

.p-mv__title {
  font-size: 2.5rem;
}

.p-mv__banner-wrap {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__banner-wrap {
    margin-top: 10px;
    gap: 5px;
  }
}

.p-mv__banner {
  font-size: 1rem;
  border-radius: 50%;
  border: 1px solid #c9a84c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 8.125rem;
  height: 8.125rem;
}

.p-mv__line {
  margin-top: 1.875rem;
  width: 31.25rem;
}
.p-mv__line img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-mv__line {
    margin-top: 10px;
  }
}
.p-mv__line {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-mv__line:hover {
    opacity: 0.8;
  }
}

/*----------------------------------
  p-mv SP (999px以下)
-----------------------------------*/
@media screen and (max-width: 999px) {
  .p-mv {
    height: auto;
  }
  .p-mv__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-mv__body {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-mv__lead {
    margin-top: 0;
    line-height: 1.5;
    padding-inline: 10px;
  }
  .p-mv__lead span:nth-of-type(1) {
    font-size: 13px;
  }
  .p-mv__lead span:nth-of-type(2) {
    font-size: 34px;
    line-height: 1.2;
  }
  .p-mv__lead span:nth-of-type(3) {
    margin-top: 0;
    font-size: 13px;
    display: block;
  }
  .p-mv__lead span:nth-of-type(4) {
    display: block;
    font-size: 13px;
  }
  .p-mv__title {
    font-size: 22px;
    margin-block: 6px 10px;
  }
  .p-mv__banner-wrap {
    margin-top: 20px;
    gap: 8px;
  }
  .p-mv__banner {
    width: 86px;
    height: 86px;
    font-size: 11px;
  }
  .p-mv__line {
    margin-top: 24px;
    width: 100%;
    max-width: 300px;
  }
  .p-mv__image {
    height: 72vw;
    min-height: 260px;
    max-height: 300px;
  }
  .p-mv__image::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(12%, rgba(255, 255, 255, 0.4)), color-stop(30%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.4) 12%, rgba(255, 255, 255, 0) 30%);
  }
  .p-mv-image__deco {
    width: 42vw;
    max-width: 200px;
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
  .p-mv-image__banner {
    width: 100px;
    height: 100px;
    font-size: 10px;
    bottom: 14px;
    right: unset;
    left: calc(50% - 19px);
  }
  .p-mv-image__banner span {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-worries {
  background-color: #1a1a2e;
}

.p-worries__inner {
  padding-inline: 6.25rem;
  padding-block: 3.125rem;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-worries__inner {
    padding-inline: 20px;
    padding-block: 50px;
  }
}

.p-worries__title {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-worries__title {
    font-size: 1.25rem;
  }
}

.p-worries__cards {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-worries__cards {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.p-worries-card {
  position: relative;
}
.p-worries-card img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-worries-card__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  min-height: 3.5rem;
  padding-inline: 0.625rem;
  padding-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-worries-card__text {
    font-size: 10px;
    min-height: 44px;
    padding-inline: 6px;
    padding-bottom: 8px;
  }
}

.p-worries__text {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1.875rem;
  color: #fff;
}
.p-worries__text span {
  color: #c9a84c;
}
.p-worries__text span:nth-of-type(1) {
  font-size: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-worries__text span:nth-of-type(1) {
    font-size: 25px;
  }
}
.p-worries__text span:nth-of-type(2) {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-worries__text span:nth-of-type(2) {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-worries__text {
    margin-top: 10px;
    font-size: 20px;
  }
}

.p-about__title {
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: 1.25rem;
  }
}

.p-about__lead {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__lead {
    font-size: 16px;
    margin-top: 10px;
  }
}

.p-about__cards {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__cards {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.p-about-card__icon {
  text-align: center;
  width: 6.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-about-card__icon {
    width: 60px;
  }
}
.p-about-card__icon img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about-card__title {
  text-align: center;
  padding-inline: 1.875rem;
  margin-top: 1.25rem;
  color: #c9a84c;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-card__title {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 2px;
    padding-inline: 0;
  }
}

.p-about-card__text {
  margin-top: 1.25rem;
  font-size: 1rem;
  padding-inline: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-about-card__text {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    padding-inline: 5px;
  }
}

.p-publish {
  background-color: #f5f0e8;
}

.p-publish__title {
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-publish__title {
    font-size: 1.25rem;
  }
}

.p-publish__cards {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-publish__cards {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.p-publish-card__image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.p-publish-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-publish-card__title {
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  padding-inline: 0.625rem;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-publish-card__title {
    font-size: 13px;
    margin-top: 10px;
    padding-inline: 0;
  }
}

.p-publish-card__text {
  font-size: 0.75rem;
  text-align: center;
  color: #666666;
  line-height: 1.7;
  padding-inline: 0.625rem;
  padding-bottom: 1rem;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-publish-card__text {
    font-size: 11px;
    margin-top: 4px;
    padding-bottom: 12px;
    padding-inline: 5px;
  }
}

/*----------------------------------
  p-reason
-----------------------------------*/
.p-reason {
  background-color: #f5f0e8;
}

.p-reason__content {
  background-color: #ede8df;
  padding: 0.625rem 0.3125rem 0.625rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-reason__content {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-reason__title {
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reason__title {
    font-size: 20px;
  }
}

.p-reason__text {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-reason__text {
    margin-top: 10px;
    font-size: 14px;
  }
}

.p-reason__image {
  max-width: 31.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason__image {
    max-width: 100%;
    width: 100%;
  }
}
.p-reason__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#f5f0e8), color-stop(35%, rgba(245, 240, 232, 0))), -webkit-gradient(linear, left top, left bottom, from(#f5f0e8), color-stop(25%, rgba(245, 240, 232, 0)));
  background: linear-gradient(to right, #f5f0e8 0%, rgba(245, 240, 232, 0) 35%), linear-gradient(to bottom, #f5f0e8 0%, rgba(245, 240, 232, 0) 25%);
  z-index: 1;
  pointer-events: none;
}
.p-reason__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------------------------
  p-flow
-----------------------------------*/
.p-flow {
  background: #1a1a2e;
}

.p-flow__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-block: 3.75rem;
  padding-inline: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
    padding-block: 50px;
    padding-inline: 20px;
  }
}

.p-flow__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 3.75rem;
  border-right: 1px solid rgba(201, 168, 76, 0.5);
}
@media screen and (max-width: 767px) {
  .p-flow__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    padding-right: 0;
    border-right: none;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(201, 168, 76, 0.5);
    width: 100%;
  }
}

.p-flow__icon {
  width: 3rem;
  height: auto;
  -webkit-filter: invert(1) brightness(1.5);
          filter: invert(1) brightness(1.5);
}
@media screen and (max-width: 767px) {
  .p-flow__icon {
    width: 36px;
  }
}

.p-flow__title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    font-size: 14px;
  }
}

.p-flow__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-flow__steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 100%;
  }
}

.p-flow-step {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  padding-inline: 1rem;
}
.p-flow-step::after {
  content: "";
  position: absolute;
  top: 1.125rem;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid rgba(201, 168, 76, 0.6);
}
.p-flow-step:last-child::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-flow-step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    gap: 16px;
    padding-inline: 0;
    padding-block: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .p-flow-step:last-child {
    border-bottom: none;
  }
  .p-flow-step::after {
    display: none;
  }
}

.p-flow-step__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #c9a84c;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.125rem;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-flow-step__num {
    width: 32px;
    height: 32px;
    font-size: 14px;
    margin-bottom: 0;
  }
}

.p-flow-step__title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-flow-step__title {
    font-size: 14px;
    margin-bottom: 2px;
  }
}

.p-flow-step__text {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-flow-step__text {
    font-size: 12px;
  }
}

/*----------------------------------
  p-company
-----------------------------------*/
.p-company {
  background: #fff;
}

.p-company__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-block: 7.5rem 6.25rem;
  padding-inline: 100px;
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    padding-block: 60px 50px;
    padding-inline: 20px;
  }
}

.p-company__title {
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__title {
    font-size: 20px;
  }
}

.p-company__table {
  margin-top: 3.75rem;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .p-company__table {
    margin-top: 30px;
  }
}

.p-company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2.5rem;
  padding-block: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .p-company__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding-block: 18px;
  }
}

.p-company__term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #c9a84c;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-company__term {
    width: auto;
    font-size: 12px;
  }
}

.p-company__desc {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-company__desc {
    font-size: 14px;
  }
}

.p-company__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__list {
    gap: 6px;
  }
}
.p-company__list li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-company__list li::before {
  content: "・";
}

/*----------------------------------
  p-contact
-----------------------------------*/
.p-contact {
  background: #f5f0e8;
}

.p-contact__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-block: 7.5rem 6.25rem;
  padding-inline: 100px;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding-block: 60px 50px;
    padding-inline: 20px;
  }
}

.p-contact__title {
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 20px;
  }
}

.p-contact__body {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    gap: 24px;
  }
}

.p-contact__form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    width: 100%;
  }
}

.p-contact__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__submit {
    margin-top: 4px;
  }
}

.p-contact__line {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15rem;
  background: #fff;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  padding: 2rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact__line {
    width: 100%;
    border-radius: 8px;
    padding: 24px 20px;
    gap: 14px;
  }
}

.p-contact__line-label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #c9a84c;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact__line-label {
    font-size: 14px;
  }
}

.p-contact__line-qr {
  width: 100%;
}
.p-contact__line-qr img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-contact__line-qr {
    width: 70%;
    max-width: 35）0px;
  }
}

.p-contact__line-text {
  font-size: 0.75rem;
  color: #666666;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-contact__line-text {
    font-size: 12px;
  }
}

.p-contact__fields {
  background: #fff;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  padding: 3.75rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__fields {
    padding: 30px 20px;
    gap: 24px;
    border-radius: 8px;
  }
}

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

.p-contact__label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #c9a84c;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact__label {
    font-size: 12px;
  }
}

.p-contact__input {
  width: 100%;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  color: #1a1a1a;
  background: #f5f0e8;
  border: 1px solid #e0e0e0;
  border-radius: 0.375rem;
  outline: none;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.p-contact__input::-webkit-input-placeholder {
  color: #b0a99a;
}
.p-contact__input::-moz-placeholder {
  color: #b0a99a;
}
.p-contact__input:-ms-input-placeholder {
  color: #b0a99a;
}
.p-contact__input::-ms-input-placeholder {
  color: #b0a99a;
}
.p-contact__input::placeholder {
  color: #b0a99a;
}
.p-contact__input:focus {
  border-color: #c9a84c;
  -webkit-box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.15);
          box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.15);
}
@media screen and (max-width: 767px) {
  .p-contact__input {
    padding: 12px 14px;
    font-size: 16px;
    border-radius: 4px;
  }
}

.p-contact__textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  color: #1a1a1a;
  background: #f5f0e8;
  border: 1px solid #e0e0e0;
  border-radius: 0.375rem;
  outline: none;
  resize: vertical;
  min-height: 11.25rem;
  line-height: 1.7;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.p-contact__textarea::-webkit-input-placeholder {
  color: #b0a99a;
}
.p-contact__textarea::-moz-placeholder {
  color: #b0a99a;
}
.p-contact__textarea:-ms-input-placeholder {
  color: #b0a99a;
}
.p-contact__textarea::-ms-input-placeholder {
  color: #b0a99a;
}
.p-contact__textarea::placeholder {
  color: #b0a99a;
}
.p-contact__textarea:focus {
  border-color: #c9a84c;
  -webkit-box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.15);
          box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.15);
}
@media screen and (max-width: 767px) {
  .p-contact__textarea {
    padding: 12px 14px;
    font-size: 16px;
    border-radius: 4px;
    min-height: 140px;
  }
}

.p-contact__btn {
  display: inline-block;
  padding: 1.125rem 5rem;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #fff;
  background: #1a1a2e;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  letter-spacing: 0.1em;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
@media (any-hover: hover) {
  .p-contact__btn:hover {
    background: rgb(44.4166666667, 44.4166666667, 78.5833333333);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    width: 100%;
    padding: 16px;
    font-size: 15px;
    border-radius: 4px;
  }
}

.wpcf7-spinner {
  display: none;
}

/*----------------------------------
  p-footer
-----------------------------------*/
.p-footer {
  background: #1a1a2e;
  border-top: 1px solid rgba(201, 168, 76, 0.2);
}

.p-footer__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-block: 1.5rem;
  padding-inline: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-block: 18px;
    padding-inline: 20px;
  }
}

.p-footer__copy {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 11px;
  }
}

.u-hidden-sp,
.hidden-sp {
  display: inline;
}
@media screen and (max-width: 767px) {
  .u-hidden-sp,
  .hidden-sp {
    display: none;
  }
}

.u-hidden-pc,
.hidden-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-hidden-pc,
  .hidden-pc {
    display: inline;
  }
}/*# sourceMappingURL=style.css.map */