@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  /*--------------------------------------------　font
  ---------------------------------------------*/
  --medium: 500;
  --bold: 600;
  --font-jp: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック", sans-serif;
  /*--------------------------------------------　color
  ---------------------------------------------*/
  --bck: #4c3617;
  --wte: #ffffff;
  --gry: #f4f4f4;
  /*--------------------------------------------　easing
  ---------------------------------------------*/
  --base: cubic-bezier(0.62, 0.05, 0.01, 0.99);
}

/*--------------------------------------------　Media Query
---------------------------------------------*/
/*--------------------------------------------　Mixin
  ---------------------------------------------*/
/*--------------------------------------------　Keyframe
  ---------------------------------------------*/
@keyframes zoom {
  0% {
    transform: translateX(-50%) scale(0.99);
  }
  100% {
    transform: translateX(-50%) scale(1.01);
  }
}
/*--------------------------------------------　Base
---------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

html {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6rem;
  font-family: var(--font-jp);
  font-weight: var(--medium);
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  color: var(--bck);
  background-color: var(--bg);
  -webkit-text-size-adjust: 100%;
  /* カーニングとリガチャ（合字）を調整 */
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  body {
    /* 16px */
    font-size: 1.6rem;
  }
}

/*--------------------------------------------　page
---------------------------------------------*/
.page, .page__header, .page__main, .page__footer, .page__inner, .page__flex {
  width: 100%;
  height: auto;
  position: relative;
}
.page__inner {
  width: 75rem;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.page__flex {
  display: flex;
}
.page__flex > * {
  flex-shrink: 0;
  width: auto;
}
.page__flex.--v {
  flex-direction: column;
}
.page__flex.--i {
  display: inline-flex;
}
.page__img {
  display: block;
  font-size: 0;
  position: relative;
}
.page__img img,
.page__img iframe,
.page__img video,
.page__img svg,
.page__img path,
.page__img g {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.page__bck {
  color: var(--bck);
}
.page__wte {
  color: var(--wte);
}
.page__bg-wte {
  background-color: var(--wte);
}
.page__gry {
  color: var(--gry);
}
.page__bg-gry {
  background-color: var(--gry);
}
.page__bold {
  font-weight: var(--bold);
}
.page__10 {
  z-index: 10;
}
.page__1 {
  z-index: 1;
}

/*--------------------------------------------　link
---------------------------------------------*/
.js-touch {
  transition: opacity 0.2s;
}
.js-touch.js-touch-acv {
  opacity: 0.7;
}

.page__3240-cv, .page__4536-cv {
  position: absolute;
  top: 0;
  left: 50%;
  width: 31.2rem;
  height: 9.5rem;
  transform: translateX(-50%);
  display: block;
  animation: zoom 1s linear infinite alternate;
}
@media screen and (min-width: 768px) {
  .page__3240-cv, .page__4536-cv {
    width: 62.4rem;
    height: 19rem;
  }
}
.page__3240-cv {
  position: absolute;
  top: 49.2rem;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .page__3240-cv {
    position: absolute;
    top: 98.4rem;
    left: 50%;
  }
}
.page__4536-cv {
  position: absolute;
  top: 24.6rem;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .page__4536-cv {
    position: absolute;
    top: 49.2rem;
    left: 50%;
  }
}
.page__graph-img {
  position: absolute;
  top: 14.4rem;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 751/501;
  width: 34rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page__graph-img {
    position: absolute;
    top: 28.8rem;
    left: 50%;
    width: 68rem;
  }
}
.page__qa {
  background-color: #f9f6f1;
}
.page__qa-inner {
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .page__qa-inner {
    padding: 0 4rem;
  }
}
.page__qa-list {
  height: auto;
  padding: 0 0 5rem;
  row-gap: 1.8rem;
}
@media screen and (min-width: 768px) {
  .page__qa-list {
    padding: 0 0 10rem;
    row-gap: 3.6rem;
  }
}
.page__qa-item {
  border-radius: 0.4rem;
  box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.01);
  position: relative;
}
@media screen and (min-width: 768px) {
  .page__qa-item {
    border-radius: 0.8rem;
  }
}
.page__qa-item.active {
  opacity: 1;
}
.page__qa-item-trigger {
  padding: 1.9rem 4.5rem 1.9rem 2rem;
  cursor: pointer;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page__qa-item-trigger {
    padding: 3.8rem 9rem 3.8rem 4rem;
  }
}
.page__qa-item-q {
  letter-spacing: 0.1em;
  color: #594b2f;
  font-size: 1.3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page__qa-item-q {
    font-size: 2.6rem;
  }
}
.page__qa-item-q-cross {
  position: absolute;
  top: 50%;
  right: -2.4rem;
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .page__qa-item-q-cross {
    position: absolute;
    top: 50%;
    right: -4.8rem;
    width: 2.6rem;
    height: 2.6rem;
  }
}
.active .page__qa-item-q-cross:after {
  transform: translateY(-50%) translateX(-50%) rotate(270deg);
}
.page__qa-item-q-cross:before, .page__qa-item-q-cross:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #cbc3b2;
  display: block;
  content: "";
}
.page__qa-item-q-cross:before {
  width: 100%;
  height: 0.2rem;
}
.page__qa-item-q-cross:after {
  width: 0.2rem;
  height: 100%;
  transition: 0.3s ease;
}
.page__qa-item-a {
  letter-spacing: 0.13em;
  color: #594b2f;
  font-size: 1.3rem;
  line-height: 1.8;
  height: 0;
  opacity: 0;
  margin: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .page__qa-item-a {
    font-size: 2.6rem;
  }
}
.active .page__qa-item-a {
  visibility: visible;
  opacity: 1;
  margin: 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .active .page__qa-item-a {
    margin: 4rem 0 0;
  }
}
.page__detail {
  height: 7.2rem;
  text-align: right;
  padding: 1.4rem 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .page__detail {
    height: 14.4rem;
    padding: 2.8rem 4rem 0 0;
  }
}
.page__cancel {
  height: 7.9rem;
  text-align: right;
  padding: 1.4rem 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .page__cancel {
    height: 15.8rem;
    padding: 2.8rem 4rem 0 0;
  }
}
.page__detail-txt, .page__cancel-txt {
  letter-spacing: 0.15em;
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  color: #0500dd;
}
@media screen and (min-width: 768px) {
  .page__detail-txt, .page__cancel-txt {
    font-size: 2.4rem;
  }
}
.page__detail-txt:after, .page__cancel-txt:after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0500dd;
}
@media screen and (min-width: 768px) {
  .page__detail-txt:after, .page__cancel-txt:after {
    position: absolute;
    bottom: -1rem;
    left: 0;
  }
}
.page__madoguchi-tel {
  position: absolute;
  top: 11.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 20.5rem;
  height: 5.2rem;
}
@media screen and (min-width: 768px) {
  .page__madoguchi-tel {
    position: absolute;
    top: 23.6rem;
    left: 50%;
    width: 41rem;
    height: 10.4rem;
  }
}
.page__madoguchi-guide {
  position: absolute;
  top: 18.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 20rem;
  height: 4rem;
}
@media screen and (min-width: 768px) {
  .page__madoguchi-guide {
    position: absolute;
    top: 37.4rem;
    left: 50%;
    width: 40rem;
    height: 8rem;
  }
}
.page__info {
  height: 34.1rem;
}
@media screen and (min-width: 768px) {
  .page__info {
    height: 68.2rem;
  }
}
.page__info-inner {
  padding: 4rem 2rem 0;
}
@media screen and (min-width: 768px) {
  .page__info-inner {
    padding: 8rem 4rem 0;
  }
}
.page__info-ttl {
  letter-spacing: 0.1em;
  font-size: 2rem;
  margin: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .page__info-ttl {
    font-size: 4rem;
    margin: 0 0 4rem;
  }
}
.page__info-txt {
  letter-spacing: 0.2em;
  font-size: 1.3rem;
  line-height: 1.69;
  margin: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .page__info-txt {
    font-size: 2.6rem;
    margin: 0 0 4rem;
  }
}
.page__info-txt-link {
  color: #0033c6;
  text-decoration: underline;
}
.page__info-stxt {
  letter-spacing: 0.2em;
  font-size: 1.1rem;
  text-align: right;
  color: #8b8b8b;
}
@media screen and (min-width: 768px) {
  .page__info-stxt {
    font-size: 2.2rem;
  }
}
.page__footer {
  height: 16.2rem;
}
@media screen and (min-width: 768px) {
  .page__footer {
    height: 32.4rem;
  }
}
.page__footer-inner {
  padding: 2.7rem 5.4rem 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .page__footer-inner {
    padding: 5.4rem 10.8rem 6rem;
  }
}
.page__footer-nav {
  margin: 0 0 4.25rem;
}
@media screen and (min-width: 768px) {
  .page__footer-nav {
    margin: 0 0 8.5rem;
  }
}
.page__footer-list {
  column-gap: 5.4rem;
  row-gap: 1.6rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .page__footer-list {
    column-gap: 10.8rem;
    row-gap: 3.2rem;
  }
}
.page__footer-link {
  letter-spacing: 0.1em;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .page__footer-link {
    font-size: 2.6rem;
  }
}
.page__footer-copy-txt {
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1.1rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .page__footer-copy-txt {
    font-size: 2.2rem;
  }
}