.br1023 {
  display: none;
}

@media (max-width: 1279px) {
  .br1023 {
    display: block;
  }
}
html {
  font-size: 10px;
}

.main-color {
  color: #353f86;
}

.inner-box {
  box-sizing: border-box;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 10px;
}

.title-txt {
  max-width: 1300px;
  padding: 13.5rem 2rem 12rem;
  text-align: center;
  margin: 0 auto;
}

.title-txt > span {
  letter-spacing: 0.325em;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  color: #353f86;
}

.title-txt h2 {
  letter-spacing: -0.075em;
  font-size: 5rem;
  line-height: 1.2;
  padding: 4rem 0 0;
}

.title-txt p {
  font-weight: 400;
  padding: 1.3rem 0 0;
  font-size: 2.2rem;
  letter-spacing: -0.075em;
}

#section01 {
  margin-top:13.5rem;
}
#section01 .inner-box #map {
  width: 100%;
  border: 1px solid #353f86;
  box-sizing: border-box;
  height: 63.9rem;
}
#section01 .inner-box #map iframe {
  width: 100%;
  height: 100%;
}
#section01 .inner-box .txt {
  padding: 0 20px;
  margin-top: 6.2rem;
  margin-bottom: 16rem;
  display: flex;
  justify-content: space-between;
}
#section01 .inner-box .txt .left {
  padding-top: 0.8rem;
}
#section01 .inner-box .txt .left h3 > span {
  font-size: 2.2rem;
  font-weight: 200;
  letter-spacing: -0.075em;
  display: block;
}
#section01 .inner-box .txt .left h3 > b {
  font-size: 3rem;
  letter-spacing: -0.05em;
}
#section01 .inner-box .txt .left .parking {
  margin-top: 3.5rem;
  display: flex;
}
#section01 .inner-box .txt .left .parking .num {
  display: flex;
  width: 4.6rem;
  height: 4.6rem;
  background-color: #353f86;
  font-weight: 900;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: -0.075em;
  justify-content: center;
  align-items: center;
}
#section01 .inner-box .txt .left .parking .desc {
  letter-spacing: -0.075em;
  background-color: #eef0ff;
  display: flex;
  align-items: center;
  height: 4.6rem;
  width: 44.6rem;
  padding-left: 2rem;
  color: #353f86;
  font-size: 2.2rem;
}
#section01 .inner-box .txt .left .parking .desc > b {
  font-weight: 500;
}
#section01 .inner-box .txt .right {
  display: flex;
  gap: 1.1rem;
}
#section01 .inner-box .txt .right > a > img {
  width: 21.6rem;
}

@media (max-width: 1279px) {
	#section01 {margin-top:9rem;}
	#section01 .inner-box .txt {margin-bottom:10rem;}
  #section01 .inner-box #map {
    height: 45rem;
  }
  #section01 .inner-box .txt {
    padding: 0 10px;
    flex-direction: column;
    gap: 25px;
  }
  #section01 .inner-box .txt .left h3 {
    text-align:center;
  }
  #section01 .inner-box .txt .left h3 > b {
    font-size:2.2rem;
  }
  #section01 .inner-box .txt .left h3 > span {
    font-size:1.8rem;
  }
  #section01 .inner-box .txt .left .parking {
    justify-content:center;
  }
    #section01 .inner-box .txt .left .parking .desc {
      width:auto;
    font-size:1.4rem;
  }
  #section01 .inner-box .txt .left .parking .desc:last-child {
    padding-right:2rem;
  }
  #section01 .inner-box .txt .right img {
    width:100% !important;
  }
}