@charset "utf-8";

/* ======================
Reset
 ======================*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
p,
img,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

iframe {
  vertical-align: bottom;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: inherit;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

img {
  border: none;
  vertical-align: bottom;
  background: transparent;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

label {
  cursor: pointer;
}

::-webkit-input-placeholder {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  ::-webkit-input-placeholder {
    opacity: 0.8;
  }

  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }

  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }
}

/* ======================
Layout
 ======================*/

body {
  color: #091852;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  background-color: #f8f2f4;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #1642e3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover img {
  opacity: 0.6;
}

img {
  max-width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.wrapper {
  width: 100%;
}

.header_area {
  width: 100%;
  padding: 30px 40px 40px;
}

.header_logo {
  width: 130px;
  height: auto;
}

.inner {
  max-width: 1180px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .header_area {
    padding: 20px;
  }

  .header_logo {
    width: 120px;
  }

  .inner {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}

/* -------section_main------- */

.section_main {
  width: calc(100% - 600px);
  padding: 0 20px;
}

.form-cs .section_main {
  width: calc(100% - 740px);
}

.main_area-ttl {
  margin-bottom: 0.2em;
  font-size: 28px;
  font-weight: 700;
}

.main_area-ttl.en {
  font-family: objektiv-mk1, sans-serif;
  font-style: normal;
}

.main_area-subttl {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 700;
}

.main_area-txt {
  margin: 1em 0;
  line-height: 2;
}

.main_area-list-ttl {
  margin-bottom: 0.5em;
  font-size: 16px;
  color: #1642e3;
  font-weight: 700;
}

.main_area-list {
  margin: 0.2em auto;
}

.main_area-list li {
  margin-top: 0.4em;
  padding-left: 18px;
  position: relative;
}

.main_area-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #d6ced0;
  top: 14px;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  border-radius: 50%;
}

.main_area span {
  color: #1642e3;
  font-weight: 700;
}

.main_area small {
  font-size: 12px;
}

.notes {
  margin-bottom: 0.2em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  color: #cc3300;
}

.main_img {
  width: 100%;
  margin-top: 2em;
  border-radius: 8px;
  overflow: hidden;
}

.main_img.mailmag {
  width: 50%;
  margin-left: 5%;
}

.main_area-box {
  margin: 20px auto;
  padding: 15px;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 400;
  background: #f2eaec;
  border-radius: 10px;
}

.main_area-box .notes {
  font-weight: 500;
}

.main_area-box.box-line {
  border: 1px solid #d6ced0;
  background: transparent;
}

.main_area-box.box-line h3 {
  font-size: 16px;
}

.main_area-box.box-line dt {
  margin: 0.5em 0;
  font-weight: 700;
}

.main_area-box.box-line dd {
  font-size: 14px;
  font-weight: 500;
}

.box_privacy-policy {
  padding: 10px;
  width: 100%;
  height: 180px;
  margin-top: 20px;
  line-height: 1.6;
  overflow-y: scroll;
  background-color: #fff;
  border: 1px solid #b1c2cf;
  border-radius: 4px;
  box-sizing: border-box;
}

.box_privacy-policy {
  font-size: 13px;
  line-height: 1.5;
}

.box_privacy-policy h3 {
  font-size: 14px;
}

.box_privacy-policy h4 {
  margin: 0.8em 0 0.4em;
}

.box_privacy-policy ol,
.box_privacy-policy ul {
  padding-left: 1.5em;
  list-style-type: decimal;
  list-style-position: outside;
}

.box_privacy-policy ol {
  margin-top: 0.5em;
}

.box_privacy-policy ul {
  list-style-type: disc;
}

.box_privacy-policy address {
  font-style: normal;
}

.copyright {
  margin: 80px 0 40px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .form-cs .section_main {
    width: calc(100% - 600px);
  }
}

@media screen and (max-width: 768px) {
  .section_main,
  .form-cs .section_main {
    width: 100%;
  }

  .main_area-ttl {
    font-size: 22px;
  }

  .main_img.mailmag {
    width: 60%;
  }
}

/* -------section_form------- */

.section_form {
  width: 560px;
  margin: -40px auto 0;
  padding: 30px 30px 40px;
  color: #091852;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
}

.form-cs .section_form {
  width: 680px;
}

.form_area-ttl {
  margin: 0 auto 18px;
  font-size: 18px;
  font-weight: 500;
  color: #1642e3;
  text-align: center;
}

#form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

#form-content .form-field-wrap {
  width: 100%;
}

#form-content p {
  margin: 8px 0;
  padding: 0;
}

.form-cs #form-content p {
  margin: 12px 0;
}

#form-content .form-field-wrap:has(.two-col) {
  width: 240px;
}

.form-cs #form-content .form-field-wrap:has(.two-col) {
  width: 300px;
}

#form-content p .field-label {
  color: #091852;
  font-size: 14px;
  font-weight: 700;
}

#form-content p.pd-text .field-label,
#form-content p.pd-select .field-label,
#form-content p.pd-checkbox .field-label,
#form-content p.pd-textarea .field-label {
  padding: 0 0 0 4px;
  font-size: 14px;
  line-height: 1.6;
}

#form-content .form-field.required {
  position: relative;
}

#form-content .form-field.required .field-label:after {
  display: inline-block;
  position: absolute;
  margin-top: 0.6em;
  margin-left: 10px;
  padding: 0.01em 0.4em 0.02em;
  font-size: 10px;
  font-weight: 400;
  content: "必須";
  white-space: nowrap;
  color: #fff;
  border-radius: 2px;
  background: #f03260;
}

#form-content .pd-select {
  position: relative;
}

#form-content .pd-select:after {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -4px;
  position: absolute;
  bottom: 30%;
  right: 15px;
  border: 0px;
  border-bottom: solid 2px #58788f;
  border-right: solid 2px #58788f;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#form-content input[type="checkbox"] + label {
  display: inline-block;
  padding-left: 1.2em !important;
  position: relative;
  color: #091852;
  font-weight: 500;
}

#form-content input[type="checkbox"] {
  display: none;
}

#form-content input[type="checkbox"] + label::before {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  cursor: pointer;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #091852;
  border-radius: 2px;
}

#form-content input[type="checkbox"]:checked + label::before {
  background: #1642e3;
}

#form-content input[type="checkbox"]:checked + label::after {
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 6px;
  position: absolute;
  top: 40%;
  left: 5px;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg) translateY(-50%);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

#form-content input[type="text"],
#form-content p textarea,
#form-content select {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  color: #091852;
  border-radius: 5px;
  border: 1px solid #ced4da;
  display: inline-block;
  box-sizing: border-box;
}

#form-content input[type="text"]:focus,
#form-content select:focus {
  background-color: #f2eaec;
  border: 1px solid #1642e3;
  border-radius: 5px;
  outline: none;
}

#form-content select {
  font-size: 16px;
  background: #fff;
  cursor: pointer;
}

#form-content .pd-checkbox .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#form-content .pd-checkbox.column .value {
  flex-direction: column;
}

#form-content .pd-checkbox .value > span {
  display: block;
  margin-top: 0.4em;
  margin-right: 12px;
  padding-left: 8px;
  line-height: 1.5;
}

#form-content .pd-checkbox .value .inline {
  padding-left: 8px;
}

#form-content p textarea.standard {
  height: 90px;
}

#form-content .form-field.phone {
  position: relative;
}

#form-content .form-field .description {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
}

#form-content .form-field.phone .description {
  width: 21em;
}

#form-content .form-field.text-w-24 .description {
  width: 24em;
}

#form-content p.submit {
  margin: 30px auto 10px;
  text-align: center;
}

#form-content input[type="submit"] {
  min-width: 256px;
  padding: 1.2em 2.4em;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #f2eaec;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  background-color: #1642e3;
  border-radius: 100px;
  -webkit-transition:
    background-color 0.3s,
    color 0.3s,
    -webkit-box-shadow 0.3s;
  transition:
    background-color 0.3s,
    color 0.3s,
    -webkit-box-shadow 0.3s;
  transition:
    box-shadow 0.3s,
    background-color 0.3s,
    color 0.3s;
  transition:
    box-shadow 0.3s,
    background-color 0.3s,
    color 0.3s,
    -webkit-box-shadow 0.3s;
  border: none;
  outline: none;
}

#form-content input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  color: #1642e3;
  background-color: #f2eaec;
}

#form-content p.errors {
  position: absolute;
  top: -25px;
  left: 0;
  font-size: 14px;
  color: #f03260;
  font-weight: 700;
}

#form-content .error.no-label {
  margin: 0;
  color: #f03260;
  font-size: 10px;
}

#form-content p.error input[type="text"],
#form-content p.error input[type="checkbox"],
#form-content p.error select,
#form-content p.error textarea {
  border: 1px solid #f03260;
  border-radius: 5px;
  box-sizing: border-box;
}

#form-content p#below,
#form-content p#adove_pc {
  color: #091852;
  line-height: 1.5;
}

#form-content .g-recaptcha > div {
  margin: 20px auto 0;
}

.ui-datepicker {
  padding: 8px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: #fff;
  position: absolute;
  top: -100%;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .form-cs .section_form {
    width: 560px;
  }
  .form-cs #form-content .form-field-wrap:has(.two-col) {
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .section_form,
  .form-cs .section_form {
    width: calc(100% - 32px);
    margin: 40px 16px 24px;
    padding: 32px 16px;
  }

  #form-content {
    display: block;
  }

  #form-content p {
    width: 100%;
    margin: 16px 0 0;
  }

  .form-cs #form-content p {
    margin: 20px 0 0;
  }

  #form-content .form-field-wrap:has(.two-col),
  .form-cs #form-content .form-field-wrap:has(.two-col) {
    width: 100%;
  }

  #form-content select {
    font-size: 14px;
  }

  #form-content p.submit {
    width: 98%;
    margin: 32px auto 0;
  }

  #form-content p.submit input {
    width: 100%;
    margin: 0 auto 30px;
    padding: 1.2em 20px;
    font-size: 15px;
  }

  #form-content p.errors {
    font-size: 14px;
    top: -35px;
  }

  #form-content .error.no-label {
    margin-top: 4px;
  }

  #form-content p.error input[type="text"],
  #form-content p.error textarea,
  #form-content p.error select {
    width: 100%;
  }
}

/* -------trial------- */
.wrapper-trial {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.wrapper-trial .bg-cover {
  position: fixed;
  top: 0;
  left: 0;
  flex: 1 2 auto;
  width: calc(100% - 720px);
  height: 100vh;
  background: #1642e3 url("https://go.talknote.com/form-assets/pic_trial")
    center bottom 20%/80% no-repeat;
}

.wrapper-trial .container {
  flex: 0 1 720px;
  min-height: 100vh;
  margin-left: auto;
  padding: 60px 0 20px;
  background-color: #f8f2f4;
}

.wrapper-trial .inner {
  display: block;
}

.wrapper-trial .section_main {
  width: 100%;
  text-align: center;
}

.wrapper-trial .header_logo {
  width: 160px;
  margin: 0 auto;
}

.wrapper-trial .main_area-ttl {
  margin: 1.8em auto 0;
  font-size: 18px;
}

.wrapper-trial .main_area-txt {
  margin: 0.5em 0 0;
  font-size: 13px;
}

.wrapper-trial .section_form {
  margin: 0 auto;
  background: transparent;
  box-shadow: none;
}

.wrapper-trial #form-content input[type="submit"] {
  color: #091852;
  background-color: #f8c313;
}

.wrapper-trial #form-content input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  color: #1642e3;
  background-color: #f2eaec;
}

.wrapper-trial .copyright {
  margin: 20px 0 40px;
}

@media screen and (max-width: 767px) {
  .wrapper-trial {
    display: block;
  }

  .wrapper-trial .bg-cover {
    display: none;
  }

  .wrapper-trial .container {
    width: 100%;
    padding: 60px 20px 0;
  }

  .wrapper-trial .section_form {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

/* -------popup banner------- */

.popup {
  position: fixed;
  right: 16px;
  bottom: 16px;
  max-width: 260px;
  border-radius: 16px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.16);
  z-index: 9999;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
  visibility: hidden;
  pointer-events: none;
}

.popup.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

.popup_ttl {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.popup_text {
  margin-top: 0.2em;
  font-size: 14px;
  line-height: 1.5;
}

.p-popup-top__link:hover img {
  opacity: 1;
}

.popup_pic img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.popup_close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.popup_close-icon {
  width: 11px;
  height: 11px;
  fill: #06c755;
}

@media screen and (max-width: 767px) {
  .popup {
    max-width: 240px;
  }

  .popup_ttl {
    font-size: 18px;
  }

  .popup_text {
    font-size: 13px;
  }
}
