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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: YakuHanJP, "Shippori Mincho", "Noto serif JP", "Inter", serif;
}

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

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

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

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

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

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

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: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-sect {
  margin-bottom: calc(8px * 10);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1279px) {
  .header {
    padding: 16px 18px;
  }
}

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

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

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

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

.header .header-hotline__con a {
  position: relative;
  padding: 4px 12px 5px 26px;
  color: #ffffff;
  border-radius: 20px;
  border: 1px solid #CE7F67;
  background: #CE7F67;
  font-size: 1.4rem;
}

.header .header-hotline__con a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 11px;
  background-color: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.header .header-hotline__con a:hover {
  background: #ffffff;
  color: #CE7F67;
}

.header .header-hotline__con a:hover::before {
  background-color: #CE7F67;
}

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

.header .header-menu__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  gap: 24px;
}

.header .header-menu__sub .header-sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header .header-menu__sub .header-sub-list__item {
  color: #676767;
  font-size: 1.3rem;
}

.header .header-menu__sub .header-sub-list__item:not(:last-of-type) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #C7D8D5;
}

.header .header-menu__sub .header-sub-list__item a:hover {
  text-decoration: underline;
  color: #464646;
}

.header .header-menu .header-nav .header-nav-list {
  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;
}

.header .header-menu .header-nav .header-nav-list__item {
  position: relative;
  font-size: 1.4rem;
}

.header .header-menu .header-nav .header-nav-list__item:not(:last-of-type) {
  padding-right: 18px;
  margin-right: 18px;
}

@media screen and (max-width: 1023px) {
  .header .header-menu .header-nav .header-nav-list__item:not(:last-of-type) {
    padding-right: 12px;
    margin-right: 12px;
  }
}

.header .header-menu .header-nav .header-nav-list__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6AACA1;
}

@media screen and (max-width: 1023px) {
  .header .header-menu .header-nav .header-nav-list__item:not(:last-of-type)::after {
    width: 4px;
    height: 4px;
  }
}

.header .header-menu .header-nav .header-nav-list__item:nth-of-type(5) {
  padding-right: 0;
  margin-right: 24px;
}

.header .header-menu .header-nav .header-nav-list__item:nth-of-type(5)::after {
  display: none;
}

.header .header-menu .header-nav .header-nav-list__item a:hover {
  color: #6AACA1;
}

.header .header-menu .header-nav .header-nav-list__item.--access a {
  position: relative;
  color: #ffffff;
  padding: 2px 16px 2px 24px;
  border-radius: 20px;
  background: #6AACA1;
  border: 1px solid #6AACA1;
  letter-spacing: -1px;
}

.header .header-menu .header-nav .header-nav-list__item.--access a::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 14px;
  display: block;
  background-color: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/map.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/map.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.header .header-menu .header-nav .header-nav-list__item.--access a:hover {
  background: #ffffff;
  color: #6AACA1;
}

.header .header-menu .header-nav .header-nav-list__item.--access a:hover::before {
  background-color: #6AACA1;
}

.header .header-menu .header-nav .header-nav-list__item:has(.pull-down) {
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 1279px) {
  .header .header-menu .header-nav .header-nav-list__item:has(.pull-down) {
    padding-right: 6px;
  }
}

@media screen and (max-width: 1023px) {
  .header .header-menu .header-nav .header-nav-list__item:has(.pull-down) {
    padding-right: 4px;
  }
}

.header .header-menu .header-nav .header-nav-list__item:has(.pull-down) .pull-down {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: -18px;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 8px;
}

.header .header-menu .header-nav .header-nav-list__item:has(.pull-down) .pull-down .pull-down-list {
  padding: 0 12px;
  background: #6AACA1;
  border-radius: 3px;
}

.header .header-menu .header-nav .header-nav-list__item:has(.pull-down) .pull-down .pull-down-list__item:not(:nth-last-of-type(1)) {
  border-bottom: dashed 1px #ffffff;
}

.header .header-menu .header-nav .header-nav-list__item:has(.pull-down) .pull-down .pull-down-list__item a {
  display: block;
  white-space: nowrap;
  min-width: 140px;
  padding: 12px 6px;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.4;
}

.header .header-menu .header-nav .header-nav-list__item:has(.pull-down) .pull-down .pull-down-list__item a:hover {
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}

.header .header-menu .header-nav .header-nav-list__item:has(.pull-down):hover .pull-down {
  opacity: 1;
  visibility: visible;
}

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

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

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

.drawer-hamburger {
  display: block;
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 9999;
  width: 64px;
  height: 64px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
  background: #6AACA1;
  border-radius: 100%;
}

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

.drawer-hamburger span {
  display: block;
  position: relative;
  top: 32px;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
}

@media screen and (max-width: 519px) {
  .drawer-hamburger span {
    top: 28px;
  }
}

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

@media screen and (max-width: 519px) {
  .drawer-hamburger span::before, .drawer-hamburger span::after {
    left: 20px;
  }
}

.drawer-hamburger span::before {
  width: 16px;
  top: -11px;
}

.drawer-hamburger span::after {
  width: 10px;
  top: -5px;
}

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

.drawer-switch:checked ~ .drawer-hamburger span::after {
  width: 16px;
  top: -9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

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

.drawer-content .drawer-logo {
  max-width: 270px;
  padding: 16px 0;
  margin-right: 56px;
  margin-bottom: 16px;
}

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

.drawer-content .drawer-hotline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}

.drawer-content .drawer-hotline a {
  position: relative;
  font-size: 1.4rem;
  text-align: center;
  color: #ffffff;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 56px;
  padding: 3px 8px;
  border-radius: 2px 8px 2px 8px;
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-hotline a {
    padding: 6px 8px;
  }
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-hotline a {
    font-size: 1rem;
    letter-spacing: -0.25px;
  }
}

.drawer-content .drawer-hotline a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 22px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #ffffff;
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-hotline a::before {
    top: 10px;
  }
}

.drawer-content .drawer-hotline a:hover {
  background: #ffffff;
}

.drawer-content .drawer-hotline__line, .drawer-content .drawer-hotline__contact, .drawer-content .drawer-hotline__res {
  width: calc((100% / 3) - (8px * 2 / 3));
}

.drawer-content .drawer-hotline__line a {
  background: #6AACA1;
  border: 1px solid #6AACA1;
}

.drawer-content .drawer-hotline__line a::before {
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/line.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/line.svg");
}

.drawer-content .drawer-hotline__line a:hover {
  color: #6AACA1;
}

.drawer-content .drawer-hotline__line a:hover::before {
  background-color: #6AACA1;
}

.drawer-content .drawer-hotline__contact a {
  background: #CE7F67;
  border: 1px solid #CE7F67;
}

.drawer-content .drawer-hotline__contact a::before {
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
}

.drawer-content .drawer-hotline__contact a:hover {
  color: #CE7F67;
}

.drawer-content .drawer-hotline__contact a:hover::before {
  background-color: #CE7F67;
}

.drawer-content .drawer-hotline__res a {
  background: #7C7052;
  border: 1px solid #7C7052;
}

.drawer-content .drawer-hotline__res a::before {
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/cal.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/cal.svg");
}

.drawer-content .drawer-hotline__res a:hover {
  color: #7C7052;
}

.drawer-content .drawer-hotline__res a:hover::before {
  background-color: #7C7052;
}

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

.drawer-content .drawer-menu__item a {
  position: relative;
  display: block;
  padding: 16px 0 16px 14px;
  border-bottom: 1px solid #C7D8D5;
  font-size: 1.4rem;
}

.drawer-content .drawer-menu__item a::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 5px;
  height: 8px;
  background-color: #6AACA1;
  -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-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.drawer-content .drawer-menu__item a:hover {
  -webkit-transform: translate(4px, 0);
  transform: translate(4px, 0);
}

.drawer-content .drawer-search__worries details, .drawer-content .drawer-search__treatment details {
  -webkit-transition: .5s;
  transition: .5s;
}

.drawer-content .drawer-search__worries summary, .drawer-content .drawer-search__treatment summary {
  display: block;
  list-style: none;
}

.drawer-content .drawer-search__worries summary::-webkit-details-marker, .drawer-content .drawer-search__treatment summary::-webkit-details-marker {
  display: none;
}

.drawer-content .drawer-search__worries .search-ttl, .drawer-content .drawer-search__treatment .search-ttl {
  position: relative;
  padding: 14px 12px 14px 33px;
  background: #F4FAFA;
  border-radius: 4px;
  cursor: pointer;
}

.drawer-content .drawer-search__worries .search-ttl::before, .drawer-content .drawer-search__treatment .search-ttl::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 12px;
  width: 17px;
  height: 17px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/search.svg");
}

.drawer-content .drawer-search__worries .search-ttl::after, .drawer-content .drawer-search__treatment .search-ttl::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 18px;
  width: 5px;
  height: 10px;
  background-color: #6AACA1;
  -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-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
}

.drawer-content .drawer-search__worries .search-list, .drawer-content .drawer-search__treatment .search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.drawer-content .drawer-search__worries .search-list__item, .drawer-content .drawer-search__treatment .search-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: calc((100% / 2) - (0px * 1 / 2));
  padding: 12px 16px;
  font-size: 1.2rem;
  border: 1px solid #eeeeee;
  border-top: none;
}

.drawer-content .drawer-search__worries .search-list__item:nth-of-type(1), .drawer-content .drawer-search__worries .search-list__item:nth-of-type(2), .drawer-content .drawer-search__treatment .search-list__item:nth-of-type(1), .drawer-content .drawer-search__treatment .search-list__item:nth-of-type(2) {
  border-top: 1px solid #eeeeee;
}

.drawer-content .drawer-search__worries .search-list__item:nth-of-type(2n-1), .drawer-content .drawer-search__treatment .search-list__item:nth-of-type(2n-1) {
  border-right: none;
}

.drawer-content .drawer-search__worries .search-list__item:last-of-type, .drawer-content .drawer-search__treatment .search-list__item:last-of-type {
  border-right: 1px solid #eeeeee;
}

.drawer-content .drawer-search__worries .search-list__item::after, .drawer-content .drawer-search__treatment .search-list__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 8px;
  background-color: #6AACA1;
  -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-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.drawer-content .drawer-search__worries .search-list__item a, .drawer-content .drawer-search__treatment .search-list__item a {
  display: block;
  line-height: 1.4;
  width: 100%;
}

.drawer-content .drawer-search__worries .search-list__item a:hover, .drawer-content .drawer-search__treatment .search-list__item a:hover {
  color: #6AACA1;
  -webkit-transform: translate(4px, 0);
  transform: translate(4px, 0);
}

.drawer-content .drawer-search__worries {
  margin-bottom: 16px;
}

.drawer-content .drawer-search__treatment {
  margin-bottom: 32px;
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-search__treatment .search-list__item {
    width: calc((100% / 1) - (0px * 0 / 1));
    border-right: 1px solid #eeeeee;
  }
}

.drawer-content .add-txt {
  font-size: 1.4rem;
  margin-bottom: 8px;
  text-align: center;
}

.drawer-content .privacy-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-left: 14px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 24px;
  font-size: 1.2rem;
  color: #999999;
}

@media screen and (max-width: 767px) {
  .drawer-content .privacy-link {
    margin-bottom: 20px;
  }
}

.drawer-content .privacy-link::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 10px;
  background-color: #6AACA1;
  -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-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.drawer-content .privacy-link:hover {
  -webkit-transform: translate(4px, 0);
  transform: translate(4px, 0);
  text-decoration: underline;
}

.footer {
  margin-inline: auto;
}

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

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

@media screen and (max-width: 1023px) {
  .footer .footer-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
  }
}

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

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

.footer .footer-unit:last-of-type {
  padding: 48px 0;
}

@media screen and (max-width: 767px) {
  .footer .footer-unit:last-of-type {
    padding: 24px 0;
  }
}

.footer .footer-unit__logo {
  max-width: 220px;
  width: 100%;
}

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

@media screen and (max-width: 767px) {
  .footer .footer-unit__logo {
    max-width: 240px;
  }
}

.footer .footer-unit__menu {
  width: calc(100% - 480px);
}

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

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

@media screen and (max-width: 767px) {
  .footer .footer-unit__menu {
    display: none;
  }
}

.footer .footer-unit__info {
  width: calc(100% - 480px);
}

@media screen and (max-width: 1023px) {
  .footer .footer-unit__info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

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

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

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

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

.footer .footer-tel a {
  display: block;
  position: relative;
  padding-left: 16px;
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  .footer .footer-tel a {
    padding: 16px 16px 16px 40px;
    margin-inline: auto;
    border: 1px solid #6AACA1;
    border-radius: 2px;
    background: rgba(106, 172, 161, 0.04);
    text-align: center;
    font-size: 2rem;
    color: #6AACA1;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-tel a {
    font-size: 1.6rem;
    padding: 10px 10px 10px 32px;
  }
}

.footer .footer-tel a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 17px;
  background-color: #6AACA1;
  -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");
  -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: 959px) {
  .footer .footer-tel a::before {
    left: calc(50% - 80px);
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-tel a::before {
    left: calc(50% - 60px);
  }
}

.footer .footer-tel a:hover {
  background: #6AACA1;
  color: #ffffff;
}

.footer .footer-tel a:hover::before {
  background-color: #ffffff;
}

.footer .footer-map-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .footer .footer-map-unit {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-map-unit {
    gap: 6px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.footer .footer-map-unit a {
  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: 10px;
  position: relative;
  padding: 14px 40px 14px 12px;
  border: 1px solid #6AACA1;
  border-radius: 2px 2px 8px 2px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .footer .footer-map-unit a {
    padding: 10px 40px 10px 12px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-map-unit a {
    gap: 4px;
    padding: 10px 16px 10px 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

.footer .footer-map-unit a .map-ico {
  display: block;
  width: 22px;
  height: 28px;
  background-color: #6AACA1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/map.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/map.svg");
  -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: 519px) {
  .footer .footer-map-unit a .map-ico {
    width: 12px;
    height: 18px;
  }
}

.footer .footer-map-unit a::before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 24px;
  height: 24px;
  border-radius: 8px 1px 8px 1px;
  border: 1px solid #6AACA1;
  background: rgba(106, 172, 161, 0.1);
}

@media screen and (max-width: 519px) {
  .footer .footer-map-unit a::before {
    width: 18px;
    height: 18px;
  }
}

.footer .footer-map-unit a::after {
  position: absolute;
  right: 7px;
  bottom: 6px;
  content: "";
  width: 7px;
  height: 8px;
  background-color: #6AACA1;
  -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-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: 519px) {
  .footer .footer-map-unit a::after {
    right: 5px;
    bottom: 3px;
  }
}

.footer .footer-map-unit a:hover {
  background: #6AACA1;
  color: #ffffff;
}

.footer .footer-map-unit a:hover .map-ico {
  background-color: #ffffff;
}

.footer .footer-map-unit a:hover::before {
  background: #ffffff;
}

.footer .footer-map-unit a:hover span {
  color: #ffffff;
}

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

@media screen and (max-width: 1279px) {
  .footer .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 28px;
  }
}

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

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

.footer .footer-nav .footer-nav-list__item a {
  position: relative;
  display: block;
  padding-left: 13px;
}

.footer .footer-nav .footer-nav-list__item a::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 10px;
  background-color: #6AACA1;
  -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-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.footer .footer-nav .footer-nav-list__item a:hover {
  color: #6AACA1;
  -webkit-transform: translate(4px, 0);
  transform: translate(4px, 0);
}

.footer .copy {
  padding: 8px 16px;
  font-size: 1.2rem;
  text-align: center;
}

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

.float-foot {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-bottom: 0;
  z-index: 999;
}

@media screen and (max-width: 959px) {
  .float-foot {
    display: block;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.float-foot__item {
  position: relative;
  right: -1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 959px) {
  .float-foot__item {
    width: calc((100% / 3) - (0px * 2 / 3));
  }
}

.float-foot__item:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width: 1023px) {
  .float-foot__item:not(:last-child) {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 959px) {
  .float-foot__item:not(:last-child) {
    margin-bottom: 0;
  }
}

.float-foot__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: 54px;
  height: 160px;
  padding-top: 24px;
  font-size: 1.8rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  border-radius: 10px 0 0 10px;
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .float-foot__item a {
    position: relative;
    width: 100%;
    height: 56px;
    bottom: 0;
    padding-top: 0;
    padding-left: 28px;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    border-radius: 6px 6px 0 0;
  }
}

@media screen and (max-width: 959px) {
  .float-foot__item a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .float-foot__item a {
    height: 52px;
    font-size: 1.4rem;
    padding-left: 19px;
  }
}

.float-foot__item a::after {
  content: '';
  background: #ffffff;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.float-foot .--line {
  background: #6AACA1;
}

@media screen and (max-width: 959px) {
  .float-foot .--line {
    position: static;
    border-radius: 6px 6px 0 0;
    width: calc((100% / 3) - (0px * 2 / 3));
  }
}

.float-foot .--line a {
  border: 1px solid #6AACA1;
}

@media screen and (max-width: 959px) {
  .float-foot .--line a {
    width: 100%;
    height: 56px;
    bottom: 0;
    padding-top: 0;
    padding-left: 28px;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    border-radius: 6px 6px 0 0;
  }
}

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

@media screen and (max-width: 767px) {
  .float-foot .--line a {
    height: 52px;
    font-size: 1.4rem;
    padding-left: 19px;
  }
}

.float-foot .--line a::after {
  content: '';
  position: absolute;
  top: 30px;
  left: 50%;
  width: 12px;
  height: 18px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/line.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/line.svg");
  translate: -50% 0;
}

@media screen and (max-width: 959px) {
  .float-foot .--line a::after {
    top: 50%;
    left: calc(50% - 24px);
    translate: 0 -50%;
  }
}

@media screen and (max-width: 519px) {
  .float-foot .--line a::after {
    left: calc(50% - 25px);
    width: 10px;
    height: 16px;
  }
}

.float-foot .--line a:hover {
  background: #ffffff;
  color: #6AACA1;
}

.float-foot .--line a:hover::after {
  background: #6AACA1;
}

.float-foot .--con {
  background: #CE7F67;
}

@media screen and (max-width: 959px) {
  .float-foot .--con {
    position: static;
    border-radius: 6px 6px 0 0;
    width: calc((100% / 3) - (0px * 2 / 3));
  }
}

.float-foot .--con a {
  border: 1px solid #CE7F67;
}

@media screen and (max-width: 959px) {
  .float-foot .--con a {
    width: 100%;
    height: 56px;
    bottom: 0;
    padding-top: 0;
    padding-left: 28px;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    border-radius: 6px 6px 0 0;
  }
}

@media screen and (max-width: 959px) {
  .float-foot .--con a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .float-foot .--con a {
    height: 52px;
    font-size: 1.4rem;
    padding-left: 19px;
  }
}

.float-foot .--con a::after {
  content: '';
  position: absolute;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
  height: 19px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
}

@media screen and (max-width: 959px) {
  .float-foot .--con a::after {
    top: 19px;
    left: calc(50% - 58px);
  }
}

@media screen and (max-width: 519px) {
  .float-foot .--con a::after {
    top: 21px;
    left: calc(50% - 44px);
    width: 12px;
    height: 15px;
  }
}

.float-foot .--con a:hover {
  background: #ffffff;
  color: #CE7F67;
}

.float-foot .--con a:hover::after {
  background: #CE7F67;
}

.float-foot .--res {
  background: url("/wp-content/themes/itreat_base/dist/img/common/texture-brn.jpg") center/100px 100px repeat;
}

@media screen and (max-width: 959px) {
  .float-foot .--res {
    position: static;
    border-radius: 6px 6px 0 0;
    width: calc((100% / 3) - (0px * 2 / 3));
  }
}

.float-foot .--res a {
  border-radius: 10px 0 0 10px;
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .float-foot .--res a {
    width: 100%;
    height: 56px;
    bottom: 0;
    padding-top: 0;
    padding-left: 28px;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    border-radius: 6px 6px 0 0;
  }
}

@media screen and (max-width: 959px) {
  .float-foot .--res a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .float-foot .--res a {
    height: 52px;
    font-size: 1.4rem;
    padding-left: 19px;
  }
}

.float-foot .--res a::after {
  content: '';
  position: absolute;
  top: 17px;
  left: 50%;
  width: 20px;
  height: 17px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/cal.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/cal.svg");
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 959px) {
  .float-foot .--res a::after {
    top: 50%;
    left: calc(50% - 50px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media screen and (max-width: 519px) {
  .float-foot .--res a::after {
    left: calc(50% - 45px);
    width: 18px;
    height: 15px;
  }
}

.float-foot .--res a:hover {
  background: #ffffff;
  color: #7C7052;
  border: 1px solid #7C7052;
}

.float-foot .--res a:hover::after {
  background: #7C7052;
}

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

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

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

.notfound-message {
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: calc(8px * 4);
  padding: calc(8px * 4);
  border: solid 1px #999999;
}

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

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

@media screen and (max-width: 959px) {
  .notfound-message {
    padding: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .notfound-message {
    padding: calc((8px * 4) * 0.5);
  }
}

.headline {
  margin-inline: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: calc(8px * 5);
}

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

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

@media screen and (max-width: 767px) {
  .headline {
    margin-bottom: 32px;
  }
}

.headline__sub {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}

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

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

.headline__main {
  color: #6AACA1;
  text-align: center;
  font-size: 4.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

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

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

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

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

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

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

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

.lower-page .hero {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 40px);
  height: 190px;
  margin-bottom: 14px;
  margin-inline: auto;
  background: url("/wp-content/themes/itreat_base/dist/img/common/lower-hero.jpg") center/cover no-repeat;
  border-radius: 4px;
}

@media screen and (max-width: 959px) {
  .lower-page .hero {
    height: 140px;
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .lower-page .hero {
    height: 100px;
    width: calc(100% - 8px);
    border-radius: 2px;
  }
}

.lower-page .hero .pagettl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ffffff;
}

.lower-page .hero .pagettl__sub {
  font-size: 2.2rem;
}

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

.lower-page .hero .pagettl__main {
  font-size: 4.8rem;
  text-transform: capitalize;
  line-height: 1;
}

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

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

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

.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);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 32px;
}

@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: 519px) {
  .lower-page .breadcrumb {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

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

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

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

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

.lower-page .breadcrumb__item:not(:nth-last-of-type(1))::after {
  content: '';
  position: absolute;
  top: 54%;
  left: calc(100% + 10px);
  padding: 0 4px 0 8px;
  width: 14px;
  height: 11px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/bread-deco.svg") center/contain no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

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

.lower-page .headttl {
  margin-bottom: 64px;
  position: relative;
  color: #6AACA1;
  font-size: 2.8rem;
}

@media screen and (max-width: 959px) {
  .lower-page .headttl {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .headttl {
    margin-bottom: 32px;
    font-size: 2rem;
  }
}

.lower-page .headttl::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 53px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/headttl.svg") bottom left/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .lower-page .headttl::before {
    bottom: -20px;
  }
}

.lower-page .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: calc(8px * 5);
}

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

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

.lower-page .headline__sub {
  font-size: 1.8rem;
  letter-spacing: 2.5px;
  text-align: left;
}

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

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

.lower-page .headline__main {
  font-size: 4.2rem;
  color: #6AACA1;
  font-family: "Noto Serif", "Inter", serif;
  text-transform: capitalize;
  letter-spacing: 2px;
  text-align: left;
}

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

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

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

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

@media screen and (max-width: 519px) {
  .lower-page .headline__main {
    font-size: 2rem;
    letter-spacing: 1px;
  }
}

.lower-page .headline.--center {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.lower-page .headline.--center::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 24px;
  height: 10px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/head-deco.svg") center/cover no-repeat;
}

.lower-page .headline.--side {
  margin-inline: 0;
  margin-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.lower-page .ttl-l {
  position: relative;
  padding: 24px 24px 24px 30px;
  margin-bottom: 32px;
  font-size: 2.2rem;
  background: rgba(106, 172, 161, 0.06);
  border-radius: 2px;
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-l {
    margin-bottom: 22px;
    padding: 16px 16px 16px 24px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .ttl-l {
    margin-bottom: 16px;
    padding: 12px 12px 12px 20px;
    font-size: 1.8rem;
  }
}

.lower-page .ttl-l::before {
  content: "";
  position: absolute;
  top: 33px;
  left: 16px;
  width: 2px;
  height: 22px;
  background: #6AACA1;
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-l::before {
    top: 22px;
    left: 14px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .ttl-l::before {
    top: 16px;
    left: 10px;
  }
}

.lower-page .ttl-m {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 16px;
  padding-left: 34px;
  border-bottom: 1px solid #C7D8D5;
  font-size: 2rem;
}

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

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

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

@media screen and (max-width: 959px) {
  .lower-page .ttl-m::before {
    top: 6px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .ttl-m::before {
    top: 8px;
    width: 20px;
    height: 12px;
  }
}

.lower-page .ttl-s {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: calc(8px * 1);
  padding: 4px 14px;
  background: rgba(106, 172, 161, 0.15);
  color: #6AACA1;
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}

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

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

@media screen and (max-width: 519px) {
  .lower-page .ttl-s {
    padding: 4px 14px;
    font-size: 1.4rem;
  }
}

.lower-page .qa-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  counter-reset: q-num 0;
}

.lower-page .qa-list__item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px dashed rgba(153, 153, 153, 0.4);
}

@media screen and (max-width: 959px) {
  .lower-page .qa-list__item:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .qa-list__item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
}

.lower-page .qa-list__item dt {
  position: relative;
  font-size: 2rem;
  color: #6AACA1;
  padding-left: 56px;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .lower-page .qa-list__item dt {
    font-size: 1.8rem;
    padding-left: 50px;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 959px) {
  .lower-page .qa-list__item dt {
    font-size: 1.6rem;
    padding-left: 48px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .qa-list__item dt {
    padding-left: 40px;
    margin-bottom: 20px;
  }
}

.lower-page .qa-list__item dt::before, .lower-page .qa-list__item dt::after {
  position: absolute;
  translate: 0 -50%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

@media screen and (max-width: 1023px) {
  .lower-page .qa-list__item dt::before, .lower-page .qa-list__item dt::after {
    width: 42px;
    height: 42px;
  }
}

@media screen and (max-width: 959px) {
  .lower-page .qa-list__item dt::before, .lower-page .qa-list__item dt::after {
    width: 38px;
    height: 38px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .qa-list__item dt::before, .lower-page .qa-list__item dt::after {
    width: 34px;
    height: 34px;
  }
}

.lower-page .qa-list__item dt::before {
  left: 0;
  top: 50%;
  counter-increment: q-num;
  content: "Q" counter(q-num);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #6AACA1;
  color: #6AACA1;
  font-size: 2rem;
  background: #ffffff;
}

@media screen and (max-width: 1023px) {
  .lower-page .qa-list__item dt::before {
    font-size: 1.8rem;
  }
}

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

.lower-page .qa-list__item dt::after {
  left: 0;
  top: calc(50% + 2px);
  content: '';
  background: rgba(106, 172, 161, 0.05);
  z-index: -1;
}

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

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

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

.lower-page .flow .flow-intro-txt {
  text-align: center;
  margin-bottom: 20px;
}

.lower-page .flow .flow-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  counter-reset: flow-num;
}

@media screen and (max-width: 959px) {
  .lower-page .flow .flow-list {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .flow .flow-list {
    gap: 20px;
  }
}

.lower-page .flow .flow-list__item {
  position: relative;
  border: 1px solid #6AACA1;
  border-radius: 6px;
}

.lower-page .flow .flow-list__item::before {
  position: absolute;
  content: '';
  width: 88px;
  height: 30px;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  background: rgba(199, 216, 213, 0.2);
}

@media screen and (max-width: 959px) {
  .lower-page .flow .flow-list__item::before {
    height: 24px;
  }
}

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

.lower-page .flow .flow-list__item::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 10px;
  top: calc(100% + 10px);
  left: 50%;
  translate: -50% 0;
  background-color: #6AACA1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/flow-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/flow-arrow.svg");
  -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: 959px) {
  .lower-page .flow .flow-list__item::after {
    width: 18px;
    height: 8px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .flow .flow-list__item::after {
    width: 16px;
    height: 6px;
  }
}

.lower-page .flow .flow-list__item .flow-list-content {
  position: relative;
}

.lower-page .flow .flow-list__item .flow-list-content::before, .lower-page .flow .flow-list__item .flow-list-content::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #6AACA1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/flow-content-deco.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/flow-content-deco.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.lower-page .flow .flow-list__item .flow-list-content::before {
  top: 0;
  left: 77px;
}

@media screen and (max-width: 959px) {
  .lower-page .flow .flow-list__item .flow-list-content::before {
    left: 62px;
  }
}

.lower-page .flow .flow-list__item .flow-list-content::after {
  top: 52px;
  left: 0;
}

@media screen and (max-width: 959px) {
  .lower-page .flow .flow-list__item .flow-list-content::after {
    top: 42px;
  }
}

.lower-page .flow .flow-list__item .flow-list-content .flow-list-inner {
  position: relative;
  padding: 12px 24px 24px;
}

@media screen and (max-width: 959px) {
  .lower-page .flow .flow-list__item .flow-list-content .flow-list-inner {
    padding: 12px 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .flow .flow-list__item .flow-list-content .flow-list-inner {
    padding: 12px 16px 16px;
  }
}

.lower-page .flow .flow-list__item .flow-list-content .flow-list-inner::before {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  width: 78px;
  height: 54px;
  background: #6AACA1;
  border-radius: 6px 0 6px 0;
}

@media screen and (max-width: 959px) {
  .lower-page .flow .flow-list__item .flow-list-content .flow-list-inner::before {
    width: 64px;
    height: 44px;
  }
}

.lower-page .flow .flow-list__item .flow-list-content .flow-list-inner::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 244px;
  height: 120px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/flow-inner-deco.png") center/cover no-repeat;
}

@media screen and (max-width: 959px) {
  .lower-page .flow .flow-list__item .flow-list-content .flow-list-inner::after {
    width: 200px;
    height: 98px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .flow .flow-list__item .flow-list-content .flow-list-inner::after {
    width: 164px;
    height: 80px;
  }
}

.lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dt {
  position: relative;
  font-size: 2.2rem;
  color: #6AACA1;
  margin-bottom: calc(8px * 4);
  padding-left: 80px;
}

@media screen and (max-width: 959px) {
  .lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dt {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dt {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dt {
    font-size: 2rem;
    padding-left: 64px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dt {
    font-size: 1.8rem;
    padding-left: 56px;
    min-height: 30px;
    line-height: 1.2;
  }
}

.lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dt::before {
  position: absolute;
  left: 0;
  top: -8px;
  content: 'flow';
  color: #ffffff;
  font-size: 1.2rem;
}

@media screen and (max-width: 959px) {
  .lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dt::before {
    top: -11px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dt::before {
    left: 2px;
    top: -8px;
  }
}

.lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dt::after {
  position: absolute;
  left: -1px;
  top: 0;
  counter-increment: flow-num;
  content: counter(flow-num, decimal-leading-zero);
  color: #ffffff;
  font-size: 2.6rem;
}

@media screen and (max-width: 1023px) {
  .lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dt::after {
    font-size: 2.4rem;
    left: 0;
    top: 2px;
  }
}

@media screen and (max-width: 959px) {
  .lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dt::after {
    font-size: 2rem;
    left: 0;
    top: -1px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dt::after {
    left: 3px;
    top: 4px;
  }
}

.lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dd .flow-btn-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dd .flow-btn-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dd .flow-btn-unit .flow-btn {
  width: 100%;
  max-width: 224px;
}

.lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dd .frame-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

@media screen and (max-width: 959px) {
  .lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dd .frame-list {
    gap: 6px;
  }
}

@media screen and (max-width: 959px) {
  .lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dd .frame-list {
    gap: 4px;
  }
}

.lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dd .frame-list__item {
  padding: 4px 12px;
  background: rgba(199, 216, 213, 0.12);
  border: 1px dashed #C7D8D5;
  border-radius: 2px;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 959px) {
  .lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dd .frame-list__item {
    padding: 4px 10px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dd .frame-list__item {
    line-height: 1.2;
  }
}

.lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dd .frame-list .things-txt {
  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;
  background: none !important;
  border: none !important;
  padding: 0;
}

.lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dd .note-list__item {
  font-size: 1.4rem;
}

.lower-page .flow .flow-list__item .flow-list-content .flow-list-inner dd .note-list__item::before {
  color: #CE7F67;
}

.lower-page .flow .flow-list__item:nth-child(2n) {
  border: 1px solid #C4B38C;
}

.lower-page .flow .flow-list__item:nth-child(2n)::before {
  background: rgba(196, 179, 140, 0.12);
}

.lower-page .flow .flow-list__item:nth-child(2n)::after {
  background-color: #C4B38C;
}

.lower-page .flow .flow-list__item:nth-child(2n) .flow-list-content::before, .lower-page .flow .flow-list__item:nth-child(2n) .flow-list-content::after {
  background-color: #C4B38C;
}

.lower-page .flow .flow-list__item:nth-child(2n) .flow-list-content .flow-list-inner::before {
  background: #C4B38C;
}

.lower-page .flow .flow-list__item:nth-child(2n) .flow-list-content .flow-list-inner::after {
  background: url("/wp-content/themes/itreat_base/dist/img/common/flow-inner-deco-beg.png") center/cover no-repeat;
}

.lower-page .flow .flow-list__item:nth-child(2n) .flow-list-content .flow-list-inner dt {
  color: #C4B38C;
}

.lower-page .flow .flow-list__item:nth-child(2n) .flow-list-content .flow-list-inner dd .flow-btn-unit .flow-btn a {
  border-color: #C4B38C;
}

.lower-page .flow .flow-list__item:nth-child(2n) .flow-list-content .flow-list-inner dd .flow-btn-unit .flow-btn a::before {
  border-color: #C4B38C;
  background: rgba(196, 179, 140, 0.1);
}

.lower-page .flow .flow-list__item:nth-child(2n) .flow-list-content .flow-list-inner dd .flow-btn-unit .flow-btn a::after {
  background-color: #C4B38C;
}

.lower-page .flow .flow-list__item:nth-child(2n) .flow-list-content .flow-list-inner dd .flow-btn-unit .flow-btn a:hover {
  background: #C4B38C;
}

.lower-page .flow .flow-list__item:nth-child(2n) .flow-list-content .flow-list-inner dd .flow-btn-unit .flow-btn a:hover::before {
  background: #ffffff;
}

.lower-page .flow .flow-list__item:nth-child(2n) .flow-list-content .flow-list-inner dd .frame-list__item {
  background: rgba(124, 112, 82, 0.12);
  border: 1px dashed #7C7052;
}

.lower-page .flow .flow-list__item:last-child::before {
  display: none;
}

.lower-page .flow .flow-list__item:last-child::after {
  display: none;
}

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

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

.txt .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FDFAD7));
  background: linear-gradient(transparent 50%, #FDFAD7 50%);
}

.txt .frame-txt {
  padding: 1px 12px;
  background: rgba(199, 216, 213, 0.12);
  border: 1px dashed #C7D8D5;
  border-radius: 2px;
  margin-right: 8px;
  line-height: 2.2;
}

@media screen and (max-width: 959px) {
  .txt .frame-txt {
    margin-right: 6px;
    padding: 1px 10px;
  }
}

@media screen and (max-width: 767px) {
  .txt .frame-txt {
    line-height: 2;
  }
}

.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;
  color: #6AACA1;
}

.note-txt {
  margin-left: 1em;
  font-size: 1.4rem;
  text-indent: -1em;
  line-height: 1.5;
}

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

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

.note-txt.--brn {
  color: #7C7052;
}

.note-txt.--brn::before {
  color: #7C7052;
}

.fc-red {
  color: #CE7F67;
}

.fc-aqu {
  color: #C7D8D5;
}

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

.fc-grn {
  color: #6AACA1;
}

.fc-orn {
  color: #F0AD81;
}

.fc-y-grn {
  color: #DBE2C9;
}

.fc-l-grn {
  color: #F5FCF6;
}

.fc-d-grn {
  color: #6E7953;
}

.fc-l-yel {
  color: #FDFAD7;
}

.fc-beg {
  color: #C4B38C;
}

.fc-brn {
  color: #7C7052;
}

.fc-blk {
  color: #464646;
}

.fc-wht {
  color: #ffffff;
}

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

.fc-gry {
  color: #999999;
}

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

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

@media screen and (max-width: 767px) {
  .list__item {
    padding-left: 16px;
  }
}

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

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

.list__item::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/diamond.svg") center/contain no-repeat;
}

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

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

.num-list__item {
  margin-left: 1em;
  text-indent: -1em;
}

.num-list__item::before {
  color: #6AACA1;
  counter-increment: list-num;
  content: counter(list-num) ".";
}

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

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

.check-list__item {
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
  border-bottom: 2px dotted rgba(153, 153, 153, 0.5);
}

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

.check-list__item::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/check-deco.svg") center/contain no-repeat;
}

.check-list__item a {
  text-decoration: underline;
  color: #6AACA1;
}

.check-list__item a:hover {
  text-decoration: none;
}

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

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

.btn.--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .btn.--right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .btn.--left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.btn a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-right: 36px;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .btn a {
    margin-inline: auto;
    padding-right: 32px;
    font-size: 1.4rem;
  }
}

.btn a::after {
  content: "";
  position: absolute;
  top: 64%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/btn.svg") center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .btn a::after {
    width: 24px;
    height: 24px;
  }
}

.btn a:hover {
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
  text-decoration: none;
}

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

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

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

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

.btn a.bc-l-aqu {
  background: #F4FAFA;
}

.btn a.bc-l-aqu:hover {
  background: #ffffff;
  color: #F4FAFA;
}

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

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

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

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

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

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

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

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

.btn a.bc-d-grn {
  background: #6E7953;
}

.btn a.bc-d-grn:hover {
  background: #ffffff;
  color: #6E7953;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-l {
  position: relative;
  max-width: 300px;
  width: 100%;
  margin-inline: auto;
  z-index: 1;
}

.btn-l::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: #6AACA1;
  border-radius: 8px 1px 8px 1px;
}

.btn-l::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/itreat_base/dist/img/common/texture-grn.jpg") center/300px 300px repeat;
  border-radius: 8px 1px 8px 1px;
}

.btn-l a {
  display: block;
  position: relative;
  padding: 16px 36px;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 8px 1px 8px 1px;
  text-align: center;
  letter-spacing: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .btn-l a {
    padding: 14px 28px 14px 14px;
  }
}

.btn-l a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 6px 1px 6px 1px;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .btn-l a::before {
    right: 10px;
  }
}

.btn-l a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 8px;
  background-color: #6AACA1;
  -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-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) {
  .btn-l a::after {
    right: 15px;
  }
}

.btn-l a:hover {
  color: #6AACA1;
  background: #ffffff;
  border: 1px solid #6AACA1;
}

.btn-l a:hover::before {
  background: #6AACA1;
}

.btn-l a:hover::after {
  background-color: #ffffff;
}

.btn-l.--orn::before {
  background: #F0AD81;
}

.btn-l.--orn::after {
  background: #F0AD81;
}

.btn-l.--orn a::after {
  background-color: #F0AD81;
}

.btn-l.--orn a:hover {
  color: #F0AD81;
  border: 1px solid #F0AD81;
}

.btn-l.--orn a:hover::before {
  background: #F0AD81;
}

.btn-l.--orn a:hover::after {
  background-color: #ffffff;
}

.btn-l.--brn {
  max-width: 400px;
}

.btn-l.--brn::before {
  background: #7C7052;
}

.btn-l.--brn::after {
  background: url("/wp-content/themes/itreat_base/dist/img/common/texture-brn.jpg") center/400px 100px repeat;
}

.btn-l.--brn a::before {
  position: absolute;
  top: auto;
  right: 1px;
  bottom: 1px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.btn-l.--brn a::after {
  position: absolute;
  top: auto;
  right: 6px;
  bottom: 5px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background-color: #7C7052;
}

.btn-l.--brn a:hover {
  color: #7C7052;
  background: #ffffff;
  border: 1px solid #7C7052;
}

.btn-l.--brn a:hover::before {
  background: #7C7052;
}

.btn-l.--brn a:hover::after {
  background-color: #ffffff;
}

.border-btn a {
  display: block;
  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: 10px;
  position: relative;
  max-width: 224px;
  width: 100%;
  padding: 14px 24px 14px 24px;
  border: 1px solid #6AACA1;
  border-radius: 2px 2px 8px 2px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .border-btn a {
    padding: 12px 18px 12px 18px;
    border-radius: 2px 2px 5px 2px;
  }
}

.border-btn a::before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 24px;
  height: 24px;
  border-radius: 8px 1px 8px 1px;
  border: 1px solid #6AACA1;
  background: rgba(106, 172, 161, 0.1);
}

@media screen and (max-width: 767px) {
  .border-btn a::before {
    width: 18px;
    height: 18px;
    border-radius: 5px 1px 5px 1px;
  }
}

.border-btn a::after {
  position: absolute;
  right: 7px;
  bottom: 6px;
  content: "";
  width: 7px;
  height: 8px;
  background-color: #6AACA1;
  -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-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) {
  .border-btn a::after {
    right: 5px;
    bottom: 4px;
  }
}

.border-btn a:hover {
  color: #ffffff;
  background: #6AACA1;
}

.border-btn a:hover::before {
  background: #ffffff;
}

.border-btn a:hover::after {
  background-color: #6AACA1;
}

.border-btn.--brn a {
  border: 1px solid #7C7052;
}

.border-btn.--brn a::before {
  border: 1px solid #7C7052;
  background: rgba(124, 112, 82, 0.1);
}

.border-btn.--brn a::after {
  background-color: #7C7052;
}

.border-btn.--brn a:hover {
  background: #7C7052;
}

.border-btn.--brn a:hover::before {
  background: #ffffff;
}

.border-btn.--brn a:hover::after {
  background-color: #7C7052;
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: calc( 64px + env(safe-area-inset-bottom));
  z-index: 1000;
  width: 56px;
  height: 56px;
  border-radius: 6px 0 0 6px;
  background: #DBE2C9;
  border: 1px solid #DBE2C9;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .pagetop {
    height: 52px;
  }
}

.pagetop .pagetop-txt {
  position: relative;
  bottom: -27px;
  color: #6E7953;
  font-size: 1rem;
  text-align: center;
}

.pagetop .pagetop-txt::before, .pagetop .pagetop-txt::after {
  content: "";
  position: absolute;
  left: 19px;
  width: 18px;
  height: 15px;
  background-color: #6E7953;
  -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-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  rotate: -90deg;
}

.pagetop .pagetop-txt::before {
  bottom: 22px;
}

.pagetop .pagetop-txt::after {
  bottom: 16px;
}

.pagetop:hover {
  background: #ffffff;
}

.tbl table {
  width: 100%;
}

.tbl table thead tr th {
  padding: 12px;
  background: #C4B38C;
  color: #ffffff;
  vertical-align: middle;
  text-align: left;
}

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

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

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

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

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

.tbl table tbody tr td {
  width: 60%;
  border: 1px solid rgba(196, 179, 140, 0.2);
}

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

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

.tbl table tbody tr td:first-of-type {
  background: rgba(196, 179, 140, 0.2);
  color: #7C7052;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
}

.tbl table tbody tr td:last-of-type {
  text-align: right;
  min-width: 100px;
  width: 100%;
}

.scroll-tbl {
  overflow-x: auto;
}

.scroll-tbl table {
  width: 100%;
  border-top: solid 1px #999999;
  border-left: solid 1px #999999;
}

.scroll-tbl table thead tr th {
  padding: 16px;
  background: #acacac;
  border-right: solid 1px #999999;
  border-bottom: solid 1px #999999;
  color: #464646;
  white-space: nowrap;
}

.scroll-tbl table tbody tr th,
.scroll-tbl table tbody tr td {
  padding: 16px;
  border-right: solid 1px #999999;
  border-bottom: solid 1px #999999;
}

.scroll-tbl table tbody tr th {
  background: #eeeeee;
}

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

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

.hours-tbl table tr th {
  text-align: left;
}

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

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

.hours-tbl table thead tr th:not(:first-of-type) {
  text-align: center;
}

.hours-tbl table tbody tr th,
.hours-tbl table tbody tr td {
  padding: 10px 8px;
  border-bottom: solid 1px #C7D8D5;
  vertical-align: middle;
}

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

.hours-tbl table tbody tr td {
  text-align: center;
  font-size: 1rem;
}

.frame {
  padding: 16px;
  border: solid 1px #999999;
}

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

.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: #464646;
  -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;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

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

.acd summary {
  position: relative;
  padding: calc(8px * 3);
  list-style: none;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .acd summary {
    padding: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .acd summary {
    padding: calc((8px * 3) * 0.5);
  }
}

.acd summary::-webkit-details-marker {
  display: none;
}

.acd summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 3.2rem;
  line-height: 32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.acd .acd-content {
  padding: calc(8px * 3);
  background: #eeeeee;
}

@media screen and (max-width: 959px) {
  .acd .acd-content {
    padding: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .acd .acd-content {
    padding: calc((8px * 3) * 0.5);
  }
}

.acd[open] summary::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.acd[open] .acd-content {
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.writer-info__ttl {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 8px;
  background: #6AACA1;
  color: #ffffff;
  font-size: 1.4rem;
  border-radius: 6px 1px;
}

@media screen and (max-width: 519px) {
  .writer-info__ttl {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
  }
}

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

.writer .writer-vsl {
  width: 120px;
}

@media screen and (max-width: 959px) {
  .writer .writer-vsl {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .writer .writer-vsl {
    width: 80px;
  }
}

.writer .writer-dtl {
  width: calc(100% - 136px);
}

@media screen and (max-width: 959px) {
  .writer .writer-dtl {
    width: calc(100% - 116px);
  }
}

@media screen and (max-width: 767px) {
  .writer .writer-dtl {
    width: calc(100% - 88px);
  }
}

.writer .writer-dtl .writer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
}

@media screen and (max-width: 519px) {
  .writer .writer-dtl .writer-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.writer .writer-dtl .writer-info__name {
  margin-bottom: 4px;
  font-size: 2rem;
}

.writer .writer-dtl .writer-info__name a {
  text-decoration: underline;
  color: #464646;
}

.writer .writer-dtl .writer-info__name a:hover {
  text-decoration: none;
}

.writer .writer-dtl__post {
  margin-bottom: 8px;
  font-size: 1.4rem;
  color: #676767;
}

.writer .writer-dtl__txt {
  font-size: 1.4rem;
  line-height: 1.4;
}

.qualification-ttl {
  margin-bottom: 6px;
  padding-left: 6px;
  border-left: 2px solid #6AACA1;
  font-size: 1.5rem;
}

.qualification-txt {
  font-size: 1.4rem;
  line-height: 1.4;
}

.contact {
  position: relative;
  background: url("/wp-content/themes/itreat_base/dist/img/nutrition/contact-bg.png") top/cover repeat-x;
  padding-top: 24px;
  z-index: 1;
}

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

.contact::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background: url("/wp-content/themes/itreat_base/dist/img/nutrition/contact-bg-top.png") top/100% 100% repeat-x;
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .contact::before {
    height: 24px;
  }
}

.contact .contact-ttl {
  position: relative;
  color: #7C7052;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 54px;
  padding-bottom: 16px;
}

@media screen and (max-width: 959px) {
  .contact .contact-ttl {
    letter-spacing: 0.05em;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact-ttl {
    margin-bottom: 32px;
  }
}

.contact .contact-ttl::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  translate: -50% 0;
  width: 742px;
  height: 20px;
  background: url("/wp-content/themes/itreat_base/dist/img/nutrition/contact-ttl-deco.svg") top/100% 100% no-repeat;
}

@media screen and (max-width: 959px) {
  .contact .contact-ttl::before {
    width: 400px;
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact-ttl::before {
    width: 300px;
    height: 18px;
  }
}

.contact .contact-ttl__sub {
  font-size: 2.4rem;
  display: block;
  margin-bottom: 28px;
}

@media screen and (max-width: 959px) {
  .contact .contact-ttl__sub {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact-ttl__sub {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.contact .contact-ttl__main {
  font-size: 3.0rem;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .contact .contact-ttl__main {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 959px) {
  .contact .contact-ttl__main {
    font-size: 2.2rem;
  }
}

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

.contact .contact-txt {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.024em;
  padding-bottom: 36px;
  color: #464646;
}

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

@media screen and (max-width: 767px) {
  .contact .contact-txt {
    font-size: 1.4rem;
    text-align: left;
  }
}

.cv {
  margin-bottom: calc(8px * 15);
  position: relative;
  padding: 64px 0;
}

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

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

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

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

.cv .txt {
  color: #ffffff;
}

.cv::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/itreat_base/dist/img/top/cv-bg.jpg") center/cover no-repeat;
  border-radius: 20px;
}

.cv .cv-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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: calc(8px * 5);
  color: #ffffff;
}

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

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

@media screen and (max-width: 767px) {
  .cv .cv-ttl {
    margin-bottom: 16px;
  }
}

.cv .cv-ttl__sub {
  letter-spacing: 2.5px;
}

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

.cv .cv-ttl__main {
  font-size: 4.2rem;
  font-family: "Noto Serif", "Inter", serif;
  text-transform: capitalize;
  letter-spacing: 2px;
}

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

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

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

.cv .cv-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}

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

@media screen and (max-width: 767px) {
  .cv .cv-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 16px;
  }
}

.cv .cv-unit__tel, .cv .cv-unit__res {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc((100% / 2) - (32px * 1 / 2));
  padding: 32px 12px;
  background: #ffffff;
  text-align: center;
  color: #7C7052;
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__tel, .cv .cv-unit__res {
    width: calc((100% / 2) - (20px * 1 / 2));
    padding: 16px 32px;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__tel, .cv .cv-unit__res {
    width: calc((100% / 1) - (2px * 0 / 1));
    padding: 16px 12px;
  }
}

.cv .cv-unit__tel .cv-txt, .cv .cv-unit__res .cv-txt {
  margin-bottom: 10px;
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__tel .cv-txt, .cv .cv-unit__res .cv-txt {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__tel .cv-txt, .cv .cv-unit__res .cv-txt {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
}

.cv .cv-unit__tel:hover {
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

.cv .cv-unit__tel .tel-num {
  position: relative;
  padding-left: 26px;
  font-size: 4rem;
  font-family: "Noto Serif", "Inter", serif;
  color: #7C7052;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit__tel .tel-num {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__tel .tel-num {
    font-size: 2.8rem;
    padding-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__tel .tel-num {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-unit__tel .tel-num {
    font-size: 2rem;
  }
}

.cv .cv-unit__tel .tel-num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 27px;
  background-color: #7C7052;
  -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");
  -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: 959px) {
  .cv .cv-unit__tel .tel-num::before {
    width: 8px;
    height: 25px;
  }
}

.cv .cv-unit__res {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cv .cv-unit__res a {
  display: block;
  max-width: 480px;
  width: 100%;
  padding: 16px;
  background: #7C7052;
  border: 1px solid #7C7052;
  border-radius: 30px;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__res a {
    padding: 10px 16px;
  }
}

.cv .cv-unit__res a .res-txt {
  position: relative;
  padding-left: 34px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__res a .res-txt {
    font-size: 1.8rem;
  }
}

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

.cv .cv-unit__res a .res-txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  height: 23px;
  background-color: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/cal.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/cal.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.cv .cv-unit__res a:hover {
  background: #ffffff;
  color: #7C7052;
}

.cv .cv-unit__res a:hover .res-txt::before {
  background-color: #7C7052;
}

.search .search-ttl {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 32px;
  border-bottom: 1px solid #C7D8D5;
}

@media screen and (max-width: 767px) {
  .search .search-ttl {
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
}

.search .search-ttl__sub {
  position: absolute;
  top: -80%;
  z-index: -1;
  font-size: 8.8rem;
  color: rgba(106, 172, 161, 0.12);
  font-family: "Noto Serif", "Inter", serif;
  letter-spacing: 0.14em;
}

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

@media screen and (max-width: 959px) {
  .search .search-ttl__sub {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 767px) {
  .search .search-ttl__sub {
    top: -60%;
    font-size: 4.8rem;
  }
}

.search .search-ttl__main {
  font-size: 2.8rem;
  font-weight: bold;
  color: #6AACA1;
  letter-spacing: 3px;
}

@media screen and (max-width: 959px) {
  .search .search-ttl__main {
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 767px) {
  .search .search-ttl__main {
    font-size: 2rem;
    letter-spacing: 1px;
  }
}

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

.search .search-worries .search-ttl-s {
  position: relative;
  padding-left: 12px;
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .search .search-worries .search-ttl-s {
    font-size: 1.6rem;
  }
}

.search .search-worries .search-ttl-s::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #7C7052;
}

.search .search-worries .search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .search .search-worries .search-list {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 519px) {
  .search .search-worries .search-list:last-of-type {
    margin-bottom: 18px;
  }
}

.search .search-worries .search-list__item {
  position: relative;
  width: calc((100% / 4) - (8px * 3 / 4));
  background: rgba(124, 112, 82, 0.07);
  margin-right: 8px;
  margin-bottom: 8px;
}

.search .search-worries .search-list__item:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 959px) {
  .search .search-worries .search-list__item {
    width: calc((100% / 3) - (8px * 2 / 3));
  }
  .search .search-worries .search-list__item:nth-of-type(4n) {
    margin-right: 8px;
  }
  .search .search-worries .search-list__item:nth-of-type(3n) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .search .search-worries .search-list__item {
    width: calc((100% / 2) - (8px * 1 / 2));
  }
  .search .search-worries .search-list__item:nth-of-type(3n) {
    margin-right: 8px;
  }
  .search .search-worries .search-list__item:nth-of-type(2n) {
    margin-right: 0px;
  }
}

.search .search-worries .search-list__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background-color: #7C7052;
  -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-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: 519px) {
  .search .search-worries .search-list__item::after {
    width: 4px;
    height: 8px;
    right: 6px;
  }
}

.search .search-worries .search-list__item a {
  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;
  height: 100%;
  padding: 20px 16px 20px 12px;
  border: 1px solid #7C7052;
  border-radius: 4px;
  color: #7C7052;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .search .search-worries .search-list__item a {
    padding: 18px 12px;
  }
}

@media screen and (max-width: 519px) {
  .search .search-worries .search-list__item a {
    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;
    height: 100%;
    padding: 16px 12px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.search .search-worries .search-list__item a:hover {
  color: #7C7052;
  -webkit-transform: translate(4px, 0);
  transform: translate(4px, 0);
}

.search .search-treatment {
  margin-top: 88px;
}

@media screen and (max-width: 1279px) {
  .search .search-treatment {
    margin-top: 56px;
  }
}

@media screen and (max-width: 1023px) {
  .search .search-treatment {
    margin-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .search .search-treatment {
    margin-top: 40px;
  }
}

@media screen and (max-width: 519px) {
  .search .search-treatment {
    margin-top: 32px;
  }
}

.search .search-treatment .search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.search .search-treatment .search-list__item {
  position: relative;
  width: calc((100% / 3) - (0px * 2 / 3));
  border: 1px solid #7C7052;
  background: rgba(124, 112, 82, 0.07);
}

@media screen and (max-width: 767px) {
  .search .search-treatment .search-list__item {
    width: calc((100% / 2) - (0px * 1 / 2));
  }
}

@media screen and (max-width: 519px) {
  .search .search-treatment .search-list__item {
    width: calc((100% / 1) - (0px * 0 / 1));
  }
}

.search .search-treatment .search-list__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background-color: #7C7052;
  -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-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: 519px) {
  .search .search-treatment .search-list__item::after {
    width: 4px;
    height: 8px;
    right: 6px;
  }
}

.search .search-treatment .search-list__item a {
  display: block;
  padding: 20px 16px 20px 12px;
  color: #7C7052;
}

@media screen and (max-width: 767px) {
  .search .search-treatment .search-list__item a {
    padding: 18px 12px;
  }
}

@media screen and (max-width: 519px) {
  .search .search-treatment .search-list__item a {
    padding: 16px 12px;
  }
}

.search .search-treatment .search-list__item a:hover {
  color: #7C7052;
  -webkit-transform: translate(4px, 0);
  transform: translate(4px, 0);
}

.recommend-content {
  position: relative;
  margin-bottom: calc(8px * 8);
  padding: 40px;
}

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

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

@media screen and (max-width: 959px) {
  .recommend-content {
    padding: 26px;
  }
}

@media screen and (max-width: 767px) {
  .recommend-content {
    padding: 14px;
  }
}

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

.recommend-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 96px);
  background: rgba(199, 216, 213, 0.08);
}

@media screen and (max-width: 959px) {
  .recommend-content::before {
    height: calc(100% - 86px);
  }
}

@media screen and (max-width: 767px) {
  .recommend-content::before {
    height: calc(100% - 46px);
  }
}

.recommend-content .recommend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

@media screen and (max-width: 1023px) {
  .recommend-content .recommend-list {
    gap: 10px 8px;
  }
}

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

.recommend-content .recommend-list__item {
  width: calc((100% / 3) - (8px * 2 / 3));
}

@media screen and (max-width: 1023px) {
  .recommend-content .recommend-list__item {
    width: calc((100% / 2) - (8px * 1 / 2));
  }
}

@media screen and (max-width: 519px) {
  .recommend-content .recommend-list__item {
    width: calc((100% / 1) - (8px * 0 / 1));
  }
}

.recommend-content .recommend-list__item a {
  position: relative;
  display: block;
  padding: 16px;
  border: 1px solid #6AACA1;
  border-radius: 2px;
  font-size: 1.4rem;
  background: #ffffff;
}

.recommend-content .recommend-list__item a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 12px;
  background-color: #6AACA1;
  -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-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.recommend-content .recommend-list__item a:hover {
  color: #6AACA1;
  -webkit-transform: translate(4px, 0);
  transform: translate(4px, 0);
}

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