.under_mv {
  padding-right: 30rem;
  padding-left: 30rem;
  padding-bottom: 60rem;
  max-width: 1293rem;
  margin-left: auto;
  margin-right: auto;
}
.under_mv .flex_wrap {
  display: flex;
  justify-content: space-between;
  gap: 30rem;
  max-width: 1293rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 110rem;
}
.under_mv .flex_wrap .text_wrap {
  width: calc(100% - 416rem);
  min-width: 640rem;
  max-width: 723rem;
}
.under_mv .flex_wrap .text_wrap .name {
  text-align: right;
  margin-top: 35rem;
  line-height: 2;
}
.under_mv .flex_wrap .img_wrap {
  max-width: 416rem;
}
.under_mv .flex_wrap .img_wrap img {
  height: 519rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.office {
  background-color: #F3F3F3;
  padding-top: 70rem;
}
.office .office_wrap {
  margin-top: 75rem;
  padding-bottom: 120rem;
}
.office .office_wrap dl .dl_wrap {
  display: flex;
  justify-content: space-between;
}
.office .office_wrap dl .dl_wrap dt,
.office .office_wrap dl .dl_wrap dd {
  padding-bottom: 20rem;
  padding-top: 20rem;
  border-bottom: 1px dotted #707070;
  font-size: 15rem;
}
.office .office_wrap dl .dl_wrap dt {
  width: 220rem;
}
.office .office_wrap dl .dl_wrap dd {
  width: 688rem;
}
.office .office_wrap dl .dl_wrap dd ul li + li {
  margin-top: 5rem;
}
.office .office_wrap dl .dl_wrap dd.flex_wrap {
  display: flex;
  gap: 20rem;
}
.office .office_wrap dl .dl_wrap dd.flex_wrap .pic_area {
  display: flex;
  gap: 5rem;
}
.office .office_wrap dl .dl_wrap dd.flex_wrap .pic_area .adviser {
  width: 86rem;
}
.office .office_wrap dl .dl_wrap dd.flex_wrap .pic_area .member {
  width: 80rem;
  padding-top: 4rem;
}
.office .office_wrap dl .dl_wrap dd.flex_wrap .pic_area .partner {
  width: 145rem;
  padding-top: 8rem;
}
.office .office_wrap dl .dl_wrap.last dt,
.office .office_wrap dl .dl_wrap.last dd {
  border-bottom: 0;
  padding-bottom: 0;
}
.office .office_img {
  display: flex;
}
.office .office_img .img_wrap {
  width: 547rem;
}

.access {
  margin-top: 120rem;
  padding-bottom: 120rem;
}
.access .access_text {
  margin-top: 40rem;
  font-size: 15rem;
  text-align: center;
}
.access .map_wrap {
  margin-top: 35rem;
  text-align: center;
}
.access .map_wrap iframe {
  width: 1000rem;
  height: 430rem;
}
.access .btn_more {
  margin-top: 7rem;
}
.access .btn_more a {
  width: 200rem;
  height: 34rem;
  font-size: 15rem;
  justify-content: left;
  padding-left: 25rem;
  margin-left: auto;
  margin-right: 0;
}
.access .btn_more a::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 11rem;
  width: 19rem;
  height: 8rem;
  background: url(../../img/ico_arrow_map01.svg) no-repeat center top/contain;
  transition: 0.5s;
}
.access .btn_more a:hover::before {
  background: url(../../img/ico_arrow_map02.svg) no-repeat center top/contain;
}

@media screen and (max-width: 680px) {
  .under_mv {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 50rem;
    max-width: 100%;
  }
  .under_mv .under_tit {
    padding-right: 25rem;
    padding-left: 25rem;
  }
  .under_mv .flex_wrap {
    display: block;
    max-width: 100%;
    margin-top: 30rem;
  }
  .under_mv .flex_wrap .text_wrap {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    padding-right: 25rem;
    padding-left: 25rem;
  }
  .under_mv .flex_wrap .text_wrap .name {
    text-align: right;
    margin-top: 35rem;
    line-height: 1.8;
  }
  .under_mv .flex_wrap .img_wrap {
    max-width: 100%;
    width: 245rem;
    margin-left: auto;
    margin-right: 0;
    margin-top: 30rem;
  }
  .under_mv .flex_wrap .img_wrap img {
    height: auto;
  }
  .office {
    padding-top: 55rem;
  }
  .office .office_wrap {
    margin-top: 10rem;
    padding-bottom: 60rem;
  }
  .office .office_wrap dl .dl_wrap dt,
  .office .office_wrap dl .dl_wrap dd {
    padding-bottom: 15rem;
    padding-top: 15rem;
    font-size: 13rem;
    letter-spacing: 0;
  }
  .office .office_wrap dl .dl_wrap dt {
    width: 92rem;
  }
  .office .office_wrap dl .dl_wrap dd {
    width: 228rem;
  }
  .office .office_wrap dl .dl_wrap dd ul li + li {
    margin-top: 2rem;
  }
  .office .office_wrap dl .dl_wrap dd.flex_wrap {
    display: block;
  }
  .office .office_wrap dl .dl_wrap dd.flex_wrap .pic_area {
    margin-top: 10rem;
    gap: 5rem;
  }
  .office .office_wrap dl .dl_wrap dd.flex_wrap .pic_area .adviser {
    width: 43rem;
  }
  .office .office_wrap dl .dl_wrap dd.flex_wrap .pic_area .member {
    width: 40rem;
    padding-top: 2rem;
  }
  .office .office_wrap dl .dl_wrap dd.flex_wrap .pic_area .partner {
    width: 72rem;
    padding-top: 4rem;
  }
  .office .office_img .img_wrap {
    width: 100%;
  }
  .access {
    margin-top: 65rem;
    padding-bottom: 65rem;
    width: 100%;
  }
  .access .access_text {
    margin-top: 25rem;
    font-size: 13rem;
  }
  .access .map_wrap {
    margin-top: 21rem;
    width: 100%;
  }
  .access .map_wrap iframe {
    width: 100%;
    height: 338rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .access .btn_more {
    margin-top: 7rem;
    padding-right: 15rem;
  }
  .access .btn_more a {
    height: 37rem;
    font-size: 13rem;
    justify-content: right;
    padding-left: 0;
    padding-right: 17rem;
    margin-top: 15rem;
  }
  .access .btn_more a::before {
    right: auto;
    left: 10rem;
  }
}/*# sourceMappingURL=about.css.map */