@charset "UTF-8";
.origin{
  background: url(../img/parsonal/bg_head_01.jpg) center / 100% 100% no-repeat;
}

.origin span {
  font-size: 40px;
  margin: 15px 10px;
}
@media screen and (max-width: 767px) {
  .origin span {
    font-size: 25px;
    margin: 15px 0;
  }
}

h4 {
  position: relative;
  padding-left: 1.3em;
}
h4::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
}
h4:first-child {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

.bullet {
  position: relative;
  padding-left: 1em;
}
.bullet::before {
  display: inline-block;
  content: "・";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .bullet {
    font-size: 14px;
  }
}

.mdf01 {
  margin-top: 24px;
}

.number {
  counter-increment: item;
  position: relative;
  padding-left: 1.3em;
}
.number::before {
  content: "(" counter(item) ")";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .number {
    font-size: 14px;
  }
}

.box02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .box02 {
    margin-top: 15px;
  }
}
.box02__label {
  background: #EBEBEB;
  padding: 26px 32px;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .box02__label {
    padding: 15px;
    max-width: 500px;
  }
}
.box02__adl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .box02__adl {
    margin-top: 15px;
  }
}