@charset "UTF-8";
/* 
  clampVw($min, $size, $max, $vp)
  $min：最小値 / $size：基準値 / $max：最大値 / $vp：基準画面幅
*/
.fraud-investigation .mv {
  position: relative;
  width: 100%;
  min-height: 800px;
  overflow: hidden;
  background-color: #0C1929;
  color: #fff;
}
.fraud-investigation .mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(36, 43, 52, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(36, 43, 52, 0.5) 1px, transparent 1px);
  background-size: 20px 20px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .fraud-investigation .mv {
    min-height: auto;
    background-color: transparent;
    background-image: url(../img/fraud_investigation/mv_image_sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    aspect-ratio: 800/940;
    overflow: visible;
  }
  .fraud-investigation .mv::before {
    display: none;
  }
}
.fraud-investigation .mv_content {
  position: relative;
  z-index: 3;
  width: 60%;
  padding: 100px 0 100px clamp(0px, 7.8125vw, 150px);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .fraud-investigation .mv_content {
    position: absolute;
    inset: 0;
    width: 90%;
    height: 100%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.fraud-investigation .mv_title {
  margin: 0 0 24px;
  font-size: clamp(60px, 5.8333333333vw, 84px);
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
}
.fraud-investigation .mv_title span {
  color: #DAB76A;
}
@media screen and (max-width: 767px) {
  .fraud-investigation .mv_title {
    display: none;
  }
}
.fraud-investigation .mv_text {
  margin-top: 35px;
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.6;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fraud-investigation .mv_text {
    display: none;
  }
}
.fraud-investigation .mv_btns {
  display: flex;
  gap: clamp(15px, 1.6666666667vw, 24px);
  margin-top: 35px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fraud-investigation .mv_btns {
    position: absolute;
    bottom: 28%;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    gap: 10px;
  }
}
.fraud-investigation .mv_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 305px;
  height: 63px;
  border-radius: 5px;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 600;
}
.fraud-investigation .mv_btn::after {
  content: "";
  position: absolute;
  right: clamp(10px, 1.3888888889vw, 20px);
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
.fraud-investigation .mv_btn--red {
  background: #E13C44;
  color: #fff;
}
.fraud-investigation .mv_btn--yellow {
  background: #FAD303;
  color: #272727;
}
@media screen and (max-width: 767px) {
  .fraud-investigation .mv_btn {
    height: 40px;
    width: 200px;
    font-size: 15px;
  }
  .fraud-investigation .mv_btn::after {
    width: 5px;
    height: 5px;
  }
}
.fraud-investigation .mv_features {
  display: flex;
  gap: 22px;
}
@media screen and (max-width: 767px) {
  .fraud-investigation .mv_features {
    display: none;
  }
}
.fraud-investigation .mv_feature {
  position: relative;
  width: 170px;
  height: 125px;
  padding: 2px 20px;
  text-align: center;
}
.fraud-investigation .mv_feature::before, .fraud-investigation .mv_feature::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
}
.fraud-investigation .mv_feature::before {
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.fraud-investigation .mv_feature::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.fraud-investigation .mv_feature img {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.fraud-investigation .mv_feature p {
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 500;
  white-space: nowrap;
}
.fraud-investigation .mv_feature p span {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
.fraud-investigation .mv_image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 59%;
  height: 100%;
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
}
.fraud-investigation .mv_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .fraud-investigation .mv_image {
    display: none;
  }
}
.fraud-investigation .office_summary {
  background: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}
.fraud-investigation .office_summary_inner {
  width: min(90%, 945px);
  margin: 0 auto;
  padding: 12px 12px 20px;
  background: #fff;
  border-bottom: 2px solid #9C8300;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.fraud-investigation .office_summary_head {
  font-family: serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
  height: 40px;
  background: #0C1929;
  color: #fff;
  border-radius: 3px;
}
.fraud-investigation .office_summary_head span {
  display: block;
  width: clamp(180px, 18.0555555556vw, 260px);
  width: 25%;
  height: 1px;
  background: #868686;
}
.fraud-investigation .office_summary_head p {
  margin: 0;
  font-size: clamp(18px, 1.5277777778vw, 22px);
  font-weight: 500;
  font-family: serif;
}
.fraud-investigation .office_summary_items {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.fraud-investigation .office_summary_item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 33.333%;
  gap: 12px;
}
.fraud-investigation .office_summary_item:not(:last-child) {
  border-right: 1px solid #AAAAAA;
}
.fraud-investigation .office_summary_text {
  color: #272727;
}
.fraud-investigation .office_summary_label {
  font-family: serif;
  margin: 0 0 2px;
  font-size: 18px;
  font-weight: 700;
}
.fraud-investigation .office_summary_num {
  font-family: serif;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.fraud-investigation .office_summary_num span {
  margin-right: 8px;
  font-size: 80px;
  font-weight: 700;
}
.fraud-investigation .office_summary_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 690px);
  height: 63px;
  margin: 30px auto 0;
  border-radius: 5px;
  background: #E13C44;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.fraud-investigation .office_summary_btn::after {
  content: "";
  position: absolute;
  right: 32px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .fraud-investigation .office_summary {
    margin-top: 40px;
    padding-bottom: 0px;
  }
  .fraud-investigation .office_summary_inner {
    padding: 10px 12px 20px;
  }
  .fraud-investigation .office_summary_head {
    gap: 8px;
  }
  .fraud-investigation .office_summary_head span {
    width: clamp(30px, 10vw, 150px);
  }
  .fraud-investigation .office_summary_head p {
    font-size: 16px;
  }
  .fraud-investigation .office_summary_items {
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
  }
  .fraud-investigation .office_summary_item {
    width: 100%;
    justify-content: flex-start;
    padding: 0 55px 18px;
    border-right: none;
    gap: 26px;
  }
  .fraud-investigation .office_summary_item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #d8d8d8;
  }
  .fraud-investigation .office_summary_icon {
    width: 50px;
    height: 50px;
  }
  .fraud-investigation .office_summary_icon img {
    width: 50px;
    height: 50px;
  }
  .fraud-investigation .office_summary_label {
    font-size: 14px;
  }
  .fraud-investigation .office_summary_num {
    font-size: 14px;
  }
  .fraud-investigation .office_summary_num span {
    font-size: 40px;
  }
  .fraud-investigation .office_summary_btn {
    height: 56px;
    font-size: 14px;
    margin-top: 8px;
  }
  .fraud-investigation .office_summary_btn::after {
    right: 22px;
  }
}
.fraud-investigation .early_response {
  padding: 90px 0;
  background: #fff;
}
.fraud-investigation .early_response_inner {
  position: relative;
  width: min(90%, 1500px);
  margin: 0 auto;
  padding: 65px clamp(0px, 3.3854166667vw, 65px);
  background: #F6F4F0;
}
.fraud-investigation .early_response_title {
  position: absolute;
  top: -25px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  color: #272727;
  font-size: clamp(25px, 2.2222222222vw, 32px);
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.fraud-investigation .early_response_emphasis {
  display: inline-flex;
  gap: 0.08em;
  margin: 0 0.05em;
}
.fraud-investigation .early_response_emphasis span {
  position: relative;
  display: inline-block;
}
.fraud-investigation .early_response_emphasis span::before {
  content: "";
  position: absolute;
  top: -0.1em;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #272727;
  transform: translateX(-50%);
}
.fraud-investigation .early_response_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1.5277777778vw, 22px);
  width: min(100%, 1230px);
  margin: 0 auto;
}
.fraud-investigation .early_response_item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 98px;
  padding: 20px 10px 20px 76px;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
.fraud-investigation .early_response_item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 38px;
  height: 38px;
  border: 2px solid #b99a22;
  border-radius: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.fraud-investigation .early_response_item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 34px;
  width: 8px;
  height: 14px;
  border-right: 3px solid #b99a22;
  border-bottom: 3px solid #b99a22;
  transform: translateY(-60%) rotate(45deg);
}
.fraud-investigation .early_response_item p {
  margin: 0;
  color: #272727;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 500;
  line-height: 1.5;
}
.fraud-investigation .early_response_item p span {
  color: #b99a22;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fraud-investigation .early_response {
    padding: 0 0 60px;
  }
  .fraud-investigation .early_response_inner {
    padding: 120px 15px 36px;
  }
  .fraud-investigation .early_response_title {
    top: 23px;
    width: calc(100% - 32px);
    font-size: 20px;
    white-space: normal;
    line-height: 2;
  }
  .fraud-investigation .early_response_emphasis {
    gap: 0.06em;
  }
  .fraud-investigation .early_response_emphasis span::before {
    top: -0.05em;
    width: 5px;
    height: 5px;
  }
  .fraud-investigation .early_response_list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .fraud-investigation .early_response_item {
    min-height: auto;
    padding: 18px 18px 18px 58px;
  }
  .fraud-investigation .early_response_item::before {
    left: 20px;
    width: 24px;
    height: 24px;
  }
  .fraud-investigation .early_response_item::after {
    left: 29px;
    width: 3px;
    height: 7px;
  }
  .fraud-investigation .early_response_item p {
    font-size: 14px;
  }
  .fraud-investigation .early_response_item p br {
    display: none;
  }
}
.fraud-investigation .why_attorney {
  position: relative;
  padding: 95px 20px 100px;
  background-image: url("../img/fraud_investigation/whyattorney_back.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.fraud-investigation .why_attorney_inner {
  width: 93%;
  margin: 0 auto;
  text-align: center;
}
.fraud-investigation .why_attorney_en {
  color: #9C8300;
  font-size: 20px;
  font-weight: 400;
}
.fraud-investigation .why_attorney_title {
  margin: 0;
  color: #272727;
  font-size: clamp(20px, 2.7777777778vw, 40px);
  font-weight: 600;
}
.fraud-investigation .why_attorney_title br {
  display: none;
}
.fraud-investigation .why_attorney_card {
  max-width: 980px;
  margin: 45px auto 0;
  padding: 55px 10px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.fraud-investigation .why_attorney_card p {
  margin: 0;
  color: #272727;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: 1.8;
}
.fraud-investigation .why_attorney_card p:not(:first-child) {
  margin-top: 32px;
}
.fraud-investigation .why_attorney_card p span {
  background: linear-gradient(transparent 5%, #FAFF74 55%);
  font-weight: 600;
}
.fraud-investigation .why_attorney_message {
  position: relative;
  width: min(100%, 1120px);
  margin: 42px auto 0;
}
.fraud-investigation .why_attorney_message_bg {
  display: block;
  width: 100%;
  height: auto;
}
.fraud-investigation .why_attorney_message_content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 45px 80px 38px;
  box-sizing: border-box;
}
.fraud-investigation .why_attorney_message_content::before, .fraud-investigation .why_attorney_message_content::after {
  position: absolute;
  color: #CAC39C;
  font-family: serif;
  font-size: clamp(50px, 6.9444444444vw, 100px);
  line-height: 1;
  font-weight: 700;
}
.fraud-investigation .why_attorney_message_content::before {
  content: "“";
  top: 25px;
  left: 42px;
}
.fraud-investigation .why_attorney_message_content::after {
  content: "”";
  right: 42px;
  bottom: 10px;
}
.fraud-investigation .why_attorney_message_text {
  margin: 0;
  color: #272727;
  font-family: serif;
  font-size: clamp(14px, 1.6666666667vw, 24px);
  font-weight: 700;
  line-height: 1.9;
  border-bottom: 1px solid #9C8300;
  padding-bottom: 20px;
}
.fraud-investigation .why_attorney_name {
  font-family: serif;
  margin: 15px 0 0;
  color: #272727;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 600;
}
.fraud-investigation .why_attorney .pc_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .fraud-investigation .why_attorney {
    padding: 40px 0;
    background-position: center top;
  }
  .fraud-investigation .why_attorney_en {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .fraud-investigation .why_attorney_title {
    font-size: 20px;
    text-align: center;
  }
  .fraud-investigation .why_attorney_title br {
    display: block;
  }
  .fraud-investigation .why_attorney_card {
    margin-top: 30px;
    padding: 28px 20px;
  }
  .fraud-investigation .why_attorney_card p {
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }
  .fraud-investigation .why_attorney_card p:not(:first-child) {
    margin-top: 22px;
  }
  .fraud-investigation .why_attorney_card p br {
    display: none;
  }
  .fraud-investigation .why_attorney_message {
    margin-top: 30px;
    padding: 0;
  }
  .fraud-investigation .why_attorney_message_content {
    padding: 0 10px;
  }
  .fraud-investigation .why_attorney_message_content::before, .fraud-investigation .why_attorney_message_content::after {
    font-size: 30px;
  }
  .fraud-investigation .why_attorney_message_content::before {
    top: 16px;
    left: 8px;
  }
  .fraud-investigation .why_attorney_message_content::after {
    right: 8px;
    bottom: 30px;
  }
  .fraud-investigation .why_attorney_message_text {
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 10px;
  }
  .fraud-investigation .why_attorney_message_text::after {
    width: 70%;
  }
  .fraud-investigation .why_attorney_name {
    font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
  }
  .fraud-investigation .why_attorney .pc_none {
    display: block;
  }
  .fraud-investigation .why_attorney .sp_none {
    display: none;
  }
}
.fraud-investigation .harassment_service {
  padding: 75px 0;
}
.fraud-investigation .harassment_service_inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
}
.fraud-investigation .harassment_service_en {
  color: #9C8300;
  font-size: 20px;
  font-weight: 400;
}
.fraud-investigation .harassment_service_title {
  color: #272727;
  font-size: 42px;
  font-weight: 600;
}
.fraud-investigation .harassment_service_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
  margin-top: 55px;
}
.fraud-investigation .harassment_service_item {
  position: relative;
  padding: 30px 35px 55px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  text-align: left;
}
.fraud-investigation .harassment_service_num {
  position: absolute;
  top: 25px;
  left: 25px;
  margin: 0;
  color: #E13C44;
  font-size: 34px;
  font-weight: 700;
}
.fraud-investigation .harassment_service_icon {
  width: 105px;
  height: 105px;
  margin: 0 auto 25px;
}
.fraud-investigation .harassment_service_item_title {
  margin: 0 0 16px;
  color: #272727;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}
.fraud-investigation .harassment_service_text {
  margin: 0;
  color: #272727;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .fraud-investigation .harassment_service_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .fraud-investigation .harassment_service {
    padding: 64px 16px 70px;
  }
  .fraud-investigation .harassment_service_en {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .fraud-investigation .harassment_service_title {
    font-size: 20px;
  }
  .fraud-investigation .harassment_service_list {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 36px;
  }
  .fraud-investigation .harassment_service_item {
    min-height: auto;
    padding: 28px 20px 26px;
  }
  .fraud-investigation .harassment_service_num {
    top: 22px;
    left: 20px;
    font-size: 24px;
  }
  .fraud-investigation .harassment_service_icon {
    width: 76px;
    height: 76px;
    margin-bottom: 20px;
  }
  .fraud-investigation .harassment_service_item_title {
    font-size: 17px;
  }
  .fraud-investigation .harassment_service_text {
    font-size: 14px;
  }
}
.fraud-investigation .investigation_points {
  padding: 75px 0;
  background: #101D2B;
  color: #fff;
}
.fraud-investigation .investigation_points_inner {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.fraud-investigation .investigation_points_en {
  color: #9C8300;
  font-size: 20px;
  font-weight: 400;
}
.fraud-investigation .investigation_points_title {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
}
.fraud-investigation .investigation_points_lead {
  margin-top: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.fraud-investigation .investigation_points_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 60px;
}
.fraud-investigation .investigation_points_card {
  padding: 47px;
  background: #fff;
  color: #272727;
  text-align: left;
}
.fraud-investigation .investigation_points_card_title {
  margin-top: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #969696;
  color: #0C1929;
  font-size: 26px;
  font-weight: 600;
}
.fraud-investigation .investigation_points_card_text {
  margin: 18px 0 0;
  color: #272727;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8;
}
.fraud-investigation .investigation_points_box {
  position: relative;
  margin-top: 18px;
  padding: 15px 20px;
  background: #F5F5F5;
  border-left: 2px solid #9C8300;
}
.fraud-investigation .investigation_points_box h4 {
  position: relative;
  margin: 0 0 8px;
  color: #101D2B;
  font-size: 17px;
  font-weight: 700;
}
.fraud-investigation .investigation_points_box h4::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  border: 1px solid #0C1929;
  border-radius: 50%;
  vertical-align: -2px;
  box-sizing: border-box;
}
.fraud-investigation .investigation_points_box h4::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 7px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #0C1929;
  border-bottom: 2px solid #0C1929;
  transform: rotate(45deg);
}
.fraud-investigation .investigation_points_box p {
  margin: 0;
  color: #272727;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 1100px) {
  .fraud-investigation .investigation_points_list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .fraud-investigation .investigation_points {
    padding: 40px 0;
  }
  .fraud-investigation .investigation_points_en {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .fraud-investigation .investigation_points_title {
    font-size: 24px;
  }
  .fraud-investigation .investigation_points_lead {
    font-size: 14px;
  }
  .fraud-investigation .investigation_points_list {
    gap: 18px;
    margin-top: 20px;
  }
  .fraud-investigation .investigation_points_card {
    padding: 28px 20px 26px;
  }
  .fraud-investigation .investigation_points_card_title {
    font-size: 20px;
    margin-top: 0;
  }
  .fraud-investigation .investigation_points_card_text {
    font-size: 14px;
  }
  .fraud-investigation .investigation_points_box {
    padding: 12px 12px 12px 20px;
  }
  .fraud-investigation .investigation_points_box h4 {
    font-size: 15px;
  }
  .fraud-investigation .investigation_points_box h4::before {
    vertical-align: -4px;
    width: 20px;
    height: 20px;
  }
  .fraud-investigation .investigation_points_box h4::after {
    top: 6px;
  }
  .fraud-investigation .investigation_points_box p {
    font-size: 13px;
  }
}
.fraud-investigation .investigation_flow {
  padding: 75px 0;
}
.fraud-investigation .investigation_flow_inner {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}
.fraud-investigation .investigation_flow_en {
  color: #9C8300;
  font-size: 20px;
  font-weight: 400;
}
.fraud-investigation .investigation_flow_title {
  margin: 0;
  color: #272727;
  font-size: 42px;
  font-weight: 600;
}
.fraud-investigation .investigation_flow_list {
  margin-top: 30px;
}
.fraud-investigation .investigation_flow_item {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 105px;
}
.fraud-investigation .investigation_flow_item:not(:last-child) {
  margin-bottom: 52px;
}
.fraud-investigation .investigation_flow_item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -34px;
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 16px solid #474751;
  transform: translateX(-50%);
}
.fraud-investigation .investigation_flow_head {
  display: flex;
  align-items: center;
  width: 465px;
  padding: 0 40px;
  background: #464550;
  color: #fff;
}
.fraud-investigation .investigation_flow_head h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.fraud-investigation .investigation_flow_num {
  margin-right: 24px;
  font-size: 64px;
  font-weight: 600;
}
.fraud-investigation .investigation_flow_body {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 22px 34px;
  border: 1px solid #464550;
  border-left: none;
  text-align: left;
}
.fraud-investigation .investigation_flow_body p {
  margin: 0;
  color: #272727;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .fraud-investigation .investigation_flow {
    padding: 40px 0;
  }
  .fraud-investigation .investigation_flow_en {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .fraud-investigation .investigation_flow_title {
    font-size: 24px;
  }
  .fraud-investigation .investigation_flow_list {
    margin-top: 20px;
  }
  .fraud-investigation .investigation_flow_item {
    display: block;
  }
  .fraud-investigation .investigation_flow_item:not(:last-child) {
    margin-bottom: 46px;
  }
  .fraud-investigation .investigation_flow_item:not(:last-child)::after {
    bottom: -30px;
    border-left-width: 18px;
    border-right-width: 18px;
    border-top-width: 13px;
  }
  .fraud-investigation .investigation_flow_head {
    width: 100%;
    min-height: 25px;
    padding: 0 24px;
  }
  .fraud-investigation .investigation_flow_head h3 {
    font-size: 20px;
  }
  .fraud-investigation .investigation_flow_num {
    margin-right: 18px;
    font-size: 25px;
  }
  .fraud-investigation .investigation_flow_body {
    padding: 20px;
    border: 1px solid #8D8D8D;
    border-top: none;
  }
  .fraud-investigation .investigation_flow_body p {
    font-size: 14px;
  }
}
.fraud-investigation .selected_reason {
  padding: 75px 0;
  background-color: #fff;
  background-image: linear-gradient(rgba(36, 43, 52, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(36, 43, 52, 0.06) 1px, transparent 1px);
  background-size: 20px 20px;
}
.fraud-investigation .selected_reason_inner {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.fraud-investigation .selected_reason_en {
  color: #9C8300;
  font-size: 20px;
  font-weight: 400;
}
.fraud-investigation .selected_reason_title {
  margin: 0;
  color: #272727;
  font-size: 32px;
  font-weight: 700;
}
.fraud-investigation .selected_reason_title span {
  font-size: 42px;
}
.fraud-investigation .selected_reason_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-top: 70px;
  text-align: left;
}
.fraud-investigation .selected_reason_image {
  position: relative;
  width: 100%;
  aspect-ratio: 556/319;
  overflow: visible;
}
.fraud-investigation .selected_reason_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fraud-investigation .selected_reason_point {
  position: absolute;
  top: -24px;
  left: 0;
  z-index: 2;
  margin: 0;
  color: #9C8300;
  line-height: 1;
}
.fraud-investigation .selected_reason_point span {
  display: inline-block;
  margin-right: 2px;
  font-size: 20px;
  font-weight: 600;
  vertical-align: top;
  transform: translateY(8px);
}
.fraud-investigation .selected_reason_point strong {
  display: inline-block;
  font-size: 75px;
  font-weight: 500;
  transform: translateY(-15px);
}
.fraud-investigation .selected_reason_item_title {
  margin-top: 18px;
  color: #272727;
  font-size: 27px;
  font-weight: 600;
}
.fraud-investigation .selected_reason_text {
  margin-top: 10px;
  color: #272727;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .fraud-investigation .selected_reason {
    padding: 40px 0;
    background-size: 16px 16px;
  }
  .fraud-investigation .selected_reason_en {
    font-size: 13px;
  }
  .fraud-investigation .selected_reason_title {
    font-size: 20px;
  }
  .fraud-investigation .selected_reason_title span {
    font-size: 20px;
  }
  .fraud-investigation .selected_reason_list {
    grid-template-columns: 1fr;
    gap: 60px;
    margin-top: 40px;
  }
  .fraud-investigation .selected_reason_image {
    aspect-ratio: 335/200;
  }
  .fraud-investigation .selected_reason_point {
    top: -18px;
  }
  .fraud-investigation .selected_reason_point span {
    font-size: 11px;
    transform: translateY(6px);
  }
  .fraud-investigation .selected_reason_point strong {
    font-size: 42px;
  }
  .fraud-investigation .selected_reason_item_title {
    margin-top: 18px;
    font-size: 18px;
  }
  .fraud-investigation .selected_reason_text {
    font-size: 14px;
    line-height: 1.8;
  }
}
.fraud-investigation .contact_cta {
  position: relative;
  padding: 70px 0px;
  background-image: url("../img/fraud_investigation/cta_back.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fraud-investigation .contact_cta_inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  padding: 45px 0;
  background: #fff;
  text-align: center;
  width: 80%;
}
.fraud-investigation .contact_cta_title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 10px;
  color: #272727;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}
.fraud-investigation .contact_cta_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80%;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #d8d8d8 0, #d8d8d8 calc(50% - 32px), #e13c44 calc(50% - 32px), #e13c44 calc(50% + 32px), #d8d8d8 calc(50% + 32px), #d8d8d8 100%);
}
.fraud-investigation .contact_cta_text {
  margin-top: 25px;
  color: #272727;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}
.fraud-investigation .contact_cta_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 600px);
  height: 74px;
  margin: 25px auto 0;
  border-radius: 5px;
  background: #E13C44;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}
.fraud-investigation .contact_cta_btn::after {
  content: "";
  position: absolute;
  right: 28px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .fraud-investigation .contact_cta {
    padding: 30px 0;
  }
  .fraud-investigation .contact_cta_inner {
    padding: 32px 20px 36px;
  }
  .fraud-investigation .contact_cta_title {
    font-size: 16px;
    line-height: 1.6;
  }
  .fraud-investigation .contact_cta_text {
    margin-top: 20px;
    font-size: 14px;
  }
  .fraud-investigation .contact_cta_text br {
    display: none;
  }
  .fraud-investigation .contact_cta_btn {
    height: 56px;
    font-size: 16px;
  }
  .fraud-investigation .contact_cta_btn::after {
    right: 20px;
    width: 9px;
    height: 9px;
  }
}