@charset "UTF-8";
/* ここからcopy */
#bm_lp_2510 {
  color: #111111;
}
#bm_lp_2510 .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#bm_lp_2510 .flexC {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#bm_lp_2510 .only-pc {
  display: block;
}
#bm_lp_2510 .only-sp {
  display: none;
}
#bm_lp_2510 .backBtn a {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  padding-block: 1.2rem;
  padding-inline: 2.9rem 6rem;
}
#bm_lp_2510 #contents-menu {
  transform: translateX(20.4rem);
  transition: 0.5s;
  position: fixed;
  top: 37%;
  right: 0;
  width: 20.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  border: 2px solid #333364;
  border-radius: 9px 0 0 9px;
  padding: 2.7rem 2.4rem 7.4rem 2.4rem;
  z-index: 20;
}
#bm_lp_2510 #contents-menu.active {
  transform: translateX(0);
}
#bm_lp_2510 #contents-menu h3 {
  font-size: 1.2rem;
  letter-spacing: 0.033em;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  color: #333364;
  background-color: #E7E5ED;
  border-radius: 2.2rem;
  padding: 0.2rem 1.5rem;
  border: 1.5px solid #333364;
  text-align: center;
}
#bm_lp_2510 #contents-menu ul {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.8rem 0;
  margin: 1.2rem 0 0;
  letter-spacing: 0.05em;
}
#bm_lp_2510 #contents-menu ul li {
  width: 100%;
}
#bm_lp_2510 #contents-menu ul li a {
  color: #00003E;
  transition: 0.25s;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
}
#bm_lp_2510 #contents-menu ul li.active a {
  color: #225CFF;
}
#bm_lp_2510 #contents-menu .btn {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #00003E;
  position: relative;
  height: 4.8rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 0.5px solid #00003E;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 3rem 0 0;
  letter-spacing: 0.1em;
}
#bm_lp_2510 #contents-menu .btn::before, #bm_lp_2510 #contents-menu .btn::after {
  content: "";
  width: 1.2rem;
  height: 2px;
  background-color: #00003E;
  position: absolute;
  top: 0;
  bottom: 2px;
  right: 4rem;
  margin: auto;
}
#bm_lp_2510 #contents-menu .btn::before {
  transform: rotate(45deg);
}
#bm_lp_2510 #contents-menu .btn::after {
  transform: rotate(-45deg);
}
#bm_lp_2510 #contents-menu .btn:hover {
  cursor: pointer;
}
#bm_lp_2510 .ctaWrap {
  margin: 8rem 0 0;
}
#bm_lp_2510 .ctaWrap .section {
  background-color: #00003E !important;
  border-radius: 1rem;
}
#bm_lp_2510 .ctaWrap .section a {
  width: 100%;
  display: inline-block;
  padding: 5.75rem 0;
}
#bm_lp_2510 .ctaWrap .section a .block {
  width: 81.666%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  gap: 3rem;
}
#bm_lp_2510 .ctaWrap .section a .block h3 {
  font-family: "LINESeedJPStd ExtraBold", sans-serif;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 4.9rem;
  letter-spacing: 0.065em;
  color: #FFFFFF;
}
#bm_lp_2510 .ctaWrap .section a .block h3 span {
  display: inline-block;
}
#bm_lp_2510 .ctaWrap .section a .block h3 span.left {
  margin: 0 0 0 -1rem;
}
#bm_lp_2510 .ctaWrap .section a .block h3 span.right {
  margin: 0 -1rem 0 0;
}
#bm_lp_2510 .ctaWrap .section a .block .btn {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #00003E;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 4.1rem;
  letter-spacing: 0.03em;
  width: 41.1rem;
  height: 6.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 3.8rem;
  transition: 0.25s;
}
#bm_lp_2510 .ctaWrap .section a:hover {
  text-decoration: none;
}
#bm_lp_2510 .ctaWrap .section a:hover .block .btn {
  background-color: #00003E;
  color: #FFFFFF;
}
#bm_lp_2510 section {
  position: relative;
  padding: 8.9rem 0 8rem;
}
#bm_lp_2510 section .section {
  width: 83.333%;
  max-width: 120rem;
  margin: 0 auto;
}
#bm_lp_2510 section .section .Header {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
}
#bm_lp_2510 section .section .Header span {
  color: #225CFF;
  font-size: 2rem;
  display: inline-block;
  margin: 0 0 1.2rem 0;
  letter-spacing: 0.055em;
}
#bm_lp_2510 section .section .Header h2 {
  font-size: 3.2rem;
  line-height: 4.8rem;
  letter-spacing: 0.055em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#bm_lp_2510 section .section .Header h2::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #225CFF;
  border-radius: 50%;
  display: inline-block;
  margin: 0 1.6rem 0 0;
}
#bm_lp_2510 section .section .Header p {
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.4rem;
  letter-spacing: 0.065em;
  margin: 2.35rem auto 0;
}
#bm_lp_2510 section .section .contents {
  padding: 0;
  margin: 4.4rem 0 0;
}
#bm_lp_2510 section#kv {
  padding: 0;
}
#bm_lp_2510 section#kv .section .breadcrumb-pc {
  position: relative;
  z-index: 1;
}
#bm_lp_2510 section#kv .section .breadcrumb-pc .topicpath {
  max-width: 100%;
  padding: 0;
}
#bm_lp_2510 section#kv .section .breadcrumb-pc .topicpath ul.topicpath__list {
  font-size: 1.2rem;
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;
  top: -1.5rem;
  padding: 0;
}
#bm_lp_2510 section#kv .section .breadcrumb-pc .topicpath ul.topicpath__list li {
  position: relative;
  padding: 0 2.34rem 0 0;
}
#bm_lp_2510 section#kv .section .breadcrumb-pc .topicpath ul.topicpath__list li a {
  color: #333333;
}
#bm_lp_2510 section#kv .section .breadcrumb-pc .topicpath ul.topicpath__list li span {
  color: #333333;
  font-weight: 700;
}
#bm_lp_2510 section#kv .section .breadcrumb-pc .topicpath ul.topicpath__list li::before {
  display: none;
}
#bm_lp_2510 section#kv .section .breadcrumb-pc .topicpath ul.topicpath__list li::after {
  content: "";
  border-right: 1px solid #111111;
  border-top: 1px solid #111111;
  display: inline-block;
  height: 0.4rem;
  right: 1rem;
  position: absolute;
  top: 0.7rem;
  transform: rotate(45deg);
  width: 0.4rem;
}
#bm_lp_2510 section#kv .section .breadcrumb-pc .topicpath ul.topicpath__list li:last-child {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
}
#bm_lp_2510 section#kv .section .breadcrumb-pc .topicpath ul.topicpath__list li:last-child::after {
  display: none;
}
#bm_lp_2510 section#kv .section .contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
#bm_lp_2510 section#kv .section .contents .textHolder {
  width: 41.83%;
  aspect-ratio: 502/602;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
}
#bm_lp_2510 section#kv .section .contents .textHolder .titleArea p {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.065em;
  margin: 5.8% 0 0;
}
#bm_lp_2510 section#kv .section .contents .textHolder .linkArea {
  width: 32rem;
  margin: 11% auto 0 -0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#bm_lp_2510 section#kv .section .contents .textHolder .linkArea .btn {
  width: 100%;
  height: 6.8rem;
  border-radius: 3.8rem;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 4.1rem;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.25s;
}
#bm_lp_2510 section#kv .section .contents .textHolder .linkArea .btn:nth-child(1) {
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
  background-color: #F77910;
  box-shadow: 0 1px 4rem 0 rgba(247, 121, 17, 0.15);
}
#bm_lp_2510 section#kv .section .contents .textHolder .linkArea .btn:nth-child(2) {
  border: 2px solid #000048;
  background-color: #FFFFFF;
  color: #000048;
  margin: 2rem auto 0;
}
#bm_lp_2510 section#kv .section .contents .textHolder .linkArea .btn:hover {
  background-color: #FFFFFF;
  text-decoration: none;
}
#bm_lp_2510 section#kv .section .contents .textHolder .linkArea .btn:hover:nth-child(1) {
  color: #F77910;
  border: 3px solid #F77910;
}
#bm_lp_2510 section#kv .section .contents .textHolder .linkArea .btn:hover:nth-child(2) {
  color: #FFFFFF;
  background-color: #000048;
}
#bm_lp_2510 section#kv .section .contents .textHolder .linkArea .textlink {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.065em;
  color: #111111;
  text-align: center;
  margin: 1.97rem 0 0;
}
#bm_lp_2510 section#kv .section .contents .textHolder .linkArea .textlink::after {
  content: "";
  background-image: url("/sites/default/files/media/jp/service/business-manager/img/arrow_orange.svg");
  background-size: contain;
  display: inline-block;
  width: 0.5rem;
  height: 0.9rem;
  margin: 0 0 0.2rem 1rem;
}
#bm_lp_2510 section#kv .section .contents .imgHolder {
  width: 46.94vw;
  max-width: 70rem;
  aspect-ratio: 669/605;
  position: absolute;
  top: 0;
  right: -8rem;
}
#bm_lp_2510 section#kv .section .newsList {
  margin: 3.5rem auto 0;
  min-height: 0;
  background-color: #F7F7F7;
  padding: 0.7rem 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#bm_lp_2510 section#kv .section .newsList .cat {
  background-color: #00003E;
  border-radius: 0.4rem;
  padding: 0.4rem 1.3rem;
  margin: 0 2.5rem 0 0;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.7rem;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
#bm_lp_2510 section#kv .section .newsList span {
  color: #F77910;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.06em;
  margin: 0 0.9em 0 0;
  display: none;
}
#bm_lp_2510 section#kv .section .newsList p {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.06em;
}
#bm_lp_2510 section#kv .section .newsList.new span {
  display: inline-block;
}
#bm_lp_2510 section#about {
  margin: 1.1rem auto 2rem;
}
#bm_lp_2510 section#about .section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#bm_lp_2510 section#about .section .textHolder {
  width: 48.58%;
  order: 2;
}
#bm_lp_2510 section#about .section .textHolder .Header h2::before {
  display: none;
}
#bm_lp_2510 section#about .section .textHolder p.textArea {
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.4rem;
  letter-spacing: 0.065em;
  margin: 3.45rem 0 0;
}
#bm_lp_2510 section#about .section .textHolder p.textArea:last-child {
  margin: 2rem 0 0;
}
#bm_lp_2510 section#about .section .imgHolder {
  width: 45.166%;
  aspect-ratio: 542/538;
  order: 1;
}
#bm_lp_2510 section#service .section .contents .Holder {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: unset;
  gap: 2.4rem;
}
#bm_lp_2510 section#service .section .contents .Holder .block {
  background-color: #F2F4F8;
  width: calc((100% - 2.4rem * 2) / 3 );
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  border-radius: 0.6rem;
  padding: 3rem;
}
#bm_lp_2510 section#service .section .contents .Holder .block .icon {
  height: 3.3rem;
  margin: 0 auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#bm_lp_2510 section#service .section .contents .Holder .block h3 {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.055em;
  width: 100%;
  text-align: center;
  margin: 1rem 0 1.3rem;
}
#bm_lp_2510 section#service .section .contents .Holder .block ul li {
  position: relative;
  padding: 0 0 0 1rem;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
#bm_lp_2510 section#service .section .contents .Holder .block ul li::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background-color: #225CFF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#bm_lp_2510 section#service .section .contents .Holder .block.__blk01 .icon {
  background-image: url("/sites/default/files/media/jp/service/business-manager/img/service_icon01.svg");
  aspect-ratio: 10/7;
}
#bm_lp_2510 section#service .section .contents .Holder .block.__blk02 .icon {
  background-image: url("/sites/default/files/media/jp/service/business-manager/img/service_icon02.svg");
  aspect-ratio: 38/35;
}
#bm_lp_2510 section#service .section .contents .Holder .block.__blk03 .icon {
  background-image: url("/sites/default/files/media/jp/service/business-manager/img/service_icon03.svg");
  aspect-ratio: 1/1;
}
#bm_lp_2510 section#vision {
  padding: 16.9rem 0 8rem;
}
#bm_lp_2510 section#vision .section .textHolder {
  width: 40.41%;
}
#bm_lp_2510 section#vision .section .textHolder .Header h2::before {
  display: none;
}
#bm_lp_2510 section#vision .section .textHolder p.textArea {
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.4rem;
  letter-spacing: 0.065em;
  margin: 3.45rem 0 0;
}
#bm_lp_2510 section#vision .section .textHolder p.textArea:nth-child(3) {
  margin: 2rem 0 0;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
}
#bm_lp_2510 section#vision .section .textHolder .backBtn {
  margin: 7rem auto 0 0;
  display: flex;
}
#bm_lp_2510 section#vision .section .imgHolder img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 66.38vw;
  right: -2vw;
  z-index: -1;
}
#bm_lp_2510 section#flow .section .contents .Holder {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4rem;
  position: relative;
  margin: 0 auto 5rem;
}
#bm_lp_2510 section#flow .section .contents .Holder::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(7.5rem / 2);
  z-index: -3;
  background-color: #707070;
}
#bm_lp_2510 section#flow .section .contents .Holder .block {
  width: 100%;
  position: relative;
}
#bm_lp_2510 section#flow .section .contents .Holder .block h3 {
  position: relative;
  height: 7.5rem;
  padding: 0 0 0 12rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0.065em;
}
#bm_lp_2510 section#flow .section .contents .Holder .block h3::before {
  content: "";
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  border: 2px solid #111111;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: -1;
}
#bm_lp_2510 section#flow .section .contents .Holder .block h3::after {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 2.9rem;
  color: #111111;
  position: absolute;
  width: 7.5rem;
  height: 7.5rem;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.3rem 0 0;
}
#bm_lp_2510 section#flow .section .contents .Holder .block p {
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 0 0 0 12rem;
  position: absolute;
  left: 0;
  bottom: -1rem;
}
#bm_lp_2510 section#flow .section .contents .Holder .block:nth-child(1) h3:after {
  content: "01";
}
#bm_lp_2510 section#flow .section .contents .Holder .block:nth-child(2) h3:after {
  content: "02";
}
#bm_lp_2510 section#flow .section .contents .Holder .block:nth-child(3) h3:after {
  content: "03";
}
#bm_lp_2510 section#flow .section .contents .Holder .block.__blk01 h3::before {
  border: 2px solid #225CFF;
}
#bm_lp_2510 section#flow .section .contents .Holder .block.__blk01 h3::after {
  color: #225CFF;
}
#bm_lp_2510 section#flow .section .contents .backBtn p {
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  margin: 0 auto 2rem;
}
#bm_lp_2510 section#qa .section .contents .Holder {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}
#bm_lp_2510 section#qa .section .contents .Holder .block {
  width: 100%;
  background-color: #F2F4F8;
  padding: 3rem;
  border-radius: 0.6rem;
}
#bm_lp_2510 section#qa .section .contents .Holder .block.active .que::after {
  transform: rotate(0deg);
}
#bm_lp_2510 section#qa .section .contents .Holder .block .que {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  position: relative;
  padding: 1rem 5rem 0 5.5rem;
  min-height: 5.25rem;
}
#bm_lp_2510 section#qa .section .contents .Holder .block .que::before {
  content: "Q.";
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  color: #111111;
  position: absolute;
  top: 0;
  left: 0;
}
#bm_lp_2510 section#qa .section .contents .Holder .block .que::after {
  content: "";
  background-image: url("/sites/default/files/media/jp/service/business-manager/img/arrow_qa.svg");
  position: absolute;
  top: 2rem;
  right: 0;
  margin: auto;
  width: 2.6rem;
  height: 1.8rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
  transition: 0.5s;
}
#bm_lp_2510 section#qa .section .contents .Holder .block .que:hover {
  cursor: pointer;
}
#bm_lp_2510 section#qa .section .contents .Holder .block .ans {
  display: none;
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  position: relative;
  padding: 1.35rem 5rem 0 5.5rem;
}
#bm_lp_2510 section#qa .section .contents .Holder .block .ans::before {
  content: "A.";
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  color: #225CFF;
  position: absolute;
  top: 0;
  left: 0;
}
#bm_lp_2510 section#qa .section .contents .Holder .block .ans p {
  margin: 0 0 1rem;
}
#bm_lp_2510 section#qa .section .contents .Holder .block .ans p a {
  color: #225CFF;
  text-decoration: underline;
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
#bm_lp_2510 section#qa .section .contents .Holder .block .ans p.note {
  font-size: 1.2rem;
}
#bm_lp_2510 section#qa .section .contents .Holder .block .ans ol {
  margin: 2rem 0;
}
#bm_lp_2510 section#qa .section .contents .Holder .block .ans ol li {
  position: relative;
  padding: 0 0 0 2rem;
  margin: 0 0 0.5rem 0;
}
#bm_lp_2510 section#qa .section .contents .Holder .block .ans ol li::before {
  position: absolute;
  top: 0.2rem;
  left: 0;
  font-size: 1.2rem;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #111111;
  border-radius: 50%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.5rem;
}
#bm_lp_2510 section#qa .section .contents .Holder .block .ans ol li p {
  margin: 0;
}
#bm_lp_2510 section#qa .section .contents .Holder .block .ans ol li:nth-child(1)::before {
  content: "1";
}
#bm_lp_2510 section#qa .section .contents .Holder .block .ans ol li:nth-child(2)::before {
  content: "2";
}
#bm_lp_2510 section#qa .section .contents .Holder .block .ans ol li:nth-child(3)::before {
  content: "3";
}
#bm_lp_2510 section#qa .section .contents .Holder .block .ans ol li:nth-child(4)::before {
  content: "4";
}
#bm_lp_2510 section#qa .section .contents .Holder .block .ans ol li:nth-child(5)::before {
  content: "5";
}
#bm_lp_2510 section#qa .section .contents .Holder .block .ans ol li:nth-child(6)::before {
  content: "6";
}
#bm_lp_2510 section#qa .section .contents .Holder .block .ans ol li:nth-child(7)::before {
  content: "7";
}
#bm_lp_2510 section#qa .section .contents .Holder .block .ans ol li:nth-child(8)::before {
  content: "8";
}
#bm_lp_2510 section#qa .section .contents .Holder .block .ans ol li:nth-child(9)::before {
  content: "9";
}
#bm_lp_2510 section#qa .section .contents .Holder .block .ans ol li:nth-child(10)::before {
  content: "10";
}
#bm_lp_2510 section#qa .section .contents .backBtn {
  margin: 4.8rem auto 0;
}
#bm_lp_2510 section#pageback {
  margin: -8.9rem 0 0;
}
#bm_lp_2510 section#pageback .section a {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  padding-block: 1.3rem 1.2rem;
  padding-inline: 2.9rem 6rem;
}

@media screen and (max-width: 1023px) {
  .sp-menu-wrap--clone {
    display: none;
  }

  #bm_lp_2510 {
    margin: -3.5rem 0 0;
  }
  #bm_lp_2510 .only-pc {
    display: none;
  }
  #bm_lp_2510 .only-sp {
    display: block;
  }
  #bm_lp_2510 #contents-menu {
    opacity: 0;
    top: auto;
    bottom: 20%;
  }
  #bm_lp_2510 #spMenu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5.9rem;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 30;
    transform: translateY(5.9rem);
    transition: 0.5s;
  }
  #bm_lp_2510 #spMenu .leftMenu {
    width: calc(100% - 7.3rem);
  }
  #bm_lp_2510 #spMenu .leftMenu .btn {
    height: 4.7rem;
    width: calc(100% - .5rem * 2);
    margin: 0 0.5rem;
    border-radius: 2.4rem;
    background-color: #225CFF;
    color: #FFFFFF;
    font-family: "LINESeedJPStd Bold", sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.8rem;
    letter-spacing: 0.03em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #bm_lp_2510 #spMenu .rightMenu {
    width: 7.3rem;
    height: 100%;
    background-color: #E4E8F0;
  }
  #bm_lp_2510 #spMenu .rightMenu .btn {
    background-image: url("/sites/default/files/media/jp/service/business-manager/img/sp_contents_menu.svg");
    width: 100%;
    height: 100%;
    background-size: 71.23%;
    background-repeat: no-repeat;
    background-position: center 1.2rem;
  }
  #bm_lp_2510 .ctaWrap {
    margin: 5rem 0 0;
  }
  #bm_lp_2510 .ctaWrap .section a {
    padding: 7.2rem 2.7rem;
    justify-content: center;
  }
  #bm_lp_2510 .ctaWrap .section a .block {
    width: 100%;
    justify-content: center;
    gap: 0;
  }
  #bm_lp_2510 .ctaWrap .section a .block h3 {
    font-size: 2.6rem;
    line-height: 3.6rem;
    letter-spacing: 0.03em;
    text-align: center;
  }
  #bm_lp_2510 .ctaWrap .section a .block .btn {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.03em;
    width: 100%;
    aspect-ratio: 212/25;
    margin: 3.4rem auto 0;
  }
  #bm_lp_2510 section {
    padding: 4rem 0;
  }
  #bm_lp_2510 section .section {
    width: 100%;
  }
  #bm_lp_2510 section .section .Header span {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
  #bm_lp_2510 section .section .Header h2 {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.03em;
  }
  #bm_lp_2510 section .section .Header p {
    font-size: 1.4rem;
    line-height: 2.6rem;
    letter-spacing: 0.03em;
    margin: 0.8rem auto 0;
  }
  #bm_lp_2510 section .section .contents {
    margin: 2.3rem 0 0;
  }
  #bm_lp_2510 section#kv .section {
    width: 100%;
  }
  #bm_lp_2510 section#kv .section ul.bnList {
    display: none;
  }
  #bm_lp_2510 section#kv .section .contents .textHolder {
    width: 89.333%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 4rem auto 0;
    order: 2;
    aspect-ratio: unset;
  }
  #bm_lp_2510 section#kv .section .contents .textHolder .titleArea h1 {
    text-align: center;
  }
  #bm_lp_2510 section#kv .section .contents .textHolder .titleArea h1 img {
    width: 84.17%;
  }
  #bm_lp_2510 section#kv .section .contents .textHolder .titleArea p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.03em;
    margin: 2.4rem auto 0;
  }
  #bm_lp_2510 section#kv .section .contents .textHolder .linkArea {
    margin: 2.7rem auto 0;
  }
  #bm_lp_2510 section#kv .section .contents .imgHolder {
    position: unset;
    order: 1;
    width: 100vw;
    max-width: 100%;
    aspect-ratio: 374/265;
  }
  #bm_lp_2510 section#kv .section .contents .imgHolder img {
    width: 100%;
  }
  #bm_lp_2510 section#kv .section .newsList {
    display: none;
  }
  #bm_lp_2510 section#about {
    margin: 2rem auto 0;
  }
  #bm_lp_2510 section#about .section .Header h2 {
    font-size: 2.4rem;
    line-height: 3.8rem;
    letter-spacing: 0.03em;
  }
  #bm_lp_2510 section#about .section .textHolder {
    width: 89.333%;
    max-width: 100%;
    margin: 0 auto;
    order: 1;
  }
  #bm_lp_2510 section#about .section .textHolder p.textArea {
    font-size: 1.4rem;
    line-height: 2.8rem;
    letter-spacing: 0.03em;
    margin: 2.25rem 0 0;
  }
  #bm_lp_2510 section#about .section .textHolder p.textArea:last-child {
    margin: 1rem 0 0;
  }
  #bm_lp_2510 section#about .section .imgHolder {
    width: 89.333%;
    max-width: 100%;
    margin: 0 auto;
    margin: 2rem auto 0;
    order: 2;
  }
  #bm_lp_2510 section#about .section .imgHolder img {
    width: 100%;
  }
  #bm_lp_2510 section#service .section {
    width: 89.333%;
    max-width: 100%;
    margin: 0 auto;
  }
  #bm_lp_2510 section#service .section .contents .Holder {
    gap: 1.4rem;
  }
  #bm_lp_2510 section#service .section .contents .Holder .block {
    width: 100%;
    padding: 1rem 2rem 2rem;
    justify-content: flex-start;
  }
  #bm_lp_2510 section#service .section .contents .Holder .block .icon {
    margin: 0 1.5rem 0 0;
    height: auto;
    width: 3rem;
  }
  #bm_lp_2510 section#service .section .contents .Holder .block h3 {
    width: auto;
    font-size: 1.6rem;
  }
  #bm_lp_2510 section#service .section .contents .Holder .block ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0;
    margin: 0.25rem 0 0;
  }
  #bm_lp_2510 section#service .section .contents .Holder .block ul li {
    font-size: 1.4rem;
  }
  #bm_lp_2510 section#service .section .contents .Holder .block.__blk01 ul li {
    width: 50%;
  }
  #bm_lp_2510 section#vision {
    padding: 5rem 0;
  }
  #bm_lp_2510 section#vision .section .textHolder {
    width: 100%;
  }
  #bm_lp_2510 section#vision .section .textHolder .Header {
    width: 89.333%;
    max-width: 100%;
    margin: 0 auto;
  }
  #bm_lp_2510 section#vision .section .textHolder .Header h2 {
    font-size: 2.4rem;
    line-height: 3.8rem;
    letter-spacing: 0.03em;
  }
  #bm_lp_2510 section#vision .section .textHolder p.textArea {
    width: 89.333%;
    max-width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 2.8rem;
    letter-spacing: 0.03em;
    margin: 2.25rem auto 0;
  }
  #bm_lp_2510 section#vision .section .textHolder p.textArea:nth-child(3) {
    margin: 1rem auto 0;
  }
  #bm_lp_2510 section#vision .section .textHolder .imgHolder {
    margin: -6rem auto -13rem;
    position: relative;
    z-index: -3;
  }
  #bm_lp_2510 section#vision .section .textHolder .imgHolder img {
    position: unset;
    width: 100%;
  }
  #bm_lp_2510 section#vision .section .textHolder .backBtn {
    justify-content: center;
  }
  #bm_lp_2510 section#flow .section {
    width: 89.333%;
    max-width: 100%;
    margin: 0 auto;
  }
  #bm_lp_2510 section#flow .section .contents .Holder {
    gap: 1rem;
    margin: 0 auto 2rem;
  }
  #bm_lp_2510 section#flow .section .contents .Holder::before {
    height: 80%;
    left: calc(4.5rem / 2 + 1px);
    bottom: 0;
    margin: auto;
  }
  #bm_lp_2510 section#flow .section .contents .Holder .block h3 {
    font-size: 2rem;
    padding: 0 0 0 6rem;
  }
  #bm_lp_2510 section#flow .section .contents .Holder .block h3::before {
    width: 4.5rem;
    height: 4.5rem;
    bottom: 0;
    margin: auto;
  }
  #bm_lp_2510 section#flow .section .contents .Holder .block h3::after {
    width: 4.5rem;
    height: 4.5rem;
    bottom: 0;
    margin: auto;
    font-size: 2rem;
    padding: 0.2rem 0 0 0.2rem;
  }
  #bm_lp_2510 section#flow .section .contents .Holder .block p {
    position: unset;
    padding: 0 0 0 6rem;
  }
  #bm_lp_2510 section#qa .section {
    width: 89.333%;
    max-width: 100%;
    margin: 0 auto;
  }
  #bm_lp_2510 section#qa .section .contents .Holder {
    gap: 1.4rem;
  }
  #bm_lp_2510 section#qa .section .contents .Holder .block {
    padding: 2rem;
  }
  #bm_lp_2510 section#qa .section .contents .Holder .block .que {
    font-size: 1.4rem;
    padding: 0.75rem 2.5rem 0 3.5rem;
    min-height: 3.5rem;
  }
  #bm_lp_2510 section#qa .section .contents .Holder .block .que::before {
    font-size: 2.2rem;
  }
  #bm_lp_2510 section#qa .section .contents .Holder .block .que::after {
    width: 1.6rem;
    top: 1rem;
  }
  #bm_lp_2510 section#qa .section .contents .Holder .block .ans {
    padding: 0.75rem 2.5rem 0 3.5rem;
  }
  #bm_lp_2510 section#qa .section .contents .Holder .block .ans::before {
    font-size: 2.2rem;
  }
  #bm_lp_2510 section#qa .section .contents .Holder .block .ans p {
    margin: 0 0 0.5rem;
  }
  #bm_lp_2510 section#qa .section .contents .Holder .block .ans ol {
    margin: 1rem 0;
  }
  #bm_lp_2510 section#pageback {
    padding: 2rem 0 8rem;
    margin: 0;
  }
}