.page-title {
  background-image: url("../img/business/mv.jpg");
}
@supports ((background-image: -webkit-image-set(url("") type("image/webp"))) or (background-image: image-set(url("") type("image/webp")))) {
  .page-title {
    background-image: -webkit-image-set(url("../img/business/mv.webp") type("image/webp"), url("../img/business/mv.jpg") type("image/jpeg"));
    background-image: image-set(url("../img/business/mv.webp") type("image/webp"), url("../img/business/mv.jpg") type("image/jpeg"));
  }
}
@media only screen and (max-width: 767px) {
  .page-title {
    background-image: url("../img/business/sp/mv.jpg");
  }
  @supports ((background-image: -webkit-image-set(url("") type("image/webp"))) or (background-image: image-set(url("") type("image/webp")))) {
    .page-title {
      background-image: -webkit-image-set(url("../img/business/sp/mv.webp") type("image/webp"), url("../img/business/sp/mv.jpg") type("image/jpeg"));
      background-image: image-set(url("../img/business/sp/mv.webp") type("image/webp"), url("../img/business/sp/mv.jpg") type("image/jpeg"));
    }
  }
}
.page-title::before {
  width: 48.6rem;
  height: 5.5rem;
  background-image: url("../img/business/en-title.svg");
}
@media print, screen and (min-width: 768px) {
  .page-title::before {
    left: clamp(0px, (100vw - 1600px) / 2, 160px);
  }
}
@media only screen and (max-width: 767px) {
  .page-title::before {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    height: 4.5rem;
    width: 41.3rem;
  }
}

.read {
  margin-bottom: 8.7rem;
}
@media only screen and (max-width: 767px) {
  .read {
    margin-bottom: 9.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .read .content-inner {
    padding-left: 5rem;
  }
}
.read h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.34;
  color: #28A5EB;
  margin-bottom: 3rem;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .read h2 {
    line-height: 1.434;
    margin-bottom: 4rem;
  }
}
.read p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.5;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 767px) {
  .read p {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .read p {
    letter-spacing: 0.04em;
    line-height: 1.7;
  }
}

.business {
  margin-bottom: 14.2rem;
}
@media only screen and (max-width: 767px) {
  .business {
    margin-bottom: 13.8rem;
  }
}
.business--content {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .business--content {
    margin-bottom: 10.4rem;
  }
}
.business--content .content-inner {
  margin-bottom: 6.5rem;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .business--content .content-inner {
    margin-bottom: 7.5rem;
  }
}
.business--content__title {
  text-align: center;
  color: #fff;
  background: #28A5EB;
  line-height: 8rem;
  height: 8rem;
  border-radius: 6rem 0 6rem 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 767px) {
  .business--content__title {
    line-height: 1.5;
    height: auto;
    border-radius: 3.7rem 0;
    font-size: 4.68rem;
    margin-bottom: 5.1rem;
    padding: 1.3rem 0 1.8rem;
  }
}
.business--content .read-text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 767px) {
  .business--content .read-text {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .business--content .read-text {
    padding: 0 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .business--content .read-text {
    line-height: 1.7;
    letter-spacing: 0.1em;
    margin-bottom: 5.2rem;
    font-feature-settings: "palt";
  }
}
.business--content .read-text span {
  font-size: 87.5%;
  display: block;
}
.business--content .item--list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 4.4rem 4rem;
}
@media only screen and (max-width: 767px) {
  .business--content .item--list {
    gap: 5rem 4rem;
  }
}
.business--content .item--list__single {
  width: 24.5rem;
}
@media only screen and (max-width: 767px) {
  .business--content .item--list__single {
    width: 32.3rem;
  }
}
.business--content .item--list__single picture {
  display: block;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .business--content .item--list__single picture {
    margin-bottom: 2.2rem;
  }
}
.business--content .item--list__single h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .business--content .item--list__single h3 {
    font-size: 3.1rem;
  }
}
.business--content .maker-logo {
  border-top: 1px solid rgba(179, 179, 179, 0.7);
  border-bottom: 1px solid rgba(179, 179, 179, 0.7);
  background: rgba(255, 255, 255, 0.7);
}
@media print, screen and (min-width: 768px) {
  .business--content .maker-logo {
    height: 11rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .business--content .maker-logo {
    padding: 5.1rem 0 4.3rem;
  }
}
.business--content .maker-logo h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  background: #fff;
  padding: 0 1rem;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #28A5EB;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .business--content .maker-logo h3 {
    font-size: 3.5rem;
    top: -2rem;
  }
}
.business--content .maker-logo__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  margin: auto;
  justify-content: center;
  gap: 6rem;
  margin: 0 3rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .business--content .maker-logo__list {
    margin: 0;
    gap: 1rem 5rem;
  }
  .business--content .maker-logo__list + ul {
    margin: 3rem 0 0;
  }
  .business--content .maker-logo__list + ul.other {
    margin: 1rem 0 0;
  }
}
.business--content .maker-logo__list.etc::after {
  content: "etc.";
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 50%;
  right: -6rem;
  transform: translateY(-50%);
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .business--content .maker-logo__list.etc::after {
    font-size: 3.1rem;
    position: static;
    margin: 0;
    transform: none;
  }
}
.business--content .maker-logo__list li.kokuyo {
  width: 16.8rem;
}
@media only screen and (max-width: 767px) {
  .business--content .maker-logo__list li.kokuyo {
    width: 20rem;
  }
}
.business--content .maker-logo__list li.plus {
  width: 11.6rem;
}
@media only screen and (max-width: 767px) {
  .business--content .maker-logo__list li.plus {
    width: 14rem;
  }
}
.business--content .maker-logo__list li.jointex {
  width: 22rem;
}
@media only screen and (max-width: 767px) {
  .business--content .maker-logo__list li.jointex {
    width: 32.4rem;
  }
}
.business--content .maker-logo__list li.uni {
  width: 8.8rem;
}
@media only screen and (max-width: 767px) {
  .business--content .maker-logo__list li.uni {
    width: 10.5rem;
  }
}
.business--content .maker-logo__list li.pilot {
  width: 15rem;
}
@media only screen and (max-width: 767px) {
  .business--content .maker-logo__list li.pilot {
    width: 18rem;
  }
}
.business--content .maker-logo__list li.ricoh {
  width: 18rem;
}
@media only screen and (max-width: 767px) {
  .business--content .maker-logo__list li.ricoh {
    width: 26.5rem;
  }
}
.business--content .maker-logo__list li.canon {
  width: 16rem;
}
@media only screen and (max-width: 767px) {
  .business--content .maker-logo__list li.canon {
    width: 23rem;
  }
}
.business--content .maker-logo__list li.maxhub {
  width: 19.4rem;
}
@media only screen and (max-width: 767px) {
  .business--content .maker-logo__list li.maxhub {
    width: 23.2rem;
  }
}
.business--content .maker-logo__list li.epson {
  width: 15rem;
}
@media only screen and (max-width: 767px) {
  .business--content .maker-logo__list li.epson {
    width: 21rem;
  }
}
.business--content .maker-logo__list li img {
  width: 100%;
  margin: auto;
}

.strengths {
  background: #f2f2f2;
  border-radius: 0 34rem 0 0;
  padding: 15rem 0 14rem;
  margin-bottom: 15rem;
}
@media only screen and (max-width: 767px) {
  .strengths {
    border-radius: 0 20rem 0 0;
    padding: 15rem 0 13.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .strengths .content-inner {
    width: 120rem;
    padding-left: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .strengths .content-inner {
    width: 100%;
  }
}
.strengths .section-ttl {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .strengths .section-ttl {
    text-align: center;
    padding-left: 0;
    margin-bottom: 4.5rem;
  }
}
.strengths .read {
  margin-bottom: 5.8rem;
}
@media print, screen and (min-width: 768px) {
  .strengths .read {
    padding: 0 0 0 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .strengths .read {
    padding: 0 4rem;
  }
}
.strengths .read h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .strengths .read h3 {
    font-size: 4.2rem;
    margin-bottom: 4rem;
  }
}
.strengths .read p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .strengths .read p {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .strengths .read p {
    letter-spacing: 0.02em;
  }
}
.strengths .check-content {
  width: 80rem;
  border-radius: 5rem 0;
  position: relative;
  background: #fff;
  margin: 0 auto 7.4rem;
  padding: 4.3rem 0 3.9rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .strengths .check-content {
    width: 68.7rem;
    border-radius: 4rem 0;
    display: block;
    padding: 5.3rem 0 3.9rem 4rem;
    margin: 0 auto 7rem;
  }
}
.strengths .check-content::before {
  content: "";
  position: absolute;
  right: -1.1rem;
  bottom: -1.6rem;
  width: 79.5rem;
  height: 27rem;
  border-right: 2px solid #28A5EB;
  border-bottom: 2px solid #28A5EB;
  border-radius: 0 0 6.4rem 0;
}
@media only screen and (max-width: 767px) {
  .strengths .check-content::before {
    right: -2.1rem;
    bottom: -1.7rem;
    width: 66.8rem;
    height: 41.8rem;
  }
}
.strengths .check-content * {
  position: relative;
  z-index: 1;
}
.strengths .check-content .check-list li {
  display: flex;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-bottom: 0.7rem;
}
@media only screen and (max-width: 767px) {
  .strengths .check-content .check-list li {
    font-size: 3.1rem;
    margin-bottom: 1.1rem;
    align-items: flex-start;
  }
}
.strengths .check-content .check-list li::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: no-repeat center/cover;
  background-image: url("../img/business/check-icon.png");
  margin: 0 1.7rem 0 1.4rem;
}
@supports ((background-image: -webkit-image-set(url("") type("image/webp"))) or (background-image: image-set(url("") type("image/webp")))) {
  .strengths .check-content .check-list li::before {
    background-image: -webkit-image-set(url("../img/business/check-icon.webp") type("image/webp"), url("../img/business/check-icon.png") type("image/png"));
    background-image: image-set(url("../img/business/check-icon.webp") type("image/webp"), url("../img/business/check-icon.png") type("image/png"));
  }
}
@media only screen and (max-width: 767px) {
  .strengths .check-content .check-list li::before {
    width: 3.1rem;
    height: 3.1rem;
    margin: 1rem 2.6rem 0 0;
  }
}
.strengths .content-end {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  font-weight: 700;
  color: #28A5EB;
  letter-spacing: 0.025em;
  line-height: 1.8;
  padding-left: 5rem;
}
@media only screen and (max-width: 767px) {
  .strengths .content-end {
    font-size: 3.5rem;
    padding: 0;
  }
}

.faq {
  margin-bottom: 15rem;
}
@media only screen and (max-width: 767px) {
  .faq .section-ttl {
    padding-left: 0;
    text-align: center;
  }
  .faq .section-ttl img {
    margin: auto;
    right: 0;
  }
}
.faq--content {
  margin: auto;
  border-bottom: 1px solid #b3b3b3;
}
@media print, screen and (min-width: 768px) {
  .faq--content {
    width: 100rem;
  }
}
.faq--content dl {
  border-top: 1px solid #b3b3b3;
  padding: 3.3rem 0 3rem 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .faq--content dl {
    padding: 2.6rem 0 1.7rem 0;
  }
}
.faq--content dl::before, .faq--content dl::after {
  content: "";
  width: 4rem;
  height: 2px;
  background: #28A5EB;
  position: absolute;
  top: 5rem;
  right: 3rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 767px) {
  .faq--content dl::before, .faq--content dl::after {
    top: 6rem;
    right: 0;
  }
}
.faq--content dl::after {
  transform: rotate(90deg);
  opacity: 1;
  transition: opacity 0.2s ease;
}
.faq--content dl.is-open::before {
  transform: rotate(180deg);
}
.faq--content dl.is-open::after {
  opacity: 0;
}
.faq--content dl.is-open dd {
  display: block;
}
@media only screen and (max-width: 767px) {
  .faq--content dl.is-open dd {
    margin-bottom: 2rem;
  }
}
.faq--content dl dt, .faq--content dl dd {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .faq--content dl dt, .faq--content dl dd {
    grid-template-columns: 9rem 1fr;
    gap: 3.3rem;
  }
}
.faq--content dl dt::before, .faq--content dl dd::before {
  content: "";
  background: no-repeat center/cover;
  width: 5.5rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .faq--content dl dt::before, .faq--content dl dd::before {
    width: 9rem;
  }
}
.faq--content dl dt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  font-weight: 700;
  color: #28A5EB;
  letter-spacing: 0.03em;
  padding-right: 11rem;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .faq--content dl dt {
    font-size: 3.1rem;
    line-height: 1.5;
    margin-bottom: 1.8rem;
    padding-right: 8rem;
  }
}
.faq--content dl dt::before {
  background-image: url("../img/business/q_icon.png");
  height: 4rem;
}
@supports ((background-image: -webkit-image-set(url("") type("image/webp"))) or (background-image: image-set(url("") type("image/webp")))) {
  .faq--content dl dt::before {
    background-image: -webkit-image-set(url("../img/business/q_icon.webp") type("image/webp"), url("../img/business/q_icon.png") type("image/png"));
    background-image: image-set(url("../img/business/q_icon.webp") type("image/webp"), url("../img/business/q_icon.png") type("image/png"));
  }
}
@media only screen and (max-width: 767px) {
  .faq--content dl dt::before {
    height: 6.5rem;
  }
}
.faq--content dl dd {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: none;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  letter-spacing: 0.117em;
  line-height: 1.7;
  margin-top: 1.1rem;
  position: relative;
  padding-left: 8rem;
}
@media only screen and (max-width: 767px) {
  .faq--content dl dd {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .faq--content dl dd {
    padding-left: 12rem;
  }
}
.faq--content dl dd::before {
  background-image: url("../img/business/a_icon.png");
  height: 3.2rem;
  position: absolute;
  left: 0;
  top: 0;
}
@supports ((background-image: -webkit-image-set(url("") type("image/webp"))) or (background-image: image-set(url("") type("image/webp")))) {
  .faq--content dl dd::before {
    background-image: -webkit-image-set(url("../img/business/a_icon.webp") type("image/webp"), url("../img/business/a_icon.png") type("image/png"));
    background-image: image-set(url("../img/business/a_icon.webp") type("image/webp"), url("../img/business/a_icon.png") type("image/png"));
  }
}
@media only screen and (max-width: 767px) {
  .faq--content dl dd::before {
    height: 5.2rem;
  }
}