@charset "utf-8";
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?9dvcf8');
  src:  url('fonts/icomoon.eot?9dvcf8#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?9dvcf8') format('truetype'),
    url('fonts/icomoon.woff?9dvcf8') format('woff'),
    url('fonts/icomoon.svg?9dvcf8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-language:before {
  content: "\f1ab";
}
.icon-checkmark1:before {
  content: "\e90a";
}
.icon-download1:before {
  content: "\e909";
}
.icon-trash:before {
  content: "\e90b";
}
.icon-exclamation-triangle:before {
  content: "\f071";
}
.icon-document:before {
  content: "\e903";
}
.icon-close:before {
  content: "\e900";
}
.icon-chat:before {
  content: "\e90f";
}
.icon-microphone:before {
  content: "\e90c";
}
.icon-checkmark:before {
  content: "\e901";
}
.icon-information-outline:before {
  content: "\e902";
}
.icon-link:before {
  content: "\e904";
}
.icon-send:before {
  content: "\e905";
}
.icon-fast_forward:before {
  content: "\e90d";
}
.icon-download:before {
  content: "\e906";
}
.icon-cheveron-up:before {
  content: "\e907";
}
.icon-cheveron-down:before {
  content: "\e908";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-eye-blocked:before {
  content: "\e9d1";
}
.icon-reload:before {
  content: "\ea2e";
}
.icon-mood-happy-outline:before {
  content: "\e9e1";
}
.icon-mood-sad-outline:before {
  content: "\e9e5";
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
面接STEP共通
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.no_iframe #js_chat{
  position: static;
  overflow-y: auto;
  padding: 22vw 0 5vw;
  background: linear-gradient(to right, #d5dfee, #e9dfee);
}
.no_iframe #js_chat .bg_grade{
  background: #be2cf8;
  background-image: -moz-linear-gradient(0.45turn, #be2cf8, #2367c5);
  background-image: -webkit-linear-gradient(0.45turn, #be2cf8, #2367c5);
  background-image: -ms-linear-gradient(0.45turn, #be2cf8, #2367c5);
  background-size: 100% 100%;
}
.no_iframe #js_chat .b_shadow{
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/*===============================
求職者画面：動画上限時
===============================*/
#uchino_ai_stream .not_available{
  display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
  width: 100%;
  height: 100dvh;
  padding: 0 32px 128px;
}
#uchino_ai_stream .not_available .logo img{
  width: auto;
  height:48px;
}
#uchino_ai_stream .not_available p{
  font-size: 18px;
  line-height: 1.8;
}

/*お問い合わせボタン*/
.contact_text {
  display: inline-block !important;
  padding: 12px 0 !important;
  color: #333 !important; /* お好みの色に変更してください */
}

#uchino_ai_stream .not_available .next_step span{
  display: flex;
	justify-content: center;
	align-items: center;
  width: fit-content;
  padding:12px 48px;
  cursor: pointer;
  color:#fff;
  border-radius: 100px;
}
#uchino_ai_stream .not_available .next_step span:hover{
  opacity:0.7;
}

/*ロゴとナビゲーション
===============================*/
.trial_header{
  width: 100%;
  overflow: hidden;
  margin-bottom:5vw;
}
/*ロゴ*/
.trial_header .logo{
  height: 32px;
  margin:16px 0 32px;
  text-align: center;
  line-height: 1;
}
.trial_header .logo img{
  width: auto;
  height: 100%;
}
/*ナビ
===============================*/
.progress-bar {
  display: flex;
  justify-content: space-between;
  height: 6px;
  width: 43.75vw;
  margin:0 auto;
}
.progress-item {
  width: 8.75vw;
  border-radius: 10px;
}
/*各コンテンツの大枠
===============================*/
.step_wrap{
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  width: 90%;
  margin:0 auto;
  min-height:calc( 100dvh - 128px);
  padding-bottom:40px;
}
.WTT .step_wrap,
.WT .step_wrap{
  padding:0 32px;
}

.step_wrap .step_cont{
  width:100%;
  margin: 0 auto;
  padding: 32px 16px 32px;
  color:var(--color-navy);
  text-align: center;
  border-radius: 16px;
  border:1px solid #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.4);
}
/*アイコン*/
.step_wrap .step_cont .ic{
  display: block;
  width: 32px;
  margin:0 auto 12px;
}
.step_wrap .step_cont .ic img{
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;  
}
/*タイトル*/
.step_wrap .step_cont h1{
  color:var(--color-navy);
  font-size: 24px;
  margin:0 0 24px;
}
/*txt*/
.step_wrap .step_cont .txt{
  color:var(--color-navy);
  font-size: 16px;
  line-height: 1.6;
}
.step_wrap .step_cont .fs-12{
  font-size: 12px;
}
.step_wrap .step_cont .fs-14{
  font-size: 14px;
}
.step_wrap .step_cont .fw-500{
  font-weight: 500;
}
/*フォーム*/
.step_wrap .voice_form {
  width: 100%;
  padding: 32px 0;
  margin:0 auto;
}
.step_wrap .voice_form .wrap{
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  margin:0 0 16px;
}
.step_wrap .voice_form .wrap .name{
  width: 48%;
}
.name {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom:24px;
}
.name label {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.name input {
  width: 100%;
  height: 48px;
  padding: 8px;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.3s;
}
.namewrap .name input:focus {
  border-color: #66afe9;
  outline: none;
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}

/* 次へボタン共通 */
.step_wrap .next_step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 224px;
  height: 64px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 1;
  border-radius: 10vw;
  background: #be2cf8;
  background-image: -moz-linear-gradient(0.45turn, #be2cf8, #2367c5);
  background-image: -webkit-linear-gradient(0.45turn, #be2cf8, #2367c5);
  background-image: -ms-linear-gradient(0.45turn, #be2cf8, #2367c5);
  border: none;
  background-size: 100% 100%;
  cursor: pointer;
  /* -webkit-animation: cbAnime 12s ease infinite;
  -moz-animation: cbAnime 12s ease infinite;
  animation: cbAnime 12s ease infinite; */
  }
  .step_wrap .next_step.disabled {
    background: #ccc;
    cursor: not-allowed;
  }
  
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
STEP1：パスワード入力
===============================*/
.step_1{
  width: 100%;
}
.step_1 .voice_form {
  padding: 0;
}
.step_1 .voice_form .name{
  margin:56px 0;
}
.step_1 .name label {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: top 0.3s, transform 0.3s;
}
.step_1 .name label.active {
  top: -20px; /* ラベルを上に移動 */
  transform: translateY(0);
  font-size: 12px; /* ラベルのサイズを縮小 */
  color: #007bff; /* ラベルの色を変更 */
}
.step_1 .name input:focus + label,
.step_1 .name input:not(:placeholder-shown) + label {
  top: -20px; /* ラベルを上に移動 */
  transform: translateY(0);
  font-size: 12px; /* ラベルのサイズを縮小 */
  color: #007bff; /* ラベルの色を変更 */
}
/*パスワード*/
.step_1 .password-wrapper {
  display: flex;
  align-items: center;
}
.step_1 .password-wrapper input {
  flex: 1;
}
.step_1 .password-wrapper .icon-eye,
.step_1 .password-wrapper .icon-eye-blocked {
  cursor: pointer;
  color:rgba(113, 113, 113, 1);
  margin-left: 10px;
  font-size: 20px; /* アイコンのサイズを調整 */
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
STEP2：氏名入力
===============================*/
.step_wrap.step2{
  width: 80vw;
}
.step_wrap.step2.eform{
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  min-height: calc(100dvh - 128px);
  height: 100dvh;
  padding: 40px 0;
}
.eform .step2_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-height: calc(100dvh - 128px);
  border-radius: 16px;
  padding: 40px 8px 40px 0;
  width: 90%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.eform .form_close_button {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  border-radius: 50%;
  /* z-index: 10; */
}
.step_wrap.eform .step_cont {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 1);
  display: block;
  overflow-y: auto;
  box-shadow: none;
}
/*スクロールバー*/
.step_wrap.eform .step_cont::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(0,0,0,0); 
}

.step_wrap.eform .step_cont::-webkit-scrollbar-thumb {
  background: rgba(124, 124, 124, 0.7);
  width: 8px;
  border-radius: 5px;
}

.step2.eform .step_cont.namewrap {
  justify-content: normal;
  width: auto;
}



.step2 .step_cont.namewrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.step2 .txt{
  width: 100%;
  font-size: 16px;
  margin:0;
}
.step2 .txt.tc{
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin:0 0 8px;
}
.step2 .txt.tc.req::after{
  position: relative;
  content: " ※";
  color: #e32;
  font-size: 14px;
  bottom: 8px;
}
.step2 .ptxt {
  color: var(--color-navy);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 8px;
}
.prv_cl_wrap label {
  font-size: 12px;
}
.step2 .voice_form{
  padding:0;
  margin:32px auto 0;
}
.step2 .voice_form .wrap,
.step2 .voice_form .wrap2{
  margin:0 0 24px;
}
.step2 .voice_form .wrap .name{
  width: 46%;
  margin:0;
}
.step2 .voice_form .wrap2 .name{
    width: 100%;
    margin:0;
}

.step2 .voice_form .wrap2,
.step2 .voice_form .wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.step2 .voice_form .input_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.step2 .voice_form .name input{
  height: 40px;
  padding: 4px 8px;
}
/*プライバシーポリシー*/
.step2 .voice_form .prv_cl_wrap {
  margin:40px auto 0;
}
/*チェックボックス*/
.step2 .voice_form .prv_cl_wrap input[type="checkbox"] {
  transform: scale(1.3);
  margin: 0px 8px 0 0;
  vertical-align: middle;
}
/*ポップアップ*/
.step2 .terms_of_service{
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.8);
}
.step2 .terms_of_service .step_cont {
  width: 94%;
  padding: 32px 12px 32px;
  background: #fff;
}
.step2 .terms_of_service .terms_wrap{
  width: 100%;
  height: 50vh;
  overflow: hidden;
  padding:12px 4px 12px 12px;
  margin:24px auto;
  border:1px solid rgba(0,0,0,0.1);
  border-radius: 16px;
  background: #f5f5f5;
}
.step2 .terms_of_service .pp_cont{
  width: 100%;
  height: 100%;
  padding:0 8px 0 0;
  line-height: 1.6;
  text-align: left;
  overflow-y:scroll;
}
.step2 .terms_of_service .pp_cont .title{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin:0 0 18px;
}
.step2 .terms_of_service .pp_cont .item{
  font-size: 18px;
  font-weight: bold;
  margin:0 0 16px;
}
.step2 .terms_of_service .pp_cont .txt{
  color:var(--color-navy2);
  font-size: 16px;
  margin:16px 0 24px;
}
/*閉じるボタン*/
.step2 .terms_of_service .next_step{
  width:160px;
  height:40px;
  font-size: 14px;
}
/*スクロールバー*/
.step2 .terms_of_service .pp_cont::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(0,0,0,0); 
}
.step2 .terms_of_service .pp_cont::-webkit-scrollbar-thumb {
  background: rgba(124, 124, 124, 0.7);
  width: 8px;
  border-radius: 5px;
}

/*次へボタン*/
.namewrap .voice_form .next_step {
  margin-top: 32px;
}

.step2 .namewrap .voice_form .next_step {
  height: 40px;
  font-size: 14px;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
利用規約・注意事項：STEP3
===============================*/
.step3 .terms_of_service {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.step3 .terms_of_service .step_cont{
  padding: 24px 16px;
  margin-bottom:40px;
}
.step3 .terms_of_service .terms_wrap{
  width: 100%;
  height: 50vh;
  overflow-y: scroll;
  padding: 0 24px 0 0;
  text-align: left;
  overscroll-behavior: none;
}
/*文章*/
.step3 .t-c{
  text-align: center;
}
.step3 .fw-b{
  font-weight: bold;
}
.step3 .terms_of_service .terms_wrap .title{
  font-weight: bold;
  text-align: center;
  margin:0 0 18px;
}
.step3 .terms_of_service .terms_wrap .item{
  font-size: 18px;
  font-weight: bold;
  margin:0 0 16px;
}
.step3 .terms_of_service .terms_wrap .txt{
  margin:16px 0 24px;
}

/*スクロールバー*/
.step3 .terms_of_service .terms_wrap::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(0,0,0,0); 
}
.step3 .terms_of_service .terms_wrap::-webkit-scrollbar-thumb {
  background: rgba(124, 124, 124, 0.7);
  width: 8px;
  border-radius: 5px;
}

/*承認ボタン*/
.step3 .terms {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  margin-bottom:32px;
}
.step3 .terms input[type="checkbox"] {
  margin-right: 10px;
  transform: scale(1.5);
}

/*確認ボタン*/
.precautions_btn{
  width: fit-content;
  overflow: hidden;
  padding: 4px;
  margin:24px 0 24px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 100px;
  background: linear-gradient(45deg, #1E65C9 0%, #7747E0 50%, #BF2CF7 100%);
  -webkit-tap-highlight-color: transparent;
}
.precautions_btn input[type="checkbox"] {
  display: none;
}
.precautions_btn .mask{
  display: flex;
	justify-content: center;
	align-items: center;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
  -webkit-tap-highlight-color: transparent;
}
.precautions_btn .voices {
  background: #fff;
  border-radius: 100px;
}
.precautions_btn .fbuttons {
  color: #fff;
  border-radius: 100px;
}
.precautions_btn label{
  display: flex;
	justify-content: center;
	align-items: center;
  height: 48px;
  padding: 0 20px;
  line-height: 1;
  cursor: pointer;
  border-radius: 100px;
  -webkit-tap-highlight-color: transparent;
}
.precautions_btn .custom_checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #000;
  margin:4px 10px 0 0;
  border-radius: 2px;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
環境テストSTEP4
===============================*/
.step_wrap.step4{
  overflow-y: auto;
  position: relative;
}
/* 環境テスト：スタート
===============================*/
/* .step_wrap.step4 .step4-1{
} */
.step4 .step4-1 .ic{
  width: 36px;
}
.step4 .step4-1 .next_step{
  margin:56px auto 0;
}

/*動画認識テスト・音声認識テスト
===============================*/
.step_wrap.step4 .step4-2{
  width: 100%;
}
.step_wrap.step4 .step4-2 .et_wrap{
  margin:0 0 56px;
}
.step_wrap.step4 .step4-2 .txt{
  margin:0;
}
/*動画認識テスト*/
.step_wrap.step4 .step4-2 .et_wrap video,
.step_wrap.step4 .step4-2 .et_wrap canvas{
  width: 100%;
  height: auto;
  margin:32px 0 0;
}
.step_wrap.step4 .step4-2 .et_wrap canvas {
  aspect-ratio: auto;
  padding: 0 32px;
}

/*音声認識テスト
===============================*/
.voice_recognition {
  width: 100%;
  margin: 32px auto 0;
  padding: 32px 16px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 1);
}
/*正解数*/
.voice_recognition .match-count {
  font-size: 20px;
  font-weight: bold;
  margin:0;
}
/*テスト文言*/
.voice_recognition .phrase-box {
  display: flex;
	justify-content: center;
	align-items: center;
  width: 100%;
  height: 56px;
  margin: 8px 0 24px;
  font-size: 22px;
  border-radius: 8px;
  background: rgba(34, 104, 197, 0.1);
}
.voice_recognition .sp {
  display: block;
}
/*ステップボタン*/
.btn_wrap{
  width: 100%;
  min-height: 112px;
}
.btn_wrap p{
  font-size: 16px;
}
.btn_wrap .btn_pm {
  margin: 12px 0;
}
.voice_recognition .vrt{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  margin:0 auto;
  border-radius: 50%;
  border: 4px solid #fff;
}
/*話すボタン*/
.voice_recognition .recognition-button {
  cursor: pointer;
  color: white;
  font-size: 20px;
}
/*アイコン*/
.voice_recognition .recognition-button .icon-microphone {
  font-size: 20px;
}
.voice_recognition .recognition-button:hover {
  background-color: #3367d6;
}
.voice_recognition .recognition-button.active {
  background-color: #d23f31;
}
/*OK文字*/
.voice_recognition .result.correct {
  color: rgba(34, 104, 197, 1);
  margin:0;
}
/*チェック表示*/
.voice_recognition .ok_btn{
  color: rgba(34, 104, 197, 1);
  font-size: 40px;
  border: 4px solid rgba(34, 104, 197, 1);
}
/*もう一度お話ください文字*/
.voice_recognition .result.incorrect {
  color: rgba(228, 85, 118, 1);
}
/*✕表示*/
.voice_recognition .no_btn{
  color: rgba(228, 85, 118, 1);
  font-size: 40px;
  border: 4px solid rgba(228, 85, 118, 1);
}

/*開始
===============================*/
.voice_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
}


/*音声認識が出来ない人へ
===============================*/
/*ポップアップ時にbodyに適用*/
.device-attention-active,
.device-attention-active.WTT {
  overflow: hidden;
}
/*大枠*/
.device_attention_precautions,
.WTT .device_attention_precautions {
  position: fixed;
  width: 100%;
  height: 100%;
  border: 2px solid #dedede;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-radius: 0;
  background: #fff;
  padding: 16px 0;
}
.device_attention_precautions p {
  margin: 0;
}
.device_attention_precautions .txt2 {
  font-size: 16px;
  color: #333;
}
.device_attention_precautions .txt2.bd {
  font-weight: bold;
}
.device_attention,
.WTT .device_attention {
  height: 100%;
  overflow-y: scroll;
  padding: 0 12px 12px;
}

/*スクロール*/
.device_attention::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(0,0,0,0); 
}
.device_attention::-webkit-scrollbar-thumb {
  background: rgba(124, 124, 124, 0.7);
  width: 8px;
  border-radius: 5px;
}
/*✖ボタン*/
.device_attention .icon-close {
  display: flex;
  cursor: pointer;
  margin: auto 0 auto auto;
  width: fit-content;
  font-size: 16px;
 
}
/*確認事項*/
.device_attention .precautions,
.WTT .device_attention .precautions {
  color: #333;
  font-size: 24px;
  margin: 0 0 24px;
  font-weight: bold;
}
/*中枠*/
.device_attention_wrap,
.WTT .device_attention_wrap {
  background: #e2dfef;
  padding: 0px 16px 32px;
  border-radius: 16px;
  margin-bottom: 32px;
  border: 2px solid #dedede;
}
.device_attention_wrap:last-child {
  margin-bottom: 0;
}
/*○○をご利用の場合*/
.device_attention_wrap .device_used,
.WTT .device_attention_wrap .device_used {
  padding: 12px 0 8px;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.device_attention_wrap .precautions_wrap:last-child {
  margin-bottom: 0;
}
/*小枠*/
.precautions_wrap {
  background: #fff;
  text-align: left;
  margin-bottom: 32px;
}
.precautions_wrap_pad {
  padding: 16px;
  line-height: 2;
}

/*Windows、Mac*/
.precautions_wrap .title,
.WTT .precautions_wrap .title {
  font-size: 20px;
  font-weight: bold;
  margin:0;
  background: #7347e3;
  color: #fff;
  padding-left: 12px;
}
/* .precautions_wrap .v_wrap {

} */
/*○○の設定*/
.setting_wrap.fff {
  background: #fff;
  text-align: left;
  line-height: 2;
  padding: 16px;
  margin-top: 0;
}
.setting_wrap {
  background: #f2f2f2;
  padding: 12px;
  margin-top: 12px;
}
/*setting_wrapの初めのpだけ、margin0*/
.setting_wrap p:first-child {
  margin-top: 0;
}
/*setting_wrapの最後ののpだけ、margin0*/
.setting_wrap p:last-child {
  margin-bottom: 0;
}




/*===============================
音声会話SP（面接スタート）
===============================*/
.start_interviewer {
  height: 100%;
  display: flex;
  align-items: center;
}
.start_interviewer .next_step{
  width: fit-content;
  padding: 0 16px;
}

/*===============================
質問
===============================*/
.question_container {
  position: absolute;
  top: 50%;
  left: 0;
  right:0;
  margin:auto;
  width: calc(100% - 40px);
  max-height: calc(50% - 80px);
  padding:16px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  background: rgba(255,255,255,0.8);
}
.WT .question_container,
.WPC .question_container {
  top: 60%;
  width: fit-content;
  max-width: 480px;
}
.question_wrap {
  position: relative;
  max-height: 18vh;
  overflow-y: auto;
  padding: 0 4px 0 0;
}
.test_wrapper .WPC .question_container.on_link {
  top: 55%;
}
.test_wrapper .on_link .question_wrap {
  max-height: 70px;
}
.WSP .question_wrap {
  max-height: 12svh;
}
.WT .question_wrap{
  max-height: 12vh;
}
.WPC .question_wrap{
  max-height: 12vh;
}
.question_wrap::-webkit-scrollbar {
  width: 2px;
  background-color: rgba(0,0,0,0); 
}
.question_wrap::-webkit-scrollbar-thumb {
  background: #333;
  width: 2px;
  border-radius: 5px;
}
.question_text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.q_mark {
  position: absolute;
  top: -12px;
  left: -12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0 0 4px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50%;
  background-color: #BF2CF7;
}

/*===============================
ボタンたち
===============================*/
.lorder-wrap{
  background: linear-gradient(45deg, #1E65C9 0%, #7747E0 50%, #BF2CF7 100%);
  padding: 3px;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
}
.fbutton {
  color: #fff;
  padding: 12px 16px;
}

.voice {
  background-color: white;
  color: #333;
  border-radius: 25px;
  padding: 10px 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.voice_loadding {
  background-color: white;
  color: #333;
  border-radius: 25px;
  padding: 5px 97px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}

/*===============================
ローディング
===============================*/
.lorder-wrap .wave,
.lorder-wrap.wave {
  animation: wave2 3s infinite ease-in-out;
}
@keyframes wave2 {
  0%, 100% {
    border-radius: 25px;
  }
  20% {
    border-radius: 25px 25px 25px 0;
  }
  40% {
    border-radius: 25px 25px 0 25px;
  }
  60% {
    border-radius: 25px 0 25px 25px;
  }
  80% {
    border-radius: 0 25px 25px 25px;
  }
}

.dots {
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin:0 auto;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 4px;
  opacity: 0.6;
  background-color: #1E65C9;
}
.dot:nth-child(1) {
  animation: animateLoader1 1.5s infinite;
  background-color: #BF2CF7 ;
}
.dot:nth-child(2) {
  animation: animateLoader1 1.3s infinite;
}
.dot:nth-child(3) {
  animation: animateLoader1 1.7s infinite;
}
.dot:nth-child(4) {
  animation: animateLoader1 1.1s infinite;
  background-color: #BF2CF7 ;
}
@keyframes animateLoader1 {
  0% {
   transform: scale(1);
  }
  50% {
   transform: scale(1.5);
   opacity: 1;
  }
  100% {
   transform: scale(1);
   opacity: 0.6;
  }
}


.listening {
  /* background: linear-gradient(to right, #57EFE0 0%, #4FC6ED 50%, #4697FB 100%); */
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
      box-shadow: 0 0 0 0 rgba(191, 44, 247, 0.8); /* グラデーションの最初の色 */
  }
  70% {
      box-shadow: 0 0 20px 20px rgba(76, 198, 237, 0); /* グラデーションの中間の色 */
  }
  100% {
      box-shadow: 0 0 0 0 rgba(70, 151, 251, 0); /* グラデーションの最後の色 */
  }
}

















/* ■■■■■■チャット画面■■■■■■ */
/* マイク */
#onnsei {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

/*===============================
言語選択
===============================*/
/* languages */
#elang {
  display: block;
  position: absolute;
  top: 28px;
  left: 28px;
  border-radius: 26px;
  padding: 12px 16px;
  font-size: 16px;
  background-color: #fff;
  transition: all 0.5s ease;  /* アニメーションの設定 */
  z-index: 1;
}
#elang.sp_elang {
  top: 16px;
  left: 16px;
  border-radius: 50%;
  padding: 12px 14px;
}
#elang .pc_lang {
  display: none;
}
#elang .sp_lang {
  display: block;
  font-size: 24px;
}
/* クラストグルlanguages */
#elang.expanded {
 display: none;
 transition: all 0.5s ease;  /* アニメーションの設定 */
}
/* 選択した言語 */
#elang p{
  margin: 0;
}
/* 言語たちの大枠 */
#eselect_lang {
  position: absolute;
  z-index: 12;
  display: block;
  width: 100%;
  opacity: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  overflow: hidden;
  visibility: hidden;  /* 初期状態は非表示 */
  transition: opacity 0.5s ease, visibility 0.5s ease;  /* アニメーションの設定 */
}
/* ✖ボタン（色はチャット画面の✖と連動） */
#eselect_lang .lang_x {
  display: flex !important;
  left: 32px !important;
  top: 32px !important;
  padding: 16px;
}
/* 言語たちの中枠 */
#eselect_lang .languages {
  width: 90%;
  text-align: center;
  font-size: 20px;
  overflow-y: auto;
  margin: 80px auto;
  min-height: 320px;
  max-height: 80%;
  padding: 0 5%;
}

#eselect_lang .languages::-webkit-scrollbar {
  width: 8px; /* スクロールバーの幅 */
}

#eselect_lang .languages::-webkit-scrollbar-track {
  background: rgba(122, 120, 120, 0.23); /* トラックの背景 */
  border-radius: 10px; /* トラックの角丸 */
}

#eselect_lang .languages::-webkit-scrollbar-thumb {
  background: rgba(149, 149, 149, 0.8); /* サム（ドラッグできる部分）の背景 */
  border-radius: 10px; /* サムの角丸 */
  /* border: 3px solid rgba(168, 123, 79, 0.5); サムの外側に透明なボーダーを追加 */
  box-sizing: border-box; /* ボーダーを含めたボックスサイズ */
  min-height: 20px; /* サムの最小高さを小さく設定 */
}

#eselect_lang .languages::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 1); /* ホバー時のサムの背景 */
}
/* 言語たち */
#eselect_lang .languages .ela {
  /* margin: 10px 0; */
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #aea6a6;
  padding: 12px 0;
}
/* チェックマーク */
#eselect_lang .languages .ela.icon-checkmark1 {
  color: rgba(21, 105, 209, 1)
}
#eselect_lang .languages .ela.icon-checkmark1:before {
  font-size: 12px;
  margin-right: 12px;
}
/* クラストグル開く */
#eselect_lang.expanded {
  /* width: 20%; */
  visibility: visible;  /* クラスが追加されたときに表示 */
  opacity: 1;  /* フェードイン効果 */
}

#elang_more {
  position: relative;
  font-size: 20px;
  border: 1px solid;
  width: 85%;
  margin: 24px auto;
  border-radius: 25px;
  text-align: center;
  padding: 12px 40px;
  background-color: #fff;
  display: block;
}

#elang_more .icon-cheveron-down {
  font-size: 32px;
}

#elang_more.expanded {
  display: none;
}

#elang_more span {
  position: absolute;
  right: 8px;
  bottom: 8px;
}

#emore_languages {
  display: none;
}

#emore_languages.expanded {
  display: block;
}

/* ■■■■■■音声チャット画面■■■■■■ */

/* 大枠 */
.voice_conversation {
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 120;
  background: #fff;
  background-size: cover;
  /* background-image: url({voice_sp_bg}); */
}
/* 動画を囲うもの（高さと横幅はjsであててる）
シングルはブラウザーの幅でiframeはiframeの幅 */
.voice_w {
  /* position: absolute;  */
  top: 0;
  left: 0;
  /* width: 100vw !important; 
  height: 100vh; */
  overflow: hidden;
  z-index: -1; /* 必要に応じて他のコンテンツの背後に表示 */
}
/* 動画 （高さと横幅はjsであててる）
シングルはブラウザーの幅でiframeはiframeの幅 */
.voice_w video {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  /* min-width: 100%;
  min-height: 100%; */
  /* width: auto;
  height: auto; */
  aspect-ratio: 9 / 16; /* アスペクト比を保持 */
}
/* 動画対策 */
.voice_wrap {
  width: 100%;
  height: 100%;
}
/* チャット画面に戻るボタン */
#removeChat {
  position: absolute;
  top: 24px;
  right: 28px;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
}

#removeChat .icon-chat {
  color: #333333;
  background-color: #fff;
  display: flex;
  border-radius: 50%;
  font-size: 38px;
  margin-top: 4px;
}



/*===============================
言語選択
===============================*/
/* languages */
#lang {
  display: block;
  position: absolute;
  top: 28px;
  left: 28px;
  border-radius: 26px;
  padding: 12px 16px;
  /* font-size: 22px; */
  font-size: 16px;
  background-color: #fff;
  transition: all 0.s ease;  /* アニメーションの設定 */
  cursor: pointer;
}
/* クラストグルlanguages */
#lang.expanded {
 display: none;
 transition: all 0.5s ease;  /* アニメーションの設定 */
}
/* 選択した言語 */
#lang p {
  margin: 0;
}
/* 言語たちの大枠 */
#select_lang {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  opacity: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  overflow: hidden;
  visibility: hidden;  /* 初期状態は非表示 */
  transition: opacity 0.5s ease, visibility 0.5s ease;  /* アニメーションの設定 */
}
/* ✖ボタン（色はチャット画面の✖と連動） */
#select_lang .lang_x {
  display: flex !important;
  left: 32px !important;
  top: 32px !important;
  padding: 16px;
}
/* 言語たちの中枠 */
#select_lang .languages {
  width: 90%;
  text-align: center;
  font-size: 20px;
  overflow-y: auto;
  margin: 80px auto;
  min-height: 320px;
  max-height: 80%;
  padding: 0 5%;
}



#select_lang .languages::-webkit-scrollbar {
  width: 8px; /* スクロールバーの幅 */
}

#select_lang .languages::-webkit-scrollbar-track {
  background: rgba(122, 120, 120, 0.23); /* トラックの背景 */
  border-radius: 10px; /* トラックの角丸 */
}

#select_lang .languages::-webkit-scrollbar-thumb {
  background: rgba(149, 149, 149, 0.8); /* サム（ドラッグできる部分）の背景 */
  border-radius: 10px; /* サムの角丸 */
  /* border: 3px solid rgba(168, 123, 79, 0.5); サムの外側に透明なボーダーを追加 */
  box-sizing: border-box; /* ボーダーを含めたボックスサイズ */
  min-height: 20px; /* サムの最小高さを小さく設定 */
}

#select_lang .languages::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 1); /* ホバー時のサムの背景 */
}
/* 言語たち */
#select_lang .languages .la {
  /* margin: 10px 0; */
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #aea6a6;
  padding: 12px 0;
}
/* チェックマーク */
#select_lang .languages .la.icon-checkmark1 {
  color: rgba(21, 105, 209, 1)
}
#select_lang .languages .la.icon-checkmark1:before {
  font-size: 12px;
  margin-right: 12px;
}
/* クラストグル開く */
#select_lang.expanded {
  /* width: 20%; */
  visibility: visible;  /* クラスが追加されたときに表示 */
  opacity: 1;  /* フェードイン効果 */
}

#lang_more {
  position: relative;
  font-size: 20px;
  border: 1px solid;
  width: 85%;
  margin: 24px auto;
  border-radius: 25px;
  text-align: center;
  padding: 12px 40px;
  background-color: #fff;
  display: block;
}

#lang_more .icon-cheveron-down {
  font-size: 32px;
}

#lang_more.expanded {
  display: none;
}

#lang_more span {
  position: absolute;
  right: 8px;
  bottom: 8px;
}

#more_languages {
  display: none;
}

#more_languages.expanded {
  display: block;
}


/*===============================
スライダーバー
===============================*/
.no-pointer-events {
  pointer-events: none; /* ポインターイベントを無効化 */
  user-select: none; /* ユーザー選択を無効にする */
  -webkit-user-select: none; /* Safari用 */
  -moz-user-select: none; /* Firefox用 */
  -ms-user-select: none; /* IE用 */
}

.slider-container {
  position: absolute;
  right: 28px;
  top: 100px;
  width: 54px;
  height: 54px;
  /* background-color: #C3C3C3; */
  background: rgba(81, 81, 81, 0.25);
  /* background: rgb(122 120 120 / 40%); */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  /* border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  border-left: 1px solid rgba(255, 255, 255, 0.8); */
}

.slider-container.expanded {
  height: auto;
}

.rate_wrap {
  color: #fff;
  height: 54px;
  width: 100%;
  border-radius: 32px;
  /* border-bottom: 1px solid; */
  /* background-color: #878787; */
  background: rgba(81, 81, 81, 0.25);
  cursor: pointer;
}

.slider-container.expanded .rate_wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  background-color: #878787;
}

.rate_wrap .icon-fast_forward {
  font-size: 16px;
}

.rate_wrap .icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}

.rate_wrap .rates {
  text-align: center;
}

.rate_wrap #rate {
  font-size: 16px;
}

.rate_wrap .icon-close {
  font-size: 10px;
}

.slider-container.expanded .slider-track {
  display: block;
  /* border-bottom: 1px solid #fff; */
}

.slider-track {
  width: 8px;
  height: 120px;
  background-color: #9D917B;
  position: relative;
  border-radius: 5px;
  display: none;
  margin: 16px 0 24px;
}

.slider-thumb {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}


/*===============================
ボタンと文言
===============================*/
/* ボタンと文言を囲ってるもの */
.voice_load.onQuestion {
  opacity: 0.5;
  pointer-events: none;
}
.voice_load {
  position: absolute;
  left: 51.5%;
  bottom: 24px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 70%;
  text-align: center;
}
/* 文言 */
.voice_msg {
  min-width: 300px;
  text-align: center;
  /* background-color: rgba(255, 255, 255, 0.8); */
  /* padding: 12px; */
  background-color: rgba(0, 0, 0, 0.23);
  padding: 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-size: 14px;
  margin-bottom: 32px;
}

/* ローディング */
.loader {
  border-radius: 50%;
  background-color: #fff;
  padding: 26px;
}


/* マイクアイコン */
.voice_load .icon-microphone {
  font-size: 16px;
}


/* stopボタン */
.stop_voice{
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.stop_voice:before{
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin:0 0 4px;
  border-radius: 6px;
  background: #fff;
  /* background: linear-gradient(to bottom, #57EFE0 0%, #4FC6ED 50%, #4697FB 100%); */
}


/* リンクたちを囲ってるもの */
.link_msg {
  position: absolute;
  max-height: 140px;
  overflow-y: auto;
  text-align: center;
}
/* リンクたち */

.link_txt {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  width: fit-content;
}
.link_txt:last-child {
  margin-bottom: 0 !important;
}
/* 数字 */
.link_txt span {
  display: flex;
  align-items: center ;
  min-width: 32px;
  height: fit-content;
}
/* テキストリンク */
.link_txt a {
  width: auto;
  text-align: left;
}
.link_txt a,.link_txt span {
  color: rgba(0, 112, 192, 1);
}

/* リンク　Scrollbar */

.link_msg.onsc {
  overflow-y: scroll !important;
}

.link_msg.onsc::-webkit-scrollbar {
  width: 8px; /* スクロールバーの幅 */
}

.link_msg.onsc::-webkit-scrollbar-track {
  background: rgba(122, 120, 120, 0.23); /* トラックの背景 */
  border-radius: 10px; /* トラックの角丸 */
}

.link_msg.onsc::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.8); /* サム（ドラッグできる部分）の背景 */
  border-radius: 10px; /* サムの角丸 */
  /* border: 3px solid rgba(168, 123, 79, 0.5); サムの外側に透明なボーダーを追加 */
  box-sizing: border-box; /* ボーダーを含めたボックスサイズ */
  min-height: 20px; /* サムの最小高さを小さく設定 */
}

.link_msg.onsc::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 1); /* ホバー時のサムの背景 */
}



/* リンクたちを囲ってるもの */
.WSP .link_msg {
  left: 50%;
  bottom: 200px;
  width: 220px;
  padding: 12px;
  transform: translate(-50%, -50%);
  max-height: 140px;
}
/* リンクたち */

.WSP .link_txt {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  margin: 0 auto 16px;
  border-radius: 0 20px 20px 20px;
  font-size: 14px;
}

.WPC .link_msg {
  position: absolute;
  left: calc(50% + 232px);
  top: 270px;
  bottom: 0;
  width: 300px;
  text-align: center;
  padding: 12px 24px 12px 0;
  /* max-height: 200px; */
}




.WPC .link_txt {
  padding: 10px 12px;
  margin: 0 0 16px;
  border-radius: 20px 20px 20px 0;
  font-size: 16px;
}

.WT .link_msg {
  position: absolute;
  left: calc(50% + 178px);
  top: 270px;
  bottom: 0;
  width: 200px;
  padding: 12px 24px 12px 0;
  /* padding-right: 12px; */
  text-align: center;
}

.WT .link_txt {
  padding: 10px 12px;
  margin: 0 0 16px;
  border-radius: 20px 20px 20px 0;
  font-size: 16px;
}



.WTT .link_msg {
  position: absolute;
  left: 50%;
  top: calc(50% + 100px);
  /* bottom: 200px; */
  width: 300px;
  text-align: center;
  padding: 12px;
  transform: translate(-50%, -50%);
  max-height: 140px;
  overflow-y: auto;
}


.WTT .link_txt {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  /* background-color: rgba(255, 255, 255, 0.8); */
  padding: 10px 12px;
  margin: 0 auto 16px;
  border-radius: 0 20px 20px 20px;
  font-size: 16px;
  /* font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border: 2px solid #fff; */
  width: fit-content;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
PC
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/* 横幅を640にして、vwでやる */
@media only screen and (min-width: 641px) {
  /*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
  面接STEP共通
  ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
  .no_iframe #js_chat{
    padding: 141px 0 80px;
  }
  /*ロゴとナビゲーション
  ===============================*/
  .trial_header{
    width: 100%;
    overflow: hidden;
    margin-bottom:64px;
  }
  /*ロゴ*/
  .trial_header .logo{
    height: 36px;
    margin:48px 0 32px 48px;
    text-align: left;
  }
  .trial_header .logo img{
    width: auto;
    height: 100%;
  }
  /*ナビ
  ===============================*/
  .progress-bar {
    display: flex;
    justify-content: space-between;
    height: 6px;
    width: 100%;
    max-width: 280px;
    margin:0 auto;
  }
  .progress-item {
    width: 58px;
    border-radius: 8px;
  }
  /*各コンテンツの大枠
  ===============================*/
  .step_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height:calc( 100dvh - 164px);
    padding-bottom:40px;
  } 
  .step_wrap .step_cont{
    margin: 0 auto;
    padding: 32px 22px 32px;
    color:var(--color-navy);
    text-align: center;
    border-radius: 16px;
    border:1px solid #fff;
  }
  /*アイコン*/
  .step_wrap .step_cont .ic{
    display: block;
    width: 32px;
    margin:0 auto 12px;
  }
  .step_wrap .step_cont .ic img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;  
  }
  /*タイトル*/
  .step_wrap .step_cont h1{
    font-size: 28px;
    margin:0 0 24px;
  }
  /*txt*/
  .step_wrap .step_cont .txt{
    font-size: 16px;
    line-height: 1.6;
  }
  .step_wrap .step_cont .fs-12{
    font-size: 12px;
  }
  .step_wrap .step_cont .fs-14{
    font-size: 14px;
  }
  .step_wrap .step_cont .fw-500{
    font-weight: 500;
  }
  /*フォーム*/
  .step_wrap .voice_form {
    width: 100%;
    padding: 32px 0;
    margin:0 auto;
  }
  .step_wrap .voice_form .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:0 0 16px;
  }
  .step_wrap .voice_form .wrap .name{
    width: 48%;
  }
  .name {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom:24px;
  }
  .name label {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
  }
  .name input {
    width: 100%;
    height: 56px;
    padding: 8px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.3s;
  }
  .namewrap .name input:focus {
    border-color: #66afe9;
    outline: none;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  }

  /* 次へボタン共通 */
  .step_wrap .next_step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 224px;
    height: 64px;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 1;
    border-radius: 10vw;
    background: #be2cf8;
    background-image: -moz-linear-gradient(0.45turn, #be2cf8, #2367c5);
    background-image: -webkit-linear-gradient(0.45turn, #be2cf8, #2367c5);
    background-image: -ms-linear-gradient(0.45turn, #be2cf8, #2367c5);
    border: none;
    background-size: 100% 100%;
    cursor: pointer;
    /* -webkit-animation: cbAnime 12s ease infinite;
    -moz-animation: cbAnime 12s ease infinite;
    animation: cbAnime 12s ease infinite; */
    }
    .step_wrap .next_step.disabled {
      background: #ccc;
      cursor: not-allowed;
    }
    
  /*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
  STEP1：パスワード入力
  ===============================*/
  .step_1{
    width: 100%;
    max-width: 504px;
  }
  .step_1 .voice_form {
    width: 376px;
    padding: 0;
  }
  .step_1 .voice_form .name{
    margin:56px 0;
  }
  .step_1 .name label {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    transition: top 0.3s, transform 0.3s;
  }
  .step_1 .name label.active {
    top: -20px; /* ラベルを上に移動 */
    transform: translateY(0);
    font-size: 12px; /* ラベルのサイズを縮小 */
    color: #007bff; /* ラベルの色を変更 */
  }
  .step_1 .name input:focus + label,
  .step_1 .name input:not(:placeholder-shown) + label {
    top: -20px; /* ラベルを上に移動 */
    transform: translateY(0);
    font-size: 12px; /* ラベルのサイズを縮小 */
    color: #007bff; /* ラベルの色を変更 */
  }
  /*パスワード*/
  .step_1 .password-wrapper {
    display: flex;
    align-items: center;
  }
  .step_1 .password-wrapper input {
    flex: 1;
  }
  .step_1 .password-wrapper .icon-eye,
  .step_1 .password-wrapper .icon-eye-blocked {
    cursor: pointer;
    color:rgba(113, 113, 113, 1);
    margin-left: 10px;
    font-size: 20px; /* アイコンのサイズを調整 */
  }

  /*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
  STEP2：氏名入力
  ===============================*/
  .eform .step2_wrap {
    width: 562px;
  }
  .step2 .step_cont.namewrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 562px;
  }
  .step2 .txt{
    width: 100%;
    font-size: 16px;
    margin:0;
  }
  .step2 .txt.tc{
    width: 36%;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin:0 ;
  }
  .step2 .txt.tc.req::after{
    position: relative;
    content: " ※";
    color: #e32;
    font-size: 14px;
    bottom: 8px;
  }
  .step2 .voice_form{
    width: 100%;
    padding:0;
    margin:56px auto 0;
  }
  .step2 .voice_form .wrap{
    display: flex;
    margin:0 0 24px;
  }
  .step2 .voice_form .wrap2{
    margin:0 0 24px;
  }
  .step2 .voice_form .wrap .name{
    width: 48%;
    margin:0;
  }
  .step2 .voice_form .wrap2 .name{
    width: 100%;
    margin:0;
  }
  .step2 .voice_form .wrap2,
  .step2 .voice_form .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .step2 .voice_form .input_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 64%;
  }
  .step2 .voice_form .name input{
    height: 40px;
    padding: 4px 8px;
  }

  /*プライバシーポリシー*/
  .step2 .voice_form .prv_cl_wrap {
    margin:40px auto 0;
  }
  /*ポップアップ*/
  .step2 .terms_of_service{
    background: rgba(0, 0, 0, 0.8);
  }
  .step2 .terms_of_service .step_cont {
    width: 80%;
    max-width: 1088px;
    padding:32px 56px;
  }
  .step2 .terms_of_service .terms_wrap{
    height: 50vh;
    padding:18px 8px 18px 18px;
    margin:24px auto;
  }
  .step2 .terms_of_service .pp_cont{
    padding:0 8px 0 0;
  }
  .step2 .terms_of_service .pp_cont .title{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin:0 0 18px;
  }
  .step2 .terms_of_service .pp_cont .item{
    font-size: 22px;
    margin:0 0 16px;
  }
  .step2 .terms_of_service .pp_cont .txt{
    margin:16px 0 24px;
  }
  
  /*閉じるボタン*/
  .step2 .terms_of_service .next_step{
    width: 160px;
    height:40px;
    font-size: 14px;
  }
  /*スクロールバー*/
  .step2 .terms_of_service .pp_cont::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(0,0,0,0); 
  }
  .step2 .terms_of_service .pp_cont::-webkit-scrollbar-thumb {
    background: rgba(124, 124, 124, 0.7);
    width: 8px;
    border-radius: 5px;
  }


  /*次へボタン*/
  .namewrap .voice_form .next_step {
    margin-top: 48px;
  }

  .step2 .namewrap .voice_form .next_step {
    width: 180px;
    height: 40px;
    font-size: 14px;
  }

  /*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
  利用規約・注意事項：STEP3
  ===============================*/
  .step3 .terms_of_service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  .step3 .terms_of_service .step_cont{
    max-width: 1088px;
    padding: 56px 40px;
    margin-bottom:40px;
  }
  .step3 .terms_of_service .terms_wrap{
    width: 100%;
    height: 50vh;
    overflow-y: scroll;
    padding: 0 24px 0 0;
    text-align: left;
  }
  /*文章*/
  .step3 .t-c{
    text-align: center;
  }
  .step3 .fw-b{
    font-weight: bold;
  }
  .step3 .terms_of_service .terms_wrap .title{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin:0 0 18px;
  }
  .step3 .terms_of_service .terms_wrap .item{
    font-size: 22px;
    font-weight: bold;
    margin:0 0 16px;
  }
  .step3 .terms_of_service .terms_wrap .txt{
    margin:16px 0 24px;
  }

  /*スクロールバー*/
  .step3 .terms_of_service .terms_wrap::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(0,0,0,0); 
  }
  .step3 .terms_of_service .terms_wrap::-webkit-scrollbar-thumb {
    background: rgba(124, 124, 124, 0.7);
    width: 8px;
    border-radius: 5px;
  }

  /*承認ボタン*/
  .step3 .terms {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1;
    margin-bottom:32px;
  }
  .step3 .terms input[type="checkbox"] {
    margin-right: 10px;
    transform: scale(1.5);
  }

  /*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
  環境テストSTEP4
  ===============================*/
  .step_wrap.step4{
    overflow-y: auto;
  }
  /* 環境テスト：スタート
  ===============================*/
  .step_wrap.step4 .step4-1{
    width: 407px;
  }
  .step4 .step4-1 .ic{
    width: 36px;
  }
  .step4 .step4-1 .next_step{
    margin:56px auto 0;
  }

  /*動画認識テスト・音声認識テスト
  ===============================*/
  .step_wrap.step4 .step4-2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1088px;
  }
  .step_wrap.step4 .step4-2 .et_wrap{
    width: 528px;
    margin:0 auto 40px;
  }
  .step_wrap.step4 .step4-2 .txt{
    margin:0;
  }
  /*動画認識テスト*/
  .step_wrap.step4 .step4-2 .et_wrap video,
  .step_wrap.step4 .step4-2 .et_wrap canvas {
    width: 440px;
    height: 248px;
    margin:56px 0 0;
  }
  .step_wrap.step4 .step4-2 .et_wrap canvas {
    padding: 0 56px;
  }

  /*音声認識テスト
  ===============================*/
  .voice_recognition {
    width: 90%;
    max-width: 440px;
    margin: 56px auto 0;
    padding: 32px 32px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 1);
  }
  /*正解数*/
  .voice_recognition .match-count {
    font-size: 24px;
    font-weight: bold;
    margin:0;
  }
  /*テスト文言*/
  .voice_recognition .phrase-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    margin: 8px 0 24px;
    font-size: 28px;
    border-radius: 8px;
    background: rgba(34, 104, 197, 0.1);
  }
  .voice_recognition .sp {
    display: none;
  }
  /*ステップボタン*/
  .btn_wrap{
    width: 100%;
    min-height: 112px;
  }
  .btn_wrap p{
    font-size: 16px;
  }
  .voice_recognition .vrt{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    margin:0 auto;
    border-radius: 50%;
    border: 4px solid #fff;
  }
  /*話すボタン*/
  .voice_recognition .recognition-button {
    cursor: pointer;
    color: white;
    font-size: 20px;
  }
  /*アイコン*/
  .voice_recognition .recognition-button .icon-microphone {
    font-size: 28px;
  }
  .voice_recognition .recognition-button:hover {
    background-color: #3367d6;
  }
  .voice_recognition .recognition-button.active {
    background-color: #d23f31;
  }
  /*OK文字*/
  .voice_recognition .result.correct {
    color: rgba(34, 104, 197, 1);
    margin:0;
  }
  /*チェック表示*/
  .voice_recognition .ok_btn{
    color: rgba(34, 104, 197, 1);
    font-size: 40px;
    border: 4px solid rgba(34, 104, 197, 1);
  }
  /*もう一度お話ください文字*/
  .voice_recognition .result.incorrect {
    color: rgba(228, 85, 118, 1);
  }
  /*✕表示*/
  .voice_recognition .no_btn{
    color: rgba(228, 85, 118, 1);
    font-size: 40px;
    border: 4px solid rgba(228, 85, 118, 1);
  }

  /*開始
  ===============================*/
  .voice_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0%;
  }


  /*音声認識が出来ない人へPC
===============================*/
.device-attention-active {
  overflow: auto;
}
/*大枠*/
.device_attention_precautions {
  /* position: absolute; */
  width: 960px;
  height: auto;
  top: 200px;
  border-radius: 16px;
  padding: 16px 8px;
}
.device_attention {
  height: 460px;
  padding: 0 24px 24px;
}


/*確認事項*/
.device_attention .precautions {
  font-size: 28px;
  margin: 0 0 24px;
}
/*中枠*/
.device_attention_wrap {
  padding: 0px 24px 32px;
  border-radius: 16px;
  margin-bottom: 32px;
}
/*○○をご利用の場合*/
.device_attention_wrap .device_used {
  padding: 12px 0 8px;
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
/*小枠*/
.precautions_wrap {
  margin-bottom: 32px;
}
.precautions_wrap_pad {
  padding: 16px;
}

/*Windows、Mac*/
.precautions_wrap .title {
  font-size: 24px;
  font-weight: bold;
  padding-left: 12px;
}

  /*===============================
  音声会話PC
  ===============================*/

  /* ■■■■■■チャット画面■■■■■■ */

  /*===============================
  言語選択
  ===============================*/
  #elang {
    top: 28px;
    left: 28px;
    border-radius: 26px;
    padding: 12px 16px;
    /* font-size: 22px; */
    font-size: 16px;
  }
  #elang.sp_elang {
    top: 28px;
    left: 28px;
    border-radius: 26px;
    padding: 12px 16px;
  }
  #elang .pc_lang {
    display: block;
  }
  #elang .sp_lang {
    display: none;
  }

  /* 言語たちの大枠 */
  #eselect_lang {
    /* position: static; */
    width: 320px;
  }

  /* #eselect_lang .lang_x {
    display: flex !important;
    left: 20px !important;
  } */

  #eselect_lang .languages {
    overflow-y: auto;
    margin: 80px auto;
    min-height: 320px;
    max-height: 80%;
    font-size: 20px;
  }

  #eselect_lang .languages .ela {
    padding: 12px 0;
  }

  #eselect_lang .languages .ela.icon-checkmark1:before {
    font-size: 12px;
    margin-right: 12px;
  }

  #elang_more {
    position: relative;
    font-size: 16px;
    border: 1px solid;
    width: 70%;
    margin: 16px auto;
    border-radius: 16px;
    text-align: center;
    padding: 4px 40px;
    background-color: #fff;
    display: block;
  }

  #elang_more span {
    position: absolute;
    right: 8px;
    bottom: 0;
    top: 0px;
  }

  #elang_more .icon-cheveron-down {
    font-size: 24px;
  }

  #emore_languages {
    display: none;
  }

  #emore_languages.expanded {
    display: block;
  }


  /* ■■■■■■音声チャット画面■■■■■■ */
  .voice_w video {
    aspect-ratio: 16 / 9; /* アスペクト比を保持 */
  }

  /* チャット画面に戻るボタン */
  #removeChat {
    width: 62px;
    height: 62px;
    top: 36px;
    right: 36px;
  }

  #removeChat .icon-chat {
    font-size: 38px;
    margin-top: 4px;
  }

  /*===============================
  言語選択
  ===============================*/
  #lang {
    top: 28px;
    left: 28px;
    border-radius: 26px;
    padding: 12px 16px;
    font-size: 22px;
  }

  /* 言語たちの大枠 */
  #select_lang {
    /* position: static; */
    width: 320px;
  }

  /* #select_lang .lang_x {
    display: flex !important;
    left: 20px !important;
  } */

  #select_lang .languages {
    overflow-y: auto;
    margin: 80px auto;
    min-height: 320px;
    max-height: 80%;
    font-size: 20px;
  }

  #select_lang .languages .la {
    padding: 12px 0;
  }

  #select_lang .languages .la.icon-checkmark1:before {
    font-size: 12px;
    margin-right: 12px;
  }


  #lang_more {
    position: relative;
    font-size: 16px;
    border: 1px solid;
    width: 70%;
    margin: 16px auto;
    border-radius: 16px;
    text-align: center;
    padding: 4px 40px;
    background-color: #fff;
    display: block;
  }

  #lang_more.expanded {
    display: none;
  }

  #lang_more span {
    position: absolute;
    right: 8px;
    bottom: 0;
    top: 0px;
  }

  #lang_more .icon-cheveron-down {
    font-size: 24px;
  }

  #more_languages {
    display: none;
  }

  #more_languages.expanded {
    display: block;
  }

  /*===============================
  スライダーバー
  ===============================*/
  .slider-container {
    right: 36px;
    top: 150px;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* display: none; */
  }
  .rate_wrap {
    color: #fff;
    height: 62px;
  }

  .rate_wrap .icon_wrap {
    margin-top: 8px;
  }

  .rate_wrap .icon-fast_forward {
    font-size: 20px;
  }

  .rate_wrap #rate {
    font-size: 20px;
  }

  .rate_wrap .icon-close {
    font-size: 10px;
  }

  .slider-track {
    width: 10px;
    height: 150px;
    background-color: #ddd;
    position: relative;
    border-radius: 5px;
    display: none;
    margin: 16px 0 24px;
  }



  .slider-thumb {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
  }

  /*===============================
  ボタンと文言
  ===============================*/
  /* ボタンと文言を囲ってるもの */
  .voice_load {
    left: 50%;
    max-width: 240px;
    bottom: 56px;
  }
  /* 文言 */
  .voice_msg {
  min-width: 300px;
  background-color: rgba(0, 0, 0, 0.23);
  padding: 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-size: 16px;
  }
  
  .loader {
  padding: 36px;
  }  
  /* マイクアイコン */
  .voice_load .icon-microphone {
  font-size: 16px;
  }

  /* stopボタン */
  
  .stop_voice:before{
    width: 24px;
    height: 24px;
  }

  
}