/* =================================
fusei-checker
================================= */
body {
  letter-spacing: 0;
}
body.fusei-checker {
  background: #fff;
}

section {
  max-width: none;
}

a {
  text-decoration: none !important;
}

#wrap {
  padding-top: 167px;
}

.wrapper {
  padding-top: 75px;
}
@media (max-width: 768px) {
  .wrapper {
    padding-top: 161px;
  }
}

/* header */
.header.static {
  position: static;
}
@media (max-width: 768px) {
  .header.static {
    display: none;
  }
}
.header.fixed .flexBox {
  display: none;
}
@media (max-width: 768px) {
  .header.fixed .flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header.fixed .flexBox.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px;
  background: #fff;
}
@media (max-width: 1210px) {
  .header .flexBox {
    padding: 10px 15px 15px;
  }
}
@media (max-width: 768px) {
  .header .flexBox {
    height: auto;
    padding: 10px 15px 15px;
  }
}
.header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1210px) {
  .header .wrap {
    display: block;
  }
}
@media (max-width: 768px) {
  .header .wrap {
    display: block;
  }
}
.header .site-name {
  line-height: 1.3;
}
.header .site-name a {
  text-decoration: none;
}
.header .site-name small {
  display: block;
  color: #636363;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .header .site-name small {
    font-size: 1.2rem;
  }
}
.header .site-name strong {
  display: block;
  color: #3143cf;
  font-size: 3rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .header .site-name strong {
    font-size: 2.4rem;
  }
}
.header .site-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px;
}
@media (max-width: 1210px) {
  .header .site-nav {
    margin: 10px 0 0;
  }
}
@media (max-width: 768px) {
  .header .site-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0 0;
  }
}
.header .site-nav li {
  height: 100%;
  padding: 0 15px;
}
@media (max-width: 1210px) {
  .header .site-nav li {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .header .site-nav li {
    padding: 0;
  }
}
.header .site-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #383838;
  font-size: 1.7rem;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 1210px) {
  .header .site-nav li a {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .header .site-nav li a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.2rem;
  }
}
.header .site-nav li a:hover {
  color: #3143cf;
}
.header .site-nav li a .logo {
  width: 113px;
  margin-left: 8px;
}
@media (max-width: 1210px) {
  .header .site-nav li a .logo {
    width: 70px;
  }
}
@media (max-width: 768px) {
  .header .site-nav li a .logo {
    width: 70px;
    margin: 0;
  }
}
@media (max-width: 1210px) {
  .header .site-nav li + li {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .header .site-nav li + li {
    margin-left: 10px;
  }
}
.header .case-studies-contact {
  margin-left: auto;
  font-size: 1.7rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .header .case-studies-contact {
    display: none;
  }
}
.header .case-studies-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  min-width: 240px;
  background: #EED84A;
  border-radius: 30px;
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header .case-studies-contact a:hover {
  background: #3143cf;
  color: #fff;
}
.header .head-contact {
  display: none;
}
@media (max-width: 768px) {
  .header .head-contact {
    display: block;
  }
}
.header .head-contact.case-studies {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .header .head-contact.case-studies {
    margin-left: auto;
  }
}
.header .head-contact .tel {
  width: 100%;
  max-width: 170px;
}
@media (max-width: 768px) {
  .header .head-contact .tel {
    max-width: 130px;
    margin-left: auto;
  }
}
.header .head-contact .tel strong {
  display: block;
  color: #3143cf;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .header .head-contact .tel strong {
    font-size: 1.6rem;
  }
}
.header .head-contact .tel strong:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 16px;
  margin-right: 8px;
  background: url(../images/icon_tel.svg) no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 768px) {
  .header .head-contact .tel strong:before {
    width: 11px;
    height: 13px;
  }
}
.header .head-contact .tel small {
  display: block;
  color: #636363;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .header .head-contact .tel small {
    font-size: 1rem;
  }
}
.header .head-contact .btn-contact {
  display: none;
}
@media (max-width: 768px) {
  .header .head-contact .btn-contact {
    display: block;
    width: 100%;
    max-width: 157px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .header .head-contact .btn-contact > a {
    display: block;
    padding: 6.6px;
    background: #ead964;
    border-radius: 20px;
    color: #383838;
    font-size: 3vw;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
}

/* footer */
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 74.0277777778%;
  padding: 50px 30px 20px;
}
@media only screen and (max-width: 1440px) {
  .footer {
    width: calc(100% - 374px);
  }
}
@media (max-width: 768px) {
  .footer {
    display: block;
    width: 100%;
    padding: 50px 15px 20px;
  }
}
.footer.fusei-checker {
  background: #fff;
}
.footer.case-studies {
  width: 100%;
}
.footer .footer-nav {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .footer .footer-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .footer-nav li + li {
  margin-left: 1.5em;
}
.footer .footer-nav li a {
  display: inline-block;
  position: relative;
  padding-right: 17px;
  color: #3143cf;
}
.footer .footer-nav li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url(../images/icon_footer_nav.svg) no-repeat 0 0;
  background-size: contain;
}
.footer .footer-nav li a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer .footer-nav li.opx {
    width: 100%;
    margin-bottom: 10px;
  }
}
.footer .footer-nav li.opx a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .footer .footer-nav li.opx a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .footer-nav li.opx a img {
  width: 68px;
  margin-left: 9px;
}
.footer .footer-nav li.opx a::after {
  display: none;
}
.footer .footer-nav li.opx + li {
  margin-left: 0;
}
.footer .copy {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .footer .copy {
    margin-top: 20px;
  }
}

/* common */
.wrapper {
  position: relative;
}

.main-content {
  width: 74.0277777778%;
}
@media only screen and (max-width: 1440px) {
  .main-content {
    width: calc(100% - 374px);
  }
}
@media (max-width: 768px) {
  .main-content {
    width: 100%;
  }
}

.contact-contet {
  position: fixed;
  top: 75px;
  right: 0;
  width: 25.9722222222%;
  min-width: 374px;
  height: calc(100vh - 75px);
  background: #f0f2f4;
}
@media only screen and (max-width: 1440px) {
  .contact-contet {
    width: 100%;
    max-width: 374px;
  }
}
@media (max-width: 768px) {
  .contact-contet {
    position: static;
    width: 100%;
    max-width: none;
    min-width: auto;
    height: auto;
    background: #fff;
  }
}
.contact-contet.is-active {
  top: 167px;
  height: calc(100vh - 167px);
}
@media (max-width: 768px) {
  .contact-contet.is-active {
    height: auto;
  }
}

section.has-bg {
  background: #f0f2f4;
}
section h2 {
  color: #3143cf;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  section h2 {
    font-size: 1.8rem;
  }
}
section h2 .only-sp {
  display: none;
}
@media (max-width: 768px) {
  section h2 .only-sp {
    display: block;
  }
}

.sec-inner {
  max-width: 1036px;
  margin: 0 auto;
  padding: 0 15px;
}

.font-roboto {
  font-family: Roboto, sans-serif;
}

.font-bueno {
  font-family: BuenosAires, sans-serif;
}

/* kv */
.kv {
  position: relative;
}
.kv .text-wrap {
  position: absolute;
  top: 50%;
  left: 3.75vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
}
@media (max-width: 768px) {
  .kv .text-wrap {
    top: 15px;
    left: 15px;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: calc(100% - 30px);
  }
}
.kv h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .kv h1 {
    display: block;
  }
}
.kv h1 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15.9722222222vw;
  height: 15.9722222222vw;
  background: rgba(1, 1, 1, 0.4);
  border: 3px solid rgba(206, 234, 255, 0.8);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .kv h1 .item {
    width: 100%;
    height: auto;
    padding: 2.6666666667vw;
    border-width: 2px;
    border-radius: 14px;
  }
}
.kv h1 .item + .item {
  margin-left: 1.5277777778vw;
}
@media (max-width: 768px) {
  .kv h1 .item + .item {
    margin: 7px 0 0;
  }
}
.kv h1 .wrap {
  display: block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.34;
}
.kv h1 small {
  display: block;
  font-size: 1.1805555556vw;
}
@media (max-width: 768px) {
  .kv h1 small {
    font-size: 2.9333333333vw;
  }
}
@media (max-width: 768px) {
  .kv h1 small br {
    display: none;
  }
}
.kv h1 strong {
  font-size: 1.9444444444vw;
}
@media (max-width: 768px) {
  .kv h1 strong {
    font-size: 4.8vw;
  }
}
@media (max-width: 768px) {
  .kv h1 strong br {
    display: none;
  }
}
.kv .kv-btn {
  position: relative;
  width: 39.3055555556vw;
  margin-top: 3.4722222222vw;
}
@media (max-width: 768px) {
  .kv .kv-btn {
    width: 69.0666666667vw;
    margin-top: 13.3333333333vw;
  }
}
@media (max-width: 768px) {
  .kv .kv-btn.only-pc {
    display: none;
  }
}
.kv .kv-btn.only-sp {
  display: none;
}
@media (max-width: 768px) {
  .kv .kv-btn.only-sp {
    display: block;
  }
}
.kv .kv-btn .catch {
  display: block;
  position: absolute;
  top: -33px;
  left: 20px;
  z-index: 2;
  width: 18.75vw;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  color: #3143cf;
  font-size: 0.9722222222vw;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .kv .kv-btn .catch {
    top: -20px;
    width: 49.3333333333vw;
    padding: 7px 5px;
    font-size: 2.6666666667vw;
  }
}
.kv .kv-btn .catch:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}
.kv .kv-btn strong {
  display: block;
  position: relative;
  z-index: 1;
  padding: 27px 20px;
  background: #EED84E;
  border-radius: 4px;
  clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0% 100%, 0% 0%);
  font-size: 1.3888888889vw;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .kv .kv-btn strong {
    padding: 17px 10px;
    clip-path: none;
    font-size: 3.2vw;
  }
}
.kv .kv-btn a {
  color: #383838;
}
.kv img {
  width: 100%;
}

.title-campaign {
  padding: 7px 15px;
  background: #edde5d;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .title-campaign {
    padding: 9px 15px;
    font-size: 1.8rem;
  }
}

.sec-catch {
  padding: 50px 0 80px;
}
@media (max-width: 768px) {
  .sec-catch {
    padding: 50px 0;
  }
}
.sec-catch .sec-inner {
  max-width: 970px;
}
.sec-catch .catch-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .sec-catch .catch-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec-catch .catch-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 33.3333333333%;
  max-width: 207px;
  min-height: 107px;
}
@media (max-width: 768px) {
  .sec-catch .catch-list li {
    width: calc(33.3333333333% - 2px);
    max-width: 114px;
    min-height: 54px;
  }
}
.sec-catch .catch-list li:before, .sec-catch .catch-list li:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 47px;
  height: 108px;
  background: no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 768px) {
  .sec-catch .catch-list li:before, .sec-catch .catch-list li:after {
    width: 23px;
    height: 54px;
  }
}
.sec-catch .catch-list li:before {
  left: 0;
  background-image: url(../images/bg_catch_l.png);
}
.sec-catch .catch-list li:after {
  right: 0;
  background-image: url(../images/bg_catch_r.png);
}
.sec-catch .catch-list li + li {
  margin-left: 30px;
}
@media (max-width: 768px) {
  .sec-catch .catch-list li + li {
    margin-left: 0;
  }
}
.sec-catch .catch-list li span {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-catch .catch-list li span {
    font-size: 1.2rem;
  }
}
.sec-catch .catch-list li span sub {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .sec-catch .catch-list li span sub {
    font-size: 1rem;
  }
}
.sec-catch .notes {
  margin: 10px -30px 0 0;
  font-size: 1.4rem;
  text-align: right;
}
@media only screen and (max-width: 1440px) {
  .sec-catch .notes {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .sec-catch .notes {
    margin: 15px 0 0;
    font-size: 1rem;
  }
}
.sec-catch h2 {
  margin: 30px 0;
}
@media (max-width: 768px) {
  .sec-catch h2 {
    margin: 20px 0 15px;
  }
}
.sec-catch .problem-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .sec-catch .problem-list {
    display: block;
  }
}
.sec-catch .problem-list li {
  position: relative;
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .sec-catch .problem-list li {
    width: 100%;
  }
}
.sec-catch .problem-list li + li {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .sec-catch .problem-list li + li {
    margin: 15px 0 0;
  }
}
.sec-catch .problem-list li img {
  width: 100%;
}
.sec-catch .problem-list li span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 45px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-catch .problem-list li span {
    padding: 0 35px;
    font-size: 1.8rem;
  }
}
.sec-catch .arrow-title {
  position: relative;
  min-height: 186px;
  margin-bottom: 10px;
  padding-top: 55px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-catch .arrow-title {
    min-height: 112px;
    margin-bottom: 15px;
    padding-top: 30px;
  }
}
.sec-catch .arrow-title small {
  display: block;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .sec-catch .arrow-title small {
    font-size: 1.4rem;
  }
}
.sec-catch .arrow-title strong {
  display: block;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .sec-catch .arrow-title strong {
    font-size: 1.6rem;
  }
}
.sec-catch .arrow-title:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 577px;
  height: 186px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(6.56%, rgba(136, 157, 231, 0.3)), to(rgba(201, 214, 238, 0)));
  background: linear-gradient(360deg, rgba(136, 157, 231, 0.3) 6.56%, rgba(201, 214, 238, 0) 100%);
}
@media (max-width: 768px) {
  .sec-catch .arrow-title:before {
    width: 345px;
    height: 112px;
  }
}
.sec-catch .answer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -50px;
}
@media (max-width: 768px) {
  .sec-catch .answer-list {
    display: block;
    margin-top: 0;
  }
}
.sec-catch .answer-list > li {
  width: calc(50% - 20px);
  margin-top: 50px;
  background: #3143cf;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .sec-catch .answer-list > li {
    width: 100%;
    margin-top: 15px;
  }
}
.sec-catch .answer-list > li:nth-child(2n) {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .sec-catch .answer-list > li:nth-child(2n) {
    margin-left: 0;
  }
}
.sec-catch .answer-list > li .title-wrap {
  position: relative;
  z-index: 1;
}
.sec-catch .answer-list > li .title-wrap h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 400px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-catch .answer-list > li .title-wrap h4 {
    max-width: 306px;
    font-size: 1.4rem;
  }
}
.sec-catch .answer-list > li .title-wrap img {
  width: 100%;
}
.sec-catch .answer-list > li .arrow {
  position: relative;
  z-index: 2;
  max-width: 200px;
  min-height: 73px;
  margin: -20px auto 0;
  padding-top: 17px;
  background: url(../images/bg_answer_arrow.svg) no-repeat 0 0;
  background-size: contain;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-catch .answer-list > li .arrow {
    max-width: 154px;
    min-height: 56px;
    margin-top: -15px;
    padding-top: 13px;
  }
}
.sec-catch .answer-list > li .arrow span {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec-catch .answer-list > li .arrow span {
    font-size: 1.3rem;
  }
}
.sec-catch .answer-list > li .answer {
  padding: 20px 25px;
}
@media (max-width: 768px) {
  .sec-catch .answer-list > li .answer {
    padding: 15px 20px;
  }
}
.sec-catch .answer-list > li .answer > li {
  position: relative;
  padding-left: 25px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec-catch .answer-list > li .answer > li {
    padding-left: 20px;
    font-size: 1.4rem;
  }
}
.sec-catch .answer-list > li .answer > li + li {
  margin-top: 3px;
}
.sec-catch .answer-list > li .answer > li:before {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../images/icon_catch_check.svg) no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 768px) {
  .sec-catch .answer-list > li .answer > li:before {
    top: 4px;
    width: 13px;
    height: 13px;
  }
}
.sec-catch .bottom-title {
  margin: 40px 0 0;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-catch .bottom-title {
    margin-top: 15px;
    font-size: 1.8rem;
  }
}
.sec-catch .contact-btn {
  max-width: 670px;
  margin: 10px auto 0;
}
@media (max-width: 768px) {
  .sec-catch .contact-btn {
    max-width: 329px;
    margin-top: 15px;
  }
}
.sec-catch .contact-btn a {
  display: block;
  padding: 28px 40px;
  background: #EED84E;
  color: #383838;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-catch .contact-btn a {
    padding: 20px 10px;
    background: #ead964;
    font-size: 1.8rem;
  }
}
.sec-catch .contact-btn a:hover {
  background: #3143cf;
  color: #fff;
  text-decoration: none;
}

.sec-reason {
  padding: 60px 0 80px;
  background: url(../images/bg_reason_pc.png) no-repeat center bottom, #3143cf;
  background-size: contain;
}
@media (max-width: 768px) {
  .sec-reason {
    padding: 50px 0;
    background-image: url(../images/bg_reason_sp.png);
  }
}
.sec-reason .sec-inner {
  max-width: 910px;
}
.sec-reason h2 {
  margin-bottom: 25px;
  color: #fff;
}
@media (max-width: 768px) {
  .sec-reason h2 {
    margin-bottom: 15px;
  }
}
.sec-reason h2 + p {
  max-width: 819px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.89;
}
@media (max-width: 768px) {
  .sec-reason h2 + p {
    font-size: 1.4rem;
  }
}
.sec-reason h3 {
  margin: 55px 0 20px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-reason h3 {
    margin: 30px 0 15px;
    font-size: 1.6rem;
  }
}
.sec-reason .datascience-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .sec-reason .datascience-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: -15px;
  }
}
.sec-reason .datascience-list li {
  width: calc(25% - 11.25px);
  padding: 25px 20px 15px;
  background: #fff;
}
@media (max-width: 768px) {
  .sec-reason .datascience-list li {
    width: calc(50% - 7.5px);
    margin-top: 15px;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .sec-reason .datascience-list li:nth-child(2n) {
    margin-left: 15px;
  }
}
.sec-reason .datascience-list li figure {
  display: block;
  text-align: center;
}
.sec-reason .datascience-list li figure img {
  width: 100%;
}
.sec-reason .datascience-list li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .sec-reason .datascience-list li p {
    margin-top: 5px;
  }
}
.sec-reason .datascience-list li p span {
  display: block;
  color: #3143cf;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-reason .datascience-list li p span {
    font-size: 1.4rem;
  }
}
.sec-reason .notes {
  margin-top: 20px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-reason .notes {
    font-size: 1.4rem;
    text-align: left;
  }
}

.sec-example {
  padding: 0 0 45px;
}
@media (max-width: 768px) {
  .sec-example {
    padding: 0 0 50px;
  }
}
.sec-example .has-bg {
  padding: 45px 0;
  background: #f0f2f4;
}
.sec-example .sec-inner {
  max-width: 896px;
}
.sec-example h2 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .sec-example h2 {
    margin-bottom: 40px;
  }
}
.sec-example .example-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -40px;
}
@media (max-width: 768px) {
  .sec-example .example-list {
    padding: 0 20px;
    margin-top: -30px;
  }
}
.sec-example .example-list li {
  width: calc(25% - 66.5px);
  margin-top: 40px;
}
@media (max-width: 768px) {
  .sec-example .example-list li {
    width: calc(50% - 20px);
    margin-top: 30px;
  }
}
.sec-example .example-list li + li {
  margin-left: 88.6px;
}
@media (max-width: 768px) {
  .sec-example .example-list li + li {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .sec-example .example-list li:nth-child(2n) {
    margin-left: 40px;
  }
}
.sec-example .example-list li:nth-child(4n+1) {
  margin-left: 0;
}
.sec-example .example-list li figure img {
  width: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 0 rgba(49, 67, 207, 0.2);
          box-shadow: 0 0 30px 0 rgba(49, 67, 207, 0.2);
}
.sec-example .example-list li h3 {
  margin-top: 15px;
  color: #3143cf;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-example .example-list li h3 {
    font-size: 1.4rem;
  }
}
.sec-example .example-list li h3 small {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
}

.sec-comparison {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .sec-comparison {
    padding: 50px 0;
  }
}
.sec-comparison h2 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .sec-comparison h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sec-comparison .scroll {
    overflow: scroll;
    margin-right: -15px;
  }
}
.sec-comparison table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #eee;
}
@media (max-width: 768px) {
  .sec-comparison table {
    width: 700px;
  }
}
.sec-comparison table th, .sec-comparison table td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 20px 10px;
  text-align: center;
  vertical-align: top;
}
@media (max-width: 768px) {
  .sec-comparison table th, .sec-comparison table td {
    padding: 10px;
  }
}
.sec-comparison table th {
  background-color: #3143cf;
  color: #fff;
  vertical-align: middle;
}
.sec-comparison table th, .sec-comparison table .th_w {
  width: 20.5%;
}
.sec-comparison table td {
  width: 26.5%;
}
.sec-comparison table td p {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}
.sec-comparison table td p.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  min-height: 41px;
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  .sec-comparison table td p.icons {
    margin-bottom: 0;
  }
}
.sec-comparison table td p.icons img {
  max-width: 29px;
}
.sec-comparison table td.logo {
  background-color: #3143cf;
  color: #FFF;
}
.sec-comparison table td.logo img {
  max-width: 201px;
}
.sec-comparison table td.gray {
  background-color: #e2e2e2;
}
.sec-comparison table td.white {
  background-color: #fff;
}

.sec-price {
  padding: 80px 0 10px;
}
@media (max-width: 768px) {
  .sec-price {
    padding: 50px 0 10px;
  }
}
.sec-price h2 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .sec-price h2 {
    margin-bottom: 20px;
  }
}
.sec-price .price-box {
  max-width: 873px;
  margin: 0 auto;
  padding-top: 20px;
}
.sec-price .price-box.fraud {
  border-top: 5px solid #3143cf;
}
.sec-price .price-box.credit {
  margin-top: 40px;
  border-top: 1px solid #3143cf;
}
.sec-price .price-box h3 {
  margin-bottom: 30px;
  color: #3143cf;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-price .price-box h3 {
    font-size: 1.8rem;
  }
}
.sec-price .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 768px) {
  .sec-price .price-wrap {
    display: block;
  }
}
@media (max-width: 768px) {
  .sec-price .price-wrap dl {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sec-price .price-wrap dl + dl {
    margin-top: 30px;
  }
}
.sec-price .price-wrap dl dt {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-price .price-wrap dl dt {
    font-size: 1.4rem;
  }
}
.sec-price .price-wrap dl dd {
  text-align: center;
}
.sec-price .price-wrap dl dd strong {
  color: #3143cf;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .sec-price .price-wrap dl dd strong {
    font-size: 4rem;
  }
}
.sec-price .price-wrap dl dd .unit {
  margin-left: 5px;
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec-price .price-wrap dl dd .unit {
    font-size: 1.4rem;
  }
}
.sec-price .price-wrap dl dd .unit sub {
  font-size: 1.6rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .sec-price .price-wrap dl dd .unit sub {
    font-size: 1rem;
    vertical-align: 2px;
  }
}
.sec-price .price-wrap dl dd small {
  display: block;
}
.sec-price .price-wrap dl dd .through .num {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: line-through;
}
@media (max-width: 768px) {
  .sec-price .price-wrap dl dd .through .num {
    font-size: 3rem;
  }
}
.sec-price .price-wrap dl dd .through .unit {
  font-size: 1.9rem;
}
@media (max-width: 768px) {
  .sec-price .price-wrap dl dd .through .unit {
    font-size: 1.4rem;
  }
}
.sec-price .price-wrap dl dd .has-arrow {
  display: inline-block;
  position: relative;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .sec-price .price-wrap dl dd .has-arrow {
    padding-left: 40px;
  }
}
.sec-price .price-wrap dl dd .has-arrow:before {
  display: block;
  content: "";
  position: absolute;
  top: 55%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 25px;
  background: url(../images/arrow_price.svg) no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 768px) {
  .sec-price .price-wrap dl dd .has-arrow:before {
    left: 14px;
    width: 19px;
    height: 16px;
  }
}
.sec-price .notes {
  margin-top: 60px;
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-price .notes {
    margin-top: 50px;
    font-size: 1.2rem;
  }
}

.sec-together {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .sec-together {
    padding: 50px 0;
  }
}
.sec-together h2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .sec-together h2 {
    margin-bottom: 0;
  }
}
.sec-together .together-box {
  padding: 60px 0 0;
  background: #fff;
}
@media (max-width: 768px) {
  .sec-together .together-box {
    padding: 30px 20px;
  }
}
.sec-together .together-box h3 {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-together .together-box h3 {
    font-size: 1.4rem;
  }
}
.sec-together .together-box .graySmall {
  color: #999;
  font-size: 1.3rem;
}
.sec-together .together-box .logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-together .together-box .logo-list li + li {
  margin-left: 35px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list li + li {
    margin-left: 17px;
  }
}
.sec-together .together-box .logo-list li img {
  max-width: 200px;
  height: auto;
}
.sec-together .together-box .logo-list.first li + li {
  margin-left: 65px;
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list.first li + li {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list.first li:nth-child(1) img {
    max-width: 80px;
  }
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list.first li:nth-child(2) img {
    max-width: 45px;
  }
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list.first li:nth-child(3) img {
    max-width: 80px;
  }
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list.first li:nth-child(4) img {
    max-width: 80px;
  }
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list.first li:nth-child(5) img {
    max-width: 95px;
  }
}
.sec-together .together-box .logo-list.second li + li {
  margin-left: 31px;
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list.second li + li {
    margin-left: 17px;
  }
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list.second li:nth-child(1) img {
    max-width: 80px;
  }
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list.second li:nth-child(2) img {
    max-width: 80px;
  }
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list.second li:nth-child(3) img {
    max-width: 80px;
  }
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list.second li:nth-child(4) img {
    max-width: 80px;
  }
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list.second li:nth-child(5) img {
    max-width: 80px;
  }
}
.sec-together .together-box .logo-list.third li + li {
  margin-left: 44px;
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list.third li + li {
    margin-left: 17px;
  }
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list.third li:nth-child(1) img {
    max-width: 80px;
  }
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list.third li:nth-child(2) img {
    max-width: 80px;
  }
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list.third li:nth-child(3) img {
    max-width: 80px;
  }
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list.third li:nth-child(4) img {
    max-width: 80px;
  }
}
.sec-together .together-box .logo-list.fouth li + li {
  margin-left: 44px;
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list.fouth li + li {
    margin-left: 17px;
  }
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list.fouth li:nth-child(1) img {
    max-width: 80px;
  }
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list.fouth li:nth-child(2) img {
    max-width: 80px;
  }
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list.fouth li:nth-child(3) img {
    max-width: 80px;
  }
}
.sec-together .together-box .logo-list + .logo-list {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list + .logo-list {
    margin-top: 25px;
  }
}
.sec-together .together-box .logo-list + h3 {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .sec-together .together-box .logo-list + h3 {
    margin-top: 40px;
  }
}
.sec-together .shopifyBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 784px;
  margin: 60px auto 0;
  padding: 57px 0 38px;
  background: #F0F2F4;
}
@media (max-width: 768px) {
  .sec-together .shopifyBox {
    margin: 38px auto 0;
    padding: 36px 5px 33px;
  }
}
.sec-together .shopifyBox .logoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sec-together .shopifyBox .logoWrap .item {
  position: relative;
  padding: 20px 0 0;
}
@media (max-width: 768px) {
  .sec-together .shopifyBox .logoWrap .item {
    padding: 0;
  }
}
.sec-together .shopifyBox .logoWrap .item .read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  min-height: 2.7em;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.37;
}
@media (max-width: 768px) {
  .sec-together .shopifyBox .logoWrap .item .read {
    font-size: 1rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.sec-together .shopifyBox .logoWrap .item img {
  display: block;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.sec-together .shopifyBox .logoWrap .item.item01 .read {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .sec-together .shopifyBox .logoWrap .item.item01 .read {
    margin-bottom: 3.75vw;
  }
}
.sec-together .shopifyBox .logoWrap .item.item01 img {
  width: 170px;
}
@media (max-width: 768px) {
  .sec-together .shopifyBox .logoWrap .item.item01 img {
    width: 26vw;
  }
}
.sec-together .shopifyBox .logoWrap .item.item02 .read {
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .sec-together .shopifyBox .logoWrap .item.item02 .read {
    margin-bottom: 7vw;
  }
}
.sec-together .shopifyBox .logoWrap .item.item02 img {
  width: 175px;
}
@media (max-width: 768px) {
  .sec-together .shopifyBox .logoWrap .item.item02 img {
    width: 26.75vw;
  }
}
.sec-together .shopifyBox .logoWrap .item::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 187px;
  height: 187px;
  background: radial-gradient(50% 50% at 50% 50%, #fff 60.94%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 768px) {
  .sec-together .shopifyBox .logoWrap .item::after {
    width: 115px;
    height: 115px;
  }
}
.sec-together .shopifyBox .logoWrap .cross {
  margin: 0 80px;
}
@media (max-width: 768px) {
  .sec-together .shopifyBox .logoWrap .cross {
    margin: 0 3.75vw 0 0;
  }
}
.sec-together .shopifyBox .logoWrap .cross img {
  width: 38px;
}
@media (max-width: 768px) {
  .sec-together .shopifyBox .logoWrap .cross img {
    width: 23px;
  }
}
.sec-together .shopifyBox .btn {
  position: relative;
  z-index: 2;
  margin-top: 41px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-together .shopifyBox .btn {
    margin-top: 30px;
    font-size: 1.3rem;
  }
}
.sec-together .shopifyBox .btn a {
  background-color: #EED84E;
  border-radius: 50px;
  color: #333;
  display: inline-block;
  padding: 22px;
  min-width: 270px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .sec-together .shopifyBox .btn a {
    min-width: 230px;
    padding: 15px;
  }
}
.sec-together .shopifyBox .btn a:hover {
  background-color: #3143cf;
  color: #fff;
}

.sec-flow {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .sec-flow {
    padding: 50px 0;
  }
}
.sec-flow .sec-inner {
  max-width: 1060px;
}
.sec-flow h2 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .sec-flow h2 {
    margin-bottom: 30px;
  }
}
.sec-flow .flow-area {
  position: relative;
  padding: 12px;
  background: #fff;
}
@media (max-width: 768px) {
  .sec-flow .flow-area {
    padding: 0;
  }
}
.sec-flow .flow-area ol li {
  border-top: 1px solid #EEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 21px 25px;
  width: 100%;
}
@media (max-width: 768px) {
  .sec-flow .flow-area ol li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px;
  }
}
.sec-flow .flow-area ol li > p {
  width: 115px;
}
@media only screen and (max-width: 1440px) {
  .sec-flow .flow-area ol li > p {
    max-width: 115px;
  }
}
@media (max-width: 768px) {
  .sec-flow .flow-area ol li > p {
    width: 40px;
  }
}
.sec-flow .flow-area ol li > p img {
  max-width: 46px;
}
@media (max-width: 768px) {
  .sec-flow .flow-area ol li > p img {
    width: 30px;
    height: auto;
  }
}
.sec-flow .flow-area ol li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 1440px) {
  .sec-flow .flow-area ol li dl {
    display: block;
    width: calc(100% - 115px);
  }
}
@media (max-width: 768px) {
  .sec-flow .flow-area ol li dl {
    display: block;
    width: calc(100% - 50px);
    letter-spacing: 0;
  }
}
.sec-flow .flow-area ol li dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  width: 370px;
}
@media only screen and (max-width: 1440px) {
  .sec-flow .flow-area ol li dl dt {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sec-flow .flow-area ol li dl dt {
    width: 100%;
    padding-bottom: 4px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.sec-flow .flow-area ol li dl dd {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .sec-flow .flow-area ol li dl dd {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1440px) {
  .sec-flow .flow-area ol li dl dd .spHide {
    display: none;
  }
}
@media (max-width: 768px) {
  .sec-flow .flow-area ol li dl dd .spHide {
    display: none;
  }
}
.sec-flow .flow-area ol li.blue {
  background-color: #3143cf;
  color: #fff;
}
.sec-flow .flow-area .arrow {
  position: absolute;
  bottom: 18px;
  right: 25px;
}
@media (max-width: 768px) {
  .sec-flow .flow-area .arrow {
    bottom: 20px;
    right: 10px;
  }
}
@media (max-width: 768px) {
  .sec-flow .flow-area .arrow img {
    width: 60px;
  }
}

.sec-bottom {
  padding: 60px 0;
  background: #3143cf;
}
.sec-bottom.case-studies {
  max-width: none;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sec-bottom {
    padding: 50px 0;
  }
}
.sec-bottom h2 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 2.6rem;
}
@media (max-width: 768px) {
  .sec-bottom h2 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .sec-bottom h2 br {
    display: none;
  }
}
.sec-bottom .read {
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-bottom .read {
    font-size: 1.2rem;
  }
}
.sec-bottom .btn {
  max-width: 354px;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .sec-bottom .btn {
    max-width: 260px;
  }
}
.sec-bottom .btn a {
  display: block;
  padding: 26px 10px;
  background: #ead964;
  border-radius: 47px;
  color: #383838;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .sec-bottom .btn a {
    padding: 12.5px 10px;
    border-radius: 25px;
    font-size: 1.8rem;
  }
}
.sec-bottom .btn a:hover {
  background: #fff;
  color: #3143cf;
  text-decoration: none;
}
.sec-bottom .btn.sp {
  display: none;
}
@media (max-width: 768px) {
  .sec-bottom .btn.sp {
    display: block;
    margin: 0 auto 30px;
  }
}

/* contact */
.sec-contact {
  margin-top: -167px;
  padding: 227px 0;
}
@media (max-width: 768px) {
  .sec-contact {
    margin-top: -161px;
    padding: 211px 0 0;
  }
}
.sec-contact h2 {
  color: #3143cf;
  font-size: 3.4rem;
}
@media only screen and (max-width: 1440px) {
  .sec-contact h2 {
    font-size: 1.8055555556vw;
  }
}
@media (max-width: 768px) {
  .sec-contact h2 {
    font-size: 1.8rem;
  }
}
.sec-contact h2 small {
  display: block;
  color: #383838;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1440px) {
  .sec-contact h2 small {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .sec-contact h2 small {
    font-size: 1.4rem;
  }
}
.sec-contact .form-area {
  max-width: 700px;
  margin: 30px auto 0;
  background: #fff;
}
@media (max-width: 768px) {
  .sec-contact .form-area {
    max-width: none;
  }
}
.sec-contact .form-area iframe {
  width: 100%;
  height: 2100px;
}
.sec-contact .form-area [id*=embbed] {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}

.sec-side-form {
  height: 100%;
  padding: 20px 37px 20px;
  overflow: scroll;
}
@media (max-width: 768px) {
  .sec-side-form {
    display: none;
  }
}
.sec-side-form h2 {
  color: #3143cf;
  font-size: 2.6rem;
}
@media only screen and (max-width: 1440px) {
  .sec-side-form h2 {
    font-size: 1.8055555556vw;
  }
}
@media (max-width: 768px) {
  .sec-side-form h2 {
    font-size: 2.6rem;
  }
}
.sec-side-form .form-area {
  margin: 30px 0 0;
  padding: 25px;
  background: #fff;
}
.sec-side-form .form-area iframe {
  width: 100%;
}
.sec-side-form .form-area [id*=embbed] {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}

/* self-check */
.banner-self-check {
  max-width: 970px;
  margin: 30px auto 50px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .banner-self-check {
    margin: 20px 0 0;
  }
}
.banner-self-check img {
  width: 100%;
}

.self-check-area {
  margin: 0 0 100px;
}
.self-check-area.case-studies {
  max-width: none;
  margin: 0 auto;
  padding: 70px 0 80px;
  background: #fff;
}
@media (max-width: 768px) {
  .self-check-area {
    margin-bottom: 67px;
  }
}
.self-check-area .sec-inner {
  max-width: 970px;
  padding: 0 15px;
}
.self-check-area .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  border: 1px solid #3143cf;
}
@media (max-width: 768px) {
  .self-check-area .content-box {
    display: block;
    padding: 20px;
  }
}
.self-check-area .content-box .title-wrap {
  max-width: 380px;
}
@media (max-width: 768px) {
  .self-check-area .content-box .title-wrap {
    max-width: none;
  }
}
.self-check-area .content-box .title-wrap h3 {
  background: #3143cf;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .self-check-area .content-box .title-wrap h3 {
    font-size: 1.6rem;
  }
}
.self-check-area .content-box .title-wrap h2 {
  margin: 60px 0 0;
  font-size: 3.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .self-check-area .content-box .title-wrap h2 {
    margin-top: 32px;
    font-size: 2.8rem;
  }
}
.self-check-area .content-box .title-wrap h2 strong {
  position: relative;
  display: inline-block;
}
.self-check-area .content-box .title-wrap h2 .icon {
  position: absolute;
  top: -40px;
  left: -13px;
  width: 82px;
  height: 82px;
  background: url(../images/icon_self-check.png) no-repeat 0 0;
  background-size: contain;
  text-indent: -9999px;
}
@media (max-width: 768px) {
  .self-check-area .content-box .title-wrap h2 .icon {
    top: -20px;
    left: -14px;
    width: 61px;
    height: 61px;
  }
}
.self-check-area .content-box .title-wrap h2.title-dl {
  margin: 0;
}
.self-check-area .content-box .title-wrap .image {
  max-width: 289px;
  margin: 20px auto 40px;
}
@media (max-width: 768px) {
  .self-check-area .content-box .title-wrap .image {
    max-width: 202px;
    margin: 20px auto;
  }
}
.self-check-area .content-box .title-wrap .image img {
  width: 100%;
}
.self-check-area .content-box .title-wrap .check {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .self-check-area .content-box .title-wrap .check {
    font-size: 1.4rem;
  }
}
.self-check-area .content-box .form-wrap {
  max-width: 380px;
  width: 56%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .self-check-area .content-box .form-wrap {
    max-width: none;
    width: 100%;
    margin-top: 20px;
  }
}
.self-check-area .content-box .form-wrap iframe {
  width: 100%;
}
.self-check-area .content-box .form-wrap [id*=embbed] {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}

/* add 2022/3/24 */
.sec-about {
  padding: 40px 0;
  background: #F0F2F4;
}
@media (max-width: 768px) {
  .sec-about {
    padding: 20px 0;
  }
}
.sec-about .about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .sec-about .about-flex {
    display: block;
  }
}
.sec-about .about-flex dl {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .sec-about .about-flex dl {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sec-about .about-flex dl + dl {
    margin-top: 20px;
  }
}
.sec-about dl {
  padding: 15px 30px 25px;
  background: #fff;
}
@media (max-width: 768px) {
  .sec-about dl {
    padding: 15px;
  }
}
.sec-about dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.sec-about dl dt:before {
  display: inline-block;
  content: "";
  width: 35px;
  height: 31px;
  margin-right: 10px;
  background: url(../images/icon_about_charge-back.png) no-repeat 0 0;
  background-size: contain;
  vertical-align: bottom;
}
.sec-about dl dd {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}

.sec-ask {
  padding: 60px 0 80px;
  background: #F0F2F4;
}
@media (max-width: 768px) {
  .sec-ask {
    padding: 35px 0;
  }
}
.sec-ask .read {
  margin: 15px 0 30px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-ask .read {
    font-size: 1.4rem;
  }
}
.sec-ask .problem-wrap.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .sec-ask .problem-wrap.top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-ask .problem-wrap.top .item {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .sec-ask .problem-wrap.top .item {
    width: 100%;
  }
}
.sec-ask .problem-wrap.bottom {
  max-width: 640px;
  margin: 34px auto 0;
}
@media (max-width: 768px) {
  .sec-ask .problem-wrap.bottom {
    margin-top: 20px;
  }
}
.sec-ask .problem-wrap.bottom .item {
  width: 100%;
}
.sec-ask .problem-wrap .item {
  padding: 15px 25px 30px;
  background: url(../images/bg_ask.png) no-repeat bottom left, -webkit-gradient(linear, left top, left bottom, from(#6D6D6D), to(#2D2D2D));
  background: url(../images/bg_ask.png) no-repeat bottom left, linear-gradient(180deg, #6D6D6D 0%, #2D2D2D 100%);
  background-size: contain;
  color: #fff;
}
@media (max-width: 768px) {
  .sec-ask .problem-wrap .item {
    padding: 15px 15px 25px;
  }
}
@media (max-width: 768px) {
  .sec-ask .problem-wrap .item:not(:first-child) {
    margin-top: 20px;
  }
}
.sec-ask .problem-wrap .item h3 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-ask .problem-wrap .item h3 {
    font-size: 1.8rem;
  }
}
.sec-ask .problem-wrap .item ul {
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec-ask .problem-wrap .item ul {
    font-size: 1.4rem;
  }
}
.sec-ask .problem-wrap .item ul li {
  position: relative;
  padding-left: 24px;
}
@media (max-width: 768px) {
  .sec-ask .problem-wrap .item ul li {
    padding-left: 18px;
  }
}
.sec-ask .problem-wrap .item ul li:not(:first-child) {
  margin-top: 5px;
}
.sec-ask .problem-wrap .item ul li:before {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 16px;
  background: url(../images/arrow_down.png) no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 768px) {
  .sec-ask .problem-wrap .item ul li:before {
    top: 6px;
    width: 12px;
    height: 12px;
  }
}
.sec-ask .arrow-read {
  position: relative;
  padding: 32px 0;
}
@media (max-width: 768px) {
  .sec-ask .arrow-read {
    padding: 33px 0 28px;
  }
}
.sec-ask .arrow-read:before {
  display: block;
  content: "";
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 363px;
  height: 118px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(6.56%, rgba(136, 157, 231, 0.3)), to(rgba(201, 214, 238, 0)));
  background: linear-gradient(360deg, rgba(136, 157, 231, 0.3) 6.56%, rgba(201, 214, 238, 0) 100%);
}
@media (max-width: 768px) {
  .sec-ask .arrow-read:before {
    top: 75px;
    width: 172px;
    height: 56px;
  }
}
.sec-ask .arrow-read span {
  display: block;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-ask .arrow-read span {
    font-size: 1.4rem;
  }
}
.sec-ask .em-text {
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-ask .em-text {
    font-size: 1.6rem;
  }
}
.sec-ask .em-text strong {
  font-weight: 700;
}

.csIndexList.ex-case-studies {
  margin: 0;
  padding: 100px 40px 0;
}
@media (max-width: 768px) {
  .csIndexList.ex-case-studies {
    padding: 50px 15px;
  }
}
.csIndexList .ex-case-studies-list li {
  border: 1px solid #EEE;
}
.csIndexList .ex-case-studies-list li .company img {
  max-width: 100%;
}
.csIndexList .btn-more {
  margin: 20px 0 40px;
}
@media (max-width: 768px) {
  .csIndexList .btn-more {
    margin: 60px 0 0;
  }
}
.csIndexList .btn-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 290px;
  min-height: 80px;
  margin: 0 auto;
  background: #EED84A;
  border-radius: 50px;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.csIndexList .btn-more a:hover {
  background: #3143cf;
  color: #fff;
}

/* case_studies */
.csIndexList {
  margin: 0 auto;
}

.csTitle .inr .cName .img {
  text-align: center;
}
@media (max-width: 768px) {
  .csTitle .inr .cName .img {
    border: none !important;
  }
}

.csArea .csAreaInr .csSec h2 {
  text-align: left;
}

/* banner */
.banner-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 46px;
  max-width: 970px;
  margin: 48px auto;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .banner-area {
    display: block;
    margin: 20px 0 0;
  }
}
.banner-area .banner {
  width: calc(50% - 23px);
}
@media (max-width: 768px) {
  .banner-area .banner {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .banner-area .banner + .banner {
    margin-top: 10px;
  }
}
.banner-area .banner img {
  width: 100%;
}

/* logolist */
.logo-lists {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .logo-lists {
    padding: 30px 0;
  }
}
.logo-lists li {
  margin: 0 43px;
}
@media (max-width: 768px) {
  .logo-lists li {
    margin: 0 20px;
  }
}
.logo-lists li img {
  width: auto;
  max-height: 98px;
}
@media (max-width: 768px) {
  .logo-lists li img {
    max-height: 40px;
  }
}

.logo-slider {
  display: none;
}
.logo-slider.slick-initialized {
  display: block;
}

/* cta */
.cta-box {
  padding: 40px 0 10px;
}
@media (max-width: 768px) {
  .cta-box {
    padding: 12px 0;
  }
}
.cta-box .read {
  color: #3143CF;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .cta-box .read {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .cta-box .read br {
    display: none;
  }
}
.cta-box .read span {
  display: inline-block;
  position: relative;
}
.cta-box .read span:before, .cta-box .read span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 48px;
  height: 1px;
  background: #3143CF;
}
.cta-box .read span:before {
  left: -30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 768px) {
  .cta-box .read span:before {
    left: -35px;
  }
}
.cta-box .read span:after {
  right: -30px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .cta-box .read span:after {
    right: -35px;
  }
}
.cta-box .btn {
  max-width: 662px;
  margin: 10px auto 0;
}
@media (max-width: 768px) {
  .cta-box .btn {
    margin-top: 30px;
  }
}
.cta-box .btn a {
  display: block;
  position: relative;
  padding: 24px;
  background: #EED84E;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #383838;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .cta-box .btn a {
    padding: 20px 35px 20px 20px;
    font-size: 1.4rem;
    text-align: right;
  }
}
.cta-box .btn a:hover {
  background: #3143cf;
  color: #fff;
}
.cta-box .btn a:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: -34px;
  width: 150px;
  height: 137px;
  background: url(../images/img_cta.svg) no-repeat 0 0/contain;
}
@media (max-width: 768px) {
  .cta-box .btn a:before {
    left: -15px;
    width: 120px;
    height: 110px;
  }
}