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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

html,
body {
  width: 100%;
  height: 100%;
  color: #282A2B;
  background: transparent;
}
html.is-bg-blu,
body.is-bg-blu {
  background: #1E90FF;
  color: #ffffff;
}
html.is-bg-blu a,
body.is-bg-blu a {
  color: #ffffff;
}

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

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

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

a {
  overflow-wrap: break-word;
  color: #282A2B;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a:hover, a:active, a:visited {
  color: #282A2B;
}
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: 1120px;
  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;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
[anime].is-animated {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
.header .header-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 84px;
  border-bottom: solid 1px #D5E3EA;
}
.header .header-unit__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  padding-right: 128px;
}
.header .header-logo {
  max-width: 242px;
}
@media screen and (max-width: 959px) {
  .header .header-logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-logo {
    max-width: 180px;
  }
}
.header .skip-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: underline;
  gap: 8px;
  margin-right: 6px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .header .skip-link {
    display: none;
  }
}
.header .skip-link::before {
  position: absolute;
  top: 50%;
  right: 6px;
  translate: 0 -50%;
  content: "";
  width: 9px;
  height: 8px;
  background: #1E90FF;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  rotate: 90deg;
}
.header .skip-link::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: dashed 1px rgba(30, 144, 255, 0.48);
}
.header .header-bgcolor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 959px) {
  .header .header-bgcolor {
    display: none;
  }
}
.header .header-bgcolor .header-bgcolor-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.header .header-bgcolor .header-bgcolor-btn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 1px;
  font-size: 1.7rem;
  font-weight: bold;
  cursor: pointer;
}
.header .header-bgcolor .header-bgcolor-btn__item.--wht {
  border: solid 1px #282A2B;
  background: #ffffff;
}
.header .header-bgcolor .header-bgcolor-btn__item.--wht:hover {
  background: #282A2B;
  color: #ffffff;
}
.header .header-bgcolor .header-bgcolor-btn__item.--blu {
  border: solid 1px #1E90FF;
  background: #1E90FF;
  color: #ffffff;
}
.header .header-bgcolor .header-bgcolor-btn__item.--blu:hover {
  background: #ffffff;
  color: #1E90FF;
}
.header .header-search {
  width: 250px;
}
@media screen and (max-width: 1023px) {
  .header .header-search {
    width: 200px;
  }
}
@media screen and (max-width: 959px) {
  .header .header-search {
    display: none;
  }
}
.header .header-search .search-box .search-box-inner {
  position: relative;
}
.header .header-search .search-box .search-box-inner dt input {
  padding: 0 16px;
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: solid 1px #282A2B;
  border-radius: 50px;
}
.header .header-search .search-box .search-box-inner dd button {
  position: absolute;
  top: 50%;
  right: 4px;
  translate: 0 -50%;
  width: 32px;
  height: 32px;
  background: #1E90FF;
  border: solid 1px #1E90FF;
  border-radius: 50%;
  cursor: pointer;
}
.header .header-search .search-box .search-box-inner dd button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  width: 16px;
  height: 16px;
  background: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/search.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/search.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.header .header-search .search-box .search-box-inner dd button:hover {
  background: #ffffff;
}
.header .header-search .search-box .search-box-inner dd button:hover::before {
  background: #1E90FF;
}
@media screen and (max-width: 959px) {
  .header .header-nav {
    display: none;
  }
}
.header .header-nav .header-nav-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.header .header-nav .header-nav-list__item a {
  position: relative;
  display: block;
  text-align: center;
  padding: 20px 0;
}
.header .header-nav .header-nav-list__item a:hover {
  color: #1E90FF;
}
.header .header-nav .header-nav-list__item:not(:last-of-type) a::before, .header .header-nav .header-nav-list__item:not(:last-of-type) a::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
  width: 1px;
  height: 20px;
  background: #D5E3EA;
  border-radius: 2px;
}
.header .header-nav .header-nav-list__item:not(:last-of-type) a::before {
  right: 1px;
}
.header .header-nav .header-nav-list__item:not(:last-of-type) a::after {
  right: -1px;
}

.drawer {
  position: relative;
  top: 0;
  right: 0;
  z-index: 9999;
  display: block;
}
.drawer .drawer-switch {
  display: none;
}
.drawer-hamburger {
  display: block;
  position: fixed;
  top: 22px;
  right: 16px;
  width: 128px;
  height: 40px;
  border-radius: 40px;
  background: #1E90FF;
  cursor: pointer;
  z-index: 9999;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .drawer-hamburger {
    width: 118px;
    height: 35px;
  }
}
.drawer-hamburger .drawer-hamburger-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  left: -3px;
}
.drawer-hamburger .drawer-hamburger-inner .hamburger-line {
  position: absolute;
  left: 24px;
  width: 18px;
  height: 1px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .drawer-hamburger .drawer-hamburger-inner .hamburger-line {
    left: 22px;
  }
}
.drawer-hamburger .drawer-hamburger-inner .hamburger-line::before, .drawer-hamburger .drawer-hamburger-inner .hamburger-line::after {
  content: "";
  position: absolute;
  left: 0;
  translate: 0 -50%;
  width: 100%;
  height: 1px;
  background: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 1;
}
.drawer-hamburger .drawer-hamburger-inner .hamburger-line::before {
  top: calc(50% - 6px);
}
.drawer-hamburger .drawer-hamburger-inner .hamburger-line::after {
  top: calc(50% + 6px);
}
.drawer-hamburger .drawer-hamburger-inner .hamburger-txt {
  display: block;
  padding-left: 30px;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.drawer-hamburger .drawer-hamburger-inner .hamburger-txt.close {
  display: none;
}
.drawer-hamburger.--active .hamburger-line {
  background: transparent;
}
.drawer-hamburger.--active .hamburger-line::before, .drawer-hamburger.--active .hamburger-line::after {
  top: 50%;
}
.drawer-hamburger.--active .hamburger-line::before {
  rotate: 45deg;
}
.drawer-hamburger.--active .hamburger-line::after {
  rotate: -45deg;
}
.drawer-hamburger.--active .hamburger-txt.open {
  display: block;
}
.drawer-hamburger.--active .hamburger-txt.close {
  display: none;
}

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

.drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  width: 30%;
  min-width: 400px;
  height: 100%;
  padding: 72px 40px 40px;
  background: #ffffff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 519px) {
  .drawer-content {
    width: 100%;
    min-width: auto;
    padding: 72px 24px 24px;
  }
}
.drawer-content.--active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.drawer-content .drawer-menu {
  margin-bottom: 16px;
}
.drawer-content .drawer-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.drawer-content .drawer-menu__item a {
  display: block;
  position: relative;
  width: 100%;
}
.drawer-content .drawer-menu__item.--level1 {
  border-bottom: solid 1px #D5E3EA;
}
.drawer-content .drawer-menu__item.--level1 a {
  height: 50px;
  padding-left: 30px;
  line-height: 50px;
  font-size: 1.4rem;
}
.drawer-content .drawer-menu__item.--level1 a::before, .drawer-content .drawer-menu__item.--level1 a::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.drawer-content .drawer-menu__item.--level1 a::before {
  left: 0;
  translate: 0 -50%;
  width: 20px;
  height: 20px;
  background: #1E90FF;
  border: solid 2px #1E90FF;
  border-radius: 50%;
}
.drawer-content .drawer-menu__item.--level1 a::after {
  left: 5px;
  width: 10px;
  height: 8px;
  background: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.drawer-content .drawer-menu__item.--level1 a:hover {
  background: #ECF7FD;
  color: #1E90FF;
}
.drawer-content .drawer-menu__item.--level1 a:hover::before {
  background: #ffffff;
}
.drawer-content .drawer-menu__item.--level1 a:hover::after {
  background: #1E90FF;
}
.drawer-content .drawer-menu__item.--level2 a {
  position: relative;
  padding: 4px 0;
  padding-left: 14px;
  color: #999999;
  font-size: 1.3rem;
}
.drawer-content .drawer-menu__item.--level2 a::before {
  position: absolute;
  top: 50%;
  left: 1px;
  translate: 0 -50%;
  content: "";
  width: 8px;
  height: 6px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #1E90FF;
}
.drawer-content .drawer-menu__item.--level2 a:hover {
  color: #1E90FF;
  text-decoration: underline;
}
.drawer-content .drawer-menu__item.--level3 a {
  position: relative;
  padding: 4px 0;
  padding-left: 28px;
  color: #999999;
  font-size: 1.3rem;
}
.drawer-content .drawer-menu__item.--level3 a::before {
  position: absolute;
  top: 50%;
  left: 14px;
  translate: 0 -50%;
  content: "";
  width: 8px;
  height: 1px;
  background: #1E90FF;
}
.drawer-content .drawer-menu__item.--level3 a:hover {
  color: #1E90FF;
  text-decoration: underline;
}
.drawer-content .drawer-menu__item.--has-sub a {
  width: calc(100% - 50px);
}
.drawer-content .drawer-menu__item.--has-sub .drawer-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  color: #aac5d5;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.drawer-content .drawer-menu__item.--has-sub .drawer-toggle:hover {
  background: #ECF7FD;
  color: #1E90FF;
}
.drawer-content .drawer-menu .sub-contents .drawer-menu__item:first-of-type {
  padding-top: 12px;
}
.drawer-content .drawer-menu .sub-contents .drawer-menu__item:last-of-type {
  padding-bottom: 12px;
  border-bottom: solid 1px #D5E3EA;
}
.drawer-content .drawer-submenu {
  margin-bottom: 24px;
}
.drawer-content .drawer-submenu__item a {
  position: relative;
  padding-left: 14px;
  font-size: 1.3rem;
  color: #999999;
}
.drawer-content .drawer-submenu__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  translate: 0 -50%;
  width: 8px;
  height: 6px;
  background: #1E90FF;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.drawer-content .drawer-submenu__item a:hover {
  text-decoration: underline;
  color: #1E90FF;
}
.drawer-content .drawer-bgcolor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.drawer-content .drawer-bgcolor .drawer-bgcolor-ttl {
  font-size: 1.4rem;
}
.drawer-content .drawer-bgcolor .drawer-bgcolor-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.drawer-content .drawer-bgcolor .drawer-bgcolor-btn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  height: 34px;
  border-radius: 1px;
  font-size: 1.7rem;
  font-weight: bold;
  cursor: pointer;
}
.drawer-content .drawer-bgcolor .drawer-bgcolor-btn__item.--wht {
  border: solid 1px #282A2B;
  background: #ffffff;
}
.drawer-content .drawer-bgcolor .drawer-bgcolor-btn__item.--wht:hover {
  background: #282A2B;
  color: #ffffff;
}
.drawer-content .drawer-bgcolor .drawer-bgcolor-btn__item.--blu {
  border: solid 1px #1E90FF;
  background: #1E90FF;
  color: #ffffff;
}
.drawer-content .drawer-bgcolor .drawer-bgcolor-btn__item.--blu:hover {
  background: #ffffff;
  color: #1E90FF;
}
.drawer-content .drawer-search {
  margin-bottom: 24px;
}
.drawer-content .drawer-search .search-box .search-box-inner {
  position: relative;
}
.drawer-content .drawer-search .search-box .search-box-inner dt input {
  padding: 0 16px;
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: solid 1px #282A2B;
  border-radius: 50px;
}
.drawer-content .drawer-search .search-box .search-box-inner dd button {
  position: absolute;
  top: 50%;
  right: 4px;
  translate: 0 -50%;
  width: 32px;
  height: 32px;
  background: #1E90FF;
  border: solid 1px #1E90FF;
  border-radius: 50%;
  cursor: pointer;
}
.drawer-content .drawer-search .search-box .search-box-inner dd button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  width: 16px;
  height: 16px;
  background: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/search.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/search.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.drawer-content .drawer-search .search-box .search-box-inner dd button:hover {
  background: #ffffff;
}
.drawer-content .drawer-search .search-box .search-box-inner dd button:hover::before {
  background: #1E90FF;
}

.footer {
  position: sticky;
  top: 100vh;
}
@media screen and (max-width: 959px) {
  .footer {
    padding-bottom: calc(48px + env(safe-area-inset-bottom));
  }
}
.footer__inner {
  overflow: clip;
  background: linear-gradient(to bottom, transparent 10px, #F4F4F4 10px);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .footer__inner {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .footer__inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .footer__inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.footer__inner::before {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  width: 100%;
  min-width: 2440px;
  aspect-ratio: 2440/150;
  background: url("/wp-content/themes/itreat_base/dist/img/common/footer-bg.png") center/contain no-repeat;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 959px) {
  .footer__inner::before {
    min-width: 1220px;
  }
}
@media screen and (max-width: 519px) {
  .footer__inner::before {
    min-width: 1220px;
  }
}
.footer .footer-unit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 96px 0;
}
@media screen and (max-width: 959px) {
  .footer .footer-unit {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-unit {
    padding: 48px 0;
  }
}
.footer .footer-unit__info {
  width: calc(100% - 500px);
}
@media screen and (max-width: 959px) {
  .footer .footer-unit__info {
    width: 100%;
  }
}
.footer .footer-logo {
  max-width: 372px;
  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);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-logo {
    max-width: 280px;
  }
}
.footer .footer-add {
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  .footer .footer-add {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-add {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-add {
    font-size: 1.4rem;
  }
}
.footer .footer-hotline {
  display: grid;
  gap: 16px;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .footer .footer-hotline {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-hotline {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  .footer .footer-hotline {
    margin-bottom: 0;
  }
}
.footer .footer-hotline__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 16px;
  line-height: 1.4;
}
.footer .footer-hotline__item .hotline-ttl {
  font-size: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .footer .footer-hotline__item .hotline-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-hotline__item .hotline-ttl {
    font-size: 1.8rem;
  }
}
.footer .footer-hotline__item .hotline-num {
  font-size: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .footer .footer-hotline__item .hotline-num {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-hotline__item .hotline-num {
    font-size: 1.8rem;
  }
}
.footer .footer-hotline__item .hotline-num span {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
  .footer .copy {
    font-size: 1.4rem;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer .copy {
    font-size: 1.3rem;
  }
}
.footer .pagetop {
  right: 88px;
  z-index: 999;
  width: 88px;
  height: 88px;
  background: #1E90FF;
  border: solid 2px #1E90FF;
  border-radius: 50%;
  -webkit-transition: backgrond 0.3s ease-out;
  transition: backgrond 0.3s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .footer .pagetop {
    display: none !important;
  }
}
.footer .pagetop::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "↑";
  color: #ffffff;
  font-size: 4rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.footer .pagetop::after {
  position: absolute;
  top: -36px;
  right: -55px;
  content: "";
  background: url("/wp-content/themes/itreat_base/dist/img/common/kangochan-shizuoka.png") center/contain no-repeat;
  width: 90px;
  height: 86px;
}
.footer .pagetop:hover {
  background: #ffffff;
}
.footer .pagetop:hover::before {
  color: #1E90FF;
}
@media screen and (max-width: 959px) {
  .footer .footer-nav {
    margin-bottom: 8px;
  }
}
.footer .footer-nav .footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 959px) {
  .footer .footer-nav .footer-nav-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 519px) {
  .footer .footer-nav .footer-nav-list {
    gap: 8px;
  }
}
.footer .footer-nav .footer-nav-list__item a {
  display: block;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav .footer-nav-list__item a {
    font-size: 1.4rem;
  }
}
.footer .footer-nav .footer-nav-list__item a:hover {
  text-decoration: underline;
}
.footer .footer-nav .footer-nav-list__item:not(:last-of-type) {
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 519px) {
  .footer .footer-nav .footer-nav-list__item:not(:last-of-type) {
    padding-right: 16px;
  }
}
.footer .footer-nav .footer-nav-list__item:not(:last-of-type)::after {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  content: "/";
}

.float-foot {
  position: fixed;
  top: 185px;
  right: 0;
  z-index: 1000;
  display: grid;
  gap: 10px;
}
@media screen and (max-width: 959px) {
  .float-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2px;
    top: auto;
    bottom: 0;
    width: 100%;
    height: calc(48px + env(safe-area-inset-bottom));
  }
}
.float-foot__item {
  position: relative;
  text-align: center;
  padding: 56px 12px 8px 14px;
  background: #ffffff;
  border: solid 1px #ffffff;
  border-right: none;
  border-radius: 2px 0 0 2px;
  font-size: 1.5rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .float-foot__item {
    width: calc(100% / 2 - 2px / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(48px + env(safe-area-inset-bottom));
    padding: 4px 12px 0;
    background: #1E90FF;
    border: none;
    color: #ffffff !important;
  }
}
@media screen and (max-width: 519px) {
  .float-foot__item {
    font-size: 1.3rem;
  }
}
.float-foot__item::before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  .float-foot__item::before {
    position: relative;
    left: 0;
    -webkit-transform: 0;
    transform: 0;
  }
}
.float-foot__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  translate: 0 -50%;
  width: 3px;
  height: calc(100% - 4px);
  background: -webkit-gradient(linear, left top, left bottom, from(#1E90FF), to(#52C0E7));
  background: linear-gradient(#1E90FF, #52C0E7);
  border-radius: 1px 0 0 1px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  .float-foot__item::after {
    top: 4px;
    left: 6px;
    width: calc(100% - 12px);
    height: 2px;
    background: #ffffff;
  }
}
.float-foot__item:hover {
  background: #1E90FF;
  color: #ffffff;
}
@media screen and (max-width: 959px) {
  .float-foot__item:hover {
    background: #ffffff;
    color: #1E90FF !important;
  }
}
.float-foot__item:hover::after {
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .float-foot__item:hover::after {
    opacity: 1;
    background: #1E90FF;
  }
}
.float-foot__item.--membership::before {
  top: 13px;
  width: 32px;
  aspect-ratio: 32/36;
  background-image: url("/wp-content/themes/itreat_base/dist/img/icon/membership.svg");
}
@media screen and (max-width: 959px) {
  .float-foot__item.--membership::before {
    top: 0;
    width: 24px;
    background-image: url("/wp-content/themes/itreat_base/dist/img/icon/membership-wht.svg");
  }
}
.float-foot__item.--membership:hover::before {
  background-image: url("/wp-content/themes/itreat_base/dist/img/icon/membership-wht.svg");
}
@media screen and (max-width: 959px) {
  .float-foot__item.--membership:hover::before {
    background-image: url("/wp-content/themes/itreat_base/dist/img/icon/membership.svg");
  }
}
.float-foot__item.--training::before {
  top: 18px;
  width: 30px;
  height: 32px;
  aspect-ratio: 30/32;
  background-image: url("/wp-content/themes/itreat_base/dist/img/icon/training.svg");
}
@media screen and (max-width: 959px) {
  .float-foot__item.--training::before {
    top: 0;
    width: 22px;
    background-image: url("/wp-content/themes/itreat_base/dist/img/icon/training-wht.svg");
  }
}
.float-foot__item.--training:hover::before {
  background-image: url("/wp-content/themes/itreat_base/dist/img/icon/training-wht.svg");
}
@media screen and (max-width: 959px) {
  .float-foot__item.--training:hover::before {
    background-image: url("/wp-content/themes/itreat_base/dist/img/icon/training.svg");
  }
}
@media screen and (max-width: 959px) {
  .float-foot__item.--guide {
    display: none;
  }
}
.float-foot__item.--guide::before {
  top: 13px;
  width: 38px;
  height: 38px;
  background-image: url("/wp-content/themes/itreat_base/dist/img/icon/guide.svg");
}
.float-foot__item.--guide:hover::before {
  background-image: url("/wp-content/themes/itreat_base/dist/img/icon/guide-wht.svg");
}

.modal-content .guide-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 2.8rem;
}
.modal-content .guide-headline::before {
  content: "";
  width: 38px;
  height: 38px;
  background: url("/wp-content/themes/itreat_base/dist/img/icon/guide-wht.svg") center/contain no-repeat;
}
.modal-content .guide-menu {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-left: solid 1px rgba(255, 255, 255, 0.64);
  margin-bottom: 24px;
}
.modal-content .guide-menu__item a {
  position: relative;
  display: block;
  padding: 6px 16px 32px;
  border-right: solid 1px rgba(255, 255, 255, 0.64);
}
.modal-content .guide-menu__item a::before {
  position: absolute;
  right: 16px;
  bottom: 6px;
  content: "";
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
}
.modal-content .guide-menu__item a::after {
  position: absolute;
  right: 20px;
  bottom: 12px;
  content: "";
  width: 10px;
  height: 8px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #1E90FF;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.modal-content .guide-menu__item a .guide-en {
  text-align: right;
  margin-bottom: 24px;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
}
.modal-content .guide-menu__item a .guide-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  width: 104px;
  height: 104px;
  margin-inline: auto;
  background: radial-gradient(#ffffff 45%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.8) 58%, rgba(255, 255, 255, 0.64) 58%);
  border-radius: 50%;
}
.modal-content .guide-menu__item a .guide-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  text-align: center;
  color: #ffffff;
  font-size: 1.8rem;
}
.modal-content .guide-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.modal-content .guide-search .search-ttl {
  margin-bottom: 8px;
  font-size: 2rem;
  color: #ffffff;
}
.modal-content .guide-search .search-box .search-box-inner {
  position: relative;
}
.modal-content .guide-search .search-box .search-box-inner dt input {
  padding: 0 16px;
  width: 100%;
  height: 48px;
  border: solid 1px #ffffff;
  border-radius: 50px;
}
.modal-content .guide-search .search-box .search-box-inner dt input::-webkit-input-placeholder {
  color: #ffffff;
}
.modal-content .guide-search .search-box .search-box-inner dt input::-moz-placeholder {
  color: #ffffff;
}
.modal-content .guide-search .search-box .search-box-inner dt input:-ms-input-placeholder {
  color: #ffffff;
}
.modal-content .guide-search .search-box .search-box-inner dt input::-ms-input-placeholder {
  color: #ffffff;
}
.modal-content .guide-search .search-box .search-box-inner dt input::placeholder {
  color: #ffffff;
}
.modal-content .guide-search .search-box .search-box-inner dt input:focus-within {
  background: transparent;
}
.modal-content .guide-search .search-box .search-box-inner dd button {
  position: absolute;
  top: 50%;
  right: 4px;
  translate: 0 -50%;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: solid 1px #ffffff;
  border-radius: 50%;
  cursor: pointer;
}
.modal-content .guide-search .search-box .search-box-inner dd button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  width: 16px;
  height: 16px;
  background: #1E90FF;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/search.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/search.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.modal-content .guide-search .search-box .search-box-inner dd button:hover {
  background: transparent;
}
.modal-content .guide-search .search-box .search-box-inner dd button:hover::before {
  background: #ffffff;
}
.modal-content .keyword .keyword-ttl {
  margin-bottom: 8px;
  font-size: 2rem;
  color: #ffffff;
}
.modal-content .keyword .keyword-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.modal-content .keyword .keyword-list__item a {
  padding: 4px 12px;
  border: solid 1px #ffffff;
  border-radius: 50px;
  color: #ffffff;
  line-height: 1.4;
}
.modal-content .keyword .keyword-list__item a:hover {
  background: #ffffff;
  color: #1E90FF;
}

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

.notfound-message {
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .notfound-message {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .notfound-message {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
.notfound-message {
  padding: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .notfound-message {
    padding: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .notfound-message {
    padding: calc(8px * 4 * 0.5);
  }
}
.notfound-message {
  border: solid 1px #DADADA;
}

.lower-page {
  padding-bottom: calc(8px * 15);
}
@media screen and (max-width: 959px) {
  .lower-page {
    padding-bottom: calc(8px * 15 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page {
    padding-bottom: calc(8px * 15 * 0.5);
  }
}
.lower-page .hero {
  overflow: hidden;
  width: 100%;
  height: 225px;
  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 {
  padding: 0 16px;
}
@media screen and (max-width: 959px) {
  .lower-page .hero {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .hero {
    height: 150px;
  }
}
.lower-page .hero .hero-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 96px;
  height: 100%;
  background: linear-gradient(45deg, #1E90FF -20%, #28C3F2 50%);
  border-radius: 4px;
}
@media screen and (max-width: 1279px) {
  .lower-page .hero .hero-inner {
    padding: 0 72px;
  }
}
@media screen and (max-width: 959px) {
  .lower-page .hero .hero-inner {
    padding: 0 56px;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .hero .hero-inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .hero .hero-inner {
    padding: 0 24px;
  }
}
.lower-page .breadcrumb {
  padding: 0 104px;
  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);
  }
}
@media screen and (max-width: 1279px) {
  .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) and (max-width: 1279px) {
  .lower-page .breadcrumb {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 959px) {
  .lower-page .breadcrumb {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 519px) {
  .lower-page .breadcrumb {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.lower-page .breadcrumb__item {
  display: inline;
}
.lower-page .breadcrumb__item:not(:nth-last-of-type(1)) {
  position: relative;
}
.lower-page .breadcrumb__item:not(:nth-last-of-type(1))::after {
  content: ">";
  padding: 0 4px 0 8px;
}
.lower-page .breadcrumb__item a {
  text-decoration: underline;
}
.lower-page .breadcrumb__item a:hover {
  text-decoration: none;
}
.lower-page .pagettl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .lower-page .pagettl {
    display: block;
  }
}
.lower-page .pagettl__main {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1279px) {
  .lower-page .pagettl__main {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 959px) {
  .lower-page .pagettl__main {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .pagettl__main {
    font-size: 2rem;
  }
}
.lower-page .pagettl__sub {
  text-transform: uppercase;
  font-size: 1.8rem;
  opacity: 0.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .lower-page .pagettl__sub {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .pagettl__sub {
    font-size: 1.4rem;
  }
}
.lower-page .ttl-l {
  position: relative;
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .lower-page .ttl-l {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .ttl-l {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
.lower-page .ttl-l {
  padding-left: 32px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .lower-page .ttl-l {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .lower-page .ttl-l {
    font-size: 1.8rem;
  }
}
.lower-page .ttl-l::before, .lower-page .ttl-l::after {
  position: absolute;
  left: 0;
  translate: 0 -50%;
  content: "";
  width: 16px;
  height: 3px;
  background: linear-gradient(45deg, #1E90FF, #28C3F2 50%);
  border-radius: 0 4px 4px 0;
}
.lower-page .ttl-l::before {
  top: calc(50% - 3px);
}
.lower-page .ttl-l::after {
  top: calc(50% + 3px);
}
.lower-page .ttl-m {
  position: relative;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .lower-page .ttl-m {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .ttl-m {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.lower-page .ttl-m {
  padding: 10px 8px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lower-page .ttl-m {
    font-size: 1.6rem;
  }
}
.lower-page .ttl-m::before, .lower-page .ttl-m::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#28C3F2), to(#D5E3EA));
  background: linear-gradient(to right, #28C3F2, #D5E3EA);
}
.lower-page .ttl-m::before {
  top: 0;
}
.lower-page .ttl-m::after {
  bottom: 0;
}
.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;
}

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

.lead-txt {
  font-size: 2rem;
}
.lead-txt.--center {
  text-align: center;
}
.lead-txt.--right {
  text-align: right;
}

.link-txt {
  text-decoration: underline;
}
.link-txt:hover {
  text-decoration: none;
}

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

.fc-blu {
  color: #1E90FF;
}

.fc-d-blu {
  color: #0b75de;
}

.fc-l-blu {
  color: #ECF7FD;
}

.fc-aqu {
  color: #28C3F2;
}

.fc-l-aqu {
  color: #52C0E7;
}

.fc-pnk {
  color: #F65A80;
}

.fc-red {
  color: #E24400;
}

.fc-orn {
  color: #E27E03;
}

.fc-yel {
  color: #e2d303;
}

.fc-grn {
  color: #00C029;
}

.fc-ppl {
  color: #A44BD5;
}

.fc-blk {
  color: #282A2B;
}

.fc-wht {
  color: #ffffff;
}

.fc-gry-aqu {
  color: #aac5d5;
}

.fc-l-gry-aqu {
  color: #D5E3EA;
}

.fc-gry {
  color: #DADADA;
}

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

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

.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: #282A2B;
  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) ".";
}

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

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.btn.--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn.--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.btn a {
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 380px;
  padding: 4px 16px;
  min-height: 60px;
  background: linear-gradient(45deg, #1E90FF -20%, #28C3F2 50%);
  border-radius: 50px;
  color: #ffffff;
  font-family: YakuHanJP, "MFW-TBUDGoStd-ExBold";
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 519px) {
  .btn a {
    max-width: 320px;
    min-height: 48px;
    font-size: 1.4rem;
  }
}
.btn a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #0b75de, #28C3F2 120%);
  border-radius: 50px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.btn a::after {
  position: absolute;
  top: 50%;
  right: 24px;
  translate: 0 -50%;
  content: "";
  width: 14px;
  height: 11px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
}
.btn a:hover::before {
  opacity: 1;
}
.btn a.bc-blu {
  background: #1E90FF;
}
.btn a.bc-blu:hover {
  background: #ffffff;
  color: #1E90FF;
}
.btn a.bc-d-blu {
  background: #0b75de;
}
.btn a.bc-d-blu:hover {
  background: #ffffff;
  color: #0b75de;
}
.btn a.bc-l-blu {
  background: #ECF7FD;
}
.btn a.bc-l-blu:hover {
  background: #ffffff;
  color: #ECF7FD;
}
.btn a.bc-aqu {
  background: #28C3F2;
}
.btn a.bc-aqu:hover {
  background: #ffffff;
  color: #28C3F2;
}
.btn a.bc-l-aqu {
  background: #52C0E7;
}
.btn a.bc-l-aqu:hover {
  background: #ffffff;
  color: #52C0E7;
}
.btn a.bc-pnk {
  background: #F65A80;
}
.btn a.bc-pnk:hover {
  background: #ffffff;
  color: #F65A80;
}
.btn a.bc-red {
  background: #E24400;
}
.btn a.bc-red:hover {
  background: #ffffff;
  color: #E24400;
}
.btn a.bc-orn {
  background: #E27E03;
}
.btn a.bc-orn:hover {
  background: #ffffff;
  color: #E27E03;
}
.btn a.bc-yel {
  background: #e2d303;
}
.btn a.bc-yel:hover {
  background: #ffffff;
  color: #e2d303;
}
.btn a.bc-grn {
  background: #00C029;
}
.btn a.bc-grn:hover {
  background: #ffffff;
  color: #00C029;
}
.btn a.bc-ppl {
  background: #A44BD5;
}
.btn a.bc-ppl:hover {
  background: #ffffff;
  color: #A44BD5;
}
.btn a.bc-blk {
  background: #282A2B;
}
.btn a.bc-blk:hover {
  background: #ffffff;
  color: #282A2B;
}
.btn a.bc-wht {
  background: #ffffff;
}
.btn a.bc-wht:hover {
  background: #ffffff;
  color: #ffffff;
}
.btn a.bc-gry-aqu {
  background: #aac5d5;
}
.btn a.bc-gry-aqu:hover {
  background: #ffffff;
  color: #aac5d5;
}
.btn a.bc-l-gry-aqu {
  background: #D5E3EA;
}
.btn a.bc-l-gry-aqu:hover {
  background: #ffffff;
  color: #D5E3EA;
}
.btn a.bc-gry {
  background: #DADADA;
}
.btn a.bc-gry:hover {
  background: #ffffff;
  color: #DADADA;
}
.btn a.bc-l-gry {
  background: #F9F9F9;
}
.btn a.bc-l-gry:hover {
  background: #ffffff;
  color: #F9F9F9;
}
.btn a.bc-d-gry {
  background: #999999;
}
.btn a.bc-d-gry:hover {
  background: #ffffff;
  color: #999999;
}
.btn.--pdf a::after {
  height: 14px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/link.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/link.svg");
}

.tbl table {
  width: 100%;
  border-top: solid 1px #D5E3EA;
  border-left: solid 1px #D5E3EA;
}
@media screen and (max-width: 767px) {
  .tbl table {
    border-left: none;
  }
}
.tbl table thead {
  border: none;
}
.tbl table thead tr th {
  padding: 20px;
  background: #1E90FF;
  border: none;
  color: #ffffff;
}
.tbl table thead tr th:not(:last-of-type) {
  border-right: solid 1px #ffffff;
}
@media screen and (max-width: 767px) {
  .tbl table thead {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tbl table tbody tr {
    display: block;
    border: solid 1px #D5E3EA;
  }
}
@media screen and (max-width: 767px) {
  .tbl table tbody tr:not(:nth-last-of-type(1)) {
    margin-bottom: 24px;
  }
}
.tbl table tbody tr th,
.tbl table tbody tr td {
  padding: 20px;
  border-style: solid;
  border-color: #D5E3EA;
}
@media screen and (max-width: 767px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    display: block;
    padding: 8px 12px;
    font-size: 1.4rem;
  }
}
.tbl table tbody tr th {
  width: 316px;
  background: #F9F9F9;
  border-width: 0 0 1px 1px;
}
@media screen and (max-width: 767px) {
  .tbl table tbody tr th {
    width: 250px;
  }
}
@media screen and (max-width: 519px) {
  .tbl table tbody tr th {
    width: 100%;
    border-width: 0 1px 0 0;
  }
}
.tbl table tbody tr td {
  border-width: 0 1px 1px 0;
}
@media screen and (max-width: 767px) {
  .tbl table tbody tr td {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .tbl table tbody tr td[data-label]::before {
    content: attr(data-label);
    display: block;
    width: calc(100% + 24px);
    padding: 8px 12px;
    font-weight: bold;
    background: #1E90FF;
    color: #ffffff;
    -webkit-transform: translate(-12px, -8px);
    transform: translate(-12px, -8px);
  }
}

.frame {
  padding: 16px;
  border: solid 1px #DADADA;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  display: block;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

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

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

.acd summary {
  position: relative;
  padding: calc(8px * 3);
}
@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;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.acd .acd-content {
  padding: calc(8px * 3);
}
@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: #F9F9F9;
}
.acd[open] summary::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.acd[open] .acd-content {
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.tab-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  padding: 0 16px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.tab-menu__item.is-active {
  background: #000;
  color: #fff;
}

.tab-content__item {
  display: none;
  padding: 12px;
  background: #fafafa;
  border: 1px solid #ddd;
}

.writer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
  border: solid 2px #F9F9F9;
}
.writer .writer-vsl {
  width: 96px;
}
@media screen and (max-width: 959px) {
  .writer .writer-vsl {
    width: 88px;
  }
}
@media screen and (max-width: 767px) {
  .writer .writer-vsl {
    width: 80px;
  }
}
@media screen and (max-width: 519px) {
  .writer .writer-vsl {
    width: 104px;
    margin: 0 auto 16px;
  }
}
.writer .writer-dtl {
  width: calc(100% - 112px);
}
@media screen and (max-width: 959px) {
  .writer .writer-dtl {
    width: calc(100% - 104px);
  }
}
@media screen and (max-width: 767px) {
  .writer .writer-dtl {
    width: calc(100% - 96px);
  }
}
@media screen and (max-width: 519px) {
  .writer .writer-dtl {
    width: 100%;
  }
}
.writer .writer-dtl__ttl {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 8px;
  background: #282A2B;
  color: #ffffff;
}
@media screen and (max-width: 519px) {
  .writer .writer-dtl__ttl {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
  }
}
.writer .writer-dtl__name {
  margin-bottom: 4px;
}
@media screen and (max-width: 519px) {
  .writer .writer-dtl__name {
    text-align: center;
  }
}
.writer .writer-dtl__name a {
  color: #282A2B;
}
.writer .writer-dtl__company {
  font-size: 1.4rem;
}
@media screen and (max-width: 519px) {
  .writer .writer-dtl__company {
    text-align: center;
  }
}
.writer .writer-dtl__post {
  margin-bottom: 8px;
  font-size: 1.4rem;
}
@media screen and (max-width: 519px) {
  .writer .writer-dtl__post {
    text-align: center;
  }
}
.writer .writer-dtl__txt {
  font-size: 1.4rem;
}

.intro-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px;
}
@media screen and (max-width: 959px) {
  .intro-unit {
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .intro-unit {
    gap: 24px;
  }
}
.intro-unit__txt {
  width: calc(100% - 464px);
}
@media screen and (max-width: 767px) {
  .intro-unit__txt {
    width: calc(100% - 448px);
  }
}
@media screen and (max-width: 767px) {
  .intro-unit__txt {
    width: 100%;
  }
}
.intro-unit__vsl {
  margin-inline: auto;
  width: 100%;
  max-width: 400px;
}

.menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 959px) {
  .menu-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 519px) {
  .menu-list {
    grid-template-columns: 1fr;
  }
}
.menu-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu-list__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  width: 4px;
  height: calc(100% - 20px);
  background: #1E90FF;
  border-radius: 0 1px 1px 0;
}
.menu-list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 28px 20px;
  border: solid 1px rgba(30, 144, 255, 0.24);
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .menu-list__item a {
    padding: 14px 10px;
  }
}
.menu-list__item a::before {
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1E90FF;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.menu-list__item a::after {
  position: absolute;
  top: 50%;
  right: 23px;
  translate: 0 -50%;
  content: "";
  width: 15px;
  height: 10px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/menu-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/menu-arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.menu-list__item a:hover {
  background: #1E90FF;
  color: #ffffff;
}
.menu-list__item a:hover::before {
  background: #ffffff;
}
.menu-list__item a:hover::after {
  background: #1E90FF;
}

.page-layout {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .page-layout {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .page-layout {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .page-layout {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.page-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px;
}
@media screen and (max-width: 959px) {
  .page-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.page-layout__main {
  width: calc(100% - 304px);
}
@media screen and (max-width: 959px) {
  .page-layout__main {
    width: 100%;
  }
}
.page-layout__main .page-dtl h2 {
  position: relative;
  margin: 64px 0 40px;
  padding-bottom: 24px;
  font-size: 2.8rem;
  font-family: YakuHanJP, "MFW-TBUDGoStd-ExBold";
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .page-layout__main .page-dtl h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .page-layout__main .page-dtl h2 {
    font-size: 2rem;
  }
}
.page-layout__main .page-dtl h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 10px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/headline-deco.svg") center/contain no-repeat;
}
.page-layout__main .page-dtl h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  width: calc(100% - 20px);
  height: 1px;
  background: #D5E3EA;
}
.page-layout__main .page-dtl h3 {
  position: relative;
  margin: 64px 0 32px;
  padding-left: 32px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .page-layout__main .page-dtl h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-layout__main .page-dtl h3 {
    font-size: 1.8rem;
  }
}
.page-layout__main .page-dtl h3::before, .page-layout__main .page-dtl h3::after {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 3px;
  background: linear-gradient(45deg, #1E90FF, #28C3F2 50%);
  border-radius: 0 4px 4px 0;
  -webkit-transform: translate(0 -50%);
  transform: translate(0 -50%);
}
.page-layout__main .page-dtl h3::before {
  top: calc(50% - 3px);
}
.page-layout__main .page-dtl h3::after {
  top: calc(50% + 3px);
}
.page-layout__main .page-dtl h4 {
  position: relative;
  margin-top: 40px;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl h4 {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl h4 {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.page-layout__main .page-dtl h4 {
  padding: 10px 8px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl h4 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-layout__main .page-dtl h4 {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
.page-layout__main .page-dtl h4::before, .page-layout__main .page-dtl h4::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#28C3F2), to(#D5E3EA));
  background: linear-gradient(to right, #28C3F2, #D5E3EA);
}
.page-layout__main .page-dtl h4::before {
  top: 0;
}
.page-layout__main .page-dtl h4::after {
  bottom: 0;
}
.page-layout__main .page-dtl h5 {
  position: relative;
  margin-top: 40px;
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl h5 {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl h5 {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
.page-layout__main .page-dtl h5 {
  padding-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl h5 {
    padding-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl h5 {
    padding-bottom: calc(8px * 2 * 0.5);
  }
}
.page-layout__main .page-dtl h5 {
  border-bottom: solid 1px #D5E3EA;
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl h5 {
    margin-top: 36px;
  }
}
.page-layout__main .page-dtl h5::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 40px;
  height: 1px;
  background: #F65A80;
}
.page-layout__main .page-dtl h6 {
  margin-top: 32px;
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl h6 {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl h6 {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
.page-layout__main .page-dtl h6 {
  padding-left: 8px;
  border-left: solid 2px #1E90FF;
  color: #1E90FF;
  font-family: YakuHanJP, "MFW-TBUDGoStd-ExBold";
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl h6 {
    margin-top: 36px;
  }
}
.page-layout__main .page-dtl h2 + :is(h3, h4, h5, h6),
.page-layout__main .page-dtl h3 + :is(h4, h5, h6),
.page-layout__main .page-dtl h4 + :is(h5, h6),
.page-layout__main .page-dtl h5 + h6 {
  margin-top: 0;
}
.page-layout__main .page-dtl h2:first-child,
.page-layout__main .page-dtl h3:first-child,
.page-layout__main .page-dtl h4:first-child,
.page-layout__main .page-dtl h5:first-child,
.page-layout__main .page-dtl h6:first-child {
  margin-top: 0;
}
.page-layout__main .page-dtl .wp-block-group {
  position: relative;
  padding: 20px 16px 16px 20px;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl .wp-block-group {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl .wp-block-group {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
.page-layout__main .page-dtl .wp-block-group {
  border: solid 1px rgba(30, 144, 255, 0.4);
  border-radius: 2px;
}
.page-layout__main .page-dtl .wp-block-group::before {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px rgba(30, 144, 255, 0.2);
  border-radius: 2px;
}
.page-layout__main .page-dtl .has-small-font-size {
  font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl .has-small-font-size {
    font-size: 1.3rem;
  }
}
.page-layout__main .page-dtl .has-normal-font-size {
  font-size: 1.6rem;
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl .has-normal-font-size {
    font-size: 1.4rem;
  }
}
.page-layout__main .page-dtl .has-medium-font-size {
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl .has-medium-font-size {
    font-size: 1.6rem;
  }
}
.page-layout__main .page-dtl .has-large-font-size {
  font-size: 2.4rem;
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl .has-large-font-size {
    font-size: 2rem;
  }
}
.page-layout__main .page-dtl .has-huge-font-size {
  font-size: 2.8rem;
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl .has-huge-font-size {
    font-size: 2.4rem;
  }
}
.page-layout__main .page-dtl .has-blu-color {
  color: #1E90FF;
}
.page-layout__main .page-dtl .has-d-blu-color {
  color: #0b75de;
}
.page-layout__main .page-dtl .has-l-blu-color {
  color: #ECF7FD;
}
.page-layout__main .page-dtl .has-aqu-color {
  color: #28C3F2;
}
.page-layout__main .page-dtl .has-l-aqu-color {
  color: #52C0E7;
}
.page-layout__main .page-dtl .has-pnk-color {
  color: #F65A80;
}
.page-layout__main .page-dtl .has-red-color {
  color: #E24400;
}
.page-layout__main .page-dtl .has-orn-color {
  color: #E27E03;
}
.page-layout__main .page-dtl .has-yel-color {
  color: #e2d303;
}
.page-layout__main .page-dtl .has-grn-color {
  color: #00C029;
}
.page-layout__main .page-dtl .has-ppl-color {
  color: #A44BD5;
}
.page-layout__main .page-dtl .has-blk-color {
  color: #282A2B;
}
.page-layout__main .page-dtl .has-wht-color {
  color: #ffffff;
}
.page-layout__main .page-dtl .has-gry-aqu-color {
  color: #aac5d5;
}
.page-layout__main .page-dtl .has-l-gry-aqu-color {
  color: #D5E3EA;
}
.page-layout__main .page-dtl .has-gry-color {
  color: #DADADA;
}
.page-layout__main .page-dtl .has-l-gry-color {
  color: #F9F9F9;
}
.page-layout__main .page-dtl .has-d-gry-color {
  color: #999999;
}
.page-layout__main .page-dtl .has-blu-background-color {
  background-color: #1E90FF;
}
.page-layout__main .page-dtl .has-d-blu-background-color {
  background-color: #0b75de;
}
.page-layout__main .page-dtl .has-l-blu-background-color {
  background-color: #ECF7FD;
}
.page-layout__main .page-dtl .has-aqu-background-color {
  background-color: #28C3F2;
}
.page-layout__main .page-dtl .has-l-aqu-background-color {
  background-color: #52C0E7;
}
.page-layout__main .page-dtl .has-pnk-background-color {
  background-color: #F65A80;
}
.page-layout__main .page-dtl .has-red-background-color {
  background-color: #E24400;
}
.page-layout__main .page-dtl .has-orn-background-color {
  background-color: #E27E03;
}
.page-layout__main .page-dtl .has-yel-background-color {
  background-color: #e2d303;
}
.page-layout__main .page-dtl .has-grn-background-color {
  background-color: #00C029;
}
.page-layout__main .page-dtl .has-ppl-background-color {
  background-color: #A44BD5;
}
.page-layout__main .page-dtl .has-blk-background-color {
  background-color: #282A2B;
}
.page-layout__main .page-dtl .has-wht-background-color {
  background-color: #ffffff;
}
.page-layout__main .page-dtl .has-gry-aqu-background-color {
  background-color: #aac5d5;
}
.page-layout__main .page-dtl .has-l-gry-aqu-background-color {
  background-color: #D5E3EA;
}
.page-layout__main .page-dtl .has-gry-background-color {
  background-color: #DADADA;
}
.page-layout__main .page-dtl .has-l-gry-background-color {
  background-color: #F9F9F9;
}
.page-layout__main .page-dtl .has-d-gry-background-color {
  background-color: #999999;
}
.page-layout__main .page-dtl .marker-highlight {
  background-color: rgba(226, 211, 3, 0.5);
}
.page-layout__main .page-dtl mark {
  background: linear-gradient(0deg, transparent 8px, #ffffff 8px, #ffffff);
  font-weight: bold;
}
.page-layout__main .page-dtl p {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
.page-layout__main .page-dtl p:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl p:not(:first-child) {
    margin-top: 12px;
  }
}
.page-layout__main .page-dtl strong {
  font-weight: bold;
}
.page-layout__main .page-dtl em {
  font-style: italic;
}
.page-layout__main .page-dtl sup {
  vertical-align: super;
  font-size: smaller;
}
.page-layout__main .page-dtl sub {
  vertical-align: sub;
  font-size: smaller;
}
.page-layout__main .page-dtl .note-txt {
  margin-top: 24px;
  margin-left: 1em;
  font-size: 1.4rem;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .page-layout__main .page-dtl .note-txt {
    margin-top: 16px;
  }
}
.page-layout__main .page-dtl .note-txt::before {
  content: "※";
  color: #E24400;
}
.page-layout__main .page-dtl a {
  text-decoration: underline;
  color: #1E90FF;
}
.page-layout__main .page-dtl a:hover {
  text-decoration: none;
}
.page-layout__main .page-dtl .point {
  border: solid 1px #D5E3EA;
  border-radius: 2px;
}
.page-layout__main .page-dtl .point .point-ttl {
  margin: 0;
  padding: 16px;
  background: rgba(246, 90, 128, 0.16);
  color: #F65A80;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .page-layout__main .page-dtl .point .point-ttl {
    padding: 12px;
  }
}
.page-layout__main .page-dtl .point .point-ttl::before, .page-layout__main .page-dtl .point .point-ttl::after {
  display: none;
}
.page-layout__main .page-dtl .point .point-txt {
  margin: 0;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .page-layout__main .page-dtl .point .point-txt {
    padding: 12px;
  }
}
.page-layout__main .page-dtl ul {
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl ul {
    margin-top: 12px;
  }
}
.page-layout__main .page-dtl ul > li {
  list-style: none;
  position: relative;
  margin-left: 0;
  padding-left: 22px;
  line-height: 1.4;
  text-indent: 0;
}
.page-layout__main .page-dtl ul > li:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}
.page-layout__main .page-dtl ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #1E90FF;
  border: solid 3px #D5E3EA;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 50%;
}
.page-layout__main .page-dtl ul > li ul,
.page-layout__main .page-dtl ul > li ol {
  margin: 16px 0 0;
}
.page-layout__main .page-dtl ul > li ul li {
  padding-left: 16px;
}
.page-layout__main .page-dtl ul > li ul li::before {
  top: 7px;
  background: #28C3F2;
  border: none;
}
.page-layout__main .page-dtl ol {
  counter-reset: list-num;
  margin-top: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl ol {
    margin-top: 12px;
  }
}
.page-layout__main .page-dtl ol > li {
  position: relative;
  gap: 12px;
  padding-left: 44px;
  list-style: none;
  line-height: 1.4;
}
.page-layout__main .page-dtl ol > li:not(:nth-last-of-type(1)) {
  margin-bottom: 20px;
}
.page-layout__main .page-dtl ol > li::before {
  position: absolute;
  top: -6px;
  left: 0;
  content: "";
  width: 32px;
  height: 32px;
  background: #ECF7FD;
  border-radius: 50%;
}
.page-layout__main .page-dtl ol > li::after {
  position: absolute;
  top: 1px;
  left: 8px;
  counter-increment: list-num;
  content: counter(list-num, decimal-leading-zero) ".";
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  color: #1E90FF;
}
.page-layout__main .page-dtl ol > li > div {
  display: inline;
}
.page-layout__main .page-dtl ol > li ul,
.page-layout__main .page-dtl ol > li ol {
  margin: 8px 0 0;
}
.page-layout__main .page-dtl .wp-block-buttons {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl .wp-block-buttons {
    gap: 12px;
  }
}
.page-layout__main .page-dtl .wp-block-buttons .wp-block-button {
  width: 100%;
  max-width: 400px;
}
.page-layout__main .page-dtl .wp-block-buttons .wp-block-button__width-50 {
  width: calc(50% - 16px);
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl .wp-block-buttons .wp-block-button__width-50 {
    width: 100%;
  }
}
.page-layout__main .page-dtl .wp-block-buttons .wp-block-button__link {
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 4px 16px;
  min-height: 60px;
  background: linear-gradient(45deg, #1E90FF -20%, #28C3F2 50%);
  border-radius: 50px;
  color: #ffffff;
  font-family: YakuHanJP, "MFW-TBUDGoStd-ExBold";
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl .wp-block-buttons .wp-block-button__link {
    min-height: 48px;
    font-size: 1.4rem;
  }
}
.page-layout__main .page-dtl .wp-block-buttons .wp-block-button__link::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #1E90FF, #28C3F2 120%);
  border-radius: 50px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.page-layout__main .page-dtl .wp-block-buttons .wp-block-button__link::after {
  position: absolute;
  top: 50%;
  right: 24px;
  translate: 0 -50%;
  content: "";
  width: 14px;
  height: 11px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
}
.page-layout__main .page-dtl .wp-block-buttons .wp-block-button__link:hover::before {
  opacity: 1;
}
.page-layout__main .page-dtl .wp-block-buttons.is-content-justification-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-layout__main .page-dtl .wp-block-buttons.is-content-justification-right {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.page-layout__main .page-dtl h2 + .wp-block-buttons,
.page-layout__main .page-dtl h3 + .wp-block-buttons,
.page-layout__main .page-dtl h4 + .wp-block-buttons,
.page-layout__main .page-dtl h5 + .wp-block-buttons {
  margin-top: 0;
}
.page-layout__main .page-dtl .wp-block-table {
  margin-top: 40px;
}
.page-layout__main .page-dtl .wp-block-table table {
  width: 100%;
  border-top: solid 1px #D5E3EA;
  border-left: solid 1px #D5E3EA;
}
.page-layout__main .page-dtl .wp-block-table table thead {
  border: none;
}
.page-layout__main .page-dtl .wp-block-table table thead tr th {
  padding: 20px;
  background: #1E90FF;
  border: none;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .page-layout__main .page-dtl .wp-block-table table thead tr th {
    padding: 8px 12px;
    font-size: 1.4rem;
  }
}
.page-layout__main .page-dtl .wp-block-table table thead tr th:not(:last-of-type) {
  border-right: solid 1px #ffffff;
}
@media screen and (max-width: 767px) {
  .page-layout__main .page-dtl .wp-block-table table tbody tr:not(:nth-last-of-type(1)) {
    margin-bottom: 24px;
  }
}
.page-layout__main .page-dtl .wp-block-table table tbody tr th,
.page-layout__main .page-dtl .wp-block-table table tbody tr td {
  padding: 20px;
  border-style: solid;
  border-color: #D5E3EA;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .page-layout__main .page-dtl .wp-block-table table tbody tr th,
  .page-layout__main .page-dtl .wp-block-table table tbody tr td {
    padding: 8px 12px;
    font-size: 1.4rem;
  }
}
.page-layout__main .page-dtl .wp-block-table table tbody tr th {
  width: 316px;
  background: #F9F9F9;
  border-width: 0 0 1px 1px;
}
.page-layout__main .page-dtl .wp-block-table table tbody tr td {
  border-width: 0 1px 1px 0;
}
@media screen and (max-width: 767px) {
  .page-layout__main .page-dtl .wp-block-table:not(.--scroll) table {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .page-layout__main .page-dtl .wp-block-table:not(.--scroll) table thead {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-layout__main .page-dtl .wp-block-table:not(.--scroll) table tbody tr {
    display: block;
    border: solid 1px #D5E3EA;
  }
}
@media screen and (max-width: 767px) {
  .page-layout__main .page-dtl .wp-block-table:not(.--scroll) table tbody tr:not(:nth-last-of-type(1)) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page-layout__main .page-dtl .wp-block-table:not(.--scroll) table tbody tr td {
    display: block;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .page-layout__main .page-dtl .wp-block-table:not(.--scroll) table tbody tr td[data-label]::before {
    content: attr(data-label);
    display: block;
    width: calc(100% + 24px);
    padding: 8px 12px;
    font-weight: bold;
    background: #1E90FF;
    color: #ffffff;
    -webkit-transform: translate(-12px, -8px);
    transform: translate(-12px, -8px);
  }
}
.page-layout__main .page-dtl .wp-block-table.--scroll table {
  min-width: 600px;
}
.page-layout__main .page-dtl .wp-block-table.--has-th table tbody tr td:nth-of-type(1) {
  background: #F9F9F9;
}
.page-layout__main .page-dtl .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #F9F9F9;
}
.page-layout__main .page-dtl .wp-block-quote {
  margin: 0 0 32px;
  padding: 16px;
  background: #F9F9F9;
}
.page-layout__main .page-dtl .wp-block-quote p {
  margin: 0 0 4px;
}
.page-layout__main .page-dtl .wp-block-quote cite a {
  text-decoration: underline;
  font-size: 1.4rem;
  color: #999999;
}
.page-layout__main .page-dtl .wp-block-quote cite a:hover {
  text-decoration: none;
}
.page-layout__main .page-dtl .wp-block-image {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl .wp-block-image {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.page-layout__main .page-dtl .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
.page-layout__main .page-dtl .wp-block-image img {
  width: auto;
  border-radius: 4px;
}
.page-layout__main .page-dtl .wp-block-image .wp-element-caption {
  font-size: 1.4rem;
}
.page-layout__main .page-dtl .wp-block-image .aligncenter .wp-element-caption {
  text-align: center;
}
.page-layout__main .page-dtl .wp-block-media-text {
  gap: 64px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1279px) {
  .page-layout__main .page-dtl .wp-block-media-text {
    gap: 48px;
  }
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl .wp-block-media-text {
    gap: 32px;
  }
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl .wp-block-media-text {
    gap: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.page-layout__main .page-dtl .wp-block-media-text > .wp-block-media-text__content {
  padding: 0 !important;
}
.page-layout__main .page-dtl .wp-block-media-text > .wp-block-media-text__media img {
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .page-layout__main .page-dtl .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .page-layout__main .page-dtl .wp-block-media-text.is-stacked-on-mobile > *:first-child {
    grid-column: 1;
    grid-row: 1;
  }
}
@media screen and (max-width: 767px) {
  .page-layout__main .page-dtl .wp-block-media-text.is-stacked-on-mobile > *:last-child {
    grid-column: 1;
    grid-row: 2;
  }
}
@media screen and (max-width: 767px) {
  .page-layout__main .page-dtl .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media img {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-layout__main .page-dtl .wp-block-media-text.is-stacked-on-mobile.--sp-reverse > *:first-child {
    grid-column: 1;
    grid-row: 2;
  }
}
@media screen and (max-width: 767px) {
  .page-layout__main .page-dtl .wp-block-media-text.is-stacked-on-mobile.--sp-reverse > *:last-child {
    grid-column: 1;
    grid-row: 1;
  }
}
.page-layout__main .page-dtl .youtube-block {
  margin-top: 40px;
}
.page-layout__main .page-dtl .youtube-block .youtube-iframe-wrap iframe {
  width: 100%;
  max-width: 460px;
  height: 100%;
  aspect-ratio: 16/9;
}
.page-layout__main .page-dtl .wp-block-column .wp-block-image {
  margin: 0;
}
.page-layout__main .page-dtl .wp-block-column .wp-block-image img {
  width: 100%;
}
.page-layout__main .page-dtl .wp-block-file {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl .wp-block-file {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.page-layout__main .page-dtl .wp-block-file a {
  font-size: 1.6rem;
  color: #00C029;
  text-decoration: underline;
}
.page-layout__main .page-dtl .wp-block-file a:hover {
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl .wp-block-file a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl .wp-block-file a {
    font-size: 1.3rem;
  }
}
.page-layout__main .page-dtl .wp-block-file .wp-block-file__button {
  background: #00C029;
  display: inline-block;
  padding: 4px 8px 2px 10px;
  text-decoration: none;
  color: #ffffff;
}
.page-layout__main .page-dtl .wp-block-separator {
  margin: 40px 0;
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl .wp-block-separator {
    margin: 24px 0;
  }
}
.page-layout__main .page-dtl .flow-chart__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1279px) {
  .page-layout__main .page-dtl .flow-chart__step {
    gap: 32px;
  }
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl .flow-chart__step {
    gap: 24px;
  }
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl .flow-chart__step {
    gap: 16px;
  }
}
.page-layout__main .page-dtl .flow-chart__step .flow-chart-col {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 24px;
  border-style: solid;
  border-width: 4px 1px 1px 1px;
  border-color: #0b75de #D5E3EA #D5E3EA #D5E3EA;
  border-radius: 2px;
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl .flow-chart__step .flow-chart-col {
    padding: 16px;
  }
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl .flow-chart__step .flow-chart-col {
    padding: 12px;
  }
}
.page-layout__main .page-dtl .flow-chart__step .step-ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl .flow-chart__step .step-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl .flow-chart__step .step-ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl .flow-chart__step .step-txt {
    font-size: 1.4rem;
  }
}
.page-layout__main .page-dtl .flow-chart__step:has(.--right) .flow-chart-col {
  width: calc(100% / 2 - 40px / 2);
}
@media screen and (max-width: 1279px) {
  .page-layout__main .page-dtl .flow-chart__step:has(.--right) .flow-chart-col {
    width: calc(100% / 2 - 32px / 2);
  }
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl .flow-chart__step:has(.--right) .flow-chart-col {
    width: calc(100% / 2 - 24px / 2);
  }
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl .flow-chart__step:has(.--right) .flow-chart-col {
    width: calc(100% / 2 - 16px / 2);
  }
}
.page-layout__main .page-dtl .flow-chart__step:not(:nth-last-of-type(1)) {
  margin-bottom: 64px;
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl .flow-chart__step:not(:nth-last-of-type(1)) {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl .flow-chart__step:not(:nth-last-of-type(1)) {
    margin-bottom: 32px;
  }
}
.page-layout__main .page-dtl .flow-chart__step:not(:nth-of-type(1)) .flow-chart-col::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 24px);
  left: 50%;
  width: 18px;
  aspect-ratio: 18/20;
  background: #F65A80;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/flow-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/flow-arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl .flow-chart__step:not(:nth-of-type(1)) .flow-chart-col::before {
    bottom: calc(100% + 18px);
  }
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl .flow-chart__step:not(:nth-of-type(1)) .flow-chart-col::before {
    width: 12px;
    bottom: calc(100% + 12px);
  }
}
.page-layout__main .page-dtl .menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl .menu-list {
    padding-top: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl .menu-list {
    padding-top: calc(8px * 6 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  .page-layout__main .page-dtl .menu-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 519px) {
  .page-layout__main .page-dtl .menu-list {
    grid-template-columns: 1fr;
  }
}
.page-layout__main .page-dtl .menu-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 28px 56px 28px 20px;
  border: solid 1px rgba(30, 144, 255, 0.24);
  border-radius: 2px;
  color: #282A2B;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .page-layout__main .page-dtl .menu-list__item {
    padding: 14px 48px 14px 10px;
  }
}
.page-layout__main .page-dtl .menu-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: calc(100% - 20px);
  background: #1E90FF;
  border-radius: 0 1px 1px 0;
  translate: 0 -50%;
}
.page-layout__main .page-dtl .menu-list__item .ico-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
  width: 32px;
  aspect-ratio: 32/32;
  background: #1E90FF;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.page-layout__main .page-dtl .menu-list__item .ico-arrow::before {
  content: "";
  width: 15px;
  aspect-ratio: 15/10;
  background: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/menu-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/menu-arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.page-layout__main .page-dtl .menu-list__item:hover {
  background: #1E90FF;
  color: #ffffff;
}
.page-layout__main .page-dtl .menu-list__item:hover .ico-arrow {
  background: #ffffff;
}
.page-layout__main .page-dtl .menu-list__item:hover .ico-arrow::before {
  background: #1E90FF;
}
.page-layout__sidebar .sidebar {
  position: sticky;
  top: 16px;
  width: 240px;
  padding: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  .page-layout__sidebar .sidebar {
    padding: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .page-layout__sidebar .sidebar {
    padding: calc(8px * 2 * 0.5);
  }
}
.page-layout__sidebar .sidebar {
  border: solid 1px rgba(30, 144, 255, 0.24);
  border-radius: 4px;
}
@media screen and (max-width: 959px) {
  .page-layout__sidebar .sidebar {
    width: 100%;
  }
}
.page-layout__sidebar .sidebar .sidebar-ttl {
  position: relative;
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  .page-layout__sidebar .sidebar .sidebar-ttl {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .page-layout__sidebar .sidebar .sidebar-ttl {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
.page-layout__sidebar .sidebar .sidebar-ttl::before {
  position: absolute;
  top: 0;
  left: -16px;
  content: "";
  width: 4px;
  height: 100%;
  background: #1E90FF;
  border-radius: 0 1px 1px 0;
}
@media screen and (max-width: 959px) {
  .page-layout__sidebar .sidebar .sidebar-ttl::before {
    left: -12px;
  }
}
@media screen and (max-width: 519px) {
  .page-layout__sidebar .sidebar .sidebar-ttl::before {
    left: -8px;
  }
}
.page-layout__sidebar .sidebar .sidebar-list {
  display: grid;
  gap: 12px;
}
.page-layout__sidebar .sidebar .sidebar-list__item a {
  position: relative;
  display: block;
  padding-left: 30px;
}
.page-layout__sidebar .sidebar .sidebar-list__item a::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1E90FF;
  border: solid 2px #1E90FF;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.page-layout__sidebar .sidebar .sidebar-list__item a::after {
  position: absolute;
  top: 9px;
  left: 5px;
  content: "";
  width: 10px;
  height: 8px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.page-layout__sidebar .sidebar .sidebar-list__item.is-current {
  position: relative;
}
.page-layout__sidebar .sidebar .sidebar-list__item.is-current::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  translate: -50% 0;
  content: "";
  width: calc(100% + 32px);
  height: 100%;
  background: #ECF7FD;
}
@media screen and (max-width: 959px) {
  .page-layout__sidebar .sidebar .sidebar-list__item.is-current::before {
    width: calc(100% + 24px);
  }
}
@media screen and (max-width: 519px) {
  .page-layout__sidebar .sidebar .sidebar-list__item.is-current::before {
    width: calc(100% + 16px);
  }
}
.page-layout__sidebar .sidebar .sidebar-list__item.is-current a {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #1E90FF;
}
.page-layout__sidebar .sidebar .sidebar-list__item.is-current a::before {
  top: 15px;
  background: #ffffff;
}
.page-layout__sidebar .sidebar .sidebar-list__item.is-current a::after {
  top: 21px;
  background: #1E90FF;
}
.page-layout__sidebar .sidebar .sidebar-list__item:not(.is-current) a:hover {
  color: #1E90FF;
}
.page-layout__sidebar .sidebar .sidebar-list__item:not(.is-current) a:hover::before {
  background: #ffffff;
}
.page-layout__sidebar .sidebar .sidebar-list__item:not(.is-current) a:hover::after {
  background: #1E90FF;
}
.page-layout:not(:has(.sidebar)) .page-layout__main {
  width: 100%;
}

.page-toc .toc-headline {
  padding: 14px 32px;
  background: #1E90FF;
  border-radius: 4px 4px 0 0;
  color: #ffffff;
  font-family: YakuHanJP, "MFW-TBUDGoStd-ExBold";
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-toc .toc-headline {
    padding: 8px 16px;
  }
}
.page-toc .toc-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 8px;
  margin-bottom: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  .page-toc .toc-list {
    margin-bottom: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .page-toc .toc-list {
    margin-bottom: calc(8px * 6 * 0.5);
  }
}
.page-toc .toc-list {
  padding: 24px;
  background: rgba(213, 227, 234, 0.16);
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 767px) {
  .page-toc .toc-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 8px;
    padding: 12px;
  }
}
@media screen and (max-width: 519px) {
  .page-toc .toc-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.page-toc .toc-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  border-bottom: solid 1px #CADDE7;
}
.page-toc .toc-list__item a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 48px 0 8px;
  color: #1E90FF;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .page-toc .toc-list__item a {
    font-size: 1.4rem;
  }
}
.page-toc .toc-list__item a::before, .page-toc .toc-list__item a::after {
  content: "";
  translate: 0 -50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.page-toc .toc-list__item a::before {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: dashed 1px rgba(30, 144, 255, 0.48);
}
.page-toc .toc-list__item a::after {
  position: absolute;
  top: 50%;
  right: 11.5px;
  width: 10px;
  aspect-ratio: 10/8;
  background: #1E90FF;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  rotate: 90deg;
}
.page-toc .toc-list__item a:hover::before {
  background: #1E90FF;
  border: none;
}
.page-toc .toc-list__item a:hover::after {
  background: #ffffff;
}

.form-field {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .form-field {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .form-field {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
.form-field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .form-field__item {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .form-field__item {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
.form-field dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 304px;
}
@media screen and (max-width: 959px) {
  .form-field dt {
    width: 100%;
    margin-bottom: 8px;
  }
}
.form-field dd {
  width: calc(100% - 320px);
}
@media screen and (max-width: 959px) {
  .form-field dd {
    width: 100%;
  }
}

.form-required,
.form-optional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44px;
  height: 24px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1.4rem;
}

.form-required {
  background: #E24400;
}

.form-optional {
  background: #1E90FF;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  background: #F9F9F9;
  font-size: 1.6rem;
  font-family: YakuHanJP, "MFW-TBUDGoStd-Bold";
  line-height: 56px;
  color: #282A2B;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999999;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999999;
}
input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999999;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #999999;
}
input:focus,
select:focus,
textarea:focus {
  outline: solid 2px #282A2B;
}

input#zip {
  max-width: 210px;
}

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

textarea {
  overflow: auto;
  height: 200px;
  padding: 16px;
  line-height: 1.8;
  resize: vertical;
}

.wpcf7-checkbox .wpcf7-list-item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}
.wpcf7-checkbox .wpcf7-list-item label {
  display: inline-block;
  position: relative;
  padding: 6px 0;
  cursor: pointer;
}
.wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}
.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #F9F9F9;
  border: solid 2px #F9F9F9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  z-index: 1;
  width: 8px;
  height: 15px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent #999999 #999999 transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.wpcf7-checkbox .wpcf7-list-item label input:focus + .wpcf7-list-item-label {
  outline: solid 2px #282A2B;
}
.wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #999999;
}
.wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

.wpcf7-radio .wpcf7-list-item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}
.wpcf7-radio .wpcf7-list-item label {
  display: inline-block;
  position: relative;
  padding: 6px 0;
  cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item label input[type=radio] {
  opacity: 0;
  position: absolute;
}
.wpcf7-radio .wpcf7-list-item label:has(input[type=radio]:focus) {
  outline: solid 2px #E27E03;
}
.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}
.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #F9F9F9;
  border: solid 2px #999999;
  border-radius: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: #1E90FF;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #1E90FF;
}
.wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

input[type=file] {
  padding: 0;
  background: none;
  border: none;
  background: none;
  height: 48px;
  line-height: 48px;
}
@media screen and (max-width: 959px) {
  input[type=file] {
    height: 40px;
    line-height: 40px;
  }
}

input[type=file]::file-selector-button {
  border: none;
  margin-right: 16px;
  height: 100%;
  cursor: pointer;
  background: #999999;
  color: #ffffff;
}

.form-send {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .form-send {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .form-send {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
.form-send {
  background: #E27E03;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1.8rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  .form-send {
    height: 72px;
  }
}
@media screen and (max-width: 959px) {
  .form-send {
    height: 64px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .form-send {
    height: 56px;
  }
}
.form-send input[type=submit] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.form-send:has(input[type=submit]:focus) {
  outline: solid 2px #E27E03;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.wpcf7-spinner {
  position: absolute;
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  bottom: calc(100% + 10px);
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .wpcf7-spinner {
    bottom: calc(100% + 6px);
    width: 16px;
    height: 16px;
  }
}
.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
  transform-origin: 8px 8px;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: block;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  padding: 32px;
  border-radius: 4px;
}
@media screen and (max-width: 959px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    border-radius: calc(4px * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    border-radius: calc(4px * 0.5);
  }
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    padding: 24px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #ffffff;
  border: solid 1px #00C029;
  color: #00C029;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: rgba(226, 68, 0, 0.08);
  color: #E24400;
  border: solid 1px #E24400;
}
.wpcf7 form.invalid input::-webkit-input-placeholder, .wpcf7 form.invalid select::-webkit-input-placeholder, .wpcf7 form.invalid textarea::-webkit-input-placeholder, .wpcf7 form.invalid input::-webkit-input-placeholder, .wpcf7 form.invalid select::-webkit-input-placeholder, .wpcf7 form.invalid textarea::-webkit-input-placeholder, .wpcf7 form.unaccepted input::-webkit-input-placeholder, .wpcf7 form.unaccepted select::-webkit-input-placeholder, .wpcf7 form.unaccepted textarea::-webkit-input-placeholder {
  color: rgba(226, 68, 0, 0.4);
}
.wpcf7 form.invalid input::-moz-placeholder, .wpcf7 form.invalid select::-moz-placeholder, .wpcf7 form.invalid textarea::-moz-placeholder, .wpcf7 form.invalid input::-moz-placeholder, .wpcf7 form.invalid select::-moz-placeholder, .wpcf7 form.invalid textarea::-moz-placeholder, .wpcf7 form.unaccepted input::-moz-placeholder, .wpcf7 form.unaccepted select::-moz-placeholder, .wpcf7 form.unaccepted textarea::-moz-placeholder {
  color: rgba(226, 68, 0, 0.4);
}
.wpcf7 form.invalid input:-ms-input-placeholder, .wpcf7 form.invalid select:-ms-input-placeholder, .wpcf7 form.invalid textarea:-ms-input-placeholder, .wpcf7 form.invalid input:-ms-input-placeholder, .wpcf7 form.invalid select:-ms-input-placeholder, .wpcf7 form.invalid textarea:-ms-input-placeholder, .wpcf7 form.unaccepted input:-ms-input-placeholder, .wpcf7 form.unaccepted select:-ms-input-placeholder, .wpcf7 form.unaccepted textarea:-ms-input-placeholder {
  color: rgba(226, 68, 0, 0.4);
}
.wpcf7 form.invalid input::-ms-input-placeholder, .wpcf7 form.invalid select::-ms-input-placeholder, .wpcf7 form.invalid textarea::-ms-input-placeholder, .wpcf7 form.invalid input::-ms-input-placeholder, .wpcf7 form.invalid select::-ms-input-placeholder, .wpcf7 form.invalid textarea::-ms-input-placeholder, .wpcf7 form.unaccepted input::-ms-input-placeholder, .wpcf7 form.unaccepted select::-ms-input-placeholder, .wpcf7 form.unaccepted textarea::-ms-input-placeholder {
  color: rgba(226, 68, 0, 0.4);
}
.wpcf7 form.invalid input::placeholder,
.wpcf7 form.invalid select::placeholder,
.wpcf7 form.invalid textarea::placeholder,
.wpcf7 form.invalid input::placeholder,
.wpcf7 form.invalid select::placeholder,
.wpcf7 form.invalid textarea::placeholder,
.wpcf7 form.unaccepted input::placeholder,
.wpcf7 form.unaccepted select::placeholder,
.wpcf7 form.unaccepted textarea::placeholder {
  color: rgba(226, 68, 0, 0.4);
}

.wpcf7 form.spam .wpcf7-response-output {
  background: rgba(226, 126, 3, 0.08);
  color: #E24400;
  border: solid 1px #E27E03;
}
.wpcf7 form.spam input::-webkit-input-placeholder, .wpcf7 form.spam select::-webkit-input-placeholder, .wpcf7 form.spam textarea::-webkit-input-placeholder {
  color: rgba(226, 126, 3, 0.4);
}
.wpcf7 form.spam input::-moz-placeholder, .wpcf7 form.spam select::-moz-placeholder, .wpcf7 form.spam textarea::-moz-placeholder {
  color: rgba(226, 126, 3, 0.4);
}
.wpcf7 form.spam input:-ms-input-placeholder, .wpcf7 form.spam select:-ms-input-placeholder, .wpcf7 form.spam textarea:-ms-input-placeholder {
  color: rgba(226, 126, 3, 0.4);
}
.wpcf7 form.spam input::-ms-input-placeholder, .wpcf7 form.spam select::-ms-input-placeholder, .wpcf7 form.spam textarea::-ms-input-placeholder {
  color: rgba(226, 126, 3, 0.4);
}
.wpcf7 form.spam input::placeholder,
.wpcf7 form.spam select::placeholder,
.wpcf7 form.spam textarea::placeholder {
  color: rgba(226, 126, 3, 0.4);
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  padding: 4px 0 0;
  color: #E24400;
  font-size: 1.4rem;
}

.screen-reader-response {
  display: none;
}

.wpcf7 .form.invalid .wpcf7-response-output {
  color: #E24400;
  font-size: 1.4rem;
  background-color: rgba(226, 68, 0, 0.1);
}

.form-note {
  margin: 0 auto 40px;
  padding: 20px 24px 24px;
  border: solid 1px #DADADA;
  border-radius: 4px;
}
@media screen and (max-width: 519px) {
  .form-note {
    padding: 12px 16px 16px;
  }
}
.form-note dt {
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .form-note dt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .form-note dt {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}
.form-note dd {
  margin-left: 1em;
  font-size: 1.4rem;
  text-indent: -1em;
}
@media screen and (max-width: 519px) {
  .form-note dd {
    font-size: 1.3rem;
  }
}
.form-note dd::before {
  content: "※";
  color: #E24400;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-txt {
  text-align: center;
}
.recaptcha-txt a {
  color: #999999;
  text-decoration: underline;
}
.recaptcha-txt a:hover {
  text-decoration: none;
}

#nursecenter .news-list__item,
#education .news-list__item,
#disaster-nursing .news-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 20px;
  border: solid 1px rgba(30, 144, 255, 0.24);
  border-radius: 2px;
}
#nursecenter .news-list__item::before,
#education .news-list__item::before,
#disaster-nursing .news-list__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  width: 4px;
  height: calc(100% - 20px);
  background: #1E90FF;
  border-radius: 0 1px 1px 0;
}
#nursecenter .news-list__item:not(:last-of-type),
#education .news-list__item:not(:last-of-type),
#disaster-nursing .news-list__item:not(:last-of-type) {
  margin-bottom: 10px;
}
#nursecenter .news-list__item .news-meta,
#education .news-list__item .news-meta,
#disaster-nursing .news-list__item .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
#nursecenter .news-list__item .news-meta__cate,
#education .news-list__item .news-meta__cate,
#disaster-nursing .news-list__item .news-meta__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  padding: 5px;
  background: #1E90FF;
  border: solid 1px #1E90FF;
  border-radius: 50px;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.4;
  text-decoration: none;
}
#nursecenter .news-list__item .news-meta__cate:hover,
#education .news-list__item .news-meta__cate:hover,
#disaster-nursing .news-list__item .news-meta__cate:hover {
  color: #1E90FF;
}
#nursecenter .news-list__item .news-meta__cate.--event,
#education .news-list__item .news-meta__cate.--event,
#disaster-nursing .news-list__item .news-meta__cate.--event {
  background: #00C029;
  border-color: #00C029;
}
#nursecenter .news-list__item .news-meta__cate.--event:hover,
#education .news-list__item .news-meta__cate.--event:hover,
#disaster-nursing .news-list__item .news-meta__cate.--event:hover {
  color: #00C029;
}
#nursecenter .news-list__item .news-meta__cate.--nurse,
#education .news-list__item .news-meta__cate.--nurse,
#disaster-nursing .news-list__item .news-meta__cate.--nurse {
  background: #F65A80;
  border-color: #F65A80;
}
#nursecenter .news-list__item .news-meta__cate.--nurse:hover,
#education .news-list__item .news-meta__cate.--nurse:hover,
#disaster-nursing .news-list__item .news-meta__cate.--nurse:hover {
  color: #F65A80;
}
#nursecenter .news-list__item .news-meta__cate.--disaster,
#education .news-list__item .news-meta__cate.--disaster,
#disaster-nursing .news-list__item .news-meta__cate.--disaster {
  background: #E27E03;
  border-color: #E27E03;
}
#nursecenter .news-list__item .news-meta__cate.--disaster:hover,
#education .news-list__item .news-meta__cate.--disaster:hover,
#disaster-nursing .news-list__item .news-meta__cate.--disaster:hover {
  color: #E27E03;
}
#nursecenter .news-list__item .news-meta__cate.--group,
#education .news-list__item .news-meta__cate.--group,
#disaster-nursing .news-list__item .news-meta__cate.--group {
  background: #A44BD5;
  border-color: #A44BD5;
}
#nursecenter .news-list__item .news-meta__cate.--group:hover,
#education .news-list__item .news-meta__cate.--group:hover,
#disaster-nursing .news-list__item .news-meta__cate.--group:hover {
  color: #A44BD5;
}
#nursecenter .news-list__item .news-meta__cate.--other,
#education .news-list__item .news-meta__cate.--other,
#disaster-nursing .news-list__item .news-meta__cate.--other {
  background: #999999;
  border-color: #999999;
}
#nursecenter .news-list__item .news-meta__cate.--other:hover,
#education .news-list__item .news-meta__cate.--other:hover,
#disaster-nursing .news-list__item .news-meta__cate.--other:hover {
  color: #999999;
}
#nursecenter .news-list__item .news-meta__cate:hover,
#education .news-list__item .news-meta__cate:hover,
#disaster-nursing .news-list__item .news-meta__cate:hover {
  background: #ffffff;
}
#nursecenter .news-list__item .news-ttl,
#education .news-list__item .news-ttl,
#disaster-nursing .news-list__item .news-ttl {
  width: calc(100% - 266px);
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #nursecenter .news-list__item .news-ttl,
  #education .news-list__item .news-ttl,
  #disaster-nursing .news-list__item .news-ttl {
    width: 100%;
  }
}
#nursecenter .news-list__item .news-ttl a,
#education .news-list__item .news-ttl a,
#disaster-nursing .news-list__item .news-ttl a {
  position: relative;
  padding: 3px 52px 3px 0;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #282A2B;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #nursecenter .news-list__item .news-ttl a,
  #education .news-list__item .news-ttl a,
  #disaster-nursing .news-list__item .news-ttl a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
#nursecenter .news-list__item .news-ttl a::before,
#education .news-list__item .news-ttl a::before,
#disaster-nursing .news-list__item .news-ttl a::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: dashed 1px rgba(30, 144, 255, 0.48);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#nursecenter .news-list__item .news-ttl a::after,
#education .news-list__item .news-ttl a::after,
#disaster-nursing .news-list__item .news-ttl a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  translate: 0 -50%;
  content: "";
  width: 14px;
  height: 12px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #1E90FF;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#nursecenter .news-list__item .news-ttl a:hover,
#education .news-list__item .news-ttl a:hover,
#disaster-nursing .news-list__item .news-ttl a:hover {
  translate: 4px 0;
}
#nursecenter .news-list__item .news-ttl a span,
#education .news-list__item .news-ttl a span,
#disaster-nursing .news-list__item .news-ttl a span {
  display: inline-block;
  margin-right: 6px;
  color: #E24400;
}
#nursecenter .news-list .news-nothing,
#education .news-list .news-nothing,
#disaster-nursing .news-list .news-nothing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border: solid 1px rgba(30, 144, 255, 0.24);
  border-radius: 2px;
  min-height: 160px;
}
@media screen and (max-width: 959px) {
  #nursecenter .news-list .news-nothing,
  #education .news-list .news-nothing,
  #disaster-nursing .news-list .news-nothing {
    min-height: none;
  }
}
/*# sourceMappingURL=../../maps/common/main.css.map */
