.global-map{
  padding: 2rem 8% 0;
}
.global-mal-wrap{
  width: 100%;
  height: calc(906rem / 40);
}
.global-column{
  padding: 0 8%;
}
.global-column-list{
  display: flex;
  justify-content: space-between;
}
.global-column-item{
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-basis: 25%;
}
.global-column-item-value{
  position: relative;
  font-size: calc(80rem / 40);
  font-family: D-DIN-PRO-Medium, D-DIN-PRO;
  font-weight: 500;
  color: #C0191F;
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.global-column-item-right{
  display: flex;
  flex-direction: column;
  position: relative;
}
.global-column-sub{
  position: absolute;
  font-size: 0.45rem;
  font-weight: 400;
  color: #C0191F;
  line-height: 1;
  bottom: 0.3rem;
  left: 0.1rem;
}
.global-column-sup {
  top: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #C0191F;
  line-height: 1;
}

.global-column-item-title{
  font-size: 0.45rem;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 0.6rem;
  margin-top: 0.7rem;
  text-align: center;
}
.global-pic{
  padding: 2rem 8% 2rem;
}
.global-pic-list{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.global-pic-item{
  width: 48%;
  overflow: hidden;
}
.global-pic-box{
  width: 100%;
  overflow: hidden;
  border-radius: 0.4rem 0.4rem 0 0;
}
.global-pic-item:hover .global-pic-image {
  transform: scale(1.1);
}
.global-pic-image{
  width: 100%;
  transition: 0.3s all;
}
.global-pic-footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 0.8rem 0.4rem 0.2rem;
  border: 1px solid #DADADA;
  border-top: none;
  border-radius: 0 0 0.4rem 0.4rem;
}
.global-pic-small-image{
  width: 48%;
}

@media screen and (max-width: 1000px) {
  .global-m-title, .global-m-desc{
    margin-left: 5%;
    margin-right: 5%;
  }
  .global-map{
    padding: 1rem 0;
  }
  .global-mal-wrap {
    height: calc(500rem / 40);
  }
  .global-column{
    padding: 0 5%;
  }
  .global-column-list{
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .global-column-item{
    flex-basis: calc(100% / 3);
  }
  .global-column-item:nth-child(n+4) {
    margin-top: 1rem;
  }
  .global-pic-list{
    flex-direction: column;
  }
  .global-pic-item{
    width: 100%;
  }
  .global-pic-item:not(:first-child) {
    margin-top: 1rem;
  }

}

@media screen and (max-width: 500px) {
  .global-mal-wrap {
    height: calc(400rem / 40);
  }
  .global-column-item-title {
    font-size: 0.43rem;
  }
}

@media screen and (max-width: 1000px) {
  .about-column-sub {
    bottom: 0;
  }
}


