/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333333vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  font-feature-settings: "palt";
  color: #333333;
}
body.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture {
  display: block;
}

input {
  appearance: auto;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

@media screen and (max-width: 1140px) {
  .only-overTab {
    display: none !important;
  }
}

@media screen and (min-width: 1141px) {
  .only-underTab {
    display: none !important;
  }
}

a, span {
  cursor: pointer;
  letter-spacing: 0.05em;
}

*:focus-visible {
  outline: 2px solid blue;
  border-radius: 2px;
}

.page-container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .page-container {
    width: 89.3%;
    padding: 0;
  }
}
.page-container--short {
  max-width: 900px;
}

.js-bg-color-change.is-colorChange {
  background-color: #333333;
}

.js-text-color-to-black.is-colorChange {
  color: #fff;
}

.js-text-color-to-blue.is-colorChange {
  color: #00CCFF;
}

.kv {
  display: grid;
  background-image: url("../../../assets/img/common/kv.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 286px;
}
@media screen and (max-width: 767px) {
  .kv {
    background-image: url("../../../assets/img/common/kv_sp.png");
    height: 40vw;
  }
}
.kv__container {
  display: grid;
  place-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv__container--short {
    padding-top: 16.6666666667vw;
  }
}
.kv__title {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .kv__title {
    font-size: 5.2rem;
  }
}
.kv__title--short {
  line-height: 1.5;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .kv__title--short {
    font-size: 5.2rem;
  }
}
.kv__update-date {
  position: absolute;
  bottom: 70px;
  left: 20px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #858585;
}
@media screen and (max-width: 767px) {
  .kv__update-date {
    left: 0;
    bottom: -9.3333333333vw;
    font-size: 2.6rem;
  }
}

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .pager {
    font-size: 3.2rem;
  }
}
.pager__list {
  display: flex;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .pager__list {
    padding: 0 9.3333333333vw;
  }
}
.pager__num {
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 1.6;
  color: #005191;
  cursor: pointer;
}
.pager__num.is-current {
  border-radius: 5px;
  background-color: #005191;
  color: #fff;
}
.pager__num.is-current:hover {
  text-decoration: none;
}
.pager__num.is-colorChange {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .pager__num:hover {
    text-decoration: underline;
  }
}
.pager .is-colorChange.pager__num.is-current {
  background-color: #00CCFF;
}

.topics-list {
  margin-top: 80px;
}
.topics-list--home {
  height: 280px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .topics-list--home {
    height: 157.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.topics-list--home::-webkit-scrollbar {
  width: 10px;
}
.topics-list--home::-webkit-scrollbar-track {
  background-color: #d9d9d9;
  border-radius: 5px;
}
.topics-list--home::-webkit-scrollbar-thumb {
  background-color: #005191;
  border-radius: 5px;
  cursor: pointer;
}
.topics-list__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
}
.topics-list__item:first-of-type {
  border-top: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  .topics-list__item {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 8vw;
  }
}
.topics-list__item--lineless {
  border: none;
}
@media screen and (max-width: 767px) {
  .topics-list__item--lineless {
    padding-top: 5.3333333333vw;
  }
}
.topics-list__item--lineless:first-of-type {
  border: none;
}
.topics-list__data {
  display: flex;
  align-items: center;
}
.topics-list__date {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.68;
}
@media screen and (max-width: 767px) {
  .topics-list__date {
    font-size: 3.2rem;
  }
}
.topics-list__tag {
  width: 100px;
  margin-left: 10px;
  margin-right: 30px;
  padding: 2px 0;
  border: 1px solid;
  border-radius: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topics-list__tag {
    width: 26.6666666667vw;
    margin-left: 2.6666666667vw;
    margin-right: 0;
    border: 2px solid;
    align-self: center;
  }
}
.topics-list__tag p {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .topics-list__tag p {
    font-size: 2.4rem;
  }
}
.topics-list__contents {
  position: relative;
  padding: 20px 0 20px 1em;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.68;
  cursor: pointer;
  color: #005191;
}
@media screen and (max-width: 767px) {
  .topics-list__contents {
    font-size: 3.2rem;
  }
}
.topics-list__contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 2.1em;
  left: 0em;
  width: 6px;
  height: 6px;
  border-top: 2px solid #005191;
  border-left: 2px solid #005191;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .topics-list__contents::before {
    top: 2.1em;
  }
}
.topics-list__contents span {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .topics-list__contents:hover span {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}
.topics-list__contents--home {
  padding: 15px 0 15px 1em;
}
.topics-list__contents--home::before {
  top: 1.8em;
}
.topics-list .is-colorChange.topics-list__contents::before {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: translateY(-50%) rotate(135deg);
}

.btn {
  position: relative;
  display: block;
  border-radius: 40px;
}
.btn a {
  display: block;
  color: #fff;
}
.btn p {
  text-align: center;
}
.btn span {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .btn:hover span {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}
.btn--blue-md {
  background-color: #005191;
}
.btn--blue-md a {
  padding: 16px 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn--blue-md a {
    font-size: 3.2rem;
  }
}
.btn--blue-md::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(135deg);
}
.btn--icon-left::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}
.btn--blue-short {
  width: auto;
  background-color: #005191;
}
.btn--blue-short a {
  padding: 13px 0;
  padding-right: 35px;
  padding-left: 30px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn--blue-short a {
    font-size: 2.8rem;
  }
}
.btn--blue-short::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(135deg);
}
.btn--yellow-lg {
  position: relative;
  padding: 16px 0;
  background-color: #ffd633;
}
.btn--yellow-lg a {
  font-weight: 700;
  color: #333333;
}
.btn--yellow-lg p {
  font-size: 2.8rem;
}
.btn--yellow-lg span {
  border-bottom: unset;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btn--yellow-lg:hover span {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .btn--yellow-lg {
    width: 78.6666666667vw;
  }
}
.btn--square {
  width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .btn--square {
    max-width: 100%;
  }
}
.btn--square a {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .btn--square a {
    padding: 2.6666666667vw 0;
  }
}
.btn--square p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn--square p {
    font-size: 3.2rem;
  }
}
.btn--light-blue {
  background-color: #1479c7;
}
.btn--green {
  background-color: #228473;
}
.btn--white {
  background-color: #fff;
}
.btn--white p, .btn--white span, .btn--white a {
  text-align: center;
  font-size: 1.6rem;
  color: #005191;
}
@media screen and (max-width: 767px) {
  .btn--white p, .btn--white span, .btn--white a {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .btn--white .smaller {
    font-size: 2.6rem;
  }
}
.btn--shadow {
  box-shadow: 0px 3px 3px 0px rgb(255, 255, 255);
}
.btn--shadow:not(.is-colorChange) {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.top-btn {
  display: grid;
  place-items: center;
  position: fixed;
  bottom: 29px;
  right: 20px;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.top-btn.is-active {
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top-btn {
    right: 2.6666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.top-btn::after {
  content: "";
  display: block;
  position: relative;
  top: 3px;
  width: 14px;
  height: 14px;
  border-top: 3px solid #005191;
  border-right: 3px solid #005191;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .top-btn::after {
    top: 0.8vw;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}

.player-btn {
  position: absolute;
  right: -78px;
  display: grid;
  place-items: center;
  width: 50px;
  height: 24px;
  background-color: #333333;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .player-btn {
    right: -24.5333333333vw;
  }
}
.player-btn__container {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  height: 100%;
}
.player-btn__line {
  display: block;
  width: 3px;
  height: 10px;
  background-color: #fff;
}
.player-btn.is-stopped .player-btn__container {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #ffffff;
  border-right: 0;
}

.arrow {
  width: 14px;
  height: 14px;
  border-top: 3px solid #005191;
  border-right: 3px solid #005191;
}
.arrow--right-blue {
  transform: rotate(45deg);
}
.arrow--right-white {
  transform: rotate(45deg);
  border-color: #fff;
}
.arrow--right-red {
  transform: rotate(45deg);
  border-color: #c90000;
}

.arrow-wrap {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.arrow-circle {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
}
.arrow-circle::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 2px);
  width: 12px;
  height: 12px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
}

.bread {
  display: flex;
  position: absolute;
  top: 16px;
  left: 22px;
}
@media screen and (max-width: 767px) {
  .bread {
    top: 2.6666666667vw;
    left: 0;
    white-space: nowrap;
    word-break: keep-all;
    overflow-x: scroll;
    width: 100%;
  }
}
.bread__item {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding-right: 8px;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.3rem;
  color: #005191;
}
@media screen and (max-width: 767px) {
  .bread__item {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .bread__item:not(.is-current):hover {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}
.bread__item::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(45deg);
}
.bread__item.is-current {
  font-weight: 400;
  color: #333333;
}
.bread__item.is-current::after {
  display: none;
}
.bread .is-colorChange.is-current {
  color: #ffffff;
}

.heading__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 18px;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.12;
}
@media screen and (max-width: 767px) {
  .heading__text {
    font-size: 4.6rem;
  }
}
.heading__text::before {
  content: "";
  display: block;
  width: 53px;
  height: 27px;
  background-image: url("../../../assets/img/common/heading-square.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.topics__title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .topics__title {
    font-size: 3.6rem;
  }
}
.topics__pager {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .topics__pager {
    margin-top: 10.6666666667vw;
  }
}

.category {
  margin-top: 18px;
  padding: 15px 0;
  border-radius: 5px;
  background-color: #f4f3f2;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .category {
    padding: 5.3333333333vw 5.3333333333vw;
    font-size: 3.2rem;
  }
}
.category__flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .category__flex {
    flex-direction: column;
  }
}
.category__paragraph {
  position: relative;
  padding: 0 40px;
  line-height: 1.68;
}
@media screen and (max-width: 767px) {
  .category__paragraph {
    padding: 0 0 3.3333333333vw 0;
  }
}
.category__paragraph::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
}
@media screen and (max-width: 767px) {
  .category__paragraph::after {
    top: unset;
    right: unset;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}
.category__list {
  display: flex;
  column-gap: 70px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .category__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10.6666666667vw;
    row-gap: 2vw;
    margin-top: 6.6666666667vw;
    padding: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .category__list {
    column-gap: 20px;
  }
}
.category__list li {
  line-height: 1.68;
}
.category__list label {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.page-topics {
  background-color: #fff;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .page-topics {
    padding-bottom: 20vw;
  }
}

.articles {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .articles {
    margin-top: 26.6666666667vw !important;
  }
}
.articles__img {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}
.articles__text {
  margin-top: 60px;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .articles__text {
    margin-top: 10.6666666667vw;
    font-size: 3.2rem;
  }
}
.articles__link {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  padding-left: 16px;
}
.articles__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .articles__link {
    margin-top: 5.3333333333vw;
  }
}
.articles__link span {
  font-size: 2rem;
  font-weight: 700;
  color: #005191;
}
@media screen and (min-width: 769px) {
  .articles__link span:hover {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .articles__link span {
    font-size: 3.6rem;
  }
}
.articles .is-colorChange.articles__link::before {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: translateY(-50%) rotate(135deg);
}
.articles__btn {
  max-width: 320px;
  width: 100%;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .articles__btn {
    margin-top: 10vw;
  }
}

/* 追加css */
/* 投稿記事カスタマイズ・画像 */
.articles__text img{
  width: auto;
  max-width: 100%;
  display: block;
}
.articles__text img.aligncenter{
  margin: 0 auto;
}
.articles__text img.alignleft{
  margin: 0 auto;
  margin-left: 0;
}
.articles__text img.alignright{
  margin: 0 auto;
  margin-right: 0;
}

/* 3点ドットのスタイル */
span.dot {
  font-family: Arial, Helvetica, sans-serif;
  background-color: transparent;
}

/* ページネーション */
nav.pagination {
  margin-top: 80px;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 400;
}

ul.page-numbers {
  display: flex;
}

ul.page-numbers li .page-numbers {
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 1.6;
  color: #005191;
  cursor: pointer;
}

ul.page-numbers li .prev {
  padding-right: 50px;
  color: #333;
}

ul.page-numbers li .next {
  padding-left: 50px;
  color: #333;
}

ul.page-numbers li .current {
  border-radius: 5px;
  background-color: #005191;
  color: #fff;
}
.is-colorChange ul.page-numbers li .next,
.is-colorChange ul.page-numbers li .prev,
.is-colorChange ul.page-numbers li .page-numbers{
  color: #fff;
}

.is-colorChange ul.page-numbers li .current{
  background-color: #00CCFF;
}

@media screen and (min-width: 769px) {
  ul.page-numbers li:hover {
      text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  nav.pagination {
      margin-top: 10.6666666667vw;
  }

  .nav-links {
      font-size: 3.2rem;
  }

  ul.page-numbers li .prev {
      padding-right: 9.3333333333vw;
  }

  ul.page-numbers li .next {
      padding-left: 9.3333333333vw;
  }
}