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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "Lato", "Source+Han Sans Japanese", sans-serif;
}

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

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

@media screen and (min-width: 961px) {
  .font-large body {
    font-size: 2rem;
  }
}

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

button:focus-visible {
  outline: solid 2px -webkit-focus-ring-color;
}

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

a:hover, a:active, a:visited {
  color: #4d4b3d;
}

a:focus-visible {
  outline: solid 2px -webkit-focus-ring-color;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrap {
  width: 100%;
  max-width: 1200px;
  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: 1080px;
  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: 767px) {
  .mb-sect {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-x11 {
  margin-right: 88px;
}

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

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

.mb-x11 {
  margin-bottom: 88px;
}

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

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

.ml-x11 {
  margin-left: 88px;
}

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

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

.mr-x12 {
  margin-right: 96px;
}

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

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

.mb-x12 {
  margin-bottom: 96px;
}

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

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

.ml-x12 {
  margin-left: 96px;
}

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

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

.mr-x13 {
  margin-right: 104px;
}

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

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

.mb-x13 {
  margin-bottom: 104px;
}

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

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

.ml-x13 {
  margin-left: 104px;
}

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

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

.mr-x14 {
  margin-right: 112px;
}

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

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

.mb-x14 {
  margin-bottom: 112px;
}

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

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

.ml-x14 {
  margin-left: 112px;
}

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

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

.mr-x15 {
  margin-right: 120px;
}

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

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

.mb-x15 {
  margin-bottom: 120px;
}

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

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

.ml-x15 {
  margin-left: 120px;
}

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

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

.mr-x16 {
  margin-right: 128px;
}

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

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

.mb-x16 {
  margin-bottom: 128px;
}

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

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

.ml-x16 {
  margin-left: 128px;
}

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

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

.mr-x17 {
  margin-right: 136px;
}

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

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

.mb-x17 {
  margin-bottom: 136px;
}

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

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

.ml-x17 {
  margin-left: 136px;
}

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

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

.mr-x18 {
  margin-right: 144px;
}

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

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

.mb-x18 {
  margin-bottom: 144px;
}

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

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

.ml-x18 {
  margin-left: 144px;
}

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

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

.mr-x19 {
  margin-right: 152px;
}

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

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

.mb-x19 {
  margin-bottom: 152px;
}

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

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

.ml-x19 {
  margin-left: 152px;
}

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

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

.mr-x20 {
  margin-right: 160px;
}

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

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

.mb-x20 {
  margin-bottom: 160px;
}

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

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

.ml-x20 {
  margin-left: 160px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-x11 {
  padding-top: 88px;
}

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

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

.pr-x11 {
  padding-right: 88px;
}

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

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

.pb-x11 {
  padding-bottom: 88px;
}

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

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

.pl-x11 {
  padding-left: 88px;
}

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

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

.pt-x12 {
  padding-top: 96px;
}

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

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

.pr-x12 {
  padding-right: 96px;
}

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

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

.pb-x12 {
  padding-bottom: 96px;
}

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

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

.pl-x12 {
  padding-left: 96px;
}

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

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

.pt-x13 {
  padding-top: 104px;
}

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

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

.pr-x13 {
  padding-right: 104px;
}

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

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

.pb-x13 {
  padding-bottom: 104px;
}

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

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

.pl-x13 {
  padding-left: 104px;
}

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

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

.pt-x14 {
  padding-top: 112px;
}

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

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

.pr-x14 {
  padding-right: 112px;
}

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

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

.pb-x14 {
  padding-bottom: 112px;
}

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

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

.pl-x14 {
  padding-left: 112px;
}

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

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

.pt-x15 {
  padding-top: 120px;
}

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

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

.pr-x15 {
  padding-right: 120px;
}

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

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

.pb-x15 {
  padding-bottom: 120px;
}

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

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

.pl-x15 {
  padding-left: 120px;
}

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

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

.pt-x16 {
  padding-top: 128px;
}

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

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

.pr-x16 {
  padding-right: 128px;
}

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

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

.pb-x16 {
  padding-bottom: 128px;
}

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

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

.pl-x16 {
  padding-left: 128px;
}

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

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

.pt-x17 {
  padding-top: 136px;
}

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

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

.pr-x17 {
  padding-right: 136px;
}

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

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

.pb-x17 {
  padding-bottom: 136px;
}

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

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

.pl-x17 {
  padding-left: 136px;
}

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

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

.pt-x18 {
  padding-top: 144px;
}

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

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

.pr-x18 {
  padding-right: 144px;
}

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

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

.pb-x18 {
  padding-bottom: 144px;
}

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

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

.pl-x18 {
  padding-left: 144px;
}

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

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

.pt-x19 {
  padding-top: 152px;
}

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

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

.pr-x19 {
  padding-right: 152px;
}

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

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

.pb-x19 {
  padding-bottom: 152px;
}

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

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

.pl-x19 {
  padding-left: 152px;
}

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

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

.pt-x20 {
  padding-top: 160px;
}

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

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

.pr-x20 {
  padding-right: 160px;
}

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

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

.pb-x20 {
  padding-bottom: 160px;
}

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

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

.pl-x20 {
  padding-left: 160px;
}

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

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

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

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

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

[anime*="scale-top"].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

[anime*="scale-right"].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[anime*="scale-bottom"].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

[anime*="scale-left"].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

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

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

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

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes flip-top {
  0% {
    -webkit-transform: perspective(1000px) rotateX(80deg);
    transform: perspective(1000px) rotateX(80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}

@keyframes flip-top {
  0% {
    -webkit-transform: perspective(1000px) rotateX(80deg);
    transform: perspective(1000px) rotateX(80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}

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

@-webkit-keyframes flip-right {
  0% {
    -webkit-transform: perspective(1000px) rotateY(80deg);
    transform: perspective(1000px) rotateY(80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}

@keyframes flip-right {
  0% {
    -webkit-transform: perspective(1000px) rotateY(80deg);
    transform: perspective(1000px) rotateY(80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}

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

@-webkit-keyframes flip-bottom {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-80deg);
    transform: perspective(1000px) rotateX(-80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}

@keyframes flip-bottom {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-80deg);
    transform: perspective(1000px) rotateX(-80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}

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

@-webkit-keyframes flip-left {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-80deg);
    transform: perspective(1000px) rotateY(-80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}

@keyframes flip-left {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-80deg);
    transform: perspective(1000px) rotateY(-80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}

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

@-webkit-keyframes bound-top {
  0% {
    -webkit-transform: translateY(-48px);
    transform: translateY(-48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  56%,
  74%,
  88%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bound-top {
  0% {
    -webkit-transform: translateY(-48px);
    transform: translateY(-48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  56%,
  74%,
  88%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes bound-right {
  0% {
    -webkit-transform: translateX(48px);
    transform: translateX(48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  56%,
  74%,
  88%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bound-right {
  0% {
    -webkit-transform: translateX(48px);
    transform: translateX(48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  56%,
  74%,
  88%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes bound-bottom {
  0% {
    -webkit-transform: translateY(48px);
    transform: translateY(48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  56%,
  74%,
  88%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bound-bottom {
  0% {
    -webkit-transform: translateY(48px);
    transform: translateY(48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  56%,
  74%,
  88%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes bound-left {
  0% {
    -webkit-transform: translateX(-48px);
    transform: translateX(-48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateX(-24px);
    transform: translateX(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  56%,
  74%,
  88%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bound-left {
  0% {
    -webkit-transform: translateX(-48px);
    transform: translateX(-48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateX(-24px);
    transform: translateX(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  56%,
  74%,
  88%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

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

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

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

@-webkit-keyframes txt-grow {
  0% {
    letter-spacing: -0.8em;
  }
  100% {
    letter-spacing: normal;
  }
}

@keyframes txt-grow {
  0% {
    letter-spacing: -0.8em;
  }
  100% {
    letter-spacing: normal;
  }
}

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

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

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

[anime*="roll"] {
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[anime*="roll"].is-animated {
  -webkit-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 144px 12px 40px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1279px) {
  .header .header-wrap {
    padding: 8px 116px 8px 30px;
  }
}

@media screen and (max-width: 959px) {
  .header .header-wrap {
    padding: 8px 20px 12px 20px;
  }
}

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

@media screen and (max-width: 519px) {
  .header .header-wrap {
    padding: 8px;
  }
}

.header-logo {
  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;
  max-width: 224px;
}

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

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

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

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

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 1279px) {
  .header-content {
    gap: 6px;
  }
}

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

.header-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  height: 40px;
}

@media screen and (max-width: 1279px) {
  .header-upper {
    height: 64px;
  }
}

.header-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 1279px) {
  .header-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
  }
}

.header-tel {
  position: relative;
  padding-left: 24px;
  color: #f2a3a8;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .header-tel {
    font-size: 2.4rem;
    line-height: 1;
  }
}

.header-tel::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 18px;
  height: 23px;
  background: #f2a3a8;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
}

@media screen and (max-width: 1279px) {
  .header-tel::before {
    top: 2px;
    width: 16px;
    height: 20px;
  }
}

.header-font {
  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: 10px;
}

.header-font span {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}

.header-font__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
}

.header-font__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px rgba(77, 75, 61, 0.12);
  box-shadow: 0 0 12px rgba(77, 75, 61, 0.12);
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .header-font__item a {
    width: 36px;
    height: 36px;
    font-size: 1.3rem;
  }
}

.header-font__item a.js-font-large {
  font-size: 1.8rem;
}

.header-font__item a.is-active {
  background: #4d4b3d;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}

.header-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

@media screen and (max-width: 1279px) {
  .header-btn {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

.header-btn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 177px;
  height: 40px;
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 8px rgba(77, 75, 61, 0.12);
  box-shadow: 0 0 8px rgba(77, 75, 61, 0.12);
}

@media screen and (max-width: 959px) {
  .header-btn__item {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 767px) {
  .header-btn__item {
    border-radius: calc(6px * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .header-btn__item {
    width: 148px;
    height: 28px;
  }
}

.header-btn__item span {
  position: relative;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
}

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

.header-btn__item span::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  height: 22px;
}

@media screen and (max-width: 1279px) {
  .header-btn__item span::before {
    height: 20px;
  }
}

.header-btn__item::before {
  background: #4d4b3d;
  -webkit-box-shadow: 0 0 4px rgba(77, 75, 61, 0.12);
  box-shadow: 0 0 4px rgba(77, 75, 61, 0.12);
}

.header-btn__item::before span {
  color: #ffffff;
}

.header-btn__item:hover {
  background: #4d4b3d;
}

.header-btn__item:hover span {
  color: #ffffff;
}

.header-btn__item--recruit span {
  padding-left: 28px;
}

@media screen and (max-width: 1279px) {
  .header-btn__item--recruit span {
    padding-left: 22px;
  }
}

.header-btn__item--recruit span::before {
  width: 21px;
  background: #4d4b3d;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/recruit.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/recruit.svg");
}

@media screen and (max-width: 1279px) {
  .header-btn__item--recruit span::before {
    width: 19px;
  }
}

.header-btn__item--recruit:hover span::before {
  background: #ffffff;
}

.header-btn__item--contact span {
  padding-left: 38px;
}

@media screen and (max-width: 1279px) {
  .header-btn__item--contact span {
    padding-left: 34px;
  }
}

.header-btn__item--contact span::before {
  width: 33px;
  background: url("/wp-content/themes/itreat_base/dist/img/icon/contact.svg") center/contain no-repeat;
}

@media screen and (max-width: 1279px) {
  .header-btn__item--contact span::before {
    width: 30px;
  }
}

.header-btn__item--contact:hover span::before {
  background-image: url("/wp-content/themes/itreat_base/dist/img/icon/contact-wht.svg");
}

.global-nav .global-nav-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;
  gap: 32px;
}

@media screen and (max-width: 1279px) {
  .global-nav .global-nav-list {
    gap: 24px;
  }
}

.global-nav .global-nav-list__item a {
  position: relative;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
}

.global-nav .global-nav-list__item a:hover {
  color: #f2a3a8;
}

.global-nav .global-nav-list__item a.main-item {
  padding: 0 22px 24px 0;
}

.global-nav .global-nav-list__item a.main-item::before {
  position: absolute;
  top: calc( 50% - 12px);
  right: 0;
  translate: 0 -50%;
  content: "";
  width: 14px;
  height: 9px;
  background: #4d4b3d;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow-tri.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow-tri.svg");
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.global-nav .global-nav-list__item a.main-item:hover::before {
  rotate: 180deg;
  background: #f2a3a8;
}

.global-nav .global-nav-list__item .sub-nav-list {
  visibility: hidden;
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 102px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
  opacity: 0;
  z-index: 9996;
  background: #fef8f8;
  -webkit-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.08);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 1279px) {
  .global-nav .global-nav-list__item .sub-nav-list {
    top: 112px;
  }
}

.global-nav .global-nav-list__item .sub-nav-list__item {
  padding: 0 64px;
}

.global-nav .global-nav-list__item .sub-nav-list__item a {
  position: relative;
  display: block;
}

.global-nav .global-nav-list__item .sub-nav-list__item a span {
  position: relative;
  padding-right: 30px;
}

.global-nav .global-nav-list__item .sub-nav-list__item a span::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  content: "";
  width: 21px;
  height: 14px;
  background: #4d4b3d;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 767px) {
  .global-nav .global-nav-list__item .sub-nav-list__item a span::before {
    width: 17px;
    height: 10px;
  }
}

.global-nav .global-nav-list__item .sub-nav-list__item a:hover span::before {
  right: -2px;
  background: #f2a3a8;
}

.global-nav .global-nav-list__item .sub-nav-list__item:not(:last-child) {
  border-right: solid 1px rgba(77, 75, 61, 0.24);
}

.global-nav .global-nav-list__item:hover .sub-nav-list {
  visibility: visible;
  opacity: 1;
}

.global-nav .global-nav-list__item:hover .main-item::before {
  rotate: 180deg;
}

.float-btn {
  display: none;
  padding-right: 96px;
}

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

@media screen and (max-width: 767px) {
  .float-btn {
    gap: 8px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 519px) {
  .float-btn {
    gap: 6px;
    padding-right: 74px;
  }
}

.float-btn__item {
  height: 100%;
  max-height: 45px;
}

.float-btn__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 16px;
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 8px rgba(77, 75, 61, 0.12);
  box-shadow: 0 0 8px rgba(77, 75, 61, 0.12);
  font-weight: bold;
}

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

@media screen and (max-width: 767px) {
  .float-btn__item a {
    border-radius: calc(6px * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .float-btn__item a {
    width: 56px;
  }
}

.float-btn__item--tel a {
  padding-left: 36px;
  background: #f2a3a8;
  color: #ffffff;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .float-btn__item--tel a {
    padding: 24px 4px 8px;
    font-size: 1.2rem;
  }
}

.float-btn__item--tel a::before {
  position: absolute;
  top: 13px;
  left: 16px;
  content: "";
  width: 16px;
  height: 20px;
  background: #ffffff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
}

@media screen and (max-width: 767px) {
  .float-btn__item--tel a::before {
    top: 6px;
    left: 50%;
    translate: -50% 0;
    width: 14px;
    height: 18px;
  }
}

.float-btn__item--contact a {
  padding-left: 52px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .float-btn__item--contact a {
    padding: 24px 4px 8px;
    font-size: 1.2rem;
  }
}

.float-btn__item--contact a::before {
  position: absolute;
  top: 50%;
  left: 16px;
  translate: 0 -50%;
  content: "";
  width: 30px;
  height: 20px;
  background: url("/wp-content/themes/itreat_base/dist/img/icon/contact.svg") center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .float-btn__item--contact a::before {
    top: 5px;
    left: calc( 50% - 4px);
    translate: -50% 0;
  }
}

.drawer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}

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

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

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

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

.drawer-hamburger::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  background: #55cad9;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (max-width: 1279px) {
  .drawer-hamburger::before {
    width: 120px;
    height: 120px;
  }
}

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

@media screen and (max-width: 519px) {
  .drawer-hamburger::before {
    width: 88px;
    height: 88px;
  }
}

.drawer-hamburger .hamburger-line {
  position: absolute;
  top: 40px;
  right: 36px;
  width: 28px;
  height: 2px;
  background: #ffffff;
  margin: 0 auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 1279px) {
  .drawer-hamburger .hamburger-line {
    top: 34px;
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .drawer-hamburger .hamburger-line {
    top: 28px;
    right: 24px;
    width: 24px;
  }
}

@media screen and (max-width: 519px) {
  .drawer-hamburger .hamburger-line {
    top: 25px;
    right: 18px;
  }
}

.drawer-hamburger .hamburger-line::before, .drawer-hamburger .hamburger-line::after {
  position: absolute;
  right: 0;
  content: '';
  display: block;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.drawer-hamburger .hamburger-line::before {
  top: -8px;
  width: 36px;
}

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

.drawer-hamburger .hamburger-line::after {
  top: 8px;
  width: 18px;
}

@media screen and (max-width: 767px) {
  .drawer-hamburger .hamburger-line::after {
    width: 14px;
  }
}

.drawer-hamburger .hamburger-txt {
  display: block;
  text-align: center;
  padding-top: 56px;
  translate: -12px 0;
  color: #ffffff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
  letter-spacing: -.1rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1279px) {
  .drawer-hamburger .hamburger-txt {
    padding-top: 48px;
    translate: -6px 0;
  }
}

@media screen and (max-width: 767px) {
  .drawer-hamburger .hamburger-txt {
    padding-top: 40px;
  }
}

@media screen and (max-width: 519px) {
  .drawer-hamburger .hamburger-txt {
    padding-top: 34px;
  }
}

.drawer-hamburger .hamburger-txt.switch-on {
  display: none;
}

.drawer-hamburger:hover .hamburger-line {
  width: 36px;
}

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

.drawer-hamburger:hover .hamburger-line::after {
  width: 36px;
}

@media screen and (max-width: 767px) {
  .drawer-hamburger:hover .hamburger-line::after {
    width: 32px;
  }
}

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

.drawer-switch:checked ~ .drawer-hamburger .hamburger-line::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 28px;
  width: 36px;
}

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

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

@media screen and (max-width: 767px) {
  .drawer-switch:checked ~ .drawer-hamburger .hamburger-line::after {
    width: 32px;
  }
}

.drawer-switch:checked ~ .drawer-hamburger .hamburger-txt.switch-on {
  display: block;
}

.drawer-switch:checked ~ .drawer-hamburger .hamburger-txt.switch-off {
  display: none;
}

.drawer-hamburger .drawer-text {
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #4d4b3d;
  font-size: 14px;
  font-weight: bold;
}

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

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

.drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  width: 400px;
  height: 100%;
  padding: 48px 40px 40px;
  background: #ffffff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

@media screen and (max-width: 767px) {
  .drawer-content {
    width: 55%;
    padding: 32px 20px 20px;
  }
}

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

.drawer-content::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  scale: -1 1;
  content: "";
  background: url("/wp-content/themes/itreat_base/dist/img/common/marble-pnk.png") center/contain no-repeat;
  width: 240px;
  height: 75px;
}

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

.drawer-switch:checked ~ .drawer-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.drawer-content .drawer-ttl {
  margin-bottom: calc(8px * 3);
}

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

@media screen and (max-width: 767px) {
  .drawer-content .drawer-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.drawer-content .drawer-ttl__sub {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  color: #f2a3a8;
  text-transform: capitalize;
  font-weight: bold;
}

.drawer-content .drawer-ttl__sub::before, .drawer-content .drawer-ttl__sub::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
  width: 8px;
  height: 25px;
  background: url("/wp-content/themes/itreat_base/dist/img/top/headline-brackets.svg") center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .drawer-content .drawer-ttl__sub::before, .drawer-content .drawer-ttl__sub::after {
    width: 6px;
    height: 20px;
  }
}

.drawer-content .drawer-ttl__sub::before {
  left: 0;
}

.drawer-content .drawer-ttl__sub::after {
  right: 0;
  scale: -1 1;
}

.drawer-content .drawer-ttl__main {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.2;
}

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

.drawer-content .drawer-menu__item {
  display: grid;
  gap: 12px;
}

.drawer-content .drawer-menu__item a {
  display: block;
  position: relative;
  padding: 0 42px 10px 4px;
  border-bottom: solid 1px rgba(77, 75, 61, 0.16);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}

.drawer-content .drawer-menu__item a::before {
  position: absolute;
  top: 50%;
  right: 4px;
  translate: 0 -50%;
  content: "";
  width: 21px;
  height: 14px;
  background: #4d4b3d;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 959px) {
  .drawer-content .drawer-menu__item a::before {
    width: 18px;
    height: 10px;
  }
}

.drawer-content .drawer-menu__item a:hover {
  color: #f2a3a8;
}

.drawer-content .drawer-menu__item a:hover::before {
  right: 0;
  background: #f2a3a8;
}

.drawer-content .drawer-menu__item:not(:first-child) a {
  padding-top: 10px;
}

.drawer-content .drawer-menu__item:nth-child(3) a, .drawer-content .drawer-menu__item:nth-child(6) a {
  border-top: solid 1px rgba(77, 75, 61, 0.16);
}

.drawer-content .drawer-menu__item .sub-menu-list__item a {
  padding: 0 0 10px 26px;
  border-bottom: none;
}

.drawer-content .drawer-menu__item .sub-menu-list__item a::before {
  top: calc( 50% - 6px);
  left: 12px;
  width: 5px;
  height: 5px;
  background: #f2a3a8;
  border-radius: 50%;
  -webkit-mask: none;
  mask: none;
}

.drawer-content .drawer-menu .other-menu-list {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .drawer-content .drawer-menu .other-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
  }
}

.drawer-content .drawer-menu .other-menu-list__item a {
  position: relative;
  padding-left: 18px;
  color: rgba(77, 75, 61, 0.5);
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .drawer-content .drawer-menu .other-menu-list__item a {
    padding-left: 12px;
    font-size: 1.2rem;
  }
}

.drawer-content .drawer-menu .other-menu-list__item a::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  rotate: -90deg;
  content: "";
  width: 12px;
  height: 8px;
  background: rgba(77, 75, 61, 0.5);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow-tri.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow-tri.svg");
}

@media screen and (max-width: 767px) {
  .drawer-content .drawer-menu .other-menu-list__item a::before {
    width: 10px;
    height: 7px;
  }
}

.drawer-content .drawer-menu .other-menu-list__item a:hover {
  opacity: .5;
}

@media screen and (max-width: 1279px) {
  .font-large .global-nav .global-nav-list {
    gap: 16px;
  }
}

.font-large .global-nav .global-nav-list__item a {
  font-size: 1.8rem;
  letter-spacing: 0;
}

.font-large .global-nav .global-nav-list__item .sub-nav-list {
  top: 108px;
}

@media screen and (max-width: 1279px) {
  .font-large .global-nav .global-nav-list__item .sub-nav-list {
    top: 118px;
  }
}

.footer {
  position: relative;
}

.footer .footer-content {
  position: relative;
  overflow: hidden;
}

.footer .footer-content::before, .footer .footer-content::after {
  position: absolute;
  bottom: 40px;
  z-index: -1;
  content: "";
  height: 360px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

@media screen and (max-width: 767px) {
  .footer .footer-content::before, .footer .footer-content::after {
    bottom: 28px;
  }
}

.footer .footer-content::before {
  left: 0;
  width: 1000px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/footer-marble-l.jpg") center/contain no-repeat;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/footer-deco-l.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/footer-deco-l.svg");
}

.footer .footer-content::after {
  right: 0;
  width: 1080px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/footer-marble-r.jpg") center/contain no-repeat;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/footer-deco-r.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/footer-deco-r.svg");
}

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

@media screen and (max-width: 959px) {
  .footer .footer-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 24px;
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-unit {
    gap: 16px;
    padding: 36px 0;
  }
}

@media screen and (max-width: 959px) {
  .footer .footer-unit__info {
    margin-inline: auto;
  }
}

.footer .footer-bottom {
  position: relative;
  padding: 12px 0 10px;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .footer .footer-bottom {
    padding: 10px 0 8px;
  }
}

.footer .footer-bottom .footer-bottom-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;
  gap: 10px 0;
}

.footer .footer-logo {
  margin-bottom: 12px;
  max-width: 220px;
}

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

@media screen and (max-width: 767px) {
  .footer .footer-logo {
    margin-bottom: 6px;
  }
}

.footer .footer-add {
  margin-bottom: calc(8px * 3);
}

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

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

@media screen and (max-width: 767px) {
  .footer .footer-add {
    margin-bottom: 0;
  }
}

.footer .footer-tel {
  position: relative;
  padding-left: 36px;
  color: #f2a3a8;
  font-size: 3.6rem;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .footer .footer-tel {
    padding-left: 28px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 959px) {
  .footer .footer-tel {
    padding-left: 22px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-tel {
    padding-left: 20px;
    font-size: 2.4rem;
  }
}

.footer .footer-tel::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 22px;
  height: 28px;
  background: #f2a3a8;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
}

@media screen and (max-width: 1023px) {
  .footer .footer-tel::before {
    top: 8px;
    width: 20px;
    height: 26px;
  }
}

@media screen and (max-width: 959px) {
  .footer .footer-tel::before {
    top: 7px;
    width: 18px;
    height: 23px;
  }
}

@media screen and (max-width: 959px) {
  .footer .footer-tel::before {
    top: 6px;
    width: 15px;
    height: 19px;
  }
}

.footer .footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

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

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

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

@media screen and (max-width: 519px) {
  .footer .footer-nav {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer .footer-nav .footer-nav-list__item {
  display: grid;
  gap: 16px;
}

.footer .footer-nav .footer-nav-list__item a {
  position: relative;
  display: block;
  padding: 0 42px 12px 4px;
  border-bottom: solid 1px rgba(77, 75, 61, 0.16);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .footer .footer-nav .footer-nav-list__item a {
    padding: 0 30px 12px 4px;
    font-size: 1.4rem;
  }
}

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

.footer .footer-nav .footer-nav-list__item a::before {
  position: absolute;
  top: 50%;
  right: 4px;
  translate: 0 -50%;
  content: "";
  width: 21px;
  height: 14px;
  background: #4d4b3d;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 959px) {
  .footer .footer-nav .footer-nav-list__item a::before {
    width: 18px;
    height: 10px;
  }
}

.footer .footer-nav .footer-nav-list__item a:hover {
  color: #f2a3a8;
}

.footer .footer-nav .footer-nav-list__item a:hover::before {
  right: 0;
  background: #f2a3a8;
}

.footer .footer-nav .footer-nav-list__item:first-child a::before {
  top: calc( 50% - 6px);
}

.footer .footer-nav .footer-nav-list__item:not(:first-child) a {
  padding-top: 12px;
}

.footer .footer-nav .footer-nav-list .footer-nav-sublist__item a {
  padding: 0 0 12px 26px;
  border-bottom: none;
}

.footer .footer-nav .footer-nav-list .footer-nav-sublist__item a::before {
  top: calc( 50% - 6px);
  left: 12px;
  width: 5px;
  height: 5px;
  background: #f2a3a8;
  border-radius: 50%;
  -webkit-mask: none;
  mask: none;
}

@media screen and (max-width: 519px) {
  .footer .footer-nav .footer-nav-list:first-child .footer-nav-list__item:nth-child(3) a {
    border-top: solid 1px rgba(77, 75, 61, 0.16);
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-nav .footer-nav-list:nth-child(2) .footer-nav-list__item:nth-child(3) a {
    padding-top: 0;
  }
}

.footer .footer-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

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

.footer .footer-foot a {
  position: relative;
  padding-left: 18px;
  color: rgba(77, 75, 61, 0.5);
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .footer .footer-foot a {
    padding-left: 12px;
    font-size: 1.2rem;
  }
}

.footer .footer-foot a::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  rotate: -90deg;
  content: "";
  width: 12px;
  height: 8px;
  background: rgba(77, 75, 61, 0.5);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow-tri.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow-tri.svg");
}

@media screen and (max-width: 767px) {
  .footer .footer-foot a::before {
    width: 10px;
    height: 7px;
  }
}

.footer .footer-foot a:hover {
  opacity: .5;
}

.footer .copy {
  color: rgba(77, 75, 61, 0.5);
  font-size: 1.4rem;
}

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

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

@media screen and (min-width: 961px) {
  .font-large .footer .footer-nav {
    gap: 16px;
  }
  .font-large .footer .footer-nav .footer-nav-list__item a {
    letter-spacing: 0;
  }
}

@media screen and (min-width: 961px) and (max-width: 1023px) {
  .font-large .footer .footer-nav .footer-nav-list__item a {
    font-size: 1.8rem;
  }
}

.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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .notfound-message {
    padding: calc((8px * 4) * 0.5);
  }
}

.headline__sub,
.pagettl__sub {
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
  padding: 0 16px;
  color: #f2a3a8;
  text-transform: capitalize;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .headline__sub,
  .pagettl__sub {
    margin-bottom: 0;
    padding: 0 12px;
    font-size: 1.6rem;
  }
}

.headline__sub::before, .headline__sub::after,
.pagettl__sub::before,
.pagettl__sub::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
  width: 8px;
  height: 25px;
  background: url("/wp-content/themes/itreat_base/dist/img/top/headline-brackets.svg") center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .headline__sub::before, .headline__sub::after,
  .pagettl__sub::before,
  .pagettl__sub::after {
    width: 6px;
    height: 20px;
  }
}

.headline__sub::before,
.pagettl__sub::before {
  left: 0;
}

.headline__sub::after,
.pagettl__sub::after {
  right: 0;
  scale: -1 1;
}

.headline__main,
.pagettl__main {
  position: relative;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
}

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

@media screen and (max-width: 767px) {
  .headline__main,
  .pagettl__main {
    font-size: 2.8rem;
  }
}

.headline--center,
.pagettl--center {
  text-align: center;
}

.headline.--branch .headline__main,
.pagettl.--branch .headline__main {
  font-size: 3.2rem;
}

@media screen and (max-width: 1023px) {
  .headline.--branch .headline__main,
  .pagettl.--branch .headline__main {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .headline.--branch .headline__main,
  .pagettl.--branch .headline__main {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .headline.--branch .headline__main,
  .pagettl.--branch .headline__main {
    font-size: 2rem;
  }
}

.headline.--branch .headline__main span,
.pagettl.--branch .headline__main span {
  color: #55cad9;
}

.lower-page {
  padding-top: 102px;
  padding-bottom: calc(8px * 7);
}

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

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

@media screen and (max-width: 1279px) {
  .lower-page {
    padding-top: 112px;
  }
}

@media screen and (max-width: 959px) {
  .lower-page {
    padding-top: 71px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page {
    padding-top: 65px;
  }
}

@media screen and (max-width: 519px) {
  .lower-page {
    padding-top: 61px;
  }
}

.lower-page .hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  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: 195px;
  margin-bottom: calc(8px * 3);
  background: #ffffff;
}

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

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

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

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

.lower-page .hero::before {
  position: absolute;
  bottom: 0;
  left: -30px;
  content: "";
  background: url("/wp-content/themes/itreat_base/dist/img/common/marble-pnk-large.png") center/contain no-repeat;
  width: 484px;
  height: 118px;
}

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

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

.lower-page .hero::after {
  position: absolute;
  top: 0;
  right: -20px;
  content: "";
  background: url("/wp-content/themes/itreat_base/dist/img/common/marble-orn-large.png") center/contain no-repeat;
  width: 790px;
  height: 104px;
}

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

@media screen and (max-width: 767px) {
  .lower-page .hero::after {
    right: -50px;
    width: 380px;
    height: 52px;
  }
}

.lower-page .hero--branch::before {
  background: url("/wp-content/themes/itreat_base/dist/img/branch/marble-aqu-large.jpg") center/contain no-repeat;
}

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

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

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

.lower-page .breadcrumb__item {
  display: inline;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
}

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

.lower-page .breadcrumb__item:not(:nth-last-of-type(1))::after {
  content: '';
  display: inline-block;
  margin: 0 12px;
  width: 2px;
  height: 14px;
  background: #55cad9;
  border-radius: 2px;
  rotate: 30deg;
  translate: 0 2px;
}

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

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

.lower-page .ttl-l {
  position: relative;
  margin-bottom: calc(8px * 4);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}

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

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

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

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

.lower-page .ttl-l span {
  position: relative;
  padding-left: 40px;
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-l span {
    padding-left: 32px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .ttl-l span {
    padding-left: 28px;
  }
}

.lower-page .ttl-l span::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 28px;
  height: 28px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ttl-l-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-l span::before {
    top: 3px;
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .ttl-l span::before {
    width: 20px;
    height: 20px;
  }
}

.lower-page .ttl-l em {
  color: #f2a3a8;
}

.lower-page .ttl-l--center {
  text-align: center;
}

.lower-page .ttl-l--vertical {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  letter-spacing: .15em;
}

.lower-page .ttl-l--vertical span {
  padding-top: 40px;
  padding-left: 0;
}

.lower-page .ttl-l--vertical span::before {
  left: 3px;
}

.lower-page .ttl-l--aqu span::before {
  background: url("/wp-content/themes/itreat_base/dist/img/branch/ttl-l-deco-blu.svg") center/contain no-repeat;
}

.lower-page .ttl-l--aqu em {
  color: #55cad9;
}

.lower-page .ttl-m {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 10px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}

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

@media screen and (max-width: 767px) {
  .lower-page .ttl-m {
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 2rem;
  }
}

.lower-page .ttl-m::before {
  position: absolute;
  bottom: 2px;
  left: 18px;
  content: "";
  width: calc( 100% - 18px);
  height: 2px;
  background: #f2a3a8;
  border-radius: 2px;
}

.lower-page .ttl-m span {
  position: relative;
}

.lower-page .ttl-m span::before {
  position: absolute;
  bottom: -15.5px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  background: #55cad9;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .lower-page .ttl-m span::before {
    bottom: -12px;
  }
}

.lower-page .ttl-m span::after {
  position: absolute;
  bottom: -14.5px;
  left: 10px;
  content: "";
  width: 4px;
  height: 4px;
  background: #f2a3a8;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .lower-page .ttl-m span::after {
    bottom: -11px;
  }
}

.lower-page .ttl-m--aqu::before {
  background: #55cad9;
}

.lower-page .ttl-m--aqu span::before {
  background: #f2a3a8;
}

.lower-page .ttl-m--aqu span::after {
  background: #55cad9;
}

.lower-page .ttl-m--orn::before {
  background: #f4c368;
}

.lower-page .ttl-m--orn span::before {
  background: #82d94b;
}

.lower-page .ttl-m--orn span::after {
  background: #f4c368;
}

.lower-page .ttl-m--grn::before {
  background: #82d94b;
}

.lower-page .ttl-m--grn span::before {
  background: #f4c368;
}

.lower-page .ttl-m--grn span::after {
  background: #82d94b;
}

.lower-page .ttl-s {
  position: absolute;
  top: -17px;
  left: 32px;
  display: inline-block;
  padding: 0 22px;
  background: #ffffff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2rem;
  font-weight: bold;
}

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

@media screen and (max-width: 767px) {
  .lower-page .ttl-s {
    top: -14px;
    padding: 0 18px;
    font-size: 1.6rem;
  }
}

.lower-page .ttl-s::before, .lower-page .ttl-s::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
  width: 8px;
  height: 8px;
  background: #f2a3a8;
  border-radius: 50%;
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-s::before, .lower-page .ttl-s::after {
    width: 6px;
    height: 6px;
  }
}

.lower-page .ttl-s::before {
  left: 0;
}

.lower-page .ttl-s::after {
  right: 0;
}

.lower-page .frame {
  position: relative;
  padding: 32px;
  background: #ffffff;
  border: solid 2px #f2a3a8;
  border-radius: 8px;
}

@media screen and (max-width: 959px) {
  .lower-page .frame {
    border-radius: calc(8px * 0.75);
  }
}

@media screen and (max-width: 767px) {
  .lower-page .frame {
    border-radius: calc(8px * 0.5);
  }
}

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

@media screen and (max-width: 767px) {
  .lower-page .frame {
    padding: 24px 16px 16px;
  }
}

.lower-page .frame--aqu {
  border-color: #55cad9;
}

.lower-page .frame--aqu .ttl-s::before, .lower-page .frame--aqu .ttl-s::after {
  background: #55cad9;
}

.lower-page .frame--orn {
  border-color: #f4c368;
}

.lower-page .frame--orn .ttl-s::before, .lower-page .frame--orn .ttl-s::after {
  background: #f4c368;
}

.lower-page .frame--grn {
  border-color: #82d94b;
}

.lower-page .frame--grn .ttl-s::before, .lower-page .frame--grn .ttl-s::after {
  background: #82d94b;
}

.lower-page .ttl-xs {
  margin-bottom: 20px;
  color: #f2a3a8;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .lower-page .ttl-xs {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

.lower-page .ttl-xs small {
  font-size: 1.6rem;
}

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

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

@media screen and (max-width: 767px) {
  .note-txt {
    font-size: 1.2rem;
  }
}

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

.fc-pnk {
  color: #f2a3a8;
}

.fc-d-pnk {
  color: #ef9096;
}

.fc-l-pnk {
  color: #F5B5B9;
}

.fc-aqu {
  color: #55cad9;
}

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

.fc-orn {
  color: #f4c368;
}

.fc-d-orn {
  color: #eaa627;
}

.fc-grn {
  color: #82d94b;
}

.fc-blu {
  color: #4b97d9;
}

.fc-red {
  color: #dd4040;
}

.fc-yel {
  color: #ffff00;
}

.fc-blk {
  color: #4d4b3d;
}

.fc-wht {
  color: #ffffff;
}

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

.fc-gry {
  color: #cccccc;
}

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

.fw-bold {
  font-weight: bold;
}

.underline {
  color: #ef9096;
  font-weight: bold;
  background-image: url("/wp-content/themes/itreat_base/dist/img/common/txt-deco.svg");
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: auto 4px;
  padding-bottom: 4px;
}

.underline--aqu {
  color: #55cad9;
  background-image: url("/wp-content/themes/itreat_base/dist/img/branch/txt-deco-aqu.svg");
}

.em-dot {
  background-image: radial-gradient(circle at center, #f2a3a8 15%, transparent 15%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: .4em;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 32px;
}

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

.list--vertical {
  display: grid;
  gap: 8px;
}

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

@media screen and (max-width: 767px) {
  .list__item {
    padding-left: 12px;
  }
}

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

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

.list--aqu .list__item::before {
  background: #55cad9;
}

.list--orn .list__item::before {
  background: #f4c368;
}

.list--grn .list__item::before {
  background: #82d94b;
}

.list--blu .list__item::before {
  background: #4b97d9;
}

.num-list {
  counter-reset: list-num;
  display: grid;
  gap: 14px;
}

@media screen and (max-width: 767px) {
  .num-list {
    gap: 10px;
  }
}

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

@media screen and (max-width: 767px) {
  .num-list__item {
    padding-left: 44px;
  }
}

.num-list__item::before {
  position: absolute;
  top: -1px;
  left: 10px;
  counter-increment: list-num;
  content: "0" counter(list-num);
  color: #ef9096;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .num-list__item::before {
    left: 8px;
    font-size: 1.6rem;
  }
}

.num-list__item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 42px;
  height: 26px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/parentheses.svg") center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .num-list__item::after {
    top: 1px;
    width: 36px;
    height: 23px;
  }
}

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

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

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

.anchor-link {
  margin-top: -120px;
  padding-top: 120px;
}

.btn {
  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;
  gap: 24px;
  margin-inline: auto;
  width: 100%;
  max-width: 430px;
  height: 72px;
  background: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px rgba(77, 75, 61, 0.16);
  box-shadow: 0 0 6px rgba(77, 75, 61, 0.16);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

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

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

@media screen and (max-width: 767px) {
  .btn {
    max-width: 350px;
    height: 60px;
  }
}

@media screen and (max-width: 519px) {
  .btn {
    max-width: 320px;
  }
}

.btn::before, .btn::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/btn-deco-pnk.svg") center/contain no-repeat;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 767px) {
  .btn::before, .btn::after {
    width: 24px;
    height: 24px;
  }
}

.btn::before {
  top: 0;
  right: 0;
}

.btn::after {
  bottom: 0;
  left: 0;
  scale: -1 -1;
}

.btn.--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-inline: 0;
}

.btn.--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn a,
.btn .txt {
  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;
  text-align: center;
  padding-right: 12px;
  width: 100%;
  height: 100%;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .btn a,
  .btn .txt {
    font-size: 1.6rem;
  }
}

.btn a::before,
.btn .txt::before {
  position: absolute;
  top: 50%;
  right: 32px;
  translate: 0 -50%;
  content: "";
  width: 40px;
  height: 40px;
  background: #f2a3a8;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .btn a::before,
  .btn .txt::before {
    right: 24px;
    width: 32px;
    height: 32px;
  }
}

.btn a::after,
.btn .txt::after {
  position: absolute;
  top: 50%;
  right: 43px;
  translate: 0 -50%;
  content: "";
  width: 18px;
  height: 10px;
  background: #ffffff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .btn a::after,
  .btn .txt::after {
    right: 32px;
    width: 16px;
    height: 9px;
  }
}

.btn a.bc-pnk,
.btn .txt.bc-pnk {
  background: #f2a3a8;
}

.btn a.bc-pnk:hover,
.btn .txt.bc-pnk:hover {
  background: #ffffff;
  color: #f2a3a8;
}

.btn a.bc-d-pnk,
.btn .txt.bc-d-pnk {
  background: #ef9096;
}

.btn a.bc-d-pnk:hover,
.btn .txt.bc-d-pnk:hover {
  background: #ffffff;
  color: #ef9096;
}

.btn a.bc-l-pnk,
.btn .txt.bc-l-pnk {
  background: #F5B5B9;
}

.btn a.bc-l-pnk:hover,
.btn .txt.bc-l-pnk:hover {
  background: #ffffff;
  color: #F5B5B9;
}

.btn a.bc-aqu,
.btn .txt.bc-aqu {
  background: #55cad9;
}

.btn a.bc-aqu:hover,
.btn .txt.bc-aqu:hover {
  background: #ffffff;
  color: #55cad9;
}

.btn a.bc-l-aqu,
.btn .txt.bc-l-aqu {
  background: #f5fcfd;
}

.btn a.bc-l-aqu:hover,
.btn .txt.bc-l-aqu:hover {
  background: #ffffff;
  color: #f5fcfd;
}

.btn a.bc-orn,
.btn .txt.bc-orn {
  background: #f4c368;
}

.btn a.bc-orn:hover,
.btn .txt.bc-orn:hover {
  background: #ffffff;
  color: #f4c368;
}

.btn a.bc-d-orn,
.btn .txt.bc-d-orn {
  background: #eaa627;
}

.btn a.bc-d-orn:hover,
.btn .txt.bc-d-orn:hover {
  background: #ffffff;
  color: #eaa627;
}

.btn a.bc-grn,
.btn .txt.bc-grn {
  background: #82d94b;
}

.btn a.bc-grn:hover,
.btn .txt.bc-grn:hover {
  background: #ffffff;
  color: #82d94b;
}

.btn a.bc-blu,
.btn .txt.bc-blu {
  background: #4b97d9;
}

.btn a.bc-blu:hover,
.btn .txt.bc-blu:hover {
  background: #ffffff;
  color: #4b97d9;
}

.btn a.bc-red,
.btn .txt.bc-red {
  background: #dd4040;
}

.btn a.bc-red:hover,
.btn .txt.bc-red:hover {
  background: #ffffff;
  color: #dd4040;
}

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

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

.btn a.bc-blk,
.btn .txt.bc-blk {
  background: #4d4b3d;
}

.btn a.bc-blk:hover,
.btn .txt.bc-blk:hover {
  background: #ffffff;
  color: #4d4b3d;
}

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

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

.btn a.bc-l-gry,
.btn .txt.bc-l-gry {
  background: #eeeeee;
}

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

.btn a.bc-gry,
.btn .txt.bc-gry {
  background: #cccccc;
}

.btn a.bc-gry:hover,
.btn .txt.bc-gry:hover {
  background: #ffffff;
  color: #cccccc;
}

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

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

.btn:hover {
  background: #f2a3a8;
}

.btn:hover::before, .btn:hover::after {
  background-image: url("/wp-content/themes/itreat_base/dist/img/common/btn-deco-wht.svg");
}

.btn:hover a {
  color: #ffffff;
}

.btn:hover a::before {
  background: #ffffff;
}

.btn:hover a::after {
  background: #f2a3a8;
}

.btn--aqu::before, .btn--aqu::after {
  background: url("/wp-content/themes/itreat_base/dist/img/common/btn-deco-aqu.svg") center/contain no-repeat;
}

.btn--aqu a::before {
  background: #55cad9;
}

.btn--aqu:hover {
  background: #55cad9;
}

.btn--aqu:hover::before, .btn--aqu:hover::after {
  background: url("/wp-content/themes/itreat_base/dist/img/common/btn-deco-wht.svg") center/contain no-repeat;
}

.btn--aqu:hover a {
  color: #ffffff;
}

.btn--aqu:hover a::before {
  background: #ffffff;
}

.btn--aqu:hover a::after {
  background: #55cad9;
}

.btn--small {
  max-width: 280px;
  height: 64px;
}

@media screen and (max-width: 767px) {
  .btn--small {
    max-width: 240px;
    height: 48px;
  }
}

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

.btn--small::before, .btn--small::after {
  display: none;
}

.btn--small a,
.btn--small .txt {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .btn--small a,
  .btn--small .txt {
    font-size: 1.4rem;
  }
}

.btn--small a::before,
.btn--small .txt::before {
  right: 24px;
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 767px) {
  .btn--small a::before,
  .btn--small .txt::before {
    right: 16px;
    width: 24px;
    height: 24px;
  }
}

.btn--small a::after,
.btn--small .txt::after {
  right: 32px;
  width: 16px;
  height: 9px;
}

@media screen and (max-width: 767px) {
  .btn--small a::after,
  .btn--small .txt::after {
    right: 24px;
    width: 14px;
    height: 7px;
  }
}

.btn-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;
  gap: 24px;
}

@media screen and (max-width: 1279px) {
  .btn-unit {
    gap: 16px;
  }
}

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

.btn-unit .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  max-width: 340px;
}

@media screen and (max-width: 519px) {
  .btn-unit .btn {
    width: 100%;
    max-width: 300px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}

.pagetop {
  position: fixed;
  right: 8px;
  padding: 22px 2px 0;
  width: 64px;
  height: 64px;
  background: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 12px rgba(77, 75, 61, 0.12);
  box-shadow: 0 0 12px rgba(77, 75, 61, 0.12);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: center;
  line-height: 1.1;
  font-weight: bold;
  cursor: pointer;
  z-index: 9990;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 767px) {
  .pagetop {
    padding: 22px 5px 0;
  }
}

.pagetop::before {
  position: absolute;
  top: 10px;
  left: 50%;
  translate: -50% 0;
  scale: -1 -1;
  content: "";
  width: 12px;
  height: 9px;
  background: #f2a3a8;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow-tri.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow-tri.svg");
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.pagetop:hover {
  background: #f2a3a8;
  color: #ffffff;
}

.pagetop:hover::before {
  background: #ffffff;
}

.card {
  padding: 40px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 12px rgba(77, 75, 61, 0.12);
  box-shadow: 0 0 12px rgba(77, 75, 61, 0.12);
}

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

@media screen and (max-width: 767px) {
  .card {
    border-radius: calc(8px * 0.5);
  }
}

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

@media screen and (max-width: 767px) {
  .card {
    padding: 20px;
  }
}

.contact-box {
  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;
}

.contact-box .contact-unit {
  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;
  text-align: left;
  padding: 40px 64px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 12px rgba(77, 75, 61, 0.12);
  box-shadow: 0 0 12px rgba(77, 75, 61, 0.12);
}

@media screen and (max-width: 959px) {
  .contact-box .contact-unit {
    border-radius: calc(8px * 0.75);
  }
}

@media screen and (max-width: 767px) {
  .contact-box .contact-unit {
    border-radius: calc(8px * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .contact-box .contact-unit {
    padding: 30px 48px;
  }
}

@media screen and (max-width: 767px) {
  .contact-box .contact-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 32px;
  }
}

.contact-box .contact-unit dt {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .contact-box .contact-unit dt {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .contact-box .contact-unit dt {
    text-align: center;
    width: 100%;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: solid 1px rgba(77, 75, 61, 0.16);
  }
}

.contact-box .contact-unit dd {
  margin-left: 40px;
  padding-left: 40px;
  border-left: solid 1px rgba(77, 75, 61, 0.16);
}

@media screen and (max-width: 959px) {
  .contact-box .contact-unit dd {
    margin-left: 30px;
    padding-left: 30px;
    width: calc( 100% - 250px);
  }
}

@media screen and (max-width: 767px) {
  .contact-box .contact-unit dd {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    border-left: none;
  }
}

.contact-box .contact-unit dd a {
  position: relative;
  display: block;
  padding-left: 22px;
  color: #f2a3a8;
  font-size: 3.2rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .contact-box .contact-unit dd a {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .contact-box .contact-unit dd a {
    font-size: 2.4rem;
  }
}

.contact-box .contact-unit dd a::before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 18px;
  height: 24px;
  background: #f2a3a8;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
}

@media screen and (max-width: 959px) {
  .contact-box .contact-unit dd a::before {
    top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .contact-box .contact-unit dd a::before {
    top: 11px;
    width: 15px;
    height: 19px;
  }
}

.contact-box .contact-unit dd .txt,
.contact-box .contact-unit dd .note-txt {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
}

.contact-box .contact-unit dd .txt-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 12px;
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .contact-box .contact-unit dd .txt-unit {
    gap: 0 8px;
    font-size: 1.6rem;
  }
}

.tbl table {
  width: 100%;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}

.tbl table thead tr th {
  padding: 6px;
  background: rgba(242, 163, 168, 0.1);
  border-bottom: solid 1px #cccccc;
}

.tbl table tbody tr:not(:last-child) {
  border-bottom: solid 1px #cccccc;
}

.tbl table tbody tr th,
.tbl table tbody tr td {
  vertical-align: middle;
}

.tbl table tbody tr th {
  text-align: center;
  padding: 16px;
  background: rgba(242, 163, 168, 0.1);
}

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

.tbl table tbody tr td {
  padding: 16px 32px;
}

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

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

@media screen and (max-width: 959px) {
  .tbl table tbody tr td::before {
    content: attr(tbl-data);
    display: block;
    color: #4d4b3d;
  }
}

.tbl--aqu table tbody tr th {
  background: rgba(85, 202, 217, 0.1);
}

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

.hours-tbl table thead tr th {
  padding: 10px;
  border-top: solid 1px rgba(77, 75, 61, 0.16);
  border-bottom: solid 1px rgba(77, 75, 61, 0.16);
}

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

.hours-tbl table tbody tr th,
.hours-tbl table tbody tr td {
  border-bottom: solid 1px rgba(77, 75, 61, 0.16);
}

.hours-tbl table tbody tr th {
  padding: 12px 32px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

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

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

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

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

.hours-tbl table tbody tr td img {
  margin-inline: auto;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 959px) {
  .hours-tbl table tbody tr td::before {
    content: attr(tbl-data);
    display: block;
    color: #4d4b3d;
  }
}

.roster-tbl table {
  width: 100%;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}

.roster-tbl table .sessions {
  font-size: 2.2rem;
}

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

@media screen and (max-width: 767px) {
  .roster-tbl table .sessions {
    font-size: 1.6rem;
  }
}

.roster-tbl table .time {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .roster-tbl table .time {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .roster-tbl table .time {
    font-size: 1.4rem;
  }
}

.roster-tbl table thead tr th {
  padding: 12px;
  background: rgba(242, 163, 168, 0.1);
  border-bottom: solid 1px #cccccc;
}

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

.roster-tbl table thead tr th:not(:last-child) {
  border-right: solid 1px #cccccc;
}

.roster-tbl table thead tr th.view-s {
  border-right: none;
}

.roster-tbl table tbody tr:not(:last-child) {
  border-bottom: solid 1px #cccccc;
}

.roster-tbl table tbody tr th, .roster-tbl table tbody tr td {
  vertical-align: middle;
  background: #ffffff;
}

.roster-tbl table tbody tr th {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .roster-tbl table tbody tr th {
    width: 110px;
  }
}

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

.roster-tbl table tbody tr td {
  text-align: center;
  padding: 40px 0;
  border-left: solid 1px #cccccc;
}

@media screen and (max-width: 959px) {
  .roster-tbl table tbody tr td {
    padding: 30px 0;
  }
}

@media screen and (max-width: 959px) {
  .roster-tbl table tbody tr td {
    padding: 10px 0;
  }
}

.roster-tbl table tbody tr td .department,
.roster-tbl table tbody tr td .week {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .roster-tbl table tbody tr td .department,
  .roster-tbl table tbody tr td .week {
    font-size: 1.2rem;
  }
}

.roster-tbl table tbody tr td .week {
  color: #999999;
}

.dot {
  position: relative;
}

.dot::before {
  position: absolute;
  top: 0;
  left: 8px;
  z-index: -1;
  content: "";
  width: calc( 100% - 16px);
  height: 100%;
  background: radial-gradient(circle, #fff0f0 2.5px, transparent 2.5px), radial-gradient(circle, #fdf5e5 2.5px, transparent 2.5px);
  background-size: 29px 29px;
}

@media screen and (max-width: 767px) {
  .dot::before {
    background: radial-gradient(circle, #fff0f0 2px, transparent 2px), radial-gradient(circle, #fdf5e5 2px, transparent 2px);
    background-size: 20px 20px;
  }
}

.dot--contact {
  text-align: center;
  padding: 40px 0 26px;
}

.dot--branch::before {
  background: radial-gradient(circle, #e0f7ff 2.5px, transparent 2.5px), radial-gradient(circle, #e0f7ff 2.5px, transparent 2.5px);
  background-size: 29px 29px;
}

@media screen and (max-width: 767px) {
  .dot--branch::before {
    background: radial-gradient(circle, #e0f7ff 2px, transparent 2px), radial-gradient(circle, #e0f7ff 2px, transparent 2px);
    background-size: 20px 20px;
  }
}

.branch .branch-unit {
  position: relative;
  display: grid;
  grid-template-columns: 467px 1fr;
  gap: 48px;
}

@media screen and (max-width: 1279px) {
  .branch .branch-unit {
    grid-template-columns: 1fr 480px;
  }
}

@media screen and (max-width: 959px) {
  .branch .branch-unit {
    grid-template-columns: 340px 1fr;
    gap: 36px;
    padding-bottom: 208px;
  }
}

@media screen and (max-width: 767px) {
  .branch .branch-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 24px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .branch .branch-unit__vsl {
    margin-inline: auto;
    max-width: 500px;
  }
}

.branch .branch-unit__vsl img {
  border-radius: 8px;
}

@media screen and (max-width: 959px) {
  .branch .branch-unit__vsl img {
    border-radius: calc(8px * 0.75);
  }
}

@media screen and (max-width: 767px) {
  .branch .branch-unit__vsl img {
    border-radius: calc(8px * 0.5);
  }
}

.branch .branch-unit__txt .branch-ttl {
  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;
  margin-bottom: calc(8px * 2);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}

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

@media screen and (max-width: 767px) {
  .branch .branch-unit__txt .branch-ttl {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

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

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

.branch .branch-unit__txt .branch-ttl span {
  padding: 0 16px;
  background: #f4c368;
  border-radius: 2px;
  color: #ffffff;
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  .branch .branch-unit__txt .branch-ttl span {
    border-radius: calc(2px * 0.75);
  }
}

@media screen and (max-width: 767px) {
  .branch .branch-unit__txt .branch-ttl span {
    border-radius: calc(2px * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .branch .branch-unit__txt .branch-ttl span {
    padding: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .branch .branch-unit__txt .branch-ttl span {
    padding: 0 8px;
    font-size: 1.6rem;
  }
}

.branch .branch-unit__txt .txt {
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  .branch .branch-unit__txt .tbl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .branch .branch-unit__txt .tbl {
    position: relative;
  }
}

@media screen and (max-width: 519px) {
  .branch .branch-unit__txt .tbl table tbody tr th {
    width: 80px;
  }
}

.branch .branch-unit__txt .tbl table tbody tr td {
  padding: 16px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.branch .branch-unit__txt .tbl table tbody tr td .tel {
  position: relative;
  display: block;
  padding-left: 22px;
  color: #f4c368;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 959px) {
  .branch .branch-unit__txt .tbl table tbody tr td .tel {
    padding-left: 18px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .branch .branch-unit__txt .tbl table tbody tr td .tel {
    font-size: 2.4rem;
  }
}

.branch .branch-unit__txt .tbl table tbody tr td .tel::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 17px;
  height: 22px;
  background: #f4c368;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
}

@media screen and (max-width: 959px) {
  .branch .branch-unit__txt .tbl table tbody tr td .tel::before {
    width: 14px;
    height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .branch .branch-unit__txt .tbl table tbody tr td .tel::before {
    width: 13px;
    height: 17px;
  }
}

.branch .branch-unit__txt .tbl table tbody tr td .tel--aqu {
  color: #55cad9;
}

.branch .branch-unit__txt .tbl table tbody tr td .tel--aqu::before {
  background: #55cad9;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.slick-dots {
  position: absolute;
  top: 148px;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  list-style: none;
}

@media screen and (max-width: 959px) {
  .slick-dots {
    top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .slick-dots {
    top: 88px;
    left: 20px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 7px;
  width: 7px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  border-radius: 1px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.slick-dots li button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  width: 17px;
  height: 17px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  opacity: 0;
}

.slick-dots li.slick-active button::after {
  opacity: 1;
}

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

.modal-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100vw;
  height: 100vh;
  background: #4d4b3d;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.modal-switch:checked ~ .modal-overlay {
  opacity: 0.3;
  visibility: visible;
}

.modal-content {
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9998;
  width: calc(100% - 80px);
  max-width: 900px;
  max-height: calc(100% - 80px);
  padding: 56px 24px 24px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

@media screen and (max-width: 959px) {
  .modal-content {
    border-radius: calc(8px * 0.75);
  }
}

@media screen and (max-width: 767px) {
  .modal-content {
    border-radius: calc(8px * 0.5);
  }
}

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

@media screen and (max-width: 959px) {
  .modal-content {
    width: calc(100% - 48px);
    padding: 48px 20px 20px;
  }
}

@media screen and (max-width: 519px) {
  .modal-content {
    width: calc(100% - 32px);
    padding: 40px 16px 16px;
  }
}

.modal-content::-webkit-scrollbar {
  display: none;
}

.modal-content img {
  width: auto;
  max-height: 100%;
  margin: 0 auto;
}

.modal-switch:checked ~ .modal-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: opacity .3s,  visibility .3s, -webkit-transform 0s;
  transition: opacity .3s,  visibility .3s, -webkit-transform 0s;
  transition: opacity .3s,  visibility .3s, transform 0s;
  transition: opacity .3s,  visibility .3s, transform 0s,  -webkit-transform 0s;
}

.modal .modal-close {
  position: absolute;
  top: 16px;
  right: 24px;
  z-index: 9999;
  font-size: 3.2rem;
  line-height: 32px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .modal .modal-close {
    right: 20px;
    font-size: 2.4rem;
    line-height: 24px;
  }
}

@media screen and (max-width: 519px) {
  .modal .modal-close {
    top: 12px;
    right: 16px;
    font-size: 2rem;
    line-height: 20px;
  }
}

.modal .modal-close:hover {
  opacity: 0.8;
}

@media screen and (min-width: 961px) {
  .font-large .note-txt {
    font-size: 1.6rem;
  }
}

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