.bl_fv,
.bl_fvCont,
.bl_fvCont_main {
  flex-direction: column;
  display: flex;
}
.pYTkkf-Bz112c-RLmnJb {
  background: #fff;
}
:root {
  --swiper-pagination-bullet-horizontal-gap: 10px;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-color: transparent;
}
.ly_fv {
  padding-inline: 15px;
  height: 80vh;
  max-height: 580px;
  color: #fff;
}
.bl_fv {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  position: relative;
  justify-content: flex-end;
  padding-bottom: 24px;
}
.bl_fvBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bl_fvSwiper {
  border-radius: 20px;
  height: 100%;
  position: relative;
}

.bl_fvSwiper img,
.bl_topColumnItem_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bl_fvSwiper .swiper-slide[data-swiper-slide-index='0'] img {
  object-position: center bottom;
  transform: scale(1.18);
  transform-origin: 50% 100%;
  object-fit: auto;
  width: 100%;
}

.bl_fvSwiper::after {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #658086 0, rgba(255, 255, 255, 0.3) 90%);
  opacity: 0.4;
  z-index: 1;
}
.bl_fvCont {
  padding-inline: 4px;
  align-self: flex-end;
  gap: 46px;
}
@media screen and (min-width: 350px) {
  .bl_fvCont {
    padding-inline: 10px;
  }
}
.bl_fvCont_main {
  gap: 4px;
  font-family: ZenMaruGothic, sans-serif;
  line-height: 1.5;
  text-shadow: 0 2px 1.5px rgba(0, 0, 0, 0.160784);
  letter-spacing: 0.05em;
}
.bl_fvCont_main h1 {
  font-weight: 500;
  -webkit-text-stroke: 0.7px #fff;
  font-size: 26px;
}
.bl_fvCont_main p {
  font-size: 16px;
  display: flex;
  gap: 10px;
}
.bl_fvCont_main p::before {
  height: 50px;
  width: 2px;
  content: '';
  background: #fff;
}
.bl_fvCont_links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bl_fvCont_links .el_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 10px;
  width: 100%;
  border-radius: 22px;
  letter-spacing: 0.05em;
  position: relative;
  margin-top: 0;
}
.bl_fvCont_links .el_cta img {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.bl_fvCont_links .el_newsItem {
  background: #fff;
  padding: 6px 15px;
  color: #333;
  font-size: 12px;
  display: flex;
  flex-direction: column;
}
.bl_messageProfile,
.bl_trust {
  display: flex;
  flex-direction: column;
}
.bl_fvCont_links .el_newsItem span,
.bl_topColumnItem_text_meta span:first-child {
  color: #41b3cb;
}
.ly_trust {
  padding-block: 32px 45px;
  background: url(../img/top/trust-bg.svg) center center no-repeat;
  overflow: clip;
}
.bl_trust {
  gap: 24px;
  text-align: center;
}
.bl_trust h2 {
  line-height: 1.6;
  font-size: 24px;
}
.bl_trust p {
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.bl_trustImages {
  position: relative;
  padding-bottom: 305px;
}
.bl_trustImages img:first-child {
  position: absolute;
  top: 0;
  left: 3px;
  width: 188px;
  height: 188px;
}
.bl_trustImages img:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 141px;
  height: 141px;
}
.bl_trustImages img:nth-child(3) {
  position: absolute;
  top: 50%;
  right: -12px;
  width: 103px;
  height: 103px;
  transform: translateY(-50%);
}
.ly_message {
  background: #e5f3f7;
  padding: 48px 15px 40px;
}
.bl_messageProfile {
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}
.bl_caseCont_top,
.bl_columnCont,
.bl_messageProfile_text,
.bl_pointsSwiper_text_inner {
  display: contents;
}
.bl_messageProfile_img {
  border-radius: 20px;
  margin-inline: 20px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.bl_messageProfile_name {
  width: 100%;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bl_messageProfile_name p {
  font-size: 14px;
  color: #333;
}
.bl_messageProfile_name h3 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
}
.bl_messageProfile_name small {
  color: #41b3cb;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.bl_messageProfile_points {
  width: 100%;
  background: #fff;
  padding: 16px 20px;
  border-radius: 10px;
  position: relative;
}
.bl_messageProfile_points li {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  line-height: 1.8;
}
.bl_messageProfile_points li::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: #41b3cb;
  border-radius: 16px;
}
.ly_points .el_ttl {
  padding-block: 50px 40px;
  background: linear-gradient(180deg, #e5f3f7 0, #fff 100%);
}
.ly_points .el_ttl span {
  font-size: 14px;
}
.bl_points {
  padding-bottom: 60px;
}
.bl_points .swiper-pagination {
  position: static;
}
.bl_caseCont,
.bl_pointsSwiper .swiper-slide {
  position: relative;
}
.bl_pointsSwiper .bl_pointsSwiper_text {
  margin-block: 20px 30px;
  font-weight: 500;
}
.bl_pointsSwiper .swiper-slide[aria-label='2 / 6'] .el_slideNum,
.bl_pointsSwiper .swiper-slide[aria-label='4 / 6'] .el_slideNum,
.bl_pointsSwiper .swiper-slide[aria-label='6 / 6'] .el_slideNum {
  right: 0;
}
.bl_pointsSwiper_text p {
  font-size: clamp(1.375rem, 1.0536rem + 1.6071vw, 2.5rem);
  text-decoration: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #ffddd1;
  text-underline-offset: -4px;
  letter-spacing: 0.1em;
  font-weight: 400;
  -webkit-text-stroke: 0.8px;
}
.bl_pointsSwiper_text small {
  font-size: 12px;
}
.bl_caseCont {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 75px;
}
.bl_caseCont_bg {
  background: #e5f3f7;
  position: absolute;
  top: 60px;
  height: 70%;
  width: 100%;
  z-index: -1;
}
.bl_caseCont_img {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  padding-inline: 16px;
}
.bl_caseCont_img img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 168/144;
  object-fit: cover;
  object-position: top;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.160784));
}
.bl_caseCont_text {
  letter-spacing: 0.1em;
  padding-block: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-inline: 15px;
}
.bl_caseCont_text h3 {
  font-size: 24px;
  font-weight: 400;
}
.bl_caseCont_text p {
  font-size: 14px;
  line-height: 1.8;
}
.bl_caseCont_links {
  background: #fff;
  border-radius: 20px;
  padding: 44px min(10vw, 42px) 60px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
  margin-inline: 14px;
}
.bl_caseCont_links h3 {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  -webkit-text-stroke: 1px;
}
.bl_caseCont_links_grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.bl_caseCont_links_grid a {
  border-radius: 20px;
  font-family: ZenKakuGothicNew, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  background: #f2f3f3;
  padding: 16px 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  transition:
    box-shadow 0.3s,
    background-color 0.3s;
}
.bl_caseCont_links_grid a:focus,
.bl_caseCont_links_grid a:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
  background-color: #e5f3f7;
}
.ly_qa {
  padding: 32px 15px 35px;
}
.bl_qa_list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bl_qa_item {
  border-radius: 10px;
  font-size: 14px;
}
.bl_qa_question {
  background: #f2f3f3;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  padding: 15px 40px 20px 15px;
  cursor: pointer;
}
.bl_qa_answer {
  height: 0;
  overflow: clip;
  transition: height 0.4s;
}
.bl_qa_answer_inner {
  opacity: 0;
  padding: 20px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  transition:
    opacity 0.35s linear,
    padding-top 0.35s linear;
}
.bl_qa_answer_inner a {
  color: #41b3cb;
  text-decoration: underline;
}
.bl_qa_item.is-open .bl_qa_answer_inner {
  opacity: 1;
}
.qa-icon {
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  border-radius: 50%;
  flex-shrink: 0;
}
.bl_qa_question .qa-icon {
  background-color: #41b3cb;
}
.bl_qa_answer .qa-icon {
  background-color: #f3b098;
}
.bl_qa_question span:last-child {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
  transition: transform 0.3s;
}
.bl_qa_item.is-open .bl_qa_question span:last-child {
  transform: translateY(-50%) rotate(45deg);
}
.ly_column {
  padding: 48px 15px;
  background: #e5f3f7;
}
.bl_columnHead {
  display: grid;
  margin-top: 44px;
  grid-template-columns: 0.6fr 0.4fr;
  grid-template-rows: repeat(2, auto);
  gap: 16px;
}
.bl_columnHead h3 {
  grid-area: 1/1/2/2;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.bl_columnHead p {
  padding: 16px;
  background: #fff;
  border-radius: 10px;
  grid-area: 2/1/3/2;
  font-size: 12px;
}
.bl_columnHead_img {
  grid-area: 1/2/3/3;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.bl_columnHead_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bl_columnList {
  display: grid;
  margin-top: 24px;
  grid-template-columns: repeat(2, calc(50% - 10px));
  grid-template-rows: 1fr 1fr;
  gap: 12px 20px;
  font-size: 14px;
}
.bl_topColumnItem_text_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block: 8px;
}
.bl_topColumnItem_text_meta span:last-child {
  border: 1px solid #41b3cb;
  background: #fff;
  padding-inline: 6px;
}
.bl_topColumnItem_img {
  aspect-ratio: 320/226;
  max-width: 320px;
  overflow: hidden;
}
.ly_access {
  padding: 42px 15px;
  background: linear-gradient(0deg, #e5f3f7 0, #e5f3f7 50%, #fff 50%);
}
.bl_access p {
  margin-block: 34px 20px;
  font-size: 14px;
  line-height: 1.85;
}
.bl_access iframe {
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 345/250;
}
.bl_accessInfo {
  padding: 18px 20px;
  margin-top: 20px;
  background: #fff;
  border-radius: 20px;
}
.bl_accessInfo > div:first-child {
  padding-bottom: 8px;
  border-bottom: 1px solid #e6e6e6;
}
.bl_accessInfo h3 {
  color: #41b3cb;
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
}
.bl_accessInfo p {
  margin: 0;
}
.bl_accessInfo button {
  text-decoration: underline;
  appearance: none;
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  font-weight: 500;
}
.bl_parkingModal {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  padding: 15px;
}
.bl_parkingModal.is-open {
  display: block;
}
.bl_parkingModal_inner {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 16px 15px;
  position: relative;
  overflow: scroll;
}
.bl_parkingModal_close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.bl_parkingModal_inner h2 {
  font-size: 30px;
  line-height: 2.3;
  text-align: center;
  font-family: ZenMaruGothic, sans-serif;
  font-weight: 500;
}
.bl_parkingModal_inner p {
  font-size: 14px;
  line-height: 1.85;
}
.bl_parkingModal_img img {
  border-radius: 20px;
  overflow: hidden;
  max-width: 193px;
  margin-inline: auto 0;
}
@media screen and (min-width: 768px) {
  .ly_fv,
  .ly_fv .swiper {
    height: 100%;
    width: 100%;
  }
  .bl_fvSwiper img,
  .bl_pointsSwiper_img img {
    object-fit: cover;
  }

  .bl_fvSwiper .swiper-slide[data-swiper-slide-index='0'] img {
    object-position: center center;
    transform: scale(1);
    transform-origin: auto auto;
    object-fit: cover;
    width: 100%;
  }

  .bl_accessTop,
  .ly_message::after {
    content: '';
    left: 0;
    transform: translateY(-100%);
  }
  .bl_access > p,
  .bl_columnHead p {
    text-align: center;
  }
  .ly_fv {
    max-height: unset;
    aspect-ratio: 36/19;
    max-height: calc(100vh - 120px);
    padding-inline: 20px;
  }
  .bl_fvSwiper img {
    object-position: 80% center;
  }
  .bl_fvCont {
    width: 100%;
    padding-left: 40px;
  }
  .bl_fvCont_main {
    margin-bottom: 160px;
  }
  .bl_fvCont_main p::before {
    height: 58px;
  }
  .bl_fvCont_main h1 {
    font-size: 40px;
    letter-spacing: 0.1em;
  }
  .bl_fvCont_main p,
  .bl_pointsSwiper_text small,
  .bl_qa_answer p,
  .bl_qa_question p,
  .ly_points .el_ttl span {
    font-size: 20px;
  }
  .bl_fvCont_links {
    min-width: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 30px 0 15px 30px;
    background: #fff;
    border-top-left-radius: 40px;
  }
  .bl_fvCont_links .el_cta {
    height: 44px;
    max-width: 300px;
    margin-inline: auto;
  }
  .bl_fvCont_links .el_newsItem {
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
    flex-direction: row;
    gap: 20px;
    font-size: 16px;
  }
  .bl_fvCont_links .el_newsItem p {
    max-width: 40ch;
  }
  .ly_trust {
    padding-block: 108px 145px;
    background-size: cover;
  }
  .bl_trust {
    gap: 30px;
  }
  .bl_trust h2 {
    font-size: 32px;
    line-height: 1.875;
  }
  .bl_trust p {
    font-size: 18px;
    line-height: 2.7;
  }
  .ly_message {
    padding-block: 108px;
    position: relative;
  }
  .ly_message::after {
    top: 1px;
    width: 100%;
    height: 3.5vw;
    position: absolute;
    background: url(../img/top/message-top.svg) top center/cover no-repeat;
  }
  .bl_messageProfile {
    margin-top: 58px;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: 50px;
  }
  .bl_messageProfile_text {
    display: flex;
    flex-direction: column;
    letter-spacing: 0.05em;
  }
  .bl_messageProfile_name {
    padding: 0;
    gap: 10px;
  }
  .bl_caseCont_text p,
  .bl_messageProfile_name p,
  .bl_messageProfile_points li {
    font-size: 16px;
  }
  .bl_messageProfile_name h3 {
    font-size: 30px;
    margin-top: 10px;
    letter-spacing: 0.1em;
  }
  .bl_messageProfile_points {
    padding: 30px 30px 25px;
    border-radius: 20px;
    margin-top: 11px;
    width: fit-content;
  }
  .bl_messageProfile_img {
    margin: 0;
    aspect-ratio: 32/42;
    max-width: 320px;
    overflow: hidden;
  }
  .bl_messageProfile_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bl_messageProfile .el_btn {
    margin-top: 30px;
    height: 44px;
    max-width: 235px;
    margin-left: 0;
  }
  .ly_points .el_ttl {
    padding-block: 100px 60px;
  }
  .bl_pointsWrapper {
    max-width: 1240px;
    margin-inline: auto;
    padding-inline: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
  }
  .bl_caseCont_linksWrap,
  .bl_columnCont,
  .bl_qa_list {
    padding-inline: 40px;
  }
  .bl_pointsSwiper_item {
    display: flex;
    gap: 50px;
    align-items: center;
    align-self: flex-start;
    height: 23.47vw;
    max-height: 338px;
  }
  .bl_pointsSwiper_item:first-child {
    gap: 0;
    max-width: 1160px;
  }
  .bl_pointsSwiper_item:nth-child(2) {
    gap: 50px;
    max-width: 1053px;
  }
  .bl_pointsSwiper_item:nth-child(3) {
    justify-content: space-between;
    max-width: 1100px;
    width: 100%;
  }
  .bl_pointsSwiper_item:nth-child(3) .bl_pointsSwiper_text_inner {
    display: flex;
    flex-direction: column;
    width: fit-content;
  }
  .bl_pointsSwiper_item:nth-child(5) {
    gap: 9px;
  }
  .bl_pointsSwiper_item:nth-child(odd) {
    flex-direction: row-reverse;
    align-self: flex-end;
  }
  .bl_pointsSwiper_img {
    width: 46.875vw;
    max-width: 675px;
    aspect-ratio: 675/338;
    height: 100%;
  }
  .bl_pointsSwiper_text .el_slideNum {
    position: static;
    margin-bottom: 4px;
  }
  .bl_case {
    position: relative;
    padding-bottom: 150px;
  }
  .bl_caseCont {
    position: static;
    margin-bottom: 0;
  }
  .bl_caseCont_top {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 1170px;
    margin-inline: auto;
  }
  .bl_caseCont_img img {
    aspect-ratio: 320/428;
  }
  .bl_caseCont_bg {
    background: url(../img/top/case-bg-pc.svg) top right/contain no-repeat;
    aspect-ratio: 1268/677;
    height: 100%;
    width: 88vw;
  }
  .bl_caseCont_text {
    gap: 18px;
  }
  .bl_caseCont_text h3 {
    font-size: 30px;
  }
  .bl_caseCont_links {
    margin-top: 50px;
    max-width: 1200px;
    margin-inline: auto;
    border-radius: 40px;
    padding-block: 78px;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.04);
  }
  .bl_caseCont_links_grid a span {
    position: relative;
    font-size: 18px;
  }
  .bl_caseCont_links_grid a span::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(10px, calc(50% + 12px));
    background: url(../img/icons/icon-case-arr.svg) center center no-repeat;
    height: 12px;
    width: 6px;
  }
  .ly_qa {
    margin-bottom: 80px;
    padding-top: 72px;
  }
  .bl_qa_list {
    margin-top: 70px;
    max-width: 1080px;
    margin-inline: auto;
    gap: 20px;
  }
  .bl_qa_question {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 35px;
  }
  .qa-icon {
    align-items: center;
  }
  .bl_qa_question span:first-child {
    align-self: center;
  }
  .bl_qa_answer span:first-child,
  .bl_qa_question span:first-child {
    width: 50px;
    height: 50px;
  }
  .ly_column {
    margin-top: 80px;
    background: 0 0;
    position: relative;
  }
  .bl_columnList {
    margin-top: 0;
    gap: 34px 50px;
  }
  .bl_columnHead {
    display: flex;
    max-width: 240px;
    flex-direction: column-reverse;
    gap: 5px;
    margin-top: 0;
  }
  .bl_columnCont {
    display: flex;
    margin-top: 50px;
    gap: 50px;
    align-items: flex-start;
    max-width: 1080px;
    margin-inline: auto;
  }
  .bl_columnHead h3 {
    font-size: 12px;
  }
  .bl_column_bg {
    position: absolute;
    top: 105px;
    right: 0;
    width: calc(1000px - 85px + (100vw - 1000px) / 2);
    z-index: -1;
    height: 90%;
    background: #e5f3f7;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
  }
  .bl_columnHead_img {
    aspect-ratio: 3/4;
    height: auto;
  }
  .bl_topColumnItem_text_meta {
    gap: 16px;
    justify-content: flex-start;
  }
  .bl_topColumnItem_img {
    border-radius: 10px;
    overflow: hidden;
  }
  .bl_topColumnItem_text_meta span:last-child {
    color: #41b3cb;
  }
  .ly_access {
    padding-bottom: 100px;
    position: relative;
  }
  .bl_accessTop {
    position: absolute;
    width: 100%;
    top: calc(50% + 1px);
    height: 3.4vw;
    background: url(../img/top/message-top.svg) center center/cover no-repeat;
    z-index: 0;
  }
  .bl_access {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .bl_access > p {
    font-size: 16px;
    line-height: 2.5;
    margin-block: 52px 40px;
  }
  .bl_access iframe,
  .bl_accessInfo {
    max-width: 830px;
    margin-inline: auto;
  }
  .bl_access iframe {
    aspect-ratio: 2/1;
  }
  .bl_accessInfo {
    padding: 8px 28px;
  }
  .bl_accessInfo div {
    padding-block: 16px !important;
  }
  .bl_accessInfo h3 {
    font-size: 18px;
  }
  .bl_accessInfo p {
    text-align: left;
    line-height: 1.85;
    letter-spacing: 0.05em;
  }
  .bl_parkingModal {
    top: 100px;
    align-items: center;
    justify-content: center;
  }
  .bl_parkingModal_inner {
    max-width: 1090px;
    margin-inline: auto;
    max-height: 700px;
    display: grid;
    grid-template-columns: 40% calc(60% - 3.125vw);
    column-gap: 3.125vw;
    width: 100%;
    padding: 75px 40px;
  }
  .bl_parkingModal_img img {
    aspect-ratio: 450/416;
    width: 100%;
    max-width: unset;
  }
}
@media screen and (min-width: 1024px) {
  .ly_trust {
    position: relative;
  }
  .bl_trustImages {
    padding-bottom: 0;
    position: static;
  }
  .bl_trustImages img:first-child {
    top: 180px;
    left: 4vw;
    width: 17vw;
    max-width: 245px;
    height: auto;
  }
  .bl_trustImages img:nth-child(2) {
    top: 400px;
    right: 12vw;
    left: unset;
    width: 15.5vw;
    max-width: 224px;
    height: auto;
  }
  .bl_trustImages img:nth-child(3) {
    top: 267px;
    right: 4vw;
    width: 11vw;
    max-width: 165px;
    height: auto;
  }
  .bl_caseCont_links_grid {
    width: fit-content;
    margin-inline: auto;
    grid-template-columns: repeat(4, minmax(200px, 1fr));
  }
  .bl_caseCont_links_grid a {
    aspect-ratio: 235/220;
    width: 100%;
    max-width: 235px;
    justify-content: center;
    gap: 36px;
    font-size: 18px;
  }
  .bl_flowWrapper {
    display: grid;
    margin-top: 90px;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    padding-inline: 40px;
    max-width: 1340px;
    margin-inline: auto;
  }
  .bl_flowSwiper_item {
    background: #fff;
    max-width: 230px;
    position: relative;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.04);
  }
  .bl_flowSwiper_text {
    padding-bottom: 40px;
  }
  .bl_flowSwiper_img {
    aspect-ratio: 230/160;
  }
}
@media screen and (min-width: 1280px) {
  .ly_fv {
    padding-inline: 40px;
  }
  .bl_fvCont {
    padding-left: 70px;
  }
  .bl_columnCont {
    gap: 130px;
  }
  .bl_trustImages img:first-child {
    top: 180px;
  }
  .bl_trustImages img:nth-child(2) {
    top: 300px;
  }
  .bl_trustImages img:nth-child(3) {
    top: 167px;
  }
}