@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: var(--color-navy-900);
  background-color: var(--color-sumi-50);
}

* {
  box-sizing: border-box;
}

a {
  color: var(--color-navy-800);
}

ul[class],
ol[class] {
  padding-right: 0;
  padding-left: 0;
  list-style: none;
}

button {
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: none;
  border: none;
}

figure {
  margin: 0;
}

picture {
  display: block;
}

:root {
  scroll-padding: 60px;
  --color-navy-800: #293857;
  --color-navy-900: #424854;
  --color-navy-1000: #1a2640;
  --color-sumi-50: #fafafa;
  --color-sumi-100: #edeff2;
  --color-sumi-200: #e6e8eb;
  --color-sumi-300: #d9dbde;
  --color-sumi-400: #cbcdd1;
  --color-sumi-500: #b8babf;
  --color-sumi-700: #5c6473;
  --color-sumi-800: #424854;
  --color-gold-100: #f7f6f5;
  --color-gold-300: #e5e4e3;
  --color-gold-600: #a89983;
  --color-gold-700: #8f816d;
  --color-gold-800: #807163;
  --color-secondly: #948673;
  --color-muted: #535a67;
  --color-caution: #b22428;
}
@media print, screen and (width>=768px) {
  :root {
    scroll-padding: 72px;
  }
}

.nm-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background-color: var(--color-navy-900);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.nm-icon--color-secondly {
  background-color: var(--color-secondly);
}

.nm-icon--caret-right {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_caret-right.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_caret-right.svg);
}

.nm-icon--caret-down {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_caret-down.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_caret-down.svg);
}

.nm-icon--caret-left {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_caret-left.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_caret-left.svg);
}

.nm-icon--caret-up {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_caret-up.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_caret-up.svg);
}

.nm-icon--arrow-right {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_arrow-right.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_arrow-right.svg);
}

.nm-icon--arrow-down {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_arrow-down.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_arrow-down.svg);
}

.nm-icon--arrow-left {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_arrow-left.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_arrow-left.svg);
}

.nm-icon--arrow-up {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_arrow-up.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_arrow-up.svg);
}

.nm-icon--triangle-right {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_triangle-right.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_triangle-right.svg);
}

.nm-icon--file {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_file.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_file.svg);
}

.nm-icon--external-link {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_external-link.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_external-link.svg);
}

.nm-icon--carret-down-double {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_carret-down-double.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_carret-down-double.svg);
}

.nm-icon--plus {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_plus.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_plus.svg);
}

.nm-icon--minus {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_minus.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_minus.svg);
}

.nm-icon--modal {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_modal.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_modal.svg);
}

.nm-icon--clear {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_clear.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_clear.svg);
}

.nm-icon--handshake {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_handshake.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_handshake.svg);
}

.nm-icon--cases {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_cases.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_cases.svg);
}

.nm-icon--one-stop {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_one-stop.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_one-stop.svg);
}

.nm-icon--speed {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_speed.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_speed.svg);
}

.nm-icon--team {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_team.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_team.svg);
}

.nm-icon--japan {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_japan.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_japan.svg);
}

.nm-icon--web {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_web.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_web.svg);
}

.nm-icon--fax {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_fax.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_fax.svg);
}

.nm-icon--phone {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_phone.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_phone.svg);
}

.nm-icon--mail {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_mail.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_mail.svg);
}

.nm-icon--realestate {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_realestate.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_realestate.svg);
}

.nm-icon--rights {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_rights.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_rights.svg);
}

.nm-icon--trouble {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_trouble.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_trouble.svg);
}

.nm-icon--market {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_market.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_market.svg);
}

.nm-icon--question {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_question.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_question.svg);
}

.nm-icon--answer {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_answer.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_answer.svg);
}

.nm-icon--calendar {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_calendar.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_calendar.svg);
}

.nm-circle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--color-secondly);
  border-radius: 50%;
}
.nm-circle-icon__icon {
  width: 26px;
  height: 26px;
  background-color: #fff;
}
.nm-circle-icon--white {
  background-color: var(--color-gold-100);
}
.nm-circle-icon--white .nm-circle-icon__icon {
  background-color: var(--color-navy-1000);
}

.nm-background-fabric {
  background: url(/legalest-navi/common/images/bg_fabric.png) 0 0 repeat;
}

.nm-background-paper {
  background: url(/legalest-navi/common/images/bg_paper.png) 0 0 repeat;
}

.nm-background-stone {
  background: url(/legalest-navi/common/images/bg_stone.png) 0 0 repeat;
}

.nm-background-white {
  background: var(--color-sumi-50);
}
.nm-background-white--tab-menu {
  z-index: 10;
  border-bottom: 1px solid rgba(41, 56, 87, 0.15);
  position: sticky;
  top: 60px;
}
@media print, screen and (width>=768px) {
  .nm-background-white--tab-menu {
    top: 72px;
  }
}
@media print, screen and (width>=768px) {
  .nm-background-white--tab-menu .nm-scroll-tab .nm-tab-switcher {
    padding-left: 0;
    padding-right: 0;
  }
}
.nm-background-white--tab-menu + .nm-base-layout {
  margin-top: -2px;
}

.nm-breadcrumb-layout {
  padding: 32px 24px 16px;
  background-color: var(--color-navy-1000);
  border-bottom: 1px solid rgba(247, 246, 245, 0.15);
}
@media print, screen and (width>=768px) {
  .nm-breadcrumb-layout {
    padding: 16px 24px 0;
    margin-bottom: -20px;
    background: url(/legalest-navi/common/images/bg_stone.png) 0 0 repeat;
  }
}

.nm-breadcrumb {
  display: -webkit-box;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.nm-breadcrumb__item {
  font-size: 0.8125rem;
  color: var(--color-sumi-500);
}
.nm-breadcrumb__item + .nm-breadcrumb__item::before {
  padding: 0 16px;
  content: "/";
}
.nm-breadcrumb__item:first-child {
  text-transform: uppercase;
}
.nm-breadcrumb__item:last-child .nm-breadcrumb__link {
  font-weight: bold;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
  border-bottom: none;
}
.nm-breadcrumb__link {
  color: var(--color-sumi-500);
  transition-timing-function: ease-out;
  transition-duration: 0.25s;
  transition-property: border;
}
@media print, screen and (width>=768px) {
  .nm-breadcrumb__link {
    color: var(--color-navy-800);
    text-decoration: none;
    border-bottom: 1px solid rgba(41, 56, 87, 0.15);
  }
}
@media (hover: hover) {
  .nm-breadcrumb__link:hover {
    border-color: rgb(41, 56, 87);
  }
}
.nm-breadcrumb--ellipsis .nm-breadcrumb__item {
  display: inline;
}

.nm-button {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px 8px 32px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--color-gold-700);
  text-decoration: none;
  transition-timing-function: ease-out;
  transition-duration: 0.25s;
  transition-property: all;
  border: solid 1px var(--color-gold-700);
}
.nm-button--back {
  padding: 8px 32px 8px 12px;
}
.nm-button__icon {
  width: 24px;
  height: 24px;
  background-color: var(--color-gold-700);
}
@media (hover: hover) {
  .nm-button:hover {
    color: var(--color-gold-100);
    background-color: var(--color-gold-700);
  }
  .nm-button:hover .nm-button__icon {
    background-color: var(--color-gold-100);
  }
}
.nm-button--white {
  color: var(--color-navy-800);
  background-color: #f7f5f2;
  border-color: #f7f5f2;
}
.nm-button--white .nm-button__icon {
  background-color: var(--color-navy-800);
}
@media (hover: hover) {
  .nm-button--white:hover {
    color: var(--color-gold-100);
    background-color: rgba(247, 246, 245, 0.15);
  }
  .nm-button--white:hover .nm-button__icon {
    background-color: var(--color-gold-100);
  }
}
.nm-button--secondly {
  color: var(--color-gold-100);
  background-color: var(--color-secondly);
  border-color: var(--color-secondly);
}
.nm-button--secondly .nm-button__icon {
  background-color: var(--color-gold-100);
}
@media (hover: hover) {
  .nm-button--secondly:hover {
    color: var(--color-secondly);
    background-color: var(--color-gold-100);
  }
  .nm-button--secondly:hover .nm-button__icon {
    background-color: var(--color-secondly);
  }
}
.nm-button--inverted {
  color: var(--color-gold-100);
  background-color: transparent;
  border-color: rgba(247, 246, 245, 0.15);
}
.nm-button--inverted .nm-button__icon {
  background-color: var(--color-gold-100);
}
@media (hover: hover) {
  .nm-button--inverted:hover {
    background-color: rgba(247, 246, 245, 0.15);
  }
}
.nm-button--disabled, .nm-button[disabled] {
  padding-left: 12px;
  color: #b6b8bd;
  pointer-events: none;
  cursor: default;
  border-color: #b6b8bd;
}
.nm-button--disabled .nm-button__icon, .nm-button[disabled] .nm-button__icon {
  display: none;
}

.nm-ripple-link-layout {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  font-size: 1.125rem;
  color: var(--color-secondly);
  text-decoration: none;
}
.nm-ripple-link-layout__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
.nm-ripple-link-layout__icon img {
  z-index: 1;
}

.nm-ripple-link {
  text-decoration: none;
}
@media (hover: hover) {
  .nm-ripple-link:hover .nm-ripple-link-layout__icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 32px;
    height: 32px;
    content: "";
    background-color: var(--color-secondly);
    border-radius: 50%;
    animation: 1.5s ripple forwards;
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
.nm-case-card {
  display: block;
  width: 100%;
  text-decoration: none;
  background-color: #f7f5f2;
  border: 1px solid var(--color-gold-300);
  transition-timing-function: ease-out;
  transition-duration: 0.25s;
  transition-property: border-color;
}
@media (hover: hover) {
  .nm-case-card:hover {
    border-color: #8f816d;
  }
}
.nm-case-card__label {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 32px;
  padding-right: 12px;
  margin: 0;
  font-size: 0.8125rem;
  color: var(--color-gold-700);
  background-color: var(--color-gold-300);
}
.nm-case-card__inner {
  padding: 16px 24px 8px 16px;
}
.nm-case-card__link {
  display: flex;
  justify-content: end;
  margin-top: 4px;
  font-size: 0.9375rem;
  transform: translateX(12px);
}
.nm-case-card--seminar .nm-case-card__inner {
  padding: 24px;
}
@media print, screen and (width>=768px) {
  .nm-case-card--seminar .nm-seminar-contents {
    display: flex;
    flex-direction: column;
  }
}
@media print, screen and (width<768px) {
  .nm-case-card--seminar .nm-seminar-contents__title {
    margin-top: 0;
  }
}
.nm-case-card--seminar .nm-seminar-contents__title-text {
  margin-top: 8px;
  line-height: 1.5;
}
.nm-case-card--seminar .nm-seminar-contents__img {
  margin: 12px 0 0;
}
@media print, screen and (width>=768px) {
  .nm-case-card--seminar .nm-seminar-contents__img {
    order: -1;
    margin: 0;
  }
}
.nm-case-card--workshop .nm-case-card__label {
  justify-content: start;
  height: 48px;
  padding-left: 24px;
  margin: 0;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5;
  color: var(--color-navy-800);
}
@media print, screen and (width>=768px) {
  .nm-case-card--workshop .nm-case-card__label {
    height: 52px;
    font-size: 1.25rem;
  }
}
.nm-case-card--workshop .nm-case-card__inner {
  padding: 16px 24px 12px;
}
@media print, screen and (width>=768px) {
  .nm-case-card--workshop .nm-case-card__inner {
    padding: 24px 32px 20px;
  }
}

.nm-case-card-contents {
  margin: 0;
}
.nm-case-card-contents__title {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media print, screen and (width>=768px) {
  .nm-case-card-contents__title {
    font-size: 1.25rem;
  }
}
.nm-case-card-contents__contents {
  margin: 24px 0 0;
}

.nm-case-card-table {
  display: grid;
  grid-template-columns: 65px 1fr;
  margin: 0;
  font-size: 0.8125rem;
  border-top: 1px solid rgba(41, 56, 87, 0.15);
}
.nm-case-card-table__term {
  min-width: 27%;
  padding: 8px 0;
  border-bottom: 1px solid rgba(41, 56, 87, 0.15);
}
.nm-case-card-table__description {
  padding: 8px 0 8px 24px;
  margin: 0;
  border-bottom: 1px solid rgba(41, 56, 87, 0.15);
}

.nm-case-card-table-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.nm-case-card-table-text--long {
  -webkit-line-clamp: 3;
}

.nm-seminar-img {
  margin: 0;
}

.nm-seminar-contents {
  margin: 0;
}
.nm-seminar-contents__title {
  margin-top: 12px;
}
.nm-seminar-contents__title-text {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.nm-seminar-contents__date {
  display: flex;
  gap: 0 8px;
  font-family: "EB Garamond", serif;
  line-height: 1.5;
  color: var(--color-sumi-700);
}
.nm-seminar-contents__date .nm-icon--calendar {
  flex-shrink: 0;
  margin-top: 5px;
  background-color: var(--color-sumi-700);
}
.nm-seminar-contents__date time {
  display: block;
}
.nm-seminar-contents__contents {
  margin: 16px 0 0;
}
@media print, screen and (width>=768px) {
  .nm-seminar-contents__contents {
    margin-top: 20px;
  }
}

.nm-seminar-img {
  text-align: center;
}
.nm-seminar-img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.nm-service-card {
  text-decoration: none;
}
.nm-service-card__img {
  display: flex;
  justify-content: center;
}
.nm-service-card__img > img {
  max-width: 100%;
  height: auto;
}
@media print, screen and (width>=768px) {
  .nm-service-card__img > img {
    width: 100%;
    max-width: 654px;
  }
}
.nm-service-card__link {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.nm-service-card__link .nm-ripple-link-layout__icon {
  transform: translateX(12px);
}
.nm-service-card__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: normal;
}
@media print, screen and (width>=768px) {
  .nm-service-card__title {
    font-size: 1.5rem;
  }
}
.nm-service-card__description {
  margin: 0;
}

.nm-accordion-card {
  display: flex;
  flex-direction: column;
}
@media print, screen and (width>=768px) {
  .nm-accordion-card__pc-open-wrapper .nm-accordion-card .nm-circle-icon {
    display: none;
  }
  .nm-accordion-card__pc-open-wrapper .nm-accordion-card .nm-accordion-card__head {
    pointer-events: none;
    cursor: default;
  }
  .nm-accordion-card__pc-open-wrapper .nm-accordion-card .nm-accordion-card__detail {
    display: inherit;
    height: 100% !important;
  }
}
.nm-accordion-card__head {
  display: flex;
  gap: 16px;
  align-items: center;
  align-items: center;
  min-height: 72px;
  padding: 0 16px;
  cursor: pointer;
  background-color: #f7f5f2;
}
.nm-accordion-card__head-icon {
  font-size: 40px;
}
.nm-accordion-card__head-title {
  margin: 0;
  font-size: 17px;
  color: var(--color-navy-800);
}
.nm-accordion-card__head-title sup {
  margin-left: 2px;
  font-size: 11px;
}
.nm-accordion-card__head-note {
  display: block;
  font-size: 11px;
}
.nm-accordion-card__head .nm-circle-icon {
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.nm-accordion-card__head .nm-circle-icon__icon {
  -webkit-mask-size: 16px;
  mask-size: 20px;
}
.nm-accordion-card__head[aria-expanded=false] .nm-icon--minus {
  display: none;
}
.nm-accordion-card__head[aria-expanded=false] .nm-icon--plus {
  display: inherit;
}
.nm-accordion-card__head[aria-expanded=true] .nm-icon--minus {
  display: inherit;
}
.nm-accordion-card__head[aria-expanded=true] .nm-icon--plus {
  display: none;
}
.nm-accordion-card__detail {
  display: flex;
  flex-direction: column;
  padding: 16px;
  background-color: #f7f5f2;
}
@media print, screen and (width>=768px) {
  .nm-accordion-card__detail {
    height: 100%;
  }
}
.nm-accordion-card__detail > *:first-child {
  margin-top: 0;
}
.nm-accordion-card__detail[aria-hidden=true] {
  display: none;
}
.nm-accordion-card__detail-note {
  display: block;
  font-size: 11px;
}

.nm-collapse {
  margin: 0;
}
@media print, screen and (width>=768px) {
  .nm-collapse--sp-only {
    padding-bottom: 0 !important;
  }
  .nm-collapse--sp-only .nm-collapse-switcher {
    display: none !important;
  }
  .nm-collapse--sp-only .nm-collapse-content[aria-hidden=true] {
    display: block;
    height: auto !important;
    padding: 0;
    border: none;
  }
  .nm-collapse--sp-only .nm-collapse-content[aria-hidden=true]::before {
    display: none !important;
  }
}
.nm-collapse--show-more {
  position: relative;
  padding-bottom: 32px;
  overflow: hidden;
}
.nm-collapse--show-more .nm-collapse-switcher {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  width: auto;
  padding: 0;
  font-family: "EB Garamond", serif;
  color: var(--color-gold-700);
  text-transform: uppercase;
  border: none;
}
.nm-collapse--show-more .nm-collapse-switcher::after {
  display: none;
}
.nm-collapse--show-more .nm-collapse-switcher__icon {
  width: 24px;
  height: 24px;
}
.nm-collapse--show-more .nm-collapse-switcher .nm-icon {
  width: 20px;
  height: 20px;
}
.nm-collapse--show-more .nm-collapse-switcher[aria-expanded=true] .nm-collapse-switcher__text {
  display: none;
}
.nm-collapse--show-more .nm-collapse-switcher[aria-expanded=true]::before {
  content: "close";
}
.nm-collapse--show-more .nm-collapse-switcher[aria-expanded=true] .nm-icon {
  -webkit-mask-image: url("/legalest-navi/common/images/svg-icons/icon_minus.svg");
  mask-image: url("/legalest-navi/common/images/svg-icons/icon_minus.svg");
}
.nm-collapse--show-more .nm-collapse-content {
  padding: 0;
  overflow: hidden;
  border: none;
}
.nm-collapse--show-more .nm-collapse-content[aria-hidden=true] {
  display: block;
}
.nm-collapse--show-more .nm-collapse-content[aria-hidden=true]::before {
  position: absolute;
  bottom: 32px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 48px;
  content: "";
  background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
}

.nm-collapse-switcher {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #000;
}
.nm-collapse-switcher::after {
  content: "▲";
  transition: 0.25s ease-out;
  transform: rotate(180deg);
}
.nm-collapse-switcher[aria-expanded=true]::after {
  transform: rotate(0deg);
}

.nm-collapse-content {
  padding: 10px;
  margin: 0;
  border: 1px solid #000;
  border-top: none;
}
.nm-collapse-content[aria-hidden=true] {
  display: none;
}
.nm-collapse-content + .nm-collapse-switcher {
  border-top: none;
}

.nm-faq-collapse .nm-collapse-switcher,
.nm-faq-collapse .nm-collapse-content {
  font-size: 15px;
  text-align: left;
  border: 1px solid var(--color-gold-300);
}
.nm-faq-collapse .nm-collapse-switcher {
  position: relative;
  justify-content: flex-start;
  padding: 12px 48px 12px 16px;
  color: var(--color-navy-900);
  background-color: var(--color-sumi-50);
}
@media print, screen and (width>=768px) {
  .nm-faq-collapse .nm-collapse-switcher {
    align-items: center;
    padding: 20px 64px 20px 24px;
  }
}
.nm-faq-collapse .nm-collapse-switcher::after {
  content: none;
}
.nm-faq-collapse .nm-collapse-switcher .nm-circle-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
@media print, screen and (width>=768px) {
  .nm-faq-collapse .nm-collapse-switcher .nm-circle-icon {
    top: auto;
    right: 24px;
    transform: none;
  }
}
.nm-faq-collapse .nm-collapse-switcher .nm-circle-icon::after {
  width: 18px;
  height: 18px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  -webkit-mask-image: url("/legalest-navi/common/images/svg-icons/icon_plus.svg");
  mask-image: url("/legalest-navi/common/images/svg-icons/icon_plus.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 75%;
  mask-size: 75%;
  -webkit-mask-position: center;
  mask-position: center;
  transition: 0.25s ease-out;
  transform: rotate(180deg);
}
.nm-faq-collapse .nm-collapse-switcher[aria-expanded=true] .nm-circle-icon::after {
  -webkit-mask-image: url("/legalest-navi/common/images/svg-icons/icon_minus.svg");
  mask-image: url("/legalest-navi/common/images/svg-icons/icon_minus.svg");
  transform: rotate(0deg);
}
.nm-faq-collapse .nm-collapse-switcher:not(:first-child) {
  margin-top: 8px;
}
.nm-faq-collapse .nm-collapse-content {
  padding: 12px 16px;
  color: var(--color-sumi-700);
  background-color: #f7f5f2;
}
@media print, screen and (width>=768px) {
  .nm-faq-collapse .nm-collapse-content {
    padding: 20px 24px;
  }
}
.nm-faq-collapse .nm-collapse-content__text {
  overflow: hidden;
}
.nm-faq-collapse .nm-collapse-content .nm-icon--answer {
  float: left;
}
.nm-faq-collapse .nm-icon--question,
.nm-faq-collapse .nm-icon--answer {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media print, screen and (width>=768px) {
  .nm-faq-collapse .nm-icon--question,
  .nm-faq-collapse .nm-icon--answer {
    width: 32px;
    height: 32px;
    margin-right: 16px;
  }
}

.nm-collapse-transition {
  transition-timing-function: ease-out;
  transition-duration: 0.25s;
  transition-property: height, padding-top, padding-bottom;
}

.nm-embed {
  aspect-ratio: 2/1;
}
.nm-embed--ratio-1-1 {
  aspect-ratio: 1/1;
}
.nm-embed--ratio-1-2 {
  aspect-ratio: 2/1;
}
.nm-embed--ratio-2-3 {
  aspect-ratio: 3/2;
}
.nm-embed--ratio-3-4 {
  aspect-ratio: 4/3;
}
.nm-embed--ratio-9-16 {
  aspect-ratio: 16/9;
}
.nm-embed iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.nm-heading {
  margin: 0;
  font-weight: normal;
  line-height: 1.5;
}
.nm-heading--level-1 {
  font-family: "EB Garamond", serif;
  font-size: 3.25rem;
  line-height: 1.3;
}
@media print, screen and (width>=768px) {
  .nm-heading--level-1 {
    font-size: 4rem;
  }
}
.nm-heading--level-2 {
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  line-height: 1.3;
}
@media print, screen and (width>=768px) {
  .nm-heading--level-2 {
    font-size: 2.5rem;
  }
}
.nm-heading--level-3 {
  font-size: 1.5rem;
}
@media print, screen and (width>=768px) {
  .nm-heading--level-3 {
    font-size: 2rem;
  }
}
.nm-heading--level-4 {
  font-size: 1.25rem;
}
@media print, screen and (width>=768px) {
  .nm-heading--level-4 {
    font-size: 1.5rem;
  }
}
.nm-heading--level-5 {
  font-size: 1.125rem;
}
@media print, screen and (width>=768px) {
  .nm-heading--level-5 {
    font-size: 1.25rem;
  }
}
.nm-heading--level-6 {
  font-size: 1rem;
}
@media print, screen and (width>=768px) {
  .nm-heading--level-6 {
    font-size: 1.125rem;
  }
}

.nm-en-heading {
  display: flex;
  flex-direction: column;
  font-weight: normal;
}
.nm-en-heading__jp {
  font-size: 1.0625rem;
}
@media print, screen and (width>=768px) {
  .nm-en-heading__jp {
    font-size: 1.125rem;
  }
}

.nm-border-left-heading {
  position: relative;
  display: flex;
  padding-left: 15px;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--color-navy-800);
}
@media print, screen and (width>=768px) {
  .nm-border-left-heading {
    font-size: 1.5rem;
  }
}
.nm-border-left-heading::before {
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 3px;
  height: calc(100% - 0.5em);
  content: "";
  background-color: var(--color-navy-800);
}

.nm-border-bottom-heading {
  position: relative;
  display: flex;
  padding-bottom: 16px;
  margin: 0;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
  color: var(--color-navy-800);
}
@media print, screen and (width>=768px) {
  .nm-border-bottom-heading {
    padding-bottom: 24px;
    font-size: 2rem;
  }
}
.nm-border-bottom-heading::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(41, 56, 87, 0.15);
}

.nm-lists__item + .nm-lists__item {
  margin-top: 8px;
}
.nm-lists--line .nm-lists__item {
  position: relative;
  padding-left: 18px;
}
.nm-lists--line .nm-lists__item::before {
  position: absolute;
  top: 13px;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 1px;
  content: "";
  background-color: var(--color-navy-900);
}
.nm-lists--arrow .nm-lists__item {
  position: relative;
  padding-left: 18px;
}
.nm-lists--arrow .nm-lists__item::before {
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  clip-path: polygon(0 0, 83% 50%, 0 100%);
  content: "";
  background-color: var(--color-secondly);
}
.nm-lists--decimal {
  counter-reset: number 0;
}
.nm-lists--decimal .nm-lists__item {
  position: relative;
  padding-left: 18px;
  text-indent: -18px;
}
.nm-lists--decimal .nm-lists__item::before {
  padding-right: 4px;
  font-family: "EB Garamond", serif;
  font-size: 1.25rem;
  color: var(--color-gold-700);
  content: counter(number) ".";
  counter-increment: number 1;
}
.nm-lists--decimal .nm-lists__item > * {
  margin-top: 3px;
  color: var(--color-sumi-700);
  text-indent: 0;
}
.nm-lists--white .nm-lists__item {
  color: var(--color-gold-100);
}
.nm-lists--white .nm-lists__item::before {
  background-color: var(--color-gold-100);
}

.nm-article-lists {
  margin: 0;
}
.nm-article-lists__item {
  border-bottom: 1px solid rgba(41, 56, 87, 0.15);
}
.nm-article-lists__item--top-border {
  border-top: 1px solid rgba(41, 56, 87, 0.15);
}

.nm-article-list-link {
  display: flex;
  gap: 10px 48px;
  width: 100%;
  padding: 24px 0;
  text-decoration: none;
}
@media print, screen and (width<768px) {
  .nm-article-list-link {
    flex-wrap: wrap;
  }
}
@media print, screen and (width>=768px) {
  .nm-article-list-link {
    gap: 10px 28px;
    padding: 32px 0;
  }
}
@media (hover: hover) {
  .nm-article-list-link:hover .nm-article-list-link-icon {
    transform: translate(8px, 3px);
  }
}
.nm-article-list-link__date, .nm-article-list-link__tag {
  flex-shrink: 0;
}
.nm-article-list-link__date {
  display: flex;
  gap: 8px;
  font-family: "EB Garamond", serif;
  color: var(--color-sumi-700);
}
.nm-article-list-link__date .nm-icon {
  background-color: var(--color-sumi-700);
}
.nm-article-list-link__title {
  display: flex;
  flex-grow: 1;
  gap: 0 8px;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0;
  font-size: inherit;
  font-weight: normal;
}
@media print, screen and (width<768px) {
  .nm-article-list-link__title {
    width: 100%;
  }
}
@media print, screen and (width>=768px) {
  .nm-article-list-link__title {
    gap: 0 16px;
  }
}
.nm-article-list-link--history {
  flex-wrap: wrap;
}
@media print, screen and (width>=768px) {
  .nm-article-list-link--history {
    gap: 10px 16px;
  }
}
.nm-article-list-link--history .nm-article-list-link__title {
  width: 100%;
  margin: 0;
}
@media print, screen and (width<768px) {
  .nm-article-list-link--history .nm-article-list-link__date {
    width: 100%;
  }
}
.nm-article-list-link--history .nm-article-list-link__date .nm-article-list-link-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  transform: translateY(0);
}
.nm-article-list-link--history .nm-article-list-link__date time + time::before {
  content: "、";
}

.nm-article-list-link-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transform: translateY(3px);
  transition-timing-function: ease-out;
  transition-duration: 0.25s;
  transition-property: transform;
}

.nm-list-layout {
  display: grid;
  gap: 16px 0;
  padding: 16px 24px 24px 16px;
  margin: 0;
  background-color: var(--color-sumi-50);
}
.nm-list-layout:not(:first-child) {
  margin-top: 16px;
}
@media print, screen and (width>=768px) {
  .nm-list-layout {
    grid-template-columns: 160px 1fr;
    gap: 0 80px;
    align-items: center;
    padding: 24px 40px;
  }
}
.nm-list-layout__term {
  display: flex;
  column-gap: 16px;
  align-items: center;
}
.nm-list-layout__icon {
  width: 32px;
  height: 32px;
}
@media print, screen and (width>=768px) {
  .nm-list-layout__icon {
    width: 40px;
    height: 40px;
  }
}
.nm-list-layout__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: normal;
  color: var(--color-gold-700);
}
@media print, screen and (width>=768px) {
  .nm-list-layout__title {
    font-size: 1.25rem;
  }
}
.nm-list-layout__description {
  margin-left: 8px;
}
@media print, screen and (width>=768px) {
  .nm-list-layout__description {
    margin-left: 0;
  }
}

.nm-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.35s ease-out;
}
.nm-overlay--open {
  pointer-events: all;
  opacity: 1;
}
.nm-overlay--exclusive {
  background-color: rgba(255, 255, 255, 0.8);
}
.nm-overlay--exclusive .nm-modal {
  color: #fff;
  background-color: #333;
}

.nm-modal {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 780px;
  padding: 20px;
  margin: auto auto;
  background-color: #fff;
  opacity: 0;
  transition: all 0.25s ease-out;
}
.nm-modal--open {
  opacity: 1;
}
.nm-modal .nm-modal-content {
  display: block;
}

.nm-modal-content {
  display: none;
}

.nm-modal-closer {
  display: block;
  margin-left: auto;
  cursor: pointer;
}

body.has-overlay {
  overflow-y: hidden;
}

.nm-pager {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  align-items: center;
  justify-content: center;
  font-family: "EB Garamond", serif;
}
.nm-pager__item {
  font-size: 1.125rem;
  color: var(--color-navy-800);
  text-decoration: none;
}
.nm-pager__item--disabled, .nm-pager__item--active {
  color: var(--color-sumi-500);
  pointer-events: none;
  cursor: default;
}
.nm-pager__item--disabled .nm-pager-icon, .nm-pager__item--active .nm-pager-icon {
  background-color: var(--color-sumi-500);
}

.nm-pager-icon {
  width: 24px;
  height: 24px;
  background-color: var(--color-navy-800);
  transform: translateY(-3px);
}

.nm-slider {
  margin-right: -24px;
  margin-left: -24px;
}
@media print, screen and (width>=768px) {
  .nm-slider {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.nm-slider .nm-circle-icon {
  background-color: #fff;
}
.nm-slider .nm-icon {
  background-color: var(--color-gold-600);
}
.nm-slider .swiper-slide {
  display: flex;
  height: auto;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

@media print, screen and (width>=768px) {
  .swiper-button-prev {
    left: 0;
  }
}

@media print, screen and (width>=768px) {
  .swiper-button-next {
    right: 0;
  }
}

.swiper-pagination {
  position: relative;
  bottom: 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 10px;
  background-color: rgba(41, 56, 87, 0.15);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: var(--color-sumi-700);
}

.nm-tab-switcher {
  position: relative;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  white-space: nowrap;
  padding-top: 16px;
  padding-bottom: 18px;
}
.nm-scroll-tab .nm-tab-switcher {
  background-color: #fafafa;
}
@media print, screen and (width>=768px) {
  .nm-scroll-tab .nm-tab-switcher {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.is-scroll .nm-tab-switcher {
  overflow-x: scroll;
}
.nm-base-layout .is-scroll .nm-tab-switcher {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 16px;
  padding-right: 16px;
}
@media print, screen and (width > 1120px) {
  .nm-base-layout .is-scroll .nm-tab-switcher {
    margin: 0;
  }
}
.is-scroll .nm-tab-switcher__item {
  cursor: pointer;
}
.nm-tab-switcher__item {
  position: relative;
  padding: 2px 16px 3px;
  cursor: pointer;
  user-select: none;
  border-radius: 16px;
  background-color: #ebedf0;
  text-decoration: none;
}
.nm-tab-switcher__item.nm-tab-switcher__item--active {
  position: relative;
  color: #fff;
  cursor: default;
  background-color: var(--color-navy-800);
}

.nm-tab-content__item {
  display: none;
  padding: 10px 0;
}
.nm-tab-content__item.nm-tab-content__item--active {
  display: block;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.nm-scroll-tab {
  position: relative;
}
:not(.nm-background-white) .nm-scroll-tab__wrapper {
  position: sticky;
  top: 60px;
  z-index: 3;
}
@media print, screen and (width>=768px) {
  :not(.nm-background-white) .nm-scroll-tab__wrapper {
    top: 72px;
  }
}
.nm-scroll-tab .nm-tab-switcher {
  flex-wrap: nowrap;
}
.nm-scroll-tab .nm-tab-switcher__item--active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--color-navy-800);
  left: 0;
  bottom: -18px;
}
.nm-scroll-tab__cursor {
  position: absolute;
  content: "";
  z-index: 11;
  height: 32px;
  width: 56px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.nm-scroll-tab__cursor::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-repeat: no-repeat;
  background-color: var(--color-navy-900);
  background-position: center center;
  position: absolute;
  top: 0;
  animation: blink 1.8s linear infinite;
}
.nm-scroll-tab__cursor--left {
  top: 16px;
  left: -24px;
  background: linear-gradient(90deg, #fafafa 42.31%, rgba(247, 246, 245, 0) 100%);
}
.nm-scroll-tab__cursor--left::after {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_caret-left.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_caret-left.svg);
  -webkit-mask-position: 5px center;
  mask-position: 5px center;
}
.is-scroll-end .nm-scroll-tab__cursor--left {
  opacity: 1;
}
.nm-scroll-tab__cursor--right {
  top: 16px;
  right: -24px;
  background: linear-gradient(270deg, #fafafa 42.31%, rgba(247, 246, 245, 0) 100%);
}
.nm-scroll-tab__cursor--right::after {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_caret-right.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_caret-right.svg);
  -webkit-mask-position: calc(100% - 5px) center;
  mask-position: calc(100% - 5px) center;
}
.is-scroll-start .nm-scroll-tab__cursor--right {
  opacity: 1;
}

.nm-data-table {
  width: 100%;
  max-width: 976px;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}
@media print, screen and (width<768px) {
  .nm-data-table tr {
    display: flex;
    flex-direction: column;
  }
}
.nm-data-table tr:last-child th,
.nm-data-table tr:last-child td {
  border: none;
}
.nm-data-table th {
  position: relative;
  padding: 8px 16px;
  font-weight: normal;
  color: var(--color-navy-900);
  text-align: left;
  background-color: var(--color-gold-300);
}
@media print, screen and (width>=768px) {
  .nm-data-table th {
    max-width: 280px;
    padding: 12px 16px;
    background-clip: padding-box;
    border-bottom: 1px solid var(--color-sumi-50);
  }
}
.nm-data-table td {
  padding: 8px 16px 12px;
  font-size: 12px;
  color: var(--color-sumi-700);
  background-color: var(--color-sumi-50);
}
@media print, screen and (width>=768px) {
  .nm-data-table td {
    width: 71.3114754098%;
    padding: 16px;
    border-bottom: 1px solid var(--color-gold-300);
  }
}
.nm-data-table--bordered {
  border: solid 1px rgba(41, 56, 87, 0.15);
}

.nm-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 133px;
  padding: 6px 8px;
  font-size: 0.8125rem;
  line-height: 1;
  color: var(--color-sumi-700);
  border: solid 1px rgba(41, 56, 87, 0.15);
}
.nm-tag--secondly {
  color: var(--color-gold-700);
}

.nm-hash-tag-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.nm-hash-tag-layout--no-border {
  gap: 16px;
}
.nm-hash-tag-layout--no-border .nm-hash-tag {
  padding-right: 0;
  padding-left: 0;
  border: none;
}

.nm-hash-tag {
  padding: 2px 8px;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--color-sumi-700);
  border: solid 1px rgba(41, 56, 87, 0.15);
}
.nm-hash-tag::before {
  content: "#";
}

.nm-arrow-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 26px;
  padding-left: 7px;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  font-family: "EB Garamond", serif;
  font-size: 1rem;
  color: var(--color-sumi-50);
  background-color: var(--color-gold-800);
}
.nm-arrow-tag--inverted {
  color: var(--color-gold-800);
}
.nm-arrow-tag--inverted::before {
  position: absolute;
  top: 1px;
  left: 1px;
  display: inline-block;
  width: 72px;
  height: 24px;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  content: "";
  background-color: var(--color-sumi-50);
}
.nm-arrow-tag__text {
  position: relative;
  letter-spacing: 0.32px;
  transform: translateX(-5px);
}

.nm-voice {
  margin: 0;
}
.nm-voice__title {
  position: relative;
  padding: 10px 30px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--color-navy-800);
}
@media print, screen and (width>=768px) {
  .nm-voice__title {
    font-size: 1.25rem;
  }
}
.nm-voice__title::before, .nm-voice__title::after {
  position: absolute;
  display: inline-block;
}
.nm-voice__title::before {
  top: 0;
  left: 0;
  content: url(/legalest-navi/common/images/icon_parentheses_left.svg);
}
.nm-voice__title::after {
  right: 0;
  bottom: 0;
  content: url(/legalest-navi/common/images/icon_parentheses_right.svg);
}
.nm-voice__text {
  padding-top: 6px;
  margin-left: 0;
  color: var(--color-sumi-800);
}
.nm-voice__name {
  padding-top: 16px;
  margin-left: 0;
  font-size: 0.8125rem;
  color: var(--color-sumi-700);
}

.nm-article-title-layout__heading {
  margin: 16px 0 0;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
  color: var(--color-navy-800);
}
@media print, screen and (width>=768px) {
  .nm-article-title-layout__heading {
    font-size: 2rem;
  }
}
.nm-article-title-layout__date {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  font-family: "EB Garamond", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  color: var(--color-navy-800);
  letter-spacing: 0.9px;
}
.nm-article-title-layout__date .nm-icon--calendar {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  background-color: var(--color-navy-800);
}
.nm-article-title-layout__date time {
  display: block;
  line-height: 1.5;
}
.nm-article-title-layout__img {
  padding: 0;
  margin: 0;
  text-align: center;
}
.nm-article-title-layout__img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.nm-article-title-layout__hash {
  margin-top: 16px;
}
@media print, screen and (width>=768px) {
  .nm-article-title-layout__hash {
    margin-top: 24px;
  }
}
.nm-article-title-layout--has-img {
  display: grid;
  gap: 24px;
}
@media print, screen and (width>=768px) {
  .nm-article-title-layout--has-img {
    grid-template-columns: 1fr 264px;
  }
}
@media print, screen and (width>=960px) {
  .nm-article-title-layout--has-img {
    gap: 48px;
  }
}

.nm-article-title-img {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media print, screen and (width>=768px) {
  .nm-article-title-img__img {
    order: -1;
  }
}
.nm-article-title-img__link {
  width: 100%;
}

.nm-article-info {
  display: flex;
  gap: 16px;
}
.nm-article-info__date {
  font-family: "EB Garamond", serif;
}

.nm-article-layout {
  position: relative;
  background-color: var(--color-sumi-50);
  border-top: 4px solid var(--color-navy-800);
}
@media print, screen and (width<480px) {
  .nm-article-layout {
    margin-right: -24px;
    margin-left: -24px;
  }
}
.nm-article-layout img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.nm-article-layout__tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 24px;
  font-size: 1.0625rem;
  color: var(--color-gold-100);
  background-color: var(--color-navy-800);
  transform: translateY(-100%);
}
.nm-article-layout__tag::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent var(--color-navy-800);
  border-style: solid;
  border-width: 42px 0 0 12px;
  transform: translate(100%, 0);
}
.nm-article-layout h2 {
  padding: 12px 24px;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--color-navy-800);
  background-color: var(--color-gold-300);
}
@media print, screen and (width>=768px) {
  .nm-article-layout h2 {
    padding: 12px 72px;
    font-size: 1.25rem;
  }
}
.nm-article-layout__contents {
  padding: 32px 24px;
  margin-top: 4px;
  border-top: 1px solid var(--color-navy-800);
}
@media print, screen and (width>=768px) {
  .nm-article-layout__contents {
    padding: 48px 72px;
  }
}
.nm-article-layout__contents > *:first-child:not(h2) {
  padding-top: 0;
  margin-top: 0;
}
.nm-article-layout__contents > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.nm-article-layout__contents > h2:first-child {
  margin-top: -32px;
}
@media print, screen and (width>=768px) {
  .nm-article-layout__contents > h2:first-child {
    margin-top: -48px;
  }
}
@media (hover: hover) {
  .nm-article-layout__contents a:hover {
    text-decoration: none;
  }
}
.nm-article-layout__contents h2 {
  margin: 32px -24px 24px;
}
@media print, screen and (width>=768px) {
  .nm-article-layout__contents h2 {
    margin: 48px -72px 32px;
  }
}
.nm-article-layout__contents h3:not([class]) {
  position: relative;
  display: flex;
  padding-left: 15px;
  margin: 0;
  margin-top: 24px;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--color-navy-800);
}
@media print, screen and (width>=768px) {
  .nm-article-layout__contents h3:not([class]) {
    margin-top: 40px;
    font-size: 1.5rem;
  }
}
.nm-article-layout__contents h3:not([class])::before {
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 3px;
  height: calc(100% - 0.5em);
  content: "";
  background-color: var(--color-navy-800);
}
.nm-article-layout__contents h2 + h3 {
  margin-top: 0;
}
.nm-article-layout__contents .nm-primary-heading {
  color: var(--color-gold-100);
  background-color: var(--color-navy-800);
}
.nm-article-layout__contents--table {
  padding: 0;
}
.nm-article-layout__contents--application {
  margin-top: 0;
  background: url(/legalest-navi/common/images/bg_paper.png) 0 0 repeat;
  border-top: none;
}
.nm-article-layout__contents--application .nm-contact-contents {
  padding: 24px;
  color: var(--color-gold-800);
  background-color: var(--color-sumi-50);
}
@media print, screen and (width>=768px) {
  .nm-article-layout__contents--application .nm-contact-contents {
    padding: 32px 40px;
  }
}
.nm-article-layout__contents--application .nm-contact-contents__title {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.nm-article-layout__contents--application a:not(.nm-button) {
  color: var(--color-gold-800);
}
.nm-article-layout__contents--application :not(.nm-button) .nm-icon {
  background-color: var(--color-gold-800);
}
.nm-article-layout__contents--application .nm-button {
  width: 100%;
  height: 60px;
}
@media print, screen and (width<768px) {
  .nm-article-layout__contents--application .nm-contact-number__text {
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(41, 56, 87, 0.15) !important;
  }
}
.nm-article-layout--has-tag {
  margin-top: 68px;
}
@media print, screen and (width>=768px) {
  .nm-article-layout--has-tag {
    margin-top: 106px;
  }
}
.nm-article-layout--no-border {
  border-top: none;
}

.nm-article-table {
  margin: 0;
}
@media print, screen and (width>=768px) {
  .nm-article-table {
    display: grid;
    grid-template-columns: 192px 1fr;
  }
}
.nm-article-table__title {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  color: var(--color-navy-900);
  background: url(/legalest-navi/common/images/bg_paper.png) 0 0 repeat;
}
@media print, screen and (width>=768px) {
  .nm-article-table__title {
    padding: 15px 16px;
    border-bottom: 1px solid var(--color-sumi-50);
  }
}
.nm-article-table__title:last-of-type {
  border-bottom: none;
}
.nm-article-table__contents {
  padding: 8px 16px 12px;
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--color-sumi-700);
  background-color: #fff;
}
@media print, screen and (width>=768px) {
  .nm-article-table__contents {
    padding: 15px 16px;
    border-bottom: 1px solid var(--color-gold-300);
  }
}
.nm-article-table__contents *:first-child {
  padding-top: 0;
  margin-top: 0;
}
.nm-article-table__contents *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.nm-article-table__contents:last-of-type {
  border-bottom: none;
}
.nm-article-table--simple {
  display: grid;
  grid-template-columns: 100px 1fr;
}
.nm-article-table--simple .nm-article-table__title,
.nm-article-table--simple .nm-article-table__contents {
  align-items: flex-start;
  padding: 12px 12px 12px 0;
  font-size: 0.9375rem;
  color: var(--color-navy-900);
  background: none;
  border-bottom: solid 1px rgba(41, 56, 87, 0.15);
}

.nm-instructor {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 72px 1fr;
  gap: 12px 16px;
  align-items: center;
  margin: 0;
}
@media print, screen and (width>=768px) {
  .nm-instructor {
    grid-template-columns: 100px 1fr;
    gap: 12px 24px;
    align-items: flex-start;
  }
}
.nm-instructor + .nm-instructor {
  margin-top: 24px;
}
@media print, screen and (width>=768px) {
  .nm-instructor + .nm-instructor {
    margin-top: 32px;
  }
}
.nm-instructor__title {
  grid-row: 1/2;
  grid-column: 2/3;
  line-height: 1.5;
  color: var(--color-navy-800);
}
.nm-instructor__title span {
  display: block;
  margin-top: 4px;
  font-size: 0.6875rem;
  color: var(--color-sumi-700);
}
.nm-instructor__img {
  grid-row: 1/2;
  grid-column: 1/2;
  margin: 0;
}
@media print, screen and (width>=768px) {
  .nm-instructor__img {
    grid-row: 1/3;
  }
}
.nm-instructor__img img {
  vertical-align: bottom;
}
@media print, screen and (width>=768px) {
  .nm-instructor__img img {
    width: 100px;
    height: 100px;
  }
}
.nm-instructor__text {
  grid-row: 2/3;
  grid-column: 1/3;
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--color-sumi-700);
  word-wrap: break-word;
}
@media print, screen and (width>=768px) {
  .nm-instructor__text {
    grid-column: 2/3;
  }
}
.nm-instructor__text a {
  color: var(--color-sumi-700);
}

.nm-article-layout + .nm-close-seminar-layout,
.nm-close-seminar-layout + .nm-article-title-layout {
  margin-top: 40px;
}
@media print, screen and (width>=768px) {
  .nm-article-layout + .nm-close-seminar-layout,
  .nm-close-seminar-layout + .nm-article-title-layout {
    margin-top: 64px;
  }
}

.nm-close-seminar-info {
  padding: 32px 16px;
  margin: 0;
  color: var(--color-navy-800);
  text-align: center;
  background-color: rgba(41, 56, 87, 0.15);
}
.nm-close-seminar-info__title {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media print, screen and (width>=768px) {
  .nm-close-seminar-info__title {
    font-size: 1.25rem;
  }
}
.nm-close-seminar-info__text {
  padding-top: 8px;
  margin: 0;
}

@media print, screen and (width>=768px) {
  .nm-case-contents {
    padding-left: 90px;
  }
}
.nm-case-contents__tag {
  flex-shrink: 0;
}
@media print, screen and (width>=768px) {
  .nm-case-contents__tag {
    margin-top: 3px;
  }
}
.nm-case-contents__title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 32px;
  font-weight: normal;
  color: var(--color-gold-800);
}
@media print, screen and (width>=768px) {
  .nm-case-contents__title {
    flex-direction: row;
    gap: 16px;
    margin-top: 48px;
    margin-left: -90px !important;
  }
}
.nm-case-contents__title:first-of-type {
  margin-top: 0;
}

.nm-contents-banner-layout {
  padding: 40px 0 48px;
  background: url(/legalest-navi/common/images/bg_consulting_bnr_sp.png) right bottom no-repeat;
  background-size: 100% auto;
}
@media print, screen and (width<768px) {
  .nm-contents-banner-layout {
    padding-right: 24px;
    padding-left: 24px;
    margin-right: -24px;
    margin-left: -24px;
  }
}
@media print, screen and (width>=768px) {
  .nm-contents-banner-layout {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 64px 55px;
    background-image: url(/legalest-navi/common/images/bg_consulting_bnr_pc.png);
    background-size: auto 100%;
    border-right: 1px solid rgba(41, 56, 87, 0.15);
    border-left: 1px solid rgba(41, 56, 87, 0.15);
  }
}
.nm-contents-banner-layout__text {
  margin: 0;
}
.nm-contents-banner-layout__link {
  flex-shrink: 0;
}

.nm-solution-result-layout-wrap {
  background: url(/legalest-navi/case/images/bg_solution-result.svg) center 0 no-repeat;
}
@media print, screen and (width>=768px) {
  .nm-solution-result-layout-wrap {
    background-position: 0 0;
    background-size: 417px auto;
  }
}

.nm-solution-result-layout {
  padding: 32px 24px 48px;
  margin: 0;
  color: var(--color-gold-100);
}
@media print, screen and (width>=768px) {
  .nm-solution-result-layout {
    display: flex;
    gap: 32px;
    align-items: center;
    padding: 64px 72px;
  }
}
.nm-solution-result-layout__title {
  padding-bottom: 33px;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  background: url(/legalest-navi/common/images/icon_step_bottom.svg) center bottom no-repeat;
}
@media print, screen and (width>=768px) {
  .nm-solution-result-layout__title {
    flex-shrink: 0;
    padding-right: 60px;
    padding-bottom: 0;
    text-align: left;
    background: url(/legalest-navi/common/images/icon_step_right.svg) right center no-repeat;
  }
}
.nm-solution-result-layout__contents {
  padding-top: 16px;
  margin: 0;
  font-size: 1.0625rem;
}

.nm-inverted-voice-layout {
  padding: 20px;
  border: 1px solid #fff;
}
@media print, screen and (width>=768px) {
  .nm-inverted-voice-layout {
    padding: 40px 72px;
  }
}
.nm-inverted-voice-layout__title {
  padding-bottom: 8px;
  font-size: 0.8125rem;
  color: var(--color-sumi-700);
  border-bottom: 1px solid #fff;
}
.nm-inverted-voice-layout__contents {
  padding-top: 16px;
  margin: 0;
}
@media print, screen and (width>=768px) {
  .nm-inverted-voice-layout__contents {
    padding-top: 24px;
  }
}
.nm-inverted-voice-layout .nm-collapse-content::before {
  display: none !important;
}
@media print, screen and (width<768px) {
  .nm-inverted-voice-layout .nm-collapse-content[aria-hidden=true] {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
}
@media print, screen and (width<768px) {
  .nm-inverted-voice-layout .nm-voice__name {
    padding-top: 0;
    margin-top: -2em;
  }
}

.nm-seminar-contact {
  padding: 24px;
  margin: 0;
  background-color: var(--color-gold-100);
}
@media print, screen and (width>=768px) {
  .nm-seminar-contact {
    display: flex;
    gap: 48px;
    padding: 32px 72px;
  }
}
.nm-seminar-contact__title {
  margin: 0;
  color: var(--color-navy-800);
}
@media print, screen and (width>=768px) {
  .nm-seminar-contact__title {
    flex-shrink: 0;
    font-size: 1.125rem;
  }
}
.nm-seminar-contact__contents {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 10px 0 0;
  font-size: 0.8125rem;
  line-height: 1.6;
}
@media print, screen and (width>=768px) {
  .nm-seminar-contact__contents {
    margin-top: 0;
  }
}

.nm-application-sticky {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: var(--color-sumi-50);
  opacity: 0;
  transition-timing-function: ease-out;
  transition-duration: 0.25s;
  transition-property: opacity;
}
.scrolled .nm-application-sticky--active {
  opacity: 1;
}
@media print, screen and (width<768px) {
  .nm-application-sticky {
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
}
@media print, screen and (width>=768px) {
  .nm-application-sticky {
    right: 32px;
    bottom: 136px;
    width: 64px;
    height: 200px;
    padding: 20px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

.nm-base-layout {
  position: relative;
  width: 100%;
  max-width: 1168px;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

.nm-contents-layout {
  position: relative;
  width: 100%;
  max-width: 1008px;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

.nm-contact-tab {
  color: #fff;
}

.nm-tab-switcher--contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background-color: var(--color-navy-800);
}
@media print, screen and (width>=768px) {
  .nm-tab-switcher--contact {
    display: none;
  }
}
.nm-tab-switcher--contact .nm-tab-switcher__item {
  color: #b6b8bd;
  border-bottom: 1px solid rgba(247, 246, 245, 0.15);
  border-radius: 0;
}
.nm-tab-switcher--contact .nm-icon {
  width: 20px;
  height: 20px;
  background-color: #b6b8bd;
}
.nm-tab-switcher--contact .nm-tab-switcher__item--active {
  color: var(--color-gold-100);
  border-bottom: 2px solid var(--color-gold-700);
}
.nm-tab-switcher--contact .nm-tab-switcher__item--active .nm-icon {
  background-color: var(--color-gold-100);
}

.nm-contact-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 10px 15px;
  background-color: var(--color-navy-800);
  border: none;
}
.nm-contact-menu__text {
  font-size: 0.6875rem;
  text-transform: uppercase;
  pointer-events: none;
}
.nm-contact-menu__icon {
  pointer-events: none;
}

@media print, screen and (width>=768px) {
  .nm-tab-content--contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.nm-tab-content--contact .nm-tab-content__item {
  padding: 0;
  background-color: var(--color-navy-800);
}
@media print, screen and (width>=768px) {
  .nm-tab-content--contact .nm-tab-content__item {
    display: block;
  }
}
@media print, screen and (width>=768px) {
  .nm-tab-content--contact .nm-tab-content__item--phone {
    grid-column: 1/3;
  }
  .nm-tab-content--contact .nm-tab-content__item--phone .nm-contact-contents {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 48px;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
  }
  .nm-tab-content--contact .nm-tab-content__item--phone .nm-contact-contents__title {
    display: flex;
    flex-shrink: 0;
    gap: 20px;
    align-items: center;
  }
  .nm-tab-content--contact .nm-tab-content__item--phone .nm-contact-contents .nm-contact-icon {
    margin: 0;
  }
  .nm-tab-content--contact .nm-tab-content__item--phone .nm-contact-contents__contents {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    padding-top: 0;
  }
}

.nm-contact-icon {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 24px;
  background-color: var(--color-gold-100);
}
@media print, screen and (width<768px) {
  .nm-contact-icon {
    display: none;
  }
}

.nm-contact-contents {
  width: 100%;
  padding: 24px 20px 20px;
  margin: 0;
}
@media print, screen and (width>=768px) {
  .nm-contact-contents {
    padding: 40px;
  }
}
.nm-contact-contents__title {
  text-align: center;
}
.nm-contact-contents__contents {
  padding-top: 16px;
  margin: 0;
}
@media print, screen and (width>=768px) {
  .nm-contact-contents__contents {
    padding-top: 24px;
  }
}

.nm-contact-lead {
  margin-top: 0;
  font-size: 0.8125rem;
  text-align: center;
}
@media print, screen and (width>=768px) {
  .nm-contact-lead {
    font-size: 0.9375rem;
  }
}

.nm-contact-buttons-layout {
  display: grid;
  gap: 16px;
}
@media print, screen and (width>=960px) {
  .nm-contact-buttons-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}

.nm-contact-title-button {
  text-decoration: none;
}
@media print, screen and (width>=960px) {
  .nm-contact-title-button {
    grid-column: 1/3;
  }
}
@media (hover: hover) {
  .nm-contact-title-button:hover .nm-button {
    color: #fff;
    background-color: rgba(247, 246, 245, 0.15);
  }
  .nm-contact-title-button:hover .nm-button__icon {
    background-color: #fff;
  }
}

.nm-contact-button-title {
  display: block;
  padding: 5px;
  font-size: 0.8125rem;
  color: var(--color-gold-100);
  text-align: center;
  background-color: rgba(247, 246, 245, 0.15);
}

.nm-contact-button {
  justify-content: center;
  width: 100%;
  height: 64px;
}
@media print, screen and (width>=768px) {
  .nm-contact-button {
    padding: 18px 10px;
  }
}
.nm-contact-button--small {
  height: 44px;
  font-size: 0.9375rem;
}
@media print, screen and (width>=768px) {
  .nm-contact-button--small {
    padding: 10px;
  }
}

.nm-contact-number {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-family: "EB Garamond", serif;
  font-size: 2.25rem;
  line-height: 1;
  color: var(--color-gold-100);
}
@media print, screen and (width<768px) {
  .nm-contact-number[href] .nm-contact-number__text {
    border-bottom: 1px solid rgba(247, 246, 245, 0.15);
  }
}

.nm-download-title {
  padding: 4px;
  font-size: 0.8125rem;
  text-align: center;
  background: rgba(247, 246, 245, 0.15);
}

.nm-fax-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: center;
}

.nm-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 0;
  list-style: none;
  margin-bottom: -24px;
  margin-left: -24px;
}
@media print, screen and (width>=768px) {
  .nm-grid {
    margin-bottom: -32px;
    margin-left: -32px;
  }
}
.nm-grid > * {
  padding-bottom: 24px;
  padding-left: 24px;
}
@media print, screen and (width>=768px) {
  .nm-grid > * {
    padding-bottom: 32px;
    padding-left: 32px;
  }
}
.nm-grid > * {
  width: 100%;
}
.nm-grid img[src$=".svg"] {
  width: 100%;
}
.nm-grid--gutter-12-20 {
  margin-bottom: -12px;
  margin-left: -12px;
}
@media print, screen and (width>=768px) {
  .nm-grid--gutter-12-20 {
    margin-bottom: -20px;
    margin-left: -20px;
  }
}
.nm-grid--gutter-12-20 > * {
  padding-bottom: 12px;
  padding-left: 12px;
}
@media print, screen and (width>=768px) {
  .nm-grid--gutter-12-20 > * {
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
.nm-grid--gutter-16-16 {
  margin-bottom: -16px;
  margin-left: -16px;
}
@media print, screen and (width>=768px) {
  .nm-grid--gutter-16-16 {
    margin-bottom: -16px;
    margin-left: -16px;
  }
}
.nm-grid--gutter-16-16 > * {
  padding-bottom: 16px;
  padding-left: 16px;
}
@media print, screen and (width>=768px) {
  .nm-grid--gutter-16-16 > * {
    padding-bottom: 16px;
    padding-left: 16px;
  }
}
.nm-grid--gutter-16-20 {
  margin-bottom: -16px;
  margin-left: -16px;
}
@media print, screen and (width>=768px) {
  .nm-grid--gutter-16-20 {
    margin-bottom: -20px;
    margin-left: -20px;
  }
}
.nm-grid--gutter-16-20 > * {
  padding-bottom: 16px;
  padding-left: 16px;
}
@media print, screen and (width>=768px) {
  .nm-grid--gutter-16-20 > * {
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
.nm-grid--gutter-48-80 {
  margin-bottom: -48px;
  margin-left: -48px;
}
@media print, screen and (width>=768px) {
  .nm-grid--gutter-48-80 {
    margin-bottom: -80px;
    margin-left: -80px;
  }
}
.nm-grid--gutter-48-80 > * {
  padding-bottom: 48px;
  padding-left: 48px;
}
@media print, screen and (width>=768px) {
  .nm-grid--gutter-48-80 > * {
    padding-bottom: 80px;
    padding-left: 80px;
  }
}
.nm-grid--gutter-collapse {
  margin-bottom: 0;
  margin-left: 0;
}
@media print, screen and (width>=768px) {
  .nm-grid--gutter-collapse {
    margin-bottom: 0;
    margin-left: 0;
  }
}
.nm-grid--gutter-collapse > * {
  padding-bottom: 0;
  padding-left: 0;
}
@media print, screen and (width>=768px) {
  .nm-grid--gutter-collapse > * {
    padding-bottom: 0;
    padding-left: 0;
  }
}
.nm-grid--center {
  justify-content: center;
}
.nm-grid--middle {
  align-items: center;
}
.nm-grid--item-fill > * {
  display: flex;
}
.nm-grid--width-1-2 > * {
  width: 50%;
}
.nm-grid--width-1-3 > * {
  width: 33.3333333333%;
}
.nm-grid--width-1-4 > * {
  width: 25%;
}
.nm-grid--width-1-5 > * {
  width: 20%;
}
.nm-grid--width-1-6 > * {
  width: 16.6666666667%;
}
.nm-grid--width-1-10 > * {
  width: 10%;
}

@media screen and (min-width: 480px) {
  .nm-sm\:grid--width-1-2 > * {
    width: 50%;
  }
  .nm-sm\:grid--width-1-3 > * {
    width: 33.3333333333%;
  }
  .nm-sm\:grid--width-1-4 > * {
    width: 25%;
  }
  .nm-sm\:grid--width-1-5 > * {
    width: 20%;
  }
  .nm-sm\:grid--width-1-6 > * {
    width: 16.6666666667%;
  }
  .nm-sm\:grid--width-1-10 > * {
    width: 10%;
  }
}

@media screen and (min-width: 768px) {
  .nm-md\:grid--width-1-2 > * {
    width: 50%;
  }
  .nm-md\:grid--width-1-3 > * {
    width: 33.3333333333%;
  }
  .nm-md\:grid--width-1-4 > * {
    width: 25%;
  }
  .nm-md\:grid--width-1-5 > * {
    width: 20%;
  }
  .nm-md\:grid--width-1-6 > * {
    width: 16.6666666667%;
  }
  .nm-md\:grid--width-1-10 > * {
    width: 10%;
  }
}

@media screen and (min-width: 960px) {
  .nm-lg\:grid--width-1-2 > * {
    width: 50%;
  }
  .nm-lg\:grid--width-1-3 > * {
    width: 33.3333333333%;
  }
  .nm-lg\:grid--width-1-4 > * {
    width: 25%;
  }
  .nm-lg\:grid--width-1-5 > * {
    width: 20%;
  }
  .nm-lg\:grid--width-1-6 > * {
    width: 16.6666666667%;
  }
  .nm-lg\:grid--width-1-10 > * {
    width: 10%;
  }
}

@media screen and (min-width: 1120px) {
  .nm-xl\:grid--width-1-2 > * {
    width: 50%;
  }
  .nm-xl\:grid--width-1-3 > * {
    width: 33.3333333333%;
  }
  .nm-xl\:grid--width-1-4 > * {
    width: 25%;
  }
  .nm-xl\:grid--width-1-5 > * {
    width: 20%;
  }
  .nm-xl\:grid--width-1-6 > * {
    width: 16.6666666667%;
  }
  .nm-xl\:grid--width-1-10 > * {
    width: 10%;
  }
}

.nm-header {
  position: relative;
  z-index: 50;
  position: sticky;
  top: 0;
  height: 60px;
  border-bottom: 1px solid rgba(41, 56, 87, 0.1);
}
@media print, screen and (width>=768px) {
  .nm-header {
    height: 72px;
  }
}
.nm-header a {
  text-decoration: none;
}
.nm-header a:hover {
  text-decoration: underline;
}
.nm-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media print, screen and (width>=768px) {
  .nm-header__inner {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
  }
}
.nm-header__head {
  display: flex;
  justify-content: flex-end;
}
@media print, screen and (width>=768px) {
  .nm-header__head {
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
  }
}
@media print, screen and (width>=768px) {
  .nm-header__main {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (width > 1200px) {
  .nm-header__main {
    margin-right: 20px;
  }
}
.nm-header__bottom {
  display: none;
}
@media print, screen and (width>=768px) {
  .nm-header__bottom {
    display: block;
  }
}
.nm-header__logo {
  line-height: 0;
  width: 202px;
  margin: 10px 12px;
}
@media print, screen and (width>=768px) {
  .nm-header__logo {
    width: 227px;
    margin: 10px 24px;
  }
}
.nm-header__logo-img {
  width: 100%;
  height: auto;
}
.nm-header__open {
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: all 0.3s;
}
.nm-header__open:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s;
  -webkit-mask-image: url("/legalest-navi/common/images/menu.svg");
  mask-image: url("/legalest-navi/common/images/menu.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 30px auto;
  mask-size: 30px auto;
  -webkit-mask-position: center calc(100% - 10px);
  mask-position: center calc(100% - 10px);
  background-color: #41403e;
}
.nm-header__open:hover::before {
  background-color: var(--color-gold-600);
  mix-blend-mode: normal;
}
@media print, screen and (width>=768px) {
  .nm-header__open {
    width: 80px;
    height: 100%;
  }
  .nm-header__open::before {
    -webkit-mask-size: 40px auto;
    mask-size: 40px auto;
    -webkit-mask-position: center calc(50% + 3px);
    mask-position: center calc(50% + 3px);
  }
}
@media print, screen and (width > 1200px) {
  .nm-header__open {
    display: none;
  }
}

.nm-header-contact {
  display: none;
}
@media print, screen and (width>=768px) {
  .nm-header-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    background: var(--color-navy-800);
    color: #fff;
    width: 148px;
    height: 100%;
    padding: 0;
    border: none;
  }
  .nm-header-contact:hover {
    text-decoration: none !important;
    background-color: var(--color-gold-600);
  }
  .nm-header-contact .nm-icon {
    font-size: 24px;
    margin-left: 8px;
  }
}
.nm-header-contact__maintxt {
  display: block;
  font-family: "EB Garamond", serif;
}
@media print, screen and (width>=768px) {
  .nm-header-contact__maintxt {
    font-size: 20px;
    line-height: 1.2;
  }
}
.nm-header-contact__subtxt {
  display: block;
}
@media print, screen and (width>=768px) {
  .nm-header-contact__subtxt {
    font-size: 11px;
  }
}

.nm-menu {
  display: block;
}
@media print, screen and (width <= 1200px) {
  .nm-menu {
    transition: right 0.3s;
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    background: var(--color-navy-800);
    height: 100vh;
    width: 83.2vw;
    max-width: 400px;
    max-height: 100vh;
    border: none;
  }
  .nm-menu[open] {
    opacity: 1;
    right: 0;
  }
  .nm-menu[open]::backdrop {
    background-color: rgba(247, 246, 245, 0.3);
  }
}
@media print, screen and (width > 1200px) {
  .nm-menu {
    transition: none;
    display: contents;
    opacity: 0;
  }
}
.nm-menu__content {
  padding: 80px 40px 40px;
}
@media print, screen and (width>=768px) {
  .nm-menu__content {
    padding-top: 100px;
  }
}
@media print, screen and (width > 1200px) {
  .nm-menu__content {
    display: contents;
  }
}
.nm-menu__close {
  position: absolute;
  top: 2px;
  right: 2px;
  display: block;
  width: 50px;
  height: 50px;
  background: url("/legalest-navi/common/images/menu_close.svg") no-repeat center center;
  background-size: 28px auto;
  cursor: pointer;
  padding: 0;
  border: none;
}
.nm-menu__close:hover {
  color: var(--color-navy-800);
  background-color: #fff;
}
@media print, screen and (width>=768px) {
  .nm-menu__close {
    width: 60px;
    height: 60px;
    background-size: 40px auto;
  }
}
@media print, screen and (width > 1200px) {
  .nm-menu__close {
    display: none;
  }
}
.nm-menu__close:focus {
  outline: 1px solid #fff;
}

@media print, screen and (width>=768px) {
  .nm-menu-main {
    padding-right: 20px;
  }
}
.nm-menu-main__list {
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media print, screen and (width > 1200px) {
  .nm-menu-main__list {
    flex-direction: row;
    align-items: stretch;
    height: 100%;
  }
}
.nm-menu-main__item {
  position: relative;
}
.nm-menu-main__link {
  display: flex;
  font-size: 15px;
  line-height: 1.8;
  padding: 12px 0px;
  height: 100%;
  align-items: center;
  color: #fff;
}
@media print, screen and (width > 1200px) {
  .nm-menu-main__link {
    font-size: 13px;
    padding: 12px 20px;
    color: var(--color-navy-800);
  }
}
.nm-menu-main__link--current {
  color: var(--color-gold-600);
}
@media print, screen and (width>=768px) {
  .nm-menu-main__link--current {
    color: var(--color-gold-700);
  }
  .nm-menu-main__link--current + * > .nm-menu-sub__cursor::before {
    background-color: var(--color-gold-700);
  }
}

@media print, screen and (width > 1200px) {
  .nm-menu-sub {
    display: contents;
    display: block;
    position: absolute;
    width: 100%;
  }
}
.nm-menu-sub__cursor {
  display: none;
}
@media print, screen and (width > 1200px) {
  .nm-menu-sub__cursor {
    width: 100%;
    background: none;
    text-align: center;
    display: block;
    transform: translateY(-30px);
  }
  .nm-menu-sub__cursor::before {
    content: "";
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 8px;
    height: 7px;
    background-color: var(--color-sumi-700);
  }
}
.nm-menu-sub__toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transform: translateX(12px);
}
.nm-menu-sub__toggle .nm-circle-icon {
  width: 24px;
  height: 24px;
}
.nm-menu-sub__toggle .nm-circle-icon__icon {
  width: 1.2em;
  height: 1.2em;
}
.nm-menu-sub__toggle .nm-icon--plus {
  display: block;
}
.nm-menu-sub__toggle .nm-icon--minus {
  display: none;
}
.nm-menu--open .nm-menu-sub__toggle .nm-icon--plus {
  display: none;
}
.nm-menu--open .nm-menu-sub__toggle .nm-icon--minus {
  display: block;
}
@media print, screen and (width > 1200px) {
  .nm-menu-sub__toggle {
    display: none;
  }
}
@media print, screen and (width <= 1200px) {
  .nm-menu-sub__box[aria-hidden=true] {
    display: none;
  }
}
@media print, screen and (width > 1200px) {
  .nm-menu-sub__box {
    display: none;
  }
  .nm-menu-main__item:hover .nm-menu-sub__box {
    position: absolute;
    background: #fff;
    display: block;
    width: 320px;
    padding: 20px;
    left: 0;
    top: 0;
  }
}
.nm-menu-sub__main-link {
  display: none;
}
@media print, screen and (width > 1200px) {
  .nm-menu-sub__main-link {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #424854;
  }
  .nm-menu-sub__main-link .nm-icon {
    font-size: 24px;
    background-color: var(--color-navy-900);
  }
}
@media print, screen and (width > 1200px) {
  .nm-menu-sub__list {
    border-top: 1px solid rgba(41, 56, 87, 0.15);
    margin-top: 16px;
    padding-top: 12px;
    font-size: 15px;
    line-height: 1.8;
  }
}
.nm-menu-sub__item + .nm-menu-sub__item {
  margin-top: 5px;
}
.nm-menu-sub__link {
  position: relative;
  display: block;
  padding-left: 1.3em;
  color: #fff;
}
.nm-menu-sub__link::before {
  position: absolute;
  content: "-";
  margin-left: -1.3em;
}
@media print, screen and (width <= 1200px) {
  .nm-menu-sub__link {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media print, screen and (width > 1200px) {
  .nm-menu-sub__link {
    color: #424854;
  }
}
.nm-menu-sub__link--current {
  color: var(--color-gold-600);
}
@media print, screen and (width>=768px) {
  .nm-menu-sub__link--current {
    color: var(--color-gold-700);
  }
}

.nm-menu-contact {
  margin-top: 32px;
}
@media print, screen and (width > 1200px) {
  .nm-menu-contact {
    display: none;
  }
}
.nm-menu-contact__link {
  color: #fff;
  border: 1px solid rgba(247, 246, 245, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 60px;
  text-decoration: none !important;
  background-color: var(--color-navy-800);
}
.nm-menu-contact__link:hover {
  color: var(--color-navy-800);
  background-color: #fff;
}
.nm-menu-contact__link:hover .nm-icon {
  background-color: var(--color-navy-800);
}
.nm-menu-contact__link .nm-icon {
  font-size: 24px;
  background-color: #fff;
}

.nm-footer-container {
  position: relative;
}

.nm-page-top-layout {
  position: absolute;
  top: 0;
  right: 12px;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  transform: translateY(-50%);
}
@media print, screen and (width>=768px) {
  .nm-page-top-layout {
    right: 32px;
  }
}
.nm-page-top-layout--fixed {
  position: fixed;
  top: auto;
  bottom: 12px;
  transform: translateY(0);
}
@media print, screen and (width>=768px) {
  .nm-page-top-layout--fixed {
    bottom: 32px;
  }
}

.nm-page-top {
  z-index: 1010;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-family: "EB Garamond", serif;
  font-size: 0.8125rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-color: var(--color-gold-700);
  border-radius: 50%;
  opacity: 0;
  transition-timing-function: ease-out;
  transition-duration: 0.25s;
  transition-property: opacity;
}
.scrolled .nm-page-top {
  opacity: 1;
}
.nm-page-top__icon {
  width: 24px;
  height: 24px;
  margin-top: -10px;
  background-color: #fff;
}
.nm-page-top__text {
  line-height: 1;
}

.nm-footer-sitemap-area-wrap {
  padding: 32px 0 24px;
  background-color: var(--color-navy-1000);
}
@media print, screen and (width>=768px) {
  .nm-footer-sitemap-area-wrap {
    padding: 64px 0 104px;
  }
}

.nm-footer-sitemap-area {
  display: grid;
  gap: 40px 24px;
  color: var(--color-gold-100);
}
@media print, screen and (width>=768px) {
  .nm-footer-sitemap-area {
    row-gap: 32px;
  }
}
.nm-footer-sitemap-area__logo {
  width: 238px;
  height: 46px;
}
.nm-footer-sitemap-area__sns {
  display: flex;
  column-gap: 32px;
  justify-content: center;
  padding-top: 24px;
  margin: 0;
}
@media print, screen and (width<768px) {
  .nm-footer-sitemap-area__sns {
    margin-right: -24px;
    margin-left: -24px;
    border-top: 1px solid rgba(247, 246, 245, 0.15);
  }
}
@media print, screen and (width>=768px) {
  .nm-footer-sitemap-area__sns {
    column-gap: 24px;
    justify-content: start;
    padding-top: 0;
  }
}

.nm-sitemap {
  display: grid;
  row-gap: 24px;
}
@media print, screen and (width>=768px) {
  .nm-sitemap {
    grid-row: 1/3;
    grid-column: 2/3;
    grid-auto-flow: column;
    gap: 24px 64px;
    justify-content: end;
  }
}
@media print, screen and (width>=768px) {
  .nm-sitemap__list {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-row: 1/4;
    align-items: start;
  }
}
.nm-sitemap__link {
  display: inline;
  font-size: 0.9375rem;
  color: var(--color-gold-100);
  text-decoration: none;
}
@media print, screen and (width>=768px) {
  .nm-sitemap__link {
    font-size: 0.8125rem;
  }
}
@media (hover: hover) {
  .nm-sitemap__link:hover {
    text-decoration: underline;
  }
}
.nm-sitemap__menu-button {
  position: absolute;
  right: 0;
}
@media print, screen and (width>=768px) {
  .nm-sitemap__menu-button {
    display: none;
  }
}

.nm-sitemap-list {
  padding: 24px 0 8px;
  margin: 0;
}
@media print, screen and (width>=768px) {
  .nm-sitemap-list {
    padding-bottom: 0;
  }
}
.nm-sitemap-list__item + .nm-sitemap-list__item {
  margin-top: 16px;
}
@media print, screen and (width>=768px) {
  .nm-sitemap-list__item + .nm-sitemap-list__item {
    margin-top: 12px;
  }
}

.nm-footer-sites-wrap {
  padding: 32px 0;
  margin: 0;
}
@media print, screen and (width>=1120px) {
  .nm-footer-sites-wrap {
    padding: 40px 0 48px;
  }
}

.nm-footer-company-sites {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 4px;
  margin: 12px 0 0 -18px;
}
@media print, screen and (width>=768px) {
  .nm-footer-company-sites {
    flex-direction: row;
    gap: 66px;
  }
}
.nm-footer-company-sites__feature {
  line-height: 1.5;
  text-decoration: none;
}
@media (hover: hover) {
  .nm-footer-company-sites__feature:hover {
    text-underline-offset: 10px;
    text-decoration: underline;
  }
}
.nm-footer-company-sites__details {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.nm-footer-companies__item {
  margin-top: 0 !important;
  line-height: 1.6;
}
.nm-footer-companies__item::before {
  top: 12px !important;
  width: 6px !important;
  height: 1px !important;
  clip-path: none !important;
  background-color: var(--color-navy-900) !important;
}
.nm-footer-companies__link {
  font-size: 0.8125rem;
  text-decoration: none;
}
@media (hover: hover) {
  .nm-footer-companies__link:hover {
    text-decoration: underline;
  }
}

.nm-footer-related-sites-layout {
  margin: 32px 0 0;
}
@media print, screen and (width>=1120px) {
  .nm-footer-related-sites-layout {
    margin: 40px 0 0;
  }
}
.nm-footer-related-sites-layout__contents {
  margin: 20px 0 0 -18px;
  border: 1px solid rgba(41, 56, 87, 0.15);
}
@media print, screen and (width>=768px) {
  .nm-footer-related-sites-layout__contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (width>=1120px) {
  .nm-footer-related-sites-layout__contents {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

.nm-footer-related-site {
  display: flex;
  flex-direction: row;
  min-height: 54px;
  text-decoration: none;
  border: 1px solid rgba(41, 56, 87, 0.15);
  border-top: none;
  border-left: none;
}
@media print, screen and (width<768px) {
  .nm-footer-related-site {
    border-right: none;
  }
  .nm-footer-related-site:last-child {
    border-bottom: none;
  }
}
@media print, screen and (width>=768px) {
  .nm-footer-related-site:nth-child(even) {
    border-right: none;
  }
  .nm-footer-related-site:nth-child(3), .nm-footer-related-site:nth-child(4) {
    border-bottom: none;
  }
}
@media print, screen and (width>=1120px) {
  .nm-footer-related-site {
    flex-direction: column;
    height: 90px;
    border-bottom: none;
  }
  .nm-footer-related-site:nth-child(2) {
    border-right: 1px solid rgba(41, 56, 87, 0.15);
  }
  .nm-footer-related-site:last-child {
    border-right: none;
  }
}
.nm-footer-related-site__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
@media print, screen and (width>=1120px) {
  .nm-footer-related-site__img {
    width: 100%;
    height: 64px;
  }
}
.nm-footer-related-site__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.nm-footer-related-site__logo > img {
  height: auto;
}
.nm-footer-related-site__icon {
  display: none;
}
@media print, screen and (width>=1120px) {
  .nm-footer-related-site__icon {
    position: absolute;
    top: calc(50% - 12px);
    right: 5%;
    display: block;
    width: 24px;
    height: 24px;
  }
}
.nm-footer-related-site__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  min-height: 38px;
  padding: 0 6px;
  margin: 8px;
  font-size: 0.6875rem;
  text-align: center;
  background-color: #f7f5f2;
}
@media print, screen and (width>=960px) {
  .nm-footer-related-site__text {
    flex-direction: row;
  }
}
@media print, screen and (width>=1120px) {
  .nm-footer-related-site__text {
    width: 100%;
    min-height: 26px;
    margin: 0;
  }
}
.nm-footer-related-site__text > p {
  margin: 0;
}

[src*="logo_nomucom.png"] {
  width: 84px;
}
@media print, screen and (width>=768px) {
  [src*="logo_nomucom.png"] {
    width: 108px;
  }
}

[src*="logo_nomucom-en.png"] {
  width: 86px;
}
@media print, screen and (width>=768px) {
  [src*="logo_nomucom-en.png"] {
    width: 110px;
  }
}

[src*="logo_nomucom-pro.png"] {
  width: 100%;
  max-width: 129px;
}
@media print, screen and (width>=768px) {
  [src*="logo_nomucom-pro.png"] {
    width: 168px;
  }
}

[src*="logo_crenavi.png"] {
  width: 93px;
}
@media print, screen and (width>=768px) {
  [src*="logo_crenavi.png"] {
    width: 120px;
  }
}

.nm-footer-links {
  padding: 20px 0;
}
@media print, screen and (width>=960px) {
  .nm-footer-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.nm-footer-links__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  margin: 0;
}
@media print, screen and (width>=960px) {
  .nm-footer-links__list {
    gap: 0 32px;
  }
}
.nm-footer-links__link {
  font-size: 0.6875rem;
  text-decoration: none;
}
@media (hover: hover) {
  .nm-footer-links__link:hover {
    text-decoration: underline;
  }
}
.nm-footer-links__logo {
  display: inline-block;
  margin-top: 40px;
}
@media print, screen and (width>=960px) {
  .nm-footer-links__logo {
    margin-top: 0;
  }
}

.nm-footer-copyright {
  border-top: 1px solid rgba(41, 56, 87, 0.15);
}
.nm-footer-copyright__text {
  display: block;
  padding: 8px 0;
  font-size: 0.625rem;
}
@media print, screen and (width>=960px) {
  .nm-footer-copyright__text {
    text-align: right;
  }
}

.nm-collapse--footer {
  position: relative;
}
.nm-collapse--footer .nm-collapse-switcher {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
}
@media print, screen and (width>=768px) {
  .nm-collapse--footer .nm-collapse-switcher {
    display: none;
  }
}
.nm-collapse--footer .nm-collapse-switcher::after {
  display: none;
}
.nm-collapse--footer .nm-collapse-switcher .nm-circle-icon {
  width: 24px;
  height: 24px;
}
.nm-collapse--footer .nm-collapse-switcher .nm-icon {
  width: 1.2em;
  height: 1.2em;
}
.nm-collapse--footer .nm-collapse-switcher[aria-expanded=true] .nm-icon--plus {
  -webkit-mask-image: url(/legalest-navi/common/images/svg-icons/icon_minus.svg);
  mask-image: url(/legalest-navi/common/images/svg-icons/icon_minus.svg);
}
.nm-collapse--footer .nm-collapse-content {
  padding: 0;
  border: none;
}
@media print, screen and (width>=768px) {
  .nm-collapse--footer .nm-collapse-content[aria-hidden=true] {
    display: block;
  }
}

.nm-inline-block {
  display: inline-block;
}

.nm-block {
  display: block;
}

.nm-table {
  display: table;
}

.nm-table-cell {
  display: table-cell;
}

.nm-flex {
  display: flex;
}
.nm-flex--wrap {
  flex-wrap: wrap;
}
.nm-flex--vertical {
  flex-direction: column;
}
.nm-flex--vertical-reversed {
  flex-direction: column-reverse;
}
.nm-flex--horizontal {
  flex-direction: row;
}
.nm-flex--horizontal-reversed {
  flex-direction: row-reverse;
}
.nm-flex--left {
  justify-content: flex-start;
}
.nm-flex--right {
  justify-content: flex-end;
}
.nm-flex--center {
  justify-content: center;
}
.nm-flex--center > img {
  flex-shrink: 0;
}
.nm-flex--space-between {
  justify-content: space-between;
}
.nm-flex--space-around {
  justify-content: space-around;
}
.nm-flex--top {
  align-items: flex-start;
}
.nm-flex--middle {
  align-items: center;
}
.nm-flex--bottom {
  align-items: flex-end;
}

.nm-inline-flex {
  display: inline-flex;
}

.nm-flex-item-fill {
  width: 100%;
}

.nm-flex-item-top {
  justify-content: flex-start;
}

.nm-flex-item-center {
  justify-content: center;
}

.nm-flex-item-bottom {
  justify-content: flex-end;
}

.nm-flex-item-grow {
  flex-grow: 1;
}

.nm-flex-item-shrink {
  flex-shrink: 1;
}

.nm-flex-item-no-shrink {
  flex-shrink: 0;
}

.nm-clearfix {
  overflow: hidden;
}

.nm-float-right {
  float: right;
}

.nm-float-left {
  float: left;
}

img.nm-stretch {
  width: 100%;
  max-width: none;
  height: auto;
  vertical-align: bottom;
}

img.nm-max-width {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.nm-mt-auto {
  margin-top: auto;
}

.nm-mr-auto {
  margin-right: auto;
}

.nm-mb-auto {
  margin-bottom: auto;
}

.nm-ml-auto {
  margin-left: auto;
}

.nm-mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.nm-my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.nm-mt-48-80 {
  margin-top: 48px !important;
}
@media print, screen and (width>=768px) {
  .nm-mt-48-80 {
    margin-top: 80px !important;
  }
}

.nm-mt-40-64 {
  margin-top: 40px !important;
}
@media print, screen and (width>=768px) {
  .nm-mt-40-64 {
    margin-top: 64px !important;
  }
}

.nm-mt-32-48 {
  margin-top: 32px !important;
}
@media print, screen and (width>=768px) {
  .nm-mt-32-48 {
    margin-top: 48px !important;
  }
}

.nm-mt-28-40 {
  margin-top: 28px !important;
}
@media print, screen and (width>=768px) {
  .nm-mt-28-40 {
    margin-top: 40px !important;
  }
}

.nm-mt-24-32 {
  margin-top: 24px !important;
}
@media print, screen and (width>=768px) {
  .nm-mt-24-32 {
    margin-top: 32px !important;
  }
}

.nm-mt-16-24 {
  margin-top: 16px !important;
}
@media print, screen and (width>=768px) {
  .nm-mt-16-24 {
    margin-top: 24px !important;
  }
}

.nm-mt-16 {
  margin-top: 16px !important;
}
@media print, screen and (width>=768px) {
  .nm-mt-16 {
    margin-top: 16px !important;
  }
}

.nm-mt-12 {
  margin-top: 12px !important;
}
@media print, screen and (width>=768px) {
  .nm-mt-12 {
    margin-top: 12px !important;
  }
}

.nm-mt-0 {
  margin-top: 0 !important;
}
@media print, screen and (width>=768px) {
  .nm-mt-0 {
    margin-top: 0 !important;
  }
}

.nm-mb-48-80 {
  margin-bottom: 48px !important;
}
@media print, screen and (width>=768px) {
  .nm-mb-48-80 {
    margin-bottom: 80px !important;
  }
}

.nm-mb-40-64 {
  margin-bottom: 40px !important;
}
@media print, screen and (width>=768px) {
  .nm-mb-40-64 {
    margin-bottom: 64px !important;
  }
}

.nm-mb-32-48 {
  margin-bottom: 32px !important;
}
@media print, screen and (width>=768px) {
  .nm-mb-32-48 {
    margin-bottom: 48px !important;
  }
}

.nm-mb-28-40 {
  margin-bottom: 28px !important;
}
@media print, screen and (width>=768px) {
  .nm-mb-28-40 {
    margin-bottom: 40px !important;
  }
}

.nm-mb-24-32 {
  margin-bottom: 24px !important;
}
@media print, screen and (width>=768px) {
  .nm-mb-24-32 {
    margin-bottom: 32px !important;
  }
}

.nm-mb-16-24 {
  margin-bottom: 16px !important;
}
@media print, screen and (width>=768px) {
  .nm-mb-16-24 {
    margin-bottom: 24px !important;
  }
}

.nm-mb-16 {
  margin-bottom: 16px !important;
}
@media print, screen and (width>=768px) {
  .nm-mb-16 {
    margin-bottom: 16px !important;
  }
}

.nm-mb-12 {
  margin-bottom: 12px !important;
}
@media print, screen and (width>=768px) {
  .nm-mb-12 {
    margin-bottom: 12px !important;
  }
}

.nm-mb-0 {
  margin-bottom: 0 !important;
}
@media print, screen and (width>=768px) {
  .nm-mb-0 {
    margin-bottom: 0 !important;
  }
}

.nm-pt-48-80 {
  padding-top: 48px !important;
}
@media print, screen and (width>=768px) {
  .nm-pt-48-80 {
    padding-top: 80px !important;
  }
}

.nm-pt-40-64 {
  padding-top: 40px !important;
}
@media print, screen and (width>=768px) {
  .nm-pt-40-64 {
    padding-top: 64px !important;
  }
}

.nm-pt-32-48 {
  padding-top: 32px !important;
}
@media print, screen and (width>=768px) {
  .nm-pt-32-48 {
    padding-top: 48px !important;
  }
}

.nm-pt-28-40 {
  padding-top: 28px !important;
}
@media print, screen and (width>=768px) {
  .nm-pt-28-40 {
    padding-top: 40px !important;
  }
}

.nm-pt-24-32 {
  padding-top: 24px !important;
}
@media print, screen and (width>=768px) {
  .nm-pt-24-32 {
    padding-top: 32px !important;
  }
}

.nm-pt-16-24 {
  padding-top: 16px !important;
}
@media print, screen and (width>=768px) {
  .nm-pt-16-24 {
    padding-top: 24px !important;
  }
}

.nm-pt-16 {
  padding-top: 16px !important;
}
@media print, screen and (width>=768px) {
  .nm-pt-16 {
    padding-top: 16px !important;
  }
}

.nm-pt-12 {
  padding-top: 12px !important;
}
@media print, screen and (width>=768px) {
  .nm-pt-12 {
    padding-top: 12px !important;
  }
}

.nm-pt-0 {
  padding-top: 0 !important;
}
@media print, screen and (width>=768px) {
  .nm-pt-0 {
    padding-top: 0 !important;
  }
}

.nm-pb-48-80 {
  padding-bottom: 48px !important;
}
@media print, screen and (width>=768px) {
  .nm-pb-48-80 {
    padding-bottom: 80px !important;
  }
}

.nm-pb-40-64 {
  padding-bottom: 40px !important;
}
@media print, screen and (width>=768px) {
  .nm-pb-40-64 {
    padding-bottom: 64px !important;
  }
}

.nm-pb-32-48 {
  padding-bottom: 32px !important;
}
@media print, screen and (width>=768px) {
  .nm-pb-32-48 {
    padding-bottom: 48px !important;
  }
}

.nm-pb-28-40 {
  padding-bottom: 28px !important;
}
@media print, screen and (width>=768px) {
  .nm-pb-28-40 {
    padding-bottom: 40px !important;
  }
}

.nm-pb-24-32 {
  padding-bottom: 24px !important;
}
@media print, screen and (width>=768px) {
  .nm-pb-24-32 {
    padding-bottom: 32px !important;
  }
}

.nm-pb-16-24 {
  padding-bottom: 16px !important;
}
@media print, screen and (width>=768px) {
  .nm-pb-16-24 {
    padding-bottom: 24px !important;
  }
}

.nm-pb-16 {
  padding-bottom: 16px !important;
}
@media print, screen and (width>=768px) {
  .nm-pb-16 {
    padding-bottom: 16px !important;
  }
}

.nm-pb-12 {
  padding-bottom: 12px !important;
}
@media print, screen and (width>=768px) {
  .nm-pb-12 {
    padding-bottom: 12px !important;
  }
}

.nm-pb-0 {
  padding-bottom: 0 !important;
}
@media print, screen and (width>=768px) {
  .nm-pb-0 {
    padding-bottom: 0 !important;
  }
}

.nm-cursor-pointer {
  cursor: pointer;
}

.nm-cursor-default {
  cursor: default;
}

.nm-cursor-not-allowed {
  cursor: not-allowed;
}

.nm-pointer-events-none {
  pointer-events: none;
}

.nm-pointer-events-visible {
  pointer-events: visible;
}

.nm-en-text {
  font-family: "EB Garamond", serif;
}

.nm-text-bold {
  font-weight: bold;
}

.nm-text-normal {
  font-weight: normal;
}

.nm-text-size-18 {
  font-size: 1.125rem;
}

.nm-text-size-17 {
  font-size: 1.0625rem;
}

.nm-text-size-13 {
  font-size: 0.8125rem;
}

.nm-text-size-11 {
  font-size: 0.6875rem;
}

.nm-text-size-10 {
  font-size: 0.625rem;
}

.nm-text-color-primary {
  color: var(--color-navy-800);
}

.nm-text-color-caution {
  color: var(--color-caution);
}

.nm-text-color-secondly {
  color: var(--color-secondly);
}

.nm-text-color-bright-secondly {
  color: var(--color-gold-600);
}

.nm-text-color-accent-secondly {
  color: var(--color-gold-700);
}

.nm-text-color-muted {
  color: var(--color-muted);
}

.nm-text-color-weak {
  color: var(--color-sumi-700);
}

.nm-text-color-white {
  color: var(--color-gold-100);
}

.nm-text-underline {
  text-decoration: underline;
}

[href^="tel:"] {
  text-decoration: none;
}
@media print, screen and (width>=768px) {
  [href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

.nm-text-capitalize {
  text-transform: capitalize;
}

.nm-text-uppercase {
  text-transform: uppercase;
}

.nm-text-lowercase {
  text-transform: lowercase;
}

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

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

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

.nm-text-top {
  vertical-align: top;
}

.nm-text-middle {
  vertical-align: middle;
}

.nm-text-bottom {
  vertical-align: bottom;
}

@media screen and (min-width: 481px) {
  .nm-sm\:text-left {
    text-align: left;
  }
}

@media screen and (min-width: 481px) {
  .nm-sm\:text-center {
    text-align: center;
  }
}

@media screen and (min-width: 481px) {
  .nm-sm\:text-right {
    text-align: right;
  }
}

@media screen and (min-width: 481px) {
  .nm-sm\:text-top {
    vertical-align: top;
  }
}

@media screen and (min-width: 481px) {
  .nm-sm\:text-middle {
    vertical-align: middle;
  }
}

@media screen and (min-width: 481px) {
  .nm-sm\:text-bottom {
    vertical-align: bottom;
  }
}

@media screen and (min-width: 769px) {
  .nm-md\:text-left {
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  .nm-md\:text-center {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .nm-md\:text-right {
    text-align: right;
  }
}

@media screen and (min-width: 769px) {
  .nm-md\:text-top {
    vertical-align: top;
  }
}

@media screen and (min-width: 769px) {
  .nm-md\:text-middle {
    vertical-align: middle;
  }
}

@media screen and (min-width: 769px) {
  .nm-md\:text-bottom {
    vertical-align: bottom;
  }
}

@media screen and (min-width: 961px) {
  .nm-lg\:text-left {
    text-align: left;
  }
}

@media screen and (min-width: 961px) {
  .nm-lg\:text-center {
    text-align: center;
  }
}

@media screen and (min-width: 961px) {
  .nm-lg\:text-right {
    text-align: right;
  }
}

@media screen and (min-width: 961px) {
  .nm-lg\:text-top {
    vertical-align: top;
  }
}

@media screen and (min-width: 961px) {
  .nm-lg\:text-middle {
    vertical-align: middle;
  }
}

@media screen and (min-width: 961px) {
  .nm-lg\:text-bottom {
    vertical-align: bottom;
  }
}

@media screen and (min-width: 1121px) {
  .nm-xl\:text-left {
    text-align: left;
  }
}

@media screen and (min-width: 1121px) {
  .nm-xl\:text-center {
    text-align: center;
  }
}

@media screen and (min-width: 1121px) {
  .nm-xl\:text-right {
    text-align: right;
  }
}

@media screen and (min-width: 1121px) {
  .nm-xl\:text-top {
    vertical-align: top;
  }
}

@media screen and (min-width: 1121px) {
  .nm-xl\:text-middle {
    vertical-align: middle;
  }
}

@media screen and (min-width: 1121px) {
  .nm-xl\:text-bottom {
    vertical-align: bottom;
  }
}

.nm-text-note {
  position: relative;
  padding-left: 1.5rem;
}
.nm-text-note::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline;
  content: "※";
}

.nm-text-link {
  display: inline-flex;
  align-items: center;
  color: var(--color-navy-900);
  text-decoration: underline;
}
@media (hover: hover) {
  .nm-text-link:hover {
    text-decoration: none;
  }
}
.nm-text-link .nm-icon {
  width: 1.3em;
  height: 1.3em;
  padding: 0 3px;
}

.nm-border-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 4px;
  color: var(--color-navy-800);
  text-decoration: none;
  border-bottom: 1px solid var(--color-navy-800);
  transition-timing-function: ease-out;
  transition-duration: 0.25s;
  transition-property: all;
}
@media (hover: hover) {
  .nm-border-link:hover {
    border-color: transparent;
  }
}
.nm-border-link__icon {
  width: 1.5em;
  height: 1.5em;
}
.nm-border-link--white {
  color: #fff;
  border-color: rgba(247, 246, 245, 0.15);
}
.nm-border-link--white .nm-border-link__icon {
  background-color: #fff;
}
@media (hover: hover) {
  .nm-border-link--white:hover {
    border-color: rgb(247, 246, 245);
  }
}

.nm-none {
  display: none !important;
}

@media print, screen and (width>=480px) {
  .nm-sm\:none {
    display: none !important;
  }
}

@media print, screen and (width>=768px) {
  .nm-md\:none {
    display: none !important;
  }
}

@media print, screen and (width>=960px) {
  .nm-lg\:none {
    display: none !important;
  }
}

@media print, screen and (width>=1120px) {
  .nm-xl\:none {
    display: none !important;
  }
}

@media print, screen and (width>=480px) {
  .nm-sm\:block {
    display: block !important;
  }
}

@media print, screen and (width>=768px) {
  .nm-md\:block {
    display: block !important;
  }
}

@media print, screen and (width>=960px) {
  .nm-lg\:block {
    display: block !important;
  }
}

@media print, screen and (width>=1120px) {
  .nm-xl\:block {
    display: block !important;
  }
}

@media print, screen and (width>=480px) {
  .nm-sm\:flex {
    display: flex !important;
  }
}

@media print, screen and (width>=768px) {
  .nm-md\:flex {
    display: flex !important;
  }
}

@media print, screen and (width>=960px) {
  .nm-lg\:flex {
    display: flex !important;
  }
}

@media print, screen and (width>=1120px) {
  .nm-xl\:flex {
    display: flex !important;
  }
}

.nm-overflow-hidden {
  overflow: hidden;
}

.nm-overflow-visible {
  overflow: visible;
}

.nm-overflow-auto {
  overflow: auto;
}

.nm-overflow-hidden {
  overflow: scroll;
}

.nm-width-1-12 {
  width: 8.3333333333%;
}
.nm-width-2-12 {
  width: 16.6666666667%;
}
.nm-width-3-12 {
  width: 25%;
}
.nm-width-4-12 {
  width: 33.3333333333%;
}
.nm-width-5-12 {
  width: 41.6666666667%;
}
.nm-width-6-12 {
  width: 50%;
}
.nm-width-7-12 {
  width: 58.3333333333%;
}
.nm-width-8-12 {
  width: 66.6666666667%;
}
.nm-width-9-12 {
  width: 75%;
}
.nm-width-10-12 {
  width: 83.3333333333%;
}
.nm-width-11-12 {
  width: 91.6666666667%;
}
.nm-width-12-12 {
  width: 100%;
}
.nm-width-1-10 {
  width: 10%;
}
.nm-width-2-10 {
  width: 20%;
}
.nm-width-3-10 {
  width: 30%;
}
.nm-width-4-10 {
  width: 40%;
}
.nm-width-5-10 {
  width: 50%;
}
.nm-width-6-10 {
  width: 60%;
}
.nm-width-7-10 {
  width: 70%;
}
.nm-width-8-10 {
  width: 80%;
}
.nm-width-9-10 {
  width: 90%;
}
.nm-width-10-10 {
  width: 100%;
}

@media screen and (min-width: 481px) {
  .nm-sm\:width-1-12 {
    width: 8.3333333333%;
  }
  .nm-sm\:width-2-12 {
    width: 16.6666666667%;
  }
  .nm-sm\:width-3-12 {
    width: 25%;
  }
  .nm-sm\:width-4-12 {
    width: 33.3333333333%;
  }
  .nm-sm\:width-5-12 {
    width: 41.6666666667%;
  }
  .nm-sm\:width-6-12 {
    width: 50%;
  }
  .nm-sm\:width-7-12 {
    width: 58.3333333333%;
  }
  .nm-sm\:width-8-12 {
    width: 66.6666666667%;
  }
  .nm-sm\:width-9-12 {
    width: 75%;
  }
  .nm-sm\:width-10-12 {
    width: 83.3333333333%;
  }
  .nm-sm\:width-11-12 {
    width: 91.6666666667%;
  }
  .nm-sm\:width-12-12 {
    width: 100%;
  }
  .nm-sm\:width-1-10 {
    width: 10%;
  }
  .nm-sm\:width-2-10 {
    width: 20%;
  }
  .nm-sm\:width-3-10 {
    width: 30%;
  }
  .nm-sm\:width-4-10 {
    width: 40%;
  }
  .nm-sm\:width-5-10 {
    width: 50%;
  }
  .nm-sm\:width-6-10 {
    width: 60%;
  }
  .nm-sm\:width-7-10 {
    width: 70%;
  }
  .nm-sm\:width-8-10 {
    width: 80%;
  }
  .nm-sm\:width-9-10 {
    width: 90%;
  }
  .nm-sm\:width-10-10 {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .nm-md\:width-1-12 {
    width: 8.3333333333%;
  }
  .nm-md\:width-2-12 {
    width: 16.6666666667%;
  }
  .nm-md\:width-3-12 {
    width: 25%;
  }
  .nm-md\:width-4-12 {
    width: 33.3333333333%;
  }
  .nm-md\:width-5-12 {
    width: 41.6666666667%;
  }
  .nm-md\:width-6-12 {
    width: 50%;
  }
  .nm-md\:width-7-12 {
    width: 58.3333333333%;
  }
  .nm-md\:width-8-12 {
    width: 66.6666666667%;
  }
  .nm-md\:width-9-12 {
    width: 75%;
  }
  .nm-md\:width-10-12 {
    width: 83.3333333333%;
  }
  .nm-md\:width-11-12 {
    width: 91.6666666667%;
  }
  .nm-md\:width-12-12 {
    width: 100%;
  }
  .nm-md\:width-1-10 {
    width: 10%;
  }
  .nm-md\:width-2-10 {
    width: 20%;
  }
  .nm-md\:width-3-10 {
    width: 30%;
  }
  .nm-md\:width-4-10 {
    width: 40%;
  }
  .nm-md\:width-5-10 {
    width: 50%;
  }
  .nm-md\:width-6-10 {
    width: 60%;
  }
  .nm-md\:width-7-10 {
    width: 70%;
  }
  .nm-md\:width-8-10 {
    width: 80%;
  }
  .nm-md\:width-9-10 {
    width: 90%;
  }
  .nm-md\:width-10-10 {
    width: 100%;
  }
}

@media screen and (min-width: 961px) {
  .nm-lg\:width-1-12 {
    width: 8.3333333333%;
  }
  .nm-lg\:width-2-12 {
    width: 16.6666666667%;
  }
  .nm-lg\:width-3-12 {
    width: 25%;
  }
  .nm-lg\:width-4-12 {
    width: 33.3333333333%;
  }
  .nm-lg\:width-5-12 {
    width: 41.6666666667%;
  }
  .nm-lg\:width-6-12 {
    width: 50%;
  }
  .nm-lg\:width-7-12 {
    width: 58.3333333333%;
  }
  .nm-lg\:width-8-12 {
    width: 66.6666666667%;
  }
  .nm-lg\:width-9-12 {
    width: 75%;
  }
  .nm-lg\:width-10-12 {
    width: 83.3333333333%;
  }
  .nm-lg\:width-11-12 {
    width: 91.6666666667%;
  }
  .nm-lg\:width-12-12 {
    width: 100%;
  }
  .nm-lg\:width-1-10 {
    width: 10%;
  }
  .nm-lg\:width-2-10 {
    width: 20%;
  }
  .nm-lg\:width-3-10 {
    width: 30%;
  }
  .nm-lg\:width-4-10 {
    width: 40%;
  }
  .nm-lg\:width-5-10 {
    width: 50%;
  }
  .nm-lg\:width-6-10 {
    width: 60%;
  }
  .nm-lg\:width-7-10 {
    width: 70%;
  }
  .nm-lg\:width-8-10 {
    width: 80%;
  }
  .nm-lg\:width-9-10 {
    width: 90%;
  }
  .nm-lg\:width-10-10 {
    width: 100%;
  }
}

@media screen and (min-width: 1121px) {
  .nm-xl\:width-1-12 {
    width: 8.3333333333%;
  }
  .nm-xl\:width-2-12 {
    width: 16.6666666667%;
  }
  .nm-xl\:width-3-12 {
    width: 25%;
  }
  .nm-xl\:width-4-12 {
    width: 33.3333333333%;
  }
  .nm-xl\:width-5-12 {
    width: 41.6666666667%;
  }
  .nm-xl\:width-6-12 {
    width: 50%;
  }
  .nm-xl\:width-7-12 {
    width: 58.3333333333%;
  }
  .nm-xl\:width-8-12 {
    width: 66.6666666667%;
  }
  .nm-xl\:width-9-12 {
    width: 75%;
  }
  .nm-xl\:width-10-12 {
    width: 83.3333333333%;
  }
  .nm-xl\:width-11-12 {
    width: 91.6666666667%;
  }
  .nm-xl\:width-12-12 {
    width: 100%;
  }
  .nm-xl\:width-1-10 {
    width: 10%;
  }
  .nm-xl\:width-2-10 {
    width: 20%;
  }
  .nm-xl\:width-3-10 {
    width: 30%;
  }
  .nm-xl\:width-4-10 {
    width: 40%;
  }
  .nm-xl\:width-5-10 {
    width: 50%;
  }
  .nm-xl\:width-6-10 {
    width: 60%;
  }
  .nm-xl\:width-7-10 {
    width: 70%;
  }
  .nm-xl\:width-8-10 {
    width: 80%;
  }
  .nm-xl\:width-9-10 {
    width: 90%;
  }
  .nm-xl\:width-10-10 {
    width: 100%;
  }
}
