:root {
  --colorbase: #292C3D;
}

:root {
  --fontnoto: "Noto Sans JP", sans-serif;
  --fontkrona: "Krona One", sans-serif;
  --fontjost: "Jost", sans-serif;
}

.p-business-detail .service .service__item--tag li, .p-business-detail .pricing__quote, .p-business-detail .pricing__dsc, .p-business-detail .pricing__dot li, .p-business-detail .pricing__note--dsc, .p-business-detail .faq__item--dsc {
  font-size: 0.625rem;
}

.p-business-detail .case__item--desc, .p-business-detail .strength__item--desc, .p-business-detail .process__item--lst li, .p-business-detail .record_columns .item_txt, .p-business-detail .compare_table tbody td, .p-business-detail .implement_columns .item_txt {
  font-size: 0.75rem;
}

.p-business-detail .strength__item::before {
  font-size: 0.875rem;
}

.p-business-detail .reason__circle--tt, .p-business-detail .faq__item--tt, .p-business-detail .record_columns .item_title, .p-business-detail .compare_table tbody th, .p-business-detail .implement_columns .item_title {
  font-size: 1rem;
}

.p-business-detail .pricing__nb, .p-business-detail .record_plans_columns .item_cost span, .p-business-detail .compare_table thead th {
  font-size: 1rem;
}

.p-business-detail .thumb__label, .p-business-detail .reason__label, .p-business-detail .case__item--tt, .p-business-detail .strength__item--tt, .p-business-detail .service .service__item--tt, .p-business-detail .process__item--tt, .p-business-detail .pricing__label, .p-business-detail .pricing__tt, .p-business-detail .record_plans_leading, .p-business-detail .record_plans_columns .item_tag {
  font-size: 1.125rem;
}

.p-business__desc {
  font-size: 1.25rem;
}

.p-business .list .business__item--title {
  font-size: 1.25rem;
}

.p-business-detail .thumb__title {
  font-size: 1.625rem;
}

.p-business-detail .thumb {
  margin-bottom: 50px;
}
.p-business-detail .thumb__img {
  margin-inline: auto;
  margin-bottom: clamp(1.875rem, 2.5297619048vw + 0.6607142857rem, 2.9375rem);
  width: calc(100% - 40px);
  min-height: 180px;
  aspect-ratio: 1400/407;
}
.p-business-detail .thumb__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.p-business-detail .thumb__title {
  font-weight: 700;
  margin-bottom: clamp(0.625rem, 1.0416666667vw + 0.125rem, 1.0625rem);
}
.p-business-detail .thumb__label {
  font-weight: 700;
  margin-bottom: 13px;
}
.p-business-detail .reason__ttl {
  margin-bottom: 21px;
}
.p-business-detail .reason__label {
  font-weight: 700;
  margin-bottom: 15px;
}
.p-business-detail .reason__desc {
  margin-bottom: 31px;
  line-height: 1.6;
}
.p-business-detail .reason__circle {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.p-business-detail .reason__circle::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 1px;
  width: 1px;
  height: 70%;
  border-left: 1px dotted #000;
  transform: rotate(4.5deg);
  transform-origin: bottom;
}
.p-business-detail .reason__circle::after {
  content: "";
  position: absolute;
  top: 70px;
  right: 1px;
  width: 1px;
  height: 70%;
  border-left: 1px dotted #000;
  transform: rotate(-4.5deg);
  transform-origin: bottom;
}
.p-business-detail .reason__circle--item {
  border-radius: 100%;
  background-color: #292c3d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  aspect-ratio: 1/1;
  padding: 0 30px;
  margin-bottom: 15px;
}
.p-business-detail .reason__circle--item:first-child {
  margin-left: 0;
}
.p-business-detail .reason__circle--item.item01 {
  width: 200px;
}
.p-business-detail .reason__circle--item.item02 {
  width: 240px;
}
.p-business-detail .reason__circle--item.item03 {
  width: 280px;
}
.p-business-detail .reason__circle--tt {
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 9px;
}
.p-business-detail .reason__circle--desc {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.6;
}
.p-business-detail .case__heading {
  border-bottom: 1px solid #efefef;
  margin-bottom: clamp(1.875rem, 1.4880952381vw + 1.1607142857rem, 2.5rem);
  padding-bottom: clamp(0.625rem, 3.125vw + -0.875rem, 1.9375rem);
}
.p-business-detail .case__item {
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: clamp(0.9375rem, 1.3392857143vw + 0.2946428571rem, 1.5rem);
  margin-bottom: 20px;
  display: flex;
}
.p-business-detail .case__item:last-child {
  margin-bottom: 0;
}
.p-business-detail .case__item--ic {
  flex-shrink: 0;
  width: 70px;
  margin-right: clamp(0.9375rem, 1.3392857143vw + 0.2946428571rem, 1.5rem);
  background: #fff;
  border-radius: 8px;
}
.p-business-detail .case__item--txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-business-detail .case__item--tt {
  font-weight: 700;
  margin-bottom: 3px;
}
.p-business-detail .case__item--desc {
  line-height: 1.6;
  font-weight: 500;
  color: #292c3d;
}
.p-business-detail .strength__heading {
  margin-bottom: clamp(0.625rem, 2.2321428571vw + -0.4464285714rem, 1.5625rem);
}
.p-business-detail .strength__desc {
  margin-bottom: 20px;
  line-height: 1.6;
}
.p-business-detail .strength__list {
  counter-reset: strength;
}
.p-business-detail .strength__item {
  position: relative;
  border-top: 1px solid #dadada;
  padding: 20px 0;
  padding-left: 47px;
}
.p-business-detail .strength__item:last-child {
  padding-bottom: 0;
}
.p-business-detail .strength__item::before {
  content: "(" counter(strength, decimal-leading-zero) ")";
  counter-increment: strength;
  position: absolute;
  top: 24px;
  left: 0;
  font-family: var(--fontkrona);
}
.p-business-detail .strength__item--tt {
  font-weight: 700;
  margin-bottom: 5px;
}
.p-business-detail .strength__item--desc {
  line-height: 1.6;
}
.p-business-detail .service__heading {
  border-bottom: 1px solid #efefef;
  margin-bottom: clamp(1.875rem, 1.3392857143vw + 1.2321428571rem, 2.4375rem);
  padding-bottom: clamp(0.625rem, 3.125vw + -0.875rem, 1.9375rem);
}
.p-business-detail .service .service__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}
  .service__list-title {
    font-weight: 700;
    margin-bottom: -2rem;
    width: 100%;
  }
.p-business-detail .service .service__item:last-child {
  margin-bottom: 0;
}
.p-business-detail .service .service__item a {
  display: block;
  transition: 0.4s ease;
}
.p-business-detail .service .service__item--img {
  margin-bottom: clamp(0.9375rem, 1.3392857143vw + 0.2946428571rem, 1.5rem);
}
.p-business-detail .service .service__item--img img {
  border-radius: 8px;
  width: 100%;
}
.p-business-detail .service .service__item--tt {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 8px;
}
.service__item--tt-tag {
  display: inline-block;
  padding: 0.5rem;
  background-color: #292C3D;
  color: #fff;
  border-radius: 4px;
  font-family: "Krona One", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
}
.p-business-detail .service .service__item--tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-business-detail .service .service__item--tag li {
  background-color: #f0f0f0;
  border-radius: 4px;
  padding: 5px 14px 4px;
}
.p-business-detail .service .service__item--days {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 1rem;
}
.p-business-detail .service .service__item--day {
  display: flex;
  align-items: start;
  gap: 1rem;
  padding: 4px 0;
  position: relative;
}

.p-business-detail .service .service__item--day::after {
  content: "";
  width: 1.1875rem;
  aspect-ratio: 19/32;
  background: url("../images/business/ai/arrow_down.svg") center no-repeat;
  position: absolute;
  left: 1rem;
  top: 1.8rem;
}
.p-business-detail .service .service__item--day:last-child::after {
  content: none;
}

.p-business-detail .service .service__item--day-icon {
  display: inline-block;
  border-bottom: 2px solid;
  font-family: "Krona One", sans-serif;
  white-space: nowrap;
}

.p-business-detail .process__heading {
  margin-bottom: 20px;
}
.p-business-detail .process__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #dadada;
  padding: 26px 0 30px;
  z-index: 9;
}
.p-business-detail .process__item::before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 78px;
  height: 23px;
  background: url('data:image/svg+xml,<svg width="12" height="23" viewBox="0 0 12 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.66228 0V21.3188M5.66228 21.3188L0.432617 12.2603M5.66228 21.3188L10.7046 12.2603" stroke="%23292C3D"/></svg>') center/12px auto no-repeat;
}
.p-business-detail .process__item::after {
  content: "";
  position: absolute;
  top: 80px;
  bottom: -10px;
  left: 38px;
  width: 1px;
  background: url('data:image/svg+xml,<svg width="1" height="10" viewBox="0 0 1 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 0V10M0.5 10V9.32292M0.5 10V9.28623" stroke="%23292C3D"/></svg>') center/contain repeat;
  z-index: -1;
}
.p-business-detail .process__item:last-child {
  padding-bottom: 0;
}
.p-business-detail .process__item:last-child::before, .p-business-detail .process__item:last-child::after {
  display: none;
}
.p-business-detail .process__item--num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 76px;
  aspect-ratio: 1/1;
  margin-right: clamp(0.75rem, 1.4880952381vw + 0.0357142857rem, 1.375rem);
  background-color: #292c3d;
  color: #fff;
  font-family: var(--fontkrona);
  text-transform: uppercase;
  border-radius: 8px;
}
.p-business-detail .process__item--tt {
  font-weight: 700;
  margin-bottom: 9px;
}
.p-business-detail .process__item--lst li {
  position: relative;
  padding-left: 10px;
}
.p-business-detail .process__item--lst li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #292c3d;
}
.p-business-detail .pricing__heading {
  margin-bottom: 10px;
}
.p-business-detail .pricing__head {
  margin-bottom: clamp(1.875rem, 4.0178571429vw + -0.0535714286rem, 3.5625rem);
}
.p-business-detail .pricing__label {
  font-weight: 700;
  margin-bottom: 13px;
}
.p-business-detail .pricing__desc {
  font-weight: 500;
}
.p-business-detail .pricing__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.p-business-detail .pricing__item {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 20px 25px 30px;
  width: 100%;
}
.p-business-detail .pricing__hd {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bebfc4;
  text-align: center;
}
.p-business-detail .pricing__tt {
  font-weight: 700;
  line-height: 1.6;
}
.p-business-detail .pricing__nb {
  font-weight: 700;
  border-bottom: 1px solid #292c3d;
  width: -moz-fit-content;
  width: fit-content;
  margin: -3px auto 19px;
}
.p-business-detail .pricing__nb span {
  font-size: 80%;
}
.p-business-detail .pricing__quote {
  font-weight: 500;
  color: #fff;
  background-color: #292c3d;
  border-radius: 4px;
  width: 114px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto 11px;
  line-height: 1;
}
.p-business-detail .pricing__quote::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: 0 auto;
  width: 9px;
  height: 8px;
  background: url('data:image/svg+xml,<svg width="9" height="8" viewBox="0 0 9 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.10693 7.11426L-0.000343655 0.000243367L8.21421 0.000244085L4.10693 7.11426Z" fill="%23292C3D"/></svg>') center/contain no-repeat;
}
.p-business-detail .pricing__dsc {
  font-weight: 500;
  line-height: 1.6;
}
.p-business-detail .pricing__dot li {
  padding-left: 10px;
  position: relative;
  margin-bottom: 4px;
}
.p-business-detail .pricing__dot li:last-child {
  margin-bottom: 0;
}
.p-business-detail .pricing__dot li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #292c3d;
}
.p-business-detail .pricing__note {
  margin-top: 24px;
}
.p-business-detail .pricing__note--tt {
  font-weight: 500;
  margin-bottom: 5px;
}
.p-business-detail .pricing__note--dsc {
  font-weight: 500;
}
.p-business-detail .faq__heading {
  margin-bottom: 30px;
}
.p-business-detail .faq__item {
  background-color: #fff;
  margin-bottom: 17px;
  border-radius: 8px;
  position: relative;
}
.p-business-detail .faq__item:last-child {
  margin-bottom: 0;
}
.p-business-detail .faq__item.active .faq__item--tt::before {
  background-image: url("../images/common/icon_minus.svg");
}
.p-business-detail .faq__item--tt {
  position: relative;
  font-weight: 700;
  padding: 15px 60px 15px 15px;
  transition: 0.4s ease;
  cursor: pointer;
}
.p-business-detail .faq__item--tt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: url("../images/common/icon_plus.svg") center/12px auto no-repeat, #f8f8f8;
  pointer-events: none;
}
.p-business-detail .faq__item--dsc {
  line-height: 1.6;
  display: none;
  padding: 0 15px 20px;
}
.p-business-detail .record {
  margin-top: 70px;
}
.p-business-detail .record_inner {
  margin-top: 40px;
}
.p-business-detail .record_columns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 31px;
}
.p-business-detail .record_columns .column {
  width: clamp(50% - 10px, (600px - 100vw) * 1000, 100%);
}
.p-business-detail .record_columns .item_photo {
  width: 100%;
  aspect-ratio: 1.2693602694;
  overflow: hidden;
  border-radius: 10px;
}
.p-business-detail .record_columns .item_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-business-detail .record_columns .item_title {
  font-weight: 700;
  line-height: 1.6;
  margin-top: 16px;
}
.p-business-detail .record_columns .item_txt {
  font-weight: 400;
  line-height: 1.6;
}
.p-business-detail .record_plans {
  margin-top: 60px;
}
.p-business-detail .record_plans_leading {
  font-weight: 700;
  line-height: 1.6;
  margin-top: 12px;
}
.p-business-detail .record_plans_intro {
  font-weight: 500;
  line-height: 1.8;
  margin-top: 10px;
}
.p-business-detail .record_plans_columns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 48px;
}
.p-business-detail .record_plans_columns .column {
  width: clamp(50% - 8px, (600px - 100vw) * 1000, 100%);
  border-radius: 8px;
  background-color: #f5f5f5;
  padding: 20px;
}
.p-business-detail .record_plans_columns .item {
  display: flex;
  gap: 20px 0;
  align-items: center;
  flex-direction: column;
}
.p-business-detail .record_plans_columns .item_header {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  text-align: center;
}
.p-business-detail .record_plans_columns .item_header::after {
  content: "";
  width: 1px;
  height: 80px;
  max-height: 100%;
  background-color: #bebfc4;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  display: none;
}
.p-business-detail .record_plans_columns .item_body {
  width: 240px;
}
.p-business-detail .record_plans_columns .item_tag {
  font-weight: 700;
  line-height: 1.6;
}
.p-business-detail .record_plans_columns .item_cost {
  font-weight: 700;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 9px;
}
.p-business-detail .record_plans_columns .item_list {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
}
.p-business-detail .record_plans_columns .item_list li {
  position: relative;
  padding-left: 11px;
}
.p-business-detail .record_plans_columns .item_list li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: currentColor;
  border-radius: 99px;
  position: absolute;
  left: 0;
  top: 0.8em;
}
.p-business-detail .record_plans_note {
  display: flex;
  gap: 23px;
  align-items: center;
  flex-direction: column;
  margin-top: 48px;
}
.p-business-detail .record_plans_note_tag {
  flex-shrink: 0;
  background-color: #292c3d;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  position: relative;
  top: 2px;
  padding: 9px 15px;
}
.p-business-detail .record_plans_note_tag::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #292c3d;
  position: absolute;
  z-index: -1;
  top: calc(100% - 19px);
  right: calc(50% - 10px);
  rotate: 45deg;
  transform: skew(15deg, 15deg);
}
.p-business-detail .record_plans_note_txt {
  font-weight: 500;
}
.p-business-detail .record_plans_note_txt span {
  font-weight: 700;
}
.p-business-detail .record_plans_description {
  margin-top: 16px;
  border-radius: 8px;
  background-color: #f5f5f5;
  padding: 24px;
  font-size: 14px;
  font-weight: 500;
}
.p-business-detail .compare {
  margin-top: 70px;
}
.p-business-detail .compare_inner {
  margin-top: 40px;
}
.p-business-detail .compare_txt {
  margin-top: 12px;
}
.p-business-detail .compare_table {
  --spacing: 10px;
  --background-color: #f5f5f5;
  --color: inherit;
  border-collapse: separate;
  border-spacing: var(--spacing) 0;
  width: 1000px;
}
.p-business-detail .compare_table_scrollable {
  margin-top: 40px;
  padding-bottom: 20px;
}
.p-business-detail .compare_table th,
.p-business-detail .compare_table td {
  position: relative;
  background-color: var(--background-color);
  color: var(--color);
  padding: 23.5px 15px;
  text-align: center;
  vertical-align: middle;
}
.p-business-detail .compare_table thead th {
  font-weight: 700;
  line-height: 1.6;
  width: 329px;
  padding-block: 24px;
  border-radius: 10px 10px 0 0;
}
.p-business-detail .compare_table thead th:nth-child(1) {
  --background-color: #fff0;
  width: 183px;
}
.p-business-detail .compare_table thead th:nth-child(2) {
  --background-color: #292c3d;
  --color: #fff;
}
.p-business-detail .compare_table tbody th::before,
.p-business-detail .compare_table tbody td::before {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background-color: #bebfc4;
  position: absolute;
  top: 0;
  left: 15px;
}
.p-business-detail .compare_table tbody tr:last-child td {
  border-radius: 0 0 10px 10px;
  padding-bottom: 46px;
}
.p-business-detail .compare_table tbody th {
  --background-color: #292c3d00;
  --color: #000;
  font-weight: 700;
  line-height: 1.6;
  padding-inline: 30px;
}
.p-business-detail .compare_table tbody th::before {
  width: 100%;
  left: 0;
}
.p-business-detail .compare_table tbody td {
  --color: #000;
  line-height: 1.6;
  position: relative;
}
.p-business-detail .compare_table tbody td:nth-child(2) {
  --background-color: #292c3d;
  --color: #fff;
  font-weight: 700;
}
.p-business-detail .implement {
  margin-top: 70px;
}
.p-business-detail .implement_inner {
  margin-top: 40px;
  padding-bottom: 80px;
}
.p-business-detail .implement_columns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.p-business-detail .implement_columns .column {
  width: clamp(50% - 8px, (600px - 100vw) * 1000, 100%);
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 40px 20px 25px;
  text-align: center;
}
.p-business-detail .implement_columns .item_photo {
  width: 80px;
  margin-inline: auto;
}
.p-business-detail .implement_columns .item_title {
  font-weight: 700;
  line-height: 1.6;
  margin-top: 10px;
}
.p-business-detail .implement_columns .item_txt {
  font-weight: 400;
  line-height: 1.6;
  margin-top: 7px;
}

.p-business__title {
  margin-bottom: 20px;
}
.p-business__desc {
  margin-block: 10px 30px;
  font-weight: 700;
}
.p-business .list {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-business .list__item {
  border-radius: 20px;
  padding: 30px 0;
}
.p-business .list__item:nth-child(odd) {
  background: url("../images/common/bg_gray.webp");
}
.p-business .list__item:nth-child(even) .business__item--title::after {
  border-color: #efefef;
}
.p-business .list .business__item {
  display: block;
  margin-bottom: clamp(2.5rem, 1.6369047619vw + 1.7142857143rem, 3.1875rem);
  transition: all 0.5s;
}
.p-business .list .business__item:last-child {
  margin-bottom: 0;
}
.p-business .list .business__item--img {
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: clamp(0.875rem, 2.0833333333vw + -0.125rem, 1.75rem);
}
.p-business .list .business__item--img img {
  width: 100%;
}
.p-business .list .business__item--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-weight: 700;
  margin-bottom: clamp(0.625rem, 1.4880952381vw + -0.0892857143rem, 1.25rem);
}
.p-business .list :where(a.business__item) .business__item--title::after {
  content: "";
  width: 27px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url('data:image/svg+xml,<svg width="28" height="5" viewBox="0 0 28 5" fill="none" xmlns="http://www.w3.org/2000/svg"><rect y="3.57178" width="19.6353" height="1" fill="%23292C3D"/><path d="M13.5383 -4.67236e-05L27.135 4.57177H12.1338L13.5383 -4.67236e-05Z" fill="%23292C3D"/></svg>') 50% calc(50% - 1px)/16px auto no-repeat, #fff;
  border: 1px solid #fff;
}
@media screen and (min-width: 525px) {
  .p-business-detail .service .service__item {
    width: calc((100% - 15px) / 2);
  }
  .p-business-detail .pricing__item {
    width: calc((100% - 14px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .p-business-detail .service .service__item--tag li, .p-business-detail .pricing__quote, .p-business-detail .pricing__dsc, .p-business-detail .pricing__dot li, .p-business-detail .pricing__note--dsc, .p-business-detail .faq__item--dsc {
    font-size: 0.75rem;
  }
  .p-business-detail .case__item--desc, .p-business-detail .strength__item--desc, .p-business-detail .process__item--lst li, .p-business-detail .record_columns .item_txt, .p-business-detail .compare_table tbody td, .p-business-detail .implement_columns .item_txt {
    font-size: 0.875rem;
  }
  .p-business-detail .strength__item::before {
    font-size: 1rem;
  }
  .p-business-detail .reason__circle--tt, .p-business-detail .faq__item--tt, .p-business-detail .record_columns .item_title, .p-business-detail .compare_table tbody th, .p-business-detail .implement_columns .item_title {
    font-size: 1.125rem;
  }
  .p-business-detail .pricing__nb, .p-business-detail .record_plans_columns .item_cost span, .p-business-detail .compare_table thead th {
    font-size: 1.25rem;
  }
  .p-business-detail .thumb__label, .p-business-detail .reason__label, .p-business-detail .case__item--tt, .p-business-detail .strength__item--tt, .p-business-detail .service .service__item--tt, .p-business-detail .process__item--tt, .p-business-detail .pricing__label, .p-business-detail .pricing__tt, .p-business-detail .record_plans_leading, .p-business-detail .record_plans_columns .item_tag {
    font-size: 1.5rem;
  }
  .p-business__desc {
    font-size: 1.75rem;
  }
  .p-business .list .business__item--title, .service__list-title {
    font-size: clamp(1.625rem, 0.8928571429vw + 1.1964285714rem, 2rem);
  }
  .p-business-detail .thumb__title {
    font-size: 3rem;
  }
  .p-business-detail .thumb {
    margin-bottom: clamp(5rem, 19.1964285714vw + -4.2142857143rem, 13.0625rem);
  }
  .p-business-detail .thumb__img img {
    border-radius: 20px;
  }
  .p-business-detail .reason__circle {
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .p-business-detail .reason__circle::before {
    top: unset;
    left: clamp(4rem, 8.3333333333vw + 0rem, 7.5rem);
    right: clamp(5.625rem, 11.9047619048vw + -0.0892857143rem, 10.625rem);
    bottom: 0;
    width: auto;
    height: 1px;
    transform: none;
    border: none;
    border-bottom: 1px dotted #000;
  }
  .p-business-detail .reason__circle::after {
    top: clamp(1.875rem, 4.0178571429vw + -0.0535714286rem, 3.5625rem);
    left: clamp(3.625rem, 7.7380952381vw + -0.0892857143rem, 6.875rem);
    right: clamp(5.625rem, 11.9047619048vw + -0.0892857143rem, 10.625rem);
    width: auto;
    height: 1px;
    transform: none;
    border: none;
    border-top: 1px dotted #000;
    transform: rotate(-9.3deg);
  }
  .p-business-detail .reason__circle--item {
    margin-left: 4.1666666667vw;
    margin-bottom: 0;
    padding: 0 2.0833333333vw;
  }
  .p-business-detail .reason__circle--item.item01 {
    width: clamp(7.75rem, 16.369047619vw + -0.1071428571rem, 14.625rem);
  }
  .p-business-detail .reason__circle--item.item02 {
    width: clamp(9.6875rem, 20.0892857143vw + 0.0446428571rem, 18.125rem);
  }
  .p-business-detail .reason__circle--item.item03 {
    width: clamp(11.75rem, 24.4047619048vw + 0.0357142857rem, 22rem);
  }
  .p-business-detail .reason__circle--tt {
    font-size: clamp(0.625rem, 1.1904761905vw + 0.0535714286rem, 1.125rem);
  }
  .p-business-detail .reason__circle--desc {
    font-size: clamp(0.375rem, 0.5952380952vw + 0.0892857143rem, 0.625rem);
  }
  .p-business-detail .case__list {
    max-width: 996px;
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.9375rem, 2.5297619048vw + -0.2767857143rem, 2rem);
  }
  .p-business-detail .case__item {
    margin-bottom: 0;
  }
  .p-business-detail .case__item--ic {
    width: clamp(5rem, 4.7619047619vw + 2.7142857143rem, 7rem);
  }
  .p-business-detail .case__item--tt {
    margin-bottom: 6px;
  }
  .p-business-detail .strength__desc {
    margin-bottom: 31px;
  }
  .p-business-detail .strength__list {
    max-width: 839px;
    margin-left: auto;
    padding-left: 50px;
  }
  .p-business-detail .strength__item {
    padding: 29px 0 clamp(1.8125rem, 4.9107142857vw + -0.5446428571rem, 3.875rem);
    padding-left: 67px;
  }
  .p-business-detail .strength__item::before {
    top: 35px;
  }
  .p-business-detail .service .service__list {
    max-width: 1046px;
    padding-left: 50px;
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2.5rem, 6.25vw + -0.5rem, 5.125rem) clamp(0.9375rem, 2.5297619048vw + -0.2767857143rem, 2rem);
  }
  .p-business-detail .service .service__list.service__list--1col {
    padding-left: 33%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .service__list-title {
    font-weight: 700;
    margin-bottom: -2rem;
  }

  .p-business-detail .service .service__item {
    width: 100%;
  }
  .p-business-detail .service .service__item a:hover {
    opacity: 0.8;
  }
  .p-business-detail .service .service__item--tag {
    gap: 5px;
    padding-right: 10px;
  }
  .p-business-detail .process__heading {
    margin-bottom: 30px;
    flex-shrink: 0;
    margin-right: 40px;
  }
  .p-business-detail .process__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .p-business-detail .process__step {
    max-width: 789px;
    width: 100%;
    padding-top: 50px;
  }
  .p-business-detail .process__item {
    padding: 31px 0 59px;
  }
  .p-business-detail .process__item::before {
    bottom: -28px;
    width: 96px;
  }
  .p-business-detail .process__item::after {
    left: 47px;
  }
  .p-business-detail .process__item:nth-child(2) {
    padding-bottom: 82px;
  }
  .p-business-detail .process__item--num {
    width: 96px;
  }
  .p-business-detail .process__item--txt {
    padding-top: 28px;
  }
  .p-business-detail .process__item--lst li {
    padding-left: 21px;
    margin-bottom: -3px;
  }
  .p-business-detail .process__item--lst li::before {
    top: 12px;
    left: 9px;
  }
  .p-business-detail .pricing__heading {
    margin-bottom: 22px;
  }
  .p-business-detail .pricing__item {
    margin: 0;
    padding: 31px 21px 40px;
    width: calc((100% - 42px) / 4);
    min-width: 234px;
  }
  .p-business-detail .pricing__hd {
    margin-bottom: 23px;
    padding-bottom: 18px;
  }
  .p-business-detail .pricing__dot li {
    padding-left: 18px;
    margin-bottom: -3px;
  }
  .p-business-detail .pricing__dot li::before {
    top: 11px;
    left: 7px;
    width: 4px;
    height: 4px;
  }
  .p-business-detail .pricing__note {
    margin-top: 56px;
  }
  .p-business-detail .faq__heading {
    margin-bottom: 40px;
  }
  .p-business-detail .faq__item--tt:hover {
    opacity: 0.8;
  }
  .p-business-detail .faq__item--tt::before {
    right: 26px;
    width: 48px;
    height: 48px;
    background-size: 20px auto;
  }
  .p-business-detail .faq__item--tt {
    padding: 33px 32px;
    padding-right: 90px;
  }
  .p-business-detail .faq__item--dsc {
    padding: 0 30px 40px 32px;
  }
  .p-business-detail .record {
    margin-top: 106px;
  }
  .p-business-detail .record_inner {
    margin-top: 74px;
  }
  .p-business-detail .record_columns {
    gap: 33px;
  }
  .p-business-detail .record_columns .column {
    width: calc(33.33% - 22px);
  }
  .p-business-detail .record_columns .item_title {
    margin-top: 24px;
  }
  .p-business-detail .record_columns .item_txt {
    margin-top: 8px;
  }
  .p-business-detail .record_plans {
    margin-top: 128px;
  }
  .p-business-detail .record_plans_leading {
    margin-top: 24px;
  }
  .p-business-detail .record_plans_intro {
    margin-top: 16px;
  }
  .p-business-detail .record_plans_columns .column {
    width: clamp(50% - 8px, (1024px - 100vw) * 1000, 100%);
    padding: 28px 0 36px;
  }
  .p-business-detail .record_plans_columns .item {
    flex-direction: row;
  }
  .p-business-detail .record_plans_columns .item_header {
    width: 220px;
    width: clamp(180px, (100vw - 1200px) * 1000, 220px);
  }
  .p-business-detail .record_plans_columns .item_header::after {
    display: block;
  }
  .p-business-detail .record_plans_columns .item_body {
    width: auto;
    padding-top: 5px;
    padding-left: 33px;
  }
  .p-business-detail .record_plans_note {
    flex-direction: row;
  }
  .p-business-detail .record_plans_note_tag::after {
    top: calc(50% - 10px);
    right: -1px;
    transform: skew(-15deg, -15deg);
  }
  .p-business-detail .compare {
    margin-top: 222px;
  }
  .p-business-detail .compare_inner {
    margin-top: 80px;
  }
  .p-business-detail .compare_txt {
    margin-top: 24px;
  }
  .p-business-detail .compare_table {
    width: auto;
    min-width: 1200px;
  }
  .p-business-detail .compare_table_scrollable {
    margin-top: 65px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .p-business-detail .implement {
    margin-top: 128px;
  }
  .p-business-detail .implement_inner {
    margin-top: 52px;
    padding-bottom: 183px;
  }
  .p-business-detail .implement_columns {
    gap: 30px;
  }
  .p-business-detail .implement_columns .column {
    width: clamp(25% - 22.5px, (1160px - 100vw) * 1000, 50% - 15px);
  }
  .p-business-detail .implement_columns .item_photo {
    width: 110px;
  }
  .p-business-detail .implement_columns .item_title {
    margin-top: 20px;
  }
  .p-business__title {
    margin-bottom: 0;
  }
  .p-business__desc {
    margin-block: 16px 93px;
  }
  .p-business .list__item:nth-child(odd) {
    padding-block: clamp(2.5rem, 8.9285714286vw + -1.7857142857rem, 6.25rem) clamp(2.5rem, 12.2023809524vw + -3.3571428571rem, 7.625rem);
  }
  .p-business .list__item:nth-child(even) {
    padding-block: clamp(2.5rem, 8.9285714286vw + -1.7857142857rem, 6.25rem) clamp(2.5rem, 9.2261904762vw + -1.9285714286rem, 6.375rem);
  }
  .p-business .list .item__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
  }
  .p-business .list .business {
    flex-shrink: 0;
    width: 48.6666666667%;
  }
  .p-business .list a.business__item:hover {
    opacity: 0.8;
  }
  .p-business .list a.business__item:hover .business__item--title::after {
    animation: keyf_icon_animate3 450ms linear 0s 1;
  }
  .p-business .list .business__item--title {
    gap: 20px;
  }
  .p-business .list .business__item--title::after {
    width: 48px;
    background-size: 27px auto;
  }
}
/*# sourceMappingURL=maps/business.css.map */
