@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 {
  width: 100%;
  height: 100%;
}

body {
  color: #2D3134;
  background: #F8F7F4;
}

.page-coating {
  background: #ffffff;
  letter-spacing: 0.08em;
}

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

body {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

button {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
button:focus-visible {
  outline: solid 2px -webkit-focus-ring-color;
}

a {
  overflow-wrap: break-word;
  color: #2D3134;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a:hover, a:active, a:visited {
  color: #2D3134;
}
a:focus-visible {
  outline: solid 2px -webkit-focus-ring-color;
}
a[href*="tel:"] {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 959px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img:not(.no-fit) {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .view-xl {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  .none-xl {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .view-l {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .none-l {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .view-m {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .none-m {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .view-s {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .none-s {
    display: none !important;
  }
}
@media screen and (min-width: 520px) {
  .view-xs {
    display: none !important;
  }
}
@media screen and (max-width: 519px) {
  .none-xs {
    display: none !important;
  }
}
.wrap-top {
  width: 100%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .wrap-top {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .wrap-top {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .wrap-top {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.wrap {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.wrap-s {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .wrap-s {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .wrap-s {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .wrap-s {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.wrap-xs {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .wrap-xs {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .wrap-xs {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .wrap-xs {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .inner {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.mb-sect {
  margin-bottom: calc(8px * 10);
}
@media screen and (max-width: 959px) {
  .mb-sect {
    margin-bottom: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .mb-sect {
    margin-bottom: calc(8px * 10 * 0.5);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-x11 {
  margin-right: 88px;
}
@media screen and (max-width: 959px) {
  .mr-x11 {
    margin-right: 66px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x11 {
    margin-right: 44px;
  }
}

.mb-x11 {
  margin-bottom: 88px;
}
@media screen and (max-width: 959px) {
  .mb-x11 {
    margin-bottom: 66px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x11 {
    margin-bottom: 44px;
  }
}

.ml-x11 {
  margin-left: 88px;
}
@media screen and (max-width: 959px) {
  .ml-x11 {
    margin-left: 66px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x11 {
    margin-left: 44px;
  }
}

.mr-x12 {
  margin-right: 96px;
}
@media screen and (max-width: 959px) {
  .mr-x12 {
    margin-right: 72px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x12 {
    margin-right: 48px;
  }
}

.mb-x12 {
  margin-bottom: 96px;
}
@media screen and (max-width: 959px) {
  .mb-x12 {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x12 {
    margin-bottom: 48px;
  }
}

.ml-x12 {
  margin-left: 96px;
}
@media screen and (max-width: 959px) {
  .ml-x12 {
    margin-left: 72px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x12 {
    margin-left: 48px;
  }
}

.mr-x13 {
  margin-right: 104px;
}
@media screen and (max-width: 959px) {
  .mr-x13 {
    margin-right: 78px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x13 {
    margin-right: 52px;
  }
}

.mb-x13 {
  margin-bottom: 104px;
}
@media screen and (max-width: 959px) {
  .mb-x13 {
    margin-bottom: 78px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x13 {
    margin-bottom: 52px;
  }
}

.ml-x13 {
  margin-left: 104px;
}
@media screen and (max-width: 959px) {
  .ml-x13 {
    margin-left: 78px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x13 {
    margin-left: 52px;
  }
}

.mr-x14 {
  margin-right: 112px;
}
@media screen and (max-width: 959px) {
  .mr-x14 {
    margin-right: 84px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x14 {
    margin-right: 56px;
  }
}

.mb-x14 {
  margin-bottom: 112px;
}
@media screen and (max-width: 959px) {
  .mb-x14 {
    margin-bottom: 84px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x14 {
    margin-bottom: 56px;
  }
}

.ml-x14 {
  margin-left: 112px;
}
@media screen and (max-width: 959px) {
  .ml-x14 {
    margin-left: 84px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x14 {
    margin-left: 56px;
  }
}

.mr-x15 {
  margin-right: 120px;
}
@media screen and (max-width: 959px) {
  .mr-x15 {
    margin-right: 90px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x15 {
    margin-right: 60px;
  }
}

.mb-x15 {
  margin-bottom: 120px;
}
@media screen and (max-width: 959px) {
  .mb-x15 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x15 {
    margin-bottom: 60px;
  }
}

.ml-x15 {
  margin-left: 120px;
}
@media screen and (max-width: 959px) {
  .ml-x15 {
    margin-left: 90px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x15 {
    margin-left: 60px;
  }
}

.mr-x16 {
  margin-right: 128px;
}
@media screen and (max-width: 959px) {
  .mr-x16 {
    margin-right: 96px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x16 {
    margin-right: 64px;
  }
}

.mb-x16 {
  margin-bottom: 128px;
}
@media screen and (max-width: 959px) {
  .mb-x16 {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x16 {
    margin-bottom: 64px;
  }
}

.ml-x16 {
  margin-left: 128px;
}
@media screen and (max-width: 959px) {
  .ml-x16 {
    margin-left: 96px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x16 {
    margin-left: 64px;
  }
}

.mr-x17 {
  margin-right: 136px;
}
@media screen and (max-width: 959px) {
  .mr-x17 {
    margin-right: 102px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x17 {
    margin-right: 68px;
  }
}

.mb-x17 {
  margin-bottom: 136px;
}
@media screen and (max-width: 959px) {
  .mb-x17 {
    margin-bottom: 102px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x17 {
    margin-bottom: 68px;
  }
}

.ml-x17 {
  margin-left: 136px;
}
@media screen and (max-width: 959px) {
  .ml-x17 {
    margin-left: 102px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x17 {
    margin-left: 68px;
  }
}

.mr-x18 {
  margin-right: 144px;
}
@media screen and (max-width: 959px) {
  .mr-x18 {
    margin-right: 108px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x18 {
    margin-right: 72px;
  }
}

.mb-x18 {
  margin-bottom: 144px;
}
@media screen and (max-width: 959px) {
  .mb-x18 {
    margin-bottom: 108px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x18 {
    margin-bottom: 72px;
  }
}

.ml-x18 {
  margin-left: 144px;
}
@media screen and (max-width: 959px) {
  .ml-x18 {
    margin-left: 108px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x18 {
    margin-left: 72px;
  }
}

.mr-x19 {
  margin-right: 152px;
}
@media screen and (max-width: 959px) {
  .mr-x19 {
    margin-right: 114px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x19 {
    margin-right: 76px;
  }
}

.mb-x19 {
  margin-bottom: 152px;
}
@media screen and (max-width: 959px) {
  .mb-x19 {
    margin-bottom: 114px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x19 {
    margin-bottom: 76px;
  }
}

.ml-x19 {
  margin-left: 152px;
}
@media screen and (max-width: 959px) {
  .ml-x19 {
    margin-left: 114px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x19 {
    margin-left: 76px;
  }
}

.mr-x20 {
  margin-right: 160px;
}
@media screen and (max-width: 959px) {
  .mr-x20 {
    margin-right: 120px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x20 {
    margin-right: 80px;
  }
}

.mb-x20 {
  margin-bottom: 160px;
}
@media screen and (max-width: 959px) {
  .mb-x20 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x20 {
    margin-bottom: 80px;
  }
}

.ml-x20 {
  margin-left: 160px;
}
@media screen and (max-width: 959px) {
  .ml-x20 {
    margin-left: 120px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x20 {
    margin-left: 80px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-x11 {
  padding-top: 88px;
}
@media screen and (max-width: 959px) {
  .pt-x11 {
    padding-top: 66px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x11 {
    padding-top: 44px;
  }
}

.pr-x11 {
  padding-right: 88px;
}
@media screen and (max-width: 959px) {
  .pr-x11 {
    padding-right: 66px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x11 {
    padding-right: 44px;
  }
}

.pb-x11 {
  padding-bottom: 88px;
}
@media screen and (max-width: 959px) {
  .pb-x11 {
    padding-bottom: 66px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x11 {
    padding-bottom: 44px;
  }
}

.pl-x11 {
  padding-left: 88px;
}
@media screen and (max-width: 959px) {
  .pl-x11 {
    padding-left: 66px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x11 {
    padding-left: 44px;
  }
}

.pt-x12 {
  padding-top: 96px;
}
@media screen and (max-width: 959px) {
  .pt-x12 {
    padding-top: 72px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x12 {
    padding-top: 48px;
  }
}

.pr-x12 {
  padding-right: 96px;
}
@media screen and (max-width: 959px) {
  .pr-x12 {
    padding-right: 72px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x12 {
    padding-right: 48px;
  }
}

.pb-x12 {
  padding-bottom: 96px;
}
@media screen and (max-width: 959px) {
  .pb-x12 {
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x12 {
    padding-bottom: 48px;
  }
}

.pl-x12 {
  padding-left: 96px;
}
@media screen and (max-width: 959px) {
  .pl-x12 {
    padding-left: 72px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x12 {
    padding-left: 48px;
  }
}

.pt-x13 {
  padding-top: 104px;
}
@media screen and (max-width: 959px) {
  .pt-x13 {
    padding-top: 78px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x13 {
    padding-top: 52px;
  }
}

.pr-x13 {
  padding-right: 104px;
}
@media screen and (max-width: 959px) {
  .pr-x13 {
    padding-right: 78px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x13 {
    padding-right: 52px;
  }
}

.pb-x13 {
  padding-bottom: 104px;
}
@media screen and (max-width: 959px) {
  .pb-x13 {
    padding-bottom: 78px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x13 {
    padding-bottom: 52px;
  }
}

.pl-x13 {
  padding-left: 104px;
}
@media screen and (max-width: 959px) {
  .pl-x13 {
    padding-left: 78px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x13 {
    padding-left: 52px;
  }
}

.pt-x14 {
  padding-top: 112px;
}
@media screen and (max-width: 959px) {
  .pt-x14 {
    padding-top: 84px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x14 {
    padding-top: 56px;
  }
}

.pr-x14 {
  padding-right: 112px;
}
@media screen and (max-width: 959px) {
  .pr-x14 {
    padding-right: 84px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x14 {
    padding-right: 56px;
  }
}

.pb-x14 {
  padding-bottom: 112px;
}
@media screen and (max-width: 959px) {
  .pb-x14 {
    padding-bottom: 84px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x14 {
    padding-bottom: 56px;
  }
}

.pl-x14 {
  padding-left: 112px;
}
@media screen and (max-width: 959px) {
  .pl-x14 {
    padding-left: 84px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x14 {
    padding-left: 56px;
  }
}

.pt-x15 {
  padding-top: 120px;
}
@media screen and (max-width: 959px) {
  .pt-x15 {
    padding-top: 90px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x15 {
    padding-top: 60px;
  }
}

.pr-x15 {
  padding-right: 120px;
}
@media screen and (max-width: 959px) {
  .pr-x15 {
    padding-right: 90px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x15 {
    padding-right: 60px;
  }
}

.pb-x15 {
  padding-bottom: 120px;
}
@media screen and (max-width: 959px) {
  .pb-x15 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x15 {
    padding-bottom: 60px;
  }
}

.pl-x15 {
  padding-left: 120px;
}
@media screen and (max-width: 959px) {
  .pl-x15 {
    padding-left: 90px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x15 {
    padding-left: 60px;
  }
}

.pt-x16 {
  padding-top: 128px;
}
@media screen and (max-width: 959px) {
  .pt-x16 {
    padding-top: 96px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x16 {
    padding-top: 64px;
  }
}

.pr-x16 {
  padding-right: 128px;
}
@media screen and (max-width: 959px) {
  .pr-x16 {
    padding-right: 96px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x16 {
    padding-right: 64px;
  }
}

.pb-x16 {
  padding-bottom: 128px;
}
@media screen and (max-width: 959px) {
  .pb-x16 {
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x16 {
    padding-bottom: 64px;
  }
}

.pl-x16 {
  padding-left: 128px;
}
@media screen and (max-width: 959px) {
  .pl-x16 {
    padding-left: 96px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x16 {
    padding-left: 64px;
  }
}

.pt-x17 {
  padding-top: 136px;
}
@media screen and (max-width: 959px) {
  .pt-x17 {
    padding-top: 102px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x17 {
    padding-top: 68px;
  }
}

.pr-x17 {
  padding-right: 136px;
}
@media screen and (max-width: 959px) {
  .pr-x17 {
    padding-right: 102px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x17 {
    padding-right: 68px;
  }
}

.pb-x17 {
  padding-bottom: 136px;
}
@media screen and (max-width: 959px) {
  .pb-x17 {
    padding-bottom: 102px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x17 {
    padding-bottom: 68px;
  }
}

.pl-x17 {
  padding-left: 136px;
}
@media screen and (max-width: 959px) {
  .pl-x17 {
    padding-left: 102px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x17 {
    padding-left: 68px;
  }
}

.pt-x18 {
  padding-top: 144px;
}
@media screen and (max-width: 959px) {
  .pt-x18 {
    padding-top: 108px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x18 {
    padding-top: 72px;
  }
}

.pr-x18 {
  padding-right: 144px;
}
@media screen and (max-width: 959px) {
  .pr-x18 {
    padding-right: 108px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x18 {
    padding-right: 72px;
  }
}

.pb-x18 {
  padding-bottom: 144px;
}
@media screen and (max-width: 959px) {
  .pb-x18 {
    padding-bottom: 108px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x18 {
    padding-bottom: 72px;
  }
}

.pl-x18 {
  padding-left: 144px;
}
@media screen and (max-width: 959px) {
  .pl-x18 {
    padding-left: 108px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x18 {
    padding-left: 72px;
  }
}

.pt-x19 {
  padding-top: 152px;
}
@media screen and (max-width: 959px) {
  .pt-x19 {
    padding-top: 114px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x19 {
    padding-top: 76px;
  }
}

.pr-x19 {
  padding-right: 152px;
}
@media screen and (max-width: 959px) {
  .pr-x19 {
    padding-right: 114px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x19 {
    padding-right: 76px;
  }
}

.pb-x19 {
  padding-bottom: 152px;
}
@media screen and (max-width: 959px) {
  .pb-x19 {
    padding-bottom: 114px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x19 {
    padding-bottom: 76px;
  }
}

.pl-x19 {
  padding-left: 152px;
}
@media screen and (max-width: 959px) {
  .pl-x19 {
    padding-left: 114px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x19 {
    padding-left: 76px;
  }
}

.pt-x20 {
  padding-top: 160px;
}
@media screen and (max-width: 959px) {
  .pt-x20 {
    padding-top: 120px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x20 {
    padding-top: 80px;
  }
}

.pr-x20 {
  padding-right: 160px;
}
@media screen and (max-width: 959px) {
  .pr-x20 {
    padding-right: 120px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x20 {
    padding-right: 80px;
  }
}

.pb-x20 {
  padding-bottom: 160px;
}
@media screen and (max-width: 959px) {
  .pb-x20 {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x20 {
    padding-bottom: 80px;
  }
}

.pl-x20 {
  padding-left: 160px;
}
@media screen and (max-width: 959px) {
  .pl-x20 {
    padding-left: 120px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x20 {
    padding-left: 80px;
  }
}

[anime] {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
[anime].is-animated {
  opacity: 1;
}

[anime*=scale].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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;
}

[anime*=scale-top].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

[anime*=scale-right].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[anime*=scale-bottom].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

[anime*=scale-left].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
[anime*=fade-front].is-animated {
  -webkit-animation-name: fade-front;
  animation-name: fade-front;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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 fade-front {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fade-front {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
[anime*=fade-back].is-animated {
  -webkit-animation-name: fade-back;
  animation-name: fade-back;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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 fade-back {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fade-back {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
[anime*=slide-top].is-animated {
  -webkit-animation-name: slide-top;
  animation-name: slide-top;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
[anime*=slide-right].is-animated {
  -webkit-animation-name: slide-right;
  animation-name: slide-right;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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-right {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
[anime*=slide-bottom].is-animated {
  -webkit-animation-name: slide-bottom;
  animation-name: slide-bottom;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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(200px);
    transform: translateY(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
[anime*=slide-left].is-animated {
  -webkit-animation-name: slide-left;
  animation-name: slide-left;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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-left {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
[anime*=flip-top].is-animated {
  -webkit-animation-name: flip-top;
  animation-name: flip-top;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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 flip-top {
  0% {
    -webkit-transform: perspective(1000px) rotateX(80deg);
    transform: perspective(1000px) rotateX(80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}

@keyframes flip-top {
  0% {
    -webkit-transform: perspective(1000px) rotateX(80deg);
    transform: perspective(1000px) rotateX(80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}
[anime*=flip-right].is-animated {
  -webkit-animation-name: flip-right;
  animation-name: flip-right;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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 flip-right {
  0% {
    -webkit-transform: perspective(1000px) rotateY(80deg);
    transform: perspective(1000px) rotateY(80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}

@keyframes flip-right {
  0% {
    -webkit-transform: perspective(1000px) rotateY(80deg);
    transform: perspective(1000px) rotateY(80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}
[anime*=flip-bottom].is-animated {
  -webkit-animation-name: flip-bottom;
  animation-name: flip-bottom;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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 flip-bottom {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-80deg);
    transform: perspective(1000px) rotateX(-80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}

@keyframes flip-bottom {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-80deg);
    transform: perspective(1000px) rotateX(-80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}
[anime*=flip-left].is-animated {
  -webkit-animation-name: flip-left;
  animation-name: flip-left;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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 flip-left {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-80deg);
    transform: perspective(1000px) rotateY(-80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}

@keyframes flip-left {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-80deg);
    transform: perspective(1000px) rotateY(-80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}
[anime*=bound-top].is-animated {
  -webkit-animation-name: bound-top;
  animation-name: bound-top;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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 bound-top {
  0% {
    -webkit-transform: translateY(-48px);
    transform: translateY(-48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bound-top {
  0% {
    -webkit-transform: translateY(-48px);
    transform: translateY(-48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
[anime*=bound-right].is-animated {
  -webkit-animation-name: bound-right;
  animation-name: bound-right;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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 bound-right {
  0% {
    -webkit-transform: translateX(48px);
    transform: translateX(48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bound-right {
  0% {
    -webkit-transform: translateX(48px);
    transform: translateX(48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
[anime*=bound-bottom].is-animated {
  -webkit-animation-name: bound-bottom;
  animation-name: bound-bottom;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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 bound-bottom {
  0% {
    -webkit-transform: translateY(48px);
    transform: translateY(48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bound-bottom {
  0% {
    -webkit-transform: translateY(48px);
    transform: translateY(48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
[anime*=bound-left].is-animated {
  -webkit-animation-name: bound-left;
  animation-name: bound-left;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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 bound-left {
  0% {
    -webkit-transform: translateX(-48px);
    transform: translateX(-48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateX(-24px);
    transform: translateX(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bound-left {
  0% {
    -webkit-transform: translateX(-48px);
    transform: translateX(-48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateX(-24px);
    transform: translateX(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
[anime*=focus].is-animated {
  -webkit-animation-name: focus;
  animation-name: focus;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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 focus {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes focus {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
[anime*=txt-grow].is-animated {
  -webkit-animation-name: txt-grow;
  animation-name: txt-grow;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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 txt-grow {
  0% {
    letter-spacing: -0.8em;
  }
  100% {
    letter-spacing: normal;
  }
}

@keyframes txt-grow {
  0% {
    letter-spacing: -0.8em;
  }
  100% {
    letter-spacing: normal;
  }
}
[anime*=txt-shrink].is-animated {
  -webkit-animation-name: txt-shrink;
  animation-name: txt-shrink;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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 txt-shrink {
  0% {
    letter-spacing: 0.8em;
  }
  100% {
    letter-spacing: normal;
  }
}

@keyframes txt-shrink {
  0% {
    letter-spacing: 0.8em;
  }
  100% {
    letter-spacing: normal;
  }
}
[anime*=roll] {
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
[anime*=roll].is-animated {
  -webkit-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}

.page-coating .header.is-fixed {
  background: #ffffff;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  /* 固定準備（画面外） */
}
.header.is-hidden {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media screen and (max-width: 959px) {
  .header.is-hidden {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  background: #F8F7F4;
  -webkit-box-shadow: 0 0 16px rgba(45, 49, 52, 0.08);
  box-shadow: 0 0 16px rgba(45, 49, 52, 0.08);
}
@media screen and (max-width: 959px) {
  .header.is-fixed {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
.header.is-fixed .header-unit__logo {
  top: 12px;
  left: 16px;
}
.header.is-fixed .header-unit__logo .header-logo a {
  border-radius: 8px;
}
.header.is-fixed .header-unit__menu {
  padding: 16px;
}
.header.is-fixed .header-unit__menu .header-nav .header-nav-list__item .nav-main {
  color: #2D3134;
  text-shadow: none;
}
.header.is-fixed .header-unit__menu .header-nav .header-nav-list__item a:hover {
  color: #C6643A;
}
.header .header-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header .header-unit__logo {
  position: absolute;
  top: 0;
  left: 0;
}
.header .header-unit__logo .header-logo a {
  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;
  padding: 2px;
  width: 200px;
  height: 56px;
  background: #ffffff;
  border-radius: 0 0 8px 0;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 959px) {
  .header .header-unit__logo .header-logo a {
    width: 180px;
    border-radius: 0 0 4px 0;
  }
}
@media screen and (max-width: 519px) {
  .header .header-unit__logo .header-logo a {
    width: 160px;
    height: 56px;
  }
}
.header .header-unit__logo .header-logo a img {
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.header .header-unit__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 240px);
  padding: 16px 16px 0 0;
}
.header .header-unit__menu .header-nav {
  margin-right: 22px;
}
.header .header-unit__menu .header-nav .header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header-unit__menu .header-nav .header-nav-list__item {
  position: relative;
}
.header .header-unit__menu .header-nav .header-nav-list__item .nav-main {
  font-weight: bold;
  font-size: 1.4rem;
  color: #ffffff;
  text-shadow: 0 0 16px #2d3134;
  letter-spacing: 0.08em;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header .header-unit__menu .header-nav .header-nav-list__item .sub-menu {
  position: absolute;
  top: 26px;
  left: 0;
  background: #ffffff;
  padding: 8px 12px;
  width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  white-space: nowrap;
}
.header .header-unit__menu .header-nav .header-nav-list__item .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #BFBFBF;
}
.header .header-unit__menu .header-nav .header-nav-list__item .sub-menu li a {
  padding: 4px;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
.header .header-unit__menu .header-nav .header-nav-list__item a:hover {
  color: #C6643A;
}
.header .header-unit__menu .header-nav .header-nav-list__item:not(:last-child) {
  margin-right: 22px;
}
@media screen and (max-width: 1279px) {
  .header .header-unit__menu .header-nav .header-nav-list__item:not(:last-child) {
    margin-right: 16px;
  }
}
.header .header-unit__menu .header-hotline__contact a {
  position: relative;
  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: 160px;
  height: 48px;
  font-weight: bold;
  font-size: 1.4rem;
  color: #ffffff;
  background: #C6643A;
  border-radius: 2px;
  letter-spacing: 0.08em;
}
.header .header-unit__menu .header-hotline__contact a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px dashed #ffffff;
}
.header .header-unit__menu .header-hotline__contact a span {
  position: relative;
  padding-left: 26px;
}
.header .header-unit__menu .header-hotline__contact a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-mail.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-mail.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
}

.drawer {
  display: none;
  position: relative;
  top: 0;
  right: 0;
  z-index: 9999;
}
@media screen and (max-width: 959px) {
  .drawer {
    display: block;
  }
}
.drawer .drawer-switch {
  display: none;
}
.drawer-hamburger {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  width: 64px;
  height: 64px;
  background: #C6643A;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 0 0 0 4px;
  cursor: pointer;
}
@media screen and (max-width: 519px) {
  .drawer-hamburger {
    width: 56px;
    height: 56px;
  }
}
.drawer-hamburger span {
  display: block;
  position: relative;
  top: 50%;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.drawer-hamburger span::before, .drawer-hamburger span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.drawer-hamburger span::before {
  top: -5px;
}
.drawer-hamburger span::after {
  top: 5px;
}
.drawer-switch:checked ~ .drawer-hamburger span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer-switch:checked ~ .drawer-hamburger span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.drawer-content {
  overflow: auto;
  position: fixed;
  visibility: hidden;
  padding-bottom: 64px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: #F8F7F4;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.drawer-switch:checked ~ .drawer-content {
  visibility: visible;
  opacity: 1;
}
.drawer-content .drawer-logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  margin-bottom: 40px;
}
.drawer-content .drawer-logo a {
  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;
  padding: 2px;
  width: 240px;
  height: 64px;
  background: #ffffff;
  border-radius: 0 0 8px 0;
}
@media screen and (max-width: 1279px) {
  .drawer-content .drawer-logo a {
    width: 200px;
  }
}
@media screen and (max-width: 959px) {
  .drawer-content .drawer-logo a {
    width: 180px;
    border-radius: 0 0 4px 0;
  }
}
@media screen and (max-width: 519px) {
  .drawer-content .drawer-logo a {
    width: 160px;
    height: 56px;
  }
}
.drawer-content .drawer-logo a img {
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.drawer-content .drawer-nav-list {
  margin-top: 80px;
  margin-bottom: 32px;
  padding: 0 24px;
}
.drawer-content .drawer-nav-list__item.--line-none {
  padding-bottom: 16px;
}
.drawer-content .drawer-nav-list__item.--line-none a {
  border-bottom: 0;
}
.drawer-content .drawer-nav-list__item a {
  position: relative;
  display: block;
  padding: 12px;
  margin-bottom: 8px;
}
.drawer-content .drawer-nav-list__item a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.drawer-content .drawer-nav-list__item a.--about {
  background: #759293;
}
.drawer-content .drawer-nav-list__item a.--service {
  background: #C6643A;
}
.drawer-content .drawer-nav-list__item a.--news {
  background: #B99136;
}
.drawer-content .drawer-nav-list__item a.--column {
  background: #506255;
}
.drawer-content .drawer-nav-list__item a.--voice {
  background: #9C7399;
}
.drawer-content .drawer-nav-list__item .item-ja,
.drawer-content .drawer-nav-list__item .item-en {
  color: #ffffff;
  line-height: 1.4;
}
.drawer-content .drawer-nav-list__item .item-ja {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 8px;
  margin-bottom: 4px;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.drawer-content .drawer-nav-list__item .item-en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
}
.drawer-content .drawer-nav-list__item:hover .item-ja {
  color: #BFBFBF;
}
.drawer-content .drawer-nav-list__item .drawer-nav-sublist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.drawer-content .drawer-nav-list__item .drawer-nav-sublist__item a {
  position: relative;
  display: block;
  height: 100%;
  margin: 0;
  padding: 8px 22px 8px 8px;
  border: 1px solid #BFBFBF;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 519px) {
  .drawer-content .drawer-nav-list__item .drawer-nav-sublist__item a {
    font-size: 1.2rem;
  }
}
.drawer-content .drawer-nav-list__item .drawer-nav-sublist__item a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #BFBFBF;
  border-right: 0;
}
.drawer-content .drawer-hotline {
  padding: 0 24px;
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 959px) {
  .drawer-content .drawer-hotline {
    gap: 12px;
  }
}
@media screen and (max-width: 519px) {
  .drawer-content .drawer-hotline {
    gap: 8px;
  }
}
.drawer-content .drawer-hotline__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;
  padding: 8px;
  width: 100%;
  max-width: 260px;
  height: 64px;
  border: 1px solid #2D3134;
  border-radius: 56px;
}
@media screen and (max-width: 959px) {
  .drawer-content .drawer-hotline__item {
    max-width: 100%;
    height: 56px;
  }
}
.drawer-content .drawer-hotline__item .item-ja {
  width: 100%;
  font-weight: bold;
  font-size: 2rem;
  color: #2D3134;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .drawer-content .drawer-hotline__item .item-ja {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .drawer-content .drawer-hotline__item .item-ja {
    font-size: 1.4rem;
  }
}
.drawer-content .drawer-hotline__item .item-en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #BFBFBF;
  line-height: 1;
}
.drawer-content .drawer-hotline__item:hover {
  background: #ffffff;
}
.drawer-content .drawer-hotline__item:hover .item-ja {
  color: #2D3134;
}
.drawer-content .drawer-hotline__item:hover .item-en {
  color: #2D3134;
}
.drawer-content .drawer-tel {
  margin: 0 auto;
  max-width: 400px;
  padding: 0 24px;
}
.drawer-content .drawer-tel a {
  position: relative;
  padding: 20px;
  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;
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
}
@media screen and (max-width: 959px) {
  .drawer-content .drawer-tel a {
    padding: 16px;
  }
}
@media screen and (max-width: 519px) {
  .drawer-content .drawer-tel a {
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .drawer-content .drawer-tel a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    aspect-ratio: 1/1;
    -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
    mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: #2D3134;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (max-width: 519px) {
  .drawer-content .drawer-tel a:before {
    width: 12px;
  }
}
.drawer-content .drawer-tel a .tel-num {
  position: relative;
  padding-left: 32px;
  font-family: "Montserrat", sans-serif;
  font-size: 3.7rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .drawer-content .drawer-tel a .tel-num {
    padding-left: 28px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .drawer-content .drawer-tel a .tel-num {
    padding-left: 22px;
    font-size: 2.6rem;
  }
}
.drawer-content .drawer-tel a .tel-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-tel.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-tel.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #759293;
}
@media screen and (max-width: 959px) {
  .drawer-content .drawer-tel a .tel-num:before {
    width: 26px;
  }
}
@media screen and (max-width: 767px) {
  .drawer-content .drawer-tel a .tel-num:before {
    width: 20px;
  }
}
.drawer-content .drawer-tel a .tel-info {
  width: 100%;
  font-weight: bold;
  font-size: 1.7rem;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 959px) {
  .drawer-content .drawer-tel a .tel-info {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .drawer-content .drawer-tel a .tel-info {
    font-size: 1.2rem;
  }
}

.cta-contents {
  position: relative;
  padding: 0 24px;
  padding-top: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .cta-contents {
    padding-top: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .cta-contents {
    padding-top: calc(8px * 13 * 0.5);
  }
}
.cta-contents {
  padding-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .cta-contents {
    padding-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .cta-contents {
    padding-bottom: calc(8px * 13 * 0.5);
  }
}
.cta-contents {
  background: url("/wp-content/themes/itreat_base/dist/img/common/cta-bg.jpg") center/cover no-repeat;
}
.cta-contents:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2D3134;
  opacity: 0.88;
}
.cta-contents:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/itreat_base/dist/img/common/bg-dots.svg") center/auto repeat;
  opacity: 0.08;
}
.cta-contents .cta-contents-ttl {
  position: relative;
  margin-bottom: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  .cta-contents .cta-contents-ttl {
    margin-bottom: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .cta-contents .cta-contents-ttl {
    margin-bottom: calc(8px * 6 * 0.5);
  }
}
.cta-contents .cta-contents-ttl {
  z-index: 1;
}
.cta-contents .cta-contents-ttl__sub {
  display: block;
  max-width: 643px;
  margin: 0 auto;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .cta-contents .cta-contents-ttl__sub {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .cta-contents .cta-contents-ttl__sub {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
@media screen and (max-width: 1279px) {
  .cta-contents .cta-contents-ttl__sub {
    max-width: 560px;
  }
}
@media screen and (max-width: 959px) {
  .cta-contents .cta-contents-ttl__sub {
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .cta-contents .cta-contents-ttl__sub {
    max-width: 480px;
  }
}
@media screen and (max-width: 519px) {
  .cta-contents .cta-contents-ttl__sub {
    max-width: 320px;
  }
}
.cta-contents .cta-contents-ttl__main {
  font-weight: bold;
  font-size: 2.4rem;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .cta-contents .cta-contents-ttl__main {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-contents .cta-contents-ttl__main {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .cta-contents .cta-contents-ttl__main {
    font-size: 1.6rem;
  }
}
.cta-contents .cta-contents-unit {
  position: relative;
  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;
  gap: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .cta-contents .cta-contents-unit {
    gap: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .cta-contents .cta-contents-unit {
    gap: calc(8px * 5 * 0.5);
  }
}
.cta-contents .cta-contents-unit {
  z-index: 1;
}
.cta-contents .cta-contents-unit__mail, .cta-contents .cta-contents-unit__tel {
  width: 100%;
  max-width: 400px;
  height: 112px;
}
@media screen and (max-width: 959px) {
  .cta-contents .cta-contents-unit__mail, .cta-contents .cta-contents-unit__tel {
    max-width: 320px;
    height: 96px;
  }
}
@media screen and (max-width: 767px) {
  .cta-contents .cta-contents-unit__mail, .cta-contents .cta-contents-unit__tel {
    max-width: 100%;
    height: 80px;
  }
}
@media screen and (max-width: 519px) {
  .cta-contents .cta-contents-unit__mail, .cta-contents .cta-contents-unit__tel {
    height: 72px;
  }
}
.cta-contents .cta-contents-unit__mail {
  position: relative;
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cta-contents .cta-contents-unit__mail:before, .cta-contents .cta-contents-unit__mail::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2D3134;
}
.cta-contents .cta-contents-unit__mail::before {
  top: 3px;
}
.cta-contents .cta-contents-unit__mail::after {
  bottom: 3px;
}
.cta-contents .cta-contents-unit__mail .mail-inner {
  position: relative;
  padding: 22px;
  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;
}
@media screen and (max-width: 959px) {
  .cta-contents .cta-contents-unit__mail .mail-inner {
    padding: 17px;
  }
}
@media screen and (max-width: 767px) {
  .cta-contents .cta-contents-unit__mail .mail-inner {
    padding: 12px;
  }
}
@media screen and (max-width: 519px) {
  .cta-contents .cta-contents-unit__mail .mail-inner {
    padding: 14px;
  }
}
.cta-contents .cta-contents-unit__mail .mail-inner:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #2D3134;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 959px) {
  .cta-contents .cta-contents-unit__mail .mail-inner:before {
    width: 16px;
  }
}
@media screen and (max-width: 519px) {
  .cta-contents .cta-contents-unit__mail .mail-inner:before {
    width: 12px;
  }
}
.cta-contents .cta-contents-unit__mail .mail-inner .mail-ja {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .cta-contents .cta-contents-unit__mail .mail-inner .mail-ja {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-contents .cta-contents-unit__mail .mail-inner .mail-ja {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .cta-contents .cta-contents-unit__mail .mail-inner .mail-ja {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.cta-contents .cta-contents-unit__mail .mail-inner .mail-en {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #818385;
}
@media screen and (max-width: 519px) {
  .cta-contents .cta-contents-unit__mail .mail-inner .mail-en {
    line-height: 1.4;
  }
}
.cta-contents .cta-contents-unit__mail:hover {
  background: transparent;
}
.cta-contents .cta-contents-unit__mail:hover:before, .cta-contents .cta-contents-unit__mail:hover:after {
  background: transparent;
}
.cta-contents .cta-contents-unit__mail:hover .mail-inner:before {
  background: #ffffff;
}
.cta-contents .cta-contents-unit__mail:hover .mail-inner .mail-ja {
  color: #ffffff;
}
.cta-contents .cta-contents-unit__mail:hover .mail-inner .mail-en {
  color: #ffffff;
}
.cta-contents .cta-contents-unit__tel {
  position: relative;
  padding: 20px;
  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;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 959px) {
  .cta-contents .cta-contents-unit__tel {
    padding: 16px;
  }
}
@media screen and (max-width: 519px) {
  .cta-contents .cta-contents-unit__tel {
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .cta-contents .cta-contents-unit__tel:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    aspect-ratio: 1/1;
    -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
    mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (max-width: 519px) {
  .cta-contents .cta-contents-unit__tel:before {
    width: 12px;
  }
}
.cta-contents .cta-contents-unit__tel .tel-num {
  position: relative;
  padding-left: 32px;
  font-family: "Montserrat", sans-serif;
  font-size: 3.7rem;
  color: #ffffff;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .cta-contents .cta-contents-unit__tel .tel-num {
    padding-left: 28px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-contents .cta-contents-unit__tel .tel-num {
    padding-left: 22px;
    font-size: 2.6rem;
  }
}
.cta-contents .cta-contents-unit__tel .tel-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-tel.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-tel.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
}
@media screen and (max-width: 959px) {
  .cta-contents .cta-contents-unit__tel .tel-num:before {
    width: 26px;
  }
}
@media screen and (max-width: 767px) {
  .cta-contents .cta-contents-unit__tel .tel-num:before {
    width: 20px;
  }
}
.cta-contents .cta-contents-unit__tel .tel-info {
  width: 100%;
  font-weight: bold;
  font-size: 1.7rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 959px) {
  .cta-contents .cta-contents-unit__tel .tel-info {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-contents .cta-contents-unit__tel .tel-info {
    font-size: 1.2rem;
  }
}

.footer {
  padding-top: calc(8px * 15);
}
@media screen and (max-width: 959px) {
  .footer {
    padding-top: calc(8px * 15 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .footer {
    padding-top: calc(8px * 15 * 0.5);
  }
}
.footer {
  padding-bottom: calc(8px * 7);
}
@media screen and (max-width: 959px) {
  .footer {
    padding-bottom: calc(8px * 7 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .footer {
    padding-bottom: calc(8px * 7 * 0.5);
  }
}
.footer {
  background: #2D3134;
}
@media screen and (max-width: 959px) {
  .footer {
    padding-bottom: 72px;
  }
}
.footer .footer-wrap {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .footer .footer-wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .footer .footer-wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.footer .footer-wrap .footer-unit {
  position: relative;
  margin-bottom: calc(8px * 10);
}
@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit {
    margin-bottom: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit {
    margin-bottom: calc(8px * 10 * 0.5);
  }
}
.footer .footer-wrap .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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit {
    display: block;
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit {
    padding-bottom: 80px;
  }
}
.footer .footer-wrap .footer-unit__info .footer-logo {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit__info .footer-logo {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit__info .footer-logo {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
.footer .footer-wrap .footer-unit__info .footer-logo {
  max-width: 240px;
}
@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit__info .footer-logo {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: calc(8px * 5);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .footer .footer-wrap .footer-unit__info .footer-logo {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 959px) and (max-width: 519px) {
  .footer .footer-wrap .footer-unit__info .footer-logo {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit__info .footer-logo {
    max-width: 160px;
  }
}
.footer .footer-wrap .footer-unit__info .footer-add {
  margin-bottom: calc(8px * 10);
}
@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit__info .footer-add {
    margin-bottom: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit__info .footer-add {
    margin-bottom: calc(8px * 10 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit__info .footer-add {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit__info .footer-add {
    margin-bottom: 16px;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}
.footer .footer-wrap .footer-unit__info .footer-add__item {
  display: block;
}
@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit__info .footer-add__item {
    padding: 16px;
    border: 1px solid #BFBFBF;
    text-align: center;
  }
}
.footer .footer-wrap .footer-unit__info .footer-add__item:nth-of-type(1) {
  margin-bottom: 32px;
}
@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit__info .footer-add__item:nth-of-type(1) {
    margin-bottom: 0;
  }
}
.footer .footer-wrap .footer-unit__info .footer-add__item .add-name {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 2rem;
  color: #ffffff;
}
@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit__info .footer-add__item .add-name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit__info .footer-add__item .add-name {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.footer .footer-wrap .footer-unit__info .footer-add__item .add-info {
  font-size: 1.2rem;
  color: #BFBFBF;
  line-height: 1.4;
}
.footer .footer-wrap .footer-unit__info .footer-add__item:hover .add-name {
  text-decoration: underline;
}
@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit__info .footer-add__item:hover {
    background: #ffffff;
  }
  .footer .footer-wrap .footer-unit__info .footer-add__item:hover .add-name {
    color: #2D3134;
    text-decoration: none;
  }
  .footer .footer-wrap .footer-unit__info .footer-add__item:hover .add-info {
    color: #2D3134;
  }
}
.footer .footer-wrap .footer-unit__info .maruei-solution-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 240px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit__info .maruei-solution-logo {
    max-width: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit__info .maruei-solution-logo {
    max-width: 160px;
  }
}
.footer .footer-wrap .footer-unit__info .maruei-solution-logo:hover {
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}
.footer .footer-wrap .footer-unit__menu .footer-nav {
  margin-bottom: calc(8px * 7);
}
@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit__menu .footer-nav {
    margin-bottom: calc(8px * 7 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit__menu .footer-nav {
    margin-bottom: calc(8px * 7 * 0.5);
  }
}
.footer .footer-wrap .footer-unit__menu .footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(8px * 10);
}
@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit__menu .footer-nav {
    gap: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit__menu .footer-nav {
    gap: calc(8px * 10 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit__menu .footer-nav {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit__menu .footer-nav {
    display: block;
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit__menu .footer-nav .footer-nav-list__item {
    padding: 16px;
    border-bottom: 1px solid #BFBFBF;
  }
}
.footer .footer-wrap .footer-unit__menu .footer-nav .footer-nav-list__item:not(:last-child) {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit__menu .footer-nav .footer-nav-list__item:not(:last-child) {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit__menu .footer-nav .footer-nav-list__item:not(:last-child) {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit__menu .footer-nav .footer-nav-list__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.footer .footer-wrap .footer-unit__menu .footer-nav .footer-nav-list__item .item-ja,
.footer .footer-wrap .footer-unit__menu .footer-nav .footer-nav-list__item .item-en {
  display: block;
  line-height: 1.4;
}
.footer .footer-wrap .footer-unit__menu .footer-nav .footer-nav-list__item .item-ja {
  margin-bottom: 4px;
  font-weight: bold;
  color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer .footer-wrap .footer-unit__menu .footer-nav .footer-nav-list__item .item-en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #F5CF78;
}
.footer .footer-wrap .footer-unit__menu .footer-nav .footer-nav-list__item:hover .item-ja {
  color: #BFBFBF;
}
.footer .footer-wrap .footer-unit__menu .footer-nav .footer-nav-list__item .footer-nav-sublist {
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit__menu .footer-nav .footer-nav-list__item .footer-nav-sublist {
    margin-top: 8px;
  }
}
.footer .footer-wrap .footer-unit__menu .footer-nav .footer-nav-list__item .footer-nav-sublist__item a {
  position: relative;
  padding-left: 20px;
  font-size: 1.3rem;
  color: #BFBFBF;
}
.footer .footer-wrap .footer-unit__menu .footer-nav .footer-nav-list__item .footer-nav-sublist__item a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 1px;
  background: #BFBFBF;
}
.footer .footer-wrap .footer-unit__menu .footer-nav .footer-nav-list__item .footer-nav-sublist__item a:hover {
  color: #ffffff;
}
@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit__menu .footer-nav .footer-nav-list:nth-of-type(1) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(8px * 10);
    grid-area: 1/1/2/3;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .footer .footer-wrap .footer-unit__menu .footer-nav .footer-nav-list:nth-of-type(1) {
    gap: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 959px) and (max-width: 519px) {
  .footer .footer-wrap .footer-unit__menu .footer-nav .footer-nav-list:nth-of-type(1) {
    gap: calc(8px * 10 * 0.5);
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit__menu .footer-nav .footer-nav-list:nth-of-type(1) {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit__menu .footer-nav .footer-nav-list:nth-of-type(2) {
    grid-area: 1/3/2/4;
  }
}
.footer .footer-wrap .footer-unit__menu .footer-hotline {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit__menu .footer-hotline {
    gap: 12px;
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit__menu .footer-hotline {
    gap: 8px;
  }
}
.footer .footer-wrap .footer-unit__menu .footer-hotline__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;
  padding: 8px;
  width: 100%;
  max-width: 260px;
  height: 64px;
  border: 1px solid #ffffff;
  border-radius: 56px;
}
@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit__menu .footer-hotline__item {
    max-width: 100%;
    height: 56px;
  }
}
.footer .footer-wrap .footer-unit__menu .footer-hotline__item .item-ja {
  width: 100%;
  font-weight: bold;
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit__menu .footer-hotline__item .item-ja {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit__menu .footer-hotline__item .item-ja {
    font-size: 1.4rem;
  }
}
.footer .footer-wrap .footer-unit__menu .footer-hotline__item .item-en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #BFBFBF;
  line-height: 1;
}
.footer .footer-wrap .footer-unit__menu .footer-hotline__item:hover {
  background: #ffffff;
}
.footer .footer-wrap .footer-unit__menu .footer-hotline__item:hover .item-ja {
  color: #2D3134;
}
.footer .footer-wrap .footer-unit__menu .footer-hotline__item:hover .item-en {
  color: #2D3134;
}
.footer .footer-bottom .footer-eng {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .footer .footer-bottom .footer-eng {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-bottom .footer-eng {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
.footer .footer-bottom .footer-eng {
  padding: 0 16px;
  border-bottom: 1px solid #BFBFBF;
}
.footer .footer-bottom .footer-eng img {
  margin: 0 auto;
  max-width: 1380px;
  mix-blend-mode: soft-light;
}
.footer .footer-bottom .footer-privacy {
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .footer .footer-bottom .footer-privacy {
    margin-bottom: 8px;
  }
}
.footer .footer-bottom .footer-privacy a {
  font-size: 1.4rem;
  color: #BFBFBF;
  text-decoration: underline;
}
@media screen and (max-width: 959px) {
  .footer .footer-bottom .footer-privacy a {
    font-size: 1.2rem;
  }
}
.footer .footer-bottom .footer-privacy a:hover {
  text-decoration: none;
}
.footer .footer-bottom .copy {
  font-size: 1.2rem;
  text-align: center;
  color: #ffffff;
}
.footer .footer-bottom .copy .copy-poweredby {
  display: inline-block;
  width: 45px;
  height: 10px;
  margin-left: 4px;
  vertical-align: baseline;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.float-foot {
  display: none;
}
@media screen and (max-width: 959px) {
  .float-foot {
    position: fixed;
    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;
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    z-index: 999;
  }
}
.float-foot .float-foot-contact,
.float-foot .float-foot-tel {
  width: 50%;
  height: 56px;
}
.float-foot .float-foot-contact {
  margin-bottom: 8px;
}
@media screen and (max-width: 959px) {
  .float-foot .float-foot-contact {
    margin-bottom: 0;
  }
}
.float-foot .float-foot-contact a {
  position: relative;
  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%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.2em;
  background: #759293;
}
@media screen and (max-width: 519px) {
  .float-foot .float-foot-contact a {
    font-size: 1.3rem;
  }
}
.float-foot .float-foot-contact a span {
  position: relative;
  padding-top: 36px;
}
@media screen and (max-width: 959px) {
  .float-foot .float-foot-contact a span {
    padding-top: 28px;
  }
}
@media screen and (max-width: 519px) {
  .float-foot .float-foot-contact a span {
    padding-top: 24px;
  }
}
.float-foot .float-foot-contact a span::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-mail.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-mail.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 519px) {
  .float-foot .float-foot-contact a span::before {
    top: -4px;
    width: 16px;
    height: 16px;
  }
}
.float-foot .float-foot-tel a {
  position: relative;
  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%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  line-height: 0.2em;
  background: #C6643A;
}
@media screen and (max-width: 519px) {
  .float-foot .float-foot-tel a {
    font-size: 1.3rem;
  }
}
.float-foot .float-foot-tel a span {
  position: relative;
  padding-top: 28px;
}
@media screen and (max-width: 519px) {
  .float-foot .float-foot-tel a span {
    padding-top: 24px;
  }
}
.float-foot .float-foot-tel a span::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-tel.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-tel.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 519px) {
  .float-foot .float-foot-tel a span::before {
    top: -4px;
    width: 16px;
    height: 16px;
  }
}

.notfound-txt {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .notfound-txt {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .notfound-txt {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.notfound-txt {
  text-align: center;
}

.notfound-message {
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .notfound-message {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .notfound-message {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
.notfound-message {
  padding: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .notfound-message {
    padding: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .notfound-message {
    padding: calc(8px * 4 * 0.5);
  }
}
.notfound-message {
  border: solid 1px #818385;
}

.lower-page {
  margin-bottom: calc(8px * 20);
}
@media screen and (max-width: 959px) {
  .lower-page {
    margin-bottom: calc(8px * 20 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page {
    margin-bottom: calc(8px * 20 * 0.5);
  }
}
.lower-page .anchor-link {
  margin-top: -104px;
  padding-top: 104px;
}
@media screen and (max-width: 959px) {
  .lower-page .anchor-link {
    margin-top: -40px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .anchor-link {
    margin-top: -32px;
    padding-top: 32px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .anchor-link {
    margin-top: -24px;
    padding-top: 24px;
  }
}
.lower-page .hero {
  position: relative;
  overflow: hidden;
  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%;
  height: 400px;
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  .lower-page .hero {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .hero {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
.lower-page .hero {
  background: url("/wp-content/themes/itreat_base/dist/img/common/hero.jpg") center/cover no-repeat;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .lower-page .hero {
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .hero {
    height: 280px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .hero {
    height: 240px;
  }
}
.lower-page .hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2D3134;
  opacity: 0.56;
}
.lower-page .hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/itreat_base/dist/img/common/bg-dots.svg") center/auto repeat;
  opacity: 0.08;
}
.lower-page .hero .pagettl {
  position: relative;
  padding: 32px 16px 0;
  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;
  color: #ffffff;
  z-index: 1;
}
.lower-page .hero .pagettl__main {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .lower-page .hero .pagettl__main {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .hero .pagettl__main {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.lower-page .hero .pagettl__main {
  width: 100%;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .lower-page .hero .pagettl__main {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .hero .pagettl__main {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .hero .pagettl__main {
    font-size: 2.8rem;
  }
}
.lower-page .hero .pagettl__sub {
  position: relative;
  padding: 0 12px 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .lower-page .hero .pagettl__sub {
    padding: 0 8px 2px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .hero .pagettl__sub {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .hero .pagettl__sub {
    padding: 0 4px 2px;
    font-size: 1.6rem;
  }
}
.lower-page .hero .pagettl__sub:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 12px;
  background: #76B0B2;
}
@media screen and (max-width: 959px) {
  .lower-page .hero .pagettl__sub:before {
    height: 12px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .hero .pagettl__sub:before {
    height: 8px;
  }
}
.lower-page .hero .pagettl__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 72px;
}
@media screen and (max-width: 959px) {
  .lower-page .hero .pagettl__logo {
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .hero .pagettl__logo {
    height: 56px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .hero .pagettl__logo {
    height: 48px;
  }
}
.lower-page .hero .pagettl__logo img {
  width: auto;
  height: 100%;
}
.lower-page .breadcrumb {
  padding: 0 40px;
  margin-bottom: calc(8px * 10);
}
@media screen and (max-width: 959px) {
  .lower-page .breadcrumb {
    margin-bottom: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .breadcrumb {
    margin-bottom: calc(8px * 10 * 0.5);
  }
}
@media screen and (max-width: 1279px) {
  .lower-page .breadcrumb {
    padding: 0 32px;
  }
}
@media screen and (max-width: 959px) {
  .lower-page .breadcrumb {
    padding: 0 24px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .breadcrumb {
    padding: 0 16px;
  }
}
.lower-page .breadcrumb__item {
  display: inline;
  font-weight: bold;
}
.lower-page .breadcrumb__item:not(:nth-last-of-type(1)) {
  position: relative;
}
.lower-page .breadcrumb__item:not(:nth-last-of-type(1))::after {
  content: ">";
  padding: 0 12px 0 16px;
  color: #9B5A3A;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .lower-page .breadcrumb__item:not(:nth-last-of-type(1))::after {
    padding: 0 8px 0 12px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .breadcrumb__item:not(:nth-last-of-type(1))::after {
    padding: 0 6px 0 8px;
  }
}
.lower-page .breadcrumb__item a {
  font-weight: bold;
  text-decoration: underline;
}
.lower-page .breadcrumb__item a:hover {
  text-decoration: none;
}
.lower-page .headline {
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 1279px) {
  .lower-page .headline {
    padding: 0 32px;
  }
}
@media screen and (max-width: 959px) {
  .lower-page .headline {
    padding: 0 24px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .headline {
    padding: 0 16px;
  }
}
.lower-page .headline:before {
  content: "";
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  height: 2px;
}
@media screen and (max-width: 959px) {
  .lower-page .headline:before {
    top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .headline:before {
    top: 24px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .headline:before {
    top: 18px;
  }
}
.lower-page .headline.--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1280px;
  margin-bottom: calc(8px * 8);
}
@media screen and (max-width: 959px) {
  .lower-page .headline.--left {
    margin-bottom: calc(8px * 8 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .headline.--left {
    margin-bottom: calc(8px * 8 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  .lower-page .headline.--left {
    display: block;
  }
}
.lower-page .headline.--left:before {
  width: calc(100% - 80px);
  left: 40px;
}
@media screen and (max-width: 959px) {
  .lower-page .headline.--left:before {
    width: 100%;
    left: 0;
  }
}
.lower-page .headline.--left .headline__sub {
  padding: 0 32px 0 0;
}
@media screen and (max-width: 959px) {
  .lower-page .headline.--left .headline__sub {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 12px auto;
    padding: 0 24px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .headline.--left .headline__sub {
    margin: 0 auto 8px auto;
    padding: 0 16px;
  }
}
.lower-page .headline.--left .headline__main {
  position: relative;
  padding: 0 40px 0 0;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .lower-page .headline.--left .headline__main {
    margin: 0 auto;
    padding: 0 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.lower-page .headline.--left .headline__main:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 4px;
  background: #F8F7F4;
}
@media screen and (max-width: 959px) {
  .lower-page .headline.--left .headline__main:before {
    content: none;
  }
}
.lower-page .headline.--center {
  margin-bottom: calc(8px * 8);
}
@media screen and (max-width: 959px) {
  .lower-page .headline.--center {
    margin-bottom: calc(8px * 8 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .headline.--center {
    margin-bottom: calc(8px * 8 * 0.5);
  }
}
.lower-page .headline.--center .headline__sub {
  margin: 0 auto 16px auto;
  padding: 0 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .lower-page .headline.--center .headline__sub {
    padding: 0 32px;
  }
}
@media screen and (max-width: 959px) {
  .lower-page .headline.--center .headline__sub {
    margin: 0 auto 12px auto;
    padding: 0 24px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .headline.--center .headline__sub {
    margin: 0 auto 8px auto;
    padding: 0 16px;
  }
}
.lower-page .headline.--center .headline__main {
  margin: 0 auto;
  padding: 0 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.lower-page .headline__sub {
  position: relative;
  display: block;
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  font-size: 7.2rem;
  letter-spacing: 0.08em;
  text-shadow: 8px 8px #E8E7E5;
  line-height: 1;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .lower-page .headline__sub {
    margin: 0 auto 12px auto;
    padding: 0 24px;
    font-size: 6.4rem;
    text-shadow: 6px 6px #E8E7E5;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .headline__sub {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .headline__sub {
    margin: 0 auto 8px auto;
    padding: 0 16px;
    font-size: 4rem;
    text-shadow: 4px 4px #E8E7E5;
  }
}
.lower-page .headline__sub:before {
  content: "";
  position: absolute;
  top: 36px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 2px;
  background: #F8F7F4;
}
@media screen and (max-width: 959px) {
  .lower-page .headline__sub:before {
    top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .headline__sub:before {
    top: 24px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .headline__sub:before {
    top: 18px;
  }
}
.lower-page .headline__main {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .lower-page .headline__main {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .headline__main {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .headline__main {
    font-size: 1.5rem;
  }
}
.lower-page .headline.--red .headline__sub::first-letter {
  color: #C6643A;
}
.lower-page .headline.--red:before {
  background-color: #C6643A;
}
.lower-page .headline.--l-bgn .headline__sub::first-letter {
  color: #76B0B2;
}
.lower-page .headline.--l-bgn:before {
  background-color: #76B0B2;
}
.lower-page .headline.--bgn .headline__sub::first-letter {
  color: #759293;
}
.lower-page .headline.--bgn:before {
  background-color: #759293;
}
.lower-page .headline.--grn .headline__sub::first-letter {
  color: #506255;
}
.lower-page .headline.--grn:before {
  background-color: #506255;
}
.lower-page .headline.--yel .headline__sub::first-letter {
  color: #F5CF78;
}
.lower-page .headline.--yel:before {
  background-color: #F5CF78;
}
.lower-page .headline.--beg .headline__sub::first-letter {
  color: #F8F7F4;
}
.lower-page .headline.--beg:before {
  background-color: #F8F7F4;
}
.lower-page .headline.--brn .headline__sub::first-letter {
  color: #B99136;
}
.lower-page .headline.--brn:before {
  background-color: #B99136;
}
.lower-page .headline.--d-brn .headline__sub::first-letter {
  color: #9B5A3A;
}
.lower-page .headline.--d-brn:before {
  background-color: #9B5A3A;
}
.lower-page .headline.--vio .headline__sub::first-letter {
  color: #9C7399;
}
.lower-page .headline.--vio:before {
  background-color: #9C7399;
}
.lower-page .headline.--blk .headline__sub::first-letter {
  color: #2D3134;
}
.lower-page .headline.--blk:before {
  background-color: #2D3134;
}
.lower-page .headline.--wht .headline__sub::first-letter {
  color: #ffffff;
}
.lower-page .headline.--wht:before {
  background-color: #ffffff;
}
.lower-page .headline.--l-gry .headline__sub::first-letter {
  color: #BFBFBF;
}
.lower-page .headline.--l-gry:before {
  background-color: #BFBFBF;
}
.lower-page .headline.--gry .headline__sub::first-letter {
  color: #818385;
}
.lower-page .headline.--gry:before {
  background-color: #818385;
}
.lower-page .headline.--d-gry .headline__sub::first-letter {
  color: #9A9C9E;
}
.lower-page .headline.--d-gry:before {
  background-color: #9A9C9E;
}
.lower-page .ttl-l {
  position: relative;
  margin: 0 auto;
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .lower-page .ttl-l {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .ttl-l {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
.lower-page .ttl-l {
  padding: 0 40px;
  font-weight: bold;
  font-size: 2.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .lower-page .ttl-l {
    padding: 0 32px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .ttl-l {
    padding: 0 24px;
    font-size: 2rem;
  }
}
.lower-page .ttl-l:before, .lower-page .ttl-l:after {
  content: "";
  position: absolute;
  bottom: 12px;
  width: 24px;
  aspect-ratio: 2/1;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ttl-l-deco.svg") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .lower-page .ttl-l:before, .lower-page .ttl-l:after {
    width: 20px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .ttl-l:before, .lower-page .ttl-l:after {
    width: 14px;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .ttl-l:before, .lower-page .ttl-l:after {
    width: 12px;
  }
}
.lower-page .ttl-l:before {
  left: 0;
}
.lower-page .ttl-l:after {
  right: 0;
}
.lower-page .ttl-m {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .lower-page .ttl-m {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .ttl-m {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.lower-page .ttl-m {
  padding-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  .lower-page .ttl-m {
    padding-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .ttl-m {
    padding-bottom: calc(8px * 2 * 0.5);
  }
}
.lower-page .ttl-m {
  border-bottom: solid 1px #759293;
  font-size: 2.4rem;
  font-weight: bold;
  color: #759293;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .lower-page .ttl-m {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .ttl-m {
    font-size: 1.8rem;
  }
}
.lower-page .ttl-m.--red {
  color: #C6643A;
  border-color: #C6643A;
}
.lower-page .ttl-m.--l-bgn {
  color: #76B0B2;
  border-color: #76B0B2;
}
.lower-page .ttl-m.--bgn {
  color: #759293;
  border-color: #759293;
}
.lower-page .ttl-m.--grn {
  color: #506255;
  border-color: #506255;
}
.lower-page .ttl-m.--yel {
  color: #F5CF78;
  border-color: #F5CF78;
}
.lower-page .ttl-m.--beg {
  color: #F8F7F4;
  border-color: #F8F7F4;
}
.lower-page .ttl-m.--brn {
  color: #B99136;
  border-color: #B99136;
}
.lower-page .ttl-m.--d-brn {
  color: #9B5A3A;
  border-color: #9B5A3A;
}
.lower-page .ttl-m.--vio {
  color: #9C7399;
  border-color: #9C7399;
}
.lower-page .ttl-m.--blk {
  color: #2D3134;
  border-color: #2D3134;
}
.lower-page .ttl-m.--wht {
  color: #ffffff;
  border-color: #ffffff;
}
.lower-page .ttl-m.--l-gry {
  color: #BFBFBF;
  border-color: #BFBFBF;
}
.lower-page .ttl-m.--gry {
  color: #818385;
  border-color: #818385;
}
.lower-page .ttl-m.--d-gry {
  color: #9A9C9E;
  border-color: #9A9C9E;
}
.lower-page .ttl-s {
  position: relative;
  margin-bottom: 16px;
  padding-left: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .lower-page .ttl-s {
    margin-bottom: 8px;
  }
}
.lower-page .ttl-s:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
}
.lower-page .ttl-s.--red:before {
  background: #C6643A;
}
.lower-page .ttl-s.--l-bgn:before {
  background: #76B0B2;
}
.lower-page .ttl-s.--bgn:before {
  background: #759293;
}
.lower-page .ttl-s.--grn:before {
  background: #506255;
}
.lower-page .ttl-s.--yel:before {
  background: #F5CF78;
}
.lower-page .ttl-s.--beg:before {
  background: #F8F7F4;
}
.lower-page .ttl-s.--brn:before {
  background: #B99136;
}
.lower-page .ttl-s.--d-brn:before {
  background: #9B5A3A;
}
.lower-page .ttl-s.--vio:before {
  background: #9C7399;
}
.lower-page .ttl-s.--blk:before {
  background: #2D3134;
}
.lower-page .ttl-s.--wht:before {
  background: #ffffff;
}
.lower-page .ttl-s.--l-gry:before {
  background: #BFBFBF;
}
.lower-page .ttl-s.--gry:before {
  background: #818385;
}
.lower-page .ttl-s.--d-gry:before {
  background: #9A9C9E;
}
.lower-page .band-ttl {
  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;
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .lower-page .band-ttl {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .band-ttl {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
.lower-page .band-ttl {
  padding: 8px 16px;
  background: #B99136;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .lower-page .band-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .band-ttl {
    font-size: 1.8rem;
  }
}
.lower-page .band-ttl.--red {
  background: #C6643A;
}
.lower-page .band-ttl.--l-bgn {
  background: #76B0B2;
}
.lower-page .band-ttl.--bgn {
  background: #759293;
}
.lower-page .band-ttl.--grn {
  background: #506255;
}
.lower-page .band-ttl.--yel {
  background: #F5CF78;
}
.lower-page .band-ttl.--beg {
  background: #F8F7F4;
}
.lower-page .band-ttl.--brn {
  background: #B99136;
}
.lower-page .band-ttl.--d-brn {
  background: #9B5A3A;
}
.lower-page .band-ttl.--vio {
  background: #9C7399;
}
.lower-page .band-ttl.--blk {
  background: #2D3134;
}
.lower-page .band-ttl.--wht {
  background: #ffffff;
}
.lower-page .band-ttl.--l-gry {
  background: #BFBFBF;
}
.lower-page .band-ttl.--gry {
  background: #818385;
}
.lower-page .band-ttl.--d-gry {
  background: #9A9C9E;
}
.lower-page .features-unit .features-unit__item {
  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;
}
@media screen and (max-width: 959px) {
  .lower-page .features-unit .features-unit__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .features-unit .features-unit__item {
    display: block;
  }
}
.lower-page .features-unit .features-unit__item .features-vsl {
  position: relative;
  width: 100%;
  max-width: 440px;
}
@media screen and (max-width: 959px) {
  .lower-page .features-unit .features-unit__item .features-vsl {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .features-unit .features-unit__item .features-vsl {
    aspect-ratio: 3/2;
    margin: 0 auto 32px auto;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .features-unit .features-unit__item .features-vsl {
    max-width: 320px;
    margin: 0 auto 24px auto;
  }
}
.lower-page .features-unit .features-unit__item .features-vsl img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lower-page .features-unit .features-unit__item .features-vsl img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.lower-page .features-unit .features-unit__item .features-dtl {
  width: calc(100% - 480px);
}
@media screen and (max-width: 959px) {
  .lower-page .features-unit .features-unit__item .features-dtl {
    width: calc(100% - 440px);
  }
}
@media screen and (max-width: 767px) {
  .lower-page .features-unit .features-unit__item .features-dtl {
    width: 100%;
  }
}
.lower-page .features-unit .features-unit__item .features-dtl .features-ttl {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .lower-page .features-unit .features-unit__item .features-dtl .features-ttl {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .features-unit .features-unit__item .features-dtl .features-ttl {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
.lower-page .features-unit .features-unit__item .features-dtl .features-ttl {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .lower-page .features-unit .features-unit__item .features-dtl .features-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .features-unit .features-unit__item .features-dtl .features-ttl {
    text-align: center;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .features-unit .features-unit__item .features-dtl .features-ttl {
    font-size: 2.2rem;
  }
}
.lower-page .features-unit .features-unit__item .features-dtl .features-ttl span,
.lower-page .features-unit .features-unit__item .features-dtl .features-ttl em {
  font-size: 3.6rem;
}
@media screen and (max-width: 959px) {
  .lower-page .features-unit .features-unit__item .features-dtl .features-ttl span,
  .lower-page .features-unit .features-unit__item .features-dtl .features-ttl em {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .features-unit .features-unit__item .features-dtl .features-ttl span,
  .lower-page .features-unit .features-unit__item .features-dtl .features-ttl em {
    font-size: 2.4rem;
  }
}
.lower-page .features-unit .features-unit__item .features-dtl .features-ttl em {
  padding: 4px 16px;
  color: #ffffff;
  background: #C6643A;
  border-radius: 2px;
}
@media screen and (max-width: 959px) {
  .lower-page .features-unit .features-unit__item .features-dtl .features-ttl em {
    padding: 2px 12px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .features-unit .features-unit__item .features-dtl .features-ttl em {
    padding: 2px 8px;
  }
}
.lower-page .features-unit .features-unit__item .features-dtl .features-txt {
  line-height: 2;
}
.lower-page .features-unit .features-unit__item:not(:last-child) {
  margin-bottom: calc(8px * 7);
}
@media screen and (max-width: 959px) {
  .lower-page .features-unit .features-unit__item:not(:last-child) {
    margin-bottom: calc(8px * 7 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .features-unit .features-unit__item:not(:last-child) {
    margin-bottom: calc(8px * 7 * 0.5);
  }
}
.lower-page .features-unit .features-unit__item:not(:last-child) {
  padding-bottom: calc(8px * 7);
}
@media screen and (max-width: 959px) {
  .lower-page .features-unit .features-unit__item:not(:last-child) {
    padding-bottom: calc(8px * 7 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .features-unit .features-unit__item:not(:last-child) {
    padding-bottom: calc(8px * 7 * 0.5);
  }
}
.lower-page .features-unit .features-unit__item:not(:last-child) {
  border-bottom: 1px solid rgba(185, 145, 54, 0.24);
}
.lower-page .features-unit .features-unit__item.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.lower-page .features-unit .features-unit__item.--grn .features-dtl .features-ttl span {
  color: #506255;
}
.lower-page .features-unit .features-unit__item.--grn .features-dtl .features-ttl em {
  background: #506255;
}
.lower-page .features-unit .features-unit__item.--grn .features-dtl .features-lead::first-letter {
  color: #506255;
}
.lower-page .features-unit .features-unit__item.--red .features-dtl .features-ttl span {
  color: #C6643A;
}
.lower-page .features-unit .features-unit__item.--red .features-dtl .features-ttl em {
  background: #C6643A;
}
.lower-page .features-unit .features-unit__item.--red .features-dtl .features-lead::first-letter {
  color: #C6643A;
}
.lower-page .features-unit .features-unit__item.--brn .features-dtl .features-ttl span {
  color: #B99136;
}
.lower-page .features-unit .features-unit__item.--brn .features-dtl .features-ttl em {
  background: #B99136;
}
.lower-page .features-unit .features-unit__item.--brn .features-dtl .features-lead::first-letter {
  color: #B99136;
}
.lower-page .faq {
  padding-top: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .lower-page .faq {
    padding-top: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .faq {
    padding-top: calc(8px * 13 * 0.5);
  }
}
.lower-page .faq {
  margin-bottom: calc(8px * 15);
}
@media screen and (max-width: 959px) {
  .lower-page .faq {
    margin-bottom: calc(8px * 15 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .faq {
    margin-bottom: calc(8px * 15 * 0.5);
  }
}
.lower-page .faq .faq-list {
  margin: 0 auto;
  max-width: 1040px;
}
.lower-page .faq .faq-list__item dt, .lower-page .faq .faq-list__item dd {
  padding-left: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  .lower-page .faq .faq-list__item dt, .lower-page .faq .faq-list__item dd {
    padding-left: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .faq .faq-list__item dt, .lower-page .faq .faq-list__item dd {
    padding-left: calc(8px * 6 * 0.5);
  }
}
.lower-page .faq .faq-list__item dt {
  position: relative;
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  .lower-page .faq .faq-list__item dt {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .faq .faq-list__item dt {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
.lower-page .faq .faq-list__item dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .lower-page .faq .faq-list__item dt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .faq .faq-list__item dt {
    font-size: 1.6rem;
  }
}
.lower-page .faq .faq-list__item dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/faq-q.svg") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .lower-page .faq .faq-list__item dt::before {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .faq .faq-list__item dt::before {
    top: 4px;
    width: 16px;
    height: 16px;
  }
}
.lower-page .faq .faq-list__item dd {
  position: relative;
}
.lower-page .faq .faq-list__item dd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/faq-a.svg") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .lower-page .faq .faq-list__item dd::before {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .faq .faq-list__item dd::before {
    top: 4px;
    width: 16px;
    height: 16px;
  }
}
.lower-page .faq .faq-list__item:not(:last-child) {
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .lower-page .faq .faq-list__item:not(:last-child) {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .faq .faq-list__item:not(:last-child) {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
.lower-page .faq .faq-list__item:not(:last-child) {
  padding-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .lower-page .faq .faq-list__item:not(:last-child) {
    padding-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .faq .faq-list__item:not(:last-child) {
    padding-bottom: calc(8px * 4 * 0.5);
  }
}
.lower-page .faq .faq-list__item:not(:last-child) {
  border-bottom: 1px solid rgba(45, 49, 52, 0.24);
}
.lower-page .voice-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 959px) {
  .lower-page .voice-unit {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .voice-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.lower-page .voice-unit__item {
  position: relative;
  width: calc(100% / 2 - 24px / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  background: #ffffff;
  padding: 24px;
  -webkit-box-shadow: 0px 0px 16px 0px #F4F1EA;
  box-shadow: 0px 0px 16px 0px #F4F1EA;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 959px) {
  .lower-page .voice-unit__item {
    gap: 16px;
    width: calc(100% / 2 - 16px / 2);
  }
}
@media screen and (max-width: 767px) {
  .lower-page .voice-unit__item {
    width: 100%;
  }
}
.lower-page .voice-unit__item:before {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  height: 0;
  width: 0;
}
.lower-page .voice-unit__item:hover {
  -webkit-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
}
.lower-page .voice-unit__item.--carlease::before, .lower-page .voice-unit__item.--insurance::before, .lower-page .voice-unit__item.--bodywork::before {
  border: 8px solid #C6643A;
  border-top-color: transparent;
  border-left-color: transparent;
}
.lower-page .voice-unit__item.--carlease:hover, .lower-page .voice-unit__item.--insurance:hover, .lower-page .voice-unit__item.--bodywork:hover {
  -webkit-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
}
.lower-page .voice-unit__item.--carlease:hover .voice-dtl .voice-ttl, .lower-page .voice-unit__item.--insurance:hover .voice-dtl .voice-ttl, .lower-page .voice-unit__item.--bodywork:hover .voice-dtl .voice-ttl {
  color: #C6643A;
}
.lower-page .voice-unit__item.--coating::before, .lower-page .voice-unit__item.--new-car::before {
  border: 8px solid #759293;
  border-top-color: transparent;
  border-left-color: transparent;
}
.lower-page .voice-unit__item.--coating:hover, .lower-page .voice-unit__item.--new-car:hover {
  -webkit-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
}
.lower-page .voice-unit__item.--coating:hover .voice-dtl .voice-ttl, .lower-page .voice-unit__item.--new-car:hover .voice-dtl .voice-ttl {
  color: #759293;
}
.lower-page .voice-unit__item.--used-car::before, .lower-page .voice-unit__item.--maintenance::before {
  border: 8px solid #B99136;
  border-top-color: transparent;
  border-left-color: transparent;
}
.lower-page .voice-unit__item.--used-car:hover, .lower-page .voice-unit__item.--maintenance:hover {
  -webkit-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
}
.lower-page .voice-unit__item.--used-car:hover .voice-dtl .voice-ttl, .lower-page .voice-unit__item.--maintenance:hover .voice-dtl .voice-ttl {
  color: #B99136;
}
.lower-page .voice-unit .voice-vsl img {
  width: 90px;
  height: 90px;
  margin-bottom: 12px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover; /* 画像を丸枠に合わせて切り抜く */
}
.lower-page .voice-unit .voice-vsl .voice-meta {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.3;
}
.lower-page .voice-unit .voice-vsl .voice-meta__profile {
  color: #818385;
}
.lower-page .voice-unit .voice-dtl {
  width: calc(100% - 114px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 959px) {
  .lower-page .voice-unit .voice-dtl {
    width: calc(100% - 106px);
  }
}
.lower-page .voice-unit .voice-dtl .voice-cate {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 28px;
  padding: 0 16px;
  color: #ffffff;
  font-size: 1.2rem;
  border-radius: 56px;
}
.lower-page .voice-unit .voice-dtl .voice-cate.--carlease, .lower-page .voice-unit .voice-dtl .voice-cate.--insurance, .lower-page .voice-unit .voice-dtl .voice-cate.--bodywork {
  background: #C6643A;
  border: 1px solid #C6643A;
}
.lower-page .voice-unit .voice-dtl .voice-cate.--coating, .lower-page .voice-unit .voice-dtl .voice-cate.--new-car {
  background: #759293;
  border: 1px solid #759293;
}
.lower-page .voice-unit .voice-dtl .voice-cate.--used-car, .lower-page .voice-unit .voice-dtl .voice-cate.--maintenance {
  background: #B99136;
  border: 1px solid #B99136;
}
.lower-page .voice-unit .voice-dtl .voice-ttl {
  margin-bottom: calc(8px * 1);
}
@media screen and (max-width: 959px) {
  .lower-page .voice-unit .voice-dtl .voice-ttl {
    margin-bottom: calc(8px * 1 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .voice-unit .voice-dtl .voice-ttl {
    margin-bottom: calc(8px * 1 * 0.5);
  }
}
.lower-page .voice-unit .voice-dtl .voice-ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #2D3134;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .lower-page .voice-unit .voice-dtl .voice-ttl {
    font-size: 1.6rem;
  }
}
.lower-page .voice-unit .voice-dtl .voice-txt {
  color: #9A9C9E;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.lower-page .flow-unit {
  counter-reset: flow;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .lower-page .flow-unit {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 32px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .flow-unit {
    row-gap: 24px;
  }
}
.lower-page .flow-unit__item {
  position: relative;
  counter-increment: flow;
  position: relative;
  padding: 80px 24px 24px;
  border: 2px solid rgba(185, 145, 54, 0.24);
}
@media screen and (max-width: 959px) {
  .lower-page .flow-unit__item {
    padding: 64px 24px 24px;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .flow-unit__item {
    margin-left: 48px;
    padding: 24px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .flow-unit__item {
    margin-left: 36px;
    padding: 16px;
  }
}
.lower-page .flow-unit__item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .lower-page .flow-unit__item:before {
    right: -18px;
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .flow-unit__item:before {
    top: auto;
    left: 50%;
    right: auto;
    bottom: -26px;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    width: 16px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .flow-unit__item:before {
    bottom: -22px;
  }
}
.lower-page .flow-unit__item .flow-num {
  position: absolute;
  top: -60px;
  left: 50%;
  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;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .lower-page .flow-unit__item .flow-num {
    top: -48px;
    width: 96px;
    height: 96px;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .flow-unit__item .flow-num {
    top: 50%;
    left: -48px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .flow-unit__item .flow-num {
    left: -36px;
    width: 72px;
    height: 72px;
  }
}
.lower-page .flow-unit__item .flow-num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.lower-page .flow-unit__item .flow-num::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px dotted #ffffff;
  border-radius: 50%;
}
.lower-page .flow-unit__item .flow-num span {
  position: relative;
  padding-bottom: 48px;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 959px) {
  .lower-page .flow-unit__item .flow-num span {
    padding-bottom: 32px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .flow-unit__item .flow-num span {
    padding-bottom: 24px;
    font-size: 1.2rem;
  }
}
.lower-page .flow-unit__item .flow-num span:before {
  content: "0" counter(flow);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Montserrat", sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 959px) {
  .lower-page .flow-unit__item .flow-num span:before {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .flow-unit__item .flow-num span:before {
    font-size: 2.4rem;
  }
}
.lower-page .flow-unit__item .flow-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .lower-page .flow-unit__item .flow-ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .flow-unit__item .flow-ttl {
    font-size: 1.4rem;
  }
}
.lower-page .flow-unit__item .flow-ttl small {
  font-size: 1.4rem;
}
.lower-page .flow-unit__item:nth-of-type(1):before {
  background: #B99136;
}
.lower-page .flow-unit__item:nth-of-type(1) .flow-num {
  background: #759293;
}
.lower-page .flow-unit__item:nth-of-type(2):before {
  background: #C6643A;
}
.lower-page .flow-unit__item:nth-of-type(2) .flow-num {
  background: #B99136;
}
.lower-page .flow-unit__item:nth-of-type(3):before {
  background: #506255;
}
.lower-page .flow-unit__item:nth-of-type(3) .flow-num {
  background: #C6643A;
}
.lower-page .flow-unit__item:nth-of-type(4):before {
  background: #9C7399;
}
.lower-page .flow-unit__item:nth-of-type(4) .flow-num {
  background: #506255;
}
.lower-page .flow-unit__item:nth-of-type(5):before {
  background: #9B5A3A;
}
.lower-page .flow-unit__item:nth-of-type(5) .flow-num {
  background: #9C7399;
}
.lower-page .flow-unit__item:nth-of-type(6) .flow-num {
  background: #9B5A3A;
}
.lower-page .flow-unit__item:last-child:before {
  content: none !important;
}

.bg-beg {
  position: relative;
  padding-top: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .bg-beg {
    padding-top: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .bg-beg {
    padding-top: calc(8px * 13 * 0.5);
  }
}
.bg-beg {
  padding-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .bg-beg {
    padding-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .bg-beg {
    padding-bottom: calc(8px * 13 * 0.5);
  }
}
.bg-beg {
  z-index: 0;
}
.bg-beg:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/itreat_base/dist/img/common/bg-beg.jpg") center/auto repeat;
}
.bg-beg.--on-head:before {
  height: calc(100% - 142px);
}
@media screen and (max-width: 959px) {
  .bg-beg.--on-head:before {
    height: calc(100% - 109px);
  }
}
@media screen and (max-width: 767px) {
  .bg-beg.--on-head:before {
    height: calc(100% - 103px);
  }
}
@media screen and (max-width: 519px) {
  .bg-beg.--on-head:before {
    height: calc(100% - 70px);
  }
}
.bg-beg .headline__sub {
  text-shadow: 8px 8px #F8F7F4;
}
@media screen and (max-width: 959px) {
  .bg-beg .headline__sub {
    text-shadow: 6px 6px #F8F7F4;
  }
}
@media screen and (max-width: 519px) {
  .bg-beg .headline__sub {
    text-shadow: 4px 4px #F8F7F4;
  }
}
.bg-beg .headline__sub:before {
  background: #F5F1EB;
}
.bg-beg .headline__main:before {
  background: #F5F1EB !important;
}

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

.catch-txt {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .catch-txt {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .catch-txt {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.catch-txt {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .catch-txt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .catch-txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .catch-txt {
    font-size: 1.8rem;
  }
}

.lead-txt {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .lead-txt {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 519px) {
  .lead-txt {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.lead-txt.--center {
  text-align: center;
}
.lead-txt.--right {
  text-align: right;
}

.link-txt {
  text-decoration: underline;
}
.link-txt:hover {
  text-decoration: none;
}

.note-txt {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
.note-txt::before {
  content: "※";
  color: #C6643A;
}

.fc-red {
  color: #C6643A;
}

.fc-l-bgn {
  color: #76B0B2;
}

.fc-bgn {
  color: #759293;
}

.fc-grn {
  color: #506255;
}

.fc-yel {
  color: #F5CF78;
}

.fc-beg {
  color: #F8F7F4;
}

.fc-brn {
  color: #B99136;
}

.fc-d-brn {
  color: #9B5A3A;
}

.fc-vio {
  color: #9C7399;
}

.fc-blk {
  color: #2D3134;
}

.fc-wht {
  color: #ffffff;
}

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

.fc-gry {
  color: #818385;
}

.fc-d-gry {
  color: #9A9C9E;
}

.list__item {
  position: relative;
  padding-left: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .list__item {
    padding-left: 12px;
  }
}
.list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}
.list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .list__item::before {
    top: 7px;
    width: 6px;
    height: 6px;
  }
}

.list.--red .list__item::before {
  background-color: #C6643A;
}

.list.--l-bgn .list__item::before {
  background-color: #76B0B2;
}

.list.--bgn .list__item::before {
  background-color: #759293;
}

.list.--grn .list__item::before {
  background-color: #506255;
}

.list.--yel .list__item::before {
  background-color: #F5CF78;
}

.list.--beg .list__item::before {
  background-color: #F8F7F4;
}

.list.--brn .list__item::before {
  background-color: #B99136;
}

.list.--d-brn .list__item::before {
  background-color: #9B5A3A;
}

.list.--vio .list__item::before {
  background-color: #9C7399;
}

.list.--blk .list__item::before {
  background-color: #2D3134;
}

.list.--wht .list__item::before {
  background-color: #ffffff;
}

.list.--l-gry .list__item::before {
  background-color: #BFBFBF;
}

.list.--gry .list__item::before {
  background-color: #818385;
}

.list.--d-gry .list__item::before {
  background-color: #9A9C9E;
}

.num-list {
  counter-reset: list-num;
}
.num-list__item {
  margin-left: 1em;
  text-indent: -1em;
}
.num-list__item::before {
  counter-increment: list-num;
  content: counter(list-num) ".";
}
.num-list.--level2 .num-list__item {
  position: relative;
  margin-left: 0;
  padding-left: 26px;
  text-indent: 0;
}
.num-list.--level2 .num-list__item::before {
  content: counter(list-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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 4px;
  left: 0;
  width: 22px;
  height: 22px;
  padding-bottom: 1px;
  line-height: 1;
  border: solid 1px #2D3134;
  border-radius: 50%;
  font-size: 1.4rem;
}

.num-list.--red .num-list__item::before {
  color: #C6643A;
}

.num-list.--l-bgn .num-list__item::before {
  color: #76B0B2;
}

.num-list.--bgn .num-list__item::before {
  color: #759293;
}

.num-list.--grn .num-list__item::before {
  color: #506255;
}

.num-list.--yel .num-list__item::before {
  color: #F5CF78;
}

.num-list.--beg .num-list__item::before {
  color: #F8F7F4;
}

.num-list.--brn .num-list__item::before {
  color: #B99136;
}

.num-list.--d-brn .num-list__item::before {
  color: #9B5A3A;
}

.num-list.--vio .num-list__item::before {
  color: #9C7399;
}

.num-list.--blk .num-list__item::before {
  color: #2D3134;
}

.num-list.--wht .num-list__item::before {
  color: #ffffff;
}

.num-list.--l-gry .num-list__item::before {
  color: #BFBFBF;
}

.num-list.--gry .num-list__item::before {
  color: #818385;
}

.num-list.--d-gry .num-list__item::before {
  color: #9A9C9E;
}

.note-list__item {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
.note-list__item::before {
  content: "※";
  color: #C6643A;
}

.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;
  gap: 24px;
}
.btn.--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn.--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.btn a {
  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;
  padding-bottom: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 1.4rem;
  border-bottom: 1px solid #2D3134;
  line-height: 1.4;
}
.btn a span {
  position: relative;
  padding-right: 28px;
}
.btn a span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #9B5A3A;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 959px) {
  .btn a span:before {
    width: 16px;
  }
}
@media screen and (max-width: 519px) {
  .btn a span:before {
    width: 12px;
  }
}
.btn a:hover {
  border-bottom: 1px solid transparent;
}
.btn a:hover span:before {
  -webkit-transform: translateY(-50%) translateX(2px);
  transform: translateY(-50%) translateX(2px);
}
.btn.--wht a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.btn.--wht a span:before {
  background: #ffffff;
}
.btn.--wht a:hover {
  border-bottom: 1px solid transparent;
}

.btn-round {
  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;
  gap: 24px;
}
@media screen and (max-width: 959px) {
  .btn-round {
    gap: 16px;
  }
}
.btn-round.--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-round.--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.btn-round a {
  position: relative;
  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: 400px;
  min-height: 48px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 56px;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .btn-round a {
    min-height: 40px;
  }
}
.btn-round a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 959px) {
  .btn-round a:before {
    width: 16px;
  }
}
@media screen and (max-width: 519px) {
  .btn-round a:before {
    width: 12px;
  }
}
.btn-round.--red a {
  border: 1px solid #C6643A;
  background: #C6643A;
}
.btn-round.--red a:hover {
  background: transparent;
  color: #C6643A;
}
.btn-round.--red a:hover:before {
  background: #C6643A;
}
.btn-round.--l-bgn a {
  border: 1px solid #76B0B2;
  background: #76B0B2;
}
.btn-round.--l-bgn a:hover {
  background: transparent;
  color: #76B0B2;
}
.btn-round.--l-bgn a:hover:before {
  background: #76B0B2;
}
.btn-round.--bgn a {
  border: 1px solid #759293;
  background: #759293;
}
.btn-round.--bgn a:hover {
  background: transparent;
  color: #759293;
}
.btn-round.--bgn a:hover:before {
  background: #759293;
}
.btn-round.--grn a {
  border: 1px solid #506255;
  background: #506255;
}
.btn-round.--grn a:hover {
  background: transparent;
  color: #506255;
}
.btn-round.--grn a:hover:before {
  background: #506255;
}
.btn-round.--yel a {
  border: 1px solid #F5CF78;
  background: #F5CF78;
}
.btn-round.--yel a:hover {
  background: transparent;
  color: #F5CF78;
}
.btn-round.--yel a:hover:before {
  background: #F5CF78;
}
.btn-round.--beg a {
  border: 1px solid #F8F7F4;
  background: #F8F7F4;
}
.btn-round.--beg a:hover {
  background: transparent;
  color: #F8F7F4;
}
.btn-round.--beg a:hover:before {
  background: #F8F7F4;
}
.btn-round.--brn a {
  border: 1px solid #B99136;
  background: #B99136;
}
.btn-round.--brn a:hover {
  background: transparent;
  color: #B99136;
}
.btn-round.--brn a:hover:before {
  background: #B99136;
}
.btn-round.--d-brn a {
  border: 1px solid #9B5A3A;
  background: #9B5A3A;
}
.btn-round.--d-brn a:hover {
  background: transparent;
  color: #9B5A3A;
}
.btn-round.--d-brn a:hover:before {
  background: #9B5A3A;
}
.btn-round.--vio a {
  border: 1px solid #9C7399;
  background: #9C7399;
}
.btn-round.--vio a:hover {
  background: transparent;
  color: #9C7399;
}
.btn-round.--vio a:hover:before {
  background: #9C7399;
}
.btn-round.--blk a {
  border: 1px solid #2D3134;
  background: #2D3134;
}
.btn-round.--blk a:hover {
  background: transparent;
  color: #2D3134;
}
.btn-round.--blk a:hover:before {
  background: #2D3134;
}
.btn-round.--wht a {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.btn-round.--wht a:hover {
  background: transparent;
  color: #ffffff;
}
.btn-round.--wht a:hover:before {
  background: #ffffff;
}
.btn-round.--l-gry a {
  border: 1px solid #BFBFBF;
  background: #BFBFBF;
}
.btn-round.--l-gry a:hover {
  background: transparent;
  color: #BFBFBF;
}
.btn-round.--l-gry a:hover:before {
  background: #BFBFBF;
}
.btn-round.--gry a {
  border: 1px solid #818385;
  background: #818385;
}
.btn-round.--gry a:hover {
  background: transparent;
  color: #818385;
}
.btn-round.--gry a:hover:before {
  background: #818385;
}
.btn-round.--d-gry a {
  border: 1px solid #9A9C9E;
  background: #9A9C9E;
}
.btn-round.--d-gry a:hover {
  background: transparent;
  color: #9A9C9E;
}
.btn-round.--d-gry a:hover:before {
  background: #9A9C9E;
}
.btn-round.--border.--red a {
  border: 1px solid #C6643A;
  background: transparent;
  color: #C6643A;
}
.btn-round.--border.--red a:before {
  background: #C6643A;
}
.btn-round.--border.--red a:hover {
  background: #C6643A;
  color: #ffffff;
}
.btn-round.--border.--red a:hover:before {
  background: #ffffff;
}
.btn-round.--border.--l-bgn a {
  border: 1px solid #76B0B2;
  background: transparent;
  color: #76B0B2;
}
.btn-round.--border.--l-bgn a:before {
  background: #76B0B2;
}
.btn-round.--border.--l-bgn a:hover {
  background: #76B0B2;
  color: #ffffff;
}
.btn-round.--border.--l-bgn a:hover:before {
  background: #ffffff;
}
.btn-round.--border.--bgn a {
  border: 1px solid #759293;
  background: transparent;
  color: #759293;
}
.btn-round.--border.--bgn a:before {
  background: #759293;
}
.btn-round.--border.--bgn a:hover {
  background: #759293;
  color: #ffffff;
}
.btn-round.--border.--bgn a:hover:before {
  background: #ffffff;
}
.btn-round.--border.--grn a {
  border: 1px solid #506255;
  background: transparent;
  color: #506255;
}
.btn-round.--border.--grn a:before {
  background: #506255;
}
.btn-round.--border.--grn a:hover {
  background: #506255;
  color: #ffffff;
}
.btn-round.--border.--grn a:hover:before {
  background: #ffffff;
}
.btn-round.--border.--yel a {
  border: 1px solid #F5CF78;
  background: transparent;
  color: #F5CF78;
}
.btn-round.--border.--yel a:before {
  background: #F5CF78;
}
.btn-round.--border.--yel a:hover {
  background: #F5CF78;
  color: #ffffff;
}
.btn-round.--border.--yel a:hover:before {
  background: #ffffff;
}
.btn-round.--border.--beg a {
  border: 1px solid #F8F7F4;
  background: transparent;
  color: #F8F7F4;
}
.btn-round.--border.--beg a:before {
  background: #F8F7F4;
}
.btn-round.--border.--beg a:hover {
  background: #F8F7F4;
  color: #ffffff;
}
.btn-round.--border.--beg a:hover:before {
  background: #ffffff;
}
.btn-round.--border.--brn a {
  border: 1px solid #B99136;
  background: transparent;
  color: #B99136;
}
.btn-round.--border.--brn a:before {
  background: #B99136;
}
.btn-round.--border.--brn a:hover {
  background: #B99136;
  color: #ffffff;
}
.btn-round.--border.--brn a:hover:before {
  background: #ffffff;
}
.btn-round.--border.--d-brn a {
  border: 1px solid #9B5A3A;
  background: transparent;
  color: #9B5A3A;
}
.btn-round.--border.--d-brn a:before {
  background: #9B5A3A;
}
.btn-round.--border.--d-brn a:hover {
  background: #9B5A3A;
  color: #ffffff;
}
.btn-round.--border.--d-brn a:hover:before {
  background: #ffffff;
}
.btn-round.--border.--vio a {
  border: 1px solid #9C7399;
  background: transparent;
  color: #9C7399;
}
.btn-round.--border.--vio a:before {
  background: #9C7399;
}
.btn-round.--border.--vio a:hover {
  background: #9C7399;
  color: #ffffff;
}
.btn-round.--border.--vio a:hover:before {
  background: #ffffff;
}
.btn-round.--border.--blk a {
  border: 1px solid #2D3134;
  background: transparent;
  color: #2D3134;
}
.btn-round.--border.--blk a:before {
  background: #2D3134;
}
.btn-round.--border.--blk a:hover {
  background: #2D3134;
  color: #ffffff;
}
.btn-round.--border.--blk a:hover:before {
  background: #ffffff;
}
.btn-round.--border.--wht a {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}
.btn-round.--border.--wht a:before {
  background: #ffffff;
}
.btn-round.--border.--wht a:hover {
  background: #ffffff;
  color: #ffffff;
}
.btn-round.--border.--wht a:hover:before {
  background: #ffffff;
}
.btn-round.--border.--l-gry a {
  border: 1px solid #BFBFBF;
  background: transparent;
  color: #BFBFBF;
}
.btn-round.--border.--l-gry a:before {
  background: #BFBFBF;
}
.btn-round.--border.--l-gry a:hover {
  background: #BFBFBF;
  color: #ffffff;
}
.btn-round.--border.--l-gry a:hover:before {
  background: #ffffff;
}
.btn-round.--border.--gry a {
  border: 1px solid #818385;
  background: transparent;
  color: #818385;
}
.btn-round.--border.--gry a:before {
  background: #818385;
}
.btn-round.--border.--gry a:hover {
  background: #818385;
  color: #ffffff;
}
.btn-round.--border.--gry a:hover:before {
  background: #ffffff;
}
.btn-round.--border.--d-gry a {
  border: 1px solid #9A9C9E;
  background: transparent;
  color: #9A9C9E;
}
.btn-round.--border.--d-gry a:before {
  background: #9A9C9E;
}
.btn-round.--border.--d-gry a:hover {
  background: #9A9C9E;
  color: #ffffff;
}
.btn-round.--border.--d-gry a:hover:before {
  background: #ffffff;
}

.tbl table {
  width: 100%;
  border-top: solid 4px #F8F7F4;
  border-left: solid 4px #F8F7F4;
}
.tbl table thead tr th {
  padding: 24px;
  background: #2D3134;
  border-right: solid 4px #F8F7F4;
  border-bottom: solid 4px #F8F7F4;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .tbl table thead tr th {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .tbl table thead tr th {
    padding: 12px;
  }
}
@media screen and (max-width: 519px) {
  .tbl table thead tr th {
    font-size: 1.2rem;
  }
}
.tbl table thead tr th.red {
  background: #C6643A;
}
.tbl table thead tr th.l-bgn {
  background: #76B0B2;
}
.tbl table thead tr th.bgn {
  background: #759293;
}
.tbl table thead tr th.grn {
  background: #506255;
}
.tbl table thead tr th.yel {
  background: #F5CF78;
}
.tbl table thead tr th.beg {
  background: #F8F7F4;
}
.tbl table thead tr th.brn {
  background: #B99136;
}
.tbl table thead tr th.d-brn {
  background: #9B5A3A;
}
.tbl table thead tr th.vio {
  background: #9C7399;
}
.tbl table thead tr th.blk {
  background: #2D3134;
}
.tbl table thead tr th.wht {
  background: #ffffff;
}
.tbl table thead tr th.l-gry {
  background: #BFBFBF;
}
.tbl table thead tr th.gry {
  background: #818385;
}
.tbl table thead tr th.d-gry {
  background: #9A9C9E;
}
.tbl table tbody tr th,
.tbl table tbody tr td {
  vertical-align: middle;
  padding: 24px;
  border-right: solid 4px #F8F7F4;
  border-bottom: solid 4px #F8F7F4;
  background: #ffffff;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    padding: 12px;
  }
}
@media screen and (max-width: 519px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    font-size: 1.2rem;
  }
}
.tbl table tbody tr td em {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 959px) {
  .tbl table tbody tr td em {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tbl table tbody tr td em {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .tbl table tbody tr td em {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .tbl table tbody tr td::before {
    margin-bottom: 8px;
    content: attr(tbl-data);
    display: block;
    color: #2D3134;
  }
}
@media screen and (max-width: 959px) {
  .tbl.--scroll {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.tbl.--fixed table {
  table-layout: fixed;
}
@media screen and (max-width: 959px) {
  .tbl.--fixed table {
    table-layout: auto;
  }
}

.frame {
  position: relative;
  padding: 64px 56px;
  background: #ffffff;
}
@media screen and (max-width: 959px) {
  .frame {
    padding: 48px 40px;
  }
}
@media screen and (max-width: 767px) {
  .frame {
    padding: 40px 32px;
  }
}
@media screen and (max-width: 519px) {
  .frame {
    padding: 32px 24px;
  }
}
.frame:before, .frame:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 8px);
  height: 1px;
  background: rgba(155, 90, 58, 0.24);
}
@media screen and (max-width: 519px) {
  .frame:before, .frame:after {
    width: calc(100% - 8px);
  }
}
.frame:before {
  top: 8px;
}
@media screen and (max-width: 519px) {
  .frame:before {
    top: 4px;
  }
}
.frame:after {
  bottom: 8px;
}
@media screen and (max-width: 519px) {
  .frame:after {
    bottom: 4px;
  }
}
.frame.--narrow {
  padding: 48px 40px;
}
@media screen and (max-width: 959px) {
  .frame.--narrow {
    padding: 40px 32px;
  }
}
@media screen and (max-width: 767px) {
  .frame.--narrow {
    padding: 32px 24px;
  }
}

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

.writer {
  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;
  padding: 20px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .writer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .writer .writer-vsl {
    margin-inline: auto;
    margin-bottom: 18px;
  }
}
.writer .writer-vsl img {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
}
.writer .writer-dtl {
  width: calc(100% - 164px);
}
@media screen and (max-width: 767px) {
  .writer .writer-dtl {
    width: 100%;
  }
}
.writer .writer-dtl__ttl {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 8px;
  background: #759293;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .writer .writer-dtl__ttl {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
  }
}
.writer .writer-dtl .writer-info {
  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;
  gap: 12px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .writer .writer-dtl .writer-info {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.writer .writer-dtl .writer-info__name {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .writer .writer-dtl .writer-info__name {
    font-size: 1.8rem;
  }
}
.writer .writer-dtl .writer-info__company {
  color: #818385;
  font-size: 1.4rem;
}
.writer .writer-dtl__txt {
  font-size: 1.4rem;
}
/*# sourceMappingURL=../../maps/common/main.css.map */
