@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Roboto:400,400i,500,500i,700,700i&display=swap");
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  width: 120px;
  height: 80px;
  padding: 20px 10px 10px 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  opacity: 0;
  transition: opacity .3s;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  margin-top: 5px;
  color: #FFF;
  font-size: 10px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  content: "";
}

.scroll-hint-icon:after {
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  width: 34px;
  height: 14px;
  margin-left: -20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  content: "";
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

li {
  list-style: none;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type="text"]:focus {
  outline: 0;
}

body, html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  color: #1f1f1f;
  font-family: 'Noto Sans JP',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic",-apple-system, sans-serif;
  font-size: 62.5%;
  font-synthesis: none;
  font-weight: 400;
  direction: ltr;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 981px) {
  body, html {
    min-width: 1130px;
  }
}

@media screen and (max-width: 980px) {
  body, html {
    width: 980px;
  }
}

@media screen and (max-width: 500px) {
  body, html {
    width: 100%;
  }
}

.ps {
  width: 100vw;
  height: 100vw;
}

.animeSwip {
  display: block;
  visibility: visible;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1;
}

.animeSwip:after {
  display: block;
  z-index: 51;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  transform: translate(101%, 0);
  background-color: #08257b;
  content: '';
}

.container {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
}

.is-transition-start .animeSwip:after {
  animation: masking 1600ms cubic-bezier(0.77, 0, 0.175, 1) both;
}

@keyframes masking {
  0% {
    transform: translate(101%, 0);
  }
  42%, 58% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(-101%, 0);
  }
}

@media (min-width: 750px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media all and (-ms-high-contrast: none) {
  body, html {
    font-family: 'Noto Sans JP',"メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}

.wrapper {
  overflow: hidden;
}

.font_r {
  font-family: 'Roboto',-apple-system, sans-serif;
}

.font_i {
  font-family: 'Roboto',-apple-system, sans-serif;
  font-style: italic;
}

.font_n {
  font-family: 'Noto Sans JP',-apple-system, sans-serif;
  font-style: italic;
}

.btn, .bnr {
  transition: opacity 0.3s ease-out;
}

.switch_sp {
  display: none !important;
}

@media screen and (max-width: 500px) {
  .switch_sp {
    display: inline-block !important;
    vertical-align: bottom;
  }
}

.switch_pc {
  display: inline-block !important;
  vertical-align: bottom;
}

@media screen and (max-width: 500px) {
  .switch_pc {
    display: none !important;
  }
}

._sp {
  display: none !important;
}

@media screen and (max-width: 500px) {
  ._sp {
    display: block !important;
  }
}

._tb {
  display: none !important;
}

@media screen and (max-width: 980px) {
  ._tb {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  ._tb {
    display: none !important;
  }
}
._pc {
  display: block !important;
}

@media screen and (max-width: 500px) {
  ._pc {
    display: none !important;
  }
}
._pctb {
  display: block !important;
}

@media screen and (max-width: 980px) {
  ._pctb {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  ._pctb {
    display: none !important;
  }
}
._tbsp {
  display: none !important;
}

@media screen and (max-width: 980px) {
  ._tbsp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  ._tbsp {
    display: block!important;
  }
}
._pc-o {
  display: block !important;
}

@media screen and (max-width: 980px) {
  ._pc-o {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  ._pc-o {
    display: none!important;
  }
}
@media screen and (max-width: 500px) {
  .wrapper {
    overflow: hidden;
  }
}

.section-inner {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .section-inner {
    width: 93.33333%;
  }
}

@media screen and (max-width: 500px) {
  .section-inner {
    width: 94.66667%;
  }
}

.icon {
  position: relative;
}

.icon:before {
  position: absolute;
  content: "";
}

@media screen and (max-width: 500px) {
  .scrollstop {
    position: fixed;
    top: 0;
    width: 100%;
  }
}

@keyframes header_anime {
  0% {
    height: 0;
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

header {
  z-index: 1000;
  position: relative;
  top: 0;
  left: 0;
  height: 133px;
}

@media screen and (max-width: 980px) {
  header {
    width: 100%;
    height: 10.55556rem;
  }
}

@media screen and (max-width: 500px) {
  header {
    position: relative;
    height: auto;
    border-bottom: none;
    background-color: #fff;
  }
}

@media screen and (max-width: 500px) {
  header {
    /*ハンバーガーアイコンをCSSだけで表現*/
  }
  header .navi-drawer {
    z-index: 5;
    position: relative;
    width: 13.33333vw;
    height: 12vw;
    background-color: #000;
  }
  header .navi-close,
  header .navi-open {
    display: inline-block;
  }
}

@media screen and (max-width: 500px) and (max-width: 500px) {
  header .navi-close,
  header .navi-open {
    box-sizing: border-box;
    z-index: 50;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    cursor: pointer;
  }
}

@media screen and (max-width: 500px) {
  header .navi-open.none,
  header .navi-close.none {
    visibility: hidden;
    width: 0;
    opacity: 0;
  }
  header .navi-open span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 6.66667vw;
    height: 2px;
    margin: auto;
    background: #fff;
  }
  header .navi-open span:before, header .navi-open span:after {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 6.66667vw;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    content: "";
  }
  header .navi-open span:before {
    top: -2vw;
  }
  header .navi-open span:after {
    bottom: -2vw;
  }
  header .navi-close span {
    display: block;
    position: absolute;
    top: 0;
    top: 5.813vw;
    right: 0;
    left: 0;
    width: 9.625vw;
    height: 2px;
    margin: auto;
    transform: rotate(-45deg);
    transform-origin: center;
    background: #fff;
  }
  header .navi-close span:after {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 9.625vw;
    height: 2px;
    margin: 0 auto;
    transform: rotate(-90deg);
    transform-origin: center;
    background: #fff;
    content: "";
  }
}

header .header_inner {
  width: 100%;
}

@media screen and (max-width: 500px) {
  header .header_inner {
    display: flex;
    z-index: 80;
    position: relative;
    top: 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 12vw;
    border: none;
    background-color: #fff;
  }
}

header .header_baseline {
  box-sizing: border-box;
  border-bottom: 1px solid #d5d5d5;
}

@media screen and (max-width: 500px) {
  header .header_baseline {
    width: 64%;
    margin-right: 2.66667vw;
    margin-left: 2.66667vw;
    border: none;
  }
}

header .header_company {
  display: flex;
  position: relative;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 1120px;
  margin: 0 auto;
  padding: 16.5px 0;
}

@media screen and (max-width: 980px) {
  header .header_company {
    width: 88.88889rem;
    padding: 1.30952rem 0;
  }
}

@media screen and (max-width: 500px) {
  header .header_company {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }
}

header .header_logo {
  width: 325px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  header .header_logo {
    width: 25.79365rem;
  }
}

@media screen and (max-width: 500px) {
  header .header_logo {
    width: 100%;
    margin: 0;
  }
}

header .header_logo img {
  width: 100%;
}

@media screen and (max-width: 500px) {
  header .header_logo img {
    width: 100%;
  }
}

header .header-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #000;
  transition: opacity 0.5s ease-in-out;
}

@media screen and (min-width: 501px) {
  .header-wrap.is-top {
    left: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  header .header-wrap {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    background-color: transparent;
  }
}

header .header-navbox {
  width: 1120px;
  margin: 0 auto;
  /* background-color: #000; */
}

@media screen and (max-width: 980px) {
  header .header-navbox {
    width: 93.33333%;
  }
}

@media screen and (max-width: 500px) {
  header .header-navbox {
    width: auto;
    margin: 0;
  }
}

header .header-navbox .navi-drawer {
  display: none;
}

@media screen and (max-width: 500px) {
  header .header-navbox .navi-drawer {
    display: block;
  }
  header .header-navbox .navi-drawer .togglearea {
    position: absolute;
    bottom: 1vw;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
  }
}

header .header-navbox .navi-drawer .navi-open.none ~ .togglearea .open {
  display: none;
}

header .header-navbox .navi-drawer .navi-close.none ~ .togglearea .close {
  display: none;
}

@media screen and (max-width: 500px) {
  header .header-navbox {
    width: auto;
    margin: 0;
  }
}

@media screen and (max-width: 500px) {
  header .header-navbox .open {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 2.5vw;
  }
  header .header-navbox .close {
    font-size: 3.4375vw;
  }
  header .header-navbox .open, header .header-navbox .close {
    color: #ffffff;
  }
}

header .header_info {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 500px) {
  header .header_info {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 4.469vw;
    padding-bottom: 4.6875vw;
    transform: translateY(0);
    background-color: #474747;
  }
}

header .header_info #form02 {
  width: 240px;
  height: 28px;
  background-color: #e7e7e7;
}

@media screen and (max-width: 980px) {
  header .header_info #form02 {
    width: 19.04762rem;
    height: 2.22222rem;
  }
}

@media screen and (max-width: 500px) {
  header .header_info #form02 {
    width: 92%;
    height: 9.33333vw;
    margin: 0 auto;
  }
}

header .header_info #form02 input {
  box-sizing: border-box;
  height: 100%;
  margin: 0px;
  background-color: transparent;
  vertical-align: top;
}

header .header_info #form02 {
  border-radius: 50px;
}

header .header_info #input02 {
  width: 210px;
  padding-right: 20px;
  padding-left: 20px;
  border: none;
  color: #adadad;
  font-size: 1.4rem;
}

@media screen and (max-width: 980px) {
  header .header_info #input02 {
    width: 16.66667rem;
    height: 2.22222rem;
    padding-right: 1.5873rem;
    padding-left: 1.5873rem;
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  header .header_info #input02 {
    width: 86.71%;
    height: 9.33333vw;
    padding-right: 9.6vw;
    padding-left: 4.4vw;
    font-size: 3.2vw;
  }
}

header .header_info #submit02 {
  width: 17px;
  border: none;
  background-image: url("./../img/common/svg/icon-search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 980px) {
  header .header_info #submit02 {
    width: 1.34921rem;
  }
}

@media screen and (max-width: 500px) {
  header .header_info #submit02 {
    width: 5.688vw;
  }
}

header .header-nav {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0;
}

header .header-nav li {
  cursor: pointer;
}

header .header-nav .nav-link {
  box-sizing: border-box;
  height: 67px;
  color: #000;
  text-align: center;
  cursor: pointer;
  transition: 0.5s ease-out;
  transition-property: opacity , background-color;
}

@media screen and (max-width: 980px) {
  header .header-nav .nav-link {
    height: 5.617rem;
  }
}

@media screen and (max-width: 500px) {
  header .header-nav .nav-link {
    height: auto;
  }
}

header .header-nav .nav-link a {
  display: flex;
  position: relative;
  align-items: center;
  height: 67px;
  padding: 23px 23px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  white-space: nowrap;
  transition: color 0.3s ease-out;
  transition-property: color;
}

@media screen and (max-width: 980px) {
  header .header-nav .nav-link a {
    height: 5.617rem;
    padding: 2.006rem 1rem;
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 980px) {
  header .header-nav .nav-link a {
      padding: 2.006rem 1.275rem;
      font-size: 1.025rem;
  }
}

@media screen and (max-width: 500px) {
  header .header-nav .nav-link a {
    position: relative;
    height: auto;
    padding: 3.5vw 7vw;
    font-size: 3.75vw;
    text-align: left;
  }
}

header .header-nav .nav-link a:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  margin-top: calc(-20px/2);
  background-color: #565656;
  content: "";
}

@media screen and (min-width: 501px) {
  header .header-nav .nav-link a:hover {
    background-color: #08257b;
    color: #fff;
  }
}

header .header-nav .nav-link + .def_acco_body {
  display: none;
}

header .header-nav .nav-link + .def_acco_body a {
  font-size: 0;
}

@media screen and (max-width: 500px) {
  header .header-nav .nav-link + .def_acco_body a {
    display: block;
    position: relative;
    padding: 4vw 7vw;
    border-bottom: 1px solid #474747;
    background-color: #e7e7e7;
    color: #1f1f1f;
    font-size: 1.25rem;
  }
}

header .header-nav .nav-link + .def_acco_body p:last-of-type a {
  border-bottom: none;
}

header .header-nav .nav-link.movie {
  background-color: #007aff;
}

header .header-nav .nav-link.claim {
  background-color: #ee8400;
}

header .header-nav .on a, header .header-nav ._on a {
  background-color: #08257b;
  color: #fff;
}

header .header-nav li:first-of-type a {
  border-left: none;
}

header .header-nav li:first-of-type a:before {
  content: none;
}

@media screen and (max-width: 980px) {
  header .header-nav {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  header .header-nav {
    display: block;
    width: 100%;
    padding: 0 0 12vw;
    background-color: #474747;
  }
}

@media screen and (max-width: 500px) {
  header .header-nav > li {
    width: 100%;
    border-top: 1px solid #fff;
  }
}

@media screen and (max-width: 980px) {
  header .header-nav a {
    font-size: 1.048rem;
  }
}

@media screen and (max-width: 500px) {
  header .header-nav a {
    color: #000;
    font-size: 4vw;
  }
}

@media screen and (max-width: 500px) {
  header .header-nav:first-of-type .border--adjust {
    border-bottom: 1px solid #fff;
  }
  header .header-nav:first-of-type a:before, header .header-nav:first-of-type .yajirusi:before {
    position: absolute;
    top: 50%;
    right: 5.33333vw;
    left: auto;
    width: 2vw;
    height: 2vw;
    margin-top: calc(-2vw/2);
    transform: rotate(45deg);
    border-top: 2px solid;
    border-right: 2px solid;
    background-color: transparent;
    content: "";
    transition: visibility 0.5s cubic-bezier(1, 0, 0, 1);
  }
  header .header-nav:first-of-type a.def_acco--yajirusi:before {
    position: absolute;
    top: 50%;
    right: 5.2%;
    left: auto;
    width: 2.1vw;
    height: 2px;
    margin-top: calc(-2px/2);
    transform: none;
    border: none;
    background-color: #ffffff;
    content: "";
    transition: visibility 0.5s cubic-bezier(1, 0, 0, 1);
  }
  header .header-nav:first-of-type .def_acco {
    position: relative;
  }
  header .header-nav:first-of-type .def_acco:after {
    position: absolute;
    top: 49%;
    right: 6%;
    left: auto;
    width: 2px;
    height: 2.23vw;
    margin-top: calc(-2vw/2);
    transform: none;
    border: none;
    background-color: #ffffff;
    content: "";
    transition: visibility 0.5s cubic-bezier(1, 0, 0, 1);
  }
  header .header-nav:first-of-type .toggle:after {
    position: absolute;
    top: 50%;
    right: 5.33333vw;
    left: auto;
    width: 2vw;
    height: 2px;
    margin-top: calc(-2px/2);
    transform: none;
    border: none;
    background-color: #ffffff;
    content: "";
    transition: visibility 0.5s cubic-bezier(1, 0, 0, 1);
  }
}

@media screen and (max-width: 500px) {
  header .header-nav_article {
    display: none !important;
    align-items: center;
    justify-content: center;
    margin-top: 4vw;
  }
  header .header-nav_article li {
    width: auto;
    border-top: none;
  }
  header .header-nav_article li .nav-link a {
    padding: 2vw 4vw;
    text-align: center;
  }
  header .header-nav_article li .nav-link a:before {
    background-color: #ffffff;
  }
  header .header-nav_article li .nav-link .icon {
    position: relative;
    padding: 2vw 6.688vw 2vw 4vw;
    font-size: 2.93333vw;
  }
}

@media screen and (max-width: 500px) and (max-width: 500px) {
  header .header-nav_article li .nav-link .icon-ext:after {
    position: absolute;
    top: 50%;
    right: 3vw;
    width: 3vw;
    height: 2.4vw;
    margin-top: calc(-2.4vw/2);
    background-image: url("./../img/common/svg/icon-link02.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
  }
}

header .document {
  width: 95px;
  transform: translateX(1px);
  background-color: #007aff;
}

@media screen and (max-width: 980px) {
  header .document {
    width: 8.22381rem;
  }
}

@media screen and (max-width: 500px) {
  header .document {
    width: 41.5vw;
    height: 12vw;
  }
}

header .document a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
}

@media screen and (max-width: 980px) {
  header .document a {
    height: 5.617rem;
    padding: 1.11111rem 0;
  }
}

@media screen and (max-width: 500px) {
  header .document a {
    display: flex;
    align-items: center;
    height: 12vw;
    padding: 2vw 2vw;
  }
}

header .document .text {
  display: block;
  margin-top: 3px;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 980px) {
  header .document .text {
    margin-top: 0;
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  header .document .text {
    margin-left: 2vw;
    font-feature-settings: "palt";
    font-size: 2.93333vw;
    line-height: 3.73333vw;
    text-align: left;
    white-space: nowrap;
  }
}

header .contactbtn {
  width: 110px;
  background-color: #ee8400;
}

@media screen and (max-width: 980px) {
  header .contactbtn {
    width: 9.32381rem;
    height: 5.617rem;
  }
}

@media screen and (max-width: 500px) {
  header .contactbtn {
    width: 41.5vw;
    height: 12vw;
  }
}

header .contactbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
}

@media screen and (max-width: 980px) {
  header .contactbtn a {
    padding: 1.11111rem 0;
  }
}

@media screen and (max-width: 500px) {
  header .contactbtn a {
    display: flex;
    align-items: center;
    height: 12vw;
    padding: 2vw 2vw;
  }
}

header .contactbtn #mail {
  stroke: #ffffff;
  fill: transparent;
  width: 20px;
  height: 13px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  header .contactbtn #mail {
    width: 1.5873rem;
    height: 1.03175rem;
  }
}

@media screen and (max-width: 500px) {
  header .contactbtn #mail {
    width: 4.25vw;
    height: 4.375vw;
    margin: 0;
  }
}

header .contactbtn #mail .st_mall {
  fill: #ccc;
  stroke-miterlimit: 10;
}

header .contactbtn .text {
  display: block;
  margin-top: 3px;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 980px) {
  header .contactbtn .text {
    margin-top: 0;
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  header .contactbtn .text {
    margin-left: 2vw;
    font-feature-settings: "palt";
    font-size: 2.93333vw;
    line-height: 3.73333vw;
    text-align: left;
    white-space: nowrap;
  }
}

@media screen and (max-width: 500px) {
  header nav {
    -webkit-clip-path: inset(0 0 100% 0);
    box-sizing: border-box;
    visibility: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    margin-top: 12vw;
    overflow: hidden;
    transform: translateY(-20%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
    transition: transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, visibility 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-clip-path 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: clip-path 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, visibility 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: clip-path 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, visibility 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-clip-path 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  header nav .header-nav:first-of-type li:nth-of-type(1) {
    visibility: hidden;
    transform: translateY(-50%);
    opacity: 0;
    transition-delay: 50ms;
    transition-delay: 0.3s, 0.3s;
    transition-duration: 0.4s, 0.3s;
    transition-property: opacity, transform ,visibility;
    transition-timing-function: ease-out, 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  header nav .header-nav:first-of-type li:nth-of-type(2) {
    visibility: hidden;
    transform: translateY(-50%);
    opacity: 0;
    transition-delay: 50ms;
    transition-delay: 0.4s, 0.4s;
    transition-duration: 0.5s, 0.3s;
    transition-property: opacity, transform ,visibility;
    transition-timing-function: ease-out, 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  header nav .header-nav:first-of-type li:nth-of-type(3) {
    visibility: hidden;
    transform: translateY(-50%);
    opacity: 0;
    transition-delay: 50ms;
    transition-delay: 0.5s, 0.5s;
    transition-duration: 0.6s, 0.3s;
    transition-property: opacity, transform ,visibility;
    transition-timing-function: ease-out, 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  header nav .header-nav:first-of-type li:nth-of-type(4) {
    visibility: hidden;
    transform: translateY(-50%);
    opacity: 0;
    transition-delay: 50ms;
    transition-delay: 0.6s, 0.6s;
    transition-duration: 0.7s, 0.3s;
    transition-property: opacity, transform ,visibility;
    transition-timing-function: ease-out, 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  header nav .header-nav:first-of-type li:nth-of-type(5) {
    visibility: hidden;
    transform: translateY(-50%);
    opacity: 0;
    transition-delay: 50ms;
    transition-delay: 0.7s, 0.7s;
    transition-duration: 0.8s, 0.3s;
    transition-property: opacity, transform ,visibility;
    transition-timing-function: ease-out, 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  header nav .header-nav:first-of-type li:nth-of-type(6) {
    visibility: hidden;
    transform: translateY(-50%);
    opacity: 0;
    transition-delay: 50ms;
    transition-delay: 0.8s, 0.8s;
    transition-duration: 0.9s, 0.3s;
    transition-property: opacity, transform ,visibility;
    transition-timing-function: ease-out, 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  header nav .header-nav:first-of-type li:nth-of-type(7) {
    visibility: hidden;
    transform: translateY(-50%);
    opacity: 0;
    transition-delay: 50ms;
    transition-delay: 0.9s, 0.9s;
    transition-duration: 1s, 0.3s;
    transition-property: opacity, transform ,visibility;
    transition-timing-function: ease-out, 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  header nav .header-nav:first-of-type li:nth-of-type(8) {
    visibility: hidden;
    transform: translateY(-50%);
    opacity: 0;
    transition-delay: 50ms;
    transition-delay: 1s, 1s;
    transition-duration: 1.1s, 0.3s;
    transition-property: opacity, transform ,visibility;
    transition-timing-function: ease-out, 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  header nav .header-nav:first-of-type li:nth-of-type(9) {
    visibility: hidden;
    transform: translateY(-50%);
    opacity: 0;
    transition-delay: 50ms;
    transition-delay: 1.1s, 1.1s;
    transition-duration: 1.2s, 0.3s;
    transition-property: opacity, transform ,visibility;
    transition-timing-function: ease-out, 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  header nav .header-nav_article {
    transform: translateY(-50%);
    opacity: 0;
    transition-delay: 50ms;
    transition-delay: 1.1s, 1.1s;
    transition-duration: 1.2s, 0.3s;
    transition-property: opacity, transform;
    transition-timing-function: ease-out, 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  header nav.on .header-nav:first-of-type li, header nav.on .header-nav_article {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }
  header nav.on {
    -webkit-clip-path: inset(0);
    visibility: visible;
    width: 100%;
    height: 100dvh;
    transform: translateY(0);
    clip-path: inset(0);
    opacity: 1;
    transition: transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-clip-path 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: clip-path 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: clip-path 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-clip-path 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    overflow: hidden;
  }

  header nav .scrollbox {
    height: 100%;
    overflow-y: scroll;
  }

  header nav #scrollarea.ps {
    height: 100%;
  }
}

@media screen and (max-width: 500px) {
  header nav .nav-inner {
    -webkit-overflow-scrolling: touch;
    display: block;
    width: 100%;
    height: 100%;
  }
}

header .slideDown {
  position: relative;
  top: 0;
  left: 0;
  width: 1120px;
  margin: 64px auto 0;
}
.header-wrap.is-top ~ .slideDown {
  margin: 64px auto 0 !important;
}

@media screen and (max-width: 500px) {
  header .slideDown {
    display: none !important;
  }
}

@media screen and (max-width: 980px) {
  header .slideDown {
    width: 93.33333%;
    margin: 54px auto 0;
  }

  .header-wrap.is-top ~ .slideDown {
    margin: 47px auto 0 !important;
  }
}

header .slideDown .nav-drop {
  visibility: hidden;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: transform .2s ease-out;
  transition-property: opacity,top,visibility,transform;
}

@media screen and (min-width: 501px) {
  header .slideDown .nav-drop:hover {
    visibility: visible;
    z-index: 0;
    transform: translateY(0);
    opacity: 1;
  }
}

@media screen and (max-width: 500px) {
  header .slideDown .nav-drop {
    position: static;
    height: 0;
    overflow: hidden;
    border-top: 1px solid #000;
  }
}

header .slideDown .nav-drop_plan {
  left: 88px;
}

@media screen and (min-width: 981px) {
  header .slideDown .nav-drop_plan {
    left: 30px;
  }
}

@media screen and (max-width: 1129px) {
  header.scroll-change-state .slideDown .nav-drop_plan {
    left: 105px;
  }
}

@media screen and (max-width: 980px) {
  header .slideDown .nav-drop_plan {
    top: 0.5em;
    left: 4.127rem;
  }

  header.scroll-change-state .slideDown .nav-drop_plan {
    left: 4.127rem;
  }
}

header .slideDown .nav-drop_operation {
  left: 260px;
}

@media screen and (min-width: 981px) {
  header .slideDown .nav-drop_operation {
    left: 327px;
  }
}

@media screen and (max-width: 1129px) {
  header.scroll-change-state .slideDown .nav-drop_operation {
    left: 245px;
  }
}

@media screen and (max-width: 980px) {
  header .slideDown .nav-drop_operation {
    top: 0.5em;
    left: 29.9rem;
  }

  header.scroll-change-state .slideDown .nav-drop_operation {
    left: 29.9rem;
  }
}

header .slideDown .nav-drop.on, header .slideDown .nav-drop._on {
  visibility: visible;
  z-index: 0;
  transform: translateY(0);
  opacity: 1;
}

header .slideDown .nav-drop_body {
  padding: 23px 0;
  background-color: #474747;
}

@media screen and (max-width: 980px) {
  header .slideDown .nav-drop_body {
    padding: 1.19048rem 0;
  }
}

header .slideDown .nav-drop_body p a {
  position: relative;
  padding-left: 40px;
}

@media screen and (max-width: 980px) {
  header .slideDown .nav-drop_body p a {
    padding-left: 3.1746rem;
  }
}

header .slideDown .nav-drop_body p a:before {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  content: '';
  transition: visibility 0.5s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 980px) {
  header .slideDown .nav-drop_body p a:before {
    left: 1.98413rem;
    width: 0.55556rem;
    height: 0.55556rem;
    margin-top: -0.2381rem;
  }
}

header .slideDown .nav-drop_body a {
  display: block;
  padding: 7px 25px;
  background-color: #474747;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  text-align: left;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 980px) {
  header .slideDown .nav-drop_body a {
    font-size: 1.11111rem;
  }
}

@media screen and (min-width: 501px) {
  header .slideDown .nav-drop_body a:hover {
    background-color: #000;
    text-decoration: none;
  }
}

header.scroll-change-state {
  width: 100%;
}

header.scroll-change-state .header-wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: auto;
  height: 67px;
  animation: header_anime .3s;
}

@media screen and (max-width: 980px) {
  header.scroll-change-state .header-wrap {
    height: 5.617rem;
  }
}

@media screen and (max-width: 500px) {
  header.scroll-change-state .header-wrap {
    position: relative;
  }
}

header.scroll-change-state .slideDown {
  position: fixed;
  left: 50%;
  margin-top: 55px;
  transform: translateX(-50%);
}

@media screen and (max-width: 980px) {
  header.scroll-change-state .slideDown {
    margin-top: 56px;
  }
}

header.scroll-change-state .slideDown .nav-drop {
  top: 12px;
}

@media screen and (max-width: 980px) {
  header.scroll-change-state .slideDown .nav-drop {
    margin-top: -12px;
  }
}

#scrollarea.ps {
  height: auto;
}

footer {
  width: 100%;
}

@media screen and (max-width: 500px) {
  footer {
    position: relative;
    padding-top: 0;
  }
}

footer .footer-article_nav {
  padding: 60px 0;
  background-color: #08257b;
}

@media screen and (max-width: 980px) {
  footer .footer-article_nav {
    padding: 4.7619rem 0;
  }
}

@media screen and (max-width: 500px) {
  footer .footer-article_nav {
    padding: 8vw 0;
  }
}

footer .footer-article_nav .components-inner {
  display: flex;
}

@media screen and (max-width: 500px) {
  footer .footer-article_nav .components-inner {
    display: block;
    width: 89.33333%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  footer.footer--styleChange {
    padding-top: 0;
  }
  footer.footer--styleChange .nav_definitionbox {
    border-top: 1px solid #cecece;
  }
}

footer .components-inner {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  footer .components-inner {
    width: 93.33333%;
  }
}

footer .components-inner .site-title {
  margin-right: 90px;
}

@media screen and (max-width: 980px) {
  footer .components-inner .site-title {
    width: 15.83333%;
    margin-right: 7.14286rem;
  }
}

@media screen and (max-width: 500px) {
  footer .components-inner .site-title {
    width: 33.33333vw;
    margin-right: 0;
  }
}

footer .components-inner .site-title img {
  width: 100%;
}

@media screen and (max-width: 980px) {
  footer .components-inner {
    width: 93.33333%;
  }
}

@media screen and (max-width: 500px) {
  footer .components-inner {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
}

footer .nav_definitionbox {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 500px) {
  footer .nav_definitionbox {
    flex-wrap: wrap;
    margin-top: 6.66667vw;
  }
}

footer .nav_definitionbox .def_freebox {
  margin-right: 80px;
}

@media screen and (max-width: 980px) {
  footer .nav_definitionbox .def_freebox {
    margin-right: 6.34921rem;
  }
}

@media screen and (max-width: 500px) {
  footer .nav_definitionbox .def_freebox {
    margin-right: 4vw;
    margin-bottom: 3vw;
  }
}

footer .nav_definitionbox .def_freebox dl:nth-of-type(1n+2) {
  margin-top: 28px;
}

@media screen and (max-width: 980px) {
  footer .nav_definitionbox .def_freebox dl:nth-of-type(1n+2) {
    margin-top: 2.22222rem;
  }
}

@media screen and (max-width: 500px) {
  footer .nav_definitionbox .def_freebox dl:nth-of-type(1n+2) {
    margin-top: 0;
  }
}

footer .nav_definitionbox .def_freebox + dl {
  margin-right: 80px;
}

@media screen and (max-width: 980px) {
  footer .nav_definitionbox .def_freebox + dl {
    margin-right: 6.34921rem;
  }
}

@media screen and (max-width: 500px) {
  footer .nav_definitionbox .def_freebox + dl {
    margin-right: 0;
  }
}

footer .nav_definitionbox .def_freebox + dl + dl dt {
  margin-bottom: 29px;
}

@media screen and (max-width: 980px) {
  footer .nav_definitionbox .def_freebox + dl + dl dt {
    margin-bottom: 2.30159rem;
  }
}

@media screen and (max-width: 500px) {
  footer .nav_definitionbox .def_freebox + dl + dl dt {
    margin-bottom: 0;
  }
}

footer .nav_definitionbox .def_freebox + dl + dl dt:last-of-type {
  margin-bottom: 0;
}

footer .nav_definitionbox dl dt {
  margin-bottom: 18px;
}

@media screen and (max-width: 980px) {
  footer .nav_definitionbox dl dt {
    margin-bottom: 1.42857rem;
  }
}

@media screen and (max-width: 500px) {
  footer .nav_definitionbox dl dt {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 0;
    padding: 1.5vw 0;
  }
}

@media screen and (max-width: 500px) {
  footer .nav_definitionbox dl dt.def_acco a:before {
    transform: rotate(90deg);
    transition: transform 0.3s ease-out;
  }
  footer .nav_definitionbox dl dt.def_acco.toggle a:before {
    transform: rotate(0);
  }
}

footer .nav_definitionbox dl dt a {
  position: relative;
  color: #ffffff;
  font-size: 1.5rem;
  transition: opacity 0.2s ease-out;
}

@media screen and (max-width: 980px) {
  footer .nav_definitionbox dl dt a {
    font-size: 1.19048rem;
  }
}

@media screen and (max-width: 500px) {
  footer .nav_definitionbox dl dt a {
    display: block;
    position: static;
    font-size: 3.06667vw;
  }
}

@media screen and (min-width: 501px) {
  footer .nav_definitionbox dl dt a:hover {
    opacity: 0.5;
  }
}

footer .nav_definitionbox dl dd p {
  margin-bottom: 10px;
}

@media screen and (max-width: 980px) {
  footer .nav_definitionbox dl dd p {
    margin-bottom: 0.79365rem;
  }
}

@media screen and (max-width: 500px) {
  footer .nav_definitionbox dl dd p {
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 1.5vw 0;
    font-size: 2.66667vw;
  }
}

footer .nav_definitionbox dl dd a {
  color: #ffffff;
  font-size: 1.3rem;
  transition: opacity 0.2s ease-out;
}

@media screen and (max-width: 980px) {
  footer .nav_definitionbox dl dd a {
    font-size: 1.03175rem;
  }
}

@media screen and (max-width: 500px) {
  footer .nav_definitionbox dl dd a {
    display: block;
    font-size: 3vw;
  }
}

footer .footer_article {
  display: flex;
  align-items: center;
  width: 1120px;
  margin: 20px auto;
  background-color: #fff;
}

@media screen and (max-width: 980px) {
  footer .footer_article {
    width: 93.33333%;
    margin: 1.5873rem auto;
  }
}

@media screen and (max-width: 500px) {
  footer .footer_article {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 6.66667vw 0;
  }
}

footer .footer_article .footer_free {
  display: flex;
  justify-content: center;
}

footer .footer_article .footer_free p a {
  -webkit-text-decoration: underline #ffffff;
  color: #1f1f1f;
  font-size: 1.2rem;
  text-decoration: underline #ffffff;
}

@media screen and (max-width: 980px) {
  footer .footer_article .footer_free p a {
    font-size: 0.95238rem;
  }
}

@media screen and (max-width: 500px) {
  footer .footer_article .footer_free p a {
    font-size: 2.93333vw;
    white-space: nowrap;
  }
}

footer .footer_article .footer_free p:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

footer .footer_article .footer_free:first-of-type p:first-of-type {
  width: 227px;
  margin-right: 20px;
}

@media screen and (max-width: 980px) {
  footer .footer_article .footer_free:first-of-type p:first-of-type {
    width: 18.01587rem;
    margin-right: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  footer .footer_article .footer_free:first-of-type p:first-of-type {
    width: 65.67164%;
    margin-right: 2.66667vw;
  }
}

footer .footer_article .footer_free:first-of-type p:first-of-type img {
  width: 100%;
}

footer .footer_article .footer_free:first-of-type p:last-of-type {
  width: 67px;
}

@media screen and (max-width: 980px) {
  footer .footer_article .footer_free:first-of-type p:last-of-type {
    width: 5.31746rem;
  }
}

@media screen and (max-width: 500px) {
  footer .footer_article .footer_free:first-of-type p:last-of-type {
    width: 17.91045%;
  }
}

footer .footer_article .footer_free:first-of-type p:last-of-type img {
  width: 100%;
}

footer .footer_article .footer_free:last-of-type {
  margin-left: auto;
}

@media screen and (max-width: 500px) {
  footer .footer_article .footer_free:last-of-type {
    margin-top: 6vw;
  }
}

footer .footer_article .footer_free:last-of-type p {
  margin-right: 20px;
}

@media screen and (max-width: 980px) {
  footer .footer_article .footer_free:last-of-type p {
    margin-right: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  footer .footer_article .footer_free:last-of-type p {
    margin-right: 4vw;
  }
}

footer .footer_article .footer_free:last-of-type p:last-of-type {
  margin-right: 0;
}

footer .footer_article .footer_free:last-of-type p:first-of-type {
  width: 87px;
}

@media screen and (max-width: 980px) {
  footer .footer_article .footer_free:last-of-type p:first-of-type {
    width: 6.90476rem;
  }
}

@media screen and (max-width: 500px) {
  footer .footer_article .footer_free:last-of-type p:first-of-type {
    width: 13.33333vw;
  }
}

footer .footer_article .footer_free:last-of-type p:nth-of-type(2) {
  width: 55px;
}

@media screen and (max-width: 980px) {
  footer .footer_article .footer_free:last-of-type p:nth-of-type(2) {
    width: 4.36508rem;
  }
}

@media screen and (max-width: 500px) {
  footer .footer_article .footer_free:last-of-type p:nth-of-type(2) {
    width: 8.333vw;
  }
}

footer .footer_article .footer_free:last-of-type p:last-of-type {
  width: 56px;
}

@media screen and (max-width: 980px) {
  footer .footer_article .footer_free:last-of-type p:last-of-type {
    width: 4.44444rem;
  }
}

@media screen and (max-width: 500px) {
  footer .footer_article .footer_free:last-of-type p:last-of-type {
    width: 8.333vw;
  }
}

footer .footer_article .footer_free:last-of-type p img {
  width: 100%;
}

footer .footer_article .footer_free:nth-of-type(2) {
  margin-left: 25px;
}

@media screen and (max-width: 980px) {
  footer .footer_article .footer_free:nth-of-type(2) {
    margin-left: 1.98413rem;
  }
}

@media screen and (max-width: 500px) {
  footer .footer_article .footer_free:nth-of-type(2) {
    margin-top: 5.33333vw;
    margin-left: 0;
  }
}

footer .footer_article .footer_free:nth-of-type(2) p {
  margin-right: 0;
  padding: 0 38px 0 18px;
  border-right: 1px solid #3d3d3d;
}

@media screen and (max-width: 980px) {
  footer .footer_article .footer_free:nth-of-type(2) p {
    padding: 0 3.01587rem 0 1.42857rem;
  }
}

@media screen and (max-width: 500px) {
  footer .footer_article .footer_free:nth-of-type(2) p {
    padding: 0 9vw 0 3vw;
  }
}

footer .footer_article .footer_free:nth-of-type(2) p:last-of-type {
  border-right: none;
}

footer .footer_article .icon-ext:before {
  top: 50%;
  right: -18px;
  width: 12px;
  height: 12px;
  margin-top: calc(-12px/2);
  background-image: url("./../img/common/svg/icon-link02.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 980px) {
  footer .footer_article .icon-ext:before {
    top: 50%;
    right: -1.42857rem;
    width: 0.95238rem;
    height: 0.95238rem;
    margin-top: calc(-0.95238rem/2);
  }
}

@media screen and (max-width: 500px) {
  footer .footer_article .icon-ext:before {
    top: 50%;
    right: -4.429vw;
    width: 3vw;
    height: 3vw;
    margin-top: calc(-3vw/2);
  }
}

@media screen and (max-width: 500px) {
  footer .def_last {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 5.33333vw;
  }
  footer .def_last dt {
    width: 47%;
    margin-right: 3%;
  }
  footer .def_last dt:nth-of-type(even) {
    margin-right: 0;
  }
}

footer .copy {
  display: block;
  margin-top: 20px;
  padding: 10px 0;
  background-color: #1f1f1f;
  color: #ffffff;
  font-feature-settings: "palt";
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 980px) {
  footer .copy {
    margin-top: 1.5873rem;
    padding: 0.79365rem 0;
    font-size: 0.95238rem;
  }
}

@media screen and (max-width: 500px) {
  footer .copy {
    margin: 0;
    padding: 2vw 0;
    font-size: 2.93333vw;
  }
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.btn_smooth {
  z-index: 50;
  position: relative;
  transition: opacity 0.3s ease;
}

.btn_smooth a {
  position: fixed;
  right: 90px;
  bottom: 50px;
}

@media screen and (max-width: 980px) {
  .btn_smooth a {
    right: 7.14286rem;
    bottom: 3.96825rem;
    width: 3.96825rem;
  }
}

@media screen and (max-width: 500px) {
  .btn_smooth a {
    right: 2vw;
    bottom: 16.66667vw;
    width: 11.6vw;
  }
}

.btn_smooth a img {
  width: 100%;
}

.btn_smooth.hide {
  opacity: 0;
}

@media all and (-ms-high-contrast: none) {
  .btn_smooth.hide {
    opacity: 1;
  }
}

.ishover {
  transition: opacity 0.5s ease-out;
}

@media screen and (min-width: 501px) {
  .ishover:hover {
    opacity: 0.5;
  }
}

/*
 * Container style
 */
.ps {
  overflow-anchor: none;
  -ms-overflow-style: none;
  -ms-touch-action: auto;
  overflow: hidden !important;
  touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  display: none;
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  height: 15px;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
}

.ps__rail-y {
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  display: none;
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  width: 15px;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  height: 6px;
  border-radius: 6px;
  background-color: #aaa;
  transition: background-color .2s linear, height .2s ease-in-out;
}

.ps__thumb-y {
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  width: 6px;
  border-radius: 6px;
  background-color: #aaa;
  transition: background-color .2s linear, width .2s ease-in-out;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  height: 11px;
  background-color: #999;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  width: 11px;
  background-color: #999;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
  color: #fff;
  font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200;
}

#sb-container {
  display: none;
  visibility: hidden;
  z-index: 1002;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  text-align: left;
}

#sb-overlay {
  position: relative;
  width: 100%;
  height: 100%;
}

#sb-wrapper {
  visibility: hidden;
  position: absolute;
  width: 100px;
}

#sb-wrapper-inner {
  position: relative;
  height: 100px;
  overflow: hidden;
  border: 1px solid #303030;
}

#sb-body {
  position: relative;
  height: 100%;
}

#sb-body-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}

#sb-player.html {
  height: 100%;
  overflow: auto;
}

#sb-body img {
  border: none;
}

#sb-loading {
  position: relative;
  height: 100%;
}

#sb-loading-inner {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 24px;
  margin-top: -12px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

#sb-loading-inner span {
  display: inline-block;
  padding-left: 34px;
  background: url(./../img/shadowbox/loading.gif) no-repeat;
}

#sb-body, #sb-loading {
  background-color: #060606;
}

#sb-title, #sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#sb-title, #sb-title-inner {
  height: 26px;
  line-height: 26px;
}

#sb-title-inner {
  font-size: 16px;
}

#sb-info, #sb-info-inner {
  height: 32px;
  line-height: 32px;
}

#sb-info-inner {
  font-size: 12px;
}

#sb-nav {
  width: 45%;
  height: 32px;
  padding: 2px 0;
  float: right;
}

#sb-nav a {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 3px;
  float: right;
  background-repeat: no-repeat;
  cursor: pointer;
}

#sb-nav-close {
  background-image: url(./../img/shadowbox/close.png);
}

#sb-nav-next {
  background-image: url(./../img/shadowbox/next.png);
}

#sb-nav-previous {
  background-image: url(./../img/shadowbox/previous.png);
}

#sb-nav-play {
  background-image: url(./../img/shadowbox/play.png);
}

#sb-nav-pause {
  background-image: url(./../img/shadowbox/pause.png);
}

#sb-counter {
  width: 45%;
  float: left;
}

#sb-counter a {
  padding: 0 4px 0 0;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

div.sb-message {
  padding: 10px;
  font-size: 12px;
  text-align: center;
}

div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}

.btnbox {
  z-index: 1;
  position: relative;
}

.btnbox .btnlink {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  text-align: center;
}

.btnbox .btnlink span {
  display: block;
  position: relative;
  transition: color 0.5s cubic-bezier(1, 0, 0, 1);
}

.btnbox .btnlink span:before {
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  content: '';
  transition: visibility 0.5s cubic-bezier(1, 0, 0, 1);
}

@media screen and (min-width: 501px) {
  .btnbox .btnlink:hover span {
    transition: color 0.6s cubic-bezier(1, 0, 0, 1);
  }
  .btnbox .btnlink:hover:after {
    left: 0;
    width: 100%;
  }
}

.btnbox .btnlink:after {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  width: 0;
  height: 100%;
  content: '';
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
}

.breadcrumb {
  padding: 15px 0 60px;
}

@media screen and (max-width: 980px) {
  .breadcrumb {
    padding: 1.19048rem 0 4.7619rem;
  }
}

@media screen and (max-width: 500px) {
  .breadcrumb {
    padding: 2vw 0 8vw;
  }
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .breadcrumb-list {
    width: 88.88889rem;
  }
}

@media screen and (max-width: 500px) {
  .breadcrumb-list {
    width: 94.66667%;
  }
}

.breadcrumb-list__item {
  color: #939393;
  font-feature-settings: "palt";
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}
.breadcrumb-list__item a.add::after{
	content: "[Add-Value]";
	padding-left: 0.25em;
}
@media screen and (max-width: 980px) {
  .breadcrumb-list__item {
    font-size: 1.42857rem;
  }
}

@media screen and (max-width: 500px) {
  .breadcrumb-list__item {
    font-size: 2.93333vw;
  }
}

.breadcrumb-list__item a {
  color: #363636;
}

@media screen and (min-width: 501px) {
  .breadcrumb-list__item a:hover {
    color: #1da38f;
    text-decoration: underline;
  }
}

.breadcrumb-list__item:nth-child(n+2) {
  position: relative;
  padding-left: 25px;
}

@media screen and (max-width: 980px) {
  .breadcrumb-list__item:nth-child(n+2) {
    padding-left: 1.98413rem;
  }
}

@media screen and (max-width: 500px) {
  .breadcrumb-list__item:nth-child(n+2) {
    padding-left: 5.33333vw;
  }
}

.breadcrumb-list__item:nth-child(n+2)::before {
  position: absolute;
  top: 50%;
  left: 7px;
  width: 6px;
  height: 6px;
  margin-top: calc(-6px/2);
  transform: rotate(-45deg);
  border-right: 1px solid #363636;
  border-bottom: 1px solid #363636;
  content: '';
}

@media screen and (max-width: 980px) {
  .breadcrumb-list__item:nth-child(n+2)::before {
    left: 0.55556rem;
    width: 0.63492rem;
    height: 0.63492rem;
    margin-top: calc(-0.63492rem/2);
  }
}

@media screen and (max-width: 500px) {
  .breadcrumb-list__item:nth-child(n+2)::before {
    left: 1.33333vw;
    width: 1.33333vw;
    height: 1.33333vw;
    margin-top: -0.4vw;
  }
}

.breadcrumb-list__item_home a {
  color: #0a2986;
}

.title-h2, .title-h3, .title-h4 {
  position: relative;
  padding-left: 20px;
  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .title-h2, .title-h3, .title-h4 {
    padding-left: 1.5873rem;
    font-size: 2.06349rem;
  }
}

@media screen and (max-width: 500px) {
  .title-h2, .title-h3, .title-h4 {
    padding-left: 2.66667vw;
    font-size: 4vw;
  }
}

.title-h2:before, .title-h3:before, .title-h4:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 60px;
  margin-top: calc(-60px/2);
  background-color: #0a2986;
  content: "";
}

@media screen and (max-width: 980px) {
  .title-h2:before, .title-h3:before, .title-h4:before {
    width: 0.39683rem;
    height: 4.7619rem;
    margin-top: calc(-4.7619rem/2);
  }
}

@media screen and (max-width: 500px) {
  .title-h2:before, .title-h3:before, .title-h4:before {
    width: 0.66667vw;
    height: 8vw;
    margin-top: calc(-8vw/2);
  }
}

.subtitle-h3 {
  padding: 15px 20px;
  background-color: #e8ebf5;
  color: #0a2986;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 980px) {
  .subtitle-h3 {
    padding: 1.19048rem 1.5873rem;
    font-size: 2.06349rem;
  }
}

@media screen and (max-width: 500px) {
  .subtitle-h3 {
    padding: 2vw 2.66667vw;
    font-size: 3.46667vw;
  }
}

.pager {
  margin-top: 50px;
}

@media screen and (max-width: 980px) {
  .pager {
    margin-top: 3.96825rem;
  }
}

@media screen and (max-width: 500px) {
  .pager {
    margin-top: 5.33333vw;
  }
}

.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  padding: 0;
  border: 1px solid #08257b;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .pager .pagination li {
    width: 2.77778rem;
    height: 2.77778rem;
  }
}

@media screen and (max-width: 500px) {
  .pager .pagination li {
    width: 6.66667vw;
    height: 6vw;
    margin: 0 0.93333vw;
  }
}

.pager .pagination li.dots {
  border: none;
}

.pager .pagination li.prev,
.pager .pagination li.next {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 30px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .pager .pagination li.prev,
  .pager .pagination li.next {
    width: 5.55556rem;
    height: 2.77778rem;
  }
}

@media screen and (max-width: 500px) {
  .pager .pagination li.prev,
  .pager .pagination li.next {
    width: 14.66667vw;
    height: 6vw;
  }
}

.pager .pagination li.prev span {
  padding-left: 15px;
}

@media screen and (max-width: 980px) {
  .pager .pagination li.prev span {
    padding-left: 1.19048rem;
  }
}

@media screen and (max-width: 500px) {
  .pager .pagination li.prev span {
    padding-left: 1.125vw;
  }
}

.pager .pagination li.next span {
  padding-right: 15px;
}

@media screen and (max-width: 980px) {
  .pager .pagination li.next span {
    padding-right: 1.19048rem;
  }
}

@media screen and (max-width: 500px) {
  .pager .pagination li.next span {
    padding-right: 1.125vw;
  }
}

.pager .pagination li.prev a:before,
.pager .pagination li.next a:before {
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: calc(-7px / 2);
  content: "";
}

@media screen and (max-width: 980px) {
  .pager .pagination li.prev a:before,
  .pager .pagination li.next a:before {
    width: 0.55556rem;
    height: 0.55556rem;
    margin-top: calc(-0.55556rem / 2);
  }
}

@media screen and (max-width: 500px) {
  .pager .pagination li.prev a:before,
  .pager .pagination li.next a:before {
    width: 1.33333vw;
    height: 1.33333vw;
    margin-top: calc(-1.33333vw / 2);
  }
}

.pager .pagination li.prev a:before {
  left: 10px;
  transform: rotate(-45deg);
  border-top: 1px solid #1f1f1f;
  border-left: 1px solid #1f1f1f;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 980px) {
  .pager .pagination li.prev a:before {
    left: 0.79365rem;
  }
}

@media screen and (max-width: 500px) {
  .pager .pagination li.prev a:before {
    left: 2vw;
  }
}

.pager .pagination li.next a:before {
  right: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #1f1f1f;
  border-right: 1px solid #1f1f1f;
  background-repeat: no-repeat;
}

@media screen and (max-width: 980px) {
  .pager .pagination li.next a:before {
    right: 0.79365rem;
  }
}

@media screen and (max-width: 500px) {
  .pager .pagination li.next a:before {
    right: 2vw;
  }
}

@media screen and (min-width: 501px) {
  .pager .pagination li.prev a:hover:before {
    background-image: url("./../img/common/icon-pages_on.png");
  }
  .pager .pagination li.next a:hover:before {
    background-image: url("./../img/common/icon-pages_on.png");
  }
}

.pager .pagination li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #1f1f1f;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pager .pagination li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 400;
}

@media screen and (max-width: 980px) {
  .pager .pagination li a span {
    font-size: 1.42857rem;
  }
}

@media screen and (max-width: 500px) {
  .pager .pagination li a span {
    font-size: 2.93333vw;
  }
}

.pager .pagination li a.active {
  border-color: #08257b;
  background: #08257b;
  color: #000;
  color: #fff;
}

@media screen and (min-width: 501px) {
  .pager .pagination li a:hover {
    border-color: #08257b;
    background: #08257b;
    color: #000;
    color: #fff;
  }
  .pager .pagination li a.dots:hover {
    border-color: transparent;
    background: transparent;
    color: #000;
    color: #1f1f1f;
  }
}

.pager .pagination li a.current {
  border-color: #08257b;
  background: #08257b;
  color: #000;
  color: #fff;
}

@media screen and (min-width: 501px) {
  .pager .pagination .prev:hover a:before {
    left: 10px;
    transform: rotate(-45deg);
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

@media screen and (min-width: 501px) and (max-width: 980px) {
  .pager .pagination .prev:hover a:before {
    left: 0.79365rem;
  }
}

@media screen and (min-width: 501px) and (max-width: 500px) {
  .pager .pagination .prev:hover a:before {
    left: 2vw;
  }
}

@media screen and (min-width: 501px) {
  .pager .pagination .next:hover a:before {
    right: 10px;
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 501px) and (max-width: 980px) {
  .pager .pagination .next:hover a:before {
    right: 0.79365rem;
  }
}

@media screen and (min-width: 501px) and (max-width: 500px) {
  .pager .pagination .next:hover a:before {
    right: 2vw;
  }
}

.contact {
  padding: 60px 0;
  background-image: url("./../img/top/bg_contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 980px) {
  .contact {
    padding: 4.7619rem 0;
  }
}

@media screen and (max-width: 500px) {
  .contact {
    padding: 8vw 0;
  }
}

@media screen and (max-width: 500px) {
  .contact .section-inner {
    padding: 0 2.66667vw;
  }
}

.contact .contact_title {
  color: #ffffff;
  font-size: 4.2rem;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .contact .contact_title {
    font-size: 3.33333rem;
  }
}

@media screen and (max-width: 500px) {
  .contact .contact_title {
    font-size: 6.93333vw;
  }
}

.contact .text {
  margin-top: 20px;
  color: #ffffff;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .contact .text {
    margin-top: 1.5873rem;
    font-size: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .contact .text {
    margin-top: 5.33333vw;
    font-size: 4vw;
    letter-spacing: -0.1rem;
    white-space: nowrap;
  }
}

.contact .telbox {
  display: flex;
  align-items: center;
  width: 840px;
  margin: 17px auto 0;
  padding: 12px 30px 12px 64px;
  border: 1px solid #ffffff;
}

@media screen and (max-width: 980px) {
  .contact .telbox {
    width: 66.66667rem;
    margin: 1.34921rem auto 0;
    padding: 0.95238rem 2.38095rem 0.95238rem 5.07937rem;
  }
}

@media screen and (max-width: 500px) {
  .contact .telbox {
    display: block;
    width: 100%;
    margin: 3.33333vw auto 0;
    padding: 4vw 4vw 4vw 4vw;
    text-align: center;
  }
}

.contact .telbox .tel-number a, .contact .telbox .tel-desc {
  color: #ffffff;
}

.contact .telbox .tel-number {
  font-size: 3.6rem;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 980px) {
  .contact .telbox .tel-number {
    font-size: 2.85714rem;
  }
}

@media screen and (max-width: 500px) {
  .contact .telbox .tel-number {
    font-size: 6.13333vw;
  }
}

.contact .telbox .tel-number a {
  position: relative;
  font-feature-settings: "palt";
}

.contact .telbox .tel-number a:before {
  position: absolute;
  top: 50%;
  left: -36px;
  width: 25px;
  height: 35px;
  margin-top: calc(-28px/2);
  background-image: url("./../img/common/icon-tel.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

@media screen and (max-width: 980px) {
  .contact .telbox .tel-number a:before {
    left: -3.257rem;
    width: 2.38095rem;
    height: 3.1746rem;
    margin-top: calc(-3.1746rem/2);
  }
}

@media screen and (max-width: 500px) {
  .contact .telbox .tel-number a:before {
    left: -5.8vw;
    width: 4vw;
    height: 5.86667vw;
    margin-top: calc(-5.86667vw/2);
  }
}

.contact .telbox .tel-number--nonetelicon a:before {
  content: none;
}

.contact .telbox .tel-desc {
  padding-left: 15px;
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 1.429;
  white-space: nowrap;
}

@media screen and (max-width: 980px) {
  .contact .telbox .tel-desc {
    padding-left: 1.19048rem;
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .contact .telbox .tel-desc {
    margin-top: 1vw;
    padding-left: 0;
    font-size: 3.2vw;
    line-height: 4vw;
  }
}

.contact .btnbox {
  margin-top: 37px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .contact .btnbox {
    margin-top: 2.93651rem;
  }
}

.contact .btnbox .btnlink {
  width: 589px;
  padding: 33px 0;
  border: none;
  background-color: #ee8400;
}

@media screen and (max-width: 980px) {
  .contact .btnbox .btnlink {
    width: 46.74603rem;
    padding: 2.61905rem 0;
  }
}

@media screen and (max-width: 500px) {
  .contact .btnbox .btnlink {
    width: 100%;
    padding: 5.73333vw 0;
  }
}

.contact .btnbox .btnlink .mail {
  width: 24px;
  height: 16px;
  margin-top: 5px;
  margin-right: 10px;
}

@media screen and (max-width: 980px) {
  .contact .btnbox .btnlink .mail {
    width: 1.90476rem;
    height: 1.26984rem;
    margin-top: 0.39683rem;
    margin-right: 1.33333vw;
  }
}

@media screen and (max-width: 500px) {
  .contact .btnbox .btnlink .mail {
    position: relative;
    top: 0.3vw;
    width: 6vw;
    height: 4vw;
    margin-top: 0;
    margin-right: 2vw;
  }
}

.contact .btnbox .btnlink:after {
  right: 0;
  left: auto;
  width: 100%;
  background-color: transparent;
}

.contact .btnbox .btnlink:after {
  transition: none;
}

.contact .btnbox .btnlink span {
  z-index: 2;
  color: #ffffff;
  font-size: 2.2rem;
  transition: opacity 0.5s ease-out;
}

@media screen and (max-width: 980px) {
  .contact .btnbox .btnlink span {
    font-size: 1.74603rem;
  }
}

@media screen and (max-width: 500px) {
  .contact .btnbox .btnlink span {
    font-size: 4.26667vw;
  }
}

.contact .btnbox .btnlink span:before {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  content: none;
}

@media screen and (max-width: 980px) {
  .contact .btnbox .btnlink span:before {
    width: 0.95238rem;
    height: 0.95238rem;
    margin-top: -0.47619rem;
  }
}

@media screen and (max-width: 500px) {
  .contact .btnbox .btnlink span:before {
    width: 2vw;
    height: 2vw;
    margin-top: -0.93333vw;
  }
}

@media screen and (min-width: 501px) {
  .contact .btnbox .btnlink:hover:after {
    right: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
  }
  .contact .btnbox .btnlink:hover:after {
    z-index: 1;
  }
  .contact .btnbox .btnlink:hover span {
    color: #ffffff;
    opacity: 0.5;
  }
}

.contact {
  margin-top: 0;
}
.bottom-note p{
    margin: 0 0 2rem;
    font-size: 1.2rem;
    padding-left: 1rem;
    text-indent: -1rem;
}
.bottom-note.index p{
    margin: 6rem 0 2rem;
}

@media screen and (max-width: 500px) {
    .bottom-note p{
        font-size: 2.5987463vw;
        margin: 2vw 0 4.34684vw;
    }
    .bottom-note.index p{
        margin: 4.34684vw 0;
    }
}

.relation {
  margin-top: 20px;
  padding: 35px 0 50px;
  background-color: #edf2f7;
}

@media screen and (max-width: 980px) {
  .relation {
    padding: 0.77778rem 0 3.96825rem;
  }
}

@media screen and (max-width: 500px) {
  .relation {
    padding: 3.33333vw 0 6.66667vw;
  }
}

.relation .section-inner {
  width: 1060px;
}

@media screen and (max-width: 980px) {
  .relation .section-inner {
    width: 84.12698rem;
  }
}

@media screen and (max-width: 500px) {
  .relation .section-inner {
    width: 89.33333%;
    margin: auto;
  }
}

.relation_title {
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .relation_title {
    font-size: 1.90476rem;
  }
}

@media screen and (max-width: 500px) {
  .relation_title {
    font-size: 4.26667vw;
  }
}

.relation dl:nth-of-type(1n+3) {
  margin-top: 20px;
}

@media screen and (max-width: 980px) {
  .relation dl:nth-of-type(1n+3) {
    margin-top: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .relation dl:nth-of-type(1n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .relation dl:nth-of-type(1n+2) {
    margin-top: 2.66667vw;
  }
}

.relation .definition {
  display: flex;
  width: 520px;
  height: 105px;
  background-color: #ffffff;
  transition: opacity 0.3s cubic-bezier(1, 0, 0, 1);
}

@media screen and (min-width: 501px) {
  .relation .definition:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 980px) {
  .relation .definition {
    width: 41.26984rem;
    height: 8.33333rem;
  }
}

@media screen and (max-width: 500px) {
  .relation .definition {
    width: 100%;
    height: auto;
  }
}

.relation .definition-box {
  margin-top: 25px;
}

@media screen and (max-width: 980px) {
  .relation .definition-box {
    margin-top: 1.98413rem;
  }
}

@media screen and (max-width: 500px) {
  .relation .definition-box {
    margin-top: 3.33333vw;
  }
}

.relation .definition dt {
  width: 180px;
  height: auto;
  background-color: #08257b;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 26px;
  text-align: center;
}

.relation .definition dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 980px) {
  .relation .definition dt {
    width: 14.28571rem;
    font-size: 1.42857rem;
    line-height: 2.06349rem;
  }
}

@media screen and (max-width: 500px) {
  .relation .definition dt {
    display: block;
    width: 40%;
    height: auto;
    font-size: 3.73333vw;
    line-height: 4.533vw;
  }
}

.relation .definition dd {
  width: 340px;
}

@media screen and (max-width: 980px) {
  .relation .definition dd {
    width: 26.98413rem;
  }
}

@media screen and (max-width: 500px) {
  .relation .definition dd {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
  }
}

.relation .definition dd span {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  padding: 15px 40px 15px 25px;
  color: #1f1f1f;
  font-size: 1.5rem;
  line-height: 25px;
}

@media screen and (max-width: 980px) {
  .relation .definition dd span {
    width: 26.98413rem;
    padding: 1.19048rem 3.1746rem 1.19048rem 1.98413rem;
    font-size: 1.19048rem;
    line-height: 1.98413rem;
  }
}

@media screen and (max-width: 500px) {
  .relation .definition dd span {
    width: 100%;
    padding: 3.33333vw 9.33333vw 3.33333vw 4.66667vw;
    font-size: 3.33333vw;
  }
}

.relation .definition dd span:before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: calc(-8px/2);
  transform: rotate(45deg);
  border-top: 2px solid #0a2986;
  border-right: 2px solid #0a2986;
  content: "";
  transition: right 0.5s ease-out,opacity 0.5s ease-out;
}

@media screen and (max-width: 980px) {
  .relation .definition dd span:before {
    right: 1.5873rem;
    width: 0.55556rem;
    height: 0.55556rem;
    margin-top: calc(-0.55556vw/2);
  }
}

@media screen and (max-width: 500px) {
  .relation .definition dd span:before {
    right: 2.66667vw;
    width: 2vw;
    height: 2vw;
    margin-top: calc(-1vw/2);
  }
}

.local-nav {
  display: flex;
  flex-wrap: wrap;
  width: 1120px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 980px) {
  .local-nav {
    width: 88.88889rem;
  }
}

@media screen and (max-width: 500px) {
  .local-nav {
    width: 94.66667%;
    margin-bottom: 10.66667vw;
  }
}

.local-nav__item {
  width: 350px;
}

@media screen and (max-width: 980px) {
  .local-nav__item {
    width: 27.77778rem;
  }
}

@media screen and (max-width: 500px) {
  .local-nav__item {
    width: 49%;
  }
}

.local-nav__item:not(:nth-child(3n + 1)) {
  margin-left: 30px;
}

@media screen and (max-width: 980px) {
  .local-nav__item:not(:nth-child(3n + 1)) {
    margin-left: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .local-nav__item:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
}

.local-nav__item:nth-child(n + 4) {
  margin-top: 20px;
}

@media screen and (max-width: 500px) {
  .local-nav__item:nth-child(n + 4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .local-nav__item:nth-child(even) {
    margin-left: 1.33333vw;
  }
}

@media screen and (max-width: 500px) {
  .local-nav__item:nth-child(n + 3) {
    margin-top: 1.33333vw;
  }
}

.local-nav__link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  background-color: #e8ebf5;
  color: #0a2986;
  font-size: 1.6rem;
  line-height: 26px;
  transition: color 0.1s cubic-bezier(1, 0, 0, 1), background-color 0.1s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 500px) {
  .local-nav__link {
    height: 8vw;
    font-size: 2.4vw;
  }
}

.local-nav__link::before {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  margin-top: calc(-14px/ 2);
  transform: rotate(45deg);
  border-right: 1px solid #0a2986;
  border-bottom: 1px solid #0a2986;
  content: '';
  transition: border 0.1s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 980px) {
  .local-nav__link::before {
    width: 0.79365rem;
    height: 0.79365rem;
    margin-top: calc(-0.79365rem/ 2);
  }
}

@media screen and (max-width: 500px) {
  .local-nav__link::before {
    width: 1.33333vw;
    height: 1.33333vw;
    margin-top: calc(-1.33333vw/ 2);
  }
}

@media screen and (min-width: 501px) {
  .local-nav__link:hover {
    background-color: #0a2986;
    color: #fff;
  }
}

@media screen and (min-width: 501px) {
  .local-nav__link:hover::before {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

.local-nav__item--current .local-nav__link {
  background-color: #0a2986;
  color: #fff;
}

.local-nav__item--current .local-nav__link::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
h1 span.h1none{display: none;}
.nav_av div span{position: relative;}
.nav_av div span::before{
	content: "Add-Value for";
	top: 50%;
	left: 0;
	padding-right: 0.2em;
}
.nav_av div span.nf::before{
	content: "Add-Value";
}
.footer_av,.footer_avf{position: relative;}
.footer_av::before{
	content: "- Add-Value";
	top: 50%;
	left: 0;
	padding-right: 0.2em;
}
.footer_avf::before{
	content: "- Add-Value for";
	top: 50%;
	left: 0;
	padding-right: 0.2em;
}

.definition_box-amo dt span {
  letter-spacing: -0.04em;
}

@media screen and (max-width: 500px) {
  .definition_box-amo dt span {
    letter-spacing: 0;
  }
}

/* 下層 title調整
--------------------------------------------- */
.main-visual .main-visual_titlebox {
  display: table-cell;
  position: relative;
  z-index: 50;
  height: 300px;
  vertical-align: middle;
}

@media screen and (max-width: 980px) {
  .main-visual .main-visual_titlebox {
    height: 23.80952rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual .main-visual_titlebox {
    height: 46vw;
  }
}

/* 下層h1 タイトル カラー設定 */
.main-visual .main-visual_titlebox .main-visual_title,
.main-visual .main-visual_titlebox .main-visual_subtitle {
  color: #ffffff;
}

/* 下層h1 タイトル英語 フォント設定 */
.main-visual .main-visual_titlebox .main-visual_title-en {
  font-style: italic;
  font-family: 'Roboto',-apple-system, sans-serif;
  display: inline-block;
}

/* 下層h1 タイトル日本語 フォント設定 */
.main-visual .main-visual_titlebox .main-visual_title-jp,
.main-visual .main-visual_titlebox .main-visual_title-amo-jp {
  font-family: 'Noto Sans JP',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic",-apple-system, sans-serif;
  display: inline-block;
  transform: skew(-10deg) !important;
}

/* 下層h1 タイトル日本語 フォントサイズ */
.main-visual .main-visual_titlebox .main-visual_title-jp {
  font-size: 4.4rem;
}

/* 下層h1 タイトル */
.main-visual .main-visual_titlebox .main-visual_title {
  display: block;
  font-size: 5.0rem;
  line-height: 48px;
}

@media screen and (max-width: 980px) {
  .main-visual .main-visual_titlebox .main-visual_title {
    font-size: 3.96825rem;
    line-height: 4.12698rem;
  }
  .main-visual .main-visual_titlebox .main-visual_title-jp {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual .main-visual_titlebox .main-visual_title {
    font-size: 8vw;
    line-height: 7vw;
  }
  .main-visual .main-visual_titlebox .main-visual_title-jp {
    font-size: 7.2vw;
  }
}

/* 下層h1 サブタイトル */
.main-visual .main-visual_titlebox .main-visual_subtitle {
  display: block;
  margin: 0 0 10px;
  font-size: 1.5rem;
  font-weight: normal;
}

.main-visual .main-visual_titlebox .main-visual_title + .main-visual_subtitle {
  margin: 5px 0 0;
}

.main-visual .main-visual_titlebox .main-visual_subtitle-en {
  font-family: 'Roboto',-apple-system, sans-serif;
  display: inline-block;
}

.main-visual .main-visual_titlebox .main-visual_subtitle-bold {
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .main-visual .main-visual_titlebox .main-visual_subtitle {
    font-size: 1.19048rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual .main-visual_titlebox .main-visual_subtitle {
    font-size: 2.93333vw;
    margin: 0 0 5px;
  }
}

/* 下層h1 AMOサービス */
.main-visual_title-amo {
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
}

.main-visual_title-amo .main-visual_title-en {
  font-size: 4rem;
}

@media screen and (max-width: 980px) {
  .main-visual_title-amo {
    font-size: 2.69841rem;
  }

  .main-visual_title-amo .main-visual_title-en {
    font-size: 2.7rem;
  }

}

@media screen and (max-width: 500px) {
  .main-visual_title-amo {
    font-size: 1.9rem;
  }

  .main-visual_title-amo .main-visual_title-en {
    font-size: 2.2rem;
  }

}

/* 下層h1 Add value 画像 */
.main-visual .main-visual_titlebox .main-visual_subtitle-img {
  display: block;
  width: 190px;
  margin-top: 25px;
}

.main-visual .main-visual_titlebox .main-visual_subtitle-img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 980px) {
  .main-visual .main-visual_titlebox .main-visual_subtitle-img {
    width: 15.07937rem;
    margin-top: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual .main-visual_titlebox .main-visual_subtitle-img {
    width: 32.13333vw;
    margin-top: 4vw;
  }
}

/* 下層h1 シャドウ */
.main-visual_title-shadow {
  text-shadow: 0px 2px 10px #0a2986;
}


.relation .definition-window dd span:before {
  top: 0;
  right: 15px;
  bottom: 0;
  width: 16px;
  height: 13px;
  margin: auto 0;
  transform: rotate(0);
  border: none;
  background-image: url("./../img/common/icon-window.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 500px) {
  .relation .definition-window dd span:before {
    right: 12px;
    width: 15px;
    height: 12px;
  }
}

/*# sourceMappingURL=../css-map/main.css.map */

@media screen and (min-width: 981px) {
	header .header-nav .nav-link a {
		padding: 23px 15px;
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 500px) {
  header .header-nav .nav-link a {
    padding: 2.006rem 1.4rem;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 981px) {
	footer .components-inner .site-title {
		margin-right: 60px;
	}
	footer .nav_definitionbox .def_freebox {
		margin-right: 60px;
	}
	footer .nav_definitionbox .def_freebox + dl {
		margin-right: 60px;
	}
}
@media screen and (max-width: 980px) {
	footer .def_last {
		justify-content: space-between;
	}
	footer .nav_definitionbox .def_freebox + dl + dl dt {
		white-space: nowrap;
	}
}

