@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;
}

.mg-t {
  margin-top: 60px;
}

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

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

body {
  font-size: 18px;
  line-height: 1.5;
  -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;
}

:root {
  --blue: #0071bc;
  --red: #e3335d;
  --black: #444;
  --shadow: 0 3px 6px rgb(0 0 0 / 10%);
}

.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;
}

section {
  padding: 60px 0;
}

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

.clr {
  clear: both;
}

h1 {
  font-size: 60px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 60px;
}

h2 {
  font-size: 43px;
  line-height: 53px;
  font-weight: bold;
  color: var(--dark);
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

h2:after {
  content: "";
  border-bottom: 6px solid var(--blue);
  position: absolute;
  width: 115px;
  left: 50%;
  bottom: -22px;
  border-radius: 44px;
  transform: translate(-50%, 0);
}



p.sub-txt {
  text-align: center;
  font-size: 24px;
  color: #707070;
  line-height: 1.5;
}


h3 {
  font-size: 34px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

h3 span {
  font-size: 30px;
  font-weight: normal;
  display: block;
  margin-top: 24px;
  color: #707070;
}

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

.hide {
  display: none;
}

h4 {
  font-weight: bold;
}

h5 {}

a {
  text-decoration: none;
  color: var(--black);
}


/* =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;
}

.link-btn-block {
  text-align: center !important;
  padding-bottom: 20px !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  display: grid;
  gap: 120px !important;
  margin-top: 12px;
}

.link-btn-block a {
  padding-right: 80px !important;
}


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

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%);
}

a#link4 {
  display: block;
}

@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;
  }

  section.hero .logo-area {
    margin-top: 26px;
  }

  p.sub-txt {
    font-size: 20px;
  }

  h1 {
    font-size: 7.5vw;
    margin-bottom: 8px;
  }

  h3 {
    margin-bottom: 20px;
  }

  h3 span {
    font-size: 20px;
  }

  .bg-blue {
    margin-top: 0 !important;
    padding: 20px !important;
  }

  .ng-block {
    padding: 40px 0 !important;
  }

  .mg-t {
    margin-top: 0;
  }

  .my-num-card-scan ul {
    margin: 0 !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;
  }

  .link-btn-block {
    text-align: center !important;
    padding-bottom: 0px !important;
    grid-template-columns: 1fr 1fr !important;
    display: grid;
    gap: 30px !important;
    margin-top: 12px;
  }

  .link-btn-block .id-doc-link a {
    padding-right: 33px !important;
    white-space: nowrap;
    font-size: 14px !important;
    line-height: 14px !important;
    padding: 15px 9px 1px 16px !important;
    height: 50px !important;
    text-align: left !important;
    display: block;
  }


  .link-btn-block .id-doc-link {
    grid-area: 1 / 2;
    display: flex;
    justify-content: center;
    white-space: nowrap;

  }

  .link-btn-block a:after {
    width: 15px !important;
    height: 13px !important;
    right: 15px !important;
    top: 50% !important;
  }
}

@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: " ";
  }

  .one-col {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  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;
  }

  .ng-block ul li,
  .img-wrap {
    padding: 10px !important;
  }

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

  .hero-banner .left-banner h2 {
    font-size: 24px !important;
    padding: 10px 16px 12px 17px !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: 6.8vw !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.task ul li:after {
    transform: translate(-50%, -50%) rotate(90deg) !important;
    left: 50% !important;
    top: 246px !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: 55%;
    margin-left: auto;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
    font-weight: bold;
  }

  .nav__items a {
    text-align: center;
  }

  /*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*/

i {
  background-size: 100% !important;
}

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

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 0 60px;
}

.bg-blue {
  background: var(--blue);
  padding: 30px;
  border-radius: 12px;
  color: #fff;
  margin-top: 30px;
  box-shadow: var(--shadow);
  border: 4px solid #fff;
}

.two-col-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}

section.hero {
  padding: 0 0 60px 0;
}

section.hero ul.browser-support li span {
  display: block;
}

section.hero ul.browser-support {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

section.hero .browser-support li {
  background: #fff;
  color: #444;
  padding: 14px 20px;
  border-radius: 12px;
  display: flex;
  gap: 10px;
}

section.hero .two-col h3,
.single-col h3 {
  color: #fff;
  font-size: 30px;
  text-align: left;
}

section.hero .single-col {
  margin-top: 30px;
  margin-bottom: 20px !important;
}

section.hero .os li {
  display: flex;
  flex-direction: column;
}

.flex {
  display: flex;
  gap: 12PX;
}

section.hero .logo-area {
  text-align: center;
}

section.hero .logo-area img {
  width: 490px;
}

/* icons */
i {

  height: 24px;
  background-size: contain;
  display: inline-block;
}

i.ios {
  background: url(../img/vector/icon-mobile.svg) no-repeat;
  width: 16px;
}


i.tablet {
  background: url(../img/vector/icon-tablet.svg) no-repeat;
  width: 20px;
}

i.android {
  background: url(../img/vector/icon-android.svg) no-repeat;
  width: 29px;
}

i.info-icon {
  background: url(../img/vector/icon-info.svg) no-repeat;
  width: 25px;
  height: 25px;
}

.info {
  background: #fff;
  border-radius: 12px;
  margin-top: 45px;
  color: var(--black);
  display: flex;
  gap: 12px;
  padding: 8px 8px 8px 10px;
  align-items: center;
}

/* Selection Process */
section.shooting-process {
  background: #F7FAFD;
}

section.shooting-process .step ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 22px;
}

section.shooting-process .step {
  margin-top: 60px;
}

section.shooting-process .step span {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  position: relative;
  top: -16px;
  padding: 3px 18px 8px 18px;
  border-radius: 100px;
}

section.shooting-process .step ul li {
  text-align: center;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--blue);
  border-radius: 12px;
  background: #fff;
}

section.shooting-process .step h6 {
  margin: 12px 0 21px 0;
  font-weight: bold;
}

section.shooting-process .step ul li p {
  padding: 16px 16px 30px 16px;
}

.my-num-card-scan img {
  width: 340px;
}

.my-num-card-scan ul:not(ul.bullet) {
  margin: 0 160px;
}


/* Points */

section.points {
  background: #F3F3F3;
  position: relative;
}

section.points:after {
  width: 0px;
  height: 20px;
  border-top: solid 30px #F3F3F3;
  border-left: solid 30px transparent;
  border-right: solid 30px transparent;
  content: "";
  position: absolute;
  bottom: -43px;
  left: 50%;
  transform: translate(-50%, 0px);
}

span.ok i,
span.ng i {
  width: 32px;
  height: 32px;
  background-position: center !important;
  background-size: contain !important;
  vertical-align: bottom;
  margin-right: 8px;
}

span.ok i.icon-ok {
  background: url(../img/vector/icon-check.svg);
}

span.ng i.icon-ng {
  background: url(../img/vector/icon-close.svg);
}

span.ok,
span.ng {
  padding: 9px 16px 8px 9px;
  border-radius: 100px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translate(-50%, 0);
  font-weight: bold;
}

span.ok strong,
span.ng strong {
  padding-bottom: 4px;
  display: inline-block;
}

span.ok {
  background: yellowgreen;
}

span.ng {
  background: var(--red);
}

.ok-block {
  border-top: 1px solid #bbdb9b;
  background: #F6FAEE;
  padding: 80px 0;
  position: relative;
}

.ok-img img {
  width: 200px;
}


.d-flex {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.ng-block {
  padding: 80px 0;
  background: #FEF0F0;
  position: relative;
  border-top: 1px solid #F78889;
}

.ng-block ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.face-ng-block ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ng-block ul li,
.img-wrap {
  text-align: center;
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

ul.bullet li {
  padding-bottom: 8px !important;
  position: relative;
  padding-left: 20px;
}

ul.bullet li:after {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 28px;
  top: -10px;
}


.ng-block img {
  width: auto !important;
}

section.ok-ng-block {
  padding: 0;
}

.ng-block ul li span,
.face-ng-block ul li {
  margin-top: 16px;
  display: block;
}

.face-ng-block img {
  width: 200px !important;
}

span.android-info img {
  width: 25px;
  vertical-align: bottom;
}


.my-num-card-scan ul li:not(ul.bullet li) {
  display: flex;
  background: #fff;
  padding: 48px;
  gap: 30px;
  box-shadow: var(--shadow);
  border-radius: 12px;
  margin-bottom: 30px;
  align-items: center;
}

section.scan-ng ul li {
  display: flex;
  flex-direction: column;
}

section.scan-process {
  background: var(--black);
}

.white-wrap {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
}

.white-wrap p {
  margin: 10px 0;
}

.white-wrap a {
  color: var(--blue);
  text-decoration: underline;
}

.white-txt {
  color: #fff;
}

section.point-note {
  padding: 80px 0;
}


/* 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);
  font-weight: bold;
}

.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: 30px;
}

.accordion:after {
  content: "";
  background: url(../img/vector/icon-circle-up.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%) rotate(180deg);
}

.select:after {
  content: "";
  background: url(../img/vector/icon-circle-up.svg) no-repeat;
  background-size: contain;
  transform: translate(0, -50%) 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;
}

section.scan-ng {
  padding: 0;
}

section.faq img {
  width: 300px;
}

/* 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;
}

ul.no-break li {
  /* display: inline-block !important; */
}


/* Responsive */

@media only screen and (max-width: 500px) {
  .two-col {
    grid-template-columns: 1fr !important;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  section.hero ul.browser-support {
    grid-template-columns: 1fr;
  }

  ul.bullet li {}

  section.shooting-process .step ul,
  .ng-block ul {
    grid-template-columns: 1fr 1fr;
  }


  .two-col {
    margin: 0;
    gap: 20px;
  }

  section.ok-ng-block img {
    width: 100% !important;
  }



  .face-ng-block ul {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    align-items: stretch;
    gap: 20px;
    justify-items: stretch;
    align-content: center;
    justify-content: space-evenly;
  }

  .ok-img {
    width: 200px !important;
    margin: 0 auto;
  }

  .my-num-card-scan ul li:not(ul.bullet li) {
    display: grid !important;
    grid-template-columns: 1fr !important;
    padding: 22px;
  }

  .info {
    align-items: flex-start;
  }

  i.info-icon {
    margin-top: 5px;
  }

  section.hero .single-col {
    margin-bottom: 30px;
  }


}

@media (max-width: 820px) {
  section.hero ul.browser-support {
    grid-template-columns: 1fr;
  }

  section.shooting-process .step ul li p {
    padding: 16px 10px 30px 10px;
    font-size: 16px;
  }

  section.shooting-process .step ul {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
}