@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@media print, screen and (min-width: 768.1px) {
  .sp {
    display: none !important;
  }
}

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

:root {
  --black: #111111;
}

body {
  background-color: #fff;
  color: #2b2521;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  scroll-behavior: smooth;
}
body.is-fixed {
  overflow: hidden;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  main {
    margin: 80px auto 0 auto;
    width: 100%;
    max-width: 1600px;
    -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 14.6666666667vw;
  }
}

.wrapper {
  margin: auto;
}
@media print, screen and (min-width: 768.1px) {
  .wrapper {
    max-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 89.3333333333vw;
  }
}

.overlay {
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  z-index: 10;
}
@media print, screen and (min-width: 768.1px) {
  .overlay {
    top: 80px;
    height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 768px) {
  .overlay {
    top: 14.6666666667vw;
    height: calc(100vh - 14.6666666667vw);
  }
}
.overlay.is-active {
  opacity: 1;
}

img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

h2 {
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 768.1px) {
  h2 {
    font-size: 38px;
    line-height: 64px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 6.1333333333vw;
    line-height: 10.2666666667vw;
  }
}

@media print, screen and (min-width: 768.1px) {
  .catch + h2 {
    margin-top: 32.5px;
  }
}
@media screen and (max-width: 768px) {
  .catch + h2 {
    margin-top: 5.0666666667vw;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media print, screen and (min-width: 768.1px) {
  header {
    height: 80px;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 14.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  header h1 {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  header h1 {
    padding: 2.6666666667vw;
    width: 100%;
    height: 14.6666666667vw;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 768.1px) {
  header h1 img {
    width: 267px;
  }
}
@media screen and (max-width: 768px) {
  header h1 img {
    width: 47.7333333333vw;
  }
}
header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  header nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 17.3333333333vw 5.3333333333vw 12vw 5.3333333333vw;
    width: 85.3333333333vw;
    height: calc(100vh - 14.6666666667vw);
    overflow: scroll;
    background-color: #fff;
    text-align: center;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    position: relative;
    z-index: 2;
  }
  header nav.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768.1px) {
  header nav ul {
    padding: 0 12px;
  }
}
@media screen and (max-width: 768px) {
  header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24.5333333333vw;
    width: 100%;
  }
}
header nav ul li a {
  color: #2b2521;
  font-weight: 500;
}
@media print, screen and (min-width: 768.1px) {
  header nav ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  header nav ul li a {
    display: block;
    padding: 6vw;
    border-bottom: 1px solid rgba(43, 37, 33, 0.3);
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  header nav ul li + li::before {
    content: "|";
    display: inline-block;
    margin: 0 25.5px;
    font-size: 1em;
  }
}
header nav ul li:hover {
  opacity: 0.7;
}
header nav .tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768.1px) {
  header nav .tel {
    padding: 0 29px;
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  header nav .tel {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: auto;
    width: 100%;
    height: 19.6vw;
    gap: 1.6vw;
    border: 0.5333333333vw solid #ac8c37;
    border-radius: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  header nav .tel img {
    width: 206px;
  }
}
@media screen and (max-width: 768px) {
  header nav .tel img {
    width: 57.7333333333vw;
  }
}
header nav .tel small {
  color: #2b2521;
}
@media print, screen and (min-width: 768.1px) {
  header nav .tel small {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  header nav .tel small {
    font-size: 3.2vw;
  }
}
header nav .tel:hover {
  opacity: 0.7;
}
header nav .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(172, 140, 55)), to(rgb(172, 140, 55)));
  background-image: linear-gradient(to top, rgb(172, 140, 55) 0%, rgb(172, 140, 55) 100%);
  color: #fff;
  font-weight: 500;
  -webkit-transition: background-image 0.6s ease;
  transition: background-image 0.6s ease;
}
@media print, screen and (min-width: 768.1px) {
  header nav .contact {
    width: 200px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  header nav .contact {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 5.3333333333vw;
    width: 100%;
    height: 19.6vw;
    border-radius: 1.3333333333vw;
    background-color: #ac8c37;
    font-size: 4.2666666667vw;
  }
  header nav .contact span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.2vw;
  }
  header nav .contact span::before {
    content: "";
    display: inline-block;
    background: url(../img/icon_mail.svg) no-repeat center;
    background-size: contain;
    margin-right: 1.3333333333vw;
    width: 6.1333333333vw;
    height: 4.5333333333vw;
  }
}
header nav .contact:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(186, 155, 70)), to(rgb(223, 192, 115)));
  background-image: linear-gradient(to top, rgb(186, 155, 70) 0%, rgb(223, 192, 115) 100%);
}
@media screen and (max-width: 768px) {
  header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 44vw;
    height: 14.6666666667vw;
    position: absolute;
    top: 0;
    right: 0;
  }
  header .nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1.6vw;
    aspect-ratio: 1/1;
    padding: 2.6666666667vw 0;
    height: 100%;
    font-size: 2.2666666667vw;
    font-weight: 700;
  }
  header .nav a.tel {
    background-color: #f4f3f0;
  }
  header .nav a.tel img {
    width: 5.0666666667vw;
  }
  header .nav a.contact {
    background-color: #ac8c37;
    color: #fff;
  }
  header .nav a.contact img {
    width: 6.1333333333vw;
  }
  header .nav a.nv_menu {
    background: url(../img/icon_menu.svg) no-repeat center;
    background-size: 6.6666666667vw;
    cursor: pointer;
  }
  header .nav a.nv_menu.is-active {
    background-image: url(../img/icon_close.svg);
    background-size: 5.3333333333vw;
  }
}

#kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #kv {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 50px 100px;
    height: 670px;
  }
}
@media screen and (max-width: 768px) {
  #kv {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 22.9333333333vw 0 0 0;
    height: 148.5333333333vw;
    text-align: center;
    position: relative;
  }
}
#kv .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#kv .slides::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #kv .slides::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 37, 33, 0.35)), color-stop(55%, rgba(43, 37, 33, 0.2)), to(rgba(43, 37, 33, 0)));
    background: linear-gradient(to right, rgba(43, 37, 33, 0.35) 0%, rgba(43, 37, 33, 0.2) 55%, rgba(43, 37, 33, 0) 100%);
  }
}
@media screen and (max-width: 768px) {
  #kv .slides::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 37, 33, 0)), color-stop(20%, rgba(43, 37, 33, 0.3)), color-stop(60%, rgba(43, 37, 33, 0.3)), to(rgba(43, 37, 33, 0)));
    background: linear-gradient(to bottom, rgba(43, 37, 33, 0) 0%, rgba(43, 37, 33, 0.3) 20%, rgba(43, 37, 33, 0.3) 60%, rgba(43, 37, 33, 0) 100%);
  }
}
#kv .slides .slide {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  overflow: hidden;
}
#kv .slides .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 10s linear;
  transition: -webkit-transform 10s linear;
  transition: transform 10s linear;
  transition: transform 10s linear, -webkit-transform 10s linear;
}
#kv .slides .slide.is-active {
  opacity: 1;
  z-index: 1;
}
#kv .slides .slide.is-active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /* 少しズームする */
}
@media print, screen and (min-width: 768.1px) {
  #kv .badge {
    width: 184px;
  }
}
@media screen and (max-width: 768px) {
  #kv .badge {
    width: 39.7333333333vw;
  }
}
#kv .catch {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 700;
}
@media print, screen and (min-width: 768.1px) {
  #kv .catch {
    margin-top: 40px;
    padding: 14px 0 13px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #kv .catch {
    margin-top: 5.3333333333vw;
    padding: 1.3333333333vw;
    width: 84.8vw;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
#kv h1 {
  color: #fff;
  font-weight: 500;
}
@media print, screen and (min-width: 768.1px) {
  #kv h1 {
    margin-top: 8px;
    font-size: 54px;
    line-height: 74px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #kv h1 {
    margin-top: 4.8vw;
    font-size: 10.6666666667vw;
    line-height: 13.3333333333vw;
    letter-spacing: -0.05em;
  }
}
#kv .lead {
  color: #fff;
}
@media print, screen and (min-width: 768.1px) {
  #kv .lead {
    margin-top: 14px;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 768px) {
  #kv .lead {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 5.8666666667vw;
    letter-spacing: -0.03em;
  }
}
#kv ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768.1px) {
  #kv ul {
    margin-top: 54px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #kv ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #kv ul li {
    width: 50%;
  }
  #kv ul li:nth-child(2) {
    border-left: 1px solid #2b2521;
  }
}
#kv ul li a {
  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;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(172, 140, 55)), to(rgb(213, 182, 100)));
  background-image: linear-gradient(to top, rgb(172, 140, 55) 0%, rgb(213, 182, 100) 100%);
  color: #fff;
  font-weight: 500;
  position: relative;
  -webkit-transition: background-image 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: background-image 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: background-image 0.6s ease, box-shadow 0.6s ease;
  transition: background-image 0.6s ease, box-shadow 0.6s ease, -webkit-box-shadow 0.6s ease;
}
@media print, screen and (min-width: 768.1px) {
  #kv ul li a {
    width: 240px;
    height: 60px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  #kv ul li a {
    width: 100%;
    height: 14.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#kv ul li a::after {
  content: "";
  display: inline-block;
  background: url(../img/icon_arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media print, screen and (min-width: 768.1px) {
  #kv ul li a::after {
    width: 10px;
    height: 15px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #kv ul li a::after {
    width: 1.7333333333vw;
    height: 2.6666666667vw;
    right: 4vw;
  }
}
#kv ul li a:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(186, 155, 70)), to(rgb(223, 192, 115)));
  background-image: linear-gradient(to top, rgb(186, 155, 70) 0%, rgb(223, 192, 115) 100%);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
#kv ul li a:hover::after {
  -webkit-transform: translateY(-50%) translateX(6px);
          transform: translateY(-50%) translateX(6px);
}

#cases {
  background-color: rgba(220, 215, 206, 0.2);
}
@media screen and (max-width: 768px) {
  #cases {
    margin-top: 14.6666666667vw;
  }
}
#cases ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
}
@media print, screen and (min-width: 768.1px) {
  #cases ul {
    padding: 16px 0 30px;
    max-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  #cases ul {
    padding: 4.8vw 0 6.1333333333vw;
    gap: 4.2666666667vw 0;
  }
}
#cases ul li {
  width: 20%;
  text-align: center;
}
#cases ul li figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 768.1px) {
  #cases ul li figure {
    width: 200px;
    height: 122px;
    gap: 4px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cases ul li figure img {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  #cases ul li figure img {
    width: 12vw;
  }
}
#cases ul li figure figcaption {
  color: #63513f;
  font-weight: 500;
}
@media print, screen and (min-width: 768.1px) {
  #cases ul li figure figcaption {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #cases ul li figure figcaption {
    margin-top: 1.0666666667vw;
    font-size: 2.6666666667vw;
    line-height: 3.2vw;
  }
}

#survey {
  background: url(../img/survey_bg.webp) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #survey {
    padding-top: 80px;
    padding-bottom: 280px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 250px));
  }
}
@media screen and (max-width: 768px) {
  #survey {
    padding-top: 10.6666666667vw;
    padding-bottom: 37.3333333333vw;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 33.3333333333vw));
  }
}
#survey::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #dcd7ce;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}
@media print, screen and (min-width: 768.1px) {
  #survey::before {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  #survey::before {
    height: 33.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #survey .catch img {
    width: 312px;
  }
}
@media screen and (max-width: 768px) {
  #survey .catch img {
    width: 46.2666666667vw;
  }
}
#survey .graph1,
#survey .graph2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(43, 37, 33, 0.2);
          box-shadow: 0px 10px 30px 0px rgba(43, 37, 33, 0.2);
}
@media print, screen and (min-width: 768.1px) {
  #survey .graph1,
  #survey .graph2 {
    margin-top: 60px;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #survey .graph1,
  #survey .graph2 {
    margin-top: 9.3333333333vw;
    gap: 5.3333333333vw;
  }
}
#survey .graph1 h3,
#survey .graph2 h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #survey .graph1 h3,
  #survey .graph2 h3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 142px;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.08em;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #survey .graph1 h3,
  #survey .graph2 h3 {
    padding: 4vw 6.6666666667vw;
    font-size: 4vw;
    line-height: 6.4vw;
  }
}
#survey .graph1 h3::before,
#survey .graph2 h3::before {
  content: "";
  display: block;
  height: 100%;
  border-radius: 0 100px 100px 0;
  background-color: rgba(220, 215, 206, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media print, screen and (min-width: 768.1px) {
  #survey .graph1 h3::before,
  #survey .graph2 h3::before {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 768px) {
  #survey .graph1 h3::before,
  #survey .graph2 h3::before {
    width: calc(100% - 5.3333333333vw);
  }
}
#survey .graph1 figure,
#survey .graph2 figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768.1px) {
  #survey .graph1 figure,
  #survey .graph2 figure {
    padding: 0 40px 27px;
  }
}
@media screen and (max-width: 768px) {
  #survey .graph1 figure,
  #survey .graph2 figure {
    width: 100%;
  }
}
#survey .graph1 figure figcaption,
#survey .graph2 figure figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}
@media print, screen and (min-width: 768.1px) {
  #survey .graph1 figure figcaption,
  #survey .graph2 figure figcaption {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 28px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #survey .graph1 figure figcaption,
  #survey .graph2 figure figcaption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    padding: 3.4666666667vw 4vw 5.3333333333vw 4vw;
    width: 100%;
    font-size: 2.4vw;
    line-height: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  #survey .graph1 figure figcaption dl,
  #survey .graph2 figure figcaption dl {
    width: 100%;
  }
}
#survey .graph1 figure figcaption dl dd ul,
#survey .graph2 figure figcaption dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768.1px) {
  #survey .graph1 figure figcaption dl dd ul li:nth-child(2),
  #survey .graph2 figure figcaption dl dd ul li:nth-child(2) {
    margin-left: 104px;
  }
  #survey .graph1 figure figcaption dl dd ul li:nth-child(4),
  #survey .graph2 figure figcaption dl dd ul li:nth-child(4) {
    margin-left: 12px;
  }
  #survey .graph1 figure figcaption dl dd ul li:nth-child(5),
  #survey .graph2 figure figcaption dl dd ul li:nth-child(5) {
    margin-left: 12px;
  }
}
@media screen and (max-width: 768px) {
  #survey .graph1 figure figcaption dl dd ul,
  #survey .graph2 figure figcaption dl dd ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#survey .graph1 figure figcaption p,
#survey .graph2 figure figcaption p {
  white-space: nowrap;
}
@media print, screen and (min-width: 768.1px) {
  #survey .graph1 figure figcaption p,
  #survey .graph2 figure figcaption p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #survey .graph1 figure figcaption p,
  #survey .graph2 figure figcaption p {
    width: 100%;
    text-align: right;
    font-size: 2.9333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #survey .graph1 figure img {
    width: 546px;
  }
}
@media screen and (max-width: 768px) {
  #survey .graph1 figure img {
    width: 72.8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #survey .graph2 {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #survey .graph2 figure img {
    margin-top: -10px;
    margin-right: 150px;
    width: 745px;
  }
}
@media screen and (max-width: 768px) {
  #survey .graph2 figure img {
    width: 81.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #survey .graph2 figure figcaption {
    margin-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  #survey .graph2 figure figcaption {
    margin-top: 7.2vw;
  }
}

#solution {
  background-color: #f8f7f5;
}
@media print, screen and (min-width: 768.1px) {
  #solution {
    margin-top: -320px;
    padding-top: 250px;
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 768px) {
  #solution {
    margin-top: -37.3333333333vw;
    padding-top: 33.3333333333vw;
    padding-bottom: 16vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #solution .catch img {
    width: 502px;
  }
}
@media screen and (max-width: 768px) {
  #solution .catch img {
    width: 74.9333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #solution .lead {
    margin-top: 30px;
    font-size: 17px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  #solution .lead {
    margin-top: 4.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 6.5333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #solution h3 {
    font-size: 30px;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  #solution h3 {
    font-size: 5.6vw;
    line-height: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #solution p {
    font-size: 15px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  #solution p {
    font-size: 3.4666666667vw;
    line-height: 6.9333333333vw;
  }
}
#solution .solution1,
#solution .solution2,
#solution .solution3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  #solution .solution1,
  #solution .solution2,
  #solution .solution3 {
    margin-top: 45px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  #solution .solution1,
  #solution .solution2,
  #solution .solution3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 11.4666666667vw;
  }
}
#solution .solution1 picture,
#solution .solution2 picture,
#solution .solution3 picture {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
}
#solution .solution1 picture img,
#solution .solution2 picture img,
#solution .solution3 picture img {
  -webkit-filter: drop-shadow(10px 10px 15px rgba(43, 37, 33, 0.1));
          filter: drop-shadow(10px 10px 15px rgba(43, 37, 33, 0.1));
}
@media print, screen and (min-width: 768.1px) {
  #solution .solution1 picture img,
  #solution .solution2 picture img,
  #solution .solution3 picture img {
    width: 640px;
  }
}
@media screen and (max-width: 768px) {
  #solution .solution1 picture img,
  #solution .solution2 picture img,
  #solution .solution3 picture img {
    width: 85.3333333333vw;
  }
}
#solution .solution1 .text,
#solution .solution2 .text,
#solution .solution3 .text {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #solution .solution1 .text,
  #solution .solution2 .text,
  #solution .solution3 .text {
    padding-bottom: 42px;
    min-width: 390px;
  }
}
@media screen and (max-width: 768px) {
  #solution .solution1 .text,
  #solution .solution2 .text,
  #solution .solution3 .text {
    margin-top: 9.3333333333vw;
    width: 80vw;
  }
}
#solution .solution1 .text h3,
#solution .solution2 .text h3,
#solution .solution3 .text h3 {
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  #solution .solution1 .text h3,
  #solution .solution2 .text h3,
  #solution .solution3 .text h3 {
    margin-bottom: 30px;
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  #solution .solution1 .text h3,
  #solution .solution2 .text h3,
  #solution .solution3 .text h3 {
    margin-bottom: 4vw;
    padding-bottom: 4.8vw;
  }
}
#solution .solution1 .text h3::after,
#solution .solution2 .text h3::after,
#solution .solution3 .text h3::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #2b2521;
  opacity: 0.3;
  position: absolute;
  bottom: 0;
}
@media print, screen and (min-width: 768.1px) {
  #solution .solution1 .text h3::after,
  #solution .solution2 .text h3::after,
  #solution .solution3 .text h3::after {
    width: 1000px;
    left: -100px;
  }
}
@media screen and (max-width: 768px) {
  #solution .solution1 .text h3::after,
  #solution .solution2 .text h3::after,
  #solution .solution3 .text h3::after {
    width: 94.6666666667vw;
    height: 1px;
    right: 0;
  }
}
#solution .solution1::before,
#solution .solution2::before,
#solution .solution3::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media print, screen and (min-width: 768.1px) {
  #solution .solution1,
  #solution .solution3 {
    margin-left: 100px;
    margin-right: calc((100vw - 1000px) / -2);
  }
}
@media screen and (min-width: 768.1px) and (min-width: 1600px) {
  #solution .solution1,
  #solution .solution3 {
    margin-right: -300px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #solution .solution1 picture,
  #solution .solution3 picture {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 768px) {
  #solution .solution1 picture img,
  #solution .solution3 picture img {
    -webkit-transform: translateX(9.3333333333vw);
            transform: translateX(9.3333333333vw);
  }
  #solution .solution1 .text,
  #solution .solution3 .text {
    margin-left: 9.3333333333vw;
  }
}
#solution .solution1::before {
  background-image: url(../img/txt_1.webp);
}
@media print, screen and (min-width: 768.1px) {
  #solution .solution1::before {
    width: 140px;
    height: 257px;
    top: 66px;
    left: -200px;
  }
}
@media screen and (max-width: 768px) {
  #solution .solution1::before {
    width: 21.0666666667vw;
    height: 38.6666666667vw;
    top: 57.6vw;
    left: -5.6vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #solution .solution2 {
    margin-top: 60px;
    margin-right: 100px;
    margin-left: calc((100vw - 1000px) / -2);
  }
}
@media screen and (min-width: 768.1px) and (min-width: 1600px) {
  #solution .solution2 {
    margin-left: -300px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #solution .solution2 .text h3::after {
    left: auto;
    right: -100px;
  }
}
@media screen and (max-width: 768px) {
  #solution .solution2 picture {
    -webkit-transform: translateX(-5.3333333333vw);
            transform: translateX(-5.3333333333vw);
  }
  #solution .solution2 .text h3::after {
    left: 0;
    right: auto;
  }
}
#solution .solution2::before {
  background-image: url(../img/txt_2.webp);
}
@media print, screen and (min-width: 768.1px) {
  #solution .solution2::before {
    width: 211px;
    height: 257px;
    top: 80px;
    right: -200px;
  }
}
@media screen and (max-width: 768px) {
  #solution .solution2::before {
    width: 31.7333333333vw;
    height: 38.8vw;
    top: 57.6vw;
    left: 62.9333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #solution .solution3 {
    margin-top: 70px;
  }
}
#solution .solution3::before {
  background-image: url(../img/txt_3.webp);
}
@media print, screen and (min-width: 768.1px) {
  #solution .solution3::before {
    width: 197px;
    height: 278px;
    top: 66px;
    left: -200px;
  }
}
@media screen and (max-width: 768px) {
  #solution .solution3::before {
    width: 29.6vw;
    height: 41.7333333333vw;
    top: 54.9333333333vw;
    left: -5.6vw;
  }
}

#onestop {
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(60%, rgb(255, 255, 255))), url(../img/onestop_image.webp) no-repeat;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 60%), url(../img/onestop_image.webp) no-repeat;
}
@media print, screen and (min-width: 768.1px) {
  #onestop {
    margin-top: -100px;
    padding-bottom: 140px;
    background-position: center 320px;
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  #onestop {
    padding-bottom: 18.6666666667vw;
    background-position: center 107.4666666667vw;
    background-size: 142.9333333333vw;
  }
}
#onestop .balloon {
  background-color: #5c5853;
  color: #fff;
  font-weight: 500;
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  #onestop .balloon {
    margin: 0 100px;
    padding: 45px 0 48px 0.5em;
    font-size: 28px;
    line-height: 54px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 768px) {
  #onestop .balloon {
    padding: 7.4666666667vw 0 8.2666666667vw;
    font-size: 4.8vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0.04em;
  }
}
#onestop .balloon b {
  position: relative;
  z-index: 1;
}
#onestop .balloon b::before {
  content: "";
  display: block;
  width: 100%;
  border-radius: 10px;
  background-color: #ac8c37;
  position: absolute;
  left: -0.15em;
  bottom: 0;
  z-index: -1;
}
@media print, screen and (min-width: 768.1px) {
  #onestop .balloon b::before {
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  #onestop .balloon b::before {
    height: 1.0666666667vw;
  }
}
#onestop .balloon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 768.1px) {
  #onestop .balloon::after {
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 51px solid #5c5853;
    bottom: -50px;
  }
}
@media screen and (max-width: 768px) {
  #onestop .balloon::after {
    border-left: 13.3333333333vw solid transparent;
    border-right: 13.3333333333vw solid transparent;
    border-top: 6.8vw solid #5c5853;
    bottom: -6.6666666667vw;
  }
}
#onestop .catch {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ac8c37;
  color: #fff;
  font-weight: 700;
}
@media print, screen and (min-width: 768.1px) {
  #onestop .catch {
    margin-top: 100px;
    padding: 6px 34px;
    font-size: 24px;
    line-height: 48px;
  }
}
@media screen and (max-width: 768px) {
  #onestop .catch {
    margin-top: 14.6666666667vw;
    padding: 1.0666666667vw 2.6666666667vw;
    font-size: 4vw;
    line-height: 6.4vw;
  }
}
#onestop h2 {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  #onestop h2 {
    margin-top: 30px;
    font-size: 60px;
    line-height: 80px;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 768px) {
  #onestop h2 {
    margin-top: 4.8vw;
    font-size: 8.2666666667vw;
    line-height: 10.8vw;
    letter-spacing: -0.05em;
  }
}
#onestop h2 b {
  color: #ac8c37;
  letter-spacing: 0;
}
#onestop h2 b span {
  margin-right: 0.1em;
}
@media print, screen and (min-width: 768.1px) {
  #onestop h2 b span {
    letter-spacing: -0.1em;
  }
}
@media screen and (max-width: 768px) {
  #onestop h2 b span {
    letter-spacing: -0.15em;
  }
}
#onestop h2::before, #onestop h2::after {
  content: "";
  display: block;
  width: 100%;
  border-radius: 10px;
  background: url(../img/goldleaf.webp) no-repeat center;
  background-size: contain;
  position: absolute;
}
@media print, screen and (min-width: 768.1px) {
  #onestop h2::before, #onestop h2::after {
    width: 74px;
    height: 206px;
    left: -1.05em;
    top: -0.55em;
  }
}
@media screen and (max-width: 768px) {
  #onestop h2::before, #onestop h2::after {
    width: 9.8666666667vw;
    height: 27.4666666667vw;
    left: -1.25em;
    top: 0.35em;
  }
}
#onestop h2::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#onestop h2::after {
  left: auto;
}
@media print, screen and (min-width: 768.1px) {
  #onestop h2::after {
    right: -1.05em;
  }
}
@media screen and (max-width: 768px) {
  #onestop h2::after {
    right: -1.25em;
  }
}
#onestop .lead {
  font-weight: 700;
}
@media print, screen and (min-width: 768.1px) {
  #onestop .lead {
    margin-top: 22px;
    font-size: 17px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  #onestop .lead {
    margin-top: 6.4vw;
    font-size: 3.7333333333vw;
    line-height: 6.5333333333vw;
  }
}
#onestop .problem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
@media print, screen and (min-width: 768.1px) {
  #onestop .problem {
    margin-top: 584px;
    max-width: 1000px;
    gap: 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  #onestop .problem {
    margin-top: 71.2vw;
    gap: 2.6666666667vw 2.6666666667vw;
  }
}
#onestop .problem li {
  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;
  color: #5c5853;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
#onestop .problem li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #dcd7ce;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  -webkit-box-shadow: 4px 4px 0px 0px rgb(255, 255, 255);
          box-shadow: 4px 4px 0px 0px rgb(255, 255, 255);
}
@media print, screen and (min-width: 768.1px) {
  #onestop .problem li {
    width: 300px;
    height: 56px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #onestop .problem li {
    width: 42.6666666667vw;
    height: 9.0666666667vw;
    font-size: 3.2vw;
  }
  #onestop .problem li:nth-child(3) {
    margin-left: 10vw;
    margin-right: 10vw;
  }
}
#onestop .answer {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(43, 37, 33, 0.5) 1px, transparent 1px); /* 罫線の色と太さ  */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}
@media print, screen and (min-width: 768.1px) {
  #onestop .answer {
    margin-top: 60px;
    font-size: 22px;
    line-height: 60px;
    background-size: 100% 60px; /* 行の高さ（罫線） */
  }
}
@media screen and (max-width: 768px) {
  #onestop .answer {
    margin: 5.3333333333vw 5.3333333333vw 0;
    font-size: 4vw;
    line-height: 10vw;
    background-size: 100% 10vw;
  }
}
#onestop .answer b {
  color: #ac8c37;
}

#reason {
  background: url(../img/reason_bg.webp) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #reason {
    padding-top: 120px;
    padding-bottom: 280px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 250px), 0 100%);
  }
}
@media screen and (max-width: 768px) {
  #reason {
    padding-top: 16vw;
    padding-bottom: 35.4666666667vw;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 33.3333333333vw), 0 100%);
  }
}
#reason::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #dcd7ce;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}
@media print, screen and (min-width: 768.1px) {
  #reason::before {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  #reason::before {
    height: 33.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #reason .catch img {
    width: 444px;
  }
}
@media screen and (max-width: 768px) {
  #reason .catch img {
    width: 66.2666666667vw;
  }
}
#reason ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768.1px) {
  #reason ul {
    margin-top: 84px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #reason ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10.6666666667vw;
    gap: 5.3333333333vw;
  }
}
#reason ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 10px 15px rgba(41, 30, 18, 0.15));
          filter: drop-shadow(0 10px 15px rgba(41, 30, 18, 0.15));
}
@media print, screen and (min-width: 768.1px) {
  #reason ul li {
    padding: 50px 30px 64px 30px;
    width: 320px;
    gap: 30px;
  }
  #reason ul li:nth-child(2) {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  #reason ul li:nth-child(3) {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@media screen and (max-width: 768px) {
  #reason ul li {
    padding: 5.8666666667vw 6.5333333333vw 7.8666666667vw 6.5333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #reason ul li img {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  #reason ul li img {
    width: 26.6666666667vw;
  }
}
#reason ul li h3 {
  color: #5c5853;
  text-align: center;
  font-weight: 500;
}
@media print, screen and (min-width: 768.1px) {
  #reason ul li h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  #reason ul li h3 {
    margin-top: 5.3333333333vw;
    font-size: 5.6vw;
    line-height: 6.8vw;
  }
}
#reason ul li h3 small {
  display: block;
}
@media print, screen and (min-width: 768.1px) {
  #reason ul li h3 small {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #reason ul li h3 small {
    font-size: 4.1333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #reason ul li p {
    font-size: 15px;
    line-height: 27px;
  }
}
@media screen and (max-width: 768px) {
  #reason ul li p {
    margin-top: 3.2vw;
    font-size: 3.4666666667vw;
    line-height: 6.2666666667vw;
  }
}

#works {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768.1px) {
  #works {
    margin-top: -220px;
    padding-top: 120px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #works {
    margin-top: -24vw;
    padding-top: 16vw;
    padding-bottom: 4vw;
  }
}
#works .catch {
  mix-blend-mode: multiply;
}
@media print, screen and (min-width: 768.1px) {
  #works .catch img {
    width: 395px;
  }
}
@media screen and (max-width: 768px) {
  #works .catch img {
    width: 58.8vw;
  }
}
#works .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768.1px) {
  #works .block {
    margin-top: 80px;
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  #works .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.8vw;
    margin-top: 9.6vw;
  }
}
#works .block .text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 768.1px) {
  #works .block .text {
    width: 420px;
    gap: 30px;
  }
}
#works .block .text h3 {
  color: #5c5853;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768.1px) {
  #works .block .text h3 {
    font-size: 30px;
    line-height: 51px;
  }
}
@media screen and (max-width: 768px) {
  #works .block .text h3 {
    font-size: 5.6vw;
    line-height: 9.4666666667vw;
  }
}
#works .block .text .spec {
  background-color: #dcd7ce;
  color: #5c5853;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #works .block .text .spec {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #works .block .text p {
    font-size: 15px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  #works .block .text p {
    margin-top: 4vw;
    font-size: 3.4666666667vw;
    line-height: 6.9333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #works .block picture {
    margin-right: calc((100vw - 1000px) / -2);
  }
}
@media screen and (max-width: 768px) {
  #works .block picture {
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
  }
}
#works .block picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media print, screen and (min-width: 768.1px) {
  #works .block picture img {
    height: 467px;
  }
}
@media screen and (max-width: 768px) {
  #works .block picture img {
    height: 66.6666666667vw;
  }
}
#works .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 768.1px) {
  #works .images {
    margin-top: 60px;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  #works .images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #works .images img {
    width: calc((100% - 100px) / 3);
  }
}
@media screen and (max-width: 768px) {
  #works .images img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 78.6666666667vw;
    height: 44.2666666667vw;
  }
}
#works .btn {
  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: auto;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(172, 140, 55)), to(rgb(213, 182, 100)));
  background-image: linear-gradient(to top, rgb(172, 140, 55) 0%, rgb(213, 182, 100) 100%);
  color: #fff;
  font-weight: 500;
  position: relative;
  -webkit-transition: background-image 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: background-image 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: background-image 0.6s ease, box-shadow 0.6s ease;
  transition: background-image 0.6s ease, box-shadow 0.6s ease, -webkit-box-shadow 0.6s ease;
}
@media print, screen and (min-width: 768.1px) {
  #works .btn {
    margin-top: 70px;
    width: 520px;
    height: 80px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #works .btn {
    margin: 10.6666666667vw auto 0;
    width: 89.3333333333vw;
    height: 14.6666666667vw;
    font-size: 4vw;
  }
}
#works .btn::after {
  content: "";
  display: inline-block;
  background: url(../img/icon_arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media print, screen and (min-width: 768.1px) {
  #works .btn::after {
    width: 12px;
    height: 19px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #works .btn::after {
    width: 2vw;
    height: 3.4666666667vw;
    right: 5.3333333333vw;
  }
}
#works .btn:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(186, 155, 70)), to(rgb(223, 192, 115)));
  background-image: linear-gradient(to top, rgb(186, 155, 70) 0%, rgb(223, 192, 115) 100%);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
#works .btn:hover::after {
  -webkit-transform: translateY(-50%) translateX(6px);
          transform: translateY(-50%) translateX(6px);
}

#flow {
  background-color: rgba(220, 215, 206, 0.2);
}
@media print, screen and (min-width: 768.1px) {
  #flow {
    padding-top: 180px;
    padding-bottom: 320px;
    clip-path: polygon(0 0, 100% 250px, 100% 100%, 0 calc(100% - 250px));
  }
}
@media screen and (max-width: 768px) {
  #flow {
    padding-top: 29.3333333333vw;
    padding-bottom: 40vw;
    clip-path: polygon(0 0, 100% 33.3333333333vw, 100% 100%, 0 calc(100% - 33.3333333333vw));
  }
}
@media print, screen and (min-width: 768.1px) {
  #flow .catch img {
    width: 317px;
  }
}
@media screen and (max-width: 768px) {
  #flow .catch img {
    width: 47.2vw;
  }
}
#flow ul.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 768.1px) {
  #flow ul.flow {
    margin-top: 58px;
    gap: 54px;
  }
}
@media screen and (max-width: 768px) {
  #flow ul.flow {
    margin-top: 8.5333333333vw;
    gap: 9.6vw;
  }
}
#flow ul.flow dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768.1px) {
  #flow ul.flow dl {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #flow ul.flow dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.9333333333vw;
  }
}
#flow ul.flow dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #63513f;
  color: #fff;
  font-weight: 500;
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  #flow ul.flow dl dt {
    gap: 30px;
    width: 370px;
    height: 90px;
    font-size: 24px;
  }
  #flow ul.flow dl dt::after {
    content: "";
    display: block;
    width: 31px;
    height: 23px;
    bottom: -37px;
    background: url(../img/icon_flow-arrow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #flow ul.flow dl dt {
    gap: 4vw;
    width: 100%;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
#flow ul.flow dl dt span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  aspect-ratio: 1/1;
  width: auto;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  font-weight: 700;
}
@media print, screen and (min-width: 768.1px) {
  #flow ul.flow dl dt span {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  #flow ul.flow dl dt span {
    font-size: 5.8666666667vw;
  }
}
#flow ul.flow dl dd {
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  #flow ul.flow dl dd {
    width: calc(100% - 410px);
  }
}
@media screen and (max-width: 768px) {
  #flow ul.flow dl dd::after {
    content: "";
    display: block;
    width: 6.2666666667vw;
    height: 4.4vw;
    bottom: -6.6666666667vw;
    background: url(../img/icon_flow-arrow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 768.1px) {
  #flow ul.flow dl dd p.text {
    padding-top: 12px;
    font-size: 17px;
    line-height: 29px;
  }
}
@media screen and (max-width: 768px) {
  #flow ul.flow dl dd p.text {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
  }
}
#flow ul.flow dl dd p.text a {
  text-decoration: underline;
}
#flow ul.flow dl dd p.text a:hover {
  text-decoration: none;
}
#flow ul.flow dl dd p.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  height: auto;
  border: 2px solid #ac8c37;
  border-radius: 100%;
  background-color: #fff;
  color: #ac8c37;
  text-align: center;
  font-weight: 700;
  position: absolute;
  right: 0;
}
@media print, screen and (min-width: 768.1px) {
  #flow ul.flow dl dd p.icon {
    width: 100px;
    font-size: 20px;
    line-height: 22px;
    top: -5px;
  }
}
@media screen and (max-width: 768px) {
  #flow ul.flow dl dd p.icon {
    width: 17.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 4.2666666667vw;
    top: -18vw;
    right: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #flow ul.flow dl dd p.icon small {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #flow ul.flow dl dd p.icon small {
    font-size: 2.8vw;
  }
}
#flow ul.flow dl dd figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 768.1px) {
  #flow ul.flow dl dd figure {
    margin-top: 46px;
    gap: 23px;
  }
}
@media screen and (max-width: 768px) {
  #flow ul.flow dl dd figure {
    margin-top: 4vw;
    gap: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #flow ul.flow dl dd figure img {
    width: 298px;
  }
}
@media screen and (max-width: 768px) {
  #flow ul.flow dl dd figure img {
    width: 45.0666666667vw;
  }
}
#flow ul.flow dl dd figure figcaption ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768.1px) {
  #flow ul.flow dl dd figure figcaption ul {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  #flow ul.flow dl dd figure figcaption ul {
    gap: 1.4666666667vw;
  }
}
#flow ul.flow dl dd figure figcaption ul li {
  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;
  background-color: #dcd7ce;
  color: #63513f;
  text-align: center;
  font-weight: 700;
}
@media print, screen and (min-width: 768.1px) {
  #flow ul.flow dl dd figure figcaption ul li {
    width: calc((100% - 10px) / 2);
    height: 79px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 768px) {
  #flow ul.flow dl dd figure figcaption ul li {
    width: calc((100% - 1.4666666667vw) / 2);
    height: 12vw;
    border-radius: 0.6666666667vw;
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #flow ul.flow > li:nth-child(3) .icon {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #flow ul.flow > li:nth-child(3) .icon {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #flow ul.flow > li:nth-child(3) dd {
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 768px) {
  #flow ul.flow > li:nth-child(3) dd {
    padding-bottom: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #flow ul.flow > li:nth-child(-n+3) dd {
    position: relative;
  }
  #flow ul.flow > li:nth-child(-n+3) dd::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #2b2521;
    opacity: 0.3;
    position: absolute;
    left: 0;
    bottom: -27px;
  }
}
#flow ul.flow .no-payment {
  border: 2px solid #ac8c37;
  color: #ac8c37;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 768.1px) {
  #flow ul.flow .no-payment {
    padding: 22px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #flow ul.flow .no-payment {
    margin-top: 1.7333333333vw;
    margin-bottom: 1.3333333333vw;
    padding: 4.6666666667vw;
    border-width: 0.5333333333vw;
    font-size: 4.2666666667vw;
  }
}
#flow ul.flow li:last-child dt {
  background-color: #ac8c37;
}
#flow ul.flow li:last-child dt::before {
  content: "";
  display: block;
  background: url(../img/icon_flow-arrow-gold.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 768.1px) {
  #flow ul.flow li:last-child dt::before {
    width: 31px;
    height: 23px;
    top: -37px;
  }
}
@media screen and (max-width: 768px) {
  #flow ul.flow li:last-child dt::before {
    width: 6.2666666667vw;
    height: 4.4vw;
    top: -8vw;
  }
}
#flow ul.flow li:last-child dt::after {
  display: none;
}
@media screen and (max-width: 768px) {
  #flow ul.flow li:last-child dd::after {
    display: none;
  }
}

@media print, screen and (min-width: 768.1px) {
  #contact {
    margin-top: -190px;
    padding-top: 120px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 768px) {
  #contact {
    margin-top: -20vw;
    padding: 16vw 5.3333333333vw 17.6vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #contact .catch img {
    width: 483px;
  }
}
@media screen and (max-width: 768px) {
  #contact .catch img {
    width: 72vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #contact .lead {
    margin-top: 40px;
    font-size: 17px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  #contact .lead {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 6.5333333333vw;
  }
}
#contact .lead small {
  display: block;
}
@media print, screen and (min-width: 768.1px) {
  #contact .lead small {
    margin-top: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #contact .lead small {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
#contact .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768.1px) {
  #contact .tel {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #contact .tel {
    margin-top: 11.2vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #contact .tel img {
    width: 375px;
  }
}
@media screen and (max-width: 768px) {
  #contact .tel img {
    width: 70.2666666667vw;
  }
}
#contact .tel a:hover {
  opacity: 0.7;
}
#contact .tel span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ac8c37;
  color: #fff;
}
@media print, screen and (min-width: 768.1px) {
  #contact .tel span {
    margin-top: 20px;
    width: 370px;
    height: 40px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  #contact .tel span {
    margin-top: 3.7333333333vw;
    width: 70.2666666667vw;
    height: 6.9333333333vw;
    font-size: 3.2vw;
  }
}
#contact form {
  text-align: left;
}
@media print, screen and (min-width: 768.1px) {
  #contact form {
    margin: 20px auto 0;
    max-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  #contact form {
    margin-top: 8.2666666667vw;
  }
}
#contact form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d5d5d6;
}
#contact form dl:first-child {
  border-top: none;
}
@media print, screen and (min-width: 768.1px) {
  #contact form dl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #contact form dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
    padding: 4vw 0 3.3333333333vw;
    border-top-width: 0.2666666667vw;
  }
}
#contact form dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2e2e33;
  font-weight: 500;
}
@media print, screen and (min-width: 768.1px) {
  #contact form dl dt {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 265px;
    padding: 20px 0;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  #contact form dl dt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 3.4666666667vw;
  }
}
#contact form dl dt .required,
#contact form dl dt .option {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #63513f;
  color: #fff;
}
@media print, screen and (min-width: 768.1px) {
  #contact form dl dt .required,
  #contact form dl dt .option {
    width: 70px;
    height: 32px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #contact form dl dt .required,
  #contact form dl dt .option {
    margin-left: 4.8vw;
    width: 12vw;
    height: 5.4666666667vw;
    font-size: 2.6666666667vw;
  }
}
#contact form dl dt .option {
  background-color: rgba(99, 81, 63, 0.5);
}
@media print, screen and (min-width: 768.1px) {
  #contact form dl dd {
    padding: 30px 0 32px;
    width: 665px;
  }
}
@media screen and (max-width: 768px) {
  #contact form dl dd {
    width: 100%;
  }
}
#contact form dl dd .input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768.1px) {
  #contact form dl dd .input-box {
    gap: 90px;
    padding: 10px 0 9px;
  }
}
@media screen and (max-width: 768px) {
  #contact form dl dd .input-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -1.0666666667vw;
    padding: 2.9333333333vw 5.3333333333vw 4.2666666667vw 0;
  }
}
#contact form dl dd label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media print, screen and (min-width: 768.1px) {
  #contact form dl dd label {
    padding: 6px 0;
  }
}
@media screen and (max-width: 768px) {
  #contact form dl dd label {
    font-size: 3.7333333333vw;
  }
}
#contact form dl dd input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #2b2521;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
@media print, screen and (min-width: 768.1px) {
  #contact form dl dd input[type=radio] {
    margin-right: 10px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  #contact form dl dd input[type=radio] {
    margin-right: 2.9333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
#contact form dl dd input[type=radio]::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-color: #2b2521;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media print, screen and (min-width: 768.1px) {
  #contact form dl dd input[type=radio]::after {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 768px) {
  #contact form dl dd input[type=radio]::after {
    width: 2.4vw;
    height: 2.4vw;
  }
}
#contact form dl dd input[type=radio]:checked::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#contact form dl dd input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 100%;
  background-color: #f8f7f5;
}
@media print, screen and (min-width: 768.1px) {
  #contact form dl dd input[type=text] {
    padding: 20px 30px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  #contact form dl dd input[type=text] {
    padding: 3.7333333333vw 4vw;
    font-size: 3.7333333333vw;
  }
}
#contact form dl dd select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 100%;
  border: 1px solid #2b2521;
}
@media print, screen and (min-width: 768.1px) {
  #contact form dl dd select {
    padding: 19px 30px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  #contact form dl dd select {
    margin-bottom: 0.8vw;
    padding: 3.3333333333vw 4vw;
    border-width: 0.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
#contact form dl dd.selectarea {
  position: relative;
}
#contact form dl dd.selectarea::after {
  content: "";
  display: inline-block;
  background-color: #2b2521;
  -webkit-mask: url(../img/icon_arrow.svg) no-repeat center;
          mask: url(../img/icon_arrow.svg) no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  z-index: 2;
}
@media print, screen and (min-width: 768.1px) {
  #contact form dl dd.selectarea::after {
    width: 9px;
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  #contact form dl dd.selectarea::after {
    width: 1.6vw;
    height: 2.6666666667vw;
  }
}
#contact form dl dd textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 100%;
  background-color: #f8f7f5;
  resize: none;
}
@media print, screen and (min-width: 768.1px) {
  #contact form dl dd textarea {
    padding: 20px 30px;
    height: 215px;
    font-size: 17px;
    line-height: 31px;
  }
}
@media screen and (max-width: 768px) {
  #contact form dl dd textarea {
    padding: 3.7333333333vw 4vw;
    height: 43.8666666667vw;
    font-size: 3.7333333333vw;
    line-height: 6.5333333333vw;
  }
}
#contact form dl dd ::-webkit-input-placeholder {
  color: #ababad;
}
#contact form dl dd ::-moz-placeholder {
  color: #ababad;
}
#contact form dl dd :-ms-input-placeholder {
  color: #ababad;
}
#contact form dl dd ::-ms-input-placeholder {
  color: #ababad;
}
#contact form dl dd ::placeholder {
  color: #ababad;
}
#contact form dl dd.js-custom-placeholder {
  position: relative;
}
#contact form dl dd.js-custom-placeholder .placeholder {
  position: absolute;
  pointer-events: none;
  color: #ababad;
}
@media print, screen and (min-width: 768.1px) {
  #contact form dl dd.js-custom-placeholder .placeholder {
    top: 48px;
    left: 30px;
    font-size: 17px;
    line-height: 31px;
  }
}
@media screen and (max-width: 768px) {
  #contact form dl dd.js-custom-placeholder .placeholder {
    top: 3.7333333333vw;
    left: 4vw;
    font-size: 3.7333333333vw;
    line-height: 6.5333333333vw;
  }
}
#contact form dl dd .error {
  display: none;
  margin-top: 0.5em;
  color: #f00;
  font-size: 88%;
  font-weight: bold;
}
#contact form dl dd .error._show {
  display: block;
}
#contact form dl dd .input-box + .error {
  margin-top: -0.5em;
}
#contact form dl.inquiry-detail {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (min-width: 768.1px) {
  #contact form dl.inquiry-detail dt {
    margin-top: 24px;
  }
}
#contact form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  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: auto;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(172, 140, 55)), to(rgb(213, 182, 100)));
  background-image: linear-gradient(to top, rgb(172, 140, 55) 0%, rgb(213, 182, 100) 100%);
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-image 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: background-image 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: background-image 0.6s ease, box-shadow 0.6s ease;
  transition: background-image 0.6s ease, box-shadow 0.6s ease, -webkit-box-shadow 0.6s ease;
}
@media print, screen and (min-width: 768.1px) {
  #contact form button {
    margin-top: 5px;
    width: 335px;
    height: 80px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #contact form button {
    margin-top: 4.2666666667vw;
    width: 66.6666666667vw;
    height: 14.6666666667vw;
    font-size: 4vw;
  }
}
#contact form button::after {
  content: "";
  display: inline-block;
  background: url(../img/icon_arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media print, screen and (min-width: 768.1px) {
  #contact form button::after {
    width: 12px;
    height: 19px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #contact form button::after {
    width: 2vw;
    height: 3.4666666667vw;
    right: 5.3333333333vw;
  }
}
#contact form button:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(186, 155, 70)), to(rgb(223, 192, 115)));
  background-image: linear-gradient(to top, rgb(186, 155, 70) 0%, rgb(223, 192, 115) 100%);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
#contact form button:hover::after {
  -webkit-transform: translateY(-50%) translateX(6px);
          transform: translateY(-50%) translateX(6px);
}
#contact form button + p {
  text-align: center;
}
@media print, screen and (min-width: 768.1px) {
  #contact form button + p {
    margin-top: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #contact form button + p {
    margin-top: 4vw;
    font-size: 2.6666666667vw;
  }
}
#contact form button + p a {
  text-decoration: underline;
}
#contact form button + p a:hover {
  text-decoration: none;
}

/*==================================================
	モーダル
==================================================*/
.modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.35);
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
  -webkit-transition: opacity 0;
  transition: opacity 0;
}
@media screen and (max-width: 768px) {
  .modal {
    padding: 5.3333333333vw 2.6666666667vw 25.3333333333vw;
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
.modal._show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}
.modal._show .modal-wrap {
  display: block;
}
.modal .modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.modal .modal-scroller {
  width: 100%;
  min-height: 100%;
}
@media print, screen and (min-width: 768.1px) {
  .modal .modal-scroller {
    padding: 80px 0;
  }
}
.modal .modal-wrap {
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  display: none;
}
@media print, screen and (min-width: 768.1px) {
  .modal .modal-wrap {
    padding: 50px;
    width: 90vw;
    max-width: 800px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .modal .modal-wrap {
    padding: 6.6666666667vw 7.3333333333vw 13.3333333333vw;
    width: 89.3333333333vw;
    border-radius: 0.6666666667vw;
  }
}

#form-modal {
  text-align: center;
}
#form-modal p {
  line-height: 1.5;
}
@media print, screen and (min-width: 768.1px) {
  #form-modal form {
    margin-top: 50px;
    width: 100%;
  }
}
#form-modal form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
}
@media print, screen and (min-width: 768.1px) {
  #form-modal form dl {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #form-modal form dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
#form-modal form dl dt {
  text-align: left;
  font-weight: 500;
}
@media print, screen and (min-width: 768.1px) {
  #form-modal form dl dt {
    width: 15em;
  }
}
@media screen and (max-width: 768px) {
  #form-modal form dl dt {
    width: 100%;
  }
}
#form-modal form dl dd {
  width: 100%;
  text-align: left;
}
#form-modal form dl dd div,
#form-modal form dl dd input,
#form-modal form dl dd textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  border: none;
  font-size: 1rem;
  width: 100%;
  white-space: pre-wrap;
  line-height: 1.5;
}
#form-modal form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  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: auto;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(172, 140, 55)), to(rgb(213, 182, 100)));
  background-image: linear-gradient(to top, rgb(172, 140, 55) 0%, rgb(213, 182, 100) 100%);
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-image 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: background-image 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: background-image 0.6s ease, box-shadow 0.6s ease;
  transition: background-image 0.6s ease, box-shadow 0.6s ease, -webkit-box-shadow 0.6s ease;
}
@media print, screen and (min-width: 768.1px) {
  #form-modal form button {
    margin-top: 50px;
    width: 335px;
    height: 80px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #form-modal form button {
    margin-top: 13.3333333333vw;
    width: 66.6666666667vw;
    height: 14.6666666667vw;
    font-size: 4vw;
  }
}
#form-modal form button::after {
  content: "";
  display: inline-block;
  background: url(../img/icon_arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media print, screen and (min-width: 768.1px) {
  #form-modal form button::after {
    width: 12px;
    height: 19px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #form-modal form button::after {
    width: 2vw;
    height: 3.4666666667vw;
    right: 5.3333333333vw;
  }
}
#form-modal form button:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(186, 155, 70)), to(rgb(223, 192, 115)));
  background-image: linear-gradient(to top, rgb(186, 155, 70) 0%, rgb(223, 192, 115) 100%);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
#form-modal form button:hover::after {
  -webkit-transform: translateY(-50%) translateX(6px);
          transform: translateY(-50%) translateX(6px);
}
#form-modal form button + p {
  text-align: center;
}
@media print, screen and (min-width: 768.1px) {
  #form-modal form button + p {
    margin-top: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #form-modal form button + p {
    margin-top: 4vw;
    font-size: 2.6666666667vw;
  }
}
#form-modal form button + p a {
  text-decoration: underline;
}
#form-modal form button + p a:hover {
  text-decoration: none;
}
#form-modal .close-btn {
  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-top: 1em;
  color: #939393;
  text-decoration: none;
}
@media print, screen and (min-width: 768.1px) {
  #form-modal .close-btn {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #form-modal .close-btn {
    font-size: 4vw;
  }
}
#form-modal .close-btn small {
  margin-left: 0.4em;
  font-size: 1rem;
}

#thanks-modal .modal-wrap {
  padding: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#thanks-modal .modal-wrap p {
  line-height: 2;
}
#thanks-modal .modal-wrap .close-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 2em;
  padding: 10px 20px;
  border-radius: 2px;
  background-color: #f1f2f9;
}

#outline {
  background: url(../img/outline_bg.webp) no-repeat center;
  background-size: cover;
}
@media print, screen and (min-width: 768.1px) {
  #outline {
    padding: 70px;
  }
}
@media screen and (max-width: 768px) {
  #outline {
    padding-top: 9.0666666667vw;
    padding-bottom: 12vw;
  }
}
#outline .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 768.1px) {
  #outline .wrapper {
    gap: 130px;
  }
}
@media screen and (max-width: 768px) {
  #outline .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#outline h2 {
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 768.1px) {
  #outline h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #outline h2 {
    font-size: 4.8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #outline .list {
    margin-top: -10px;
  }
}
@media screen and (max-width: 768px) {
  #outline .list {
    margin-top: 3.4666666667vw;
  }
}
#outline .list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
}
@media print, screen and (min-width: 768.1px) {
  #outline .list dl {
    padding: 22px 0;
    width: 720px;
  }
}
@media screen and (max-width: 768px) {
  #outline .list dl {
    padding: 3.2vw 0 3.2vw;
  }
}
#outline .list dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
}
@media print, screen and (min-width: 768.1px) {
  #outline .list dl dt {
    width: 110px;
    font-size: 17px;
    line-height: 27px;
  }
}
@media screen and (max-width: 768px) {
  #outline .list dl dt {
    width: 19.2vw;
    font-size: 3.2vw;
    line-height: 5.4666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #outline .list dl dd {
    font-size: 17px;
    line-height: 27px;
  }
}
@media screen and (max-width: 768px) {
  #outline .list dl dd {
    font-size: 3.2vw;
    line-height: 5.4666666667vw;
  }
}
#outline .list dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0 1em;
}
#outline .list dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
  white-space: nowrap;
}
#outline .list dl:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer {
  text-align: center;
}
@media print, screen and (min-width: 768.1px) {
  footer {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  footer .copyright {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 2.4vw;
  }
}
footer #nv_pagetop {
  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;
  background-color: #63513f;
  mix-blend-mode: multiply;
  font-size: 0;
  position: fixed;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 768.1px) {
  footer #nv_pagetop {
    right: 20px;
    bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  footer #nv_pagetop {
    right: 10px;
    bottom: 100px;
  }
}
footer #nv_pagetop.is-active {
  opacity: 1;
  pointer-events: auto;
}
footer #nv_pagetop span {
  display: none;
}
@media print, screen and (min-width: 768.1px) {
  footer #nv_pagetop {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  footer #nv_pagetop {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
footer #nv_pagetop::after {
  content: "";
  display: block;
  background: url(../img/icon_arrow.svg) no-repeat center;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media print, screen and (min-width: 768.1px) {
  footer #nv_pagetop::after {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  footer #nv_pagetop::after {
    width: 4vw;
    height: 4vw;
  }
}

/*==================================================
	error
==================================================*/
body#error main {
  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;
  text-align: center;
  z-index: 1000;
}
@media print, screen and (min-width: 768.1px) {
  body#error main {
    height: calc(100vh - 220px);
  }
}
@media screen and (max-width: 768px) {
  body#error main {
    height: calc(100vh - 29.3333333333vw);
  }
}
body#error main div h1 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  body#error main div h1 {
    font-size: 5.3333333333vw;
  }
}
body#error main div .lead {
  margin-top: 3em;
  line-height: 1.5;
}
body#error main div .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768.1px) {
  body#error main div .tel {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  body#error main div .tel {
    margin-top: 11.2vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  body#error main div .tel img {
    width: 375px;
  }
}
@media screen and (max-width: 768px) {
  body#error main div .tel img {
    width: 70.2666666667vw;
  }
}
body#error main div .tel a:hover {
  opacity: 0.7;
}
body#error main div .tel span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ac8c37;
  color: #ac8c37;
}
@media print, screen and (min-width: 768.1px) {
  body#error main div .tel span {
    margin-top: 20px;
    width: 370px;
    height: 40px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  body#error main div .tel span {
    margin-top: 3.7333333333vw;
    width: 70.2666666667vw;
    height: 6.9333333333vw;
    font-size: 3.2vw;
  }
}
body#error main div .lead img {
  margin: 2em 1em 1em 1em;
}
@media print, screen and (min-width: 768.1px) {
  body#error main div .lead img {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  body#error main div .lead img {
    width: 66.6666666667vw;
  }
}
body#error main div .btn {
  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: auto;
  background-color: #5c5853;
  color: #fff;
  font-weight: 500;
  position: relative;
  -webkit-transition: background-image 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: background-image 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: background-image 0.6s ease, box-shadow 0.6s ease;
  transition: background-image 0.6s ease, box-shadow 0.6s ease, -webkit-box-shadow 0.6s ease;
}
@media print, screen and (min-width: 768.1px) {
  body#error main div .btn {
    margin-top: 60px;
    width: 320px;
    height: 60px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  body#error main div .btn {
    margin: 10.6666666667vw auto 0;
    width: 64vw;
    height: 8vw;
    font-size: 4vw;
  }
}
body#error main div .btn::after {
  content: "";
  display: inline-block;
  background: url(../img/icon_arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media print, screen and (min-width: 768.1px) {
  body#error main div .btn::after {
    width: 12px;
    height: 19px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  body#error main div .btn::after {
    width: 2vw;
    height: 3.4666666667vw;
    right: 5.3333333333vw;
  }
}
body#error main div .btn:hover {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
body#error main div .btn:hover::after {
  -webkit-transform: translateY(-50%) translateX(6px);
          transform: translateY(-50%) translateX(6px);
}
body#error footer {
  margin-top: auto;
}