@charset "UTF-8";

.p-equip {
  padding-block: 80px;
}
@media screen and (min-width:768px) {
  .p-equip {
    padding-block: 150px 160px;
  }
}

@media screen and (min-width:768px) {
  .p-equip__head {
    padding-left: 40px;
  }
}

.p-equip__head-2 {
  margin-top: 60px;
}
@media screen and (min-width:768px) {
  .p-equip__head-2 {
    margin-top: 80px;
  }
}

.p-equip__title {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 3.6px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-equip__title {
    font-size: 24px;
  }
}

.p-equip__text {
  padding-top: 39px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.2px;
  max-width: 825px;
}
@media screen and (min-width:768px) {
  .p-equip__text {
    margin-left: 2px;
  }
}

.p-equip__body {
  margin-top: 56px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-equip__item-row {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1250px;
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-equip__item-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .p-equip__item-row::after {
    content: "";
    position: absolute;
    top: 36px;
    left: 50%;
    translate: -50%;
    width: 1px;
    height: 74.3859649123%;
    background: #8e9a9b;
    opacity: 0.4;
  }
}

.p-equip__item {
  padding-block: 34px 40px;
  display: grid;
  grid-template-columns: 130px 1fr;
  max-width: 610px;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-equip__item {
    padding-inline: 29px 41px;
    grid-template-columns: 205px 1fr;
  }
}
.p-equip__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #8e9a9b;
  opacity: 0.4;
}
.p-equip__item:nth-of-type(1)::before, .p-equip__item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #8e9a9b;
  opacity: 0.4;
}

.p-equip__img {
  aspect-ratio: 175/213;
  max-width: 115px;
  margin-block: auto;
}
@media screen and (min-width:768px) {
  .p-equip__img {
    max-width: 175px;
    margin-block: 0;
  }
}
.p-equip__img img {
  border-radius: 10px;
}

.p-equip__item-texts {
  padding-top: 15px;
  max-width: 334px;
}

.p-equip__item-title {
  padding-bottom: 29px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 2.7px;
  font-weight: 700;
}

.p-equip__item-text {
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0.7px;
}
@media screen and (min-width:768px) {
  .p-equip__item-text {
    letter-spacing: 0.42px;
  }
}
.p-equip__item-text + .p-equip__item-text {
  margin-top: 17px;
}

@media screen and (min-width:768px) {
  .lesp12 {
    letter-spacing: 1.2px;
  }
}
@media screen and (min-width:1024px) {
  .lesp12 {
    letter-spacing: 0.42px;
  }
}

.lesp02 {
  letter-spacing: 0.2px;
}
@media screen and (min-width:768px) {
  .lesp02 {
    letter-spacing: 0.42px;
  }
}