.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .flex {
    display: block;
  }
}

.main-visual {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #0a2986;
}

.main-visual .section-inner {
  position: relative;
}

@media screen and (max-width: 500px) {
  .main-visual .section-inner {
    z-index: 1;
  }
}

.main-visual_contents {
  position: absolute;
  top: 0;
  right: 0;
  width: 1000px;
  height: 300px;
  background-image: url("./../../../../img/add-value/poc/mv.png");
  background-position: top left;
  background-size: cover;
}

@media screen and (max-width: 1300px) {
  .main-visual_contents {
    width: 78%;
  }
}

@media screen and (max-width: 980px) {
  .main-visual_contents {
    right: 0;
    width: 78%;
    height: 23.80952rem;
    background-position: center;
  }
}

@media screen and (max-width: 500px) {
  .main-visual_contents {
    width: 57.2vw;
    height: 46vw;
    background-image: url("./../../../../img/add-value/poc/mv_sp.png");
    background-position: top left;
  }
}

@media screen and (max-width: 980px) {
  .main-visual {
    height: 23.80952rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual {
    height: 46vw;
  }
}

.sec-intro__heading {
  color: #0a2986;
  font-size: 3.4rem;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .sec-intro__heading {
    font-size: 2.69841rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-intro__heading {
    font-size: 5.86667vw;
  }
}

.sec-intro__lead {
  margin-top: 23px;
  font-size: 1.8rem;
  line-height: 32px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .sec-intro__lead {
    font-size: 1.42857rem;
    line-height: 2.53968rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-intro__lead {
    font-size: 3.73333vw;
    text-align: left;
  }
}

.sec-intro__lead span {
    font-size: 1.4rem;
    display: block;
    width: 69%;
    margin: 1rem auto 0;
    text-align: left;
}

@media screen and (max-width: 980px) {
  .sec-intro__lead span {
    font-size: 1.11111rem;
    width: 67%;
  }
}

@media screen and (max-width: 500px) {
  .sec-intro__lead span {
    font-size: 3.06667vw;
    width: 100%;
    margin: 1.14665vw auto 0;
  }
}

.sec-intro__anxieties {
  margin-top: 50px;
}

@media screen and (max-width: 500px) {
  .sec-intro__anxieties {
    margin-top: 6.66667vw;
  }
}

.sec-intro .anxieties {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 500px) {
  .sec-intro .anxieties {
    display: block;
  }
}

.sec-intro .anxieties__item {
  text-align: center;
}

.sec-intro .anxieties__item:not(:first-child) {
  margin-left: 30px;
}

@media screen and (max-width: 500px) {
  .sec-intro .anxieties__item:not(:first-child) {
    margin-top: 4vw;
    margin-left: 0;
  }
}

.sec-intro .anxieties__item img {
  width: 400px;
}

@media screen and (max-width: 500px) {
  .sec-intro .anxieties__item img {
    width: 220px;
  }
}

.sec-intro__text01 {
  margin-top: 40px;
  color: #0a2986;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .sec-intro__text01 {
    font-size: 2.06349rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-intro__text01 {
    margin-top: 5.33333vw;
    font-size: 3.46667vw;
  }
}

.sec-intro__box01 {
  margin-top: 40px;
}

@media screen and (max-width: 500px) {
  .sec-intro__box01 {
    margin-top: 5.33333vw;
  }
}

.sec-intro .box01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px;
  border: 4px solid #e4e4e4;
}

@media screen and (max-width: 500px) {
  .sec-intro .box01 {
    padding: 4.26667vw;
  }
}

.sec-intro .box01__group01 {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .sec-intro .box01__group01 {
    width: 100%;
  }
}

.sec-intro .box01__label {
  display: inline-block;
  flex-shrink: 0;
  padding: 3.5px 22px;
  background-color: #1f1f1f;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 980px) {
  .sec-intro .box01__label {
    font-size: 1.42857rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-intro .box01__label {
    font-size: 3.2vw;
  }
}

.sec-intro .box01__text01 {
  margin-left: 20px;
  font-size: 1.8rem;
}

@media screen and (max-width: 980px) {
  .sec-intro .box01__text01 {
    font-size: 1.42857rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-intro .box01__text01 {
    margin-left: 4.26667vw;
    font-size: 3.2vw;
  }
}

.sec-intro .box01__text02 {
  margin-top: 20px;
  font-size: 2.4rem;
}

@media screen and (max-width: 980px) {
  .sec-intro .box01__text02 {
    font-size: 1.90476rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-intro .box01__text02 {
    margin-top: 2.66667vw;
    font-size: 4vw;
  }
}

.sec-intro .box01__text02 .em {
  color: #0a2986;
  font-weight: 700;
}

.sec-intro__down-arrow {
  margin-top: 20px;
  text-align: center;
}

.sec-intro__down-arrow::before {
  display: inline-block;
  border-top: 31.5px solid #0a2986;
  border-right: 36px solid transparent;
  border-bottom: 0;
  border-left: 36px solid transparent;
  content: '';
}

@media screen and (max-width: 500px) {
  .sec-intro__down-arrow::before {
    border-top-width: 4.2vw;
    border-right-width: 4.8vw;
    border-left-width: 4.8vw;
  }
}

.sec-intro__box02 {
  margin-top: 16px;
}

.sec-intro .box02 {
  border: 4px solid #00a0e9;
  background-color: #d7f2ff;
}

.sec-intro .box02__header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  background-color: #00a0e9;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .sec-intro .box02__header {
    font-size: 2.06349rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-intro .box02__header {
    font-size: 3.06667vw;
  }
}

.sec-intro .box02__header-icon {
  width: 31px;
  margin-right: 20px;
}

@media screen and (max-width: 980px) {
  .sec-intro .box02__header-icon {
    width: 2.06349rem;
    margin-right: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-intro .box02__header-icon {
    width: 3.46667vw;
    margin-right: 2.13333vw;
  }
}

.sec-intro .box02__group01 {
  padding: 24px;
}

@media screen and (max-width: 500px) {
  .sec-intro .box02__group01 {
    padding: 5.33333vw;
  }
}

.sec-intro .box02__text01 {
  width: 620px;
  margin-top: 10px;
  margin-left: 350px;
  font-size: 1.8rem;
  text-align: left;
}

@media screen and (max-width: 980px) {
  .sec-intro .box02__text01 {
    width: 49.20635rem;
    margin-top: 0.79365rem;
    margin-left: 28.57143rem;
    font-size: 1.42857rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-intro .box02__text01 {
    width: auto;
    margin-top: 1.5873rem;
    margin-left: 0;
    font-size: 3.2vw;
  }
}

.sec-intro .box02__text02 {
  color: #00a0e9;
  font-size: 3.8rem;
  text-align: center;
}

.sec-intro .box02__text02 span {
  position: relative;
  padding-left: 100px;
}

@media screen and (max-width: 980px) {
  .sec-intro .box02__text02 span {
    padding-left: 7.93651rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-intro .box02__text02 span {
    padding-left: 10vw;
  }
}

.sec-intro .box02__text02 span:before {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 90px;
  height: 90px;
  transform: translateY(-3%);
  background-image: url("./../../../../img/add-value/migration/icon-point.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

@media screen and (max-width: 980px) {
  .sec-intro .box02__text02 span:before {
    width: 7.14286rem;
    height: 7.14286rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-intro .box02__text02 span:before {
    width: 12vw;
    height: 12vw;
    transform: translateY(-43%);
  }
}

@media screen and (max-width: 980px) {
  .sec-intro .box02__text02 {
    font-size: 3.01587rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-intro .box02__text02 {
    font-size: 5.33333vw;
  }
}

.sec-intro .box02__text02 .em {
  color: #ee8400;
  font-weight: 700;
}

.sec-features {
  margin-top: 80px;
}

@media screen and (max-width: 500px) {
  .sec-features {
    margin-top: 10.66667vw;
  }
}

.sec-features .title-h4 {
  font-size: 2.2rem;
}

@media screen and (max-width: 980px) {
  .sec-features .title-h4 {
    font-size: 1.74603rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-features .title-h4 {
    font-size: 3.46667vw;
  }
}

.sec-features .title-h4:before {
  height: 24px;
  margin-top: calc(-21px / 2);
}

.sec-features .title-h4:nth-of-type(1n + 2) {
  margin-top: 70px;
}

.sec-verification {
  margin-top: 20px;
}

.sec-verification__text01 {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 26px;
}

@media screen and (max-width: 980px) {
  .sec-verification__text01 {
    font-size: 1.26984rem;
    line-height: normal;
  }
}

@media screen and (max-width: 500px) {
  .sec-verification__text01 {
    font-size: 2.93333vw;
  }
}

.sec-verification__approaches {
  margin-top: 45px;
}

@media screen and (max-width: 500px) {
  .sec-verification__approaches {
    margin-top: 6vw;
  }
}

.sec-verification .approaches {
  display: flex;
}

@media screen and (max-width: 500px) {
  .sec-verification .approaches {
    display: block;
  }
}

.sec-verification .approaches__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sec-verification .approaches__item:not(:first-child) {
  margin-left: 30px;
}

@media screen and (max-width: 500px) {
  .sec-verification .approaches__item:not(:first-child) {
    margin-top: 8vw;
    margin-left: 0;
  }
}

.sec-verification .approach--featured {
  outline: 4px dashed #ee8400;
  outline-offset: -4px;
}

.sec-verification .approach__group01 {
  flex-grow: 1;
  border: 2px solid #e4e4e4;
}

.sec-verification .approach__heading {
  padding: 10px;
  background-color: #0a2986;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .sec-verification .approach__heading {
    font-size: 1.42857rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-verification .approach__heading {
    font-size: 2.93333vw;
  }
}

.sec-verification .approach__contents {
  padding: 18px 26px;
}

@media screen and (max-width: 500px) {
  .sec-verification .approach__contents {
    padding: 2.4vw 3.46667vw;
  }
}

.sec-verification .approach__lead {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .sec-verification .approach__lead {
    font-size: 1.42857rem;
    line-height: normal;
  }
}

@media screen and (max-width: 500px) {
  .sec-verification .approach__lead {
    font-size: 2.93333vw;
  }
}

.sec-verification .approach--featured .approach__lead {
  letter-spacing: -0.8px;
}

.sec-verification .approach__steps {
  margin-top: 18px;
}

@media screen and (max-width: 500px) {
  .sec-verification .approach__steps {
    margin-top: 2.4vw;
  }
}

.sec-verification .approach__down-arrow {
  margin-top: 20px;
  text-align: center;
}

.sec-verification .approach__down-arrow::before {
  display: inline-block;
  border-top: 31.5px solid #0a2986;
  border-right: 36px solid transparent;
  border-bottom: 0;
  border-left: 36px solid transparent;
  content: '';
}

@media screen and (max-width: 500px) {
  .sec-verification .approach__down-arrow::before {
    border-top-width: 4.2vw;
    border-right-width: 4.8vw;
    border-left-width: 4.8vw;
  }
}

.sec-verification .approach__desc {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-top: 16px;
  background-color: #e4e4e4;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .sec-verification .approach__desc {
    font-size: 1.42857rem;
    line-height: normal;
  }
}

@media screen and (max-width: 500px) {
  .sec-verification .approach__desc {
    height: auto;
    padding: 4vw;
    font-size: 2.93333vw;
  }
}

.sec-verification .approach--featured .approach__desc {
  background-color: #d7f2ff;
  color: #ee8400;
  font-size: 2.2rem;
}

@media screen and (max-width: 980px) {
  .sec-verification .approach--featured .approach__desc {
    font-size: 1.74603rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-verification .approach--featured .approach__desc {
    font-size: 3.46667vw;
  }
}

.sec-verification .approach__desc-icon {
  margin-right: 20px;
}

@media screen and (max-width: 500px) {
  .sec-verification .approach__desc-icon {
    margin-right: 2.66667vw;
  }
}

.sec-verification .approach__desc-icon--01 {
  width: 24px;
}

@media screen and (max-width: 500px) {
  .sec-verification .approach__desc-icon--01 {
    width: 3.2vw;
  }
}

.sec-verification .approach__desc-icon--02 {
  width: 28px;
}

@media screen and (max-width: 500px) {
  .sec-verification .approach__desc-icon--02 {
    width: 3.73333vw;
  }
}

.sec-verification .steps__heading {
  padding: 8px;
  background-color: #e8ebf5;
  color: #0a2986;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .sec-verification .steps__heading {
    font-size: 1.26984rem;
    line-height: normal;
  }
}

@media screen and (max-width: 500px) {
  .sec-verification .steps__heading {
    padding: 1.06667vw;
    font-size: 2.66667vw;
  }
}

.sec-verification .steps__list {
  margin-top: 8px;
}

.sec-verification .steps__item {
  padding-left: 26px;
  font-size: 1.6rem;
  line-height: 26px;
  text-indent: -26px;
  counter-increment: steps;
}

@media screen and (max-width: 980px) {
  .sec-verification .steps__item {
    font-size: 1.26984rem;
    line-height: normal;
  }
}

@media screen and (max-width: 500px) {
  .sec-verification .steps__item {
    font-size: 2.93333vw;
  }
}

.sec-verification .steps__item::before {
  display: inline-flex;
  position: relative;
  top: -2px;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  padding-bottom: 2px;
  border-radius: 50%;
  background-color: #0a2986;
  color: #fff;
  font-size: 1.2rem;
  text-indent: 0;
  content: counter(steps);
}

@media screen and (max-width: 980px) {
  .sec-verification .steps__item::before {
    font-size: 0.95238rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-verification .steps__item::before {
    top: auto;
  }
}

@media screen and (max-width: 500px) {
  .sec-verification .steps__item:not(:first-child) {
    margin-top: 0.8vw;
  }
}

.sec-verification .steps__img {
  margin-top: 35px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .sec-verification .steps__img {
    margin-top: 4.66667vw;
  }
}

.sec-verification .steps__img img {
  width: 484px;
  max-width: 100%;
}

.sec-processes {
  margin-top: 60px;
}

@media screen and (max-width: 500px) {
  .sec-processes {
    margin-top: 8vw;
  }
}

.sec-processes__text01 {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 26px;
}

@media screen and (max-width: 980px) {
  .sec-processes__text01 {
    font-size: 1.26984rem;
    line-height: normal;
  }
}

@media screen and (max-width: 500px) {
  .sec-processes__text01 {
    font-size: 2.93333vw;
  }
}

.sec-processes__list {
  display: flex;
  margin-top: 50px;
}

@media screen and (max-width: 500px) {
  .sec-processes__list {
    display: block;
    margin-top: 6.66667vw;
  }
}

.sec-processes .processes__item {
  position: relative;
  flex-basis: 100%;
}

.sec-processes .processes__item:not(:first-child) {
  margin-left: 40px;
}

@media screen and (max-width: 500px) {
  .sec-processes .processes__item:not(:first-child) {
    margin-top: 10.66667vw;
    margin-left: 0;
  }
}

.sec-processes .processes__item:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
  border-top: 18px solid transparent;
  border-right: 0;
  border-bottom: 18px solid transparent;
  border-left: 16px solid #0a2986;
  content: '';
}

@media screen and (max-width: 500px) {
  .sec-processes .processes__item:not(:first-child)::before {
    top: -6.66667vw;
    left: 50%;
    transform: translateX(-50%);
    border-top: 2.13333vw solid #0a2986;
    border-right: 2.4vw solid transparent;
    border-bottom: 0;
    border-left: 2.4vw solid transparent;
  }
}

.sec-processes .process {
  border: 1px solid #e4e4e4;
}

.sec-processes .process__heading {
  padding: 10px;
  background-color: #0a2986;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .sec-processes .process__heading {
    padding: 0.8vw;
    font-size: 1.42857rem;
  }
}

.sec-processes .process__contents {
  padding: 20px;
}

@media screen and (max-width: 500px) {
  .sec-processes .process__contents {
    font-size: 2.13333vw;
  }
}

.sec-processes .process__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}

.sec-processes .process__img--01 img {
  width: 68px;
}

.sec-processes .process__img--02 img {
  width: 68px;
}

.sec-processes .process__img--03 img {
  width: 81px;
}

.sec-processes .process__img--04 img {
  width: 96px;
}

.sec-processes .process__desc {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 26px;
}

@media screen and (max-width: 980px) {
  .sec-processes .process__desc {
    font-size: 1.26984rem;
    line-height: normal;
  }
}

@media screen and (max-width: 500px) {
  .sec-processes .process__desc {
    font-size: 2.93333vw;
  }
}

.sec-examples {
  margin-top: 60px;
}

@media screen and (max-width: 500px) {
  .sec-examples {
    margin-top: 8vw;
  }
}

.sec-examples__text01 {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 26px;
}

@media screen and (max-width: 980px) {
  .sec-examples__text01 {
    font-size: 1.26984rem;
    line-height: normal;
  }
}

@media screen and (max-width: 500px) {
  .sec-examples__text01 {
    font-size: 2.93333vw;
  }
}

.sec-examples__list {
  margin-top: 46px;
}

@media screen and (max-width: 500px) {
  .sec-examples__list {
    margin-top: 6.13333vw;
  }
}

.sec-examples__item:not(:first-child) {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px dotted #c7c7c7;
}

@media screen and (max-width: 500px) {
  .sec-examples__item:not(:first-child) {
    margin-top: 8vw;
    padding-top: 8vw;
  }
}

.sec-examples .example__heading {
  color: #0a2986;
  font-size: 2rem;
  font-weight: bold;
  line-height: 26px;
}

@media screen and (max-width: 980px) {
  .sec-examples .example__heading {
    font-size: 1.5873rem;
    line-height: normal;
  }
}

@media screen and (max-width: 500px) {
  .sec-examples .example__heading {
    font-size: 3.2vw;
  }
}

.sec-examples .example__img {
  margin-top: 20px;
}

@media screen and (max-width: 500px) {
  .sec-examples .example__img {
    overflow: auto;
  }
}

.sec-examples .example__img img {
  max-width: 100%;
}

@media screen and (max-width: 500px) {
  .sec-examples .example__img img {
    width: 600px;
    max-width: none;
  }
}

.contact {
  margin-top: 0;
}

.contact .btnbox {
  text-align: center;
}

/*# sourceMappingURL=../../../../css-map/pages/add-value/poc/index.css.map */
