@charset "UTF-8";
/* **************************************


     追加


***************************************/
/* =============================================================================


 about


============================================================================= */
.lawyer,
.about {
  padding: 100px 0;
}

.lawyer-content {
  gap: 80px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 100px;
}

.lawyer-content + .lawyer-content {
  margin-top: 100px;
}

.lawyer-imgbox {
  width: 200px;
}

.lawyer-img {
  background: #fff;
  border-radius: 50%;
  position: relative;
  width: 100%;
}

.lawyer-img:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 高さを幅の%に固定 */
}

.lawyer-img img {
  bottom: 0;
  left: 50%;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.lawyer-namebox {
  border-bottom: 8px solid #f7b525;
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
}

.lawyer-job {
  font-size: 2rem;
}

.lawyer-name {
  font-size: 3.2rem;
  margin-top: 6px;
}

.lawyer-enname {
  color: #f7b525;
  font-size: 2rem;
}

.lawyer-txtbox {
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 3px 3px 2px #2319161a;
          box-shadow: 3px 3px 2px #2319161a;
  padding: 20px 40px;
  width: calc(100% - 280px);
}

.lawyer-bio {
  color: #f7b525;
  font-size: 2.6rem;
  font-weight: bold;
}

.bio-list {
  margin-top: 48px;
}

.bio-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1.7rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 2.3125;
  padding: 0.75em 0;
}

.bio-item dt {
  font-weight: bold;
  min-width: 9em;
  padding-right: 1em;
}

.bio-item dd {
  width: calc(100% - 9em);
}

.bio-item + div {
  border-top: 1px solid #5b3616;
}

/* =============================================================================


     about


============================================================================= */
.about-list {
  border-top: 1px solid #5b3616;
  margin-top: 100px;
}

.about-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #5b3616;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 2.3125;
  padding: 1.25em 10px;
}

.about-item dt {
  font-weight: bold;
  min-width: 16em;
  padding-right: 1em;
}

.about-item a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.about-item a:hover {
  opacity: 0.7;
}

.about-item dd {
  width: calc(100% - 16em);
}

.about-item dd span {
  white-space: nowrap;
}

@media (max-width: 767px){
  .lawyer,
  .about {
    padding: 40px 0;
  }
  .lawyer-content + .lawyer-content {
    margin-top: 40px;
  }
  .lawyer-content {
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
  .lawyer-namebox {
    border-bottom: 5px solid #f7b525;
  }
  .lawyer-job {
    font-size: 1.4rem;
  }
  .lawyer-name {
    font-size: 2.4rem;
  }
  .lawyer-enname {
    font-size: 1.4rem;
  }
  .lawyer-txtbox {
    margin: auto;
    max-width: 600px;
    padding: 20px 12px;
    width: 100%;
  }
  .lawyer-bio {
    font-size: 2rem;
    text-align: center;
  }
  .bio-list {
    margin-top: 28px;
  }
  .bio-item {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .bio-item dt {
    min-width: 7em;
  }
  .bio-item dd {
    width: calc(100% - 7em);
  }
  .about-list {
    margin-top: 40px;
  }
  .about-item {
    letter-spacing: 0;
    padding: 1em 0;
  }
  .about-item dt {
    min-width: 9em;
  }
  .about-item dd {
    width: calc(100% - 9em);
  }
}


/*# sourceMappingURL=about.css.map*/