@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2403100775vw;
  }
}
@media (min-width: 1290px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #383838;
  background-color: #EDE8DC;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  body.archive {
    background-color: #2D2D2D;
  }
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.grecaptcha-badge {
  z-index: 99;
  opacity: 0;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-business {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-business {
    margin-top: 11.25rem;
  }
}

.l-contact {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-contact {
    margin-top: 3.75rem;
  }
}

.l-footer {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin-top: 7.5rem;
  }
}

body.page-id-14 .l-footer {
  margin-top: 0;
}

.l-gallery {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-gallery {
    margin-top: 0;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 80.625rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-outline {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-outline {
    margin-top: 6.625rem;
  }
}

.l-pdf {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-pdf {
    margin-top: 7.5rem;
  }
}

.l-privacy {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-privacy {
    margin-top: 7.5rem;
  }
}

.l-reason {
  margin-top: 5.9375rem;
}
@media screen and (min-width: 768px) {
  .l-reason {
    margin-top: 9.375rem;
  }
}

.l-section {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-section {
    margin-top: 7.5rem;
  }
}

.l-service {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .l-service {
    margin-top: 9.375rem;
  }
}

.c-btn1 {
  min-width: 11.875rem;
  border: 1px solid #EDE8DC;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.125rem 1rem 0.125rem 0.75rem;
  position: relative;
  overflow-y: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .c-btn1 {
    min-width: 15.625rem;
    padding: 0.75rem 1rem 0.75rem 1.25rem;
    gap: 1.25rem;
  }
}
.c-btn1:after {
  content: "";
  display: block;
  width: 2.625rem;
  height: 0.9375rem;
  -webkit-mask: url(../images/common/arrow3.svg) no-repeat center center/100% 100%;
          mask: url(../images/common/arrow3.svg) no-repeat center center/100% 100%;
  background-color: #EDE8DC;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn1:after {
    width: 3.375rem;
    height: 0.9375rem;
  }
}

.c-btn1__ja,
.c-btn1__en {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 2.6923076923;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #EDE8DC;
  font-family: "Noto Serif JP", serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn1__ja,
  .c-btn1__en {
    font-size: 1.125rem;
    line-height: 1.9444444444;
  }
}

.c-btn1__ja {
  position: absolute;
  top: 0.125rem;
  left: 1.6875rem;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .c-btn1__ja {
    top: 0.75rem;
  }
}

@media (any-hover: hover) {
  .c-btn1:hover {
    background-color: #EDE8DC;
  }
  .c-btn1:hover:after {
    background-color: rgba(0, 0, 0, .5);
  }
  .c-btn1:hover .c-btn1__en {
    opacity: 0;
  }
  .c-btn1:hover .c-btn1__ja {
    color: #383838;
    opacity: 1;
  }
}
.c-btn2 {
  min-width: 11.875rem;
  border: 1px solid #383838;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.125rem 0.875rem;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .c-btn2 {
    min-width: 15.625rem;
    padding: 0.75rem 1.25rem;
  }
}
.c-btn2:after {
  content: "";
  display: block;
  width: 2.625rem;
  height: 0.9375rem;
  -webkit-mask: url(../images/common/arrow3.svg) no-repeat center center/100% 100%;
          mask: url(../images/common/arrow3.svg) no-repeat center center/100% 100%;
  background-color: #383838;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn2:after {
    width: 3.375rem;
    height: 0.9375rem;
  }
}
.c-btn2.--black {
  border-color: #EDE8DC;
  background-color: transparent;
}
.c-btn2.--black:after {
  background-color: #EDE8DC;
}
.c-btn2.--black .c-btn2__text {
  color: #EDE8DC;
}

.c-btn2__text {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 2.6923076923;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #383838;
  font-family: "Noto Serif JP", serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn2__text {
    font-size: 1.125rem;
    line-height: 1.9444444444;
  }
}

@media (any-hover: hover) {
  a.c-btn2:hover {
    background-color: #383838;
  }
  a.c-btn2:hover .c-btn2__text {
    color: #EDE8DC;
  }
  a.c-btn2:hover:after {
    background-color: rgba(237, 232, 220, .5);
  }
  a.c-btn2.--black:hover {
    background-color: #EDE8DC;
  }
  a.c-btn2.--black:hover:after {
    background-color: rgba(56, 56, 56, .5);
  }
  a.c-btn2.--black:hover .c-btn2__text {
    color: #383838;
  }
}
.c-btn3 {
  display: inline-block;
  border: 1px solid #383838;
  font-size: 0.8125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 2.1875;
  padding: 0.4375rem 0.8125rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn3 {
    font-size: 1rem;
    padding: 0.8125rem 2.5rem;
  }
}
.c-btn3.--white {
  border-color: #EDE8DC;
  color: #EDE8DC;
}
@media screen and (min-width: 768px) {
  .c-btn3.--white:hover {
    opacity: 0.5;
    cursor: pointer;
  }
}

.c-card,
.c-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-card,
  .c-card a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 3.125rem;
  }
}

.c-card__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-card__img {
    width: 47.9838709677%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.c-card__img:before {
  content: "";
  display: block;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #EDE8DC;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  position: absolute;
  top: -1px;
  right: -1px;
}
@media screen and (min-width: 768px) {
  .c-card__img:before {
    width: 4.375rem;
    right: -1px;
  }
}
.c-card__img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(237, 232, 220, .2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-card__img img {
  width: 100%;
  aspect-ratio: 315/180;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-card__img img {
    aspect-ratio: 595/340;
  }
}
@media screen and (min-width: 768px) {
  .c-card__img.--sm {
    width: 25rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-card__img.--sm img {
    aspect-ratio: 400/282;
  }
}

.c-card__body {
  padding-bottom: 1.875rem;
  border-bottom: 1px dashed #383838;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-card__body {
    padding-bottom: 3.125rem;
    border-bottom: 1px solid #383838;
  }
}

.c-card:last-child .c-card__body {
  border-bottom-style: solid;
}

.c-card__num {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 2.3333333333;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #786C12;
  font-family: "EB Garamond", serif;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-card__num {
    font-size: 1.125rem;
    line-height: 1.9444444444;
    margin-top: 0;
  }
}

.c-card__titleWrap {
  display: contents;
}
@media screen and (min-width: 768px) {
  .c-card__titleWrap {
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.75rem;
  }
}
.c-card__titleWrap .c-card__title {
  margin-top: 0;
}

.c-card__title {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.23em;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-card__title {
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 0.3em;
    margin-top: 1.75rem;
  }
}

.c-card__text {
  margin-top: 1.875rem;
  font-size: 0.8125rem;
  line-height: 2.0769230769;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .c-card__text {
    margin-top: 2.375rem;
    font-size: 1rem;
    line-height: 2;
  }
}
.c-card__text p {
  display: contents;
}
@media screen and (min-width: 768px) {
  .c-card__text p {
    display: block;
  }
}
.c-card__text p + p {
  margin-top: 0.5em;
}
.c-card__text .line {
  margin-inline: 0.125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(40%, #fff), color-stop(90%, #fff), color-stop(90%, transparent), to(transparent));
  background: linear-gradient(180deg, transparent 0%, transparent 40%, #fff 40%, #fff 90%, transparent 90%, transparent 100%);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-card__text .line {
    font-size: 1.125rem;
    line-height: 1.8333333333;
  }
}

.c-card__btn {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #353535;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c-card__btn {
    font-size: 1rem;
    line-height: 2.1875;
    margin-top: 0;
  }
}
.c-card__btn:after {
  content: "";
  display: block;
  width: 6.875rem;
  height: 0.9375rem;
  -webkit-mask: url(../images/common/arrow2.svg) no-repeat center center/100% 100%;
          mask: url(../images/common/arrow2.svg) no-repeat center center/100% 100%;
  background-color: #353535;
  position: absolute;
  bottom: 0;
  left: calc(50% + 0.3125rem);
  translate: -50% 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-card__btn:after {
    width: 7.1875rem;
  }
}

@media (any-hover: hover) {
  .c-card a:hover {
    opacity: 1;
  }
  .c-card a:hover .c-card__btn {
    opacity: 0.5;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-card a:hover .c-card__btn:after {
    background-color: rgba(53, 53, 53, .5);
  }
}
@media screen and (min-width: 768px) {
  .c-card2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}

.c-card2__time {
  font-size: 0.8125rem;
  line-height: 2.3076923077;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .c-card2__time {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.c-card2.--white .c-card2__time {
  color: #EDE8DC;
}

.c-card2__thumb {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-card2__thumb {
    margin-top: 0.625rem;
  }
}
.c-card2__thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 315/225;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-card2__thumb img {
    aspect-ratio: 393/280;
  }
}

.c-card2__title {
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 400;
  margin-block: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-card2__title {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    margin-block: 1.25rem;
  }
}

.c-card2.--white .c-card2__title {
  color: #EDE8DC;
}

.c-card2__desc {
  font-size: 0.8125rem;
  line-height: 2.0769230769;
  letter-spacing: 1px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-card2__desc {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.875;
  }
}

.c-card2.--white .c-card2__desc {
  color: #EDE8DC;
}

.c-card2__btnWrap {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-card2__btnWrap {
    text-align: left;
    margin-top: auto;
  }
}

.c-card2__btn {
  min-width: 11.875rem;
  border: 1px solid #383838;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.125rem 1rem 0.125rem 1.625rem;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 0.8125rem;
  line-height: 2.6923076923;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #383838;
  font-family: "Cormorant Garamond", serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .c-card2__btn {
    min-width: 10.625rem;
    padding: 0.3125rem 0.8125rem;
    font-size: 1rem;
    line-height: 2.1875;
  }
}
.c-card2__btn:after {
  content: "";
  display: block;
  width: 2.625rem;
  height: 0.9375rem;
  -webkit-mask: url(../images/common/arrow3.svg) no-repeat center center/100% 100%;
          mask: url(../images/common/arrow3.svg) no-repeat center center/100% 100%;
  background-color: #383838;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-card2__btn:after {
    width: 2.5625rem;
    height: 0.875rem;
  }
}

.c-card2.--white .c-card2__btn {
  border-color: #EDE8DC;
  color: #EDE8DC;
}
.c-card2.--white .c-card2__btn:after {
  background-color: #EDE8DC;
}

.c-card3,
.c-card3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-card3,
  .c-card3 a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 3.125rem;
  }
}

.c-card3__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-card3__img {
    width: 25rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.c-card3__img:before {
  content: "";
  display: block;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #EDE8DC;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  position: absolute;
  top: -1px;
  right: -1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-card3__img:before {
    width: 4.375rem;
    right: -1px;
  }
}
.c-card3__img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(237, 232, 220, .2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-card3__img img {
  width: 100%;
  aspect-ratio: 315/180;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-card3__img img {
    aspect-ratio: 400/282;
  }
}

.c-card3__body {
  padding-bottom: 2.3125rem;
  border-bottom: 1px dashed #383838;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-card3__body {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #383838;
  }
}

.c-card3:last-child .c-card__body {
  border-bottom-style: solid;
}

.c-card3__num {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 2.3333333333;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #786C12;
  font-family: "EB Garamond", serif;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-card3__num {
    font-size: 1.125rem;
    line-height: 1.9444444444;
    margin-top: 0;
  }
}

.c-card3__titleWrap {
  display: contents;
}
@media screen and (min-width: 768px) {
  .c-card3__titleWrap {
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.125rem;
  }
}

.c-card3__title {
  font-size: 0.9375rem;
  line-height: 2.6666666667;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-card3__title {
    font-size: 1.25rem;
    line-height: 2;
    margin-top: 0;
  }
}

.c-card3__text {
  margin-top: 1.125rem;
  font-size: 0.8125rem;
  line-height: 2.0769230769;
}
@media screen and (min-width: 768px) {
  .c-card3__text {
    margin-top: 1.75rem;
    font-size: 1rem;
    line-height: 1.875;
  }
}
.c-card3__text p {
  display: contents;
}
@media screen and (min-width: 768px) {
  .c-card3__text p {
    display: block;
  }
}
.c-card3__text p + p {
  margin-top: 0.5em;
}
.c-card3__text p .line {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(40%, #fff), color-stop(90%, #fff), color-stop(90%, transparent), to(transparent));
  background: linear-gradient(180deg, transparent 0%, transparent 40%, #fff 40%, #fff 90%, transparent 90%, transparent 100%);
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .c-card3__text p .line {
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}

.c-card3__btn {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #353535;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c-card3__btn {
    font-size: 1rem;
    line-height: 2.1875;
    margin-top: 0;
  }
}
.c-card3__btn:after {
  content: "";
  display: block;
  width: 6.875rem;
  height: 0.9375rem;
  -webkit-mask: url(../images/common/arrow2.svg) no-repeat center center/100% 100%;
          mask: url(../images/common/arrow2.svg) no-repeat center center/100% 100%;
  background-color: #353535;
  position: absolute;
  bottom: 0;
  left: calc(50% + 0.3125rem);
  translate: -50% 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-card3__btn:after {
    width: 7.1875rem;
  }
}

@media (any-hover: hover) {
  .c-card3 a:hover {
    opacity: 1;
  }
  .c-card3 a:hover .c-card3__btn {
    opacity: 0.5;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-card3 a:hover .c-card3__btn:after {
    background-color: rgba(53, 53, 53, .5);
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-card3 a:hover .c-card3__img:before {
    opacity: 1;
    z-index: 10;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-card3 a:hover .c-card3__img img {
    opacity: 0.8;
  }
}
.c-head1 {
  position: relative;
  padding-top: 0.5625rem;
  padding-left: 1rem;
  width: 15.3125rem;
}
@media screen and (min-width: 768px) {
  .c-head1 {
    min-width: 41.875rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 1.5rem;
    padding-left: 1.875rem;
  }
}
.c-head1:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #786C12;
  position: absolute;
  top: 0;
  left: -1rem;
}
@media screen and (min-width: 768px) {
  .c-head1:before {
    left: -1.875rem;
    max-width: 40.625rem;
  }
}
.c-head1:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 1rem);
  background-color: #786C12;
  position: absolute;
  top: -1rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-head1:after {
    height: calc(100% + 1.875rem);
    top: -1.875rem;
  }
}
.c-head1.--white:before {
  background-color: #EDE8DC;
}
.c-head1.--white:after {
  background-color: #EDE8DC;
}
.c-head1.--white .c-head1__en {
  color: #EDE8DC;
}
.c-head1.--white .c-head1__ja {
  color: #EDE8DC;
}
@media screen and (min-width: 768px) {
  .c-head1.--sm {
    width: 35.625rem;
  }
}
@media screen and (min-width: 768px) {
  .c-head1.--project.--ja {
    padding-top: 2.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .c-head1.--project.--ja:before {
    width: calc(100% + 1.875rem);
    max-width: none;
    max-width: initial;
    min-width: 40.625rem;
  }
}

.c-head1__en {
  font-size: 1.5625rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #786C12;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (min-width: 768px) {
  .c-head1__en {
    font-size: 2.5rem;
    line-height: 0.875;
  }
}

.c-head1__ja {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.3em;
  font-weight: 400;
  color: #786C12;
}
@media screen and (min-width: 768px) {
  .c-head1__ja {
    font-size: 1rem;
    margin-top: 0.875rem;
  }
}

.c-head1.--ja {
  width: 100%;
  padding-top: 0.9375rem;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-head1.--ja {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 0.875rem;
    padding-left: 1.875rem;
  }
}
.c-head1.--ja:before {
  background-color: #383838;
}
.c-head1.--ja:after {
  background-color: #383838;
}
.c-head1.--ja .c-head1__ja {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.3em;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #383838;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .c-head1.--ja .c-head1__ja {
    font-size: 1.875rem;
    line-height: 1.6666666667;
  }
}
.c-head1.--ja.--white:before {
  background-color: #EDE8DC;
}
.c-head1.--ja.--white:after {
  background-color: #EDE8DC;
}
.c-head1.--ja.--white .c-head1__ja {
  color: #EDE8DC;
}

.c-link1 {
  display: inline-block;
  padding: 1.0625rem 0.9375rem;
  background-color: #EDE8DC;
  border-radius: 0.3125rem;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  text-decoration: underline;
  color: #383838;
  font-size: 0.875rem;
  line-height: 1.2142857143;
}
.c-link1:after {
  content: "";
  display: block;
  width: 0.9375rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../images/common/icon_link.svg) no-repeat center center/100% 100%;
}

.p-advisory-info {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-advisory-info {
    margin-top: 4.375rem;
  }
}

.p-advisory-map__item {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-advisory-map__item {
    margin-top: 3.125rem;
    max-width: 41.5625rem;
    margin-inline: auto;
  }
}
.p-advisory-map__item iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 665/500;
}

.p-archive {
  background-color: #2d2d2d;
  padding-block: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-archive {
    padding-top: 7.5rem;
    padding-bottom: 0;
  }
}

.p-archive__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-archive__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
}

.p-archive__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-archive__pager {
    gap: 1.25rem;
  }
}
.p-archive__pager a,
.p-archive__pager span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.25rem;
  border: 1px solid #EDE8DC;
  color: #EDE8DC;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0.875rem;
  font-family: "EB Garamond", serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-archive__pager a,
  .p-archive__pager span {
    width: 1.875rem;
    font-size: 1.125rem;
  }
}
.p-archive__pager .current {
  background-color: #EDE8DC;
  color: #383838;
}
.p-archive__pager .prev,
.p-archive__pager .next {
  width: auto;
  border: none;
  display: inline-block;
  font-size: 0.75rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-archive__pager .prev,
  .p-archive__pager .next {
    font-size: 1rem;
    line-height: 2.1875;
    gap: 0.625rem;
  }
}
.p-archive__pager .prev:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 0.625rem;
  -webkit-mask: url(../images/common/arrow3.svg) no-repeat center center/100% 100%;
          mask: url(../images/common/arrow3.svg) no-repeat center center/100% 100%;
  background-color: #EDE8DC;
  scale: -1 1;
}
@media screen and (min-width: 768px) {
  .p-archive__pager .prev:before {
    width: 2.25rem;
    height: 0.75rem;
  }
}
.p-archive__pager .next:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 0.625rem;
  -webkit-mask: url(../images/common/arrow3.svg) no-repeat center center/100% 100%;
          mask: url(../images/common/arrow3.svg) no-repeat center center/100% 100%;
  background-color: #EDE8DC;
}
@media screen and (min-width: 768px) {
  .p-archive__pager .next:after {
    width: 2.25rem;
    height: 0.75rem;
  }
}
.p-archive__pager .current {
  background-color: #EDE8DC;
}
.p-archive__pager .dots {
  border: none;
}

.p-bread {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-bread {
    display: block;
    padding-top: 11.25rem;
  }
}
body.archive .p-bread {
  background-color: #2D2D2D;
}
@media screen and (min-width: 768px) {
  .p-bread .mark,
  .p-bread .title {
    font-size: 0.8125rem;
    line-height: 2.6923076923;
    letter-spacing: 0.1em;
    font-family: "Roboto", sans-serif;
  }
}
.p-bread .mark {
  color: rgba(56, 56, 56, .3);
}
.p-bread a {
  color: rgba(56, 56, 56, .3);
}

.p-bread .l-inner > .mark:has(+ .p-bread__item:last-child) {
  color: #383838;
}

.p-bread.--white .title {
  color: #EDE8DC;
}
.p-bread.--white a > .title {
  color: rgba(237, 232, 220, .3);
}
.p-bread.--white .mark {
  color: rgba(237, 232, 220, .3);
}

.p-bread.--white .l-inner > .mark:has(+ .p-bread__item:last-child) {
  color: #EDE8DC;
}

.p-business-card a {
  display: block;
  position: relative;
  height: 100%;
}

.p-business-card__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-business-card__img:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 247, 247, 0)), color-stop(30%, rgba(0, 0, 0, .3)), to(#000000));
  background: linear-gradient(180deg, rgba(255, 247, 247, 0) 0%, rgba(0, 0, 0, .3) 30%, #000000 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-business-card__img:after {
    height: 100%;
    background: transparent;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.p-business-card__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 315/405;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-business-card__img img {
    aspect-ratio: 310/400;
  }
}

.p-business-card__body {
  position: absolute;
  bottom: 1.25rem;
  left: 6.3492063492%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-business-card__body {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.p-business-card__time {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 2.6666666667;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  color: #EDE8DC;
  position: relative;
}
.p-business-card__time:after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1px;
  background-color: #EDE8DC;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-business-card__title {
  font-size: 1rem;
  line-height: 1.5625;
  letter-spacing: 0.015em;
  font-weight: 500;
  color: #EDE8DC;
  font-family: "Noto Serif JP", serif;
  margin-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .p-business-card a:hover .p-business-card__img:after {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .p-business-card a:hover .p-business-card__body {
    opacity: 1;
  }
}

.p-business {
  background-color: #2D2D2D;
  padding-top: 5.375rem;
  padding-bottom: 5.375rem;
}
@media screen and (min-width: 768px) {
  .p-business {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
  }
}

.p-business__item:nth-child(n+2) {
  margin-top: 5.375rem;
}
@media screen and (min-width: 768px) {
  .p-business__item:nth-child(n+2) {
    margin-top: 7.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-business__item .p-business__box {
    gap: 4.0625rem;
  }
}

.p-business__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-business__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 3.125rem;
    margin-top: 4.375rem;
  }
}

.p-business__body {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-business__body {
    display: block;
  }
}

.p-business__head {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-business__textWrap {
  margin-top: 3.125rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-business__textWrap {
    margin-top: 0;
  }
}
.p-business__textWrap .p-business__text + .p-business__text {
  margin-top: 0.7em;
}
@media screen and (min-width: 768px) {
  .p-business__textWrap .p-business__text + .p-business__text {
    margin-top: 2em;
  }
}
.p-business__textWrap .p-business__text .line {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #8E8E3A), to(#8E8E3A));
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #8E8E3A 50%, #8E8E3A 100%);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-business__textWrap .p-business__text .line {
    font-size: 1.125rem;
    line-height: 1.8333333333;
  }
}

.p-business__textWrap2 {
  margin-top: 2.5rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-business__textWrap2 {
    margin-top: 0;
  }
}
.p-business__textWrap2 .p-business__text + .p-business__text {
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-business__textWrap2 .p-business__text + .p-business__text {
    margin-top: 2em;
  }
}
.p-business__textWrap2 .p-business__text .line {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #8E8E3A), to(#8E8E3A));
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #8E8E3A 50%, #8E8E3A 100%);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-business__textWrap2 .p-business__text .line {
    font-size: 1.125rem;
    line-height: 1.8333333333;
  }
}

.p-business__text {
  font-size: 0.8125rem;
  line-height: 2.0769230769;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-business__text {
    font-size: 1rem;
    line-height: 1.875;
  }
}
.p-business__text .line {
  font-size: 0.8125rem;
  line-height: 2.0769230769;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-business__text .line {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    letter-spacing: 2px;
  }
}

.p-business__btn {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.p-business__cards {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-business__cards {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    grid-template-columns: repeat(2, 1fr);
    max-width: 40.625rem;
    margin-top: 0;
  }
}

.p-business__btn {
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-business__btn {
    text-align: left;
    margin-top: 4.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-business__img {
    max-width: 40.625rem;
  }
}

.p-comfirm {
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-comfirm {
    padding-top: 6.25rem;
  }
}

.p-comfirm__head {
  font-size: 0.9375rem;
  line-height: 2.6666666667;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-comfirm__head {
    font-size: 1.25rem;
    line-height: 2;
  }
}

.p-comfirm__btn {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-comfirm__btn {
    margin-top: 4.375rem;
  }
}

.p-company-message {
  margin-top: 4.375rem;
}

.p-company-message__item {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-company-message__item {
    display: grid;
    grid-template-columns: 15.625rem 1fr;
    gap: 0 3.125rem;
  }
}
.p-company-message__item:not(:last-child) {
  padding-bottom: 3.125rem;
  border-bottom: 1px dashed #383838;
}
@media screen and (min-width: 768px) {
  .p-company-message__item:not(:last-child) {
    padding-bottom: 2.1875rem;
  }
}
.p-company-message__item:nth-child(2) {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-company-message__item:nth-child(2) {
    margin-top: 2.1875rem;
  }
}

.p-company-message__head {
  padding: 1rem 1.0625rem 1.375rem;
  background-color: #383838;
}
@media screen and (min-width: 768px) {
  .p-company-message__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-company-message__headEn,
.p-company-message__headJa {
  color: #EDE8DC;
}

.p-company-message__headEn {
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (min-width: 768px) {
  .p-company-message__headEn {
    margin-top: auto;
    font-size: 1.375rem;
    line-height: 1.5909090909;
  }
}

.p-company-message__headJa {
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: 400;
}

.p-company-message__body {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-company-message__body {
    position: relative;
    margin-top: 0;
  }
}

.p-company-message__text {
  font-size: 0.8125rem;
  line-height: 2.0769230769;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-company-message__text {
    font-size: 1rem;
    line-height: 1.6875;
  }
}
.p-company-message__text p + p {
  margin-top: 0.625rem;
}
.p-company-message__text.--message p:last-child {
  margin-top: calc(2em + 1.25rem);
}
@media screen and (min-width: 768px) {
  .p-company-message__text.--message p:last-child {
    margin-top: calc(1.6em + 1.25rem);
  }
}
.p-company-message__text.--message p:nth-last-child(2) {
  margin-top: calc(2em + 1.25rem);
}
@media screen and (min-width: 768px) {
  .p-company-message__text.--message p:nth-last-child(2) {
    margin-top: calc(1.6em + 1.25rem);
  }
}

.p-company-message__sign {
  width: 10.8125rem;
}
@media screen and (min-width: 768px) {
  .p-company-message__sign {
    position: absolute;
    right: 0;
    bottom: -0.8125rem;
    width: 22rem;
    translate: 7.375rem 0;
  }
}

.p-company-message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-company-message__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-company-message__partner {
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-message__partner {
    width: 10.4375rem;
  }
}

.p-company-message__link.u-text {
  text-decoration: underline;
  letter-spacing: 1px;
}

.p-concept {
  position: relative;
  overflow: hidden;
  padding-top: 5.9375rem;
}
@media screen and (min-width: 768px) {
  .p-concept {
    padding-top: 8.125rem;
  }
}

.p-concept__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-concept__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 3.125rem;
  }
}

.p-concept__head {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-concept__body {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-concept__body {
    display: block;
    max-width: 37.1875rem;
  }
}

.p-concept__textWrap {
  margin-top: 3.125rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.p-concept__lead {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.3em;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .p-concept__lead {
    font-size: 1.25rem;
    line-height: 2;
  }
}

.p-concept__text {
  margin-top: 2.625rem;
  font-size: 0.8125rem;
  line-height: 2.0769230769;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-concept__text {
    font-size: 1rem;
    line-height: 2;
    margin-top: 5rem;
  }
}
.p-concept__text .lg {
  font-size: 1.4375rem;
  line-height: 1.7391304348;
  letter-spacing: 0.3em;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .p-concept__text .lg {
    font-size: 1.875rem;
    line-height: 1.3333333333;
  }
}
.p-concept__text .line {
  padding: 0.125rem 0.3125rem;
  color: #EDE8DC;
  background-color: #484848;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .p-concept__text .line {
    font-size: 1.125rem;
    line-height: 1.8333333333;
  }
}

.p-concept__img {
  margin-inline: calc(50% - 50vw);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-concept__img {
    margin-left: 0;
    margin-top: 0;
    width: 43.4375rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-concept__img img {
  width: 100%;
  aspect-ratio: 375/325;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-concept__img img {
    aspect-ratio: 694/601;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-contact__text {
  font-size: 0.8125rem;
  line-height: 2.0769230769;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    font-size: 1rem;
    line-height: 1.6875;
  }
}
.p-contact__text p + p {
  margin-top: 0.6em;
}

.p-contact__tel {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__tel {
    margin-top: 3.75rem;
  }
}
.p-contact__tel .text {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 2.6666666667;
  letter-spacing: 0.2em;
  font-weight: 500;
  border-bottom: 1px solid #383838;
}
@media screen and (min-width: 768px) {
  .p-contact__tel .text {
    font-size: 1rem;
    line-height: 2.5;
  }
}
.p-contact__tel .num {
  display: block;
  font-size: 1.875rem;
  line-height: 1.1666666667;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__tel .num {
    font-size: 2.5rem;
    line-height: 0.875;
  }
}
.p-contact__tel .time {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.9230769231;
  letter-spacing: 0.2em;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__tel .time {
    font-size: 1rem;
    line-height: 1.5625;
    margin-top: 1.25rem;
  }
}

.p-cta {
  padding-top: 4.0625rem;
  padding-bottom: 3.125rem;
  background: url(../images/common/bg_contactSp.jpg) no-repeat center center/cover;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-cta {
    background: url(../images/common/bg_contact.jpg) no-repeat center center/cover;
    padding-block: 5rem;
  }
}
.p-cta:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  top: 0;
  left: 0;
}

.p-cta__inner {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-cta__box {
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-top: 6.4375rem;
  }
}

.p-cta__text {
  margin-top: 1.875rem;
  font-size: 0.8125rem;
  line-height: 2.0769230769;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .p-cta__text {
    font-size: 1.125rem;
    line-height: 2.2222222222;
    margin-top: 0;
  }
}

.p-cta__btn {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-cta__btn {
    margin-top: 0;
  }
}

.p-detail-diagram {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-detail-diagram {
    margin-top: 6.125rem;
  }
}

.p-detail-diagram__group {
  position: relative;
}
.p-detail-diagram__group:nth-of-type(1):after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 3.125rem;
  background: url(../images/service/arrow_diagramSp.svg) no-repeat center center/100% 100%;
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  translate: -50% 100%;
}
@media screen and (min-width: 768px) {
  .p-detail-diagram__group:nth-of-type(1):after {
    width: 13.75rem;
    height: 6.375rem;
    background: url(../images/service/arrow_diagram.svg) no-repeat center center/100% 100%;
    right: 12.5rem;
    left: auto;
    left: initial;
    translate: 0 55%;
  }
}
.p-detail-diagram__group:nth-of-type(2) {
  margin-top: 4.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-detail-diagram__group:nth-of-type(2) {
    margin-top: 4.0625rem;
  }
}
.p-detail-diagram__group:nth-of-type(2):before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 3.125rem;
  background: url(../images/service/arrow_diagramSp.svg) no-repeat center center/100% 100%;
  position: absolute;
  top: -0.625rem;
  left: 50%;
  translate: -50% -100%;
  rotate: 180deg;
}
@media screen and (min-width: 768px) {
  .p-detail-diagram__group:nth-of-type(2):before {
    width: 13.75rem;
    height: 6.375rem;
    background: url(../images/service/arrow_diagram.svg) no-repeat center center/100% 100%;
    left: 12.5rem;
    translate: 0 -90%;
  }
}

.p-detail-diagram__title.u-text--title {
  padding: 0.625rem;
  background-color: #383838;
  text-align: center;
  color: #EDE8DC;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.6666666667;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-detail-diagram__title.u-text--title {
    font-size: 1.375rem;
    padding: 1.3125rem;
  }
}

.p-detail-diagram__bubbles {
  margin-top: 2.1875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 2.25rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-detail-diagram__bubbles {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-detail-diagram__bubble {
  display: grid;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-detail-diagram__bubble {
    gap: 2.375rem;
    margin-top: 2.1875rem;
  }
}
.p-detail-diagram__bubble:nth-child(1) {
  grid-column: 1;
}
@media screen and (min-width: 768px) {
  .p-detail-diagram__bubble:nth-child(1) {
    grid-column: initial;
  }
}
.p-detail-diagram__bubble:nth-child(2) {
  grid-column: 2;
}
@media screen and (min-width: 768px) {
  .p-detail-diagram__bubble:nth-child(2) {
    grid-column: initial;
  }
}
.p-detail-diagram__bubble:nth-child(3) {
  grid-column: 1/-1;
}
@media screen and (min-width: 768px) {
  .p-detail-diagram__bubble:nth-child(3) {
    grid-column: initial;
  }
}
.p-detail-diagram__bubble .u-text {
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 0.6875rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-detail-diagram__bubble .u-text {
    font-size: 1rem;
    font-weight: 700;
  }
}
.p-detail-diagram__bubble .u-text:before {
  content: "";
  display: block;
  width: 9.6875rem;
  height: 4.375rem;
  background: url(../images/service/bubblesSp.svg) no-repeat center center/100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  translate: -50% calc(-50% + 0.375rem);
}
@media screen and (min-width: 768px) {
  .p-detail-diagram__bubble .u-text:before {
    width: 22.4375rem;
    height: 5.625rem;
    background: url(../images/service/bubbles.svg) no-repeat center center/100% 100%;
    translate: -50% calc(-50% + 0.625rem);
  }
}

.p-detail-diagram__bubbleImg {
  width: 4.0625rem;
  height: auto;
  aspect-ratio: 1;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-detail-diagram__bubbleImg {
    width: 7.25rem;
  }
}

.p-detail-diagram__logo {
  width: 10.75rem;
  margin-inline: auto;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-detail-diagram__logo {
    margin-top: 1.25rem;
    width: 18.375rem;
  }
}

.p-detail-flow {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 1px dashed #383838;
}
@media screen and (min-width: 768px) {
  .p-detail-flow {
    padding-top: 0;
    margin-top: 3.125rem;
    border-top: none;
  }
}

.p-detail-flow__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.6875rem;
  max-width: 10.625rem;
  margin-inline: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-detail-flow__list {
    grid-template-columns: repeat(4, 1fr);
    max-width: none;
    max-width: initial;
    gap: 3.3125rem;
  }
}

.p-detail-flow__item {
  position: relative;
}
.p-detail-flow__item:not(:last-child):after {
  content: "";
  display: block;
  width: 1.5625rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../images/common/arrow4.svg) no-repeat center center/contain;
  position: absolute;
  bottom: -0.4375rem;
  left: 50%;
  translate: -50% 100%;
  rotate: 90deg;
}
@media screen and (min-width: 768px) {
  .p-detail-flow__item:not(:last-child):after {
    width: 1.875rem;
    bottom: auto;
    bottom: initial;
    left: auto;
    left: initial;
    top: 50%;
    right: -0.6875rem;
    translate: 100% -50%;
    rotate: 0deg;
  }
}

.p-detail-flow__head {
  display: block;
  font-size: 0.9375rem;
  line-height: 2.6666666667;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-detail-flow__head {
    font-size: 1.25rem;
    line-height: 2;
  }
}

.p-detail-flow__num {
  display: block;
  font-size: 0.9375rem;
  line-height: 2.3333333333;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-detail-flow__num {
    font-size: 1.125rem;
    line-height: 1.9444444444;
  }
}

.p-detail-flow__title {
  display: block;
  font-size: 0.9375rem;
  line-height: 2.6666666667;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-detail-flow__title {
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
}

.p-detail-flow__num {
  font-family: "Roboto", sans-serif;
}

.p-detail-reason {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-detail-reason {
    margin-top: 6.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-reason.--sm {
    margin-top: 3.125rem;
  }
}

.p-detail-reason__title {
  font-size: 0.9375rem;
  line-height: 2.6666666667;
  letter-spacing: 0.2em;
  font-weight: 500;
  padding-block: 0.1875rem;
  border-block: 1px solid #383838;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-detail-reason__title {
    font-size: 1.25rem;
    padding-block: 0.5rem;
  }
}
.p-detail-reason__title .lg {
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-detail-reason__title .lg {
    font-size: 1.875rem;
  }
}

.p-detail-reason__list {
  margin-top: 1.875rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #383838;
}
@media screen and (min-width: 768px) {
  .p-detail-reason__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.25rem;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-reason__list.--sm {
    border-bottom: none;
  }
}

@media screen and (min-width: 768px) {
  .p-detail-reason__item {
    padding-inline: 3.75rem;
    padding-bottom: 0.9375rem;
  }
}
.p-detail-reason__item:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-detail-reason__item:nth-child(n+2) {
    margin-top: 0;
  }
}
.p-detail-reason__item:not(:last-child) {
  padding-bottom: 2.5rem;
  border-bottom: 1px dashed #383838;
}
@media screen and (min-width: 768px) {
  .p-detail-reason__item:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-reason__item:nth-child(1), .p-detail-reason__item:nth-child(2) {
    position: relative;
    padding-bottom: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-reason__item:nth-child(1):before, .p-detail-reason__item:nth-child(2):before {
    content: "";
    display: block;
    width: 35.0625rem;
    height: 1px;
    background: #383838;
    position: absolute;
    bottom: 0;
    right: 1.875rem;
    translate: 0 0.4375rem;
  }
}
.p-detail-reason__item:nth-child(1):nth-child(2):before, .p-detail-reason__item:nth-child(2):nth-child(2):before {
  right: auto;
  right: initial;
  left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-detail-reason__item:nth-child(odd) {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-reason__item:nth-child(odd):after {
    content: "";
    display: block;
    width: 1px;
    height: 13.6875rem;
    background: #383838;
    position: absolute;
    top: 50%;
    right: 0;
    translate: 100% -50%;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-reason__item:nth-child(n+3) {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.p-detail-reason__num {
  display: block;
  font-size: 0.9375rem;
  line-height: 2.3333333333;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-detail-reason__num {
    font-size: 1.125rem;
    line-height: 1.9444444444;
  }
}

.p-detail-reason__titleSm {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 2.6666666667;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-detail-reason__titleSm {
    margin-top: 0.6875rem;
    font-size: 1.25rem;
    line-height: 2;
  }
}

.p-detail-reason__text {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  line-height: 2.0769230769;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-detail-reason__text {
    font-size: 1rem;
    line-height: 1.875;
    margin-top: 1.375rem;
  }
}

.p-detail-reason__textWrap {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-detail-reason__textWrap {
    margin-top: 1.375rem;
  }
}
.p-detail-reason__textWrap .p-detail-reason__text {
  margin-top: 0;
}

.p-detail-reason__link {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-detail-reason__link {
    text-align: left;
    margin-top: 1.875rem;
  }
}

.p-dev-terms {
  background-color: #2d2d2d;
  padding-block: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-dev-terms {
    padding-top: 7.5rem;
    padding-bottom: 0;
  }
}

.p-dev-terms__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-dev-terms__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-dev-terms__item:nth-child(n+7) {
  display: none;
}

.p-dev-term__more.c-btn2 {
  color: #EDE8DC;
  background-color: transparent;
  font-family: "Cormorant Garamond", serif;
  min-width: 10.625rem;
  margin-top: 1.125rem;
  padding-block: 0.5rem;
}
.p-dev-term__more.c-btn2:after {
  width: 2.5625rem;
  height: 0.75rem;
}

.p-dev-terms__btnWrap {
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-dev-terms__btnWrap {
    margin-top: 6.25rem;
  }
}

.p-dev-terms__btn {
  display: inline-block;
  border: 1px solid #EDE8DC;
  font-size: 0.8125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 2.1875;
  color: #EDE8DC;
  padding: 0.3125rem 1.875rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 11.875rem;
}
@media screen and (min-width: 768px) {
  .p-dev-terms__btn {
    min-width: 15.625rem;
    font-size: 1rem;
    padding: 0.75rem 4.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-dev-terms__btn:hover {
    opacity: 0.5;
    cursor: pointer;
  }
}

.p-footer {
  padding-bottom: 2.875rem;
  background-color: #EDE8DC;
  border-top: 1px solid #383838;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-bottom: 3.125rem;
  }
}

.p-footer__inner {
  padding-top: 3.125rem;
}

.p-footer__logo {
  width: 9.4375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 19.1875rem;
    margin-inline: 0;
  }
}

.p-footer__nav {
  margin-top: 3.125rem;
}

.p-footer__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 3.125rem 0.9375rem;
  padding-bottom: 3.4375rem;
  border-bottom: 1px solid #383838;
}
@media screen and (min-width: 768px) {
  .p-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: none;
  }
}

.p-footer__link {
  display: block;
  text-align: center;
}
.p-footer__linkTextEn {
  display: block;
  font-size: 1rem;
  line-height: 0.625;
  letter-spacing: 0.15em;
  font-weight: 500;
}

.p-footer__linkTextJa {
  display: block;
  font-size: 0.75rem;
  line-height: 1.08;
  text-align: center;
  margin-top: 0.5rem;
}

.p-footer__lower {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__lowerLinks {
  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;
}

.p-footer__lowerLink:not(:last-child) {
  position: relative;
}
.p-footer__lowerLink:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 0.9375rem;
  background-color: #383838;
  position: absolute;
  top: 50%;
  right: 0;
  translate: -100% -50%;
}
.p-footer__lowerLink:nth-child(2) .p-footer__lowerLinkText {
  padding-left: 0.9375rem;
}

.p-footer__lowerLinkText {
  display: block;
  font-size: 0.75rem;
  line-height: 0.8333333333;
  letter-spacing: 0.05em;
  padding-right: 0.9375rem;
}

.p-footer__copy {
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1.25rem;
}

.p-form {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-form {
    margin-top: 0;
    width: 50%;
  }
}

.p-form__head {
  font-size: 0.9375rem;
  line-height: 2.6666666667;
  letter-spacing: 0.02em;
  font-weight: 500;
  border-block: 1px solid #383838;
  padding-block: 0.3125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__head {
    padding-top: 0;
    padding-bottom: 1.25rem;
    border-top: none;
    font-size: 1.25rem;
    line-height: 2;
    text-align: left;
  }
}

.p-form__item:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-form__item:nth-child(n+2) {
    margin-top: 1.5625rem;
  }
}

.p-form__body {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-form__body {
    margin-top: 2.625rem;
  }
}

.p-form__title p {
  font-size: 0.8125rem;
  line-height: 3.0769230769;
  letter-spacing: 0.2em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__title p {
    font-size: 1rem;
    line-height: 2.5;
  }
}

.p-form__item.--file {
  padding-top: 2.1875rem;
  padding-bottom: 3.125rem;
  margin-top: 3.125rem;
  margin-bottom: 2rem;
  border-top: 1px dashed #383838;
  border-bottom: 1px solid #383838;
}
@media screen and (min-width: 768px) {
  .p-form__item.--file {
    margin-top: 2.4375rem;
    margin-bottom: 2.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-form__item.--file .p-form__title {
    margin-top: 0;
  }
}
.p-form__item.--file .p-form__title p {
  font-size: 0.9375rem;
  line-height: 2.6666666667;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-form__item.--file .p-form__content {
  width: 19.375rem;
  margin-inline: auto;
}
.p-form__item.--file .p-form__content input {
  min-height: 0;
  min-height: initial;
}

@media screen and (min-width: 768px) {
  .p-form__item.--accept {
    text-align: center;
  }
}

.p-form__label {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  text-align: center;
  padding: 0.3125rem 0.625rem;
  border: 1px solid;
  letter-spacing: 0;
}
.p-form__label.--required {
  color: #FF0606;
  border-color: #FF0606;
}
.p-form__label.--any {
  color: #383838;
  border-color: #383838;
}

.p-form__content input,
.p-form__content textarea {
  width: 100%;
  border: none;
  outline: none;
  background-color: #E0DBCF;
  border-radius: 0.1875rem;
  padding: 0.25rem 1.25rem;
  min-height: 3.125rem;
}
.p-form__content textarea {
  height: 12.5rem;
}

.p-form__item.--file .p-form__content input {
  background-color: transparent;
  padding: 0.4375rem 0;
}
@media screen and (min-width: 768px) {
  .p-form__item.--file .p-form__content input {
    padding: 0.25rem 0;
  }
}
.p-form__item.--file .p-form__title {
  margin-top: 0;
}

/* 1) 各入力を縦に整列（<br>が入っていても安定） */
.p-form__content .wpcf7-form-control-wrap {
  display: block;
}

/* 2) ファイル入力の見た目（右側の「選択されていません」の文字もこの色になる） */
/* 3) ボタン部分をデザイン（主要ブラウザ） */
.p-form__content input.wpcf7-file::file-selector-button {
  padding: 0 1.0625rem;
  border: 1px solid #383838;
  background: transparent;
  border-radius: 0.3125rem;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 1px;
  margin-right: 0.75rem;
  outline: none;
  color: #383838;
}
@media screen and (min-width: 768px) {
  .p-form__content input.wpcf7-file::file-selector-button {
    padding: 0 0.875rem;
    font-size: 1rem;
    line-height: 1.875;
  }
}

/* 4) 旧Safari用のフォールバック */
.p-form__content input.wpcf7-file::-webkit-file-upload-button {
  padding: 0 1.0625rem;
  border: 1px solid #383838;
  background: transparent;
  border-radius: 0.3125rem;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 1px;
  margin-right: 0.75rem;
  outline: none;
  color: #383838;
}
@media screen and (min-width: 768px) {
  .p-form__content input.wpcf7-file::-webkit-file-upload-button {
    padding: 0 0.875rem;
    font-size: 1rem;
    line-height: 1.875;
  }
}

/* 5) ちょっとしたUI強化（任意） */
.p-form__content input.wpcf7-file:hover::file-selector-button,
.p-form__content input.wpcf7-file:hover::-webkit-file-upload-button {
  background: rgba(0, 0, 0, .04);
}

.p-form__content input.wpcf7-file:focus-visible::file-selector-button,
.p-form__content input.wpcf7-file:focus-visible::-webkit-file-upload-button {
  outline: 1px solid #383838;
  outline-offset: 2px;
}

.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item label {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}

.wpcf7-list-item-label {
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label {
    font-size: 1rem;
    line-height: 1.875;
  }
}
.wpcf7-list-item-label a {
  text-decoration: underline;
}
.wpcf7-list-item-label span {
  color: #FF0606;
}

/* CF7の同意チェック：input自体の見た目だけ変更 */
.p-form__accept {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 1.5625rem;
  height: 1.5625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #383838;
  background: #ede8dc;
  display: inline-block;
  vertical-align: text-top;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  /* 念のためのフォールバック（appearanceが効かない環境） */
  accent-color: #383838;
}

/* チェック時：黒塗り＋白いチェック */
.p-form__accept:checked {
  border-color: #383838;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12l4 4L19 6' fill='none' stroke='%23383838' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* キーボード操作の見やすいフォーカス */
.p-form__accept:focus-visible {
  outline: 1px solid #383838;
  outline-offset: 2px;
}

/* 無効時 */
.p-form__accept:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.p-form__button {
  margin-top: 2.1875rem;
  text-align: center;
}
.p-form__button input {
  width: 100%;
  background-color: #383838;
  color: #EDE8DC;
  font-size: 1rem;
  line-height: 2.5;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.3125rem 1.25rem;
  text-align: center;
  border-radius: 0.3125rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-form__button input {
    max-width: 18.75rem;
    margin-inline: auto;
    cursor: pointer;
  }
}
.p-form__button:hover input {
  opacity: 0.5;
  cursor: pointer;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 0.6875rem;
  line-height: 3.6363636364;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #FF0606;
}
@media screen and (min-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: 0.75rem;
    line-height: 3.3333333333;
  }
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #FF0606;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 1rem;
    line-height: 2.5;
  }
}

.p-fv {
  position: relative;
  padding-top: 11.875rem;
}
@media screen and (min-width: 768px) {
  .p-fv {
    padding-top: 1.5625rem;
  }
}

.p-fv__inner {
  position: absolute;
  top: 4rem;
  left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-fv__inner {
    top: 9.3125rem;
    left: 8.064516129%;
  }
}

.p-fv__head {
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0.3em;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .p-fv__head {
    font-size: 1.875rem;
    line-height: 2;
  }
}

.p-fv__text {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #786C12;
  font-family: "Cormorant Garamond", serif;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-fv__text {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.p-gallery {
  padding-block: 3.125rem;
  background-color: #2D2D2D;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-gallery {
    padding-block: 6.25rem;
  }
}

.p-gallery__inner {
  position: relative;
}

.p-gallery__head {
  font-size: 1.5625rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #EDE8DC;
  font-family: "Cormorant Garamond", serif;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  position: absolute;
  top: -1.6875rem;
  left: 0.9375rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-gallery__head {
    font-size: 2.5rem;
    line-height: 0.875;
    top: -1.875rem;
    left: 0;
  }
}

.p-gallery__slideWrap {
  margin-right: calc(50% - 50vw);
}

.p-gallery__slideItem.u-vertical {
  width: 17.5rem;
}

.p-gallery__slideItem.u-horizontal {
  width: 36.5rem;
}

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

.p-gallery__slideItem.u-vertical .p-gallery__img {
  aspect-ratio: 280/390;
}

.p-gallery__slideItem.u-horizontal .p-gallery__img {
  aspect-ratio: 584/389;
}

.p-header {
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EDE8DC;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (min-width: 1024px) {
  .p-header {
    height: 5.625rem;
  }
}

.p-header__inner {
  height: inherit;
}
@media screen and (min-width: 1024px) {
  .p-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 998;
  background-color: #EDE8DC;
  height: inherit;
}

.p-header__logo {
  display: block;
  width: 5.25rem;
}
@media screen and (min-width: 1024px) {
  .p-header__logo {
    width: 10rem;
  }
}

.p-header__open {
  width: 2.5rem;
  height: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .p-header__open {
    display: none;
  }
}
.p-header__open span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #383838;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-header__open.is-active span:nth-child(1) {
  -webkit-transform: translateY(0.4375rem) rotate(15deg);
          transform: translateY(0.4375rem) rotate(15deg);
}
.p-header__open.is-active span:nth-child(2) {
  -webkit-transform: translateY(-0.4375rem) rotate(-15deg);
          transform: translateY(-0.4375rem) rotate(-15deg);
}

.p-header__drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EDE8DC;
  z-index: 997;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 5.9375rem;
  padding-bottom: 2.9375rem;
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-header__drawer {
    display: contents;
    height: inherit;
    position: static;
  }
}

.p-header__drawerInner {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 768px) {
  .p-header__drawerInner {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    display: contents;
    height: inherit;
  }
}

.p-header__drawer.is-active .p-header__drawerInner {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-header__nav {
  width: 100%;
  margin-inline: auto;
  opacity: 0;
  -webkit-transform: translateX(1em);
          transform: translateX(1em);
  -webkit-transition: opacity 1s 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 1s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 1s 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 1024px) {
  .p-header__nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    margin-left: auto;
    height: inherit;
  }
}

.p-header__drawer.is-active .p-header__nav {
  opacity: 1;
  translate: -0.9375rem 0;
}

.p-header__list {
  padding-inline: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    height: inherit;
  }
}

@media screen and (min-width: 1024px) {
  .p-header__item {
    border-bottom: none;
    height: inherit;
  }
}
.p-header__item:has(.p-header__subMenu) .p-header__linkTextWrap {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-header__item:has(.p-header__subMenu) .p-header__linkTextWrap:after {
    content: "";
    display: block;
    width: 4.0625rem;
    height: 1px;
    background-color: #383838;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
  }
}
.p-header__item:nth-child(n+2) {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-header__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-header__link {
  display: block;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #383838;
}
@media screen and (min-width: 1024px) {
  .p-header__link {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
    height: inherit;
  }
}

.p-header__linkTextWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-header__linkTextWrap {
    display: block;
    overflow: hidden;
    min-width: 7.5rem;
  }
}
.p-header__linkTextWrap:after {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 0.625rem;
  background: url(../images/common/arrow1.svg) no-repeat center center/contain;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .p-header__linkTextWrap:after {
    content: none;
  }
}

.p-header__item.--lg span.p-header__linkTextWrap:after {
  content: none;
}
@media screen and (min-width: 768px) {
  .p-header__item.--lg span.p-header__linkTextWrap:after {
    content: "";
  }
}

.p-header__linkTextEn,
.p-header__linkTextJa {
  display: block;
  font-size: 0.75rem;
  line-height: 2.5;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-header__linkTextEn,
  .p-header__linkTextJa {
    font-size: 0.875rem;
    line-height: 2.1428571429;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.p-header__linkTextEn {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-header__linkTextEn {
    letter-spacing: 0.15em;
  }
}

.p-header__linkTextJa {
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-header__linkTextJa {
    color: #786C12;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__linkTextJa {
    white-space: nowrap;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    translate: 0 100%;
  }
}

@media screen and (any-hover: hover) and (min-width: 1024px) {
  .p-header__link:hover {
    opacity: 1;
  }
}
@media screen and (any-hover: hover) and (min-width: 1024px) {
  .p-header__link:hover .p-header__linkTextEn {
    translate: 0 -100%;
  }
}
@media screen and (any-hover: hover) and (min-width: 1024px) {
  .p-header__link:hover .p-header__linkTextJa {
    translate: 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__subMenu {
    position: absolute;
    width: 133.3333333333%;
    bottom: 0;
    left: 0;
    translate: -18.0555555556% 100%;
    background-color: rgba(237, 232, 220, .8);
    z-index: 999;
    display: none;
    padding-block: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__subMenu .p-header__listSm {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 9.375rem;
    max-width: 64.6875rem;
    margin: 0 auto;
  }
}
.p-header__subMenu .p-header__itemSm {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-header__subMenu .p-header__itemSm {
    margin-top: 0;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__subMenu .p-header__itemSm .p-header__linkTextWrap {
    padding-top: 0.625rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__subMenu .p-header__itemSm .p-header__linkTextWrap {
    border-bottom: none;
  }
}
.p-header__subMenu .p-header__link {
  padding-left: 1.875rem;
  border-bottom: 1px dashed #383838;
}
@media screen and (min-width: 1024px) {
  .p-header__subMenu .p-header__link {
    padding-left: 0;
    position: relative;
    display: block;
    padding-inline: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__subMenu .p-header__linkTextWrap2 {
    padding-top: 0.625rem;
    position: relative;
    overflow: visible;
    overflow: initial;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__subMenu .p-header__linkTextWrap2:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #786C12;
    position: absolute;
    top: 0;
    left: -1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__subMenu .p-header__linkTextWrap2:after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 0.9375rem);
    background-color: #786C12;
    position: absolute;
    top: -0.9375rem;
    left: -0.9375rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__subMenu .p-header__linkTextWrap2 .p-header__linkTextWrap:after {
    content: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__subMenu .p-header__linkTextEn,
  .p-header__subMenu .p-header__linkTextJa {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__subMenu .p-header__linkTextEn {
    font-size: 1.5625rem;
    line-height: 1.4;
    letter-spacing: 0.015em;
    font-weight: 500;
    color: #786C12;
    font-family: "Cormorant Garamond", serif;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__subMenu .p-header__linkTextJa {
    font-size: 0.9375rem;
    line-height: 1.6666666667;
    letter-spacing: 0.03em;
    color: #786C12;
    position: static;
    translate: 0 0;
  }
}
@media screen and (any-hover: hover) and (min-width: 1024px) {
  .p-header__subMenu .p-header__link:hover .p-header__linkTextWrap2:before, .p-header__subMenu .p-header__link:hover .p-header__linkTextWrap2:after {
    background-color: rgba(120, 108, 18, .5);
  }
}
@media (any-hover: hover) {
  .p-header__subMenu .p-header__link:hover .p-header__linkTextEn,
  .p-header__subMenu .p-header__link:hover .p-header__linkTextJa {
    opacity: 0.5;
    translate: 0 0;
  }
}

.p-info__list {
  border-block: 1px solid #383838;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-info__list {
    border: none;
    display: grid;
    grid-template-columns: 18.75rem 1fr;
  }
}

.p-info__title,
.p-info__content,
.p-info__content ul li {
  font-size: 0.8125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-info__title,
  .p-info__content,
  .p-info__content ul li {
    font-size: 1rem;
    text-align: left;
  }
}

.p-info__title {
  line-height: 3.0769230769;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-info__title {
    line-height: 1.3;
    padding-block: 1.5625rem;
    position: relative;
    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;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-info__title:after {
    content: "";
    display: block;
    width: 1px;
    height: 1.875rem;
    background-color: #383838;
    position: absolute;
    top: 50%;
    right: 0;
    translate: 100% -50%;
  }
}
@media screen and (min-width: 768px) {
  .p-info__title:not(:last-of-type) {
    border-bottom: 1px solid #383838;
  }
}

.p-info__content {
  line-height: 1.3;
  letter-spacing: 1px;
  padding-block: 1.0625rem;
  border-top: 1px dashed #383838;
}
@media screen and (min-width: 768px) {
  .p-info__content {
    margin-top: 0;
    padding: 1.5625rem 5.625rem;
    border-top: none;
  }
}
.p-info__content:not(:last-of-type) {
  border-bottom: 1px solid #383838;
}
.p-info__content a {
  text-decoration: underline;
}

.p-info__attention {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-info__attention {
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}

.p-lower-head {
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-lower-head {
    padding-top: 3.125rem;
  }
}

.p-lower-head__body {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-lower-head__body {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-lower-head__body.--project {
    margin-top: 7.5rem;
  }
}

.p-lower-head__titleSub {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.3em;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .p-lower-head__titleSub {
    font-size: 1.25rem;
    line-height: 2;
  }
}

.p-lower-head__text {
  margin-top: 1.875rem;
  font-size: 0.8125rem;
  line-height: 2.0769230769;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-lower-head__text {
    margin-top: 3.125rem;
    font-size: 1rem;
    line-height: 1.875;
  }
}

body.archive .p-lower-head {
  background-color: #2D2D2D;
}

.p-main {
  padding-bottom: 4.375rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-main {
    padding-bottom: 7.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-main.--top {
    margin-top: 6.25rem;
  }
}
.p-main.--page {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-main.--page {
    margin-top: 0;
  }
}
.p-main.--contact {
  padding-bottom: 0;
}
.p-main.--privacy {
  padding-bottom: 0;
}

.p-news {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-news {
    padding-top: 6.25rem;
  }
}

.p-news__head {
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #786C12;
  font-family: "EB Garamond", serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news__head {
    font-size: 1.875rem;
    line-height: 1.1666666667;
  }
}

@media screen and (min-width: 768px) {
  .p-news__inner.l-inner {
    max-width: 64.375rem;
  }
}

.p-news__wrap {
  margin-top: 0.9375rem;
  border-block: 1px solid #383838;
}
@media screen and (min-width: 768px) {
  .p-news__wrap {
    margin-top: 1.5625rem;
  }
}

.p-news__link {
  display: grid;
  grid-template-columns: 1fr;
  padding-block: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news__link {
    grid-template-columns: 12.5rem 1fr;
  }
}

.p-news__time {
  font-size: 0.8125rem;
  line-height: 2.6923076923;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-news__time {
    font-size: 1.125rem;
    line-height: 1.9444444444;
    position: relative;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-news__time:after {
    content: "";
    display: block;
    width: 1px;
    height: 2.5rem;
    background-color: #383838;
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
  }
}

.p-news__title {
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-news__title {
    font-size: 1.125rem;
    line-height: 2.2222222222;
    padding-inline: 1.875rem;
  }
}

.p-outline {
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-outline {
    padding-bottom: 0;
  }
}

.p-outiline__headEn {
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (min-width: 768px) {
  .p-outiline__headEn {
    font-size: 1.375rem;
    line-height: 1.5909090909;
  }
}

.p-outiline__headJa {
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: 400;
}

.p-outline__list {
  border-block: 1px solid #383838;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-outline__list {
    display: grid;
    grid-template-columns: 18.75rem 1fr;
    border-bottom: none;
    margin-top: 2.5rem;
  }
}

.p-outline__title,
.p-outline__content,
.p-outline__content ul li {
  font-size: 0.8125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-outline__title,
  .p-outline__content,
  .p-outline__content ul li {
    font-size: 1rem;
    text-align: left;
  }
}

.p-outline__title {
  line-height: 3.0769230769;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-outline__title {
    line-height: 2.5;
    position: relative;
    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;
    height: 100%;
    padding-block: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-outline__title:after {
    content: "";
    display: block;
    width: 1px;
    height: 1.875rem;
    background-color: #383838;
    position: absolute;
    top: 50%;
    right: 0;
    translate: 100% -50%;
  }
}
@media screen and (min-width: 768px) {
  .p-outline__title:not(:last-of-type) {
    border-bottom: 1px solid #383838;
  }
}

.p-outline__content {
  line-height: 1.3;
  letter-spacing: 1px;
  padding-block: 1.0625rem;
  border-top: 1px dashed #383838;
}
@media screen and (min-width: 768px) {
  .p-outline__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem;
    line-height: 0.625;
    padding: 1.5625rem 5.625rem;
    border-top: none;
  }
}
.p-outline__content:not(:last-of-type) {
  border-bottom: 1px solid #383838;
}
.p-outline__content a {
  text-decoration: underline;
}
.p-outline__content li {
  line-height: 0.7692307692;
}
@media screen and (min-width: 768px) {
  .p-outline__content li {
    line-height: 1.25;
  }
}
.p-outline__content li + li {
  margin-top: 0.625rem;
}

.p-outline__listWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-outline__listWrap ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-outline__listWrap li {
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-outline__listWrap li {
    line-height: 1.25;
  }
}
.p-outline__listWrap li + li {
  margin-top: 0;
}
.p-outline__listWrap li:not(:last-child) {
  position: relative;
}
.p-outline__listWrap li:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin-inline: 0.3125rem;
}

.p-outline__map {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-outline__map {
    margin-top: 0;
  }
}
.p-outline__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 315/183;
}
@media screen and (min-width: 768px) {
  .p-outline__map iframe {
    aspect-ratio: 1239/699;
  }
}

.p-pdf {
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-pdf {
    padding-bottom: 0;
  }
}

.p-pdf__list {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
}
@media screen and (min-width: 768px) {
  .p-pdf__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1.25rem;
    border-bottom: none;
  }
}

.p-pdf__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-pdf__item:before {
    content: "";
    display: block;
    width: calc(100% - 0.625rem);
    height: 1px;
    background: #383838;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
  }
}
.p-pdf__item:not(:last-child) {
  border-bottom: 1px dashed #383838;
}
@media screen and (min-width: 768px) {
  .p-pdf__item:not(:last-child) {
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .p-pdf__item:nth-child(odd):after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 2.5rem);
    background: #383838;
    position: absolute;
    top: 50%;
    right: -0.625rem;
    translate: 0 -50%;
  }
}
.p-pdf__item a {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding-block: 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.7;
  letter-spacing: 1px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-pdf__item a {
    gap: 1.25rem;
    padding: 1.875rem 3.125rem 1.875rem 6.25rem;
    font-size: 1.25rem;
  }
}
.p-pdf__item a:before {
  content: "";
  display: block;
  width: 3.125rem;
  aspect-ratio: 1;
  background: url(../images/pdf/pdf.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-pdf__item a:before {
    width: 4.375rem;
  }
}

.p-post-gallery.--project {
  padding-top: 3.75rem;
  background-color: #2D2D2D;
}
@media screen and (min-width: 768px) {
  .p-post-gallery.--project {
    padding-top: 4.375rem;
  }
}

.p-post-gallery__slideWrap {
  margin-right: calc(50% - 50vw);
}
.p-post-gallery__slideWrap.--slide-stop {
  margin-right: 0;
}
.p-post-gallery__slideWrap.--slide-stop .splide {
  visibility: visible;
}
.p-post-gallery__slideWrap.--slide-stop .splide__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
}

.p-post-gallery__slideItem.u-horizontal {
  width: 31.5rem;
}
@media screen and (min-width: 768px) {
  .p-post-gallery__slideItem.u-horizontal {
    width: 50rem;
  }
}

.p-post-gallery__slideItem.u-vertical {
  width: 15.3125rem;
}
@media screen and (min-width: 768px) {
  .p-post-gallery__slideItem.u-vertical {
    width: 25rem;
  }
}

.p-post-gallery__slideItem.--noimg {
  width: 15.3125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-post-gallery__slideItem.--noimg {
    width: 25rem;
  }
}

.p-post-gallery__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-post-gallery__slideItem.u-vertical .p-post-gallery__img {
  aspect-ratio: 245/315;
}
@media screen and (min-width: 768px) {
  .p-post-gallery__slideItem.u-vertical .p-post-gallery__img {
    aspect-ratio: 400/500;
  }
}

.p-post-gallery__slideItem.u-horizontal .p-post-gallery__img {
  aspect-ratio: 504/315;
}
@media screen and (min-width: 768px) {
  .p-post-gallery__slideItem.u-horizontal .p-post-gallery__img {
    aspect-ratio: 800/500;
  }
}

.p-post-info {
  background-color: #2d2d2d;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-post-info {
    padding-top: 4.375rem;
  }
}

.p-post_inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-post_inner {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-post-info__list {
  border-block: 1px solid #EDE8DC;
}
@media screen and (min-width: 768px) {
  .p-post-info__list {
    display: grid;
    grid-template-columns: 12.5rem 1fr;
    margin-top: 0;
  }
}

.p-post-info__title,
.p-post-info__content,
.p-post-info__content ul li {
  font-size: 0.8125rem;
  line-height: 3.0769230769;
  color: #EDE8DC;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-post-info__title,
  .p-post-info__content,
  .p-post-info__content ul li {
    font-size: 1rem;
    text-align: left;
  }
}

.p-post-info__title {
  letter-spacing: 0.02em;
  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;
  padding-block: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-post-info__title {
    padding-block: 0.3125rem;
    position: relative;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-post-info__title:after {
    content: "";
    display: block;
    width: 1px;
    height: 1.875rem;
    background-color: #EDE8DC;
    position: absolute;
    top: 50%;
    right: 0;
    translate: 100% -50%;
  }
}
@media screen and (min-width: 768px) {
  .p-post-info__title:not(:last-of-type) {
    border-bottom: 1px solid #EDE8DC;
  }
}

.p-post-info__content {
  line-height: 1.2;
  letter-spacing: 1px;
  padding-block: 0.875rem;
  border-top: 1px dashed #EDE8DC;
  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;
}
@media screen and (min-width: 768px) {
  .p-post-info__content {
    margin-top: 0;
    padding: 0.75rem 3.75rem;
    border-top: none;
  }
}
.p-post-info__content:not(:last-of-type) {
  border-bottom: 1px solid #EDE8DC;
}
.p-post-info__content a {
  text-decoration: underline;
}

.p-post-info__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 315/183;
}
@media screen and (min-width: 768px) {
  .p-post-info__map iframe {
    aspect-ratio: 605/351;
  }
}

.p-post__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 315/255;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-post__img img {
    aspect-ratio: 800/500;
  }
}

.p-post__content {
  margin-top: 1.875rem;
  line-height: 1.8666666667;
}
@media screen and (min-width: 768px) {
  .p-post__content {
    margin-top: 3.125rem;
    line-height: 2;
  }
}

main.--privacy .c-head1__en {
  white-space: nowrap;
}

.p-privacy {
  font-size: 0.8125rem;
  line-height: 1.7;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-privacy {
    font-size: 1rem;
  }
}
.p-privacy h2 {
  font-size: 0.8125rem;
  line-height: 1.7;
  letter-spacing: 1px;
  margin-top: calc(1.7em + 1.25rem);
}
@media screen and (min-width: 768px) {
  .p-privacy h2 {
    font-size: 1rem;
  }
}
.p-privacy dt {
  font-weight: 700;
}
.p-privacy p {
  margin-top: 0.625rem;
}
.p-privacy p + p {
  margin-top: 3em;
}
.p-privacy ul {
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 1em;
}
.p-privacy a {
  text-decoration: underline;
}

.p-reason__list {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-reason__list {
    margin-top: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-reason__item.c-card:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-reason__item.c-card:nth-child(even) .c-card__img:before {
  right: auto;
  left: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.p-reason__item.c-card:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-reason__item.c-card:nth-child(n+2) {
    margin-top: 3.125rem;
  }
}

.p-service-detail {
  position: relative;
  overflow: hidden;
}

.p-service-detail__item {
  padding-top: 4.375rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-service-detail__item {
    padding-bottom: 4.375rem;
  }
}
.p-service-detail__item:first-child {
  padding-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-service-detail__item:first-child {
    padding-top: 7.5rem;
  }
}
.p-service-detail__item:last-child {
  padding-bottom: 0;
}

.p-service-detail__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-service-detail__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 4.0322580645%;
  }
}

.p-service-detail__item:nth-child(3) .p-service-detail__head {
  border-bottom: 1px solid #383838;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-service-detail__item:nth-child(3) .p-service-detail__head {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.p-service-detail__body {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-service-detail__body {
    max-width: 59.6774193548%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-service-detail__titleWrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-service-detail__titleWrap {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    padding-block: 1.25rem;
    display: grid;
    grid-template-columns: auto 1fr;
    border-block: 1px solid #383838;
  }
}

.p-service-detail__num {
  display: block;
  font-size: 0.9375rem;
  line-height: 2.3333333333;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: "EB Garamond", serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service-detail__num {
    font-size: 1.125rem;
    line-height: 1.9444444444;
    padding-inline: 2.3125rem;
    border-right: 1px solid #383838;
  }
}

.p-service-detail__title {
  font-size: 0.9375rem;
  line-height: 2.6666666667;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding-block: 0.3125rem;
  border-block: 1px solid #383838;
}
@media screen and (min-width: 768px) {
  .p-service-detail__title {
    font-size: 1.25rem;
    line-height: 2;
    border-block: none;
    padding-block: 0;
  }
}

.p-service-detail__img {
  position: relative;
  margin-inline: calc(50% - 50vw);
  margin-top: 3.125rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  aspect-ratio: 375/325;
}
@media screen and (min-width: 768px) {
  .p-service-detail__img {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-right: 0;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    aspect-ratio: 550/640;
  }
}
@media screen and (min-width: 1441px) {
  .p-service-detail__img {
    margin-right: 0;
    margin-left: -6.25rem;
  }
}
.p-service-detail__img:before {
  content: "";
  display: block;
  width: 3.75rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #EDE8DC;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  rotate: -90deg;
}
@media screen and (min-width: 768px) {
  .p-service-detail__img:before {
    left: auto;
    left: initial;
    right: -1px;
    width: 5.625rem;
    rotate: 0deg;
  }
}
.p-service-detail__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 375/325;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-service-detail__img img {
    aspect-ratio: 550/640;
  }
}
@media screen and (min-width: 1024px) {
  .p-service-detail__img img {
    aspect-ratio: 550/640;
  }
}

.p-service-detail__text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 1.875rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-service-detail__text {
    margin-top: 3.125rem;
    padding-bottom: 3.125rem;
    border-bottom: 1px solid #383838;
  }
}
.p-service-detail__text p {
  font-size: 0.8125rem;
  line-height: 2.0769230769;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-service-detail__text p {
    font-size: 1rem;
    line-height: 1.875;
  }
}
.p-service-detail__text p + p {
  margin-top: calc(2em + 1.25rem);
}

.p-service-detail__btn {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service-detail__btn {
    margin-top: 4.375rem;
  }
}

.p-service-detail__item.--2 {
  background-color: #383838;
  color: #EDE8DC;
}
@media screen and (min-width: 768px) {
  .p-service-detail__item.--2 .p-service-detail__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-service-detail__item.--2 .p-service-detail__num {
  border-color: #EDE8DC;
}
@media screen and (min-width: 768px) {
  .p-service-detail__item.--2 .p-service-detail__img {
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
}
@media screen and (min-width: 1441px) {
  .p-service-detail__item.--2 .p-service-detail__img {
    margin-left: 0;
    margin-right: -6.25rem;
  }
}
.p-service-detail__item.--2 .p-service-detail__img:before {
  background-color: #383838;
}
@media screen and (min-width: 768px) {
  .p-service-detail__item.--2 .p-service-detail__img:before {
    right: auto;
    right: initial;
    left: -1px;
    rotate: -90deg;
  }
}
.p-service-detail__item.--2 .p-service-detail__titleWrap {
  border-color: #EDE8DC;
}
.p-service-detail__item.--2 .p-service-detail__title {
  border-color: #EDE8DC;
}
.p-service-detail__item.--2 .p-service-detail__text {
  border-color: #EDE8DC;
}
.p-service-detail__item.--2 .p-detail-reason__list {
  border-color: #EDE8DC;
}
.p-service-detail__item.--2 .p-detail-reason__item:not(:last-child) {
  border-color: #EDE8DC;
}
.p-service-detail__item.--2 .p-detail-reason__item:before,
.p-service-detail__item.--2 .p-detail-reason__item:after {
  background-color: #EDE8DC;
}
.p-service-detail__item.--2 .p-detail-reason__title {
  border-color: #EDE8DC;
}
@media screen and (min-width: 768px) {
  .p-service-detail__item.--2 .p-service-detail__btn {
    margin-top: 2.5rem;
  }
}

.p-service__list {
  margin-top: 2.5rem;
  border-bottom: 1px solid #383838;
}
@media screen and (min-width: 768px) {
  .p-service__list {
    border-bottom: none;
    margin-top: 3.75rem;
  }
}

.p-service__item:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-service__item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}
.p-service__item:last-child .c-card3__body {
  border-bottom: none;
}

.p-term-cloud {
  background-color: #2D2D2D;
  padding-bottom: 4.375rem;
  padding-top: 5.375rem;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-term-cloud {
    margin-top: 7.5rem;
  }
}

.p-term-cloud__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-term-cloud__terms {
    display: block;
  }
}
.p-term-cloud__terms .p-term-cloud__btn {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.p-term-cloud__headWrap {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-term-cloud__headWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-term-cloud__list {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-term-cloud__list {
    margin-top: 3.75rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem 1.6875rem;
  }
}
.p-term-cloud__list.--area {
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-term-cloud__list.--area {
    grid-template-columns: repeat(8, 1fr);
    gap: 1.25rem 1.25rem;
  }
}

.p-term-cloud__item a {
  display: inline-block;
  min-width: 19.6875rem;
  padding: 0.9375rem;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  letter-spacing: 0.01em;
  font-family: "Noto Serif JP", serif;
  color: #EDE8DC;
  border: 1px solid transparent;
}
@media screen and (min-width: 768px) {
  .p-term-cloud__item a {
    min-width: 24.6875rem;
    padding: 1.5rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-term-cloud__item a:hover {
    border: 1px solid #EDE8DC;
    opacity: 1;
  }
}
.p-term-cloud__item.--sm a {
  min-width: 6rem;
  padding: 0.9375rem 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-term-cloud__item.--sm a {
    min-width: 8.125rem;
    width: 100%;
    padding: 1.1875rem 0.625rem;
  }
}

.p-term__btnWrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  gap: 5.5rem;
}
@media screen and (min-width: 768px) {
  .p-term__btnWrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-term__btnWrap {
  margin-top: 3.125rem;
}

.p-term-cloud__head {
  position: relative;
  padding-top: 0.5625rem;
  padding-left: 1rem;
  width: 15.3125rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-term-cloud__head {
    width: 41.6666666667vw;
    max-width: 37.5rem;
    padding-top: 0.5625rem;
    padding-left: 0.9375rem;
  }
}
.p-term-cloud__head:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #EDE8DC;
  position: absolute;
  top: 0;
  left: -1rem;
}
.p-term-cloud__head:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 0.875rem);
  background-color: #EDE8DC;
  position: absolute;
  top: -0.875rem;
  left: 0;
}

.p-term-cloud__headEn {
  font-size: 1.5625rem;
  line-height: 1.4;
  letter-spacing: 0.15em;
  font-weight: 500;
  color: #EDE8DC;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .p-term-cloud__headEn {
    font-size: 1.5625rem;
    line-height: 1.4;
  }
}

.p-term-cloud__headJa {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.3em;
  font-weight: 400;
  color: #EDE8DC;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-term-cloud__headJa {
    font-size: 0.9375rem;
  }
}

.p-term__btnWrap {
  margin-top: 5.625rem;
}

.p-term-cloud__btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-term-cloud__btn {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .p-term-cloud__btn:nth-child(n+2) {
    margin-top: 0;
  }
}
.p-term-cloud__btn .c-btn2 {
  margin-top: 3.125rem;
}

.p-term-post__content {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-term-post__content {
    margin-top: 4.375rem;
  }
}

.p-post-gallery__mainImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 315/255;
}
@media screen and (min-width: 768px) {
  .p-post-gallery__mainImg img {
    aspect-ratio: 800/500;
  }
}

.p-post-gallery__nav {
  margin-top: 1.25rem;
  margin-right: calc(50% - 50vw);
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .p-post-gallery__nav {
    overflow-x: hidden;
    margin-right: 0;
    margin-top: 2.1875rem;
  }
}

.p-post-gallery__thumb .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-post-gallery__thumb .splide__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1%;
  }
}
.p-post-gallery__thumb .splide__slide.p-post-gallery__thumbSlide {
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-post-gallery__thumb .splide__slide.p-post-gallery__thumbSlide {
    width: 9%;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-post-gallery__thumb .splide__slide.p-post-gallery__thumbSlide:nth-child(n+11) {
    margin-top: 1%;
  }
}
.p-post-gallery__thumb .splide__track--nav > .splide__list > .splide__slide {
  border: none;
}
.p-post-gallery__thumb .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none;
}

.p-post-gallery__thumbImg {
  width: 100%;
  height: 100%;
}
.p-post-gallery__thumbImg img {
  width: 100%;
  height: 100%;
  aspect-ratio: 100/70;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-post-gallery__thumbImg img {
    aspect-ratio: 238/165;
  }
}

.p-term-post__content p {
  font-size: 0.8125rem;
  line-height: 2.0769230769;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-term-post__content p {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-term-post__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-term-post__pager {
    gap: 1.25rem;
    margin-top: 4.375rem;
  }
}

.p-term-post__pagi {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-term-post__pagi {
    gap: 0.625rem;
  }
}
.p-term-post__pagi.--back:before {
  content: "";
  display: block;
  width: 2.25rem;
  height: 0.75rem;
  -webkit-mask: url(../images/common/arrow3.svg) no-repeat center center/100% 100%;
          mask: url(../images/common/arrow3.svg) no-repeat center center/100% 100%;
  background-color: #383838;
  scale: -1 1;
}
@media screen and (min-width: 768px) {
  .p-term-post__pagi.--back:before {
    width: 2.5625rem;
  }
}
.p-term-post__pagi.--next:after {
  content: "";
  display: block;
  width: 2.25rem;
  height: 0.75rem;
  -webkit-mask: url(../images/common/arrow3.svg) no-repeat center center/100% 100%;
          mask: url(../images/common/arrow3.svg) no-repeat center center/100% 100%;
  background-color: #383838;
}
@media screen and (min-width: 768px) {
  .p-term-post__pagi.--next:after {
    width: 2.5625rem;
  }
}

.p-term-posts {
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-term-posts {
    padding-top: 7.5rem;
  }
}
.p-term-posts.--projects {
  background-color: #2D2D2D;
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-term-posts.--projects {
    padding-bottom: 0;
  }
}

.p-terms-posts__head {
  display: block;
  font-size: 0.8125rem;
  line-height: 2.3076923077;
  letter-spacing: 0.2em;
  border-top: 1px solid #383838;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-terms-posts__head {
    font-size: 1.125rem;
    line-height: 0.5555555556;
    padding-top: 1.5rem;
  }
}
.p-terms-posts__head.--white {
  color: #EDE8DC;
  border-top: 1px solid #EDE8DC;
}

.p-terms-posts__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.125rem;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-terms-posts__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125rem 1.875rem;
    margin-top: 3.4375rem;
  }
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.u-white {
  color: #EDE8DC;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-text {
  font-size: 0.8125rem;
  line-height: 2.0769230769;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .u-text {
    font-size: 1rem;
    line-height: 1.875;
  }
}
.u-text--title {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.3em;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .u-text--title {
    font-size: 1.25rem;
    line-height: 2;
  }
}
/*# sourceMappingURL=styles.css.map */
