@charset "UTF-8";
/*Theme Name: VISIONARY JAPAN*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@media (min-width: 769px) {
  html {
    font-size: 100%;
    scroll-padding-top: 60px;
  }
  body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0 auto;
    min-width: 1440px;
    width: 100%;
    line-height: 1.6;
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 500;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .imgleft > div {
    width: 100%;
    margin-left: 30px;
  }
  body .imgleft > div p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body .imgright > div {
    width: 100%;
    margin-right: 30px;
  }
  body .imgright > div p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .inner {
    width: 1280px;
    margin: 0 auto;
  }
  body .inner.wide {
    width: 1440px;
  }
  body .main_title {
    font-size: 2rem;
    text-align: center;
  }
  body .main_title.white {
    color: #fff;
  }
  body .main_title:not(:last-child) {
    margin-bottom: 40px;
  }
  body .main_title span.blue {
    color: #209aee;
  }
  body .main_title span.org {
    color: #e69421;
  }
  body .main_title em {
    font-size: 3rem;
  }
  body .btnarea {
    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;
    gap: 80px;
  }
  body .btn {
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    border-radius: 100px;
    text-align: center;
    width: 250px;
    color: #fff;
    padding: 15px;
  }
  body .btn.org {
    background: -webkit-gradient(linear, left top, right top, from(#ffb145), to(#ff8400));
    background: linear-gradient(90deg, #ffb145 0%, #ff8400 100%);
  }
  body .btn.org:hover {
    background: -webkit-gradient(linear, left top, right top, from(#ff8400), to(#ffb145));
    background: linear-gradient(90deg, #ff8400 0%, #ffb145 100%);
  }
  body .btn.blue {
    background: -webkit-gradient(linear, left top, right top, from(#72e7fd), to(#148eec));
    background: linear-gradient(90deg, #72e7fd 0%, #148eec 100%);
  }
  body .btn.blue:hover {
    background: -webkit-gradient(linear, left top, right top, from(#148eec), to(#72e7fd));
    background: linear-gradient(90deg, #148eec 0%, #72e7fd 100%);
  }
  body .lead {
    text-align: center;
    font-size: 1.25rem;
  }
  body .lead:not(:last-child) {
    margin-bottom: 80px;
  }
  body .lead.white {
    color: #fff;
  }
  body .lead span {
    color: #e69421;
  }
  header {
    overflow-x: hidden;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 20px 80px 10px;
    min-height: 60px;
  }
  header .h_blc.active {
    background: #fff;
  }
  header .h_blc .logo a {
    display: block;
  }
  header .fv {
    position: relative;
    min-height: 677px;
    height: 47vw;
    max-width: 2000px;
    margin: 0 auto;
  }
  header .fv > img {
    position: absolute;
    top: 27px;
    right: -47px;
    width: 57.1%;
  }
  header .fv .copy {
    position: absolute;
    content: "";
    top: 60%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    left: 80px;
  }
  header .fv .copy strong {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 40px;
    background: linear-gradient(95deg, #104a8e 0.62%, #00c8ed 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .fv .copy p {
    font-size: 1.25rem;
    margin-bottom: 90px;
  }
  header .fv .copy p span {
    color: #e69421;
  }
  header .fv .copy .btnarea {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
  }
  main #partner {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #c5c5c5;
  }
  main #partner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: scroll_left 50s linear infinite;
            animation: scroll_left 50s linear infinite;
    padding: 20px 0;
  }
  @-webkit-keyframes scroll_left {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @keyframes scroll_left {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  main #nayami {
    background: #f3f3f3;
    padding: 80px 0;
  }
  main #nayami ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 50px;
  }
  main #nayami ul li {
    position: relative;
    background: #fff;
    padding: 35px 10px 35px 60px;
    font-size: 1.25rem;
  }
  main #nayami ul li:after {
    position: absolute;
    content: "";
    background: url("../images/icon_check.svg") no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
    width: 20px;
    height: 20px;
  }
  main #nayami ul li span {
    color: #209aee;
  }
  main #fail {
    padding: 80px 0;
  }
  main #fail ul {
    margin-bottom: 50px;
  }
  main #fail ul li {
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#00efc0), to(#14b2ec));
    background: linear-gradient(90deg, #00efc0 0%, #14b2ec 100%);
    padding: 1px;
  }
  main #fail ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  main #fail ul .imgleft {
    border-radius: 9px;
    background: #fff;
    padding: 25px 30px;
  }
  main #fail ul h3 {
    font-size: 1.5rem;
    color: #209aee;
    margin-bottom: 10px;
  }
  main #cta {
    background: url("../images/bg_cta.svg") no-repeat;
    background-size: cover;
    padding: 60px 0;
  }
  main #cta .main_title {
    font-size: 2.25rem;
    margin-bottom: 30px;
  }
  main #about {
    padding: 80px 0;
  }
  main #reason {
    background: #61b6f1;
    padding: 80px 0;
  }
  main #reason .list > li {
    max-width: 2000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main #reason .list > li:not(:last-child) {
    margin-bottom: 50px;
  }
  main #reason .list > li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: auto;
  }
  main #reason .list > li img {
    width: 41.667%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main #reason .list > li > div {
    width: 630px;
    background: #fff;
    padding: 20px 0 30px 30px;
  }
  main #reason .list > li h3 {
    font-weight: bold;
    font-size: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  main #reason .list > li h3 em {
    font-size: 3rem;
    line-height: 1;
    padding-bottom: 5px;
  }
  main #reason .list > li h3 span {
    color: #e69421;
  }
  main #reason .list > li p {
    max-width: 570px;
    margin-bottom: 50px;
  }
  main #reason .list > li ul li {
    color: #fff;
    background: #61b6f1;
    padding: 15px 30px;
    font-size: 1.25rem;
  }
  main #reason .list > li ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #flow {
    padding: 80px 0;
  }
  main #flow ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main #flow ul li {
    position: relative;
    border: 1px solid #00efc0;
    -o-border-image: linear-gradient(90deg, #00efc0 0%, #14b2ec 100%);
       border-image: -webkit-gradient(linear, left top, right top, from(#00efc0), to(#14b2ec));
       border-image: linear-gradient(90deg, #00efc0 0%, #14b2ec 100%);
    border-image-slice: 1;
    width: 250px;
    padding: 70px 20px 30px;
    text-align: center;
  }
  main #flow ul li:not(:last-child):after {
    position: absolute;
    content: "";
    top: 65%;
    -webkit-transform: translateY(-65%);
            transform: translateY(-65%);
    right: -60px;
    border: 8px solid transparent;
    border-left: 9px solid #209aee;
  }
  main #flow ul span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#00efc0), to(#14b2ec));
    background: linear-gradient(90deg, #00efc0 0%, #14b2ec 100%);
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 10px;
  }
  main #flow ul h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main #case {
    background: #cde9ff;
    padding: 80px 0;
  }
  main #case .lead {
    margin-bottom: 40px;
  }
  main #case .accordion_wrap > li {
    padding: 0 30px;
    background: #fff;
  }
  main #case .accordion_wrap > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main #case h3 {
    cursor: pointer;
    position: relative;
    padding: 20px 0;
    font-size: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  main #case h3:after {
    content: "";
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    right: 0;
    border: 9px solid transparent;
    border-top: 10px solid #818181;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main #case h3.open:after {
    top: 35%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  main #case h3 .numb {
    display: block;
    width: 100px;
    padding: 5px;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#00efc0), to(#14b2ec));
    background: linear-gradient(90deg, #00efc0 0%, #14b2ec 100%);
  }
  main #case h3 .title {
    display: block;
    width: 86%;
  }
  main #case .cont {
    display: none;
  }
  main #case .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 0;
    border-top: 1px dashed #b8b8b8;
  }
  main #case .wrap li {
    width: 350px;
  }
  main #case .wrap li span {
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main #case .wrap li span.gray {
    background: #8b8b8b;
  }
  main #case .wrap li span.blue {
    background: #61b6f1;
  }
  main #case .wrap li span.org {
    background: #e69421;
  }
  main #case .wrap li h4 {
    text-align: center;
    font-size: 1.25rem;
  }
  main #case .wrap li div {
    position: relative;
    border: 1px solid #00efc0;
    -o-border-image: linear-gradient(90deg, #00efc0 0%, #14b2ec 100%);
       border-image: -webkit-gradient(linear, left top, right top, from(#00efc0), to(#14b2ec));
       border-image: linear-gradient(90deg, #00efc0 0%, #14b2ec 100%);
    border-image-slice: 1;
    padding: 20px 30px;
    margin-top: 30px;
  }
  main #case .wrap li div:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 13px solid transparent;
    border-bottom: 17px solid #fff;
    z-index: 2;
  }
  main #case .wrap li div:after {
    content: "";
    position: absolute;
    top: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 14px solid transparent;
    border-bottom: 18px solid #00efc0;
    z-index: 1;
  }
  main #different {
    padding: 80px 0;
  }
  main #different .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 50px;
  }
  main #different .title {
    width: 250px;
  }
  main #different .title li {
    background: #ededed;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
  }
  main #different .graf {
    border-radius: 10px;
    text-align: center;
    font-size: 1.25rem;
  }
  main #different .graf.org {
    width: 500px;
    border: 3px solid #e69421;
  }
  main #different .graf.org li {
    font-weight: bold;
  }
  main #different .graf.org li:not(:last-child) {
    border-bottom: 1px solid #e69421;
  }
  main #different .graf.org h3 {
    background: #e69421;
  }
  main #different .graf.gray {
    width: 420px;
    border: 1px solid #999;
  }
  main #different .graf.gray li {
    font-weight: bold;
  }
  main #different .graf.gray li:not(:last-child) {
    border-bottom: 1px solid #9697ca;
  }
  main #different .graf.gray h3 {
    background: #999;
  }
  main #different .graf li {
    padding: 35px;
  }
  main #different h3 {
    color: #fff;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
    padding: 15px;
  }
  main #different .lead {
    font-size: 1rem;
  }
  main #faq {
    padding: 80px 0;
    background: #cde9ff;
  }
  main #faq li:not(:last-child) {
    margin-bottom: 30px;
  }
  main #faq h3 {
    cursor: pointer;
    position: relative;
    padding: 20px 30px;
    background: #fff;
    font-size: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  main #faq h3:before, main #faq h3:after {
    content: "";
    position: absolute;
    right: 30px;
    width: 20px;
    height: 2px;
    background: #61b6f1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main #faq h3:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main #faq h3:after {
    top: 47%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  main #faq h3.open:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  main #faq h3 .q {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
    background: #61b6f1;
    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;
  }
  main #faq h3 .title {
    display: block;
    width: 90%;
  }
  main #faq .cont {
    display: none;
  }
  main #faq .cont .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
    padding: 20px 30px;
  }
  main #faq .cont .a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
    background: #e69421;
    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.25rem;
  }
  main #faq .cont .txt {
    width: 90%;
  }
  main #faq .cont .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  main #contact {
    padding: 80px 0;
  }
  main #error {
    padding: 80px 0;
  }
  main #error .btn {
    margin: 40px auto 0;
  }
  footer {
    padding: 50px 20px 25px;
    border-top: 1px solid #8b8b8b;
  }
  footer .f_logo a {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
  footer ul {
    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;
    gap: 20px;
    margin-bottom: 60px;
  }
  footer ul li {
    position: relative;
  }
  footer ul li:not(:last-child):after {
    position: absolute;
    content: "｜";
    top: 0;
    right: -18px;
  }
  footer ul a {
    display: block;
  }
  footer ul a:hover {
    color: #e69421;
  }
  footer small {
    text-align: center;
    display: block;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #e69421;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: 10;
  }
  footer .pagetop:hover {
    cursor: pointer;
    background: -webkit-gradient(linear, left top, right top, from(#ffb145), to(#ff8400));
    background: linear-gradient(90deg, #ffb145 0%, #ff8400 100%);
  }
  .smonly {
    display: none;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 87.5%;
    scroll-padding-top: 55px;
  }
  body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    color: #000;
    font-weight: 500;
  }
  body img {
    height: auto;
  }
  body .imgleft img,
  body .imgright img {
    display: block;
    margin: 0 auto 20px;
  }
  body .imgleft > div p:not(:last-child),
  body .imgright > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .main_title {
    font-size: 1.2rem;
    text-align: center;
  }
  body .main_title.white {
    color: #fff;
  }
  body .main_title:not(:last-child) {
    margin-bottom: 40px;
  }
  body .main_title span.blue {
    color: #209aee;
  }
  body .main_title span.org {
    color: #e69421;
  }
  body .main_title em {
    font-size: 2rem;
  }
  body .btnarea {
    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;
    gap: 20px;
  }
  body .btnarea li {
    width: 100%;
  }
  body .btn {
    display: block;
    font-weight: bold;
    border-radius: 100px;
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 10px;
    font-size: 1.2rem;
  }
  body .btn.org {
    background: -webkit-gradient(linear, left top, right top, from(#ffb145), to(#ff8400));
    background: linear-gradient(90deg, #ffb145 0%, #ff8400 100%);
  }
  body .btn.blue {
    background: -webkit-gradient(linear, left top, right top, from(#72e7fd), to(#148eec));
    background: linear-gradient(90deg, #72e7fd 0%, #148eec 100%);
  }
  body .lead {
    text-align: center;
  }
  body .lead:not(:last-child) {
    margin-bottom: 40px;
  }
  body .lead.white {
    color: #fff;
  }
  body .lead span {
    color: #e69421;
  }
  header {
    overflow-x: hidden;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 16px 20px;
    min-height: 55px;
  }
  header .h_blc.active {
    background: #fff;
  }
  header .logo a {
    display: block;
    width: 200px;
  }
  header .menu-btn {
    position: fixed;
    top: 8px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: #209aee;
    z-index: 100;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .menu-btn span:before {
    top: 21px;
  }
  header .menu-btn span:after {
    top: 10px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    background: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff;
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #fff;
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0%;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: #209aee;
    position: fixed;
    top: 0;
    left: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 80px 20px 40px;
    overflow: scroll;
    z-index: 99;
  }
  header .menu-content .nav {
    margin-bottom: 40px;
  }
  header .menu-content .nav a {
    padding-right: 10px;
    display: block;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
  }
  header .menu-content .nav a:after {
    position: absolute;
    content: "";
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  header .fv {
    position: relative;
    max-height: 500px;
    height: 100vw;
  }
  header .fv > img {
    position: absolute;
    bottom: 0;
    right: -15px;
    width: 80%;
    margin: auto;
  }
  header .fv .copy {
    position: absolute;
    content: "";
    top: 70%;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
    left: 20px;
    width: 90%;
  }
  header .fv .copy strong {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 20px;
    background: linear-gradient(95deg, #104a8e 0.62%, #00c8ed 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .fv .copy p {
    font-size: 0.9rem;
    margin-bottom: 30px;
  }
  header .fv .copy p span {
    color: #e69421;
  }
  main #partner {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #c5c5c5;
  }
  main #partner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: scroll_left 60s linear infinite;
            animation: scroll_left 60s linear infinite;
    padding: 20px 0;
  }
  main #partner ul li {
    width: 5%;
  }
  @-webkit-keyframes scroll_left {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @keyframes scroll_left {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  main #nayami {
    background: #f3f3f3;
    padding: 40px 20px;
  }
  main #nayami ul li {
    position: relative;
    background: #fff;
    padding: 10px 10px 10px 35px;
    margin-bottom: 20px;
  }
  main #nayami ul li:after {
    position: absolute;
    content: "";
    background: url("../images/icon_check.svg") no-repeat;
    background-size: 100%;
    top: 15px;
    left: 10px;
    width: 15px;
    height: 15px;
  }
  main #nayami ul li span {
    color: #209aee;
  }
  main #fail {
    padding: 40px 20px;
  }
  main #fail ul li {
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#00efc0), to(#14b2ec));
    background: linear-gradient(90deg, #00efc0 0%, #14b2ec 100%);
    padding: 1px;
    margin-bottom: 20px;
  }
  main #fail ul .imgleft {
    border-radius: 9px;
    background: #fff;
    padding: 20px;
  }
  main #fail ul h3 {
    font-size: 1.2rem;
    color: #209aee;
    margin-bottom: 10px;
  }
  main #cta {
    background: url("../images/bg_cta.svg") no-repeat;
    background-size: cover;
    padding: 40px 20px;
  }
  main #cta .main_title {
    margin-bottom: 20px;
  }
  main #about {
    padding: 40px 20px;
  }
  main #reason {
    background: #61b6f1;
    padding: 40px 20px;
  }
  main #reason .list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  main #reason .list > li img {
    width: 100%;
  }
  main #reason .list > li > div {
    background: #fff;
    padding: 20px 0 20px 20px;
  }
  main #reason .list > li h3 {
    font-weight: bold;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  main #reason .list > li h3 em {
    font-size: 2.5rem;
    line-height: 1;
    padding-bottom: 5px;
  }
  main #reason .list > li h3 div {
    width: 80%;
  }
  main #reason .list > li h3 span {
    color: #e69421;
  }
  main #reason .list > li p {
    width: 94%;
    margin-bottom: 20px;
  }
  main #reason .list > li ul li {
    color: #fff;
    background: #61b6f1;
    padding: 10px;
    font-size: 1.2rem;
  }
  main #reason .list > li ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #flow {
    padding: 40px 20px;
  }
  main #flow ul li {
    position: relative;
    border: 1px solid #00efc0;
    -o-border-image: linear-gradient(90deg, #00efc0 0%, #14b2ec 100%);
       border-image: -webkit-gradient(linear, left top, right top, from(#00efc0), to(#14b2ec));
       border-image: linear-gradient(90deg, #00efc0 0%, #14b2ec 100%);
    border-image-slice: 1;
    padding: 60px 20px 20px;
    text-align: center;
  }
  main #flow ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  main #flow ul li:not(:last-child):after {
    position: absolute;
    content: "";
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 8px solid transparent;
    border-top: 9px solid #209aee;
  }
  main #flow ul span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#00efc0), to(#14b2ec));
    background: linear-gradient(90deg, #00efc0 0%, #14b2ec 100%);
    color: #fff;
    font-weight: bold;
    padding: 10px;
  }
  main #flow ul h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main #case {
    background: #cde9ff;
    padding: 40px 20px;
  }
  main #case .accordion_wrap > li {
    padding: 0 20px;
    background: #fff;
  }
  main #case .accordion_wrap > li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #case h3 {
    cursor: pointer;
    position: relative;
    padding: 20px 0;
    font-size: 1.2rem;
  }
  main #case h3:after {
    content: "";
    position: absolute;
    top: 20%;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    right: 0;
    border: 9px solid transparent;
    border-top: 10px solid #818181;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main #case h3.open:after {
    top: 10%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  main #case h3 .numb {
    display: block;
    width: 80px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#00efc0), to(#14b2ec));
    background: linear-gradient(90deg, #00efc0 0%, #14b2ec 100%);
  }
  main #case h3 .title {
    display: block;
    width: 92%;
  }
  main #case .cont {
    display: none;
  }
  main #case .wrap {
    padding: 20px 0;
    border-top: 1px dashed #b8b8b8;
  }
  main #case .wrap li:not(:last-child) {
    margin-bottom: 30px;
  }
  main #case .wrap li span {
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main #case .wrap li span.gray {
    background: #8b8b8b;
  }
  main #case .wrap li span.blue {
    background: #61b6f1;
  }
  main #case .wrap li span.org {
    background: #e69421;
  }
  main #case .wrap li h4 {
    text-align: center;
    font-size: 1.2rem;
  }
  main #case .wrap li div {
    position: relative;
    border: 1px solid #00efc0;
    -o-border-image: linear-gradient(90deg, #00efc0 0%, #14b2ec 100%);
       border-image: -webkit-gradient(linear, left top, right top, from(#00efc0), to(#14b2ec));
       border-image: linear-gradient(90deg, #00efc0 0%, #14b2ec 100%);
    border-image-slice: 1;
    padding: 20px;
    margin-top: 20px;
  }
  main #case .wrap li div:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 13px solid transparent;
    border-bottom: 17px solid #fff;
    z-index: 2;
  }
  main #case .wrap li div:after {
    content: "";
    position: absolute;
    top: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 14px solid transparent;
    border-bottom: 18px solid #00efc0;
    z-index: 1;
  }
  main #different {
    padding: 40px 20px;
  }
  main #different .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  main #different .title {
    width: 28%;
  }
  main #different .title:not(:last-of-type) {
    margin-bottom: 30px;
  }
  main #different .title li {
    background: #ededed;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  main #different .graf {
    width: 68%;
    border-radius: 10px;
    text-align: center;
  }
  main #different .graf:not(:last-child) {
    margin-bottom: 30px;
  }
  main #different .graf.org {
    border: 3px solid #e69421;
  }
  main #different .graf.org li {
    font-weight: bold;
    border-bottom: 1px solid #e69421;
  }
  main #different .graf.org li:not(:last-child) {
    border-bottom: 1px solid #e69421;
  }
  main #different .graf.org h3 {
    background: #e69421;
  }
  main #different .graf.gray {
    border: 1px solid #999;
  }
  main #different .graf.gray li {
    font-weight: bold;
  }
  main #different .graf.gray li:not(:last-child) {
    border-bottom: 1px solid #9697ca;
  }
  main #different .graf.gray h3 {
    background: #999;
  }
  main #different .graf li {
    padding: 15px 5px;
  }
  main #different h3 {
    color: #fff;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
    padding: 10px;
  }
  main #different .lead {
    text-align: left;
  }
  main #faq {
    padding: 40px 20px;
    background: #cde9ff;
  }
  main #faq li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #faq h3 {
    cursor: pointer;
    position: relative;
    padding: 15px 10px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  main #faq h3:before, main #faq h3:after {
    content: "";
    position: absolute;
    right: 10px;
    width: 15px;
    height: 2px;
    background: #61b6f1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main #faq h3:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main #faq h3:after {
    top: 48%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  main #faq h3.open:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  main #faq h3 .q {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
    background: #61b6f1;
    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;
  }
  main #faq h3 .title {
    display: block;
    width: 80%;
  }
  main #faq .cont {
    display: none;
  }
  main #faq .cont .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    padding: 20px 10px;
  }
  main #faq .cont .a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
    background: #e69421;
    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;
  }
  main #faq .cont .txt {
    width: 87%;
  }
  main #faq .cont .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  main #contact {
    padding: 40px 20px;
  }
  main #error {
    padding: 40px 20px;
  }
  main #error .btn {
    margin: 20px auto 0;
  }
  footer {
    padding: 40px 20px 20px;
    border-top: 1px solid #8b8b8b;
  }
  footer .f_logo a {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  footer ul {
    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;
    gap: 20px;
    margin-bottom: 40px;
  }
  footer ul li {
    position: relative;
  }
  footer ul li:not(:last-child):after {
    position: absolute;
    content: "｜";
    top: 0;
    right: -18px;
  }
  footer ul a {
    display: block;
  }
  footer small {
    text-align: center;
    display: block;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #e69421;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
  }
  .pconly {
    display: none;
  }
}
.grecaptcha-badge { visibility: hidden; }
/*# sourceMappingURL=style.css.map */