@charset "utf-8";
/* not sans jp */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800&display=swap');

body{
    font-family: 'Noto Sans JP', sans-serif;
}

header{

}
.header-wrap{
    max-width: 1200px;
    margin: 0 auto;
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    padding: 18px 0;
}
.logo-wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.logo{
    display: inline-block;
    height: 35px;
}
/* .comp-logo{
    margin-right: 35px;
} */
.step{
    font-size: 14px;
    color: #757575;
    letter-spacing: 0px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 10px;
    font-weight: 400;
}

.header-text{
    display: inline-block;
    font-size: 20px;
    height: 35px;
    font-weight: bold;
    color: #525252;
    letter-spacing: -0.6px;
}
.header-text2{
    max-width: 1200px;
    text-align: left;
    margin: 0 auto;
    font-size:18px;
    /* line-height: 30px; */
    font-weight: 500;
    letter-spacing: -0.54px;
    color: #FFFFFF;
}

main{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.main-text-wrap{
    width: fit-content;
    margin: 0 auto;
}
.main-text{
    padding: 81px 0 58px 0;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: -0.36px;
    color: #4B4B4B;
    text-align:center;
}
.main-text-content{
    margin: 0 auto;
    color: #4B4B4B;
    opacity: 1;
    letter-spacing: 0px;
}
.big{
    font-size: 28px;    
    font-weight: bold;
    padding-bottom: 56px;
}
.small{
    font-size: 18px;    
    font-weight: 400;
}

.main-btn-container{
    width: fit-content;
    display: flex;
    /* justify-content: space-between; */
    margin: 0 auto;
    padding-top: 30px;
}
.main-btn-back{
    /* border: solid 1px rgb(173, 173, 173); */
    border-radius: 3px;
    width: 180px;
    height: 44px;
    line-height: 44px;
    /* padding: 7px 28px; */
    display: inline-block;
    background-color: #ff7c80;
    color: white;
    font-size: 18px;
    margin-right: 30px;
    cursor: pointer;
}
.main-btn-next{
    /* border: solid 1px rgb(173, 173, 173); */
    border-radius: 3px;
    width: 180px;
    height: 44px;
    line-height: 44px;
    /* padding: 7px 28px; */
    display: inline-block;
    background-color: #ff7c80;
    color: white;
    font-size: 18px;
    cursor: pointer;
}
.main-btn-back:hover{
    opacity: 0.5;
} 
.main-btn-next:hover{
    opacity: 0.5;
}
.create-form-btn:hover{
    opacity: 0.5;
}

/* top画面 ファイル選択画面 */
.steper-wrap{
    /* margin-top: 10px; */
    /* background-color: #ff7c80; */
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    height: 40px;
    line-height: 40px;
    color: #fffdf0;
    font-weight: bold;
    background: #525252 0% 0% no-repeat padding-box;
    padding: 0 30px;
}
.steper-container{
    max-width: 1200px;
    margin: 0px auto;
    text-align: left;
}
.steper-content{
    display: inline-block;
    padding-right: 16px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.48px;
    color: #ff7c80;
}

.inactive{
    color:#bbbbbb;
}

.announce-wrap{
    /* margin-top: 64px; */
    opacity: 0;
}
.announce-title{
    font-size: 20px;
}
.announce-text-wrap{
    width: fit-content;
    margin: 0 auto;
}
.announce-text{
    text-align: left;
}

.google-wrap{
    margin-top: 81px;
}
.google-title{
    font-size: 28px;
    font-weight: bold;
    color: #4B4B4B;
}
.google-img{
    width: 300px;
    height: 72px;
    margin: 0 auto;
    margin-top: 46px;
    background: url(../img/btn_google_signin_light_normal_web.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;

}
.google-img:hover{
  background: url("../img/btn_google_signin_light_focus_web.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.google-img:active{
  background: url("../img/btn_google_signin_light_pressed_web.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.google-text-container{
    margin: 0 auto;
    width: fit-content;
}
.google-text{
    text-align: center;
    text-align: left;
    padding-top: 30px;
    font-size: 14px;
    color: #ff7c80;
}

.top-btn{
    margin-top: 87px;
}


/* フォーム */
.input-title{
    font-size: 20px;
    color: #4b4b4b;
    font-weight: bold;
    margin: 81px 0 36px;
}
.form-content{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.form-content p{
    margin: 0;
    color: #757575;
    letter-spacing: -0.32px;
}
.file-input-btn{
    border: solid 1px #FF7c80;
    background-color: white;
    border-radius: 50px;
    display: inline-block;
    width: 260px;
    height: 44px;
    line-height: 44px;
    color: #FF7c80;
    font-weight: 500;
    margin-bottom: 42px;
    cursor: pointer;
}
.file-input-btn:hover{
    background-color: #FF7c80;
    color: white;
}

.drop-zone{
    border: 1px dashed #BBBBBB;
    /* padding: 30px; */
    width: 90vw;
    max-width: 760px;
    height: 215px;
    border-radius: 6px;
    background-color: #F1F1F1;
}
.create-fotm-btn-wrap{
    margin-top: 0px;
}
.create-form-btn{
    border: none;
    border-radius: 3px;
    width: 236px;
    height: 44px;
    line-height: 44px;
    /* padding: 7px 20px; */
    display: inline-block;
    background-color: #ff7c80;
    color: white;
    font-size: 18px;
    letter-spacing: -0.36px;
    font-weight: 400;
    cursor: pointer;
}

.form2{
    margin: 0 auto;
    width: fit-content;
    position: absolute;
    top: 0%;left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    height: 200px;
    /* padding: 30px; */
    z-index:-10;
}
.error_message{
    text-align: center;
    height: 30px;
    margin-top: -45px;
    /* background-color: #525252; */
    font-size: 18px;
    color: #FF7c80;
    position: relative;
}

/* overlap */
.overlay{
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: #949494;
    z-index: 100;
    opacity: 0.8;
}
.overlay-text-wrap{
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
    align-items: center;
    opacity: 1;
}
.overlay-img{
    width: 50px;

}
.overlay-text{
    margin: 0;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    color: white;
}

/* モーダルウィンドウ */
.modal {
    /* max-width: 500px; */
    width: 500px;
    height: 50px;
    /* padding: 15px 20px; */
    background: #fff;
    /* 位置の調整(真ん中に表示) */
    position: fixed;
    /* top: 155px; */
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
    /* デフォルトでは非表示にしておく */
    opacity: 0;
    visibility: hidden;
    /* 表示の変化にかかる時間 */
    transition: .3s;
    padding: 7px 0;
  }
  
  /* activeクラスのついたモーダルウィンドウ */
  .modal.active {
    opacity: 1;
    visibility: visible;
    background-color: #FF7c80;
    border: 2px solid white;
  }
  
  /* モーダルウィンドウ内の閉じるボタン */
  .modal .close {
    position: absolute;
    top: 3px;
    right: 20px;
    cursor: pointer;
    font-size: 20px;
    z-index: 1500;
  }
.error_overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #949494;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.error_overlay.active{
    opacity: 0.8;
    visibility: visible;
    z-index: 999;
    background-color: #949494;
}
  