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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

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

html {
  font-size: 62.5%;
}

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

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

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

body.--active, body.--sp-active {
  overflow: hidden !important;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header {
  background: #ffffff;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}

.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;
  padding: 12px 248px 12px 24px;
}

@media screen and (max-width: 1023px) {
  .header .header-unit {
    padding: 12px 240px 12px 24px;
  }
}

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

.header .header-unit__logo {
  max-width: 230px;
}

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

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

.header .header-unit__menu .header-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.header .header-unit__menu .header-sub-menu a {
  color: #999999;
  font-size: 1.4rem;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
}

.header .header-unit__menu .header-sub-menu .tel-link {
  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: 3px;
  font-size: 2.8rem;
  font-family: "Work Sans", sans-serif;
  color: #565656;
  text-decoration: none;
}

@media screen and (max-width: 1279px) {
  .header .header-unit__menu .header-sub-menu .tel-link {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .header .header-unit__menu .header-sub-menu .tel-link {
    font-size: 2rem;
  }
}

.header .header-unit__menu .header-sub-menu .tel-link .ico-tel {
  display: block;
  width: 16px;
  height: 21px;
  background: #565656;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 1279px) {
  .header .header-unit__menu .header-sub-menu .tel-link .ico-tel {
    width: 14px;
    height: 18px;
  }
}

.header .header-hotline {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9990;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.header .header-hotline__link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ffffff;
  width: 110px;
  height: 100px;
  line-height: 1.3;
}

.header .header-hotline__link a .con-txt {
  font-size: 1.4rem;
}

.header .header-hotline__link a::before {
  position: absolute;
  top: 50%;
  left: -5px;
  translate: 0 -50%;
  color: rgba(255, 255, 255, 0.3);
  font-weight: bold;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.header .header-hotline__link a:hover {
  height: 106px;
  border-radius: 0 0 6px 6px !important;
}

.header .header-hotline__link.--com a {
  background-image: linear-gradient(145deg, #EE5401, #FBB400);
  border-radius: 0 0 0 6px;
  border-right: 1px solid #ffffff;
}

.header .header-hotline__link.--com a::before {
  content: "company";
}

.header .header-hotline__link.--com a .ico-com {
  width: 38px;
  height: 36px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/company.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/company.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ffffff;
}

.header .header-hotline__link.--com a:hover {
  background-image: linear-gradient(145deg, #EE5401, #EE5401);
}

.header .header-hotline__link.--ind a {
  background-image: linear-gradient(145deg, #FA9A00, #FBB400);
}

.header .header-hotline__link.--ind a .ico-ind {
  width: 18px;
  height: 39px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/individual.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/individual.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ffffff;
}

.header .header-hotline__link.--ind a::before {
  content: "employ";
}

.header .header-hotline__link.--ind a:hover {
  background-image: linear-gradient(145deg, #FBB400, #FBB400);
}

.header .header-nav .header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 32px;
}

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

.header .header-nav .header-nav-list__item a {
  position: relative;
  font-weight: bold;
}

.header .header-nav .header-nav-list__item a:hover {
  color: #FF8223;
}

.header .header-nav .header-nav-list__item.hav-pull {
  position: relative;
  padding-right: 14px;
}

.header .header-nav .header-nav-list__item.hav-pull::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #E48723 transparent transparent transparent;
  border-width: 7px 5px 0px 5px;
}

.header .header-nav .header-nav-list__item .header-pull {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  translate: -50% 0;
  padding-top: 16px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.header .header-nav .header-nav-list__item .header-pull .header-pull-list {
  min-width: 240px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px #FA9A00;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 959px) {
  .header .header-nav .header-nav-list__item .header-pull .header-pull-list {
    border-radius: calc(4px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .header .header-nav .header-nav-list__item .header-pull .header-pull-list {
    border-radius: calc(4px * 0.5);
  }
}

.header .header-nav .header-nav-list__item .header-pull .header-pull-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 8px;
  font-size: 1.4rem;
}

.header .header-nav .header-nav-list__item .header-pull .header-pull-list__item a .ico-arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  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: 26px;
  height: 14px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #FF8223;
  border-radius: 10px;
  translate: 0 -50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.header .header-nav .header-nav-list__item .header-pull .header-pull-list__item a .ico-arrow::before {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  background: #FF8223;
  -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-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.header .header-nav .header-nav-list__item .header-pull .header-pull-list__item a:hover {
  color: #FF8223;
  -webkit-transform: translate(2px, 0);
  transform: translate(2px, 0);
}

.header .header-nav .header-nav-list__item:hover .header-pull {
  opacity: 1;
  visibility: visible;
}

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

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

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

.drawer-hamburger {
  position: relative;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  width: 64px;
  height: 64px;
  border-radius: 0 0 0 10px;
  background: #FF8223;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

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

.drawer-hamburger::before, .drawer-hamburger::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #FF8223;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/radius.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/radius.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  rotate: 270deg;
}

.drawer-hamburger::before {
  position: absolute;
  right: 0;
  bottom: -20px;
}

.drawer-hamburger::after {
  position: absolute;
  top: 0;
  left: -20px;
}

.drawer-hamburger span {
  display: block;
  position: relative;
  top: 50%;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.drawer-hamburger span::before {
  top: -4px;
}

.drawer-hamburger span::after {
  top: 4px;
}

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

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

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

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

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

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

.drawer-content .drawer-logo {
  width: 220px;
  margin-bottom: 24px;
}

.drawer-content .drawer-cv-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: calc(8px * 5);
}

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

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

.drawer-content .drawer-cv-unit__col {
  width: calc((100% / 3) - (6px * 2 / 3));
}

.drawer-content .drawer-cv-unit__col a {
  padding: 20px 20px 24px;
  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;
  border-radius: 4px;
  background: #ffffff;
}

.drawer-content .drawer-cv-unit__col a::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  translate: -50% 0;
  display: block;
  width: 12px;
  height: 7px;
  -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-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.drawer-content .drawer-cv-unit__col.--tel a {
  border: 1px solid #925F38;
  color: #925F38;
}

.drawer-content .drawer-cv-unit__col.--tel a::after {
  background: #925F38;
}

.drawer-content .drawer-cv-unit__col.--tel a:hover {
  background: #925F38;
  color: #ffffff;
}

.drawer-content .drawer-cv-unit__col.--tel a:hover::after {
  background: #ffffff;
}

.drawer-content .drawer-cv-unit__col.--com a {
  border: 1px solid #EE5401;
  color: #EE5401;
}

.drawer-content .drawer-cv-unit__col.--com a::after {
  background: #EE5401;
}

.drawer-content .drawer-cv-unit__col.--com a:hover {
  background: #EE5401;
  color: #ffffff;
}

.drawer-content .drawer-cv-unit__col.--com a:hover::after {
  background: #ffffff;
}

.drawer-content .drawer-cv-unit__col.--ind a {
  border: 1px solid #FA9A00;
  color: #FA9A00;
}

.drawer-content .drawer-cv-unit__col.--ind a::after {
  background: #FA9A00;
}

.drawer-content .drawer-cv-unit__col.--ind a:hover {
  background: #FA9A00;
  color: #ffffff;
}

.drawer-content .drawer-cv-unit__col.--ind a:hover::after {
  background: #ffffff;
}

.drawer-content .drawer-menu__item a {
  display: block;
  padding: 10px 0;
  border-bottom: solid 1px #cccccc;
  font-weight: bold;
}

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

.drawer-content .drawer-menu__item.--hav-child {
  margin-bottom: calc(8px * 4);
}

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

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

.drawer-content .drawer-menu__item.--hav-child > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 2px 12px;
  position: relative;
  padding-left: 12px;
  border-bottom: none;
  font-weight: bold;
}

.drawer-content .drawer-menu__item.--hav-child > a::before {
  content: "";
  position: absolute;
  top: 41px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #EE5401;
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  .drawer-content .drawer-menu__item.--hav-child > a::before {
    top: 34px;
    width: 5px;
    height: 5px;
  }
}

.drawer-content .drawer-menu__item.--hav-child > a span {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #EE5401;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .drawer-content .drawer-menu__item.--hav-child > a span {
    font-size: 1.2rem;
  }
}

.drawer-content .drawer-menu__item.--hav-child > a .ico-arrow {
  position: relative;
  display: block;
  width: 39px;
  height: 18px;
  background: #E48723;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow-f.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow-f.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.drawer-content .drawer-menu__item.--hav-child .child-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
}

.drawer-content .drawer-menu__item.--hav-child .child-menu__item {
  width: calc((100% / 2) - (6px * 1 / 2));
}

.drawer-content .drawer-menu__item.--hav-child .child-menu__item a {
  display: block;
  position: relative;
  padding-left: 18px;
  font-size: 1.4rem;
  font-weight: normal;
  border: 1px solid #eeeeee;
  background: #ffffff;
  border-radius: 2px;
}

.drawer-content .drawer-menu__item.--hav-child .child-menu__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 14px;
  height: 4px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/link-deco.svg") right/cover no-repeat;
}

.drawer-content .drawer-menu__item.--hav-child:nth-child(2) > a .ico-arrow {
  background: #FA9A00;
}

.drawer-content .drawer-menu__item.--hav-child:nth-child(2) > a::before {
  background: #FA9A00;
}

.drawer-content .drawer-menu__item.--hav-child:nth-child(2) > a span {
  color: #FA9A00;
}

.cv {
  margin-bottom: calc(8px * 8);
}

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

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

.cv .cv-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media screen and (max-width: 519px) {
  .cv .cv-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cv .cv-unit__col {
  width: calc((100% / 3) - (0px * 2 / 3));
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

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

.cv .cv-unit__col a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 64px 0;
  font-size: 3.2rem;
  color: #ffffff;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit__col a {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__col a {
    padding: 56px 0;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__col a {
    font-size: 2rem;
    padding: 48px 0;
    height: 140px;
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-unit__col a {
    padding: 24px 0;
    height: 94px;
  }
}

.cv .cv-unit__col a::before {
  position: absolute;
  top: 50%;
  left: -13px;
  translate: 0 -50%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 3.2rem;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit__col a::before {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__col a::before {
    left: -10px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__col a::before {
    font-size: 2rem;
  }
}

.cv .cv-unit__col a::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: block;
  width: 20px;
  height: 10px;
  background: #ffffff;
  -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-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.cv .cv-unit__col a .cv-txt {
  display: block;
  width: 100%;
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Inter", sans-serif;
  font-size: 1.6rem;
}

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

.cv .cv-unit__col a .ico-cv {
  display: block;
  margin-right: 10px;
  background: #ffffff;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.cv .cv-unit__col a:hover {
  opacity: .8;
}

.cv .cv-unit__col a:hover::after {
  -webkit-transform: translate(2px, 0);
  transform: translate(2px, 0);
}

.cv .cv-unit__col.--tel a {
  background: linear-gradient(145deg, #925F38, #D7AC62);
  font-family: "Work Sans", sans-serif;
  border-right: 2px solid #ffffff;
}

@media screen and (max-width: 519px) {
  .cv .cv-unit__col.--tel a {
    border-right: none;
    border-bottom: 2px solid #ffffff;
  }
}

.cv .cv-unit__col.--tel a::before {
  content: "telephone";
}

.cv .cv-unit__col.--tel a::after {
  display: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__col.--tel a::after {
    display: block;
  }
}

.cv .cv-unit__col.--tel a .ico-cv {
  width: 20px;
  height: 26px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__col.--tel a .ico-cv {
    width: 13px;
    height: 19px;
  }
}

.cv .cv-unit__col.--com a {
  background: linear-gradient(145deg, #EE5401, #FBB400);
  border-right: 2px solid #fff;
}

@media screen and (max-width: 519px) {
  .cv .cv-unit__col.--com a {
    border-right: none;
    border-bottom: 2px solid #ffffff;
  }
}

.cv .cv-unit__col.--com a::before {
  content: "company";
}

.cv .cv-unit__col.--com a::after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cv .cv-unit__col.--com a .ico-cv {
  width: 36px;
  height: 34px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/company.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/company.svg");
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__col.--com a .ico-cv {
    width: 26px;
    height: 24px;
  }
}

.cv .cv-unit__col.--ind a {
  background: linear-gradient(145deg, #FA9A00, #F3B700);
}

.cv .cv-unit__col.--ind a::before {
  content: "employ";
}

.cv .cv-unit__col.--ind a::after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cv .cv-unit__col.--ind a .ico-cv {
  width: 16px;
  height: 35px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/individual.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/individual.svg");
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__col.--ind a .ico-cv {
    width: 12px;
    height: 31px;
  }
}

.footer {
  width: 100%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: calc(8px * 4);
}

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

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

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

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

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

.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;
  gap: 24px;
}

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

@media screen and (max-width: 959px) {
  .footer .footer-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 519px) {
  .footer .footer-logo {
    max-width: 280px;
    margin-inline: auto;
  }
}

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

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

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

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

.footer .footer-contact {
  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: 6px 24px;
  margin-bottom: 24px;
}

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

.footer .footer-contact-link {
  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: 6px;
  font-size: 2.4rem;
  letter-spacing: -0.15px;
}

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

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

.footer .footer-contact-link span {
  font-size: 2rem;
  color: #E48723;
  padding: 2px 10px;
  background: rgba(255, 237, 149, 0.5);
  border-radius: 2px;
  letter-spacing: -0.5px;
}

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

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

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

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

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

.footer .footer-hotline__link {
  width: calc((100% / 2) - (12px * 1 / 2));
}

@media screen and (max-width: 959px) {
  .footer .footer-hotline__link {
    width: calc((100% / 2) - (8px * 1 / 2));
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-hotline__link {
    width: calc((100% / 2) - (6px * 1 / 2));
  }
}

.footer .footer-hotline__link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  font-size: 2rem;
  border-radius: 4px;
}

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

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

.footer .footer-hotline__link a::before {
  position: absolute;
  top: 50%;
  left: -2px;
  translate: 0 -50%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.2rem;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

.footer .footer-hotline__link a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 12px;
  height: 6px;
  -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-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.footer .footer-hotline__link a .con-ttl {
  line-height: 1.2;
}

.footer .footer-hotline__link a span {
  display: block;
  font-size: 1.4rem;
}

.footer .footer-hotline__link.--com a {
  border: 1px solid #EE5401;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(255, 130, 35, 0.2);
  box-shadow: 3px 3px 0px 0px rgba(255, 130, 35, 0.2);
  color: #EE5401;
}

.footer .footer-hotline__link.--com a::before {
  content: "company";
  color: rgba(238, 84, 1, 0.3);
}

.footer .footer-hotline__link.--com a::after {
  background: #EE5401;
}

.footer .footer-hotline__link.--com a .ico-com {
  display: block;
  width: 36px;
  height: 33px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/company.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/company.svg");
  background: #EE5401;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.footer .footer-hotline__link.--com a:hover {
  background: #EE5401;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

.footer .footer-hotline__link.--com a:hover::before {
  color: rgba(255, 255, 255, 0.3);
}

.footer .footer-hotline__link.--com a:hover::after {
  background: #ffffff;
}

.footer .footer-hotline__link.--com a:hover .ico-com {
  background: #ffffff;
}

.footer .footer-hotline__link.--ind a {
  border: 1px solid #F6AB01;
  color: #F6AB01;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(255, 130, 35, 0.2);
  box-shadow: 3px 3px 0px 0px rgba(255, 130, 35, 0.2);
}

.footer .footer-hotline__link.--ind a::before {
  content: "employ";
  color: rgba(246, 171, 1, 0.3);
}

.footer .footer-hotline__link.--ind a::after {
  background: #F6AB01;
}

.footer .footer-hotline__link.--ind a .ico-ind {
  display: block;
  width: 16px;
  height: 35px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/individual.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/individual.svg");
  background: #F6AB01;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.footer .footer-hotline__link.--ind a:hover {
  background: #F6AB01;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

.footer .footer-hotline__link.--ind a:hover::before {
  color: rgba(255, 255, 255, 0.3);
}

.footer .footer-hotline__link.--ind a:hover::after {
  background: #ffffff;
}

.footer .footer-hotline__link.--ind a:hover .ico-ind {
  background: #ffffff;
}

.footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 44px;
  margin-bottom: 28px;
}

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

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

@media screen and (max-width: 767px) {
  .footer .footer-nav .footer-nav-list.--hav-child {
    width: calc((100% / 2) - (16px * 1 / 2));
  }
}

.footer .footer-nav .footer-nav-list.--hav-child .footer-nav-list__item {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer .footer-nav .footer-nav-list.--hav-child .footer-nav-list__item a {
  display: block;
  position: relative;
  padding-left: 28px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .footer .footer-nav .footer-nav-list.--hav-child .footer-nav-list__item a {
    padding-left: 18px;
  }
}

.footer .footer-nav .footer-nav-list.--hav-child .footer-nav-list__item a::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 4px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/link-deco.svg") right/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .footer .footer-nav .footer-nav-list.--hav-child .footer-nav-list__item a::before {
    width: 12px;
  }
}

.footer .footer-nav .footer-nav-list.--hav-child .footer-nav-list__item.--com-nav, .footer .footer-nav .footer-nav-list.--hav-child .footer-nav-list__item.--ind-nav {
  position: relative;
}

.footer .footer-nav .footer-nav-list.--hav-child .footer-nav-list__item.--com-nav::before, .footer .footer-nav .footer-nav-list.--hav-child .footer-nav-list__item.--ind-nav::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
}

.footer .footer-nav .footer-nav-list.--hav-child .footer-nav-list__item.--com-nav a, .footer .footer-nav .footer-nav-list.--hav-child .footer-nav-list__item.--ind-nav a {
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 14px;
  border-bottom: 1px solid #eeeeee;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .footer .footer-nav .footer-nav-list.--hav-child .footer-nav-list__item.--com-nav a, .footer .footer-nav .footer-nav-list.--hav-child .footer-nav-list__item.--ind-nav a {
    font-size: 1.4rem;
  }
}

.footer .footer-nav .footer-nav-list.--hav-child .footer-nav-list__item.--com-nav a span, .footer .footer-nav .footer-nav-list.--hav-child .footer-nav-list__item.--ind-nav a span {
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.footer .footer-nav .footer-nav-list.--hav-child .footer-nav-list__item.--com-nav a::before, .footer .footer-nav .footer-nav-list.--hav-child .footer-nav-list__item.--ind-nav a::before {
  display: none;
}

.footer .footer-nav .footer-nav-list.--hav-child .footer-nav-list__item.--com-nav span {
  color: #EE5401;
}

.footer .footer-nav .footer-nav-list.--hav-child .footer-nav-list__item.--com-nav::before {
  background: #EE5401;
}

.footer .footer-nav .footer-nav-list.--hav-child .footer-nav-list__item.--ind-nav span {
  color: #F6AB01;
}

.footer .footer-nav .footer-nav-list.--hav-child .footer-nav-list__item.--ind-nav::before {
  background: #F6AB01;
}

.footer .footer-nav .footer-nav-list.--hav-child .footer-nav-list__item:not(:last-of-type) {
  margin-bottom: 8px;
}

.footer .footer-nav .footer-nav-list.--hav-child .footer-nav-list__item:hover {
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}

.footer .footer-nav .footer-nav-list__item {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer .footer-nav .footer-nav-list__item.--inst {
  width: 24px;
  height: 24px;
}

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

.footer .footer-nav .footer-nav-list__item:hover {
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}

@media screen and (max-width: 767px) {
  .footer .footer-nav .footer-nav-list:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px 12px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-nav .footer-nav-list:last-child .footer-nav-list__item {
    margin-bottom: 0;
  }
}

.footer .copy {
  color: #999999;
  font-size: 1.2rem;
  text-align: right;
}

.footer .copy a {
  color: #999999;
}

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

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

@media screen and (max-width: 959px) {
  .float-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.float-foot 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;
  gap: 6px;
  padding: 8px;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#FF8223), to(#F3B700));
  background: linear-gradient(90deg, #FF8223, #F3B700);
  color: #ffffff;
  font-size: 2rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.float-foot a .ico-entry {
  display: block;
  width: 20px;
  height: 20px;
  background: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/entry.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/entry.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.float-foot a:hover {
  -webkit-transform: translate(0, -4px);
  transform: translate(0, -4px);
  height: 54px;
}

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

.headttl {
  margin-bottom: calc(8px * 5);
}

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

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

.headttl-main {
  position: relative;
  font-size: 4.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #FF8223;
  padding: 0 44px;
  font-family: "Work Sans", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

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

@media screen and (max-width: 959px) {
  .headttl-main {
    padding: 0 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .headttl-main {
    padding: 0 24px;
    font-size: 2.8rem;
  }
}

.headttl-main::before, .headttl-main::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 24px;
  height: 34px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/headttl-deco.svg") center/cover no-repeat;
}

@media screen and (max-width: 959px) {
  .headttl-main::before, .headttl-main::after {
    width: 17px;
    height: 23px;
  }
}

.headttl-main::before {
  left: 0;
}

.headttl-main::after {
  right: 0;
  rotate: 180deg;
}

.headttl-sub {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}

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

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

.headttl.--left .headttl-main {
  width: 100%;
  padding-right: 0;
}

.headttl.--left .headttl-main::after {
  display: none;
}

.headttl.--left .headttl-sub {
  text-align: left;
  padding-left: 48px;
}

@media screen and (max-width: 959px) {
  .headttl.--left .headttl-sub {
    padding-left: 32px;
  }
}

@media screen and (max-width: 767px) {
  .headttl.--left .headttl-sub {
    padding-left: 24px;
  }
}

.dot-line {
  padding-bottom: 2px;
  border-bottom: 2px dotted #F6AB01;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .dot-line {
    padding-bottom: 0;
    font-size: 1.6rem;
  }
}

.lower-page {
  margin-top: 90px;
}

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

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

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

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

.lower-page .hero {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: calc(8px * 2);
  padding: 64px 0 72px;
}

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

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

@media screen and (max-width: 1279px) {
  .lower-page .hero {
    padding: 48px 0 56px;
  }
}

@media screen and (max-width: 959px) {
  .lower-page .hero {
    padding: 40px 0 48px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .hero {
    padding: 32px 0 40px;
  }
}

.lower-page .hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100% - 56px);
  height: 100%;
  background: url("/wp-content/themes/itreat_base/dist/img/common/hero-bg.png") left top/contain no-repeat, -webkit-gradient(linear, left bottom, right top, from(#F27008), color-stop(50%, #FBBC57), to(#FFEEC0));
  background: url("/wp-content/themes/itreat_base/dist/img/common/hero-bg.png") left top/contain no-repeat, linear-gradient(to top right, #F27008, #FBBC57 50%, #FFEEC0);
  border-radius: 0 0 64px 0;
}

@media screen and (max-width: 1279px) {
  .lower-page .hero::before {
    width: calc(100% - 40px);
    border-radius: 0 0 48px 0;
  }
}

@media screen and (max-width: 959px) {
  .lower-page .hero::before {
    width: calc(100% - 28px);
    border-radius: 0 0 32px 0;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .hero::before {
    width: calc(100% - 16px);
    background: url("/wp-content/themes/itreat_base/dist/img/common/hero-bg-sp.png") left top/contain no-repeat, -webkit-gradient(linear, left bottom, right top, from(#F27008), color-stop(50%, #FBBC57), to(#FFEEC0));
    background: url("/wp-content/themes/itreat_base/dist/img/common/hero-bg-sp.png") left top/contain no-repeat, linear-gradient(to top right, #F27008, #FBBC57 50%, #FFEEC0);
    border-radius: 0 0 16px 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.lower-page .pagettl .pagettl-sub {
  display: block;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
}

.lower-page .pagettl .pagettl-main {
  display: block;
  color: #ffffff;
  font-size: 4rem;
  font-weight: bold;
}

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

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

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

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

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

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

.lower-page .headline .headline-main {
  position: relative;
  font-size: 4.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #FF8223;
  padding: 0 44px;
  font-family: "Work Sans", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

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

@media screen and (max-width: 959px) {
  .lower-page .headline .headline-main {
    padding: 0 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .headline .headline-main {
    padding: 0 24px;
    font-size: 2.8rem;
  }
}

.lower-page .headline .headline-main::before, .lower-page .headline .headline-main::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 24px;
  height: 34px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/headttl-deco.svg") center/cover no-repeat;
}

@media screen and (max-width: 959px) {
  .lower-page .headline .headline-main::before, .lower-page .headline .headline-main::after {
    width: 17px;
    height: 23px;
  }
}

.lower-page .headline .headline-main::before {
  left: 0;
}

.lower-page .headline .headline-main::after {
  right: 0;
  rotate: 180deg;
}

.lower-page .headline .headline-sub {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}

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

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

.lower-page .headline.--left .headline-main {
  width: 100%;
  padding-right: 0;
}

.lower-page .headline.--left .headline-main::after {
  display: none;
}

.lower-page .headline.--left .headline-sub {
  text-align: left;
  padding-left: 48px;
}

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

@media screen and (max-width: 767px) {
  .lower-page .headline.--left .headline-sub {
    padding-left: 24px;
  }
}

.lower-page .ttl-l {
  position: relative;
  margin-bottom: calc(8px * 4);
  padding: 20px 8px 20px 38px;
  font-size: 2.8rem;
  background: -webkit-gradient(linear, left top, right top, from(#FFF5B5), to(#FFD4AB));
  background: linear-gradient(90deg, #FFF5B5, #FFD4AB);
  border-radius: 80px;
  font-weight: bold;
}

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

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

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

@media screen and (max-width: 767px) {
  .lower-page .ttl-l {
    font-size: 2rem;
    padding: 12px 4px 12px 28px;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .ttl-l {
    font-size: 1.8rem;
    padding: 10px 4px 10px 24px;
  }
}

.lower-page .ttl-l::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  translate: 0 -50%;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 100%;
}

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

@media screen and (max-width: 519px) {
  .lower-page .ttl-l::before {
    left: 12px;
    width: 7px;
    height: 7px;
  }
}

.lower-page .ttl-m {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
}

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

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

.lower-page .ttl-m::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 35px);
  height: 4px;
  border-radius: 10px;
  background: #FFED95;
}

.lower-page .ttl-m::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 7px;
  background-color: transparent;
  background-image: radial-gradient(circle, #FFED95 3px, transparent 3px);
  background-size: 10px 8px;
}

.lower-page .ttl-s {
  margin-bottom: calc(8px * 1);
  font-size: 1.8rem;
  color: #FF8223;
}

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

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

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

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

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

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

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

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

.link-txt {
  text-decoration: underline;
}

.link-txt:hover {
  text-decoration: none;
}

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

@media screen and (max-width: 1279px) {
  .note-txt {
    font-size: 1.3rem;
  }
}

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

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

.marker-dot {
  border-bottom: 2px dotted #F6AB01;
}

.fc-red {
  color: #EE5401;
}

.fc-aqu {
  color: #1EB3F3;
}

.fc-blu {
  color: #3697dc;
}

.fc-c-main {
  color: #FF8223;
}

.fc-i-main {
  color: #F6AB01;
}

.fc-yel {
  color: #FBB400;
}

.fc-l-yel {
  color: #F3B700;
}

.fc-p-yel {
  color: #FFED95;
}

.fc-w-yel {
  color: #FFFBE7;
}

.fc-y-grn {
  color: #FFF5B5;
}

.fc-orn {
  color: #FA9A00;
}

.fc-d-orn {
  color: #E48723;
}

.fc-d-beg {
  color: #FBF8F3;
}

.fc-l-beg {
  color: #F6F1E9;
}

.fc-beg {
  color: #FFF8F2;
}

.fc-l-pnk {
  color: #FFD4AB;
}

.fc-brn {
  color: #925F38;
}

.fc-khaki {
  color: #D7AC62;
}

.fc-blk {
  color: #565656;
}

.fc-l-wht {
  color: #FBFAF3;
}

.fc-wht {
  color: #ffffff;
}

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

.fc-gry {
  color: #cccccc;
}

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

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

@media screen and (max-width: 767px) {
  .list__item {
    padding-left: 11px;
  }
}

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

.list__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  aspect-ratio: 1/1;
  background: #FF8223;
  border-radius: 50%;
}

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

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

.num-list__item {
  margin-left: 1em;
  text-indent: -1em;
}

.num-list__item::before {
  counter-increment: list-num;
  content: counter(list-num) ".";
}

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

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

.anchor-link {
  margin-top: -120px;
  padding-top: 120px;
}

@media screen and (max-width: 959px) {
  .anchor-link {
    margin-top: -80px;
    padding-top: 80px;
  }
}

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

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

.btn.--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 300px;
  min-height: 42px;
  padding: 6px 16px;
  background: #ffffff;
  border: solid 1px #E48723;
  border-radius: 70px;
  color: #E48723;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(255, 130, 35, 0.2);
  box-shadow: 3px 3px 0px 0px rgba(255, 130, 35, 0.2);
  line-height: 1.2;
}

.btn a .btn-inner {
  position: relative;
  padding-right: 36px;
}

.btn a .btn-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 1px;
  height: 100%;
  background: #E48723;
}

.btn a .ico-arrow {
  display: block;
  width: 12px;
  height: 6px;
  background: #E48723;
  -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-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.btn a .ico-arrow.--ico-arrow-under {
  rotate: Z 90deg;
}

.btn a:hover {
  background: #E48723;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
}

.btn a:hover .btn-inner::before {
  background: #ffffff;
}

.btn a:hover .ico-arrow {
  background: #ffffff;
}

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

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

.btn a.bc-aqu {
  background: #1EB3F3;
}

.btn a.bc-aqu:hover {
  background: #ffffff;
  color: #1EB3F3;
}

.btn a.bc-blu {
  background: #3697dc;
}

.btn a.bc-blu:hover {
  background: #ffffff;
  color: #3697dc;
}

.btn a.bc-c-main {
  background: #FF8223;
}

.btn a.bc-c-main:hover {
  background: #ffffff;
  color: #FF8223;
}

.btn a.bc-i-main {
  background: #F6AB01;
}

.btn a.bc-i-main:hover {
  background: #ffffff;
  color: #F6AB01;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn a.bc-d-beg {
  background: #FBF8F3;
}

.btn a.bc-d-beg:hover {
  background: #ffffff;
  color: #FBF8F3;
}

.btn a.bc-l-beg {
  background: #F6F1E9;
}

.btn a.bc-l-beg:hover {
  background: #ffffff;
  color: #F6F1E9;
}

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

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

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

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

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

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

.btn a.bc-khaki {
  background: #D7AC62;
}

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

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

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

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

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

.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.--pdf a {
  max-width: 420px;
  padding: 12px 24px;
}

.btn.--pdf a .btn-inner {
  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: 4px;
}

@media screen and (max-width: 519px) {
  .btn.--pdf a .btn-inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.btn.--pdf a .ico-pdf {
  display: block;
  width: 26px;
  height: 28px;
  background: #E48723;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/pdf.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/pdf.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 519px) {
  .btn.--pdf a .ico-pdf {
    width: 22px;
    height: 25px;
  }
}

.btn.--pdf a:hover .ico-pdf {
  background: #ffffff;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) rotateZ(0);
    transform: translateY(-50%) translateX(-50%) rotateZ(0);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) rotateZ(360deg);
    transform: translateY(-50%) translateX(-50%) rotateZ(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) rotateZ(0);
    transform: translateY(-50%) translateX(-50%) rotateZ(0);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) rotateZ(360deg);
    transform: translateY(-50%) translateX(-50%) rotateZ(360deg);
  }
}

.float-search {
  right: 20px;
  bottom: 16px !important;
  z-index: 10000;
  width: 148px;
  height: 148px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .float-search {
    width: 132px;
    height: 132px;
  }
}

@media screen and (max-width: 959px) {
  .float-search {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .float-search {
    right: 4px;
    bottom: 4px !important;
    width: 104px;
    height: 104px;
  }
}

@media screen and (max-width: 519px) {
  .float-search {
    width: 88px;
    height: 88px;
  }
}

.float-search::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 148px;
  height: 148px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/float-search.png") center/cover no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .float-search::before {
    width: 132px;
    height: 132px;
  }
}

@media screen and (max-width: 959px) {
  .float-search::before {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .float-search::before {
    width: 104px;
    height: 104px;
  }
}

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

.float-search::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 135px;
  height: 135px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/float-txt.svg") center/cover no-repeat;
  -webkit-animation: spin 120s linear infinite;
  animation: spin 120s linear infinite;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .float-search::after {
    width: 124px;
    height: 124px;
  }
}

@media screen and (max-width: 959px) {
  .float-search::after {
    width: 112px;
    height: 112px;
  }
}

@media screen and (max-width: 767px) {
  .float-search::after {
    width: 96px;
    height: 96px;
  }
}

@media screen and (max-width: 519px) {
  .float-search::after {
    width: 82px;
    height: 82px;
  }
}

.float-search:hover::before {
  background: url("/wp-content/themes/itreat_base/dist/img/common/float-search-h.png") center/cover no-repeat;
}

.float-search:hover::after {
  background: url("/wp-content/themes/itreat_base/dist/img/common/float-txt-h.svg") center/cover no-repeat;
}

.float-search.--job-detail {
  display: none !important;
}

.tbl table {
  width: 100%;
}

.tbl table thead tr th {
  padding: 16px;
  color: #565656;
}

@media screen and (max-width: 767px) {
  .tbl table thead {
    display: none;
  }
}

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

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

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

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

.tbl table tbody tr th {
  border-bottom: solid 2px #F6AB01;
  font-weight: bold;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .tbl table tbody tr th {
    border-bottom: dotted 2px rgba(246, 171, 1, 0.3);
    text-align: left;
  }
}

.tbl table tbody tr td {
  border-bottom: dotted 2px #cccccc;
}

@media screen and (max-width: 767px) {
  .tbl table tbody tr td {
    border-bottom: solid 2px #F6AB01;
  }
}

@media screen and (max-width: 767px) {
  .tbl table tbody tr td::before {
    content: attr(tbl-data);
    display: block;
    color: #565656;
  }
}

.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: #bcbcbc;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  color: #565656;
  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: #bcbcbc;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  color: #565656;
}

@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: #565656;
  }
}

.frame {
  padding: 16px;
  border: solid 1px #cccccc;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

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

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

.service-inner {
  position: relative;
  z-index: 0;
  background: #FBF8F3;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
}

@media screen and (max-width: 959px) {
  .service-inner {
    border-radius: 0 0 40px 40px;
  }
}

@media screen and (max-width: 767px) {
  .service-inner {
    border-radius: 0 0 32px 32px;
  }
}

.company-service {
  position: relative;
  margin-bottom: calc(8px * 12);
}

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

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

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

.company-service::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  display: block;
  width: 50px;
  height: 50px;
  background: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/radius.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/radius.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  rotate: -90deg;
}

.company-service .company-service-inner {
  width: 100%;
  max-width: 1322px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  margin-inline: auto;
}

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

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

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

@media screen and (max-width: 1440px) {
  .company-service .company-service-inner {
    width: 100%;
    max-width: 1322px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    padding-right: 0;
    margin-right: 0;
  }
}

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

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

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

@media screen and (max-width: 1279px) {
  .company-service .company-service-inner {
    padding-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .company-service .company-service-inner {
    padding-right: 0;
  }
}

@media screen and (max-width: 959px) {
  .company-service .company-service-inner {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .company-service .company-service-inner {
    padding-right: 0;
  }
}

@media screen and (max-width: 519px) {
  .company-service .company-service-inner {
    padding-right: 0;
  }
}

.company-service .service-unit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px;
}

@media screen and (max-width: 1279px) {
  .company-service .service-unit {
    gap: 26px;
  }
}

@media screen and (max-width: 959px) {
  .company-service .service-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 32px;
  }
}

@media screen and (max-width: 767px) {
  .company-service .service-unit {
    padding: 24px;
    gap: 16px;
  }
}

@media screen and (max-width: 519px) {
  .company-service .service-unit {
    gap: 12px;
    padding: 32px 20px 32px 20px;
  }
}

.company-service .service-unit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  translate: 0 -50%;
  width: 100vw;
  height: 100%;
  background: #ffffff;
  border-radius: 50px 0 0 50px;
}

@media screen and (max-width: 959px) {
  .company-service .service-unit::before {
    border-radius: 40px 0 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .company-service .service-unit::before {
    border-radius: 32px 0 0 32px;
  }
}

@media screen and (max-width: 519px) {
  .company-service .service-unit::before {
    border-radius: 20px 0 0 20px;
  }
}

.company-service .service-unit__dtl {
  width: calc(100% - 672px);
}

@media screen and (max-width: 1279px) {
  .company-service .service-unit__dtl {
    width: calc(100% - 546px);
  }
}

@media screen and (max-width: 959px) {
  .company-service .service-unit__dtl {
    width: 100%;
  }
}

.company-service .service-unit__dtl .service-ttl {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 24px;
  font-size: 3.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .company-service .service-unit__dtl .service-ttl {
    font-size: 2.8rem;
  }
}

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

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

.company-service .service-unit__dtl .service-ttl span {
  font-size: 4.2rem;
  color: #FF8223;
}

@media screen and (max-width: 1279px) {
  .company-service .service-unit__dtl .service-ttl span {
    font-size: 3.2rem;
  }
}

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

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

.company-service .service-unit__dtl .service-ttl::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 4px;
  border-radius: 0 10px 10px 0;
  background: rgba(255, 130, 35, 0.5);
}

.company-service .service-unit__dtl .service-ttl::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 44px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: rgba(255, 130, 35, 0.5);
}

.company-service .service-unit__vsl {
  width: 632px;
}

@media screen and (max-width: 1279px) {
  .company-service .service-unit__vsl {
    width: 520px;
  }
}

@media screen and (max-width: 959px) {
  .company-service .service-unit__vsl {
    margin-inline: auto;
    max-width: 700px;
    width: 100%;
  }
}

.company-merit {
  position: relative;
  margin-bottom: calc(8px * 20);
}

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

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

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

.company-merit::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 160px;
  width: 240px;
  height: 250px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/dot.svg") center/cover no-repeat;
  rotate: -90deg;
}

@media screen and (max-width: 959px) {
  .company-merit::before {
    top: -20px;
    left: 40px;
    width: 180px;
    height: 190px;
  }
}

@media screen and (max-width: 519px) {
  .company-merit::before {
    top: 20px;
    left: -10px;
    width: 140px;
    height: 150px;
  }
}

.company-merit::after {
  content: "";
  position: absolute;
  right: 200px;
  bottom: 0;
  z-index: -2;
  width: 240px;
  height: 250px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/dot.svg") center/cover no-repeat;
  rotate: -90deg;
}

@media screen and (max-width: 959px) {
  .company-merit::after {
    right: 20px;
    width: 180px;
    height: 190px;
  }
}

@media screen and (max-width: 519px) {
  .company-merit::after {
    right: -20px;
    bottom: -70px;
    width: 140px;
    height: 150px;
  }
}

.company-merit .merit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 959px) {
  .company-merit .merit-list {
    gap: 16px;
  }
}

@media screen and (max-width: 519px) {
  .company-merit .merit-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    top: -12px;
  }
}

.company-merit .merit-list__item {
  position: relative;
  width: calc((100% / 2) - (24px * 1 / 2));
  padding: 0 32px 32px;
}

@media screen and (max-width: 959px) {
  .company-merit .merit-list__item {
    padding: 0 24px 24px;
    width: calc((100% / 2) - (16px * 1 / 2));
  }
}

@media screen and (max-width: 767px) {
  .company-merit .merit-list__item {
    padding: 0 16px 16px;
  }
}

@media screen and (max-width: 519px) {
  .company-merit .merit-list__item {
    width: 100%;
  }
}

.company-merit .merit-list__item::before {
  content: "";
  position: absolute;
  top: 96px;
  left: 50%;
  z-index: -1;
  translate: -50% 0;
  width: 100%;
  height: calc(100% - 80px);
  background: #F6F1E9;
  border-radius: 4px;
}

@media screen and (max-width: 519px) {
  .company-merit .merit-list__item::before {
    top: 66px;
    height: calc(100% - 60px);
  }
}

.company-merit .merit-list__item .merit-num {
  position: relative;
  bottom: -16px;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FF8223;
  text-align: center;
  line-height: 1;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 519px) {
  .company-merit .merit-list__item .merit-num {
    bottom: -12px;
  }
}

.company-merit .merit-list__item .merit-num span {
  display: block;
  font-size: 3.2rem;
}

@media screen and (max-width: 959px) {
  .company-merit .merit-list__item .merit-num span {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .company-merit .merit-list__item .merit-num span {
    font-size: 2.4rem;
  }
}

.company-merit .merit-list__item .merit-ttl {
  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;
  position: relative;
  padding: 32px 14px 28px 14px;
  margin-bottom: 24px;
  height: 120px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
}

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

@media screen and (max-width: 767px) {
  .company-merit .merit-list__item .merit-ttl {
    padding: 24px 14px 20px 14px;
    height: 90px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .company-merit .merit-list__item .merit-ttl {
    height: 56px;
    padding: 14px 14px 10px 14px;
    margin-bottom: 16px;
  }
}

.company-merit .merit-list__item .merit-ttl::before, .company-merit .merit-list__item .merit-ttl::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/brackets.svg") center/cover no-repeat;
  -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) {
  .company-merit .merit-list__item .merit-ttl::before, .company-merit .merit-list__item .merit-ttl::after {
    width: 20px;
    height: 20px;
  }
}

.company-merit .merit-list__item .merit-ttl::before {
  position: absolute;
  top: -3px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .company-merit .merit-list__item .merit-ttl::before {
    top: -2px;
  }
}

.company-merit .merit-list__item .merit-ttl::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  rotate: 180deg;
}

@media screen and (max-width: 767px) {
  .company-merit .merit-list__item .merit-ttl::after {
    bottom: -2px;
  }
}

.flow {
  position: relative;
  padding-top: calc(8px * 12);
  padding-bottom: calc(8px * 15);
  /* 方眼紙模様に必須のスタイル */
  position: relative;
  z-index: 0;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(204, 204, 204, 0.2) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(204, 204, 204, 0.2) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
  overflow: hidden;
}

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

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

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

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

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

.flow .wrap {
  position: relative;
}

.flow .wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 850px);
  z-index: -1;
  translate: 0 -50%;
  width: 1027px;
  height: 1280px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ellipse-more.svg") center/cover no-repeat;
}

@media screen and (max-width: 959px) {
  .flow .wrap::before {
    left: calc(50% - 600px);
  }
}

@media screen and (max-width: 767px) {
  .flow .wrap::before {
    top: 75%;
  }
}

.flow .wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(50% - 850px);
  z-index: -1;
  translate: 0 -50%;
  width: 460px;
  height: 1280px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ellipse-less.svg") center/cover no-repeat;
}

@media screen and (max-width: 959px) {
  .flow .wrap::after {
    right: calc(50% - 600px);
  }
}

@media screen and (max-width: 767px) {
  .flow .wrap::after {
    top: 0;
    translate: 0 0;
  }
}

.flow .flow-unit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  padding: 0 48px;
  min-height: 175px;
  border: 1px solid #FF8223;
  border-radius: 6px;
  background: #ffffff;
  -webkit-box-shadow: 0 8px 0 rgba(255, 130, 35, 0.2);
  box-shadow: 0 8px 0 rgba(255, 130, 35, 0.2);
}

@media screen and (max-width: 1023px) {
  .flow .flow-unit {
    padding: 0 32px;
  }
}

@media screen and (max-width: 959px) {
  .flow .flow-unit {
    padding: 0 24px;
    gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-unit {
    padding: 0 16px;
    gap: 16px;
    min-height: 128px;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-unit {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.flow .flow-unit::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  translate: -50% 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FF8223 transparent transparent transparent;
  border-width: 24px 30px 0px 30px;
}

@media screen and (max-width: 959px) {
  .flow .flow-unit::before {
    bottom: -16px;
    border-width: 16px 22px 0px 22px;
  }
}

.flow .flow-unit::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 130px;
  height: 135px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/flow-deco-orn.svg") center/cover no-repeat;
}

@media screen and (max-width: 1023px) {
  .flow .flow-unit::after {
    width: 100px;
    height: 105px;
  }
}

.flow .flow-unit__ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 330px;
}

@media screen and (max-width: 959px) {
  .flow .flow-unit__ttl {
    width: 240px;
    gap: 8px;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-unit__ttl {
    width: 148px;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-unit__ttl {
    width: 100%;
    gap: 10px;
  }
}

.flow .flow-unit__ttl .flow-num {
  font-size: 1.2rem;
  font-weight: bold;
  color: rgba(255, 130, 35, 0.4);
  text-align: center;
  line-height: 0.75;
  text-transform: uppercase;
}

@media screen and (max-width: 959px) {
  .flow .flow-unit__ttl .flow-num {
    font-size: 1rem;
  }
}

.flow .flow-unit__ttl .flow-num span {
  position: relative;
  display: block;
  font-size: 4rem;
}

@media screen and (max-width: 959px) {
  .flow .flow-unit__ttl .flow-num span {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-unit__ttl .flow-num span {
    font-size: 2.8rem;
  }
}

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

.flow .flow-unit__ttl .flow-num span::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: #ffffff;
}

@media screen and (max-width: 959px) {
  .flow .flow-unit__ttl .flow-num span::before {
    left: 7px;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-unit__ttl .flow-num span::before {
    left: 6px;
  }
}

.flow .flow-unit__ttl .flow-ttl {
  font-size: 2.4rem;
  font-weight: bold;
}

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

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

.flow .flow-unit__dtl {
  position: relative;
  width: calc(100% - 370px);
  padding: 32px 0 32px 32px;
}

@media screen and (max-width: 959px) {
  .flow .flow-unit__dtl {
    padding: 24px 0 24px 24px;
    width: calc(100% - 272px);
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-unit__dtl {
    padding: 16px 0 16px 16px;
    width: calc(100% - 164px);
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-unit__dtl {
    padding: 12px 0 0 0;
    width: 100%;
  }
}

.flow .flow-unit__dtl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 1px;
  height: calc(100% - 40px);
  border: 1px solid rgba(255, 130, 35, 0.2);
}

@media screen and (max-width: 519px) {
  .flow .flow-unit__dtl::before {
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    translate: 0 0;
  }
}

.flow .flow-unit__dtl .contact-btn a {
  position: relative;
  z-index: 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;
  gap: 24px;
  padding: 20px 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #EE5401;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(255, 130, 35, 0.2);
  box-shadow: 3px 3px 0px 0px rgba(255, 130, 35, 0.2);
  color: #EE5401;
}

@media screen and (max-width: 959px) {
  .flow .flow-unit__dtl .contact-btn a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-unit__dtl .contact-btn a {
    font-size: 1.5rem;
    padding: 20px 24px;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-unit__dtl .contact-btn a {
    margin-inline: auto;
  }
}

.flow .flow-unit__dtl .contact-btn a::before {
  content: "company";
  color: rgba(238, 84, 1, 0.3);
  position: absolute;
  top: 50%;
  left: -6px;
  translate: 0 -50%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

.flow .flow-unit__dtl .contact-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
  display: block;
  width: 12px;
  height: 6px;
  -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-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  background: #EE5401;
}

@media screen and (max-width: 767px) {
  .flow .flow-unit__dtl .contact-btn a::after {
    right: 3px;
  }
}

.flow .flow-unit__dtl .contact-btn a .ico-com {
  display: block;
  width: 36px;
  height: 33px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/company.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/company.svg");
  background: #EE5401;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .flow .flow-unit__dtl .contact-btn a .ico-com {
    width: 24px;
    height: 22px;
  }
}

.flow .flow-unit__dtl .contact-btn a .contact-btn-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding-right: 24px;
  border-right: 1px solid rgba(255, 130, 35, 0.2);
}

@media screen and (max-width: 767px) {
  .flow .flow-unit__dtl .contact-btn a .contact-btn-ttl {
    gap: 4px;
    padding-right: 10px;
  }
}

.flow .flow-unit__dtl .contact-btn a .contact-btn-txt {
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .flow .flow-unit__dtl .contact-btn a .contact-btn-txt {
    font-size: 1.2rem;
  }
}

.flow .flow-unit__dtl .contact-btn a:hover {
  background: #EE5401;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

.flow .flow-unit__dtl .contact-btn a:hover::before {
  color: rgba(255, 255, 255, 0.3);
}

.flow .flow-unit__dtl .contact-btn a:hover::after {
  background: #ffffff;
}

.flow .flow-unit__dtl .contact-btn a:hover .ico-com {
  background: #ffffff;
}

.flow .flow-unit__dtl .contact-btn a:hover .contact-btn-ttl {
  border-right: 1px solid #ffffff;
}

.flow .flow-unit:nth-of-type(odd) {
  border: 1px solid #F6AB01;
  -webkit-box-shadow: 0 8px 0 rgba(246, 171, 1, 0.2);
  box-shadow: 0 8px 0 rgba(246, 171, 1, 0.2);
}

.flow .flow-unit:nth-of-type(odd)::before {
  border-color: #F6AB01 transparent transparent transparent;
}

.flow .flow-unit:nth-of-type(odd)::after {
  background: url("/wp-content/themes/itreat_base/dist/img/common/flow-deco-yel.svg") center/cover no-repeat;
}

.flow .flow-unit:nth-of-type(odd) .flow-unit__ttl .flow-num {
  color: rgba(246, 171, 1, 0.4);
}

.flow .flow-unit:nth-of-type(odd) .flow-unit__dtl::before {
  border: 1px solid rgba(246, 171, 1, 0.2);
}

.flow .flow-unit:not(:last-of-type) {
  margin-bottom: 24px;
}

.flow .flow-unit:last-of-type::before {
  display: none;
}

.flow.--has-img .flow-unit {
  border: 1px solid #FF8223;
  -webkit-box-shadow: 0 8px 0 rgba(255, 130, 35, 0.2);
  box-shadow: 0 8px 0 rgba(255, 130, 35, 0.2);
}

@media screen and (max-width: 767px) {
  .flow.--has-img .flow-unit {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 519px) {
  .flow.--has-img .flow-unit {
    padding: 4px 16px 16px;
    gap: 4px;
  }
}

.flow.--has-img .flow-unit::before {
  border-color: #FF8223 transparent transparent transparent;
}

.flow.--has-img .flow-unit::after {
  background: url("/wp-content/themes/itreat_base/dist/img/common/flow-deco-orn.svg") center/cover no-repeat;
}

.flow.--has-img .flow-unit__vsl {
  width: 290px;
  padding: 20px 0;
}

@media screen and (max-width: 959px) {
  .flow.--has-img .flow-unit__vsl {
    width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .flow.--has-img .flow-unit__vsl {
    padding: 0;
  }
}

@media screen and (max-width: 519px) {
  .flow.--has-img .flow-unit__vsl {
    max-width: 200px;
    width: 100%;
  }
}

.flow.--has-img .flow-unit__dtl {
  width: calc(100% - 330px);
}

@media screen and (max-width: 959px) {
  .flow.--has-img .flow-unit__dtl {
    width: calc(100% - 272px);
  }
}

@media screen and (max-width: 767px) {
  .flow.--has-img .flow-unit__dtl {
    padding: 16px 0 0 0;
    width: 100%;
  }
}

.flow.--has-img .flow-unit__dtl::before {
  border: 1px solid rgba(255, 130, 35, 0.2) !important;
}

@media screen and (max-width: 767px) {
  .flow.--has-img .flow-unit__dtl::before {
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    translate: 0 0;
  }
}

.flow.--has-img .flow-unit__dtl .flow-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 959px) {
  .flow.--has-img .flow-unit__dtl .flow-ttl {
    gap: 8px;
  }
}

@media screen and (max-width: 767px) {
  .flow.--has-img .flow-unit__dtl .flow-ttl {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 519px) {
  .flow.--has-img .flow-unit__dtl .flow-ttl {
    gap: 10px;
  }
}

.flow.--has-img .flow-unit__dtl .flow-ttl__num {
  margin-bottom: 8px;
  font-size: 1.2rem;
  font-weight: bold;
  color: rgba(255, 130, 35, 0.4);
  text-align: center;
  line-height: 0.75;
  text-transform: uppercase;
}

@media screen and (max-width: 959px) {
  .flow.--has-img .flow-unit__dtl .flow-ttl__num {
    font-size: 1rem;
  }
}

.flow.--has-img .flow-unit__dtl .flow-ttl__num span {
  position: relative;
  display: block;
  font-size: 4rem;
}

@media screen and (max-width: 959px) {
  .flow.--has-img .flow-unit__dtl .flow-ttl__num span {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .flow.--has-img .flow-unit__dtl .flow-ttl__num span {
    font-size: 2.8rem;
  }
}

.flow.--has-img .flow-unit__dtl .flow-ttl__num span::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: #ffffff;
}

@media screen and (max-width: 959px) {
  .flow.--has-img .flow-unit__dtl .flow-ttl__num span::before {
    left: 7px;
  }
}

@media screen and (max-width: 767px) {
  .flow.--has-img .flow-unit__dtl .flow-ttl__num span::before {
    left: 6px;
  }
}

.flow.--has-img .flow-unit__dtl .flow-ttl__main {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .flow.--has-img .flow-unit__dtl .flow-ttl__main {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .flow.--has-img .flow-unit__dtl .flow-ttl__main {
    font-size: 1.6rem;
  }
}

.flow.--has-img .flow-unit:nth-of-type(even) {
  border: 1px solid #F6AB01;
  -webkit-box-shadow: 0 8px 0 rgba(246, 171, 1, 0.2);
  box-shadow: 0 8px 0 rgba(246, 171, 1, 0.2);
}

.flow.--has-img .flow-unit:nth-of-type(even)::before {
  border-color: #F6AB01 transparent transparent transparent;
}

.flow.--has-img .flow-unit:nth-of-type(even)::after {
  background: url("/wp-content/themes/itreat_base/dist/img/common/flow-deco-yel.svg") center/cover no-repeat;
}

.flow.--has-img .flow-unit:nth-of-type(even) .flow-unit__dtl::before {
  border: 1px solid rgba(246, 171, 1, 0.2) !important;
}

.flow.--has-img .flow-unit:nth-of-type(even) .flow-unit__dtl .flow-ttl__num {
  color: rgba(246, 171, 1, 0.4);
}

.company-form-bg {
  padding: 80px 0;
  background: #FBF8F3;
  border-radius: 50px 50px 0 0;
}

@media screen and (max-width: 1023px) {
  .company-form-bg {
    padding: 56px 0;
    border-radius: 32px 32px 0 0;
  }
}

@media screen and (max-width: 959px) {
  .company-form-bg {
    padding: 48px 0;
    border-radius: 20px 20px 0 0;
  }
}

.company-form-bg .form-inner {
  background: #ffffff;
  padding: 64px;
  border-radius: 20px;
}

@media screen and (max-width: 1023px) {
  .company-form-bg .form-inner {
    padding: 48px;
  }
}

@media screen and (max-width: 959px) {
  .company-form-bg .form-inner {
    padding: 48px 32px;
  }
}

@media screen and (max-width: 767px) {
  .company-form-bg .form-inner {
    padding: 40px 24px;
  }
}

@media screen and (max-width: 519px) {
  .company-form-bg .form-inner {
    padding: 32px 16px;
  }
}

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