@charset "UTF-8";
/* reset styles */
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Noto+Sans&family=Noto+Sans+JP:wght@400;700;900&display=swap");
html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea {
  font-family: inherit;
  outline: none;
  -webkit-appearance: none;
}

button {
  outline: none;
}

/* common styles */
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ StdN", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic StdN", "メイリオ", "Meiryo", "ヒラギノ角ゴシック", "Hiragino Sans", "Verdana", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222222;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: auto;
  height: 100%;
}

a {
  text-decoration: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  line-height: 1;
  outline: 0;
}

a,
button:hover {
  cursor: pointer;
}

input {
  -webkit-appearance: none;
}

@media screen and (max-width: 360px) {
  .xs-hide {
    display: none;
  }
}

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

@media screen and (min-width: 769px) {
  .pc-hide {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .xl-hide {
    display: none;
  }
}

.m-b_0 {
  margin-bottom: 0;
}

.section {
  width: 100%;
  padding: 60px 0;
}

.section.mv {
  background: #4169e1;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .section.mv {
    padding: 36px 0;
  }
}

.section.blue {
  background: #edf6ff;
}

.section.yellow {
  background: #fff5e3;
}

.section.cv {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .section {
    padding: 36px 0;
  }
}

.section_head {
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .section_head {
    margin-bottom: 24px;
  }
}

.section_head-heading {
  font-size: 44px;
  line-height: 52px;
  font-weight: bold;
  text-align: center;
  color: #222;
}

.section_head-heading::after {
  display: block;
  content: "";
  width: 80px;
  height: 4px;
  border-radius: 2px;
  margin: 16px auto;
  background: #222;
}

.section_head-heading.blue::after {
  background: #4169e1;
}

.section_head-heading.yellow::after {
  background: #ffae11;
}

@media screen and (max-width: 768px) {
  .section_head-heading {
    font-size: 24px;
    line-height: 32px;
  }
  .section_head-heading::after {
    width: 40px;
    margin: 16px auto 20px;
  }
}

.section_head-sub-heading {
  font-size: 32px;
  color: #222;
  line-height: 52px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section_head-sub-heading {
    font-size: 20px;
    line-height: 32px;
  }
}

.section_head-supplement {
  font-size: 20px;
  color: #555;
  line-height: 35px;
  margin-top: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section_head-supplement {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }
}

.container {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 0 24px;
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 480px;
  }
}

.card {
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(34, 34, 34, 0.1);
  border-radius: 8px;
  padding: 16px 24px;
}

.card-wrapper {
  display: flex;
}

@media screen and (max-width: 768px) {
  .card-wrapper {
    flex-direction: column;
  }
}

.card-wrapper.pc-col3_sp-col1 > * {
  width: calc(33.3% - 40px);
}

@media screen and (max-width: 768px) {
  .card-wrapper.pc-col3_sp-col1 > * {
    width: 100%;
  }
}

.card-wrapper.pc-col3_sp-col1 > *:not(:first-child) {
  margin-left: 60px;
}

@media screen and (max-width: 768px) {
  .card-wrapper.pc-col3_sp-col1 > *:not(:first-child) {
    margin: 20px 0 0;
  }
}

.card_number {
  font-size: 56px;
  font-weight: 900;
  line-height: 56px;
  margin-bottom: 16px;
  color: #4169e1;
  letter-spacing: 0.05em;
}

.card_heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #444;
}

.card_heading.variant {
  font-size: 20px;
  line-height: 28px;
}

.card_supplement {
  font-size: 15px;
  line-height: 24px;
  margin-top: 12px;
  align-items: flex-start;
  color: #444;
}

.card_supplement.min-3line {
  min-height: 72px;
}

@media screen and (max-width: 768px) {
  .card_supplement.min-3line {
    min-height: auto;
  }
}

.card_img {
  display: block;
  width: 172px;
  margin: 16px auto 0;
}

.footer {
  background: #4169e1;
}

.fotter_inner {
  display: flex;
}

@media screen and (max-width: 768px) {
  .fotter_inner {
    flex-direction: column;
  }
}

.footer_heading {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .footer_heading {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 16px;
  }
}

.footer_text {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}

@media screen and (max-width: 768px) {
  .footer_text {
    font-size: 13px;
    line-height: 20px;
  }
}

.footer_attention-text {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  .footer_attention-text {
    font-size: 15px;
    line-height: 16px;
  }
}

.footer_list {
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .footer_list.other {
    flex-direction: column;
  }
}

.footer_link {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  .footer_link {
    font-size: 15px;
    line-height: 16px;
  }
}

@media screen and (min-width: 769px) {
  .footer_company {
    margin-right: 32px;
  }
}

@media screen and (max-width: 768px) {
  .footer_address {
    margin-top: 16px;
  }
}

.footer_other {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .footer_other {
    margin-left: 0;
    margin-top: 24px;
  }
}

.footer_copyright {
  display: flex;
  gap: 24px;
  color: #777;
  text-align: center;
  padding: 8px 24px;
  justify-content: center;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .footer_copyright {
    font-size: 10px;
    gap: 4px;
    flex-direction: column;
  }
}

.mv_inner {
  display: flex;
  align-items: center;
  max-width: 1400px;
}

@media screen and (max-width: 768px) {
  .mv_inner {
    flex-direction: column;
    max-width: 480px;
  }
}

.mv_cv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

@media screen and (min-width: 769px) {
  .mv_cv {
    background: #fff;
    padding: 36px 24px;
    border-radius: 12px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    margin-top: 36px;
  }
}

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

.mv_heading {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .mv_heading {
    font-size: 20px;
    line-height: 25px;
    max-width: 280px;
  }
  .mv_heading .l-s {
    letter-spacing: 0.5em;
  }
  .mv_heading .full {
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
  }
}

@media screen and (min-width: 1200px) {
  .mv_heading .l-s {
    letter-spacing: 0.5em;
  }
  .mv_heading .full {
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
  }
}

.mv_heading > *:not(:first-child) {
  margin-top: 8px;
}

.mv_explanation {
  width: 50%;
}

@media screen and (min-width: 769px) {
  .mv_explanation {
    padding-right: 80px;
  }
}

@media screen and (max-width: 768px) {
  .mv_explanation {
    width: 100%;
    min-width: auto;
  }
}

.mv_img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .mv_img {
    max-width: 400px;
    width: 100%;
    margin-left: 0;
    margin-top: 32px;
    min-width: auto;
  }
}

.mv_logo {
  display: block;
  width: 100%;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .mv_logo {
    max-width: 280px;
    margin-top: 16px;
  }
}

.mv_supplement {
  font-size: 17px;
  line-height: 17px;
  background: #fff;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .mv_supplement {
    font-size: 10px;
    display: inline;
    padding: 4px;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
  }
}

@media screen and (min-width: 769px) {
  .mv_supplement {
    letter-spacing: 0;
    text-align: center;
    padding: 8px 12px;
  }
}

@media screen and (min-width: 1200px) {
  .mv_supplement {
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
  }
}

.ploblem_balloon {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #444;
  font-weight: bold;
  text-align: center;
  padding: 12px 24px;
  background: #edf6ff;
  box-shadow: 0px 2px 8px rgba(34, 34, 34, 0.1);
  border-radius: 8px;
}

.ploblem_balloon::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  left: 24px;
  bottom: -11px;
  background: #edf6ff;
  transform: rotate(45deg);
  box-shadow: 0px 2px 8px rgba(34, 34, 34, 0.1);
}

.ploblem_balloon::after {
  position: absolute;
  content: "";
  width: 38px;
  height: 16px;
  left: 16px;
  bottom: 0;
  background: #edf6ff;
}

.ploblem_img {
  display: block;
  width: 100%;
  max-width: 310px;
  margin: 24px auto 0;
}

.emotion_heading {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  color: #444;
}

@media screen and (max-width: 768px) {
  .emotion_heading {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}

.emotion_list {
  display: flex;
  justify-content: center;
}

.emotion_list li:not(:first-child) {
  margin-left: 24px;
}

@media screen and (max-width: 768px) {
  .emotion_list li:not(:first-child) {
    margin-left: 8px;
  }
}

.emotion_list-face {
  font-size: 100px;
}

@media screen and (max-width: 768px) {
  .emotion_list-face {
    font-size: 72px;
  }
}

@media screen and (max-width: 360px) {
  .emotion_list-face {
    font-size: 64px;
  }
}

.emotion_list-caption {
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  color: #444;
  text-align: center;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .emotion_list-caption {
    font-size: 10px;
    line-height: 12px;
  }
}

.emotion_list-attention {
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  color: #444;
  text-align: right;
  margin: 32px auto 0;
  max-width: 472px;
}

@media screen and (max-width: 768px) {
  .emotion_list-attention {
    font-size: 10px;
    line-height: 12px;
    margin-top: 16px;
    max-width: 312px;
  }
}

.case-study_custmize-heading {
  max-width: 400px;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  padding: 12px 0;
  color: #222;
  background: #edf6ff;
  box-shadow: 0px 2px 8px rgba(34, 34, 34, 0.1);
  border-radius: 24px;
  text-align: center;
  margin: auto auto 32px;
}

@media screen and (max-width: 768px) {
  .case-study_custmize-heading {
    font-size: 20px;
    max-width: 327px;
  }
}

.case-study_custmize-list {
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .case-study_custmize-list {
    margin-bottom: 24px;
  }
}

.case-study_voice {
  display: flex;
  padding: 32px 28px;
  gap: 28px;
  background: #f5f5f5;
  align-items: center;
  border-radius: 8px;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .case-study_voice {
    margin-top: 12px;
    align-items: flex-start;
    padding: 20px 16px;
    gap: 12px;
  }
}

.case-study_voice-manager {
  width: 80px;
  border-radius: 50%;
  border: solid 1px #f5f5f5;
}

@media screen and (max-width: 768px) {
  .case-study_voice-manager {
    width: 55px;
  }
}

.case-study_voice-text {
  font-size: 22px;
  line-height: 44px;
}

@media screen and (max-width: 768px) {
  .case-study_voice-text {
    font-size: 15px;
    line-height: 24px;
  }
}

.plan_list {
  justify-content: center;
}

.plan_list li:not(:first-child) {
  margin-left: 36px;
}

@media screen and (max-width: 768px) {
  .plan_list li:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}

.plan_list-basic {
  width: 100%;
  max-width: 318px;
  padding: 0;
}

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

.plan_list-unlimited {
  width: 100%;
  max-width: 412px;
  padding: 0;
}

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

.plan_list-basic-head {
  background: #edf6ff;
  padding: 16px 0;
  text-align: center;
}

.plan_list-basic-head-heading {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #4169e1;
}

.plan_list-basic-head-supplement {
  font-size: 17px;
  line-height: 24px;
  color: #4169e1;
  margin-top: 4px;
}

.plan_list-price {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  color: #222;
  height: 156px;
}

@media screen and (max-width: 768px) {
  .plan_list-price {
    font-size: 24px;
    height: 108px;
  }
}

@media screen and (max-width: 360px) {
  .plan_list-price {
    font-size: 20px;
  }
}

.plan_list-price-number {
  font-size: 64px;
}

.plan_list-price-number.attention {
  color: #c93e38;
}

@media screen and (max-width: 768px) {
  .plan_list-price-number {
    font-size: 56px;
  }
}

@media screen and (max-width: 360px) {
  .plan_list-price-number {
    font-size: 48px;
  }
}

.plan_list-unlimited-head {
  background: #f5f5f5;
  padding: 16px 0;
  text-align: center;
}

.plan_list-unlimited-head-heading {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #222;
}

.plan_list-unlimited-head-supplement {
  font-size: 17px;
  line-height: 24px;
  color: #222;
  margin-top: 4px;
}

.plan_list-caution {
  font-size: 17px;
  line-height: 33px;
  max-width: 640px;
  margin: 24px auto 0;
  padding: 4px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  color: #444;
}

@media screen and (max-width: 768px) {
  .plan_list-caution {
    font-size: 13px;
    line-height: 16px;
    margin-top: 20px;
    padding: 8px;
  }
}

.qa_list li:not(:first-child) {
  margin-top: 28px;
}

@media screen and (max-width: 768px) {
  .qa_list li:not(:first-child) {
    margin-top: 20px;
  }
}

.qa_list-content {
  display: flex;
  gap: 24px;
  padding: 16px 40px;
  align-items: center;
  border-radius: 8px;
}

.qa_list-content.question {
  background: #edf6ff;
}

.qa_list-content.answer {
  background: #ffeded;
}

.qa_list-content:not(first-child) {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .qa_list-content {
    align-items: flex-start;
    padding: 20px;
  }
  .qa_list-content:not(first-child) {
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .qa_list-content {
    gap: 12px;
  }
}

.qa_list-content-img {
  width: 68px;
}

@media screen and (max-width: 768px) {
  .qa_list-content-img {
    width: 48px;
  }
}

.qa_list-content-text {
  font-size: 24px;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .qa_list-content-text {
    font-size: 15px;
    line-height: 24px;
  }
}

.qa_list-content-text-link {
  color: #4169e1;
  font-weight: bold;
}

.cv_inner {
  display: flex;
  gap: 48px;
}

@media screen and (max-width: 768px) {
  .cv_inner {
    flex-direction: column;
    gap: 24px;
  }
}

.cv_apply {
  width: 100%;
  text-align: center;
}

.cv_apply.footer_above {
  max-width: calc(100% - 518px);
}

@media screen and (max-width: 768px) {
  .cv_apply.footer_above {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .cv_apply {
    max-width: 462px;
  }
}

@media screen and (min-width: 1200px) {
  .cv_apply {
    max-width: 462px;
  }
}

.cv_apply-push {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #444;
}

@media screen and (max-width: 768px) {
  .cv_apply-push {
    font-size: 15px;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
    padding: 0 8px;
    max-width: 308px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 769px) {
  .cv_apply-push {
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .cv_apply-push {
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
    padding: 0 8px;
  }
}

.cv_apply-button {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #4169e1;
  padding: 24px 8px;
  border-radius: 8px;
  box-shadow: 0px 3px 0px rgba(34, 34, 34, 0.1);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cv_apply-button {
    max-width: 308px;
    font-size: 20px;
    margin: auto;
    padding: 22px 0;
  }
}

.cv_app.footer_above {
  width: 470px;
}

@media screen and (max-width: 768px) {
  .cv_app.footer_above {
    width: 100%;
  }
}

.cv_app-heading {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 12px;
  text-align: center;
  color: #444;
}

@media screen and (max-width: 768px) {
  .cv_app-heading {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}

.cv_app-download {
  display: flex;
  justify-content: center;
  max-width: 462px;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .cv_app-download {
    max-width: 308px;
    margin: auto;
  }
}

.cv_app-download-badge {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cv_app-download-badge {
    max-height: 48px;
  }
}

@media screen and (min-width: 769px) {
  .cv_app-download-badge {
    max-height: 72px;
  }
}

.other {
  max-width: 800px;
  line-height: 1.8;
}

.other h2 {
  font-size: 32px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .other h2 {
    font-size: 22px;
  }
}

.other h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .other h3 {
    font-size: 15px;
  }
}

.other p {
  margin-bottom: 8px;
}

.other ol {
  list-style-type: decimal;
  padding: 0 1em;
}

.other ol > li {
  margin-bottom: 8px;
}

.other ul {
  margin-top: 8px;
}

.other ul li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}

.other .flex {
  display: flex;
}

.other .privacy {
  width: 80px;
  margin-top: 40px;
}

.other .supplement {
  margin-top: 40px;
  text-align: right;
}

.other .link {
  color: #4169e1;
}

.other .ml-a {
  margin-left: auto;
}
