@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 #00318d;
}

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

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

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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", 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: #333333;
  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: #333333;
}

a:hover {
  color: #333333;
}

a:active {
  color: #333333;
}

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 #00318d;
}

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

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

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

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

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

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

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

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

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

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

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

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

.wrap {
  width: 100%;
  max-width: 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: 980px;
  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 * 13);
}

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

@media screen and (max-width: 519px) {
  .mb-sect {
    margin-bottom: calc((8px * 13) * 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 {
  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;
  position: relative;
  z-index: 2;
  height: 96px;
  padding: 0 124px 0 32px;
}

@media screen and (max-width: 1279px) {
  .header {
    gap: 16px;
    height: 88px;
    padding: 0 104px 0 24px;
  }
}

@media screen and (max-width: 1023px) {
  .header {
    height: 80px;
    padding: 0 184px 0 24px;
  }
}

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

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

.header .header-logo {
  position: relative;
  width: 240px;
}

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

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

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

.header .header-logo::before {
  opacity: 0.04;
  content: '';
  position: absolute;
  top: -18px;
  left: -32px;
  width: 72px;
  height: 84px;
  background: #00318d;
  -webkit-mask-image: url("/img/general/icon/gifu.svg");
  mask-image: url("/img/general/icon/gifu.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.header .header-nav {
  margin-left: auto;
}

@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;
  gap: 22px;
}

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

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

.header .header-nav .header-nav-list__item {
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
}

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

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

.header .header-nav .header-nav-list__item span {
  display: block;
  color: #00318d;
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
}

.header .header-nav .header-nav-list__item:has(.pull-list) {
  position: relative;
  padding-right: 20px;
}

.header .header-nav .header-nav-list__item:has(.pull-list)::before, .header .header-nav .header-nav-list__item:has(.pull-list)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -6px;
  width: 20px;
  height: 20px;
  background: rgba(0, 49, 141, 0.1);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header .header-nav .header-nav-list__item:has(.pull-list)::after {
  right: 2px;
  width: 5px;
  height: 7px;
  background: #00318d;
  -webkit-mask-image: url("/img/general/icon/arrow.svg");
  mask-image: url("/img/general/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(-50%) rotateZ(90deg);
  transform: translateY(-50%) rotateZ(90deg);
}

.header .header-nav .header-nav-list__item:has(.pull-list) > a {
  pointer-events: none;
}

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

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

.header .header-nav .header-nav-list__item:has(.pull-list) .pull-list__item:not(:nth-last-of-type(1)) {
  border-bottom: solid 1px #00318d;
}

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

.header .header-nav .header-nav-list__item:has(.pull-list) .pull-list__item a::before, .header .header-nav .header-nav-list__item:has(.pull-list) .pull-list__item a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background: rgba(0, 49, 141, 0.1);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header .header-nav .header-nav-list__item:has(.pull-list) .pull-list__item a::after {
  right: 8px;
  width: 5px;
  height: 7px;
  background: #00318d;
  -webkit-mask-image: url("/img/general/icon/arrow.svg");
  mask-image: url("/img/general/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header .header-nav .header-nav-list__item:has(.pull-list) .pull-list__item a:hover {
  color: #00318d;
}

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

@media screen and (max-width: 1023px) {
  .header .header-btn {
    position: fixed;
    top: 0;
    right: 80px;
  }
}

@media screen and (max-width: 959px) {
  .header .header-btn {
    right: 72px;
  }
}

@media screen and (max-width: 519px) {
  .header .header-btn {
    right: 64px;
  }
}

.header .header-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;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 52px;
  padding: 0 52px 0 56px;
  background: #23AF94;
  border-radius: 28px;
  color: #fff;
  font-size: 1.5rem;
}

@media screen and (max-width: 1279px) {
  .header .header-btn__item {
    height: 44px;
    padding: 0 44px 0 52px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1023px) {
  .header .header-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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    width: 80px;
    height: 80px;
    padding: 0;
    border-radius: 0;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 959px) {
  .header .header-btn__item {
    width: 72px;
    height: 72px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 519px) {
  .header .header-btn__item {
    gap: 5px;
    width: 64px;
    height: 64px;
  }
}

.header .header-btn__item::before, .header .header-btn__item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1279px) {
  .header .header-btn__item::before, .header .header-btn__item::after {
    right: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .header .header-btn__item::before, .header .header-btn__item::after {
    display: none;
  }
}

.header .header-btn__item::after {
  right: 30px;
  width: 5px;
  height: 7px;
  background: #23AF94;
  -webkit-mask-image: url("/img/general/icon/arrow.svg");
  mask-image: url("/img/general/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 1279px) {
  .header .header-btn__item::after {
    right: 22x;
  }
}

.header .header-btn__item .ico-lock {
  position: absolute;
  top: 50%;
  left: 28px;
  width: 20px;
  height: 22px;
  background: #fff;
  -webkit-mask-image: url("/img/general/icon/lock.svg");
  mask-image: url("/img/general/icon/lock.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1279px) {
  .header .header-btn__item .ico-lock {
    left: 22px;
  }
}

@media screen and (max-width: 1023px) {
  .header .header-btn__item .ico-lock {
    position: relative;
    top: 0;
    left: 0;
    width: 20px;
    height: 22px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.drawer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}

.drawer-hamburger {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 100px;
  height: 96px;
  background: #00318d;
  border-radius: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

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

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

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

@media screen and (max-width: 519px) {
  .drawer-hamburger {
    width: 64px;
    height: 64px;
    border-radius: 0;
  }
}

.drawer-hamburger::after {
  content: 'MENU';
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .drawer-hamburger::after {
    bottom: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 959px) {
  .drawer-hamburger::after {
    bottom: 10px;
    font-size: 1.2rem;
  }
}

.drawer-hamburger span {
  display: block;
  position: relative;
  top: 28px;
  width: 30px;
  height: 2px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .drawer-hamburger span {
    top: 22px;
    width: 24px;
  }
}

@media screen and (max-width: 767px) {
  .drawer-hamburger span {
    width: 20px;
  }
}

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

.drawer-hamburger span::before {
  top: -5px;
  width: 100%;
}

@media screen and (max-width: 519px) {
  .drawer-hamburger span::before {
    top: -4px;
  }
}

.drawer-hamburger span::after {
  top: 5px;
  width: 50%;
}

@media screen and (max-width: 519px) {
  .drawer-hamburger span::after {
    top: 4px;
  }
}

.drawer-switch:checked ~ .drawer-hamburger {
  background: #0F95C7;
}

.drawer-switch:checked ~ .drawer-hamburger::after {
  content: 'CLOSE';
}

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

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

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

.drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: rgba(51, 51, 51, 0.4);
  -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-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: 96px;
  padding: 16px 140px 16px 48px;
  background: #00318d;
}

@media screen and (max-width: 959px) {
  .drawer-content .drawer-head {
    height: 88px;
    gap: 16px;
    padding: 0 104px 0 16px;
  }
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-head {
    height: 64px;
    gap: 16px;
    padding: 0 144px 0 16px;
  }
}

.drawer-content .drawer-head .drawer-head-logo {
  position: relative;
  width: 250px;
}

@media screen and (max-width: 959px) {
  .drawer-content .drawer-head .drawer-head-logo {
    width: 200px;
  }
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-head .drawer-head-logo {
    width: 150px;
  }
}

.drawer-content .drawer-head .drawer-head-logo::before {
  opacity: 0.04;
  content: '';
  position: absolute;
  top: -18px;
  left: -32px;
  width: 72px;
  height: 84px;
  background: rgba(255, 255, 255, 0.16);
  -webkit-mask-image: url("/img/general/icon/gifu.svg");
  mask-image: url("/img/general/icon/gifu.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: contain;
  mask-image: contain;
}

.drawer-content .drawer-head .drawer-head-btn {
  margin-left: auto;
}

.drawer-content .drawer-head .drawer-head-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;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 56px;
  padding: 0 64px;
  background: #23AF94;
  border-radius: 28px;
  color: #fff;
}

@media screen and (max-width: 1279px) {
  .drawer-content .drawer-head .drawer-head-btn__item {
    height: 48px;
    padding: 0 48px 0 56px;
  }
}

@media screen and (max-width: 1023px) {
  .drawer-content .drawer-head .drawer-head-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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    position: fixed;
    top: 0;
    right: 80px;
    width: 80px;
    height: 80px;
    padding: 0;
    border-radius: 0;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 959px) {
  .drawer-content .drawer-head .drawer-head-btn__item {
    right: 72px;
    width: 72px;
    height: 72px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-head .drawer-head-btn__item {
    gap: 5px;
    right: 64px;
    width: 64px;
    height: 64px;
  }
}

.drawer-content .drawer-head .drawer-head-btn__item::before, .drawer-content .drawer-head .drawer-head-btn__item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1279px) {
  .drawer-content .drawer-head .drawer-head-btn__item::before, .drawer-content .drawer-head .drawer-head-btn__item::after {
    right: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .drawer-content .drawer-head .drawer-head-btn__item::before, .drawer-content .drawer-head .drawer-head-btn__item::after {
    display: none;
  }
}

.drawer-content .drawer-head .drawer-head-btn__item::after {
  right: 42px;
  width: 5px;
  height: 7px;
  background: #23AF94;
  -webkit-mask-image: url("/img/general/icon/arrow.svg");
  mask-image: url("/img/general/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 1279px) {
  .drawer-content .drawer-head .drawer-head-btn__item::after {
    right: 30px;
  }
}

.drawer-content .drawer-head .drawer-head-btn__item .ico-lock {
  position: absolute;
  top: 50%;
  left: 32px;
  width: 22px;
  height: 24px;
  background: #fff;
  -webkit-mask-image: url("/img/general/icon/lock.svg");
  mask-image: url("/img/general/icon/lock.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1279px) {
  .drawer-content .drawer-head .drawer-head-btn__item .ico-lock {
    left: 26px;
  }
}

@media screen and (max-width: 1023px) {
  .drawer-content .drawer-head .drawer-head-btn__item .ico-lock {
    position: relative;
    top: 0;
    left: 0;
    width: 20px;
    height: 22px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.drawer-content .drawer-menu {
  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: 0 48px;
  padding: 24px 24px 120px;
  background: #00318d;
  max-height: 100%;
}

@media screen and (max-width: 1279px) {
  .drawer-content .drawer-menu {
    gap: 0 40px;
  }
}

@media screen and (max-width: 959px) {
  .drawer-content .drawer-menu {
    gap: 0 32px;
  }
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-menu {
    padding: 24px 16px 120px;
  }
}

.drawer-content .drawer-menu .drawer-menu-list {
  width: calc((100% / 2) - (48px * 1 / 2));
  max-width: 360px;
}

@media screen and (max-width: 1279px) {
  .drawer-content .drawer-menu .drawer-menu-list {
    width: calc((100% / 2) - (40px * 1 / 2));
  }
}

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

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

.drawer-content .drawer-menu .drawer-menu-list__item:not(:nth-of-type(1)) {
  border-top: solid 2px rgba(255, 255, 255, 0.2);
}

.drawer-content .drawer-menu .drawer-menu-list__item a {
  display: block;
  position: relative;
  padding: 20px 40px 20px 8px;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .drawer-content .drawer-menu .drawer-menu-list__item a {
    padding: 16px 40px 16px 0;
    font-size: 1.4rem;
  }
}

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

.drawer-content .drawer-menu .drawer-menu-list__item a::before, .drawer-content .drawer-menu .drawer-menu-list__item a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.drawer-content .drawer-menu .drawer-menu-list__item a::after {
  right: 10px;
  width: 5px;
  height: 7px;
  background: #00318d;
  -webkit-mask-image: url("/img/general/icon/arrow.svg");
  mask-image: url("/img/general/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.footer {
  overflow: hidden;
  position: sticky;
  top: 100vh;
  padding-top: calc(8px * 8);
  padding-bottom: 16px;
  background: #00318d;
}

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

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

.footer .footer-logo {
  position: relative;
  max-width: 250px;
  margin-bottom: 32px;
}

@media screen and (max-width: 959px) {
  .footer .footer-logo {
    max-width: 200px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-logo {
    max-width: 150px;
    margin-bottom: 16px;
  }
}

.footer .footer-logo::before {
  opacity: 0.16;
  content: '';
  position: absolute;
  top: -120px;
  left: -180px;
  width: 280px;
  height: 330px;
  background: #00318d;
  -webkit-mask-image: url("/img/general/icon/gifu.svg");
  mask-image: url("/img/general/icon/gifu.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 56px;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 32px;
  border-top: solid 2px rgba(255, 255, 255, 0.6);
}

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

@media screen and (max-width: 959px) {
  .footer .footer-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 32px;
    margin-bottom: 32px;
    padding-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-nav {
    gap: 12px 24px;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-nav {
    gap: 12px;
    margin-bottom: 24px;
    padding-top: 16px;
  }
}

@media screen and (max-width: 959px) {
  .footer .footer-nav .footer-nav-list {
    width: calc((100% / 2) - (32px * 1 / 2));
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-nav .footer-nav-list {
    width: calc((100% / 2) - (24px * 1 / 2));
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-nav .footer-nav-list {
    width: 100%;
  }
}

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

.footer .footer-nav .footer-nav-list__item a {
  display: block;
  position: relative;
  padding-left: 26px;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  white-space: nowrap;
}

@media screen and (max-width: 959px) {
  .footer .footer-nav .footer-nav-list__item a {
    white-space: normal;
  }
}

.footer .footer-nav .footer-nav-list__item a::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: solid 6px #0043c0;
  border-radius: 50%;
}

.footer .footer-nav .footer-nav-list__item.--level2 a {
  padding-left: 36px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  line-height: 1.4;
  white-space: normal;
}

.footer .footer-nav .footer-nav-list__item.--level2 a::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 16px;
  width: 12px;
  height: 1px;
  background: #fff;
  border: none;
  border-radius: 0;
}

.footer .footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 16px;
}

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

.footer .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;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 56px;
  padding: 0 64px;
  background: #23AF94;
  border-radius: 28px;
  color: #fff;
}

@media screen and (max-width: 1279px) {
  .footer .footer-btn__item {
    height: 48px;
    padding: 0 56px;
  }
}

.footer .footer-btn__item::before, .footer .footer-btn__item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer .footer-btn__item::after {
  right: 42px;
  width: 5px;
  height: 7px;
  background: #23AF94;
  -webkit-mask-image: url("/img/general/icon/arrow.svg");
  mask-image: url("/img/general/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.footer .footer-btn__item .ico-lock {
  position: absolute;
  top: 50%;
  left: 32px;
  width: 22px;
  height: 24px;
  background: #fff;
  -webkit-mask-image: url("/img/general/icon/lock.svg");
  mask-image: url("/img/general/icon/lock.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer .copy {
  padding-top: 40px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

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

.float-foot {
  position: fixed;
  right: 0;
  bottom: 16px;
  z-index: 99;
}

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

.float-foot__recruit {
  width: 64px;
  margin-bottom: 12px;
}

.float-foot__pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background: #00318D;
  border: solid 1px #fff;
  border-right: none;
  border-radius: 2px 0 0 2px;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Nunito", sans-serif;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
}

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

@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 {
  padding-bottom: calc(8px * 13);
}

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

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

.lower-page .hero {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 240px;
  margin-bottom: calc(8px * 2);
  padding: 0 16px;
  background: linear-gradient(160deg, #00318d 50%, rgba(0, 49, 141, 0.95) 50%);
}

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

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

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

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

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

.lower-page .hero::before {
  content: '';
  opacity: 0.2;
  position: absolute;
  top: 24px;
  right: calc(50% + 520px);
  z-index: 2;
  width: 140px;
  height: 132px;
  background: url("/img/general/common/capsule1-ppl.svg") center/contain no-repeat;
}

.lower-page .hero::after {
  content: '';
  opacity: 0.2;
  position: absolute;
  bottom: 32px;
  left: calc(50% + 500px);
  width: 96px;
  height: 82px;
  background: url("/img/general/common/tablet1-ppl.svg") center/contain no-repeat;
}

.lower-page .hero .pagettl {
  color: #fff;
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

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

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

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

.lower-page .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) {
  .lower-page .breadcrumb {
    padding-right: 32px;
    padding-left: 32px;
  }
}

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

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

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

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

.lower-page .breadcrumb__item {
  display: inline;
  font-size: 1.2rem;
}

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

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

.lower-page .breadcrumb__item:not(:nth-last-of-type(1))::after {
  content: '>';
  padding: 0 4px 0 8px;
}

.lower-page .breadcrumb__item a {
  text-decoration: underline;
}

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

.lower-page .headline {
  position: relative;
  margin-bottom: calc(8px * 6);
  line-height: 1.4;
}

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

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

.lower-page .headline::before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 24px;
  background: url("/img/general/common/headline-bg.svg") left/24px 24px repeat-x;
}

.lower-page .headline span {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 12px 16px 0;
  font-size: 4rem;
  font-weight: bold;
  background: #fff;
}

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

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

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

.lower-page .headline span::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 42px;
  height: 6px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#00318d), to(#0F95C7));
  background: linear-gradient(to right, #00318d, #0F95C7);
  -webkit-mask-image: url("/img/general/common/headline-dot.svg");
  mask-image: url("/img/general/common/headline-dot.svg");
  -webkit-mask-size: 42px 6px;
  mask-size: 42px 6px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.lower-page .ttl-l {
  position: relative;
  margin-bottom: 40px;
  padding: 0 0 12px 20px;
  font-size: 3.2rem;
  font-weight: bold;
}

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

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

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

.lower-page .ttl-l::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 20px;
  background: url("/img/general/common/ttl-l-line.svg") center/contain no-repeat;
}

.lower-page .ttl-l::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 20px);
  height: 1px;
  background: rgba(0, 49, 141, 0.1);
}

.lower-page .ttl-m {
  margin-bottom: 24px;
  color: #00318d;
  font-size: 2rem;
  font-weight: bold;
}

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

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

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

.lower-page .narrow-word {
  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;
  min-height: 40px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
  padding: 0 16px;
  background: #0F95C7;
  border-radius: 4px;
  color: #fff;
}

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

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

.rich-content h1 {
  margin-bottom: 16px;
  color: #00318d;
  font-size: 3.2rem;
  font-weight: bold;
}

.rich-content h2 {
  margin-bottom: 16px;
  color: #00318d;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .rich-content h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 959px) {
  .rich-content h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .rich-content h2 {
    font-size: 1.8rem;
  }
}

.rich-content h3 {
  margin-bottom: 16px;
  color: #00318d;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .rich-content h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .rich-content h3 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .rich-content h3 {
    font-size: 1.6rem;
  }
}

.rich-content h4 {
  margin-bottom: 16px;
  color: #00318d;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .rich-content h4 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  .rich-content h4 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .rich-content h4 {
    font-size: 1.4rem;
  }
}

.rich-content > p {
  margin-bottom: 16px;
}

.rich-content strong {
  font-weight: bold;
}

.rich-content em {
  font-style: italic;
}

.rich-content a {
  color: #0F95C7;
  text-decoration: underline;
}

.rich-content a:hover {
  text-decoration: none;
}

.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: #00318d;
  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: #C4090B;
}

.alert {
  padding: 16px;
  border: solid 2px #00318d;
  border-radius: 6px;
  font-weight: bold;
}

.alert.alert-success {
  background: rgba(0, 49, 141, 0.1);
  border-color: #00318d;
  color: #00318d;
}

.alert.alert-danger {
  background: rgba(196, 9, 11, 0.1);
  border-color: #C4090B;
  color: #C4090B;
}

.fc-red {
  color: #C4090B;
}

.fc-aqu {
  color: #0F95C7;
}

.fc-blu {
  color: #00318D;
}

.fc-nvy {
  color: #000080;
}

.fc-grn {
  color: #23AF94;
}

.fc-blk {
  color: #333333;
}

.fc-wht {
  color: #fff;
}

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

.fc-gry {
  color: #ddd;
}

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

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

@media screen and (max-width: 767px) {
  .list__item {
    padding-left: 14px;
  }
}

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

@media screen and (max-width: 519px) {
  .list__item:not(:nth-last-of-type(1)) {
    margin-bottom: 6px;
  }
}

.list__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #0F95C7;
  border-radius: 50%;
}

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

.list__item em {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 519px) {
  .list__item em {
    font-size: 1.6rem;
  }
}

.num-list {
  padding-top: 2px;
  counter-reset: list-num;
}

.num-list__item {
  padding-left: 26px;
  position: relative;
  line-height: 1.6;
}

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

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

.num-list__item::before {
  counter-increment: list-num;
  content: counter(list-num);
  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;
  color: #fff;
  font-size: 1.4rem;
  background-color: #1E5BCE;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  top: 2px;
  left: 0;
  letter-spacing: initial;
}

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

.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: #C4090B;
}

.data-list {
  background: #fff;
  padding: 20px 32px;
  border: solid 2px #00318d;
  border-radius: 6px;
}

.data-list__item {
  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: 0 16px;
  padding: 20px 16px;
}

@media screen and (max-width: 519px) {
  .data-list__item {
    padding: 16px 12px;
  }
}

.data-list__item:not(:nth-last-of-type(1)) {
  border-bottom: solid 2px #f5f5f5;
}

.data-list__item dt {
  width: 260px;
  color: #00318d;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .data-list__item dt {
    width: 100%;
    margin-bottom: 8px;
    padding-right: 0;
  }
}

.data-list__item dd {
  width: calc(100% - 276px);
}

@media screen and (max-width: 767px) {
  .data-list__item dd {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
}

@media screen and (max-width: 519px) {
  .data-list__item dd {
    font-size: 1.4rem;
  }
}

.data-list .unit-tbl table {
  width: 100%;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
}

.data-list .unit-tbl table thead th {
  width: 20%;
  background: #f5f5f5;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

.data-list .unit-tbl table tbody td {
  width: 20%;
  padding: 8px;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

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

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

.btn__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;
  position: relative;
  padding: 0 56px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  height: 64px;
  background: #00318d;
  border-radius: 32px;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 959px) {
  .btn__item {
    height: 56px;
    padding: 0 48px;
    border-radius: 28px;
  }
}

@media screen and (max-width: 767px) {
  .btn__item {
    height: 48px;
    border-radius: 24px;
    font-size: 1.4rem;
  }
}

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

.btn__item::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  background: #fff;
  border: solid 9px #004cda;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .btn__item::before {
    right: 16px;
    width: 20px;
    height: 20px;
    border-width: 7px;
  }
}

.btn__item input {
  display: none !important;
}

.btn__item:hover {
  color: #fff;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.btn__item.bc-red {
  background: #C4090B;
  color: #fff;
}

.btn__item.bc-red::before {
  border-color: #f52527;
}

.btn__item.bc-aqu {
  background: #0F95C7;
  color: #fff;
}

.btn__item.bc-aqu::before {
  border-color: #33bcf0;
}

.btn__item.bc-blu {
  background: #00318D;
  color: #fff;
}

.btn__item.bc-blu::before {
  border-color: #004cda;
}

.btn__item.bc-nvy {
  background: #000080;
  color: #fff;
}

.btn__item.bc-nvy::before {
  border-color: mediumblue;
}

.btn__item.bc-grn {
  background: #23AF94;
  color: #fff;
}

.btn__item.bc-grn::before {
  border-color: #45dabd;
}

.btn__item.bc-blk {
  background: #333333;
  color: #fff;
}

.btn__item.bc-blk::before {
  border-color: #595959;
}

.btn__item.bc-wht {
  background: #fff;
  color: #fff;
}

.btn__item.bc-wht::before {
  border-color: white;
}

.btn__item.bc-l-gry {
  background: #f5f5f5;
  color: #fff;
}

.btn__item.bc-l-gry::before {
  border-color: white;
}

.btn__item.bc-gry {
  background: #ddd;
  color: #fff;
}

.btn__item.bc-gry::before {
  border-color: white;
}

.btn__item.bc-d-gry {
  background: #a8a8a8;
  color: #fff;
}

.btn__item.bc-d-gry::before {
  border-color: #cecece;
}

.btn.--large .btn__item {
  min-width: 400px;
}

@media screen and (max-width: 519px) {
  .btn.--large .btn__item {
    width: 100%;
    min-width: auto;
  }
}

.btn.--small .btn__item {
  min-width: auto;
  height: 48px;
  padding: 0 56px 0 32px;
  border-radius: 24px;
}

@media screen and (max-width: 767px) {
  .btn.--small .btn__item {
    height: 40px;
    padding: 0 44px 0 24px;
    font-size: 1.2rem;
  }
}

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

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

.link-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;
  padding: 0 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 56px;
  background: rgba(0, 49, 141, 0.05);
  border: solid 2px #00318d;
  border-radius: 28px;
  color: #00318d !important;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 959px) {
  .link-btn__item {
    height: 48px;
    padding: 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .link-btn__item {
    padding: 0 16px;
    font-size: 1.4rem;
  }
}

.link-btn__item:not(:nth-last-of-type(1)) {
  margin-bottom: 16px;
}

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

.link-btn__item:hover {
  background: #00318d;
  color: #fff;
}

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

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

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

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

.site-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  position: relative;
  width: calc((100% / 2) - (40px * 1 / 2));
  padding: 40px 24px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 6px rgba(51, 51, 51, 0.16);
  box-shadow: 0 0 6px rgba(51, 51, 51, 0.16);
  color: #00318d !important;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 1279px) {
  .site-menu__item {
    width: calc((100% / 2) - (32px * 1 / 2));
  }
}

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

@media screen and (max-width: 767px) {
  .site-menu__item {
    width: 100%;
    padding: 24px 48px;
    font-size: 1.6rem;
  }
}

.site-menu__item::before, .site-menu__item::after {
  content: '';
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 24px;
  height: 24px;
  background: rgba(0, 49, 141, 0.1);
  border-radius: 50%;
}

.site-menu__item::after {
  position: absolute;
  right: 21px;
  bottom: 21px;
  width: 5px;
  height: 7px;
  background: #00318d;
  -webkit-mask-image: url("/img/general/icon/arrow.svg");
  mask-image: url("/img/general/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.site-menu.--col3 .site-menu__item {
  width: calc((100% / 3) - (40px * 2 / 3));
}

@media screen and (max-width: 1279px) {
  .site-menu.--col3 .site-menu__item {
    width: calc((100% / 3) - (32px * 2 / 3));
  }
}

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

@media screen and (max-width: 767px) {
  .site-menu.--col3 .site-menu__item {
    width: 100%;
  }
}

.tbl {
  overflow: auto;
}

.tbl table {
  width: 100%;
  min-width: 700px;
}

.tbl table thead th {
  padding: 20px 12px;
  background: #00318d;
  color: #fff;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}

@media screen and (max-width: 959px) {
  .tbl table thead th {
    padding: 16px 12px;
  }
}

@media screen and (max-width: 767px) {
  .tbl table thead th {
    padding: 12px 8px;
    font-size: 1.4rem;
  }
}

.tbl table thead th:nth-of-type(1) {
  padding-left: calc(8px * 3);
  border-radius: 6px 0 0 6px;
}

@media screen and (max-width: 959px) {
  .tbl table thead th:nth-of-type(1) {
    padding-left: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .tbl table thead th:nth-of-type(1) {
    padding-left: calc((8px * 3) * 0.5);
  }
}

.tbl table thead th:nth-last-of-type(1) {
  padding-right: calc(8px * 3);
  border-radius: 0 6px 6px 0;
}

@media screen and (max-width: 959px) {
  .tbl table thead th:nth-last-of-type(1) {
    padding-right: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .tbl table thead th:nth-last-of-type(1) {
    padding-right: calc((8px * 3) * 0.5);
  }
}

.tbl table tbody tr td {
  padding: 20px 12px;
  line-height: 1.4;
  vertical-align: middle;
  border-bottom: solid 2px #f5f5f5;
}

@media screen and (max-width: 959px) {
  .tbl table tbody tr td {
    padding: 16px 12px;
  }
}

@media screen and (max-width: 767px) {
  .tbl table tbody tr td {
    padding: 12px 8px;
    font-size: 1.4rem;
  }
}

.tbl table tbody tr td:nth-of-type(1) {
  padding-left: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .tbl table tbody tr td:nth-of-type(1) {
    padding-left: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .tbl table tbody tr td:nth-of-type(1) {
    padding-left: calc((8px * 3) * 0.5);
  }
}

.tbl table tbody tr td:nth-last-of-type(1) {
  padding-right: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .tbl table tbody tr td:nth-last-of-type(1) {
    padding-right: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .tbl table tbody tr td:nth-last-of-type(1) {
    padding-right: calc((8px * 3) * 0.5);
  }
}

.tbl table tbody tr td.cell-top {
  vertical-align: top;
}

.tbl .tbl-ttl {
  max-width: 300px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tbl .tbl-date {
  min-width: 160px;
}

.tbl .tbl-cate {
  white-space: nowrap;
}

.tbl .tbl-format {
  max-width: 200px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tbl .tbl-tel {
  white-space: nowrap;
}

.tbl .tbl-fax {
  white-space: nowrap;
}

.tbl .tbl-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px 12px;
}

.tbl .tbl-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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  padding: 0 20px;
  background: #00318d;
  border-radius: 16px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .tbl .tbl-btn__item {
    padding: 0 16px;
    font-size: 1.2rem;
  }
}

.tbl .tbl-btn__item.bc-red {
  background: #C4090B;
}

.tbl .tbl-btn__item.bc-aqu {
  background: #0F95C7;
}

.tbl .tbl-btn__item.bc-blu {
  background: #00318D;
}

.tbl .tbl-btn__item.bc-nvy {
  background: #000080;
}

.tbl .tbl-btn__item.bc-grn {
  background: #23AF94;
}

.tbl .tbl-btn__item.bc-blk {
  background: #333333;
}

.tbl .tbl-btn__item.bc-wht {
  background: #fff;
}

.tbl .tbl-btn__item.bc-l-gry {
  background: #f5f5f5;
}

.tbl .tbl-btn__item.bc-gry {
  background: #ddd;
}

.tbl .tbl-btn__item.bc-d-gry {
  background: #a8a8a8;
}

.tbl .tbl-btn__item:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.tbl .tbl-btn__txt {
  font-size: 1.2rem;
  text-align: center;
}

.tbl .tbl-download {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tbl .tbl-download__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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  margin-bottom: 8px;
  padding: 0 20px;
  background: #00318d;
  border-radius: 16px;
  color: #fff;
  font-size: 1.4rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .tbl .tbl-download__btn {
    padding: 0 16px;
    font-size: 1.2rem;
  }
}

.tbl .tbl-download__btn:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.tbl .tbl-download__txt {
  font-size: 1.2rem;
  text-align: center;
}

.frame {
  padding: 20px;
  border: solid 2px #ddd;
  border-radius: 6px;
}

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

.frame.--red {
  border-color: #C4090B;
}

.pdf-frame {
  margin-bottom: calc(8px * 5);
  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%;
  aspect-ratio: 16/9;
  background: #f5f5f5;
}

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

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

@media screen and (max-width: 959px) {
  .pdf-frame {
    aspect-ratio: 4/3;
  }
}

@media screen and (max-width: 519px) {
  .pdf-frame {
    aspect-ratio: 5/7;
  }
}

.pdf-thamb {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
  border: solid 1px #333333;
}

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

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

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