.Breadcrumb {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .Breadcrumb {
    margin-top: 69px;
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.Breadcrumb-List {
  max-width: 1160px;
}
.Breadcrumb-List-Item:nth-child(2) {
  margin-right: 14px;
  padding-right: 18px;
}
@media screen and (max-width: 768px) {
  .Breadcrumb-List-Item:nth-child(2) {
    margin-right: 12px;
    padding-right: 21px;
  }
}
/* ---------------------------- */
/* --- LawyerSection --- */
/* ---------------------------- */
.LawyerSection {
  margin-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .LawyerSection {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 480px) {
  .LawyerSection {
    margin-top: 36px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 56px;
  }
}
.Lawyer-Inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 944px;
}
.Lawyer-Inner-Head {
  display: flex;
  align-items: flex-end;
}
.Lawyer-Inner-Head-Text {
  letter-spacing: 0.1em;
  color: #111;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .Lawyer-Inner-Head-Text {
    font-size: 32px;
  }
}
.Lawyer-Inner-Head-SubText {
  margin-left: 48px;
  letter-spacing: 0.1em;
  color: #111;
  font-family: 'EB Garamond', sans-serif;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Lawyer-Inner-Head-SubText {
    margin-left: 24px;
  }
}
.Lawyer-Inner-Content {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .Lawyer-Inner-Content {
    margin-top: 24px;
    flex-wrap: wrap;
  }
}
.Lawyer-Inner-Content-ImgBox {
  width: 28.8%;
}
@media screen and (max-width: 480px) {
  .Lawyer-Inner-Content-ImgBox {
    width: 100%;
  }
}
.Lawyer-Inner-Content-ImgBox-Img {
  padding-top: 108%;
  width: 100%;
}
.Lawyer-Inner-Content-Table {
  width: 66.1%;
}
@media screen and (max-width: 480px) {
  .Lawyer-Inner-Content-Table {
    margin-top: 36px;
    width: 100%;
  }
}
.Lawyer-Inner-Content-Table-Other {
  margin-top: 24px;
  width: 100%;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #111;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Lawyer-Inner-Content-Table-Other {
    font-size: 14px;
  }
}
.Lawyer-Inner-Content-Table-Item {
  border-bottom: 2px solid #c4c4c4;
  position: relative;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 480px) {
  .Lawyer-Inner-Content-Table-Item {
    flex-wrap: wrap;
  }
}
.Lawyer-Inner-Content-Table-Item::before {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 21%;
  height: 2px;
  display: block;
  background: #71a5ca;
}
@media screen and (max-width: 480px) {
  .Lawyer-Inner-Content-Table-Item::before {
    width: 20.8%;
  }
}
.Lawyer-Inner-Content-Table-Item:not(:first-child) {
  margin-top: 24px;
}
.Lawyer-Inner-Content-Table-Item-Label {
  width: 27.8%;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #111;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Lawyer-Inner-Content-Table-Item-Label {
    width: 100%;
    text-align: center;
  }
}
.Lawyer-Inner-Content-Table-Item-Text {
  width: 72.8%;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #111;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Lawyer-Inner-Content-Table-Item-Text {
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .Lawyer-Inner-Content-Table-Item-Text.isSpCenter {
    text-align: center;
  }
}
.Lawyer-Inner-BtnSection {
  margin-top: 56px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .Lawyer-Inner-BtnSection {
    margin-top: 36px;
  }
}
.Lawyer-Inner-BtnSection-BackBtn {
  position: relative;
  width: 222px;
  border: 1px solid #71a5ca;
  background: #71a5ca;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .Lawyer-Inner-BtnSection-BackBtn {
    width: 260px;
    height: 52px;
    font-size: 14px;
  }
}
.Lawyer-Inner-BtnSection-BackBtn:hover {
  color: #71a5ca;
}
@media screen and (max-width: 768px) {
  .Lawyer-Inner-BtnSection-BackBtn:hover {
    color: #fff;
  }
}
.Lawyer-Inner-BtnSection-BackBtn::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  margin: auto;
  background-color: #fff;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.Lawyer-Inner-BtnSection-BackBtn:hover.Lawyer-Inner-BtnSection-BackBtn::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .Lawyer-Inner-BtnSection-BackBtn:hover.Lawyer-Inner-BtnSection-BackBtn::before {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
.Lawyer-Inner-BtnSection-BackBtn__Contents {
  position: relative;
  z-index: 1;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .Lawyer-Inner-BtnSection-BackBtn__Contents {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.Lawyer-Inner-BtnSection-BackBtn-Decoration {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 24px;
  height: 7px;
}
@media screen and (max-width: 768px) {
  .Lawyer-Inner-BtnSection-BackBtn-Decoration {
    right: 29px;
  }
}
.Lawyer-Inner-BtnSection-BackBtn-Decoration-Path01 {
  stroke-dasharray: 50;
  stroke-dashoffset: 100;
  stroke: #fff;
  animation: HoverEnd 0.8s ease-in-out 0s 1 normal forwards;
}
@media screen and (max-width: 768px) {
  .Lawyer-Inner-BtnSection-BackBtn-Decoration-Path01 {
    animation: initial;
  }
}
@-moz-keyframes HoverStart {
  from {
    stroke-dasharray: 50;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes HoverStart {
  from {
    stroke-dasharray: 50;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes HoverStart {
  from {
    stroke-dasharray: 50;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes HoverStart {
  from {
    stroke-dasharray: 50;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes HoverEnd {
  from {
    stroke-dasharray: 50;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes HoverEnd {
  from {
    stroke-dasharray: 50;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes HoverEnd {
  from {
    stroke-dasharray: 50;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes HoverEnd {
  from {
    stroke-dasharray: 50;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.Lawyer-Inner-BtnSection-BackBtn:hover .Lawyer-Inner-BtnSection-BackBtn-Decoration-Path01 {
  stroke: #71a5ca;
  animation: HoverStart 0.8s ease-in-out 0s 1 normal forwards;
}
