@font-face {
  font-family: Suit;
  src: url('../fonts/SUIT-ExtraBold.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suit;
  src: url('../fonts/SUIT-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suit;
  src: url('../fonts/SUIT-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --red: #93272c;
  --gray: #4d4d4d;
  --line: #b1b1b14d;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #4d4d4d;
  letter-spacing: -.03em;
  word-break: keep-all;
  text-wrap: balance;
  font-family: Suit, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

.section {
  padding-top: 10em;
  padding-bottom: 10em;
}

.section._1 {
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.section.gray {
  background-color: #f4f4f4;
}

.container {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container._2 {
  z-index: 2;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.container._3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.container._4 {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  position: relative;
}

.container._5 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.container._6 {
  justify-content: flex-start;
  align-items: center;
}

.container._7 {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.container.relative {
  position: relative;
}

.container.relative.zindex2 {
  z-index: 2;
}

.container._8 {
  max-width: 1200px;
}

.hero-section {
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: 100svh;
  display: flex;
  position: relative;
}

.hero-content {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1900px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.h1-hero {
  color: #fff;
  text-align: left;
  font-size: 4em;
  font-weight: 800;
  line-height: 1.3;
}

.h2-section {
  letter-spacing: -.05em;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2;
}

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

.h2-section.en {
  font-family: Zalando Sans SemiExpanded, sans-serif;
  font-size: 3.75em;
  font-weight: 600;
  line-height: 1;
}

.wb-subtitle-hero {
  color: #fff;
  text-align: left;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.6;
}

.wb-step-card {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  background-color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.step-number {
  color: var(--white);
  font-family: Zalando Sans SemiExpanded, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1;
}

.grid-4col {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

.wb-grid-2col {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.section-txtbox {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-txtbox.left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.step-title {
  text-align: left;
  margin-bottom: 8px;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.3;
}

.step-desc {
  text-align: left;
  font-size: 1.1em;
  line-height: 1.5;
}

.subtitle {
  text-align: center;
  max-width: 27em;
  font-size: 1.3em;
  line-height: 1.6;
}

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

.principle-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px solid var(--red);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8em;
  display: flex;
}

.wb-principle-title {
  font-size: 2em;
  font-weight: 800;
  line-height: 1.3;
}

.principle-desc {
  font-size: 1.3em;
  line-height: 1.6;
}

.practice-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  aspect-ratio: 4 / 5;
  background-color: #fff;
  border-radius: 1em;
  flex-flow: column;
  text-decoration: none;
  transition: border-radius .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.practice-card:hover {
  border-radius: 2em;
}

.wb-practice-title {
  z-index: 2;
  color: var(--white);
  font-size: 2em;
  font-weight: 800;
  line-height: 1.2;
}

.section-bg {
  background-color: #f5f5f5;
  padding-top: 10em;
  padding-bottom: 10em;
}

.section-bg.overflow-hidden {
  overflow: hidden;
}

.lawyer-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-image: url('../images/lawers1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1em;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lawyer-card._1 {
  background-image: url('../images/lawers3.webp');
}

.lawyer-img {
  z-index: 2;
  width: 100%;
  height: auto;
  position: relative;
}

.lawyer-name {
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3;
}

.lawyer-name._1 {
  color: #333;
}

.lawyer-name._2 {
  font-size: 3em;
}

.lawyer-role {
  opacity: .5;
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
}

.lawyer-role._1 {
  color: #333;
  font-size: 1.3em;
}

.wb-lawyer-info {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 1.8;
}

.lawyer-grid {
  grid-column-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1.5em;
  display: grid;
}

.wb-case-card {
  aspect-ratio: 5 / 6;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 1em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2em;
  transition: border-radius .2s, border-width .2s, border-color .2s;
  display: flex;
  position: relative;
}

.wb-case-card,
.wb-case-card:visited {
  color: inherit;
  text-decoration: none;
}

.wb-case-card:hover {
  border-width: .5em;
  border-color: var(--red);
  border-radius: 2em;
}

.case-category {
  background-color: var(--red);
  color: var(--white);
  border-radius: 20em;
  padding: .4em .7em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1;
}

.case-title {
  font-size: 1.75em;
  font-weight: 800;
  line-height: 1.3;
}

.wb-case-date {
  color: #a7a7a7;
  text-align: right;
  font-size: 1em;
  line-height: 1em;
  position: absolute;
  inset: 2.5em 2em auto auto;
}

.sns-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.map-info {
  grid-row-gap: 1em;
  border-top: 1px solid var(--red);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-top: 2em;
  display: flex;
}

.location-item {
  flex-basis: 30%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.location-item._1 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1em;
}

.location-item.gap1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.location-item._2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.txt-maplabel {
  color: var(--red);
  min-width: 5em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3;
}

.txt-mapvalue {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3em;
}

.footer {
  background-color: var(--red);
  padding-top: 5em;
  padding-bottom: 5em;
}

.footer-text {
  color: var(--white);
  font-size: 1em;
  line-height: 1.3;
}

.footer-copyright {
  color: #ffffff80;
  border-top-width: 1px;
  border-top-color: #333;
  font-size: .8em;
  line-height: 1;
}

.wb-header {
  z-index: 1000;
  background-color: #fff0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.wb-header-inner {
  z-index: 2;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wb-story-section {
  background-color: #fff;
  padding: 100px 24px;
}

.wb-story-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.story-title {
  color: #333;
  letter-spacing: -.04em;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.25;
}

.story-title._1 {
  text-align: center;
}

.story-text {
  max-width: 35em;
  font-size: 1.25em;
  line-height: 1.5;
}

.story-text._1 {
  color: var(--red);
  font-weight: 800;
}

.wb-story-highlight {
  color: #1e3a5f;
  margin-top: 32px;
  font-size: 20px;
  font-weight: 600;
}

.wb-compare-section {
  background-color: #f5f5f5;
  padding: 100px 24px;
}

.wb-compare-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 960px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.compare-card {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.wb-compare-label {
  background-color: var(--red);
  color: var(--white);
  white-space: nowrap;
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  height: 1.75em;
  padding-left: .75em;
  padding-right: .75em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: -.875em auto auto 50%;
  transform: translate(-50%);
}

.wb-compare-label._1 {
  background-color: var(--gray);
}

.compare-item {
  color: var(--gray);
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 1em;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.5;
  display: flex;
}

.compare-item._1 {
  color: var(--white);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.promise-section {
  background-color: var(--gray);
  padding-top: 10em;
  padding-bottom: 10em;
}

.wb-promise-list {
  max-width: 800px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.wb-promise-item {
  grid-column-gap: 16px;
  border-bottom: 1px solid #ffffff1a;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.wb-promise-icon {
  color: #8b7355;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.wb-promise-text {
  color: #ffffffd9;
  font-size: 16px;
  line-height: 1.6;
}

.wb-lawyer-photo {
  background-color: #e8e8e8;
  border-radius: 8px;
  width: 100%;
  height: 400px;
}

.wb-lawyers-section {
  background-color: #f5f5f5;
  padding: 100px 24px;
}

.wb-lawyers-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wb-lawyer-position {
  color: #1e3a5f;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
}

.wb-lawyer-desc {
  color: #5c5c5c;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.8;
}

.wb-lawyer-history {
  border-top: 1px solid #e8e8e8;
  padding-top: 24px;
}

.wb-history-title {
  color: #2c2c2c;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
}

.wb-history-item {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 2;
}

.list-container {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.list-item,
.list-item:visited {
  color: inherit;
  text-decoration: none;
}

.list-item {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border-bottom: 1px solid var(--line);
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.list-date {
  color: #a5a5a5;
  font-size: 1em;
  line-height: 1;
}

.subhero {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  text-align: center;
  background-color: #000;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding-top: 14em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subhero._1 {
  padding-bottom: 10em;
}

.wb-hamburger {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 4em;
  height: 4em;
  margin-top: 1em;
  display: none;
}

.wb-hamburger-line {
  background-color: var(--white);
  width: 3em;
  height: 2px;
}

.image-logo {
  opacity: 0;
  width: auto;
  height: 4.5em;
  margin-top: .75em;
  margin-bottom: 1em;
  position: absolute;
  inset: 0%;
}

.header-nav {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.txt-nav {
  color: var(--white);
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.3em;
  transition: color .2s;
}

.nav-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 5em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dropdown {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #93272cbf;
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.dd-inner {
  justify-content: flex-end;
  align-items: stretch;
  width: 90%;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dd-txtbox {
  grid-column-gap: .55em;
  grid-row-gap: .55em;
  flex-flow: column;
  width: 8em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.txt-dropdown {
  color: var(--white);
  text-align: center;
  max-width: 7.5em;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.1em;
  text-decoration: none;
}

.txt-dropdown:hover {
  font-weight: 800;
}

.dd-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: flex-end;
  align-items: stretch;
  margin-right: -1.5em;
  display: flex;
}

.navbg {
  z-index: 1;
  background-color: var(--white);
  opacity: 0;
  height: 100%;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto;
}

.logobox {
  position: relative;
}

.image-logo-white {
  z-index: 2;
  width: auto;
  height: 4.5em;
  margin-top: .75em;
  margin-bottom: 1em;
  transition: opacity .2s;
  position: relative;
  inset: 0% auto auto 0%;
}

.nav-hoverbar {
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .2em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.bubble {
  z-index: 50;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #93272cbf;
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  padding-top: .7em;
  padding-bottom: .7em;
  display: flex;
  position: fixed;
  inset: 50% 1.5em auto auto;
  transform: translate(0, -50%);
}

.image {
  width: 2em;
  height: auto;
}

.devideline {
  background-color: #fff3;
  width: 1.5em;
  height: 1px;
}

.devideline._1 {
  width: 100%;
}

.devideline._2 {
  width: 2px;
  height: 1em;
}

.devideline._3 {
  background-color: var(--line);
  width: 100%;
}

.background-video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.background-video.mo {
  display: none;
}

.hero-btm {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.hero-listbox {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.txt-herolink {
  color: var(--white);
  font-size: 1.1em;
  line-height: 1;
}

.hero-scrolldot {
  z-index: 2;
  background-color: var(--white);
  border-radius: 2em;
  width: .75em;
  height: .75em;
  position: absolute;
}

.hero-scroll1 {
  z-index: 1;
  background-image: linear-gradient(#ffffff40, #fff0 95%);
  border-radius: 2em;
  width: 1em;
  height: 2.5em;
  padding: .125em;
  position: relative;
}

.hero-scrollbox {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.scrolltxt-hero {
  color: var(--white);
  text-align: center;
  font-size: .8em;
  font-weight: 600;
  line-height: 1em;
}

.white {
  color: var(--white);
}

.red {
  color: var(--red);
}

.label {
  color: var(--red);
  font-size: 1.3em;
  font-weight: 800;
  line-height: 1.3;
}

.label.white {
  color: var(--white);
}

.label.en {
  text-transform: uppercase;
  font-family: Zalando Sans SemiExpanded, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
}

.wb-practice-sub {
  z-index: 2;
  color: var(--white);
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1;
}

.practice-bg {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.practice-txtbox {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 0px solid var(--red);
  background-image: linear-gradient(#0009, #0006 50%);
  border-radius: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2em;
  transition: border-radius .2s, border-width .2s, border-color .2s;
  display: flex;
  position: relative;
}

.practice-txtbox:hover {
  border-width: .5em;
  border-color: var(--red);
  border-radius: 2em;
}

.div-block-7 {
  z-index: 3;
  background-color: var(--red);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: absolute;
  inset: auto auto 1.75em 1.75em;
}

.image-2 {
  width: 1.5em;
  height: 1.5em;
}

.slide {
  height: auto;
  padding-right: 1em;
}

.slider {
  background-color: #fff0;
  height: auto;
  padding-bottom: 5em;
}

.mask {
  max-width: 25em;
  height: auto;
  overflow: visible;
}

.vertical-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vertical-left.gap1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.vertical-left.gap05 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.vertical-left.gap025 {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
}

.vertical-left.gap4 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
}

.slide-nav {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 3em;
  display: flex;
}

.case-description {
  color: #a0a0a0;
  max-height: 3.9em;
  font-size: 1em;
  line-height: 1.3;
  overflow: hidden;
}

.case-lawer {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  display: flex;
}

.case-profilecard {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.case-profileimage {
  border: 1px solid var(--line);
  border-radius: 20em;
  width: 3em;
  height: 3em;
}

.case-profile {
  text-align: center;
  font-weight: 800;
}

.section-header {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.slider-arrow {
  border: 1px solid var(--line);
  color: #93272c;
  border-radius: 20em;
  width: 3em;
  height: 3em;
  font-size: 1em;
  transition: color .2s, background-color .2s;
  inset: auto 0% 0% auto;
}

.slider-arrow:hover {
  background-color: var(--red);
  color: var(--white);
}

.slider-arrow._1 {
  inset: auto auto 0% 0%;
}

.cta {
  color: #333;
  white-space: nowrap;
  border: 1px solid #333;
  border-radius: .5em;
  padding: .7em 1em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color .2s, border-color .2s, color .2s;
}

.cta:hover {
  border-color: var(--red);
  background-color: var(--red);
  color: var(--white);
}

.cta._1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-color: var(--red);
  background-color: var(--red);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.cta._1:hover {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border-color: var(--gray);
  background-color: var(--gray);
  padding-right: 1.5em;
}

.cta._2 {
  margin-left: auto;
  margin-right: auto;
}

.cta._3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-color: var(--red);
  background-color: var(--red);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  transition: all .2s, background-color .2s, border-color .2s, color .2s;
  display: flex;
  position: absolute;
  inset: auto 2.5em 2.5em auto;
}

.cta._3:hover {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border-color: var(--gray);
  background-color: var(--gray);
  padding-right: 1.5em;
}

.sns-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  aspect-ratio: 5 / 6;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 1em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 33%;
  padding: 1em;
  transition: border-radius .2s, border-width .2s, border-color .2s;
  display: flex;
  position: relative;
}

.sns-card:hover {
  border-width: .5em;
  border-color: var(--red);
  border-radius: 2em;
}

.sns-category {
  color: var(--red);
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1;
}

.sns-title {
  text-align: center;
  max-height: 2.6em;
  font-size: 1.75em;
  font-weight: 800;
  line-height: 1.3;
  overflow: hidden;
}

.herolink {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  min-width: 13em;
  height: 3.5em;
  padding-left: .5em;
  padding-right: .5em;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.herolink:hover {
  background-color: #ffffff1a;
}

.img-herolink {
  opacity: .6;
  width: 2em;
  height: 2em;
}

.subtxt-herolink {
  color: #ffffffbf;
  font-size: .9em;
  line-height: 1;
}

.hero-list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-txtbox {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.step-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border: 1px solid var(--line);
  background-color: var(--line);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  display: grid;
}

.step-number1 {
  color: var(--white);
  font-family: Zalando Sans SemiExpanded, sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1;
}

.role {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  border-radius: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 8em 4em;
  display: grid;
  position: relative;
  overflow: hidden;
}

.role-inner {
  z-index: 2;
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vertical-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vertical-center.gap4 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
}

.vertical-center.gap2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.vertical-center.gap1-5 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
}

.vertical-center.gap0-5 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.step-label {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  background-color: #93272c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 3em;
  padding-top: 1.5em;
  padding-bottom: .25em;
  display: flex;
  position: relative;
}

.step-label1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: absolute;
  inset: 100% 0% auto;
}

.step-label2 {
  border-top: .5em solid var(--red);
  border-right: 1.5em solid var(--white);
  width: 1.5em;
  height: .75em;
}

.step-label2._1 {
  border-left: 1.5em solid var(--white);
  border-right-style: none;
}

.section-stickeybox {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 10em;
}

.image-3 {
  width: 1em;
  height: 1em;
}

.image-4 {
  width: auto;
  height: 2.5em;
}

.div-block-10 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-11 {
  position: relative;
}

.text-block {
  color: var(--white);
  text-align: center;
  font-family: Zalando Sans SemiExpanded, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 42%;
  transform: rotate(0)translate(-50%, -50%);
}

.principle {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  border-bottom: 1px solid var(--red);
  flex-flow: column;
  padding-bottom: 8em;
  display: flex;
}

.img-sns {
  border-radius: .5em;
  width: 100%;
  height: auto;
}

.case-date {
  color: #a7a7a7;
  text-align: right;
  font-size: 1em;
  line-height: 1em;
}

.horizontal-left-center {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.horizontal-left-center.gap025 {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
}

.sns-txtbox {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.horizontal-center-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.horizontal-center-center.gap05 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.tabs-menu {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
}

.tab-link {
  border: 1px solid var(--line);
  background-color: var(--white);
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  padding: .7em 1.4em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.tab-link.w--current {
  border-color: var(--red);
  background-color: var(--red);
  color: var(--white);
}

.hero-zindex2 {
  z-index: 2;
  background-image: linear-gradient(90deg, #000000b3, #0000 50%);
  width: 100%;
  height: 100%;
  padding-top: 9em;
  padding-bottom: 4em;
  position: absolute;
  inset: 0%;
}

.map-container {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.code-embed {
  width: 100%;
  height: 100%;
  min-height: 45svh;
  margin-bottom: 0;
}

.width100 {
  width: 100%;
}

.subway {
  color: #80bbe3;
  font-weight: 800;
}

.txt-mapbus {
  color: var(--white);
  background-color: #4c70e2;
  border-radius: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1.5em;
  padding-left: .4em;
  padding-right: .4em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.3em;
  display: flex;
}

.txt-mapbus._1 {
  background-color: #78bc51;
}

.txt-mapbus._2 {
  background-color: #db6758;
}

.txt-mapbus._3 {
  background-color: #76c5f0;
}

.div-block-12 {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: wrap;
  display: flex;
}

.txt-mapbuslabel {
  font-size: 1em;
  line-height: 1.3em;
}

.map-dot {
  background-color: #4c70e2;
  border-radius: 20em;
  width: 1em;
  height: 1em;
}

.map-dot._1 {
  background-color: #78bc51;
}

.map-dot._2 {
  background-color: #db6758;
}

.map-dot._3 {
  background-color: #76c5f0;
}

.subway1 {
  color: #4058b0;
  font-weight: 800;
}

.subway2 {
  color: #8ec7cc;
  font-weight: 800;
}

.image-5 {
  z-index: 1;
  opacity: .25;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.form-txtbox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.field-label {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2.5em;
  margin-bottom: 0;
  padding-left: .5em;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.field-label.black {
  color: #333;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #ffffff1a;
  width: 100%;
  height: 2.5em;
  margin-bottom: 0;
  padding: 0 .7em;
  font-size: 1.3em;
}

.text-field:active, .text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-bottom-color: var(--white);
}

.text-field::placeholder {
  color: #ffffff70;
}

.text-field._1 {
  border-bottom-color: var(--red);
  color: #333;
  background-color: #f4f4f4;
}

.text-field._1::placeholder {
  color: #bebebe;
}

.form {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-dot {
  background-color: var(--red);
  border-radius: 20em;
  width: .5em;
  height: .5em;
  position: absolute;
  inset: .5em auto auto 0%;
}

.text-area {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #ffffff1a;
  width: 100%;
  height: 2.5em;
  min-height: 10em;
  margin-bottom: 0;
  padding: .5em .7em 0;
  font-size: 1.3em;
}

.text-area:active, .text-area:focus, .text-area:focus-visible, .text-area[data-wf-focus-visible] {
  border-bottom-color: var(--white);
}

.text-area::placeholder {
  color: #ffffff70;
}

.text-area._1 {
  border-bottom-color: var(--red);
  color: #333;
  background-color: #f4f4f4;
}

.text-area._1::placeholder {
  color: #bebebe;
}

.form-block {
  margin-bottom: 0;
}

.div-block-13 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: .5em;
  font-size: 1.3em;
  display: grid;
}

.radio-button {
  box-shadow: 0 0 0 1px var(--line);
  background-color: #ffffff1a;
  border: 1px solid #fff0;
  width: 1.25em;
  min-width: 1.25em;
  height: 1.25em;
  margin-top: 0;
}

.radio-button.w--redirected-checked {
  border-width: .2em;
  border-color: var(--white);
  background-color: var(--red);
}

.radio-button.w--redirected-focus, .radio-button.w--redirected-focus-visible {
  box-shadow: 0 0 0 1px var(--line);
}

.radio-button-label {
  color: var(--white);
  width: 100%;
  margin-bottom: 0;
  margin-left: .5em;
  font-size: .8em;
}

.radio-button-label.black {
  color: #333;
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.blank {
  width: 100%;
  height: 100%;
}

.checkbox-label {
  color: var(--white);
  margin-bottom: 0;
  margin-left: .5em;
  font-size: 1.1em;
  line-height: 1;
}

.checkbox-label.black {
  color: #333;
}

.checkbox {
  border: 1px solid var(--line);
  background-color: #ffffff1a;
  border-radius: 20em;
  width: 1.5em;
  height: 1.5em;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  border-color: var(--red);
  background-color: var(--red);
  background-image: url('../images/v.svg');
  background-position: 50%;
  background-size: 85% 85%;
}

.checkbox.w--redirected-focus, .checkbox.w--redirected-focus-visible {
  box-shadow: 0 0 #0003;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.submit-button {
  background-color: var(--red);
  border-radius: .5em;
  width: 100%;
  height: 2.75em;
  padding: 0;
  font-size: 1.3em;
  line-height: 1;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: var(--gray);
}

.logo-footer {
  width: auto;
  height: 4em;
}

.div-block-3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60em;
  display: flex;
}

.link {
  color: var(--white);
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
}

.div-block-1 {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2em;
  display: flex;
}

.image-6 {
  opacity: .25;
  width: 2em;
  height: 2em;
}

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.img-role {
  z-index: 1;
  opacity: .35;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.txt-monav, .dd-mohead {
  display: none;
}

.div-block-18 {
  grid-column-gap: .55em;
  grid-row-gap: .55em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.dropdown-move {
  width: 100%;
}

.wb-x {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 4em;
  height: 4em;
  display: none;
}

.heading {
  color: var(--white);
  text-align: center;
}

.subhero-remote {
  z-index: 2;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffff26;
  border-radius: 1.5em 1.5em 0 0;
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5em;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
  position: relative;
}

.subhero-btn {
  color: var(--white);
  border-top-left-radius: .75em;
  border-top-right-radius: .75em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.25em;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
  display: flex;
}

.subhero-btn:hover {
  border-top-color: var(--red);
  color: #333;
  background-color: #fff;
}

.subhero-btn.w--current,
.subhero-btn.active {
  color: #333;
  background-image: linear-gradient(#ffe6e7, #fff);
  font-weight: 800;
}

.subhero-btn._1 {
  border-radius: .75em;
}

.img-subhero {
  z-index: 1;
  opacity: .3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-sub {
  min-height: 80svh;
  padding-top: 10em;
  padding-bottom: 10em;
}

.list-imgbox {
  background-image: url('../images/guideimg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5em;
  width: 8em;
  min-width: 8em;
  height: 6em;
  overflow: hidden;
}

.img-news {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.list-txtbox {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.list-title {
  max-height: 2.6em;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.3;
  overflow: hidden;
}

.form-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.text-field-2 {
  background-color: #f1f1f1;
  border: 1px #000;
  border-radius: .5em;
  width: 15em;
  height: 2.5em;
  margin-bottom: 0;
  padding: 0 1em;
  font-size: 1.3em;
  line-height: 1.3;
}

.text-field-2._1 {
  width: 100%;
}

.submit-button-2 {
  background-color: var(--red);
  border-radius: .5em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.1em;
  line-height: 1;
}

.list-top {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  padding-bottom: 1.5em;
  display: flex;
}

.list-top._1 {
  border-bottom-style: none;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2em;
}

.txt-listcount {
  color: var(--red);
  font-size: 1.5em;
  font-weight: 600;
}

.list-count {
  justify-content: center;
  align-items: center;
  display: flex;
}

.txt-listlabel {
  font-size: 1.5em;
  font-weight: 600;
}

.pagination {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.btn-pagination {
  border: 1px solid var(--line);
  text-align: center;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  font-size: 1em;
  line-height: 1em;
  display: flex;
}

.btn-pagination:hover {
  background-color: #f4f4f4;
}

.btn-pagination._1 {
  width: 4em;
}

.btn-pagination.current {
  background-color: var(--red);
  color: var(--white);
}

.btn-pagination.current:hover {
  background-color: var(--red);
}

.news-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: grid;
}

.news-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-txtbox {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.review-imgbox {
  aspect-ratio: 3 / 2;
  background-image: url('../images/guideimg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1em;
  width: 100%;
  overflow: hidden;
}

.news-title {
  max-height: 2.6em;
  font-size: 1.2em;
  font-weight: 800;
  line-height: 1.3;
  overflow: hidden;
}

.case-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: grid;
}

.case-card {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 1em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2em;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.case-card, .case-card:visited {
  color: inherit;
  text-decoration: none;
}

.case-card:hover {
  background-color: #93272c0d;
}

.case-sorting {
  grid-column-gap: .75em;
  grid-row-gap: .25em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  border-bottom: 2px solid #93272c00;
  justify-content: center;
  align-items: center;
  height: 2em;
  padding-left: .25em;
  padding-right: .25em;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.text-block-2.current {
  color: var(--red);
  border-bottom-color: #93272c;
}

.form-block-1 {
  margin-bottom: 0;
}

.txt-subhero {
  color: #ffffff80;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1;
}

.works-remote {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.grid-business {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.business-title {
  padding-right: .5em;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.3;
}

.business-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--line);
  border-radius: 1.5em;
  flex-flow: column;
  padding: 2em;
  display: flex;
  position: relative;
  box-shadow: .25em .25em 1em #0000001a;
}

.list {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  color: var(--red);
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: square;
  display: flex;
}

.business-desc {
  color: var(--gray);
  font-size: 1.1em;
  line-height: 1.5;
}

.business-deco {
  width: 2px;
  height: 100%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  position: absolute;
  inset: 50% auto 0% 0%;
  transform: translate(0, -50%);
}

.business-deco1 {
  background-color: var(--red);
  width: 100%;
  height: 100%;
}

.business-label {
  border: 1px solid var(--red);
  color: var(--red);
  text-align: center;
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2em;
  font-size: .9em;
  font-weight: 800;
  display: flex;
  position: absolute;
  inset: .75em .75em auto auto;
}

.div-block-19 {
  background-color: var(--red);
  width: 3em;
  height: 1px;
}

.txt-business {
  text-align: center;
  max-width: 26em;
  font-size: 1.5em;
  line-height: 1.3;
}

.txt-business._1 {
  color: #333;
  max-width: 17em;
  font-size: 2.5em;
  font-weight: 800;
}

.txt-business._2 {
  color: var(--red);
  max-width: 17em;
  margin-bottom: -.75em;
  font-size: 1.5em;
  font-weight: 800;
}

.div-block-20 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #f4f4f4;
  border-radius: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 7.5em 1em;
  display: flex;
}

.business-remote {
  z-index: 2;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffff26;
  border-radius: 1.5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  padding: .5em;
  display: grid;
  position: relative;
}

.about-hero {
  text-align: center;
  background-color: #000;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 90svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero._1 {
  padding-bottom: 10em;
}

.txt-abouthero {
  color: var(--white);
  font-size: 1.5em;
  line-height: 1;
}

.abouthero-txtbox {
  grid-column-gap: .35em;
  grid-row-gap: .35em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.txt-abouthero1 {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1.25em;
  min-height: 1.25em;
  line-height: 1;
  display: flex;
}

.abouthero-rollingbox {
  border: 1px solid var(--line);
  background-color: #ffffff26;
  border-radius: .25em;
  flex-flow: column;
  max-height: 1.25em;
  padding-left: .2em;
  padding-right: .2em;
  font-size: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-21 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.img-aboutbg {
  z-index: 1;
  opacity: .1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-section {
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;
}

.about-section._1 {
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.about-section.gray {
  background-color: #f4f4f4;
}

.about-section.overflowhidden {
  overflow: hidden;
}

.chinese {
  border: .1em solid var(--red);
  color: var(--red);
  border-radius: .5em;
  margin-left: .2em;
  margin-right: .15em;
  padding: .2em .35em;
  font-size: .4em;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.compare-text {
  max-width: 30em;
  font-size: 1.25em;
  line-height: 1.5;
}

.compare-text._1 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.div-block-22 {
  background-color: #fff;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-9 {
  opacity: .15;
  filter: invert();
  width: 1.5em;
  height: 1.5em;
}

.compare-item1 {
  color: var(--red);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1em;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.5;
  display: flex;
}

.compare-item1._1 {
  color: var(--white);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.promise-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #faf5f5;
  border-radius: 1em;
  flex-flow: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
  position: relative;
}

.promise-title {
  color: #333;
  padding-right: .5em;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.3;
}

.promise-desc {
  font-size: 1.3em;
  line-height: 1.5;
}

.image-10 {
  opacity: .25;
  width: 4em;
  height: auto;
  margin-top: 2em;
}

.grid-promise {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-23 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #000;
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding: 12em 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-11 {
  z-index: 1;
  opacity: .7;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.promise-text {
  z-index: 2;
  color: var(--white);
  text-align: center;
  max-width: 30em;
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}

.promise-text._1 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.lawyer-namebox {
  z-index: 3;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 2.5em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lawyer-bg {
  z-index: 1;
  background-color: var(--red);
  mix-blend-mode: overlay;
  position: absolute;
  inset: 0%;
}

.lawyerlist-img {
  z-index: 2;
  width: 100%;
  height: auto;
  padding-top: 1em;
  padding-right: 2em;
  position: relative;
}

.lawerlist-card {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #f5f2f2;
  border-radius: 1em;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  text-decoration: none;
  transition: background-color .2s;
  display: grid;
  position: relative;
  overflow: hidden;
}

.lawerlist-card:hover {
  background-color: #faeaea;
}

.lawerlist-card._1 {
  background-image: url('../images/lawers3.webp');
}

.lawyerlist-namebox {
  z-index: 2;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-left: 2.5em;
  display: flex;
  position: relative;
}

.lawyerlist-bg {
  z-index: 1;
  opacity: .1;
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.lawyerlist-cta {
  opacity: 1;
  color: #333;
  border: 1px solid #3333;
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  height: 2em;
  margin-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1em;
  line-height: 1;
  display: flex;
}

.lawerinfo {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  text-align: center;
  background-color: #000;
  background-image: url('../images/lawerherobg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lawerinfo._1 {
  padding-bottom: 10em;
}

.lawerinfo-img {
  z-index: 2;
  width: auto;
  height: 35em;
  margin-top: 8em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.lawerinfo-container {
  z-index: 3;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.lawerinfo-container._2 {
  z-index: 2;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.lawerinfo-container._3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.lawerinfo-container._4 {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  position: relative;
}

.lawerinfo-container._5 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.lawerinfo-container._6 {
  justify-content: flex-start;
  align-items: center;
}

.lawerinfo-container._7 {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.lawerinfo-container.relative {
  position: relative;
}

.lawerinfo-container.relative.zindex2 {
  z-index: 2;
}

.lawerinfo-container._8 {
  max-width: 1200px;
}

.lawerinfo-bg {
  z-index: 1;
  opacity: .12;
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 50%;
  transform: translate(-50%);
}

.lawerinfo-box {
  flex-flow: column;
  justify-content: flex-end;
  padding-bottom: 5em;
  display: flex;
}

.lawerinfo-arrow {
  color: var(--white);
  border: 1px solid #fff3;
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  font-size: 1em;
  line-height: 1;
  transition: color .2s, background-color .2s;
  display: flex;
}

.lawerinfo-arrow:hover {
  background-color: var(--white);
  color: #313741;
}

.lawerinfo-btn {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  color: var(--white);
  font-size: 1.25em;
  line-height: 1;
}

.lawerinfo-container1 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-24 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  max-width: 24em;
  font-size: 1.25em;
  line-height: 1.3;
}

.paragraph._1 {
  font-size: 2em;
  font-weight: 800;
}

.div-block-25 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #f3f3f3;
  flex-flow: column;
  padding: 3.5em 2.5em;
  display: flex;
}

.paragraph-2 {
  color: var(--red);
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1;
}

.paragraph-3 {
  color: var(--gray);
  font-size: 1.1em;
  line-height: 1.3;
}

.list-2 {
  grid-row-gap: .5em;
  color: var(--red);
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 1em;
  line-height: 1.3;
  list-style-type: disc;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  display: flex;
}

.div-block-26._1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.bg-video-hover {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: 5 / 4.5;
  opacity: .1;
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 8px;
    line-height: 16px;
  }

  .wb-hamburger {
    display: flex;
  }

  .header-nav {
    display: none;
  }

  .dropdown {
    z-index: 500;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    flex-flow: column;
    height: 100%;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .dd-inner {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    margin-right: 0;
    overflow: auto;
  }

  .dd-txtbox {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .txt-dropdown {
    color: var(--gray);
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: .7em;
    padding-bottom: .7em;
    padding-left: 5%;
    font-size: 1.6em;
    display: flex;
  }

  .txt-dropdown._1 {
    margin-top: .5em;
  }

  .txt-dropdown._2 {
    margin-bottom: .5em;
  }

  .dd-grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-right: 0;
    padding-bottom: 10em;
  }

  .bubble {
    top: auto;
    bottom: 5svw;
    right: 5%;
    transform: none;
  }

  .hero-btm {
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-zindex2 {
    padding-bottom: 5svw;
  }

  .txt-monav {
    border-top: 1px solid var(--line);
    color: #333;
    justify-content: flex-start;
    align-items: center;
    height: 3em;
    padding-left: 5%;
    font-size: 2em;
    font-weight: 600;
    line-height: 1em;
    text-decoration: none;
    display: flex;
  }

  .dd-mohead {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 6em;
    min-height: 6em;
    max-height: 6em;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .image-7 {
    width: auto;
    height: 4.5em;
  }

  .div-block-18 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    background-color: #f5f5f5;
    overflow: hidden;
  }

  .dropdown-move {
    background-color: var(--white);
    height: 100%;
  }

  .wb-x {
    display: flex;
  }

  .image-8 {
    width: 2.5em;
    height: 2.5em;
  }

  .container._2 {
    grid-template-columns: 1fr;
  }

  .h1-hero, .h2-section, .h2-section.en {
    font-size: 3em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 10px;
  }

  .grid-4col {
    grid-template-columns: 1fr 1fr;
  }

  .wb-grid-2col {
    grid-template-columns: 1fr;
  }

  .principle-card {
    padding-top: 4em;
  }

  .sns-grid {
    width: 100%;
    padding-bottom: 1em;
    overflow: auto;
  }

  .compare-item {
    padding-right: .5em;
    font-size: 1.3em;
  }

  .list-item {
    flex-flow: row-reverse;
  }

  .header-nav, .background-video {
    display: none;
  }

  .background-video.mo {
    display: block;
  }

  .mask {
    max-width: 22em;
  }

  .section-header {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .sns-card {
    width: 70%;
    min-width: 22em;
  }

  .sns-title {
    font-size: 1.3em;
  }

  .herolink {
    min-width: 12em;
  }

  .step-grid {
    grid-template-columns: 1fr 1fr;
  }

  .role {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
    padding-left: 2em;
    padding-right: 2em;
  }

  .role-inner {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .section-stickeybox {
    position: relative;
    top: 0;
  }

  .principle {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    width: 100%;
    padding-bottom: 4em;
  }

  .hero-zindex2 {
    background-image: linear-gradient(#000000b3, #0000 35% 75%, #000000b3);
  }

  .map-container {
    grid-template-columns: 1fr;
  }

  .img-role {
    object-position: 80% 50%;
  }

  .img-subhero._1 {
    object-position: 15% 50%;
  }

  .section-sub {
    padding-top: 7em;
  }

  .text-field-2 {
    width: 10em;
  }

  .list-top._1 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .news-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .news-title {
    font-size: 1.35em;
  }

  .case-grid, .grid-business {
    grid-template-columns: 1fr;
  }

  .txt-business._1 {
    font-size: 2em;
  }

  .business-remote {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-21 {
    flex-flow: column;
  }

  .compare-item1 {
    padding-left: .5em;
    font-size: 1.3em;
  }

  .grid-promise {
    grid-template-columns: 1fr;
  }

  .div-block-23 {
    grid-column-gap: 30em;
    grid-row-gap: 30em;
    justify-content: center;
    align-items: center;
    padding: 3em 2em;
  }

  .image-11 {
    object-position: 15% 50%;
  }

  .lawerinfo {
    padding-top: 10em;
    padding-bottom: 48em;
  }

  .lawerinfo-img {
    max-width: none;
    height: 40em;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }

  .lawerinfo-container {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .lawerinfo-container._2 {
    grid-template-columns: 1fr;
  }

  .lawerinfo-bg {
    width: 100%;
    height: auto;
    top: auto;
    left: 0%;
    right: 0;
    transform: none;
  }

  .lawerinfo-box {
    padding-bottom: 2em;
  }

  .lawerinfo-box._1 {
    display: none;
  }

  .lawerinfo-container1 {
    grid-template-columns: 1fr;
  }

  .div-block-24 {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .sns-card {
    width: 25em;
  }

  .img-role {
    object-position: 65% 50%;
  }

  .image-11 {
    object-position: 20% 50%;
  }

  .lawerinfo {
    padding-bottom: 40em;
  }

  .lawerinfo-img {
    height: 32em;
  }
}

#w-node-_6ae9be8a-ea2f-2462-0413-4e9127d81d7c-a9a5caa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eeb1780-c795-86d0-c0ca-266681be0d04-a9a5caa8, #w-node-_245457b3-c713-c205-eabb-31384548a16b-a9a5caa8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b0c1dd8c-d38c-c670-8566-09f396b89c6b-96b89c68 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b0c1dd8c-d38c-c670-8566-09f396b89c73-96b89c68 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b0c1dd8c-d38c-c670-8566-09f396b89c79-96b89c68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0c1dd8c-d38c-c670-8566-09f396b89c7f-96b89c68 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7ccb78f2-e45c-7f42-2216-16644bfd9b76-da6f5be8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dded3fc1-4b68-8db6-cd69-fb0a99153a04-e8893a13, #w-node-dded3fc1-4b68-8db6-cd69-fb0a99153a19-e8893a13 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Suit';
  src: url('../fonts/SUIT-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suit';
  src: url('../fonts/SUIT-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suit';
  src: url('../fonts/SUIT-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.form-error {
  color: #93272c;
  font-size: .85em;
  font-weight: 500;
  margin-top: .35em;
  margin-bottom: 0;
  padding-left: .25em;
}

.w-input.error, .w-input.error:focus,
.w-checkbox-input.error {
  border-color: #93272c;
}

.form-dark .form-error {
  color: #f87171;
}

.list-empty {
  display: flex;
  margin-top: 2em;
  justify-content: center;
  align-items: center;
  padding: 5em 2em;
  border: 1px dashed #d1d5db;
  border-radius: .75em;
  width: 100%;
}

.list-empty-text {
  color: #9ca3af;
  font-size: 1.1em;
}

.detail-header {
  margin-bottom: 2.5em;
  padding-bottom: 2em;
}

.detail-badge {
  background-color: var(--red);
  color: var(--white);
  border-radius: 20em;
  padding: .35em .7em;
  font-size: .85em;
  font-weight: 600;
  line-height: 1;
}

.detail-top {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}

.detail-date {
  color: #9ca3af;
  font-size: .9em;
}

.detail-lawyer-list {
  display: flex;
  gap: 1.25em;
  margin-top: 1.5em;
  animation: fadeUp .6s ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(1em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.detail-lawyer-card {
  display: flex;
  align-items: center;
  gap: .6em;
}

.detail-lawyer-img {
  width: 2.25em;
  height: 2.25em;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #e5e7eb;
}

.detail-lawyer-img-placeholder {
  width: 2.25em;
  height: 2.25em;
  border-radius: 50%;
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
}

.detail-lawyer-info {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.detail-lawyer-name {
  font-size: .9em;
  font-weight: 700;
  color: #1f2937;
}

.detail-lawyer-position {
  font-size: .75em;
  color: #9ca3af;
}

.detail-thumbnail {
  margin-bottom: 2em;
}

.detail-img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: .5em;
}

.detail-content.prose {
  line-height: 1.8;
  font-size: 1em;
  color: #374151;
  word-break: keep-all;
}

.detail-content.prose p {
  margin-bottom: 1em;
}

.detail-content.prose h2,
.detail-content.prose h3,
.detail-content.prose h4 {
  margin-top: 1.5em;
  margin-bottom: .75em;
  font-weight: 600;
}

.detail-content.prose ul,
.detail-content.prose ol {
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.detail-content.prose li {
  margin-bottom: .5em;
}

.detail-content.prose table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
  font-size: .95em;
}

.detail-content.prose th,
.detail-content.prose td {
  border: 1px solid var(--line);
  padding: .6em 1em;
  text-align: left;
}

.detail-content.prose th {
  background-color: #f9fafb;
  font-weight: 600;
  color: #1f2937;
}

.detail-content.prose td {
  color: #374151;
}

.detail-content.prose a {
  color: var(--red);
  text-decoration: underline;
}

.detail-content.prose a:hover {
  opacity: .8;
}

.legal-header {
  text-align: center;
  margin-bottom: 3em;
  padding-bottom: 2em;
  border-bottom: 1px solid var(--line);
}

.legal-title {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: .5em;
}

.detail-back {
  margin-top: 3em;
  padding-top: 2em;
  display: flex;
  justify-content: center;
  border-top: 1px solid #e5e7eb;
}

/* Blog */
.blog-category-badge {
  display: inline-block;
  padding: .2em .6em;
  font-size: .75em;
  font-weight: 600;
  border-radius: 4px;
  background: var(--light-bg, #f0f0f0);
  color: var(--secondary, #666);
  margin-bottom: .4em;
}
.blog-excerpt {
  font-size: .9em;
  color: var(--secondary, #888);
  margin-top: .4em;
  line-height: 1.5;
}