@charset "utf-8";

/*-----------------------------------------------
  corp_global
-----------------------------------------------*/
html {
  --top-spacing: 100px;
  scroll-padding-top: var(--top-spacing);
}
.global {
  margin-bottom: 4rem;
}
.cmn-hero-01 {
  margin-bottom: 2rem;
  background: url(../img/corp/img_global_01.jpg) center center / cover no-repeat;
}
.cmn-hero-01 > h2 {
  margin-bottom: 0;
  line-height: 1.4;
}
.global ul {
  margin: 0 0 5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
.global ul > li{
  margin: 8px 20px;
  white-space: nowrap;
}
.global ul > li > a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(80%) translateY(-50%) rotate(135deg);
}
.global .cmn-table-01{
  margin-bottom: 5rem;
}
.global .cmn-table-01 dd{
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .global {
    margin-bottom: 8.5rem;
  }
  .cmn-hero-01 {
    margin-bottom: 6rem;
  }
  .global ul {
    margin: 0 0 6rem;
  }
}

.global dd p {
  margin-bottom: 0;
}
