@charset "UTF-8";

/*!
* Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html {
  font-size: 62.5%;
}

:root,
html,
body {
  background: #fff;
  color: #333;
  width: 100%;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #333;
}

*:focus {
  outline: none;
}

input[type=text],
input[type=password],
input[type=submit],
textarea,
select,
button {
  outline: none;
}

input[type=text],
input[type=password],
input[type=submit],
textarea,
select,
button {
  outline: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:focus {
  outline: 0;
}

::-moz-selection {
  color: #fff;
  background: #00B9E1;
}

::selection {
  color: #fff;
  background: #00B9E1;
}

.inner {
  width: 100%;
  max-width: calc(1170px + 10vw);
  margin: 0 auto;
  padding: 0 5vw;
}

.inner--s {
  max-width: calc(1000px + 10vw);
}

.sp-only {
  display: none !important;
}

.pc-only {
  display: none !important;
}

.l-wrapper {
  position: relative;
  width: 100%;
}

.l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-half {
  width: 50%;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  padding: 10px 30px;
}

.header__head {
  margin: auto auto auto 0;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 0;
}

.header__logo-image {
  display: block;
  width: 252px;
  height: auto;
}

.header__sub-title {
  display: none;
  width: 120px;
  height: auto;
  margin-bottom: 4px;
  margin-left: 18px;
}

.header__read {
  font-size: 1.2rem;
  text-align: right;
  color: #686868;
  margin-bottom: 22px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__item {
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 30px;
}

.menu__item:last-child {
  margin-right: 0;
}

.menu__item:nth-child(2) > a::before {
  background: url(../images/common/menu_icon_01.svg) center center/contain no-repeat;
}

.menu__item:nth-child(3) > a::before {
  background: url(../images/common/menu_icon_02.svg) center center/contain no-repeat;
}

.menu__item:nth-child(4) > a::before {
  background: url(../images/common/menu_icon_03.svg) center center/contain no-repeat;
}

.menu__item > a {
  position: relative;
  padding-left: 23px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.menu__item > a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 17px;
  height: 17px;
}

.menu__item > a:hover {
  opacity: 0.8;
}

.sp-toggle {
  display: none;
}

.section {
  padding: 80px 0 120px;
}

.section__ttl {
  line-height: 1.7;
  font-size: 2.8rem;
  font-weight: 700;
  border-bottom: 3px solid #e0e0e0;
  margin-bottom: 20px;
  padding-bottom: 12px;
}

.btn {
  display: block;
  width: 170px;
  height: 40px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #00B9E1;
  border-radius: 20px;
  border: 2px solid #00B9E1;
  margin: 0 auto;
  -webkit-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}

.btn:hover {
  color: #00B9E1;
  background: transparent;
}

.btn--white {
  color: #00B9E1;
  background: #fff;
  border-color: #fff;
}

.btn--white:hover {
  color: #fff;
  background: transparent;
}

.footer {
  padding-bottom: 20px;
}

.footer__bg {
  width: 100%;
  height: 480px;
  background: url(../images/common/footer_bg_01.jpg) center 70%/cover no-repeat;
}

.footer .inner {
  position: relative;
}

.footer__head {
  text-align: center;
  margin-bottom: 80px;
  padding-top: 70px;
}

.footer__title {
  margin-bottom: 50px;
}

.footer__title > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer__logo {
  display: block;
  width: 238px;
  height: auto;
}

.footer__sub-title {
  display: none;
  width: 120px;
  height: auto;
  margin-bottom: 4px;
  margin-left: 18px;
}

.footer__info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  margin-bottom: 0;
  display: none;
}

.footer__info-ttl {
  font-weight: 500;
  margin-right: 2px;
}

.footer__info-ttl::after {
  content: "：";
}

.footer__info-body {
  margin-bottom: 0;
}

.footer__body {
  text-align: center;
  margin-bottom: 60px;
}

.footer__sponsor {
  margin-bottom: 50px;
}

.footer__menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer__menu-item {
  position: relative;
  margin: 0 20px;
  padding-left: 18px;
}

.footer__menu-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: solid 2px #00B9E1;
  border-right: solid 2px #00B9E1;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.footer__copy {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 0;
}

.page-top {
  position: absolute;
  top: 0;
  right: 3vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-top > a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: #B1D02D;
  -webkit-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.page-top > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: solid 3px #fff;
  border-left: solid 3px #fff;
  margin-top: 3px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.page-top > a:hover {
  opacity: 0.8;
}

.page-title {
  background: #f0fcff;
}

.page-title .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 240px;
}

.page-title__ttl {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

.page-title__ttl::after {
  content: attr(data-ttl-en);
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  color: #00B9E1;
}

.breadcrumbs {
  height: 55px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin-top: -28px;
}

.breadcrumbs__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 840px;
  background: #B1D02D;
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 6px 6px 0;
  padding: 16px 5vw 16px 10vw;
}

.breadcrumbs li {
  display: inline-block;
  white-space: nowrap;
}

.breadcrumbs li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li::after {
  display: inline-block;
  content: ">";
  margin: 0 12px 0 10px;
}

.breadcrumbs li:last-child::after {
  display: none;
}

.breadcrumbs a {
  color: #fff;
  text-decoration: underline;
}

.pagination {
  text-align: center;
  margin: 3em 0 0;
}

.pagination:after,
.pagination ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagination ul {
  display: inline-block;
  margin: 0;
}

.pagination li {
  float: left;
  list-style: none outside none;
  margin-left: 3px;
}

.pagination li:first-child {
  margin-left: 0;
}

.pagination li.active {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #333;
  color: #fff;
  cursor: auto;
  border-radius: 50%;
}

.pagination li a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #999;
  padding: 0 12px;
  text-decoration: none;
}

.pagination li a:hover {
  opacity: 0.8;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.pagination li a[href=""] {
  pointer-events: none;
  opacity: 0.8;
}

@media only screen and (min-width: 960px) {
  .pc-only {
    display: block !important;
  }
}

@media only screen and (max-width: 959px) {
  html {
    scroll-padding-top: 82px;
  }

  .sp-only {
    display: block !important;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    height: 82px;
    background: #fff;
    padding: 0 30px;
    z-index: 1000;
  }

  .header__body {
    overflow-y: scroll;
    position: fixed;
    top: 82px;
    bottom: 0;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% + 20px);
    background: #00B9E1;
    margin: 0;
    padding: 80px 5vw;
    opacity: 0;
    border: 10px solid #fff;
    border-top: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    z-index: -1;
  }

  .is-open .header__body {
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.35s ease, width 0.35s;
    transition: opacity 0.35s ease, width 0.35s;
    pointer-events: auto;
  }

  .is-close .header__body {
    width: calc(100% + 20px);
    opacity: 0;
    -webkit-transition: opacity 0.35s ease, width 0.35s;
    transition: opacity 0.35s ease, width 0.35s;
    pointer-events: none;
  }

  .header__read {
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    border-radius: 12px;
    border: 3px solid #fff;
    margin-top: 50px;
    padding: 20px;
  }

  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .menu__item {
    font-size: 2.4rem;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .menu__item:last-child {
    margin-bottom: 0;
  }

  .menu__item > a {
    color: #fff;
    padding-left: 30px;
  }

  .menu__item > a::before {
    width: 22px;
    height: 22px;
    -webkit-filter: grayscale(100%) brightness(200%);
    filter: grayscale(100%) brightness(200%);
  }

  .sp-toggle {
    display: block;
    width: 82px;
    height: 82px;
    position: fixed;
    top: 0;
    right: 0;
    background: #00B9E1;
    z-index: 1002;
  }

  .is-open .sp-toggle {
    width: 72px;
    height: 72px;
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }

  .is-close .sp-toggle {
    width: 82px;
    height: 82px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }

  .sp-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  .sp-toggle span:nth-child(1) {
    width: 50%;
    top: 34%;
    z-index: 1002;
  }

  .is-open .sp-toggle span:nth-child(1) {
    width: 50%;
    top: 50%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .sp-toggle span:nth-child(2) {
    width: 50%;
    top: 50%;
    z-index: 1003;
  }

  .is-open .sp-toggle span:nth-child(2) {
    width: 0;
  }

  .sp-toggle span:nth-child(3) {
    width: 50%;
    top: 66%;
    z-index: 1004;
  }

  .is-open .sp-toggle span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media only screen and (max-width: 559px) {
  html {
    scroll-padding-top: 16vw;
  }

  body {
    font-size: 14px;
    font-size: 3.733vw;
  }

  .inner {
    width: 100%;
    padding: 0 15px;
  }

  .l-content {
    padding-top: 16vw;
  }

  .header {
    height: 16vw;
    padding: 0 15px;
  }

  .header__logo-image {
    width: auto;
    height: 9.6vw;
  }

  .header__sub-title {
    width: 23.4666666667vw;
    margin-left: 10px;
    display: none;
  }

  .header__body {
    width: calc(100% + 2.667vw);
    top: 16vw;
    border-width: 1.3333333333vw;
    padding: 50px 20px;
  }

  .is-close .header__body {
    width: calc(100% + 2.667vw);
  }

  .header__read {
    font-size: 16px;
    font-size: 4.2666666667vw;
    padding: 14px 18px;
  }

  .menu {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu__item {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 26px;
  }

  .menu__item > a::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }

  .sp-toggle {
    width: 16vw;
    height: 16vw;
  }

  .is-open .sp-toggle {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    -webkit-transform: translate(-1.333vw, 1.333vw);
    transform: translate(-1.333vw, 1.333vw);
  }

  .is-close .sp-toggle {
    width: 16vw;
    height: 16vw;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }

  .section {
    padding: 40px 0 70px;
  }

  .section__ttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }

  .btn {
    width: 45.3333333333vw;
    height: 9.6vw;
    line-height: calc(9.6vw - 4px);
    border-radius: 5.3333333333vw;
  }

  .footer__bg {
    height: 244px;
  }

  .footer__head {
    margin-bottom: 40px;
    padding-top: 66px;
  }

  .footer__title {
    margin-bottom: 40px;
  }

  .footer__title::after {
    content: "ふくしま中小企業等人材育成支援事業";
    display: block;
    font-size: 13px;
    font-size: 3.4666666667vw;
    font-weight: 700;
    margin-top: 10px;
  }

  .footer__logo {
    width: 66.1333333333vw;
  }

  .footer__sub-title {
    display: none;
  }

  .footer__info {
    font-size: 13px;
    font-size: 3.4666666667vw;
    font-weight: 700;
  }

  .footer__body {
    margin-bottom: 50px;
  }

  .footer__sponsor {
    font-size: 13px;
    font-size: 3.4666666667vw;
    font-weight: 700;
  }

  .footer__menu-item {
    font-size: 13px;
    font-size: 3.4666666667vw;
    font-weight: 700;
    margin: 0 14px;
  }

  .footer__copy {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }

  .page-title .inner {
    height: 180px;
  }

  .page-title__ttl {
    font-size: 24px;
    font-size: 6.4vw;
  }

  .page-title__ttl::after {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }

  .breadcrumbs {
    height: 10.4vw;
    font-size: 11px;
    font-size: 2.9333333333vw;
    margin-top: -5.3333333333vw;
  }

  .breadcrumbs__inner {
    max-width: 94%;
    padding: 10px 15px;
  }

  .pagination {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 959px) and (min-width: 560px) {
  .l-content {
    padding-top: 82px;
  }

  .section {
    padding: 70px 0 100px;
  }

  .footer__bg {
    height: 400px;
  }

  .breadcrumbs__inner {
    max-width: 90%;
    padding-left: 5vw;
  }
}

@media only screen and (max-width: 1160px) and (min-width: 960px) {
  .header__sub-title {
    display: none;
  }
}