@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::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.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  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.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
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.
 */
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.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
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.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
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.
 */
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.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the 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
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.streetsmart-about__value__list__en:before, .streetsmart-recruit__value__list__en:before, .streetsmart-about__value__list__en:after, .streetsmart-recruit__value__list__en:after {
  content: '';
  display: block;
  height: 2px;
  width: 9px;
  margin-bottom: 0.4em;
  background: center/100% url(/app/uploads/img/common/gradation-bar.svg);
}

.streetsmart-about__value__list__en:before, .streetsmart-recruit__value__list__en:before {
  margin-right: 4px;
}

.streetsmart-about__value__list__en:after, .streetsmart-recruit__value__list__en:after {
  margin-left: 4px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.streetsmart-img[data-fit='contain'][data-aspect="film"] > .streetsmart-img__src, .streetsmart-img[data-fit='contain'][data-aspect="logo"] > .streetsmart-img__src, .streetsmart-img[data-fit='contain'][data-aspect="menu"] > .streetsmart-img__src, .streetsmart-img[data-fit='contain'][data-aspect="thumbnail"] > .streetsmart-img__src, .streetsmart-img[data-fit='contain'][data-aspect="hexagon"] > .streetsmart-img__src, .streetsmart-img[data-fit='contain'][data-aspect="top-service"] > .streetsmart-img__src, .streetsmart-img[data-fit='contain'][data-aspect="top-about"] > .streetsmart-img__src, .streetsmart-img[data-fit='contain'][data-aspect="pageHeader"] > .streetsmart-img__src, .streetsmart-img[data-fit='contain'][data-aspect="pageHeader-pc"] > .streetsmart-img__src, .streetsmart-img[data-fit='cover'][data-aspect="film"] > .streetsmart-img__src, .streetsmart-img[data-fit='cover'][data-aspect="logo"] > .streetsmart-img__src, .streetsmart-img[data-fit='cover'][data-aspect="menu"] > .streetsmart-img__src, .streetsmart-img[data-fit='cover'][data-aspect="thumbnail"] > .streetsmart-img__src, .streetsmart-img[data-fit='cover'][data-aspect="hexagon"] > .streetsmart-img__src, .streetsmart-img[data-fit='cover'][data-aspect="top-service"] > .streetsmart-img__src, .streetsmart-img[data-fit='cover'][data-aspect="top-about"] > .streetsmart-img__src, .streetsmart-img[data-fit='cover'][data-aspect="pageHeader"] > .streetsmart-img__src, .streetsmart-img[data-fit='cover'][data-aspect="pageHeader-pc"] > .streetsmart-img__src, .streetsmart-picture[data-fit='contain'][data-aspect="film"] > .streetsmart-picture__img, .streetsmart-picture[data-fit='contain'][data-aspect="logo"] > .streetsmart-picture__img, .streetsmart-picture[data-fit='contain'][data-aspect="menu"] > .streetsmart-picture__img, .streetsmart-picture[data-fit='contain'][data-aspect="thumbnail"] > .streetsmart-picture__img, .streetsmart-picture[data-fit='contain'][data-aspect="hexagon"] > .streetsmart-picture__img, .streetsmart-picture[data-fit='contain'][data-aspect="top-service"] > .streetsmart-picture__img, .streetsmart-picture[data-fit='contain'][data-aspect="top-about"] > .streetsmart-picture__img, .streetsmart-picture[data-fit='contain'][data-aspect="pageHeader"] > .streetsmart-picture__img, .streetsmart-picture[data-fit='contain'][data-aspect="pageHeader-pc"] > .streetsmart-picture__img, .streetsmart-picture[data-fit='cover'][data-aspect="film"] > .streetsmart-picture__img, .streetsmart-picture[data-fit='cover'][data-aspect="logo"] > .streetsmart-picture__img, .streetsmart-picture[data-fit='cover'][data-aspect="menu"] > .streetsmart-picture__img, .streetsmart-picture[data-fit='cover'][data-aspect="thumbnail"] > .streetsmart-picture__img, .streetsmart-picture[data-fit='cover'][data-aspect="hexagon"] > .streetsmart-picture__img, .streetsmart-picture[data-fit='cover'][data-aspect="top-service"] > .streetsmart-picture__img, .streetsmart-picture[data-fit='cover'][data-aspect="top-about"] > .streetsmart-picture__img, .streetsmart-picture[data-fit='cover'][data-aspect="pageHeader"] > .streetsmart-picture__img, .streetsmart-picture[data-fit='cover'][data-aspect="pageHeader-pc"] > .streetsmart-picture__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@-webkit-keyframes buttonHover {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  48% {
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
  }
  49% {
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
  }
  51% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes buttonHover {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  48% {
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
  }
  49% {
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
  }
  51% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container, .js-streetsmart-recruit__gallery__container-top, .js-streetsmart-recruit__gallery__container-bottom, .js-streetsmart-top__mv__container, .streetsmart-top__topic__swiper-container, .js-streetsmart-top__about__container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper, .swiper-container-vertical > .js-streetsmart-recruit__gallery__wrapper-top, .swiper-container-vertical > .js-streetsmart-recruit__gallery__wrapper-bottom, .swiper-container-vertical > .js-streetsmart-top__mv__wrapper, .swiper-container-vertical > .streetsmart-top__topic__swiper-wrapper, .swiper-container-vertical > .js-streetsmart-top__about__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper, .js-streetsmart-recruit__gallery__wrapper-top, .js-streetsmart-recruit__gallery__wrapper-bottom, .js-streetsmart-top__mv__wrapper, .streetsmart-top__topic__swiper-wrapper, .js-streetsmart-top__about__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-container-android .js-streetsmart-recruit__gallery__slide-top, .swiper-container-android .js-streetsmart-recruit__gallery__slide-bottom, .swiper-container-android .js-streetsmart-top__mv__slide, .swiper-container-android .streetsmart-top__topic__swiper-slide, .swiper-container-android .js-streetsmart-top__about__slide, .swiper-wrapper, .js-streetsmart-recruit__gallery__wrapper-top, .js-streetsmart-recruit__gallery__wrapper-bottom, .js-streetsmart-top__mv__wrapper, .streetsmart-top__topic__swiper-wrapper, .js-streetsmart-top__about__wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper, .swiper-container-multirow > .js-streetsmart-recruit__gallery__wrapper-top, .swiper-container-multirow > .js-streetsmart-recruit__gallery__wrapper-bottom, .swiper-container-multirow > .js-streetsmart-top__mv__wrapper, .swiper-container-multirow > .streetsmart-top__topic__swiper-wrapper, .swiper-container-multirow > .js-streetsmart-top__about__wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper, .swiper-container-multirow-column > .js-streetsmart-recruit__gallery__wrapper-top, .swiper-container-multirow-column > .js-streetsmart-recruit__gallery__wrapper-bottom, .swiper-container-multirow-column > .js-streetsmart-top__mv__wrapper, .swiper-container-multirow-column > .streetsmart-top__topic__swiper-wrapper, .swiper-container-multirow-column > .js-streetsmart-top__about__wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper, .swiper-container-free-mode > .js-streetsmart-recruit__gallery__wrapper-top, .swiper-container-free-mode > .js-streetsmart-recruit__gallery__wrapper-bottom, .swiper-container-free-mode > .js-streetsmart-top__mv__wrapper, .swiper-container-free-mode > .streetsmart-top__topic__swiper-wrapper, .swiper-container-free-mode > .js-streetsmart-top__about__wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide, .js-streetsmart-recruit__gallery__slide-top, .js-streetsmart-recruit__gallery__slide-bottom, .js-streetsmart-top__mv__slide, .streetsmart-top__topic__swiper-slide, .js-streetsmart-top__about__slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide,
.swiper-container-autoheight .js-streetsmart-recruit__gallery__slide-top,
.swiper-container-autoheight .js-streetsmart-recruit__gallery__slide-bottom,
.swiper-container-autoheight .js-streetsmart-top__mv__slide,
.swiper-container-autoheight .streetsmart-top__topic__swiper-slide,
.swiper-container-autoheight .js-streetsmart-top__about__slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper, .swiper-container-autoheight .js-streetsmart-recruit__gallery__wrapper-top, .swiper-container-autoheight .js-streetsmart-recruit__gallery__wrapper-bottom, .swiper-container-autoheight .js-streetsmart-top__mv__wrapper, .swiper-container-autoheight .streetsmart-top__topic__swiper-wrapper, .swiper-container-autoheight .js-streetsmart-top__about__wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

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

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .js-streetsmart-recruit__gallery__wrapper-top, .swiper-container-3d .js-streetsmart-recruit__gallery__wrapper-bottom, .swiper-container-3d .js-streetsmart-top__mv__wrapper, .swiper-container-3d .streetsmart-top__topic__swiper-wrapper, .swiper-container-3d .js-streetsmart-top__about__wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .js-streetsmart-recruit__gallery__slide-top,
.swiper-container-3d .js-streetsmart-recruit__gallery__slide-bottom,
.swiper-container-3d .js-streetsmart-top__mv__slide,
.swiper-container-3d .streetsmart-top__topic__swiper-slide,
.swiper-container-3d .js-streetsmart-top__about__slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

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

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

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

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

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper, .swiper-container-css-mode > .js-streetsmart-recruit__gallery__wrapper-top, .swiper-container-css-mode > .js-streetsmart-recruit__gallery__wrapper-bottom, .swiper-container-css-mode > .js-streetsmart-top__mv__wrapper, .swiper-container-css-mode > .streetsmart-top__topic__swiper-wrapper, .swiper-container-css-mode > .js-streetsmart-top__about__wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar, .swiper-container-css-mode > .js-streetsmart-recruit__gallery__wrapper-top::-webkit-scrollbar, .swiper-container-css-mode > .js-streetsmart-recruit__gallery__wrapper-bottom::-webkit-scrollbar, .swiper-container-css-mode > .js-streetsmart-top__mv__wrapper::-webkit-scrollbar, .swiper-container-css-mode > .streetsmart-top__topic__swiper-wrapper::-webkit-scrollbar, .swiper-container-css-mode > .js-streetsmart-top__about__wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide, .swiper-container-css-mode > .js-streetsmart-recruit__gallery__wrapper-top > .swiper-slide, .swiper-container-css-mode > .js-streetsmart-recruit__gallery__wrapper-bottom > .swiper-slide, .swiper-container-css-mode > .js-streetsmart-top__mv__wrapper > .swiper-slide, .swiper-container-css-mode > .streetsmart-top__topic__swiper-wrapper > .swiper-slide, .swiper-container-css-mode > .js-streetsmart-top__about__wrapper > .swiper-slide, .swiper-container-css-mode > .swiper-wrapper > .js-streetsmart-recruit__gallery__slide-top, .swiper-container-css-mode > .js-streetsmart-recruit__gallery__wrapper-top > .js-streetsmart-recruit__gallery__slide-top, .swiper-container-css-mode > .js-streetsmart-recruit__gallery__wrapper-bottom > .js-streetsmart-recruit__gallery__slide-top, .swiper-container-css-mode > .js-streetsmart-top__mv__wrapper > .js-streetsmart-recruit__gallery__slide-top, .swiper-container-css-mode > .streetsmart-top__topic__swiper-wrapper > .js-streetsmart-recruit__gallery__slide-top, .swiper-container-css-mode > .js-streetsmart-top__about__wrapper > .js-streetsmart-recruit__gallery__slide-top, .swiper-container-css-mode > .swiper-wrapper > .js-streetsmart-recruit__gallery__slide-bottom, .swiper-container-css-mode > .js-streetsmart-recruit__gallery__wrapper-top > .js-streetsmart-recruit__gallery__slide-bottom, .swiper-container-css-mode > .js-streetsmart-recruit__gallery__wrapper-bottom > .js-streetsmart-recruit__gallery__slide-bottom, .swiper-container-css-mode > .js-streetsmart-top__mv__wrapper > .js-streetsmart-recruit__gallery__slide-bottom, .swiper-container-css-mode > .streetsmart-top__topic__swiper-wrapper > .js-streetsmart-recruit__gallery__slide-bottom, .swiper-container-css-mode > .js-streetsmart-top__about__wrapper > .js-streetsmart-recruit__gallery__slide-bottom, .swiper-container-css-mode > .swiper-wrapper > .js-streetsmart-top__mv__slide, .swiper-container-css-mode > .js-streetsmart-recruit__gallery__wrapper-top > .js-streetsmart-top__mv__slide, .swiper-container-css-mode > .js-streetsmart-recruit__gallery__wrapper-bottom > .js-streetsmart-top__mv__slide, .swiper-container-css-mode > .js-streetsmart-top__mv__wrapper > .js-streetsmart-top__mv__slide, .swiper-container-css-mode > .streetsmart-top__topic__swiper-wrapper > .js-streetsmart-top__mv__slide, .swiper-container-css-mode > .js-streetsmart-top__about__wrapper > .js-streetsmart-top__mv__slide, .swiper-container-css-mode > .swiper-wrapper > .streetsmart-top__topic__swiper-slide, .swiper-container-css-mode > .js-streetsmart-recruit__gallery__wrapper-top > .streetsmart-top__topic__swiper-slide, .swiper-container-css-mode > .js-streetsmart-recruit__gallery__wrapper-bottom > .streetsmart-top__topic__swiper-slide, .swiper-container-css-mode > .js-streetsmart-top__mv__wrapper > .streetsmart-top__topic__swiper-slide, .swiper-container-css-mode > .streetsmart-top__topic__swiper-wrapper > .streetsmart-top__topic__swiper-slide, .swiper-container-css-mode > .js-streetsmart-top__about__wrapper > .streetsmart-top__topic__swiper-slide, .swiper-container-css-mode > .swiper-wrapper > .js-streetsmart-top__about__slide, .swiper-container-css-mode > .js-streetsmart-recruit__gallery__wrapper-top > .js-streetsmart-top__about__slide, .swiper-container-css-mode > .js-streetsmart-recruit__gallery__wrapper-bottom > .js-streetsmart-top__about__slide, .swiper-container-css-mode > .js-streetsmart-top__mv__wrapper > .js-streetsmart-top__about__slide, .swiper-container-css-mode > .streetsmart-top__topic__swiper-wrapper > .js-streetsmart-top__about__slide, .swiper-container-css-mode > .js-streetsmart-top__about__wrapper > .js-streetsmart-top__about__slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper, .swiper-container-horizontal.swiper-container-css-mode > .js-streetsmart-recruit__gallery__wrapper-top, .swiper-container-horizontal.swiper-container-css-mode > .js-streetsmart-recruit__gallery__wrapper-bottom, .swiper-container-horizontal.swiper-container-css-mode > .js-streetsmart-top__mv__wrapper, .swiper-container-horizontal.swiper-container-css-mode > .streetsmart-top__topic__swiper-wrapper, .swiper-container-horizontal.swiper-container-css-mode > .js-streetsmart-top__about__wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper, .swiper-container-vertical.swiper-container-css-mode > .js-streetsmart-recruit__gallery__wrapper-top, .swiper-container-vertical.swiper-container-css-mode > .js-streetsmart-recruit__gallery__wrapper-bottom, .swiper-container-vertical.swiper-container-css-mode > .js-streetsmart-top__mv__wrapper, .swiper-container-vertical.swiper-container-css-mode > .streetsmart-top__topic__swiper-wrapper, .swiper-container-vertical.swiper-container-css-mode > .js-streetsmart-top__about__wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide, .swiper-container-fade.swiper-container-free-mode .js-streetsmart-recruit__gallery__slide-top, .swiper-container-fade.swiper-container-free-mode .js-streetsmart-recruit__gallery__slide-bottom, .swiper-container-fade.swiper-container-free-mode .js-streetsmart-top__mv__slide, .swiper-container-fade.swiper-container-free-mode .streetsmart-top__topic__swiper-slide, .swiper-container-fade.swiper-container-free-mode .js-streetsmart-top__about__slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide, .swiper-container-fade .js-streetsmart-recruit__gallery__slide-top, .swiper-container-fade .js-streetsmart-recruit__gallery__slide-bottom, .swiper-container-fade .js-streetsmart-top__mv__slide, .swiper-container-fade .streetsmart-top__topic__swiper-slide, .swiper-container-fade .js-streetsmart-top__about__slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide, .swiper-container-fade .js-streetsmart-recruit__gallery__slide-top .swiper-slide, .swiper-container-fade .js-streetsmart-recruit__gallery__slide-bottom .swiper-slide, .swiper-container-fade .js-streetsmart-top__mv__slide .swiper-slide, .swiper-container-fade .streetsmart-top__topic__swiper-slide .swiper-slide, .swiper-container-fade .js-streetsmart-top__about__slide .swiper-slide, .swiper-container-fade .swiper-slide .js-streetsmart-recruit__gallery__slide-top, .swiper-container-fade .js-streetsmart-recruit__gallery__slide-top .js-streetsmart-recruit__gallery__slide-top, .swiper-container-fade .js-streetsmart-recruit__gallery__slide-bottom .js-streetsmart-recruit__gallery__slide-top, .swiper-container-fade .js-streetsmart-top__mv__slide .js-streetsmart-recruit__gallery__slide-top, .swiper-container-fade .streetsmart-top__topic__swiper-slide .js-streetsmart-recruit__gallery__slide-top, .swiper-container-fade .js-streetsmart-top__about__slide .js-streetsmart-recruit__gallery__slide-top, .swiper-container-fade .swiper-slide .js-streetsmart-recruit__gallery__slide-bottom, .swiper-container-fade .js-streetsmart-recruit__gallery__slide-top .js-streetsmart-recruit__gallery__slide-bottom, .swiper-container-fade .js-streetsmart-recruit__gallery__slide-bottom .js-streetsmart-recruit__gallery__slide-bottom, .swiper-container-fade .js-streetsmart-top__mv__slide .js-streetsmart-recruit__gallery__slide-bottom, .swiper-container-fade .streetsmart-top__topic__swiper-slide .js-streetsmart-recruit__gallery__slide-bottom, .swiper-container-fade .js-streetsmart-top__about__slide .js-streetsmart-recruit__gallery__slide-bottom, .swiper-container-fade .swiper-slide .js-streetsmart-top__mv__slide, .swiper-container-fade .js-streetsmart-recruit__gallery__slide-top .js-streetsmart-top__mv__slide, .swiper-container-fade .js-streetsmart-recruit__gallery__slide-bottom .js-streetsmart-top__mv__slide, .swiper-container-fade .js-streetsmart-top__mv__slide .js-streetsmart-top__mv__slide, .swiper-container-fade .streetsmart-top__topic__swiper-slide .js-streetsmart-top__mv__slide, .swiper-container-fade .js-streetsmart-top__about__slide .js-streetsmart-top__mv__slide, .swiper-container-fade .swiper-slide .streetsmart-top__topic__swiper-slide, .swiper-container-fade .js-streetsmart-recruit__gallery__slide-top .streetsmart-top__topic__swiper-slide, .swiper-container-fade .js-streetsmart-recruit__gallery__slide-bottom .streetsmart-top__topic__swiper-slide, .swiper-container-fade .js-streetsmart-top__mv__slide .streetsmart-top__topic__swiper-slide, .swiper-container-fade .streetsmart-top__topic__swiper-slide .streetsmart-top__topic__swiper-slide, .swiper-container-fade .js-streetsmart-top__about__slide .streetsmart-top__topic__swiper-slide, .swiper-container-fade .swiper-slide .js-streetsmart-top__about__slide, .swiper-container-fade .js-streetsmart-recruit__gallery__slide-top .js-streetsmart-top__about__slide, .swiper-container-fade .js-streetsmart-recruit__gallery__slide-bottom .js-streetsmart-top__about__slide, .swiper-container-fade .js-streetsmart-top__mv__slide .js-streetsmart-top__about__slide, .swiper-container-fade .streetsmart-top__topic__swiper-slide .js-streetsmart-top__about__slide, .swiper-container-fade .js-streetsmart-top__about__slide .js-streetsmart-top__about__slide {
  pointer-events: none;
}

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

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

.swiper-pagination, .streetsmart-top__topic__swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden, .swiper-pagination-hidden.streetsmart-top__topic__swiper-pagination {
  opacity: 0;
}

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

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

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

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

.swiper-pagination-pale {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-grey {
  --swiper-pagination-color: #F0F4F5;
}

.swiper-pagination-grey2 {
  --swiper-pagination-color: #C9C9C9;
}

.swiper-pagination-grey3 {
  --swiper-pagination-color: #AAAAAA;
}

.swiper-pagination-navy {
  --swiper-pagination-color: #02243A;
}

.swiper-pagination-smart-blue {
  --swiper-pagination-color: #0071BB;
}

.swiper-pagination-smart-blue2 {
  --swiper-pagination-color: #3C87BA;
}

.swiper-pagination-smart-blue3 {
  --swiper-pagination-color: #90BAD5;
}

.swiper-pagination-smart-blue4 {
  --swiper-pagination-color: #044570;
}

.swiper-pagination-smart-blue5 {
  --swiper-pagination-color: #E3EBED;
}

.swiper-pagination-smart-blue6 {
  --swiper-pagination-color: #007cc0;
}

.swiper-pagination-navy2 {
  --swiper-pagination-color: #0B0B0B;
}

.swiper-pagination-orange {
  --swiper-pagination-color: #E38B08;
}

.swiper-pagination-deep {
  --swiper-pagination-color: #000;
}

.swiper-pagination-smart-green {
  --swiper-pagination-color: #F2F6F3;
}

.swiper-pagination-smart-green2 {
  --swiper-pagination-color: #12861E;
}

.swiper-pagination-smart-green3 {
  --swiper-pagination-color: #003105;
}

.swiper-pagination-smart-green4 {
  --swiper-pagination-color: #A0C7A3;
}

.swiper-pagination-smart-red {
  --swiper-pagination-color: #D9463D;
}

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

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

.swiper-button-prev, .streetsmart-top__topic__swiper-button-prev,
.swiper-button-next,
.streetsmart-top__topic__swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-disabled.streetsmart-top__topic__swiper-button-prev,
.swiper-button-next.swiper-button-disabled,
.swiper-button-disabled.streetsmart-top__topic__swiper-button-next {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after, .streetsmart-top__topic__swiper-button-prev:after,
.swiper-button-next:after,
.streetsmart-top__topic__swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

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

.swiper-button-prev:after, .streetsmart-top__topic__swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-container-rtl .streetsmart-top__topic__swiper-button-next:after {
  content: 'prev';
}


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


.swiper-button-next:after,
.streetsmart-top__topic__swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-container-rtl .streetsmart-top__topic__swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-pale, .swiper-button-pale.streetsmart-top__topic__swiper-button-prev,
.swiper-button-next.swiper-button-pale,
.swiper-button-pale.streetsmart-top__topic__swiper-button-next {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-grey, .swiper-button-grey.streetsmart-top__topic__swiper-button-prev,
.swiper-button-next.swiper-button-grey,
.swiper-button-grey.streetsmart-top__topic__swiper-button-next {
  --swiper-navigation-color: #F0F4F5;
}

.swiper-button-prev.swiper-button-grey2, .swiper-button-grey2.streetsmart-top__topic__swiper-button-prev,
.swiper-button-next.swiper-button-grey2,
.swiper-button-grey2.streetsmart-top__topic__swiper-button-next {
  --swiper-navigation-color: #C9C9C9;
}

.swiper-button-prev.swiper-button-grey3, .swiper-button-grey3.streetsmart-top__topic__swiper-button-prev,
.swiper-button-next.swiper-button-grey3,
.swiper-button-grey3.streetsmart-top__topic__swiper-button-next {
  --swiper-navigation-color: #AAAAAA;
}

.swiper-button-prev.swiper-button-navy, .swiper-button-navy.streetsmart-top__topic__swiper-button-prev,
.swiper-button-next.swiper-button-navy,
.swiper-button-navy.streetsmart-top__topic__swiper-button-next {
  --swiper-navigation-color: #02243A;
}

.swiper-button-prev.swiper-button-smart-blue, .swiper-button-smart-blue.streetsmart-top__topic__swiper-button-prev,
.swiper-button-next.swiper-button-smart-blue,
.swiper-button-smart-blue.streetsmart-top__topic__swiper-button-next {
  --swiper-navigation-color: #0071BB;
}

.swiper-button-prev.swiper-button-smart-blue2, .swiper-button-smart-blue2.streetsmart-top__topic__swiper-button-prev,
.swiper-button-next.swiper-button-smart-blue2,
.swiper-button-smart-blue2.streetsmart-top__topic__swiper-button-next {
  --swiper-navigation-color: #3C87BA;
}

.swiper-button-prev.swiper-button-smart-blue3, .swiper-button-smart-blue3.streetsmart-top__topic__swiper-button-prev,
.swiper-button-next.swiper-button-smart-blue3,
.swiper-button-smart-blue3.streetsmart-top__topic__swiper-button-next {
  --swiper-navigation-color: #90BAD5;
}

.swiper-button-prev.swiper-button-smart-blue4, .swiper-button-smart-blue4.streetsmart-top__topic__swiper-button-prev,
.swiper-button-next.swiper-button-smart-blue4,
.swiper-button-smart-blue4.streetsmart-top__topic__swiper-button-next {
  --swiper-navigation-color: #044570;
}

.swiper-button-prev.swiper-button-smart-blue5, .swiper-button-smart-blue5.streetsmart-top__topic__swiper-button-prev,
.swiper-button-next.swiper-button-smart-blue5,
.swiper-button-smart-blue5.streetsmart-top__topic__swiper-button-next {
  --swiper-navigation-color: #E3EBED;
}

.swiper-button-prev.swiper-button-smart-blue6, .swiper-button-smart-blue6.streetsmart-top__topic__swiper-button-prev,
.swiper-button-next.swiper-button-smart-blue6,
.swiper-button-smart-blue6.streetsmart-top__topic__swiper-button-next {
  --swiper-navigation-color: #007cc0;
}

.swiper-button-prev.swiper-button-navy2, .swiper-button-navy2.streetsmart-top__topic__swiper-button-prev,
.swiper-button-next.swiper-button-navy2,
.swiper-button-navy2.streetsmart-top__topic__swiper-button-next {
  --swiper-navigation-color: #0B0B0B;
}

.swiper-button-prev.swiper-button-orange, .swiper-button-orange.streetsmart-top__topic__swiper-button-prev,
.swiper-button-next.swiper-button-orange,
.swiper-button-orange.streetsmart-top__topic__swiper-button-next {
  --swiper-navigation-color: #E38B08;
}

.swiper-button-prev.swiper-button-deep, .swiper-button-deep.streetsmart-top__topic__swiper-button-prev,
.swiper-button-next.swiper-button-deep,
.swiper-button-deep.streetsmart-top__topic__swiper-button-next {
  --swiper-navigation-color: #000;
}

.swiper-button-prev.swiper-button-smart-green, .swiper-button-smart-green.streetsmart-top__topic__swiper-button-prev,
.swiper-button-next.swiper-button-smart-green,
.swiper-button-smart-green.streetsmart-top__topic__swiper-button-next {
  --swiper-navigation-color: #F2F6F3;
}

.swiper-button-prev.swiper-button-smart-green2, .swiper-button-smart-green2.streetsmart-top__topic__swiper-button-prev,
.swiper-button-next.swiper-button-smart-green2,
.swiper-button-smart-green2.streetsmart-top__topic__swiper-button-next {
  --swiper-navigation-color: #12861E;
}

.swiper-button-prev.swiper-button-smart-green3, .swiper-button-smart-green3.streetsmart-top__topic__swiper-button-prev,
.swiper-button-next.swiper-button-smart-green3,
.swiper-button-smart-green3.streetsmart-top__topic__swiper-button-next {
  --swiper-navigation-color: #003105;
}

.swiper-button-prev.swiper-button-smart-green4, .swiper-button-smart-green4.streetsmart-top__topic__swiper-button-prev,
.swiper-button-next.swiper-button-smart-green4,
.swiper-button-smart-green4.streetsmart-top__topic__swiper-button-next {
  --swiper-navigation-color: #A0C7A3;
}

.swiper-button-prev.swiper-button-smart-red, .swiper-button-smart-red.streetsmart-top__topic__swiper-button-prev,
.swiper-button-next.swiper-button-smart-red,
.swiper-button-smart-red.streetsmart-top__topic__swiper-button-next {
  --swiper-navigation-color: #D9463D;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --color-pale: #fff;
  --color-grey: #F0F4F5;
  --color-grey2: #C9C9C9;
  --color-grey3: #AAAAAA;
  --color-navy: #02243A;
  --color-smart-blue: #0071BB;
  --color-smart-blue2: #3C87BA;
  --color-smart-blue3: #90BAD5;
  --color-smart-blue4: #044570;
  --color-smart-blue5: #E3EBED;
  --color-smart-blue6: #007cc0;
  --color-navy2: #0B0B0B;
  --color-orange: #E38B08;
  --color-deep: #000;
  --color-smart-green: #F2F6F3;
  --color-smart-green2: #12861E;
  --color-smart-green3: #003105;
  --color-smart-green4: #A0C7A3;
  --color-smart-red: #D9463D;
  --font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --font-main: Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --font-title: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  --font-en: "Timmana", sans-serif;
  --width-min: 320px;
  --width-max: 1440px;
  --width-tablet: 768px;
  --width-landscape: 896px;
  --width-article: 900px;
  --width-pc: 1120px;
  --width-wide: 1200px;
  --width-inner: 720px;
  --sp-side: 12px;
  --ani-top-mv-ms: 8500ms;
  --border-radius: 5px;
}

body {
  font-family: var(--font-main);
  color: var(--color-navy2);
  word-wrap: break-word;
  overflow-wrap: break-word;
}

::-moz-selection {
  background: var(--color-smart-blue);
  color: var(--color-grey);
}

::selection {
  background: var(--color-smart-blue);
  color: var(--color-grey);
}

:focus {
  outline-color: var(--color-orange);
}

.base-c-pager {
  color: var(--color-navy2);
  display: grid;
  grid-template-columns: repeat(auto-fit, 43px);
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .base-c-pager {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    grid-template-columns: repeat(auto-fit, 55px);
  }
}

.page-numbers, .current, .prev, .next {
  height: 43px;
  width: 43px;
  border-radius: 10px;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--font-en);
  padding-top: 0.6em;
  font-style: normal;
  background: var(--color-grey);
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

@media screen and (min-width: 769px) {
  .page-numbers, .current, .prev, .next {
    font-size: 30px;
    height: 55px;
    width: 55px;
  }
}

.page-numbers:hover {
  color: var(--color-pale);
  background: var(--color-navy2);
}

.current {
  color: var(--color-pale);
  background: var(--color-navy2);
}

.prev, .next {
  background: transparent;
}

.prev:hover, .next:hover {
  background: unset;
  color: unset;
}

.streetsmart-breadcrumbs.-yoast {
  background: var(--color-grey);
}

.streetsmart-breadcrumbs.-yoast > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 10px 12px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-breadcrumbs.-yoast > span {
    max-width: 1120px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-breadcrumbs.-yoast > span {
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 12px;
  }
}

.streetsmart-breadcrumbs.-yoast > span > span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.streetsmart-breadcrumbs.-yoast > span a {
  text-decoration: underline;
}

.streetsmart-breadcrumbs {
  background: var(--color-grey);
}

.streetsmart-breadcrumbs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 10px 12px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-breadcrumbs__wrapper {
    max-width: 1120px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-breadcrumbs__wrapper {
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 12px;
  }
}

.streetsmart-breadcrumbs__wrapper > li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.streetsmart-breadcrumbs__wrapper .streetsmart-linkLi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.streetsmart-breadcrumbs__wrapper .streetsmart-linkLi:after {
  content: '>';
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.streetsmart-breadcrumbs__wrapper .streetsmart-linkLi:last-child:after {
  display: none;
}

.streetsmart-breadcrumbs__wrapper .streetsmart-linkLi__link {
  text-decoration: underline;
}

.streetsmart-button {
  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%;
  height: 55px;
  border-radius: 27.5px;
  background: var(--color-navy);
  color: var(--color-pale);
  font-family: var(--font-title);
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
}

@media screen and (min-width: 769px) {
  .streetsmart-button {
    width: 100%;
    height: 50px;
    border-radius: 25px;
  }
}

.streetsmart-button:hover .icon-arrow:before {
  -webkit-animation: buttonHover 500ms ease-out both;
  animation: buttonHover 500ms ease-out both;
}

.streetsmart-button .icon-arrow {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: var(--color-pale);
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--color-navy);
  overflow: hidden;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
}

.streetsmart-button.-white {
  background: var(--color-pale);
  color: var(--color-navy);
}

.streetsmart-button.-white .icon-arrow {
  background: var(--color-navy);
  color: var(--color-pale);
}

.streetsmart-button.-orange {
  background: var(--color-orange);
  color: var(--color-pale);
  font-weight: 600;
  font-size: 16px;
}

.streetsmart-card-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.streetsmart-card-col:hover .streetsmart-card-col-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.streetsmart-card-col-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

@media screen and (max-width: 768px) {
  .streetsmart-card-col-img {
    width: 150px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-card-col-img {
    width: calc(220/1440*100vw);
  }
}

.streetsmart-card-col-img .streetsmart-img[data-fit='cover'][data-aspect="film"] {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .streetsmart-card-col-con {
    width: calc(100% - 150px - 12px);
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-card-col-con {
    width: calc(100% - 220/1440*100vw - 24px);
  }
}

.streetsmart-card-col-con__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.streetsmart-card-col-con__col .tagArea {
  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;
}

@media screen and (max-width: 768px) {
  .streetsmart-card-col-con__col .tagArea {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-card-col-con__col .tagArea {
    max-width: calc(100% - 81px - 24px);
  }
}

@media screen and (max-width: 768px) {
  .streetsmart-card-col-con__col .tagArea > li + li {
    margin-left: 8px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-card-col-con__col .tagArea > li + li {
    margin-left: 14px;
  }
}

@media screen and (max-width: 768px) {
  .streetsmart-card-col-con__col .timeArea {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-card-col-con__col .timeArea {
    min-width: 81px;
  }
}

.streetsmart-card-col-con__title {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .streetsmart-card-col-con__title {
    margin-top: 8px;
    min-height: 58px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-card-col-con__title {
    margin-top: 15px;
    min-height: 85px;
  }
}

.streetsmart-card-col-con__title .title03-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.streetsmart-card-col-con__btn {
  margin-top: 4px;
  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;
}

.streetsmart-card-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 18px;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.streetsmart-card-simple:hover {
  opacity: 0.75 !important;
}

.streetsmart-card-simple .streetsmart-img__src {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.streetsmart-card-simple:hover .streetsmart-img__src {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.streetsmart-card-simple:hover .icon-arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

@media screen and (min-width: 769px) {
  .streetsmart-card-simple {
    padding: 0;
    display: block;
  }
}

.streetsmart-card-simple__img {
  min-width: 150px;
  width: auto;
  margin-right: 12px;
}

@media screen and (min-width: 769px) {
  .streetsmart-card-simple__img {
    margin-right: 0;
    margin-bottom: 18px;
  }
}

.streetsmart-card-simple__img .streetsmart-img {
  border-radius: 5px;
  overflow: hidden;
}

.streetsmart-card-simple__wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.streetsmart-card-simple__wrapper .icon-arrow {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  position: absolute;
  right: 0;
  bottom: -4px;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .streetsmart-card-simple__wrapper .icon-arrow {
    bottom: 0;
    font-size: 18px;
  }
}

.streetsmart-card-simple__title {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  height: auto;
  max-height: 44.8px;
  font-family: var(--font-title);
  letter-spacing: 0;
  color: var(--color-navy2);
}

@media screen and (min-width: 769px) {
  .streetsmart-card-simple__title {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    font-size: 20px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    height: auto;
    max-height: 60px;
    margin-bottom: 0;
  }
}

.streetsmart-card-simple__text {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  height: auto;
  max-height: 58.8px;
  letter-spacing: 0.05em;
  margin-top: 6px;
}

@media screen and (min-width: 769px) {
  .streetsmart-card-simple__text {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.8;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    height: 54px;
    min-height: unset;
    max-height: unset;
    margin-top: 4px;
  }
}

.streetsmart-card-simple__sub {
  font-family: var(--font-title);
  display: block;
  display: -webkit-box;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  height: auto;
  max-height: 33.6px;
  color: var(--color-grey3);
  letter-spacing: 0;
  margin-top: 3px;
  margin-bottom: -1px;
}

@media screen and (min-width: 769px) {
  .streetsmart-card-simple__sub {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    height: auto;
    max-height: 45px;
  }
}

.streetsmart-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-bottom: 17px;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.streetsmart-card:hover {
  opacity: 0.75 !important;
}

.streetsmart-card .streetsmart-img__src {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.streetsmart-card:hover .streetsmart-img__src {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.streetsmart-card:hover .icon-arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

@media screen and (min-width: 769px) {
  .streetsmart-card {
    padding: 0;
    display: block;
  }
}

.streetsmart-card__img {
  min-width: 150px;
  width: auto;
  margin-right: 12px;
}

@media screen and (min-width: 769px) {
  .streetsmart-card__img {
    margin-right: 0;
    margin-bottom: 18px;
  }
}

.streetsmart-card__img .streetsmart-img {
  border-radius: 5px;
  overflow: hidden;
}

.streetsmart-card__text {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (min-width: 769px) {
  .streetsmart-card__text {
    display: grid;
    grid-template: "tag time" 41px "title title" 115px/1fr 81px;
  }
}

.streetsmart-card__text .icon-arrow {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  position: absolute;
  right: 0;
  bottom: 4px;
}

@media screen and (min-width: 769px) {
  .streetsmart-card__text .icon-arrow {
    bottom: 0;
  }
}

.streetsmart-card__text .streetsmart-tag {
  margin-bottom: 8px;
}

@media screen and (min-width: 769px) {
  .streetsmart-card__text .streetsmart-tag {
    margin-bottom: 15px;
    grid-area: tag;
    justify-self: left;
  }
}

.streetsmart-card__text__title {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  height: auto;
  max-height: 78.4px;
  font-family: var(--font-title);
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--color-deep);
}

@media screen and (min-width: 769px) {
  .streetsmart-card__text__title {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    font-size: 20px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    height: 90px;
    min-height: unset;
    max-height: unset;
    margin-bottom: 0;
    grid-area: title;
  }
}

.streetsmart-card__text__time {
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-grey2);
}

@media screen and (min-width: 769px) {
  .streetsmart-card__text__time {
    font-size: 12px;
    grid-area: time;
    align-self: end;
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 768px) {
  .streetsmart-contact-con {
    padding: 42px 12px 85px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-contact-con {
    max-width: var(--width-pc);
    padding-top: 85px;
    padding-bottom: 80px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 1120px) {
  .streetsmart-contact-con {
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  .streetsmart-form-item + .streetsmart-form-item {
    margin-top: 42px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-form-item + .streetsmart-form-item {
    margin-top: 40px;
  }
}

.streetsmart-form-item__title {
  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;
}

.streetsmart-form-item__title span {
  display: block;
}

.streetsmart-form-item__title .text {
  font-family: var(--font-title);
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .streetsmart-form-item__title .text {
    margin-left: 8px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-form-item__title .text {
    margin-left: 18px;
  }
}

.streetsmart-form-item__con {
  position: relative;
}

@media screen and (max-width: 768px) {
  .streetsmart-form-item__con {
    margin-top: 14px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-form-item__con {
    margin-top: 10px;
  }
}

.streetsmart-form-item__con .valid {
  position: absolute;
  right: 0;
  top: -25px;
  display: none;
  letter-spacing: 0.05em;
  color: var(--color-smart-red);
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .streetsmart-form-item__con .valid {
    font-size: 14px;
  }
}

.streetsmart-form-item__con .notice {
  display: block;
  line-height: 1;
  font-size: 11px;
  margin-top: 10px;
}

.streetsmart-form-item__con-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 18px 0;
  padding: 22px 27px;
  background: #fff;
}

.streetsmart-form-item__con-radio .mwform-radio-field.horizontal-item {
  width: calc((100% - 80px) / 2);
  margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .streetsmart-form-item__con-radio .mwform-radio-field.horizontal-item {
    width: 100%;
  }
}

.streetsmart-form-item__con-radio .mwform-radio-field.horizontal-item .mwform-radio-field-text {
  font-size: 15px;
}

.streetsmart-form-information {
  margin-top: 70px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-form-information {
    max-width: 900px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-form-information__title {
    padding-right: 75px;
    padding-left: 75px;
  }
}

.streetsmart-form-information__con {
  margin-top: 24px;
  background: var(--color-pale);
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .streetsmart-form-information__con {
    padding: 23px 7px 23px 16px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-form-information__con {
    padding: 25px 7px 25px 30px;
  }
}

.streetsmart-form-information__con-inner {
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  .streetsmart-form-information__con-inner {
    height: 270px;
    padding-right: calc(16px - 7px - 8px);
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-form-information__con-inner {
    height: 194px;
    padding-right: calc(30px - 7px - 8px);
  }
}

.streetsmart-form-information__con .con {
  height: 100%;
}

.streetsmart-form-information__con p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .streetsmart-form-information__con p {
    font-size: 13px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-form-information__con p {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .streetsmart-form-information__con p + p {
    margin-top: 24px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-form-information__con p + p {
    margin-top: 34px;
  }
}

.streetsmart-form-information__input {
  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;
}

@media screen and (max-width: 768px) {
  .streetsmart-form-information__input {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-form-information__input {
    margin-top: 28px;
  }
}

.streetsmart-form-information__input .check__text > a {
  color: var(--color-smart-blue);
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .streetsmart-form-information__input .check__text {
    margin-left: 12px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-form-information__input .check__text {
    margin-left: 26px;
  }
}

@media screen and (max-width: 768px) {
  .streetsmart-form-btn {
    margin-top: 35px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-form-btn {
    margin-top: 60px;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}

.streetsmart-form .label {
  border-radius: 3px;
  color: var(--color-pale);
  font-family: var(--font-title);
  padding: 5px 8px;
  line-height: 1;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 768px) {
  .streetsmart-form .label {
    font-size: 11px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-form .label {
    font-size: 12px;
  }
}

.streetsmart-form .label:not(.-required) {
  background: var(--color-smart-blue);
}

.streetsmart-form .label.-required {
  background: var(--color-smart-red);
}

.streetsmart-form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .streetsmart-form ul {
    padding: 26px 17px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-form ul {
    padding: 22px 27px;
  }
}

@media screen and (max-width: 768px) {
  .streetsmart-form ul > li {
    width: 100%;
  }
  .streetsmart-form ul > li:nth-child(n+2) {
    margin-top: 18px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-form ul > li {
    width: calc((100% - 80px)/2);
  }
  .streetsmart-form ul > li:nth-child(n+3) {
    margin-top: 19px;
  }
}

.streetsmart-form input[type="text"],
.streetsmart-form input[type="tel"],
.streetsmart-form input[type="email"],
.streetsmart-form textarea {
  background: #fff;
  border-radius: 5px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .streetsmart-form input[type="text"],
  .streetsmart-form input[type="tel"],
  .streetsmart-form input[type="email"],
  .streetsmart-form textarea {
    padding: 17px 16px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-form input[type="text"],
  .streetsmart-form input[type="tel"],
  .streetsmart-form input[type="email"],
  .streetsmart-form textarea {
    padding: 18px 26px;
  }
}

.streetsmart-form input[type="text"]::-webkit-input-placeholder, .streetsmart-form input[type="tel"]::-webkit-input-placeholder, .streetsmart-form input[type="email"]::-webkit-input-placeholder, .streetsmart-form textarea::-webkit-input-placeholder {
  color: var(--color-grey2);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.streetsmart-form input[type="text"]::-moz-placeholder, .streetsmart-form input[type="tel"]::-moz-placeholder, .streetsmart-form input[type="email"]::-moz-placeholder, .streetsmart-form textarea::-moz-placeholder {
  color: var(--color-grey2);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.streetsmart-form input[type="text"]:-ms-input-placeholder, .streetsmart-form input[type="tel"]:-ms-input-placeholder, .streetsmart-form input[type="email"]:-ms-input-placeholder, .streetsmart-form textarea:-ms-input-placeholder {
  color: var(--color-grey2);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.streetsmart-form input[type="text"]::-ms-input-placeholder, .streetsmart-form input[type="tel"]::-ms-input-placeholder, .streetsmart-form input[type="email"]::-ms-input-placeholder, .streetsmart-form textarea::-ms-input-placeholder {
  color: var(--color-grey2);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.streetsmart-form input[type="text"]::placeholder,
.streetsmart-form input[type="tel"]::placeholder,
.streetsmart-form input[type="email"]::placeholder,
.streetsmart-form textarea::placeholder {
  color: var(--color-grey2);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .streetsmart-form textarea {
    min-height: 293px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-form textarea {
    min-height: 204px;
  }
}

.streetsmart-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--color-pale) inset;
}

.streetsmart-form .radio input[type="radio"] {
  display: none;
}

.streetsmart-form .radio input[type="radio"]:checked + .radio__text::after {
  display: block;
}

.streetsmart-form .radio__text {
  display: block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .streetsmart-form .radio__text {
    font-size: 16px;
    padding-left: 27px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-form .radio__text {
    font-size: 15px;
    padding-left: 34px;
  }
}

.streetsmart-form .radio__text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  border: 1px solid var(--color-navy);
}

.streetsmart-form .radio__text::after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: var(--color-navy);
  display: none;
}

.streetsmart-form .check input[type="checkbox"] {
  display: none;
}

.streetsmart-form .check input[type="checkbox"]:checked + br + .check__text::before {
  background: var(--color-navy);
  border-color: var(--color-pale);
}

.streetsmart-form .check input[type="checkbox"]:checked + br + .check__text::after {
  display: block;
}

.streetsmart-form .check__text {
  display: block;
  padding-left: 34px;
  position: relative;
  font-family: var(--font-title);
  font-size: 16px;
}

.streetsmart-form .check__text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: var(--color-pale);
  border-radius: 1px;
  border: 1px solid var(--color-navy);
}

.streetsmart-form .check__text::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 6px;
  left: 4px;
  top: 6px;
  border-color: var(--color-pale);
  border-style: solid;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: none;
}

.streetsmart-form .is--invalid .required {
  border: 1px solid var(--color-smart-red);
}

.streetsmart-form .is--invalid .valid {
  display: block;
}

.streetsmart-form .recaptcha {
  font-size: 11px;
  color: var(--color-smart-blue3);
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 15px;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .streetsmart-form .recaptcha {
    font-size: 12px;
    margin-top: 18px;
    text-align: center;
  }
}

.streetsmart-form .recaptcha > a {
  text-decoration: underline;
}

.streetsmart-form .recaptcha > a:hover {
  text-decoration: none;
}

.streetsmart-emphasize {
  position: relative;
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
  color: var(--color-smart-blue);
}

@media screen and (min-width: 769px) {
  .streetsmart-emphasize {
    font-size: 34px;
  }
}

.streetsmart-emphasize:before {
  position: absolute;
  top: -3px;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: top left/1em 6px repeat-x url(/app/uploads/img/common/rect.svg);
}

.streetsmart-footer {
  padding-top: 50px;
  background: top center/cover no-repeat url(/app/uploads/img/common/footerMask.svg);
  position: relative;
  z-index: 700;
}

@media screen and (min-width: 769px) {
  .streetsmart-footer {
    padding-top: 96px;
    background-image: url(/app/uploads/img/common/footerMask-pc.svg);
    display: grid;
    grid-template: "logo logo logo logo logo logo logo" 155px ". . pagelink pagelink pagelink pageTop ." 47px ". . . sns contact pageTop ." 80px ". . . banner banner . ." 87px ". . bannerpmark bannercert bannercert . ." 87px "note note note note note note note" 45px/1fr 338px 115px 148px 300px 117px calc((100% - 1120px) / 2);
  }
}

.streetsmart-footer .streetsmart-logo {
  display: block;
  width: 154px;
  height: 57px;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-footer .streetsmart-logo {
    margin: 0 0 auto 56.18056%;
    width: 244px;
    height: 90px;
    grid-area: logo;
  }
}

.streetsmart-footer__pagelink {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 11px;
  margin: 48px 12px 25px;
}

@media screen and (min-width: 769px) {
  .streetsmart-footer__pagelink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
    grid-area: pagelink;
    gap: 0 40px;
  }
}

.streetsmart-footer__pagelink .streetsmart-linkLi {
  position: relative;
  background: var(--color-pale);
  border-radius: 5px;
}

@media screen and (min-width: 769px) {
  .streetsmart-footer__pagelink .streetsmart-linkLi {
    background: unset;
  }
}

.streetsmart-footer__pagelink .streetsmart-linkLi__link {
  height: 55px;
  font-family: var(--font-en);
  padding-top: 0.6em;
  font-style: normal;
  font-size: 22px;
  padding-left: 48px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .streetsmart-footer__pagelink .streetsmart-linkLi__link {
    height: 40px;
    font-size: 25px;
    padding-top: 0;
    padding-left: 28px;
  }
  .streetsmart-footer__pagelink .streetsmart-linkLi__link:hover:before {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}

.streetsmart-footer__pagelink .streetsmart-linkLi__link:before {
  font-family: "icomoon";
  content: '\e902';
  font-size: 18px;
  position: absolute;
  top: 18.5px;
  left: 15px;
}

@media screen and (min-width: 769px) {
  .streetsmart-footer__pagelink .streetsmart-linkLi__link:before {
    top: calc(50% - 9px);
    left: 0;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
}

.streetsmart-footer__contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  height: 80px;
  background: var(--color-orange);
  color: var(--color-pale);
  margin: auto;
  border-radius: 5px;
}

@media screen and (min-width: 769px) {
  .streetsmart-footer__contact {
    grid-area: contact;
    border-radius: 10px;
  }
}

.streetsmart-footer__contact .icon-mail {
  position: absolute;
  right: 15px;
  bottom: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: var(--color-pale);
  color: var(--color-orange);
}

.streetsmart-footer__contact__en {
  display: block;
  font-family: var(--font-en);
  padding-top: 0.6em;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.streetsmart-footer__contact__jp {
  margin-right: 40px;
  font-family: var(--font-title);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.streetsmart-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 155px;
  margin: 30px auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-footer__sns {
    width: 110px;
    margin: auto 0 0;
    grid-area: sns;
  }
}

.streetsmart-footer__sns__facebook,
.streetsmart-footer__sns__wantedly {
  background: var(--color-pale);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  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;
}

.streetsmart-footer__sns__facebook > img,
.streetsmart-footer__sns__wantedly > img {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.streetsmart-footer__sns__facebook:hover > img,
.streetsmart-footer__sns__wantedly:hover > img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@media screen and (min-width: 769px) {
  .streetsmart-footer__sns__facebook,
  .streetsmart-footer__sns__wantedly {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
}

.streetsmart-footer__sns__facebook__img {
  width: 22px;
  height: 22px;
}

.streetsmart-footer__sns__wantedly__img {
  width: 28px;
  height: 28px;
}

.streetsmart-footer__pageTop {
  display: block;
  margin: auto;
  width: 56px;
  height: 87px;
}

@media screen and (min-width: 769px) {
  .streetsmart-footer__pageTop {
    width: 64px;
    height: 98px;
    grid-area: pageTop;
    margin: 0 0 auto auto;
  }
  .streetsmart-footer__pageTop .arrow-top {
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }
  .streetsmart-footer__pageTop:hover .arrow-top {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

.streetsmart-footer__note {
  margin-top: 39px;
  background: var(--color-pale);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 11px 12px 8px;
}

@media screen and (min-width: 769px) {
  .streetsmart-footer__note {
    padding: 12px 0 11px;
    margin-top: 0;
    grid-area: note;
    display: grid;
    grid-template: ". . company . privacy ."/1fr 110px 148px 300px 117px calc((100% - 1120px) / 2);
  }
}

.streetsmart-footer__note__company {
  display: block;
  font-family: var(--font-en);
  padding-top: 0.6em;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .streetsmart-footer__note__company {
    font-size: 16px;
    grid-area: company;
  }
}

.streetsmart-footer__note__privacy {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-decoration: underline;
}

.streetsmart-footer__note__privacy:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .streetsmart-footer__note__privacy {
    grid-area: privacy;
  }
}

.streetsmart-footer__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 35px 12px 0;
}

.streetsmart-footer__banner li {
  width: 48.4%;
}

@media screen and (min-width: 769px) {
  .streetsmart-footer__banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-area: banner;
    margin: 30px 0 0;
  }
}

.streetsmart-footer__banner__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 15px 12px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

@media screen and (min-width: 769px) {
  .streetsmart-footer__banner__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 14px 35px 10px 25px;
    text-align: left;
  }
}

.streetsmart-footer__banner__link:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

@media screen and (min-width: 769px) {
  .streetsmart-footer__banner__link:after {
    width: 10px;
    height: 10px;
    right: 7px;
    bottom: 7px;
  }
}

.streetsmart-footer__banner__link:hover {
  opacity: 0.75;
}

.streetsmart-footer__banner__link-atww:after {
  background-image: url(/app/uploads/img/common/icon_tab-red.svg);
}

.streetsmart-footer__banner__link-atww .streetsmart-footer__banner__logo img {
  width: 61px;
  height: 27px;
}

.streetsmart-footer__banner__link-ss:after {
  background-image: url(/app/uploads/img/common/icon_tab-blue.svg);
}

.streetsmart-footer__banner__link-ss .streetsmart-footer__banner__logo img {
  width: 74px;
  height: 32px;
}

.streetsmart-footer__banner__link-iso, .streetsmart-footer__banner__link-pmark {
  padding: 0;
}

.streetsmart-footer__banner__link-iso:after, .streetsmart-footer__banner__link-pmark:after {
  display: none;
}

.streetsmart-footer__banner__link-iso .streetsmart-footer__banner__logo, .streetsmart-footer__banner__link-pmark .streetsmart-footer__banner__logo {
  height: 60px;
}

.streetsmart-footer__banner__link-iso .streetsmart-footer__banner__logo img, .streetsmart-footer__banner__link-pmark .streetsmart-footer__banner__logo img {
  width: 100%;
  height: auto;
}

.streetsmart-footer__banner__logo {
  display: inline-block;
  height: 32px;
}

.streetsmart-footer__banner__logo img {
  width: 100%;
  height: 100%;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.streetsmart-footer__banner__text {
  display: block;
  font-size: 10px;
  font-family: var(--font-title);
  letter-spacing: .05em;
  line-height: 1.5;
  margin: 5px 0 0;
}

@media screen and (min-width: 769px) {
  .streetsmart-footer__banner__text {
    margin: 0 auto 0 0;
  }
}

.streetsmart-footer__banner__text br {
  display: none;
}

@media screen and (min-width: 769px) {
  .streetsmart-footer__banner__text br {
    display: block;
  }
}

.streetsmart-footer__banner--cert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 35px 12px 0;
}

.streetsmart-footer__banner--cert .streetsmart-footer__banner__cert-text {
  height: 51px;
  font-size: 11px;
  color: #0b0b0b;
  font-weight: 300;
  font-size: 11px;
  line-height: 150%;
  letter-spacing: 0.05em;
}

.streetsmart-footer__banner--cert li {
  width: 48.4%;
}

@media screen and (min-width: 769px) {
  .streetsmart-footer__banner--cert {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-area: bannercert;
    margin: 0;
  }
}

.streetsmart-footer__banner--pmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  margin: 35px 12px 0;
}

.streetsmart-footer__banner--pmark li {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .streetsmart-footer__banner--pmark {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-area: bannerpmark;
    margin: 0 12px 0 0;
  }
  .streetsmart-footer__banner--pmark li {
    width: 60px;
  }
}

@use "sass:math";
.streetsmart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: transparent;
  padding: 9px 12px 0;
  margin-top: -19px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 800;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .streetsmart-header {
    margin-top: 28px;
    margin-right: 2.5%;
    margin-left: 2.5%;
    width: 95%;
    padding: 0;
  }
}

.streetsmart-header .streetsmart-logo {
  display: block;
  width: 101px;
  height: 37px;
}

@media screen and (min-width: 769px) {
  .streetsmart-header .streetsmart-logo {
    width: 155px;
    height: 57px;
  }
}

@-webkit-keyframes logo-to {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -700%;
  }
}

@keyframes logo-to {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -700%;
  }
}

@-webkit-keyframes logo-from {
  from {
    background-position-x: -700%;
  }
  to {
    background-position-x: 0;
  }
}

@keyframes logo-from {
  from {
    background-position-x: -700%;
  }
  to {
    background-position-x: 0;
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: skewX(0);
    transform: skewX(0);
  }
  4% {
    -webkit-transform: skewX(-4deg) translateY(-2px);
    transform: skewX(-4deg) translateY(-2px);
  }
  8% {
    -webkit-transform: skewX(0) translateY(0);
    transform: skewX(0) translateY(0);
  }
  12% {
    -webkit-transform: skewX(3deg) translateY(-1px);
    transform: skewX(3deg) translateY(-1px);
  }
  16% {
    -webkit-transform: skewX(0) translateY(0);
    transform: skewX(0) translateY(0);
  }
  20% {
    -webkit-transform: skewX(-2deg) translateY(-1px);
    transform: skewX(-2deg) translateY(-1px);
  }
  22% {
    -webkit-transform: skewX(0) translateY(0);
    transform: skewX(0) translateY(0);
  }
  26% {
    -webkit-transform: skewX(1deg);
    transform: skewX(1deg);
  }
  30% {
    -webkit-transform: skewX(0);
    transform: skewX(0);
  }
  100% {
    -webkit-transform: skewX(0);
    transform: skewX(0);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: skewX(0);
    transform: skewX(0);
  }
  4% {
    -webkit-transform: skewX(-4deg) translateY(-2px);
    transform: skewX(-4deg) translateY(-2px);
  }
  8% {
    -webkit-transform: skewX(0) translateY(0);
    transform: skewX(0) translateY(0);
  }
  12% {
    -webkit-transform: skewX(3deg) translateY(-1px);
    transform: skewX(3deg) translateY(-1px);
  }
  16% {
    -webkit-transform: skewX(0) translateY(0);
    transform: skewX(0) translateY(0);
  }
  20% {
    -webkit-transform: skewX(-2deg) translateY(-1px);
    transform: skewX(-2deg) translateY(-1px);
  }
  22% {
    -webkit-transform: skewX(0) translateY(0);
    transform: skewX(0) translateY(0);
  }
  26% {
    -webkit-transform: skewX(1deg);
    transform: skewX(1deg);
  }
  30% {
    -webkit-transform: skewX(0);
    transform: skewX(0);
  }
  100% {
    -webkit-transform: skewX(0);
    transform: skewX(0);
  }
}

.streetsmart-header__menu-trigger {
  width: 75.4px;
  height: 84.6px;
  pointer-events: auto;
  position: relative;
}

@media screen and (min-width: 769px) {
  .streetsmart-header__menu-trigger {
    width: 106px;
    height: 119px;
    margin-top: -26px;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  .streetsmart-header__menu-trigger:hover {
    -webkit-animation: shake 1.5s linear infinite;
    animation: shake 1.5s linear infinite;
  }
}

.streetsmart-header__menu-trigger[data-is-clicked='true']:hover {
  -webkit-animation: unset;
  animation: unset;
}

.streetsmart-header__menu-trigger[data-is-clicked='true'] .streetsmart-header__menu-trigger-bg {
  -webkit-animation: logo-to 300ms steps(7, end) forwards;
  animation: logo-to 300ms steps(7, end) forwards;
}

.streetsmart-header__menu-trigger[data-is-clicked='false'] .streetsmart-header__menu-trigger-bg {
  -webkit-animation: logo-from 300ms steps(7, end) forwards;
  animation: logo-from 300ms steps(7, end) forwards;
}

.streetsmart-header__menu-trigger .streetsmart-header__menu-trigger-bg {
  background-position: left center;
  background-size: 800% 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.streetsmart-header__menu-trigger .streetsmart-header__menu-trigger-bg.-white {
  background-image: url(/app/uploads/img/common/menu_box.svg);
}

.streetsmart-header__menu-trigger .streetsmart-header__menu-trigger-bg.-grey {
  background-image: url(/app/uploads/img/common/menu_box-grey.svg);
  opacity: 0;
}

.streetsmart-header__menu-trigger .streetsmart-header__menu-trigger-bg.-grey.-fixed {
  opacity: 1 !important;
}

.streetsmart-header__menu-target {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  height: -webkit-fill-available;
  z-index: 799;
  overflow: hidden;
  display: none;
}

.streetsmart-header__menu-target__container {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100vmax;
  width: 100vmax;
  background: var(--color-grey);
  opacity: 0;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  border-bottom-left-radius: 100vmax;
}

.streetsmart-header__menu-target__wrapper {
  padding-top: 115px;
  gap: 9px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 769px) {
  .streetsmart-header__menu-target__wrapper {
    max-width: 1120px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-header__menu-target__wrapper {
    padding-top: 132px;
    gap: 20px;
  }
}

.streetsmart-header__menu-target__link {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.streetsmart-header__menu-target__link:nth-of-type(odd) {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.streetsmart-header__menu-target__link:nth-of-type(even) {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

@media screen and (min-width: 769px) {
  .streetsmart-header__menu-target__link {
    border-radius: 10px;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }
  .streetsmart-header__menu-target__link:hover {
    opacity: 0.75 !important;
  }
}

.streetsmart-header__menu-target__link:after {
  content: '';
  display: block;
  padding-top: 65.57377%;
}

@media screen and (min-width: 769px) {
  .streetsmart-header__menu-target__link:after {
    padding-top: 25.42373%;
  }
}

.streetsmart-header__menu-target__link.-top {
  background-image: url(/app/uploads/img/common/menu/top.jpg);
}

@media screen and (min-width: 769px) {
  .streetsmart-header__menu-target__link.-top {
    background-image: url(/app/uploads/img/common/menu/top-pc.jpg);
  }
}

.streetsmart-header__menu-target__link.-service {
  background-image: url(/app/uploads/img/common/menu/service.jpg);
}

@media screen and (min-width: 769px) {
  .streetsmart-header__menu-target__link.-service {
    background-image: url(/app/uploads/img/common/menu/service-pc.jpg);
  }
}

.streetsmart-header__menu-target__link.-about {
  background-image: url(/app/uploads/img/common/menu/about.jpg);
}

@media screen and (min-width: 769px) {
  .streetsmart-header__menu-target__link.-about {
    background-image: url(/app/uploads/img/common/menu/about-pc.jpg);
  }
}

.streetsmart-header__menu-target__link.-recruit {
  background-image: url(/app/uploads/img/common/menu/recruit.jpg);
}

@media screen and (min-width: 769px) {
  .streetsmart-header__menu-target__link.-recruit {
    background-image: url(/app/uploads/img/common/menu/recruit-pc.jpg);
  }
}

.streetsmart-header__menu-target__link.-topic {
  background-image: url(/app/uploads/img/common/menu/topic.jpg);
}

@media screen and (min-width: 769px) {
  .streetsmart-header__menu-target__link.-topic {
    background-image: url(/app/uploads/img/common/menu/topic-pc.jpg);
  }
}

.streetsmart-header__menu-target__link__text {
  position: absolute;
  right: 9.83607%;
  bottom: 9.16667%;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: var(--color-pale);
}

@media screen and (min-width: 769px) {
  .streetsmart-header__menu-target__link__text {
    right: 7.62712%;
    bottom: 11.33333%;
  }
}

.streetsmart-header__menu-target__link__text-ja {
  font-family: var(--font-title);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 4px;
}

@media screen and (min-width: 769px) {
  .streetsmart-header__menu-target__link__text-ja {
    font-size: 16px;
    line-height: 1.5;
  }
}

.streetsmart-header__menu-target__link__text-en {
  font-family: var(--font-en);
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .streetsmart-header__menu-target__link__text-en {
    font-size: 42px;
  }
}

.streetsmart-header__menu-target__link__text-en:before {
  height: 14px;
  width: 14px;
  content: '';
  display: inline-block;
  background: center/contain no-repeat url(/app/uploads/img/common/menu/arrow.svg);
  margin-right: 9px;
}

@media screen and (min-width: 769px) {
  .streetsmart-header__menu-target__link__text-en:before {
    height: 30px;
    width: 30px;
  }
}

.streetsmart-header__menu__contact {
  width: 67px;
  height: 93px;
  display: block;
  margin-left: 75.2%;
  margin-top: -29px;
}

.streetsmart-header__menu__contact > img {
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .streetsmart-header__menu__contact {
    width: 76px;
    height: 107px;
    margin-top: -107px;
    margin-right: 0;
    margin-left: auto;
  }
}

@media screen and (min-width: 1120px) {
  .streetsmart-header__menu__contact {
    margin-right: calc((100% - 1120px) / 2);
  }
}

.streetsmart-img[data-fit='contain'][data-aspect="film"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-img[data-fit='contain'][data-aspect="film"]:after {
  padding-top: 66.7%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-img[data-fit='contain'][data-aspect="film"] > .streetsmart-img__src {
  -o-object-fit: contain;
  object-fit: contain;
}

.streetsmart-img[data-fit='contain'][data-aspect="logo"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-img[data-fit='contain'][data-aspect="logo"]:after {
  padding-top: 36.7%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-img[data-fit='contain'][data-aspect="logo"] > .streetsmart-img__src {
  -o-object-fit: contain;
  object-fit: contain;
}

.streetsmart-img[data-fit='contain'][data-aspect="menu"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-img[data-fit='contain'][data-aspect="menu"]:after {
  padding-top: 103.6%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-img[data-fit='contain'][data-aspect="menu"] > .streetsmart-img__src {
  -o-object-fit: contain;
  object-fit: contain;
}

.streetsmart-img[data-fit='contain'][data-aspect="thumbnail"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-img[data-fit='contain'][data-aspect="thumbnail"]:after {
  padding-top: 66.4%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-img[data-fit='contain'][data-aspect="thumbnail"] > .streetsmart-img__src {
  -o-object-fit: contain;
  object-fit: contain;
}

.streetsmart-img[data-fit='contain'][data-aspect="hexagon"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-img[data-fit='contain'][data-aspect="hexagon"]:after {
  padding-top: 114.4%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-img[data-fit='contain'][data-aspect="hexagon"] > .streetsmart-img__src {
  -o-object-fit: contain;
  object-fit: contain;
}

.streetsmart-img[data-fit='contain'][data-aspect="top-service"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-img[data-fit='contain'][data-aspect="top-service"]:after {
  padding-top: 75.8%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-img[data-fit='contain'][data-aspect="top-service"] > .streetsmart-img__src {
  -o-object-fit: contain;
  object-fit: contain;
}

.streetsmart-img[data-fit='contain'][data-aspect="top-about"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-img[data-fit='contain'][data-aspect="top-about"]:after {
  padding-top: 87.8%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-img[data-fit='contain'][data-aspect="top-about"] > .streetsmart-img__src {
  -o-object-fit: contain;
  object-fit: contain;
}

.streetsmart-img[data-fit='contain'][data-aspect="pageHeader"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-img[data-fit='contain'][data-aspect="pageHeader"]:after {
  padding-top: 58.7%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-img[data-fit='contain'][data-aspect="pageHeader"] > .streetsmart-img__src {
  -o-object-fit: contain;
  object-fit: contain;
}

.streetsmart-img[data-fit='contain'][data-aspect="pageHeader-pc"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-img[data-fit='contain'][data-aspect="pageHeader-pc"]:after {
  padding-top: 27.8%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-img[data-fit='contain'][data-aspect="pageHeader-pc"] > .streetsmart-img__src {
  -o-object-fit: contain;
  object-fit: contain;
}

.streetsmart-img[data-fit='cover'][data-aspect="film"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-img[data-fit='cover'][data-aspect="film"]:after {
  padding-top: 66.7%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-img[data-fit='cover'][data-aspect="film"] > .streetsmart-img__src {
  -o-object-fit: cover;
  object-fit: cover;
}

.streetsmart-img[data-fit='cover'][data-aspect="logo"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-img[data-fit='cover'][data-aspect="logo"]:after {
  padding-top: 36.7%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-img[data-fit='cover'][data-aspect="logo"] > .streetsmart-img__src {
  -o-object-fit: cover;
  object-fit: cover;
}

.streetsmart-img[data-fit='cover'][data-aspect="menu"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-img[data-fit='cover'][data-aspect="menu"]:after {
  padding-top: 103.6%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-img[data-fit='cover'][data-aspect="menu"] > .streetsmart-img__src {
  -o-object-fit: cover;
  object-fit: cover;
}

.streetsmart-img[data-fit='cover'][data-aspect="thumbnail"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-img[data-fit='cover'][data-aspect="thumbnail"]:after {
  padding-top: 66.4%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-img[data-fit='cover'][data-aspect="thumbnail"] > .streetsmart-img__src {
  -o-object-fit: cover;
  object-fit: cover;
}

.streetsmart-img[data-fit='cover'][data-aspect="hexagon"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-img[data-fit='cover'][data-aspect="hexagon"]:after {
  padding-top: 114.4%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-img[data-fit='cover'][data-aspect="hexagon"] > .streetsmart-img__src {
  -o-object-fit: cover;
  object-fit: cover;
}

.streetsmart-img[data-fit='cover'][data-aspect="top-service"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-img[data-fit='cover'][data-aspect="top-service"]:after {
  padding-top: 75.8%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-img[data-fit='cover'][data-aspect="top-service"] > .streetsmart-img__src {
  -o-object-fit: cover;
  object-fit: cover;
}

.streetsmart-img[data-fit='cover'][data-aspect="top-about"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-img[data-fit='cover'][data-aspect="top-about"]:after {
  padding-top: 87.8%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-img[data-fit='cover'][data-aspect="top-about"] > .streetsmart-img__src {
  -o-object-fit: cover;
  object-fit: cover;
}

.streetsmart-img[data-fit='cover'][data-aspect="pageHeader"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-img[data-fit='cover'][data-aspect="pageHeader"]:after {
  padding-top: 58.7%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-img[data-fit='cover'][data-aspect="pageHeader"] > .streetsmart-img__src {
  -o-object-fit: cover;
  object-fit: cover;
}

.streetsmart-img[data-fit='cover'][data-aspect="pageHeader-pc"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-img[data-fit='cover'][data-aspect="pageHeader-pc"]:after {
  padding-top: 27.8%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-img[data-fit='cover'][data-aspect="pageHeader-pc"] > .streetsmart-img__src {
  -o-object-fit: cover;
  object-fit: cover;
}

.streetsmart-linkLi__link {
  display: block;
}

.streetsmart-loading {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--color-grey);
  z-index: 9999;
}

.streetsmart-loading-wrapper {
  padding-top: 34.78261vh;
  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;
  font-family: var(--font-en);
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .streetsmart-loading-wrapper {
    padding-top: 30.94891vh;
  }
}

.streetsmart-loading__img {
  margin-bottom: 42px;
}

@media screen and (min-width: 769px) {
  .streetsmart-loading__img {
    margin-bottom: 64px;
  }
}

.streetsmart-loading__counter {
  letter-spacing: 0.12em;
  font-size: 70px;
  width: 180px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media screen and (min-width: 769px) {
  .streetsmart-loading__counter {
    font-size: 100px;
    width: 250px;
  }
}

.streetsmart-loading__counter__small {
  font-size: 40px;
}

@media screen and (min-width: 769px) {
  .streetsmart-loading__counter__small {
    font-size: 70px;
  }
}

.streetsmart-loading__text {
  font-size: 22px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .streetsmart-loading__text {
    font-size: 28px;
  }
}

.streetsmart-logo {
  pointer-events: auto;
}

.streetsmart-logo.-white {
  color: var(--color-pale);
}

.streetsmart-logo.-black {
  color: var(--color-deep);
}

.streetsmart-logo > svg {
  height: 100%;
  width: 100%;
}

.streetsmart-logo__text {
  fill: currentColor;
}

.streetsmart-missionTitle {
  display: block;
}

@media screen and (min-width: 769px) {
  .streetsmart-missionTitle {
    display: none;
  }
}

.streetsmart-missionTitle-pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .streetsmart-missionTitle-pc {
    display: block;
  }
}

.streetsmart-newsletter {
  display: block;
  position: relative;
  width: 100%;
  background: var(--color-pale);
  border-radius: 5px;
  padding: 14px 16px 17px 25px;
}

@media screen and (min-width: 769px) {
  .streetsmart-newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 72px 13px 29px;
  }
  .streetsmart-newsletter:hover:after {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  .streetsmart-newsletter .streetsmart-tag {
    font-size: 10px;
    padding: 3px 8px;
  }
  .streetsmart-newsletter:after {
    font-family: 'icomoon';
    content: '\e902';
    font-size: 18px;
    position: absolute;
    top: calc(50% - 10px);
    right: 19px;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
}

.streetsmart-newsletter:before {
  position: absolute;
  top: 9.5%;
  left: 10px;
  content: '';
  display: block;
  width: 3px;
  height: 81%;
  border-radius: 1.5px;
  background: var(--color-grey);
}

@media screen and (min-width: 769px) {
  .streetsmart-newsletter:before {
    left: 14px;
    content: '';
    display: block;
    width: 4px;
    border-radius: 2px;
  }
}

.streetsmart-newsletter__time {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-right: 10px;
}

@media screen and (min-width: 769px) {
  .streetsmart-newsletter__time {
    margin-right: 17px;
  }
}

.streetsmart-newsletter__title {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  height: 57.6px;
  min-height: unset;
  max-height: unset;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .streetsmart-newsletter__title {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    height: 41.6px;
    min-height: unset;
    max-height: unset;
    margin-top: 0;
    margin-left: 25px;
  }
}

.streetsmart-ornament-horizontal {
  display: inline-block;
  height: 7px;
  width: 21px;
  background: -webkit-gradient(linear, left top, right top, color-stop(34%, var(--color-smart-blue)), color-stop(33.4%, var(--color-smart-blue2)), color-stop(66.7%, var(--color-smart-blue2)), color-stop(66.7%, var(--color-smart-blue3)));
  background: linear-gradient(to right, var(--color-smart-blue) 34%, var(--color-smart-blue2) 33.4%, var(--color-smart-blue2) 66.7%, var(--color-smart-blue3) 66.7%);
  border-radius: 1px;
}

@media screen and (min-width: 769px) {
  .streetsmart-ornament-horizontal.-big {
    width: 39px;
    height: 13px;
  }
}

.streetsmart-ornament {
  display: inline-block;
  height: 21px;
  width: 7px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(34%, var(--color-smart-blue)), color-stop(33.4%, var(--color-smart-blue2)), color-stop(66.7%, var(--color-smart-blue2)), color-stop(66.7%, var(--color-smart-blue3)));
  background: linear-gradient(to bottom, var(--color-smart-blue) 34%, var(--color-smart-blue2) 33.4%, var(--color-smart-blue2) 66.7%, var(--color-smart-blue3) 66.7%);
  border-radius: 1px;
}

.streetsmart-ornament.-two {
  height: 14px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--color-smart-blue)), color-stop(50%, var(--color-smart-blue3)));
  background: linear-gradient(to bottom, var(--color-smart-blue) 50%, var(--color-smart-blue3) 50%);
}

.streetsmart-ornament.-two.-green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--color-smart-green2)), color-stop(50%, var(--color-smart-green4)));
  background: linear-gradient(to bottom, var(--color-smart-green2) 50%, var(--color-smart-green4) 50%);
}

@media screen and (min-width: 769px) {
  .streetsmart-ornament.-two {
    height: 26px;
    width: 13px;
  }
}

.streetsmart-pageHeader {
  position: relative;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .streetsmart-pageHeader {
    height: 400px;
  }
}

.streetsmart-pageHeader .streetsmart-picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.streetsmart-pageHeader .streetsmart-picture__img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.streetsmart-pageHeader__title {
  padding-top: 9%;
  padding-left: 12%;
  color: var(--color-pale);
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .streetsmart-pageHeader__title {
    padding-top: 4%;
    padding-left: 17.15278%;
  }
}

.streetsmart-pageHeader__title__sub {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-style: normal;
  font-family: var(--font-title);
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  .streetsmart-pageHeader__title__sub {
    font-size: 20px;
    margin-bottom: 11px;
  }
}

.streetsmart-pageHeader__title__en {
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: var(--font-en);
  padding-top: 0.6em;
  font-style: normal;
}

@media screen and (min-width: 769px) {
  .streetsmart-pageHeader__title__en {
    font-size: 90px;
    letter-spacing: 0;
  }
}

.streetsmart-part-bg--grey {
  background: var(--color-grey);
}

.streetsmart-part-inner--default {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-part-inner--default {
    max-width: var(--width-inner);
  }
}

.streetsmart-part-tag--border {
  display: block;
  font-family: var(--font-title);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .streetsmart-part-tag--border {
    font-size: 10px;
    line-height: 1.4;
    padding: 3px 8px;
    border: 1px solid var(--color-navy);
    border-radius: 3px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-part-tag--border {
    font-size: 13px;
    line-height: 1.5;
    padding: 3px 15px;
    border: 2px solid var(--color-navy);
    border-radius: 5px;
  }
}

.streetsmart-part-time--gray {
  display: block;
  color: var(--color-grey2);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .streetsmart-part-time--gray {
    font-size: 10px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-part-time--gray {
    font-size: 12px;
  }
}

.streetsmart-part-list--category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.streetsmart-part-list--category a {
  display: block;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

@media screen and (max-width: 768px) {
  .streetsmart-part-list--category a {
    padding: 13px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-part-list--category a {
    padding: 15px;
  }
  .streetsmart-part-list--category a:hover {
    background: var(--color-navy);
    color: var(--color-pale);
  }
}

.streetsmart-part-list--category > li {
  font-family: var(--font-title);
  line-height: 1;
  border: 2px solid var(--color-navy);
  border-radius: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .streetsmart-part-list--category > li {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-part-list--category > li {
    font-size: 15px;
  }
}

.streetsmart-part-list--category > li.-width--100 {
  width: 100%;
}

.streetsmart-part-list--category > li:not(.-width--100) {
  width: calc((100% - 10px)/2);
}

.streetsmart-part-list--category > li:nth-child(n+2) {
  margin-top: 10px;
}

.js-biggerLink:hover {
  cursor: pointer;
}

.streetsmart-picture[data-fit='contain'][data-aspect="film"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-picture[data-fit='contain'][data-aspect="film"]:after {
  padding-top: 66.7%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-picture[data-fit='contain'][data-aspect="film"] > .streetsmart-picture__img {
  -o-object-fit: contain;
  object-fit: contain;
}

.streetsmart-picture[data-fit='contain'][data-aspect="logo"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-picture[data-fit='contain'][data-aspect="logo"]:after {
  padding-top: 36.7%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-picture[data-fit='contain'][data-aspect="logo"] > .streetsmart-picture__img {
  -o-object-fit: contain;
  object-fit: contain;
}

.streetsmart-picture[data-fit='contain'][data-aspect="menu"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-picture[data-fit='contain'][data-aspect="menu"]:after {
  padding-top: 103.6%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-picture[data-fit='contain'][data-aspect="menu"] > .streetsmart-picture__img {
  -o-object-fit: contain;
  object-fit: contain;
}

.streetsmart-picture[data-fit='contain'][data-aspect="thumbnail"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-picture[data-fit='contain'][data-aspect="thumbnail"]:after {
  padding-top: 66.4%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-picture[data-fit='contain'][data-aspect="thumbnail"] > .streetsmart-picture__img {
  -o-object-fit: contain;
  object-fit: contain;
}

.streetsmart-picture[data-fit='contain'][data-aspect="hexagon"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-picture[data-fit='contain'][data-aspect="hexagon"]:after {
  padding-top: 114.4%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-picture[data-fit='contain'][data-aspect="hexagon"] > .streetsmart-picture__img {
  -o-object-fit: contain;
  object-fit: contain;
}

.streetsmart-picture[data-fit='contain'][data-aspect="top-service"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-picture[data-fit='contain'][data-aspect="top-service"]:after {
  padding-top: 75.8%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-picture[data-fit='contain'][data-aspect="top-service"] > .streetsmart-picture__img {
  -o-object-fit: contain;
  object-fit: contain;
}

.streetsmart-picture[data-fit='contain'][data-aspect="top-about"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-picture[data-fit='contain'][data-aspect="top-about"]:after {
  padding-top: 87.8%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-picture[data-fit='contain'][data-aspect="top-about"] > .streetsmart-picture__img {
  -o-object-fit: contain;
  object-fit: contain;
}

.streetsmart-picture[data-fit='contain'][data-aspect="pageHeader"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-picture[data-fit='contain'][data-aspect="pageHeader"]:after {
  padding-top: 58.7%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-picture[data-fit='contain'][data-aspect="pageHeader"] > .streetsmart-picture__img {
  -o-object-fit: contain;
  object-fit: contain;
}

.streetsmart-picture[data-fit='contain'][data-aspect="pageHeader-pc"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-picture[data-fit='contain'][data-aspect="pageHeader-pc"]:after {
  padding-top: 27.8%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-picture[data-fit='contain'][data-aspect="pageHeader-pc"] > .streetsmart-picture__img {
  -o-object-fit: contain;
  object-fit: contain;
}

.streetsmart-picture[data-fit='cover'][data-aspect="film"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-picture[data-fit='cover'][data-aspect="film"]:after {
  padding-top: 66.7%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-picture[data-fit='cover'][data-aspect="film"] > .streetsmart-picture__img {
  -o-object-fit: cover;
  object-fit: cover;
}

.streetsmart-picture[data-fit='cover'][data-aspect="logo"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-picture[data-fit='cover'][data-aspect="logo"]:after {
  padding-top: 36.7%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-picture[data-fit='cover'][data-aspect="logo"] > .streetsmart-picture__img {
  -o-object-fit: cover;
  object-fit: cover;
}

.streetsmart-picture[data-fit='cover'][data-aspect="menu"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-picture[data-fit='cover'][data-aspect="menu"]:after {
  padding-top: 103.6%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-picture[data-fit='cover'][data-aspect="menu"] > .streetsmart-picture__img {
  -o-object-fit: cover;
  object-fit: cover;
}

.streetsmart-picture[data-fit='cover'][data-aspect="thumbnail"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-picture[data-fit='cover'][data-aspect="thumbnail"]:after {
  padding-top: 66.4%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-picture[data-fit='cover'][data-aspect="thumbnail"] > .streetsmart-picture__img {
  -o-object-fit: cover;
  object-fit: cover;
}

.streetsmart-picture[data-fit='cover'][data-aspect="hexagon"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-picture[data-fit='cover'][data-aspect="hexagon"]:after {
  padding-top: 114.4%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-picture[data-fit='cover'][data-aspect="hexagon"] > .streetsmart-picture__img {
  -o-object-fit: cover;
  object-fit: cover;
}

.streetsmart-picture[data-fit='cover'][data-aspect="top-service"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-picture[data-fit='cover'][data-aspect="top-service"]:after {
  padding-top: 75.8%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-picture[data-fit='cover'][data-aspect="top-service"] > .streetsmart-picture__img {
  -o-object-fit: cover;
  object-fit: cover;
}

.streetsmart-picture[data-fit='cover'][data-aspect="top-about"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-picture[data-fit='cover'][data-aspect="top-about"]:after {
  padding-top: 87.8%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-picture[data-fit='cover'][data-aspect="top-about"] > .streetsmart-picture__img {
  -o-object-fit: cover;
  object-fit: cover;
}

.streetsmart-picture[data-fit='cover'][data-aspect="pageHeader"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-picture[data-fit='cover'][data-aspect="pageHeader"]:after {
  padding-top: 58.7%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-picture[data-fit='cover'][data-aspect="pageHeader"] > .streetsmart-picture__img {
  -o-object-fit: cover;
  object-fit: cover;
}

.streetsmart-picture[data-fit='cover'][data-aspect="pageHeader-pc"] {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-picture[data-fit='cover'][data-aspect="pageHeader-pc"]:after {
  padding-top: 27.8%;
  display: block;
  width: 100%;
  content: "";
}

.streetsmart-picture[data-fit='cover'][data-aspect="pageHeader-pc"] > .streetsmart-picture__img {
  -o-object-fit: cover;
  object-fit: cover;
}

.streetsmart-submit {
  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%;
  height: 65px;
  border-radius: 32.5px;
  font-family: var(--font-title);
  font-family: var(--font-title);
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  position: relative;
  background: var(--color-orange);
  color: var(--color-pale);
}

@media screen and (min-width: 769px) {
  .streetsmart-submit {
    width: 100%;
    height: 75px;
    border-radius: 37.5px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

.streetsmart-submit:hover .icon-arrow:before {
  -webkit-animation: buttonHover 500ms ease-out both;
  animation: buttonHover 500ms ease-out both;
}

.streetsmart-submit:disabled {
  background: var(--color-grey2);
  color: var(--color-pale);
}

.streetsmart-submit:disabled .icon-arrow {
  background: var(--color-pale);
  color: var(--color-grey2);
}

.streetsmart-submit .icon-arrow {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--color-pale);
  color: var(--color-orange);
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-submit .icon-arrow {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    font-size: 15px;
    right: 14px;
  }
}

.streetsmart-table {
  border-radius: 8px;
  background: var(--color-grey);
  border: solid 3px var(--color-grey);
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .streetsmart-table {
    border-radius: 15px;
    border: solid 4px var(--color-grey);
  }
}

.streetsmart-table__tr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.streetsmart-table__tr:after {
  position: absolute;
  bottom: -1.5px;
  left: 15px;
  content: '';
  display: block;
  width: calc(100% - 30px);
  height: 3px;
  border-radius: 1.5px;
  background: -webkit-gradient(linear, left top, right top, color-stop(29.59502%, var(--color-pale)), color-stop(29.59502%, var(--color-grey)));
  background: linear-gradient(to right, var(--color-pale) 29.59502%, var(--color-grey) 29.59502%);
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .streetsmart-table__tr:after {
    position: absolute;
    bottom: -2px;
    left: 20px;
    width: calc(100% - 40px);
    height: 4px;
    border-radius: 2px;
    background: -webkit-gradient(linear, left top, right top, color-stop(31.2037%, var(--color-pale)), color-stop(31.2037%, var(--color-grey)));
    background: linear-gradient(to right, var(--color-pale) 31.2037%, var(--color-grey) 31.2037%);
  }
}

.streetsmart-table__tr:last-of-type::after {
  content: none;
}

.streetsmart-table__th, .streetsmart-table__td {
  padding: 18px 20px 15px 22px;
}

@media screen and (min-width: 769px) {
  .streetsmart-table__th, .streetsmart-table__td {
    padding: 29px 40px;
  }
}

.streetsmart-table__th {
  background: var(--color-grey);
  font-family: var(--font-title);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0;
  width: 31.33903%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 769px) {
  .streetsmart-table__th {
    width: 31.875%;
    padding-left: 55px;
    font-family: var(--font-title);
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.streetsmart-table__td {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background: var(--color-pale);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.streetsmart-table__td a {
  color: var(--color-smart-blue);
  font-weight: 700;
  text-decoration: underline;
}

.streetsmart-table__td a:hover {
  text-decoration: none;
}

.streetsmart-table__td a[target='_blank']:after {
  content: '';
  display: inline-block;
  background: center/contain no-repeat url(/app/uploads/img/common/tab.svg);
  width: 14px;
  height: 13px;
  margin-left: 7px;
}

@media screen and (min-width: 769px) {
  .streetsmart-table__td a .visibleSp {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-table__td {
    font-size: 15px;
    line-height: 1.8;
  }
}

.streetsmart-tag {
  display: inline-block;
  border: 1px solid var(--color-navy);
  border-radius: 3px;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0;
  font-family: var(--font-title);
  padding: 3px 8px;
}

@media screen and (min-width: 769px) {
  .streetsmart-tag {
    font-size: 13px;
    line-height: 1.5;
    padding: 3px 15px;
    border-radius: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.streetsmart-taglink {
  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;
  border: 2px solid var(--color-navy);
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  font-family: var(--font-title);
}

@media screen and (min-width: 769px) {
  .streetsmart-taglink {
    font-size: 16px;
    line-height: 1.5;
    padding: 3px 15px;
  }
}

.streetsmart-title-flat {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-en);
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .streetsmart-title-flat {
    font-size: 70px;
  }
}

.streetsmart-title-flat__sub {
  font-family: var(--font-title);
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 8px;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .streetsmart-title-flat__sub {
    font-family: var(--font-title);
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 15px;
    margin-top: 8px;
  }
}

.title01-detail {
  font-family: var(--font-title);
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .title01-detail {
    font-size: 25px;
  }
}

@media screen and (min-width: 769px) {
  .title01-detail {
    font-size: 36px;
  }
}

.title02-num {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .title02-num {
    font-size: 18px;
    padding-left: 26px;
  }
}

@media screen and (min-width: 769px) {
  .title02-num {
    font-size: 23px;
    padding-left: 34px;
  }
}

.title02-num::before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  left: 0;
  bottom: 0;
  letter-spacing: 0;
}

.title02-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.title02-line::before, .title02-line::after {
  content: "";
  background-image: url(../img/common/title02-line-bg.svg);
  background-repeat: no-repeat;
  height: 7px;
}

@media screen and (max-width: 768px) {
  .title02-line::before, .title02-line::after {
    background-size: calc((66px + 3px)*2);
    width: 66px;
  }
}

@media screen and (min-width: 769px) {
  .title02-line::before, .title02-line::after {
    background-size: 144px;
    width: 144px;
  }
}

.title02-line::before {
  background-position: right;
}

.title02-line::after {
  background-position: left;
}

.title02-line .text {
  display: block;
  font-family: var(--font-title);
}

@media screen and (max-width: 768px) {
  .title02-line .text {
    font-size: 16px;
    padding-right: 17px;
    padding-left: 17px;
  }
}

@media screen and (min-width: 769px) {
  .title02-line .text {
    font-size: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.title02-sub {
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .title02-sub {
    padding-top: 12px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 769px) {
  .title02-sub {
    padding-top: 15px;
    padding-right: 40px;
  }
}

.title02-sub::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(/app/uploads/img/common/title02-sub-icon.svg);
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .title02-sub::before {
    width: 60px;
    height: 63px;
    background-size: 63px;
  }
}

@media screen and (min-width: 769px) {
  .title02-sub::before {
    width: 78px;
    height: 84px;
    background-size: 80px;
  }
}

.title02-sub span {
  display: block;
}

.title02-sub .textS {
  font-family: var(--font-title);
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .title02-sub .textS {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .title02-sub .textS {
    font-size: 18px;
  }
}

.title02-sub .textB {
  font-family: var(--font-en);
  letter-spacing: 0.05em;
  line-height: 0.5;
}

@media screen and (max-width: 768px) {
  .title02-sub .textB {
    font-size: 40px;
    padding-top: 15px;
    margin-top: 5px;
  }
}

@media screen and (min-width: 769px) {
  .title02-sub .textB {
    font-size: 55px;
    padding-top: 21px;
    margin-top: 6px;
  }
}

.title03-text {
  font-family: var(--font-title);
}

@media screen and (max-width: 768px) {
  .title03-text {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 769px) {
  .title03-text {
    font-size: 20px;
    line-height: 1.5;
  }
}

.title03-line {
  font-family: var(--font-en);
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 0.6;
  padding-top: 8px;
  padding-left: calc(12px + 7px);
  position: relative;
}

.title03-line::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 21px;
  border-radius: 1px;
  background-image: repeating-linear-gradient(to bottom, var(--color-smart-blue), var(--color-smart-blue) 7px, var(--color-smart-blue2) 7px, var(--color-smart-blue2) 14px, var(--color-smart-blue3) 14px, var(--color-smart-blue3) 21px);
}

.streetsmart-top__movie-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%;
}

.streetsmart-top__movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mfp-content {
  max-width: 880px;
  margin: 0 auto;
}

.mfp-fade01.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mfp-fade01.mfp-bg.mfp-ready {
  opacity: 0.7;
}

.mfp-fade01.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade01.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mfp-fade01.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade01.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.streetsmart-top__movie {
  background-color: #fff;
  border-radius: 8px;
  max-width: 880px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}

.streetsmart-top__movie .text {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: .08em;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__movie .text {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-top__movie .text br {
    display: none;
  }
}

.streetsmart-about__wrapper {
  background: var(--color-grey);
  padding-top: 50px;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__wrapper {
    padding-top: 80px;
  }
}

/* -------------------------------------------------------------------------- */
/*                                     top                                    */
/* -------------------------------------------------------------------------- */
.streetsmart-about__mission {
  position: relative;
  padding-bottom: 40px;
  padding-right: 12px;
  padding-left: 12px;
  overflow-x: hidden;
  overflow-y: visible;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__mission {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-about__mission {
    padding-bottom: 130px;
  }
}

.streetsmart-about__mission__wrapper {
  position: relative;
  background: var(--color-pale);
  padding: 50px 15px 89px;
  border-radius: 5px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__mission__wrapper {
    max-width: 1120px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-about__mission__wrapper {
    border-radius: 10px;
    padding: 110px 0;
  }
}

.streetsmart-about__mission__img-top {
  position: absolute;
  bottom: -150px;
  left: -45px;
  width: 198px;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__mission__img-top {
    width: 33.57143%;
    max-width: 376px;
    top: -66px;
    bottom: unset;
    left: -20.89286%;
  }
}

.streetsmart-about__mission__title {
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

@media screen and (min-width: 769px) {
  .streetsmart-about__mission__title {
    margin-right: auto;
    margin-bottom: 26px;
    margin-left: auto;
    max-width: 626px;
    position: relative;
    right: 20px;
  }
}

.streetsmart-about__mission__title__en {
  font-family: var(--font-en);
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__mission__title__en {
    font-size: 28px;
    margin-right: 0;
  }
}

.streetsmart-about__mission__title__en > .streetsmart-ornament-horizontal {
  margin-top: -0.6em;
  margin-right: 8px;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__mission__title__en > .streetsmart-ornament-horizontal {
    margin-right: 18px;
  }
}

.streetsmart-about__mission__title__ja {
  display: block;
  margin-top: 11px;
  margin-right: 15px;
  width: 280px;
  height: 84px;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__mission__title__ja {
    width: 100%;
    max-width: 626px;
    height: 64px;
    margin: 0;
  }
}

.streetsmart-about__mission__title__ja path, .streetsmart-about__mission__title__ja polygon {
  fill: var(--color-navy2);
}

.streetsmart-about__mission__title__ja .-bracket-l, .streetsmart-about__mission__title__ja .-bracket-r {
  fill: var(--color-grey2);
}

.streetsmart-about__mission__text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__mission__text {
    font-size: 17px;
    line-height: 2.1;
    margin: auto;
    padding-right: 156px;
    max-width: 626px;
    position: relative;
    right: 20px;
  }
}

.streetsmart-about__mission__img-bottom {
  position: relative;
  z-index: 1;
  display: block;
  width: 226px;
  margin-top: -56px;
  margin-right: -40px;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__mission__img-bottom {
    position: absolute;
    bottom: 9.95851%;
    left: 66.38889%;
    width: 41.94444%;
    max-width: 604px;
  }
}

@media screen and (min-width: 1440px) {
  .streetsmart-about__mission__img-bottom {
    bottom: 72px;
    left: calc((100vw - 1120px) / 2 + 780px);
  }
}

/* -------------------------------------------------------------------------- */
/*                                   vision                                   */
/* -------------------------------------------------------------------------- */
.streetsmart-about__vision {
  padding-bottom: 80px;
  overflow-x: hidden;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__vision {
    padding-bottom: 130px;
  }
}

.streetsmart-about__vision .streetsmart-picture {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-color: var(--color-pale);
  border-style: solid;
  border-top-width: 6px;
  border-bottom-width: 6px;
  margin-top: 14px;
  margin-bottom: -32.1875%;
}

.streetsmart-about__vision .streetsmart-picture:after {
  padding-top: 85.33333%;
  display: block;
  width: 100%;
  content: "";
}

@media screen and (min-width: 769px) {
  .streetsmart-about__vision .streetsmart-picture {
    position: relative;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    max-width: 1341px;
    border-radius: 30px 0 0 30px;
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 20px;
    margin-right: 0;
    margin-bottom: -226px;
    margin-left: auto;
  }
  .streetsmart-about__vision .streetsmart-picture:after {
    padding-top: 46.93414%;
    display: block;
    width: 100%;
    content: "";
  }
}

.streetsmart-about__vision .streetsmart-picture .streetsmart-picture__img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__vision .streetsmart-picture .streetsmart-picture__img {
    border-radius: 10px;
  }
}

.streetsmart-about__vision__wrapper {
  position: relative;
  z-index: 1;
  background: var(--color-pale);
  margin-right: 12px;
  margin-left: 12px;
  padding: 50px 15px 60px;
  border-radius: 5px;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__vision__wrapper {
    padding: 110px 0 100px;
    border-radius: 0 10px 10px 0;
    max-width: 1160px;
    margin: 0 20px 0 0;
  }
}

.streetsmart-about__vision__title {
  margin-bottom: 18px;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__vision__title {
    max-width: 900px;
    margin-left: auto;
  }
}

.streetsmart-about__vision__title__en {
  font-family: var(--font-en);
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__vision__title__en {
    font-size: 28px;
  }
}

.streetsmart-about__vision__title__en > .streetsmart-ornament-horizontal {
  margin-top: -0.6em;
  margin-right: 8px;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__vision__title__en > .streetsmart-ornament-horizontal {
    margin-right: 18px;
  }
}

.streetsmart-about__vision__title__ja {
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0;
  display: block;
  margin-top: 7px;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__vision__title__ja {
    font-size: 42px;
    margin-top: 15px;
    margin-left: -0.5em;
  }
  .streetsmart-about__vision__title__ja br {
    display: none;
  }
}

.streetsmart-about__vision__text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__vision__text {
    font-size: 17px;
    line-height: 2.1;
    max-width: 900px;
    margin-left: auto;
  }
}

.streetsmart-about__vision__text .visiblePc {
  display: none;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__vision__text .visiblePc {
    display: block;
  }
}

/* -------------------------------------------------------------------------- */
/*                                    value                                   */
/* -------------------------------------------------------------------------- */
.streetsmart-about__value {
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 81px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__value {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-about__value {
    max-width: 1200px;
  }
}

.streetsmart-about__value__wrapper {
  display: grid;
  gap: 14px  0;
  margin-top: 20px;
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__value__wrapper {
    margin-top: 15px;
    margin-bottom: 60px;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
  }
}

.streetsmart-about__value__list__wrapper {
  background: var(--color-smart-blue5);
  padding: 34px 15px 25px;
  border-radius: 5px;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__value__list__wrapper {
    margin-top: 0;
    height: 100%;
    padding: 53px 33px 41px;
    border-radius: 10px;
  }
}

.streetsmart-about__value__list__title {
  font-family: var(--font-title);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__value__list__title {
    font-size: 24px;
  }
}

.streetsmart-about__value__list__en {
  margin-top: 12px;
  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;
  font-family: var(--font-en);
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  color: var(--color-smart-blue3);
  text-align: center;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__value__list__en {
    font-size: 23px;
    margin-top: 16px;
  }
}

.streetsmart-about__value__list__text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__value__list__text {
    font-size: 15px;
  }
}

.streetsmart-about__value__list__text:before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: var(--color-grey);
  margin-top: 9px;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__value__list__text:before {
    margin-top: 12px;
    margin-bottom: 17px;
  }
}

.streetsmart-about__value__banner {
  padding-right: 15px;
  padding-left: 15px;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(320px, 430px));
  gap: 14px 0;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__value__banner {
    padding: 0;
    gap: 0 34px;
  }
}

.streetsmart-about__value__banner__link {
  width: 100%;
  border-radius: 5px;
}

.streetsmart-about__value__banner__link:hover .streetsmart-img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.streetsmart-about__value__banner__link .streetsmart-img {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-about__value__banner__link .streetsmart-img:after {
  padding-top: 37.1875%;
  display: block;
  width: 100%;
  content: "";
}

@media screen and (min-width: 769px) {
  .streetsmart-about__value__banner__link {
    border-radius: 10px;
  }
}

/* -------------------------------------------------------------------------- */
/*                                    image                                   */
/* -------------------------------------------------------------------------- */
.streetsmart-about__img {
  margin-bottom: 60px;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__img {
    margin-bottom: 100px;
  }
}

.streetsmart-about__img .streetsmart-picture {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.streetsmart-about__img .streetsmart-picture:after {
  padding-top: 64%;
  display: block;
  width: 100%;
  content: "";
}

@media screen and (min-width: 769px) {
  .streetsmart-about__img .streetsmart-picture {
    position: relative;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .streetsmart-about__img .streetsmart-picture:after {
    padding-top: 29.16667%;
    display: block;
    width: 100%;
    content: "";
  }
}

.streetsmart-about__img .streetsmart-picture__img {
  -o-object-fit: cover;
  object-fit: cover;
}

/* -------------------------------------------------------------------------- */
/*                                 requirement                                */
/* -------------------------------------------------------------------------- */
.streetsmart-about__company {
  margin-bottom: 45px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__company {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-about__company {
    max-width: 1120px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-about__company {
    margin-bottom: 60px;
  }
}

.streetsmart-about__company .streetsmart-title-flat {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__company .streetsmart-title-flat {
    margin-bottom: 35px;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   access                                   */
/* -------------------------------------------------------------------------- */
.streetsmart-about__access {
  margin-bottom: 60px;
  background: linear-gradient(to bottom, var(--color-pale) 159px, var(--color-smart-blue3) 159px);
}

@media screen and (min-width: 769px) {
  .streetsmart-about__access {
    margin-bottom: 100px;
    background: linear-gradient(to bottom, var(--color-pale) 220px, var(--color-smart-blue3) 220px);
  }
}

.streetsmart-about__access__title {
  font-family: var(--font-en);
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.05em;
  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;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__access__title {
    font-size: 50px;
  }
}

.streetsmart-about__access__title:before, .streetsmart-about__access__title:after {
  content: '';
  width: 66px;
  height: 6px;
  background: center/contain no-repeat url(/app/uploads/img/common/line-short.svg);
  margin-right: 17px;
  margin-bottom: 0.4em;
  margin-left: 17px;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__access__title:before, .streetsmart-about__access__title:after {
    width: 146px;
    background: center/contain no-repeat url(/app/uploads/img/common/line.svg);
    margin-right: 20px;
    margin-bottom: 0.4em;
    margin-left: 20px;
  }
}

.streetsmart-about__access__container {
  padding-right: 22px;
  padding-bottom: 20px;
  padding-left: 22px;
  color: var(--color-pale);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__access__container {
    max-width: 1120px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-about__access__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 24px;
    padding: 20px 0 38px;
  }
}

.streetsmart-about__access__wrapper {
  position: relative;
  padding-top: 14px;
  padding-bottom: 23px;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__access__wrapper {
    padding: 0;
  }
}

.streetsmart-about__access__wrapper:after {
  position: absolute;
  bottom: 1px;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: center/contain repeat-x url(/app/uploads/img/common/dashline-h-white.svg);
}

@media screen and (min-width: 769px) {
  .streetsmart-about__access__wrapper:after {
    content: none;
  }
}

.streetsmart-about__access__wrapper:last-of-type:after {
  content: none;
}

.streetsmart-about__access__map {
  background: var(--color-pale);
  position: relative;
  border: 6px solid var(--color-pale);
  border-radius: 11px;
  width: 100%;
  margin-bottom: 17px;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__access__map {
    border-radius: 20px;
    border-width: 8px;
  }
}

.streetsmart-about__access__map:after {
  content: '';
  display: block;
  padding-top: 49.84424%;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__access__map:after {
    padding-top: 67.64706%;
  }
}

.streetsmart-about__access__map > iframe {
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__access__map > iframe {
    border-radius: 10px;
  }
}

.streetsmart-about__access__name, .streetsmart-about__access__address, .streetsmart-about__access__train {
  display: grid;
  grid-template-columns: 13px 1fr;
  gap: 0 9px;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__access__name, .streetsmart-about__access__address, .streetsmart-about__access__train {
    gap: 0 11px;
  }
}

.streetsmart-about__access__name {
  font-family: var(--font-title);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 8px;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__access__name {
    margin-bottom: 16px;
  }
}

.streetsmart-about__access__name:before {
  content: '';
  display: block;
  margin: auto;
  height: 13px;
  width: 13px;
  background: var(--color-smart-blue);
  border-radius: 2px;
}

.streetsmart-about__access__address {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.streetsmart-about__access__address:before {
  font-family: 'icomoon';
  content: '\e905';
  display: block;
  font-size: 20px;
  position: relative;
  top: -6px;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__access__address:before {
    top: 0;
  }
}

.streetsmart-about__access__address__button {
  grid-area: 2/2;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.05em;
  border: solid 1px var(--color-pale);
  margin-top: 6px;
  width: 104px;
  height: 23px;
  border-radius: 11.5px;
  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;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__access__address__button {
    margin-bottom: 2px;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }
  .streetsmart-about__access__address__button:hover {
    background: var(--color-pale);
    color: var(--color-smart-blue3);
  }
}

.streetsmart-about__access__train {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__access__train {
    line-height: 1.8;
  }
}

.streetsmart-about__access__train:before {
  font-family: 'icomoon';
  content: '\e904';
  display: block;
  font-size: 20px;
  position: relative;
  top: -6px;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__access__train:before {
    top: -6px;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   history                                  */
/* -------------------------------------------------------------------------- */
.streetsmart-about__history {
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__history {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-about__history {
    max-width: 1120px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-about__history {
    margin-bottom: 90px;
  }
}

.streetsmart-about__history .streetsmart-title-flat {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__history .streetsmart-title-flat {
    margin-bottom: 40px;
  }
}

.streetsmart-about__history .streetsmart-table br {
  display: none;
}

@media screen and (min-width: 769px) {
  .streetsmart-about__history .streetsmart-table br {
    display: block;
  }
}

.streetsmart-contact-lead {
  padding-right: 12px;
  padding-left: 12px;
}

@media screen and (min-width: 769px) {
  .streetsmart-contact-lead {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .streetsmart-contact-lead {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-contact-lead {
    margin-top: 50px;
  }
}

.streetsmart-contact-lead p {
  font-family: var(--font-title);
}

@media screen and (max-width: 768px) {
  .streetsmart-contact-lead p {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-contact-lead p {
    font-family: var(--font-title);
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .streetsmart-contact-tel {
    margin: 42px auto 80px;
    padding: 28px 25px;
    border-radius: 10px;
    max-width: calc(100% - 24px);
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-contact-tel {
    max-width: var(--width-pc);
    padding-top: 32px;
    padding-bottom: 32px;
    margin: 40px auto 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 228px;
  }
}

@media screen and (min-width: 1120px) {
  .streetsmart-contact-tel {
    border-radius: 10px;
  }
}

.streetsmart-contact-tel__text, .streetsmart-contact-tel__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .streetsmart-contact-tel__text, .streetsmart-contact-tel__con {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-contact-tel__text, .streetsmart-contact-tel__con {
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.streetsmart-contact-tel__text {
  font-family: var(--font-title);
}

@media screen and (max-width: 768px) {
  .streetsmart-contact-tel__text {
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 19px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-contact-tel__text {
    padding-right: calc(75/1440*100vw);
    padding-left: calc(75/1440*100vw);
    font-size: 20px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1440px) {
  .streetsmart-contact-tel__text {
    padding-right: 75px;
    padding-left: 75px;
  }
}

.streetsmart-contact-tel__con {
  position: relative;
}

@media screen and (max-width: 768px) {
  .streetsmart-contact-tel__con {
    padding-top: 19px;
    margin-top: 3px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-contact-tel__con {
    padding: 28px calc(91/1440*100vw);
  }
}

@media screen and (min-width: 1440px) {
  .streetsmart-contact-tel__con {
    padding-right: 91px;
    padding-left: 91px;
  }
}

.streetsmart-contact-tel__con::before {
  content: "";
  display: block;
  position: absolute;
  background: var(--color-pale);
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .streetsmart-contact-tel__con::before {
    left: 50%;
    top: -3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-contact-tel__con::before {
    left: -6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 100%;
  }
}

.streetsmart-part-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .streetsmart-part-tel {
    width: 100%;
  }
}

.streetsmart-part-tel span {
  display: block;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .streetsmart-part-tel .icon {
    width: 24px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-part-tel .icon {
    width: 34px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}

.streetsmart-part-tel .icon img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .streetsmart-part-tel .con {
    width: calc(100% - 24px - 10px);
    margin-left: 10px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-part-tel .con {
    margin-left: 12px;
  }
}

.streetsmart-part-tel .con-text {
  font-family: var(--font-title);
}

@media screen and (max-width: 768px) {
  .streetsmart-part-tel .con-text {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-part-tel .con-text {
    font-size: 16px;
  }
}

.streetsmart-part-tel .con-tel {
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 0.2;
}

@media screen and (max-width: 768px) {
  .streetsmart-part-tel .con-tel {
    font-size: 40px;
    padding-top: 17px;
    margin-top: 11px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-part-tel .con-tel {
    font-size: 70px;
    padding-top: 30px;
    margin-top: 18px;
  }
}

.streetsmart-part-tel .con-con {
  letter-spacing: 0.05em;
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .streetsmart-part-tel .con-con {
    font-size: 11px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-part-tel .con-con {
    font-size: 13px;
  }
}

#detail .streetsmart-breadcrumbs {
  margin-top: 78px;
}

@media screen and (min-width: 769px) {
  #detail .streetsmart-breadcrumbs {
    margin-top: 127px;
  }
}

.streetsmart-topic-detail-con {
  position: relative;
  margin-top: 12px;
  padding-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con {
    margin-top: 35px;
    padding-bottom: 44px;
  }
}

.streetsmart-topic-detail-con::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url(/app/uploads/img/common/line-blue.svg);
  background-repeat: repeat-x;
  height: 6px;
}

.streetsmart-topic-detail-con p {
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con p {
    font-size: 17px;
    line-height: 1.7;
  }
}

.streetsmart-topic-detail-con h2 {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 20px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con h2 {
    font-size: 28px;
  }
}

.streetsmart-topic-detail-con h2:before {
  content: '';
  background: left/100% no-repeat url(/app/uploads/img/topic-detail/title-border-top.svg);
  display: block;
  width: 100%;
  height: 6px;
  margin-bottom: 17px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con h2:before {
    background-image: url(/app/uploads/img/topic-detail/title-border-top-pc.svg);
  }
}

.streetsmart-topic-detail-con h2:after {
  margin-top: 17px;
  content: '';
  background: left/100% no-repeat url(/app/uploads/img/topic-detail/title-border-bottom.svg);
  display: block;
  width: 100%;
  height: 6px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con h2:after {
    background-image: url(/app/uploads/img/topic-detail/title-border-bottom-pc.svg);
  }
}

.streetsmart-topic-detail-con h3 {
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  font-size: 18px;
  padding-left: calc(13px + 11px);
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con h3 {
    font-size: 23px;
    padding-left: calc(13px + 19px);
  }
}

.streetsmart-topic-detail-con h3::before, .streetsmart-topic-detail-con h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 13px;
  height: 13px;
}

.streetsmart-topic-detail-con h3::before {
  top: 4px;
  background: var(--color-smart-blue);
  border-radius: 2px 2px 0 0;
}

.streetsmart-topic-detail-con h3::after {
  top: calc(13px + 4px);
  background: var(--color-smart-blue3);
  border-radius: 0 0 2px 2px;
}

.streetsmart-topic-detail-con h4 {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: calc(17px + 8px);
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con h4 {
    font-size: 20px;
  }
}

.streetsmart-topic-detail-con h4::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--color-smart-blue6);
  border-radius: 1px;
  top: 8px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con h4::before {
    top: 11px;
  }
}

.streetsmart-topic-detail-con figcaption {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-grey2);
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con figcaption {
    font-size: 12px;
  }
}

.streetsmart-topic-detail-con img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con img {
    border-radius: 13px;
  }
}

.streetsmart-topic-detail-con a {
  color: var(--color-smart-blue6);
  font-weight: 700;
  text-decoration: underline;
}

.streetsmart-topic-detail-con a::after {
  font-family: 'icomoon';
  content: "\e903";
  font-size: 11px;
  padding-right: 5px;
  padding-left: 5px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con a::after {
    font-size: 13px;
    padding-right: 7px;
    padding-left: 7px;
  }
}

.streetsmart-topic-detail-con ul > li + li {
  margin-top: 13px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con ul > li + li {
    margin-top: 11px;
  }
}

.streetsmart-topic-detail-con ul > li {
  position: relative;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-left: calc(9px + 6px);
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con ul > li {
    padding-left: calc(21px + 6px);
    font-size: 17px;
  }
}

.streetsmart-topic-detail-con ul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--color-smart-blue3);
  border-radius: 1px;
  top: 9px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con ul > li::before {
    top: 11px;
  }
}

.streetsmart-topic-detail-con ol {
  counter-reset: num;
}

.streetsmart-topic-detail-con ol > li + li {
  margin-top: 13px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con ol > li + li {
    margin-top: 11px;
  }
}

.streetsmart-topic-detail-con ol > li {
  position: relative;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 14px;
  padding-left: calc(9px + 9px);
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con ol > li {
    font-size: 17px;
    padding-left: calc(21px + 6px);
  }
}

.streetsmart-topic-detail-con ol > li::before {
  counter-increment: num;
  content: counter(num);
  display: block;
  position: absolute;
  left: 0;
  font-family: var(--font-en);
  font-size: 25px;
  font-weight: 400;
  line-height: 0.2;
  padding-top: 12px;
  color: var(--color-smart-blue3);
  top: 4px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con ol > li::before {
    top: 6px;
  }
}

.streetsmart-topic-detail-con blockquote {
  position: relative;
  background: var(--color-grey);
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 25px 16px 25px 56px;
  font-size: 13px;
  border-radius: 5px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con blockquote {
    padding: 40px 30px 40px 74px;
    font-size: 15px;
    border-radius: 10px;
  }
}

.streetsmart-topic-detail-con blockquote::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/app/uploads/img/common/blockquote.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 26px;
  height: 21px;
  background-size: 30px;
  left: 15px;
  top: 15px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con blockquote::before {
    width: 34px;
    height: 28px;
    background-size: 34px;
    left: 26px;
    top: 26px;
  }
}

.streetsmart-topic-detail-con figure {
  margin-top: 27px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con figure {
    margin-top: 30px;
  }
}

.streetsmart-topic-detail-con figcaption {
  margin-top: 15px;
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con figcaption {
    margin-top: 18px;
    font-size: 12px;
  }
}

.streetsmart-topic-detail-con h2 {
  margin-top: 57px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con h2 {
    margin-top: 60px;
  }
}

.streetsmart-topic-detail-con h3 {
  margin-top: 25px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con h3 {
    margin-top: 40px;
  }
}

.streetsmart-topic-detail-con h4 {
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con h4 {
    margin-top: 25px;
  }
}

.streetsmart-topic-detail-con blockquote {
  margin-top: 53px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con blockquote {
    margin-top: 60px;
  }
}

.streetsmart-topic-detail-con h2 + p,
.streetsmart-topic-detail-con h2 + ul,
.streetsmart-topic-detail-con h2 + ol {
  margin-top: 25px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con h2 + p,
  .streetsmart-topic-detail-con h2 + ul,
  .streetsmart-topic-detail-con h2 + ol {
    margin-top: 40px;
  }
}

.streetsmart-topic-detail-con h3 + p,
.streetsmart-topic-detail-con h3 + ul,
.streetsmart-topic-detail-con h3 + ol {
  margin-top: 15px;
}

.streetsmart-topic-detail-con h4 + p,
.streetsmart-topic-detail-con h4 + ul,
.streetsmart-topic-detail-con h4 + ol {
  margin-top: 10px;
}

.streetsmart-topic-detail-con img + p,
.streetsmart-topic-detail-con img + ul,
.streetsmart-topic-detail-con img + ol {
  margin-top: 25px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con img + p,
  .streetsmart-topic-detail-con img + ul,
  .streetsmart-topic-detail-con img + ol {
    margin-top: 30px;
  }
}

.streetsmart-topic-detail-con p + p,
.streetsmart-topic-detail-con p + ul,
.streetsmart-topic-detail-con p + ol {
  margin-top: 14px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con p + p,
  .streetsmart-topic-detail-con p + ul,
  .streetsmart-topic-detail-con p + ol {
    margin-top: 16px;
  }
}

.streetsmart-topic-detail-con table {
  border-collapse: collapse;
  margin: 20px 0;
  display: block;
  overflow: auto;
  table-layout: fixed;
  border: 2px solid var(--color-grey);
  border-radius: 8px;
}

.streetsmart-topic-detail-con thead {
  width: 100%;
  display: block;
}

.streetsmart-topic-detail-con thead th {
  background: var(--color-grey);
  border-style: solid;
  border-color: var(--color-pale);
  border-right-width: 2px;
  text-align: left;
  padding: 12px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: block;
  min-width: 164px;
}

.streetsmart-topic-detail-con thead th:last-of-type {
  border: none;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con thead th {
    font-size: 16px;
    min-width: 276px;
    padding: 18px;
  }
}

.streetsmart-topic-detail-con tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.streetsmart-topic-detail-con tbody {
  width: 100%;
  display: block;
}

.streetsmart-topic-detail-con tbody tr td {
  border-style: solid;
  border-color: var(--color-grey);
  border-width: 0 2px 2px 0;
  padding: 12px 10px;
  display: block;
  min-width: 164px;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.streetsmart-topic-detail-con tbody tr td:last-of-type {
  border-right-width: 0;
  border-left-width: 0;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-con tbody tr td {
    font-size: 14px;
    min-width: 276px;
    padding: 18px 14px;
  }
}

.streetsmart-topic-detail-con tbody tr:last-of-type td {
  border-bottom: 0;
}

.streetsmart-topic-detail-con .embdscl0.embd-active {
  opacity: 0 !important;
  visibility: hidden !important;
  display: none !important;
}

.streetsmart-topicDetail-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-topicDetail-container {
    max-width: 1120px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-topicDetail-container {
    display: grid;
    grid-template-columns: minmax(50%, 2fr) 1fr;
    gap: 0 6.25%;
  }
}

.streetsmart-topicDetail-container .streetsmart-topicDetail-wrapper {
  padding-right: 12px;
  padding-left: 12px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topicDetail-container .streetsmart-topicDetail-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

.streetsmart-topicDetail-container .streetsmart-topicDetail-wrapper:nth-of-type(1) {
  margin-top: 30px;
  max-width: 700px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topicDetail-container .streetsmart-topicDetail-wrapper:nth-of-type(1) {
    margin-top: 58px;
    margin-bottom: 90px;
  }
}

.streetsmart-topicDetail-container .streetsmart-topicDetail-wrapper:nth-of-type(2) {
  margin-top: 40px;
  margin-bottom: 80px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topicDetail-container .streetsmart-topicDetail-wrapper:nth-of-type(2) {
    margin-top: 113px;
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-rightNav {
    position: sticky;
    top: 95px;
  }
}

.streetsmart-topic-detail-pickUp {
  margin-top: 80px;
  padding-bottom: 16px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-pickUp {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .streetsmart-topic-detail-pickUp__con {
    margin-top: 25px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-pickUp__con {
    margin-top: 30px;
  }
}

.streetsmart-topic-detail-pickUp .streetsmart-card-col {
  position: relative;
}

.streetsmart-topic-detail-pickUp .streetsmart-card-col::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-grey);
}

@media screen and (max-width: 768px) {
  .streetsmart-topic-detail-pickUp .streetsmart-card-col + .streetsmart-card-col {
    margin-top: 31px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-pickUp .streetsmart-card-col + .streetsmart-card-col {
    margin-top: 30px;
  }
}

.streetsmart-topic-detail-rightNav__con .conArea {
  margin-top: 16px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-rightNav__con .conArea {
    margin-top: 20px;
  }
}

.streetsmart-topic-detail-rightNav__banner {
  margin-top: 30px;
  display: grid;
  row-gap: 30px;
}

.streetsmart-topic-detail-rightNav__banner > a {
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
  position: relative;
  width: 100%;
}

.streetsmart-topic-detail-rightNav__banner > a:after {
  content: '';
  display: block;
  padding-top: 57.14286%;
}

.streetsmart-topic-detail-rightNav__banner .streetsmart-picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.streetsmart-topic-detail-rightNav__banner .streetsmart-picture__img {
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-rightNav__banner {
    margin-top: 40px;
    row-gap: 40px;
  }
}

.streetsmart-topic-detail-title__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.streetsmart-topic-detail-title__col .tagArea {
  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;
  max-width: calc(100% - 71px - 12px);
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-title__col .tagArea {
    max-width: calc(100% - 81px - 24px);
  }
}

.streetsmart-topic-detail-title__col .tagArea > li + li {
  margin-left: 8px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-title__col .tagArea > li + li {
    margin-left: 14px;
  }
}

.streetsmart-topic-detail-title__col .timeArea {
  min-width: 71px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-title__col .timeArea {
    min-width: 81px;
  }
}

.streetsmart-topic-detail-title__con {
  margin-top: 8px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic-detail-title__con {
    margin-top: 17px;
  }
}

#error .streetsmart-breadcrumbs {
  margin-top: 78px;
}

@media screen and (min-width: 769px) {
  #error .streetsmart-breadcrumbs {
    margin-top: 127px;
  }
}

.streetsmart-error {
  margin-top: 60px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

@media screen and (min-width: 769px) {
  .streetsmart-error {
    max-width: 1120px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-error {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-error {
    margin-top: 94px;
  }
}

.streetsmart-error .streetsmart-button {
  max-width: 281px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-error .streetsmart-button {
    max-width: 240px;
    margin-bottom: 90px;
  }
}

.streetsmart-error_title-container {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  color: var(--color-smart-blue);
}

@media screen and (min-width: 769px) {
  .streetsmart-error_title-container {
    margin-bottom: 22px;
  }
}

.streetsmart-error_title-big {
  font-size: 55px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: var(--font-en);
  margin-bottom: -0.1em;
}

@media screen and (min-width: 769px) {
  .streetsmart-error_title-big {
    font-size: 90px;
  }
}

.streetsmart-error_title-medium {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: var(--font-en);
  margin-bottom: -0.4em;
}

@media screen and (min-width: 769px) {
  .streetsmart-error_title-medium {
    font-size: 40px;
  }
}

.streetsmart-error_title-small {
  font-family: var(--font-title);
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 16px;
}

@media screen and (min-width: 769px) {
  .streetsmart-error_title-small {
    line-height: 1.5;
    font-size: 24px;
    margin-top: 22px;
  }
}

.streetsmart-error_text {
  font-family: var(--font-title);
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (min-width: 769px) {
  .streetsmart-error_text {
    font-family: var(--font-title);
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
}

.streetsmart-privacy-policy {
  margin-top: 30px;
  margin-bottom: 80px;
}

@media screen and (min-width: 769px) {
  .streetsmart-privacy-policy {
    margin-top: 50px;
    margin-bottom: 91px;
  }
}

.streetsmart-privacy-policy__lead {
  padding-right: 12px;
  padding-left: 12px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .streetsmart-privacy-policy__lead {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-privacy-policy__lead {
    max-width: 900px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-privacy-policy__lead {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.streetsmart-privacy-policy__container {
  padding: 40px 12px 90px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: var(--color-grey);
}

@media screen and (min-width: 769px) {
  .streetsmart-privacy-policy__container {
    max-width: 1120px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-privacy-policy__container {
    padding: 70px 0 80px;
    border-radius: 10px;
  }
}

.streetsmart-privacy-policy__termDefinition {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .streetsmart-privacy-policy__termDefinition {
    max-width: 900px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-privacy-policy__termDefinition {
    margin-bottom: 60px;
  }
}

.streetsmart-privacy-policy__termDefinition > dl {
  background: var(--color-pale);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 20px 16px;
  border-radius: 5px;
  margin-right: 15px;
  margin-left: 15px;
}

@media screen and (min-width: 769px) {
  .streetsmart-privacy-policy__termDefinition > dl {
    padding: 28px 90px 20px;
    border-radius: 10px;
    margin: 0;
  }
}

.streetsmart-privacy-policy__termDefinition > dl > dt {
  font-weight: 700;
}

.streetsmart-privacy-policy__termDefinition > dl br {
  display: none;
}

@media screen and (min-width: 769px) {
  .streetsmart-privacy-policy__termDefinition > dl br {
    display: block;
  }
}

.streetsmart-privacy-policy__wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  counter-reset: h2;
}

@media screen and (min-width: 769px) {
  .streetsmart-privacy-policy__wrapper {
    max-width: 720px;
  }
}

.streetsmart-privacy-policy__wrapper > h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 9px;
}

@media screen and (min-width: 769px) {
  .streetsmart-privacy-policy__wrapper > h2 {
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 11px;
  }
}

.streetsmart-privacy-policy__wrapper > h2:nth-of-type(n + 2) {
  margin-top: 55px;
}

@media screen and (min-width: 769px) {
  .streetsmart-privacy-policy__wrapper > h2:nth-of-type(n + 2) {
    margin-top: 35px;
  }
}

.streetsmart-privacy-policy__wrapper > h2:before {
  counter-increment: h2;
  content: counter(h2) ".";
  display: block;
  margin-right: 0.5em;
}

.streetsmart-privacy-policy__wrapper h3 {
  margin-top: 9px;
  margin-bottom: 9px;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .streetsmart-privacy-policy__wrapper h3 {
    margin-top: 11px;
    margin-bottom: 11px;
  }
}

.streetsmart-privacy-policy__wrapper p, .streetsmart-privacy-policy__wrapper ul {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .streetsmart-privacy-policy__wrapper p, .streetsmart-privacy-policy__wrapper ul {
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}

.streetsmart-privacy-policy__wrapper ul {
  margin-top: 2px;
  margin-bottom: 2px;
}

@media screen and (min-width: 769px) {
  .streetsmart-privacy-policy__wrapper ul {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

.streetsmart-privacy-policy__wrapper ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.streetsmart-privacy-policy__wrapper ul > li:before {
  content: '・';
  display: block;
}

.streetsmart-privacy-policy__wrapper a {
  color: var(--color-smart-blue);
  text-decoration: underline;
}

.streetsmart-privacy-policy__wrapper a:hover {
  text-decoration: none;
}

.streetsmart-recruit__wrapper {
  background: var(--color-grey);
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__wrapper {
    padding-top: 80px;
  }
}

/* -------------------------------------------------------------------------- */
/*                                     top                                    */
/* -------------------------------------------------------------------------- */
.streetsmart-recruit__lead {
  padding-bottom: 74px;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    padding-bottom: 60px;
  }
}

.streetsmart-recruit__lead__wrapper {
  background: var(--color-pale);
  padding-top: 50px;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 101px;
  -webkit-transform: translate3d(0px, 0, 0px) !important;
  transform: translate3d(0px, 0, 0px) !important;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__lead__wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__lead__wrapper {
    padding: 110px 190px 110px calc((100% - 1120px) / 2);
    margin-bottom: 124px;
    width: 61.11111%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }
}

.streetsmart-recruit__lead__title {
  margin-bottom: 18px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.streetsmart-recruit__lead__title__en {
  font-family: var(--font-en);
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__lead__title__en {
    font-size: 28px;
  }
}

.streetsmart-recruit__lead__title__en > .streetsmart-ornament-horizontal {
  margin-top: -0.6em;
  margin-right: 8px;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__lead__title__en > .streetsmart-ornament-horizontal {
    margin-right: 18px;
  }
}

.streetsmart-recruit__lead__title__ja {
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0;
  display: block;
  margin-top: 7px;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__lead__title__ja {
    font-size: 48px;
    margin-top: 15px;
  }
}

.streetsmart-recruit__lead__text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__lead__text {
    font-size: 17px;
    line-height: 2.1;
  }
}

.streetsmart-recruit__lead__figure {
  margin-right: 21px;
  margin-left: 21px;
  margin-top: -74px;
  -webkit-transform: translate3d(0px, 0, 0px) !important;
  transform: translate3d(0px, 0, 0px) !important;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__lead__figure {
    width: 750px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    margin-top: 144px;
    position: relative;
    top: 0px;
    right: 0;
    left: -119px;
  }
}

.streetsmart-recruit__lead__figure .streetsmart-picture {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
  border: 6px solid var(--color-pale);
}

.streetsmart-recruit__lead__figure .streetsmart-picture:after {
  padding-top: 125.8567%;
  display: block;
  width: 100%;
  content: "";
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__lead__figure .streetsmart-picture {
    position: relative;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 29px;
    border-width: 20px;
  }
  .streetsmart-recruit__lead__figure .streetsmart-picture:after {
    padding-top: 115.06849%;
    display: block;
    width: 100%;
    content: "";
  }
}

.streetsmart-recruit__lead__figure .streetsmart-picture .streetsmart-picture__img {
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__lead__figure .streetsmart-picture .streetsmart-picture__img {
    border-radius: 10px;
  }
}

/* -------------------------------------------------------------------------- */
/*                                    value                                   */
/* -------------------------------------------------------------------------- */
.streetsmart-recruit__value {
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 80px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__value {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__value {
    max-width: 1120px;
  }
}

@media screen and (min-width: 1120px) {
  .streetsmart-recruit__value {
    margin-bottom: 345px;
  }
}

.streetsmart-recruit__value__container {
  display: grid;
  gap: 25px  0;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__value__container {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 12px;
  }
}

@media screen and (min-width: 1120px) {
  .streetsmart-recruit__value__container {
    margin-top: -29px;
    gap: 0;
    grid-template-columns: 1fr 1fr 19px 1fr 1fr;
    grid-template-rows: 82fr 100fr 41fr 41fr 100fr 82fr;
  }
}

@media screen and (min-width: 1120px) {
  .streetsmart-recruit__value__list {
    position: relative;
  }
  .streetsmart-recruit__value__list:nth-of-type(1) {
    grid-column: 1/3;
    grid-row: 1/4;
  }
  .streetsmart-recruit__value__list:nth-of-type(1) .streetsmart-recruit__value__list__wrapper {
    position: absolute;
    top: 44.3787%;
    left: 0;
    width: 69.09091%;
    padding: 35px 40px;
  }
  .streetsmart-recruit__value__list:nth-of-type(1) .streetsmart-recruit__value__img {
    margin-right: 0;
  }
  .streetsmart-recruit__value__list:nth-of-type(1) .streetsmart-recruit__value__list__en {
    width: 68.15789%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .streetsmart-recruit__value__list:nth-of-type(1) .streetsmart-recruit__value__list__en > span:nth-of-type(1) {
    display: inline-block;
  }
  .streetsmart-recruit__value__list:nth-of-type(1) .streetsmart-recruit__value__list__en > span:nth-of-type(2) {
    display: inline-block;
    margin-left: auto;
  }
  .streetsmart-recruit__value__list:nth-of-type(1) .streetsmart-recruit__value__list__text:before {
    width: 68.15789%;
  }
  .streetsmart-recruit__value__list:nth-of-type(2) {
    grid-column: 2/5;
    grid-row: 3/7;
  }
  .streetsmart-recruit__value__list:nth-of-type(2) .streetsmart-recruit__value__list__wrapper {
    position: absolute;
    top: 74.21053%;
    right: 35.78947%;
    width: 118%;
    padding: 35px 40px;
  }
  .streetsmart-recruit__value__list:nth-of-type(2) .streetsmart-recruit__value__list__text:before {
    width: 100%;
  }
  .streetsmart-recruit__value__list:nth-of-type(3) {
    grid-column: 4/6;
    grid-row: 1/4;
  }
  .streetsmart-recruit__value__list:nth-of-type(3) .streetsmart-recruit__value__list__wrapper {
    position: absolute;
    top: 83.13609%;
    right: 0;
    width: 71.09091%;
    padding: 41px 47px 35px 40px;
  }
  .streetsmart-recruit__value__list:nth-of-type(3) .streetsmart-recruit__value__img {
    margin-left: 0;
  }
}

.streetsmart-recruit__value__img {
  width: 52.2%;
  margin-top: -6px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1120px) {
  .streetsmart-recruit__value__img {
    position: relative;
    z-index: 1;
  }
}

.streetsmart-recruit__value__list__wrapper {
  background: var(--color-smart-blue5);
  padding: 75px 15px 25px;
  border-radius: 5px;
  margin-top: -54px;
}

@media screen and (min-width: 1120px) {
  .streetsmart-recruit__value__list__wrapper {
    margin-top: 0;
  }
}

.streetsmart-recruit__value__list__title {
  font-family: var(--font-title);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (min-width: 1120px) {
  .streetsmart-recruit__value__list__title {
    font-size: 24px;
    text-align: left;
  }
}

.streetsmart-recruit__value__list__en {
  margin-top: 12px;
  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;
  font-family: var(--font-en);
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  color: var(--color-smart-blue3);
  text-align: center;
}

@media screen and (min-width: 1120px) {
  .streetsmart-recruit__value__list__en {
    font-size: 23px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
  }
}

.streetsmart-recruit__value__list__text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1120px) {
  .streetsmart-recruit__value__list__text {
    font-size: 15px;
  }
}

.streetsmart-recruit__value__list__text:before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: var(--color-grey);
  margin-top: 9px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1120px) {
  .streetsmart-recruit__value__list__text:before {
    margin-bottom: 13px;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   message                                  */
/* -------------------------------------------------------------------------- */
.streetsmart-recruit__message {
  position: relative;
  margin-bottom: 80px;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__message {
    margin-bottom: 100px;
  }
}

.streetsmart-recruit__message:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: 100% 53px/317px 516px no-repeat url(/app/uploads/img/recruit/message_bg.svg);
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__message:before {
    background: 338px 0/1323px 100% no-repeat url(/app/uploads/img/recruit/message_bg-pc.svg);
  }
}

.streetsmart-recruit__message-wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__message-wrapper {
    max-width: 1120px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__message-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

.streetsmart-recruit__message-wrapper .streetsmart-button {
  max-width: 281px;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__message-wrapper .streetsmart-button {
    max-width: 306px;
    margin-right: 0;
  }
}

.streetsmart-recruit__message__img {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 14px auto 19px;
  border: 6px solid var(--color-pale);
  border-radius: 10px;
}

.streetsmart-recruit__message__img:after {
  padding-top: 64.07767%;
  display: block;
  width: 100%;
  content: "";
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__message__img {
    position: relative;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-width: 20px;
    border-radius: 30px;
    margin: 15px auto 25px;
  }
  .streetsmart-recruit__message__img:after {
    padding-top: 39.41667%;
    display: block;
    width: 100%;
    content: "";
  }
}

.streetsmart-recruit__message__img .streetsmart-picture__img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 5px;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__message__img .streetsmart-picture__img {
    border-radius: 10px;
  }
}

.streetsmart-recruit__message-text-wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__message-text-wrapper {
    max-width: 1120px;
  }
}

.streetsmart-recruit__message__strong {
  font-family: var(--font-title);
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0;
  display: block;
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__message__strong {
    font-size: 42px;
    line-height: 1.6;
    margin-bottom: 27px;
  }
}

.streetsmart-recruit__message__text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__message__text {
    font-size: 17px;
    line-height: 2.1;
    margin-bottom: 5px;
  }
}

.streetsmart-recruit__message__name {
  font-family: var(--font-title);
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: right;
  margin-bottom: 28px;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__message__name {
    font-family: var(--font-title);
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 36px;
  }
}

/* -------------------------------------------------------------------------- */
/*                                  division                                  */
/* -------------------------------------------------------------------------- */
.streetsmart-recruit__division {
  margin-bottom: 80px;
}

.streetsmart-recruit__division__cards {
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__division__cards {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__division__cards {
    max-width: 1120px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__division__cards {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 330px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px 65px;
  }
}

.streetsmart-recruit__division__card {
  border-bottom: 1px solid var(--color-pale);
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__division__card {
    border-bottom: none;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__division__card .streetsmart-card-simple__wrapper {
    height: 129px;
  }
}

.streetsmart-recruit__division__card:last-of-type {
  border-bottom: none;
}

/* -------------------------------------------------------------------------- */
/*                                   member                                   */
/* -------------------------------------------------------------------------- */
.streetsmart-recruit__member {
  padding-bottom: 80px;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__member {
    padding-bottom: 130px;
  }
}

.streetsmart-recruit__member:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: 0 32px/345px 516px no-repeat url(/app/uploads/img/recruit/member_bg.svg);
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__member:before {
    background: -136px 0/1544px 100% no-repeat url(/app/uploads/img/recruit/member_bg-pc.svg);
  }
}

.streetsmart-recruit__member .streetsmart-button {
  max-width: 281px;
  margin: auto;
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__member .streetsmart-button {
    margin-top: 60px;
    margin-bottom: 65px;
  }
}

.streetsmart-recruit__member__cards {
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 15px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__member__cards {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__member__cards {
    max-width: 1120px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__member__cards {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 65px;
  }
}

.streetsmart-recruit__member__card {
  border-bottom: 1px solid var(--color-pale);
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__member__card {
    border-bottom: none;
  }
}

.streetsmart-recruit__member__card:last-of-type {
  border-bottom: none;
}

/* -------------------------------------------------------------------------- */
/*                                   banner                                   */
/* -------------------------------------------------------------------------- */
.streetsmart-recruit__banner {
  padding-right: 12px;
  padding-left: 12px;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__banner {
    padding-right: 0;
    padding-left: 0;
  }
}

.streetsmart-recruit__banner__link {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__banner__link {
    max-width: 1120px;
  }
}

.streetsmart-recruit__banner__link:after {
  padding-top: 56.98006%;
  display: block;
  width: 100%;
  content: "";
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__banner__link {
    position: relative;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }
  .streetsmart-recruit__banner__link:after {
    padding-top: 26.66667%;
    display: block;
    width: 100%;
    content: "";
  }
  .streetsmart-recruit__banner__link:hover {
    -webkit-transform: scale(1.005);
    transform: scale(1.005);
  }
}

.streetsmart-recruit__banner__link .streetsmart-picture__img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

/* -------------------------------------------------------------------------- */
/*                                   gallery                                  */
/* -------------------------------------------------------------------------- */
.streetsmart-recruit__gallery {
  margin-bottom: 61px;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__gallery {
    margin-bottom: 100px;
  }
}

.streetsmart-recruit__gallery__slider {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__gallery__slider {
    margin-top: 35px;
  }
}

.js-streetsmart-recruit__gallery__container-top {
  margin-bottom: 19px;
}

@media screen and (min-width: 769px) {
  .js-streetsmart-recruit__gallery__container-top {
    margin-bottom: 40px;
  }
}

.js-streetsmart-recruit__gallery__wrapper-top, .js-streetsmart-recruit__gallery__wrapper-bottom {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.streetsmart-recruit__gallery__slide__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__gallery__slide__img {
    border-radius: 5px;
  }
}

/* -------------------------------------------------------------------------- */
/*                                 requirement                                */
/* -------------------------------------------------------------------------- */
@-webkit-keyframes table {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes table {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.streetsmart-recruit__requirement {
  background: var(--color-pale);
  margin-bottom: 100px;
  margin-top: -234px;
  padding-top: 234px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__requirement {
    max-width: 1120px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__requirement {
    margin-bottom: 130px;
    margin-top: -336px;
    padding-top: 336px;
  }
}

.streetsmart-recruit__requirement__wrapper {
  padding-right: 12px;
  padding-left: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 11px;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__requirement__wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__requirement__wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 17px 14px;
    margin-top: 35px;
    margin-bottom: 17px;
  }
}

.streetsmart-recruit__requirement__trigger {
  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;
  text-align: center;
  background: var(--color-grey);
  border-radius: 5px;
  border: 2px solid transparent;
  height: 50px;
  font-family: var(--font-title);
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  padding-right: 15px;
  padding-left: 15px;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__requirement__trigger {
    height: 70px;
    border-radius: 10px;
    font-size: 18px;
    border-width: 3px;
  }
}

.streetsmart-recruit__requirement__trigger.is-active, .streetsmart-recruit__requirement__trigger:hover {
  border-color: var(--color-navy2);
}

.streetsmart-recruit__requirement__target {
  display: none;
}

.streetsmart-recruit__requirement__target:checked + .streetsmart-recruit__requirement__table {
  display: block;
  -webkit-animation: table 0.3s forwards;
  animation: table 0.3s forwards;
}

.streetsmart-recruit__requirement__table {
  display: none;
  opacity: 0;
  padding-right: 12px;
  padding-left: 12px;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__requirement__table {
    padding-right: 0;
    padding-left: 0;
  }
}

.streetsmart-recruit__requirement__table .streetsmart-table {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-width: 0;
  border-left-width: 0;
}

/* -------------------------------------------------------------------------- */
/*                                    flow                                    */
/* -------------------------------------------------------------------------- */
.streetsmart-recruit__flow {
  background: center/cover no-repeat url(/app/uploads/img/recruit/flow.jpg);
  margin-bottom: 60px;
  padding-bottom: 63px;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__flow {
    background-image: url(/app/uploads/img/recruit/flow-pc.jpg);
    margin-bottom: 100px;
    padding-bottom: 77px;
  }
}

.streetsmart-recruit__flow .streetsmart-title-flat {
  padding-top: 40px;
  color: var(--color-pale);
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__flow .streetsmart-title-flat {
    padding-top: 80px;
  }
}

.streetsmart-recruit__flow .streetsmart-picture {
  position: relative;
  margin-top: -25px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 313px;
  height: 636px;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__flow .streetsmart-picture {
    margin-top: -63px;
    width: 100%;
    max-width: 1201px;
    height: 288px;
  }
}

.streetsmart-recruit__flow .streetsmart-picture__img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit__flow .streetsmart-picture__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.streetsmart-recruit-contact-con {
  margin-bottom: 80px;
}

@media screen and (min-width: 769px) {
  .streetsmart-recruit-contact-con {
    margin-bottom: 90px;
  }
}

.recruit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}

.recruit-list .recruit-item {
  width: 100%;
  padding: 0 8px;
  margin-bottom: 12px;
}

@media screen and (min-width: 769px) {
  .recruit-list .recruit-item {
    width: 33.33%;
    margin-bottom: 22px;
  }
}

.recruit-list .recruit-item__link {
  background: #F0F4F5;
  border-radius: 10px;
  padding: 24px 22px 20px 24px;
  display: block;
  color: #0B0B0B;
}

@media screen and (min-width: 769px) {
  .recruit-list .recruit-item__link {
    padding: 42px 28px 24px 28px;
  }
}

.recruit-list .recruit-item__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  height: auto;
  color: #0B0B0B;
  margin-bottom: 8px;
}

@media screen and (min-width: 769px) {
  .recruit-list .recruit-item__title {
    margin-bottom: 12px;
    display: -webkit-box;
    height: 56px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.recruit-list .recruit-item__desc {
  /* or 22px */
  font-weight: 300;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.05em;
  height: auto;
  margin-bottom: 24px;
}

@media screen and (min-width: 769px) {
  .recruit-list .recruit-item__desc {
    margin-bottom: 16px;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.recruit-list .recruit-item__category span {
  font-weight: 400;
  font-size: 14px;
  padding: 3px 15px;
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  background: #FFFFFF;
  /* blue */
  border: 2px solid #02243A;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-block;
}

.recruit-list .recruit-item svg {
  position: absolute;
  right: 30px;
  bottom: 28px;
}

.sr-requirement_wrap {
  padding: 0 12px;
  margin-top: 35px;
}

@media screen and (min-width: 769px) {
  .sr-requirement_wrap {
    padding: 0;
    margin-top: 35px;
  }
}

.sr-requirement__title {
  font-weight: 600;
  font-size: 34px;
  line-height: 150%;
  color: #0B0B0B;
  margin-bottom: 22px;
}

.sr-requirement__filter .sr-requirement__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px 40px -6px;
  padding: 0 0px 16px 0px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .sr-requirement__filter .sr-requirement__category {
    padding: 0 0 28px 0;
    margin: 0 -6px 40px -6px;
  }
}

.sr-requirement__filter .sr-requirement__category:before {
  position: absolute;
  bottom: 0;
  left: 6px;
  right: 6px;
  height: 4px;
  background-color: #F0F4F5;
  content: "";
}

.sr-requirement__filter .sr-requirement__category .button {
  height: 50px;
  border-radius: 5px;
  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;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  width: 46%;
  margin: 0 2% 3% 2%;
  background: #F0F4F5;
  border: 2px solid transparent;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.sr-requirement__filter .sr-requirement__category .button:hover {
  border-color: var(--color-navy2);
}

@media screen and (min-width: 769px) {
  .sr-requirement__filter .sr-requirement__category .button {
    width: 270px;
    height: 70px;
    border-radius: 10px;
    margin: 0 6px 12px 6px;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
  }
}

.sr-requirement__filter .sr-requirement__category .button.is-checked {
  background: #BBCBCF;
  border: 1px solid #000000;
}

.sr-requirement__filter .sr-requirement__category .button:first-child {
  width: 100%;
  border: 2px solid #0071BB;
}

@media screen and (min-width: 769px) {
  .sr-requirement__filter .sr-requirement__category .button:first-child {
    border: 3px solid #0071BB;
    width: 554px;
  }
}

.sr-requirement__filter .sr-requirement__category .button:nth-child(2) {
  width: 100%;
  border: 2px solid #12861E;
}

@media screen and (min-width: 769px) {
  .sr-requirement__filter .sr-requirement__category .button:nth-child(2) {
    width: 554px;
    border: 3px solid #12861E;
  }
}

.sr-requirement__filter .sr-requirement__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px 40px -6px;
  position: relative;
  padding: 0 0px 16px 0px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .sr-requirement__filter .sr-requirement__address {
    padding: 0 0 28px 0;
    margin: 0 -6px 40px -6px;
  }
}

.sr-requirement__filter .sr-requirement__address:before {
  position: absolute;
  bottom: 0;
  left: 6px;
  right: 6px;
  height: 4px;
  background-color: #F0F4F5;
  content: "";
}

.sr-requirement__filter .sr-requirement__address .button {
  height: 50px;
  border-radius: 5px;
  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;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  width: 46%;
  margin: 0 2% 3% 2%;
  background: #F0F4F5;
  border: 2px solid transparent;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.sr-requirement__filter .sr-requirement__address .button:hover {
  border-color: var(--color-navy2);
}

@media screen and (min-width: 769px) {
  .sr-requirement__filter .sr-requirement__address .button {
    width: 270px;
    height: 70px;
    border-radius: 10px;
    margin: 0 6px 12px 6px;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
  }
}

.sr-requirement__filter .sr-requirement__address .button.is-checked {
  background: #BBCBCF;
  border: 1px solid #000000;
}

.streetsmart-top__requirement__title {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.streetsmart-top__requirement__title .streetsmart-ornament {
  display: inline-block;
  height: 26px;
  width: 13px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51%, var(--color-smart-blue)), color-stop(48%, var(--color-smart-blue)), color-stop(51%, var(--color-smart-blue3)), to(var(--color-smart-blue3)));
  background: linear-gradient(to bottom, var(--color-smart-blue) 51%, var(--color-smart-blue) 48%, var(--color-smart-blue3) 51%, var(--color-smart-blue3) 100%);
  border-radius: 1px;
  margin-right: 11px;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__requirement__title .streetsmart-ornament {
    margin-right: 15px;
  }
}

.streetsmart-top__requirement__title__text {
  color: #0B0B0B;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__requirement__title__text {
    font-weight: 600;
    font-size: 34px;
    line-height: 150%;
  }
}

/* ------------------------------- tab trigger ------------------------------ */
@-webkit-keyframes tab {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tab {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

.streetsmart-service__tab-page {
  display: none;
  opacity: 0.5;
}

[name='!_tab'] {
  display: none;
}

[name='!_tab']:checked + .streetsmart-service__tab {
  z-index: 2;
}

[name='!_tab']:checked + .streetsmart-service__tab + .streetsmart-service__tab-page {
  display: block;
  -webkit-animation: tab 0.2s ease-in forwards;
  animation: tab 0.2s ease-in forwards;
}

[name='!_tab']:checked + .streetsmart-service__tab + .streetsmart-service__tab-page + .streetsmart-service__tab._bottom {
  z-index: 2;
}

/* ------------------------------ service title ----------------------------- */
.streetsmart-service__title {
  font-family: var(--font-title);
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  display: block;
  padding: 20px 12px 26px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__title {
    max-width: 1120px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-service__title {
    font-size: 20px;
    padding: 50px 0 40px;
    text-align: center;
  }
}

/* ------------------------------- tab content ------------------------------ */
.streetsmart-service__content {
  position: relative;
  margin-bottom: 80px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__content {
    margin-bottom: 90px;
  }
}

/* NOTE:
tabを並列に並べ、pageを重ね、
かつinputをlabelの上部に置くために、
複雑なgridレイアウトが必要。

直列に並んだtabを並列に、
共通するページは重なるようになってる。
結構複雑だから、leadgridの仕様・要件がかわったら、
tabはjsで実装しなおしたい。
*/
.streetsmart-service__wrapper {
  display: grid;
  grid-template: ". tab-top1 tab-top2 ." "page page page page" ". tab-bottom1 tab-bottom2 ."/9px 1fr 1fr 9px;
  gap: 0 3px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__wrapper {
    gap: 0 30px;
  }
}

.streetsmart-service__tab__sub {
  font-family: var(--font-title);
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab__sub {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 9px;
  }
}

.streetsmart-service__tab__title {
  font-family: var(--font-en);
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab__title {
    font-size: 55px;
    letter-spacing: 0.05em;
  }
}

.streetsmart-service__tab {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 88px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-top-width: 4px;
  border-right-width: 4px;
  border-left-width: 4px;
  border-style: solid;
  /* ----------------------------------- tab色 ---------------------------------- */
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab {
    height: 200px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 47px;
    padding-right: 49px;
    padding-left: 64px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
  }
}

.streetsmart-service__tab._bottom {
  top: -8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  border-width: 0 4px 4px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab._bottom {
    top: -10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-width: 0 5px 5px;
  }
}

.streetsmart-service__tab._bottom:before {
  top: unset;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab._bottom:before {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
}

.streetsmart-service__tab._bottom:after {
  position: absolute;
  top: -1px;
  left: 0;
}

.streetsmart-service__tab:before {
  content: '';
  width: 30px;
  height: 5px;
  display: block;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab:before {
    width: 40px;
    height: 6px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}

.streetsmart-service__tab:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.streetsmart-service__tab._enterprise {
  background: var(--color-grey);
  border-color: var(--color-smart-blue);
  grid-area: tab-top1;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab._enterprise {
    background: 85% 100%/191px 172px no-repeat url(/app/uploads/img/service/tabBg-enterprise.png) var(--color-grey);
  }
}

.streetsmart-service__tab._enterprise._bottom {
  grid-area: tab-bottom1;
}

.streetsmart-service__tab._enterprise:before {
  background-color: var(--color-smart-blue);
}

.streetsmart-service__tab._enterprise:after {
  background: var(--color-grey);
}

.streetsmart-service__tab._enterprise .streetsmart-service__tab__sub {
  color: var(--color-navy);
}

.streetsmart-service__tab._enterprise .streetsmart-service__tab__title {
  color: var(--color-smart-blue);
}

.streetsmart-service__tab._education {
  background: var(--color-smart-green);
  border-color: var(--color-smart-green2);
  grid-area: tab-top2;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab._education {
    background: 85% 100%/191px 172px no-repeat url(/app/uploads/img/service/tabBg-education.png) var(--color-smart-green);
  }
}

.streetsmart-service__tab._education._bottom {
  grid-area: tab-bottom2;
}

.streetsmart-service__tab._education:after {
  background: var(--color-smart-green);
}

.streetsmart-service__tab._education:before {
  background-color: var(--color-smart-green2);
}

.streetsmart-service__tab._education .streetsmart-service__tab__sub {
  color: var(--color-smart-green3);
}

.streetsmart-service__tab._education .streetsmart-service__tab__title {
  color: var(--color-smart-green2);
}

.streetsmart-service__tab-page {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-style: solid;
  position: relative;
  top: -4px;
  grid-area: page;
  z-index: 1;
  padding-top: 46px;
  padding-bottom: 67px;
  /* -------------------------------- tab-page色 ------------------------------- */
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page {
    border-top-width: 5px;
    border-bottom-width: 5px;
    top: -5px;
    padding-top: 65px;
    padding-bottom: 135px;
  }
}

.streetsmart-service__tab-page._enterprise {
  background: var(--color-grey);
  border-color: var(--color-smart-blue);
  color: var(--color-smart-blue);
}

.streetsmart-service__tab-page._enterprise .streetsmart-service__tab-page__support > span {
  background: var(--color-grey);
}

.streetsmart-service__tab-page._enterprise .streetsmart-service__tab-page__support__img {
  width: 222px;
  height: 28px;
  display: block;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page._enterprise .streetsmart-service__tab-page__support__img {
    width: 360px;
    height: 46px;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.streetsmart-service__tab-page._enterprise .streetsmart-service__tab-page__step:before {
  background: center/100% repeat-y url(/app/uploads/img/common/dashline-blue.png);
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page._enterprise .streetsmart-service__tab-page__step:before {
    background-image: url(/app/uploads/img/common/dashline-blue-pc.png);
  }
}

.streetsmart-service__tab-page._enterprise .streetsmart-service__tab-page__step__title__icon {
  background: center/contain no-repeat url(/app/uploads/img/service/step-blue.svg);
}

.streetsmart-service__tab-page._enterprise .streetsmart-service__tab-page__step__card {
  background: var(--color-grey);
}

.streetsmart-service__tab-page._enterprise .streetsmart-service__tab-page__detail {
  border: 3px solid var(--color-smart-blue3);
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page._enterprise .streetsmart-service__tab-page__detail {
    border-width: 4px;
  }
}

.streetsmart-service__tab-page._education {
  background: var(--color-smart-green);
  border-color: var(--color-smart-green2);
  color: var(--color-smart-green2);
}

.streetsmart-service__tab-page._education .streetsmart-service__tab-page__support > span {
  background: var(--color-smart-green);
}

.streetsmart-service__tab-page._education .streetsmart-service__tab-page__support__img {
  width: 142px;
  height: 54px;
  display: block;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page._education .streetsmart-service__tab-page__support__img {
    width: 230px;
    height: 88px;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.streetsmart-service__tab-page._education .streetsmart-service__tab-page__step:before {
  background: center/100% repeat-y url(/app/uploads/img/common/dashline-green.png);
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page._education .streetsmart-service__tab-page__step:before {
    background-image: url(/app/uploads/img/common/dashline-green-pc.png);
  }
}

.streetsmart-service__tab-page._education .streetsmart-service__tab-page__step__title__icon {
  background: center/contain no-repeat url(/app/uploads/img/service/step-green.svg);
}

.streetsmart-service__tab-page._education .streetsmart-service__tab-page__step__card {
  background: var(--color-smart-green);
}

.streetsmart-service__tab-page._education .streetsmart-service__tab-page__detail {
  border: 3px solid var(--color-smart-green4);
}

/* --------------------------------- content -------------------------------- */
.streetsmart-service__tab-page__title {
  position: relative;
  width: 100%;
  margin-bottom: 39px;
}

.streetsmart-service__tab-page__title .streetsmart-picture__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.streetsmart-service__tab-page__title:after {
  content: '';
  display: block;
  padding-top: 20.8%;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__title:after {
    padding-top: 11.18056%;
  }
}

.streetsmart-service__tab-page__support {
  background: var(--color-pale);
  border-radius: 5px;
  margin-right: 27px;
  margin-bottom: 32px;
  margin-left: 27px;
  padding: 21px 18px;
  position: relative;
  max-width: 1120px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__support {
    margin: 18px auto 0;
    padding: 35px 85px 35px 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .streetsmart-service__tab-page__support:after {
    content: '';
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 59px;
    height: 17px;
    background: center/contain no-repeat url(/app/uploads/img/service/arrow.svg);
    margin-right: 36px;
    margin-left: 20px;
  }
}

.streetsmart-service__tab-page__support > span {
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 1px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__support > span {
    height: 10px;
    width: 10px;
    border-radius: 2px;
  }
}

.streetsmart-service__tab-page__support > span:nth-of-type(1) {
  position: absolute;
  top: 8px;
  left: 8px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__support > span:nth-of-type(1) {
    top: 10px;
    left: 10px;
  }
}

.streetsmart-service__tab-page__support > span:nth-of-type(2) {
  position: absolute;
  top: 8px;
  right: 8px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__support > span:nth-of-type(2) {
    top: 10px;
    right: 10px;
  }
}

.streetsmart-service__tab-page__support > span:nth-of-type(3) {
  position: absolute;
  right: 8px;
  bottom: 8px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__support > span:nth-of-type(3) {
    bottom: 10px;
    right: 10px;
  }
}

.streetsmart-service__tab-page__support > span:nth-of-type(4) {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__support > span:nth-of-type(4) {
    bottom: 10px;
    left: 10px;
  }
}

.streetsmart-service__tab-page__support__text {
  font-family: var(--font-title);
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--color-navy2);
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__support__text {
    font-size: 18px;
    line-height: 1.5;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    max-width: calc(50% - (59px / 2));
  }
}

.streetsmart-service__tab-page__support__img {
  display: block;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__support__img {
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.streetsmart-service__tab-page__support__figure {
  position: relative;
  margin-bottom: 36px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__support__figure {
    max-width: 1120px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__support__figure {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__support__figure .spVisible {
    display: none;
  }
}

.streetsmart-service__tab-page__support__figure .pcVisible {
  display: none;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__support__figure .pcVisible {
    display: block;
  }
}

.streetsmart-service__tab-page__support__figure > .streetsmart-graph-svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.streetsmart-service__tab-page__support__figure:after {
  content: '';
  display: block;
  padding-top: 111.03753%;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__support__figure:after {
    padding-top: 66.57407%;
  }
}

.streetsmart-service__tab-page__wrapper {
  margin-right: 12px;
  margin-bottom: 40px;
  margin-left: 12px;
  padding: 20px 15px 45px 13px;
  background: var(--color-pale);
  border-radius: 5px;
  max-width: 1120px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__wrapper {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    padding: 97px 95px 60px 0;
    border-radius: 10px;
  }
}

/* ---------------------------------- step ---------------------------------- */
.streetsmart-service__tab-page__steps {
  display: grid;
  gap: 21px 0;
  padding-left: 18px;
  counter-reset: step;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__steps {
    gap: 40px 0;
    padding-left: 60px;
  }
}

.streetsmart-service__tab-page__step {
  position: relative;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__step {
    display: grid;
    grid-template: 'title title text' 'line content content' / 145px auto 1fr;
  }
}

.streetsmart-service__tab-page__step:before {
  position: absolute;
  top: 67px;
  left: -18px;
  content: '';
  height: calc(100% - (67px - 17px));
  width: 4px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__step:before {
    position: relative;
    top: 36px;
    left: 0;
    grid-area: line;
    width: 6px;
    height: 120%;
    margin-left: auto;
    margin-right: 87.5px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__step:last-of-type:before {
    height: calc(100% - 36px);
  }
}

.streetsmart-service__tab-page__step__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--font-title);
  font-size: 22px;
  line-height: 1.5;
  margin-left: -28px;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__step__title {
    grid-area: title;
    display: grid;
    grid-template-columns: 145px 1fr;
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 34px;
  }
}

.streetsmart-service__tab-page__step__title .streetsmart-ornament {
  margin-right: 10px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__step__title .streetsmart-ornament {
    margin-right: 15px;
  }
}

.streetsmart-service__tab-page__step__title__icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 67px;
  margin-right: 18px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__step__title__icon {
    width: 109px;
    height: 114px;
    margin-left: auto;
    margin-right: 36px;
    position: relative;
    top: 29px;
  }
}

.streetsmart-service__tab-page__step__title__icon:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  counter-increment: step;
  content: "0" counter(step);
  font-family: var(--font-en);
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__step__title__icon:before {
    font-size: 45px;
  }
}

.streetsmart-service__tab-page__step__title__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__step__title__text {
    margin-right: 35px;
  }
}

.streetsmart-service__tab-page__step__text {
  font-family: var(--font-title);
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--color-grey3);
  margin-bottom: 21px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__step__text {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
    line-height: 1.5;
  }
}

/* ---------------------------------- card ---------------------------------- */
.streetsmart-service__tab-page__step__cards {
  display: grid;
  gap: 14px 0;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__step__cards {
    grid-area: content;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.streetsmart-service__tab-page__step__card {
  border-radius: 5px;
  padding: 13px 15px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__step__card {
    border-radius: 10px;
    padding: 20px 20px 28px;
  }
}

.streetsmart-service__tab-page__step__card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__step__card-wrapper {
    margin-bottom: 20px;
  }
}

.streetsmart-service__tab-page__step__card__icon {
  background: var(--color-pale);
  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;
  border-radius: 5px;
  padding-right: 17px;
  padding-left: 17px;
  margin-right: 7px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__step__card__icon {
    padding-right: 22px;
    padding-left: 22px;
    margin-right: 10px;
  }
  .streetsmart-service__tab-page__step__card__icon > img {
    height: 55px;
    width: 55px;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .streetsmart-service__tab-page__step__card__icon > img {
    height: 75px;
    width: 75px;
  }
}

.streetsmart-service__tab-page__step__card__icon_size {
  width: 55px;
  height: 55px;
}

.streetsmart-service__tab-page__step__card__title {
  font-family: var(--font-title);
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--color-navy2);
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__step__card__title {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}

.streetsmart-service__tab-page__step__card__title__sub {
  display: block;
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__step__card__title__sub {
    font-size: 15px;
  }
}

.streetsmart-service__tab-page__step__card__text {
  color: var(--color-navy2);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.streetsmart-service__tab-step-text {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-title);
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0;
  color: var(--smart-blue);
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-step-text {
    margin-top: 40px;
    margin-left: 93px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 1;
  }
}

.streetsmart-service__tab-step-text .streetsmart-recycle-svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 6px;
  margin-right: 13px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-step-text .streetsmart-recycle-svg {
    width: 43px;
    height: 41px;
    margin-top: 0;
    margin-right: 26px;
  }
}

/* --------------------------------- detail --------------------------------- */
.streetsmart-service__tab-page__detail {
  position: relative;
  margin-right: 12px;
  margin-left: 12px;
  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;
  background: var(--color-pale);
  padding: 32px 18px 24px;
  border-radius: 8px;
  max-width: 1120px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__detail {
    margin-right: auto;
    margin-left: auto;
    padding: 44px 106px 56px;
  }
}

.streetsmart-service__tab-page__detail:before {
  content: '';
  display: block;
  width: 90%;
  height: 4px;
  background: var(--color-pale);
  position: absolute;
  top: -3px;
  right: 5%;
  left: 5%;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__detail:before {
    width: 30%;
    height: 5px;
    top: -4px;
    left: 35%;
  }
}

.streetsmart-service__tab-page__detail__title {
  position: absolute;
  top: -11px;
  right: 0;
  left: 0;
  font-family: var(--font-title);
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__detail__title {
    font-size: 22px;
    line-height: 1;
  }
}

.streetsmart-service__tab-page__detail__link {
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 10px;
  width: 100%;
  height: 180px;
  margin: auto;
  display: block;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__detail__link {
    height: 240px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__detail__link.visibleSp {
    display: none;
  }
}

.streetsmart-service__tab-page__detail__link.visiblePc {
  display: none;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__tab-page__detail__link.visiblePc {
    display: block;
  }
}

.streetsmart-service__tab-page__detail__img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* ---------------------------------- award --------------------------------- */
.streetsmart-service__award {
  background: top center/cover no-repeat url(/app/uploads/img/service/award.jpg);
  margin: 50px 12px 0;
  border-radius: 5px;
  padding-top: 44px;
  max-width: 1200px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__award {
    margin: 100px auto 90px;
    padding-top: 155px;
    padding-bottom: 106px;
    background-image: url(/app/uploads/img/service/award-pc.jpg);
    border-radius: 10px;
  }
}

.streetsmart-service__award-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__award-wrapper {
    max-width: 930px;
    padding: 0;
    margin: auto;
    padding-right: 0;
    padding-left: 35%;
  }
}

.streetsmart-service__award__title {
  font-family: var(--font-en);
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-pale);
  margin-right: 19px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__award__title {
    font-size: 70px;
    margin-right: 28px;
  }
}

.streetsmart-service__award__img {
  display: block;
  margin-top: -10px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__award__img {
    width: 178px;
    height: 54px;
  }
}

.streetsmart-service__award__text {
  font-family: var(--font-title);
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0;
  color: var(--color-pale);
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__award__text {
    max-width: 930px;
    margin: auto;
    padding-right: 0;
    padding-left: 35%;
    font-size: 20px;
    line-height: 1.5;
  }
}

.streetsmart-service__award__text br {
  display: none;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__award__text br {
    display: block;
  }
}

.streetsmart-service__award__list {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__award__list.visibleSp {
    display: none;
  }
}

.streetsmart-service__award__list.visiblePc {
  display: none;
}

@media screen and (min-width: 769px) {
  .streetsmart-service__award__list.visiblePc {
    display: block;
  }
}

.streetsmart-thanks {
  margin-top: 60px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

@media screen and (min-width: 769px) {
  .streetsmart-thanks {
    max-width: 1120px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-thanks {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-thanks {
    margin-top: 94px;
  }
}

.streetsmart-thanks .streetsmart-button {
  max-width: 281px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-thanks .streetsmart-button {
    max-width: 240px;
    margin-bottom: 90px;
  }
}

.streetsmart-thanks_title-container {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  color: var(--color-smart-blue);
}

@media screen and (min-width: 769px) {
  .streetsmart-thanks_title-container {
    margin-bottom: 42px;
  }
}

.streetsmart-thanks_title-big {
  font-size: 55px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: var(--font-en);
  margin-bottom: -0.4em;
}

@media screen and (min-width: 769px) {
  .streetsmart-thanks_title-big {
    font-size: 90px;
  }
}

.streetsmart-thanks_title-medium {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: var(--font-en);
  margin-bottom: -0.4em;
}

@media screen and (min-width: 769px) {
  .streetsmart-thanks_title-medium {
    font-size: 40px;
  }
}

.streetsmart-thanks_title-small {
  font-family: var(--font-title);
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 16px;
}

@media screen and (min-width: 769px) {
  .streetsmart-thanks_title-small {
    line-height: 1.5;
    font-size: 24px;
    margin-top: 22px;
  }
}

.streetsmart-thanks_text {
  font-family: var(--font-title);
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (min-width: 769px) {
  .streetsmart-thanks_text {
    font-family: var(--font-title);
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-thanks_text .visibleSp {
    display: none;
  }
}

.streetsmart-thanks_text a {
  color: var(--color-smart-blue);
  text-decoration: underline;
}

.streetsmart-thanks_text a:hover {
  text-decoration: none;
}

.streetsmart-thanks_text-small {
  margin-top: 14px;
  display: block;
  font-family: var(--font-main);
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .streetsmart-thanks_text-small {
    font-size: 14px;
    margin-top: 17px;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   slider                                   */
/* -------------------------------------------------------------------------- */
.streetsmart-top__mv {
  position: relative;
  overflow: hidden;
}

.streetsmart-top__mv:before {
  position: absolute;
  top: 71px;
  right: 0;
  bottom: 32px;
  left: 0;
  content: '';
  background: url(/app/uploads/img/common/particle.svg) repeat;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__mv:before {
    background-image: url(/app/uploads/img/common/particle-pc.svg);
    top: 167px;
    bottom: 10px;
  }
}

/* ------------------------------ big mv slider ----------------------------- */
@-webkit-keyframes scaleDown-subtle {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleDown-subtle {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.streetsmart-top__mv__container {
  position: relative;
}

.streetsmart-top__mv__container .swiper-slide-active .streetsmart-picture__img,
.streetsmart-top__mv__container .swiper-slide-duplicate-active .streetsmart-picture__img,
.streetsmart-top__mv__container .swiper-slide-prev .streetsmart-picture__img {
  -webkit-animation: scaleDown-subtle var(--ani-top-mv-ms) linear both;
  animation: scaleDown-subtle var(--ani-top-mv-ms) linear both;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: top center;
  object-position: top center;
}

.streetsmart-top__mv__slider-big {
  position: relative;
  width: 121.06667%;
  margin-left: 13.33333%;
  margin-top: -6.1657%;
  -webkit-mask: top left/contain url(/app/uploads/img/top/mv/clip.svg) no-repeat;
  mask: top left/contain url(/app/uploads/img/top/mv/clip.svg) no-repeat;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__mv__slider-big {
    width: 90.55556%;
    margin-left: 16.45833%;
    margin-top: -41.20805%;
  }
}

.streetsmart-top__mv__slider-big:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  background: center/100% url(/app/uploads/img/top/mv/mask-blue.svg);
}

@media screen and (min-width: 769px) {
  .streetsmart-top__mv__slider-big:after {
    background-image: url(/app/uploads/img/top/mv/mask-blue-border.svg);
  }
}

.streetsmart-top__mv__title {
  position: absolute;
  top: 51.63776%;
  right: 17px;
  width: 74.66667%;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__mv__title {
    position: absolute;
    top: 68.52349%;
    right: 120px;
    width: 67.84722%;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-topTitle {
    display: none;
  }
}

.streetsmart-topTitle-pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .streetsmart-topTitle-pc {
    display: block;
  }
}

/* ----------------------------- small mv slider ---------------------------- */
@-webkit-keyframes scaleDown-dynamic {
  from {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleDown-dynamic {
  from {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.streetsmart-top__mv__slider-small {
  position: relative;
  width: 51.73333%;
  margin-left: 9px;
  margin-top: -18.13333%;
  -webkit-mask: top left/contain url(/app/uploads/img/top/mv/clip.svg) no-repeat;
  mask: top left/contain url(/app/uploads/img/top/mv/clip.svg) no-repeat;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__mv__slider-small {
    width: 26.11111%;
    margin-left: -55px;
    margin-top: -26.94444%;
  }
}

.streetsmart-top__mv__slider-small:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center/cover url(/app/uploads/img/top/mv/mask-gray-border.svg);
  z-index: 200;
}

.streetsmart-top__mv__slider-small .swiper-slide-active .streetsmart-picture__img,
.streetsmart-top__mv__slider-small .swiper-slide-duplicate-active .streetsmart-picture__img,
.streetsmart-top__mv__slider-small .swiper-slide-prev .streetsmart-picture__img {
  -webkit-animation: scaleDown-dynamic var(--ani-top-mv-ms) linear both;
  animation: scaleDown-dynamic var(--ani-top-mv-ms) linear both;
}

/* ------------------------------ mid mv slider ----------------------------- */
.streetsmart-top__mv__slider-medium {
  position: relative;
  width: 62.4%;
  margin-left: auto;
  margin-right: -19.73333%;
  margin-top: -41.86667%;
  -webkit-mask: top left/contain url(/app/uploads/img/top/mv/clip.svg) no-repeat;
  mask: top left/contain url(/app/uploads/img/top/mv/clip.svg) no-repeat;
  z-index: 1;
}

.streetsmart-top__mv__slider-medium:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center/cover url(/app/uploads/img/top/mv/mask-gray-border.svg);
  z-index: 200;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__mv__slider-medium {
    width: 39.16667%;
    margin-right: -14.44444%;
    margin-top: -15.27778%;
  }
}

.streetsmart-top__mv__slider-medium .swiper-slide-active .streetsmart-picture__img,
.streetsmart-top__mv__slider-medium .swiper-slide-duplicate-active .streetsmart-picture__img,
.streetsmart-top__mv__slider-medium .swiper-slide-prev .streetsmart-picture__img {
  -webkit-animation: scaleDown-dynamic var(--ani-top-mv-ms) linear both;
  animation: scaleDown-dynamic var(--ani-top-mv-ms) linear both;
}

/* -------------------------------------------------------------------------- */
/*                                    topic                                   */
/* -------------------------------------------------------------------------- */
.streetsmart-top__topic {
  background: var(--color-grey);
  margin-top: -37.6%;
  padding-top: 37.6%;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__topic {
    margin-top: -43.05556%;
    padding-top: 15.48611%;
    padding-left: 10.625%;
  }
}

.streetsmart-top__topic__title {
  padding-right: 12px;
  padding-left: 12px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__topic__title {
    padding-right: 0;
    padding-left: 0;
  }
}

.streetsmart-top__topic__title__text {
  font-family: var(--font-en);
  padding-top: 0.6em;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-right: 13px;
  margin-left: 8px;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__topic__title__text {
    font-size: 40px;
  }
}

.streetsmart-top__topic__carousel {
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 16px;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__topic__carousel {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-top__topic__carousel {
    display: none;
  }
}

.streetsmart-top__topic__list {
  display: none;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__topic__list {
    display: grid;
    gap: 10px 0;
    margin-top: 10px;
    width: 58.81944vw;
    max-width: 847px;
    padding-bottom: 45px;
  }
}

.streetsmart-top__topic__title__link {
  font-family: var(--font-title);
  font-size: 12px;
  line-height: 1.5;
  display: inline;
  letter-spacing: 0.05em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.streetsmart-top__topic__title__link:hover .icon-arrow_circle {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}

@media screen and (min-width: 769px) {
  .streetsmart-top__topic__title__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 13px;
  }
}

.streetsmart-top__topic__title__link .icon-arrow_circle {
  font-size: 14px;
  margin-right: 4px;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__topic__title__link .icon-arrow_circle {
    font-size: 18px;
    margin-right: 8px;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
}

.streetsmart-top__topic__swiper-container {
  padding-bottom: 35px;
}

.streetsmart-top__topic__swiper-pagination {
  font-family: var(--font-en);
  margin-bottom: -0.2em;
  font-size: 15px;
  left: auto;
  right: 34px;
  width: auto;
  bottom: 0;
}

.streetsmart-top__topic__swiper-button-prev, .streetsmart-top__topic__swiper-button-next {
  height: 20px;
  width: 20px;
  border-radius: 3px;
  border: 1px solid var(--color-navy);
  top: unset;
  bottom: 0;
}

.streetsmart-top__topic__swiper-button-prev:after, .streetsmart-top__topic__swiper-button-next:after {
  color: var(--color-navy);
  font-size: 5px;
}

.streetsmart-top__topic__swiper-button-prev {
  left: auto;
  right: 67px;
}

.streetsmart-top__topic__swiper-button-next {
  right: 0;
}

.streetsmart-count-reset {
  counter-reset: streetsmart-top;
  position: relative;
  top: -1px;
  z-index: 0;
}

.streetsmart-count-increment:after {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  margin-right: 10px;
  margin-left: 7px;
  counter-increment: streetsmart-top;
  content: "0" counter(streetsmart-top);
}

@media screen and (min-width: 769px) {
  .streetsmart-count-increment:after {
    font-size: 28px;
    margin-right: 0;
    -webkit-transform: translateY(-0.1em);
    transform: translateY(-0.1em);
  }
}

.streetsmart-top-wrapper {
  position: relative;
  z-index: 1;
}

.streetsmart-top-wrapper:before {
  position: relative;
  top: -2px;
  content: '';
  display: block;
  padding-top: 36%;
  background: center 0%/cover no-repeat url(/app/uploads/img/top/mount-top.svg) var(--color-grey);
}

@media screen and (min-width: 769px) {
  .streetsmart-top-wrapper:before {
    background-image: url(/app/uploads/img/top/mount-top-pc.svg);
  }
}

.streetsmart-top-wrapper .streetsmart-top-list:after {
  content: '';
  display: block;
  width: 144px;
  height: 4px;
  margin: auto;
  background: center/contain no-repeat url(/app/uploads/img/common/line.svg);
}

@media screen and (min-width: 769px) {
  .streetsmart-top-wrapper .streetsmart-top-list:after {
    background-position: left;
    margin-left: 0;
  }
}

.streetsmart-top-wrapper .streetsmart-top-list:last-child:after {
  content: unset;
}

.streetsmart-top-wrapper:after {
  position: relative;
  top: -2px;
  content: '';
  display: block;
  padding-bottom: 36%;
  background: center 0%/cover no-repeat url(/app/uploads/img/top/mount-bottom.svg) transparent;
}

@media screen and (min-width: 769px) {
  .streetsmart-top-wrapper:after {
    background-image: url(/app/uploads/img/top/mount-bottom-pc.svg);
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-top__mission, .streetsmart-top__service, .streetsmart-top__about, .streetsmart-top__recruit-wrapper {
    position: relative;
    padding-left: 131px !important;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   mission                                  */
/* -------------------------------------------------------------------------- */
.streetsmart-top__mission {
  position: relative;
  margin-top: -13.33333%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__mission {
    max-width: 1200px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-top__mission {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-top__mission {
    margin-top: -18.75%;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-top__mission__title, .streetsmart-top__service__title, .streetsmart-top__about__title {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@-webkit-keyframes wipeOut {
  from {
    background-position: 100%;
  }
  to {
    background-position: 0%;
  }
}

@keyframes wipeOut {
  from {
    background-position: 100%;
  }
  to {
    background-position: 0%;
  }
}

.streetsmart-top__mission__title__text, .streetsmart-top__service__title__text, .streetsmart-top__about__title__text, .streetsmart-top__recruit__title__text {
  font-family: var(--font-en);
  font-size: 50px;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__mission__title__text, .streetsmart-top__service__title__text, .streetsmart-top__about__title__text {
    font-size: 70px;
    display: block;
    -webkit-transform: translateX(-2px) translateY(40px) rotateZ(90deg);
    transform: translateX(-2px) translateY(40px) rotateZ(90deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}

.streetsmart-top__mission__title-jp {
  position: relative;
  margin-top: 23px;
  margin-bottom: 24px;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__mission__title-jp {
    -webkit-transform: translateY(-36.50794%);
    transform: translateY(-36.50794%);
    margin-top: 0;
    margin-bottom: 47px;
    width: 85.96819%;
  }
}

.streetsmart-top__mission__title-jp .streetsmart-missionTitle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.streetsmart-top__mission__title-jp:after {
  content: '';
  display: block;
  padding-top: 30.03003%;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__mission__title-jp:after {
    content: none;
  }
}

.streetsmart-top__mission__text {
  font-family: var(--font-title);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 100px;
}

.streetsmart-top__mission__text .is-pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__mission__text {
    margin-top: -36px;
    font-size: 20px;
    line-height: 2.1;
  }
  .streetsmart-top__mission__text .is-pc {
    display: block;
  }
}

.streetsmart-top__mission__text-strong {
  font-size: 20px;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__mission__text-strong {
    font-size: 24px;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   service                                  */
/* -------------------------------------------------------------------------- */
.streetsmart-top__service {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 100px;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__service {
    max-width: 1200px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-top__service {
    padding-right: 0;
    padding-left: 0;
  }
}

.streetsmart-top__service .streetsmart-button {
  width: 281px;
  margin: 35px auto 100px;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__service .streetsmart-button {
    width: 240px;
    height: 50px;
    border-radius: 25px;
    margin-top: 27px;
  }
}

.streetsmart-top__service__text {
  font-size: 22px;
  font-family: var(--font-title);
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 8px;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__service__text {
    font-size: 38px;
    margin-top: 0;
    margin-bottom: 58px;
  }
}

.streetsmart-top__service__text .is-pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__service__text .is-pc {
    display: block;
  }
}

.streetsmart-top__service__text-small {
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__service__text-small {
    font-size: 18px;
  }
}

.streetsmart-top__service__figures {
  display: grid;
  gap: 35px 0;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__service__figures {
    grid-template-columns: 1fr 1fr;
    gap: 0 29px;
  }
}

/* -------------------------------------------------------------------------- */
/*                                    about                                   */
/* -------------------------------------------------------------------------- */
.streetsmart-top__about {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 100px;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__about {
    max-width: 1200px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-top__about {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-top__about {
    margin-top: 140px;
    margin-bottom: -185px;
    z-index: 1;
  }
}

.streetsmart-top__about .streetsmart-picture {
  border-radius: 5px;
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  max-height: 280px;
}

.streetsmart-top__about .streetsmart-picture:after {
  padding-top: 113.96011%;
  display: block;
  width: 100%;
  content: "";
}

@media screen and (min-width: 769px) {
  .streetsmart-top__about .streetsmart-picture {
    -webkit-mask: center/contain url(/app/uploads/img/top/top-aboutMask.svg) no-repeat;
    mask: center/contain url(/app/uploads/img/top/top-aboutMask.svg) no-repeat;
    max-height: none;
  }
  .streetsmart-top__about .streetsmart-picture:after {
    padding-top: 56.3654%;
  }
}

.streetsmart-top__about .streetsmart-picture__img {
  -o-object-fit: cover;
  object-fit: cover;
}

.streetsmart-top__about .streetsmart-button {
  width: 281px;
  margin: 35px auto 41px;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__about .streetsmart-button {
    width: 240px;
    height: 50px;
    border-radius: 25px;
    margin: 30px auto 0 0;
  }
}

.js-streetsmart-top__about__wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

@-webkit-keyframes shear {
  0% {
    -webkit-filter: blur(2px) brightness(0.95);
    filter: blur(2px) brightness(0.95);
  }
  100% {
    -webkit-filter: blur(0) brightness(1);
    filter: blur(0) brightness(1);
  }
}

@keyframes shear {
  0% {
    -webkit-filter: blur(2px) brightness(0.95);
    filter: blur(2px) brightness(0.95);
  }
  100% {
    -webkit-filter: blur(0) brightness(1);
    filter: blur(0) brightness(1);
  }
}

@-webkit-keyframes fadeOut {
  to {
    opacity: 0.8;
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
  }
}

@keyframes fadeOut {
  to {
    opacity: 0.8;
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
  }
}

.js-streetsmart-top__about__slide.swiper-slide-prev {
  opacity: 1 !important;
  -webkit-animation: fadeOut 300ms ease-in forwards;
  animation: fadeOut 300ms ease-in forwards;
}

.js-streetsmart-top__about__slide.swiper-slide-active {
  -webkit-animation: shear 300ms ease-in forwards;
  animation: shear 300ms ease-in forwards;
}

.streetsmart-top__about__title__text {
  margin-bottom: 17px;
}

.streetsmart-top__about__text {
  font-size: 22px;
  font-family: var(--font-title);
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}

.streetsmart-top__about__text .is-pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__about__text .is-pc {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-top__about__text {
    font-size: 38px;
    margin-top: -3.125%;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   recruit                                  */
/* -------------------------------------------------------------------------- */
.streetsmart-top__recruit {
  margin-top: -36%;
  padding-top: 36%;
  margin-bottom: -28.53333%;
  padding-bottom: 28.53333%;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__recruit {
    margin-bottom: -505px;
    padding-bottom: 505px;
  }
}

.streetsmart-top__recruit:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: linear-gradient(146.75deg, var(--color-smart-blue4) 1.29%, var(--color-navy) 91.82%);
  opacity: 0.7;
}

.streetsmart-top__recruit-bg {
  content: '';
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
  min-width: 375px;
  width: 100%;
  padding-top: 274.66667%;
  position: absolute;
  right: 0;
  bottom: -9%;
  background: bottom right/cover no-repeat url(/app/uploads/img/top/recruit.jpg);
}

@media screen and (min-width: 769px) {
  .streetsmart-top__recruit-bg {
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%);
    padding-top: unset;
    height: 100%;
    width: 100%;
    /* NOTE:
    デザインはbottom: 9%くらいが望ましいが、
    クライアント要望でパララックス使って、
    スクロールの最終位置で女性の顔が見切れないようにするため、
    bottom: 0で調整
    */
    position: absolute;
    right: 0;
    bottom: 0;
    background: center/cover no-repeat url(/app/uploads/img/top/recruit-pc.jpg);
  }
}

.streetsmart-top__recruit-wrapper {
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 156px;
  padding-bottom: 67px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: var(--color-pale);
  z-index: 1;
  position: relative;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__recruit-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-top__recruit-wrapper {
    max-width: 1200px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-top__recruit-wrapper {
    padding-top: 133px;
    padding-bottom: 0;
  }
}

.streetsmart-top__recruit-wrapper .streetsmart-ornament {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.streetsmart-top__recruit-wrapper .streetsmart-count-increment {
  color: var(--color-pale);
}

.streetsmart-top__recruit-wrapper .streetsmart-button {
  width: 281px;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__recruit-wrapper .streetsmart-button {
    width: 240px;
    height: 50px;
    border-radius: 25px;
    margin-left: 64px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-top__recruit__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .streetsmart-top__recruit__title .streetsmart-count-increment {
    margin-top: -20px;
  }
}

.streetsmart-top__recruit__title__text {
  color: var(--color-pale);
}

@media screen and (min-width: 769px) {
  .streetsmart-top__recruit__title__text {
    font-size: 80px;
    margin-left: 22px;
  }
}

.streetsmart-top__recruit__strong {
  display: block;
  font-family: var(--font-title);
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.streetsmart-top__recruit__strong .is-pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__recruit__strong .is-pc {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-top__recruit__strong {
    margin-left: 64px;
    font-size: 38px;
    margin-top: -11px;
  }
}

.streetsmart-top__recruit__text {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}

@media screen and (min-width: 769px) {
  .streetsmart-top__recruit__text {
    margin-left: 64px;
    font-size: 17px;
    line-height: 1.7;
    width: 36.80556vw;
    max-width: 530px;
  }
}

#topic .streetsmart-topic__pickup:nth-of-type(n + 2) {
  display: none;
}

.streetsmart-topic__category-nav {
  padding: 30px 12px 43px;
  background: var(--color-pale);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 9px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic__category-nav {
    max-width: 1120px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-topic__category-nav {
    padding: 50px 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 15px;
  }
}

.streetsmart-topic__category-nav .streetsmart-taglink {
  height: 40px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic__category-nav .streetsmart-taglink {
    height: 30px;
  }
}

.streetsmart-topic__category-nav .streetsmart-taglink.is-active {
  background: var(--color-navy);
  color: var(--color-pale);
}

.streetsmart-topic__category-nav .streetsmart-taglink:first-child {
  grid-column: span 2;
}

.streetsmart-topic__pickup {
  position: relative;
}

.streetsmart-topic__pickup:before {
  position: absolute;
  top: 28px;
  left: 0;
  content: '';
  background: url(/app/uploads/img/common/particle.svg) repeat;
  width: 100%;
  height: 50%;
  display: block;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic__pickup:before {
    height: 100%;
    background-image: url(/app/uploads/img/common/particle-pc.svg);
    top: 0;
    width: 31.45833%;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-topic__pickup:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: block;
    content: '';
    background: url(/app/uploads/img/common/particle-pc.svg) repeat;
    z-index: -1;
  }
}

.streetsmart-topic__pickup-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic__pickup-container {
    max-width: 1120px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-topic__pickup-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.streetsmart-topic__pickup__thumbnail {
  margin-right: 27px;
  margin-left: 27px;
  position: relative;
  z-index: 1;
  border: 8px solid var(--color-pale);
  border-radius: 13px;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic__pickup__thumbnail {
    top: 37px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-width: 10px;
    width: 43.75%;
    margin: 0 0 -10px;
  }
}

.streetsmart-topic__pickup__thumbnail .streetsmart-img {
  border-radius: 5px;
}

.streetsmart-topic__pickup__text {
  padding-right: 27px;
  padding-left: 27px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: var(--color-grey);
  margin-top: -77px;
  padding-top: 97px;
  padding-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic__pickup__text {
    position: relative;
    margin-top: 0;
    padding: 47px 61px 47px 154px;
    padding-top: 47px;
    margin-left: -109px;
    border-radius: 13px;
  }
}

.streetsmart-topic__pickup__text:before {
  content: '';
  display: block;
  width: 28px;
  height: 6px;
  background: var(--color-orange);
  border-radius: 1px;
  margin-bottom: 18px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic__pickup__text:before {
    width: 40px;
    position: absolute;
    top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}

.streetsmart-topic__pickup__text .streetsmart-button {
  margin-left: auto;
  width: 205px;
  height: 45px;
  border-radius: 22.5px;
}

.streetsmart-topic__pickup__text__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic__pickup__text__sub {
    margin-bottom: 17px;
  }
}

.streetsmart-topic__pickup__text__sub__tag {
  display: inline-block;
  border: 2px solid var(--color-navy);
  border-radius: 3px;
  color: var(--color-navy);
  font-size: 12px;
  font-family: var(--font-title);
  background: var(--color-pale);
  line-height: 1.4;
  letter-spacing: 0;
  padding: 5px 10px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic__pickup__text__sub__tag {
    font-size: 13px;
    line-height: 1.5;
    padding: 3px 15px;
    border-radius: 7px;
  }
}

.streetsmart-topic__pickup__text__sub__time {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--color-grey2);
  margin-bottom: 2px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic__pickup__text__sub__time {
    font-size: 12px;
  }
}

.streetsmart-topic__pickup__text__title {
  font-family: var(--font-title);
  letter-spacing: 0;
  font-weight: 500;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  font-size: 22px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  height: 132px;
  min-height: unset;
  max-height: unset;
  margin-bottom: 25px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic__pickup__text__title {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    font-size: 28px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    height: 126px;
    min-height: unset;
    max-height: unset;
  }
}

.streetsmart-topic__articles .base-c-pager {
  margin-bottom: 80px;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic__articles .base-c-pager {
    margin-bottom: 90px;
  }
}

.streetsmart-topic__articles__container {
  padding: 46px 12px 50px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .streetsmart-topic__articles__container {
    max-width: 1120px;
  }
}

@media screen and (min-width: 769px) {
  .streetsmart-topic__articles__container {
    padding: 100px 0 70px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 330px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 70px 65px;
  }
}

.streetsmart-topic__articles__container .streetsmart-card {
  border-bottom: 1px solid var(--color-grey);
}

@media screen and (min-width: 769px) {
  .streetsmart-topic__articles__container .streetsmart-card {
    border-bottom: 0;
  }
}
