@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;700&display=swap");
/* line 6, ../../scss/_variables.scss */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

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

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
/* line 36, ../../scss/_variables.scss */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
/* line 44, ../../scss/_variables.scss */
main {
  display: block; }

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

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

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

/* Lists (definition) */
/* ============================================ */
/* line 90, ../../scss/_variables.scss */
dt {
  font-weight: bold; }

/* line 94, ../../scss/_variables.scss */
dd {
  margin-left: 0; }

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

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

/* line 126, ../../scss/_variables.scss */
address {
  font-style: inherit; }

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
/* line 177, ../../scss/_variables.scss */
small {
  font-size: 80%; }

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

/* line 194, ../../scss/_variables.scss */
sub {
  bottom: -0.25em; }

/* line 198, ../../scss/_variables.scss */
sup {
  top: -0.5em; }

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
/* line 209, ../../scss/_variables.scss */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
/* line 226, ../../scss/_variables.scss */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */ }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
/* line 248, ../../scss/_variables.scss */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

/* line 253, ../../scss/_variables.scss */
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Correct cursors for clickable elements.
 */
/* line 262, ../../scss/_variables.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/* line 269, ../../scss/_variables.scss */
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default; }

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
/* line 280, ../../scss/_variables.scss */
:-moz-focusring {
  outline: auto; }

/* line 284, ../../scss/_variables.scss */
select:disabled {
  opacity: inherit; }

/**
 * Remove padding
 */
/* line 292, ../../scss/_variables.scss */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
/* line 300, ../../scss/_variables.scss */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

/* line 306, ../../scss/_variables.scss */
legend {
  padding: 0; }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 322, ../../scss/_variables.scss */
textarea {
  overflow: auto; }

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

/**
 * 1. Correct the outline style in Safari.
 */
/* line 339, ../../scss/_variables.scss */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
/* line 356, ../../scss/_variables.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
/* line 365, ../../scss/_variables.scss */
label[for] {
  cursor: pointer; }

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

/*
 * Add the correct display in all browsers.
 */
/* line 384, ../../scss/_variables.scss */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
/* line 392, ../../scss/_variables.scss */
[contenteditable]:focus {
  outline: auto; }

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
/* line 403, ../../scss/_variables.scss */
table {
  border-spacing: 0;
  border-color: inherit;
  /* 1 */ }

/* line 408, ../../scss/_variables.scss */
caption {
  text-align: left; }

/* line 412, ../../scss/_variables.scss */
td,
th {
  vertical-align: top;
  padding: 0; }

/* line 418, ../../scss/_variables.scss */
th {
  text-align: left;
  font-weight: bold; }

/*clearfix-------------------------------*/
/* line 424, ../../scss/_variables.scss */
.clearfix {
  zoom: 1; }

/* line 427, ../../scss/_variables.scss */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/*-----a--img*/
@font-face {
  font-family: "GaramondUS";
  src: local("GaramondUS"), url("../assets/font/GaramondUS.ttf") format("ttf"); }
/* line 473, ../../scss/_variables.scss */
.container {
  width: 1100px;
  margin: 0 auto; }
  @media (max-width: 1100px) {
    /* line 473, ../../scss/_variables.scss */
    .container {
      width: 100%;
      padding: 0px 20px; } }

/* line 480, ../../scss/_variables.scss */
.narrow {
  width: 600px;
  margin: 0 auto; }
  @media (max-width: 650px) {
    /* line 480, ../../scss/_variables.scss */
    .narrow {
      width: 100%;
      padding: 0px 20px; } }

/* line 501, ../../scss/_variables.scss */
.clearfix::after {
  content: "";
  display: block;
  clear: both; }

/* line 509, ../../scss/_variables.scss */
#formWrap {
  padding: 80px 0px 0px 0px; }
  @media screen and (max-width: 1000px) {
    /* line 509, ../../scss/_variables.scss */
    #formWrap {
      padding: 40px 0px 0px 0px; } }

@media screen and (max-width: 559px) {
  /* line 2, ../../scss/_parts.scss */
  .btn {
    width: 100%;
    padding: 0.4rem 1rem; }
    /* line 6, ../../scss/_parts.scss */
    .btn br.sp-only {
      display: block; } }
/* line 8, ../../scss/_parts.scss */
.btn:hover {
  filter: brightness(140%);
  transition: 0.3s; }

/* line 14, ../../scss/_parts.scss */
.btn-back {
  background: #fff;
  display: block;
  transition: 0.6s;
  color: #555;
  margin: 4rem auto 0 auto;
  width: 400px;
  text-align: center;
  display: block;
  text-align: center;
  font-weight: bold;
  border: 2px solid #555;
  border-radius: 50px;
  margin: 2rem auto;
  padding: 1rem 2rem; }
  /* line 28, ../../scss/_parts.scss */
  .btn-back:hover {
    background: #ccc;
    transition: 0.3s; }
  @media screen and (max-width: 559px) {
    /* line 14, ../../scss/_parts.scss */
    .btn-back {
      width: 100%; } }

/* line 42, ../../scss/_parts.scss */
.small {
  font-size: 0.8em; }
  @media screen and (max-width: 559px) {
    /* line 42, ../../scss/_parts.scss */
    .small {
      font-size: 0.7em; } }

/* line 1, ../../scss/_common.scss */
html, body {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  font-family: "Shippori Mincho B1", serif;
  position: relative; }
  @media screen and (max-width: 559px) {
    /* line 1, ../../scss/_common.scss */
    html, body {
      font-size: 14px; } }

/* line 12, ../../scss/_common.scss */
.sp-only {
  display: none; }
  @media screen and (max-width: 1000px) {
    /* line 12, ../../scss/_common.scss */
    .sp-only {
      display: block; } }

/* line 18, ../../scss/_common.scss */
.pc-only {
  display: block; }
  @media screen and (max-width: 1000px) {
    /* line 18, ../../scss/_common.scss */
    .pc-only {
      display: none; } }

/* line 25, ../../scss/_common.scss */
header {
  height: 80px;
  width: 100%;
  top: 0;
  z-index: 3;
  position: fixed;
  background: #fff;
  transition: 0.6s; }
  /* line 33, ../../scss/_common.scss */
  header.change {
    transition: 0.6s;
    background-image: linear-gradient(to right, #fff 0%, #f4ead3 80%, #a57800 100%);
    position: fixed; }
  /* line 38, ../../scss/_common.scss */
  header .inner {
    display: -ms-flexbox;
    display: flex;
    padding: 0rem 1.5rem;
    align-items: center;
    height: 80px; }
    /* line 43, ../../scss/_common.scss */
    header .inner__left {
      width: 30%;
      z-index: 3; }
      /* line 47, ../../scss/_common.scss */
      header .inner__left h1 a {
        display: block; }
        /* line 49, ../../scss/_common.scss */
        header .inner__left h1 a img {
          width: 180px; }
    /* line 55, ../../scss/_common.scss */
    header .inner__right {
      width: 70%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      /* line 61, ../../scss/_common.scss */
      header .inner__right #nav-toggle {
        height: 50px;
        width: 50px;
        padding-top: 9px;
        z-index: 3;
        border: 1px solid #555;
        cursor: pointer;
        background: rgba(255, 255, 255, 0.7); }
        /* line 69, ../../scss/_common.scss */
        header .inner__right #nav-toggle::after {
          position: absolute;
          top: -17px;
          left: 0px;
          font-size: 8px;
          content: "NEW";
          background: #e1d4b0;
          color: #000;
          letter-spacing: 0.05rem;
          padding: 0px 3px; }
        /* line 80, ../../scss/_common.scss */
        header .inner__right #nav-toggle > div {
          position: relative;
          width: 40px; }
        /* line 84, ../../scss/_common.scss */
        header .inner__right #nav-toggle p {
          font-size: 0.8rem;
          font-family: "GaramondUS", serif;
          text-align: center;
          margin: 5px 0 0 5px; }
        /* line 90, ../../scss/_common.scss */
        header .inner__right #nav-toggle span {
          width: 100%;
          height: 3px;
          left: 5px;
          display: block;
          background: #555;
          position: absolute;
          transition: transform .6s ease-in-out, top .5s ease; }
          /* line 98, ../../scss/_common.scss */
          header .inner__right #nav-toggle span:nth-child(1) {
            top: 5px; }
          /* line 101, ../../scss/_common.scss */
          header .inner__right #nav-toggle span:nth-child(2) {
            top: 15px; }
          /* line 104, ../../scss/_common.scss */
          header .inner__right #nav-toggle span:nth-child(3) {
            top: 25px; }
        /* line 108, ../../scss/_common.scss */
        header .inner__right #nav-toggle:hover span:nth-child(1) {
          top: 10px; }
        /* line 111, ../../scss/_common.scss */
        header .inner__right #nav-toggle:hover span:nth-child(3) {
          top: 20px; }
        /* line 116, ../../scss/_common.scss */
        header .inner__right #nav-toggle.open span:nth-child(1) {
          top: 15px;
          transform: rotate(45deg); }
        /* line 120, ../../scss/_common.scss */
        header .inner__right #nav-toggle.open span:nth-child(2) {
          display: none; }
        /* line 123, ../../scss/_common.scss */
        header .inner__right #nav-toggle.open span:nth-child(3) {
          top: 15px;
          width: 100%;
          transform: rotate(-45deg); }
        /* line 129, ../../scss/_common.scss */
        header .inner__right #nav-toggle.open p {
          color: #fff; }
  @media screen and (min-width: 1600px) {
    /* line 137, ../../scss/_common.scss */
    header .inner {
      width: 1600px;
      margin: 0 auto;
      right: 0;
      left: 0; } }
  @media screen and (max-width: 1000px) {
    /* line 147, ../../scss/_common.scss */
    header .inner__left h1 {
      font-size: 0.9rem; }
      /* line 149, ../../scss/_common.scss */
      header .inner__left h1 a {
        margin-right: 0.5rem; } }
  @media screen and (max-width: 559px) {
    /* line 158, ../../scss/_common.scss */
    header .inner {
      justify-content: space-between; }
      /* line 160, ../../scss/_common.scss */
      header .inner__left {
        width: auto; }
        /* line 162, ../../scss/_common.scss */
        header .inner__left h1 {
          align-items: center; }
          /* line 165, ../../scss/_common.scss */
          header .inner__left h1 a img {
            width: 135px; }
      /* line 171, ../../scss/_common.scss */
      header .inner__right {
        width: 55%; }
        /* line 173, ../../scss/_common.scss */
        header .inner__right #nav-toggle p {
          margin: 11px 0 0 5px; } }

/* line 183, ../../scss/_common.scss */
#global-nav nav ul {
  display: flex; }
  /* line 185, ../../scss/_common.scss */
  #global-nav nav ul li {
    margin-right: 3rem; }
    /* line 187, ../../scss/_common.scss */
    #global-nav nav ul li a {
      position: relative; }
      /* line 189, ../../scss/_common.scss */
      #global-nav nav ul li a::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 3px;
        background: #795800;
        bottom: 20px;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s; }
      /* line 201, ../../scss/_common.scss */
      #global-nav nav ul li a:hover::after {
        visibility: visible;
        bottom: -3px;
        opacity: 1; }
    /* line 207, ../../scss/_common.scss */
    #global-nav nav ul li.current a {
      border-bottom: 3px solid #795800; }
/* line 213, ../../scss/_common.scss */
#global-nav.open {
  right: 0;
  overflow-y: scroll;
  z-index: 2;
  top: 0px;
  position: fixed;
  width: 100%;
  right: 0;
  height: 100vh;
  background: rgba(242, 232, 205, 0.9);
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: 0.3s; }
  /* line 226, ../../scss/_common.scss */
  #global-nav.open nav {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    height: 80%; }
    /* line 232, ../../scss/_common.scss */
    #global-nav.open nav ul {
      width: 100%;
      margin: 0 0 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
      text-align: center; }
      /* line 240, ../../scss/_common.scss */
      #global-nav.open nav ul li {
        width: 100%;
        padding: 1rem 0;
        margin-right: 0; }
        /* line 245, ../../scss/_common.scss */
        #global-nav.open nav ul li a {
          transition: 0.3s; }
          /* line 247, ../../scss/_common.scss */
          #global-nav.open nav ul li a span {
            display: block;
            font-family: "GaramondUS", serif;
            font-size: 1rem;
            line-height: 1.4; }
@media screen and (max-width: 1000px) {
  /* line 260, ../../scss/_common.scss */
  #global-nav nav {
    display: none; }
    /* line 263, ../../scss/_common.scss */
    #global-nav nav ul li a::after {
      content: none; }
    /* line 264, ../../scss/_common.scss */
    #global-nav nav ul li a:hover::after {
      opacity: 0; } }

/* line 274, ../../scss/_common.scss */
.loading {
  position: fixed;
  inset: 0;
  z-index: 10;
  height: 100vh;
  background-color: #fff; }

/* line 282, ../../scss/_common.scss */
.loading__inner {
  width: 100%;
  height: inherit;
  display: grid;
  place-content: center;
  row-gap: 10px; }
  /* line 288, ../../scss/_common.scss */
  .loading__inner img {
    width: 160px;
    margin: 0 auto;
    display: block; }
  /* line 292, ../../scss/_common.scss */
  .loading__inner p.txt1, .loading__inner p.txt2, .loading__inner p.txt3 {
    position: relative;
    color: #795800;
    font-size: 3rem;
    font-family: "GaramondUS", serif;
    letter-spacing: 0.4rem; }
    /* line 299, ../../scss/_common.scss */
    .loading__inner p.txt1 span, .loading__inner p.txt2 span, .loading__inner p.txt3 span {
      display: inline-block; }
  /* line 305, ../../scss/_common.scss */
  .loading__inner p.txt1 span:nth-child(14), .loading__inner p.txt1 span:nth-child(15), .loading__inner p.txt1 span:nth-child(16), .loading__inner p.txt1 span:nth-child(17) {
    font-size: 1rem;
    letter-spacing: 0; }
  /* line 311, ../../scss/_common.scss */
  .loading__inner p.txt2 span:nth-child(10), .loading__inner p.txt2 span:nth-child(9), .loading__inner p.txt2 span:nth-child(11), .loading__inner p.txt2 span:nth-child(12) {
    font-size: 1rem;
    letter-spacing: 0; }
  /* line 317, ../../scss/_common.scss */
  .loading__inner p.txt3 span:nth-child(14), .loading__inner p.txt3 span:nth-child(15), .loading__inner p.txt3 span:nth-child(12), .loading__inner p.txt3 span:nth-child(13) {
    font-size: 1rem;
    letter-spacing: 0; }
  @media screen and (max-width: 559px) {
    /* line 282, ../../scss/_common.scss */
    .loading__inner {
      width: 90%;
      margin: 0 auto; }
      /* line 325, ../../scss/_common.scss */
      .loading__inner img {
        width: 120px; }
      /* line 327, ../../scss/_common.scss */
      .loading__inner p.txt1, .loading__inner p.txt2, .loading__inner p.txt3 {
        font-size: 5vw; } }

/* line 334, ../../scss/_common.scss */
.loading__text {
  font-size: max(12px, 1rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center; }

/* line 343, ../../scss/_common.scss */
.contents {
  height: 100vh;
  display: grid;
  place-items: center;
  font-size: max(22px, 3vw); }

/* line 351, ../../scss/_common.scss */
.ttl-box h2 {
  font-size: 4rem;
  color: #795800;
  font-family: "GaramondUS", serif;
  letter-spacing: 0.4rem; }
  /* line 356, ../../scss/_common.scss */
  .ttl-box h2 span {
    font-size: 1rem;
    color: #555;
    display: block; }
@media screen and (max-width: 559px) {
  /* line 363, ../../scss/_common.scss */
  .ttl-box h2 {
    font-size: 3rem; } }

/* line 367, ../../scss/_common.scss */
.block {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1000px) {
    /* line 367, ../../scss/_common.scss */
    .block {
      flex-wrap: wrap; } }

/* line 376, ../../scss/_common.scss */
.txt-wrap {
  position: relative; }
  /* line 378, ../../scss/_common.scss */
  .txt-wrap .txt-flowing {
    align-items: center;
    color: #cdc09d;
    font-family: "GaramondUS", serif;
    letter-spacing: 0.2rem;
    display: flex;
    line-height: 40px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    writing-mode: vertical-rl; }
    /* line 390, ../../scss/_common.scss */
    .txt-wrap .txt-flowing ul {
      animation: flowing 200s linear infinite;
      font-size: 3rem;
      transform: translateY(50%);
      margin: 0;
      padding: 0.5rem 0;
      z-index: 0;
      position: fixed;
      right: 0; }
      /* line 399, ../../scss/_common.scss */
      .txt-wrap .txt-flowing ul li {
        display: inline-block;
        padding-right: 10px; }
  @media screen and (max-width: 768px) {
    /* line 407, ../../scss/_common.scss */
    .txt-wrap .txt-flowing ul {
      font-size: 2rem; }
      /* line 409, ../../scss/_common.scss */
      .txt-wrap .txt-flowing ul li {
        padding: 0; } }

@keyframes flowing {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }
/* line 419, ../../scss/_common.scss */
#fv {
  background: #fff;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center; }
  /* line 425, ../../scss/_common.scss */
  #fv .inner {
    width: 700px;
    margin: 0 auto;
    padding: 0 20px; }
  /* line 430, ../../scss/_common.scss */
  #fv img {
    width: 150px;
    margin-bottom: 1rem; }
  /* line 434, ../../scss/_common.scss */
  #fv p.main-txt {
    color: #795800;
    font-size: 3rem;
    font-family: "GaramondUS", serif;
    letter-spacing: 0.4rem; }
    /* line 439, ../../scss/_common.scss */
    #fv p.main-txt span {
      font-size: 1rem;
      letter-spacing: 0; }
  /* line 444, ../../scss/_common.scss */
  #fv p.txt {
    font-size: 1.2rem;
    margin-top: 1rem; }
  @media screen and (max-width: 768px) {
    /* line 449, ../../scss/_common.scss */
    #fv .inner {
      width: 100%; }
      /* line 450, ../../scss/_common.scss */
      #fv .inner img {
        width: 100px; }
      /* line 451, ../../scss/_common.scss */
      #fv .inner p.main-txt {
        font-size: 7vw; }
      /* line 454, ../../scss/_common.scss */
      #fv .inner p.txt {
        font-size: 0.9rem; } }
  @media screen and (max-width: 559px) {
    /* line 419, ../../scss/_common.scss */
    #fv {
      height: 450px; }
      /* line 461, ../../scss/_common.scss */
      #fv .inner {
        margin-top: 2rem; }
      /* line 462, ../../scss/_common.scss */
      #fv .inner p.main-txt {
        font-size: 5vw; }
      /* line 465, ../../scss/_common.scss */
      #fv .inner p.txt {
        padding-right: 1rem; } }

/* line 473, ../../scss/_common.scss */
#top-services {
  clip-path: inset(0 0 0 0);
  width: 100%;
  position: relative; }
  /* line 477, ../../scss/_common.scss */
  #top-services .bg {
    position: fixed;
    top: 0;
    z-index: -1;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url("../../assets/img/top_bg_1.jpg") no-repeat border-box center bottom 0rem/calc(100% - 8rem); }
  /* line 487, ../../scss/_common.scss */
  #top-services .inner {
    padding-top: 55rem; }
  /* line 488, ../../scss/_common.scss */
  #top-services .content {
    background: #f2e8cd;
    padding: 8rem 0;
    z-index: 1; }
  /* line 493, ../../scss/_common.scss */
  #top-services .block {
    margin-top: 3rem; }
    /* line 495, ../../scss/_common.scss */
    #top-services .block .item {
      width: 40%; }
      /* line 497, ../../scss/_common.scss */
      #top-services .block .item h3 {
        font-size: 1.8rem; }
      /* line 500, ../../scss/_common.scss */
      #top-services .block .item img {
        width: 100%;
        margin-top: 1rem;
        box-shadow: 17px 17px 0px #fff; }
      /* line 505, ../../scss/_common.scss */
      #top-services .block .item p {
        margin-top: 2rem; }
      /* line 508, ../../scss/_common.scss */
      #top-services .block .item:nth-child(2) {
        margin-top: 4rem; }
  @media screen and (max-width: 1000px) {
    /* line 514, ../../scss/_common.scss */
    #top-services .block {
      justify-content: center; }
      /* line 516, ../../scss/_common.scss */
      #top-services .block .item {
        width: 80%; }
    /* line 518, ../../scss/_common.scss */
    #top-services .view-btn {
      margin: 4rem auto 0 auto; } }
  @media screen and (max-width: 768px) {
    /* line 523, ../../scss/_common.scss */
    #top-services .bg {
      background: url("../../assets/img/top_bg_1_sp.jpg") no-repeat border-box right 0 bottom 2rem/100%; }
    /* line 527, ../../scss/_common.scss */
    #top-services .inner {
      padding-top: 35rem; } }
  @media screen and (max-width: 559px) {
    /* line 530, ../../scss/_common.scss */
    #top-services .block {
      justify-content: flex-start; }
      /* line 531, ../../scss/_common.scss */
      #top-services .block .item {
        width: 92%; }
        /* line 532, ../../scss/_common.scss */
        #top-services .block .item h3 {
          font-size: 1.4rem; } }

/* line 541, ../../scss/_common.scss */
#top-case .block {
  align-items: center;
  justify-content: center; }
  /* line 544, ../../scss/_common.scss */
  #top-case .block .item {
    width: 50%;
    height: 770px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    /* line 551, ../../scss/_common.scss */
    #top-case .block .item .ttl-box {
      text-align: center; }
    /* line 554, ../../scss/_common.scss */
    #top-case .block .item.bg {
      background: url("../../assets/img/case_bg.jpg") no-repeat border-box center top/cover; }
@media screen and (max-width: 768px) {
  /* line 561, ../../scss/_common.scss */
  #top-case .block .item {
    width: 100%; }
    /* line 563, ../../scss/_common.scss */
    #top-case .block .item.bg {
      order: -2; } }
@media screen and (max-width: 559px) {
  /* line 571, ../../scss/_common.scss */
  #top-case .block .item {
    height: 350px; } }

/* line 578, ../../scss/_common.scss */
#top-outline {
  background: #F2E8CD;
  padding: 8rem 0; }
  /* line 581, ../../scss/_common.scss */
  #top-outline .block {
    align-items: center; }
    /* line 582, ../../scss/_common.scss */
    #top-outline .block .item {
      width: 40%;
      display: flex;
      flex-direction: column; }
      /* line 587, ../../scss/_common.scss */
      #top-outline .block .item.bg {
        width: 60%;
        padding: 13rem 0;
        background: url("../../assets/img/outline_bg.jpg") no-repeat border-box center center/cover; }
      /* line 592, ../../scss/_common.scss */
      #top-outline .block .item .view-btn {
        margin: 2rem auto 0 0; }
  @media screen and (max-width: 1000px) {
    /* line 598, ../../scss/_common.scss */
    #top-outline .block .item.bg {
      margin-right: -2rem; } }
  @media screen and (max-width: 768px) {
    /* line 604, ../../scss/_common.scss */
    #top-outline .block .item {
      margin-top: 2rem;
      width: 100%; }
      /* line 606, ../../scss/_common.scss */
      #top-outline .block .item.bg {
        order: -1;
        width: 96.5%; } }

/* line 613, ../../scss/_common.scss */
#top-contact {
  padding: 8rem 0; }
  /* line 615, ../../scss/_common.scss */
  #top-contact p {
    margin-top: 1rem; }
  @media screen and (max-width: 559px) {
    /* line 620, ../../scss/_common.scss */
    #top-contact p {
      padding-right: 1rem; } }

/* line 626, ../../scss/_common.scss */
.view-btn {
  display: block;
  margin: 2rem auto 0 auto;
  width: 300px;
  position: relative;
  font-family: "GaramondUS", serif;
  letter-spacing: 0.2rem;
  color: #795800; }
  /* line 634, ../../scss/_common.scss */
  .view-btn a {
    display: block;
    border: 2px solid rgba(255, 255, 255, 0);
    padding: 1rem; }
    /* line 638, ../../scss/_common.scss */
    .view-btn a:hover {
      background: linear-gradient(90deg, #F2E8CD 0%, #fff 50%, #ebb527 75%);
      border: 2px solid #795800;
      transition: 0.3s; }
  /* line 644, ../../scss/_common.scss */
  .view-btn::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 13px;
    border: none;
    border-right: 3px solid #795800;
    border-bottom: 2px solid #795800;
    transform: skew(45deg);
    transition: .3s;
    cursor: pointer; }
  /* line 659, ../../scss/_common.scss */
  .view-btn:hover::after {
    position: absolute;
    top: 50%;
    left: 80%;
    width: 40px; }
  @media screen and (max-width: 559px) {
    /* line 626, ../../scss/_common.scss */
    .view-btn {
      width: 80%; }
      /* line 667, ../../scss/_common.scss */
      .view-btn::after {
        width: 220px; }
      /* line 670, ../../scss/_common.scss */
      .view-btn:hover::after {
        position: absolute;
        top: auto;
        left: 0%;
        width: 220px; }
      /* line 677, ../../scss/_common.scss */
      .view-btn a:hover {
        background: none;
        border: 2px solid rgba(255, 255, 255, 0);
        transition: 0; } }

/* line 686, ../../scss/_common.scss */
footer {
  font-size: 0.9em;
  padding: 8rem 0;
  background: #795800;
  color: #fff; }
  /* line 692, ../../scss/_common.scss */
  footer img.filter {
    filter: invert(99%) brightness(450%); }
  /* line 697, ../../scss/_common.scss */
  footer .block .item.logo {
    width: 30%; }
    /* line 699, ../../scss/_common.scss */
    footer .block .item.logo p {
      margin-top: 1rem; }
      /* line 701, ../../scss/_common.scss */
      footer .block .item.logo p.name {
        font-size: 1.4rem; }
    /* line 705, ../../scss/_common.scss */
    footer .block .item.logo img {
      width: 90px;
      display: block; }
  /* line 710, ../../scss/_common.scss */
  footer .block .item {
    width: 30%; }
    /* line 712, ../../scss/_common.scss */
    footer .block .item:nth-child(2) {
      border-right: 1px solid #fff; }
      /* line 715, ../../scss/_common.scss */
      footer .block .item:nth-child(2) ul li {
        margin-bottom: 0.5rem; }
        /* line 717, ../../scss/_common.scss */
        footer .block .item:nth-child(2) ul li a:hover {
          text-decoration: underline;
          transition: 0.3s; }
    /* line 724, ../../scss/_common.scss */
    footer .block .item:nth-child(3) a {
      display: inline-block;
      transition: 0.3s; }
      /* line 725, ../../scss/_common.scss */
      footer .block .item:nth-child(3) a:hover {
        transform: translateY(-4px);
        filter: brightness(120%);
        opacity: 0.6; }
    /* line 734, ../../scss/_common.scss */
    footer .block .item:nth-child(3) img {
      width: 200px;
      margin-top: 1rem; }
  /* line 741, ../../scss/_common.scss */
  footer small {
    text-align: center;
    display: block;
    margin-top: 4rem; }
  @media screen and (max-width: 768px) {
    /* line 749, ../../scss/_common.scss */
    footer .block .item.logo {
      width: 40%; }
    /* line 750, ../../scss/_common.scss */
    footer .block .item:nth-child(2) {
      padding-left: 2rem;
      border-left: 1px solid #fff;
      border-right: 0px;
      width: 60%; }
    /* line 756, ../../scss/_common.scss */
    footer .block .item:nth-child(3) {
      width: 100%;
      margin-top: 2rem; } }
  @media screen and (max-width: 559px) {
    /* line 686, ../../scss/_common.scss */
    footer {
      padding: 4rem 0; }
      /* line 767, ../../scss/_common.scss */
      footer .block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        /* line 770, ../../scss/_common.scss */
        footer .block .item.logo {
          width: 100%; }
        /* line 771, ../../scss/_common.scss */
        footer .block .item:nth-child(2) {
          width: 100%;
          margin: 2rem 0 0 0rem;
          padding-left: 0;
          border: 0px; } }

/*animation*/
/* line 786, ../../scss/_common.scss */
.img-animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative; }
  /* line 790, ../../scss/_common.scss */
  .img-animation:before {
    animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }

@keyframes img-opacity {
  100% {
    opacity: 1; } }
@keyframes img-animation {
  100% {
    transform: translateX(100%); } }
/* line 817, ../../scss/_common.scss */
.pic, .pic_right {
  overflow: hidden; }

/* line 820, ../../scss/_common.scss */
.pic::before, .pic::after, .pic_right::before, .pic_right::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0%, 0%);
  transition: 1s ease 0s transform; }

/* line 830, ../../scss/_common.scss */
.pic_right::before, .pic_right::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  transform: translate(0%, 0%);
  transition: 1s ease 0s transform; }

/* line 841, ../../scss/_common.scss */
.pic::before, .pic_right::before {
  opacity: 0.5;
  background: linear-gradient(90deg, #a78a4a 0%, #815d36 100%);
  transition: 1.5s ease 0s transform; }

/* line 846, ../../scss/_common.scss */
.pic::after, .pic_right::after {
  background: linear-gradient(90deg, #d3cfa9 0%, #a78a4a 100%); }

/* line 849, ../../scss/_common.scss */
.pic.aos-animate::before, .pic.aos-animate::after, .pic_right.aos-animate::before, .pic_right.aos-animate::after {
  transform: translate(100%, 0%); }

/* line 852, ../../scss/_common.scss */
.pic_right.aos-animate::before, .pic_right.aos-animate::after {
  transform: translateX(-101%); }

/* line 2, ../../scss/_page.scss */
#page {
  height: 60vh;
  clip-path: inset(0px 0px 2px 0px);
  position: relative; }
  /* line 6, ../../scss/_page.scss */
  #page::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60vh;
    right: 0;
    left: 0;
    background: linear-gradient(to bottom, #ffffff00 70%, #ffffff 100%); }
  /* line 16, ../../scss/_page.scss */
  #page .bg {
    position: fixed;
    top: 0;
    z-index: -1;
    left: 0;
    width: 100vw;
    height: 60vh; }
  /* line 24, ../../scss/_page.scss */
  #page.services .bg {
    background: url("../../assets/img/service_bg.jpg") no-repeat border-box center bottom/calc(100% - 8rem); }
  /* line 27, ../../scss/_page.scss */
  #page.case .bg {
    background: url("../../assets/img/case_bg.jpg") no-repeat border-box center bottom/calc(100% - 8rem); }
  /* line 30, ../../scss/_page.scss */
  #page.outline .bg {
    background: url("../../assets/img/outline_bg.jpg") no-repeat border-box center bottom/calc(100% - 8rem); }
  /* line 33, ../../scss/_page.scss */
  #page.contact .bg, #page.privacypolicy .bg {
    background: url("../../assets/img/contact_bg.jpg") no-repeat border-box center bottom/calc(100% - 8rem); }
  @media screen and (max-width: 1000px) {
    /* line 2, ../../scss/_page.scss */
    #page {
      height: 30vh; }
      /* line 38, ../../scss/_page.scss */
      #page::before {
        height: 30vh; }
      /* line 41, ../../scss/_page.scss */
      #page .bg {
        height: 30vh; } }
  @media screen and (max-width: 768px) {
    /* line 46, ../../scss/_page.scss */
    #page.services .bg {
      background: url("../../assets/img/service_bg.jpg") no-repeat border-box center bottom/calc(100% - 5rem); }
    /* line 49, ../../scss/_page.scss */
    #page.case .bg {
      background: url("../../assets/img/case_bg.jpg") no-repeat border-box center bottom/calc(100% - 5rem); }
    /* line 52, ../../scss/_page.scss */
    #page.outline .bg {
      background: url("../../assets/img/outline_bg.jpg") no-repeat border-box center bottom/calc(100% - 5rem); }
    /* line 55, ../../scss/_page.scss */
    #page.contact .bg, #page.privacypolicy .bg {
      background: url("../../assets/img/contact_bg.jpg") no-repeat border-box center bottom/calc(100% - 5rem); } }

/* line 62, ../../scss/_page.scss */
.ttl-sub h2 {
  color: #795800;
  font-size: 6em;
  font-family: "GaramondUS", serif;
  letter-spacing: 0.6rem;
  position: absolute;
  top: -5rem; }
/* line 70, ../../scss/_page.scss */
.ttl-sub span {
  font-size: 1.2rem;
  display: block;
  padding-top: 4rem;
  letter-spacing: 0.2rem;
  color: #555; }
/* line 77, ../../scss/_page.scss */
.ttl-sub p {
  margin-top: 4rem;
  padding-right: 2rem; }
@media screen and (max-width: 559px) {
  /* line 82, ../../scss/_page.scss */
  .ttl-sub h2 {
    font-size: 3em;
    top: -3rem; }
  /* line 86, ../../scss/_page.scss */
  .ttl-sub span {
    font-size: 1rem;
    padding-top: 1.5rem; }
  /* line 90, ../../scss/_page.scss */
  .ttl-sub p {
    margin-top: 2rem; } }

/* line 96, ../../scss/_page.scss */
table {
  margin-top: 4rem;
  width: 100%;
  font-size: 0.9rem;
  background: #fff; }
  /* line 102, ../../scss/_page.scss */
  table tr:last-child th {
    border-bottom: 1px solid #555; }
  /* line 105, ../../scss/_page.scss */
  table tr:last-child td {
    border-bottom: 1px solid #555; }
  /* line 108, ../../scss/_page.scss */
  table tr th {
    background: #E2D7BB;
    padding: 2rem 1rem;
    vertical-align: middle;
    border-left: 1px solid #555;
    border-top: 1px solid #555;
    width: 20%; }
  /* line 116, ../../scss/_page.scss */
  table tr td {
    border-right: 1px solid #555;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
    vertical-align: middle;
    padding: 1rem;
    width: 80%; }
  @media screen and (max-width: 559px) {
    /* line 126, ../../scss/_page.scss */
    table tbody {
      display: block; }
    /* line 129, ../../scss/_page.scss */
    table tr {
      display: block; }
      /* line 131, ../../scss/_page.scss */
      table tr th {
        width: 100%;
        display: block;
        padding: 1rem;
        border-right: 1px solid #555; }
      /* line 137, ../../scss/_page.scss */
      table tr td {
        width: 100%;
        display: block; }
      /* line 141, ../../scss/_page.scss */
      table tr:last-child th {
        border-bottom: none; } }

/* line 148, ../../scss/_page.scss */
#services {
  background: #fff; }
  /* line 150, ../../scss/_page.scss */
  #services #finance {
    margin: 8rem 0; }
  /* line 154, ../../scss/_page.scss */
  #services .block:not(:first-child) {
    margin-top: 6rem; }
  /* line 157, ../../scss/_page.scss */
  #services .block .item {
    width: 48%;
    padding-left: calc((100% - 1100px)/2); }
    /* line 160, ../../scss/_page.scss */
    #services .block .item h3 {
      font-size: 2rem; }
    /* line 163, ../../scss/_page.scss */
    #services .block .item p {
      margin-top: 1rem; }
      /* line 165, ../../scss/_page.scss */
      #services .block .item p.small {
        font-size: 0.8rem;
        margin-top: 0.5rem; }
    /* line 170, ../../scss/_page.scss */
    #services .block .item a {
      color: #2954ff;
      text-decoration: underline; }
      /* line 173, ../../scss/_page.scss */
      #services .block .item a:hover {
        opacity: 0.6;
        transition: 0.3s; }
    /* line 178, ../../scss/_page.scss */
    #services .block .item.bg {
      background: url("../../assets/img/service_img_2.jpg") no-repeat border-box right 4rem center/100%; }
  /* line 183, ../../scss/_page.scss */
  #services .link {
    margin-top: 2rem; }
    /* line 185, ../../scss/_page.scss */
    #services .link p {
      font-size: 0.8rem; }
    /* line 188, ../../scss/_page.scss */
    #services .link a {
      display: inline-block;
      transition: .3s; }
      /* line 193, ../../scss/_page.scss */
      #services .link a img {
        width: 200px;
        margin-top: 0.5rem; }
  /* line 199, ../../scss/_page.scss */
  #services #education {
    padding: 8rem 0;
    background: #F2E8CD; }
    /* line 204, ../../scss/_page.scss */
    #services #education .block .item.bg {
      background: url("../../assets/img/service_img_1.jpg") no-repeat border-box right 4rem center/100%; }
    /* line 209, ../../scss/_page.scss */
    #services #education .block .item .link a:hover {
      transform: translateY(-4px); }
  @media screen and (max-width: 1000px) {
    /* line 220, ../../scss/_page.scss */
    #services #finance {
      padding: 0 20px; }
    /* line 223, ../../scss/_page.scss */
    #services .block .item {
      padding-right: 2rem; }
    /* line 227, ../../scss/_page.scss */
    #services .block .item {
      width: 100%;
      margin-top: 2rem; }
      /* line 230, ../../scss/_page.scss */
      #services .block .item.bg {
        order: -2;
        height: 300px;
        background: url("../../assets/img/service_img_2.jpg") no-repeat border-box right 2rem center/100%; }
    /* line 237, ../../scss/_page.scss */
    #services #education {
      padding: 8rem 20px; }
      /* line 241, ../../scss/_page.scss */
      #services #education .block .item.bg {
        background: url("../../assets/img/service_img_1.jpg") no-repeat border-box right 2rem center/100%; } }
  @media screen and (max-width: 559px) {
    /* line 249, ../../scss/_page.scss */
    #services #finance {
      margin: 4rem 0; }
      /* line 252, ../../scss/_page.scss */
      #services #finance .block .item {
        padding-right: 1rem; }
        /* line 254, ../../scss/_page.scss */
        #services #finance .block .item.bg {
          height: 240px;
          margin-top: 0rem;
          background: url("../../assets/img/service_img_2.jpg") no-repeat border-box right 1rem center/100%; }
    /* line 262, ../../scss/_page.scss */
    #services #education {
      padding: 4rem 20px; }
      /* line 266, ../../scss/_page.scss */
      #services #education .block .item.bg {
        height: 240px;
        background: url("../../assets/img/service_img_1.jpg") no-repeat border-box right 1rem center/100%; } }

/* line 276, ../../scss/_page.scss */
#case, #outline {
  background: #F2E8CD;
  padding-bottom: 8rem; }
  /* line 279, ../../scss/_page.scss */
  #case .content, #outline .content {
    width: 900px;
    margin: 4rem auto 0 auto; }
  @media screen and (max-width: 1000px) {
    /* line 284, ../../scss/_page.scss */
    #case .content, #outline .content {
      width: 100%;
      padding: 0 20px; } }
  @media screen and (max-width: 768px) {
    /* line 276, ../../scss/_page.scss */
    #case, #outline {
      padding-bottom: 4rem; }
      /* line 291, ../../scss/_page.scss */
      #case .content, #outline .content {
        padding: 0 20px; } }

/* line 297, ../../scss/_page.scss */
#outline {
  background: #fff; }

/* line 301, ../../scss/_page.scss */
#access {
  padding: 8rem 0;
  background: #F2E8CD; }
  /* line 304, ../../scss/_page.scss */
  #access .ttl-sub {
    position: relative; }
  /* line 307, ../../scss/_page.scss */
  #access .map {
    margin-top: 4rem; }
    /* line 309, ../../scss/_page.scss */
    #access .map iframe {
      margin-top: 1rem;
      width: 95%; }

/* line 316, ../../scss/_page.scss */
.privacy-wrap {
  font-size: 0.9rem;
  width: 100%;
  height: 300px;
  overflow: scroll;
  padding: 20px;
  border: 1px solid #C0C0C0;
  border-radius: 3px;
  margin-bottom: 20px; }
  /* line 325, ../../scss/_page.scss */
  .privacy-wrap h3 {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 0.5rem 0; }
  /* line 330, ../../scss/_page.scss */
  .privacy-wrap p {
    margin-bottom: 1rem; }
  /* line 333, ../../scss/_page.scss */
  .privacy-wrap a {
    display: inline-block;
    color: #283BF6;
    text-decoration: underline; }
    /* line 337, ../../scss/_page.scss */
    .privacy-wrap a:hover {
      opacity: 0.8;
      transition: 0.3s; }
  /* line 342, ../../scss/_page.scss */
  .privacy-wrap ol {
    margin-top: 2rem;
    padding: 0;
    counter-reset: li_count; }
    /* line 346, ../../scss/_page.scss */
    .privacy-wrap ol li.number {
      margin-bottom: 2rem;
      font-size: 1rem;
      font-weight: bold; }
      /* line 350, ../../scss/_page.scss */
      .privacy-wrap ol li.number::before {
        counter-increment: li_count;
        content: counter(li_count) ".";
        margin-right: 5px;
        font-size: 1rem;
        font-weight: bold; }
  /* line 359, ../../scss/_page.scss */
  .privacy-wrap ul {
    margin-top: 0.5rem; }
    /* line 361, ../../scss/_page.scss */
    .privacy-wrap ul li {
      margin-bottom: 0;
      font-size: 0.9rem;
      font-weight: normal; }
  /* line 367, ../../scss/_page.scss */
  .privacy-wrap .second {
    margin-top: 4rem; }
    /* line 369, ../../scss/_page.scss */
    .privacy-wrap .second h2 {
      font-size: 1rem;
      font-weight: bold; }
    /* line 373, ../../scss/_page.scss */
    .privacy-wrap .second #customer {
      padding-bottom: 4rem;
      margin-top: 2rem; }
      /* line 376, ../../scss/_page.scss */
      .privacy-wrap .second #customer h4 {
        font-weight: bold;
        margin-bottom: 0.5rem; }

/* line 385, ../../scss/_page.scss */
#privacypolicy .privacy-wrap {
  height: auto;
  border: 0;
  padding: 0;
  padding-bottom: 4rem;
  margin: 4rem 0 0 0;
  width: 100%;
  border-bottom: 1px solid #555; }
  /* line 393, ../../scss/_page.scss */
  #privacypolicy .privacy-wrap p {
    margin-bottom: 2rem; }

/* line 397, ../../scss/_page.scss */
.btn-submit {
  margin: 4rem auto 0 auto;
  width: 400px;
  text-align: center;
  display: block; }
  /* line 402, ../../scss/_page.scss */
  .btn-submit [type="submit"] {
    padding: 1rem;
    width: 100%;
    display: inline-block;
    border-radius: 85px;
    text-decoration: none;
    border: 2px solid #795800;
    color: #795800;
    outline: none;
    font-weight: bold;
    /*アニメーションの指定*/
    transition: all 0.4s ease-out; }
    /* line 414, ../../scss/_page.scss */
    .btn-submit [type="submit"]:hover {
      /*ボタンの形状*/
      border-color: transparent;
      color: #fff;
      /*背景の色と形状*/
      background: linear-gradient(270deg, #795800 0%, #F2E8CD 50%, #795800 100%);
      background-size: 200% auto;
      background-position: right center; }
  /* line 424, ../../scss/_page.scss */
  .btn-submit input.submit-btn_back {
    border: 4px solid #555;
    margin-bottom: 1rem;
    color: #555; }
  @media screen and (max-width: 559px) {
    /* line 397, ../../scss/_page.scss */
    .btn-submit {
      width: 100%; } }

/* line 436, ../../scss/_page.scss */
#contact .content {
  width: 900px;
  margin: 0 auto 4rem auto; }
  /* line 439, ../../scss/_page.scss */
  #contact .content .common {
    border-bottom: 1px solid #555;
    margin-top: 4rem;
    padding-bottom: 4rem; }
    /* line 443, ../../scss/_page.scss */
    #contact .content .common p {
      margin-top: 1rem; }
      /* line 445, ../../scss/_page.scss */
      #contact .content .common p span {
        font-family: "GaramondUS", serif;
        font-size: 2rem;
        margin-left: 0.5rem; }
/* line 454, ../../scss/_page.scss */
#contact input[type='text'], #contact input[type='email'], #contact input[type='tel'] {
  width: 100%;
  padding: 1rem;
  border: 1px solid #555;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
/* line 462, ../../scss/_page.scss */
#contact .box-wrap {
  margin-top: 2rem; }
  /* line 464, ../../scss/_page.scss */
  #contact .box-wrap .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0;
    text-align: left; }
    /* line 470, ../../scss/_page.scss */
    #contact .box-wrap .box .item-name {
      width: 30%;
      font-weight: bold; }
      /* line 473, ../../scss/_page.scss */
      #contact .box-wrap .box .item-name.required::after {
        margin-left: 1rem;
        content: '必須';
        background: #ff4c00;
        border-radius: 7px;
        padding: 5px 10px;
        color: #fff;
        font-size: 0.9rem; }
    /* line 483, ../../scss/_page.scss */
    #contact .box-wrap .box .text-wrap, #contact .box-wrap .box .textarea-wrap, #contact .box-wrap .box .radio-wrap {
      width: 70%; }
    /* line 486, ../../scss/_page.scss */
    #contact .box-wrap .box .radio-wrap {
      display: flex; }
    /* line 489, ../../scss/_page.scss */
    #contact .box-wrap .box .radio {
      margin: 0.5rem; }
      /* line 491, ../../scss/_page.scss */
      #contact .box-wrap .box .radio input[type="radio"] {
        position: absolute;
        opacity: 0; }
        /* line 495, ../../scss/_page.scss */
        #contact .box-wrap .box .radio input[type="radio"] + .radio-label:before {
          content: '';
          background: #f4f4f4;
          border-radius: 100%;
          border: 1px solid #b4b4b4;
          display: inline-block;
          width: 1.4em;
          height: 1.4em;
          position: relative;
          margin-right: 1em;
          vertical-align: top;
          cursor: pointer;
          text-align: center;
          transition: all 250ms ease; }
        /* line 513, ../../scss/_page.scss */
        #contact .box-wrap .box .radio input[type="radio"]:checked + .radio-label:before {
          background-color: #3197EE;
          box-shadow: inset 0 0 0 4px #f4f4f4; }
        /* line 521, ../../scss/_page.scss */
        #contact .box-wrap .box .radio input[type="radio"]:focus + .radio-label:before {
          outline: none;
          border-color: #3197EE; }
        /* line 529, ../../scss/_page.scss */
        #contact .box-wrap .box .radio input[type="radio"]:disabled + .radio-label:before {
          box-shadow: inset 0 0 0 4px #f4f4f4;
          border-color: #b4b4b4;
          background: #b4b4b4; }
        /* line 538, ../../scss/_page.scss */
        #contact .box-wrap .box .radio input[type="radio"] + .radio-label:empty:before {
          margin-right: 0; }
    /* line 545, ../../scss/_page.scss */
    #contact .box-wrap .box textarea {
      padding: 1rem;
      width: 100%;
      border: 1px solid #5F2F00; }
    /* line 550, ../../scss/_page.scss */
    #contact .box-wrap .box.full {
      display: block; }
      /* line 552, ../../scss/_page.scss */
      #contact .box-wrap .box.full .privacy {
        margin-top: 1rem; }
        /* line 554, ../../scss/_page.scss */
        #contact .box-wrap .box.full .privacy p.small {
          font-size: 0.9rem;
          margin-bottom: 1rem; }
    /* line 560, ../../scss/_page.scss */
    #contact .box-wrap .box .privacy-wrap {
      font-size: 0.9rem;
      width: 100%;
      height: 300px;
      overflow: scroll;
      padding: 20px;
      border: 1px solid #C0C0C0;
      border-radius: 3px;
      margin-bottom: 20px; }
      /* line 569, ../../scss/_page.scss */
      #contact .box-wrap .box .privacy-wrap h3 {
        font-size: 1.1rem;
        font-weight: bold;
        margin: 0 0 0.5rem 0; }
      /* line 574, ../../scss/_page.scss */
      #contact .box-wrap .box .privacy-wrap p {
        margin-bottom: 1rem; }
      /* line 577, ../../scss/_page.scss */
      #contact .box-wrap .box .privacy-wrap a {
        display: inline-block;
        color: #283BF6;
        text-decoration: underline; }
        /* line 581, ../../scss/_page.scss */
        #contact .box-wrap .box .privacy-wrap a:hover {
          opacity: 0.8;
          transition: 0.3s; }
      /* line 586, ../../scss/_page.scss */
      #contact .box-wrap .box .privacy-wrap ol {
        margin-top: 2rem;
        padding: 0;
        counter-reset: li_count; }
        /* line 590, ../../scss/_page.scss */
        #contact .box-wrap .box .privacy-wrap ol li.number {
          margin-bottom: 2rem;
          font-size: 1rem;
          font-weight: bold; }
          /* line 594, ../../scss/_page.scss */
          #contact .box-wrap .box .privacy-wrap ol li.number::before {
            counter-increment: li_count;
            content: counter(li_count) ".";
            margin-right: 5px;
            font-size: 1rem;
            font-weight: bold; }
      /* line 603, ../../scss/_page.scss */
      #contact .box-wrap .box .privacy-wrap ul {
        margin-top: 0.5rem; }
        /* line 605, ../../scss/_page.scss */
        #contact .box-wrap .box .privacy-wrap ul li {
          margin-bottom: 0;
          font-size: 0.9rem;
          font-weight: normal; }
      /* line 611, ../../scss/_page.scss */
      #contact .box-wrap .box .privacy-wrap .second {
        margin-top: 4rem; }
        /* line 613, ../../scss/_page.scss */
        #contact .box-wrap .box .privacy-wrap .second h2 {
          font-size: 1rem;
          font-weight: bold; }
        /* line 617, ../../scss/_page.scss */
        #contact .box-wrap .box .privacy-wrap .second #customer {
          padding-bottom: 4rem;
          margin-top: 2rem; }
          /* line 620, ../../scss/_page.scss */
          #contact .box-wrap .box .privacy-wrap .second #customer h4 {
            font-weight: bold;
            margin-bottom: 0.5rem; }
    /* line 628, ../../scss/_page.scss */
    #contact .box-wrap .box .checkbox-wrap label {
      padding-right: 30px;
      display: inline-block;
      font-weight: bold;
      cursor: pointer; }
    /* line 634, ../../scss/_page.scss */
    #contact .box-wrap .box .checkbox-wrap input {
      display: none; }
      /* line 636, ../../scss/_page.scss */
      #contact .box-wrap .box .checkbox-wrap input + span {
        padding-left: 30px;
        position: relative;
        line-height: 2.4; }
        /* line 640, ../../scss/_page.scss */
        #contact .box-wrap .box .checkbox-wrap input + span::before {
          content: "";
          border: 2px solid #ccc;
          border-radius: 3px;
          display: block;
          position: absolute;
          top: -4px;
          left: 0;
          width: 24px;
          height: 24px; }
      /* line 652, ../../scss/_page.scss */
      #contact .box-wrap .box .checkbox-wrap input:checked + span {
        color: red; }
        /* line 654, ../../scss/_page.scss */
        #contact .box-wrap .box .checkbox-wrap input:checked + span::after {
          position: absolute;
          width: 9px;
          height: 13px;
          top: 0;
          left: 8px;
          border-right: 4px solid red;
          border-bottom: 5px solid red;
          border-bottom: 4px solid red;
          content: '';
          transform: rotate(45deg); }
      /* line 667, ../../scss/_page.scss */
      #contact .box-wrap .box .checkbox-wrap input + span.error {
        padding-left: 0; }
        /* line 669, ../../scss/_page.scss */
        #contact .box-wrap .box .checkbox-wrap input + span.error::before {
          content: none; }
@media screen and (max-width: 1000px) {
  /* line 680, ../../scss/_page.scss */
  #contact .content {
    width: 100%;
    padding: 0 20px; } }
@media screen and (max-width: 768px) {
  /* line 687, ../../scss/_page.scss */
  #contact .box-wrap .box {
    flex-wrap: wrap; }
    /* line 689, ../../scss/_page.scss */
    #contact .box-wrap .box .item-name {
      width: 100%; }
    /* line 692, ../../scss/_page.scss */
    #contact .box-wrap .box .text-wrap, #contact .box-wrap .box .radio-wrap, #contact .box-wrap .box .textarea-wrap {
      margin-top: 1rem;
      width: 100%; } }

/* line 706, ../../scss/_page.scss */
#formWrap h3 {
  font-size: 1.4rem;
  font-weight: bold; }
/* line 711, ../../scss/_page.scss */
#formWrap p {
  margin-top: 1rem; }
/* line 714, ../../scss/_page.scss */
#formWrap .formTable {
  margin-top: 1rem; }
/* line 717, ../../scss/_page.scss */
#formWrap .btn-next, #formWrap .btn {
  margin: 2rem auto;
  padding: 1rem 2rem; }
@media screen and (max-width: 559px) {
  /* line 722, ../../scss/_page.scss */
  #formWrap p {
    text-align: left; }
  /* line 725, ../../scss/_page.scss */
  #formWrap .btn-next, #formWrap .btn {
    width: 100%; } }

/* line 734, ../../scss/_page.scss */
.main_txt {
  text-align: center;
  font-size: 1.8em;
  margin: 60px 0px; }
  @media screen and (max-width: 1000px) {
    /* line 734, ../../scss/_page.scss */
    .main_txt {
      font-size: 1.4em; } }
  @media screen and (max-width: 559px) {
    /* line 734, ../../scss/_page.scss */
    .main_txt {
      font-size: 5.6vw; } }

 /*
.copy {
  margin-top: 4rem;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 2px;
  h3 {
    font-size: 1.6em;
  }
  h4 {
    font-size: 1.4rem;
  }
  p {
    margin-top: 2em;
  }
  @include medium {
    p.txt {
      text-align: left;
    }
  }
  @include small {
    letter-spacing: 1.5px;
    text-align: left;
    h3 {
      font-size: 1.2rem;
    }
    h4 {
      font-size: 1.1rem;
    }
  }
}*/

/*# sourceMappingURL=style.css.map */
