@charset "UTF-8";
/*! destyle.css v4.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*/
}

/* 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,
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 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  scroll-behavior: auto;
  font-size: 62.5%;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (max-width: 768px) {
  html {
    font-size: 56.25%;
  }
}
body {
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.5;
  font-size: 1.6em;
  overscroll-behavior-y: none;
}

#main {
  position: relative;
}

.section__title {
  text-align: center;
  padding-top: 134px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.section__title > h2, .section__title h1 {
  font-size: 2.8rem;
  color: #794B1F;
  position: relative;
}
.section__title > h2::before, .section__title > h2::after, .section__title h1::before, .section__title h1::after {
  width: 76.39px;
  height: 18.54px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
}
.section__title > h2::before, .section__title h1::before {
  background-image: url("../assets/img/title_after.png");
  right: -96px;
}
.section__title > h2::after, .section__title h1::after {
  background-image: url("../assets/img/title_before.png");
  left: -96px;
}

@media (max-width: 768px) {
  .section__title {
    padding-top: 60px;
  }
  .section__title > h2 {
    font-size: 2.4rem;
  }
  .section__title > h2::before, .section__title > h2::after {
    width: 50.39px;
    height: 12.54px;
  }
  .section__title > h2::before {
    right: -66px;
  }
  .section__title > h2::after {
    left: -66px;
  }
}
@media (max-width: 600px) {
  .section__title > h2, .section__title h1 {
    font-size: 2rem;
    line-height: 30px;
  }
  .section__title > h2::before, .section__title > h2::after, .section__title h1::before, .section__title h1::after {
    width: 50.39px;
    height: 12.54px;
  }
  .section__title > h2::before, .section__title h1::before {
    right: -56px;
  }
  .section__title > h2::after, .section__title h1::after {
    left: -56px;
  }
}
.slick-arrow:before {
  content: "" !important;
}

.slick-next:before {
  background: url(../assets/img/arrow_r.png) !important;
  background-size: contain !important;
  width: 66px !important;
  height: 66px !important;
  background-repeat: no-repeat;
  display: block;
}

.slick-prev:before {
  background: url(../assets/img/arrow_l.png) !important;
  background-size: contain !important;
  width: 66px !important;
  height: 66px !important;
  background-repeat: no-repeat;
  display: block;
}

.slick-arrow {
  z-index: 50 !important;
  width: 66px !important;
  height: 66px !important;
}

.slick-next {
  right: 40px !important;
}

.slick-prev {
  left: 40px !important;
}

@media (max-width: 450px) {
  .slick-prev:before {
    width: 44px !important;
    height: 44px !important;
  }
  .slick-next:before {
    width: 44px !important;
    height: 44px !important;
  }
  .slick-next {
    right: 14px !important;
  }
}
.reverse {
  display: none;
}

.fv__btn--item:hover img:not(.reverse) {
  display: none;
}

.fv__btn--item:hover .reverse {
  display: inline-block;
}

.feature__btn--item:hover img:not(.reverse) {
  display: none;
}

.feature__btn--item:hover .reverse {
  display: inline-block;
}

.sp-only {
  display: none;
}

.sp-hidden {
  display: block;
}

.tab-only {
  display: none;
}

.small-sp {
  display: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.db-none {
  display: none;
}

@media (max-width: 768px) {
  .tab-only {
    display: block;
  }
}
@media (max-width: 375px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .sp-hidden {
    display: none;
  }
}
@media (max-width: 350px) {
  .small-sp {
    display: block;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  text-align: center;
  height: 100%;
  min-height: 1px;
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}

@media (max-width: 600px) {
  .slick-slide {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
}
[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.header {
  position: fixed;
  z-index: 999;
  width: calc(100% - 200px);
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1240px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.header.scroll-header {
  opacity: 0;
  top: -100px;
}
.header.fixed-header {
  top: 60px;
  opacity: 1;
}
.header.active {
  opacity: 1;
  top: 60px;
}
.header__logo {
  padding-left: 40px;
}
.header__logo > a {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__logo > a:hover {
  opacity: 0.8;
}
.header__container {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 52px;
  padding-top: 4px;
}
.header__menu--item > a {
  font-family: Hiragino Maru Gothic Pro;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.05em;
  position: relative;
  color: #794B1F;
}
.header__menu--item > a::before {
  content: "";
  background: #794B1F;
  display: block;
  height: 2px;
  position: absolute;
  width: 0;
  bottom: -9px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__menu--item > a:hover {
  font-weight: bold;
  background-position: 0;
}
.header__menu--item > a:hover::before {
  width: 100%;
}
.header__sp {
  display: none;
}
.header__sp--btn {
  display: none;
  width: 34px;
  height: 21px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  outline: none;
  border: none;
  position: relative;
  z-index: 150;
}
.header__sp--btn.open span {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__sp--btn.open span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}
.header__sp--btn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}
.header__sp--btn.open span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
}
.header__sp--btn > span {
  display: block;
  height: 3px;
  border-radius: 5px;
  width: 100%;
  background-color: #794B1F;
  position: absolute;
  right: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__sp--btn > span:first-child {
  top: 0;
}
.header__sp--btn > span:nth-child(2) {
  top: 0;
  height: 3px;
  bottom: 0;
  margin: auto;
}
.header__sp--btn > span:last-child {
  height: 3px;
  bottom: 0;
}
.header__sp--wrapper {
  top: -200vh;
  height: 120vh;
  left: -20px;
  width: calc(100% + 40px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: fixed;
  background-color: #794B1F;
  z-index: 105;
  text-align: center;
}
.header__sp--wrapper.open {
  top: -60px;
  display: block;
  text-align: center;
}
.header__sp--wrapper > img {
  margin-top: 80px;
}
.header__sp--item {
  font-size: 2.2rem;
  color: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #949495;
}
.header__sp--item > a {
  font-size: 2rem;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.05em;
  position: relative;
}
.header__sp--item > a::before {
  content: "";
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  width: 0;
  bottom: -9px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__sp--item > a:hover {
  font-weight: bold;
  background-position: 0;
}
.header__sp--item > a:hover::before {
  width: 100%;
}
.header__sp--list {
  padding: 20px 60px 0;
}
.header__sp--cta {
  padding: 20px;
}
.header__sp--cta .fv__btn--item {
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .header {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .header {
    border-radius: 0;
    width: 100%;
  }
  .header.fixed-header {
    top: 0;
  }
  .header.active {
    top: 0;
  }
  .header__container {
    position: relative;
    z-index: 99;
  }
  .header__logo {
    padding-left: 20px;
    z-index: 1;
  }
  .header__menu {
    display: none;
  }
  .header__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__sp--btn {
    display: block;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__sp--btn:hover {
    opacity: 0.8;
  }
}
@media (max-width: 600px) {
  .header {
    height: 50px;
  }
  .header__logo > a > img {
    width: 195px;
    height: 45.5px;
  }
  .header__container {
    height: 50px;
  }
}
@media (max-width: 375px) {
  .header.fixed-header .header__sp--btn {
    right: 5px;
  }
  .header__logo {
    padding-left: 10px;
  }
  .header__sp--btn {
    right: 10px;
  }
  .header__sp--cta {
    padding: 20px;
  }
  .header__sp--cta .fv__btn--item {
    margin: 0 auto;
    max-width: 340px;
    width: 100%;
  }
}
.footer {
  height: 68px;
  background: rgb(0, 0, 0);
}
.footer__copyright {
  font-family: Inter;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 16px;
  color: #686d72;
}
.footer__menu {
  color: #686d72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__menu > li {
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-left: 13px;
  position: relative;
}
.footer__menu > li > a::before {
  content: "";
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  width: 0;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer__menu > li > a:hover {
  font-weight: bold;
  background-position: 0;
}
.footer__menu > li > a:hover::before {
  width: 100%;
}
.footer__container {
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .footer__container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .footer {
    height: auto;
  }
  .footer__container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 15px 0 11px;
  }
  .footer__copyright {
    padding-top: 10px;
    font-size: 8px;
    font-weight: 400;
    line-height: 10px;
    text-align: center;
  }
  .footer__menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__menu > li {
    margin-left: 0;
    padding: 0 12px;
    font-size: 10px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .footer__menu > li:nth-child(2) {
    border-right: 1px solid #686d72;
    border-left: 1px solid #686d72;
  }
  .footer__menu > li span {
    display: none;
  }
}
.fv {
  background: -webkit-gradient(linear, right top, left top, color-stop(-1.23%, #c8a063), color-stop(50.98%, rgba(210, 147, 50, 0.494792)), color-stop(102.11%, rgba(255, 206, 132, 0))), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: linear-gradient(270deg, #c8a063 -1.23%, rgba(210, 147, 50, 0.494792) 50.98%, rgba(255, 206, 132, 0) 102.11%), linear-gradient(0deg, #ffffff, #ffffff);
  width: 100%;
  height: 778px;
  overflow: hidden;
}
.fv__menu {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.fv__logo {
  position: relative;
  z-index: 10;
}
.fv__logo > a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.fv__logo > a:hover {
  opacity: 0.8;
}
.fv__container {
  color: #794B1F;
  padding: 20px 0 0 35px;
  position: absolute;
  z-index: 10;
}
.fv__container--inner {
  padding: 90px 0 0 115px;
}
.fv__container--heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fv__container--heading > img {
  height: 2px;
}
.fv__container--txt {
  padding: 0 8px;
  font-size: 3rem;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2509803922);
  font-family: Hiragino Maru Gothic Pro;
  line-height: 45px;
  letter-spacing: 0.08em;
}
.fv__container--title {
  font-size: 5rem;
  line-height: 75px;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2509803922);
  letter-spacing: 0;
}
.fv__container--title > span {
  letter-spacing: 0.12em;
}
.fv__container--item {
  margin-top: 8px;
  background: #c8a063;
  width: 349px;
}
.fv__container--item > p {
  height: 40px;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}
.fv__container--bottom {
  font-size: 1.8rem;
  margin-top: 12px;
}
.fv__btn {
  padding-top: 47px;
}
.fv__btn--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 340px;
  height: 58px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.fv__btn--item.heading__btn {
  background: #006935;
  border: 1px solid #006935;
}
.fv__btn--item.heading__btn:hover {
  background-color: #fff;
}
.fv__btn--item.heading__btn:hover > p {
  color: #006935;
}
.fv__btn--item.bottom__btn {
  background: #ea5414;
  margin-top: 16px;
  border: 1px solid #ea5414;
}
.fv__btn--item.bottom__btn:hover {
  background-color: #fff;
}
.fv__btn--item.bottom__btn:hover > p {
  color: #ea5414;
}
.fv__btn--item > p {
  font-size: 2rem;
  padding: 0 20px 0 16px;
  letter-spacing: 2px;
}
.fv__bg {
  overflow: hidden;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 778px;
  top: 0px;
  position: absolute;
}
.fv__inner {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -70px;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.fv__inner .infiniteslide_wrap {
  height: 980px !important;
}
.fv__inner .swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
}
.fv__inner--item {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .fv__container {
    padding: 45.6px 0 0 70px;
  }
  .fv__container--inner {
    padding: 45px 0 0 40px;
  }
  .fv__inner {
    right: -150px;
  }
}
@media (max-width: 1000px) {
  .fv {
    height: 1040px;
  }
  .fv__bg {
    display: none;
  }
  .fv__logo {
    padding: 0;
    text-align: center;
  }
  .fv__container {
    top: 420px;
    padding: 40px 0 0 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
    z-index: 11;
    background: url(../assets/img/lp_fv.png), -webkit-gradient(linear, right top, left top, color-stop(-1.23%, #c8a063), color-stop(50.98%, rgba(210, 147, 50, 0.494792)), color-stop(102.11%, rgba(255, 206, 132, 0))), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
    background: url(../assets/img/lp_fv.png), linear-gradient(270deg, #c8a063 -1.23%, rgba(210, 147, 50, 0.494792) 50.98%, rgba(255, 206, 132, 0) 102.11%), linear-gradient(0deg, #ffffff, #ffffff);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    width: 100%;
    border: none;
  }
  .fv__container--heading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fv__container--item {
    margin: 16px auto 0;
  }
  .fv__container--inner {
    padding: 0;
  }
  .fv__inner {
    right: 0;
    left: 55%;
    -webkit-transform: translateX(-50%) rotate(15deg);
            transform: translateX(-50%) rotate(15deg);
    height: 830px;
    width: 600px;
    top: -90px;
  }
  .fv__inner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-bottom: 10vw solid inherit;
    border-left: 100vw solid transparent;
  }
  .fv__btn {
    padding-bottom: 78px;
    margin: 0 auto;
  }
  .fv__btn > a {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .fv {
    height: 740px;
  }
  .fv__container {
    padding: 20px 0 0 0;
    top: 220px;
    width: 101%;
  }
  .fv__container--title {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0.12em;
    text-align: center;
  }
  .fv__container--txt {
    font-size: 20px;
  }
  .fv__btn {
    padding-top: 20px;
  }
  .fv__logo > a > img {
    width: 195px;
    height: 45px;
  }
  .fv__inner {
    height: 630px;
    width: 400px;
    margin: 0 auto;
  }
  .fv__inner img {
    height: 120px;
    width: 120px;
  }
}
@media (max-width: 375px) {
  .fv__container {
    background-position: left;
    background-size: 150%;
    margin: 0 auto;
  }
  .fv__container--inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .fv__container--txt {
    font-size: 18px;
  }
  .fv__container--title {
    letter-spacing: 0.05em;
  }
  .fv__container--item {
    width: 100%;
  }
  .fv__container--item > p {
    height: auto;
    padding: 5px 14px;
  }
  .fv__btn > a {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 350px) {
  .fv {
    height: 760px;
  }
  .fv__container--bottom {
    font-size: 1.7rem;
  }
}
.fixed {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 10vh;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.fixed.active {
  opacity: 1;
  bottom: 10vh;
}
.fixed .fv__btn--item {
  width: 212px;
  height: 66px;
  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;
  border-radius: 10px 0px 0px 10px;
}
.fixed .fv__btn--item.heading__btn > img {
  margin-left: 14px;
}
.fixed .fv__btn--item p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 768px) {
  .fixed {
    padding: 0 8px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px;
  }
  .fixed.active {
    bottom: 0;
  }
  .fixed .fv__btn--item {
    width: 50%;
    border-radius: 20px 20px 0px 0px;
    height: 54px;
  }
  .fixed .fv__btn--item.bottom__btn {
    margin-top: 0;
  }
  .fixed .fv__btn--item > p {
    font-size: 1.5rem;
  }
}
@media (max-width: 375px) {
  .fixed .fv__btn--item > p {
    font-size: 1.4rem;
    padding: 0 20px 0 10px;
  }
}
.fix-only {
  display: none;
}

@media (max-width: 355px) {
  .fix-only {
    display: block;
  }
  .fixed .fv__btn--item > p {
    line-height: 20px;
  }
}
.about .section__title {
  padding-top: 78px;
}
.about__container {
  padding-top: 14px;
  max-width: 921px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__container--item:nth-child(n+2) .about__container--txt {
  margin-top: -11px;
}
.about__container--txt {
  text-align: center;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 27px;
}
.about__container--txt > span {
  color: #ea5414;
}
.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1041px;
  margin: 0 auto;
  width: 100%;
  padding-top: 138px;
}
.about__inner--title {
  font-family: Optima;
  font-size: 3rem;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.1em;
  color: #794B1F;
  padding-left: 6px;
}
.about__inner--content {
  padding-left: 6px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 45px;
  margin: 12px 0;
  color: #794B1F;
}
.about__inner--txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.14em;
  text-align: left;
}
.about__inner--txt > span {
  color: #ea5414;
}
.about__inner--item:nth-child(1) {
  padding-left: 46px;
  max-width: 520px;
  width: 100%;
}
.about__inner--item:nth-child(2) {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__inner--item > img {
  margin-right: -10px;
}
.about__inner--item > img:nth-child(n+5) {
  margin-top: -32px;
}
.about__slider {
  padding-top: 107px;
}

@media (max-width: 1000px) {
  .about__container {
    width: calc(100% - 60px);
    margin: 0 auto;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about__container--item > img {
    width: 230px;
    height: auto;
  }
  .about__container--txt {
    font-size: 1.6rem;
  }
  .about__inner {
    width: calc(100% - 60px);
    gap: 40px;
    display: block;
  }
  .about__inner--item {
    justify-items: center;
  }
  .about__inner--item:nth-child(1) {
    padding-left: 0;
    text-align: center;
    margin: 0 auto;
  }
  .about__inner--item > img {
    margin-right: 0px;
  }
  .about__inner--item > img:nth-child(n+5) {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .about__container {
    display: block;
  }
  .about__container--item {
    text-align: center;
  }
  .about__container--item > img {
    width: 300px;
    height: auto;
  }
}
@media (max-width: 600px) {
  .about__inner--item:nth-child(2) {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .about__inner--item > img {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 375px) {
  .about__container--item > img {
    width: 100%;
    max-width: 100%;
  }
  .about__inner--item:nth-child(2) {
    grid-template-columns: 1fr 1fr;
  }
  .about__inner--item > img {
    width: 110px;
    height: 110px;
  }
}
.title .section__title {
  padding-bottom: 109px;
  padding-top: 218px;
}
.title .section__title h1 {
  font-size: 35px;
  font-weight: 400;
  line-height: 53px;
  letter-spacing: 0em;
  text-align: center;
}

.apply {
  background-color: #fbf9f5;
  overflow: hidden;
}
.apply__container {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 128px;
  padding-bottom: 128px;
}
.apply__container.apply__document .apply__bottom {
  margin-top: 0;
}
.apply__item {
  border-radius: 10px 10px 0px 0px;
  background: #fff;
}
.apply__item > label {
  font-weight: bold;
}
.apply__item.apply__heading {
  border-top: 15px solid #006935;
}
.apply__item.apply__heading .apply__title {
  color: #006935;
}
.apply__item.apply__bottom {
  border-top: 15px solid #794b1f;
  margin-top: 106px;
}
.apply__item.apply__bottom .apply__title {
  color: #794b1f;
}
.apply__title {
  padding: 21px 0;
  text-align: center;
  font-size: 25px;
  line-height: 38px;
  border-bottom: 1px solid rgb(143, 143, 143);
}
.apply__inner {
  width: calc(100% - 132px);
  margin: 0 auto;
  padding: 26px 0 90px;
}
.apply__inner--title {
  font-size: 23px;
  line-height: 46px;
  letter-spacing: 0.05em;
  text-decoration-color: rgba(248, 182, 44, 0.5);
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-underline-offset: -5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  padding-top: 25px;
  padding-left: 6px;
}
.apply__inner--title:nth-of-type(2) {
  padding-top: 35px;
}
.apply__inner--txt {
  padding-top: 18px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
.apply__inner--txt.apply__inner--bottom {
  padding-top: 34px;
}
.apply__inner--txt > a {
  color: rgb(7, 163, 63);
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.apply__inner--txt > a:hover {
  opacity: 0.7;
}
.apply__inner--txt.apply-bold {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 30px 0 5px 8px;
}
.apply__inner--txt.pt-none {
  padding-top: 4px;
}
.apply__inner--menu {
  padding-top: 23px;
}
.apply__inner--menu > li {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.apply__heading--txt {
  line-height: 32px;
  letter-spacing: 0.05em;
  text-align: left;
}
.apply__form {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  padding-top: 58px;
}
.apply__form:nth-child(2) {
  padding-top: 0;
}
.apply__form--input {
  margin-top: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 11px;
  border: 1px solid rgb(143, 143, 143);
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
  line-height: 1.1em;
}
.apply__form--input.input__sub {
  margin-top: 10px;
}
.apply__form--input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  color: rgb(163, 163, 163);
}
.apply__form--input::-moz-placeholder {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  color: rgb(163, 163, 163);
}
.apply__form--input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  color: rgb(163, 163, 163);
}
.apply__form--input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  color: rgb(163, 163, 163);
}
.apply__form--input::placeholder {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  color: rgb(163, 163, 163);
}
.apply__form--input.apply__textarea {
  padding: 11px 12px;
  resize: vertical;
}
.apply__form--input.apply__textarea::-webkit-scrollbar {
  display: none;
}
.apply__form--item:nth-child(2) {
  padding-top: 20px;
}
.apply__form--item:nth-child(3) {
  padding-top: 22px;
}
.apply__form--item:nth-child(4) {
  padding-top: 20px;
}
.apply__form--item:nth-child(n+5) {
  padding-top: 19px;
}
.apply__form--item .prefecture__inner {
  position: relative;
  max-width: 248px;
  width: 100%;
}
.apply__form--item select {
  display: block;
  margin-top: 7px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 11px;
  border: 1px solid rgb(143, 143, 143);
  border-radius: 3px;
  max-width: 248px;
  width: 100%;
  cursor: pointer;
  line-height: 1.1em;
  position: relative;
}
.apply__form--item select option {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
}
.apply__form--label {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.05em;
  text-align: left;
}
.apply__form--label > span {
  color: #fff;
  background-color: rgb(230, 0, 19);
  margin-left: 16px;
  padding: 4px 8px;
  font-size: 15px;
  border-radius: 2px;
  font-weight: normal;
}
.apply__form--txt {
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 0.05em;
}
.apply__form--txt.pb-txt {
  padding-bottom: 9px;
}
.apply__form--txt.form-txt {
  padding: 10px 0;
}
.apply__form--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 17px;
}
.apply__form--radio > p {
  line-height: 0;
}
.apply__form--radio > textarea {
  max-width: 658px;
  width: 100%;
  padding: 12px 11px;
}
.apply__form--radio.radio-bottom {
  padding-top: 0;
  display: block;
}
.apply__form--radio.radio-bottom input[type=radio] + .radio-label:before {
  top: 6px;
}
.apply__form--radio.radio-bottom .radio {
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.apply__form--radio.radio-bottom .radio > label {
  line-height: 32px;
  letter-spacing: 0.05em;
}
.apply__form--radio.radio-bottom .radio:nth-child(2) {
  padding-left: 0;
}
.apply__form--radio.radio-bottom .radio:nth-child(n+2) {
  padding-top: 2px;
}
.apply__form--radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.apply__form--radio input[type=radio] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #000;
  display: inline-block;
  width: 19px;
  height: 19px;
  position: relative;
  margin-right: 0.5em;
  vertical-align: top;
  top: 3px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.apply__form--radio input[type=radio]:checked + .radio-label:before {
  background-color: rgb(230, 0, 19);
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
}
.apply__form--radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: rgb(230, 0, 19);
}
.apply__form--radio input[type=radio]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
  border-color: #bfbfbf;
  background: #bfbfbf;
}
.apply__form--radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.apply__form--radio .radio:nth-child(2) {
  padding-left: 10px;
}
.apply__form .sub__inner {
  padding-top: 0;
  padding-bottom: 116px;
}
.apply__form .sub__inner > a {
  padding-right: 29px;
}
.apply__form .sub__inner--link p::after {
  right: -28px;
}
.apply__checkbox {
  padding-top: 40px;
}
.apply__checkbox--item {
  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;
}
.apply__checkbox--item:nth-child(2) {
  padding-bottom: 17px;
}
.apply__checkbox--item .apply__inner--txt {
  padding-top: 0;
  letter-spacing: 0.05em;
}
.apply__checkbox input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding-left: 30px;
  vertical-align: middle;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.apply__checkbox input[type=checkbox]::before, .apply__checkbox input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}
.apply__checkbox input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid rgb(143, 143, 143);
  width: 19px;
  height: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1px;
  border-radius: 3px;
}
.apply__checkbox input[type=checkbox]::after {
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  opacity: 0;
  height: 8px;
  width: 10px;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.apply__checkbox input[type=checkbox]:checked::after {
  opacity: 1;
}

@media (max-width: 1000px) {
  .apply__container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .title .section__title {
    padding-top: 140px;
    padding-bottom: 50px;
  }
  .title .section__title > h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .apply__container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .apply__heading--txt {
    line-height: 24px;
  }
  .apply__inner {
    width: calc(100% - 40px);
    padding: 26px 0 40px;
  }
  .apply__inner--txt {
    line-height: 26px;
  }
  .apply__inner--title {
    line-height: 30px;
    padding-left: 0;
    font-size: 20px;
  }
  .apply__inner--menu > li {
    font-size: 16px;
    line-height: 24px;
  }
  .apply__item.apply__bottom {
    padding: 0 20px;
    margin-top: 60px;
  }
  .apply__item .prefecture__inner > select {
    margin-top: 0;
  }
  .apply__checkbox {
    padding-top: 40px;
  }
  .apply__form {
    padding-top: 20px;
  }
  .apply__form--label {
    font-size: 16px;
  }
  .apply__form--input {
    margin-top: 0;
  }
  .apply__form--txt {
    font-size: 13px;
    letter-spacing: 0;
  }
  .apply__form .sub__inner {
    padding-bottom: 40px;
  }
}
.content-box {
  display: none;
}

@media (max-width: 600px) {
  .title .section__title {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .title .section__title > h1 {
    font-size: 24px;
    line-height: 36px;
  }
}
.input__invalid {
  background: red;
  opacity: 0.7;
}

.error {
  color: red;
  font-weight: bold;
  font-size: 14px;
}

.wpcf7-list-item.first {
  margin: 0;
}

.wpcf7-list-item.last {
  padding-left: 10px;
}

.wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* デフォルトのボタン */
input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  width: 1.2em;
}

/* チェック後のボタン */
input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: rgb(230, 0, 19); /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

.wpcf7-radio:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wpcf7-form-control-wrap[data-name=radio-889] {
  line-height: 0;
}
.wpcf7-form-control-wrap[data-name=radio-889] .wpcf7-radio {
  display: block;
}
.wpcf7-form-control-wrap[data-name=radio-889] .wpcf7-list-item {
  line-height: 32px;
  letter-spacing: 0.05em;
}
.wpcf7-form-control-wrap[data-name=radio-889] .wpcf7-list-item.last {
  padding-left: 0;
}

.feature {
  padding-top: 42px;
  padding-bottom: 148px;
}
.feature .section__title > h2 br {
  display: none;
}
.feature__container {
  padding-top: 82.65px;
}
.feature__container--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 86px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1110px;
  margin: 0 auto;
  width: 100%;
}
.feature__container--item:nth-child(1) .feature__container--title span {
  position: relative;
}
.feature__container--item:nth-child(1) .feature__container--title span::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../assets/img/crown.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 21px;
  top: -2px;
  right: -98px;
}
.feature__container--item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 124px;
  padding-top: 72px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.feature__container--item:nth-child(3) {
  padding-top: 88px;
  gap: 140px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.feature__container--item:nth-child(3) .feature__container--title {
  padding-bottom: 16px;
}
.feature__container--item:nth-child(4) {
  padding-top: 86px;
  gap: 180px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.feature__container--item:nth-child(4) .feature__container--title {
  padding-bottom: 16px;
}
.feature__container--item:nth-child(5) {
  padding-top: 90.5px;
  gap: 100px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.feature__container--item:nth-child(5) .feature__container--title {
  padding-bottom: 16px;
}
.feature__container--item:nth-child(5) img {
  margin-left: -80px;
}
.feature__container--item > picture > source {
  height: auto;
}
.feature__container--inner {
  max-width: 452px;
  width: 100%;
}
.feature__container--title {
  color: #794B1F;
  font-size: 3.2rem;
  line-height: 51px;
  padding-bottom: 14px;
  max-width: 452px;
  width: 100%;
}
.feature__container--title > span {
  background-image: radial-gradient(circle at center, rgb(238, 119, 0) 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.6em; /* 縦方向の位置調整 */
}
.feature__container--txt {
  font-size: 1.6rem;
  line-height: 32px;
}
.feature__container--txt > .prime-color {
  color: #ea5414;
}
.feature__container--txt > .bottom {
  font-size: 9px;
  font-weight: 400;
  line-height: 14px;
  color: rgb(163, 163, 163);
  display: block;
}
.feature__container--txt > .bottom:nth-child(1) {
  padding-top: 8px;
}
.feature__btn {
  padding-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.feature__btn--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 340px;
  height: 58px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.feature__btn--item.heading__btn {
  background: #006935;
}
.feature__btn--item.heading__btn:hover {
  background-color: #fff;
  border: 1px solid #006935;
}
.feature__btn--item.heading__btn:hover > p {
  color: #006935;
}
.feature__btn--item.bottom__btn {
  background: #ea5414;
  border: 1px solid #ea5414;
}
.feature__btn--item.bottom__btn:hover {
  background-color: #fff;
}
.feature__btn--item.bottom__btn:hover > p {
  color: #ea5414;
}
.feature__btn--item > p {
  font-size: 2rem;
  padding: 0 20px 0 16px;
  letter-spacing: 2px;
}
.feature__bottom {
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.05em;
  padding-top: 24px;
  text-align: center;
  color: rgb(163, 163, 163);
}

@media (max-width: 1200px) {
  .feature {
    padding-bottom: 60px;
  }
  .feature__container {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  .feature__container--item > img {
    max-width: 100%;
  }
  .feature__container--item:nth-child(1) {
    max-width: 945px;
  }
}
@media (max-width: 1000px) {
  .feature__container--item:nth-child(1) img {
    width: 331px;
    height: auto;
  }
  .feature__container--item:nth-child(2) {
    gap: 60px;
  }
  .feature__container--item:nth-child(2) > img {
    height: auto;
  }
  .feature__container--item:nth-child(3) > img {
    width: 331px;
    height: auto;
  }
  .feature__container--item:nth-child(4) > img {
    width: 331px;
    height: auto;
  }
  .feature__container--item:nth-child(5) > img {
    width: 331px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .feature {
    padding-bottom: 0;
  }
  .feature__container--item {
    display: block;
    text-align: center;
  }
  .feature__container--item:nth-child(1) img {
    max-width: 100%;
    height: auto;
  }
  .feature__container--item:nth-child(1) .feature__container--title span::after {
    top: -11px;
    right: -62px;
  }
  .feature__container--item:nth-child(3) > img {
    padding-left: 0;
    margin-top: 0;
  }
  .feature__container--item:nth-child(5) > img {
    margin-left: -40px;
  }
  .feature__container--inner {
    margin: 0 auto;
    text-align: center;
  }
  .feature__container--title {
    margin: 0 auto;
    font-size: 2.2rem;
    line-height: 40px;
  }
  .feature__btn {
    padding-top: 60px;
    display: block;
  }
  .feature__btn--item {
    margin: 0 auto;
    width: 100%;
    max-width: 340px;
  }
  .feature__btn--item.heading__btn {
    margin-bottom: 20px;
  }
  .feature__bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 400px) {
  .feature__btn {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
@media (max-width: 375px) {
  .feature .section__title > h2 br {
    display: block;
  }
}
.offer .section__title {
  padding-top: 78px;
}
.offer .section__title > h2 {
  line-height: 42px;
  letter-spacing: 0.05em;
  text-align: center;
}
.offer .section__title > h2 > br {
  display: none;
}
.offer__container {
  max-width: 916px;
  margin: 72px auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.offer__container--item {
  width: 257px;
  height: 257px;
  position: relative;
  color: #794B1F;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.offer__container--item:nth-child(1) {
  background-image: url(../assets/img/offer_01.png);
}
.offer__container--item:nth-child(1) .offer__container--txt {
  line-height: 34px;
}
.offer__container--item:nth-child(3) {
  background-image: url(../assets/img/offer_02.png);
}
.offer__container--item:nth-child(3) .offer__container--txt {
  line-height: 30px;
  padding-top: 22px;
}
.offer__container--item:nth-child(5) {
  background-image: url(../assets/img/offer_03.png);
}
.offer__container--item:nth-child(5) .offer__container--txt {
  line-height: 30px;
}
.offer__container--txt {
  font-size: 2rem;
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 34px;
  text-align: center;
  width: 100%;
}
.offer__container--number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Optima;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 27px;
  padding-top: 22px;
  padding-left: 8px;
}
.offer__container--number > span {
  font-size: 5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 68px;
  padding-left: 6px;
  margin-top: -4px;
}
.offer .triangle {
  background: #794B1F;
  height: 26px;
  width: 60px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 1000px) {
  .offer {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  .offer__container--item {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 800px) {
  .offer .section__title > h2 > br {
    display: block;
  }
  .offer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 72px 0 0;
  }
  .offer__container--item {
    width: 250px;
    height: 250px;
  }
  .offer__container--item:nth-child(n+2) {
    margin-top: 30px;
  }
  .offer .triangle {
    margin-top: 30px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (max-width: 600px) {
  .offer .section__title {
    padding-top: 78px;
  }
  .offer .section__title > h2 {
    line-height: 30px;
  }
}
.project {
  background: #fbf9f5;
  padding-bottom: 104px;
}
.project__txt {
  max-width: 816px;
  margin: 36px auto 72px;
  width: 100%;
  text-align: center;
  line-height: 32px;
  letter-spacing: 0.05em;
  color: #794B1F;
}
.project__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.project__container--card {
  width: 303px !important;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1490196078);
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project__container--card:hover {
  cursor: pointer;
  opacity: 0.7;
}
.project__container--card > img {
  width: 100%;
}
.project__container--inner {
  padding: 13px 18px;
}
.project__container--heading {
  background-color: #8ec31f;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.project__container--heading > p {
  font-size: 1.5rem;
  line-height: 23px;
  padding: 5px 19px;
}
.project__container--title {
  font-size: 1.5rem;
  line-height: 23px;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding-top: 15px;
  text-align: left;
  height: 60px;
  overflow: hidden;
}
.project__container--price {
  padding-top: 15px;
  font-size: 1.4rem;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-align: left;
}
.project__container--num {
  font-family: Roboto;
  font-size: 2rem;
  line-height: 23px;
  letter-spacing: 0.05em;
  padding-bottom: 34px;
  border-bottom: 1px solid #979797;
  text-align: left;
}
.project__container--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project__container--bottom > img {
  border-radius: 50%;
}
.project__container--profile {
  padding-left: 6px;
}
.project__container--name {
  font-size: 1.2rem;
  line-height: 18px;
  text-align: left;
}
.project__container--prefecture {
  font-size: 1.2rem;
  line-height: 18px;
  text-align: left;
}

@media (max-width: 860px) {
  .project__txt {
    padding: 0 20px;
  }
}
@media (max-width: 450px) {
  .project__container--card {
    width: auto !important;
  }
}
.question {
  color: #794B1F;
  padding-bottom: 153px;
}
.question .section__title {
  padding-top: 88px;
}
.question .section__title > h2 {
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.05em;
  text-align: center;
}
.question .accordion {
  margin: 73px auto 0;
  max-width: 890px;
  position: relative;
  width: 100%;
}
.question .accordion-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgb(230, 230, 230);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 21px 7px;
}
.question .accordion-inner:hover {
  cursor: pointer;
  opacity: 0.7;
}
.question .accordion-inner::after, .question .accordion-inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 26px;
  background-color: #794B1F;
  right: 37px;
  top: 38%;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.question .accordion-inner::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.question .accordion-inner.open::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.question .accordion-title {
  font-size: 1.6rem;
  padding: 10px 9px 10px 26.9px;
  line-height: 29px;
  letter-spacing: 0.05em;
  color: #000;
}
.question .accordion-content {
  display: none;
  border-bottom: 1px solid rgb(230, 230, 230);
  padding: 21px 7px;
}
.question .accordion-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.question .accordion-content p {
  line-height: 1.5;
  padding: 10px 9px 10px 26.9px;
}

@media (max-width: 1000px) {
  .question .accordion {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .question {
    padding-bottom: 60px;
  }
  .question .accordion-title {
    padding: 10px 60px 10px 16px;
  }
  .question .accordion-inner {
    padding-left: 16px;
  }
  .question .accordion-inner::after, .question .accordion-inner::before {
    right: 30px;
  }
  .question .accordion-content {
    padding-left: 16px;
  }
  .question .accordion-content p {
    padding: 10px 60px 10px 16px;
  }
}
.structure {
  color: #794B1F;
}
.structure__title {
  position: relative;
  height: 178px;
}
.structure__title > img {
  width: 100%;
  position: absolute;
  height: 178px;
  -o-object-fit: cover;
     object-fit: cover;
}
.structure__title > h2 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 0.08em;
  position: absolute;
  top: 62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  white-space: nowrap;
}
.structure__title > h2 > span {
  font-size: 3.5rem;
}
.structure__title > h2 br {
  display: none;
}
.structure__container {
  padding: 74px 0 79px;
  background-image: url(../assets/img/structure_outer.png);
}
.structure__container--item {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  padding: 29px 67px 60px;
  max-width: 1093px;
  margin: 0 auto;
  width: 100%;
}
.structure__container--title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.08em;
  text-align: center;
  background-color: rgb(121, 75, 31);
  padding: 0 29px;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.structure__container--img {
  text-align: center;
}
.structure__container--inner {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
}
.structure__container--card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid rgb(121, 75, 31);
}
.structure__container--txt {
  padding: 44px 22px 44px 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 30px;
  text-align: left;
}
.structure__container--num {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9rem;
  font-weight: 700;
  line-height: 134px;
  text-align: left;
  padding-right: 46px;
}
.structure__container--num > span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 30px;
}
.structure__container--bottom {
  margin-top: 36px;
  text-align: center;
  color: #000;
  line-height: 32px;
  letter-spacing: 0.05em;
}

@media (max-width: 1100px) {
  .structure__container--img > img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}
@media (max-width: 1000px) {
  .structure__title > h2 {
    width: 100%;
    text-align: center;
    padding: 0 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    white-space: wrap;
    font-size: 3.5rem;
  }
  .structure__title > h2 > span {
    font-size: 2.5rem;
  }
  .structure__container--item {
    padding: 20px;
  }
  .structure__container--bottom {
    max-width: 750px;
    width: 100%;
    margin: 36px auto 0;
  }
}
@media (max-width: 768px) {
  .structure__title > h2 {
    line-height: 40px;
  }
  .structure__container {
    padding: 30px 0 30px;
  }
  .structure__container--inner {
    gap: 20px;
  }
  .structure__container--title {
    font-size: 18px;
    padding: 0 20px;
  }
  .structure__container--txt {
    padding: 42px 20px 24px 24px;
  }
  .structure__container--num {
    padding-right: 24px;
    font-size: 7rem;
  }
}
@media (max-width: 650px) {
  .structure__title > h2 br {
    display: block;
  }
}
@media (max-width: 600px) {
  .structure__container--inner {
    display: block;
  }
  .structure__container--card {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .structure__container--card:nth-child(2) {
    margin-top: 20px;
  }
  .structure__container--txt {
    padding: 42px 20px 24px 16px;
  }
  .structure__container--num {
    padding-right: 16px;
  }
}
.cta {
  height: 370px;
  width: 100%;
  background-image: url(../assets/img/cta.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cta__title {
  padding-top: 92px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.08em;
  text-align: center;
  color: rgb(255, 255, 255);
  max-width: 1015px;
  margin: 0 auto;
}
.cta .feature__btn {
  padding-top: 39px;
}
.cta__bottom {
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 16px;
  color: rgb(255, 255, 255);
}

@media (max-width: 1200px) {
  .cta__title {
    padding: 92px 20px 0;
  }
}
@media (max-width: 768px) {
  .cta {
    height: auto;
    padding-bottom: 20px;
  }
  .cta__title {
    padding-top: 60px;
    font-size: 18px;
  }
}
.sub {
  padding-bottom: 140px;
  height: calc(100vh - 68px);
  display: block;
}
.sub__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(249, 245, 239);
}
.sub .section__title {
  padding-top: 293px;
}
.sub .section__title > h2 {
  font-size: 35px;
  line-height: 70px;
  letter-spacing: 0.05em;
  text-align: center;
  color: rgb(43, 43, 43);
}
.sub__inner {
  padding-top: 35px;
  z-index: 100;
  position: relative;
  padding-bottom: 140px;
}
.sub__inner--btn .wpcf7-submit {
  border-radius: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  height: 100%;
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sub__inner--btn > p {
  width: 100%;
  height: 100%;
}
.sub__inner--txt {
  line-height: 32px;
  letter-spacing: 0.05em;
  text-align: center;
  color: rgb(43, 43, 43);
}
.sub__inner > button, .sub__inner a, .sub__inner--btn {
  text-align: center;
  width: 333.67px;
  height: 76px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #794B1F;
  color: #fff;
  border: 1px solid #794B1F;
  margin: 40px auto 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.sub__inner > button::after, .sub__inner a::after, .sub__inner--btn::after {
  background: url(../assets/img/fv_vector.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 7px;
  height: 13px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20%;
  pointer-events: none;
}
.sub__inner > button:hover, .sub__inner a:hover, .sub__inner--btn:hover {
  background-color: #fff;
  color: #794B1F;
  cursor: pointer;
}
.sub__inner > button:hover::after, .sub__inner a:hover::after, .sub__inner--btn:hover::after {
  background: url(../assets/img/top_vector.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sub__inner--link > p, .sub__inner--link input {
  font-family: Hiragino Maru Gothic Pro;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .backgroud__height {
    height: 100vh;
    background-color: rgb(249, 245, 239);
  }
  .sub {
    height: auto;
  }
  .sub .section__title {
    padding-top: 128px;
  }
  .sub .section__title > h1 {
    font-size: 2.4rem;
    line-height: 40px;
  }
  .sub .section__title > h1::before, .sub .section__title > h1::after {
    width: 50.39px;
    height: 12.54px;
  }
  .sub .section__title > h1::before {
    right: -66px;
  }
  .sub .section__title > h1::after {
    left: -66px;
  }
  .sub__inner {
    padding-bottom: 70px;
  }
}
@media (max-width: 600px) {
  .sub .section__title h1 {
    font-size: 2rem;
    line-height: 30px;
  }
  .sub__inner > button, .sub__inner a {
    width: calc(100% - 20px);
    margin: 20px auto 0;
    height: 56px;
    max-width: 333px;
  }
  .sub__inner .sub__inner--btn {
    width: calc(100% - 20px);
    margin: 20px auto 0;
    height: 60px;
    max-width: 333px;
  }
  .sub__inner .sub__inner--btn .wpcf7-submit {
    font-size: 16px;
  }
  .sub__inner--txt {
    font-size: 1.6rem;
    padding: 0 10px;
  }
  .apply__title {
    font-size: 20px;
    line-height: 24px;
  }
  .apply__inner--txt {
    line-height: 20px;
  }
  .apply__form--txt {
    line-height: 20px;
  }
}
@media (max-width: 375px) {
  .radio-label {
    font-size: 1.4rem;
  }
  .sub__inner--btn::after {
    right: 10%;
  }
}