.location-page {
  color: #4b4b4b;
}

:target {
  scroll-margin-top: 112px;
}

.location-desktop-nav {
  display: none;
}

.location-content {
  margin: 70px 0 90px;
}

.location-title {
  color: #279dc8;
  font-size: 32px;
  line-height: 1.4;
  margin: 0 0 32px;
  text-align: center;
}

.location-title-latest {
  display: inline-block;
}

.location-country-panel {
  background: #f0fbfc;
  margin-bottom: 58px;
  padding: 30px;
}

.location-country-panel-title,
.location-section-title {
  color: #279dc8;
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 22px;
}

.location-country-panel-title {
  align-items: center;
  display: flex;
  gap: 8px;
}

.location-country-panel-title::before {
  background: #279dc8;
  content: '';
  flex: 0 0 4px;
  height: 20px;
  width: 4px;
}

.location-country-links {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.location-country-links a {
  align-items: center;
  background: #fff url("/globalcompass/assets/images/common/location-panel-arrow.svg") no-repeat right 12px center / 5px 9px;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  color: #000;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  justify-content: center;
  min-height: 36px;
  padding: 7px 28px 7px 12px;
  text-decoration: none;
}

.location-country-links a:hover {
  background-color: #f0fbfc;
  border-color: #279dc8;
  color: #000;
}

.location-article-section + .location-article-section {
  margin-top: 70px;
}

.location-article-section .location-section-title {
  text-align: center;
}

.location-article-list {
  display: grid;
  gap: 25px 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.location-article-list-item {
  min-width: 0;
}

.location-article-link {
  color: #4b4b4b;
  display: flex;
  gap: 16px;
  text-decoration: none;
}

.location-article-link:hover {
  opacity: .7;
}

.site_globalcompass img.location-article-image {
  flex: 0 0 150px;
  height: 85px;
  object-fit: cover;
  width: 150px;
}

.location-article-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.location-article-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.location-article-meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 8px;
  padding: 0;
  width: 100%;
}

.location-article-category {
  color: #4b4b4b;
  font-size: 12px;
  line-height: 1.3;
  padding: 4px 8px;
}

.location-article-date {
  color: #c1c1c1;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  margin-left: 0;
  white-space: nowrap;
}

.location-list-message {
  background: #f0fbfc;
  font-size: 15px;
  grid-column: 1 / -1;
  margin: 0;
  padding: 22px;
  text-align: center;
}

.location-list-message.is-error {
  background: #f7f7f7;
}

.location-list-toggle {
  background: #fff;
  border: 1px solid #279dc8;
  border-radius: 4px;
  color: #279dc8;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 30px auto 0;
  min-height: 48px;
  width: 220px;
}

.location-list-toggle[hidden] {
  display: none;
}

.location-list-toggle:hover {
  background: #279dc8;
  color: #fff;
}

.location-list-toggle:focus,
.location-list-toggle:focus-visible,
.location-area-toggle:focus-visible,
.location-country-links a:focus-visible,
.location-area-country-links a:focus-visible {
  outline: 3px solid #004831;
  outline-offset: 4px;
}

.location-list-toggle-icon,
.location-area-toggle-icon {
  background: transparent url("/globalcompass/assets/images/common/location-accordion-plus.svg") no-repeat center / 15px 15px;
  display: inline-block;
  flex: 0 0 15px;
  height: 15px;
  margin-left: 10px;
  position: relative;
  vertical-align: -2px;
  width: 15px;
}

.location-list-toggle-icon.is-expanded,
.location-area-toggle.is-expanded .location-area-toggle-icon {
  background-image: url("/globalcompass/assets/images/common/location-accordion-minus.svg");
  background-size: 15px 3px;
}

.location-areas {
  background: #f0fbfc;
  padding: 56px 0;
}

.location-areas .location-section-title {
  align-items: center;
  color: #4b4b4b;
  display: flex;
  font-family: "Outfit", sans-serif;
  font-size: 35px;
  font-weight: 400;
  gap: 11px;
  justify-content: center;
  line-height: 1.2;
  margin-bottom: 1px;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.location-areas .location-section-title::before,
.location-areas .location-section-title::after {
  background: transparent url("/globalcompass/assets/images/common/location-area-heading-pin.png") no-repeat center / 28.431px 41.404px;
  content: '';
  display: block;
  flex: 0 0 28.431px;
  height: 41.404px;
  width: 28.431px;
}

.location-areas-intro {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 15px;
  text-align: center;
}

.location-area-accordion {
  display: grid;
  gap: 10px;
  margin: 0 auto;
  max-width: 700px;
}

.location-area-accordion-item {
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  overflow: hidden;
}

.location-area-accordion-item h3 {
  margin: 0;
}

.location-area-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  justify-content: center;
  min-height: 44px;
  padding: 0 50px;
  position: relative;
  text-align: center;
  width: 100%;
}

.location-area-toggle::before {
  background: transparent url("/globalcompass/assets/images/common/location-area-row-pin.png") no-repeat center / 17px 24px;
  content: '';
  height: 24px;
  left: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
}

.location-area-toggle-icon {
  margin: 0;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
}

.location-area-toggle.is-expanded {
  border-bottom: 1px solid #c1c1c1;
}

.location-area-country-links {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.location-area-country-links[hidden] {
  display: none !important;
}

.location-area-country-links a {
  align-items: center;
  background: transparent url("/globalcompass/assets/images/common/location-country-arrow.svg") no-repeat right 18px center / 5px 9px;
  color: #4b4b4b;
  display: flex;
  font-size: 13px;
  min-height: 44px;
  overflow-wrap: anywhere;
  padding: 8px 38px 8px 30px;
  text-decoration: none;
}

.location-area-country-links li:nth-child(odd) {
  background: #f1f1f1;
}

.location-area-country-links li:nth-child(even) {
  background: #fff;
}

.location-area-country-links li + li {
  border-top: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
  .location-areas .location-section-title {
    background-image: url("../images/index/ttl_new_sp_line.svg");
    background-position: center 49px;
    background-repeat: no-repeat;
    background-size: 220px 29px;
    color: #000;
    font-size: 64px;
    gap: 29px;
    letter-spacing: .96px;
    line-height: 1.2;
    margin-bottom: 12px;
    text-decoration: none;
  }

  .location-areas .location-section-title::before,
  .location-areas .location-section-title::after {
    background-size: 46px 67px;
    flex-basis: 46px;
    height: 67px;
    width: 46px;
  }

  .location-area-accordion-item:last-child:nth-child(odd) {
    grid-column: 1;
    justify-self: start;
    width: 335px;
  }

  body[data-page="area"] #keyword,
  body[data-page="country"] #keyword {
    margin-top: 33px;
  }

  body.site_globalcompass[data-page="country"] {
    overflow-x: hidden;
  }

  body[data-page="country"] .location-desktop-nav {
    display: block;
  }

  body[data-page="country"] .location-desktop-nav .gc_nav-search:not(.active) .gc_nav-search__form,
  body[data-page="country"] .location-desktop-nav .gc_nav-search:not(.active) .gc_nav-search__close {
    display: none;
  }

  body[data-page="country"] .location-content {
    margin: 124px 0 87px;
  }

  body[data-page="country"] .location-title,
  body[data-page="country"] .location-content .location-section-title {
    color: #4b4b4b;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.25;
    margin: 0 0 65px;
    text-align: center;
  }

  body[data-page="country"] .location-article-section + .location-article-section {
    margin-top: 79px;
  }

  body[data-page="country"] .location-article-list {
    column-gap: 51px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 50px;
  }

  body[data-page="country"] .location-article-link {
    flex-direction: column;
    gap: 16px;
  }

  body.site_globalcompass[data-page="country"] img.location-article-image {
    flex: none;
    height: 183px;
    width: 100%;
  }

  body[data-page="country"] .location-article-body {
    gap: 16px;
  }

  body[data-page="country"] .location-article-meta {
    height: 26px;
    margin: 0;
  }

  body[data-page="country"] .location-article-category {
    align-items: center;
    display: flex;
    font-size: 13px;
    height: 26px;
    line-height: 1;
    padding: 0 13px;
  }

  body[data-page="country"] .location-article-date {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
  }

  body[data-page="country"] .location-article-title {
    color: #3c3c3c;
    display: -webkit-box;
    font-size: 20px;
    font-weight: 700;
    height: 75px;
    line-height: 1.25;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body[data-page="country"] .location-list-toggle {
    border: 1px solid #c1c1c1;
    border-radius: 0;
    color: #4b4b4b;
    font-size: 13px;
    font-weight: 700;
    height: 60px;
    margin-top: 34px;
    min-height: 60px;
    width: 288px;
  }

  body[data-page="country"] .location-list-toggle:hover {
    background: #fff;
    color: #4b4b4b;
  }

  body[data-page="country"] .location-areas {
    box-sizing: border-box;
    padding: var(--gc-section-padding-pc) 0;
  }

  body[data-page="country"] .location-areas-intro {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 20px;
    margin-bottom: 39px;
  }

  body[data-page="country"] .location-area-accordion {
    align-items: start;
    column-gap: 20px;
    grid-template-columns: repeat(2, 335px);
    max-width: 690px;
    row-gap: 20px;
  }

  body[data-page="country"] .location-area-toggle {
    font-size: 18px;
    letter-spacing: .36px;
    min-height: 60px;
    padding: 0 45px;
  }

  body[data-page="country"] .location-area-toggle::before {
    left: 12px;
  }

  body[data-page="country"] .location-area-toggle-icon {
    right: 12px;
  }

  body[data-page="country"] .location-area-country-links li {
    background: #fff;
  }

  body[data-page="country"] .location-area-country-links a {
    background-position: right 27px center;
    color: #000;
    font-size: 16px;
    letter-spacing: .32px;
    min-height: 51px;
    padding: 8px 42px 8px 19px;
  }

  body.site_globalcompass[data-page="area"] {
    overflow-x: hidden;
  }

  body[data-page="area"] .location-desktop-nav {
    display: block;
  }

  body[data-page="area"] .location-desktop-nav .gc_nav-search:not(.active) .gc_nav-search__form,
  body[data-page="area"] .location-desktop-nav .gc_nav-search:not(.active) .gc_nav-search__close {
    display: none;
  }

  body[data-page="area"] .location-content {
    margin: 110px 0 77px;
  }

  body[data-page="area"] .location-title {
    color: #4b4b4b;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.25;
    margin: 0 0 67px;
  }

  body[data-page="area"] .location-country-panel {
    box-sizing: border-box;
    margin-bottom: 72px;
    margin-left: calc(50% - 50vw);
    min-height: 282px;
    padding: 50px max(25px, calc((100vw - 1070px) / 2));
    width: 100vw;
  }

  body[data-page="area"] .location-country-panel-title {
    color: #4b4b4b;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 40px;
  }

  body[data-page="area"] .location-country-panel-title::before {
    height: 30px;
  }

  body[data-page="area"] .location-country-links {
    gap: 12px;
    grid-template-columns: repeat(5, minmax(0, 180px));
  }

  body[data-page="area"] .location-country-links a {
    background-position: right 12px center;
    font-size: 16px;
    letter-spacing: .32px;
    min-height: 50px;
    padding: 7px 28px 7px 12px;
  }

  body[data-page="area"] .location-article-list {
    column-gap: 51px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 50px;
  }

  body[data-page="area"] .location-article-link {
    flex-direction: column;
    gap: 16px;
  }

  body.site_globalcompass[data-page="area"] img.location-article-image {
    flex: none;
    height: 183px;
    width: 100%;
  }

  body[data-page="area"] .location-article-body {
    gap: 16px;
  }

  body[data-page="area"] .location-article-meta {
    height: 26px;
    margin: 0;
  }

  body[data-page="area"] .location-article-category {
    align-items: center;
    display: flex;
    font-size: 13px;
    height: 26px;
    line-height: 1;
    padding: 0 13px;
  }

  body[data-page="area"] .location-article-date {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
  }

  body[data-page="area"] .location-article-title {
    color: #3c3c3c;
    display: -webkit-box;
    font-size: 20px;
    font-weight: 700;
    height: 75px;
    line-height: 1.25;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body[data-page="area"] .location-list-toggle {
    border: 1px solid #c1c1c1;
    border-radius: 0;
    color: #4b4b4b;
    font-size: 13px;
    font-weight: 700;
    height: 60px;
    margin-top: 34px;
    min-height: 60px;
    width: 288px;
  }

  body[data-page="area"] .location-list-toggle:hover {
    background: #fff;
    color: #4b4b4b;
  }

  body[data-page="area"] .location-areas {
    box-sizing: border-box;
    padding: var(--gc-section-padding-pc) 0;
  }

  body[data-page="area"] .location-areas-intro {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 20px;
    margin-bottom: 39px;
  }

  body[data-page="area"] .location-area-accordion {
    align-items: start;
    column-gap: 20px;
    grid-template-columns: repeat(2, 335px);
    max-width: 690px;
    row-gap: 20px;
  }

  body[data-page="area"] .location-area-toggle {
    font-size: 18px;
    letter-spacing: .36px;
    min-height: 60px;
    padding: 0 45px;
  }

  body[data-page="area"] .location-area-toggle::before {
    left: 12px;
  }

  body[data-page="area"] .location-area-toggle-icon {
    right: 12px;
  }

  body[data-page="area"] .location-area-country-links li {
    background: #fff;
  }

  body[data-page="area"] .location-area-country-links a {
    background-position: right 27px center;
    color: #000;
    font-size: 16px;
    letter-spacing: .32px;
    min-height: 51px;
    padding: 8px 42px 8px 19px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.site_globalcompass[data-page="country"] img.location-article-image {
    aspect-ratio: 323 / 183;
    height: auto;
  }

  body[data-page="area"] .location-country-links {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.site_globalcompass[data-page="area"] img.location-article-image {
    aspect-ratio: 323 / 183;
    height: auto;
  }
}

@media (max-width: 767px) {
  :target {
    scroll-margin-top: 65px;
  }

  .location-desktop-nav {
    display: none !important;
  }

  .location-page .breadcrumbs_list {
    margin: 18px 0 0;
  }

  .location-page .breadcrumbs_list-item {
    color: #4b4b4b;
    font-size: 12px;
    line-height: normal;
  }

  .location-page .breadcrumbs_list-item::after {
    content: '＞';
    margin: 0;
    position: static;
  }

  .location-page .breadcrumbs_list-item:last-child::after {
    content: '';
  }

  .location-page .breadcrumbs_list-alink,
  .location-page .breadcrumbs_list-item em {
    color: inherit;
  }

  .location-page .breadcrumbs_list-alink {
    padding-right: 0;
  }


  .location-page .floatmenu {
    display: none !important;
  }

  .location-content {
    margin: 32px 0 48px;
  }

  .location-content > .gc_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .location-title {
    color: #4b4b4b;
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 25px;
  }

  .location-country-panel {
    margin-bottom: 23px;
    margin-left: -20px;
    margin-right: -20px;
    min-height: 0;
    padding: 24px 20px;
  }

  .location-country-panel-title {
    color: #4b4b4b;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 13px;
  }

  .location-section-title {
    color: #4b4b4b;
    font-size: 21px;
    margin-bottom: 16px;
  }

  .location-country-links {
    gap: 11px;
    grid-template-columns: repeat(2, minmax(0, 162px));
    justify-content: center;
  }

  .location-country-links a {
    font-size: 13px;
    font-weight: 400;
    min-height: 36px;
  }

  .location-article-section + .location-article-section {
    margin-top: 48px;
  }

  .location-article-list {
    display: block;
  }

  .location-article-list-item {
    margin-top: 18px;
  }

  .location-article-list-item + .location-article-list-item {
    border-top: 1px solid #d7e9ed;
    padding-top: 18px;
  }

  .location-article-list-item:first-child {
    margin-top: 0;
  }

  .location-article-link {
    gap: 10px;
  }

  .location-article-category {
    line-height: normal;
    padding: 5px 12px;
  }

  .location-article-date {
    font-family: 'Noto Sans JP', "メイリオ", sans-serif;
  }

  .site_globalcompass img.location-article-image {
    flex-basis: 150px;
    height: 85px;
    width: 150px;
  }

  .location-article-title {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }

  .location-list-message {
    font-size: 14px;
  }

  .location-list-toggle {
    border: 1px solid #c1c1c1;
    border-radius: 0;
    color: #4b4b4b;
    margin-top: 19px;
    height: 65px;
    max-width: none;
    min-height: 65px;
    width: 237px;
  }

  .location-list-toggle:hover {
    background: #fff;
    color: #4b4b4b;
  }

  .location-areas {
    box-shadow: inset 0 1px #d7e9ed, inset 0 -1px #d7e9ed;
    padding: var(--gc-section-padding-sp) 0;
  }

  .location-areas .gc_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .location-areas .location-section-title {
    background-image: url("../images/common/location-area-heading-line.svg");
    background-position: center 29.28px;
    background-repeat: no-repeat;
    background-size: 135.299px 18.0107px;
    color: #000;
    font-size: 35px;
    gap: 29px;
    letter-spacing: .525px;
    line-height: normal;
    margin-bottom: 12px;
    text-decoration: none;
  }

  .location-areas-intro {
    font-size: 12px;
    letter-spacing: .6px;
    line-height: 1.25;
    margin-bottom: 24px;
  }

  .location-area-accordion {
    max-width: 335px;
  }

  .location-area-accordion-item {
    border: 1px solid #c1c1c1;
    box-shadow: none;
  }

  .location-area-toggle {
    font-size: 15px;
    font-weight: 500;
    min-height: 44px;
  }

  .location-area-country-links {
    padding: 0;
  }

  .location-area-country-links a {
    font-size: 14px;
    min-height: 44px;
  }

  .location-area-country-links li:nth-child(odd),
  .location-area-country-links li:nth-child(even) {
    background: #fff;
  }
}
