@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Serif JP", serif;
}

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

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

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

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
  color: #282726;
}

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

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1066px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

body {
  background: #F5F3F1;
  color: #282726;
}

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

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

.header {
  max-width: 1920px;
  max-width: 120rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  height: 3.125rem;
  padding-right: 56px;
  padding-right: 3.5rem;
  position: fixed;
  width: 100%;
  background: #F5F3F1;
  z-index: 1000;
  top: 0;
}
@media screen and (min-width: 768px) {
  .header {
    height: 5.625rem;
    padding-right: unset;
  }
}

.header__logo {
  width: 40px;
  width: 2.5rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: 2%;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 3.625rem;
    margin-top: 1.25rem;
    margin-left: 5%;
  }
}

.header__nav {
  width: 420px;
  width: 26.25rem;
  margin-left: auto;
  margin-top: 32px;
  margin-top: 2rem;
}

.header__nav-list {
  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;
}

.header__nav-item {
  color: #282726;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Cormorant Garamond", serif;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 240px;
  max-width: 15rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .header__right {
    margin-left: 2.9375rem;
  }
}

.header__login-btn {
  background: #90786F;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  height: 100%;
  color: #fff;
  padding: 0 10px 0 24px;
  height: 50px;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__login-btn {
    padding: 0 1.375rem 0 2.6875rem;
    height: 2.4375rem;
    font-size: 0.9375rem;
  }
}

.header__login-btn::before {
  position: absolute;
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background: url(/images/common/login.svg) no-repeat center center/contain;
  left: 5px;
  left: 0.3125rem;
  top: 40%;
}
@media screen and (min-width: 768px) {
  .header__login-btn::before {
    position: absolute;
    content: "";
    width: 0.9375rem;
    height: 0.9375rem;
    background: url(/images/common/login.svg) no-repeat center center/contain;
    left: 0.875rem;
    top: 30%;
  }
}

.header__contact-btn {
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .header__contact-btn {
    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;
    background: -webkit-gradient(linear, left top, right top, from(#3F2C25), to(#B3A9A4));
    background: linear-gradient(to right, #3F2C25, #B3A9A4);
    font-size: 0.9375rem;
    font-weight: 700;
    height: 100%;
    color: #fff;
    padding: 0 1.25rem;
  }
}
.header__contact-btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#B3A9A4), to(#3F2C25));
  background: linear-gradient(to right, #B3A9A4, #3F2C25);
}

.main-visual {
  background: url(/images/common/mv.png) no-repeat left 20% center/cover;
  height: 100vh;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .main-visual {
    margin-top: 5.625rem;
    background: url(/images/common/mv.png) no-repeat center center/cover;
  }
}

.main-visual__content {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.main-visual__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 4px;
}
@media screen and (min-width: 768px) {
  .main-visual__title {
    letter-spacing: 8px;
    font-size: 5rem;
  }
}

.main-visual__subtitle {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (min-width: 768px) {
  .main-visual__subtitle {
    font-size: 1.5rem;
  }
}

.section__title h2 {
  display: inline-block;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 4px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, from(#463E39), to(#B09B92));
  background: linear-gradient(top, #463E39 0%, #B09B92 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.section__title h2::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -72px;
  right: -4.5rem;
  width: 60px;
  width: 3.75rem;
  height: 1px;
  height: 0.0625rem;
  background: #ADA5A2;
}
@media screen and (min-width: 768px) {
  .section__title h2 {
    font-size: 2.75rem;
  }
  .section__title h2::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -9rem;
    width: 7.6875rem;
    height: 0.0625rem;
    background: #ADA5A2;
  }
}

.section__title span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
}

.about {
  padding-top: 56px;
  padding-top: 3.5rem;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1.5px;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 7rem;
  }
}

.about__text {
  margin-top: 28px;
  margin-top: 1.75rem;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 200%;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .about__text {
    letter-spacing: 1.5px;
    margin-top: 3.5rem;
  }
}

.about__images {
  width: 100vw;
  margin: calc(57% - 50vw);
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .about__images {
    margin: calc(60% - 50vw);
    margin-top: 6.5rem;
    margin-bottom: 3.5rem;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}

.about__image {
  aspect-ratio: 718/440;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .about__image {
    aspect-ratio: 1332/569;
  }
}

.service {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .service {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.service__categories {
  margin: 0 auto;
  margin-top: 56px;
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  gap: 1.25rem;
  max-width: 772px;
  max-width: 48.25rem;
}
@media screen and (min-width: 768px) {
  .service__categories {
    gap: 2rem;
  }
}

.service__category-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #40342F;
  color: #fff;
  gap: 20px;
  gap: 1.25rem;
  max-width: 162px;
  max-width: 10.125rem;
  width: 100%;
  padding: 17px 13px;
  padding: 1.0625rem 0.8125rem;
  position: relative;
}
.service__category-l::before {
  position: absolute;
  content: "";
  top: 52%;
  right: 0%;
  left: 0%;
  margin: 0 auto;
  width: 85%;
  height: 1px;
  height: 0.0625rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .service__category-l {
    gap: 3.375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.1875rem 1.6875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 23.125rem;
  }
  .service__category-l::before {
    position: absolute;
    content: "";
    top: 20%;
    right: 50%;
    width: 0.0625rem;
    height: 5.3125rem;
    background: #fff;
    left: unset;
  }
}

.service__category-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #A0988B;
  color: #fff;
  gap: 20px;
  gap: 1.25rem;
  max-width: 162px;
  max-width: 10.125rem;
  padding: 17px 13px;
  padding: 1.0625rem 0.8125rem;
  width: 100%;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service__category-r::before {
  position: absolute;
  content: "";
  top: 52%;
  right: 0%;
  left: 0%;
  margin: 0 auto;
  width: 85%;
  height: 1px;
  height: 0.0625rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .service__category-r {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.1875rem 1.6875rem;
    max-width: 23.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.375rem;
  }
  .service__category-r::before {
    position: absolute;
    content: "";
    top: 20%;
    right: 50%;
    width: 0.0625rem;
    height: 5.3125rem;
    background: #fff;
    left: unset;
  }
}

.service__category-l h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .service__category-l h3 {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.15rem;
  }
}

.service__category-l p {
  font-size: 10px;
  font-size: 0.625rem;
  font-size: 500;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .service__category-l p {
    font-size: 0.6875rem;
  }
}

.service__category-r h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: 700;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .service__category-r h3 {
    font-size: 1.5rem;
    font-size: 700;
    letter-spacing: 0.15rem;
  }
}

.service__category-r p {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: 500;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .service__category-r p {
    font-size: 1rem;
    font-size: 500;
    letter-spacing: 0.1rem;
    color: #fff;
  }
}

.service__list {
  margin-top: 72px;
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  gap: 1.5rem;
  max-width: 1016px;
  max-width: 63.5rem;
}

.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 343px;
  max-width: 21.4375rem;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .service__item {
    margin-bottom: 2rem;
    max-width: 14.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .service__item-a:hover .service__image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media screen and (min-width: 768px) {
  .service__image-wrap {
    position: relative;
    overflow: hidden;
  }
}

.service__image {
  aspect-ratio: 162/146;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 162px;
  max-width: 10.125rem;
  width: 162px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .service__image {
    aspect-ratio: 236/216;
    max-width: 100%;
    width: 100%;
  }
}

.service__body {
  background: #fff;
  max-width: 181px;
  max-width: 11.3125rem;
  width: 100%;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 8px 0 rgba(90, 90, 90, .24);
          box-shadow: 0 0 8px 0 rgba(90, 90, 90, .24);
}
@media screen and (min-width: 768px) {
  .service__body {
    padding-top: 0.5rem;
    max-width: 100%;
    height: 100px;
    text-align: center;
    padding-left: unset;
    display: block;
  }
}

.service__item-title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.5px;
}

.service__item-en {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 1.5px;
}

.service__body-sns {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 1.5px;
  margin-top: 8px;
  margin-top: 0.5rem;
  display: block;
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
}
.service__body-sns::before {
  position: absolute;
  content: "";
  top: 15%;
  left: 10%;
  right: 0%;
  margin: 0 auto;
  -webkit-transform: translateX(-3.5rem);
          transform: translateX(-3.5rem);
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background: url(/images/common/insta.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .service__body-sns {
    padding-left: unset;
  }
  .service__body-sns::before {
    position: absolute;
    content: "";
    top: 15%;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    -webkit-transform: translateX(-3.5rem);
            transform: translateX(-3.5rem);
    width: 1rem;
    height: 1rem;
    background: url(/images/common/insta.png) no-repeat center center/contain;
  }
}

.commitment {
  background: url(/images/common/commitment-bg.png);
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .commitment {
    padding-top: 5.4375rem;
    padding-bottom: 7.25rem;
  }
}

.commitment__title {
  display: inline-block;
  font-size: 44px;
  font-size: 2.75rem;
  letter-spacing: 4px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#B09B92));
  background: linear-gradient(top, #fff 0%, #B09B92 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .commitment__title::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -9rem;
    width: 7.6875rem;
    height: 0.0625rem;
    background: #ADA5A2;
  }
}

.commitment__title span {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 8px;
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .commitment__title span {
    font-size: 1.5rem;
  }
}

.commitment__content {
  margin-top: 28px;
  margin-top: 1.75rem;
  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;
  max-width: 1016px;
  max-width: 63.5rem;
}
@media screen and (min-width: 768px) {
  .commitment__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 3.5rem;
  }
}

.commitment__text p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 230%;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  color: #fff;
}

.commitment__image-container {
  max-width: 430px;
  max-width: 26.875rem;
}

.commitment__image {
  aspect-ratio: 430/316;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.company {
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .company {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.company__info {
  margin-top: 56px;
  margin-top: 3.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 4px rgba(90, 90, 90, .1);
          box-shadow: 0 0 8px 4px rgba(90, 90, 90, .1);
  padding: 20px 18px;
  padding: 1.25rem 1.125rem;
}
@media screen and (min-width: 768px) {
  .company__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.5rem 2.3125rem;
  }
}

.company__item {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .company__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.company__label {
  width: 150px;
  width: 9.375rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
}
@media screen and (min-width: 768px) {
  .company__label {
    font-weight: 500;
  }
}

.company__detail {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
}

.company__map {
  max-width: 430px;
  max-width: 26.875rem;
  width: 100%;
}

.company__map iframe {
  width: 100%;
}

.contact {
  background: url(/images/common/contact-bg.png);
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 7rem;
  }
}

.contact__title {
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 4px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#B09B92));
  background: linear-gradient(top, #fff 0%, #B09B92 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 2.75rem;
  }
}

.contact__subtitle {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  color: #fff;
  text-align: center;
  display: block;
}

.contact__form {
  background: #fff;
  max-width: 1016px;
  max-width: 63.5rem;
  margin: 0 auto;
  padding: 20px;
  padding: 1.25rem;
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .contact__form {
    padding: 3.5rem 3rem;
    margin-top: 3.5rem;
  }
}

.contact__form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact__label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  letter-spacing: 0.1125rem;
  line-height: 150%;
  color: #282726;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .contact__label {
    font-size: 1.125rem;
  }
}

.contact__required {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  line-height: 150%;
  color: #fff;
  background: #B21414;
  padding: 2px 9px;
  padding: 0.125rem 0.5625rem;
}

.contact__input {
  border: 1px solid #9B9996;
  padding: 13px;
  padding: 0.8125rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.contact__textarea {
  border: 1px solid #9B9996;
  padding: 13px;
  padding: 0.8125rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  min-height: 200px;
  min-height: 12.5rem;
}

.contact__policy {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .contact__policy {
    margin-top: 3.5rem;
  }
}

.contact__policy-text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.75px;
  letter-spacing: 0.046875rem;
  line-height: 200%;
  color: #282726;
  text-align: center;
}

.contact__policy-description {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
  line-height: 200%;
  color: #282726;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 16px 10px;
  padding: 1rem 0.625rem;
  border-top: 1px solid #9B9996;
  border-bottom: 1px solid #9B9996;
  height: 236px;
  height: 14.75rem;
  overflow: scroll;
}

.contact__policy-description p {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.checkbox-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
}
@media screen and (min-width: 768px) {
  .checkbox-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact__checkbox {
  position: absolute;
  top: 33px;
}
@media screen and (min-width: 768px) {
  .contact__checkbox {
    top: 66%;
    -webkit-transform: translateX(-16%);
            transform: translateX(-16%);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.contact__label--checkbox {
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
  padding-left: 24px;
  padding-left: 1.5rem;
  font-size: 14px;
}

@media screen and (min-width: 900px) {
  .contact__label--checkbox {
    font-size: 16px;
    padding-left: 0;
    margin-top: 2rem;
  }
}
.contact__submit {
  margin: 0 auto;
  text-align: center;
  margin-top: 28px;
  margin-top: 1.75rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  max-width: 300px;
  max-width: 18.75rem;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#55514B), to(#B0A79A));
  background: linear-gradient(top, #55514B, #B0A79A);
}
@media screen and (min-width: 768px) {
  .contact__submit {
    border: 1px solid #282726;
    color: #282726;
    margin-top: 3.5rem;
    background: #fff;
  }
  .contact__submit::before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    width: 0%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#55514B), to(#B0A79A));
    background: linear-gradient(top, #55514B, #B0A79A);
    z-index: -1;
  }
  .contact__submit:hover {
    color: #fff;
    border: 1px solid #fff;
    z-index: 1;
  }
  .contact__submit:hover::before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .contact__submit:hover .contact__submit-btn {
    color: #fff;
  }
}

.contact__submit input {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding: 1.25rem;
  max-width: 300px;
  max-width: 18.75rem;
  color: #282726;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contact__submit input {
    color: #fff;
  }
}
.check__required {
  position: absolute;
  top: 60%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (min-width: 768px) {
  .check__required {
    top: 60%;
    -webkit-transform: translateX(40%);
            transform: translateX(40%);
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 430px) and (-webkit-device-pixel-ratio: 3) {
  .check__required {
    /* iPhone 15 Plus向け */
    top: 60%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.footer {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#55514B), to(#B0A79A));
  background: linear-gradient(top, #55514B, #B0A79A);
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 4rem;
    padding-bottom: 4.25rem;
  }
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__logo {
  max-width: 163px;
  max-width: 10.1875rem;
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.footer__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0px;
  letter-spacing: 0rem;
  line-height: 180%;
  color: #fff;
}

.footer__copy {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0px;
  letter-spacing: 0rem;
  line-height: 180%;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  margin-top: 16px;
  margin-top: 1rem;
}

.footer__nav {
  max-width: 333px;
  max-width: 20.8125rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  gap: 3rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    margin-top: unset;
  }
}

.footer__nav-item {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.footer__nav-link {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
  line-height: 180%;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
}

.sp-menu {
  position: absolute;
  right: 24px;
  right: 1.5rem;
  top: 14px;
  top: 0.875rem;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .sp-menu {
    display: none;
  }
}
.sp-menu-logo {
  max-width: 100px;
  max-width: 6.25rem;
  position: absolute;
  top: 1%;
  left: 4%;
}

.sp-menu-icon {
  height: 20px;
  right: 25px;
  right: 25px;
  right: 1.5625rem;
  top: 106px;
  top: 106px;
  top: 6.625rem;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  width: 21px;
  z-index: 3000;
}
.sp-menu-icon.is-active .sp-menu-icon__bar1 {
  background: #fff;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 8px;
}
.sp-menu-icon.is-active .sp-menu-icon__bar2 {
  display: none;
}
.sp-menu-icon.is-active .sp-menu-icon__bar3 {
  background: #fff;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 8px;
}
.sp-menu-icon.is-active .sp-menu-icon__close {
  opacity: 1;
}

.sp-menu-icon.is-active .sp-menu {
  left: 0;
  right: 0;
  top: 40px;
  top: 40px;
  top: 2.5rem;
  z-index: 10;
}

.sp-menu-icon:hover {
  cursor: pointer;
}

.sp-menu-icon__bars {
  display: block;
  height: 30px;
  height: 20px;
  height: 1.25rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 35px;
  z-index: 1400;
}

.sp-menu-icon__bar1,
.sp-menu-icon__bar2,
.sp-menu-icon__bar3 {
  background: #444;
  height: 2px;
  left: 0px;
  position: absolute;
  top: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 35px;
  z-index: 1200;
}

.sp-menu-icon__bar1 {
  top: 0;
}

.sp-menu-icon__bar2 {
  top: 10px;
}

.sp-menu-icon__bar3 {
  top: 20px;
}

.sp-menu-icon__close {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  opacity: 0;
  left: 20%;
  right: 0;
  top: 90%;
  position: absolute;
}

.textlink {
  position: relative;
}

.textlink::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #ADA5A2;
}

.textlink:hover::before {
  background: #ADA5A2;
  -webkit-animation: hideShowUnderline 0.6s forwards;
          animation: hideShowUnderline 0.6s forwards;
}

@-webkit-keyframes hideShowUnderline {
  0% {
    width: 100%;
  }
  5% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes hideShowUnderline {
  0% {
    width: 100%;
  }
  5% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.sp-menu-content {
  height: 100vh;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  overflow: scroll;
}
@media screen and (min-width: 768px) {
  .sp-menu-content {
    max-width: 500px;
  }
}

.sp-menu-content.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 100;
}

.sp-menu-content__inner {
  padding: 80px 32px 64px;
  padding: 5rem 2rem 4rem;
}

.sp-menu-background {
  background: #40342F;
  height: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sp-menu-content__button {
  margin: 0 auto;
  margin-top: 48px;
  margin-top: 3rem;
  max-width: 350px;
  max-width: 21.875rem;
  padding: 16px;
  padding: 1rem;
}

.sp-menu-background.is-active {
  opacity: 1;
  z-index: 10;
  height: 100vh;
}

.header__logo-sp {
  max-width: 230px;
  max-width: 14.375rem;
  width: 100%;
}

.sp-menu-content__nav {
  margin-top: 64px;
  margin-top: 4rem;
}

.sp-menu-content__link {
  color: #fff;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 1.6px;
  text-align: left;
  padding: 12px 32px;
  padding: 0.75rem 2rem;
  border-bottom: 1px solid #B9B7B6;
  font-family: "Cormorant Garamond", serif;
}

.sp-menu-content__link-box {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 3.75;
  text-align: left;
}

.sp-menu-content__button {
  border: #B9B7B6 1px solid;
  text-align: center;
  color: #fff;
}

.fadeUpTrigger {
  opacity: 0;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.login-wrap {
  text-align: center;
  margin-top: 180px;
  margin-top: 11.25rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
  height: 50vh;
}

.login-wrap p {
  text-align: center;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.login-wrap a {
  margin: 0 auto;
  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;
  background: -webkit-gradient(linear, left top, right top, from(#3F2C25), to(#B3A9A4));
  background: linear-gradient(to right, #3F2C25, #B3A9A4);
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  height: 100%;
  color: #fff;
  padding: 0 20px;
  padding: 0 1.25rem;
  width: 200px;
  height: 56px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.login-wrap a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#B3A9A4), to(#3F2C25));
  background: linear-gradient(to right, #B3A9A4, #3F2C25);
}
/*# sourceMappingURL=styles.css.map */
