@charset "UTF-8";

html {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 62.5%;
    font-weight: 400;
    letter-spacing: 0.05em;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

img,
video {
    width: 100%;
    vertical-align: bottom;
    height: auto;
}

a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    opacity: 0.75;
    transition: 0.3s;
}
button:hover {
    opacity: 0.75;
    transition: 0.3s;
}

li {
    list-style: none;
}

input {
    border: 1px;
    font-size: 1.6rem;
    height: 2em;
    padding: 0 1em;
    background: #efefef;
}

button {
    border: 1px;
    font-size: 1.6rem;
    height: 2em;
    padding: 0 1em;
    background: #efefef;
}

.nl{
    font-weight: 300;
}
.nr{
    font-weight: 400;
}
.nm{
    font-weight: 500;
}
.nb{
    font-weight: 700;
}
.hr{
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ', 'Hiragino Kaku Gothic Pro','游ゴシック','YuGothic', Verdana, 'Meiryo', 'メイリオ',  sans-serif;
    font-weight: 400;
}

.bd{
    font-family: toppan-bunkyu-gothic-pr6n,serif;
    font-style: normal;
    font-weight: 600;
}

.sb{
    font-family: "Sofia Pro" , sans-serif;
    font-weight: 700;
    font-style: normal;
}

.progress {
    background: #fff;
    color: #000;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.progress__img {
    width: 15%;
    fill: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 26px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
}

.header__logo {
    height: 30px;
    width: auto;
}
.header__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__item {
    padding: 0 20px;	   
}
.header__link{
    color: #fff;
    font-family: "Sofia Pro", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
}

/*以下ハンバーガーメニューcss*/
.sp-hum {
    display: none;
}
.sp-header-nav {
    display: none;
}

.body{
    background-color: #000;
}
.main{
    overflow: hidden;
}

/* ____________________

component-start
____________________ */



.box{
    max-width:960px;
    margin: auto;
    width: 90%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 12px rgba(132, 132, 132, 0.16);
    padding: 60px 30px;
}

.box__wrap{
    max-width: 650px;
    margin: auto;
}
.box__ttl{
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
}

.box__content{
    padding: 30px 0px;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #D5D5D5;
}
.box__content:last-of-type{
    border-bottom: none;
}

.box__label {
    font-size: 1.4rem;
    color: #333333;
    width: 200px;
    margin-bottom: 10px;
}
.box__detail {
    font-size: 1.4rem;
    line-height: 1.43;
    color: #3e3e3e;    
    width: calc(100% - 200px);
}
.box__detail-box{
    margin-bottom: 10px;
    display: block;
}
.box__detail-box:last-of-type{
    margin-bottom: 0;
}


/* ____________________

component-end
____________________ */

.fv{
    position: relative;
    height: 100vh;
}
.fv__ttl{
    width: 90%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.fv__ttl-sp{
    display: none;
}

.concept{
    padding: 130px 0 130px;
}

.concept__wrap{
    text-align: center;
}

.concept__cta{
    display: inline-block;
    position: absolute;
    top: 87%;
    left: 26%;
    transform: translateX(-50%);

}

.concept__top-text{
    max-width: 335px;
    margin: auto;
    display: block;
    margin-bottom: 14px;
}

.concept__link{
    max-width: 335px;
    width: 100%;
    border-radius: 7px;
    background: transparent linear-gradient(108deg, #FF4756 0%, #FFB665 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
    line-height: 1;
    padding: 20px 0;
    margin-bottom: 45px;
    display: inline-block;
}

.concept__text{
    color: #fff;
    letter-spacing: 0;
}
.concept__ttl{
    line-height: 1.5;
    font-size: 3.2rem;
    margin-bottom: 66px;
    display: inline-block;
    position: relative;
}
.concept__ttl:before {
    content: "";
    width: 97px;
    height: 115px;
    background-image: url(../img/concept-deco.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
}

.concept__detail{
    line-height: 1.875;
    font-size: 1.6rem;
}

.trouble__sp-img{
    display: none;
}

.feature{
    padding: 180px 0 0;
    max-width: 1320px;
    width: 90%;
    margin: auto;
}

.feature__wrap{
    max-width: 800px;
    width: 100%;
    border-radius: 30px;
    margin: auto;
    background-color: #fff;
    padding: 40px 60px 70px;
    position: relative;
}

.feature__wrap:before {
    content: "";
    width: 50%;
    height: 30%;
    background-image: url(../img/feature-pc-balloon.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    background-size: contain;
    position: absolute;
    top: -13%;
    left: calc(50% - 480px);
    z-index: 1;
}

.feature__ttl{
    padding-left: 95px;
    margin: auto;
    display: inline-block;
}

.feature__pc-ttl{
    min-width: 500px;
    max-width: 600px;
}

.feature__sp-ttl{
    display: none;
}


.feature__text{
    padding-top: 30px;
}

.feature__content{
    padding: 30px 0;
    border-bottom: dashed 1px #000;
}
.feature__content:last-of-type{
    border-bottom: none;
}

.feature__num{
    width: 60px;
    height: 60px;
}

.feature__caption{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.hw6{
    font-family: "Hiragino Sans";
    font-weight: normal;
}
@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W6);
    font-weight: 700;
  }

.feature__caption-ja{
    font-size: 2.4rem;
    line-height: 1.33;
    display: inline-block;
    margin-left: 20px;
}

.feature__detail{
    margin-left: 80px;
    font-size: 1.3rem;
    line-height: 1.9;
    text-align: left;
}
.point{
    padding: 310px 0 0;
}
.point__wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row wrap;
    max-width: 960px;
    width: 90%;
    margin: auto;
    position: relative;
}

.point__wrap:before {
    content: "";
    width: 50%;
    height: 30%;
    background-image: url(../img/point-pc-balloon.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    background-size: contain;
    position: absolute;
    top: -37%;
    left: -7%;
    z-index: 1;
}

.point__content{
    width: 47%;
    color: #fff;
}

.point__ttl-wrap{
    display: flex;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.point__ttl-wrap:before {
    content: "";
    width: 51px;
    height: 16px;
    background-image: url(../img/point-text.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
    position: absolute;
    top: -11px;
    left: -14px;
    z-index: 1;
    transform: rotate(-22deg);
    -moz-transform: rotate(-22deg);
    -webkit-transform: rotate(-22deg);
}

.point__num{
    width: 60px;
    height: 60px;
}

.point__ttl {
    display: inline-block;
    font-size: 2.4rem;
    line-height: 1.3;
    margin-left: 20px;
}

.point__detail{
    font-size: 1.4rem;
    line-height: 1.86;
    text-align: left;
}
.point__img01{
    max-width: 410px;
}
.point__img02-sp{
    display: none;
}
.point__content--second{
    text-align: right;
    margin-bottom: 120px;
}
.point__img03-sp{
    display: none;
}

.review{
    padding: 130px 0 0;
}

.review__wrap{
    max-width: 960px;
    width: 90%;
    margin: auto;
}

.review__ttl{
    max-width: 370px;
    width: 50%;
    margin: auto;
    display: block;
    margin-bottom: 90px;
}

.review__content{
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-bottom: 70px;
}

.review__img-wrap{
    width: 48%;
}

.review__sp-img01,
.review__sp-img02,
.review__sp-img03{
    display: none;
}

.review__text{
    color: #fff;
    letter-spacing: 0;
    margin-left: 40px;
}

.review__name{
    font-size: 1.6rem;
}

.review__ceo{
    font-size: 1.3rem;
}

.review__label-wrap{
    color: #fff;
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 1;
    position: absolute;
    top: 45%;
    left: 60%;
    transform: translate(-50%,-50%);
}

.review__label{
    display: inline-block;
    width: auto;
    height: 120px;
}

.review__label-wrap--second{
    left: 66.8%;
}
.review__label-wrap--third{
    left: 65%;
}

.greet{
    padding: 130px 0 0;
}
.greet__ttl {
    max-width: 175px;
    width: 50%;
    margin: 0 auto 100px;
}
.greet__wrap{
    max-width: 960px;
    margin: auto;
    width: 90%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.greet__img{
    border-radius: 10px;
    width: 44%;
    max-width: 430px;
}
.greet__text{
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    color: #fff;    
    width: 56%;
    padding-left: 50px;
}
.greet__detail{
    line-height: 1.875;
    margin-bottom: 30px;
}

.greet__company,.greet__name{
    line-height: 1.6;
}

.greet__sns{
    width: 20px;
    height: 23px;
    margin-left: 3px;
}



.flow{
    padding: 130px 0 0;
}

.flow__wrap{
    max-width: 370px;
    width: 90%;
    margin: auto;
}
.flow__ttl{
    margin-bottom: 57px;    
}



/* _______________ */

.company{
    padding: 130px 0 125px;
}


.contact{
    padding: 80px 0 20px;
}

.contact__ttl{
    margin-bottom: 60px;
}

.contact__form {
    max-width: 650px;
    margin: auto;
}
.contact__content {
    margin-bottom: 25px;
}

.contact__label {
    font-size: 1.4rem;
    color: #333;
    display: inline-block;
    margin-bottom: 8px;
    position: relative;
}

.must.contact__label::before {
    content: "必須";
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0.03em;
    text-align: center;
    line-height: 1.4;
    color: #fff;
    width: 3em;
    position: absolute;
    left: calc(100% + 8px);
    bottom: 0;
    background-color: #D83C3E;
    border-radius: 3px;
}

.contact__input {
    width: 100%;
    height: 40px;
    padding: 8px 10px;
    background: #EFEFEF;
    border-radius: 5px;
    font-size: 1.6rem;
}

.contact__input--post {
    width: 209px;
    max-width: 100%;
}

.contact__textarea {
    width: 100%;
    padding: 8px 10px;
    background: #EFEFEF;
    border-radius: 5px;
    font-size: 1.6rem;

}

.contact__btn-wrap{
    text-align: center;
    max-width: 380px;
    margin: 60px auto 0;
}

.contact__btn, .contact__btn-back{
    border-radius: 32px;
    background: transparent linear-gradient(180deg, #FF4756 0%, #FFB665 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 12px rgba(70, 70, 70, 0.16);
    line-height: 3;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 60px;
    display: inline-block;
}

.check__btn-wrap{
    text-align: center;
}
.contact__btn-wrap--check{
    display: inline-block;
    width: 230px;
    margin: 40px 30px 0;
}

.check-page .must::before{
    content: none;
}


label.error {
    display: block;
    color: red;
    font-size: 1.6rem;
}

.contact__input::placeholder,
.contact__textarea::placeholder {
    color: #ACACAC;
    font-weight: 400;
    font-size: 1.2rem;
  }
  
  /* IE */
.contact__input:-ms-input-placeholder,
.contact__textarea:-ms-input-placeholder {
    color: #ACACAC;
    font-weight: 400;
    font-size: 1.6rem;
  }
  
  /* Edge */
.contact__textarea::-ms-input-placeholder,
.contact__input::-ms-input-placeholder {
    color: #ACACAC;
    font-weight: 400;
    font-size: 1.6rem;
  }

  .contact__check {
    font-size: 1.6rem;
}


.thanks-page {
    position: relative;
    height: 80vh;
}

.thanks {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

.thanks__title{
    font-size: 3.2rem;
    font-weight: 700;
}

.thanks__text{
    font-size: 2rem;
    letter-spacing: 0.04em;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 82px;
}

.thanks__comment{
    font-size: 3.5rem;
    margin-bottom: 60px;
}



/* _______________________ */

.privacy-page,.thanks-page,.check-page{
    background-color: #F7F7F7;
}

.privacy{
     padding: 45px 0 60px;
}
.privacy__wrap{
    max-width: 1220px;
    width: 90%;
    margin: auto;
    letter-spacing: 0;
}
.privacy__ttl{
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 60px;
}

.privacy__caption{
    font-size: 2.3rem;
    line-height: 1.43;
    border-bottom: 2px solid #000A57;
    margin-bottom: 24px;
}

.privacy__detail{
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 60px;
}
.privacy__info{
    font-size: 1.4rem;
}
.privacy__info-text{
    margin-bottom: 8px;
}
.privacy__info-text:last-of-type{
    margin-bottom: 0;
}

/* _______________________ */
.footer{
    padding: 40px 5% 30px;
    background-color: #000;
}

.footer__list{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
}
.footer__item {
    margin: 0 20px;
}
.footer__link{
    font-size: 1.6rem;
    color: #fff;       
}

.footer__privacy{
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
}



@media screen and (max-width:1280px) {
    .header__item {
        padding: 0 15px;	   
    }
    .header__link {
        font-size: 1.4rem;
    }
    .review__label {
        height: 100px;
    }
    
}

@media screen and (max-width:1050px) {
    
    .header.open{
        background: #000;
    }
    
    .header__nav{
        display: none;
    }
    
    .sp-header-nav,
    .sp-hum {
        display: block;
    }

    .header-hum {
        display: block;
        cursor: pointer;
    }


    .header-hum__wrap {
        position: relative;
        display: block;
        width: 30px;
        height: 9px;
    }

    .header-hum__wrap {
        position: relative;
    }

    .header-hum__wrap.open {
        height: 23px;
    }

    .sp-header-nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        padding: 0px 5%;
        background: #fff;
        height: 0vh;
        overflow: hidden;
        transition: 0.3s;
        transition-property: height, padding;
        background-color: #000;
    }

    .sp-header-nav.open {
        height: 60vh;
        padding: 20px 5%;
        overflow: scroll;
        z-index: 5;
    }

    .header-nav__link {
        padding: 17px 0;
        width: 100%;
        color: #fff;
        font-family: "Sofia Pro", sans-serif;
        font-weight: 500;
        font-size: 1.6rem;
    }

    .header-hum__line {
        display: block;
        margin: auto;
        width: 100%;
        height: 1px;
        background: #fff;;
        transition: 0.3s;
        position: absolute;
    }

    .header-hum__line--top {
        top: 0;
        left: 0;
        transform: translateY(0%);
        background-color: #fff;
    }
    
    .header-hum__line--under {
        bottom: 0;
        right: 0;
        transform: translateY(0%);
        background-color: #fff;
        width: 50%;
    }

    .header-hum__line--top.open {
        top: 0;
        left: 0;
        transform: translateY(0%) rotate(-45deg);
        transform-origin: right;
    }

    .header-hum__line--center.open {
        opacity: 0;

    }

    .header-hum__line--under.open {
        bottom: 0;
        left: 0;
        transform: translateY(0%) rotate(45deg);
        transform-origin: right;
        width: 100%;
    }
    
}

@media screen and (max-width:1024px) {
    .feature__wrap:before {
        top: -21%;
        left: calc(50% - 405px);
    }

    .review__label {
        height: 90px;
    }
}

@media screen and (max-width:768px) {
    .box{
        padding: 60px 20px 30px;
    }
    .box__content{
        flex-flow: column wrap;
    }
    .box__label {
        width: 100%;
    }

    .box__detail {
        width: 100%;
    }

    .fv{
        height: 80vh;
    }
    .fv__ttl{
        width: 100%;
        top: 60%;
        max-width: 600px;
    }
    .fv__ttl-pc{
        display: none;
    }
    .fv__ttl-sp{
        display: block;
    }
    .concept__cta{
        width: 100%;
        display: block;
        position: static;
        transform: translateX(0);
    }
    .concept__link{
        font-size: 2.1rem;
    }
    .concept__wrap {
        width: 90%;
        margin: auto;
    }

    .trouble__pc-img{
        display: none;
    }

    .trouble__sp-img{
        display: block;
    }
    .feature {
        padding: 270px 0;
    }
    .feature__wrap:before {
        content: "";
        max-width: 275px;
        width: 80%;
        height: 30%;
        background-image: url(../img/feature-sp-balloon.png);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: bottom;
        position: absolute;
        top: -28%;
        left: auto;
        right: -5%;
    }
    .feature__ttl {
        padding-left: 0;
        padding: 0;
        display: block;
        text-align: center;
    }
    .feature__pc-ttl {
        display: none;
    }
    .feature__sp-ttl {
        display: inline-block;
        max-width: 380px;
    }

 
    .feature__wrap {
        padding: 50px 10px 20px;
        border-radius: 15px;
    }
    .feature__text {
        padding: 0px;
    }

    .feature__caption-ja {
        font-size: 2.2rem;
        margin-left: 10px;
    }
    .feature__detail {
        margin-left: 0px;
    }
    .point {
        padding: 65px 0;
    }
    .point__wrap {
        flex-flow: column wrap;
    }
    .point__wrap:before {
        content: "";
        max-width: 275px;
        width: 80%;
        height: 30%;
        background-image: url(../img/point-sp-balloon.png);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: bottom;
        position: absolute;
        top: -33%;
        left: auto;
        right: -5%;
    }

    .point__content {
        width: 100%;
        margin: auto;
    }
    .point__content--second {
        text-align: center;
    }
    .point__img01 {
        display: block;
        margin: 10px 0 25px;
    }
    .point__img02-sp{
        display: block;
        width: 100%;
        height: 200px;
        position: relative;
    }
    .point__img02-sp:before {
        content: "";
        width: 155%;
        height: 180px;
        background-image: url(../img/point-img02.png);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        background-size: contain;
        position: absolute;
        bottom: 0;
        left: -26%;
        top: 0;
        z-index: 1;
        right: 0;
    }
    .point__content--second {
        margin-bottom: 55px;
    }

    .point__ttl {
        font-size: 2.1rem;
        margin-left: 10px;
        text-align: left;
        line-height: 1.5;
    }

    .point__img03-pc {
        display: none;
    }
    .point__img03-sp {
        display: block;
    }
    .point__img03-sp {
        display: block;
        margin: 45px 0 80px;
    }

    .review {
        padding: 0 0;
    }
    .review__ttl {
        width: 70%;
        margin-bottom: 60px;
    }
    .review__pc-img{
        display: none;
    }
    .review__sp-img01,
    .review__sp-img02,
    .review__sp-img03{
        display: block;
    }
    .review__img-wrap {
        width: 40%;
        height: 115px;
        margin-bottom: 75px;
    }
    .review__img-wrap--second{
        order: 2;
    }

    .review__sp-img01,
    .review__sp-img02, 
    .review__sp-img03 {
        height: 135%;
        width: auto;
        position: absolute;
    }
    .review__sp-img01,.review__sp-img03{
        left: 0;
    }
    .review__sp-img02{
        right: 0;
    }

    .review__name {
        font-size: 1.4rem;
        font-weight: 400;
    }
    .review__ceo {
        font-size: 1.2rem;
    }
    .review__label-wrap {
        width: 70%;
        top: 55%;
        left: 68%;
    }
    .review__label {
        height: 63px;
    }
    .review__label-wrap--second {
        left: 35%;
    }
    .review__text {
        width: 55%;
    }
    .greet {
        padding: 60px 0 0;
    }
    .greet__ttl {
        width: 26%;
        margin: 0 auto 30px;
    }
    .greet__wrap{
        flex-flow: column wrap;
    }

    .greet__text {
        order: -1;
        width: 100%;
        padding-left: 0;
        margin-bottom: 50px;
    }
    .greet__img {
        width: 100%;
    }
    .greet__company, .greet__name {
        width: 160px;
        display: block;
        margin-left: auto;
        margin-right: 0;
    }
    .flow {
        padding: 100px 0 60px;
    }

    .flow__wrap {
        width: 90%;
        margin: auto;
    }
    .flow__ttl {
        display: block;
        width: 60%;
        margin: auto;
        margin-bottom: 40px;
    }
    
    
    .contact__content {
        margin-bottom: 40px;
        display: block;
    }


    .company{
        padding: 20px 0 60px;
    }

    .thanks__title{
        font-size: 2rem;
      }
      
    .thanks__text{
          font-size: 1.4rem;
    }
    .footer__list {
        text-align: center;
        display: block;
    }
    .footer__list{
        margin: 0 0 20px;
    }
    .footer__item{
        margin: 0 0 20px;
    }
    .footer__item:last-of-type{
        margin-bottom: 0px;
    }
    .footer__privacy{
        font-size: 1.2rem;
    }


}

@media screen and (max-width:550px) {
    .review__sp-img01,
    .review__sp-img02, 
    .review__sp-img03 {
        height: 120%;
        width: auto;
        position: absolute;
    }
    .review__sp-img01,.review__sp-img03{
        left: -8%;
    }
    .review__sp-img02{
        right: -8%;
    }
    .review__label-wrap {
        width: 70%;
        top: 55%;
        left: 60%;
    }
    .review__label {
        height: 63px;
    }
    .review__label-wrap--second {
        left: 35%;
    }

}
@media screen and (max-width:480px) {

    .review__sp-img01,
    .review__sp-img02, 
    .review__sp-img03 {
        height: 100%;
    }


    .concept {
        padding: 0px 0 100px;
    }

    .concept__text {
        text-align: left;
    }
    .concept__ttl {
        font-size: 2.3rem;
        margin-bottom: 40px;
        
    }

    .concept__ttl:before {
        width: 57px;
        height: 65px;
    }
    
    .contact__input::placeholder,
    .contact__textarea::placeholder {

        font-size: 1.4rem;
    }
    
    /* IE */
    .contact__input:-ms-input-placeholder,
    .contact__textarea:-ms-input-placeholder {

        font-size: 1.4rem;
    }
    
    /* Edge */
    .contact__textarea::-ms-input-placeholder,
    .contact__input::-ms-input-placeholder {

        font-size: 1.4rem;
    }
    label.error {
        font-size: 1.4rem;
    }



}