.FrontPage {
  overflow-x: hidden;
  width: 100%;
}
.Firstview {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1680/840;
  width: 100%;
  max-height: 840px;
}
@media screen and (max-width: 980px) {
  .Firstview {
    aspect-ratio: 414/590;
    max-height: none;
  }
}
@media screen and (max-width: 980px) {
  .Firstview::before {
    width: 100%;
    background: linear-gradient(to bottom, rgba(13,54,109,0.9) 0%, rgba(13,54,109,0.6) 50%, rgba(13,54,109,0.3) 100%);
  }
}
.Firstview-Bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding: clamp(0px, 1.428571428571429vw, 24px);
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 980px) {
  .Firstview-Bg {
    padding: 0;
  }
}
.Firstview__Inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 980px) {
  .Firstview__Inner {
    padding-top: clamp(0px, 11.594202898550725vw, 480px);
    padding-left: clamp(0px, 6.763285024154589vw, 280px);
    padding-right: clamp(0px, 6.763285024154589vw, 280px);
  }
}
.Firstview__Content {
  width: clamp(0px, 70.23809523809523vw, 1180px);
  height: calc(100% - 50px);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 980px) {
  .Firstview__Content {
    display: block;
    width: 100%;
  }
}
.Firstview__Text {
  flex: none;
  padding-bottom: clamp(0px, 16.071428571428573vw, 270px);
}
@media screen and (max-width: 980px) {
  .Firstview__Text {
    padding-bottom: 0;
  }
}
.Firstview-Subtitle {
  color: #fff;
  font-size: clamp(10px, 1.607142857142857vw, 27px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-shadow: 0 0 5px rgba(0,0,0,0.1);
}
@media screen and (max-width: 980px) {
  .Firstview-Subtitle {
    font-size: clamp(0px, 3.864734299516908vw, 160px);
    letter-spacing: 0.03em;
  }
}
.Firstview-Subtitle-Highlight {
  color: #fdce01;
}
@media screen and (max-width: 980px) {
  .Firstview-Subtitle-Highlight {
    color: #fff;
  }
}
.Firstview-Divider {
  margin-top: 12px;
  width: 100%;
  max-width: 100%;
  height: 1px;
  background-color: rgba(255,255,255,0.4);
}
@media screen and (max-width: 980px) {
  .Firstview-Divider {
    width: 100%;
  }
}
.Firstview-Headline {
  margin-top: 16px;
  color: #fff;
  font-size: clamp(10px, 3.571428571428571vw, 60px);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px rgba(0,0,0,0.15);
}
@media screen and (max-width: 980px) {
  .Firstview-Headline {
    margin-top: 12px;
    font-size: clamp(0px, 9.420289855072465vw, 320px);
  }
}
.Firstview-Headline-SiteName {
  display: block;
  color: #fdce01;
  font-size: clamp(10px, 3.571428571428571vw, 60px);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px rgba(0,0,0,0.15);
}
@media screen and (max-width: 980px) {
  .Firstview-Headline-SiteName {
    font-size: clamp(0px, 9.420289855072465vw, 320px);
  }
}
.Firstview__Person {
  position: relative;
  flex-shrink: 0;
  align-self: flex-end;
}
@media screen and (max-width: 980px) {
  .Firstview__Person {
    position: absolute;
    bottom: clamp(-900px, -21.73913043478261vw, 0px);
    right: clamp(0px, 7.246376811594203vw, 300px);
    z-index: -1;
  }
}
.Firstview-PersonImage {
  display: block;
  width: clamp(0px, 27.976190476190478vw, 470px);
  height: auto;
}
@media screen and (max-width: 980px) {
  .Firstview-PersonImage {
    width: clamp(0px, 68.59903381642512vw, 2840px);
  }
}
.PersonBadge__Area {
  position: absolute;
  top: clamp(0px, 4.761904761904762vw, 80px);
  right: clamp(-60px, -3.571428571428571vw, 0px);
  width: clamp(0px, 8.988095238095237vw, 151px);
  aspect-ratio: 1/1;
}
@media screen and (max-width: 980px) {
  .PersonBadge__Area {
    top: clamp(0px, 12.560386473429952vw, 520px);
    right: clamp(0px, 57.2463768115942vw, 2370px);
    width: clamp(0px, 28.26086956521739vw, 1170px);
  }
}
.LatestNews {
  position: relative;
  z-index: 3;
  margin: -110px auto 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.08);
  border-radius: 8px;
  width: calc(100% - 32px);
  max-width: 1240px;
  display: flex;
  align-items: flex-start;
  gap: clamp(0px, 10.238095238095237vw, 172px);
  padding: 30px 48px;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .LatestNews {
    margin: -15px auto 0;
    border-radius: 5px;
    max-width: calc(100% - 44px);
    flex-direction: column;
    gap: 18px;
    padding: 20px 24px;
  }
}
.LatestNews__Header {
  flex-shrink: 0;
  height: 104px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4px;
}
@media screen and (max-width: 980px) {
  .LatestNews__Header {
    position: relative;
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
}
.LatestNews-Label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-sub);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.66px;
}
@media screen and (max-width: 980px) {
  .LatestNews-Label {
    position: absolute;
    left: 0;
    font-size: 12px;
  }
}
.LatestNews-Label-Dot {
  display: inline-block;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  background-color: #f7c709;
}
.LatestNews-Title {
  font-size: 24px;
  font-weight: 700;
  color: #131313;
}
@media screen and (max-width: 980px) {
  .LatestNews-Title {
    font-size: 20px;
  }
}
.LatestNews-Divider {
  margin-top: 8px;
  width: 55px;
  height: 2px;
  background-color: #f7c709;
}
@media screen and (max-width: 980px) {
  .LatestNews-Divider {
    display: none;
  }
}
.LatestNews__SliderWrapper {
  width: 100%;
}
.LatestNews__Slider {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.LatestNews__List {
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
.LatestNews-Item {
  border-top: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  list-style: none;
}
.LatestNews-Item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 980px) {
  .LatestNews__SliderWrapper {
    width: 100%;
  }
  .LatestNews__Slider {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .LatestNews__List {
    flex-direction: row;
  }
  .LatestNews-Item {
    flex-shrink: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: grid;
    grid-template-columns: min-content auto;
    grid-template-rows: auto auto;
    grid-template-areas: "date category" "title title";
    align-items: center;
    column-gap: 10px;
    row-gap: 2px;
  }
  .LatestNews-Item:last-child {
    border-bottom: 1px solid #e5e5e5;
  }
  .LatestNews-Nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 2;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s;
  }
  .LatestNews-Nav img {
    width: 20px;
    height: 20px;
    display: block;
  }
  .LatestNews-Nav--Prev {
    left: -15px;
  }
  .LatestNews-Nav--Prev img {
    transform: scaleX(-1);
  }
  .LatestNews-Nav--Next {
    right: -15px;
  }
  .LatestNews-Nav.swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
  }
  .LatestNews-Pagination {
    position: static !important;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .LatestNews-Pagination .swiper-pagination-bullet {
    width: 12px;
    height: 3px;
    border-radius: 9999px;
    background-color: #d0d0d0;
    opacity: 1;
    transition: background-color 0.2s;
  }
  .LatestNews-Pagination .swiper-pagination-bullet-active {
    background-color: #7d7d7d;
  }
}
@media screen and (min-width: 980px) {
  .LatestNews-Pagination,
  .LatestNews-Nav {
    display: none;
  }
}
.LatestNews-Item-Date {
  flex-shrink: 0;
  font-size: 14px;
  color: #333;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 980px) {
  .LatestNews-Item-Date {
    grid-area: date;
    font-size: 10px;
  }
}
.LatestNews-Item-Category {
  display: inline-block;
  border-radius: 12.5px;
  transition: opacity 0.2s;
  flex-shrink: 0;
  padding: 4px 12px;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-decoration: none;
}
@media screen and (max-width: 980px) {
  .LatestNews-Item-Category {
    grid-area: category;
    width: fit-content;
    font-size: 10px;
  }
}
.LatestNews-Item-Category:hover {
  opacity: 0.8;
}
.LatestNews-Item-Title {
  overflow: hidden;
  transition: color 0.2s;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
@media screen and (max-width: 980px) {
  .LatestNews-Item-Title {
    grid-area: title;
    white-space: normal;
  }
}
.LatestNews-Item-Title:hover {
  color: var(--color-primary);
}
.WhatIsFraud {
  position: relative;
  margin: 90px auto 0;
  border: 1.5px solid var(--color-primary);
  border-radius: 7px;
  z-index: 3;
  max-width: 728px;
  padding: 50px 40px 40px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .WhatIsFraud {
    margin: 50px auto 0;
    max-width: calc(100% - 40px);
    padding: 45px 24px 30px;
  }
}
.WhatIsFraud-Title {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  padding: 6px 28px;
  background-color: #fff;
  color: #131313;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 1.35px;
  white-space: nowrap;
}
@media screen and (max-width: 980px) {
  .WhatIsFraud-Title {
    padding: 6px 20px;
    font-size: 22px;
  }
}
.WhatIsFraud-Description {
  color: #131313;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 1.15px;
}
@media screen and (max-width: 980px) {
  .WhatIsFraud-Description {
    font-size: 16px;
  }
}
.Content {
  position: relative;
  width: 100%;
  padding: 120px 0 80px;
}
@media screen and (max-width: 980px) {
  .Content {
    padding: 80px 0 96px;
  }
}
.Content__Inner {
  margin: 0 auto;
  max-width: 1240px;
  display: flex;
  gap: clamp(0px, 4.761904761904762vw, 80px);
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 224px;
}
@media screen and (max-width: 980px) {
  .Content__Inner {
    flex-direction: column;
    gap: 24px;
    padding: 0 20px;
  }
}
.Content__Heading {
  flex-shrink: 0;
  width: 360px;
}
@media screen and (max-width: 980px) {
  .Content__Heading {
    width: 100%;
  }
}
.Content-Title {
  margin-top: 24px;
  color: #131313;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.72;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 980px) {
  .Content-Title {
    margin-top: 16px;
    font-size: 28px;
  }
}
.Content-Sub {
  margin-top: 20px;
  line-height: 40px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 980px) {
  .Content-Sub {
    font-size: 15px;
    line-height: 33px;
  }
}
.Content-List {
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .Content-List {
    gap: 16px;
  }
}
.Content-List-Item {
  list-style: none;
}
.ContentCard {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
  width: 100%;
  height: 157px;
  display: flex;
  background-color: #fff;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 980px) {
  .ContentCard {
    height: 115px;
  }
}
.ContentCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}
.ContentCard-Icon {
  flex-shrink: 0;
  width: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0d366d;
}
@media screen and (max-width: 980px) {
  .ContentCard-Icon {
    border-right: none;
    width: 60px;
  }
}
.ContentCard-Icon-Image {
  width: auto;
  height: auto;
}
@media screen and (max-width: 980px) {
  .ContentCard-Icon-Image {
    transform: scale(0.5);
  }
}
.ContentCard__Body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding-left: 32px;
}
@media screen and (max-width: 980px) {
  .ContentCard__Body {
    gap: 4px;
    padding-left: 12px;
  }
}
.ContentCard-Subtitle {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .ContentCard-Subtitle {
    font-size: 10px;
  }
}
.ContentCard-Title {
  color: #131313;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .ContentCard-Title {
    font-size: 16px;
  }
}
.ContentCard__ArrowArea {
  display: flex;
  align-items: center;
  padding-right: clamp(0px, 2.142857142857143vw, 36px);
}
@media screen and (max-width: 980px) {
  .ContentCard__ArrowArea {
    padding-right: 12px;
  }
}
.ContentCard-Arrow {
  width: 23px;
}
@media screen and (max-width: 980px) {
  .ContentCard-Arrow {
    width: 18px;
    height: 18px;
  }
}
.Search {
  position: relative;
  width: 100%;
  padding: 16px;
}
@media screen and (max-width: 980px) {
  .Search {
    padding: 12px 0 12px;
  }
}
.Search-Tip {
  position: absolute;
  top: 0;
  left: 0;
  width: 627px;
}
@media screen and (max-width: 980px) {
  .Search-Tip {
    width: 280px;
  }
}
.Search-Tip__Reversed {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
  width: 627px;
}
@media screen and (max-width: 980px) {
  .Search-Tip__Reversed {
    width: 280px;
  }
}
.Search__Layer {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #f9f9f9;
}
.Search__Inner {
  margin: 0 auto;
  max-width: 1240px;
  padding-top: 120px;
  padding-bottom: 88px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 980px) {
  .Search__Inner {
    padding-top: 48px;
    padding-bottom: 64px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Search__Top {
  margin-top: 32px;
  display: grid;
  grid-template-areas: "title title" "sub search";
  row-gap: 24px;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .Search__Top {
    grid-template-areas: "title" "sub" "search";
  }
}
.Search-Title {
  grid-area: title;
  color: #131313;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 980px) {
  .Search-Title {
    font-size: 26px;
  }
}
.Search-Sub {
  grid-area: sub;
  align-self: center;
  color: #131313;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .Search-Sub {
    font-size: 14px;
  }
}
.__SearchFormArea {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
  grid-area: search;
  flex-shrink: 0;
  width: 593px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 28px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 16px;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .__SearchFormArea {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 980px) {
  .__SearchFormArea {
    width: 100%;
  }
}
.SearchForm__Inner {
  width: 100%;
  display: flex;
  gap: 8px;
}
.SearchForm {
  position: relative;
  border-radius: 6px;
  border: 2px solid #9a9a9a;
  outline: none;
  flex: 1;
  height: 62px;
  display: flex;
  align-items: center;
  background: transparent;
  background-color: #eee;
  font-size: 18px;
  color: #131313;
}
@media screen and (max-width: 980px) {
  .SearchForm {
    height: 52px;
  }
}
.SearchForm-Icon {
  width: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .SearchForm-Icon {
    width: 48px;
  }
}
.SearchForm-Icon-Image {
  width: 22px;
}
.SearchForm-Input {
  outline: none;
  display: block;
  flex: 1;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .SearchForm-Input {
    padding: 12px 0;
    font-size: 14px;
  }
}
.SearchForm-Input::placeholder {
  color: #aaa;
}
.SearchForm-Submit {
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: opacity 0.2s;
  flex-shrink: 0;
  padding: 14px 40px;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 980px) {
  .SearchForm-Submit {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.SearchForm-Submit:hover {
  opacity: 0.9;
}
.SearchForm-Trending {
  margin-top: 16px;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 980px) {
  .SearchForm-Trending {
    font-size: 12px;
  }
}
.Search__List {
  margin-top: 80px;
}
@media screen and (max-width: 980px) {
  .Search__List {
    margin-top: 48px;
  }
}
.Search-ListTitle {
  text-align: center;
  color: #131313;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 980px) {
  .Search-ListTitle {
    font-size: 22px;
  }
}
.FraudsterList {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .FraudsterList {
    margin-top: 20px;
  }
}
.FraudsterList-Tabs {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 9px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .FraudsterList-Tabs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    gap: 6px;
    align-items: stretch;
  }
}
.FraudsterList-Tabs-Item {
  flex: 1;
  list-style: none;
}
@media screen and (max-width: 980px) {
  .FraudsterList-Tabs-Item {
    flex: none;
    width: auto;
  }
}
.FraudsterList-Tabs-Button {
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .FraudsterList-Tabs-Button {
    border-radius: 5px;
    border: none;
    height: 52px;
    font-size: 20px;
  }
}
.FraudsterList-Tabs-Button:hover {
  opacity: 0.6;
}
.FraudsterList-Tabs-Item.is-active .FraudsterList-Tabs-Button {
  height: 77px;
  background-color: var(--color-sub);
  color: #000;
  font-size: 26px;
}
@media screen and (max-width: 980px) {
  .FraudsterList-Tabs-Item.is-active .FraudsterList-Tabs-Button {
    border-radius: 5px;
    border: none;
    height: 52px;
    font-size: 20px;
  }
}
.FraudsterList-Tabs-Item.is-active .FraudsterList-Tabs-Button:hover {
  opacity: 1;
}
.FraudsterList__Panel {
  overflow: scroll;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
  max-height: 1000px;
  width: 100%;
  padding: 76px 102px;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .FraudsterList__Panel {
    margin-top: 28px;
    box-shadow: none;
    border: none;
    width: 100vw;
    max-height: 500px;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: transparent;
  }
}
.FraudsterList__Panel.is-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  z-index: 2;
  pointer-events: none;
  background-color: rgba(255,255,255,0.7);
}
.FraudsterList__Panel.is-loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
  border: 4px solid rgba(13,54,109,0.15);
  border-top-color: var(--color-primary);
  border-radius: 50%;
  animation: fraudsterListSpin 0.8s linear infinite;
  z-index: 3;
  pointer-events: none;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 980px) {
  .FraudsterList__Panel.is-loading::before {
    margin: -18px 0 0 -18px;
    border-width: 3px;
    width: 36px;
    height: 36px;
  }
}
.Search__ListFooter {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .Search__ListFooter {
    margin-top: 32px;
  }
}
.CheckList {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 980px) {
  .CheckList {
    padding-top: 60px;
    padding-bottom: 96px;
  }
}
.CheckList__Inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 16px;
}
@media screen and (max-width: 980px) {
  .CheckList__Inner {
    padding: 0 20px;
  }
}
.CheckList__Heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.CheckList-Title {
  color: #131313;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 980px) {
  .CheckList-Title {
    font-size: 26px;
  }
}
.CheckList__Body {
  position: relative;
  margin-top: 140px;
  padding-top: 80px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 980px) {
  .CheckList__Body {
    border-radius: 5px;
    margin-top: 88px;
    padding: 100px 12px 40px;
  }
}
.CheckList-Warning {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 32px;
  background-color: #fdce01;
  white-space: nowrap;
}
@media screen and (max-width: 980px) {
  .CheckList-Warning {
    top: -50px;
    margin-bottom: 24px;
    border-radius: 6px;
    width: calc(100% - 40px);
    padding: 14px 16px;
    white-space: normal;
  }
}
.CheckList-Warning::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 16px solid #fdce01;
}
.CheckList-Warning-Icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 980px) {
  .CheckList-Warning-Icon {
    width: 20px;
    height: 20px;
  }
}
.CheckList-Warning-Text {
  color: #131313;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .CheckList-Warning-Text {
    font-size: 14px;
  }
}
.CheckList-Items {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 60px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .CheckList-Items {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.CheckList-Items-Item {
  border-bottom: 1px solid #b0b0b0;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  list-style: none;
}
@media screen and (max-width: 980px) {
  .CheckList-Items-Item {
    gap: 12px;
    padding: 14px 0;
  }
}
.CheckList-Items-Item-Icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 980px) {
  .CheckList-Items-Item-Icon {
    width: 20px;
    height: 20px;
  }
}
.CheckList-Items-Item-Text {
  color: #131313;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  .CheckList-Items-Item-Text {
    font-size: 15px;
  }
}
.CheckList__Footer {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .CheckList__Footer {
    margin-top: 52px;
  }
}
.BlogList {
  position: relative;
  padding: 16px;
}
@media screen and (max-width: 980px) {
  .BlogList {
    padding: 16px 0 60px;
  }
}
.BlogList-Tip {
  position: absolute;
  top: 0;
  left: 0;
  width: 627px;
}
@media screen and (max-width: 980px) {
  .BlogList-Tip {
    width: 280px;
  }
}
.BlogList-Tip__Reversed {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
  width: 627px;
}
@media screen and (max-width: 980px) {
  .BlogList-Tip__Reversed {
    width: 280px;
  }
}
.BlogList__Layer {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #f9f9f9;
}
.BlogList__Inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 120px 16px 90px;
}
@media screen and (max-width: 980px) {
  .BlogList__Inner {
    padding: 52px 20px 20px 20px;
  }
}
.BlogList__Heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .BlogList__Heading {
    align-items: flex-start;
    text-align: left;
  }
}
.BlogList-Title {
  margin-top: 40px;
  margin-bottom: 16px;
  color: #131313;
  font-size: 36px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 980px) {
  .BlogList-Title {
    font-size: 26px;
  }
}
.BlogList-Sub {
  color: #131313;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .BlogList-Sub {
    font-size: 13px;
  }
}
.BlogList-Cards {
  margin: 60px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0px, 1.785714285714286vw, 30px);
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .BlogList-Cards {
    margin-top: 32px;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
.BlogList-Cards-Item {
  list-style: none;
}
.BlogList__Footer {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .BlogList__Footer {
    margin-top: 40px;
  }
}
.CaseList {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 980px) {
  .CaseList {
    padding: 60px 0;
  }
}
.CaseList__Inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 32px;
}
@media screen and (max-width: 980px) {
  .CaseList__Inner {
    padding: 0 20px;
  }
}
.CaseList__Heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .CaseList__Heading {
    align-items: flex-start;
    gap: 16px;
    text-align: left;
  }
}
.CaseList-Title {
  color: #131313;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 980px) {
  .CaseList-Title {
    font-size: 26px;
  }
}
.CaseList-Sub {
  color: #131313;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .CaseList-Sub {
    font-size: 13px;
  }
}
.CaseList-Cards {
  margin: 60px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 33px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .CaseList-Cards {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.CaseList-Cards-Item {
  list-style: none;
}
.CaseList__Footer {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .CaseList__Footer {
    margin-top: 40px;
  }
}
.Lawyers {
  position: relative;
  width: 100%;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 980px) {
  .Lawyers {
    padding-left: 0;
    padding-right: 0;
  }
}
.Lawyers-Tip {
  position: absolute;
  top: 0;
  left: 0;
  width: 627px;
}
@media screen and (max-width: 980px) {
  .Lawyers-Tip {
    width: 280px;
  }
}
.Lawyers__Layer {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #f9f9f9;
}
.Lawyers-Bg {
  position: absolute;
  right: -16px;
  bottom: 0;
  width: 100%;
}
.Lawyers__Inner {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  max-width: 1320px;
  padding-top: 120px;
  padding-bottom: 150px;
  padding-left: 56px;
  padding-right: 16px;
}
@media screen and (max-width: 980px) {
  .Lawyers__Inner {
    padding-top: 60px;
    padding-bottom: 64px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Lawyers__Heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.Lawyers-Title {
  margin-top: 40px;
  margin-bottom: 16px;
  color: #131313;
  font-size: 36px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 980px) {
  .Lawyers-Title {
    font-size: 26px;
    line-height: 1.6;
  }
}
.Lawyers-Sub {
  color: #131313;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .Lawyers-Sub {
    line-height: 2.2;
  }
}
.Lawyers__Featured {
  margin-top: 72px;
  width: 100%;
  max-width: 1140px;
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 980px) {
  .Lawyers__Featured {
    margin-top: 40px;
    flex-direction: column;
    gap: 24px;
  }
}
.Lawyers-FeaturedPhoto {
  position: relative;
  margin: 0;
  flex-shrink: 0;
  width: 369px;
}
@media screen and (max-width: 980px) {
  .Lawyers-FeaturedPhoto {
    width: 100%;
    max-width: 320px;
    align-self: center;
  }
}
.Lawyers-FeaturedPhoto-Image {
  display: block;
  width: 100%;
  height: auto;
  background-color: #ebedec;
}
.Lawyers-FeaturedPhoto-NameBar {
  width: 100%;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--color-primary);
  color: #fff;
}
.Lawyers-FeaturedPhoto-NameBar__Label {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.Lawyers-FeaturedPhoto-NameBar-Name {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 980px) {
  .Lawyers-FeaturedPhoto-NameBar-Name {
    font-size: 22px;
  }
}
.Lawyers-FeaturedPhoto-NameBar-Role {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 980px) {
  .Lawyers-FeaturedPhoto-NameBar-Role {
    font-size: 12px;
  }
}
.Lawyers-FeaturedPhoto-NameBar-Origin {
  border: 1px solid #fff;
  height: 26px;
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .Lawyers-FeaturedPhoto-NameBar-Origin {
    padding: 3px 8px;
    font-size: 11px;
  }
}
.Lawyers-FeaturedProfile {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 980px) {
  .Lawyers-FeaturedProfile {
    gap: 24px;
  }
}
.Lawyers-Profile {
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #fff;
}
.Lawyers-Profile-Label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.Lawyers-Profile-Dot {
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: var(--color-primary);
}
.Lawyers-Profile-Text {
  color: #131313;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .Lawyers-Profile-Text {
    font-size: 13px;
    line-height: 1.9;
  }
}
.Lawyers-Description {
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 36px;
  padding-right: 36px;
  background-color: #fff;
}
.Lawyers-Description-Tip {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 45px;
}
.Lawyers-Description-Tip__Reversed {
  position: absolute;
  bottom: 4px;
  right: 4px;
  transform: rotate(180deg);
  width: 45px;
}
.Lawyers-Description-Text {
  color: #131313;
  font-size: 18px;
  line-height: 2.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .Lawyers-Description-Text {
    font-size: 13px;
    line-height: 1.9;
  }
}
.Lawyers__Sub {
  margin-top: 70px;
  width: 100%;
  display: flex;
  gap: clamp(0px, 3.571428571428571vw, 60px);
}
@media screen and (max-width: 980px) {
  .Lawyers__Sub {
    margin-top: 48px;
    flex-direction: column;
    gap: 32px;
  }
}
.LawyersCard__List {
  flex: 1;
  display: flex;
  gap: 28px;
}
@media screen and (max-width: 980px) {
  .LawyersCard__List {
    flex-direction: column;
  }
}
.LawyerCard {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.LawyerCard-Photo {
  overflow: hidden;
  aspect-ratio: 4/3;
  display: flex;
  justify-content: center;
  background-color: #e5e5e5;
}
.LawyerCard-Photo-Image {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.LawyerCard__Body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}
@media screen and (max-width: 980px) {
  .LawyerCard__Body {
    padding: 20px;
  }
}
.LawyerCard-Name {
  display: flex;
  align-items: baseline;
  color: #131313;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 980px) {
  .LawyerCard-Name {
    font-size: 20px;
  }
}
.LawyerCard-Role {
  margin-left: 18px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 980px) {
  .LawyerCard-Role {
    font-size: 12px;
  }
}
.LawyerCard-Text {
  color: #131313;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .LawyerCard-Text {
    font-size: 13px;
  }
}
.Lawyers-Cta {
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 980px) {
  .Lawyers-Cta {
    gap: 22px;
  }
}
.Lawyers-Cta-Text {
  color: #1a1a1a;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.57;
  letter-spacing: 2px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 980px) {
  .Lawyers-Cta-Text {
    font-size: 19px;
    letter-spacing: 1.52px;
    text-align: center;
  }
}
.Lawyers-Cta-Card {
  border-radius: 8px;
  box-shadow: 0 0 13px rgba(0,0,0,0.1);
  overflow: hidden;
  width: auto;
  height: 157px;
  display: flex;
  align-items: stretch;
  background-color: #fff;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 980px) {
  .Lawyers-Cta-Card {
    border-radius: 5px;
    width: 100%;
    max-width: 374px;
    height: 115px;
  }
}
.Lawyers-Cta-Card__Icon {
  border-radius: 8px 0 0 8px;
  box-shadow: 0 0 13px rgba(0,0,0,0.06);
  flex-shrink: 0;
  width: 111px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0d366d;
}
@media screen and (max-width: 980px) {
  .Lawyers-Cta-Card__Icon {
    border-radius: 5px 0 0 5px;
    width: 62px;
  }
}
.Lawyers-Cta-Card-Icon-Image {
  width: 42px;
  height: 45px;
}
@media screen and (max-width: 980px) {
  .Lawyers-Cta-Card-Icon-Image {
    width: 25px;
    height: 27px;
  }
}
.Lawyers-Cta-Card__Body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 24px 0 32px;
}
@media screen and (max-width: 980px) {
  .Lawyers-Cta-Card__Body {
    gap: 12px;
    padding: 0 18px 0 22px;
  }
}
.Lawyers-Cta-Card-Title {
  color: #000;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.57;
  letter-spacing: 2.16px;
}
@media screen and (max-width: 980px) {
  .Lawyers-Cta-Card-Title {
    font-size: 20px;
    line-height: 1.48;
    letter-spacing: 1.6px;
  }
}
.Lawyers-Cta-Card-Arrow {
  flex-shrink: 0;
  width: 23px;
  height: 23px;
}
@media screen and (max-width: 980px) {
  .Lawyers-Cta-Card-Arrow {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 980px) {
  .PC {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .SP {
    display: none;
  }
}
@-moz-keyframes fraudsterListSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fraudsterListSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes fraudsterListSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fraudsterListSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
