@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/**
 * Swiper 6.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2020
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-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-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.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(-1 * 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:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.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: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  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;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.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%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-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-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/****************************************************
* STYLE
*/
@font-face {
  font-family: "Yu Gothic Medium";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic Medium";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.nfnd-message__ttl, .pmwk-speakers__more a, .pmwk-speakers__ttl, .pmwk-programs__speakers-ttl, .pmwk-programs__days-unit::before, .pmwk-programs__days-ttl::before, .pmwk-programs__days-ttl, .pmwk-programs__ttl, .pmwk-pickup__ttl, .pmwk-news__ttl, .pmwk-mv__date, .pmwk-achv-speakers__more a, .pmwk-achv-speakers__ttl, .g-contact__btn.-btn-qa {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
}

/* スライド系
-------------------------------------------------- */
@keyframes slide-01 {
  0% {
    opacity: 0;
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-02 {
  0% {
    transform: translateX(0);
  }
  49.5% {
    transform: translateX(100%);
  }
  50.5% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-02-reverse {
  0% {
    transform: translateX(0);
  }
  49.5% {
    transform: translateX(-100%);
  }
  50.5% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* アンダーライン系
-------------------------------------------------- */
@keyframes underline-01 {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 50%;
  }
  49.5% {
    transform: scaleX(0);
    transform-origin: 100% 50%;
  }
  50.5% {
    transform: scaleX(0);
    transform-origin: 0 50%;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0 50%;
  }
}
@keyframes underline-01-on {
  0% {
    transform: scaleX(0);
    transform-origin: 0 50%;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0 50%;
  }
}
@keyframes underline-01-off {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 50%;
  }
}
@keyframes underline-02-hide {
  0% {
    background-size: 100% 0.062rem;
    background-position: 100% 100%;
  }
  100% {
    background-size: 0 0.062rem;
    background-position: 100% 100%;
  }
}
@keyframes underline-02-show {
  0% {
    background-size: 0 0.062rem;
    background-position: 0 100%;
  }
  100% {
    background-size: 100% 0.062rem;
    background-position: 0 100%;
  }
}
@keyframes underline-02-icon-hide {
  0% {
    background-size: calc(100% - 1.25em) 0.062rem;
    background-position: 0 100%;
  }
  100% {
    background-size: 0 0.062rem;
    background-position: calc(100% - 1.25em) 100%;
  }
}
@keyframes underline-02-icon-show {
  0% {
    background-size: 0 0.062rem;
    background-position: 0 100%;
  }
  100% {
    background-size: calc(100% - 1.25em) 0.062rem;
    background-position: 0 100%;
  }
}
.g-application {
  width: 8.187rem;
  position: fixed;
  right: -2%;
  bottom: 1rem;
  z-index: 300;
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0, 0.4, 0.25, 1);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .g-application {
    width: 17.125rem;
    right: 4.258%;
    bottom: 0;
  }
}
.is-scroll .g-application {
  opacity: 1;
  pointer-events: visible;
}
.g-application a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7.781rem;
  padding: 0 1.25rem 0.625rem 0;
}
.g-application a::before, .g-application a::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.45s ease;
}
.g-application a::before {
  background-image: url(../img/week2021/application-btn.png);
}
@media screen and (min-width: 768px) {
  .g-application a {
    height: 16.25rem;
    padding: 0 1.875rem 1.25rem 0;
  }
  .g-application a::after {
    background-image: url(../img/week2021/application-btn@on.png);
    opacity: 0;
  }
  .g-application a:hover::after {
    opacity: 1;
  }
}
.g-application img {
  width: 3.375rem;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .g-application img {
    width: 6.75rem;
  }
}

.g-contact {
  position: relative;
}
.g-contact::before, .g-contact::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100%;
  position: absolute;
}
.g-contact::before {
  background-image: url(../img/week2021/contact-obj-01.png);
  width: 10.718rem;
  height: 11.343rem;
  top: 0;
  left: -3.938rem;
}
@media screen and (min-width: 768px) {
  .g-contact::before {
    width: 27.687rem;
    height: 20.375rem;
    left: -3.063rem;
  }
}
.g-contact::after {
  background-image: url(../img/week2021/contact-obj-02.png);
  width: 11.875rem;
  height: 11.718rem;
  bottom: 0.406rem;
  right: -4.813rem;
}
@media screen and (min-width: 768px) {
  .g-contact::after {
    width: 32rem;
    height: 30.687rem;
    bottom: -9.563rem;
    right: -7.563rem;
  }
}
.g-contact__inner {
  padding: 7.031rem 0 9.125rem;
  margin: 0 6.666%;
}
@media screen and (min-width: 768px) {
  .g-contact__inner {
    width: 71.428%;
    padding: 9.375rem 0 10rem;
    margin: 0 auto;
  }
}
.g-contact__inner::before, .g-contact__inner::after {
  content: "";
  display: block;
  background-color: #64ab47;
  height: 0.125rem;
  position: absolute;
  top: 0;
}
.g-contact__inner::before {
  width: 100%;
  right: 9.937rem;
}
@media screen and (min-width: 768px) {
  .g-contact__inner::before {
    right: 23.75rem;
  }
}
.g-contact__inner::after {
  width: 1.875rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .g-contact__inner::after {
    width: 7rem;
  }
}
.g-contact__btn {
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .g-contact__btn {
    width: 33.75rem;
    margin: 0 auto;
  }
}
.g-contact__btn:nth-child(n+2) {
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .g-contact__btn:nth-child(n+2) {
    margin-top: 6.125rem;
  }
}
.g-contact__btn a {
  display: block;
  padding: 0.531rem 0 0.5rem;
  color: #fff;
  text-align: center;
  border-radius: 1.562rem;
}
@media screen and (min-width: 768px) {
  .g-contact__btn a {
    padding: 0.812rem 0 0.875rem;
    border-radius: 2.625rem;
    transition: background-color 0.45s cubic-bezier(0, 0.4, 0.25, 1);
  }
}
.g-contact__btn-label {
  margin-bottom: 1.281rem;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .g-contact__btn-label {
    margin-bottom: 2.125rem;
    font-size: 1.25rem;
  }
}
.g-contact__btn.-btn-qa {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .g-contact__btn.-btn-qa {
    font-size: 2.5rem;
  }
}
.g-contact__btn.-btn-qa a {
  background-color: #ef816e;
}
@media screen and (min-width: 768px) {
  .g-contact__btn.-btn-qa a:hover {
    background-color: #e7a195;
  }
}
.g-contact__btn.-btn-contact {
  font-size: 1.25rem;
  line-height: 1.68;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .g-contact__btn.-btn-contact {
    font-size: 2.125rem;
  }
}
.g-contact__btn.-btn-contact a {
  background-color: #f5b318;
}
@media screen and (min-width: 768px) {
  .g-contact__btn.-btn-contact a:hover {
    background-color: #eebf51;
  }
}
.g-contact__illust.-illust-01 {
  width: 9.484rem;
  height: 6.031rem;
  position: absolute;
  top: -2rem;
  right: 1.343rem;
}
@media screen and (min-width: 768px) {
  .g-contact__illust.-illust-01 {
    width: 19.375rem;
    height: 12.312rem;
    top: -4.125rem;
    right: 6.125rem;
  }
}
.g-contact__illust.-illust-02 {
  width: 5.359rem;
  height: 6.75rem;
  position: absolute;
  bottom: 1.156rem;
  left: 0.875rem;
}
@media screen and (min-width: 768px) {
  .g-contact__illust.-illust-02 {
    width: 13.875rem;
    height: 17.5rem;
    bottom: 2.812rem;
    left: 8.062rem;
  }
}

.g-controller {
  display: flex;
  justify-content: center;
  margin-top: 1.687rem;
  font-size: 0.8125rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .g-controller {
    margin-top: 4.875rem;
    font-size: 1rem;
  }
}
.g-controller__nav {
  padding: 0 0.812rem;
}
@media screen and (min-width: 768px) {
  .g-controller__nav {
    padding: 0 2.937rem;
  }
}
.g-controller__nav-inner {
  display: flex;
  align-items: center;
}
.g-controller__nav [class^=icon-] {
  font-size: 0.71875rem;
}
@media screen and (min-width: 768px) {
  .g-controller__nav [class^=icon-] {
    font-size: 1.4375rem;
  }
}
.g-controller__nav.-prev [class^=icon-] {
  margin-right: 0.937rem;
}
@media screen and (min-width: 768px) {
  .g-controller__nav.-prev [class^=icon-] {
    margin-right: 2.5rem;
  }
}
.g-controller__nav.-next [class^=icon-] {
  margin-left: 0.937rem;
}
@media screen and (min-width: 768px) {
  .g-controller__nav.-next [class^=icon-] {
    margin-left: 2.5rem;
  }
}
.g-controller__nav:last-child:not(:nth-child(1)) {
  position: relative;
}
.g-controller__nav:last-child:not(:nth-child(1))::before {
  content: "";
  display: block;
  background-color: #64ab47;
  width: 0.125rem;
  height: 0.781rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .g-controller__nav:last-child:not(:nth-child(1))::before {
    height: 1.625rem;
  }
}

.g-copyright {
  margin-top: 2.156rem;
}
@media screen and (min-width: 768px) {
  .g-copyright {
    margin-top: 3.875rem;
  }
}
.g-copyright small {
  display: block;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .g-copyright small {
    font-size: 0.875rem;
  }
}

.g-ftr-logo a {
  display: inline-block;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .g-ftr-logo a {
    transition: opacity 0.45s cubic-bezier(0, 0.4, 0.25, 1);
  }
  .g-ftr-logo a:hover {
    opacity: 0.75;
  }
}
.g-ftr-logo img {
  width: 14.343rem;
}
@media screen and (min-width: 768px) {
  .g-ftr-logo img {
    width: 23.937rem;
  }
}

.g-hdr-logo {
  padding: 0.843rem 0 0.781rem 4.133vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .g-hdr-logo {
    padding: 1.187rem 0 1.25rem 4.285%;
  }
}
.g-hdr-logo a {
  display: flex;
  align-items: center;
  width: 8.906rem;
}
@media screen and (min-width: 768px) {
  .g-hdr-logo a {
    width: 16.75rem;
    transition: opacity 0.45s cubic-bezier(0, 0.4, 0.25, 1);
  }
  .g-hdr-logo a:hover {
    opacity: 0.75;
  }
}

.g-nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  visibility: hidden;
  transition: visibility 0.45s cubic-bezier(0, 0.4, 0.25, 1) 0.45s;
}
@media screen and (min-width: 768px) {
  .g-nav {
    visibility: visible;
    position: static;
  }
}
.is-menu-open .g-nav {
  visibility: visible;
  transition: visibility 0.45s cubic-bezier(0, 0.4, 0.25, 1) 0s;
}
.g-nav__bg {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0, 0.4, 0.25, 1) 0s;
}
@media screen and (min-width: 768px) {
  .g-nav__bg {
    display: none;
  }
}
.is-menu-open .g-nav__bg {
  opacity: 1;
  transition: opacity 0.45s cubic-bezier(0, 0.4, 0.25, 1) 0s;
}
.g-nav__container {
  background-color: #64ab47;
  width: 50%;
  height: 100%;
  margin-left: auto;
  position: relative;
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(0, 0.4, 0.25, 1) 0s;
}
@media screen and (min-width: 768px) {
  .g-nav__container {
    background-color: transparent;
    width: auto;
    transform: none;
  }
}
.is-menu-open .g-nav__container {
  transform: none;
  transition: transform 0.45s cubic-bezier(0, 0.4, 0.25, 1) 0s;
}
.g-nav__lists {
  padding: 5.468rem 19.2%;
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .g-nav__lists {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    font-size: 1.0625rem;
  }
}
.g-nav__lists-item a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .g-nav__lists-item a {
    color: #64ab47;
    transition: opacity 0.45s cubic-bezier(0, 0.4, 0.25, 1);
  }
  .g-nav__lists-item a:hover {
    opacity: 0.75;
  }
}
.g-nav__lists-item:nth-child(n+2) {
  padding-top: 1.062rem;
  margin-top: 1.062rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .g-nav__lists-item:nth-child(n+2) {
    padding: 0 0 0 1.75rem;
    margin: 0 0 0 1.75rem;
  }
}
.g-nav__lists-item:nth-child(n+2)::before {
  content: "";
  display: block;
  background-color: #acd270;
  width: 0.5rem;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .g-nav__lists-item:nth-child(n+2)::before {
    width: 1px;
    height: 0.937rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

.g-privacy {
  margin-top: 2.406rem;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .g-privacy {
    margin-top: 4.25rem;
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .g-privacy a {
    transition: opacity 0.45s cubic-bezier(0, 0.4, 0.25, 1);
  }
  .g-privacy a:hover {
    opacity: 0.75;
  }
}

.g-sns {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0.156rem 0 auto;
  line-height: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .g-sns {
    margin: 0 0 0 2.812rem;
  }
}
.g-sns__list [class^=icon-] {
  display: block;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .g-sns__list [class^=icon-] {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .g-sns__list a {
    display: block;
    transition: opacity 0.45s cubic-bezier(0, 0.4, 0.25, 1);
  }
  .g-sns__list a:hover {
    opacity: 0.75;
  }
}
.g-sns__list:nth-child(n+2) {
  margin-left: 0.375rem;
}
@media screen and (min-width: 768px) {
  .g-sns__list:nth-child(n+2) {
    margin-left: 0.625rem;
  }
}

.g-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  width: 2.968rem;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .g-trigger {
    display: none;
  }
}
.g-trigger__icon {
  width: 1.093rem;
  height: 0.875rem;
  position: relative;
}
.g-trigger__icon span {
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  position: absolute;
  left: 0;
  overflow: hidden;
}
.g-trigger__icon span::before {
  content: "";
  display: block;
  background-color: #64ab47;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0.046rem;
}
.is-menu-open .g-trigger__icon span::before {
  background-color: #fff;
}
.g-trigger__icon span:nth-child(1) {
  top: 0;
  transition: top 0.45s cubic-bezier(0, 0.4, 0.25, 1) 0.45s, transform 0.45s cubic-bezier(0, 0.4, 0.25, 1) 0s;
}
.is-menu-open .g-trigger__icon span:nth-child(1) {
  top: 0.375rem;
  transform: rotate(45deg);
  transition: top 0.45s cubic-bezier(0, 0.4, 0.25, 1) 0s, transform 0.45s cubic-bezier(0, 0.4, 0.25, 1) 0.45s;
}
.g-trigger__icon span:nth-child(2) {
  top: 0.375rem;
  transition: opacity 0.15s cubic-bezier(0, 0.4, 0.25, 1) 0.45s;
}
.is-menu-open .g-trigger__icon span:nth-child(2) {
  opacity: 0;
}
.g-trigger__icon span:nth-child(3) {
  top: 0.75rem;
  transition: top 0.45s cubic-bezier(0, 0.4, 0.25, 1) 0.45s, transform 0.45s cubic-bezier(0, 0.4, 0.25, 1) 0s;
}
.is-menu-open .g-trigger__icon span:nth-child(3) {
  top: 0.375rem;
  transform: rotate(-45deg);
  transition: top 0.45s cubic-bezier(0, 0.4, 0.25, 1) 0s, transform 0.45s cubic-bezier(0, 0.4, 0.25, 1) 0.45s;
}

.m-clip {
  display: block;
  position: relative;
  overflow: hidden;
}
.m-clip img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.m-visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.m-btn {
  width: 84vw;
  margin: 20vw auto 0 6.933vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .m-btn {
    width: 70%;
    margin: 6rem auto 0;
  }
}
.m-btn::before {
  content: "";
  display: block;
  background: url(../img/texture/dot-red.png) repeat 0 0/53.333vw auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  opacity: 0.12;
}
@media screen and (min-width: 768px) {
  .m-btn::before {
    background-size: 12.5rem auto;
    top: 0.75rem;
    left: 0.75rem;
  }
}
.m-btn__inner {
  display: block;
  background-color: #64ab47;
  padding: 2rem;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .m-btn__inner {
    display: flex;
    align-items: center;
    padding: 2rem 0;
  }
}
.m-btn__inner > span {
  display: block;
}
.m-btn__main {
  padding-bottom: 1.312rem;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .m-btn__main {
    flex-basis: 71.428%;
    padding: 1.25rem 4.761%;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
}
.m-btn__main::after {
  content: "";
  display: block;
  background-color: currentColor;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .m-btn__main::after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 100%;
  }
}
.m-btn__sub {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .m-btn__sub {
    flex-basis: 0;
    flex-grow: 1;
    margin-top: 0;
    font-size: 1rem;
  }
}
.m-btn__sub [class^=icon-] {
  margin-left: 0.375rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .m-btn__sub [class^=icon-] {
    margin-left: 0.5rem;
  }
}

html {
  font-size: calc(14px + (200vw - 640px) / 55);
}
@media screen and (min-width: 375px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.166vw;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: calc(14px + (200vw - 2400px) / 240);
  }
}
@media screen and (min-width: 1300px) {
  html {
    font-size: 16px;
  }
}

body {
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1;
  color: #434343;
  position: relative;
}

main, picture {
  display: block;
}

main {
  background: #fff;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.25;
  letter-spacing: 0;
}

p {
  margin: 0;
  line-height: 1.5;
}

ul, ol {
  line-height: 1.5;
}

img, svg {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
  border: none;
}
img[width="0"], svg[width="0"] {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 100%;
}

figure {
  margin: 0;
}

textarea {
  vertical-align: top;
  resize: vertical;
}

a {
  color: currentColor;
  text-decoration: none;
}
a[href^="tel:"] {
  cursor: default;
}

::selection {
  background: #64ab47;
  color: #fff;
}

::-moz-selection {
  background: #64ab47;
  color: #fff;
}

:focus {
  outline: none;
}

input, textarea {
  box-sizing: border-box;
}

sup {
  font-size: 0.625rem;
}

button {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  border: none;
  cursor: pointer;
}

/*
各ベンダープレフィックスが取れた標準版！！
(http://caniuse.com/#search=placeholder-shown)
*/
::placeholder {
  color: #808080;
  letter-spacing: 0.05em;
}

:placeholder-shown {
  color: #808080;
  letter-spacing: 0.05em;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #808080;
  letter-spacing: 0.05em;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #808080;
  letter-spacing: 0.05em;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #808080;
  letter-spacing: 0.05em;
  opacity: 1;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #808080;
  letter-spacing: 0.05em;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #808080;
  letter-spacing: 0.05em;
}

.st-ftr {
  background-color: #64ab47;
  padding: 3.75rem 0 1.312rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .st-ftr {
    padding: 6.25rem 0 2.25rem;
  }
}

.st-hdr {
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 3000;
}
.st-hdr__inner {
  display: flex;
  justify-content: space-between;
  padding-right: 2.968rem;
}
@media screen and (min-width: 768px) {
  .st-hdr__inner {
    justify-content: flex-end;
    align-items: center;
    padding-right: 3.714%;
  }
}
.st-hdr--dummy {
  position: absolute;
  top: 50vh;
  left: 0;
}

.st-main {
  padding-top: 3.312rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .st-main {
    padding-top: 5.625rem;
  }
}

@media screen and (min-width: 768px) {
  .is-vs {
    display: none;
  }
}
.is-vp {
  display: none;
}
@media screen and (min-width: 768px) {
  .is-vp {
    display: block;
  }
}

.pmwk-ns-article {
  padding-bottom: 4.687rem;
}
@media screen and (min-width: 768px) {
  .pmwk-ns-article {
    width: 71.428%;
    padding-bottom: 8.25rem;
    margin: 0 auto;
  }
}

.pmwk-ns-body {
  margin: 2.5rem 8% 0;
}
@media screen and (min-width: 768px) {
  .pmwk-ns-body {
    margin: 5.625rem 12.5% 0;
  }
}
.pmwk-ns-body > * {
  margin-top: 1.437rem;
}
@media screen and (min-width: 768px) {
  .pmwk-ns-body > * {
    margin-top: 1.625rem;
  }
}
.pmwk-ns-body p, .pmwk-ns-body ul, .pmwk-ns-body ol {
  font-size: 0.8125rem;
  line-height: 1.7692307692;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .pmwk-ns-body p, .pmwk-ns-body ul, .pmwk-ns-body ol {
    font-size: 1rem;
    line-height: 1.625;
  }
}

.pmwk-ns-hdr {
  padding-top: 1.593rem;
  margin: 0 8%;
}
@media screen and (min-width: 768px) {
  .pmwk-ns-hdr {
    padding-top: 4rem;
    margin: 0;
  }
}
.pmwk-ns-hdr__info {
  display: flex;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .pmwk-ns-hdr__info {
    font-size: 0.9375rem;
  }
}
.pmwk-ns-hdr__info-label {
  margin-right: 0.125rem;
}
.pmwk-ns-hdr__info-label::before {
  content: "｜";
}
.pmwk-ns-hdr__info-label::after {
  content: "｜";
}
.pmwk-ns-hdr__ttl {
  margin-top: 0.875rem;
  font-size: 0.84375rem;
  line-height: 1.4814814815;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .pmwk-ns-hdr__ttl {
    margin-top: 1.875rem;
    font-size: 1.6875rem;
  }
}

.pmwk-ns-img {
  margin-top: 1.062rem;
}
@media screen and (min-width: 768px) {
  .pmwk-ns-img {
    margin-top: 2.062rem;
  }
}
.pmwk-ns-img .m-clip {
  padding-bottom: 88.8%;
}
@media screen and (min-width: 768px) {
  .pmwk-ns-img .m-clip {
    padding-bottom: 66.4%;
  }
}

.pmwk-achv-speakers {
  padding-bottom: 5.25rem;
  margin-top: 1.812rem;
}
@media screen and (min-width: 768px) {
  .pmwk-achv-speakers {
    padding-bottom: 14.75rem;
    margin-top: 6.25rem;
  }
}
.pmwk-achv-speakers img {
  width: 100%;
}
.pmwk-achv-speakers__inner {
  background: url(../img/week2021/speakers/illust-hdr.png) no-repeat 50% 0/100% auto;
  padding-top: 17.466%;
}
@media screen and (min-width: 768px) {
  .pmwk-achv-speakers__inner {
    background-image: url(../img/week2021/speakers/illust-hdr@pc.png);
    background-size: 87.5rem auto;
    padding-top: 8.812rem;
    position: relative;
  }
  .pmwk-achv-speakers__inner::before, .pmwk-achv-speakers__inner::after {
    content: "";
    display: block;
    background-color: #f1f2e2;
    width: 100%;
    height: 8rem;
    border-bottom: 0.218rem solid #64ab47;
    position: absolute;
    top: 0;
  }
  .pmwk-achv-speakers__inner::before {
    left: 50%;
    margin-left: 43.75rem;
  }
  .pmwk-achv-speakers__inner::after {
    right: 50%;
    margin-right: 43.75rem;
  }
}
.pmwk-achv-speakers__ttl {
  padding-top: 0.906rem;
  font-size: 1.9375rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 900;
  color: #128b3b;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pmwk-achv-speakers__ttl {
    padding-top: 0;
    margin-top: -1.375rem;
    font-size: 3.875rem;
  }
}
.pmwk-achv-speakers__summary {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: 500;
  color: #64ab47;
}
@media screen and (min-width: 768px) {
  .pmwk-achv-speakers__summary {
    margin-top: 1.25rem;
    font-size: 1.375rem;
  }
}
.pmwk-achv-speakers__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1.593rem 8% 0;
}
@media screen and (min-width: 768px) {
  .pmwk-achv-speakers__lists {
    justify-content: flex-start;
    width: 71.428%;
    margin: 3.75rem auto 0;
  }
}
.pmwk-achv-speakers__lists-unit {
  flex-basis: 46.031%;
}
@media screen and (min-width: 768px) {
  .pmwk-achv-speakers__lists-unit {
    flex-basis: 14.499%;
  }
}
.pmwk-achv-speakers__lists-unit:nth-child(n+3) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .pmwk-achv-speakers__lists-unit:nth-child(n+3) {
    margin-top: 2.875rem;
  }
  .pmwk-achv-speakers__lists-unit:nth-child(n+3):nth-child(-n+6) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .pmwk-achv-speakers__lists-unit:not(:nth-child(6n+1)) {
    margin-left: 2.6%;
  }
}
.pmwk-achv-speakers__lists-thumb {
  border-radius: 0.312rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .pmwk-achv-speakers__lists-thumb {
    border-radius: 0.375rem;
  }
}
.pmwk-achv-speakers__lists-thumb .m-clip {
  padding-bottom: 100%;
}
.pmwk-achv-speakers__lists-name {
  margin-top: 1.093rem;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #64ab47;
}
@media screen and (min-width: 768px) {
  .pmwk-achv-speakers__lists-name {
    margin-top: 1.125rem;
  }
}
.pmwk-achv-speakers__lists-ruby {
  margin-top: 0.187rem;
  font-size: 0.6875rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #64ab47;
}
@media screen and (min-width: 768px) {
  .pmwk-achv-speakers__lists-ruby {
    margin-top: 0.25rem;
  }
}
.pmwk-achv-speakers__lists-txt {
  margin-top: 0.281rem;
  font-size: 0.6875rem;
  line-height: 1.5454545455;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .pmwk-achv-speakers__lists-txt {
    margin-top: 0.312rem;
  }
}
.pmwk-achv-speakers__sns {
  display: flex;
  padding: 0;
  margin: 0.5rem 0 0;
  list-style: none;
}
.pmwk-achv-speakers__sns-item {
  flex-basis: 1.687rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .pmwk-achv-speakers__sns-item {
    flex-basis: 1.75rem;
    font-size: 1.375rem;
  }
}
.pmwk-achv-speakers__sns-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.687rem;
  border: 1px solid #64ab47;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .pmwk-achv-speakers__sns-item a {
    height: 1.75rem;
  }
}
.pmwk-achv-speakers__sns-item [class^=icon-] {
  position: relative;
  left: 0.062rem;
}
.pmwk-achv-speakers__sns-item:nth-child(n+2) {
  margin-left: 0.812rem;
}
@media screen and (min-width: 768px) {
  .pmwk-achv-speakers__sns-item:nth-child(n+2) {
    margin-left: 0.75rem;
  }
}
.pmwk-achv-speakers__more {
  margin: 4.312rem 6.666% 0;
}
@media screen and (min-width: 768px) {
  .pmwk-achv-speakers__more {
    width: 20.375rem;
    margin: 4.5rem auto 0;
  }
}
.pmwk-achv-speakers__more a {
  display: block;
  padding: 0.718rem 12.307% 0.656rem 0;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #64ab47;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pmwk-achv-speakers__more a {
    padding-right: 2.5rem;
  }
}
.pmwk-achv-speakers__more a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 0.187rem solid #64ab47;
  border-radius: 1.656rem;
  position: absolute;
  top: 0;
  left: 0;
}
.pmwk-achv-speakers__more [class^=icon-] {
  font-size: 1.625rem;
  position: absolute;
  top: 50%;
  right: 11.076%;
  transform: translateY(-50%);
}
.pmwk-about {
  background-color: #f1f2e2;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .pmwk-about {
    margin: -3.938rem 0 0 9.428%;
  }
}
.pmwk-about__inner {
  padding: 4.031rem 8% 3.75rem;
}
@media screen and (min-width: 768px) {
  .pmwk-about__inner {
    padding: 9rem 0 4.875rem;
    margin-right: 10.41%;
    position: relative;
  }
  .pmwk-about__inner::before, .pmwk-about__inner::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    position: absolute;
  }
  .pmwk-about__inner::before {
    background-image: url(../img/week2021/about-illust-04.svg);
    width: 11.687rem;
    height: 9rem;
    top: 14.687rem;
    right: -5.188rem;
  }
  .pmwk-about__inner::after {
    background-image: url(../img/week2021/about-illust-05.svg);
    width: 10.875rem;
    height: 3rem;
    bottom: -1.438rem;
    right: 12.125rem;
  }
}
.pmwk-about__ttl {
  font-size: 1.5625rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #128b3b;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pmwk-about__ttl {
    font-size: 2.25rem;
  }
}
.pmwk-about__block {
  margin-top: 0.906rem;
}
@media screen and (min-width: 768px) {
  .pmwk-about__block {
    margin-top: 1.25rem;
  }
}
.pmwk-about__block-ttl {
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #64ab47;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pmwk-about__block-ttl {
    font-size: 1.4375rem;
    line-height: 1.9130434783;
    letter-spacing: 0.08em;
  }
}
.pmwk-about__block-txt {
  margin-top: 1.187rem;
}
@media screen and (min-width: 768px) {
  .pmwk-about__block-txt {
    width: 63.38%;
    margin: 1.5rem auto 0;
  }
}
.pmwk-about__block-txt p {
  font-size: 0.8125rem;
  line-height: 1.7692307692;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .pmwk-about__block-txt p {
    font-size: 1.1875rem;
    line-height: 2.1052631579;
    letter-spacing: 0.08em;
  }
}
.pmwk-about__illust {
  position: absolute;
}
.pmwk-about__illust img {
  width: 100%;
}
.pmwk-about__illust.-illust-01 {
  width: 6.406rem;
  top: -2.813rem;
  right: 5.866%;
}
@media screen and (min-width: 768px) {
  .pmwk-about__illust.-illust-01 {
    width: 11.687rem;
    top: 16rem;
    right: 100%;
    transform: translateX(8.5rem);
  }
}
.pmwk-about__illust.-illust-02 {
  width: 6.187rem;
  left: 8%;
  bottom: -2.75rem;
}
@media screen and (min-width: 768px) {
  .pmwk-about__illust.-illust-02 {
    width: 11.25rem;
    left: 100%;
    bottom: 3.125rem;
    transform: translateX(-9.875rem);
  }
}
.pmwk-about__illust.-illust-03 {
  width: 6.406rem;
  bottom: -2rem;
  right: 3.2%;
}
@media screen and (min-width: 768px) {
  .pmwk-about__illust.-illust-03 {
    width: 11.687rem;
    bottom: 7.437rem;
    right: 100%;
    transform: translateX(4.937rem);
  }
}

.pmwk-lead {
  background-color: #dae089;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .pmwk-lead {
    margin-right: 9.428%;
    z-index: 200;
  }
}
.pmwk-lead img {
  width: 100%;
}
.pmwk-lead__inner {
  padding: 3.218rem 6.666% 1.906rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pmwk-lead__inner {
    padding: 5rem 5rem 4.5rem 16.785%;
  }
}
.pmwk-lead__icon {
  width: 5rem;
  position: absolute;
  left: 4.533%;
  top: -2.313rem;
}
@media screen and (min-width: 768px) {
  .pmwk-lead__icon {
    width: 10rem;
    left: 12.571%;
    top: -5.563rem;
  }
}
.pmwk-lead__copy {
  padding: 0 0.218rem;
  font-size: 0.9375rem;
  line-height: 1.9;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #128b3b;
}
@media screen and (min-width: 768px) {
  .pmwk-lead__copy {
    padding: 0 0.437rem;
    font-size: 1.875rem;
    letter-spacing: 0.05em;
  }
}
.pmwk-lead__copy span {
  background-color: #fff;
  padding: 0.062rem 0;
  box-shadow: 0.218rem 0 0 #fff, -0.219rem 0 0 #fff;
  box-decoration-break: clone;
}
@media screen and (min-width: 768px) {
  .pmwk-lead__copy span {
    box-shadow: 0.437rem 0 0 #fff, -0.438rem 0 0 #fff;
  }
}

.pmwk-mv {
  position: relative;
}
.pmwk-mv__ttl {
  width: 94.399%;
  position: absolute;
  top: 40.8vw;
  left: 3.333%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .pmwk-mv__ttl {
    width: 58.285%;
    top: 31.5%;
    left: 20.642%;
  }
}
.pmwk-mv__date {
  width: 100%;
  padding: 0 8%;
  font-size: 5.333vw;
  line-height: 1.2;
  letter-spacing: 0.078em;
  font-weight: 900;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 25.333vw;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .pmwk-mv__date {
    font-size: 2.857vw;
    bottom: 16.666%;
  }
}
.pmwk-mv__inner {
  position: relative;
}
.pmwk-mv img {
  width: 100%;
}
.pmwk-mv .swiper-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .pmwk-mv .swiper-pagination {
    bottom: 1.875rem;
  }
}
.pmwk-mv .swiper-pagination-bullet:not(:root) {
  background-color: #dae089;
  width: 0.531rem;
  height: 0.531rem;
  margin: 0 0.656rem;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .pmwk-mv .swiper-pagination-bullet:not(:root) {
    width: 0.625rem;
    height: 0.625rem;
    margin: 0 0.718rem;
  }
}
.pmwk-mv .swiper-pagination-bullet-active:not(:root) {
  background-color: #64ab47;
}

.pmwk-news {
  margin-top: 5.062rem;
}
@media screen and (min-width: 768px) {
  .pmwk-news {
    margin-top: 6.25rem;
  }
}
.pmwk-news img {
  width: 100%;
}
.pmwk-news__inner {
  background: url(../img/week2021/news-illust-hdr.png) no-repeat 50% 0/100% auto;
  padding-top: 16.8%;
}
@media screen and (min-width: 768px) {
  .pmwk-news__inner {
    background-image: url(../img/week2021/news-illust-hdr@pc.png);
    background-size: 87.5rem auto;
    padding-top: 8.625rem;
    position: relative;
  }
  .pmwk-news__inner::before, .pmwk-news__inner::after {
    content: "";
    display: block;
    background-color: #64ab47;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 7.562rem;
  }
  .pmwk-news__inner::before {
    left: 50%;
    margin-left: 43.75rem;
  }
  .pmwk-news__inner::after {
    right: 50%;
    margin-right: 43.75rem;
  }
}
.pmwk-news__ttl {
  padding-top: 0.5rem;
  font-size: 1.9375rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 900;
  color: #128b3b;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pmwk-news__ttl {
    padding-top: 0;
    margin-top: -1.813rem;
    font-size: 3.875rem;
  }
}
.pmwk-news__lists {
  margin: 1.531rem 0 0 8%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .pmwk-news__lists {
    margin: 3.375rem 0 0 14.285%;
  }
}
.pmwk-news__lists-container {
  margin-left: -3.914%;
}
@media screen and (min-width: 768px) {
  .pmwk-news__lists-container {
    margin-left: -2.084%;
  }
}
.pmwk-news__lists-inner {
  display: block;
  margin: 0 5.357%;
}
@media screen and (min-width: 768px) {
  .pmwk-news__lists-inner {
    margin: 0 7.142%;
  }
  .pmwk-news__lists-inner:hover .pmwk-news__lists-more {
    color: #e7a195;
  }
  .pmwk-news__lists-inner:hover .pmwk-news__lists-more span:after {
    background-color: #e7a195;
  }
}
.pmwk-news__lists-img .m-clip {
  padding-bottom: 66.666%;
}
.pmwk-news__lists-txt {
  margin-top: 0.812rem;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .pmwk-news__lists-txt {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}
.pmwk-news__lists-more {
  margin-top: 0.812rem;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: right;
  color: #ef816e;
}
@media screen and (min-width: 768px) {
  .pmwk-news__lists-more {
    margin-top: 1.125rem;
    font-size: 1rem;
    transition: color 0.45s cubic-bezier(0, 0.4, 0.25, 1);
  }
}
.pmwk-news__lists-more span {
  display: inline-block;
  padding-bottom: 0.562rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pmwk-news__lists-more span {
    padding-bottom: 0.625rem;
  }
}
.pmwk-news__lists-more span::after {
  content: "";
  display: block;
  background-color: currentColor;
  width: 100%;
  height: 0.187rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .pmwk-news__lists-more span::after {
    transition: background-color 0.45s cubic-bezier(0, 0.4, 0.25, 1);
  }
}
.pmwk-news .swiper-button-prev, .pmwk-news .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  border-radius: 50%;
  top: 20vw;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .pmwk-news .swiper-button-prev, .pmwk-news .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    top: 7.142vw;
  }
}
.pmwk-news .swiper-button-prev::after, .pmwk-news .swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 0.468rem;
  height: 0.812rem;
}
@media screen and (min-width: 768px) {
  .pmwk-news .swiper-button-prev::after, .pmwk-news .swiper-button-next::after {
    width: 0.937rem;
    height: 1.625rem;
  }
}
.pmwk-news .swiper-button-prev {
  left: 5.02%;
}
@media screen and (min-width: 768px) {
  .pmwk-news .swiper-button-prev {
    left: 3.673%;
  }
}
.pmwk-news .swiper-button-prev::after {
  background-image: url(../img/svg/arrow-prev.svg);
}
.pmwk-news .swiper-button-next {
  right: 9.762%;
}
@media screen and (min-width: 768px) {
  .pmwk-news .swiper-button-next {
    right: 7.346%;
  }
}
.pmwk-news .swiper-button-next::after {
  background-image: url(../img/svg/arrow-next.svg);
}

.pmwk-other {
  padding: 3.031rem 0 4.375rem;
  border-top: 0.125rem solid #64ab47;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pmwk-other {
    padding: 6.25rem 0 6.5rem;
    border-top-width: 0.187rem;
  }
}
.pmwk-other::before, .pmwk-other::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  position: absolute;
  pointer-events: none;
}
.pmwk-other::before {
  background-image: url(../img/week2021/other-obj-01.svg);
  width: 11.468rem;
  height: 10.281rem;
  top: 3.875rem;
  left: -4.594rem;
}
@media screen and (min-width: 768px) {
  .pmwk-other::before {
    background-image: url(../img/week2021/other-obj-01@pc.svg);
    width: 34.312rem;
    height: 28.437rem;
    top: 2.375rem;
    left: -10.313rem;
  }
}
.pmwk-other::after {
  background-image: url(../img/week2021/other-obj-02.png);
  width: 11.906rem;
  height: 11.437rem;
  bottom: 7.187rem;
  right: -6.594rem;
}
@media screen and (min-width: 768px) {
  .pmwk-other::after {
    width: 31.625rem;
    height: 30.312rem;
    bottom: 8.437rem;
    right: -12.25rem;
  }
}
.pmwk-other__unit:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .pmwk-other__unit:nth-child(n+2) {
    margin-top: 3rem;
  }
}
.pmwk-other__ttl {
  padding-bottom: 0.312rem;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #64ab47;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pmwk-other__ttl {
    padding-bottom: 0;
    font-size: 1.25rem;
  }
}
.pmwk-other__ttl span {
  display: inline-block;
  background-image: radial-gradient(#dae089 20%, transparent 20%), radial-gradient(#dae089 20%, transparent 20%);
  background-repeat: repeat;
  background-position: 0 0, 0.156rem 0.156rem;
  background-size: 0.312rem 0.312rem;
  min-width: 10.468rem;
  padding: 0.343rem 0 0.468rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pmwk-other__ttl span {
    background-position: 0 0, 0.312rem 0.312rem;
    background-size: 0.625rem 0.625rem;
    min-width: 17.5rem;
    padding: 0.312rem 0 0.5rem;
  }
}
.pmwk-other__ttl span::after {
  content: "";
  display: block;
  background-color: #64ab47;
  width: 100%;
  height: 0.125rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pmwk-other__banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0 8%;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .pmwk-other__banner {
    width: 71.428%;
    margin: 0 auto;
  }
}
.pmwk-other__banner-item {
  margin: 1.562rem 0.937rem 0;
}
@media screen and (min-width: 768px) {
  .pmwk-other__banner-item {
    margin: 3rem 1.562rem 0;
  }
}
.pmwk-other__banner-item a {
  display: block;
}
@media screen and (min-width: 768px) {
  .pmwk-other__banner-item a {
    transition: opacity 0.45s cubic-bezier(0, 0.4, 0.25, 1);
    backface-visibility: hidden;
  }
  .pmwk-other__banner-item a:hover {
    opacity: 0.6;
  }
}
.pmwk-other__banner-item img {
  height: 2.812rem;
}
@media screen and (min-width: 768px) {
  .pmwk-other__banner-item img {
    height: 4.625rem;
  }
}

.pmwk-outline {
  background-color: #f1f2e2;
  color: #64ab47;
  position: relative;
}
.pmwk-outline::before {
  content: "";
  display: block;
  background: url(../img/week2021/outline-illust-01.png) no-repeat 0 0/100%;
  width: 8rem;
  height: 5.421rem;
  position: absolute;
  top: -3.469rem;
  left: 1.437rem;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .pmwk-outline::before {
    width: 18.812rem;
    height: 12.75rem;
    top: -8.688rem;
    left: 9.812rem;
  }
}
.pmwk-outline__inner {
  padding: 3.843rem 8% 3.312rem;
  border-top: 0.125rem solid #64ab47;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pmwk-outline__inner {
    padding: 6.25rem 14.285% 5.625rem;
    margin: 0 auto;
    border-top-width: 0.187rem 0;
  }
}
.pmwk-outline__inner::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 9.062rem;
  height: 0.125rem;
  position: absolute;
  bottom: 0;
  right: 1.343rem;
  transform: translateY(100%);
}
@media screen and (min-width: 768px) {
  .pmwk-outline__inner::after {
    width: 16.875rem;
    height: 0.187rem;
    right: 7.25rem;
  }
}
.pmwk-outline__ttl {
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.pmwk-outline__ttl span {
  display: inline-block;
}
.pmwk-outline__ttl-label {
  background-color: #fff;
  padding: 0.25rem 1.437rem;
  font-size: 1.09375rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .pmwk-outline__ttl-label {
    padding: 0.75rem 4rem;
    font-size: 2.125rem;
  }
}
.pmwk-outline__ttl-main {
  margin-top: 1.562rem;
  font-size: 1.5625rem;
  line-height: 1.44;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .pmwk-outline__ttl-main {
    margin-top: 5rem;
    font-size: 2.75rem;
  }
}
.pmwk-outline__info {
  margin-top: 1.312rem;
}
@media screen and (min-width: 768px) {
  .pmwk-outline__info {
    margin: 3.125rem 6.875rem 0;
  }
}
.pmwk-outline__info-unit {
  display: flex;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .pmwk-outline__info-unit {
    font-size: 1.75rem;
  }
}
.pmwk-outline__info-unit:nth-child(n+2) {
  margin-top: 1.187rem;
}
@media screen and (min-width: 768px) {
  .pmwk-outline__info-unit:nth-child(n+2) {
    margin-top: 1.75rem;
  }
}
.pmwk-outline__info-dt {
  flex-basis: 4.062rem;
}
@media screen and (min-width: 768px) {
  .pmwk-outline__info-dt {
    flex-basis: 8.625rem;
  }
}
.pmwk-outline__info-dt::before, .pmwk-outline__info-dt::after {
  content: "｜";
}
.pmwk-outline__info-dd {
  flex-basis: 0;
  flex-grow: 1;
  margin: 0 0 0 0.937rem;
}
@media screen and (min-width: 768px) {
  .pmwk-outline__info-dd {
    margin-left: 1.875rem;
  }
}
.pmwk-outline__note {
  margin-top: 1.312rem;
}
@media screen and (min-width: 768px) {
  .pmwk-outline__note {
    margin: 3.875rem 6.875rem 0;
  }
}
.pmwk-outline__note small {
  display: block;
  padding-left: 0.75rem;
  font-size: 0.625rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pmwk-outline__note small {
    padding-left: 1rem;
    font-size: 1rem;
  }
}
.pmwk-outline__note small::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.pmwk-pickup {
  margin-top: 0.906rem;
}
@media screen and (min-width: 768px) {
  .pmwk-pickup {
    margin-top: 2.062rem;
  }
}
.pmwk-pickup img {
  width: 100%;
}
.pmwk-pickup__inner {
  padding-top: 16%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pmwk-pickup__inner {
    padding-top: 6.375rem;
    position: relative;
  }
  .pmwk-pickup__inner::before {
    content: "";
    display: block;
    background: url(../img/week2021/pickup-illust-03.svg) no-repeat 50% 50%/contain;
    width: 7.937rem;
    height: 2.375rem;
    position: absolute;
    top: 6.437rem;
    right: 13.785%;
  }
}
.pmwk-pickup__ttl {
  font-size: 1.9375rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 900;
  color: #128b3b;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pmwk-pickup__ttl {
    margin: 0 14.285%;
    font-size: 3.875rem;
    text-align: left;
    position: relative;
    z-index: 10;
  }
}
.pmwk-pickup__contents {
  background: #f1f2e2 url(../img/week2021/pickup-illust-hdr.png) no-repeat 50% 0/100% auto;
  padding: 19.2vw 0 2.687rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .pmwk-pickup__contents {
    background-image: url(../img/week2021/pickup-illust-hdr@pc.png);
    background-size: 87.5rem auto;
    padding-top: 9rem;
    margin-top: -1.563rem;
    position: relative;
  }
  .pmwk-pickup__contents::before, .pmwk-pickup__contents::after {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 8.187rem;
    border-bottom: 0.218rem solid #64ab47;
    position: absolute;
    top: 0;
  }
  .pmwk-pickup__contents::before {
    left: 50%;
    margin-left: 43.75rem;
  }
  .pmwk-pickup__contents::after {
    right: 50%;
    margin-right: 43.75rem;
  }
}
.pmwk-pickup__lists {
  margin-left: 4%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .pmwk-pickup__lists {
    margin-left: 14.285%;
  }
}
.pmwk-pickup__lists-container {
  margin: 3.187rem 0 0 -3.75%;
}
@media screen and (min-width: 768px) {
  .pmwk-pickup__lists-container {
    margin: 6.375rem 0 0 -1.5%;
  }
}
.pmwk-pickup__lists-item {
  position: relative;
}
.pmwk-pickup__lists-item::before {
  content: attr(data-num);
  font-size: 2.53125rem;
  font-weight: 900;
  color: #128b3b;
  position: absolute;
  top: 0;
  left: 10.248%;
  z-index: 100;
  transform: translateY(-60%);
}
@media screen and (min-width: 768px) {
  .pmwk-pickup__lists-item::before {
    left: 9.825%;
    font-size: 3.125rem;
  }
}
.pmwk-pickup__lists-item a {
  display: block;
  margin: 0 4.186%;
  text-align: center;
  color: #fff;
  border-radius: 0.562rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .pmwk-pickup__lists-item a {
    margin: 0 3.93%;
    border-radius: 1rem;
    transition: opacity 0.45s cubic-bezier(0, 0.4, 0.25, 1);
  }
  .pmwk-pickup__lists-item a:hover {
    opacity: 0.75;
  }
}
.pmwk-pickup__lists-hdr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ef816e;
  padding: 1.25rem 0 1.031rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .pmwk-pickup__lists-hdr {
    padding: 1.875rem 0 1.5rem;
  }
}
.pmwk-pickup__lists-note {
  padding: 0 1rem;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .pmwk-pickup__lists-note {
    font-size: 0.875rem;
  }
}
.pmwk-pickup__lists-ttl {
  padding: 0 1rem;
  margin-top: 0.375rem;
  font-size: 0.78125rem;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .pmwk-pickup__lists-ttl {
    margin-top: 0.5rem;
    font-size: 1.125rem;
  }
}
.pmwk-pickup .swiper-container {
  overflow: visible;
}
.pmwk-pickup .swiper-button-prev, .pmwk-pickup .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  border-radius: 50%;
  top: 25.2vw;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .pmwk-pickup .swiper-button-prev, .pmwk-pickup .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    top: 50%;
  }
}
.pmwk-pickup .swiper-button-prev::after, .pmwk-pickup .swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 0.468rem;
  height: 0.812rem;
}
@media screen and (min-width: 768px) {
  .pmwk-pickup .swiper-button-prev::after, .pmwk-pickup .swiper-button-next::after {
    width: 0.937rem;
    height: 1.625rem;
  }
}
.pmwk-pickup .swiper-button-prev {
  left: 9.041%;
}
@media screen and (min-width: 768px) {
  .pmwk-pickup .swiper-button-prev {
    left: 3.119%;
  }
}
.pmwk-pickup .swiper-button-prev::after {
  background-image: url(../img/svg/arrow-prev.svg);
}
.pmwk-pickup .swiper-button-next {
  right: 9.589%;
}
@media screen and (min-width: 768px) {
  .pmwk-pickup .swiper-button-next {
    right: 7.346%;
  }
}
.pmwk-pickup .swiper-button-next::after {
  background-image: url(../img/svg/arrow-next.svg);
}
.pmwk-pickup__illust {
  position: absolute;
}
.pmwk-pickup__illust img {
  width: 100%;
}
.pmwk-pickup__illust.-illust-01 {
  width: 5.437rem;
  top: 0;
  left: 1.866%;
}
@media screen and (min-width: 768px) {
  .pmwk-pickup__illust.-illust-01 {
    width: 10.875rem;
    left: 19.285%;
  }
}
.pmwk-pickup__illust.-illust-02 {
  width: 3.937rem;
  right: 2.4%;
  top: 1.843rem;
}
@media screen and (min-width: 768px) {
  .pmwk-pickup__illust.-illust-02 {
    width: 7.875rem;
    right: 33.357%;
    top: 2.687rem;
  }
}

.pmwk-programs {
  counter-reset: day;
  background-color: #f1f2e2;
  padding-bottom: 2.312rem;
  margin-top: 4.281rem;
}
@media screen and (min-width: 768px) {
  .pmwk-programs {
    padding-bottom: 5.875rem;
    margin-top: 8.5rem;
  }
}
.pmwk-programs img {
  width: 100%;
}
.pmwk-programs__inner {
  background: url(../img/week2021/programs-illust-hdr.png) no-repeat 50% 0/100% auto;
  padding-top: 20.533%;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__inner {
    background-image: url(../img/week2021/programs-illust-hdr@pc.png);
    background-size: 87.5rem auto;
    padding-top: 9.125rem;
    position: relative;
  }
  .pmwk-programs__inner::before, .pmwk-programs__inner::after {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 8.312rem;
    border-bottom: 0.218rem solid #64ab47;
    position: absolute;
    top: 0;
  }
  .pmwk-programs__inner::before {
    left: 50%;
    margin-left: 43.75rem;
  }
  .pmwk-programs__inner::after {
    right: 50%;
    margin-right: 43.75rem;
  }
}
.pmwk-programs__hdr {
  margin: 0 6.666%;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__hdr {
    margin: -0.688rem 0 0;
  }
}
.pmwk-programs__ttl {
  padding-top: 0.906rem;
  font-size: 1.9375rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 900;
  color: #128b3b;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__ttl {
    padding-top: 0;
    font-size: 3.875rem;
  }
}
.pmwk-programs__summary {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: 500;
  color: #64ab47;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__summary {
    margin-top: 0.562rem;
    font-size: 1.375rem;
  }
}
.pmwk-programs__timetable {
  margin-top: 1.187rem;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__timetable {
    width: 44.25rem;
    margin: 3.125rem auto 0;
  }
}
.pmwk-programs__timetable a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #64ab47;
  padding: 0.625rem 0;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 1.187rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__timetable a {
    padding: 1.125rem 0;
    border-width: 3px;
    border-radius: 2.375rem;
    transition: background-color 0.45s cubic-bezier(0, 0.4, 0.25, 1);
  }
  .pmwk-programs__timetable a:hover {
    background-color: #acd270;
  }
}
.pmwk-programs__timetable-txt {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__timetable-txt {
    font-size: 1.375rem;
    letter-spacing: 0.05em;
  }
}
.pmwk-programs__timetable [class^=icon-] {
  margin: 0 0.312rem 0 0.625rem;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__timetable [class^=icon-] {
    margin: 0 0.812rem 0 1.375rem;
    font-size: 2.125rem;
  }
}
.pmwk-programs__timetable-filename {
  font-size: 0.625rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__timetable-filename {
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
  }
}
.pmwk-programs__lists {
  margin-top: 2.281rem;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__lists {
    width: 71.428%;
    margin: 3.875rem auto;
  }
}
.pmwk-programs__lists-days {
  counter-increment: day;
}
.pmwk-programs__lists-days:nth-child(n+2) {
  margin-top: 2.281rem;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__lists-days:nth-child(n+2) {
    margin-top: 4.687rem;
  }
}
.pmwk-programs__days-ttl {
  background-color: #f5b318;
  padding: 0.625rem 0 0.562rem;
  font-size: 1.34375rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__days-ttl {
    padding: 0.812rem 0 0.75rem;
    font-size: 2.0625rem;
  }
}
.pmwk-programs__days-ttl::before {
  content: "DAY " counter(day);
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 10.133%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .pmwk-programs__days-ttl::before {
    font-size: 1.5rem;
    left: 5.8%;
  }
}
.pmwk-programs__days-ttl::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 6.933%;
  height: 0.093rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .pmwk-programs__days-ttl::after {
    width: 2.5rem;
  }
}
.pmwk-programs__days-container {
  margin: 0 8%;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__days-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -2%;
  }
}
.pmwk-programs__days-unit {
  background-color: #fff;
  margin-top: 1.656rem;
  border-top: 0.625rem solid #128b3b;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__days-unit {
    flex-basis: 46.153%;
    margin: 2.5rem 1.923% 0;
    border-top-width: 0.937rem;
  }
}
.pmwk-programs__days-unit::before {
  content: attr(data-num);
  font-size: 2.125rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #d9ddc9;
  position: absolute;
  top: -0.5rem;
  left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__days-unit::before {
    font-size: 3.25rem;
    top: -1rem;
    left: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .pmwk-programs__unit-inner {
    height: 100%;
    padding-bottom: 2.562rem;
    box-sizing: border-box;
    position: relative;
  }
}
.pmwk-programs__unit-sub {
  padding: 0.437rem 0 0.468rem;
  margin: 0 16.507%;
  font-size: 0.6875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #64ab47;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__unit-sub {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.687rem 0;
    margin: 0 4.625rem;
    font-size: 1.0625rem;
  }
}
.pmwk-programs__unit-img .m-clip {
  padding-bottom: 40%;
}
.pmwk-programs__unit-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 0 0.625rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__unit-group {
    padding: 0.937rem 0 1rem;
  }
}
.pmwk-programs__unit-ttl {
  margin: 0 8.253%;
  font-size: 0.8125rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #64ab47;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__unit-ttl {
    margin: 0 1rem;
    font-size: 1.25rem;
  }
}
.pmwk-programs__unit-summary {
  margin: 0.187rem 8.253% 0;
  font-size: 0.5625rem;
  line-height: 1.6111111111;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #64ab47;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__unit-summary {
    margin: 0.312rem 1rem 0;
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}
.pmwk-programs__speakers {
  padding-bottom: 0.593rem;
  border-top: 0.187rem solid #64ab47;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__speakers {
    padding-bottom: 0.875rem;
  }
}
.pmwk-programs__speakers-ttl {
  font-size: 0.5775rem;
  line-height: 1.3998917749;
  letter-spacing: 0.05em;
  color: #64ab47;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__speakers-ttl {
    font-size: 0.875rem;
  }
}
.pmwk-programs__speakers-ttl span {
  display: inline-block;
  padding: 0.343rem 0.437rem 0.218rem 0.906rem;
  border-bottom: 0.062rem solid #64ab47;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__speakers-ttl span {
    padding: 0.687rem 0.375rem 0.375rem 1.375rem;
  }
}
.pmwk-programs__speakers-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 8.253%;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__speakers-lists {
    padding: 0 8.333%;
    margin-top: 1.375rem;
  }
}
.pmwk-programs__speakers-unit {
  flex-basis: 46.387%;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__speakers-unit {
    flex-basis: 45%;
  }
}
.pmwk-programs__speakers-unit:nth-child(n+3) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__speakers-unit:nth-child(n+3) {
    margin-top: 0.812rem;
  }
}
.pmwk-programs__speakers-name {
  margin: 0;
  font-size: 0.71875rem;
  line-height: 1.4;
  font-weight: 500;
  color: #64ab47;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__speakers-name {
    font-size: 1.125rem;
  }
}
.pmwk-programs__speakers-profile {
  margin-top: 0.093rem;
  font-size: 0.4375rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__speakers-profile {
    margin-top: 0.25rem;
    font-size: 0.6875rem;
  }
}
.pmwk-programs__link {
  font-size: 0.5625rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__link {
    width: 100%;
    font-size: 0.875rem;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.pmwk-programs__link a {
  display: inline-block;
  padding: 0.5rem 1.562rem 0.5rem 0;
  font-weight: 500;
  color: #64ab47;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__link a {
    padding: 0.687rem 7.916% 0.687rem 0;
    transition: color 0.45s cubic-bezier(0, 0.4, 0.25, 1);
  }
  .pmwk-programs__link a:hover {
    color: #acd270;
  }
  .pmwk-programs__link a:hover::after {
    border-color: transparent currentColor transparent transparent;
  }
}
.pmwk-programs__link a::after {
  content: "";
  display: block;
  border-width: 1.218rem 1.218rem 0 0;
  border-style: solid;
  border-color: transparent #128b3b transparent transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__link a::after {
    border-width: 1.875rem 1.875rem 0 0;
    transition: border-color 0.45s cubic-bezier(0, 0.4, 0.25, 1);
  }
}
.pmwk-programs__participation {
  margin-top: 2.312rem;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__participation {
    width: 71.428%;
    margin: 5.875rem auto 0;
  }
}
.pmwk-programs__participation a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ef816e;
  padding: 0.687rem 0 0.562rem;
  font-size: 0.875rem;
  line-height: 1.3214285714;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__participation a {
    padding: 1.437rem 0 1.187rem;
    font-size: 1.75rem;
    border-radius: 0.625rem;
    transition: background-color 0.45s cubic-bezier(0, 0.4, 0.25, 1);
  }
  .pmwk-programs__participation a:hover {
    background-color: #f5b318;
  }
  .pmwk-programs__participation a:hover [class^=icon-]::before {
    color: #f5b318;
  }
}
.pmwk-programs__participation a [class^=icon-] {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.8125rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 5.333%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .pmwk-programs__participation a [class^=icon-] {
    width: 3.437rem;
    height: 3.437rem;
    font-size: 1.625rem;
    right: 4%;
  }
}
.pmwk-programs__participation a [class^=icon-]::before {
  color: #ef816e;
  position: relative;
  left: 0.062rem;
}
@media screen and (min-width: 768px) {
  .pmwk-programs__participation a [class^=icon-]::before {
    transition: color 0.45s cubic-bezier(0, 0.4, 0.25, 1);
  }
}

.pmwk-speakers img {
  width: 100%;
}
.pmwk-speakers__inner {
  background: url(../img/week2021/speakers-illust-hdr.png) no-repeat 50% 0/100% auto;
  padding-top: 17.466%;
}
@media screen and (min-width: 768px) {
  .pmwk-speakers__inner {
    background-image: url(../img/week2021/speakers-illust-hdr@pc.png);
    background-size: 87.5rem auto;
    padding-top: 8.812rem;
    position: relative;
  }
  .pmwk-speakers__inner::before, .pmwk-speakers__inner::after {
    content: "";
    display: block;
    background-color: #f1f2e2;
    width: 100%;
    height: 8rem;
    border-bottom: 0.218rem solid #64ab47;
    position: absolute;
    top: 0;
  }
  .pmwk-speakers__inner::before {
    left: 50%;
    margin-left: 43.75rem;
  }
  .pmwk-speakers__inner::after {
    right: 50%;
    margin-right: 43.75rem;
  }
}
.pmwk-speakers__ttl {
  padding-top: 0.906rem;
  font-size: 1.9375rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 900;
  color: #128b3b;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pmwk-speakers__ttl {
    padding-top: 0;
    margin-top: -1.375rem;
    font-size: 3.875rem;
  }
}
.pmwk-speakers__summary {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: 500;
  color: #64ab47;
}
@media screen and (min-width: 768px) {
  .pmwk-speakers__summary {
    margin-top: 1.25rem;
    font-size: 1.375rem;
  }
}
.pmwk-speakers__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1.593rem 8% 0;
}
@media screen and (min-width: 768px) {
  .pmwk-speakers__lists {
    justify-content: flex-start;
    width: 71.428%;
    margin: 3.75rem auto 0;
  }
}
.pmwk-speakers__lists-unit {
  flex-basis: 46.031%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .pmwk-speakers__lists-unit {
    flex-basis: 14.499%;
  }
}
.pmwk-speakers__lists-unit:nth-child(n+3) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .pmwk-speakers__lists-unit:nth-child(n+3) {
    margin-top: 2.875rem;
  }
  .pmwk-speakers__lists-unit:nth-child(n+3):nth-child(-n+6) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .pmwk-speakers__lists-unit:not(:nth-child(6n+1)) {
    margin-left: 2.6%;
  }
}
.pmwk-speakers__lists-group {
  margin-bottom: 0.5rem;
}
.pmwk-speakers__lists-thumb {
  border-radius: 0.312rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .pmwk-speakers__lists-thumb {
    border-radius: 0.375rem;
  }
}
.pmwk-speakers__lists-thumb .m-clip {
  padding-bottom: 100%;
}
.pmwk-speakers__lists-name {
  margin-top: 1.093rem;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #64ab47;
}
@media screen and (min-width: 768px) {
  .pmwk-speakers__lists-name {
    margin-top: 1.125rem;
  }
}
.pmwk-speakers__lists-ruby {
  margin-top: 0.187rem;
  font-size: 0.6875rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #64ab47;
}
@media screen and (min-width: 768px) {
  .pmwk-speakers__lists-ruby {
    margin-top: 0.25rem;
  }
}
.pmwk-speakers__lists-txt {
  margin-top: 0.281rem;
  font-size: 0.6875rem;
  line-height: 1.5454545455;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .pmwk-speakers__lists-txt {
    margin-top: 0.312rem;
  }
}
.pmwk-speakers__sns {
  display: flex;
  padding: 0;
  margin: auto 0 0;
  list-style: none;
}
.pmwk-speakers__sns-item {
  flex-basis: 1.687rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .pmwk-speakers__sns-item {
    flex-basis: 1.75rem;
    font-size: 1.375rem;
  }
}
.pmwk-speakers__sns-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.687rem;
  border: 1px solid #64ab47;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .pmwk-speakers__sns-item a {
    height: 1.75rem;
    transition: background-color 0.45s cubic-bezier(0, 0.4, 0.25, 1);
  }
  .pmwk-speakers__sns-item a:hover {
    background-color: #64ab47;
  }
  .pmwk-speakers__sns-item a:hover [class^=icon-]::before {
    color: #fff;
  }
}
.pmwk-speakers__sns-item [class^=icon-] {
  position: relative;
  left: 0.062rem;
}
@media screen and (min-width: 768px) {
  .pmwk-speakers__sns-item [class^=icon-]::before {
    transition: background-color 0.45s cubic-bezier(0, 0.4, 0.25, 1);
  }
}
.pmwk-speakers__sns-item:nth-child(n+2) {
  margin-left: 0.812rem;
}
@media screen and (min-width: 768px) {
  .pmwk-speakers__sns-item:nth-child(n+2) {
    margin-left: 0.75rem;
  }
}
.pmwk-speakers__more {
  margin: 4.312rem 6.666% 0;
}
@media screen and (min-width: 768px) {
  .pmwk-speakers__more {
    width: 20.375rem;
    margin: 4.5rem auto 0;
  }
}
.pmwk-speakers__more a {
  display: block;
  padding: 0.718rem 12.307% 0.656rem 0;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #64ab47;
  text-align: center;
  border-radius: 1.656rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pmwk-speakers__more a {
    padding-right: 2.5rem;
    transition: background-color 0.45s cubic-bezier(0, 0.4, 0.25, 1), color 0.45s cubic-bezier(0, 0.4, 0.25, 1);
  }
  .pmwk-speakers__more a:hover {
    background-color: #64ab47;
    color: #fff;
  }
  .pmwk-speakers__more a:hover [class^=icon-]::before {
    color: #fff;
  }
}
.pmwk-speakers__more a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 0.187rem solid #64ab47;
  border-radius: 1.656rem;
  position: absolute;
  top: 0;
  left: 0;
}
.pmwk-speakers__more [class^=icon-] {
  font-size: 1.625rem;
  position: absolute;
  top: 50%;
  right: 11.076%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .pmwk-speakers__more [class^=icon-]::before {
    transition: color 0.45s cubic-bezier(0, 0.4, 0.25, 1);
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/week2021/icomoon/icomoon.eot?g87qbi");
  src: url("../fonts/week2021/icomoon/icomoon.eot?g87qbi#iefix") format("embedded-opentype"), url("../fonts/week2021/icomoon/icomoon.ttf?g87qbi") format("truetype"), url("../fonts/week2021/icomoon/icomoon.woff?g87qbi") format("woff"), url("../fonts/week2021/icomoon/icomoon.svg?g87qbi#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "";
  color: #64ab47;
}

.icon-file:before {
  content: "";
  color: #fff;
}

.icon-arrow-next:before {
  content: "";
  color: #64ab47;
}

.icon-arrow-prev:before {
  content: "";
  color: #64ab47;
}

.icon-facebook:before {
  content: "";
  color: #64ab47;
}

.icon-instagram:before {
  content: "";
  color: #64ab47;
}

.icon-mail:before {
  content: "";
  color: #64ab47;
}

.icon-site:before {
  content: "";
  color: #64ab47;
}

.icon-twitter:before {
  content: "";
  color: #64ab47;
}

.nfnd-message__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 3.3125rem - 16.041875rem);
}
@media screen and (min-width: 768px) {
  .nfnd-message__inner {
    height: 100vh;
    min-height: 37.5rem;
  }
}
.nfnd-message__ttl {
  line-height: 0;
  text-align: center;
}
.nfnd-message__ttl span {
  display: inline-block;
  font-weight: 700;
  color: #64ab47;
}
.nfnd-message__ttl .code {
  font-size: 3.75rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .nfnd-message__ttl .code {
    font-size: 5rem;
  }
}
.nfnd-message__ttl .en {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .nfnd-message__ttl .en {
    font-size: 1.5rem;
  }
}
.nfnd-message__txt {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .nfnd-message__txt {
    margin-top: 2.25rem;
  }
}
.nfnd-message__txt p {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .nfnd-message__txt p {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.nfnd-message__btn {
  margin-top: 4.5rem;
  text-align: center;
}
.nfnd-message__btn-inner {
  display: inline-block;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .nfnd-message__btn-inner:hover .message__btn-icon {
    animation: slide-01 1s cubic-bezier(0, 0.4, 0.25, 1) 1;
  }
}
.nfnd-message__btn-label {
  padding: 0 2rem 0 1rem;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .nfnd-message__btn-label {
    padding: 0 2.25rem 0 1.5rem;
  }
}
.nfnd-message__btn-icon {
  display: block;
  margin-top: 0.337rem;
  position: relative;
  width: 100%;
  height: 9px;
  background: url(../img/svg/arrow-head.svg) right top no-repeat;
  background-size: 12px auto;
}
@media screen and (min-width: 768px) {
  .nfnd-message__btn-icon {
    height: 10px;
    margin-top: 0.375rem;
  }
}
.nfnd-message__btn-icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1.5px;
  bottom: 0;
  left: 0;
  background: #1E1E1E;
}
@media screen and (min-width: 768px) {
  .nfnd-message__btn-icon::before {
    height: 2px;
  }
}