@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: #324152;
  -webkit-animation: BodyfadeIn 1s ease 0s 1 normal;
  animation: BodyfadeIn 1s ease 0s 1 normal;
}

html {
  font-size: 62.5%;
}

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

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

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

a:hover {
  color: #324152;
}

a:active {
  color: #324152;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes BodyfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes BodyfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
  animation-name: slideTextX100;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
  animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.header-unit {
  position: absolute;
  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;
  width: 100%;
  padding: 0 40px 0 0;
  z-index: 9999;
}

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

@media screen and (max-width: 960px) {
  .header-unit {
    padding: 0;
  }
}

.sitettl {
  grid-area: sitettl;
  font-size: 1.1rem;
}

.header-logo {
  position: relative;
  width: 100%;
  max-width: 352px;
  height: 164px;
  background: #22ACD5;
  border-top: 3px solid #22ACD5;
  border-radius: 0 0 6px 0;
  padding: 48px 28px;
  z-index: 9998;
}

@media screen and (max-width: 1350px) {
  .header-logo {
    max-width: 300px;
    padding: 54px 20px;
  }
}

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

@media screen and (max-width: 960px) {
  .header-logo {
    height: 120px;
    padding: 30px 16px;
  }
}

@media screen and (max-width: 768px) {
  .header-logo {
    max-width: 250px;
    height: 86px;
    padding: 18px 12px;
  }
}

.header-logo::before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "";
  background: url("https://www.sawada-day.jp/wp-content/themes/itreat_base/dist/img/common/logo-dec.svg") no-repeat;
  background-size: contain;
  width: 98px;
  height: 52px;
}

.header-logo a {
  position: relative;
  z-index: 100;
}

.header-logo img {
  position: relative;
  border-radius: 0;
  z-index: 10;
}

.header-dtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin: 0 0 10px;
  padding: 24px 0 0;
}

@media screen and (max-width: 1280px) {
  .header-dtl {
    gap: 16px;
    margin: 0 0 6px;
    padding: 8px 0 0;
  }
}

@media screen and (max-width: 960px) {
  .header-dtl {
    padding: 0;
  }
}

.header-dtl .header-hotline a,
.header-dtl .drawer-hotline a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  font-size: 3.4rem;
  color: #22ACD5;
  letter-spacing: 0.08em;
  line-height: 1;
}

@media screen and (max-width: 1280px) {
  .header-dtl .header-hotline a,
  .header-dtl .drawer-hotline a {
    font-size: 2.8rem;
  }
}

.header-dtl .header-hotline a svg,
.header-dtl .drawer-hotline a svg {
  width: 20px;
  height: 25px;
  fill: #22ACD5;
}

@media screen and (max-width: 1280px) {
  .header-dtl .header-hotline a svg,
  .header-dtl .drawer-hotline a svg {
    width: 16px;
    height: 21px;
  }
}

.header-dtl .header-hotline p,
.header-dtl .drawer-hotline p {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1280px) {
  .header-dtl .header-hotline p,
  .header-dtl .drawer-hotline p {
    font-size: 1.2rem;
  }
}

.header-dtl .drawer-hotline {
  position: absolute;
  bottom: 0;
  left: 50%;
  text-align: center;
  width: 100%;
  padding: 8px 0;
  background: #22ACD5;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-dtl .drawer-hotline a {
  color: #ffffff;
}

.header-dtl .drawer-hotline a svg {
  fill: #ffffff;
}

.header-dtl .drawer-hotline p {
  color: #ffffff;
}

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

.header-dtl .btn-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

@media screen and (max-width: 960px) {
  .header-dtl .btn-unit {
    padding: 24px 98px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .header-dtl .btn-unit .header-btn {
    display: none;
  }
}

.header-dtl .btn-unit .header-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 8px 24px 8px 8px;
  width: 100%;
  min-width: 168px;
  height: 48px;
  color: #fda722;
  background: #FFF6E0;
  border-radius: 6px;
  -webkit-font-feature-settings: "palt";
}

@media screen and (max-width: 1280px) {
  .header-dtl .btn-unit .header-btn a {
    padding: 6px 16px 6px 6px;
    height: 40px;
  }
}

.header-dtl .btn-unit .header-btn a:hover {
  background: #fda722;
  color: #ffffff;
}

.header-dtl .btn-unit .header-btn a:hover img {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.header-dtl .btn-unit .header-btn a img {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 1280px) {
  .header-dtl .btn-unit .header-btn a img {
    width: 28px;
    height: 28px;
  }
}

.header-dtl .btn-unit .header-btn a span {
  margin: 0 -20px;
}

.header-dtl .btn-unit .header-btn:nth-child(2) a {
  color: #22ACD5;
  background: #e0f4fa;
}

.header-dtl .btn-unit .header-btn:nth-child(2) a:hover {
  background: #22ACD5;
  color: #ffffff;
}

@media screen and (max-width: 960px) {
  .global-nav {
    display: none;
  }
}

.global-nav .global-nav-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

@media screen and (max-width: 1406px) {
  .global-nav .global-nav-list {
    gap: 2px 10px;
  }
}

@media screen and (max-width: 1280px) {
  .global-nav .global-nav-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 554px;
    margin: 0 0 0 auto;
  }
}

.global-nav .global-nav-list__item .nav-item {
  position: relative;
  display: block;
  padding-left: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1280px) {
  .global-nav .global-nav-list__item .nav-item {
    font-size: 1.5rem;
  }
}

.global-nav .global-nav-list__item .nav-item::before {
  position: absolute;
  top: calc( 50% - 8px);
  left: 0;
  content: "";
  background: url("https://www.sawada-day.jp/wp-content/themes/itreat_base/dist/img/common/gnav-dec.svg") no-repeat;
  background-size: contain;
  width: 19px;
  height: 17px;
}

.global-nav .global-nav-list__item .nav-item span {
  position: relative;
  display: block;
  color: #22ACD5;
  font-size: 1.2rem;
  line-height: 0.8;
}

.global-nav .global-nav-list__item .nav-item svg {
  fill: #22ACD5;
  width: 8px;
  height: 5px;
  margin: 0 0 3px 6px;
  -webkit-transition: .3 ease-out;
  transition: .3 ease-out;
}

.global-nav .global-nav-list__item .nav-item:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  opacity: .7;
}

.global-nav .global-nav-list__item .nav-item:hover svg {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.global-nav .global-nav-list__item:not(:last-child) .nav-item {
  padding-right: 16px;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 1406px) {
  .global-nav .global-nav-list__item:not(:last-child) .nav-item {
    padding-right: 10px;
  }
}

.global-nav .global-nav-list__item:not(:last-child) .nav-item::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 1px;
  height: 20px;
  background: rgba(50, 65, 82, 0.2);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1280px) {
  .global-nav .global-nav-list__item:first-child {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media screen and (max-width: 1280px) {
  .global-nav .global-nav-list__item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 1280px) {
  .global-nav .global-nav-list__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (max-width: 1280px) {
  .global-nav .global-nav-list__item:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .global-nav .global-nav-list__item:nth-child(4) .nav-item::after {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .global-nav .global-nav-list__item:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

@media screen and (max-width: 1280px) {
  .global-nav .global-nav-list__item:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}

.global-nav .global-nav-list__item .sub-nav {
  visibility: hidden;
  width: 100%;
  position: absolute;
  top: 36px;
  padding: 36px 0 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  z-index: 100;
}

@media screen and (max-width: 1280px) {
  .global-nav .global-nav-list__item .sub-nav {
    padding: 64px 0 0;
  }
}

.global-nav .global-nav-list__item .sub-nav .sub-nav-inner {
  width: 420px;
  padding: 24px;
  border-radius: 4px;
  background: #ffffff;
}

@media screen and (max-width: 1280px) {
  .global-nav .global-nav-list__item .sub-nav .sub-nav-inner {
    width: 380px;
    padding: 16px;
  }
}

.global-nav .global-nav-list__item .sub-nav .sub-nav-inner .sub-nav-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
  gap: 8px 16px;
}

.global-nav .global-nav-list__item .sub-nav .sub-nav-inner .sub-nav-list__item {
  position: relative;
  padding: 0 0 6px 0;
  border-bottom: solid 1px rgba(50, 65, 82, 0.2);
  line-height: 1.4;
}

@media screen and (max-width: 1280px) {
  .global-nav .global-nav-list__item .sub-nav .sub-nav-inner .sub-nav-list__item {
    font-size: 1.5rem;
  }
}

.global-nav .global-nav-list__item .sub-nav .sub-nav-inner .sub-nav-list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-nav .global-nav-list__item .sub-nav .sub-nav-inner .sub-nav-list__item a:hover {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
  opacity: .7;
}

.global-nav .global-nav-list__item .sub-nav .sub-nav-inner .sub-nav-list__item a svg {
  width: 30px;
  height: 24px;
  fill: #324152;
  margin: 0 8px 0 0;
}

@media screen and (max-width: 1280px) {
  .global-nav .global-nav-list__item .sub-nav .sub-nav-inner .sub-nav-list__item a svg {
    width: 26px;
    height: 20px;
  }
}

.global-nav .global-nav-list__item .sub-nav .sub-nav-inner .sub-nav-list__item a .ico-arrow {
  position: absolute;
  right: 0;
  width: 12px;
  height: 5px;
  fill: #22ACD5;
  margin: 0 0 0 8px;
}

.global-nav .global-nav-list__item:hover .sub-nav {
  visibility: visible;
  opacity: 1;
}

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

@media screen and (max-width: 960px) {
  .drawer {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
  }
}

.drawer.is-active {
  -webkit-box-shadow: 0 2px 4px rgba(67, 64, 62, 0.16);
  box-shadow: 0 2px 4px rgba(67, 64, 62, 0.16);
}

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

.drawer-hamburger {
  display: none;
  position: relative;
  z-index: 9998;
  width: 90px;
  height: 90px;
  background: #ffffff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
}

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

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

.drawer-hamburger .hamburger-line {
  display: block;
  position: absolute;
  top: calc( 50% - 4px);
  left: calc( 50% - 4px);
  width: 32px;
  height: 2px;
  background: #22ACD5;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

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

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

.drawer-hamburger .hamburger-txt {
  position: absolute;
  left: calc( 50% - 4px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 18px;
  width: 100%;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  color: #22ACD5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.drawer-hamburger .hamburger-txt.switch-on {
  display: none;
}

@media screen and (max-width: 768px) {
  .drawer-hamburger .hamburger-txt {
    bottom: 8px;
  }
}

.drawer-hamburger:hover {
  opacity: .8;
}

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

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

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

.drawer-hamburger.--active .hamburger-txt {
  color: #22ACD5;
}

.drawer-hamburger.--active .hamburger-txt.switch-off {
  display: none;
}

.drawer-hamburger.--active .hamburger-txt.hamburger-txt.switch-on {
  display: block;
}

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

.drawer-overlay.--active {
  visibility: visible;
}

.drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  padding: 0 0 96px;
  background: #ffffff;
  width: 100%;
  height: 100%;
  padding: 140px 40px 0;
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9997;
}

@media screen and (max-width: 768px) {
  .drawer-content {
    padding: 100px 20px 0;
  }
}

.drawer-content.--active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: initial;
}

.drawer-content .drawer-content-inner {
  position: relative;
}

.drawer-content .drawer-content-inner .header-logo {
  position: absolute;
  top: -140px;
  left: -40px;
}

@media screen and (max-width: 768px) {
  .drawer-content .drawer-content-inner .header-logo {
    top: -100px;
    left: -20px;
  }
}

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

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

.drawer-content .drawer-menu-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 8px 0;
  border-bottom: solid 1px #22ACD5;
}

@media screen and (max-width: 960px) {
  .drawer-content .drawer-menu-list__item a {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  .drawer-content .drawer-menu-list__item a {
    padding: 12px 0;
  }
}

@media screen and (max-width: 520px) {
  .drawer-content .drawer-menu-list__item a {
    font-size: 1.5rem;
  }
}

.drawer-content .drawer-menu-list__item a svg {
  width: 24px;
  height: 24px;
}

.drawer-content .drawer-menu-list__item a svg.ico-menu {
  width: 20px;
  height: 20px;
}

.drawer-content .drawer-menu-list__item a .btn-arrow {
  width: 5px;
  height: 7px;
  fill: #22ACD5;
}

.drawer-content .drawer-menu-list__item .sub-drawer-list {
  padding: 4px 0;
}

@media screen and (max-width: 768px) {
  .drawer-content .drawer-menu-list__item .sub-drawer-list {
    padding: 8px 0;
  }
}

.drawer-content .drawer-menu-list__item .sub-drawer-list__item a {
  padding: 4px 0;
  font-size: 1.5rem;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .drawer-content .drawer-menu-list__item .sub-drawer-list__item a {
    padding: 8px 0;
  }
}

.drawer-content .drawer-menu__item a {
  display: block;
  position: relative;
  height: 60px;
  padding: 0 10px;
  border-bottom: dashed 1px #ffffff;
  line-height: 60px;
}

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

@media screen and (max-width: 768px) {
  .drawer-content .drawer-menu-btn {
    gap: 12px;
  }
}

@media screen and (max-width: 520px) {
  .drawer-content .drawer-menu-btn {
    gap: 8px;
    grid-template-columns: 1fr;
  }
}

.drawer-content .drawer-menu-btn .btn a {
  position: relative;
  width: 100%;
  height: 56px;
  background: #22ACD5;
  color: #ffffff;
}

@media screen and (max-width: 960px) {
  .drawer-content .drawer-menu-btn .btn a {
    height: 48px;
  }
}

.drawer-content .drawer-menu-btn .btn a span {
  position: absolute;
  right: 10px;
  background: #ffffff;
}

.drawer-content .drawer-menu-btn .btn a span svg {
  fill: #22ACD5;
}

.drawer-content .drawer-menu-btn .btn a:hover {
  background: #ffffff;
  color: #22ACD5;
}

.drawer-content .drawer-menu-btn .btn a:hover span {
  background: #22ACD5;
}

.drawer-content .drawer-menu-btn .btn a:hover span svg {
  fill: #ffffff;
}

.float-menu {
  display: none;
  bottom: 0;
  grid-template-columns: repeat(2, 1fr);
  position: fixed;
  width: 100%;
  z-index: 9995;
  height: 48px;
  border-top: solid 1px #ffffff;
}

@media screen and (max-width: 768px) {
  .float-menu {
    display: grid;
  }
}

.float-menu__item {
  width: 100%;
  height: 48px;
}

.float-menu__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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: linear-gradient(45deg, #22ACD5 0%, #21D899 100%);
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial;
}

.float-menu__item a svg {
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  fill: #ffffff;
}

.float-menu__item--form a {
  background: linear-gradient(45deg, #FF8829 0%, #FCBD1D 100%);
}

.float-menu__item--form a span {
  margin: 0 -3px;
}

.footer {
  position: relative;
  padding: 56px 0 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px rgba(147, 147, 147, 0.16);
  box-shadow: 0 0 4px rgba(147, 147, 147, 0.16);
}

@media screen and (max-width: 960px) {
  .footer {
    padding: 40px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 28px 0 0;
  }
}

.footer::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("https://www.sawada-day.jp/wp-content/themes/itreat_base/dist/img/common/footer-dec.svg") no-repeat;
  background-size: contain;
  width: 223px;
  height: 203px;
}

@media screen and (max-width: 960px) {
  .footer::before {
    width: 180px;
    height: 164px;
  }
}

@media screen and (max-width: 768px) {
  .footer::before {
    width: 150px;
    height: 138px;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 64px;
  margin: 0 auto 56px;
}

@media screen and (max-width: 1280px) {
  .footer-nav {
    gap: 48px;
  }
}

@media screen and (max-width: 1024px) {
  .footer-nav {
    gap: 30px;
  }
}

@media screen and (max-width: 960px) {
  .footer-nav {
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 768px) {
  .footer-nav {
    margin: 0 auto 28px;
  }
}

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

.footer-nav .footer-nav-list__item {
  display: grid;
  gap: 6px;
}

.footer-nav .footer-nav-list__item .nav-item {
  position: relative;
  color: #22ACD5;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .footer-nav .footer-nav-list__item .nav-item {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 520px) {
  .footer-nav .footer-nav-list__item .nav-item {
    border-bottom: solid 1px #22ACD5;
    padding: 0 0 8px;
  }
}

.footer-nav .footer-nav-list__item .nav-item:hover {
  opacity: .7;
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}

.footer-nav .footer-nav-list__item .footer-nav-sublist {
  display: grid;
  gap: 8px;
}

@media screen and (max-width: 520px) {
  .footer-nav .footer-nav-list__item .footer-nav-sublist {
    gap: 6px;
    padding: 4px 0 0;
  }
}

.footer-nav .footer-nav-list__item .footer-nav-sublist__item {
  position: relative;
  padding-left: 24px;
}

@media screen and (max-width: 520px) {
  .footer-nav .footer-nav-list__item .footer-nav-sublist__item {
    padding-left: 20px;
  }
}

.footer-nav .footer-nav-list__item .footer-nav-sublist__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 16px;
  height: 1px;
  background: #324152;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 520px) {
  .footer-nav .footer-nav-list__item .footer-nav-sublist__item::before {
    width: 12px;
  }
}

.footer-nav .footer-nav-list__item .footer-nav-sublist__item a {
  display: block;
}

.footer-nav .footer-nav-list__item .footer-nav-sublist__item a:hover {
  opacity: .7;
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}

.footer-nav .footer-nav-col .footer-nav-list {
  display: grid;
  gap: 20px;
}

@media screen and (max-width: 520px) {
  .footer-nav .footer-nav-col .footer-nav-list {
    gap: 12px;
  }
}

.footer-nav .footer-nav-col .footer-nav-list__item .nav-item {
  padding-right: 48px;
}

@media screen and (max-width: 768px) {
  .footer-nav .footer-nav-col .footer-nav-list__item .nav-item {
    padding-right: 32px;
  }
}

@media screen and (max-width: 520px) {
  .footer-nav .footer-nav-col .footer-nav-list__item .nav-item {
    padding-right: 0;
  }
}

.footer-nav .footer-nav-col .footer-nav-list__item .nav-item::before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background: #22ACD5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .footer-nav .footer-nav-col .footer-nav-list__item .nav-item::before {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 520px) {
  .footer-nav .footer-nav-col .footer-nav-list__item .nav-item::before {
    top: calc( 50% - 6px);
  }
}

.footer-nav .footer-nav-col .footer-nav-list__item .nav-item svg {
  position: absolute;
  top: calc( 50% - 1px);
  right: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 5px;
  fill: #ffffff;
}

@media screen and (max-width: 768px) {
  .footer-nav .footer-nav-col .footer-nav-list__item .nav-item svg {
    width: 10px;
    height: 4px;
  }
}

@media screen and (max-width: 520px) {
  .footer-nav .footer-nav-col .footer-nav-list__item .nav-item svg {
    top: calc( 50% - 6px);
  }
}

.footer-nav .footer-nav-col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 960px) {
  .footer-nav .footer-nav-col:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .footer-nav .footer-nav-col:last-child {
    gap: 16px;
    padding: 8px 0 0;
  }
}

@media screen and (max-width: 520px) {
  .footer-nav .footer-nav-col:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    padding: 16px 0 0;
  }
}

.footer-nav .footer-btn {
  position: relative;
  padding: 26px 6px 6px;
  background: #FFF6E0;
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .footer-nav .footer-btn {
    width: 206px;
  }
}

@media screen and (max-width: 768px) {
  .footer-nav .footer-btn {
    padding: 20px 6px 6px;
  }
}

.footer-nav .footer-btn::before {
  position: absolute;
  top: -26px;
  left: 50%;
  content: "";
  background: url("https://www.sawada-day.jp/wp-content/themes/itreat_base/dist/img/common/btn-form.svg") no-repeat;
  background-size: contain;
  width: 95px;
  height: 54px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 768px) {
  .footer-nav .footer-btn::before {
    top: -28px;
    width: 90px;
    height: 50px;
  }
}

.footer-nav .footer-btn span {
  position: relative;
  display: block;
  text-align: center;
  padding: 5px 24px;
  background: #ffffff;
  border-radius: 0 0 6px 6px;
  color: #FCBD1D;
  font-weight: bold;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .footer-nav .footer-btn span {
    padding: 3px 24px;
  }
}

.footer-nav .footer-btn:nth-child(2) {
  background: #e4f6fc;
}

.footer-nav .footer-btn:nth-child(2)::before {
  background-image: url("https://www.sawada-day.jp/wp-content/themes/itreat_base/dist/img/common/btn-recruit.svg");
}

.footer-nav .footer-btn:nth-child(2) span {
  color: #22ACD5;
}

.footer-nav .footer-btn:hover {
  opacity: .7;
}

.footer-nav .footer-btn:hover::before {
  top: -28px;
}

@media screen and (max-width: 768px) {
  .footer-nav .footer-btn:hover::before {
    top: -30px;
  }
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 48px 112px;
  background: #22ACD5;
}

@media screen and (max-width: 1280px) {
  .footer-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 960px) {
  .footer-bottom {
    padding: 40px 24px;
  }
}

@media screen and (max-width: 768px) {
  .footer-bottom {
    padding: 32px 16px 8px;
  }
}

.footer-bottom .footer-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

@media screen and (max-width: 1280px) {
  .footer-bottom .footer-primary {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .footer-bottom .footer-primary {
    gap: 16px;
    margin: 0 auto 24px;
  }
}

.footer-bottom .footer-primary .footer-logo {
  width: 700px;
}

@media screen and (max-width: 1280px) {
  .footer-bottom .footer-primary .footer-logo {
    width: 100%;
    max-width: 340px;
  }
}

@media screen and (max-width: 960px) {
  .footer-bottom .footer-primary .footer-logo {
    max-width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .footer-bottom .footer-primary .footer-logo {
    max-width: 280px;
  }
}

.footer-bottom .footer-primary .footer-hotline {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .footer-bottom .footer-primary .footer-hotline {
    width: auto;
  }
}

.footer-bottom .footer-primary .footer-hotline p {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .footer-bottom .footer-primary .footer-hotline p {
    font-size: 1.3rem;
  }
}

.footer-bottom .footer-primary .footer-hotline .tel {
  position: relative;
  padding: 0 0 0 24px;
  color: #ffffff;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 960px) {
  .footer-bottom .footer-primary .footer-hotline .tel {
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 768px) {
  .footer-bottom .footer-primary .footer-hotline .tel {
    adding: 0 0 0 20px;
    font-size: 2.4rem;
    letter-spacing: 0.03em;
  }
}

.footer-bottom .footer-primary .footer-hotline .tel svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #ffffff;
}

@media screen and (max-width: 768px) {
  .footer-bottom .footer-primary .footer-hotline .tel svg {
    width: 18px;
    height: 18px;
    top: calc( 50% + 1px);
  }
}

.footer-secondary {
  width: 100%;
  max-width: 214px;
}

@media screen and (max-width: 1280px) {
  .footer-secondary {
    width: auto;
    max-width: none;
  }
}

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

.footer-secondary .secondary-list {
  position: relative;
  padding: 0 0 0 32px;
}

@media screen and (max-width: 768px) {
  .footer-secondary .secondary-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0;
  }
}

.footer-secondary .secondary-list::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 1px;
  height: 56px;
  background: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .footer-secondary .secondary-list::before {
    display: none;
  }
}

.footer-secondary .secondary-list__item {
  display: grid;
  gap: 6px;
}

.footer-secondary .secondary-list__item a {
  color: #ffffff;
}

.float-bnr {
  right: 48px;
  bottom: 30px;
  z-index: 9997;
}

@media screen and (max-width: 960px) {
  .float-bnr {
    right: 32px;
    width: 130px;
  }
}

@media screen and (max-width: 768px) {
  .float-bnr {
    display: none !important;
  }
}

.float-bnr a {
  position: relative;
}

.float-bnr a::before {
  position: absolute;
  right: -14px;
  bottom: 26px;
  content: "";
  width: 32px;
  height: 32px;
  background: #FCBD1D;
  border-radius: 4px;
  border: solid 3px #ffffff;
}

.float-bnr a svg {
  position: absolute;
  right: -4px;
  bottom: 40px;
  width: 12px;
  height: 5px;
  fill: #ffffff;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.float-bnr a:hover {
  opacity: .7;
}

.float-bnr a:hover::before {
  background: #ffffff;
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}

.float-bnr a:hover svg {
  fill: #FCBD1D;
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}

.copy {
  font-size: 1.3rem;
  text-align: center;
  padding: 2px 4px;
}

@media screen and (max-width: 768px) {
  .copy {
    padding: 2px 4px 48px;
    font-size: 1.1rem;
  }
}

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

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

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

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

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

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

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

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

.lower-page {
  padding-bottom: 160px;
}

@media screen and (max-width: 960px) {
  .lower-page {
    padding-bottom: 138px;
  }
}

@media screen and (max-width: 768px) {
  .lower-page {
    padding-bottom: 64px;
  }
}

.lower-page .hero {
  overflow: hidden;
  margin-bottom: calc(8px * 2);
  padding: 140px 0 0;
}

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

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

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

@media screen and (max-width: 960px) {
  .lower-page .hero {
    padding: 100px 0 0 24px;
  }
}

@media screen and (max-width: 768px) {
  .lower-page .hero {
    padding: 78px 0 0 16px;
  }
}

.lower-page .hero .hero-inner {
  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;
  margin: 0 0 0 auto;
  width: calc( 100% - 78px);
  height: 300px;
  background: linear-gradient(45deg, #eff9fc, #f6fdfA);
  border-radius: 6px;
}

@media screen and (max-width: 1280px) {
  .lower-page .hero .hero-inner {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .lower-page .hero .hero-inner {
    height: 240px;
  }
}

@media screen and (max-width: 768px) {
  .lower-page .hero .hero-inner {
    height: 180px;
  }
}

.lower-page .hero .hero-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: url("https://www.sawada-day.jp/wp-content/themes/itreat_base/dist/img/common/hero-bg.svg") no-repeat;
  background-size: contain;
  width: 930px;
  height: 300px;
}

@media screen and (max-width: 1024px) {
  .lower-page .hero .hero-inner::before {
    right: -300px;
  }
}

@media screen and (max-width: 960px) {
  .lower-page .hero .hero-inner::before {
    width: 760px;
    height: 240px;
  }
}

@media screen and (max-width: 768px) {
  .lower-page .hero .hero-inner::before {
    right: -180px;
    width: 560px;
    height: 180px;
  }
}

@media screen and (max-width: 520px) {
  .lower-page .hero .hero-inner::before {
    right: -270px;
  }
}

.lower-page .hero .hero-inner .pagettl {
  padding-left: 80px;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .lower-page .hero .hero-inner .pagettl {
    padding-left: 56px;
  }
}

@media screen and (max-width: 768px) {
  .lower-page .hero .hero-inner .pagettl {
    padding-left: 32px;
  }
}

.lower-page .hero .hero-inner .pagettl__sub {
  background: -webkit-gradient(linear, left top, left bottom, from(#21D899), to(#22ACD5));
  background: linear-gradient(top, #21D899 0%, #22ACD5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6.4rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  line-height: 1.2;
}

@media screen and (max-width: 960px) {
  .lower-page .hero .hero-inner .pagettl__sub {
    font-size: 4.8rem;
    letter-spacing: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .lower-page .hero .hero-inner .pagettl__sub {
    font-size: 3.6rem;
    letter-spacing: 0.3rem;
  }
}

.lower-page .hero .hero-inner .pagettl__main {
  position: relative;
  padding-left: 30px;
  color: #324152;
  font-size: 2rem;
  font-weight: bold;
}

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

.lower-page .hero .hero-inner .pagettl__main::before {
  position: absolute;
  top: calc( 50% - 8px);
  left: 0;
  content: "";
  background: url("https://www.sawada-day.jp/wp-content/themes/itreat_base/dist/img/common/gnav-dec.svg") no-repeat;
  background-size: contain;
  width: 19px;
  height: 17px;
}

.breadcrumb {
  margin: 0 0 0 auto;
  width: calc( 100% - 78px);
  margin-bottom: calc(8px * 8);
}

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

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

@media screen and (max-width: 1280px) {
  .breadcrumb {
    width: 100%;
    padding-left: 32px;
  }
}

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

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

.breadcrumb__item {
  display: inline;
}

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

.breadcrumb__item:not(:nth-last-of-type(1))::after {
  content: '>';
  padding: 0 16px 0 20px;
  color: rgba(50, 65, 82, 0.2);
}

.breadcrumb__item a {
  text-decoration: underline;
}

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

.headline {
  text-align: center;
  margin-bottom: calc(8px * 5);
}

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

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

.headline__sub {
  color: #ff8383;
  background: -webkit-gradient(linear, left top, left bottom, from(#21D899), to(#22ACD5));
  background: linear-gradient(top, #21D899 0%, #22ACD5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 1.2;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 960px) {
  .headline__sub {
    font-size: 3.8rem;
    letter-spacing: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .headline__sub {
    font-size: 3rem;
    letter-spacing: 0.3rem;
  }
}

.headline__main {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
}

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

.headline__main::before, .headline__main::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 18px;
  height: 9px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.headline__main::before {
  left: -28px;
  background: url("https://www.sawada-day.jp/wp-content/themes/itreat_base/dist/img/top/headline-dec-l.svg") no-repeat;
  background-size: contain;
}

.headline__main::after {
  right: -28px;
  background: url("https://www.sawada-day.jp/wp-content/themes/itreat_base/dist/img/top/headline-dec-r.svg") no-repeat;
  background-size: contain;
}

.ttl-l {
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 20px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .ttl-l {
    margin-bottom: 22px;
    padding-bottom: 15px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .ttl-l {
    margin-bottom: 14px;
    padding-bottom: 10px;
    font-size: 2.4rem;
  }
}

.ttl-l::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: calc( 100% - 28px);
  height: 1px;
  background: rgba(50, 65, 82, 0.2);
}

.ttl-l::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  content: "";
  width: 25px;
  height: 15px;
  background: url("https://www.sawada-day.jp/wp-content/themes/itreat_base/dist/img/top/headline-dec-r.svg") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .ttl-l::after {
    bottom: -3px;
    width: 20px;
    height: 10px;
  }
}

.ttl-l span {
  margin-left: 12px;
  color: #22ACD5;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 960px) {
  .ttl-l span {
    font-size: 2rem;
    letter-spacing: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .ttl-l span {
    font-size: 1.7rem;
    letter-spacing: 0.3rem;
  }
}

.ttl-m {
  text-align: center;
  margin-bottom: calc(8px * 3);
  font-size: 2.6rem;
  font-weight: bold;
}

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

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

@media screen and (max-width: 960px) {
  .ttl-m {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 768px) {
  .ttl-m {
    text-align: left;
    font-size: 2rem;
  }
}

.ttl-m span {
  position: relative;
  padding: 0 24px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .ttl-m span {
    padding: 0 0 0 20px;
  }
}

.ttl-m span::before, .ttl-m span::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 3px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .ttl-m span::before, .ttl-m span::after {
    height: 32px;
  }
}

.ttl-m span::before {
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#22ACD5), to(#21D899));
  background: linear-gradient(#22ACD5, #21D899);
}

.ttl-m span::after {
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FCBD1D), to(#FF8829));
  background: linear-gradient(#FCBD1D, #FF8829);
}

@media screen and (max-width: 768px) {
  .ttl-m span::after {
    right: auto;
    left: 8px;
  }
}

.ttl-s {
  position: relative;
  margin-bottom: 6px;
  padding: 0 0 6px 24px;
  border-bottom: solid 1px rgba(50, 65, 82, 0.2);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .ttl-s {
    margin-bottom: 4px;
    padding: 0 0 3px 24px;
    font-size: 1.7rem;
  }
}

.ttl-s::before {
  position: absolute;
  top: calc( 50% - 11px);
  left: 0;
  content: "";
  background: url("https://www.sawada-day.jp/wp-content/themes/itreat_base/dist/img/common/gnav-dec.svg") no-repeat;
  background-size: contain;
  width: 19px;
  height: 17px;
}

@media screen and (max-width: 768px) {
  .ttl-s::before {
    top: calc( 50% - 9px);
    width: 17px;
    height: 15px;
  }
}

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

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

.link-txt {
  text-decoration: underline;
  color: #22ACD5;
}

.link-txt:hover {
  text-decoration: none;
  color: #22ACD5;
}

.note-txt {
  margin-left: 1em;
  font-size: 1.5rem;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .note-txt {
    font-size: 1.3rem;
  }
}

.note-txt::before {
  content: '※';
  color: #ff8383;
}

.underline {
  padding: 0 0 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #ffffff), color-stop(55%, #e7f7fc), color-stop(90%, #e7f7fc), color-stop(90%, #ffffff)) no-repeat;
  background: linear-gradient(#ffffff 55%, #e7f7fc 55%, #e7f7fc 90%, #ffffff 90%) no-repeat;
  font-weight: bold;
}

.fc-pnk {
  color: #ff8383;
}

.fc-d-pnk {
  color: #f86c7f;
}

.fc-l-pnk {
  color: #ffbebe;
}

.fc-b1-pnk {
  color: #fef3f3;
}

.fc-b2-pnk {
  color: #fefcfc;
}

.fc-blu {
  color: #22ACD5;
}

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

.fc-b1-blu {
  color: #DDEFFF;
}

.fc-grn {
  color: #21D899;
}

.fc-l-grn {
  color: #8ECB2C;
}

.fc-b-blu {
  color: #eff9fc;
}

.fc-b-grn {
  color: #f6fdfA;
}

.fc-orn {
  color: #FF8829;
}

.fc-yel {
  color: #FCBD1D;
}

.fc-blk {
  color: #324152;
}

.fc-wht {
  color: #ffffff;
}

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

.fc-gry {
  color: #C9C9C9;
}

.fc-d-gry {
  color: #9F9F9F;
}

.list__item {
  position: relative;
  background: none;
  padding: 0 0 0 14px;
  list-style-type: none;
}

.list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 4px;
}

.list__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #22ACD5;
  border-radius: 50%;
}

.list__item:nth-child(even)::before {
  background: #FCBD1D;
}

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

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

.btn--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn--right a {
  gap: 60px;
}

.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px 10px 24px;
  height: 50px;
  border: solid 1px #22ACD5;
  border-radius: 6px;
  line-height: 1.4;
  gap: 24px;
  letter-spacing: .08em;
}

@media screen and (max-width: 768px) {
  .btn a {
    padding: 6px 6px 6px 16px;
    height: 40px;
    gap: 16px;
  }
}

.btn a.bc-pnk {
  background: #ff8383;
}

.btn a.bc-pnk:hover {
  background: #ffffff;
  color: #ff8383;
}

.btn a.bc-d-pnk {
  background: #f86c7f;
}

.btn a.bc-d-pnk:hover {
  background: #ffffff;
  color: #f86c7f;
}

.btn a.bc-l-pnk {
  background: #ffbebe;
}

.btn a.bc-l-pnk:hover {
  background: #ffffff;
  color: #ffbebe;
}

.btn a.bc-b1-pnk {
  background: #fef3f3;
}

.btn a.bc-b1-pnk:hover {
  background: #ffffff;
  color: #fef3f3;
}

.btn a.bc-b2-pnk {
  background: #fefcfc;
}

.btn a.bc-b2-pnk:hover {
  background: #ffffff;
  color: #fefcfc;
}

.btn a.bc-blu {
  background: #22ACD5;
}

.btn a.bc-blu:hover {
  background: #ffffff;
  color: #22ACD5;
}

.btn a.bc-l-blu {
  background: #e4f6fc;
}

.btn a.bc-l-blu:hover {
  background: #ffffff;
  color: #e4f6fc;
}

.btn a.bc-b1-blu {
  background: #DDEFFF;
}

.btn a.bc-b1-blu:hover {
  background: #ffffff;
  color: #DDEFFF;
}

.btn a.bc-grn {
  background: #21D899;
}

.btn a.bc-grn:hover {
  background: #ffffff;
  color: #21D899;
}

.btn a.bc-l-grn {
  background: #8ECB2C;
}

.btn a.bc-l-grn:hover {
  background: #ffffff;
  color: #8ECB2C;
}

.btn a.bc-b-blu {
  background: #eff9fc;
}

.btn a.bc-b-blu:hover {
  background: #ffffff;
  color: #eff9fc;
}

.btn a.bc-b-grn {
  background: #f6fdfA;
}

.btn a.bc-b-grn:hover {
  background: #ffffff;
  color: #f6fdfA;
}

.btn a.bc-orn {
  background: #FF8829;
}

.btn a.bc-orn:hover {
  background: #ffffff;
  color: #FF8829;
}

.btn a.bc-yel {
  background: #FCBD1D;
}

.btn a.bc-yel:hover {
  background: #ffffff;
  color: #FCBD1D;
}

.btn a.bc-blk {
  background: #324152;
}

.btn a.bc-blk:hover {
  background: #ffffff;
  color: #324152;
}

.btn a.bc-wht {
  background: #ffffff;
}

.btn a.bc-wht:hover {
  background: #ffffff;
  color: #ffffff;
}

.btn a.bc-l-gry {
  background: #FCFCFC;
}

.btn a.bc-l-gry:hover {
  background: #ffffff;
  color: #FCFCFC;
}

.btn a.bc-gry {
  background: #C9C9C9;
}

.btn a.bc-gry:hover {
  background: #ffffff;
  color: #C9C9C9;
}

.btn a.bc-d-gry {
  background: #9F9F9F;
}

.btn a.bc-d-gry:hover {
  background: #ffffff;
  color: #9F9F9F;
}

.btn a span {
  position: relative;
  background: #22ACD5;
  border-radius: 4px;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .btn a span {
    width: 24px;
    height: 24px;
  }
}

.btn a span svg {
  position: absolute;
  top: 50%;
  left: 9px;
  width: 12px;
  height: 5px;
  fill: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 768px) {
  .btn a span svg {
    left: 8px;
    width: 10px;
    height: 4px;
  }
}

.btn a:hover {
  background: #22ACD5;
  color: #ffffff;
}

.btn a:hover span {
  background: #ffffff;
}

.btn a:hover span svg {
  fill: #22ACD5;
  -webkit-transform: translateX(2px) translateY(-50%);
  transform: translateX(2px) translateY(-50%);
}

.tbl table {
  width: 100%;
}

.tbl table thead tr th {
  padding: 16px;
  background: #eff9fc;
  color: #324152;
}

.tbl table thead tr th:first-child {
  border-radius: 6px 0 0 0;
}

.tbl table thead tr th:last-child {
  border-radius: 0 6px 0 0;
}

.tbl table thead tr th:not(:last-child) {
  border-right: solid 1px #ffffff;
}

@media screen and (max-width: 520px) {
  .tbl table thead {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .tbl table tbody {
    display: block;
  }
}

@media screen and (max-width: 520px) {
  .tbl table tbody tr {
    display: block;
  }
}

.tbl table tbody tr th,
.tbl table tbody tr td {
  position: relative;
  padding: 20px 28px;
  background: #ffffff;
}

@media screen and (max-width: 960px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    padding: 16px 20px;
  }
}

@media screen and (max-width: 520px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    display: block;
    padding: 12px 16px;
  }
}

.tbl table tbody tr th {
  color: #22ACD5;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .tbl table tbody tr th {
    display: none;
  }
}

.tbl table tbody tr th::after {
  position: absolute;
  top: calc( 50% - 1px);
  right: 0;
  content: "";
  width: 1px;
  height: 48px;
  background: #adebff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .tbl table tbody tr th::after {
    height: 40px;
  }
}

@media screen and (max-width: 520px) {
  .tbl table tbody tr th::after {
    display: none;
  }
}

.tbl table tbody tr td {
  vertical-align: middle;
}

@media screen and (max-width: 520px) {
  .tbl table tbody tr td::before {
    content: attr(tbl-data);
    display: block;
    color: #22ACD5;
    font-size: 1.5rem;
    font-weight: bold;
  }
}

.tbl table tbody tr:first-child th,
.tbl table tbody tr:first-child td {
  padding-top: 40px;
}

@media screen and (max-width: 960px) {
  .tbl table tbody tr:first-child th,
  .tbl table tbody tr:first-child td {
    padding-top: 32px;
  }
}

@media screen and (max-width: 520px) {
  .tbl table tbody tr:first-child th,
  .tbl table tbody tr:first-child td {
    padding-top: 16px;
  }
}

.tbl table tbody tr:first-child th::after {
  top: calc( 50% + 10px);
}

@media screen and (max-width: 960px) {
  .tbl table tbody tr:first-child th::after {
    top: calc( 50% + 5px);
  }
}

@media screen and (max-width: 960px) {
  .tbl table tbody tr:last-child th,
  .tbl table tbody tr:last-child td {
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 520px) {
  .tbl table tbody tr:last-child th,
  .tbl table tbody tr:last-child td {
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 520px) {
  .tbl table tbody tr:not(:last-child) td::after {
    position: absolute;
    bottom: 0;
    left: 10px;
    content: "";
    width: calc( 100% - 20px);
    height: 1px;
    background: #adebff;
  }
}

.back-sect {
  background: -webkit-gradient(linear, left top, right top, from(#eff9fc), to(#f6fdfA));
  background: linear-gradient(90deg, #eff9fc, #f6fdfA);
  margin-bottom: calc(8px * 7);
  padding: 56px 0;
}

@media screen and (max-width: 960px) {
  .back-sect {
    margin-bottom: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .back-sect {
    margin-bottom: calc((8px * 7) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .back-sect {
    padding: 42px 0;
  }
}

@media screen and (max-width: 768px) {
  .back-sect {
    padding: 28px 0;
  }
}

.common-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

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

.common-unit__txt {
  width: calc( 100% - 344px);
}

@media screen and (max-width: 768px) {
  .common-unit__txt {
    width: 100%;
  }
}

.common-unit__img {
  width: 320px;
}

@media screen and (max-width: 768px) {
  .common-unit__img {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}

.common-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .common-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media screen and (max-width: 520px) {
  .common-list {
    grid-template-columns: 1fr;
  }
}

.common-list__item {
  padding: 16px 16px 20px;
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 4px rgba(147, 147, 147, 0.24);
  box-shadow: 0 0 4px rgba(147, 147, 147, 0.24);
}

@media screen and (max-width: 768px) {
  .common-list__item {
    padding: 12px 12px 16px;
  }
}

.common-list__item img {
  margin: 0 0 12px;
}

@media screen and (max-width: 768px) {
  .common-list__item img {
    margin: 0 0 8px;
  }
}

.contact {
  position: relative;
}

.contact::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 230px;
  background: linear-gradient(45deg, #22ACD5 0%, #21D899 100%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .contact::before {
    height: 108px;
  }
}

.contact .contact-content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 0 0 40px;
}

@media screen and (max-width: 960px) {
  .contact .contact-content {
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .contact .contact-content {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 520px;
    margin: 0 auto;
    padding: 0 0 20px;
  }
}

.contact .contact-content .contact-dtl {
  text-align: center;
  padding: 24px 64px 40px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px rgba(147, 147, 147, 0.24);
  box-shadow: 0 0 4px rgba(147, 147, 147, 0.24);
  border-radius: 6px;
  padding: 24px 8px 32px;
}

@media screen and (max-width: 768px) {
  .contact .contact-content .contact-dtl {
    padding: 16px 8px 24px;
  }
}

.contact .contact-content .contact-dtl .contact-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-right: auto;
  margin-left: auto;
  background: #FCBD1D;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(252, 189, 29, 0.4);
  box-shadow: 0 0 10px rgba(252, 189, 29, 0.4);
}

@media screen and (max-width: 960px) {
  .contact .contact-content .contact-dtl .contact-icon {
    width: 64px;
    height: 64px;
  }
}

@media screen and (max-width: 960px) {
  .contact .contact-content .contact-dtl .contact-icon {
    width: 56px;
    height: 56px;
  }
}

.contact .contact-content .contact-dtl .contact-icon svg {
  width: 25px;
  height: 32px;
  fill: #ffffff;
}

@media screen and (max-width: 960px) {
  .contact .contact-content .contact-dtl .contact-icon svg {
    width: 21px;
    height: 28px;
  }
}

@media screen and (max-width: 768px) {
  .contact .contact-content .contact-dtl .contact-icon svg {
    width: 18px;
    height: 25px;
  }
}

.contact .contact-content .contact-dtl .contact-txt {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .contact .contact-content .contact-dtl .contact-txt {
    font-size: 1.7rem;
  }
}

.contact .contact-content .contact-dtl .contact-txt::before, .contact .contact-content .contact-dtl .contact-txt::after {
  position: absolute;
  bottom: 5px;
  content: "";
  width: 1px;
  height: 20px;
  background: #324152;
}

@media screen and (max-width: 768px) {
  .contact .contact-content .contact-dtl .contact-txt::before, .contact .contact-content .contact-dtl .contact-txt::after {
    height: 16px;
  }
}

.contact .contact-content .contact-dtl .contact-txt::before {
  left: -16px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

@media screen and (max-width: 768px) {
  .contact .contact-content .contact-dtl .contact-txt::before {
    left: -12px;
  }
}

.contact .contact-content .contact-dtl .contact-txt::after {
  right: -16px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

@media screen and (max-width: 768px) {
  .contact .contact-content .contact-dtl .contact-txt::after {
    right: -12px;
  }
}

.contact .contact-content .contact-dtl .contact-txt small {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .contact .contact-content .contact-dtl .contact-txt small {
    font-size: 1.3rem;
  }
}

.contact .contact-content .contact-dtl--tel a {
  display: block;
  text-align: center;
  color: #fda722;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 960px) {
  .contact .contact-content .contact-dtl--tel a {
    font-size: 2rem;
  }
}

.contact .contact-content .contact-dtl--tel a span {
  font-size: 4.2rem;
}

@media screen and (max-width: 960px) {
  .contact .contact-content .contact-dtl--tel a span {
    font-size: 3.6rem;
  }
}

.contact .contact-content .contact-dtl--web .contact-icon {
  background: #22ACD5;
  -webkit-box-shadow: 0 0 10px rgba(26, 161, 201, 0.4);
  box-shadow: 0 0 10px rgba(26, 161, 201, 0.4);
}

.contact .contact-content .contact-dtl--web .contact-icon svg {
  width: 32px;
  height: 25px;
  fill: #ffffff;
}

@media screen and (max-width: 960px) {
  .contact .contact-content .contact-dtl--web .contact-icon svg {
    width: 28px;
    height: 21px;
  }
}

@media screen and (max-width: 768px) {
  .contact .contact-content .contact-dtl--web .contact-icon svg {
    width: 25px;
    height: 18px;
  }
}

.anchor-link {
  padding-top: 64px;
  margin-top: -64px;
}

@media screen and (max-width: 960px) {
  .anchor-link {
    padding-top: 120px;
    margin-top: -120px;
  }
}

/*# sourceMappingURL=../../maps/common/main.css.map */
