.office-wrap{
  padding: 0 0 7em;
}
.office-wrap .en{
  text-align: left;
}
.office-wrap .en span{
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: .08em;
  background: #36b;
  padding: 6px 10px;
  border-radius: 500px;
}
.office-top-ttl{
  text-align: left;
  font-size: max(2.2vw, 1.2em);
  border-bottom: 1px solid #36b;
  border-top: 1px solid #36b;
  color: #36b;
  margin: 0 0 1em;
  padding: .5em 0;
}
.office-ttl{
  text-align: left;
  padding: .2em 0 1em;
  font-size: max(1.8vw, 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 .no-image{
  border: 1px solid #e7e8ee;
}
.office-items .office-img img{
  border-radius: 8px;
}
.office-items{
  margin: 0 0 2em;
}
.office-add table{
  width: 100%;
}
.office-add table th,.office-add table td{
  text-align: left;
  font-size: .9em;
}
.office-add table th{
  width: 20%;
  padding: 1.5em 0;
  border-bottom: 1px dashed #bcbdc2;
  vertical-align: middle;
  font-weight: 600;
  color: #36b;
}
.office-add table td{
  width: 80%;
  padding: 1.5em 0;
  border-bottom: 1px dashed #bcbdc2;
}
.office-add table tr:first-of-type th, .office-add table tr:first-of-type td{
  border-top: 1px dashed #bcbdc2;
}
.map{
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.map iframe{
  border: 0;
}
.anchor-btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -40px 0 0;
  padding: 0 0 3em;
}
.anchor-btn__item{
  list-style-type: none;
  width: 32%;
}
.anchor-btn__item a{
  border: 1px solid #36b;
  display: block;
  text-align: center;
  color: #36b;
  width: 100%;
  padding: 10px 0;
  position: relative;
  font-size: .8em;
}
.dli-arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #36b;
  line-height: 1;
  position: absolute;
  width: 0.1em;
  height: 1em;
  background: #36b;
  right: 16px;
  top: 40%;
}
.dli-arrow-down::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid #36b;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
}
@media (max-width: 767px){
  .dli-arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #36b;
  line-height: 1;
  position: absolute;
  width: 0.1em;
  height: .5em;
  background: #36b;
  right: 8px;
  top: 38%;
  }
.dli-arrow-down::before {
  content: '';
  width: 0.35em;
  height: 0.35em;
  border: 0.01em solid #36b;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
  }
}
.anchor-btn__item a:hover{
  border: 1px solid #003399;
  text-decoration: none;
}
.anchor-btn__item p{
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.4;
}
.anchor-btn__item span{
  display: block;
  line-height: 1.4;
  font-size: .8em;
  font-weight: 500;
}

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

@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: 6px 0;
  font-size: 13px;
}
.anchor-btn{
  flex-wrap: wrap;
  justify-content: center;
  margin: -40px -5px 0px;
}
.anchor-btn__item{
  width: calc(50% - 10px)!important;
  margin: 10px 5px 5px;
}
.anchor-btn__item p{
  font-size: 11px;
}
.office-wrap .en span {
  font-size: 8px;
  }
}