  @charset "utf-8";

/* ↓↓↓ common ↓↓↓ */
main {
  position: relative;
  background: rgb(217,245,255);
  background: linear-gradient(166deg, rgba(217,245,255,1) 0%, rgba(255,255,255,1) 20%, rgba(235,250,255,1) 40%, rgba(255,255,255,1) 60%, rgba(232,239,247,1) 80%, rgba(255,255,255,1) 100%);
  overflow: clip;
}

main::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/saiyou/ginou/career/west/img/common/bg-texture.jpg) repeat;
  opacity: 0.7;
}

main::after {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: 0;
  left: 50%;
  width: 770px;
  height: 100%;
  background: url(/saiyou/ginou/career/west/img/common/bg-line.png) repeat-y;
}

@media screen and (max-width: 768px) {
  main::after {
    display: none;
  }
}

section {
  position: relative;
  z-index: 1;
}
/* ↑↑↑ common ↑↑↑ */

/* ↓↓↓ fv ↓↓↓ */
.fv {
  max-width: 1280px;
  margin: 0 auto;
}

.fv .inner {
  padding: 120px 30px 0;
}

@media screen and (max-width: 768px) {
  .fv .inner {
    padding: 90px 0 0;
  }
}

.fv .image {
  width: 57.143%;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .fv .image {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
  }
}

.fv .intro-block {
  position: relative;
  max-width: 1120px;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .fv .intro-block {
    max-width: calc(600px + 25px * 2);
    display: block;
    margin: 0 auto;
  }
}

.fv .intro-block .page-group {
  position: absolute;
  top: 45px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .fv .intro-block .page-group {
    position: initial;
    padding: 0 25px;
  }
}

.fv .intro-block .page-group .ttl {
  display: flex;
  align-items: flex-end;
}

.fv .intro-block .page-group .jp {
  position: relative;
  display: inline-block;
  font-family: var(--font-zen);
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 18px;
  color: #000;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .fv .intro-block .page-group .jp {
    margin-top: 5px;
  }
}

.fv .intro-block .page-group .jp::before {
  content: '';
  position: absolute;
  top: 4px;
  left: -8px;
  transform-origin: right;
  rotate: -60deg;
  width: 18px;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
}

.fv .intro-block .page-group .ttl-interview {
  width: 333px;
}

@media screen and (max-width: 768px) {
  .fv .intro-block .page-group .ttl-interview {
    width: 222px;
  }
}

.fv .intro-block .page-group .ttl-numbering {
  width: auto;
  height: 35px;
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  .fv .intro-block .page-group .ttl-numbering {
    height: 20px;
    margin-left: 10px;
  }
}

.fv .intro-block .profile-group {
  position: absolute;
  translate: -50% 0;
  max-width: 940px;
  width: 100%;
  top: 175px;
  left: 50%;
  container-type: inline-size;
}

@media screen and (max-width: 768px) {
  .fv .intro-block .profile-group {
    position: initial;
    translate: 0 0;
    padding: 0 25px;
    margin-top: -100px;
  }
}

.fv .intro-block .profile-group .copy {
  font-family: var(--font-zen);
  font-size: 3.40425cqw;
  font-weight: 700;
  letter-spacing: 0;
  color: #143376;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .fv .intro-block .profile-group .copy {
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background-color: #143376;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.7;
    padding: 0px 4px 1px;
  }
}

.fv .intro-block .profile-group .type {
  display: grid;
  place-content: center;
  width: max-content;
  font-family: var(--font-zen);
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 50px;
  color: #143376;
  background-color: #ebfaff;
  border: 1px solid #143376;
}

@media screen and (max-width: 768px) {
  .fv .intro-block .profile-group .type {
    font-size: 1.4rem;
    padding: 6px 15px;
    margin-top: 25px;
  }
}

.fv .intro-block .profile-group .detal {
  margin-top: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .fv .intro-block .profile-group .detal {
    margin-top: 15px;
    padding-left: 0;
  }
}

.fv .intro-block .profile-group .detal .name {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .fv .intro-block .profile-group .detal .name {
    font-size: 1.4rem;
    font-weight: 700;
  } 
}

.fv .intro-block .profile-group .detal .year {
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .fv .intro-block .profile-group .detal .year {
    font-size: 1.2rem;
  }
}

.fv .intro-block .profile-group .detal .text {
  margin-top: 10px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .fv .intro-block .profile-group .detal .text {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}

.fv .career-block {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 55px 30px;
  color: #fff;
  background-color: #004280;
}

@media screen and (max-width: 768px) {
  .fv .career-block {
    max-width: 600px;
    width: calc(100% - 50px);
    padding: 35px 25px;
  }
}

.fv .career-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/saiyou/ginou/career/west/img/common/noise.png);
  background-repeat: repeat;
}

.fv .career-block .heading {
  position: relative;
  max-width: 930px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .fv .career-block .heading {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.fv .career-block .list {
  position: relative;
  max-width: 930px;
  margin: 0 auto;
  z-index: 1;
}

.fv .career-block .list .item {
  display: flex;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}

.fv .career-block .list .item:not(:first-of-type) {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .fv .career-block .list .item {
    display: block;
    font-size: 1.4rem;
  }
  
  .fv .career-block .list .item:not(:first-of-type) {
    margin-top: 25px;
  }
}

.fv .career-block .list .item .year {
  min-width: 78px;
}

.fv .career-block .list .item .detail {
  text-align: justify;
}
/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ interview ↓↓↓ */
.interview {
  max-width: 1280px;
  margin: 100px auto 0;
}

@media screen and (max-width: 768px) {
  .interview {
    max-width: 1280px;
    margin: 60px auto 0;
  }
}

.interview .inner {
  padding: 0 30px 95px;
}

@media screen and (max-width: 768px) {
  .interview .inner {
    padding: 0 25px 60px;
  }
}

.interview .interview-block {
  position: relative;
}

.interview .interview-block:not(:first-of-type) {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .interview .interview-block {
    max-width: 600px;
    margin: 0 auto;
  }
  
  .interview .interview-block:not(:first-of-type) {
    margin-top: 60px;
  }
}

.interview .interview-block .image-group {
  position: absolute;
  top: 0;
  min-width: clamp(320px, calc(100vw - (577px + 100px)), 576px);
  width: calc(100% - 654px);
}

.interview .interview-block:nth-of-type(odd) .image-group {
  right: -30px;
}

.interview .interview-block:nth-of-type(even) .image-group {
  left: -30px;
}

@media screen and (max-width: 768px) {
  .interview .interview-block .image-group {
    position: initial;
    min-width: initial;
    width: 100%;
  }
}

.interview .interview-block .text-group {
  position: relative;
  max-width: 1120px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .interview .interview-block .text-group {
    margin-top: 30px;
  }
}

.interview .interview-block:nth-of-type(even) .text-group {
  align-items: flex-end;
}

.interview .interview-block .text-group .wrap {
  position: relative;
  max-width: min(577px, calc(100% - 320px));
}

@media screen and (max-width: 768px) {
  .interview .interview-block .text-group .wrap {
    max-width: initial;
  }
}

.interview .interview-block .text-group .wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -32px;
  width: 64px;
  min-width: 0;
  aspect-ratio: 1/1;
  background: url(/saiyou/ginou/career/west/img/interview/interview-deco.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .interview .interview-block .text-group .wrap::before {
    top: -15px;
    left: -20px;
    width: 55px;
  }
}

.interview .interview-block .text-group .theme {
  position: relative;
  font-family: var(--font-zen);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  z-index: 1;
}

.interview .interview-block .text-group .lead {
  position: relative;
  font-family: var(--font-zen);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #143376;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .interview .interview-block .text-group .lead {
    font-size: 2rem;
    letter-spacing: -0.05em;
  }
}

.interview .interview-block .text-group .lead .-pc {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .interview .interview-block .text-group .lead .-pc {
    display: none;
  }
}

.interview .interview-block .text-group .text {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .interview .interview-block .text-group .text {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

.interview .ending-block {
  max-width: 1120px;
  margin: 120px auto 0;
}

@media screen and (max-width: 768px) {
  .interview .ending-block {
    margin: 60px auto 0;
  }

  .interview .ending-block .image-group {
    translate: -25px 0;
    width: calc(100% + 25px * 2);
  }
}

.interview .ending-block .text-group {
  position: relative;
  max-width: 930px;
  width: calc(100% - 60px);
  margin: -80px auto 0;
  padding: 55px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .interview .ending-block .text-group {
    max-width: 600px;
    width: 100%;
    padding: 30px 25px;
  }
}

.interview .ending-block .text-group .wrap {
  position: relative;
}

.interview .ending-block .text-group .wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -32px;
  width: 64px;
  min-width: 0;
  aspect-ratio: 1 / 1;
  background: url(/saiyou/ginou/career/west/img/interview/interview-deco.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .interview .ending-block .text-group .wrap::before {
    top: -15px;
    left: -20px;
    width: 55px;
  }
}

.interview .ending-block .text-group .theme {
  position: relative;
  font-family: var(--font-zen);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  z-index: 1;
}

.interview .ending-block .text-group .lead {
  position: relative;
  font-family: var(--font-zen);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #143376;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .interview .ending-block .text-group .lead {
    font-size: 2rem;
    letter-spacing: -0.05em;
  }
}

.interview .ending-block .text-group .text {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .interview .ending-block .text-group .text {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
/* ↑↑↑ interview ↑↑↑ */

/* ↓↓↓ schedule ↓↓↓ */
.schedule {
  background: url(/saiyou/ginou/career/west/img/interview/schedule-operator-rk.jpg) no-repeat;
  background-size: cover;
}

.schedule.-hi {
  background: url(/saiyou/ginou/career/west/img/interview/schedule-operator-hi.jpg) no-repeat;
  background-size: cover;
}

.schedule.-rt {
  background: url(/saiyou/ginou/career/west/img/interview/schedule-maintenance-rt.jpg) no-repeat;
  background-size: cover;
}

.schedule.-dt {
  background: url(/saiyou/ginou/career/west/img/interview/schedule-operator-dt.jpg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .schedule {
    background: url(/saiyou/ginou/career/west/img/interview/schedule-operator-rk_sp.jpg) no-repeat;
    background-size: cover;
  }

  .schedule.-hi {
    background: url(/saiyou/ginou/career/west/img/interview/schedule-operator-hi_sp.jpg) no-repeat;
    background-size: cover;
  }
  
  .schedule.-rt {
    background: url(/saiyou/ginou/career/west/img/interview/schedule-maintenance-rt_sp.jpg) no-repeat;
    background-size: cover;
  }
  
  .schedule.-dt {
    background: url(/saiyou/ginou/career/west/img/interview/schedule-operator-dt_sp.jpg) no-repeat;
    background-size: cover;
  }
}

.schedule .inner {
  padding: 50px 30px 80px;
}

@media screen and (max-width: 768px) {
  .schedule .inner {
    padding: 50px 55px;
  }
}

.schedule .page-group {
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.schedule .page-group .jp {
  font-family: var(--font-zen);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .schedule .page-group .jp {
    font-size: 1.4rem;
  }
  
}

.schedule .page-group .en {
  width: auto;
  height: 37px;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .schedule .page-group .en {
    height: 22px;
    margin-top: 5px;
  }
}

.schedule .schedule-block {
  max-width: 1120px;
  margin: 65px auto 0;
  container-type: inline-size;
}

@media screen and (max-width: 768px) {
  .schedule .schedule-block {
    margin: 30px auto 0;
  }
}

.schedule .list {
  position: relative;
  display: flex;
  justify-content: center;
  color: #fff;
}

@container (max-width: 1119px) {
  .schedule .list {
    flex-direction: column;
    max-width: max-content;
    margin: 0 auto;
  }
}

.schedule .list::before {
  content: '';
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

@container (max-width: 1119px) {
  .schedule .list::before {
    top: 10px;
    left: 3px;
    width: 1px;
    height: calc(100% - 10px);
  }
}

.schedule .list .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 30px;
}

@container (max-width: 1119px) {
  .schedule .list .item {
    align-items: flex-start;
    margin: 0;
    padding-left: 15px;
  }
}

.schedule .list .item::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: 41px;
  left: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
}

@container (max-width: 1119px) {
  .schedule .list .item::before {
    translate: 0 0;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
  }
}

.schedule .list .item .time {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-bottom: 25px;
}

@container (max-width: 1119px) {
  .schedule .list .item .time {
    text-align: left;
    font-size: 1.4rem;
    padding-bottom: 0;
  }
}

.schedule .list .item .detail {
  margin-top: 25px;
  max-height: 240px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  writing-mode: vertical-rl;
}

.schedule .list .item .detail .num {
  text-combine-upright: all;
}

@container (max-width: 1119px) {
  .schedule .list .item .detail {
    margin: 0 0 15px;
    font-size: 1.4rem;
    max-height: initial;
    writing-mode: initial;
  }

  .schedule .list .item:last-of-type .detail {
    margin-bottom: 0;
  }
}
/* ↑↑↑ schedule ↑↑↑ */

/* ↓↓↓ offfday ↓↓↓ */
.offfday {
  max-width: 1280px;
  margin: 95px auto 0;
}

@media screen and (max-width: 768px) {
  .offfday {
    margin: 55px auto 0;
  }
}

.offfday .inner {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .offfday .inner {
    padding: 0 25px;
  }
}

.offfday .offfday-block {
  max-width: 930px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 75px 35px 75px 60px; 
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 6px 6px 5px 0px rgba(20, 51, 116, 0.48);
}

@media screen and (max-width: 768px) {
  .offfday .offfday-block {
    max-width: 600px;
    flex-direction: column;
    padding: 30px 25px;
  }
}

.offfday .offfday-block .text-group {
  max-width: 556px;
}

.offfday .offfday-block .text-group .ttl {
  font-family: var(--font-zen);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #143376;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .offfday .offfday-block .text-group .ttl {
    text-align: center;
    font-size: 1.4rem;
  }

  .offfday .offfday-block .text-group .text {
    font-size: 1.4rem;
  }
}

.offfday .offfday-block .image {
  min-width: 228px;
  width: 228px;
  height: 228px;
  border-radius: 50%;
  margin-left: 30px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .offfday .offfday-block .image {
    margin: 25px 0 0;
  }
}
/* ↑↑↑ offfday ↑↑↑ */

/* ↓↓↓ other ↓↓↓ */
.other {
  max-width: 1280px;
  margin: 130px auto 0;
}

@media screen and (max-width: 768px) {
  .other {
    margin: 70px auto 0;
  }
}

.other .inner {
  padding: 0 30px 190px;
}

@media screen and (max-width: 768px) {
  .other .inner {
    padding: 0 0 80px;
  }
}

.other .page-group .jp {
  position: relative;
  text-align: center;
  width: max-content;
  font-family: var(--font-zen);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 18px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .other .page-group .jp {
    font-size: 1.4rem;
    padding-left: 12px;
  }
}

.other .page-group .jp::before {
  content: '';
  position: absolute;
  top: 5px;
  left: -13px;
  transform-origin: right;
  rotate: -60deg;
  width: 24px;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .other .page-group .jp::before {
    width: 16px;
    height: 2px;
    left: -8px;
  }
}

.other .page-group .en {
  display: block;
  width: auto;
  height: 25px;
  margin: 15px auto 0;
}

@media screen and (max-width: 768px) {
  .other .page-group .en {
    height: 20px;
    margin: 5px auto 0;
  }
}

.other .swiper-area {
  position: relative;
  padding: 0 50px;
  margin: 65px auto 0;
}

@media screen and (max-width: 1024px) {
  .other .swiper-area {
    max-width: 600px;
  }
}

@media screen and (max-width: 768px) {
  .other .swiper-area {
    padding: 0;
    margin: 50px auto 0;
  }
}

.other .swiper-area .swiper-slide {
  container-type: inline-size;
}

.other .swiper-area .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.other .swiper-area .swiper-slide .image {
  position: absolute;
  top: 0;
  left: 0;
  filter: grayscale(1);
  transition: filter 0.3s ease;
}

@media screen and (min-width: 769px) {
  .other .swiper-area .swiper-slide a:hover .image {
    filter: grayscale(0);
  }
}

@media screen and (max-width: 768px) {
  .other .swiper-area .swiper-slide .image {
    filter: grayscale(0);
  }
}

.other .swiper-area .swiper-slide .profile-group {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .other .swiper-area .swiper-slide .profile-group {
    left: 25px;
  }
}

.other .swiper-area .swiper-slide .numbering {
  display: block;
  width: auto;
  height: 12px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .other .swiper-area .swiper-slide .numbering {
    margin-bottom: 20px;
  }
}

.other .swiper-area .swiper-slide .copy {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: #143376;
  color: #fff;
  font-family: var(--font-zen);
  font-size: 4.48598cqw;
  font-weight: 700;
  line-height: 1.7;
  padding: 0px 4px 1px;
}

@media screen and (max-width: 768px) {
  .other .swiper-area .swiper-slide .copy {
    font-size: 2.4rem;
  }
}

.other .swiper-area .swiper-slide .type {
  display: grid;
  place-content: center;
  width: max-content;
  font-family: var(--font-zen);
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 20px;
  margin-top: 9.3458cqw;
  border-radius: 50px;
  color: #143376;
  background-color: #ebfaff;
  border: 1px solid #143376;
}

@media screen and (max-width: 768px) {
  .other .swiper-area .swiper-slide .type {
    font-size: 1.4rem;
    padding: 6px 15px;
    margin-top: 20px;
  }
}

.other .swiper-area .swiper-slide .detail {
  font-size: 1.6rem;
  font-weight: 500;
  color: #143376;
  margin-top: 15px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .other .swiper-area .swiper-slide .detail {
    font-size: 1.4rem;
    margin-top: 10px;
    padding-left: 15px;
  }
}

.other .swiper-area .arrow-next {
  cursor: pointer;
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 0;
  display: grid;
  place-content: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 1px solid #004ea2;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .other .swiper-area .arrow-next {
    display: none;
    visibility: hidden;
  }
}

.other .swiper-area .arrow-next .angle {
  width: 17px;
}

.other .swiper-area .pagination {
  margin: 60px auto 0;
  display: block;
  width: max-content;
}

@media screen and (max-width: 768px) {
  .other .swiper-area .pagination {
    margin: 30px auto 0;
  }
}

.other .swiper-area .pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 5px;
  opacity: 1;
  border: 1px solid #143376;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .other .swiper-area .pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}

.other .swiper-area .pagination .swiper-pagination-bullet-active {
  background-color: #143376;
}
/* ↑↑↑ other ↑↑↑ */
