@charset "utf-8";

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.pc {
  display: block!important;
}

.sp {
  display: none!important;
}

#function,
#about,
#versatility,
#price,
#partnership,
#contact {
  scroll-margin-top: 50px;
}

.site_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding-top: 38px;
}

.inner_1200 {
  width: min(calc(100% - 48px), 1200px);
  max-width: 1200px;
  margin: 0 auto;
}

.g-navi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 24px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 40px rgba(78, 89, 173, 0.08);
}

.logo {
  width: 126px;
  line-height: 0;
}

.nav_toggle,
.hamburger {
  display: none;
}

.navi_link {
  display: flex;
  align-items: center;
  gap: 31px;
  margin-left: auto;
}

.navi_list {
  display: flex;
  align-items: center;
  gap: 31px;
}

.navi_list a {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: color 0.2s ease;
}

.navi_list a:hover {
  color: #5d6dfb;
}

.contact_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 172px;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #605cff, #8b5cf6);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  box-shadow: 0 10px 20px rgba(93, 120, 239, 0.22);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.contact_btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.contact_btn,
.contact_btn:link,
.contact_btn:visited,
.mv_contact_btn,
.mv_contact_btn:link,
.mv_contact_btn:visited,
.price_contact_btn,
.price_contact_btn:link,
.price_contact_btn:visited,
.partnership_contact_btn,
.partnership_contact_btn:link,
.partnership_contact_btn:visited {
  color: #fff;
}

.mv_contact_btn,
.price_contact_btn,
.partnership_contact_btn {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.mv_contact_btn:hover,
.price_contact_btn:hover,
.partnership_contact_btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

section.mv {
  background-image: url(../img/mv/mv_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 768px;
  padding-top: 160px;
  overflow: hidden;
}

.mv_inner {
  display: grid;
  grid-template-columns: 500px 1fr;
  align-items: start;
  gap: 42px;
  position: relative;
}

.mv_copy {
  position: relative;
  z-index: 2;
  padding-top: 8px;
}

.mv_title {
  width: 430px;
  margin-bottom: 24px;
  line-height: 0;
}

.mv_lead {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 14px;
  border-radius: 10px;
  background: linear-gradient(90deg, #605cff, #8b5cf6);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.mv_logo {
  width: 470px;
  margin-bottom: 38px;
  line-height: 0;
}

.mv_points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  width: 470px;
  margin-bottom: 36px;
}

.mv_points li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 13px;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.mv_points li + li::before {
  position: absolute;
  top: 0;
  left: -14px;
  width: 4px;
  height: 100%;
  background: #d8d6ff;
  content: "";
}

.mv_points img {
  width: 72px;
}

.mv_contact_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 470px;
  min-height: 66px;
  border-radius: 18px;
  background: linear-gradient(90deg, #605cff, #8b5cf6);
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 8px rgba(78, 95, 191, 0.18), 0 18px 34px rgba(93, 120, 239, 0.28);
}

.mv_contact_btn img {
  width: 26px;
}

.mv_visual {
  position: relative;
  min-height: 520px;
}

.mv_monitor {
  position: absolute;
  top: 26px;
  left: 60px;
  width: 520px;
}

.mv_human {
  position: absolute;
  right: 0px;
  bottom: -20px;
  width: 560px;
}

.mv_balloon {
  position: absolute;
  top: -18px;
  right: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 134px;
  padding-top: 30px;
  border: 2px solid #ffd48a;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #2547ff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.mv_balloon::before {
  position: absolute;
  top: 24px;
  left: 50%;
  width: 34px;
  height: 20px;
  border-left: 6px solid #2547ff;
  border-bottom: 6px solid #2547ff;
  transform: translateX(-50%) rotate(-45deg);
  content: "";
}

.mv_balloon::after {
  position: absolute;
  right: 18px;
  bottom: -17px;
  width: 32px;
  height: 32px;
  border-right: 2px solid #ffd48a;
  border-bottom: 2px solid #ffd48a;
  background: rgba(255, 255, 255, 0.94);
  transform: rotate(38deg);
  content: "";
}

.common_challenges {
  padding: 88px 0 100px;
  background: #fff;
}

.section_heading {
  margin-bottom: 52px;
  text-align: center;
}

.section_en {
  margin-bottom: 12px;
  color: #635bdc;
  font-family: "Kanit", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.section_heading h2 {
  color: #111;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.common_challenges_content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 507px;
  align-items: center;
  /* width: min(100%, 1030px); */
  margin: 0 auto;
}

.common_challenges_text {
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.06em;
}

.common_challenges_text ul {
  margin-bottom: 12px;
}

.common_challenges_text li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
}

/* .common_challenges_text li::before {
  position: absolute;
  left: 0;
  content: "・・・";
} */

.common_challenges_text p {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 400;
}

.common_challenges_img {
  line-height: 0;
}

.common_challenges_img img {
  width: 100%;
}

.function {
  padding: 88px 0 120px;
  background: #fbfbff url("../img/section_02/section_02_bg.png") center top / cover no-repeat;
}

.function_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 78px 36px;
  width: min(100%, 1200px);
  margin: 0 auto;
}

.function_card img {
  width: 100%;
  margin-bottom: 18px;
}

.function_card h3 {
  margin-bottom: 12px;
  color: #111;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.function_card h3 span {
  color: #635bdc;
  font-size: 26px;
}

.function_card p {
  color: #111;
  font-size: 16px;
  font-weight: 100;
  line-height: 2;
  letter-spacing: 0.08em;
}

.point {
  padding: 86px 0 116px;
  background: #fff;
}

.point_list {
  display: grid;
  gap: 120px;
  width: min(100%, 1200px);
  margin: 0 auto;
}

.point_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.point_text {
  position: relative;
  z-index: 2;
  top: 40px;
  flex: 0 0 620px;
  width: 620px;
  padding: 48px 46px 42px;
  border: 2px solid #ded9ff;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 8px rgba(46, 54, 99, 0.14);
}

.point_item:not(.point_item_reverse) .point_text {
  margin-right: -48px;
}

.point_item:not(.point_item_reverse) .point_img {
  margin-left: -48px;
}

.point_item_reverse .point_text {
  order: 2;
  margin-left: -48px;
}

.point_item_reverse .point_img {
  order: 1;
  margin-right: -48px;
}

.point_label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #5d50ff;
  font-family: "Kanit", sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
}

.point_label img {
  width: 40px;
}

.point_text h3 {
  margin-bottom: 28px;
  color: #111;
  font-size: 30px;
  font-weight: bolder;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.point_text p:not(.point_label) {
  color: #111;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.08em;
}

.point_img {
  position: relative;
  z-index: 1;
  flex: 0 0 620px;
  width: 620px;
  line-height: 0;
}

.point_img img {
  width: 100%;
  border-radius: 12px;
}

.versatility {
  position: relative;
  overflow: hidden;
  padding: 86px 0 126px;
  background: #f8f8ff url("../img/section_04/section_04_bg.png") center bottom / cover no-repeat;
}

.versatility_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0 auto;
}

.versatility_card {
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}

.versatility_card h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0 16px;
  border-radius: 12px 12px 0 0;
  background: #5549dd;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.versatility_card img {
  width: 100%;
}

.versatility_card ul {
  display: grid;
  gap: 16px;
  padding: 28px 16px 34px;
}

.versatility_card li {
  position: relative;
  padding-left: 22px;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.versatility_card li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #5549dd;
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  content: "✓";
}

.price {
  padding: 110px 0;
  background: #fff;
}

.price_inner {
  display: grid;
  grid-template-columns: 320px 1fr;
  align-items: center;
  gap: 86px;
}

.price_copy h2 {
  margin: 8px 0 26px;
  color: #111;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.price_copy p:not(.section_en) {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
}

.price_note {
  margin-top: 14px;
  font-size: 10px !important;
  line-height: 1.8 !important;
}

.price_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.price_card {
  min-height: 380px;
  padding: 48px 30px;
  border: 1.5px solid #5b50df;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(46, 54, 99, 0.18);
  text-align: center;
}

.plan_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 134px;
  min-height: 30px;
  padding: 0 22px;
  border: 1.5px solid #5b50df;
  border-radius: 999px;
  color: #5b50df;
  font-family: "Kanit", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.plan_price {
  margin: 28px 0 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid #d9d9d9;
  color: #5b50df;
  font-family: "Kanit", sans-serif;
  font-size: 64px;
  line-height: 1;
}

.plan_price span {
  margin-right: 8px;
  font-size: 27px;
}

.plan_price small {
  margin-left: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.price_card ul {
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
  text-align: left;
}

.price_card li {
  position: relative;
  padding-left: 27px;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.price_card li::before {
  position: absolute;
  top: 0.18em;
  left: 0;
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #5549dd;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  content: "✓";
}

.price_contact_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 214px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #605cff, #8b5cf6);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.price_card_premium {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price_card_premium .plan_label {
  border-color: transparent;
  background: #aaa0f0;
  color: #fff;
}

.coming_soon {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  color: #aaa0f0;
  font-family: "Kanit", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.partnership {
  padding: 110px 0;
  background: #fff;
}

.partnership_box {
  display: grid;
  grid-template-columns: 430px 1fr;
  align-items: center;
  gap: 64px;
  min-height: 500px;
  padding: 68px 88px 58px;
  border-radius: 34px;
  background: url("../img/section_06/section_06_bg.png") center / cover no-repeat;
}

.partnership_text h2 {
  margin: 8px 0 16px;
  color: #111;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.partnership_lead {
  margin-bottom: 24px;
  color: #111;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.08em;
}

.partnership_list {
  display: grid;
  gap: 18px;
  margin-bottom: 36px;
}

.partnership_list li {
  position: relative;
  padding-left: 42px;
}

.partnership_list li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #5549dd;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  content: "✓";
}

.partnership_list h3 {
  color: #111;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.partnership_list p {
  margin-top: 2px;
  color: #111;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.partnership_contact_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: min(100%, 340px);
  min-height: 58px;
  border-radius: 18px;
  background: linear-gradient(90deg, #605cff, #8b5cf6);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 8px rgba(78, 95, 191, 0.18), 0 14px 28px rgba(93, 120, 239, 0.22);
}

.partnership_contact_btn img {
  width: 28px;
}

.partnership_img {
  line-height: 0;
}

.partnership_img img {
  width: 100%;
}

.contact {
  padding: 88px 0 120px;
  background: #f7f7ff;
}

form#mail_form.contact_form {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 116px 72px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  overflow-x: clip;
}

form#mail_form.contact_form dl {
  width: 100%;
  margin: 0 0 34px;
  padding: 0;
  border: 0;
}

form#mail_form.contact_form dl:after,
form#mail_form.contact_form dl dt:after {
  display: none;
}

form#mail_form.contact_form dl dt {
  float: none;
  width: auto;
  margin: 0 0 14px;
  padding: 0;
  color: #111;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: left;
}

form#mail_form.contact_form dl dt i {
  display: inline-block;
  float: none;
  margin: 0 0 0 16px;
  padding: 0;
  vertical-align: middle;
}

form#mail_form.contact_form dl dt span.required,
form#mail_form.contact_form dl dt span.optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 22px;
  margin: 0;
  padding: 4px 10px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

form#mail_form.contact_form dl dt span.required {
  background: #e60000;
}

form#mail_form.contact_form dl dt span.optional {
  background: #1479d4;
}

form#mail_form.contact_form dl dd {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}

form#mail_form.contact_form input[type="text"],
form#mail_form.contact_form input[type="email"],
form#mail_form.contact_form input[type="tel"],
form#mail_form.contact_form textarea {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 0 18px;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  background: #f8f8f8;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  box-sizing: border-box;
}

form#mail_form.contact_form textarea {
  min-height: 210px;
  padding-top: 18px;
  resize: vertical;
}

form#mail_form.contact_form input::placeholder,
form#mail_form.contact_form textarea::placeholder {
  color: #c9c9c9;
}

form#mail_form.contact_form ul {
  margin: 0;
  padding: 0;
}

form#mail_form.contact_form ul li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

form#mail_form.contact_form .inquiry_detail {
  margin-top: 10px;
}

form#mail_form.contact_form ul li:first-child label,
form#mail_form.contact_form ul li label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

form#mail_form.contact_form ul li label:hover {
  background: transparent;
}

form#mail_form.contact_form ul li input[type="radio"],
form#mail_form.contact_form ul li input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin: 0;
}

form#mail_form.contact_form .privacy_block {
  margin-bottom: 32px;
  text-align: center;
}

form#mail_form.contact_form .privacy_block dt {
  display: none;
}

form#mail_form.contact_form .privacy_block dd {
  text-align: center;
}

form#mail_form.contact_form .privacy_block ul li {
  display: flex;
  justify-content: center;
}

form#mail_form.contact_form .privacy_block ul li label {
  font-size: 18px;
}

form#mail_form.contact_form a.privacy_link {
  display: block;
  margin-top: 8px;
  color: #dc5a00;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

form#mail_form.contact_form dl dd span.error_blank,
form#mail_form.contact_form dl dd span.error_format,
form#mail_form.contact_form dl dd span.error_match {
  display: block;
  margin-top: 8px;
  color: #e60000;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

form#mail_form.contact_form p#form_submit {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}

form#mail_form.contact_form input#form_submit_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 336px);
  max-width: 100%;
  min-height: 54px;
  margin: 0 auto;
  margin-left: auto;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #605cff, #8b5cf6);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.18em;
  box-shadow: 0 7px 8px rgba(78, 95, 191, 0.18), 0 12px 24px rgba(93, 120, 239, 0.22);
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

form#mail_form.contact_form input#form_submit_button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  background: linear-gradient(90deg, #605cff, #8b5cf6);
}

.thanks_page {
  padding: 170px 0 110px;
  background: #f7f7ff;
}

.thanks_page .section_heading h1 {
  color: #111;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.thanks_content {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: 64px 72px;
  border-radius: 16px;
  background: #fff;
  color: #111;
  text-align: center;
}

.thanks_content p {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

.thanks_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 54px;
  margin-top: 28px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, #605cff, #8b5cf6);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 7px 8px rgba(78, 95, 191, 0.18), 0 12px 24px rgba(93, 120, 239, 0.22);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.thanks_btn:link,
.thanks_btn:visited {
  color: #fff;
}

.thanks_btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.site_footer {
  padding: 24px 0 22px;
  background: #4b4b4b;
  color: #fff;
  text-align: center;
}

.footer_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.footer_nav a,
.footer_nav a:link,
.footer_nav a:visited {
  color: #fff;
}

.footer_nav span {
  opacity: 0.9;
}

.site_footer p {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.5;
}

.terms_page {
  padding: 170px 0 110px;
  background: #f7f7ff;
}

.terms_page .section_heading h1 {
  color: #111;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.terms_content {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: 64px 72px;
  border-radius: 16px;
  background: #fff;
  color: #111;
}

.terms_intro {
  margin-bottom: 42px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

.terms_content section + section {
  margin-top: 34px;
}

.terms_content h2 {
  margin-bottom: 10px;
  color: #5549dd;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.terms_content p {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

.terms_content ol {
  margin: 10px 0 0 1.4em;
}

.terms_content ol ol {
  margin-top: 8px;
}

.terms_content ul {
  margin: 8px 0 0 1.4em;
}

.terms_content li {
  list-style: decimal;
  color: #111;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

.terms_content li + li {
  margin-top: 6px;
}

.terms_content ul > li {
  list-style: disc;
}

.terms_content strong {
  font-weight: 900;
}

.terms_table {
  width: 100%;
  margin-top: 14px;
  border: 1px solid #d9d9e8;
}

.terms_table th,
.terms_table td {
  padding: 14px 18px;
  border: 1px solid #d9d9e8;
  color: #111;
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
}

.terms_table th {
  width: 180px;
  background: #f7f7ff;
  font-weight: 900;
}

.terms_date {
  margin-top: 28px;
}

.terms_end {
  margin-top: 10px;
  text-align: right;
}

@media (max-width: 960px) {
  .site_header {
    padding-top: 16px;
  }

  .g-navi {
    flex-wrap: wrap;
    gap: 14px;
    padding: 16px;
  }

  .navi_link {
    width: 100%;
    flex-wrap: wrap;
    gap: 16px;
  }

  .navi_list {
    flex-wrap: wrap;
    gap: 14px 20px;
  }

  section.mv {
    min-height: 0;
    padding: 220px 0 80px;
  }

  .mv_inner {
    grid-template-columns: 1fr;
  }

  .mv_copy {
    padding-top: 0;
  }

  .mv_title,
  .mv_logo,
  .mv_points,
  .mv_contact_btn {
    width: min(100%, 430px);
  }

  .mv_visual {
    min-height: 520px;
  }

  .mv_monitor {
    top: 20px;
    left: 0;
    width: min(92vw, 570px);
  }

  .mv_human {
    right: 0;
    bottom: 0;
    width: min(92vw, 560px);
  }

  .common_challenges {
    padding: 72px 0;
  }

  .common_challenges_content {
    grid-template-columns: 1fr;
    gap: 36px;
    width: min(100%, 720px);
  }

  .common_challenges_img {
    order: -1;
    max-width: 507px;
    margin: 0 auto;
  }

  .function {
    padding: 72px 0 88px;
  }

  .function_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 28px;
  }

  .point {
    padding: 72px 0 88px;
  }

  .point_list {
    gap: 56px;
    width: min(100%, 720px);
  }

  .point_item {
    display: grid;
    grid-template-columns: 1fr;
  }

  .point_text,
  .point_item:not(.point_item_reverse) .point_text,
  .point_item_reverse .point_text {
    order: 2;
    top: 0;
    flex: none;
    width: auto;
    min-height: 0;
    margin: -32px 18px 0;
  }

  .point_img,
  .point_item:not(.point_item_reverse) .point_img,
  .point_item_reverse .point_img {
    order: 1;
    flex: none;
    width: 100%;
    margin: 0;
  }

  .versatility {
    padding: 72px 0 88px;
  }

  .versatility_grid {
    grid-template-columns: 1fr;
    gap: 34px;
    width: min(100%, 400px);
  }

  .price {
    padding: 72px 0 88px;
  }

  .price_inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .price_copy {
    text-align: center;
  }

  .price_cards {
    width: min(100%, 760px);
    margin: 0 auto;
  }

  .partnership {
    padding: 72px 0 88px;
  }

  .partnership_box {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 48px 36px;
  }

  .partnership_img {
    order: -1;
    max-width: 520px;
    margin: 0 auto;
  }

  .contact {
    padding: 72px 0 88px;
  }

  .contact_form,
  form#mail_form.contact_form {
    width: 100%;
    padding: 48px 32px 56px;
  }

  form#mail_form.contact_form dl dt {
    font-size: 18px;
  }

  form#mail_form.contact_form dl dt span.required,
  form#mail_form.contact_form dl dt span.optional {
    min-width: 34px;
    min-height: 20px;
    padding: 3px 8px;
    font-size: 12px;
  }

  form#mail_form.contact_form input#form_submit_button {
    width: min(100%, 336px);
    margin-left: auto;
  }

  .thanks_page {
    padding: 150px 0 88px;
  }

  .thanks_content {
    padding: 48px 40px;
  }

  .terms_page {
    padding: 150px 0 88px;
  }

  .terms_content {
    padding: 48px 40px;
  }

  .terms_table th,
  .terms_table td {
    display: block;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .pc {
    display: none!important;
  }
  
  .sp {
    display: block!important;
  }

  .inner_1200 {
    width: min(calc(100% - 32px), 1200px);
  }

  #function,
  #about,
  #versatility,
  #price,
  #partnership,
  #contact {
    scroll-margin-top: 92px;
  }

  .site_header {
    padding-top: 10px;
  }

  .g-navi {
    position: relative;
    flex-wrap: nowrap;
    gap: 12px;
    min-height: 54px;
    padding: 10px 12px;
  }

  .logo {
    flex: 0 0 104px;
    width: 104px;
  }

  .hamburger {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: auto;
    border-radius: 50%;
    background: linear-gradient(90deg, #605cff, #8b5cf6);
    cursor: pointer;
  }

  .hamburger span,
  .hamburger::before,
  .hamburger::after {
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transition: transform 0.2s ease, opacity 0.2s ease;
    content: "";
  }

  .hamburger::before {
    transform: translateY(-6px);
  }

  .hamburger::after {
    transform: translateY(6px);
  }

  .nav_toggle:checked + .hamburger span {
    opacity: 0;
  }

  .nav_toggle:checked + .hamburger::before {
    transform: rotate(45deg);
  }

  .nav_toggle:checked + .hamburger::after {
    transform: rotate(-45deg);
  }

  .navi_link {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    margin-left: 0;
    padding: 22px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 14px 40px rgba(78, 89, 173, 0.16);
  }

  .navi_list {
    display: grid;
    width: 100%;
    gap: 16px;
  }

  .nav_toggle:checked ~ .navi_link {
    display: grid;
    gap: 20px;
  }

  .navi_list a {
    display: block;
    font-size: 14px;
    text-align: center;
  }

  .contact_btn {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 0 18px;
    font-size: 13px;
  }

  section.mv {
    height: auto;
    min-height: 0;
    padding: 86px 0 40px;
  }

  .mv_inner {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 0;
  }

  .mv_copy {
    display: contents;
  }

  .mv_title,
  .mv_logo {
    width: 100%;
  }

  .mv_title {
    order: 2;
    width: 90%;
    margin: 0 auto 10px;
  }

  .mv_lead {
    order: 3;
    margin: 0 auto 14px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
  }

  .mv_logo {
    order: 4;
    width: 78%;
    margin: 6px auto 22px;
  }

  .mv_points {
    order: 5;
    width: 100%;
    gap: 10px;
    margin-bottom: 22px;
  }

  .mv_points li {
    gap: 10px;
    font-size: 11px;
  }

  .mv_points li + li::before {
    left: -6px;
    width: 2px;
  }

  .mv_points img {
    width: 48px;
  }

  .mv_contact_btn {
    order: 6;
    width: 100%;
    min-height: 52px;
    margin: 0 auto;
    border-radius: 16px;
    font-size: 15px;
    padding: 14px 0;
  }

  .mv_contact_btn img {
    width: 18px;
  }

  .mv_visual {
    order: 1;
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 0.78;
    min-height: 0;
    margin: 8px auto 18px;
  }

  .mv_monitor {
    top: 0;
    left: 0;
    width: 96%;
  }

  .mv_human {
    right: 0;
    bottom: 0;
    width: 78%;
  }

  .mv_balloon {
    top: -2px;
    right: 0;
    width: 84px;
    height: 84px;
    padding-top: 22px;
    font-size: 11px;
  }

  .mv_balloon::before {
    top: 16px;
    width: 22px;
    height: 13px;
    border-left-width: 4px;
    border-bottom-width: 4px;
  }

  .mv_balloon::after {
    right: 12px;
    bottom: -10px;
    width: 20px;
    height: 20px;
  }

  .section_en {
    font-size: 18px;
  }

  .section_heading h2 {
    font-size: 24px;
    letter-spacing: 0.04em;
  }

  .common_challenges,
  .function,
  .point,
  .versatility,
  .price,
  .partnership,
  .contact {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .section_heading {
    margin-bottom: 34px;
  }

  .common_challenges_text {
    font-size: 14px;
  }

  .common_challenges_text li,
  .common_challenges_text p {
    font-size: 14px;
    line-height: 1.9;
  }

  .function_grid {
    grid-template-columns: 1fr;
  }

  .function_card h3 {
    font-size: 17px;
  }

  .function_card p {
    font-size: 13px;
  }

  .point_text {
    padding: 28px 22px;
  }

  .point_text,
  .point_item:not(.point_item_reverse) .point_text,
  .point_item_reverse .point_text {
    margin: -22px 10px 0;
  }

  .point_label {
    font-size: 18px;
  }

  .point_text h3 {
    margin-bottom: 18px;
    font-size: 18px;
  }

  .point_text p:not(.point_label) {
    font-size: 13px;
  }

  .price_cards {
    grid-template-columns: 1fr;
  }

  .price_card {
    padding: 38px 28px;
  }

  .plan_price {
    font-size: 40px;
  }

  .partnership_box {
    padding: 70px 24px 100px;
    border-radius: 50px;
  }

  .partnership_text h2 {
    font-size: 26px;
  }

  .partnership_contact_btn {
    width: 100%;
    font-size: 18px;
  }

  .contact_form,
  form#mail_form.contact_form {
    padding: 28px 16px 32px;
    border-radius: 8px;
  }

  form#mail_form.contact_form dl {
    margin-bottom: 24px;
  }

  form#mail_form.contact_form dl dt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 8px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: bolder;
  }

  form#mail_form.contact_form dl dt i {
    margin: 0;
    flex-shrink: 0;
  }

  form#mail_form.contact_form dl dt span.required,
  form#mail_form.contact_form dl dt span.optional {
    min-width: 0;
    min-height: 18px;
    padding: 2px 7px;
    font-size: 11px;
    font-weight: 700;
  }

  form#mail_form.contact_form input[type="text"],
  form#mail_form.contact_form input[type="email"],
  form#mail_form.contact_form input[type="tel"],
  form#mail_form.contact_form textarea {
    font-size: 16px;
    padding: 0 14px;
  }

  form#mail_form.contact_form textarea {
    min-height: 160px;
    padding-top: 14px;
  }

  form#mail_form.contact_form ul li {
    margin-bottom: 8px;
  }

  form#mail_form.contact_form ul li:first-child label,
  form#mail_form.contact_form ul li label {
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.6;
    gap: 8px;
  }

  form#mail_form.contact_form ul li input[type="radio"],
  form#mail_form.contact_form ul li input[type="checkbox"] {
    flex-shrink: 0;
    margin-top: 4px;
  }

  form#mail_form.contact_form .privacy_block {
    margin-bottom: 24px;
  }

  form#mail_form.contact_form .privacy_block ul li label {
    align-items: center;
    font-size: 14px;
  }

  form#mail_form.contact_form a.privacy_link {
    font-size: 13px;
  }

  form#mail_form.contact_form dl dd span.error_blank,
  form#mail_form.contact_form dl dd span.error_format,
  form#mail_form.contact_form dl dd span.error_match {
    font-size: 12px;
  }

  form#mail_form.contact_form p#form_submit {
    width: 100%;
    padding: 8px 0 0;
  }

  form#mail_form.contact_form input#form_submit_button {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 0 16px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  .thanks_page {
    padding: 140px 0 80px;
  }

  .thanks_page .section_heading h1 {
    font-size: 26px;
  }

  .thanks_content {
    padding: 40px 24px;
  }

  .terms_page .section_heading h1 {
    font-size: 28px;
  }

  .terms_content {
    padding: 36px 22px;
  }

  .partnership_list p {
    font-size: 14px;
  }
}