/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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 {
  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 */
}

/**
 * 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 {
  line-height: 1.5;
  letter-spacing: 0;
}

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

picture {
  display: block;
}
picture source,
picture img {
  width: 100%;
}

a {
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.75;
  transition: opacity 0.3s ease-in-out;
}

html {
  color: var(--bs-body-color);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 4.2666666667vw;
}
@media (min-width: 768px) {
  html {
    font-size: 0.8333333333vw;
  }
}

body {
  margin-top: var(--custom-header-margin-sp);
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  body {
    margin-top: var(--custom-header-margin-pc);
    font-size: 1rem;
  }
}

:root {
  --custom-color-text: var(--bs-body-color);
  --custom-color-primary: var(--bs-primary);
  --custom-color-accent: var(--bs-accent);
  --custom-color-button: linear-gradient(90deg, #be8280 0%, #875c5b 100%);
  --custom-color-button-border: linear-gradient(90deg, #e5cdcc, #cf7d7a);
  --custom-breakpoint-sp: 375px;
  --custom-breakpoint-tab: 768px;
  --custom-breakpoint-pc: 768px;
  --custom-breakpoint-sm: 576px;
  --custom-breakpoint-md: 768px;
  --custom-breakpoint-lg: 992px;
  --custom-breakpoint-xl: 1200px;
  --custom-breakpoint-xxl: 1400px;
  --custom-font-base: 'Noto Sans JP', sans-serif;
  --custom-font-primary: Noto Sans JP, sans-serif;
  --custom-font-accent: 'Jost', sans-serif;
  --custom-font-sans: 'Noto Sans JP', sans-serif;
  --custom-font-serif: 'Shippori Mincho B1', serif;
  --custom-font-bodoni: Libre Bodoni, serif;
  --custom-fs-base: 1rem;
  --custom-fs-10: 0.625rem;
  --custom-fs-12: 0.75rem;
  --custom-fs-14: 0.875rem;
  --custom-fs-16: 1rem;
  --custom-fs-18: 1.125rem;
  --custom-fs-20: 1.25rem;
  --custom-fs-24: 1.5rem;
  --custom-fs-28: 1.75rem;
  --custom-fs-32: 2rem;
  --custom-fs-36: 2.25rem;
  --custom-fs-40: 2.5rem;
  --custom-fs-48: 3rem;
  --custom-fs-56: 3.5rem;
  --custom-fs-64: 4rem;
  --custom-fs-72: 4.5rem;
  --custom-fs-80: 5rem;
  --custom-fs-h2-md: 3rem;
  --custom-fs-h3-md: 2.25rem;
  --custom-fs-h4-md: 1.5rem;
  --custom-fs-h5-md: 1.25rem;
  --custom-fs-h6-md: 1rem;
  --custom-fs-h2-sm: 2.25rem;
  --custom-fs-h3-sm: 1.5rem;
  --custom-fs-h4-sm: 1.25rem;
  --custom-fs-h5-sm: 1rem;
  --custom-fs-h6-sm: 0.875rem;
  --custom-fs-larger: 1.14em;
  --custom-fs-large: 1.5em;
  --custom-fs-medium: 1rem;
  --custom-fs-smaller: 0.7em;
  --custom-fs-small: 0.5em;
  --custom-inner-very-narrow: 600px;
  --custom-inner-narrow: 992px;
  --custom-inner-narrow-sp: 223px;
  --custom-inner-normal: 1200px;
  --custom-inner-normal-sp: 343px;
  --custom-inner-wide: 1400px;
  --custom-inner-padding-sp: 16px;
  --custom-inner-padding-pc: 48px;
  --custom-header-margin-sp: 5rem;
  --custom-header-margin-pc: 6.25rem;
}

.button {
  display: inline-block;
  padding: 0.5em 1.25em;
  background: #be8280;
  background: linear-gradient(90deg, rgb(190, 130, 128) 0%, rgb(135, 92, 91) 100%);
  color: white;
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid white;
  border-radius: 100vh;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .button {
    font-size: 1.125rem;
  }
}
.button--reverse {
  color: var(--bs-button);
  background: white;
  border: 1px solid var(--bs-button);
}

.button-cta {
  display: inline-block;
  min-width: 21.4375rem;
  color: white;
  padding: 0.95em 2em;
  background: var(--custom-color-button-border);
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 100vh;
  box-shadow: 0.25rem 0.25rem 0 0 var(--bs-accent-deep);
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: 0.4s;
  z-index: 0;
}
@media (min-width: 768px) {
  .button-cta {
    min-width: 24.5rem;
    font-size: 1.75rem;
  }
}
.button-cta:after {
  content: "";
  display: block;
  width: calc(100% - 0.4em);
  height: calc(100% - 0.4em);
  background: var(--custom-color-button);
  border-radius: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.button-cta--fixed, .button-cta--cta {
  width: 100%;
  min-width: auto;
  position: relative;
}
.button-cta--fixed:before, .button-cta--cta:before {
  content: "\f107";
  font: var(--fa-font-solid);
  line-height: 1;
  position: absolute;
  top: 53%;
  right: 1.5rem;
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .button-cta--fixed:before, .button-cta--cta:before {
    right: 15rem;
  }
}
.button-cta--fixed {
  border-radius: 0;
}
.button-cta--fixed:after {
  border-radius: 0;
}
.button-cta--cta {
  border-radius: 0.5rem;
}
.button-cta--cta:after {
  border-radius: 0.3125rem;
}

.button-fixed-cta {
  width: 100%;
  text-align: center;
  position: fixed;
  left: 50%;
  bottom: 0.1875rem;
  transform: translate(-50%, 0);
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .button-fixed-cta {
    display: none;
  }
}
.js-intersecting-fv .button-fixed-cta {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}

.hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  gap: 0.1875rem;
  padding: 0.75rem 0.375rem;
  background-color: white;
  border-radius: 0.5rem;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
.hamburger__line {
  display: block;
  width: 100%;
  height: 0.1875rem;
  background-color: var(--bs-hamburger);
  transition: 0.4s;
}
.js-drawer-open .hamburger {
  background-color: transparent;
  transition: 0.4s;
}
.js-drawer-open .hamburger__line {
  background-color: white;
  transition: 0.4s;
}
.js-drawer-open .hamburger__line:nth-child(1) {
  transform: translate(0, 0.1875rem) rotate(45deg);
}
.js-drawer-open .hamburger__line:nth-child(2) {
  transform: translate(0, -0.1875rem) rotate(-45deg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

.heading {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}

h2.heading {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  h2.heading {
    font-size: 3rem;
  }
}

h3.heading {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h3.heading {
    font-size: 2.125rem;
  }
}

.heading-border-bottom {
  text-align: center;
}
.heading-border-bottom:after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.1875rem;
  margin-top: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  background-color: var(--bs-primary);
}
@media (min-width: 768px) {
  .heading-border-bottom:after {
    width: 4.5rem;
    height: 0.25rem;
  }
}
.heading-border-bottom--white:after {
  background-color: white;
}

.heading-border-side {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.heading-border-side:before, .heading-border-side:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.heading-border-side__text {
  flex: 0 0 auto;
}
.heading-border-side--white {
  color: white;
}

:root {
  --custom-header-margin-sp: 0rem;
  --custom-header-margin-pc: 0rem;
}

.header {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media (min-width: 768px) {
  .header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  max-width: 4.5rem;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .header__logo {
    max-width: 6.1875rem;
  }
}
.js-drawer-open .header__logo {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.header__wrapper {
  display: none;
}
@media (min-width: 768px) {
  .header__wrapper {
    display: flex;
    align-items: center;
    gap: 3.5rem;
  }
}
.header__nav-list {
  display: flex;
  gap: 2rem;
}
.header__nav-link {
  text-decoration: none;
}
.header__contact-area {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header__contact.button-cta {
  box-shadow: 0.125rem 0.125rem 0 0 var(--bs-accent-deep);
}
@media (min-width: 768px) {
  .header__contact.button-cta {
    min-width: 17.5rem;
    font-size: 1.25rem;
  }
}

.js-drawer-open {
  overflow: hidden;
}

.drawer {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: var(--bs-drawer);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.js-drawer-open .drawer {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}

.drawer__inner {
  text-align: center;
}
.drawer__nav-list {
  display: block;
  max-width: 75rem;
}
.drawer__nav-item {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed white;
  text-align: left;
}
.drawer__nav-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.drawer__nav-link {
  color: white;
  font-size: 1rem;
  text-decoration: none;
}
.drawer__contact-area {
  display: flex;
  gap: 0.5rem;
  margin-top: 4rem;
  font-size: 1rem;
}
.drawer__cta {
  display: block;
  width: 100%;
  padding: 0.625rem 1.25rem;
  color: white;
  text-decoration: none;
  border: 2px solid white;
}

.footer__inner {
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .footer__inner {
    padding: 6rem 0;
  }
}
@media (min-width: 768px) {
  .footer__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }
}
.footer__logo {
  max-width: 11.25rem;
}
.footer__company-item {
  text-align: center;
}
@media (min-width: 768px) {
  .footer__company-item {
    text-align: left;
  }
}
.footer__company-item-heading {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.footer__company-item-address {
  font-size: 1rem;
}

.copyright {
  padding: 1.5rem 0;
  color: white;
  background-color: var(--bs-primary);
  font-size: 0.75rem;
  text-align: center;
}
@media (min-width: 768px) {
  .copyright {
    font-size: 0.875rem;
  }
}

[data-animate=fadein] {
  opacity: 0;
  transform: translateY(50%);
}

[data-animate=fadein].js-fadein {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s;
}

.inner {
  max-width: 77rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .inner {
    max-width: 81rem;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.inner--very-narrow {
  max-width: 39.5rem;
}
@media (min-width: 768px) {
  .inner--very-narrow {
    max-width: 43.5rem;
  }
}
.inner--narrow {
  max-width: 64rem;
}
@media (min-width: 768px) {
  .inner--narrow {
    max-width: 68rem;
  }
}
.inner--wide {
  max-width: 89.5rem;
}
@media (min-width: 768px) {
  .inner--wide {
    max-width: 93.5rem;
  }
}