/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face{font-family:'swiper-icons';src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform, height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,0.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:0.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none !important}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:300ms opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px, -50%, 0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform, 200ms top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform, 200ms left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform, 200ms right}.swiper-pagination-progressbar{background:rgba(0,0,0,0.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,0.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,0.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev,.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:0.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform, opacity, height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}*,*:after,*:before{box-sizing:border-box}*::selection{background:#1E232D;color:#fff}html{font-size:16px;scrollbar-width:auto;scrollbar-color:#EF933F #1E232D}html::-webkit-scrollbar{width:8px}html::-webkit-scrollbar-track{background-color:#1E232D}html::-webkit-scrollbar-thumb{background-color:#EF933F}body{display:flex;flex-direction:column;min-height:100vh;padding:0;margin:0;font-family:'Noto Sans JP', sans-serif;font-weight:normal;font-style:normal;line-height:1.2;color:#fff;background-color:#1E232D}html,body{overflow-x:hidden;max-width:100vw}.main-content{flex:1 1;margin-top:75px}@media (min-width: 768px){.main-content{margin-top:80px}}@media (min-width: 1280px){.single-post .main-content{margin-top:74px}}.main-content.home-page{margin-top:0}input[type="checkbox"],a,button,label,img{user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}img{max-width:100%}button{font-family:'Open Sans', sans-serif;cursor:pointer}@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-delay:-1s !important;animation-duration:1s !important;animation-iteration-count:1 !important;transition-duration:0.01s !important}}.v-container{width:100%;padding-left:16px;padding-right:16px}@media (min-width: 768px){.v-container{padding-left:40px;padding-right:40px}}@media (min-width: 1024px){.v-container{padding-left:60px;padding-right:60px}}@media (min-width: 1280px){.v-container{padding-left:calc( (100% - 1240px) / 2);padding-right:calc( (100% - 1240px) / 2)}}@media (min-width: 1440px){.v-container{padding-left:calc( (100% - 1280px) / 2);padding-right:calc( (100% - 1280px) / 2)}}@media (min-width: 1600px){.v-container{padding-left:calc( (100% - 1520px) / 2);padding-right:calc( (100% - 1520px) / 2)}}.v-row{display:flex;flex-wrap:wrap;margin-left:-8px;margin-right:-8px}@media (min-width: 768px){.v-row{margin-left:-12px;margin-right:-12px}}@media (min-width: 1280px){.v-row{margin-left:-20px;margin-right:-20px}}.v-col{flex-basis:100%;flex-grow:1;max-width:100%;padding-right:8px;padding-left:8px}@media (min-width: 768px){.v-col{padding-right:12px;padding-left:12px}}@media (min-width: 1280px){.v-col{padding-right:20px;padding-left:20px}}@media (min-width: 768px){.v-col-md-1{flex:0 0 calc((100% / 12) * 1);max-width:calc((100% / 12) * 1);padding-right:12px;padding-left:12px}.v-col-md-2{flex:0 0 calc((100% / 12) * 2);max-width:calc((100% / 12) * 2);padding-right:12px;padding-left:12px}.v-col-md-3{flex:0 0 calc((100% / 12) * 3);max-width:calc((100% / 12) * 3);padding-right:12px;padding-left:12px}.v-col-md-4{flex:0 0 calc((100% / 12) * 4);max-width:calc((100% / 12) * 4);padding-right:12px;padding-left:12px}.v-col-md-5{flex:0 0 calc((100% / 12) * 5);max-width:calc((100% / 12) * 5);padding-right:12px;padding-left:12px}.v-col-md-6{flex:0 0 calc((100% / 12) * 6);max-width:calc((100% / 12) * 6);padding-right:12px;padding-left:12px}.v-col-md-7{flex:0 0 calc((100% / 12) * 7);max-width:calc((100% / 12) * 7);padding-right:12px;padding-left:12px}.v-col-md-8{flex:0 0 calc((100% / 12) * 8);max-width:calc((100% / 12) * 8);padding-right:12px;padding-left:12px}.v-col-md-9{flex:0 0 calc((100% / 12) * 9);max-width:calc((100% / 12) * 9);padding-right:12px;padding-left:12px}.v-col-md-10{flex:0 0 calc((100% / 12) * 10);max-width:calc((100% / 12) * 10);padding-right:12px;padding-left:12px}.v-col-md-11{flex:0 0 calc((100% / 12) * 11);max-width:calc((100% / 12) * 11);padding-right:12px;padding-left:12px}.v-col-md-12{flex:0 0 calc((100% / 12) * 12);max-width:calc((100% / 12) * 12);padding-right:12px;padding-left:12px}}@media (min-width: 1280px){.v-col-lg-1{flex:0 0 calc((100% / 12) * 1);max-width:calc((100% / 12) * 1);padding-right:20px;padding-left:20px}.v-col-lg-2{flex:0 0 calc((100% / 12) * 2);max-width:calc((100% / 12) * 2);padding-right:20px;padding-left:20px}.v-col-lg-3{flex:0 0 calc((100% / 12) * 3);max-width:calc((100% / 12) * 3);padding-right:20px;padding-left:20px}.v-col-lg-4{flex:0 0 calc((100% / 12) * 4);max-width:calc((100% / 12) * 4);padding-right:20px;padding-left:20px}.v-col-lg-5{flex:0 0 calc((100% / 12) * 5);max-width:calc((100% / 12) * 5);padding-right:20px;padding-left:20px}.v-col-lg-6{flex:0 0 calc((100% / 12) * 6);max-width:calc((100% / 12) * 6);padding-right:20px;padding-left:20px}.v-col-lg-7{flex:0 0 calc((100% / 12) * 7);max-width:calc((100% / 12) * 7);padding-right:20px;padding-left:20px}.v-col-lg-8{flex:0 0 calc((100% / 12) * 8);max-width:calc((100% / 12) * 8);padding-right:20px;padding-left:20px}.v-col-lg-9{flex:0 0 calc((100% / 12) * 9);max-width:calc((100% / 12) * 9);padding-right:20px;padding-left:20px}.v-col-lg-10{flex:0 0 calc((100% / 12) * 10);max-width:calc((100% / 12) * 10);padding-right:20px;padding-left:20px}.v-col-lg-11{flex:0 0 calc((100% / 12) * 11);max-width:calc((100% / 12) * 11);padding-right:20px;padding-left:20px}.v-col-lg-12{flex:0 0 calc((100% / 12) * 12);max-width:calc((100% / 12) * 12);padding-right:20px;padding-left:20px}}.hamburger-v1{cursor:pointer;border:0;background-color:transparent;width:32px;height:32px;padding:0;position:relative}.hamburger-v1:focus-visible{outline:10px solid #eee;background-color:#eee}.hamburger-v1__line{display:block;width:100%;height:2px;background-color:#fff}.hamburger-v1__line:nth-child(1){transform:translateY(-5px);transition:transform .2s ease-in-out .2s, opacity .2s ease-in-out .2s}.hamburger-v1--active .hamburger-v1__line:nth-child(1){opacity:0;transform:translateY(6px);transition:transform .2s ease-in-out, opacity .2s ease-in-out}.hamburger-v1__line:nth-child(2){transform:translateY(1px);transition:transform .2s ease-in-out}.hamburger-v1--active .hamburger-v1__line:nth-child(2){transform:rotate(-45deg) translateY(1px);transition:transform .2s ease-in-out .2s}.hamburger-v1__line:nth-child(3){transform:translateY(-1px);transition:transform .2s ease-in-out}.hamburger-v1--active .hamburger-v1__line:nth-child(3){transform:rotate(45deg) translateY(-1px);transition:transform .2s ease-in-out .2s}.hamburger-v1__line:nth-child(4){transform:translateY(5px);transition:transform .2s ease-in-out .2s, opacity .2s ease-in-out .2s}.hamburger-v1--active .hamburger-v1__line:nth-child(4){transform:translateY(-6px);opacity:0;transition:transform .2s ease-in-out, opacity .2s ease-in-out}.badge{display:inline-flex;justify-content:center;align-items:center;padding:8px 12px;text-transform:uppercase;border-radius:50px;text-decoration:none;font-weight:500;font-size:10px;line-height:110%}@media (min-width: 768px){.badge{font-weight:500;font-size:12px;line-height:110%}}@media (min-width: 1440px){.badge{padding:10px 20px;font-weight:500;font-size:15px;line-height:130%}}.badge--outline{color:#fff;border:1px solid #fff;background-color:transparent;transition:color .2s ease-in-out, background-color .2s ease-in-out}@media (any-hover: hover){.badge--outline:hover{color:#0E171F;background-color:#fff}}.badge--outline:focus-visible{outline:4px solid rgba(255,255,255,0.25)}.badge--outline-black{color:#0E171F;border:1px solid #0E171F;background-color:transparent;transition:color .2s ease-in-out, background-color .2s ease-in-out}@media (any-hover: hover){.badge--outline-black:hover{color:#fff;background-color:#0E171F}}.badge--outline-black:focus-visible{outline:4px solid rgba(14,23,31,0.15)}.badge--black{color:#fff;border:0;background-color:#010611;transition:background-color .2s ease-in-out}@media (any-hover: hover){.badge--black:hover{background-color:#FFAC60}}.badge--black:focus-visible{outline:4px solid rgba(1,6,17,0.15)}.badge--beige{color:#1E232D;border:0;background-color:#FFAC60;transition:color .2s ease-in-out}@media (any-hover: hover){.badge--beige:hover{color:#fff}}.badge--beige:focus-visible{outline:4px solid rgba(1,6,17,0.15)}.pagination{display:flex;align-items:center;justify-content:center;margin-top:34px}@media (min-width: 768px){.pagination{margin-top:56px}}@media (min-width: 1280px){.pagination{margin-top:84px}}.pagination .nav-links{display:flex;justify-content:center;align-items:center}.pagination .page-numbers{margin:0 8px;font-weight:bold;font-size:16px;line-height:100%;color:#FFFFFF;text-decoration:none;transition:color .2s ease-in-out}@media (min-width: 400px){.pagination .page-numbers{font-size:18px;margin:0 12px}}@media (any-hover: hover){.pagination .page-numbers:not(.dots):hover{color:#FFAC60}}.pagination .page-numbers.dots{align-self:flex-end}.pagination .page-numbers.current{display:inline-flex;justify-content:center;align-items:center;width:24px;height:24px;background-color:#FFAC60;border-radius:50%}@media (min-width: 768px){.pagination .page-numbers.current{width:32px;height:32px}}@media (any-hover: hover){.pagination .page-numbers.current:hover{color:#FFFFFF}}.pagination .page-numbers.next{display:block;width:20px;height:10px;font-size:0;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2721%27 height=%2712%27 viewBox=%270 0 21 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M1 5.25C0.585786 5.25 0.25 5.58579 0.25 6C0.25 6.41421 0.585786 6.75 1 6.75V5.25ZM20.5303 6.53033C20.8232 6.23744 20.8232 5.76256 20.5303 5.46967L15.7574 0.696699C15.4645 0.403806 14.9896 0.403806 14.6967 0.696699C14.4038 0.989593 14.4038 1.46447 14.6967 1.75736L18.9393 6L14.6967 10.2426C14.4038 10.5355 14.4038 11.0104 14.6967 11.3033C14.9896 11.5962 15.4645 11.5962 15.7574 11.3033L20.5303 6.53033ZM1 6.75H20V5.25H1V6.75Z%27 fill=%27white%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain}@media (min-width: 400px){.pagination .page-numbers.next{width:30px;height:15px}}.pagination .page-numbers.prev{display:block;width:20px;height:10px;font-size:0;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2721%27 height=%2712%27 viewBox=%270 0 21 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M1 5.25C0.585786 5.25 0.25 5.58579 0.25 6C0.25 6.41421 0.585786 6.75 1 6.75V5.25ZM20.5303 6.53033C20.8232 6.23744 20.8232 5.76256 20.5303 5.46967L15.7574 0.696699C15.4645 0.403806 14.9896 0.403806 14.6967 0.696699C14.4038 0.989593 14.4038 1.46447 14.6967 1.75736L18.9393 6L14.6967 10.2426C14.4038 10.5355 14.4038 11.0104 14.6967 11.3033C14.9896 11.5962 15.4645 11.5962 15.7574 11.3033L20.5303 6.53033ZM1 6.75H20V5.25H1V6.75Z%27 fill=%27white%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;transform:rotateY(180deg)}@media (min-width: 400px){.pagination .page-numbers.prev{width:30px;height:15px}}.pagination .screen-reader-text{position:absolute;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(0px 0px 99.9% 99.9%);overflow:hidden;height:1px;width:1px;padding:0;border:0;top:50%}.slider-post-card{background-color:#F3A73A;color:#fff;padding:24px;height:auto}@media (min-width: 768px){.slider-post-card{padding:32px 42px}}@media (min-width: 1280px){.slider-post-card{padding:56px}}.slider-post-card__badge{margin-right:8px;margin-bottom:6px}.slider-post-card__title{color:#fff;text-decoration:none;display:block;margin-top:16px;font-weight:900;font-size:18px;font-size:18px;line-height:120%}@media (min-width: 320px) and (max-width: 1919px){.slider-post-card__title{font-size:calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.slider-post-card__title{font-size:24px}}@media (min-width: 768px){.slider-post-card__title{line-height:140%}}@media (min-width: 1280px){.slider-post-card__title{line-height:150%;margin-top:40px}}.slider-post-card__description{font-weight:normal;font-size:14px;line-height:140%;color:#FFF;margin-top:8px;margin-bottom:0}@media (min-width: 320px) and (max-width: 1919px){.slider-post-card__description{font-size:calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.slider-post-card__description{font-size:16px}}@media (min-width: 768px){.slider-post-card__description{line-height:150%}}@media (min-width: 1280px){.slider-post-card__description{line-height:160%;margin-top:32px}}.slider-post-card__info{display:flex;align-items:center}@media (min-width: 768px){.slider-post-card__info{margin-top:16px}}@media (min-width: 1280px){.slider-post-card__info{margin-top:40px}}.slider-post-card__info-item{font-weight:500;font-size:14px;line-height:140%;color:#FDFDFE}@media (min-width: 320px) and (max-width: 1919px){.slider-post-card__info-item{font-size:calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.slider-post-card__info-item{font-size:16px}}@media (min-width: 768px){.slider-post-card__info-item{line-height:150%}}@media (min-width: 1280px){.slider-post-card__info-item{line-height:160%}}.slider-post-card__info-item:last-child{display:flex;align-items:center;margin-left:8px}@media (min-width: 768px){.slider-post-card__info-item:last-child{margin-left:12px}}.slider-post-card__info-item:last-child:before{content:'';display:block;width:4px;height:4px;background-color:#fff;border-radius:50%;margin-right:8px}@media (min-width: 768px){.slider-post-card__info-item:last-child:before{margin-right:12px}}.post-card__img-wrap{position:relative;overflow:hidden}.post-card__img{height:auto;width:100%;display:block;object-fit:cover;transition:transform .2s ease-in-out}@media (any-hover: hover){.post-card__img:hover{transform:scale(1.05)}}.post-card__badges{position:absolute;top:16px;left:16px;z-index:2}@media (min-width: 1280px){.post-card__badges{top:24px;left:24px}}.post-card__badge{margin-right:6px;margin-bottom:6px}.post-card__title{color:#fff;text-decoration:none;display:block;margin-top:16px;font-weight:900;font-size:18px;font-size:18px;line-height:120%;transition:color .2s ease-in-out}@media (min-width: 320px) and (max-width: 1919px){.post-card__title{font-size:calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.post-card__title{font-size:24px}}@media (min-width: 768px){.post-card__title{line-height:140%;margin-top:32px}}@media (min-width: 1280px){.post-card__title{line-height:150%;margin-top:24px}}@media (any-hover: hover){.post-card__title:hover{color:#F3A73A}}.post-card__description{font-weight:normal;font-size:14px;line-height:140%;color:#FFF;margin-top:8px;margin-bottom:0}@media (min-width: 320px) and (max-width: 1919px){.post-card__description{font-size:calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.post-card__description{font-size:16px}}@media (min-width: 768px){.post-card__description{line-height:150%}}@media (min-width: 1280px){.post-card__description{line-height:160%;margin-top:16px}}.post-card__info{display:flex;align-items:center;margin-top:8px}@media (min-width: 768px){.post-card__info{margin-top:16px}}@media (min-width: 1280px){.post-card__info{margin-top:24px}}.post-card__info-item{font-weight:500;font-size:14px;line-height:140%;color:#FDFDFE}@media (min-width: 320px) and (max-width: 1919px){.post-card__info-item{font-size:calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.post-card__info-item{font-size:16px}}@media (min-width: 768px){.post-card__info-item{line-height:150%}}@media (min-width: 1280px){.post-card__info-item{line-height:160%}}.post-card__info-item:last-child{display:flex;align-items:center;margin-left:8px}@media (min-width: 768px){.post-card__info-item:last-child{margin-left:12px}}.post-card__info-item:last-child:before{content:'';display:block;width:4px;height:4px;background-color:#fff;border-radius:50%;margin-right:8px}@media (min-width: 768px){.post-card__info-item:last-child:before{margin-right:12px}}.new-posts__title{font-style:normal;font-weight:700;font-size:28px;line-height:130%;color:#FFFFFF;margin-top:0;margin-bottom:26px}.new-posts__item{display:flex}.new-posts__item-info{flex:1 1}.new-posts__img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease-in-out}.new-posts__img-link{width:150px;height:auto;margin-right:16px}@media (min-width: 1600px){.new-posts__img-link{margin-right:22px;width:196px}}@media (any-hover: hover){.new-posts__img-link:hover .new-posts__img{transform:scale(1.05)}}.new-posts__item+.new-posts__item{margin-top:32px}.new-posts__item-title{display:block;font-style:normal;font-weight:700;font-size:18px;line-height:140%;color:#FFFFFF;margin-top:0;margin-bottom:8px;text-decoration:none;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;transition:color .1s ease-in-out}@media (min-width: 1600px){.new-posts__item-title{margin-bottom:30px}}@media (any-hover: hover){.new-posts__item-title:hover{color:#FFAC60}}.scroll-to-top-button-v1{display:flex;align-items:center;justify-content:center;position:fixed;width:40px;height:40px;bottom:20px;right:20px;padding:0;margin:0;border:0;border-radius:50%;box-shadow:0 2px 15px rgba(14,23,31,0.25);background-color:#fff;opacity:0;transform:translateY(10px);pointer-events:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent;transition:background-color .2s ease-in-out, opacity .2s ease-in-out, transform .2s ease-in-out}@media (min-width: 1024px){.scroll-to-top-button-v1{width:60px;height:60px;bottom:40px;right:40px}}.scroll-to-top-button-v1--visible{opacity:1;transform:translateY(0);pointer-events:auto}@media (any-hover: hover){.scroll-to-top-button-v1:hover{background-color:#eee}}.scroll-to-top-button-v1:focus-visible{outline:4px solid rgba(243,167,58,0.85)}.scroll-to-top-button-v1__icon{width:12px;height:auto;fill:#0E171F;margin-bottom:2px}.accordion-block{border-bottom:1px solid #EAF0FA;padding-bottom:8px;margin-bottom:24px}@media (min-width: 768px){.accordion-block{margin-left:40px}}.accordion-block__question{font-weight:500;font-size:15px;line-height:140%;color:#081D31;display:flex;cursor:pointer}.accordion-block__question:before{content:'';display:block;min-width:24px;height:18px;margin-top:2px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2714%27 height=%2716%27 viewBox=%270 0 14 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M6.41406 0.96875H7.58594C7.6901 0.96875 7.74219 1.02083 7.74219 1.125V14.875C7.74219 14.9792 7.6901 15.0312 7.58594 15.0312H6.41406C6.3099 15.0312 6.25781 14.9792 6.25781 14.875V1.125C6.25781 1.02083 6.3099 0.96875 6.41406 0.96875Z%27 fill=%27%2300AE71%27/%3e%3cpath d=%27M0.4375 7.25781H13.5625C13.6667 7.25781 13.7188 7.3099 13.7188 7.41406V8.58594C13.7188 8.6901 13.6667 8.74219 13.5625 8.74219H0.4375C0.333333 8.74219 0.28125 8.6901 0.28125 8.58594V7.41406C0.28125 7.3099 0.333333 7.25781 0.4375 7.25781Z%27 fill=%27%2300AE71%27/%3e%3c/svg%3e");background-repeat:no-repeat;-webkit-background-size:contain;background-size:contain;margin-right:14px}.is-open-accordion .accordion-block__question:before{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2714%27 height=%272%27 viewBox=%270 0 14 2%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M0.4375 0.257812H13.5625C13.6667 0.257812 13.7188 0.309896 13.7188 0.414062V1.58594C13.7188 1.6901 13.6667 1.74219 13.5625 1.74219H0.4375C0.333333 1.74219 0.28125 1.6901 0.28125 1.58594V0.414062C0.28125 0.309896 0.333333 0.257812 0.4375 0.257812Z%27 fill=%27%2300AE71%27/%3e%3c/svg%3e");margin-top:10px;min-width:16px;margin-right:22px}.accordion-block__answer{height:0;overflow:hidden;font-weight:300;font-size:14px;line-height:150%;color:#646F7C;padding-left:26px;margin-left:7px;border-left:2px solid #00AE84;margin-top:8px}.table-contents{background-color:#010611;padding:24px;margin:24px 0}@media (min-width: 768px){.table-contents{margin:32px 0;padding:32px}}@media (min-width: 1280px){.table-contents{margin:0 0 48px}}@media (min-width: 1600px){.table-contents{padding:48px}}.table-contents__title{font-style:normal;font-weight:700;font-size:16px;line-height:130%;color:#FFFFFF}@media (min-width: 320px) and (max-width: 1919px){.table-contents__title{font-size:calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.table-contents__title{font-size:20px}}@media (min-width: 1280px){.table-contents__title{text-align:center}}.table-contents__list{padding:0;margin:0}.table-contents__list--accordion{height:0;overflow:hidden}@media (min-width: 1280px){.table-contents__list--accordion{height:initial;overflow:initial}}.table-contents__list-item{display:flex;align-items:flex-start;cursor:pointer;font-style:normal;font-weight:400;font-size:16px;line-height:130%;color:#FFFFFF;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}@media (min-width: 320px) and (max-width: 1919px){.table-contents__list-item{font-size:calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.table-contents__list-item{font-size:20px}}.table-contents__list-item:first-child{margin-top:16px}@media (any-hover: hover){.table-contents__list-item:hover{text-decoration:underline}.table-contents__list-item:hover:before{text-decoration:none}}.table-contents__list-item+.table-contents__list-item{margin-top:12px}.table-contents__list-item:before{content:'';display:block;width:8px;min-width:8px;height:8px;border-radius:50%;background-color:#F3933A;margin-right:10px;margin-top:9px}@media (min-width: 1280px){.table-contents .top-table-contents__arrow{display:none}}.top-table-contents{position:fixed;top:58px;left:0;right:0;background-color:#010611;color:#F3A93A;max-width:100vw;width:100%;text-align:left;transform:translateY(-100%);transition:transform .3s ease-in-out}@media (min-width: 768px){.top-table-contents{top:74px}}@media (min-width: 1280px){.top-table-contents{max-width:1220px;left:calc((100% - 1220px) / 2);overflow:hidden}}@media (min-width: 1600px){.top-table-contents{max-width:1520px;left:calc((100% - 1520px) / 2)}}.top-table-contents--visible{transform:translateY(0)}@media (min-width: 1140px){.accordion-v1--is-open .top-table-contents{box-shadow:0 6px 10px rgba(131,144,193,0.15)}}.top-table-contents__title{display:flex;align-items:center;justify-content:space-between;background-color:#010611;color:#F3A93A;padding:0 0 0 16px;height:40px}.top-table-contents__title-text{font-weight:600;font-size:15px;line-height:130%;text-transform:uppercase;color:#F3A93A}@media (min-width: 768px){.top-table-contents--visible .top-table-contents__title-text{opacity:0}}.accordion-v1--is-open .top-table-contents__title-text{opacity:1}@media (min-width: 768px){.accordion-v1--is-open .top-table-contents__title-text{opacity:1}}.top-table-contents__arrow{border:0;background-color:transparent;height:100%;padding:0 16px;min-width:initial;cursor:pointer;transition:transform .3s ease-in-out}@media (min-width: 768px){.top-table-contents__arrow{background-color:#010611;z-index:1}}.top-table-contents__arrow svg{width:12px;height:10px}.top-table-contents__arrow path{fill:#fff}.accordion-v1--is-open .top-table-contents__arrow{transform:rotateX(180deg)}.top-table-contents__anchors{height:0;max-height:calc(100vh - 98px);overflow-y:auto;background-color:#010611;margin:0;padding:0}@media (min-width: 768px){.top-table-contents__anchors{position:absolute;top:0;left:0;display:flex;height:auto;max-height:calc(100vh - 114px)}}@media (min-width: 1280px){.top-table-contents__anchors{max-height:60vh;scrollbar-width:auto;scrollbar-color:#EF933F #1E232D}.top-table-contents__anchors::-webkit-scrollbar{width:8px}.top-table-contents__anchors::-webkit-scrollbar-track{background-color:#1E232D}.top-table-contents__anchors::-webkit-scrollbar-thumb{background-color:#EF933F}}.accordion-v1--is-open .top-table-contents__anchors{box-shadow:0 6px 10px rgba(131,144,193,0.15);padding:0 0 100px 0;height:initial}@media (min-width: 768px){.accordion-v1--is-open .top-table-contents__anchors{display:block;position:static}}.top-table-contents__anchor{color:#fff;font-size:14px;line-height:125%;padding:8px 18px;display:flex;cursor:pointer;transition:color .2s ease-in-out}@media (min-width: 768px){.top-table-contents__anchor{align-items:center;white-space:nowrap;height:40px;display:none}}@media (any-hover: hover){.top-table-contents__anchor:hover{color:#f3a93a}}@media (min-width: 768px){.accordion-v1--is-open .top-table-contents__anchor{display:flex;border-bottom:0}}.top-table-contents__anchor:before{content:attr(data-index);font-weight:600;color:#f3a93a;font-size:14px;line-height:125%;display:block;margin-right:12px}.top-table-contents__anchor--active{background-color:#1e232d}@media (min-width: 768px){.top-table-contents__anchor--active{background-color:transparent;display:flex}}@media (min-width: 768px){.accordion-v1--is-open .top-table-contents__anchor--active{border-bottom:0;background-color:#1e232d}}.top-table-contents__anchor--active ~ .top-table-contents__anchor{display:flex}.top-table-contents__anchor:first-child{margin-top:8px}@media (min-width: 768px){.top-table-contents__anchor:first-child{margin-top:0}}.top-table-contents__anchor:last-child{margin-bottom:8px}@media (min-width: 768px){.top-table-contents__anchor:last-child{margin-bottom:0}}.breadcrumbs{display:flex;align-items:center;max-width:100%;text-align:left;margin-bottom:24px;position:relative;z-index:3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 768px){.breadcrumbs{margin-bottom:32px}}@media (min-width: 1024px){.breadcrumbs{margin-top:32px}}@media (min-width: 1024px){.hero-post--v2 .breadcrumbs{margin-top:0}}@media (min-width: 1440px){.hero-post--v2 .breadcrumbs{margin-top:32px;margin-bottom:0}}.breadcrumbs__item{display:flex;align-items:center;font-weight:400;color:#fff;font-size:12px;line-height:18px;cursor:pointer;text-decoration:none;margin-right:6px;transition:0.3s color}@media (min-width: 768px){.breadcrumbs__item{font-size:14px;line-height:150%}}@media (any-hover: hover){.breadcrumbs__item:hover{text-decoration:underline}}.breadcrumbs__item:after{content:'';display:block;width:6px;height:8px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width=%277%27 height=%2710%27 viewBox=%270 0 7 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M0 9.16667L4.46439 5L0 0.833333L0.892737 0L6.25 5L0.892737 10L0 9.16667Z%27 fill=%27white%27%3e%3c/path%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;margin-left:6px}.breadcrumbs__current{font-weight:400;color:#fff;font-size:12px;line-height:18px;cursor:default;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 768px){.breadcrumbs__current{font-size:14px;line-height:150%}}@media (any-hover: hover){.breadcrumbs__current:hover{text-decoration:none}}.btn-primary{display:flex;justify-content:center;align-items:center;width:fit-content;padding:13px 32px;gap:10px;border-radius:50px;background:linear-gradient(90deg, #f3933a, #f3a93a);color:#FFF !important;text-decoration:none;text-align:center;font-family:"Noto Sans JP", sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:140%}@media (any-hover: hover){.btn-primary:hover{background:linear-gradient(270deg, #ffce84, #ff8a1e) no-repeat}}.btn-primary:active{background-color:#f3933a}.header-v1{width:100vw;display:flex;align-items:center;justify-content:space-between;padding-top:12px;padding-bottom:12px;background:rgba(0,0,0,0.8);backdrop-filter:blur(11.5px);-webkit-backdrop-filter:blur(11.5px);position:fixed;top:0;left:0;right:0;z-index:9000}@media (min-width: 768px){.header-v1{padding-top:20px;padding-bottom:20px}}.header-v1__logo{width:100%;height:100%;position:relative;z-index:1}.header-v1__logo-link{display:block;width:120px;height:34px}@media (min-width: 768px){.header-v1__logo-link{width:150px}}.header-v1__logo-link:focus-visible{outline:1px dashed #FFAC60}.header-v1__links{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;position:absolute;top:0;left:0;right:0;width:100%;height:100vh;padding-top:70px;opacity:0;pointer-events:none;overflow-y:auto;transition:opacity .2s ease-in-out}@media (min-width: 768px){.header-v1__links{padding-top:60px}}@media (min-width: 1280px){.header-v1__links{opacity:1;pointer-events:auto;position:static;flex-direction:row;justify-content:flex-end;padding-top:0;height:auto;overflow-y:initial}}.header-v1--open .header-v1__links{opacity:1;pointer-events:auto;background:#000}@media (min-width: 1280px){.header-v1--open .header-v1__links{background-color:transparent}}.header-v1__links li.menu-item-has-children{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding-bottom:0}@media (min-width: 1280px){.header-v1__links li.menu-item-has-children{flex-wrap:nowrap;padding-bottom:30px;margin-bottom:-30px}}@media (any-hover: hover){.header-v1__links li.menu-item-has-children:hover>a{color:#FFAC60}.header-v1__links li.menu-item-has-children:hover .menu-dropdown-toggle{transform:rotateX(180deg)}.header-v1__links li.menu-item-has-children:hover .sub-menu{transform:translateY(0);opacity:1;pointer-events:auto}}.header-v1__links li.menu-item-has-children>a{padding-right:16px;padding-bottom:16px}@media (min-width: 1280px){.header-v1__links li.menu-item-has-children>a{padding-bottom:0;padding-right:0}}.header-v1__links li.menu-item-has-children .sub-menu{display:flex;flex-direction:column;width:100%;list-style:none;padding:0;height:0;overflow:hidden}@media (min-width: 1280px){.header-v1__links li.menu-item-has-children .sub-menu{display:block;width:auto;background-color:rgba(0,0,0,0.8);backdrop-filter:blur(11.5px);-webkit-backdrop-filter:blur(11.5px);column-count:2;column-gap:20px;column-rule:1px solid #3F3F3F;border-bottom:1px solid #3F3F3F;position:absolute;top:100%;left:0;height:auto;overflow:visible;transform:translateY(10px);opacity:0;pointer-events:none;transition:transform .2s ease-in-out, opacity .2s ease-in-out}}.header-v1__links li.menu-item-has-children .sub-menu:first-child{padding-top:32px}@media (min-width: 1280px){.header-v1__links li.menu-item-has-children .sub-menu>li{display:flex;justify-content:flex-start;margin-top:0}}.header-v1__links li.menu-item-has-children .sub-menu>li a{display:flex;width:100%;margin-left:0;padding:16px;font-size:16px}.header-v1__links .menu-dropdown-toggle{display:flex;align-items:center;justify-content:center;border:0;background-color:transparent;width:24px;height:24px;padding:0;margin-bottom:14px}@media (min-width: 1280px){.header-v1__links .menu-dropdown-toggle{margin-bottom:0;position:relative;top:4px;margin-left:4px;transition:transform .2s ease-in-out}}.header-v1__links .menu-dropdown-toggle:after{content:'';display:block;width:100%;height:100%;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2725%27 height=%2724%27 viewBox=%270 0 25 24%27 fill=%27none%27%3e%3cmask id=%27mask0_3802_609%27 style=%27mask-type:alpha%27 maskUnits=%27userSpaceOnUse%27 x=%270%27 y=%270%27 width=%2725%27 height=%2724%27%3e%3crect x=%270.5%27 width=%2724%27 height=%2724%27 fill=%27%23D9D9D9%27/%3e%3c/mask%3e%3cg mask=%27url%28%23mask0_3802_609%29%27%3e%3cpath d=%27M12.5 14.975C12.3667 14.975 12.2417 14.9542 12.125 14.9125C12.0084 14.8709 11.9 14.8 11.8 14.7L7.20005 10.1C7.01672 9.91672 6.92505 9.68338 6.92505 9.40005C6.92505 9.11672 7.01672 8.88338 7.20005 8.70005C7.38338 8.51672 7.61672 8.42505 7.90005 8.42505C8.18338 8.42505 8.41672 8.51672 8.60005 8.70005L12.5 12.6L16.4 8.70005C16.5834 8.51672 16.8167 8.42505 17.1 8.42505C17.3834 8.42505 17.6167 8.51672 17.8 8.70005C17.9834 8.88338 18.075 9.11672 18.075 9.40005C18.075 9.68338 17.9834 9.91672 17.8 10.1L13.2 14.7C13.1 14.8 12.9917 14.8709 12.875 14.9125C12.7584 14.9542 12.6334 14.975 12.5 14.975Z%27 fill=%27white%27/%3e%3c/g%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat}.header-v1__list-links{display:flex;align-items:center;width:100vw;list-style:none;margin:0;padding-left:0;padding-bottom:40px;flex-direction:column}@media (min-width: 1280px){.header-v1__list-links{flex-direction:row;align-items:center;width:auto;padding-bottom:0;margin-left:auto}}.header-v1__list-links#menu-menu-header-additional :last-child a{display:flex;justify-content:center;align-items:center;width:fit-content;padding:13px 32px;gap:10px;border-radius:50px;background:linear-gradient(90deg, #f3933a, #f3a93a);color:#FFF !important;text-decoration:none;text-align:center;font-family:"Noto Sans JP", sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:140%}@media (any-hover: hover){.header-v1__list-links#menu-menu-header-additional :last-child a:hover{background:linear-gradient(270deg, #ffce84, #ff8a1e) no-repeat}}.header-v1__list-links#menu-menu-header-additional :last-child a:active{background-color:#f3933a}.header-v1__button{font-size:16px;margin-top:30px}@media (min-width: 1280px){.header-v1__button{margin-left:40px;margin-top:0}}@media (min-width: 1280px){.header-v1__button{margin-left:60px}}.header-v1__hamburger{position:relative;z-index:1}@media (min-width: 1280px){.header-v1__hamburger{display:none}}.header-v1 .menu-item{width:100%;position:relative;padding:16px 0;text-align:center}@media (min-width: 1280px){.header-v1 .menu-item{padding:0}}.header-v1 .menu-item:last-child{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center}.header-v1 .menu-item a{font-size:16px;line-height:1.4;text-decoration:none;color:#fff;white-space:nowrap;transition:color .2s ease-in-out, background-color .2s ease-in-out}@media (min-width: 768px){.header-v1 .menu-item a{font-size:20px}}@media (min-width: 1280px){.header-v1 .menu-item a{font-size:18px;line-height:130%;margin-left:24px}}.header-v1 .menu-item a--current{font-weight:600;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.header-v1 .menu-item a--current:hover{color:#fff !important}@media (min-width: 1280px){.header-v1 .menu-item a:hover{color:#FFAC60}.header-v1 .menu-item a:hover .header-v1__link-dropdown-arrow path{stroke:#FFAC60}.header-v1 .menu-item a:hover .menu-dropdown-toggle:after{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2725%27 height=%2724%27 viewBox=%270 0 25 24%27 fill=%27none%27%3e%3cmask id=%27mask0_3802_609%27 style=%27mask-type:alpha%27 maskUnits=%27userSpaceOnUse%27 x=%270%27 y=%270%27 width=%2725%27 height=%2724%27%3e%3crect x=%270.5%27 width=%2724%27 height=%2724%27 fill=%27%23D9D9D9%27/%3e%3c/mask%3e%3cg mask=%27url%28%23mask0_3802_609%29%27%3e%3cpath d=%27M12.5 14.975C12.3667 14.975 12.2417 14.9542 12.125 14.9125C12.0084 14.8709 11.9 14.8 11.8 14.7L7.20005 10.1C7.01672 9.91672 6.92505 9.68338 6.92505 9.40005C6.92505 9.11672 7.01672 8.88338 7.20005 8.70005C7.38338 8.51672 7.61672 8.42505 7.90005 8.42505C8.18338 8.42505 8.41672 8.51672 8.60005 8.70005L12.5 12.6L16.4 8.70005C16.5834 8.51672 16.8167 8.42505 17.1 8.42505C17.3834 8.42505 17.6167 8.51672 17.8 8.70005C17.9834 8.88338 18.075 9.11672 18.075 9.40005C18.075 9.68338 17.9834 9.91672 17.8 10.1L13.2 14.7C13.1 14.8 12.9917 14.8709 12.875 14.9125C12.7584 14.9542 12.6334 14.975 12.5 14.975Z%27 fill=%27%23FFAC60%27/%3e%3c/g%3e%3c/svg%3e")}.header-v1 .menu-item a:focus-visible{outline:1px dashed #FFAC60}}@media (min-width: 1280px){.header-v1 .menu-item:hover .menu-dropdown-toggle:after{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2725%27 height=%2724%27 viewBox=%270 0 25 24%27 fill=%27none%27%3e%3cmask id=%27mask0_3802_609%27 style=%27mask-type:alpha%27 maskUnits=%27userSpaceOnUse%27 x=%270%27 y=%270%27 width=%2725%27 height=%2724%27%3e%3crect x=%270.5%27 width=%2724%27 height=%2724%27 fill=%27%23D9D9D9%27/%3e%3c/mask%3e%3cg mask=%27url%28%23mask0_3802_609%29%27%3e%3cpath d=%27M12.5 14.975C12.3667 14.975 12.2417 14.9542 12.125 14.9125C12.0084 14.8709 11.9 14.8 11.8 14.7L7.20005 10.1C7.01672 9.91672 6.92505 9.68338 6.92505 9.40005C6.92505 9.11672 7.01672 8.88338 7.20005 8.70005C7.38338 8.51672 7.61672 8.42505 7.90005 8.42505C8.18338 8.42505 8.41672 8.51672 8.60005 8.70005L12.5 12.6L16.4 8.70005C16.5834 8.51672 16.8167 8.42505 17.1 8.42505C17.3834 8.42505 17.6167 8.51672 17.8 8.70005C17.9834 8.88338 18.075 9.11672 18.075 9.40005C18.075 9.68338 17.9834 9.91672 17.8 10.1L13.2 14.7C13.1 14.8 12.9917 14.8709 12.875 14.9125C12.7584 14.9542 12.6334 14.975 12.5 14.975Z%27 fill=%27%23FFAC60%27/%3e%3c/g%3e%3c/svg%3e")}}.pll-parent-menu-item{position:relative}.hero-blog{display:block;position:relative;padding-top:100px;padding-bottom:120px}@media (min-width: 768px){.hero-blog{padding-top:140px}}.hero-blog:before{content:'';display:block;border-radius:100%;background:#F3933A;box-shadow:0 0 142px 0 rgba(243,147,58,0.38);width:150vw;height:150vw;max-width:688px;max-height:688px;position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:0}@media (min-width: 540px){.hero-blog:before{max-width:959px;max-height:959px}}.hero-blog__title{color:#FFF;text-align:center;font-size:64px;font-style:normal;font-weight:900;line-height:124%;position:relative;z-index:1;margin:0}@media (min-width: 768px){.hero-blog__title{font-size:96px}}.hero-blog__subtitle{color:var(--ffffff, #fff);text-align:center;font-size:18px;font-style:normal;font-weight:500;line-height:150%;margin-top:15px;position:relative;z-index:1;margin-bottom:0}.category-title{font-style:normal;font-weight:700;font-size:28px;line-height:130%;text-align:center;color:#FFAC60;margin-top:30px;margin-bottom:0}@media (min-width: 768px){.category-title{font-size:46px}}@media (min-width: 1600px){.category-title{font-size:72px}}.category-title--white{color:#fff}.category-description p{max-width:800px;margin:16px auto 0;font-style:normal;font-weight:400;font-size:15px;line-height:160%;text-align:center;color:#FFFFFF}@media (min-width: 768px){.category-description p{font-size:16px;line-height:130%}}@media (min-width: 1600px){.category-description p{font-size:18px;line-height:130%;margin-top:24px}}.categories-nav{list-style:none;margin:32px 0;padding:0;text-align:center}@media (min-width: 768px){.categories-nav{display:flex;justify-content:center;align-items:center;margin-bottom:0}}.categories-nav__item{margin-bottom:16px}@media (min-width: 768px){.categories-nav__item{margin-bottom:0}}.categories-nav__item:last-child{margin-bottom:0}.categories-nav__link{display:inline-flex;font-weight:500;font-size:17px;line-height:130%;color:#FFFFFF;padding:8px 20px;text-decoration:none;border-radius:50px;transition:color .1s ease-in-out}@media (min-width: 768px){.categories-nav__link{font-size:18px}}@media (min-width: 1600px){.categories-nav__link{font-size:22px;padding:12px 30px}}.categories-nav__link--current{background-color:#FFAC60}@media (any-hover: hover){.categories-nav__link:hover:not(.categories-nav__link--current){color:#FFAC60}}.hero-post__badge{margin-right:6px;margin-bottom:6px}.hero-post__title{margin-top:16px;margin-bottom:0;font-style:normal;font-weight:700;font-size:26px;line-height:130%;color:#FFFFFF}@media (min-width: 320px) and (max-width: 1919px){.hero-post__title{font-size:calc(26px + (48 - 26) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.hero-post__title{font-size:48px}}@media (min-width: 768px){.hero-post__title{margin-top:24px}}.hero-post__info{font-style:normal;font-weight:400;font-size:14px;line-height:160%;color:#FDFDFE}@media (min-width: 320px) and (max-width: 1919px){.hero-post__info{font-size:calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.hero-post__info{font-size:16px}}@media (min-width: 768px){.hero-post__info{display:flex;margin-top:16px}}@media (min-width: 1280px){.hero-post__info{margin-top:24px}}.hero-post__info-item{display:flex;align-items:center;width:100%;margin-top:16px}@media (min-width: 768px){.hero-post__info-item{margin-top:0;width:auto}}.hero-post__info-item+.hero-post__info-item{margin-top:4px}@media (min-width: 768px){.hero-post__info-item+.hero-post__info-item{margin-top:0;margin-left:6px}}.hero-post__info-item--has-separate{display:flex;align-items:center}.hero-post__info-item--has-separate:before{content:'';width:5px;height:5px;display:block;margin-left:4px;margin-right:8px;background-color:#fff;border-radius:50%}.hero-post__info-author{display:inline-flex;margin:0 4px}.hero-post__info-reading{display:flex;align-items:center}.hero-post__info-reading:before{content:'';width:5px;height:5px;display:none;margin-left:4px;margin-right:8px;background-color:#fff;border-radius:50%}@media (min-width: 768px){.hero-post__info-reading:before{display:block}}.hero-post__link-author{color:#fff;text-decoration:none;font-weight:600;margin:0 5px}.hero-post__posts-preview{width:100%}@media (min-width: 1280px){.hero-post__posts-preview{display:flex}}.hero-post__new-posts{display:none}@media (min-width: 1280px){.hero-post__new-posts{display:block}}.hero-post--v1{margin-top:10px}@media (min-width: 400px){.hero-post--v1{margin-top:20px}}@media (min-width: 768px){.hero-post--v1{margin-top:40px}}.hero-post--v1__img{display:block;width:100%;height:auto;object-fit:cover;filter:drop-shadow(-10px 10px 24px rgba(16,22,34,0.2))}.hero-post--v1__img-wrap{margin-top:16px;width:100%;flex:1 1}@media (min-width: 768px){.hero-post--v1__img-wrap{margin-top:32px}}@media (min-width: 1280px){.hero-post--v1__img-wrap{margin-top:0}}@media (min-width: 1280px){.hero-post--v1-posts-preview{margin-top:16px}}@media (min-width: 1440px){.hero-post--v1-posts-preview{margin-top:33px}}.hero-post--v2{padding-top:20px;padding-bottom:32px;background-color:#010611}@media (min-width: 400px){.hero-post--v2{padding-top:20px}}@media (min-width: 768px){.hero-post--v2{padding-top:60px;padding-bottom:48px}}@media (min-width: 1440px){.hero-post--v2{padding-top:20px;padding-bottom:80px}}.hero-post--v2__img{display:block;width:100%;height:auto;object-fit:cover;filter:drop-shadow(-10px 10px 24px rgba(16,22,34,0.2))}.hero-post--v2__img-wrap{margin-bottom:16px;width:100%;flex:1 1}@media (min-width: 768px){.hero-post--v2__img-wrap{margin-bottom:32px}}@media (min-width: 1600px){.hero-post--v2__img-wrap{margin-bottom:48px}}@media (min-width: 1280px){.hero-post--v2-posts-preview{margin-top:16px}}.author__hero{padding-top:43px}.author__title{display:flex;flex-direction:column-reverse;align-items:center;margin-bottom:24px}@media (min-width: 768px){.author__title{flex-direction:row;justify-content:center;gap:26px;margin-bottom:48px}}@media (min-width: 1280px){.author__title{margin-bottom:68px}}.author__title-avatar{position:relative}.author__full-name{color:#ffffff;text-align:center;font-size:28px;font-style:normal;font-weight:700;line-height:130%}@media (min-width: 768px){.author__full-name{font-size:46px}}@media (min-width: 1280px){.author__full-name{font-size:72px}}.author__avatar{width:84px;height:84px;border-radius:50%;position:relative}@media (min-width: 768px){.author__avatar{width:104px;height:104px}}@media (min-width: 1280px){.author__avatar{width:154px;height:154px}}.author__avatar-circle{position:absolute;top:0;right:-20px}@media (min-width: 768px){.author__avatar-circle{width:22px;height:22px}}@media (min-width: 1280px){.author__avatar-circle{width:28px;height:28px}}.biography{background-color:#010611;padding:24px 16px;margin-bottom:40px}@media (min-width: 768px){.biography{padding:48px;margin-bottom:68px}}@media (min-width: 1280px){.biography{width:100%;max-width:1000px;margin:0 auto 90px;padding:58px}}.biography__title{display:flex;align-items:center;justify-content:center;gap:17px;font-size:18px}@media (min-width: 768px){.biography__title{font-size:24px}}.biography p,.biography ul,.biography ol{font-size:14px;font-weight:400;line-height:180%}@media (min-width: 768px){.biography p,.biography ul,.biography ol{font-size:16px}}.biography ul,.biography ol{padding:0 16px}.breadcrumbs{margin-bottom:0}.post__title{text-align:center;font-size:26px;font-style:normal;font-weight:700;line-height:130%;margin-bottom:24px}@media (min-width: 768px){.post__title{font-size:32px;margin-bottom:48px}}@media (min-width: 1280px){.post__title{font-size:48px;margin-bottom:88px}}.grid-posts{margin-top:24px;margin-bottom:64px}@media (min-width: 768px){.grid-posts{margin-top:80px;margin-bottom:80px}}@media (min-width: 1280px){.grid-posts{margin-top:104px;margin-bottom:120px}}@media (min-width: 768px){.category .grid-posts{margin-top:64px}}.grid-posts__card{margin-bottom:24px}@media (min-width: 768px){.grid-posts__card{margin-bottom:48px}}@media (min-width: 1280px){.grid-posts__card{margin-bottom:100px}}.grid-posts__card:last-child{margin-bottom:0}.grid-posts__pagination{margin-top:40px}@media (min-width: 768px){.grid-posts__pagination{margin-top:0}}@media (min-width: 1280px){.post-content-main{margin-top:40px}}@media (min-width: 1280px){.post-aside{order:2}}.post-aside__new-posts{display:none}@media (min-width: 1280px){.post-aside__new-posts{display:block;margin-bottom:40px}}.post-content{padding-bottom:40px}@media (min-width: 1280px){.post-content{order:1}}.post-content p{font-weight:400;font-size:15px;line-height:160%;color:#FFFFFF}@media (min-width: 320px) and (max-width: 1919px){.post-content p{font-size:calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.post-content p{font-size:18px}}.post-content h2,.post-content h3{font-weight:700;font-size:20px;line-height:160%;color:#FFFFFF;margin-top:30px}@media (min-width: 320px) and (max-width: 1919px){.post-content h2,.post-content h3{font-size:calc(20px + (28 - 20) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.post-content h2,.post-content h3{font-size:28px}}.post-content h3{font-size:18px}@media (min-width: 320px) and (max-width: 1919px){.post-content h3{font-size:calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.post-content h3{font-size:24px}}.post-content a{color:#F3933A}.post-content ul{font-weight:400;font-size:15px;line-height:160%;color:#fff;padding:0;margin:0;list-style:none}@media (min-width: 320px) and (max-width: 1919px){.post-content ul{font-size:calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.post-content ul{font-size:18px}}.post-content ul li:before{content:'';display:inline-block;min-width:15px;width:15px;height:15px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2716%27 height=%2715%27 viewBox=%270 0 16 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M5.43355 14.65C4.96819 14.65 4.52456 14.4471 4.22 14.092L0.384682 9.61744C-0.189641 8.94723 -0.112004 7.93853 0.55821 7.36421C1.22813 6.78925 2.23678 6.86689 2.81178 7.53744L5.31911 10.4625L13.2435 0.906796C14.4702 -0.811417 15.7541 0.140056 14.522 1.86561L6.73373 13.9807C6.44801 14.3805 5.99446 14.6267 5.50388 14.6484C5.4802 14.6494 5.45689 14.65 5.43355 14.65Z%27 fill=%27%23FFAC60%27/%3e%3c/svg%3e");background-size:contain;background-position:center;background-repeat:no-repeat;margin-top:5px;margin-right:5px}.post-content ol{font-weight:400;font-size:15px;line-height:160%;color:#fff;padding:0;margin:0;list-style:none;counter-reset:section}@media (min-width: 320px) and (max-width: 1919px){.post-content ol{font-size:calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.post-content ol{font-size:18px}}.post-content ol li:before{counter-increment:section;content:counter(section);display:inline-flex;align-items:center;justify-content:center;font-weight:500;font-size:11px;line-height:100%;text-align:center;color:#0E171F;width:18px;min-width:18px;height:18px;background-color:#F3933A;border-radius:50%;background-size:contain;background-position:center;background-repeat:no-repeat;margin-right:8px;margin-top:0;transform:translateY(-2px)}.post-content blockquote{display:flex;flex-wrap:wrap;margin:36px 0 16px;padding:22px;border:2px solid #FFAC60;border-radius:24px;position:relative}@media (min-width: 768px){.post-content blockquote{padding:32px}}@media (min-width: 1600px){.post-content blockquote{padding:40px}}.post-content blockquote:before{content:'';display:block;width:32px;height:32px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3crect width=%2730%27 height=%2730%27 rx=%273.75%27 fill=%27%23FFAC60%27/%3e%3cg clip-path=%27url%28%23clip0_1479_8042%29%27%3e%3cpath d=%27M21.7328 8.37988H17.056C16.6314 8.37988 16.2868 8.72449 16.2868 9.14908V13.8258C16.2868 14.2504 16.6314 14.595 17.056 14.595H19.2944C19.2652 15.8196 18.9806 16.7996 18.4421 17.5365C18.0175 18.118 17.3745 18.5995 16.5145 18.9795C16.1191 19.1533 15.9484 19.621 16.133 20.0118L16.6868 21.181C16.8653 21.5563 17.3068 21.7209 17.6883 21.5563C18.7067 21.1163 19.5667 20.5594 20.2682 19.8825C21.1236 19.0564 21.7097 18.1241 22.0266 17.0842C22.3436 16.0442 22.502 14.6258 22.502 12.8259V9.14908C22.502 8.7245 22.1574 8.37988 21.7328 8.37988Z%27 fill=%27%231E232D%27/%3e%3cpath d=%27M9.13128 21.5532C10.1374 21.1148 10.9927 20.5579 11.6989 19.8825C12.5619 19.0564 13.1511 18.1272 13.468 17.0949C13.785 16.0627 13.9434 14.6396 13.9434 12.8259V9.14908C13.9434 8.72449 13.5988 8.37988 13.1742 8.37988H8.49744C8.07284 8.37988 7.72824 8.72449 7.72824 9.14908V13.8258C7.72824 14.2504 8.07284 14.595 8.49744 14.595H10.7358C10.7066 15.8196 10.422 16.7996 9.88354 17.5365C9.45894 18.118 8.81589 18.5995 7.95592 18.9795C7.56055 19.1533 7.38979 19.621 7.5744 20.0118L8.12669 21.1779C8.30516 21.5532 8.74976 21.7194 9.13128 21.5532Z%27 fill=%27%231E232D%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath id=%27clip0_1479_8042%27%3e%3crect width=%2715%27 height=%2715%27 fill=%27white%27 transform=%27translate%287.5 7.5%29%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;left:20px;top:-16px}.post-content blockquote cite{order:1;font-style:normal;font-weight:400;font-size:18px;line-height:150%;color:#FFFFFF}@media (min-width: 320px) and (max-width: 1919px){.post-content blockquote cite{font-size:calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.post-content blockquote cite{font-size:24px}}.post-content blockquote p{order:2;text-align:right;width:100%;font-style:normal;font-weight:700;font-size:15px;line-height:140%;color:#FFFFFF;margin-top:24px;margin-bottom:0}@media (min-width: 320px) and (max-width: 1919px){.post-content blockquote p{font-size:calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.post-content blockquote p{font-size:20px}}.post-content figure{margin:18px 0}.post-content img{width:100%;max-width:100%;height:auto;object-fit:contain}.post-content table{font-weight:400;font-size:15px;line-height:160%;color:#FFFFFF;border-collapse:collapse;margin:32px 0}@media (min-width: 320px) and (max-width: 1919px){.post-content table{font-size:calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.post-content table{font-size:18px}}@media (min-width: 768px){.post-content table{margin:42px 0}}.post-content table td{border:2px solid #fff;padding:14px}.post-content-siblings-posts{display:flex;align-items:center;justify-content:space-between;margin-top:24px;margin-bottom:24px}@media (min-width: 1440px){.post-content-siblings-posts{margin-top:32px;margin-bottom:42px}}.post-content-siblings-posts__link{display:flex;padding:12px;align-items:flex-start;gap:6px;border-radius:24px;background:#010611;color:#FFF !important;font-size:16px;font-style:normal;font-weight:500;line-height:150%;text-decoration:none;transition:background-color .2s ease-in-out}@media (any-hover: hover){.post-content-siblings-posts__link:hover{background-color:#404850}}.post-content-siblings-posts__link .prev-link-text{display:none}@media (min-width: 768px){.post-content-siblings-posts__link .prev-link-text{display:inline-block}}.post-content-posts{margin-top:40px}@media (min-width: 768px){.post-content-posts{margin-top:64px}}@media (min-width: 1280px){.post-content-posts{display:none}}.post-content-posts__title{font-style:normal;font-weight:700;font-size:20px;line-height:130%;color:#FFFFFF;margin-top:0 !important;margin-bottom:24px}@media (min-width: 320px) and (max-width: 1919px){.post-content-posts__title{font-size:calc(20px + (28 - 20) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.post-content-posts__title{font-size:28px}}@media (min-width: 768px){.post-content-posts__items-info{display:flex;align-items:center}}.post-content-posts__item{display:flex;margin-top:20px}.post-content-posts__item-info{padding-left:16px;flex:1 1;display:flex;flex-direction:column}@media (min-width: 768px){.post-content-posts__item-info{padding-left:24px;justify-content:space-between}}.post-content-posts__item-title{font-style:normal;font-weight:700;font-size:16px;line-height:140%;color:#FFFFFF !important;text-decoration:none}@media (min-width: 320px) and (max-width: 1919px){.post-content-posts__item-title{font-size:calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.post-content-posts__item-title{font-size:24px}}@media (min-width: 768px){.post-content-posts__item-title{width:100%}}.post-content-posts__item-date{font-style:normal;font-weight:400;font-size:15px;font-size:15px;line-height:140%;color:#FDFDFE}@media (min-width: 320px) and (max-width: 1919px){.post-content-posts__item-date{font-size:calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.post-content-posts__item-date{font-size:24px}}.post-content-posts__item-reading{font-style:normal;font-weight:400;font-size:15px;font-size:15px;line-height:140%;color:#FDFDFE;display:none}@media (min-width: 320px) and (max-width: 1919px){.post-content-posts__item-reading{font-size:calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.post-content-posts__item-reading{font-size:24px}}@media (min-width: 768px){.post-content-posts__item-reading{display:flex;align-items:center;margin-left:14px}}.post-content-posts__item-reading:before{content:'';display:block;width:4px;height:4px;background-color:#fff;border-radius:50%;margin-right:8px}@media (min-width: 768px){.post-content-posts__item-reading:before{margin-right:12px}}.post-content-posts__img-link{display:block;width:114px}@media (min-width: 768px){.post-content-posts__img-link{width:220px}}.post-content-posts__img{width:100%;height:auto;object-fit:cover !important}.post-content-comments__title{font-style:normal;font-weight:700;font-size:20px;line-height:120%;text-align:center;color:#FFFFFF;margin-bottom:0}@media (min-width: 320px) and (max-width: 1919px){.post-content-comments__title{font-size:calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.post-content-comments__title{font-size:24px}}#comments{margin-top:0;margin-bottom:0}@media (min-width: 600px){#comments{padding-left:16px;padding-right:16px}}@media (min-width: 1140px){#comments{padding-left:0;padding-right:0}}#wpdcom{margin-left:0;margin-bottom:0}#wpdcom .wpd-comment-status,#wpdcom .fa-lock:before{display:none}#wpdcom .wpd-prim-button{background-color:#00AE71;padding:13px 48px;font-weight:500;font-size:12px;line-height:120%;text-transform:uppercase;color:#FFFFFF;border-radius:0}#wpdcom .wpd_label,#wpdcom .wpd_label{display:none}#wpdcom.wpd-layout-2 .wpd-form .wpd-form-foot{display:block !important;margin-left:0;margin-top:7px}@media (min-width: 601px){#wpdcom.wpd-layout-2 .wpd-form .wpd-form-foot{margin-left:65px}}#wpdcom .wpd-form-foot{margin-left:0}@media (min-width: 768px){#wpdcom .wpd-form-row .wpd-form-col-left{width:100%;display:flex;justify-content:space-between}}#wpdcom .wpd-form-row .wpd-form-col-left .wpdiscuz-item.wc_website-wrapper{display:none}#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar img,#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar img.avatar,#wpdcom.wpd-layout-2 .wpd-form .wpd-avatar img,#wpdcom.wpd-layout-2 .wpd-form .wpd-avatar img.avatar{border:0}#wpdcom .wpd-comment-text{font-weight:normal;font-size:16px;line-height:140%;color:#2E3C49;text-align:left}#wpdcom .wpd-hidden-replies .wpd-toggle.wpd-hidden:last-child{cursor:pointer}#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-reply-to{display:none}#wpdcom .wpd-form-row .wpdiscuz-item input[type=email],#wpdcom .wpd-form-row .wpdiscuz-item input[type=text]{box-shadow:none;border-radius:0;background:#585F6C;border:1px solid #A3A7B1 !important;box-sizing:border-box;font-weight:400;font-size:15px;line-height:140%;color:#FFFFFF}#wpdcom .wpd-form-row .wpdiscuz-item input[type=email]::placeholder,#wpdcom .wpd-form-row .wpdiscuz-item input[type=text]::placeholder{font-weight:400;font-size:15px;line-height:140%;color:#FFFFFF}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap textarea{height:140px !important;box-shadow:none;border-radius:0;background:#585F6C;border:1px solid #A3A7B1;box-sizing:border-box;font-weight:400;font-size:15px;line-height:140%;color:#FFFFFF}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap textarea::placeholder{font-weight:400;font-size:15px;line-height:140%;color:#FFFFFF}.wpd-field-icon .fa-at:before,.wpd-field-icon .fa-user:before{display:none}#wpdcom .wpd-form .wpdiscuz-textarea-wrap{padding-bottom:0}@media (min-width: 600px){#wpdcom .wpd-form .wpdiscuz-textarea-wrap{padding-bottom:6px}}#wpdcom .wpd-form-row .wpdiscuz-item input[type="email"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="text"]{border:1px solid #DDDDDD;border-radius:0;height:40px;box-shadow:none;padding-left:16px}@media (min-width: 768px){#wpdcom .wpd-form-row .wpdiscuz-item{width:49%}}#wpdcom .wpd-form-row .wpd-form-col-right{width:100%;text-align:right}#wpdcom .wc-field-submit{justify-content:flex-start}@media (min-width: 600px){#wpdcom .wc-field-submit{justify-content:flex-end}}#wpdcom{max-width:100% !important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar{display:none}@media (min-width: 600px){#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar{display:block}}#wpdcom .wc-field-submit input[type="submit"]{margin-left:0}#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info{margin-left:0;align-items:flex-start;margin-bottom:0;margin-top:0}@media (min-width: 600px){#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info{display:flex}}#wpdcom .wpd-comment-header .wpd-comment-author{font-weight:500;font-size:14px;line-height:130%;color:#2E3C49;margin-right:11px}#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-comment-date{font-weight:300;font-size:14px;line-height:130%;color:#646F7C;display:flex;align-items:center}#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-comment-date .fa-clock:before{content:'';display:block;width:4px;height:4px;background-color:#646F7C;border-radius:50%;margin-right:11px}#wpdcom .wpd-comment-date i{margin-right:0}#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-comment-label{margin-right:11px}#wpdcom .wpd-comment .wpd-comment-right{padding-bottom:0}@media (min-width: 600px){#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header{align-items:flex-start}}@media (min-width: 600px){#wpdcom .wpd-comment-footer{margin-left:63px}}@media (min-width: 600px){#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-text{margin-left:63px;margin-top:-30px}}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-avatar{display:none}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap{flex-basis:100%}@media (min-width: 600px){#wpdcom.wpdiscuz_unauth .wc-field-submit{padding-top:6px}}#wpdcom .wpd-tools{opacity:0 !important;pointer-events:none !important}#wpdcom .wpd-thread-head .wpdiscuz-user-settings{display:none}#wpdcom .wpd-prim-button{background-color:#f3933a;border:none;border-radius:50px}#wpdcom .wpd-form-head,#wpdcom .wpd-sbs-toggle{display:none}.wpd-form-row{display:flex;flex-direction:column}.post-cta-footer{width:100vw;margin-left:-16px;display:flex;padding:32px 16px;flex-direction:column;align-items:center;background:#30363E;box-shadow:0 12px 16px -4px rgba(16,24,40,0.08),0 4px 6px -2px rgba(16,24,40,0.03);margin-top:48px}@media (min-width: 768px){.post-cta-footer{margin-left:0;margin-top:24px;width:100%;border-radius:24px;padding:44px 32px}}@media (min-width: 1280px){.post-cta-footer{margin-top:42px;padding:44px 64px}}.home-page .post-cta-footer{margin-left:0;width:100%}@media (min-width: 768px){.home-page .post-cta-footer{width:688px;margin-left:auto;margin-right:auto;margin-bottom:52px;position:relative;z-index:1}}@media (min-width: 1280px){.home-page .post-cta-footer{width:964px}}.post-cta-footer .title p{color:#FFF;text-align:center;font-family:"Noto Sans JP", sans-serif !important;font-size:28px;font-style:normal;font-weight:900;line-height:150%;margin:0}@media (min-width: 768px){.post-cta-footer .title p{font-size:40px}}@media (min-width: 1280px){.post-cta-footer .title p{font-size:48px}}.post-cta-footer .title p strong{background:linear-gradient(89deg, #F3943A 40.71%, #F3A83A 72.26%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.post-cta-footer .text p{display:block;margin-top:16px;margin-bottom:0;color:#FFF;text-align:center;font-family:"Noto Sans JP", sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:150%}.post-cta-footer .btn-primary{margin-top:44px}@media (min-width: 768px){.post-cta-footer .btn-primary{margin-top:32px}}.cta-home{position:relative;z-index:1;overflow:hidden}@media (min-width: 768px){.cta-home:before{content:'';display:block;border-radius:100%;background:#F3933A;box-shadow:0 0 142px 0 rgba(243,147,58,0.38);width:150vw;height:150vw;max-width:959px;max-height:959px;position:absolute;top:112px;left:50%;transform:translateX(-50%);z-index:0}}@media (min-width: 1440px){.cta-home:before{max-width:1442px;max-height:1442px;top:124px}}.cta-v1{margin-top:32px;margin-bottom:32px;border-radius:24px;border:2px solid rgba(182,182,182,0.12);background:linear-gradient(90deg, #111215 .53%, #1F2025 64.8%);font-family:"Noto Sans JP", sans-serif}@media (min-width: 768px){.cta-v1{display:flex;align-items:center}}.cta-v1__img-wrap{display:flex;align-self:flex-end;width:auto;height:auto;max-height:357px}.cta-v1__img{display:block;width:100%;height:100%;object-fit:contain;object-position:bottom}.cta-v1__content{padding:24px}@media (min-width: 768px){.cta-v1__content{padding:30px 32px 30px 20px}}.cta-v1__title p{color:#FFF;font-size:24px;font-style:normal;font-weight:700;line-height:130%;margin:0}@media (min-width: 768px){.cta-v1__title p{font-size:32px}}.cta-v1__text{margin-top:8px}.cta-v1__text p{color:#D0D0D0;font-size:14px;font-style:normal;font-weight:400;line-height:150%;margin:0}.cta-v1 .btn-primary{margin-top:32px;width:100%}@media (min-width: 768px){.cta-v1 .btn-primary{width:fit-content}}.author-block{display:flex;width:100%;padding:32px 16px;flex-direction:column;gap:24px;border-radius:24px;background:#010611;margin-top:26px;margin-bottom:16px}@media (min-width: 768px){.author-block{padding:44px 32px;margin-top:77px;margin-bottom:24px;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:32px}}@media (min-width: 1440px){.author-block{padding:58px}}.author-block .post-info{display:flex;align-items:center;justify-content:flex-start}@media (min-width: 768px){.author-block .post-info{order:1}}.author-block .post-info .item{display:flex;align-items:center;gap:4px;color:#FDFDFE;font-size:16px;font-style:normal;font-weight:400;line-height:160%}.author-block .post-info .item+.item:before{content:'';width:5px;height:5px;display:block;margin-left:8px;margin-right:8px;background-color:#fff;border-radius:50%}.author-block .author-info{width:100%}@media (min-width: 768px){.author-block .author-info{order:3;display:flex;justify-content:flex-start;align-items:center;gap:24px}}.author-block .author-info .author-avatar-wrap{width:90px;height:90px;margin-left:auto;margin-right:auto;position:relative}@media (min-width: 768px){.author-block .author-info .author-avatar-wrap{margin-left:0;margin-right:0}}.author-block .author-info .author-avatar-wrap:before{content:'';display:block;width:28px;height:28px;background:linear-gradient(90deg, #F3933A 0%, #F3A93A 100%);position:absolute;right:-5px;top:-5px;border-radius:50%}.author-block .author-info .author-avatar{width:100%;height:100%;object-fit:cover;border-radius:50%}.author-block .author-info .author-name{color:#FFF;text-align:center;font-size:24px;font-style:normal;font-weight:700;line-height:130%;margin-top:16px}@media (min-width: 768px){.author-block .author-info .author-name{font-size:32px}}@media (min-width: 768px){.author-block .author-details{order:4}}.author-block .author-details .author-bio p{margin:0;color:#C3C3C3;font-size:14px;font-style:normal;font-weight:400;line-height:180%}.author-block .author-details .author-bio p+p{margin-top:16px}.author-block .share-links{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:16px}@media (min-width: 768px){.author-block .share-links{flex-direction:row;order:2;gap:12px}}.author-block .share-links .links-wrap{display:flex;justify-content:center;align-items:center;gap:16px}.author-block .share-links .share-link{display:flex;width:44px;height:44px;padding:10px;align-items:center;gap:10px;border-radius:100px;background:#2D2D2D}.footer{background-color:#010611;padding-top:32px;padding-bottom:32px;position:relative;z-index:1}.footer__logo-link{display:inline-flex;width:auto;height:auto;flex:0 0 auto}@media (min-width: 768px){.footer__logo-link{margin-right:calc(100% - 140px)}}.footer__logo{width:80px;height:20px;object-fit:contain}@media (min-width: 768px){.footer__logo{width:100%;height:32px}}.footer__menus{padding-bottom:28px}@media (min-width: 768px){.footer__menus-row{display:flex;margin-top:32px}}@media (min-width: 768px){.footer__menus-row .footer-menu{width:50%;margin-top:0}}.footer__description{margin-top:16px;margin-bottom:4px;font-weight:normal;font-size:14px;line-height:20px;color:#FFFFFF;font-size:14px}@media (min-width: 320px) and (max-width: 1919px){.footer__description{font-size:calc(14px + (22 - 14) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.footer__description{font-size:22px}}@media (min-width: 1280px){.footer__description{margin-top:32px}}.footer__separator{height:1px;border:0;margin:0;background-color:#3c4456}.footer__legal{padding-top:28px}.footer__legal-menu{list-style:none;margin-top:0;margin-bottom:0}@media (min-width: 768px){.footer__legal-menu{display:flex;justify-content:center;align-items:stretch}}@media (min-width: 1280px){.footer__legal-menu{justify-content:flex-start}}.footer__legal-menu .menu-item{margin-bottom:10px;display:flex;align-items:center;justify-content:center}@media (min-width: 768px){.footer__legal-menu .menu-item{padding-left:6px;padding-right:6px;border-right:1px solid #fff;margin-bottom:0}}@media (min-width: 1280px){.footer__legal-menu .menu-item{padding-left:11px;padding-right:11px}}@media (min-width: 1600px){.footer__legal-menu .menu-item{padding-left:24px;padding-right:24px}}.footer__legal-menu .menu-item:last-child{margin-bottom:0}@media (min-width: 768px){.footer__legal-menu .menu-item:last-child{border-right:0}}@media (min-width: 1280px){.footer__legal-menu .menu-item:first-child{padding-left:0}}.footer__legal-menu .menu-item a{font-weight:normal;line-height:150%;color:#FFFFFF;text-decoration:none;font-size:14px}@media (min-width: 320px) and (max-width: 1919px){.footer__legal-menu .menu-item a{font-size:calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.footer__legal-menu .menu-item a{font-size:16px}}.footer__legal-copyright{font-size:12px;margin:24px 0 0;text-align:center}@media (min-width: 320px) and (max-width: 1919px){.footer__legal-copyright{font-size:calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.footer__legal-copyright{font-size:16px}}@media (min-width: 1280px){.footer__legal-copyright{margin-top:40px}}.footer__payment-logos{margin-top:24px;display:flex;justify-content:space-between}@media (min-width: 400px){.footer__payment-logos{justify-content:center}}@media (min-width: 1280px){.footer__payment-logos{margin-top:0;justify-content:flex-end}}.footer__payment-logo{max-height:32px}@media (min-width: 400px){.footer__payment-logo{margin-right:14px}}.footer__payment-logo:last-child{margin-right:0}.footer-menu{margin-top:16px}@media (min-width: 1280px){.footer-menu--one{margin-top:32px}}.footer-menu__title{display:flex;align-items:center;justify-content:space-between;text-align:left;width:100%;font-weight:bold;font-size:12px;line-height:140%;text-transform:uppercase;color:#FFFFFF;background-color:transparent;border-radius:0;border:0;padding:0}@media (min-width: 320px) and (max-width: 1919px){.footer-menu__title{font-size:calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.footer-menu__title{font-size:18px}}@media (min-width: 768px){.footer-menu__title{pointer-events:none}}.footer-menu__title:after{content:'';display:block;width:16px;height:8px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2716%27 height=%278%27 viewBox=%270 0 16 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M14.1346 0.179359L7.59374 6.55527L1.05293 0.179359C0.936063 0.0652126 0.779184 0.00130859 0.615824 0.00130859C0.452464 0.00130859 0.295585 0.0652126 0.178723 0.179359C0.122138 0.234801 0.0771846 0.300975 0.0464959 0.374008C0.0158072 0.447041 0 0.525463 0 0.604682C0 0.6839 0.0158072 0.762322 0.0464959 0.835355C0.0771846 0.908388 0.122138 0.974563 0.178723 1.03L7.13701 7.81423C7.25921 7.93334 7.4231 8 7.59374 8C7.76438 8 7.92828 7.93334 8.05047 7.81423L15.0088 1.03131C15.0657 0.97583 15.111 0.909493 15.142 0.836218C15.1729 0.762943 15.1888 0.684216 15.1888 0.604682C15.1888 0.525148 15.1729 0.44642 15.142 0.373145C15.111 0.29987 15.0657 0.233533 15.0088 0.17805C14.8919 0.0639034 14.735 0 14.5717 0C14.4083 0 14.2514 0.0639034 14.1346 0.17805V0.179359Z%27 fill=%27white%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;transition:transform .2s ease-in-out}.accordion-v1--is-open .footer-menu__title:after{transform:rotateX(180deg)}@media (min-width: 768px){.footer-menu__title:after{display:none}}.footer-menu__list-wrap{height:0;overflow:hidden}@media (min-width: 768px){.footer-menu__list-wrap{height:100%;overflow:visible}}.footer-menu__list{list-style:none;margin:14px 0;padding:0}.footer-menu .menu-item{margin-bottom:10px}.footer-menu .menu-item:last-child{margin-bottom:0}.footer-menu .menu-item a{font-weight:normal;font-size:16px;line-height:150%;color:#FFFFFF;text-decoration:none;font-size:14px;transition:color .2s ease-in-out}@media (min-width: 320px) and (max-width: 1919px){.footer-menu .menu-item a{font-size:calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320))}}@media (min-width: 1920px){.footer-menu .menu-item a{font-size:16px}}@media (min-width: 1024px){.footer-menu .menu-item a:hover{color:#FFAC60}.footer-menu .menu-item a:focus-visible{outline:1px dashed #FFAC60}}

