@charset "UTF-8";
/**
 * パートナー弁護士事務所のご紹介
 * /partners
 * css/partners.css
 */
.load-icon {
  position: absolute;
  width: 0;
  height: 0;
}

.mv_img img {
  width: auto;
  height: auto;
  vertical-align: bottom;
}

.main .mv_area {
  position: relative;
}
.main .mv_area .img {
  padding-top: 70%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main .mv_area .mv_inner {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main .mv_area .mv_inner .squea {
  width: 100%;
  padding-top: inherit;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
}
.main .mv_area .mv_inner .squea::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  padding-top: 70%;
  transform-origin: center;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%) rotate(45deg);
}
.main .mv_area .mv_inner .squea h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  color: #0060ab;
  font-size: 200%;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  width: 100%;
  text-align: center;
  padding: 0 4%;
}
.main .mv_area .mv_inner .squea p {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  font-size: 100%;
  width: 100%;
  text-align: center;
  padding-top: 0.5em;
  font-size: 125%;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0 0 20px #fff;
}

.image {
  display: block;
}
.image__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image__img--shadow {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.image--center .image__img, .image--centering .image__img {
  margin-left: auto;
  margin-right: auto;
}
.image--panel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.image--panel .image__img--portrait, .image--panel .image__img--landscape {
  display: inline-block;
  max-width: none;
  vertical-align: middle;
}
.image--panel .image__img--portrait {
  width: 75.2173913043%;
  height: 100%;
}
.image--panel .image__img--landscape {
  width: 100%;
  height: 75.2173913043%;
}

.buttons {
  display: flex;
}
.buttons--left {
  justify-content: flex-start;
}
.buttons--center {
  justify-content: center;
}
.buttons--right {
  justify-content: flex-end;
}

.button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  background-image: linear-gradient(72deg, #85aeff 0%, #0060ab 50%, #85aeff 100%);
  background-position: right;
  background-size: 200%;
  text-align: center;
  transition: all 0.2s ease-out;
}
.button__span {
  position: relative;
  z-index: 20;
  margin: 0 1em;
}
.button__span--text {
  color: #ffffff;
  font-weight: 400;
  font-size: min(4vw, 20px);
  line-height: 1.5;
}
.button__span--icon {
  width: min(2vw, 10px);
  height: min(3.4vw, 17px);
  background-image: url(../img/partners/icon-arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.button--shadow {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.button--banner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: min(25vw, 183px);
  max-width: 730px;
  background-image: url(../img/partners/first-time.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.button--banner::before {
  content: "";
  position: absolute;
  z-index: 10;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 74, 117, 0.8);
}
.button--banner .button__span--text {
  margin-left: 1.5em;
  font-weight: 600;
  font-size: min(4.5vw, 30px);
  text-align: center;
  white-space: nowrap;
}
.button--banner .button__span--icon {
  width: min(4vw, 20px);
  height: min(6.8vw, 34px);
}
.button:hover {
  opacity: 1;
  background-position: left;
}
.button--banner:hover {
  opacity: 1;
  background-position: center;
}
.button--banner:hover::before {
  background-color: rgba(18, 74, 117, 0.4);
}

.title {
  color: #0060ab;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.5;
}
.title__span {
  position: relative;
  color: currentColor;
  font-size: 100%;
}
.title__span::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: -0.75rem;
  top: 0.5rem;
  padding-top: 2rem;
  width: 2rem;
  background-color: #e1f0fc;
  transform: rotate(45deg);
}
.title--center {
  text-align: center;
}
.title--bgnone .title__span::before {
  display: none;
}

.text {
  color: #000000;
  font-weight: 400;
  font-size: 1em;
  line-height: 2;
}
.text--large {
  font-size: 1.5em;
}
.text--small {
  font-size: 0.8em;
}

.list, .list__item {
  list-style-type: none;
  list-style-image: none;
}
.list__item {
  font-size: 1em;
}
.list__item:not(:first-of-type) {
  margin-top: 0.5em;
}
.list__item--line {
  border-bottom: 1px solid #0060ab;
}
.list__link {
  color: #0060ab;
  font-size: 100%;
}
.list__link:hover {
  color: #f6d326;
}
.list__text {
  font-size: 100%;
}
.list__item--disc, .list__item--square {
  position: relative;
  padding-left: 1em;
}
.list__item--check {
  position: relative;
  padding-left: 2rem;
}
.list__item--disc::before, .list__item--square::before {
  content: "";
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0.45em;
  left: 0.35em;
  width: 4px;
  height: 4px;
  aspect-ratio: 1/1;
  background-color: #000000;
}
.list__item--disc::before {
  border-radius: 50%;
}
.list__item--check::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0.2rem;
  left: 0;
  width: 1rem;
  height: 0.6rem;
  border-left: 0.3rem solid #707070;
  border-bottom: 0.3rem solid #707070;
  transform: rotate(-45deg);
}

.block {
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
}
.block__title {
  margin-bottom: 1em;
}
.block--bt-sub2 {
  border-top: 1px solid #707070;
}
.block--hr {
  border-top: 1px solid #707070;
}
.block--lead:first-of-type, .block--group:first-of-type {
  padding-top: 0;
}
.block--lead:last-of-type, .block--group:last-of-type {
  padding-bottom: 0;
}
.block--mw1000c {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
.card__item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}

.embed {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.embed iframe {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid {
  display: grid;
}
.grid__item {
  flex-grow: 0;
  flex-shrink: 0;
}

.table {
  width: 100%;
}
.table__table, .table__tbody, .table__thead, .table__tfoot {
  width: 100%;
}
.table__table, .table__col {
  border: 1px solid;
  border-collapse: collapse;
}
.table__table {
  border-spacing: 0;
}
.table__col {
  padding: 1em;
  line-height: 1.5;
}
.table--swipe-on {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.table--swipe-on::-webkit-scrollbar {
  height: 5px;
}
.table--swipe-on::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.table--swipe-on::-webkit-scrollbar-thumb {
  background-color: #bcbcbc;
}
.table--b-none, .table--b-none .table__col {
  border: 0 none;
}
.table__col--bb-1 {
  border-bottom: 1px solid #707070;
}

.section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section__wrap {
  margin-left: auto;
  margin-right: auto;
  padding: 3em 20px;
  width: 100%;
  max-width: 1240px;
}
.section__title {
  margin-bottom: 2em;
}
.section-sep {
  position: relative;
}
.section-sep::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  max-width: 1200px;
  background-color: #c2d6ff;
}

.br-sp {
  display: inline;
}

.br-pc {
  display: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.bg-base {
  color: #ffffff;
}

.bg-main {
  color: #0060ab;
}

.bg-sub {
  color: #85aeff;
}

.bg-sub2 {
  color: #707070;
}

.bg-accent {
  color: #0060ab;
}

.bg-title {
  color: #f6d326;
}

.bg-text {
  color: #000000;
}

.bg-hex0 {
  color: #000000;
}

.bg-hex1 {
  color: #111111;
}

.bg-hex2 {
  color: #222222;
}

.bg-hex3 {
  color: #333333;
}

.bg-hex4 {
  color: #444444;
}

.bg-hex5 {
  color: #555555;
}

.bg-hex6 {
  color: #666666;
}

.bg-hex7 {
  color: #777777;
}

.bg-hex8 {
  color: #888888;
}

.bg-hex9 {
  color: #999999;
}

.bg-hexa {
  color: #aaaaaa;
}

.bg-hexb {
  color: #bbbbbb;
}

.bg-hexc {
  color: #cccccc;
}

.bg-hexd {
  color: #dddddd;
}

.bg-hexe {
  color: #eeeeee;
}

.bg-hexf {
  color: #ffffff;
}

.color-base {
  color: #ffffff;
}

.color-main {
  color: #0060ab;
}

.color-sub {
  color: #85aeff;
}

.color-sub2 {
  color: #707070;
}

.color-accent {
  color: #0060ab;
}

.color-title {
  color: #f6d326;
}

.color-text {
  color: #000000;
}

.color-hex0 {
  color: #000000;
}

.color-hex1 {
  color: #111111;
}

.color-hex2 {
  color: #222222;
}

.color-hex3 {
  color: #333333;
}

.color-hex4 {
  color: #444444;
}

.color-hex5 {
  color: #555555;
}

.color-hex6 {
  color: #666666;
}

.color-hex7 {
  color: #777777;
}

.color-hex8 {
  color: #888888;
}

.color-hex9 {
  color: #999999;
}

.color-hexa {
  color: #aaaaaa;
}

.color-hexb {
  color: #bbbbbb;
}

.color-hexc {
  color: #cccccc;
}

.color-hexd {
  color: #dddddd;
}

.color-hexe {
  color: #eeeeee;
}

.color-hexf {
  color: #ffffff;
}

.partners img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.partners .lead-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
.partners .lead-card__item {
  flex-grow: 0;
  flex-shrink: 0;
}
.partners .lead-card__btm {
  margin-top: 20px;
}
.partners .lead-column {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
.partners .lead-column__text {
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.5;
}
.partners .lead-column__text--large {
  font-weight: 700;
  font-size: 2em;
}
.partners .lead-ruby {
  font-size: 1.125em;
  line-height: 1.5;
}
.partners .lead-panel {
  margin: 0 auto;
  width: 100%;
}
.partners .lead-panel__head {
  padding: 0.5em;
  background-color: #E3D8CC;
  color: #000000;
  font-weight: 600;
  font-size: 1.5em;
}
.partners .lead-panel__body {
  padding: 0.5em;
  border: 1px solid #E3D8CC;
}
.partners .lead-panel__title {
  font-size: 0.9em;
}
.partners .lead-panel__text {
  font-size: 100%;
  line-height: 1.5;
}
.partners .profile .table__table,
.partners .profile .table__col,
.partners .office .table__table,
.partners .office .table__col {
  border: 0 none;
}
.partners .profile .table__col,
.partners .office .table__col {
  border-bottom: 1px solid #707070;
  font-weight: 500;
}
.partners .profile .table__col--th,
.partners .office .table__col--th {
  padding: 1em;
  width: 25%;
  color: #296DCC;
}
.partners .profile .table__col--td,
.partners .office .table__col--td {
  padding: 1em 0;
  width: 75%;
}
.partners .map .embed {
  padding-top: 125%;
}

@media screen and (min-width: 760px) {
  .main .mv_area .mv_img .img {
    padding-top: 25%;
    background-position: center;
  }
  .main .mv_area .mv_inner .squea {
    width: 30%;
    padding-top: 30%;
    left: 20%;
    top: 50%;
    height: -moz-fit-content;
    height: fit-content;
    transform: translateY(-50%);
  }
  .main .mv_area .mv_inner .squea::before {
    width: 100%;
    height: 100%;
    transform-origin: center;
  }
  .main .mv_area .mv_inner .squea h2 {
    padding: 0;
    font-size: min(3.3vw, 50px);
    font-size: min(2.2vw, 50px);
  }
  .main .mv_area .mv_inner .squea p {
    font-size: min(1.3vw, 20px);
    font-size: min(2.4vw, 40px);
  }
}
@media screen and (min-width: 1024px) {
  .button {
    padding: 1em 2em;
  }
  .button--banner .button__span--text {
    margin-left: 5em;
  }
  .title {
    font-size: 35px;
  }
  .text {
    font-size: 1em;
  }
  .text--large {
    font-size: 1.5em;
  }
  .text--small {
    font-size: 0.8em;
  }
  .list__item {
    font-size: 1em;
  }
  .list__item:not(:first-of-type) {
    margin-top: 0.5em;
  }
  .list__item--check {
    padding-left: 2rem;
  }
  .list__item--check::before {
    top: 0.2rem;
    left: 0;
    width: 1rem;
    height: 0.6rem;
    border-left-width: 0.3rem;
    border-bottom-width: 0.3rem;
  }
  .block {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .block--lead {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .block--lead:first-of-type {
    padding-top: 0;
  }
  .block--lead:last-of-type {
    padding-bottom: 0;
  }
  .card {
    gap: 1em;
  }
  .table--swipe-on {
    overflow-x: hidden;
    white-space: wrap;
  }
  .table--swipe-on::-webkit-scrollbar {
    height: 0;
  }
  .table--swipe-on::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .table--swipe-on::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .section__wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section__title {
    margin-bottom: 2rem;
  }
  .br-sp {
    display: none;
  }
  .br-pc {
    display: inline;
  }
  .partners .lead-card {
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
  }
  .partners .lead-card__item--body {
    flex-basis: calc(65% - 40px);
  }
  .partners .lead-card__item--media {
    flex-basis: 35%;
  }
  .partners .lead-column {
    gap: 30px;
  }
  .partners .lead-column__text {
    font-size: 30px;
  }
  .partners .lead-column__text--large {
    font-size: 40px;
  }
  .partners .lead-ruby {
    font-size: 20px;
  }
  .partners .lead-panel__head {
    padding: 15px;
  }
  .partners .lead-panel__body {
    padding: 24px;
  }
  .partners .lead-panel__title {
    font-size: 20px;
  }
  .partners .lead-panel__text {
    font-size: 16px;
    line-height: 1.5;
  }
  .partners .profile .table__table,
  .partners .profile .table__col,
  .partners .office .table__table,
  .partners .office .table__col {
    border: 0 none;
  }
  .partners .profile .table__col,
  .partners .office .table__col {
    border-bottom: 1px solid #707070;
    font-weight: 500;
  }
  .partners .profile .table__col--th,
  .partners .office .table__col--th {
    padding: 1em;
    width: 25%;
    color: #296DCC;
  }
  .partners .profile .table__col--td,
  .partners .office .table__col--td {
    padding: 1em 0;
    width: 75%;
  }
  .partners .map .embed {
    padding-top: 36%;
  }
}