@charset "UTF-8";
/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary, input, textarea,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 0.625em;
  height: 100%;
  overflow: hidden visible;
}

body {
  color: var(--color-gold);
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-style: normal;
  height: 100%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
body.is-fixed {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

button {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

dd,
dt,
td,
th,
ol,
ul,
p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  dd,
  dt,
  td,
  th,
  ol,
  ul,
  p {
    font-size: 3.4666666667vw;
  }
}

td dl,
td ul,
td ol,
td td,
td th,
td p,
td li,
dd dd,
dd dt,
dd p,
dd li,
dd ul,
dd ol,
li th,
li td,
li table,
li dd,
li dt,
li ol,
li ul,
ol li,
ul li,
li p {
  font-size: 1em;
}

ol,
ul {
  list-style: none;
}

a {
  color: var(--color-link);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  a:hover img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

address {
  font-style: normal;
}

/* google chrome input button padding */
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button, button {
  padding: 1px 6px;
}

input[type=checkbox] {
  margin: 0;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.img-box {
  font-size: 0;
  line-height: 0;
}

.wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-left: 30px;
  padding-right: 30px;
}
.wrap.--middle {
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .wrap {
    padding-left: 8vw;
    padding-right: 8vw;
    width: auto;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

sup {
  font-size: 1.2rem;
  font-weight: normal;
  vertical-align: top;
}

.text-bold,
strong {
  font-weight: bold;
}

.text-small {
  font-size: 0.8em;
}

.text-large {
  font-size: 2.4em;
}

.text-underline {
  text-decoration: underline;
}

.text-italic {
  font-style: italic;
}

video {
  outline: none;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.text-red {
  color: var(--color-red) !important;
}

.text-black {
  color: var(--color-black) !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* ---------------------------------------------------------

■■■ PC SP ■■■■■■■■■■

--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  img.sp,
  br.sp,
  span.sp,
  .sp {
    display: none !important;
  }
  br.sp {
    width: 0 !important;
  }
  .pc {
    display: block !important;
  }
  span.pc,
  img.pc,
  br.pc {
    display: inline !important;
  }
  th.pc,
  td.pc {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  th.pc,
  td.pc,
  span.pc,
  br.pc,
  img.pc,
  .pc {
    display: none !important;
  }
  img.sp,
  br.sp,
  span.sp {
    display: inline !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

:root {
  --color-black: #141111;
  --color-link: #968859;
  --color-red: #ca0307;
  --color-gold: #968859;
}

/* f-move-top
========================================================================== */
.f-move-top {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.f-move-top.--delay {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.f-move-top.--delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .f-move-top.--delay2, .f-move-top.--delay {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.f-move-top.--move {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* c-opening
========================================================================== */
.c-opening {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.c-opening.--hide {
  opacity: 0;
  pointer-events: none;
}
.c-opening #mdot {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .c-opening #mdot {
    width: 40vw;
  }
}

#m {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: 171.905px 114.395px;
      -ms-transform-origin: 171.905px 114.395px;
          transform-origin: 171.905px 114.395px;
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s ease;
  transition: opacity 0.6s, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s;
  transition: transform 0.6s ease, opacity 0.6s, -webkit-transform 0.6s ease;
}
#m.--animated {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#mdot-circle {
  -webkit-transform-origin: 171.905px 114.795px;
      -ms-transform-origin: 171.905px 114.795px;
          transform-origin: 171.905px 114.795px;
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s ease;
  transition: opacity 0.6s, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s;
  transition: transform 0.6s ease, opacity 0.6s, -webkit-transform 0.6s ease;
}
#mdot-circle.--animated {
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  opacity: 1;
}
#mdot-circle.--animated.--circle {
  -webkit-animation: rotate360 24s linear infinite;
          animation: rotate360 24s linear infinite;
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(359.99deg);
            transform: scale(1) rotate(359.99deg);
  }
}

@keyframes rotate360 {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(359.99deg);
            transform: scale(1) rotate(359.99deg);
  }
}
/* c-title
========================================================================== */
.c-title {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: var(--color-gold);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 50px;
}
.c-title > span:nth-child(1) {
  font-family: the-seasons, sans-serif;
  font-size: 3.2142857143em;
  font-weight: 400;
  position: relative;
}
.c-title > span:nth-child(1)::before {
  background-color: var(--color-gold);
  content: "";
  height: 1px;
  width: 70px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}
.c-title > span:nth-child(2) {
  padding-left: 18px;
  padding-top: 40px;
}
.c-title.--about {
  margin-bottom: 80px;
}
.c-title.--about > span:nth-child(1)::before {
  bottom: 33px;
  right: -20px;
}
.c-title.--service > span:nth-child(1)::before {
  bottom: 35px;
  right: -19px;
}
.c-title.--works > span:nth-child(1)::before {
  bottom: 35px;
  right: -19px;
}
.c-title.--contact > span:nth-child(1)::before {
  bottom: 35px;
  right: -21px;
}
.c-title.--company {
  color: #fff;
}
.c-title.--company > span:nth-child(1)::before {
  background-color: #fff;
  bottom: 35px;
  right: -18px;
}
.c-title.--privacy > span:nth-child(1)::before {
  bottom: 35px;
  right: -18px;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 3.4666666667vw;
    margin-bottom: 9.3333333333vw;
  }
  .c-title > span:nth-child(1)::before {
    width: 10.6666666667vw;
  }
  .c-title > span:nth-child(2) {
    padding-left: 2.6666666667vw;
    padding-top: 6.6666666667vw;
  }
  .c-title.--about {
    margin-bottom: 8vw;
  }
  .c-title.--about > span:nth-child(1)::before {
    bottom: 6.6666666667vw;
    right: -3.4666666667vw;
  }
  .c-title.--service > span:nth-child(1)::before {
    bottom: 6.6666666667vw;
    right: -2.6666666667vw;
  }
  .c-title.--works > span:nth-child(1)::before {
    bottom: 6.6666666667vw;
    right: -2.6666666667vw;
  }
  .c-title.--contact > span:nth-child(1)::before {
    bottom: 6.6666666667vw;
    right: -2.9333333333vw;
  }
  .c-title.--company {
    color: #fff;
  }
  .c-title.--company > span:nth-child(1)::before {
    background-color: #fff;
    bottom: 5.3333333333vw;
    right: -1.0666666667vw;
  }
  .c-title.--privacy > span {
    font-size: 2.6666666667vw;
  }
  .c-title.--privacy > span:nth-child(1) {
    font-size: 2.2857142857em;
  }
  .c-title.--privacy > span:nth-child(1)::before {
    bottom: 4.8vw;
    right: -1.7333333333vw;
  }
}

/* c-btn
========================================================================== */
.c-btn {
  margin-top: 40px;
  line-height: 1.1;
}
.c-btn > a {
  background: -webkit-gradient(linear, left top, right top, from(#b0a77e), to(#968859)) no-repeat 100% 100%;
  background: -webkit-linear-gradient(left, #b0a77e, #968859) no-repeat 100% 100%;
  background: linear-gradient(90deg, #b0a77e, #968859) no-repeat 100% 100%;
  background-size: 0 100%;
  -webkit-box-shadow: 0 0 0 1px var(--color-gold) inset;
          box-shadow: 0 0 0 1px var(--color-gold) inset;
  border-radius: 100px;
  color: var(--color-gold);
  display: block;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding-bottom: 28px;
  padding-top: 27px;
  text-align: center;
  width: 285px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
@media (hover: hover) {
  .c-btn > a:hover {
    background-position: 0 100%;
    background-size: 100% 100%;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    margin-top: 10.6666666667vw;
  }
  .c-btn > a {
    background: -webkit-gradient(linear, left bottom, left top, from(#b0a77e), to(#968859));
    background: -webkit-linear-gradient(bottom, #b0a77e, #968859);
    background: linear-gradient(0deg, #b0a77e, #968859);
    border: 0;
    color: #fff;
    font-size: 3.4666666667vw;
    padding-bottom: 4.8vw;
    padding-top: 4.8vw;
    width: 59.3333333333vw;
  }
}

/* c-bg
========================================================================== */
.c-bg.--under {
  padding-top: 60px;
}
.c-bg.--about {
  background: none;
  position: relative;
  z-index: 0;
}
.c-bg.--about::before {
  background: url(../img/about_bg.webp) no-repeat center center/cover;
  content: "";
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.c-bg.--footer {
  background: none;
  position: relative;
  z-index: 0;
}
.c-bg.--footer::before {
  background: url(../img/footer_bg.webp) no-repeat center center/cover;
  content: "";
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

/* l-container
========================================================================== */
.l-container {
  background: url(../img/bg.webp) repeat center center;
  padding-right: 135px;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-right: 0;
  }
}

/* l-header
========================================================================== */
.l-header {
  height: 100px;
  pointer-events: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
}
.l-header .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.l-header .logo {
  pointer-events: auto;
  width: 80px;
}

/* l-gnav
========================================================================== */
.l-gnav {
  opacity: 0;
  overflow: hidden;
  padding-bottom: 550px;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff;
  width: 135px;
  position: fixed;
  right: 0;
  top: 70px;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s ease;
  transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s ease;
  transition: transform 0.6s 0.3s ease, opacity 0.6s 0.3s;
  transition: transform 0.6s 0.3s ease, opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s ease;
  z-index: 10;
}
.l-gnav::before {
  background-color: var(--color-gold);
  content: "";
  height: 500px;
  -webkit-box-shadow: 0 0 3px #fff;
          box-shadow: 0 0 3px #fff;
  width: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-animation: lineloop 2s ease infinite;
          animation: lineloop 2s ease infinite;
}
.l-gnav ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.1;
  gap: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-gnav ul li {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.l-gnav ul li > a {
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color-gold)), to(var(--color-gold))) no-repeat 0 100%;
  background: -webkit-linear-gradient(bottom, var(--color-gold) 0%, var(--color-gold) 100%) no-repeat 0 100%;
  background: linear-gradient(0deg, var(--color-gold) 0%, var(--color-gold) 100%) no-repeat 0 100%;
  background-size: 2px 0;
  display: block;
  padding-left: 3px;
  -webkit-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
}
@media (hover: hover) {
  .l-gnav ul li > a:hover {
    background-position: 0 0;
    background-size: 2px 100%;
  }
}
.l-gnav ul li.--border > a {
  background-size: 100% 0;
  border: 1px solid var(--color-gold);
  border-radius: 100px;
  padding: 1.1em 0.7em;
}
@media (hover: hover) {
  .l-gnav ul li.--border > a:hover {
    background-position: 0 0;
    background-size: 100% 100%;
    color: #fff;
    text-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .l-gnav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(../img/menu_bg.webp) repeat center center/cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    overflow: hidden;
    padding-bottom: 0;
    pointer-events: none;
    text-shadow: none;
    width: 100vw;
    position: fixed;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s ease;
    transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s ease;
    transition: transform 0.6s 0.3s ease, opacity 0.6s 0.3s;
    transition: transform 0.6s 0.3s ease, opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s ease;
    z-index: 10;
  }
  .l-gnav.--active {
    opacity: 1;
    pointer-events: auto;
  }
  .l-gnav::before {
    content: none;
  }
  .l-gnav ul {
    font-family: the-seasons, sans-serif;
    font-size: 32px;
    gap: 1.3em;
    text-align: center;
  }
  .l-gnav ul li {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .l-gnav ul li > a {
    background: none;
    padding-left: 0;
  }
  .l-gnav ul li.--border {
    font-size: 32px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l-gnav ul li.--border > a {
    background: -webkit-gradient(linear, left bottom, left top, from(#b0a77e), to(#968859));
    background: -webkit-linear-gradient(bottom, #b0a77e, #968859);
    background: linear-gradient(0deg, #b0a77e, #968859);
    color: #fff;
    padding: 0.8em 1.3em;
  }
}

@media screen and (min-width: 768px) {
  body.--move .l-gnav {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes lineloop {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  60% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@keyframes lineloop {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  60% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

/* menu
========================================================================== */
.menu {
  color: #fff;
  font-family: the-seasons, sans-serif;
  display: none;
  height: 10.6666666667vw;
  width: 10vw;
  position: fixed;
  right: 5.3333333333vw;
  top: 6.6666666667vw;
  z-index: 100;
}
.menu.--under {
  color: var(--color-gold);
}
.menu.--under > b {
  background-color: var(--color-gold);
}
.menu.--move {
  color: var(--color-gold);
}
.menu.--move > b {
  background-color: var(--color-gold);
}
.menu > b {
  background-color: #fff;
  display: block;
  height: 1px;
  width: 10vw;
  position: absolute;
  left: 0;
  -webkit-transition: background-color 0.3s ease, top 0.3s ease 0.3s, opacity 0.3s 0.3s, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, top 0.3s ease 0.3s, opacity 0.3s 0.3s, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, top 0.3s ease 0.3s, transform 0.3s ease, opacity 0.3s 0.3s;
  transition: background-color 0.3s ease, top 0.3s ease 0.3s, transform 0.3s ease, opacity 0.3s 0.3s, -webkit-transform 0.3s ease;
}
.menu > b:nth-of-type(1) {
  top: 0;
}
.menu > b:nth-of-type(2) {
  top: 2.9333333333vw;
}
.menu > b:nth-of-type(3) {
  top: 5.8666666667vw;
}
.menu > span {
  display: block;
  font-size: 2.4vw;
  letter-spacing: 0.48em;
  position: absolute;
  left: 0;
  top: 8.6666666667vw;
}
.menu.--active {
  color: var(--color-gold);
}
.menu.--active > b {
  background-color: var(--color-gold);
  -webkit-transition: background-color 0.3s ease, top 0.3s ease, opacity 0s 0.3s, -webkit-transform 0.3s ease 0.3s;
  transition: background-color 0.3s ease, top 0.3s ease, opacity 0s 0.3s, -webkit-transform 0.3s ease 0.3s;
  transition: background-color 0.3s ease, top 0.3s ease, transform 0.3s ease 0.3s, opacity 0s 0.3s;
  transition: background-color 0.3s ease, top 0.3s ease, transform 0.3s ease 0.3s, opacity 0s 0.3s, -webkit-transform 0.3s ease 0.3s;
}
.menu.--active > b:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 2.9333333333vw;
}
.menu.--active > b:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu.--active > b:nth-child(3) {
  opacity: 0;
  top: 2.9333333333vw;
}
@media screen and (max-width: 767px) {
  .menu {
    display: block;
  }
}

/* section
========================================================================== */
.section {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .section {
    padding-bottom: 10.6666666667vw;
    padding-top: 10.6666666667vw;
  }
}

/* l-footer
========================================================================== */
.l-footer {
  color: var(--color-black);
  height: 200px;
  position: relative;
}
.l-footer a {
  color: var(--color-black);
  text-decoration: underline;
}
@media (hover: hover) {
  .l-footer a:hover {
    text-decoration: none;
  }
}
.l-footer::before {
  background-color: var(--color-gold);
  content: "";
  height: 100%;
  mix-blend-mode: screen;
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
}
.l-footer .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 14px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.l-footer .wrap .logo {
  height: 72px;
  width: 88px;
}
.l-footer p,
.l-footer .copyright {
  font-size: 12px;
}
.l-footer .copyright {
  display: block;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    height: 26.6666666667vw;
  }
  .l-footer .wrap {
    gap: 0 3.2vw;
  }
  .l-footer .wrap .logo {
    height: 13.6vw;
    width: 16.9333333333vw;
  }
  .l-footer p,
  .l-footer .copyright {
    font-size: 2.6666666667vw;
  }
  .l-footer .copyright {
    margin-top: 1.6vw;
  }
}

/* main-visual
========================================================================== */
.main-visual {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/main-visual_bg.webp) no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 800px;
  opacity: 0;
  width: 100%;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.9s, -webkit-transform 0.9s ease;
  transition: opacity 0.9s, -webkit-transform 0.9s ease;
  transition: transform 0.9s ease, opacity 0.9s;
  transition: transform 0.9s ease, opacity 0.9s, -webkit-transform 0.9s ease;
}
.main-visual h1 {
  opacity: 0;
  -webkit-transition: opacity 0.9s 0.6s;
  transition: opacity 0.9s 0.6s;
}
.main-visual h1 img {
  height: 260px;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .main-visual {
    background-image: url(../img/main-visual_bg_sp.webp);
    height: 153.0666666667vw;
  }
  .main-visual h1 img {
    height: 36.2666666667vw;
    width: 44.6666666667vw;
  }
}

body.--move .main-visual {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
body.--move .main-visual h1 {
  opacity: 1;
}

/* about
========================================================================== */
.about .about_box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about .about_box .about_box_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 340px;
}
.about .about_box .about_box_text h3 {
  font-family: norman-variable, sans-serif;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.54;
  margin-bottom: 60px;
  margin-left: 45px;
  padding-left: 35px;
  position: relative;
}
.about .about_box .about_box_text h3::before {
  background-color: var(--color-gold);
  content: "";
  height: 90%;
  width: 2px;
  position: absolute;
  left: 0;
  top: 5%;
}
@media screen and (max-width: 767px) {
  .about .about_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.6666666667vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .about .about_box .about_box_img {
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 45.3333333333vw;
  }
  .about .about_box .about_box_text {
    display: contents;
  }
  .about .about_box .about_box_text h3 {
    font-size: 8.5333333333vw;
    margin-bottom: 0;
    margin-left: 5.3333333333vw;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-left: 5.6vw;
  }
  .about .about_box .about_box_text h3::before {
    width: 2px;
  }
  .about .about_box .about_box_text p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* service
========================================================================== */
.service .service_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service .service_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service .service_item p {
  margin-bottom: 85px;
}
.service .service_item .service_item_img {
  width: 540px;
  padding-bottom: 28px;
  padding-top: 28px;
  position: relative;
  z-index: 0;
}
.service .service_item .service_item_img img {
  display: block;
  margin-left: 128px;
}
.service .service_item .service_item_img::before {
  border: 1px solid var(--color-gold);
  border-radius: 50%;
  content: "";
  height: 340px;
  width: 340px;
  position: absolute;
  left: 100px;
  top: 0;
}
.service .service_item .service_item_img figcaption > span {
  font-family: the-seasons, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  opacity: 0;
  text-align: center;
  position: absolute;
  -webkit-transition: opacity 0.9s 0.6s;
  transition: opacity 0.9s 0.6s;
}
.service .service_item .service_item_img figcaption > span::before {
  background-color: var(--color-gold);
  border-radius: 50%;
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
}
.service .service_item .service_item_img figcaption > span > span {
  display: block;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 0.5em;
}
.service .service_item .service_item_img figcaption > span:nth-child(1) {
  color: #fff;
  font-family: the-seasons, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
  width: 284px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.service .service_item .service_item_img figcaption > span:nth-child(1)::before {
  content: none;
}
.service .service_item .service_item_img figcaption > span:nth-child(2) {
  left: 365px;
  top: -5px;
}
.service .service_item .service_item_img figcaption > span:nth-child(2)::before {
  left: -20px;
  top: 20px;
}
.service .service_item .service_item_img figcaption > span:nth-child(3) {
  left: 460px;
  top: 145px;
}
.service .service_item .service_item_img figcaption > span:nth-child(3)::before {
  left: -23px;
  top: 20px;
}
.service .service_item .service_item_img figcaption > span:nth-child(4) {
  left: 370px;
  top: 315px;
}
.service .service_item .service_item_img figcaption > span:nth-child(4)::before {
  left: -20px;
  top: 0;
}
.service .service_item .service_item_img figcaption > span:nth-child(5) {
  left: 119px;
  top: 315px;
}
.service .service_item .service_item_img figcaption > span:nth-child(5)::before {
  right: -20px;
  top: 0;
}
.service .service_item .service_item_img figcaption > span:nth-child(6) {
  left: 0;
  top: 155px;
}
.service .service_item .service_item_img figcaption > span:nth-child(6)::before {
  right: -29px;
  top: 10px;
}
.service .service_item .service_item_img figcaption > span:nth-child(7) {
  left: 90px;
  top: -5px;
}
.service .service_item .service_item_img figcaption > span:nth-child(7)::before {
  right: -31px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .service .service_item p {
    margin-bottom: 13.3333333333vw;
  }
  .service .service_item .service_item_img {
    margin-left: -8vw;
    margin-right: -8vw;
    padding-bottom: 3.7333333333vw;
    padding-top: 3.7333333333vw;
    width: -webkit-calc(100% + 16vw);
    width: calc(100% + 16vw);
  }
  .service .service_item .service_item_img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 37.8666666667vw;
  }
  .service .service_item .service_item_img::before {
    height: 45.3333333333vw;
    width: 45.3333333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .service .service_item .service_item_img figcaption > span {
    font-size: 4.8vw;
  }
  .service .service_item .service_item_img figcaption > span::before {
    height: 1.3333333333vw;
    width: 1.3333333333vw;
  }
  .service .service_item .service_item_img figcaption > span:nth-child(1) {
    font-size: 6.6666666667vw;
    width: 37.8666666667vw;
  }
  .service .service_item .service_item_img figcaption > span:nth-child(2) {
    left: 64vw;
    top: -3.3333333333vw;
  }
  .service .service_item .service_item_img figcaption > span:nth-child(2)::before {
    left: -2.6666666667vw;
    top: 6vw;
  }
  .service .service_item .service_item_img figcaption > span:nth-child(3) {
    left: 76.6666666667vw;
    top: 18.6666666667vw;
  }
  .service .service_item .service_item_img figcaption > span:nth-child(3)::before {
    left: -4.4vw;
    top: 4vw;
  }
  .service .service_item .service_item_img figcaption > span:nth-child(4) {
    left: 62.6666666667vw;
    top: 44vw;
  }
  .service .service_item .service_item_img figcaption > span:nth-child(4)::before {
    left: -2vw;
    top: -2vw;
  }
  .service .service_item .service_item_img figcaption > span:nth-child(5) {
    left: 22.6666666667vw;
    top: 44vw;
  }
  .service .service_item .service_item_img figcaption > span:nth-child(5)::before {
    right: -4vw;
    top: -2vw;
  }
  .service .service_item .service_item_img figcaption > span:nth-child(6) {
    left: 6.6666666667vw;
    top: 18.6666666667vw;
  }
  .service .service_item .service_item_img figcaption > span:nth-child(6)::before {
    right: -3.0666666667vw;
    top: 4vw;
  }
  .service .service_item .service_item_img figcaption > span:nth-child(7) {
    left: 16vw;
    top: -3.3333333333vw;
  }
  .service .service_item .service_item_img figcaption > span:nth-child(7)::before {
    right: -5.3333333333vw;
    top: 6vw;
  }
}
.service .service_list > li {
  border-bottom: 1px solid #c0b798;
  margin-bottom: 20px;
  opacity: 0;
  padding-left: 28px;
  padding-bottom: 20px;
  position: relative;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.9s, -webkit-transform 0.9s;
  transition: opacity 0.9s, -webkit-transform 0.9s;
  transition: opacity 0.9s, transform 0.9s;
  transition: opacity 0.9s, transform 0.9s, -webkit-transform 0.9s;
}
.service .service_list > li::before {
  background: url(../img/icon-kirameki.png) no-repeat center center/100% 100%;
  content: "";
  height: 17px;
  width: 15px;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.service .service_list > li h3 {
  font-family: the-seasons, sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .service .service_list {
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 13.3333333333vw;
    padding: 5.3333333333vw;
  }
  .service .service_list > li {
    border-bottom-color: rgba(192, 183, 152, 0.7);
    margin-bottom: 4vw;
    padding-left: 0;
    padding-bottom: 4vw;
  }
  .service .service_list > li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .service .service_list > li::before {
    height: 3.3333333333vw;
    width: 3.0666666667vw;
    top: 0.3em;
  }
  .service .service_list > li h3 {
    font-size: 4.8vw;
    margin-bottom: 2vw;
    padding-left: 5.3333333333vw;
  }
}
.service.--move .service_item .service_item_img figcaption > span {
  opacity: 1;
}
.service.--move .service_item .service_item_img figcaption > span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.service.--move .service_item .service_item_img figcaption > span:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.service.--move .service_item .service_item_img figcaption > span:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.service.--move .service_item .service_item_img figcaption > span:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.service.--move .service_item .service_item_img figcaption > span:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.service.--move .service_item .service_item_img figcaption > span:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.service.--move .service_list > li {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.service.--move .service_list > li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.service.--move .service_list > li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.service.--move .service_list > li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.service.--move .service_list > li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.service.--move .service_list > li:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* works
========================================================================== */
.works {
  overflow: hidden;
}
.works .works_list {
  margin-left: -24px;
  margin-right: -24px;
  position: relative;
}
.works .works_list .swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.works .works_list .swiper-slide {
  width: 287px;
}
.works .works_list .swiper-slide img {
  width: 100%;
}
.works .works_list .works_list_box {
  background-color: #c2bca9;
  padding: 20px 30px;
}
.works .works_list .works_list_box h3 {
  background-color: #fff;
  border-radius: 6px;
  color: var(--color-gold);
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-bottom: 9px;
  padding-top: 8px;
  text-align: center;
}
.works .works_list .works_list_box dl {
  border-top: 1px solid #fff;
  color: #fff;
  margin-top: 15px;
  padding-top: 15px;
}
.works .works_list .works_list_box dl::after {
  clear: both;
  content: "";
  display: block;
}
.works .works_list .works_list_box dl > dt {
  border: 1px solid #fff;
  clear: left;
  float: left;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 8px;
  margin-right: 10px;
  padding: 4px 5px 5px;
}
.works .works_list .works_list_box dl > dt:nth-child(3) {
  margin-bottom: 0;
}
.works .works_list .works_list_box dl > dd {
  margin-bottom: 10px;
}
.works .works_list .works_list_box dl > dd:last-child {
  margin-bottom: 0;
}
.works .works_list .swiper-button-next,
.works .works_list .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.works .works_list .swiper-button-next::after,
.works .works_list .swiper-button-prev::after {
  content: none;
}
.works .works_list .swiper-button-next::before,
.works .works_list .swiper-button-prev::before {
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0;
  top: 12px;
}
.works .works_list .swiper-button-next {
  right: -65px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.works .works_list .swiper-button-next::before {
  border-right: 1px solid var(--color-gold);
  border-top: 1px solid var(--color-gold);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.works .works_list .swiper-button-prev {
  left: -65px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.works .works_list .swiper-button-prev::before {
  border-right: 1px solid var(--color-gold);
  border-top: 1px solid var(--color-gold);
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media screen and (max-width: 767px) {
  .works .works_list {
    margin-left: 0;
    margin-right: 0;
  }
  .works .works_list .swiper-slide {
    width: 64.5333333333vw;
  }
  .works .works_list .works_list_box {
    padding: 4.2666666667vw 5.3333333333vw;
  }
  .works .works_list .works_list_box h3 {
    border-radius: 0.8vw;
    font-size: 4vw;
    padding-bottom: 1.6vw;
    padding-top: 1.3333333333vw;
  }
  .works .works_list .works_list_box dl {
    margin-top: 2.6666666667vw;
    padding-top: 2.6666666667vw;
  }
  .works .works_list .works_list_box dl > dt {
    font-size: 2.9333333333vw;
    margin-bottom: 1.6vw;
    margin-right: 2.6666666667vw;
    padding: 1.0666666667vw 1.3333333333vw 1.3333333333vw;
  }
  .works .works_list .works_list_box dl > dd {
    margin-bottom: 2.1333333333vw;
  }
  .works .works_list .swiper-button-next,
  .works .works_list .swiper-button-prev {
    height: 5.3333333333vw;
    width: 2.6666666667vw;
    -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
  .works .works_list .swiper-button-next::before,
  .works .works_list .swiper-button-prev::before {
    height: 2.6666666667vw;
    width: 2.6666666667vw;
    top: 1.6vw;
  }
  .works .works_list .swiper-button-next {
    right: 0;
  }
  .works .works_list .swiper-button-prev {
    left: 0;
  }
}

/* company
========================================================================== */
.company {
  color: #fff;
  padding-bottom: 180px;
}
.company .company_box dl {
  display: grid;
  grid-template-columns: -webkit-min-content -webkit-max-content;
  grid-template-columns: min-content max-content;
  gap: 0 20px;
}
.company .company_box dl dt {
  font-weight: 500;
  width: 128px;
  position: relative;
}
.company .company_box dl dt::before {
  background-color: #fff;
  content: "";
  height: 1px;
  position: absolute;
  left: 4em;
  right: 0;
  top: 0.9em;
}
.company .company_box dl dt.--w2::before {
  left: 3em;
}
.company .company_box dl dt.--w5::before {
  left: 6em;
}
@media screen and (max-width: 767px) {
  .company {
    padding-bottom: 26.6666666667vw;
  }
  .company .company_box dl {
    gap: 1.3333333333vw 2.6666666667vw;
  }
  .company .company_box dl dt {
    width: 28.6666666667vw;
  }
}

/* privacy
========================================================================== */
.privacy .privacy_box h3 {
  font-size: 18px;
  margin-top: 4em;
}
.privacy .privacy_box h3:first-child {
  margin-top: 0;
}
.privacy .privacy_box p {
  margin-top: 1.5em;
}
.privacy .privacy_box p:first-child {
  margin-top: 0;
}

/* contact
========================================================================== */
.contact {
  overflow: hidden;
}
.contact .contact_box table {
  text-align: left;
  width: 100%;
}
.contact .contact_box table th,
.contact .contact_box table td {
  vertical-align: top;
}
.contact .contact_box table th {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 250px;
}
.contact .contact_box table th::after {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 1px var(--color-gold) inset;
          box-shadow: 0 0 0 1px var(--color-gold) inset;
  content: "任意";
  color: var(--color-gold);
  font-size: 13px;
  line-height: 1;
  margin-left: 12px;
  padding: 3px 8px 4px;
}
.contact .contact_box table th.--required::after {
  background-color: var(--color-gold);
  content: "必須";
  color: #fff;
}
.contact .contact_box table th a {
  padding-right: 1em;
  text-decoration: underline;
  position: relative;
}
.contact .contact_box table th a::after {
  content: "↗";
  display: inline-block;
  height: 1em;
  width: 1em;
  position: absolute;
  right: 0;
  top: 0;
}
@media (hover: hover) {
  .contact .contact_box table th a:hover {
    text-decoration: none;
  }
}
.contact .contact_box table td {
  padding-bottom: 28px;
}
.contact .contact_box table td input[type=text],
.contact .contact_box table td input[type=email],
.contact .contact_box table td input[type=tel],
.contact .contact_box table td select,
.contact .contact_box table td textarea {
  border: 1px solid var(--color-gold);
  border-radius: 7px;
  width: 100%;
}
.contact .contact_box table td input[type=text],
.contact .contact_box table td input[type=email],
.contact .contact_box table td input[type=tel],
.contact .contact_box table td select {
  height: 40px;
  padding: 0 1em;
}
.contact .contact_box table td select {
  cursor: pointer;
  width: 250px;
}
.contact .contact_box table td textarea {
  height: 120px;
  padding: 0.5em 1em;
}
.contact .contact_box table td.--agreement {
  font-size: 18px;
  padding-bottom: 0;
  vertical-align: middle;
}
.contact .contact_box h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}
.contact .contact_box .c-btn > a {
  margin-left: auto;
  margin-right: auto;
}
.contact .contact_btn {
  margin-top: 40px;
  text-align: center;
  position: relative;
}
.contact .contact_btn p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact .contact_btn input[type=submit] {
  background-color: var(--color-gold);
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  height: 72px;
  width: 330px;
}
.contact .contact_btn input[type=submit]:disabled {
  background-color: #ddd;
  cursor: not-allowed;
}
.contact .contact_btn input[type=button] {
  background: none;
  border: 1px solid var(--color-gold);
  border-radius: 100px;
  color: var(--color-gold);
  cursor: pointer;
  font-size: 14px;
  height: 48px;
  width: 240px;
}
.contact .contact_btn .wpcf7-spinner {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .contact .contact_box table th {
    padding-bottom: 10px;
    padding-top: 0;
    width: auto;
  }
  .contact .contact_box table th::after {
    font-size: 11px;
    padding: 3px 8px;
  }
  .contact .contact_box table td {
    display: block;
  }
  .contact .contact_box table td textarea {
    height: 200px;
  }
  .contact .contact_box table td.--agreement {
    font-size: 18px;
    text-align: center;
  }
  .contact .contact_box h3 {
    font-size: 16px;
  }
  .contact .contact_btn p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contact .contact_btn input[type=submit] {
    font-size: 16px;
    height: 60px;
    width: 280px;
  }
}