@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: #3A4764;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  max-width: 2000px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "Inter", "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  letter-spacing: .04em;
}

@media screen and (max-width: 960px) {
  body {
    letter-spacing: .05em;
  }
}

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

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

a:visited {
  color: #3A4764;
}

a:hover {
  color: #3A4764;
}

a:active {
  color: #3A4764;
}

a svg {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 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: 640px) {
  .wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .pl-x20 {
    padding-left: 80px;
  }
}

.cf::after {
  content: '';
  display: block;
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 128px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

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

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

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

@media screen and (max-width: 1280px) {
  .header {
    height: 104px;
  }
}

@media screen and (max-width: 960px) {
  .header {
    height: 88px;
  }
}

@media screen and (max-width: 640px) {
  .header {
    height: 72px;
  }
}

.header .header-logo img {
  width: 242px;
}

@media screen and (max-width: 1280px) {
  .header .header-logo img {
    width: 180px;
  }
}

@media screen and (max-width: 960px) {
  .header .header-logo img {
    width: 140px;
  }
}

@media screen and (max-width: 640px) {
  .header .header-logo img {
    width: 120px;
  }
}

.header .header-nav {
  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;
}

.header .header-nav .header-nav-list {
  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: 24px;
}

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

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

.header .header-nav .header-nav-list__item {
  padding-right: 24px;
  position: relative;
  border-right: 1px solid;
  border-color: rgba(58, 71, 100, 0.2);
}

@media screen and (max-width: 1280px) {
  .header .header-nav .header-nav-list__item {
    padding-right: 14px;
    font-size: 1.3rem;
  }
}

.header .header-nav .header-nav-list__item:nth-of-type(5) {
  padding-right: 0;
  border: none;
  font-size: 1.4rem;
}

@media screen and (max-width: 1280px) {
  .header .header-nav .header-nav-list__item:nth-of-type(5) {
    font-size: 1.1rem;
  }
}

.header .header-nav .header-nav-list__item a {
  display: block;
  text-align: center;
}

.header .header-nav .header-nav-list__item a span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  color: #6DBECC;
}

@media screen and (max-width: 1280px) {
  .header .header-nav .header-nav-list__item a span {
    font-size: 1rem;
  }
}

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

.header .header-nav .header-nav-list__item .dropdown-list {
  position: absolute;
  padding: calc(8px * 2);
  display: none;
  z-index: 1;
  border-radius: 2px;
  background-color: #EAEDF0;
}

@media screen and (max-width: 960px) {
  .header .header-nav .header-nav-list__item .dropdown-list {
    padding: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .header .header-nav .header-nav-list__item .dropdown-list {
    padding: calc((8px * 2) * 0.5);
  }
}

.header .header-nav .header-nav-list__item .dropdown-list__item {
  position: relative;
  padding: 8px 16px;
  width: 205px;
  background-color: #fff;
  border-radius: 2px;
}

.header .header-nav .header-nav-list__item .dropdown-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 10px;
}

.header .header-nav .header-nav-list__item .dropdown-list__item a {
  text-align: left;
}

.header .header-nav .header-nav-list__item .dropdown-list__item a .ico-arrow {
  position: absolute;
  width: 26px;
  height: 8px;
  top: 16px;
  right: 16px;
  fill: #6DBECC;
}

.header .header-nav .header-nav-list__item .dropdown-list__item:nth-of-type(3) {
  margin-bottom: 0;
}

.header .header-nav .header-nav-list__item:hover .dropdown-list {
  display: block;
}

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

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

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

.drawer-hamburger {
  display: block;
  position: fixed;
  top: 16px;
  right: 12px;
  z-index: 9998;
  width: 56px;
  height: 56px;
  background: #3A4764;
  border-radius: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .drawer-hamburger {
    top: 12px;
    right: 8px;
    width: 48px;
    height: 48px;
  }
}

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

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

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

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

.drawer-switch:checked ~ .drawer-hamburger span {
  background: none;
}

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

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

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

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

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

@media screen and (max-width: 640px) {
  .drawer-content {
    width: calc(100% - 64px);
  }
}

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

.drawer-content .drawer-menu {
  padding: 0 16px;
  background: #fff;
  border-radius: 4px;
}

.drawer-content .drawer-menu__item a {
  display: block;
  position: relative;
  line-height: 1.4;
  padding: 16px 8px;
  border-bottom: dashed 1px #ccc;
}

.drawer-content .drawer-menu__item a span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  color: #6DBECC;
}

.drawer-content .drawer-menu__item .dropdown-list__item {
  position: relative;
}

.drawer-content .drawer-menu__item .dropdown-list__item a {
  font-size: 1.4rem;
  padding-left: 56px;
}

.drawer-content .drawer-menu__item .dropdown-list__item a .ico-arrow {
  position: absolute;
  top: 20px;
  left: 16px;
  width: 26px;
  height: 8px;
  fill: #6DBECC;
}

.footer {
  background-color: #FAFAFA;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0 56px;
  gap: 40px;
}

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

@media screen and (max-width: 960px) {
  .footer-inner {
    display: block;
    padding: 32px 0 48px;
  }
}

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

@media screen and (max-width: 960px) {
  .footer-primary {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.footer-primary .footer-logo {
  margin-bottom: calc(8px * 3);
  max-width: 252px;
}

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

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

@media screen and (max-width: 1280px) {
  .footer-primary .footer-logo {
    max-width: 200px;
  }
}

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

.footer-primary .footer-add {
  margin-bottom: calc(8px * 1);
  line-height: 1.5;
}

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

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

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

@media screen and (max-width: 960px) {
  .footer-primary .footer-add {
    text-align: center;
  }
}

.footer-primary .footer-tel {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
}

.footer-primary .footer-tel 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;
}

@media screen and (max-width: 960px) {
  .footer-primary .footer-tel 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;
  }
}

.footer-primary .footer-tel a .ico-tel {
  width: 22px;
  height: 22px;
  fill: #3A4764;
}

.footer-nav .footer-nav-list {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-auto-flow: column;
  gap: 16px 40px;
}

@media screen and (max-width: 1280px) {
  .footer-nav .footer-nav-list {
    gap: 16px 32px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 960px) {
  .footer-nav .footer-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
    gap: 16px;
  }
}

@media screen and (max-width: 640px) {
  .footer-nav .footer-nav-list {
    margin-bottom: 20px;
    gap: 12px;
    font-size: 1.2rem;
  }
}

.footer-nav .footer-nav-list__item {
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .footer-nav .footer-nav-list__item {
    width: calc(33.33% - 11px);
  }
}

@media screen and (max-width: 640px) {
  .footer-nav .footer-nav-list__item {
    width: calc(50% - 6px);
  }
}

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

@media screen and (max-width: 960px) {
  .footer-nav .footer-nav-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    padding: 0 12px;
    background: #eee;
    border-radius: 2px;
    letter-spacing: 0;
  }
}

.footer-nav .footer-nav-list__item a .ico-arrow {
  margin-right: calc(8px * 2);
  width: 26px;
  height: 8px;
  fill: #6DBECC;
}

@media screen and (max-width: 960px) {
  .footer-nav .footer-nav-list__item a .ico-arrow {
    margin-right: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .footer-nav .footer-nav-list__item a .ico-arrow {
    margin-right: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .footer-nav .footer-nav-list__item a .ico-arrow {
    display: none;
  }
}

.footer-nav .footer-nav-list__item a .ico-external {
  width: 14px;
  height: 14px;
  margin-left: 6px;
  fill: #3A4764;
}

.footer-nav .footer-nav-list__item a:hover {
  color: #6DBECC;
}

.footer-nav .footer-nav-list__item a:hover .ico-external {
  fill: #6DBECC;
}

.btn-menber {
  margin-left: auto;
  width: 100%;
  max-width: 200px;
}

@media screen and (max-width: 960px) {
  .btn-menber {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .btn-menber {
    max-width: none;
  }
}

.btn-menber 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;
  position: relative;
  margin-left: auto;
  z-index: 1;
  height: 58px;
  background-color: #6DBECC;
  border: solid 1px #6DBECC;
  border-radius: 2px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .btn-menber a {
    height: 56px;
  }
}

@media screen and (max-width: 480px) {
  .btn-menber a {
    height: 48px;
    max-width: none;
    font-size: 1.4rem;
  }
}

.btn-menber a span {
  position: relative;
  padding-left: 24px;
}

.btn-menber a span .ico-member {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  fill: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-menber a:hover {
  background: #fff;
  color: #6DBECC;
}

.btn-menber a:hover span .ico-member {
  fill: #6DBECC;
}

.copy {
  padding: 8px 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  background-color: #6DBECC;
}

@media screen and (max-width: 960px) {
  .copy {
    padding: 8px 12px calc(env(safe-area-inset-bottom) + 56px);
  }
}

@media screen and (max-width: 640px) {
  .copy {
    padding: 8px 12px calc(env(safe-area-inset-bottom) + 48px);
  }
}

@media screen and (max-width: 480px) {
  .copy {
    padding: 8px 12px calc(env(safe-area-inset-bottom) + 64px);
  }
}

.powered-by {
  display: inline-block;
  width: 45px;
  height: 10px;
  vertical-align: baseline;
}

.form-field {
  border-top: solid 1px #ccc;
  margin-bottom: calc(8px * 5);
}

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

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

.form-field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: calc(8px * 4);
  padding-bottom: calc(8px * 4);
  border-bottom: solid 1px #ccc;
}

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

@media screen and (max-width: 640px) {
  .form-field__item {
    padding-top: calc((8px * 4) * 0.5);
  }
}

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

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

.form-field dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 304px;
}

@media screen and (max-width: 960px) {
  .form-field dt {
    width: 100%;
    margin-bottom: 8px;
  }
}

.form-field dd {
  width: calc(100% - 320px);
}

@media screen and (max-width: 960px) {
  .form-field dd {
    width: 100%;
  }
}

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

.form-required {
  background: #999;
}

.form-optional {
  background: #999;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  background: #eee;
  font-size: 1.6rem;
  font-family: "Inter", "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 56px;
}

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

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

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

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

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

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

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

.checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-bottom: calc(8px * 3);
}

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

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

@media screen and (max-width: 960px) {
  .checkbox-list {
    gap: 20px;
  }
}

@media screen and (max-width: 640px) {
  .checkbox-list {
    gap: 16px;
  }
}

.checkbox-list__item label {
  display: inline-block;
  padding: 6px 0;
  cursor: pointer;
}

.checkbox-list__item label input[type="checkbox"] {
  display: none;
}

.checkbox-list__item label .checkbox-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

@media screen and (max-width: 640px) {
  .checkbox-list__item label .checkbox-label {
    padding-left: 26px;
  }
}

.checkbox-list__item label .checkbox-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border: solid 1px #3A4764;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .checkbox-list__item label .checkbox-label::before {
    width: 20px;
    height: 20px;
  }
}

.checkbox-list__item label .checkbox-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 3px;
  left: 8px;
  z-index: 1;
  width: 8px;
  height: 15px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent #fff #fff transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

@media screen and (max-width: 640px) {
  .checkbox-list__item label .checkbox-label::after {
    left: 7px;
    width: 7px;
    height: 12px;
    border-width: 0 2px 2px 0;
  }
}

.checkbox-list__item label input:checked + .checkbox-label::before {
  border-color: #3A4764;
  background-color: #3A4764;
}

.checkbox-list__item label input:checked + .checkbox-label::after {
  display: block;
}

.wpcf7-radio .wpcf7-list-item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}

.wpcf7-radio .wpcf7-list-item label {
  display: inline-block;
  padding: 6px 0;
  cursor: pointer;
}

.wpcf7-radio .wpcf7-list-item label input[type="radio"] {
  display: none;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #eee;
  border: solid 2px #eee;
  border-radius: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: #999;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #999;
}

.wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

.form-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
  background: #999;
  color: #fff;
  font-size: 1.8rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

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

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

@media screen and (max-width: 1280px) {
  .form-send {
    height: 72px;
  }
}

@media screen and (max-width: 960px) {
  .form-send {
    height: 64px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .form-send {
    height: 56px;
  }
}

.form-send input[type="submit"] {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  padding: calc(8px * 4);
  border: solid 1px #ccc;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    padding: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    padding: calc((8px * 4) * 0.5);
  }
}

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

.wpcf7 .wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1.4rem;
}

.wpcf7 .wpcf7-not-valid {
  background: rgba(255, 0, 0, 0.1);
}

.grecaptcha-badge {
  visibility: hidden;
}

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

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

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

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% + 12px);
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
}

@media screen and (max-width: 480px) {
  .wp-pagenavi {
    position: relative;
    padding-bottom: 52px;
  }
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  margin: 0 6px;
  border: 1px solid #3A4764;
  border-radius: 2px;
  background: #fff;
  color: #3A4764;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 640px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    font-size: 1.2rem;
  }
}

.wp-pagenavi .page:not(.current):hover,
.wp-pagenavi .current:not(.current):hover,
.wp-pagenavi .nextpostslink:not(.current):hover,
.wp-pagenavi .previouspostslink:not(.current):hover {
  background: #3A4764;
  color: #fff;
}

.wp-pagenavi .current::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(131, 174, 181, 0.14);
  -webkit-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 2px;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
  max-width: 80px;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
}

@media screen and (max-width: 640px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  width: 140px;
  white-space: nowrap;
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 104px;
  }
}

@media screen and (max-width: 640px) {
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 72px;
  }
}

@media screen and (max-width: 480px) {
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: calc(50% - 12px);
  }
}

.wp-pagenavi .nextpostslink:hover::before,
.wp-pagenavi .previouspostslink:hover::before {
  border-color: transparent transparent transparent #fff;
}

.wp-pagenavi .previouspostslink {
  padding-left: 32px;
}

@media screen and (max-width: 640px) {
  .wp-pagenavi .previouspostslink {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .wp-pagenavi .previouspostslink {
    position: absolute;
    bottom: 0;
    left: 6px;
    margin: 0;
  }
}

.wp-pagenavi .previouspostslink::before {
  content: '';
  position: absolute;
  background: url("/general/img/icon/arrow-news.svg");
  width: 26px;
  height: 8px;
  left: 32px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 960px) {
  .wp-pagenavi .previouspostslink::before {
    left: 16px;
  }
}

@media screen and (max-width: 640px) {
  .wp-pagenavi .previouspostslink::before {
    left: 8px;
  }
}

.wp-pagenavi .previouspostslink:hover::before {
  background: url("/general/img/icon/arrow-wht.svg");
}

.wp-pagenavi .nextpostslink {
  padding-right: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
  .wp-pagenavi .nextpostslink {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .wp-pagenavi .nextpostslink {
    position: absolute;
    right: 6px;
    bottom: 0;
    margin: 0;
  }
}

.wp-pagenavi .nextpostslink::before {
  content: '';
  position: absolute;
  background: url("/general/img/icon/arrow-news.svg");
  width: 26px;
  height: 8px;
  right: 32px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 960px) {
  .wp-pagenavi .nextpostslink::before {
    right: 16px;
  }
}

@media screen and (max-width: 640px) {
  .wp-pagenavi .nextpostslink::before {
    right: 8px;
  }
}

.wp-pagenavi .nextpostslink:hover::before {
  background: url("/general/img/icon/arrow-wht.svg");
}

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

@media screen and (max-width: 640px) {
  .pagelink {
    width: calc( 100% + 12px);
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
}

.pagelink__prev, .pagelink__next, .pagelink__back {
  margin: 0 12px 40px 12px;
}

@media screen and (max-width: 640px) {
  .pagelink__prev, .pagelink__next, .pagelink__back {
    margin: 0 6px;
  }
}

.pagelink__prev a, .pagelink__next a, .pagelink__back 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;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 64px;
  background: #fff;
  border: 1px solid #3A4764;
  border-radius: 2px;
  color: #3A4764;
  font-size: 1.8rem;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 640px) {
  .pagelink__prev a, .pagelink__next a, .pagelink__back a {
    font-size: 1.4rem;
    height: 48px;
  }
}

.pagelink__prev a .ico-arrow, .pagelink__next a .ico-arrow, .pagelink__back a .ico-arrow {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  fill: #333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pagelink__prev a:hover, .pagelink__next a:hover, .pagelink__back a:hover {
  background: #3A4764;
  color: #fff;
}

.pagelink__prev a:hover .ico-arrow, .pagelink__next a:hover .ico-arrow, .pagelink__back a:hover .ico-arrow {
  fill: #fff;
}

.pagelink__back {
  width: 252px;
}

@media screen and (max-width: 960px) {
  .pagelink__back {
    width: 240px;
  }
}

@media screen and (max-width: 640px) {
  .pagelink__back {
    width: calc( 100% - 276px);
  }
}

@media screen and (max-width: 480px) {
  .pagelink__back {
    width: calc( 40% - 12px);
  }
}

.pagelink__prev, .pagelink__next {
  width: 140px;
}

@media screen and (max-width: 960px) {
  .pagelink__prev, .pagelink__next {
    width: 120px;
  }
}

@media screen and (max-width: 480px) {
  .pagelink__prev, .pagelink__next {
    width: calc( 30% - 12px);
  }
}

.pagelink__prev a {
  padding-left: 32px;
}

.pagelink__prev a::after {
  content: '';
  position: absolute;
  background: url("/general/img/icon/arrow-news.svg");
  width: 26px;
  height: 8px;
  left: 32px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 960px) {
  .pagelink__prev a::after {
    left: 16px;
  }
}

@media screen and (max-width: 640px) {
  .pagelink__prev a::after {
    left: 8px;
  }
}

.pagelink__prev a:hover::after {
  background: url("/general/img/icon/arrow-wht.svg");
}

.pagelink__next a {
  padding-right: 32px;
}

.pagelink__next a::after {
  content: '';
  position: absolute;
  background: url("/general/img/icon/arrow-news.svg");
  width: 26px;
  height: 8px;
  right: 32px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 960px) {
  .pagelink__next a::after {
    right: 16px;
  }
}

@media screen and (max-width: 640px) {
  .pagelink__next a::after {
    right: 8px;
  }
}

.pagelink__next a:hover::after {
  background: url("/general/img/icon/arrow-wht.svg");
}

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

.notfound-message {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  border: solid 1px #ccc;
}

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

@media screen and (max-width: 640px) {
  .notfound-message {
    padding: 16px;
  }
}

.lower-page {
  padding-bottom: calc(8px * 13);
}

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

@media screen and (max-width: 640px) {
  .lower-page {
    padding-bottom: calc((8px * 13) * 0.5);
  }
}

.lower-page .hero {
  margin-bottom: calc(8px * 2);
  position: relative;
}

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

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

.lower-page .hero::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: 40px;
}

@media screen and (max-width: 960px) {
  .lower-page .hero::after {
    bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .lower-page .hero::after {
    bottom: 20px;
  }
}

.lower-page .hero .lower-vsl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  opacity: 0.8;
}

.lower-page .hero .lower-vsl img {
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 640px) {
  .lower-page .hero .lower-vsl img {
    height: 280px;
  }
}

@media screen and (max-width: 480px) {
  .lower-page .hero .lower-vsl img {
    height: 200px;
  }
}

.lower-page .hero .pagettl {
  padding: 16px 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 4px;
  color: #3A4764;
  background-color: rgba(255, 255, 255, 0.72);
}

@media screen and (max-width: 640px) {
  .lower-page .hero .pagettl {
    padding: 12px 20px;
  }
}

@media screen and (max-width: 480px) {
  .lower-page .hero .pagettl {
    padding: 10px 16px;
  }
}

.lower-page .hero .pagettl::before, .lower-page .hero .pagettl::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: rgba(255, 255, 255, 0.72) transparent transparent rgba(255, 255, 255, 0.72);
}

@media screen and (max-width: 640px) {
  .lower-page .hero .pagettl::before, .lower-page .hero .pagettl::after {
    border-width: 8px;
  }
}

@media screen and (max-width: 480px) {
  .lower-page .hero .pagettl::before, .lower-page .hero .pagettl::after {
    display: none;
  }
}

.lower-page .hero .pagettl::before {
  top: -20px;
  left: -20px;
}

@media screen and (max-width: 640px) {
  .lower-page .hero .pagettl::before {
    top: -12px;
    left: -12px;
  }
}

.lower-page .hero .pagettl::after {
  right: -20px;
  bottom: -20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 640px) {
  .lower-page .hero .pagettl::after {
    right: -12px;
    bottom: -12px;
  }
}

.lower-page .hero .pagettl__main {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-family: "Roboto", sans-serif;
}

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

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

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

.lower-page .hero .pagettl__sub {
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .lower-page .hero .pagettl__sub {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .lower-page .hero .pagettl__sub {
    font-size: 1.4rem;
  }
}

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

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

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

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

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

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

.breadcrumb__item {
  font-size: 1.4rem;
  display: inline;
}

.breadcrumb__item:not(:nth-last-of-type(1)) {
  position: relative;
  margin-right: 8px;
  padding-right: calc(1em + 8px);
}

.breadcrumb__item:not(:nth-last-of-type(1))::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '>';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb__item a {
  text-decoration: underline;
}

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

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

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

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

.headline__main {
  margin-bottom: 8px;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

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

@media screen and (max-width: 640px) {
  .headline__main {
    letter-spacing: 0;
    font-size: 2.4rem;
  }
}

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

.headline__sub {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #6DBECC;
}

@media screen and (max-width: 640px) {
  .headline__sub {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

.headline__sub span {
  position: relative;
}

.headline__sub span::before, .headline__sub span::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  background: url("/general/img/icon/diamond-sub.svg") center/contain no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .headline__sub span::before, .headline__sub span::after {
    width: 10px;
    height: 10px;
  }
}

.headline__sub span::before {
  left: -20px;
}

@media screen and (max-width: 640px) {
  .headline__sub span::before {
    left: -16px;
  }
}

.headline__sub span::after {
  right: -20px;
}

@media screen and (max-width: 640px) {
  .headline__sub span::after {
    right: -16px;
  }
}

.ttl-l {
  margin-bottom: calc(8px * 3);
  font-size: 2.4rem;
}

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

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

.ttl-m {
  margin-bottom: calc(8px * 2);
  font-size: 2rem;
}

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

@media screen and (max-width: 640px) {
  .ttl-m {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.ttl-s {
  margin-bottom: calc(8px * 1);
  font-size: 1.6rem;
}

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

@media screen and (max-width: 640px) {
  .ttl-s {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

.lead {
  font-size: 2rem;
}

.lead--center {
  text-align: center;
}

.lead--right {
  text-align: right;
}

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

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

a.link-txt {
  color: #6DBECC;
  text-decoration: underline;
}

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

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

.note-txt::before {
  content: '※';
}

.fc-tra {
  color: transparent;
}

.fc-red {
  color: #f00;
}

.fc-blu {
  color: #659BDB;
}

.fc-yel {
  color: #ff0;
}

.fc-grn {
  color: #64C188;
}

.fc-brn {
  color: #a52a2a;
}

.fc-orn {
  color: #ffa500;
}

.fc-pnk {
  color: #ffc0cb;
}

.fc-blk {
  color: #333;
}

.fc-wht {
  color: #fff;
}

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

.fc-gry {
  color: #ccc;
}

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

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

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

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

.list__item {
  margin-bottom: calc(8px * 2);
  position: relative;
  padding-left: 24px;
}

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

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

.list__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: #3A4764;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/general/img/icon/list-deco.svg");
}

.num-list {
  counter-reset: list-num;
}

.num-list__item {
  margin-left: 1em;
  text-indent: -1em;
}

.num-list__item::before {
  counter-increment: list-num;
  content: counter(list-num) ".";
}

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

.note-list__item::before {
  content: '※';
}

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

@media screen and (max-width: 960px) {
  .btn {
    gap: 20px;
  }
}

@media screen and (max-width: 640px) {
  .btn {
    gap: 16px;
  }
}

.btn--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 960px) {
  .btn--left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.btn--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 960px) {
  .btn--right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.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;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 360px;
  height: 64px;
  color: #3A4764;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .btn a {
    height: 56px;
  }
}

@media screen and (max-width: 480px) {
  .btn a {
    height: 48px;
    max-width: none;
    font-size: 1.4rem;
  }
}

.btn a::before, .btn a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.btn a::before {
  background: rgba(131, 174, 181, 0.14);
  -webkit-transform: translate(6px, 6px);
  transform: translate(6px, 6px);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 2px;
}

.btn a::after {
  border: solid 1px #3A4764;
  border-radius: 2px;
}

.btn a span {
  position: relative;
  padding-right: 40px;
}

.btn a span .ico-arrow {
  position: absolute;
  top: 32%;
  right: 0;
  width: 26px;
  height: 8px;
  fill: #3A4764;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn a span .ico-excel,
.btn a span .ico-pdf {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  fill: #3A4764;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 640px) {
  .btn a span .ico-excel,
  .btn a span .ico-pdf {
    width: 20px;
    height: 20px;
  }
}

.btn a span .ico-pdf {
  fill: #6DBECC;
}

.btn a.btn-excel span, .btn a.btn-pdf span {
  padding: 0 0 0 32px;
}

@media screen and (max-width: 640px) {
  .btn a.btn-excel span, .btn a.btn-pdf span {
    padding: 0 0 0 28px;
  }
}

.btn a.btn-pdf {
  color: #6DBECC;
}

.btn a.btn-pdf::before {
  background: rgba(109, 190, 204, 0.14);
}

.btn a.btn-pdf::after {
  border: solid 1px #6DBECC;
}

.btn a:hover {
  color: #fff;
}

.btn a:hover::before {
  background: #3A4764;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
}

.btn a:hover span .ico-arrow,
.btn a:hover span .ico-excel,
.btn a:hover span .ico-pdf {
  fill: #fff;
}

.btn a:hover.btn-pdf {
  color: #fff;
}

.btn a:hover.btn-pdf::before {
  background: #6DBECC;
}

.bc-tra a {
  background: transparent;
}

.bc-red a {
  background: #f00;
}

.bc-blu a {
  background: #659BDB;
}

.bc-yel a {
  background: #ff0;
}

.bc-grn a {
  background: #64C188;
}

.bc-brn a {
  background: #a52a2a;
}

.bc-orn a {
  background: #ffa500;
}

.bc-pnk a {
  background: #ffc0cb;
}

.bc-blk a {
  background: #333;
}

.bc-wht a {
  background: #fff;
}

.bc-l-gry a {
  background: #eee;
}

.bc-gry a {
  background: #ccc;
}

.bc-d-gry a {
  background: #999;
}

.hotline {
  padding: calc(8px * 5);
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #C1C5CE;
}

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

@media screen and (max-width: 640px) {
  .hotline {
    padding: calc((8px * 5) * 0.5);
  }
}

.hotline .hotline-ttl {
  margin-bottom: calc(8px * 3);
  font-size: 3.2rem;
}

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

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

@media screen and (max-width: 1280px) {
  .hotline .hotline-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 960px) {
  .hotline .hotline-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .hotline .hotline-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .hotline .hotline-ttl {
    font-size: 1.6rem;
  }
}

.hotline .hotline-add {
  margin-bottom: 8px;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .hotline .hotline-add {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 480px) {
  .hotline .hotline-add {
    margin-bottom: 12px;
    font-size: 1.2rem;
  }
}

.hotline .hotline-contact {
  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: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 480px) {
  .hotline .hotline-contact {
    gap: 12px;
    margin-bottom: 12px;
  }
}

.hotline .hotline-contact__tel, .hotline .hotline-contact__fax {
  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;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 640px) {
  .hotline .hotline-contact__tel, .hotline .hotline-contact__fax {
    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: 48px;
    max-width: 360px;
    margin: 0 auto;
    border: 1px solid #3A4764;
    border-radius: 2px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .hotline .hotline-contact__tel, .hotline .hotline-contact__fax {
    max-width: none;
  }
}

.hotline .hotline-contact__tel .ico-tel {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  fill: #3A4764;
}

@media screen and (max-width: 640px) {
  .hotline .hotline-contact__tel:hover {
    background: #3A4764;
    color: #fff;
  }
  .hotline .hotline-contact__tel:hover .ico-tel {
    fill: #fff;
  }
}

.hotline .hotline-contact__fax .ico-fax {
  margin-right: 6px;
  width: 16px;
  height: 16px;
  fill: #3A4764;
}

.hotline .hotline-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;
  height: 48px;
  max-width: 320px;
  margin: 0 auto;
  border: 1px solid #3A4764;
  border-radius: 2px;
}

@media screen and (max-width: 640px) {
  .hotline .hotline-btn a {
    max-width: 360px;
  }
}

@media screen and (max-width: 480px) {
  .hotline .hotline-btn a {
    max-width: none;
  }
}

.hotline .hotline-btn a .ico-mail {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  fill: #3A4764;
}

.hotline .hotline-btn a:hover {
  background: #3A4764;
  color: #fff;
}

.hotline .hotline-btn a:hover .ico-mail {
  fill: #fff;
}

.hotline--hor {
  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;
  max-width: none;
  padding: 0;
  border: none;
}

.hotline--hor .hotline-logo {
  max-width: 200px;
}

@media screen and (max-width: 1280px) {
  .hotline--hor .hotline-logo {
    max-width: 180px;
  }
}

@media screen and (max-width: 960px) {
  .hotline--hor .hotline-logo {
    margin: 0 auto 16px;
  }
}

.hotline--hor .hotline-dtl {
  margin-left: 24px;
  padding-left: 24px;
  border-left: solid 1px #ccc;
}

@media screen and (max-width: 1280px) {
  .hotline--hor .hotline-dtl {
    margin-left: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 960px) {
  .hotline--hor .hotline-dtl {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}

.hotline--hor .hotline-add {
  text-align: left;
}

@media screen and (max-width: 960px) {
  .hotline--hor .hotline-add {
    text-align: center;
  }
}

.hotline--hor .hotline-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.float-menu {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .float-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: auto;
    bottom: 0;
    left: 0;
    width: calc(100% - 32px);
    gap: 8px;
    margin: 0 auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 480px) {
  .float-menu {
    width: calc(100% - 20px);
    gap: 4px;
  }
}

.float-menu__item {
  width: 48px;
}

@media screen and (max-width: 960px) {
  .float-menu__item {
    width: calc(33.33% - 5.4px);
  }
}

@media screen and (max-width: 480px) {
  .float-menu__item {
    width: calc(33.33% - 2.7px);
  }
}

.float-menu__item:not(:nth-last-of-type(1)) {
  margin-bottom: 12px;
}

@media screen and (max-width: 960px) {
  .float-menu__item:not(:nth-last-of-type(1)) {
    margin-bottom: 0;
  }
}

.float-menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 16px 2px 16px 0;
  background: #64C188;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-color: #64C188;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: 0 0 4px rgba(51, 51, 51, 0.16);
  box-shadow: 0 0 4px rgba(51, 51, 51, 0.16);
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

@media screen and (max-width: 960px) {
  .float-menu__item a {
    height: 48px;
    padding: 4px 16px 0;
    border-width: 1px 1px 0 1px;
    border-radius: 4px 4px 0 0;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

@media screen and (max-width: 640px) {
  .float-menu__item a {
    height: 40px;
    padding: 4px 8px 0;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 480px) {
  .float-menu__item a {
    height: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.1rem;
  }
}

.float-menu__item a [class^="ico-"] {
  width: 20px;
  height: 20px;
  margin: 0 0 8px 3px;
  fill: #fff;
}

@media screen and (max-width: 960px) {
  .float-menu__item a [class^="ico-"] {
    margin: 0 6px 0 0;
  }
}

@media screen and (max-width: 640px) {
  .float-menu__item a [class^="ico-"] {
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
  }
}

@media screen and (max-width: 480px) {
  .float-menu__item a [class^="ico-"] {
    margin: 0 auto 4px;
  }
}

.float-menu__item a:hover {
  background: #fff;
  color: #64C188;
}

.float-menu__item a:hover [class^="ico-"] {
  fill: #64C188;
}

.float-menu__item--blu a {
  background: #659BDB;
  border-color: #659BDB;
}

.float-menu__item--blu a:hover {
  background: #fff;
  color: #659BDB;
}

.float-menu__item--blu a:hover [class^="ico-"] {
  fill: #659BDB;
}

.float-menu__item--aqu a {
  background: #48B5AD;
  border-color: #48B5AD;
}

.float-menu__item--aqu a:hover {
  background: #fff;
  color: #48B5AD;
}

.float-menu__item--aqu a:hover [class^="ico-"] {
  fill: #48B5AD;
}

.pagetop {
  right: 20px;
  width: 64px;
  height: 64px;
  cursor: pointer;
}

.tbl {
  overflow-x: auto;
  margin-bottom: calc(8px * 5);
}

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

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

.tbl table {
  width: 100%;
  min-width: 920px;
  border-top: solid 1px #3A4764;
  border-left: solid 1px #3A4764;
}

@media screen and (max-width: 640px) {
  .tbl table {
    min-width: auto;
    border-top: none;
    border-left: none;
  }
}

@media screen and (max-width: 640px) {
  .tbl table thead {
    display: none;
  }
}

.tbl table thead tr th {
  padding: 16px;
  background: #3A4764;
  border-right: solid 1px #3A4764;
  border-bottom: solid 1px #3A4764;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .tbl table tbody {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .tbl table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-top: solid 1px #3A4764;
    border-left: solid 1px #3A4764;
  }
}

.tbl table tbody tr th,
.tbl table tbody tr td {
  padding: 24px 16px;
  border-right: solid 1px #3A4764;
  border-bottom: solid 1px #3A4764;
}

@media screen and (max-width: 960px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    padding: 18px 12px;
  }
}

@media screen and (max-width: 640px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    position: relative;
    padding: 12px 8px 12px 96px;
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    padding: 8px 8px 8px 88px;
  }
}

@media screen and (max-width: 640px) {
  .tbl table tbody tr th::before,
  .tbl table tbody tr td::before {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(tbl-data);
    display: block;
    width: 80px;
    padding: 12px 8px;
    height: 100%;
    background: #3A4764;
    color: #fff;
    font-size: 1.4rem;
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .tbl table tbody tr th::before,
  .tbl table tbody tr td::before {
    padding: 8px;
  }
}

.tbl table tbody tr th.cell-center,
.tbl table tbody tr td.cell-center {
  text-align: center;
}

.tbl table tbody tr th {
  background: #EEF4F5;
}

@media screen and (max-width: 960px) {
  .tbl table tbody tr th {
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .tbl table tbody tr th {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .tbl--dental table {
    border-top: solid 1px #3A4764;
    border-left: solid 1px #3A4764;
  }
}

@media screen and (max-width: 640px) {
  .tbl--dental table tbody tr {
    margin-bottom: 0;
    border: none;
  }
}

@media screen and (max-width: 640px) {
  .tbl--dental table tbody tr th,
  .tbl--dental table tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 12px 8px;
  }
}

@media screen and (max-width: 480px) {
  .tbl--dental table tbody tr th,
  .tbl--dental table tbody tr td {
    padding: 8px;
  }
}

.tbl--dental table tbody tr th::before,
.tbl--dental table tbody tr td::before {
  display: none;
}

.tbl--schedule table {
  word-break: break-all;
}

@media screen and (max-width: 640px) {
  .tbl--schedule table {
    min-width: 360px;
  }
}

@media screen and (max-width: 640px) {
  .tbl--schedule table tbody {
    display: table;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .tbl--schedule table tbody tr {
    display: table-row;
  }
}

@media screen and (max-width: 640px) {
  .tbl--schedule table tbody tr th,
  .tbl--schedule table tbody tr td {
    display: table-cell;
    padding: 12px 8px;
  }
}

@media screen and (max-width: 480px) {
  .tbl--schedule table tbody tr th,
  .tbl--schedule table tbody tr td {
    padding: 8px;
  }
}

.tbl--schedule table tbody tr th::before,
.tbl--schedule table tbody tr td::before {
  display: none;
}

@media screen and (max-width: 640px) {
  .tbl--schedule table tbody tr th {
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .tbl--schedule table tbody tr th:nth-of-type(1) {
    width: 160px;
  }
}

.tbl--schedule table tbody tr td {
  width: auto;
}

.tbl--emergency {
  overflow-x: visible;
}

.tbl--emergency table {
  max-width: 740px;
  min-width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .tbl--emergency table tbody {
    display: table;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .tbl--emergency table tbody tr {
    display: table-row;
  }
}

@media screen and (max-width: 640px) {
  .tbl--emergency table tbody tr th,
  .tbl--emergency table tbody tr td {
    display: table-cell;
    padding: 12px 8px;
  }
}

.tbl--emergency table tbody tr th::before,
.tbl--emergency table tbody tr td::before {
  display: none;
}

@media screen and (max-width: 960px) {
  .tbl--emergency table tbody tr th {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .tbl--emergency table tbody tr th {
    width: auto;
  }
}

.tbl--emergency table tbody tr:nth-of-type(2) th {
  background-color: #EAF7EF;
}

.tbl--emergency table tbody tr td {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .tbl--emergency table tbody tr td {
    width: auto;
  }
}

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

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

.modal-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100vw;
  height: 100vh;
  background: #333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

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

.modal-content {
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9998;
  width: calc(100% - 80px);
  max-width: 900px;
  max-height: calc(100% - 80px);
  padding: 56px 24px 24px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

@media screen and (max-width: 1280px) {
  .modal-content {
    width: calc(100% - 64px);
  }
}

@media screen and (max-width: 960px) {
  .modal-content {
    width: calc(100% - 48px);
    padding: 48px 20px 20px;
  }
}

@media screen and (max-width: 640px) {
  .modal-content {
    width: calc(100% - 32px);
    padding: 40px 16px 16px;
  }
}

.modal-content::-webkit-scrollbar {
  display: none;
}

.modal-content img {
  width: auto;
  max-height: 100%;
  margin: 0 auto;
}

.modal-switch:checked ~ .modal-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: opacity .3s,  visibility .3s, -webkit-transform 0s;
  transition: opacity .3s,  visibility .3s, -webkit-transform 0s;
  transition: opacity .3s,  visibility .3s, transform 0s;
  transition: opacity .3s,  visibility .3s, transform 0s,  -webkit-transform 0s;
}

.modal .modal-close {
  position: absolute;
  top: 16px;
  right: 24px;
  z-index: 9999;
  font-size: 3.2rem;
  line-height: 32px;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .modal .modal-close {
    right: 20px;
    font-size: 2.4rem;
    line-height: 24px;
  }
}

@media screen and (max-width: 640px) {
  .modal .modal-close {
    top: 12px;
    right: 16px;
    font-size: 2rem;
    line-height: 20px;
  }
}

.modal .modal-close:hover {
  opacity: .8;
}

.acd summary {
  position: relative;
  padding: calc(8px * 3);
  list-style: none;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .acd summary {
    padding: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .acd summary {
    padding: calc((8px * 3) * 0.5);
  }
}

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

.acd summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 3.2rem;
  line-height: 32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.acd .acd-content {
  padding: calc(8px * 3);
  background: #eee;
}

@media screen and (max-width: 960px) {
  .acd .acd-content {
    padding: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .acd .acd-content {
    padding: calc((8px * 3) * 0.5);
  }
}

.acd[open] summary::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.acd[open] .acd-content {
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}

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

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

/*
  //input + label
  .acd {
    .acd-check {
      display: none;
    }//.acd-check
    .acd-ttl {
      display: block;
      position: relative;
      @include p(x3);
      cursor: pointer;
      &::after {
        content: '+';
        @include pos($t:50%,$r:30px);
        font-size: $fs-3xl;
        line-height: 32px;
        transform: translateY(-50%);
        transition: .3s ease-out;
      }
    }//.acd-ttl
    .acd-content {
      opacity: 0;
      visibility: hidden;
      height: 0;
      padding: 0 32px;
      background: $l-gry;
      transition: .3s ease-out;
      @include break(tb) {
        padding: 0 24px
      }
      @include break {
        padding: 0 16px
      }
    }//.acd-content
    .acd-check:checked + .acd-ttl::after {
      transform: translateY(-50%) rotate(45deg);
    }
    .acd-check:checked ~ .acd-content {
      opacity: 1;
      visibility: visible;
      height: auto;
      @include pt(x4);
      @include pb(x4);
      transition: .3s ease-out;
    }
  }
*/
.tab .tab-switch {
  display: none;
}

.tab .tab-menu {
  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;
}

.tab .tab-menu__item {
  display: block;
  width: calc(25% - 12px);
  padding: calc(8px * 2);
  border-radius: 4px 4px 0 0;
  background: #ccc;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .tab .tab-menu__item {
    padding: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .tab .tab-menu__item {
    padding: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 640px) {
  .tab .tab-menu__item {
    width: calc( 50% - 8px);
    margin: 0 0 16px 0;
    border-radius: 4px;
  }
}

.tab .tab-menu__item:hover {
  color: #fff;
  background: #333;
}

.tab .tab-content {
  padding: calc(8px * 3);
  border: 2px solid #333;
}

@media screen and (max-width: 960px) {
  .tab .tab-content {
    padding: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .tab .tab-content {
    padding: calc((8px * 3) * 0.5);
  }
}

.tab .tab-content__item {
  display: none;
}

#tab1:checked ~ .tab-content .tab-content__item:nth-of-type(1) {
  display: block;
}

#tab1:checked ~ .tab-menu .tab-menu__item[for="tab1"] {
  background: #333;
  color: #fff;
}

#tab2:checked ~ .tab-content .tab-content__item:nth-of-type(2) {
  display: block;
}

#tab2:checked ~ .tab-menu .tab-menu__item[for="tab2"] {
  background: #333;
  color: #fff;
}

#tab3:checked ~ .tab-content .tab-content__item:nth-of-type(3) {
  display: block;
}

#tab3:checked ~ .tab-menu .tab-menu__item[for="tab3"] {
  background: #333;
  color: #fff;
}

#tab4:checked ~ .tab-content .tab-content__item:nth-of-type(4) {
  display: block;
}

#tab4:checked ~ .tab-menu .tab-menu__item[for="tab4"] {
  background: #333;
  color: #fff;
}

.writer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
  border: solid 2px #eee;
}

.writer .writer-vsl {
  width: 96px;
}

@media screen and (max-width: 960px) {
  .writer .writer-vsl {
    width: 88px;
  }
}

@media screen and (max-width: 640px) {
  .writer .writer-vsl {
    width: 80px;
  }
}

@media screen and (max-width: 480px) {
  .writer .writer-vsl {
    width: 104px;
    margin: 0 auto 16px;
  }
}

.writer .writer-dtl {
  width: calc(100% - 112px);
}

@media screen and (max-width: 960px) {
  .writer .writer-dtl {
    width: calc(100% - 104px);
  }
}

@media screen and (max-width: 640px) {
  .writer .writer-dtl {
    width: calc(100% - 96px);
  }
}

@media screen and (max-width: 480px) {
  .writer .writer-dtl {
    width: 100%;
  }
}

.writer .writer-dtl__ttl {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 8px;
  background: #3A4764;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .writer .writer-dtl__ttl {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
  }
}

.writer .writer-dtl__name {
  margin-bottom: 4px;
}

@media screen and (max-width: 480px) {
  .writer .writer-dtl__name {
    text-align: center;
  }
}

.writer .writer-dtl__name a {
  color: #3A4764;
}

.writer .writer-dtl__company {
  font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
  .writer .writer-dtl__company {
    text-align: center;
  }
}

.writer .writer-dtl__post {
  margin-bottom: 8px;
  font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
  .writer .writer-dtl__post {
    text-align: center;
  }
}

.writer .writer-dtl__txt {
  font-size: 1.4rem;
}

/*# sourceMappingURL=../../maps/common/main.css.map */
