@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: 0em;
}

sup {
  top: -0.25em;
}

/* 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: 2px 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;
}

/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
:root {
  --color-line: #B7B7B7;
  --color-link: #F39800;
  --color-main: #000;
  --color-primary: #F39800;
  --color-secondary: rgba(243,152,0,.7);
  --color-ttl: #000;
  --color-txt: #000;
  --color-txt-weak: rgba(0,0,0,.7);
  --color-txt-weakest: rgba(0,0,0,.3);
  --color-hover: #F39800;
  --color-hover-bg: rgba(243,152,0,.4);
  --color-accent: #000;
  --color-important: #FF0000;
  --color-warning: #FF0000;
  --color-disable: #999;
  --color-bg: #F39800;
  --color-bg-dark: #000;
  --icon-transform: translateX(-4px);
  --icon-transition: transform,stroke-width, 0.15s cubic-bezier(0.17, 0.84, 0.44, 1);
  --scrollbar-width: 0px;
  --contents-width: 0px;
  --wcalc-gap: 30px;
  --wcalc-window-side-width: calc((100vw - var(--scrollbar-width) - 1440px) / 2);
  --wcalc2-1: calc((((100% - (var(--wcalc-gap) * 1)) / 2) * 1) + (var(--wcalc-gap) * 0)); /* 1 out of 2 rows. */
  --wcalc3-1: calc((((100% - (var(--wcalc-gap) * 2)) / 3) * 1) + (var(--wcalc-gap) * 0)); /* 1 out of 3 rows. */
  --wcalc3-2: calc((((100% - (var(--wcalc-gap) * 2)) / 3) * 2) + (var(--wcalc-gap) * 1)); /* 2 out of 3 rows. */
  --wcalc4-1: calc((((100% - (var(--wcalc-gap) * 3)) / 4) * 1) + (var(--wcalc-gap) * 0)); /* 1 out of 4 rows. */
  --wcalc4-2: calc((((100% - (var(--wcalc-gap) * 3)) / 4) * 2) + (var(--wcalc-gap) * 1)); /* 2 out of 4 rows. */
  --wcalc4-3: calc((((100% - (var(--wcalc-gap) * 3)) / 4) * 3) + (var(--wcalc-gap) * 2)); /* 3 out of 4 rows. */
  --wcalc5-1: calc((((100% - (var(--wcalc-gap) * 4)) / 5) * 1) + (var(--wcalc-gap) * 0)); /* 1 out of 5 rows. */
  --wcalc5-2: calc((((100% - (var(--wcalc-gap) * 4)) / 5) * 2) + (var(--wcalc-gap) * 1)); /* 2 out of 5 rows. */
  --wcalc5-3: calc((((100% - (var(--wcalc-gap) * 4)) / 5) * 3) + (var(--wcalc-gap) * 2)); /* 3 out of 5 rows. */
  --wcalc5-4: calc((((100% - (var(--wcalc-gap) * 4)) / 5) * 4) + (var(--wcalc-gap) * 3)); /* 4 out of 5 rows. */
  --wcalc6-1: calc((((100% - (var(--wcalc-gap) * 5)) / 6) * 1) + (var(--wcalc-gap) * 0)); /* 1 out of 6 rows. */
  --wcalc6-2: calc((((100% - (var(--wcalc-gap) * 5)) / 6) * 2) + (var(--wcalc-gap) * 1)); /* 2 out of 6 rows. */
  --wcalc6-3: calc((((100% - (var(--wcalc-gap) * 5)) / 6) * 3) + (var(--wcalc-gap) * 2)); /* 3 out of 6 rows. */
  --wcalc6-4: calc((((100% - (var(--wcalc-gap) * 5)) / 6) * 4) + (var(--wcalc-gap) * 3)); /* 4 out of 6 rows. */
  --wcalc6-5: calc((((100% - (var(--wcalc-gap) * 5)) / 6) * 5) + (var(--wcalc-gap) * 4)); /* 5 out of 6 rows. */
  --wcalc7-1: calc((((100% - (var(--wcalc-gap) * 6)) / 7) * 1) + (var(--wcalc-gap) * 0)); /* 1 out of 7 rows. */
  --wcalc7-2: calc((((100% - (var(--wcalc-gap) * 6)) / 7) * 2) + (var(--wcalc-gap) * 1)); /* 2 out of 7 rows. */
  --wcalc7-3: calc((((100% - (var(--wcalc-gap) * 6)) / 7) * 3) + (var(--wcalc-gap) * 2)); /* 3 out of 7 rows. */
  --wcalc7-4: calc((((100% - (var(--wcalc-gap) * 6)) / 7) * 4) + (var(--wcalc-gap) * 3)); /* 4 out of 7 rows. */
  --wcalc7-5: calc((((100% - (var(--wcalc-gap) * 6)) / 7) * 5) + (var(--wcalc-gap) * 4)); /* 5 out of 7 rows. */
  --wcalc7-6: calc((((100% - (var(--wcalc-gap) * 6)) / 7) * 6) + (var(--wcalc-gap) * 5)); /* 6 out of 7 rows. */
  --wcalc8-1: calc((((100% - (var(--wcalc-gap) * 7)) / 8) * 1) + (var(--wcalc-gap) * 0)); /* 1 out of 8 rows. */
  --wcalc8-2: calc((((100% - (var(--wcalc-gap) * 7)) / 8) * 2) + (var(--wcalc-gap) * 1)); /* 2 out of 8 rows. */
  --wcalc8-3: calc((((100% - (var(--wcalc-gap) * 7)) / 8) * 3) + (var(--wcalc-gap) * 2)); /* 3 out of 8 rows. */
  --wcalc8-4: calc((((100% - (var(--wcalc-gap) * 7)) / 8) * 4) + (var(--wcalc-gap) * 3)); /* 4 out of 8 rows. */
  --wcalc8-5: calc((((100% - (var(--wcalc-gap) * 7)) / 8) * 5) + (var(--wcalc-gap) * 4)); /* 5 out of 8 rows. */
  --wcalc8-6: calc((((100% - (var(--wcalc-gap) * 7)) / 8) * 6) + (var(--wcalc-gap) * 5)); /* 6 out of 8 rows. */
  --wcalc8-7: calc((((100% - (var(--wcalc-gap) * 7)) / 8) * 7) + (var(--wcalc-gap) * 6)); /* 7 out of 8 rows. */
  --wcalc9-1: calc((((100% - (var(--wcalc-gap) * 8)) / 9) * 1) + (var(--wcalc-gap) * 0)); /* 1 out of 9 rows. */
  --wcalc9-2: calc((((100% - (var(--wcalc-gap) * 8)) / 9) * 2) + (var(--wcalc-gap) * 1)); /* 2 out of 9 rows. */
  --wcalc9-3: calc((((100% - (var(--wcalc-gap) * 8)) / 9) * 3) + (var(--wcalc-gap) * 2)); /* 3 out of 9 rows. */
  --wcalc9-4: calc((((100% - (var(--wcalc-gap) * 8)) / 9) * 4) + (var(--wcalc-gap) * 3)); /* 4 out of 9 rows. */
  --wcalc9-5: calc((((100% - (var(--wcalc-gap) * 8)) / 9) * 5) + (var(--wcalc-gap) * 4)); /* 5 out of 9 rows. */
  --wcalc9-6: calc((((100% - (var(--wcalc-gap) * 8)) / 9) * 6) + (var(--wcalc-gap) * 5)); /* 6 out of 9 rows. */
  --wcalc9-7: calc((((100% - (var(--wcalc-gap) * 8)) / 9) * 7) + (var(--wcalc-gap) * 6)); /* 7 out of 9 rows. */
  --wcalc9-8: calc((((100% - (var(--wcalc-gap) * 8)) / 9) * 8) + (var(--wcalc-gap) * 7)); /* 8 out of 9 rows. */
  --wcalc10-1: calc((((100% - (var(--wcalc-gap) * 9)) / 10) * 1) + (var(--wcalc-gap) * 0)); /* 1 out of 10 rows. */
  --wcalc10-2: calc((((100% - (var(--wcalc-gap) * 9)) / 10) * 2) + (var(--wcalc-gap) * 1)); /* 2 out of 10 rows. */
  --wcalc10-3: calc((((100% - (var(--wcalc-gap) * 9)) / 10) * 3) + (var(--wcalc-gap) * 2)); /* 3 out of 10 rows. */
  --wcalc10-4: calc((((100% - (var(--wcalc-gap) * 9)) / 10) * 4) + (var(--wcalc-gap) * 3)); /* 4 out of 10 rows. */
  --wcalc10-5: calc((((100% - (var(--wcalc-gap) * 9)) / 10) * 5) + (var(--wcalc-gap) * 4)); /* 5 out of 10 rows. */
  --wcalc10-6: calc((((100% - (var(--wcalc-gap) * 9)) / 10) * 6) + (var(--wcalc-gap) * 5)); /* 6 out of 10 rows. */
  --wcalc10-7: calc((((100% - (var(--wcalc-gap) * 9)) / 10) * 7) + (var(--wcalc-gap) * 6)); /* 7 out of 10 rows. */
  --wcalc10-8: calc((((100% - (var(--wcalc-gap) * 9)) / 10) * 8) + (var(--wcalc-gap) * 7)); /* 8 out of 10 rows. */
  --wcalc10-9: calc((((100% - (var(--wcalc-gap) * 9)) / 10) * 9) + (var(--wcalc-gap) * 8)); /* 9 out of 10 rows. */
  --wcalc11-1: calc((((100% - (var(--wcalc-gap) * 10)) / 11) * 1) + (var(--wcalc-gap) * 0)); /* 1 out of 11 rows. */
  --wcalc11-2: calc((((100% - (var(--wcalc-gap) * 10)) / 11) * 2) + (var(--wcalc-gap) * 1)); /* 2 out of 11 rows. */
  --wcalc11-3: calc((((100% - (var(--wcalc-gap) * 10)) / 11) * 3) + (var(--wcalc-gap) * 2)); /* 3 out of 11 rows. */
  --wcalc11-4: calc((((100% - (var(--wcalc-gap) * 10)) / 11) * 4) + (var(--wcalc-gap) * 3)); /* 4 out of 11 rows. */
  --wcalc11-5: calc((((100% - (var(--wcalc-gap) * 10)) / 11) * 5) + (var(--wcalc-gap) * 4)); /* 5 out of 11 rows. */
  --wcalc11-6: calc((((100% - (var(--wcalc-gap) * 10)) / 11) * 6) + (var(--wcalc-gap) * 5)); /* 6 out of 11 rows. */
  --wcalc11-7: calc((((100% - (var(--wcalc-gap) * 10)) / 11) * 7) + (var(--wcalc-gap) * 6)); /* 7 out of 11 rows. */
  --wcalc11-8: calc((((100% - (var(--wcalc-gap) * 10)) / 11) * 8) + (var(--wcalc-gap) * 7)); /* 8 out of 11 rows. */
  --wcalc11-9: calc((((100% - (var(--wcalc-gap) * 10)) / 11) * 9) + (var(--wcalc-gap) * 8)); /* 9 out of 11 rows. */
  --wcalc11-10: calc((((100% - (var(--wcalc-gap) * 10)) / 11) * 10) + (var(--wcalc-gap) * 9)); /* 10 out of 11 rows. */
  --wcalc12-1: calc((((100% - (var(--wcalc-gap) * 11)) / 12) * 1) + (var(--wcalc-gap) * 0)); /* 1 out of 12 rows. */
  --wcalc12-2: calc((((100% - (var(--wcalc-gap) * 11)) / 12) * 2) + (var(--wcalc-gap) * 1)); /* 2 out of 12 rows. */
  --wcalc12-3: calc((((100% - (var(--wcalc-gap) * 11)) / 12) * 3) + (var(--wcalc-gap) * 2)); /* 3 out of 12 rows. */
  --wcalc12-4: calc((((100% - (var(--wcalc-gap) * 11)) / 12) * 4) + (var(--wcalc-gap) * 3)); /* 4 out of 12 rows. */
  --wcalc12-5: calc((((100% - (var(--wcalc-gap) * 11)) / 12) * 5) + (var(--wcalc-gap) * 4)); /* 5 out of 12 rows. */
  --wcalc12-6: calc((((100% - (var(--wcalc-gap) * 11)) / 12) * 6) + (var(--wcalc-gap) * 5)); /* 6 out of 12 rows. */
  --wcalc12-7: calc((((100% - (var(--wcalc-gap) * 11)) / 12) * 7) + (var(--wcalc-gap) * 6)); /* 7 out of 12 rows. */
  --wcalc12-8: calc((((100% - (var(--wcalc-gap) * 11)) / 12) * 8) + (var(--wcalc-gap) * 7)); /* 8 out of 12 rows. */
  --wcalc12-9: calc((((100% - (var(--wcalc-gap) * 11)) / 12) * 9) + (var(--wcalc-gap) * 8)); /* 9 out of 12 rows. */
  --wcalc12-10: calc((((100% - (var(--wcalc-gap) * 11)) / 12) * 10) + (var(--wcalc-gap) * 9)); /* 10 out of 12 rows. */
  --wcalc12-11: calc((((100% - (var(--wcalc-gap) * 11)) / 12) * 11) + (var(--wcalc-gap) * 10)); /* 11 out of 12 rows. */
}

/* ============================================================================================== */
/* Global                                                                                         */
/* ============================================================================================== */
::-moz-selection {
  background-color: var(--color-txt);
  color: #fff;
}

::selection {
  background-color: var(--color-txt);
  color: #fff;
}

/* ----------------------------- */
html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  /*scroll-behavior: smooth;*/
}

main {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------------------------*/
a {
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

a:hover {
  text-decoration-color: inherit;
  color: var(--color-link);
  opacity: 1 !important;
}

/* ----------------------------------------------------------------------------------------*/
/* tabindex */
:focus {
  outline: 1px dotted currentColor;
}

:focus-visible {
  outline: 2px dashed currentColor;
  background: transparent;
}

/* ----------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: inherit;
  line-height: 1.65;
  font-family: var(--cnd);
}

/* ----------------------------------------------------------------------------------------*/
abbr[title], dfn[title] {
  border: none;
  text-decoration: none;
}

/* ----------------------------------------------------------------------------------------*/
main a {
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
main a[href^=tel] {
  /*text-decoration: underline;*/
}
main a[href$=".png"]::after, main a[href$=".gif"]::after, main a[href$=".jpg"]::after, main a[href$=".jpeg"]::after {
  display: none;
}
main a[href$=".pdf"]::after {
  content: none !important;
}
main a:hover {
  text-decoration-color: inherit;
  text-decoration: none;
  color: var(--color-link);
  opacity: 1 !important;
}

/* ----------------------------------------------------------------------------------------*/
menu {
  margin: 0;
  padding: 0;
}

/* ----------------------------------------------------------------------------------------*/
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

button:hover {
  border: 1px solid rgba(0, 0, 0, 0.75);
  color: #000;
}

/* ----------------------------------------------------------------------------------------*/
p {
  margin-bottom: 0;
}

pre {
  margin-bottom: 0;
}

dl {
  margin-bottom: 0;
}

ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 0;
  list-style: decimal;
  padding-left: 1em;
}

b, strong {
  font-family: var(--font-m);
  font-weight: 500;
}

dd {
  margin-left: 1.75em;
}

/* ----------------------------------------------------------------------------------------*/
img {
  display: block;
  width: 100%;
}

/* ----------------------------------------------------------------------------------------*/
hr {
  height: 0;
  margin: 2em 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* discList --------------------------------- */
ul {
  list-style: none;
  padding: 0;
}

li {
  position: relative;
  padding-left: 1.75em;
}

ul > li {
  position: relative;
  padding-left: 1.5em;
  /*&::before {
  	position: absolute;
  	content: '';
  	display: block;
  	left: 0;
  	width: 3px;
  	height: 3px;
  	background-color: currentColor;
  }

  & li::before {
  	content: '';
  	display: block;
  	width: 2px;
  	height: 2px;
  	border: 1px solid currentColor;
  	background-color: transparent;
  }*/
}

/* orderedList --------------------------------- */
ol {
  list-style: none;
  padding: 0;
}

ol > li {
  position: relative;
  counter-increment: ol-number;
  padding-left: 1.75em;
}
ol > li::before {
  position: absolute;
  content: counter(ol-number) ".";
  left: 0;
}

/* ============================================================================================== */
/* Module / Animation                                                                             */
/* ============================================================================================== */
[class*=uk-animation-] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Direction modifier */
.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Animations for scrollspy */
/*
 * Fade
 */
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*
 * Scale
 */
.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02;
}

.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18;
}

/*
 * Slide
 */
.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  animation-name: uk-fade-top;
}

.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
  animation-name: uk-fade-bottom;
}

.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left;
}

.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right;
}

/*
 * Slide Small
 */
.uk-animation-slide-top-small {
  -webkit-animation-name: uk-fade-top-small;
  animation-name: uk-fade-top-small;
}

.uk-animation-slide-bottom-small {
  -webkit-animation-name: uk-fade-bottom-small;
  animation-name: uk-fade-bottom-small;
}

.uk-animation-slide-left-small {
  -webkit-animation-name: uk-fade-left-small;
  animation-name: uk-fade-left-small;
}

.uk-animation-slide-right-small {
  -webkit-animation-name: uk-fade-right-small;
  animation-name: uk-fade-right-small;
}

/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
  -webkit-animation-name: uk-fade-top-medium;
  animation-name: uk-fade-top-medium;
}

.uk-animation-slide-bottom-medium {
  -webkit-animation-name: uk-fade-bottom-medium;
  animation-name: uk-fade-bottom-medium;
}

.uk-animation-slide-left-medium {
  -webkit-animation-name: uk-fade-left-medium;
  animation-name: uk-fade-left-medium;
}

.uk-animation-slide-right-medium {
  -webkit-animation-name: uk-fade-right-medium;
  animation-name: uk-fade-right-medium;
}

/*
 * Kenburns
 */
.uk-animation-kenburns {
  -webkit-animation-name: uk-scale-kenburns;
  animation-name: uk-scale-kenburns;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}

/*
 * Shake
 */
.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake;
}

/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}

/* Enable animation only on hover
========================================================================== */
/*
 * Note: Firefox and IE needs this because animations are not triggered when switching between display `none` and `block`
 */
.uk-animation-toggle:not(:hover):not(.uk-hover) [class*=uk-animation-] {
  -webkit-animation-name: none;
  animation-name: none;
}

/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
 * Slide Top
 */
@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*
 * Slide Bottom
 */
@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*
 * Slide Left
 */
@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*
 * Slide Right
 */
@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*
 * Slide Top Small
 */
@-webkit-keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*
 * Slide Bottom Small
 */
@-webkit-keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*
 * Slide Left Small
 */
@-webkit-keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*
 * Slide Right Small
 */
@-webkit-keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*
 * Slide Top Medium
 */
@-webkit-keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*
 * Slide Bottom Medium
 */
@-webkit-keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*
 * Slide Left Medium
 */
@-webkit-keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*
 * Slide Right Medium
 */
@-webkit-keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*
 * Scale Up
 */
@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*
 * Scale Down
 */
@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*
 * Kenburns
 */
@-webkit-keyframes uk-scale-kenburns {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes uk-scale-kenburns {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
/*
 * Shake
 */
@-webkit-keyframes uk-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
            transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}
@keyframes uk-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
            transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}
/* ============================================================================================== */
/* UI / Button                                                                                    */
/* ============================================================================================== */
/*
 * UI / Button
 * - default style
 *  - primary 
 *  - -secondary 
 *  - warning
 *  - disabled 
 *  - decoration
 *
 * - option : sizing
 * - option : width
 * - option : icon
 * - option : levitate
 * 
 * - type : fill
 * - type : underline
 * - type : card
 * - type : navigate
 */
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  /*
   * blank: "\e900"
   * blank_bold: "\e901"
   * blank_black: "\e902"
   */
  /*&[target="_blank"]::after {
  	font-family: "icomoon";
  	font-style: normal;
  	font-weight: normal;
  	font-variant: normal;
  	text-transform: none;

  	content: "\e901";
  	font-size: 14px;
  	margin: -10px -6px -10px 3px;
  }*/
}
.btn:hover {
  text-decoration: none;
  border: none;
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}
.btn svg, .btn use {
  -webkit-transition: none;
  transition: none;
}

/* button 要素は input.scss (form関連部品) に記述しています。 */
/* ----------------------------------------------------------------------- */
/* default style */
/* ----------------------------------------------------------------------- */
.btn {
  position: relative;
  min-width: 40px;
  min-height: 40px;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none !important;
  color: inherit;
  white-space: nowrap;
  line-height: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  /* -primary */
  /* -secondary */
  /* warning */
  /* anchor link */
  /* disabled */
}
.btn::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid currentColor;
  content: "";
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: inherit;
  transition: inherit;
  background-color: transparent;
  opacity: 1;
}
a:hover .btn, .btn:hover {
  color: #fff;
}
a:hover .btn::before {
  opacity: 1;
}
.btn.-primary {
  color: var(--color-accent);
  font-weight: bold;
  font-family: var(--font-m);
}
.btn.-primary::before {
  border-width: 2px;
  opacity: 1;
}
a:hover .btn.-primary, .btn.-primary:hover {
  color: #fff;
  background-color: #000;
}
a:hover .btn.-primary::before, .btn.-primary:hover::before {
  border-color: #000;
}
a:active .btn.-primary, .btn.-primary:active {
  color: #fff;
  background-color: #000;
}
.btn.-primary .icon {
  stroke-width: 1.4;
}
.btn.-secondary {
  font-weight: bold;
  font-family: var(--font-m);
}
.btn.-secondary::before {
  border-width: 2px;
  opacity: 0.7;
}
a:hover .btn.-secondary, .btn.-secondary:hover {
  color: #fff;
  background-color: var(--color-accent);
}
a:hover .btn.-secondary::before, .btn.-secondary:hover::before {
  border-color: var(--color-accent);
}
a:active .btn.-secondary, .btn.-secondary:active {
  color: #fff;
  background-color: var(--color-accent);
}
.btn.-secondary .icon {
  stroke-width: 1.4;
}
.btn.-warning {
  color: rgb(255, 120, 136);
  border-color: rgba(255, 120, 136, 0.4);
  font-weight: bold;
  font-family: var(--font-m);
}
.btn.-warning::before {
  border-width: 2px;
  opacity: 1;
}
a:hover .btn.-warning, .btn.-warning:hover {
  color: #fff;
  background-color: rgba(255, 120, 136, 0.1);
}
a:hover .btn.-warning::before, .btn.-warning:hover::before {
  border-color: rgb(255, 0, 0);
}
.btn.-warning .icon {
  stroke-width: 1.4;
}
.btn[disabled] {
  opacity: 0.3;
  pointer-events: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* ----------------------------------------------------------------------- */
.btn {
  /* option : sizing */
  /* option : align */
  /* option : width */
  /* px等の指定はレスポンシブでは使いづらいことと、ほぼ使用することが無かったので廃止しました。 */
}
.btn.-xs {
  min-width: 20px !important;
  min-height: 20px !important;
  padding: 5px 8px !important;
}
.btn.-s {
  min-width: 30px !important;
  min-height: 30px !important;
  padding: 10px 10px !important;
}
.btn.-l {
  min-width: 50px !important;
  min-height: 50px !important;
  padding: 20px 20px !important;
}
.btn.-xl {
  min-width: 60px !important;
  min-height: 60px !important;
  padding: 25px 20px !important;
}
.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.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn.-w10p {
  width: 10%;
}
.btn.-w20p {
  width: 20%;
}
.btn.-w30p {
  width: 30%;
}
.btn.-w40p {
  width: 40%;
}
.btn.-w50p {
  width: 50%;
}
.btn.-w60p {
  width: 60%;
}
.btn.-w70p {
  width: 70%;
}
.btn.-w80p {
  width: 80%;
}
.btn.-w90p {
  width: 90%;
}
.btn.-w100p {
  width: 100%;
}

/* ----------------------------------------------------------------------- */
/* option : icon */
.btn-lbl {
  display: inline-block;
}

.btn .lbl {
  display: inline-block;
}
.btn .icon {
  opacity: inherit;
  margin-left: -5px;
  margin-right: 3px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.btn.-xs .icon {
  font-size: 70%;
}
.btn.-xs .icon:first-child {
  margin-right: 5px;
}
.btn.-xs .icon:last-child {
  margin-left: 5px;
}
.btn.-xs .icon:only-child {
  margin: -1rem -0.5rem;
}
.btn.-s .icon {
  font-size: 90%;
}
.btn.-s .icon:first-child {
  margin-right: 5px;
}
.btn.-s .icon:last-child {
  margin-left: 5px;
}
.btn.-s .icon:only-child {
  margin: -1rem;
}
.btn.-l .icon {
  font-size: 120%;
}
.btn.-l .icon:last-child {
  margin: -8px -2px -8px 8px;
}
.btn.-l .icon:only-child {
  margin: -0.5rem -1rem;
}
.btn.-xl .icon {
  font-size: 140%;
}
.btn.-xl .icon:last-child {
  margin: -12px -2px -12px 10px;
}
.btn.-xl .icon:only-child {
  margin: -0.5rem -1rem;
}

/* ----------------------------------------------------------------------- */
/* option : levitate */
.btn.btn--lev {
  -webkit-box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  /* 塗りつぶしボタンの場合は影を少し濃くする */
}
.btn.btn--lev::before {
  border: none;
}
.btn.btn--lev.btn--fill {
  -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
}
.btn.btn--lev:hover {
  -webkit-box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.2);
}
.btn.btn--lev:active {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

/* ----------------------------------------------------------------------- */
/* type : fill */
/* ----------------------------------------------------------------------- */
.btn.btn--fill {
  color: #fff;
  background-color: var(--color-main);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  /* primary */
  /* -secondary */
  /* warning */
  /* disabled */
}
a:hover .btn.btn--fill, .btn.btn--fill:hover {
  color: #fff !important;
  background-color: var(--color-primary) !important;
}
a:active .btn.btn--fill, .btn.btn--fill:active {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
}
.btn.btn--fill::before {
  position: absolute;
  content: "";
  bottom: 0;
  top: auto;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s cubic-bezier(0.55, 0.06, 0.83, 0.43);
  transition: 0.4s cubic-bezier(0.55, 0.06, 0.83, 0.43);
  -webkit-transition-property: opacity, background;
  transition-property: opacity, background;
  border: none;
  opacity: 1;
  border-radius: 5px;
}
.btn.btn--fill.-primary {
  color: rgb(255, 255, 255);
  background-color: var(--color-main);
  font-weight: 500;
}
a:hover .btn.btn--fill.-primary, .btn.btn--fill.-primary:hover {
  font-weight: 500 !important;
  background-color: var(--color-accent) !important;
  border-color: var(--color-main) !important;
  color: rgb(255, 255, 255) !important;
}
.btn.btn--fill.-secondary {
  background-color: var(--color-main);
  font-weight: 500;
}
a:hover .btn.btn--fill.-secondary, .btn.btn--fill.-secondary:hover {
  font-weight: 500 !important;
  background-color: var(--color-main) !important;
  border-color: var(--color-main) !important;
  color: rgb(255, 255, 255) !important;
}
.btn.btn--fill.-warning {
  background-color: rgba(255, 120, 136, 0.7) !important;
}
a:hover .btn.btn--fill.-warning, .btn.btn--fill.-warning:hover {
  color: #fff !important;
  background-color: rgb(255, 120, 136) !important;
  border-color: rgb(255, 120, 136) !important;
}
.btn.btn--fill[disabled] {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  pointer-events: none;
}

/* ----------------------------------------------------------------------- */
/* type : text */
/* ----------------------------------------------------------------------- */
.btn--t {
  min-width: 0;
}
.btn--t::before {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  top: auto;
  right: auto;
  width: 100%;
  height: 0;
  margin: auto 0 0;
  border: none;
  background-color: currentColor;
  -webkit-transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition-property: background-color, color, opacity;
  transition-property: background-color, color, opacity;
  content: "";
}
.btn--t, .btn--t.-secondary, .btn--t.-primary, .btn--t.-warning {
  padding: 0;
  font-weight: inherit;
}
.btn--t::before, .btn--t.-secondary::before, .btn--t.-primary::before, .btn--t.-warning::before {
  opacity: 0;
}
.btn--t:hover::before, .btn--t.-secondary:hover::before, .btn--t.-primary:hover::before, .btn--t.-warning:hover::before {
  opacity: 1;
}
.btn--t:hover, .btn--ta.-secondary:hover, .btn--ta.-primary:hover, .btn--ta.-warning:hover, .btn--t.btn:hover, .btn--t.btn.-secondary:hover, .btn--t.btn.-primary:hover, .btn--t.btn.-warning:hover {
  text-decoration: none;
  background-color: transparent;
  color: var(--color-accent);
}
.btn--t[target=_blank]::after, a .btn--t[target=_blank]::after {
  margin-left: 3px;
  margin-right: 0;
}

/* ----------------------------------------------------------------------- */
/* type : underline */
/* ----------------------------------------------------------------------- */
.btn--u {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 !important;
  font-weight: inherit;
  border: none;
  color: currentColor;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition-property: background-position, color;
  transition-property: background-position, color;
  text-decoration: none;
  opacity: 1;
}
.btn--u::before {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  top: auto;
  right: auto;
  width: 100%;
  height: 1px;
  margin: auto 0 0;
  border: none;
  opacity: 1;
  background-color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--color-link)), color-stop(40%, var(--color-link)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(to left, var(--color-link), var(--color-link) 40%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2));
  background-size: 300% 100%;
  background-position: 100% 100%;
  -webkit-transition: 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition-property: background-position, color;
  transition-property: background-position, color;
  content: "";
}
.btn--u.-secondary, .btn--u.-primary, .btn--u.-warning {
  font-weight: bold;
  font-family: var(--font-m);
}
.btn--u.-warning::before {
  background-image: -webkit-gradient(linear, right top, left top, from(#f00), color-stop(40%, #f00), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(to left, #f00, #f00 40%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2));
}
a:hover .btn--u, .btn--u:hover {
  background-position: 0% 100%;
  color: currentColor;
}
a:hover .btn--u::before, .btn--u:hover::before {
  width: 100%;
  background-position: 0% 100%;
}
a:hover .btn--u, a:hover .btn--u.-secondary, a:hover .btn--u.-primary, a:hover .btn--u.-warning, .btn--u:hover, .btn--u.-secondary:hover, .btn--u.-primary:hover, .btn--u.-warning:hover {
  text-decoration: none;
  background-color: transparent;
  color: var(--color-accent);
}
.btn--u[target=_blank]::after, a .btn--u[target=_blank]::after {
  margin-right: 0;
}

/* ----------------------------------------------------------------------- */
/* type : card */
/* ----------------------------------------------------------------------- */
.btn--card {
  text-align: inherit;
  white-space: normal;
  line-height: inherit;
}
.btn--card::before {
  border: none;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition-property: opacity, color, -webkit-box-shadow;
  transition-property: opacity, color, -webkit-box-shadow;
  transition-property: opacity, color, box-shadow;
  transition-property: opacity, color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.btn--card:active {
  border: none;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.btn--card .icon:first-child {
  margin: -6px 15px -6px 0;
}
.btn--card .icon:last-child {
  margin: -6px 0 -6px 15px;
}
a:hover .btn--card::before, .btn--card:hover::before {
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}
a:active .btn--card::before, .btn--card:active::before {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

@media all and (min-width: 768px) {
  .btn--card {
    padding: 25px;
  }
}
@media all and (min-width: 1280px) {
  .btn--card {
    padding: 35px;
  }
}
/* ----------------------------------------------------------------------- */
/* type : navigate */
/* ----------------------------------------------------------------------- */
/*
 * 上下左右の方向を示すアニメーションを伴う線
 */
.navigate-bar {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  text-transform: uppercase;
}
.navigate-bar::before, .navigate-bar::after {
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 50px;
  height: 1px;
  margin: auto;
  background-color: currentColor;
}
.navigate-bar::before {
  opacity: 0.1;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.navigate-bar::after {
  opacity: 0.75;
  -webkit-animation: navigateHorizonDefaultForward 2s infinite cubic-bezier(0.77, 0, 0.18, 1);
          animation: navigateHorizonDefaultForward 2s infinite cubic-bezier(0.77, 0, 0.18, 1);
}
.navigate-bar:hover {
  text-decoration: none;
}
.navigate-bar:hover::after {
  opacity: 1;
  text-decoration: none;
}

.navigate-bar--inner {
  position: relative;
  overflow: hidden;
}
.navigate-bar--inner::before {
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0.3em;
  display: block;
  width: 0%;
  height: 25%;
  content: "";
  opacity: 0.5;
  background-color: currentColor;
}

a:hover .navigate-bar .navigate-bar--inner:before,
.navigate-bar:hover .navigate-bar--inner:before {
  -webkit-animation: navigateBaseBg 0.5s 1 ease;
          animation: navigateBaseBg 0.5s 1 ease;
}

@-webkit-keyframes navigateBaseBg {
  0% {
    width: 0;
  }
  45% {
    width: 100%;
  }
  55% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}

@keyframes navigateBaseBg {
  0% {
    width: 0;
  }
  45% {
    width: 100%;
  }
  55% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}
/* Default */
@-webkit-keyframes navigateBaseBgReverse {
  0% {
    width: 0;
    right: auto;
  }
  45% {
    width: 100%;
  }
  55% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0%;
    right: auto;
    left: 100%;
  }
}
@keyframes navigateBaseBgReverse {
  0% {
    width: 0;
    right: auto;
  }
  45% {
    width: 100%;
  }
  55% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0%;
    right: auto;
    left: 100%;
  }
}
@-webkit-keyframes navigateHorizonDefaultForward {
  0% {
    width: 0;
  }
  45% {
    width: 50px;
  }
  55% {
    width: 50px;
    left: 0;
  }
  100% {
    width: 0;
    left: 50px;
  }
}
@keyframes navigateHorizonDefaultForward {
  0% {
    width: 0;
  }
  45% {
    width: 50px;
  }
  55% {
    width: 50px;
    left: 0;
  }
  100% {
    width: 0;
    left: 50px;
  }
}
/* -------------------------------------- */
.navigate-bar.-back::after {
  -webkit-animation: navigateHorizonBack 2s infinite cubic-bezier(0.77, 0, 0.18, 1);
          animation: navigateHorizonBack 2s infinite cubic-bezier(0.77, 0, 0.18, 1);
}
.navigate-bar.-back:hover::before, .navigate-bar.-back:hover::after {
  height: 1px;
}

a:hover .navigate-bar.-back .navigate-bar--inner:before,
.navigate-bar.-back:hover .navigate-bar--inner:before {
  left: auto;
  right: 0;
  -webkit-animation-name: navigateBaseBgReverse;
          animation-name: navigateBaseBgReverse;
}

@-webkit-keyframes navigateHorizonBack {
  0% {
    width: 0;
    left: 50px;
  }
  45% {
    width: 50px;
    left: 0;
  }
  55% {
    width: 50px;
  }
  100% {
    width: 0;
  }
}

@keyframes navigateHorizonBack {
  0% {
    width: 0;
    left: 50px;
  }
  45% {
    width: 50px;
    left: 0;
  }
  55% {
    width: 50px;
  }
  100% {
    width: 0;
  }
}
/* -------------------------------------- */
.navigate-bar.-forward {
  padding-left: 0;
  padding-right: calc(50px + 1.5em);
}
.navigate-bar.-forward::before, .navigate-bar.-forward::after {
  right: 0;
  left: auto;
}
.navigate-bar.-forward::after {
  -webkit-animation: navigateHorizonForward 2s infinite cubic-bezier(0.77, 0, 0.18, 1);
          animation: navigateHorizonForward 2s infinite cubic-bezier(0.77, 0, 0.18, 1);
}
.navigate-bar.-forward:hover::before, .navigate-bar.-forward:hover::after {
  height: 1px;
}

@-webkit-keyframes navigateHorizonForward {
  0% {
    width: 0;
    right: 50px;
  }
  45% {
    width: 50px;
    right: 0;
  }
  55% {
    width: 50px;
  }
  100% {
    width: 0;
  }
}

@keyframes navigateHorizonForward {
  0% {
    width: 0;
    right: 50px;
  }
  45% {
    width: 50px;
    right: 0;
  }
  55% {
    width: 50px;
  }
  100% {
    width: 0;
  }
}
/* -------------------------------------- */
.navigate-bar.-up {
  padding-left: 0;
  padding-right: 0;
  min-height: 40px;
}
.navigate-bar.-up::before, .navigate-bar.-up::after {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  height: 100%;
  width: 1px;
}
.navigate-bar.-up::after {
  -webkit-animation: navigateVirticalUp 2s infinite cubic-bezier(0.77, 0, 0.18, 1);
          animation: navigateVirticalUp 2s infinite cubic-bezier(0.77, 0, 0.18, 1);
}
.navigate-bar.-up:hover::before, .navigate-bar.-up:hover::after {
  width: 1px;
}

@-webkit-keyframes navigateVirticalUp {
  0% {
    height: 0;
  }
  45% {
    height: 100%;
  }
  55% {
    height: 100%;
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: 100%;
  }
}

@keyframes navigateVirticalUp {
  0% {
    height: 0;
  }
  45% {
    height: 100%;
  }
  55% {
    height: 100%;
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: 100%;
  }
}
/* -------------------------------------- */
.navigate-bar.-down {
  padding-left: 0;
  padding-right: 0;
  min-height: 40px;
}
.navigate-bar.-down::before, .navigate-bar.-down::after {
  top: 0;
  bottom: auto;
  right: 0;
  left: auto;
  height: 100%;
  width: 1px;
}
.navigate-bar.-down::after {
  -webkit-animation: navigateVirticalDown 2s infinite cubic-bezier(0.77, 0, 0.18, 1);
          animation: navigateVirticalDown 2s infinite cubic-bezier(0.77, 0, 0.18, 1);
}
.navigate-bar.-down:hover::before, .navigate-bar.-down:hover::after {
  width: 1px;
}

@-webkit-keyframes navigateVirticalDown {
  0% {
    height: 0;
  }
  45% {
    height: 100%;
  }
  55% {
    height: 100%;
    top: 0;
  }
  100% {
    height: 0;
    top: 100%;
  }
}

@keyframes navigateVirticalDown {
  0% {
    height: 0;
  }
  45% {
    height: 100%;
  }
  55% {
    height: 100%;
    top: 0;
  }
  100% {
    height: 0;
    top: 100%;
  }
}
/*
 * 線がボタン内にあった場合
 */
.btn .navigate-bar {
  padding: 0;
}
.btn .navigate-bar:first-child {
  padding-left: 60px;
  margin: 0;
}
.btn .navigate-bar:last-child {
  padding-right: 50px;
  margin: 0 0 0 10px;
}
.btn .navigate-bar.-up:first-child {
  padding: 0;
  margin: 0 15px 0 0px;
}
.btn .navigate-bar.-up:last-child {
  padding: 0 0 0 15px;
  margin: 0 0;
}
.btn .navigate-bar.-down:first-child {
  padding: 0 0 0 0px;
  margin: 0 15px 0 0;
}
.btn .navigate-bar.-down:last-child {
  padding: 0 0 0 15px;
  margin: 0 0;
}

/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
/* ============================================================================================== */
/* Icon Menu                                                                                      */
/* ============================================================================================== */
.menu-button {
  position: relative;
  pointer-events: auto;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  font-family: var(--font-en);
  color: currentColor;
  padding: 0;
  border: none;
}
.menu-button:hover {
  border: none;
}
.menu-button a:hover {
  color: currentColor;
}
.menu-buttona, .menu-button a, .menu-buttonbutton, .menu-button button {
  cursor: pointer;
}
.menu-button a, .menu-button button {
  position: relative;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  min-height: 40px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
}
.menu-button .menu-button__icon {
  position: relative;
  -webkit-transition: background-color 0s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: background-color 0s cubic-bezier(0.65, 0.05, 0.36, 1);
  will-change: background-color;
}
.menu-button .menu-button__icon::before, .menu-button .menu-button__icon::after {
  position: absolute;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition-property: background-color, top, left, width, -webkit-transform;
  transition-property: background-color, top, left, width, -webkit-transform;
  transition-property: background-color, top, left, width, transform;
  transition-property: background-color, top, left, width, transform, -webkit-transform;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  will-change: background-color;
}
.menu-button .menu-button__icon::before {
  top: -6px;
  content: "";
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.menu-button .menu-button__icon::after {
  width: 40px;
  top: 6px;
  content: "";
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.menu-button .menu-button__icon {
  display: block;
  height: 2px;
  width: 40px;
  padding: 0;
  border-radius: 2px;
  background: currentColor;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform-origin: center 15px;
          transform-origin: center 15px;
}
.menu-button .menu-button__icon::before, .menu-button .menu-button__icon::after {
  display: block;
  height: 2px;
  width: 40px;
  padding: 0;
  border-radius: 2px;
  background: currentColor;
}
.menu-button .lbl_menu {
  display: block !important;
}
.menu-button .lbl_close {
  display: none !important;
}
.-show .menu-button .menu-button__icon::before, .-show .menu-button .menu-button__icon::after {
  width: 40px;
  left: 0px;
}
.-show .menu-button .menu-button__icon {
  background-color: rgba(255, 255, 255, 0);
}
.-show .menu-button .menu-button__icon::before {
  -webkit-transform: rotate(10deg) translate(1px, 8px);
          transform: rotate(10deg) translate(1px, 8px);
}
.-show .menu-button .menu-button__icon::after {
  -webkit-transform: rotate(-10deg) translate(1px, -4px);
          transform: rotate(-10deg) translate(1px, -4px);
}

.menu-button__txt-wrap {
  line-height: 1;
}

.menu-button__icon-wrap {
  position: relative;
  display: block;
  width: 40px;
  height: 25px;
}

@media (min-width: 80em) {
  .menu-button a {
    width: 50px;
  }
  .menu-button__icon-wrap {
    width: 50px;
    height: 40px;
  }
}
/* ------------------------------------------------------------------- */
.-show-drower .menu-button .lbl_menu {
  display: none !important;
}
.-show-drower .menu-button .lbl_close {
  display: block !important;
}

/* ------------------------------------------------------------------- */
.close-button {
  position: relative;
  right: 0;
  margin: 0;
  pointer-events: auto;
  z-index: 201;
  font-weight: bolder;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.1em;
}
.close-button a, .close-button button {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  min-height: 40px;
  margin: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
  border: none;
}
.close-button a:hover, .close-button button:hover {
  color: currentColor;
  border: none;
}
.close-button .menu-button__icon {
  position: relative;
  display: block;
  top: 25px;
  left: 0;
  right: 0;
  width: 40px;
  margin: auto;
  -webkit-transform-origin: center 15px;
          transform-origin: center 15px;
}
.close-button .menu-button__icon::before, .close-button .menu-button__icon::after {
  position: absolute;
  display: block;
  background: currentColor;
  width: 40px;
  height: 1.5px;
  padding: 0;
  border-radius: 2px;
  border: 1px solid transparent; /* 反転モード用 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.close-button .menu-button__icon::before {
  top: -6px;
  content: "";
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(10deg) translate(0px, 6px);
          transform: rotate(10deg) translate(0px, 6px);
}
.close-button .menu-button__icon::after {
  top: 6px;
  content: "";
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-10deg) translate(0px, -6px);
          transform: rotate(-10deg) translate(0px, -6px);
}
.close-button .lbl {
  font-size: 12px;
}

/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
/* ============================================================================================== */
/* Module / Form                                                                                  */
/* ============================================================================================== */
/* ----------------------------------------------- */
/* form layout */
/* ------------------------------- */
.inputItemBlock {
  margin-top: 40px;
}
.inputItemBlock:first-child {
  margin-top: 0;
}

/* ------------------------------- */
.input-lbl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  font-family: var(--cnd);
  letter-spacing: 0.08rem;
}
.input-lbl::before {
  content: "任意";
  color: #fff;
  text-indent: 0;
  margin-right: 8px;
  font-size: 12px;
  background-color: var(--color-txt-weak);
  padding: 0 8px;
  border-radius: 100px;
}
.input-lbl.-no-lbl::before {
  content: none;
}
.required .input-lbl::before {
  content: "必須";
  color: #fff;
  text-indent: 0;
  margin-right: 8px;
  font-size: 12px;
  background-color: var(--color-txt);
  padding: 0 8px;
  border-radius: 100px;
}

@media (min-width: 46.25em) {
  .input-lbl {
    padding: 10px 0;
  }
}
@media (min-width: 100em) {
  .input-lbl::before {
    font-size: 14px;
  }
  .required .input-lbl::before {
    font-size: 14px;
  }
}
/* ------------------------------- */
.input-elm > *:first-child {
  margin-top: 0;
}

.input-elm .error-message {
  display: block;
  padding: 0.75em 0 0;
}

.input-grp {
  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: 20px;
}
.input-grp > * {
  margin: 0;
}

/* ------------------------------- */
.controlBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
  padding: 10px 0;
}

.controlBlock__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.controlBlock__item::before {
  content: none;
}

/* ------------------------------- */
.input-note {
  margin: 10px 0;
  color: var(--color-txt-weak);
  font-size: 80%;
  line-height: 1.5;
}
.input-note:first-child {
  margin-top: 0;
  padding-top: 7px;
}
.input-note:last-child {
  margin-bottom: 0;
}

/* ------------------------------- */
.mp-input.-w10p {
  width: 10%;
}
.mp-input.-w20p {
  width: 20%;
}
.mp-input.-w30p {
  width: 30%;
}
.mp-input.-w40p {
  width: 40%;
}
.mp-input.-w50p {
  width: 50%;
}
.mp-input.-w60p {
  width: 60%;
}
.mp-input.-w70p {
  width: 70%;
}
.mp-input.-w80p {
  width: 80%;
}
.mp-input.-w90p {
  width: 90%;
}
.mp-input.-w100p {
  width: 100%;
}

/* ------------------------------- */
.mp-textarea {
  min-height: 10em;
}

/* ------------------------------- */
.input-definition {
  position: relative;
  margin: 0;
}
.input-definition > div {
  position: relative;
}
.input-definition dt {
  position: absolute;
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  top: -0.7em;
  left: 5px;
  font-size: 1.2rem;
  line-height: 1;
  z-index: 2;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  pointer-events: none;
  background-color: rgb(255, 255, 255);
}
.input-definition label {
  pointer-events: auto;
}
.input-definition dd {
  margin-left: 0;
}

.input-definition .input--select-wrap:hover::after {
  color: rgb(0, 0, 0);
}

.input-definition .input--select-wrap:hover:disabled::after {
  color: rgba(0, 0, 0, 0.3);
}

/* ------------------------------- */
.mp-form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: felx-start;
      -ms-flex-pack: felx-start;
          justify-content: felx-start;
}
.mp-form-footer .paging {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mp-form-footer .paging__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
.mp-form-footer .paging__item::before {
  content: none;
}

/* ---------------------------------------------------------------------- */
/* confirm */
/* ---------------------------------------------------------------------- */
.mp-confirm-table {
  display: block;
  width: 100%;
}
.mp-confirm-table tr {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mp-confirm-table th {
  display: block;
  width: 100%;
  padding: 10px 10px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-weight: 400;
  color: #999;
  vertical-align: baseline;
}
.mp-confirm-table td {
  display: block;
  padding: 0 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  vertical-align: baseline;
}

.mp-status-preview {
  margin-bottom: 40px;
  padding: 20px 0;
}
.mp-status-preview .mp-confirm-table {
  font-weight: normal;
}
.mp-status-preview .mp-confirm-table th {
  font-weight: normal;
  font-size: 1.3rem;
  color: #555;
  width: 150px;
}
.mp-status-preview .mp-confirm-table td {
  font-weight: 300;
  font-size: 1.3rem;
  color: #555;
}
.mp-status-preview .mp-confirm-table .txt {
  display: block;
  margin-bottom: 0.5em;
}
.mp-status-preview .mp-confirm-table .btn {
  position: absolute;
  right: 0;
  top: 10px;
}

@media (min-width: 46.25em) {
  .mp-confirm-table {
    display: table;
  }
  .mp-confirm-table tr {
    display: table-row;
    border: none;
  }
  .mp-confirm-table th {
    display: table-cell;
    width: 180px;
    padding: 15px 15px 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .mp-confirm-table td {
    display: table-cell;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
/* ============================================================================================== */
/* Icon                                                                                           */
/* ============================================================================================== */
/* 
 * アイコンは基本的に単色で線と塗りだけで構成されています。
 * アイコンにtransitionを適用するためには予めSVGをHTML内に記述し、use要素を使用する方法がありますが、ページ内に直接SVGで定義する必要があります。
 * そのためJavaScriptでSVGアイコンのデータを定義し、特定の要素の独自データ属性があれば動的にSVGを記述する方法としています。
 * 
 */
/* ---------------------------------------------------------------------- */
.active .icon img,
.active .icon svg,
a:hover .icon img,
a:hover .icon svg {
  opacity: 1;
}

[data-icon],
.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  line-height: 0;
  fill: currentColor;
  stroke-width: 1;
}

svg.icon,
.icon svg {
  width: 24px;
  height: 24px;
}

/* ---------------------------------------------------------------------- */
/* Inline svg default styles */
/* 
 * SVG内の要素に対して使用するクラス。
 */
/* 線の基本設定 */
.svg-line {
  fill: none;
  stroke: currentColor;
  stroke-width: inherit;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

/* 線 丸キャップ 丸角 */
.svg-line-round {
  fill: none;
  stroke: currentColor;
  stroke-width: inherit;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

/* 破線 丸キャップ 丸角 */
.svg-line-dash-round {
  fill: none;
  stroke: currentColor;
  stroke-width: inherit;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1.25, 1.25;
}

/* 線あり塗あり */
.svg-line-fill {
  fill: currentColor;
  stroke: currentColor;
  stroke-width: inherit;
  stroke-miterlimit: 10;
}

/* 線 キャップ無し 角 */
.svg-line-edge {
  fill: none;
  stroke: currentColor;
  stroke-width: inherit;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

/* 塗のみ */
.svg-fill-only {
  fill: currentColor;
}

/* 塗無し */
.svg-fill-none {
  fill: none !important;
}

/* 塗りの上にくる要素の色 */
.svg-secondary-color {
  color: #fff;
}

/* ---------------------------------------------------------------------- */
/* weight */
/* ---------------------------------------------------------------------- */
/*
 * 線の太さの指定（絶対値）
 */
.icon.-w100 svg,
.icon.-w100 use {
  stroke-width: 0.2 !important;
}

.icon.-w200 svg,
.icon.-w200 use {
  stroke-width: 0.4 !important;
}

.icon.-w300 svg,
.icon.-w300 use {
  stroke-width: 0.6 !important;
}

.icon.-w400 svg,
.icon.-w400 use {
  stroke-width: 0.8 !important;
}

.icon.-w500 svg,
.icon.-w500 use {
  stroke-width: 1 !important;
}

.icon.-w600 svg,
.icon.-w600 use {
  stroke-width: 1.2 !important;
}

.icon.-w700 svg,
.icon.-w700 use {
  stroke-width: 1.4 !important;
}

.icon.-w800 svg,
.icon.-w800 use {
  stroke-width: 1.6 !important;
}

.icon.-w900 svg,
.icon.-w900 use {
  stroke-width: 2 !important;
}

/* ---------------------------------------------------------------------- */
/* size */
/* ---------------------------------------------------------------------- */
/*
 * サイズの指定（絶対値）
 */
svg.icon.-xxs,
.icon.-xxs svg {
  width: 16px !important;
  height: 16px !important;
}

svg.icon.-xs,
.icon.-xs svg {
  width: 20px !important;
  height: 20px !important;
}

svg.icon.-s,
.icon.-s svg {
  width: 24px !important;
  height: 24px !important;
}

svg.icon.-m,
.icon.-m svg {
  width: 36px !important;
  height: 36px !important;
}

svg.icon.-l,
.icon.-l svg {
  width: 48px !important;
  height: 48px !important;
}

svg.icon.-xl,
.icon.-xl svg {
  width: 60px !important;
  height: 60px !important;
}

svg.icon.-xxl,
.icon.-xxl svg {
  width: 72px !important;
  height: 72px !important;
}

/* ------------------------------------------------------------------- */
.toggleIcons {
  position: relative;
}

.toggleIcons__icon {
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.17, 0.84, 0.44, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.toggleIcons__icon:nth-child(1) {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.toggleIcons__icon:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.-show .toggleIcons__icon:nth-child(1) {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.-show .toggleIcons__icon:nth-child(2) {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.toggleIcons__icon + .toggleIcons__icon {
  position: absolute;
  left: 0;
  top: 0;
}

/* ============================================================================================== */
/* Indicator                                                                                      */
/* ============================================================================================== */
.indicator {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  line-height: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0);
  opacity: 1;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.indicator.show {
  opacity: 1;
  pointer-events: auto;
}
.indicator.hide {
  opacity: 0;
}
.onloadstart .indicator {
  opacity: 1;
}
.onloadcomplete .indicator {
  opacity: 0;
  pointer-events: none;
  /*display: none;*/
}
.indicator img {
  position: absolute;
  top: 0%;
  vertical-align: middle;
}
.indicator span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  display: block;
  margin: auto;
  z-index: 9999;
  background-image: url(../img/global/indicator_k.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 25px 300px;
  -webkit-animation: indicatorAnimation 1s steps(12) infinite;
          animation: indicatorAnimation 1s steps(12) infinite;
}

@-webkit-keyframes indicatorAnimation {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 0px -300px;
  }
}

@keyframes indicatorAnimation {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 0px -300px;
  }
}
@only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 3) {
  @-webkit-keyframes indicatorAnimation2 {
    from {
      background-position: 0px 0px;
    }
    to {
      background-position: 0px -150px;
    }
  }
  @keyframes indicatorAnimation2 {
    from {
      background-position: 0px 0px;
    }
    to {
      background-position: 0px -150px;
    }
  }
}
/* ============================================================================================== */
/* Loading Progress bar                                                                           */
/* ============================================================================================== */
/*
.progress {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	transition: all .25s ease-out 0.5s;
	z-index: 10000;

	&.progress-complete {
		top: -5px;
	}

	&.progress-complete + .indicator span {
		opacity: 0;
	}
}

.progress--inner {
	display: block;
	width: 0;
	height: 5px;
	transition: all 3s cubic-bezier(.22,.61,.36,1);
	background: var(--color-accent);

	.progress.progress-complete & {
		transition-duration: .5s;
	}
}
*/
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
/* ============================================================================================== */
/* Letter, glyph                                                                                  */
/* ============================================================================================== */
/*
 * テキスト・文字に関するタグの基本設定
 * タグなので本来はglobalに書きますがテキスト関連ということでここで基本設定を行っています。
 *
 * Layout / global-footer
 *  - genelic class
 *  - Text align
 *  - Break
 */
/* ----------------------------------------------------------------------------------------
 *
 * ウェブフォント
 *
 * ----------------------------------------------------------------------------------------*/
:root {
  --system-fonts: "Noto Sans JP", sans-serif;
  --font-primaly: "Noto Sans JP", sans-serif;
  --font-secondary: "Noto Sans JP", sans-serif;
  --font-r: "Noto Sans JP", sans-serif;
  --font-m: "Noto Sans JP", sans-serif;
  --font-db: "Noto Sans JP", sans-serif;
  --font-b: "Noto Sans JP", sans-serif;
  --font-en: "Urbanist", sans-serif;
  --cnd: ;
}

/* ----------------------------------------------------------------------------------------
 *
 * 基本のフォント設定
 *
 * ----------------------------------------------------------------------------------------*/
body {
  font-weight: normal;
  font-family: var(--font-primaly);
  color: var(--color-txt);
}

input,
textarea,
select {
  font-family: var(--system-fonts);
}

main {
  width: 100%;
  height: auto;
  font-size: clamp(0.875rem, 0.8068181818rem + 0.303030303vw, 1.125rem);
  line-height: 1.8;
}

@media (min-width: 80em) {
  main {
    line-height: 2;
  }
}
ruby {
  ruby-align: center;
}

ruby rt {
  font-size: 0.9rem;
  font-family: "UD Shin Go Conde80 R";
}

@media (min-width: 80em) {
  ruby rt {
    font-size: 1rem;
  }
}
.no-deco a,
.no-deco {
  text-decoration: none;
}

.no-deco a:hover,
.no-deco:hover {
  text-decoration: none;
}

/* ----------------------------------------------------------------------------------------
 *
 * genelic class / 汎用クラス
 *
 * ----------------------------------------------------------------------------------------*/
.kerning,
.kerning--palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; /* 役物半角 */
  /* font-feature-settings: 'pwid';*/
  /* font-feature-settings: 'pkna';*/
}

.kerning--pwid {
  /*font-feature-settings: 'palt';*/
  -webkit-font-feature-settings: "pwid";
          font-feature-settings: "pwid";
  /*font-feature-settings: 'pkna';*/
}

.tcu {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.b {
  font-family: var(--font-m);
  font-weight: 500;
}

.ib {
  display: inline-block;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

/* ----------------------------------------------------------------------------------------*/
.overflow-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  overflow-y: visible;
  width: 100%;
}

/* ----------------------------------------------------------------------------------------*/
.windows pre,
.windows code {
  /* Windowsでビットマップフォントになる要素 */
  -webkit-text-stroke: 0;
}

/* ----------------------------------------------------------------------------------------
 *
 * genelic class / フォント指定
 *
 * ----------------------------------------------------------------------------------------*/
/* セリフ系フォント（欧文優先） */
[class^=txt-en].-serif {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "MS PMincho", serif;
}

.txt--italic {
  font-style: italic !important;
}

/* サンセリフ系フォント（欧文優先） */
[class^=txt-en] {
  font-family: "Urbanist", sans-serif;
  font-weight: inherit;
  font-optical-sizing: auto;
}

/* Condensed （長体） */
.-cnd {
  font-family: sans-serif;
  font-weight: inherit;
}

.b.-cnd {
  font-family: sans-serif;
  font-weight: inherit;
}

/* ----------------------------------------------------------------------- */
/* Text align */
.t.-center {
  text-align: center;
}
.t.-right {
  text-align: right;
}
.t.-left {
  text-align: left;
}
.t.-justify {
  text-align: justify;
}
.t.-vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

@media screen and (min-width: 374px) {
  .spcenter {
    text-align: center;
  }
}
@media (min-width: 46.25em) {
  .tbcenter {
    text-align: center;
  }
}
@media (min-width: 80em) {
  .pccenter {
    text-align: center;
  }
}
/* ----------------------------------------------------------------------- */
/* Size */
.t.-fs-xs {
  font-size: 60%;
}
.t.-fs-s {
  font-size: 80%;
}
.t.-fs-l {
  font-size: 120%;
}
.t.-fs-xl {
  font-size: 140%;
}

/* ----------------------------------------------------------------------- */
/* Break */
br.tb {
  display: none;
}

br.pc {
  display: none;
}

br.sp {
  display: inline-block;
}

@media (min-width: 46.25em) {
  br.sp {
    display: none;
  }
  br.tb {
    display: inline-block;
  }
}
@media (min-width: 80em) {
  br.sp {
    display: none;
  }
  br.tb {
    display: none;
  }
  br.pc {
    display: inline-block;
  }
}
/* ----------------------------------------------------------------------- */
/* Color */
.color--disable {
  color: var(--color-disable) !important;
}

.color--primary {
  color: var(--color-primary) !important;
}

.color--secondary {
  color: var(--color-secondary) !important;
}

.color--important {
  color: var(--color-important) !important;
}

.color--warning {
  color: var(--color-warning) !important;
}

.color--current {
  color: var(--color-accent) !important;
}

.color--inherit {
  color: inherit !important;
}

/*
 * Loading Progress bar
 * Progress
 * Scroll indicator
 * Slide show
 * UI Carousel
 * UI Accordion
 * UI Inline sider navigation
 * UI Top of page
 * UI Paging
 * UI Search overlay
 */
/* ----------------------------------------------------------------------- */
/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ============================================================================================== */
/* Progress                                                                                       */
/* ============================================================================================== */
/*
.prog {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 0 30px;
	counter-reset: section;
	font-size: 1.1rem;

	&::before,
	&::after {
		position: absolute;
		display: block;
		content: "";
		width: calc(15% - 20px);
		height: 1px;
		margin: 0 10px;
		background-color: #ccc;
		z-index: 2;
		top: 44px;
	}

	&::before {
		left: 0;
		right: auto;
	}

	&::after {
		left: auto;
		right: 0;
	}
}

.prog__section {
	position: relative;
	list-style: none;
	color: #aaa;
	min-width: 8em;
	width: 20%;
	padding: 5px 10px 0;
	text-align: center;
	flex: 1;

	&::before {
		position: absolute;
		bottom: 100%;
		top: auto;
		left: 0;
		right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 3px;
		counter-increment: section;
		content: counter(section);
		font-size: 140%;
		z-index: 2;
	}

	&::after {
		position: absolute;
		display: block;
		right: auto;
		left: calc(50% + 10px);
		top: -16px;
		width: calc(100% - 40px);
		height: 1px;
		margin: 0 10px;
		background-color: #ccc;
		border-radius: 3px;
		content: "";
		z-index: 1;
	}

	&:empty::before {
		margin-right: 0;
	}

	&:last-child::after {
		display: none;
	}

	&.current {
		color: var(--color-main);
		font-weight: 600;
	}

	&.current::before {

	}

	&.complete {
		color: #555;
	}

	&.complete::before {
		background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDpub25lO3N0cm9rZTojZmZmZmZmO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPjxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9IjE5LjUsNi41IDcuNiwxOC43IDIuNCwxMy41ICIvPjwvc3ZnPg0K");
		background-position: center;
		background-repeat: no-repeat;
		background-color: var(--color-main);
		background-size: 16px;
		content: "";
	}

	&.complete::after {
		background-color: var(--color-main);
	}
}


@media screen and (min-width: 1280px) {

}
*/
/* ============================================================================================== */
/* Scroll navigate                                                                                */
/* ============================================================================================== */
/*
.scroll-navigate {
	position: absolute;
	left: 0;
	right: auto;
	display: flex;
	z-index: 100;
	color: #fff;
	mix-blend-mode: exclusion;

	&,
	&::before,
	&::after {
		width: 1px;
		height: 40px;
		margin: auto;
	}

	&::before,
	&::after {
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: auto;
		content: "";
		background-color: currentColor;
	}

	&::before {
		opacity: 0.2;
		animation: ScrollnavigateAnimation 2s infinite cubic-bezier(.79,.14,.15,.86) 0.5s;
	}

	&::after {
		animation: ScrollnavigateAnimation 2s infinite cubic-bezier(0.77, 0, 0.18, 1);
	}

	&.-up {
		top: 0;
		bottom: auto;
		transform: scale(-1);
	}

	&.-down {
		top: auto;
		bottom: 0;
	}
}

@media screen and (min-width: 1280px) {
	.scroll-navigate,
	.scroll-navigate::before,
	.scroll-navigate::after {
		height: 80px;
	}
}

@keyframes ScrollnavigateAnimation {
	0% {
		height: 0;
	}
	45% {
		height: 100%;
	}
	55% {
		height: 100%;
		top: 0;
	}
	100% {
		height: 0;
		top: 100%;
	}
}

*/
/* ============================================================================================== */
/* UI Top of page                                                                                 */
/* ============================================================================================== */
.top-of-page {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0;
  z-index: 100;
  cursor: pointer;
  color: #000;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border-radius: 0;
  opacity: 1;
}

.top-of-page .icon {
  margin-right: 0;
  width: 24px;
  height: 24px;
}

.scroll-y-start .top-of-page {
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 1280px) {
  .top-of-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
  }
  .top-of-page:hover {
    color: rgb(255, 255, 255);
    background-color: var(--base-color);
    border-color: var(--base-color);
  }
}
/* ============================================================================================== */
/* UI Ppaging                                                                                     */
/* ============================================================================================== */
.paging {
  margin: 0 auto 40px;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .paging {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .paging li:first-child {
    margin-left: 0;
  }
}
/* not plugin ------------------------------- */
/*
.page-numbers {
	display: inline-flex;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
	list-style: none;
}

.page-numbers li {
	margin: 0.5em;
}

.page-numbers li > * {
	display: block;
	padding: 1em ;
	border: 1px solid rgba(0,0,0,0.1);
	line-height: 1;
	min-width: 1em;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
}

.page-numbers a {
	text-decoration: none;
}

.page-numbers .current {
	background-color: var(--base-color);
	border-color: transparent;
	color: #fff;
	pointer-events: none;
}

.page-numbers a:hover {
	color:  #fff;
	background-color: rgba(0,0,0,1);
}

.paging-detail {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding-left: 0;
	width: 100%;
}

.paging-detail li {

}
*/
/* ============================================================================================== */
/* Module / UI Accordion                                                                          */
/* ============================================================================================== */
.ui-accordion {
  --duration: 0.4s;
}

.ui-accordion--item {
  position: relative;
}
.ui-accordion--item.uia--show {
  border-color: var(--color-main);
}

.ui-accordion--trigger {
  position: relative;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 0.25s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: all 0.25s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

.ui-accordion--contents {
  overflow: hidden;
  padding: 0;
  height: var(--height, 0);
  -webkit-transition: var(--duration) cubic-bezier(0.77, 0, 0.18, 1);
  transition: var(--duration) cubic-bezier(0.77, 0, 0.18, 1);
  -webkit-transition-property: height, opacity, padding;
  transition-property: height, opacity, padding;
  will-change: height, opacity, padding;
}
.uia--hide .ui-accordion--contents {
  opacity: 0;
  padding: 0;
}
.uia--show .ui-accordion--contents {
  opacity: 1;
}

.ui-accordion--icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: auto 10px auto auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.ui-accordion--icon::before, .ui-accordion--icon::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 13px;
  background-color: currentColor;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform var(--duration) cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-transform var(--duration) cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform var(--duration) cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform var(--duration) cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform var(--duration) cubic-bezier(0.65, 0.05, 0.36, 1);
}
.ui-accordion--icon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ui-accordion--icon::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.uia--show .ui-accordion--icon::before {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.uia--show .ui-accordion--icon::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

/* ============================================================================================== */
/* Module / UI Tooltip                                                                            */
/* ============================================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Dimensions
 * 4. Style
 */
[uk-tooltip] {
  cursor: help;
}

.uk-tooltip {
  display: none;
  position: absolute;
  z-index: 1030;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 220px;
  padding: 15px 18px;
  background: #fff;
  border-radius: 5px;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.6;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

/* Show */
.uk-tooltip.uk-active {
  display: block;
}

/* Direction */
[class*=uk-tooltip-top] {
  margin-top: -10px;
}

[class*=uk-tooltip-bottom] {
  margin-top: 10px;
}

[class*=uk-tooltip-left] {
  margin-left: -10px;
}

[class*=uk-tooltip-right] {
  margin-left: 10px;
}

/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
/*
 * グローバルヘッダー全体、メニューボタン、オーバーレイ
 *
 */
:root {
  --gh-height: 60px;
}

@media (min-width: 80em) {
  :root {
    --gh-height: 90px;
  }
}
.Gh {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 102;
  color: var(--color-txt);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.5s ease, opacity 0.25s cubic-bezier(0.65, 0.05, 0.36, 1), width 0.25s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: background 0.5s ease, opacity 0.25s cubic-bezier(0.65, 0.05, 0.36, 1), width 0.25s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: background 0.5s ease, transform 0.25s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0.25s cubic-bezier(0.65, 0.05, 0.36, 1), width 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: background 0.5s ease, transform 0.25s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0.25s cubic-bezier(0.65, 0.05, 0.36, 1), width 0.25s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.Gh a {
  text-decoration: none;
  border-bottom: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.wf-active .Gh a {
  opacity: 1 !important;
}

@media (min-width: 80em) {
  .Gh a {
    pointer-events: auto;
  }
}
/* ----------------------------------------------------------------------- */
/* Scroll effect */
.scroll-down .Gh:not(.-show) {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.scroll-y-end .Gh:not(.-show) {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.scroll-down .Gh:focus-within {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

child .scroll-y-hashchange .Gh {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* anchor link offset */
:target {
  scroll-margin-top: calc(var(--gh-height) + 20px);
}

.scroll-down :target {
  scroll-margin-top: 20px;
}

/* ----------------------------------------------------------------------- */
/* Show event */
.Gh.-show {
  pointer-events: auto;
}

.Gh.-hide {
  height: var(--gh-height);
}

@media (min-width: 80em) {
  .Gh,
  .Gh.-show,
  .Gh.-hide {
    height: var(--gh-height);
  }
}
/* ----------------------------------------------------------------------- */
/* Skip link */
.site-shortcuts {
  position: relative;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  height: 0;
  margin: 0 auto 0 20px;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  z-index: 202;
}

.site-shortcuts:focus-within {
  clip: auto;
  height: var(--gh-height);
}

.site-shortcuts__item {
  display: block;
  margin: 2px 5px;
}

.site-shortcuts a,
.site-shortcuts a:visited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  font-size: clamp(0.8125rem, 0.7692307692rem + 0.1923076923vw, 1rem);
  font-weight: var(--font-db);
  text-decoration: underline;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  outline-color: transparent;
}

.site-shortcuts a:focus {
  clip: auto;
  color: #fff;
  background-color: var(--color-accent);
  text-decoration: none;
}

/* ----------------------------------------------------------------------- */
.Gh--inner {
  position: relative;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100) !important;
  margin: 0 auto;
  padding: 70px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 200;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background: var(--color-bg);
  vertical-align: middle;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.5s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.17, 0.84, 0.44, 1);
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, transform;
  transition-property: background, opacity, transform, -webkit-transform;
}
.Gh--inner .Gh__nav {
  height: 100vh;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  mix-blend-mode: multiply;
}
.Gh--inner .pcSitemap {
  display: none;
}
.Gh--inner .nav__bg {
  position: absolute;
  top: 0;
  right: -50%;
  width: 400%;
  opacity: 0;
  z-index: 0;
}
.Gh--inner .nav__bg figure {
  margin: 0;
}
.-show-drower .Gh--inner .nav__bg {
  -webkit-animation: bgRotate linear 850s infinite, bgDisplay 1.5s ease-in-out forwards;
          animation: bgRotate linear 850s infinite, bgDisplay 1.5s ease-in-out forwards;
}

.Gh.-show .Gh--inner {
  opacity: 1;
  pointer-events: auto;
  padding: 0;
  overflow-y: hidden;
  background-color: var(--color-accent-bg-secondary);
}

/*.spNav__logo {
	margin: 30px 0;

	& .site-subheader__anchor {

		.-show-drower & {
			display: block;
		}
	}
}*/
@-webkit-keyframes bgRotate {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes bgRotate {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes bgDisplay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgDisplay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 46.25em) {
  .Gh--inner .nav__bg {
    width: 230%;
  }
}
@media (min-width: 80em) {
  .Gh--inner {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    overflow: hidden;
    z-index: 201;
    mix-blend-mode: normal;
    background-color: transparent;
  }
  .Gh--inner .Gh__nav {
    height: 100%;
    overflow-y: hidden;
    -webkit-transition: 0.5s cubic-bezier(0.17, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.17, 0.84, 0.44, 1);
  }
  .Gh--inner .nav__bg {
    width: 150%;
    right: -75%;
    top: -150px;
    /*right: 38%;
    width: 140%;*/
  }
  .Gh--inner .pcSitemap {
    display: block;
    pointer-events: none;
  }
  .Gh--inner .pcSitemap-inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 40px;
  }
  .pcSitemap li:before {
    display: none;
  }
  .pcSitemap-wrap {
    width: 100%;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 77vw;
    height: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0;
    margin-left: auto;
    pointer-events: auto;
  }
  .pcSitemap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
  }
  .pcSitemap .Sitemap-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
    padding: 60px 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pcSitemap .Sitemap-header__anchor {
    display: inline-block;
  }
  .pcSitemap .Sitemap-header .site-name i {
    width: 200px;
  }
  .pcSitemap .SitemapList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    gap: 12px;
  }
  .pcSitemap .SitemapList.main {
    font-size: 85%;
    font-weight: 500;
    margin: 0 1.5em 0 0.5em;
    font-size: clamp(0.875rem, 0.625rem + 0.3125vw, 1rem);
  }
  .pcSitemap .SitemapList.main::after {
    position: absolute;
    content: "";
    width: calc(100% + 180px + (100vw - 160px - 440px) / 12 * 1);
    height: calc(100vh + 80px);
    top: -50px;
    right: -130px;
    background-position: 0% 0%;
    z-index: -2;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-transition-property: background-position, opacity;
    transition-property: background-position, opacity;
    -webkit-transition-duration: 5s, 0.5s;
            transition-duration: 5s, 0.5s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    opacity: 0;
  }
  .-show-dropdown .pcSitemap .SitemapList.main::after {
    opacity: 0.95;
    background-position: 50% 100%;
  }
  .pcSitemap .SitemapList.main .SitemapList__item {
    position: static;
    border: none;
    padding: 0;
  }
  .pcSitemap .SitemapList.main .SitemapList__item:first-child {
    padding-left: 0;
  }
  .pcSitemap .SitemapList.main .SitemapList__item .-hover .SitemapList__ttl__anchor::after {
    opacity: 1;
    width: 100%;
  }
  .pcSitemap .SitemapList.main .SitemapList__ttl__anchor {
    position: relative;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pcSitemap .SitemapList.main .SitemapList__ttl__anchor:hover {
    color: var(--color-txt);
  }
  .pcSitemap .SitemapList.main .SitemapList__ttl__anchor::after {
    position: absolute;
    display: block;
    content: "";
    bottom: -1px;
    left: 0;
    width: 0;
    height: 3px;
    opacity: 0;
    background-color: var(--color-primary);
    -webkit-transition-property: background, opacity, width;
    transition-property: background, opacity, width;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
            transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .pcSitemap .SitemapList.main .SitemapList__ttl__anchor:hover:after {
    opacity: 1;
    width: 100%;
  }
  .pcSitemap .SitemapList.main .current .SitemapList__ttl__anchor {
    color: var(--color-txt);
  }
  .pcSitemap .SitemapList.main .current .SitemapList__ttl__anchor::after {
    opacity: 1;
    height: 1px;
    background-color: var(--color-txt);
    width: 100%;
  }
  .-show-dropdown .pcSitemap .SitemapList.main .current .SitemapList__ttl__anchor {
    color: inherit;
  }
  .Gh-wt.Gh-transparent .pcSitemap .SitemapList.main .current .SitemapList__ttl__anchor {
    color: currentColor;
  }
  .pcSitemap .SitemapList.sub {
    font-size: 1.2rem;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    position: relative;
  }
  .pcSitemap .SitemapList.sub .SitemapList__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pcSitemap .SitemapList.sub .snsLi {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*.icon {
    	margin-right: 10px;
    	margin-bottom: 0;
    }*/
  }
  .pcSitemap .SitemapList.sub .snsLi:last-child {
    margin-right: 0;
  }
  .pcSitemap .SitemapList.sub .sns--line {
    overflow: hidden;
    border-radius: 100px;
  }
  .pcSitemap .SitemapList.sub .sns--line a {
    font-size: clamp(0.8125rem, 0.7272727273rem + 0.3787878788vw, 1.125rem);
    font-weight: 600;
    color: #fff;
    background-color: var(--color-line);
    color: #fff;
    padding: 8px 16px;
    border-radius: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pcSitemap .SitemapList.sub .sns--line a:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform-origin: left;
            transform-origin: left;
    z-index: 2;
    position: absolute;
    left: 0;
  }
  .pcSitemap .SitemapList.sub .sns--line a:hover {
    color: #fff !important;
  }
  .pcSitemap .SitemapList.sub .sns--line a:hover:before {
    width: 100%;
    -webkit-transform: scaleX(100%);
            transform: scaleX(100%);
  }
  .pcSitemap .SitemapList.sub .sns--line a img {
    margin-right: 15px;
  }
  .pcSitemap .SitemapList.sub .SitemapList__anchor {
    padding: 0;
  }
  .pcSitemap .SitemapList.sub .SitemapList__anchor:hover {
    color: var(--color-link);
  }
  .pcSitemap .SitemapList.sub .SitemapList__anchor .lbl {
    display: none;
  }
  .pcSitemap .SitemapList.sub .SitemapList__anchor .spNav {
    display: none;
  }
  .pcSitemap .SitemapList.sub .SitemapList__anchor img {
    width: 30px;
    display: inline-block;
  }
  .pcSitemap .SitemapList .SitemapChildList {
    display: none;
  }
  .pcSitemap .SitemapList.spExtra {
    display: none;
  }
  .pcSpHeaderNav {
    opacity: 0;
  }
  .pcSpHeaderNav a {
    pointer-events: none;
  }
  .Gh.-show .Gh--inner {
    padding: 0;
    background: var(--color-bg);
  }
  .Gh.-show .Gh--inner .pcSitemap {
    opacity: 0;
    display: none;
  }
  .Gh.-show .Gh--inner .pcSitemap .SitemapList {
    gap: 20px;
  }
  .Gh.-show .Gh--inner .pcSitemap .SitemapList.sub {
    gap: 25px;
  }
  .Gh.-show .Gh--inner .pcSitemap .SitemapList a {
    pointer-events: auto;
  }
  .Gh.-show .Gh--inner .pcSpHeaderNav {
    opacity: 1;
  }
  .Gh.-show .Gh--inner .pcSpHeaderNav a {
    pointer-events: auto;
  }
  .Gh.-hide .Gh--inner {
    display: block;
  }
  .Gh.-hide .Gh--inner .pcSpHeaderNav {
    opacity: 0;
    padding: 0;
  }
}
@media (min-width: 100em) {
  .pcSitemap-wrap {
    height: 120px;
  }
}
/* ----------------------------------------------------------------------- */
/* Show event */
.-show + .main-wrapper {
  pointer-events: none;
}

/* animation element */
.Gh .anm {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition-duration: 1s, 0.5s;
          transition-duration: 1s, 0.5s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1), cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1), cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform, opacity;
}

.Gh.-show .anm {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* ----------------------------------------------------------------------- */
/* overlay                                                                 */
/* ----------------------------------------------------------------------- */
.Gh .overlay_bk {
  display: none;
}

/* ----------------------------------------------------------------------- */
/* site-subheader                                                          */
/* ----------------------------------------------------------------------- */
.site-subheader {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: var(--gh-height);
  margin: auto;
  padding: 0 calc(20px + env(safe-area-inset-left));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 201;
  pointer-events: auto;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  -webkit-transition-property: background;
  transition-property: background;
}
.-show .site-subheader {
  background-color: transparent;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  pointer-events: none;
}

.site-subheader__anchor {
  display: block;
  color: rgb(3, 158, 236);
  position: absolute;
  top: 20px;
}
.site-subheader__anchor:before, .site-subheader__anchor:after {
  content: "";
  position: absolute;
  border-radius: 100%;
  z-index: -1;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.site-subheader__anchor:before {
  border: 1px solid var(--color-primary);
  width: clamp(13.75rem, 10.6818181818rem + 13.6363636364vw, 25rem);
  height: clamp(13.75rem, 10.6818181818rem + 13.6363636364vw, 25rem);
  top: -90px;
  left: -60px;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.site-subheader__anchor:after {
  background-color: var(--color-primary);
  width: clamp(12.5rem, 9.4318181818rem + 13.6363636364vw, 23.75rem);
  height: clamp(12.5rem, 9.4318181818rem + 13.6363636364vw, 23.75rem);
  top: -70px;
  left: -40px;
}
.-show-drower .site-subheader__anchor {
  color: var(--color-txt);
  display: none;
}

.load .site-subheader__anchor:before, .load .site-subheader__anchor:after {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.scroll-down .site-subheader__anchor {
  opacity: 0;
}

.scroll-up .site-subheader__anchor {
  opacity: 1;
}

.spNav__logo .site-name i {
  width: 150px;
}

.logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  color: inherit;
}

.site-logo img {
  width: clamp(8.125rem, 6.5909090909rem + 6.8181818182vw, 13.75rem);
}

.site-name {
  margin: 0;
}
.site-name i {
  width: 90px;
}
.site-name i svg {
  width: 100%;
}

@media (min-width: 46.25em) {
  .site-subheader__anchor:before {
    top: -120px;
    left: -70px;
  }
  .site-subheader__anchor:after {
    top: -100px;
    left: -60px;
  }
}
@media (min-width: 61.25em) {
  .site-subheader__anchor:before {
    top: -130px;
    left: -90px;
  }
  .site-subheader__anchor:after {
    top: -120px;
    left: -80px;
  }
}
@media (min-width: 80em) {
  .site-subheader {
    position: absolute;
    padding: 0 calc(40px + env(safe-area-inset-left));
  }
  .site-subheader__anchor {
    top: 40px;
    left: 40px;
  }
  .site-subheader__anchor:before {
    top: -160px;
    left: -95px;
  }
  .site-subheader__anchor:after {
    top: -140px;
    left: -90px;
  }
  .site-name i {
    width: 110px;
  }
  .Gh-wt.Gh-transparent.scroll-y-start:not(.-show-sitemap) .logo-wrap {
    color: #fff;
  }
}
@media (min-width: 100em) {
  .site-subheader__anchor:before {
    top: -170px;
  }
  .site-subheader__anchor:after {
    top: -150px;
  }
}
.site-subheader__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding-left: 0;
  color: var(--color-txt);
  font-family: var(--font-m);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  pointer-events: auto;
  z-index: 205;
  position: absolute;
  top: 10px;
  right: 20px;
  display: block;
}
.site-subheader__menu > * {
  margin-left: 15px;
}
.site-subheader__menu > *:first-child {
  margin-left: 0;
}
.-show .site-subheader__menu {
  color: currentColor;
}

.site-subheader__menuitem {
  padding: 0;
}
.site-subheader__menuitem::before {
  content: none;
}
.site-subheader__menuitem .anchor {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  -webkit-transition-property: opacity, color, -webkit-transform;
  transition-property: opacity, color, -webkit-transform;
  transition-property: opacity, color, transform;
  transition-property: opacity, color, transform, -webkit-transform;
}
.site-subheader__menuitem .anchor:hover {
  color: currentColor;
}
.site-subheader__menuitem .icon {
  width: 40px;
  height: 15px;
  stroke-width: 1.3;
}
.site-subheader__menuitem .icon svg {
  width: 100%;
  height: 100%;
}
.site-subheader__menuitem .lbl {
  display: inline-block;
  font-size: 12px;
  font-family: var(--font-en);
  white-space: nowrap;
  -webkit-transition: inherit;
  transition: inherit;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (min-width: 46.25em) {
  .site-subheader__menuitem {
    margin-left: 30px;
  }
}
@media (min-width: 80em) {
  .site-subheader__menu {
    display: none;
  }
}
/* ----------------------------------------------------------------------- */
/* menu-button                                                             */
/* ----------------------------------------------------------------------- */
.Gh .sitemap-button {
  display: none;
}

.Gh .sitemap-button button {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: none;
  padding: 0;
  color: rgb(0, 0, 0);
}
.Gh .sitemap-button button:hover {
  color: var(--color-txt);
}
.-show-drower .Gh .sitemap-button button {
  color: var(--color-txt);
}

@media (min-width: 80em) {
  .Gh .sitemap-button {
    position: fixed;
    top: 10px;
    right: 10px;
    left: auto;
    z-index: 202;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0;
  }
  .Gh .sitemap-button {
    top: 25px;
    right: 25px;
  }
  .Gh .sitemap-button button {
    color: currentColor;
  }
}
/* ----------------------------------------------------------------------- */
/* global-navigation                                                       */
/* ----------------------------------------------------------------------- */
.g-nav {
  height: 100svh;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-y: scroll;
  background-color: #fff;
}
.g-nav .g-nav__list.main {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.g-nav .g-nav__list.sub {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.g-nav .Sitemap-header {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 40px 30px;
}
.g-nav .Sitemap-header .site-name i {
  width: 150px;
}
.g-nav .Sitemap__other {
  position: relative;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 0 30px;
  margin-bottom: 30px;
  font-family: var(--font-en);
  color: rgba(0, 0, 0, 0.6);
}
.g-nav .Sitemap__other p {
  margin-top: 0;
}

.g-nav__list {
  list-style: none;
  margin: 0;
  padding: 0 30px;
  line-height: 2;
}
.g-nav__list.main {
  padding-top: 60px;
  font-size: 140%;
}
.g-nav__list.main .g-nav__li {
  position: relative;
  padding: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.g-nav__list.main .g-nav__anchor {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 12px 0;
  font-size: 20px;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 0.9782608696rem + 0.652173913vw, 1.5rem);
  font-weight: 500;
  border-bottom: 1px dotted var(--color-primary);
  position: relative;
}
.g-nav__list.main .g-nav__anchor .lbl {
  white-space: nowrap;
}
.g-nav__list.main .g-nav__anchor .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-nav__list.main .g-nav__anchor .icon svg {
  color: var(--color-primary);
  stroke-width: 2;
}
.g-nav__list.sub {
  margin: 32px 0 0;
}
.g-nav__list.sub .g-nav__subLi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-bottom: 12px;
  font-weight: 500;
}
.g-nav__list.sub .g-nav__subLi:before {
  content: none;
}
.g-nav__list.sub .g-nav__subLi.snsLi:last-child {
  margin-bottom: 0;
}
.g-nav__list.sub .g-nav__anchor {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  vertical-align: bottom;
}
.g-nav__list.sub .g-nav__anchor .icon {
  margin-right: 10px;
}
.g-nav__list.sub .g-nav__anchor.sns__anchor .lbl {
  font-weight: 500;
  font-family: var(--font-en);
  letter-spacing: 0.04rem;
  font-size: 14px;
}
.g-nav__list.sub .g-nav__anchor.sns__anchor img {
  width: 40px;
  margin-right: 20px;
}
.g-nav__list.sub .g-nav__anchor.-show-drower .sns__anchor .lbl {
  display: inline-block;
}
.g-nav__list.sub .sns--line .sns__anchor {
  background-color: var(--color-line);
  padding: 8px 32px 8px 16px;
  border-radius: 100px;
}
.g-nav__list.sub .sns--line .sns__anchor .lbl {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.g-nav__li::before {
  content: none;
}

.g-nav__child {
  position: static;
  border-bottom: none !important;
}
.g-nav__child .ui-accordion--trigger {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 40px;
  height: 1em;
  padding: 15px env(safe-area-inset-right) 15px 0;
  /*&::after {
  	position: absolute;
  	content: '';
  	top: 50%;
  	left: 0;
  	width: 1px;
  	height: calc(100% - 20px);
  	transform: translateY(-50%);
  	background: rgba(255,255,255,0.2);
  }*/
}
.g-nav__child .ui-accordion--trigger .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  /*stroke-width: 1.6;*/
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.7s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.7s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.7s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.7s cubic-bezier(1, 0, 0, 1);
  position: relative;
  border-radius: 100px;
  border: 1.5px solid var(--color-txt);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.g-nav__child .ui-accordion--trigger .icon:before, .g-nav__child .ui-accordion--trigger .icon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: var(--color-txt);
  opacity: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.g-nav__child .ui-accordion--trigger .icon:before {
  width: 8px;
  height: 1.5px;
}
.g-nav__child .ui-accordion--trigger .icon:after {
  width: 1.5px;
  height: 8px;
}
.g-nav__child.uia--show .ui-accordion--trigger .icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.g-nav__child.uia--show .ui-accordion--trigger .icon:before {
  opacity: 0;
}
.current .g-nav__child .ui-accordion--contents {
  opacity: 1;
  height: auto;
}
.current .g-nav__child .ui-accordion--trigger {
  display: none;
}
.g-nav__child .g-nav__ttl, .g-nav__child .g-nav__icon {
  display: none;
}

.g-nav__child__container {
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.g-nav__child__ul {
  list-style: none;
  margin: 0;
  padding: 0 0 10px;
  font-size: 1.3rem;
}

.g-nav__child__li {
  width: 100%;
  padding: 0;
}
.g-nav__child__li::before {
  content: none;
}

.g-nav__child__anchor {
  display: inline-block;
  padding: 0;
}
.g-nav__child__anchor .icon {
  margin-right: 3px;
  stroke-width: 1.5;
  -webkit-transform: var(--icon-transform);
          transform: var(--icon-transform);
  -webkit-transition: var(--icon-transition);
  transition: var(--icon-transition);
  color: var(--color-txt-weak);
}
.g-nav__child__anchor .lbl {
  font-size: 78%;
  letter-spacing: 0.075em;
}
.g-nav__child__anchor:hover .icon {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-timing-function: cubic-bezier(0.3, 5, 0.3, 1);
          transition-timing-function: cubic-bezier(0.3, 5, 0.3, 1);
}

.g-nav__other {
  margin-top: 50px;
  font-size: 1.2rem;
  line-height: 2;
  color: rgba(255, 255, 255, 0.7);
}
.g-nav__other a:hover {
  color: #fff;
}
.g-nav__other .Gh__small {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-top: 0;
}
.g-nav__other .Gh__small small {
  font-size: inherit;
}

@media (min-width: 46.25em) {
  .g-nav__list.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px 0;
  }
  .g-nav__child__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .g-nav__child__li {
    width: 50%;
  }
}
@media (min-width: 80em) {
  .Gh__nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .g-nav {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }
  .g-nav .g-nav__list.main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 70vw;
  }
  .g-nav .g-nav__list.sub {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .g-nav .Sitemap-header {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 60px;
  }
  .g-nav .Sitemap-header__anchor {
    width: auto;
    display: inline-block;
  }
  .g-nav .Sitemap-header .site-name i {
    width: 200px;
  }
  .g-nav .Sitemap__other {
    position: absolute;
    -webkit-box-ordinal-group: none;
        -ms-flex-order: none;
            order: none;
    right: 0;
    left: auto;
    bottom: 0;
    line-height: 2;
    padding: 5px 60px;
    margin-bottom: 60px;
  }
  .g-nav .Sitemap__other a {
    text-decoration: none;
  }
  .g-nav .Sitemap__other .Sitemap__small {
    margin-top: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  @-webkit-keyframes childNavDisp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(5px);
              transform: translateY(5px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes childNavDisp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(5px);
              transform: translateY(5px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .g-nav__list {
    list-style: none;
    margin: 0;
    padding: 0 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .g-nav__list .g-nav__li {
    margin-bottom: 0;
    width: 100%;
    padding: 5px 0;
    font-size: clamp(1.25rem, 1.1057692308rem + 0.641025641vw, 1.875rem);
    line-height: 1.4;
  }
  .g-nav__list .g-nav__li.has-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .g-nav__list .g-nav__li.has-child .g-nav__child__li {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .g-nav__list .g-nav__li.has-child.-hover .g-nav__child__li {
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    /*animation: childNavDisp linear .3s forwards;*/
  }
  .g-nav__list .g-nav__li.has-child.-hover .g-nav__child__li:first-child {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .g-nav__list .g-nav__li.has-child.-hover .g-nav__child__li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .g-nav__list .g-nav__li.has-child.-hover .g-nav__child__li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .g-nav__list .g-nav__li.has-child.-hover .g-nav__child__li:nth-child(4) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .g-nav__list .g-nav__li.has-child.-hover .g-nav__child__li:nth-child(5) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .g-nav__list .g-nav__li.has-child.-hover .g-nav__child__li:nth-child(6) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .g-nav__list .g-nav__li.has-child.-hover .g-nav__child__li:nth-child(7) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .g-nav__list .g-nav__li.has-child.-hover .g-nav__child__li:nth-child(8) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .g-nav__list .g-nav__li.has-child.-hover .g-nav__child__li:nth-child(9) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .g-nav__list .g-nav__li.has-child.-hover .g-nav__child__li:nth-child(10) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .g-nav__list .g-nav__li.current {
    background-color: transparent;
  }
  .g-nav__list .g-nav__li.current::before {
    content: none;
  }
  .g-nav__list a {
    text-decoration: none;
  }
  .g-nav__list.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    padding-top: 0;
  }
  .g-nav__list.main .g-nav__anchor {
    width: auto;
  }
  .g-nav__list.sub {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px auto 60px 0;
  }
  .g-nav__list.sub .g-nav__subLi {
    position: relative;
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    margin-right: 30px;
    padding-right: 0;
  }
  .g-nav__list.sub .g-nav__subLi:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .g-nav__list.sub .g-nav__subLi:nth-of-type(n + 4) {
    margin-top: 0;
  }
  .g-nav__list.sub .g-nav__subLi::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .g-nav__list.sub .g-nav__subLi:last-child::after {
    content: none;
  }
  .g-nav__list.sub .g-nav__anchor {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
  }
  .g-nav__li .ui-accordion--contents {
    height: auto !important;
  }
  .g-nav__child__ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0 0 0 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    gap: 5px;
    /*display: grid;
    width: calc(100% - 10em);
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .g-nav__child__li {
    width: auto;
    padding-left: 1.5em;
  }
  .g-nav__child__li:first-child {
    padding-left: 0;
  }
  .g-nav__child__li::before {
    content: none;
  }
  .g-nav__child__anchor {
    display: inline-block;
    color: var(--color-txt-weak);
    font-size: 95%;
    line-height: 1.6;
    margin: 5px 0;
  }
  .g-nav__child__anchor .icon {
    display: none;
  }
  .uia--hide .ui-accordion--contents {
    opacity: 1;
  }
}
/* ----------------------------------------------------------------------- */
/* other                                                                   */
/* ----------------------------------------------------------------------- */
@media (min-width: 80em) {
  .Gh-wt.scroll-y-start.Gh-transparent .Gh {
    color: var(--color-main);
  }
  .Gh-wt.scroll-y-start .site-subheader__anchor {
    color: currentColor;
  }
  .Gh-transparent.scroll-y-start .site-subheader {
    background-color: transparent;
  }
}
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
[class*=w-state] {
  position: static;
  margin-right: auto;
  margin-left: auto;
}

.w-state {
  width: calc(100% - 40px - env(safe-area-inset-left) - env(safe-area-inset-right));
}

.w-state--s {
  width: calc(100% - 60px - env(safe-area-inset-left) - env(safe-area-inset-right));
}

@media (min-width: 46.25em) {
  .w-state {
    width: calc(100% - 100px - env(safe-area-inset-left) - env(safe-area-inset-right));
  }
  .w-state--s {
    width: calc(100% - 100px - env(safe-area-inset-left) - env(safe-area-inset-right));
  }
}
@media (min-width: 80em) {
  .w-state,
  .w-state--s {
    width: calc(100% - 160px - env(safe-area-inset-left) - env(safe-area-inset-right));
  }
}
/* 
 * document wrapper
 */
.main-wrapper {
  padding-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Desktop */
@media (min-width: 80em) {
  .main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 100px;
  }
}
/* precedes language --------------------------------------------- */
/* anchor offset ------------------------------------------------- */
/* Loading Animations --------------------------------------------------------------- */
/* inview  -------------------------------------------------------------------------- */
.inview .inview__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-duration: 0.6s, 0.6s;
          transition-duration: 0.6s, 0.6s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: linear, cubic-bezier(0.47, 0, 0.75, 0.72);
          transition-timing-function: linear, cubic-bezier(0.47, 0, 0.75, 0.72);
}

.inview.-show .inview__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* mask*/
.txtMask {
  /*
  background-image: linear-gradient(30deg,currentColor,currentColor 47.5%,rgba(141,141,141,.5) 52.5%,rgba(141,141,141,.5));
  background-position: 0 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 300% 200%;
  transition: background-position .4s ease-out 1s;*/
  -webkit-transition: -webkit-filter 0.4s ease-out 1s;
  transition: -webkit-filter 0.4s ease-out 1s;
  transition: filter 0.4s ease-out 1s;
  transition: filter 0.4s ease-out 1s, -webkit-filter 0.4s ease-out 1s;
  will-change: -webkit-mask, mask, animation;
}

.-show .inview__item .txtMask {
  -webkit-animation: txtMask 1s cubic-bezier(0.65, 0.05, 0.36, 1) var(--delay, 0s) 1 normal forwards;
          animation: txtMask 1s cubic-bezier(0.65, 0.05, 0.36, 1) var(--delay, 0s) 1 normal forwards;
}

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

@keyframes txtMask {
  0% {
    -webkit-filter: blur(30px);
            filter: blur(30px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
/*.inview__item.sectionBody__imgWrap .sub__img {
	opacity: 0;
	transition-delay: .4s;
	transition-duration: .6s;
}

.-show .sectionBody__imgWrap .sub__img {
	opacity: 1;
}*/
.inview.inviewMask .inviewMask__img {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(50%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(90deg, #000 0, #000 50%, transparent 100%);
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(50%, #000), to(transparent));
  mask-image: linear-gradient(90deg, #000 0, #000 50%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-mask-position: 200% 0;
  mask-position: 200% 0;
}

.inview.inviewMask img.inviewMask__img {
  -webkit-filter: blur(30px);
          filter: blur(30px);
  opacity: 0;
  -webkit-transition-duration: 1.5s, 1s;
          transition-duration: 1.5s, 1s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: filter, opacity;
  transition-property: filter, opacity, -webkit-filter;
  -webkit-transition-timing-function: 0.8s linear, cubic-bezier(0.47, 0, 0.75, 0.72);
          transition-timing-function: 0.8s linear, cubic-bezier(0.47, 0, 0.75, 0.72);
}

.inview.-show .inviewMask .inviewMask__img,
.inview.inviewMask.-show .inviewMask__img {
  will-change: -webkit-mask, mask, animation;
  -webkit-animation: 1.5s cubic-bezier(0.65, 0.05, 0.36, 1) var(--delay, 0s) 1 normal forwards maskFadeIn;
          animation: 1.5s cubic-bezier(0.65, 0.05, 0.36, 1) var(--delay, 0s) 1 normal forwards maskFadeIn;
}

.inview.-show .inviewMask .inviewMask__img img {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.image-mask-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 60;
  pointer-events: none;
}

.image-mask-svg path {
  fill: var(--color-bg);
}

@-webkit-keyframes maskFadeIn {
  0% {
    -webkit-mask-position: 200% 0;
    mask-position: 200% 0;
  }
  100% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

@keyframes maskFadeIn {
  0% {
    -webkit-mask-position: 200% 0;
    mask-position: 200% 0;
  }
  100% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@-webkit-keyframes maskFadeOut {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  100% {
    -webkit-mask-position: 200% 0;
    mask-position: 200% 0;
  }
}
@keyframes maskFadeOut {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  100% {
    -webkit-mask-position: 200% 0;
    mask-position: 200% 0;
  }
}
/* main-document-module.cscc の body-overlay に記述 */
/* section-wrap --------------------------------------------------------------- */
.section-wrap {
  position: relative;
}

/* section__more --------------------------------------------------------------- */
.section__more {
  font-size: clamp(1rem, 0.9318181818rem + 0.303030303vw, 1.25rem);
  border-bottom: none;
  position: relative;
  display: inline-block;
  width: auto;
}
.section__more a {
  border-bottom: none;
  position: relative;
  display: inline-block;
}
.section__more a:after, .section__more:after {
  content: "";
  opacity: 0;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 8px;
  left: 0;
  background-color: var(--color-txt-weak);
  -webkit-transition: 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.section__more a:hover:after, .section__more:hover:after {
  opacity: 1;
  width: 100%;
}
.section__more .lbl {
  margin-right: 10px;
}
.section__more .icon {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.section__more a:hover .icon, .section__more:hover .icon {
  -webkit-transform: translateX(8px) scale(0.85);
          transform: translateX(8px) scale(0.85);
}
.section__more .icon svg {
  width: 40px;
  height: 40px;
}

@media (min-width: 80em) {
  .section__more .icon svg {
    width: 60px;
    height: 60px;
    stroke-width: 0.6;
  }
}
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
/*
 * ページのmainタグ内の文書に関するアウトライン（ヘッダー・セクション・フッター／部・章・節・項・目）に関する基本設定
 * Part(部) -> Chapter(章) -> Section(節) -> Subsection(項) -> Subsubsection
 */
/*
 * Document outline / page
 *   - pageHeader
 *   - pageBody
 *   - pageFooter
 * 
 * Document outline / section
 *   - sectionHeader
 *   - sectionBody
 *   - sectionFooter
 * 
 * Document outline / subsection
 *   - subsectionHeader
 *   - subsectionBody
 *   - subsectionFooter
 */
/* Part(部) -> Chapter(章) -> Section(節) -> Subsection(項) -> Subsubsection */
.header-contents {
  width: 100%;
}

.main-contents {
  width: 100%;
  position: relative;
}

.pageHeader {
  position: sticky;
  top: 60px;
  left: 0;
  width: 60px;
  height: calc(85vh - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1;
}
.other .pageHeader {
  border-bottom: none;
}
.pageHeader .pageHeader-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageHeader .pageHeader-inner .pageHeader__ttl {
  -webkit-font-feature-settings: "vpal";
          font-feature-settings: "vpal";
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-top: 60px;
  margin-bottom: 2em;
  position: relative;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  font-size: clamp(0.875rem, 0.8068181818rem + 0.303030303vw, 1.125rem);
}
.pageHeader .pageHeader-inner .pageHeader__ttl a:hover {
  color: var(--color-primary);
}
.pageHeader .pageHeader-inner .pageHeader__ttl .ja {
  letter-spacing: 0.16em;
  -webkit-transition: 1.2s ease 0.65s;
  transition: 1.2s ease 0.65s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  display: block;
  opacity: 0;
}
.pageHeader .pageHeader-inner .pageHeader__ttl:after {
  content: "";
  width: 1px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: var(--color-txt-weakest);
  -webkit-transition: 1s ease 0.15s;
  transition: 1s ease 0.15s;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  display: block;
  opacity: 0;
}
.load .pageHeader .pageHeader-inner .pageHeader__ttl .ja {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.load .pageHeader .pageHeader-inner .pageHeader__ttl:after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.other .pageHeader .pageHeader-inner .pageHeader__ttl {
  border-bottom-left-radius: 10px;
  overflow: hidden;
  position: relative;
}
.other .pageHeader .pageHeader-inner .pageHeader__ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (min-width: 80em) {
  .pageHeader {
    top: 100px;
    width: 100px;
    height: calc(100vh - 100px);
  }
  .pageHeader .pageHeader-inner .pageHeader__ttl {
    padding-bottom: 4em;
    margin-bottom: 0;
  }
  .pageHeader .pageHeader-inner .pageHeader__ttl:after {
    height: 3em;
  }
}
/* --------------------------------------------------------- */
/* pageBody */
.pageBody {
  padding-top: 60px;
  margin-right: 30px;
  margin-left: auto;
  width: calc(100% - 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid rgba(82, 93, 102, 0.4);
}
.no-pageHeaderBorder .pageBody {
  margin-top: 0;
}
.pageBody > *:first-child {
  margin-top: 0;
}
.pageBody .w-state {
  width: calc(100% - var(--right-margin) - env(safe-area-inset-left) - env(safe-area-inset-right));
  max-width: 1600px;
  margin-right: calc(var(--right-margin) + env(safe-area-inset-right));
}
.pageBody .w-state--s {
  width: calc(100% - var(--right-margin) - env(safe-area-inset-left) - env(safe-area-inset-right));
  max-width: 1600px;
  margin-right: calc(var(--right-margin) + env(safe-area-inset-right));
}

.subPage .pageBody {
  border-top: none;
}

@media (min-width: 80em) {
  .pageBody {
    width: calc(100% - 100px);
    padding-top: 100px;
    margin-right: 100px;
    margin-left: 0;
  }
  .pageBody .w-state {
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
  }
  .pageBody .w-state--s {
    width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 100em) {
  .pageBody {
    margin-right: auto;
  }
  .pageBody .w-state {
    width: calc(100% - 120px);
  }
  .pageBody .w-state--s {
    width: calc(100% - 300px);
  }
}
/* 
 * sectionHeader
 * sectionBody
 * sectionFooter
 */
.section {
  display: flow-root;
}

.section > * {
  margin-top: 20px;
}

.section > *:first-child {
  margin-top: 0;
}

.section-inner > * {
  margin-top: 20px;
}

.section-inner > *:first-child {
  margin-top: 0;
}

/* sectionHeader --------------------------------------------------------------- */
.sectionHeader__img {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 60px;
}

.sectionHeader__ttl {
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.sectionHeader__ttl .icon {
  stroke-width: 1.5;
  margin-right: 6px;
}
.sectionHeader__ttl .ja {
  font-size: clamp(1.5rem, 0.9230769231rem + 2.5641025641vw, 4rem);
  font-family: var(--font-secondary);
  width: 100%;
  margin-bottom: 0.2em;
  display: block;
  letter-spacing: 0.15rem;
  color: var(--color-primary);
}
.sectionHeader__ttl .en {
  font-family: var(--font-en);
  font-size: clamp(0.8125rem, 0.7115384615rem + 0.4487179487vw, 1.25rem);
  font-weight: 500;
  width: 100%;
  display: block;
  letter-spacing: 0.04rem;
  opacity: 0.7;
  color: var(--color-secondary);
}
@media (min-width: 80em) {
  .sectionHeader__ttl {
    margin-bottom: 80px;
  }
}

.sub .sectionHeader__ttl .ja {
  font-size: clamp(1.125rem, 0.8076923077rem + 1.4102564103vw, 2.5rem);
}

.sectionHeader__more {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  font-size: 1.2rem;
}
.sectionHeader__more .btn {
  padding: 10px;
}
.sectionHeader__more .btn .icon {
  margin-left: 0;
}

.subPage .sectionHeader__ttl {
  margin-bottom: 0;
}
.subPage .sectionHeader__ttl .ja {
  font-size: clamp(1rem, 0.3653846154rem + 2.8205128205vw, 3.75rem);
}
.subPage .sectionHeader__subttl {
  font-size: clamp(1.75rem, 1.8653846154rem - 0.5128205128vw, 1.25rem);
  font-family: var(--cnd);
  margin-top: 30px;
}
@media (min-width: 80em) {
  .subPage .sectionHeader__subttl {
    font-size: 20px;
  }
}

/* sectionBody ----------------------------------------------------------------- */
.sectionBody > * {
  margin-top: 20px;
}

.sectionBody > *:first-child {
  margin-top: 0;
}

.sectionBody__subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 106%;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.sectionBody__subttl .icon {
  stroke-width: 1.5;
  margin-right: 6px;
}

.sectionBody__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: clamp(1.25rem, 1.1136363636rem + 0.6060606061vw, 1.75rem);
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: var(--cnd);
}
.sectionBody__ttl .icon {
  stroke-width: 1.5;
  margin-right: 6px;
}

.sectionBody__num {
  width: 100%;
  font-size: clamp(1rem, 0.9488636364rem + 0.2272727273vw, 1.1875rem);
  font-family: var(--font-en);
  font-weight: 500;
  display: inline-block;
  margin-right: 1.5em;
}

.sectionBody__num .underbar {
  color: var(--color-txt-weakest);
  font-weight: normal;
}

@media (min-width: 80em) {
  .sectionBody__num {
    width: auto;
  }
}
/* mainSection --------------------------------------------------------------- */
.mainSection {
  padding: 40px 0;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mainSection .sectionHeader {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.mainSection .sectionBody {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  font-weight: 500;
}

@media (min-width: 46.25em) {
  .mainSection {
    padding: 100px 0;
  }
}
@media (min-width: 80em) {
  .mainSection {
    padding: 120px 0;
  }
}
@media (min-width: 100em) {
  .mainSection {
    padding: 160px 0;
  }
}
/* subSection --------------------------------------------------------------- */
.subSection {
  padding: 40px 0;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.subSection .sectionHeader {
  position: relative;
  width: auto;
}
.subSection .sectionHeader__ttl a {
  padding-bottom: 0;
}
.subSection .sectionHeader__ttl a:after {
  content: none;
}
.subSection .sectionHeader__ttl span.en {
  display: block;
}
.subSection .sectionHeader__ttl .ja {
  font-size: clamp(1.5rem, 1.2272727273rem + 1.2121212121vw, 2.5rem);
}
@media (min-width: 80em) {
  .subSection .sectionHeader__ttl .en {
    margin-top: 0.5em;
  }
}
/* sectionFooter --------------------------------------------------------------- */
/* 
 * subsectionHeader
 * subsectionBody
 * subsectionFooter
 * other
 */
.subsection > * {
  margin-top: 20px;
}

.subsection > *:first-child {
  margin-top: 0;
}

.subsection-inner > * {
  margin-top: 20px;
}

.subsection-inner > *:first-child {
  margin-top: 0;
}

/* subsectionHeader --------------------------------------------------------------- */
.subsectionHeader > *:first-child {
  margin-top: 0;
}

.subsectionHeader__ttl {
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: var(--color-accent);
}

@media (min-width: 46.25em) {
  .subsectionHeader__ttl {
    font-size: 1.6rem;
  }
}
@media (min-width: 80em) {
  .subsectionHeader__ttl {
    font-size: 1.7rem;
  }
}
/* subsectionBody --------------------------------------------------------------- */
.subsectionBody > * {
  margin-top: 20px;
}

.subsectionBody > *:first-child {
  margin-top: 0;
}

/* subsectionFooter --------------------------------------------------------------- */
/* outer --------------------------------------------------------------------------- */
@media (min-width: 80em) {
  .subsection-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .subsection-outer .subsection {
    width: var(--wcalc2-1);
    margin-top: 0;
  }
  .subsection-outer .subsection:nth-of-type(n + 3) {
    margin-top: 60px;
  }
}
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
/*
 * document elements / headding
 * document elements / note
 * document elements / footnote
 * document elements / table
 * document elements / divider
 * document elements / base,layout block
 *  - type : border 
 *  - type : card 
 *  - option : connect line 
 *  - option : padding
 *  - grid layout
 */
/* headding / 見出しの装飾 --------------------------------- */
.h-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 120%;
  font-family: var(--font-m);
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.h-t.-s {
  font-size: 100%;
}
.h-t.-l {
  font-size: 140%;
}
.h-t.-xl {
  font-size: 160%;
}
.h-t > .icon:first-child {
  margin-right: 10px;
}

.h-u {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  /* width */
}
.h-u::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100px;
  height: 1px;
  margin: auto;
  background: currentColor;
  content: "";
  opacity: 0.5;
}
.h-u.-s::after {
  width: 30px;
}
.h-u.-l::after {
  width: 165px;
}

.h-ut {
  position: relative;
  padding-bottom: 1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  /* width */
}
.h-ut > * {
  display: block;
}
.h-ut::after {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 1px;
  margin: auto;
  background: currentColor;
  -webkit-transform: translateY(0.25em);
          transform: translateY(0.25em);
  content: "";
  opacity: 0.5;
  vertical-align: middle;
}
.h-ut.-s::after {
  width: 30px;
}
.h-ut.-l::after {
  width: 165px;
}
.h-ut.-vs::after {
  vertical-align: top;
}
.h-ut.-vl::after {
  vertical-align: bottom;
}

.h-r {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.h-r::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  background: linear-gradient(to right, #3c93bf 40px, #e5e5e5 40px);
  margin-left: 10px;
}

@media (min-width: 80em) {
  .h-r::after {
    margin-left: 20px;
  }
}
/* --- */
.h-dot {
  position: relative;
  padding-left: 1.75em;
}
.h-dot::before {
  position: absolute;
  right: auto;
  left: 0.15em;
  top: 0;
  bottom: 0;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 0.33em double;
}

/* --- */
.-mark {
  position: relative;
  display: inline;
  background-image: linear-gradient(transparent calc(100% - 0.5em), rgba(130, 158, 162, 0.25) 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: background-size 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: background-size 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

/* note / 注釈・脚注 --------------------------------- */
.note {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--color-txt-weak);
}

@media (min-width: 80em) {
  .note {
    font-size: 1.2rem;
  }
}
/* footnote / 脚注（リスト） --------------------------------- */
.footnote {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0;
  padding-left: 0;
  font-size: 80%;
  line-height: 2;
  color: var(--color-txt-weak);
  list-style: none;
  counter-reset: footnote-num;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.footnote li {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}
.footnote:last-child {
  margin-bottom: 0;
}
.footnote li:last-child {
  margin-bottom: 0;
}
.footnote li::before {
  position: absolute;
  left: 0;
  content: "※ ";
  white-space: nowrap;
}
.footnote li.order {
  padding-left: 2.5em;
}
.footnote li.order::before {
  counter-increment: footnote-num;
  content: "※" counter(footnote-num) ". ";
}
.footnote.-inline {
  display: block;
  padding-left: 0;
}
.footnote.-inline li {
  display: inline;
  padding-left: 0;
}
.footnote.-inline li::before {
  position: relative;
  right: 0;
  margin-right: 0.1em;
}

.order-footnote {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  padding-left: 0;
  font-size: 1.1rem;
  line-height: 1.8;
  list-style: none;
  counter-reset: footnote-num;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.order-footnote li {
  position: relative;
  display: inline-block;
  padding-left: 2.65em;
}
.order-footnote li:last-child {
  margin-bottom: 0;
}
.order-footnote li::before {
  position: absolute;
  right: calc(100% + 0.85em);
  counter-increment: footnote-num;
  content: "※" counter(footnote-num) ". ";
  white-space: nowrap;
}
.order-footnote.-inline {
  display: block;
  padding-left: 0;
}
.order-footnote.-inline li {
  display: inline;
  padding-left: 0;
}
.order-footnote.-inline li::before {
  position: relative;
  right: 0;
  margin-right: 0.25em;
}

/* table / 表 --------------------------------- */
.table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 90%;
  line-height: 1.7;
}
.table th {
  font-family: var(--font-m);
  font-weight: 500;
}
.table thead {
  color: var(--color-accent);
}
.table thead tr th, .table thead tr td {
  border-bottom: 1px solid var(--color-accent-bg);
}

/* divider / 分割線 --------------------------------- */
.divider {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 30px 0;
}
.divider.-dotted {
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
}
.divider.-dashed {
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
.divider.-double {
  border-top: 3px double rgba(0, 0, 0, 0.2);
}
.divider.-inherit {
  margin: inherit;
}
.divider.-xs {
  margin: 10px 0;
}
.divider.-s {
  margin: 20px 0;
}
.divider.-r {
  margin: 30px 0;
}
.divider.-l {
  margin: 40px 0;
}
.divider.-xl {
  margin: 50px 0;
}
.divider.-xxl {
  margin: 60px 0;
}

/* base,layout --------------------------------------------- */
.c-section {
  margin-top: 60px;
}
.c-section--0 {
  margin-top: 0;
}
.c-section--xxs {
  margin-top: 10px;
}
.c-section--xs {
  margin-top: 15px;
}
.c-section--s {
  margin-top: 30px;
}
.c-section--m {
  margin-top: 90px;
}
.c-section--l {
  margin-top: 120px;
}
.c-section--xl {
  margin-top: 150px;
}
.c-section--xxl {
  margin-top: 180px;
}

.c-section--0 > *:first-child,
.c-section--xxs > *:first-child,
.c-section--xs > *:first-child,
.c-section--s > *:first-child,
.c-section > *:first-child,
.c-section--m > *:first-child,
.c-section--ml > *:first-child,
.c-section--l > *:first-child,
.c-section--xl > *:first-child,
.c-section--xxl > *:first-child {
  margin-top: 0;
}

@media (min-width: 46.25em) {
  .c-section {
    margin-top: 80px;
  }
  .c-section--xxs {
    margin-top: 10px;
  }
  .c-section--xs {
    margin-top: 20px;
  }
  .c-section--s {
    margin-top: 30px;
  }
  .c-section--m {
    margin-top: 100px;
  }
  .c-section--l {
    margin-top: 130px;
  }
  .c-section--xl {
    margin-top: 160px;
  }
  .c-section--xxl {
    margin-top: 190px;
  }
}
@media (min-width: 80em) {
  .c-section {
    margin-top: 100px;
  }
  .c-section--xxs {
    margin-top: 15px;
  }
  .c-section--xs {
    margin-top: 25px;
  }
  .c-section--s {
    margin-top: 50px;
  }
  .c-section--m {
    margin-top: 130px;
  }
  .c-section--l {
    margin-top: 160px;
  }
  .c-section--xl {
    margin-top: 190px;
  }
  .c-section--xxl {
    margin-top: 210px;
  }
}
/* type : border */
.c-section--border {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.c-section--border.-primary {
  border-color: var(--color-accent);
}
.c-section--border.-secondary {
  border-color: var(--color-txt);
}

.c-section--border > *:first-child {
  margin-top: 0;
}

@media (min-width: 46.25em) {
  .c-section--border {
    padding: 25px;
  }
}
@media (min-width: 80em) {
  .c-section--border {
    padding: 30px;
  }
}
/* type : border */
.c-section--fill {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background-color: var(--color-warm-bg);
}
.c-section--fill > *:first-child {
  margin-top: 0;
}

@media (min-width: 46.25em) {
  .c-section--fill {
    padding: 25px;
  }
}
@media (min-width: 80em) {
  .c-section--fill {
    padding: 30px;
  }
}
/* type : sub border */
.c-section--subborder {
  display: flow-root;
  margin-left: 20px;
  padding: 0 0 0 20px;
  border-left: 1px solid var(--color-accent);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.25rem;
}
.c-section--subborder > *:first-child {
  margin-top: 0;
}

/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
/**
 * 下層ページなどで使用する、専用の特殊なブロックや、そのレイアウトに関するスタイルを定義します。
 */
.local-contents {
  width: calc(100% - 60px);
  margin-right: 0;
  margin-left: auto;
}
.local-contents .txt__anchor {
  text-decoration: underline;
}

@media (min-width: 80em) {
  .local-contents {
    width: calc(100% - 100px);
  }
}
.headerImgContainer {
  margin-top: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 60px;
}

.headerTitleContainer {
  width: calc(100% - 30px);
  margin-bottom: 30px;
  margin-right: 30px;
  z-index: 1;
  mix-blend-mode: multiply;
  /*&.-show .inview__item .header__ttl {
  	opacity: 1;
  	transform: translateY(0);
  }*/
}
.headerTitleContainer .header__subTtl {
  font-family: var(--cnd);
  font-size: clamp(1rem, 0.9318181818rem + 0.303030303vw, 1.25rem);
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 0.2rem;
}
.headerTitleContainer .header__ttl {
  font-size: clamp(1.75rem, 1rem + 3.3333333333vw, 5rem);
  margin-top: 0;
  letter-spacing: 0.2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  /*opacity: 0;
  transform: translateY(10px);
  transition-property: transform, opacity;
  transition-timing-function: linear;*/
}
.headerTitleContainer .header__ttl.txtMask {
  background-size: 200% 200%;
}

@media screen and (min-width: 1280px) {
  .headerImgContainer {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .headerOnly-sticky .headerTitleContainer {
    position: sticky;
    top: 100px;
  }
  .headerOnly-sticky .local-contents {
    display: block;
  }
  .headerOnly-sticky .container {
    width: calc(64vw - 50px);
    margin-right: 0;
    margin-left: auto;
  }
}
.pageHeader__img {
  margin-right: 0;
  margin-left: auto;
  width: 100%;
  /*.load & .img img {
  	opacity: 1;
  	filter: blur(0);
  	transform: scale(1.0);
  }*/
}
.pageHeader__img .img {
  margin: 0 0 90px;
  overflow: hidden;
  position: relative;
}
.pageHeader__img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/4;
  /*opacity: 0;
  filter: blur(30px);
  transform: scale(1.05);
  transition-duration: 1.5s, 1s;
  transition-property: filter, opacity;
  transition-timing-function: .8s linear, cubic-bezier(0.47,0,0.75,0.72);*/
}

.header__txtWrap {
  max-width: 720px;
  margin-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header__txtWrap .header__txt {
  font-size: clamp(1rem, 0.8295454545rem + 0.7575757576vw, 1.625rem);
  line-height: 2;
  font-family: var(--cnd);
}

@media (min-width: 80em) {
  .headerImgContainer {
    position: relative;
    padding-bottom: 100px;
  }
  .headerTitleContainer {
    margin-right: 0;
    position: absolute;
    top: 0px;
    width: calc(36vw - 50px);
    padding-right: 4vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .headerTitleContainer .header__subTtl {
    margin-bottom: 30px;
  }
  .headerTitleContainer .header__ttl {
    letter-spacing: 0.4rem;
    width: 250%;
  }
  .pageHeader__img {
    width: calc(64vw - 50px);
  }
  .pageHeader__img .img {
    margin: 0 0 160px;
  }
  .header__txtWrap {
    margin-right: 100px;
    width: calc(100% - 100px);
  }
  .header__txtWrap .header__txt {
    line-height: 2.2;
  }
}
.partIntro .sectionHeader__ttl .ja {
  font-size: 2rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  letter-spacing: 0.1em;
}

@media (min-width: 80em) {
  .partIntro .sectionHeader {
    padding: 30px 0;
  }
  .partIntro .sectionHeader__ttl .ja {
    font-size: 2.6rem;
  }
  .partIntro-inner {
    max-width: calc(var(--wcalc10-6) - var(--wcalc-gap));
    margin-left: 0 !important;
    padding-left: var(--wcalc-gap);
    text-align: justify;
  }
}
.contact {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.contact .sectionBody__ttl {
  position: absolute;
  top: -20px;
  left: -20px;
  background-color: var(--color-bg);
  padding: 0 20px 20px 20px;
  display: inline-block;
  width: auto;
}
.contact .ttl-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border-radius: 0 0 10px;
  border-right: 1px solid var(--color-txt-weakest);
  border-bottom: 1px solid var(--color-txt-weakest);
}
.contact .sectionBody__txt {
  margin-top: 0;
}

.contact__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}
.contact__icon .icon {
  color: var(--color-txt);
  stroke-width: 1;
}
.contact__icon .icon svg {
  width: 36px;
  height: 36px;
}

.contact__ttl {
  margin-top: 10px;
  font-family: "UD Shin Go Conde90 M";
  font-size: 1.6rem;
}

.contact__contents {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-top: 20px;
}

.contact__contents > *:first-child {
  margin-top: 0;
}

.contact__info {
  margin-top: 10px;
}
.contact__info .info__tel {
  font-family: var(--cnd);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.contact__info .info__tel, .contact__info .info__fax {
  font-size: clamp(1.625rem, 1.3509615385rem + 1.2179487179vw, 2.8125rem);
  line-height: 1.4;
  margin: 0;
}
.contact__info .info__txt {
  margin: 0;
}
.contact__info a {
  border: none;
  text-decoration: none !important;
}

@media (min-width: 80em) {
  .contact .ttl-inner {
    padding: 15px 20px 20px 15px;
  }
  .contact__ttl {
    font-size: 140%;
    letter-spacing: 0.2em;
  }
  .contact__contents {
    font-size: 80%;
  }
  .contact__info {
    margin-top: 25px;
  }
  .contact__info .info__txt {
    font-size: 85%;
  }
  .contact__icon .icon svg {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 100em) {
  .contact {
    padding: 80px;
  }
}
.stdTable {
  font-family: var(--font-primaly);
  line-height: 1.6;
}

.stdTable__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid var(--color-txt-weakest);
  position: relative;
}
.stdTable.-s .stdTable__item {
  padding: 10px 0;
}
.stdTable.-s .stdTable__item::after {
  height: calc(100% - 20px);
}
.stdTable.-l .stdTable__item {
  padding: 25px 0;
}

.stdTable__lbl {
  width: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.stdTable__des {
  width: calc(100% - 90px);
  margin: 0;
}
.stdTable__des > *:first-child {
  margin-top: 0;
}
.stdTable__des .des__item {
  margin-bottom: 1em;
}
.stdTable__des .des__item:last-child {
  margin-bottom: 0;
}
.stdTable__des .des__item strong {
  font-size: 1.05em;
}
.stdTable__des .footnote {
  margin-top: 0.5em;
}

@media (min-width: 46.25em) {
  .stdTable__lbl {
    width: 145px;
  }
  .stdTable__des {
    width: calc(100% - 170px);
  }
}
@media (min-width: 80em) {
  .stdTable__item {
    padding: 20px 25px 15px;
    margin-bottom: 20px;
    border-left: 1px solid var(--color-txt-weakest);
    border-radius: 10px 0 0 0;
  }
  .stdTable.-s .stdTable__item {
    padding: 15px 0;
  }
  .stdTable.-l .stdTable__item {
    padding: 30px 0;
  }
  .stdTable__lbl {
    width: var(--wcalc5-1);
  }
  .stdTable__des {
    width: var(--wcalc5-4);
  }
}
.descTable__item {
  border-left: 1px solid var(--color-accent);
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.descTable__item:not(:first-child) {
  margin-top: 20px;
}

.descTable__lbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.6;
}
.descTable__lbl small {
  font-size: 1.2rem;
  margin-left: 5px;
}

.descTable__des {
  line-height: 2;
  margin-top: 5px;
  margin-left: 0;
}

@media (min-width: 80em) {
  .descTable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .descTable__item {
    width: var(--wcalc10-5);
  }
  .descTable__item:not(:first-child) {
    margin-top: 0;
  }
  .descTable__item:nth-of-type(n + 3) {
    margin-top: 50px;
  }
  .descTable__lbl small {
    font-size: 1.3rem;
  }
  .descTable__des {
    margin-top: 20px;
  }
}
.defTable {
  font-size: 1.3rem;
  line-height: 1.6;
}

.defTable__item {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.defTable__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.defTable__lbl {
  font-family: "UD Shin Go Medium";
}

.defTable__des {
  margin-top: 10px;
  margin-left: 0;
}
.defTable__des > *:first-child {
  margin-top: 0;
}

@media (min-width: 46.25em) {
  .defTable {
    line-height: 1.8;
  }
  .defTable__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 0;
  }
  .defTable__lbl {
    width: var(--wcalc6-1);
  }
  .defTable__des {
    width: var(--wcalc6-5);
    margin-top: 0;
  }
}
@media (min-width: 80em) {
  .defTable {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.TOCList {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.TOCList__item {
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.TOCList__item::before {
  content: none;
}

.TOCList__achor {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: none;
  padding: 30px 0;
}

.TOCList__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
}
.TOCList__ttl .icon {
  stroke-width: 1.5;
  margin-right: 6px;
  -webkit-transform: var(--icon-transform);
          transform: var(--icon-transform);
  -webkit-transition: var(--icon-transition);
  transition: var(--icon-transition);
}

.TOCList__contents {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-top: 3px;
  padding-left: 30px;
  -webkit-transition: var(--icon-transition);
  transition: var(--icon-transition);
}

.TOCList__contents > *:first-child {
  margin-top: 0;
}

.TOCList__achor:hover .TOCList__ttl .icon {
  stroke-width: 1.8;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-timing-function: cubic-bezier(0.3, 3, 0.3, 1);
          transition-timing-function: cubic-bezier(0.3, 3, 0.3, 1);
}

.TOCList__achor:not(:hover) .TOCList__contents {
  color: var(--color-txt-weak);
}

@media (min-width: 80em) {
  .TOCList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .TOCList::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(255, 255, 255);
    z-index: 1;
  }
  .TOCList::after {
    display: block;
    content: "";
    width: 33.3333333333%;
  }
  .TOCList__item {
    width: 33.3333333333%;
    position: relative;
  }
  .TOCList__item::after {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 30px);
    background: rgba(0, 0, 0, 0.2);
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .TOCList__item:nth-of-type(3n)::after {
    content: none;
  }
  .TOCList__achor {
    min-height: 170px;
    padding: 40px 40px 30px 30px;
  }
  .TOCList__ttl {
    font-size: 1.8rem;
  }
  .TOCList__contents {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}
.flowList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flowList__item {
  counter-increment: flow-number;
  position: relative;
  padding: 30px 0;
}
.flowList__item + .flowList__item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.flowList__item:first-child {
  padding-top: 0;
}
.flowList__item::before {
  content: none;
}
.flowList__item::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.inline-svg--line-round%7Bfill%3A%20none%3B%20stroke%3A%20currentColor%3B%20stroke-width%3A%20inherit%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20stroke-miterlimit%3A%2010%3B%20opacity%3A%200.7%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolyline%20class%3D%22inline-svg--line-round%22%20points%3D%226.44%2C13.05%2012%2C18.92%2017.56%2C13.05%20%22%2F%3E%3Cline%20class%3D%22inline-svg--line-round%22%20x1%3D%2212%22%20y1%3D%2218.92%22%20x2%3D%2212%22%20y2%3D%225.08%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-color: rgb(255, 255, 255);
  z-index: 1;
}
.flowList__item:last-child::after {
  content: none;
}

.flowList__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  color: var(--color-accent);
}
.flowList__ttl .num {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color-accent);
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  margin-right: 10px;
}
.flowList__ttl .num::before {
  content: counter(flow-number, decimal-leading-zero);
}
.flowList__ttl .lbl {
  font-size: 1.4rem;
}

.flowList__txt {
  margin-top: 10px;
}
.flowList__txt > *:first-child {
  margin-top: 0;
}

.flowList__img {
  margin-top: 10px;
}
.flowList__img img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

@media (min-width: 80em) {
  .flowList__item {
    padding: 40px 0;
  }
  .flowList__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flowList__ttl {
    width: var(--wcalc10-3);
  }
  .flowList__ttl .lbl {
    font-size: 1.6rem;
  }
  .flowList__txt {
    width: var(--wcalc10-7);
    line-height: 1.8;
    margin-top: 0;
  }
  .flowList__img {
    margin-top: 0;
  }
  .flowList__contents.row {
    display: block;
  }
  .flowList__contents.row .flowList__ttl, .flowList__contents.row .flowList__txt {
    width: 100%;
  }
  .flowList__item.-has-img .flowList__ttl {
    width: var(--wcalc10-3);
  }
  .flowList__item.-has-img .flowList__txt {
    width: var(--wcalc10-5);
  }
  .flowList__item.-has-img .flowList__img {
    width: var(--wcalc10-2);
  }
}
.journal .articleList .articleList__item:before {
  content: none;
  padding: 0;
}

.journal .sectionHeader {
  text-align: center;
}

.journal.subSection .sectionHeader .sectionHeader__ttl {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.informationHeadline .sectionBody {
  margin-top: 0;
}

.articleList {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.articleList__item {
  padding: 0;
  border-top: 1px solid rgba(82, 93, 102, 0.4);
}
.articleList__item:before {
  content: none;
}
.articleList__item.-no-item {
  border: none;
}
.articleList__item .article__anchor {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.articleList__item .article-inner {
  position: relative;
  width: 100%;
  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;
  max-width: 300px;
  margin: 0 auto;
}
.articleList__item .article__meta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}
.articleList__item .article__meta-date {
  font-family: var(--cnd);
  margin: 0;
  font-size: clamp(0.75rem, 0.375rem + 1.6666666667vw, 2.125rem);
  line-height: 1.7;
}
.articleList__item .article__author {
  font-family: var(--cnd);
  margin-top: 0;
  font-size: clamp(0.75rem, 0.7159090909rem + 0.1515151515vw, 0.875rem);
}
.articleList__item .article__img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
  margin: 0 auto;
}
.articleList__item .article__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.articleList__item .article__infoWrap {
  width: 100%;
}
.articleList__item .article__infoWrap .article__ttl {
  font-size: clamp(1.25rem, 1.0113636364rem + 1.0606060606vw, 2.125rem);
  padding-bottom: 10px;
  position: relative;
}
.articleList__item .article__infoWrap .article__ttl:after {
  content: "";
  opacity: 0;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 8px;
  left: 0;
  background-color: var(--color-txt-weak);
  -webkit-transition: 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.articleList__item .article__infoWrap .article__subMetaWrap {
  width: 100%;
  margin-top: 1.2em;
}
.articleList__item .article__infoWrap .article__meta-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.articleList__item .article__infoWrap .article__meta-cat .cat {
  display: inline-block;
  margin-right: 10px;
  font-size: clamp(0.75rem, 0.7159090909rem + 0.1515151515vw, 0.875rem);
  font-family: var(--cnd);
  padding: 0;
}
.articleList__item .article__infoWrap .article__meta-cat .cat:before {
  content: none;
}
.articleList__item .article__infoWrap .article__meta-cat .cat:first-child {
  margin-left: 0;
}
.articleList__item .article__infoWrap .article__meta-cat .cat:last-child {
  margin-right: 0;
}
.articleList__item .article__infoWrap .article__num {
  font-size: clamp(0.625rem, 0.5568181818rem + 0.303030303vw, 0.875rem);
  font-family: var(--cnd);
  text-align: right;
  margin-top: 0;
}
.articleList__item a:hover .article__meta-date, .articleList__item a:hover .article__meta-cat {
  color: inherit;
}
.articleList__item .sticky {
  color: var(--color-txt-weak);
  font-family: var(--cnd);
  font-size: clamp(0.75rem, 0.7159090909rem + 0.1515151515vw, 0.875rem);
}
.articleList__item .sticky .icon {
  margin-right: 5px;
}

@media (min-width: 46.25em) {
  .articleList__item .article__anchor {
    padding: 30px 0 30px 30px;
  }
  .articleList__item .article__anchor:hover .article__ttl:after {
    opacity: 1;
    width: 100%;
  }
  .articleList__item .article__anchor:hover .article__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .articleList__item .article-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: none;
  }
  .articleList__item .article__img {
    max-width: 200px;
    width: var(--wcalc6-2);
  }
  .articleList__item .article__meta-row {
    width: var(--wcalc6-1);
    height: 100%;
    position: relative;
    margin-bottom: 0;
    margin-right: 2em;
    display: inline-block;
  }
  .articleList__item .article__author {
    position: absolute;
    bottom: 0;
  }
  .articleList__item .article__infoWrap {
    width: var(--wcalc6-3);
    height: 100%;
    position: relative;
  }
  .articleList__item .article__infoWrap .article__ttl {
    margin-top: 0;
    margin-bottom: 1em;
    display: inline-block;
  }
  .articleList__item .article__infoWrap .article__subMetaWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    bottom: 0;
    margin-top: 0;
  }
  .articleList__item .article__infoWrap .article__meta-cat .cat {
    margin-right: 20px;
  }
  .articleList__item .article__infoWrap .article__num {
    width: 15%;
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 80em) {
  .journal .sectionHeader {
    margin-bottom: 80px;
  }
  .articleList__item {
    position: relative;
  }
  .articleList__item .article__anchor {
    padding: 60px 0 60px 60px;
  }
}
@media (min-width: 80em) {
  .articleList__item .article__row .icon svg {
    width: 32px;
    height: 32px;
  }
}
.careers {
  width: 100%;
}
.careers .careers-inner {
  background-color: #F2EFE5;
  width: calc(100% - 40px);
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  margin-right: 0;
  margin-left: auto;
}
.careers .careers-inner .careers__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-transition: 0.85s ease;
  transition: 0.85s ease;
}
.careers .careers-inner .careers__anchor:hover {
  background-color: var(--color-accent-bg);
}
.careers .careers-inner .careers__anchor:hover .main__img img {
  /*filter: brightness(110%);*/
}
.careers .careers-inner .careers__anchor:hover .section__more:after {
  opacity: 1;
  width: 100%;
}
.careers .careers-inner .careers__anchor:hover .section__more .icon {
  -webkit-transform: translateX(8px) scale(0.85);
          transform: translateX(8px) scale(0.85);
}
.careers .careers-inner .careers__anchor .sectionHeader, .careers .careers-inner .careers__anchor .sectionBody {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.careers .careers-inner .careers__anchor .sectionHeader {
  display: block;
  padding: 40px 25px;
}
.careers .careers-inner .careers__anchor .sectionHeader .sectionHeader__ttl {
  display: block;
}
.careers .careers-inner .careers__anchor .sectionHeader .sectionHeader__ttl .en {
  margin-bottom: 10px;
}
.careers .careers-inner .careers__anchor .sectionHeader .sectionHeader__txtWrap {
  margin-top: 30px;
}
.careers .careers-inner .careers__anchor .sectionHeader .sectionHeader__txtWrap .sectionHeader__txt {
  margin: 0;
}
.careers .careers-inner .careers__anchor .main__img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  margin: 0;
  /*&:before {
  	content: "";
  	display: block;
  	padding-top: 100%;
  }*/
}
.careers .careers-inner .careers__anchor .main__img img {
  /*position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;*/
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  /*transition: 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  filter: brightness(100%);*/
}
.careers .careers-inner .careers__anchor .section__more {
  margin-top: 20px;
}

@media (min-width: 46.25em) {
  .careers .careers-inner .careers__anchor {
    padding: 100px 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .careers .careers-inner .careers__anchor .sectionHeader, .careers .careers-inner .careers__anchor .sectionBody {
    width: calc(50% - 20px);
  }
  .careers .careers-inner .careers__anchor .sectionHeader {
    padding: 0;
  }
  .careers .careers-inner .careers__anchor .main__img {
    border-radius: 5px;
  }
}
@media (min-width: 80em) {
  .careers .careers-inner {
    border-radius: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .careers .careers-inner .careers__anchor .sectionHeader, .careers .careers-inner .careers__anchor .sectionBody {
    width: calc(50% - 40px);
    margin: 0;
  }
  .careers .careers-inner .careers__anchor .sectionHeader .sectionHeader__txtWrap, .careers .careers-inner .careers__anchor .sectionBody .sectionHeader__txtWrap {
    margin-top: 65px;
  }
  .careers .careers-inner .careers__anchor .section__more {
    margin-top: 80px;
  }
}
.Profiles__item {
  margin-top: 0;
}

.Profiles > * {
  margin-top: 20px;
}

.Profiles > *:first-child {
  margin-top: 0;
}

@media (min-width: 80em) {
  .Profiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .Profiles > *,
  .Profiles > *:first-child {
    margin-top: 0;
  }
  .Profiles__item {
    width: calc(50% - 30px);
  }
}
@media (min-width: 100em) {
  .Profiles {
    gap: 60px;
  }
}
.ProfileBlock > * {
  margin-top: 20px;
}

.ProfileBlock > *:first-child {
  margin-top: 0;
}

.ProfileBlock__img img {
  display: block;
  width: 160px;
  border-radius: 5px;
}

.ProfileBlock__contents > * {
  margin-top: 30px;
}

.ProfileBlock__contents > *:first-child {
  margin-top: 0;
}

@media (min-width: 46.25em) {
  .ProfileBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }
  .ProfileBlock > *,
  .ProfileBlock > *:first-child {
    margin-top: 0;
  }
  .ProfileBlock__img {
    width: 160px;
  }
  .ProfileBlock__contents {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.ProfileBlock__header > * {
  margin-top: 0;
}

.ProfileBlock__header .title {
  font-size: 1.3rem;
}

.ProfileBlock__header .name {
  font-size: 1.8rem;
}

.ProfileBlock__header ruby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ProfileBlock__header rt {
  font-size: 1rem;
}

.ProfileBlock__dl {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.ProfileBlock__dl > * {
  margin-top: 20px;
}

.ProfileBlock__dl > *:first-child {
  margin-top: 0;
}

.ProfileBlock__dl dt {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: var(--font-m);
}

.ProfileBlock__dl dd {
  margin: 0;
  font-size: 1.2rem;
  text-align: justify;
}

@media (min-width: 46.25em) {
  .ProfileBlock__header .title {
    font-size: 1.2rem;
  }
  .ProfileBlock__header .name {
    font-size: 2rem;
  }
}
.sbs > *:first-child {
  margin-top: 0;
}
.sbs > * + * {
  margin-top: 30px;
}
.sbs__contents > *:first-child {
  margin-top: 0;
}

.sbs__img {
  width: calc(100% + 20px);
  margin-left: 0;
  margin-right: 0;
}
.sbs__img img {
  width: 100%;
  border-radius: 5px 0 0 5px;
}

@media (min-width: 80em) {
  .sbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sbs > * + * {
    margin-top: 0;
  }
  .sbs.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sbs__contents {
    width: var(--wcalc10-6);
  }
  .-s .sbs__contents {
    width: var(--wcalc10-8);
  }
  .-m .sbs__contents {
    width: var(--wcalc10-5);
  }
  .-l .sbs__contents {
    width: var(--wcalc10-4);
  }
  .-xl .sbs__contents {
    width: var(--wcalc10-2);
  }
  .sbs__img {
    width: var(--wcalc10-4);
  }
  .sbs__img img {
    border-radius: 5px;
  }
  .-s .sbs__img {
    width: var(--wcalc10-2);
  }
  .-m .sbs__img {
    width: var(--wcalc10-5);
  }
  .-l .sbs__img {
    width: var(--wcalc10-6);
  }
  .-xl .sbs__img {
    width: var(--wcalc10-8);
  }
}
@media (min-width: 100em) {
  .sbs__contents {
    width: calc(var(--wcalc10-6) - 20px);
  }
  .-s .sbs__contents {
    width: calc(var(--wcalc10-8) - 20px);
  }
  .-m .sbs__contents {
    width: calc(var(--wcalc10-5) - 20px);
  }
  .-l .sbs__contents {
    width: calc(var(--wcalc10-4) - 20px);
  }
  .-xl .sbs__contents {
    width: calc(var(--wcalc10-2) - 20px);
  }
  .sbs__img {
    width: calc(var(--wcalc10-4) - 20px);
  }
  .-s .sbs__img {
    width: calc(var(--wcalc10-2) - 20px);
  }
  .-m .sbs__img {
    width: calc(var(--wcalc10-5) - 20px);
  }
  .-l .sbs__img {
    width: calc(var(--wcalc10-6) - 20px);
  }
  .-xl .sbs__img {
    width: calc(var(--wcalc10-8) - 20px);
  }
}
.imageGrid {
  --width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.imageGrid > *:first-child {
  margin-top: 0;
}
.imageGrid > * + * {
  margin-top: 30px;
}
.imageGrid.-s {
  --width: calc(50% - 10px);
}
.imageGrid.-s > * + * {
  margin-top: 20px;
}
.imageGrid.-s > *:nth-child(-n+2) {
  margin-top: 0;
}
.imageGrid.-l {
  --width: 100%;
}
.imageGrid::before, .imageGrid::after {
  display: block;
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: var(--width);
}

.imageGrid__item {
  width: var(--width);
}
.imageGrid__item > *:first-child {
  margin-top: 0;
}
.imageGrid__item img {
  border-radius: 5px;
}
.imageGrid__item figcaption, .imageGrid__item .caption {
  display: inline-block;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.5;
}

@media (min-width: 46.25em) {
  .imageGrid {
    --width: calc(33.333% - 20px);
  }
  .imageGrid > *:nth-child(-n+3) {
    margin-top: 0;
  }
  .imageGrid.-s {
    --width: calc(25% - 20px);
  }
  .imageGrid.-s > * + * {
    margin-top: 30px;
  }
  .imageGrid.-s > *:nth-child(-n+4) {
    margin-top: 0;
  }
  .imageGrid.-l {
    --width: calc(50% - 12.5px);
  }
  .imageGrid.-l > * {
    margin-top: 25px;
  }
  .imageGrid.-l > *:nth-child(-n+2) {
    margin-top: 0;
  }
}
.orderedsection {
  counter-increment: section-number;
  margin-top: 30px;
}
.orderedsection .subsectionHeader__ttl .ja {
  position: relative;
  padding-left: 1.5em;
}
.orderedsection .subsectionHeader__ttl .ja::before {
  position: absolute;
  content: counter(section-number) ".";
  left: 0;
}

.back-to-chapter {
  font-size: 1.3rem;
  text-align: center;
}
.back-to-chapter a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
}

.notice {
  padding: 20px;
  background-color: rgb(255, 107, 111);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgb(255, 255, 255);
}

.notice > *:first-child {
  margin-top: 0;
}

@media (min-width: 80em) {
  .notice {
    padding: 30px;
  }
}
figcaption,
.caption {
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.5;
}

.pageNav {
  width: calc(100% - 20px - env(safe-area-inset-right));
  background-color: #57a5cc;
  background-image: linear-gradient(45deg, #337edd 0%, #57a5cc 60%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pageNavHeader {
  position: relative;
  padding: 35px 0;
  color: rgb(255, 255, 255);
}
.pageNavHeader:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background-color: currentColor;
  opacity: 0.4;
  bottom: 0;
  left: 0;
}

.pageNavHeader__ttl {
  margin: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.pageNavHeader__ttl .icon {
  display: block;
}
.pageNavHeader__ttl .icon + .ja {
  margin-top: 10px;
}
.pageNavHeader__ttl .icon svg {
  width: 50px;
  height: 50px;
  opacity: 0.85;
}
.pageNavHeader__ttl .ja {
  display: block;
  font-family: "UD Shin Go Conde90 R";
  font-size: 2.2rem;
  letter-spacing: 0.16em;
}
.pageNavHeader__ttl .ja.ls--shink {
  letter-spacing: 0.15em;
}
.pageNavHeader__ttl .en {
  display: block;
  margin-top: 10px;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  line-height: 1;
  opacity: 0.7;
}

.pageNavHeader__anchor {
  display: inline-block;
  border: none;
  vertical-align: bottom;
}

.pageNavBody {
  padding: 30px 0;
}

.pageNav__ttl {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.pageNav__contents {
  color: rgb(255, 255, 255);
}

.pageNav__item:not(:first-child) {
  margin-top: 30px;
}

.pageNavList {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
}

.pageNavList__item {
  margin: 0;
  padding: 0;
}
.pageNavList__item::before {
  content: none;
}
.pageNavList__item.current-cat, .pageNavList__item.current {
  color: #255b76;
}
.pageNavList__item.current-cat > a .icon, .pageNavList__item.current > a .icon {
  width: 24px;
  height: 24px;
  position: relative;
}
.pageNavList__item.current-cat > a .icon svg, .pageNavList__item.current > a .icon svg {
  display: none;
}
.pageNavList__item.current-cat > a .icon:before, .pageNavList__item.current > a .icon:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentColor;
}

.pageNavList__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  border-bottom: none;
  vertical-align: bottom;
}
.pageNavList__anchor .icon {
  stroke-width: 1.5;
  margin-right: 6px;
  -webkit-transform: var(--icon-transform);
          transform: var(--icon-transform);
  -webkit-transition: var(--icon-transition);
  transition: var(--icon-transition);
}
.pageNavList__anchor:hover {
  color: rgb(255, 255, 255);
}
.pageNavList__anchor:hover .icon {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-timing-function: cubic-bezier(0.3, 3, 0.3, 1);
          transition-timing-function: cubic-bezier(0.3, 3, 0.3, 1);
}

.pageNavChildList {
  display: none;
  margin: 0 0 0 25px;
  padding: 0;
  list-style: none;
}
.current .pageNavChildList {
  display: block;
}

.pageNavChildList__item {
  margin: 0;
  padding: 0;
}
.pageNavChildList__item::before {
  content: none;
}
.pageNavChildList__item.current .icon {
  width: 24px;
  height: 24px;
  position: relative;
}
.pageNavChildList__item.current .icon svg {
  display: none;
}
.pageNavChildList__item.current .icon:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentColor;
}

.pageNavChildList__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  border-bottom: none;
}
.pageNavChildList__anchor .icon {
  stroke-width: 1.5;
  margin-right: 6px;
  -webkit-transform: var(--icon-transform);
          transform: var(--icon-transform);
  -webkit-transition: var(--icon-transition);
  transition: var(--icon-transition);
}
.pageNavChildList__anchor:hover .icon {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media all and (min-width: 768px) {
  .pageNav {
    width: calc(100% - 40px - env(safe-area-inset-right));
  }
}
@media all and (min-width: 1280px) {
  .pageNav {
    width: 100%;
    margin: auto;
    background-color: transparent;
    background-image: none;
    position: sticky;
    top: 20px;
  }
  .pageNavHeader {
    width: calc(100% - 60px);
    color: var(--color-ttl);
    padding: 40px 0 20px;
  }
  .pageNavHeader__ttl .ja {
    letter-spacing: 0.3em;
  }
  .pageNavBody {
    width: calc(100% - 60px);
    padding: 40px 0 0;
  }
  .pageNav__ttl {
    color: var(--color-txt-weak);
  }
  .pageNav__contents {
    color: var(--color-ttl);
  }
  .current-cat.pageNavList__item,
  .current.pageNavList__item {
    color: var(--color-accent);
  }
  .pageNavList__anchor:hover {
    color: var(--color-link);
  }
}
.topicpath {
  position: relative;
}
.topicpath::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  z-index: 1;
  pointer-events: none;
}

.topicpath-inner {
  text-align: right;
}

.topicpathList {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  list-style: none;
  margin: 0;
  margin-left: auto;
  padding: 0;
  padding-left: 100px;
  padding-right: 20px;
  background-color: rgb(255, 255, 255);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.topicpathList::-webkit-scrollbar {
  display: none;
}

.topicpathList__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  margin-right: 30px;
  padding: 0;
  font-size: 1.1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.topicpathList__item:last-child {
  margin-right: env(safe-area-inset-right);
}
.topicpathList__item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: calc(100% + 30px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.topicpathList__item::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.topicpathList__item:last-child::before {
  width: calc(100% + 20px);
}
.topicpathList__item:last-child::after {
  content: none;
}

.topicpathList__anchor {
  display: block;
  border-bottom: none;
}

@media screen and (min-width: 1280px) {
  .topicpath {
    width: 100%;
  }
  .topicpath::before {
    content: none;
  }
  .topicpathList {
    width: 100%;
    height: 70px;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .topicpathList__item {
    font-size: 1.2rem;
  }
  .topicpathList__item::before {
    content: none;
  }
}
.pageTab {
  width: calc(100% + 40px);
  max-width: calc(100% + 40px);
  margin-left: -40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#c5d9e3), color-stop(400%, var(--color-accent)));
  background-image: linear-gradient(90deg, #c5d9e3 0%, var(--color-accent) 400%);
  border-radius: 10px 0 0 10px;
}

.pageTab-inner {
  max-width: calc(100vw - 20px);
  padding-top: 20px;
  overflow: auto;
  overflow-y: hidden;
  border-radius: 10px 0 0 10px;
}

.pageTabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 40px;
  padding-right: 10px;
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  line-height: 1.6;
}

.pageTabList__item {
  padding-left: 0;
  text-align: center;
  white-space: nowrap;
}
.pageTabList__item::before {
  content: none;
}
.pageTabList__item + .pageTabList__item {
  margin-left: 10px;
}
.pageTabList__item.active {
  position: relative;
}
.pageTabList__item.active::before, .pageTabList__item.active::after {
  position: absolute;
  content: "";
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pageTabList__item.active::before {
  left: -20px;
  background-image: var(--round-out-corner-RB-wt);
}
.pageTabList__item.active::after {
  right: -20px;
  background-image: var(--round-out-corner-LB-wt);
}

.pageTabList__anchor {
  display: block;
  min-width: calc((100vw - 60px) / 3);
  padding: 10px 10px;
  border: none;
  border-radius: 7px 7px 0 0;
  background-color: var(--color-txt);
  font-family: "UD Shin Go Conde90 M";
  overflow: hidden;
  -webkit-transition-property: color, background, -webkit-transform;
  transition-property: color, background, -webkit-transform;
  transition-property: transform, color, background;
  transition-property: transform, color, background, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
}
.active .pageTabList__anchor {
  color: rgb(85, 85, 85);
  background-color: rgb(255, 255, 255);
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
}
.pageTabList__anchor:hover {
  color: rgb(255, 255, 255);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  background-color: var(--color-accent);
}

@media all and (min-width: 768px) {
  .pageTabList__anchor {
    min-width: calc((100vw - 60px) / 6);
  }
}
@media all and (min-width: 1280px) {
  .pageTab {
    width: calc(100% - 20px);
    margin-left: 0;
    border-radius: 10px;
  }
  .pageTabList {
    width: calc(100% - 80px);
    padding-left: 60px;
    font-size: 1.3rem;
  }
  .pageTabList__item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    min-width: 120px;
  }
  .pageTabList__item + .pageTabList__item {
    margin-left: 20px;
  }
  .pageTabList__anchor {
    width: auto;
    min-width: 120px;
    max-width: 100%;
    padding: 10px 20px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .pageTabList__anchor:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .active .pageTabList__anchor {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.pageContents {
  padding-left: 30px;
  border-left: 1px solid rgba(119, 119, 119, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pageContents__ttl {
  color: rgb(119, 119, 119);
  font-size: 1.2rem;
  margin: 0;
}

.pageContentsList {
  list-style: none;
  margin: 0;
  margin-top: 15px;
  padding: 0;
  color: rgb(69, 86, 94);
  font-size: 1.3rem;
  line-height: 1.8;
}

.pageContentsList__item + .pageContentsList__item {
  margin-top: 10px;
}

.pageContentsList__anchor {
  display: inline-block;
  border: none;
  text-decoration: underline;
}
@media screen and (min-width: 1280px) {
  .pageContents__ttl {
    font-size: 1.3rem;
  }
}
.wp-pagenavi {
  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;
  font-size: 1.4rem;
  margin-top: 50px;
  position: relative;
}
.wp-pagenavi > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*width: 30px;
  height: 30px;*/
  padding: 0.5em 1.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2;
  background-color: var(--color-bg);
  border-radius: 100px;
  position: relative;
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 15px;
}
.wp-pagenavi > *::after {
  position: absolute;
  content: "";
  top: 0;
  right: -10px;
  width: 10px;
  height: 100%;
  background-color: var(--color-bg);
}
.wp-pagenavi > * + * {
  margin-left: 10px;
}
.wp-pagenavi a {
  border: none;
}
.wp-pagenavi .current {
  color: rgb(255, 255, 255);
  background-color: var(--color-main);
}
.wp-pagenavi .last {
  margin-left: 60px;
  position: relative;
}
.wp-pagenavi .last::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  right: auto;
  left: -60px;
  width: 30px;
  height: 1px;
  background-color: var(--color-txt-weakest);
  z-index: -1;
}
.wp-pagenavi .extend {
  width: auto;
  background-color: rgb(255, 255, 255);
  padding: 0;
}
.wp-pagenavi .extend + .page {
  display: none;
}

@media all and (min-width: 768px) {
  .wp-pagenavi > * + * {
    margin-left: 15px;
  }
  .wp-pagenavi .extend + .page {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media all and (min-width: 1280px) {
  .wp-pagenavi .last {
    margin-left: 80px;
  }
  .wp-pagenavi .last::after {
    width: 50px;
    left: -70px;
  }
}
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
/*
 * Layout / global-footer
 */
.Gf {
  position: relative;
  overflow: hidden;
  margin-top: clamp(2.8125rem, 2.5568181818rem + 1.1363636364vw, 3.75rem);
  text-align: center;
}
.Gf .footerName {
  font-size: clamp(1.25rem, 1.0454545455rem + 0.9090909091vw, 2rem);
  font-weight: 600;
  margin: 0;
}
.Gf .footerAddress {
  font-size: clamp(0.6875rem, 0.6022727273rem + 0.3787878788vw, 1rem);
  margin: 0;
}
.Gf a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-property: color, opacity;
  transition-property: color, opacity;
}
.Gf a:hover {
  -webkit-transition-duration: 0.05s;
          transition-duration: 0.05s;
  color: var(--color-link);
}

.Gf__contentsWrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: clamp(2.8125rem, 2.5568181818rem + 1.1363636364vw, 3.75rem);
  margin-bottom: clamp(2.5rem, 1.4772727273rem + 4.5454545455vw, 6.25rem);
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.Gf__inner {
  margin: 0;
}
.Gf__inner > *:first-child {
  margin-top: 0;
}

.Gf__layoutblock {
  display: inline-block;
  margin: 0;
}
.Gf__layoutblock + .Gf__layoutblock {
  margin-top: 30px;
}

@media (min-width: 80em) {
  .Gf__layoutblock {
    width: auto;
    margin: 0;
  }
  .Gf__layoutblock + .Gf__layoutblock {
    margin-top: 0;
  }
}
/* -------------------------------------------------- */
.Gf-logo {
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0;
}
.Gf-logo__anchor {
  text-decoration: none;
}
.Gf-logo__anchor span {
  display: block;
}
.Gf-logo .site-logo {
  margin: 0 0 32px;
}
.Gf-logo .site-logo img {
  width: 100%;
  max-width: 450px;
  margin: 0;
}

@media (min-width: 80em) {
  .Gf__sitenav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* -------------------------------------------------- */
.Gf__other {
  padding: 10px 0 calc(15px + env(safe-area-inset-bottom));
  display: block;
  text-align: center;
  background-color: var(--color-primary);
}
.Gf__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Gf__block .Gf__small {
  margin-top: 0;
  color: #fff;
  font-size: clamp(0.625rem, 0.5227272727rem + 0.4545454545vw, 1rem);
}

@media (min-width: 80em) {
  .Gf__other {
    padding: 10px;
  }
}