@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", "メイリオ", sans-serif;
}

/*!
foundation > reset
------------------------------
*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!
foundation > base
------------------------------
*/
/* font reset
---------------------------------------------------------- */
body, html {
  font: 16px/1.231 "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", "メイリオ", sans-serif;
  font: 16px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", "メイリオ", sans-serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #8b6239;
  -webkit-text-size-adjust: none;
  -webkit-font-feature-settings: "normal";
          font-feature-settings: "normal";
  -ms-font-feature-settings: "normal";
  font-weight: 500;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

select, input, button, textarea {
  font: 99% "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", "メイリオ", sans-serif;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", "メイリオ", sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", "メイリオ", sans-serif;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

/***************************************
 * clear fix
****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/***************************************
 共通css
****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
}
a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  color: inherit;
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

html, body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", "メイリオ", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.9;
  color: #8b6239;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #fff;
}
body.add_overlay {
  overflow: hidden;
}

address {
  font-style: normal;
}

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

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

#wrapper {
  margin: 0 auto;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

/*!
utility > utility
------------------------------
*/
.u-mb-1em {
  margin-bottom: 1em;
}

.u-mb-2em {
  margin-bottom: 2em;
}

.u-inlineBlock {
  display: inline-block;
}

.u-noBlock-sm {
  display: block;
}
@media screen and (max-width: 399px) {
  .u-noBlock-sm {
    display: none;
  }
}

.u-block-ml {
  display: none;
}
@media screen and (max-width: 859px) {
  .u-block-ml {
    display: block;
  }
}

/*!
animation > fadein
------------------------------
*/
/* スクロールCSS */
.fadeIn {
  opacity: 0;
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fadeIn-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fadeIn-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fadeIn-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.fadeIn.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*!
animation > text-animation
------------------------------
*/
/* ローディングアニメーション */
#loader-bg {
  background: #fff;
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100vh !important;
  top: 0;
  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-direction: column;
          flex-direction: column;
}

.spinner {
  margin: auto;
  width: 100px;
  height: 100px;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  text-align: center;
  background: url("../img/top/ico_service-05.svg") no-repeat center center;
  background-size: contain;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
          animation: sk-bounce 2s infinite ease-in-out;
}
@media screen and (max-width: 768px) {
  .spinner {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
  }
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

/*!
component > btn
------------------------------
*/
.c-btn-line {
  text-decoration: underline;
}
.c-btn-line:hover {
  text-decoration: none;
}

.c-btn-nav {
  display: inline-block;
  position: relative;
}
.c-btn-nav::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #534741;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.5s;
  transition: opacity 0.5s, width 0.5s;
}
.c-btn-nav:hover::before {
  width: 100%;
  opacity: 1;
}

.c-btn-bottom {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  text-align: center;
  font-size: clamp(1.4rem, 2.6vw, 2.6rem);
  font-weight: 700;
  padding: 0.6em 1em;
}
@media screen and (max-width: 399px) {
  .c-btn-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.2em;
    padding: 0.8em 1em 0.5em;
  }
}
.c-btn-bottom--num {
  font-size: clamp(2rem, 4vw, 4rem);
}
@media screen and (max-width: 399px) {
  .c-btn-bottom--num {
    display: none;
  }
}
@media screen and (min-width: 400px) {
  .c-btn-bottom--pare::before {
    content: "《 ";
  }
  .c-btn-bottom--pare::after {
    content: " 》";
  }
}

.c-btn-bottom-tel {
  background-color: #c6ac98;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.c-btn-bottom-tel::before {
  content: "";
  width: 2em;
  height: 2em;
  background: url("../img/common/ico_tel-white.svg") no-repeat center center;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 399px) {
  .c-btn-bottom-tel::before {
    width: 2em;
    height: 1.7em;
  }
}

.c-btn-bottom-mail {
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  background-color: #c68c5b;
}
@media (hover: hover) {
  .c-btn-bottom-mail:hover {
    background-color: #c59b6d;
  }
}
.c-btn-bottom-mail:active {
  background-color: #c59b6d;
}
.c-btn-bottom-mail::before {
  content: "";
  width: 3em;
  height: 2em;
  background: url("../img/common/ico_mail.svg") no-repeat center center;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 399px) {
  .c-btn-bottom-mail::before {
    width: 2.5em;
    height: 1.7em;
  }
}

.c-btn-confirm {
  display: block;
  color: #fff;
  background-color: #c59b6d;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  border: none;
  margin: 0 auto;
  padding: 0.8em 2em;
  line-height: 1.2;
  letter-spacing: 0.1em;
  width: 90%;
  max-width: 326px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 399px) {
  .c-btn-confirm {
    padding: 1.2em 2em;
  }
}
.c-btn-confirm:hover {
  background-color: #8b6239;
}
.c-btn-confirm:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.c-btn-confirm:disabled:hover {
  background-color: #c59b6d;
}

.c-btn-back {
  display: block;
  color: #fff;
  background-color: #aaa;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  border: none;
  margin: 0 auto;
  padding: 0.8em 2em;
  line-height: 1.2;
  letter-spacing: 0.1em;
  width: 90%;
  max-width: 326px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 399px) {
  .c-btn-back {
    padding: 1.2em 2em;
  }
}
.c-btn-back:hover {
  background-color: #999;
}

/*!
component > title
------------------------------
*/
.c-title-lead {
  text-align: center;
  font-size: clamp(1.6rem, 2.3vw, 2.3rem);
  letter-spacing: 0.2em;
  line-height: 1.9;
  margin-bottom: 2em;
}
@media screen and (max-width: 399px) {
  .c-title-lead {
    margin-bottom: 0.8em;
  }
}

.c-title-bg {
  color: #c59b6d;
  width: 100%;
  height: 480px;
  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: clamp(2.2rem, 4.8vw, 4.8rem);
  font-weight: 700;
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  .c-title-bg {
    height: 240px;
  }
}
@media screen and (max-width: 399px) {
  .c-title-bg {
    height: 180px;
  }
}
.c-title-bg--concerns {
  background: url("../img/top/bg_concerns.jpg") no-repeat center center;
  background-size: cover;
}
.c-title-bg--service {
  background: url("../img/top/bg_service.jpg") no-repeat center center;
  background-size: cover;
}

.c-title-wave {
  font-size: clamp(1.6rem, 2.8vw, 2.8rem);
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 auto 1.75em;
}
.c-title-wave--inner1 {
  position: relative;
  display: inline-block;
  padding: 0 0 10px;
}
.c-title-wave--inner1::before {
  content: "";
  width: 100%;
  height: 10px;
  background: url("../img/top/bg_wave-01.svg") no-repeat center bottom;
  position: absolute;
  left: -0.1em;
  bottom: 0;
}
.c-title-wave--inner2 {
  position: relative;
  display: inline-block;
  padding: 0 0 10px;
}
.c-title-wave--inner2::before {
  content: "";
  width: 100%;
  height: 10px;
  background: url("../img/top/bg_wave-02.svg") no-repeat center bottom;
  position: absolute;
  left: -0.1em;
  bottom: 0;
}
.c-title-wave--inner3 {
  position: relative;
  display: inline-block;
  padding: 0 0 10px;
}
.c-title-wave--inner3::before {
  content: "";
  width: 100%;
  height: 10px;
  background: url("../img/top/bg_wave-03.svg") no-repeat center bottom;
  position: absolute;
  left: -0.1em;
  bottom: 0;
}

.c-title-voice {
  color: #534741;
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  letter-spacing: 0.04em;
  margin-bottom: 1.2em;
}

.c-title-service {
  color: #8b6239;
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  letter-spacing: 0.26em;
  margin: 3.5em auto 3em;
  text-align: center;
}

.c-title-line {
  color: #8b6239;
  font-size: clamp(1.7rem, 3vw, 3rem);
  border-bottom: 1px solid #c59b6d;
  line-height: 1.5;
  padding-bottom: 0.25em;
  margin-bottom: 1.5em;
}

.c-title-page {
  color: #534741;
  text-align: center;
  font-size: clamp(2rem, 4.4vw, 4.4rem);
  margin: 0 auto 1.5em;
}
@media screen and (max-width: 768px) {
  .c-title-page {
    margin: 0 auto 1em;
  }
}

/*!
layout > container
------------------------------
*/
.l-container-center, .l-container-s, .l-container-m, .l-container-l, .l-container {
  width: 86%;
  margin: auto;
}

.l-container-l {
  max-width: 1080px;
}

.l-container-m {
  max-width: 1030px;
}

.l-container-s {
  max-width: 870px;
}

.l-container-center {
  text-align: center;
}

.l-container-right {
  text-align: right;
  margin: auto 0 auto auto;
}

/*!
layout > header
------------------------------
*/
header {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  width: 93%;
  height: 108px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .header-home {
    height: auto;
    padding: 10px 0;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}

.header-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .header-tel {
    font-size: 1.6rem;
  }
}
.header-tel::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url("../img/common/ico_tel-brown.svg") no-repeat center center;
  display: block;
}

.header-anchor {
  color: #fff;
  background-color: #c59b6d;
  padding: 0.75em 1em;
  border-radius: 1em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header-anchor {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 399px) {
  .header-anchor {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .header-anchor br {
    display: none;
  }
}

.header-top-wrap {
  position: fixed;
  top: -200px;
  right: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: top 1s;
  transition: top 1s;
}
@media screen and (max-width: 1120px) {
  .header-top-wrap {
    background-color: inherit;
  }
}
.header-top-wrap.is-active {
  top: 0;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 120px;
  padding: 0 45px;
  font-size: 2rem;
}
@media screen and (max-width: 1380px) {
  .header-top {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1279px) {
  .header-top {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1120px) {
  .header-top {
    height: 70px;
    padding: 0 4%;
  }
}
.header-top--logo {
  width: 250px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
}
@media screen and (max-width: 1120px) {
  .header-top--logo {
    max-width: 200px;
    width: 80%;
  }
}
.header-top .header-top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media screen and (max-width: 1120px) {
  .header-top .header-top-nav {
    display: none;
  }
}
.header-top .header-top-nav--item {
  color: #534741;
}
.header-top .header-top-nav--item:not(:last-child)::after {
  content: "/";
  margin-left: 1em;
  display: inline-block;
}
.header-top .header-top-nav--item a {
  display: inline-block;
  position: relative;
}
.header-top .header-top-nav--item a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #534741;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.5s;
  transition: opacity 0.5s, width 0.5s;
}
.header-top .header-top-nav--item a:hover::before {
  width: 100%;
  opacity: 1;
}

.header-hamburger {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 12px;
  right: 10px;
  z-index: 10000;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
  background-color: #c59b6d;
}
@media screen and (min-width: 1121px) {
  .header-hamburger {
    display: none;
  }
}
.header-hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 15px;
  height: 2px;
  background-color: #fff;
  width: 40%;
}
.header-hamburger span:nth-of-type(1) {
  top: 16px;
}
.header-hamburger span:nth-of-type(2) {
  top: 23px;
}
.header-hamburger span:nth-of-type(3) {
  top: 30px;
}
.header-hamburger:hover {
  background-color: rgba(139, 98, 57, 0.7);
  border-color: #fff;
}
.header-hamburger:hover span {
  background: #fff;
}
.header-hamburger.open span:nth-of-type(1) {
  top: 17px;
  left: 15px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 40%;
}
.header-hamburger.open span:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger.open span:nth-of-type(3) {
  top: 29px;
  left: 15px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 40%;
}

.header-nav-wrap {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 500px;
  height: 100%;
  z-index: 1000;
  overflow-y: scroll;
  -webkit-transition: right 1s;
  transition: right 1s;
}
@media screen and (max-width: 768px) {
  .header-nav-wrap {
    bottom: 0;
  }
}
.header-nav-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.header-nav-wrap.open {
  display: block;
  right: 0;
}

.header-nav {
  position: relative;
  z-index: 1;
  width: 82%;
  max-width: 1000px;
  margin: 100px auto 0;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .header-nav {
    margin: 70px auto 0;
  }
}
.header-nav--item {
  color: #534741;
  border-bottom: 1px solid #8b6239;
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
}
.header-nav--item a {
  padding: 1.2em 0.5em;
  display: block;
}

/*!
layout > footer
------------------------------
*/
footer {
  width: 100%;
  margin: 0 auto;
}

.footer-home {
  background-color: #f4f2ec;
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .footer-home {
    padding: 50px 0 0;
  }
}
.footer-home .footer-copy {
  padding-top: 210px;
}
@media screen and (max-width: 768px) {
  .footer-home .footer-copy {
    padding-top: 180px;
  }
}
@media screen and (max-width: 399px) {
  .footer-home .footer-copy {
    padding-top: 120px;
  }
}

.footer-block1 {
  width: 86%;
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-block1 {
    margin: 0 auto 25px;
  }
}
.footer-block1--title {
  font-size: clamp(1.6rem, 2.5vw, 2.5rem);
  font-weight: 400;
  letter-spacing: 0.26em;
  line-height: 2;
  margin: 0 auto 1em;
}
.footer-block1--text {
  line-height: 2.5;
}

.footer-block2 {
  width: 86%;
  max-width: 1144px;
  margin: 0 auto 75px;
  text-align: center;
  display: grid;
  grid-template-columns: 122px 1fr 122px;
}
@media screen and (max-width: 768px) {
  .footer-block2 {
    grid-template-columns: 17% 1fr;
    width: 92%;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
    margin: 0 auto 30px;
  }
}
.footer-block2--image {
  grid-column: 1/2;
  grid-row: 1/3;
  align-self: center;
}
@media screen and (max-width: 399px) {
  .footer-block2--image {
    grid-row: 2/3;
    margin-left: -3%;
  }
}
.footer-block2--title {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: flex-end;
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  line-height: 1.8;
  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-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  padding: 0 1em;
  margin: 0 auto 1em;
  position: relative;
}
@media screen and (max-width: 399px) {
  .footer-block2--title {
    grid-column: 1/3;
    margin: 0 auto 0.5em;
  }
}
.footer-block2--title::before {
  content: "《 ";
  width: 1em;
}
.footer-block2--title::after {
  content: " 》";
  width: 1em;
}
.footer-block2--text {
  grid-column: 2/3;
  grid-row: 2/3;
  color: #534741;
  font-size: clamp(1.4rem, 1.8vw, 2rem);
  line-height: 2;
}
@media screen and (max-width: 399px) {
  .footer-block2--text {
    text-align: left;
    line-height: 1.8;
    padding-right: 2%;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.footer-copy {
  text-align: center;
  padding: 0 0 35px;
}
.footer-copy aside {
  color: #534741;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  letter-spacing: 0;
}

.footer-fixed {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: fixed;
  left: 0;
  bottom: 0;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 10000;
}
.footer-fixed.is-bottom {
  bottom: 145px;
}
@media screen and (max-width: 768px) {
  .footer-fixed.is-bottom {
    bottom: 100px;
  }
}
@media screen and (max-width: 399px) {
  .footer-fixed.is-bottom {
    bottom: 80px;
  }
}

/*!
page > top
------------------------------
*/
.top-fv {
  position: relative;
  width: 100%;
  margin: 0 0 0 auto;
}
.top-fv .top-fv-inner {
  position: relative;
}
.top-fv--photo {
  width: 67.2%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1279px) {
  .top-fv--photo {
    position: relative;
  }
  .top-fv--photo::before {
    content: "";
    display: block;
    padding-top: 80%;
  }
  .top-fv--photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}
@media screen and (max-width: 1120px) {
  .top-fv--photo {
    position: relative;
  }
  .top-fv--photo::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .top-fv--photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}
@media screen and (max-width: 768px) {
  .top-fv--photo {
    position: relative;
  }
  .top-fv--photo::before {
    content: "";
    display: block;
    padding-top: 120%;
  }
  .top-fv--photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}
@media screen and (max-width: 399px) {
  .top-fv--photo {
    width: 100%;
  }
}
.top-fv--contents {
  position: absolute;
  left: 9%;
  top: 15%;
}
@media screen and (max-width: 1279px) {
  .top-fv--contents {
    left: 6%;
  }
}
@media screen and (max-width: 399px) {
  .top-fv--contents {
    width: 90%;
    left: 5%;
    top: 13%;
    text-align: center;
  }
}
.top-fv--logo {
  max-width: 521px;
}
@media screen and (max-width: 399px) {
  .top-fv--logo {
    width: 90%;
    margin: 0 auto;
  }
}
.top-fv--en {
  color: #534741;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  margin-top: 1.5em;
}
.top-fv--title {
  color: #8b6239;
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  font-weight: 400;
  letter-spacing: 0.18em;
  margin-top: 1em;
}
.top-fv--image {
  position: absolute;
  left: 8.9%;
  bottom: -5em;
  width: 22.2%;
}
@media screen and (max-width: 1279px) {
  .top-fv--image {
    left: 4%;
    width: 29%;
    bottom: -4.25em;
  }
}
@media screen and (max-width: 1120px) {
  .top-fv--image {
    left: 2%;
    bottom: -2%;
  }
}
@media screen and (max-width: 399px) {
  .top-fv--image {
    display: none;
  }
}
.top-fv .top-fv-nav {
  width: 92%;
  font-size: 2rem;
  margin: 2em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media screen and (max-width: 1380px) {
  .top-fv .top-fv-nav {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1279px) {
  .top-fv .top-fv-nav {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1120px) {
  .top-fv .top-fv-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .top-fv .top-fv-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 399px) {
  .top-fv .top-fv-nav {
    font-size: 1.3rem;
  }
}
.top-fv .top-fv-nav--item {
  color: #534741;
}
.top-fv .top-fv-nav--item:not(:last-child)::after {
  content: "/";
  margin-left: 1em;
  display: inline-block;
}

.top-lead {
  padding: 110px 0 80px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .top-lead {
    padding: 60px 0 40px;
  }
}
.top-lead--image {
  display: none;
}
@media screen and (max-width: 399px) {
  .top-lead--image {
    display: block;
    position: relative;
    width: 80%;
    max-width: 500px;
    margin: 0 auto 1.5em;
  }
}

.top-profile {
  max-width: 870px;
  width: 92%;
  margin: 0 auto;
  padding: 55px 0;
  border-top: 1px solid #8b6239;
  border-bottom: 1px solid #8b6239;
}
@media screen and (max-width: 768px) {
  .top-profile {
    padding: 30px 0 25px;
  }
}
.top-profile--inner {
  display: grid;
  grid-template-columns: 33% 1fr;
  -webkit-column-gap: 7.5%;
     -moz-column-gap: 7.5%;
          column-gap: 7.5%;
  row-gap: 1em;
  max-width: 780px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-profile--inner {
    grid-template-columns: 40% 1fr;
    width: 92%;
  }
}
.top-profile--photo {
  grid-column: 1/2;
  grid-row: 1/3;
  padding: 5%;
}
@media screen and (max-width: 768px) {
  .top-profile--photo {
    grid-row: 1/2;
    padding: 0;
  }
}
.top-profile--block {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .top-profile--block {
    margin-bottom: 0.5em;
  }
}
.top-profile--block dt {
  font-size: clamp(1.6rem, 2.5vw, 2.5rem);
  line-height: 1.6;
}
.top-profile--block dt span {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  display: block;
}
.top-profile--block dd {
  margin-top: 0.25em;
  line-height: 1.5;
}
.top-profile--text {
  grid-column: 2/3;
  grid-row: 2/3;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .top-profile--text {
    grid-column: 1/3;
  }
}

.top-about {
  margin: 100px auto 120px;
  display: grid;
  grid-template-columns: 1fr 610px;
  -webkit-column-gap: 11%;
     -moz-column-gap: 11%;
          column-gap: 11%;
  row-gap: 3em;
}
@media screen and (max-width: 1120px) {
  .top-about {
    grid-template-columns: 30% 1fr;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
@media screen and (max-width: 859px) {
  .top-about {
    grid-template-columns: 30% 1fr;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    grid-template-columns: 3.8rem 1fr;
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
            column-gap: 10%;
    row-gap: 2em;
    margin: 50px auto 60px;
  }
}
.top-about--head {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: clamp(2rem, 3.8vw, 3.8rem);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  justify-self: center;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .top-about--head {
    grid-row: 1/2;
    align-self: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    place-self: stretch center;
    padding-bottom: 0;
    height: 100%;
    margin: 0 auto;
    display: block;
  }
}
.top-about--head h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.top-about--title {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: flex-end;
  font-size: clamp(1.6rem, 2.2vw, 2.3rem);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .top-about--title {
    letter-spacing: 0.15em;
  }
}
.top-about--text {
  grid-column: 2/3;
  grid-row: 2/3;
  line-height: 2.5;
}
.top-about--image {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 768px) {
  .top-about--image {
    grid-column: 2/3;
    grid-row: 3/4;
    max-width: 310px;
    width: 90%;
    margin: 0 0 0 auto;
  }
}

.top-concerns {
  position: relative;
}

.top-concerns-lead {
  margin: 100px auto;
  max-width: 700px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .top-concerns-lead {
    margin: 50px auto;
  }
}

.top-concerns-list {
  font-size: clamp(1.4rem, 2vw, 2rem);
}
.top-concerns-list li {
  border: 1px solid #8b6239;
  border-radius: 0.8em;
  padding: 0.2em 1em;
  margin-top: 1.5em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-concerns-list li {
    padding: 0.5em 1em 0.4em;
  }
}

.top-concerns-happens {
  position: relative;
  max-width: 930px;
  width: 86%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .top-concerns-happens {
    margin: 0 auto 50px;
  }
}
.top-concerns-happens--inner {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: 2em;
}
@media screen and (max-width: 768px) {
  .top-concerns-happens--inner {
    grid-template-columns: 1fr;
    row-gap: 1em;
    text-align: center;
  }
}
.top-concerns-happens--title {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: clamp(1.4rem, 2vw, 2rem);
  letter-spacing: 0.1em;
  line-height: 2;
}
.top-concerns-happens--text {
  grid-column: 1/2;
  grid-row: 2/3;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .top-concerns-happens--text {
    line-height: 2.3;
  }
}
.top-concerns-happens--image {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .top-concerns-happens--image {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 0.5em;
  }
}

.top-concerns-curious {
  position: relative;
  max-width: 910px;
  width: 86%;
  margin: 0 auto;
}
.top-concerns-curious--inner {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .top-concerns-curious--inner {
    grid-template-columns: 1fr;
    row-gap: 1em;
    line-height: 2.3;
  }
}
@media screen and (max-width: 768px) {
  .top-concerns-curious--image {
    grid-row: 2/3;
  }
}
.top-concerns-curious--text {
  padding-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .top-concerns-curious--text {
    grid-row: 1/2;
    padding-top: 0;
  }
}

.top-concerns-now {
  padding: 90px 0 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-concerns-now {
    padding: 40px 0;
  }
}
.top-concerns-now--title {
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  letter-spacing: 0.22em;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .top-concerns-now--title {
    margin-bottom: 0.8em;
  }
}
@media screen and (max-width: 399px) {
  .top-concerns-now--title {
    letter-spacing: 0.1em;
  }
}
.top-concerns-now--image {
  width: 39.4%;
  position: absolute;
  right: 0;
  top: -20px;
}
@media screen and (max-width: 768px) {
  .top-concerns-now--image {
    position: relative;
    width: 70%;
    top: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 399px) {
  .top-concerns-now--image {
    width: 100%;
  }
}

.top-voice {
  margin: 0 auto 180px;
}
@media screen and (max-width: 768px) {
  .top-voice {
    margin: 0 auto 70px;
  }
}
.top-voice--item {
  margin: 0 auto 38px;
}
@media screen and (max-width: 768px) {
  .top-voice--item {
    margin: 0 auto 20px;
  }
}
.top-voice--head {
  color: #fff;
  position: relative;
  text-align: left;
  font-size: clamp(1.6rem, 2.1vw, 2.1rem);
  font-weight: 700;
  padding: 1.2em 60px 1.2em 1.5em;
  background-color: #c59b6d;
  border: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.2em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .top-voice--head {
    padding: 1.2em 40px 1.2em 1em;
  }
}
.top-voice--head::after {
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg) translateY(-5px);
          transform: rotate(45deg) translateY(-5px);
  position: absolute;
  right: 30px;
  top: calc(50% - 10px);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (max-width: 768px) {
  .top-voice--head::after {
    width: 14px;
    height: 14px;
    right: 20px;
  }
}
.top-voice--head.is-open::after {
  -webkit-transform: rotate(225deg) translateY(0px) translateX(-6px);
          transform: rotate(225deg) translateY(0px) translateX(-6px);
}
.top-voice--head:hover {
  background-color: #8b6239;
  opacity: 1;
}
.top-voice--name {
  font-weight: 400;
  font-size: clamp(1.3rem, 2vw, 2rem);
}
.top-voice--body {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  position: relative;
  background-color: #fff;
  border: transparent;
  padding: 0;
  line-height: 0;
  opacity: 0;
  -webkit-transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
}
.top-voice--body.is-open {
  padding: 2em 5%;
  line-height: 2.5;
  opacity: 1;
  border: 1px solid #c59b6d;
}
@media screen and (max-width: 768px) {
  .top-voice--body.is-open {
    padding: 1.75em 6%;
    line-height: 2;
  }
}

.top-service {
  margin: 0 auto 130px;
}
@media screen and (max-width: 768px) {
  .top-service {
    margin: 0 auto 60px;
  }
}
.top-service--inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
@media screen and (max-width: 1120px) {
  .top-service--inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .top-service--inner {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    row-gap: 20px;
  }
}
@media screen and (max-width: 399px) {
  .top-service--inner {
    row-gap: 15px;
    grid-template-columns: 1fr;
  }
}
.top-service--item {
  border-radius: 1em;
  border: 1px solid #c59b6d;
  background-color: #f4f2ec;
  padding: 45px 40px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-service--item {
    padding: 30px 8%;
  }
}
.top-service--head {
  font-size: clamp(1.6rem, 2.3vw, 2.3rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.75em;
}
.top-service--image {
  max-width: 88px;
  width: 50%;
  margin: 0 auto;
}
.top-service--title {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 1em auto 0.75em;
}

.top-area {
  margin: 0 auto 110px;
}
@media screen and (max-width: 768px) {
  .top-area {
    margin: 0 auto 50px;
  }
}
.top-area--map {
  max-width: 926px;
  margin: 60px auto 80px;
}
@media screen and (max-width: 768px) {
  .top-area--map {
    margin: 30px auto 40px;
  }
}
.top-area--card {
  max-width: 820px;
  width: 100%;
  border: 1px solid #c59b6d;
  padding: 35px 5%;
  margin: 0 auto;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-area--card {
    padding: 20px 5%;
  }
}
.top-area--block {
  display: grid;
  grid-template-columns: 5.5em 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .top-area--block {
    line-height: 1.8;
  }
}
.top-area--block dt {
  color: #000;
  text-align: center;
  border-radius: 50px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.top-area--areaA {
  background-color: #fbded5;
}
.top-area--areaB {
  background-color: #d4e5e9;
}
.top-area--areaC {
  background-color: #ecebbb;
}
.top-area--text {
  margin-top: 1em;
}

.top-price {
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .top-price {
    margin: 0 auto 60px;
  }
}

.top-price-table {
  margin: 120px auto 60px;
  max-width: 1100px;
  padding: 0 12px;
}
@media screen and (max-width: 1120px) {
  .top-price-table {
    padding: 0 7%;
  }
}
@media screen and (max-width: 768px) {
  .top-price-table {
    margin: 40px auto;
    padding: 0 7% 10px;
  }
}
.top-price-table table {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #c59b6d;
  border-left: 1px solid #c59b6d;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 859px) {
  .top-price-table table {
    font-size: 1.5rem;
    min-width: 500px;
  }
}
@media screen and (max-width: 399px) {
  .top-price-table table {
    font-size: 1.3rem;
    min-width: 430px;
  }
}
.top-price-table th, .top-price-table td {
  border-bottom: 1px solid #c59b6d;
  border-right: 1px solid #c59b6d;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}
.top-price-table th {
  padding: 0.5em 0.5em;
}
@media screen and (max-width: 399px) {
  .top-price-table th {
    line-height: 1.2;
    padding: 0.75em 0.5em;
  }
}
.top-price-table td {
  padding: 1em;
}
.top-price-table--areaA {
  background-color: #fbded5;
}
.top-price-table--areaB {
  background-color: #d4e5e9;
}
.top-price-table--areaC {
  background-color: #ecebbb;
}
.top-price-table .top-price-plan {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  row-gap: 0.2em;
  padding: 1em 1.5em;
  text-align: left;
}
.top-price-table .top-price-plan p:nth-child(2n) {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .top-price-table .top-price-plan {
    padding: 1em;
  }
}

.top-price-bottom {
  font-size: clamp(1.5rem, 2.3vw, 2.3rem);
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
}

.top-price-caution {
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
  text-align: left;
  max-width: 1100px;
  margin: 0 auto 3em;
  padding: 12px;
}
.top-price-caution b {
  display: block;
  margin-top: 1.5em;
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
}

/*!
page > contact
------------------------------
*/
.contact-lead {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .contact-lead {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 399px) {
  .contact-lead {
    padding: 30px 0 0;
  }
}
.contact-lead--inner {
  width: 86%;
  max-width: 1144px;
  margin: 0 auto 75px;
  text-align: center;
  display: grid;
  grid-template-columns: 122px 1fr 122px;
}
@media screen and (max-width: 768px) {
  .contact-lead--inner {
    grid-template-columns: 1fr 17%;
    margin: 0 auto 30px;
  }
}
.contact-lead--image {
  grid-column: 3/4;
  grid-row: 1/3;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .contact-lead--image {
    grid-column: 2/3;
  }
}
@media screen and (max-width: 399px) {
  .contact-lead--image {
    grid-row: 2/3;
    margin-left: -3%;
    align-self: flex-end;
  }
}
.contact-lead--title {
  color: #534741;
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: flex-end;
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  line-height: 1.8;
  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-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  padding: 0 1em;
  margin: 0 auto 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-lead--title {
    grid-column: 1/2;
  }
}
@media screen and (max-width: 399px) {
  .contact-lead--title {
    grid-column: 1/3;
    margin: 0 auto 0.7em;
    line-height: 1.6;
  }
}
.contact-lead--title::before {
  content: "《 ";
  width: 1em;
}
.contact-lead--title::after {
  content: " 》";
  width: 1em;
}
.contact-lead--text {
  grid-column: 2/3;
  grid-row: 2/3;
  color: #534741;
  font-size: clamp(1.4rem, 1.8vw, 2rem);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .contact-lead--text {
    grid-column: 1/2;
  }
}
@media screen and (max-width: 399px) {
  .contact-lead--text {
    text-align: left;
    line-height: 1.8;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.contact-lead--confirm {
  width: 86%;
  max-width: 1144px;
  margin: 0 auto 75px;
  text-align: center;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}
@media screen and (max-width: 768px) {
  .contact-lead--confirm {
    margin: 0 auto 30px;
  }
}

.contact-wrap {
  width: 92%;
  max-width: 956px;
  margin: 0 auto 95px;
  padding: 0 0 95px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .contact-wrap {
    margin: 0 auto 40px;
    padding: 0 0 40px;
    width: 86%;
  }
}
.contact-wrap--confirm {
  padding: 0 0 40px;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .contact-wrap--confirm {
    padding: 0 0 20px;
  }
}
.contact-wrap--confirm dl {
  max-width: 830px;
  width: 90%;
  margin: 0 auto 2.2em;
  display: grid;
  grid-template-columns: 178px 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media screen and (max-width: 768px) {
  .contact-wrap--confirm dl {
    grid-template-columns: 8em 1fr;
    width: 100%;
  }
}
@media screen and (max-width: 399px) {
  .contact-wrap--confirm dl {
    grid-template-columns: 1fr;
    row-gap: 0.25em;
    margin: 0 auto 1.5em;
  }
}
.contact-wrap--confirm dl:not(:last-of-type) {
  padding: 0 0 2.2em;
  border-bottom: 1px solid #c59b6d;
}
@media screen and (max-width: 399px) {
  .contact-wrap--confirm dl:not(:last-of-type) {
    padding: 0 0 1.5em;
  }
}
.contact-wrap--confirm dl dt, .contact-wrap--confirm dl dd {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}
.contact-wrap--confirm dl dt {
  color: #534741;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-top: 0;
}
.contact-wrap--confirm dl dt.contact-item-qtop {
  padding-top: 0;
}
.contact-wrap--confirm dl .contact-item-awrap {
  color: #8b6239;
  background-color: inherit;
  border: none;
  border-radius: 0;
  padding: 0;
  line-height: 1.5;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-wrap--confirm dl .contact-item-awrap {
    padding: 0;
  }
}
.contact-wrap--error {
  text-align: center;
  font-size: clamp(1.4rem, 1.8vw, 2rem);
  padding: 0 0 40px;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .contact-wrap--error {
    padding: 0 0 20px;
    text-align: left;
  }
}
.contact-wrap--error p {
  margin-bottom: 0.5em;
}

.contact-item {
  max-width: 830px;
  width: 90%;
  margin: 0 auto 2.2em;
  display: grid;
  grid-template-columns: 178px 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media screen and (max-width: 768px) {
  .contact-item {
    grid-template-columns: 8em 1fr;
    width: 100%;
  }
}
@media screen and (max-width: 399px) {
  .contact-item {
    grid-template-columns: 1fr;
    row-gap: 0.25em;
    margin: 0 auto 1.5em;
  }
}
.contact-item dt {
  color: #534741;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  -ms-flex-item-align: center;
      align-self: center;
}
.contact-item dt.contact-item-qtop {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-top: 0.5em;
}
.contact-item dd {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
.contact-item input[type=text], .contact-item input[type=email], .contact-item input[type=tel], .contact-item textarea {
  color: #534741;
  background-color: #f4f2ec;
  border: none;
  border-radius: 1em;
  padding: 1em;
  line-height: 1.5;
  display: block;
  width: 100%;
}
.contact-item input[type=text]:focus, .contact-item input[type=email]:focus, .contact-item input[type=tel]:focus, .contact-item textarea:focus {
  outline: 2px solid #c59b6d;
}
.contact-item input[type=text].contact-input-yubin, .contact-item input[type=email].contact-input-yubin, .contact-item input[type=tel].contact-input-yubin, .contact-item textarea.contact-input-yubin {
  max-width: 350px;
  width: 70%;
}
.contact-item .contact-select-wrap {
  display: block;
  max-width: 350px;
  width: 90%;
  position: relative;
}
.contact-item .contact-select-wrap::after {
  content: "";
  border-right: 2px solid #534741;
  border-bottom: 2px solid #534741;
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg) translateY(-5px);
          transform: rotate(45deg) translateY(-5px);
  position: absolute;
  right: 1em;
  top: calc(50% - 6px);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.contact-item select {
  color: #534741;
  background-color: #f4f2ec;
  border: none;
  border-radius: 1em;
  padding: 1.2em 1em;
  display: block;
  width: 100%;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.contact-item select:focus {
  outline: 2px solid #c59b6d;
}
.contact-item select::-ms-expand {
  display: none;
}
.contact-item .contact-item-awrap {
  color: #534741;
  background-color: #f4f2ec;
  border: none;
  border-radius: 1em;
  padding: 2em 1.5em;
  line-height: 1.5;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-item .contact-item-awrap {
    padding: 2em 1em;
  }
}
.contact-item .contact-item-confirm {
  padding: 0.5em 0 0;
}
@media screen and (max-width: 399px) {
  .contact-item .contact-item-confirm {
    padding: 0;
  }
}

.contact-checkboxItem {
  display: grid;
  grid-template-columns: 20px 1fr;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  cursor: pointer;
}
.contact-checkboxItem:not(:last-of-type) {
  margin-bottom: 1em;
}

.contact-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #c59b6d;
  border-radius: 2px;
  margin: 0.1em 0 0;
  cursor: pointer;
}
.contact-checkbox:checked {
  background-color: #c59b6d;
}
.contact-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contact-privacy {
  color: #534741;
  background-color: #eae6da;
  max-width: 964px;
  width: 86%;
  max-height: 290px;
  margin: 0 auto;
  padding: 2em 40px;
  letter-spacing: 0;
  line-height: 1.8;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .contact-privacy {
    padding: 2em 5%;
  }
}

.contact-privacy-text {
  color: #534741;
  text-align: center;
  margin: 3em auto;
}

.contact-privacy-check {
  color: #534741;
  text-align: center;
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  max-width: 964px;
  width: 86%;
  margin: 0 auto 160px;
}
.contact-privacy-check .contact-checkboxItem {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 3em;
}
.contact-privacy-check .contact-checkbox {
  margin: 0;
}

.contact-agree-required {
  color: #8b6239;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  line-height: 1.5;
  margin: 1em auto;
}

.contact-confirm-check {
  position: relative;
  line-height: 1.6;
  padding-left: 1.5em;
}
.contact-confirm-check::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: center;
}
.contact-confirm-check:not(:last-of-type) {
  margin-bottom: 0.4em;
}
.contact-confirm-check::after {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.2em;
  width: 0.7em;
  height: 0.25em;
  border-bottom: 2px solid #c59b6d;
  border-left: 2px solid #c59b6d;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contact-thank {
  margin: 4em auto 5em;
  text-align: center;
}/*# sourceMappingURL=style.css.map */