@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 {
  box-sizing: border-box;
}

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

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

body {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: YakuHanJP, "MFW-PA1GothicStdN-Regular";
}
@media screen and (max-width: 959px) {
  body {
    letter-spacing: 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

button {
  transition: 0.3s ease-out;
}
button:focus-visible {
  outline: solid 2px -webkit-focus-ring-color;
}

a {
  overflow-wrap: break-word;
  color: #222222;
  text-decoration: none;
  transition: 0.3s ease-out;
}
a:hover, a:active, a:visited {
  color: #222222;
}
a:focus-visible {
  outline: solid 2px -webkit-focus-ring-color;
}
a[href*="tel:"] {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 959px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img:not(.no-fit) {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .view-xl {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  .none-xl {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .view-l {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .none-l {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .view-m {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .none-m {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .view-s {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .none-s {
    display: none !important;
  }
}
@media screen and (min-width: 520px) {
  .view-xs {
    display: none !important;
  }
}
@media screen and (max-width: 519px) {
  .none-xs {
    display: none !important;
  }
}
.wrap {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.wrap-s {
  width: 100%;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .wrap-s {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .wrap-s {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .wrap-s {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .inner {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[anime] {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
[anime].is-animated {
  opacity: 1;
}

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

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

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

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

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

@keyframes scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
[anime*=fade-front].is-animated {
  animation-name: fade-front;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes fade-front {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
[anime*=fade-back].is-animated {
  animation-name: fade-back;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes fade-back {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
[anime*=slide-top].is-animated {
  animation-name: slide-top;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes slide-top {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0);
  }
}
[anime*=slide-right].is-animated {
  animation-name: slide-right;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes slide-right {
  0% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
[anime*=slide-bottom].is-animated {
  animation-name: slide-bottom;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes slide-bottom {
  0% {
    transform: translateY(200px);
  }
  100% {
    transform: translateX(0);
  }
}
[anime*=slide-left].is-animated {
  animation-name: slide-left;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes slide-left {
  0% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
[anime*=flip-top].is-animated {
  animation-name: flip-top;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes flip-top {
  0% {
    transform: perspective(1000px) rotateX(80deg);
  }
  100% {
    transform: perspective(1000px) rotateX(0);
  }
}
[anime*=flip-right].is-animated {
  animation-name: flip-right;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes flip-right {
  0% {
    transform: perspective(1000px) rotateY(80deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0);
  }
}
[anime*=flip-bottom].is-animated {
  animation-name: flip-bottom;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes flip-bottom {
  0% {
    transform: perspective(1000px) rotateX(-80deg);
  }
  100% {
    transform: perspective(1000px) rotateX(0);
  }
}
[anime*=flip-left].is-animated {
  animation-name: flip-left;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes flip-left {
  0% {
    transform: perspective(1000px) rotateY(-80deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0);
  }
}
[anime*=bound-top].is-animated {
  animation-name: bound-top;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes bound-top {
  0% {
    transform: translateY(-48px);
    animation-timing-function: ease-in;
  }
  40% {
    transform: translateY(-24px);
    animation-timing-function: ease-in;
  }
  64% {
    transform: translateY(-12px);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateY(-6px);
    animation-timing-function: ease-in;
  }
  94% {
    transform: translateY(-4px);
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
}
[anime*=bound-right].is-animated {
  animation-name: bound-right;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes bound-right {
  0% {
    transform: translateX(48px);
    animation-timing-function: ease-in;
  }
  40% {
    transform: translateX(24px);
    animation-timing-function: ease-in;
  }
  64% {
    transform: translateX(12px);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateX(6px);
    animation-timing-function: ease-in;
  }
  94% {
    transform: translateX(4px);
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    transform: translateX(0px);
    animation-timing-function: ease-out;
  }
}
[anime*=bound-bottom].is-animated {
  animation-name: bound-bottom;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes bound-bottom {
  0% {
    transform: translateY(48px);
    animation-timing-function: ease-in;
  }
  40% {
    transform: translateY(24px);
    animation-timing-function: ease-in;
  }
  64% {
    transform: translateY(12px);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateY(6px);
    animation-timing-function: ease-in;
  }
  94% {
    transform: translateY(4px);
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
}
[anime*=bound-left].is-animated {
  animation-name: bound-left;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes bound-left {
  0% {
    transform: translateX(-48px);
    animation-timing-function: ease-in;
  }
  40% {
    transform: translateX(-24px);
    animation-timing-function: ease-in;
  }
  64% {
    transform: translateX(-12px);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateX(-6px);
    animation-timing-function: ease-in;
  }
  94% {
    transform: translateX(-4px);
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    transform: translateX(0px);
    animation-timing-function: ease-out;
  }
}
[anime*=focus].is-animated {
  animation-name: focus;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes focus {
  0% {
    filter: blur(12px);
  }
  100% {
    filter: blur(0px);
  }
}
[anime*=txt-grow].is-animated {
  animation-name: txt-grow;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes txt-grow {
  0% {
    letter-spacing: -0.8em;
  }
  100% {
    letter-spacing: normal;
  }
}
[anime*=txt-shrink].is-animated {
  animation-name: txt-shrink;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes txt-shrink {
  0% {
    letter-spacing: 0.8em;
  }
  100% {
    letter-spacing: normal;
  }
}
[anime*=roll] {
  transform: rotateZ(0);
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
[anime*=roll].is-animated {
  transform: rotateZ(360deg);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #E8E8E8;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 959px) {
  .header {
    position: static;
  }
}
.header__wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .header__wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .header__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .header__wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1279px) {
  .header__wrap {
    padding: 0 14px;
  }
}
.header.is-fixed .header-unit {
  padding: 10px 72px 10px 0;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 1023px) {
  .header.is-fixed .header-unit {
    padding: 16px 64px 16px 0;
  }
}
@media screen and (max-width: 1023px) {
  .header.is-fixed .header-unit__info .header-logo {
    max-width: 264px;
  }
}
.header.is-fixed .header-unit .header-tel {
  transition: 0.4s ease-out;
}
.header.is-fixed .header-unit .header-tel a {
  font-size: 2.8rem;
}
@media screen and (max-width: 1279px) {
  .header.is-fixed .header-unit .header-tel a {
    gap: 6px;
    font-size: 2rem;
  }
}
.header .header-unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 16px 72px 16px 0;
}
@media screen and (max-width: 1279px) {
  .header .header-unit {
    padding: 16px 76px 16px 0;
  }
}
@media screen and (max-width: 1023px) {
  .header .header-unit {
    padding: 16px 64px 16px 0;
  }
}
@media screen and (max-width: 519px) {
  .header .header-unit {
    padding: 12px 64px 12px 0;
  }
}
.header .header-unit__info .header-logo {
  max-width: 366px;
}
@media screen and (max-width: 1279px) {
  .header .header-unit__info .header-logo {
    max-width: 280px;
  }
}
@media screen and (max-width: 1023px) {
  .header .header-unit__info .header-logo {
    max-width: 264px;
  }
}
.header .header-unit__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .header .header-unit__menu {
    gap: 6px;
  }
}
@media screen and (max-width: 959px) {
  .header .header-unit__menu {
    display: none;
  }
}
.header .header-tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1279px) {
  .header .header-tel {
    gap: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .header .header-tel {
    gap: 8px;
  }
}
.header .header-tel a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 2.6rem;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  color: #CE102C;
}
@media screen and (max-width: 1279px) {
  .header .header-tel a {
    gap: 6px;
    font-size: 2rem;
  }
}
.header .header-tel a .ico-tel {
  width: 15px;
  height: 25px;
  margin-bottom: 6px;
  background-color: #CE102C;
  -webkit-mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (max-width: 1279px) {
  .header .header-tel a .ico-tel {
    width: 13px;
    height: 23px;
  }
}
.header .header-tel dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 1.3rem;
}
@media screen and (max-width: 1279px) {
  .header .header-tel dl {
    gap: 6px;
  }
}
.header .header-tel dl dt {
  padding: 4px 6px;
  border: 1px solid #CE102C;
  line-height: 1;
  border-radius: 2px;
}
.header .header-nav .header-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.header .header-nav .header-nav-list__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
.header .header-nav .header-nav-list__item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 1279px) {
  .header .header-nav .header-nav-list__item:not(:last-child) {
    padding-right: 6px;
    margin-right: 6px;
  }
}
.header .header-nav .header-nav-list__item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -12px;
  content: "";
  width: 1px;
  height: 28px;
  background: rgba(235, 131, 30, 0.32);
  transform: translateY(-50%) skewX(-12deg);
}
.header .header-nav .header-nav-list__item a {
  font-size: 1.6rem;
}
@media screen and (max-width: 1279px) {
  .header .header-nav .header-nav-list__item a {
    font-size: 1.3rem;
  }
}
.header .header-nav .header-nav-list__item a span {
  display: block;
  color: #CE102C;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}
.header .header-nav .header-nav-list__item a:hover {
  color: #CE102C;
  transform: translate(0, 2px);
}
.header .header-hotline {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media screen and (max-width: 1279px) {
  .header .header-hotline {
    gap: 4px;
  }
}
.header .header-hotline-btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 120px;
  height: 100%;
  padding: 10px;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1300px) {
  .header .header-hotline-btn a {
    width: 110px;
    padding: 10px 4px;
  }
}
@media screen and (max-width: 1279px) {
  .header .header-hotline-btn a {
    font-size: 1.2rem;
    width: 88px;
    text-align: center;
  }
}
.header .header-hotline-btn a span {
  display: block;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.header .header-hotline-btn a:hover {
  transform: scale(1.04);
}
.header .header-hotline-btn.--download a {
  background-image: linear-gradient(90deg, #F5AB18, #EB831E);
  border-radius: 0 0 0 8px;
}
.header .header-hotline-btn.--download a .ico-document {
  width: 24px;
  height: 30px;
  margin-bottom: 8px;
  -webkit-mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/document.svg");
  mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/document.svg");
}
.header .header-hotline-btn.--contact a {
  background-image: linear-gradient(90deg, #EB831E, #CE102C);
  border-radius: 0 8px 0 0;
}
.header .header-hotline-btn.--contact a .ico-mail {
  width: 34px;
  height: 24px;
  margin-bottom: 12px;
  -webkit-mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
  mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
}

.drawer {
  position: relative;
  top: 0;
  right: 0;
  z-index: 9999;
}
.drawer .drawer-switch {
  display: none;
}
.drawer-hamburger {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  width: 100px;
  height: 133px;
  transition: 0.3s ease-out;
  background: #ffffff;
  border: solid #F5AB18;
  border-width: 0 0 1px 1px;
  border-radius: 0 0 0 64px;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  .drawer-hamburger {
    width: 78px;
    height: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .drawer-hamburger {
    width: 72px;
  }
}
@media screen and (max-width: 959px) {
  .drawer-hamburger {
    bottom: 0;
    top: auto;
    height: 90px;
    border-width: 1px 0 0 1px;
    border-radius: 32px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .drawer-hamburger {
    height: 72px;
    border-radius: 28px 0 0 0;
  }
}
@media screen and (max-width: 519px) {
  .drawer-hamburger {
    width: 66px;
    height: 74px;
    border-radius: 24px 0 0 0;
  }
}
.drawer-hamburger:hover {
  background: #F5AB18;
}
.drawer-hamburger:hover .hamburger-txt {
  color: #ffffff;
}
.drawer-hamburger:hover .drawer-hamburger-inner::before {
  background: #ffffff;
}
.drawer-hamburger:hover .drawer-hamburger-inner .open::before {
  background: #ffffff;
}
.drawer-hamburger .drawer-hamburger-inner::before {
  content: "";
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 44px;
  background-color: #F5AB18;
  -webkit-mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/common/wave.svg");
  mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/common/wave.svg");
  -webkit-mask-repeat: repeat-y;
  mask-repeat: repeat-y;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (max-width: 1279px) {
  .drawer-hamburger .drawer-hamburger-inner::before {
    left: 57%;
  }
}
@media screen and (max-width: 959px) {
  .drawer-hamburger .drawer-hamburger-inner::before {
    top: 46%;
    width: 30px;
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .drawer-hamburger .drawer-hamburger-inner::before {
    top: 43%;
  }
}
@media screen and (max-width: 519px) {
  .drawer-hamburger .drawer-hamburger-inner::before {
    width: 30px;
    height: 27px;
  }
}
.drawer-hamburger .hamburger-txt {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #F5AB18;
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
  .drawer-hamburger .hamburger-txt {
    bottom: 29px;
    left: 56%;
  }
}
@media screen and (max-width: 959px) {
  .drawer-hamburger .hamburger-txt {
    bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .drawer-hamburger .hamburger-txt {
    bottom: 6px;
  }
}
.drawer-switch:checked ~ .drawer-hamburger span::before {
  top: 0;
  transform: rotate(45deg);
}
.drawer-switch:checked ~ .drawer-hamburger span::after {
  top: 0;
  transform: rotate(-45deg);
}
.drawer-hamburger .close {
  display: none;
}
.drawer-hamburger.--active .open {
  display: none;
}
.drawer-hamburger.--active .close {
  display: block;
}
.drawer-hamburger.--active .drawer-hamburger-inner::before {
  height: 19px;
  -webkit-mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/common/cross.svg");
  mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/common/cross.svg");
}

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

.drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 9997;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: translateX(-100%);
  transition: 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}
.drawer-content.--active {
  opacity: 1;
  visibility: visible;
}
.drawer-content .drawer-inner {
  max-width: 960px;
  margin-inline: auto;
  padding-bottom: 80px;
}
.drawer-content .drawer-logo {
  max-width: 330px;
  width: 100%;
  padding: 22px;
}
@media screen and (max-width: 1023px) {
  .drawer-content .drawer-logo {
    max-width: 320px;
    padding: 18px;
  }
}
@media screen and (max-width: 959px) {
  .drawer-content .drawer-logo {
    max-width: 300px;
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .drawer-content .drawer-logo {
    max-width: 260px;
    padding: 19px 16px;
  }
}
@media screen and (max-width: 519px) {
  .drawer-content .drawer-logo {
    padding: 12px 16px;
  }
}
.drawer-content .drawer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 40px;
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .drawer-content .drawer-menu {
    padding: 32px 24px 0;
  }
}
@media screen and (max-width: 519px) {
  .drawer-content .drawer-menu {
    margin-bottom: 20px;
    padding: 24px 14px 0;
  }
}
.drawer-content .drawer-menu__item {
  width: calc(100% / 2 - 6px / 2);
}
@media screen and (max-width: 519px) {
  .drawer-content .drawer-menu__item {
    width: 100%;
  }
}
.drawer-content .drawer-menu__item a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  padding: 24px;
  line-height: 1.4;
  font-size: 2rem;
  border: 1px solid #E8E8E8;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .drawer-content .drawer-menu__item a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .drawer-content .drawer-menu__item a {
    padding: 18px 12px;
    font-size: 1.7rem;
  }
}
.drawer-content .drawer-menu__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background-color: #EB831E;
  border: solid 2px #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #EB831E;
}
@media screen and (max-width: 767px) {
  .drawer-content .drawer-menu__item a::before {
    right: 12px;
  }
}
.drawer-content .drawer-menu__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 24px;
  height: 1px;
  background: #EB831E;
}
@media screen and (max-width: 767px) {
  .drawer-content .drawer-menu__item a::after {
    width: 12px;
  }
}
.drawer-content .drawer-menu__item a .ico-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #CE102C;
  border-right: 0;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .drawer-content .drawer-menu__item a .ico-arrow {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #CE102C;
  }
}
.drawer-content .drawer-menu__item a .menu-en {
  font-family: "Red Hat Display", sans-serif;
  color: #CE102C;
  font-size: 1.2rem;
  text-transform: uppercase;
  transition: 0.3s ease-out;
}
.drawer-content .drawer-menu__item a:hover {
  background: #EB831E;
  color: #ffffff;
}
.drawer-content .drawer-menu__item a:hover::before {
  background-color: #ffffff;
  border: solid 2px #EB831E;
  box-shadow: 0 0 0 1px #ffffff;
}
@media screen and (max-width: 767px) {
  .drawer-content .drawer-menu__item a:hover::before {
    right: 12px;
  }
}
.drawer-content .drawer-menu__item a:hover::after {
  background: #ffffff;
}
.drawer-content .drawer-menu__item a:hover .ico-arrow {
  border-left: 13px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .drawer-content .drawer-menu__item a:hover .ico-arrow {
    border-left: 9px solid #ffffff;
  }
}
.drawer-content .drawer-menu__item a:hover .menu-en {
  color: #ffffff;
}
.drawer-content .post-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
}
@media screen and (max-width: 519px) {
  .drawer-content .post-menu {
    margin-bottom: 20px;
  }
}
.drawer-content .post-menu .post-menu__item a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 14px 28px;
  font-size: 1.7rem;
  border: 1px solid #E8E8E8;
  border-radius: 36px;
}
@media screen and (max-width: 519px) {
  .drawer-content .post-menu .post-menu__item a {
    padding: 12px 18px;
    font-size: 1.6rem;
  }
}
.drawer-content .post-menu .post-menu__item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 86px;
  height: 50%;
  border: solid #CE102C;
  border-width: 1px 0 0 1px;
  border-radius: 36px 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 519px) {
  .drawer-content .post-menu .post-menu__item a::before {
    width: 64px;
  }
}
.drawer-content .post-menu .post-menu__item a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 86px;
  height: 50%;
  border: solid #CE102C;
  border-width: 0 1px 1px 0;
  border-radius: 36px 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 519px) {
  .drawer-content .post-menu .post-menu__item a::after {
    width: 64px;
  }
}
.drawer-content .post-menu .post-menu__item a:hover {
  color: #ffffff;
  background: #CE102C;
}
.drawer-content .post-menu .post-menu__item a:hover::before, .drawer-content .post-menu .post-menu__item a:hover::after {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border-radius: 36px;
}
.drawer-content .post-menu .post-menu__item:nth-of-type(2) a::before {
  border: solid #EB831E;
  border-width: 1px 0 0 1px;
}
.drawer-content .post-menu .post-menu__item:nth-of-type(2) a::after {
  border: solid #EB831E;
  border-width: 0 1px 1px 0;
}
.drawer-content .post-menu .post-menu__item:nth-of-type(2) a:hover {
  background: #EB831E;
}
.drawer-content .post-menu .post-menu__item:nth-of-type(3) a::before {
  border: solid #F5AB18;
  border-width: 1px 0 0 1px;
}
.drawer-content .post-menu .post-menu__item:nth-of-type(3) a::after {
  border: solid #F5AB18;
  border-width: 0 1px 1px 0;
}
.drawer-content .post-menu .post-menu__item:nth-of-type(3) a:hover {
  background: #F5AB18;
}
.drawer-content .sub-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 519px) {
  .drawer-content .sub-menu {
    margin-bottom: 24px;
  }
}
.drawer-content .sub-menu__item a {
  color: rgba(34, 34, 34, 0.7);
  text-decoration: underline;
  font-size: 1.3rem;
}
.drawer-content .sub-menu__item a:hover {
  text-decoration: none;
}
.drawer-content .drawr-cv {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .drawer-content .drawr-cv {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .drawer-content .drawr-cv {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .drawer-content .drawr-cv {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.drawer-content .drawr-cv__item {
  width: calc(100% / 2 - 8px / 2);
}
@media screen and (max-width: 767px) {
  .drawer-content .drawr-cv__item {
    width: 100%;
  }
}
.drawer-content .drawr-cv__item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 24px;
  height: 100%;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 519px) {
  .drawer-content .drawr-cv__item a {
    font-size: 2rem;
  }
}
.drawer-content .drawr-cv__item a span {
  display: block;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.drawer-content .drawr-cv__item a:hover {
  transform: scale(1.03);
}
.drawer-content .drawr-cv__item.--download a {
  background-image: linear-gradient(90deg, #F5AB18, #EB831E);
  border-radius: 0 0 0 8px;
}
@media screen and (max-width: 767px) {
  .drawer-content .drawr-cv__item.--download a {
    border-radius: 8px 0 0 0;
  }
}
.drawer-content .drawr-cv__item.--download a .ico-document {
  width: 24px;
  height: 30px;
  -webkit-mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/document.svg");
  mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/document.svg");
}
.drawer-content .drawr-cv__item.--contact a {
  background-image: linear-gradient(90deg, #EB831E, #CE102C);
  border-radius: 0 8px 0 0;
}
@media screen and (max-width: 767px) {
  .drawer-content .drawr-cv__item.--contact a {
    border-radius: 0 0 8px 0;
  }
}
.drawer-content .drawr-cv__item.--contact a .ico-mail {
  width: 34px;
  height: 24px;
  -webkit-mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
  mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
}
.drawer-content .drawr-tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  letter-spacing: -0.5px;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .drawer-content .drawr-tel {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .drawer-content .drawr-tel {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .drawer-content .drawr-tel {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1279px) {
  .drawer-content .drawr-tel {
    gap: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .drawer-content .drawr-tel {
    gap: 8px;
  }
}
@media screen and (max-width: 959px) {
  .drawer-content .drawr-tel {
    flex-direction: column;
  }
}
.drawer-content .drawr-tel a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 2.6rem;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  color: #CE102C;
}
@media screen and (max-width: 959px) {
  .drawer-content .drawr-tel a {
    width: 100%;
    justify-content: center;
    padding: 12px;
    border: 1px solid #CE102C;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .drawer-content .drawr-tel a {
    border-radius: 4px;
  }
}
.drawer-content .drawr-tel a .ico-tel {
  width: 15px;
  height: 25px;
  margin-bottom: 6px;
  background-color: #CE102C;
  -webkit-mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.drawer-content .drawr-tel a:hover {
  background: #CE102C;
  color: #ffffff;
}
.drawer-content .drawr-tel a:hover .ico-tel {
  background-color: #ffffff;
}
.drawer-content .drawr-tel dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1279px) {
  .drawer-content .drawr-tel dl {
    gap: 6px;
  }
}
.drawer-content .drawr-tel dl dt {
  padding: 2px 6px;
  background: #EB831E;
  color: #ffffff;
}

.footer .footer-unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .footer .footer-unit {
    gap: 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 72px;
  }
}
.footer .footer-unit__menu {
  width: calc(100% - 480px);
}
@media screen and (max-width: 1279px) {
  .footer .footer-unit__menu {
    width: calc(100% - 440px);
  }
}
@media screen and (max-width: 959px) {
  .footer .footer-unit__menu {
    width: 100%;
  }
}
.footer .footer-unit__info {
  width: 480px;
}
@media screen and (max-width: 1279px) {
  .footer .footer-unit__info {
    width: 360px;
  }
}
@media screen and (max-width: 959px) {
  .footer .footer-unit__info {
    max-width: 400px;
    width: 100%;
    margin-inline: auto;
  }
}
.footer .footer-logo {
  max-width: 478px;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .footer .footer-logo {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-logo {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.footer .footer-add {
  font-size: 2rem;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1279px) {
  .footer .footer-add {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 959px) {
  .footer .footer-add {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-add {
    font-size: 1.3rem;
  }
}
.footer .footer-nav .footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .footer .footer-nav .footer-nav-list {
    justify-content: center;
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-nav .footer-nav-list {
    gap: 10px;
    flex-direction: column;
    padding: 12px 0;
    border-top: 1px solid #EB831E;
    border-bottom: 1px solid #EB831E;
  }
}
.footer .footer-nav .footer-nav-list__item {
  position: relative;
}
.footer .footer-nav .footer-nav-list__item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 1023px) {
  .footer .footer-nav .footer-nav-list__item:not(:last-child) {
    padding-right: 0;
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-nav .footer-nav-list__item:not(:last-child) {
    margin-right: 0;
  }
  .footer .footer-nav .footer-nav-list__item:not(:last-child) a {
    padding-bottom: 14px;
    border-bottom: 1px dotted #E8E8E8;
  }
}
.footer .footer-nav .footer-nav-list__item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -12px;
  content: "";
  width: 1px;
  height: 28px;
  background: rgba(235, 131, 30, 0.32);
  transform: translateY(-50%) skewX(-12deg);
}
@media screen and (max-width: 519px) {
  .footer .footer-nav .footer-nav-list__item:not(:last-child)::after {
    display: none;
  }
}
.footer .footer-nav .footer-nav-list__item a {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 519px) {
  .footer .footer-nav .footer-nav-list__item a {
    display: block;
    padding: 0 12px;
  }
}
.footer .footer-nav .footer-nav-list__item a span {
  display: block;
  color: #CE102C;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}
.footer .footer-nav .footer-nav-list__item a:hover {
  color: #CE102C;
  transform: translate(0, 2px);
}
@media screen and (max-width: 519px) {
  .footer .footer-nav .footer-nav-list__item a:hover {
    transform: translate(2px, 0);
  }
}
.footer .footer-link {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .footer .footer-link {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-link {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.footer .footer-link {
  text-align: end;
}
@media screen and (max-width: 959px) {
  .footer .footer-link {
    text-align: center;
  }
}
.footer .footer-link a {
  color: rgba(34, 34, 34, 0.6);
  text-decoration: underline;
  font-size: 1.3rem;
}
.footer .footer-link a:hover {
  text-decoration: none;
}
.footer .copy {
  font-size: 1.2rem;
  text-align: end;
}
@media screen and (max-width: 959px) {
  .footer .copy {
    text-align: center;
  }
}

.float-foot {
  display: none;
  position: fixed;
  width: calc(100% - 72px);
  left: 0;
  bottom: 0;
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
  background: #ffffff;
  z-index: 10;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 959px) {
  .float-foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2px;
  }
}
@media screen and (max-width: 519px) {
  .float-foot {
    width: calc(100% - 66px);
  }
}
.float-foot__item {
  width: calc(100% / 2 - 2px / 2);
}
.float-foot__item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  width: 100%;
  height: 100%;
  padding: 5px;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: -0.5px;
}
.float-foot__item a span {
  display: block;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
  mask-position: bottom;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.float-foot__item a:hover {
  transform: translate(0, -4px);
  height: calc(100% + 4px);
}
.float-foot__item.--download a {
  background-image: linear-gradient(90deg, #F5AB18, #EB831E);
  background-position: 1% 50%;
  border-radius: 8px 0 0 0;
}
.float-foot__item.--download a .ico-document {
  width: 20px;
  height: 24px;
  -webkit-mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/document.svg");
  mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/document.svg");
}
.float-foot__item.--contact a {
  background-image: linear-gradient(90deg, #EB831E, #CE102C);
  border-radius: 0 8px 0 0;
}
.float-foot__item.--contact a .ico-mail {
  width: 22px;
  height: 24px;
  -webkit-mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
  mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
}

.error404 #header,
.error404 #footer,
.error404 .drawer,
.error404 .float-foot {
  display: none;
}

#notfound {
  position: relative;
  z-index: 100000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fafafa;
}

.notfound-inner .notfound-ttl {
  font-family: "Inter", system-ui, sans-serif;
  text-align: center;
  font-size: 10.4rem;
}
@media screen and (max-width: 1279px) {
  .notfound-inner .notfound-ttl {
    font-size: 8.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .notfound-inner .notfound-ttl {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 959px) {
  .notfound-inner .notfound-ttl {
    font-size: 6.4rem;
  }
}
.notfound-inner .notfound-subttl {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-family: "Inter", system-ui, sans-serif;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .notfound-inner .notfound-subttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 959px) {
  .notfound-inner .notfound-subttl {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .notfound-inner .notfound-subttl {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.notfound-inner .notfound-txt {
  margin-bottom: 56px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .notfound-inner .notfound-txt {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 767px) {
  .notfound-inner .notfound-txt {
    margin-bottom: 28px;
  }
}
.notfound-inner .notfound-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 56px;
  border: solid 1px #222;
}
.notfound-inner .notfound-btn a:hover {
  background: #222;
  color: #fff;
}

.ttl-l {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .ttl-l {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .ttl-l {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
.ttl-l {
  font-size: 4.4rem;
}
@media screen and (max-width: 1023px) {
  .ttl-l {
    font-size: 4rem;
  }
}
@media screen and (max-width: 959px) {
  .ttl-l {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl-l {
    font-size: 2.8rem;
    gap: 8px;
  }
}
@media screen and (max-width: 519px) {
  .ttl-l {
    font-size: 2.6rem;
  }
}
.ttl-l .ttl-deco {
  width: 48px;
  height: 29px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/common/ttl-deco.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .ttl-l .ttl-deco {
    width: 33px;
    height: 20px;
  }
}
.ttl-l.--center {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.lower-page {
  margin-bottom: calc(8px * 12);
}
@media screen and (max-width: 959px) {
  .lower-page {
    margin-bottom: calc(8px * 12 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page {
    margin-bottom: calc(8px * 12 * 0.5);
  }
}
.lower-page {
  padding-bottom: 64px;
  padding-top: 110px;
  overflow: clip;
}
@media screen and (max-width: 959px) {
  .lower-page {
    padding-bottom: 48px;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .lower-page {
    padding-bottom: 32px;
  }
}
.lower-page .hero {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: calc(100% - 48px);
  width: 100%;
  height: 220px;
  margin-bottom: calc(8px * 2);
}
@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);
  }
}
.lower-page .hero {
  margin-inline: auto;
  background: #F8F6F5;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 959px) {
  .lower-page .hero {
    max-width: calc(100% - 24px);
    height: 180px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .hero {
    max-width: calc(100% - 16px);
    height: 140px;
  }
}
.lower-page .hero::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
  width: 606px;
  height: 220px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/common/bg-deco.png") center/cover no-repeat;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 959px) {
  .lower-page .hero::before {
    right: -40px;
    width: 486px;
    height: 222px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .hero::before {
    width: 306px;
    height: 136px;
  }
}
.lower-page .hero .pagettl {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .lower-page .hero .pagettl {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .lower-page .hero .pagettl {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .hero .pagettl {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.lower-page .hero .pagettl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.lower-page .hero .pagettl__en {
  font-family: "Red Hat Display", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 959px) {
  .lower-page .hero .pagettl__en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .hero .pagettl__en {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .hero .pagettl__en {
    font-size: 1.4rem;
  }
}
.lower-page .hero .pagettl__ja {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .lower-page .hero .pagettl__ja {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .hero .pagettl__ja {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .hero .pagettl__ja {
    font-size: 2.4rem;
  }
}
.lower-page .breadcrumb {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@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;
  }
}
.lower-page .breadcrumb {
  margin-bottom: calc(8px * 10);
}
@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 .headline {
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .lower-page .headline {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .headline {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
.lower-page .headline {
  font-size: 3.2rem;
}
.lower-page .ttl-l {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .lower-page .ttl-l {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .ttl-l {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
.lower-page .ttl-l {
  font-size: 4.4rem;
  padding-bottom: 38px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 1023px) {
  .lower-page .ttl-l {
    font-size: 4rem;
    padding-bottom: 32px;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 959px) {
  .lower-page .ttl-l {
    font-size: 3.2rem;
    padding-bottom: 28px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .ttl-l {
    font-size: 2.8rem;
    padding-bottom: 24px;
    margin-bottom: 26px;
    gap: 8px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .ttl-l {
    font-size: 2.6rem;
    padding-bottom: 16px;
    margin-bottom: 16px;
    line-height: 1.2;
  }
}
.lower-page .ttl-l .ttl-deco {
  width: 48px;
  height: 29px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/common/ttl-deco.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .lower-page .ttl-l .ttl-deco {
    width: 33px;
    height: 20px;
  }
}
.lower-page .ttl-l.--center {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.lower-page .ttl-m {
  position: relative;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .lower-page .ttl-m {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .ttl-m {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
.lower-page .ttl-m {
  padding: 8px 8px 8px 32px;
  font-size: 2.4rem;
  background: #F8F6F5;
  border-bottom: 2px solid #EB831E;
}
@media screen and (max-width: 767px) {
  .lower-page .ttl-m {
    font-size: 2rem;
  }
}
.lower-page .ttl-m::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 12px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #EB831E;
}
.lower-page .ttl-s {
  margin-bottom: calc(8px * 1);
}
@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);
  }
}
.lower-page .ttl-s {
  font-size: 2rem;
}
.lower-page .marker {
  background: linear-gradient(transparent 70%, rgba(245, 171, 24, 0.4) 70%);
}

.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.3rem;
  text-indent: -1em;
  line-height: 1.2;
}
.note-txt::before {
  content: "※";
  color: #CE102C;
}
.note-txt.--right {
  text-align: right;
}

.fc-red {
  color: #CE102C;
}

.fc-pnk {
  color: #FF2828;
}

.fc-orn {
  color: #F5AB18;
}

.fc-d-orn {
  color: #EB831E;
}

.fc-d-beg {
  color: #F0E9E5;
}

.fc-grn {
  color: #83BA0D;
}

.fc-beg {
  color: #F8F6F5;
}

.fc-brn {
  color: #F1EDEB;
}

.fc-blk {
  color: #222222;
}

.fc-wht {
  color: #ffffff;
}

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

.fc-gry {
  color: #E8E8E8;
}

.fc-d-gry {
  color: #999999;
}

.fc-grad-2 {
  color: #D93B27;
}

.fc-grad-3 {
  color: #E05824;
}

.fc-grad-4 {
  color: #E77320;
}

.fc-grad-5 {
  color: #EC881E;
}

.fc-grad-6 {
  color: #EF911D;
}

.fc-grad-7 {
  color: #F19C1A;
}

.fc-grad-8 {
  color: #F29E1B;
}

.pdf-link {
  text-decoration: underline;
  transition: 0.3s ease-out;
}
.pdf-link .ico-pdf {
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  background-color: #EB831E;
  width: 40px;
  height: 22px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/pdf.svg");
  mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/pdf.svg");
  transition: 0.3s ease-out;
}
.pdf-link:hover {
  text-decoration: none;
  color: #EB831E;
}
.pdf-link:hover .ico-pdf {
  transform: translate(3px, 0);
}

.external-link {
  text-decoration: underline;
  transition: 0.3s ease-out;
}
.external-link .ico-external {
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  background-color: #EB831E;
  width: 15px;
  height: 19px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/external.svg");
  mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/external.svg");
  transition: 0.3s ease-out;
}
.external-link:hover {
  text-decoration: none;
  color: #EB831E;
}
.external-link:hover .ico-external {
  transform: translate(3px, 0);
}

.list__item {
  position: relative;
  padding-left: 16px;
}
.list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}
.list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #EB831E;
  border-radius: 50%;
}

.num-list {
  counter-reset: list-num;
}
.num-list__item {
  margin-left: 1em;
  text-indent: -1em;
}
.num-list__item::before {
  counter-increment: list-num;
  content: counter(list-num) ".";
}
.num-list__item:not(:last-of-type) {
  margin-bottom: 10px;
}

.note-list__item {
  margin-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}
.note-list__item::before {
  content: "※";
}

.btn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.btn.--left {
  justify-content: flex-start;
}
.btn.--right {
  justify-content: flex-end;
}
.btn a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 300px;
  min-height: 50px;
  padding: 0 12px 0 16px;
  font-size: 1.5rem;
  background: #ffffff;
  border: solid 1px #EB831E;
  border-radius: 32px;
  line-height: 1.4;
  min-width: 240px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .btn a {
    gap: 4px;
    min-height: 52px;
    min-width: 218px;
  }
}
@media screen and (max-width: 519px) {
  .btn a {
    min-height: 48px;
  }
}
.btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background-color: #EB831E;
  border: solid 2px #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #EB831E;
}
@media screen and (max-width: 767px) {
  .btn a::before {
    right: 12px;
  }
}
.btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 16px;
  height: 1px;
  background: #EB831E;
}
@media screen and (max-width: 767px) {
  .btn a::after {
    width: 12px;
  }
}
.btn a .ico-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #EB831E;
  border-right: 0;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btn a .ico-arrow {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #EB831E;
  }
}
.btn a:hover {
  background: #EB831E;
  color: #ffffff;
}
.btn a:hover::before {
  background-color: #ffffff;
  border: solid 2px #EB831E;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #ffffff;
}
.btn a:hover::after {
  background: #ffffff;
}
.btn a:hover .ico-arrow {
  border-left: 13px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .btn a:hover .ico-arrow {
    border-left: 9px solid #ffffff;
  }
}
.btn a.bc-red {
  background: #CE102C;
}
.btn a.bc-red:hover {
  background: #ffffff;
  color: #CE102C;
}
.btn a.bc-pnk {
  background: #FF2828;
}
.btn a.bc-pnk:hover {
  background: #ffffff;
  color: #FF2828;
}
.btn a.bc-orn {
  background: #F5AB18;
}
.btn a.bc-orn:hover {
  background: #ffffff;
  color: #F5AB18;
}
.btn a.bc-d-orn {
  background: #EB831E;
}
.btn a.bc-d-orn:hover {
  background: #ffffff;
  color: #EB831E;
}
.btn a.bc-d-beg {
  background: #F0E9E5;
}
.btn a.bc-d-beg:hover {
  background: #ffffff;
  color: #F0E9E5;
}
.btn a.bc-grn {
  background: #83BA0D;
}
.btn a.bc-grn:hover {
  background: #ffffff;
  color: #83BA0D;
}
.btn a.bc-beg {
  background: #F8F6F5;
}
.btn a.bc-beg:hover {
  background: #ffffff;
  color: #F8F6F5;
}
.btn a.bc-brn {
  background: #F1EDEB;
}
.btn a.bc-brn:hover {
  background: #ffffff;
  color: #F1EDEB;
}
.btn a.bc-blk {
  background: #222222;
}
.btn a.bc-blk:hover {
  background: #ffffff;
  color: #222222;
}
.btn a.bc-wht {
  background: #ffffff;
}
.btn a.bc-wht:hover {
  background: #ffffff;
  color: #ffffff;
}
.btn a.bc-l-gry {
  background: #FAFAFA;
}
.btn a.bc-l-gry:hover {
  background: #ffffff;
  color: #FAFAFA;
}
.btn a.bc-gry {
  background: #E8E8E8;
}
.btn a.bc-gry:hover {
  background: #ffffff;
  color: #E8E8E8;
}
.btn a.bc-d-gry {
  background: #999999;
}
.btn a.bc-d-gry:hover {
  background: #ffffff;
  color: #999999;
}
.btn a.bc-grad-2 {
  background: #D93B27;
}
.btn a.bc-grad-2:hover {
  background: #ffffff;
  color: #D93B27;
}
.btn a.bc-grad-3 {
  background: #E05824;
}
.btn a.bc-grad-3:hover {
  background: #ffffff;
  color: #E05824;
}
.btn a.bc-grad-4 {
  background: #E77320;
}
.btn a.bc-grad-4:hover {
  background: #ffffff;
  color: #E77320;
}
.btn a.bc-grad-5 {
  background: #EC881E;
}
.btn a.bc-grad-5:hover {
  background: #ffffff;
  color: #EC881E;
}
.btn a.bc-grad-6 {
  background: #EF911D;
}
.btn a.bc-grad-6:hover {
  background: #ffffff;
  color: #EF911D;
}
.btn a.bc-grad-7 {
  background: #F19C1A;
}
.btn a.bc-grad-7:hover {
  background: #ffffff;
  color: #F19C1A;
}
.btn a.bc-grad-8 {
  background: #F29E1B;
}
.btn a.bc-grad-8:hover {
  background: #ffffff;
  color: #F29E1B;
}
.btn.--orn a {
  border: solid 1px #F5AB18;
}
.btn.--orn a::before {
  background-color: #F5AB18;
  box-shadow: 0 0 0 1px #F5AB18;
}
.btn.--orn a::after {
  background: #F5AB18;
}
.btn.--orn a .ico-arrow {
  border-left: 13px solid #F5AB18;
}
@media screen and (max-width: 767px) {
  .btn.--orn a .ico-arrow {
    border-left: 9px solid #F5AB18;
  }
}
.btn.--orn a:hover {
  background: #F5AB18;
}
.btn.--orn a:hover::before {
  background-color: #ffffff;
  border: solid 2px #F5AB18;
  box-shadow: 0 0 0 1px #ffffff;
}
.btn.--orn a:hover::after {
  background: #ffffff;
}
.btn.--orn a:hover .ico-arrow {
  border-left: 13px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .btn.--orn a:hover .ico-arrow {
    border-left: 9px solid #ffffff;
  }
}
.btn.--red a {
  border: solid 1px #CE102C;
}
.btn.--red a::before {
  background-color: #CE102C;
  box-shadow: 0 0 0 1px #CE102C;
}
.btn.--red a::after {
  background: #CE102C;
}
.btn.--red a .ico-arrow {
  border-left: 13px solid #CE102C;
}
@media screen and (max-width: 767px) {
  .btn.--red a .ico-arrow {
    border-left: 9px solid #CE102C;
  }
}
.btn.--red a:hover {
  background: #CE102C;
}
.btn.--red a:hover::before {
  background-color: #ffffff;
  border: solid 2px #CE102C;
  box-shadow: 0 0 0 1px #ffffff;
}
.btn.--red a:hover::after {
  background: #ffffff;
}
.btn.--red a:hover .ico-arrow {
  border-left: 13px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .btn.--red a:hover .ico-arrow {
    border-left: 9px solid #ffffff;
  }
}
.btn-col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px;
}

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

.tbl table {
  width: 100%;
  border-top: solid 1px #F1EDEB;
  border-left: solid 1px #F1EDEB;
}
.tbl table thead tr th {
  padding: 16px;
  background: #F1EDEB;
  border-right: solid 1px #F1EDEB;
  border-bottom: solid 1px #F1EDEB;
  color: #222222;
}
.tbl table tbody tr th,
.tbl table tbody tr td {
  padding: 16px;
  border-right: solid 1px #F1EDEB;
  border-bottom: solid 1px #F1EDEB;
  vertical-align: middle;
  line-height: 1.3;
}
.tbl table tbody tr th {
  width: 50%;
  background: #F1EDEB;
  text-align: left;
}
.tbl table tbody tr th:not(:last-of-type) {
  border-right: 1px solid #ffffff;
}

.scroll-tbl {
  overflow-x: auto;
}
.scroll-tbl table {
  width: 100%;
  border-top: solid 1px #E8E8E8;
  border-left: solid 1px #E8E8E8;
}
.scroll-tbl table thead tr th {
  padding: 16px;
  background: #888888;
  border-right: solid 1px #E8E8E8;
  border-bottom: solid 1px #E8E8E8;
  color: #222222;
  white-space: nowrap;
}
.scroll-tbl table tbody tr th,
.scroll-tbl table tbody tr td {
  padding: 16px;
  border-right: solid 1px #E8E8E8;
  border-bottom: solid 1px #E8E8E8;
}
.scroll-tbl table tbody tr th {
  background: #FAFAFA;
}
.frame {
  position: relative;
  padding: 64px;
  background: #FAFAFA;
  border-radius: 6px;
  overflow: clip;
}
@media screen and (max-width: 1279px) {
  .frame {
    padding: 48px;
  }
}
@media screen and (max-width: 1023px) {
  .frame {
    padding: 48px 32px;
  }
}
@media screen and (max-width: 767px) {
  .frame {
    padding: 24px;
  }
}
.frame::before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -104px;
  width: 769px;
  height: 458px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/common/bg-deco.png") top right/cover no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.25;
}
.frame .frame-ttl {
  position: relative;
  padding-left: 24px;
  margin-bottom: 24px;
  font-size: 2.4rem;
  letter-spacing: -1px;
}
@media screen and (max-width: 959px) {
  .frame .frame-ttl {
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .frame .frame-ttl {
    font-size: 1.8rem;
  }
}
.frame .frame-ttl::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #F5AB18;
}
@media screen and (max-width: 959px) {
  .frame .frame-ttl::before {
    top: 13px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .frame .frame-ttl::before {
    top: 10px;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.modal .modal-switch {
  display: none;
}
.modal-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100vw;
  height: 100vh;
  background: #222222;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.modal-switch:checked ~ .modal-overlay {
  opacity: 0.3;
  visibility: visible;
}

.modal-content {
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9998;
  width: calc(100% - 80px);
  max-width: 900px;
  max-height: calc(100% - 80px);
  padding: 56px 24px 24px;
  background: #ffffff;
  transform: translate(-50%, -50%) scale(0);
}
@media screen and (max-width: 1279px) {
  .modal-content {
    width: calc(100% - 64px);
  }
}
@media screen and (max-width: 959px) {
  .modal-content {
    width: calc(100% - 48px);
    padding: 48px 20px 20px;
  }
}
@media screen and (max-width: 519px) {
  .modal-content {
    width: calc(100% - 32px);
    padding: 40px 16px 16px;
  }
}
.modal-content::-webkit-scrollbar {
  display: none;
}
.modal-content img {
  width: auto;
  max-height: 100%;
  margin: 0 auto;
}
.modal-switch:checked ~ .modal-content {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.3s, visibility 0.3s, transform 0s;
}

.modal .modal-close {
  position: absolute;
  top: 16px;
  right: 24px;
  z-index: 9999;
  font-size: 3.2rem;
  line-height: 32px;
  transition: 0.3s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .modal .modal-close {
    right: 20px;
    font-size: 2.4rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 519px) {
  .modal .modal-close {
    top: 12px;
    right: 16px;
    font-size: 2rem;
    line-height: 20px;
  }
}
.modal .modal-close:hover {
  opacity: 0.8;
}

.acd summary {
  position: relative;
  padding: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .acd summary {
    padding: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .acd summary {
    padding: calc(8px * 3 * 0.5);
  }
}
.acd summary {
  list-style: none;
  cursor: pointer;
}
.acd summary::-webkit-details-marker {
  display: none;
}
.acd summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 3.2rem;
  line-height: 32px;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
}
.acd .acd-content {
  padding: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .acd .acd-content {
    padding: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .acd .acd-content {
    padding: calc(8px * 3 * 0.5);
  }
}
.acd .acd-content {
  background: #FAFAFA;
}
.acd[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}
.acd[open] .acd-content {
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.writer {
  margin-bottom: calc(8px * 8);
}
@media screen and (max-width: 959px) {
  .writer {
    margin-bottom: calc(8px * 8 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .writer {
    margin-bottom: calc(8px * 8 * 0.5);
  }
}
.writer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 24px;
  border: solid 2px #E8E8E8;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .writer {
    padding: 16px;
  }
}
.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 16px;
  background: #EB831E;
  color: #ffffff;
  border-radius: 2px 10px;
}
@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: #222222;
}
.writer .writer-dtl__company {
  font-size: 1.3rem;
}
@media screen and (max-width: 519px) {
  .writer .writer-dtl__company {
    text-align: center;
  }
}
.writer .writer-dtl__post {
  margin-bottom: 8px;
  font-size: 1.3rem;
}
@media screen and (max-width: 519px) {
  .writer .writer-dtl__post {
    text-align: center;
  }
}
.writer .writer-dtl__txt {
  font-size: 1.3rem;
}

.cv {
  position: relative;
  max-width: 2400px;
  margin-inline: auto;
}
.cv::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 1;
  width: 330px;
  height: calc(100% + 48px);
  background: url("/wp/wp-content/themes/itreat_base/dist/img/common/ribbon.svg") top/contain no-repeat;
}
@media screen and (max-width: 1279px) {
  .cv::before {
    top: auto;
    bottom: -81px;
    right: -22px;
    width: 230px;
    height: 216px;
    background: url("/wp/wp-content/themes/itreat_base/dist/img/common/ribbon-sp.svg") top/contain no-repeat;
  }
}
@media screen and (max-width: 959px) {
  .cv::before {
    top: auto;
    bottom: -72px;
    right: -11px;
    width: 190px;
    height: 192px;
  }
}
@media screen and (max-width: 959px) and (max-width: 767px) {
  .cv::before {
    bottom: -64px;
    right: -12px;
    width: 170px;
    height: 172px;
  }
}
@media screen and (max-width: 959px) and (max-width: 519px) {
  .cv::before {
    bottom: -61px;
    right: -15px;
    width: 160px;
    height: 162px;
  }
}

.cv-inner {
  position: relative;
  z-index: 0;
  max-width: 2400px;
  width: calc(100vw - 48px);
  margin-inline: auto;
  padding: 72px 0;
  background: #F8F6F5;
  border-radius: 32px 32px 0 0;
  overflow: clip;
}
@media screen and (max-width: 1023px) {
  .cv-inner {
    padding: 64px 0;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 959px) {
  .cv-inner {
    padding: 56px 0;
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .cv-inner {
    padding: 44px 0;
    width: calc(100% - 24px);
  }
}
@media screen and (max-width: 519px) {
  .cv-inner {
    width: calc(100% - 16px);
  }
}
.cv-inner::before, .cv-inner::after {
  content: "";
  width: 820px;
  height: 820px;
  border-radius: 100%;
  background: #F0E9E5;
}
@media screen and (max-width: 959px) {
  .cv-inner::before, .cv-inner::after {
    width: 640px;
    height: 640px;
  }
}
@media screen and (max-width: 767px) {
  .cv-inner::before, .cv-inner::after {
    width: 400px;
    height: 400px;
  }
}
.cv-inner::before {
  position: absolute;
  bottom: -400px;
  left: -400px;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .cv-inner::before {
    bottom: -200px;
    left: -200px;
  }
}
.cv-inner::after {
  position: absolute;
  top: -400px;
  right: -400px;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .cv-inner::after {
    top: -200px;
    right: -200px;
  }
}
.cv-inner .cv-ttl {
  text-align: center;
  font-size: 4.8rem;
}
@media screen and (max-width: 1023px) {
  .cv-inner .cv-ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 959px) {
  .cv-inner .cv-ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .cv-inner .cv-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 519px) {
  .cv-inner .cv-ttl {
    font-size: 2.4rem;
  }
}
.cv-inner .txt {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .cv-inner .txt {
    font-size: 1.7rem;
  }
}
.cv-inner .cv-unit {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .cv-inner .cv-unit {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .cv-inner .cv-unit {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 767px) {
  .cv-inner .cv-unit {
    gap: 8px;
  }
}
@media screen and (max-width: 519px) {
  .cv-inner .cv-unit {
    flex-direction: column;
  }
}
.cv-inner .cv-unit__item {
  width: calc(100% / 2 - 16px / 2);
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 44px 12px;
  font-size: 3.2rem;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .cv-inner .cv-unit__item {
    padding: 32px 12px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 959px) {
  .cv-inner .cv-unit__item {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .cv-inner .cv-unit__item {
    gap: 6px;
    padding: 20px 2px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .cv-inner .cv-unit__item {
    width: 100%;
  }
}
.cv-inner .cv-unit__item .ico-arrow {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .cv-inner .cv-unit__item .ico-arrow {
    width: 24px;
    height: 24px;
  }
}
.cv-inner .cv-unit__item .ico-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #ffffff;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .cv-inner .cv-unit__item .ico-arrow::before {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 7px solid #ffffff;
  }
}
.cv-inner .cv-unit__item.--download {
  background-image: linear-gradient(90deg, #F5AB18, #EB831E);
  border-radius: 0 0 0 16px;
}
@media screen and (max-width: 519px) {
  .cv-inner .cv-unit__item.--download {
    border-radius: 16px 0 0 0;
  }
}
.cv-inner .cv-unit__item.--download .ico-document {
  display: block;
  background-color: #ffffff;
  width: 24px;
  height: 30px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/document.svg");
  mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/document.svg");
}
@media screen and (max-width: 767px) {
  .cv-inner .cv-unit__item.--download .ico-document {
    width: 18px;
    height: 24px;
  }
}
.cv-inner .cv-unit__item.--contact {
  background-image: linear-gradient(90deg, #EB831E, #CE102C);
  border-radius: 0 16px 0 0;
}
@media screen and (max-width: 519px) {
  .cv-inner .cv-unit__item.--contact {
    border-radius: 0 0 16px 0;
  }
}
.cv-inner .cv-unit__item.--contact .ico-mail {
  display: block;
  background-color: #ffffff;
  width: 24px;
  height: 30px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
  mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
}
@media screen and (max-width: 767px) {
  .cv-inner .cv-unit__item.--contact .ico-mail {
    width: 24px;
    height: 26px;
  }
}
.cv-inner .cv-unit__item:hover {
  transform: scale(1.02);
}
.cv-inner .cv-tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 20px;
  padding: 10px 0;
  width: calc(100% - 188px);
  margin-inline: auto;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 1023px) {
  .cv-inner .cv-tel {
    width: calc(100% - 164px);
  }
}
@media screen and (max-width: 959px) {
  .cv-inner .cv-tel {
    width: 100%;
    flex-direction: column;
  }
}
.cv-inner .cv-tel__txt {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cv-inner .cv-tel__txt {
    font-size: 1.8rem;
  }
}
.cv-inner .cv-tel a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  line-height: 1;
  font-size: 4.4rem;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .cv-inner .cv-tel a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 480px;
    width: 100%;
    padding: 12px;
    font-size: 2.8rem;
    border: 1px solid #CE102C;
    color: #CE102C;
    border-radius: 4px;
  }
}
@media screen and (max-width: 767px) {
  .cv-inner .cv-tel a {
    font-size: 2.4rem;
  }
}
.cv-inner .cv-tel a .ico-tel {
  width: 20px;
  height: 34px;
  margin-bottom: 6px;
  background-color: #222222;
  -webkit-mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  .cv-inner .cv-tel a .ico-tel {
    background-color: #CE102C;
  }
}
@media screen and (max-width: 767px) {
  .cv-inner .cv-tel a .ico-tel {
    width: 13px;
    height: 22px;
  }
}
@media screen and (max-width: 959px) {
  .cv-inner .cv-tel a:hover {
    background: #CE102C;
    color: #ffffff;
  }
  .cv-inner .cv-tel a:hover .ico-tel {
    background-color: #ffffff;
  }
}
.cv-inner .cv-tel dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-weight: bold;
}
.cv-inner .cv-tel dl dt {
  padding: 3px 10px;
  border: 1px solid #222222;
  font-size: 1.3rem;
}
@media screen and (max-width: 959px) {
  .cv-inner .cv-tel dl dt {
    padding: 2px 10px;
  }
}

.anchor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: calc(8px * 11);
}
@media screen and (max-width: 959px) {
  .anchor-list {
    margin-bottom: calc(8px * 11 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .anchor-list {
    margin-bottom: calc(8px * 11 * 0.5);
  }
}
@media screen and (max-width: 767px) {
  .anchor-list__item {
    width: calc(100% / 2 - 8px / 2);
  }
}
@media screen and (max-width: 519px) {
  .anchor-list__item {
    width: 100%;
  }
}
.anchor-list__item a {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 300px;
  min-height: 50px;
  padding: 0 12px 0 16px;
  font-size: 1.5rem;
  background: #ffffff;
  border: solid 1px #CE102C;
  border-radius: 32px;
  line-height: 1.4;
  min-width: 229px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .anchor-list__item a {
    gap: 4px;
    min-height: 52px;
    max-width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width: 519px) {
  .anchor-list__item a {
    min-height: 48px;
  }
}
.anchor-list__item a .ico-arrow {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid #CE102C;
  transition: 0.3s ease-out;
}
.anchor-list__item a .ico-arrow::before {
  content: "";
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #CE102C;
  border-bottom: 0;
}
.anchor-list__item a:hover {
  background: #CE102C;
  color: #ffffff;
}
.anchor-list__item a:hover .ico-arrow {
  border: 1px solid #ffffff;
}
.anchor-list__item a:hover .ico-arrow::before {
  border-top: 8px solid #ffffff;
}
.anchor-list__item.--d-orn a {
  border: solid 1px #EB831E;
}
.anchor-list__item.--d-orn a .ico-arrow {
  border: 1px solid #EB831E;
}
.anchor-list__item.--d-orn a .ico-arrow::before {
  border-top: 8px solid #EB831E;
}
.anchor-list__item.--d-orn a:hover {
  background: #EB831E;
  color: #ffffff;
}
.anchor-list__item.--d-orn a:hover .ico-arrow {
  border: 1px solid #ffffff;
}
.anchor-list__item.--d-orn a:hover .ico-arrow::before {
  border-top: 8px solid #ffffff;
}
.anchor-list__item.--orn a {
  border: solid 1px #F5AB18;
}
.anchor-list__item.--orn a .ico-arrow {
  border: 1px solid #F5AB18;
}
.anchor-list__item.--orn a .ico-arrow::before {
  border-top: 8px solid #F5AB18;
}
.anchor-list__item.--orn a:hover {
  background: #F5AB18;
  color: #ffffff;
}
.anchor-list__item.--orn a:hover .ico-arrow {
  border: 1px solid #ffffff;
}
.anchor-list__item.--orn a:hover .ico-arrow::before {
  border-top: 8px solid #ffffff;
}
.anchor-list.--back a .ico-arrow::before {
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 8px solid #CE102C;
  border-top: 0;
}
.anchor-list.--back a:hover .ico-arrow::before {
  border-bottom: 8px solid #ffffff;
}
.anchor-list.--back .--d-orn a {
  border: solid 1px #EB831E;
}
.anchor-list.--back .--d-orn a .ico-arrow {
  border: 1px solid #EB831E;
}
.anchor-list.--back .--d-orn a .ico-arrow::before {
  border-bottom: 8px solid #EB831E;
  border-top: 0;
}
.anchor-list.--back .--d-orn a:hover {
  background: #EB831E;
  color: #ffffff;
}
.anchor-list.--back .--d-orn a:hover .ico-arrow {
  border: 1px solid #ffffff;
}
.anchor-list.--back .--d-orn a:hover .ico-arrow::before {
  border-bottom: 8px solid #ffffff;
}
.anchor-list.--back .--orn a {
  border: solid 1px #F5AB18;
}
.anchor-list.--back .--orn a .ico-arrow {
  border: 1px solid #F5AB18;
}
.anchor-list.--back .--orn a .ico-arrow::before {
  border-bottom: 8px solid #F5AB18;
}
.anchor-list.--back .--orn a:hover {
  background: #F5AB18;
  color: #ffffff;
}
.anchor-list.--back .--orn a:hover .ico-arrow {
  border: 1px solid #ffffff;
}
.anchor-list.--back .--orn a:hover .ico-arrow::before {
  border-bottom: 8px solid #ffffff;
}
.anchor-list.--center {
  justify-content: center;
}
/*# sourceMappingURL=../../maps/common/main.css.map */
