@charset "UTF-8";
@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
         transform: perspective(1px) translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
         box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
         animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
         animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
         animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
         animation-iteration-count: 1;
  }
  .hvz {
    overflow: hidden;
  }
  .hvz figure {
    overflow: hidden;
  }
  .hvz img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  }
  .hvz:hover {
    opacity: 1;
  }
  .hvz:hover img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  .header {
    position: absolute;
    z-index: 99;
    max-width: 1280px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
  }
  .header__main {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 28px 80px 35px 20px;
  }
  .header__main::after {
    position: absolute;
    content: "";
    width: 500%;
    height: 100%;
    background: #fff url("../img/bgLogo.png") right no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .header__logo {
    line-height: 0;
    width: 161px;
  }
  .header__logo a {
    display: block;
  }
  .header__logo a img {
    width: 100%;
    height: auto;
  }
  .header__slogan {
    margin-left: 42px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding: 0 30px;
  }
  .header__slogan::before, .header__slogan::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 42px;
    background: url("../img/icSlogan.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__slogan::before {
    left: 0;
  }
  .header__slogan::after {
    right: 0;
    -webkit-transform: translateY(-50%) scaleX(-1);
       -moz-transform: translateY(-50%) scaleX(-1);
        -ms-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
  .header__slogan span {
    font-size: 1.3rem;
    line-height: 18px;
    color: #d79d0b;
  }
  .header__slogan p {
    font-size: 2.6rem;
    line-height: 35px;
    color: #d79d0b;
  }
  .header__slogan p small {
    font-size: 1.6rem;
  }
  .header__slogan p em {
    font-style: normal;
    font-size: 2.1rem;
  }
  .mv {
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url("../img/bgMv.png") bottom repeat-x;
    -moz-background-size: contain;
         background-size: contain;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@media screen and (min-width: 769px) and (max-width: 1281px) {
  .mv {
    padding: 200px 0;
    height: auto;
  }
}

@media screen and (min-width: 769px), print {
  .mv::before, .mv::after {
    position: absolute;
    content: "";
    height: 0;
    z-index: -1;
  }
  .mv::before {
    width: 20.75%;
    padding-top: 15.875%;
    background: url("../img/leaf01.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 69px;
    left: -33px;
  }
  .mv::after {
    width: 34.125%;
    padding-top: 24.25%;
    background: url("../img/leaf02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1281px) {
  .mv__row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .mv__row::after {
    content: "";
    clear: both;
    display: table;
  }
  .mv__intro {
    max-width: 740px;
    width: 57.8125%;
    float: left;
    padding: 60px 0 0;
  }
  .mv__intro p {
    font-size: 3.2rem;
    line-height: 46px;
    color: #0a013c;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
  .mv__intro p small {
    font-size: 2.4rem;
  }
  .mv__intro h2 {
    font-size: 6.2rem;
    line-height: 1;
    color: #1676b3;
    letter-spacing: 0.06em;
    margin-top: 19px;
    white-space: nowrap;
  }
  .mv__intro h2 span {
    font-size: 4.9rem;
  }
  .mv__intro h2 small {
    font-size: 6.1rem;
    color: #003253;
  }
  .mv__intro h2 em {
    font-style: normal;
    font-size: 8.1rem;
    margin-top: 18px;
    display: inline-block;
  }
  .mv__intro .txt {
    font-size: 2.5rem;
    line-height: 43px;
    color: #003253;
    margin-top: 44px;
  }
  .mv__intro .txt span {
    white-space: nowrap;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0)), color-stop(15%, #fffeac), color-stop(82%, #fffeac), color-stop(82%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, #fffeac 15%, #fffeac 82%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0) 100%);
    background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, #fffeac 15%, #fffeac 82%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, #fffeac 15%, #fffeac 82%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0) 100%);
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mv__intro p {
    font-size: 2.5rem;
  }
  .mv__intro h2 {
    font-size: 5rem;
  }
  .mv__intro h2 small, .mv__intro h2 span {
    font-size: 4.3rem;
  }
  .mv__intro h2 em {
    font-size: 6rem;
  }
  .mv__intro .txt {
    font-size: 2rem;
  }
}

@media screen and (min-width: 769px), print {
  .mv__fig {
    float: right;
    max-width: 577px;
    width: 45.07812%;
    line-height: 0;
    margin-right: -40px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .mv__fig::after {
    position: absolute;
    content: "";
    width: 5000%;
    height: 58px;
    background: #1676b3;
    left: -28px;
    bottom: -41px;
    -webkit-transform: skewX(-10deg);
       -moz-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
            transform: skewX(-10deg);
    z-index: -1;
  }
  .mv__fig img {
    width: 100%;
    height: auto;
  }
  .mv__btn {
    max-width: 727px;
    width: 56.79688%;
    float: left;
    margin-top: 37px;
  }
  .mv__btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    background: #18aad8;
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 115, 168, 0.2);
         box-shadow: 0px 0px 13px 0px rgba(0, 115, 168, 0.2);
    -moz-border-radius: 34px;
         border-radius: 34px;
    width: 320px;
    height: 69px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .mv .mv__row {
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mv .mv__intro {
    float: none;
    width: 65%;
  }
  .mv .mv__fig {
    float: none;
  }
  .mv .mv__btn {
    float: none;
    margin-top: 70px;
    text-align: center;
  }
}

@media screen and (min-width: 769px), print {
  .know {
    background: #f0fcff;
    padding: 137px 0 103px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1281px) {
  .know {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .know h2 {
    text-align: center;
  }
  .know h2 span {
    font-size: 5.1rem;
    line-height: 68px;
    display: inline-block;
    padding: 0 75px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .know h2 span::before, .know h2 span::after {
    position: absolute;
    content: "";
    width: 42px;
    height: 42px;
    background: url("../img/iconTTL.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .know h2 span::before {
    top: 0;
    left: 0;
  }
  .know h2 span::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    bottom: 0;
    right: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 800px) {
  .know h2 span {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .know__box {
    max-width: 958px;
    width: 100%;
    margin: 53px auto 0;
  }
  .know__box h3 {
    font-size: 3.4rem;
    line-height: 51px;
    color: #2679b2;
    text-align: center;
  }
  .know__box h3 sup {
    font-size: 1.7rem;
    line-height: 51px;
    vertical-align: top;
  }
  .know__box dl {
    -moz-border-radius: 20px;
         border-radius: 20px;
    border: 4px solid #18aad8;
    margin-top: 16px;
    background: #fff;
  }
  .know__box dl dt {
    background: #18aad8;
    color: #fff;
    font-size: 3.4rem;
    line-height: 44px;
    padding: 15px 0;
    text-align: center;
    -moz-border-radius: 15px 15px 0 0;
         border-radius: 15px 15px 0 0;
  }
  .know__box dl dd {
    padding: 40px 21px 13px 305px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .know__box dl dd::before {
    position: absolute;
    content: "";
    width: 157px;
    height: 228px;
    left: 19px;
    bottom: -4px;
    background: url("../img/finder.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .know__box dl dd ul li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 51px;
    font-size: 3.3rem;
    line-height: 65px;
    color: #2b2b2b;
  }
  .know__box dl dd ul li::before {
    position: absolute;
    content: "";
    width: 39px;
    height: 31px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .know__box dl dd ul li:nth-of-type(1)::before {
    background: url("../img/crown01.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .know__box dl dd ul li:nth-of-type(2)::before {
    background: url("../img/crown02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .know__box dl dd ul li:nth-of-type(3)::before {
    background: url("../img/crown03.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .know__box dl dd .note {
    text-align: right;
    font-size: 1.4rem;
    line-height: 22px;
    font-family: 'Noto Sans',sans-serif;
    color: #2b2b2b;
    margin-top: 18px;
  }
  .know__box .txt {
    text-align: center;
    font-size: 3.3rem;
    line-height: 56px;
    color: #2b2b2b;
    margin-top: 37px;
  }
  .know__box .txt span {
    color: #e54e4e;
  }
  .problem {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 97px 0 143px;
  }
  .problem__box {
    max-width: 1278px;
    width: 100%;
    margin: auto;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .problem__box__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media screen and (min-width: 769px) and (max-width: 1278px) {
  .problem__box__inner {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 769px), print {
  .problem__box__inner h2 {
    text-align: center;
    font-size: 4.8rem;
    line-height: 70px;
    letter-spacing: 0.06em;
    color: #000000;
    width: 100%;
    margin-bottom: 73px;
  }
  .problem__box__inner figure {
    width: 43.27074%;
    margin-right: 46px;
  }
  .problem__box__inner ul {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 769px) and (max-width: 1278px) {
  .problem__box__inner ul {
    width: 80%;
    -webkit-box-flex: initial;
       -moz-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px), print {
  .problem__box__inner ul li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 63px;
    font-size: 2.5rem;
    line-height: 42px;
  }
  .problem__box__inner ul li + li {
    margin-top: 34px;
  }
  .problem__box__inner ul li::before {
    position: absolute;
    content: "";
    width: 43px;
    height: 42px;
    background: url("../img/iconCheck.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .problem__box__inner .txt {
    text-align: center;
    font-size: 2.7rem;
    line-height: 45px;
    margin-top: 50px;
    color: #000000;
  }
  .problem__box__inner .txt span {
    color: #1a274e;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(183, 238, 255, 0.78)), color-stop(90%, rgba(183, 238, 255, 0.78)), color-stop(90%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(183, 238, 255, 0.78) 50%, rgba(183, 238, 255, 0.78) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
    background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(183, 238, 255, 0.78) 50%, rgba(183, 238, 255, 0.78) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(183, 238, 255, 0.78) 50%, rgba(183, 238, 255, 0.78) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  }
  .common__ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .common__ttl h2 {
    font-size: 4.7rem;
    line-height: 1;
    display: inline-block;
    padding: 0 67px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #16203d;
  }
  .common__ttl h2::before, .common__ttl h2::after {
    position: absolute;
    content: "";
    width: 42px;
    height: 42px;
    background: url("../img/iconTTL.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .common__ttl h2::before {
    left: 0;
  }
  .common__ttl h2::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    right: 0;
  }
  .common__ttl span {
    font-size: 1.7rem;
    line-height: 1;
    color: #16203d;
    letter-spacing: 0.18em;
    margin-top: 16px;
  }
  .merit {
    padding: 140px 0 80px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1281px) {
  .merit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .merit::before, .merit::after {
    position: absolute;
    content: "";
    z-index: -1;
    height: 0;
  }
  .merit::before {
    width: 16.6875%;
    padding-top: 67.3125%;
    background: url("../img/bgMerit01.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 4%;
    bottom: 0;
  }
  .merit::after {
    width: 13.4375%;
    padding-top: 41.3125%;
    background: url("../img/bgMerit01.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 4.3125%;
    bottom: 0;
  }
  .merit__con {
    margin-top: 95px;
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    counter-reset: article;
  }
  .merit__con article {
    counter-increment: article;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .merit__con article + article {
    margin-top: 21px;
  }
  .merit__con article .ar {
    width: 556px;
    padding: 31px 56px 29px;
    background: #fff;
    -moz-border-radius: 15px;
         border-radius: 15px;
    position: relative;
  }
  .merit__con article .ar::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    -moz-border-radius: 15px;
         border-radius: 15px;
    background: #303964;
    opacity: 0.1;
    top: 8px;
    left: 6px;
    z-index: -1;
  }
  .merit__con article .ar h3 {
    font-size: 2.6rem;
    line-height: 51px;
    color: #16203d;
    letter-spacing: 0.04em;
  }
  .merit__con article .ar h3::before {
    content: counter(article) ".";
    font-size: 4.1rem;
    line-height: 51px;
    letter-spacing: 0.04em;
    color: #16203d;
  }
  .merit__con article .ar .txt {
    font-size: 1.5rem;
    line-height: 26px;
  }
  .merit__con article figure {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .merit__con article figure img {
    width: 100%;
    height: auto;
  }
  .merit__con article:nth-of-type(1) .ar {
    margin-left: 30px;
  }
  .merit__con article:nth-of-type(1) .ar .txt {
    margin-top: 15px;
  }
  .merit__con article:nth-of-type(2) .ar {
    margin-right: 47px;
  }
  .merit__con article:nth-of-type(2) .ar .txt {
    margin-top: 38px;
  }
  .merit__con article:nth-of-type(3) .ar {
    margin-left: 27px;
  }
  .merit__con article:nth-of-type(3) .ar .txt {
    margin-top: 15px;
  }
  .merit__con article:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .merit__con article:nth-of-type(even) .ar {
    margin-right: 27px;
  }
  .consul {
    background: url("../img/bgLight.png") center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .consul__inner {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 20px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .consul__inner::before, .consul__inner::after {
    content: "";
    display: inline-block;
  }
  .consul__inner::before {
    width: 192.5px;
    height: 388.5px;
    background: url("../img/man.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 60px;
  }
  .consul__inner::after {
    width: 194px;
    height: 382.5px;
    background: url("../img/woman.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 52px;
  }
  .consul__con {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 740px;
  }
  .consul__con dl {
    padding: 0 37px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .consul__con dl:nth-of-type(1) {
    border-right: 1px solid #323232;
    padding-left: 0;
  }
  .consul__con dl:nth-of-type(2) {
    border-left: 1px solid #323232;
    padding-right: 0;
  }
  .consul__con dl dt {
    font-size: 3.3rem;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .consul__con dl dt small {
    font-size: 2.3rem;
  }
  .consul__con dl dd {
    font-size: 4.5rem;
    line-height: 1;
    margin-top: 12px;
  }
  .consul__con dl dd span {
    font-size: 8rem;
    line-height: 1;
  }
  .consul__con .txt {
    width: 100%;
    text-align: center;
    font-size: 2.7rem;
    line-height: 47px;
    letter-spacing: 0.02em;
    margin-top: 41px;
  }
  .voice {
    padding: 140px 0 0;
  }
  .voice__con {
    max-width: 1280px;
    width: 100%;
    margin: 26px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .voice__con::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 150px;
    background: #2679b2;
    opacity: 0.12;
    left: 0;
    bottom: 0;
    z-index: -1;
    -moz-border-radius: 15px;
         border-radius: 15px;
  }
  .voice__con article {
    width: 348px;
    margin: 26px;
    background: #fff;
    -moz-border-radius: 15px;
         border-radius: 15px;
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
         box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    padding: 41px 12px 40px;
  }
  .voice__con article .voice__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .voice__con article .voice__info .info {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 16px;
    font-size: 1.7rem;
    line-height: 28px;
    color: #000000;
  }
  .voice__con article h3 {
    font-size: 2.2rem;
    line-height: 34px;
    margin-top: 23px;
    letter-spacing: -0.02em;
  }
  .voice__con article .txt {
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 11px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .voice__con article:nth-of-type(1) .voice__info figure {
    width: 72px;
  }
  .voice__con article:nth-of-type(2) .voice__info figure {
    width: 86px;
  }
  .voice__con article:nth-of-type(3) .voice__info figure {
    width: 58px;
  }
  .step {
    margin-top: 165px;
  }
  .step__list {
    max-width: 1110px;
    width: 100%;
    margin: 93px auto 0;
    overflow: hidden;
    counter-reset: dl;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .step__list dl {
    counter-increment: dl;
    position: relative;
    width: 370px;
    padding-top: 52px;
  }
  .step__list dl::before {
    position: absolute;
    width: 100%;
    content: "STEP " counter(dl);
    font-size: 2.8rem;
    line-height: 37px;
    top: 0;
    text-align: center;
    left: -32px;
  }
  .step__list dl dt {
    text-align: center;
    height: 65px;
    color: #fff;
    font-size: 2.4rem;
    line-height: 65px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .step__list dl dt span {
    -webkit-transform: translateX(-32px);
       -moz-transform: translateX(-32px);
        -ms-transform: translateX(-32px);
            transform: translateX(-32px);
    display: inline-block;
  }
  .step__list dl dt::before, .step__list dl dt::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    background: #2679b2;
    left: -32px;
    z-index: -1;
    border-right: 2px solid #fff;
  }
  .step__list dl dt::before {
    top: 0;
    -webkit-transform: skew(30deg);
       -moz-transform: skew(30deg);
        -ms-transform: skew(30deg);
            transform: skew(30deg);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .step__list dl dt::after {
    bottom: 0;
    -webkit-transform: skew(-30deg);
       -moz-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
            transform: skew(-30deg);
    -webkit-transform-origin: 0 100%;
       -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  .step__list dl dd figure {
    height: 220px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .step__list dl dd .txt {
    font-size: 1.8rem;
    line-height: 38px;
    padding: 0 20px;
  }
  .step__list dl:nth-of-type(1) dd figure img {
    width: 155px;
  }
  .step__list dl:nth-of-type(2) dd figure img {
    width: 136px;
  }
  .step__list dl:nth-of-type(3) dd figure img {
    width: 145px;
  }
  .learning {
    margin-top: 144px;
    padding: 59px 0 147px;
    background: url("../img/bgLearn.png") 0 0 repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .learning__box {
    max-width: 626px;
    width: 100%;
    margin: 60px auto 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: rgba(48, 57, 100, 0.1);
    padding: 20px 16px;
  }
  .learning__box::before, .learning__box::after {
    position: absolute;
    content: "";
  }
  .learning__box::before {
    width: 387px;
    height: 414px;
    background: url("../img/learn01.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: -147px;
    left: -302px;
  }
  .learning__box::after {
    width: 369px;
    height: 408px;
    background: url("../img/learn02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: -147px;
    right: -233px;
  }
  .learning__box__inner {
    background: #fff;
    padding: 30px 50px 37px;
    -moz-border-radius: 15px;
         border-radius: 15px;
  }
  .learning__box__inner ul li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 7px 0 7px 61px;
    font-size: 2.2rem;
    line-height: 42px;
    border-bottom: 1px solid #b5b5b6;
  }
  .learning__box__inner ul li::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 29px;
    background: url("../img/pen.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 18px;
    top: 13px;
  }
  .apply {
    margin-top: 121px;
  }
  .apply__main {
    max-width: 1068px;
    width: 100%;
    margin: auto;
    background: #f5fbff;
    border: 6px solid #1676b3;
    padding: 75px 72px 65px;
  }
  .footer {
    background: #1676b3;
    margin-top: 125px;
  }
  .footer__main {
    padding: 30px 0;
    max-width: 1080px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__menu li + li {
    margin-left: 35px;
  }
  .footer__menu li a {
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
  }
  .footer__copyright {
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    font-family: "游ゴシック", YuGothic, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    letter-spacing: 0.12em;
  }
  .pageThanks {
    min-height: 100vh;
  }
  .pageThanks .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .pageThanks .container .footer {
    margin-top: auto;
  }
  .pageThanks .container .thanks {
    padding: 40px 0;
    text-align: center;
    max-width: 600px;
    width: 100%;
    margin: auto;
  }
  .pageThanks .container .thanks h2 {
    font-size: 3.2rem;
    line-height: 46px;
    font-weight: 700;
    color: #012A5A;
  }
  .pageThanks .container .thanks .txt {
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: 400;
    color: #012A5A;
    margin-top: 38px;
    text-align: left;
  }
  .pageThanks .container .thanks .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
  .pageThanks .container .thanks .btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 224px;
    height: 44px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #FFA741;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .inner, .row {
    padding-left: 1.95312vw;
    padding-right: 1.95312vw;
  }
  .header {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
  }
  .header__main {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 2.86458vw 5.20833vw 4.6875vw 4.29688vw;
  }
  .header__main::after {
    position: absolute;
    content: "";
    width: 500%;
    height: 100%;
    background: #fff url("../img/bgLogo.png") right bottom no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .header__logo {
    line-height: 0;
    width: 27.73438vw;
  }
  .header__logo a {
    display: block;
  }
  .header__logo a img {
    width: 100%;
    height: auto;
  }
  .header__slogan {
    margin-left: 6.11979vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding: 0 5.46875vw;
  }
  .header__slogan::before, .header__slogan::after {
    position: absolute;
    content: "";
    width: 2.99479vw;
    height: 7.55208vw;
    background: url("../img/icSlogan.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__slogan::before {
    left: 0;
  }
  .header__slogan::after {
    right: 0;
    -webkit-transform: translateY(-50%) scaleX(-1);
       -moz-transform: translateY(-50%) scaleX(-1);
        -ms-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
  .header__slogan span {
    font-size: 2.34375vw;
    line-height: 3.125vw;
    color: #d79d0b;
  }
  .header__slogan p {
    font-size: 4.55729vw;
    line-height: 6.25vw;
    color: #d79d0b;
  }
  .header__slogan p small {
    font-size: 2.86458vw;
  }
  .header__slogan p em {
    font-style: normal;
    font-size: 3.77604vw;
  }
  .mv {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url("../img/bgMv.png") center no-repeat;
    -moz-background-size: auto 35.54688vw;
         background-size: auto 35.54688vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 9;
  }
  .mv::before, .mv::after {
    position: absolute;
    content: "";
    height: 0;
    z-index: -1;
  }
  .mv::before {
    width: 43.22917vw;
    padding-top: 32.94271vw;
    background: url("../img/leaf01.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 5.72917vw;
    left: -11.32812vw;
  }
  .mv::after {
    width: 38.02083vw;
    padding-top: 26.95312vw;
    background: url("../img/leaf02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    left: 80.98958vw;
  }
  .mv__row {
    padding-left: 4.55729vw;
    padding-right: 3.90625vw;
    padding-top: 26.82292vw;
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .mv__intro {
    width: 100%;
  }
  .mv__intro p {
    font-size: 3.90625vw;
    line-height: 6.51042vw;
    color: #0a013c;
    letter-spacing: 0.06em;
  }
  .mv__intro h2 {
    font-size: 7.94271vw;
    line-height: 1;
    color: #1676b3;
    letter-spacing: 0.06em;
    margin-top: 2.47396vw;
    white-space: nowrap;
  }
  .mv__intro h2 span {
    font-size: 5.85938vw;
  }
  .mv__intro h2 small {
    font-size: 6.90104vw;
    color: #003253;
  }
  .mv__intro h2 em {
    font-style: normal;
    font-size: 10.41667vw;
    margin-top: 2.34375vw;
    display: inline-block;
  }
  .mv__intro .txt {
    font-size: 3.51562vw;
    line-height: 5.59896vw;
    color: #003253;
    margin-top: 5.72917vw;
  }
  .mv__intro .txt span {
    white-space: nowrap;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0)), color-stop(15%, #fffeac), color-stop(82%, #fffeac), color-stop(82%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, #fffeac 15%, #fffeac 82%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0) 100%);
    background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, #fffeac 15%, #fffeac 82%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, #fffeac 15%, #fffeac 82%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0) 100%);
  }
  .mv__fig {
    line-height: 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    overflow: hidden;
    width: 100%;
    margin-top: 3.38542vw;
    padding-left: 9.11458vw;
    padding-bottom: 4.81771vw;
    width: -webkit-calc(100% + 3.90625vw);
    width: -moz-calc(100% + 3.90625vw);
    width: calc(100% + 3.90625vw);
  }
  .mv__fig::after {
    position: absolute;
    content: "";
    width: 5000%;
    height: 7.55208vw;
    background: #1676b3;
    left: 7.29167vw;
    bottom: 0vw;
    -webkit-transform: skewX(-10deg);
       -moz-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
            transform: skewX(-10deg);
    z-index: -1;
  }
  .mv__fig img {
    width: 75.13021vw;
    height: auto;
  }
  .mv__btn {
    width: 100%;
    margin-top: 6.11979vw;
    text-align: center;
  }
  .mv__btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    background: #18aad8;
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 115, 168, 0.2);
         box-shadow: 0px 0px 13px 0px rgba(0, 115, 168, 0.2);
    -moz-border-radius: 5.72917vw;
         border-radius: 5.72917vw;
    width: 55.85938vw;
    height: 11.71875vw;
    font-size: 3.38542vw;
  }
  .know {
    background: #f0fcff;
    padding: 18.61979vw 3.90625vw 22.26562vw;
    margin-top: -5.85938vw;
    position: relative;
    z-index: 7;
  }
  .know h2 {
    text-align: center;
  }
  .know h2 span {
    font-size: 6.64062vw;
    line-height: 8.85417vw;
    display: inline-block;
    padding: 0 5.85938vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .know h2 span::before, .know h2 span::after {
    position: absolute;
    content: "";
    width: 5.46875vw;
    height: 5.46875vw;
    background: url("../img/iconTTL.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .know h2 span::before {
    top: 0;
    left: 0;
  }
  .know h2 span::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    bottom: 0;
    right: 0;
  }
  .know__box {
    width: 100%;
    margin: 6.90104vw auto 0;
  }
  .know__box h3 {
    font-size: 4.42708vw;
    line-height: 6.64062vw;
    color: #2679b2;
    text-align: center;
  }
  .know__box h3 sup {
    font-size: 2.21354vw;
    line-height: 6.64062vw;
    vertical-align: top;
  }
  .know__box dl {
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    border: 0.52083vw solid #18aad8;
    margin-top: 2.08333vw;
    background: #fff;
  }
  .know__box dl dt {
    background: #18aad8;
    color: #fff;
    font-size: 4.42708vw;
    line-height: 5.72917vw;
    padding: 1.95312vw 0;
    text-align: center;
    -moz-border-radius: 1.95312vw 1.95312vw 0 0;
         border-radius: 1.95312vw 1.95312vw 0 0;
  }
  .know__box dl dd {
    padding: 6.77083vw 2.73438vw 1.04167vw 24.08854vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .know__box dl dd::before {
    position: absolute;
    content: "";
    width: 14.45312vw;
    height: 20.83333vw;
    left: 0;
    bottom: -0.52083vw;
    background: url("../img/finder.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .know__box dl dd ul li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 6.38021vw;
    font-size: 4.16667vw;
    line-height: 8.46354vw;
    color: #2b2b2b;
  }
  .know__box dl dd ul li::before {
    position: absolute;
    content: "";
    width: 4.94792vw;
    height: 3.90625vw;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .know__box dl dd ul li:nth-of-type(1)::before {
    background: url("../img/crown01.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .know__box dl dd ul li:nth-of-type(2)::before {
    background: url("../img/crown02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .know__box dl dd ul li:nth-of-type(3)::before {
    background: url("../img/crown03.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .know__box dl dd .note {
    text-align: right;
    font-size: 2.47396vw;
    font-weight: 500;
    line-height: 4.03646vw;
    font-family: 'Noto Sans',sans-serif;
    color: #2b2b2b;
    margin-top: 2.34375vw;
  }
  .know__box .txt {
    text-align: center;
    font-size: 3.25521vw;
    line-height: 7.29167vw;
    color: #2b2b2b;
    margin-top: 4.81771vw;
  }
  .know__box .txt span {
    color: #e54e4e;
  }
  .problem {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 8;
    padding: 0 3.90625vw 19.53125vw;
  }
  .problem__box {
    width: 100%;
    margin: auto;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .problem__box__inner {
    padding: 7.42188vw 0 0;
  }
  .problem__box__inner h2 {
    text-align: center;
    font-size: 5.85938vw;
    line-height: 11.06771vw;
    color: #000000;
  }
  .problem__box__inner h2 span {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #1676b3;
  }
  .problem__box__inner h2 span::before {
    position: absolute;
    content: "";
    width: 0.91146vw;
    height: 0.91146vw;
    background: #1676b3;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .problem__box__inner figure {
    width: 72.00521vw;
    margin: 5.98958vw auto;
  }
  .problem__box__inner ul {
    padding: 5.07812vw 1.69271vw 0 1.69271vw;
  }
  .problem__box__inner ul li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 8.20312vw;
    font-size: 3.25521vw;
    line-height: 5.46875vw;
  }
  .problem__box__inner ul li + li {
    margin-top: 4.6875vw;
  }
  .problem__box__inner ul li::before {
    position: absolute;
    content: "";
    width: 4.81771vw;
    height: 4.6875vw;
    background: url("../img/iconCheck.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .problem__box__inner .txt {
    text-align: center;
    font-size: 3.38542vw;
    line-height: 5.72917vw;
    margin-top: 44.40104vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #1676b3;
    color: #fff;
    padding: 4.29688vw 1.30208vw 6.51042vw;
    -moz-border-radius: 0 0 1.95312vw 1.95312vw;
         border-radius: 0 0 1.95312vw 1.95312vw;
  }
  .problem__box__inner .txt::before, .problem__box__inner .txt::after {
    position: absolute;
    content: "";
  }
  .problem__box__inner .txt::before {
    width: 42.83854vw;
    height: 42.96875vw;
    background: url("../img/bgProblem01_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: -42.96875vw;
  }
  .problem__box__inner .txt::after {
    width: 44.27083vw;
    height: 41.40625vw;
    background: url("../img/bgProblem02_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    top: -41.40625vw;
  }
  .problem__box__inner .txt span {
    color: #fff7b6;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(60, 162, 226, 0.78)), color-stop(90%, rgba(60, 162, 226, 0.78)), color-stop(90%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(60, 162, 226, 0.78) 50%, rgba(60, 162, 226, 0.78) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
    background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(60, 162, 226, 0.78) 50%, rgba(60, 162, 226, 0.78) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(60, 162, 226, 0.78) 50%, rgba(60, 162, 226, 0.78) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  }
  .common__ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .common__ttl h2 {
    font-size: 6.11979vw;
    line-height: 1;
    display: inline-block;
    padding: 0 8.72396vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #16203d;
  }
  .common__ttl h2::before, .common__ttl h2::after {
    position: absolute;
    content: "";
    width: 5.46875vw;
    height: 5.46875vw;
    background: url("../img/iconTTL.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .common__ttl h2::before {
    left: 0;
  }
  .common__ttl h2::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    right: 0;
  }
  .common__ttl span {
    font-size: 2.21354vw;
    line-height: 1;
    color: #16203d;
    letter-spacing: 0.18em;
    margin-top: 2.34375vw;
  }
  .merit {
    padding: 16.27604vw 5.85938vw 13.67188vw 5.46875vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .merit__con {
    margin-top: 9.11458vw;
    margin-left: auto;
    margin-right: auto;
    counter-reset: article;
  }
  .merit__con article {
    counter-increment: article;
  }
  .merit__con article + article {
    margin-top: 13.93229vw;
  }
  .merit__con article figure {
    text-align: center;
  }
  .merit__con article .ar {
    width: 100%;
    padding: 4.94792vw 8.07292vw 2.60417vw 8.72396vw;
    background: #fff;
    -moz-border-radius: 1.95312vw;
         border-radius: 1.95312vw;
    position: relative;
    margin-top: 1.30208vw;
  }
  .merit__con article .ar::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    -moz-border-radius: 1.95312vw;
         border-radius: 1.95312vw;
    background: #303964;
    opacity: 0.1;
    top: 1.30208vw;
    left: 0.91146vw;
    z-index: -1;
  }
  .merit__con article .ar h3 {
    font-size: 4.42708vw;
    line-height: 8.46354vw;
    color: #16203d;
    letter-spacing: 0.04em;
  }
  .merit__con article .ar h3::before {
    content: counter(article) ".";
    font-size: 6.51042vw;
    line-height: 8.46354vw;
    letter-spacing: 0.04em;
    color: #16203d;
  }
  .merit__con article .ar .txt {
    font-size: 3.125vw;
    line-height: 4.6875vw;
  }
  .merit__con article .ar .txt br {
    display: none;
  }
  .merit__con article:nth-of-type(1) figure img {
    width: 57.29167vw;
  }
  .merit__con article:nth-of-type(2) {
    position: relative;
  }
  .merit__con article:nth-of-type(2) figure img {
    width: 59.24479vw;
  }
  .merit__con article:nth-of-type(2)::before {
    position: absolute;
    content: "";
    width: 8.46354vw;
    height: 8.07292vw;
    background: url("../img/ballon.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -11.45833vw;
    left: 30.59896vw;
  }
  .merit__con article:nth-of-type(3) figure img {
    width: 57.42188vw;
  }
  .consul {
    background: url("../img/bgLight_sp.png") center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .consul::before, .consul::after {
    position: absolute;
    content: "";
  }
  .consul::before {
    width: 25.26042vw;
    height: 39.32292vw;
    background: url("../img/man.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 21.48438vw;
    bottom: 0;
  }
  .consul::after {
    width: 25.26042vw;
    height: 37.23958vw;
    background: url("../img/woman.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 19.66146vw;
    bottom: 0;
  }
  .consul__inner {
    padding: 8.20312vw 0 41.92708vw;
  }
  .consul__con {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0 1.95312vw;
  }
  .consul__con dl {
    padding: 0 3.90625vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .consul__con dl:nth-of-type(1) {
    border-right: 1px solid #323232;
    padding-left: 0;
  }
  .consul__con dl:nth-of-type(2) {
    border-left: 1px solid #323232;
    padding-right: 0;
  }
  .consul__con dl dt {
    font-size: 4.29688vw;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .consul__con dl dt small {
    font-size: 2.99479vw;
  }
  .consul__con dl dd {
    font-size: 5.85938vw;
    line-height: 1;
    margin-top: 1.5625vw;
  }
  .consul__con dl dd span {
    font-size: 7.8125vw;
    line-height: 1;
  }
  .consul__con .txt {
    width: 100%;
    text-align: center;
    font-size: 3.51562vw;
    line-height: 6.11979vw;
    letter-spacing: 0.02em;
    margin-top: 5.20833vw;
  }
  .voice {
    padding: 13.02083vw 0 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .voice::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 17.57812vw;
    background: #2679b2;
    opacity: 0.12;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .voice__scroll {
    overflow: scroll;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 7.16146vw;
  }
  .voice__con {
    margin: 6.51042vw auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .voice__con article {
    width: 65.75521vw;
    background: #fff;
    -moz-border-radius: 1.95312vw;
         border-radius: 1.95312vw;
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
         box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    padding: 7.8125vw 2.60417vw;
  }
  .voice__con article + article {
    margin-left: 8.46354vw;
  }
  .voice__con article .voice__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
  .voice__con article .voice__info .info {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 3.125vw;
    font-size: 3.51562vw;
    line-height: 5.46875vw;
    color: #000000;
  }
  .voice__con article h3 {
    font-size: 4.55729vw;
    line-height: 5.85938vw;
    margin-top: 3.90625vw;
    letter-spacing: -0.02em;
  }
  .voice__con article .txt {
    font-size: 3.25521vw;
    line-height: 5.85938vw;
    margin-top: 1.95312vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
  .voice__con article:nth-of-type(1) .voice__info figure {
    width: 13.54167vw;
  }
  .voice__con article:nth-of-type(2) .voice__info figure {
    width: 16.17477vw;
  }
  .voice__con article:nth-of-type(3) .voice__info figure {
    width: 10.90856vw;
  }
  .step {
    margin-top: 21.35417vw;
  }
  .step__list {
    width: 100%;
    counter-reset: dl;
    padding: 7.42188vw 5.98958vw 13.28125vw 6.38021vw;
  }
  .step__list dl {
    counter-increment: dl;
    position: relative;
    -moz-border-radius: 0.78125vw;
         border-radius: 0.78125vw;
    border: 0.78125vw solid #1676b3;
    padding: 8.20312vw 6.51042vw 6.51042vw 6.51042vw;
  }
  .step__list dl::after {
    position: absolute;
    width: 100%;
    content: "STEP " counter(dl);
    font-size: 4.6875vw;
    line-height: 1;
    top: -1.17188vw;
    text-align: center;
    left: -1.30208vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 24.08854vw;
    height: 7.55208vw;
    background: #2679b2;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    -moz-border-radius: 0.78125vw;
         border-radius: 0.78125vw;
  }
  .step__list dl + dl {
    margin-top: 6.25vw;
  }
  .step__list dl + dl::before {
    position: absolute;
    content: "";
    width: 8.33333vw;
    height: 4.81771vw;
    background: url("../img/arrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -7.29167vw;
  }
  .step__list dl dt {
    text-align: center;
    color: #2679b2;
    font-size: 5.72917vw;
    line-height: 10.54688vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .step__list dl dd figure {
    text-align: center;
    margin-top: 1.69271vw;
  }
  .step__list dl dd .txt {
    font-size: 3.90625vw;
    line-height: 6.38021vw;
    letter-spacing: 0.14em;
    margin-top: 4.6875vw;
  }
  .step__list dl:nth-of-type(1) dd figure img {
    width: 29.42708vw;
  }
  .step__list dl:nth-of-type(2) dd figure img {
    width: 24.86979vw;
  }
  .step__list dl:nth-of-type(3) dd figure img {
    width: 26.30208vw;
  }
  .learning {
    margin-top: 9.375vw;
    padding: 59px 1.95312vw 58.59375vw;
    background: url("../img/bgLearn.png") 0 0 repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .learning::before, .learning::after {
    position: absolute;
    content: "";
  }
  .learning::before {
    width: 50.39062vw;
    height: 53.90625vw;
    background: url("../img/learn01.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    left: 0;
  }
  .learning::after {
    width: 48.04688vw;
    height: 53.125vw;
    background: url("../img/learn02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    right: 0;
  }
  .learning__box {
    width: 100%;
    margin: 7.8125vw auto 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: rgba(48, 57, 100, 0.1);
    padding: 2.60417vw 1.95312vw;
  }
  .learning__box__inner {
    background: #fff;
    padding: 3.90625vw 5.20833vw;
    -moz-border-radius: 1.95312vw;
         border-radius: 1.95312vw;
  }
  .learning__box__inner ul li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 1.95312vw 0 1.95312vw 5.20833vw;
    font-size: 3.90625vw;
    line-height: 5.46875vw;
    border-bottom: 1px solid #b5b5b6;
  }
  .learning__box__inner ul li::before {
    position: absolute;
    content: "";
    width: 3.90625vw;
    height: 3.77604vw;
    background: url("../img/pen.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 2.86458vw;
  }
  .apply {
    margin-top: 12.23958vw;
    padding: 3.90625vw;
  }
  .apply__main {
    width: 100%;
    margin: auto;
    background: #f5fbff;
    border: 0.78125vw solid #1676b3;
    padding: 3.90625vw 1.95312vw;
  }
  .footer {
    background: #1676b3;
    margin-top: 6.51042vw;
  }
  .footer__main {
    padding: 5.59896vw 0 2.86458vw;
    width: 100%;
    margin: auto;
  }
  .footer__menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__menu li + li {
    margin-left: 7.8125vw;
  }
  .footer__menu li a {
    font-size: 3.38542vw;
    line-height: 1;
    color: #fff;
  }
  .footer__copyright {
    margin-top: 5.46875vw;
    color: #fff;
    font-size: 2.21354vw;
    line-height: 1;
    font-family: "游ゴシック", YuGothic, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    letter-spacing: 0.12em;
    text-align: center;
  }
  .pageThanks .container .footer {
    margin-top: auto;
  }
  .pageThanks .container .thanks {
    padding: 5.20833vw 1.95312vw;
    text-align: center;
    max-width: 600px;
    width: 100%;
    margin: auto;
  }
  .pageThanks .container .thanks h2 {
    font-size: 4.16667vw;
    line-height: 5.98958vw;
    font-weight: 700;
    color: #012A5A;
  }
  .pageThanks .container .thanks .txt {
    font-size: 2.08333vw;
    line-height: 2.60417vw;
    font-weight: 400;
    color: #012A5A;
    margin-top: 4.94792vw;
    text-align: left;
  }
  .pageThanks .container .thanks .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 6.51042vw;
  }
  .pageThanks .container .thanks .btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 29.16667vw;
    height: 5.72917vw;
    -moz-border-radius: 0.65104vw;
         border-radius: 0.65104vw;
    background: #FFA741;
    color: #fff;
    font-size: 2.08333vw;
    font-weight: 700;
  }
}

.error {
  color: #ff0000;
  display: block;
  width: 100%;
}
