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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
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.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       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.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

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

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

/* reset.css end */
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* base.css start */
/* common */
section,
article {
  overflow-x: clip;
}

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

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

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media screen and (max-width: 980px) {
  html {
    scroll-padding-top: 16.3265306122vw;
  }
}

.inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .inner {
    max-width: 100%;
  }
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.column.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.grid-item {
  display: grid;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

.grad {
  background: -webkit-gradient(linear, left top, right top, from(#907a4f), to(#6a5429));
  background: linear-gradient(to right, #907a4f 0%, #6a5429 100%);
}

/* base.css start */
/* 基本設定 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header.is-scrolled {
  background-color: #222222;
}
.header.is-scrolled .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .inner {
  max-width: none;
  width: auto;
  margin-right: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 980px) {
  .header .inner {
    margin-right: 2.2448979592vw;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.header .inner .h_logo {
  max-width: 208px;
  width: 14%;
}
@media screen and (max-width: 980px) {
  .header .inner .h_logo {
    width: 30%;
  }
}
.header .inner .h_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .inner .h_logo a img {
  width: 100%;
  height: auto;
}
.header .inner .h_info {
  margin-left: auto;
  margin-right: 24px;
}
@media screen and (max-width: 980px) {
  .header .inner .h_info {
    margin-top: 2.0408163265vw;
    margin-right: 4.8979591837vw;
  }
}
.header .inner .h_info .h_tel {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .header .inner .h_info .h_tel {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.header .inner .h_info .h_time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .header .inner .h_info .h_time {
    font-size: 12px;
    font-size: 2.4489795918vw;
  }
}
.header .inner .h_contact {
  max-width: 177px;
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
  width: 100%;
}
.header .inner .h_contact:hover {
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
}
@media screen and (max-width: 980px) {
  .header .inner .h_contact {
    margin-top: 2.0408163265vw;
    max-width: 30.612244898vw;
  }
}
.header .inner .h_contact a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#af9867), to(#907a4f));
  background: linear-gradient(#af9867 0%, #907a4f 100%);
  height: 52px;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .header .inner .h_contact a {
    height: 10.612244898vw;
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}

/* base.css start */
.footer {
  background-color: #222222;
}
.footer .inner {
  padding: 20px 0;
}
.footer .inner .copy {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #fff;
}

/* content.css start */
/* ローディング背景 */
#loader {
  position: fixed;
  inset: 0;
  background: #4a3f2b;
  z-index: 9999;
  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;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

/* ロゴ中央 */
.loader-logo img {
  width: 120px;
  height: auto;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: fadeUp 0.8s ease-out 0.3s forwards;
          animation: fadeUp 0.8s ease-out 0.3s forwards;
}

/* ロゴの浮上 */
@-webkit-keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 背景が上にスライドして退場 */
.loader-slide-up {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.mv {
  background: url(../img/mv.jpg) no-repeat center/cover;
  height: 100vh;
}
@media screen and (max-width: 980px) {
  .mv {
    background-position: left 42% center;
  }
}
.mv .inner {
  max-width: 1366px;
}
.mv .inner .mv-text {
  position: absolute;
  right: 50px;
  bottom: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
@media screen and (max-width: 980px) {
  .mv .inner .mv-text {
    right: 0;
    left: 0;
    margin: auto;
    width: 90%;
    bottom: 11.4285714286vw;
  }
}
.mv .inner .mv-text .mv-ttl {
  position: relative;
  font-weight: 500;
  font-size: 44px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 980px) {
  .mv .inner .mv-text .mv-ttl {
    font-size: 32px;
    font-size: 6.5306122449vw;
  }
}
.mv .inner .mv-text .mv-ttl.animated {
  opacity: 1;
  visibility: visible;
}
.mv .inner .mv-text .mv-ttl .char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px); /* ← 動きを大きめに */
  -webkit-animation: riseUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
          animation: riseUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.mv .inner .mv-text .mv-ttl::before {
  content: "";
  width: 168px;
  height: 96px;
  position: absolute;
  right: 18px;
  top: -41px;
  background: url(../img/label.png) no-repeat center/contain;
}
@media screen and (max-width: 980px) {
  .mv .inner .mv-text .mv-ttl::before {
    width: 34.2857142857vw;
    height: 19.5918367347vw;
    right: 2.0408163265vw;
    top: -14.2857142857vw;
  }
}
.mv .inner .mv-text .mv-ttl .small {
  font-size: 36px;
}
@media screen and (max-width: 980px) {
  .mv .inner .mv-text .mv-ttl .small {
    font-size: 28px;
    font-size: 5.7142857143vw;
  }
}
.mv .inner .mv-text .ttl span,
.mv .inner .mv-text .ttl br,
.mv .inner .mv-text .ttl span span {
  display: inline-block;
}
.mv .inner .mv-text .mv-description {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .mv .inner .mv-text .mv-description {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.mv .inner .mv-text .mv-description.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.title .ttl-fade-in,
.title .ttl-fade-inv2 {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.title .ttl-fade-in.show,
.title .ttl-fade-inv2.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.title .ttl-rise-up span {
  display: inline-block;
}
.title .ttl-rise-up .char {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: riseUp 0.6s ease-out forwards;
          animation: riseUp 0.6s ease-out forwards;
}

@-webkit-keyframes riseUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes riseUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sec02 {
  background: #4a3f2b;
}
.sec02 .inner {
  max-width: none;
  width: auto;
  padding: 82px 0 80px;
  margin-left: 80px;
}
@media screen and (max-width: 980px) {
  .sec02 .inner {
    padding: 16.3265306122vw 0;
    margin-left: 0;
  }
}
.sec02 .inner .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 980px) {
  .sec02 .inner .title {
    gap: 2.6530612245vw;
    margin-bottom: 6.1224489796vw;
  }
  .sec02 .inner .title .ttl {
    width: 90%;
  }
  .sec02 .inner .title .ttl img {
    width: 100%;
    height: auto;
  }
}
.sec02 .inner .title .sub {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #f3dfad;
}
@media screen and (max-width: 980px) {
  .sec02 .inner .title .sub {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.sec02 .inner .box {
  background: #846f46;
  padding: 40px 235px 40px 255px;
}
@media screen and (max-width: 1300px) {
  .sec02 .inner .box {
    padding: 40px 100px;
  }
}
@media screen and (max-width: 980px) {
  .sec02 .inner .box {
    padding: 8.1632653061vw 6.1224489796vw;
  }
}
.sec02 .inner .box .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
@media screen and (max-width: 980px) {
  .sec02 .inner .box .check {
    gap: 4.4897959184vw;
  }
}
.sec02 .inner .box .check .item {
  font-weight: 400;
  font-size: 2rem;
  line-height: 2;
  font-size: 20px;
  color: #e0dbd0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media screen and (max-width: 980px) {
  .sec02 .inner .box .check .item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 18px;
    font-size: 3.6734693878vw;
    gap: 2.8571428571vw;
  }
  .sec02 .inner .box .check .item svg {
    margin-top: 2.0408163265vw;
  }
}

.sec03 .inner {
  padding: 91px 0 80px;
}
@media screen and (max-width: 980px) {
  .sec03 .inner {
    padding: 16.3265306122vw 0;
  }
}
.sec03 .inner .title {
  margin-bottom: 47px;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .title {
    margin-bottom: 6.1224489796vw;
  }
}
.sec03 .inner .title .ttl {
  text-align: center;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .title .ttl {
    width: 90%;
    margin: auto;
  }
  .sec03 .inner .title .ttl img {
    width: 100%;
    height: auto;
  }
}
.sec03 .inner .title .ttl::after {
  content: attr(data-title);
  font-weight: 400;
  font-size: 200px;
  line-height: 287px;
  text-align: center;
  color: rgba(255, 255, 255, 0.05);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -130px;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .title .ttl::after {
    font-size: 130px;
    font-size: 26.5306122449vw;
    line-height: 48.9795918367vw;
    top: -26.5306122449vw;
  }
}
.sec03 .inner iframe {
  position: relative;
  width: 100%;
  height: 501px;
  z-index: 10;
}
@media screen and (max-width: 980px) {
  .sec03 .inner iframe {
    height: 61.2244897959vw;
  }
}

.sec04 {
  background: #4a3f2b;
}
.sec04 .inner {
  max-width: none;
  width: auto;
  padding: 92px 0 148px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner {
    padding: 16.3265306122vw 0;
  }
}
.sec04 .inner .title {
  text-align: center;
  margin-bottom: 96px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .title {
    margin-bottom: 6.1224489796vw;
  }
  .sec04 .inner .title .ttl {
    width: 90%;
    margin: auto;
  }
  .sec04 .inner .title .ttl img {
    width: 100%;
    height: auto;
  }
}
.sec04 .inner .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .list {
    gap: 12.2448979592vw;
  }
}
.sec04 .inner .list .column {
  gap: 76px;
  margin-left: 100px;
}
@media screen and (max-width: 1300px) {
  .sec04 .inner .list .column {
    margin-left: 50px;
    gap: 50px;
  }
}
@media screen and (max-width: 980px) {
  .sec04 .inner .list .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 8.1632653061vw;
    width: 90%;
    margin: auto;
  }
}
.sec04 .inner .list .column.reverse {
  margin-left: 0;
  margin-right: 96px;
}
@media screen and (max-width: 1300px) {
  .sec04 .inner .list .column.reverse {
    margin-right: 50px;
  }
}
@media screen and (max-width: 980px) {
  .sec04 .inner .list .column.reverse {
    width: 90%;
    margin: auto;
  }
}
.sec04 .inner .list .column .img {
  width: 100%;
}
.sec04 .inner .list .column .img.h640 {
  height: 640px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .list .column .img.h640 {
    height: 130.612244898vw;
  }
}
.sec04 .inner .list .column .img.h440 {
  height: 440px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .list .column .img.h440 {
    height: 89.7959183673vw;
  }
}
.sec04 .inner .list .column .img.h850 {
  height: 850px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .list .column .img.h850 {
    height: 173.4693877551vw;
  }
}
.sec04 .inner .list .column .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec04 .inner .list .column .text {
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .list .column .text {
    max-width: none;
  }
}
.sec04 .inner .list .column .text .item-ttl {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.52;
  font-size: 25px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  margin-bottom: 19px;
}
@media screen and (max-width: 1300px) {
  .sec04 .inner .list .column .text .item-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  .sec04 .inner .list .column .text .item-ttl {
    font-size: 18px;
    font-size: 3.6734693878vw;
    gap: 4.0816326531vw;
  }
}
.sec04 .inner .list .column .text .item-ttl .point {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .list .column .text .item-ttl .point {
    font-size: 14px;
    font-size: 2.8571428571vw;
    margin-top: 1.6326530612vw;
  }
}
.sec04 .inner .list .column .text .description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-size: 15px;
  color: #d3c8b4;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .list .column .text .description {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.sec04 .inner .list .column .text .border {
  text-decoration: underline;
}

.sec05 {
  background: #3b2f1b;
}
.sec05 .inner {
  padding: 95px 0 121px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner {
    padding: 16.3265306122vw 0;
  }
}
.sec05 .inner .title {
  margin-bottom: 66px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .title {
    margin-bottom: 8.1632653061vw;
  }
}
.sec05 .inner .title .ttl {
  font-weight: 500;
  font-size: 38px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .title .ttl {
    font-size: 28px;
    font-size: 5.7142857143vw;
  }
}
.sec05 .inner .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 26px 30px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.8979591837vw;
  }
}
.sec05 .inner .list .item {
  padding-bottom: 25px;
  border: 1px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#3e2a06), to(#846a37));
  background: linear-gradient(#3e2a06 0%, #846a37 100%);
}
@media screen and (max-width: 980px) {
  .sec05 .inner .list .item {
    padding-bottom: 5.1020408163vw;
  }
}
.sec05 .inner .list .item figure {
  height: 280px;
  margin-bottom: 22px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .list .item figure {
    height: 57.1428571429vw;
    margin-bottom: 4.4897959184vw;
  }
}
.sec05 .inner .list .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec05 .inner .list .item .text .item-ttl {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .list .item .text .item-ttl {
    font-size: 24px;
    font-size: 4.8979591837vw;
    margin-bottom: 3.0612244898vw;
  }
}
.sec05 .inner .list .item .text .description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-size: 15px;
  color: #d3c8b4;
  max-width: 435px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .sec05 .inner .list .item .text .description {
    max-width: none;
    width: 90%;
  }
}
@media screen and (max-width: 980px) {
  .sec05 .inner .list .item .text .description {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}

.sec06 .inner {
  padding: 89px 0 80px;
  gap: 39px;
}
@media screen and (max-width: 980px) {
  .sec06 .inner {
    padding: 16.3265306122vw 0;
  }
}
.sec06 .inner .flow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .flow {
    gap: 4.0816326531vw;
  }
}
.sec06 .inner .flow .item {
  background: -webkit-gradient(linear, left top, left bottom, from(#4a3f2b), to(#322711));
  background: linear-gradient(#4a3f2b 0%, #322711 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 15px 30px 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .flow .item {
    gap: 6.1224489796vw;
    padding: 3.0612244898vw 6.1224489796vw;
  }
}
.sec06 .inner .flow .item::before {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e6c78b;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .flow .item::before {
    width: 20.4081632653vw;
    height: 0.4081632653vw;
  }
}
.sec06 .inner .flow .item .flowno {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
  font-size: 30px;
  text-align: center;
  color: #fff;
  height: 67px;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .flow .item .flowno {
    font-size: 30px;
    font-size: 6.1224489796vw;
    height: 13.6734693878vw;
  }
}
.sec06 .inner .flow .item .flowno small {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  font-size: 20px;
  height: 25px;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .flow .item .flowno small {
    font-size: 24px;
    font-size: 4.8979591837vw;
    height: 5.1020408163vw;
  }
}
.sec06 .inner .flow .item .text .item-ttl {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.3461538462;
  font-size: 26px;
  color: #fff;
  margin-bottom: 5px;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .flow .item .text .item-ttl {
    font-size: 24px;
    font-size: 4.8979591837vw;
    margin-bottom: 1.0204081633vw;
  }
}
.sec06 .inner .flow .item .text .description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-size: 15px;
  color: #d3c8b4;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .flow .item .text .description {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}

.cta {
  background: url(../img/contact.jpg) no-repeat center/cover;
}
.cta .inner {
  padding: 75px 0 81px;
}
@media screen and (max-width: 980px) {
  .cta .inner {
    padding: 12.2448979592vw 0;
  }
}
.cta .inner .title {
  margin-bottom: 25px;
}
@media screen and (max-width: 980px) {
  .cta .inner .title {
    margin-bottom: 5.1020408163vw;
  }
}
.cta .inner .title .ttl {
  font-weight: 500;
  font-size: 38px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .cta .inner .title .ttl {
    font-size: 30px;
    font-size: 6.1224489796vw;
  }
}
.cta .inner .column {
  gap: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .cta .inner .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.1632653061vw;
  }
}
.cta .inner .column .text a {
  font-weight: 500;
  font-size: 42px;
  color: #fff;
  display: block;
}
@media screen and (max-width: 980px) {
  .cta .inner .column .text a {
    font-size: 30px;
    font-size: 6.1224489796vw;
  }
}
.cta .inner .column .text a::before {
  content: "TEL ";
}
.cta .inner .column .text .time {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .cta .inner .column .text .time {
    font-size: 24px;
    font-size: 4.8979591837vw;
  }
}
.cta .inner .column .btn {
  max-width: 400px;
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
  width: 100%;
}
.cta .inner .column .btn:hover {
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
}
@media screen and (max-width: 980px) {
  .cta .inner .column .btn {
    max-width: 81.6326530612vw;
  }
}
.cta .inner .column .btn a {
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#af9867), to(#907a4f));
  background: linear-gradient(#af9867 0%, #907a4f 100%);
  border: 1px solid #fff;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 28px;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .cta .inner .column .btn a {
    height: 16.3265306122vw;
    font-size: 26px;
    font-size: 5.306122449vw;
  }
}

.sec07 {
  background: url(../img/voice-bg.jpg) no-repeat center/cover;
}
.sec07 .inner {
  padding: 79px 0 75px;
}
@media screen and (max-width: 980px) {
  .sec07 .inner {
    padding: 12.2448979592vw 0;
  }
}
.sec07 .inner .title {
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 19px;
}
@media screen and (max-width: 980px) {
  .sec07 .inner .title {
    margin-bottom: 6.1224489796vw;
    gap: 4.0816326531vw;
  }
}
.sec07 .inner .title .ttl {
  font-weight: 400;
  font-size: 60px;
  color: #fbf7ee;
}
@media screen and (max-width: 980px) {
  .sec07 .inner .title .ttl {
    font-size: 44px;
    font-size: 8.9795918367vw;
  }
}
.sec07 .inner .title .sub {
  margin-bottom: 13px;
}
@media screen and (max-width: 980px) {
  .sec07 .inner .title .sub {
    margin-bottom: 2.0408163265vw;
    width: 30%;
  }
  .sec07 .inner .title .sub img {
    width: 100%;
    height: auto;
  }
}
.sec07 .inner .voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 980px) {
  .sec07 .inner .voice-list {
    gap: 6.1224489796vw;
  }
}
.sec07 .inner .voice-list .voice-thumb {
  margin-bottom: 13px;
}
@media screen and (max-width: 980px) {
  .sec07 .inner .voice-list .voice-thumb {
    margin-bottom: 2.0408163265vw;
  }
}
.sec07 .inner .voice-list .voice-thumb img {
  width: 100%;
  height: auto;
}
.sec07 .inner .voice-list .voice-title {
  font-weight: 400;
  font-size: 26px;
  color: #fbf7ee;
  padding-bottom: 17px;
  position: relative;
  margin-bottom: 11px;
}
@media screen and (max-width: 980px) {
  .sec07 .inner .voice-list .voice-title {
    font-size: 24px;
    font-size: 4.8979591837vw;
    padding-bottom: 2.0408163265vw;
    margin-bottom: 2.0408163265vw;
  }
}
.sec07 .inner .voice-list .voice-title::after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #e6c78b;
}
@media screen and (max-width: 980px) {
  .sec07 .inner .voice-list .voice-title::after {
    width: 16.3265306122vw;
    height: 0.4081632653vw;
  }
}
.sec07 .inner .voice-list .voice-meta {
  font-weight: 400;
  font-size: 16px;
  color: #fbf7ee;
  margin-bottom: 11px;
}
@media screen and (max-width: 980px) {
  .sec07 .inner .voice-list .voice-meta {
    font-size: 15px;
    font-size: 3.0612244898vw;
    margin-bottom: 2.0408163265vw;
  }
}
.sec07 .inner .voice-list .voice-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-size: 15px;
  color: #d3c8b4;
}
@media screen and (max-width: 980px) {
  .sec07 .inner .voice-list .voice-content p {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}

.sec08 .inner {
  padding: 92px 0 84px;
}
@media screen and (max-width: 980px) {
  .sec08 .inner {
    padding: 16.3265306122vw 0;
  }
}
.sec08 .inner .title {
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 980px) {
  .sec08 .inner .title {
    margin-bottom: 8.1632653061vw;
  }
  .sec08 .inner .title .ttl {
    width: 40%;
    margin: auto;
  }
  .sec08 .inner .title .ttl img {
    width: 100%;
    height: auto;
  }
}
.sec08 .inner .faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 980px) {
  .sec08 .inner .faq-list {
    gap: 1.2244897959vw;
  }
}
.sec08 .inner .faq-list .item {
  cursor: pointer;
}
.sec08 .inner .faq-list .item .question {
  position: relative;
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 980px) {
  .sec08 .inner .faq-list .item .question {
    gap: 1.8367346939vw;
    padding-bottom: 3.0612244898vw;
  }
}
.sec08 .inner .faq-list .item .question .ttl {
  font-weight: 500;
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .sec08 .inner .faq-list .item .question .ttl {
    font-size: 24px;
    font-size: 4.8979591837vw;
  }
}
.sec08 .inner .faq-list .item .question .text {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .sec08 .inner .faq-list .item .question .text {
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}
.sec08 .inner .faq-list .item .question svg {
  position: absolute;
  top: 19px;
  right: 21px;
  width: 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 8px;
}
@media screen and (max-width: 980px) {
  .sec08 .inner .faq-list .item .question svg {
    top: 3.8775510204vw;
    right: 4.2857142857vw;
    width: 3.2653061224vw;
    height: 1.6326530612vw;
  }
}
.sec08 .inner .faq-list .item .answer {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 0;
}
.sec08 .inner .faq-list .item .answer .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-size: 15px;
  color: #fff;
  max-width: 941px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .sec08 .inner .faq-list .item .answer .text {
    font-size: 15px;
    font-size: 3.0612244898vw;
    max-width: none;
    width: 90%;
  }
}
.sec08 .inner .faq-list .item.active .question svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sec08 .inner .faq-list .item.active .answer {
  opacity: 1;
  visibility: visible;
  height: auto;
  max-height: 2000px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}/*# sourceMappingURL=style.css.map */