.office-wrap{
  padding: 0 0 7em;
}
.office-wrap .en{
  text-align: left;
}
.office-wrap .en span{
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .08em;
  background: #36b;
  padding: 3px 10px;
  border-radius: 500px;
}
.office-ttl{
  text-align: left;
  padding: 0 0 1em;
  font-size: max(2vw, 1em);
  letter-spacing: .05em;
}
.office-ttl span{
  border: 1px solid #3366bb;
  border-radius: 2px;
  font-size: .7em;
  padding: .3em .4em;
  margin-right: .6em;
  color: #3366bb;
}
.office-items .office-img img{
  border-radius: 8px;
}
.office-items{
  margin: 0 0 4em;
}
.office-add table{
  width: 100%;
}
.office-add table th,.office-add table td{
  text-align: left;
  font-size: .9em;
}
.office-add table th{
  width: 30%;
  padding: 1.5em 0;
  border-bottom: 1px solid #dfdfdf;
  vertical-align: top;
  font-weight: 600;
}
.office-add table td{
  width: 65%;
  padding: 1.5em 0;
  border-bottom: 1px solid #dfdfdf;
}
.office-add table tr:first-of-type th, .office-add table tr:first-of-type td{
  padding-top: 0;
}
.map{
  overflow: hidden;
  width: 100%;
  height: 500px;
}
.map iframe{
  border: 0;
}

@media only screen and (min-width: 768px){
.office-items{
  display: flex;
  justify-content: space-between;
}
.office-items .office-img{
  width: 35%;
}
.office-items .office-add{
  width: 60%;
  }
}

@media only screen and (max-width: 768px){
.office-wrap{
  padding: 0 0 3em;
}
.office-add{
  padding: 1em 0 0;
  margin-bottom: -1em;
}
.office-add table th,.office-add table td{
  padding: 10px 0;
  font-size: 13px;
}

}