@charset "UTF-8";
/**********
/* MAIN
***********/
.p-lawyer1 {
  padding-top: 63px;
  overflow: hidden;
  margin-bottom: 51px;
}

.p-lawyer2 {
  margin-bottom: 82px;
}

.p-lawyer3 {
  margin-bottom: 75px;
}

.p-lawyer3 .c-heading--lawyer {
  margin-bottom: 11px;
}

.p-lawyer4 {
  margin-bottom: 70px;
}

.p-lawyer4 .c-heading--lawyer {
  margin-bottom: 16px;
}

.p-lawyer5 {
  margin-bottom: 75px;
}

.p-lawyer5 .c-heading--lawyer {
  margin-bottom: 16px;
}

.p-lawyer6 {
  margin-bottom: 80px;
}

.p-lawyer6 .c-heading--lawyer {
  margin-bottom: 16px;
}

.c-intro__book {
  margin-top: 32px;
}

.c-intro__book p {
  font-family: 'MeiryoRegular', "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}

.c-intro__book__inner {
  margin-bottom: 33px;
}

.c-intro__name {
  margin-top: 5px;
}

.c-intro__legal {
  font-weight: bold;
}

.c-intro .c-image {
  top: 78px;
  left: 2px;
  max-width: 360px;
  height: 360px;
}

.c-intro__top {
  margin-bottom: 42px;
}

.c-intro__item:nth-child(1) .c-image {
  background-image: url("../images/lawyer-image-1.jpg");
}

.c-intro__item--custom .c-intro__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 10;
  top: 34px;
}

.c-intro__item--custom .c-intro__image img {
  width: 180px;
  height: 100%;
}

.c-intro__item--custom .c-intro__image img:first-child {
  margin-right: 20px;
}

.c-intro__item--custom .c-intro__text {
  min-height: 355px;
  padding: 37px 5px 21px 214px;
}

.c-intro__item--custom .c-intro__content {
  margin-top: 0;
}

.c-intro__content {
  margin-top: 37px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-intro__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 450px;
  position: relative;
  padding: 81px 5px 35px 214px;
  margin-left: 258px;
  background-color: #ECF8FE;
}

.c-intro__text::after {
  content: "";
  width: 1000%;
  position: absolute;
  top: 0;
  height: 100%;
  right: -999%;
  background: #ECF8FE;
}

.c-intro__text__desc {
  font-weight: 400;
  font-size: 1.5rem;
  font-family: 'MeiryoRegular', "メイリオ", "Meiryo", sans-serif;
  line-height: 1.7;
  margin-top: 50px;
}

.c-intro__text__desc--short {
  margin-top: 17px;
}

.c-intro__text__clients {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: 'メイリオ', "MeiryoRegular", "Meiryo", sans-serif;
  line-height: 1.7;
  margin-top: 34px;
}

@media only screen and (max-width: 1100px) {
  .c-intro .c-image {
    max-width: 290px;
    height: 290px;
  }
  .c-intro__text {
    padding: 81px 5px 35px 100px;
  }
  .c-intro__main {
    max-width: 96%;
    margin: 0 auto;
  }
  .c-intro__item--custom .c-intro__image img {
    width: 145px;
  }
  .c-intro__item--custom .c-intro__text {
    padding: 35px 5px 35px 100px;
  }
}

@media only screen and (max-width: 850px) {
  .p-lawyer1 {
    margin-bottom: 69px;
  }
  .p-lawyer .l-container {
    max-width: 90%;
  }
  .p-lawyer3 .c-table:last-child {
    padding-bottom: 0;
  }
  .p-lawyer4 .c-table:last-child {
    padding-bottom: 0;
  }
  .p-lawyer5 {
    margin-bottom: 98px;
  }
  .c-intro__main {
    max-width: 100%;
  }
  .c-intro__main .l-container {
    max-width: 94%;
  }
  .c-intro__top {
    margin-bottom: 47px;
  }
  .c-intro__text {
    margin-top: 62px;
    padding: 0 40px;
    margin-left: 0;
    background: transparent;
  }
  .c-intro__text::after {
    background: transparent;
  }
  .c-intro__text__desc {
    margin-top: 83px;
    font-size: 3rem;
    line-height: 1.75;
  }
  .c-intro__text__desc br {
    display: none;
  }
  .c-intro__text__desc span {
    display: block;
  }
  .c-intro__text__desc--short {
    font-weight: bold;
    margin-top: 38px;
  }
  .c-intro__text__clients {
    font-size: 3.2rem;
    margin-top: 36px;
  }
  .c-intro__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 45px;
  }
  .c-intro__item .l-container--collapse {
    max-width: 100%;
  }
  .c-intro__item:nth-child(1) .c-image {
    max-width: 490px;
    height: 490px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 auto;
    position: static;
    background-image: url("../images/lawyer-image-mobile-1.png");
  }
  .c-intro__item:nth-child(2) {
    display: none;
  }
  .c-table__main--even .c-table__item:nth-child(odd) {
    background-color: transparent;
  }
  .c-table__main--odd .c-table__item:nth-child(even) {
    background-color: transparent;
  }
  .c-table__main--last .c-table__item::after {
    background-image: none;
  }
  .c-table__item {
    position: relative;
    margin: 0 10px;
    padding: 14px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-table__item::after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../images/lawyer-line-table.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 2px;
  }
  .c-table__item__title {
    border-right-width: 0;
    padding: 7px 5px;
    letter-spacing: 3px;
    font-size: 2.2rem;
  }
  .c-table__item__desc {
    line-height: 1.6;
    padding: 0 16px 14px;
    font-size: 2.8rem;
  }
  .c-table__item__desc span {
    display: block;
  }
  .c-table__item--last::after {
    background-image: none;
  }
  .c-table__item--custom2 .c-table__item__desc {
    padding: 0px 3px 3px;
  }
  .c-table__item--custom1 .c-table__item__title {
    max-width: 100%;
  }
  .c-table__item--custom3 .c-table__item__title {
    max-width: 100%;
  }
  .c-table__item--custom3 .c-table__item__desc {
    padding: 2px 16px 5px;
  }
  .c-table__item--custom4 .c-table__item__desc {
    line-height: 1.6;
    font-size: 2.2rem;
    padding: 6px 9px 17px;
  }
  .c-table__item--custom4 .c-table__item__desc span {
    font-size: 2.8rem;
  }
  .c-table__item--custom6 .c-table__item__desc {
    padding: 0 16px 14px;
  }
}

@media only screen and (max-width: 650px) {
  .p-lawyer1 {
    padding-top: 33px;
    margin-bottom: 33px;
  }
  .p-lawyer1 .c-text__title--line {
    font-size: 2.3rem;
    padding-bottom: 29px;
    margin-bottom: 23px;
  }
  .p-lawyer1 .c-text__title--line::after {
    width: 125px;
  }
  .p-lawyer1 .c-text__desc {
    font-size: 1.3rem;
  }
  .p-lawyer1 {
    margin-bottom: 35px;
  }
  .p-lawyer1 .l-container {
    max-width: 94%;
  }
  .p-lawyer1 .l-container--collapse {
    max-width: 100%;
  }
  .p-lawyer2,
  .p-lawyer3,
  .p-lawyer4,
  .p-lawyer5,
  .p-lawyer6 {
    margin-bottom: 50px;
  }
  .p-lawyer3 .c-heading--lawyer {
    margin-bottom: 5px;
  }
  .p-lawyer4 .c-heading--lawyer {
    margin-bottom: 5px;
  }
  .p-lawyer5 {
    margin-bottom: 45px;
  }
  .p-lawyer5 .c-heading--lawyer {
    margin-bottom: 5px;
  }
  .p-lawyer6 .c-heading--lawyer {
    margin-bottom: 5px;
  }
  .c-intro__text {
    min-height: auto;
    margin-top: 39px;
    padding: 0 20px;
  }
  .c-intro__text__desc {
    margin-top: 43px;
    font-size: 1.5rem;
  }
  .c-intro__text__desc--short {
    margin-top: 20px;
  }
  .c-intro__text__clients {
    font-size: 1.6rem;
    margin-top: 16px;
  }
  .c-intro__top {
    margin-bottom: 39px;
  }
  .c-intro__item:nth-child(1) .c-image {
    max-width: 245px;
    height: 245px;
  }
  .c-intro__content {
    margin-top: 23px;
  }
  .l-container .c-table {
    border-top-width: 0;
    border-bottom-width: 0;
  }
  .l-container .c-table:last-child {
    border-bottom-width: 1px;
  }
  .c-table {
    padding-bottom: 11px;
  }
  .c-table__item {
    padding: 5px 0 0;
    margin: 0 5px;
  }
  .c-table__item::after {
    height: 1px;
  }
  .c-table__item__title {
    padding: 6px 2px;
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
  .c-table__item__desc {
    padding: 0 8px 4px;
    font-size: 1.4rem;
  }
  .c-table__item--custom2 .c-table__item__desc {
    padding: 0px 2px 2px;
  }
  .c-table__item--custom3 .c-table__item__desc {
    padding: 1px 8px 3px;
  }
  .c-table__item--custom4 .c-table__item__desc {
    font-size: 1.1rem;
    padding: 3px 4px 8px;
  }
  .c-table__item--custom4 .c-table__item__desc span {
    font-size: 1.4rem;
  }
  .c-table__item--custom6 .c-table__item__desc {
    padding: 0 8px 7px;
  }
}
/*# sourceMappingURL=lawyer.css.map */