

/* noto-sans-jp-regular - japanese
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans CJK JP Regular'),
       url('../fonts/noto-sans-jp-v41-japanese-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local('Noto Sans CJK JP Regular'),
       url('../fonts/noto-sans-jp-v41-japanese-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans CJK JP Regular'),
       url('../fonts/noto-sans-jp-v41-japanese-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/oswald-v47-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/oswald-v47-latin-600.woff2') format('woff2');
}
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;font-weight: 400;}table { border-collapse:collapse; border-spacing:0;}fieldset,img { border:0; vertical-align:bottom;}address,caption,cite,scode,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}ol,ul,li { list-style:none; padding:0; margin:0;}caption,th { text-align:left;}h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:400;}q:before,q:after {content:'';}abbr,acronym { border:0;}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html,body {
	width: 100%;
    overflow-x: hidden;
}

:root {
    --white: #fff;
    --gray: #818181;
    --light-gray: #f5f5f5;
    --black: #333;
    --green: #4f914f;
    --brown: #685a32;
    --pink: #ca5495;
    --purple: #9058a7;
    --light-purple: #f4eff7;
    --navy: #2e5974;
    --light-navy: #546871;
    --blue: #178fbc;
    --blue2: #1b75b2;
    --light-blue: #44b3e1;
    --orange: #FF801E;
    --yellow: #fbcc3c;
    --red: #c35050;
    --base: #f1efe7;
    --accent: #c8aa64;
    --base-border: #ddd8d1;
}

body {
    font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #333;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 1px;
    word-break: break-all;
    background-color: #fff;
}

p {
    font-size: 13px;
    font-weight: 400;
    color: #333;
    line-height: 1.8;
    letter-spacing: 1.2px;
}

.flex_in {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}


input,
select,
textarea {
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
}

input[type="search"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="tel"],
input.login,
select,
textarea {
    padding: 12px 6px;
	width: 100%;
    height: 50px;
    font-size: 15px;
    line-height: 1.4;
    border: 0;
    background: #fff;
	border-radius: 5px;
    border: 2px solid #c1c1c1;
	box-shadow: 0 1px 0 white;
}

input[type="search"], input[type="text"], input[type="email"], input[type="url"], input[type="number"], input[type="password"], input[type="tel"], input.login, select, textarea {
  color: #333;
  border: 1px;
  box-shadow: 0 1px 3px #a5a5a5;
}
textarea {
  min-height: 66px;
  min-height: auto;
  height: auto;
  font-size: 15px;
  font-weight: 500;
  box-shadow: none;
  border: 2px solid #717070;
}


p {
  font-size: 14px;
  letter-spacing: .5px;
}
#footer,
.hidden {
  display: none !important;
}
#wrapper {
  overflow: initial;
}
.ai_area {
  padding: 90px 0px;
  background-image: url(/help/img/fv_bk.jpg);
  background-position: left center;
  animation: bg 50s linear infinite;
}
@keyframes bg {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 1800px 0px;
	}
}
#particle-canvas {
  position: fixed !important;
  width: 100%;
  height: 105%;
  top: -5%;
}

.textarea_with_copy {
  position: relative;
  width: 100%;
  text-align: right;
}

.btn_menu button, .btn_menu a {
  position: relative;
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  color: #878787 !important;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 10%);
  border: 1px solid #e7e7e7;
}


.btn_menu button:hover, .btn_menu a:hover {
  color: #555 !important;
  background: #fff;
  border: 1px solid #767676;
  transition: .3s;
}

.textarea_with_copy button#copy {
  margin-top: 12px;
}
.fa-regular, .far,.fa-solid, .fas{
  margin-right: 4px;
}

.ai_form_area {
    position: relative;
    z-index: 0;
    max-width: 680px;
    min-width: 680px;
    margin: 60px auto;
    padding: 60px 30px;
    background: #fff;
    /*
    background: #ffffff70;
    border: 1px solid #ddd;
    backdrop-filter: blur(3px);
    */
    border: 3px solid;
    border-image: linear-gradient(45deg,#00dbde 0%, #fc00ff 100%);
    border-image-slice: 1;

}
.ai_form_area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  background-image: linear-gradient(#f7f7f7 1px, transparent 1px), linear-gradient(to right, #f7f7f7 1px, #ffffff 1px);
  background-size: 20px 20px;
}
.ai_form_area.ai_form_comp {
  position: relative;
  top: inherit;
  left: inherit;
  transform: none;
  margin: 40px auto;
}
#ai_first_area .tl {
  font-size: 24px;
}
.ai_form_area .tl {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.ai_form_area .question {
  margin-bottom: 15px;
}

.ai_form_area .txt_guide {
  margin-top: 20px;
}

.ai_form_area .txt_guide p {
  font-size: 12px;
  color: #777;
}

.autoComplete_wrapper {
  display: block;
  position: relative;
}

.autoComplete_wrapper > input {
  height: 3rem;
  width: 100%;
  margin: 0;
  padding: 0 1rem;
  font-size: 16px;
  font-weight: 500;
  text-overflow: ellipsis;
  color: #333;
  transition: all 0.4s ease;
}

.autoComplete_wrapper > input::placeholder {
  color: rgba(105, 105, 105, 0.5); /* #333 に透明度 */
  transition: all 0.3s ease;
}

.autoComplete_wrapper > input:hover::placeholder {
  color: rgba(51, 51, 51, 0.6); /* #333 に透明度 */
  transition: all 0.3s ease;
}

.autoComplete_wrapper > input:focus::placeholder {
  font-size: 0.95rem;
  color: rgba(51, 51, 51, 0.4); /* #333 に透明度 */
}

.autoComplete_wrapper > input:focus::selection {
}

.autoComplete_wrapper > input::selection {
}

.autoComplete_wrapper > input:hover {
  color: rgba(51, 51, 51, 0.8); /* #333 に透明度 */
  transition: all 0.3s ease;
}

.autoComplete_wrapper > input:focus {
  color: #333333; /* #333 */
  border-color: rgba(51, 51, 51, 0.8); /* #333 に透明度 */
}

.autoComplete_wrapper > ul {
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  left: 0;
  right: 0;
  margin: 0.5rem 0 0 0;
  padding: 0;
  z-index: 1;
  list-style: none;
  border-radius: 0.6rem;
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, 0.07); /* #333 に透明度 */
  box-shadow: 0 3px 6px rgba(51, 51, 51, 0.15); /* #333 に透明度 */
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
}

.autoComplete_wrapper > ul[hidden],
.autoComplete_wrapper > ul:empty {
  display: block;
  opacity: 0;
  transform: scale(0);
}

.autoComplete_wrapper > ul > li {
  margin: 0.3rem;
  padding: 0.3rem 0.5rem;
  text-align: left;
  font-size: 1rem;
  color: #333333; /* #333 */
  border-radius: 0.35rem;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}

.autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: var(--blue);
  font-weight: 600;
}

.autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: rgba(51, 51, 51, 0.15); /* #333 に透明度 */
}

.autoComplete_wrapper > ul > li[aria-selected="true"] {
  background-color: rgba(51, 51, 51, 0.15); /* #333 に透明度 */
}


.progress_area {
    margin: 10px auto 40px;
}

#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(255 255 255 / 72%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}

.loader {
    position: relative;
    width: 140px;
    height: 140px;
    padding: 30px;
}

.loader::before,
.loader::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid;
  border-image: linear-gradient(45deg,#00dbde 0%, #fc00ff 100%);
  border-image-slice: 1;
  /*
  border-radius: 50%;
  */
  animation: ripple 1.5s infinite ease-out;
}

.loader::after {
  animation-delay: 0.75s;
}
.loader span {
    display: block;
    text-align: center;
    padding-top: 30px;
    font-size: 15px;
    font-weight: 600;
}
@keyframes ripple {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}



.ai_btn_area .autoComplete_wrapper,
.ai_btn_area .main_input {
  /*
  width: calc(100% - 100px);
  */
  width: 100%;
}

.ai_btn_area .ai_button_n {
  width: 90px;
  /*
  margin-left: 10px;
  */
  margin-top: 12px;
  margin-left: auto;
}

.ai_button_n {
    display: block;
    width: 100%;
    padding: 12px 5px;
    text-align: center;
    background-color: var(--blue);
    color: #fff;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 500;
    border-radius: 5px;
    outline: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.ai_button_n:disabled,
.ai_button_n:disabled:hover {
  opacity: 0.5;
  background-color: #333;
  cursor: not-allowed;
}

.input_error_text {
  margin: 10px 0 0;
  color: var(--red);
  font-weight: 600;
}

#autoComplete.error,
.main_input.error {
  border: 2px solid var(--red);
  box-shadow: none;
  background-color: #fffabd;
}



#suggestArea {
    margin-top: 15px;
    padding: 10px 10px 3px;
    background: #e6f0f5;
    border-radius: 5px;
}

#suggestArea:before {
  content: "回答例：";
  display: inline-block;
  margin-right: 3px;
  font-size: 14px;
  color: #6e8997;
  font-weight: 500;
}

#suggestArea.no-label:before {
  display: none;
  content: none;
}

#suggestArea.no-label {
  padding: 0;
  background: none;
  border-radius: 0;
}


#suggestArea a {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 3px 5px;
  font-weight: 500;
  letter-spacing: .5px;
  color: #6e8997;
  background: #ffffff;
  border: 1px solid #6e8997;
  border-radius: 5px;
}
#suggestArea a:last-child {
    margin-right: 0;
}
#suggestArea a:hover,
#suggestArea a.active {
  background: #6e8997;
  text-decoration: none;
  color: #fff;
}

ul.ai_fm_list {
  margin-top: 20px;
}
ul.ai_fm_list li {
  margin-bottom: 15px;
}

ul.ai_fm_list li a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background-color: #fff;
  border: 2px solid var(--blue);
  border-radius: 4px;
  color: var(--blue);
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
ul.ai_fm_list li a:hover {
  background-color: var(--blue);
  color: #fff;
  text-decoration: none;
}


ul.ai_fm_list.second_type {
  align-items: baseline;
  margin-bottom: 30px;
}
ul.ai_fm_list.second_type:before {
  margin-right: 8px;
  content: "他のカテゴリ案";
  font-weight: 500;
}
ul.ai_fm_list.second_type {
  margin-top: 12px;
}
ul.ai_fm_list.second_type a {
  margin-right: 10px;
  padding: 5px 9px;
  font-size: 14px;
}
ul.ai_fm_list.second_type li:last-child a {
  margin-right: 0px;
}



.all_cate a {
  display: inline-block;
  position: relative;
  color: #333;
  text-decoration: underline;
}
.all_cate a:before {
  content: "";
  position: absolute;
  top: 10px;
  right: -12px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (min-width: 760px) {


  .ai_button_n:hover,.ai_button_n:active {
      background-color: var(--orange);

  }

}
.ai_return_area {
  margin-top: 20px;
  text-align: center;
}

.ai_return_area .ai_return {
  color: #7a7a7a;
  text-decoration: underline;
}

.ai_return_area .ai_prev_return {
  margin-right: 15px;
  color: #7a7a7a;
  font-weight: 500;
  outline: none;
  border: none;
  box-shadow: none;
  background: none;
}
#questionArea.q_01 .ai_prev_return {
  display: none;
}

textarea#resultOutput {
  padding: 15px;
  height: auto;
  line-height: 1.6;
}



/* 進捗バー */
.progress_area {
  margin: 0px auto 30px;
  padding: 0px;
  align-items: center;
  justify-content: space-between;
}
.progress_area progress {
  width: calc(100% - 40px - 12px);
  height: 5px;
  margin-right: 12px;
  overflow: hidden;
}
progress {
-webkit-appearance: none;
}
::-webkit-progress-bar {
background-color: #ddd;
}
::-webkit-progress-value {
  border: 3px solid;
  border-image: linear-gradient(45deg,#00dbde 0%, #fc00ff 100%);
  border-image-slice: 1;
}
.progress_area .progress_text {
  width: 40px;
  font-weight: 600;
  text-align: right;
}


.ai_know_area {
  background: #fff;
  border: 2px solid #ddd;
  margin: 20px 0px;
  padding: 0px 20px 20px;
  border-radius: 5px;
}

.ai_know_area .wrap {
  margin-top: 20px;
}
.ai_know_area .wrap>p {
    padding-left: 15px;
}
.ai_form_area .ai_know_area .tl {
  position: relative;
  padding: 4px 0px 4px 20px;
  font-size: 15px;
}
.ai_form_area .ai_know_area .tl:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: solid 4px var(--blue);
  border-radius: 100%;
}

/* チェックリスト */

ul.ck_list {
    margin-top: 10px;
    padding: 12px 0px;
    /*
    background: #fff;
    border: 2px solid #dfdfdf;
    */
    border-radius: 5px;
}
ul.ck_list li {
    position: relative;
    list-style: none;
    padding-bottom: 10px;
    padding-left: 32px;
    margin: 0 0 10px;
    border-bottom: 1px dotted #c5c5c5;
    font-size: 14px;
    font-weight: 500;
}

ul.ck_list li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.8em;
    width: 12px;
    height: 7px;
    border-left: 2px solid var(--blue);
    border-bottom: 2px solid var(--blue);
    transform: rotate(-45deg);
}
ul.ck_list li:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
}

#resultArea .ai_wrap {
  margin: 40px 0px;
}
#resultArea .tab2 {
  margin: 0px;
}

#resultArea .tab2 li {
  width: calc(100% / 3 - 2%);
  margin: 0 1%;
}
#resultArea .tab2 li a {
  display: flex;
  height: 100%;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #ebebeb;
  border-radius: 5px 5px 0px 0px;
}
#resultArea .tab2 li.active a,
#resultArea .tab2 li a:hover {
  background: var(--orange);
  color: #fff;
}
#resultArea .tab2 li a:before {
  background-color: var(--orange);
}
#resultArea .tab-switch {
  display: none;
  margin-top: -2px;
  padding: 30px;
  background: #f7f7f7;
  border-radius: 0px 0px 5px 5px;
}
#resultArea .btn_area {
  width: 100%;
  margin: 0 auto;
}
#resultArea .btn_area .arrow_btn {
  width: 48%;
  margin-right: 3%;
  padding: 9px 20px 9px 15px;
  font-size: 14px;
  border-radius: 5px;
}
#resultArea .btn_area .arrow_btn:last-child {
  margin-right: 0;
}
#resultArea .btn_area .arrow_btn .wrap {
  width: calc(100% - 45px);
}
#resultArea .btn_area .arrow_btn .arrow {
  margin-left: 12px;
}
#resultArea .category_info {
  margin-bottom: 10px;
  text-align: center;
}

#resultArea .category_info a {
  color: var(--blue);
  text-decoration: underline;
}

body.fancy_modal {
  background: none;
}
body.fancy_modal .ai_area {
  min-height: 420px;
  padding: 0px;
  background-image: none;
}
body.fancy_modal .ai_form_area {
  margin: 0;
  padding: 30px;
  border: 0;
  background: none;
}

body.fancy_modal .ai_form_area:before {
    content: none;
}

@media only screen and (max-width: 480px) {

  .ai_area {
    padding: 40px 0px;
  }
  .ai_form_area {
      width: 90%;
      min-width: 90%;
      padding: 40px 20px;
  }

  #ai_first_area .tl {
    font-size: 18px;
  }
  .ai_form_area .txt_guide p {
    font-size: 10px;
}
  .ai_btn_area .autoComplete_wrapper, .ai_btn_area .main_input {
    width: 100%;
  }
  .ai_btn_area .ai_button_n{
    width: 100%;
    margin: 20px 0px 0px;
  }

  .autoComplete_wrapper > input {
    padding: 0 0.5rem;
    font-size: 12px;
  }
  
  .autoComplete_wrapper > input:focus::placeholder {
    font-size: 0.75rem;
  }

  .autoComplete_wrapper > ul > li {
    font-size: 12px;
    letter-spacing: 0;
  }
  #resultArea .tab2 ul {
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: inherit;
  }
  #resultArea .tab2 li {
    width: auto;
    flex-shrink: 0;
  }
  #resultArea .tab-switch {
    padding: 30px 15px;
}
  #resultArea .btn_area {
    max-width: 100%;
  }
  #resultArea .tab2 li a {
    font-size: 12px;
  }
  #resultArea .btn_area .arrow_btn {
    margin: 0 0 20px;
    width: 100%;
  }
  #resultArea .btn_area .arrow_btn:last-child {
    margin-bottom: 0px;
  }
  body.fancy_modal .ai_form_area {
      width: 100%;
      min-width: 100%;
      padding: 10px;
      border: 0;
  }
  body.fancy_modal .ai_form_area:before {
      content: none;
  }
  body.fancy_modal .ai_form_area p {
      font-size: 13px;
      line-height: 1.6;
  }
  #suggestArea a {
      margin-right: 5px;
      font-size: 12px;
      letter-spacing: 0;
  }
  ul.ai_fm_list.second_type:before {
      margin-right: 8px;
      font-size: 11px;
      letter-spacing: 0;
  }
  ul.ai_fm_list.second_type a {
      margin-right: 8px;
      padding: 3px 6px;
      font-size: 11px;
  }
}



