@charset "UTF-8";
/*
font-family: $font-gothic;
300 400 600 700
*/
/*
font-family: $font-yugothic;
300 400 600 700
*/
/*
font-family: $font-en;
400 500 600 700
*/
/* font-family: $font-en; */
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
@media only screen and (min-width: 768px) {
  #topcontrol {
    bottom: 60px !important;
  }
}
.cmnBtn {
  padding-top: 0;
  text-align: center;
}
.cmnBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  max-width: 316px;
  margin: 0 auto;
  background-color: #EED84A;
  border-radius: 50px;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none;
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .cmnBtn a:hover {
    background-color: #3143cf;
    color: #fff;
  }
}
.cmnBtn.btn a {
  font-size: 24px;
  font-size: 2.4rem;
}

.contents {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section {
  max-width: none;
  margin-bottom: 0;
  padding: 0;
}
section h2 {
  color: #3143cf;
  font-weight: 700;
}

.topMv {
  background-color: #000;
  height: calc(100vh - 172px);
  position: relative;
}
.topMv .inr {
  color: #FFF;
  display: flex;
  align-items: center;
  max-width: 1800px;
  margin: 0 auto;
  height: calc(100vh - 172px);
  width: calc(100% - 12vw);
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1300px) {
  .topMv .inr {
    width: calc(100% - 80px);
  }
}
.topMv .inr .data {
  display: flex;
  width: min(46.7142857143vw, 654px);
  margin-left: min(3.3571428571vw, 47px);
}
.topMv .inr .data .dataInr {
  display: inline-block;
  width: min(46.7142857143vw, 654px);
  margin: 0 auto;
}
.topMv .inr .data .dataInr h1 {
  line-height: 1.2;
  font-size: min(5.8571428571vw, 8.2rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
.topMv .inr .data .dataInr h1 span {
  display: block;
  font-size: min(3.1428571429vw, 4.4rem);
  padding-bottom: 20px;
}
.topMv .inr .data .dataInr .btnWrap {
  display: flex;
}
.topMv .inr .data .dataInr .btn {
  font-weight: 700;
  text-align: left;
}
.topMv .inr .data .dataInr .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(13.2857142857vw, 186px);
  min-height: min(9.1428571429vw, 128px);
  background-color: #EED84A;
  border-radius: 10px;
  color: #333;
  font-size: min(1.3571428571vw, 1.9rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .topMv .inr .data .dataInr .btn a:hover {
    background-color: #3143cf;
    color: #fff;
  }
}
.topMv .inr .data .dataInr .btn.hasCatarog {
  margin-right: auto;
}
.topMv .inr .data .dataInr .btn.hasCatarog a {
  position: relative;
  width: auto;
}
.topMv .inr .data .dataInr .btn.hasCatarog a span {
  flex-shrink: 0;
  width: min(15.5vw, 217px);
}
.topMv .inr .data .dataInr .btn.hasCatarog a img {
  width: min(16.2857142857vw, 228px);
}
.topMv #mvSlide {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  z-index: 2;
  width: 100%;
}
.topMv #mvSlide li {
  background-size: cover;
  background-position: right center;
  float: left;
  height: calc(100vh - 172px);
  width: 100%;
  position: relative;
}

.topAbout {
  display: flex;
  align-items: center;
}
.topAbout .data {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 630px);
  padding: 0 30px;
}
.topAbout .data .dataInr {
  max-width: 552px;
}
.topAbout .data h2 {
  margin-bottom: 44px;
  font-size: 50px;
  font-size: 5rem;
}
.topAbout .data p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.topAbout .image {
  max-width: 630px;
}

.topTrouble {
  padding: 100px 0 0;
}
.topTrouble h2 {
  margin-bottom: 50px;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
}
.topTrouble .contentsBg {
  padding: 60px 30px;
  background: url(/frauddetection/assets/img/o-plux/top/bg_top_trouble.png) center top/cover;
}
.topTrouble .contentsWrap {
  display: flex;
  gap: 84px;
  max-width: 1200px;
  margin: 0 auto;
}
.topTrouble .contentsWrap .contentsBox {
  width: calc(33.3333333333% - 56px);
}
.topTrouble .troubleLists li {
  position: relative;
}
.topTrouble .troubleLists li + li {
  margin-top: 22px;
}
.topTrouble .troubleLists li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 88px;
  padding: 10px 20px;
  background: rgba(0, 8, 73, 0.5);
  border: 2px solid rgba(80, 167, 255, 0.5);
  border-radius: 10px;
  transition: all 0.3s;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
}
.topTrouble .pcHover {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 3;
  width: 100%;
}
.topTrouble .pcHover .close {
  display: none;
}
.topTrouble .pcHover dl {
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
}
.topTrouble .pcHover dt {
  margin-bottom: 20px;
  color: #3143cf;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition: all 0.3s;
}
.topTrouble .pcHover dd {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  transition: all 0.3s;
}
.topTrouble .text {
  padding: 100px 0 0;
}
.topTrouble .text h3 {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.topTrouble .text h3 span {
  display: block;
}
.topTrouble .text h3 img {
  max-width: 334px;
  margin: 35px auto;
}
.topTrouble .text .btn {
  margin-top: 110px;
  padding: 0;
}

.topReason {
  background-color: #FFF;
  padding: 100px 0;
}
.topReason h2 {
  font-size: 50px;
  font-size: 5rem;
  text-align: center;
}
.topReason .reasonBox {
  margin-top: 100px;
}
.topReason .reasonBox .subTitle {
  margin-bottom: 20px;
  color: #B5BFC9;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.topReason .reasonBox .subTitle i {
  font-size: 24px;
  font-size: 2.4rem;
  font-style: normal;
}
.topReason .reasonBox h3 {
  color: #3143cf;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}
.topReason .reasonBox h3 strong {
  font-size: 70px;
  font-size: 7rem;
  font-weight: 700;
}
.topReason .reasonBox h3 sub {
  font-size: 10px;
  font-size: 1rem;
}
.topReason .reasonBox .read {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
.topReason .reasonBox .read sub {
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: 2px;
}
.topReason .reasonBox .notes {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.topReason .reasonBox .data {
  display: flex;
  align-items: center;
  justify-content: center;
}
.topReason .reasonBox .data h3 {
  margin-bottom: 40px;
}
.topReason .reasonBox .data .notes {
  font-size: 12px;
  font-size: 1.2rem;
}
.topReason .reasonBox .data .notes strong {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.topReason .reasonBox.reason01 .subTitle {
  text-align: center;
}
.topReason .reasonBox.reason01 h3 {
  margin-bottom: 20px;
  text-align: center;
}
.topReason .reasonBox.reason01 .read {
  margin-bottom: 50px;
  text-align: center;
}
.topReason .reasonBox.reason02 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.topReason .reasonBox.reason02 .dataInr {
  max-width: 388px;
}
.topReason .reasonBox.reason02 .image {
  margin-left: 5.7142857143vw;
}
.topReason .reasonBox.reason02 .image img {
  max-width: 748px;
}
.topReason .reasonBox.reason02 .subTitle {
  margin-bottom: 10px;
}
.topReason .reasonBox.reason02 .notes {
  margin-top: 40px;
}
.topReason .reasonBox.reason02 .notes + .notes {
  margin-top: 5px;
}
.topReason .reasonBox.reason03 {
  display: flex;
  align-items: center;
  background: #EEF2F5;
}
.topReason .reasonBox.reason03 .data {
  order: 2;
  width: calc(100% - 670px);
}
.topReason .reasonBox.reason03 .dataInr {
  max-width: 538px;
}
.topReason .reasonBox.reason03 .image {
  order: 1;
  max-width: 670px;
}
.topReason .reasonBox.reason03 .btn a {
  margin: 50px auto 0 0;
}
.topReason .reasonBox.reason04 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.topReason .reasonBox.reason04 .dataInr {
  max-width: 520px;
}
.topReason .reasonBox.reason04 .image {
  margin-left: 11.4285714286vw;
}
.topReason .reasonBox.reason04 .image img {
  max-width: 538px;
}
.topReason .reasonBox.reason05 .subTitle {
  text-align: center;
}
.topReason .reasonBox.reason05 h3 {
  margin-bottom: 20px;
  text-align: center;
}
.topReason .reasonBox.reason05 .read {
  margin-bottom: 50px;
  text-align: center;
}
.topReason .reasonBox.reason05 .logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 50px;
  max-width: 1200px;
  margin: 0 auto;
}
.topReason .reasonBox.reason05 .logo li {
  display: flex;
  align-items: center;
}
.topReason .reasonBox.reason05 .logo li:nth-child(1) img {
  width: 133px;
}
.topReason .reasonBox.reason05 .logo li:nth-child(2) img {
  width: 136px;
}
.topReason .reasonBox.reason05 .logo li:nth-child(3) img {
  width: 175px;
}
.topReason .reasonBox.reason05 .logo li:nth-child(4) img {
  width: 153px;
}
.topReason .reasonBox.reason05 .logo li:nth-child(5) img {
  width: 129px;
}
.topReason .reasonBox.reason05 .logo li:nth-child(6) img {
  width: 182px;
}
.topReason .reasonBox.reason05 .logo li:nth-child(7) img {
  width: 148px;
}
.topReason .reasonBox.reason05 .logo li:nth-child(8) img {
  width: 142px;
}
.topReason .reasonBox.reason05 .logo li:nth-child(9) img {
  width: 148px;
}
.topReason .reasonBox.reason05 .logo li:nth-child(10) img {
  width: 165px;
}
.topReason .reasonBox.reason05 .logo li:nth-child(11) img {
  width: 146px;
}
.topReason .reasonBox.reason05 .logo li:nth-child(12) img {
  width: 146px;
}
.topReason .reasonBox.reason05 .logo li:nth-child(13) img {
  width: 156px;
}
.topReason .reasonBox.reason05 .logo li:nth-child(14) img {
  width: 120px;
}
.topReason .reasonBox.reason05 .logo li:nth-child(15) img {
  width: 177px;
}
.topReason .reasonBox.reason05 .logo li:nth-child(16) img {
  width: 164px;
}
.topReason .reasonBox.reason05 .logo li:nth-child(17) img {
  width: 191px;
}
.topReason .reasonBox.reason05 .logo li:nth-child(18) img {
  width: 86px;
}
.topReason .reasonBox.reason05 .logo li:nth-child(19) img {
  width: 152px;
}
.topReason .reasonBox.reason05 .logo li:last-child {
  margin: 0 auto;
}
.topReason .reasonBox.reason05 .caption {
  margin-top: 60px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.topReason .reasonBox.reason06 {
  display: flex;
  align-items: center;
}
.topReason .reasonBox.reason06 .data {
  order: 2;
  width: calc(100% - 690px);
}
.topReason .reasonBox.reason06 .dataInr {
  max-width: 538px;
}
.topReason .reasonBox.reason06 .image {
  order: 1;
  max-width: 690px;
}
.topReason .reasonBox.reason06 .btn a {
  max-width: 388px;
  margin: 50px auto 0 0;
}

.topInterview {
  padding: 120px 40px 80px;
}
.topInterview h2 {
  color: #3143cf;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
  text-align: center;
}
.topInterview .copy {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
}
.topInterview ul {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.topInterview ul li {
  background-color: #FFF;
  border-radius: 10px;
  letter-spacing: 0.06em;
  width: 356px;
  overflow: hidden;
}
.topInterview ul li a {
  height: 100%;
  color: #333;
  display: block;
  text-decoration: none;
  padding-bottom: 100px;
  position: relative;
  transition: 0.2s;
}
.topInterview ul li a:hover {
  opacity: 0.7;
}
.topInterview ul li a .img img {
  height: auto;
  width: 100%;
  max-width: auto;
  max-width: none;
}
.topInterview ul li a .company {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  min-height: 100px;
}
.topInterview ul li a .cName {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.topInterview ul li a .txt {
  font-weight: 600;
  min-height: 160px;
  padding: 0 30px;
}
.topInterview ul li a .txt strong {
  background: linear-gradient(transparent 50%, #EED84A 50%);
  font-weight: 500;
}
.topInterview ul li a:after {
  border-top: 1px solid #EEE;
  content: "詳しく見る";
  color: #3143cf;
  display: block;
  letter-spacing: 0;
  padding: 25px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.topInterview .cmnBtn {
  margin-top: 100px;
}

.topFlow {
  background-color: #FFF;
  padding: 100px 40px 90px;
}
.topFlow h2 {
  color: #3143cf;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
  text-align: center;
}
.topFlow .copy {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
}
.topFlow .flowArea {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
.topFlow .flowArea ol li {
  border-top: 1px solid #EEE;
  display: flex;
  align-items: center;
  padding: 21px 25px;
  width: 100%;
}
.topFlow .flowArea ol li > p {
  width: 115px;
}
.topFlow .flowArea ol li > p img {
  max-width: 46px;
}
.topFlow .flowArea ol li dl {
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
}
.topFlow .flowArea ol li dl dt {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  width: 370px;
}
.topFlow .flowArea ol li dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
.topFlow .flowArea ol li.blue {
  background-color: #3143cf;
  color: #FFF;
}
.topFlow .flowArea .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 18px;
  right: 25px;
  width: 236px;
  height: calc(100% - 123px);
  background: linear-gradient(90deg, #D3E6F5 0%, #CDEAFF 100%);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
}
.topFlow .flowArea .arrow span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.topPrice {
  padding: 100px 40px 80px;
}
.topPrice h2 {
  color: #3143cf;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
  text-align: center;
}
.topPrice .copy {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
}
.topPrice .priceBox {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 634px;
  min-height: 195px;
  margin: 0 auto;
  padding: 43px 0 50px;
  background: #fff;
  border-top: 4px solid #3143cf;
  border-radius: 0 0 10px 10px;
}
.topPrice .priceBox .price {
  display: flex;
  justify-content: space-between;
  width: 47.3186119874%;
  margin-left: 40px;
}
.topPrice .priceBox .price dl {
  text-align: left;
  width: calc(50% - 20px);
}
.topPrice .priceBox .price dl dt {
  margin-bottom: 20px;
}
.topPrice .priceBox .price dl dd img {
  height: 50px;
  margin-right: 10px;
}
.topPrice .priceBox + .cmnBtn {
  margin-top: 50px;
}
.topPrice .ctaFuseichecker {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 634px;
  min-height: 336px;
  margin: 60px auto 0;
  padding: 43px 0 55px;
  background: #fff;
  border-radius: 10px;
}
.topPrice .ctaFuseichecker .text {
  max-width: 308px;
}
.topPrice .ctaFuseichecker h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.topPrice .ctaFuseichecker .logo {
  margin-top: 17px;
}
.topPrice .ctaFuseichecker .logo img {
  width: 100%;
}
.topPrice .ctaFuseichecker .cmnBtn {
  padding-top: 40px;
}
.topPrice .ctaFuseichecker .cmnBtn a {
  background-color: #3143cf;
  color: #fff;
}
.topPrice .ctaFuseichecker .cmnBtn a:hover {
  background-color: #EED84A;
  color: #333;
}

/* 2025.04.15 campaign */
/* ページトップ一時非表示 */
.pageTopLink {
  display: none;
}

.fixCampaign {
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 100;
  width: 100%;
  max-width: 270px;
  transition: all 0.3s;
}
.fixCampaign .closeBox {
  position: static;
  width: 100%;
  padding: 10px 10px 12px;
  background: #3143cf;
  box-shadow: 0px 0px 4px 0px rgba(0, 21, 184, 0.6);
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .fixCampaign .closeBox:hover {
    opacity: 0.8;
  }
}
.fixCampaign .closeBox p {
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.fixCampaign .openBox {
  position: absolute;
  bottom: -500px;
  left: 0;
  width: 100%;
  transition: all 0.3s;
  opacity: 0;
}
.fixCampaign .openBox .data {
  padding: 37px 37px 39px;
}
.fixCampaign .openBox .data .logo {
  margin: 0 0 22px;
}
.fixCampaign .openBox .data .logo small {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 24px;
  margin: 0 auto;
  background: #fff;
  border-radius: 44px;
  color: #3143cf;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.fixCampaign .openBox .data .logo span {
  display: block;
  width: 185px;
  height: 51px;
  margin: 22px auto 0;
  background: #fff;
  mask: url(/frauddetection/assets/img/common/logo_op-ap.svg) center center/contain;
  text-indent: -9999px;
}
.fixCampaign .openBox .data .logo img {
  width: 185px;
}
.fixCampaign .openBox .data h2 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.fixCampaign .openBox .data h2 strong {
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
}
.fixCampaign .openBox .data .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 22px;
  background: #EED84A;
  border-radius: 50px;
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s;
}
.fixCampaign .openBox a {
  color: #fff;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .fixCampaign .openBox a:hover .btn {
    background: #fff;
  }
}
.fixCampaign .openBox .btnShowCloseBox {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: #fff;
  mask: url(/frauddetection/assets/img/common/icon_close.svg) no-repeat center center/15px;
  text-indent: -9999px;
  cursor: pointer;
}
.fixCampaign.is-open {
  bottom: 15px;
}
.fixCampaign.is-open .closeBox {
  position: absolute;
  bottom: -500px;
  left: 0;
  opacity: 0;
}
.fixCampaign.is-open .openBox {
  position: static;
  background: #3143cf;
  box-shadow: 0px 0px 4px 0px rgba(0, 21, 184, 0.6);
  border-radius: 8px;
  opacity: 1;
}

/* add youtube 2025/09/04 */
.topMovie {
  padding: 80px 0;
}
.topMovie .movieInr {
  max-width: 765px;
  margin: 0 auto;
  padding: 0 15px;
}
.topMovie h2 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.topMovie .movieArea {
  margin: 42px 0;
  aspect-ratio: 16/9;
}
.topMovie .movieArea iframe {
  width: 100%;
  height: 100%;
  border-radius: 9px;
}
.topMovie .read {
  font-weight: 700;
}

/* Responsive Start */
@media only screen and (max-width: 768px) {
  .cmnBtn a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    min-height: 60px;
    max-width: 250px;
  }
  .cmnBtn.btn a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .topMv {
    height: 125vw;
    min-height: auto;
    min-height: none;
  }
  .topMv .inr {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: calc(100% - 30px);
    height: 100%;
    min-height: auto;
    padding: 0 0 15px;
  }
  .topMv .inr .data {
    display: block;
    width: 100%;
    margin: 0;
  }
  .topMv .inr .data .dataInr {
    width: 100%;
  }
  .topMv .inr .data .dataInr h1 {
    font-size: min(13vw, 5.2rem);
    margin-bottom: 56px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
  }
  .topMv .inr .data .dataInr h1 span {
    font-size: min(7vw, 2.8rem);
    padding-bottom: 15px;
  }
  .topMv .inr .data .dataInr .btnWrap {
    display: block;
  }
  .topMv .inr .data .dataInr .btn a {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    width: 100%;
    min-height: 52px;
  }
  .topMv .inr .data .dataInr .btn a:hover {
    opacity: 0.7;
  }
  .topMv .inr .data .dataInr .btn.hasCatarog {
    margin: 0 0 15px;
  }
  .topMv .inr .data .dataInr .btn.hasCatarog a {
    width: 100%;
  }
  .topMv .inr .data .dataInr .btn.hasCatarog a span {
    width: 50%;
  }
  .topMv .inr .data .dataInr .btn.hasCatarog a img {
    width: 50%;
  }
  .topMv #mvSlide li {
    background-size: cover;
    background-position: right center;
    height: 90vw;
    min-height: auto;
    min-height: none;
  }
  .topMv #mvSlide li:first-child {
    background-position: 70% center;
  }
  .topMv #mvSlide li p {
    display: none;
  }
  .topAbout {
    flex-direction: column;
  }
  .topAbout .data {
    width: 100%;
    padding: 60px 30px;
  }
  .topAbout .data .dataInr {
    max-width: none;
  }
  .topAbout .data h2 {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
  }
  .topAbout .data p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .topAbout .image {
    max-width: none;
  }
  .topTrouble {
    padding: 60px 0 0;
  }
  .topTrouble h2 {
    margin-bottom: 60px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .topTrouble .contentsBg {
    padding: 30px;
  }
  .topTrouble .contentsWrap {
    flex-direction: column;
    gap: 20px;
  }
  .topTrouble .contentsWrap .contentsBox {
    width: 100%;
  }
  .topTrouble .troubleLists li + li {
    margin-top: 10px;
  }
  .topTrouble .troubleLists li > span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 5px 20px;
    background: rgba(0, 8, 73, 0.5);
    border: 2px solid rgba(80, 167, 255, 0.5);
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  .topTrouble .pcHover.spModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
  }
  .topTrouble .pcHover + .pcHover {
    margin-top: 0;
  }
  .topTrouble .pcHover .close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    background: url(/frauddetection/assets/img/common/icon_close.svg) no-repeat 0 0/contain;
    text-indent: -9999px;
  }
  .topTrouble .pcHover dl {
    display: block;
    min-height: auto;
    padding: 30px;
    background: #fff;
    border: none;
  }
  .topTrouble .pcHover dt {
    margin-bottom: 20px;
    color: #3143cf;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .topTrouble .pcHover dd {
    height: auto;
  }
  .topTrouble .text {
    padding: 20px 0;
  }
  .topTrouble .text h3 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .topTrouble .text h3 img {
    max-width: 262px;
    margin: 20px auto;
  }
  .topTrouble .text .btn {
    margin-top: 35px;
  }
  .topReason {
    padding: 60px 0 0;
  }
  .topReason h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .topReason .reasonBox {
    margin-top: 60px;
  }
  .topReason .reasonBox .subTitle {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .topReason .reasonBox .subTitle i {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .topReason .reasonBox h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .topReason .reasonBox h3 strong {
    font-size: 50px;
    font-size: 5rem;
  }
  .topReason .reasonBox h3 sub {
    font-size: 10px;
    font-size: 1rem;
  }
  .topReason .reasonBox .read {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .topReason .reasonBox .data {
    display: block;
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  .topReason .reasonBox .data h3 {
    margin-bottom: 20px;
  }
  .topReason .reasonBox .data .notes {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .topReason .reasonBox.reason01 .subTitle {
    text-align: center;
  }
  .topReason .reasonBox.reason01 h3 {
    padding: 0 30px;
  }
  .topReason .reasonBox.reason01 .read {
    margin-bottom: 20px;
    padding: 0 30px;
    text-align: left;
  }
  .topReason .reasonBox.reason01 .chart {
    overflow: scroll;
  }
  .topReason .reasonBox.reason01 .chart img {
    width: 800px;
    max-width: none;
  }
  .topReason .reasonBox.reason02 {
    display: block;
  }
  .topReason .reasonBox.reason02 .dataInr {
    max-width: none;
  }
  .topReason .reasonBox.reason02 .image {
    margin: 60px 0 0;
    padding: 0 15px;
  }
  .topReason .reasonBox.reason02 .image img {
    width: 100%;
    max-width: none;
  }
  .topReason .reasonBox.reason02 .subTitle {
    text-align: center;
  }
  .topReason .reasonBox.reason02 h3 {
    text-align: center;
  }
  .topReason .reasonBox.reason02 .notes {
    margin-top: 10px;
  }
  .topReason .reasonBox.reason02 .notes + .notes {
    margin-top: 5px;
  }
  .topReason .reasonBox.reason03 {
    display: block;
    padding-top: 60px;
  }
  .topReason .reasonBox.reason03 .data {
    width: calc(100% - 60px);
  }
  .topReason .reasonBox.reason03 .dataInr {
    max-width: none;
  }
  .topReason .reasonBox.reason03 .subTitle {
    text-align: center;
  }
  .topReason .reasonBox.reason03 h3 {
    text-align: center;
  }
  .topReason .reasonBox.reason03 .image {
    max-width: none;
    margin-top: 60px;
  }
  .topReason .reasonBox.reason03 .btn a {
    margin: 60px auto 0;
  }
  .topReason .reasonBox.reason04 {
    display: block;
  }
  .topReason .reasonBox.reason04 .dataInr {
    max-width: none;
  }
  .topReason .reasonBox.reason04 .subTitle {
    text-align: center;
  }
  .topReason .reasonBox.reason04 h3 {
    text-align: center;
  }
  .topReason .reasonBox.reason04 .image {
    margin: 60px 0 0;
    padding: 0 15px;
  }
  .topReason .reasonBox.reason04 .image img {
    width: 100%;
    max-width: none;
  }
  .topReason .reasonBox.reason05 .subTitle {
    padding: 0 30px;
  }
  .topReason .reasonBox.reason05 h3 {
    padding: 0 30px;
  }
  .topReason .reasonBox.reason05 .read {
    margin-bottom: 20px;
    padding: 0 30px;
    text-align: left;
  }
  .topReason .reasonBox.reason05 .logo {
    justify-content: center;
    gap: 25px 20px;
    padding: 0 15px;
  }
  .topReason .reasonBox.reason05 .logo li:nth-child(1) img {
    width: 60px;
  }
  .topReason .reasonBox.reason05 .logo li:nth-child(2) img {
    width: 60px;
  }
  .topReason .reasonBox.reason05 .logo li:nth-child(3) img {
    width: 74px;
  }
  .topReason .reasonBox.reason05 .logo li:nth-child(4) img {
    width: 70px;
  }
  .topReason .reasonBox.reason05 .logo li:nth-child(5) img {
    width: 64.5px;
  }
  .topReason .reasonBox.reason05 .logo li:nth-child(6) img {
    width: 90px;
  }
  .topReason .reasonBox.reason05 .logo li:nth-child(7) img {
    width: 64px;
  }
  .topReason .reasonBox.reason05 .logo li:nth-child(8) img {
    width: 61px;
  }
  .topReason .reasonBox.reason05 .logo li:nth-child(9) img {
    width: 63px;
  }
  .topReason .reasonBox.reason05 .logo li:nth-child(10) img {
    width: 82.5px;
  }
  .topReason .reasonBox.reason05 .logo li:nth-child(11) img {
    width: 64px;
  }
  .topReason .reasonBox.reason05 .logo li:nth-child(12) img {
    width: 63px;
  }
  .topReason .reasonBox.reason05 .logo li:nth-child(13) img {
    width: 66px;
  }
  .topReason .reasonBox.reason05 .logo li:nth-child(14) img {
    width: 51px;
  }
  .topReason .reasonBox.reason05 .logo li:nth-child(15) img {
    width: 76px;
  }
  .topReason .reasonBox.reason05 .logo li:nth-child(16) img {
    width: 82px;
  }
  .topReason .reasonBox.reason05 .logo li:nth-child(17) img {
    width: 66px;
  }
  .topReason .reasonBox.reason05 .logo li:nth-child(18) img {
    width: 38px;
  }
  .topReason .reasonBox.reason05 .logo li:nth-child(19) img {
    width: 73px;
  }
  .topReason .reasonBox.reason05 .logo li:last-child {
    margin: 0;
  }
  .topReason .reasonBox.reason05 .caption {
    margin-top: 30px;
    padding: 0 30px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
  .topReason .reasonBox.reason06 {
    display: block;
  }
  .topReason .reasonBox.reason06 .data {
    width: calc(100% - 60px);
  }
  .topReason .reasonBox.reason06 .dataInr {
    max-width: none;
  }
  .topReason .reasonBox.reason06 .subTitle {
    text-align: center;
  }
  .topReason .reasonBox.reason06 h3 {
    text-align: center;
  }
  .topReason .reasonBox.reason06 .image {
    max-width: none;
    margin-top: 60px;
  }
  .topReason .reasonBox.reason06 .btn a {
    max-width: 292px;
    margin: 60px auto 0;
  }
  .topInterview {
    padding: 60px 0;
  }
  .topInterview h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .topInterview .copy {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .topInterview .scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .topInterview ul {
    justify-content: space-between;
    margin: 0;
    padding: 0 20px 20px 50px;
    width: 805px;
  }
  .topInterview ul li {
    width: 235px;
    overflow: hidden;
  }
  .topInterview ul li a {
    color: #333;
    display: block;
    text-decoration: none;
    padding-bottom: 70px;
    position: relative;
    transition: 0.2s;
  }
  .topInterview ul li a:hover {
    opacity: 0.7;
  }
  .topInterview ul li a .img img {
    height: auto;
    width: 100%;
    max-width: auto;
    max-width: none;
  }
  .topInterview ul li a .company {
    line-height: 0;
    min-height: 70px;
  }
  .topInterview ul li a .company img {
    width: 80%;
  }
  .topInterview ul li a .cName {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .topInterview ul li a .txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
    font-weight: 600;
    min-height: 160px;
    padding: 0 20px;
  }
  .topInterview ul li a .txt strong {
    font-weight: 600;
  }
  .topInterview ul li a:after {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 20px;
  }
  .topInterview .cmnBtn {
    margin-top: 60px;
  }
  .topFlow {
    padding: 45px 0 50px;
  }
  .topFlow h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .topFlow .copy {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .topFlow .flowArea {
    margin: 0 10px;
  }
  .topFlow .flowArea ol li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px;
    width: 100%;
  }
  .topFlow .flowArea ol li > p {
    width: 40px;
  }
  .topFlow .flowArea ol li > p img {
    height: auto;
    width: 30px;
  }
  .topFlow .flowArea ol li dl {
    display: block;
    letter-spacing: 0;
    width: calc(100% - 50px);
  }
  .topFlow .flowArea ol li dl dt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: bold;
    padding-bottom: 4px;
    width: auto;
  }
  .topFlow .flowArea ol li dl dd {
    font-size: 10.5px;
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3;
  }
  .topFlow .flowArea .arrow {
    bottom: 9px;
    right: 12px;
    width: 58px;
    height: calc(100% - 100px);
  }
  .topFlow .flowArea .arrow span {
    font-size: 20px;
    font-size: 2rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .topFlow .flowArea .arrow span br {
    display: none;
  }
  .topPrice {
    padding: 45px 30px 40px;
  }
  .topPrice h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
  }
  .topPrice .copy {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
  }
  .topPrice .priceBox {
    min-height: auto;
    margin-top: 30px;
    padding: 43px 0 50px;
  }
  .topPrice .priceBox .price {
    width: 60%;
  }
  .topPrice .priceBox .price dl {
    width: 45%;
  }
  .topPrice .priceBox .price dl dt {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .topPrice .priceBox .price dl dd {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .topPrice .priceBox .price dl dd img {
    margin-right: 7px;
    height: 30px;
    width: auto;
  }
  .topPrice .ctaFuseichecker {
    min-height: auto;
    margin: 30px auto 0;
    padding: 40px 20px;
  }
  .topPrice .ctaFuseichecker h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* 2025.04.15 campaign */
  .fixCampaign {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    max-width: none;
  }
  .fixCampaign .openBox .data {
    display: flex;
    justify-content: space-evenly;
    padding: 15px;
  }
  .fixCampaign .openBox .data .logo {
    margin: 0;
  }
  .fixCampaign .openBox .data .logo small {
    width: 30vw;
    height: 5vw;
    border-radius: 9.25vw;
    font-size: 3vw;
  }
  .fixCampaign .openBox .data .logo span {
    width: 32.75vw;
    height: 9vw;
    margin: 14px auto 0;
  }
  .fixCampaign .openBox .data .logo img {
    width: 32.75vw;
  }
  .fixCampaign .openBox .data h2 {
    font-size: 4vw;
  }
  .fixCampaign .openBox .data h2 strong {
    font-size: 6vw;
  }
  .fixCampaign .openBox .data .btn {
    min-height: 6vw;
    margin-top: 5px;
    font-size: 3vw;
  }
  .fixCampaign .openBox .btnShowCloseBox {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    mask-size: 10px;
  }
  /* add youtube 2025/09/04 */
  .topMovie {
    padding: 60px 0;
  }
  .topMovie h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .topMovie h2 br {
    display: none;
  }
  .topMovie .movieArea {
    margin: 25px 0 17px;
  }
}/*# sourceMappingURL=top.css.map */