@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

body {
  font-family: "ten-mincho-text", serif;
  color: #151515;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  padding-right: 0rem;
  padding-left: 0rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.l-main {
  width: 100%;
  overflow: hidden;
}

.l-footer {
  width: 100%;
  background: #0D0D0D;
}

.l-footer__inner {
  width: 100%;
  padding: 2.75rem 1.25rem 2.875rem 1.25rem;
}

.l-footer__logo {
  width: 12.5rem;
  margin: 0 auto;
}

.l-footer__text {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.7466666667;
  text-align: center;
  margin-top: 0.4375rem;
}

.c-hamburger {
  cursor: pointer;
  position: fixed;
  top: 1.5rem;
  right: 1.4375rem;
  display: block;
  width: 2.75rem;
  height: 1.4375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    top: 1.125rem;
    right: 0.625rem;
    width: 2.0625rem;
    height: 1.0625rem;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  width: 2.75rem;
  height: 1.3px;
  left: 0rem;
  background: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-hamburger span {
    width: 2.0625rem;
    height: 1px;
    background: #fff;
  }
}
.c-hamburger span:nth-child(1) {
  top: 0rem;
}
.c-hamburger span:nth-child(2) {
  top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger span:nth-child(2) {
    top: 0.5rem;
  }
}
.c-hamburger span:nth-child(3) {
  top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger span:nth-child(3) {
    top: 1rem;
  }
}
.c-hamburger:hover span:nth-child(1) {
  top: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger:hover span:nth-child(1) {
    top: 0rem;
  }
}
.c-hamburger:hover span:nth-child(3) {
  top: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger:hover span:nth-child(3) {
    top: 1rem;
  }
}
.c-hamburger.black span {
  background: #151515;
}
.c-hamburger.white span {
  background: #fff;
}

.c-hamburger.active span:nth-child(1) {
  top: 0.625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-hamburger.active span:nth-child(1) {
    top: 0.4375rem;
  }
}

.c-hamburger.active span:nth-child(2) {
  display: none;
}

.c-hamburger.active span:nth-child(3) {
  top: 0.625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-hamburger.active span:nth-child(3) {
    top: 0.4375rem;
  }
}

.c-hamburger-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #151515;
  padding: 3.75rem 0rem;
  overflow-y: scroll;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.c-hamburger-nav ul {
  position: relative;
}
.c-hamburger-nav li {
  display: block;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav li {
    margin-top: 1.25rem;
  }
}
.c-hamburger-nav li:first-of-type {
  margin-top: 0rem;
}
.c-hamburger-nav li a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav li a {
    font-size: 0.875rem;
  }
}
.c-hamburger-nav li a span {
  display: inline-block;
  font-size: 1.375rem;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav li a span {
    font-size: 1.25rem;
  }
}
.c-hamburger-nav li a:hover {
  color: #A18A51;
}

.c-hamburger-nav__button {
  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: 100%;
  max-width: 20rem;
  height: 4rem;
  margin: 2.5rem auto 0 auto;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  border: 0.125rem solid #fff;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav__button {
    max-width: 16.25rem;
    height: 3.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #fff;
    margin: 1.875rem auto 0 auto;
  }
}
.c-hamburger-nav__button:hover {
  color: #A18A51;
  border: 0.125rem solid #A18A51;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav__button:hover {
    border: 1px solid #A18A51;
  }
}

.c-hamburger-nav__text {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.7;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav__text {
    font-size: 1rem;
  }
}

.c-hamburger-nav.active {
  z-index: 98;
  opacity: 1;
}

/* 初期状態 */
.c-hamburger-nav__list,
.c-hamburger-nav__buttonBox,
.c-hamburger-nav__text {
  opacity: 0;
  -webkit-transform: translateX(3.75rem);
          transform: translateX(3.75rem);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

/* 順番に遅延を設定 */
.c-hamburger-nav.active .c-hamburger-nav__list:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.c-hamburger-nav.active .c-hamburger-nav__list:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.c-hamburger-nav.active .c-hamburger-nav__list:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.c-hamburger-nav.active .c-hamburger-nav__list:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.c-hamburger-nav.active .c-hamburger-nav__list:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.c-hamburger-nav.active .c-hamburger-nav__buttonBox {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.c-hamburger-nav.active .c-hamburger-nav__text {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

/* .c-hamburger-navにactiveクラスがついた時のアニメーション */
.c-hamburger-nav.active .c-hamburger-nav__list,
.c-hamburger-nav.active .c-hamburger-nav__buttonBox,
.c-hamburger-nav.active .c-hamburger-nav__text {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0); /* 元の位置に移動 */
}

.c-banner {
  width: 100%;
  background: rgba(242, 242, 240, 0.9);
  overflow: hidden;
}

.c-banner__inner {
  width: 100%;
  max-width: 39.125rem;
  margin: 0 auto;
  padding: 3.125rem 0rem;
}
@media screen and (max-width: 767px) {
  .c-banner__inner {
    max-width: 21.25rem;
    padding: 3.75rem 0rem 3.125rem 0rem;
  }
}

.c-banner__box {
  position: relative;
  width: 100%;
  border: 1px solid #A18A51;
  background: rgba(255, 255, 255, 0.9);
  padding: 1.75rem 3rem 1.6875rem 15.75rem;
}
@media screen and (max-width: 767px) {
  .c-banner__box {
    padding: 1.875rem 1.8125rem 1.5625rem 1.8125rem;
  }
}

.c-banner__img {
  position: absolute;
  top: 1.4375rem;
  left: -2.4375rem;
  width: 15.4375rem;
  -webkit-box-shadow: 0.8125rem 0.5625rem 1.125rem rgba(0, 0, 0, 0.21);
          box-shadow: 0.8125rem 0.5625rem 1.125rem rgba(0, 0, 0, 0.21);
}
@media screen and (max-width: 767px) {
  .c-banner__img {
    top: -2.375rem;
    left: -4.1875rem;
    width: 9.8125rem;
  }
}

.c-banner__point {
  position: absolute;
  top: -1.25rem;
  right: -2.3125rem;
  -webkit-transform: rotate(11.47deg);
          transform: rotate(11.47deg);
  width: 7.6875rem;
  height: 7.6875rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border-radius: 50%;
  background: #A18A51;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.15rem;
  text-align: center;
  padding-top: 0.25rem;
  padding-bottom: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .c-banner__point {
    top: -1.25rem;
    right: -0.875rem;
    -webkit-transform: rotate(11.47deg);
            transform: rotate(11.47deg);
    width: 5.375rem;
    height: 5.375rem;
    font-size: 1.0625rem;
  }
}
.c-banner__point .big {
  display: inline-block;
  font-size: 2.1875rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0.125rem;
}
@media screen and (max-width: 767px) {
  .c-banner__point .big {
    font-size: 1.5rem;
  }
}
.c-banner__point .pozi {
  position: relative;
  left: -0.1875rem;
}

.c-banner__eng {
  font-size: 1.375rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-banner__eng {
    text-align: center;
  }
}

.c-banner__title {
  color: #A18A51;
  font-size: 1.875rem;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  .c-banner__title {
    font-size: 2rem;
    text-align: center;
    margin-top: 0.9375rem;
  }
}

.c-banner__text {
  font-size: 0.9375rem;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  .c-banner__text {
    font-size: 1.125rem;
    text-align: center;
    margin-top: 0.25rem;
  }
}

.c-banner__link {
  position: relative;
  width: 100%;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6875rem;
  color: #fff;
  font-size: 1.0625rem;
  background: #A18A51;
  border: 1px solid #A18A51;
  padding-left: 5.75rem;
  margin-top: 0.9375rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-banner__link {
    max-width: 17.625rem;
    height: 4.0625rem;
    gap: 1.0625rem;
    font-size: 1.125rem;
    padding-left: 4.375rem;
    margin: 1.125rem auto 0 auto;
  }
}
.c-banner__link::before {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-banner__link::after {
  content: "";
  display: inline-block;
  position: relative;
  left: 0rem;
  width: 0.5625rem;
  height: 0.5625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-banner__link::after {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
.c-banner__link:hover {
  color: #A18A51;
}
.c-banner__link:hover::before {
  left: 0;
}
.c-banner__link:hover::after {
  left: 0.5rem;
  border-top: 0.125rem solid #A18A51;
  border-right: 0.125rem solid #A18A51;
}
.c-banner__link span {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  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;
}

.c-modal__close {
  cursor: pointer;
  position: absolute;
  top: 0.625rem;
  right: 1.25rem;
  color: #fff;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-modal__close {
    font-size: 1.625rem;
  }
}

.c-modal__content {
  width: 100%;
  max-width: 50rem;
  height: 90%;
  margin: 0 auto;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .c-modal__content {
    max-width: calc(100% - 2.5rem);
    height: 85%;
  }
}

.c-fade {
  opacity: 0;
  -webkit-transform: translateY(3.75rem);
          transform: translateY(3.75rem); /* 少し下に配置 */
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease; /* フェードインと位置の変化 */
}

.c-fade.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); /* 元の位置に移動 */
}

.c-blur {
  opacity: 0; /* 初期状態では非表示 */
  -webkit-filter: blur(1.25rem);
          filter: blur(1.25rem); /* 初期のぼかし効果 */
  -webkit-transform: scale(1);
          transform: scale(1); /* 初期のスケール */
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; /* フェードインのアニメーション */
}

.c-blur.in-view {
  opacity: 1; /* 表示 */
  -webkit-animation-name: blur;
          animation-name: blur;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* アニメーション終了後に最終状態を維持 */
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; /* アニメーションを1回のみ実行 */
}

@-webkit-keyframes blur {
  from {
    -webkit-filter: blur(1.25rem);
            filter: blur(1.25rem);
  }
  to {
    -webkit-filter: blur(0) drop-shadow(5rem 5rem 5rem rgba(161, 138, 81, 0.5));
            filter: blur(0) drop-shadow(5rem 5rem 5rem rgba(161, 138, 81, 0.5));
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes blur {
  from {
    -webkit-filter: blur(1.25rem);
            filter: blur(1.25rem);
  }
  to {
    -webkit-filter: blur(0) drop-shadow(5rem 5rem 5rem rgba(161, 138, 81, 0.5));
            filter: blur(0) drop-shadow(5rem 5rem 5rem rgba(161, 138, 81, 0.5));
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.c-title {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.25rem;
    line-height: 1.375;
  }
}
.c-title::after {
  content: "";
  display: block;
  position: relative;
  margin: 1.9375rem auto 0 auto;
  width: 4.0625rem;
  height: 0.375rem;
  background-image: url(../imgs/title_bar.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-title::after {
    margin: 0.9375rem auto 0 auto;
  }
}

.c-button_pc {
  cursor: pointer;
  position: fixed;
  right: 3.125rem;
  bottom: 4.6875rem;
  width: 100%;
  max-width: 3.75rem;
  height: 3.75rem;
  background: #393A84;
  border-radius: 50%;
  padding: 0.125rem;
  z-index: 10;
}
.c-button_pc img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-buttonSP {
  cursor: pointer;
  position: fixed;
  left: 0;
  bottom: 0rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(195, 113, 69, 0.9019607843)), to(rgba(162, 57, 22, 0.9019607843)));
  background: linear-gradient(180deg, rgba(195, 113, 69, 0.9019607843), rgba(162, 57, 22, 0.9019607843));
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000;
}
.c-buttonSP.active {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(195, 113, 69, 0.9019607843)), to(rgba(162, 57, 22, 0.9019607843)));
  background: linear-gradient(360deg, rgba(195, 113, 69, 0.9019607843), rgba(162, 57, 22, 0.9019607843));
}
.c-buttonSP__tap {
  width: 100%;
  padding: 1.25rem 0rem;
}
.c-buttonSP__arrow {
  position: relative;
  width: 1.375rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-buttonSP__arrow.active {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.c-buttonSP__title {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-buttonSP__content {
  display: none;
  padding: 0rem 2.5rem 0.9375rem 2.5rem;
}
.c-buttonSP__linkBox {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5625rem;
}
.c-buttonSP__link {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 2.8125rem;
  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;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  background: #74777e;
  padding-right: 0.5rem;
}
.c-buttonSP__link_blue {
  background: #393a84;
}
.c-buttonSP__link::before {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.84375rem 0.84375rem 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.c-buttonSP__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-buttonSP__link:hover {
  opacity: 1;
}
.c-buttonSP__link:hover::after {
  background: rgba(255, 255, 255, 0.3);
}

.p-fv {
  position: relative;
  width: 100%;
  -webkit-transition: width 1s ease;
  transition: width 1s ease; /* 幅が変化するアニメーションの速度とイージング */
  overflow: hidden;
}
.p-fv::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-fv {
    width: 100%;
  }
}
.p-fv.resized {
  width: calc(100% - 5.75rem); /* リサイズ後の幅 */
}
@media screen and (max-width: 767px) {
  .p-fv.resized {
    width: 100%;
  }
}
.p-fv .j-slider-fv {
  position: relative;
  width: 100%;
}
.p-fv .j-slider-fv img {
  width: 100%;
}

.p-fv__box {
  position: absolute;
  z-index: 2;
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-fv__box {
    left: 1.0625rem;
  }
}

.p-fv__title {
  color: #fff;
  font-size: 2.75rem;
  line-height: 1.7454545455;
  opacity: 0; /* 初期状態では見えない */
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px); /* 少し左にずらす */
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease; /* フェードインと位置の変化をアニメーション */
  text-shadow: 0.07rem 0.10375rem 1.5rem #302E2A, 0.07rem 0.10375rem 1.5rem #302E2A, 0.07rem 0.10375rem 1.5rem #302E2A;
}
.p-fv__title.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0); /* 元の位置に移動 */
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 1.875rem;
    line-height: 1.7491803279;
    white-space: nowrap;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
.p-fv__title span {
  position: relative;
  left: -1.375rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-fv__title span {
    left: -0.9375rem;
  }
}

.p-fv__text {
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.4615384615;
  letter-spacing: -0.04em;
  text-shadow: 0.035rem 0.051875rem 0.75rem #6E533E;
  margin-top: 1.25rem;
  opacity: 0; /* 初期状態では見えない */
  -webkit-transform: translateX(-2.5rem);
          transform: translateX(-2.5rem); /* 少し左にずらす */
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease; /* フェードインと位置の変化をアニメーション */
}
.p-fv__text.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0); /* 元の位置に移動 */
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 1.125rem;
    text-shadow: 0.07rem 0.10375rem 1.5rem #302E2A, 0.07rem 0.10375rem 1.5rem #302E2A, 0.07rem 0.10375rem 1.5rem #302E2A;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

.p-fv__lists {
  width: 100%;
}

.p-fv__list {
  width: 100%;
  height: 100vh;
}
.p-fv__list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.add-animation {
  -webkit-animation: zoom-fade 10s both;
          animation: zoom-fade 10s both;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.p-policy {
  width: 100%;
}

.p-policy__inner {
  width: 100%;
  max-width: 67rem;
  margin: 0 auto;
  padding: 4.375rem 0rem 6.875rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-policy__inner {
    padding: 4.875rem 1.25rem 5.75rem 1.25rem;
  }
}

.p-policy__title {
  font-size: 1.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-policy__title {
    font-size: 1.5rem;
    line-height: 1.4791666667;
  }
}
.p-policy__title span {
  display: block;
  color: #A18A51;
  font-family: "garamond-premier-pro", serif;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-policy__title span {
    font-size: 2.1875rem;
    line-height: 1;
    margin-bottom: 1.1875rem;
  }
}

.p-policy__text {
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: -0.03em;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-policy__text {
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: -0.02em;
    margin-top: 1.8125rem;
  }
}

.p-policy__wrapper {
  width: 100%;
}

.p-policy__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.25rem;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 4.0625rem;
  }
}
.p-policy__column_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-policy__column_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-policy__column_pozi {
  gap: 7.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-policy__column_pozi {
    margin-top: 5.625rem;
  }
}
.p-policy__column_pozi02 {
  gap: 3.75rem;
  margin-top: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .p-policy__column_pozi02 {
    margin-top: 5.625rem;
  }
}

.p-policy__img {
  width: 100%;
  max-width: 28.125rem;
  margin-top: -3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-policy__img {
    max-width: 100%;
    margin-top: 1.125rem;
  }
}
.p-policy__img_mt {
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-policy__img_mt {
    margin-top: 1.125rem;
  }
}

.p-policy-item {
  width: 100%;
  max-width: 28.25rem;
}
@media screen and (max-width: 767px) {
  .p-policy-item {
    max-width: 100%;
  }
}
.p-policy-item_wid {
  max-width: 28.75rem;
}
@media screen and (max-width: 767px) {
  .p-policy-item_wid {
    max-width: 100%;
  }
}

.p-policy-item__concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #A18A51;
  font-family: "garamond-premier-pro", serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-policy-item__concept {
    font-size: 2.1875rem;
  }
}
.p-policy-item__concept .mid {
  position: relative;
  top: 0.25rem;
  font-size: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-policy-item__concept .mid {
    top: 0.125rem;
    font-size: 2.8125rem;
  }
}
.p-policy-item__concept .big {
  font-size: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-policy-item__concept .big {
    font-size: 3.125rem;
  }
}

.p-policy-item__title {
  font-size: 1.375rem;
  line-height: 1.75;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-policy-item__title {
    font-size: 1.25rem;
  }
}

.p-policy-item__text {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-policy-item__text {
    font-size: 0.875rem;
    line-height: 1.75;
    margin-top: 1.5625rem;
  }
}
.p-policy-item__text_spa {
  letter-spacing: -0.025em;
  line-height: 1.7466666667;
}

.p-policy-item__text02 {
  font-size: 0.9375rem;
  line-height: 1.7666666667;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-policy-item__text02 {
    font-size: 0.875rem;
    line-height: 1.75;
    margin-top: 1.5625rem;
  }
}

.p-policy-item__table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-policy-item__tableTitle {
  width: 100%;
  color: #A18A51;
  font-size: 1.0625rem;
  line-height: 1.4705882353;
  font-weight: 400;
  border-bottom: 1px solid #A18A51;
  padding-bottom: 0.1875rem;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-policy-item__tableTitle {
    font-size: 1rem;
    line-height: 1.75;
    padding-bottom: 0.125rem;
    margin-top: 1rem;
  }
}
.p-policy-item__tableTitle:first-of-type {
  margin-top: 1.6875rem;
}

.p-policy-item__tableText {
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-policy-item__tableText {
    font-size: 0.875rem;
    line-height: 1.75;
    margin-top: 0.3125rem;
  }
}
.p-policy-item__tableText.nowrap {
  white-space: nowrap;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .p-policy-item__tableText.nowrap {
    white-space: wrap;
    letter-spacing: 0em;
  }
}
.p-policy-item__tableText.nowrap02 {
  white-space: nowrap;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-policy-item__tableText.nowrap02 {
    white-space: wrap;
    letter-spacing: 0em;
  }
}

.p-works {
  width: 100%;
  background: #0D0D0D;
}
@media screen and (max-width: 767px) {
  .p-works .slick-dotted.slick-slider {
    margin-bottom: 0rem !important;
  }
}
.p-works .j-slider-1 {
  position: relative;
  width: 100%;
}
.p-works .j-slider-1 img {
  width: 100%;
}
.p-works .j-slider-1 .c-slider-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-works .j-slider-1 .c-slider-arrow {
    display: none !important;
  }
}
.p-works .j-slider-1 .c-slider-arrow__prev {
  left: 0.5rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background-image: url(../imgs/pc/slider_arrow.webp);
}
.p-works .j-slider-1 .c-slider-arrow__next {
  right: 0.5rem;
  background-image: url(../imgs/pc/slider_arrow.webp);
}
.p-works .j-slider-1 .c-slider-arrow:hover {
  opacity: 0.7;
}
.p-works .j-slider-1 .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.0625rem;
  font-size: 0px;
  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.9375rem;
}
@media screen and (max-width: 767px) {
  .p-works .j-slider-1 .slick-dots {
    display: none !important;
  }
}
.p-works .j-slider-1 .slick-dots li {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #8C8C8C;
  margin: 0;
}
.p-works .j-slider-1 .slick-dots li.slick-active {
  width: 0.625rem;
  height: 0.625rem;
  background: #fff;
}
.p-works .j-slider-1 .slick-dots li button {
  display: none;
}

.p-works__inner {
  width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
  padding: 5rem 0rem 10rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-works__inner {
    padding: 4.0625rem 0rem 4.0625rem 0rem;
  }
}

.p-works__title {
  color: #A18A51;
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-works__title {
    font-size: 1.125rem;
    line-height: 0.6666666667;
  }
}
.p-works__title span {
  display: block;
  font-family: "garamond-premier-pro", serif;
  font-size: 3.4375rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-works__title span {
    font-size: 2.8125rem;
    margin-bottom: 0.5rem;
  }
}

.p-works__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 9.375rem;
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-works__wrapper {
    gap: 4.6875rem;
    margin-top: 1.875rem;
  }
}

.p-works__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-works__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-works__column_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-works__column_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-works__slider {
  width: 100%;
  max-width: 38.125rem;
}
@media screen and (max-width: 767px) {
  .p-works__slider {
    max-width: 100%;
  }
}

.p-works__img {
  width: 100%;
  height: 31.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-works__img {
    height: 15.625rem;
    margin: 0 0.5625rem;
  }
}

.p-works__box {
  width: 100%;
  max-width: 23.4375rem;
  padding-top: 8.4375rem;
}
@media screen and (max-width: 767px) {
  .p-works__box {
    max-width: 100%;
    padding: 1.25rem 2.1875rem 0 2.1875rem;
  }
}

.p-works__box02 {
  width: 100%;
  max-width: 23.875rem;
  padding-top: 8.4375rem;
}
@media screen and (max-width: 767px) {
  .p-works__box02 {
    max-width: 100%;
    padding: 1.25rem 2.1875rem 0 2.1875rem;
  }
}

.p-works__box03 {
  width: 100%;
  max-width: 25.5rem;
  padding-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-works__box03 {
    max-width: 100%;
    padding: 1.25rem 2.1875rem 0 2.1875rem;
  }
}

.p-works__box04 {
  width: 100%;
  max-width: 25.75rem;
  padding-top: 9.0625rem;
}
@media screen and (max-width: 767px) {
  .p-works__box04 {
    max-width: 100%;
    padding: 1.25rem 2.1875rem 0 2.1875rem;
  }
}

.p-works__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.875rem;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-works__item {
    gap: 1.5rem;
    margin-bottom: 0.5rem;
  }
}

.p-works__name {
  position: relative;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-works__name {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
}
.p-works__name::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1875rem;
  width: 1.125rem;
  height: 1.375rem;
  background-image: url(../imgs/pc/map_icon.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-works__name::before {
    width: 0.9rem;
    height: 1.1rem;
  }
}

.p-works__price {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-works__price {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
}
.p-works__price .en {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.45;
  padding-left: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-works__price .en {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
}
.p-works__price .big {
  display: inline-block;
  color: #A18A51;
  font-size: 1.6875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-works__price .big {
    font-size: 1.3125rem;
  }
}

.p-works__band {
  color: #A18A51;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .p-works__band {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
}

.p-works__subTitle {
  color: #fff;
  font-size: 1.8125rem;
  line-height: 1.4827586207;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-works__subTitle {
    font-size: 1.375rem;
    line-height: 1.4772727273;
    margin-top: 0rem;
  }
}
.p-works__subTitle_mt0 {
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  .p-works__subTitle_spaSp {
    letter-spacing: -0.02em;
  }
}

.p-works__text {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.7466666667;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-works__text {
    font-size: 0.875rem;
    line-height: 1.75;
    margin-top: 1.125rem;
  }
}

.p-voice {
  width: 100%;
}

.p-voice__inner {
  width: 100%;
  max-width: 60.375rem;
  margin: 0 auto;
  padding: 6.25rem 0rem 3.75rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-voice__inner {
    padding: 5.625rem 1.25rem 3.75rem 1.25rem;
  }
}

.p-voice__title {
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    font-size: 1.25rem;
  }
}
.p-voice__title span {
  display: block;
  color: #A18A51;
  font-family: "garamond-premier-pro", serif;
  font-size: 3.4375rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-voice__title span {
    font-size: 2.8125rem;
  }
}

.p-voice__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem 7.875rem;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-voice__wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3.125rem;
  }
}

.p-voice__box {
  width: 100%;
}

.p-voice__number {
  display: inline-block;
  color: #E8DEC5;
  font-family: "garamond-premier-pro", serif;
  font-size: 4.3125rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-voice__number {
    font-size: 3.4375rem;
  }
}

.p-voice__name {
  font-size: 1.375rem;
  line-height: 1.5;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-voice__name {
    font-size: 1.25rem;
  }
}

.p-voice__img {
  width: 100%;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-voice__img {
    margin-top: 0.3125rem;
  }
}

.p-voice__subTitle {
  font-size: 1.375rem;
  line-height: 1.3636363636;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-voice__subTitle {
    font-size: 1.3125rem;
    line-height: 1.75;
    margin-top: 0.9375rem;
  }
}

.p-voice__text {
  font-size: 0.9375rem;
  line-height: 1.7466666667;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-voice__text {
    font-size: 0.875rem;
    line-height: 1.75;
    margin-top: 0.375rem;
  }
}

.p-voice__link {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 10.25rem;
  height: 3.125rem;
  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;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #131313;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-voice__link {
    width: 13rem;
    height: 2.8125rem;
    font-size: 0.875rem;
    margin: 1.75rem auto 0 auto;
  }
}
.p-voice__link:hover {
  color: #ffffff;
  background: #BFA86F;
  border: 1px solid #BFA86F;
}

.p-step {
  width: 100%;
  padding-top: 5.125rem;
}
@media screen and (max-width: 767px) {
  .p-step {
    padding-top: 4.0625rem;
  }
}

.p-step__title {
  position: relative;
  z-index: 2;
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-step__title {
    font-size: 1.125rem;
  }
}
.p-step__title span {
  display: block;
  color: #A18A51;
  font-family: "garamond-premier-pro", serif;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-step__title span {
    font-size: 3.4375rem;
    margin-bottom: 1.0625rem;
  }
}

.p-step__inner {
  width: 100%;
  background: #EEF0F3;
  padding-top: 5.3125rem;
  padding-bottom: 5.625rem;
  margin-top: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-step__inner {
    padding: 5rem 1rem 5rem 1rem;
  }
}

.p-step__wrapper {
  width: 100%;
  max-width: 68.75rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6.0625rem;
  gap: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-step__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.8125rem;
    padding-left: 0rem;
  }
}

.p-step__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 3.75rem;
  max-width: 27.5rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-step__column {
    max-width: 100%;
    gap: 2.8125rem;
    padding-right: 0.625rem;
  }
}

.p-step__column02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 3.75rem;
  max-width: 27.5rem;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-step__column02 {
    max-width: 100%;
    gap: 2.5rem;
    padding-right: 0.625rem;
  }
}

.p-step__box {
  width: 100%;
  min-height: 6.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-step__box {
    min-height: auto;
  }
}

.p-step__item {
  position: relative;
  margin-top: 0.125rem;
}

.p-step__number {
  color: #BFA86F;
  font-family: "garamond-premier-pro", serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-step__number {
    font-size: 0.75rem;
  }
}
.p-step__number span {
  position: relative;
  top: 0.625rem;
  left: -0.375rem;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-step__number span {
    font-size: 1.125rem;
  }
}

.p-step__icon {
  position: relative;
  min-width: 3.625rem;
  width: 3.625rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-step__icon {
    min-width: 3.25rem;
    width: 3.25rem;
  }
}
.p-step__icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(100% + 0.6875rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.125rem;
  height: 4.25rem;
  background: #BFA86F;
}
@media screen and (max-width: 767px) {
  .p-step__icon::before {
    top: calc(100% + 0.6875rem);
    width: 1px;
    height: 80%;
  }
}
.p-step__icon_nobar::before {
  display: none;
}
.p-step__icon_barSp::before {
  display: block;
  height: calc(100% + 1.125rem);
}

.p-step__group {
  width: 100%;
}

.p-step__subTitle {
  position: relative;
  width: 100%;
  font-size: 1.875rem;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-step__subTitle {
    font-size: 1.5625rem;
    padding-bottom: 0.625rem;
  }
}
.p-step__subTitle::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1875rem;
  background-image: url(../imgs/pc/border.webp);
  background-position: left;
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .p-step__subTitle::before {
    height: 0.5rem;
    background-image: url(../imgs/sp/border.webp);
  }
}

.p-step__text {
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0em;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-step__text {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    margin-top: 0.25rem;
  }
}

.p-company {
  width: 100%;
}

.p-company__inner {
  width: 100%;
  max-width: 60.375rem;
  margin: 0 auto;
  padding: 3.75rem 0rem 9.125rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    padding: 4.1875rem 1.25rem 2.5rem 1.25rem;
  }
}

.p-company__title {
  position: relative;
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__title {
    font-size: 1.125rem;
  }
}
.p-company__title::before {
  content: "";
  display: block;
  position: relative;
  left: 0.5rem;
  width: 4.125rem;
  height: 3.3125rem;
  background-image: url(../imgs/pc/title_icon.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company__title::before {
    width: 2.8875rem;
    height: 2.31875rem;
    left: 0rem;
  }
}
.p-company__title span {
  display: block;
  color: #A18A51;
  font-family: "garamond-premier-pro", serif;
  font-size: 3.4375rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-company__title span {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
}

.p-company__img {
  width: 100%;
  margin-top: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-company__img {
    margin-top: 1.5rem;
  }
}

.p-company__table {
  width: 100%;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-company__table {
    margin-top: 2.1875rem;
  }
}

.p-company__tableBody {
  width: 100%;
}

.p-company__tableTitle {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 300;
  text-align: center;
  background: #F0F0F0;
  vertical-align: middle;
  border: 1px solid #B9B9B9;
}
@media screen and (max-width: 767px) {
  .p-company__tableTitle {
    width: 100%;
    display: block;
  }
}

.p-company__tableText {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 300;
  letter-spacing: 0.05em;
  border: 1px solid #B9B9B9;
  padding: 0.9375rem 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-company__tableText {
    width: 100%;
    display: block;
  }
}

.p-koe {
  width: 100%;
  background: #ffffff;
}

.p-koe__inner {
  width: 100%;
  padding: 2.625rem 3.125rem 2.5rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-koe__inner {
    padding-left: 1.5625rem;
    padding: 3.125rem 1.25rem 2.8125rem 1.25rem;
  }
}

.p-koe__title {
  color: #A18A51;
  font-family: "garamond-premier-pro", serif;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-koe__title {
    font-size: 2.1875rem;
  }
}

.p-koe__name {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-koe__name {
    font-size: 1.25rem;
    margin-top: 0.5625rem;
  }
}

.p-koe__subTitle {
  font-size: 1.5rem;
  line-height: 1.75;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-koe__subTitle {
    font-size: 1.3125rem;
    margin-top: 1.5rem;
  }
}

.p-koe__img {
  width: 100%;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-koe__img {
    margin-top: 1.875rem;
  }
}

.p-koe__text {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-top: 2.1875rem;
}

.p-koe-brand {
  width: 100%;
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-koe-brand {
    margin-top: 2.375rem;
  }
}

.p-koe-brand__title {
  font-size: 1.5rem;
  line-height: 1.4583333333;
  text-align: center;
}

.p-koe-brand__name {
  color: #A18A51;
  font-family: "garamond-premier-pro", serif;
  font-size: 3.4375rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-top: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-koe-brand__name {
    font-size: 2.5rem;
    margin-top: 2.8125rem;
  }
}
.p-koe-brand__name span {
  display: block;
  color: #151515;
  font-size: 1.375rem;
  line-height: 1.5;
  margin-top: -0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-koe-brand__name span {
    font-size: 1.125rem;
    margin-top: -0.125rem;
  }
}
.p-koe-brand__name_mt span {
  margin-top: 0.75rem;
}

.p-koe-brand__logo {
  width: 7.5rem;
  margin: 1.0625rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-koe-brand__logo {
    width: 9.375rem;
    margin: 1.25rem auto 0 auto;
  }
}

.p-koe-brand__bigText {
  font-size: 1.5rem;
  line-height: 1.25;
  text-align: center;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-koe-brand__bigText {
    font-size: 1.375rem;
    line-height: 1.75;
    margin-top: 1.0625rem;
  }
}

.p-koe-brand__text {
  font-size: 0.9375rem;
  line-height: 1.7466666667;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-koe-brand__text {
    margin-top: 1.5625rem;
  }
}

.p-koe-brand__img {
  width: 100%;
  margin-top: 2rem;
}

.p-koe-point {
  width: 100%;
  margin-top: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-koe-point {
    margin-top: 2.6875rem;
  }
}

.p-koe-point__title {
  position: relative;
  color: #A18A51;
  font-family: "garamond-premier-pro", serif;
  font-size: 3.4375rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-koe-point__title {
    font-size: 2.5rem;
  }
}
.p-koe-point__title_black {
  font-family: "ten-mincho-text", serif;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-koe-point__title_black {
    font-size: 1.875rem;
  }
}
.p-koe-point__title::before {
  content: "";
  display: block;
  position: relative;
  width: 2.875rem;
  height: 2.3125rem;
  background-image: url(../imgs/pc/title_icon.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0rem auto 0.625rem auto;
}

.p-koe-point__name {
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
  margin-top: -0.125rem;
}
@media screen and (max-width: 767px) {
  .p-koe-point__name {
    font-size: 1.125rem;
  }
}

.p-koe-point__text {
  font-size: 0.9375rem;
  line-height: 1.7466666667;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-koe-point__text {
    line-height: 1.75;
    margin-top: 1.25rem;
  }
}

.p-koe-point__box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem 0.875rem;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-koe-point__box {
    margin-top: 2.125rem;
    gap: 0.375rem;
  }
}

.p-koe-point__img {
  width: 100%;
}

.p-contact {
  width: 100%;
}

.p-contact__inner {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  padding: 3.75rem 0rem 3.125rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding: 3.375rem 1.25rem 3.125rem 1.25rem;
  }
}

.p-contact__title {
  font-size: 1.375rem;
  line-height: 1;
  border-left: 0.125rem solid #A18A51;
  padding-left: 1.25rem;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 1.3125rem;
    padding-left: 1rem;
    line-height: 2;
    margin-bottom: 1.875rem;
  }
}

.p-contact__wrapper {
  width: 100%;
  margin-top: 1.875rem;
}

.p-contact__table {
  width: 100%;
}
.p-contact__table tbody {
  width: 100%;
}
.p-contact__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__table tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.5625rem;
  }
}
.p-contact__table tr:first-of-type {
  margin-top: 0rem;
}
.p-contact__table th {
  width: 13.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
  color: #000000;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-contact__table th {
    width: 100%;
    margin-bottom: 0.875rem;
  }
}
.p-contact__table th span {
  width: 2.6875rem;
  height: 1.375rem;
  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;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  background: #A40000;
  border-radius: 0.125rem;
  padding-bottom: 0.0625rem;
}
.p-contact__table th span.gray {
  background: #929292;
}
.p-contact__table td {
  width: calc(100% - 13.75rem);
  color: #000000;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-contact__table td {
    width: 100%;
  }
}

.p-contact__comment {
  color: #000000;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.375rem;
}

.p-contact__comment02 {
  color: #000000;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 0.75rem;
  line-height: 1.8333333333;
  letter-spacing: -0.02em;
  margin-top: 0.5625rem;
}

.p-contact__input {
  width: 100%;
}
.p-contact__input th {
  padding-top: 0.4375rem;
}
.p-contact__input input {
  width: 100%;
  border-radius: 0.125rem;
  background: #E5E5E5;
  padding: 0.4375rem 0.5rem;
}
.p-contact__input input.wid {
  width: 8.4375rem;
  margin-left: 0.375rem;
  margin-bottom: 0.5rem;
}

.p-contact__textarea {
  width: 100%;
}
.p-contact__textarea textarea {
  width: 100%;
  height: 12.5rem;
  border-radius: 0.125rem;
  background: #E5E5E5;
  padding: 0.625rem 0.5rem;
  resize: vertical; /* 垂直方向のみリサイズを許可 */
}

.p-contact__checkbox {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__checkbox {
    margin-left: 1.5625rem;
  }
}
.p-contact__checkbox::before {
  content: "";
  position: relative;
  top: 0rem;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #A40000;
  background: #ffffff;
}
.p-contact__checkbox input {
  display: none;
}
.p-contact__checkbox input:checked ~ span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #A40000;
  background: #A40000;
}
.p-contact__checkbox input:checked ~ span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0rem);
  left: 0.4375rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.4375rem;
  height: 0.875rem;
  border: solid #fff;
  border-width: 0 0.1875rem 0.1875rem 0;
}

.p-contact__radiobox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact__radiobox {
    margin-left: 1.5625rem;
  }
}

.p-contact__radio {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.p-contact__radio::before {
  content: "";
  position: relative;
  top: 0rem;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #A40000;
  background: #ffffff;
  border-radius: 50%;
}
.p-contact__radio input {
  display: none;
}
.p-contact__radio input:checked ~ span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.3125rem;
  width: 0.625rem;
  min-width: 0.625rem;
  height: 0.625rem;
  border: 0.125rem solid #A40000;
  background: #A40000;
  border-radius: 50%;
}

.p-contact__button {
  position: relative;
  width: 100%;
  max-width: 14.25rem;
  height: 3.25rem;
  margin: 3.3125rem auto 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;
  color: #fff;
  font-size: 0.9375rem;
  background: #A18A51;
  border: 1px solid #A18A51;
  overflow: hidden;
}
.p-contact__button::before {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact__button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 2.125rem;
  width: 0.5625rem;
  height: 0.5625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact__button:hover {
  color: #A18A51;
}
.p-contact__button:hover::before {
  left: 0;
}
.p-contact__button:hover::after {
  right: 1.5rem;
  border-top: 0.125rem solid #A18A51;
  border-right: 0.125rem solid #A18A51;
}
.p-contact__button input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  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;
}

@media screen and (max-width: 767px) {
  .u-change_pc {
    display: none;
  }
}
.u-change_md {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-change_md {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}/*# sourceMappingURL=style.css.map */