:root {
  --mh--breakpoint--min: 375px;
  --mh--breakpoint--sm: 640px;
  --mh--breakpoint--md: 768px;
  --mh--breakpoint--lg: 1100px;
  --mh--breakpoint--xl: 1280px;
  --mh--breakpoint--x2l: 1450px;
}

/* .busyohou-result
================================================== */

.busyohou-result {
  overflow: clip;
  position: relative;
  z-index: 1;
  background: url("../img/maas/busyohou/bg_result01.png") repeat top left/300px;
}

.busyohou-result__inner {
  padding-top: 32px;
  padding-inline: 20px;
}

.busyohou-result__box {
  max-width: 1820px;
  margin-inline: auto;
  padding: 40px 0;
  border-radius: var(--mh--border-radius--md);
  background-color: var(--mh--color--primary-500);
  color: var(--mh--color--grayscale-100);
}

.busyohou-result__head {
  padding-inline: 16px;
  text-align: center;
}

.busyohou-result__head-lead {
  font-size: var(--mh--font-size--x6l);
  line-height: var(--mh--line-height--sm);
}

.busyohou-result__head-num {
  font-size: var(--mh--font-size--x10l);
  line-height: var(--mh--line-height--none);
  color: var(--mh--color--secondary-point);
}

.busyohou-result__head-unit {
  margin-left: 6px;
}

.busyohou-result__head-post {
  margin-left: 6px;
}

.busyohou-result__head-sub {
  margin-top: 15px;
  font-size: var(--mh--font-size--xs);
  line-height: var(--mh--line-height--sm);
}

.busyohou-result__slider {
  margin-top: 30px;
  margin-inline: calc(50% - 50vw);
}

.busyohou-result__row + .busyohou-result__row {
  margin-top: 10px;
}

.busyohou-result__item {
  display: flex;
  height: 100%;
  min-height: 52px;
  padding: 8px 16px;
  border: 4px solid var(--mh--color--surface-600);
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--mh--color--grayscale-100);
  color: var(--mh--color--grayscale-900);
}

.busyohou-result__item-ico {
  flex-shrink: 0;
}

.busyohou-result__item-ico.is-building01 {
  color: var(--mh--color--primary-500);
}

.busyohou-result__item-ico.is-map01 {
  color: var(--mh--color--secondary-point);
}

.busyohou-result__item-txt {
  font-size: var(--mh--font-size--sm);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  white-space: nowrap;
}

.busyohou-result__btn {
  margin-top: 30px;
}

@media (width >= 768px ) {
  .busyohou-result__inner {
    padding-top: 60px;
    padding-inline: 30px;
  }
  .busyohou-result__box {
    max-width: none;
    padding: 60px 0;
  }
  .busyohou-result__head-num {
    margin-left: 15px;
  }
  .busyohou-result__head-post {
    margin-left: 15px;
  }
  .busyohou-result__head-sub {
    margin-top: 15px;
    font-size: var(--mh--font-size--md);
  }
  .busyohou-result__slider {
    margin-top: 46px;
    margin-inline: calc(50% - max(50vw, var(--mh--contents--width-with-padding) / 2));
  }
  .busyohou-result__row + .busyohou-result__row {
    margin-top: 15px;
  }
  .busyohou-result__item {
    min-width: 325px;
    min-height: 88px;
  }
  .busyohou-result__item-txt {
    font-size: var(--mh--font-size--xl);
  }
  .busyohou-result__btn {
    margin-top: 50px;
  }
}

/* .busyohou-banner
================================================== */

.busyohou-banner {
  position: relative;
  z-index: 1;
  background: url("../img/maas/busyohou/bg_result01.png") repeat top left/300px;
}

.busyohou-banner__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.busyohou-banner__link {
  display: block;
  border-radius: var(--mh--border-radius--md);
  overflow: hidden;
}

.busyohou-banner__img {
  display: block;
  transition: transform var(--mh--duration) var(--mh--easing);
}

@media (width >= 768px ) {
  .busyohou-banner__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .busyohou-banner__link {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (hover: hover) and (pointer: fine) {
  .busyohou-banner__link:hover .busyohou-banner__img {
    transform: scale(1.05);
  }
}

/* .busyohou-index
================================================== */

.busyohou-index {
  position: relative;
  z-index: 1;
}

.busyohou-index__inner {
  padding-top: 20px;
}

@media (width >= 768px ) {
  .busyohou-index__inner {
    padding-top: 60px;
  }
}

/* .busyohou-problem
================================================== */

.busyohou-problem {
  overflow-x: clip;
  position: relative;
  z-index: 2;
}

.busyohou-problem__bg {
  inset: 0;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.busyohou-problem__bg-cloud {
  display: block;
  inset-inline: 0;
  position: absolute;
  top: 70px;
}

.busyohou-problem__bg-cloud img {
  width: 100%;
  height: auto;
}

.busyohou-problem__bg-ellipse {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 62px), calc(50% + 19px) calc(100% - 62px), 50% calc(100% - 40px), calc(50% - 19px) calc(100% - 62px), 0 calc(100% - 62px));
  width: 100vw;
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}

.busyohou-problem__bg-ellipse img {
  width: 100%;
  height: auto;
}

.busyohou-problem__inner {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}

.busyohou-problem__list {
  display: grid;
  margin-top: 20px;
  gap: 10px;
}

.busyohou-problem__item {
  padding: 28px 14px;
  border-radius: var(--mh--border-radius--md);
  overflow: hidden;
  position: relative;
  background-color: var(--mh--color--grayscale-100);
  text-align: center;
}

.busyohou-problem__item-txt {
  position: relative;
  z-index: 1;
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--secondary-500);
}

.busyohou-problem__item-ico {
  display: block;
  width: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.busyohou-problem__item-ico img {
  width: 100%;
  height: auto;
}

.busyohou-problem__solution {
  min-height: 200px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.busyohou-problem__solution-img {
  width: 80px;
  position: absolute;
  bottom: 62px;
  left: -2px;
}

.busyohou-problem__solution-bubble {
  margin: 0 -15px;
  margin-inline: auto;
}

.busyohou-problem__solution-bubble img {
  width: 100%;
  height: auto;
}

.busyohou-problem__lead {
  position: relative;
  text-align: center;
}

.busyohou-problem__lead-badge {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 999px;
  position: relative;
  background-color: var(--mh--color--secondary-500);
  font-size: var(--mh--font-size--lg);
  color: var(--mh--color--grayscale-100);
}

.busyohou-problem__lead-badge::after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 14px;
  height: 8px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--mh--color--secondary-500);
}

.busyohou-problem__lead-txt {
  margin-top: 18px;
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--secondary-500);
}

.busyohou-problem__reason-list {
  margin-top: 20px;
}

.busyohou-problem__reason-item {
  padding: 10px 10px 20px;
  border-radius: var(--mh--border-radius--md);
  position: relative;
  background-color: var(--mh--color--grayscale-100);
}

.busyohou-problem__reason-item + .busyohou-problem__reason-item {
  margin-top: 20px;
}

.busyohou-problem__reason-num {
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 1;
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--none);
  color: var(--mh--color--primary-500);
}

.busyohou-problem__reason-img {
  aspect-ratio: 480/170;
  border-radius: var(--mh--border-radius--sm);
  overflow: hidden;
}

.busyohou-problem__reason-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.busyohou-problem__reason-head {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed var(--mh--color--grayscale-500);
  font-size: var(--mh--font-size--xl);
  line-height: var(--mh--line-height--sm);
  text-align: center;
  color: var(--mh--color--grayscale-900);
}

.busyohou-problem__reason-txt {
  margin-top: 10px;
  padding-inline: 15px;
  font-size: var(--mh--font-size--md);
  font-weight: var(--mh--font-weight--medium);
  line-height: var(--mh--line-height--md);
}

@media (width >= 768px ) {
  .busyohou-problem__inner {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .busyohou-problem__list {
    margin-top: 40px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
  .busyohou-problem__item {
    padding: 60px 20px;
  }
  .busyohou-problem__item-ico {
    width: 60px;
    bottom: 0;
    left: 0;
  }
  .busyohou-problem__item-txt {
    font-size: var(--mh--font-size--x2l);
  }
  .busyohou-problem__bg-ellipse {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 45px), calc(50% + 65px) calc(100% - 45px), 50% 100%, calc(50% - 65px) calc(100% - 45px), 0 calc(100% - 45px));
    width: 1920px;
    bottom: calc(100% + 70px);
  }
  .busyohou-problem__solution {
    max-width: var(--mh--contents--wide-width);
    min-height: 270px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }
  .busyohou-problem__solution-img {
    width: 248px;
    bottom: -85px;
    left: calc(50% - 525px);
    z-index: 2;
  }
  .busyohou-problem__solution-bubble {
    max-width: 960px;
    margin-top: 100px;
    margin-inline: auto;
  }
  .busyohou-problem__lead {
    margin-top: 200px;
  }
  .busyohou-problem__lead-txt {
    margin-top: 20px;
    font-size: var(--mh--font-size--x5l);
  }
  .busyohou-problem__lead-badge {
    padding: 8px 30px;
  }
  .busyohou-problem__reason-list {
    display: grid;
    margin-top: 50px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
  .busyohou-problem__reason-item {
    padding: 20px 20px 30px;
  }
  .busyohou-problem__reason-item + .busyohou-problem__reason-item {
    margin-top: 0;
  }
  .busyohou-problem__reason-num {
    top: 32px;
    left: 32px;
  }
  .busyohou-problem__reason-head {
    margin-top: 20px;
  }
  .busyohou-problem__reason-txt {
    margin-top: 15px;
    padding-inline: 20px;
  }
}

/* .busyohou-usability
================================================== */

.busyohou-usability {
  position: relative;
  z-index: 1;
  background-color: var(--mh--color--grayscale-100);
}

.busyohou-usability__inner {
  padding-top: 40px;
  padding-bottom: 70px;
}

.busyohou-usability__list {
  margin-top: 30px;
}

.busyohou-usability__item + .busyohou-usability__item {
  margin-top: 40px;
}

.busyohou-usability__item-img {
  aspect-ratio: 525/295;
  border-radius: var(--mh--border-radius--md);
  overflow: hidden;
}

.busyohou-usability__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.busyohou-usability__item-head {
  margin-top: 20px;
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}

.busyohou-usability__item-txt {
  margin-top: 10px;
  font-size: var(--mh--font-size--md);
  font-weight: var(--mh--font-weight--medium);
  line-height: var(--mh--line-height--md);
}

@media (width >= 768px ) {
  .busyohou-usability__inner {
    padding-top: 80px;
    padding-bottom: 140px;
  }
  .busyohou-usability__list {
    display: grid;
    max-width: var(--mh--contents--width);
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px 50px;
  }
  .busyohou-usability__item + .busyohou-usability__item {
    margin-top: 0;
  }
  .busyohou-usability__item-head {
    margin-top: 30px;
    font-size: var(--mh--font-size--x2l);
  }
  .busyohou-usability__item-txt {
    margin-top: 15px;
    font-size: var(--mh--font-size--md);
  }
}

/* .busyohou-usability.is-operator
================================================== */

.busyohou-usability.is-operator {
  background-color: var(--mh--color--secondary-point-100);
}

/* .busyohou-operator
================================================== */

.busyohou-operator {
  overflow-x: clip;
  position: relative;
  z-index: 2;
  background-color: var(--mh--color--secondary-point-100);
}

.busyohou-operator__bg {
  inset: 0;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.busyohou-operator__bg-cloud {
  display: block;
  max-width: 1800px;
  inset-inline: 0;
  margin-inline: auto;
  position: absolute;
  top: 160px;
}

.busyohou-operator__bg-cloud img {
  width: 100%;
  height: auto;
}

.busyohou-operator__bg-dome {
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 13px), calc(50% + 19px) calc(100% - 13px), 50% 100%, calc(50% - 19px) calc(100% - 13px), 0 calc(100% - 13px));
  inset-inline: 0;
  position: absolute;
  bottom: -13px;
}

.busyohou-operator__bg-dome img {
  width: 100%;
  height: auto;
}

.busyohou-operator__inner {
  padding-block: 60px 50px;
  position: relative;
  z-index: 1;
}

.busyohou-operator__list {
  margin-top: 30px;
}

.busyohou-operator__item {
  width: 251px;
  max-width: 80%;
}

.busyohou-operator__item:nth-child(even) {
  margin-left: auto;
}

.busyohou-operator__item img {
  width: 100%;
  height: auto;
}

.busyohou-operator__solution {
  margin-top: 40px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.busyohou-operator__solution-bubble {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  z-index: 1;
}

.busyohou-operator__solution-bubble img {
  width: 100%;
  height: auto;
}

.busyohou-operator__solution-sub {
  width: fit-content;
  padding-inline: 10px;
  margin: 30px auto 10px;
  font-size: var(--mh--font-size--x2l);
  font-weight: var(--mh--font-weight--bold);
  color: var(--mh--color--secondary-500);
  background-color: var(--mh--color--grayscale-100);
}

.busyohou-operator__solution-txt {
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--lg);
}

.busyohou-operator__solution-img {
  position: absolute;
  bottom: 300px;
  z-index: 2;
}

.busyohou-operator__solution-img img {
  width: 100%;
  height: auto;
}

@media (width >= 768px ) {
  .busyohou-operator__inner {
    padding-top: 170px;
  }
  .busyohou-operator__list {
    display: flex;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    gap: 30px;
  }
  .busyohou-operator__item {
    width: 275px;
    max-width: none;
  }
  .busyohou-operator__item:nth-child(even) {
    margin-left: 0;
  }
  .busyohou-operator__bg-dome {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 45px), calc(50% + 65px) calc(100% - 45px), 50% 100%, calc(50% - 65px) calc(100% - 45px), 0 calc(100% - 45px));
    width: 1920px;
    inset-inline: auto;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
  }
  .busyohou-operator__solution {
    max-width: var(--mh--contents--width);
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
  }
  .busyohou-operator__solution-bubble {
    max-width: 728px;
    margin-inline: auto;
  }
  .busyohou-operator__solution-img {
    bottom: -50px;
    max-width: 1088px;
    margin-inline: auto;
  }
}

/* .busyohou-about
================================================== */

.busyohou-about {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--mh--color--grayscale-100);
}

.busyohou-about__bg {
  inset: 0;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.busyohou-about__bg-bird {
  width: 33px;
  position: absolute;
  top: 135px;
  right: 40px;
}

.busyohou-about__bg-bird img {
  width: 100%;
  height: auto;
}

.busyohou-about__bg-band {
  inset-inline: 0;
  position: absolute;
  bottom: 0;
}

.busyohou-about__bg-band img {
  display: block;
  width: 100%;
  height: auto;
}

.busyohou-about__bg-stop {
  width: 36px;
  position: absolute;
  bottom: 0;
  left: 35px;
}

.busyohou-about__bg-stop img {
  width: 100%;
  height: auto;
}

.busyohou-about__bg-bus {
  width: 63px;
  position: absolute;
  right: 32px;
  bottom: 0;
}

.busyohou-about__bg-bus img {
  width: 100%;
  height: auto;
}

.busyohou-about__inner {
  padding-top: 40px;
  padding-bottom: 125px;
  position: relative;
  z-index: 1;
}

.busyohou-about__layout {
  margin-top: 30px;
}

.busyohou-about__lead {
  font-size: var(--mh--font-size--x6l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--secondary-500);
  font-feature-settings: "palt";
}

.busyohou-about__txt {
  margin-top: 15px;
  font-size: var(--mh--font-size--md);
  font-weight: var(--mh--font-weight--medium);
  line-height: var(--mh--line-height--md);
}

.busyohou-about__visual {
  margin-top: 40px;
  position: relative;
}

.busyohou-about__visual-phone img {
  width: 100%;
  height: auto;
}

.busyohou-about__visual-character {
  width: 62px;
  position: absolute;
  right: -22px;
  bottom: -20px;
}

.busyohou-about__visual-character img {
  width: 100%;
  height: auto;
}

@media (width >= 768px ) {
  .busyohou-about__bg-bird {
    width: 94px;
    top: 280px;
    right: 8%;
  }
  .busyohou-about__bg-stop {
    width: 52px;
    bottom: 30px;
    left: 8%;
  }
  .busyohou-about__bg-bus {
    width: 110px;
    right: 26%;
    bottom: 40px;
  }
  .busyohou-about__inner {
    padding-top: 90px;
    padding-bottom: 200px;
  }
  .busyohou-about__layout {
    display: grid;
    margin-top: 60px;
    align-items: start;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
  }
  .busyohou-about__txt {
    margin-top: 24px;
  }
  .busyohou-about__visual {
    margin-top: 0;
  }
  .busyohou-about__visual-phone {
    width: 510px;
    max-width: 100%;
    margin-right: 0;
    margin-left: auto;
  }
  .busyohou-about__visual-character {
    width: 128px;
    right: 0;
  }
}

/* .busyohou-service
================================================== */

.busyohou-service {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--mh--color--grayscale-100);
}

.busyohou-service__inner {
  padding-top: 40px;
  padding-bottom: 70px;
}

.busyohou-service__counter {
  margin-top: 28px;
  font-size: var(--mh--font-size--lg);
  color: var(--mh--color--grayscale-900);
}

.busyohou-service__slider {
  margin-top: 15px;
}

.busyohou-service__track {
  overflow: visible;
}

.busyohou-service__item-img {
  display: block;
  width: 100%;
  aspect-ratio: 1352/902;
  padding: 0;
  border: 0;
  border-radius: var(--mh--border-radius--md);
  overflow: hidden;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}

.busyohou-service__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.busyohou-service__item-magnifier {
  display: grid;
  width: 36px;
  height: 36px;
  border-radius: var(--mh--border-radius--md);
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  place-items: center;
  background-color: var(--mh--color--primary-500);
  color: var(--mh--color--grayscale-100);
}

.busyohou-service__item-magnifier::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round"><circle cx="7.5" cy="7.5" r="5.7"/><line x1="7.5" y1="5" x2="7.5" y2="10"/><line x1="5" y1="7.5" x2="10" y2="7.5"/><line x1="11.7" y1="11.7" x2="16.4" y2="16.4"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round"><circle cx="7.5" cy="7.5" r="5.7"/><line x1="7.5" y1="5" x2="7.5" y2="10"/><line x1="5" y1="7.5" x2="10" y2="7.5"/><line x1="11.7" y1="11.7" x2="16.4" y2="16.4"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all var(--mh--duration) var(--mh--easing);
}

.busyohou-service__item-body {
  padding: 25px 20px;
  border-radius: var(--mh--border-radius--md);
  background-color: var(--mh--color--surface-600);
}

.busyohou-service__item-head {
  font-size: var(--mh--font-size--x5l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}

.busyohou-service__item-lead {
  margin-top: 15px;
  padding-left: 18px;
  position: relative;
  font-size: var(--mh--font-size--xl);
  color: var(--mh--color--grayscale-900);
}

.busyohou-service__item-lead::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
  background-color: var(--mh--color--primary-500);
}

.busyohou-service__item-list {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid var(--mh--color--grayscale-500);
}

.busyohou-service__item-note {
  padding-left: 14px;
  position: relative;
  font-size: var(--mh--font-size--md);
  font-weight: var(--mh--font-weight--medium);
  line-height: var(--mh--line-height--sm);
}

.busyohou-service__item-note + .busyohou-service__item-note {
  margin-top: 10px;
}

.busyohou-service__item-note::before {
  content: "";
  width: 7px;
  height: 1px;
  position: absolute;
  top: 0.75em;
  left: 0;
  background-color: var(--mh--color--grayscale-700);
}

@media (width >= 768px ) {
  .busyohou-service__inner {
    padding-top: 80px;
    padding-bottom: 140px;
  }
  .busyohou-service__counter {
    margin-top: 60px;
  }
  .busyohou-service__slider {
    margin-top: 20px;
    margin-right: calc(50% - 50vw);
  }
  .busyohou-service__track {
    overflow: hidden;
  }
  .busyohou-service__item-body {
    padding: 30px;
  }
  .busyohou-service__item-head {
    font-size: var(--mh--font-size--x5l);
  }
  .busyohou-service__item-lead {
    font-size: var(--mh--font-size--xl);
  }
}

/* .busyohou-case
================================================== */

.busyohou-case {
  position: relative;
  z-index: 1;
}

.busyohou-case__inner {
  padding-top: 40px;
  padding-bottom: 70px;
}

.busyohou-case__list {
  margin-top: 30px;
}

.busyohou-case__item + .busyohou-case__item {
  margin-top: 40px;
}

.busyohou-case__num {
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--xs);
  color: var(--mh--color--primary-500);
}

.busyohou-case__item-head {
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
  position: relative;
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}

.busyohou-case__item-head::after {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: var(--mh--color--primary-500);
}

.busyohou-case__item-txt {
  margin-top: var(--mh--space--20-30);
}

.busyohou-case__compare {
  margin-top: 20px;
}

.busyohou-case__box {
  padding: 10px 10px 30px;
  border-radius: var(--mh--border-radius--md);
  position: relative;
  background-color: var(--mh--color--grayscale-100);
}

.busyohou-case__box + .busyohou-case__box {
  margin-top: 40px;
}

.busyohou-case__box.is-solution::before {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 62px;
  height: 20px;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--mh--color--grayscale-500);
}

.busyohou-case__box-head {
  padding: 10px;
  font-size: var(--mh--font-size--xl);
  line-height: var(--mh--line-height--sm);
  text-align: center;
  color: var(--mh--color--grayscale-900);
}

.busyohou-case__box.is-problem .busyohou-case__box-head {
  background-color: var(--mh--color--grayscale-400);
}

.busyohou-case__box.is-solution .busyohou-case__box-head {
  background-color: var(--mh--color--secondary-point);
}

.busyohou-case__box-list {
  margin-top: 25px;
  padding-inline: 10px;
}

.busyohou-case__box-note {
  padding-left: 14px;
  position: relative;
  font-size: var(--mh--font-size--md);
  font-weight: var(--mh--font-weight--medium);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}

.busyohou-case__box-note + .busyohou-case__box-note {
  margin-top: 10px;
}

.busyohou-case__box-note::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 0.6em;
  left: 0;
  background-color: var(--mh--color--primary-500);
}

@media (width >= 768px ) {
  .busyohou-case__inner {
    padding-top: 80px;
    padding-bottom: 130px;
  }
  .busyohou-case__list {
    max-width: var(--mh--contents--wide-width);
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }
  .busyohou-case__item + .busyohou-case__item {
    margin-top: 80px;
  }
  .busyohou-case__compare {
    display: grid;
    margin-top: 30px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 60px;
  }
  .busyohou-case__box + .busyohou-case__box {
    margin-top: 0;
  }
  .busyohou-case__box.is-solution::before {
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    width: 20px;
    height: 44px;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
  }
  .busyohou-case__box-note {
    font-size: var(--mh--font-size--md);
  }
}

/* .busyohou-movie
================================================== */

.busyohou-movie {
  position: relative;
  z-index: 1;
  background: url("../img/maas/busyohou/bg_result01.png") repeat top left/300px;
}

.busyohou-movie__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.busyohou-movie__label {
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--sm);
  text-align: center;
  color: var(--mh--color--grayscale-100);
}

.busyohou-movie__frame {
  max-width: 640px;
  aspect-ratio: 16/9;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: var(--mh--border-radius--md);
  overflow: hidden;
}

.busyohou-movie__video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (width >= 768px ) {
  .busyohou-movie__inner {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .busyohou-movie__frame {
    max-width: 960px;
    margin-top: 30px;
  }
}