@charset "UTF-8";

/* =Reset
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: inherit;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select,
button {
  *font-size: 100%;
}

legend {
  color: #000;
}

img {
  vertical-align: top;
}

input[type="radio"],
input[type="checkbox"] {
  vertical-align: -2px;
}

label {
  cursor: pointer;
}

/* =Common
-------------------------------------------------------------- */
:root {
  /*color*/
  --blue: #0071bc;
  --red: #e3335d;
  --black: #444;
  --shadow: 0 3px 6px rgb(0 0 0 / 30%);
  --mg-tp: 80px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

body {
  font-size: 18px;
  line-height: 26px;
  -webkit-text-size-adjust: 100%;
  color: var(--black);
  font-family: Noto Sans JP;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

@media (hover) {
  a,
  a img,
  input[type="submit"],
  input[type="reset"],
  svg * {
    transition-property: color, background-color, border-color, fill;
    transition-duration: 0.3s;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.red {
  color: var(--red);
}

.blue {
  color: var(--blue);
}

.black {
  color: var(--black);
}

input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

.center-align {
  text-align: center;
}

.mob {
  display: none !important;
}

.pc {
  display: block;
}

/* clearfix */
/* .cf:before, .cf:after {content:"";display:table;} */
.cf:after {
  clear: both;
}

.clr {
  clear: both;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  color: var(--blue);
  text-align: center;
  margin-bottom: 25px;
}

h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
}

p {
  font-size: 18px;
  line-height: 28px;
}

.hide {
  display: none;
}

h4 {
  font-weight: bold;
}

h5 {
}

.white-txt {
  color: #fff;
}

section {
  padding: 60px 0;
}

small {
  font-size: 23px;
  line-height: 34px;
}

.flex {
  display: flex;
}

/* =Styles 
-------------------------------------------------------------- */
a {
  text-decoration: none;
  color: var(--black);
}

@media (min-width: 480px) {
  .sp {
    display: none;
  }
}

@media (min-width: 897px) {
  .sptab {
    display: none;
  }
}

@media (max-width: 896px) {
  .pc {
    display: none !important;
  }

  span.btn-style {
    margin-bottom: 0 !important;
    margin-top: 30px !important;
  }

  .mob-ekyc-illust {
    text-align: center;
  }
}

@media (max-width: 479px) {
  body {
  }

  .pctab {
    display: none;
  }

  .wrapper {
    padding: 0 4.4vw;
  }
}

@media (min-width: 1101px) {
  .menu_btn {
    display: none;
  }
}

@media (max-width: 1100px) {
  .gnav {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  section.problems-block ul {
    grid-template-columns: 1fr 1fr;
  }

}

/* =common class
-------------------------------------------------------------- */
.bold {
  font-weight: bold;
}

.sec_tit {
  font-size: 32px;
  line-height: 1.2;
}

@media (max-width: 479px) {
  .sec_tit {
    font-size: 6vw;
    line-height: 1.2;
    letter-spacing: -0.04em;
  }
}

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
}

/* =header mv
-------------------------------------------------------------- */
.header {
  text-align: left;
  background-color: #fff;
}

.header_wrap {
  display: table;
  width: 100%;
}

.header .logo {
  display: table-cell;
}

.header .head_txt {
  display: table-cell;
  line-height: 1.5;
  vertical-align: middle;
}

/*一時的処理*/
.sec1 .sec_wrap {
  display: none;
}

span.btn-style {
  background: var(--red);
  color: #fff;
  padding: 13px 16px 14px 16px;
  border: 3px solid #fff;
  box-shadow: 0px 0px 0px 3px var(--red);
  border-radius: 8px;
  margin: 34px 0 40px 0;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
}

span.btn-style strong {
  font-size: 22px;
}

/*---------------
 追加　追従ヘッダー
 ---------------*/

header.sticky {
  height: 90px;
  margin: 0 auto;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
}

@media (min-width: 1060px) {
  header.sticky {
    border-radius: 0px;
  }
}

.header_inner {
  width: 90%;
  margin: 0 auto;
  display: table-cell;
}

/*ID-checker logo*/
.header .header_wrap .logo.logo_idchecker {
  width: 160px;
}

/*>>>Start max-width: 479px スマホ以下*/
@media (max-width: 1059px) {
  /*ID-checker logo*/
  .header .header_wrap .logo.logo_idchecker {
    display: block;
    width: 130px;
    margin-left: 1.2rem;
    margin-top: 20px;
  }
}

/*<<<スマホ以下 END*/
/*----------Gナビゲーションデバイス共通----------*/
/*ナビ*/
.nav .header__nav {
  position: relative;
}

/*navigation*/
li.nav-items__item {
  font-size: 16px;
  padding: 1px;
  margin-right: 10px;
  white-space: nowrap;
}

/*ナビ項目ボックス(=.nav__items)*/
.ul.navi__wrap {
  display: table;
  width: 80%;
  margin: 0 auto;
}

/*ナビ項目(=.nav-items__item)*/
ul.navi__wrap li {
  display: table-cell;
}

/*スマホ以上(スマホ含まず)*/
@media (min-width: 1060px) {
  /*ナビ項目ホバー時表示(=.nav__items :hover)*/
  .gnavi__wrap > li :hover {
    color: var(--blue);
    border-bottom: 2px solid var(--blue);
  }
}

@media only screen and (max-width: 1350px) {
  section.banner {
    height: auto !important;
  }
}

@media only screen and (max-width: 896px) {
  .mob {
    display: block !important;
  }

  .pc {
    display: none;
  }

  section.banner .banner-col {
    grid-template-columns: 100% !important;
    margin: 0 !important;
  }

  section.user-flow ul {
    flex-direction: column;
    gap: 60px !important;
  }

  section.user-flow ul li:after {
    right: -70px !important;
    bottom: -50px !important;
    transform: translate(-50%, -50%) rotate(90deg) !important;
    left: 50% !important;
    top: unset !important;
  }

  section.card-type ul {
    grid-template-columns: 1fr 1fr !important;
    row-gap: 20px !important;
    column-gap: 30px !important;
  }

  section.card-type span {
    padding: 4px !important;
  }

  .hero-banner,
  section.feature ul {
    grid-template-columns: 1fr !important;
    padding-top: 10px !important;
  }

  section.banner {
    height: auto !important;
    overflow: unset !important;
    background-size: cover !important;
  }

  .mob-illustrator {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    overflow: hidden;
    border-bottom: 1px solid #aaa;
    margin: 30px 0;
  }

  section.banner .mynum-illustrator img {
    margin-left: 0 !important;
    margin-bottom: -14px;
    width: 100% !important;
  }

  .selfie-illustrator {
    margin-bottom: -7px !important;
  }

  section.two-authentication .two-col {
    flex-direction: column;
    margin: 20px !important;
  }

  section.two-authentication .block-one {
    min-height: auto !important;
  }

  .mob-ver {
    flex-direction: row !important;
  }

  section.two-authentication .two-col ul li img.plus {
    width: 30px !important;
  }

  section.two-authentication .two-col li:first-child,
  section.two-authentication .two-col li:last-child {
    flex-basis: 200px !important;
  }

  section.user-flow ul {
    margin-top: 20px !important;
  }

  .feature-body img {
    width: 120px !important;
    height: auto !important;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1350px) {
  .section.banner {
    height: 532px !important;
  }

  ul.two-col.sec-block.mob-ver img:not(.plus),
  section.two-authentication .two-col ul li img:not(.plus) {
    width: 160px !important;
  }
}

@media only screen and (max-width: 576px) {
  h2 {
    font-size: 5.7vw !important;
    line-height: 6.7vw !important;
  }

  section.about-ai-ocr h3 {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  section.feature ul li p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 992px) {
  section.feature h5 {
    padding-right: 30px !important;
  }
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 6vw !important;
    line-height: 7vw !important;
  }

  h2 br {
    display: inline;
    content: " ";
  }

  h3 {
    font-size: 22px !important;
    line-height: 32px !important;
  }

  section.about-ai-ocr h3 {
    font-size: 18px;
    line-height: 28px;
  }

  section.about-ai-ocr h3 br {
    display: inline;
    content: " ";
  }

  section.feature h5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  p {
    /* font-size: 4vw !important;
  line-height: 1.4 !important; */
  }

  .hero-banner .left-banner h2 {
    font-size: 24px !important;
    padding: 8px 12px 0px 15px !important;
  }

  .hero-banner .left-banner h2 span {
    font-size: 22px !important;
    margin: 0 0px 0 12px !important;
  }

  small {
    font-size: 12px;
    line-height: 34px;
    display: block;
    text-align: right;
  }

  .wrapper {
    padding: 0 20px !important;
  }

  section.banner h1,
  section.banner h1 span {
    font-size: 7vw !important;
    line-height: 9vw !important;
  }

  section.feature .feature-heading {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
  }

  .feature-body {
    flex-direction: column-reverse !important;
    gap: 22px !important;
  }


  section.feature h5 {
    margin-top: 0 !important;
  }

  section.feature {
    padding: 30px 0 0 0 !important;
    margin-bottom: 40px !important;
  }

  section.feature h5 {
    padding: 16px !important;
  }

  section.task ul {
    flex-direction: column !important;
    margin: 16px 0 32px 0 !important;
  }

  section.task ul li {
    width: 100% !important;
  }

  section.banner .hero-banner .card-type ul {
    grid-template-columns: 1fr 1fr !important;
  }

  section.task .light-bg {
    margin-bottom: 70px !important;
  }

  section.user-flow {
    background: #f8fafd;
  }

  section.data-flow .img-txt {
    margin: 0 !important;
  }

  section.card-type label {
    font-size: 4vw !important;
    line-height: 6vw !important;
    margin-top: 18px !important;
  }

  section.card-type ul {
    margin-top: 45px !important;
  }

  section.card-type ul li:after {
    background: #fff !important;
    display: none !important;
  }

  .button_area .contact_btn a,
  .button_area .dl_link_btn a {
    font-size: 3.3vw !important;
    line-height: 4vw !important;
    padding: 3vw 8vw !important;
  }

  section.data-flow .img-txt {
    font-size: 14px !important;
    line-height: 1.5;
    padding: 10px 10px 20px 10px !important;
  }

  section.data-flow .data-txt {
    gap: 10px !important;
    margin-top: 16px !important;
  }

  section.data-flow .data-txt div {
    padding: 10px !important;
  }

  .inner-wrap {
    padding: 60px 0 !important;
    margin: 5px 0 5px 0 !important;
  }

  section.banner .hero-banner .card-type ul li {
    font-size: 14px;
  }

  span.task-num:after {
    transform: translate(-50%, 0) rotate(90deg) !important;
    left: 50% !important;
    bottom: -13px !important;
    top: unset !important;
  }

  section.task .task-num,
  section.task span.task-info {
    margin-left: 0 !important;
  }

  section.task span.task-info {
    padding: 0 8px !important;
  }

  section.task .task-list div {
    display: flex;
    flex-direction: column;
    padding: 6px;
  }

  section.task .task-list {
    padding: 0px 0px 8px 0 !important;
  }

  section.task .task-num {
    padding: 12px !important;
    margin-bottom: 12px !important;
  }

  section.task .task-list i {
    width: 40px !important;
    height: 40px !important;
    top: 11px !important;
    right: 11px !important;
  }

  section.banner .hero-banner .card-type ul {
    margin: 23px 0 16px 0 !important;
  }

  section.banner h1,
  section.banner h1 span {
    margin-bottom: 18px !important;
  }

  section.user-flow ul li p {
    padding: 16px !important;
  }

  section.user-flow ul li span {
    padding: 12px 0 !important;
  }

  section {
    padding: 30px 0;
  }

  a.link-btn {
    max-width: unset !important;
  }

  .according-block {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 340px) {
  .hero-banner .left-banner h2 {
    font-size: 20px !important;
  }

  section.banner .hero-banner .card-type ul li {
    font-size: 13px !important;
  }
}

/*----------Gナビゲーションデバイス共通 ここまで----------*/
/*PCとタブレットで表示しない*/
.onlysp {
  display: none;
}

.btn_back {
  display: none;
}

/*------Gナビゲーション デバイス別レイアウト調整------*/
/*タブレット以下スマホ以上(スマホ含まず)*/
@media (min-width: 480px) and (max-width: 1419px) {
  .header_inner {
    width: 100%;
  }

  .header_inner .header_wrap {
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 1059px) and (max-width: 1419px) {
  /*赤ボタン 消える*/
  .hbtn_left {
    display: none;
  }
}

/*>>>Start max-width: 479px スマホ以下*/
@media (max-width: 1059px) {
  header.sticky {
    height: 70px;
    align-items: baseline;
  }

  header .header_inner {
    width: 100%;
  }

  .header_wrap {
    display: table;
    /* width: 90%; */
  }

  /*スマホのみで表示*/
  .onlysp {
    display: inline;
  }

  a.btn_back {
    display: block;
    text-align: center;
    width: 100%;
    cursor: pointer;
  }

  a.btn_back > p {
    position: relative;
    display: inline-block;
  }

  a.btn_back > p::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(315deg);
    position: absolute;
    left: -15px;
    top: calc(50% - 4px);
  }
}

/*<<< スマホ以下　END*/

/*------Gナビゲーション デバイス別レイアウト調整　ここまで------*/

/*----------ドロップダウンリスト
❶外側の<ul>
❷外側の<li>
❸外側の<li>の内側の<ul>
❹外側の<li>の内側の<ul>の内側の<li>
❺外側の<li>の内側の<ul>の内側の<li>の<a>
----------*/
/*❶外側の<ul>*/
.gnavi__wrap {
  position: relative;
}

/*❸外側の<li>の内側の<ul>
❹外側の<li>の内側の<ul>の内側の<li>*/
li.gnavi__list ul.dropdown__lists,
li.gnavi__list ul.dropdown__lists li.dropdown__list {
  visibility: hidden;
  /*デフォルトでは非表示の状態にしておく*/
  opacity: 0;
  /*不透明度0*/
  transition: margin 0.3s;
}

/*❷外側の<li>*/
li.gnavi__list {
  padding-right: 1em;
  position: relative;
}

/*❸外側の<li>の内側の<ul>*/
li.gnavi__list ul.dropdown__lists {
  position: absolute;
  top: 27px;
  left: -36%;
  width: 15vw;
}

/*❺外側の<li>の内側の<ul>の内側の<li>の<a>*/
/*ドロップリストの矢印*/
li.gnavi__list > a {
  position: relative;
  cursor: pointer;
}

li.gnavi__list > a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--blue);
  border-left: 2px solid var(--blue);
  transform: rotate(224deg);
  position: absolute;
  right: -15px;
  top: calc(50% - 5px);
}

/*---ドロップリストボックス ホバーの表示
①外側<li>がホバーされた時の内側<ul>
②外側<li>がホバーされた時の内側<ul>の<li>
③外側<li>がホバーされた時の内側<ul>の<li>の<a>
④内側の<li>がホバーされた時
⑤内側の<ul>ホバーされた時
⑥内側の<li>の<a>がホバーされた時
---*/
/*④内側の<li>がホバーされた時 ※デバイス共通*/
li.dropdown__list:hover {
  border-bottom: none;
}

/*⑥内側の<li>の<a>がホバーされた時 ※デバイス共通*/
li.dropdown__list a:hover {
  border-bottom: none;
  padding: 0;
}

/*スマホ以上(スマホ含まず)*/
@media (min-width: 1060px) {
  /*①、⑤*/
  li.gnavi__list:hover ul.dropdown__lists,
  ul.dropdown__lists:hover {
    visibility: visible;
    /*Gナビメニューにホバーしたら表示*/
    opacity: 1;
    /*不透明度1*/
    background-color: #fff;
    color: #000;
    vertical-align: middle;
    border-bottom: none;
    transition: all 0.3s;
    box-shadow: var(--shadow);
    border-radius: 8px;
    border-top: 5px solid var(--blue);
  }

  /*吹き出し*/
  li.gnavi__list:hover ul.dropdown__lists::before {
    content: "";
    position: absolute;
    border: 12px solid transparent;
    border-bottom: 12px solid var(--blue);
    top: -24px;
    left: 20%;
  }

  /*吹き出し　三角の影*/
  li.gnavi__list:hover ul.dropdown__lists::after {
    content: "";
    position: absolute;
    border: 12px solid transparent;
    border-bottom: 12px solid #dbd8d8;
    top: -24px;
    left: 22%;
    z-index: -10;
    filter: blur(5px);
  }

  /*②*/
  li.gnavi__list:hover ul.dropdown__lists li.dropdown__list {
    visibility: visible;
    /*Gナビメニューにホバーしたら表示*/
    opacity: 1;
    /*不透明度1*/
    height: 46px;
    border-bottom: none;
    position: relative;
    text-align: left;
    display: grid;
    place-items: center;
  }

  /*④*/
  li.dropdown__list:hover {
    height: 60px;
    margin: 1em 0 0;
    border-bottom: none;
    position: relative;
    text-align: left;
    margin: 0;
    vertical-align: middle;
  }

  /*❺外側の<li>の内側の<ul>の内側の<li>の<a>*/
  li.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: var(--black);
    text-decoration: none;
    position: relative;
  }
}

/*スマホ以上(スマホ含まず) ここまで*/

/*>>>Start max-width: 479px スマホ以下*/
@media (max-width: 1059px) {
  /*ドロップダウンリストを最初から表示*/
  li.gnavi__list ul.dropdown__lists,
  li.gnavi__list ul.dropdown__lists li.dropdown__list {
    visibility: visible;
    opacity: 1;
    padding: 1em 0;
    width: 100%;
  }

  /* ⑤内側の<ul>ホバーされた時 */
  li.gnavi__list ul.dropdown__lists:hover {
    border-bottom: none;
  }

  /*ドロップダウンbox<ul>*/
  li.gnavi__list ul.dropdown__lists {
    visibility: visible;
    opacity: 1;
    padding: 1em 0;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }

  /*ドロップダウンリスト<li>*/
  li.dropdown__list {
    font-size: 0.9rem;
    padding: 1em;
  }

  li.dropdown__list a {
    display: block;
  }

  /*ドロップダウンリストのタイトルテキスト*/
  li.gnavi__list > a {
    font-size: 0.8em;
    color: #888888;
  }

  /*下点線*/
  ul.gnavi__wrap > li {
    font-size: 0.9rem;
    padding: 1.6em 1em;
    border-bottom: 1px dotted #ddd;
    width: 90%;
  }

  /*ドロップダウンリスト 矢印*/
  li.gnavi__list > a::before {
    display: none;
    cursor: pointer;
  }

  li.nav-items__item a,
  .dropdown__list a {
    position: relative;
    display: block;
    font-weight: bold;
  }

  li.nav-items__item > a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--blue);
    border-left: 2px solid var(--blue);
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
  }

  li.nav-items__item.gnavi__list > a::before {
    content: none;
  }

  /* .dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--blue);
    border-left: 2px solid  var(--blue);
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
} */
}

/*<<<END max-width: 479px スマホ以下*/
/*----------ドロップダウンリスト ここまで----------*/

/*------ヘッダー二列ボタン------*/
/*ヘッダボタン親要素ボックス*/
.hbtn_in {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*親ボックスの中のhbtn_がつく要素全て*/
/* .hbtn_in > div */
.hbtn_in [class^="hbtn_"] {
  margin: 0 1.5% 0 1.5%;
}

/*ボタン <a>共通*/
/* .hbtn_in > div a */
.hbtn_in [class^="hbtn_"] a {
  display: block;
  border-radius: 3em;
}

/*ホバーで落ちるボタンの状態*/
/* .hbtn_in > div a:hover picture img  */
.hbtn_in [class^="hbtn_"] a:hover picture img {
  transform: translate3d(0, 3px, 0);
  transition: 0.3s;
}

/*赤ボタン*/
.hbtn_left {
  margin-right: 0.75em;
}

.hbtn_left a {
  max-width: 160px;
  padding: 9px 34px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-size: 15px;
  font-weight: 500;
  background: transparent linear-gradient(270deg, #f07896 0%, #e53660 100%) 0%
    0% no-repeat padding-box;
  border-bottom: solid 4px #a72a4b;
  text-shadow: 0px 2px 0px #ad1c1c;
  white-space: nowrap;
}

.hbtn_left a:hover {
  border-bottom: solid 2px #a72a4b;
  transform: translateY(3px);
}

/*青ボタン*/
.hbtn_right a {
  max-width: 160px;
  padding: 9px 20px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-size: 15px;
  font-weight: 500;
  background: transparent linear-gradient(270deg, #65abde 0%, #0b71bc 100%) 0%
    0% no-repeat padding-box;
  border-bottom: solid 4px #2d4f7c;
  text-shadow: 0px 2px 0px #195f93;
  white-space: nowrap;
}

.hbtn_right a:hover {
  border-bottom: solid 2px #2d4f7c;
  transform: translateY(3px);
}

/*>>>Start max-width: 479px スマホ以下*/
@media (max-width: 1059px) {
  div.hbtn {
    margin: 3em auto;
  }
}

/*<<<END max-width: 479px スマホ以下*/

/*------ヘッダー二列ボタン ここまで------*/
/*スマホ以上(スマホ含まず)-タブレットまで（PC含まず）*/
@media (min-width: 1059px) and (max-width: 1419px) {
  .hbtn_right a {
    max-width: 160px;
    padding: 14px 18px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-size: 13px;
    font-weight: 500;
    background: transparent linear-gradient(270deg, #65abde 0%, #0b71bc 100%) 0%
      0% no-repeat padding-box;
    border-bottom: solid 4px #2d4f7c;
    text-shadow: 0px 2px 0px #195f93;
    white-space: nowrap;
  }
}

/*スマホ以上(スマホ含まず)*/
@media (min-width: 1060px) {
  /*ハンバーガーメニュー,<nav__items=ul.navi__wrap>*/
  .nav__items {
    width: 65%;
    margin-left: auto;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
    font-weight: bold;
  }

  /*PCでは見せない ハンバーガーメニュー*/
  .hamburger {
    display: none;
  }
}

/*>>>Start max-width: 479px スマホ以下*/
@media (max-width: 1059px) {
  /*ヘッダー*/
  header .header_wrap {
    display: block;
    position: relative;
  }

  .header_inner {
    display: block;
  }

  /*-----ハンバーガーメニュー　-----*/
  /*ナビゲーション*/
  nav.header__nav {
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: ease 0.4s;
  }

  /*ナビゲーション クリック後表示*/
  nav.header__nav.active {
    margin-top: 0em;
    opacity: 100;
    visibility: visible;
    display: block;
    /* right: 0;
	  left: 0;
	  top: 0; */
    width: 100%;
    height: 100vh;
    background-color: #fff;
  }

  ul.nav__items {
    /* width: 100%; */
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    height: initial;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  /*邪魔なのでボタン一旦隠す*/
  .hbtn.button_area_wrap {
    display: none;
  }

  /*ハンバーガーのサイズ*/
  .header__hamburger {
    width: 35px;
    height: 100%;
    height: 50px;
    padding: 0;
  }

  /*三本線の位置*/
  .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 10000;
    position: fixed;
    top: 10px;
    right: 5%;
    cursor: pointer;
  }

  /*- ハンバーガーメニューの線 共通*/
  .hamburger span {
    width: 100%;
    height: 3px;
    background-color: #0071bc;
    position: relative;
    transition: ease 0.4s;
    display: block;
  }

  .hamburger span:nth-child(1) {
    top: 0;
  }

  .hamburger span:nth-child(2) {
    margin: 8px 0;
  }

  .hamburger span:nth-child(3) {
    top: 0;
  }

  .hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    top: -17px;
    transform: rotate(-45deg);
  }

  /* -----ハンバーガーメニュー END----- */
}

/*<<<END max-width: 479px*/

/* AI - OCR Style starts here */
section.banner {
  background: url(../img/background/ai-ocr-background.png) no-repeat;
  background-size: cover;
  height: 640px;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
  background-position: center;
  padding: 0;
  margin: 0;
}

section.banner h1 {
  font-size: 50px;
  line-height: 68px;
  font-weight: bold;
  text-align: center;
}

section.banner h1 span {
  font-size: 60px;
}

.hero-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 18px 0;
}

.hero-banner .left-banner h2 {
  border-radius: 8px;
  color: #fff;
  background: var(--red);
  font-size: 34px;
  font-weight: normal;
  display: inline-block;
  padding: 15px 12px 9px 12px;
  text-align: center;
  margin-bottom: 16px;
}

section.banner .hero-banner .card-type ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin: 36px 0 16px 0;
}

section.banner .hero-banner .card-type ul li {
  background: #fff;
  padding: 10px 12px 11px 12px;
  text-align: center;
  border-radius: 37px;
  border: 2px solid var(--blue);
  font-weight: bold;
  white-space: nowrap;
}

.hero-banner .left-banner h2 span {
  background: #fff;
  border-radius: 8px;
  color: var(--red);
  padding: 0 15px;
  margin: 0 12px;
  font-size: 40px;
  font-weight: bold;
}

.hero-banner .right-banner img {
  display: inline-block;
}


.center {
  text-align: center;
}

/* Feature */

section.feature {
  background: #f7f7f7;
  padding: 60px;
}

section.feature ul {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 1fr;
  padding-top: 40px;
}

section.feature ul li {
  border: 2px solid var(--blue);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}

section.feature .feature-heading {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 24px;
}

section.feature .feature-heading span.num {
  background: var(--blue);
  color: #fff;
  padding: 10px 16px;
  display: inline-block;
  border-radius: 8px 0px 8px 0;
  height: 34px;
  line-height: 34px;
  width: 75px;
  font-weight: bold;
  font-size: 25px;
}

section.feature h5 {
  padding-right: 130px;
  text-align: left;
  margin-top: 16px;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
}

.feature-body {
  display: flex;
  padding: 20px 14px 28px 14px;
  gap: 67px;
}
.feature-body img {
  height: 100%;
}

section.task {
  padding: 0;
}

.padding-up-dn {
  padding: 60px 0;
}

section.task .light-bg {
  background: #e9f1f9;
  padding: 60px 0;
  position: relative;
  z-index: -1;
}

section.task .task-list {
  background: #fff;
  padding: 24px 24px 24px 0;
  text-align: center;
  display: inline-block;
  border-radius: 18px;
  font-weight: bold;
  position: relative;
  box-shadow: var(--shadow);
}

section.task .task-num {
  padding: 24px;
  background: var(--blue);
  border-radius: 18px;
  color: #fff;
  position: relative;
  margin-left: -9px;
}

span.task-num:after {
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid var(--blue);
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  right: -10px;
}

section.task span.task-info {
  margin-left: 30px;
}

section.task .task-list i {
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  right: -22px;
  top: -28px;
}

section.task .task-list i.sad {
  background: url(../img/vectors/illustrations/sad-emoji.svg) no-repeat;
  background-size: contain;
}

section.task .task-list i.cry {
  background: url(../img/vectors/illustrations/cry-emoji.svg) no-repeat;
  background-size: contain;
}

section.task .task-list i.suprise {
  background: url(../img/vectors/illustrations/suprise-emoji.svg) no-repeat;
  background-size: contain;
}

.task-list:after {
  content: "";
  background: url(../img/vectors/icons/icon-down-arrow.svg) no-repeat;
  height: 130px;
  width: 56px;
  position: absolute;
  z-index: -1;
  background-size: cover;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -100px;
}

section.task ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 30px 140px 0px 140px;
}

section.task ul li {
  border: 3px solid var(--blue);
  padding: 22px;
  border-radius: 18px;
  box-shadow: var(--shadow);
  flex: 1;
  box-sizing: border-box;
}

section.task ul li div {
  display: grid;
  grid-template-rows: 44px 1fr;
  justify-content: center;
}

section.task ul li div img {
  height: 120px;
  object-fit: contain;
}

section.task p {
  margin: 20px 0;
}

section.data-flow {
  /* background: url(../img/background/red-blue-bg.svg) no-repeat;
  background-size: cover;
  background-position: center center; */
  position: relative;
}

section.data-flow:before {
  content: "";
  position: absolute;
  background: url(../img/background/bg-top.svg) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100%;
  z-index: -1;
}

section.data-flow:after {
  content: "";
  position: absolute;
  background: url(../img/background/bg-bottom.svg) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100%;
  z-index: -1;
}

section.data-flow .img-txt {
  background: var(--blue);
  padding: 30px 30px 50px 30px;
  margin: 60px 140px 0px 140px;
  border-radius: 18px;
}

section.data-flow .inner-wrap {
  margin: 200px 0 50px 0;
}

section.data-flow .data-txt {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 36px;
}

section.data-flow .data-txt div {
  background: #fff;
  padding: 20px;
  border-radius: 18px;
}

.mrg-space {
  margin: 30px 140px 50px 140px;
}

/* Card Type */

section.card-type {
  background: url(../img/background/wave-bg.svg) no-repeat;
  background-size: cover;
  z-index: -2;
  position: relative;
  background-position: center 20px;
}

section.card-type .wrapper {
  padding: 100px 0 0 0;
}

section.card-type ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 120px;
  margin-top: 90px;
  align-items: end;
}

section.card-type ul li {
  flex-grow: 1;
  text-align: center;
  position: relative;
}

section.card-type span {
  text-align: center;
  display: inline-block;
  padding: 10px;
  border-radius: 12px;
  box-shadow: var(--shadow);
  background: #fff;
}

section.card-type label {
  display: block;
  text-align: center;
  margin-top: 30px;
  cursor: default;
}

section.card-type img {
  /* width: 200px; */
}

section.card-type ul li:after {
  background: #cfe6f9;
  width: 100%;
  height: 145px;
  position: absolute;
  content: "";
  left: 0;
  z-index: -1;
  top: -24px;
  border-radius: 12px;
}

/* FAQ */
.accordion {
  cursor: pointer;
  padding: 18px 46px 18px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  background: #edf6ff;
  position: relative;
  color: var(--black);
  display: grid;
  gap: 16px;
  grid-template-columns: 36px 1fr;
}

.active,
.accordion:hover {
  /* background-color: #edf6ff */
}

.according-box {
  border: 4px solid var(--blue);
  margin-bottom: 15px;
  border-radius: 12px;
  background: #fff !important;
  overflow: hidden;
}

.according-block {
  margin-top: 60px;
}

.accordion:after {
  content: "";
  background: url(../img/vectors/icons/icon-circle-up.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 12px;
  top: 12px;
  transform: rotate(180deg);
}

.select:after {
  content: "";
  background: url(../img/vectors/icons/icon-circle-up.svg) no-repeat;
  background-size: contain;
  transform: rotate(360deg);
}

.according-box i {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  margin-right: 19px;
  font-weight: bold;
  font-style: normal;
}

.according-box i.ques {
  background: var(--blue);
}

.according-box i.ans {
  background: var(--red);
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.according-box p {
  padding: 20px 0 20px 0px;
  display: grid;
  gap: 16px;
  grid-template-columns: 36px 1fr;
}

/* User Flow */

section.user-flow {
  background: #edf6ff;
}

section.user-flow ul {
  display: flex;
  gap: 90px;
  margin-top: 100px;
}

section.user-flow ul li {
  border: 2px solid var(--blue);
  border-radius: 18px;
  box-shadow: var(--shadow);
  background: #fff;
  flex: 1;
  position: relative;
}

section.user-flow ul li p {
  padding: 25px;
}

section.user-flow ul li span {
  background: var(--blue);
  display: block;
  text-align: center;
  padding: 17px 0;
  color: #fff;
  font-weight: bold;
  border-radius: 12px 12px 0 0;
}

section.user-flow ul li:after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/vectors/icons/icon-arrow-right.svg) no-repeat;
  width: 50px;
  height: 22px;
  background-size: 100%;
  right: -70px;
  top: 50%;
  transform: translate(0, -50%);
}

section.user-flow ul li:last-child:after {
  background: none;
}

a.link-btn:hover {
  border-bottom: solid 2px #2d4f7c;
  transform: translateY(3px);
}

a.link-btn::after {
  position: absolute;
  content: "";
  background: url(../img/vectors/icons/icon-arrow.svg) no-repeat;
  width: 24px;
  height: 20px;
  right: 25px;
  top: 55%;
  transform: translate(0, -50%);
  background-size: cover;
}

a.link-btn:hover:after {
  right: 23px;
}

.btn-block {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.btn-white {
  background: #fff;
  font-weight: bold;
  color: var(--black);
  padding: 17px 25px 16px 25px;
  border-radius: 44px;
  font-size: 17px;
  line-height: 17px;
  max-width: 300px;
  position: relative;
  padding-right: 25px;
  border-bottom: solid 4px #2d4f7c;
  display: block;
  text-align: center;
  margin: 30px 0;
  width: 100%;
  transition: 0.3s ease-in-out;
}

a.btn-white:hover {
  border-bottom: solid 2px #2d4f7c;
  transform: translateY(3px);
}

a.btn-white:hover:after {
  right: 40px;
}

a.btn-white:after {
  position: absolute;
  content: "";
  background: url(../img/vectors/icons/icon-arrow-right-black.svg) no-repeat;
  width: 24px;
  height: 20px;
  background-size: 100%;
  right: 45px;
  transition: 0.3s ease-in-out;
}

.button_area {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 40px;
}

.button_area .contact_btn a,
.button_area .dl_link_btn a {
  display: block;
  border-radius: 3em;
  text-align: center;
  padding: 20px 38px;
  color: #fff;
  transition: 0.2s ease-in-out;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}

.button_area .contact_btn a {
  padding: 16px 40px 18px 40px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-size: 22px;
  font-weight: 600;
  background: transparent linear-gradient(270deg, #f07896 0%, #e53660 100%) 0%
    0% no-repeat padding-box;
  border-bottom: solid 5px #a72a4b;
  text-shadow: 0px 2px 0px #ad1c1c;
}

.button_area .dl_link_btn a {
  padding: 16px 40px 18px 40px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-size: 22px;
  font-weight: 600;
  background: transparent linear-gradient(270deg, #65abde 0%, #0b71bc 100%) 0%
    0% no-repeat padding-box;
  border-bottom: solid 5px #2d4f7c;
  text-shadow: 0px 2px 0px #195f93;
  position: relative;
}

a.link-btn {
  background: var(--blue);
  font-weight: bold;
  color: #fff;
  padding: 17px 14px 16px 30px;
  border-radius: 44px;
  font-size: 17px;
  line-height: 17px;
  max-width: 240px;
  width: 100%;
  position: relative;
  padding-right: 25px;
  border-bottom: solid 4px #2d4f7c;
  text-shadow: 0px 2px 0px #195f93;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
  height: 60px;
}

a.link-btn::after {
  position: absolute;
  content: "";
  background: url(../img/vectors/icons/icon-arrow.svg) no-repeat;
  width: 24px;
  height: 20px;
  right: 25px;
  top: 55%;
  transform: translate(0, -50%);
  background-size: cover;
}

.ekyc-info {
  margin: 12px 0 36px 22px;
}

.ekyc .ekyc-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ekyc-info ul li {
  margin-bottom: 8px;
}

.ekyc .ekyc-img .pc {
  margin-bottom: -87px;
  position: relative;
  z-index: -1;
}

.button_area_wrap {
  background-color: rgba(122, 153, 174, 0.62);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
  border-top: 2px solid #ffffff4f;
  padding: 10px 0;
}

.button_area_wrap .button_area {
  margin-top: 0;
}

/* Footer */
footer {
  background: #4f5669;
  padding: 40px 0 40px 0;
}

footer ul li,
footer .copyright {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

footer .showcase-logo img {
  width: 200px;
}

footer ul {
  margin: 30px 0;
  display: flex;
  gap: 20px;
}

footer ul li a {
  color: #fff;
  position: relative;
}

footer ul li a:after {
  content: "";
  border-right: 1px solid #fff;
  position: absolute;
  right: -10px;
  height: 16px;
  top: 3px;
}

footer ul li:last-child a:after {
  border: none;
}
