@font-face {
  font-family: HelveticaNeue;
  font-weight: 700;
  src: url("https://kaitori.openhouse-group.com/img/Helvetica Neue Bold.woff2") format("woff2"), url("https://kaitori.openhouse-group.com/img/Helvetica Neue Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: HelveticaNeue;
  font-weight: 900;
  src: url("https://kaitori.openhouse-group.com/img/HelveticaNeue BlackCond.woff2") format("woff2"), url("https://kaitori.openhouse-group.com/img/HelveticaNeue BlackCond.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'oh-icon';
  src: url("https://kaitori.openhouse-group.com/img/oh-icon.eot");
  src: url("https://kaitori.openhouse-group.com/img/oh-icon.eot") format('embedded-opentype'),url("https://kaitori.openhouse-group.com/img/oh-icon.woff2") format('woff2'),url("https://kaitori.openhouse-group.com/img/oh-icon.ttf") format('truetype'),url("https://kaitori.openhouse-group.com/img/oh-icon.woff") format('woff'),url("https://kaitori.openhouse-group.com/img/oh-icon.svg") format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.page, .cv, .header, .footer {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; }
  .page *, .page *:after, .page *:before, .cv *, .cv *:after, .cv *:before, .header *, .header *:after, .header *:before, .footer *, .footer *:after, .footer *:before {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    outline: none; }
  .page a, .cv a, .header a, .footer a {
    color: inherit;
    text-decoration: none; }
  .page .typo-center, .cv .typo-center, .header .typo-center, .footer .typo-center {
    text-align: center; }
  .page .typo-link, .cv .typo-link, .header .typo-link, .footer .typo-link {
    text-decoration: underline;
    display: inline-block; }
  .page .typo-point, .cv .typo-point, .header .typo-point, .footer .typo-point {
    margin-left: -0.25em;
    letter-spacing: -0.4em; }
  .page .typo-blank, .cv .typo-blank, .header .typo-blank, .footer .typo-blank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .page .typo-blank:after, .cv .typo-blank:after, .header .typo-blank:after, .footer .typo-blank:after {
      content: "";
      display: block;
      background: url("https://kaitori.openhouse-group.com/img/ico-blank.png") no-repeat;
      background-size: contain; }

.mainVisual {
  overflow: hidden;
}

.flow .illust.flowimage img,
.mainVisual img,
.header-logo img {
  height: auto; }

.page {
  overflow: hidden; }

.concerns-image picture img {
  width: auto;
  max-width: 100%;
  height: auto; }

.strengths-title__item {
  width: 50%;
  text-align: center; }

.strengths-title__balloon__other:before {
  content: '';
  display: block;
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  width: 7px;
  height: 6px;
  margin: 0 auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%); }

.strengths-item__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.voice-item__headTitle {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #5085b9; }

.cv {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  body.-scroll:not(.-open) .cv .btn {
    pointer-events: auto; }
  .cv-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1; }
    .cv-list .btn-assess .btn-ico__free, .cv-list .btn-sale .btn-ico__free {
      position: static;
      -webkit-transform: none;
              transform: none; }

.header {
  position: fixed;
  z-index: 999;
  width: 100%; }
  .header-logo img {
    width: 100%; }
  .header-hamburger__btn {
    position: relative;
    z-index: 1000; }
    .header-hamburger__btn img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .header-hamburger__btn img:nth-child(1) {
        display: block; }
      .header-hamburger__btn img:nth-child(2) {
        display: none; }
      body.-open .header-hamburger__btn img:nth-child(1) {
        display: none; }
      body.-open .header-hamburger__btn img:nth-child(2) {
        display: block; }
  body.-open .header-nav {
    pointer-events: auto;
    opacity: 1; }
  .header-nav__list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .header-nav .banner {
    position: static; }

.btn-assess, .btn-sale, .btn-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-style: solid;
  border-color: #000;
  color: #fff !important;
  font-weight: 700; }

.btn-ico__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-style: solid;
  border-color: #000;
  background-color: #fff;
  border-radius: 50%; }

.btn-ico__tel {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 1; }
  .btn-ico__tel:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .btn-ico__tel img {
    position: relative; }

.btn-ico__free {
  pointer-events: none;
  position: absolute;
  top: 0;
  border-style: solid;
  border-color: #000;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.5; }

.btn-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .btn-nav .btn-text {
    font-weight: 900; }

.btn-assess {
  background-color: #d60010; }

.btn-sale {
  background-color: #0080bb; }

.btn-banner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #d60010;
  border-bottom-width: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }
  .btn-banner__text-tel {
    font-size: 0;
    font-family: HelveticaNeue;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1; }
  .btn-banner__text-time {
    font-weight: 700; }

.footer {
  border-top: none;
  background-color: #f4f4f4; }
  .footer-inner > :not(:last-child) {
    border-bottom-style: solid;
    border-bottom-color: #000; }
  .footer-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer-logo img {
    width: 100%; }

.aside-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .aside-list .btn-ico__arrow img {
    height: auto; }

.banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10; }

.markerYellowFooter {
  background: linear-gradient(#FFFFFF 60%, #FFFF99 40%);
}

.breadcrumbs__wrapper {
  display: flex;
  padding: 1vw 0;
  font-size: 1.2vw;
  color: #666666;
}

.breadcrumbs__wrapper--item {
  text-decoration: underline;
  margin-right: 2vw;
}

.breadcrumbs__wrapper--item::after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  content: '\f105';
  top: 50%;
  right: 10px;
  margin-left: 15px;
  line-height: 0;
  color: #666666;
  font-size: 10px;
}

.breadcrumbs__wrapper--item__article-name {
  text-decoration: none;
  color: #000;
}

.date_published {
  max-width: 1366px;
  width: 100%;
  padding: 5px 50px 10px;
  margin: 0 auto;
  font-size: 12px;
  text-align: right;
  color: #666666;
}

.data_updated__text {
  margin-left: 16px;
}

.oh-link__text__highlightBlue {
  color: #4f83b6 !important;
}

@media screen and (max-width: 768px) {
    .page, .cv, .header, .footer {
      font-size: 4.26667vw;
      line-height: 1.5; }
    .page .show--l, .cv .show--l, .header .show--l, .footer .show--l {
      display: none !important; }
      .page .typo-center--s, .cv .typo-center--s, .header .typo-center--s, .footer .typo-center--s {
        text-align: center; }
    .page .typo-small2, .cv .typo-small2, .header .typo-small2, .footer .typo-small2 {
      font-size: 3.06667vw;
      line-height: 1.52174; }
        .page .typo-blank:after, .cv .typo-blank:after, .header .typo-blank:after, .footer .typo-blank:after {
          margin-left: 1.06667vw;
          width: 4.26667vw;
          height: 3.73333vw; }
  .content-root {
    padding-top: 24.53333vw; }
  body.-open .content-root {
    position: fixed;
    width: 100%; }
  .oh-cm {
    padding: 0.66667vw 6.66667vw; }
  .oh-cm__head {
    display: block; }
  .enhanced-box {
    display: block;
    margin: 15px auto 22px; }
  .enhanced-image {
    width: 292px;
    margin: 0 auto -12px;
    position: relative; }
  .enhanced-no1 {
    width: 297px;
    margin: 20px auto 25px; }
  .growth-text {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.68; }
  .concerns-image {
    margin: 0 -6.66667vw; }
  .concernsSolution-image {
    width: 279px;
    margin: 59px auto 0px;
    padding-left: 12px; }
  .concernsSolution-image__img {
    width: auto;
    max-width: 100%;
    height: auto; }
  .strengths-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 1; }
  .strengths-title__other {
    font-weight: 900;
    line-height: 1.2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: unset;
    height: auto;
    margin-bottom: 15px;
    font-size: unset;
    border-radius: unset;
    color: unset;
    letter-spacing: unset;
    background: unset; }
  .strengths-title__balloon__other {
    background: #0080bb;
    position: relative;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 5px;
    color: #fff; }
  .strengths-title__strong__other {
    font-size: 33px;
    text-align: center;
    color: #0080bb; }
  .strengths-title__openhouse {
    font-weight: 900;
    line-height: 1.2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: unset;
    height: auto;
    margin-bottom: 15px;
    font-size: unset;
    border-radius: unset;
    color: unset;
    letter-spacing: unset;
    background: unset; }
  .strengths-title__balloon__openhouse {
    position: relative;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    background: #d60010; }
  .strengths-title__balloon__openhouse:before {
    content: '';
    display: block;
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    width: 7px;
    height: 6px;
    margin: 0 auto;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #d60010; }
  .strengths-title__strong__openhouse {
    font-size: 33px;
    text-align: center;
    color: #d60010; }
  .strengths-list {
    padding: 0 0 60px;
    margin: -35px -6.66667vw 0;
    border: 2.5px solid #f4f4f4;
    border-left: 0;
    border-right: 0;
    position: relative; }
  .strengths-list:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #f4f4f4; }
  .strengths-item {
    margin: 0 6.66667vw;
    padding-top: 80px;
    position: relative;
    max-width: 778px; }
  .strengths-item__title {
    margin: 0 auto 35px;
    padding: 0 35px;
    font-size: 23px;
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: center; }
  .strengths-item__title:before {
    left: 0;
    width: 26px;
    height: 2px;
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    background: #000; }
  .strengths-item__title:after {
    right: 0;
    width: 26px;
    height: 2px;
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    background: #000; }
  .strengths-item__text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.68;
    font-weight: 500; }
  .strengths-item__textStrong {
    font-weight: 900;
    color: #d60010; }
  .strengths-item__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%; }
  .strengths-item__box:first-of-type {
    padding-right: 15px;
    color: #d60010; }
  .strengths-item__box:last-of-type {
    padding-left: 15px;
    color: #000; }
  .strengths-item__boxTitle {
    margin-bottom: 12px;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 14.5px;
    font-weight: 900;
    line-height: 1;
    text-align: center; }
  .strengths-item__boxImageImg {
    width: 100%;
    height: auto; }
  .voice-list {
    width: auto;
    margin: 0 -6.66667vw;
    position: relative; }
  .voice-list .slick-arrow {
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background: #8d8d8d !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 50%;
    text-indent: -9999px;
    position: absolute;
    z-index: 1; }
  .voice-list .slick-arrow:before {
    top: calc(50% - 8px);
    width: 12px;
    height: 12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .voice-list .slick-arrow.slick-prev {
    left: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .voice-list .slick-arrow.slick-next {
    right: 10px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .voice-list .slick-dots {
    top: calc(100% + 28px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 0;
    right: 0; }
  .voice-list .slick-dots li button:before {
    display: none; }
  .voice-list .slick-dots li button {
    margin: 0 6px !important;
    width: 5px;
    height: 5px;
    background: #9e9e9e;
    border-radius: 50%;
    padding: 0; }
  .voice-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .voice-list .slick-slide {
    display: block;
    float: left;
    height: auto !important;
    min-height: 1px; }
  .voice-list .slick-dots li.slick-active button {
    background: #000; }
  .voice-item {
    width: 296px !important;
    padding: 25px 32px 35px;
    background: #fff;
    border-radius: 17px; }
  .voice-item:not(:first-of-type) {
    margin-left: 14px; }
    .voice-item__headTitle {
      font-size: 17px;
      letter-spacing: 0.04em;
      line-height: 1.38;
      color: #5085b9;
      font-weight: 900; }
  .voice-item__head {
    margin: 0 -8px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .voice-item__headImage {
    width: 87.5px;
    height: auto; }
  .voice-item__headText {
    width: 160px;
    min-height: 91px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .voice-item__content {
    border-top: 1px solid #a7c2dc;
    margin-top: 16px;
    padding-top: 16px; }
  .voice-item__contentText {
    font-size: 15px;
    letter-spacing: 0.015em;
    line-height: 1.8; }
  .voice-item__contentStrong {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f6da36));
    background: linear-gradient(transparent 60%, #f6da36 60%);
    font-weight: 900; }
  .voice-item__headPeason {
    font-size: 13px;
    margin-top: 4px;
    line-height: 1; }
  .lastCta-line {
    display: block;
    margin-top: 30px;
    padding: 30px 24px;
    border: 1px solid #00b833; }
  .lastCta-line__microcopy {
    font-size: 14px;
    line-height: 1.75;
    text-align: center; }
  .lastCta-line__btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #00b833 url("https://kaitori.openhouse-group.com/img/ico-line.png") 26px center/40px auto no-repeat;
    margin: 16px auto 0;
    padding-left: 60px;
    padding-right: 25px;
    height: 40px;
    width: 70%;
    border-radius: 8px;
    font-size: 16px;
    text-align: left;
    line-height: 1; }
  .line-btn {
    color: #fff; }
  .lastCta-attention {
    margin-top: 30px;
    font-size: 2.66667vw;
    line-height: 1.45;
    padding-bottom: 10.66667vw; }
    .cv {
      pointer-events: none;
      width: 100%;
      height: 24.8vw;
      padding: 6.66667vw;
      opacity: 0;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s; }
    body.-scroll:not(.-open) .cv {
      opacity: 1; }
      .page.-down .cv-list {
        opacity: 1; }
      .cv-list > :not(:last-child) {
        margin-right: 3.2vw; }
      .cv-list .btn-assess, .cv-list .btn-sale {
        border-radius: 4vw;
        padding: 1.33333vw 3.06667vw; }
      .cv-list .btn-assess .btn-ico__arrow, .cv-list .btn-sale .btn-ico__arrow {
        margin-right: 1.06667vw;
        width: 5.33333vw;
        height: 5.33333vw; }
      .cv-list .btn-assess .btn-ico__arrow img, .cv-list .btn-sale .btn-ico__arrow img {
        width: 2.26667vw !important;
        height: 1.6vw !important; }
      .cv-list .btn-assess .btn-text, .cv-list .btn-sale .btn-text {
        font-size: 3.73333vw; }
    .header-logo {
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s;
      margin-left: -1.06667vw;
      width: 38vw;
      height: 7.2vw; }
    body.-scroll:not(.-open) .header-logo {
      pointer-events: none;
      opacity: 0; }
      .header-hamburger__btn {
        width: 10.53333vw;
        height: 11.46667vw; }
    .header-nav__list1 > :not(:last-child) {
      margin-bottom: 8.53333vw; }
      .header-nav__list2 {
        margin: -2.66667vw; }
      .header-nav__list2-wrap {
        margin-top: 26.66667vw; }
      .header-nav__list2 .btn {
        margin: 2.66667vw;
        padding: 3.2vw 2.13333vw;
        width: 40.66667vw; }
      .header-nav__list2 .btn-ico__free {
        display: none; }
      .header-nav .banner {
        margin-top: 7.46667vw;
        margin-left: -3.33333vw;
        margin-right: -3.33333vw;
        padding-left: 0;
        padding-right: 0; }
    .btn-assess, .btn-sale, .btn-banner {
      -webkit-box-shadow: 0 0 3.2vw rgba(0, 0, 0, 0.6);
              box-shadow: 0 0 3.2vw rgba(0, 0, 0, 0.6);
      border-radius: 4.26667vw;
      border-width: 0.53333vw;
      padding: 4.26667vw 6.66667vw;
      font-size: 5.33333vw;
      line-height: 1.6; }
    .btn-ico__arrow {
      margin-right: 3.2vw;
      border-width: 0.53333vw;
      width: 7.46667vw;
      height: 7.46667vw; }
    .btn-ico__arrow img {
      width: 3.33333vw !important;
      height: 2.4vw; }
      .btn-ico__tel:before {
        left: 0;
        height: 3.33333vw; }
    .btn-ico__free {
      right: 4.26667vw;
      padding: 1.06667vw 3.2vw;
      border-radius: 4.26667vw;
      border-width: 0.53333vw;
      font-size: 4vw; }
      .btn-nav .btn-text {
        font-size: 6vw; }
    .btn-banner {
      padding-left: 3.33333vw;
      padding-right: 3.33333vw; 
      align-items: flex-end; }
    .btn-banner > :not(:last-child) {
      margin-right: 1.06667vw; }
    .btn-banner__ico-tel {
      width: 6.53333vw;
      height: 6.53333vw; }
      .btn-banner__text-tel {
        font-size: 7.46667vw;
        margin-top: 3vw; }
      .btn-banner__text-time {
        font-size: 2.93333vw;
        line-height: 1.22727; }
    .footer {
      padding: 10.66667vw 6.66667vw 26.66667vw; }
      .footer-inner > :not(:last-child) {
        margin-bottom: 4.26667vw;
        border-bottom-width: 0.26667vw;
        padding-bottom: 8.53333vw; }
      .footer-foot {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
    .footer-logo {
      margin-left: -1.06667vw;
      width: 33.73333vw;
      height: 6.4vw; }
    .footer-note {
      font-size: 2.66667vw;
      line-height: 3.86667vw; }
    .footer-copy {
      font-size: 1.5vw; }
    .footer-privacy {
      font-size: 3.2vw; }
    .aside-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .aside-list__item {
      width: 50%;
      border-top: solid 0.26667vw #f4f4f4; }
    .aside-list__item:nth-child(odd) {
      border-right: solid 0.26667vw #f4f4f4; }
    .aside-list .btn-nav {
      width: 100%;
      padding: 5.33333vw 6.66667vw; }
    .aside-list .btn-ico__arrow {
      margin-right: 1.06667vw;
      border-width: 0.4vw;
      width: 4vw;
      height: 4vw; }
      .aside-list .btn-ico__arrow img {
        width: 0.93333vw !important; }
    .aside-list .btn-text {
      font-size: 3.46667vw; }
    .banner {
      padding-left: 3.33333vw;
      padding-right: 3.33333vw; }
    .banner_lawyer_img {
      width: 100%;
      height: 100%;
      margin: 0 auto; } 
    .btn-banner__text-note {
      position: absolute;
      bottom: 12.5vw;
      left: 20.5vw;
      font-size: 2.93333vw;
      letter-spacing: 3px; } 

    .breadcrumbs__wrapper {
      display: flex;
      flex-wrap: wrap;
      padding: 2vw 10px !important; 
      margin: 0 auto;
      font-size: 2.7vw;
      color: #666666;
    }
    
    .breadcrumbs__wrapper--item {
      text-decoration: underline;
      margin-right: 10px;
    }

    .breadcrumbs__wrapper--item::after {
      display: inline-block;
      font-family: "Font Awesome 6 Free";
      font-weight: 900; 
      content: '\f105';
      top: 50%;
      right: 10px;
      margin-left: 10px;
      line-height: 0;
      color: #666666;
      font-size: 10px;
    }

    .breadcrumbs__wrapper--item__article-name {
      margin-top: 5px;
      text-decoration: none;
      color: #000;
    }

    .date_published {
      text-align: right;
      padding: 2vw 10px !important;
      margin: 0 auto;
      font-size: 12px;
      color: #666666;
    }

    .data_updated__text {
      margin-left: 10px;
    }
}

@media screen and (min-width: 769px) {
    .page, .cv, .header, .footer {
      font-size: 17px;
      line-height: 1.76471; }
    .page .show--s, .cv .show--s, .header .show--s, .footer .show--s {
      display: none !important; }
      .page .typo-center--l, .cv .typo-center--l, .header .typo-center--l, .footer .typo-center--l {
        text-align: center; }
    .page .typo-small2, .cv .typo-small2, .header .typo-small2, .footer .typo-small2 {
      font-size: 14px;
      line-height: 1.71429; }
        .page .typo-blank:after, .cv .typo-blank:after, .header .typo-blank:after, .footer .typo-blank:after {
          margin-left: 8px;
          width: 18px;
          height: 16px; }
  .content-root {
    padding-top: 90px; }
  .enhanced-lead {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 2;
    text-align: center; }
  .enhanced-image {
    position: relative;
    z-index: 1;
    width: 553px;
    margin: 0 -36px 0 -25px; }
  .enhanced-text {
    width: 480px;
    margin-top: 26px; }
  .features-img2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px auto;
    text-align: center;
    width: 100%; }
  .enhanced-no1 {
    margin-bottom: 80px;
    text-align: center; }
  .container2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 4%; }
  .growth-text {
    width: 315px;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 2; }
  .responsive-image {
    text-align: center;
    margin: 0 -96px 0 -38px; }
  .concernsSolution-image {
    position: relative;
    z-index: 1;
    padding-left: 23px;
    text-align: center;
    padding-top: 6%; }
  .concernsSolution-image__img {
    width: auto;
    max-width: 100%;
    height: auto; }
  .strengths-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 1; }
  .strengths-title__other {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 380px;
    height: 95px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    border-radius: 100px;
    color: #fff;
    letter-spacing: 0.16em;
    background: #0080bb; }
  .strengths-title__strong__other {
    font-size: 33px;
    text-align: center;
    color: #fff; }
  .strengths-title__openhouse {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 380px;
    height: 95px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    border-radius: 100px;
    color: #fff;
    letter-spacing: 0.04em;
    background: #d60010; }
  .strengths-list {
    position: relative;
    padding: 10px 0 110px;
    margin-top: -47px;
    border: 5px solid #f4f4f4; }
  .strengths-list:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #f4f4f4; }
  .strengths-item {
    position: relative;
    z-index: 1;
    max-width: 778px;
    margin: 0 auto;
    padding-top: 80px; }
  .strengths-item__title {
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 44px;
    padding: 0 110px;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: center; }
  .strengths-item__title:before {
    left: 0;
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    width: 78px;
    height: 3px;
    background: #000; }
  .strengths-item__title:after {
    right: 0;
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    width: 78px;
    height: 3px;
    background: #000; }
  .strengths-item__text {
    margin-top: 44px;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.75;
    text-align: left; }
  .strengths-item__textStrong {
    font-weight: 900;
    color: #d60010; }
  .strengths-item__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%; }
  .strengths-item__box:first-of-type {
    padding-right: 50px;
    color: #d60010; }
  .strengths-item__box:last-of-type {
    padding-left: 50px; }
  .strengths-item__boxTitle {
    margin-bottom: 36px;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    text-align: center; }
  .strengths-item__boxImageImg {
    width: auto;
    max-width: 100%;
    height: auto; }
  .voice-list .slick-arrow {
    position: absolute;
    z-index: 1;
    top: calc(50% - 26px);
    width: 52px;
    height: 52px;
    text-indent: -9999px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer; }
  .voice-list .slick-arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    right: 0;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    border-left: 4px solid #000;
    border-bottom: 4px solid #000; }
  .voice-list .slick-arrow.slick-prev {
    left: -116px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .voice-list .slick-arrow.slick-next {
    right: -116px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .voice-list .slick-dots {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 50px); }
  .voice-list .slick-dots li button {
    display: block;
    margin: 0 10px;
    padding: 0;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    background: #9e9e9e;
    border-radius: 50%;
    cursor: pointer; }
  .voice-list .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto; }
  .voice-list .slick-slide {
    display: none;
    float: left;
    height: auto !important;
    min-height: 1px; }
  .voice-list.slick-initialized.slick-slider {
    width: 792px;
    margin: 0 auto;
    position: relative; }
  .voice-list .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .voice-list .slick-list:focus {
    outline: none; }
  .voice-list .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .voice-list .slick-loading .slick-track {
    visibility: hidden; }
  .voice-list[dir='rtl'] .slick-slide {
    float: right; }
  .voice-list .slick-slide img {
    display: block; }
  .voice-list .slick-slide.slick-loading img {
    display: none; }
  .voice-list .slick-slide.dragging img {
    pointer-events: none; }
  .voice-list .slick-initialized .slick-slide {
    display: block; }
  .voice-list .slick-loading .slick-slide {
    visibility: hidden; }
  .voice-list .slick-dots li.slick-active button {
    background: #000; }
  .voice-item {
    width: 300px !important;
    padding: 20px 18px;
    background: #fff;
    border-radius: 20px; }
  .voice-item:not(:first-of-type) {
    margin-left: 18px; }
  .voice-item__head {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .voice-item__headImage {
    width: 95px;
    height: auto; }
  .voice-item__headText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 166px;
    min-height: 95px; }
  .voice-item__content {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 2px solid #a7c2dc; }
  .voice-item__contentText {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.75; }
  .voice-item__contentStrong {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f6da36));
    background: linear-gradient(transparent 60%, #f6da36 60%);
    font-weight: 900; }
  .voice-item__headPeason {
    font-size: 13px;
    line-height: 1;
    margin-top: 8px; }
  .lastCta-line {
    display: none; }
  .lastCta-attention {
    margin-top: 70px;
    font-size: 12px;
    line-height: 1.2; }
    .cv {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
    body.-scroll:not(.-open) .cv {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      .cv-list > :not(:last-child) {
        margin-right: 16px; }
      .cv-list .btn-assess, .cv-list .btn-sale {
        -webkit-box-shadow: none;
                box-shadow: none;
        border-top-width: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 8px;
        width: 235px;
        font-size: 20px; }
      .cv-list .btn-assess .btn-ico__arrow, .cv-list .btn-sale .btn-ico__arrow {
        width: 28px;
        height: 28px; }
      .cv-list .btn-assess .btn-ico__arrow img, .cv-list .btn-sale .btn-ico__arrow img {
        width: 11px !important;
        height: 8px !important; }
      .cv-list .btn-sale {
        width: 300px; }
      .cv-list .btn-banner__text-tel {
        font-size: 37px; }
      .cv-list .btn-banner__text-time {
        font-size: 12px; }
      .cv-list .btn-banner .btn-ico__free {
        display: none; }
    .header-logo {
      display: block;
      width: 213px;
      height: 40px; }
    .header-nav__list1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .header-nav__list1 > :not(:last-child) {
      margin-right: 40px; }
      .header-nav__list2 {
        display: none; }
      .header-nav .banner {
        display: none; }
    .btn-assess, .btn-sale, .btn-banner {
      -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.6);
              box-shadow: 0 0 24px rgba(0, 0, 0, 0.6);
      border-radius: 25px;
      border-width: 4px;
      width: 566px;
      padding: 16px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 32px;
      line-height: 1.625; }
    .-small.btn-assess, .-small.btn-sale, .-small.btn-banner {
      padding-top: 10px;
      padding-bottom: 10px; }
    .btn-ico__arrow {
      margin-right: 8px;
      border-width: 4px;
      width: 46px;
      height: 46px; }
    .btn-ico__arrow img {
      width: 19px !important;
      height: 14px; }
      .btn-ico__tel:before {
        left: 1px;
        width: calc(100% - 2px);
        height: 25px; }
    .btn-ico__free {
      right: 32px;
      padding: 4px 20px;
      border-radius: 26px;
      border-width: 4px;
      font-size: 24px; }
      .btn-nav .btn-text {
        font-size: 17px; }
    .btn-banner > :not(:last-child) {
      margin-right: 8px; }
    .btn-banner__ico-tel {
      width: 33px;
      height: 32px; }
      .btn-banner__text-tel {
        font-size: 42px; }
      .btn-banner__text-time {
        font-size: 12px;
        line-height: 1.28571; }
    .footer {
      padding-top: 80px;
      padding-bottom: 80px; }
    .footer-inner {
      margin-left: auto;
      margin-right: auto;
      max-width: 1166px; }
      .footer-inner > :not(:last-child) {
        margin-bottom: 24px;
        border-bottom-width: 1px;
        padding-bottom: 24px; }
    .footer-logo {
      margin-right: 32px;
      width: 164px; }
    .footer-note {
      font-size: 12px; }
    .footer-copy {
      margin-right: auto;
      font-size: 12px; }
    .footer-privacy {
      font-size: 12px; }
    .aside-list {
      margin-left: auto;
      margin-right: auto;
      padding-top: 32px;
      padding-bottom: 32px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 1166px; }
    .aside-list .btn-ico__arrow {
      border-width: 3px;
      width: 32px;
      height: 32px; }
      .aside-list .btn-ico__arrow img {
        width: 13px !important; }
    .aside-list .btn-text {
      font-size: 20px; }
    .banner {
      display: none; }
    .banner_lawyer_img {
      width: 50%;
      height: 50%;
      margin: 0 auto; } 
}

@media (hover: hover), (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .page .typo-link, .cv .typo-link, .header .typo-link, .footer .typo-link {
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s; }
        .page .typo-link:hover, .cv .typo-link:hover, .header .typo-link:hover, .footer .typo-link:hover {
          opacity: 0.75; }
      .header-hamburger__btn {
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s; }
        .header-hamburger__btn:hover {
          opacity: 0.75; }
    .btn-assess, .btn-sale, .btn-banner {
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      .btn-assess:hover, .btn-sale:hover, .btn-banner:hover {
        opacity: 0.75; }
    .btn-nav {
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      .btn-nav:hover {
        opacity: 0.75; } }

@media screen and (min-width: 769px) and (max-width: 1279px) {
  .content-root {
    padding-top: 64px; }
    .cv-inner {
      margin-left: auto;
      margin-right: auto;
      padding-left: 250px;
      padding-right: 60px;
      width: 100%;
      height: 0;
      overflow: visible; }
      .cv-list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .cv-list .btn-assess, .cv-list .btn-sale {
        width: auto;
        max-width: 100%; }
    .header {
      height: 64px; }
    .header-box {
      padding: 8px 16px !important;
      height: 64px !important; }
    .header-nav {
      height: auto !important;
      padding-bottom: 16px !important;
      position: relative;
      z-index: 2; }
      .header-nav::before {
        background: #fff;
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1; }
    .header-nav__list1 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .header-nav__list1 li {
        width: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        margin: 0 !important; }
    .btn-ico__arrow {
      margin-right: 8px;
      border-width: 2px;
      width: 24px;
      height: 24px; }
    .btn-ico__arrow img {
      width: 14px !important;
      height: auto; }
    .aside-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-left: 24px;
      padding-right: 24px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .aside-list__item {
      margin: 0 32px; } 

    .breadcrumbs__wrapper {
      display: flex;
      padding: 2vw 15px;
      margin: 0 auto;
      font-size: 12px;
      color: #666666;
    }
    
    .breadcrumbs__wrapper--item {
      text-decoration: underline;
      margin-right: 15px;
    }

    .breadcrumbs__wrapper--item::after {
      display: inline-block;
      font-family: "Font Awesome 6 Free";
      font-weight: 900; 
      content: '\f105';
      top: 50%;
      right: 10px;
      margin-left: 15px;
      line-height: 0;
      color: #666666;
      font-size: 10px;
    }

    .breadcrumbs__wrapper--item__article-name {
      text-decoration: none;
      color: #000;
    }

    .date_published {
      padding: 2vw 1vw 0 15px;
    }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
    .voice-list .slick-track:after {
      display: table;
      content: '';
      clear: both; }
    .voice-list .slick-track:before {
      display: table;
      content: ''; } }

@media screen and (min-width: 1280px) {
    .cv-inner {
      margin-left: auto;
      margin-right: auto;
      padding-left: 50px;
      padding-right: 50px;
      width: 100%;
      max-width: 1366px; }
        .cv-list .btn-assess .btn-ico__free, .cv-list .btn-sale .btn-ico__free {
          border-radius: 18px;
          margin-left: 8px;
          padding: 4px 12px;
          font-size: 16px; }
      .cv-list .btn-banner {
        -webkit-box-shadow: none;
                box-shadow: none;
        border-top-width: 0;
        border-bottom-width: 4px !important;
        border-radius: 0 0 25px 25px !important;
        padding: 9px 8px;
        width: 420px; }
    .header {
      border-bottom: solid 1px #e0e0e0;
      width: 100%;
      height: 90px;
      background-color: #ffffff;
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
    body.-scroll .header {
      pointer-events: none;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); }
    .header-inner {
      margin-left: auto;
      margin-right: auto;
      padding-left: 50px;
      padding-right: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      max-width: 1366px;
      height: 100%; }
    .header-hamburger {
      display: none; }
    .header-nav .btn-ico__arrow {
      display: none; } 

    .breadcrumbs__wrapper {
      display: flex;
      max-width: 1366px;
      width: 100%;
      padding: 10px 50px 5px;
      margin: 0 auto;
      font-size: 12px;
      color: #666666;
    }
    
    .breadcrumbs__wrapper--item {
      text-decoration: underline;
      margin-right: 15px;
    }

    .breadcrumbs__wrapper--item::after {
      display: inline-block;
      font-family: "Font Awesome 6 Free";
      font-weight: 900; 
      content: '\f105';
      top: 50%;
      right: 10px;
      margin-left: 15px;
      line-height: 0;
      color: #666666;
      font-size: 10px;
    }

    .breadcrumbs__wrapper--item__article-name {
      text-decoration: none;
      color: #000;
    }
}

@media screen and (max-width: 1279px) {
        .cv-list .btn-assess .btn-ico__free, .cv-list .btn-sale .btn-ico__free {
          display: none; }
      .cv-list .btn-banner {
        display: none; }
    .header {
      pointer-events: none;
      -webkit-transition: background-color 0.5s;
      transition: background-color 0.5s;
      background-color: rgba(255, 255, 255, 0); }
    body.-open .header {
      background-color: #fff; }
    .header-box {
      pointer-events: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      height: 24.8vw;
      padding: 6.66667vw;
      background: #fff;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s;
      opacity: 1; }
      .page.-down .header-box {
        opacity: 1; }
      .header-hamburger__btn {
        width: 40px;
        height: 43px; }
    .header-nav {
      pointer-events: none;
      opacity: 0;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      height: calc(100vh - 24.8vw);
      padding: 0 6.66667vw 114px; } 

    .breadcrumbs__wrapper {
      display: flex;
      padding: 2vw 0 1vw 15px;
      margin: 0 auto;
      font-size: 12px;
      color: #666666;
    }
    
    .breadcrumbs__wrapper--item {
      text-decoration: underline;
      margin-right: 10px;
    }

    .breadcrumbs__wrapper--item::after {
      display: inline-block;
      font-family: "Font Awesome 6 Free";
      font-weight: 900; 
      content: '\f105';
      top: 50%;
      right: 10px;
      margin-left: 10px;
      line-height: 0;
      color: #666666;
      font-size: 10px;
    }

    .breadcrumbs__wrapper--item__article-name {
      text-decoration: none;
      color: #000;
    }
}
