@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**************************************************
	global
***************************************************/
/**************************************************
	constants
***************************************************/
/* ---------- Font --------- */
/* ---------- Color --------- */
/* ---------- invert Color --------- */
/* ---------- Width --------- */
/**************************************************
	mixins
***************************************************/
/* -----------------------------------------------
  mixins
--------------------------------------------------*/
/* ---------- Media Query --------- */
/* ---------- Text --------- */
/* ---------- Image --------- */
/* -----------------------------------------------
  Functions
--------------------------------------------------*/
/* ---------- Arrow --------- */
/* ---------- Animation --------- */
/**************************************************
	utility
***************************************************/
/* ---------- stack ---------- */
.stack-m > * + * {
  margin-top: var(--stack-m);
}

._txtc {
  text-align: center !important;
}

._wordbreak {
  word-break: break-all !important;
}

._nowrap {
  white-space: nowrap !important;
}

@media (min-width: 897px) {
  ._pc-nowrap {
    white-space: nowrap !important;
  }
}

._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._txt-gray {
  color: #666666;
}

._small {
  font-size: 0.75rem !important;
}

._medium {
  font-size: 0.875rem !important;
}

._large {
  font-size: 1.25rem !important;
}

._m0 {
  margin: 0 !important;
}

._mt10 {
  margin-top: 0.625rem !important;
}

._mt20 {
  margin-top: 1.25rem !important;
}

._mt30 {
  margin-top: 1.875rem !important;
}

._mt40 {
  margin-top: 2.5rem !important;
}

._mt50 {
  margin-top: 3.125rem !important;
}

/**************************************************
  base
***************************************************/
/* -----------------------------------------------
  0. Variables
--------------------------------------------------*/
:root {
  --base-color: #000;
  --text-color: #333;
  --text-color-invert: #FFF;
  --link-color: #000;
  --surface-color: #F8F8F8;
  --divider-color: #E6E6E6;
  --stack-m: 1.5em;
  --grid-gap: 1.875rem;
  --content-padding: 1.25rem;
  --section-margin: 3.75rem;
}
@media (max-width: 896px) {
  :root {
    --grid-gap: 0.9375rem;
    --content-padding: 0.9375rem;
    --section-margin: 1.875rem;
  }
}

/* -----------------------------------------------
  1. Body
-------------------------------------------------- */
html {
  font-size: 16px;
  font-size: min(16px, 1.25vw);
  background: #FFF; /* for mix blend mode */
}
@media (max-width: 896px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body, button, input, textarea, select {
  color: #333;
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
}
@media (max-width: 896px) {
  body, button, input, textarea, select {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/* -----------------------------------------------
  2. Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd {
  font-size: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ---------- text ---------- */
p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--link-color);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}
a[nohref] {
  color: inherit;
}
a[nohref]:hover {
  text-decoration: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 897px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ---------- image ---------- */
img, svg, video {
  border: 0;
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

figcaption {
  display: block;
  margin-top: 1em;
  font-size: 0.88em;
  text-align: center;
}

/**************************************************
	header
***************************************************/
.site-header {
  -webkit-box-shadow: 0.1875rem 0 0.625rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.1875rem 0 0.625rem 0 rgba(0, 0, 0, 0.15);
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  height: 5.3125rem;
}
@media (max-width: 896px) {
  .site-header {
    height: 3.75rem;
  }
}
.site-header > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 71.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.site-header .logo {
  margin: 0;
  width: 8.125rem;
}
@media (max-width: 896px) {
  .site-header .logo {
    width: 6.25rem;
    padding-left: 0.9375rem;
  }
}
.site-header .global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 896px) {
  .site-header .global-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 3.75rem;
    width: 100%;
    height: calc(100vh - 3.75rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
  }
  .site-header .global-nav.-active {
    opacity: 1;
    pointer-events: all;
  }
  .site-header .global-nav.-active .item {
    opacity: 0;
    -webkit-animation: sp-nav-in 0.5s ease-out;
            animation: sp-nav-in 0.5s ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .site-header .global-nav.-active .item:nth-of-type(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .site-header .global-nav.-active .item:nth-of-type(2) {
    -webkit-animation-delay: 0.05s;
            animation-delay: 0.05s;
  }
  .site-header .global-nav.-active .item:nth-of-type(3) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .site-header .global-nav.-active .item:nth-of-type(4) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
  .site-header .global-nav.-active .item:nth-of-type(5) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .site-header .global-nav.-active .item:nth-of-type(6) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .site-header .global-nav.-active .item:nth-of-type(7) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  @-webkit-keyframes sp-nav-in {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
    }
  }
  @keyframes sp-nav-in {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
    }
  }
}
.site-header .global-nav .item {
  margin: 0 1.25em;
}
.site-header .global-nav .link {
  display: inline-block;
  font-size: 0.875rem;
  text-decoration: none;
}
@media (max-width: 896px) {
  .site-header .global-nav .link {
    color: #FFF;
    font-size: 1em;
    font-weight: bold;
    padding: 0.5em 0;
  }
}
.site-header .global-nav .link:hover {
  text-decoration: underline;
}
@media (min-width: 897px) {
  .site-header .button-menu {
    display: none;
  }
}
@media (max-width: 896px) {
  .site-header .button-menu {
    background: #000000;
    border: 0;
    padding: 0;
    width: 3.75rem;
    height: 3.75rem;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .site-header .button-menu .bars {
    display: block;
    position: relative;
    width: 0.75rem;
    height: 0.125rem;
    background: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .site-header .button-menu .bars::before, .site-header .button-menu .bars::after {
    display: block;
    position: absolute;
    left: 0;
    width: 1rem;
    height: 0.125rem;
    background: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
  }
  .site-header .button-menu .bars::before {
    -webkit-transform: translate(0, -0.4375rem);
            transform: translate(0, -0.4375rem);
  }
  .site-header .button-menu .bars::after {
    -webkit-transform: translate(0, 0.4375rem);
            transform: translate(0, 0.4375rem);
  }
  .site-header .button-menu.-active .bars {
    background: transparent;
  }
  .site-header .button-menu.-active .bars::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .site-header .button-menu.-active .bars::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

/**************************************************
	content
***************************************************/
.site-content > .inner {
  max-width: 62.5rem;
  padding: 1.4375rem var(--content-padding) 6.25rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2.5rem;
}
@media (max-width: 896px) {
  .site-content > .inner {
    padding-bottom: 3.75rem;
  }
}
.site-content > .inner > .primary {
  -ms-flex-preferred-size: 45.625rem;
      flex-basis: 45.625rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 896px) {
  .site-content > .inner > .primary {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 3.125rem;
  }
}
.site-content > .inner .secondary {
  -ms-flex-preferred-size: 14.375rem;
      flex-basis: 14.375rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: sticky;
  top: 6.875rem;
}
@media (max-width: 896px) {
  .site-content > .inner .secondary {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    position: static;
  }
}

.category-title {
  text-align: center;
  font-size: 1.75rem;
  background: var(--surface-color);
  padding: 3.125rem 0;
}
@media (max-width: 896px) {
  .category-title {
    padding: 1.875rem 0;
    font-size: 1.5rem;
  }
}

.breadcrumb-list {
  max-width: 62.5rem;
  padding: 0.9375rem var(--content-padding);
  margin: 0 auto;
}
.breadcrumb-list li {
  display: inline;
  font-size: 0.75rem;
}
.breadcrumb-list li + li:before {
  padding: 0.25rem;
  content: ">";
  font-size: 0.625rem;
}
.breadcrumb-list a {
  text-decoration: none;
}
.breadcrumb-list a a:hover {
  text-decoration: underline;
}

.page-section p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.page-section p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
.page-section:not(:last-child) {
  margin-bottom: var(--section-margin);
}
.page-section > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 896px) {
  .page-section {
    font-size: 0.875rem;
  }
}

.outline-box {
  border-width: 0.25rem;
  border-style: solid;
  border-color: #19A648;
  padding: 2.25rem;
}
@media (max-width: 896px) {
  .outline-box {
    padding: 1.25rem;
  }
}
.outline-box:not(:last-child) {
  margin-bottom: 2.5rem;
}
.outline-box p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.outline-box p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
.outline-box.-orange {
  border-color: #EE7602;
}
.outline-box.-blue {
  border-color: #0296E6;
}
.outline-box.-thin {
  border-width: 1px;
  border-color: #E6E6E6;
  padding: 1.5625rem 1.875rem;
}
@media (max-width: 896px) {
  .outline-box.-thin {
    padding: 1.25rem 1.5625rem;
  }
}

/**************************************************
  secondary
***************************************************/
.secondary-heading {
  font-size: 0.875rem;
  text-align: center;
  font-weight: bold;
  border-width: 0.125rem 0 0.0625rem;
  border-style: solid;
  border-color: var(--base-color);
  padding: 0.875rem 0 0.75rem;
}
.secondary-heading > span {
  display: block;
}
.secondary-heading .ja {
  margin-bottom: 0.125rem;
}
.secondary-heading .en {
  text-transform: uppercase;
}

.secondary-list .item {
  border-bottom: 1px solid #E6E6E6;
}
.secondary-list a {
  text-decoration: none;
  font-size: 0.875rem;
  display: block;
  position: relative;
  padding: 1em 0 0.7em 1.375em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.secondary-list a::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.09375rem;
  width: 0.75rem;
  border-bottom: 0.1875rem solid var(--base-color);
  content: "";
}
.secondary-list a:hover {
  background: #F8F8F8;
}

/**************************************************
	footer
***************************************************/
.site-footer {
  background: #000000;
  color: #ffffff;
}
.site-footer > .inner {
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 0 var(--content-padding);
}
.site-footer .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5625rem 0;
  border-top: 1px solid #333333;
}
.site-footer .wrapper:last-child {
  padding-bottom: 2.1875rem;
}
@media (max-width: 896px) {
  .site-footer .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 0;
    padding: 0;
  }
}
@media (min-width: 897px) {
  .site-footer .wrapper > .sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .site-footer .wrapper > .sitemap > li:not(:last-child) {
    padding-right: 1em;
  }
  .site-footer .wrapper > .sitemap > li > a {
    display: inline-block;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 0.7142857143rem;
  }
  .site-footer .wrapper > .sitemap > li > a[href=""] {
    display: none;
  }
  .site-footer .wrapper > .sitemap > li > ul > li {
    padding: 0.1875rem 0;
  }
  .site-footer .wrapper > .sitemap > li > ul > li > a {
    display: block;
    color: #ffffff;
    font-size: 0.75rem;
    text-decoration: none;
  }
  .site-footer .wrapper > .sitemap > li > ul > li > a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 896px) {
  .site-footer .wrapper > .sitemap > li {
    border-top: 1px solid #333333;
  }
  .site-footer .wrapper > .sitemap > li > a {
    display: block;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: bold;
    text-decoration: none;
    padding: 1.25em 3em 1.25em 1em;
    position: relative;
  }
  .site-footer .wrapper > .sitemap > li > a.has-child:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1.0714285714em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1em;
    border-bottom: 2px solid #ffffff;
  }
  .site-footer .wrapper > .sitemap > li > a.has-child:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1.5em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 1em;
    border-right: 2px solid #ffffff;
    -webkit-transition: 0.15s -webkit-transform;
    transition: 0.15s -webkit-transform;
    transition: 0.15s transform;
    transition: 0.15s transform, 0.15s -webkit-transform;
  }
  .site-footer .wrapper > .sitemap > li > a.has-child.-active:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .site-footer .wrapper > .sitemap > li > a:not(.has-child)::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-width: 2px 2px 0 0;
    border-color: #FFF;
    border-style: solid;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    vertical-align: 0.25em;
    position: absolute;
    right: 1.5em;
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
  .site-footer .wrapper > .sitemap > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 1em 0.3125rem;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-footer .wrapper > .sitemap > li > ul:not(.-active) {
    max-height: 0 !important;
    padding-bottom: 0;
  }
  .site-footer .wrapper > .sitemap > li > ul > li {
    width: 50%;
    padding: 0 0.3125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .site-footer .wrapper > .sitemap > li > ul > li > a {
    display: block;
    color: #ffffff;
    font-size: 0.6875rem;
    padding: 0.5em 0;
    text-decoration: none;
  }
  .site-footer .wrapper > .sitemap > li > ul > li > a br {
    display: none;
  }
  .site-footer .wrapper > .sitemap > li > a[href=""] {
    display: none;
  }
  .site-footer .wrapper > .sitemap > li > a[href=""] + ul {
    display: none;
  }
}
.site-footer .logo {
  text-align: center;
  padding: 2.5rem 0 1.875rem;
  margin-bottom: 0;
}
@media (max-width: 896px) {
  .site-footer .logo {
    padding: 1.875rem 0 1.25rem;
  }
}
.site-footer .logo svg, .site-footer .logo img {
  width: 11.625rem;
  height: 2.6875rem;
  fill: #ffffff;
}
@media (max-width: 896px) {
  .site-footer .logo svg, .site-footer .logo img {
    width: auto;
    height: 2.0625rem;
  }
}
.site-footer .site-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 896px) {
  .site-footer .site-nav {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 1.5625rem;
    margin-bottom: 1.5625rem;
    border-top: 1px solid #333333;
  }
}
.site-footer .site-nav .item {
  font-size: 0.75rem;
}
@media (min-width: 897px) {
  .site-footer .site-nav .item:not(:last-child) {
    margin-right: 1.5625rem;
  }
}
@media (max-width: 896px) {
  .site-footer .site-nav .item {
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 1em;
    font-size: 0.625rem;
  }
}
.site-footer .site-nav .link {
  color: #ffffff;
  text-decoration: none;
}
.site-footer .site-nav .link:hover {
  text-decoration: underline;
}
.site-footer .copyright {
  font-size: 0.75rem;
}
@media (max-width: 896px) {
  .site-footer .copyright {
    width: 100%;
    text-align: center;
  }
}

.icon::before {
  content: "";
  display: inline-block;
  background: url() no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  margin-right: 1em;
}

.badge-icon {
  width: 8.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.badge-icon > a {
  text-decoration: none;
}
.badge-icon > a:hover img {
  opacity: 1;
}
.badge-icon img {
  width: 100%;
}
.badge-icon .caption {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  padding: 0.5rem 0 0;
  margin: 0;
}
.badge-icon .caption.-big {
  font-size: 1.125rem;
  font-weight: bold;
}
.badge-icon.-small {
  width: 5.125rem;
}
.badge-icon.-small .caption {
  font-size: 0.5625rem;
  padding-top: 0.25rem;
}

.button-a {
  color: var(--text-color-invert);
  background: var(--base-color);
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 20rem;
  padding: 0.65em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid var(--base-color);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  text-align: center;
  display: inline-block;
}
@media (max-width: 896px) {
  .button-a {
    min-width: 0;
    width: calc(100vw - 2.5rem);
    font-size: 1rem;
  }
}
.button-a:hover {
  background: var(--text-color-invert);
  color: var(--base-color);
}

.button-b {
  color: var(--text-color-invert);
  background: var(--base-color);
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid var(--base-color);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  text-align: center;
  display: inline-block;
  padding: 0.75rem;
  min-width: 25rem;
}
@media (max-width: 896px) {
  .button-b {
    min-width: 0;
    width: calc(100% - 1.25rem);
    font-size: 0.875rem;
  }
}
.button-b.-full {
  min-width: 0;
  display: block;
}
@media (max-width: 896px) {
  .button-b.-full {
    width: 100%;
  }
}
.button-b:hover {
  background: var(--text-color-invert);
  color: var(--base-color);
}
.button-b > span {
  display: inline-block;
  position: relative;
  padding-left: 1.875rem;
}
@media (max-width: 896px) {
  .button-b > span {
    padding-left: 1.5625rem;
  }
}
.button-b > span::before {
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: inherit;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}
@media (max-width: 896px) {
  .button-b > span::before {
    width: 0.625rem;
    height: 0.625rem;
    top: 0.375rem;
  }
}

.grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--grid-gap);
  margin: var(--grid-gap) 0;
}
@media (max-width: 896px) {
  .grid-row.-sp-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.grid-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--grid-gap);
  margin-top: var(--grid-gap);
}
.grid-message > .photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
@media (max-width: 896px) {
  .grid-message > .photo {
    margin-bottom: 0.625rem;
  }
}
.grid-message > .body {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 999;
      -ms-flex-positive: 999;
          flex-grow: 999;
  min-width: 50%;
}
.grid-message .signature {
  text-align: right;
  font-weight: bold;
  margin-top: 1.4375rem;
}

.grid-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--grid-gap);
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #E6E6E6;
}
.grid-location > .photo {
  -ms-flex-preferred-size: 15rem;
      flex-basis: 15rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.grid-location > .body {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 999;
      -ms-flex-positive: 999;
          flex-grow: 999;
  min-width: 50%;
}
.grid-location .address {
  font-style: normal;
  font-size: 0.875rem;
  margin: 0.625rem 0 0.3125rem;
}

.grid-photo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--grid-gap) 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--grid-gap);
  margin-top: 2.5rem;
}
@media (max-width: 896px) {
  .grid-photo {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 1.5625rem;
  }
}
.grid-photo .caption {
  padding-top: 0.75rem;
  font-size: 0.75rem;
  margin: 0;
}
.grid-photo .caption:not(.-left) {
  text-align: center;
}
.grid-photo.-col3 {
  -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem 1.25rem;
}
@media (max-width: 896px) {
  .grid-photo.-col3 {
    -ms-grid-columns: 1fr 0.9375rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 0.9375rem;
  }
}
.grid-photo a {
  text-decoration: none;
}
.grid-photo a:hover {
  text-decoration: underline;
}
.grid-photo a .caption {
  font-size: 1rem;
  font-weight: bold;
}

.grid-voice {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 14.375rem 1.25rem 14.375rem 1.25rem 14.375rem;
  grid-template-columns: repeat(3, 14.375rem);
  gap: 3.125rem 1.25rem;
}
@media (max-width: 896px) {
  .grid-voice {
    -ms-grid-columns: 1fr 0.9375rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 0.9375rem;
  }
}
.grid-voice .item a {
  text-decoration: none;
}
.grid-voice .item .photo {
  padding: 0 0.9375rem;
  margin-bottom: 1.25rem;
}
.grid-voice .item .photo img {
  border-radius: 50%;
}
.grid-voice .item .bubble {
  margin: 0;
  background: #EDEEEF;
  font-weight: bold;
  font-size: 1rem;
  min-height: 5rem;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (max-width: 896px) {
  .grid-voice .item .bubble {
    font-size: 0.875rem;
    padding: 0.3125rem 0.5rem 0;
  }
}
@media (max-width: 896px) {
  .grid-voice .item .bubble br {
    display: none;
  }
}
.grid-voice .item .bubble::before {
  position: absolute;
  top: -0.625rem;
  left: 50%;
  margin-left: -0.625rem;
  border-style: solid;
  border-width: 0 0.625rem 0.625rem 0.625rem;
  border-color: transparent transparent #EDEEEF transparent;
  content: "";
}
.grid-voice .item .title {
  margin: 1.5625rem 0 0;
  padding: 0 0.625rem;
  font-weight: bold;
  font-size: 1.125rem;
}
@media (max-width: 896px) {
  .grid-voice .item .title {
    font-size: 1rem;
    margin: 0.9375rem 0 0;
  }
}
.grid-voice .item .time {
  margin: 0.5rem 0 0;
  padding: 0 0.625rem;
  font-size: 0.8125rem;
  font-weight: 500;
}
@media (max-width: 896px) {
  .grid-voice .item .time {
    font-size: 0.75rem;
  }
}

.heading-a {
  font-size: 1.25em;
  font-weight: bold;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid var(--base-color);
}
.heading-a.-small {
  font-size: 1rem;
  padding-bottom: 0.2em;
  margin-bottom: 1.3em;
  border-bottom-color: #E6E6E6;
}
@media (max-width: 896px) {
  .heading-a.-small {
    margin-bottom: 1em;
  }
}

.heading-b {
  font-size: 1.125em;
  font-weight: bold;
  margin-top: 1.66em;
  margin-bottom: 1em;
  position: relative;
  padding-left: 1.625rem;
}
.heading-b::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.09375rem;
  width: 1rem;
  border-bottom: 0.1875rem solid var(--base-color);
  content: "";
}

.heading-c {
  font-size: 1em;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1em;
}

.link-a {
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-left: 0.9375rem;
}
.link-a::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: var(--base-color);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}
.link-a:hover {
  text-decoration: underline;
}

ul.list-plain, ol.list-plain {
  margin-left: 1em;
  margin-bottom: 1em;
}
ul.list-plain:last-child, ol.list-plain:last-child {
  margin-bottom: 0;
}
ul.list-plain > li, ol.list-plain > li {
  list-style: inherit;
}

ul.list-plain {
  list-style-type: disc;
}
ul.list-plain > ul {
  list-style-type: circle;
}
ul.list-plain > ul > ul {
  list-style-type: square;
}

ol.list-plain {
  list-style-type: decimal;
}

.badge-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
  margin: 2.1875rem 0;
}
@media (max-width: 896px) {
  .badge-list {
    gap: 1.25rem;
  }
}
.badge-list .badge-icon a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.badge-list .badge-icon a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
@media (max-width: 896px) {
  .badge-list .badge-icon {
    width: calc(33.3333333333% - 0.875rem);
  }
}

.news-list {
  margin-bottom: 2.5rem;
}
.news-list .item {
  font-size: 0.875rem;
}
.news-list .item:not(:last-child) {
  margin-bottom: 1rem;
}
.news-list .item > a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-list .item .date {
  font-weight: bold;
  margin-right: 1.875rem;
}

.list-a li {
  position: relative;
  padding-left: 0.625rem;
}
.list-a li::before {
  position: absolute;
  top: 0.6875rem;
  left: 0;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #333333;
  content: "";
}

.table-a, .column-table- table:not(.table-b):not(.table-c) {
  width: 100%;
  border-collapse: collapse;
}
.table-a th, .column-table- table:not(.table-b):not(.table-c) th, .table-a td, .column-table- table:not(.table-b):not(.table-c) td {
  vertical-align: top;
  padding: 0.8em 1.4em;
  border: 1px solid var(--divider-color);
  font-size: 0.875rem;
  font-weight: normal;
}
.table-a thead th, .column-table- table:not(.table-b):not(.table-c) thead th {
  color: #FFF;
  background: var(--base-color);
}
.table-a tbody th, .column-table- table:not(.table-b):not(.table-c) tbody th {
  background: var(--surface-color);
  text-align: left;
}
.table-a tbody td, .column-table- table:not(.table-b):not(.table-c) tbody td {
  background: #FFF;
}
.table-a tbody td span, .column-table- table:not(.table-b):not(.table-c) tbody td span {
  font-size: 0.625rem;
}
.table-a.-full, .column-table- table.-full:not(.table-b):not(.table-c) {
  width: 100%;
}
.table-a.-center th, .column-table- table.-center:not(.table-b):not(.table-c) th, .table-a.-center td, .column-table- table.-center:not(.table-b):not(.table-c) td {
  text-align: center;
}
@media (max-width: 896px) {
  .table-a.-responsive, .column-table- table.-responsive:not(.table-b):not(.table-c) {
    display: block;
  }
}
@media (max-width: 896px) {
  .table-a.-responsive th, .column-table- table.-responsive:not(.table-b):not(.table-c) th, .table-a.-responsive td, .column-table- table.-responsive:not(.table-b):not(.table-c) td {
    display: block;
  }
}
@media (max-width: 896px) {
  .table-a.-responsive th, .column-table- table.-responsive:not(.table-b):not(.table-c) th {
    border-bottom: 0;
  }
}
@media (max-width: 896px) {
  .table-a.-responsive td, .column-table- table.-responsive:not(.table-b):not(.table-c) td {
    border-top: 0;
  }
}
@media (max-width: 896px) {
  .table-a.-responsive tr:not(:last-child) td, .column-table- table.-responsive:not(.table-b):not(.table-c) tr:not(:last-child) td {
    border-bottom: 0;
  }
}

.table-b {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7.1875rem 1fr;
  grid-template-columns: 7.1875rem 1fr;
}
.table-b dt, .table-b dd {
  font-size: 0.875rem;
}

.modal-a {
  width: 55.625rem;
  display: none;
  padding: 2.5rem 5rem 3.75rem;
  color: #333;
}
@media (max-width: 896px) {
  .modal-a {
    width: 100%;
    padding: 3.75rem 1.25rem 2.5rem;
  }
}
.modal-a p + .heading-a {
  margin-top: 1.875rem;
}
@media (max-width: 896px) {
  .modal-a p + .heading-a {
    margin-top: 1.25rem;
  }
}

.fancybox__backdrop {
  --fancybox-bg: rgba(0, 0, 0, .2) ;
}

.fancybox__content > .carousel__button.is-close {
  top: 0;
  color: var(--text-color-invert);
  background: var(--base-color);
  border-radius: 0;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 3.4375rem;
  height: 3.4375rem;
}
.fancybox__content > .carousel__button.is-close > svg {
  width: 0.875rem;
  height: 0.875rem;
}

.fancybox__slide {
  padding: 1.875rem 0.9375rem;
}

.thumbnail-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--grid-gap);
  margin-bottom: 2.5rem;
}
@media (max-width: 896px) {
  .thumbnail-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.5625rem;
  }
}
.thumbnail-text .photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0.625rem;
}
.thumbnail-text h2, .thumbnail-text h3, .thumbnail-text h4, .thumbnail-text h5, .thumbnail-text h6 {
  margin-top: 0;
}

.video-player {
  margin: 3.125rem auto 2.5rem;
}
.video-player .video-js {
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.video-player .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -2.5rem;
  margin-left: -2.5rem;
  border-radius: 50%;
  border: 0;
  width: 5rem;
  height: 5rem;
  background: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.8);
  font-size: 2.8125rem;
  line-height: 1;
}
@media (max-width: 896px) {
  .video-player .video-js .vjs-big-play-button {
    width: 3.75rem;
    height: 3.75rem;
    margin-top: -1.875rem;
    margin-left: -1.875rem;
    font-size: 2.1875rem;
  }
}
.video-player .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-player .video-js:hover .vjs-big-play-button {
  background: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.8);
}

/**************************************************
    Top
***************************************************/
.top-hero {
  width: 100%;
  position: relative;
  margin-bottom: 2.1875rem;
}
@media (max-width: 896px) {
  .top-hero {
    margin-bottom: 1.5625rem;
  }
}
.top-hero .catch {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 71.25rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 896px) {
  .top-hero .catch {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.top-hero .catch .copy {
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 896px) {
  .top-hero .catch .copy {
    font-size: 1.125rem;
  }
}
.top-hero .catch .copy span {
  display: inline-block;
  padding: 0.3125rem 0.625rem 0;
  margin-bottom: 0.625rem;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 896px) {
  .top-hero .catch .copy span {
    padding-bottom: 0.1875rem;
  }
}
.top-hero .catch .lead {
  font-size: 1.125rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.56;
  margin: 1.875rem 0 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 896px) {
  .top-hero .catch .lead {
    margin-top: 0.9375rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 896px) {
  .top-hero .catch .lead br {
    display: none;
  }
}
.top-hero .swiper {
  height: 34.375rem;
}
@media (max-width: 896px) {
  .top-hero .swiper {
    height: 17.1875rem;
  }
}
.top-hero .swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.top-hero .swiper .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 896px) {
  .top-hero .swiper .swiper-button-next, .top-hero .swiper .swiper-button-prev {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.top-hero .swiper .swiper-button-next::after, .top-hero .swiper .swiper-button-prev::after {
  color: var(--base-color);
}
@media (max-width: 896px) {
  .top-hero .swiper .swiper-button-next::after, .top-hero .swiper .swiper-button-prev::after {
    font-size: 1.5625rem;
  }
}
.top-hero .swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -2rem;
}
@media (max-width: 896px) {
  .top-hero .swiper-pagination-bullets {
    bottom: -1.375rem;
  }
}
.top-hero .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.2);
  margin: 0 0.3125rem !important;
  opacity: 1;
}
@media (max-width: 896px) {
  .top-hero .swiper-pagination-bullet {
    width: 0.375rem;
    height: 0.375rem;
  }
}
.top-hero .swiper-pagination-bullet-active {
  background: var(--base-color);
  width: 0.75rem;
  height: 0.75rem;
}
@media (max-width: 896px) {
  .top-hero .swiper-pagination-bullet-active {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.top-aboutus {
  padding: 4.375rem 0;
  overflow: hidden;
}
@media (max-width: 896px) {
  .top-aboutus {
    padding: 3.125rem 0;
  }
}
.top-aboutus > .inner {
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 896px) {
  .top-aboutus > .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 897px) {
  .top-aboutus .body {
    max-width: 28.125rem;
    margin-right: 3.75rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 896px) {
  .top-aboutus .body {
    width: 100%;
    padding: 0 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.top-aboutus .body .heading {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 0.9375rem;
  margin-bottom: 2.1875rem;
}
@media (max-width: 896px) {
  .top-aboutus .body .heading {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
.top-aboutus .body p {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 1.4em;
}
@media (max-width: 896px) {
  .top-aboutus .body p {
    margin-bottom: 0.7em;
  }
}
.top-aboutus .body > *:last-child {
  margin-bottom: 0;
}
.top-aboutus .body .readmore {
  margin-top: 2.5rem;
}
.top-aboutus .photo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25rem 1.25rem 18.9375rem;
  grid-template-columns: 25rem 18.9375rem;
  gap: 1.25rem;
}
@media (max-width: 896px) {
  .top-aboutus .photo {
    width: 100%;
    -ms-grid-columns: 55.3250345781% 2.7662517289% 41.9087136929%;
    grid-template-columns: 55.3250345781% 41.9087136929%;
    gap: 2.7662517289%;
    margin-bottom: 1.875rem;
  }
}
.top-aboutus .photo li:first-child {
  -ms-grid-row-span: 2;
  grid-row: span 2/auto;
}
.top-aboutus .photo li img {
  width: 100%;
}

.top-business > .inner {
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4.375rem 0;
  position: relative;
}
@media (max-width: 896px) {
  .top-business > .inner {
    padding: 3.125rem 1.25rem;
  }
}
.top-business > .inner::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 2.5rem;
  height: 100%;
  width: 100%;
  margin-left: -999px;
  padding-left: 999px;
  background: #F8F8F8;
  content: "";
}
@media (max-width: 896px) {
  .top-business > .inner::after {
    right: 0;
  }
}
.top-business .heading {
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 2.1875rem;
}
@media (max-width: 896px) {
  .top-business .heading {
    font-size: 1.5rem;
  }
}
.top-business .feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 896px) {
  .top-business .feature-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-business .feature-box .title {
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 0.75rem;
  margin-bottom: 1.625rem;
}
@media (max-width: 896px) {
  .top-business .feature-box .title {
    padding-bottom: 0.375rem;
    margin-bottom: 1rem;
  }
}
.top-business .feature-box .image {
  width: 25rem;
  height: 15.625rem;
}
@media (min-width: 897px) {
  .top-business .feature-box .image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 3.75rem;
  }
}
@media (max-width: 896px) {
  .top-business .feature-box .image {
    margin-top: 1.25rem;
    width: 100%;
    height: auto;
  }
}
.top-business *:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}

@keyframes fade-in-bottom {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.top-voice > .inner {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4.375rem 0;
}
@media (max-width: 896px) {
  .top-voice > .inner {
    padding: 3.125rem 1.25rem;
  }
}
.top-voice .heading {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}
.top-voice .heading span {
  display: inline-block;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid var(--base-color);
}
.top-voice .voice-list {
  margin: 2.5rem 0;
}
.top-voice .voice-list .item {
  max-width: 59.375rem;
}
.top-voice .voice-list .item:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (min-width: 897px) {
  .top-voice .voice-list .item:nth-child(even) {
    margin-left: 3.125rem;
  }
}
.top-voice .voice-list .item:not(.-active) {
  -webkit-animation: fade-in-bottom 0.5s ease-out forwards;
          animation: fade-in-bottom 0.5s ease-out forwards;
}
.top-voice .voice-list .item.-active {
  -webkit-animation: fade-in-up 1s;
          animation: fade-in-up 1s;
}
.top-voice .voice-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E6E6E6;
  padding: 1.875rem 3.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
.top-voice .voice-card:hover {
  text-decoration: underline;
}
.top-voice .voice-card .thumbnail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.5rem;
  height: 7.5rem;
}
@media (min-width: 897px) {
  .top-voice .voice-card .thumbnail {
    margin-right: 2.5rem;
  }
}
@media (max-width: 896px) {
  .top-voice .voice-card .thumbnail {
    margin-bottom: 1.25rem;
  }
}
.top-voice .voice-card .thumbnail img {
  border-radius: 50%;
  width: 100%;
}
.top-voice .voice-card .comment {
  font-size: 1rem;
}
.top-voice .voice-card .link-a {
  display: block;
  margin-top: 1em;
}
@media (max-width: 896px) {
  .top-voice .voice-card {
    padding: 1.875rem 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-news {
  background: #F8F8F8;
}
.top-news > .inner {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4.375rem 0 6.25rem;
}
@media (max-width: 896px) {
  .top-news > .inner {
    padding: 3.125rem 1.25rem 3.75rem;
  }
}
.top-news .heading {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 1.875rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #E6E6E6;
}
@media (max-width: 896px) {
  .top-news .heading {
    font-size: 1.875rem;
  }
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.fade-in.-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.article-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.1875rem;
}
@media (max-width: 896px) {
  .article-header {
    margin-bottom: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.article-header .title {
  margin-left: 1.625rem;
  font-weight: bold;
  color: #19A648;
}
@media (min-width: 897px) {
  .article-header .title {
    font-size: 1.25rem;
    padding-top: 1rem;
  }
}
@media (max-width: 896px) {
  .article-header .title {
    font-size: 1.125rem;
    line-height: 1.5;
    padding-bottom: 1.4375rem;
  }
}
.article-header .title.-orange {
  color: #EE7602;
}

.article-content {
  zoom: 1;
}
.article-content:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.article-content .h2a {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.9375rem;
}
.article-content p + .h2a {
  margin-top: 2.1875rem;
}
@media (max-width: 896px) {
  .article-content p + .h2a {
    margin-top: 1.25rem;
  }
}
.article-content p + .grid-photo {
  margin-top: 1.875rem;
}
.article-content p + .outline-box {
  margin-top: 2.5rem;
}
@media (max-width: 896px) {
  .article-content p + .outline-box {
    margin-top: 1.875rem;
  }
}
.article-content p:not(:last-child) {
  margin-bottom: 0.875em;
}
.article-content .grid-photo + .h2a {
  margin-top: 2.1875rem;
}
.article-content .align-right {
  float: right;
  margin: 0 0 1.875rem 1.875rem;
}
@media (max-width: 896px) {
  .article-content .align-right {
    float: none;
    display: block;
    margin: 0 auto 1.25rem;
  }
}
.article-content .note {
  font-size: 0.75rem;
  display: table;
}
.article-content .note > span {
  display: table-cell;
  padding-right: 0.875rem;
}
.article-content > *:last-child {
  margin-bottom: 0;
}

/**************************************************
  /voice/
***************************************************/
.voice-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.9375rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.voice-heading img {
  margin-right: 0.625rem;
}

.voice-modal .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 896px) {
  .voice-modal .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
  }
}
.voice-modal .head .photo img {
  border-radius: 50%;
}
.voice-modal .head .wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 896px) {
  .voice-modal .head .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.voice-modal .head .title {
  display: inline-block;
  color: var(--text-color-invert);
  background: var(--base-color);
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.25rem 1rem 0.125rem;
  margin-bottom: 0.875rem;
}
@media (max-width: 896px) {
  .voice-modal .head .title {
    margin-bottom: 0.625rem;
  }
}
.voice-modal .head .time {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
@media (max-width: 896px) {
  .voice-modal .head .time {
    margin-bottom: 0;
  }
}
.voice-modal .head .bubble-box {
  background: #EDEEEF;
  font-weight: bold;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 896px) {
  .voice-modal .head .bubble-box {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    font-size: 1.125rem;
    padding: 0.875rem 0.75rem;
    margin-bottom: 0.9375rem;
  }
}
.voice-modal .head .bubble-box::before {
  position: absolute;
  top: 50%;
  left: -0.625rem;
  margin-top: -0.625rem;
  border-style: solid;
  border-width: 0.625rem 0.625rem 0.625rem 0;
  border-color: transparent #EDEEEF transparent transparent;
  content: "";
}
@media (max-width: 896px) {
  .voice-modal .head .bubble-box::before {
    top: -0.625rem;
    left: 50%;
    margin-top: auto;
    margin-left: -0.625rem;
    border-style: solid;
    border-width: 0 0.625rem 0.625rem 0.625rem;
    border-color: transparent transparent #EDEEEF transparent;
  }
}
.voice-modal .head .bubble-box .logo {
  width: 8.25rem;
  height: 1.875rem;
  margin-right: 0.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.voice-modal .head .bubble-box .text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.voice-modal .head .bubble-box .text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
.voice-modal .grid-row {
  gap: 2.5rem;
  margin: 0;
}
.voice-modal .grid-row .image {
  width: 12.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.voice-modal .grid-row .table-a tbody th {
  text-align: center;
  font-weight: bold;
}

/**************************************************
  index
***************************************************/
#news .news-list {
  margin-top: -1em;
}
#news .news-list .item:not(:last-child) {
  margin-bottom: 0;
}
#news .news-list .item > a {
  padding: 1em 0;
  border-bottom: 1px solid #E6E6E6;
}

.pager-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3.75rem 0;
}
.pager-square li {
  margin: 0 0.5em;
}
.pager-square li a, .pager-square li span {
  width: 2.5em;
  height: 2.5em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.pager-square li.back-link a, .pager-square li.back-link span, .pager-square li.forward-link a, .pager-square li.forward-link span {
  display: block;
  text-indent: -9999px;
}
.pager-square li.back-link span:before, .pager-square li.forward-link span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5em;
  height: 0.5em;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  content: "";
}
.pager-square li.back-link span:before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.pager-square li.forward-link span:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.pager-square li:not(.back-link):not(.forward-link) a {
  background: #EEE;
  font-weight: bold;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}
.pager-square li:not(.back-link):not(.forward-link) a:hover {
  color: #ffffff;
  background: #000000;
}
.pager-square li:not(.back-link):not(.forward-link).current a, .pager-square li:not(.back-link):not(.forward-link).current span {
  color: #ffffff;
  background: #000000;
}

/**************************************************
  entry
***************************************************/
.entry-header {
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid var(--base-color);
}
.entry-header .meta {
  margin-bottom: 0.5em;
}
.entry-header .meta .date {
  display: inline-block;
  color: #666666;
  font-size: 0.75rem;
  margin-right: 1em;
  vertical-align: -1px;
}
.entry-header .meta > .category {
  font-size: 0.625rem;
  border: 1px solid #333;
  padding: 0.3em 1em;
}
.entry-header .entry-title {
  font-size: 1.25em;
  font-weight: bold;
}

.acms-entry .heading-a {
  margin-top: 3em;
  border-bottom-color: #E6E6E6;
}

.box-a, .box-b {
  overflow: hidden;
  clear: both;
  padding: 1.5em 1em;
  margin: 1.875rem 0;
}

.box-a {
  border: 1px solid #dddddd;
}

.box-b {
  background: #f2f2f2;
}

.entry-footer .back-link {
  text-align: center;
  margin-top: 2.5rem;
  padding: 1.25em 0 1.25em;
  border-top: 1px solid #E2E2E6;
}
.entry-footer .back-link a {
  font-size: 0.875em;
  text-decoration: none;
}
.entry-footer .back-link a:before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.25' height='17.234' viewBox='0 0 29.25 17.234'%3E%3Cpath id='Path_298' data-name='Path 298' d='M831.005,3319.162a1.133,1.133,0,0,0-.3.838,1.174,1.174,0,0,0,1.219,1.219h23.842l-5.18,5.256a1.186,1.186,0,1,0,1.676,1.675l7.313-7.312a.739.739,0,0,0,.3-.381,1.412,1.412,0,0,0,0-.914.739.739,0,0,0-.3-.381l-7.313-7.312a1.186,1.186,0,1,0-1.676,1.675l5.18,5.256H831.919A1.247,1.247,0,0,0,831.005,3319.162Z' transform='translate(-830.7 -3311.383)'/%3E%3C/svg%3E%0A") no-repeat 0 0;
  background-size: 1em 1em;
  background-position: 0 50%;
  vertical-align: middle;
  margin-right: 1em;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  content: "";
}

#adminBox {
  margin-bottom: 0;
}

/* -----------------------------------------------
  Grid Custom
-------------------------------------------------- */
@media (min-width: 897px) {
  .acms-entry [class*=column-eximage-],
  .acms-entry [class*=column-image-],
  .acms-entry [class*=column-media-],
  .acms-entry [class*=column-file-] {
    margin-bottom: 1.25rem;
  }
  .acms-grid > .column-image-left,
  .acms-grid > .column-media-left,
  [class*=box-] > .column-image-left,
  [class*=box-] > .column-media-left {
    padding-right: 1.25rem;
  }
  .acms-grid > .column-image-right,
  .acms-grid > .column-media-right,
  [class*=box-] > .column-image-right,
  [class*=box-] > .column-media-right {
    padding-left: 1.25rem;
  }
  [class*=box-] > [class*=column-image],
  [class*=box-] > [class*=column-media] {
    margin-bottom: 0;
  }
  .js-edit_inplace p:last-child {
    margin-bottom: 1em;
  }
  .js-edit_inplace.align_left + .js-edit_inplace {
    overflow: hidden;
  }
}
.heading-a + .clearHidden + .heading-b {
  margin-top: 0;
}

.acms-grid > .list-plain {
  margin-left: calc(1em + 10px);
}
.acms-grid > [class*=box-] {
  margin-left: 10px;
  margin-right: 10px;
}

.caption {
  display: block;
  font-size: 0.75em;
  margin-top: 0.5em;
  margin-bottom: 0;
  text-align: center;
}