  .gn-Anchor {
  margin-bottom: 60px;
}
.gn-Anchor ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  background: #f5f5f5;
  padding: 28px;
}
.gn-Anchor li {
  position: relative;
  margin: 8px 20px;
}
.gn-Anchor li a {
  display: inline-block;
  position: relative;
  padding-right: 28px;
}
.gn-Anchor li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 0;
  width: 15px;
  height: 7px;
  background: url("/network/images/icons/arrow_nav_anchorlink.svg") 50% 100% no-repeat;
}
.gn-Anchor li a.isCurrent {
  color: #999;
  pointer-events: none;
}
.gn-Anchor li a.isCurrent::after {
  background: url("/network/images/icons/arrow_nav_anchorlink_light_gray.svg") 50% 100% no-repeat;
}
.gn-Anchor span {
  font-size: 1.8rem;
  line-height: 1.6;
  text-decoration: underline;
}
@media screen and (max-width: 959px) {
  .gn-Anchor.-area {
    display: none;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .gn-Anchor li {
    margin: 6px 20px;
  }
}
@media screen and (max-width: 559px) {
  .gn-Anchor {
    margin-bottom: 40px;
  }
  .gn-Anchor ul {
    display: block;
    padding: 30px 60px;
  }
  .gn-Anchor li {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
  }
  .gn-Anchor li a {
    vertical-align: middle;
    padding-right: 0;
  }
  .gn-Anchor li a::after {
    position: static;
    vertical-align: middle;
    margin-left: 14px;
  }
  .gn-Anchor li a span {
    vertical-align: middle;
  }
}
.gn-Anchor.-small {
  margin-top: 40px;
}
.gn-Anchor.-small ul {
  padding-top: 8px;
  padding-bottom: 8px;
}
.-pageJp .gn-Anchor {
  margin-bottom: 50px;
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .-pageJp .gn-Anchor {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 559px) {
  .-pageJp .gn-Anchor {
    margin-bottom: 40px;
  }
}
.gn-Button {
  width: 240px;
  margin: 0 auto;
  border: 1px solid #008486;
  background-color: #008486;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.gn-Button a {
  display: block;
  width: 100%;
  padding: 13px 40px 13px;
  text-decoration: none;
}
.gn-Button__text {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
  vertical-align: middle;
}
.gn-Button__text::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 7px;
  border-color: transparent transparent transparent #fff;
}
.gn-Button:hover {
  border: 1px solid #00a8a9;
  background-color: #00a8a9;
}
@media screen and (max-width: 959px) {
  .gn-Button {
    width: 100%;
  }
}
.-pageGs .gn-Button__text {
  font-size: 1.6rem;
  line-height: 1.5;
}
.gn-Content {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 559px) {
  .gn-Content {
    padding: 0 30px;
  }
}
.gn-InformationList__item {
  display: table;
  width: 100%;
  border-top: 1px solid #707070;
  padding: 25px 0;
}
.gn-InformationList__item:first-child {
  border-top: none;
  padding-top: 0;
}
.gn-InformationList__item:last-child {
  border-bottom: 1px solid #707070;
}
.gn-InformationList__heading,
.gn-InformationList__description {
  display: table-cell;
}
.gn-InformationList__heading {
  width: 450px;
  padding-right: 80px;
}
.gn-InformationList__heading .ListLink {
  margin-top: 10px;
}
.gn-InformationList__name,
.gn-InformationList__business {
  display: block;
}
.gn-InformationList__name {
  color: #008486;
  font-size: 22px;
  line-height: 1.136363636363636;
  font-weight: bold;
}
.gn-InformationList__business {
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.428571428571429;
  font-weight: 600;
}
.gn-InformationList__description ul li {
  list-style-type: none;
  font-size: 1.8rem;
  line-height: 1.444444444444444;
  margin-top: 5px;
}
.gn-InformationList__description ul li:first-child {
  margin-top: 0;
}
.gn-InformationList__label {
  display: inline-block;
  margin-right: 10px;
}
.gn-InformationList .ListLink {
  margin-top: 5px;
}
.gn-InformationList .ListLink li:not(:first-child) {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .gn-InformationList__heading {
    width: 270px;
    padding-right: 65px;
  }
  .gn-InformationList__business {
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
@media screen and (max-width: 559px) {
  .gn-InformationList__item,
  .gn-InformationList__heading,
  .gn-InformationList__description {
    display: block;
  }
  .gn-InformationList__itemInner {
    position: relative;
    display: grid;
    grid-template-areas:
        "Information_name"
        "Information_business"
        "Information_description"
        "Information_listLink";
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }
  .gn-InformationList__itemInner.hasWebsite {
    padding-bottom: 35px;
  }
  .gn-InformationList__itemInner.hasForm {
    padding-bottom: 60px;
  }
  .gn-InformationList__heading {
    display: contents;
  }
  .gn-InformationList__heading .ListLink {
    grid-area: Information_listLink;
  }
  .gn-InformationList__business {
    font-size: 1.6rem;
    line-height: 1.375;
    margin-top: 14px;
    grid-area: Information_business;
  }
  .gn-InformationList__description {
    margin-top: 7px;
    grid-area: Information_description;
  }
}
.HeadingLevel2 + .gn-InformationList {
  margin-top: 70px;
}
.HeadingLevel3 + .gn-InformationList {
  margin-top: 40px;
}
@media screen and (max-width: 559px) {
  .HeadingLevel2 + .gn-InformationList {
    margin-top: 30px;
  }
  .HeadingLevel3 + .gn-InformationList {
    margin-top: 30px;
  }
}
.-pageJp .gn-InformationList__heading .ListLink li .Link::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.-pageJp .gn-InformationList__heading .ListLink li .Link__text {
  font-size: 1.6rem;
  line-height: 1.875;
}
.-pageGs .gn-InformationList__business {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: bold;
}
@media screen and (max-width: 559px) {
  .-pageGs .gn-InformationList__name {
    font-size: 2.2rem;
    line-height: 1.136363636363636;
    grid-area: Information_name;
  }
}
.gn-Map {
  overflow: hidden;
}
.gn-Map__inner {
  position: relative;
  background: url("/network/images/map_01.png") 0 0 no-repeat;
  background-size: 100%;
  padding-bottom: 49.333333333333336%;
  margin: 20px 0 30px;
}
.gn-Map__buttonList {
  list-style: none;
}
@media print, screen and (min-width: 560px) {
  .gn-Map__buttonList li {
    position: absolute;
  }
  .gn-Map__buttonList li:nth-child(1) {
    left: 6.066666666666666%;
    top: 30.405405405405407%;
  }
  .gn-Map__buttonList li:nth-child(2) {
    left: 16.8%;
    top: 68.78378378378378%;
  }
  .gn-Map__buttonList li:nth-child(3) {
    right: 17%;
    top: 35.5%;
  }
  .gn-Map__buttonList li:nth-child(4) {
    right: 14.6%;
    bottom: 19.594594594594593%;
  }
  .gn-Map__buttonList li:nth-child(5) {
    left: 43.53333333333333%;
    top: 22.2972972972973%;
  }
  .gn-Map__buttonList li:nth-child(6) {
    left: 38.4%;
    top: 48.64864864864865%;
  }
}
@media screen and (max-width: 959px) {
  .gn-Map__buttonList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .gn-Map__buttonList li {
    position: static;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .gn-Map__inner {
    min-height: 287px;
  }
  .gn-Map__buttonList {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 40px;
    margin: 0 -12px;
  }
  .gn-Map__buttonList li {
    width: 50%;
    margin-top: 12px;
    padding: 0 12px;
  }
  .gn-Map__buttonList li:nth-child(-n+2) {
    margin-top: 0;
  }
  .gn-Map__buttonList li a {
    padding: 18px 40px;
  }
}
@media screen and (max-width: 559px) {
  .gn-Map__inner {
    margin: 40px 0 0;
    background: none;
    padding-bottom: 0;
  }
  .gn-Map__buttonList li {
    width: 100%;
    margin-top: 10px;
  }
  .gn-Map__buttonList li:first-child {
    margin-top: 0;
  }
}
.gn-Section {
  margin-top: 70px;
}
.gn-Section:first-child {
  margin-top: 0;
}
.gn-SectionWrap {
  margin-top: 40px;
}
@media screen and (max-width: 559px) {
  .gn-Section {
    margin-top: 60px;
  }
}
.gn-Tab {
  margin-top: 60px;
}
.gn-Tab__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  border-bottom: 2px solid #dedede;
}
.gn-Tab__menu li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  min-height: 100px;
}
.gn-Tab__menu li.isCurrent a {
  border-bottom: 4px solid #008486;
  color: #008486;
  pointer-events: none;
}
.gn-Tab__menu li.isCurrent a span {
  font-weight: 700;
}
.gn-Tab__menu li.isCurrent a span::after {
  background: url("/network/images/icons/arrow_nav_anchorlink.svg") 50% 100% no-repeat;
}
.gn-Tab__menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 35px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #333;
  border-bottom: 4px solid transparent;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.gn-Tab__menu li a:hover {
  opacity: 0.8;
}
.gn-Tab__menu li span {
  position: relative;
  display: inline-block;
  line-height: 1.7;
  vertical-align: middle;
  padding-right: 28px;
  text-align: left;
}
.gn-Tab__menu li span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 6.6px;
  background: url("/network/images/icons/arrow_nav_anchorlink_dark_gray.svg") 50% 100% no-repeat;
}
.gn-Tab__contents {
  display: none;
}
.gn-Tab__contents.isCurrent {
  display: block;
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .gn-Tab__menu li a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 559px) {
  .gn-Tab {
    margin-top: 40px;
  }
  .gn-Tab__menu li a {
    padding: 20px 8px;
  }
}
.-pageJp .gn-Tab__menu li span {
  font-size: 1.8rem;
  line-height: 1.666666666666667;
  font-weight: 500;
}
@media screen and (max-width: 559px) {
  .-pageJp .gn-Tab__menu li span {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.-pageGs .gn-Tab__menu li span {
  font-size: 2.2rem;
  line-height: 1.136363636363636;
}
@media screen and (max-width: 559px) {
  .-pageGs .gn-Tab__menu li span {
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.HeadingLevel1 ~ .Text {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .HeadingLevel1 ~ .Text {
    margin-top: 40px;
  }
}
@media screen and (max-width: 559px) {
  .HeadingLevel1 ~ .Text {
    margin-top: 40px;
  }
}
.gn-Tab__contents.-office {
  display: block;
}
.gn-Tab__contents.-office .gn-InformationList__name {
  color: #333;
}
.-pageGs .gn-InformationList__business {
  font-weight: normal;
}
.gn-Tab__menu li.isCurrent a span {
  font-weight: normal;
}
@media print, screen and (min-width: 560px) {
  .network .SiteContent {
    margin-top: 70px;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .network .SiteContent {
    margin-top: 60px;
  }
}
@media screen and (max-width: 559px) {
  .network .SiteContent {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 560px) {
  .gn-Select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 54px;
  }
}
@media screen and (max-width: 559px) {
  .gn-Select {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 560px) {
  .gn-Select__business,
  .gn-Select__country {
    width: calc(50% - 12px);
  }
}
.gn-Select__country .gn-Select__button {
  margin-bottom: 48px;
}
.gn-Select__country .gn-Select__arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -37px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 12px;
  background: url("/network/images/icons/arrow_country.svg") 50% 100% no-repeat;
  margin: 0 auto;
}
@media screen and (max-width: 559px) {
  .gn-Select__country {
    margin-top: 20px;
  }
}
.gn-Select__name {
  font-size: 2.4rem;
  margin-bottom: 14px;
}
.gn-Select__button {
  position: relative;
}
.gn-Select__button select {
  display: block;
  border: 1px solid #008486;
  font-size: 1.8rem;
  color: #008486;
  border-radius: 0;
  width: 100%;
  line-height: 1;
  padding: 24px 60px;
}
.gn-Select__button select:disabled {
  border: 1px solid #666;
  color: #666;
}
@media print, screen and (min-width: 560px) {
  .gn-Select__button select {
    padding: 24px 60px;
  }
}
@media screen and (max-width: 559px) {
  .gn-Select__button select {
    padding: 24px 110px 24px 60px;
  }
}
.gn-Select__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 12px;
  background: url("/network/images/icons/arrow_select.svg") 50% 100% no-repeat;
}
.gn-Select__button.js-active::after {
  background: url("/network/images/icons/arrow_select_dark_gray.svg") 50% 100% no-repeat;
}
.gn-SalesInformationList {
  border-bottom: solid 1px #707070;
}
@media print, screen and (min-width: 560px) {
  .gn-SalesInformationList {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 559px) {
  .gn-SalesInformationList {
    padding: 50px 0;
  }
}
@media screen and (max-width: 559px) {
  .gn-SalesInformationList:first-child {
    padding: 30px 0 50px;
  }
}
@media print, screen and (min-width: 560px) {
  .gn-SalesInformationList ul {
    width: 100%;
  }
}
.gn-SalesInformationList ul li {
  list-style-type: none;
  font-size: 1.8rem;
  margin: 2px 0;
  overflow-wrap: break-word;
}
@media print, screen and (min-width: 560px) {
  .gn-SalesInformationList__detail {
    width: calc(100% - 320px);
  }
}
.gn-SalesInformationList__country {
  color: #008486;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
}
@media print, screen and (min-width: 560px) {
  .gn-SalesInformationList__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 560px) {
  .gn-SalesInformationList__heading {
    width: 300px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 959px) {
  .gn-SalesInformationList__heading {
    width: 205px;
  }
}
@media print, screen and (min-width: 560px) {
  .gn-SalesInformationList__description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
}
@media screen and (max-width: 959px) {
  .gn-SalesInformationList__description {
    display: block;
  }
}
.gn-SalesInformationList__description:first-child {
  margin-top: 0;
}
.gn-SalesInformationList__business {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
}
@media print, screen and (min-width: 560px) {
  .gn-SalesInformationList__business {
    width: 300px;
    min-width: 200px;
    padding-right: 20px;
    overflow-wrap: break-word;
  }
}
@media screen and (max-width: 559px) {
  .gn-SalesInformationList__business {
    margin-top: 35px;
  }
}
.gn-SalesInformationList__name {
  font-size: 2.2rem !important;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .gn-SalesInformationList__name {
    margin-top: 14px !important;
  }
}
@media screen and (max-width: 559px) {
  .gn-SalesInformationList__name {
    margin-top: 14px;
  }
}
.gn-SalesInformationList__label {
  display: inline-block;
  margin-right: 10px;
}
.gn-SalesInformationList__mail dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gn-SalesInformationList__mail dl dt {
  width: 7rem;
}
