@charset "UTF-8";
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

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: #313741;
  background: transparent;
}

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

body {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}

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

@media screen and (max-width: 519px) {
  body {
    font-size: 1.4rem;
  }
}

button {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

button:focus-visible {
  outline: solid 2px #ffa500;
}

a {
  overflow-wrap: break-word;
  color: #313741;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

a:hover, a:active, a:visited {
  color: #313741;
}

a:focus-visible {
  outline: solid 2px #ffa500;
}

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

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

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

img:not(.no-fit) {
  width: 100%;
}

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

@media screen and (max-width: 1279px) {
  .none-xl {
    display: none !important;
  }
}

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

@media screen and (max-width: 1023px) {
  .none-l {
    display: none !important;
  }
}

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

@media screen and (max-width: 959px) {
  .none-m {
    display: none !important;
  }
}

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

@media screen and (max-width: 767px) {
  .none-s {
    display: none !important;
  }
}

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

@media screen and (max-width: 519px) {
  .none-xs {
    display: none !important;
  }
}

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

@media screen and (max-width: 1279px) {
  .wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.wrap-s {
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  .wrap-s {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .wrap-s {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .wrap-s {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.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.5em;
  }
  100% {
    letter-spacing: normal;
  }
}

@keyframes txt-grow {
  0% {
    letter-spacing: -0.5em;
  }
  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.5em;
  }
  100% {
    letter-spacing: normal;
  }
}

@keyframes txt-shrink {
  0% {
    letter-spacing: 0.5em;
  }
  100% {
    letter-spacing: normal;
  }
}

[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;
  background: #F6F9FF;
  padding-bottom: 40px;
}

.header.--top {
  background: transparent;
  padding-bottom: 0px;
}

.header.--top .header__wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.header.--top .header-unit__ttl {
  width: 312px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 959px) {
  .header.--top .header-unit__ttl {
    width: 420px;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .header.--top .header-unit__ttl {
    width: 300px;
  }
}

@media screen and (max-width: 519px) {
  .header.--top .header-unit__ttl {
    width: 200px;
  }
}

.header.--top .header-logo {
  width: 267px;
}

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

.header.--top .header-add {
  color: #ffffff;
}

.header.--top .header-add::before {
  background: #ffffff;
}

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

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

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

.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 {
  padding: 16px 0 0 16px;
}

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

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

.header .header-logo {
  width: 374px;
  margin: 0 0 4px 0;
}

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

.header .header-add {
  position: relative;
  margin: 16px 0 0;
  padding: 0 0 0 36px;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 500;
}

@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("/end/wp-content/themes/itreat_base/dist/img/icon/address.svg");
  mask-image: url("/end/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: #294CA4;
}

.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: "Montserrat", sans-serif;
}

.header .header-contact__en::before, .header .header-contact__en::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.3);
  rotate: 45deg;
}

.header .header-contact__en::before {
  bottom: calc(100% - 4px);
  left: 24px;
}

.header .header-contact__en::after {
  top: calc(100% - 7px);
  left: -12px;
}

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

.header .header-contact__en span::before {
  content: '';
  display: block;
  width: 19px;
  position: absolute;
  top: 2px;
  right: 0;
  aspect-ratio: 16/13;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/mail.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;
}

.header .header-contact a {
  position: relative;
  overflow: clip;
  display: block;
  overflow: clip;
  padding: 10px 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #BBA759, #9B821E);
  text-align: center;
  color: #ffffff;
}

.header .header-contact a::after {
  content: '';
  display: block;
  translate: 0 -50%;
  position: absolute;
  top: 50%;
  left: -200%;
  width: 200%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.header .header-contact a:hover::after {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

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

.drawer {
  position: relative;
  top: 0;
  right: 0;
}

.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: "Montserrat", sans-serif;
  text-align: center;
}

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

.drawer-hamburger::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #294CA4;
  mix-blend-mode: multiply;
  z-index: 0;
}

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

@media screen and (max-width: 767px) {
  .drawer-hamburger__line {
    top: 8px;
    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: -5px;
}

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

.drawer-switch:checked ~ .drawer-hamburger .drawer-hamburger::before {
  content: 'CLOSE';
}

.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: -webkit-gradient(linear, left top, left bottom, from(#313741), to(#294CA4));
  background: linear-gradient(to bottom, #313741, #294CA4);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  cursor: pointer;
}

.drawer-overlay::before, .drawer-overlay::after {
  display: block;
  content: '';
  z-index: -1;
  position: absolute;
  width: 510px;
  aspect-ratio: 1/1;
  background: rgba(1, 166, 255, 0.5);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  border-radius: 50%;
}

.drawer-overlay::before {
  top: -300px;
  right: -300px;
}

.drawer-overlay::after {
  bottom: -200px;
  left: -300px;
}

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

.drawer-content {
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 96px;
  left: 50%;
  z-index: 9998;
  width: calc( 100% - 64px);
  max-width: 1200px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100dvh - 150px);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  translate: -50% 0%;
  width: calc( 100% - 64px);
  max-width: 1200px;
}

@media screen and (max-width: 959px) {
  .drawer-content {
    max-height: calc(100dvh - 100px);
  }
}

@media screen and (max-width: 767px) {
  .drawer-content {
    width: calc( 100% - 32px);
    top: 64px;
  }
}

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

.drawer-content__inner {
  padding: 48px 72px;
  background: #ffffff;
}

@media screen and (max-width: 959px) {
  .drawer-content__inner {
    padding: 48px 32px;
  }
}

@media screen and (max-width: 767px) {
  .drawer-content__inner {
    padding: 40px 24px;
  }
}

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

.drawer-content .drawer-nav {
  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: 48px;
  padding-bottom: calc(8px * 5);
  margin-bottom: calc(8px * 5);
  border-bottom: 1px dashed #294CA4;
}

@media screen and (max-width: 959px) {
  .drawer-content .drawer-nav {
    padding-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-nav {
    padding-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .drawer-content .drawer-nav {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-nav {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .drawer-content .drawer-nav {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .drawer-content .drawer-nav {
    gap: 24px;
  }
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-nav {
    gap: 8px;
  }
}

.drawer-content .drawer-nav .drawer-nav-list {
  width: calc((100% / 2) - (48px * 1 / 2));
}

@media screen and (max-width: 959px) {
  .drawer-content .drawer-nav .drawer-nav-list {
    width: calc((100% / 2) - (40px * 1 / 2));
  }
}

@media screen and (max-width: 767px) {
  .drawer-content .drawer-nav .drawer-nav-list {
    width: calc((100% / 2) - (24px * 1 / 2));
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-nav .drawer-nav-list {
    width: 100%;
  }
}

.drawer-content .drawer-nav .drawer-nav-list__item:not(:last-of-type) {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .drawer-content .drawer-nav .drawer-nav-list__item:not(:last-of-type) {
    margin-bottom: 12px;
  }
}

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

.drawer-content .drawer-nav .drawer-nav-list__item a {
  display: block;
  position: relative;
  padding: 0 24px 0px 16px;
}

@media screen and (max-width: 767px) {
  .drawer-content .drawer-nav .drawer-nav-list__item a {
    padding: 12px 32px 12px 16px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-nav .drawer-nav-list__item a {
    width: 100%;
  }
}

.drawer-content .drawer-nav .drawer-nav-list__item a::before, .drawer-content .drawer-nav .drawer-nav-list__item a::after {
  content: '';
  display: block;
  translate: 0 -50%;
}

.drawer-content .drawer-nav .drawer-nav-list__item a::before {
  position: absolute;
  top: calc( 50% - 2px);
  right: 0;
  width: 16px;
  background: #294CA4;
  aspect-ratio: 24/6;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .drawer-content .drawer-nav .drawer-nav-list__item a::before {
    right: 8px;
  }
}

.drawer-content .drawer-nav .drawer-nav-list__item a::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  aspect-ratio: 13/12;
  background: #9B821E;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-cross.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-cross.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.drawer-content .drawer-nav .drawer-nav-list__item a:hover::before {
  right: -8px;
}

@media screen and (max-width: 767px) {
  .drawer-content .drawer-nav .drawer-nav-list__item a:hover::before {
    right: 4px;
  }
}

.drawer-content .drawer-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: 72px;
}

@media screen and (max-width: 959px) {
  .drawer-content .drawer-unit {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .drawer-content .drawer-unit {
    gap: 24px;
  }
}

.drawer-content .drawer-logo {
  max-width: 280px;
  margin-bottom: calc(8px * 2);
}

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

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

@media screen and (max-width: 959px) {
  .drawer-content .drawer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}

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

.drawer-content .drawer-add {
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-hotline {
    width: 100%;
  }
}

.drawer-content .drawer-hotline__contact, .drawer-content .drawer-hotline__clinic {
  position: relative;
  overflow: clip;
  position: relative;
  display: grid;
  grid-template-columns: 75px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 16px 18px;
  width: 340px;
  overflow: clip;
  color: #ffffff;
}

.drawer-content .drawer-hotline__contact::after, .drawer-content .drawer-hotline__clinic::after {
  content: '';
  display: block;
  translate: 0 -50%;
  position: absolute;
  top: 50%;
  left: -200%;
  width: 200%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.drawer-content .drawer-hotline__contact:hover::after, .drawer-content .drawer-hotline__clinic:hover::after {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@media screen and (max-width: 959px) {
  .drawer-content .drawer-hotline__contact, .drawer-content .drawer-hotline__clinic {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-hotline__contact, .drawer-content .drawer-hotline__clinic {
    grid-template-columns: 60px 1fr;
    padding: 16px 12px;
    width: 100%;
  }
}

.drawer-content .drawer-hotline__contact::before, .drawer-content .drawer-hotline__clinic::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-hotline__contact::before, .drawer-content .drawer-hotline__clinic::before {
    right: 12px;
  }
}

.drawer-content .drawer-hotline__contact .hotline-en, .drawer-content .drawer-hotline__clinic .hotline-en {
  font-family: "Montserrat", sans-serif;
}

.drawer-content .drawer-hotline__contact {
  margin-bottom: calc(8px * 2);
  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) {
  .drawer-content .drawer-hotline__contact {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-hotline__contact {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.drawer-content .drawer-hotline__contact::before {
  width: 20px;
  aspect-ratio: 16/13;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
}

.drawer-content .drawer-hotline__clinic {
  letter-spacing: 0;
  background: -webkit-gradient(linear, left top, right top, from(#4765B1), to(#294CA4));
  background: linear-gradient(to right, #4765B1, #294CA4);
}

.drawer-content .drawer-hotline__clinic::before {
  right: 18px;
  width: 16px;
  aspect-ratio: 16/17;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/tab.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/tab.svg");
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-hotline__clinic::before {
    right: 12px;
  }
}

.drawer-content .drawer-hotline .hotline-en {
  position: relative;
  font-style: "Montserrat", sans-serif;
  font-size: 1.4rem;
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-hotline .hotline-en {
    font-size: 1.2rem;
  }
}

.drawer-content .drawer-hotline .hotline-en::before, .drawer-content .drawer-hotline .hotline-en::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.3);
  rotate: 45deg;
}

.drawer-content .drawer-hotline .hotline-en::before {
  bottom: calc(100% - 3px);
  left: 27px;
}

.drawer-content .drawer-hotline .hotline-en::after {
  top: calc(100% - 2px);
  left: -12px;
}

.footer {
  padding-top: calc(8px * 7);
  background: #294CA4;
  overflow: clip;
}

@media screen and (max-width: 959px) {
  .footer {
    padding-top: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .footer {
    padding-top: calc((8px * 7) * 0.5);
  }
}

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

.footer .wrap {
  position: relative;
  z-index: 1;
}

.footer .wrap::before, .footer .wrap::after {
  display: block;
  content: '';
  z-index: -1;
  position: absolute;
  width: 510px;
  aspect-ratio: 1/1;
  background: rgba(1, 166, 255, 0.5);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  border-radius: 50%;
}

.footer .wrap::before {
  top: -300px;
  right: -300px;
}

.footer .wrap::after {
  bottom: -200px;
  left: -300px;
}

.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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(8px * 6);
}

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

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

@media screen and (max-width: 959px) {
  .footer .footer-unit {
    gap: 40px;
  }
}

.footer .footer-unit__menu {
  padding: 0 80px 0 0;
  width: calc(524px + 80px);
}

@media screen and (max-width: 1279px) {
  .footer .footer-unit__menu {
    padding: 0;
    max-width: 524px;
    width: calc( 100% - 448px);
  }
}

@media screen and (max-width: 959px) {
  .footer .footer-unit__menu {
    max-width: initial;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.footer .footer-unit__menu .hours-tbl table {
  border-top: solid 1px #ffffff;
  color: #ffffff;
}

.footer .footer-unit__menu .hours-tbl table thead tr th {
  border-bottom: solid 1px #ffffff;
}

.footer .footer-unit__menu .hours-tbl table tbody tr th,
.footer .footer-unit__menu .hours-tbl table tbody tr td {
  border-bottom: solid 1px #ffffff;
}

.footer .footer-unit__menu .hours-tbl table tbody tr td .ico-circle,
.footer .footer-unit__menu .hours-tbl table tbody tr td .ico-dash,
.footer .footer-unit__menu .hours-tbl table tbody tr td .ico-triangle {
  background: #ffffff;
}

.footer .footer-unit__menu .hours-tbl .hours-tbl-list {
  color: #ffffff;
}

.footer .footer-unit__menu .hours-tbl .hours-tbl-list__item .ico-triangle {
  background: #ffffff;
}

.footer .footer-unit__info {
  width: 420px;
  background: rgba(255, 255, 255, 0.95);
  padding: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .footer .footer-unit__info {
    padding: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-unit__info {
    padding: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .footer .footer-unit__info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.footer .footer-logo {
  max-width: 340px;
  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 {
    margin-left: auto;
    margin-right: auto;
  }
}

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

.footer .footer-add {
  margin-bottom: calc(8px * 5);
  text-align: center;
}

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

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

.footer .footer-add dt {
  margin-bottom: calc(8px * 2);
  padding-bottom: calc(8px * 2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px dashed #294CA4;
  font-size: 1.4rem;
}

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

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

@media screen and (max-width: 959px) {
  .footer .footer-add dt {
    padding-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-add dt {
    padding-bottom: calc((8px * 2) * 0.5);
  }
}

.footer .footer-add dd {
  padding-top: calc(8px * 2);
  font-size: 1.2rem;
}

@media screen and (max-width: 959px) {
  .footer .footer-add dd {
    padding-top: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-add dd {
    padding-top: calc((8px * 2) * 0.5);
  }
}

.footer .footer-hotline__contact, .footer .footer-hotline__clinic {
  position: relative;
  overflow: clip;
  position: relative;
  display: grid;
  grid-template-columns: 75px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 16px 18px;
  width: 340px;
  overflow: clip;
  color: #ffffff;
}

.footer .footer-hotline__contact::after, .footer .footer-hotline__clinic::after {
  content: '';
  display: block;
  translate: 0 -50%;
  position: absolute;
  top: 50%;
  left: -200%;
  width: 200%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.footer .footer-hotline__contact:hover::after, .footer .footer-hotline__clinic:hover::after {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@media screen and (max-width: 959px) {
  .footer .footer-hotline__contact, .footer .footer-hotline__clinic {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-hotline__contact, .footer .footer-hotline__clinic {
    grid-template-columns: 60px 1fr;
    padding: 16px 12px;
    width: 100%;
  }
}

.footer .footer-hotline__contact::before, .footer .footer-hotline__clinic::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
}

@media screen and (max-width: 519px) {
  .footer .footer-hotline__contact::before, .footer .footer-hotline__clinic::before {
    right: 12px;
  }
}

.footer .footer-hotline__contact .hotline-en, .footer .footer-hotline__clinic .hotline-en {
  font-family: "Montserrat", sans-serif;
}

.footer .footer-hotline__contact {
  margin-bottom: calc(8px * 2);
  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) {
  .footer .footer-hotline__contact {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

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

.footer .footer-hotline__contact::before {
  width: 20px;
  aspect-ratio: 16/13;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
}

.footer .footer-hotline__clinic {
  background: -webkit-gradient(linear, left top, right top, from(#4765B1), to(#294CA4));
  background: linear-gradient(to right, #4765B1, #294CA4);
  letter-spacing: 0;
}

.footer .footer-hotline__clinic::before {
  right: 18px;
  width: 16px;
  aspect-ratio: 16/17;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/tab.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/tab.svg");
}

@media screen and (max-width: 519px) {
  .footer .footer-hotline__clinic::before {
    right: 12px;
  }
}

.footer .footer-hotline .hotline-en {
  position: relative;
  font-style: "Montserrat", sans-serif;
  font-size: 1.4rem;
}

@media screen and (max-width: 519px) {
  .footer .footer-hotline .hotline-en {
    font-size: 1.2rem;
  }
}

.footer .footer-hotline .hotline-en::before, .footer .footer-hotline .hotline-en::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.3);
  rotate: 45deg;
}

.footer .footer-hotline .hotline-en::before {
  bottom: calc(100% - 3px);
  left: 27px;
}

.footer .footer-hotline .hotline-en::after {
  top: calc(100% - 2px);
  left: -12px;
}

.footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: calc(8px * 10);
}

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

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

@media screen and (max-width: 959px) {
  .footer .footer-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-nav {
    gap: 24px;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-nav {
    gap: 8px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-nav .footer-nav-list {
    width: calc((100% / 2) - (24px * 1 / 2));
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-nav .footer-nav-list {
    width: 100%;
  }
}

.footer .footer-nav .footer-nav-list__item:not(:last-of-type) {
  margin-bottom: 24px;
}

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

.footer .footer-nav .footer-nav-list__item a {
  display: block;
  position: relative;
  padding: 0 24px 4px 0;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .footer .footer-nav .footer-nav-list__item a {
    padding: 12px 32px 12px 8px;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-nav .footer-nav-list__item a {
    width: 100%;
  }
}

.footer .footer-nav .footer-nav-list__item a::before, .footer .footer-nav .footer-nav-list__item a::after {
  content: '';
  display: block;
}

.footer .footer-nav .footer-nav-list__item a::before {
  position: absolute;
  top: calc( 50% - 2px);
  right: 0;
  translate: 0 -50%;
  width: 16px;
  background: #ffffff;
  aspect-ratio: 24/6;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .footer .footer-nav .footer-nav-list__item a::before {
    right: 8px;
  }
}

.footer .footer-nav .footer-nav-list__item a::after {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (max-width: 767px) {
  .footer .footer-nav .footer-nav-list__item a::after {
    display: none;
  }
}

.footer .footer-nav .footer-nav-list__item a:hover::before {
  right: -8px;
}

@media screen and (max-width: 767px) {
  .footer .footer-nav .footer-nav-list__item a:hover::before {
    right: 4px;
  }
}

.footer .footer-nav .footer-nav-list__item a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.footer .copy {
  padding: 8px 16px;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.2);
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer .copy {
    text-align: center;
    padding: 8px 0;
  }
}

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

.js-floatfoot {
  visibility: hidden;
  opacity: 0;
}

.js-floatfoot.is-show {
  visibility: visible;
  opacity: 1;
}

.floatfoot-list {
  display: none;
  position: fixed;
  z-index: 9990;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 4px;
  padding-bottom: calc( 4px + (env(safe-area-inset-bottom)*.5));
  background: #ffffff;
  overflow: clip;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 959px) {
  .floatfoot-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
}

@media screen and (max-width: 767px) {
  .floatfoot-list {
    padding: 8px;
    padding-bottom: calc( 8px + (env(safe-area-inset-bottom)*.5));
    background: transparent;
    width: 169px;
    gap: 8px;
  }
}

.floatfoot-list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 16px 18px;
  overflow: clip;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .floatfoot-list__item a {
    display: block;
    aspect-ratio: 1;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px rgba(255, 255, 255, 0.6), -1px -1px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(16, 54, 152, 0.1);
    box-shadow: 1px 1px rgba(255, 255, 255, 0.6), -1px -1px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(16, 54, 152, 0.1);
    text-align: center;
    letter-spacing: 0;
    line-height: 1.2;
    font-size: 1.1rem;
    font-weight: bold;
  }
}

.floatfoot-list__item a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .floatfoot-list__item a::before {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 24px;
  }
}

.floatfoot-list__item a .floatfoot-en,
.floatfoot-list__item a .floatfoot-num {
  font-family: "Montserrat", sans-serif;
}

.floatfoot-list__item.--contact a {
  background: -webkit-gradient(linear, left top, right top, from(#BBA759), to(#9B821E));
  background: linear-gradient(to right, #BBA759, #9B821E);
}

@media screen and (max-width: 767px) {
  .floatfoot-list__item.--contact a {
    padding: 39px 0 0 0;
  }
}

.floatfoot-list__item.--contact a::before {
  width: 20px;
  aspect-ratio: 16/13;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
}

@media screen and (max-width: 767px) {
  .floatfoot-list__item.--contact a::before {
    width: 26px;
  }
}

.floatfoot-list__item.--tel a {
  background: -webkit-gradient(linear, left top, right top, from(#4765B1), to(#294CA4));
  background: linear-gradient(to right, #4765B1, #294CA4);
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 767px) {
  .floatfoot-list__item.--tel a {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    padding: 44px 0 0 0;
  }
}

.floatfoot-list__item.--tel a::before {
  right: 18px;
  width: 16px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
}

@media screen and (max-width: 767px) {
  .floatfoot-list__item.--tel a::before {
    width: 22px;
  }
}

.floatfoot-list .floatfoot-en {
  position: relative;
  font-style: "Montserrat", sans-serif;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .floatfoot-list .floatfoot-en {
    display: none;
  }
}

.floatfoot-list .floatfoot-en::before, .floatfoot-list .floatfoot-en::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.3);
  rotate: 45deg;
}

.floatfoot-list .floatfoot-en::before {
  bottom: calc(100% - 3px);
  left: 27px;
}

.floatfoot-list .floatfoot-en::after {
  top: calc(100% - 2px);
  left: -12px;
}

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

@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 {
  background: #F6F9FF;
  padding-bottom: calc(8px * 20);
}

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

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

.lower-page [id^="anchor-"] {
  scroll-margin-top: 64px;
}

@media screen and (max-width: 959px) {
  .lower-page [id^="anchor-"] {
    scroll-margin-top: 64px;
  }
}

@media screen and (max-width: 519px) {
  .lower-page [id^="anchor-"] {
    scroll-margin-top: 56px;
  }
}

.lower-page .hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 240px;
  overflow: clip;
  margin-bottom: calc(8px * 3);
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/bg-line.png") center/cover no-repeat, url("/end/wp-content/themes/itreat_base/dist/img/common/bg-gra.png") center/cover no-repeat;
}

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

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

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

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

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

.lower-page .hero__mainttl {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  font-family: "Shippori Mincho B1", serif;
}

@media screen and (max-width: 1279px) {
  .lower-page .hero__mainttl {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .lower-page .hero__mainttl {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .hero__mainttl {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 959px) {
  .lower-page .hero__mainttl {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .hero__mainttl {
    font-size: 2.8rem;
  }
}

.lower-page .hero__subttl {
  position: absolute;
  right: 0;
  bottom: -20px;
  font-size: 11.5rem;
  line-height: 1;
  font-family: "Bellefair", serif;
  color: rgba(48, 94, 113, 0.2);
  mix-blend-mode: multiply;
}

@media screen and (max-width: 959px) {
  .lower-page .hero__subttl {
    bottom: -10px;
    font-size: 8.0rem;
  }
}

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

@media screen and (max-width: 519px) {
  .lower-page .hero__subttl {
    font-size: 4.8rem;
  }
}

.lower-page .breadcrumb {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 1279px) {
  .lower-page .breadcrumb {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .lower-page .breadcrumb {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .breadcrumb {
    padding-right: 16px;
    padding-left: 16px;
  }
}

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

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

.lower-page .breadcrumb__item {
  display: inline;
}

.lower-page .breadcrumb__item:not(:nth-last-of-type(1)) {
  position: relative;
}

.lower-page .breadcrumb__item:not(:nth-last-of-type(1))::after {
  content: '>';
  padding: 0 4px 0 8px;
  color: #294CA4;
}

.lower-page .breadcrumb__item a {
  text-decoration: underline;
}

.lower-page .breadcrumb__item a:hover {
  text-decoration: none;
}

.lower-page .headline {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: calc(8px * 7);
}

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

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

.lower-page .headline.--red .headline__main::before {
  background: #313741;
}

.lower-page .headline.--red .headline__main::after {
  background: rgba(49, 55, 65, 0.8);
}

.lower-page .headline.--red .headline__main span em {
  color: #AA6565;
  background: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

.lower-page .headline.--red .headline__sub {
  color: #AA6565;
}

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

.lower-page .headline.--wht .headline__main::before {
  background: #E1D295;
}

.lower-page .headline.--wht .headline__main::after {
  background: #F6F9FF;
}

.lower-page .headline.--wht .headline__main span em {
  background: -webkit-gradient(linear, left top, left bottom, from(#E1D295), to(#BBA759));
  background: linear-gradient(to bottom, #E1D295 0%, #BBA759 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lower-page .headline.--wht .headline__sub {
  color: #E1D295;
}

.lower-page .headline__main {
  position: relative;
  margin-bottom: calc(8px * 2);
  font-size: 4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
}

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

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

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

@media screen and (max-width: 767px) {
  .lower-page .headline__main {
    font-size: 2.4rem;
  }
}

.lower-page .headline__main::before, .lower-page .headline__main::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 32px;
  rotate: 45deg;
}

.lower-page .headline__main::before {
  bottom: calc(100% - 14px);
  left: 49px;
  background: rgba(155, 130, 30, 0.8);
}

@media screen and (max-width: 959px) {
  .lower-page .headline__main::before {
    bottom: calc(100% - 12px);
    left: 44px;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .headline__main::before {
    left: 40px;
  }
}

.lower-page .headline__main::after {
  top: 48px;
  left: -20px;
  background: #313741;
}

@media screen and (max-width: 959px) {
  .lower-page .headline__main::after {
    top: 44px;
    left: -14px;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .headline__main::after {
    top: 38px;
  }
}

.lower-page .headline__main span {
  font-size: 5.6rem;
}

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

@media screen and (max-width: 767px) {
  .lower-page .headline__main span {
    font-size: 3.2rem;
  }
}

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

.lower-page .headline__main span em {
  background: -webkit-gradient(linear, left top, left bottom, from(#BBA759), to(#9B821E));
  background: linear-gradient(to bottom, #BBA759 0%, #9B821E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lower-page .headline__sub {
  width: 100%;
  color: rgba(155, 130, 30, 0.6);
  font-family: "Bellefair", serif;
  font-size: 2.4rem;
}

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

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

.lower-page .ttl-l {
  padding: 8px 16px;
  margin-bottom: calc(8px * 4);
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/ttll-bg.png") right center/382px 96px no-repeat, -webkit-gradient(linear, right top, left top, color-stop(20%, rgba(49, 55, 65, 0.8)), to(rgba(41, 76, 164, 0.8)));
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/ttll-bg.png") right center/382px 96px no-repeat, linear-gradient(to left, rgba(49, 55, 65, 0.8) 20%, rgba(41, 76, 164, 0.8));
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Shippori Mincho B1", serif;
  color: #ffffff;
}

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

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

@media screen and (max-width: 959px) {
  .lower-page .ttl-l {
    padding: 8px 12px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .ttl-l {
    background-size: 35% 110%, 100%;
    padding: 6px 8px;
    line-height: 1.2;
    font-size: 2.4rem;
  }
}

.lower-page .ttl-l.--red {
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/ttll-bg.png") right center/382px 96px no-repeat, -webkit-gradient(linear, right top, left top, color-stop(20%, rgba(49, 55, 65, 0.8)), to(rgba(170, 101, 101, 0.8)));
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/ttll-bg.png") right center/382px 96px no-repeat, linear-gradient(to left, rgba(49, 55, 65, 0.8) 20%, rgba(170, 101, 101, 0.8));
}

@media screen and (max-width: 767px) {
  .lower-page .ttl-l.--red {
    background-size: 35% 110%, 100%;
  }
}

.lower-page .ttl-m {
  position: relative;
  display: grid;
  grid-template-columns: auto auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(8px * 4);
  width: 100%;
  font-family: "Shippori Mincho B1", serif;
  font-size: 3.2rem;
  font-weight: 700;
}

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

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

@media screen and (max-width: 959px) {
  .lower-page .ttl-m {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .ttl-m {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .ttl-m {
    font-size: 2rem;
  }
}

.lower-page .ttl-m span em {
  color: #9B821E;
}

.lower-page .ttl-m.--wht {
  color: #ffffff;
}

.lower-page .ttl-m.--wht::before, .lower-page .ttl-m.--wht::after {
  background: #E1D295;
}

.lower-page .ttl-m.--blk::before, .lower-page .ttl-m.--blk::after {
  background: rgba(49, 55, 65, 0.7);
}

.lower-page .ttl-m.--blk.--center span::before, .lower-page .ttl-m.--blk.--center span::after {
  background: rgba(49, 55, 65, 0.7);
}

.lower-page .ttl-m.--blu::before, .lower-page .ttl-m.--blu::after {
  background: #294CA4;
}

.lower-page .ttl-m.--blu span em {
  color: #294CA4;
}

.lower-page .ttl-m.--blu.--center span::before, .lower-page .ttl-m.--blu.--center span::after {
  background: #294CA4;
}

.lower-page .ttl-m.--center {
  width: 100%;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
}

.lower-page .ttl-m.--center::before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.lower-page .ttl-m.--center::after {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin: 0;
  height: 1px;
  width: initial;
  aspect-ratio: initial;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-line.png");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-line.png");
  -webkit-mask-size: 100% 1px;
  mask-size: 100% 1px;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.lower-page .ttl-m.--center span {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 36px;
  text-align: center;
}

.lower-page .ttl-m.--center span::before, .lower-page .ttl-m.--center span::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: '';
  display: block;
  background: #9B821E;
  width: 18px;
  aspect-ratio: 13/12;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-cross.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-cross.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.lower-page .ttl-m.--center span::before {
  left: 0;
}

.lower-page .ttl-m.--center span::after {
  right: 0;
}

.lower-page .ttl-m::before, .lower-page .ttl-m::after {
  content: '';
  display: block;
  background: #9B821E;
}

.lower-page .ttl-m::before {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  height: 1px;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-line.png");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-line.png");
  -webkit-mask-size: 100% 1px;
  mask-size: 100% 1px;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.lower-page .ttl-m::after {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 8px 0 16px;
  width: 18px;
  aspect-ratio: 13/12;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-cross.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-cross.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.lower-page .ttl-s {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: calc(8px * 2);
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", serif;
  color: #9B821E;
}

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

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

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

.lower-page .ttl-s::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #9B821E 120px, rgba(155, 130, 30, 0.6) 120px);
}

.txt {
  line-height: 2;
}

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

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

.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;
  font-size: 1.4rem;
  text-indent: -1em;
}

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

.bold-txt {
  font-weight: 700;
}

.em-txt {
  color: #379CBD;
  font-weight: 500;
}

.fc-red {
  color: #AA6565;
}

.fc-aqu {
  color: #01A6FF;
}

.fc-blu {
  color: #294CA4;
}

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

.fc-l-nvy {
  color: #4765B1;
}

.fc-nvy {
  color: #103698;
}

.fc-grn {
  color: #48A889;
}

.fc-blu-grn {
  color: #379CBD;
}

.fc-yel {
  color: #E1D295;
}

.fc-orn {
  color: #ffa500;
}

.fc-beg {
  color: #f5f5dc;
}

.fc-brn {
  color: #a52a2a;
}

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

.fc-l-ocr {
  color: #BBA759;
}

.fc-pnk {
  color: #ffc0cb;
}

.fc-ppl {
  color: #c54ea0;
}

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

.fc-blk {
  color: #313741;
}

.fc-wht {
  color: #ffffff;
}

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

.fc-gry {
  color: #cccccc;
}

.fc-d-gry {
  color: #4a4a4a;
}

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

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

.list__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#BBA759), to(#9B821E));
  background: linear-gradient(to bottom, #BBA759, #9B821E);
  border-radius: 50%;
}

.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: '※';
}

.check-list,
.cross-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media screen and (max-width: 959px) {
  .check-list,
  .cross-list {
    gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  .check-list,
  .cross-list {
    grid-template-columns: initial;
    gap: 8px;
  }
}

.check-list.--blk .check-list__item,
.cross-list.--blk .check-list__item {
  border-bottom: 1px solid rgba(49, 55, 65, 0.5);
}

.check-list.--blk .check-list__item::after,
.cross-list.--blk .check-list__item::after {
  background: #313741;
}

.check-list.--blk .check-list__item::before,
.cross-list.--blk .check-list__item::before {
  background: rgba(49, 55, 65, 0.6);
}

.check-list__item,
.cross-list__item {
  position: relative;
  padding: 12px 12px 12px 48px;
  background: #ffffff;
}

.check-list__item::before, .check-list__item::after,
.cross-list__item::before,
.cross-list__item::after {
  content: '';
  display: block;
  position: absolute;
}

.check-list__item::before,
.cross-list__item::before {
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 48px;
}

.check-list__item {
  border-bottom: 1px solid rgba(155, 130, 30, 0.5);
}

.check-list__item::before {
  background: rgba(155, 130, 30, 0.6);
}

.check-list__item::after {
  top: 22px;
  left: 17px;
  width: 16px;
  aspect-ratio: 16/11;
  background: #9B821E;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/check.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/check.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.cross-list__item {
  border-bottom: 1px solid rgba(170, 101, 101, 0.6);
}

.cross-list__item::before {
  background: #AA6565;
}

.cross-list__item::after {
  top: 17px;
  left: 15px;
  width: 15px;
  aspect-ratio: 1;
  background: #AA6565;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/batsu.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/batsu.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.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.--cv a {
  max-width: 400px;
  background: radial-gradient(circle at center, #9B821E 0%, #B39E4C 100%);
}

.btn.--anchor a {
  background: radial-gradient(circle at center, #313741 0%, #4a4a4a 100%);
}

.btn.--anchor a::before {
  top: 50%;
  width: 10px;
  aspect-ratio: 10/4;
  background: rgba(255, 255, 255, 0.8);
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/arrow-bottom.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/arrow-bottom.svg");
}

.btn a {
  position: relative;
  overflow: clip;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 56px;
  background: radial-gradient(circle at center, #294CA4 0%, #4765B1 100%);
  color: #ffffff;
  line-height: 1.4;
  border-radius: 32px;
  overflow: clip;
  -webkit-box-shadow: 1px 1px rgba(255, 255, 255, 0.6), -1px -1px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(16, 54, 152, 0.1);
  box-shadow: 1px 1px rgba(255, 255, 255, 0.6), -1px -1px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(16, 54, 152, 0.1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.btn a::after {
  content: '';
  display: block;
  translate: 0 -50%;
  position: absolute;
  top: 50%;
  left: -200%;
  width: 200%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.btn a:hover::after {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.btn a:hover::before {
  right: 16px;
}

.btn a::before {
  content: '';
  display: block;
  translate: 0 -50%;
  position: absolute;
  top: calc( 50% - 2px);
  right: 24px;
  width: 24px;
  aspect-ratio: 24/6;
  background: rgba(255, 255, 255, 0.8);
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

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

.hours-tbl .ico-circle,
.hours-tbl .ico-dash,
.hours-tbl .ico-triangle {
  margin: 0 auto;
  display: block;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.hours-tbl .ico-dash {
  width: 12px;
  aspect-ratio: 12/2;
  background: #313741;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/dash.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/dash.svg");
}

@media screen and (max-width: 519px) {
  .hours-tbl .ico-dash {
    width: 10px;
  }
}

.hours-tbl .ico-circle {
  width: 12px;
  aspect-ratio: 1;
  background: #9B821E;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/circle.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/circle.svg");
}

@media screen and (max-width: 519px) {
  .hours-tbl .ico-circle {
    width: 10px;
  }
}

.hours-tbl .ico-triangle {
  width: 15px;
  aspect-ratio: 1;
  background: #294CA4;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/triangle.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/triangle.svg");
}

@media screen and (max-width: 519px) {
  .hours-tbl .ico-triangle {
    width: 12px;
  }
}

.hours-tbl table {
  margin: 0 0 12px 0;
  width: 100%;
  border-top: solid 1px #313741;
  font-size: 1.4rem;
}

@media screen and (max-width: 519px) {
  .hours-tbl table {
    font-size: 1.2rem;
  }
}

.hours-tbl table thead tr th {
  padding: 8px 10px;
  border-bottom: solid 1px #313741;
}

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

.hours-tbl table tbody tr th,
.hours-tbl table tbody tr td {
  border-bottom: solid 1px #313741;
}

.hours-tbl table tbody tr th {
  padding: 10px 12px;
  width: 140px;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .hours-tbl table tbody tr th {
    width: 120px;
  }
}

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

.hours-tbl table tbody tr td {
  padding: 10px;
  vertical-align: middle;
}

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

.hours-tbl .hours-tbl-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  font-size: 1.4rem;
}

@media screen and (max-width: 519px) {
  .hours-tbl .hours-tbl-list {
    font-size: 1.2rem;
  }
}

.hours-tbl .hours-tbl-list .hours-tbl-list__item span {
  display: inline-block;
  width: 16px;
  margin-right: 4px;
}

.bg-gra-blu {
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/bg-circle-wht.png") top -400px left -400px/919px no-repeat, -webkit-gradient(linear, left top, right bottom, from(rgba(1, 166, 255, 0.05)), to(rgba(1, 166, 255, 0.15))), #F6F9FF;
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/bg-circle-wht.png") top -400px left -400px/919px no-repeat, linear-gradient(to right bottom, rgba(1, 166, 255, 0.05), rgba(1, 166, 255, 0.15)), #F6F9FF;
}

.bg-gra-grn {
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/bg-circle-wht.png") top -400px left -400px/919px no-repeat, -webkit-gradient(linear, left top, right bottom, from(rgba(72, 168, 137, 0.05)), to(rgba(72, 168, 137, 0.15))), #F6F9FF;
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/bg-circle-wht.png") top -400px left -400px/919px no-repeat, linear-gradient(to right bottom, rgba(72, 168, 137, 0.05), rgba(72, 168, 137, 0.15)), #F6F9FF;
}

.point-frame {
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
}

.point-frame .point-frame-ttl {
  margin-bottom: calc(8px * 4);
  padding-bottom: calc(8px * 3);
  position: relative;
  text-align: center;
  font-size: 3.2rem;
  font-family: "Shippori Mincho B1", serif;
}

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

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

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

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

.point-frame .point-frame-ttl::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: rgba(155, 130, 30, 0.8);
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-line.png");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-line.png");
  -webkit-mask-size: 100% 1px;
  mask-size: 100% 1px;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

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

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

.point-frame .point-frame-ttl::before {
  background: rgba(49, 55, 65, 0.6);
}

.point-frame > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background: radial-gradient(circle at center, rgba(49, 55, 65, 0.7) 0%, rgba(55, 156, 189, 0.8) 100%);
}

.point-frame > dt span {
  position: relative;
  padding: 0 24px;
  text-align: center;
  font-size: 2rem;
  font-family: "Bellefair", serif;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .point-frame > dt span {
    font-size: 1.6rem;
  }
}

.point-frame > dt span::before, .point-frame > dt span::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: '';
  display: block;
  background: #ffffff;
  width: 16px;
  aspect-ratio: 13/12;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-cross.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-cross.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.point-frame > dt span::before {
  left: 0;
}

.point-frame > dt span::after {
  right: 0;
}

.point-frame > dd {
  padding: 32px 40px 40px;
}

@media screen and (max-width: 959px) {
  .point-frame > dd {
    padding: 24px 16px;
  }
}

@media screen and (max-width: 767px) {
  .point-frame > dd {
    padding: 16px;
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.slick-slider div {
  -webkit-transition: none;
  transition: none;
}

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

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.tab-menu__item span {
  position: relative;
  overflow: clip;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 56px;
  background: radial-gradient(circle at center, #294CA4 0%, #4765B1 100%);
  color: #ffffff;
  line-height: 1.4;
  border-radius: 32px;
  -webkit-box-shadow: 1px 1px rgba(255, 255, 255, 0.6), -1px -1px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(16, 54, 152, 0.1);
  box-shadow: 1px 1px rgba(255, 255, 255, 0.6), -1px -1px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(16, 54, 152, 0.1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.tab-menu__item span::after {
  content: '';
  display: block;
  translate: 0 -50%;
  position: absolute;
  top: 50%;
  left: -200%;
  width: 200%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.tab-menu__item span:hover::after {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.tab-menu__item span::before {
  content: '';
  display: block;
  position: absolute;
  top: calc( 50% + 1px);
  right: 24px;
  translate: 0 -50%;
  width: 10px;
  aspect-ratio: 10/4;
  background: rgba(255, 255, 255, 0.8);
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/arrow-bottom.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/arrow-bottom.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.tab-menu__item.is-active span {
  background: radial-gradient(circle at center, #313741 0%, #4a4a4a 100%);
}

.tab-content__item {
  display: none;
}

.gnav {
  padding: 12px 24px;
  height: 64px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.gnav .gnav-list {
  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: 1279px) {
  .gnav .gnav-list {
    gap: 2%;
  }
}

@media screen and (max-width: 1023px) {
  .gnav .gnav-list {
    gap: initial;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.gnav .gnav-list__item {
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .gnav .gnav-list__item {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1023px) {
  .gnav .gnav-list__item {
    font-size: 1.4rem;
  }
}

.gnav .gnav-list__item a {
  display: block;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.gnav .gnav-list__item a:hover {
  translate: 0 -4px;
}

.gnav .gnav-list__item .item-ja {
  margin-bottom: 4px;
  line-height: 1.4;
  font-size: 1.6rem;
}

.gnav .gnav-list__item .item-en {
  display: block;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  color: #294CA4;
  font-size: 1rem;
}

.cta {
  position: relative;
  padding: 40px 8px 32px;
  width: calc( 100% - 80px);
  margin: 0 auto;
  overflow: clip;
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/bg-line.png") center/cover no-repeat, #313741;
  color: #ffffff;
}

@media screen and (max-width: 1279px) {
  .cta {
    width: calc( 100% - 64px);
  }
}

@media screen and (max-width: 959px) {
  .cta {
    width: calc( 100% - 32px);
  }
}

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

.cta.--noimg {
  padding: 24px 0;
  width: 100%;
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/bg-line.png") center/cover no-repeat, -webkit-gradient(linear, left top, left bottom, from(#988E66), to(#313741));
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/bg-line.png") center/cover no-repeat, linear-gradient(to bottom, #988E66, #313741);
}

.cta.--noimg .cta-headline {
  padding: 16px 0;
  margin-bottom: calc(8px * 3);
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

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

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

.cta.--noimg .cta-headline__ttl {
  line-height: 1.4;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 8px 0;
}

@media screen and (max-width: 959px) {
  .cta.--noimg .cta-headline__ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .cta.--noimg .cta-headline__ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .cta.--noimg .cta-btnlist {
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .cta.--noimg .cta-btnlist {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .cta.--noimg .cta-btnlist__item {
    max-width: 402px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .cta.--noimg .cta-btnlist__item.--contact {
    margin-bottom: 16px;
  }
}

.cta.--haveimg .cta-btnlist {
  margin-bottom: calc(8px * 3);
}

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

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

@media screen and (max-width: 1023px) {
  .cta.--haveimg .cta-btnlist {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .cta.--haveimg .cta-btnlist__item {
    max-width: 402px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1023px) {
  .cta.--haveimg .cta-btnlist__item.--contact {
    margin-bottom: 24px;
  }
}

.cta::before {
  content: 'COUNSELING';
  display: block;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: -9px;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 237, 166, 0.6)), to(rgba(255, 237, 166, 0.3)));
  background: linear-gradient(to bottom, rgba(255, 237, 166, 0.6), rgba(255, 237, 166, 0.3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: overlay;
  line-height: 1;
  font-size: 6.4rem;
  font-family: "Bellefair", serif;
}

@media screen and (max-width: 519px) {
  .cta::before {
    mix-blend-mode: initial;
    font-size: 5.6rem;
  }
}

.cta .wrap {
  position: relative;
  z-index: 1;
}

.cta .cta-ttl {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.8rem;
  margin: 0 0 24px 0;
}

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

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

@media screen and (max-width: 519px) {
  .cta .cta-ttl {
    line-height: 2.4;
  }
}

.cta .cta-ttl em {
  margin: 0 12px 0 24px;
  padding: 8px 12px;
  position: relative;
  z-index: 0;
}

.cta .cta-ttl em::after, .cta .cta-ttl em::before {
  content: '';
  display: block;
}

.cta .cta-ttl em::before {
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 55px;
  background: #9B821E;
  rotate: 45deg;
}

.cta .cta-ttl em::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: "";
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-rec.svg"), url("/end/wp-content/themes/itreat_base/dist/img/common/mask-tri.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-rec.svg"), url("/end/wp-content/themes/itreat_base/dist/img/common/mask-tri.svg");
  -webkit-mask-size: cover, 17px 17px;
  mask-size: cover, 17px 17px;
  -webkit-mask-position: 0 0,top -1px left -1px;
  mask-position: 0 0,top -1px left -1px;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@media screen and (max-width: 519px) {
  .cta .cta-ttl em {
    margin: 0 6px 0 0;
    padding: 4px 8px;
  }
}

.cta .cta-ttl em::before {
  top: -17px;
  left: 4px;
}

.cta .cta-ttl em::after {
  border: 1px solid #ffffff;
  background: transparent;
}

.cta .cta-btnlist {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 402px 402px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

.cta .cta-btnlist__item a {
  display: block;
  position: relative;
  overflow: clip;
  padding: 24px 0;
  height: 120px;
  width: 100%;
  color: #ffffff;
  line-height: 1.4;
  border-radius: 60px;
  -webkit-box-shadow: 1px 1px rgba(255, 255, 255, 0.6), -1px -1px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(16, 54, 152, 0.1);
  box-shadow: 1px 1px rgba(255, 255, 255, 0.6), -1px -1px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(16, 54, 152, 0.1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.cta .cta-btnlist__item a::after {
  content: '';
  display: block;
  translate: 0 -50%;
  position: absolute;
  top: 50%;
  left: -200%;
  width: 200%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.cta .cta-btnlist__item a:hover::after {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.cta .cta-btnlist__item.--contact a {
  background: radial-gradient(circle at center, #9B821E 0%, #BBA759 100%);
}

.cta .cta-btnlist__item.--contact .cta-btnlist-ttl {
  font-size: 2.2rem;
}

.cta .cta-btnlist__item.--contact .cta-btnlist-ttl::before {
  width: 20px;
  aspect-ratio: 16/13;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
}

.cta .cta-btnlist__item.--tel a {
  background: radial-gradient(circle at center, #294CA4 0%, #4765B1 100%);
}

.cta .cta-btnlist__item.--tel .cta-btnlist-ttl {
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif;
}

.cta .cta-btnlist__item.--tel .cta-btnlist-ttl::before {
  width: 20px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
}

.cta .cta-btnlist .cta-btnlist-subttl {
  width: 100%;
  max-width: 260px;
  padding-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.4rem;
  font-weight: bold;
}

.cta .cta-btnlist .cta-btnlist-ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 24px;
}

.cta .cta-btnlist .cta-btnlist-ttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background: #ffffff;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.cta .cta-note {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 83px;
  margin: 0 auto;
}

@media screen and (max-width: 519px) {
  .cta .cta-note {
    font-size: 1.3rem;
    padding: 0 52px;
  }
}

.cta .cta-note::before, .cta .cta-note::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  height: 1px;
  width: 72px;
  background: rgba(255, 255, 255, 0.4);
  font-size: 1.4rem;
}

@media screen and (max-width: 519px) {
  .cta .cta-note::before, .cta .cta-note::after {
    width: 48px;
  }
}

.cta .cta-note::before {
  left: 0;
}

.cta .cta-note::after {
  right: 0;
}

.cta .cta-vsllist {
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  translate: -50% -50%;
  width: calc( 100% + 200px);
  max-width: 1600px;
}

@media screen and (max-width: 1279px) {
  .cta .cta-vsllist {
    width: calc( 100% + 300px);
  }
}

@media screen and (max-width: 519px) {
  .cta .cta-vsllist {
    position: static;
    translate: -16px 0;
    width: calc( 100% + 32px);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.cta .cta-vsllist__item {
  width: 460px;
}

@media screen and (max-width: 1279px) {
  .cta .cta-vsllist__item {
    width: 360px;
  }
}

@media screen and (max-width: 519px) {
  .cta .cta-vsllist__item {
    width: 60%;
  }
}

@media screen and (max-width: 519px) {
  .cta .cta-vsllist__item:first-of-type {
    margin: 0 -16px 0 0;
  }
}

@media screen and (max-width: 519px) {
  .cta .cta-vsllist__item:last-of-type {
    margin: 0 0 0 -16px;
  }
}

.faq .faq-list__item:not(:last-of-type) {
  padding-bottom: calc(8px * 5);
  margin-bottom: calc(8px * 5);
  border-bottom: 1px dashed #294CA4;
}

@media screen and (max-width: 959px) {
  .faq .faq-list__item:not(:last-of-type) {
    padding-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .faq .faq-list__item:not(:last-of-type) {
    padding-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .faq .faq-list__item:not(:last-of-type) {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .faq .faq-list__item:not(:last-of-type) {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.faq .faq-list__item dt,
.faq .faq-list__item dd {
  position: relative;
  padding: 0 0 0 82px;
}

@media screen and (max-width: 959px) {
  .faq .faq-list__item dt,
  .faq .faq-list__item dd {
    padding: 0 0 0 56px;
  }
}

@media screen and (max-width: 767px) {
  .faq .faq-list__item dt,
  .faq .faq-list__item dd {
    padding: 0 0 0 44px;
  }
}

.faq .faq-list__item dt::before,
.faq .faq-list__item dd::before {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  width: 64px;
  aspect-ratio: 1;
}

@media screen and (max-width: 959px) {
  .faq .faq-list__item dt::before,
  .faq .faq-list__item dd::before {
    top: -5px;
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .faq .faq-list__item dt::before,
  .faq .faq-list__item dd::before {
    width: 36px;
  }
}

.faq .faq-list__item dt {
  margin-bottom: calc(8px * 4);
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  .faq .faq-list__item dt {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .faq .faq-list__item dt {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

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

@media screen and (max-width: 767px) {
  .faq .faq-list__item dt {
    font-size: 1.8rem;
  }
}

.faq .faq-list__item dt::before {
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/q-deco.svg") center/cover no-repeat;
}

.faq .faq-list__item dd::before {
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/a-deco.svg") center/cover no-repeat;
}

.faq .faq-list__txt a {
  text-decoration: underline;
  color: #379CBD;
}

.faq .faq-list__txt a:hover {
  text-decoration: none;
}

.lowercv {
  position: relative;
  background: #313741;
  padding: 40px 0;
  overflow: clip;
}

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

@media screen and (max-width: 767px) {
  .lowercv {
    padding: 40px 0 300px;
  }
}

.lowercv::before {
  content: 'COUNSELING';
  display: block;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: -18px;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 237, 166, 0.6)), to(rgba(255, 237, 166, 0.3)));
  background: linear-gradient(to bottom, rgba(255, 237, 166, 0.6), rgba(255, 237, 166, 0.3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-size: 10rem;
  font-family: "Bellefair", serif;
}

@media screen and (max-width: 1279px) {
  .lowercv::before {
    font-size: 8rem;
  }
}

@media screen and (max-width: 1023px) {
  .lowercv::before {
    font-size: 6.4rem;
  }
}

.lowercv .lowercv-frame {
  position: relative;
  z-index: 2;
  padding: 40px 64px;
  width: 100%;
  max-width: 764px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

@media screen and (max-width: 959px) {
  .lowercv .lowercv-frame {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .lowercv .lowercv-frame {
    padding: 32px 40px;
  }
}

@media screen and (max-width: 519px) {
  .lowercv .lowercv-frame {
    padding: 24px 16px;
    margin: 0 auto;
    width: 100%;
  }
}

.lowercv .lowercv-ttl {
  margin-bottom: calc(8px * 4);
  line-height: 2;
  text-align: center;
  font-size: 3.6rem;
  font-family: "Shippori Mincho B1", serif;
  color: #ffffff;
}

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

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

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

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

@media screen and (max-width: 519px) {
  .lowercv .lowercv-ttl {
    font-size: 2rem;
    text-align: center;
  }
}

.lowercv .lowercv-ttl em {
  margin: 0 8px 0 0;
  padding: 4px 10px;
  position: relative;
  z-index: 0;
  font-weight: bold;
  color: #313741;
}

.lowercv .lowercv-ttl em::after, .lowercv .lowercv-ttl em::before {
  content: '';
  display: block;
}

.lowercv .lowercv-ttl em::before {
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 64px;
  background: #9B821E;
  rotate: 45deg;
}

.lowercv .lowercv-ttl em::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-rec.svg"), url("/end/wp-content/themes/itreat_base/dist/img/common/mask-tri.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-rec.svg"), url("/end/wp-content/themes/itreat_base/dist/img/common/mask-tri.svg");
  -webkit-mask-size: cover, 17px 17px;
  mask-size: cover, 17px 17px;
  -webkit-mask-position: 0 0,top -1px left -1px;
  mask-position: 0 0,top -1px left -1px;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.lowercv .lowercv-ttl em::before {
  top: -22px;
  left: 5px;
}

.lowercv .lowercv-dtl {
  margin-bottom: calc(8px * 4);
  color: #ffffff;
  line-height: 2;
}

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

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

.lowercv .lowercv-dtl em {
  color: #E1D295;
}

.lowercv .btn.--cv a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lowercv .gallery-list {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  translate: -50% -50%;
}

@media screen and (max-width: 959px) {
  .lowercv .gallery-list {
    top: auto;
    bottom: 40px;
    translate: -50% 0;
  }
}

.lowercv .gallery-list .slick-slide {
  width: 508px;
  margin: 0 8px;
}

@media screen and (max-width: 959px) {
  .lowercv .gallery-list .slick-slide {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .lowercv .gallery-list .slick-slide {
    width: 320px;
  }
}

.js-clone-pagenav {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -10;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media screen and (max-width: 1279px) {
  .js-clone-pagenav {
    width: calc( 100% - 208px);
  }
}

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

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

.js-clone-pagenav.is-fixed {
  z-index: 10;
  -webkit-animation: .5s navFade forwards;
  animation: .5s navFade forwards;
}

@media screen and (max-width: 519px) {
  .js-clone-pagenav.is-fixed .page-nav .page-nav-list__item .none-fixed {
    display: none;
  }
}

@media screen and (max-width: 519px) {
  .js-clone-pagenav.is-fixed .page-nav .page-nav-list__item .view-fixed {
    display: block;
  }
}

.js-clone-pagenav .page-nav .page-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  gap: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (max-width: 959px) {
  .js-clone-pagenav .page-nav .page-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .js-clone-pagenav .page-nav .page-nav-list {
    gap: 4px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.js-clone-pagenav .page-nav .page-nav-list__item a {
  height: 40px;
  padding: 0 24px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .js-clone-pagenav .page-nav .page-nav-list__item a {
    padding: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .js-clone-pagenav .page-nav .page-nav-list__item a {
    height: 32px;
    font-size: 1.2rem;
    padding: 0 10px;
  }
}

@media screen and (max-width: 519px) {
  .js-clone-pagenav .page-nav .page-nav-list__item a {
    font-size: 1.1rem;
    padding: 0 8px;
  }
}

.js-clone-pagenav .page-nav .page-nav-list__item a::before {
  top: calc(50% - 0px);
  right: 10px;
}

@media screen and (max-width: 959px) {
  .js-clone-pagenav .page-nav .page-nav-list__item a::before {
    display: none;
  }
}

@media screen and (max-width: 519px) {
  .js-clone-pagenav .page-nav .page-nav-list__item a .none-fixed {
    display: none;
  }
}

.js-clone-pagenav .page-nav .page-nav-list__item.is-active a {
  background: radial-gradient(circle at center, #9B821E 0%, #B39E4C 100%);
  font-weight: bold;
}

.page-nav .page-nav-list {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
  margin-bottom: calc(8px * 7);
}

@media screen and (max-width: 1279px) {
  .page-nav .page-nav-list {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .page-nav .page-nav-list {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .page-nav .page-nav-list {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.page-nav .page-nav-list:has(> :nth-child(5):last-child) {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 959px) {
  .page-nav .page-nav-list:has(> :nth-child(5):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-nav .page-nav-list:has(> :nth-child(3):last-child) {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 959px) {
  .page-nav .page-nav-list:has(> :nth-child(3):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-nav .page-nav-list:has(> :nth-child(4):last-child) {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 959px) {
  .page-nav .page-nav-list:has(> :nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-nav .page-nav-list:has(> :nth-child(3):last-child) {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 959px) {
  .page-nav .page-nav-list:has(> :nth-child(3):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

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

@media screen and (max-width: 1023px) {
  .page-nav .page-nav-list {
    gap: 16px;
  }
}

@media screen and (max-width: 959px) {
  .page-nav .page-nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  .page-nav .page-nav-list {
    gap: 12px;
  }
}

.page-nav .page-nav-list__item.is-current a {
  background: radial-gradient(circle at center, #294CA4 0%, #4765B1 100%);
}

.page-nav .page-nav-list__item a {
  position: relative;
  overflow: clip;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background: radial-gradient(circle at center, #313741 0%, #4a4a4a 100%);
  color: #ffffff;
  line-height: 1.4;
  border-radius: 32px;
  overflow: clip;
  -webkit-box-shadow: 1px 1px rgba(255, 255, 255, 0.6), -1px -1px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(16, 54, 152, 0.1);
  box-shadow: 1px 1px rgba(255, 255, 255, 0.6), -1px -1px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(16, 54, 152, 0.1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 1.4rem;
}

.page-nav .page-nav-list__item a::after {
  content: '';
  display: block;
  translate: 0 -50%;
  position: absolute;
  top: 50%;
  left: -200%;
  width: 200%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.page-nav .page-nav-list__item a:hover::after {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@media screen and (max-width: 959px) {
  .page-nav .page-nav-list__item a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .page-nav .page-nav-list__item a {
    height: 40px;
    font-size: 1.2rem;
  }
}

.page-nav .page-nav-list__item a::before {
  content: '';
  display: block;
  translate: 0 -50%;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 10px;
  aspect-ratio: 10/4;
  background: rgba(255, 255, 255, 0.8);
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/arrow-bottom.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/arrow-bottom.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@-webkit-keyframes navFade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes navFade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

.mask-fade {
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-animation.png");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-animation.png");
  -webkit-mask-position: left top;
  mask-position: left top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 80%;
  mask-size: 100% 80%;
  opacity: 0;
}

.mask-fade.is-animated {
  -webkit-animation: 1.5s maskFade forwards;
  animation: 1.5s maskFade forwards;
}

@-webkit-keyframes maskFade {
  0% {
    opacity: 0;
  }
  to {
    -webkit-mask-size: 200% 280%;
    mask-size: 200% 280%;
    opacity: 1;
  }
}

@keyframes maskFade {
  0% {
    opacity: 0;
  }
  to {
    -webkit-mask-size: 200% 280%;
    mask-size: 200% 280%;
    opacity: 1;
  }
}

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