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

seido-top-leadblock

*************************************************/
.seido-top-leadblock {
  position: relative;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .seido-top-leadblock {
    padding: 2rem 0;
  }
}
.seido-top-leadblock.is-block02 {
  background-color: #f9f5ee;
}

/* seido-top-leadblock__text01
---------------------------------------*/
.seido-top-leadblock__text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 90rem;
  margin: 0 auto 3rem;
  padding: 0 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .seido-top-leadblock__text01 {
    margin-bottom: 1.5rem;
    text-align: left;
  }
}

.seido-top-leadblock__text01-el {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .seido-top-leadblock__text01-el {
    font-size: 1.2rem;
  }
}

/* seido-top-leadblock__pos
---------------------------------------*/
.seido-top-leadblock__pos {
  position: relative;
  max-width: 84rem;
  margin: 0 auto;
}

/* seido-top-leadblock__title01
---------------------------------------*/
.seido-top-leadblock__title01 {
  margin-bottom: 1.5rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2857;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .seido-top-leadblock__title01 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 374px) {
  .seido-top-leadblock__title01 {
    font-size: 1.2rem;
  }
}

/* seido-top-leadblock__btn
---------------------------------------*/
.seido-top-leadblock__btn {
  max-width: 48rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .seido-top-leadblock__btn {
    max-width: none;
    width: min(48rem, 100% - 12rem);
  }
}
.seido-top-leadblock__btn .parts-button01 {
  min-height: 12.8rem;
}
@media screen and (max-width: 767px) {
  .seido-top-leadblock__btn .parts-button01 {
    min-height: 6.8rem;
  }
}

/* seido-top-leadblock__illust
---------------------------------------*/
.seido-top-leadblock__illust {
  position: absolute;
  line-height: 0;
}
.is-block01 .seido-top-leadblock__illust.is-01 {
  left: 3rem;
  top: 1.2rem;
  width: 5.9rem;
}
@media screen and (max-width: 767px) {
  .is-block01 .seido-top-leadblock__illust.is-01 {
    left: 1.6rem;
    top: 1.5rem;
    width: 2.7rem;
  }
}
.is-block01 .seido-top-leadblock__illust.is-02 {
  right: 3rem;
  top: 0rem;
  width: 7rem;
}
@media screen and (max-width: 767px) {
  .is-block01 .seido-top-leadblock__illust.is-02 {
    right: 1rem;
    top: 3rem;
    width: 3rem;
  }
}
.is-block02 .seido-top-leadblock__illust.is-01 {
  left: 1.4rem;
  top: 0.8rem;
  width: 8.6rem;
}
@media screen and (max-width: 767px) {
  .is-block02 .seido-top-leadblock__illust.is-01 {
    left: 1.5rem;
    top: -1rem;
    width: 4rem;
  }
}
.is-block02 .seido-top-leadblock__illust.is-02 {
  right: 3rem;
  top: 1.2rem;
  width: 9.8rem;
}
@media screen and (max-width: 767px) {
  .is-block02 .seido-top-leadblock__illust.is-02 {
    right: 0.7rem;
    top: 4rem;
    width: 4.4rem;
  }
}