/*************************************************

jigyonushi-common-connection

*************************************************/
.jigyonushi-common-connection {
  background-color: #fff;
}

/*************************************************

jigyonushi-common-mv01

*************************************************/
.jigyonushi-common-mv01__img {
  right: 3rem;
  width: 32.2rem;
}
@media screen and (max-width: 992px) {
  .jigyonushi-common-mv01__img {
    width: 28.2rem;
  }
}
@media screen and (max-width: 767px) {
  .jigyonushi-common-mv01__img {
    right: 2rem;
    width: 11.1rem;
  }
}
@media screen and (max-width: 374px) {
  .jigyonushi-common-mv01__img {
    right: 1.5rem;
    width: 9.8rem;
  }
}

/*************************************************

jigyonushi-keieiso_point-btn01

*************************************************/
.jigyonushi-keieiso_point-btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .jigyonushi-keieiso_point-btn01 {
    margin-top: 2rem;
  }
}

/*************************************************

jigyonushi-keieiso_point-flexbtns

*************************************************/
.jigyonushi-keieiso_point-flexbtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .jigyonushi-keieiso_point-flexbtns {
    gap: 1.5rem;
  }
}
.jigyonushi-keieiso_point-flexbtns .parts-button01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 37.4rem;
}
@media screen and (max-width: 767px) {
  .jigyonushi-keieiso_point-flexbtns .parts-button01 {
    width: 27.6rem;
  }
}
.jigyonushi-keieiso_point-flexbtns .parts-button01__text01 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .jigyonushi-keieiso_point-flexbtns .parts-button01__text01 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 374px) {
  .jigyonushi-keieiso_point-flexbtns .parts-button01__text01 {
    font-size: 1.2rem;
  }
}

.jigyonushi-keieiso_point-flexbtns__iconbtn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.jigyonushi-keieiso_point-flexbtns__iconbtn .parts-button01__text01 {
  text-align: left;
}
.jigyonushi-keieiso_point-flexbtns__iconbtn .parts-button01__letters {
  width: calc(100% - 10rem);
}
@media screen and (max-width: 767px) {
  .jigyonushi-keieiso_point-flexbtns__iconbtn .parts-button01__letters {
    width: calc(100% - 7rem);
  }
}

.jigyonushi-keieiso_point-flexbtns__icon {
  width: 10rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .jigyonushi-keieiso_point-flexbtns__icon {
    width: 7rem;
  }
}
.jigyonushi-keieiso_point-flexbtns__icon.is-02 img {
  width: 6.25rem;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}
@media screen and (max-width: 767px) {
  .jigyonushi-keieiso_point-flexbtns__icon.is-02 img {
    width: 4.5rem;
  }
}

/*************************************************

parts-accordion02-body

*************************************************/
.parts-accordion02-body__inner {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .parts-accordion02-body__inner {
    font-size: 1.2rem;
  }
}