@charset "UTF-8";

/* ==========================================================================
  our_locations.css
========================================================================== */

.our-locations {
  padding: 80px 0 50px;
}

.our-locations .anchor__list {
  margin-bottom: 90px;
}

.our-locations .anchor__list li {
  max-width: 180px;
}

.text__box {
  display: flex;
  gap: 9%;
  margin-bottom: 100px;
}

.text__box-title {
  font-size: 3rem;
  letter-spacing: 2px;
  width: 290px;
}

.text__box-text {
  flex: 1;
}

.text__box-text p {
  line-height: 2.2;
  letter-spacing: 1px;
  margin-bottom: 1.1em;
}

.text__box-text span {
  border-top: 1px solid var(--color-navy);
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  width: 30px;
}

.our-locations #box01 {
  background: #fff url(../images/our_locations/our_locations_img02.png)
    no-repeat top 50px right 45px;
}

.our-locations #box02 {
  background: #fff url(../images/our_locations/our_locations_img04.png)
    no-repeat top 25px right 45px;
}

.our-locations #box03 {
  background: #fff url(../images/our_locations/our_locations_img06.png)
    no-repeat top 50px right 45px;
}

.our-locations #box04 {
  background: #fff url(../images/our_locations/our_locations_img08.png)
    no-repeat top 50px right 45px;
}

.our-locations .box__title {
  border-bottom: 1px solid #4d4d5c;
  font-size: 2.4rem;
  padding: 40px;
  text-align: center;
}

.our-locations .box__item {
  display: flex;
  align-items: flex-start;
  gap: 7.4%;
  max-width: 940px;
  margin: 0 auto 55px;
  padding: 0 20px;
}

.our-locations .box__image {
  position: relative;
  width: 33.4%;
}

.our-locations .box__body {
  flex: 1;
}

.our-locations .box__body-title {
  font-size: 2rem;
  margin-bottom: 25px;
}

.our-locations .box__body-text {
  color: #333;
  line-height: 2;
  letter-spacing: 1px;
  margin-bottom: 1em;
}

.our-locations .box__bg {
  background: rgba(0, 0, 74, 0.02);
  border-radius: 0 0 15px 15px;
  padding: 45px 0 70px;
}

.our-locations .box__bg-item {
  max-width: 940px;
  margin: 0 auto 40px;
  padding: 0 20px;
  text-align: center;
}

.our-locations .box__bg-title {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.our-locations .box__bg-text {
  color: #333;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 1px;
}

.our-locations .our_locations-table {
  margin-bottom: 70px;
}

.our-locations .box__bg .our_locations-table:last-of-type {
  margin-bottom: 0;
}

.our-locations .table__row:first-of-type {
  border-top: 4px double #868686;
}

.our-locations .table__row:last-of-type {
  border-bottom: 4px double #868686;
}

.our-locations .swiper-pagination {
  bottom: -30px;
}

.our-locations .swiper-pagination-bullet {
  background: var(--color-light-blue);
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.our-locations .swiper-pagination-bullet-active {
  background: #6e90db;
}

@media screen and (max-width: 1024px) {
  .our-locations .anchor__list li {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #page-our-locations.page-sub h2 {
    letter-spacing: -1px;
  }

  .our-locations {
    padding: 15px 0 0;
  }

  .our-locations .anchor__list {
    margin-bottom: 30px;
  }

  .our-locations .anchor__list li {
    max-width: 100%;
    width: calc((100% - 8.2%) / 2);
  }

  .text__box {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 15px;
  }

  .text__box-title {
    font-size: 1.9rem;
    letter-spacing: 1px;
    width: 100%;
  }

  .text__box-text {
    width: 100%;
  }

  .text__box-text p {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0;
  }

  .our-locations #box01 {
    background: #fff url(../images/our_locations/our_locations_img02.png)
      no-repeat top 20px right 18px;
    background-size: 135px;
    margin-bottom: 50px;
  }

  .our-locations #box02 {
    background: #fff url(../images/our_locations/our_locations_img04.png)
      no-repeat top 8px right 10px;
    background-size: 178px;
    margin-bottom: 50px;
  }

  .our-locations #box03 {
    background: #fff url(../images/our_locations/our_locations_img06.png)
      no-repeat top 8px right 25px;
    background-size: 135px;
    margin-bottom: 50px;
  }

  .our-locations #box04 {
    background: #fff url(../images/our_locations/our_locations_img08.png)
      no-repeat top 15px right 12px;
    background-size: 162px;
    margin-bottom: 0;
  }

  .our-locations .box__title {
    font-size: 1.6rem;
    padding: 15px;
    margin-bottom: 30px;
  }

  .our-locations .box__item {
    flex-direction: column;
    gap: 40px;
    max-width: 100%;
    margin: 0 auto 15px;
    padding: 0 18px;
  }

  .our-locations .box__image {
    width: 100%;
  }

  .our-locations .box__body {
    width: 100%;
  }

  .our-locations .box__body-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .our-locations .box__body-text {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0;
  }

  .our-locations .box__bg {
    padding: 30px 0;
  }

  .our-locations .box__bg-item {
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 0 18px;
    text-align: left;
  }

  .our-locations .box__bg-title {
    font-size: 1.5rem;
    text-align: center;
  }

  .our-locations .box__bg-text {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0;
  }

  .our-locations .our_locations-table {
    margin-bottom: 50px;
  }

  .our-locations .table__row:first-of-type {
    border-top: 1px solid #4d4d5c;
  }

  .our-locations .table__row:last-of-type {
    border-bottom: 1px solid #4d4d5c;
  }
}
