*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


:root {
  --font-family: "Noto Sans JP", sans-serif;
}

html {
  font-size: 62.5%;
  font-size: 2.6666666667vw;
  height: 100%;
}

@media screen and (min-width: 641px) {
  html {
    font-size: 10px;
  }
}

body {
  font-size: 1.3rem;
  font-family: var(--font-family);
  color: #000;
  line-height: 1.85;
  letter-spacing: 0.02em;
  background-color: #FFF;
  height: 100%;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

/*.l-header-logo {
  font-family: "メイリオ","ヒラギノ角ゴシック","Arial";
  font-size: 30px;
  font-weight: normal;
  width: 120%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0;
} */

.l-header-logo {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0;
}

.l-header-logo img,
.l-header-logo svg {
  width: 100%;
  height: auto;
}

.l-view {
  /*height: 100vh;
  height: 100svh;*/ 
  display: flex;
  flex-direction: column;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
  padding-bottom: 0;
}

.l-view-header {
  padding-top: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-view-header img {
  width: 58%;
  height: auto;
  max-width: 250px;
}

@media screen and (min-width: 768px) {
  .l-view-header {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .l-view-header img {
    width: auto;
    height: auto;
  }
}

.l-view-main {
  flex: 1;
  overflow: hidden;
}

.l-footer {
  background-color: #ECF0F0;
  margin-top: 20px;
  padding: 5.3333333333vw 5.3333333333vw 2rem 5.3333333333vw;
}

.l-footer__copy {
  text-align: center;
  color: #90C5BD;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 2rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 4rem;
  }
}

.c-button-lists {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.c-button-lists__horizon {
  max-width: 69.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .c-button-lists__horizon {
    flex-direction: row;
    gap: 2.5rem;
  }
}

.c-button {
  width: 100%;
  min-height: 3.5rem;
  font-size: 1.3rem;
  line-height: 1.6;
  padding: 0.5rem 1.3rem;
  text-align: center;
  font-weight: 500;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.c-button-text {
  color: #000;
  font-weight: 600;
}

.c-button-icon {
  line-height: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .c-button {
    font-size: 1.5rem;
    min-height: 4rem;
  }
}

.c-button {
  transition: 0.3s;
}

.c-button svg path {
  transition: 0.3s;
}

.c-button-capsule {
  border-radius: 5rem;
}

.c-button__style01 {
  max-width: 42rem;
  background-color: #90C5BD;
  border-color: #90C5BD;
}

.c-button__style01 svg path {
  fill: #FFF;
}

.c-button__style01:hover {
  background-color: #CFE5E2;
  border-color: #90C5BD;
  text-decoration: none;
}

.c-button__style01:hover svg path {
  fill: #90C5BD;
}

.c-button__style02 {
  color: #90C5BD;
  background-color: transparent;
  border-color: #90C5BD;
}

.c-button__style02 svg path {
  fill: #90C5BD;
}

.c-button__style02:hover {
  color: #FFF;
  background-color: #90C5BD;
  border-color: #90C5BD;
  text-decoration: none;
}

.c-button__style02:hover svg path {
  fill: #FFF;
}

.c-chat {
  height: 100%;
  position: relative;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-size: 13px;
}

.c-chat-window {
  flex: 1;
  background-color: #F2F2F2;
  border: 1px solid #DBDBDB;
  overflow: hidden;
}

.c-chat-window-scroll {
  height: 100%;
  padding: 20px;
  overflow-y: auto;
  scroll-behavior: smooth;
  min-height: 430px;
  max-height: 440px;
}

@media screen and (max-width: 768px) {
  .c-chat-window-scroll {
    min-height: calc(100vh - 136vw);
    max-height: 53vh;
  }

}

.c-chat-window-scroll::-webkit-scrollbar {
  width: 7px;
  overflow: hidden;
}

.c-chat-window-scroll::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 0 10px 10px 0;
}

.c-chat-window-scroll::-webkit-scrollbar-thumb {
  background-color: #90C5BD;
  border-radius: 7px;
}

.c-chat-bottom {
  width: 100%;
  background-color: #FFF;
  margin-top: 0;
  margin-bottom: 0;
}

.c-chat-bottom .c-button-lists {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .c-chat {
    font-size: 15px;
  }

  .c-chat-bottom p {
    font-size: 1.5rem;
  }

  .c-chat-bottom .c-button-lists {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-chat-bottom {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .c-chat-bottom .c-button-lists {
    margin-top: 3.5rem;
  }
}

.c-chat-prompt {
  position: relative;
  line-height: 1;
}

.c-chat-prompt__textarea {
  width: 100%;
  height: 40px;
  font-size: 13px;
  line-height: 1.5;
  background-color: #F2F2F2;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  box-shadow: none;
  outline: none;
  padding: 9px 40px 9px 14px;
  resize: none;
  max-height: 200px;
  overflow: auto;
}

.c-chat-prompt__textarea::-webkit-scrollbar {
  width: 7px;
  overflow: hidden;
}

.c-chat-prompt__textarea::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 0 10px 10px 0;
}

.c-chat-prompt__textarea::-webkit-scrollbar-thumb {
  background-color: #90C5BD;
  border-radius: 7px;
}

.c-chat-prompt__textarea:focus {
  border-color: #DBDBDB;
}

@media screen and (min-width: 768px) {
  .c-chat-prompt__textarea {
    font-size: 1.5rem;
    height: 51px;
    padding: 13px 40px 13px 14px;
  }
}

.c-chat-button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  border: 1px solid #90C4BD;
  background-color: #90C4BD;
  list-style: 0;
  font-size: 0;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: absolute;
  bottom: 7px;
  right: 8px;
  z-index: 2;
  outline: none;
  transition: 0.3s;
}

.c-chat-button:focus {
  outline: none;
}

.c-chat-button svg {
  width: 55%;
  height: auto;
}

.c-chat-button svg path {
  transition: 0.3s;
}

.c-chat-button:hover {
  background-color: #CFE5E2;
}

.c-chat-button:hover svg path {
  fill: #90C5BD;
}

@media screen and (min-width: 768px) {
  .c-chat-button {
    width: 30px;
    height: 30px;
    bottom: 11px;
    right: 15px;
  }
}

.u-rounded__10 {
  border-radius: 10px;
  margin-bottom: 20px;
}

/*# sourceMappingURL=style.css.map */


.p-prompt_layout {
  position: relative;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

.p-prompt {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  font-size: 14px;
  overflow-y: auto;
}

.p-prompt-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.p-prompt-item label {
  width: 220px;
}

.p-prompt-item input {
  width: calc(100% - 220px);
}

.c-chat-bottom p {
  line-height: 1.4;
  font-size: 1.3rem;
}

.c-chat-bottom .c-button-lists {
  margin-top: 1.5rem;
}

.t-prompt-btn {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  border: 1px solid #90C4BD;
  background-color: #90C4BD;
  width: 100%;
  max-width: 500px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  outline: none;
  margin: 12px auto;
  padding: 5px 0;
}

.c-chat-bottom .caption-high_light {
  font-size: 16px;
  line-height: 24px;
}

.c-chat-bottom .center_question {
  padding-top: 16px;
  text-align: center;
  padding-bottom: 10px;
  font-size: 16px;
}

.c-chat-bottom .center_question p {
  margin-bottom: 0;
}

.t-prompt-btn:last-child {
  margin-bottom: 0;
}

.l-header-logo_sub {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .p-prompt-item {
    width: 100%;
    flex-direction: column;
    margin-bottom: 8px;
  }

  .p-prompt-item label {
    width: 200px;
  }

  .p-prompt-item input {
    width: 100%;
  }

  .c-chat-bottom .center_question {
    padding-top: 16px;
    padding-bottom: 10px;
  }

  .c-chat-bottom .center_question p {
    margin-bottom: 0;
  }

  .c-chat-bottom .caption-high_light {
    font-size: 12px;
  }

  .l-header-logo_sub {
    font-size: 4vw;
  }
}



#chat-history {
  white-space: pre-line;
}