@charset "UTF-8";
@keyframes loop_slide_right {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/*============================================================================
               header
============================================================================ */
.ly_header {
  position: fixed;
  top: 0;
  z-index: 100;
}
.ly_header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 144px;
  padding: 0 50px;
}
@media screen and (max-width: 749px) {
  .ly_header_inner {
    height: 68px;
    padding: 0 4.266666vw;
  }
}
.ly_header_logo {
  width: 240px;
  height: auto;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 749px) {
  .ly_header_logo {
    width: 120px;
    width: 32vw;
  }
}
.ly_header_hamBtn {
  position: relative;
  z-index: 1000;
  width: 85px;
  height: 85px;
  border-radius: 100%;
  background: #f2780a;
  position: relative;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 749px) {
  .ly_header_hamBtn {
    width: 40px;
    width: 10.6666666667vw;
    height: 40px;
    height: 10.6666666667vw;
  }
}
.ly_header_hamBtn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 31px;
  height: 5px;
  background: url(../../img/common/btn_ham_off.svg) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 749px) {
  .ly_header_hamBtn::before {
    width: 15px;
    width: 4vw;
    height: 2px;
    height: 0.5333333333vw;
  }
}
.ly_header_hamBtn .__hidden {
  font-size: 0;
}
.ly_header_hamBtn.__active {
  background: #fff;
}
.ly_header_hamBtn.__active::before {
  width: 26px;
  height: 26px;
  background: url(../../img/common/btn_ham_on.svg) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 749px) {
  .ly_header_hamBtn.__active::before {
    width: 12px;
    width: 3.2vw;
    height: 12px;
    height: 3.2vw;
  }
}
.ly_header_hamBtn:hover {
  cursor: pointer;
  opacity: 0.7;
}
.ly_header_nav {
  opacity: 0;
  visibility: hidden;
  z-index: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 75px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #f2780a;
}
@media screen and (max-width: 749px) {
  .ly_header_nav {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 75px;
    overflow-y: scroll;
    padding-top: calc(68px + 16vw);
    padding-left: 27px;
    padding-left: 7.2vw;
    padding-right: 27px;
    padding-right: 7.2vw;
    padding-bottom: 45px;
    padding-bottom: 12vw;
  }
}
.ly_header_nav.__active {
  opacity: 1;
  visibility: visible;
}
.ly_header_navList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  width: 56.875vw;
}
@media screen and (max-width: 749px) {
  .ly_header_navList {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    gap: 13.3333333333vw;
    width: 100%;
  }
}
.ly_header_navList_item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 25vw;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .ly_header_navList_item a {
    gap: 14px;
    gap: 3.7333333333vw;
    width: auto;
  }
}
.ly_header_navList_item a .__en {
  font-family: "Montserrat", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  .ly_header_navList_item a .__en {
    font-size: 28px;
    font-size: 7.4666666667vw;
  }
}
.ly_header_navList_item a .__jp {
  font-weight: 600;
}
.ly_header_navBottom {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 120px;
}
@media screen and (max-width: 749px) {
  .ly_header_navBottom {
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    gap: 13.3333333333vw;
    width: 100%;
  }
}
.ly_header_navTel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ly_header_navTel .__txt {
  display: none;
}
@media screen and (max-width: 749px) {
  .ly_header_navTel .__txt {
    display: block;
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.ly_header_navTel .__ontime {
  font-weight: 400;
}
@media screen and (max-width: 749px) {
  .ly_header_navTel .__ontime {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.ly_header_navTel a[href^="tel:"] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .ly_header_navTel a[href^="tel:"] {
    font-size: 32px;
    font-size: 8.5333333333vw;
    gap: 10px;
    gap: 2.6666666667vw;
  }
}
.ly_header_navTel a[href^="tel:"]::before {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(../../img/common/icon_phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 749px) {
  .ly_header_navTel a[href^="tel:"]::before {
    width: 36px;
    width: 9.6vw;
    height: 36px;
    height: 9.6vw;
  }
}
@media screen and (max-width: 749px) {
  .ly_header_navContact {
    width: 100%;
  }
}

html.js_scroll_prevent {
  width: 100%;
  height: 100%;
  position: fixed;
}

.ly_footer {
  padding: 356px 0 50px;
  background: #fbdcae;
}
@media screen and (max-width: 749px) {
  .ly_footer {
    padding: 34px;
    padding: 9.0666666667vw;
    padding-top: 30px;
    padding-top: 8vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .ly_footer .ly_wrapBase {
    padding: 0 !important;
  }
}
.ly_footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 749px) {
  .ly_footer_inner {
    display: block;
  }
}
.ly_footer_logo {
  margin-bottom: 36px;
}
@media screen and (max-width: 749px) {
  .ly_footer_logo {
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
}
.ly_footer_contLeft {
  width: 438px;
}
@media screen and (max-width: 749px) {
  .ly_footer_contLeft {
    width: 100%;
  }
}
.ly_footer_contLeft p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.ly_footer_contLeft p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.ly_footer_contLeft p {
  margin-bottom: 36px;
}
@media screen and (max-width: 749px) {
  .ly_footer_contLeft p {
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
}
.ly_footer_contLeft iframe {
  width: 100%;
  aspect-ratio: 438/246;
}
@media screen and (max-width: 749px) {
  .ly_footer_contLeft iframe {
    aspect-ratio: 306/192;
  }
}
.ly_footer_contRight {
  width: 50%;
  margin-right: 36px;
}
@media screen and (max-width: 749px) {
  .ly_footer_contRight {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 749px) {
  .ly_footer_navWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 749px) {
  .ly_footer_navTop, .ly_footer_navMiddle, .ly_footer_navBottom {
    width: 50%;
  }
}
.ly_footer_navTop ul, .ly_footer_navMiddle ul, .ly_footer_navBottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 749px) {
  .ly_footer_navTop ul, .ly_footer_navMiddle ul, .ly_footer_navBottom ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    gap: 5.3333333333vw;
  }
}
.ly_footer_navTop ul li, .ly_footer_navMiddle ul li, .ly_footer_navBottom ul li {
  text-align: right;
}
@media screen and (max-width: 749px) {
  .ly_footer_navTop ul li, .ly_footer_navMiddle ul li, .ly_footer_navBottom ul li {
    text-align: left;
    width: 100% !important;
  }
}
.ly_footer_navTop ul li:nth-child(3n-2), .ly_footer_navMiddle ul li:nth-child(3n-2), .ly_footer_navBottom ul li:nth-child(3n-2) {
  width: 130px;
}
.ly_footer_navTop ul li:nth-child(3n-1), .ly_footer_navMiddle ul li:nth-child(3n-1), .ly_footer_navBottom ul li:nth-child(3n-1) {
  width: 196px;
}
.ly_footer_navTop ul li:nth-child(3n), .ly_footer_navTop ul li:last-child, .ly_footer_navMiddle ul li:nth-child(3n), .ly_footer_navMiddle ul li:last-child, .ly_footer_navBottom ul li:nth-child(3n), .ly_footer_navBottom ul li:last-child {
  width: 176px;
}
.ly_footer_navTop ul li a, .ly_footer_navMiddle ul li a, .ly_footer_navBottom ul li a {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  .ly_footer_navTop ul li a, .ly_footer_navMiddle ul li a, .ly_footer_navBottom ul li a {
    font-size: 15px;
    font-size: 4vw;
  }
}
.ly_footer_navTop ul li a[target=_blank]::after, .ly_footer_navMiddle ul li a[target=_blank]::after, .ly_footer_navBottom ul li a[target=_blank]::after {
  display: inline-block;
  content: url(../../img/common/icon_blank.svg);
  position: relative;
  top: -4px;
}
@media screen and (max-width: 749px) {
  .ly_footer_navTop ul li a[target=_blank]::after, .ly_footer_navMiddle ul li a[target=_blank]::after, .ly_footer_navBottom ul li a[target=_blank]::after {
    top: -4px;
    top: -1.0666666667vw;
    margin-left: 4px;
    margin-left: 1.0666666667vw;
  }
}
.ly_footer_navMiddle {
  margin: 30px 0 96px;
}
@media screen and (max-width: 749px) {
  .ly_footer_navMiddle {
    margin: 0;
  }
}
.ly_footer_navMiddle_hl {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 749px) {
  .ly_footer_navMiddle_hl {
    gap: 6px;
    gap: 1.6vw;
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 14px;
    margin-bottom: 3.7333333333vw;
    margin-left: -0.5em;
    line-height: 2;
  }
}
.ly_footer_navMiddle_hl::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #f2780a;
}
@media screen and (max-width: 749px) {
  .ly_footer_navMiddle_hl::before {
    width: 8px;
    width: 2.1333333333vw;
    height: 8px;
    height: 2.1333333333vw;
  }
}
@media screen and (max-width: 749px) {
  .ly_footer_navMiddle ul {
    margin-left: 36px;
    margin-left: 9.6vw;
    gap: 12px;
    gap: 3.2vw;
  }
}
.ly_footer_navMiddle ul li a {
  color: rgba(56, 56, 55, 0.7);
}
@media screen and (max-width: 749px) {
  .ly_footer_navMiddle ul li a {
    font-size: 14px;
    font-size: 3.7333333333vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 749px) {
  .ly_footer_navBottom {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
.ly_footer_copy {
  font-size: 1.2rem;
  color: rgba(56, 56, 55, 0.7);
  text-align: right;
  margin-top: 96px;
}
@media screen and (max-width: 749px) {
  .ly_footer_copy {
    font-size: 12px;
    font-size: 3.2vw;
    text-align: left;
    margin-top: 30px;
    margin-top: 8vw;
  }
}

body {
  width: 100%;
}

main {
  position: relative;
  width: 100%;
  padding-top: 144px;
  margin-bottom: 120px;
  overflow: clip;
}
@media screen and (max-width: 749px) {
  main {
    padding-top: 68px;
    margin-bottom: 60px;
    margin-bottom: 16vw;
  }
}

.ly_wrapBase {
  width: 100%;
  max-width: 1190px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .ly_wrapBase {
    width: 100%;
    padding: 0;
    padding-right: 15px;
    padding-right: 4vw;
    padding-left: 15px;
    padding-left: 4vw;
  }
}

.ly_wrapNarrow {
  width: 100%;
  max-width: 990px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .ly_wrapNarrow {
    width: 100%;
    padding: 0;
    padding-right: 15px;
    padding-right: 4vw;
    padding-left: 15px;
    padding-left: 4vw;
  }
}

.ly_wrapWide {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .ly_wrapWide {
    width: 100%;
    padding: 0;
    padding-right: 15px;
    padding-right: 4vw;
    padding-left: 15px;
    padding-left: 4vw;
  }
}

@media screen and (max-width: 749px) {
  .ly_contact .ly_wrapBase {
    padding: 0 !important;
  }
}
.ly_contact_hl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  line-height: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 749px) {
  .ly_contact_hl {
    gap: 10px;
    gap: 2.6666666667vw;
    margin-bottom: 66px;
    margin-bottom: 17.6vw;
  }
}
.ly_contact_hl .__en {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-family: "Montserrat", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 7rem;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  .ly_contact_hl .__en {
    gap: 10px;
    gap: 2.6666666667vw;
    font-size: 46px;
    font-size: 12.2666666667vw;
  }
}
.ly_contact_hl .__en::before, .ly_contact_hl .__en::after {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #f2780a;
}
@media screen and (max-width: 749px) {
  .ly_contact_hl .__en::before, .ly_contact_hl .__en::after {
    width: 13px;
    width: 3.4666666667vw;
    height: 13px;
    height: 3.4666666667vw;
  }
}
.ly_contact_hl .__jp {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 749px) {
  .ly_contact_hl .__jp {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.ly_contact_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 45px;
  border-radius: 100vh;
  background: #f2780a;
  padding: 65px 0;
  margin: 0 -10px;
  margin-bottom: -204px;
  min-height: 408px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .ly_contact_inner {
    gap: 30px;
    gap: 8vw;
    border-radius: 0;
    padding: 34px;
    padding: 9.0666666667vw;
    padding-top: 0;
    padding-bottom: 30px;
    padding-bottom: 8vw;
    margin: 0;
    min-height: unset;
  }
}
.ly_contact_innerTop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .ly_contact_innerTop {
    gap: 24px;
    gap: 6.4vw;
    margin-top: -2.3em;
  }
}
.ly_contact_innerTop p:nth-child(1) {
  font-size: 2rem;
  font-weight: 600;
  border-radius: 100vh;
  background: #fff;
  padding: 16px 44px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .ly_contact_innerTop p:nth-child(1) {
    font-size: 16px;
    font-size: 4.2666666667vw;
    padding: 8px;
    padding: 2.1333333333vw;
    border: 1px solid #f2780a;
    text-align: center;
    width: 306px;
    width: 81.6vw;
  }
}
.ly_contact_innerTop p:nth-child(1)::after {
  display: block;
  content: "";
  width: 26px;
  height: 23px;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../img/common/contact_balloon.svg) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 749px) {
  .ly_contact_innerTop p:nth-child(1)::after {
    width: 14px;
    width: 3.7333333333vw;
    height: 13px;
    height: 3.4666666667vw;
    bottom: -7px;
    bottom: -1.8666666667vw;
  }
}
.ly_contact_innerTop p:nth-child(2) {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .ly_contact_innerTop p:nth-child(2) {
    font-size: 16px;
    font-size: 4.2666666667vw;
    font-weight: 500;
    text-align: center;
  }
}
.ly_contact_innerBottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .ly_contact_innerBottom {
    display: block;
    width: 100%;
  }
}
.ly_contact_tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  border-right: 1px dashed #fff;
  padding-right: 45px;
  margin-right: 45px;
}
@media screen and (max-width: 749px) {
  .ly_contact_tel {
    gap: 15px;
    gap: 4vw;
    border: none;
    border-bottom: 1px dashed #fff;
    padding: 0;
    padding-bottom: 20px;
    padding-bottom: 5.3333333333vw;
    margin: 0;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
}
.ly_contact_tel .__txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 749px) {
  .ly_contact_tel .__txt {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.ly_contact_tel .__ontime {
  font-size: 1.4rem;
}
@media screen and (max-width: 749px) {
  .ly_contact_tel .__ontime {
    font-size: 14px;
    font-size: 3.7333333333vw;
    font-weight: 400;
  }
}
.ly_contact_tel a[href^="tel:"] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-size: 4.2rem;
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  .ly_contact_tel a[href^="tel:"] {
    gap: 7px;
    gap: 1.8666666667vw;
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.ly_contact_tel a[href^="tel:"]::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../../img/common/icon_phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 749px) {
  .ly_contact_tel a[href^="tel:"]::before {
    width: 24px;
    width: 6.4vw;
    height: 24px;
    height: 6.4vw;
  }
}
.ly_contact_mail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 749px) {
  .ly_contact_mail {
    gap: 10px;
    gap: 2.6666666667vw;
  }
}
.ly_contact_mail p {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .ly_contact_mail p {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

.ly_pageHeader {
  margin-bottom: 96px;
}
@media screen and (max-width: 749px) {
  .ly_pageHeader {
    margin-bottom: 60px;
    margin-bottom: 16vw;
  }
}
.ly_pageHeader_inner {
  display: flex;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  min-height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
}
@media screen and (max-width: 749px) {
  .ly_pageHeader_inner {
    width: 100%;
    min-height: 150px;
    min-height: 40vw;
    padding: 16px;
    padding: 4.2666666667vw;
  }
}
.ly_pageHeader_hl {
  display: flex;
  flex-direction: column;
  gap: 5px;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .ly_pageHeader_hl {
    gap: 3px;
    gap: 0.8vw;
  }
}
.ly_pageHeader_hl .__en {
  display: flex;
  align-items: center;
  gap: 25px;
  font-family: "Montserrat", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 7rem;
  font-weight: 600;
  color: #f49940;
}
@media screen and (max-width: 749px) {
  .ly_pageHeader_hl .__en {
    gap: 10px;
    gap: 2.6666666667vw;
    font-size: 28px;
    font-size: 7.4666666667vw;
  }
}
.ly_pageHeader_hl .__en::before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #f2780a;
}
@media screen and (max-width: 749px) {
  .ly_pageHeader_hl .__en::before {
    width: 8px;
    width: 2.1333333333vw;
    height: 8px;
    height: 2.1333333333vw;
  }
}
.ly_pageHeader_hl .__jp {
  font-size: 1.8rem;
  font-weight: 600;
  margin-left: 43px;
}
@media screen and (max-width: 749px) {
  .ly_pageHeader_hl .__jp {
    font-size: 10px;
    font-size: 2.6666666667vw;
    margin-left: 18px;
    margin-left: 4.8vw;
  }
}
.ly_pageHeader_pnkz {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (max-width: 749px) {
  .ly_pageHeader_pnkz {
    margin-top: 6px;
    margin-top: 1.6vw;
  }
}
.ly_pageHeader_pnkz li {
  font-size: 1.4rem;
}
@media screen and (max-width: 749px) {
  .ly_pageHeader_pnkz li {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.ly_pageHeader_pnkz li:not(:last-child)::after {
  display: inline-block;
  content: url(../../img/common/icon_arr_gr.svg);
  margin: 0 10px;
}
@media screen and (max-width: 749px) {
  .ly_pageHeader_pnkz li:not(:last-child)::after {
    margin-right: 10px;
    margin-right: 2.6666666667vw;
    margin-left: 10px;
    margin-left: 2.6666666667vw;
  }
}
.ly_pageHeader_pnkz li:first-child::before {
  display: inline-block;
  content: url(../../img/common/icon_bc_home.svg);
  position: relative;
  top: 1px;
  margin-right: 2px;
}/*# sourceMappingURL=layout.css.map */