@charset "UTF-8";

.global-office {
  width: 100%;
  padding: var(--sp-spacing-16) 0 var(--sp-spacing-40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width: 961px) {
  .global-office {
    padding: var(--sp-spacing-24) 0 var(--sp-spacing-64)
  }
}

.global-office__head {
  padding-bottom: var(--sp-spacing-20);
  font-size: 32px;
  line-height: 125%;
  font-weight: 600
}

@media (min-width: 961px) {
  .global-office__head {
    padding-bottom: var(--sp-spacing-24);
    font-size: 40px;
    line-height: 100%;
    font-weight: 600
  }
}

.global-office__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.global-office__anchor {
  width: 100%;
  padding: var(--sp-spacing-24) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--sp-spacing-16) var(--sp-spacing-32)
}

@media (min-width: 961px) {
  .global-office__anchor {
    padding: var(--sp-spacing-40) 0
  }
}

.global-office__anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--sp-spacing-4);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400
}

.global-office__anchor-link:after {
  content: "";
  width: 20px;
  height: 20px;
  background: var(--clr-text-black);
  -webkit-mask: url(/html/template/default/assets/img/icon_arrow-circle-down.svg) no-repeat center/contain;
  mask: url(/html/template/default/assets/img/icon_arrow-circle-down.svg) no-repeat center/contain
}

@media (min-width: 961px) {
  .global-office__anchor-link:hover {
    color: var(--clr-text-red)
  }

  .global-office__anchor-link:hover:after {
    background: var(--clr-text-red)
  }
}

.global-office__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--sp-spacing-64)
}

.global-office__area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.global-office__area-banner {
  padding: var(--sp-spacing-10);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--clr-bg-palegray);
  border-radius: var(--rd-radius-Lv1);
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  font-weight: 600
}

@media (min-width: 961px) {
  .global-office__area-banner {
    padding: var(--sp-spacing-16)
  }
}

.global-office__country-section {
  width: 100%;
  padding: var(--sp-spacing-24) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid var(--clr-border-middlegray)
}

.global-office__country-section:last-child {
  border-bottom: none
}

@media (min-width: 961px) {
  .global-office__country-section {
    padding: var(--sp-spacing-16) 0;
    display: grid;
    grid-template-columns: 240px auto
  }
}

.global-office__country-header {
  width: 100%;
  padding-bottom: var(--sp-spacing-20);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (min-width: 961px) {
  .global-office__country-header {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: var(--sp-spacing-4)
  }

  .global-office__country-header .text-link {
    margin-left: var(--sp-spacing-40)
  }
}

.global-office__country-head-block {
  display: grid;
  grid-template-columns: 32px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--sp-spacing-8)
}

.global-office__country-flag {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.global-office__country-name {
  font-size: 24px;
  line-height: 150%;
  font-weight: 400;
  font-weight: 600
}

.global-office__location-list {
  width: 100%;
  padding-left: var(--sp-spacing-40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--sp-spacing-32)
}

@media (min-width: 961px) {
  .global-office__location-list {
    padding-left: 0;
    padding-top: var(--sp-spacing-4)
  }
}

.global-office__location-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--sp-spacing-10)
}

@media (min-width: 961px) {
  .global-office__location-item {
    display: grid;
    grid-template-columns: 280px auto
  }
}

.global-office__location-plofile {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--sp-spacing-4)
}

.global-office__location-name-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.global-office__location-name {
  font-size: 20px;
  line-height: 150%;
  font-weight: 400
}

.global-office__location-company {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400
}

.global-office__location-post {
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  color: var(--clr-text-sub)
}

.global-office__location-hour {
  width: 100%;
  padding: var(--sp-spacing-8) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  line-height: 150%;
  font-weight: 400
}

.global-office__location-details {
  width: 100%;
  padding-top: var(--sp-spacing-4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--sp-spacing-10)
}

@media (min-width: 961px) {
  .global-office__location-details {
    padding-top: var(--sp-spacing-6)
  }
}

.global-office__location-address {
  display: grid;
  grid-template-columns: 20px auto;
  gap: var(--sp-spacing-4);
  font-size: 12px;
  line-height: 150%;
  font-weight: 400
}

.global-office__location-address:before {
  content: "";
  width: 16px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--clr-text-black);
  -webkit-mask: url(/html/template/default/assets/img/icon_location-on.svg) no-repeat center/contain;
  mask: url(/html/template/default/assets/img/icon_location-on.svg) no-repeat center/contain;
  -webkit-mask-size: 16px 16px;
  mask-size: 16px 16px
}

.global-office__location-post-address {
  display: grid;
  grid-template-columns: 20px auto;
  gap: var(--sp-spacing-4);
  font-size: 12px;
  line-height: 150%;
  font-weight: 400
}

.global-office__location-post-address:before {
  content: "";
  width: 16px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--clr-text-black);
  -webkit-mask: url(/html/template/default/assets/img/icon_post-office.svg) no-repeat center/contain;
  mask: url(/html/template/default/assets/img/icon_post-office.svg) no-repeat center/contain;
  -webkit-mask-size: 16px 16px;
  mask-size: 16px 16px
}

.global-office__location-phone-inner {
  width: 100%;
  display: grid;
  grid-template-columns: 20px auto;
  gap: var(--sp-spacing-8) var(--sp-spacing-4)
}

.global-office__location-phone-inner:before {
  content: "";
  width: 16px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--clr-text-black);
  -webkit-mask: url(/html/template/default/assets/img/icon_call.svg) no-repeat center/contain;
  mask: url(/html/template/default/assets/img/icon_call.svg) no-repeat center/contain;
  -webkit-mask-size: 16px 16px;
  mask-size: 16px 16px
}

.global-office__location-phone-wrap {
  grid-column: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--sp-spacing-2)
}

.global-office__location-phone-category {
  font-size: 12px;
  line-height: 150%;
  font-weight: 400
}

.global-office__location-phone-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: var(--sp-spacing-4)
}

.global-office__location-phone-link {
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (min-width: 961px) {
  .global-office__location-phone-link:hover {
    color: var(--clr-text-red)
  }
}

.global-office__location-phone-link-with-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400
}

.global-office__location-phone-link-with-comment a {
  margin-right: var(--sp-spacing-12)
}

@media (min-width: 961px) {
  .global-office__location-phone-link-with-comment a:hover {
    color: var(--clr-text-red)
  }
}

.global-office__location-fax {
  display: grid;
  grid-template-columns: 20px auto;
  gap: var(--sp-spacing-4);
  font-size: 12px;
  line-height: 150%;
  font-weight: 400
}

.global-office__location-fax:before {
  content: "";
  width: 16px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--clr-text-black);
  -webkit-mask: url(/html/template/default/assets/img/icon_fax.svg) no-repeat center/contain;
  mask: url(/html/template/default/assets/img/icon_fax.svg) no-repeat center/contain;
  -webkit-mask-size: 16px 16px;
  mask-size: 16px 16px
}

.global-office__location-email-inner {
  display: grid;
  grid-template-columns: 20px auto;
  gap: var(--sp-spacing-4)
}

.global-office__location-email-inner:before {
  content: "";
  width: 16px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--clr-text-black);
  -webkit-mask: url(/html/template/default/assets/img/icon_mail.svg) no-repeat center/contain;
  mask: url(/html/template/default/assets/img/icon_mail.svg) no-repeat center/contain;
  -webkit-mask-size: 16px 16px;
  mask-size: 16px 16px
}

.global-office__location-email-list {
  grid-column: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--sp-spacing-4)
}

.global-office__location-email {
  font-size: 12px;
  line-height: 150%;
  font-weight: 400
}

@media (min-width: 961px) {
  .global-office__location-email:hover {
    color: var(--clr-text-red)
  }
}
