.pr-wrap {
  margin-top: 80px;
}
.pr-wrap__body {
  max-width: 1100px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  gap: 60px;
}
.pr-wrap__body__right {
  width: 45%;
  overflow: hidden;
}
.pr-wrap__body__right img {
  width: 120%;
  object-fit: cover;
  object-position: center;
  transform: scale(0.8);
}
.header-wrap__top__sns {
  display:none;
}
.pr-wrap__body__left {
  width: 50%;
  line-height: 1.8;
}
.pr-wrap__title {
  max-width: 1280px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 500;
}
.pr-wrap__subtitle {
  max-width: 1280px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  font-size: 14px;
  margin-bottom: 80px;
  color: #0ab1d3;
  padding-top: 10px;
}
.pr-wrap__body__about {
  max-width: 1100px;
  width: 100%;
  margin: 40px auto;
  padding: 30px;
  background-color: #0ab1d30d;
}
.pr-wrap__body__about__name {
  padding-bottom: 25px;
}
.pr-wrap__body__about__name h2 {
  font-size: 32px;
  font-weight: 400;
}
.pr-wrap__body__about__name h2 small {
  font-size: 24px;
  font-weight: 400;
  font-family: Jost, sans-serif;
}
.pr-wrap__body__about__text {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 20px;
}
.smartphone {
  display: none;
}
.pr-wrap__body__about__link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }
.pr-wrap__body__about__link__item a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: 200;
}
.pr-wrap__body__about__link__item a {
	color: #18272F;
  position: relative;
  text-decoration: none;
}

.pr-wrap__body__about__link__item a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 4px;
  background-color: #18272F;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
@media screen and (max-width: 1300px) {
  .pr-wrap__body {
    max-width: 850px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    gap: 60px;
  }
  .pr-wrap {
    margin-top: 50px;
  }
  .pr-wrap__body__about {
    max-width: 850px;
    width: 100%;
    margin: 40px auto;
    padding: 30px;
    background-color: #0ab1d30d;
  }
  .pr-wrap__body__left p {
    line-height: 1.6;
    font-size: 15px;
  }
  .pr-wrap__body__about__name h2 {
    font-size: 28px;
    font-weight: 400;
  }
  .pr-wrap__body__about__text {
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 20px;
  }
  .pr-wrap__body__right img {
    width: 130%;
    object-fit: cover;
    object-position: center;
  }
  .pr-wrap__body__right {
    width: 50%;
    overflow: hidden;
  }
  .pr-wrap__body__about__link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }

}
@media screen and (max-width: 1000px) {
  .pr-wrap__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    gap: 30px;
  }
  .pr-wrap__body__right {
    order: 1;
    width: 80%;
    height: 100%;
  }
  .pr-wrap__body__right img {
    object-fit: cover;
    object-position: center;
    object-position: top;
    width: 100%;
  }
  .pr-wrap__body__left {
    order: 2;
    width: 90%;
  }
  .smartphone {
    display: block;
    width: 100%;
  }
  .desktop {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .pr-wrap__body__about {
    width: 80%;
  }
  .pr-wrap__body__about__text {
    font-size: 12px;
  }
  .pr-wrap__body__about__name h2 {
    font-size: 24px;
    font-weight: 400;
  }
  .pr-wrap__body__about__name h2 small {
    font-size: 18px;
    font-weight: 400;
  }
}
@media screen and (max-width: 650px) {
  .pr-wrap__body__about {
    max-width: 450px;
  }
}
@media screen and (max-width: 430px) {
.pr-wrap__body__left p {
    line-height: 1.6;
    font-size: 14px;
  }
  .pr-wrap__body__right img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .pr-wrap__body__about__name h2 {
    font-size: 20px;
    font-weight: 500;
  }
  .pr-wrap__body__about__name h2 small {
    font-size: 14px;
    font-weight: 400;
  }
}
