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

input:focus:not(:focus-visible), select:focus:not(:focus-visible), button:focus:not(:focus-visible), textarea:focus:not(:focus-visible) {
  outline: none;
}

input:focus-visible, select:focus-visible, button:focus-visible, textarea:focus-visible {
  outline: solid 2px #f2881d;
}

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

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

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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: YakuHanJP, "Inter", "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

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

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

a:visited {
  color: #252525;
}

a:hover {
  color: #252525;
}

a:active {
  color: #252525;
}

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

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

a:focus-visible {
  outline: solid 2px #f2881d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header {
  width: 100%;
}

.header .header-head {
  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;
  height: 104px;
  padding: 0 224px 0 16px;
}

@media screen and (max-width: 1023px) {
  .header .header-head {
    height: 96px;
    padding: 0 208px 0 16px;
  }
}

@media screen and (max-width: 959px) {
  .header .header-head {
    height: 72px;
    padding: 0 24px 0 16px;
  }
}

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

.header .header-head .header-logo {
  width: 100%;
  max-width: 380px;
}

@media screen and (max-width: 1279px) {
  .header .header-head .header-logo {
    max-width: 340px;
  }
}

@media screen and (max-width: 1023px) {
  .header .header-head .header-logo {
    max-width: 300px;
  }
}

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

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

.header .header-head .header-menu {
  margin-left: auto;
}

.header .header-head .header-menu__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

@media screen and (max-width: 1023px) {
  .header .header-head .header-menu__head {
    gap: 12px;
  }
}

@media screen and (max-width: 959px) {
  .header .header-head .header-menu__head {
    margin-bottom: 0;
  }
}

.header .header-head .header-menu__head .header-menu-font {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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: 519px) {
  .header .header-head .header-menu__head .header-menu-font {
    display: none;
  }
}

.header .header-head .header-menu__head .header-menu-font dt {
  margin-right: 12px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1279px) {
  .header .header-head .header-menu__head .header-menu-font dt {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1023px) {
  .header .header-head .header-menu__head .header-menu-font dt {
    margin-right: 8px;
  }
}

.header .header-head .header-menu__head .header-menu-font dd 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: 52px;
  height: 36px;
  background: #fff;
  border: solid 1px #1A5CB9;
  color: #1A5CB9;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1279px) {
  .header .header-head .header-menu__head .header-menu-font dd a {
    width: 48px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1023px) {
  .header .header-head .header-menu__head .header-menu-font dd a {
    height: 32px;
  }
}

.header .header-head .header-menu__head .header-menu-font dd a.is-active {
  background-color: #1A5CB9;
  color: #fff;
}

.header .header-head .header-menu__head .header-menu-font dd:nth-of-type(1) a {
  border-radius: 2px 0 0 2px;
}

.header .header-head .header-menu__head .header-menu-font dd:nth-of-type(2) a {
  border-radius: 0 2px 2px 0;
}

.header .header-head .header-menu__head .header-menu-lang {
  position: relative;
  padding-left: 16px;
  font-size: 1.4rem;
  font-family: "Cormorant Garamond", sans-serif;
}

@media screen and (max-width: 1279px) {
  .header .header-head .header-menu__head .header-menu-lang {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 519px) {
  .header .header-head .header-menu__head .header-menu-lang {
    display: none;
  }
}

.header .header-head .header-menu__head .header-menu-lang::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background: #252525;
  -webkit-mask-image: url("/img/general/icon/arrow-lang.svg");
  mask-image: url("/img/general/icon/arrow-lang.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  .header .header-head .header-menu__head .header-menu-contact {
    position: fixed;
    top: auto;
    right: 25%;
    bottom: 0;
    z-index: 9999;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 25%;
  }
}

.header .header-head .header-menu__head .header-menu-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 12px;
  background: #56b3ef;
  border-radius: 2px;
  -webkit-transform: opacity 0.3s ease-out;
  transform: opacity 0.3s ease-out;
}

@media screen and (max-width: 1279px) {
  .header .header-head .header-menu__head .header-menu-contact a {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1023px) {
  .header .header-head .header-menu__head .header-menu-contact a {
    height: 32px;
  }
}

@media screen and (max-width: 959px) {
  .header .header-head .header-menu__head .header-menu-contact a {
    gap: 0;
    position: relative;
    width: 100%;
    height: 64px;
    background: #1A5CB9;
    border-radius: 0;
  }
}

.header .header-head .header-menu__head .header-menu-contact a::before {
  content: '';
  width: 18px;
  height: 12px;
  background: #fff;
  -webkit-mask-image: url("/img/general/icon/mail.svg");
  mask-image: url("/img/general/icon/mail.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 959px) {
  .header .header-head .header-menu__head .header-menu-contact a::before {
    position: absolute;
    top: 17px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.header .header-head .header-menu__head .header-menu-contact a::after {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9998;
  width: 1px;
  height: calc(100% - 40px);
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  .header .header-head .header-menu__head .header-menu-contact a::after {
    display: block;
  }
}

.header .header-head .header-menu__head .header-menu-contact a span {
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 959px) {
  .header .header-head .header-menu__head .header-menu-contact a span {
    position: absolute;
    right: 0;
    bottom: 6px;
    left: 0;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
}

@media screen and (max-width: 519px) {
  .header .header-head .header-menu__head .header-menu-contact a span {
    font-size: 1rem;
  }
}

.header .header-head .header-menu__head .header-menu-contact a:hover {
  opacity: 0.7;
}

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

.header .header-head .header-menu__foot .header-search {
  position: relative;
}

.header .header-head .header-menu__foot .header-search input {
  width: 100%;
  height: 36px;
  padding: 0 16px;
  background: #f3f3f3;
  border-radius: 1px;
}

@media screen and (max-width: 1023px) {
  .header .header-head .header-menu__foot .header-search input {
    height: 32px;
  }
}

.header .header-head .header-menu__foot .header-search input::-webkit-input-placeholder {
  color: #868686;
}

.header .header-head .header-menu__foot .header-search input::-moz-placeholder {
  color: #868686;
}

.header .header-head .header-menu__foot .header-search input:-ms-input-placeholder {
  color: #868686;
}

.header .header-head .header-menu__foot .header-search input::-ms-input-placeholder {
  color: #868686;
}

.header .header-head .header-menu__foot .header-search input::placeholder {
  color: #868686;
}

.header .header-head .header-menu__foot .header-search button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 36px;
  font-size: 0;
  cursor: pointer;
}

.header .header-head .header-menu__foot .header-search button::before {
  content: '';
  width: 14px;
  height: 14px;
  background: #1A5CB9;
  -webkit-mask-image: url("/img/general/icon/search.svg");
  mask-image: url("/img/general/icon/search.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.header .header-head .header-float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 200px;
  height: 104px;
  background: #1A5CB9;
}

@media screen and (max-width: 1023px) {
  .header .header-head .header-float {
    width: 192px;
    height: 96px;
  }
}

@media screen and (max-width: 959px) {
  .header .header-head .header-float {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 64px;
  }
}

.header .header-head .header-float__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  width: 50%;
}

@media screen and (max-width: 959px) {
  .header .header-head .header-float__item {
    position: relative;
    gap: 0;
  }
}

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

.header .header-head .header-float__item:not(:nth-last-of-type(1))::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: calc(100% - 40px);
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header .header-head .header-float__item .header-float-ico {
  width: 50px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .header .header-head .header-float__item .header-float-ico {
    position: absolute;
    top: 6px;
    right: 0;
    left: 0;
    width: 40px;
  }
}

.header .header-head .header-float__item .header-float-txt {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .header .header-head .header-float__item .header-float-txt {
    position: absolute;
    right: 0;
    bottom: 6px;
    left: 0;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.4;
  }
}

@media screen and (max-width: 519px) {
  .header .header-head .header-float__item .header-float-txt {
    font-size: 1rem;
  }
}

.header .header-nav {
  width: 100%;
  border-top: solid 2px #1A5CB9;
}

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

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

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

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

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

.header .header-nav .header-nav-list__item > a {
  display: block;
  padding: 20px 0;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .header .header-nav .header-nav-list__item > a {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1023px) {
  .header .header-nav .header-nav-list__item > a {
    padding: 16px 0;
  }
}

.header .header-nav .header-nav-list__item > a span {
  display: block;
  padding-top: 8px;
  color: #1A5CB9;
  font-size: 1.4rem;
  font-weight: initial;
  font-family: "Cormorant Garamond", sans-serif;
}

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

.header .header-nav .header-nav-list__item > a:hover {
  opacity: 0.8;
}

.header .header-nav .header-nav-list__item:has(.pull-nav) {
  position: relative;
  padding-right: 28px;
  cursor: pointer;
}

.header .header-nav .header-nav-list__item:has(.pull-nav) .pull-nav {
  display: none;
  position: absolute;
  top: calc(100% - 8px);
  left: 50%;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  background: #fff;
  border: solid 1px #1A5CB9;
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header .header-nav .header-nav-list__item:has(.pull-nav) .pull-nav .pull-nav-list__item {
  text-align: left;
}

.header .header-nav .header-nav-list__item:has(.pull-nav) .pull-nav .pull-nav-list__item:not(:nth-last-of-type(1)) {
  border-bottom: dashed 1px #c3c3c3;
}

.header .header-nav .header-nav-list__item:has(.pull-nav) .pull-nav .pull-nav-list__item a {
  display: block;
  position: relative;
  padding: 12px 8px;
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: 1.4;
}

.header .header-nav .header-nav-list__item:has(.pull-nav) .pull-nav .pull-nav-list__item a:hover {
  color: #1A5CB9;
}

.header .header-nav .header-nav-list__item:has(.pull-nav):hover .pull-nav {
  display: block;
}

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

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

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

.drawer-hamburger {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 25%;
  height: 64px;
  background: #1A5CB9;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.drawer-hamburger::before {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9998;
  width: 1px;
  height: calc(100% - 40px);
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.drawer-hamburger .drawer-hamburger-txt {
  position: absolute;
  bottom: 6px;
  left: 50%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

@media screen and (max-width: 519px) {
  .drawer-hamburger .drawer-hamburger-txt {
    font-size: 1rem;
  }
}

.drawer-hamburger .drawer-hamburger-ico {
  display: block;
  position: relative;
  top: 24px;
  width: 18px;
  height: 1px;
  margin: 0 auto;
  background: #fff;
}

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

.drawer-hamburger .drawer-hamburger-ico::before {
  top: -6px;
}

.drawer-hamburger .drawer-hamburger-ico::after {
  top: 6px;
}

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

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

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

.drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  padding: 32px 20px 80px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

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

.drawer-content .drawer-logo {
  margin-bottom: 16px;
  padding-bottom: 20px;
  border-bottom: solid 1px #f3f3f3;
}

.drawer-content .drawer-logo img {
  max-width: 160px;
  margin: 0 auto;
}

.drawer-content .drawer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 18px 10px;
}

.drawer-content .drawer-menu:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #f3f3f3;
}

.drawer-content .drawer-menu__item {
  width: 100%;
}

.drawer-content .drawer-menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 24px;
  color: #1A5CB9;
  font-size: 1.6rem;
  line-height: 1.2;
}

.drawer-content .drawer-menu__item a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  aspect-ratio: 1/1;
  background: #1A5CB9;
  -webkit-mask-image: url("/img/general/icon/arrow-circle.svg");
  mask-image: url("/img/general/icon/arrow-circle.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

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

@media screen and (max-width: 519px) {
  .drawer-content .drawer-menu__item.--level2 {
    width: 100%;
  }
}

.drawer-content .drawer-menu__item.--level2 a {
  color: #252525;
  font-size: 1.4rem;
}

.drawer-content .drawer-menu__item.--level2 a::before {
  display: none;
}

.drawer-content .drawer-menu__item.--level2 a::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 12px;
  width: 6px;
  height: 1px;
  background: #56b3ef;
}

.footer {
  position: sticky;
  top: 100vh;
}

@media screen and (max-width: 959px) {
  .footer {
    padding-bottom: 65px;
  }
}

.footer .footer-head {
  position: relative;
}

.footer .footer-head::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: calc(100% - 80px);
  height: 1px;
  margin: 0 auto;
  background: #1A5CB9;
}

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

@media screen and (max-width: 959px) {
  .footer .footer-head::before {
    width: calc(100% - 48px);
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-head::before {
    width: calc(100% - 32px);
  }
}

.footer .footer-head__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

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

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

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

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

.footer .footer-head .footer-info {
  width: 440px;
}

@media screen and (max-width: 1279px) {
  .footer .footer-head .footer-info {
    width: 400px;
  }
}

@media screen and (max-width: 1023px) {
  .footer .footer-head .footer-info {
    width: 360px;
  }
}

@media screen and (max-width: 959px) {
  .footer .footer-head .footer-info {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-head .footer-info {
    width: 100%;
  }
}

.footer .footer-head .footer-info .footer-logo {
  width: 100%;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .footer .footer-head .footer-info .footer-logo {
    max-width: 240px;
    margin: 0 auto 16px;
  }
}

.footer .footer-head .footer-info .footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

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

.footer .footer-head .footer-info .footer-btn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc((100% / 2) - (12px * 1 / 2));
  max-width: 160px;
  height: 40px;
  background: #1A5CB9;
  border-radius: 2px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .footer .footer-head .footer-info .footer-btn__item {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-head .footer-info .footer-btn__item {
    font-size: 1.4rem;
  }
}

.footer .footer-head .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 64px;
  max-width: calc(100% - 480px);
  margin-left: auto;
}

@media screen and (max-width: 1279px) {
  .footer .footer-head .footer-nav {
    max-width: calc(100% - 432px);
    gap: 48px;
  }
}

@media screen and (max-width: 1023px) {
  .footer .footer-head .footer-nav {
    max-width: calc(100% - 392px);
    gap: 40px;
  }
}

@media screen and (max-width: 959px) {
  .footer .footer-head .footer-nav {
    gap: 24px;
    max-width: calc(100% - 244px);
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-head .footer-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-head .footer-nav__col {
    width: 100%;
  }
}

.footer .footer-head .footer-nav .footer-nav-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

.footer .footer-head .footer-nav .footer-nav-ttl {
  margin-bottom: 16px;
  color: #1A5CB9;
  font-size: 2rem;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 1279px) {
  .footer .footer-head .footer-nav .footer-nav-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  .footer .footer-head .footer-nav .footer-nav-ttl {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-head .footer-nav .footer-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 16px;
  }
}

.footer .footer-head .footer-nav .footer-nav-list__item {
  position: relative;
  padding-left: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .footer .footer-head .footer-nav .footer-nav-list__item {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-head .footer-nav .footer-nav-list__item {
    width: calc((100% / 2) - (16px * 1 / 2));
    font-size: 1.2rem;
  }
}

.footer .footer-head .footer-nav .footer-nav-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .footer .footer-head .footer-nav .footer-nav-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: 0;
  }
}

.footer .footer-head .footer-nav .footer-nav-list__item::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 1px;
  background: #56b3ef;
}

@media screen and (max-width: 519px) {
  .footer .footer-head .footer-nav .footer-nav-list__item::before {
    top: 7px;
  }
}

.footer .footer-foot {
  background: #1A5CB9;
}

.footer .footer-foot__wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

.footer .footer-foot .footer-subnav {
  margin-bottom: 12px;
}

.footer .footer-foot .footer-subnav .footer-subnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.footer .footer-foot .footer-subnav .footer-subnav-list__item {
  line-height: 1.2;
}

.footer .footer-foot .footer-subnav .footer-subnav-list__item a {
  position: relative;
  padding-left: 18px;
  color: #fff;
  font-size: 1.2rem;
}

.footer .footer-foot .footer-subnav .footer-subnav-list__item a::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 10px;
  background: #fff;
  -webkit-mask-image: url("/img/general/icon/arrow.svg");
  mask-image: url("/img/general/icon/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.footer .footer-foot .footer-contact {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

@media screen and (max-width: 959px) {
  .footer .footer-foot .footer-contact {
    display: none;
  }
}

.footer .footer-foot .footer-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  width: 148px;
  height: 40px;
  background: #56b3ef;
  border-radius: 2px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .footer .footer-foot .footer-contact a {
    font-size: 1.3rem;
  }
}

.footer .footer-foot .footer-contact a::before {
  content: '';
  width: 18px;
  height: 12px;
  background: #fff;
  -webkit-mask-image: url("/img/general/icon/mail.svg");
  mask-image: url("/img/general/icon/mail.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.footer .footer-foot .copy {
  font-size: 1rem;
  color: #fff;
}

.footer .footer-foot .copy a {
  color: #fff;
}

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

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

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

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

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

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

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

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

#app {
  position: relative;
  height: 100%;
}

.lower-page {
  overflow: hidden;
}

.lower-page .hero {
  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: 160px;
  margin-bottom: 16px;
  padding: 0 16px;
  background: #1A5CB9;
}

@media screen and (max-width: 959px) {
  .lower-page .hero {
    height: 140px;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .hero {
    height: 120px;
    margin-bottom: 12px;
  }
}

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

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

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

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

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

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

.breadcrumb__item {
  display: inline;
  margin-right: 4px;
  padding-right: 12px;
  font-size: 1.2rem;
}

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

.breadcrumb__item:not(:nth-last-of-type(1))::after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #252525;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.breadcrumb__item a {
  text-decoration: underline;
}

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

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

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

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

.lower-page .pagettl {
  color: #fff;
  text-align: center;
  padding-bottom: 8px;
}

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

.lower-page .pagettl__sub {
  display: block;
  margin-bottom: 4px;
  font-size: 5.6rem;
  font-family: "Cormorant Garamond", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

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

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

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

.lower-page .pagettl__main {
  font-size: 1.8rem;
  line-height: 1.4;
}

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

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

.lower-page .headline {
  margin-bottom: calc(8px * 4);
  font-size: 3.2rem;
  color: #1A5CB9;
  font-weight: bold;
}

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

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

@media screen and (max-width: 959px) {
  .lower-page .headline {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .headline {
    font-size: 2.4rem;
  }
}

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

.lower-page .ttl-l {
  margin-bottom: calc(8px * 3);
  font-size: 2.8rem;
  color: #1A5CB9;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

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

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

@media screen and (max-width: 959px) {
  .lower-page .ttl-l {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .ttl-l {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .ttl-l {
    font-size: 2rem;
  }
}

.lower-page .ttl-m {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 16px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-m {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .ttl-m {
    margin-bottom: 16px;
    padding-bottom: 12px;
    font-size: 1.8rem;
  }
}

.lower-page .ttl-m::before, .lower-page .ttl-m::after {
  content: '';
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#1A5CB9), to(#56b3ef));
  background: linear-gradient(to right, #1A5CB9, #56b3ef);
}

.lower-page .ttl-m::before {
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 2px;
}

.lower-page .ttl-m::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}

.lower-page .ttl-m::first-letter {
  color: #1A5CB9;
}

.lower-page .ttl-s {
  position: relative;
  margin-bottom: 16px;
  padding-left: 18px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-s {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .ttl-s {
    margin-bottom: 12px;
    padding-left: 16px;
    font-size: 1.6rem;
  }
}

.lower-page .ttl-s::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 24px;
  background: linear-gradient(to bottom, #1A5CB9 12px, rgba(26, 92, 185, 0.5) 12px, rgba(26, 92, 185, 0.5) 18px, #1A5CB9 18px);
  -webkit-mask-image: url("/img/general/icon/ttl-deco-diagonal.svg");
  mask-image: url("/img/general/icon/ttl-deco-diagonal.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-s::before {
    top: 3px;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .ttl-s::before {
    top: 2px;
    width: 10px;
    height: 20px;
  }
}

.lower-page .ttl-s.--red::before {
  background: linear-gradient(to bottom, #D93200 12px, rgba(217, 50, 0, 0.5) 12px, rgba(217, 50, 0, 0.5) 18px, #D93200 18px);
}

.lower-page .ttl-s.--l-blu::before {
  background: linear-gradient(to bottom, #56b3ef 12px, rgba(86, 179, 239, 0.5) 12px, rgba(86, 179, 239, 0.5) 18px, #56b3ef 18px);
}

.lower-page .ttl-s.--blu::before {
  background: linear-gradient(to bottom, #1A5CB9 12px, rgba(26, 92, 185, 0.5) 12px, rgba(26, 92, 185, 0.5) 18px, #1A5CB9 18px);
}

.lower-page .ttl-s.--l-grn::before {
  background: linear-gradient(to bottom, #6ad08a 12px, rgba(106, 208, 138, 0.5) 12px, rgba(106, 208, 138, 0.5) 18px, #6ad08a 18px);
}

.lower-page .ttl-s.--grn::before {
  background: linear-gradient(to bottom, #31918e 12px, rgba(49, 145, 142, 0.5) 12px, rgba(49, 145, 142, 0.5) 18px, #31918e 18px);
}

.lower-page .ttl-s.--yel::before {
  background: linear-gradient(to bottom, #fce900 12px, rgba(252, 233, 0, 0.5) 12px, rgba(252, 233, 0, 0.5) 18px, #fce900 18px);
}

.lower-page .ttl-s.--orn::before {
  background: linear-gradient(to bottom, #f2881d 12px, rgba(242, 136, 29, 0.5) 12px, rgba(242, 136, 29, 0.5) 18px, #f2881d 18px);
}

.lower-page .ttl-s.--vio::before {
  background: linear-gradient(to bottom, #8d49c7 12px, rgba(141, 73, 199, 0.5) 12px, rgba(141, 73, 199, 0.5) 18px, #8d49c7 18px);
}

.lower-page .ttl-s.--blk::before {
  background: linear-gradient(to bottom, #252525 12px, rgba(37, 37, 37, 0.5) 12px, rgba(37, 37, 37, 0.5) 18px, #252525 18px);
}

.lower-page .ttl-s.--wht::before {
  background: linear-gradient(to bottom, #fff 12px, rgba(255, 255, 255, 0.5) 12px, rgba(255, 255, 255, 0.5) 18px, #fff 18px);
}

.lower-page .ttl-s.--l-gry::before {
  background: linear-gradient(to bottom, #f3f3f3 12px, rgba(243, 243, 243, 0.5) 12px, rgba(243, 243, 243, 0.5) 18px, #f3f3f3 18px);
}

.lower-page .ttl-s.--gry::before {
  background: linear-gradient(to bottom, #c3c3c3 12px, rgba(195, 195, 195, 0.5) 12px, rgba(195, 195, 195, 0.5) 18px, #c3c3c3 18px);
}

.lower-page .ttl-s.--d-gry::before {
  background: linear-gradient(to bottom, #868686 12px, rgba(134, 134, 134, 0.5) 12px, rgba(134, 134, 134, 0.5) 18px, #868686 18px);
}

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

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

.lead-txt {
  font-size: 2rem;
}

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

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

a.link-txt {
  color: #1A5CB9;
  font-weight: bold;
  text-decoration: underline;
}

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

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

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

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

.fc-red {
  color: #D93200;
}

.fc-l-blu {
  color: #56b3ef;
}

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

.fc-l-grn {
  color: #6ad08a;
}

.fc-grn {
  color: #31918e;
}

.fc-yel {
  color: #fce900;
}

.fc-orn {
  color: #f2881d;
}

.fc-vio {
  color: #8d49c7;
}

.fc-blk {
  color: #252525;
}

.fc-wht {
  color: #fff;
}

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

.fc-gry {
  color: #c3c3c3;
}

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

.list__item {
  position: relative;
  padding-left: 13px;
}

.list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 2px;
}

.list__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1A5CB9), color-stop(50%, #56b3ef));
  background: linear-gradient(to bottom, #1A5CB9 50%, #56b3ef 50%);
  -webkit-mask-image: url("/img/general/icon/list-ico.svg");
  mask-image: url("/img/general/icon/list-ico.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 519px) {
  .list__item::before {
    top: 6px;
  }
}

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

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

.num-list__item::before {
  counter-increment: list-num;
  content: counter(list-num, decimal-leading-zero) ".";
  color: #56b3ef;
}

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

.note-list__item:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width: 519px) {
  .note-list__item:not(:last-child) {
    margin-bottom: 6px;
  }
}

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

.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: 959px) {
  .btn {
    gap: 20px;
  }
}

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

.btn > span,
.btn label,
.btn a,
.btn button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  position: relative;
  width: 100%;
  max-width: 300px;
  min-height: 56px;
  padding: 12px;
  background: #fff;
  border: 1px solid #1A5CB9;
  border-radius: 1px;
  color: #1A5CB9;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .btn > span,
  .btn label,
  .btn a,
  .btn button {
    min-height: 48px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .btn > span,
  .btn label,
  .btn a,
  .btn button {
    max-width: none;
  }
}

.btn > span::before, .btn > span::after,
.btn label::before,
.btn label::after,
.btn a::before,
.btn a::after,
.btn button::before,
.btn button::after {
  content: '';
  width: 2px;
  height: 12px;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn > span::before,
.btn label::before,
.btn a::before,
.btn button::before {
  position: absolute;
  top: 8px;
  left: -1px;
}

.btn > span::after,
.btn label::after,
.btn a::after,
.btn button::after {
  position: absolute;
  right: -1px;
  bottom: 8px;
}

.btn > span input,
.btn label input,
.btn a input,
.btn button input {
  display: none;
}

.btn > span [class*="ico-"],
.btn label [class*="ico-"],
.btn a [class*="ico-"],
.btn button [class*="ico-"] {
  background: #1A5CB9;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn > span .ico-pdf,
.btn label .ico-pdf,
.btn a .ico-pdf,
.btn button .ico-pdf {
  width: 16px;
  height: 18px;
  -webkit-mask-image: url("/img/general/icon/pdf.svg");
  mask-image: url("/img/general/icon/pdf.svg");
}

.btn > span .ico-external,
.btn label .ico-external,
.btn a .ico-external,
.btn button .ico-external {
  width: 10px;
  height: 10px;
  -webkit-mask-image: url("/img/general/icon/external.svg");
  mask-image: url("/img/general/icon/external.svg");
}

.btn > span .ico-back,
.btn label .ico-back,
.btn a .ico-back,
.btn button .ico-back {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("/img/general/icon/arrow-circle.svg");
  mask-image: url("/img/general/icon/arrow-circle.svg");
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.btn > span:hover::before,
.btn label:hover::before,
.btn a:hover::before,
.btn button:hover::before {
  top: calc(100% - 20px);
}

.btn > span:hover::after,
.btn label:hover::after,
.btn a:hover::after,
.btn button:hover::after {
  bottom: calc(100% - 20px);
}

.btn > span.bc-red,
.btn label.bc-red,
.btn a.bc-red,
.btn button.bc-red {
  border-color: #D93200;
  color: #D93200;
}

.btn > span.bc-red [class*="ico-"],
.btn label.bc-red [class*="ico-"],
.btn a.bc-red [class*="ico-"],
.btn button.bc-red [class*="ico-"] {
  background: #D93200;
}

.btn > span.bc-l-blu,
.btn label.bc-l-blu,
.btn a.bc-l-blu,
.btn button.bc-l-blu {
  border-color: #56b3ef;
  color: #56b3ef;
}

.btn > span.bc-l-blu [class*="ico-"],
.btn label.bc-l-blu [class*="ico-"],
.btn a.bc-l-blu [class*="ico-"],
.btn button.bc-l-blu [class*="ico-"] {
  background: #56b3ef;
}

.btn > span.bc-blu,
.btn label.bc-blu,
.btn a.bc-blu,
.btn button.bc-blu {
  border-color: #1A5CB9;
  color: #1A5CB9;
}

.btn > span.bc-blu [class*="ico-"],
.btn label.bc-blu [class*="ico-"],
.btn a.bc-blu [class*="ico-"],
.btn button.bc-blu [class*="ico-"] {
  background: #1A5CB9;
}

.btn > span.bc-l-grn,
.btn label.bc-l-grn,
.btn a.bc-l-grn,
.btn button.bc-l-grn {
  border-color: #6ad08a;
  color: #6ad08a;
}

.btn > span.bc-l-grn [class*="ico-"],
.btn label.bc-l-grn [class*="ico-"],
.btn a.bc-l-grn [class*="ico-"],
.btn button.bc-l-grn [class*="ico-"] {
  background: #6ad08a;
}

.btn > span.bc-grn,
.btn label.bc-grn,
.btn a.bc-grn,
.btn button.bc-grn {
  border-color: #31918e;
  color: #31918e;
}

.btn > span.bc-grn [class*="ico-"],
.btn label.bc-grn [class*="ico-"],
.btn a.bc-grn [class*="ico-"],
.btn button.bc-grn [class*="ico-"] {
  background: #31918e;
}

.btn > span.bc-yel,
.btn label.bc-yel,
.btn a.bc-yel,
.btn button.bc-yel {
  border-color: #fce900;
  color: #fce900;
}

.btn > span.bc-yel [class*="ico-"],
.btn label.bc-yel [class*="ico-"],
.btn a.bc-yel [class*="ico-"],
.btn button.bc-yel [class*="ico-"] {
  background: #fce900;
}

.btn > span.bc-orn,
.btn label.bc-orn,
.btn a.bc-orn,
.btn button.bc-orn {
  border-color: #f2881d;
  color: #f2881d;
}

.btn > span.bc-orn [class*="ico-"],
.btn label.bc-orn [class*="ico-"],
.btn a.bc-orn [class*="ico-"],
.btn button.bc-orn [class*="ico-"] {
  background: #f2881d;
}

.btn > span.bc-vio,
.btn label.bc-vio,
.btn a.bc-vio,
.btn button.bc-vio {
  border-color: #8d49c7;
  color: #8d49c7;
}

.btn > span.bc-vio [class*="ico-"],
.btn label.bc-vio [class*="ico-"],
.btn a.bc-vio [class*="ico-"],
.btn button.bc-vio [class*="ico-"] {
  background: #8d49c7;
}

.btn > span.bc-blk,
.btn label.bc-blk,
.btn a.bc-blk,
.btn button.bc-blk {
  border-color: #252525;
  color: #252525;
}

.btn > span.bc-blk [class*="ico-"],
.btn label.bc-blk [class*="ico-"],
.btn a.bc-blk [class*="ico-"],
.btn button.bc-blk [class*="ico-"] {
  background: #252525;
}

.btn > span.bc-wht,
.btn label.bc-wht,
.btn a.bc-wht,
.btn button.bc-wht {
  border-color: #fff;
  color: #fff;
}

.btn > span.bc-wht [class*="ico-"],
.btn label.bc-wht [class*="ico-"],
.btn a.bc-wht [class*="ico-"],
.btn button.bc-wht [class*="ico-"] {
  background: #fff;
}

.btn > span.bc-l-gry,
.btn label.bc-l-gry,
.btn a.bc-l-gry,
.btn button.bc-l-gry {
  border-color: #f3f3f3;
  color: #f3f3f3;
}

.btn > span.bc-l-gry [class*="ico-"],
.btn label.bc-l-gry [class*="ico-"],
.btn a.bc-l-gry [class*="ico-"],
.btn button.bc-l-gry [class*="ico-"] {
  background: #f3f3f3;
}

.btn > span.bc-gry,
.btn label.bc-gry,
.btn a.bc-gry,
.btn button.bc-gry {
  border-color: #c3c3c3;
  color: #c3c3c3;
}

.btn > span.bc-gry [class*="ico-"],
.btn label.bc-gry [class*="ico-"],
.btn a.bc-gry [class*="ico-"],
.btn button.bc-gry [class*="ico-"] {
  background: #c3c3c3;
}

.btn > span.bc-d-gry,
.btn label.bc-d-gry,
.btn a.bc-d-gry,
.btn button.bc-d-gry {
  border-color: #868686;
  color: #868686;
}

.btn > span.bc-d-gry [class*="ico-"],
.btn label.bc-d-gry [class*="ico-"],
.btn a.bc-d-gry [class*="ico-"],
.btn button.bc-d-gry [class*="ico-"] {
  background: #868686;
}

.btn > span {
  pointer-events: none;
}

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

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

.btn.--col2 label,
.btn.--col2 a,
.btn.--col2 button {
  width: calc((100% / 2) - (24px * 1 / 2));
  max-width: none;
}

@media screen and (max-width: 959px) {
  .btn.--col2 label,
  .btn.--col2 a,
  .btn.--col2 button {
    width: calc((100% / 2) - (20px * 1 / 2));
  }
}

@media screen and (max-width: 519px) {
  .btn.--col2 label,
  .btn.--col2 a,
  .btn.--col2 button {
    width: 100%;
  }
}

.btn.--col3 label,
.btn.--col3 a,
.btn.--col3 button {
  width: calc((100% / 3) - (24px * 2 / 3));
  max-width: none;
}

@media screen and (max-width: 959px) {
  .btn.--col3 label,
  .btn.--col3 a,
  .btn.--col3 button {
    width: calc((100% / 3) - (20px * 2 / 3));
  }
}

@media screen and (max-width: 767px) {
  .btn.--col3 label,
  .btn.--col3 a,
  .btn.--col3 button {
    width: calc((100% / 2) - (20px * 1 / 2));
  }
}

@media screen and (max-width: 519px) {
  .btn.--col3 label,
  .btn.--col3 a,
  .btn.--col3 button {
    width: 100%;
  }
}

.btn.--col4 label,
.btn.--col4 a,
.btn.--col4 button {
  width: calc((100% / 4) - (24px * 3 / 4));
  max-width: none;
}

@media screen and (max-width: 959px) {
  .btn.--col4 label,
  .btn.--col4 a,
  .btn.--col4 button {
    width: calc((100% / 2) - (20px * 1 / 2));
  }
}

@media screen and (max-width: 519px) {
  .btn.--col4 label,
  .btn.--col4 a,
  .btn.--col4 button {
    width: 100%;
  }
}

.btn.--small {
  gap: 16px;
}

@media screen and (max-width: 519px) {
  .btn.--small {
    gap: 12px;
  }
}

.btn.--small a, .btn.--small__item {
  min-height: 48px;
}

.menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

.menu-btn__item {
  width: calc((100% / 3) - (24px * 2 / 3));
}

@media screen and (max-width: 959px) {
  .menu-btn__item {
    width: calc((100% / 2) - (24px * 1 / 2));
  }
}

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

.menu-btn__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;
  position: relative;
  min-height: 80px;
  padding: 8px 24px;
  border: solid 1px #1A5CB9;
  color: #1A5CB9;
  line-height: 1.4;
}

@media screen and (max-width: 1023px) {
  .menu-btn__item a {
    min-height: 72px;
  }
}

@media screen and (max-width: 767px) {
  .menu-btn__item a {
    min-height: 64px;
    padding: 8px 20px;
  }
}

.menu-btn__item a::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  width: 48px;
  height: 40px;
  background: url("/img/general/common/search-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .menu-btn__item a::before {
    top: -10px;
    left: -10px;
    width: 40px;
    height: 32px;
  }
}

.menu-btn__item a::after {
  content: '';
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 12px;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, transparent 50%, #1A5CB9 50%);
}

@media screen and (max-width: 767px) {
  .menu-btn__item a::after {
    right: 6px;
    bottom: 6px;
    width: 8px;
  }
}

.link-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: 48px;
}

.link-btn__item {
  position: relative;
  width: calc((100% / 2) - (48px * 1 / 2));
  max-width: 480px;
  border: solid 1px #1A5CB9;
}

.link-btn__item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: solid 1px rgba(26, 92, 185, 0.3);
}

.link-btn__item .deco-diagonal::before, .link-btn__item .deco-diagonal::after {
  content: '';
  width: 48px;
  height: 40px;
  background: linear-gradient(45deg, rgba(26, 92, 185, 0.5) 50%, #1A5CB9 50%);
  -webkit-mask-image: url("/img/general/icon/btn-deco-diagonal.svg");
  mask-image: url("/img/general/icon/btn-deco-diagonal.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.link-btn__item .deco-diagonal::before {
  position: absolute;
  top: -8px;
  left: -8px;
}

.link-btn__item .deco-diagonal::after {
  position: absolute;
  right: -8px;
  bottom: -8px;
  -webkit-transform: translateZ(180deg);
  transform: translateZ(180deg);
}

.tbl table {
  margin-bottom: 8px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px 0;
}

@media screen and (max-width: 767px) {
  .tbl table {
    display: block;
    border-top: solid 1px #1A5CB9;
  }
}

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

.tbl table thead tr th {
  padding: 16px;
  background: #1A5CB9;
  border-radius: 3px;
  color: #fff;
  line-height: 1.6;
  vertical-align: middle;
}

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

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

.tbl table tbody tr th,
.tbl table tbody tr td {
  padding: 16px;
  vertical-align: middle;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    display: block;
    width: 100%;
  }
}

.tbl table tbody tr th {
  border-bottom: solid 1px #1A5CB9;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .tbl table tbody tr th {
    padding: 16px 12px 8px;
    border-bottom: none;
    color: #1A5CB9;
    font-weight: bold;
  }
}

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

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

.tbl table tbody tr td {
  border-bottom: solid 1px rgba(195, 195, 195, 0.5);
}

@media screen and (max-width: 767px) {
  .tbl table tbody tr td {
    padding: 0 12px 8px;
    border-bottom: none;
  }
}

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

@media screen and (max-width: 767px) {
  .tbl table tbody tr td.cell-center {
    text-align: left;
  }
}

.tbl table tbody tr td.cell-right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .tbl table tbody tr td.cell-right {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .tbl table tbody tr td:nth-last-of-type(1) {
    padding-bottom: 16px;
    border-bottom: solid 1px #1A5CB9;
  }
}

@media screen and (max-width: 767px) {
  .tbl table tbody tr:not(:has(th)) td:nth-of-type(1) {
    padding: 16px 12px 8px;
  }
}

.tbl table tbody tr:has([data-tbl]) th::before,
.tbl table tbody tr:has([data-tbl]) td::before {
  display: none;
  content: attr(data-tbl);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4px;
  padding: 3px 8px;
  background: #1A5CB9;
  border-radius: 2px;
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .tbl table tbody tr:has([data-tbl]) th::before,
  .tbl table tbody tr:has([data-tbl]) td::before {
    display: block;
  }
}

.tbl table tbody tr:has([data-tbl-inline]) th::before,
.tbl table tbody tr:has([data-tbl-inline]) td::before {
  display: none;
  content: attr(data-tbl-inline);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 8px;
  padding: 3px 8px;
  background: #1A5CB9;
  border-radius: 2px;
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .tbl table tbody tr:has([data-tbl-inline]) th::before,
  .tbl table tbody tr:has([data-tbl-inline]) td::before {
    display: inline-block;
  }
}

.tbl table:not(:has(thead)) tbody tr:nth-of-type(1) th {
  border-top: solid 1px #1A5CB9;
}

@media screen and (max-width: 767px) {
  .tbl table:not(:has(thead)) tbody tr:nth-of-type(1) th {
    border-top: none;
  }
}

.tbl table:not(:has(thead)) tbody tr:nth-of-type(1) td {
  border-top: solid 1px rgba(195, 195, 195, 0.5);
}

@media screen and (max-width: 767px) {
  .tbl table:not(:has(thead)) tbody tr:nth-of-type(1) td {
    border-top: none;
  }
}

.tbl .tbl-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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  padding: 0 16px;
  background: #1A5CB9;
  border: solid 1px #1A5CB9;
  border-radius: 15px;
  color: #fff;
  font-size: 1.4rem;
}

.tbl .tbl-btn a:hover {
  background: #fff;
  color: #1A5CB9;
}

.tbl .tbl-btn.--contact {
  margin-top: 12px;
}

.tbl .tbl-btn.--contact a {
  border-radius: 1px;
}

@media screen and (max-width: 519px) {
  .tbl .tbl-btn.--contact a {
    width: 100%;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .tbl.--noline table {
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  .tbl.--noline table tbody tr:nth-of-type(1) th {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .tbl.--noline table tbody tr:nth-of-type(1):not(:has(th)) td:nth-of-type(1) {
    padding-top: 0;
  }
}

.tbl.--noline table:not(:has(thead)) tbody tr:nth-of-type(1) th {
  padding-top: 0;
  border-top: none;
}

.tbl.--noline table:not(:has(thead)) tbody tr:nth-of-type(1) td {
  padding-top: 0;
  border-top: none;
}

.separate {
  margin-bottom: calc(8px * 5);
  padding-bottom: calc(8px * 5);
  border-bottom: solid 1px #c3c3c3;
}

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

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

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

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

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

.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: #252525;
  -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: 1279px) {
  .modal-content {
    width: calc(100% - 64px);
  }
}

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

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

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

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

.modal-switch:checked ~ .modal-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: opacity .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: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

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

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

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

.tab .tab-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .tab .tab-menu {
    gap: 12px;
  }
}

.tab .tab-menu::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 2px;
  background: #f3f3f3;
}

@media screen and (max-width: 767px) {
  .tab .tab-menu::after {
    display: none;
  }
}

.tab .tab-menu__item {
  position: relative;
  padding: 0 12px 16px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: #868686;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .tab .tab-menu__item {
    padding: 2px 16px;
    background: #f3f3f3;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .tab .tab-menu__item {
    padding: 2px 12px;
  }
}

.tab .tab-menu__item::after {
  opacity: 0;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: #1A5CB9;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .tab .tab-menu__item::after {
    display: none;
  }
}

.tab .tab-menu__item.is-active, .tab .tab-menu__item:hover {
  color: #1A5CB9;
}

@media screen and (max-width: 767px) {
  .tab .tab-menu__item.is-active, .tab .tab-menu__item:hover {
    background: #1A5CB9;
    color: #fff;
  }
}

.tab .tab-menu__item.is-active::after, .tab .tab-menu__item:hover::after {
  opacity: 1;
}

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

.tab .tab-panel__item.is-show {
  display: block;
}

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