@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select, button, textarea {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  color: #333;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 960px) {
  body {
    letter-spacing: .05em;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

a:visited {
  color: #333;
}

a:hover {
  color: #333;
}

a:active {
  color: #333;
}

a[href*="tel:"] {
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 960px) {
  a[href*="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.pc-none,
.lap-only,
.tb-only,
.sp-only {
  display: none !important;
}

@media screen and (min-width: 1280px) {
  .lap-view {
    display: none !important;
  }
}

@media screen and (max-width: 1280px) {
  .lap-only {
    display: unset !important;
  }
  .lap-none,
  .pc-only,
  .tb-only,
  .sp-only {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .tb-view {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .tb-only {
    display: unset !important;
  }
  .tb-none,
  .pc-only,
  .lap-only,
  .sp-only {
    display: none !important;
  }
}

@media screen and (min-width: 640px) {
  .sp-view {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .sp-only {
    display: unset !important;
  }
  .sp-none,
  .pc-only,
  .lap-only,
  .tb-only {
    display: none !important;
  }
}

.wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 1280px) {
  .wrap {
    padding: 0 32px;
  }
}

@media screen and (max-width: 960px) {
  .wrap {
    padding: 0 24px;
  }
}

@media screen and (max-width: 640px) {
  .wrap {
    padding: 0 16px;
  }
}

.wrap-s {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 1280px) {
  .wrap-s {
    padding: 0 32px;
  }
}

@media screen and (max-width: 960px) {
  .wrap-s {
    padding: 0 24px;
  }
}

@media screen and (max-width: 640px) {
  .wrap-s {
    padding: 0 16px;
  }
}

.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 1280px) {
  .inner {
    padding: 0 32px;
  }
}

@media screen and (max-width: 960px) {
  .inner {
    padding: 0 24px;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding: 0 16px;
  }
}

.mt-x1 {
  margin-top: 10px;
}

.mt-x2 {
  margin-top: 20px;
}

.mt-x3 {
  margin-top: 30px;
}

.mb-x1 {
  margin-bottom: 8px;
}

@media screen and (max-width: 960px) {
  .mb-x1 {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x1 {
    margin-bottom: 4px;
  }
}

.mr-x1 {
  margin-right: 8px;
}

@media screen and (max-width: 960px) {
  .mr-x1 {
    margin-right: 6px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x1 {
    margin-right: 4px;
  }
}

.ml-x1 {
  margin-left: 8px;
}

@media screen and (max-width: 960px) {
  .ml-x1 {
    margin-left: 6px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x1 {
    margin-left: 4px;
  }
}

.pt-x1 {
  padding-top: 8px;
}

@media screen and (max-width: 960px) {
  .pt-x1 {
    padding-top: 6px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x1 {
    padding-top: 4px;
  }
}

.pb-x1 {
  padding-bottom: 8px;
}

@media screen and (max-width: 960px) {
  .pb-x1 {
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x1 {
    padding-bottom: 4px;
  }
}

.pr-x1 {
  padding-right: 8px;
}

@media screen and (max-width: 960px) {
  .pr-x1 {
    padding-right: 6px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x1 {
    padding-right: 4px;
  }
}

.pl-x1 {
  padding-left: 8px;
}

@media screen and (max-width: 960px) {
  .pl-x1 {
    padding-left: 6px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x1 {
    padding-left: 4px;
  }
}

.mb-x2 {
  margin-bottom: 16px;
}

@media screen and (max-width: 960px) {
  .mb-x2 {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x2 {
    margin-bottom: 8px;
  }
}

.mr-x2 {
  margin-right: 16px;
}

@media screen and (max-width: 960px) {
  .mr-x2 {
    margin-right: 12px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x2 {
    margin-right: 8px;
  }
}

.ml-x2 {
  margin-left: 16px;
}

@media screen and (max-width: 960px) {
  .ml-x2 {
    margin-left: 12px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x2 {
    margin-left: 8px;
  }
}

.pt-x2 {
  padding-top: 16px;
}

@media screen and (max-width: 960px) {
  .pt-x2 {
    padding-top: 12px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x2 {
    padding-top: 8px;
  }
}

.pb-x2 {
  padding-bottom: 16px;
}

@media screen and (max-width: 960px) {
  .pb-x2 {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x2 {
    padding-bottom: 8px;
  }
}

.pr-x2 {
  padding-right: 16px;
}

@media screen and (max-width: 960px) {
  .pr-x2 {
    padding-right: 12px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x2 {
    padding-right: 8px;
  }
}

.pl-x2 {
  padding-left: 16px;
}

@media screen and (max-width: 960px) {
  .pl-x2 {
    padding-left: 12px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x2 {
    padding-left: 8px;
  }
}

.mb-x3 {
  margin-bottom: 24px;
}

@media screen and (max-width: 960px) {
  .mb-x3 {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x3 {
    margin-bottom: 12px;
  }
}

.mr-x3 {
  margin-right: 24px;
}

@media screen and (max-width: 960px) {
  .mr-x3 {
    margin-right: 18px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x3 {
    margin-right: 12px;
  }
}

.ml-x3 {
  margin-left: 24px;
}

@media screen and (max-width: 960px) {
  .ml-x3 {
    margin-left: 18px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x3 {
    margin-left: 12px;
  }
}

.pt-x3 {
  padding-top: 24px;
}

@media screen and (max-width: 960px) {
  .pt-x3 {
    padding-top: 18px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x3 {
    padding-top: 12px;
  }
}

.pb-x3 {
  padding-bottom: 24px;
}

@media screen and (max-width: 960px) {
  .pb-x3 {
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x3 {
    padding-bottom: 12px;
  }
}

.pr-x3 {
  padding-right: 24px;
}

@media screen and (max-width: 960px) {
  .pr-x3 {
    padding-right: 18px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x3 {
    padding-right: 12px;
  }
}

.pl-x3 {
  padding-left: 24px;
}

@media screen and (max-width: 960px) {
  .pl-x3 {
    padding-left: 18px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x3 {
    padding-left: 12px;
  }
}

.mb-x4 {
  margin-bottom: 32px;
}

@media screen and (max-width: 960px) {
  .mb-x4 {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x4 {
    margin-bottom: 16px;
  }
}

.mr-x4 {
  margin-right: 32px;
}

@media screen and (max-width: 960px) {
  .mr-x4 {
    margin-right: 24px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x4 {
    margin-right: 16px;
  }
}

.ml-x4 {
  margin-left: 32px;
}

@media screen and (max-width: 960px) {
  .ml-x4 {
    margin-left: 24px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x4 {
    margin-left: 16px;
  }
}

.pt-x4 {
  padding-top: 32px;
}

@media screen and (max-width: 960px) {
  .pt-x4 {
    padding-top: 24px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x4 {
    padding-top: 16px;
  }
}

.pb-x4 {
  padding-bottom: 32px;
}

@media screen and (max-width: 960px) {
  .pb-x4 {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x4 {
    padding-bottom: 16px;
  }
}

.pr-x4 {
  padding-right: 32px;
}

@media screen and (max-width: 960px) {
  .pr-x4 {
    padding-right: 24px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x4 {
    padding-right: 16px;
  }
}

.pl-x4 {
  padding-left: 32px;
}

@media screen and (max-width: 960px) {
  .pl-x4 {
    padding-left: 24px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x4 {
    padding-left: 16px;
  }
}

.mb-x5 {
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .mb-x5 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x5 {
    margin-bottom: 20px;
  }
}

.mr-x5 {
  margin-right: 40px;
}

@media screen and (max-width: 960px) {
  .mr-x5 {
    margin-right: 30px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x5 {
    margin-right: 20px;
  }
}

.ml-x5 {
  margin-left: 40px;
}

@media screen and (max-width: 960px) {
  .ml-x5 {
    margin-left: 30px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x5 {
    margin-left: 20px;
  }
}

.pt-x5 {
  padding-top: 40px;
}

@media screen and (max-width: 960px) {
  .pt-x5 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x5 {
    padding-top: 20px;
  }
}

.pb-x5 {
  padding-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .pb-x5 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x5 {
    padding-bottom: 20px;
  }
}

.pr-x5 {
  padding-right: 40px;
}

@media screen and (max-width: 960px) {
  .pr-x5 {
    padding-right: 30px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x5 {
    padding-right: 20px;
  }
}

.pl-x5 {
  padding-left: 40px;
}

@media screen and (max-width: 960px) {
  .pl-x5 {
    padding-left: 30px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x5 {
    padding-left: 20px;
  }
}

.mb-x6 {
  margin-bottom: 48px;
}

@media screen and (max-width: 960px) {
  .mb-x6 {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x6 {
    margin-bottom: 24px;
  }
}

.mr-x6 {
  margin-right: 48px;
}

@media screen and (max-width: 960px) {
  .mr-x6 {
    margin-right: 36px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x6 {
    margin-right: 24px;
  }
}

.ml-x6 {
  margin-left: 48px;
}

@media screen and (max-width: 960px) {
  .ml-x6 {
    margin-left: 36px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x6 {
    margin-left: 24px;
  }
}

.pt-x6 {
  padding-top: 48px;
}

@media screen and (max-width: 960px) {
  .pt-x6 {
    padding-top: 36px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x6 {
    padding-top: 24px;
  }
}

.pb-x6 {
  padding-bottom: 48px;
}

@media screen and (max-width: 960px) {
  .pb-x6 {
    padding-bottom: 36px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x6 {
    padding-bottom: 24px;
  }
}

.pr-x6 {
  padding-right: 48px;
}

@media screen and (max-width: 960px) {
  .pr-x6 {
    padding-right: 36px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x6 {
    padding-right: 24px;
  }
}

.pl-x6 {
  padding-left: 48px;
}

@media screen and (max-width: 960px) {
  .pl-x6 {
    padding-left: 36px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x6 {
    padding-left: 24px;
  }
}

.mb-x7 {
  margin-bottom: 56px;
}

@media screen and (max-width: 960px) {
  .mb-x7 {
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x7 {
    margin-bottom: 28px;
  }
}

.mr-x7 {
  margin-right: 56px;
}

@media screen and (max-width: 960px) {
  .mr-x7 {
    margin-right: 42px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x7 {
    margin-right: 28px;
  }
}

.ml-x7 {
  margin-left: 56px;
}

@media screen and (max-width: 960px) {
  .ml-x7 {
    margin-left: 42px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x7 {
    margin-left: 28px;
  }
}

.pt-x7 {
  padding-top: 56px;
}

@media screen and (max-width: 960px) {
  .pt-x7 {
    padding-top: 42px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x7 {
    padding-top: 28px;
  }
}

.pb-x7 {
  padding-bottom: 56px;
}

@media screen and (max-width: 960px) {
  .pb-x7 {
    padding-bottom: 42px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x7 {
    padding-bottom: 28px;
  }
}

.pr-x7 {
  padding-right: 56px;
}

@media screen and (max-width: 960px) {
  .pr-x7 {
    padding-right: 42px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x7 {
    padding-right: 28px;
  }
}

.pl-x7 {
  padding-left: 56px;
}

@media screen and (max-width: 960px) {
  .pl-x7 {
    padding-left: 42px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x7 {
    padding-left: 28px;
  }
}

.mb-x8 {
  margin-bottom: 64px;
}

@media screen and (max-width: 960px) {
  .mb-x8 {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x8 {
    margin-bottom: 32px;
  }
}

.mr-x8 {
  margin-right: 64px;
}

@media screen and (max-width: 960px) {
  .mr-x8 {
    margin-right: 48px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x8 {
    margin-right: 32px;
  }
}

.ml-x8 {
  margin-left: 64px;
}

@media screen and (max-width: 960px) {
  .ml-x8 {
    margin-left: 48px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x8 {
    margin-left: 32px;
  }
}

.pt-x8 {
  padding-top: 64px;
}

@media screen and (max-width: 960px) {
  .pt-x8 {
    padding-top: 48px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x8 {
    padding-top: 32px;
  }
}

.pb-x8 {
  padding-bottom: 64px;
}

@media screen and (max-width: 960px) {
  .pb-x8 {
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x8 {
    padding-bottom: 32px;
  }
}

.pr-x8 {
  padding-right: 64px;
}

@media screen and (max-width: 960px) {
  .pr-x8 {
    padding-right: 48px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x8 {
    padding-right: 32px;
  }
}

.pl-x8 {
  padding-left: 64px;
}

@media screen and (max-width: 960px) {
  .pl-x8 {
    padding-left: 48px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x8 {
    padding-left: 32px;
  }
}

.mb-x9 {
  margin-bottom: 72px;
}

@media screen and (max-width: 960px) {
  .mb-x9 {
    margin-bottom: 54px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x9 {
    margin-bottom: 36px;
  }
}

.mr-x9 {
  margin-right: 72px;
}

@media screen and (max-width: 960px) {
  .mr-x9 {
    margin-right: 54px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x9 {
    margin-right: 36px;
  }
}

.ml-x9 {
  margin-left: 72px;
}

@media screen and (max-width: 960px) {
  .ml-x9 {
    margin-left: 54px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x9 {
    margin-left: 36px;
  }
}

.pt-x9 {
  padding-top: 72px;
}

@media screen and (max-width: 960px) {
  .pt-x9 {
    padding-top: 54px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x9 {
    padding-top: 36px;
  }
}

.pb-x9 {
  padding-bottom: 72px;
}

@media screen and (max-width: 960px) {
  .pb-x9 {
    padding-bottom: 54px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x9 {
    padding-bottom: 36px;
  }
}

.pr-x9 {
  padding-right: 72px;
}

@media screen and (max-width: 960px) {
  .pr-x9 {
    padding-right: 54px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x9 {
    padding-right: 36px;
  }
}

.pl-x9 {
  padding-left: 72px;
}

@media screen and (max-width: 960px) {
  .pl-x9 {
    padding-left: 54px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x9 {
    padding-left: 36px;
  }
}

.mb-x10 {
  margin-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .mb-x10 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x10 {
    margin-bottom: 40px;
  }
}

.mr-x10 {
  margin-right: 80px;
}

@media screen and (max-width: 960px) {
  .mr-x10 {
    margin-right: 60px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x10 {
    margin-right: 40px;
  }
}

.ml-x10 {
  margin-left: 80px;
}

@media screen and (max-width: 960px) {
  .ml-x10 {
    margin-left: 60px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x10 {
    margin-left: 40px;
  }
}

.pt-x10 {
  padding-top: 80px;
}

@media screen and (max-width: 960px) {
  .pt-x10 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x10 {
    padding-top: 40px;
  }
}

.pb-x10 {
  padding-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .pb-x10 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x10 {
    padding-bottom: 40px;
  }
}

.pr-x10 {
  padding-right: 80px;
}

@media screen and (max-width: 960px) {
  .pr-x10 {
    padding-right: 60px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x10 {
    padding-right: 40px;
  }
}

.pl-x10 {
  padding-left: 80px;
}

@media screen and (max-width: 960px) {
  .pl-x10 {
    padding-left: 60px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x10 {
    padding-left: 40px;
  }
}

.cf::after {
  content: '';
  display: block;
  clear: both;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

.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 {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

[anime] {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

[anime].is-animated {
  opacity: 1;
}

[anime*="slide-bottom"].is-animated {
  -webkit-animation-name: slide-bottom;
  animation-name: slide-bottom;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(64px);
    transform: translateY(64px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(64px);
    transform: translateY(64px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headline {
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 18px;
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 960px) {
  .headline {
    margin-bottom: calc( 48px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .headline {
    margin-bottom: calc( 48px * 0.5);
  }
}

@media screen and (max-width: 1280px) {
  .headline {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 960px) {
  .headline {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 640px) {
  .headline {
    font-size: 2.0rem;
    letter-spacing: 0;
  }
}

.headline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 96px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #E3A039), color-stop(50%, #DBCEAB));
  background: linear-gradient(to right, #E3A039 50%, #DBCEAB 50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 960px) {
  .headline::after {
    width: 80px;
  }
}

@media screen and (max-width: 640px) {
  .headline::after {
    width: 64px;
  }
}

.ttl-l {
  margin-bottom: 32px;
  font-size: 2.4rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 960px) {
  .ttl-l {
    margin-bottom: calc( 32px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .ttl-l {
    margin-bottom: calc( 32px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .ttl-l {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 640px) {
  .ttl-l {
    font-size: 1.6rem;
  }
}

.ttl-m {
  margin-bottom: 16px;
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .ttl-m {
    margin-bottom: calc( 16px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .ttl-m {
    margin-bottom: calc( 16px * 0.5);
  }
}

.ttl-s {
  margin-bottom: 8px;
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  .ttl-s {
    margin-bottom: calc( 8px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .ttl-s {
    margin-bottom: calc( 8px * 0.5);
  }
}

.lead {
  font-size: 2rem;
}

.lead--center {
  text-align: center;
}

.lead--right {
  text-align: right;
}

.txt {
  text-align: justify;
}

.txt--center {
  text-align: center;
}

.txt--right {
  text-align: right;
}

.note-txt {
  margin-left: 1em;
  text-indent: -1em;
}

.note-txt::before {
  content: '※';
  color: #ff8484;
}

/* note-txt 内リンクの視認性アップ */
.note-txt a {
  color: #397CE3;                  /* 高コントラストの青 */
  text-decoration: underline;      /* 常時下線でリンクと認識 */
  text-underline-offset: 2px;      /* 下線の余白 */
  text-decoration-thickness: 2px;  /* 下線を少し太く */
  font-weight: 600;                /* 視認性を少し上げる */
}

/* 訪問済みも識別可能に（近い色相で少し落とす） */
.note-txt a:visited {
  color: #2E63B6;
}

/* ホバー時は濃く＆下線強調 */
.note-txt a:hover {
  color: #1F5ACB;
  text-decoration-thickness: 3px;
}

/* キーボード操作のフォーカスリング（アクセシビリティ） */
.note-txt a:focus-visible {
  outline: 2px solid #E3A039;      /* ブランドのオレンジで縁取り */
  outline-offset: 2px;
  border-radius: 2px;
  background: rgba(227,160,57,0.08);
}

/* クリック中の色 */
.note-txt a:active {
  color: #1749A8;
}

/* ダーク背景上に置く可能性がある場合の保険（任意） */
.is-dark .note-txt a {
  color: #AFC8FF;
}
.is-dark .note-txt a:visited {
  color: #96B2F2;
}
.is-dark .note-txt a:hover {
  color: #C7D7FF;
}


.fc-tra {
  color: transparent;
}

.fc-l-blu {
  color: #F6F5ED;
}

.fc-blu {
  color: #E3A039;
}

.fc-d-blu {
  color: #206891;
}

.fc-l-aqu {
  color: #E3A039;
}

.fc-aqu {
  color: #DBCEAB;
}

.fc-vio {
  color: #84c1ff;
}

.fc-pnk {
  color: #ff8484;
}

.fc-blk {
  color: #333;
}

.fc-wht {
  color: #fff;
}

.fc-l-gry {
  color: #f2f2f2;
}

.fc-gry {
  color: #b7b7b7;
}

.fc-d-gry {
  color: #666;
}

.list__item {
  position: relative;
  padding-left: 10px;
}

.list__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #E3A039;
  border-radius: 50%;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.btn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  min-height: 72px;
  margin: 0 20px;
  padding: 4px;
  background: #84c1ff;
}

@media screen and (max-width: 960px) {
  .btn__item {
    min-height: 64px;
    margin: 0 12px 16px;
  }
}

@media screen and (max-width: 640px) {
  .btn__item {
    min-height: 56px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .btn__item:not(:nth-last-of-type(1)) {
    margin-bottom: 16px;
  }
}

.btn__item > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8px 0;
  border: solid 1px #fff;
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .btn__item > span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .btn__item > span {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.btn__item > span::before, .btn__item > span::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #fff), color-stop(50%, transparent));
  background: linear-gradient(to right bottom, #fff 50%, transparent 50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn__item > span::before {
  top: 0;
  left: 0;
}

.btn__item > span::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.btn__item .btn-ttl {
  margin-right: 24px;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 960px) {
  .btn__item .btn-ttl {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 640px) {
  .btn__item .btn-ttl {
    width: 100%;
    margin-right: 0;
    font-size: 1.6rem;
  }
}

.btn__item .btn-num {
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
}

@media screen and (max-width: 960px) {
  .btn__item .btn-num {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 640px) {
  .btn__item .btn-num {
    font-size: 1.8rem;
  }
}

.btn__item .ico-tel,
.btn__item .ico-reserv {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  fill: #fff;
}

@media screen and (max-width: 960px) {
  .btn__item .ico-tel,
  .btn__item .ico-reserv {
    width: 24px;
    height: 24px;
  }
}

.btn__item:hover {
  opacity: 1;
  background: #fff;
}

.btn__item:hover > span {
  border: solid 1px #84c1ff;
  color: #84c1ff;
}

.btn__item:hover > span::before, .btn__item:hover > span::after {
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #84c1ff), color-stop(50%, transparent));
  background-image: linear-gradient(to right bottom, #84c1ff 50%, transparent 50%);
}

.btn__item:hover .ico-reserv {
  fill: #84c1ff;
}

.btn__item--tel {
  background: #ff8484;
  font-family: "Noto Serif JP", serif;
}

.btn__item--tel > span {
  font-size: 2.6rem;
}

@media screen and (max-width: 960px) {
  .btn__item--tel > span {
    font-size: 1.8rem;
  }
}

.btn__item--tel:hover {
  background: #fff;
}

.btn__item--tel:hover > span {
  border: solid 1px #ff8484;
  color: #ff8484;
}

.btn__item--tel:hover > span::before, .btn__item--tel:hover > span::after {
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #ff8484), color-stop(50%, transparent));
  background-image: linear-gradient(to right bottom, #ff8484 50%, transparent 50%);
}

.btn__item--tel:hover .ico-tel {
  fill: #ff8484;
}

.btn--large .btn__item {
  max-width: 640px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 24px;
}

@media screen and (max-width: 960px) {
  .header {
    display: block;
  }
}

.header .header-logo {
  max-width: 400px;
}

@media screen and (max-width: 1280px) {
  .header .header-logo {
    max-width: 250px;
  }
}

@media screen and (max-width: 960px) {
  .header .header-logo {
    margin: 0 auto 20px;
  }
}

.header .header-menu {
  width: 100%;
  max-width: 584px;
}

@media screen and (max-width: 1280px) {
  .header .header-menu {
    max-width: 504px;
  }
}

@media screen and (max-width: 960px) {
  .header .header-menu {
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .header .header-menu {
    max-width: 320px;
  }
}

.header .header-menu .btn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .header-menu .btn__item {
  max-width: 280px;
  min-height: 64px;
  margin-right: 0;
  margin-left: 0;
}

@media screen and (max-width: 1280px) {
  .header .header-menu .btn__item {
    max-width: 240px;
  }
}

@media screen and (max-width: 960px) {
  .header .header-menu .btn__item {
    min-height: 56px;
  }
}

@media screen and (max-width: 640px) {
  .header .header-menu .btn__item {
    max-width: none;
  }
}

.header .header-menu .btn__item--tel > span {
  font-size: 2.2rem;
}

@media screen and (max-width: 960px) {
  .header .header-menu .btn__item--tel > span {
    font-size: 1.6rem;
  }
}

.header .header-menu .btn__item--reserv > span {
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  .header .header-menu .btn__item--reserv > span {
    font-size: 1.4rem;
  }
}

.footer__inner {
  width: 100%;
  max-width: calc(1000px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}

@media screen and (max-width: 960px) {
  .footer__inner {
    padding: 0 3.2vw;
  }
}

.footer .footer-main {
  background: #F6F5ED;
  padding: 80px 0;
}

@media screen and (max-width: 960px) {
  .footer .footer-main {
    padding: 9vw 0;
  }
}

.footer .footer-logo {
  max-width: 350px;
  margin: 0 auto 32px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .footer .footer-logo {
    max-width: calc(573 / 750*100vw);
    margin: 0 auto 5vw;
  }
}

.footer .footer-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .footer-unit .footer-col {
  width: 47%;
}

@media screen and (max-width: 960px) {
  .footer .footer-unit .footer-col {
    width: 100%;
  }
}

.footer .footer-address {
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .footer .footer-address {
    margin-bottom: 4vw;
  }
}

.footer .footer-tel {
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 37px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .footer .footer-tel {
    width: calc(500 / 750*100vw);
    margin-bottom: 4.5vw;
  }
}

.footer .footer-tel a {
  display: block;
  padding: 12px 0;
  background: linear-gradient(120deg, #E3A039, #ff8484);
  border-radius: 30px;
}

@media screen and (max-width: 960px) {
  .footer .footer-tel a {
    padding: 3.5vw 0 2vw;
  }
}

.footer .footer-tel span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  color: #fff;
  font-size: 187.5%;
  letter-spacing: .1em;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .footer .footer-tel span {
    padding-left: 8vw;
    font-size: 131.25%;
  }
}

.footer .footer-tel span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url("img/ico-tel.svg") center/contain no-repeat;
  width: 30px;
  height: 30px;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .footer .footer-tel span::before {
    width: calc(42 / 750*100vw);
    height: calc(42 / 750*100vw);
  }
}

.footer .footer-route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 440px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .footer .footer-route {
    max-width: 400px;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 640px) {
  .footer .footer-route {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 6vw;
  }
}

.footer .footer-route__train, .footer .footer-route__car {
  position: relative;
  display: inline-block;
  padding-left: 60px;
}

@media screen and (max-width: 960px) {
  .footer .footer-route__train, .footer .footer-route__car {
    padding-left: 50px;
    letter-spacing: .1em;
  }
}

@media screen and (max-width: 640px) {
  .footer .footer-route__train, .footer .footer-route__car {
    max-width: 188px;
    margin: 0 auto;
  }
}

.footer .footer-route__train::before, .footer .footer-route__car::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  background: url("img/ico-train.svg") center/contain no-repeat;
}

@media screen and (max-width: 960px) {
  .footer .footer-route__train::before, .footer .footer-route__car::before {
    width: 40px;
    height: 40px;
  }
}

.footer .footer-route__train em, .footer .footer-route__car em {
  font-size: 125%;
  line-height: 1;
}

.footer .footer-route__train {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .footer .footer-route__train {
    width: 100%;
    margin-bottom: 4vw;
  }
}

.footer .footer-route__car {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .footer .footer-route__car {
    width: 100%;
  }
}

.footer .footer-route__car::before {
  background-image: url("img/ico-car.svg");
}

.footer .med-tbl table {
  width: 100%;
  margin-bottom: 15px;
  border-bottom: solid 1px #333;
}

@media screen and (max-width: 960px) {
  .footer .med-tbl table {
    font-size: 68.75%;
  }
}

.footer .med-tbl table thead th {
  padding: 18px 0;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}

@media screen and (max-width: 960px) {
  .footer .med-tbl table thead th {
    padding: 3vw 0;
  }
}

.footer .med-tbl table thead th:first-child {
  width: 38%;
}

@media screen and (max-width: 960px) {
  .footer .med-tbl table thead th:first-child {
    width: 42%;
    padding-left: 6vw;
  }
}

@media screen and (max-width: 960px) {
  .footer .med-tbl table thead th:last-child {
    width: 16%;
  }
}

.footer .med-tbl table thead th:not(:first-child) {
  text-align: left;
}

@media screen and (max-width: 960px) {
  .footer .med-tbl table tbody tr td:last-child {
    width: 16%;
  }
}

.footer .med-tbl table tbody tr:first-child th,
.footer .med-tbl table tbody tr:first-child td {
  padding-top: 10px;
}

@media screen and (max-width: 960px) {
  .footer .med-tbl table tbody tr:first-child th {
    padding-left: 2.6em;
  }
}

.footer .med-tbl table tbody tr:last-child th,
.footer .med-tbl table tbody tr:last-child td {
  padding: 5px 0 10px;
}

@media screen and (max-width: 960px) {
  .footer .med-tbl table tbody tr:last-child th {
    padding: 5px 0 10px 5.7vw;
  }
}

.footer .med-tbl__circle {
  color: #E3A039;
}

.footer .med-tbl__triangle {
  color: #ff8484;
}

.footer .med-tbl__note {
  text-align: center;
  line-height: 1.4;
}

.footer .footer-map {
  position: relative;
  width: 100%;
  padding-top: 500px;
}

@media screen and (max-width: 960px) {
  .footer .footer-map {
    padding-top: calc(500 / 750 * 100vw);
  }
}

.footer .footer-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer .copy {
  background: #E3A039;
  color: #fff;
  padding: 30px 0;
  font-size: 1rem;
  text-align: center;
  letter-spacing: .1em;
}

@media screen and (max-width: 960px) {
  .footer .copy {
    padding: 20px 0 100px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 640px) {
  .footer .copy {
    padding-bottom: calc(14vw + 20px);
  }
}

.footer .powered-by {
  display: inline-block;
  width: 45px;
  height: 10px;
  vertical-align: baseline;
}

.footer .pagetop {
  width: 70px;
  position: fixed;
  right: 40px;
  bottom: 45px;
  z-index: 1000;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .footer .pagetop {
    position: relative;
    right: auto;
    bottom: auto;
    width: 70px;
    height: 70px;
    margin: 0 14px 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .footer .pagetop {
    width: 14vw;
    height: 14vw;
    margin: 0 auto;
  }
}

.footer .floating-bar {
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .footer .floating-bar {
    visibility: visible;
  }
}

.footer .floating-bar__tel {
  width: calc(100% - 100px);
  text-align: center;
}

@media screen and (max-width: 640px) {
  .footer .floating-bar__tel {
    width: 38vw;
  }
}

.footer .floating-bar__tel a {
  display: block;
  padding: 20px 0;
  background: linear-gradient(120deg, #e4c484, #dd8b8b);
}

@media screen and (max-width: 640px) {
  .footer .floating-bar__tel a {
    padding: 0;
  }
}

.footer .floating-bar__tel span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  color: #fff;
  font-size: 187.5%;
  letter-spacing: .1em;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .footer .floating-bar__tel span {
    display: none;
  }
}

.footer .floating-bar__tel span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url("img/ico-tel.svg") center/contain no-repeat;
  width: 30px;
  height: 30px;
  margin: auto;
}

.footer .floating-bar__web {
  width: 38vw;
}

.form {
  max-width: 920px;
  margin: 0 auto;
}

.form .form-field {
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .form .form-field {
    margin-bottom: calc( 40px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .form .form-field {
    margin-bottom: calc( 40px * 0.5);
  }
}

.form .form-field__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form .form-field__row:not(:nth-last-of-type(1)) {
  margin-bottom: 32px;
}

@media screen and (max-width: 960px) {
  .form .form-field__row:not(:nth-last-of-type(1)) {
    margin-bottom: calc( 32px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .form .form-field__row:not(:nth-last-of-type(1)) {
    margin-bottom: calc( 32px * 0.5);
  }
}

.form .form-field dt {
  position: relative;
  width: 240px;
  padding: 10px 0 0 20px;
}

@media screen and (max-width: 960px) {
  .form .form-field dt {
    width: 200px;
  }
}

@media screen and (max-width: 640px) {
  .form .form-field dt {
    width: 100%;
    margin-bottom: 8px;
  }
}

.form .form-field dt::before {
  content: '';
  position: absolute;
  top: 19px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #ceedff;
  border-radius: 50%;
}

.form .form-field dd {
  width: calc(100% - 240px);
}

@media screen and (max-width: 960px) {
  .form .form-field dd {
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 640px) {
  .form .form-field dd {
    width: 100%;
  }
}

.form .form-privacy {
  overflow-y: auto;
  margin-bottom: 40px;
  padding: 24px 32px 24px 16px;
  border: solid 1px #b7b7b7;
  height: 200px;
  font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
  .form .form-privacy {
    margin-bottom: calc( 40px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .form .form-privacy {
    margin-bottom: calc( 40px * 0.5);
  }
}

.form .form-privacy .form-privacy-ttl {
  margin-bottom: 24px;
  color: #E3A039;
  font-size: 1.8rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.form .form-privacy .form-privacy-list {
  padding-top: 16px;
  border-top: dashed 1px #b7b7b7;
}

.form .form-privacy .form-privacy-list__item {
  margin-bottom: 16px;
  padding: 0 8px 16px;
  border-bottom: dashed 1px #b7b7b7;
}

.form .form-privacy .form-privacy-list dt {
  margin-bottom: 4px;
  font-size: 1.6rem;
}

.form .form-privacy .form-privacy-list dd {
  text-align: justify;
}

input:not([type="radio"]):not([type="submit"]),
select,
textarea {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  background: #f2f2f2;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  line-height: 56px;
}

select,
input:not([type="radio"]):not([type="submit"]).flatpickr {
  background: url("img/distform-arrow.svg") center right 16px/12px 6px no-repeat #f2f2f2;
}

textarea {
  overflow: auto;
  height: 200px;
  padding: 10px;
  line-height: 1.8;
}

.input-short {
  max-width: 240px;
}

.wpcf7-radio .wpcf7-list-item {
  margin-right: 40px;
}

.wpcf7-radio .wpcf7-list-item label {
  line-height: 56px;
  cursor: pointer;
}

.wpcf7-radio .wpcf7-list-item label input[type="radio"] {
  display: none;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-right: 32px;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before, .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  right: 0;
  width: 24px;
  height: 24px;
  background: #f5f5f5;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  right: 4px;
  width: 16px;
  height: 16px;
  background: #E3A039;
}

.wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

.flatpickr-calendar {
  font-family: "Noto Serif JP", serif;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month {
  height: 44px;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
  padding: 8px 0;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
  height: 32px;
  margin: -1px 12px 0 0;
  padding: 0 32px 0 12px;
  line-height: 32px;
  background: url("img/distform-arrow.svg") center right 8px/12px 6px no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
  width: 72px;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper span {
  padding: 0 3px;
  border: none;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper span.arrowUp:after, .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper span.arrowDown:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #575757;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #575757;
}

.flatpickr-calendar .dayContainer {
  padding-bottom: 12px;
}

.flatpickr-calendar .dayContainer .flatpickr-day {
  font-family: "Noto Serif JP", serif;
}

.flatpickr-calendar .dayContainer .saturday {
  color: #E3A039;
}

.flatpickr-calendar .dayContainer .flatpickr-disabled {
  color: rgba(57, 57, 57, 0.1);
}

.form-send {
  display: block;
  width: 100%;
  max-width: 320px;
  height: 72px;
  margin: 0 auto;
  padding: 4px;
  background: #84c1ff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .form-send {
    min-height: 64px;
  }
}

@media screen and (max-width: 640px) {
  .form-send {
    min-height: 56px;
  }
}

.form-send > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  border: solid 1px #fff;
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .form-send > span {
    font-size: 1.6rem;
  }
}

.form-send > span::before, .form-send > span::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #fff), color-stop(50%, transparent));
  background: linear-gradient(to right bottom, #fff 50%, transparent 50%);
}

.form-send > span::before {
  top: 0;
  left: 0;
}

.form-send > span::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.form-send input[type="submit"] {
  display: none;
}

.form-send:hover {
  opacity: 1;
  background: #fff;
}

.form-send:hover > span {
  border: solid 1px #84c1ff;
  color: #84c1ff;
}

.form-send:hover > span::before, .form-send:hover > span::after {
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #84c1ff), color-stop(50%, transparent));
  background-image: linear-gradient(to right bottom, #84c1ff 50%, transparent 50%);
}

.form-send:hover .ico-reserv {
  fill: #84c1ff;
}

.wpcf7-form.sent .wpcf7-response-output,
.wpcf7-form.invalid .wpcf7-response-output {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .wpcf7-form.sent .wpcf7-response-output,
  .wpcf7-form.invalid .wpcf7-response-output {
    margin-top: 16px;
    padding: 16px;
  }
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #ff8484;
  font-size: 1.4rem;
}

.wpcf7 .wpcf7-not-valid {
  background: #ccc;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-txt {
  padding-top: 24px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .recaptcha-txt {
    padding-top: 16px;
  }
}

.recaptcha-txt a {
  text-decoration: underline;
}

.recaptcha-txt a:hover {
  text-decoration: none;
}

#notfound .lower-page {
  padding: 120px 0;
}

.notfound-txt {
  text-align: center;
}

.notfound-list {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 24px;
  padding: 24px;
  background: #f2f2f2;
  border-radius: 4px;
}

@media screen and (max-width: 960px) {
  .notfound-list {
    margin-bottom: calc( 24px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .notfound-list {
    margin-bottom: calc( 24px * 0.5);
  }
}

.notfound-list__item {
  margin-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

.notfound-list__item::before {
  content: '・';
}

.hero {
  overflow: hidden;
  position: relative;
  background: url("img/hero-bg.jpg") center/cover no-repeat;
}

.hero::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100px;
  background: url("img/hero-frame.png") center/100% 100px no-repeat;
}

@media screen and (max-width: 1280px) {
  .hero::before {
    height: 60px;
    background-size: 100% 60px;
  }
}

@media screen and (max-width: 960px) {
  .hero::before {
    height: 40px;
    background-size: 100% 40px;
  }
}

@media screen and (max-width: 480px) {
  .hero::before {
    height: 30px;
    background-size: 100% 30px;
  }
}

@media screen and (max-width: 1280px) {
  .hero .wrap {
    max-width: 960px;
  }
}

@media screen and (max-width: 960px) {
  .hero .wrap {
    max-width: 740px;
  }
}

.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 520px;
  height: 720px;
}

@media screen and (max-width: 1280px) {
  .hero__inner {
    width: 450px;
    height: 520px;
  }
}

@media screen and (max-width: 960px) {
  .hero__inner {
    width: calc(100% - 270px);
    max-width: 320px;
    height: 374px;
  }
}

@media screen and (max-width: 640px) {
  .hero__inner {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 32px 16px 16px;
  }
}

.hero .hero-catch {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .hero .hero-catch {
    text-align: center;
  }
}

.hero .hero-catch__balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -160px;
  right: -160px;
  z-index: -1;
  width: 216px;
  height: 216px;
  background: url("img/hero-balloon.png") center/contain no-repeat;
  border-radius: 50%;
}

@media screen and (max-width: 1280px) {
  .hero .hero-catch__balloon {
    top: -105px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 960px) {
  .hero .hero-catch__balloon {
    top: -78px;
    right: -84px;
    width: 140px;
    height: 140px;
  }
}

@media screen and (max-width: 640px) {
  .hero .hero-catch__balloon {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 40px;
    margin-bottom: 32px;
    background: #fff;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
  }
}

.hero .hero-catch__balloon::before {
  content: '';
  display: none;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100%;
  height: 40px;
  border: solid 1px #ceedff;
  border-radius: 20px;
}

@media screen and (max-width: 640px) {
  .hero .hero-catch__balloon::before {
    display: block;
  }
}

.hero .hero-catch__balloon span {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 1280px) {
  .hero .hero-catch__balloon span {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 960px) {
  .hero .hero-catch__balloon span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .hero .hero-catch__balloon span {
    font-size: 1.4rem;
  }
}

.hero .hero-catch__sub {
  position: relative;
  font-size: 3.6rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1280px) {
  .hero .hero-catch__sub {
    font-size: 3.2rem;
    letter-spacing: -0.28rem;
  }
}

@media screen and (max-width: 960px) {
  .hero .hero-catch__sub {
    max-width: 400px;
    margin: 0 auto;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .hero .hero-catch__sub {
    font-size: 2.0rem;
  }
}

.hero .hero-catch__sub em {
  font-size: 5.0rem;
}

@media screen and (max-width: 1280px) {
  .hero .hero-catch__sub em {
    font-size: 3.8rem;
    letter-spacing: 0.01rem;
  }
}

@media screen and (max-width: 960px) {
  .hero .hero-catch__sub em {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 480px) {
  .hero .hero-catch__sub em {
    font-size: 2.4rem;
  }
}

.hero .hero-catch__sub em span {
  position: relative;
}

.hero .hero-catch__sub em span::before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #ff8484;
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero .hero-catch__main {
  display: inline-block;
  position: relative;
  padding-left: 132px;
  color: #E3A039;
  font-size: 8.8rem;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1280px) {
  .hero .hero-catch__main {
    padding-left: 118px;
    font-size: 7.2rem;
  }
}

@media screen and (max-width: 960px) {
  .hero .hero-catch__main {
    padding-left: 88px;
    font-size: 5.2rem;
  }
}

@media screen and (max-width: 640px) {
  .hero .hero-catch__main {
    padding-left: 80px;
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 480px) {
  .hero .hero-catch__main {
    font-size: 4.0rem;
  }
}

.hero .hero-catch__prefix {
  position: absolute;
  top: 50%;
  left: -40px;
  z-index: -1;
  width: 204px;
  height: 204px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1280px) {
  .hero .hero-catch__prefix {
    left: -34px;
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 960px) {
  .hero .hero-catch__prefix {
    left: -26px;
    width: 132px;
    height: 132px;
  }
}

@media screen and (max-width: 640px) {
  .hero .hero-catch__prefix {
    left: 0;
    width: 96px;
    height: 96px;
  }
}

.hero .hero-vsl {
  position: absolute;
  top: 0;
  z-index: 1;
  left: calc(100% - 28px);
  width: 760px;
}

@media screen and (max-width: 1280px) {
  .hero .hero-vsl {
    width: 580px;
  }
}

@media screen and (max-width: 960px) {
  .hero .hero-vsl {
    left: 100%;
    width: 400px;
  }
}

@media screen and (max-width: 640px) {
  .hero .hero-vsl {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% + 40px);
    margin: 0 auto;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.cv {
  position: relative;
  padding: 150px 40px;
  background: url("img/cv-bg.jpg") center/1800px 520px no-repeat;
}

@media screen and (max-width: 1280px) {
  .cv {
    padding: 120px 32px;
    background-size: 1316px 380px;
  }
}

@media screen and (max-width: 960px) {
  .cv {
    padding: 104px 24px 74%;
    background: url("img/sp-cv-bg.jpg") center bottom/cover no-repeat;
  }
}

@media screen and (max-width: 640px) {
  .cv {
    padding: 80px 16px 74%;
  }
}

.cv::before, .cv::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100px;
  background: url("img/frame-wht.png") center/100% 100px no-repeat;
}

@media screen and (max-width: 960px) {
  .cv::before, .cv::after {
    height: 60px;
    background-size: 100% 60px;
  }
}

@media screen and (max-width: 640px) {
  .cv::before, .cv::after {
    height: 40px;
    background-size: 100% 40px;
  }
}

.cv::before {
  top: 0;
}

.cv::after {
  bottom: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.cv--topblu::before {
  background-image: url("img/frame-blu.png");
}

.cv .cv-ttl {
  margin-bottom: 24px;
  font-size: 3.6rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 960px) {
  .cv .cv-ttl {
    margin-bottom: calc( 24px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .cv .cv-ttl {
    margin-bottom: calc( 24px * 0.5);
  }
}

@media screen and (max-width: 1280px) {
  .cv .cv-ttl {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 960px) {
  .cv .cv-ttl {
    font-size: 2.4rem;
  }
}

.cv .cv-ttl span {
  position: relative;
}

.cv .cv-ttl span::before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #ff8484;
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cv .cv-txt {
  margin-bottom: 24px;
  font-size: 2.0rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .cv .cv-txt {
    margin-bottom: calc( 24px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .cv .cv-txt {
    margin-bottom: calc( 24px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .cv .cv-txt {
    font-size: 1.6rem;
  }
}

.worry {
  padding: 56px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F5ED), to(rgba(228, 247, 251, 0)));
  background: linear-gradient(to bottom, #F6F5ED, rgba(228, 247, 251, 0));
}

.worry .worry-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .worry .worry-list {
    margin-bottom: calc( 40px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .worry .worry-list {
    margin-bottom: calc( 40px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .worry .worry-list {
    max-width: 480px;
  }
}

@media screen and (max-width: 640px) {
  .worry .worry-list {
    max-width: 400px;
  }
}

.worry .worry-list__item {
  position: relative;
  width: calc(25% - 30px);
  padding-bottom: calc(25% - 30px);
  background: url("img/worry-bg.svg") center/contain no-repeat;
}

@media screen and (max-width: 1280px) {
  .worry .worry-list__item {
    width: calc(25% - 24px);
    padding-bottom: calc(25% - 24px);
  }
}

@media screen and (max-width: 960px) {
  .worry .worry-list__item {
    width: calc(50% - 12px);
    padding-bottom: calc(50% - 12px);
  }
}

@media screen and (max-width: 640px) {
  .worry .worry-list__item {
    width: calc(50% - 8px);
    padding-bottom: calc(50% - 8px);
  }
}

.worry .worry-list__item span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  text-align: center;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .worry .worry-list__item span {
    padding: 12px;
  }
}

@media screen and (max-width: 640px) {
  .worry .worry-list__item span {
    padding: 8px;
  }
}

@media screen and (max-width: 480px) {
  .worry .worry-list__item span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 960px) {
  .worry .worry-list__item:not(:nth-of-type(-n+2)) {
    margin-top: 24px;
  }
}

@media screen and (max-width: 640px) {
  .worry .worry-list__item:not(:nth-of-type(-n+2)) {
    margin-top: 16px;
  }
}

.worry .measures-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .worry .measures-list {
    margin-bottom: calc( 40px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .worry .measures-list {
    margin-bottom: calc( 40px * 0.5);
  }
}

.worry .measures-list__item {
  width: calc(33.33% - 20px);
  padding: 5px;
  background: url("img/measures-bg.jpg") center/cover no-repeat;
}

.worry .measures-list__item:hover{
  opacity: 0.6;
}

@media screen and (max-width: 960px) {
  .worry .measures-list__item {
    width: calc(33.33% - 13.33px);
  }
}

@media screen and (max-width: 640px) {
  .worry .measures-list__item {
    width: 100%;
    padding: 3px;
  }
}

@media screen and (max-width: 640px) {
  .worry .measures-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: 16px;
  }
}

.worry .measures-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  background: #E3A039;
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 960px) {
  .worry .measures-list__item a {
    padding: 12px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .worry .measures-list__item a {
    padding: 12px 8px;
  }
}

.therapy {
  margin-bottom: 64px;
}

@media screen and (max-width: 960px) {
  .therapy {
    margin-bottom: calc( 64px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .therapy {
    margin-bottom: calc( 64px * 0.5);
  }
}

.therapy .therapy-unit {
  counter-reset: therapy-num;
}

.therapy .therapy-unit__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.therapy .therapy-unit__row:not(:nth-last-of-type(1)) {
  margin-bottom: 24px;
}

@media screen and (max-width: 960px) {
  .therapy .therapy-unit__row:not(:nth-last-of-type(1)) {
    margin-bottom: calc( 24px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .therapy .therapy-unit__row:not(:nth-last-of-type(1)) {
    margin-bottom: calc( 24px * 0.5);
  }
}

.therapy .therapy-vsl {
  width: 320px;
}

@media screen and (max-width: 1280px) {
  .therapy .therapy-vsl {
    width: 280px;
  }
}

@media screen and (max-width: 960px) {
  .therapy .therapy-vsl {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 16px;
  }
}

@media screen and (max-width: 640px) {
  .therapy .therapy-vsl {
    max-width: 320px;
  }
}

.therapy .therapy-dtl {
  width: calc(100% - 360px);
}

@media screen and (max-width: 1280px) {
  .therapy .therapy-dtl {
    width: calc(100% - 312px);
  }
}

@media screen and (max-width: 960px) {
  .therapy .therapy-dtl {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
}

.therapy .therapy-dtl__ttl {
  position: relative;
  margin-bottom: 20px;
  padding: 4px 0 0 140px;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1280px) {
  .therapy .therapy-dtl__ttl {
    padding: 2px 0 0 124px;
  }
}

@media screen and (max-width: 960px) {
  .therapy .therapy-dtl__ttl {
    margin-bottom: 12px;
    padding: 36px 0 0 0;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 640px) {
  .therapy .therapy-dtl__ttl {
    padding: 32px 0 0 0;
    font-size: 2.0rem;
  }
}

.therapy .therapy-dtl__ttl::before, .therapy .therapy-dtl__ttl::after {
  position: absolute;
  color: #DBCEAB;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
}

.therapy .therapy-dtl__ttl::before {
  content: 'Point';
  top: 4px;
  left: 0;
  font-size: 3.2rem;
}

@media screen and (max-width: 1280px) {
  .therapy .therapy-dtl__ttl::before {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 960px) {
  .therapy .therapy-dtl__ttl::before {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .therapy .therapy-dtl__ttl::before {
    font-size: 2.0rem;
  }
}

.therapy .therapy-dtl__ttl::after {
  counter-increment: therapy-num;
  content: "0" counter(therapy-num);
  top: 0;
  left: 88px;
  font-size: 3.6rem;
}

@media screen and (max-width: 1280px) {
  .therapy .therapy-dtl__ttl::after {
    left: 74px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 960px) {
  .therapy .therapy-dtl__ttl::after {
    left: 64px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .therapy .therapy-dtl__ttl::after {
    left: 54px;
    font-size: 2.4rem;
  }
}

.case {
  counter-reset: case-num;
  padding: 64px 0 48px;
  background: #F6F5ED;
}

.case .case-card {
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 32px;
  height: 100%;
  width: 100%;
  max-width: 1064px;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .case .case-card {
    margin-bottom: calc( 40px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .case .case-card {
    margin-bottom: calc( 40px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .case .case-card {
    padding: calc( 32px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .case .case-card {
    padding: calc( 32px * 0.5);
  }
}

.case .case-card:nth-last-of-type(1) .case-card-unit {
  margin-bottom: 32px;
}

@media screen and (max-width: 960px) {
  .case .case-card:nth-last-of-type(1) .case-card-unit {
    margin-bottom: calc( 32px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .case .case-card:nth-last-of-type(1) .case-card-unit {
    margin-bottom: calc( 32px * 0.5);
  }
}

.case .case-card .case-card-unit {
  width: 100%;
}

.case .case-card .case-dtl {
  width: 100%;
  margin-bottom: 40px;
  /*
        .case-dtl-flag {
          position: absolute;
          top: 28px;
          left: -16px;
          width: 128px;
          height: 42px;
          padding-left: 8px;
          background: linear-gradient(to bottom, #ddad65, #efdaa9 65%, #E3A039 90%, #E3A039) left center / 8px 42px no-repeat $aqu;
          color: $wht;
          font-size: 2.0rem;
          text-align: center;
          line-height: 42px;
          font-family: $ff-min;
          @include break(tb) {
            left: -12px;
            top: 22px;
            width: 104px;
            font-size: 1.6rem;
          }
          @include break {
            width: 88px;
            left: -12px;
            top: 16px;
            height: 32px;
            line-height: 32px;
          }
          &::after {
            counter-increment: case-num;
            content: '0'counter(case-num);
            margin-left: 4px;
            font-size: 2.2rem;
            font-family: $ff-en;
            @include break(tb) {
              font-size: 1.8rem;
            }
          }
        }*/
}

.case .case-card .case-dtl li{
  margin: 1rem 0;
  list-style: none;
}

.case .case-card .case-dtl li::before{
  content: "・";
  color: #E3A039;
}

@media screen and (max-width: 960px) {
  .case .case-card .case-dtl {
    width: 100%;
  }
}

.case .case-card .case-dtl .case-dtl-ttl {
  margin-bottom: 24px;
  padding: 0 0 0 24px;
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #E3A039;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddad65), color-stop(65%, #efdaa9), color-stop(90%, #E3A039), to(#E3A039)) left 4px center/4px 100% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#DBCEAB), to(#DBCEAB)) left center/4px 100% no-repeat;
  background: linear-gradient(to bottom, #ddad65, #efdaa9 65%, #E3A039 90%, #E3A039) left 4px center/4px 100% no-repeat, linear-gradient(to bottom, #DBCEAB, #DBCEAB) left center/4px 100% no-repeat;
}

@media screen and (max-width: 960px) {
  .case .case-card .case-dtl .case-dtl-ttl {
    margin-bottom: calc( 24px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .case .case-card .case-dtl .case-dtl-ttl {
    margin-bottom: calc( 24px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .case .case-card .case-dtl .case-dtl-ttl {
    padding: 0 0 0 16px;
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 640px) {
  .case .case-card .case-dtl .case-dtl-ttl {
    background: -webkit-gradient(linear, left top, left bottom, from(#ddad65), color-stop(65%, #efdaa9), color-stop(90%, #E3A039), to(#E3A039)) left 2px center/2px 100% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#DBCEAB), to(#DBCEAB)) left center/2px 100% no-repeat;
    background: linear-gradient(to bottom, #ddad65, #efdaa9 65%, #E3A039 90%, #E3A039) left 2px center/2px 100% no-repeat, linear-gradient(to bottom, #DBCEAB, #DBCEAB) left center/2px 100% no-repeat;
    padding: 0 0 0 12px;
    font-size: 1.8rem;
  }
}

.case .case-card .case-dtl .case-dtl-data {
  position: relative;
}

.case .case-card .case-dtl .case-dtl-data::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 4px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #E3A039), color-stop(30%, #ddad65), color-stop(65%, #efdaa9), color-stop(90%, #E3A039), to(#E3A039)) center center/100% no-repeat;
  background: linear-gradient(to bottom, #E3A039 8%, #ddad65 30%, #ddad65 65%, #E3A039 90%, #E3A039) center center / 100% no-repeat;
}

.case .case-card .case-dtl .case-dtl-data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case .case-card .case-dtl .case-dtl-data__item:not(:nth-last-of-type(1)) {
  margin: 0 0 2px 0;
}

.case .case-card .case-dtl .case-dtl-data dt,
.case .case-card .case-dtl .case-dtl-data dd {
  padding: 8px 16px;
}

@media screen and (max-width: 480px) {
  .case .case-card .case-dtl .case-dtl-data dt,
  .case .case-card .case-dtl .case-dtl-data dd {
    padding: 6px 16px;
  }
}

.case .case-card .case-dtl .case-dtl-data dt {
  width: 144px;
  background: #f2f2f2;
}

@media screen and (max-width: 480px) {
  .case .case-card .case-dtl .case-dtl-data dt {
    width: 120px;
  }
}

.case .case-card .case-dtl .case-dtl-data dd {
  width: calc( 100% - 144px);
}

@media screen and (max-width: 480px) {
  .case .case-card .case-dtl .case-dtl-data dd {
    width: calc( 100% - 120px);
  }
}

.case .case-card .case-vsl {
  width: calc(50% - 12px);
}

@media screen and (max-width: 960px) {
  .case .case-card .case-vsl {
    margin: 24px auto 0;
    width: 80%;
  }
}

@media screen and (max-width: 640px) {
  .case .case-card .case-vsl {
    margin: 16px auto 0;
    width: 100%;
  }
}

.intro {
  text-align: center;
}

.intro .list {
  display: inline-block;
  padding: 6px 0;
}

.intro .list__item {
  text-align: left;
}

.prolong {
  padding: 64px 0 64px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 247, 251, 0)), to(#F6F5ED)), -webkit-gradient(linear, left top, right bottom, from(rgba(228, 247, 251, 0)), to(#F6F5ED));
  background: linear-gradient(to bottom, rgba(228, 247, 251, 0), #F6F5ED), linear-gradient(to right bottom, rgba(228, 247, 251, 0), #F6F5ED);
}

.prolong .case-content {
  margin-bottom: 64px;
  padding: 5px;
  background: url("img/case-bg.jpg") center/cover no-repeat;
}

@media screen and (max-width: 960px) {
  .prolong .case-content {
    margin-bottom: calc( 64px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .prolong .case-content {
    margin-bottom: calc( 64px * 0.5);
  }
}

.prolong .case-content .case-inner {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px;
  padding: 20px 48px;
  background: #fff;
}

@media screen and (max-width: 1280px) {
  .prolong .case-content .case-inner {
    gap: 56px;
  }
}

@media screen and (max-width: 960px) {
  .prolong .case-content .case-inner {
    display: block;
    padding: 16px 32px 20px;
  }
}

@media screen and (max-width: 640px) {
  .prolong .case-content .case-inner {
    padding: 12px 24px 16px;
  }
}

.prolong .case-content .case-inner .case-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  font-size: 3.2rem;
  color: #DBCEAB;
}

@media screen and (max-width: 960px) {
  .prolong .case-content .case-inner .case-ttl {
    display: block;
    text-align: center;
    margin: 0 0 6px;
    line-height: 40px;
  }
}

@media screen and (max-width: 640px) {
  .prolong .case-content .case-inner .case-ttl {
    font-size: 2.8rem;
  }
}

.prolong .case-content .case-inner .case-ttl::after {
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 40px;
  background: #DBCEAB;
}

@media screen and (max-width: 1280px) {
  .prolong .case-content .case-inner .case-ttl::after {
    right: -28px;
  }
}

@media screen and (max-width: 960px) {
  .prolong .case-content .case-inner .case-ttl::after {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .prolong .case-content .case-inner .case-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
  }
}

.prolong .case-content .case-inner p {
  position: relative;
  font-size: 2rem;
  color: #E3A039;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .prolong .case-content .case-inner p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 960px) {
  .prolong .case-content .case-inner p {
    width: calc( 100% - 212px);
  }
}

@media screen and (max-width: 640px) {
  .prolong .case-content .case-inner p {
    width: 100%;
    font-size: 1.6rem;
  }
}

.prolong .case-content .case-inner .case-vsl {
  position: absolute;
  top: 0;
  right: 0;
  height: 112px;
}

@media screen and (max-width: 1028px) {
  .prolong .case-content .case-inner .case-vsl {
    -webkit-transform: translateX(90px);
    transform: translateX(90px);
    opacity: .5;
  }
}

@media screen and (max-width: 960px) {
  .prolong .case-content .case-inner .case-vsl {
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    top: auto;
    left: auto;
    width: 200px;
    height: auto;
    opacity: 1;
  }
}

@media screen and (max-width: 640px) {
  .prolong .case-content .case-inner .case-vsl {
    margin: 0 auto;
  }
}

.prolong .case-content .case-inner .case-vsl img {
  height: 100%;
}

@media screen and (max-width: 960px) {
  .prolong .case-content .case-inner .case-vsl img {
    height: auto;
  }
}

.prolong .difference-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 960px) {
  .prolong .difference-unit {
    margin-bottom: calc( 24px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .prolong .difference-unit {
    margin-bottom: calc( 24px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .prolong .difference-unit {
    gap: 16px;
  }
}

@media screen and (max-width: 640px) {
  .prolong .difference-unit {
    gap: 12px;
  }
}

@media screen and (max-width: 480px) {
  .prolong .difference-unit {
    gap: 8px;
  }
}

.prolong .difference-unit .difference-col .difference-ttl {
  position: relative;
  text-align: center;
  margin-bottom: 64px;
  padding: 12px;
  background: linear-gradient(90deg, #bbdaf9 12px, #84c1ff 12px);
  font-size: 2.4rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .prolong .difference-unit .difference-col .difference-ttl {
    margin-bottom: calc( 64px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .prolong .difference-unit .difference-col .difference-ttl {
    margin-bottom: calc( 64px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .prolong .difference-unit .difference-col .difference-ttl {
    padding: 10px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .prolong .difference-unit .difference-col .difference-ttl {
    padding: 8px;
    font-size: 1.6rem;
  }
}

.prolong .difference-unit .difference-col .difference-ttl::after {
  position: absolute;
  bottom: -52px;
  left: 50%;
  -webkit-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  content: '';
  width: 16px;
  height: 24px;
  background: url("img/flow-arrow.png") center/contain no-repeat;
}

@media screen and (max-width: 960px) {
  .prolong .difference-unit .difference-col .difference-ttl::after {
    bottom: -40px;
    width: 12px;
    height: 18px;
  }
}

@media screen and (max-width: 640px) {
  .prolong .difference-unit .difference-col .difference-ttl::after {
    bottom: -32px;
  }
}

.prolong .difference-unit .difference-col .probability {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 28px 24px 20px;
  background: #fff;
  border: solid 1px #84c1ff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .prolong .difference-unit .difference-col .probability {
    padding: 16px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .prolong .difference-unit .difference-col .probability {
    padding: 12px;
    font-size: 1.6rem;
  }
}

.prolong .difference-unit .difference-col .probability .num {
  display: block;
  padding: 4px 0 0;
  color: #84c1ff;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  font-size: 4.8rem;
  line-height: 40px;
}

@media screen and (max-width: 960px) {
  .prolong .difference-unit .difference-col .probability .num {
    font-size: 4rem;
    line-height: 32px;
  }
}

@media screen and (max-width: 640px) {
  .prolong .difference-unit .difference-col .probability .num {
    font-size: 3.2rem;
  }
}

.prolong .difference-unit .difference-col .probability .percent {
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  font-size: 3.2rem;
}

@media screen and (max-width: 960px) {
  .prolong .difference-unit .difference-col .probability .percent {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .prolong .difference-unit .difference-col .probability .percent {
    font-size: 2.4rem;
  }
}

.prolong .difference-unit .difference-col .probability small {
  color: #333;
  font-size: 2.8rem;
}

@media screen and (max-width: 960px) {
  .prolong .difference-unit .difference-col .probability small {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .prolong .difference-unit .difference-col .probability small {
    font-size: 2rem;
  }
}

.prolong .difference-unit .difference-col .probability::before, .prolong .difference-unit .difference-col .probability::after {
  position: absolute;
  content: "";
  width: 588px;
  height: 18px;
  background: url("img/probability-frame-vio.png") center/contain no-repeat;
}

@media screen and (max-width: 960px) {
  .prolong .difference-unit .difference-col .probability::before, .prolong .difference-unit .difference-col .probability::after {
    width: 404px;
    height: 13px;
  }
}

@media screen and (max-width: 640px) {
  .prolong .difference-unit .difference-col .probability::before, .prolong .difference-unit .difference-col .probability::after {
    width: 250px;
    height: 8px;
  }
}

.prolong .difference-unit .difference-col .probability::before {
  top: -1px;
  left: 0;
}

.prolong .difference-unit .difference-col .probability::after {
  bottom: -1px;
  right: 0;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.prolong .difference-unit .difference-col:nth-of-type(2) .difference-ttl {
  background: linear-gradient(-90deg, #f4bebe 12px, #ff8484 12px);
}

.prolong .difference-unit .difference-col:nth-of-type(2) .probability {
  border-color: #ff8484;
}

.prolong .difference-unit .difference-col:nth-of-type(2) .probability .num {
  color: #ff8484;
}

.prolong .difference-unit .difference-col:nth-of-type(2) .probability::before, .prolong .difference-unit .difference-col:nth-of-type(2) .probability::after {
  background: url("img/probability-frame-pnk.png") center/contain no-repeat;
}

.prolong .comparison-content {
  display: grid;
  gap: 16px;
  margin-bottom: 64px;
}

@media screen and (max-width: 960px) {
  .prolong .comparison-content {
    margin-bottom: calc( 64px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .prolong .comparison-content {
    margin-bottom: calc( 64px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .prolong .comparison-content {
    gap: 12px;
  }
}

@media screen and (max-width: 640px) {
  .prolong .comparison-content {
    gap: 8px;
  }
}

.prolong .comparison-content .comparison-unit {
  display: grid;
  grid-template-columns: 408px 1fr 408px;
  gap: 16px;
}

@media screen and (max-width: 1280px) {
  .prolong .comparison-content .comparison-unit {
    grid-template-columns: 380px 1fr 380px;
  }
}

@media screen and (max-width: 960px) {
  .prolong .comparison-content .comparison-unit {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media screen and (max-width: 640px) {
  .prolong .comparison-content .comparison-unit {
    gap: 8px;
  }
}

.prolong .comparison-content .comparison-unit .comparison-dtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 28px 20px;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .prolong .comparison-content .comparison-unit .comparison-dtl {
    padding: 20px 12px;
  }
}

@media screen and (max-width: 640px) {
  .prolong .comparison-content .comparison-unit .comparison-dtl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 16px;
  }
}

@media screen and (max-width: 640px) {
  .prolong .comparison-content .comparison-unit .comparison-dtl p {
    padding: 0 8px;
  }
}

.prolong .comparison-content .comparison-unit .comparison-dtl:nth-last-of-type(1) .comparison-txt {
  background: #ff8484;
}

@media screen and (max-width: 640px) {
  .prolong .comparison-content .comparison-unit .comparison-dtl:nth-last-of-type(1) .comparison-ttl {
    color: #ff8484;
  }
}

.prolong .comparison-content .comparison-unit .comparison-dtl:nth-last-of-type(1) .comparison-ttl::before {
  color: #ff8484;
}

@media screen and (max-width: 640px) {
  .prolong .comparison-content .comparison-unit .comparison-dtl:nth-last-of-type(1) .comparison-ttl::before {
    color: #fff;
  }
}

.prolong .comparison-content .comparison-unit .comparison-txt {
  background: #84c1ff;
  margin: 0 0 8px;
  padding: 5px 8px 4px;
  color: #fff;
}

.prolong .comparison-content .comparison-unit .comparison-ttl {
  position: relative;
  margin: 0 0 12px;
  padding-left: 46px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: .01em;
}

@media screen and (max-width: 960px) {
  .prolong .comparison-content .comparison-unit .comparison-ttl {
    padding-left: 38px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .prolong .comparison-content .comparison-unit .comparison-ttl {
    margin: 0 0 4px;
    padding: 0 8px;
    color: #84c1ff;
    font-size: 1.8rem;
  }
}

.prolong .comparison-content .comparison-unit .comparison-ttl::before {
  content: '01';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  font-size: 3.2rem;
  color: #84c1ff;
}

@media screen and (max-width: 960px) {
  .prolong .comparison-content .comparison-unit .comparison-ttl::before {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .prolong .comparison-content .comparison-unit .comparison-ttl::before {
    top: -39px;
    left: 88px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 2rem;
    color: #fff;
  }
}

.prolong .comparison-content .comparison-unit .comparison-vsl {
  height: 100%;
}

@media screen and (max-width: 960px) {
  .prolong .comparison-content .comparison-unit .comparison-vsl {
    display: none;
  }
}

.prolong .comparison-content .comparison-unit .comparison-vsl img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.prolong .comparison-content .comparison-unit:nth-of-type(2) .comparison-ttl::before {
  content: '02';
}

.prolong .comparison-content .comparison-unit:nth-of-type(3) .comparison-ttl::before {
  content: '03';
}

.prolong .comparison-content .comparison-unit:nth-of-type(4) .comparison-ttl::before {
  content: '04';
}

.prolong .comparison-content .comparison-unit:nth-of-type(5) .comparison-ttl::before {
  content: '05';
}

.prolong .comparison-content .comparison-unit:nth-of-type(6) .comparison-ttl::before {
  content: '06';
}

.prolong .price-data {
  position: relative;
}

.prolong .price-data::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 4px;
  height: 100%;
  background: #DBCEAB;
}

.prolong .price-data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 6px;
}

@media screen and (max-width: 640px) {
  .prolong .price-data__item {
    gap: 0 2px;
  }
}

.prolong .price-data__item:not(:last-of-type) {
  margin: 0 0 6px;
}

@media screen and (max-width: 640px) {
  .prolong .price-data__item:not(:last-of-type) {
    margin: 0 0 2px;
  }
}

.prolong .price-data__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  width: 320px;
  background: #fff;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .prolong .price-data__item dt {
    width: 180px;
  }
}

@media screen and (max-width: 640px) {
  .prolong .price-data__item dt {
    padding: 10px;
    width: 120px;
  }
}

.prolong .price-data__item dd {
  padding: 20px 24px;
  width: calc( 100% - 326px);
  background: #fff;
}

@media screen and (max-width: 960px) {
  .prolong .price-data__item dd {
    width: calc( 100% - 186px);
  }
}

@media screen and (max-width: 640px) {
  .prolong .price-data__item dd {
    padding: 10px 14px;
    width: calc( 100% - 122px);
  }
}

.prolong .price-data__item dd p span {
  padding-right: 12px;
}

.prolong .price-data__item dd p:not(:last-of-type) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px rgba(190, 153, 32, 0.24);
}

.guarantee {
  position: relative;
  padding-bottom: 64px;
  background: #fefcf6;
}

@media screen and (max-width: 960px) {
  .guarantee {
    margin-bottom: calc( 64px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .guarantee {
    margin-bottom: calc( 64px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .guarantee {
    padding-bottom: calc( 64px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .guarantee {
    padding-bottom: calc( 64px * 0.5);
  }
}

.guarantee::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 700px;
  background: #F6F5ED;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 15%);
  clip-path: polygon(100% 0, 0 0, 50% 15%);
}

@media screen and (max-width: 960px) {
  .guarantee::before {
    height: 590px;
  }
}

@media screen and (max-width: 640px) {
  .guarantee::before {
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 5%, 50% 12%, 0 5%, 0 0);
    clip-path: polygon(50% 0, 100% 0, 100% 5%, 50% 12%, 0 5%, 0 0);
  }
}

.guarantee .question {
  position: relative;
  text-align: center;
  margin-bottom: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
}

@media screen and (max-width: 960px) {
  .guarantee .question {
    margin-bottom: calc( 16px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .guarantee .question {
    margin-bottom: calc( 16px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .guarantee .question {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .guarantee .question {
    font-size: 1.6rem;
  }
}

.guarantee .question span {
  position: relative;
  font-size: 3.2rem;
}

@media screen and (max-width: 960px) {
  .guarantee .question span {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .guarantee .question span {
    font-size: 2.4rem;
  }
}

.guarantee .question span::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #ff8484;
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  .guarantee .question span::before {
    top: 0;
    width: 3px;
    height: 3px;
  }
}

.guarantee .answer {
  position: relative;
  text-align: center;
  margin-bottom: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
}

@media screen and (max-width: 960px) {
  .guarantee .answer {
    margin-bottom: calc( 16px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .guarantee .answer {
    margin-bottom: calc( 16px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .guarantee .answer {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .guarantee .answer {
    font-size: 2rem;
  }
}

.guarantee .answer span {
  border-bottom: double 5px #E3A039;
}

.guarantee .guarantee-ttl {
  text-align: center;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 1.6;
}

.box-kome {
  margin: 0 auto;
  max-width: 700px; /* 任意。文章幅を整える */
}
.box-kome .note-txt {
  display: block;
  margin-bottom: 0.5em;
}


@media screen and (max-width: 960px) {
  .guarantee .guarantee-ttl {
    margin-bottom: calc( 40px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .guarantee .guarantee-ttl {
    margin-bottom: calc( 40px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .guarantee .guarantee-ttl {
    font-size: 3rem;
  }
}

@media screen and (max-width: 640px) {
  .guarantee .guarantee-ttl {
    font-size: 2.6rem;
  }
}

.guarantee .guarantee-ttl .num {
  padding-right: 10px;
  font-size: 6rem;
  font-style: italic;
}

@media screen and (max-width: 960px) {
  .guarantee .guarantee-ttl .num {
    font-size: 5rem;
  }
}

@media screen and (max-width: 640px) {
  .guarantee .guarantee-ttl .num {
    font-size: 4rem;
  }
}

.guarantee h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
}

@media screen and (max-width: 640px) {
  .guarantee h4 {
    font-size: 2rem;
  }
}

.guarantee .guarantee-vsl {
  margin-bottom: 24px;
  padding-bottom: 28px;
  border-bottom: solid 1px #E3A039;
}

.guarantee .guarantee-data__item {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 6px;
}

@media screen and (max-width: 768px) {
  .guarantee .guarantee-data__item {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 640px) {
  .guarantee .guarantee-data__item {
    gap: 0 2px;
  }
}

.guarantee .guarantee-data__item:not(:last-of-type) {
  margin: 0 0 6px;
}

@media screen and (max-width: 640px) {
  .guarantee .guarantee-data__item:not(:last-of-type) {
    margin: 0 0 12px;
  }
}

.guarantee .guarantee-data__item:nth-of-type(1) dt,
.guarantee .guarantee-data__item:nth-of-type(1) dd {
  background: #DBCEAB;
  color: #E3A039;
}

@media screen and (max-width: 768px) {
  .guarantee .guarantee-data__item:nth-of-type(1) dt,
  .guarantee .guarantee-data__item:nth-of-type(1) dd {
    display: none;
  }
}

.guarantee .guarantee-data__item dt,
.guarantee .guarantee-data__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 10px 0;
  height: 70px;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .guarantee .guarantee-data__item dt,
  .guarantee .guarantee-data__item dd {
    font-size: 1.4rem;
  }
}

.guarantee .guarantee-data__item dt {
  background: #F4F4F4;
  color: #E3A039;
}

.guarantee .guarantee-data__item dd {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .guarantee .guarantee-data__item dd:not(:last-of-type) {
    margin: 0 0 2px;
  }
}

.guarantee .guarantee-data__item dd span {
  padding: 0 6px 0 0;
}

.guarantee .guarantee-data__item dd .tbs-view {
  display: none;
}

@media screen and (max-width: 768px) {
  .guarantee .guarantee-data__item dd .tbs-view {
    display: block;
  }
}

.faq {
  margin: 64px 0;
}

@media screen and (max-width: 960px) {
  .faq {
    margin-bottom: calc( 64px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .faq {
    margin-bottom: calc( 64px * 0.5);
  }
}

.faq .faq-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .faq .faq-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: calc( 40px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .faq .faq-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: calc( 40px * 0.5);
  }
}

.faq .faq-list dt,
.faq .faq-list dd {
  position: relative;
  min-height: 48px;
  padding: 8px 0 0 64px;
}

@media screen and (max-width: 960px) {
  .faq .faq-list dt,
  .faq .faq-list dd {
    min-height: 40px;
    padding: 6px 0 0 52px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 640px) {
  .faq .faq-list dt,
  .faq .faq-list dd {
    min-height: 32px;
    padding: 4px 0 0 40px;
    line-height: 1.5;
  }
}

.faq .faq-list dt::before,
.faq .faq-list dd::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #E3A039;
  font-size: 2.8rem;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
}

@media screen and (max-width: 1280px) {
  .faq .faq-list dt::before,
  .faq .faq-list dd::before {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 960px) {
  .faq .faq-list dt::before,
  .faq .faq-list dd::before {
    width: 40px;
    height: 40px;
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 640px) {
  .faq .faq-list dt::before,
  .faq .faq-list dd::before {
    width: 32px;
    height: 32px;
    font-size: 1.6rem;
  }
}

.faq .faq-list dt {
  margin-bottom: 16px;
  font-size: 2.0rem;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 960px) {
  .faq .faq-list dt {
    margin-bottom: calc( 16px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .faq .faq-list dt {
    margin-bottom: calc( 16px * 0.5);
  }
}

@media screen and (max-width: 640px) {
  .faq .faq-list dt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.faq .faq-list dt::before {
  content: 'Q';
  color: #fff;
  background: #E3A039;
}

.faq .faq-list dd::before {
  content: 'A';
  background: #F6F5ED;
}

.flow {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 64px 0 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 247, 251, 0)), to(#F6F5ED)), -webkit-gradient(linear, right top, left bottom, from(rgba(228, 247, 251, 0)), to(#F6F5ED));
  background: linear-gradient(to bottom, rgba(228, 247, 251, 0), #F6F5ED), linear-gradient(to left bottom, rgba(228, 247, 251, 0), #F6F5ED);
}

@media screen and (max-width: 960px) {
  .flow {
    padding: 400px 0 40px;
  }
}

@media screen and (max-width: 640px) {
  .flow {
    padding: 344px 0 32px;
  }
}

@media screen and (max-width: 480px) {
  .flow {
    padding: 300px 0 32px;
  }
}

.flow::before, .flow::after {
  content: '';
  display: block;
  position: absolute;
  top: 64px;
  z-index: -1;
  width: 340px;
  height: 515px;
}

@media screen and (max-width: 960px) {
  .flow::before, .flow::after {
    top: 32px;
    width: 480px;
    height: 344px;
  }
}

@media screen and (max-width: 640px) {
  .flow::before, .flow::after {
    width: 400px;
    height: 288px;
  }
}

@media screen and (max-width: 480px) {
  .flow::before, .flow::after {
    width: 340px;
    height: 244px;
  }
}

.flow::before {
  right: calc(50% + 412px);
  background: url("img/flow-bg1.png") center/contain no-repeat;
}

@media screen and (max-width: 1280px) {
  .flow::before {
    right: calc(50% + 320px);
  }
}

@media screen and (max-width: 960px) {
  .flow::before {
    right: 50%;
    background-image: url("img/sp-flow-bg.png");
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

.flow::after {
  left: calc(50% + 412px);
  background: url("img/flow-bg2.png") center/contain no-repeat;
}

@media screen and (max-width: 1280px) {
  .flow::after {
    left: calc(50% + 320px);
  }
}

@media screen and (max-width: 960px) {
  .flow::after {
    display: none;
  }
}

.flow .flow-txt {
  text-align: center;
}

@media screen and (max-width: 960px) {
  .flow .flow-txt {
    text-align: justify;
  }
}

.flow .flow-chart {
  counter-reset: flow-num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flow .flow-chart__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: calc((100% / 7) - 48px);
  max-width: 80px;
  margin: 0 24px;
  padding: 64px 0 32px;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #E3A039), color-stop(30%, #ddad65), color-stop(65%, #efdaa9), color-stop(90%, #E3A039), to(#E3A039)) left bottom/100% 8px no-repeat #DBCEAB;
  background: linear-gradient(to right, #E3A039 8%, #ddad65 30%, #efdaa9 65%, #E3A039 90%, #E3A039) left bottom/100% 8px no-repeat #DBCEAB;
  color: #fff;
  font-size: 2.0rem;
  line-height: 1.3;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 960px) {
  .flow .flow-chart__step {
    width: calc((100% / 7) - 32px);
    margin: 0 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .flow .flow-chart__step {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 12px 16px 12px 48px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #E3A039), color-stop(30%, #ddad65), color-stop(65%, #efdaa9), color-stop(90%, #E3A039), to(#E3A039)) left bottom/6px 100% no-repeat #DBCEAB;
    background: linear-gradient(to bottom, #E3A039 8%, #ddad65 30%, #efdaa9 65%, #E3A039 90%, #E3A039) left bottom/6px 100% no-repeat #DBCEAB;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

@media screen and (max-width: 640px) {
  .flow .flow-chart__step:not(:nth-last-of-type(1)) {
    margin-bottom: 32px;
  }
}

.flow .flow-chart__step::before {
  counter-increment: flow-num;
  content: "0" counter(flow-num);
  position: absolute;
  top: 16px;
  left: 50%;
  letter-spacing: 0;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}

@media screen and (max-width: 960px) {
  .flow .flow-chart__step::before {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .flow .flow-chart__step::before {
    top: 50%;
    left: 16px;
    font-size: 2.0rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.flow .flow-chart__step:not(:nth-last-of-type(1))::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 16px);
  width: 16px;
  height: 24px;
  background: url("img/flow-arrow.png") center/contain no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .flow .flow-chart__step:not(:nth-last-of-type(1))::after {
    left: calc(100% + 12px);
    width: 12px;
    height: 18px;
  }
}

@media screen and (max-width: 640px) {
  .flow .flow-chart__step:not(:nth-last-of-type(1))::after {
    top: calc(100% + 8px);
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(90deg);
    transform: translateX(-50%) rotateZ(90deg);
  }
}

.flow .flow-chart__step span {
  position: relative;
  margin-top: 12px;
  padding: 16px 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .flow .flow-chart__step span {
    margin: 0 0 0 12px;
    padding: 0 16px;
    font-size: 1.2rem;
  }
}

.flow .flow-chart__step span::before, .flow .flow-chart__step span::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: 36px;
  height: 6px;
  background: url("img/flow-bracket.svg") center/contain no-repeat;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  .flow .flow-chart__step span::before, .flow .flow-chart__step span::after {
    width: auto;
    height: auto;
    background: none;
    left: auto;
    font-size: 2.4rem;
    font-family: "Noto Serif JP", serif;
  }
}

.flow .flow-chart__step span::before {
  top: 0;
}

@media screen and (max-width: 640px) {
  .flow .flow-chart__step span::before {
    content: '(';
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.flow .flow-chart__step span::after {
  bottom: 0;
  -webkit-transform: rotateZ(180deg) translateX(50%);
  transform: rotateZ(180deg) translateX(50%);
}

@media screen and (max-width: 640px) {
  .flow .flow-chart__step span::after {
    content: ')';
    top: 50%;
    right: 0;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.flow2 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 64px 0 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 247, 251, 0)), to(#F6F5ED)), -webkit-gradient(linear, right top, left bottom, from(rgba(228, 247, 251, 0)), to(#F6F5ED));
  background: linear-gradient(to bottom, rgba(228, 247, 251, 0), #F6F5ED), linear-gradient(to left bottom, rgba(228, 247, 251, 0), #F6F5ED);
}

@media screen and (max-width: 960px) {
  .flow2 {
    padding: 400px 0 40px;
  }
}

@media screen and (max-width: 640px) {
  .flow2 {
    padding: 344px 0 32px;
  }
}

@media screen and (max-width: 480px) {
  .flow2 {
    padding: 300px 0 32px;
  }
}

.flow2::before, .flow2::after {
  content: '';
  display: block;
  position: absolute;
  top: 64px;
  z-index: -1;
  width: 340px;
  height: 515px;
}

@media screen and (max-width: 960px) {
  .flow2::before, .flow2::after {
    top: 32px;
    width: 480px;
    height: 344px;
  }
}

@media screen and (max-width: 640px) {
  .flow2::before, .flow2::after {
    width: 400px;
    height: 288px;
  }
}

@media screen and (max-width: 480px) {
  .flow2::before, .flow2::after {
    width: 340px;
    height: 244px;
  }
}

.flow2::before {
  right: calc(50% + 412px);
  background: url("img/flow-bg1.png") center/contain no-repeat;
}

@media screen and (max-width: 1280px) {
  .flow2::before {
    right: calc(50% + 320px);
  }
}

@media screen and (max-width: 960px) {
  .flow2::before {
    right: 50%;
    background-image: url("img/sp-flow-bg.png");
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

.flow2::after {
  left: calc(50% + 412px);
  background: url("img/flow-bg2.png") center/contain no-repeat;
}

@media screen and (max-width: 1280px) {
  .flow2::after {
    left: calc(50% + 320px);
  }
}

@media screen and (max-width: 960px) {
  .flow2::after {
    display: none;
  }
}

.flow2 .flow2-txt {
  text-align: center;
}

@media screen and (max-width: 960px) {
  .flow2 .flow2-txt {
    text-align: justify;
  }
}

.flow2 .flow2-chart {
  counter-reset: flow-num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flow2 .flow2-chart__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: calc((100% / 7) - 48px);
  max-width: 80px;
  margin: 0 24px;
  padding: 64px 0 32px;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #E3A039), color-stop(30%, #ddad65), color-stop(65%, #efdaa9), color-stop(90%, #E3A039), to(#E3A039)) left bottom/100% 8px no-repeat #DBCEAB;
  background: linear-gradient(to right, #E3A039 8%, #ddad65 30%, #efdaa9 65%, #E3A039 90%, #E3A039) left bottom/100% 8px no-repeat #DBCEAB;
  color: #fff;
  font-size: 2.0rem;
  line-height: 1.3;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 960px) {
  .flow2 .flow2-chart__step {
    width: calc((100% / 7) - 32px);
    margin: 0 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .flow2 .flow2-chart__step {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 12px 16px 12px 48px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #E3A039), color-stop(30%, #ddad65), color-stop(65%, #efdaa9), color-stop(90%, #E3A039), to(#E3A039)) left bottom/6px 100% no-repeat #DBCEAB;
    background: linear-gradient(to bottom, #E3A039 8%, #ddad65 30%, #efdaa9 65%, #E3A039 90%, #E3A039) left bottom/6px 100% no-repeat #DBCEAB;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

@media screen and (max-width: 640px) {
  .flow2 .flow2-chart__step:not(:nth-last-of-type(1)) {
    margin-bottom: 32px;
  }
}

.flow2 .flow2-chart__step::before {
  counter-increment: flow-num;
  content: "0" counter(flow-num);
  position: absolute;
  top: 16px;
  left: 50%;
  letter-spacing: 0;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}

@media screen and (max-width: 960px) {
  .flow2 .flow2-chart__step::before {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .flow2 .flow2-chart__step::before {
    top: 50%;
    left: 16px;
    font-size: 2.0rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.flow2 .flow2-chart__step:not(:nth-last-of-type(1))::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 16px);
  width: 16px;
  height: 24px;
  background: url("img/flow-arrow.png") center/contain no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .flow2 .flow2-chart__step:not(:nth-last-of-type(1))::after {
    left: calc(100% + 12px);
    width: 12px;
    height: 18px;
  }
}

@media screen and (max-width: 640px) {
  .flow2 .flow2-chart__step:not(:nth-last-of-type(1))::after {
    top: calc(100% + 8px);
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(90deg);
    transform: translateX(-50%) rotateZ(90deg);
  }
}

.flow2 .flow2-chart__step span {
  position: relative;
  margin-top: 12px;
  padding: 16px 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .flow2 .flow2-chart__step span {
    margin: 0 0 0 12px;
    padding: 0 16px;
    font-size: 1.2rem;
  }
}

.flow2 .flow2-chart__step span::before, .flow2 .flow2-chart__step span::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: 36px;
  height: 6px;
  background: url("img/flow-bracket.svg") center/contain no-repeat;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  .flow2 .flow2-chart__step span::before, .flow2 .flow2-chart__step span::after {
    width: auto;
    height: auto;
    background: none;
    left: auto;
    font-size: 2.4rem;
    font-family: "Noto Serif JP", serif;
  }
}

.flow2 .flow2-chart__step span::before {
  top: 0;
}

@media screen and (max-width: 640px) {
  .flow2 .flow2-chart__step span::before {
    content: '(';
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.flow2 .flow2-chart__step span::after {
  bottom: 0;
  -webkit-transform: rotateZ(180deg) translateX(50%);
  transform: rotateZ(180deg) translateX(50%);
}

@media screen and (max-width: 640px) {
  .flow2 .flow2-chart__step span::after {
    content: ')';
    top: 50%;
    right: 0;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.flow3 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 64px 0 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 247, 251, 0)), to(#F6F5ED)), -webkit-gradient(linear, right top, left bottom, from(rgba(228, 247, 251, 0)), to(#F6F5ED));
  background: linear-gradient(to bottom, rgba(228, 247, 251, 0), #F6F5ED), linear-gradient(to left bottom, rgba(228, 247, 251, 0), #F6F5ED);
}

@media screen and (max-width: 960px) {
  .flow3 {
    padding: 400px 0 40px;
  }
}

@media screen and (max-width: 640px) {
  .flow3 {
    padding: 344px 0 32px;
  }
}

@media screen and (max-width: 480px) {
  .flow3 {
    padding: 300px 0 32px;
  }
}

.flow3::before, .flow3::after {
  content: '';
  display: block;
  position: absolute;
  top: 64px;
  z-index: -1;
  width: 340px;
  height: 515px;
}

@media screen and (max-width: 960px) {
  .flow3::before, .flow3::after {
    top: 32px;
    width: 480px;
    height: 344px;
  }
}

@media screen and (max-width: 640px) {
  .flow3::before, .flow3::after {
    width: 400px;
    height: 288px;
  }
}

@media screen and (max-width: 480px) {
  .flow3::before, .flow3::after {
    width: 340px;
    height: 244px;
  }
}

.flow3::before {
  right: calc(50% + 412px);
  background: url("img/flow-bg1.png") center/contain no-repeat;
}

@media screen and (max-width: 1280px) {
  .flow3::before {
    right: calc(50% + 320px);
  }
}

@media screen and (max-width: 960px) {
  .flow3::before {
    right: 50%;
    background-image: url("img/sp-flow-bg.png");
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

.flow3::after {
  left: calc(50% + 412px);
  background: url("img/flow-bg2.png") center/contain no-repeat;
}

@media screen and (max-width: 1280px) {
  .flow3::after {
    left: calc(50% + 320px);
  }
}

@media screen and (max-width: 960px) {
  .flow3::after {
    display: none;
  }
}

.flow3 .flow3-txt {
  text-align: center;
}

@media screen and (max-width: 960px) {
  .flow3 .flow3-txt {
    text-align: justify;
  }
}

.flow3 .flow3-chart {
  counter-reset: flow-num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flow3 .flow3-chart__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: calc((100% / 7) - 48px);
  max-width: 80px;
  margin: 0 24px;
  padding: 64px 0 32px;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #E3A039), color-stop(30%, #ddad65), color-stop(65%, #efdaa9), color-stop(90%, #E3A039), to(#E3A039)) left bottom/100% 8px no-repeat #DBCEAB;
  background: linear-gradient(to right, #E3A039 8%, #ddad65 30%, #efdaa9 65%, #E3A039 90%, #E3A039) left bottom/100% 8px no-repeat #DBCEAB;
  color: #fff;
  font-size: 2.0rem;
  line-height: 1.3;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 960px) {
  .flow3 .flow3-chart__step {
    width: calc((100% / 7) - 32px);
    margin: 0 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .flow3 .flow3-chart__step {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 12px 16px 12px 48px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #E3A039), color-stop(30%, #ddad65), color-stop(65%, #efdaa9), color-stop(90%, #E3A039), to(#E3A039)) left bottom/6px 100% no-repeat #DBCEAB;
    background: linear-gradient(to bottom, #E3A039 8%, #ddad65 30%, #efdaa9 65%, #E3A039 90%, #E3A039) left bottom/6px 100% no-repeat #DBCEAB;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

@media screen and (max-width: 640px) {
  .flow3 .flow3-chart__step:not(:nth-last-of-type(1)) {
    margin-bottom: 32px;
  }
}

.flow3 .flow3-chart__step::before {
  counter-increment: flow-num;
  content: "0" counter(flow-num);
  position: absolute;
  top: 16px;
  left: 50%;
  letter-spacing: 0;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}

@media screen and (max-width: 960px) {
  .flow3 .flow3-chart__step::before {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .flow3 .flow3-chart__step::before {
    top: 50%;
    left: 16px;
    font-size: 2.0rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.flow3 .flow3-chart__step:not(:nth-last-of-type(1))::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 16px);
  width: 16px;
  height: 24px;
  background: url("img/flow-arrow.png") center/contain no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .flow3 .flow3-chart__step:not(:nth-last-of-type(1))::after {
    left: calc(100% + 12px);
    width: 12px;
    height: 18px;
  }
}

@media screen and (max-width: 640px) {
  .flow3 .flow3-chart__step:not(:nth-last-of-type(1))::after {
    top: calc(100% + 8px);
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(90deg);
    transform: translateX(-50%) rotateZ(90deg);
  }
}

.flow3 .flow3-chart__step span {
  position: relative;
  margin-top: 12px;
  padding: 16px 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .flow3 .flow3-chart__step span {
    margin: 0 0 0 12px;
    padding: 0 16px;
    font-size: 1.2rem;
  }
}

.flow3 .flow3-chart__step span::before, .flow3 .flow3-chart__step span::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: 36px;
  height: 6px;
  background: url("img/flow-bracket.svg") center/contain no-repeat;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  .flow3 .flow3-chart__step span::before, .flow3 .flow3-chart__step span::after {
    width: auto;
    height: auto;
    background: none;
    left: auto;
    font-size: 2.4rem;
    font-family: "Noto Serif JP", serif;
  }
}

.flow3 .flow3-chart__step span::before {
  top: 0;
}

@media screen and (max-width: 640px) {
  .flow3 .flow3-chart__step span::before {
    content: '(';
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.flow3 .flow3-chart__step span::after {
  bottom: 0;
  -webkit-transform: rotateZ(180deg) translateX(50%);
  transform: rotateZ(180deg) translateX(50%);
}

@media screen and (max-width: 640px) {
  .flow3 .flow3-chart__step span::after {
    content: ')';
    top: 50%;
    right: 0;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.reserv {
  position: relative;
  padding: 164px 0 120px;
}

.reserv::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100px;
  background: url("img/frame-blu.png") center/100% 100px no-repeat;
}

.reserv .your-email {
  display: block;
  margin: 0 0 8px 0;
}

.reserv .note-txt {
  color: #ff8484;
  font-size: 1.4rem;
}

/*# sourceMappingURL=maps/pages/end.css.map */


/*********************
POSTS & CONTENT STYLES
*********************/
/* entry content */
.entry-content {
  /* at this larger size, we can start to align images */ }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left; }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right; }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both; }

/*********************
NAVIGATION STYLES
*********************/
.nav {
  border: 0;
  }
  .nav ul {
    margin-top: 0; }
  .nav li {
    float: left;
    position: relative;
    }
    .nav li a {
      border-bottom: 0;
    }
      .nav li a:hover, .nav li a:focus {
        color: white;
        text-decoration: underline; }
    .nav li ul.sub-menu,
    .nav li ul.children {
      margin-top: 0;
      border: 1px solid #ccc;
      border-top: 0;
      position: absolute;
      overflow: hidden;
      visibility: hidden;
      z-index: 8999;
      }

        .nav li ul.sub-menu li a,
        .nav li ul.children li a {
          padding-left: 10px;
          border-right: 0;
          display: block;
          width: 180px;
          border-bottom: 1px solid #ccc; }
        .nav li ul.sub-menu li:last-child a,
        .nav li ul.children li:last-child a {
          border-bottom: 0; }
    .nav li:hover ul {
      top: auto;
      overflow: visible;
      visibility: visible; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  margin-top: 2.2em; }

.widgettitle {
  border-bottom: 2px solid #444;
  margin-bottom: 0.75em; }

.widget {
  padding: 0 10px;
  margin: 2.2em 0; }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */ }
    .widget ul li ul {
      margin-top: 0.75em;
      padding-left: 1em; }



