@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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

html,
body {
  width: 100%;
  height: 100%;
  color: #333333;
  background: #f7f6f4;
}

html {
  font-size: 62.5%;
}

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

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

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

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

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

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

input,
select,
textarea {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  background: #f7f6f4;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Inter", "Zen Kaku Gothic New", sans-serif;
  line-height: 56px;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  input,
  select,
  textarea {
    height: 48px;
    font-size: 1.4rem;
    line-height: 48px;
  }
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cccccc;
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #cccccc;
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cccccc;
}

input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #cccccc;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #cccccc;
}

select {
  background: url("/wp-content/themes/itreat_base/dist/img/common/select.svg") center right 16px/14px 14px no-repeat #f7f6f4;
}

@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-l {
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  z-index: 1;
}

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

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

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

.wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  z-index: 1;
}

@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 {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[anime] {
  opacity: 0;
  -webkit-transition: opacity 0.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.6s;
  animation-duration: 0.6s;
  -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.6s;
  animation-duration: 0.6s;
  -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.6s;
  animation-duration: 0.6s;
  -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.6s;
  animation-duration: 0.6s;
  -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.6s;
  animation-duration: 0.6s;
  -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.6s;
  animation-duration: 0.6s;
  -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.6s;
  animation-duration: 0.6s;
  -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.6s;
  animation-duration: 0.6s;
  -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.6s;
  animation-duration: 0.6s;
  -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: 1.2s;
  animation-duration: 1.2s;
  -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(16px);
    transform: translateY(16px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
  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.6s;
  animation-duration: 0.6s;
  -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.6s;
  animation-duration: 0.6s;
  -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.6s;
  animation-duration: 0.6s;
  -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.6s;
  animation-duration: 0.6s;
  -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.6s;
  animation-duration: 0.6s;
  -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.6s;
  animation-duration: 0.6s;
  -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.6s;
  animation-duration: 0.6s;
  -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.6s;
  animation-duration: 0.6s;
  -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.6s;
  animation-duration: 0.6s;
  -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.6s;
  animation-duration: 0.6s;
  -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(6px);
    filter: blur(6px);
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes focus {
  0% {
    -webkit-filter: blur(6px);
    filter: blur(6px);
  }
  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.6s;
  animation-duration: 0.6s;
  -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.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

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

.header {
  position: fixed;
  width: 100%;
  padding: 32px 20px;
  z-index: 8000;
}

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

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

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

.header.--active {
  z-index: 9900;
}

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

.header .header-unit__info {
  max-width: 456px;
}

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

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

.header .header-unit__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.header .header-unit__btn .header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

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

.header .header-unit__btn .header-btn__item {
  width: 160px;
}

.header .header-unit__btn .header-btn__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: 100%;
  min-height: 48px;
  background: #7bba6b;
  border: solid 1px #7bba6b;
  border-radius: 20px 4px 20px 4px;
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}

.header .header-unit__btn .header-btn__item a:hover {
  translate: 2px 2px;
  background: #ffffff;
  color: #7bba6b;
}

.header .header-unit__btn .header-btn__item.--entry a {
  border-color: #e9546a;
  background: #e9546a;
}

.header .header-unit__btn .header-btn__item.--entry a:hover {
  background: #ffffff;
  color: #e9546a;
}

.drawer .drawer-switch {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}

.drawer-hamburger {
  position: relative;
  display: block;
  width: 72px;
  height: 54px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 9990;
  cursor: pointer;
}

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

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

.drawer-hamburger::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: rotateZ(-12deg);
  transform: rotateZ(-12deg);
  background: #333333;
}

.drawer-hamburger .hamburger-line {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #ffffff;
  margin: 0 auto;
  translate: -50% -50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

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

.drawer-hamburger .hamburger-line::before {
  top: -7px;
}

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

.drawer-hamburger .hamburger-line::after {
  top: 7px;
}

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

.drawer-hamburger.--active {
  margin: 16px 32px 0 0;
}

@media screen and (max-width: 959px) {
  .drawer-hamburger.--active {
    margin: 16px 16px 0 0;
  }
}

.drawer-hamburger.--active .hamburger-line {
  background: transparent;
}

.drawer-hamburger.--active .hamburger-line::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-hamburger.--active .hamburger-line::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.drawer-content {
  overflow: auto;
  position: fixed;
  visibility: hidden;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 9100;
  width: 100%;
  height: 100%;
  background: #f7f6f4;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.drawer-content.--active {
  visibility: visible;
  opacity: 1;
}

.drawer-content .drawer-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("/wp-content/themes/itreat_base/dist/img/common/bg-logo-wht.svg") center/80% no-repeat;
}

@media screen and (max-width: 959px) {
  .drawer-content .drawer-container {
    background-size: 104%;
  }
}

@media screen and (max-width: 767px) {
  .drawer-content .drawer-container {
    background-size: 120%;
  }
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-container {
    background-size: 160%;
  }
}

.drawer-content .drawer-inner {
  width: 100%;
  padding: 64px;
}

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

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

.drawer-content .drawer-logo {
  margin-bottom: 32px;
  width: 100%;
  max-width: 300px;
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-logo {
    margin-bottom: 24px;
    max-width: 220px;
  }
}

.drawer-content .drawer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}

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

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

.drawer-content .drawer-unit {
  display: grid;
  grid-template-columns: 1fr 622px;
  gap: 8px;
  width: 100%;
}

@media screen and (max-width: 1279px) {
  .drawer-content .drawer-unit {
    grid-template-columns: 1fr 506px;
    gap: 4px;
  }
}

@media screen and (max-width: 1023px) {
  .drawer-content .drawer-unit {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.drawer-content .drawer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

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

.drawer-content .drawer-nav .drawer-menu__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 56px;
  padding: 8px 36px 8px 14px;
  border: solid 1px #e9e5dc;
  background: #ffffff;
  border-radius: 4px;
  line-height: 1.1;
  font-weight: 700;
}

@media screen and (max-width: 1279px) {
  .drawer-content .drawer-nav .drawer-menu__item a {
    min-height: 48px;
    padding: 6px 26px 6px 10px;
    font-size: 1.4rem;
  }
}

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

.drawer-content .drawer-nav .drawer-menu__item a::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  right: 14px;
  width: 17px;
  height: 13px;
  -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;
  background: #027b22;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 1279px) {
  .drawer-content .drawer-nav .drawer-menu__item a::after {
    right: 8px;
  }
}

@media screen and (max-width: 959px) {
  .drawer-content .drawer-nav .drawer-menu__item a::after {
    right: 19px;
    width: 15px;
    height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .drawer-content .drawer-nav .drawer-menu__item a::after {
    right: 16px;
    width: 13px;
    height: 10px;
  }
}

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

.drawer-content .drawer-nav .drawer-menu__item a:hover {
  background: #5bb545;
  color: #ffffff;
  border-color: #5bb545;
  translate: 2px 0;
}

.drawer-content .drawer-nav .drawer-menu__item a:hover::after {
  translate: 3px -50%;
  background: #ffffff;
}

.drawer-content .drawer-nav .drawer-menu__item:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width: 1279px) {
  .drawer-content .drawer-nav .drawer-menu__item:not(:last-child) {
    margin-bottom: 4px;
  }
}

.drawer-content .drawer-nav .drawer-menu__item.eternal-link a::after {
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/external-link.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/external-link.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) {
  .drawer-content .drawer-nav .drawer-menu__item.eternal-link a::after {
    width: 13px;
    height: 13px;
  }
}

.drawer-content .drawer-bnr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

@media screen and (max-width: 1279px) {
  .drawer-content .drawer-bnr {
    gap: 4px;
  }
}

@media screen and (max-width: 1023px) {
  .drawer-content .drawer-bnr {
    max-width: 480px;
    margin-inline: auto;
    gap: 8px;
  }
}

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

.drawer-content .drawer-bnr__item a {
  display: block;
  border-radius: 4px;
  contain: paint;
}

.drawer-content .drawer-bnr__item a:hover {
  opacity: .8;
  translate: 2px 2px;
}

.drawer-content .drawer-bnr__item.--item-question a {
  border: solid 2px #e9546a;
}

.drawer-content .drawer-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  width: 100%;
  padding: 32px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: #e9e5dc;
}

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

@media screen and (max-width: 959px) {
  .drawer-content .drawer-post {
    padding: 24px 0;
    gap: 16px;
  }
}

.drawer-content .drawer-post__post .drawer-post-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.drawer-content .drawer-post__post .drawer-post-btn__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  min-height: 40px;
  padding: 4px 24px 4px 16px;
  border-radius: 40px;
  border: solid 1px #7bba6b;
  background: #ffffff;
  font-weight: 700;
}

.drawer-content .drawer-post__post .drawer-post-btn__item a::before, .drawer-content .drawer-post__post .drawer-post-btn__item a::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
}

.drawer-content .drawer-post__post .drawer-post-btn__item a::before {
  right: 5px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #7bba6b;
}

.drawer-content .drawer-post__post .drawer-post-btn__item a::after {
  right: 10px;
  width: 13px;
  height: 10px;
  -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;
  background: #ffffff;
}

.drawer-content .drawer-post__post .drawer-post-btn__item a:hover {
  background: #7bba6b;
  color: #ffffff;
  translate: 2px 2px;
}

.drawer-content .drawer-post__post .drawer-post-btn__item a:hover::before {
  background: #ffffff;
}

.drawer-content .drawer-post__post .drawer-post-btn__item a:hover::after {
  background: #7bba6b;
}

.drawer-content .drawer-post__sns .drawer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.drawer-content .drawer-post__sns .drawer-sns__item {
  width: 32px;
}

.drawer-content .drawer-post__sns .drawer-sns__item a {
  display: block;
}

.drawer-content .drawer-post__sns .drawer-sns__item a:hover {
  translate: 2px 2px;
  opacity: .8;
}

.drawer-content .drawer-cv {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .drawer-content .drawer-cv {
    gap: 16px;
  }
}

@media screen and (max-width: 959px) {
  .drawer-content .drawer-cv {
    gap: 8px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media screen and (max-width: 767px) {
  .drawer-content .drawer-cv {
    grid-template-columns: 1fr;
  }
}

.drawer-content .drawer-cv__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 120px;
  padding: 32px;
  color: #ffffff;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .drawer-content .drawer-cv__item a {
    padding: 24px;
    min-height: 104px;
  }
}

@media screen and (max-width: 959px) {
  .drawer-content .drawer-cv__item a {
    padding: 16px;
    min-height: 96px;
  }
}

@media screen and (max-width: 767px) {
  .drawer-content .drawer-cv__item a {
    min-height: 64px;
  }
}

.drawer-content .drawer-cv__item a::before, .drawer-content .drawer-cv__item a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px 8px 24px 8px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .drawer-content .drawer-cv__item a::before, .drawer-content .drawer-cv__item a::after {
    border-radius: 20px 8px 20px 8px;
  }
}

@media screen and (max-width: 767px) {
  .drawer-content .drawer-cv__item a::before, .drawer-content .drawer-cv__item a::after {
    border-radius: 12px 6px 12px 6px;
  }
}

.drawer-content .drawer-cv__item a::before {
  background: #ffffff;
  border: solid 2px #5bb545;
}

.drawer-content .drawer-cv__item a::after {
  background: -webkit-gradient(linear, left top, right bottom, from(#5bb545), to(#9ae02b));
  background: linear-gradient(to right bottom, #5bb545, #9ae02b);
}

.drawer-content .drawer-cv__item a .item-txt {
  position: relative;
  width: 100%;
  font-weight: 700;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .drawer-content .drawer-cv__item a .item-txt {
    padding-top: 2px;
    line-height: 1.3;
  }
}

.drawer-content .drawer-cv__item a .item-txt__main {
  font-size: 2.4rem;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .drawer-content .drawer-cv__item a .item-txt__main {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .drawer-content .drawer-cv__item a .item-txt__main {
    font-size: 1.8rem;
    line-height: 1;
  }
}

.drawer-content .drawer-cv__item a .item-txt__sub {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
  .drawer-content .drawer-cv__item a .item-txt__sub {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .drawer-content .drawer-cv__item a .item-txt__sub {
    font-size: 1.2rem;
  }
}

.drawer-content .drawer-cv__item a .item-txt::before, .drawer-content .drawer-cv__item a .item-txt::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: -1;
}

.drawer-content .drawer-cv__item a .item-txt::before {
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
}

@media screen and (max-width: 1023px) {
  .drawer-content .drawer-cv__item a .item-txt::before {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .drawer-content .drawer-cv__item a .item-txt::before {
    width: 36px;
    height: 36px;
  }
}

.drawer-content .drawer-cv__item a .item-txt::after {
  right: 14px;
  width: 17px;
  height: 13px;
  -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;
  background: #5bb545;
}

@media screen and (max-width: 1023px) {
  .drawer-content .drawer-cv__item a .item-txt::after {
    right: 11px;
    width: 15px;
    height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .drawer-content .drawer-cv__item a .item-txt::after {
    right: 10px;
    width: 13px;
    height: 10px;
  }
}

.drawer-content .drawer-cv__item a:hover {
  color: #5bb545;
  translate: 2px 2px;
}

.drawer-content .drawer-cv__item a:hover::after {
  opacity: 0;
}

.drawer-content .drawer-cv__item a:hover .item-txt::before {
  background: #5bb545;
}

.drawer-content .drawer-cv__item a:hover .item-txt::after {
  background: #ffffff;
}

.drawer-content .drawer-cv__item.--item-job a::before {
  border: solid 2px #1da7eb;
}

.drawer-content .drawer-cv__item.--item-job a::after {
  background: -webkit-gradient(linear, left top, right bottom, from(#1da7eb), to(#1dcbeb));
  background: linear-gradient(to right bottom, #1da7eb, #1dcbeb);
}

.drawer-content .drawer-cv__item.--item-job a .item-txt::after {
  background: #1da7eb;
}

.drawer-content .drawer-cv__item.--item-job a:hover {
  color: #1da7eb;
}

.drawer-content .drawer-cv__item.--item-job a:hover .item-txt::before {
  background: #1da7eb;
}

.drawer-content .drawer-cv__item.--item-job a:hover .item-txt::after {
  background: #ffffff;
}

.drawer-content .drawer-cv__item.--item-entry a::before {
  border: solid 2px #e9546a;
}

.drawer-content .drawer-cv__item.--item-entry a::after {
  background: -webkit-gradient(linear, left top, right bottom, from(#e9546a), to(#e97c54));
  background: linear-gradient(to right bottom, #e9546a, #e97c54);
}

.drawer-content .drawer-cv__item.--item-entry a .item-txt::after {
  background: #e9546a;
}

.drawer-content .drawer-cv__item.--item-entry a:hover {
  color: #e9546a;
}

.drawer-content .drawer-cv__item.--item-entry a:hover .item-txt::before {
  background: #e9546a;
}

.drawer-content .drawer-cv__item.--item-entry a:hover .item-txt::after {
  background: #ffffff;
}

.footer .footer-cv-container {
  padding: 120px 0;
  background: #333333;
  border-radius: 80px;
  contain: paint;
}

@media screen and (max-width: 1023px) {
  .footer .footer-cv-container {
    padding: 96px 0;
    border-radius: 48px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-cv-container {
    padding: 48px 24px;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-cv-container {
    padding: 40px 24px;
    border-radius: 32px;
  }
}

.footer .footer-cv-container .wrap {
  position: relative;
}

.footer .footer-cv-container .wrap::before {
  position: absolute;
  content: "";
  left: 8%;
  top: 50%;
  translate: 0 -50%;
  width: 510px;
  height: 576px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/bg-logo-wht.svg") center/contain no-repeat;
  opacity: .08;
}

@media screen and (max-width: 767px) {
  .footer .footer-cv-container .wrap::before {
    left: 50%;
    translate: -50% -50%;
  }
}

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

@media screen and (max-width: 1023px) {
  .footer .footer-cv-container .footer-cv {
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-cv-container .footer-cv {
    grid-template-columns: 1fr;
  }
}

.footer .footer-cv-container .footer-cv__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 160px;
  padding: 32px;
  color: #ffffff;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .footer .footer-cv-container .footer-cv__item a {
    padding: 24px;
    min-height: 130px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-cv-container .footer-cv__item a {
    min-height: 104px;
  }
}

.footer .footer-cv-container .footer-cv__item a::before, .footer .footer-cv-container .footer-cv__item a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px 8px 24px 8px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .footer .footer-cv-container .footer-cv__item a::before, .footer .footer-cv-container .footer-cv__item a::after {
    border-radius: 20px 8px 20px 8px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-cv-container .footer-cv__item a::before, .footer .footer-cv-container .footer-cv__item a::after {
    border-radius: 16px 6px 16px 6px;
  }
}

.footer .footer-cv-container .footer-cv__item a::before {
  background: #ffffff;
  border: solid 2px #5bb545;
}

.footer .footer-cv-container .footer-cv__item a::after {
  background: -webkit-gradient(linear, left top, right bottom, from(#5bb545), to(#9ae02b));
  background: linear-gradient(to right bottom, #5bb545, #9ae02b);
}

.footer .footer-cv-container .footer-cv__item a .item-txt {
  position: relative;
  width: 100%;
  font-weight: 700;
  z-index: 1;
}

.footer .footer-cv-container .footer-cv__item a .item-txt__main {
  font-size: 2.4rem;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .footer .footer-cv-container .footer-cv__item a .item-txt__main {
    font-size: 2rem;
  }
}

.footer .footer-cv-container .footer-cv__item a .item-txt__sub {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
  .footer .footer-cv-container .footer-cv__item a .item-txt__sub {
    font-size: 1.4rem;
  }
}

.footer .footer-cv-container .footer-cv__item a .item-txt::before, .footer .footer-cv-container .footer-cv__item a .item-txt::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: -1;
}

.footer .footer-cv-container .footer-cv__item a .item-txt::before {
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
}

@media screen and (max-width: 1023px) {
  .footer .footer-cv-container .footer-cv__item a .item-txt::before {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-cv-container .footer-cv__item a .item-txt::before {
    width: 36px;
    height: 36px;
  }
}

.footer .footer-cv-container .footer-cv__item a .item-txt::after {
  right: 14px;
  width: 17px;
  height: 13px;
  -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;
  background: #5bb545;
}

@media screen and (max-width: 1023px) {
  .footer .footer-cv-container .footer-cv__item a .item-txt::after {
    right: 11px;
    width: 15px;
    height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-cv-container .footer-cv__item a .item-txt::after {
    right: 10px;
    width: 13px;
    height: 10px;
  }
}

.footer .footer-cv-container .footer-cv__item a:hover {
  color: #5bb545;
  translate: 2px 2px;
}

.footer .footer-cv-container .footer-cv__item a:hover::after {
  opacity: 0;
}

.footer .footer-cv-container .footer-cv__item a:hover .item-txt::before {
  background: #5bb545;
}

.footer .footer-cv-container .footer-cv__item a:hover .item-txt::after {
  background: #ffffff;
}

.footer .footer-cv-container .footer-cv__item.--item-job a::before {
  border: solid 2px #1da7eb;
}

.footer .footer-cv-container .footer-cv__item.--item-job a::after {
  background: -webkit-gradient(linear, left top, right bottom, from(#1da7eb), to(#1dcbeb));
  background: linear-gradient(to right bottom, #1da7eb, #1dcbeb);
}

.footer .footer-cv-container .footer-cv__item.--item-job a .item-txt::after {
  background: #1da7eb;
}

.footer .footer-cv-container .footer-cv__item.--item-job a:hover {
  color: #1da7eb;
}

.footer .footer-cv-container .footer-cv__item.--item-job a:hover .item-txt::before {
  background: #1da7eb;
}

.footer .footer-cv-container .footer-cv__item.--item-job a:hover .item-txt::after {
  background: #ffffff;
}

.footer .footer-cv-container .footer-cv__item.--item-entry a::before {
  border: solid 2px #e9546a;
}

.footer .footer-cv-container .footer-cv__item.--item-entry a::after {
  background: -webkit-gradient(linear, left top, right bottom, from(#e9546a), to(#e97c54));
  background: linear-gradient(to right bottom, #e9546a, #e97c54);
}

.footer .footer-cv-container .footer-cv__item.--item-entry a .item-txt::after {
  background: #e9546a;
}

.footer .footer-cv-container .footer-cv__item.--item-entry a:hover {
  color: #e9546a;
}

.footer .footer-cv-container .footer-cv__item.--item-entry a:hover .item-txt::before {
  background: #e9546a;
}

.footer .footer-cv-container .footer-cv__item.--item-entry a:hover .item-txt::after {
  background: #ffffff;
}

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

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

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

.footer .footer-unit__info {
  width: 240px;
}

@media screen and (max-width: 959px) {
  .footer .footer-unit__info {
    width: 100%;
    max-width: 680px;
    margin: 0 auto 40px;
  }
}

.footer .footer-unit__info .footer-logo {
  margin-bottom: 24px;
}

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

.footer .footer-unit__info .footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding: 16px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: #cccccc;
}

.footer .footer-unit__info .footer-sns__item {
  width: 32px;
}

.footer .footer-unit__info .footer-sns__item a {
  display: block;
}

.footer .footer-unit__info .footer-sns__item a:hover {
  translate: 2px 2px;
  opacity: .8;
}

.footer .footer-unit__info .footer-post-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.footer .footer-unit__info .footer-post-btn__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 4px 24px 4px 12px;
  border-radius: 40px;
  border: solid 1px #7bba6b;
  background: #ffffff;
  font-weight: 700;
}

.footer .footer-unit__info .footer-post-btn__item a::before, .footer .footer-unit__info .footer-post-btn__item a::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
}

.footer .footer-unit__info .footer-post-btn__item a::before {
  right: 5px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #7bba6b;
}

.footer .footer-unit__info .footer-post-btn__item a::after {
  right: 10px;
  width: 13px;
  height: 10px;
  -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;
  background: #ffffff;
}

.footer .footer-unit__info .footer-post-btn__item a:hover {
  background: #7bba6b;
  color: #ffffff;
  translate: 2px 2px;
}

.footer .footer-unit__info .footer-post-btn__item a:hover::before {
  background: #ffffff;
}

.footer .footer-unit__info .footer-post-btn__item a:hover::after {
  background: #7bba6b;
}

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

.footer .footer-unit__menu .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
}

@media screen and (max-width: 1279px) {
  .footer .footer-unit__menu .footer-nav {
    gap: 14px;
  }
}

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

.footer .footer-unit__menu .footer-nav .footer-nav-list a {
  display: block;
}

.footer .footer-unit__menu .footer-nav .footer-nav-list a:hover {
  translate: 2px 0;
}

.footer .footer-unit__menu .footer-nav .footer-nav-list > li:not(:first-child) {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .footer .footer-unit__menu .footer-nav .footer-nav-list > li:not(:first-child) {
    margin-top: 0;
  }
}

.footer .footer-unit__menu .footer-nav .footer-nav-list > li a {
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 1279px) {
  .footer .footer-unit__menu .footer-nav .footer-nav-list > li a {
    font-size: 1.4rem;
    letter-spacing: -.05em;
  }
}

.footer .footer-unit__menu .footer-nav .footer-nav-list > li.eternal-link a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

@media screen and (max-width: 959px) {
  .footer .footer-unit__menu .footer-nav .footer-nav-list > li.eternal-link a {
    padding-right: 17px;
  }
}

.footer .footer-unit__menu .footer-nav .footer-nav-list > li.eternal-link a::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 16px;
  height: 16px;
  background-color: #a3956f;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/external-link.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/external-link.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: 1279px) {
  .footer .footer-unit__menu .footer-nav .footer-nav-list > li.eternal-link a::after {
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 959px) {
  .footer .footer-unit__menu .footer-nav .footer-nav-list > li.eternal-link a::after {
    width: 13px;
    height: 13px;
  }
}

.footer .footer-unit__menu .footer-nav .footer-nav-list .footer-sub-nav-list {
  padding-top: 12px;
}

@media screen and (max-width: 767px) {
  .footer .footer-unit__menu .footer-nav .footer-nav-list .footer-sub-nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 8px;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-unit__menu .footer-nav .footer-nav-list .footer-sub-nav-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-unit__menu .footer-nav .footer-nav-list .footer-sub-nav-list > li {
    border-bottom: solid 1px #cccccc;
  }
}

.footer .footer-unit__menu .footer-nav .footer-nav-list .footer-sub-nav-list > li:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .footer .footer-unit__menu .footer-nav .footer-nav-list .footer-sub-nav-list > li:not(:last-child) {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-unit__menu .footer-nav .footer-nav-list .footer-sub-nav-list > li:nth-child(1) {
    border-top: solid 1px #cccccc;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-unit__menu .footer-nav .footer-nav-list .footer-sub-nav-list > li:nth-child(2) {
    border-top: solid 1px #cccccc;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-unit__menu .footer-nav .footer-nav-list .footer-sub-nav-list > li:nth-child(2) {
    border-top: none;
  }
}

.footer .footer-unit__menu .footer-nav .footer-nav-list .footer-sub-nav-list > li a {
  position: relative;
  padding-left: 12px;
  font-size: 1.5rem;
  color: rgba(51, 51, 51, 0.64);
  font-weight: 700;
}

@media screen and (max-width: 1279px) {
  .footer .footer-unit__menu .footer-nav .footer-nav-list .footer-sub-nav-list > li a {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-unit__menu .footer-nav .footer-nav-list .footer-sub-nav-list > li 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: 14px 0 14px 14px;
  }
}

.footer .footer-unit__menu .footer-nav .footer-nav-list .footer-sub-nav-list > li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 8px;
  height: 2px;
  background: #7bba6b;
}

@media screen and (max-width: 767px) {
  .footer .footer-unit__menu .footer-nav .footer-nav-list .footer-sub-nav-list > li a::before {
    top: 50%;
    translate: 0 -50%;
  }
}

.footer .footer-unit__menu .footer-nav .footer-nav-list .footer-sub-nav-list > li a br {
  display: none;
}

@media screen and (max-width: 1279px) {
  .footer .footer-unit__menu .footer-nav .footer-nav-list .footer-sub-nav-list > li a br {
    display: block;
  }
}

@media screen and (max-width: 959px) {
  .footer .footer-unit__menu .footer-nav .footer-nav-list .footer-sub-nav-list > li a br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-unit__menu .footer-nav .footer-nav-list.--main-menu-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

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

.footer .footer-bottom .copy {
  width: calc( 100% - 120px);
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  color: #999999;
}

@media screen and (max-width: 959px) {
  .footer .footer-bottom .copy {
    width: calc( 100% - 88px);
  }
}

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

.footer .footer-bottom .pagetop-box {
  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;
}

.footer .footer-bottom .pagetop-box .pagetop {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-transform: uppercase;
  color: #999999;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (max-width: 959px) {
  .footer .footer-bottom .pagetop-box .pagetop {
    font-size: 1.2rem;
  }
}

.footer .footer-bottom .pagetop-box .pagetop::before {
  position: absolute;
  content: "";
  left: 2px;
  top: 50%;
  translate: 0 -50%;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #999999 transparent;
}

.footer .footer-bottom .pagetop-box .pagetop:hover {
  text-decoration: none;
}

.footer .float-bnr {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 180px;
  z-index: 5000;
}

@media screen and (max-width: 959px) {
  .footer .float-bnr {
    width: 140px;
  }
}

@media screen and (max-width: 519px) {
  .footer .float-bnr {
    bottom: 8px;
    right: 8px;
    width: 120px;
  }
}

.footer .float-bnr button,
.footer .float-bnr a {
  display: block;
}

.footer .float-bnr button:hover,
.footer .float-bnr a:hover {
  opacity: .72;
}

.footer .float-bnr .cm-bnr {
  margin-bottom: 16px;
  padding: 0 4px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 519px) {
  .footer .float-bnr .cm-bnr {
    margin-bottom: 8px;
  }
}

.cm-content {
  overflow: auto;
  position: fixed;
  visibility: hidden;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 9100;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cm-content.--active {
  visibility: visible;
  opacity: 1;
  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;
}

.cm-content .cm-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.88);
  cursor: pointer;
}

.cm-content .cm-video {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 88%;
  max-width: 640px;
  z-index: 2;
}

.cm-content .cm-video .video-js {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.cm-content .cm-video .video-js .vjs-big-play-button {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  background: rgba(51, 51, 51, 0.72);
  border: none;
  border-radius: 50%;
  font-size: 3.2rem;
  line-height: 64px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cm-content .cm-video .cm-close {
  position: relative;
  margin: 0 0 12px auto;
  width: 48px;
  height: 40px;
  background: #333333;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform: rotate(-12deg);
  transform: rotate(-12deg);
}

.cm-content .cm-video .cm-close::before, .cm-content .cm-video .cm-close::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 24px;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cm-content .cm-video .cm-close::before {
  -webkit-transform: rotate(57deg);
  transform: rotate(57deg);
}

.cm-content .cm-video .cm-close::after {
  -webkit-transform: rotate(-33deg);
  transform: rotate(-33deg);
}

.cm-content .cm-video video {
  width: 100%;
  aspect-ratio: 16/9;
}

.float-foot {
  display: none;
  position: fixed;
  right: 0;
  bottom: calc( 0px + env(safe-area-inset-bottom));
  padding-bottom: calc( 0px + env(safe-area-inset-bottom));
  height: calc( 0px + env(safe-area-inset-bottom));
  z-index: 8500;
}

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

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

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

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

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

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

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

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

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

.bg-yel-grn {
  position: relative;
  contain: paint;
  padding: 88px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#7bba6b), to(#9ae02b));
  background: linear-gradient(to bottom, #7bba6b, #9ae02b);
}

@media screen and (max-width: 959px) {
  .bg-yel-grn {
    padding: 64px 0;
  }
}

@media screen and (max-width: 767px) {
  .bg-yel-grn {
    padding: 48px 0;
  }
}

@media screen and (max-width: 519px) {
  .bg-yel-grn {
    padding: 40px 0;
  }
}

.bg-yel-grn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/itreat_base/dist/img/common/bg-texture-grn.png");
  background-size: 400px 400px;
  mix-blend-mode: overlay;
}

.bg-yel-grn::after {
  content: '';
  position: absolute;
  top: -10vw;
  right: -8vw;
  width: 44vw;
  height: 24vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#9ae02b), to(#d2e954));
  background: linear-gradient(to bottom, #9ae02b, #d2e954);
  -webkit-transform: rotate(16deg);
  transform: rotate(16deg);
  mix-blend-mode: multiply;
  opacity: 0.4;
  border-radius: 50%;
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .bg-yel-grn::after {
    width: 52vw;
    height: 26vw;
  }
}

@media screen and (max-width: 767px) {
  .bg-yel-grn::after {
    width: 54vw;
    height: 28vw;
  }
}

@media screen and (max-width: 519px) {
  .bg-yel-grn::after {
    width: 62vw;
    height: 32vw;
  }
}

.bg-yel-grn.--deco-left {
  position: relative;
  contain: paint;
  padding: 88px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#7bba6b), to(#9ae02b));
  background: linear-gradient(to bottom, #7bba6b, #9ae02b);
}

@media screen and (max-width: 959px) {
  .bg-yel-grn.--deco-left {
    padding: 64px 0;
  }
}

@media screen and (max-width: 767px) {
  .bg-yel-grn.--deco-left {
    padding: 48px 0;
  }
}

@media screen and (max-width: 519px) {
  .bg-yel-grn.--deco-left {
    padding: 40px 0;
  }
}

.bg-yel-grn.--deco-left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/itreat_base/dist/img/common/bg-texture-grn.png");
  background-size: 400px 400px;
  mix-blend-mode: overlay;
}

.bg-yel-grn.--deco-left::after {
  content: '';
  position: absolute;
  top: -10vw;
  right: -8vw;
  width: 44vw;
  height: 24vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#9ae02b), to(#d2e954));
  background: linear-gradient(to bottom, #9ae02b, #d2e954);
  -webkit-transform: rotate(16deg);
  transform: rotate(16deg);
  mix-blend-mode: multiply;
  opacity: 0.4;
  border-radius: 50%;
  z-index: -1;
  right: auto;
  left: -8vw;
  -webkit-transform: rotate(-16deg);
  transform: rotate(-16deg);
}

@media screen and (max-width: 959px) {
  .bg-yel-grn.--deco-left::after {
    width: 52vw;
    height: 26vw;
  }
}

@media screen and (max-width: 767px) {
  .bg-yel-grn.--deco-left::after {
    width: 54vw;
    height: 28vw;
  }
}

@media screen and (max-width: 519px) {
  .bg-yel-grn.--deco-left::after {
    width: 62vw;
    height: 32vw;
  }
}

.bg-grn {
  position: relative;
  contain: paint;
  padding: 88px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#027b22), to(#7bba6b));
  background: linear-gradient(to bottom, #027b22, #7bba6b);
}

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

@media screen and (max-width: 767px) {
  .bg-grn {
    padding: 48px 0;
  }
}

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

.bg-grn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/itreat_base/dist/img/common/bg-texture-grn.png");
  background-size: 400px 400px;
  mix-blend-mode: overlay;
}

.bg-grn::after {
  content: '';
  position: absolute;
  top: -10vw;
  right: -8vw;
  width: 44vw;
  height: 24vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#9ae02b), to(#d2e954));
  background: linear-gradient(to bottom, #9ae02b, #d2e954);
  -webkit-transform: rotate(16deg);
  transform: rotate(16deg);
  mix-blend-mode: multiply;
  opacity: 0.4;
  border-radius: 50%;
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .bg-grn::after {
    width: 52vw;
    height: 26vw;
  }
}

@media screen and (max-width: 767px) {
  .bg-grn::after {
    width: 54vw;
    height: 28vw;
  }
}

@media screen and (max-width: 519px) {
  .bg-grn::after {
    width: 62vw;
    height: 32vw;
  }
}

.bg-grn.--deco-left {
  position: relative;
  contain: paint;
  padding: 88px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#027b22), to(#7bba6b));
  background: linear-gradient(to bottom, #027b22, #7bba6b);
}

@media screen and (max-width: 959px) {
  .bg-grn.--deco-left {
    padding: 64px 0;
  }
}

@media screen and (max-width: 767px) {
  .bg-grn.--deco-left {
    padding: 48px 0;
  }
}

@media screen and (max-width: 519px) {
  .bg-grn.--deco-left {
    padding: 40px 0;
  }
}

.bg-grn.--deco-left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/itreat_base/dist/img/common/bg-texture-grn.png");
  background-size: 400px 400px;
  mix-blend-mode: overlay;
}

.bg-grn.--deco-left::after {
  content: '';
  position: absolute;
  top: -10vw;
  right: -8vw;
  width: 44vw;
  height: 24vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#9ae02b), to(#d2e954));
  background: linear-gradient(to bottom, #9ae02b, #d2e954);
  -webkit-transform: rotate(16deg);
  transform: rotate(16deg);
  mix-blend-mode: multiply;
  opacity: 0.4;
  border-radius: 50%;
  z-index: -1;
  right: auto;
  left: -8vw;
  -webkit-transform: rotate(-16deg);
  transform: rotate(-16deg);
}

@media screen and (max-width: 959px) {
  .bg-grn.--deco-left::after {
    width: 52vw;
    height: 26vw;
  }
}

@media screen and (max-width: 767px) {
  .bg-grn.--deco-left::after {
    width: 54vw;
    height: 28vw;
  }
}

@media screen and (max-width: 519px) {
  .bg-grn.--deco-left::after {
    width: 62vw;
    height: 32vw;
  }
}

.bg-aqu {
  position: relative;
  contain: paint;
  padding: 88px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#1da7eb), to(#1dcbeb));
  background: linear-gradient(to bottom, #1da7eb, #1dcbeb);
}

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

@media screen and (max-width: 767px) {
  .bg-aqu {
    padding: 48px 0;
  }
}

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

.bg-aqu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/itreat_base/dist/img/common/bg-texture-aqu.png");
  background-size: 400px 400px;
  mix-blend-mode: overlay;
}

.bg-aqu::after {
  content: '';
  position: absolute;
  top: -10vw;
  right: -8vw;
  width: 44vw;
  height: 24vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#1da7eb), to(#1dcbeb));
  background: linear-gradient(to bottom, #1da7eb, #1dcbeb);
  -webkit-transform: rotate(16deg);
  transform: rotate(16deg);
  mix-blend-mode: multiply;
  opacity: 0.4;
  border-radius: 50%;
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .bg-aqu::after {
    width: 52vw;
    height: 26vw;
  }
}

@media screen and (max-width: 767px) {
  .bg-aqu::after {
    width: 54vw;
    height: 28vw;
  }
}

@media screen and (max-width: 519px) {
  .bg-aqu::after {
    width: 62vw;
    height: 32vw;
  }
}

.bg-aqu.--deco-left {
  position: relative;
  contain: paint;
  padding: 88px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#1da7eb), to(#1dcbeb));
  background: linear-gradient(to bottom, #1da7eb, #1dcbeb);
}

@media screen and (max-width: 959px) {
  .bg-aqu.--deco-left {
    padding: 64px 0;
  }
}

@media screen and (max-width: 767px) {
  .bg-aqu.--deco-left {
    padding: 48px 0;
  }
}

@media screen and (max-width: 519px) {
  .bg-aqu.--deco-left {
    padding: 40px 0;
  }
}

.bg-aqu.--deco-left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/itreat_base/dist/img/common/bg-texture-aqu.png");
  background-size: 400px 400px;
  mix-blend-mode: overlay;
}

.bg-aqu.--deco-left::after {
  content: '';
  position: absolute;
  top: -10vw;
  right: -8vw;
  width: 44vw;
  height: 24vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#1da7eb), to(#1dcbeb));
  background: linear-gradient(to bottom, #1da7eb, #1dcbeb);
  -webkit-transform: rotate(16deg);
  transform: rotate(16deg);
  mix-blend-mode: multiply;
  opacity: 0.4;
  border-radius: 50%;
  z-index: -1;
  right: auto;
  left: -8vw;
  -webkit-transform: rotate(-16deg);
  transform: rotate(-16deg);
}

@media screen and (max-width: 959px) {
  .bg-aqu.--deco-left::after {
    width: 52vw;
    height: 26vw;
  }
}

@media screen and (max-width: 767px) {
  .bg-aqu.--deco-left::after {
    width: 54vw;
    height: 28vw;
  }
}

@media screen and (max-width: 519px) {
  .bg-aqu.--deco-left::after {
    width: 62vw;
    height: 32vw;
  }
}

.front-page,
.lower-page {
  margin-bottom: 120px;
}

@media screen and (max-width: 959px) {
  .front-page,
  .lower-page {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .front-page,
  .lower-page {
    margin-bottom: 60px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

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

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

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

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

.recaptcha-txt a {
  color: #7bba6b;
  text-decoration: underline;
}

.recaptcha-txt a:hover {
  text-decoration: none;
}

.breadcrumb {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  margin-bottom: calc(8px * 3);
}

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

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

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

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

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

.breadcrumb__item {
  display: inline;
}

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

.breadcrumb__item:not(:nth-last-of-type(1))::after {
  content: 'ー';
  padding: 0 7px 0 8px;
  color: #84c123;
}

.breadcrumb__item a {
  text-decoration: underline;
}

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

.lower-page .hero {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 480px;
  clip-path: xywh(0 0 130% 100% round 0 100% 0 0);
  background: url("/wp-content/themes/itreat_base/dist/img/common/hero-bg.jpg") center/cover no-repeat;
}

@media screen and (max-width: 959px) {
  .lower-page .hero {
    clip-path: xywh(0 0 140% 100% round 0 100% 0 0);
    height: 400px;
    background-position: left center;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .hero {
    clip-path: xywh(0 0 150% 100% round 0 100% 0 0);
    height: 320px;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .hero {
    clip-path: xywh(0 0 160% 100% round 0 100% 0 0);
    padding-top: 24px;
    height: 260px;
  }
}

.lower-page .hero::after {
  position: absolute;
  content: "";
  left: 50%;
  translate: -50% 0;
  bottom: 0;
  width: calc( 100% + 140px);
  height: 104px;
  border-radius: 240% 160% 0 0;
  background: #f7f6f4;
}

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

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

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

.lower-page .pagettl {
  position: relative;
  translate: 0 -40px;
  text-align: center;
  font-weight: 700;
  z-index: 1;
}

.lower-page .pagettl::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 480px;
  aspect-ratio: 16/8;
  border-radius: 50%;
  background: radial-gradient(closest-side, #ffffff, rgba(255, 255, 255, 0) 72%);
  -webkit-transform: rotateZ(-12deg);
  transform: rotateZ(-12deg);
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .lower-page .pagettl::before {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .pagettl::before {
    width: 320px;
  }
}

.lower-page .pagettl__main {
  font-size: 4rem;
  line-height: 1.2;
}

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

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

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

.lower-page .pagettl__sub {
  position: relative;
  padding: 0 10px;
  display: inline-block;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
}

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

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

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

.lower-page .pagettl__sub::before, .lower-page .pagettl__sub::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  width: 40px;
  height: 13px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ttl-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .lower-page .pagettl__sub::before, .lower-page .pagettl__sub::after {
    width: 32px;
    height: 11px;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .pagettl__sub::before, .lower-page .pagettl__sub::after {
    width: 28px;
    height: 9px;
    font-size: 1.2rem;
  }
}

.lower-page .pagettl__sub::before {
  right: 100%;
}

.lower-page .pagettl__sub::after {
  left: 100%;
}

.lower-page .headline {
  position: relative;
  margin-bottom: 88px;
  padding-top: 42px;
  font-size: 4rem;
  text-align: center;
  font-weight: 700;
}

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

@media screen and (max-width: 767px) {
  .lower-page .headline {
    margin-bottom: 72px;
    padding-top: 24px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .headline {
    margin-bottom: 46px;
    padding-top: 20px;
    font-size: 2.6rem;
  }
}

.lower-page .headline::before, .lower-page .headline::after {
  position: absolute;
  content: "";
  left: 50%;
}

.lower-page .headline::before {
  top: calc( 50% + 24px);
  translate: -50% -50%;
  width: 315px;
  aspect-ratio: 16/8;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transform: rotateZ(-12deg);
  transform: rotateZ(-12deg);
}

@media screen and (max-width: 959px) {
  .lower-page .headline::before {
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .headline::before {
    top: calc( 50% + 16px);
    width: 240px;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .headline::before {
    top: calc( 50% + 14px);
    width: 180px;
  }
}

.lower-page .headline::after {
  bottom: 0;
  translate: -50% 0;
  width: 28px;
  height: 8px;
  background-color: transparent;
  background-image: radial-gradient(circle, #84c123 4px, transparent 4px);
  background-size: 14px 8px;
}

@media screen and (max-width: 959px) {
  .lower-page .headline::after {
    width: 28px;
    height: 6px;
    background-image: radial-gradient(circle, #84c123 3px, transparent 3px);
    background-size: 14px 6px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .headline::after {
    width: 20px;
    height: 4px;
    background-image: radial-gradient(circle, #84c123 2px, transparent 2px);
    background-size: 10px 4px;
  }
}

.lower-page .headline span {
  position: relative;
  display: inline-block;
  padding-bottom: 24px;
  line-height: 1.2;
}

@media screen and (max-width: 959px) {
  .lower-page .headline span {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .headline span {
    padding-bottom: 14px;
  }
}

.lower-page .headline span::before, .lower-page .headline span::after {
  position: absolute;
  content: "";
  bottom: 0;
  translate: -50% 0;
  width: 200px;
  height: 8px;
  border-radius: 8px;
}

@media screen and (max-width: 959px) {
  .lower-page .headline span::before, .lower-page .headline span::after {
    width: 160px;
    height: 6px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .headline span::before, .lower-page .headline span::after {
    width: 120px;
    height: 4px;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .headline span::before, .lower-page .headline span::after {
    width: 64px;
  }
}

.lower-page .headline span::before {
  left: calc( 50% - 118px);
  background: -webkit-gradient(linear, left top, right top, from(#027b22), to(#84c123));
  background: linear-gradient(to right, #027b22, #84c123);
}

@media screen and (max-width: 959px) {
  .lower-page .headline span::before {
    left: calc( 50% - 100px);
  }
}

@media screen and (max-width: 767px) {
  .lower-page .headline span::before {
    left: calc( 50% - 73px);
  }
}

@media screen and (max-width: 519px) {
  .lower-page .headline span::before {
    left: calc( 50% - 46px);
  }
}

.lower-page .headline span::after {
  left: calc( 50% + 118px);
  background: -webkit-gradient(linear, left top, right top, from(#84c123), to(#d2e954));
  background: linear-gradient(to right, #84c123, #d2e954);
}

@media screen and (max-width: 959px) {
  .lower-page .headline span::after {
    left: calc( 50% + 100px);
  }
}

@media screen and (max-width: 767px) {
  .lower-page .headline span::after {
    left: calc( 50% + 73px);
  }
}

@media screen and (max-width: 519px) {
  .lower-page .headline span::after {
    left: calc( 50% + 46px);
  }
}

.lower-page .ttl-num-contents {
  counter-reset: ttl-num 0;
}

.lower-page .ttl-l {
  position: relative;
  margin-bottom: calc(8px * 3);
  margin-bottom: 24px;
  padding-bottom: 32px;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
}

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

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

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

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

.lower-page .ttl-l::before, .lower-page .ttl-l::after {
  position: absolute;
  content: "";
  bottom: 0;
}

.lower-page .ttl-l::before {
  left: 0;
  width: calc( 100% - 44px);
  height: 8px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#027b22), to(#d2e954));
  background: linear-gradient(to right, #027b22, #d2e954);
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-l::before {
    width: calc( 100% - 31px);
    height: 6px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .ttl-l::before {
    width: calc( 100% - 24px);
    height: 4px;
  }
}

.lower-page .ttl-l::after {
  right: 0;
  width: 40px;
  height: 8px;
  background-color: transparent;
  background-image: radial-gradient(circle, #d2e954 4px, transparent 4px);
  background-size: 14px 8px;
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-l::after {
    width: 28px;
    height: 6px;
    background-image: radial-gradient(circle, #d2e954 3px, transparent 3px);
    background-size: 10px 6px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .ttl-l::after {
    width: 22px;
    height: 4px;
    background-image: radial-gradient(circle, #d2e954 2px, transparent 2px);
    background-size: 8px 4px;
  }
}

.lower-page .ttl-l.--ttl-num span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 104px;
  padding-left: 144px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/num-ttl-bg.svg") left 50%/104px 104px no-repeat;
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-l.--ttl-num span {
    padding-left: 118px;
    min-height: 88px;
    background-size: 88px 88px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .ttl-l.--ttl-num span {
    padding-left: 88px;
    min-height: 64px;
    background-size: 64px 64px;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .ttl-l.--ttl-num span {
    padding-left: 72px;
    min-height: 56px;
    background-size: 56px 56px;
  }
}

.lower-page .ttl-l.--ttl-num span::before, .lower-page .ttl-l.--ttl-num span::after {
  position: absolute;
  translate: 0 -50%;
  line-height: 1;
  color: #027b22;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.lower-page .ttl-l.--ttl-num span::before {
  content: "features";
  top: calc( 50% + 54px);
  left: 0;
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  font-size: 1.6rem;
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-l.--ttl-num span::before {
    top: calc( 50% + 44px);
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .ttl-l.--ttl-num span::before {
    top: calc( 50% + 32px);
    font-size: 1rem;
  }
}

.lower-page .ttl-l.--ttl-num span::after {
  counter-increment: ttl-num;
  content: counter(ttl-num, decimal-leading-zero);
  top: 50%;
  left: 28px;
  font-size: 8rem;
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-l.--ttl-num span::after {
    left: 22px;
    font-size: 6.4rem;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .ttl-l.--ttl-num span::after {
    left: 18px;
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .ttl-l.--ttl-num span::after {
    left: 14px;
    font-size: 4rem;
  }
}

.lower-page .ttl-m {
  margin-bottom: calc(8px * 2);
  font-size: 2.4rem;
}

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

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

.lower-page .ttl-s {
  margin-bottom: calc(8px * 1);
  font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.fc-d-grn {
  color: #027b22;
}

.fc-grn {
  color: #5bb545;
}

.fc-l-grn {
  color: #7bba6b;
}

.fc-d-yel-grn {
  color: #84c123;
}

.fc-yel-grn {
  color: #9ae02b;
}

.fc-l-yel-grn {
  color: #d2e954;
}

.fc-red {
  color: #e9546a;
}

.fc-d-orn {
  color: #e97c54;
}

.fc-orn {
  color: #f0b740;
}

.fc-yel {
  color: #fdf900;
}

.fc-blu {
  color: #1d6ceb;
}

.fc-d-aqu {
  color: #1da7eb;
}

.fc-aqu {
  color: #1dcbeb;
}

.fc-d-brn {
  color: #867548;
}

.fc-brn {
  color: #a3956f;
}

.fc-beg {
  color: #e9e5dc;
}

.fc-l-beg {
  color: #e9e5dc;
}

.fc-blk {
  color: #333333;
}

.fc-wht {
  color: #ffffff;
}

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

.fc-gry {
  color: #cccccc;
}

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

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

@media screen and (max-width: 767px) {
  .list__item {
    padding-left: 12px;
  }
}

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

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

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

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

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

.num-list__item {
  margin-left: 1.4em;
  text-indent: -1.4em;
}

.num-list__item::before {
  counter-increment: list-num;
  content: counter(list-num, decimal-leading-zero) ".";
  font-family: "Montserrat", sans-serif;
  color: #027b22;
  font-weight: 700;
}

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

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

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

.btn.--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn.--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 48px 8px 32px;
  width: 100%;
  max-width: 400px;
  min-height: 70px;
  background: #027b22;
  border: solid 1px #027b22;
  color: #ffffff;
  border-radius: 70px;
  line-height: 1.4;
  font-weight: 700;
}

@media screen and (max-width: 959px) {
  .btn a {
    padding: 8px 48px 8px 24px;
    min-height: 64px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .btn a {
    padding: 8px 48px 8px 16px;
    min-height: 56px;
  }
}

.btn a::before, .btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
}

.btn a::before {
  right: 8px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
}

@media screen and (max-width: 959px) {
  .btn a::before {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .btn a::before {
    right: 6px;
    width: 36px;
    height: 36px;
  }
}

.btn a::after {
  right: 22px;
  width: 17px;
  height: 13px;
  -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;
  background: #027b22;
}

@media screen and (max-width: 959px) {
  .btn a::after {
    right: 19px;
    width: 15px;
    height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .btn a::after {
    right: 16px;
    width: 13px;
    height: 10px;
  }
}

.btn a:hover {
  background: #ffffff;
  color: #027b22;
}

.btn a:hover::before {
  background: #027b22;
}

.btn a:hover::after {
  background: #ffffff;
}

.btn a.bc-d-grn {
  background: #027b22;
}

.btn a.bc-d-grn:hover {
  background: #ffffff;
  color: #027b22;
}

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

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

.btn a.bc-l-grn {
  background: #7bba6b;
}

.btn a.bc-l-grn:hover {
  background: #ffffff;
  color: #7bba6b;
}

.btn a.bc-d-yel-grn {
  background: #84c123;
}

.btn a.bc-d-yel-grn:hover {
  background: #ffffff;
  color: #84c123;
}

.btn a.bc-yel-grn {
  background: #9ae02b;
}

.btn a.bc-yel-grn:hover {
  background: #ffffff;
  color: #9ae02b;
}

.btn a.bc-l-yel-grn {
  background: #d2e954;
}

.btn a.bc-l-yel-grn:hover {
  background: #ffffff;
  color: #d2e954;
}

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

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

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

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

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

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

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

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

.btn a.bc-blu {
  background: #1d6ceb;
}

.btn a.bc-blu:hover {
  background: #ffffff;
  color: #1d6ceb;
}

.btn a.bc-d-aqu {
  background: #1da7eb;
}

.btn a.bc-d-aqu:hover {
  background: #ffffff;
  color: #1da7eb;
}

.btn a.bc-aqu {
  background: #1dcbeb;
}

.btn a.bc-aqu:hover {
  background: #ffffff;
  color: #1dcbeb;
}

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

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

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

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

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

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

.btn a.bc-l-beg {
  background: #e9e5dc;
}

.btn a.bc-l-beg:hover {
  background: #ffffff;
  color: #e9e5dc;
}

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

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

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

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

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

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

.btn.--btn-s a {
  max-width: 240px;
  padding: 8px 48px 8px 16px;
  min-height: 56px;
}

.btn.--btn-s a::before {
  right: 6px;
  width: 36px;
  height: 36px;
}

@media screen and (max-width: 519px) {
  .btn.--btn-s a::before {
    right: 4px;
    width: 32px;
    height: 32px;
  }
}

.btn.--btn-s a::after {
  right: 16px;
  width: 13px;
  height: 10px;
}

@media screen and (max-width: 519px) {
  .btn.--btn-s a::after {
    right: 12px;
  }
}

.btn.--natural a {
  background: #ffffff;
  border: solid 1px #333333;
  color: #333333;
}

.btn.--natural a::before {
  background: -webkit-gradient(linear, left top, right bottom, from(#f7f6f4), to(#e9e5dc));
  background: linear-gradient(to right bottom, #f7f6f4, #e9e5dc);
}

.btn.--natural a::after {
  background: #867548;
}

.btn.--natural a:hover {
  border-color: #867548;
  background: #867548;
  color: #ffffff;
}

.entry-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.entry-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 40px;
  width: 100%;
  max-width: 640px;
  min-height: 140px;
  border-radius: 70px;
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .entry-btn a {
    padding: 16px 32px;
    max-width: 560px;
    min-height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .entry-btn a {
    padding: 16px 24px 16px 28px;
    max-width: 480px;
    min-height: 96px;
  }
}

.entry-btn a::before, .entry-btn a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 70px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.entry-btn a::before {
  background: #ffffff;
  border: solid 2px #e9546a;
}

.entry-btn a::after {
  background: -webkit-gradient(linear, left top, right bottom, from(#e9546a), to(#e97c54));
  background: linear-gradient(to right bottom, #e9546a, #e97c54);
}

.entry-btn a .entry-btn-txt {
  position: relative;
  width: 100%;
  padding-right: 48px;
  font-weight: 700;
  z-index: 1;
}

.entry-btn a .entry-btn-txt__main {
  display: block;
  font-size: 2.8rem;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .entry-btn a .entry-btn-txt__main {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .entry-btn a .entry-btn-txt__main {
    font-size: 2rem;
  }
}

.entry-btn a .entry-btn-txt__sub {
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .entry-btn a .entry-btn-txt__sub {
    font-size: 1.2rem;
  }
}

.entry-btn a .entry-btn-txt::before, .entry-btn a .entry-btn-txt::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: -1;
}

.entry-btn a .entry-btn-txt::before {
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
}

@media screen and (max-width: 959px) {
  .entry-btn a .entry-btn-txt::before {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .entry-btn a .entry-btn-txt::before {
    width: 36px;
    height: 36px;
  }
}

.entry-btn a .entry-btn-txt::after {
  right: 14px;
  width: 17px;
  height: 13px;
  -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;
  background: #e9546a;
}

@media screen and (max-width: 959px) {
  .entry-btn a .entry-btn-txt::after {
    right: 11px;
    width: 15px;
    height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .entry-btn a .entry-btn-txt::after {
    right: 10px;
    width: 13px;
    height: 10px;
  }
}

.entry-btn a:hover {
  color: #e9546a;
}

.entry-btn a:hover::after {
  opacity: 0;
}

.entry-btn a:hover .entry-btn-txt::before {
  background: #e9546a;
}

.entry-btn a:hover .entry-btn-txt::after {
  background: #ffffff;
}

.tbl table {
  width: 100%;
  border-top: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
}

.tbl table thead tr th {
  padding: 16px;
  background: #999999;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  color: #333333;
}

@media screen and (max-width: 959px) {
  .tbl table thead {
    display: none;
  }
}

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

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

.tbl table tbody tr th,
.tbl table tbody tr td {
  padding: 16px;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}

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

.tbl table tbody tr th {
  background: #eeeeee;
}

@media screen and (max-width: 959px) {
  .tbl table tbody tr td::before {
    content: attr(tbl-data);
    display: block;
    color: #333333;
  }
}

.scroll-tbl {
  overflow-x: auto;
}

.scroll-tbl table {
  width: 100%;
  border-top: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
}

.scroll-tbl table thead tr th {
  padding: 16px;
  background: #999999;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  color: #333333;
  white-space: nowrap;
}

.scroll-tbl table tbody tr th,
.scroll-tbl table tbody tr td {
  padding: 16px;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}

.scroll-tbl table tbody tr th {
  background: #eeeeee;
}

.hours-tbl table {
  width: 100%;
  border-top: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
}

.hours-tbl table thead tr th {
  padding: 16px;
  background: #999999;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  color: #333333;
}

@media screen and (max-width: 959px) {
  .hours-tbl table thead {
    display: none;
  }
}

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

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

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

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

.hours-tbl table tbody tr th {
  background: #eeeeee;
}

@media screen and (max-width: 959px) {
  .hours-tbl table tbody tr td::before {
    content: attr(tbl-data);
    display: block;
    color: #333333;
  }
}

.frame {
  padding: 16px;
  border: solid 1px #cccccc;
}

.faq-list__item {
  padding: calc(8px * 4);
  background: #ffffff;
  border-radius: 8px;
}

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

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

@media screen and (max-width: 519px) {
  .faq-list__item {
    padding: 20px;
  }
}

.faq-list__item:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .faq-list__item:not(:last-child) {
    margin-bottom: 8px;
  }
}

.faq-list__item dt {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

@media screen and (max-width: 519px) {
  .faq-list__item dt {
    margin-bottom: 8px;
    padding-bottom: 8px;
    padding-left: 28px;
    font-size: 1.6rem;
  }
}

.faq-list__item dt::before {
  content: 'Q.';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #7bba6b;
  line-height: 1;
}

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

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

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

.faq-list__item dt::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 8px;
  background: linear-gradient(45deg, #7bba6b, #B3E05D);
}

@media screen and (max-width: 519px) {
  .faq-list__item dt::after {
    height: 2px;
  }
}

.faq-list__item dd em {
  font-weight: bold;
}

.faq-list__item dd a {
  text-decoration: underline;
}

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

.faq-list__item dd span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(80%, rgba(253, 249, 0, 0.4)));
  background: linear-gradient(transparent 40%, rgba(253, 249, 0, 0.4) 80%);
  font-weight: 700;
}

.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;
  padding-bottom: 8px;
}

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

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
  border: solid 2px #eeeeee;
}

.writer .writer-vsl {
  width: 96px;
}

@media screen and (max-width: 959px) {
  .writer .writer-vsl {
    width: 88px;
  }
}

@media screen and (max-width: 767px) {
  .writer .writer-vsl {
    width: 80px;
  }
}

@media screen and (max-width: 519px) {
  .writer .writer-vsl {
    width: 104px;
    margin: 0 auto 16px;
  }
}

.writer .writer-dtl {
  width: calc(100% - 112px);
}

@media screen and (max-width: 959px) {
  .writer .writer-dtl {
    width: calc(100% - 104px);
  }
}

@media screen and (max-width: 767px) {
  .writer .writer-dtl {
    width: calc(100% - 96px);
  }
}

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

.writer .writer-dtl__ttl {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 8px;
  background: #333333;
  color: #ffffff;
}

@media screen and (max-width: 519px) {
  .writer .writer-dtl__ttl {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
  }
}

.writer .writer-dtl__name {
  margin-bottom: 4px;
}

@media screen and (max-width: 519px) {
  .writer .writer-dtl__name {
    text-align: center;
  }
}

.writer .writer-dtl__name a {
  color: #333333;
}

.writer .writer-dtl__company {
  font-size: 1.4rem;
}

@media screen and (max-width: 519px) {
  .writer .writer-dtl__company {
    text-align: center;
  }
}

.writer .writer-dtl__post {
  margin-bottom: 8px;
  font-size: 1.4rem;
}

@media screen and (max-width: 519px) {
  .writer .writer-dtl__post {
    text-align: center;
  }
}

.writer .writer-dtl__txt {
  font-size: 1.4rem;
}

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