@charset "UTF-8";
/**
* Foundation
* ========================== */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
.embed ::before,
.embed ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
.embed main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
.embed p,
.embed table,
.embed blockquote,
.embed address,
.embed pre,
.embed iframe,
.embed form,
.embed figure,
.embed dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
.embed h1,
.embed h2,
.embed h3,
.embed h4,
.embed h5,
.embed h6 {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #000;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
.embed ul,
.embed ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
.embed dt {
  font-weight: bold;
}
.embed dd {
  margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
.embed hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
.embed pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
.embed address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
.embed a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
.embed abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
.embed b,
.embed 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.
 */
.embed code,
.embed kbd,
.embed samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
.embed small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
.embed sub,
.embed sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.embed sub {
  bottom: -0.25em;
}
.embed sup {
  top: -0.5em;
}
/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
.embed img,
.embed embed,
.embed object,
.embed iframe {
  vertical-align: bottom;
}

.embed img {
  display: block;
  width: auto;
  height: auto;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
.embed button,
.embed input,
.embed optgroup,
.embed select,
.embed textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
.embed button,
.embed input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
.embed button,
.embed select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
.embed button,
.embed [type="button"],
.embed [type="reset"],
.embed [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.embed button[disabled],
.embed [type="button"][disabled],
.embed [type="reset"][disabled],
.embed [type="submit"][disabled] {
  cursor: default;
}
/**
 * Remove the inner border and padding in Firefox.
 */
.embed button::-moz-focus-inner,
.embed [type="button"]::-moz-focus-inner,
.embed [type="reset"]::-moz-focus-inner,
.embed [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
.embed button:-moz-focusring,
.embed [type="button"]:-moz-focusring,
.embed [type="reset"]:-moz-focusring,
.embed [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove arrow in IE10 & IE11
 */
.embed select::-ms-expand {
  display: none;
}
/**
 * Remove padding
 */
.embed option {
  padding: 0;
}
/**
 * Reset to invisible
 */
.embed fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
/**
 * 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.
 */
.embed legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
.embed progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
.embed textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
.embed [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/**
 * Clickable labels
 */
.embed label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
.embed details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
.embed summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}
/* Table */
/* ============================================ */
.embed table {
  border-collapse: collapse;
  border-spacing: 0;
}
.embed caption {
  text-align: left;
}
.embed td,
.embed th {
  vertical-align: top;
  padding: 0;
}
.embed th {
  text-align: left;
  font-weight: bold;
}
/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
.embed template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*====================================================

variables

====================================================*/
/* --- breakpoints --- */
/* --- contents --- */
/* --- color --- */
/* --- path --- */
/* --- fontfamily --- */
/* --- fontweight --- */
/* --- transition --- */
/*====================================================

mixin

====================================================*/
/* --- media query --- */
/* --- global --- */
/* --- animation --- */
@-webkit-keyframes arrowLink-hover-anim {
}
@keyframes arrowLink-hover-anim {
}
@keyframes arrowLink-hover-anim {
}
/* --- inner --- */
/* --- section --- */
/* --- other --- */
/* --- function --- */
/*====================================================

base.

====================================================*/
#feedly-mini {
  display: none !important;
}
body,
html {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  /*文字間詰め*/
  -webkit-text-size-adjust: 100%;
  /* adjust */
  -webkit-transition: 0.2s;
  transition: 0.2s;

  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 7 8 3;
}
html body {
  background: transparent;
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  /*文字間詰め*/
  -webkit-text-size-adjust: 100%;
  /* adjust */
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.15;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/**
* compornent
* ========================== */
/*====================================================

variables

====================================================*/
/* --- breakpoints --- */
/* --- contents --- */
/* --- color --- */
/* --- path --- */
/* --- fontfamily --- */
/* --- fontweight --- */
/* --- transition --- */
/*====================================================

mixin

====================================================*/
/* --- media query --- */
/* --- global --- */
/* --- animation --- */
@keyframes arrowLink-hover-anim {
}
@keyframes arrowLink-hover-anim {
}
/* --- inner --- */
/* --- section --- */
/* --- other --- */
/* --- function --- */
/* ヘッダー
/* ============================================ */
.embed .c-header {
  position: fixed;
  z-index: 12;
  width: 100%;
  height: 72px;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.03));
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.03));
}
@media (max-width: 1000px) {
  .embed .c-header {
    height: 56px;
  }
}
.embed .c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 40px;
}
@media (max-width: 1000px) {
  .embed .c-header__inner {
    padding: 0 20px;
  }
}
.embed .c-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.embed .c-header__logo img {
  width: auto;
  height: 28px;
}
@media (max-width: 1000px) {
  .embed .c-header__logo img {
    height: 24px;
  }
}
.embed .c-header__logo-lead {
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #e4032e;
  margin-top: 8px;
}
@media (max-width: 1000px) {
  .embed .c-header__logo-lead {
    margin-top: 6px;
    font-size: 9px;
  }
}
.embed .c-header__logo-lead {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
}
.embed .c-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1200px) {
  .embed .c-header__content {
    gap: 1.5vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 1000px) {
  .embed .c-header__content {
    gap: 20px;
  }
}
.embed .c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.embed .c-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1200px) {
  .embed .c-header__nav-list {
    gap: 1.5vw;
  }
}
.embed .c-header__nav-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 800px) {
  .embed .c-header__nav-item {
    display: block;
    height: inherit;
  }
}
.embed .c-header__nav-ttl {
  height: calc(100% + 13px * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #212121;
  vertical-align: top;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer !important;
}
@media (max-width: 1200px) {
  .embed .c-header__nav-ttl {
    font-size: 1.3vw;
  }
}
.embed .c-header__nav-ttl {
  font-family: "Roboto Flex";
  font-weight: 300;
  letter-spacing: 0.07em;
  text-align: left;
}
.embed .c-header__nav-ttl::after {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 100%;
  height: 2px;
  display: block;
  background: #f5002f;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.embed .c-header__nav-ttl:hover,
.embed .c-header__nav-ttl.-active {
  cursor: inherit;
}
.embed .c-header__nav-ttl:hover::after,
.embed .c-header__nav-ttl.-active::after {
  opacity: 1;
}
.embed .c-header__nav-ttl.-now {
  color: #f5002f;
  font-weight: bold;
}
.embed .c-header__nav-ttl.-now {
  font-weight: 600;
}
.embed .c-header__childNav {
  display: none;
  position: fixed;
  left: 0;
  top: 72px;
  width: 100%;
  background: #f2f2f2f7;
  padding: 48px 16px;
}
@media (max-width: 1000px) {
  .embed .c-header__childNav {
    display: none !important;
  }
}
.embed .c-header__childNav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 894px;
  margin: 0 auto;
}
.embed .c-header__childNav-info {
  max-width: 282px;
}
.embed .c-header__childNav-btn {
  width: calc((588 / 894) * 100%);
}
.embed .c-header__childNav-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 100%;
}
.embed .c-header__childNav-btn-item {
  width: calc((100% - 24px) / 2);
}
.embed .c-header__childNav-ttl {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 48px;
  text-align: left;
  color: #212121;
  margin-bottom: 15px;
}
.embed .c-header__childNav-ttl {
  font-family: "Roboto Flex";
  font-weight: 300;
  letter-spacing: 0.1em;
}
.embed .c-header__childNav-subttl {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.07em;
  text-align: left;
  color: #e4032e;
  margin-bottom: 24px;
}
.embed .c-header__childNav-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 26px;
  text-align: left;
  color: #212121;
}
.embed .c-header__childNav-txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
}
@media (max-width: 1000px) {
  .embed .c-header__childNav.-active {
    display: none !important;
  }
}
.embed .c-header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.embed .c-header__lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.embed .c-header__lang-item a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #c4c4c4;
}
@media (max-width: 1000px) {
  .embed .c-header__lang-item a {
    font-size: 11px;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
.embed .c-header__lang-item a.-active {
  color: #212121;
  pointer-events: none;
  position: relative;
}
.embed .c-header__lang-item a.-active::after {
  content: "";
  width: 4px;
  height: 1px;
  background: #f5002f;
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 15px;
  height: 2px;
  background: #e4032e;
  border: 1px solid #f5002f;
}
.embed .c-header__lang-item a:hover {
  color: #212121;
}
.embed .c-header__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.embed .c-header__navbtn {
  display: none;
}
@media (max-width: 1000px) {
  .embed .c-header__navbtn {
    display: block;
  }
}
.embed .c-header.-active {
  background: none;
}
.embed .c-header.-active .c-header__inner {
  position: relative;
}
.embed .c-header.-active .c-header__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(40%, #fff),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(#fff 40%, rgba(0, 0, 0, 0));
  width: 100%;
  height: 65px;
}
.embed .c-header.-active .c-header__logo,
.embed .c-header.-active .c-header__content {
  position: relative;
}
.embed .c-header.-active .c-header__btn {
  display: none;
}
.embed .c-header.-active .c-header__lang {
  display: none;
}
@media (max-width: 1000px) {
  .embed .c-header.-active .c-header__lang {
    display: block !important;
  }
}
.embed .c-header.-active .c-header__nav {
  display: none;
}
/*====================================================

variables

====================================================*/
/* --- breakpoints --- */
/* --- contents --- */
/* --- color --- */
/* --- path --- */
/* --- fontfamily --- */
/* --- fontweight --- */
/* --- transition --- */
/*====================================================

mixin

====================================================*/
/* --- media query --- */
/* --- global --- */
/* --- animation --- */
@keyframes arrowLink-hover-anim {
}
@keyframes arrowLink-hover-anim {
}
/* --- inner --- */
/* --- section --- */
/* --- other --- */
/* --- function --- */
/* footer
/* ============================================ */
.embed .c-footer {
  padding-bottom: 32px;
}
@media (max-width: 800px) {
  .embed .c-footer {
    padding-bottom: 24px;
  }
}
@media (max-width: 390px) {
  .embed .c-footer {
    padding-bottom: 6.1538461538vw;
  }
}
.embed .c-footer__inner {
  width: calc(100% - 100px - 100px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: calc((100% - 40px - 40px));
  max-width: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .embed .c-footer__inner {
    width: calc(100% - 56px - 56px);
  }
}
@media (max-width: 800px) {
  .embed .c-footer__inner {
    width: calc(100% - 20px - 20px);
  }
}
@media (max-width: 800px) {
  .embed .c-footer__inner {
    width: calc((100% - 16px - 16px));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 390px) {
  .embed .c-footer__inner {
    width: calc((100% - 4.1025641026vw - 4.1025641026vw));
  }
}
.embed .c-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: 800px) {
  .embed .c-footer__nav-list {
    gap: 16px;
  }
}
@media (max-width: 390px) {
  .embed .c-footer__nav-list {
    gap: 4.1025641026vw;
  }
}
.embed .c-footer__cc {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 24px;
  text-align: right;
  color: #707070;
}
/*====================================================

variables

====================================================*/
/* --- breakpoints --- */
/* --- contents --- */
/* --- color --- */
/* --- path --- */
/* --- fontfamily --- */
/* --- fontweight --- */
/* --- transition --- */
/*====================================================

mixin

====================================================*/
/* --- media query --- */
/* --- global --- */
/* --- animation --- */
@keyframes arrowLink-hover-anim {
}
@keyframes arrowLink-hover-anim {
}
/* --- inner --- */
/* --- section --- */
/* --- other --- */
/* --- function --- */
/* card
/* ============================================ */
.embed .c-card .c-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.embed .c-card .c-card__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 62.5%;
  margin-bottom: 20px;
  border-radius: 4px;
}
@media (max-width: 800px) {
  .embed .c-card .c-card__img {
    margin-bottom: 12px;
  }
}
.embed .c-card .c-card__img img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-card:hover .c-card__img img {
  -webkit-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}
.c-card:hover .c-card__link .c-arrowLink .c-arrowLink__icon .-circle {
  -webkit-transform: translate(-50%, -50%) rotate(270deg);
  transform: translate(-50%, -50%) rotate(270deg);
}
.c-card:hover .c-card__link .c-arrowLink .c-arrowLink__txt {
  color: #e4032e;
}
.embed .c-card.-header .c-card__inner {
  gap: 14px;
}
/*====================================================

variables

====================================================*/
/* --- breakpoints --- */
/* --- contents --- */
/* --- color --- */
/* --- path --- */
/* --- fontfamily --- */
/* --- fontweight --- */
/* --- transition --- */
/*====================================================

mixin

====================================================*/
/* --- media query --- */
/* --- global --- */
/* --- animation --- */
@keyframes arrowLink-hover-anim {
}
@keyframes arrowLink-hover-anim {
}
/* --- inner --- */
/* --- section --- */
/* --- other --- */
/* --- function --- */
/* btn
/* ============================================ */
.embed .c-btn {
  display: block;
  padding: 15px 16px;
  background: #e4032e;
  border: 1px solid #e4032e;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.embed .c-btn .c-btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.embed .c-btn .c-btn__txt {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 390px) {
  .embed .c-btn .c-btn__txt {
    font-size: 4.6153846154vw;
  }
}
.embed .c-btn .c-btn__txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 300;
}
.embed .c-btn .c-btn__icon {
  position: absolute;
  right: 0;
}
.embed .c-btn .c-btn__icon path {
  stroke: #fff;
}
.embed .c-btn:hover {
  opacity: 0.6;
}
.embed .c-btn.-border {
  background: none;
  border: 1px solid #e4032e;
}
.embed .c-btn.-border .c-btn__txt {
  color: #e4032e;
}
.embed .c-btn.-border .c-btn__icon path {
  stroke: #e4032e;
}
.embed .c-btn.-border:hover {
  opacity: 0.6;
}
@media (max-width: 1000px) {
  .embed .c-btn.-header {
    padding: 10px;
  }
}
.embed .c-btn.-header {
  width: 213px;
}
@media (max-width: 1000px) {
  .embed .c-btn.-header {
    width: 112px;
  }
}
.embed .c-btn.-header .c-btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.embed .c-btn.-header .c-btn__txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 14px;
}
@media (max-width: 1000px) {
  .embed .c-btn.-header .c-btn__txt {
    font-size: 10px;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 390px) {
  .embed .c-btn.-header .c-btn__txt {
    font-size: 2.5641025641vw;
  }
}
.embed .c-btn.-header .c-btn__txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
}
@media (max-width: 800px) {
  .embed .c-btn.-header .c-btn__txt {
    font-size: 14px;
  }
}
.embed .c-btn.-header .c-btn__icon {
  display: none;
}
.embed .c-btn.-tall {
  padding: 26px 16px 28px;
}
@media (max-width: 800px) {
  .embed .c-btn.-tall {
    padding: 20px 16px 22px;
  }
}
/*====================================================

variables

====================================================*/
/* --- breakpoints --- */
/* --- contents --- */
/* --- color --- */
/* --- path --- */
/* --- fontfamily --- */
/* --- fontweight --- */
/* --- transition --- */
/*====================================================

mixin

====================================================*/
/* --- media query --- */
/* --- global --- */
/* --- animation --- */
@keyframes arrowLink-hover-anim {
}
@keyframes arrowLink-hover-anim {
}
/* --- inner --- */
/* --- section --- */
/* --- other --- */
/* --- function --- */
/* sectionTtl
/* ============================================ */
.embed .c-sectionTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 800px) {
  .embed .c-sectionTtl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.embed .c-sectionTtl .c-sectionTtl__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 400;
  font-size: 52px;
  letter-spacing: 0.08em;
  text-align: left;
  font-style: italic;
  color: #e4032e;
  margin-bottom: 13px;
}
@media (max-width: 800px) {
  .embed .c-sectionTtl .c-sectionTtl__ttl {
    text-align: center;
  }
}
.embed .c-sectionTtl .c-sectionTtl__ttl {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 52px;
  letter-spacing: 0.04em;
  line-height: 65px;
}
@media (max-width: 800px) {
  .embed .c-sectionTtl .c-sectionTtl__ttl {
    font-size: 40px;
    letter-spacing: 0.04em;
    line-height: 52px;
  }
}
.embed .c-sectionTtl .c-sectionTtl__subttl {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 14px;
  text-align: center;
  color: #e4032e;
  margin-bottom: 25px;
}
@media (max-width: 800px) {
  .embed .c-sectionTtl .c-sectionTtl__subttl {
    text-align: center;
  }
}
.embed .c-sectionTtl .c-sectionTtl__bar {
  display: block;
  width: 24px;
  height: 1px;
  background: #e4032e;
}
@media (max-width: 800px) {
  .embed .c-sectionTtl .c-sectionTtl__bar {
    margin-left: auto;
    margin-right: auto;
  }
}
.embed .c-sectionTtl.-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.embed .c-sectionTtl.-jp .c-sectionTtl__ttl {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-size: 52px;
  font-weight: 400;
  color: #e4032e;
  text-align: center;
  letter-spacing: 0.08em;
  font-style: normal;
  font-style: italic;
  margin-bottom: 15px;
}
@media (max-width: 800px) {
  .embed .c-sectionTtl.-jp .c-sectionTtl__ttl {
    font-size: 32px;
  }
}
.embed .c-sectionTtl.-jp .c-sectionTtl__subttl {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-style: italic;
  color: #e4032e;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .embed .c-sectionTtl.-jp .c-sectionTtl__subttl {
    font-size: 14px;
  }
}
.embed .c-sectionTtl.-jp .c-sectionTtl__bar {
  display: none;
}

@media (max-width: 800px) {
  .c-sectionTtl.-jp.-timeline .c-sectionTtl__ttl {
    font-size: 32px;
    letter-spacing: 0.08em;
  }
}

/*====================================================

variables

====================================================*/
/* --- breakpoints --- */
/* --- contents --- */
/* --- color --- */
/* --- path --- */
/* --- fontfamily --- */
/* --- fontweight --- */
/* --- transition --- */
/*====================================================

mixin

====================================================*/
/* --- media query --- */
/* --- global --- */
/* --- animation --- */
@keyframes arrowLink-hover-anim {
}
@keyframes arrowLink-hover-anim {
}
/* --- inner --- */
/* --- section --- */
/* --- other --- */
/* --- function --- */
/* txtLink
/* ============================================ */
.embed .c-txtLink .c-txtLink__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5px;
}
.embed .c-txtLink .c-txtLink__txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #212121;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 390px) {
  .embed .c-txtLink .c-txtLink__txt {
    font-size: 3.3333333333vw;
  }
}
.embed .c-txtLink .c-txtLink__txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 200;
  letter-spacing: 0.65px;
}
.embed .c-txtLink .c-txtLink__icon {
  width: 12px;
  height: 12px;
  display: none;
}
.embed .c-txtLink .c-txtLink__icon svg {
  vertical-align: top;
}
.embed .c-txtLink.-blank .c-txtLink__icon {
  display: block;
}
.c-txtLink:hover .c-txtLink__txt {
  color: #e4032e;
}
/*====================================================

variables

====================================================*/
/* --- breakpoints --- */
/* --- contents --- */
/* --- color --- */
/* --- path --- */
/* --- fontfamily --- */
/* --- fontweight --- */
/* --- transition --- */
/*====================================================

mixin

====================================================*/
/* --- media query --- */
/* --- global --- */
/* --- animation --- */
@keyframes arrowLink-hover-anim {
}
@keyframes arrowLink-hover-anim {
}
/* --- inner --- */
/* --- section --- */
/* --- other --- */
/* --- function --- */
/* arrowLink
/* ============================================ */
.embed .c-arrowLink .c-arrowLink__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}
.embed .c-arrowLink .c-arrowLink__icon {
  width: 20px;
  height: 20px;
  position: relative;
}
.embed .c-arrowLink .c-arrowLink__icon .-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.embed .c-arrowLink .c-arrowLink__icon .-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
}
.embed .c-arrowLink .c-arrowLink__txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #212121;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 390px) {
  .embed .c-arrowLink .c-arrowLink__txt {
    font-size: 4.1025641026vw;
  }
}
.embed .c-arrowLink .c-arrowLink__txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 200;
  letter-spacing: 0.02em;
}
.c-arrowLink:hover .c-arrowLink__icon .-circle {
  -webkit-transform: translate(-50%, -50%) rotate(270deg);
  transform: translate(-50%, -50%) rotate(270deg);
}
.c-arrowLink:hover .c-arrowLink__txt {
  color: #e4032e;
}
.embed .c-arrowLink.-fs-22 .c-arrowLink__inner {
  gap: 12px;
}
.embed .c-arrowLink.-fs-22 .c-arrowLink__icon {
  width: 28px;
  height: 28px;
}
.embed .c-arrowLink.-fs-22 .c-arrowLink__txt {
  font-size: 22px;
}
/*====================================================

variables

====================================================*/
/* --- breakpoints --- */
/* --- contents --- */
/* --- color --- */
/* --- path --- */
/* --- fontfamily --- */
/* --- fontweight --- */
/* --- transition --- */
/*====================================================

mixin

====================================================*/
/* --- media query --- */
/* --- global --- */
/* --- animation --- */
@keyframes arrowLink-hover-anim {
}
@keyframes arrowLink-hover-anim {
}
/* --- inner --- */
/* --- section --- */
/* --- other --- */
/* --- function --- */
/* sidemenu
/* ============================================ */
.embed .c-sidemenu {
  height: 100%;
}
.embed .c-sidemenu .c-sidemenu__navbtn {
  position: fixed;
  background: #fff;
  right: 0;
  height: 100%;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  .embed .c-sidemenu .c-sidemenu__navbtn {
    display: none;
  }
}
.embed .c-sidemenu .c-sidemenu__navbtn-container {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.embed .c-sidemenu .c-sidemenu__navbtn.-active {
  z-index: 13;
  background: none;
}
.embed .c-sidemenu .c-sidemenu__modal {
  position: fixed;
  z-index: 10;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2f7;
  padding: 125px 0;
  opacity: 0;
  overflow: scroll;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
  /* Chrome, Safari 対応 */
}
.embed .c-sidemenu .c-sidemenu__modal::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1000px) {
  .embed .c-sidemenu .c-sidemenu__modal {
    padding: 107px 0 0;
    left: 0;
    top: -100%;
  }
}
.embed .c-sidemenu .c-sidemenu__modal.-active {
  left: 0;
  opacity: 1;
}
@media (max-width: 1000px) {
  .embed .c-sidemenu .c-sidemenu__modal.-active {
    top: 0;
  }
}
.embed .c-sidemenu .c-sidemenu__modal-inner {
  width: calc(100% - 100px - 100px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .embed .c-sidemenu .c-sidemenu__modal-inner {
    width: calc(100% - 56px - 56px);
  }
}
@media (max-width: 800px) {
  .embed .c-sidemenu .c-sidemenu__modal-inner {
    width: calc(100% - 20px - 20px);
  }
}
@media (max-width: 1000px) {
  .embed .c-sidemenu .c-sidemenu__modal-inner {
    width: calc(100% - 32px - 32px);
  }
}
.embed .c-sidemenu .c-sidemenu__modal-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 96px;
}
@media (max-width: 1000px) {
  .embed .c-sidemenu .c-sidemenu__modal-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }
}
.embed .c-sidemenu .c-sidemenu__modal-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.embed .c-sidemenu .c-sidemenu__nav-ttl {
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #212121;
  margin-bottom: 42px;
}
@media (max-width: 1000px) {
  .embed .c-sidemenu .c-sidemenu__nav-ttl {
    margin-bottom: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #dbdbdb;
  }
}
.embed .c-sidemenu .c-sidemenu__nav-ttl {
  font-weight: 600;
  letter-spacing: 0.04em;
}
.embed .c-sidemenu .c-sidemenu__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1000px) {
  .embed .c-sidemenu .c-sidemenu__nav-list {
    gap: 17px;
    margin-top: 24px;
    margin-bottom: 9px;
  }
}
.embed .c-sidemenu .c-sidemenu__nav-item.-sub {
  margin-left: 16px;
}
.embed .c-sidemenu .c-sidemenu__nav-acobtn {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
@media (max-width: 1000px) {
  .embed .c-sidemenu .c-sidemenu__nav-acobtn {
    display: block;
  }
}
.embed .c-sidemenu .c-sidemenu__nav-acobtn-inner {
  position: relative;
  width: 14px;
  height: 14px;
}
.embed .c-sidemenu .c-sidemenu__nav-acobtn-inner::before,
.embed .c-sidemenu .c-sidemenu__nav-acobtn-inner::after {
  content: "";
  display: block;
  height: 1px;
  width: 14px;
  background-color: #e4032e;
  -webkit-transform-origin: left;
  transform-origin: left;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.embed .c-sidemenu .c-sidemenu__nav-acobtn-inner::before {
  -webkit-transform: rotate(90deg)
    translate(calc(-50% - 0.5px), calc(-50% + 0.5px));
  transform: rotate(90deg) translate(calc(-50% - 0.5px), calc(-50% + 0.5px));
}
.embed
  .c-sidemenu
  .c-sidemenu__nav-acobtn.-active
  .c-sidemenu__nav-acobtn-inner::before {
  -webkit-transform: translate(calc(-50% + 0.5px), calc(-50% - 0.5px));
  transform: translate(calc(-50% + 0.5px), calc(-50% - 0.5px));
}
.embed .c-sidemenu .c-sidemenu__nav:first-child {
  width: 14%;
}
@media (max-width: 1000px) {
  .embed .c-sidemenu .c-sidemenu__nav:first-child {
    width: auto;
  }
}
.embed .c-sidemenu .c-sidemenu__btn {
  width: 100%;
  max-width: 816px;
}
.embed .c-sidemenu .c-sidemenu__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1000px) {
  .embed .c-sidemenu .c-sidemenu__btn-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
}
.embed .c-sidemenu .c-sidemenu__btn-item {
  width: calc((100% - 16px) / 2);
}
@media (max-width: 1000px) {
  .embed .c-sidemenu .c-sidemenu__btn-item {
    width: 100%;
  }
}
/*====================================================

variables

====================================================*/
/* --- breakpoints --- */
/* --- contents --- */
/* --- color --- */
/* --- path --- */
/* --- fontfamily --- */
/* --- fontweight --- */
/* --- transition --- */
/*====================================================

mixin

====================================================*/
/* --- media query --- */
/* --- global --- */
/* --- animation --- */
@keyframes arrowLink-hover-anim {
}
@keyframes arrowLink-hover-anim {
}
/* --- inner --- */
/* --- section --- */
/* --- other --- */
/* --- function --- */
/* main
/* ============================================ */
.embed .c-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.embed .c-main .c-main__content {
  width: calc(100% - 40px);
  overflow: hidden;
}
@media (max-width: 1000px) {
  .embed .c-main .c-main__content {
    width: 100%;
  }
}
.embed .c-main .c-main__sidemenu {
  height: 100%;
}
/*====================================================

variables

====================================================*/
/* --- breakpoints --- */
/* --- contents --- */
/* --- color --- */
/* --- path --- */
/* --- fontfamily --- */
/* --- fontweight --- */
/* --- transition --- */
/*====================================================

mixin

====================================================*/
/* --- media query --- */
/* --- global --- */
/* --- animation --- */
@keyframes arrowLink-hover-anim {
}
@keyframes arrowLink-hover-anim {
}
/* --- inner --- */
/* --- section --- */
/* --- other --- */
/* --- function --- */
/* navbtn
/* ============================================ */
.embed .-active .c-navbtn__open {
  display: none;
}
.embed .c-navbtn__close {
  display: none;
}
.embed .-active .c-navbtn__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .embed .-active .c-navbtn__close {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}
.embed .c-navbtn__close-txt {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #e4032e;
}
@media (max-width: 1000px) {
  .embed .c-navbtn__close-txt {
    font-size: 16px;
    color: #e4032e;
  }
}
.embed .c-cta {
  width: calc(100% - 40px);
  margin-bottom: 120px;
}
@media (max-width: 800px) {
  .embed .c-cta {
    width: 100%;
    margin-bottom: 80px;
  }
}
@media (max-width: 390px) {
  .embed .c-cta {
    margin-bottom: 20.5128205128vw;
  }
}
.embed .c-cta__inner {
  width: calc(100% - 100px - 100px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 816px;
}
@media (max-width: 1000px) {
  .embed .c-cta__inner {
    width: calc(100% - 56px - 56px);
  }
}
@media (max-width: 800px) {
  .embed .c-cta__inner {
    width: calc(100% - 20px - 20px);
  }
}
@media (max-width: 800px) {
  .embed .c-cta__inner {
    width: calc(100% - 32px * 2);
  }
}
@media (max-width: 390px) {
  .embed .c-cta__inner {
    width: calc((100% - 8.2051282051vw * 2));
  }
}
.embed .c-cta__head {
  margin-bottom: 56px;
}
@media (max-width: 800px) {
  .embed .c-cta__head {
    margin-bottom: 40px;
  }
}
@media (max-width: 390px) {
  .embed .c-cta__head {
    margin-bottom: 10.2564102564vw;
  }
}
.embed .c-cta__btn {
  margin-bottom: 48px;
}
@media (max-width: 800px) {
  .embed .c-cta__btn {
    margin-bottom: 40px;
  }
}
@media (max-width: 390px) {
  .embed .c-cta__btn {
    margin-bottom: 10.2564102564vw;
  }
}
.embed .c-cta__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 800px) {
  .embed .c-cta__btn-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 390px) {
  .embed .c-cta__btn-list {
    gap: 3.5897435897vw;
  }
}
.embed .c-cta__btn-item {
  width: calc((100% - 16px) / 2);
}
@media (max-width: 800px) {
  .embed .c-cta__btn-item {
    width: 100%;
  }
}
@media (max-width: 390px) {
  .embed .c-cta__btn-item {
    width: 100%;
  }
}
.embed .c-cta__btn-item.-fullwidth {
  width: 100%;
  max-width: 480px;
}
.embed .c-cta__minbtn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 48px;
  max-width: 672px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .embed .c-cta__minbtn-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
  }
}
@media (max-width: 390px) {
  .embed .c-cta__minbtn-list {
    gap: 6.1538461538vw;
  }
}
.embed .c-cta__minbtn-item {
  width: 50%;
}
@media (max-width: 800px) {
  .embed .c-cta__minbtn-item {
    width: calc(50% - 24px);
  }
}
@media (max-width: 390px) {
  .embed .c-cta__minbtn-item {
    width: calc(50% - 6.1538461538vw);
  }
}
/*====================================================

variables

====================================================*/
/* --- breakpoints --- */
/* --- contents --- */
/* --- color --- */
/* --- path --- */
/* --- fontfamily --- */
/* --- fontweight --- */
/* --- transition --- */
/*====================================================

mixin

====================================================*/
/* --- media query --- */
/* --- global --- */
/* --- animation --- */
@keyframes arrowLink-hover-anim {
}
@keyframes arrowLink-hover-anim {
}
/* --- inner --- */
/* --- section --- */
/* --- other --- */
/* --- function --- */
/* bgslider
/* ============================================ */
.embed .c-bgslider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.embed .c-bgslider__container {
  position: relative;
  width: 100%;
  height: 100%;
}
.embed .c-bgslider__list {
  width: 100%;
  height: 100%;
  position: relative;
}
.embed .c-bgslider__item {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.embed .c-bgslider__item-inner {
  position: relative;
}
.embed .c-bgslider__item-img {
  height: 100%;
  overflow: hidden;
}
.embed .c-bgslider__item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1000px) {
  .embed .c-bgslider__item-img img.-pc {
    display: none;
  }
}
.embed .c-bgslider__item-img img.-sp {
  display: none;
}
@media (max-width: 1000px) {
  .embed .c-bgslider__item-img img.-sp {
    display: block;
  }
}
.embed .c-bgslider__item.-active {
  opacity: 1;
}
.embed .c-bgslider__item.-scale .c-bgslider__item-img img {
  -webkit-animation: scale-img 8s;
  animation: scale-img 8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.embed .c-bgslider__thumb {
  position: absolute;
  z-index: 4;
  right: calc(21px + 40px);
  bottom: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}
@media (max-width: 800px) {
  .embed .c-bgslider__thumb {
    gap: 4px;
    left: 50%;
    bottom: -16px;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.embed .c-bgslider__thumb-item {
  position: relative;
  background: #000;
  border-radius: 4px;
  cursor: pointer;
}
.c-bgslider__thumb-item:hover .c-bgslider__thumb-img {
  opacity: 1;
}
.embed .c-bgslider__thumb-item.-active {
  pointer-events: none;
}
.embed .c-bgslider__thumb-item.-active .c-bgslider__thumb-img {
  opacity: 1;
  pointer-events: none;
}
.embed .c-bgslider__thumb-item.-active .c-bgslider__thumb-bar span {
  -webkit-animation: bgslide-bar 6s;
  animation: bgslide-bar 6s;
}
.embed .c-bgslider__thumb-img {
  position: relative;
  width: 94px;
  height: 63px;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
@media (max-width: 800px) {
  .embed .c-bgslider__thumb-img {
    width: 64px;
    height: 43px;
  }
}
.embed .c-bgslider__thumb-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.embed .c-bgslider__thumb-bar {
  width: 100%;
  height: 2px;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
}
.embed .c-bgslider__thumb-bar span {
  display: block;
  background: #e4032e;
  height: 2px;
  width: 0%;
  -webkit-animation: bgslide-bar_rev 0.6s;
  animation: bgslide-bar_rev 0.6s;
}
@-webkit-keyframes bgslide-bar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes bgslide-bar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes bgslide-bar_rev {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes bgslide-bar_rev {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes scale-img {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes scale-img {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/*====================================================

variables

====================================================*/
/* --- breakpoints --- */
/* --- contents --- */
/* --- color --- */
/* --- path --- */
/* --- fontfamily --- */
/* --- fontweight --- */
/* --- transition --- */
/*====================================================

mixin

====================================================*/
/* --- media query --- */
/* --- global --- */
/* --- animation --- */
@keyframes arrowLink-hover-anim {
}
@keyframes arrowLink-hover-anim {
}
/* --- inner --- */
/* --- section --- */
/* --- other --- */
/* --- function --- */
/* slider
/* ============================================ */
.embed .c-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.embed .c-slider__inner {
  position: relative;
  height: 100%;
}
.embed .c-slider__item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.embed .c-slider__item-inner {
  position: relative;
}
.embed .c-slider__item-info {
  position: absolute;
  bottom: 32px;
  left: 32px;
  width: calc(100% - 32px - 32px);
  z-index: 2;
}
@media (max-width: 800px) {
  .embed .c-slider__item-info {
    width: calc(100% - 16px - 16px);
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    bottom: 13px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.embed .c-slider__item-lead {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 22px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 800px) {
  .embed .c-slider__item-lead {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.embed .c-slider__item-ttl {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  font-size: 25px;
  text-align: left;
  color: #fff;
}
@media (max-width: 800px) {
  .embed .c-slider__item-ttl {
    font-size: 14px;
    text-align: left;
    color: #fff;
  }
}
.embed .c-slider__item-ttl {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (max-width: 800px) {
  .embed .c-slider__item-ttl {
    font-size: 12px;
  }
}
.embed .c-slider__item-eyecatch {
  overflow: hidden;
  border-radius: 4px;
}
.embed .c-slider__item-eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.embed .c-slider__item.-active {
  opacity: 1;
}
.c-slider__item:hover .c-slider__item-eyecatch img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-slider__item:hover .c-slider__item-info {
  z-index: 2;
}
.embed .c-slider__bar {
  width: 100%;
  height: 2px;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
}
.embed .c-slider__bar span {
  display: block;
  background: #e4032e;
  height: 2px;
  width: 0%;
}
.embed .c-slider__bar span.-inview {
  -webkit-animation: slide-bar_rev 0.6s;
  animation: slide-bar_rev 0.6s;
}
.embed .c-slider__bar span.-active {
  -webkit-animation: slide-bar 6s;
  animation: slide-bar 6s;
}
.embed .c-slider__nav-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #11111180;
  cursor: pointer;
}
@media (max-width: 800px) {
  .embed .c-slider__nav-arrow {
    width: 40px;
    height: 70px;
  }
}
.embed .c-slider__nav-arrow.-l {
  border-radius: 0 4px 4px 0;
  left: 0;
}
.embed .c-slider__nav-arrow.-l svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.embed .c-slider__nav-arrow.-r {
  border-radius: 4px 0 0 4px;
  right: 0;
}
.embed .c-slider__nav-arrow:hover {
  background: #111111cc;
}
@media (max-width: 800px) {
  .embed .c-slider__nav-arrow:hover {
    background: #11111180;
  }
}
@-webkit-keyframes slide-bar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes slide-bar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes slide-bar_rev {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes slide-bar_rev {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
/*====================================================

variables

====================================================*/
/* --- breakpoints --- */
/* --- contents --- */
/* --- color --- */
/* --- path --- */
/* --- fontfamily --- */
/* --- fontweight --- */
/* --- transition --- */
/*====================================================

mixin

====================================================*/
/* --- media query --- */
/* --- global --- */
/* --- animation --- */
@keyframes arrowLink-hover-anim {
}
@keyframes arrowLink-hover-anim {
}
/* --- inner --- */
/* --- section --- */
/* --- other --- */
/* --- function --- */
/* slider
/* ============================================ */
.c-slider02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  width: 100%;
  /*矢印の設定*/
}
@media (max-width: 800px) {
  .c-slider02 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.c-slider02 img {
  width: 100%;
  height: auto;
}
.c-slider02 .slick-slide {
  margin: 0 20px;
  min-height: 380px;
}
.c-slider02 .slick-prev,
.c-slider02 .slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #e4032e;
  border-right: 2px solid #e4032e;
  height: 30px;
  width: 30px;
}
.c-slider02 .slick-prev:hover,
.c-slider02 .slick-next:hover {
  opacity: 0.6;
}
.c-slider02 .slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.c-slider02 .slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-slider02__item {
  display: block;
}
@media (max-width: 800px) {
  .c-slider02__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}
.c-slider02__item-info {
  position: relative;
  margin-top: 30px;
  z-index: 10;
}
@media (max-width: 800px) {
  .c-slider02__item-info {
    margin-top: 0;
  }
}
.c-slider02__item-lead {
  position: absolute;
  top: -46px;
  display: inline-block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
  background-color: #e4032e;
  padding: 6px 12px;
}
@media (max-width: 800px) {
  .c-slider02__item-lead {
    position: relative;
    top: auto;
    font-size: 12px;
  }
}
.c-slider02__item-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #333;
  line-height: 26px;
  letter-spacing: 0.04em;
}
@media (max-width: 800px) {
  .c-slider02__item-txt {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin-top: 5px;
  }
}
body.-global .c-slider02__item-txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 800px) {
  body.-global .c-slider02__item-txt {
    font-size: 14px;
    letter-spacing: 0.01em;
  }
}
.c-slider02__item-subtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-size: 12px;
  text-align: left;
  color: #969696;
  line-height: 20px;
  margin-top: 16px;
}
body.-global .c-slider02__item-subtxt {
  font-size: 11px;
  line-height: 1.5;
  font-weight: 200;
}
.c-slider02__item-subtxt li {
  margin-right: 12px;
}
.c-slider02__item-img {
  max-height: 256px;
  overflow: hidden;
  border-radius: 4px;
}
@media (max-width: 800px) {
  .c-slider02__item-img {
    max-width: 40%;
  }
}
.c-slider02__item-img img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.c-slider02__item:hover .c-slider02__item-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
/*====================================================

variables

====================================================*/
/* --- breakpoints --- */
/* --- contents --- */
/* --- color --- */
/* --- path --- */
/* --- fontfamily --- */
/* --- fontweight --- */
/* --- transition --- */
/*====================================================

mixin

====================================================*/
/* --- media query --- */
/* --- global --- */
/* --- animation --- */
@keyframes arrowLink-hover-anim {
}
@keyframes arrowLink-hover-anim {
}
/* --- inner --- */
/* --- section --- */
/* --- other --- */
/* --- function --- */
/* minArrowLink
/* ============================================ */
.embed .c-minArrowLink .c-minArrowLink__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}
.embed .c-minArrowLink .c-minArrowLink__icon {
  width: 4px;
  height: 8px;
  position: relative;
  top: 3px;
}
.embed .c-minArrowLink .c-minArrowLink__icon .-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.embed .c-minArrowLink .c-minArrowLink__txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #212121;
}
.embed .c-minArrowLink .c-minArrowLink__txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
}
@media (max-width: 800px) {
  .embed .c-minArrowLink .c-minArrowLink__txt {
    letter-spacing: 1.25;
  }
}
.c-minArrowLink:hover .c-minArrowLink__txt {
  color: #e4032e;
}
.embed .c-flex__lead {
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-size: 24px;
  padding-left: 63px;
  margin-bottom: 48px;
}
@media (max-width: 800px) {
  .embed .c-flex__lead {
    padding-left: 37px;
  }
}
.embed .c-flex__lead::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 1px;
  background: #e4032e;
}
@media (max-width: 800px) {
  .embed .c-flex__lead::before {
    width: 24px;
  }
}
.embed .c-flex__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 800px) {
  .embed .c-flex__content {
    display: block;
  }
}
.embed .c-flex__item {
  width: 294px;
}
@media (max-width: 800px) {
  .embed .c-flex__item {
    width: 100%;
    margin-bottom: 50px;
  }
  .embed .c-flex__item:last-of-type {
    margin-bottom: 0;
  }
}
.embed .c-flex__item-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.embed .c-flex__item-top::after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 1px;
  background-color: #d1d1d1;
}
.embed .c-flex__item-img {
  width: 100%;
  max-width: 83px;
}
.embed .c-flex__item-img img {
  width: 100%;
}
.embed .c-flex__item-box {
  width: 100%;
  margin-top: 10px;
  padding-left: 16px;
}
.embed .c-flex__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.embed .c-flex__item-box-txt {
  font-size: 13px;
  font-weight: bold;
}
.embed .c-flex__item-box-txt {
  font-weight: 200;
}
.embed .c-flex__item-box-txt.charge {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 4px;
}
.embed .c-flex__item-box-txt.person {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
@media (max-width: 800px) {
  .embed .c-flex__item-box-txt.person {
    letter-spacing: 0.01em;
  }
}
.embed .c-flex__item-box-txt.person {
  line-height: 30px;
  font-weight: 200;
}
.embed .c-flex__item-box-txt.person {
  line-height: 1.4;
  font-weight: 600;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 0;
}
.embed .c-flex__item-box-txt.joining {
  color: #212121;
  font-weight: 200;
  margin-top: 12px;
}
.embed .c-flex__item-box-txt.joining {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.embed .c-flex__item-bottom {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 40px;
  color: #333;
}
@media (max-width: 800px) {
  .embed .c-flex__item-bottom {
    letter-spacing: 0.01em;
  }
}
.embed .c-flex__item-bottom {
  line-height: 30px;
  font-weight: 200;
}
.embed .c-flex__item-bottom {
  line-height: 1.8;
  font-weight: 200;
}
.embed .c-flex__item-comment {
  position: relative;
  display: block;
  margin-top: 20px;
  line-height: 1;
  counter-reset: number 0;
}
.embed .c-flex__item-comment a {
  position: relative;
  color: #e4032e;
}
.embed .c-flex__item-comment a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto;
  right: -17px;
  width: 14px;
  height: 13px;
  background-image: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/team02/ico_comment.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.embed .c-flex__item-comment-inner {
  position: absolute;
  bottom: 35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  max-width: 440px;
  z-index: 1;
}
.embed .c-flex__item-comment-inner.active {
  opacity: 1;
  visibility: visible;
}
.embed .c-flex__item-comment-box {
  position: relative;
  padding: 16px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 32px #00000040;
  box-shadow: 0px 4px 32px #00000040;
}
.embed .c-flex__item-comment-box::before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #fff transparent;
  border-width: 22px 10px 0 10px;
  bottom: -15px;
  left: 55px;
  margin-left: -10px;
}
.embed .c-flex__item-comment-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.embed .c-flex__item-comment-ttl {
  position: relative;
  font-size: 14px;
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-style: italic;
}
.embed .c-flex__item-comment-border {
  margin-left: 16px;
  width: 100%;
  height: 1px;
  background-color: #c4c4c4;
}
.embed .c-flex__item-comment-txt {
  margin-top: 16px;
  font-size: 12px;
  line-height: 23px;
}
.embed .c-flex__item-comment-txt {
  line-height: 1.8;
}
.embed .c-flex__item-comment-subtxt {
  position: relative;
  display: block;
  margin-top: 20px;
  font-size: 10px;
  padding-left: 20px;
  line-height: 18px;
}
.embed .c-flex__item-comment-subtxt {
  padding-left: 10px;
}
.embed .c-flex__item-comment-subtxt::before {
  content: "※" counter(number);
  position: absolute;
  top: -5px;
  left: 0;
  counter-increment: number 1;
}
.embed .c-flex__item-comment-subtxt::before {
  content: counter(number);
}
.embed .c-flex__item-comment-subtxt {
  line-height: 1.5;
}
/*====================================================

variables

====================================================*/
/* --- breakpoints --- */
/* --- contents --- */
/* --- color --- */
/* --- path --- */
/* --- fontfamily --- */
/* --- fontweight --- */
/* --- transition --- */
/*====================================================

mixin

====================================================*/
/* --- media query --- */
/* --- global --- */
/* --- animation --- */
@keyframes arrowLink-hover-anim {
}
@keyframes arrowLink-hover-anim {
}
/* --- inner --- */
/* --- section --- */
/* --- other --- */
/* --- function --- */
/* dialogue
/* ============================================ */
.embed .c-dialogue {
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 800px) {
  .embed .c-dialogue {
    margin-bottom: 58px;
  }
}
.embed .c-dialogueWrap {
  counter-reset: number 0;
}
.embed .c-dialogue .c-dialogue__inner {
  width: calc(100% - 100px - 100px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  .embed .c-dialogue .c-dialogue__inner {
    width: calc(100% - 56px - 56px);
  }
}
@media (max-width: 800px) {
  .embed .c-dialogue .c-dialogue__inner {
    width: calc(100% - 20px - 20px);
  }
}
.embed .c-dialogue .c-dialogue__content {
  position: relative;
  text-align: center;
}
.embed .c-dialogue .c-dialogue__bgimg {
  position: absolute;
  top: -2.5%;
  right: -70px;
  z-index: -1;
}
@media (max-width: 800px) {
  .embed .c-dialogue .c-dialogue__bgimg {
    display: none;
  }
}
.embed .c-dialogue .c-dialogue__lead {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #e4032e;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 56px;
}
@media (max-width: 800px) {
  .embed .c-dialogue .c-dialogue__lead {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (max-width: 800px) {
  .embed .c-dialogue .c-dialogue__lead {
    line-height: 1.5;
  }
}
.embed .c-dialogue .c-dialogue__lead::before,
.embed .c-dialogue .c-dialogue__lead::after {
  position: absolute;
  font-size: 61px;
  color: #e5e5e5;
  display: none;
}
@media (max-width: 800px) {
  .embed .c-dialogue .c-dialogue__lead::before,
  .embed .c-dialogue .c-dialogue__lead::after {
    width: 12px;
    font-size: 37px;
  }
}
.embed .c-dialogue .c-dialogue__lead::before {
  content: "“";
  top: 6px;
  left: -32px;
}
@media (max-width: 800px) {
  .embed .c-dialogue .c-dialogue__lead::before {
    right: inherit;
    left: -18px;
    top: -16px;
  }
}
.embed .c-dialogue .c-dialogue__lead::after {
  content: "”";
  bottom: -38px;
  right: -32px;
}
@media (max-width: 800px) {
  .embed .c-dialogue .c-dialogue__lead::after {
    bottom: -22px;
    left: inherit;
    right: -14px;
  }
}
.embed .c-dialogue .c-dialogue__lead .-deco {
  font-size: 61px;
  color: #e5e5e5;
}
@media (max-width: 800px) {
  .embed .c-dialogue .c-dialogue__lead .-deco {
    width: 12px;
    font-size: 37px;
  }
}
.embed .c-dialogue .c-dialogue__faq {
  text-align: left;
  margin-top: 80px;
}
.embed .c-dialogue .c-dialogue__faq:first-of-type {
  margin-top: 60px;
}
.embed .c-dialogue .c-dialogue__faq-img {
  position: relative;
  width: 100%;
  margin: 60px auto 60px 0;
}
@media (max-width: 800px) {
  .embed .c-dialogue .c-dialogue__faq-img {
    margin: 40px auto 56px;
  }
}
.embed .c-dialogue .c-dialogue__faq-img img {
  width: 100%;
  max-width: 800px;
  display: block;
}
@media (max-width: 800px) {
  .embed .c-dialogue .c-dialogue__faq-img + .c-dialogue__faq {
    margin-top: 0;
  }
}
.embed .c-dialogue .c-dialogue__faq-img.-center img {
  margin-left: auto;
  margin-right: auto;
}
.embed .c-dialogue .c-dialogue__faq-img.-left img {
  margin-right: auto;
}
.embed .c-dialogue .c-dialogue__faq-img.-right img {
  margin-left: auto;
}
.embed .c-dialogue .c-dialogue__faq-bgimg.-left {
  position: absolute;
  top: -50%;
  left: -45%;
  width: 100%;
  max-width: 517px;
  z-index: -1;
}
@media (max-width: 800px) {
  .embed .c-dialogue .c-dialogue__faq-bgimg.-left {
    top: 27%;
  }
}
.embed .c-dialogue .c-dialogue__faq-bgimg.-right {
  position: absolute;
  top: -10%;
  right: -37%;
  width: 100%;
  max-width: 517px;
  z-index: -1;
}
@media (max-width: 800px) {
  .embed .c-dialogue .c-dialogue__faq-bgimg.-right {
    top: 65%;
    right: -60%;
  }
}
.embed .c-dialogue .c-dialogue__question {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin-left: 35px;
  padding-left: 8px;
  letter-spacing: 0.04em;
  line-height: 32px;
}
@media (max-width: 800px) {
  .embed .c-dialogue .c-dialogue__question {
    letter-spacing: 0.02em;
    line-height: 30px;
  }
}
.embed .c-dialogue .c-dialogue__question {
  font-weight: 600;
}
.embed .c-dialogue .c-dialogue__question::before {
  counter-increment: number 1;
  content: "Q" counter(number) ".";
  position: absolute;
  left: -35px;
  color: #e4032e;
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-style: italic;
  padding-right: 5px;
}
.embed .c-dialogue .c-dialogue__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  gap: 30px;
}
@media (max-width: 800px) {
  .embed .c-dialogue .c-dialogue__answer {
    gap: 16px;
  }
}
.embed .c-dialogue .c-dialogue__answer.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 800px) {
  .embed .c-dialogue .c-dialogue__answer.center {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.embed .c-dialogue .c-dialogue__answer-img {
  width: 100%;
  max-width: 60px;
}
.embed .c-dialogue .c-dialogue__answer-img span {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 7px;
}
.embed .c-dialogue .c-dialogue__answer-img span {
  font-size: 11px;
  font-weight: 300;
}
.embed .c-dialogue .c-dialogue__answer-img img {
  width: 100%;
}
.embed .c-dialogue .c-dialogue__answer-txt {
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.04em;
}
.embed .c-dialogue .c-dialogue__answer-txt {
  font-weight: 200;
}
@media (max-width: 800px) {
  .embed .c-dialogue .c-dialogue__answer-txt {
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
}
.embed .c-dialogue .c-dialogue__answer-txt-sub {
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin-top: 10px;
}
@media (max-width: 800px) {
  .embed .c-dialogue .c-dialogue__answer-txt-sub {
    font-size: 11px;
    line-height: 18px;
  }
}
.embed .c-dialogue .c-dialogue__answer-txt-caption {
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin-top: 8px;
}
@media (max-width: 800px) {
  .embed .c-dialogue .c-dialogue__answer-txt-caption {
    font-size: 11px;
    line-height: 18px;
  }
}
.embed .c-dialogue .c-dialogue__answer-txt-caption sup {
  margin-right: 4px;
}
.embed .c-dialogue .c-dialogue__notes {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 20px;
  text-align: right;
}
.embed .c-dialogue .c-dialogue__notes {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: 200;
}
/*====================================================

variables

====================================================*/
/* --- breakpoints --- */
/* --- contents --- */
/* --- color --- */
/* --- path --- */
/* --- fontfamily --- */
/* --- fontweight --- */
/* --- transition --- */
/*====================================================

mixin

====================================================*/
/* --- media query --- */
/* --- global --- */
/* --- animation --- */
@keyframes arrowLink-hover-anim {
}
@keyframes arrowLink-hover-anim {
}
/* --- inner --- */
/* --- section --- */
/* --- other --- */
/* --- function --- */
/* otherBox
/* ============================================ */
.embed .c-otherBox {
  margin-bottom: 100px;
}
@media (max-width: 800px) {
  .embed .c-otherBox {
    margin-bottom: 90px;
  }
}
.embed .c-otherBox .c-otherBox__inner {
  width: calc(100% - 100px - 100px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .embed .c-otherBox .c-otherBox__inner {
    width: calc(100% - 56px - 56px);
  }
}
@media (max-width: 800px) {
  .embed .c-otherBox .c-otherBox__inner {
    width: calc(100% - 20px - 20px);
  }
}
.embed .c-otherBox .c-otherBox__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  color: #212121;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.04em;
}
@media (max-width: 800px) {
  .embed .c-otherBox .c-otherBox__ttl {
    letter-spacing: 0.04em;
  }
}
.embed .c-otherBox .c-otherBox__ttl {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 800px) {
  .embed .c-otherBox .c-otherBox__ttl {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}
.embed .c-otherBox .c-otherBox__ttl::before,
.embed .c-otherBox .c-otherBox__ttl::after {
  content: "";
  border-top: 1px solid #e8e8e8;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.embed .c-otherBox .c-otherBox__ttl::before {
  margin-right: 1rem;
}
.embed .c-otherBox .c-otherBox__ttl::after {
  margin-left: 1rem;
}
@media (max-width: 800px) {
  .embed .c-otherBox .c-otherBox__ttl {
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 24px;
  }
}
.embed .c-otherBox .c-otherBox__chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  gap: 30px;
}
@media (max-width: 800px) {
  .embed .c-otherBox .c-otherBox__chart {
    display: block;
  }
}
.embed .c-otherBox .c-otherBox__chart {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 578px;
}
.embed .c-otherBox .c-otherBox__chart-left {
  width: 100%;
  max-width: 225px;
  padding-top: 128px;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .embed .c-otherBox .c-otherBox__chart-left {
    max-width: inherit;
    padding-top: 57.1%;
  }
}
.embed .c-otherBox .c-otherBox__chart-left img {
  width: 100%;
}
@media (max-width: 800px) {
  .embed .c-otherBox .c-otherBox__chart-right {
    position: relative;
  }
}
.embed .c-otherBox .c-otherBox__chart-lead {
  display: inline-block;
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  line-height: inherit;
  color: #fff;
  background-color: #e4032e;
  padding: 6px 14px;
  margin-bottom: 15px;
}
@media (max-width: 800px) {
  .embed .c-otherBox .c-otherBox__chart-lead {
    position: absolute;
    top: -37px;
    font-size: 12px;
  }
}
.embed .c-otherBox .c-otherBox__chart-lead {
  margin-bottom: 14px;
  padding: 7px 16px;
  background: #e4032e;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.07em;
}
@media (max-width: 800px) {
  .embed .c-otherBox .c-otherBox__chart-lead {
    font-size: 13px;
  }
}
.embed .c-otherBox .c-otherBox__chart-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 32px;
  letter-spacing: 0.04em;
}
@media (max-width: 800px) {
  .embed .c-otherBox .c-otherBox__chart-ttl {
    font-size: 22px;
    letter-spacing: 0.02em;
    margin-top: 24px;
    margin-bottom: 6px;
  }
}
.embed .c-otherBox .c-otherBox__chart-ttl {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.embed .c-otherBox .c-otherBox__chart-sub {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media (max-width: 800px) {
  .embed .c-otherBox .c-otherBox__chart-sub {
    letter-spacing: 0.01em;
  }
}
.embed .c-otherBox .c-otherBox__chart-sub {
  line-height: 30px;
  font-weight: 200;
}
@media (max-width: 800px) {
  .embed .c-otherBox .c-otherBox__chart-sub {
    font-size: 11px;
  }
}
.embed .c-otherBox .c-otherBox__chart-sub {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 200;
}
/*====================================================

variables

====================================================*/
/* --- breakpoints --- */
/* --- contents --- */
/* --- color --- */
/* --- path --- */
/* --- fontfamily --- */
/* --- fontweight --- */
/* --- transition --- */
/*====================================================

mixin

====================================================*/
/* --- media query --- */
/* --- global --- */
/* --- animation --- */
@keyframes arrowLink-hover-anim {
}
@keyframes arrowLink-hover-anim {
}
/* --- inner --- */
/* --- section --- */
/* --- other --- */
/* --- function --- */
/* headshot
/* ============================================ */
.embed .c-headshot {
  /* margin: 60px auto;
 @include sp {
 	margin-bottom: 60px;
 } */
}
.embed .c-headshot .c-headshot__inner {
  width: calc(100% - 100px - 100px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: auto !important;
  max-width: 1600px !important;
}
@media (max-width: 1000px) {
  .embed .c-headshot .c-headshot__inner {
    width: calc(100% - 56px - 56px);
  }
}
@media (max-width: 800px) {
  .embed .c-headshot .c-headshot__inner {
    width: calc(100% - 20px - 20px);
  }
}
.embed .c-headshot .c-headshot__img {
  max-height: 600px;
  overflow: hidden;
}
.embed .c-headshot .c-headshot__img img {
  width: 100%;
}
/**
* page
* ========================== */
.embed .p-top {
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 800px) {
  .embed .p-top {
    margin-bottom: 58px;
  }
}
@media (max-width: 800px) {
  .embed .p-top {
    margin-bottom: 96px;
  }
}
.embed .p-top__inner {
  width: calc(100% - 100px - 100px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .embed .p-top__inner {
    width: calc(100% - 56px - 56px);
  }
}
@media (max-width: 800px) {
  .embed .p-top__inner {
    width: calc(100% - 20px - 20px);
  }
}
.embed .p-top__body {
  width: 50%;
}
@media (max-width: 800px) {
  .embed .p-top__body {
    width: calc(100% - 16px - 16px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 390px) {
  .embed .p-top__body {
    width: calc(100% - 4.1025641026vw * 2);
  }
}
.embed .p-top__ttl {
  margin-bottom: 48px;
}
@media (max-width: 800px) {
  .embed .p-top__ttl {
    margin-bottom: 40px;
  }
}
.embed .p-top__lead {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.07em;
  line-height: 47px;
  text-align: left;
  color: #212121;
  margin-bottom: 35px;
}
@media (max-width: 800px) {
  .embed .p-top__lead {
    font-size: 26px;
    line-height: 48px;
    margin-bottom: 45px;
  }
}
@media (max-width: 390px) {
  .embed .p-top__lead {
    font-size: 6.6666666667vw;
    line-height: 12.3076923077vw;
    margin-bottom: 11.5384615385vw;
  }
}
.embed .p-top__lead {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.embed .p-top__txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #212121;
  margin-bottom: 34px;
  letter-spacing: 0.08em;
}
@media (max-width: 800px) {
  .embed .p-top__txt {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #212121;
    margin-bottom: 42px;
  }
}
@media (max-width: 390px) {
  .embed .p-top__txt {
    font-size: 4.1025641026vw;
    letter-spacing: 0.02em;
    line-height: 8.7179487179vw;
    margin-bottom: 10.7692307692vw;
  }
}
.embed .p-top__txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 30px;
}
@media (max-width: 800px) {
  .embed .p-top__txt {
    letter-spacing: 0.02em;
  }
}
.embed .p-top__btn {
  width: 187px;
}
@media (max-width: 800px) {
  .embed .p-top__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.embed .p-top__bgshape {
  position: absolute;
}
.embed .p-top.-kv {
  background-size: cover;
}
@media (max-width: 800px) {
  .embed .p-top.-kv {
    background-size: cover;
    margin-bottom: 124px;
  }
}
.embed .p-top.-kv .p-top__inner {
  max-width: inherit;
  height: calc(100vh - 72px);
  margin-top: 72px;
  max-height: 890px;
  margin-bottom: 66px;
  position: relative;
  z-index: 2;
}
@media (max-width: 800px) {
  .embed .p-top.-kv .p-top__inner {
    height: calc(var(--vh, 1vh) * 100 - 56px);
    max-height: 600px;
    margin-top: 56px;
    margin-bottom: 68px;
  }
}
.embed .p-top.-kv .p-top__content {
  position: absolute;
  bottom: 86px;
  left: 8px;
}
@media (max-width: 800px) {
  .embed .p-top.-kv .p-top__content {
    bottom: 34px;
    left: 0;
  }
}
.embed .p-top.-kv .p-top__lead {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: inherit;
  text-align: left;
  color: #e4032e;
  text-shadow: 0px 0px 4px #fff;
  margin-bottom: 24px;
}
@media (max-width: 800px) {
  .embed .p-top.-kv .p-top__lead {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.embed .p-top.-kv .p-top__lead {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
}
@media (max-width: 800px) {
  .embed .p-top.-kv .p-top__lead {
    letter-spacing: 0.02em;
  }
}
.embed .p-top.-kv .p-top__ttl {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  font-size: 46px;
  letter-spacing: 0.1em;
  line-height: 76px;
  text-align: left;
  color: #fff;
  text-shadow: 0px 3px 99px #000;
  margin-bottom: 24px;
}
@media (max-width: 800px) {
  .embed .p-top.-kv .p-top__ttl {
    font-size: 32px;
    line-height: 52px;
    margin-bottom: 16px;
  }
}
.embed .p-top.-kv .p-top__ttl {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: bold;
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 62px;
  margin-bottom: 16px;
}
@media (max-width: 800px) {
  .embed .p-top.-kv .p-top__ttl {
    font-size: 30px;
    letter-spacing: 0.04em;
    line-height: 44px;
    margin-bottom: 12px;
  }
}
.embed .p-top.-kv .p-top__txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 38px;
  text-align: left;
  color: #fff;
  text-shadow: 0px 3px 99px #000;
  margin: 0;
}
@media (max-width: 800px) {
  .embed .p-top.-kv .p-top__txt {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 26px;
  }
}
.embed .p-top.-kv .p-top__txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 24px;
}
@media (max-width: 800px) {
  .embed .p-top.-kv .p-top__txt {
    font-size: 11px;
    letter-spacing: 0.06em;
    line-height: 18px;
  }
}
.embed .p-top.-kv .p-top__scrollarrow {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: -50px;
  height: 112px;
}
@media (max-width: 800px) {
  .embed .p-top.-kv .p-top__scrollarrow {
    display: none;
  }
}
.embed .p-top.-kv .p-top__scrollarrow-inner {
  position: relative;
  height: 100%;
}
.embed .p-top.-kv .p-top__scrollarrow .-bar {
  position: absolute;
  left: -1px;
  height: 100%;
  width: 1px;
  background: #b5b5b5;
  display: block;
}
.embed .p-top.-kv .p-top__scrollarrow .-icon {
  position: absolute;
  width: 22px;
  height: 22px;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: scrollarrow-anim 1.5s ease-out infinite;
  animation: scrollarrow-anim 1.5s ease-out infinite;
}
.embed .p-top.-kv .p-top__scrollarrow svg {
  -webkit-animation: scrollarrow-icon-anim 1.5s ease-out infinite;
  animation: scrollarrow-icon-anim 1.5s ease-out infinite;
}
.embed .p-top.-story .p-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
}
@media (max-width: 800px) {
  .embed .p-top.-story .p-top__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .embed .p-top.-story .p-top__head {
    margin-bottom: 40px;
    width: 100%;
  }
}
.embed .p-top.-story .p-top__body {
  max-width: 440px;
}
@media (max-width: 1200px) {
  .embed .p-top.-story .p-top__body {
    max-width: 360px;
  }
}
@media (max-width: 800px) {
  .embed .p-top.-story .p-top__body {
    max-width: inherit;
  }
}
.embed .p-top.-story .p-top__slider {
  width: 640px;
  height: 400px;
  position: relative;
  right: -58px;
}
@media (max-width: 1200px) {
  .embed .p-top.-story .p-top__slider {
    width: 48vw;
    height: 30vw;
    right: -24px;
  }
}
@media (max-width: 800px) {
  .embed .p-top.-story .p-top__slider {
    width: 100%;
    height: 220px;
    max-width: 350px;
    margin: 0 auto;
    right: inherit;
  }
}
@media (max-width: 350px) {
  .embed .p-top.-story .p-top__slider {
    height: auto;
    padding-top: calc(220 / 350 * 100%);
  }
}
.embed .p-top.-story .p-top__bg {
  width: 613.08px;
  height: 374.55px;
  position: absolute;
  z-index: -1;
  top: -120px;
  left: -158px;
  opacity: 0.75;
}
.embed .p-top.-people .p-top__ttl {
  margin-bottom: 32px;
}
@media (max-width: 800px) {
  .embed .p-top.-people .p-top__ttl {
    margin-bottom: 32px;
  }
}
.embed .p-top.-people .p-top__lead {
  margin-bottom: 24px;
}
@media (max-width: 800px) {
  .embed .p-top.-people .p-top__lead {
    margin-bottom: 6vw;
  }
}
.embed .p-top.-people .p-top__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 800px) {
  .embed .p-top.-people .p-top__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: initial;
  }
}
@media (max-width: 800px) {
  .embed .p-top.-people .p-top__head {
    margin-bottom: 32px;
    width: 100%;
  }
}
.embed .p-top.-people .p-top__body {
  position: relative;
  padding-top: 120px;
  padding-right: 80px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .embed .p-top.-people .p-top__body {
    padding-top: 40px;
    padding-right: 34px;
  }
}
@media (max-width: 800px) {
  .embed .p-top.-people .p-top__body {
    padding: 0;
    position: initial;
  }
}
.embed .p-top.-people .p-top__eyecatch {
  position: relative;
  left: -100px;
  width: 656px;
}
@media (max-width: 1200px) {
  .embed .p-top.-people .p-top__eyecatch {
    width: 48vw;
    left: -56px;
  }
}
@media (max-width: 800px) {
  .embed .p-top.-people .p-top__eyecatch {
    left: -20px;
    width: 100vw;
  }
}
.embed .p-top.-people .p-top__eyecatch img {
  width: 100%;
}
.embed .p-top.-people .p-top__bgshape.-one {
  top: -168px;
  left: 430px;
  width: 100vw;
  height: calc(100% + 168px);
  background: #f7f7f7;
  z-index: -2;
}
@media (max-width: 800px) {
  .embed .p-top.-people .p-top__bgshape.-one {
    /* top: -81px;
  width: 100vw;
  height: calc(100% + 81px);
  right: -16px;
  left: inherit;
  z-index: -2; */
    display: none;
  }
}
.embed .p-top.-people .p-top__bgshape.-two {
  right: 0;
  top: 0;
  width: 672px;
  height: 100%;
  background: #fff;
  z-index: -1;
}
@media (max-width: 800px) {
  .embed .p-top.-people .p-top__bgshape.-two {
    width: calc(100% - 64px);
    height: calc(100% + 42px);
    right: inherit;
    top: -41px;
    left: 0;
    z-index: -1;
  }
}
.embed .p-top.-content .p-top__body {
  width: 100%;
}
.embed .p-top.-content .p-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px 24px;
}
@media (max-width: 800px) {
  .embed .p-top.-content .p-top__list {
    gap: 24px 16px;
  }
}
.embed .p-top.-content .p-top__item {
  width: calc((100% - 24px - 24px) / 3);
}
@media (max-width: 800px) {
  .embed .p-top.-content .p-top__item {
    width: calc((100% - 16px) / 2);
  }
}
.embed .p-top.-content .p-top__item {
  width: calc((100% - 24px) / 2);
}
@media (max-width: 800px) {
  .embed .p-top.-content .p-top__item {
    width: calc((100% - 16px) / 2);
  }
}
.p-top.-content .p-top__item:nth-child(1) {
  width: calc((100% - 24px) / 2);
}
@media (max-width: 800px) {
  .p-top.-content .p-top__item:nth-child(1) {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .p-top.-content .p-top__item:nth-child(1) {
    width: calc((100% - 16px) / 2);
  }
}
.p-top.-content .p-top__item:nth-child(2) {
  width: calc((100% - 24px) / 2);
}
@media (max-width: 800px) {
  .p-top.-content .p-top__item:nth-child(2) {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 800px) {
  .p-top.-content .p-top__item:nth-child(2) {
    width: calc((100% - 16px) / 2);
  }
}
@-webkit-keyframes scrollarrow-anim {
  0% {
    top: 0%;
    opacity: 1;
  }
  50% {
    top: 100%;
    opacity: 1;
  }
  80% {
    top: 100%;
    opacity: 1;
  }
  90% {
    top: 100%;
    opacity: 0.9;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
@keyframes scrollarrow-anim {
  0% {
    top: 0%;
    opacity: 1;
  }
  50% {
    top: 100%;
    opacity: 1;
  }
  80% {
    top: 100%;
    opacity: 1;
  }
  90% {
    top: 100%;
    opacity: 0.9;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes scrollarrow-icon-anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes scrollarrow-icon-anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.embed .p-message {
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 800px) {
  .embed .p-message {
    margin-bottom: 58px;
  }
}
.embed .p-message__inner {
  width: calc(100% - 100px - 100px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .embed .p-message__inner {
    width: calc(100% - 56px - 56px);
  }
}
@media (max-width: 800px) {
  .embed .p-message__inner {
    width: calc(100% - 20px - 20px);
  }
}
.embed .p-message__txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #212121;
  margin-bottom: 34px;
}
@media (max-width: 800px) {
  .embed .p-message__txt {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #212121;
    margin-bottom: 42px;
  }
}
@media (max-width: 390px) {
  .embed .p-message__txt {
    font-size: 4.1025641026vw;
    letter-spacing: 0.02em;
    line-height: 8.7179487179vw;
    margin-bottom: 10.7692307692vw;
  }
}
.embed .p-message__txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 30px;
}
@media (max-width: 800px) {
  .embed .p-message__txt {
    letter-spacing: 0.02em;
  }
}
@media (max-width: 800px) {
  .embed .p-message__txt {
    margin-bottom: 32px;
  }
}
.embed .p-message.-kv {
  width: 100vw;
  max-width: 1920px;
  margin: 72px auto 70px;
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/message/kv.jpg)
    no-repeat center/cover;
}
@media (max-width: 1200px) {
  .embed .p-message.-kv {
    aspect-ratio: 1400/600;
  }
}
@media (max-width: 1000px) {
  .embed .p-message.-kv {
    margin-top: 56px;
  }
}
@media (max-width: 800px) {
  .embed .p-message.-kv {
    aspect-ratio: 390/280;
    margin-bottom: 48px;
    background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/message/kv_sp.jpg)
      no-repeat center/contain;
  }
}
.embed .p-message.-kv {
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/message/en/kv.jpg)
    no-repeat center/cover;
}
@media (max-width: 800px) {
  .embed .p-message.-kv {
    background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/message/en/kv_sp.jpg)
      no-repeat center/contain;
  }
}
.embed .p-message.-kv .p-message__inner {
  height: 100vh;
  max-height: 890px;
  position: relative;
}
@media (max-width: 1200px) {
  .embed .p-message.-kv .p-message__inner {
    height: 100%;
  }
}
.embed .p-message.-kv .p-message__content {
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 800px) {
  .embed .p-message.-kv .p-message__content {
    left: 10px;
  }
}
.embed .p-message.-kv .p-message__ttl {
  margin-bottom: 26px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 400;
  font-size: 42px;
  letter-spacing: 0.1em;
  color: #212121;
}
@media (max-width: 800px) {
  .embed .p-message.-kv .p-message__ttl {
    margin-bottom: 16px;
    font-size: 26px;
  }
}
.embed .p-message.-kv .p-message__ttl {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 2.8px;
  line-height: 60px;
  color: #e4032e;
  line-height: 1;
  margin: 0;
}
@media (max-width: 800px) {
  .embed .p-message.-kv .p-message__ttl {
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 1.82px;
  }
}
.embed .p-message.-kv .p-message__ttl::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  margin-top: 23px;
  background: #e4032e;
}
@media (max-width: 800px) {
  .embed .p-message.-kv .p-message__ttl::after {
    width: 12px;
    margin-top: 16px;
  }
}
@media (max-width: 800px) {
  .embed .p-message.-kv .p-message__ttl {
    line-height: 1;
  }
}
.embed .p-message.-kv .p-message__subttl {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #e4032e;
}
@media (max-width: 800px) {
  .embed .p-message.-kv .p-message__subttl {
    font-size: 12px;
  }
}
.embed .p-message.-kv .p-message__subttl::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  margin-top: 37px;
  background: #e4032e;
}
@media (max-width: 800px) {
  .embed .p-message.-kv .p-message__subttl::after {
    margin-top: 24px;
    font-size: 12px;
  }
}
.embed .p-message.-main .p-message__inner {
  max-width: 960px;
}
.embed .p-message.-main .p-message__content {
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .embed .p-message.-main .p-message__content {
    margin-bottom: 48px;
  }
}
.embed .p-message.-main .p-message__content {
  margin-bottom: 56px;
}
@media (max-width: 800px) {
  .embed .p-message.-main .p-message__content {
    margin-bottom: 32px;
  }
}
.embed .p-message.-main .p-message__ttl {
  margin-bottom: 56px;
  font-size: 32px;
  color: #e4032e;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.07em;
}
@media (max-width: 800px) {
  .embed .p-message.-main .p-message__ttl {
    margin-bottom: 34px;
    font-size: 22px;
  }
}
.embed .p-message.-main .p-message__ttl {
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 800px) {
  .embed .p-message.-main .p-message__ttl {
    letter-spacing: 0.01em;
    line-height: 1.6;
    margin-bottom: 24px;
    padding: 0 10px;
  }
}
.embed .p-message.-main .p-message__txt {
  padding: 0 60px;
}
@media (max-width: 800px) {
  .embed .p-message.-main .p-message__txt {
    padding: 0 10px;
  }
}
.embed .p-message.-main .p-message__txt:last-of-type {
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .embed .p-message.-main .p-message__txt:last-of-type {
    margin-bottom: 50px;
  }
}
.embed .p-message.-main .p-message__img {
  width: 100%;
}
@media (max-width: 800px) {
  .embed .p-message.-main .p-message__img {
    width: calc(100% + 30px + 30px);
    margin: 0 -30px;
  }
}
.embed .p-message.-related {
  padding: 60px 0 90px;
  background: #f6f6f6;
}
@media (max-width: 800px) {
  .embed .p-message.-related {
    padding: 45px 0 50px;
  }
}
.embed .p-message.-related .p-message__inner {
  max-width: 792px;
}
.embed .p-message.-related .p-message__head {
  margin-bottom: 63px;
}
@media (max-width: 800px) {
  .embed .p-message.-related .p-message__head {
    margin-bottom: 32px;
  }
}
.embed .p-message.-related .p-message__body {
  width: 100%;
}
.embed .p-message.-related .p-message__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 24px;
}
@media (max-width: 800px) {
  .embed .p-message.-related .p-message__list {
    gap: 24px 16px;
  }
}
.embed .p-message.-related .p-message__item {
  width: calc((100% - 24px) / 2);
}
.embed .p-en07 {
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 800px) {
  .embed .p-en07 {
    margin-bottom: 58px;
  }
}
.embed .p-en07__inner {
  width: calc(100% - 100px - 100px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .embed .p-en07__inner {
    width: calc(100% - 56px - 56px);
  }
}
@media (max-width: 800px) {
  .embed .p-en07__inner {
    width: calc(100% - 20px - 20px);
  }
}
.embed .p-en07__body {
  width: 50%;
}
@media (max-width: 800px) {
  .embed .p-en07__body {
    width: calc(100% - 16px - 16px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 390px) {
  .embed .p-en07__body {
    width: calc(100% - 4.1025641026vw * 2);
  }
}
.embed .p-en07__ttl {
  margin-bottom: 48px;
}
@media (max-width: 800px) {
  .embed .p-en07__ttl {
    margin-bottom: 40px;
  }
}
.embed .p-en07__ttl {
  font-weight: 500;
  letter-spacing: 0.04em;
  -webkit-hyphens: initial;
  -ms-hyphens: initial;
  hyphens: initial;
}
.embed .p-en07__lead {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.07em;
  line-height: 47px;
  text-align: left;
  color: #212121;
  margin-bottom: 35px;
}
@media (max-width: 800px) {
  .embed .p-en07__lead {
    font-size: 26px;
    line-height: 48px;
    margin-bottom: 45px;
  }
}
@media (max-width: 390px) {
  .embed .p-en07__lead {
    font-size: 6.6666666667vw;
    line-height: 12.3076923077vw;
    margin-bottom: 11.5384615385vw;
  }
}
.embed .p-en07__lead {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.embed .p-en07__txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #212121;
  margin-bottom: 34px;
}
@media (max-width: 800px) {
  .embed .p-en07__txt {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #212121;
    margin-bottom: 42px;
  }
}
@media (max-width: 390px) {
  .embed .p-en07__txt {
    font-size: 4.1025641026vw;
    letter-spacing: 0.02em;
    line-height: 8.7179487179vw;
    margin-bottom: 10.7692307692vw;
  }
}
.embed .p-en07__txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 30px;
}
@media (max-width: 800px) {
  .embed .p-en07__txt {
    letter-spacing: 0.02em;
  }
}
.embed .p-en07.-kv {
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/engineer/07/kv.jpg);
  background-size: cover;
  max-width: 1650px;
  margin: 0 auto;
  margin-top: 72px;
}
@media (max-width: 1000px) {
  .embed .p-en07.-kv {
    margin-top: 56px;
  }
}
@media (max-width: 800px) {
  .embed .p-en07.-kv {
    background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/engineer/07/kv_sp.jpg);
    background-size: cover;
    background-position: top;
    margin-bottom: 68px;
  }
}
.p-en07.-kv.-en08 {
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/upload/engineer/08/kv.jpg);
  background-size: cover;
}
@media (max-width: 800px) {
  .p-en07.-kv.-en08 {
    background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/upload/engineer/08/kv_sp.jpg);
    background-size: cover;
    background-position: top;
  }
}
.p-en07.-kv.-en09 {
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/upload/engineer/09/kv.jpg);
  background-size: cover;
}
@media (max-width: 800px) {
  .p-en07.-kv.-en09 {
    background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/upload/engineer/09/kv_sp.jpg);
    background-size: cover;
    background-position: top;
  }
}
.embed .p-en07.-kv.-en06 {
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/engineer/06/kv.jpg);
  background-size: cover;
}
@media (max-width: 800px) {
  .embed .p-en07.-kv.-en06 {
    background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/engineer/06/kv_sp.jpg);
    background-size: cover;
    background-position: top;
  }
}
.embed .p-en07.-kv.-en05 {
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/engineer/05/kv.jpg);
  background-size: cover;
}
@media (max-width: 800px) {
  .embed .p-en07.-kv.-en05 {
    background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/engineer/05/kv_sp.jpg);
    background-size: cover;
    background-position: top;
  }
}
.embed .p-en07.-kv.-en04 {
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/engineer/04/kv.jpg);
  background-size: cover;
}
@media (max-width: 800px) {
  .embed .p-en07.-kv.-en04 {
    background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/engineer/04/kv_sp.jpg);
    background-size: cover;
    background-position: top;
  }
}
.embed .p-en07.-kv.-en03 {
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/engineer/03/kv.jpg);
  background-size: cover;
}
@media (max-width: 800px) {
  .embed .p-en07.-kv.-en03 {
    background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/engineer/03/kv_sp.jpg);
    background-size: cover;
    background-position: top;
  }
}
.embed .p-en07.-kv.-en02 {
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/engineer/02/kv.jpg);
  background-size: cover;
}
@media (max-width: 800px) {
  .embed .p-en07.-kv.-en02 {
    background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/engineer/02/kv_sp.jpg);
    background-size: cover;
    background-position: top;
  }
}
.embed .p-en07.-kv.-en01 {
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/engineer/01/kv.jpg);
  background-size: cover;
}
@media (max-width: 800px) {
  .embed .p-en07.-kv.-en01 {
    background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/engineer/01/kv_sp.jpg);
    background-size: cover;
    background-position: top;
  }
}
.embed .p-en07.-kv .p-en07__inner {
  height: calc(100vh - 72px);
  max-height: 890px;
  margin-bottom: 66px;
  position: relative;
}
@media (max-width: 800px) {
  .embed .p-en07.-kv .p-en07__inner {
    height: 100vh;
    margin-bottom: 68px;
    max-height: calc(540px + 56px);
  }
}
.embed .p-en07.-kv .p-en07__content {
  position: absolute;
  top: 50%;
  right: -4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
  margin-right: 60px;
}
@media (max-width: 800px) {
  .embed .p-en07.-kv .p-en07__content {
    top: inherit;
    bottom: 34px;
    left: 0;
    right: auto;
    -webkit-transform: inherit;
    transform: inherit;
    text-align: left;
    margin-right: 0;
  }
}
.embed .p-en07.-kv .p-en07__lead {
  display: inline-block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  font-size: min(3vw, 21px);
  line-height: inherit;
  color: #fff;
  background-color: #e4032e;
  padding: 12px 18px;
  margin-bottom: 6%;
}
@media (max-width: 800px) {
  .embed .p-en07.-kv .p-en07__lead {
    font-size: 13px;
    margin-bottom: 24px;
  }
}
.embed .p-en07.-kv .p-en07__lead {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
}
.embed .p-en07.-kv .p-en07__ttl {
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-size: min(3vw, 36px);
  line-height: calc(140% + 7.6px);
  color: #fff;
  text-shadow: 0px 3px 99px #000;
  padding-bottom: 52px;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .embed .p-en07.-kv .p-en07__ttl {
    font-size: 24px;
    line-height: 38px;
    padding-bottom: 27px;
  }
}
.embed .p-en07.-kv .p-en07__ttl {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.embed .p-en07.-kv .p-en07__ttl::after {
  content: "";
  position: absolute;
  bottom: 12%;
  right: 10px;
  height: 2px;
  width: 24px;
  background-color: #fff;
}
@media (max-width: 800px) {
  .embed .p-en07.-kv .p-en07__ttl::after {
    bottom: 8%;
    right: inherit;
    left: 0;
  }
}
.embed .p-en07.-kv .p-en07__txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 32px;
  text-align: right;
  color: #fff;
  text-shadow: 0px 3px 99px #000;
  margin: 0;
}
@media (max-width: 800px) {
  .embed .p-en07.-kv .p-en07__txt {
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}
.embed .p-en07.-kv .p-en07__txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-size: min(3vw, 14px);
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (max-width: 800px) {
  .embed .p-en07.-kv .p-en07__txt {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}
.embed .p-en07.-kv .p-en07__scrollarrow {
  position: absolute;
  left: 20px;
  bottom: -50px;
  height: 112px;
}
@media (max-width: 800px) {
  .embed .p-en07.-kv .p-en07__scrollarrow {
    display: none;
  }
}
.embed .p-en07.-kv .p-en07__scrollarrow-inner {
  position: relative;
  height: 100%;
}
.embed .p-en07.-kv .p-en07__scrollarrow .-bar {
  position: absolute;
  left: -1px;
  height: 100%;
  width: 1px;
  background: #b5b5b5;
  display: block;
}
.embed .p-en07.-kv .p-en07__scrollarrow .-icon {
  position: absolute;
  width: 22px;
  height: 22px;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: scrollarrow-anim 1.5s ease-out infinite;
  animation: scrollarrow-anim 1.5s ease-out infinite;
}
.embed .p-en07.-kv .p-en07__scrollarrow svg {
  -webkit-animation: scrollarrow-icon-anim 1.5s ease-out infinite;
  animation: scrollarrow-icon-anim 1.5s ease-out infinite;
}
.embed .p-en07.-article {
  margin-bottom: 90px;
}
@media (max-width: 800px) {
  .embed .p-en07.-article {
    margin-bottom: 68px;
  }
}
.embed .p-en07.-article {
  margin-bottom: 56px;
}
@media (max-width: 800px) {
  .embed .p-en07.-article {
    margin-bottom: 56px;
  }
}
.embed .p-en07.-article .p-en07__inner {
  position: relative;
}
.embed .p-en07.-article .p-en07__bg {
  position: absolute;
  width: 640px;
  z-index: -10;
}
.embed .p-en07.-article .p-en07__bg.-right {
  top: -110px;
  right: -300px;
}
.embed .p-en07.-article .p-en07__bg.-left {
  left: -200px;
}
.embed .p-en07.-article .p-en07__bg.-btm {
  top: 30%;
}
.embed .p-en07.-article .p-en07__bg.-small {
  width: 280px;
}
.embed .p-en07.-article .p-en07__ttl {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 54px;
  color: #e4032e;
  text-align: center;
  margin-bottom: 56px;
}
@media (max-width: 800px) {
  .embed .p-en07.-article .p-en07__ttl {
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 34px;
  }
}
.embed .p-en07.-article .p-en07__ttl {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 48px;
}
@media (max-width: 800px) {
  .embed .p-en07.-article .p-en07__ttl {
    line-height: 1.5;
    margin-bottom: 34px;
  }
}
.embed .p-en07.-article .p-en07__txt {
  margin-bottom: 40px;
}
.embed .p-en07.-article .p-en07__txt:last-child {
  margin-bottom: 56px;
}
@media (max-width: 800px) {
  .embed .p-en07.-article .p-en07__txt {
    margin-bottom: 24px;
  }
}
.embed .p-en07.-article .p-en07__img {
  max-width: 800px;
}
.embed .p-en07.-article .p-en07__img._right {
  margin: 0 0 0 auto;
}
.embed .p-en07.-article .p-en07__img._left {
  margin: 0 auto 0 0;
}
.embed .p-en07.-article .p-en07__img img {
  width: 100%;
}
.embed .p-en07.-article .p-en07__notes {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 20px;
  text-align: right;
}
.embed .p-en07.-article .p-en07__notes {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: 200;
}
.embed .p-en07.-article .p-en07__message {
  position: relative;
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-size: 32px;
  font-style: italic;
  color: #e4032e;
  margin-bottom: 33px;
  padding-left: 63px;
}
.embed .p-en07.-article .p-en07__message::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 1px;
  background: #e4032e;
}
@media (max-width: 800px) {
  .embed .p-en07.-article .p-en07__message::before {
    width: 25px;
  }
}
@media (max-width: 800px) {
  .embed .p-en07.-article .p-en07__message {
    margin-bottom: 20px;
    font-size: 28px;
    padding-left: 40px;
  }
}
.embed .p-en07.-headshot {
  margin-bottom: 120px;
}
@media (max-width: 800px) {
  .embed .p-en07.-headshot {
    margin-bottom: 80px;
  }
}
.embed .p-en07.-headshot .p-en07__inner {
  width: auto;
  max-width: 1600px;
}
.embed .p-en07.-headshot .p-en07__img {
  max-height: 600px;
  overflow: hidden;
}
.embed .p-en07.-headshot .p-en07__img img {
  width: 100%;
}
.embed .p-en07.-other {
  margin-bottom: 100px;
}
@media (max-width: 800px) {
  .embed .p-en07.-other {
    margin-bottom: 65px;
  }
}
.embed .p-en07.-other .p-en07__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  color: #212121;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.04em;
}
@media (max-width: 800px) {
  .embed .p-en07.-other .p-en07__ttl {
    letter-spacing: 0.02em;
  }
}
.embed .p-en07.-other .p-en07__ttl {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 600;
}
.embed .p-en07.-other .p-en07__ttl::before,
.embed .p-en07.-other .p-en07__ttl::after {
  content: "";
  border-top: 1px solid #e8e8e8;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.embed .p-en07.-other .p-en07__ttl::before {
  margin-right: 1rem;
}
.embed .p-en07.-other .p-en07__ttl::after {
  margin-left: 1rem;
}
@media (max-width: 800px) {
  .embed .p-en07.-other .p-en07__ttl {
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 24px;
  }
}
.embed .p-en07.-other .p-en07__chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px;
}
@media (max-width: 800px) {
  .embed .p-en07.-other .p-en07__chart {
    margin-top: 32px;
  }
}
.embed .p-en07.-other .p-en07__chart {
  margin-top: 56px;
}
@media (max-width: 800px) {
  .embed .p-en07.-other .p-en07__chart {
    margin-top: 32px;
  }
}
.embed .p-en07.-other .p-en07__chart-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-size: 22px;
  line-height: 35px;
  margin-left: 16px;
}
@media (max-width: 800px) {
  .embed .p-en07.-other .p-en07__chart-txt {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 34px;
  }
}
.embed .p-en07.-other .p-en07__chart-txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
}
.p-en07.-other .p-en07__chart:hover .p-en07__chart-txt {
  color: #e4032e;
}
.embed .p-business {
  position: relative;
}
.embed .p-business__inner {
  width: calc(100% - 100px - 100px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 72px;
}
@media (max-width: 1000px) {
  .embed .p-business__inner {
    width: calc(100% - 56px - 56px);
  }
}
@media (max-width: 800px) {
  .embed .p-business__inner {
    width: calc(100% - 20px - 20px);
  }
}
@media (max-width: 800px) {
  .embed .p-business__inner {
    padding-bottom: 93px;
  }
}
.embed .p-business__head {
  margin-bottom: 56px;
}
@media (max-width: 800px) {
  .embed .p-business__head {
    margin-bottom: 38px;
  }
}
@media (max-width: 800px) {
  .embed .p-business__head {
    margin-bottom: 10px;
  }
}
@media (max-width: 390px) {
  .embed .p-business__head {
    margin-bottom: 8px;
  }
}
.embed .p-business__txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #212121;
  margin-bottom: 34px;
}
@media (max-width: 800px) {
  .embed .p-business__txt {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #212121;
    margin-bottom: 42px;
  }
}
@media (max-width: 390px) {
  .embed .p-business__txt {
    font-size: 4.1025641026vw;
    letter-spacing: 0.02em;
    line-height: 8.7179487179vw;
    margin-bottom: 10.7692307692vw;
  }
}
.embed .p-business__txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 30px;
}
@media (max-width: 800px) {
  .embed .p-business__txt {
    letter-spacing: 0.02em;
  }
}
.embed .p-business.-kv {
  width: 100vw;
  margin: 72px 0 100px;
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/business/business01.jpg)
    no-repeat center/cover;
}
@media (max-width: 1200px) {
  .embed .p-business.-kv {
    aspect-ratio: 1400/600;
  }
}
@media (max-width: 1000px) {
  .embed .p-business.-kv {
    margin-top: 56px;
  }
}
@media (max-width: 800px) {
  .embed .p-business.-kv {
    aspect-ratio: 390/300;
    margin-bottom: 48px;
    background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/business/business01_sp.jpg)
      no-repeat center/contain;
  }
}
.embed .p-business.-kv .p-business__inner {
  height: 100vh;
  max-height: 890px;
  position: relative;
}
@media (max-width: 1200px) {
  .embed .p-business.-kv .p-business__inner {
    height: 100%;
  }
}
.embed .p-business.-kv .p-business__content {
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 800px) {
  .embed .p-business.-kv .p-business__content {
    left: 10px;
  }
}
.embed .p-business.-kv .p-business__ttl {
  margin-bottom: 26px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 400;
  font-size: 42px;
  letter-spacing: 0.1em;
  color: #212121;
}
@media (max-width: 800px) {
  .embed .p-business.-kv .p-business__ttl {
    margin-bottom: 16px;
    font-size: 26px;
  }
}
.embed .p-business.-kv .p-business__ttl {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 2.8px;
  line-height: 60px;
  color: #e4032e;
  line-height: 1;
  margin: 0;
}
@media (max-width: 800px) {
  .embed .p-business.-kv .p-business__ttl {
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 1.82px;
  }
}
.embed .p-business.-kv .p-business__ttl::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  margin-top: 23px;
  background: #e4032e;
}
@media (max-width: 800px) {
  .embed .p-business.-kv .p-business__ttl::after {
    width: 12px;
    margin-top: 16px;
  }
}
@media (max-width: 800px) {
  .embed .p-business.-kv .p-business__ttl {
    line-height: 1;
  }
}
.embed .p-business.-kv .p-business__subttl {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 0.08em;
  color: #e4032e;
}
@media (max-width: 800px) {
  .embed .p-business.-kv .p-business__subttl {
    font-size: 12px;
  }
}
.embed .p-business.-kv .p-business__subttl::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  margin-top: 37px;
  background: #e4032e;
}
@media (max-width: 800px) {
  .embed .p-business.-kv .p-business__subttl::after {
    margin-top: 24px;
    font-size: 12px;
  }
}
.embed .p-business.-main .p-business__inner {
  max-width: 1200px;
}
@media (max-width: 800px) {
  .embed .p-business.-main .p-business__bg {
    padding: 64px 0 83px;
  }
}
.embed .p-business__ttl-top {
  font-size: 24px;
  text-align: center;
  line-height: 1.66;
  font-weight: bold;
  color: #333;
}
@media (max-width: 800px) {
  .embed .p-business__ttl-top {
    text-align: left;
    font-size: 18px;
    line-height: 2;
  }
}
.embed .p-business__ttl-top {
  font-weight: 600;
}
@media (max-width: 800px) {
  .embed .p-business__ttl-top {
    line-height: 1.6;
  }
}
.embed .p-business__ttl-h2-red {
  margin-top: 100px;
}
@media (max-width: 800px) {
  .embed .p-business__ttl-h2-red {
    margin-top: 56px;
  }
}
.embed .p-business__ttl-h2-sub {
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 14px;
  font-style: italic;
  text-align: center;
  color: #e4032e;
  margin-top: 15px;
}
@media (max-width: 800px) {
  .embed .p-business__ttl-h2-sub {
    text-align: center;
  }
}
.embed .p-business__anchor {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 48px;
}
@media (max-width: 800px) {
  .embed .p-business__anchor {
    margin-top: 0;
  }
}
.embed .p-business__anchor-item {
  height: 80px;
  width: calc(33.33% - 20px);
}
@media (max-width: 800px) {
  .embed .p-business__anchor-item {
    height: auto;
    width: calc(33.33% - 7px);
  }
}
@media (max-width: 800px) {
  .embed .p-business__anchor-item {
    height: auto;
  }
}
.embed .p-business__anchor-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #e8e8e8;
  padding: 0 18px;
}
.embed .p-business__anchor-item-link:hover {
  opacity: 0.8;
}
@media (max-width: 800px) {
  .embed .p-business__anchor-item-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 18px;
    padding: 16px 4px;
    line-height: 1.4;
    text-align: center;
  }
  .embed .p-business__anchor-item-link:hover {
    opacity: 1;
  }
}
.embed .p-business__anchor-item-link {
  padding: 10px 18px;
}
@media (max-width: 800px) {
  .embed .p-business__anchor-item-link {
    padding: 8px;
  }
}
.embed .p-business__anchor-item-link-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 800px) {
  .embed .p-business__anchor-item-link-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.embed .p-business__anchor-item-link-left-txt {
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #5c5c5c;
  margin-left: 11px;
}
@media (max-width: 800px) {
  .embed .p-business__anchor-item-link-left-txt {
    font-size: 12px;
    margin-left: 0;
    margin-top: 9px;
  }
}
.embed .p-business__anchor-item-link-left-txt {
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 600;
}
@media (max-width: 800px) {
  .embed .p-business__anchor-item-link-left-txt {
    font-size: 11px;
    letter-spacing: 0.01em;
    line-height: 1.4;
    text-align: center;
  }
}
@media (max-width: 800px) {
  .embed .p-business__anchor-item-link-left-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 21px;
  }
  .embed .p-business__anchor-item-link-left-img-1 {
    width: 32px;
  }
  .embed .p-business__anchor-item-link-left-img-2 {
    width: 25px;
  }
  .embed .p-business__anchor-item-link-left-img-3 {
    width: 16px;
  }
  .embed .p-business__anchor-item-link-left-img img {
    width: 100%;
    height: auto;
  }
}
.embed .p-business__anchor-item-link-left-arrow {
  width: 18px;
  height: auto;
}
@media (max-width: 800px) {
  .embed .p-business__anchor-item-link-left-arrow {
    width: 14px;
    height: auto;
    margin-top: 12px;
  }
}
.embed .p-business__ttl-h3 {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #000;
  padding-top: 120px;
  padding-bottom: 30px;
}
.embed .p-business__ttl-h3:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #212121;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 800px) {
  .embed .p-business__ttl-h3 {
    font-size: 24px;
    padding-bottom: 26px;
    padding-top: 52px;
  }
}
.embed .p-business__ttl-h3 {
  font-weight: 600;
  line-height: 1.6;
}
.embed .p-business__lead {
  font-size: 18px;
  text-align: center;
  color: #212121;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 37px;
}
@media (max-width: 800px) {
  .embed .p-business__lead {
    letter-spacing: 0.02em;
    text-align: left;
    margin-top: 34px;
    font-size: 16px;
  }
}
.embed .p-business__lead {
  font-weight: 200;
  line-height: 30px;
}
.embed .p-business__car-img {
  display: block;
  width: 841px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .embed .p-business__car-img {
    width: 100%;
  }
}
.embed .p-business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 800px) {
  .embed .p-business__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.embed .p-business__list.-mt32 {
  margin-top: 32px;
}
@media (max-width: 800px) {
  .embed .p-business__list.-mt40-sp {
    margin-top: 40px;
  }
}
.embed .p-business__list-item {
  width: calc(50% - 34px);
}
@media (max-width: 800px) {
  .embed .p-business__list-item {
    width: 100%;
  }
  .embed .p-business__list-item:last-child {
    margin-top: 40px;
  }
}
.embed .p-business__list-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: #333;
}
@media (max-width: 800px) {
  .embed .p-business__list-item-title {
    font-size: 18px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.embed .p-business__list-item-title {
  line-height: 1.4;
}
.embed .p-business__list-item-title-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  border-radius: 50%;
  background: #e4032e;
  font-size: 20px;
  color: #fff;
  margin-right: 18px;
}
@media (max-width: 800px) {
  .embed .p-business__list-item-title-number {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    font-size: 14px;
    margin-right: 8px;
  }
}
.embed .p-business__list-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 16px;
}
.embed .p-business__list-item-box-img {
  display: block;
  width: 160px;
  height: auto;
  margin-right: 32px;
}
@media (max-width: 800px) {
  .embed .p-business__list-item-box-img {
    width: calc(40% - 20px);
    margin-right: 20px;
    margin-bottom: 16px;
  }
}
.embed .p-business__list-item-box-txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
  font-size: 16px;
  color: #333;
}
@media (max-width: 800px) {
  .embed .p-business__list-item-box-txt {
    letter-spacing: 0.01em;
  }
}
.embed .p-business__list-item-box-txt {
  line-height: 30px;
  font-weight: 200;
}
@media (max-width: 800px) {
  .embed .p-business__list-item-box-txt {
    font-size: 14px;
  }
}
.embed .p-business__list-item-box-txt {
  line-height: 1.8;
}
.embed .p-business__ttl-h3-c {
  font-size: 24px;
  text-align: center;
  color: #e4032e;
  font-weight: bold;
  margin-top: 72px;
}
@media (max-width: 800px) {
  .embed .p-business__ttl-h3-c {
    font-size: 20px;
    margin-top: 58px;
  }
}
.embed .p-business__ttl-h3-c {
  font-weight: 600;
  line-height: 1.6;
}
.embed .p-business__machine-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 34px;
}
@media (max-width: 800px) {
  .embed .p-business__machine-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.embed .p-business__machine-box-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 800px) {
  .embed .p-business__machine-box-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.embed .p-business__machine-box-left-img {
  max-width: 471px;
  width: 100%;
  height: auto;
}
@media (max-width: 800px) {
  .embed .p-business__machine-box-left-img {
    width: 100%;
  }
}
.embed .p-business__machine-box-left-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(50% - 60px);
}
@media (max-width: 800px) {
  .embed .p-business__machine-box-left-img-wrap {
    width: 100%;
  }
}
.embed .p-business__machine-box-right {
  width: 50%;
}
@media (max-width: 800px) {
  .embed .p-business__machine-box-right {
    width: 100%;
  }
}
.embed .p-business__machine-box-right .p-business__list {
  width: 100%;
}
@media (max-width: 800px) {
  .embed .p-business__machine-box-right .p-business__list {
    margin-top: 32px;
  }
}
.embed .p-business__machine-box-right .p-business__list-item {
  width: 100%;
}
@media (max-width: 800px) {
  .embed .p-business__machine-box-right .p-business__list-item {
    margin-top: 0;
  }
}
.embed .p-business__machine-box-right .p-business__list:last-child {
  margin-top: 65px;
}
@media (max-width: 800px) {
  .embed .p-business__machine-box-right .p-business__list:last-child {
    margin-top: 40px;
  }
}
.embed .p-business__machine-box-bottom-left {
  width: 50%;
  margin-top: 70px;
}
@media (max-width: 800px) {
  .embed .p-business__machine-box-bottom-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 25px;
  }
}
.embed .p-business__machine-box-bottom-right {
  width: 50%;
  margin-top: 70px;
}
@media (max-width: 800px) {
  .embed .p-business__machine-box-bottom-right {
    width: 100%;
    margin-top: 25px;
  }
}
.embed .p-business__machine-box-bottom-ttl {
  font-size: 20px;
  color: #333;
}
@media (max-width: 800px) {
  .embed .p-business__machine-box-bottom-ttl {
    font-size: 18px;
  }
}
.embed .p-business__machine-box-bottom-ttl {
  line-height: 1.4;
}
.embed .p-business__machine-box-bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}
.embed .p-business__machine-box-bottom-img {
  width: 160px;
  height: auto;
}
@media (max-width: 800px) {
  .embed .p-business__machine-box-bottom-img {
    width: calc(40% - 20px);
    margin-right: 20px;
    margin-bottom: 16px;
  }
}
.embed .p-business__machine-box-bottom-txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
  font-size: 16px;
  color: #333;
  margin-left: 32px;
}
@media (max-width: 800px) {
  .embed .p-business__machine-box-bottom-txt {
    letter-spacing: 0.01em;
  }
}
.embed .p-business__machine-box-bottom-txt {
  line-height: 30px;
  font-weight: 200;
}
@media (max-width: 800px) {
  .embed .p-business__machine-box-bottom-txt {
    margin-left: 0;
    font-size: 14px;
  }
}
.embed .p-business__machine-box-bottom-txt {
  line-height: 1.8;
}
.embed .p-business__machine-box-bottom-right-img {
  width: 100%;
  height: auto;
  margin-left: 60px;
}
@media (max-width: 800px) {
  .embed .p-business__machine-box-bottom-right-img {
    margin-left: 0;
  }
}
.embed .p-business__machine-box-bottom-right-img-wrap {
  width: 50%;
}
@media (max-width: 1000px) {
  .embed .p-business__machine-box-bottom-right-img-wrap {
    padding-top: 70px;
  }
}
@media (max-width: 800px) {
  .embed .p-business__machine-box-bottom-right-img-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding-top: 0;
  }
}
.embed .p-business__machine-box-bottom-left-img {
  width: 100%;
  height: auto;
  margin-right: 60px;
}
@media (max-width: 800px) {
  .embed .p-business__machine-box-bottom-left-img {
    margin-right: 0;
  }
}
.embed .p-business__machine-box-bottom-left-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 50%;
}
@media (max-width: 1000px) {
  .embed .p-business__machine-box-bottom-left-img-wrap {
    padding-top: 70px;
  }
}
@media (max-width: 800px) {
  .embed .p-business__machine-box-bottom-left-img-wrap {
    width: 100%;
    padding-top: 0;
  }
}
.embed .p-business__bg {
  background: linear-gradient(to bottom, #f5f5f5, #fff 305px, #fff);
  padding: 120px 0 112px;
}
@media (max-width: 800px) {
  .embed .p-business__bg {
    background: linear-gradient(to bottom, #f5f5f5, #fff 305px, #fff);
    padding: 96px 0 83px;
  }
}
.embed .p-business__bg-img {
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/business/business_bg.png);
  background-repeat: no-repeat;
  background-position: center 50px;
}
@media (max-width: 800px) {
  .embed .p-business__bg-img {
    background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/business/business_bg_sp.png);
    background-repeat: no-repeat;
    background-position: center 50px;
  }
}
.embed .p-business__bg .p-business__ttl-h3 {
  padding-top: 0;
}
.embed .p-business__bg .p-business__inner {
  padding-bottom: 0;
}
.embed .p-business__advanced-box-ttl {
  font-size: 22px;
  color: #e4032e;
  font-weight: bold;
  margin-top: 30px;
}
@media (max-width: 800px) {
  .embed .p-business__advanced-box-ttl {
    font-size: 18px;
    margin-top: 0;
  }
}
.embed .p-business__advanced-box-ttl {
  font-weight: 600;
  line-height: 1.6;
}
.embed .p-business__advanced-box-list {
  padding-left: 1em;
  margin-top: 30px;
}
@media (max-width: 800px) {
  .embed .p-business__advanced-box-list {
    margin-top: 40px;
  }
}
.embed .p-business__advanced-box-list-item {
  font-size: 18px;
  color: #333;
  line-height: 1;
  list-style-type: disc;
  margin-top: 18px;
}
.embed .p-business__advanced-box-list-item:first-child {
  margin-top: 0;
}
@media (max-width: 800px) {
  .embed .p-business__advanced-box-list-item {
    font-size: 14px;
  }
}
.embed .p-business__advanced-box-list-item {
  margin-top: 8px;
  line-height: 1.5;
}
.embed .p-business__advanced-box-txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
  font-size: 16px;
  color: #333;
  margin-top: 33px;
}
@media (max-width: 800px) {
  .embed .p-business__advanced-box-txt {
    letter-spacing: 0.01em;
  }
}
.embed .p-business__advanced-box-txt {
  line-height: 30px;
  font-weight: 200;
}
@media (max-width: 800px) {
  .embed .p-business__advanced-box-txt {
    font-size: 14px;
    margin-top: 32px;
  }
}
.embed .p-business__advanced-box-txt {
  line-height: 1.8;
}
@media (max-width: 800px) {
  .embed .p-business__advanced-box-txt {
    margin-top: 24px;
  }
}
.embed .p-business__advanced-box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}
@media (max-width: 800px) {
  .embed .p-business__advanced-box-1 {
    margin-top: 58px;
  }
}
.embed .p-business__advanced-box-1-img {
  max-width: 302px;
  width: 100%;
  height: auto;
}
@media (max-width: 800px) {
  .embed .p-business__advanced-box-1-img {
    display: block;
    width: 100%;
    max-width: 134px;
    margin-right: 0;
    margin: 28px auto 0;
  }
}
.embed .p-business__advanced-box-1-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
  padding-right: 130px;
}
@media (max-width: 1000px) {
  .embed .p-business__advanced-box-1-img-wrap {
    padding-right: 50px;
  }
}
@media (max-width: 800px) {
  .embed .p-business__advanced-box-1-img-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.embed .p-business__advanced-box-1-right {
  width: 50%;
}
@media (max-width: 800px) {
  .embed .p-business__advanced-box-1-right {
    width: 100%;
  }
}
.embed .p-business__advanced-box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 96px;
}
@media (max-width: 800px) {
  .embed .p-business__advanced-box-2 {
    margin-top: 58px;
  }
}
.embed .p-business__advanced-box-2-img {
  max-width: 388px;
  width: 100%;
  height: auto;
}
@media (max-width: 800px) {
  .embed .p-business__advanced-box-2-img {
    display: block;
    width: 100%;
    max-width: 165px;
    margin-right: 0;
    margin: 28px auto 0;
  }
}
.embed .p-business__advanced-box-2-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 50%;
  padding-left: 50px;
}
@media (max-width: 800px) {
  .embed .p-business__advanced-box-2-img-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.embed .p-business__advanced-box-2-left {
  width: 50%;
}
@media (max-width: 800px) {
  .embed .p-business__advanced-box-2-left {
    width: 100%;
  }
}
.embed .p-business__advanced-box-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}
@media (max-width: 800px) {
  .embed .p-business__advanced-box-3 {
    margin-top: 58px;
  }
}
.embed .p-business__advanced-box-3-img {
  max-width: 539px;
  width: 100%;
  height: auto;
}
@media (max-width: 800px) {
  .embed .p-business__advanced-box-3-img {
    display: block;
    width: 100%;
    max-width: 362px;
    margin-right: 0;
    margin: 28px auto 0;
  }
}
.embed .p-business__advanced-box-3-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 1000px) {
  .embed .p-business__advanced-box-3-img-wrap {
    padding-top: 50px;
  }
}
@media (max-width: 800px) {
  .embed .p-business__advanced-box-3-img-wrap {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
}
.embed .p-business__advanced-box-3-right {
  width: 50%;
}
@media (max-width: 800px) {
  .embed .p-business__advanced-box-3-right {
    width: 100%;
  }
}
.embed .p-business__advanced-box-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 95px;
}
@media (max-width: 800px) {
  .embed .p-business__advanced-box-4 {
    margin-top: 58px;
  }
}
.embed .p-business__advanced-box-4-img {
  max-width: 396px;
  width: 100%;
  height: auto;
}
@media (max-width: 800px) {
  .embed .p-business__advanced-box-4-img {
    display: block;
    width: 100%;
    max-width: 186px;
    margin-right: 0;
    margin: 28px auto 0;
  }
}
.embed .p-business__advanced-box-4-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 50%;
  padding-right: 105px;
}
@media (max-width: 800px) {
  .embed .p-business__advanced-box-4-img-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.embed .p-business__advanced-box-4-left {
  width: 50%;
}
@media (max-width: 800px) {
  .embed .p-business__advanced-box-4-left {
    width: 100%;
  }
}
.embed .c-main {
  counter-reset: datanumber 0;
}
.embed .p-data {
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 800px) {
  .embed .p-data {
    margin-bottom: 58px;
  }
}
.embed .p-data__inner {
  width: calc(100% - 100px - 100px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .embed .p-data__inner {
    width: calc(100% - 56px - 56px);
  }
}
@media (max-width: 800px) {
  .embed .p-data__inner {
    width: calc(100% - 20px - 20px);
  }
}
.embed .p-data.-kv {
  position: relative;
  background: #f2f4f5;
}
.embed .p-data.-kv .p-data__inner {
  height: 790px;
  margin-top: 72px;
  position: relative;
}
@media (max-width: 1200px) {
  .embed .p-data.-kv .p-data__inner {
    height: auto;
    aspect-ratio: 1200/600;
  }
}
@media (max-width: 1000px) {
  .embed .p-data.-kv .p-data__inner {
    max-height: calc(372px - 56px);
    margin-top: 56px;
  }
}
@media (max-width: 1000px) {
  .embed .p-data.-kv .p-data__inner {
    aspect-ratio: 1/1;
    width: 100%;
    max-height: inherit;
  }
}
.embed .p-data.-kv .p-data__content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1000px) {
  .embed .p-data.-kv .p-data__content {
    position: relative;
    top: 11vw;
    -webkit-transform: inherit;
    transform: inherit;
    left: inherit;
  }
}
.embed .p-data.-kv .p-data__ttl {
  margin-bottom: 20px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0.1em;
  color: #212121;
}
.embed .p-data.-kv .p-data__ttl {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 2.8px;
  line-height: 60px;
  color: #e4032e;
}
@media (max-width: 800px) {
  .embed .p-data.-kv .p-data__ttl {
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 1.82px;
  }
}
.embed .p-data.-kv .p-data__ttl::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  margin-top: 23px;
  background: #e4032e;
}
@media (max-width: 800px) {
  .embed .p-data.-kv .p-data__ttl::after {
    width: 12px;
    margin-top: 16px;
  }
}
@media (max-width: 800px) {
  .embed .p-data.-kv .p-data__ttl::after {
    margin: 10px auto 0;
  }
}
@media (max-width: 1000px) {
  .embed .p-data.-kv .p-data__ttl {
    margin-bottom: 12px;
    font-size: 26px;
    text-align: center;
  }
}
.embed .p-data.-kv .p-data__subttl {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #e4032e;
}
@media (max-width: 1000px) {
  .embed .p-data.-kv .p-data__subttl {
    font-size: 12px;
    text-align: center;
  }
}
.embed .p-data.-kv .p-data__subttl::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  margin-top: 20px;
  background: #e4032e;
}
@media (max-width: 1000px) {
  .embed .p-data.-kv .p-data__subttl::after {
    display: none;
  }
}
.embed .p-data.-kv .p-data__bgimg {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
}
@media (max-width: 1000px) {
  .embed .p-data.-kv .p-data__bgimg {
    bottom: 0;
    top: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.embed .p-data.-content:first-child {
  margin-bottom: 120px;
}
@media (max-width: 800px) {
  .embed .p-data.-content:first-child {
    margin-bottom: 82px;
  }
}
.embed .p-data.-content .p-data__head {
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__head {
    margin-bottom: 48px;
  }
}
.embed .p-data.-content .p-data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 82px 24px;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__list {
    gap: 58px;
  }
}
.embed .p-data.-content .p-data__item {
  position: relative;
  width: calc((100% - 24px) / 2);
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__item {
    width: 100%;
  }
}
.embed .p-data.-content .p-data__item.-fullwidth {
  width: 100%;
}
.embed .p-data.-content .p-data__item.-column3 {
  width: calc((100% - 24px * 2) / 3);
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__item.-column3 {
    width: 100%;
  }
}
.embed .p-data.-content .p-data__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dbdbdb;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.embed .p-data.-content .p-data__item-num {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e4032e;
  margin-bottom: 8px;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__item-num {
    width: 34px;
    height: 34px;
    margin-bottom: 0;
  }
  .embed .p-data.-content .p-data__item-num {
    margin-bottom: 16px;
  }
}
.embed .p-data.-content .p-data__item-num::before {
  counter-increment: datanumber 1;
  /* datanumber カウンタの増加数をセット */
  content: counter(datanumber, decimal-leading-zero);
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__item-num::before {
    font-size: 18px;
  }
}
.embed .p-data.-content .p-data__item-label {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #212121;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__item-label {
    font-size: 20px;
  }
}
.embed .p-data.-content .p-data__item-label {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 32px;
}
.embed .p-data.-content .p-data__item-caption {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7px;
  margin-bottom: 8px;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__item-caption {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.embed .p-data.-content .p-data__item-caption {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 200;
}
.embed .p-data.-content .p-data__item-caption .-red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #e4032e;
}
.embed .p-data.-content .p-data__item-caption .-red .-redLabel {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #e4032e;
}
.embed .p-data.-content .p-data__item-caption .-red .-redLabel {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
}
.embed .p-data.-content .p-data__item-mainNum {
  position: relative;
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 600;
  font-size: 64px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #e4032e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__item-mainNum {
    font-size: 52px;
  }
}
.embed .p-data.-content .p-data__item-mainNum .-label {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #e4032e;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__item-mainNum .-label {
    font-size: 34px;
  }
}
.embed .p-data.-content .p-data__item-mainNum .-label {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 600;
  text-align: center;
}
.embed .p-data.-content .p-data__item-mainNum .-label.-fs-38 {
  font-size: 38px;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__item-mainNum .-label.-fs-38 {
    font-size: 34px;
    text-align: center;
  }
}
.embed .p-data.-content .p-data__item-mainNum .-label.-min {
  font-size: 22px;
}
.embed .p-data.-content .p-data__item-mainNum .-caption {
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #e4032e;
}
.embed .p-data.-content .p-data__item-mainNum .-caption {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
}
.embed .p-data.-content .p-data__item-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
  color: #333;
}
.embed .p-data.-content .p-data__item-txt {
  line-height: 28px;
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 200;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__item-txt {
    letter-spacing: 0.02em;
  }
}
.embed .p-data.-content .p-data__item-img {
  width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.embed .p-data.-content .p-data__item-img img {
  width: 100%;
}
.embed .p-data.-content .p-data__item-img.-four {
  height: 266px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__item-img.-four {
    height: inherit;
    display: block;
  }
}
.embed .p-data.-content .p-data__item-table {
  width: 80%;
  border: 1px solid #d1d1d1;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__item-table {
    width: 100%;
  }
}
.embed .p-data.-content .p-data__item-table th {
  width: 15%;
  border: 1px solid #d1d1d1;
  background-color: #f5f5f5;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  padding: 12px 0;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__item-table th {
    font-size: 10px;
  }
}
.embed .p-data.-content .p-data__item-table th:first-child {
  width: 25%;
}
.embed .p-data.-content .p-data__item-table td {
  border: 1px solid #d1d1d1;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  padding: 12px 0;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__item-table td {
    font-size: 10px;
    line-height: 1.5;
    padding: 3.5px 2px;
  }
}
.embed .p-data.-content .p-data__item-table td.-bold {
  font-weight: bold;
}
.embed .p-data.-content .p-data__item-table td:first-child {
  font-size: 12px;
}
.embed .p-data.-content .p-data__strongTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__strongTxt {
    max-width: 114px;
  }
}
.embed .p-data.-content .p-data__strongTxt-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.embed .p-data.-content .p-data__strongTxt-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.embed .p-data.-content .p-data__strongTxt-label {
  font-weight: 600;
}
.embed .p-data.-content .p-data__strongTxt-Txt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.embed .p-data.-content .p-data__strongTxt.-type01 {
  max-width: 400px;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__strongTxt.-type01 {
    max-width: 270px;
  }
}
.embed .p-data.-content .p-data__strongTxt.-type01 {
  max-width: 330px;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__strongTxt.-type01 {
    max-width: 260px;
  }
}
.embed .p-data.-content .p-data__strongTxt.-type01 .p-data__strongTxt-item {
  gap: 10px;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__strongTxt.-type01 .p-data__strongTxt-item {
    gap: 4px;
  }
}
.embed .p-data.-content .p-data__strongTxt.-type01 .p-data__strongTxt-label {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  font-size: 29px;
  text-align: left;
  color: #e4032e;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__strongTxt.-type01 .p-data__strongTxt-label {
    font-size: 19px;
  }
}
.embed .p-data.-content .p-data__strongTxt.-type01 .p-data__strongTxt-label {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
}
.embed .p-data.-content .p-data__strongTxt.-type01 .p-data__strongTxt-num {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 600;
  font-size: 49px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  color: #e4032e;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__strongTxt.-type01 .p-data__strongTxt-num {
    font-size: 32px;
  }
}
.embed .p-data.-content .p-data__strongTxt.-type01 .p-data__strongTxt-num {
  font-size: 60px;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__strongTxt.-type01 .p-data__strongTxt-num {
    font-size: 48px;
  }
}
.embed .p-data.-content .p-data__strongTxt.-type02 {
  max-width: 385px;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__strongTxt.-type02 {
    max-width: 330px;
  }
}
.embed .p-data.-content .p-data__strongTxt.-type02 {
  max-width: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__strongTxt.-type02 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
}
.embed .p-data.-content .p-data__strongTxt.-type02 .p-data__strongTxt-item {
  gap: 10px;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__strongTxt.-type02 .p-data__strongTxt-item {
    gap: 6px;
  }
}
.embed .p-data.-content .p-data__strongTxt.-type02 .p-data__strongTxt-item {
  gap: 8px;
}
.embed .p-data.-content .p-data__strongTxt.-type02 .p-data__strongTxt-label {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  font-size: 38px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #e4032e;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__strongTxt.-type02 .p-data__strongTxt-label {
    font-size: 34px;
  }
}
.embed .p-data.-content .p-data__strongTxt.-type02 .p-data__strongTxt-label {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 600;
}
.embed .p-data.-content .p-data__strongTxt.-type02 .p-data__strongTxt-num {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 600;
  font-size: 64px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  color: #e4032e;
}
@media (max-width: 800px) {
  .embed .p-data.-content .p-data__strongTxt.-type02 .p-data__strongTxt-num {
    font-size: 52px;
  }
}
@media (max-width: 800px) {
  .embed
    .p-data.-content
    .p-data__strongTxt.-type02
    .p-data__strongTxt-num.-lineHeightMin {
    line-height: 1.1;
  }
}
.embed .p-related {
  margin-bottom: 80px;
  padding: 60px 0 90px;
  background: #f6f6f6;
}
@media (max-width: 800px) {
  .embed .p-related {
    margin-bottom: 58px;
  }
}
@media (max-width: 800px) {
  .embed .p-related {
    padding: 45px 0 50px;
  }
}
.embed .p-related .p-related__inner {
  width: calc(100% - 100px - 100px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
@media (max-width: 1000px) {
  .embed .p-related .p-related__inner {
    width: calc(100% - 56px - 56px);
  }
}
@media (max-width: 800px) {
  .embed .p-related .p-related__inner {
    width: calc(100% - 20px - 20px);
  }
}
.embed .p-related .p-related__head {
  margin-bottom: 63px;
}
@media (max-width: 800px) {
  .embed .p-related .p-related__head {
    margin-bottom: 32px;
  }
}
.embed .p-related .p-related__head {
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .embed .p-related .p-related__head {
    margin-bottom: 24px;
  }
}
.embed .p-related .p-related__body {
  width: 100%;
}
.embed .p-related .p-related__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 16px;
}
@media (max-width: 800px) {
  .embed .p-related .p-related__list {
    gap: 24px 16px;
  }
}
.p-related .p-related__item {
  width: calc((100% - 16px * 3) / 4);
}
@media (max-width: 800px) {
  .p-related .p-related__item {
    width: calc((100% - 16px) / 2);
  }
}
.embed .p-recruit {
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 800px) {
  .embed .p-recruit {
    margin-bottom: 58px;
  }
}
.embed .p-recruit__inner {
  width: calc(100% - 100px - 100px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .embed .p-recruit__inner {
    width: calc(100% - 56px - 56px);
  }
}
@media (max-width: 800px) {
  .embed .p-recruit__inner {
    width: calc(100% - 20px - 20px);
  }
}
.embed .p-recruit__body {
  width: 50%;
}
@media (max-width: 800px) {
  .embed .p-recruit__body {
    width: calc(100% - 16px - 16px);
    margin-left: auto;
    margin-right: auto;
  }
}
.embed .p-recruit__ttl {
  margin-bottom: 48px;
}
@media (max-width: 800px) {
  .embed .p-recruit__ttl {
    margin-bottom: 40px;
  }
}
.embed .p-recruit__ttl-h2-red {
  font-size: 40px;
  text-align: center;
  line-height: 1;
  color: #e4032e;
  padding-top: 120px;
}
@media (max-width: 800px) {
  .embed .p-recruit__ttl-h2-red {
    font-size: 32px;
    padding-top: 96px;
  }
}
.embed .p-recruit__ttl-h2-sub {
  display: block;
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  margin-top: 16px;
  font-style: italic;
  font-weight: bold;
  color: #e4032e;
}
@media (max-width: 800px) {
  .embed .p-recruit__ttl-h2-sub {
    font-size: 12px;
  }
}
.embed .p-recruit__kv-subttl {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #e4032e;
  position: relative;
  display: block;
}
.embed .p-recruit__kv-subttl::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  margin-top: 37px;
  background: #e4032e;
}
.embed .p-recruit__lead {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.07em;
  line-height: 47px;
  text-align: left;
  color: #212121;
  margin-bottom: 35px;
}
@media (max-width: 800px) {
  .embed .p-recruit__lead {
    font-size: 26px;
    line-height: 48px;
    margin-bottom: 45px;
  }
}
@media (max-width: 390px) {
  .embed .p-recruit__lead {
    font-size: 6.6666666667vw;
    line-height: 12.3076923077vw;
    margin-bottom: 11.5384615385vw;
  }
}
.embed .p-recruit__lead {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.embed .p-recruit__txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #212121;
  margin-bottom: 34px;
}
@media (max-width: 800px) {
  .embed .p-recruit__txt {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #212121;
    margin-bottom: 42px;
  }
}
@media (max-width: 390px) {
  .embed .p-recruit__txt {
    font-size: 4.1025641026vw;
    letter-spacing: 0.02em;
    line-height: 8.7179487179vw;
    margin-bottom: 10.7692307692vw;
  }
}
.embed .p-recruit__txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 30px;
}
@media (max-width: 800px) {
  .embed .p-recruit__txt {
    letter-spacing: 0.02em;
  }
}
.embed .p-recruit__btn {
  width: 187px;
}
@media (max-width: 800px) {
  .embed .p-recruit__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.embed .p-recruit__head .c-sectionTtl__ttl {
  font-style: normal;
}
@media (max-width: 800px) {
  .embed .p-recruit__head .c-sectionTtl__ttl {
    font-size: 32px;
  }
}
.embed .p-recruit__head .c-sectionTtl__subttl {
  font-style: italic;
}
.embed .p-recruit__head .c-sectionTtl__bar {
  display: none;
}
.embed .p-recruit__subttl {
  text-align: center;
  letter-spacing: 3.08px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 20px;
}
.embed .p-recruit__subttl-s {
  font-size: 22px;
}
.embed .p-recruit__subttl-l {
  font-size: 32px;
  padding-top: 120px;
}
@media (max-width: 800px) {
  .embed .p-recruit__subttl-l {
    font-size: 24px;
    padding-top: 64px;
  }
}
.embed .p-recruit__subttl-l-80 {
  padding-top: 80px;
}
@media (max-width: 800px) {
  .embed .p-recruit__subttl-l-80 {
    padding-top: 64px;
  }
}
.embed .p-recruit__subttl-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #212121;
  margin-bottom: 34px;
  text-align: center;
}
@media (max-width: 800px) {
  .embed .p-recruit__subttl-txt {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #212121;
    margin-bottom: 42px;
  }
}
@media (max-width: 390px) {
  .embed .p-recruit__subttl-txt {
    font-size: 4.1025641026vw;
    letter-spacing: 0.02em;
    line-height: 8.7179487179vw;
    margin-bottom: 10.7692307692vw;
  }
}
.embed .p-recruit__subttl-txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 30px;
}
@media (max-width: 800px) {
  .embed .p-recruit__subttl-txt {
    letter-spacing: 0.02em;
  }
}
@media (max-width: 800px) {
  .embed .p-recruit__subttl-txt {
    text-align: left;
  }
}
.embed .p-recruit__subttl-txt-mt {
  margin-top: 80px;
}
@media (max-width: 800px) {
  .embed .p-recruit__subttl-txt {
    margin-top: 40px;
  }
}
.embed .p-recruit__requirements {
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .embed .p-recruit__requirements {
    margin-bottom: 0;
  }
}
.embed .p-recruit__bar {
  width: 24px;
  border-top: 1px solid #212121;
  height: 1px;
  display: block;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 44px;
}
.embed .p-recruit__txt-requirement {
  text-align: center;
  font-size: 20px;
  line-height: 58px;
  letter-spacing: 0.4px;
  color: #212121;
}
@media (max-width: 800px) {
  .embed .p-recruit__txt-requirement {
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.64px;
  }
}
.embed .p-recruit__col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 800px) {
  .embed .p-recruit__col-wrap {
    display: block;
  }
}
.embed .p-recruit__col-wrap-left {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.embed .p-recruit__col-wrap-award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.embed .p-recruit__col-border {
  vertical-align: top;
  width: calc((100% - 34px * 2) / 2);
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}
@media (max-width: 800px) {
  .embed .p-recruit__col-border {
    border: none;
    width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
  }
}
.embed .p-recruit__col-noBorder {
  width: calc((100% - 34px * 2) / 2);
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 800px) {
  .embed .p-recruit__col-noBorder {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 800px) {
  .embed .p-recruit__col-noBorder.-top {
    margin-top: 0;
  }
}
.embed .p-recruit__col-noBorder-2 {
  margin-left: 74px;
}
@media (max-width: 800px) {
  .embed .p-recruit__col-noBorder-2 {
    margin-left: 0;
    border-top: 1px solid #e8e8e8;
    padding-top: 32px;
    margin-top: 32px;
  }
}
.embed .p-recruit__col-1col {
  width: 100%;
  vertical-align: top;
}
.embed .p-recruit__col-topBorder {
  border-top: 1px solid #e8e8e8;
  padding-top: 40px;
}
@media (max-width: 800px) {
  .embed .p-recruit__col-topBorder {
    margin-top: 32px;
    padding-top: 32px;
  }
}
.embed .p-recruit__col-redBtn {
  margin: 48px auto 0;
  width: 70%;
  height: 72px;
  background: #e4032e;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  border-radius: 4px;
  display: block;
  line-height: 70px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1000px) {
  .embed .p-recruit__col-redBtn {
    font-size: 16px;
    letter-spacing: -2px;
  }
}
@media (max-width: 800px) {
  .embed .p-recruit__col-redBtn {
    width: 90%;
    margin: 0 auto;
  }
}
.embed .p-recruit__col-redBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 6%;
  width: 14px;
  height: 14px;
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/recruit/ico_external-link.svg)
    0% 0% no-repeat padding-box;
}
.embed .p-recruit__col-redBtn:hover {
  opacity: 0.6;
}
.embed .p-recruit__col-whtBtn {
  margin: 48px auto 0;
  width: 70%;
  height: 72px;
  background: #ffffff;
  text-align: center;
  font-size: 18px;
  color: #e4032e;
  border-radius: 4px;
  border: 1px solid #e4032e;
  display: block;
  line-height: 70px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 800px) {
  .embed .p-recruit__col-whtBtn {
    width: 90%;
    margin: 0 auto;
  }
}
.embed .p-recruit__col-whtBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 6%;
  width: 14px;
  height: 14px;
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/recruit/ico_external-link-red.svg)
    0% 0% no-repeat padding-box;
}
.embed .p-recruit__col-whtBtn:hover {
  opacity: 0.6;
}
.embed .p-recruit__col-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #212121;
  margin-bottom: 34px;
  margin-top: 40px;
  padding: 0 45px 50px;
}
@media (max-width: 800px) {
  .embed .p-recruit__col-txt {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #212121;
    margin-bottom: 42px;
  }
}
@media (max-width: 390px) {
  .embed .p-recruit__col-txt {
    font-size: 4.1025641026vw;
    letter-spacing: 0.02em;
    line-height: 8.7179487179vw;
    margin-bottom: 10.7692307692vw;
  }
}
.embed .p-recruit__col-txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 30px;
}
@media (max-width: 800px) {
  .embed .p-recruit__col-txt {
    letter-spacing: 0.02em;
  }
}
@media (max-width: 800px) {
  .embed .p-recruit__col-txt {
    font-size: 14px;
    padding: 0;
    margin-top: 32px;
    margin-bottom: 0;
  }
}
.embed .p-recruit__col-ttl {
  font-size: 18px;
  color: #e4032e;
  font-weight: bold;
}
@media (max-width: 800px) {
  .embed .p-recruit__col-ttl {
    line-height: 30px;
  }
}
.embed .p-recruit__col-dtl {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #333;
  font-size: 16px;
  margin-top: 24px;
  padding-right: 9.5px;
  padding-bottom: 40px;
}
@media (max-width: 800px) {
  .embed .p-recruit__col-dtl {
    letter-spacing: 0.01em;
  }
}
.embed .p-recruit__col-dtl {
  line-height: 30px;
  font-weight: 200;
}
.embed .p-recruit__col-dtl h5 {
  font-weight: bold;
  display: block;
}
@media (max-width: 800px) {
  .embed .p-recruit__col-dtl {
    font-size: 14px;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 16px;
  }
}
.embed .p-recruit__col-dtl-pb0 {
  padding-bottom: 0px;
}
.embed .p-recruit__col-5col {
  width: calc((100% - 25px * 5) / 5);
  gap: 25px;
  min-height: 100px;
  height: auto;
  border: 1px solid #e8e8e8;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .p-recruit__col-5col:nth-child(1),
  .p-recruit__col-5col:nth-child(2) {
    width: calc((100% - 10px * 2) / 2);
    display: inline-block;
    margin: 5px;
  }
  .p-recruit__col-5col:nth-child(3),
  .p-recruit__col-5col:nth-child(4),
  .p-recruit__col-5col:nth-child(5) {
    width: calc((100% - 10px * 3) / 3);
    display: inline-block;
    margin: 5px;
  }
}
.embed .p-recruit__col-5col img {
  display: block;
  margin: 8px auto;
}
.embed .p-recruit__col-5col-ttl {
  font-size: 16px;
  font-weight: bold;
  color: #5c5c5c;
  text-align: center;
}
@media (max-width: 800px) {
  .embed .p-recruit__col-5col-ttl {
    font-size: 13px;
  }
}
.embed .p-recruit__col-5col-arrow {
  width: 18px;
  height: auto;
  margin: 5px auto 0;
}
.embed .p-recruit__col-award {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 24px * 4) / 4);
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e8e8e8;
  padding-top: 16px;
  border-radius: 5px;
}
@media (max-width: 800px) {
  .embed .p-recruit__col-award {
    width: calc(50% - 5px);
  }
  .p-recruit__col-award:nth-child(1),
  .p-recruit__col-award:nth-child(2) {
    margin-bottom: 10px;
  }
}
.embed .p-recruit__col-award-img {
  width: 50%;
  margin: 0 auto;
  display: block;
}
.embed .p-recruit__col-award-ttl {
  color: #e4032e;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 16px;
}
.embed .p-recruit__col-award-sub {
  color: #e4032e;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 800px) {
  .embed .p-recruit__col-award-sub {
    font-size: 11px;
    margin: 0 8px 8px;
  }
}
.embed .p-recruit__col-award-txt {
  font-size: 14px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  line-height: 23px;
}
@media (max-width: 800px) {
  .embed .p-recruit__col-award-txt {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 16px;
  }
}
.embed .p-recruit__col-club {
  width: calc((100% - 88px * 2) / 2);
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 800px) {
  .embed .p-recruit__col-club {
    margin-top: 4px;
    width: 100%;
  }
}
.embed .p-recruit__col-club-2 {
  margin-left: 80px;
}
@media (max-width: 800px) {
  .embed .p-recruit__col-club-2 {
    margin-top: 56px;
    margin-left: 0;
    width: 100%;
  }
}
.embed .p-recruit__col-club-ttl {
  color: #e4032e;
  font-size: 18px;
  font-weight: bold;
}
.embed .p-recruit__col-club-img {
  margin-top: 31px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 800px) {
  .embed .p-recruit__col-club-img {
    width: 100%;
  }
}
.embed .p-recruit__col-club-dtl {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 32px;
}
@media (max-width: 800px) {
  .embed .p-recruit__col-club-dtl {
    letter-spacing: 0.01em;
  }
}
.embed .p-recruit__col-club-dtl {
  line-height: 30px;
  font-weight: 200;
}
@media (max-width: 800px) {
  .embed .p-recruit__col-club-dtl {
    margin-top: 24px;
  }
}
.embed .p-recruit__step {
  width: 48px;
  height: 48px;
  display: block;
  background-color: #e4032e;
  color: #ffffff;
  font-style: italic;
  text-align: center;
}
.embed .p-recruit__step-line {
  color: #e8e8e8;
}
.embed .p-recruit__step-line-mt {
  margin-top: 64px;
}
@media (max-width: 800px) {
  .embed .p-recruit__step-line-mt {
    margin-top: 48px;
  }
}
.embed .p-recruit__step-step {
  font-size: 10px;
}
.embed .p-recruit__step-num {
  font-size: 24px;
}
.embed .p-recruit__step-ttl {
  color: #e4032e;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 800px) {
  .embed .p-recruit__step-ttl {
    font-size: 18px;
  }
}
.embed .p-recruit__step-ttl-noTxt {
  margin-bottom: 40px;
}
.embed .p-recruit__step-txt {
  font-size: 16px;
  line-height: 30px;
  display: block;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 40px;
  padding-right: 95px;
  padding-left: 95px;
}
@media (max-width: 800px) {
  .embed .p-recruit__step-txt {
    font-size: 14px;
    line-height: 28px;
    padding-right: 0;
    padding-left: 0;
  }
}
.embed .p-recruit__step-caution {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
  line-height: 24px;
}
@media (max-width: 800px) {
  .embed .p-recruit__step-caution {
    letter-spacing: 0.01em;
  }
}
.embed .p-recruit__step-caution {
  line-height: 30px;
  font-weight: 200;
}
.embed .p-recruit__table-pc {
  display: block;
  width: 100%;
}
@media (max-width: 800px) {
  .embed .p-recruit__table-pc {
    display: none;
  }
}
.embed .p-recruit__table-sp {
  display: none;
}
@media (max-width: 800px) {
  .embed .p-recruit__table-sp {
    width: 100%;
    display: block;
  }
}
.embed .p-recruit.-kv {
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/recruit/img_recruting_bg@2x.png)
    0% 0% no-repeat padding-box;
  background-size: 964px auto;
  background-position: top 92px left calc(50% + 300px);
  margin-bottom: 45px;
}
@media (max-width: 800px) {
  .embed .p-recruit.-kv {
    background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/recruit/img_recruting_bg.png)
      0% 0% no-repeat padding-box;
    background-size: 440px auto;
    background-position: top 70px left calc(50% + 130px);
    margin-bottom: 0;
  }
}
.embed .p-recruit.-kv-wrap {
  background: transparent -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#fff),
      to(#fafafa)
    ) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #fff 0%, #fafafa 100%) 0% 0%
    no-repeat padding-box;
  margin-bottom: 0;
}
.embed .p-recruit.-kv .p-recruit__inner {
  position: relative;
}
@media (max-width: 800px) {
  .embed .p-recruit.-kv .p-recruit__inner {
    max-height: none;
    height: auto;
  }
}
.embed .p-recruit.-kv .p-recruit__content {
  width: 100%;
  padding-top: 227px;
}
@media (max-width: 800px) {
  .embed .p-recruit.-kv .p-recruit__content {
    padding-top: 110px;
  }
}
.embed .p-recruit.-kv .p-recruit__lead {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: inherit;
  text-align: left;
  color: #e4032e;
  text-shadow: 0px 3px 99px #000;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .embed .p-recruit.-kv .p-recruit__lead {
    font-size: 12px;
    margin-bottom: 24px;
  }
}
.embed .p-recruit.-kv .p-recruit__ttl {
  top: 229px;
  left: 109px;
  height: 46px;
  text-align: left;
  letter-spacing: 3.36px;
  color: #212121;
  opacity: 1;
  font-size: 42px;
  line-height: 74px;
  margin-bottom: 52px;
}
@media (max-width: 800px) {
  .embed .p-recruit.-kv .p-recruit__ttl {
    font-size: 32px;
    line-height: 52px;
    margin-bottom: 27px;
  }
}
.embed .p-recruit.-kv .p-recruit__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  margin-top: 121px;
}
@media (max-width: 800px) {
  .embed .p-recruit.-kv .p-recruit__anchor {
    gap: 11px;
    margin-top: 62px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.embed .p-recruit.-kv .p-recruit__anchor-item {
  width: calc((100% - 19px * 4) / 4);
  height: 80px;
  background: #fff;
  border: 1px solid #e8e8e8;
}
@media (max-width: 800px) {
  .embed .p-recruit.-kv .p-recruit__anchor-item {
    height: 64px;
    width: 48%;
  }
}
.embed .p-recruit.-kv .p-recruit__anchor-item:hover {
  opacity: 0.8;
}
.embed .p-recruit.-kv .p-recruit__anchor-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 32px;
}
@media (max-width: 800px) {
  .embed .p-recruit.-kv .p-recruit__anchor-item-link {
    font-size: 13px;
    line-height: 16px;
    padding: 0 8%;
  }
}
.embed .p-recruit.-kv .p-recruit__anchor-item-link-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.embed .p-recruit.-kv .p-recruit__anchor-item-link-left-txt {
  font-size: 18px;
  font-weight: bold;
  color: #5c5c5c;
}
@media (max-width: 800px) {
  .embed .p-recruit.-kv .p-recruit__anchor-item-link-left-txt {
    font-size: 16px;
  }
}
.embed .p-recruit.-kv .p-recruit__anchor-item-link-left-txt {
  font-size: 16px;
}
.embed .p-recruit.-kv .p-recruit__anchor-item-link-left-arrow {
  width: 18px;
  height: auto;
}
@media (max-width: 800px) {
  .embed .p-recruit.-kv .p-recruit__anchor-item-link-left-arrow {
    margin-right: 12px;
  }
}
.embed .p-recruit.-content {
  margin-bottom: 0;
}
.embed .p-recruit.-flow .p-recruit__inner {
  max-width: 840px;
}
.embed .p-vision {
  margin-bottom: 80px;
  position: relative;
  margin-bottom: 120px;
}
@media (max-width: 800px) {
  .embed .p-vision {
    margin-bottom: 58px;
  }
}
@media (max-width: 800px) {
  .embed .p-vision {
    margin-bottom: 60px;
  }
}
.embed .p-vision#content01,
.embed .p-vision#content02,
.embed .p-vision#content03,
.embed .p-vision#content04 {
  margin-top: -120px;
  padding-top: 120px;
}
@media (max-width: 800px) {
  .embed .p-vision#content01,
  .embed .p-vision#content02,
  .embed .p-vision#content03,
  .embed .p-vision#content04 {
    margin-top: -110px;
    padding-top: 110px;
  }
}
.embed .p-vision__inner {
  width: calc(100% - 100px - 100px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .embed .p-vision__inner {
    width: calc(100% - 56px - 56px);
  }
}
@media (max-width: 800px) {
  .embed .p-vision__inner {
    width: calc(100% - 20px - 20px);
  }
}
.embed .p-vision__inner-tech {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .embed .p-vision__inner-tech {
    width: 100%;
  }
}
.embed .p-vision__head {
  margin-bottom: 56px;
}
@media (max-width: 800px) {
  .embed .p-vision__head {
    margin-bottom: 0;
  }
}
@media (max-width: 800px) {
  .embed .p-vision__head .c-sectionTtl.-jp .c-sectionTtl__ttl {
    margin-bottom: 20px;
  }
}
.embed .p-vision__txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #212121;
  margin-bottom: 34px;
}
@media (max-width: 800px) {
  .embed .p-vision__txt {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #212121;
    margin-bottom: 42px;
  }
}
@media (max-width: 390px) {
  .embed .p-vision__txt {
    font-size: 4.1025641026vw;
    letter-spacing: 0.02em;
    line-height: 8.7179487179vw;
    margin-bottom: 10.7692307692vw;
  }
}
.embed .p-vision__txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 30px;
}
@media (max-width: 800px) {
  .embed .p-vision__txt {
    letter-spacing: 0.02em;
  }
}
.embed .p-vision.-kv {
  width: 100vw;
  max-width: 1920px;
  margin: 72px auto 70px;
}
.embed .p-vision.-kv img {
  width: 100%;
}
@media (max-width: 1000px) {
  .embed .p-vision.-kv {
    margin-top: 56px;
  }
}
@media (max-width: 800px) {
  .embed .p-vision.-kv {
    margin-bottom: 32px;
  }
}
@media (max-width: 800px) {
  .embed .p-vision.-linkArea {
    margin-bottom: 40px;
  }
}
.embed .p-vision.-linkArea .p-vision__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
}
@media (max-width: 1200px) {
  .embed .p-vision.-linkArea .p-vision__link {
    gap: 2%;
  }
}
@media (max-width: 1000px) {
  .embed .p-vision.-linkArea .p-vision__link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 11px;
  }
}
.embed .p-vision.-linkArea .p-vision__linkItem {
  width: calc((100% - 19px * 3) / 4);
  height: 80px;
  background: #fff;
  border: 1px solid #e8e8e8;
}
@media (max-width: 1200px) {
  .embed .p-vision.-linkArea .p-vision__linkItem {
    width: calc((100% - 2% * 3) / 4);
  }
}
@media (max-width: 1000px) {
  .embed .p-vision.-linkArea .p-vision__linkItem {
    height: 64px;
    width: calc((100% - 11px) / 2);
  }
}
.embed .p-vision.-linkArea .p-vision__linkItem a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 0 20px 0 32px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #5c5c5c;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.embed .p-vision.-linkArea .p-vision__linkItem a:hover {
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .embed .p-vision.-linkArea .p-vision__linkItem a {
    padding: 0 8%;
  }
}
@media (max-width: 800px) {
  .embed .p-vision.-linkArea .p-vision__linkItem a {
    font-size: 13px;
  }
}
.embed .p-vision.-linkArea .p-vision__linkItem a {
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.embed .p-vision.-linkArea .p-vision__linkItem a::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #e4222e;
  border-right: 2px solid #e4222e;
  -webkit-transform: translateY(-4px) rotate(135deg);
  transform: translateY(-4px) rotate(135deg);
}
@media (max-width: 800px) {
  .embed .p-vision.-linkArea .p-vision__linkItem a::after {
    width: 10px;
    height: 10px;
  }
}
.embed .p-vision.-intro {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}
@media (max-width: 800px) {
  .embed .p-vision.-intro {
    padding-top: 0;
  }
}
.embed .p-vision.-intro .p-vision__bgimg {
  position: absolute;
  z-index: -1;
  width: 920px;
  top: 104px;
  left: 0;
}
@media (max-width: 1200px) {
  .embed .p-vision.-intro .p-vision__bgimg {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 800px) {
  .embed .p-vision.-intro .p-vision__bgimg {
    width: 470px;
    left: -210px;
    top: 180px;
    -webkit-transform: none;
    transform: none;
  }
}
.embed .p-vision.-intro .p-vision__txt {
  margin: 0 auto;
  max-width: 840px;
  font-size: 20px;
  line-height: 2.4;
  letter-spacing: 0.01em;
}
@media (max-width: 800px) {
  .embed .p-vision.-intro .p-vision__txt {
    font-size: 16px;
    line-height: 2.1;
  }
}
.embed .p-vision.-intro .p-vision__txt:first-of-type {
  margin-bottom: 28px;
}
.p-vision.-intro .p-vision__txt:nth-of-type(2) {
  margin-bottom: 46px;
}
@media (max-width: 800px) {
  .p-vision.-intro .p-vision__txt:nth-of-type(2) {
    margin-bottom: 36px;
  }
}
.embed .p-vision.-intro .p-vision__box {
  max-width: 840px;
  margin: 0 auto;
  padding: 56px 80px;
  background: #f7f7f7;
}
@media (max-width: 800px) {
  .embed .p-vision.-intro .p-vision__box {
    padding: 40px 24px;
  }
}
.embed .p-vision.-intro .p-vision__boxTtl {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 800px) {
  .embed .p-vision.-intro .p-vision__boxTtl {
    margin-bottom: 24px;
    font-size: 22px;
  }
}
.embed .p-vision.-intro .p-vision__boxTtl {
  font-weight: 600;
  letter-spacing: 0.04em;
}
.embed .p-vision.-intro .p-vision__boxTtl::after {
  content: "";
  display: block;
  margin: 24px auto 0;
  width: 16px;
  height: 1px;
  background: #212121;
}
@media (max-width: 800px) {
  .embed .p-vision.-intro .p-vision__boxTtl::after {
    margin-top: 16px;
  }
}
.embed .p-vision.-intro .p-vision__boxTxt {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  font-weight: 200;
  letter-spacing: 0.01em;
}
@media (max-width: 800px) {
  .embed .p-vision.-intro .p-vision__boxTxt {
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 800px) {
  .embed .p-vision.-intro .p-vision__boxTxt {
    text-align: center;
  }
}
.embed .p-vision.-strength {
  margin-bottom: 160px;
}
@media (max-width: 800px) {
  .embed .p-vision.-strength {
    margin-bottom: 60px;
  }
}
.embed .p-vision.-strength .p-vision__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}
.p-vision.-strength .p-vision__listItem:not(:last-of-type) {
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .p-vision.-strength .p-vision__listItem:not(:last-of-type) {
    margin-bottom: 72px;
  }
}
@media (max-width: 800px) {
  .embed .p-vision.-strength .p-vision__listItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.embed .p-vision.-strength .p-vision__listDetail {
  width: 51%;
}
@media (max-width: 800px) {
  .embed .p-vision.-strength .p-vision__listDetail {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}
.embed .p-vision.-strength .p-vision__listTtl {
  margin-bottom: 15px;
  color: #e4222e;
  font-size: 24px;
  letter-spacing: 0.02em;
  font-weight: bold;
}
.embed .p-vision.-strength .p-vision__listTtl {
  font-weight: 600;
}
.embed .p-vision.-strength .p-vision__txt {
  margin-bottom: 0;
}
.embed .p-vision.-strength .p-vision__listImg {
  width: 45%;
  height: 100%;
}
@media (max-width: 800px) {
  .embed .p-vision.-strength .p-vision__listImg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 32px;
  }
}
.embed .p-vision.-strength .p-vision__notes {
  margin-top: 18px;
  font-size: 14px;
}
@media (max-width: 800px) {
  .embed .p-vision.-tech .c-sectionTtl .c-sectionTtl__ttl {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media (max-width: 390px) {
  .embed .p-vision.-tech .c-sectionTtl .c-sectionTtl__ttl {
    font-size: 8vw;
  }
}
.embed .p-vision.-tech .p-vision__intro {
  margin-bottom: 76px;
}
@media (max-width: 800px) {
  .embed .p-vision.-tech .p-vision__intro {
    margin-bottom: 47px;
  }
}
.embed .p-vision.-tech .p-vision__intro .p-vision__txt {
  max-width: 840px;
  margin: 0 auto;
}
.p-vision.-tech .p-vision__intro .p-vision__txt:not(:last-of-type) {
  margin-bottom: 20px;
}
.embed .p-vision.-tech .p-vision__content {
  position: relative;
}
.embed .p-vision.-tech .p-vision__img {
  position: absolute;
  top: 31%;
  left: 50%;
  display: block;
  width: 186px;
  height: 186px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 800px) {
  .embed .p-vision.-tech .p-vision__img {
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin: 0 auto 53px;
    width: 152px;
    height: 152px;
  }
}
.embed .p-vision.-tech .p-vision__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 45px 40px;
}
@media (max-width: 800px) {
  .embed .p-vision.-tech .p-vision__list {
    gap: 75px 0;
  }
}
.embed .p-vision.-tech .p-vision__listItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc((100% - 40px) / 2);
  padding: 56px 20px 32px;
  background: #f7f7f7;
}
@media (max-width: 800px) {
  .embed .p-vision.-tech .p-vision__listItem {
    width: 100%;
  }
}
.p-vision.-tech .p-vision__listItem:not(:last-of-type):before {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-size: 60px;
  font-style: italic;
  color: #e4222e;
  letter-spacing: 0.08em;
}
.embed .p-vision.-tech .p-vision__listItem:first-of-type::before {
  content: "01";
}
.p-vision.-tech .p-vision__listItem:nth-of-type(2)::before {
  content: "02";
}
.p-vision.-tech .p-vision__listItem:nth-of-type(3)::before {
  content: "03";
}
.p-vision.-tech .p-vision__listItem:nth-of-type(4)::before {
  content: "04";
}
.embed .p-vision.-tech .p-vision__listItem:last-of-type {
  margin-top: 70px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.embed .p-vision.-tech .p-vision__listItem:last-of-type::after {
  content: "";
  position: absolute;
  top: -21%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 154px;
  height: 154px;
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/vision/img_plus1.svg)
    no-repeat center/contain;
}
@media (max-width: 800px) {
  .embed .p-vision.-tech .p-vision__listItem:last-of-type::after {
    top: -100px;
    width: 126px;
    height: 126px;
  }
}
.embed .p-vision.-tech .p-vision__listItem:last-of-type .p-vision__listDetail {
  width: calc(100% - 252px - 119px);
}
@media (max-width: 1200px) {
  .embed
    .p-vision.-tech
    .p-vision__listItem:last-of-type
    .p-vision__listDetail {
    width: calc(100% - 252px - 50px);
  }
}
@media (max-width: 800px) {
  .embed
    .p-vision.-tech
    .p-vision__listItem:last-of-type
    .p-vision__listDetail {
    width: 100%;
  }
}
.embed .p-vision.-tech .p-vision__listItem:last-of-type .p-vision__listFigure {
  margin: 0;
}
@media (max-width: 800px) {
  .embed
    .p-vision.-tech
    .p-vision__listItem:last-of-type
    .p-vision__listFigure {
    margin: 0 auto;
  }
}
.embed
  .p-vision.-tech
  .p-vision__listItem:last-of-type
  .p-vision__listFigure
  img {
  width: 252px;
  height: auto;
}
.embed .p-vision.-tech .p-vision__listDetail {
  margin-bottom: 16px;
}
.embed .p-vision.-tech .p-vision__listTitle {
  margin-bottom: 33px;
  font-size: 32px;
  letter-spacing: 0.02em;
}
@media (max-width: 800px) {
  .embed .p-vision.-tech .p-vision__listTitle {
    text-align: center;
  }
}
.embed .p-vision.-tech .p-vision__listIntro {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.embed .p-vision.-tech .p-vision__txt {
  margin-bottom: 0;
}
.embed .p-vision.-tech .p-vision__listFigure {
  margin: auto auto 0;
}
.embed .p-vision.-tech .p-vision__listFigure img {
  max-width: 100%;
  height: 214px;
  margin: 0 auto 10px;
  display: block;
}
.embed .p-vision.-tech .p-vision__listFigure figcaption {
  font-size: 14px;
}
.embed .p-vision.-company .p-vision__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.embed .p-vision.-company .p-vision__table dt,
.embed .p-vision.-company .p-vision__table dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}
@media (max-width: 800px) {
  .embed .p-vision.-company .p-vision__table dt,
  .embed .p-vision.-company .p-vision__table dd {
    display: block;
  }
}
.embed .p-vision.-company .p-vision__table dt {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 17px;
  width: 20%;
  border-top: 1px solid #e8e8e8;
}
@media (max-width: 800px) {
  .embed .p-vision.-company .p-vision__table dt {
    width: 100%;
    padding: 12px 12px 0;
  }
}
.embed .p-vision.-company .p-vision__table dt:last-of-type {
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 800px) {
  .embed .p-vision.-company .p-vision__table dt:last-of-type {
    border-bottom: none;
  }
}
.embed .p-vision.-company .p-vision__table dt::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #e8e8e8;
}
@media (max-width: 800px) {
  .embed .p-vision.-company .p-vision__table dt::after {
    display: none;
  }
}
.embed .p-vision.-company .p-vision__table dd {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 14px 14px 14px 43px;
  width: 80%;
  border-top: 1px solid #e8e8e8;
}
@media (max-width: 800px) {
  .embed .p-vision.-company .p-vision__table dd {
    width: 100%;
    padding: 0 12px 12px;
    border: none;
  }
}
.embed .p-vision.-company .p-vision__table dd:last-of-type {
  border-bottom: 1px solid #e8e8e8;
}
.p-vision.-company .p-vision__table dd.-access span:not(:last-of-type)::after {
  content: "/";
  margin: 0 6px;
}
.embed .p-vision.-company .p-vision__table a {
  display: inline-block;
  color: #e4222e;
  text-decoration: underline;
}
.embed .p-vision.-company .p-vision__table a:hover {
  text-decoration: none;
}
.embed .p-projectstory__inner {
  width: calc(100% - 100px - 100px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .embed .p-projectstory__inner {
    width: calc(100% - 56px - 56px);
  }
}
@media (max-width: 800px) {
  .embed .p-projectstory__inner {
    width: calc(100% - 20px - 20px);
  }
}
.embed .p-projectstory__body {
  width: 50%;
}
@media (max-width: 800px) {
  .embed .p-projectstory__body {
    width: calc(100% - 16px - 16px);
    margin-left: auto;
    margin-right: auto;
  }
}
.embed .p-projectstory__head {
  margin-bottom: 56px;
}
@media (max-width: 800px) {
  .embed .p-projectstory__head {
    margin-bottom: 40px;
  }
}
@media (max-width: 390px) {
  .embed .p-projectstory__head {
    margin-bottom: 10.2564102564vw;
  }
}
.embed .p-projectstory__ttl {
  margin-bottom: 48px;
}
@media (max-width: 800px) {
  .embed .p-projectstory__ttl {
    margin-bottom: 40px;
  }
}
.embed .p-projectstory__kv-ttl {
  margin-bottom: 26px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 400;
  font-size: 42px;
  letter-spacing: 0.1em;
  color: #212121;
}
@media (max-width: 800px) {
  .embed .p-projectstory__kv-ttl {
    margin-bottom: 16px;
    font-size: 26px;
  }
}
.embed .p-projectstory__kv-subttl {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 0.08em;
  color: #e4032e;
  position: relative;
  display: block;
}
.embed .p-projectstory__kv-subttl::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  margin-top: 37px;
  background: #e4032e;
}
.embed .p-projectstory__kv-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #212121;
  margin-bottom: 34px;
  margin-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .embed .p-projectstory__kv-txt {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #212121;
    margin-bottom: 42px;
  }
}
@media (max-width: 390px) {
  .embed .p-projectstory__kv-txt {
    font-size: 4.1025641026vw;
    letter-spacing: 0.02em;
    line-height: 8.7179487179vw;
    margin-bottom: 10.7692307692vw;
  }
}
body.-global .p-projectstory__kv-txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 30px;
}
@media (max-width: 800px) {
  body.-global .p-projectstory__kv-txt {
    letter-spacing: 0.02em;
  }
}
@media (max-width: 800px) {
  .embed .p-projectstory__kv-txt {
    margin: 40px 0;
  }
}
.embed .p-projectstory__lead {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.07em;
  line-height: 47px;
  text-align: left;
  color: #212121;
  margin-bottom: 35px;
}
@media (max-width: 800px) {
  .embed .p-projectstory__lead {
    font-size: 26px;
    line-height: 48px;
    margin-bottom: 45px;
  }
}
@media (max-width: 390px) {
  .embed .p-projectstory__lead {
    font-size: 6.6666666667vw;
    line-height: 12.3076923077vw;
    margin-bottom: 11.5384615385vw;
  }
}
body.-global .p-projectstory__lead {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.embed .p-projectstory__btn {
  width: 187px;
}
@media (max-width: 800px) {
  .embed .p-projectstory__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.embed .p-projectstory__bgshape {
  position: absolute;
}
.embed .p-projectstory.-kv {
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/projectstory/bg_projectstory.jpg)
    0% 0% no-repeat;
  background-size: contain;
  background-position: right 0 top -50px;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .embed .p-projectstory.-kv {
    background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/projectstory/bg_projectstory.jpg)
      0% 0% no-repeat;
    background-size: contain;
    background-position: right -150px top -50px;
  }
}
.embed .p-projectstory.-kv .p-projectstory__inner {
  position: relative;
}
@media (max-width: 800px) {
  .embed .p-projectstory.-kv .p-projectstory__inner {
    max-height: 500px;
  }
}
.embed .p-projectstory.-kv .p-projectstory__content {
  width: 100%;
  padding-top: 178px;
  padding-bottom: 42px;
}
@media (max-width: 800px) {
  .embed .p-projectstory.-kv .p-projectstory__content {
    padding-top: 112px;
    padding-bottom: 0;
  }
}
@media (max-width: 800px) {
  .embed .p-projectstory.-kv .p-projectstory__content .c-sectionTtl.-jp {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
body.-global
  .embed
  .p-projectstory.-kv
  .embed
  .p-projectstory__content
  .c-sectionTtl.-jp
  .c-sectionTtl__ttl {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 2.8px;
  line-height: 60px;
  color: #e4032e;
  display: block;
  line-height: 1;
  margin: 0;
}
@media (max-width: 800px) {
  body.-global
    .embed
    .p-projectstory.-kv
    .embed
    .p-projectstory__content
    .c-sectionTtl.-jp
    .c-sectionTtl__ttl {
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 1.82px;
  }
}
body.-global
  .embed
  .p-projectstory.-kv
  .embed
  .p-projectstory__content
  .c-sectionTtl.-jp
  .c-sectionTtl__ttl::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  margin-top: 23px;
  background: #e4032e;
}
@media (max-width: 800px) {
  body.-global
    .embed
    .p-projectstory.-kv
    .embed
    .p-projectstory__content
    .c-sectionTtl.-jp
    .c-sectionTtl__ttl::after {
    width: 12px;
    margin-top: 16px;
  }
}
@media (max-width: 800px) {
  body.-global
    .embed
    .p-projectstory.-kv
    .embed
    .p-projectstory__content
    .c-sectionTtl.-jp
    .c-sectionTtl__ttl {
    line-height: 1;
  }
}
.embed .p-projectstory__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 23px;
  -moz-column-gap: 23px;
  column-gap: 23px;
  width: 100%;
  padding-bottom: 100px;
}
@media (max-width: 800px) {
  .embed .p-projectstory__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 35px;
    padding-bottom: 88px;
  }
}
.embed .p-projectstory__list-item {
  width: 100%;
}
.embed .p-projectstory__list-item-link {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.embed .p-projectstory__list-item-link-img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.embed
  .p-projectstory__list-item-link:hover
  .p-projectstory__list-item-link-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.embed .p-projectstory__list-item-link-ico {
  position: absolute;
  right: 15px;
  bottom: 17px;
  width: 28px;
  height: 28px;
}
.embed .p-projectstory__list-item-link-ico .-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.embed .p-projectstory__list-item-link-ico .-circle {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.embed
  .p-projectstory__list-item-link:hover
  .embed
  .p-projectstory__list-item-link-ico
  .-circle {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.embed .p-projectstory__list-item-num {
  display: inline-block;
  background: #e4032e;
  color: #fff;
  font-size: 11px;
  font-style: italic;
  padding: 7px 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.embed .p-projectstory__list-item-ttl {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
.embed .p-projectstory .c-cta {
  position: relative;
}
.embed .p-projectstory .c-cta:before {
  position: absolute;
  content: "";
  display: block;
  top: -370px;
  left: calc(50% - 900px);
  width: 780px;
  height: 476px;
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/projectstory/bg_projectstory.jpg)
    0 0 no-repeat;
  background-size: 780px auto;
  z-index: -1;
}
@media (max-width: 800px) {
  .embed .p-projectstory .c-cta:before {
    top: -280px;
    left: calc(50% - 350px);
    width: 455px;
    height: 278px;
    background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/projectstory/bg_projectstory.jpg)
      0 0 no-repeat;
    background-size: 455px auto;
  }
}
.embed .p-projectstory-detail__kv {
  margin-top: 72px;
  width: 100%;
}
@media (max-width: 1000px) {
  .embed .p-projectstory-detail__kv {
    margin-top: 56px;
    margin-bottom: 26px;
  }
}
.embed .p-projectstory-detail__kv-figure {
  width: 100%;
}
.embed .p-projectstory-detail__kv-img {
  width: 100%;
  height: auto;
}
.embed .p-projectstory-detail__gray {
  background: #f6f6f6;
  padding-bottom: 80px;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__gray {
    padding-bottom: 58px;
  }
}
.embed .p-projectstory-detail__gray-inner {
  position: relative;
  max-width: 1072px;
  width: 100%;
  padding: 0 56px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__gray-inner {
    padding: 0;
  }
}
.embed .p-projectstory-detail__flexData-wrap {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__flexData-wrap {
    padding: 56px 20px 0;
  }
}
.embed .p-projectstory-detail__kv-box {
  display: block;
  max-width: 960px;
  width: 100%;
  background: #fff;
  padding: 56px 80px;
  margin: -136px auto 80px;
  z-index: 1;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__kv-box {
    padding: 0 20px 48px;
    margin: 0 auto;
  }
}
.embed .p-projectstory-detail__list-item-link-box-num {
  display: inline-block;
  background: #e4032e;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  text-align: right;
  padding: 10px 20px;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__list-item-link-box-num {
    font-size: 13px;
    margin-bottom: 16px;
    padding: 6px 10px;
  }
}
.embed .p-projectstory-detail__kv-ttl {
  font-size: 32px;
  margin-top: 32px;
  line-height: 46px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__kv-ttl {
    font-size: 28px;
    line-height: 37.5px;
    font-weight: bold;
    margin-top: 0;
  }
}
body.-global .embed .p-projectstory-detail__kv-ttl {
  font-weight: 600;
}
@media (max-width: 800px) {
  body.-global .embed .p-projectstory-detail__kv-ttl {
    font-weight: 600;
  }
}
.embed .p-projectstory-detail__kv-subttl {
  position: relative;
  font-size: 18px;
  line-height: 32px;
  margin-top: 16px;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__kv-subttl {
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}
.embed .p-projectstory-detail__kv-subttl:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -24px;
  height: 1px;
  width: 24px;
  background: #e4032e;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__kv-subttl {
    font-size: 13px;
    margin-top: 12px;
  }
  .embed .p-projectstory-detail__kv-subttl:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: -24px;
    height: 1px;
    width: 16px;
    background: #e4032e;
  }
}
.embed .p-projectstory-detail__kv-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #212121;
  margin-bottom: 34px;
  margin-top: 56px;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__kv-txt {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #212121;
    margin-bottom: 42px;
  }
}
@media (max-width: 390px) {
  .embed .p-projectstory-detail__kv-txt {
    font-size: 4.1025641026vw;
    letter-spacing: 0.02em;
    line-height: 8.7179487179vw;
    margin-bottom: 10.7692307692vw;
  }
}
body.-global .embed .p-projectstory-detail__kv-txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 30px;
}
@media (max-width: 800px) {
  body.-global .embed .p-projectstory-detail__kv-txt {
    letter-spacing: 0.02em;
  }
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__kv-txt {
    margin-bottom: 0;
  }
}
.embed .p-projectstory-detail__lead-bottom {
  font-size: 12px;
  text-align: right;
  color: #898989;
  margin-top: 40px;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__lead-bottom {
    text-align: left;
    padding: 0 20px;
    margin-top: 0;
  }
}
body.-global .embed .p-projectstory-detail__lead-bottom {
  font-weight: 200;
  line-height: 1.4;
}
.embed .p-projectstory-detail__product {
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/projectstory/actuator/bg_product.svg)
    0 0 no-repeat;
  background-size: 152px auto;
  background-position: 0 88px;
  padding: 88px 0 102px;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__product {
    background: #fff;
    padding: 64px 0 48px;
  }
}
.embed .p-projectstory-detail__product .p-projectstory-detail__ttl-red {
  line-height: 1.5;
  margin-bottom: 56px;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__product .p-projectstory-detail__ttl-red {
    margin-bottom: 40px;
  }
}
body.-global
  .embed
  .p-projectstory-detail__product
  .p-projectstory-detail__ttl-red {
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media (max-width: 800px) {
  body.-global
    .embed
    .p-projectstory-detail__product
    .p-projectstory-detail__ttl-red {
    line-height: 1.5;
  }
}
.embed .p-projectstory-detail__product-inner {
  width: 100%;
  max-width: 1072px;
  padding: 0 56px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__product-inner {
    padding: 0 20px;
  }
}
.embed .p-projectstory-detail__product-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 56px;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__product-img {
    margin-bottom: 40px;
  }
}
.embed .p-projectstory-detail__product-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #212121;
  margin-bottom: 34px;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__product-txt {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #212121;
    margin-bottom: 42px;
  }
}
@media (max-width: 390px) {
  .embed .p-projectstory-detail__product-txt {
    font-size: 4.1025641026vw;
    letter-spacing: 0.02em;
    line-height: 8.7179487179vw;
    margin-bottom: 10.7692307692vw;
  }
}
body.-global .embed .p-projectstory-detail__product-txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 30px;
}
@media (max-width: 800px) {
  body.-global .embed .p-projectstory-detail__product-txt {
    letter-spacing: 0.02em;
  }
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__product-txt {
    margin-bottom: 24px;
  }
}
.embed .p-projectstory-detail__product-txt:last-child {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__product-txt:last-child {
    margin-bottom: 0;
  }
}
.embed .p-projectstory-detail__ttl-red {
  font-size: 32px;
  line-height: 54px;
  text-align: center;
  color: #e4032e;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__ttl-red {
    font-size: 22px;
    line-height: 38.5px;
  }
}
.embed .p-projectstory-detail__timeline {
  background: #f6f6f6;
}
.embed .p-projectstory-detail__timeline-inner {
  width: 100%;
  max-width: 1312px;
  padding: 88px 56px 102px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__timeline-inner {
    padding: 56px 20px 80px;
  }
}
.embed .p-projectstory-detail__timeline-txt {
  font-size: 12px;
  line-height: 20px;
  margin-top: 56px;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__timeline-txt {
    font-size: 11px;
    line-height: 18px;
  }
}
body.-global .embed .p-projectstory-detail__timeline-txt {
  font-weight: 200;
}
@media (max-width: 800px) {
  body.-global .embed .p-projectstory-detail__timeline-txt {
    line-height: 1.4;
  }
}
.embed .p-projectstory-detail__timeline-txt.-caption sup {
  margin-right: 4px;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__timeline-txt.-caption {
    margin-top: 20px;
  }
}
.embed .p-projectstory-detail__timeline-sp-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(246, 246, 246, 0)),
      color-stop(34%, rgba(246, 246, 246, 0.9215686275)),
      to(#f6f6f6)
    ) 0% 0% no-repeat padding-box;
  background: transparent
    linear-gradient(
      180deg,
      rgba(246, 246, 246, 0) 0%,
      rgba(246, 246, 246, 0.9215686275) 34%,
      #f6f6f6 100%
    )
    0% 0% no-repeat padding-box;
  cursor: pointer;
  padding: 56px 0 0;
}
.embed .p-projectstory-detail__timeline-sp-btn.active {
  display: none;
  position: relative;
  background: transparent;
  padding: 0;
  padding-top: 24px;
}
.embed
  .p-projectstory-detail__timeline-sp-btn.active
  .embed
  .p-projectstory-detail__timeline-sp-btn-img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.embed .p-projectstory-detail__timeline-sp-btn-img {
  width: 14px;
  height: auto;
  margin-left: 8px;
}
.embed .p-projectstory-detail__timeline-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__timeline-wrap {
    height: 900px;
    overflow: hidden;
    padding-top: 56px;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
  }
}
.embed .p-projectstory-detail__timeline-wrap:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 1px;
  height: calc(100% - 47px);
  background: #c4c4c4;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__timeline-wrap:before {
    height: calc(100% - 125px);
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__timeline-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 27px;
    height: 27px;
    display: block;
    background: #f6f6f6
      url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/projectstory/actuator/bg_circle.svg)
      center center no-repeat;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.embed .p-projectstory-detail__timeline-wrap-2:before {
  height: calc(100% - 210px);
}
@media (max-width: 1000px) {
  .embed .p-projectstory-detail__timeline-wrap-2:before {
    height: calc(100% - 190px);
  }
}
.embed .p-projectstory-detail__timeline-wrap-3:before {
  height: calc(100% - 100px);
}
@media (max-width: 1000px) {
  .embed .p-projectstory-detail__timeline-wrap-3:before {
    height: calc(100% - 125px);
  }
}
.embed .p-projectstory-detail__timeline-L {
  width: 50%;
  padding-right: 80px;
}
.embed .p-projectstory-detail__timeline-L-list-item {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 4px;
  padding: 32px;
  margin-top: 40px;
}
.embed .p-projectstory-detail__timeline-L-list-item:first-child {
  margin-top: 0;
}
.embed .p-projectstory-detail__timeline-L-list-item-mt160 {
  margin-top: 160px;
}
.embed .p-projectstory-detail__timeline-L-list-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 80px;
  height: 1px;
  display: block;
  border: 1px dotted #c4c4c4;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.embed .p-projectstory-detail__timeline-L-list-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 67px);
  width: 27px;
  height: 27px;
  display: block;
  background: #f6f6f6
    url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/projectstory/actuator/bg_circle.svg)
    center center no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.embed .p-projectstory-detail__timeline-L-list-item-date {
  font-size: 16px;
}
.embed .p-projectstory-detail__timeline-L-list-item-ttl {
  font-size: 24px;
  color: #e4032e;
  line-height: 29px;
  margin-top: 12px;
}
body.-global .p-projectstory-detail__timeline-L-list-item-ttl {
  line-height: 1.4;
}
.embed .p-projectstory-detail__timeline-L-list-item-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #212121;
  margin-bottom: 34px;
  margin-bottom: 16px;
  margin-top: 12px;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__timeline-L-list-item-txt {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #212121;
    margin-bottom: 42px;
  }
}
@media (max-width: 390px) {
  .embed .p-projectstory-detail__timeline-L-list-item-txt {
    font-size: 4.1025641026vw;
    letter-spacing: 0.02em;
    line-height: 8.7179487179vw;
    margin-bottom: 10.7692307692vw;
  }
}
body.-global .p-projectstory-detail__timeline-L-list-item-txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 30px;
}
@media (max-width: 800px) {
  body.-global .p-projectstory-detail__timeline-L-list-item-txt {
    letter-spacing: 0.02em;
  }
}
body.-global .p-projectstory-detail__timeline-L-list-item-txt {
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.embed .p-projectstory-detail__timeline-L-list-item-img {
  width: 100%;
  height: auto;
  margin-top: 16px;
}
.embed .p-projectstory-detail__timeline-R {
  width: 50%;
  padding-left: 80px;
}
.embed .p-projectstory-detail__timeline-R-list-item {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 4px;
  padding: 32px;
  margin-top: 40px;
}
.embed .p-projectstory-detail__timeline-R-list-item:first-child {
  margin-top: 80px;
}
.embed .p-projectstory-detail__timeline-R-list-item-mt80 {
  margin-top: 80px;
}
.embed .p-projectstory-detail__timeline-R-list-item-mt120 {
  margin-top: 80px;
}
.embed .p-projectstory-detail__timeline-R-list-item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 80px;
  height: 1px;
  display: block;
  border: 1px dotted #c4c4c4;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.embed .p-projectstory-detail__timeline-R-list-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 67px);
  width: 27px;
  height: 27px;
  display: block;
  background: #f6f6f6
    url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/projectstory/actuator/bg_circle.svg)
    center center no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.embed .p-projectstory-detail__timeline-R-list-item-date {
  font-size: 16px;
}
.embed .p-projectstory-detail__timeline-R-list-item-ttl {
  font-size: 24px;
  color: #e4032e;
  line-height: 29px;
  margin-top: 12px;
}
body.-global .p-projectstory-detail__timeline-R-list-item-ttl {
  line-height: 1.4;
}
.embed .p-projectstory-detail__timeline-R-list-item-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #212121;
  margin-bottom: 34px;
  margin-bottom: 16px;
  margin-top: 12px;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__timeline-R-list-item-txt {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #212121;
    margin-bottom: 42px;
  }
}
@media (max-width: 390px) {
  .embed .p-projectstory-detail__timeline-R-list-item-txt {
    font-size: 4.1025641026vw;
    letter-spacing: 0.02em;
    line-height: 8.7179487179vw;
    margin-bottom: 10.7692307692vw;
  }
}
body.-global .p-projectstory-detail__timeline-R-list-item-txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 30px;
}
@media (max-width: 800px) {
  body.-global .p-projectstory-detail__timeline-R-list-item-txt {
    letter-spacing: 0.02em;
  }
}
body.-global .p-projectstory-detail__timeline-R-list-item-txt {
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.embed .p-projectstory-detail__timeline-R-list-item-txt-caption {
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin-top: 8px;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__timeline-R-list-item-txt-caption {
    font-size: 11px;
    line-height: 18px;
  }
}
.embed .p-projectstory-detail__timeline-R-list-item-txt-caption sup {
  margin-right: 4px;
}
.embed .p-projectstory-detail__timeline-R-list-item-img {
  width: 100%;
  height: auto;
  margin-top: 16px;
}
.embed .p-projectstory-detail__timeline-sp {
  width: 100%;
}
.embed .p-projectstory-detail__timeline-sp-list-item {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #f6f6f6;
  border-width: 5px 0 5px 0;
  padding: 32px;
  margin-top: 40px;
}
.embed .p-projectstory-detail__timeline-sp-list-item:first-child {
  margin-top: 0;
}
.embed .p-projectstory-detail__timeline-sp-list-item-date {
  font-size: 16px;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__timeline-sp-list-item-date {
    font-size: 14px;
  }
}
.embed .p-projectstory-detail__timeline-sp-list-item-ttl {
  font-size: 24px;
  color: #e4032e;
  line-height: 29px;
  margin-top: 12px;
}
body.-global .p-projectstory-detail__timeline-sp-list-item-ttl {
  line-height: 1.4;
}
.embed .p-projectstory-detail__timeline-sp-list-item-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #212121;
  margin-bottom: 34px;
  margin-top: 24px;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__timeline-sp-list-item-txt {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #212121;
    margin-bottom: 42px;
  }
}
@media (max-width: 390px) {
  .embed .p-projectstory-detail__timeline-sp-list-item-txt {
    font-size: 4.1025641026vw;
    letter-spacing: 0.02em;
    line-height: 8.7179487179vw;
    margin-bottom: 10.7692307692vw;
  }
}
body.-global .p-projectstory-detail__timeline-sp-list-item-txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 30px;
}
@media (max-width: 800px) {
  body.-global .p-projectstory-detail__timeline-sp-list-item-txt {
    letter-spacing: 0.02em;
  }
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__timeline-sp-list-item-txt {
    margin-top: 12px;
    margin-bottom: 0;
  }
}
body.-global .p-projectstory-detail__timeline-sp-list-item-txt {
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.embed .p-projectstory-detail__timeline-sp-list-item-img {
  width: 100%;
  height: auto;
  margin-top: 16px;
}
.embed .p-projectstory-detail__interview {
  padding-top: 120px;
}
@media (max-width: 800px) {
  .embed .p-projectstory-detail__interview {
    padding-top: 60px;
  }
}
.embed .p-projectstory-detail__interview .p-projectstory__inner {
  text-align: center;
}
.p-team.-interview .p-projectstory-detail__faq-img.p-team__faq-img {
  width: 100%;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-team.-interview .p-projectstory-detail__faq-img.p-team__faq-img img {
  max-width: 800px;
}
.embed .p-projectstory-detail__faq-img-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin: 0 auto;
}
.embed .p-projectstory-detail__faq-img-left {
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/projectstory/actuator/bg_project-story_01.png)
    0 0 no-repeat;
  background-size: 780px auto;
  background-position: calc(50% + 50vw) 0;
}
.embed
  .p-projectstory-detail__faq-img-left
  .p-projectstory-detail__faq-img-inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.embed .p-projectstory-detail__faq-img-right {
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/projectstory/actuator/bg_project-story_02.png)
    0 0 no-repeat;
  background-size: 780px auto;
  background-position: calc(50% - 50vw) 0;
}
.embed
  .p-projectstory-detail__faq-img-right
  .p-projectstory-detail__faq-img-inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.embed .p-team {
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 800px) {
  .embed .p-team {
    margin-bottom: 58px;
  }
}
.embed .p-team__inner {
  width: calc(100% - 100px - 100px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .embed .p-team__inner {
    width: calc(100% - 56px - 56px);
  }
}
@media (max-width: 800px) {
  .embed .p-team__inner {
    width: calc(100% - 20px - 20px);
  }
}
.embed .p-team__content {
  max-width: 960px;
  margin: 0 auto;
}
.embed .p-team__body {
  width: 50%;
}
@media (max-width: 800px) {
  .embed .p-team__body {
    width: calc(100% - 16px - 16px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 390px) {
  .embed .p-team__body {
    width: calc(100% - 4.1025641026vw * 2);
  }
}
.embed .p-team__ttl {
  margin-bottom: 48px;
}
@media (max-width: 800px) {
  .embed .p-team__ttl {
    margin-bottom: 40px;
  }
}
.embed .p-team__lead {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.07em;
  line-height: 47px;
  text-align: left;
  color: #212121;
  margin-bottom: 35px;
}
@media (max-width: 800px) {
  .embed .p-team__lead {
    font-size: 26px;
    line-height: 48px;
    margin-bottom: 45px;
  }
}
@media (max-width: 390px) {
  .embed .p-team__lead {
    font-size: 6.6666666667vw;
    line-height: 12.3076923077vw;
    margin-bottom: 11.5384615385vw;
  }
}
.embed .p-team__lead {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.embed .p-team__txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #212121;
  margin-bottom: 34px;
}
@media (max-width: 800px) {
  .embed .p-team__txt {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #212121;
    margin-bottom: 42px;
  }
}
@media (max-width: 390px) {
  .embed .p-team__txt {
    font-size: 4.1025641026vw;
    letter-spacing: 0.02em;
    line-height: 8.7179487179vw;
    margin-bottom: 10.7692307692vw;
  }
}
.embed .p-team__txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 30px;
}
@media (max-width: 800px) {
  .embed .p-team__txt {
    letter-spacing: 0.02em;
  }
}
@media (max-width: 800px) {
  .embed .p-team__txt {
    line-height: 2;
  }
}
.embed .p-team .pc-only {
  display: block;
}
@media (max-width: 800px) {
  .embed .p-team .pc-only {
    display: none;
  }
}
.embed .p-team.-kv {
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/team02/kv_pc.jpg);
  background-size: cover;
  background-position: center;
  max-width: 1650px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .embed .p-team.-kv {
    background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/team02/kv_sp.jpg);
    background-size: cover;
    background-position: top;
    margin-top: 56px;
    margin-bottom: 0;
  }
}
.embed .p-team.-kv.-team01 {
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/team01/kv_pc.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 800px) {
  .embed .p-team.-kv.-team01 {
    background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/team01/kv_sp.jpg);
    background-size: cover;
    background-position: top;
  }
}
.embed .p-team.-kv.-dx {
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/upload/dx/kv_pc.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 800px) {
  .embed .p-team.-kv.-dx {
    background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/upload/dx/kv_sp.jpg);
    background-size: cover;
    background-position: top;
  }
}
.embed .p-team.-kv .p-team__inner {
  height: 100vh;
  max-height: 890px;
  margin-bottom: 66px;
  position: relative;
}
@media (max-width: 800px) {
  .embed .p-team.-kv .p-team__inner {
    height: auto;
    max-height: 420px;
    margin-bottom: 0;
    padding-top: 78.4%;
  }
}
.embed .p-team.-kv .p-team__content {
  position: absolute;
  bottom: 7%;
  left: 0;
  max-width: 1200px;
}
@media (max-width: 800px) {
  .embed .p-team.-kv .p-team__content {
    display: none;
  }
}
.embed .p-team.-kv .p-team__lead {
  display: inline-block;
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: min(3vw, 21px);
  line-height: inherit;
  color: #fff;
  background-color: #e4032e;
  padding: 12px 18px;
  margin-bottom: 2%;
}
@media (max-width: 800px) {
  .embed .p-team.-kv .p-team__lead {
    font-size: 13px;
    margin-bottom: 24px;
  }
}
.embed .p-team.-kv .p-team__ttl {
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-size: min(3vw, 48px);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 0px 3px 99px #000;
  padding-bottom: 30px;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .embed .p-team.-kv .p-team__ttl {
    font-size: 24px;
    line-height: 38px;
    padding-bottom: 27px;
  }
}
.embed .p-team.-kv .p-team__ttl {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media (max-width: 800px) {
  .embed .p-team.-kv .p-team__ttl {
    font-weight: 600;
    letter-spacing: 0.02em;
  }
}
.embed .p-team.-kv .p-team__txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-size: min(3vw, 18px);
  letter-spacing: 0.04em;
  line-height: 24px;
  color: #fff;
  text-shadow: 0px 3px 99px #000;
  margin: 0;
}
@media (max-width: 800px) {
  .embed .p-team.-kv .p-team__txt {
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}
.embed .p-team.-kv .p-team__txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-size: min(3vw, 16px);
}
.embed .p-team.-kv-sp {
  display: none;
}
@media (max-width: 800px) {
  .embed .p-team.-kv-sp {
    display: block;
  }
}
.embed .p-team.-kv-sp .p-team__inner {
  position: relative;
}
.embed .p-team.-kv-sp .p-team__content {
  margin-top: 35px;
}
.embed .p-team.-kv-sp .p-team__lead {
  position: absolute;
  top: -50px;
  display: inline-block;
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: bold;
  font-style: italic;
  line-height: inherit;
  color: #fff;
  background-color: #e4032e;
  padding: 8px;
  font-size: 13px;
  margin-bottom: 0;
}
.embed .p-team.-kv-sp .p-team__ttl {
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 38px;
  padding-bottom: 12px;
}
.embed .p-team.-kv-sp .p-team__ttl {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.embed .p-team.-kv-sp .p-team__txt {
  font-size: 13px;
}
@media (max-width: 800px) {
  .embed .p-team.-kv-sp .p-team__txt {
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}
.embed .p-team.-work {
  background-color: #f9f9f9;
  margin-bottom: 0;
}
.embed .p-team.-work .p-team {
  margin-bottom: 110px;
}
.embed .p-team.-work .p-team__inner {
  padding-top: 60px;
  padding-bottom: 86px;
}
@media (max-width: 800px) {
  .embed .p-team.-work .p-team__inner {
    padding: 58px 0 48px;
  }
}
.embed .p-team.-work .p-team__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 800px) {
  .embed .p-team.-work .p-team__box-left {
    display: none;
  }
}
.embed .p-team.-work .p-team__box-right {
  margin-top: 30px;
  margin-left: 85px;
}
@media (max-width: 800px) {
  .embed .p-team.-work .p-team__box-right {
    margin-left: 0;
    margin-top: 0;
  }
}
.embed .p-team.-work .p-team__lead {
  font-size: 28px;
  color: #e4032e;
  font-weight: 500;
}
@media (max-width: 800px) {
  .embed .p-team.-work .p-team__lead {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}
@media (max-width: 800px) {
  .embed .p-team.-work .p-team__lead {
    line-height: 1.5;
    margin-bottom: 16px;
  }
}
.embed .p-team.-work .p-team__work-img img {
  width: 100%;
}
.embed .p-team.-work .p-team__work-below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 65px;
  line-height: 32px;
  gap: 30px;
}
@media (max-width: 800px) {
  .embed .p-team.-work .p-team__work-below {
    display: block;
    margin-top: 40px;
    line-height: 29px;
  }
}
.embed .p-team.-work .p-team__work-below-left {
  width: 21%;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 800px) {
  .embed .p-team.-work .p-team__work-below-left {
    width: 100%;
  }
}
.embed .p-team.-work .p-team__work-below-left {
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media (max-width: 800px) {
  .embed .p-team.-work .p-team__work-below-left {
    line-height: 1.6;
  }
}
.embed .p-team.-work .p-team__work-below-right {
  width: 79%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #212121;
  margin-bottom: 34px;
}
@media (max-width: 800px) {
  .embed .p-team.-work .p-team__work-below-right {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #212121;
    margin-bottom: 42px;
  }
}
@media (max-width: 390px) {
  .embed .p-team.-work .p-team__work-below-right {
    font-size: 4.1025641026vw;
    letter-spacing: 0.02em;
    line-height: 8.7179487179vw;
    margin-bottom: 10.7692307692vw;
  }
}
.embed .p-team.-work .p-team__work-below-right {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 30px;
}
@media (max-width: 800px) {
  .embed .p-team.-work .p-team__work-below-right {
    letter-spacing: 0.02em;
  }
}
@media (max-width: 800px) {
  .embed .p-team.-work .p-team__work-below-right {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.embed .p-team.-work .p-team__work-below-right {
  font-weight: 200;
  letter-spacing: 0.04em;
}
@media (max-width: 800px) {
  .embed .p-team.-work .p-team__work-below-right {
    margin-top: 16px;
  }
}
.embed .p-team.-interview {
  padding-top: 120px;
}
@media (max-width: 800px) {
  .embed .p-team.-interview {
    padding-top: 64px;
  }
}

.p-interview {
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 800px) {
  .p-interview {
    margin-bottom: 58px;
  }
}
.p-interview__inner {
  width: calc(100% - 100px - 100px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .p-interview__inner {
    width: calc(100% - 56px - 56px);
  }
}
@media (max-width: 800px) {
  .p-interview__inner {
    width: calc(100% - 20px - 20px);
  }
}
.p-interview__txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #212121;
  margin-bottom: 34px;
}
@media (max-width: 800px) {
  .p-interview__txt {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #212121;
    margin-bottom: 42px;
  }
}
@media (max-width: 390px) {
  .p-interview__txt {
    font-size: 4.1025641026vw;
    letter-spacing: 0.02em;
    line-height: 8.7179487179vw;
    margin-bottom: 10.7692307692vw;
  }
}
body.-global .p-interview__txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 30px;
}
@media (max-width: 800px) {
  body.-global .p-interview__txt {
    letter-spacing: 0.02em;
  }
}
.p-interview.-kv {
  width: 100vw;
  max-width: 1920px;
  margin: 72px auto 80px;
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/interview/kv_pc.jpg)
    no-repeat center/cover;
}
@media (max-width: 1200px) {
  .p-interview.-kv {
    aspect-ratio: 1360/600;
  }
}
@media (max-width: 1000px) {
  .p-interview.-kv {
    margin-top: 56px;
  }
}
@media (max-width: 800px) {
  .p-interview.-kv {
    aspect-ratio: 390/300;
    margin-bottom: 48px;
    background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/interview/kv_sp.jpg)
      no-repeat center/contain;
  }
}
.p-interview.-kv .p-interview__inner {
  height: 100vh;
  max-height: 890px;
  position: relative;
}
@media (max-width: 1200px) {
  .p-interview.-kv .p-interview__inner {
    height: 100%;
  }
}
.p-interview.-kv .p-interview__content {
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 800px) {
  .p-interview.-kv .p-interview__content {
    left: 10px;
  }
}
.p-interview.-kv .p-interview__ttl {
  margin-bottom: 26px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 400;
  font-size: 42px;
  letter-spacing: 0.1em;
  color: #212121;
}
@media (max-width: 800px) {
  .p-interview.-kv .p-interview__ttl {
    margin-bottom: 16px;
    font-size: 26px;
  }
}
body.-global .p-interview.-kv .p-interview__ttl {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 2.8px;
  line-height: 60px;
  color: #e4032e;
  line-height: 1;
  margin: 0;
}
@media (max-width: 800px) {
  body.-global .p-interview.-kv .p-interview__ttl {
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 1.82px;
  }
}
body.-global .p-interview.-kv .p-interview__ttl::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  margin-top: 23px;
  background: #e4032e;
}
@media (max-width: 800px) {
  body.-global .p-interview.-kv .p-interview__ttl::after {
    width: 12px;
    margin-top: 16px;
  }
}
@media (max-width: 800px) {
  body.-global .p-interview.-kv .p-interview__ttl {
    line-height: 1;
  }
}
.p-interview.-kv .p-interview__subttl {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #e4032e;
}
@media (max-width: 800px) {
  .p-interview.-kv .p-interview__subttl {
    font-size: 12px;
  }
}
.p-interview.-kv .p-interview__subttl::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  margin-top: 37px;
  background: #e4032e;
}
@media (max-width: 800px) {
  .p-interview.-kv .p-interview__subttl::after {
    margin-top: 24px;
    font-size: 12px;
  }
}
.p-interview.-main {
  margin-bottom: 120px;
}
@media (max-width: 800px) {
  .p-interview.-main {
    margin-bottom: 72px;
  }
}
.p-interview.-main .p-interview__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
  font-size: 24px;
  font-weight: 400;
}
body.-global .p-interview.-main .p-interview__ttl {
  letter-spacing: 0.04em;
}
.p-interview.-main .p-interview__ttl::before {
  content: "";
  margin-right: 15px;
  width: 52px;
  height: 1px;
  background: #e4032e;
}
.p-interview.-main .p-interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-interview.-main .p-interview__list-item a:hover .p-interview__list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.p-interview.-main .p-interview__list-img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.p-interview.-main .p-interview__list-img img {
  width: 100%;
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
}
.p-interview.-main .p-interview__list-label {
  display: inline-block;
  height: 30px;
  padding: 6px 12px;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  background: #e4032e;
  color: #fff;
}
body.-global .p-interview.-main .p-interview__list-label {
  height: auto;
}
.p-interview.-main .p-interview__list-ttl {
  margin-bottom: 12px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.04em;
}
@media (max-width: 800px) {
  .p-interview.-main .p-interview__list-ttl {
    letter-spacing: 0.02em;
  }
}
body.-global .p-interview.-main .p-interview__list-ttl {
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.p-interview.-main .p-interview__list-txt {
  font-size: 14px;
  line-height: 1.6;
}
body.-global .p-interview.-main .p-interview__list-txt {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 200;
}
.p-interview.-main .p-interview__list-tag span {
  display: inline-block;
  margin-right: 12px;
  color: #969696;
  font-size: 12px;
}
body.-global .p-interview.-main .p-interview__list-tag span {
  font-size: 11px;
  font-weight: 200;
}
.p-interview.-main .p-interview__list.-team,
.p-interview.-main .p-interview__list.-global {
  gap: 40px;
  margin-bottom: 66px;
}
.p-interview.-main .p-interview__list.-team .p-interview__list-item,
.p-interview.-main .p-interview__list.-global .p-interview__list-item {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 800px) {
  .p-interview.-main .p-interview__list.-team .p-interview__list-item,
  .p-interview.-main .p-interview__list.-global .p-interview__list-item {
    width: 100%;
  }
}
.p-interview.-main .p-interview__list.-team .p-interview__list-label,
.p-interview.-main .p-interview__list.-global .p-interview__list-label {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-size: 15px;
  font-style: italic;
}
.p-interview.-main .p-interview__list.-team .p-interview__list-ttl,
.p-interview.-main .p-interview__list.-global .p-interview__list-ttl {
  font-size: 20px;
}
@media (max-width: 800px) {
  .p-interview.-main .p-interview__list.-team .p-interview__list-ttl,
  .p-interview.-main .p-interview__list.-global .p-interview__list-ttl {
    font-size: 18px;
  }
}
body.-global .p-interview.-main .p-interview__list.-team .p-interview__list-ttl,
body.-global
  .p-interview.-main
  .p-interview__list.-global
  .p-interview__list-ttl {
  font-size: 18px;
}
.p-interview.-main .p-interview__list.-team {
  gap: 40px 35px;
}
.p-interview.-main .p-interview__list.-team .p-interview__list-item {
  width: calc((100% - 70px) / 3);
}
@media (max-width: 800px) {
  .p-interview.-main .p-interview__list.-team .p-interview__list-item {
    width: 100%;
  }
}
.p-interview.-main .p-interview__list.-engineer {
  gap: 41px 36px;
}
@media (max-width: 800px) {
  .p-interview.-main .p-interview__list.-engineer .p-interview__list-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px 0;
  }
  .p-interview.-main .p-interview__list.-engineer .p-interview__list-tag span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.p-interview.-main .p-interview__list.-engineer .p-interview__list-item {
  width: calc((100% - 108px) / 4);
}
@media (max-width: 800px) {
  .p-interview.-main .p-interview__list.-engineer .p-interview__list-item {
    width: 100%;
  }
}
.p-interview.-main .p-interview__list.-engineer .p-interview__list-label {
  font-size: 14px;
}
.p-interview.-main .p-interview__list.-engineer .p-interview__list-ttl {
  font-size: 18px;
}
body.-global
  .p-interview.-main
  .p-interview__list.-engineer
  .p-interview__list-ttl {
  font-size: 16px;
}
.embed .p-faq {
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 800px) {
  .embed .p-faq {
    margin-bottom: 58px;
  }
}
.embed .p-faq__inner {
  width: calc(100% - 100px - 100px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .embed .p-faq__inner {
    width: calc(100% - 56px - 56px);
  }
}
@media (max-width: 800px) {
  .embed .p-faq__inner {
    width: calc(100% - 20px - 20px);
  }
}
.embed .p-faq__body {
  width: 50%;
}
@media (max-width: 800px) {
  .embed .p-faq__body {
    width: calc(100% - 16px - 16px);
    margin-left: auto;
    margin-right: auto;
  }
}
.embed .p-faq__ttl {
  margin-bottom: 48px;
}
@media (max-width: 800px) {
  .embed .p-faq__ttl {
    margin-bottom: 40px;
  }
}
.embed .p-faq__ttl-h2-red {
  padding-top: 0;
}
.embed .p-faq__kv-subttl {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #e4032e;
  position: relative;
  display: block;
}
.embed .p-faq__kv-subttl::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  margin-top: 37px;
  background: #e4032e;
}
.embed .p-faq__lead {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.07em;
  line-height: 47px;
  text-align: left;
  color: #212121;
  margin-bottom: 35px;
}
@media (max-width: 800px) {
  .embed .p-faq__lead {
    font-size: 26px;
    line-height: 48px;
    margin-bottom: 45px;
  }
}
@media (max-width: 390px) {
  .embed .p-faq__lead {
    font-size: 6.6666666667vw;
    line-height: 12.3076923077vw;
    margin-bottom: 11.5384615385vw;
  }
}
.embed .p-faq__lead {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.embed .p-faq__txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #212121;
  margin-bottom: 34px;
}
@media (max-width: 800px) {
  .embed .p-faq__txt {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #212121;
    margin-bottom: 42px;
  }
}
@media (max-width: 390px) {
  .embed .p-faq__txt {
    font-size: 4.1025641026vw;
    letter-spacing: 0.02em;
    line-height: 8.7179487179vw;
    margin-bottom: 10.7692307692vw;
  }
}
.embed .p-faq__txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 30px;
}
@media (max-width: 800px) {
  .embed .p-faq__txt {
    letter-spacing: 0.02em;
  }
}
.embed .p-faq__btn {
  width: 187px;
}
@media (max-width: 800px) {
  .embed .p-faq__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.embed .p-faq__head {
  margin-bottom: 64px;
}
@media (max-width: 800px) {
  .embed .p-faq__head {
    margin-bottom: 48px;
  }
}
.embed .p-faq__list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dbdbdb;
}
.embed .p-faq__nav {
  cursor: pointer;
  padding-top: 24px;
  border-top: 1px solid #dbdbdb;
}
.p-faq__nav:hover .p-faq__nav-question {
  color: #e4032e;
}
@media (max-width: 800px) {
  .p-faq__nav:hover .p-faq__nav-question {
    color: #212121;
  }
}
.embed .p-faq__nav-ttl {
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #212121;
}
.embed .p-faq__nav-icon {
  color: #e4032e;
  font-style: italic;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  padding-left: 32px;
  vertical-align: top;
  font-family: Roboto Flex, Yu Gothic;
}
@media (max-width: 800px) {
  .embed .p-faq__nav-icon {
    padding-left: 0px;
    font-size: 26px;
  }
}
.embed .p-faq__nav-question {
  display: inline-block;
  font-size: 20px;
  padding: 5px 27px 5px;
  width: 80%;
  line-height: 28px;
  letter-spacing: 0.04em;
}
@media (max-width: 800px) {
  .embed .p-faq__nav-question {
    padding-left: 10px;
    padding-right: 0;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
    width: calc(100% - 24px - 10px - 30px);
  }
}
.embed .p-faq__nav-question:hover {
  color: #e4032e;
}
.embed .p-faq__nav-answer {
  display: inline-block;
  width: 80%;
  padding-left: 27px;
}
@media (max-width: 800px) {
  .embed .p-faq__nav-answer {
    padding-left: 10px;
    font-size: 15px;
    width: calc(100% - 24px - 10px - 30px);
  }
}
.embed .p-faq__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
  margin-top: 24px;
  margin-bottom: 9px;
}
.embed .p-faq__nav-item.-sub {
  margin-left: 16px;
}
.embed .p-faq__nav-acobtn {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 800px) {
  .embed .p-faq__nav-acobtn {
    -webkit-transform: none;
    transform: none;
    top: 3px;
    right: 0;
  }
}
.embed .p-faq__nav-acobtn-inner {
  position: relative;
  width: 24px;
  height: 24px;
}
.embed .p-faq__nav-acobtn-inner::before,
.embed .p-faq__nav-acobtn-inner::after {
  content: "";
  display: block;
  height: 1px;
  width: 24px;
  background-color: #e4032e;
  -webkit-transform-origin: left;
  transform-origin: left;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 800px) {
  .embed .p-faq__nav-acobtn-inner::before,
  .embed .p-faq__nav-acobtn-inner::after {
    top: 51%;
    width: 14px;
  }
}
.embed .p-faq__nav-acobtn-inner::before {
  -webkit-transform: rotate(90deg)
    translate(calc(-50% - 0.5px), calc(-50% + 0.5px));
  transform: rotate(90deg) translate(calc(-50% - 0.5px), calc(-50% + 0.5px));
}
.embed .p-faq__nav-acobtn.-active .p-faq__nav-acobtn-inner::before {
  -webkit-transform: translate(calc(-50% + 0.5px), calc(-50% - 0.5px));
  transform: translate(calc(-50% + 0.5px), calc(-50% - 0.5px));
}
.embed .p-faq__sub {
  font-weight: bold;
  line-height: 1.5;
  font-size: 13px;
}
.embed .p-faq__answer-item {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media (max-width: 800px) {
  .embed .p-faq__answer-item {
    letter-spacing: 0.02em;
  }
}
.embed .p-faq__table {
  width: 100%;
  border: 1px solid #d1d1d1;
}
.embed .p-faq__table th {
  border: 1px solid #d1d1d1;
  background-color: #f5f5f5;
  font-size: 12px;
  text-align: center;
  padding: 3.5px 0;
}
@media (max-width: 800px) {
  .embed .p-faq__table th {
    font-size: 10px;
  }
}
.embed .p-faq__table th:first-child {
  width: 40%;
}
@media (max-width: 800px) {
  .embed .p-faq__table th:first-child {
    width: 30%;
  }
}
.p-faq__table th:nth-child(2),
.p-faq__table th:nth-child(3),
.p-faq__table th:nth-child(4) {
  width: 20%;
}
@media (max-width: 800px) {
  .p-faq__table th:nth-child(2),
  .p-faq__table th:nth-child(3),
  .p-faq__table th:nth-child(4) {
    width: 23%;
  }
}
.embed .p-faq__table td {
  border: 1px solid #d1d1d1;
  font-size: 12px;
  text-align: center;
  vertical-align: inherit;
  font-weight: bold;
  padding: 3.5px 0;
}
@media (max-width: 800px) {
  .embed .p-faq__table td {
    font-size: 10px;
    vertical-align: middle;
    line-height: 1.5;
    padding: 3.5px 2px;
  }
}
.embed .p-faq__table td.-num {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #212121;
  margin-bottom: 34px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 800px) {
  .embed .p-faq__table td.-num {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #212121;
    margin-bottom: 42px;
  }
}
@media (max-width: 390px) {
  .embed .p-faq__table td.-num {
    font-size: 4.1025641026vw;
    letter-spacing: 0.02em;
    line-height: 8.7179487179vw;
    margin-bottom: 10.7692307692vw;
  }
}
.embed .p-faq__table td.-num {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 30px;
}
@media (max-width: 800px) {
  .embed .p-faq__table td.-num {
    letter-spacing: 0.02em;
  }
}
@media (max-width: 800px) {
  .embed .p-faq__table td.-num {
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    line-height: 1.5;
  }
}
.embed .p-faq__caution {
  font-size: 11px;
  text-align: right;
  width: 100%;
}
.embed .p-faq.-kv {
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/recruit/img_recruting_bg@2x.png)
    0% 0% no-repeat padding-box;
  background-size: 964px auto;
  background-position: top 92px left calc(50% + 300px);
  margin-bottom: 45px;
}
@media (max-width: 800px) {
  .embed .p-faq.-kv {
    background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/recruit/img_recruting_bg.png)
      0% 0% no-repeat padding-box;
    background-size: 440px auto;
    background-position: top 70px left calc(50% + 130px);
    margin-bottom: 0;
  }
}
.embed .p-faq.-kv-wrap {
  background: transparent -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#fff),
      to(#fafafa)
    ) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #fff 0%, #fafafa 100%) 0% 0%
    no-repeat padding-box;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .embed .p-faq.-kv-wrap {
    margin-bottom: 64px;
  }
}
.embed .p-faq.-kv .p-faq__inner {
  position: relative;
}
@media (max-width: 800px) {
  .embed .p-faq.-kv .p-faq__inner {
    max-height: none;
    height: auto;
  }
}
.embed .p-faq.-kv .p-faq__content {
  width: 100%;
  padding-top: 227px;
}
@media (max-width: 800px) {
  .embed .p-faq.-kv .p-faq__content {
    padding-top: 110px;
  }
}
.embed .p-faq.-kv .p-faq__lead {
  font-family: Roboto Flex, ”Open Sans”, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: inherit;
  text-align: left;
  color: #e4032e;
  text-shadow: 0px 3px 99px #000;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .embed .p-faq.-kv .p-faq__lead {
    font-size: 12px;
    margin-bottom: 24px;
  }
}
.embed .p-faq.-kv .p-faq__ttl {
  top: 229px;
  left: 109px;
  height: 46px;
  text-align: left;
  letter-spacing: 3.36px;
  color: #212121;
  opacity: 1;
  font-size: 42px;
  line-height: 74px;
  margin-bottom: 52px;
}
@media (max-width: 800px) {
  .embed .p-faq.-kv .p-faq__ttl {
    font-size: 32px;
    line-height: 52px;
    margin-bottom: 27px;
  }
}
.embed .p-faq.-kv .p-faq__txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 38px;
  text-align: left;
  color: #fff;
  text-shadow: 0px 3px 99px #000;
  margin: 0;
}
@media (max-width: 800px) {
  .embed .p-faq.-kv .p-faq__txt {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 26px;
  }
}
.embed .p-faq.-kv .p-faq__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  margin-top: 121px;
}
@media (max-width: 800px) {
  .embed .p-faq.-kv .p-faq__anchor {
    gap: 11px;
    margin-top: 62px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.embed .p-faq.-kv .p-faq__anchor-item {
  width: calc((100% - 19px * 4) / 4);
  height: 80px;
  background: #fff;
  border: 1px solid #e8e8e8;
}
@media (max-width: 800px) {
  .embed .p-faq.-kv .p-faq__anchor-item {
    height: 64px;
    width: 48%;
  }
}
.embed .p-faq.-kv .p-faq__anchor-item:hover {
  opacity: 0.8;
}
.embed .p-faq.-kv .p-faq__anchor-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 32px;
}
@media (max-width: 800px) {
  .embed .p-faq.-kv .p-faq__anchor-item-link {
    font-size: 13px;
    line-height: 16px;
    padding: 0 8%;
  }
}
.embed .p-faq.-kv .p-faq__anchor-item-link-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.embed .p-faq.-kv .p-faq__anchor-item-link-left-text {
  font-size: 16px;
  font-weight: bold;
  color: #5c5c5c;
  margin-left: 11px;
}
.embed .p-faq.-kv .p-faq__anchor-item-link-left-arrow {
  width: 18px;
  height: auto;
}
@media (max-width: 800px) {
  .embed .p-faq.-kv .p-faq__anchor-item-link-left-arrow {
    margin-right: 12px;
  }
}
.embed .p-faq.-content {
  margin-bottom: 120px;
}
@media (max-width: 800px) {
  .embed .p-faq.-content {
    margin-bottom: 112px;
  }
}
.embed .p-overseas {
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 800px) {
  .embed .p-overseas {
    margin-bottom: 58px;
  }
}
.embed .p-overseas__inner {
  width: calc(100% - 100px - 100px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .embed .p-overseas__inner {
    width: calc(100% - 56px - 56px);
  }
}
@media (max-width: 800px) {
  .embed .p-overseas__inner {
    width: calc(100% - 20px - 20px);
  }
}
.embed .p-overseas__txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #212121;
  margin-bottom: 34px;
}
@media (max-width: 800px) {
  .embed .p-overseas__txt {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #212121;
    margin-bottom: 42px;
  }
}
@media (max-width: 390px) {
  .embed .p-overseas__txt {
    font-size: 4.1025641026vw;
    letter-spacing: 0.02em;
    line-height: 8.7179487179vw;
    margin-bottom: 10.7692307692vw;
  }
}
.embed .p-overseas__txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 30px;
}
@media (max-width: 800px) {
  .embed .p-overseas__txt {
    letter-spacing: 0.02em;
  }
}
@media (max-width: 800px) {
  .embed .p-overseas__txt {
    margin-bottom: 7.1794871795vw;
  }
}
.embed .p-overseas.-ttlarea {
  margin: 230px 0 90px;
}
@media (max-width: 1000px) {
  .embed .p-overseas.-ttlarea {
    margin: 111px 0 48px;
  }
}
@media (max-width: 800px) {
  .embed .p-overseas.-ttlarea .p-overseas__content {
    margin: 0 10px;
  }
}
.embed .p-overseas.-ttlarea .p-overseas__ttl {
  margin-bottom: 21px;
  font-weight: 400;
  font-size: 42px;
  letter-spacing: 0.06em;
  color: #212121;
}
@media (max-width: 800px) {
  .embed .p-overseas.-ttlarea .p-overseas__ttl {
    margin-bottom: 10px;
    font-size: 26px;
  }
}
.embed .p-overseas.-ttlarea .p-overseas__subttl {
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  color: #e4032e;
  line-height: 1.66;
  letter-spacing: 0.08em;
}
@media (max-width: 800px) {
  .embed .p-overseas.-ttlarea .p-overseas__subttl {
    font-size: 12px;
  }
}
.embed .p-overseas.-ttlarea .p-overseas__subttl::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  margin-top: 37px;
  background: #e4032e;
}
@media (max-width: 800px) {
  .embed .p-overseas.-ttlarea .p-overseas__subttl::after {
    margin-top: 24px;
    font-size: 12px;
  }
}
.embed .p-overseas.-bg {
  background: url(/content/dam/nsk/jp/ja/company/career/mid-career/assets/img/overseas/bg_global-interview.svg)
    no-repeat top left;
  background-position: top left;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .embed .p-overseas.-bg {
    background-position: top 74vw right;
    background-size: 22%;
  }
}
.embed .p-overseas.-article {
  margin-bottom: 120px;
}
@media (max-width: 800px) {
  .embed .p-overseas.-article {
    margin-bottom: 80px;
  }
}
.embed .p-overseas.-article .p-overseas__content {
  max-width: 960px;
  margin: 0 auto;
}
.embed .p-overseas.-article .p-overseas__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 65px;
}
@media (max-width: 1200px) {
  .embed .p-overseas.-article .p-overseas__head {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 800px) {
  .embed .p-overseas.-article .p-overseas__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
@media (max-width: 800px) {
  .embed .p-overseas.-article .p-overseas__head-detail {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}
.embed .p-overseas.-article .p-overseas__label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 16px;
  background: #e4032e;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.07em;
}
@media (max-width: 800px) {
  .embed .p-overseas.-article .p-overseas__label {
    margin-bottom: 12px;
    padding: 4px 8px;
    font-weight: normal;
    font-size: 13px;
  }
}
.embed .p-overseas.-article .p-overseas__ttl {
  margin-bottom: 16px;
  font-size: 24px;
  font-style: italic;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 800px) {
  .embed .p-overseas.-article .p-overseas__ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.embed .p-overseas.-article .p-overseas__name {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 800px) {
  .embed .p-overseas.-article .p-overseas__name {
    text-align: left;
  }
}
.embed .p-overseas.-article .p-overseas__name::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  margin-bottom: 24px;
  background: #e4032e;
}
.embed .p-overseas.-article .p-overseas__position {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
}
@media (max-width: 800px) {
  .embed .p-overseas.-article .p-overseas__position {
    text-align: left;
    font-size: 13px;
  }
}
.embed .p-overseas.-article .p-overseas__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50%;
  height: 100%;
  margin-left: 32px;
}
@media (max-width: 800px) {
  .embed .p-overseas.-article .p-overseas__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-left: 0;
    margin-bottom: 32px;
  }
}
.embed .p-overseas.-article .p-overseas__attention {
  margin-top: 56px;
  color: #333;
  font-size: 12px;
  text-align: right;
  font-weight: 200;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (max-width: 800px) {
  .embed .p-overseas.-article .p-overseas__attention {
    margin-top: 0;
    text-align: left;
  }
}
.embed .p-overseas.-other {
  margin-bottom: 120px;
}
@media (max-width: 800px) {
  .embed .p-overseas.-other {
    margin-bottom: 80px;
  }
}
.embed .p-overseas.-other .p-overseas__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  font-size: 24px;
  letter-spacing: 0.04em;
}
@media (max-width: 800px) {
  .embed .p-overseas.-other .p-overseas__ttl {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.embed .p-overseas.-other .p-overseas__ttl {
  letter-spacing: 0.06em;
}
.embed .p-overseas.-other .p-overseas__ttl::before,
.embed .p-overseas.-other .p-overseas__ttl::after {
  content: "";
  display: block;
  width: calc(50% - 123px);
  height: 1px;
  background: #e8e8e8;
}
@media (max-width: 800px) {
  .embed .p-overseas.-other .p-overseas__ttl::before,
  .embed .p-overseas.-other .p-overseas__ttl::after {
    width: calc(50% - 79px);
  }
}
.embed .p-overseas.-other .p-overseas__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 576px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .embed .p-overseas.-other .p-overseas__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-overseas.-other .p-overseas__content:hover .p-overseas__txt {
  color: #e4032e;
}
.p-overseas.-other .p-overseas__content:hover .p-overseas__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.embed .p-overseas.-other .p-overseas__img {
  width: 225px;
  height: 128px;
  margin-right: 29px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px;
}
@media (max-width: 800px) {
  .embed .p-overseas.-other .p-overseas__img {
    width: 100%;
    margin-right: 0;
  }
}
.embed .p-overseas.-other .p-overseas__img img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.embed .p-overseas.-other .p-overseas__detail {
  margin-top: -15px;
}
.embed .p-overseas.-other .p-overseas__label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 16px;
  background: #e4032e;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.07em;
}
@media (max-width: 800px) {
  .embed .p-overseas.-other .p-overseas__label {
    font-size: 13px;
  }
}
.embed .p-overseas.-other .p-overseas__txt {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/**
* utility
* ========================== */
/*====================================================

utility

====================================================*/
/**
* レスポンシブ
* ========================== */
.embed .u-only-md {
  display: none;
}
@media (max-width: 1000px) {
  .embed .u-only-md {
    display: block;
  }
}
.embed .u-only-sp {
  display: none;
}
@media (max-width: 800px) {
  .embed .u-only-sp {
    display: block;
  }
}
@media (max-width: 1000px) {
  .embed .u-only-pc {
    display: none;
  }
}
@media (max-width: 800px) {
  .embed .u-only-pc-md {
    display: none;
  }
}
/**
* width
* ========================== */
.embed .u-width-1p:not(:root) {
  width: 1% !important;
}
.embed .u-width-2p:not(:root) {
  width: 2% !important;
}
.embed .u-width-3p:not(:root) {
  width: 3% !important;
}
.embed .u-width-4p:not(:root) {
  width: 4% !important;
}
.embed .u-width-5p:not(:root) {
  width: 5% !important;
}
.embed .u-width-6p:not(:root) {
  width: 6% !important;
}
.embed .u-width-7p:not(:root) {
  width: 7% !important;
}
.embed .u-width-8p:not(:root) {
  width: 8% !important;
}
.embed .u-width-9p:not(:root) {
  width: 9% !important;
}
.embed .u-width-10p:not(:root) {
  width: 10% !important;
}
.embed .u-width-11p:not(:root) {
  width: 11% !important;
}
.embed .u-width-12p:not(:root) {
  width: 12% !important;
}
.embed .u-width-13p:not(:root) {
  width: 13% !important;
}
.embed .u-width-14p:not(:root) {
  width: 14% !important;
}
.embed .u-width-15p:not(:root) {
  width: 15% !important;
}
.embed .u-width-16p:not(:root) {
  width: 16% !important;
}
.embed .u-width-17p:not(:root) {
  width: 17% !important;
}
.embed .u-width-18p:not(:root) {
  width: 18% !important;
}
.embed .u-width-19p:not(:root) {
  width: 19% !important;
}
.embed .u-width-20p:not(:root) {
  width: 20% !important;
}
.embed .u-width-21p:not(:root) {
  width: 21% !important;
}
.embed .u-width-22p:not(:root) {
  width: 22% !important;
}
.embed .u-width-23p:not(:root) {
  width: 23% !important;
}
.embed .u-width-24p:not(:root) {
  width: 24% !important;
}
.embed .u-width-25p:not(:root) {
  width: 25% !important;
}
.embed .u-width-26p:not(:root) {
  width: 26% !important;
}
.embed .u-width-27p:not(:root) {
  width: 27% !important;
}
.embed .u-width-28p:not(:root) {
  width: 28% !important;
}
.embed .u-width-29p:not(:root) {
  width: 29% !important;
}
.embed .u-width-30p:not(:root) {
  width: 30% !important;
}
.embed .u-width-31p:not(:root) {
  width: 31% !important;
}
.embed .u-width-32p:not(:root) {
  width: 32% !important;
}
.embed .u-width-33p:not(:root) {
  width: 33% !important;
}
.embed .u-width-34p:not(:root) {
  width: 34% !important;
}
.embed .u-width-35p:not(:root) {
  width: 35% !important;
}
.embed .u-width-36p:not(:root) {
  width: 36% !important;
}
.embed .u-width-37p:not(:root) {
  width: 37% !important;
}
.embed .u-width-38p:not(:root) {
  width: 38% !important;
}
.embed .u-width-39p:not(:root) {
  width: 39% !important;
}
.embed .u-width-40p:not(:root) {
  width: 40% !important;
}
.embed .u-width-41p:not(:root) {
  width: 41% !important;
}
.embed .u-width-42p:not(:root) {
  width: 42% !important;
}
.embed .u-width-43p:not(:root) {
  width: 43% !important;
}
.embed .u-width-44p:not(:root) {
  width: 44% !important;
}
.embed .u-width-45p:not(:root) {
  width: 45% !important;
}
.embed .u-width-46p:not(:root) {
  width: 46% !important;
}
.embed .u-width-47p:not(:root) {
  width: 47% !important;
}
.embed .u-width-48p:not(:root) {
  width: 48% !important;
}
.embed .u-width-49p:not(:root) {
  width: 49% !important;
}
.embed .u-width-50p:not(:root) {
  width: 50% !important;
}
.embed .u-width-51p:not(:root) {
  width: 51% !important;
}
.embed .u-width-52p:not(:root) {
  width: 52% !important;
}
.embed .u-width-53p:not(:root) {
  width: 53% !important;
}
.embed .u-width-54p:not(:root) {
  width: 54% !important;
}
.embed .u-width-55p:not(:root) {
  width: 55% !important;
}
.embed .u-width-56p:not(:root) {
  width: 56% !important;
}
.embed .u-width-57p:not(:root) {
  width: 57% !important;
}
.embed .u-width-58p:not(:root) {
  width: 58% !important;
}
.embed .u-width-59p:not(:root) {
  width: 59% !important;
}
.embed .u-width-60p:not(:root) {
  width: 60% !important;
}
.embed .u-width-61p:not(:root) {
  width: 61% !important;
}
.embed .u-width-62p:not(:root) {
  width: 62% !important;
}
.embed .u-width-63p:not(:root) {
  width: 63% !important;
}
.embed .u-width-64p:not(:root) {
  width: 64% !important;
}
.embed .u-width-65p:not(:root) {
  width: 65% !important;
}
.embed .u-width-66p:not(:root) {
  width: 66% !important;
}
.embed .u-width-67p:not(:root) {
  width: 67% !important;
}
.embed .u-width-68p:not(:root) {
  width: 68% !important;
}
.embed .u-width-69p:not(:root) {
  width: 69% !important;
}
.embed .u-width-70p:not(:root) {
  width: 70% !important;
}
.embed .u-width-71p:not(:root) {
  width: 71% !important;
}
.embed .u-width-72p:not(:root) {
  width: 72% !important;
}
.embed .u-width-73p:not(:root) {
  width: 73% !important;
}
.embed .u-width-74p:not(:root) {
  width: 74% !important;
}
.embed .u-width-75p:not(:root) {
  width: 75% !important;
}
.embed .u-width-76p:not(:root) {
  width: 76% !important;
}
.embed .u-width-77p:not(:root) {
  width: 77% !important;
}
.embed .u-width-78p:not(:root) {
  width: 78% !important;
}
.embed .u-width-79p:not(:root) {
  width: 79% !important;
}
.embed .u-width-80p:not(:root) {
  width: 80% !important;
}
.embed .u-width-81p:not(:root) {
  width: 81% !important;
}
.embed .u-width-82p:not(:root) {
  width: 82% !important;
}
.embed .u-width-83p:not(:root) {
  width: 83% !important;
}
.embed .u-width-84p:not(:root) {
  width: 84% !important;
}
.embed .u-width-85p:not(:root) {
  width: 85% !important;
}
.embed .u-width-86p:not(:root) {
  width: 86% !important;
}
.embed .u-width-87p:not(:root) {
  width: 87% !important;
}
.embed .u-width-88p:not(:root) {
  width: 88% !important;
}
.embed .u-width-89p:not(:root) {
  width: 89% !important;
}
.embed .u-width-90p:not(:root) {
  width: 90% !important;
}
.embed .u-width-91p:not(:root) {
  width: 91% !important;
}
.embed .u-width-92p:not(:root) {
  width: 92% !important;
}
.embed .u-width-93p:not(:root) {
  width: 93% !important;
}
.embed .u-width-94p:not(:root) {
  width: 94% !important;
}
.embed .u-width-95p:not(:root) {
  width: 95% !important;
}
.embed .u-width-96p:not(:root) {
  width: 96% !important;
}
.embed .u-width-97p:not(:root) {
  width: 97% !important;
}
.embed .u-width-98p:not(:root) {
  width: 98% !important;
}
.embed .u-width-99p:not(:root) {
  width: 99% !important;
}
.embed .u-width-100p:not(:root) {
  width: 100% !important;
}
.embed .u-maxWidth-1[class] {
  max-width: 1px;
}
.embed .u-maxWidth-2[class] {
  max-width: 2px;
}
.embed .u-maxWidth-3[class] {
  max-width: 3px;
}
.embed .u-maxWidth-4[class] {
  max-width: 4px;
}
.embed .u-maxWidth-5[class] {
  max-width: 5px;
}
.embed .u-maxWidth-6[class] {
  max-width: 6px;
}
.embed .u-maxWidth-7[class] {
  max-width: 7px;
}
.embed .u-maxWidth-8[class] {
  max-width: 8px;
}
.embed .u-maxWidth-9[class] {
  max-width: 9px;
}
.embed .u-maxWidth-10[class] {
  max-width: 10px;
}
.embed .u-maxWidth-11[class] {
  max-width: 11px;
}
.embed .u-maxWidth-12[class] {
  max-width: 12px;
}
.embed .u-maxWidth-13[class] {
  max-width: 13px;
}
.embed .u-maxWidth-14[class] {
  max-width: 14px;
}
.embed .u-maxWidth-15[class] {
  max-width: 15px;
}
.embed .u-maxWidth-16[class] {
  max-width: 16px;
}
.embed .u-maxWidth-17[class] {
  max-width: 17px;
}
.embed .u-maxWidth-18[class] {
  max-width: 18px;
}
.embed .u-maxWidth-19[class] {
  max-width: 19px;
}
.embed .u-maxWidth-20[class] {
  max-width: 20px;
}
.embed .u-maxWidth-21[class] {
  max-width: 21px;
}
.embed .u-maxWidth-22[class] {
  max-width: 22px;
}
.embed .u-maxWidth-23[class] {
  max-width: 23px;
}
.embed .u-maxWidth-24[class] {
  max-width: 24px;
}
.embed .u-maxWidth-25[class] {
  max-width: 25px;
}
.embed .u-maxWidth-26[class] {
  max-width: 26px;
}
.embed .u-maxWidth-27[class] {
  max-width: 27px;
}
.embed .u-maxWidth-28[class] {
  max-width: 28px;
}
.embed .u-maxWidth-29[class] {
  max-width: 29px;
}
.embed .u-maxWidth-30[class] {
  max-width: 30px;
}
.embed .u-maxWidth-31[class] {
  max-width: 31px;
}
.embed .u-maxWidth-32[class] {
  max-width: 32px;
}
.embed .u-maxWidth-33[class] {
  max-width: 33px;
}
.embed .u-maxWidth-34[class] {
  max-width: 34px;
}
.embed .u-maxWidth-35[class] {
  max-width: 35px;
}
.embed .u-maxWidth-36[class] {
  max-width: 36px;
}
.embed .u-maxWidth-37[class] {
  max-width: 37px;
}
.embed .u-maxWidth-38[class] {
  max-width: 38px;
}
.embed .u-maxWidth-39[class] {
  max-width: 39px;
}
.embed .u-maxWidth-40[class] {
  max-width: 40px;
}
.embed .u-maxWidth-41[class] {
  max-width: 41px;
}
.embed .u-maxWidth-42[class] {
  max-width: 42px;
}
.embed .u-maxWidth-43[class] {
  max-width: 43px;
}
.embed .u-maxWidth-44[class] {
  max-width: 44px;
}
.embed .u-maxWidth-45[class] {
  max-width: 45px;
}
.embed .u-maxWidth-46[class] {
  max-width: 46px;
}
.embed .u-maxWidth-47[class] {
  max-width: 47px;
}
.embed .u-maxWidth-48[class] {
  max-width: 48px;
}
.embed .u-maxWidth-49[class] {
  max-width: 49px;
}
.embed .u-maxWidth-50[class] {
  max-width: 50px;
}
.embed .u-maxWidth-51[class] {
  max-width: 51px;
}
.embed .u-maxWidth-52[class] {
  max-width: 52px;
}
.embed .u-maxWidth-53[class] {
  max-width: 53px;
}
.embed .u-maxWidth-54[class] {
  max-width: 54px;
}
.embed .u-maxWidth-55[class] {
  max-width: 55px;
}
.embed .u-maxWidth-56[class] {
  max-width: 56px;
}
.embed .u-maxWidth-57[class] {
  max-width: 57px;
}
.embed .u-maxWidth-58[class] {
  max-width: 58px;
}
.embed .u-maxWidth-59[class] {
  max-width: 59px;
}
.embed .u-maxWidth-60[class] {
  max-width: 60px;
}
.embed .u-maxWidth-61[class] {
  max-width: 61px;
}
.embed .u-maxWidth-62[class] {
  max-width: 62px;
}
.embed .u-maxWidth-63[class] {
  max-width: 63px;
}
.embed .u-maxWidth-64[class] {
  max-width: 64px;
}
.embed .u-maxWidth-65[class] {
  max-width: 65px;
}
.embed .u-maxWidth-66[class] {
  max-width: 66px;
}
.embed .u-maxWidth-67[class] {
  max-width: 67px;
}
.embed .u-maxWidth-68[class] {
  max-width: 68px;
}
.embed .u-maxWidth-69[class] {
  max-width: 69px;
}
.embed .u-maxWidth-70[class] {
  max-width: 70px;
}
.embed .u-maxWidth-71[class] {
  max-width: 71px;
}
.embed .u-maxWidth-72[class] {
  max-width: 72px;
}
.embed .u-maxWidth-73[class] {
  max-width: 73px;
}
.embed .u-maxWidth-74[class] {
  max-width: 74px;
}
.embed .u-maxWidth-75[class] {
  max-width: 75px;
}
.embed .u-maxWidth-76[class] {
  max-width: 76px;
}
.embed .u-maxWidth-77[class] {
  max-width: 77px;
}
.embed .u-maxWidth-78[class] {
  max-width: 78px;
}
.embed .u-maxWidth-79[class] {
  max-width: 79px;
}
.embed .u-maxWidth-80[class] {
  max-width: 80px;
}
.embed .u-maxWidth-81[class] {
  max-width: 81px;
}
.embed .u-maxWidth-82[class] {
  max-width: 82px;
}
.embed .u-maxWidth-83[class] {
  max-width: 83px;
}
.embed .u-maxWidth-84[class] {
  max-width: 84px;
}
.embed .u-maxWidth-85[class] {
  max-width: 85px;
}
.embed .u-maxWidth-86[class] {
  max-width: 86px;
}
.embed .u-maxWidth-87[class] {
  max-width: 87px;
}
.embed .u-maxWidth-88[class] {
  max-width: 88px;
}
.embed .u-maxWidth-89[class] {
  max-width: 89px;
}
.embed .u-maxWidth-90[class] {
  max-width: 90px;
}
.embed .u-maxWidth-91[class] {
  max-width: 91px;
}
.embed .u-maxWidth-92[class] {
  max-width: 92px;
}
.embed .u-maxWidth-93[class] {
  max-width: 93px;
}
.embed .u-maxWidth-94[class] {
  max-width: 94px;
}
.embed .u-maxWidth-95[class] {
  max-width: 95px;
}
.embed .u-maxWidth-96[class] {
  max-width: 96px;
}
.embed .u-maxWidth-97[class] {
  max-width: 97px;
}
.embed .u-maxWidth-98[class] {
  max-width: 98px;
}
.embed .u-maxWidth-99[class] {
  max-width: 99px;
}
.embed .u-maxWidth-100[class] {
  max-width: 100px;
}
.embed .u-maxWidth-101[class] {
  max-width: 101px;
}
.embed .u-maxWidth-102[class] {
  max-width: 102px;
}
.embed .u-maxWidth-103[class] {
  max-width: 103px;
}
.embed .u-maxWidth-104[class] {
  max-width: 104px;
}
.embed .u-maxWidth-105[class] {
  max-width: 105px;
}
.embed .u-maxWidth-106[class] {
  max-width: 106px;
}
.embed .u-maxWidth-107[class] {
  max-width: 107px;
}
.embed .u-maxWidth-108[class] {
  max-width: 108px;
}
.embed .u-maxWidth-109[class] {
  max-width: 109px;
}
.embed .u-maxWidth-110[class] {
  max-width: 110px;
}
.embed .u-maxWidth-111[class] {
  max-width: 111px;
}
.embed .u-maxWidth-112[class] {
  max-width: 112px;
}
.embed .u-maxWidth-113[class] {
  max-width: 113px;
}
.embed .u-maxWidth-114[class] {
  max-width: 114px;
}
.embed .u-maxWidth-115[class] {
  max-width: 115px;
}
.embed .u-maxWidth-116[class] {
  max-width: 116px;
}
.embed .u-maxWidth-117[class] {
  max-width: 117px;
}
.embed .u-maxWidth-118[class] {
  max-width: 118px;
}
.embed .u-maxWidth-119[class] {
  max-width: 119px;
}
.embed .u-maxWidth-120[class] {
  max-width: 120px;
}
.embed .u-maxWidth-121[class] {
  max-width: 121px;
}
.embed .u-maxWidth-122[class] {
  max-width: 122px;
}
.embed .u-maxWidth-123[class] {
  max-width: 123px;
}
.embed .u-maxWidth-124[class] {
  max-width: 124px;
}
.embed .u-maxWidth-125[class] {
  max-width: 125px;
}
.embed .u-maxWidth-126[class] {
  max-width: 126px;
}
.embed .u-maxWidth-127[class] {
  max-width: 127px;
}
.embed .u-maxWidth-128[class] {
  max-width: 128px;
}
.embed .u-maxWidth-129[class] {
  max-width: 129px;
}
.embed .u-maxWidth-130[class] {
  max-width: 130px;
}
.embed .u-maxWidth-131[class] {
  max-width: 131px;
}
.embed .u-maxWidth-132[class] {
  max-width: 132px;
}
.embed .u-maxWidth-133[class] {
  max-width: 133px;
}
.embed .u-maxWidth-134[class] {
  max-width: 134px;
}
.embed .u-maxWidth-135[class] {
  max-width: 135px;
}
.embed .u-maxWidth-136[class] {
  max-width: 136px;
}
.embed .u-maxWidth-137[class] {
  max-width: 137px;
}
.embed .u-maxWidth-138[class] {
  max-width: 138px;
}
.embed .u-maxWidth-139[class] {
  max-width: 139px;
}
.embed .u-maxWidth-140[class] {
  max-width: 140px;
}
.embed .u-maxWidth-141[class] {
  max-width: 141px;
}
.embed .u-maxWidth-142[class] {
  max-width: 142px;
}
.embed .u-maxWidth-143[class] {
  max-width: 143px;
}
.embed .u-maxWidth-144[class] {
  max-width: 144px;
}
.embed .u-maxWidth-145[class] {
  max-width: 145px;
}
.embed .u-maxWidth-146[class] {
  max-width: 146px;
}
.embed .u-maxWidth-147[class] {
  max-width: 147px;
}
.embed .u-maxWidth-148[class] {
  max-width: 148px;
}
.embed .u-maxWidth-149[class] {
  max-width: 149px;
}
.embed .u-maxWidth-150[class] {
  max-width: 150px;
}
.embed .u-maxWidth-151[class] {
  max-width: 151px;
}
.embed .u-maxWidth-152[class] {
  max-width: 152px;
}
.embed .u-maxWidth-153[class] {
  max-width: 153px;
}
.embed .u-maxWidth-154[class] {
  max-width: 154px;
}
.embed .u-maxWidth-155[class] {
  max-width: 155px;
}
.embed .u-maxWidth-156[class] {
  max-width: 156px;
}
.embed .u-maxWidth-157[class] {
  max-width: 157px;
}
.embed .u-maxWidth-158[class] {
  max-width: 158px;
}
.embed .u-maxWidth-159[class] {
  max-width: 159px;
}
.embed .u-maxWidth-160[class] {
  max-width: 160px;
}
.embed .u-maxWidth-161[class] {
  max-width: 161px;
}
.embed .u-maxWidth-162[class] {
  max-width: 162px;
}
.embed .u-maxWidth-163[class] {
  max-width: 163px;
}
.embed .u-maxWidth-164[class] {
  max-width: 164px;
}
.embed .u-maxWidth-165[class] {
  max-width: 165px;
}
.embed .u-maxWidth-166[class] {
  max-width: 166px;
}
.embed .u-maxWidth-167[class] {
  max-width: 167px;
}
.embed .u-maxWidth-168[class] {
  max-width: 168px;
}
.embed .u-maxWidth-169[class] {
  max-width: 169px;
}
.embed .u-maxWidth-170[class] {
  max-width: 170px;
}
.embed .u-maxWidth-171[class] {
  max-width: 171px;
}
.embed .u-maxWidth-172[class] {
  max-width: 172px;
}
.embed .u-maxWidth-173[class] {
  max-width: 173px;
}
.embed .u-maxWidth-174[class] {
  max-width: 174px;
}
.embed .u-maxWidth-175[class] {
  max-width: 175px;
}
.embed .u-maxWidth-176[class] {
  max-width: 176px;
}
.embed .u-maxWidth-177[class] {
  max-width: 177px;
}
.embed .u-maxWidth-178[class] {
  max-width: 178px;
}
.embed .u-maxWidth-179[class] {
  max-width: 179px;
}
.embed .u-maxWidth-180[class] {
  max-width: 180px;
}
.embed .u-maxWidth-181[class] {
  max-width: 181px;
}
.embed .u-maxWidth-182[class] {
  max-width: 182px;
}
.embed .u-maxWidth-183[class] {
  max-width: 183px;
}
.embed .u-maxWidth-184[class] {
  max-width: 184px;
}
.embed .u-maxWidth-185[class] {
  max-width: 185px;
}
.embed .u-maxWidth-186[class] {
  max-width: 186px;
}
.embed .u-maxWidth-187[class] {
  max-width: 187px;
}
.embed .u-maxWidth-188[class] {
  max-width: 188px;
}
.embed .u-maxWidth-189[class] {
  max-width: 189px;
}
.embed .u-maxWidth-190[class] {
  max-width: 190px;
}
.embed .u-maxWidth-191[class] {
  max-width: 191px;
}
.embed .u-maxWidth-192[class] {
  max-width: 192px;
}
.embed .u-maxWidth-193[class] {
  max-width: 193px;
}
.embed .u-maxWidth-194[class] {
  max-width: 194px;
}
.embed .u-maxWidth-195[class] {
  max-width: 195px;
}
.embed .u-maxWidth-196[class] {
  max-width: 196px;
}
.embed .u-maxWidth-197[class] {
  max-width: 197px;
}
.embed .u-maxWidth-198[class] {
  max-width: 198px;
}
.embed .u-maxWidth-199[class] {
  max-width: 199px;
}
.embed .u-maxWidth-200[class] {
  max-width: 200px;
}
.embed .u-maxWidth-201[class] {
  max-width: 201px;
}
.embed .u-maxWidth-202[class] {
  max-width: 202px;
}
.embed .u-maxWidth-203[class] {
  max-width: 203px;
}
.embed .u-maxWidth-204[class] {
  max-width: 204px;
}
.embed .u-maxWidth-205[class] {
  max-width: 205px;
}
.embed .u-maxWidth-206[class] {
  max-width: 206px;
}
.embed .u-maxWidth-207[class] {
  max-width: 207px;
}
.embed .u-maxWidth-208[class] {
  max-width: 208px;
}
.embed .u-maxWidth-209[class] {
  max-width: 209px;
}
.embed .u-maxWidth-210[class] {
  max-width: 210px;
}
.embed .u-maxWidth-211[class] {
  max-width: 211px;
}
.embed .u-maxWidth-212[class] {
  max-width: 212px;
}
.embed .u-maxWidth-213[class] {
  max-width: 213px;
}
.embed .u-maxWidth-214[class] {
  max-width: 214px;
}
.embed .u-maxWidth-215[class] {
  max-width: 215px;
}
.embed .u-maxWidth-216[class] {
  max-width: 216px;
}
.embed .u-maxWidth-217[class] {
  max-width: 217px;
}
.embed .u-maxWidth-218[class] {
  max-width: 218px;
}
.embed .u-maxWidth-219[class] {
  max-width: 219px;
}
.embed .u-maxWidth-220[class] {
  max-width: 220px;
}
.embed .u-maxWidth-221[class] {
  max-width: 221px;
}
.embed .u-maxWidth-222[class] {
  max-width: 222px;
}
.embed .u-maxWidth-223[class] {
  max-width: 223px;
}
.embed .u-maxWidth-224[class] {
  max-width: 224px;
}
.embed .u-maxWidth-225[class] {
  max-width: 225px;
}
.embed .u-maxWidth-226[class] {
  max-width: 226px;
}
.embed .u-maxWidth-227[class] {
  max-width: 227px;
}
.embed .u-maxWidth-228[class] {
  max-width: 228px;
}
.embed .u-maxWidth-229[class] {
  max-width: 229px;
}
.embed .u-maxWidth-230[class] {
  max-width: 230px;
}
.embed .u-maxWidth-231[class] {
  max-width: 231px;
}
.embed .u-maxWidth-232[class] {
  max-width: 232px;
}
.embed .u-maxWidth-233[class] {
  max-width: 233px;
}
.embed .u-maxWidth-234[class] {
  max-width: 234px;
}
.embed .u-maxWidth-235[class] {
  max-width: 235px;
}
.embed .u-maxWidth-236[class] {
  max-width: 236px;
}
.embed .u-maxWidth-237[class] {
  max-width: 237px;
}
.embed .u-maxWidth-238[class] {
  max-width: 238px;
}
.embed .u-maxWidth-239[class] {
  max-width: 239px;
}
.embed .u-maxWidth-240[class] {
  max-width: 240px;
}
.embed .u-maxWidth-241[class] {
  max-width: 241px;
}
.embed .u-maxWidth-242[class] {
  max-width: 242px;
}
.embed .u-maxWidth-243[class] {
  max-width: 243px;
}
.embed .u-maxWidth-244[class] {
  max-width: 244px;
}
.embed .u-maxWidth-245[class] {
  max-width: 245px;
}
.embed .u-maxWidth-246[class] {
  max-width: 246px;
}
.embed .u-maxWidth-247[class] {
  max-width: 247px;
}
.embed .u-maxWidth-248[class] {
  max-width: 248px;
}
.embed .u-maxWidth-249[class] {
  max-width: 249px;
}
.embed .u-maxWidth-250[class] {
  max-width: 250px;
}
.embed .u-maxWidth-251[class] {
  max-width: 251px;
}
.embed .u-maxWidth-252[class] {
  max-width: 252px;
}
.embed .u-maxWidth-253[class] {
  max-width: 253px;
}
.embed .u-maxWidth-254[class] {
  max-width: 254px;
}
.embed .u-maxWidth-255[class] {
  max-width: 255px;
}
.embed .u-maxWidth-256[class] {
  max-width: 256px;
}
.embed .u-maxWidth-257[class] {
  max-width: 257px;
}
.embed .u-maxWidth-258[class] {
  max-width: 258px;
}
.embed .u-maxWidth-259[class] {
  max-width: 259px;
}
.embed .u-maxWidth-260[class] {
  max-width: 260px;
}
.embed .u-maxWidth-261[class] {
  max-width: 261px;
}
.embed .u-maxWidth-262[class] {
  max-width: 262px;
}
.embed .u-maxWidth-263[class] {
  max-width: 263px;
}
.embed .u-maxWidth-264[class] {
  max-width: 264px;
}
.embed .u-maxWidth-265[class] {
  max-width: 265px;
}
.embed .u-maxWidth-266[class] {
  max-width: 266px;
}
.embed .u-maxWidth-267[class] {
  max-width: 267px;
}
.embed .u-maxWidth-268[class] {
  max-width: 268px;
}
.embed .u-maxWidth-269[class] {
  max-width: 269px;
}
.embed .u-maxWidth-270[class] {
  max-width: 270px;
}
.embed .u-maxWidth-271[class] {
  max-width: 271px;
}
.embed .u-maxWidth-272[class] {
  max-width: 272px;
}
.embed .u-maxWidth-273[class] {
  max-width: 273px;
}
.embed .u-maxWidth-274[class] {
  max-width: 274px;
}
.embed .u-maxWidth-275[class] {
  max-width: 275px;
}
.embed .u-maxWidth-276[class] {
  max-width: 276px;
}
.embed .u-maxWidth-277[class] {
  max-width: 277px;
}
.embed .u-maxWidth-278[class] {
  max-width: 278px;
}
.embed .u-maxWidth-279[class] {
  max-width: 279px;
}
.embed .u-maxWidth-280[class] {
  max-width: 280px;
}
.embed .u-maxWidth-281[class] {
  max-width: 281px;
}
.embed .u-maxWidth-282[class] {
  max-width: 282px;
}
.embed .u-maxWidth-283[class] {
  max-width: 283px;
}
.embed .u-maxWidth-284[class] {
  max-width: 284px;
}
.embed .u-maxWidth-285[class] {
  max-width: 285px;
}
.embed .u-maxWidth-286[class] {
  max-width: 286px;
}
.embed .u-maxWidth-287[class] {
  max-width: 287px;
}
.embed .u-maxWidth-288[class] {
  max-width: 288px;
}
.embed .u-maxWidth-289[class] {
  max-width: 289px;
}
.embed .u-maxWidth-290[class] {
  max-width: 290px;
}
.embed .u-maxWidth-291[class] {
  max-width: 291px;
}
.embed .u-maxWidth-292[class] {
  max-width: 292px;
}
.embed .u-maxWidth-293[class] {
  max-width: 293px;
}
.embed .u-maxWidth-294[class] {
  max-width: 294px;
}
.embed .u-maxWidth-295[class] {
  max-width: 295px;
}
.embed .u-maxWidth-296[class] {
  max-width: 296px;
}
.embed .u-maxWidth-297[class] {
  max-width: 297px;
}
.embed .u-maxWidth-298[class] {
  max-width: 298px;
}
.embed .u-maxWidth-299[class] {
  max-width: 299px;
}
.embed .u-maxWidth-300[class] {
  max-width: 300px;
}
.embed .u-maxWidth-301[class] {
  max-width: 301px;
}
.embed .u-maxWidth-302[class] {
  max-width: 302px;
}
.embed .u-maxWidth-303[class] {
  max-width: 303px;
}
.embed .u-maxWidth-304[class] {
  max-width: 304px;
}
.embed .u-maxWidth-305[class] {
  max-width: 305px;
}
.embed .u-maxWidth-306[class] {
  max-width: 306px;
}
.embed .u-maxWidth-307[class] {
  max-width: 307px;
}
.embed .u-maxWidth-308[class] {
  max-width: 308px;
}
.embed .u-maxWidth-309[class] {
  max-width: 309px;
}
.embed .u-maxWidth-310[class] {
  max-width: 310px;
}
.embed .u-maxWidth-311[class] {
  max-width: 311px;
}
.embed .u-maxWidth-312[class] {
  max-width: 312px;
}
.embed .u-maxWidth-313[class] {
  max-width: 313px;
}
.embed .u-maxWidth-314[class] {
  max-width: 314px;
}
.embed .u-maxWidth-315[class] {
  max-width: 315px;
}
.embed .u-maxWidth-316[class] {
  max-width: 316px;
}
.embed .u-maxWidth-317[class] {
  max-width: 317px;
}
.embed .u-maxWidth-318[class] {
  max-width: 318px;
}
.embed .u-maxWidth-319[class] {
  max-width: 319px;
}
.embed .u-maxWidth-320[class] {
  max-width: 320px;
}
.embed .u-maxWidth-321[class] {
  max-width: 321px;
}
.embed .u-maxWidth-322[class] {
  max-width: 322px;
}
.embed .u-maxWidth-323[class] {
  max-width: 323px;
}
.embed .u-maxWidth-324[class] {
  max-width: 324px;
}
.embed .u-maxWidth-325[class] {
  max-width: 325px;
}
.embed .u-maxWidth-326[class] {
  max-width: 326px;
}
.embed .u-maxWidth-327[class] {
  max-width: 327px;
}
.embed .u-maxWidth-328[class] {
  max-width: 328px;
}
.embed .u-maxWidth-329[class] {
  max-width: 329px;
}
.embed .u-maxWidth-330[class] {
  max-width: 330px;
}
.embed .u-maxWidth-331[class] {
  max-width: 331px;
}
.embed .u-maxWidth-332[class] {
  max-width: 332px;
}
.embed .u-maxWidth-333[class] {
  max-width: 333px;
}
.embed .u-maxWidth-334[class] {
  max-width: 334px;
}
.embed .u-maxWidth-335[class] {
  max-width: 335px;
}
.embed .u-maxWidth-336[class] {
  max-width: 336px;
}
.embed .u-maxWidth-337[class] {
  max-width: 337px;
}
.embed .u-maxWidth-338[class] {
  max-width: 338px;
}
.embed .u-maxWidth-339[class] {
  max-width: 339px;
}
.embed .u-maxWidth-340[class] {
  max-width: 340px;
}
.embed .u-maxWidth-341[class] {
  max-width: 341px;
}
.embed .u-maxWidth-342[class] {
  max-width: 342px;
}
.embed .u-maxWidth-343[class] {
  max-width: 343px;
}
.embed .u-maxWidth-344[class] {
  max-width: 344px;
}
.embed .u-maxWidth-345[class] {
  max-width: 345px;
}
.embed .u-maxWidth-346[class] {
  max-width: 346px;
}
.embed .u-maxWidth-347[class] {
  max-width: 347px;
}
.embed .u-maxWidth-348[class] {
  max-width: 348px;
}
.embed .u-maxWidth-349[class] {
  max-width: 349px;
}
.embed .u-maxWidth-350[class] {
  max-width: 350px;
}
.embed .u-maxWidth-351[class] {
  max-width: 351px;
}
.embed .u-maxWidth-352[class] {
  max-width: 352px;
}
.embed .u-maxWidth-353[class] {
  max-width: 353px;
}
.embed .u-maxWidth-354[class] {
  max-width: 354px;
}
.embed .u-maxWidth-355[class] {
  max-width: 355px;
}
.embed .u-maxWidth-356[class] {
  max-width: 356px;
}
.embed .u-maxWidth-357[class] {
  max-width: 357px;
}
.embed .u-maxWidth-358[class] {
  max-width: 358px;
}
.embed .u-maxWidth-359[class] {
  max-width: 359px;
}
.embed .u-maxWidth-360[class] {
  max-width: 360px;
}
.embed .u-maxWidth-361[class] {
  max-width: 361px;
}
.embed .u-maxWidth-362[class] {
  max-width: 362px;
}
.embed .u-maxWidth-363[class] {
  max-width: 363px;
}
.embed .u-maxWidth-364[class] {
  max-width: 364px;
}
.embed .u-maxWidth-365[class] {
  max-width: 365px;
}
.embed .u-maxWidth-366[class] {
  max-width: 366px;
}
.embed .u-maxWidth-367[class] {
  max-width: 367px;
}
.embed .u-maxWidth-368[class] {
  max-width: 368px;
}
.embed .u-maxWidth-369[class] {
  max-width: 369px;
}
.embed .u-maxWidth-370[class] {
  max-width: 370px;
}
.embed .u-maxWidth-371[class] {
  max-width: 371px;
}
.embed .u-maxWidth-372[class] {
  max-width: 372px;
}
.embed .u-maxWidth-373[class] {
  max-width: 373px;
}
.embed .u-maxWidth-374[class] {
  max-width: 374px;
}
.embed .u-maxWidth-375[class] {
  max-width: 375px;
}
.embed .u-maxWidth-376[class] {
  max-width: 376px;
}
.embed .u-maxWidth-377[class] {
  max-width: 377px;
}
.embed .u-maxWidth-378[class] {
  max-width: 378px;
}
.embed .u-maxWidth-379[class] {
  max-width: 379px;
}
.embed .u-maxWidth-380[class] {
  max-width: 380px;
}
.embed .u-maxWidth-381[class] {
  max-width: 381px;
}
.embed .u-maxWidth-382[class] {
  max-width: 382px;
}
.embed .u-maxWidth-383[class] {
  max-width: 383px;
}
.embed .u-maxWidth-384[class] {
  max-width: 384px;
}
.embed .u-maxWidth-385[class] {
  max-width: 385px;
}
.embed .u-maxWidth-386[class] {
  max-width: 386px;
}
.embed .u-maxWidth-387[class] {
  max-width: 387px;
}
.embed .u-maxWidth-388[class] {
  max-width: 388px;
}
.embed .u-maxWidth-389[class] {
  max-width: 389px;
}
.embed .u-maxWidth-390[class] {
  max-width: 390px;
}
.embed .u-maxWidth-391[class] {
  max-width: 391px;
}
.embed .u-maxWidth-392[class] {
  max-width: 392px;
}
.embed .u-maxWidth-393[class] {
  max-width: 393px;
}
.embed .u-maxWidth-394[class] {
  max-width: 394px;
}
.embed .u-maxWidth-395[class] {
  max-width: 395px;
}
.embed .u-maxWidth-396[class] {
  max-width: 396px;
}
.embed .u-maxWidth-397[class] {
  max-width: 397px;
}
.embed .u-maxWidth-398[class] {
  max-width: 398px;
}
.embed .u-maxWidth-399[class] {
  max-width: 399px;
}
.embed .u-maxWidth-400[class] {
  max-width: 400px;
}
.embed .u-maxWidth-401[class] {
  max-width: 401px;
}
.embed .u-maxWidth-402[class] {
  max-width: 402px;
}
.embed .u-maxWidth-403[class] {
  max-width: 403px;
}
.embed .u-maxWidth-404[class] {
  max-width: 404px;
}
.embed .u-maxWidth-405[class] {
  max-width: 405px;
}
.embed .u-maxWidth-406[class] {
  max-width: 406px;
}
.embed .u-maxWidth-407[class] {
  max-width: 407px;
}
.embed .u-maxWidth-408[class] {
  max-width: 408px;
}
.embed .u-maxWidth-409[class] {
  max-width: 409px;
}
.embed .u-maxWidth-410[class] {
  max-width: 410px;
}
.embed .u-maxWidth-411[class] {
  max-width: 411px;
}
.embed .u-maxWidth-412[class] {
  max-width: 412px;
}
.embed .u-maxWidth-413[class] {
  max-width: 413px;
}
.embed .u-maxWidth-414[class] {
  max-width: 414px;
}
.embed .u-maxWidth-415[class] {
  max-width: 415px;
}
.embed .u-maxWidth-416[class] {
  max-width: 416px;
}
.embed .u-maxWidth-417[class] {
  max-width: 417px;
}
.embed .u-maxWidth-418[class] {
  max-width: 418px;
}
.embed .u-maxWidth-419[class] {
  max-width: 419px;
}
.embed .u-maxWidth-420[class] {
  max-width: 420px;
}
.embed .u-maxWidth-421[class] {
  max-width: 421px;
}
.embed .u-maxWidth-422[class] {
  max-width: 422px;
}
.embed .u-maxWidth-423[class] {
  max-width: 423px;
}
.embed .u-maxWidth-424[class] {
  max-width: 424px;
}
.embed .u-maxWidth-425[class] {
  max-width: 425px;
}
.embed .u-maxWidth-426[class] {
  max-width: 426px;
}
.embed .u-maxWidth-427[class] {
  max-width: 427px;
}
.embed .u-maxWidth-428[class] {
  max-width: 428px;
}
.embed .u-maxWidth-429[class] {
  max-width: 429px;
}
.embed .u-maxWidth-430[class] {
  max-width: 430px;
}
.embed .u-maxWidth-431[class] {
  max-width: 431px;
}
.embed .u-maxWidth-432[class] {
  max-width: 432px;
}
.embed .u-maxWidth-433[class] {
  max-width: 433px;
}
.embed .u-maxWidth-434[class] {
  max-width: 434px;
}
.embed .u-maxWidth-435[class] {
  max-width: 435px;
}
.embed .u-maxWidth-436[class] {
  max-width: 436px;
}
.embed .u-maxWidth-437[class] {
  max-width: 437px;
}
.embed .u-maxWidth-438[class] {
  max-width: 438px;
}
.embed .u-maxWidth-439[class] {
  max-width: 439px;
}
.embed .u-maxWidth-440[class] {
  max-width: 440px;
}
.embed .u-maxWidth-441[class] {
  max-width: 441px;
}
.embed .u-maxWidth-442[class] {
  max-width: 442px;
}
.embed .u-maxWidth-443[class] {
  max-width: 443px;
}
.embed .u-maxWidth-444[class] {
  max-width: 444px;
}
.embed .u-maxWidth-445[class] {
  max-width: 445px;
}
.embed .u-maxWidth-446[class] {
  max-width: 446px;
}
.embed .u-maxWidth-447[class] {
  max-width: 447px;
}
.embed .u-maxWidth-448[class] {
  max-width: 448px;
}
.embed .u-maxWidth-449[class] {
  max-width: 449px;
}
.embed .u-maxWidth-450[class] {
  max-width: 450px;
}
.embed .u-maxWidth-451[class] {
  max-width: 451px;
}
.embed .u-maxWidth-452[class] {
  max-width: 452px;
}
.embed .u-maxWidth-453[class] {
  max-width: 453px;
}
.embed .u-maxWidth-454[class] {
  max-width: 454px;
}
.embed .u-maxWidth-455[class] {
  max-width: 455px;
}
.embed .u-maxWidth-456[class] {
  max-width: 456px;
}
.embed .u-maxWidth-457[class] {
  max-width: 457px;
}
.embed .u-maxWidth-458[class] {
  max-width: 458px;
}
.embed .u-maxWidth-459[class] {
  max-width: 459px;
}
.embed .u-maxWidth-460[class] {
  max-width: 460px;
}
.embed .u-maxWidth-461[class] {
  max-width: 461px;
}
.embed .u-maxWidth-462[class] {
  max-width: 462px;
}
.embed .u-maxWidth-463[class] {
  max-width: 463px;
}
.embed .u-maxWidth-464[class] {
  max-width: 464px;
}
.embed .u-maxWidth-465[class] {
  max-width: 465px;
}
.embed .u-maxWidth-466[class] {
  max-width: 466px;
}
.embed .u-maxWidth-467[class] {
  max-width: 467px;
}
.embed .u-maxWidth-468[class] {
  max-width: 468px;
}
.embed .u-maxWidth-469[class] {
  max-width: 469px;
}
.embed .u-maxWidth-470[class] {
  max-width: 470px;
}
.embed .u-maxWidth-471[class] {
  max-width: 471px;
}
.embed .u-maxWidth-472[class] {
  max-width: 472px;
}
.embed .u-maxWidth-473[class] {
  max-width: 473px;
}
.embed .u-maxWidth-474[class] {
  max-width: 474px;
}
.embed .u-maxWidth-475[class] {
  max-width: 475px;
}
.embed .u-maxWidth-476[class] {
  max-width: 476px;
}
.embed .u-maxWidth-477[class] {
  max-width: 477px;
}
.embed .u-maxWidth-478[class] {
  max-width: 478px;
}
.embed .u-maxWidth-479[class] {
  max-width: 479px;
}
.embed .u-maxWidth-480[class] {
  max-width: 480px;
}
.embed .u-maxWidth-481[class] {
  max-width: 481px;
}
.embed .u-maxWidth-482[class] {
  max-width: 482px;
}
.embed .u-maxWidth-483[class] {
  max-width: 483px;
}
.embed .u-maxWidth-484[class] {
  max-width: 484px;
}
.embed .u-maxWidth-485[class] {
  max-width: 485px;
}
.embed .u-maxWidth-486[class] {
  max-width: 486px;
}
.embed .u-maxWidth-487[class] {
  max-width: 487px;
}
.embed .u-maxWidth-488[class] {
  max-width: 488px;
}
.embed .u-maxWidth-489[class] {
  max-width: 489px;
}
.embed .u-maxWidth-490[class] {
  max-width: 490px;
}
.embed .u-maxWidth-491[class] {
  max-width: 491px;
}
.embed .u-maxWidth-492[class] {
  max-width: 492px;
}
.embed .u-maxWidth-493[class] {
  max-width: 493px;
}
.embed .u-maxWidth-494[class] {
  max-width: 494px;
}
.embed .u-maxWidth-495[class] {
  max-width: 495px;
}
.embed .u-maxWidth-496[class] {
  max-width: 496px;
}
.embed .u-maxWidth-497[class] {
  max-width: 497px;
}
.embed .u-maxWidth-498[class] {
  max-width: 498px;
}
.embed .u-maxWidth-499[class] {
  max-width: 499px;
}
.embed .u-maxWidth-500[class] {
  max-width: 500px;
}
.embed .u-maxWidth-501[class] {
  max-width: 501px;
}
.embed .u-maxWidth-502[class] {
  max-width: 502px;
}
.embed .u-maxWidth-503[class] {
  max-width: 503px;
}
.embed .u-maxWidth-504[class] {
  max-width: 504px;
}
.embed .u-maxWidth-505[class] {
  max-width: 505px;
}
.embed .u-maxWidth-506[class] {
  max-width: 506px;
}
.embed .u-maxWidth-507[class] {
  max-width: 507px;
}
.embed .u-maxWidth-508[class] {
  max-width: 508px;
}
.embed .u-maxWidth-509[class] {
  max-width: 509px;
}
.embed .u-maxWidth-510[class] {
  max-width: 510px;
}
.embed .u-maxWidth-511[class] {
  max-width: 511px;
}
.embed .u-maxWidth-512[class] {
  max-width: 512px;
}
.embed .u-maxWidth-513[class] {
  max-width: 513px;
}
.embed .u-maxWidth-514[class] {
  max-width: 514px;
}
.embed .u-maxWidth-515[class] {
  max-width: 515px;
}
.embed .u-maxWidth-516[class] {
  max-width: 516px;
}
.embed .u-maxWidth-517[class] {
  max-width: 517px;
}
.embed .u-maxWidth-518[class] {
  max-width: 518px;
}
.embed .u-maxWidth-519[class] {
  max-width: 519px;
}
.embed .u-maxWidth-520[class] {
  max-width: 520px;
}
.embed .u-maxWidth-521[class] {
  max-width: 521px;
}
.embed .u-maxWidth-522[class] {
  max-width: 522px;
}
.embed .u-maxWidth-523[class] {
  max-width: 523px;
}
.embed .u-maxWidth-524[class] {
  max-width: 524px;
}
.embed .u-maxWidth-525[class] {
  max-width: 525px;
}
.embed .u-maxWidth-526[class] {
  max-width: 526px;
}
.embed .u-maxWidth-527[class] {
  max-width: 527px;
}
.embed .u-maxWidth-528[class] {
  max-width: 528px;
}
.embed .u-maxWidth-529[class] {
  max-width: 529px;
}
.embed .u-maxWidth-530[class] {
  max-width: 530px;
}
.embed .u-maxWidth-531[class] {
  max-width: 531px;
}
.embed .u-maxWidth-532[class] {
  max-width: 532px;
}
.embed .u-maxWidth-533[class] {
  max-width: 533px;
}
.embed .u-maxWidth-534[class] {
  max-width: 534px;
}
.embed .u-maxWidth-535[class] {
  max-width: 535px;
}
.embed .u-maxWidth-536[class] {
  max-width: 536px;
}
.embed .u-maxWidth-537[class] {
  max-width: 537px;
}
.embed .u-maxWidth-538[class] {
  max-width: 538px;
}
.embed .u-maxWidth-539[class] {
  max-width: 539px;
}
.embed .u-maxWidth-540[class] {
  max-width: 540px;
}
.embed .u-maxWidth-541[class] {
  max-width: 541px;
}
.embed .u-maxWidth-542[class] {
  max-width: 542px;
}
.embed .u-maxWidth-543[class] {
  max-width: 543px;
}
.embed .u-maxWidth-544[class] {
  max-width: 544px;
}
.embed .u-maxWidth-545[class] {
  max-width: 545px;
}
.embed .u-maxWidth-546[class] {
  max-width: 546px;
}
.embed .u-maxWidth-547[class] {
  max-width: 547px;
}
.embed .u-maxWidth-548[class] {
  max-width: 548px;
}
.embed .u-maxWidth-549[class] {
  max-width: 549px;
}
.embed .u-maxWidth-550[class] {
  max-width: 550px;
}
.embed .u-maxWidth-551[class] {
  max-width: 551px;
}
.embed .u-maxWidth-552[class] {
  max-width: 552px;
}
.embed .u-maxWidth-553[class] {
  max-width: 553px;
}
.embed .u-maxWidth-554[class] {
  max-width: 554px;
}
.embed .u-maxWidth-555[class] {
  max-width: 555px;
}
.embed .u-maxWidth-556[class] {
  max-width: 556px;
}
.embed .u-maxWidth-557[class] {
  max-width: 557px;
}
.embed .u-maxWidth-558[class] {
  max-width: 558px;
}
.embed .u-maxWidth-559[class] {
  max-width: 559px;
}
.embed .u-maxWidth-560[class] {
  max-width: 560px;
}
.embed .u-maxWidth-561[class] {
  max-width: 561px;
}
.embed .u-maxWidth-562[class] {
  max-width: 562px;
}
.embed .u-maxWidth-563[class] {
  max-width: 563px;
}
.embed .u-maxWidth-564[class] {
  max-width: 564px;
}
.embed .u-maxWidth-565[class] {
  max-width: 565px;
}
.embed .u-maxWidth-566[class] {
  max-width: 566px;
}
.embed .u-maxWidth-567[class] {
  max-width: 567px;
}
.embed .u-maxWidth-568[class] {
  max-width: 568px;
}
.embed .u-maxWidth-569[class] {
  max-width: 569px;
}
.embed .u-maxWidth-570[class] {
  max-width: 570px;
}
.embed .u-maxWidth-571[class] {
  max-width: 571px;
}
.embed .u-maxWidth-572[class] {
  max-width: 572px;
}
.embed .u-maxWidth-573[class] {
  max-width: 573px;
}
.embed .u-maxWidth-574[class] {
  max-width: 574px;
}
.embed .u-maxWidth-575[class] {
  max-width: 575px;
}
.embed .u-maxWidth-576[class] {
  max-width: 576px;
}
.embed .u-maxWidth-577[class] {
  max-width: 577px;
}
.embed .u-maxWidth-578[class] {
  max-width: 578px;
}
.embed .u-maxWidth-579[class] {
  max-width: 579px;
}
.embed .u-maxWidth-580[class] {
  max-width: 580px;
}
.embed .u-maxWidth-581[class] {
  max-width: 581px;
}
.embed .u-maxWidth-582[class] {
  max-width: 582px;
}
.embed .u-maxWidth-583[class] {
  max-width: 583px;
}
.embed .u-maxWidth-584[class] {
  max-width: 584px;
}
.embed .u-maxWidth-585[class] {
  max-width: 585px;
}
.embed .u-maxWidth-586[class] {
  max-width: 586px;
}
.embed .u-maxWidth-587[class] {
  max-width: 587px;
}
.embed .u-maxWidth-588[class] {
  max-width: 588px;
}
.embed .u-maxWidth-589[class] {
  max-width: 589px;
}
.embed .u-maxWidth-590[class] {
  max-width: 590px;
}
.embed .u-maxWidth-591[class] {
  max-width: 591px;
}
.embed .u-maxWidth-592[class] {
  max-width: 592px;
}
.embed .u-maxWidth-593[class] {
  max-width: 593px;
}
.embed .u-maxWidth-594[class] {
  max-width: 594px;
}
.embed .u-maxWidth-595[class] {
  max-width: 595px;
}
.embed .u-maxWidth-596[class] {
  max-width: 596px;
}
.embed .u-maxWidth-597[class] {
  max-width: 597px;
}
.embed .u-maxWidth-598[class] {
  max-width: 598px;
}
.embed .u-maxWidth-599[class] {
  max-width: 599px;
}
.embed .u-maxWidth-600[class] {
  max-width: 600px;
}
.embed .u-maxWidth-601[class] {
  max-width: 601px;
}
.embed .u-maxWidth-602[class] {
  max-width: 602px;
}
.embed .u-maxWidth-603[class] {
  max-width: 603px;
}
.embed .u-maxWidth-604[class] {
  max-width: 604px;
}
.embed .u-maxWidth-605[class] {
  max-width: 605px;
}
.embed .u-maxWidth-606[class] {
  max-width: 606px;
}
.embed .u-maxWidth-607[class] {
  max-width: 607px;
}
.embed .u-maxWidth-608[class] {
  max-width: 608px;
}
.embed .u-maxWidth-609[class] {
  max-width: 609px;
}
.embed .u-maxWidth-610[class] {
  max-width: 610px;
}
.embed .u-maxWidth-611[class] {
  max-width: 611px;
}
.embed .u-maxWidth-612[class] {
  max-width: 612px;
}
.embed .u-maxWidth-613[class] {
  max-width: 613px;
}
.embed .u-maxWidth-614[class] {
  max-width: 614px;
}
.embed .u-maxWidth-615[class] {
  max-width: 615px;
}
.embed .u-maxWidth-616[class] {
  max-width: 616px;
}
.embed .u-maxWidth-617[class] {
  max-width: 617px;
}
.embed .u-maxWidth-618[class] {
  max-width: 618px;
}
.embed .u-maxWidth-619[class] {
  max-width: 619px;
}
.embed .u-maxWidth-620[class] {
  max-width: 620px;
}
.embed .u-maxWidth-621[class] {
  max-width: 621px;
}
.embed .u-maxWidth-622[class] {
  max-width: 622px;
}
.embed .u-maxWidth-623[class] {
  max-width: 623px;
}
.embed .u-maxWidth-624[class] {
  max-width: 624px;
}
.embed .u-maxWidth-625[class] {
  max-width: 625px;
}
.embed .u-maxWidth-626[class] {
  max-width: 626px;
}
.embed .u-maxWidth-627[class] {
  max-width: 627px;
}
.embed .u-maxWidth-628[class] {
  max-width: 628px;
}
.embed .u-maxWidth-629[class] {
  max-width: 629px;
}
.embed .u-maxWidth-630[class] {
  max-width: 630px;
}
.embed .u-maxWidth-631[class] {
  max-width: 631px;
}
.embed .u-maxWidth-632[class] {
  max-width: 632px;
}
.embed .u-maxWidth-633[class] {
  max-width: 633px;
}
.embed .u-maxWidth-634[class] {
  max-width: 634px;
}
.embed .u-maxWidth-635[class] {
  max-width: 635px;
}
.embed .u-maxWidth-636[class] {
  max-width: 636px;
}
.embed .u-maxWidth-637[class] {
  max-width: 637px;
}
.embed .u-maxWidth-638[class] {
  max-width: 638px;
}
.embed .u-maxWidth-639[class] {
  max-width: 639px;
}
.embed .u-maxWidth-640[class] {
  max-width: 640px;
}
.embed .u-maxWidth-641[class] {
  max-width: 641px;
}
.embed .u-maxWidth-642[class] {
  max-width: 642px;
}
.embed .u-maxWidth-643[class] {
  max-width: 643px;
}
.embed .u-maxWidth-644[class] {
  max-width: 644px;
}
.embed .u-maxWidth-645[class] {
  max-width: 645px;
}
.embed .u-maxWidth-646[class] {
  max-width: 646px;
}
.embed .u-maxWidth-647[class] {
  max-width: 647px;
}
.embed .u-maxWidth-648[class] {
  max-width: 648px;
}
.embed .u-maxWidth-649[class] {
  max-width: 649px;
}
.embed .u-maxWidth-650[class] {
  max-width: 650px;
}
.embed .u-maxWidth-651[class] {
  max-width: 651px;
}
.embed .u-maxWidth-652[class] {
  max-width: 652px;
}
.embed .u-maxWidth-653[class] {
  max-width: 653px;
}
.embed .u-maxWidth-654[class] {
  max-width: 654px;
}
.embed .u-maxWidth-655[class] {
  max-width: 655px;
}
.embed .u-maxWidth-656[class] {
  max-width: 656px;
}
.embed .u-maxWidth-657[class] {
  max-width: 657px;
}
.embed .u-maxWidth-658[class] {
  max-width: 658px;
}
.embed .u-maxWidth-659[class] {
  max-width: 659px;
}
.embed .u-maxWidth-660[class] {
  max-width: 660px;
}
.embed .u-maxWidth-661[class] {
  max-width: 661px;
}
.embed .u-maxWidth-662[class] {
  max-width: 662px;
}
.embed .u-maxWidth-663[class] {
  max-width: 663px;
}
.embed .u-maxWidth-664[class] {
  max-width: 664px;
}
.embed .u-maxWidth-665[class] {
  max-width: 665px;
}
.embed .u-maxWidth-666[class] {
  max-width: 666px;
}
.embed .u-maxWidth-667[class] {
  max-width: 667px;
}
.embed .u-maxWidth-668[class] {
  max-width: 668px;
}
.embed .u-maxWidth-669[class] {
  max-width: 669px;
}
.embed .u-maxWidth-670[class] {
  max-width: 670px;
}
.embed .u-maxWidth-671[class] {
  max-width: 671px;
}
.embed .u-maxWidth-672[class] {
  max-width: 672px;
}
.embed .u-maxWidth-673[class] {
  max-width: 673px;
}
.embed .u-maxWidth-674[class] {
  max-width: 674px;
}
.embed .u-maxWidth-675[class] {
  max-width: 675px;
}
.embed .u-maxWidth-676[class] {
  max-width: 676px;
}
.embed .u-maxWidth-677[class] {
  max-width: 677px;
}
.embed .u-maxWidth-678[class] {
  max-width: 678px;
}
.embed .u-maxWidth-679[class] {
  max-width: 679px;
}
.embed .u-maxWidth-680[class] {
  max-width: 680px;
}
.embed .u-maxWidth-681[class] {
  max-width: 681px;
}
.embed .u-maxWidth-682[class] {
  max-width: 682px;
}
.embed .u-maxWidth-683[class] {
  max-width: 683px;
}
.embed .u-maxWidth-684[class] {
  max-width: 684px;
}
.embed .u-maxWidth-685[class] {
  max-width: 685px;
}
.embed .u-maxWidth-686[class] {
  max-width: 686px;
}
.embed .u-maxWidth-687[class] {
  max-width: 687px;
}
.embed .u-maxWidth-688[class] {
  max-width: 688px;
}
.embed .u-maxWidth-689[class] {
  max-width: 689px;
}
.embed .u-maxWidth-690[class] {
  max-width: 690px;
}
.embed .u-maxWidth-691[class] {
  max-width: 691px;
}
.embed .u-maxWidth-692[class] {
  max-width: 692px;
}
.embed .u-maxWidth-693[class] {
  max-width: 693px;
}
.embed .u-maxWidth-694[class] {
  max-width: 694px;
}
.embed .u-maxWidth-695[class] {
  max-width: 695px;
}
.embed .u-maxWidth-696[class] {
  max-width: 696px;
}
.embed .u-maxWidth-697[class] {
  max-width: 697px;
}
.embed .u-maxWidth-698[class] {
  max-width: 698px;
}
.embed .u-maxWidth-699[class] {
  max-width: 699px;
}
.embed .u-maxWidth-700[class] {
  max-width: 700px;
}
.embed .u-maxWidth-701[class] {
  max-width: 701px;
}
.embed .u-maxWidth-702[class] {
  max-width: 702px;
}
.embed .u-maxWidth-703[class] {
  max-width: 703px;
}
.embed .u-maxWidth-704[class] {
  max-width: 704px;
}
.embed .u-maxWidth-705[class] {
  max-width: 705px;
}
.embed .u-maxWidth-706[class] {
  max-width: 706px;
}
.embed .u-maxWidth-707[class] {
  max-width: 707px;
}
.embed .u-maxWidth-708[class] {
  max-width: 708px;
}
.embed .u-maxWidth-709[class] {
  max-width: 709px;
}
.embed .u-maxWidth-710[class] {
  max-width: 710px;
}
.embed .u-maxWidth-711[class] {
  max-width: 711px;
}
.embed .u-maxWidth-712[class] {
  max-width: 712px;
}
.embed .u-maxWidth-713[class] {
  max-width: 713px;
}
.embed .u-maxWidth-714[class] {
  max-width: 714px;
}
.embed .u-maxWidth-715[class] {
  max-width: 715px;
}
.embed .u-maxWidth-716[class] {
  max-width: 716px;
}
.embed .u-maxWidth-717[class] {
  max-width: 717px;
}
.embed .u-maxWidth-718[class] {
  max-width: 718px;
}
.embed .u-maxWidth-719[class] {
  max-width: 719px;
}
.embed .u-maxWidth-720[class] {
  max-width: 720px;
}
.embed .u-maxWidth-721[class] {
  max-width: 721px;
}
.embed .u-maxWidth-722[class] {
  max-width: 722px;
}
.embed .u-maxWidth-723[class] {
  max-width: 723px;
}
.embed .u-maxWidth-724[class] {
  max-width: 724px;
}
.embed .u-maxWidth-725[class] {
  max-width: 725px;
}
.embed .u-maxWidth-726[class] {
  max-width: 726px;
}
.embed .u-maxWidth-727[class] {
  max-width: 727px;
}
.embed .u-maxWidth-728[class] {
  max-width: 728px;
}
.embed .u-maxWidth-729[class] {
  max-width: 729px;
}
.embed .u-maxWidth-730[class] {
  max-width: 730px;
}
.embed .u-maxWidth-731[class] {
  max-width: 731px;
}
.embed .u-maxWidth-732[class] {
  max-width: 732px;
}
.embed .u-maxWidth-733[class] {
  max-width: 733px;
}
.embed .u-maxWidth-734[class] {
  max-width: 734px;
}
.embed .u-maxWidth-735[class] {
  max-width: 735px;
}
.embed .u-maxWidth-736[class] {
  max-width: 736px;
}
.embed .u-maxWidth-737[class] {
  max-width: 737px;
}
.embed .u-maxWidth-738[class] {
  max-width: 738px;
}
.embed .u-maxWidth-739[class] {
  max-width: 739px;
}
.embed .u-maxWidth-740[class] {
  max-width: 740px;
}
.embed .u-maxWidth-741[class] {
  max-width: 741px;
}
.embed .u-maxWidth-742[class] {
  max-width: 742px;
}
.embed .u-maxWidth-743[class] {
  max-width: 743px;
}
.embed .u-maxWidth-744[class] {
  max-width: 744px;
}
.embed .u-maxWidth-745[class] {
  max-width: 745px;
}
.embed .u-maxWidth-746[class] {
  max-width: 746px;
}
.embed .u-maxWidth-747[class] {
  max-width: 747px;
}
.embed .u-maxWidth-748[class] {
  max-width: 748px;
}
.embed .u-maxWidth-749[class] {
  max-width: 749px;
}
.embed .u-maxWidth-750[class] {
  max-width: 750px;
}
.embed .u-maxWidth-751[class] {
  max-width: 751px;
}
.embed .u-maxWidth-752[class] {
  max-width: 752px;
}
.embed .u-maxWidth-753[class] {
  max-width: 753px;
}
.embed .u-maxWidth-754[class] {
  max-width: 754px;
}
.embed .u-maxWidth-755[class] {
  max-width: 755px;
}
.embed .u-maxWidth-756[class] {
  max-width: 756px;
}
.embed .u-maxWidth-757[class] {
  max-width: 757px;
}
.embed .u-maxWidth-758[class] {
  max-width: 758px;
}
.embed .u-maxWidth-759[class] {
  max-width: 759px;
}
.embed .u-maxWidth-760[class] {
  max-width: 760px;
}
.embed .u-maxWidth-761[class] {
  max-width: 761px;
}
.embed .u-maxWidth-762[class] {
  max-width: 762px;
}
.embed .u-maxWidth-763[class] {
  max-width: 763px;
}
.embed .u-maxWidth-764[class] {
  max-width: 764px;
}
.embed .u-maxWidth-765[class] {
  max-width: 765px;
}
.embed .u-maxWidth-766[class] {
  max-width: 766px;
}
.embed .u-maxWidth-767[class] {
  max-width: 767px;
}
.embed .u-maxWidth-768[class] {
  max-width: 768px;
}
.embed .u-maxWidth-769[class] {
  max-width: 769px;
}
.embed .u-maxWidth-770[class] {
  max-width: 770px;
}
.embed .u-maxWidth-771[class] {
  max-width: 771px;
}
.embed .u-maxWidth-772[class] {
  max-width: 772px;
}
.embed .u-maxWidth-773[class] {
  max-width: 773px;
}
.embed .u-maxWidth-774[class] {
  max-width: 774px;
}
.embed .u-maxWidth-775[class] {
  max-width: 775px;
}
.embed .u-maxWidth-776[class] {
  max-width: 776px;
}
.embed .u-maxWidth-777[class] {
  max-width: 777px;
}
.embed .u-maxWidth-778[class] {
  max-width: 778px;
}
.embed .u-maxWidth-779[class] {
  max-width: 779px;
}
.embed .u-maxWidth-780[class] {
  max-width: 780px;
}
.embed .u-maxWidth-781[class] {
  max-width: 781px;
}
.embed .u-maxWidth-782[class] {
  max-width: 782px;
}
.embed .u-maxWidth-783[class] {
  max-width: 783px;
}
.embed .u-maxWidth-784[class] {
  max-width: 784px;
}
.embed .u-maxWidth-785[class] {
  max-width: 785px;
}
.embed .u-maxWidth-786[class] {
  max-width: 786px;
}
.embed .u-maxWidth-787[class] {
  max-width: 787px;
}
.embed .u-maxWidth-788[class] {
  max-width: 788px;
}
.embed .u-maxWidth-789[class] {
  max-width: 789px;
}
.embed .u-maxWidth-790[class] {
  max-width: 790px;
}
.embed .u-maxWidth-791[class] {
  max-width: 791px;
}
.embed .u-maxWidth-792[class] {
  max-width: 792px;
}
.embed .u-maxWidth-793[class] {
  max-width: 793px;
}
.embed .u-maxWidth-794[class] {
  max-width: 794px;
}
.embed .u-maxWidth-795[class] {
  max-width: 795px;
}
.embed .u-maxWidth-796[class] {
  max-width: 796px;
}
.embed .u-maxWidth-797[class] {
  max-width: 797px;
}
.embed .u-maxWidth-798[class] {
  max-width: 798px;
}
.embed .u-maxWidth-799[class] {
  max-width: 799px;
}
.embed .u-maxWidth-800[class] {
  max-width: 800px;
}
.embed .u-maxWidth-801[class] {
  max-width: 801px;
}
.embed .u-maxWidth-802[class] {
  max-width: 802px;
}
.embed .u-maxWidth-803[class] {
  max-width: 803px;
}
.embed .u-maxWidth-804[class] {
  max-width: 804px;
}
.embed .u-maxWidth-805[class] {
  max-width: 805px;
}
.embed .u-maxWidth-806[class] {
  max-width: 806px;
}
.embed .u-maxWidth-807[class] {
  max-width: 807px;
}
.embed .u-maxWidth-808[class] {
  max-width: 808px;
}
.embed .u-maxWidth-809[class] {
  max-width: 809px;
}
.embed .u-maxWidth-810[class] {
  max-width: 810px;
}
.embed .u-maxWidth-811[class] {
  max-width: 811px;
}
.embed .u-maxWidth-812[class] {
  max-width: 812px;
}
.embed .u-maxWidth-813[class] {
  max-width: 813px;
}
.embed .u-maxWidth-814[class] {
  max-width: 814px;
}
.embed .u-maxWidth-815[class] {
  max-width: 815px;
}
.embed .u-maxWidth-816[class] {
  max-width: 816px;
}
.embed .u-maxWidth-817[class] {
  max-width: 817px;
}
.embed .u-maxWidth-818[class] {
  max-width: 818px;
}
.embed .u-maxWidth-819[class] {
  max-width: 819px;
}
.embed .u-maxWidth-820[class] {
  max-width: 820px;
}
.embed .u-maxWidth-821[class] {
  max-width: 821px;
}
.embed .u-maxWidth-822[class] {
  max-width: 822px;
}
.embed .u-maxWidth-823[class] {
  max-width: 823px;
}
.embed .u-maxWidth-824[class] {
  max-width: 824px;
}
.embed .u-maxWidth-825[class] {
  max-width: 825px;
}
.embed .u-maxWidth-826[class] {
  max-width: 826px;
}
.embed .u-maxWidth-827[class] {
  max-width: 827px;
}
.embed .u-maxWidth-828[class] {
  max-width: 828px;
}
.embed .u-maxWidth-829[class] {
  max-width: 829px;
}
.embed .u-maxWidth-830[class] {
  max-width: 830px;
}
.embed .u-maxWidth-831[class] {
  max-width: 831px;
}
.embed .u-maxWidth-832[class] {
  max-width: 832px;
}
.embed .u-maxWidth-833[class] {
  max-width: 833px;
}
.embed .u-maxWidth-834[class] {
  max-width: 834px;
}
.embed .u-maxWidth-835[class] {
  max-width: 835px;
}
.embed .u-maxWidth-836[class] {
  max-width: 836px;
}
.embed .u-maxWidth-837[class] {
  max-width: 837px;
}
.embed .u-maxWidth-838[class] {
  max-width: 838px;
}
.embed .u-maxWidth-839[class] {
  max-width: 839px;
}
.embed .u-maxWidth-840[class] {
  max-width: 840px;
}
.embed .u-maxWidth-841[class] {
  max-width: 841px;
}
.embed .u-maxWidth-842[class] {
  max-width: 842px;
}
.embed .u-maxWidth-843[class] {
  max-width: 843px;
}
.embed .u-maxWidth-844[class] {
  max-width: 844px;
}
.embed .u-maxWidth-845[class] {
  max-width: 845px;
}
.embed .u-maxWidth-846[class] {
  max-width: 846px;
}
.embed .u-maxWidth-847[class] {
  max-width: 847px;
}
.embed .u-maxWidth-848[class] {
  max-width: 848px;
}
.embed .u-maxWidth-849[class] {
  max-width: 849px;
}
.embed .u-maxWidth-850[class] {
  max-width: 850px;
}
.embed .u-maxWidth-851[class] {
  max-width: 851px;
}
.embed .u-maxWidth-852[class] {
  max-width: 852px;
}
.embed .u-maxWidth-853[class] {
  max-width: 853px;
}
.embed .u-maxWidth-854[class] {
  max-width: 854px;
}
.embed .u-maxWidth-855[class] {
  max-width: 855px;
}
.embed .u-maxWidth-856[class] {
  max-width: 856px;
}
.embed .u-maxWidth-857[class] {
  max-width: 857px;
}
.embed .u-maxWidth-858[class] {
  max-width: 858px;
}
.embed .u-maxWidth-859[class] {
  max-width: 859px;
}
.embed .u-maxWidth-860[class] {
  max-width: 860px;
}
.embed .u-maxWidth-861[class] {
  max-width: 861px;
}
.embed .u-maxWidth-862[class] {
  max-width: 862px;
}
.embed .u-maxWidth-863[class] {
  max-width: 863px;
}
.embed .u-maxWidth-864[class] {
  max-width: 864px;
}
.embed .u-maxWidth-865[class] {
  max-width: 865px;
}
.embed .u-maxWidth-866[class] {
  max-width: 866px;
}
.embed .u-maxWidth-867[class] {
  max-width: 867px;
}
.embed .u-maxWidth-868[class] {
  max-width: 868px;
}
.embed .u-maxWidth-869[class] {
  max-width: 869px;
}
.embed .u-maxWidth-870[class] {
  max-width: 870px;
}
.embed .u-maxWidth-871[class] {
  max-width: 871px;
}
.embed .u-maxWidth-872[class] {
  max-width: 872px;
}
.embed .u-maxWidth-873[class] {
  max-width: 873px;
}
.embed .u-maxWidth-874[class] {
  max-width: 874px;
}
.embed .u-maxWidth-875[class] {
  max-width: 875px;
}
.embed .u-maxWidth-876[class] {
  max-width: 876px;
}
.embed .u-maxWidth-877[class] {
  max-width: 877px;
}
.embed .u-maxWidth-878[class] {
  max-width: 878px;
}
.embed .u-maxWidth-879[class] {
  max-width: 879px;
}
.embed .u-maxWidth-880[class] {
  max-width: 880px;
}
.embed .u-maxWidth-881[class] {
  max-width: 881px;
}
.embed .u-maxWidth-882[class] {
  max-width: 882px;
}
.embed .u-maxWidth-883[class] {
  max-width: 883px;
}
.embed .u-maxWidth-884[class] {
  max-width: 884px;
}
.embed .u-maxWidth-885[class] {
  max-width: 885px;
}
.embed .u-maxWidth-886[class] {
  max-width: 886px;
}
.embed .u-maxWidth-887[class] {
  max-width: 887px;
}
.embed .u-maxWidth-888[class] {
  max-width: 888px;
}
.embed .u-maxWidth-889[class] {
  max-width: 889px;
}
.embed .u-maxWidth-890[class] {
  max-width: 890px;
}
.embed .u-maxWidth-891[class] {
  max-width: 891px;
}
.embed .u-maxWidth-892[class] {
  max-width: 892px;
}
.embed .u-maxWidth-893[class] {
  max-width: 893px;
}
.embed .u-maxWidth-894[class] {
  max-width: 894px;
}
.embed .u-maxWidth-895[class] {
  max-width: 895px;
}
.embed .u-maxWidth-896[class] {
  max-width: 896px;
}
.embed .u-maxWidth-897[class] {
  max-width: 897px;
}
.embed .u-maxWidth-898[class] {
  max-width: 898px;
}
.embed .u-maxWidth-899[class] {
  max-width: 899px;
}
.embed .u-maxWidth-900[class] {
  max-width: 900px;
}
.embed .u-maxWidth-901[class] {
  max-width: 901px;
}
.embed .u-maxWidth-902[class] {
  max-width: 902px;
}
.embed .u-maxWidth-903[class] {
  max-width: 903px;
}
.embed .u-maxWidth-904[class] {
  max-width: 904px;
}
.embed .u-maxWidth-905[class] {
  max-width: 905px;
}
.embed .u-maxWidth-906[class] {
  max-width: 906px;
}
.embed .u-maxWidth-907[class] {
  max-width: 907px;
}
.embed .u-maxWidth-908[class] {
  max-width: 908px;
}
.embed .u-maxWidth-909[class] {
  max-width: 909px;
}
.embed .u-maxWidth-910[class] {
  max-width: 910px;
}
.embed .u-maxWidth-911[class] {
  max-width: 911px;
}
.embed .u-maxWidth-912[class] {
  max-width: 912px;
}
.embed .u-maxWidth-913[class] {
  max-width: 913px;
}
.embed .u-maxWidth-914[class] {
  max-width: 914px;
}
.embed .u-maxWidth-915[class] {
  max-width: 915px;
}
.embed .u-maxWidth-916[class] {
  max-width: 916px;
}
.embed .u-maxWidth-917[class] {
  max-width: 917px;
}
.embed .u-maxWidth-918[class] {
  max-width: 918px;
}
.embed .u-maxWidth-919[class] {
  max-width: 919px;
}
.embed .u-maxWidth-920[class] {
  max-width: 920px;
}
.embed .u-maxWidth-921[class] {
  max-width: 921px;
}
.embed .u-maxWidth-922[class] {
  max-width: 922px;
}
.embed .u-maxWidth-923[class] {
  max-width: 923px;
}
.embed .u-maxWidth-924[class] {
  max-width: 924px;
}
.embed .u-maxWidth-925[class] {
  max-width: 925px;
}
.embed .u-maxWidth-926[class] {
  max-width: 926px;
}
.embed .u-maxWidth-927[class] {
  max-width: 927px;
}
.embed .u-maxWidth-928[class] {
  max-width: 928px;
}
.embed .u-maxWidth-929[class] {
  max-width: 929px;
}
.embed .u-maxWidth-930[class] {
  max-width: 930px;
}
.embed .u-maxWidth-931[class] {
  max-width: 931px;
}
.embed .u-maxWidth-932[class] {
  max-width: 932px;
}
.embed .u-maxWidth-933[class] {
  max-width: 933px;
}
.embed .u-maxWidth-934[class] {
  max-width: 934px;
}
.embed .u-maxWidth-935[class] {
  max-width: 935px;
}
.embed .u-maxWidth-936[class] {
  max-width: 936px;
}
.embed .u-maxWidth-937[class] {
  max-width: 937px;
}
.embed .u-maxWidth-938[class] {
  max-width: 938px;
}
.embed .u-maxWidth-939[class] {
  max-width: 939px;
}
.embed .u-maxWidth-940[class] {
  max-width: 940px;
}
.embed .u-maxWidth-941[class] {
  max-width: 941px;
}
.embed .u-maxWidth-942[class] {
  max-width: 942px;
}
.embed .u-maxWidth-943[class] {
  max-width: 943px;
}
.embed .u-maxWidth-944[class] {
  max-width: 944px;
}
.embed .u-maxWidth-945[class] {
  max-width: 945px;
}
.embed .u-maxWidth-946[class] {
  max-width: 946px;
}
.embed .u-maxWidth-947[class] {
  max-width: 947px;
}
.embed .u-maxWidth-948[class] {
  max-width: 948px;
}
.embed .u-maxWidth-949[class] {
  max-width: 949px;
}
.embed .u-maxWidth-950[class] {
  max-width: 950px;
}
.embed .u-maxWidth-951[class] {
  max-width: 951px;
}
.embed .u-maxWidth-952[class] {
  max-width: 952px;
}
.embed .u-maxWidth-953[class] {
  max-width: 953px;
}
.embed .u-maxWidth-954[class] {
  max-width: 954px;
}
.embed .u-maxWidth-955[class] {
  max-width: 955px;
}
.embed .u-maxWidth-956[class] {
  max-width: 956px;
}
.embed .u-maxWidth-957[class] {
  max-width: 957px;
}
.embed .u-maxWidth-958[class] {
  max-width: 958px;
}
.embed .u-maxWidth-959[class] {
  max-width: 959px;
}
.embed .u-maxWidth-960[class] {
  max-width: 960px;
}
.embed .u-maxWidth-961[class] {
  max-width: 961px;
}
.embed .u-maxWidth-962[class] {
  max-width: 962px;
}
.embed .u-maxWidth-963[class] {
  max-width: 963px;
}
.embed .u-maxWidth-964[class] {
  max-width: 964px;
}
.embed .u-maxWidth-965[class] {
  max-width: 965px;
}
.embed .u-maxWidth-966[class] {
  max-width: 966px;
}
.embed .u-maxWidth-967[class] {
  max-width: 967px;
}
.embed .u-maxWidth-968[class] {
  max-width: 968px;
}
.embed .u-maxWidth-969[class] {
  max-width: 969px;
}
.embed .u-maxWidth-970[class] {
  max-width: 970px;
}
.embed .u-maxWidth-971[class] {
  max-width: 971px;
}
.embed .u-maxWidth-972[class] {
  max-width: 972px;
}
.embed .u-maxWidth-973[class] {
  max-width: 973px;
}
.embed .u-maxWidth-974[class] {
  max-width: 974px;
}
.embed .u-maxWidth-975[class] {
  max-width: 975px;
}
.embed .u-maxWidth-976[class] {
  max-width: 976px;
}
.embed .u-maxWidth-977[class] {
  max-width: 977px;
}
.embed .u-maxWidth-978[class] {
  max-width: 978px;
}
.embed .u-maxWidth-979[class] {
  max-width: 979px;
}
.embed .u-maxWidth-980[class] {
  max-width: 980px;
}
.embed .u-maxWidth-981[class] {
  max-width: 981px;
}
.embed .u-maxWidth-982[class] {
  max-width: 982px;
}
.embed .u-maxWidth-983[class] {
  max-width: 983px;
}
.embed .u-maxWidth-984[class] {
  max-width: 984px;
}
.embed .u-maxWidth-985[class] {
  max-width: 985px;
}
.embed .u-maxWidth-986[class] {
  max-width: 986px;
}
.embed .u-maxWidth-987[class] {
  max-width: 987px;
}
.embed .u-maxWidth-988[class] {
  max-width: 988px;
}
.embed .u-maxWidth-989[class] {
  max-width: 989px;
}
.embed .u-maxWidth-990[class] {
  max-width: 990px;
}
.embed .u-maxWidth-991[class] {
  max-width: 991px;
}
.embed .u-maxWidth-992[class] {
  max-width: 992px;
}
.embed .u-maxWidth-993[class] {
  max-width: 993px;
}
.embed .u-maxWidth-994[class] {
  max-width: 994px;
}
.embed .u-maxWidth-995[class] {
  max-width: 995px;
}
.embed .u-maxWidth-996[class] {
  max-width: 996px;
}
.embed .u-maxWidth-997[class] {
  max-width: 997px;
}
.embed .u-maxWidth-998[class] {
  max-width: 998px;
}
.embed .u-maxWidth-999[class] {
  max-width: 999px;
}
.embed .u-maxWidth-1000[class] {
  max-width: 1000px;
}
@media (max-width: 800px) {
  .embed .u-maxWidth-1_sp[class] {
    max-width: 1px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-2_sp[class] {
    max-width: 2px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-3_sp[class] {
    max-width: 3px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-4_sp[class] {
    max-width: 4px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-5_sp[class] {
    max-width: 5px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-6_sp[class] {
    max-width: 6px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-7_sp[class] {
    max-width: 7px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-8_sp[class] {
    max-width: 8px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-9_sp[class] {
    max-width: 9px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-10_sp[class] {
    max-width: 10px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-11_sp[class] {
    max-width: 11px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-12_sp[class] {
    max-width: 12px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-13_sp[class] {
    max-width: 13px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-14_sp[class] {
    max-width: 14px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-15_sp[class] {
    max-width: 15px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-16_sp[class] {
    max-width: 16px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-17_sp[class] {
    max-width: 17px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-18_sp[class] {
    max-width: 18px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-19_sp[class] {
    max-width: 19px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-20_sp[class] {
    max-width: 20px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-21_sp[class] {
    max-width: 21px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-22_sp[class] {
    max-width: 22px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-23_sp[class] {
    max-width: 23px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-24_sp[class] {
    max-width: 24px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-25_sp[class] {
    max-width: 25px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-26_sp[class] {
    max-width: 26px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-27_sp[class] {
    max-width: 27px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-28_sp[class] {
    max-width: 28px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-29_sp[class] {
    max-width: 29px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-30_sp[class] {
    max-width: 30px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-31_sp[class] {
    max-width: 31px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-32_sp[class] {
    max-width: 32px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-33_sp[class] {
    max-width: 33px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-34_sp[class] {
    max-width: 34px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-35_sp[class] {
    max-width: 35px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-36_sp[class] {
    max-width: 36px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-37_sp[class] {
    max-width: 37px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-38_sp[class] {
    max-width: 38px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-39_sp[class] {
    max-width: 39px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-40_sp[class] {
    max-width: 40px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-41_sp[class] {
    max-width: 41px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-42_sp[class] {
    max-width: 42px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-43_sp[class] {
    max-width: 43px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-44_sp[class] {
    max-width: 44px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-45_sp[class] {
    max-width: 45px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-46_sp[class] {
    max-width: 46px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-47_sp[class] {
    max-width: 47px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-48_sp[class] {
    max-width: 48px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-49_sp[class] {
    max-width: 49px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-50_sp[class] {
    max-width: 50px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-51_sp[class] {
    max-width: 51px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-52_sp[class] {
    max-width: 52px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-53_sp[class] {
    max-width: 53px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-54_sp[class] {
    max-width: 54px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-55_sp[class] {
    max-width: 55px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-56_sp[class] {
    max-width: 56px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-57_sp[class] {
    max-width: 57px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-58_sp[class] {
    max-width: 58px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-59_sp[class] {
    max-width: 59px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-60_sp[class] {
    max-width: 60px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-61_sp[class] {
    max-width: 61px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-62_sp[class] {
    max-width: 62px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-63_sp[class] {
    max-width: 63px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-64_sp[class] {
    max-width: 64px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-65_sp[class] {
    max-width: 65px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-66_sp[class] {
    max-width: 66px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-67_sp[class] {
    max-width: 67px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-68_sp[class] {
    max-width: 68px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-69_sp[class] {
    max-width: 69px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-70_sp[class] {
    max-width: 70px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-71_sp[class] {
    max-width: 71px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-72_sp[class] {
    max-width: 72px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-73_sp[class] {
    max-width: 73px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-74_sp[class] {
    max-width: 74px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-75_sp[class] {
    max-width: 75px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-76_sp[class] {
    max-width: 76px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-77_sp[class] {
    max-width: 77px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-78_sp[class] {
    max-width: 78px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-79_sp[class] {
    max-width: 79px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-80_sp[class] {
    max-width: 80px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-81_sp[class] {
    max-width: 81px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-82_sp[class] {
    max-width: 82px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-83_sp[class] {
    max-width: 83px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-84_sp[class] {
    max-width: 84px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-85_sp[class] {
    max-width: 85px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-86_sp[class] {
    max-width: 86px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-87_sp[class] {
    max-width: 87px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-88_sp[class] {
    max-width: 88px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-89_sp[class] {
    max-width: 89px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-90_sp[class] {
    max-width: 90px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-91_sp[class] {
    max-width: 91px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-92_sp[class] {
    max-width: 92px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-93_sp[class] {
    max-width: 93px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-94_sp[class] {
    max-width: 94px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-95_sp[class] {
    max-width: 95px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-96_sp[class] {
    max-width: 96px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-97_sp[class] {
    max-width: 97px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-98_sp[class] {
    max-width: 98px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-99_sp[class] {
    max-width: 99px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-100_sp[class] {
    max-width: 100px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-101_sp[class] {
    max-width: 101px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-102_sp[class] {
    max-width: 102px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-103_sp[class] {
    max-width: 103px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-104_sp[class] {
    max-width: 104px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-105_sp[class] {
    max-width: 105px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-106_sp[class] {
    max-width: 106px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-107_sp[class] {
    max-width: 107px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-108_sp[class] {
    max-width: 108px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-109_sp[class] {
    max-width: 109px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-110_sp[class] {
    max-width: 110px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-111_sp[class] {
    max-width: 111px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-112_sp[class] {
    max-width: 112px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-113_sp[class] {
    max-width: 113px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-114_sp[class] {
    max-width: 114px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-115_sp[class] {
    max-width: 115px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-116_sp[class] {
    max-width: 116px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-117_sp[class] {
    max-width: 117px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-118_sp[class] {
    max-width: 118px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-119_sp[class] {
    max-width: 119px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-120_sp[class] {
    max-width: 120px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-121_sp[class] {
    max-width: 121px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-122_sp[class] {
    max-width: 122px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-123_sp[class] {
    max-width: 123px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-124_sp[class] {
    max-width: 124px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-125_sp[class] {
    max-width: 125px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-126_sp[class] {
    max-width: 126px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-127_sp[class] {
    max-width: 127px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-128_sp[class] {
    max-width: 128px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-129_sp[class] {
    max-width: 129px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-130_sp[class] {
    max-width: 130px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-131_sp[class] {
    max-width: 131px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-132_sp[class] {
    max-width: 132px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-133_sp[class] {
    max-width: 133px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-134_sp[class] {
    max-width: 134px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-135_sp[class] {
    max-width: 135px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-136_sp[class] {
    max-width: 136px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-137_sp[class] {
    max-width: 137px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-138_sp[class] {
    max-width: 138px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-139_sp[class] {
    max-width: 139px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-140_sp[class] {
    max-width: 140px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-141_sp[class] {
    max-width: 141px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-142_sp[class] {
    max-width: 142px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-143_sp[class] {
    max-width: 143px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-144_sp[class] {
    max-width: 144px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-145_sp[class] {
    max-width: 145px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-146_sp[class] {
    max-width: 146px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-147_sp[class] {
    max-width: 147px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-148_sp[class] {
    max-width: 148px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-149_sp[class] {
    max-width: 149px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-150_sp[class] {
    max-width: 150px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-151_sp[class] {
    max-width: 151px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-152_sp[class] {
    max-width: 152px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-153_sp[class] {
    max-width: 153px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-154_sp[class] {
    max-width: 154px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-155_sp[class] {
    max-width: 155px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-156_sp[class] {
    max-width: 156px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-157_sp[class] {
    max-width: 157px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-158_sp[class] {
    max-width: 158px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-159_sp[class] {
    max-width: 159px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-160_sp[class] {
    max-width: 160px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-161_sp[class] {
    max-width: 161px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-162_sp[class] {
    max-width: 162px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-163_sp[class] {
    max-width: 163px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-164_sp[class] {
    max-width: 164px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-165_sp[class] {
    max-width: 165px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-166_sp[class] {
    max-width: 166px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-167_sp[class] {
    max-width: 167px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-168_sp[class] {
    max-width: 168px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-169_sp[class] {
    max-width: 169px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-170_sp[class] {
    max-width: 170px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-171_sp[class] {
    max-width: 171px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-172_sp[class] {
    max-width: 172px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-173_sp[class] {
    max-width: 173px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-174_sp[class] {
    max-width: 174px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-175_sp[class] {
    max-width: 175px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-176_sp[class] {
    max-width: 176px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-177_sp[class] {
    max-width: 177px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-178_sp[class] {
    max-width: 178px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-179_sp[class] {
    max-width: 179px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-180_sp[class] {
    max-width: 180px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-181_sp[class] {
    max-width: 181px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-182_sp[class] {
    max-width: 182px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-183_sp[class] {
    max-width: 183px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-184_sp[class] {
    max-width: 184px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-185_sp[class] {
    max-width: 185px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-186_sp[class] {
    max-width: 186px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-187_sp[class] {
    max-width: 187px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-188_sp[class] {
    max-width: 188px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-189_sp[class] {
    max-width: 189px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-190_sp[class] {
    max-width: 190px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-191_sp[class] {
    max-width: 191px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-192_sp[class] {
    max-width: 192px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-193_sp[class] {
    max-width: 193px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-194_sp[class] {
    max-width: 194px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-195_sp[class] {
    max-width: 195px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-196_sp[class] {
    max-width: 196px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-197_sp[class] {
    max-width: 197px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-198_sp[class] {
    max-width: 198px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-199_sp[class] {
    max-width: 199px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-200_sp[class] {
    max-width: 200px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-201_sp[class] {
    max-width: 201px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-202_sp[class] {
    max-width: 202px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-203_sp[class] {
    max-width: 203px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-204_sp[class] {
    max-width: 204px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-205_sp[class] {
    max-width: 205px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-206_sp[class] {
    max-width: 206px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-207_sp[class] {
    max-width: 207px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-208_sp[class] {
    max-width: 208px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-209_sp[class] {
    max-width: 209px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-210_sp[class] {
    max-width: 210px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-211_sp[class] {
    max-width: 211px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-212_sp[class] {
    max-width: 212px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-213_sp[class] {
    max-width: 213px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-214_sp[class] {
    max-width: 214px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-215_sp[class] {
    max-width: 215px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-216_sp[class] {
    max-width: 216px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-217_sp[class] {
    max-width: 217px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-218_sp[class] {
    max-width: 218px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-219_sp[class] {
    max-width: 219px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-220_sp[class] {
    max-width: 220px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-221_sp[class] {
    max-width: 221px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-222_sp[class] {
    max-width: 222px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-223_sp[class] {
    max-width: 223px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-224_sp[class] {
    max-width: 224px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-225_sp[class] {
    max-width: 225px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-226_sp[class] {
    max-width: 226px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-227_sp[class] {
    max-width: 227px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-228_sp[class] {
    max-width: 228px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-229_sp[class] {
    max-width: 229px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-230_sp[class] {
    max-width: 230px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-231_sp[class] {
    max-width: 231px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-232_sp[class] {
    max-width: 232px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-233_sp[class] {
    max-width: 233px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-234_sp[class] {
    max-width: 234px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-235_sp[class] {
    max-width: 235px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-236_sp[class] {
    max-width: 236px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-237_sp[class] {
    max-width: 237px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-238_sp[class] {
    max-width: 238px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-239_sp[class] {
    max-width: 239px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-240_sp[class] {
    max-width: 240px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-241_sp[class] {
    max-width: 241px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-242_sp[class] {
    max-width: 242px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-243_sp[class] {
    max-width: 243px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-244_sp[class] {
    max-width: 244px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-245_sp[class] {
    max-width: 245px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-246_sp[class] {
    max-width: 246px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-247_sp[class] {
    max-width: 247px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-248_sp[class] {
    max-width: 248px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-249_sp[class] {
    max-width: 249px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-250_sp[class] {
    max-width: 250px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-251_sp[class] {
    max-width: 251px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-252_sp[class] {
    max-width: 252px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-253_sp[class] {
    max-width: 253px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-254_sp[class] {
    max-width: 254px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-255_sp[class] {
    max-width: 255px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-256_sp[class] {
    max-width: 256px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-257_sp[class] {
    max-width: 257px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-258_sp[class] {
    max-width: 258px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-259_sp[class] {
    max-width: 259px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-260_sp[class] {
    max-width: 260px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-261_sp[class] {
    max-width: 261px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-262_sp[class] {
    max-width: 262px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-263_sp[class] {
    max-width: 263px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-264_sp[class] {
    max-width: 264px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-265_sp[class] {
    max-width: 265px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-266_sp[class] {
    max-width: 266px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-267_sp[class] {
    max-width: 267px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-268_sp[class] {
    max-width: 268px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-269_sp[class] {
    max-width: 269px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-270_sp[class] {
    max-width: 270px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-271_sp[class] {
    max-width: 271px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-272_sp[class] {
    max-width: 272px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-273_sp[class] {
    max-width: 273px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-274_sp[class] {
    max-width: 274px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-275_sp[class] {
    max-width: 275px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-276_sp[class] {
    max-width: 276px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-277_sp[class] {
    max-width: 277px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-278_sp[class] {
    max-width: 278px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-279_sp[class] {
    max-width: 279px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-280_sp[class] {
    max-width: 280px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-281_sp[class] {
    max-width: 281px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-282_sp[class] {
    max-width: 282px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-283_sp[class] {
    max-width: 283px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-284_sp[class] {
    max-width: 284px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-285_sp[class] {
    max-width: 285px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-286_sp[class] {
    max-width: 286px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-287_sp[class] {
    max-width: 287px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-288_sp[class] {
    max-width: 288px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-289_sp[class] {
    max-width: 289px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-290_sp[class] {
    max-width: 290px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-291_sp[class] {
    max-width: 291px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-292_sp[class] {
    max-width: 292px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-293_sp[class] {
    max-width: 293px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-294_sp[class] {
    max-width: 294px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-295_sp[class] {
    max-width: 295px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-296_sp[class] {
    max-width: 296px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-297_sp[class] {
    max-width: 297px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-298_sp[class] {
    max-width: 298px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-299_sp[class] {
    max-width: 299px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-300_sp[class] {
    max-width: 300px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-301_sp[class] {
    max-width: 301px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-302_sp[class] {
    max-width: 302px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-303_sp[class] {
    max-width: 303px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-304_sp[class] {
    max-width: 304px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-305_sp[class] {
    max-width: 305px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-306_sp[class] {
    max-width: 306px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-307_sp[class] {
    max-width: 307px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-308_sp[class] {
    max-width: 308px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-309_sp[class] {
    max-width: 309px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-310_sp[class] {
    max-width: 310px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-311_sp[class] {
    max-width: 311px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-312_sp[class] {
    max-width: 312px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-313_sp[class] {
    max-width: 313px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-314_sp[class] {
    max-width: 314px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-315_sp[class] {
    max-width: 315px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-316_sp[class] {
    max-width: 316px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-317_sp[class] {
    max-width: 317px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-318_sp[class] {
    max-width: 318px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-319_sp[class] {
    max-width: 319px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-320_sp[class] {
    max-width: 320px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-321_sp[class] {
    max-width: 321px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-322_sp[class] {
    max-width: 322px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-323_sp[class] {
    max-width: 323px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-324_sp[class] {
    max-width: 324px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-325_sp[class] {
    max-width: 325px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-326_sp[class] {
    max-width: 326px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-327_sp[class] {
    max-width: 327px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-328_sp[class] {
    max-width: 328px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-329_sp[class] {
    max-width: 329px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-330_sp[class] {
    max-width: 330px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-331_sp[class] {
    max-width: 331px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-332_sp[class] {
    max-width: 332px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-333_sp[class] {
    max-width: 333px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-334_sp[class] {
    max-width: 334px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-335_sp[class] {
    max-width: 335px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-336_sp[class] {
    max-width: 336px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-337_sp[class] {
    max-width: 337px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-338_sp[class] {
    max-width: 338px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-339_sp[class] {
    max-width: 339px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-340_sp[class] {
    max-width: 340px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-341_sp[class] {
    max-width: 341px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-342_sp[class] {
    max-width: 342px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-343_sp[class] {
    max-width: 343px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-344_sp[class] {
    max-width: 344px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-345_sp[class] {
    max-width: 345px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-346_sp[class] {
    max-width: 346px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-347_sp[class] {
    max-width: 347px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-348_sp[class] {
    max-width: 348px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-349_sp[class] {
    max-width: 349px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-350_sp[class] {
    max-width: 350px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-351_sp[class] {
    max-width: 351px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-352_sp[class] {
    max-width: 352px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-353_sp[class] {
    max-width: 353px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-354_sp[class] {
    max-width: 354px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-355_sp[class] {
    max-width: 355px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-356_sp[class] {
    max-width: 356px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-357_sp[class] {
    max-width: 357px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-358_sp[class] {
    max-width: 358px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-359_sp[class] {
    max-width: 359px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-360_sp[class] {
    max-width: 360px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-361_sp[class] {
    max-width: 361px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-362_sp[class] {
    max-width: 362px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-363_sp[class] {
    max-width: 363px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-364_sp[class] {
    max-width: 364px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-365_sp[class] {
    max-width: 365px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-366_sp[class] {
    max-width: 366px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-367_sp[class] {
    max-width: 367px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-368_sp[class] {
    max-width: 368px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-369_sp[class] {
    max-width: 369px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-370_sp[class] {
    max-width: 370px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-371_sp[class] {
    max-width: 371px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-372_sp[class] {
    max-width: 372px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-373_sp[class] {
    max-width: 373px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-374_sp[class] {
    max-width: 374px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-375_sp[class] {
    max-width: 375px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-376_sp[class] {
    max-width: 376px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-377_sp[class] {
    max-width: 377px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-378_sp[class] {
    max-width: 378px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-379_sp[class] {
    max-width: 379px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-380_sp[class] {
    max-width: 380px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-381_sp[class] {
    max-width: 381px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-382_sp[class] {
    max-width: 382px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-383_sp[class] {
    max-width: 383px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-384_sp[class] {
    max-width: 384px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-385_sp[class] {
    max-width: 385px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-386_sp[class] {
    max-width: 386px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-387_sp[class] {
    max-width: 387px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-388_sp[class] {
    max-width: 388px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-389_sp[class] {
    max-width: 389px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-390_sp[class] {
    max-width: 390px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-391_sp[class] {
    max-width: 391px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-392_sp[class] {
    max-width: 392px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-393_sp[class] {
    max-width: 393px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-394_sp[class] {
    max-width: 394px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-395_sp[class] {
    max-width: 395px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-396_sp[class] {
    max-width: 396px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-397_sp[class] {
    max-width: 397px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-398_sp[class] {
    max-width: 398px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-399_sp[class] {
    max-width: 399px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-400_sp[class] {
    max-width: 400px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-401_sp[class] {
    max-width: 401px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-402_sp[class] {
    max-width: 402px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-403_sp[class] {
    max-width: 403px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-404_sp[class] {
    max-width: 404px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-405_sp[class] {
    max-width: 405px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-406_sp[class] {
    max-width: 406px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-407_sp[class] {
    max-width: 407px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-408_sp[class] {
    max-width: 408px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-409_sp[class] {
    max-width: 409px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-410_sp[class] {
    max-width: 410px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-411_sp[class] {
    max-width: 411px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-412_sp[class] {
    max-width: 412px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-413_sp[class] {
    max-width: 413px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-414_sp[class] {
    max-width: 414px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-415_sp[class] {
    max-width: 415px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-416_sp[class] {
    max-width: 416px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-417_sp[class] {
    max-width: 417px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-418_sp[class] {
    max-width: 418px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-419_sp[class] {
    max-width: 419px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-420_sp[class] {
    max-width: 420px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-421_sp[class] {
    max-width: 421px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-422_sp[class] {
    max-width: 422px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-423_sp[class] {
    max-width: 423px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-424_sp[class] {
    max-width: 424px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-425_sp[class] {
    max-width: 425px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-426_sp[class] {
    max-width: 426px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-427_sp[class] {
    max-width: 427px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-428_sp[class] {
    max-width: 428px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-429_sp[class] {
    max-width: 429px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-430_sp[class] {
    max-width: 430px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-431_sp[class] {
    max-width: 431px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-432_sp[class] {
    max-width: 432px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-433_sp[class] {
    max-width: 433px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-434_sp[class] {
    max-width: 434px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-435_sp[class] {
    max-width: 435px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-436_sp[class] {
    max-width: 436px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-437_sp[class] {
    max-width: 437px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-438_sp[class] {
    max-width: 438px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-439_sp[class] {
    max-width: 439px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-440_sp[class] {
    max-width: 440px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-441_sp[class] {
    max-width: 441px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-442_sp[class] {
    max-width: 442px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-443_sp[class] {
    max-width: 443px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-444_sp[class] {
    max-width: 444px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-445_sp[class] {
    max-width: 445px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-446_sp[class] {
    max-width: 446px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-447_sp[class] {
    max-width: 447px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-448_sp[class] {
    max-width: 448px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-449_sp[class] {
    max-width: 449px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-450_sp[class] {
    max-width: 450px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-451_sp[class] {
    max-width: 451px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-452_sp[class] {
    max-width: 452px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-453_sp[class] {
    max-width: 453px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-454_sp[class] {
    max-width: 454px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-455_sp[class] {
    max-width: 455px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-456_sp[class] {
    max-width: 456px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-457_sp[class] {
    max-width: 457px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-458_sp[class] {
    max-width: 458px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-459_sp[class] {
    max-width: 459px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-460_sp[class] {
    max-width: 460px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-461_sp[class] {
    max-width: 461px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-462_sp[class] {
    max-width: 462px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-463_sp[class] {
    max-width: 463px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-464_sp[class] {
    max-width: 464px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-465_sp[class] {
    max-width: 465px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-466_sp[class] {
    max-width: 466px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-467_sp[class] {
    max-width: 467px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-468_sp[class] {
    max-width: 468px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-469_sp[class] {
    max-width: 469px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-470_sp[class] {
    max-width: 470px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-471_sp[class] {
    max-width: 471px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-472_sp[class] {
    max-width: 472px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-473_sp[class] {
    max-width: 473px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-474_sp[class] {
    max-width: 474px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-475_sp[class] {
    max-width: 475px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-476_sp[class] {
    max-width: 476px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-477_sp[class] {
    max-width: 477px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-478_sp[class] {
    max-width: 478px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-479_sp[class] {
    max-width: 479px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-480_sp[class] {
    max-width: 480px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-481_sp[class] {
    max-width: 481px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-482_sp[class] {
    max-width: 482px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-483_sp[class] {
    max-width: 483px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-484_sp[class] {
    max-width: 484px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-485_sp[class] {
    max-width: 485px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-486_sp[class] {
    max-width: 486px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-487_sp[class] {
    max-width: 487px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-488_sp[class] {
    max-width: 488px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-489_sp[class] {
    max-width: 489px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-490_sp[class] {
    max-width: 490px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-491_sp[class] {
    max-width: 491px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-492_sp[class] {
    max-width: 492px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-493_sp[class] {
    max-width: 493px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-494_sp[class] {
    max-width: 494px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-495_sp[class] {
    max-width: 495px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-496_sp[class] {
    max-width: 496px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-497_sp[class] {
    max-width: 497px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-498_sp[class] {
    max-width: 498px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-499_sp[class] {
    max-width: 499px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-500_sp[class] {
    max-width: 500px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-501_sp[class] {
    max-width: 501px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-502_sp[class] {
    max-width: 502px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-503_sp[class] {
    max-width: 503px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-504_sp[class] {
    max-width: 504px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-505_sp[class] {
    max-width: 505px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-506_sp[class] {
    max-width: 506px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-507_sp[class] {
    max-width: 507px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-508_sp[class] {
    max-width: 508px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-509_sp[class] {
    max-width: 509px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-510_sp[class] {
    max-width: 510px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-511_sp[class] {
    max-width: 511px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-512_sp[class] {
    max-width: 512px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-513_sp[class] {
    max-width: 513px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-514_sp[class] {
    max-width: 514px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-515_sp[class] {
    max-width: 515px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-516_sp[class] {
    max-width: 516px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-517_sp[class] {
    max-width: 517px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-518_sp[class] {
    max-width: 518px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-519_sp[class] {
    max-width: 519px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-520_sp[class] {
    max-width: 520px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-521_sp[class] {
    max-width: 521px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-522_sp[class] {
    max-width: 522px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-523_sp[class] {
    max-width: 523px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-524_sp[class] {
    max-width: 524px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-525_sp[class] {
    max-width: 525px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-526_sp[class] {
    max-width: 526px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-527_sp[class] {
    max-width: 527px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-528_sp[class] {
    max-width: 528px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-529_sp[class] {
    max-width: 529px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-530_sp[class] {
    max-width: 530px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-531_sp[class] {
    max-width: 531px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-532_sp[class] {
    max-width: 532px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-533_sp[class] {
    max-width: 533px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-534_sp[class] {
    max-width: 534px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-535_sp[class] {
    max-width: 535px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-536_sp[class] {
    max-width: 536px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-537_sp[class] {
    max-width: 537px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-538_sp[class] {
    max-width: 538px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-539_sp[class] {
    max-width: 539px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-540_sp[class] {
    max-width: 540px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-541_sp[class] {
    max-width: 541px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-542_sp[class] {
    max-width: 542px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-543_sp[class] {
    max-width: 543px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-544_sp[class] {
    max-width: 544px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-545_sp[class] {
    max-width: 545px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-546_sp[class] {
    max-width: 546px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-547_sp[class] {
    max-width: 547px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-548_sp[class] {
    max-width: 548px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-549_sp[class] {
    max-width: 549px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-550_sp[class] {
    max-width: 550px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-551_sp[class] {
    max-width: 551px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-552_sp[class] {
    max-width: 552px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-553_sp[class] {
    max-width: 553px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-554_sp[class] {
    max-width: 554px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-555_sp[class] {
    max-width: 555px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-556_sp[class] {
    max-width: 556px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-557_sp[class] {
    max-width: 557px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-558_sp[class] {
    max-width: 558px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-559_sp[class] {
    max-width: 559px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-560_sp[class] {
    max-width: 560px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-561_sp[class] {
    max-width: 561px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-562_sp[class] {
    max-width: 562px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-563_sp[class] {
    max-width: 563px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-564_sp[class] {
    max-width: 564px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-565_sp[class] {
    max-width: 565px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-566_sp[class] {
    max-width: 566px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-567_sp[class] {
    max-width: 567px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-568_sp[class] {
    max-width: 568px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-569_sp[class] {
    max-width: 569px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-570_sp[class] {
    max-width: 570px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-571_sp[class] {
    max-width: 571px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-572_sp[class] {
    max-width: 572px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-573_sp[class] {
    max-width: 573px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-574_sp[class] {
    max-width: 574px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-575_sp[class] {
    max-width: 575px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-576_sp[class] {
    max-width: 576px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-577_sp[class] {
    max-width: 577px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-578_sp[class] {
    max-width: 578px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-579_sp[class] {
    max-width: 579px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-580_sp[class] {
    max-width: 580px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-581_sp[class] {
    max-width: 581px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-582_sp[class] {
    max-width: 582px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-583_sp[class] {
    max-width: 583px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-584_sp[class] {
    max-width: 584px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-585_sp[class] {
    max-width: 585px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-586_sp[class] {
    max-width: 586px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-587_sp[class] {
    max-width: 587px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-588_sp[class] {
    max-width: 588px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-589_sp[class] {
    max-width: 589px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-590_sp[class] {
    max-width: 590px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-591_sp[class] {
    max-width: 591px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-592_sp[class] {
    max-width: 592px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-593_sp[class] {
    max-width: 593px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-594_sp[class] {
    max-width: 594px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-595_sp[class] {
    max-width: 595px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-596_sp[class] {
    max-width: 596px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-597_sp[class] {
    max-width: 597px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-598_sp[class] {
    max-width: 598px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-599_sp[class] {
    max-width: 599px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-600_sp[class] {
    max-width: 600px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-601_sp[class] {
    max-width: 601px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-602_sp[class] {
    max-width: 602px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-603_sp[class] {
    max-width: 603px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-604_sp[class] {
    max-width: 604px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-605_sp[class] {
    max-width: 605px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-606_sp[class] {
    max-width: 606px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-607_sp[class] {
    max-width: 607px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-608_sp[class] {
    max-width: 608px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-609_sp[class] {
    max-width: 609px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-610_sp[class] {
    max-width: 610px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-611_sp[class] {
    max-width: 611px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-612_sp[class] {
    max-width: 612px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-613_sp[class] {
    max-width: 613px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-614_sp[class] {
    max-width: 614px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-615_sp[class] {
    max-width: 615px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-616_sp[class] {
    max-width: 616px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-617_sp[class] {
    max-width: 617px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-618_sp[class] {
    max-width: 618px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-619_sp[class] {
    max-width: 619px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-620_sp[class] {
    max-width: 620px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-621_sp[class] {
    max-width: 621px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-622_sp[class] {
    max-width: 622px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-623_sp[class] {
    max-width: 623px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-624_sp[class] {
    max-width: 624px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-625_sp[class] {
    max-width: 625px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-626_sp[class] {
    max-width: 626px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-627_sp[class] {
    max-width: 627px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-628_sp[class] {
    max-width: 628px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-629_sp[class] {
    max-width: 629px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-630_sp[class] {
    max-width: 630px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-631_sp[class] {
    max-width: 631px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-632_sp[class] {
    max-width: 632px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-633_sp[class] {
    max-width: 633px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-634_sp[class] {
    max-width: 634px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-635_sp[class] {
    max-width: 635px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-636_sp[class] {
    max-width: 636px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-637_sp[class] {
    max-width: 637px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-638_sp[class] {
    max-width: 638px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-639_sp[class] {
    max-width: 639px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-640_sp[class] {
    max-width: 640px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-641_sp[class] {
    max-width: 641px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-642_sp[class] {
    max-width: 642px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-643_sp[class] {
    max-width: 643px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-644_sp[class] {
    max-width: 644px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-645_sp[class] {
    max-width: 645px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-646_sp[class] {
    max-width: 646px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-647_sp[class] {
    max-width: 647px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-648_sp[class] {
    max-width: 648px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-649_sp[class] {
    max-width: 649px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-650_sp[class] {
    max-width: 650px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-651_sp[class] {
    max-width: 651px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-652_sp[class] {
    max-width: 652px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-653_sp[class] {
    max-width: 653px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-654_sp[class] {
    max-width: 654px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-655_sp[class] {
    max-width: 655px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-656_sp[class] {
    max-width: 656px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-657_sp[class] {
    max-width: 657px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-658_sp[class] {
    max-width: 658px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-659_sp[class] {
    max-width: 659px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-660_sp[class] {
    max-width: 660px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-661_sp[class] {
    max-width: 661px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-662_sp[class] {
    max-width: 662px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-663_sp[class] {
    max-width: 663px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-664_sp[class] {
    max-width: 664px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-665_sp[class] {
    max-width: 665px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-666_sp[class] {
    max-width: 666px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-667_sp[class] {
    max-width: 667px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-668_sp[class] {
    max-width: 668px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-669_sp[class] {
    max-width: 669px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-670_sp[class] {
    max-width: 670px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-671_sp[class] {
    max-width: 671px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-672_sp[class] {
    max-width: 672px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-673_sp[class] {
    max-width: 673px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-674_sp[class] {
    max-width: 674px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-675_sp[class] {
    max-width: 675px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-676_sp[class] {
    max-width: 676px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-677_sp[class] {
    max-width: 677px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-678_sp[class] {
    max-width: 678px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-679_sp[class] {
    max-width: 679px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-680_sp[class] {
    max-width: 680px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-681_sp[class] {
    max-width: 681px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-682_sp[class] {
    max-width: 682px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-683_sp[class] {
    max-width: 683px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-684_sp[class] {
    max-width: 684px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-685_sp[class] {
    max-width: 685px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-686_sp[class] {
    max-width: 686px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-687_sp[class] {
    max-width: 687px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-688_sp[class] {
    max-width: 688px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-689_sp[class] {
    max-width: 689px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-690_sp[class] {
    max-width: 690px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-691_sp[class] {
    max-width: 691px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-692_sp[class] {
    max-width: 692px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-693_sp[class] {
    max-width: 693px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-694_sp[class] {
    max-width: 694px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-695_sp[class] {
    max-width: 695px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-696_sp[class] {
    max-width: 696px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-697_sp[class] {
    max-width: 697px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-698_sp[class] {
    max-width: 698px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-699_sp[class] {
    max-width: 699px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-700_sp[class] {
    max-width: 700px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-701_sp[class] {
    max-width: 701px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-702_sp[class] {
    max-width: 702px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-703_sp[class] {
    max-width: 703px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-704_sp[class] {
    max-width: 704px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-705_sp[class] {
    max-width: 705px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-706_sp[class] {
    max-width: 706px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-707_sp[class] {
    max-width: 707px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-708_sp[class] {
    max-width: 708px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-709_sp[class] {
    max-width: 709px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-710_sp[class] {
    max-width: 710px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-711_sp[class] {
    max-width: 711px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-712_sp[class] {
    max-width: 712px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-713_sp[class] {
    max-width: 713px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-714_sp[class] {
    max-width: 714px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-715_sp[class] {
    max-width: 715px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-716_sp[class] {
    max-width: 716px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-717_sp[class] {
    max-width: 717px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-718_sp[class] {
    max-width: 718px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-719_sp[class] {
    max-width: 719px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-720_sp[class] {
    max-width: 720px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-721_sp[class] {
    max-width: 721px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-722_sp[class] {
    max-width: 722px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-723_sp[class] {
    max-width: 723px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-724_sp[class] {
    max-width: 724px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-725_sp[class] {
    max-width: 725px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-726_sp[class] {
    max-width: 726px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-727_sp[class] {
    max-width: 727px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-728_sp[class] {
    max-width: 728px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-729_sp[class] {
    max-width: 729px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-730_sp[class] {
    max-width: 730px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-731_sp[class] {
    max-width: 731px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-732_sp[class] {
    max-width: 732px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-733_sp[class] {
    max-width: 733px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-734_sp[class] {
    max-width: 734px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-735_sp[class] {
    max-width: 735px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-736_sp[class] {
    max-width: 736px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-737_sp[class] {
    max-width: 737px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-738_sp[class] {
    max-width: 738px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-739_sp[class] {
    max-width: 739px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-740_sp[class] {
    max-width: 740px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-741_sp[class] {
    max-width: 741px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-742_sp[class] {
    max-width: 742px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-743_sp[class] {
    max-width: 743px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-744_sp[class] {
    max-width: 744px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-745_sp[class] {
    max-width: 745px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-746_sp[class] {
    max-width: 746px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-747_sp[class] {
    max-width: 747px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-748_sp[class] {
    max-width: 748px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-749_sp[class] {
    max-width: 749px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-750_sp[class] {
    max-width: 750px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-751_sp[class] {
    max-width: 751px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-752_sp[class] {
    max-width: 752px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-753_sp[class] {
    max-width: 753px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-754_sp[class] {
    max-width: 754px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-755_sp[class] {
    max-width: 755px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-756_sp[class] {
    max-width: 756px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-757_sp[class] {
    max-width: 757px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-758_sp[class] {
    max-width: 758px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-759_sp[class] {
    max-width: 759px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-760_sp[class] {
    max-width: 760px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-761_sp[class] {
    max-width: 761px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-762_sp[class] {
    max-width: 762px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-763_sp[class] {
    max-width: 763px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-764_sp[class] {
    max-width: 764px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-765_sp[class] {
    max-width: 765px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-766_sp[class] {
    max-width: 766px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-767_sp[class] {
    max-width: 767px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-768_sp[class] {
    max-width: 768px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-769_sp[class] {
    max-width: 769px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-770_sp[class] {
    max-width: 770px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-771_sp[class] {
    max-width: 771px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-772_sp[class] {
    max-width: 772px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-773_sp[class] {
    max-width: 773px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-774_sp[class] {
    max-width: 774px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-775_sp[class] {
    max-width: 775px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-776_sp[class] {
    max-width: 776px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-777_sp[class] {
    max-width: 777px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-778_sp[class] {
    max-width: 778px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-779_sp[class] {
    max-width: 779px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-780_sp[class] {
    max-width: 780px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-781_sp[class] {
    max-width: 781px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-782_sp[class] {
    max-width: 782px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-783_sp[class] {
    max-width: 783px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-784_sp[class] {
    max-width: 784px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-785_sp[class] {
    max-width: 785px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-786_sp[class] {
    max-width: 786px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-787_sp[class] {
    max-width: 787px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-788_sp[class] {
    max-width: 788px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-789_sp[class] {
    max-width: 789px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-790_sp[class] {
    max-width: 790px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-791_sp[class] {
    max-width: 791px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-792_sp[class] {
    max-width: 792px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-793_sp[class] {
    max-width: 793px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-794_sp[class] {
    max-width: 794px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-795_sp[class] {
    max-width: 795px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-796_sp[class] {
    max-width: 796px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-797_sp[class] {
    max-width: 797px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-798_sp[class] {
    max-width: 798px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-799_sp[class] {
    max-width: 799px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-800_sp[class] {
    max-width: 800px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-801_sp[class] {
    max-width: 801px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-802_sp[class] {
    max-width: 802px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-803_sp[class] {
    max-width: 803px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-804_sp[class] {
    max-width: 804px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-805_sp[class] {
    max-width: 805px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-806_sp[class] {
    max-width: 806px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-807_sp[class] {
    max-width: 807px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-808_sp[class] {
    max-width: 808px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-809_sp[class] {
    max-width: 809px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-810_sp[class] {
    max-width: 810px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-811_sp[class] {
    max-width: 811px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-812_sp[class] {
    max-width: 812px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-813_sp[class] {
    max-width: 813px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-814_sp[class] {
    max-width: 814px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-815_sp[class] {
    max-width: 815px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-816_sp[class] {
    max-width: 816px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-817_sp[class] {
    max-width: 817px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-818_sp[class] {
    max-width: 818px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-819_sp[class] {
    max-width: 819px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-820_sp[class] {
    max-width: 820px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-821_sp[class] {
    max-width: 821px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-822_sp[class] {
    max-width: 822px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-823_sp[class] {
    max-width: 823px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-824_sp[class] {
    max-width: 824px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-825_sp[class] {
    max-width: 825px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-826_sp[class] {
    max-width: 826px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-827_sp[class] {
    max-width: 827px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-828_sp[class] {
    max-width: 828px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-829_sp[class] {
    max-width: 829px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-830_sp[class] {
    max-width: 830px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-831_sp[class] {
    max-width: 831px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-832_sp[class] {
    max-width: 832px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-833_sp[class] {
    max-width: 833px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-834_sp[class] {
    max-width: 834px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-835_sp[class] {
    max-width: 835px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-836_sp[class] {
    max-width: 836px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-837_sp[class] {
    max-width: 837px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-838_sp[class] {
    max-width: 838px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-839_sp[class] {
    max-width: 839px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-840_sp[class] {
    max-width: 840px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-841_sp[class] {
    max-width: 841px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-842_sp[class] {
    max-width: 842px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-843_sp[class] {
    max-width: 843px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-844_sp[class] {
    max-width: 844px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-845_sp[class] {
    max-width: 845px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-846_sp[class] {
    max-width: 846px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-847_sp[class] {
    max-width: 847px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-848_sp[class] {
    max-width: 848px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-849_sp[class] {
    max-width: 849px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-850_sp[class] {
    max-width: 850px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-851_sp[class] {
    max-width: 851px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-852_sp[class] {
    max-width: 852px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-853_sp[class] {
    max-width: 853px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-854_sp[class] {
    max-width: 854px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-855_sp[class] {
    max-width: 855px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-856_sp[class] {
    max-width: 856px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-857_sp[class] {
    max-width: 857px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-858_sp[class] {
    max-width: 858px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-859_sp[class] {
    max-width: 859px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-860_sp[class] {
    max-width: 860px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-861_sp[class] {
    max-width: 861px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-862_sp[class] {
    max-width: 862px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-863_sp[class] {
    max-width: 863px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-864_sp[class] {
    max-width: 864px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-865_sp[class] {
    max-width: 865px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-866_sp[class] {
    max-width: 866px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-867_sp[class] {
    max-width: 867px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-868_sp[class] {
    max-width: 868px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-869_sp[class] {
    max-width: 869px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-870_sp[class] {
    max-width: 870px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-871_sp[class] {
    max-width: 871px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-872_sp[class] {
    max-width: 872px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-873_sp[class] {
    max-width: 873px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-874_sp[class] {
    max-width: 874px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-875_sp[class] {
    max-width: 875px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-876_sp[class] {
    max-width: 876px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-877_sp[class] {
    max-width: 877px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-878_sp[class] {
    max-width: 878px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-879_sp[class] {
    max-width: 879px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-880_sp[class] {
    max-width: 880px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-881_sp[class] {
    max-width: 881px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-882_sp[class] {
    max-width: 882px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-883_sp[class] {
    max-width: 883px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-884_sp[class] {
    max-width: 884px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-885_sp[class] {
    max-width: 885px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-886_sp[class] {
    max-width: 886px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-887_sp[class] {
    max-width: 887px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-888_sp[class] {
    max-width: 888px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-889_sp[class] {
    max-width: 889px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-890_sp[class] {
    max-width: 890px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-891_sp[class] {
    max-width: 891px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-892_sp[class] {
    max-width: 892px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-893_sp[class] {
    max-width: 893px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-894_sp[class] {
    max-width: 894px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-895_sp[class] {
    max-width: 895px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-896_sp[class] {
    max-width: 896px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-897_sp[class] {
    max-width: 897px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-898_sp[class] {
    max-width: 898px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-899_sp[class] {
    max-width: 899px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-900_sp[class] {
    max-width: 900px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-901_sp[class] {
    max-width: 901px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-902_sp[class] {
    max-width: 902px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-903_sp[class] {
    max-width: 903px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-904_sp[class] {
    max-width: 904px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-905_sp[class] {
    max-width: 905px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-906_sp[class] {
    max-width: 906px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-907_sp[class] {
    max-width: 907px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-908_sp[class] {
    max-width: 908px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-909_sp[class] {
    max-width: 909px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-910_sp[class] {
    max-width: 910px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-911_sp[class] {
    max-width: 911px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-912_sp[class] {
    max-width: 912px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-913_sp[class] {
    max-width: 913px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-914_sp[class] {
    max-width: 914px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-915_sp[class] {
    max-width: 915px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-916_sp[class] {
    max-width: 916px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-917_sp[class] {
    max-width: 917px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-918_sp[class] {
    max-width: 918px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-919_sp[class] {
    max-width: 919px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-920_sp[class] {
    max-width: 920px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-921_sp[class] {
    max-width: 921px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-922_sp[class] {
    max-width: 922px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-923_sp[class] {
    max-width: 923px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-924_sp[class] {
    max-width: 924px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-925_sp[class] {
    max-width: 925px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-926_sp[class] {
    max-width: 926px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-927_sp[class] {
    max-width: 927px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-928_sp[class] {
    max-width: 928px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-929_sp[class] {
    max-width: 929px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-930_sp[class] {
    max-width: 930px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-931_sp[class] {
    max-width: 931px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-932_sp[class] {
    max-width: 932px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-933_sp[class] {
    max-width: 933px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-934_sp[class] {
    max-width: 934px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-935_sp[class] {
    max-width: 935px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-936_sp[class] {
    max-width: 936px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-937_sp[class] {
    max-width: 937px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-938_sp[class] {
    max-width: 938px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-939_sp[class] {
    max-width: 939px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-940_sp[class] {
    max-width: 940px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-941_sp[class] {
    max-width: 941px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-942_sp[class] {
    max-width: 942px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-943_sp[class] {
    max-width: 943px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-944_sp[class] {
    max-width: 944px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-945_sp[class] {
    max-width: 945px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-946_sp[class] {
    max-width: 946px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-947_sp[class] {
    max-width: 947px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-948_sp[class] {
    max-width: 948px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-949_sp[class] {
    max-width: 949px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-950_sp[class] {
    max-width: 950px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-951_sp[class] {
    max-width: 951px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-952_sp[class] {
    max-width: 952px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-953_sp[class] {
    max-width: 953px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-954_sp[class] {
    max-width: 954px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-955_sp[class] {
    max-width: 955px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-956_sp[class] {
    max-width: 956px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-957_sp[class] {
    max-width: 957px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-958_sp[class] {
    max-width: 958px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-959_sp[class] {
    max-width: 959px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-960_sp[class] {
    max-width: 960px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-961_sp[class] {
    max-width: 961px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-962_sp[class] {
    max-width: 962px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-963_sp[class] {
    max-width: 963px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-964_sp[class] {
    max-width: 964px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-965_sp[class] {
    max-width: 965px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-966_sp[class] {
    max-width: 966px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-967_sp[class] {
    max-width: 967px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-968_sp[class] {
    max-width: 968px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-969_sp[class] {
    max-width: 969px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-970_sp[class] {
    max-width: 970px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-971_sp[class] {
    max-width: 971px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-972_sp[class] {
    max-width: 972px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-973_sp[class] {
    max-width: 973px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-974_sp[class] {
    max-width: 974px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-975_sp[class] {
    max-width: 975px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-976_sp[class] {
    max-width: 976px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-977_sp[class] {
    max-width: 977px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-978_sp[class] {
    max-width: 978px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-979_sp[class] {
    max-width: 979px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-980_sp[class] {
    max-width: 980px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-981_sp[class] {
    max-width: 981px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-982_sp[class] {
    max-width: 982px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-983_sp[class] {
    max-width: 983px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-984_sp[class] {
    max-width: 984px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-985_sp[class] {
    max-width: 985px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-986_sp[class] {
    max-width: 986px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-987_sp[class] {
    max-width: 987px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-988_sp[class] {
    max-width: 988px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-989_sp[class] {
    max-width: 989px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-990_sp[class] {
    max-width: 990px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-991_sp[class] {
    max-width: 991px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-992_sp[class] {
    max-width: 992px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-993_sp[class] {
    max-width: 993px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-994_sp[class] {
    max-width: 994px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-995_sp[class] {
    max-width: 995px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-996_sp[class] {
    max-width: 996px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-997_sp[class] {
    max-width: 997px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-998_sp[class] {
    max-width: 998px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-999_sp[class] {
    max-width: 999px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-maxWidth-1000_sp[class] {
    max-width: 1000px !important;
  }
}
/**
* margin
* ========================== */
.embed .u-mb-1:not(:root) {
  margin-bottom: 1px !important;
}
.embed .u-mb-2:not(:root) {
  margin-bottom: 2px !important;
}
.embed .u-mb-3:not(:root) {
  margin-bottom: 3px !important;
}
.embed .u-mb-4:not(:root) {
  margin-bottom: 4px !important;
}
.embed .u-mb-5:not(:root) {
  margin-bottom: 5px !important;
}
.embed .u-mb-6:not(:root) {
  margin-bottom: 6px !important;
}
.embed .u-mb-7:not(:root) {
  margin-bottom: 7px !important;
}
.embed .u-mb-8:not(:root) {
  margin-bottom: 8px !important;
}
.embed .u-mb-9:not(:root) {
  margin-bottom: 9px !important;
}
.embed .u-mb-10:not(:root) {
  margin-bottom: 10px !important;
}
.embed .u-mb-11:not(:root) {
  margin-bottom: 11px !important;
}
.embed .u-mb-12:not(:root) {
  margin-bottom: 12px !important;
}
.embed .u-mb-13:not(:root) {
  margin-bottom: 13px !important;
}
.embed .u-mb-14:not(:root) {
  margin-bottom: 14px !important;
}
.embed .u-mb-15:not(:root) {
  margin-bottom: 15px !important;
}
.embed .u-mb-16:not(:root) {
  margin-bottom: 16px !important;
}
.embed .u-mb-17:not(:root) {
  margin-bottom: 17px !important;
}
.embed .u-mb-18:not(:root) {
  margin-bottom: 18px !important;
}
.embed .u-mb-19:not(:root) {
  margin-bottom: 19px !important;
}
.embed .u-mb-20:not(:root) {
  margin-bottom: 20px !important;
}
.embed .u-mb-21:not(:root) {
  margin-bottom: 21px !important;
}
.embed .u-mb-22:not(:root) {
  margin-bottom: 22px !important;
}
.embed .u-mb-23:not(:root) {
  margin-bottom: 23px !important;
}
.embed .u-mb-24:not(:root) {
  margin-bottom: 24px !important;
}
.embed .u-mb-25:not(:root) {
  margin-bottom: 25px !important;
}
.embed .u-mb-26:not(:root) {
  margin-bottom: 26px !important;
}
.embed .u-mb-27:not(:root) {
  margin-bottom: 27px !important;
}
.embed .u-mb-28:not(:root) {
  margin-bottom: 28px !important;
}
.embed .u-mb-29:not(:root) {
  margin-bottom: 29px !important;
}
.embed .u-mb-30:not(:root) {
  margin-bottom: 30px !important;
}
.embed .u-mb-31:not(:root) {
  margin-bottom: 31px !important;
}
.embed .u-mb-32:not(:root) {
  margin-bottom: 32px !important;
}
.embed .u-mb-33:not(:root) {
  margin-bottom: 33px !important;
}
.embed .u-mb-34:not(:root) {
  margin-bottom: 34px !important;
}
.embed .u-mb-35:not(:root) {
  margin-bottom: 35px !important;
}
.embed .u-mb-36:not(:root) {
  margin-bottom: 36px !important;
}
.embed .u-mb-37:not(:root) {
  margin-bottom: 37px !important;
}
.embed .u-mb-38:not(:root) {
  margin-bottom: 38px !important;
}
.embed .u-mb-39:not(:root) {
  margin-bottom: 39px !important;
}
.embed .u-mb-40:not(:root) {
  margin-bottom: 40px !important;
}
.embed .u-mb-41:not(:root) {
  margin-bottom: 41px !important;
}
.embed .u-mb-42:not(:root) {
  margin-bottom: 42px !important;
}
.embed .u-mb-43:not(:root) {
  margin-bottom: 43px !important;
}
.embed .u-mb-44:not(:root) {
  margin-bottom: 44px !important;
}
.embed .u-mb-45:not(:root) {
  margin-bottom: 45px !important;
}
.embed .u-mb-46:not(:root) {
  margin-bottom: 46px !important;
}
.embed .u-mb-47:not(:root) {
  margin-bottom: 47px !important;
}
.embed .u-mb-48:not(:root) {
  margin-bottom: 48px !important;
}
.embed .u-mb-49:not(:root) {
  margin-bottom: 49px !important;
}
.embed .u-mb-50:not(:root) {
  margin-bottom: 50px !important;
}
.embed .u-mb-51:not(:root) {
  margin-bottom: 51px !important;
}
.embed .u-mb-52:not(:root) {
  margin-bottom: 52px !important;
}
.embed .u-mb-53:not(:root) {
  margin-bottom: 53px !important;
}
.embed .u-mb-54:not(:root) {
  margin-bottom: 54px !important;
}
.embed .u-mb-55:not(:root) {
  margin-bottom: 55px !important;
}
.embed .u-mb-56:not(:root) {
  margin-bottom: 56px !important;
}
.embed .u-mb-57:not(:root) {
  margin-bottom: 57px !important;
}
.embed .u-mb-58:not(:root) {
  margin-bottom: 58px !important;
}
.embed .u-mb-59:not(:root) {
  margin-bottom: 59px !important;
}
.embed .u-mb-60:not(:root) {
  margin-bottom: 60px !important;
}
.embed .u-mb-61:not(:root) {
  margin-bottom: 61px !important;
}
.embed .u-mb-62:not(:root) {
  margin-bottom: 62px !important;
}
.embed .u-mb-63:not(:root) {
  margin-bottom: 63px !important;
}
.embed .u-mb-64:not(:root) {
  margin-bottom: 64px !important;
}
.embed .u-mb-65:not(:root) {
  margin-bottom: 65px !important;
}
.embed .u-mb-66:not(:root) {
  margin-bottom: 66px !important;
}
.embed .u-mb-67:not(:root) {
  margin-bottom: 67px !important;
}
.embed .u-mb-68:not(:root) {
  margin-bottom: 68px !important;
}
.embed .u-mb-69:not(:root) {
  margin-bottom: 69px !important;
}
.embed .u-mb-70:not(:root) {
  margin-bottom: 70px !important;
}
.embed .u-mb-71:not(:root) {
  margin-bottom: 71px !important;
}
.embed .u-mb-72:not(:root) {
  margin-bottom: 72px !important;
}
.embed .u-mb-73:not(:root) {
  margin-bottom: 73px !important;
}
.embed .u-mb-74:not(:root) {
  margin-bottom: 74px !important;
}
.embed .u-mb-75:not(:root) {
  margin-bottom: 75px !important;
}
.embed .u-mb-76:not(:root) {
  margin-bottom: 76px !important;
}
.embed .u-mb-77:not(:root) {
  margin-bottom: 77px !important;
}
.embed .u-mb-78:not(:root) {
  margin-bottom: 78px !important;
}
.embed .u-mb-79:not(:root) {
  margin-bottom: 79px !important;
}
.embed .u-mb-80:not(:root) {
  margin-bottom: 80px !important;
}
.embed .u-mb-81:not(:root) {
  margin-bottom: 81px !important;
}
.embed .u-mb-82:not(:root) {
  margin-bottom: 82px !important;
}
.embed .u-mb-83:not(:root) {
  margin-bottom: 83px !important;
}
.embed .u-mb-84:not(:root) {
  margin-bottom: 84px !important;
}
.embed .u-mb-85:not(:root) {
  margin-bottom: 85px !important;
}
.embed .u-mb-86:not(:root) {
  margin-bottom: 86px !important;
}
.embed .u-mb-87:not(:root) {
  margin-bottom: 87px !important;
}
.embed .u-mb-88:not(:root) {
  margin-bottom: 88px !important;
}
.embed .u-mb-89:not(:root) {
  margin-bottom: 89px !important;
}
.embed .u-mb-90:not(:root) {
  margin-bottom: 90px !important;
}
.embed .u-mb-91:not(:root) {
  margin-bottom: 91px !important;
}
.embed .u-mb-92:not(:root) {
  margin-bottom: 92px !important;
}
.embed .u-mb-93:not(:root) {
  margin-bottom: 93px !important;
}
.embed .u-mb-94:not(:root) {
  margin-bottom: 94px !important;
}
.embed .u-mb-95:not(:root) {
  margin-bottom: 95px !important;
}
.embed .u-mb-96:not(:root) {
  margin-bottom: 96px !important;
}
.embed .u-mb-97:not(:root) {
  margin-bottom: 97px !important;
}
.embed .u-mb-98:not(:root) {
  margin-bottom: 98px !important;
}
.embed .u-mb-99:not(:root) {
  margin-bottom: 99px !important;
}
.embed .u-mb-100:not(:root) {
  margin-bottom: 100px !important;
}
.embed .u-mb-101:not(:root) {
  margin-bottom: 101px !important;
}
.embed .u-mb-102:not(:root) {
  margin-bottom: 102px !important;
}
.embed .u-mb-103:not(:root) {
  margin-bottom: 103px !important;
}
.embed .u-mb-104:not(:root) {
  margin-bottom: 104px !important;
}
.embed .u-mb-105:not(:root) {
  margin-bottom: 105px !important;
}
.embed .u-mb-106:not(:root) {
  margin-bottom: 106px !important;
}
.embed .u-mb-107:not(:root) {
  margin-bottom: 107px !important;
}
.embed .u-mb-108:not(:root) {
  margin-bottom: 108px !important;
}
.embed .u-mb-109:not(:root) {
  margin-bottom: 109px !important;
}
.embed .u-mb-110:not(:root) {
  margin-bottom: 110px !important;
}
.embed .u-mb-111:not(:root) {
  margin-bottom: 111px !important;
}
.embed .u-mb-112:not(:root) {
  margin-bottom: 112px !important;
}
.embed .u-mb-113:not(:root) {
  margin-bottom: 113px !important;
}
.embed .u-mb-114:not(:root) {
  margin-bottom: 114px !important;
}
.embed .u-mb-115:not(:root) {
  margin-bottom: 115px !important;
}
.embed .u-mb-116:not(:root) {
  margin-bottom: 116px !important;
}
.embed .u-mb-117:not(:root) {
  margin-bottom: 117px !important;
}
.embed .u-mb-118:not(:root) {
  margin-bottom: 118px !important;
}
.embed .u-mb-119:not(:root) {
  margin-bottom: 119px !important;
}
.embed .u-mb-120:not(:root) {
  margin-bottom: 120px !important;
}
.embed .u-mb-121:not(:root) {
  margin-bottom: 121px !important;
}
.embed .u-mb-122:not(:root) {
  margin-bottom: 122px !important;
}
.embed .u-mb-123:not(:root) {
  margin-bottom: 123px !important;
}
.embed .u-mb-124:not(:root) {
  margin-bottom: 124px !important;
}
.embed .u-mb-125:not(:root) {
  margin-bottom: 125px !important;
}
.embed .u-mb-126:not(:root) {
  margin-bottom: 126px !important;
}
.embed .u-mb-127:not(:root) {
  margin-bottom: 127px !important;
}
.embed .u-mb-128:not(:root) {
  margin-bottom: 128px !important;
}
.embed .u-mb-129:not(:root) {
  margin-bottom: 129px !important;
}
.embed .u-mb-130:not(:root) {
  margin-bottom: 130px !important;
}
.embed .u-mb-131:not(:root) {
  margin-bottom: 131px !important;
}
.embed .u-mb-132:not(:root) {
  margin-bottom: 132px !important;
}
.embed .u-mb-133:not(:root) {
  margin-bottom: 133px !important;
}
.embed .u-mb-134:not(:root) {
  margin-bottom: 134px !important;
}
.embed .u-mb-135:not(:root) {
  margin-bottom: 135px !important;
}
.embed .u-mb-136:not(:root) {
  margin-bottom: 136px !important;
}
.embed .u-mb-137:not(:root) {
  margin-bottom: 137px !important;
}
.embed .u-mb-138:not(:root) {
  margin-bottom: 138px !important;
}
.embed .u-mb-139:not(:root) {
  margin-bottom: 139px !important;
}
.embed .u-mb-140:not(:root) {
  margin-bottom: 140px !important;
}
.embed .u-mb-141:not(:root) {
  margin-bottom: 141px !important;
}
.embed .u-mb-142:not(:root) {
  margin-bottom: 142px !important;
}
.embed .u-mb-143:not(:root) {
  margin-bottom: 143px !important;
}
.embed .u-mb-144:not(:root) {
  margin-bottom: 144px !important;
}
.embed .u-mb-145:not(:root) {
  margin-bottom: 145px !important;
}
.embed .u-mb-146:not(:root) {
  margin-bottom: 146px !important;
}
.embed .u-mb-147:not(:root) {
  margin-bottom: 147px !important;
}
.embed .u-mb-148:not(:root) {
  margin-bottom: 148px !important;
}
.embed .u-mb-149:not(:root) {
  margin-bottom: 149px !important;
}
.embed .u-mb-150:not(:root) {
  margin-bottom: 150px !important;
}
.embed .u-mb-151:not(:root) {
  margin-bottom: 151px !important;
}
.embed .u-mb-152:not(:root) {
  margin-bottom: 152px !important;
}
.embed .u-mb-153:not(:root) {
  margin-bottom: 153px !important;
}
.embed .u-mb-154:not(:root) {
  margin-bottom: 154px !important;
}
.embed .u-mb-155:not(:root) {
  margin-bottom: 155px !important;
}
.embed .u-mb-156:not(:root) {
  margin-bottom: 156px !important;
}
.embed .u-mb-157:not(:root) {
  margin-bottom: 157px !important;
}
.embed .u-mb-158:not(:root) {
  margin-bottom: 158px !important;
}
.embed .u-mb-159:not(:root) {
  margin-bottom: 159px !important;
}
.embed .u-mb-160:not(:root) {
  margin-bottom: 160px !important;
}
.embed .u-mb-161:not(:root) {
  margin-bottom: 161px !important;
}
.embed .u-mb-162:not(:root) {
  margin-bottom: 162px !important;
}
.embed .u-mb-163:not(:root) {
  margin-bottom: 163px !important;
}
.embed .u-mb-164:not(:root) {
  margin-bottom: 164px !important;
}
.embed .u-mb-165:not(:root) {
  margin-bottom: 165px !important;
}
.embed .u-mb-166:not(:root) {
  margin-bottom: 166px !important;
}
.embed .u-mb-167:not(:root) {
  margin-bottom: 167px !important;
}
.embed .u-mb-168:not(:root) {
  margin-bottom: 168px !important;
}
.embed .u-mb-169:not(:root) {
  margin-bottom: 169px !important;
}
.embed .u-mb-170:not(:root) {
  margin-bottom: 170px !important;
}
.embed .u-mb-171:not(:root) {
  margin-bottom: 171px !important;
}
.embed .u-mb-172:not(:root) {
  margin-bottom: 172px !important;
}
.embed .u-mb-173:not(:root) {
  margin-bottom: 173px !important;
}
.embed .u-mb-174:not(:root) {
  margin-bottom: 174px !important;
}
.embed .u-mb-175:not(:root) {
  margin-bottom: 175px !important;
}
.embed .u-mb-176:not(:root) {
  margin-bottom: 176px !important;
}
.embed .u-mb-177:not(:root) {
  margin-bottom: 177px !important;
}
.embed .u-mb-178:not(:root) {
  margin-bottom: 178px !important;
}
.embed .u-mb-179:not(:root) {
  margin-bottom: 179px !important;
}
.embed .u-mb-180:not(:root) {
  margin-bottom: 180px !important;
}
.embed .u-mb-181:not(:root) {
  margin-bottom: 181px !important;
}
.embed .u-mb-182:not(:root) {
  margin-bottom: 182px !important;
}
.embed .u-mb-183:not(:root) {
  margin-bottom: 183px !important;
}
.embed .u-mb-184:not(:root) {
  margin-bottom: 184px !important;
}
.embed .u-mb-185:not(:root) {
  margin-bottom: 185px !important;
}
.embed .u-mb-186:not(:root) {
  margin-bottom: 186px !important;
}
.embed .u-mb-187:not(:root) {
  margin-bottom: 187px !important;
}
.embed .u-mb-188:not(:root) {
  margin-bottom: 188px !important;
}
.embed .u-mb-189:not(:root) {
  margin-bottom: 189px !important;
}
.embed .u-mb-190:not(:root) {
  margin-bottom: 190px !important;
}
.embed .u-mb-191:not(:root) {
  margin-bottom: 191px !important;
}
.embed .u-mb-192:not(:root) {
  margin-bottom: 192px !important;
}
.embed .u-mb-193:not(:root) {
  margin-bottom: 193px !important;
}
.embed .u-mb-194:not(:root) {
  margin-bottom: 194px !important;
}
.embed .u-mb-195:not(:root) {
  margin-bottom: 195px !important;
}
.embed .u-mb-196:not(:root) {
  margin-bottom: 196px !important;
}
.embed .u-mb-197:not(:root) {
  margin-bottom: 197px !important;
}
.embed .u-mb-198:not(:root) {
  margin-bottom: 198px !important;
}
.embed .u-mb-199:not(:root) {
  margin-bottom: 199px !important;
}
.embed .u-mb-200:not(:root) {
  margin-bottom: 200px !important;
}
@media (max-width: 800px) {
  .embed .u-mb-1_sp:not(:root) {
    margin-bottom: 1px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-2_sp:not(:root) {
    margin-bottom: 2px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-3_sp:not(:root) {
    margin-bottom: 3px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-4_sp:not(:root) {
    margin-bottom: 4px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-5_sp:not(:root) {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-6_sp:not(:root) {
    margin-bottom: 6px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-7_sp:not(:root) {
    margin-bottom: 7px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-8_sp:not(:root) {
    margin-bottom: 8px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-9_sp:not(:root) {
    margin-bottom: 9px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-10_sp:not(:root) {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-11_sp:not(:root) {
    margin-bottom: 11px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-12_sp:not(:root) {
    margin-bottom: 12px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-13_sp:not(:root) {
    margin-bottom: 13px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-14_sp:not(:root) {
    margin-bottom: 14px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-15_sp:not(:root) {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-16_sp:not(:root) {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-17_sp:not(:root) {
    margin-bottom: 17px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-18_sp:not(:root) {
    margin-bottom: 18px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-19_sp:not(:root) {
    margin-bottom: 19px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-20_sp:not(:root) {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-21_sp:not(:root) {
    margin-bottom: 21px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-22_sp:not(:root) {
    margin-bottom: 22px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-23_sp:not(:root) {
    margin-bottom: 23px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-24_sp:not(:root) {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-25_sp:not(:root) {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-26_sp:not(:root) {
    margin-bottom: 26px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-27_sp:not(:root) {
    margin-bottom: 27px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-28_sp:not(:root) {
    margin-bottom: 28px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-29_sp:not(:root) {
    margin-bottom: 29px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-30_sp:not(:root) {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-31_sp:not(:root) {
    margin-bottom: 31px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-32_sp:not(:root) {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-33_sp:not(:root) {
    margin-bottom: 33px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-34_sp:not(:root) {
    margin-bottom: 34px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-35_sp:not(:root) {
    margin-bottom: 35px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-36_sp:not(:root) {
    margin-bottom: 36px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-37_sp:not(:root) {
    margin-bottom: 37px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-38_sp:not(:root) {
    margin-bottom: 38px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-39_sp:not(:root) {
    margin-bottom: 39px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-40_sp:not(:root) {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-41_sp:not(:root) {
    margin-bottom: 41px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-42_sp:not(:root) {
    margin-bottom: 42px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-43_sp:not(:root) {
    margin-bottom: 43px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-44_sp:not(:root) {
    margin-bottom: 44px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-45_sp:not(:root) {
    margin-bottom: 45px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-46_sp:not(:root) {
    margin-bottom: 46px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-47_sp:not(:root) {
    margin-bottom: 47px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-48_sp:not(:root) {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-49_sp:not(:root) {
    margin-bottom: 49px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-50_sp:not(:root) {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-51_sp:not(:root) {
    margin-bottom: 51px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-52_sp:not(:root) {
    margin-bottom: 52px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-53_sp:not(:root) {
    margin-bottom: 53px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-54_sp:not(:root) {
    margin-bottom: 54px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-55_sp:not(:root) {
    margin-bottom: 55px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-56_sp:not(:root) {
    margin-bottom: 56px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-57_sp:not(:root) {
    margin-bottom: 57px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-58_sp:not(:root) {
    margin-bottom: 58px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-59_sp:not(:root) {
    margin-bottom: 59px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-60_sp:not(:root) {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-61_sp:not(:root) {
    margin-bottom: 61px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-62_sp:not(:root) {
    margin-bottom: 62px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-63_sp:not(:root) {
    margin-bottom: 63px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-64_sp:not(:root) {
    margin-bottom: 64px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-65_sp:not(:root) {
    margin-bottom: 65px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-66_sp:not(:root) {
    margin-bottom: 66px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-67_sp:not(:root) {
    margin-bottom: 67px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-68_sp:not(:root) {
    margin-bottom: 68px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-69_sp:not(:root) {
    margin-bottom: 69px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-70_sp:not(:root) {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-71_sp:not(:root) {
    margin-bottom: 71px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-72_sp:not(:root) {
    margin-bottom: 72px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-73_sp:not(:root) {
    margin-bottom: 73px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-74_sp:not(:root) {
    margin-bottom: 74px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-75_sp:not(:root) {
    margin-bottom: 75px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-76_sp:not(:root) {
    margin-bottom: 76px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-77_sp:not(:root) {
    margin-bottom: 77px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-78_sp:not(:root) {
    margin-bottom: 78px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-79_sp:not(:root) {
    margin-bottom: 79px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-80_sp:not(:root) {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-81_sp:not(:root) {
    margin-bottom: 81px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-82_sp:not(:root) {
    margin-bottom: 82px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-83_sp:not(:root) {
    margin-bottom: 83px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-84_sp:not(:root) {
    margin-bottom: 84px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-85_sp:not(:root) {
    margin-bottom: 85px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-86_sp:not(:root) {
    margin-bottom: 86px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-87_sp:not(:root) {
    margin-bottom: 87px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-88_sp:not(:root) {
    margin-bottom: 88px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-89_sp:not(:root) {
    margin-bottom: 89px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-90_sp:not(:root) {
    margin-bottom: 90px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-91_sp:not(:root) {
    margin-bottom: 91px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-92_sp:not(:root) {
    margin-bottom: 92px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-93_sp:not(:root) {
    margin-bottom: 93px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-94_sp:not(:root) {
    margin-bottom: 94px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-95_sp:not(:root) {
    margin-bottom: 95px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-96_sp:not(:root) {
    margin-bottom: 96px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-97_sp:not(:root) {
    margin-bottom: 97px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-98_sp:not(:root) {
    margin-bottom: 98px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-99_sp:not(:root) {
    margin-bottom: 99px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-100_sp:not(:root) {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-101_sp:not(:root) {
    margin-bottom: 101px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-102_sp:not(:root) {
    margin-bottom: 102px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-103_sp:not(:root) {
    margin-bottom: 103px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-104_sp:not(:root) {
    margin-bottom: 104px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-105_sp:not(:root) {
    margin-bottom: 105px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-106_sp:not(:root) {
    margin-bottom: 106px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-107_sp:not(:root) {
    margin-bottom: 107px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-108_sp:not(:root) {
    margin-bottom: 108px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-109_sp:not(:root) {
    margin-bottom: 109px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-110_sp:not(:root) {
    margin-bottom: 110px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-111_sp:not(:root) {
    margin-bottom: 111px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-112_sp:not(:root) {
    margin-bottom: 112px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-113_sp:not(:root) {
    margin-bottom: 113px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-114_sp:not(:root) {
    margin-bottom: 114px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-115_sp:not(:root) {
    margin-bottom: 115px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-116_sp:not(:root) {
    margin-bottom: 116px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-117_sp:not(:root) {
    margin-bottom: 117px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-118_sp:not(:root) {
    margin-bottom: 118px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-119_sp:not(:root) {
    margin-bottom: 119px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-120_sp:not(:root) {
    margin-bottom: 120px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-121_sp:not(:root) {
    margin-bottom: 121px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-122_sp:not(:root) {
    margin-bottom: 122px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-123_sp:not(:root) {
    margin-bottom: 123px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-124_sp:not(:root) {
    margin-bottom: 124px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-125_sp:not(:root) {
    margin-bottom: 125px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-126_sp:not(:root) {
    margin-bottom: 126px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-127_sp:not(:root) {
    margin-bottom: 127px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-128_sp:not(:root) {
    margin-bottom: 128px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-129_sp:not(:root) {
    margin-bottom: 129px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-130_sp:not(:root) {
    margin-bottom: 130px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-131_sp:not(:root) {
    margin-bottom: 131px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-132_sp:not(:root) {
    margin-bottom: 132px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-133_sp:not(:root) {
    margin-bottom: 133px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-134_sp:not(:root) {
    margin-bottom: 134px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-135_sp:not(:root) {
    margin-bottom: 135px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-136_sp:not(:root) {
    margin-bottom: 136px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-137_sp:not(:root) {
    margin-bottom: 137px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-138_sp:not(:root) {
    margin-bottom: 138px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-139_sp:not(:root) {
    margin-bottom: 139px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-140_sp:not(:root) {
    margin-bottom: 140px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-141_sp:not(:root) {
    margin-bottom: 141px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-142_sp:not(:root) {
    margin-bottom: 142px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-143_sp:not(:root) {
    margin-bottom: 143px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-144_sp:not(:root) {
    margin-bottom: 144px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-145_sp:not(:root) {
    margin-bottom: 145px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-146_sp:not(:root) {
    margin-bottom: 146px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-147_sp:not(:root) {
    margin-bottom: 147px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-148_sp:not(:root) {
    margin-bottom: 148px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-149_sp:not(:root) {
    margin-bottom: 149px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-150_sp:not(:root) {
    margin-bottom: 150px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-151_sp:not(:root) {
    margin-bottom: 151px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-152_sp:not(:root) {
    margin-bottom: 152px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-153_sp:not(:root) {
    margin-bottom: 153px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-154_sp:not(:root) {
    margin-bottom: 154px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-155_sp:not(:root) {
    margin-bottom: 155px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-156_sp:not(:root) {
    margin-bottom: 156px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-157_sp:not(:root) {
    margin-bottom: 157px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-158_sp:not(:root) {
    margin-bottom: 158px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-159_sp:not(:root) {
    margin-bottom: 159px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-160_sp:not(:root) {
    margin-bottom: 160px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-161_sp:not(:root) {
    margin-bottom: 161px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-162_sp:not(:root) {
    margin-bottom: 162px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-163_sp:not(:root) {
    margin-bottom: 163px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-164_sp:not(:root) {
    margin-bottom: 164px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-165_sp:not(:root) {
    margin-bottom: 165px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-166_sp:not(:root) {
    margin-bottom: 166px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-167_sp:not(:root) {
    margin-bottom: 167px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-168_sp:not(:root) {
    margin-bottom: 168px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-169_sp:not(:root) {
    margin-bottom: 169px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-170_sp:not(:root) {
    margin-bottom: 170px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-171_sp:not(:root) {
    margin-bottom: 171px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-172_sp:not(:root) {
    margin-bottom: 172px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-173_sp:not(:root) {
    margin-bottom: 173px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-174_sp:not(:root) {
    margin-bottom: 174px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-175_sp:not(:root) {
    margin-bottom: 175px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-176_sp:not(:root) {
    margin-bottom: 176px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-177_sp:not(:root) {
    margin-bottom: 177px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-178_sp:not(:root) {
    margin-bottom: 178px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-179_sp:not(:root) {
    margin-bottom: 179px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-180_sp:not(:root) {
    margin-bottom: 180px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-181_sp:not(:root) {
    margin-bottom: 181px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-182_sp:not(:root) {
    margin-bottom: 182px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-183_sp:not(:root) {
    margin-bottom: 183px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-184_sp:not(:root) {
    margin-bottom: 184px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-185_sp:not(:root) {
    margin-bottom: 185px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-186_sp:not(:root) {
    margin-bottom: 186px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-187_sp:not(:root) {
    margin-bottom: 187px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-188_sp:not(:root) {
    margin-bottom: 188px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-189_sp:not(:root) {
    margin-bottom: 189px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-190_sp:not(:root) {
    margin-bottom: 190px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-191_sp:not(:root) {
    margin-bottom: 191px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-192_sp:not(:root) {
    margin-bottom: 192px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-193_sp:not(:root) {
    margin-bottom: 193px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-194_sp:not(:root) {
    margin-bottom: 194px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-195_sp:not(:root) {
    margin-bottom: 195px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-196_sp:not(:root) {
    margin-bottom: 196px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-197_sp:not(:root) {
    margin-bottom: 197px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-198_sp:not(:root) {
    margin-bottom: 198px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-199_sp:not(:root) {
    margin-bottom: 199px !important;
  }
}
@media (max-width: 800px) {
  .embed .u-mb-200_sp:not(:root) {
    margin-bottom: 200px !important;
  }
}
.embed .u-mr-1:not(:root) {
  margin-right: 1px !important;
}
.embed .u-mr-2:not(:root) {
  margin-right: 2px !important;
}
.embed .u-mr-3:not(:root) {
  margin-right: 3px !important;
}
.embed .u-mr-4:not(:root) {
  margin-right: 4px !important;
}
.embed .u-mr-5:not(:root) {
  margin-right: 5px !important;
}
.embed .u-mr-6:not(:root) {
  margin-right: 6px !important;
}
.embed .u-mr-7:not(:root) {
  margin-right: 7px !important;
}
.embed .u-mr-8:not(:root) {
  margin-right: 8px !important;
}
.embed .u-mr-9:not(:root) {
  margin-right: 9px !important;
}
.embed .u-mr-10:not(:root) {
  margin-right: 10px !important;
}
.embed .u-mr-11:not(:root) {
  margin-right: 11px !important;
}
.embed .u-mr-12:not(:root) {
  margin-right: 12px !important;
}
.embed .u-mr-13:not(:root) {
  margin-right: 13px !important;
}
.embed .u-mr-14:not(:root) {
  margin-right: 14px !important;
}
.embed .u-mr-15:not(:root) {
  margin-right: 15px !important;
}
.embed .u-mr-16:not(:root) {
  margin-right: 16px !important;
}
.embed .u-mr-17:not(:root) {
  margin-right: 17px !important;
}
.embed .u-mr-18:not(:root) {
  margin-right: 18px !important;
}
.embed .u-mr-19:not(:root) {
  margin-right: 19px !important;
}
.embed .u-mr-20:not(:root) {
  margin-right: 20px !important;
}
.embed .u-mr-21:not(:root) {
  margin-right: 21px !important;
}
.embed .u-mr-22:not(:root) {
  margin-right: 22px !important;
}
.embed .u-mr-23:not(:root) {
  margin-right: 23px !important;
}
.embed .u-mr-24:not(:root) {
  margin-right: 24px !important;
}
.embed .u-mr-25:not(:root) {
  margin-right: 25px !important;
}
.embed .u-mr-26:not(:root) {
  margin-right: 26px !important;
}
.embed .u-mr-27:not(:root) {
  margin-right: 27px !important;
}
.embed .u-mr-28:not(:root) {
  margin-right: 28px !important;
}
.embed .u-mr-29:not(:root) {
  margin-right: 29px !important;
}
.embed .u-mr-30:not(:root) {
  margin-right: 30px !important;
}
.embed .u-mr-31:not(:root) {
  margin-right: 31px !important;
}
.embed .u-mr-32:not(:root) {
  margin-right: 32px !important;
}
.embed .u-mr-33:not(:root) {
  margin-right: 33px !important;
}
.embed .u-mr-34:not(:root) {
  margin-right: 34px !important;
}
.embed .u-mr-35:not(:root) {
  margin-right: 35px !important;
}
.embed .u-mr-36:not(:root) {
  margin-right: 36px !important;
}
.embed .u-mr-37:not(:root) {
  margin-right: 37px !important;
}
.embed .u-mr-38:not(:root) {
  margin-right: 38px !important;
}
.embed .u-mr-39:not(:root) {
  margin-right: 39px !important;
}
.embed .u-mr-40:not(:root) {
  margin-right: 40px !important;
}
.embed .u-mr-41:not(:root) {
  margin-right: 41px !important;
}
.embed .u-mr-42:not(:root) {
  margin-right: 42px !important;
}
.embed .u-mr-43:not(:root) {
  margin-right: 43px !important;
}
.embed .u-mr-44:not(:root) {
  margin-right: 44px !important;
}
.embed .u-mr-45:not(:root) {
  margin-right: 45px !important;
}
.embed .u-mr-46:not(:root) {
  margin-right: 46px !important;
}
.embed .u-mr-47:not(:root) {
  margin-right: 47px !important;
}
.embed .u-mr-48:not(:root) {
  margin-right: 48px !important;
}
.embed .u-mr-49:not(:root) {
  margin-right: 49px !important;
}
.embed .u-mr-50:not(:root) {
  margin-right: 50px !important;
}
.embed .u-mr-51:not(:root) {
  margin-right: 51px !important;
}
.embed .u-mr-52:not(:root) {
  margin-right: 52px !important;
}
.embed .u-mr-53:not(:root) {
  margin-right: 53px !important;
}
.embed .u-mr-54:not(:root) {
  margin-right: 54px !important;
}
.embed .u-mr-55:not(:root) {
  margin-right: 55px !important;
}
.embed .u-mr-56:not(:root) {
  margin-right: 56px !important;
}
.embed .u-mr-57:not(:root) {
  margin-right: 57px !important;
}
.embed .u-mr-58:not(:root) {
  margin-right: 58px !important;
}
.embed .u-mr-59:not(:root) {
  margin-right: 59px !important;
}
.embed .u-mr-60:not(:root) {
  margin-right: 60px !important;
}
.embed .u-mr-61:not(:root) {
  margin-right: 61px !important;
}
.embed .u-mr-62:not(:root) {
  margin-right: 62px !important;
}
.embed .u-mr-63:not(:root) {
  margin-right: 63px !important;
}
.embed .u-mr-64:not(:root) {
  margin-right: 64px !important;
}
.embed .u-mr-65:not(:root) {
  margin-right: 65px !important;
}
.embed .u-mr-66:not(:root) {
  margin-right: 66px !important;
}
.embed .u-mr-67:not(:root) {
  margin-right: 67px !important;
}
.embed .u-mr-68:not(:root) {
  margin-right: 68px !important;
}
.embed .u-mr-69:not(:root) {
  margin-right: 69px !important;
}
.embed .u-mr-70:not(:root) {
  margin-right: 70px !important;
}
.embed .u-mr-71:not(:root) {
  margin-right: 71px !important;
}
.embed .u-mr-72:not(:root) {
  margin-right: 72px !important;
}
.embed .u-mr-73:not(:root) {
  margin-right: 73px !important;
}
.embed .u-mr-74:not(:root) {
  margin-right: 74px !important;
}
.embed .u-mr-75:not(:root) {
  margin-right: 75px !important;
}
.embed .u-mr-76:not(:root) {
  margin-right: 76px !important;
}
.embed .u-mr-77:not(:root) {
  margin-right: 77px !important;
}
.embed .u-mr-78:not(:root) {
  margin-right: 78px !important;
}
.embed .u-mr-79:not(:root) {
  margin-right: 79px !important;
}
.embed .u-mr-80:not(:root) {
  margin-right: 80px !important;
}
.embed .u-mr-81:not(:root) {
  margin-right: 81px !important;
}
.embed .u-mr-82:not(:root) {
  margin-right: 82px !important;
}
.embed .u-mr-83:not(:root) {
  margin-right: 83px !important;
}
.embed .u-mr-84:not(:root) {
  margin-right: 84px !important;
}
.embed .u-mr-85:not(:root) {
  margin-right: 85px !important;
}
.embed .u-mr-86:not(:root) {
  margin-right: 86px !important;
}
.embed .u-mr-87:not(:root) {
  margin-right: 87px !important;
}
.embed .u-mr-88:not(:root) {
  margin-right: 88px !important;
}
.embed .u-mr-89:not(:root) {
  margin-right: 89px !important;
}
.embed .u-mr-90:not(:root) {
  margin-right: 90px !important;
}
.embed .u-mr-91:not(:root) {
  margin-right: 91px !important;
}
.embed .u-mr-92:not(:root) {
  margin-right: 92px !important;
}
.embed .u-mr-93:not(:root) {
  margin-right: 93px !important;
}
.embed .u-mr-94:not(:root) {
  margin-right: 94px !important;
}
.embed .u-mr-95:not(:root) {
  margin-right: 95px !important;
}
.embed .u-mr-96:not(:root) {
  margin-right: 96px !important;
}
.embed .u-mr-97:not(:root) {
  margin-right: 97px !important;
}
.embed .u-mr-98:not(:root) {
  margin-right: 98px !important;
}
.embed .u-mr-99:not(:root) {
  margin-right: 99px !important;
}
.embed .u-mr-100:not(:root) {
  margin-right: 100px !important;
}
.embed .u-mr-101:not(:root) {
  margin-right: 101px !important;
}
.embed .u-mr-102:not(:root) {
  margin-right: 102px !important;
}
.embed .u-mr-103:not(:root) {
  margin-right: 103px !important;
}
.embed .u-mr-104:not(:root) {
  margin-right: 104px !important;
}
.embed .u-mr-105:not(:root) {
  margin-right: 105px !important;
}
.embed .u-mr-106:not(:root) {
  margin-right: 106px !important;
}
.embed .u-mr-107:not(:root) {
  margin-right: 107px !important;
}
.embed .u-mr-108:not(:root) {
  margin-right: 108px !important;
}
.embed .u-mr-109:not(:root) {
  margin-right: 109px !important;
}
.embed .u-mr-110:not(:root) {
  margin-right: 110px !important;
}
.embed .u-mr-111:not(:root) {
  margin-right: 111px !important;
}
.embed .u-mr-112:not(:root) {
  margin-right: 112px !important;
}
.embed .u-mr-113:not(:root) {
  margin-right: 113px !important;
}
.embed .u-mr-114:not(:root) {
  margin-right: 114px !important;
}
.embed .u-mr-115:not(:root) {
  margin-right: 115px !important;
}
.embed .u-mr-116:not(:root) {
  margin-right: 116px !important;
}
.embed .u-mr-117:not(:root) {
  margin-right: 117px !important;
}
.embed .u-mr-118:not(:root) {
  margin-right: 118px !important;
}
.embed .u-mr-119:not(:root) {
  margin-right: 119px !important;
}
.embed .u-mr-120:not(:root) {
  margin-right: 120px !important;
}
.embed .u-mr-121:not(:root) {
  margin-right: 121px !important;
}
.embed .u-mr-122:not(:root) {
  margin-right: 122px !important;
}
.embed .u-mr-123:not(:root) {
  margin-right: 123px !important;
}
.embed .u-mr-124:not(:root) {
  margin-right: 124px !important;
}
.embed .u-mr-125:not(:root) {
  margin-right: 125px !important;
}
.embed .u-mr-126:not(:root) {
  margin-right: 126px !important;
}
.embed .u-mr-127:not(:root) {
  margin-right: 127px !important;
}
.embed .u-mr-128:not(:root) {
  margin-right: 128px !important;
}
.embed .u-mr-129:not(:root) {
  margin-right: 129px !important;
}
.embed .u-mr-130:not(:root) {
  margin-right: 130px !important;
}
.embed .u-mr-131:not(:root) {
  margin-right: 131px !important;
}
.embed .u-mr-132:not(:root) {
  margin-right: 132px !important;
}
.embed .u-mr-133:not(:root) {
  margin-right: 133px !important;
}
.embed .u-mr-134:not(:root) {
  margin-right: 134px !important;
}
.embed .u-mr-135:not(:root) {
  margin-right: 135px !important;
}
.embed .u-mr-136:not(:root) {
  margin-right: 136px !important;
}
.embed .u-mr-137:not(:root) {
  margin-right: 137px !important;
}
.embed .u-mr-138:not(:root) {
  margin-right: 138px !important;
}
.embed .u-mr-139:not(:root) {
  margin-right: 139px !important;
}
.embed .u-mr-140:not(:root) {
  margin-right: 140px !important;
}
.embed .u-mr-141:not(:root) {
  margin-right: 141px !important;
}
.embed .u-mr-142:not(:root) {
  margin-right: 142px !important;
}
.embed .u-mr-143:not(:root) {
  margin-right: 143px !important;
}
.embed .u-mr-144:not(:root) {
  margin-right: 144px !important;
}
.embed .u-mr-145:not(:root) {
  margin-right: 145px !important;
}
.embed .u-mr-146:not(:root) {
  margin-right: 146px !important;
}
.embed .u-mr-147:not(:root) {
  margin-right: 147px !important;
}
.embed .u-mr-148:not(:root) {
  margin-right: 148px !important;
}
.embed .u-mr-149:not(:root) {
  margin-right: 149px !important;
}
.embed .u-mr-150:not(:root) {
  margin-right: 150px !important;
}
.embed .u-mr-151:not(:root) {
  margin-right: 151px !important;
}
.embed .u-mr-152:not(:root) {
  margin-right: 152px !important;
}
.embed .u-mr-153:not(:root) {
  margin-right: 153px !important;
}
.embed .u-mr-154:not(:root) {
  margin-right: 154px !important;
}
.embed .u-mr-155:not(:root) {
  margin-right: 155px !important;
}
.embed .u-mr-156:not(:root) {
  margin-right: 156px !important;
}
.embed .u-mr-157:not(:root) {
  margin-right: 157px !important;
}
.embed .u-mr-158:not(:root) {
  margin-right: 158px !important;
}
.embed .u-mr-159:not(:root) {
  margin-right: 159px !important;
}
.embed .u-mr-160:not(:root) {
  margin-right: 160px !important;
}
.embed .u-mr-161:not(:root) {
  margin-right: 161px !important;
}
.embed .u-mr-162:not(:root) {
  margin-right: 162px !important;
}
.embed .u-mr-163:not(:root) {
  margin-right: 163px !important;
}
.embed .u-mr-164:not(:root) {
  margin-right: 164px !important;
}
.embed .u-mr-165:not(:root) {
  margin-right: 165px !important;
}
.embed .u-mr-166:not(:root) {
  margin-right: 166px !important;
}
.embed .u-mr-167:not(:root) {
  margin-right: 167px !important;
}
.embed .u-mr-168:not(:root) {
  margin-right: 168px !important;
}
.embed .u-mr-169:not(:root) {
  margin-right: 169px !important;
}
.embed .u-mr-170:not(:root) {
  margin-right: 170px !important;
}
.embed .u-mr-171:not(:root) {
  margin-right: 171px !important;
}
.embed .u-mr-172:not(:root) {
  margin-right: 172px !important;
}
.embed .u-mr-173:not(:root) {
  margin-right: 173px !important;
}
.embed .u-mr-174:not(:root) {
  margin-right: 174px !important;
}
.embed .u-mr-175:not(:root) {
  margin-right: 175px !important;
}
.embed .u-mr-176:not(:root) {
  margin-right: 176px !important;
}
.embed .u-mr-177:not(:root) {
  margin-right: 177px !important;
}
.embed .u-mr-178:not(:root) {
  margin-right: 178px !important;
}
.embed .u-mr-179:not(:root) {
  margin-right: 179px !important;
}
.embed .u-mr-180:not(:root) {
  margin-right: 180px !important;
}
.embed .u-mr-181:not(:root) {
  margin-right: 181px !important;
}
.embed .u-mr-182:not(:root) {
  margin-right: 182px !important;
}
.embed .u-mr-183:not(:root) {
  margin-right: 183px !important;
}
.embed .u-mr-184:not(:root) {
  margin-right: 184px !important;
}
.embed .u-mr-185:not(:root) {
  margin-right: 185px !important;
}
.embed .u-mr-186:not(:root) {
  margin-right: 186px !important;
}
.embed .u-mr-187:not(:root) {
  margin-right: 187px !important;
}
.embed .u-mr-188:not(:root) {
  margin-right: 188px !important;
}
.embed .u-mr-189:not(:root) {
  margin-right: 189px !important;
}
.embed .u-mr-190:not(:root) {
  margin-right: 190px !important;
}
.embed .u-mr-191:not(:root) {
  margin-right: 191px !important;
}
.embed .u-mr-192:not(:root) {
  margin-right: 192px !important;
}
.embed .u-mr-193:not(:root) {
  margin-right: 193px !important;
}
.embed .u-mr-194:not(:root) {
  margin-right: 194px !important;
}
.embed .u-mr-195:not(:root) {
  margin-right: 195px !important;
}
.embed .u-mr-196:not(:root) {
  margin-right: 196px !important;
}
.embed .u-mr-197:not(:root) {
  margin-right: 197px !important;
}
.embed .u-mr-198:not(:root) {
  margin-right: 198px !important;
}
.embed .u-mr-199:not(:root) {
  margin-right: 199px !important;
}
.embed .u-mr-200:not(:root) {
  margin-right: 200px !important;
}
/**
* height
* ========================== */
.embed .u-height-1px:not(:root) {
  height: 1px !important;
}
.embed .u-height-2px:not(:root) {
  height: 2px !important;
}
.embed .u-height-3px:not(:root) {
  height: 3px !important;
}
.embed .u-height-4px:not(:root) {
  height: 4px !important;
}
.embed .u-height-5px:not(:root) {
  height: 5px !important;
}
.embed .u-height-6px:not(:root) {
  height: 6px !important;
}
.embed .u-height-7px:not(:root) {
  height: 7px !important;
}
.embed .u-height-8px:not(:root) {
  height: 8px !important;
}
.embed .u-height-9px:not(:root) {
  height: 9px !important;
}
.embed .u-height-10px:not(:root) {
  height: 10px !important;
}
.embed .u-height-11px:not(:root) {
  height: 11px !important;
}
.embed .u-height-12px:not(:root) {
  height: 12px !important;
}
.embed .u-height-13px:not(:root) {
  height: 13px !important;
}
.embed .u-height-14px:not(:root) {
  height: 14px !important;
}
.embed .u-height-15px:not(:root) {
  height: 15px !important;
}
.embed .u-height-16px:not(:root) {
  height: 16px !important;
}
.embed .u-height-17px:not(:root) {
  height: 17px !important;
}
.embed .u-height-18px:not(:root) {
  height: 18px !important;
}
.embed .u-height-19px:not(:root) {
  height: 19px !important;
}
.embed .u-height-20px:not(:root) {
  height: 20px !important;
}
.embed .u-height-21px:not(:root) {
  height: 21px !important;
}
.embed .u-height-22px:not(:root) {
  height: 22px !important;
}
.embed .u-height-23px:not(:root) {
  height: 23px !important;
}
.embed .u-height-24px:not(:root) {
  height: 24px !important;
}
.embed .u-height-25px:not(:root) {
  height: 25px !important;
}
.embed .u-height-26px:not(:root) {
  height: 26px !important;
}
.embed .u-height-27px:not(:root) {
  height: 27px !important;
}
.embed .u-height-28px:not(:root) {
  height: 28px !important;
}
.embed .u-height-29px:not(:root) {
  height: 29px !important;
}
.embed .u-height-30px:not(:root) {
  height: 30px !important;
}
.embed .u-height-31px:not(:root) {
  height: 31px !important;
}
.embed .u-height-32px:not(:root) {
  height: 32px !important;
}
.embed .u-height-33px:not(:root) {
  height: 33px !important;
}
.embed .u-height-34px:not(:root) {
  height: 34px !important;
}
.embed .u-height-35px:not(:root) {
  height: 35px !important;
}
.embed .u-height-36px:not(:root) {
  height: 36px !important;
}
.embed .u-height-37px:not(:root) {
  height: 37px !important;
}
.embed .u-height-38px:not(:root) {
  height: 38px !important;
}
.embed .u-height-39px:not(:root) {
  height: 39px !important;
}
.embed .u-height-40px:not(:root) {
  height: 40px !important;
}
.embed .u-height-41px:not(:root) {
  height: 41px !important;
}
.embed .u-height-42px:not(:root) {
  height: 42px !important;
}
.embed .u-height-43px:not(:root) {
  height: 43px !important;
}
.embed .u-height-44px:not(:root) {
  height: 44px !important;
}
.embed .u-height-45px:not(:root) {
  height: 45px !important;
}
.embed .u-height-46px:not(:root) {
  height: 46px !important;
}
.embed .u-height-47px:not(:root) {
  height: 47px !important;
}
.embed .u-height-48px:not(:root) {
  height: 48px !important;
}
.embed .u-height-49px:not(:root) {
  height: 49px !important;
}
.embed .u-height-50px:not(:root) {
  height: 50px !important;
}
.embed .u-height-51px:not(:root) {
  height: 51px !important;
}
.embed .u-height-52px:not(:root) {
  height: 52px !important;
}
.embed .u-height-53px:not(:root) {
  height: 53px !important;
}
.embed .u-height-54px:not(:root) {
  height: 54px !important;
}
.embed .u-height-55px:not(:root) {
  height: 55px !important;
}
.embed .u-height-56px:not(:root) {
  height: 56px !important;
}
.embed .u-height-57px:not(:root) {
  height: 57px !important;
}
.embed .u-height-58px:not(:root) {
  height: 58px !important;
}
.embed .u-height-59px:not(:root) {
  height: 59px !important;
}
.embed .u-height-60px:not(:root) {
  height: 60px !important;
}
.embed .u-height-61px:not(:root) {
  height: 61px !important;
}
.embed .u-height-62px:not(:root) {
  height: 62px !important;
}
.embed .u-height-63px:not(:root) {
  height: 63px !important;
}
.embed .u-height-64px:not(:root) {
  height: 64px !important;
}
.embed .u-height-65px:not(:root) {
  height: 65px !important;
}
.embed .u-height-66px:not(:root) {
  height: 66px !important;
}
.embed .u-height-67px:not(:root) {
  height: 67px !important;
}
.embed .u-height-68px:not(:root) {
  height: 68px !important;
}
.embed .u-height-69px:not(:root) {
  height: 69px !important;
}
.embed .u-height-70px:not(:root) {
  height: 70px !important;
}
.embed .u-height-71px:not(:root) {
  height: 71px !important;
}
.embed .u-height-72px:not(:root) {
  height: 72px !important;
}
.embed .u-height-73px:not(:root) {
  height: 73px !important;
}
.embed .u-height-74px:not(:root) {
  height: 74px !important;
}
.embed .u-height-75px:not(:root) {
  height: 75px !important;
}
.embed .u-height-76px:not(:root) {
  height: 76px !important;
}
.embed .u-height-77px:not(:root) {
  height: 77px !important;
}
.embed .u-height-78px:not(:root) {
  height: 78px !important;
}
.embed .u-height-79px:not(:root) {
  height: 79px !important;
}
.embed .u-height-80px:not(:root) {
  height: 80px !important;
}
.embed .u-height-81px:not(:root) {
  height: 81px !important;
}
.embed .u-height-82px:not(:root) {
  height: 82px !important;
}
.embed .u-height-83px:not(:root) {
  height: 83px !important;
}
.embed .u-height-84px:not(:root) {
  height: 84px !important;
}
.embed .u-height-85px:not(:root) {
  height: 85px !important;
}
.embed .u-height-86px:not(:root) {
  height: 86px !important;
}
.embed .u-height-87px:not(:root) {
  height: 87px !important;
}
.embed .u-height-88px:not(:root) {
  height: 88px !important;
}
.embed .u-height-89px:not(:root) {
  height: 89px !important;
}
.embed .u-height-90px:not(:root) {
  height: 90px !important;
}
.embed .u-height-91px:not(:root) {
  height: 91px !important;
}
.embed .u-height-92px:not(:root) {
  height: 92px !important;
}
.embed .u-height-93px:not(:root) {
  height: 93px !important;
}
.embed .u-height-94px:not(:root) {
  height: 94px !important;
}
.embed .u-height-95px:not(:root) {
  height: 95px !important;
}
.embed .u-height-96px:not(:root) {
  height: 96px !important;
}
.embed .u-height-97px:not(:root) {
  height: 97px !important;
}
.embed .u-height-98px:not(:root) {
  height: 98px !important;
}
.embed .u-height-99px:not(:root) {
  height: 99px !important;
}
.embed .u-height-100px:not(:root) {
  height: 100px !important;
}
/**
* min-height
* ========================== */
.u-pc-min-height-1px:not(:root) {
  min-height: 1px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-1px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-2px:not(:root) {
  min-height: 2px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-2px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-3px:not(:root) {
  min-height: 3px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-3px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-4px:not(:root) {
  min-height: 4px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-4px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-5px:not(:root) {
  min-height: 5px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-5px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-6px:not(:root) {
  min-height: 6px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-6px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-7px:not(:root) {
  min-height: 7px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-7px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-8px:not(:root) {
  min-height: 8px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-8px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-9px:not(:root) {
  min-height: 9px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-9px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-10px:not(:root) {
  min-height: 10px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-10px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-11px:not(:root) {
  min-height: 11px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-11px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-12px:not(:root) {
  min-height: 12px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-12px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-13px:not(:root) {
  min-height: 13px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-13px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-14px:not(:root) {
  min-height: 14px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-14px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-15px:not(:root) {
  min-height: 15px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-15px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-16px:not(:root) {
  min-height: 16px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-16px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-17px:not(:root) {
  min-height: 17px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-17px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-18px:not(:root) {
  min-height: 18px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-18px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-19px:not(:root) {
  min-height: 19px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-19px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-20px:not(:root) {
  min-height: 20px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-20px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-21px:not(:root) {
  min-height: 21px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-21px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-22px:not(:root) {
  min-height: 22px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-22px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-23px:not(:root) {
  min-height: 23px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-23px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-24px:not(:root) {
  min-height: 24px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-24px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-25px:not(:root) {
  min-height: 25px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-25px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-26px:not(:root) {
  min-height: 26px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-26px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-27px:not(:root) {
  min-height: 27px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-27px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-28px:not(:root) {
  min-height: 28px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-28px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-29px:not(:root) {
  min-height: 29px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-29px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-30px:not(:root) {
  min-height: 30px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-30px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-31px:not(:root) {
  min-height: 31px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-31px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-32px:not(:root) {
  min-height: 32px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-32px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-33px:not(:root) {
  min-height: 33px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-33px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-34px:not(:root) {
  min-height: 34px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-34px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-35px:not(:root) {
  min-height: 35px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-35px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-36px:not(:root) {
  min-height: 36px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-36px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-37px:not(:root) {
  min-height: 37px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-37px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-38px:not(:root) {
  min-height: 38px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-38px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-39px:not(:root) {
  min-height: 39px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-39px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-40px:not(:root) {
  min-height: 40px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-40px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-41px:not(:root) {
  min-height: 41px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-41px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-42px:not(:root) {
  min-height: 42px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-42px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-43px:not(:root) {
  min-height: 43px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-43px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-44px:not(:root) {
  min-height: 44px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-44px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-45px:not(:root) {
  min-height: 45px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-45px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-46px:not(:root) {
  min-height: 46px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-46px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-47px:not(:root) {
  min-height: 47px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-47px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-48px:not(:root) {
  min-height: 48px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-48px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-49px:not(:root) {
  min-height: 49px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-49px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-50px:not(:root) {
  min-height: 50px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-50px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-51px:not(:root) {
  min-height: 51px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-51px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-52px:not(:root) {
  min-height: 52px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-52px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-53px:not(:root) {
  min-height: 53px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-53px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-54px:not(:root) {
  min-height: 54px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-54px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-55px:not(:root) {
  min-height: 55px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-55px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-56px:not(:root) {
  min-height: 56px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-56px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-57px:not(:root) {
  min-height: 57px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-57px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-58px:not(:root) {
  min-height: 58px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-58px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-59px:not(:root) {
  min-height: 59px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-59px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-60px:not(:root) {
  min-height: 60px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-60px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-61px:not(:root) {
  min-height: 61px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-61px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-62px:not(:root) {
  min-height: 62px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-62px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-63px:not(:root) {
  min-height: 63px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-63px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-64px:not(:root) {
  min-height: 64px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-64px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-65px:not(:root) {
  min-height: 65px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-65px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-66px:not(:root) {
  min-height: 66px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-66px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-67px:not(:root) {
  min-height: 67px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-67px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-68px:not(:root) {
  min-height: 68px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-68px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-69px:not(:root) {
  min-height: 69px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-69px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-70px:not(:root) {
  min-height: 70px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-70px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-71px:not(:root) {
  min-height: 71px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-71px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-72px:not(:root) {
  min-height: 72px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-72px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-73px:not(:root) {
  min-height: 73px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-73px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-74px:not(:root) {
  min-height: 74px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-74px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-75px:not(:root) {
  min-height: 75px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-75px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-76px:not(:root) {
  min-height: 76px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-76px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-77px:not(:root) {
  min-height: 77px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-77px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-78px:not(:root) {
  min-height: 78px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-78px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-79px:not(:root) {
  min-height: 79px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-79px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-80px:not(:root) {
  min-height: 80px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-80px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-81px:not(:root) {
  min-height: 81px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-81px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-82px:not(:root) {
  min-height: 82px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-82px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-83px:not(:root) {
  min-height: 83px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-83px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-84px:not(:root) {
  min-height: 84px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-84px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-85px:not(:root) {
  min-height: 85px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-85px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-86px:not(:root) {
  min-height: 86px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-86px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-87px:not(:root) {
  min-height: 87px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-87px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-88px:not(:root) {
  min-height: 88px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-88px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-89px:not(:root) {
  min-height: 89px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-89px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-90px:not(:root) {
  min-height: 90px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-90px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-91px:not(:root) {
  min-height: 91px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-91px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-92px:not(:root) {
  min-height: 92px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-92px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-93px:not(:root) {
  min-height: 93px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-93px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-94px:not(:root) {
  min-height: 94px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-94px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-95px:not(:root) {
  min-height: 95px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-95px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-96px:not(:root) {
  min-height: 96px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-96px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-97px:not(:root) {
  min-height: 97px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-97px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-98px:not(:root) {
  min-height: 98px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-98px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-99px:not(:root) {
  min-height: 99px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-99px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-100px:not(:root) {
  min-height: 100px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-100px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-101px:not(:root) {
  min-height: 101px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-101px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-102px:not(:root) {
  min-height: 102px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-102px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-103px:not(:root) {
  min-height: 103px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-103px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-104px:not(:root) {
  min-height: 104px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-104px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-105px:not(:root) {
  min-height: 105px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-105px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-106px:not(:root) {
  min-height: 106px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-106px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-107px:not(:root) {
  min-height: 107px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-107px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-108px:not(:root) {
  min-height: 108px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-108px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-109px:not(:root) {
  min-height: 109px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-109px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-110px:not(:root) {
  min-height: 110px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-110px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-111px:not(:root) {
  min-height: 111px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-111px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-112px:not(:root) {
  min-height: 112px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-112px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-113px:not(:root) {
  min-height: 113px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-113px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-114px:not(:root) {
  min-height: 114px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-114px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-115px:not(:root) {
  min-height: 115px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-115px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-116px:not(:root) {
  min-height: 116px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-116px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-117px:not(:root) {
  min-height: 117px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-117px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-118px:not(:root) {
  min-height: 118px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-118px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-119px:not(:root) {
  min-height: 119px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-119px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-120px:not(:root) {
  min-height: 120px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-120px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-121px:not(:root) {
  min-height: 121px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-121px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-122px:not(:root) {
  min-height: 122px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-122px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-123px:not(:root) {
  min-height: 123px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-123px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-124px:not(:root) {
  min-height: 124px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-124px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-125px:not(:root) {
  min-height: 125px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-125px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-126px:not(:root) {
  min-height: 126px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-126px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-127px:not(:root) {
  min-height: 127px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-127px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-128px:not(:root) {
  min-height: 128px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-128px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-129px:not(:root) {
  min-height: 129px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-129px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-130px:not(:root) {
  min-height: 130px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-130px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-131px:not(:root) {
  min-height: 131px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-131px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-132px:not(:root) {
  min-height: 132px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-132px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-133px:not(:root) {
  min-height: 133px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-133px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-134px:not(:root) {
  min-height: 134px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-134px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-135px:not(:root) {
  min-height: 135px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-135px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-136px:not(:root) {
  min-height: 136px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-136px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-137px:not(:root) {
  min-height: 137px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-137px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-138px:not(:root) {
  min-height: 138px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-138px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-139px:not(:root) {
  min-height: 139px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-139px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-140px:not(:root) {
  min-height: 140px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-140px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-141px:not(:root) {
  min-height: 141px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-141px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-142px:not(:root) {
  min-height: 142px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-142px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-143px:not(:root) {
  min-height: 143px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-143px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-144px:not(:root) {
  min-height: 144px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-144px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-145px:not(:root) {
  min-height: 145px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-145px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-146px:not(:root) {
  min-height: 146px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-146px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-147px:not(:root) {
  min-height: 147px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-147px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-148px:not(:root) {
  min-height: 148px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-148px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-149px:not(:root) {
  min-height: 149px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-149px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-150px:not(:root) {
  min-height: 150px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-150px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-151px:not(:root) {
  min-height: 151px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-151px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-152px:not(:root) {
  min-height: 152px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-152px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-153px:not(:root) {
  min-height: 153px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-153px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-154px:not(:root) {
  min-height: 154px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-154px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-155px:not(:root) {
  min-height: 155px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-155px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-156px:not(:root) {
  min-height: 156px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-156px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-157px:not(:root) {
  min-height: 157px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-157px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-158px:not(:root) {
  min-height: 158px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-158px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-159px:not(:root) {
  min-height: 159px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-159px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-160px:not(:root) {
  min-height: 160px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-160px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-161px:not(:root) {
  min-height: 161px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-161px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-162px:not(:root) {
  min-height: 162px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-162px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-163px:not(:root) {
  min-height: 163px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-163px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-164px:not(:root) {
  min-height: 164px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-164px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-165px:not(:root) {
  min-height: 165px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-165px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-166px:not(:root) {
  min-height: 166px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-166px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-167px:not(:root) {
  min-height: 167px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-167px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-168px:not(:root) {
  min-height: 168px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-168px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-169px:not(:root) {
  min-height: 169px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-169px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-170px:not(:root) {
  min-height: 170px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-170px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-171px:not(:root) {
  min-height: 171px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-171px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-172px:not(:root) {
  min-height: 172px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-172px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-173px:not(:root) {
  min-height: 173px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-173px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-174px:not(:root) {
  min-height: 174px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-174px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-175px:not(:root) {
  min-height: 175px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-175px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-176px:not(:root) {
  min-height: 176px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-176px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-177px:not(:root) {
  min-height: 177px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-177px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-178px:not(:root) {
  min-height: 178px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-178px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-179px:not(:root) {
  min-height: 179px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-179px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-180px:not(:root) {
  min-height: 180px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-180px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-181px:not(:root) {
  min-height: 181px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-181px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-182px:not(:root) {
  min-height: 182px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-182px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-183px:not(:root) {
  min-height: 183px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-183px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-184px:not(:root) {
  min-height: 184px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-184px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-185px:not(:root) {
  min-height: 185px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-185px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-186px:not(:root) {
  min-height: 186px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-186px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-187px:not(:root) {
  min-height: 187px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-187px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-188px:not(:root) {
  min-height: 188px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-188px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-189px:not(:root) {
  min-height: 189px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-189px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-190px:not(:root) {
  min-height: 190px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-190px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-191px:not(:root) {
  min-height: 191px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-191px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-192px:not(:root) {
  min-height: 192px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-192px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-193px:not(:root) {
  min-height: 193px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-193px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-194px:not(:root) {
  min-height: 194px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-194px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-195px:not(:root) {
  min-height: 195px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-195px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-196px:not(:root) {
  min-height: 196px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-196px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-197px:not(:root) {
  min-height: 197px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-197px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-198px:not(:root) {
  min-height: 198px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-198px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-199px:not(:root) {
  min-height: 199px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-199px:not(:root) {
    min-height: auto !important;
  }
}

.u-pc-min-height-200px:not(:root) {
  min-height: 200px !important;
}
@media (max-width: 800px) {
  .u-pc-min-height-200px:not(:root) {
    min-height: auto !important;
  }
}

/**
* color
* ========================== */
.embed .u-color-green-main[class] {
  color: #00965e;
}
.embed .u-bg-green-main[class] {
  background-color: #00965e;
}
/**
* text-align
* ========================== */
.embed .u-ta-center {
  text-align: center;
}
@media (max-width: 800px) {
  .embed .u-ta-center_sp {
    text-align: center;
  }
}
.embed .u-ta-left {
  text-align: left;
}
@media (max-width: 800px) {
  .embed .u-ta-left_sp {
    text-align: left;
  }
}
.embed .u-ta-right {
  text-align: right;
}
@media (max-width: 800px) {
  .embed .u-ta-right_sp {
    text-align: right;
  }
}
/**
* whiteSpace
* ========================== */
.embed .u-whiteSpace-nowrap {
  white-space: nowrap;
}
