@charset "UTF-8";
.s-about-head {
  background-repeat: no-repeat;
  background-size: contain;
}

.s-about-contents {
  background: #fff;
}

.s-about-heading-L3 {
  width: 100%;
  color: #111;
  font-weight: normal;
}

.s-about-heading-L3:not(.s-about-heading-L3--light) + .s-about-paragraph {
  margin-top: 5px;
}

.s-about-paragraph-kome {
  position: relative;
  margin-top: 21px;
  padding-left: 1em;
}

.s-about-paragraph-kome::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "#00203b";
}

.s-about-contents__item-btn {
  margin-top: 35px;
}

.s-about-greeting-image {
  height: auto;
}

/* 理念 */
.s-about-bestquality {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 53px;
}

.s-about-bestquality__item {
  box-sizing: border-box;
  width: 50%;
}

.s-about-bestquality__item:first-child {
  position: relative;
}

.s-about-bestquality__item:first-child::before {
  display: block;
  position: absolute;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.s-about-bestquality__item:nth-of-type(2n + 1) {
  padding-right: 123px;
  border-right: 1px solid #e7e8ec;
}

.s-about-bestquality__item:nth-of-type(2n) {
  padding-left: 125px;
}

.s-about-bestquality__item:nth-of-type(-n + 2) {
  padding-top: 23px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e7e8ec;
}

.s-about-bestquality__item:not(:nth-of-type(-n + 2)) {
  padding-top: 35px;
  padding-bottom: 23px;
}

.s-about-bestquality__head {
  display: block;
  color: #111;
  font-size: 18px;
  font-size: 1.125rem;
}

/* 事務所概要 */
.s-about-overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -16px;
}

.s-about-overview__item {
  width: 480px;
  border-bottom: 1px solid #e7e8ec;
}

.s-about-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  line-height: 1.9285;
}

.s-about-table__item {
  position: relative;
  box-sizing: border-box;
  padding: 16px 0 14px 125px;
}

.s-about-table__item:not(:last-child) {
  border-bottom: 1px solid #e7e8ec;
}

.s-about-table:first-child .s-about-table__item {
  height: 37.2549%;
}

.s-about-table:first-child .s-about-table__item:first-child {
  height: 27.731%;
}

.s-about-table:first-child .s-about-table__item:last-child {
  height: 35.014%;
}

.s-about-table__head {
  position: absolute;
  top: 16px;
  left: 0;
  width: 115px;
  color: #111;
}

.s-about-datalist .s-about-datalist {
  margin-left: 1em;
}

.s-about-infograph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  box-sizing: border-box;
  position: absolute;
  right: -42px;
  top: -82px;
  padding: 35px 84px 33px 84px;
  background-color: #f8f8f8;
  color: #228b22;
}

.s-about-infograph__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: bold;
  line-height: 1;
}

.s-about-infograph__item:not(:first-child) {
  margin-left: 42px;
}

.s-about-infograph__head {
  margin-top: 12px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: 1px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.s-about-infograph__body {
  position: relative;
  text-align: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  line-height: 62px;
  overflow: hidden;
}

.s-about-infograph__item--professionals .s-about-infograph__body, .s-about-infograph__item--office .s-about-infograph__body {
  padding-left: 72px;
}

.s-about-infograph__item--history .s-about-infograph__body {
  padding-left: 62px;
}

.s-about-infograph__icon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 62px;
  fill: #062749;
}

.s-about-sup {
  position: relative;
  top: -32px;
  font-size: 40px;
  font-size: 2.5rem;
}

.s-about-infograph__item--professionals .s-about-sup {
  left: -5px;
}

.s-about-infograph__item--history .s-about-sup {
  right: -2px;
}

.s-about-officelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 41px;
  width: 100%;
}

.s-about-officelist__item:not(:first-child) {
  margin-top: 42px;
  width: 460px;
}

.s-about-officelist__item:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.s-about-officelist__item:first-child .s-about-officelist__body {
  margin-top: 16px;
  width: 460px;
  line-height: 1.8571;
}

.s-about-officelist__item:first-child .s-about-officelist__name + .s-about-officelist__body {
  width: 100%;
}

/* 沿革 */
.s-about-history {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.s-about-history::before {
  position: absolute;
  top: 14px;
  left: 4px;
  width: 3px;
  height: calc(100% - 24px);
  background-color: #d9d9d9;
  content: "";
}

.s-about-history__item {
  position: relative;
  padding-top: 4px;
  padding-left: 118px;
  line-height: 1.9285;
}

.s-about-history__item:not(:first-child) {
  margin-top: 22px;
}

.s-about-history__item::before {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #228b22;
  box-shadow: 0 0 0 3px #fff;
  content: "";
}

.s-about-history__year {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 28px;
  color: #228b22;
  font-size: 18px;
  font-size: 1.125rem;
}

/* 主な受賞歴 */
.s-about-prizelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  width: 100%;
}

.s-about-prizelist__item:not(:first-child) {
  margin-left: 36px;
}

.s-about-prizelist__item--legal500 {
  width: 12.3611%;
}

.s-about-prizelist__item--iflr1000 {
  width: 10.9027%;
}

.s-about-prizelist__item--rank-global {
  width: 13.3333%;
}

.s-about-prizelist__item--rank-asia {
  width: 13.1944%;
}

.s-about-prizelist__item--asialaw {
  width: 15.8333%;
}

.s-about-prizelist__item--alb {
  width: 16.3888%;
}

.s-about-prizelist__image {
  width: 100%;
  height: auto;
}

/* 公益活動 */
.s-about-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.s-about-columns__col:first-child {
  width: 585px;
}

.s-about-columns__col:last-child {
  width: 376px;
}

.s-about-columns__image {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .s-about-head {
    padding-top: 418px;
    background-image: url(file:///Apple/Users/dplan/Desktop/m-itb/about/images/bg-index.jpg);
  }
  .s-about-head .c-jumbotron {
    margin: 0 auto 40px auto;
    padding: 40px 80px;
    width: 1004px;
  }
  .s-about-contents {
    margin-top: 42px;
    padding: 50px 65px;
  }
  .s-about-contents--overview {
    position: relative;
    margin-top: 123px;
  }
  .s-about-heading-L3 {
    font-size: 16px;
    font-size: 1rem;
  }
  .s-about-paragraph--greeting {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .s-about-greeting-lead__image {
    width: 274px;
  }
  .s-about-greeting-lead__text {
    width: calc(100% - 274px);
  }
  .s-about-greeting-spimage {
    display: none;
  }
  .s-about-greeting-image {
    width: 218px;
  }
  .s-about-bestquality__item:first-child::before {
    right: -1px;
    bottom: 0;
    width: 292px;
    height: 146px;
    background-image: url(file:///Apple/Users/dplan/Desktop/m-itb/about/images/text-index-02.png);
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
  body.lang-en .s-about-bestquality__item:first-child::before {
    background-image: url(file:///Apple/Users/dplan/Desktop/m-itb/about/images/text-index-02_en.png);
  }
  body.lang-en .s-about-table__item--num {
    padding: 16px 0 14px 180px;
  }
  body.lang-en .s-about-table__head--num {
    width: 180px;
  }
}

@media only screen and (max-width: 768px) {
  .s-about-head {
    padding-top: 25.3333%;
    background-image: url(file:///Apple/Users/dplan/Desktop/m-itb/about/images/bg-index_sp.jpg);
    background-size: 100% auto;
  }
  .s-about-contents {
    margin: 10px 10px 0;
    padding: 25px 20px;
  }
  .s-about-heading-L3 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .s-about-paragraph--greeting {
    padding-left: 0;
  }
  .s-about-paragraph-kome {
    margin-top: 30px;
    padding-top: 17px;
    border-top: 1px solid #e5e5e5;
  }
  .s-about-paragraph-kome::before {
    top: 17px;
  }
  .s-about-contents__item-btn {
    margin-top: 30px;
  }
  .s-about-greeting-spimage {
    display: block;
    margin: 0 auto 25px;
    width: 66.358%;
    height: auto;
  }
  .s-about-greeting-image {
    display: none;
  }
  .s-about-bestquality {
    display: block;
    margin-top: 26.3492%;
  }
  .s-about-bestquality__item {
    width: 100%;
  }
  .s-about-bestquality__item:not(:first-child) {
    margin-top: 13px;
  }
  .s-about-bestquality__item:first-child::before {
    top: -10px;
    left: 10.5%;
    padding-top: 12.1913%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    width: 79%;
    height: auto;
    background-image: url(file:///Apple/Users/dplan/Desktop/m-itb/about/images/text-index-02_sp.png);
  }
  .s-about-bestquality__item:nth-of-type(2n + 1) {
    padding-right: 0;
    border-right-width: 0;
  }
  .s-about-bestquality__item:nth-of-type(2n) {
    padding-left: 0;
  }
  .s-about-bestquality__item:nth-of-type(-n + 2) {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom-width: 0;
  }
  .s-about-bestquality__item:not(:nth-of-type(-n + 2)) {
    padding-top: 0;
    padding-bottom: 0;
  }
  .s-about-bestquality__head {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  body.lang-en .s-about-bestquality__item:first-child::before {
    background-image: url(file:///Apple/Users/dplan/Desktop/m-itb/about/images/text-index-02_sp_en.png);
  }
  .s-about-overview {
    margin-top: 0;
    display: block;
  }
  .s-about-overview__item {
    width: 100%;
    border-bottom-width: 0;
  }
  .s-about-table__item {
    margin-top: 28px;
    padding: 0 0 0 15px;
  }
  .s-about-table__item:not(:last-child) {
    border-bottom-width: 0;
  }
  .s-about-table:first-child .s-about-table__item {
    height: auto;
  }
  .s-about-table:first-child .s-about-table__item:first-child {
    margin-top: 0;
    height: auto;
  }
  .s-about-table:first-child .s-about-table__item:last-child {
    height: auto;
  }
  .s-about-table__head {
    display: block;
    position: static;
    margin-left: -15px;
    width: calc(100% + 15px);
    font-size: 14px;
    font-size: 0.875rem;
  }
  .s-about-table__link {
    margin-top: 7px;
    text-align: right;
  }
  .s-about-infograph {
    margin-top: 24px;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    position: static;
    padding: 30px 10px;
  }
  .s-about-infograph__item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 45px;
    font-size: 2.8125rem;
  }
  .s-about-infograph__item:not(:first-child) {
    margin-left: 10px;
  }
  .s-about-infograph__head {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0;
  }
  .s-about-infograph__body {
    line-height: 1;
  }
  .s-about-infograph__item--professionals .s-about-infograph__body, .s-about-infograph__item--office .s-about-infograph__body {
    padding-left: 0;
  }
  .s-about-infograph__item--history .s-about-infograph__body {
    padding-left: 0;
  }
  .s-about-infograph__icon {
    display: block;
    margin: 0 auto 8px;
    position: static;
    width: 35px;
    height: 35px;
  }
  .s-about-sup {
    top: -20px;
    font-size: 23px;
    font-size: 1.4375rem;
  }
  .s-about-infograph__item--professionals .s-about-sup {
    left: -2px;
  }
  .s-about-officelist {
    margin-top: 37px;
  }
  .s-about-officelist__item:not(:first-child) {
    margin-top: 38px;
  }
  .s-about-officelist__item:first-child .s-about-officelist__name + .s-about-officelist__body {
    margin-top: 4px;
  }
  .s-about-history__item {
    padding-left: 35px;
  }
  .s-about-history__item:last-child {
    overflow: hidden;
  }
  .s-about-history__item:last-child::before {
    z-index: 1;
  }
  .s-about-history__item:last-child::after {
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 10px;
    height: 500px;
    background-color: #fff;
    content: "";
  }
  .s-about-history__item::before {
    top: 8px;
  }
  .s-about-history__year {
    display: block;
    position: static;
    margin-bottom: 4px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
  .s-about-prizelist {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    margin-top: 23px;
    margin-left: auto;
    margin-right: auto;
    width: 93.5%;
  }
  .s-about-prizelist__item:not(:first-child) {
    margin-left: 5.28%;
  }
  .s-about-prizelist__item:nth-of-type(4) {
    margin-left: 0;
  }
  .s-about-prizelist__item:not(:nth-of-type(-n + 3)) {
    margin-top: 16px;
  }
  .s-about-prizelist__item--legal500 {
    width: 24.42%;
  }
  .s-about-prizelist__item--iflr1000 {
    width: 21.78%;
  }
  .s-about-prizelist__item--rank-global {
    width: 26.40%;
  }
  .s-about-prizelist__item--rank-asia {
    width: 26.40%;
  }
  .s-about-prizelist__item--asialaw {
    width: 33.33%;
  }
  .s-about-prizelist__item--alb {
    width: 29.70%;
  }
  .s-about-columns {
    display: block;
  }
  .s-about-columns__col:first-child {
    width: 100%;
  }
  .s-about-columns__col:last-child {
    margin-top: 13px;
    width: 100%;
  }
}

/* Localized */