@charset "UTF-8";

.breadcrumbsWrap {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  .breadcrumbsWrap {
      padding: 0 1em;
      width: 100%;
  }
}

.area {
  line-height: 1.6;
}

@media screen and (min-width: 981px) {
  .area {
      font-size: 1.8rem;
  }
}

@media screen and (min-width: 981px) {
  .pc-none {
      display: none;
  }
}

@media screen and (max-width: 980px) {
  .sp-none {
      display: none;
  }
}

.title {
  position: relative;
  padding-bottom: 10px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #002169;
}

@media screen and (min-width: 981px) {
  .title {
    font-size: 4rem;
  }
}

.title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20%;
  border-bottom: 1px solid #eb7730;
  transform: translateX(-50%);
}

@media screen and (min-width: 981px) {
  .title::after {
      width: 10%;
  }
}

.title small {
  font-size: 1.6rem;
}

@media screen and (min-width: 981px) {
  .title small {
    font-size: 2rem;
  }
}

.subTitle {
    position: relative;
    padding-bottom: 10px;
    font-size: 2rem;
    font-weight: bold;
    color: #002169;
}

@media screen and (min-width: 981px) {
    .subTitle {
        padding-bottom: 30px;
        font-size: 2.6rem;
    }
}

.subTitle.--large {
  width: calc(100% / 3);
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (min-width: 981px) {
  .subTitle.--large {
    display: inline-block;
    margin-left: 40px;
    padding-bottom: 10px;
    width: auto;
    font-size: 3rem;
    text-align: left;
  }
}

.subTitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    border-bottom: 3px solid #eb7730;
}

@media screen and (min-width: 981px) {
    .subTitle::after {
        width: 60px;
    }
}

.offices {
  padding: 40px 1em;
}

@media screen and (min-width: 981px) {
  .offices:nth-child(even) {
    background-color: #f2f2f2;
  }
}

@media screen and (min-width: 981px) {
  .offices {
      padding: 60px;
  }
}

.officesList {
  margin-top: 40px;
}

.officesList__item {
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.officesList__item:not(:first-child) {
  margin-top: 20px;
}

@media screen and (min-width: 981px) {
  .officesList__item:not(:first-child) {
      margin-top: 30px;
  }
}

.officesList__link {
  display: block;
  position: relative;
  padding: 20px 50px 20px 20px;
  text-decoration: none;
}

@media screen and (min-width: 981px) {
  .officesList__link {
      display: flex;
      align-items: flex-start;
      gap: 5%;
      padding: 40px 70px 40px 40px;
  }
}

.officesList__link:hover {
  text-decoration: none;
  color: inherit;
}

.officesList__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: #eb7730;
  border-radius: 15px;
  transform: translateY(-50%);
}

@media screen and (min-width: 981px) {
  .officesList__link::before {
      right: 20px;
  }
}

.officesList__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border-top: 6px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
  transform: translateY(-50%);
}

@media screen and (min-width: 981px) {
  .officesList__link::after {
      right: 20px;
  }
}

.officesList__title {
  font-size: 1.8rem;
}

@media screen and (min-width: 981px) {
  .officesList__title {
      width: 30%;
      font-size: 2.2rem;
  }
}

.officesList__content {
  margin-top: 20px;
}

@media screen and (min-width: 981px) {
  .officesList__content {
      margin-top: 0;
      width: 65%;
  }
}

.officesList__list {
  margin-top: 10px;
}

@media screen and (min-width: 981px) {
  .officesList__list {
      display: flex;
  }
}

.officesList__term {
  font-weight: bold;
}

@media screen and (min-width: 981px) {
  .officesList__term {
      padding-right: 20px;
      min-width: 110px;
      font-weight: normal;
  }
}

@media screen and (min-width: 981px) {
  .officesList__description {
      position: relative;
      padding-left: 20px;
  }
}

@media screen and (min-width: 981px) {
  .officesList__description::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      border-left: 1px solid #ccc;
  }
}