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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

html,
body {
  width: 100%;
  height: 100%;
  color: #132B69;
  background: #F6FBFF;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}

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

body.--active {
  overflow: hidden;
  height: 100%;
}

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: #132B69;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

a:hover, a:active, a:visited {
  color: #132B69;
}

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

.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.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

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

[anime*="scale"].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -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.5s;
  animation-duration: 0.5s;
  -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.5s;
  animation-duration: 0.5s;
  -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.5s;
  animation-duration: 0.5s;
  -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.5s;
  animation-duration: 0.5s;
  -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.5s;
  animation-duration: 0.5s;
  -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.5s;
  animation-duration: 0.5s;
  -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.5s;
  animation-duration: 0.5s;
  -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.5s;
  animation-duration: 0.5s;
  -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.5s;
  animation-duration: 0.5s;
  -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.5s;
  animation-duration: 0.5s;
  -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.5s;
  animation-duration: 0.5s;
  -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.5s;
  animation-duration: 0.5s;
  -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.5s;
  animation-duration: 0.5s;
  -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.5s;
  animation-duration: 0.5s;
  -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.5s;
  animation-duration: 0.5s;
  -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.5s;
  animation-duration: 0.5s;
  -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.5s;
  animation-duration: 0.5s;
  -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.5s;
  animation-duration: 0.5s;
  -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.5s;
  animation-duration: 0.5s;
  -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.5s;
  animation-duration: 0.5s;
  -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.5s;
  animation-duration: 0.5s;
  -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*="catch-focus"].is-animated {
  -webkit-animation-name: catch-focus;
  animation-name: catch-focus;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -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 catch-focus {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes catch-focus {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

[anime*="reveal-txt"].is-animated {
  -webkit-animation-name: reveal-txt;
  animation-name: reveal-txt;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -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;
  clip-path: inset(0 100% 0 0);
}

@-webkit-keyframes reveal-txt {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes reveal-txt {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

[anime*="reveal-txt"].is-animated {
  -webkit-animation-name: reveal-txt;
  animation-name: reveal-txt;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -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;
  clip-path: inset(0 100% 0 0);
}

@keyframes reveal-txt {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

[anime*="roll"] {
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -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);
}

.header {
  position: relative;
}

.header__wrap {
  z-index: 2;
  padding: 0 224px 0 0;
}

@media screen and (max-width: 959px) {
  .header__wrap {
    padding: 0;
  }
}

.header .header-unit {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc(100% - 228px);
  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;
  z-index: 999;
}

@media screen and (max-width: 959px) {
  .header .header-unit {
    width: calc(100% - 64px);
  }
}

@media screen and (max-width: 767px) {
  .header .header-unit {
    width: calc(100% - 56px);
  }
}

.header .header-unit__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: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.header .header-unit__ttl {
  background: #F3FAFF;
}

.header .header-sitettl {
  font-size: 1rem;
}

.header .header-logo {
  padding: 24px 32px;
}

@media screen and (max-width: 959px) {
  .header .header-logo {
    padding: 8px 16px;
    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;
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .header .header-logo {
    padding: 8px 12px;
    height: 56px;
  }
}

.header .header-logo img {
  max-width: 260px;
}

@media screen and (max-width: 959px) {
  .header .header-logo img {
    max-width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .header .header-logo img {
    max-width: 140px;
  }
}

.header .header-add {
  position: relative;
  margin: 16px 0 0;
  padding: 0 0 0 36px;
  line-height: 1.4;
  font-size: 1.3rem;
  font-family: "Zen Old Mincho", serif;
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .header .header-add {
    display: none;
  }
}

.header .header-add::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 28px;
  aspect-ratio: 18/21;
  -webkit-mask-image: url("/allon4/wp-content/themes/itreat_base/dist/img/icon/address.svg");
  mask-image: url("/allon4/wp-content/themes/itreat_base/dist/img/icon/address.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
}

.header .header-contact {
  position: fixed;
  top: 0;
  right: 64px;
  width: 144px;
  height: 64px;
  z-index: 9990;
}

.header .header-contact__en {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.4;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.08em;
}

.header .header-contact__en span {
  position: relative;
  padding: 0 24px 0 0;
}

.header .header-contact__en span::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  right: 0;
  -webkit-mask-image: url("/allon4/wp-content/themes/itreat_base/dist/img/icon/mail-ico.svg");
  mask-image: url("/allon4/wp-content/themes/itreat_base/dist/img/icon/mail-ico.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
}

.header .header-contact__ja {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
}

.header .header-contact a {
  display: block;
  padding: 12px 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#BBA759), to(#9B821E));
  background: linear-gradient(to right, #BBA759, #9B821E);
  text-align: center;
}

.header .gnav {
  margin: 40px 0 0 0;
}

.drawer {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  z-index: 9999;
}

.drawer .drawer-switch {
  display: none;
}

.drawer-hamburger {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 64px;
  height: 64px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .drawer-hamburger {
    width: 56px;
    height: 56px;
  }
}

.drawer-hamburger::before {
  position: relative;
  z-index: 1;
  content: 'MENU';
  display: block;
  top: 38px;
  width: 100%;
  color: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-size: 1rem;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .drawer-hamburger::before {
    top: 32px;
  }
}

.drawer-hamburger::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#2F4786), to(#47A3DB));
  background: linear-gradient(to bottom, #2F4786, #47A3DB);
  mix-blend-mode: multiply;
  z-index: 0;
}

.drawer-hamburger__line {
  display: block;
  position: relative;
  top: 9px;
  z-index: 1;
  width: 20px;
  height: 1px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .drawer-hamburger__line {
    top: 5px;
    width: 18px;
  }
}

.drawer-hamburger__line::before, .drawer-hamburger__line::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.drawer-hamburger__line::before {
  top: -4px;
}

.drawer-hamburger__line::after {
  top: 4px;
}

.drawer-switch:checked ~ .drawer-hamburger .drawer-hamburger__line {
  background: transparent;
}

.drawer-switch:checked ~ .drawer-hamburger .drawer-hamburger__line::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-switch:checked ~ .drawer-hamburger .drawer-hamburger__line::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.drawer-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100%;
  height: 100%;
  background: #132B69;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.drawer-switch:checked ~ .drawer-overlay {
  opacity: 0.8;
  visibility: visible;
}

.drawer-content {
  overflow: auto;
  position: fixed;
  visibility: hidden;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(100% - 280px);
  max-width: 640px;
  height: auto;
  max-height: calc(100% - 72px);
  background: #ffffff;
  padding: 64px;
  overflow: auto;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 9998;
}

@media screen and (max-width: 767px) {
  .drawer-content {
    padding: 80px 40px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}

@media screen and (max-width: 519px) {
  .drawer-content {
    padding: 80px 16px;
  }
}

.drawer-switch:checked ~ .drawer-content {
  visibility: visible;
  opacity: 1;
}

.drawer-content .drawer-logo {
  margin: 0 auto 24px auto;
  max-width: 240px;
}

.drawer-content .drawer-menu {
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 16px;
}

.drawer-content .drawer-menu__item {
  position: relative;
  border-bottom: 1px solid #EBEBEB;
}

.drawer-content .drawer-menu__item:nth-last-of-type(1) {
  border-bottom: none;
}

.drawer-content .drawer-menu__item a {
  display: block;
  padding: 16px 0;
}

.drawer-content .drawer-menu__item a .menu-main {
  position: relative;
  display: block;
  font-size: 2.4rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, left bottom, from(#2F4786), to(#47A3DB));
  background: linear-gradient(180deg, #2F4786 0%, #47A3DB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@media screen and (max-width: 959px) {
  .drawer-content .drawer-menu__item a .menu-main {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-menu__item a .menu-main {
    display: block;
    font-size: 1.8rem;
  }
}

.drawer-content .drawer-menu__item a .menu-sub {
  display: block;
  text-transform: uppercase;
  color: #2F4786;
  font-size: 1.4rem;
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-menu__item a .menu-sub {
    padding-left: 0;
  }
}

.drawer-content .cta-web,
.drawer-content .cta-tel {
  width: 100%;
  max-width: 360px;
  height: 80px;
}

@media screen and (max-width: 767px) {
  .drawer-content .cta-web,
  .drawer-content .cta-tel {
    max-width: 100%;
    height: 72px;
  }
}

.drawer-content .cta-web {
  position: relative;
  margin: 0 auto;
  padding: 12px;
  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;
  background: -webkit-gradient(linear, left top, right top, from(#BBA759), to(#9B821E));
  background: linear-gradient(to right, #BBA759, #9B821E);
}

.drawer-content .cta-web::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 11px solid #ffffff;
  border-right: 0;
}

@media screen and (max-width: 767px) {
  .drawer-content .cta-web::before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ffffff;
  }
}

.drawer-content .cta-web__en {
  width: 100%;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .drawer-content .cta-web__en {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .drawer-content .cta-web__en {
    font-size: 2.4rem;
  }
}

.drawer-content .cta-web__ja {
  position: relative;
  padding-left: 28px;
  padding-bottom: 4px;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .drawer-content .cta-web__ja {
    padding-left: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 519px) {
  .drawer-content .cta-web__ja {
    font-size: 1.5rem;
  }
}

.drawer-content .cta-web__ja::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("/allon4/wp-content/themes/itreat_base/dist/img/icon/mail-ico.svg");
  mask-image: url("/allon4/wp-content/themes/itreat_base/dist/img/icon/mail-ico.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: 767px) {
  .drawer-content .cta-web__ja::before {
    width: 20px;
    height: 20px;
  }
}

.footer {
  background: #E8F0F9;
}

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

@media screen and (max-width: 959px) {
  .footer .footer-unit {
    display: block;
    padding: 60px 0;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-unit {
    padding: 40px 0;
  }
}

.footer .footer-unit__info {
  max-width: 300px;
}

@media screen and (max-width: 959px) {
  .footer .footer-unit__info {
    margin-bottom: 24px;
    max-width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .footer .footer-unit__info .footer-add {
    text-align: center;
  }
}

.footer .footer-unit__info .footer-add dt,
.footer .footer-unit__info .footer-add dd {
  line-height: 1.4;
}

.footer .footer-unit__info .footer-add dt {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #2F4786;
}

@media screen and (max-width: 959px) {
  .footer .footer-unit__info .footer-add dt {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}

.footer .footer-unit__info .footer-add dd {
  font-size: 1.2rem;
}

.footer .footer-unit__hours {
  width: 100%;
  max-width: 610px;
}

@media screen and (max-width: 1279px) {
  .footer .footer-unit__hours {
    max-width: 520px;
  }
}

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

.footer .hours-txt {
  position: relative;
  padding-left: 24px;
}

@media screen and (max-width: 959px) {
  .footer .hours-txt {
    padding-left: 20px;
  }
}

.footer .hours-txt .triangle {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
}

.footer .hours-txt .triangle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 14px solid #132B69;
  border-top: 0;
}

@media screen and (max-width: 959px) {
  .footer .hours-txt .triangle:before {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 10px solid #132B69;
  }
}

.footer .footer-hotline__clinic, .footer .footer-hotline__implant {
  width: 100%;
  height: 64px;
}

@media screen and (max-width: 959px) {
  .footer .footer-hotline__clinic, .footer .footer-hotline__implant {
    margin: 0 auto;
    max-width: 400px;
    height: 56px;
  }
}

.footer .footer-hotline__clinic {
  margin-bottom: 12px;
  position: relative;
  padding: 16px;
  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;
  background: -webkit-gradient(linear, left top, right top, from(#2F4786), to(#47A3DB));
  background: linear-gradient(to right, #2F4786, #47A3DB);
}

@media screen and (max-width: 959px) {
  .footer .footer-hotline__clinic {
    margin-bottom: 8px;
    padding: 12px;
  }
}

.footer .footer-hotline__clinic::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff;
  border-right: 0;
}

.footer .footer-hotline__clinic .hotline-en {
  width: 100%;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1;
}

.footer .footer-hotline__clinic .hotline-ja {
  position: relative;
  padding-bottom: 4px;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .footer .footer-hotline__clinic .hotline-ja {
    font-size: 1.5rem;
  }
}

.footer .footer-hotline__implant {
  position: relative;
  padding: 16px;
  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;
  background: -webkit-gradient(linear, left top, right top, from(#9B821E), to(#BBA759));
  background: linear-gradient(to right, #9B821E, #BBA759);
}

@media screen and (max-width: 959px) {
  .footer .footer-hotline__implant {
    padding: 12px;
  }
}

.footer .footer-hotline__implant::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff;
  border-right: 0;
}

.footer .footer-hotline__implant .hotline-en {
  width: 100%;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1;
}

.footer .footer-hotline__implant .hotline-ja {
  position: relative;
  padding-bottom: 4px;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .footer .footer-hotline__implant .hotline-ja {
    font-size: 1.5rem;
  }
}

.footer .footer-logo {
  max-width: 260px;
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .footer .footer-logo {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-logo {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .footer .footer-logo {
    max-width: 240px;
    margin: 0 auto;
    margin-bottom: calc(8px * 3);
  }
}

@media screen and (max-width: 959px) and (max-width: 959px) {
  .footer .footer-logo {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 959px) and (max-width: 519px) {
  .footer .footer-logo {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-logo {
    max-width: 200px;
  }
}

.footer .copy {
  padding: 12px 16px;
  color: #ffffff;
  background: #2F4786;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .footer .copy {
    padding: 8px 12px;
    font-size: 1rem;
  }
}

.footer .copy .copy-poweredby {
  display: inline-block;
  width: 45px;
  height: 10px;
  margin-left: 4px;
  vertical-align: baseline;
}

.footer .footer-gmap iframe {
  width: 100%;
  height: 640px;
}

@media screen and (max-width: 959px) {
  .footer .footer-gmap iframe {
    height: 560px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-gmap iframe {
    height: 480px;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-gmap iframe {
    height: 400px;
  }
}

.float-foot {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 999;
}

@media screen and (max-width: 959px) {
  .float-foot {
    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;
  }
}

.float-foot .float-contact {
  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: 50%;
  height: 64px;
  color: #fff;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  background: -webkit-gradient(linear, left top, right top, from(#BBA759), to(#9B821E));
  background: linear-gradient(to right, #BBA759, #9B821E);
  line-height: 1.2;
}

@media screen and (max-width: 959px) {
  .float-foot .float-contact {
    padding: 8px;
  }
}

@media screen and (max-width: 519px) {
  .float-foot .float-contact {
    height: 56px;
  }
}

.float-foot .float-contact__main {
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 519px) {
  .float-foot .float-contact__main {
    font-size: 1.5rem;
  }
}

.float-foot .float-contact__sub {
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 519px) {
  .float-foot .float-contact__sub {
    font-size: 1.2rem;
  }
}

.float-foot .float-contact__sub:before, .float-foot .float-contact__sub:after {
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(50% - 72px);
  height: 1px;
  background: #ffffff;
}

@media screen and (max-width: 519px) {
  .float-foot .float-contact__sub:before, .float-foot .float-contact__sub:after {
    width: calc(50% - 62px);
  }
}

.float-foot .float-contact__sub:before {
  position: absolute;
  top: 50%;
  left: 0;
}

.float-foot .float-contact__sub::after {
  position: absolute;
  top: 50%;
  right: 0;
}

.float-foot .float-contact__sub span {
  position: relative;
  padding: 0 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

@media screen and (max-width: 519px) {
  .float-foot .float-contact__sub span {
    font-size: 1.2rem;
  }
}

.float-foot .float-tel {
  position: relative;
  width: 50%;
  height: 64px;
  background: -webkit-gradient(linear, left top, right top, from(#2F4786), to(#47A3DB));
  background: linear-gradient(to right, #2F4786, #47A3DB);
}

@media screen and (max-width: 519px) {
  .float-foot .float-tel {
    height: 56px;
  }
}

.float-foot .float-tel__num {
  padding-top: 5px;
  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;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  color: #ffffff;
  line-height: 1;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .float-foot .float-tel__num {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .float-foot .float-tel__num {
    font-size: 2rem;
  }
}

.float-foot .float-tel__num span {
  position: relative;
  padding-left: 28px;
  padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .float-foot .float-tel__num span {
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .float-foot .float-tel__num span {
    padding-left: 20px;
  }
}

.float-foot .float-tel__num span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  -webkit-mask-image: url("/allon4/wp-content/themes/itreat_base/dist/img/icon/tel-ico.svg");
  mask-image: url("/allon4/wp-content/themes/itreat_base/dist/img/icon/tel-ico.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) {
  .float-foot .float-tel__num span::before {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .float-foot .float-tel__num span::before {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 519px) {
  .float-foot .float-tel__num span::before {
    width: 18px;
    height: 18px;
  }
}

.notfound-txt {
  margin-bottom: calc(8px * 3);
  text-align: center;
}

@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-message {
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: calc(8px * 4);
  padding: calc(8px * 4);
  border: solid 1px #B1B1B1;
}

@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);
  }
}

@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);
  }
}

.lower-page {
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 959px) {
  .lower-page {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .lower-page {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.lower-page .hero {
  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: 320px;
  margin-bottom: calc(8px * 10);
  background: #E8F0F9;
}

@media screen and (max-width: 959px) {
  .lower-page .hero {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .lower-page .hero {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .lower-page .hero {
    height: 240px;
  }
}

.lower-page .hero .pagettl {
  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;
}

.lower-page .hero .pagettl__main {
  padding-top: 40px;
  font-size: 3.2rem;
}

@media screen and (max-width: 959px) {
  .lower-page .hero .pagettl__main {
    padding-top: 24px;
    font-size: 2.4rem;
  }
}

.headline {
  margin-bottom: calc(8px * 9);
  text-align: center;
}

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

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

.headline__sub {
  display: block;
  margin-bottom: calc(8px * 3);
  font-family: "Cormorant Garamond", serif;
  font-size: 12rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#2F4786), to(#47A3DB));
  background: linear-gradient(180deg, #2F4786 0%, #47A3DB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: 0.08em;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .headline__sub {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .headline__sub {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .headline__sub {
    font-size: 10.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .headline__sub {
    font-size: 9.6rem;
  }
}

@media screen and (max-width: 959px) {
  .headline__sub {
    font-size: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .headline__sub {
    font-size: 6.4rem;
  }
}

@media screen and (max-width: 519px) {
  .headline__sub {
    font-size: 5.6rem;
  }
}

.headline__main {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .headline__main {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .headline__main {
    font-size: 1.6rem;
  }
}

.headline__main span {
  position: relative;
  padding: 0 64px;
}

@media screen and (max-width: 959px) {
  .headline__main span {
    padding: 0 48px;
  }
}

@media screen and (max-width: 519px) {
  .headline__main span {
    padding: 0 40px;
  }
}

.headline__main span:before, .headline__main span:after {
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  height: 6px;
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/top/headline-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .headline__main span:before, .headline__main span:after {
    width: 40px;
    height: 5px;
  }
}

@media screen and (max-width: 519px) {
  .headline__main span:before, .headline__main span:after {
    width: 32px;
    height: 4px;
  }
}

.headline__main span:before {
  position: absolute;
  top: 55%;
  left: 0;
}

.headline__main span:after {
  position: absolute;
  top: 55%;
  right: 0;
}

.headline.--wht .headline__sub {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.headline.--wht .headline__main {
  color: #ffffff;
}

.headline.--wht .headline__main span:before, .headline.--wht .headline__main span:after {
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/top/headline-deco-wht.svg") center/contain no-repeat;
}

.cta {
  position: relative;
  padding: 120px 0 104px;
  background: #0E3188;
}

@media screen and (max-width: 1279px) {
  .cta {
    padding: 104px 0 96px;
  }
}

@media screen and (max-width: 959px) {
  .cta {
    padding: 80px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .cta {
    padding: 72px 0 72px;
  }
}

@media screen and (max-width: 519px) {
  .cta {
    padding: 56px 0 56px;
  }
}

.cta:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/common/cta-bg.png") center/cover no-repeat;
}

.cta .cta-inner {
  position: relative;
  color: #ffffff;
  z-index: 1;
}

.cta .cta-inner .cta-ttl {
  position: relative;
  margin-bottom: calc(8px * 8);
  font-size: 5.6rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

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

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

@media screen and (max-width: 1279px) {
  .cta .cta-inner .cta-ttl {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 959px) {
  .cta .cta-inner .cta-ttl {
    font-size: 4rem;
  }
}

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

.cta .cta-inner .cta-ttl:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 154px;
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/common/cta-eng.svg") center/contain no-repeat;
}

.cta .cta-inner .cta-lead {
  margin-bottom: 16px;
  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: 12px;
}

.cta .cta-inner .cta-lead span {
  padding: 12px;
  font-size: 2.4rem;
  background: rgba(255, 255, 255, 0.08);
  line-height: 1;
}

@media screen and (max-width: 1279px) {
  .cta .cta-inner .cta-lead span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .cta .cta-inner .cta-lead span {
    padding: 8px;
    gap: 8px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .cta .cta-inner .cta-lead span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .cta .cta-inner .cta-lead span {
    font-size: 1.4rem;
  }
}

.cta .cta-inner .cta-unit {
  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: 32px;
}

@media screen and (max-width: 959px) {
  .cta .cta-inner .cta-unit {
    gap: 16px;
  }
}

.cta .cta-inner .cta-unit .cta-web,
.cta .cta-inner .cta-unit .cta-tel {
  width: 100%;
  max-width: 360px;
  height: 112px;
}

@media screen and (max-width: 959px) {
  .cta .cta-inner .cta-unit .cta-web,
  .cta .cta-inner .cta-unit .cta-tel {
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .cta .cta-inner .cta-unit .cta-web,
  .cta .cta-inner .cta-unit .cta-tel {
    max-width: 100%;
    height: 72px;
  }
}

.cta .cta-inner .cta-unit .cta-web {
  position: relative;
  padding: 16px;
  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;
  background: -webkit-gradient(linear, left top, right top, from(#BBA759), to(#9B821E));
  background: linear-gradient(to right, #BBA759, #9B821E);
}

@media screen and (max-width: 959px) {
  .cta .cta-inner .cta-unit .cta-web {
    padding: 12px;
  }
}

.cta .cta-inner .cta-unit .cta-web::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 11px solid #ffffff;
  border-right: 0;
}

@media screen and (max-width: 767px) {
  .cta .cta-inner .cta-unit .cta-web::before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ffffff;
  }
}

.cta .cta-inner .cta-unit .cta-web__en {
  width: 100%;
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .cta .cta-inner .cta-unit .cta-web__en {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .cta .cta-inner .cta-unit .cta-web__en {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .cta .cta-inner .cta-unit .cta-web__en {
    font-size: 2.4rem;
  }
}

.cta .cta-inner .cta-unit .cta-web__ja {
  position: relative;
  padding-left: 40px;
  padding-bottom: 4px;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .cta .cta-inner .cta-unit .cta-web__ja {
    padding-left: 28px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .cta .cta-inner .cta-unit .cta-web__ja {
    padding-left: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 519px) {
  .cta .cta-inner .cta-unit .cta-web__ja {
    font-size: 1.5rem;
  }
}

.cta .cta-inner .cta-unit .cta-web__ja::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  -webkit-mask-image: url("/allon4/wp-content/themes/itreat_base/dist/img/icon/mail-ico.svg");
  mask-image: url("/allon4/wp-content/themes/itreat_base/dist/img/icon/mail-ico.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 .cta-inner .cta-unit .cta-web__ja::before {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .cta .cta-inner .cta-unit .cta-web__ja::before {
    width: 20px;
    height: 20px;
  }
}

.cta .cta-inner .cta-unit .cta-tel {
  position: relative;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.cta .cta-inner .cta-unit .cta-tel__ja {
  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: 4px 0;
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
}

@media screen and (max-width: 959px) {
  .cta .cta-inner .cta-unit .cta-tel__ja {
    padding: 2px 0;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .cta .cta-inner .cta-unit .cta-tel__ja {
    font-size: 1.5rem;
  }
}

.cta .cta-inner .cta-unit .cta-tel__num {
  padding-top: 5px;
  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;
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .cta .cta-inner .cta-unit .cta-tel__num {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .cta .cta-inner .cta-unit .cta-tel__num {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .cta .cta-inner .cta-unit .cta-tel__num {
    font-size: 2.4rem;
  }
}

.cta .cta-inner .cta-unit .cta-tel__num span {
  position: relative;
  padding-left: 40px;
  padding-bottom: 4px;
}

@media screen and (max-width: 959px) {
  .cta .cta-inner .cta-unit .cta-tel__num span {
    padding-left: 28px;
  }
}

@media screen and (max-width: 767px) {
  .cta .cta-inner .cta-unit .cta-tel__num span {
    padding-left: 24px;
  }
}

.cta .cta-inner .cta-unit .cta-tel__num span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  -webkit-mask-image: url("/allon4/wp-content/themes/itreat_base/dist/img/icon/tel-ico.svg");
  mask-image: url("/allon4/wp-content/themes/itreat_base/dist/img/icon/tel-ico.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 .cta-inner .cta-unit .cta-tel__num span::before {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .cta .cta-inner .cta-unit .cta-tel__num span::before {
    width: 20px;
    height: 20px;
  }
}

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

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

.txt-deco {
  margin: 0 4px;
  padding: 2px 4px;
  background: -webkit-gradient(linear, left top, right top, from(#2F4786), to(#47A3DB));
  background: linear-gradient(to right, #2F4786, #47A3DB);
  color: #ffffff;
}

.txt-deco.--beg {
  background: -webkit-gradient(linear, left top, right top, from(#BBA759), to(#9B821E));
  background: linear-gradient(to right, #BBA759, #9B821E);
}

.txt-deco-blu {
  font-size: 1.8rem;
  color: #2F4786;
  font-weight: bold;
}

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

@media screen and (max-width: 519px) {
  .txt-deco-blu {
    font-size: 1.4rem;
  }
}

.txt-deco-red {
  font-size: 1.8rem;
  color: #CC4615;
  font-weight: bold;
}

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

@media screen and (max-width: 519px) {
  .txt-deco-red {
    font-size: 1.4rem;
  }
}

.txt-deco-aqu {
  font-size: 1.8rem;
  color: #47A3DB;
  font-weight: bold;
}

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

@media screen and (max-width: 519px) {
  .txt-deco-aqu {
    font-size: 1.4rem;
  }
}

.txt-deco-line {
  font-size: 1.8rem;
  color: #2F4786;
  font-weight: bold;
  -webkit-text-decoration: underline solid #BBA759;
  text-decoration: underline solid #BBA759;
  text-underline-offset: 6px;
}

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

@media screen and (max-width: 519px) {
  .txt-deco-line {
    font-size: 1.4rem;
  }
}

.lead-txt {
  font-size: 2rem;
}

.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;
  font-size: 1.4rem;
  line-height: 1.4;
}

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

.fc-red {
  color: #CC4615;
}

.fc-aqu {
  color: #47A3DB;
}

.fc-blu {
  color: #2F4786;
}

.fc-nvy {
  color: #000080;
}

.fc-grn {
  color: #008000;
}

.fc-yel {
  color: #ffff00;
}

.fc-orn {
  color: #ffa500;
}

.fc-beg {
  color: #9B821E;
}

.fc-brn {
  color: #a52a2a;
}

.fc-pnk {
  color: #ffc0cb;
}

.fc-ppl {
  color: #c54ea0;
}

.fc-vio {
  color: #704cbc;
}

.fc-blk {
  color: #132B69;
}

.fc-wht {
  color: #ffffff;
}

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

.fc-gry {
  color: #B1B1B1;
}

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

.list__item {
  position: relative;
  padding-left: 14px;
  line-height: 1.4;
}

.list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 16px;
}

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

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

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

@media screen and (max-width: 959px) {
  .list__item::before {
    top: 7px;
  }
}

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

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

.note-list__item::before {
  content: '※';
}

.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;
  width: 100%;
  max-width: 300px;
  height: 64px;
  background: #132B69;
  border: solid 1px #132B69;
  border-radius: 4px;
  color: #ffffff;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .btn a {
    border-radius: calc(4px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .btn a {
    border-radius: calc(4px * 0.5);
  }
}

.btn a:hover {
  background: #ffffff;
  color: #132B69;
}

.btn a.bc-red {
  background: #CC4615;
}

.btn a.bc-red:hover {
  background: #ffffff;
  color: #CC4615;
}

.btn a.bc-aqu {
  background: #47A3DB;
}

.btn a.bc-aqu:hover {
  background: #ffffff;
  color: #47A3DB;
}

.btn a.bc-blu {
  background: #2F4786;
}

.btn a.bc-blu:hover {
  background: #ffffff;
  color: #2F4786;
}

.btn a.bc-nvy {
  background: #000080;
}

.btn a.bc-nvy:hover {
  background: #ffffff;
  color: #000080;
}

.btn a.bc-grn {
  background: #008000;
}

.btn a.bc-grn:hover {
  background: #ffffff;
  color: #008000;
}

.btn a.bc-yel {
  background: #ffff00;
}

.btn a.bc-yel:hover {
  background: #ffffff;
  color: #ffff00;
}

.btn a.bc-orn {
  background: #ffa500;
}

.btn a.bc-orn:hover {
  background: #ffffff;
  color: #ffa500;
}

.btn a.bc-beg {
  background: #9B821E;
}

.btn a.bc-beg:hover {
  background: #ffffff;
  color: #9B821E;
}

.btn a.bc-brn {
  background: #a52a2a;
}

.btn a.bc-brn:hover {
  background: #ffffff;
  color: #a52a2a;
}

.btn a.bc-pnk {
  background: #ffc0cb;
}

.btn a.bc-pnk:hover {
  background: #ffffff;
  color: #ffc0cb;
}

.btn a.bc-ppl {
  background: #c54ea0;
}

.btn a.bc-ppl:hover {
  background: #ffffff;
  color: #c54ea0;
}

.btn a.bc-vio {
  background: #704cbc;
}

.btn a.bc-vio:hover {
  background: #ffffff;
  color: #704cbc;
}

.btn a.bc-blk {
  background: #132B69;
}

.btn a.bc-blk:hover {
  background: #ffffff;
  color: #132B69;
}

.btn a.bc-wht {
  background: #ffffff;
}

.btn a.bc-wht:hover {
  background: #ffffff;
  color: #ffffff;
}

.btn a.bc-l-gry {
  background: #EBEBEB;
}

.btn a.bc-l-gry:hover {
  background: #ffffff;
  color: #EBEBEB;
}

.btn a.bc-gry {
  background: #B1B1B1;
}

.btn a.bc-gry:hover {
  background: #ffffff;
  color: #B1B1B1;
}

.btn a.bc-d-gry {
  background: #999999;
}

.btn a.bc-d-gry:hover {
  background: #ffffff;
  color: #999999;
}

.pagetop {
  right: 20px;
  bottom: calc( 0px + env(safe-area-inset-bottom));
  width: 64px;
  height: 64px;
  cursor: pointer;
}

.tbl table {
  width: 100%;
}

@media screen and (max-width: 519px) {
  .tbl table tbody tr {
    display: block;
  }
}

.tbl table tbody tr th,
.tbl table tbody tr td {
  padding: 20px;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
}

@media screen and (max-width: 959px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    padding: 16px;
  }
}

@media screen and (max-width: 519px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    padding: 12px;
  }
}

.tbl table tbody tr th {
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  background: #132B69;
}

@media screen and (max-width: 1279px) {
  .tbl table tbody tr th {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 959px) {
  .tbl table tbody tr th {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .tbl table tbody tr th {
    display: block;
    width: 100%;
    line-height: 1;
  }
}

.tbl table tbody tr td {
  vertical-align: middle;
  background: #F6FBFF;
}

@media screen and (max-width: 519px) {
  .tbl table tbody tr td {
    display: block;
    width: 100%;
  }
}

.hours-tbl table {
  width: 100%;
}

.hours-tbl table thead tr th {
  padding: 8px;
  font-weight: bold;
  background: #2F4786;
  border-right: solid 2px #E8F0F9;
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .hours-tbl table thead tr th {
    padding: 6px;
  }
}

.hours-tbl table tbody tr {
  border-bottom: 1px solid #2F4786;
}

.hours-tbl table tbody tr th,
.hours-tbl table tbody tr td {
  padding: 16px;
}

@media screen and (max-width: 959px) {
  .hours-tbl table tbody tr th,
  .hours-tbl table tbody tr td {
    padding: 12px;
  }
}

@media screen and (max-width: 519px) {
  .hours-tbl table tbody tr th,
  .hours-tbl table tbody tr td {
    padding: 8px;
  }
}

.hours-tbl table tbody tr td {
  position: relative;
}

.hours-tbl table tbody tr td .circle,
.hours-tbl table tbody tr td .triangle,
.hours-tbl table tbody tr td .dash {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
}

.hours-tbl table tbody tr td .circle:before,
.hours-tbl table tbody tr td .triangle:before,
.hours-tbl table tbody tr td .dash:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.hours-tbl table tbody tr td .circle:before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #132B69;
}

@media screen and (max-width: 959px) {
  .hours-tbl table tbody tr td .circle:before {
    width: 12px;
    height: 12px;
  }
}

.hours-tbl table tbody tr td .triangle:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 14px solid #132B69;
  border-top: 0;
}

@media screen and (max-width: 959px) {
  .hours-tbl table tbody tr td .triangle:before {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 10px solid #132B69;
  }
}

.hours-tbl table tbody tr td .dash:before {
  width: 12px;
  height: 2px;
  background: #132B69;
}

@media screen and (max-width: 959px) {
  .hours-tbl table tbody tr td .dash:before {
    width: 8px;
  }
}

@media screen and (max-width: 519px) {
  .hours-tbl table tbody tr td .dash:before {
    width: 6px;
  }
}

.frame {
  position: relative;
}

.frame:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #9B821E;
  z-index: 1;
}

.frame .frame-inner {
  position: relative;
  height: 100%;
  padding: 40px;
  background: #ffffff;
  -webkit-filter: drop-shadow(0 0 20px rgba(19, 43, 105, 0.16));
  filter: drop-shadow(0 0 20px rgba(19, 43, 105, 0.16));
  -webkit-mask: radial-gradient(circle at top 4px left 4px, transparent 16px, black 16px) top left, radial-gradient(circle at top 4px right 4px, transparent 16px, black 16px) top right, radial-gradient(circle at bottom 4px left 4px, transparent 16px, black 16px) bottom left, radial-gradient(circle at bottom 4px right 4px, transparent 16px, black 16px) bottom right;
  -webkit-mask-size: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: radial-gradient(circle at top 4px left 4px, transparent 16px, black 16px) top left, radial-gradient(circle at top 4px right 4px, transparent 16px, black 16px) top right, radial-gradient(circle at bottom 4px left 4px, transparent 16px, black 16px) bottom left, radial-gradient(circle at bottom 4px right 4px, transparent 16px, black 16px) bottom right;
  mask: radial-gradient(circle at top 4px left 4px, transparent 16px, black 16px) top left, radial-gradient(circle at top 4px right 4px, transparent 16px, black 16px) top right, radial-gradient(circle at bottom 4px left 4px, transparent 16px, black 16px) bottom left, radial-gradient(circle at bottom 4px right 4px, transparent 16px, black 16px) bottom right;
  -webkit-mask-size: 55% 55%;
  mask-size: 55% 55%;
  mask-repeat: no-repeat;
}

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

@media screen and (max-width: 519px) {
  .frame .frame-inner {
    padding: 28px;
  }
}

.frame .frame-inner .frame-ttl {
  margin-bottom: calc(8px * 3);
  padding-bottom: calc(8px * 3);
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  background: -webkit-gradient(linear, left top, right top, from(#BBA759), to(#9B821E));
  background: linear-gradient(to right, #BBA759 0%, #9B821E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-align: center;
  border-bottom: 1px solid #B1B1B1;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .frame .frame-inner .frame-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .frame .frame-inner .frame-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .frame .frame-inner .frame-ttl {
    padding-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .frame .frame-inner .frame-ttl {
    padding-bottom: calc((8px * 3) * 0.5);
  }
}

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

@media screen and (max-width: 767px) {
  .frame .frame-inner .frame-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .frame .frame-inner .frame-ttl {
    font-size: 1.8rem;
  }
}

.privacy-frame {
  position: relative;
  z-index: 1;
  margin: 0 auto 40px;
  padding: 32px;
  border: 1px solid #EBEBEB;
  background: #ffffff;
}

@media screen and (max-width: 959px) {
  .privacy-frame {
    padding: 28px;
  }
}

@media screen and (max-width: 767px) {
  .privacy-frame {
    margin: 0 auto 28px;
    padding: 24px;
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame {
    padding: 16px;
  }
}

.privacy-frame .privacy-inner {
  overflow-y: scroll;
  height: 240px;
  padding: 0 16px;
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-inner {
    padding: 0 12px;
    height: 160px;
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner {
    padding: 0 8px;
  }
}

.privacy-frame .privacy-inner::-webkit-scrollbar {
  width: 8px;
}

.privacy-frame .privacy-inner::-webkit-scrollbar-track {
  background: #EBEBEB;
  border-radius: 4px;
}

.privacy-frame .privacy-inner::-webkit-scrollbar-thumb {
  background: #47A3DB;
  border-radius: 4px;
}

.privacy-frame .privacy-inner .privacy-ttl {
  margin-bottom: calc(8px * 3);
  text-align: center;
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-inner .privacy-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner .privacy-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.privacy-frame .privacy-inner .privacy-ttl__main {
  margin-bottom: 4px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-inner .privacy-ttl__main {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner .privacy-ttl__main {
    margin-bottom: 2px;
    font-size: 2rem;
  }
}

.privacy-frame .privacy-inner .privacy-ttl__sub {
  margin-bottom: calc(8px * 5);
  display: block;
  color: #47A3DB;
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-inner .privacy-ttl__sub {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner .privacy-ttl__sub {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner .privacy-ttl__sub {
    font-size: 1.2rem;
  }
}

.policy-list {
  counter-reset: list-num 0;
}

.policy-list__item {
  padding: 24px 0;
}

@media screen and (max-width: 959px) {
  .policy-list__item {
    padding: 16px 0;
  }
}

.policy-list__item dt {
  position: relative;
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 12px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .policy-list__item dt {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

.policy-list__item dt::before {
  counter-increment: list-num;
  content: counter(list-num, decimal-leading-zero) ".";
  color: #47A3DB;
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  .policy-list__item dt::before {
    font-size: 1.7rem;
  }
}

/*# sourceMappingURL=../../maps/common/main.css.map */
