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

seido-common-mv

*************************************************/
.seido-common-mv__title {
  font-size: 6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .seido-common-mv__title {
    font-size: 2.4rem;
  }
}
.seido-common-mv__title .in-title {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(94%, transparent), color-stop(0%, #000)) repeat scroll;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 94%, #000 0%) repeat scroll;
}
@media screen and (max-width: 1120px) {
  .seido-common-mv__title br {
    display: inline;
  }
}

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

seido-parttime-title01

*************************************************/
.seido-parttime-title01 {
  max-width: 42.5rem;
  min-height: 6.5rem;
}
@media screen and (max-width: 767px) {
  .seido-parttime-title01 {
    max-width: 24.5rem;
    min-height: 3.7rem;
    margin-bottom: 2rem;
  }
}
.seido-parttime-title01 .parts-blow01__text {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .seido-parttime-title01 .parts-blow01__text {
    font-size: 1.4rem;
  }
}

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

seido-parttime-company

*************************************************/
.seido-parttime-company__img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(71rem, 100% - 2rem);
  margin: 0 auto;
  padding: 6rem 5rem 6rem 2.4rem;
  border: #000000 solid 0.2rem;
  border-radius: 2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .seido-parttime-company__img {
    padding: 2.4rem 2.4rem 2.4rem 1.2rem;
    border-radius: 1rem;
  }
}

.seido-parttime-company__img-01 {
  max-width: 63.2rem;
  margin: 0 auto 5rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .seido-parttime-company__img-01 {
    margin-bottom: 2.5rem;
  }
}

.seido-parttime-company__img-02 {
  max-width: 51.875rem;
  margin: 0 auto;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .seido-parttime-company__img-02 {
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
}

.seido-parttime-company__img-cap {
  max-width: 54.875rem;
  margin: 2.5rem auto 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .seido-parttime-company__img-cap {
    -webkit-transform: translateX(4%);
            transform: translateX(4%);
  }
}
@media screen and (max-width: 767px) {
  .seido-parttime-company__img-cap {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}

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

seido-parttime-subject

*************************************************/
.seido-parttime-subject__box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(71rem, 100% - 2rem);
  margin: 0 auto;
  padding: 5rem 3.13rem;
  border: #000000 solid 0.2rem;
  border-radius: 2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .seido-parttime-subject__box {
    padding: 1.7rem 2rem 2rem;
    border-radius: 1rem;
  }
}

.seido-parttime-subject__box-lead {
  position: relative;
  display: table;
  margin: 0 auto 1.5rem;
  font-size: 3.38rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .seido-parttime-subject__box-lead {
    margin-bottom: 1rem;
    font-size: min(1.8rem, 1.8 * 10 / 375 * 100vw);
  }
}
.seido-parttime-subject__box-lead span {
  border-bottom: #000000 solid 0.3rem;
}
@media screen and (max-width: 767px) {
  .seido-parttime-subject__box-lead span {
    border-width: 0.2rem;
  }
}
.seido-parttime-subject__box-lead::before {
  right: calc(100% + 0.7em);
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.seido-parttime-subject__box-lead::after {
  left: calc(100% + 0.7em);
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.seido-parttime-subject__box-btnflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .seido-parttime-subject__box-btnflex {
    gap: 1rem;
  }
}

.seido-parttime-subject__box-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 1rem);
  line-height: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .seido-parttime-subject__box-btn {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (min-width: 768px) {
  .seido-parttime-subject__box-btn.is-01 img {
    width: 99%;
  }
}
.seido-parttime-subject__box-btn.is-wide {
  width: 100%;
  cursor: default;
}

.seido-parttime-subject__box-text01 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.28;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .seido-parttime-subject__box-text01 {
    font-size: 1.2rem;
    text-align: left;
  }
}

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

seido-parttime-ninni

*************************************************/
.seido-parttime-ninni__btn .parts-button01 {
  max-width: 41rem;
  margin: 0 auto;
  padding-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .seido-parttime-ninni__btn .parts-button01 {
    width: min(25.6rem, 100% - 4rem);
    max-width: none;
  }
}
.seido-parttime-ninni__btn .parts-button01__text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
.seido-parttime-ninni__btn .parts-button01__text01 small {
  font-size: 0.65em;
}

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

seido-parttime-modal

*************************************************/
.seido-parttime-modal {
  max-width: 71rem;
  padding: 4.5rem 3.5rem 3rem;
}
@media screen and (max-width: 767px) {
  .seido-parttime-modal {
    padding: 2rem 1.5rem 2rem;
  }
}

.seido-parttime-modal__title {
  margin-bottom: 2rem;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .seido-parttime-modal__title {
    margin-bottom: 1.3rem;
    font-size: 2rem;
  }
}
.seido-parttime-modal__title strong {
  color: #ec4e78;
}

.seido-parttime-modal__img {
  margin: 0 auto;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .is-01 .seido-parttime-modal__img img {
    width: 19.4rem;
  }
  .is-02 .seido-parttime-modal__img img {
    width: 19.4rem;
  }
}

.seido-parttime-modal__img-cap {
  margin-top: 0.5rem;
  font-size: 2.4rem;
  color: #3a3a3a;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .seido-parttime-modal__img-cap {
    font-size: 1.5rem;
  }
}

.seido-parttime-modal__text {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .seido-parttime-modal__text {
    font-size: 1.2rem;
  }
}
.seido-parttime-modal__text a {
  color: #000000;
  text-decoration: none;
}