.p_message01__info {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p_message01__info {
    font-size: 2rem;
  }
}

.p_message02__ttl {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p_message02__ttl {
    font-size: 2.4rem;
  }
}

.p_message01 {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p_message01 {
    padding-top: 20px;
    padding-bottom: 100px;
  }
}
.p_message01__img {
  max-width: 880px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .p_message01__img {
    margin-bottom: 36px;
  }
}
.p_message01__main {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_message01__main {
    margin-bottom: 45px;
  }
}
.p_message01__txt {
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p_message01__txt {
    margin-bottom: 22px;
  }
}
.p_message01__txt:last-child {
  margin-bottom: 0;
}
.p_message01__info {
  margin-bottom: 10px;
  font-weight: 700;
  text-align: right;
  line-height: 1.45;
}
.p_message01__name {
  font-size: 2rem;
  font-weight: 700;
  text-align: right;
  line-height: 1.4444444444;
}
@media screen and (min-width: 768px) {
  .p_message01__name {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p_message01.bg_triangular::after {
    top: 50px;
  }
}
.p_message02 {
  position: relative;
  padding: 50px 0;
  background-color: #efefef;
}
@media screen and (min-width: 768px) {
  .p_message02 {
    padding: 82px 0 100px;
  }
}
.p_message02::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p_message02::before {
    right: auto;
    left: calc(50% + clamp(
        32rem,
        66.6666666667vw + -58.6666666667rem,
        48rem
    ));
    width: 100%;
  }
}
.p_message02__inner {
  position: relative;
  padding: 40px 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p_message02__inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 60px clamp(
        2rem,
        50vw + -58rem,
        10rem
    ) 96px;
  }
}
.p_message02__main {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_message02__main {
    display: flex;
    gap: 40px;
    margin-bottom: 46px;
  }
}
.p_message02__box {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_message02__box {
    width: 48.275862069%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p_message02__img {
    width: 48.275862069%;
  }
}
.p_message02__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .p_message02__head {
    gap: 20px;
  }
}
.p_message02__icon {
  position: relative;
  display: inline-flex;
  width: auto;
}
@media screen and (min-width: 768px) {
  .p_message02__icon {
    top: 3px;
  }
}
.p_message02__ttl {
  font-weight: 700;
  line-height: 1.4583333333;
}
.p_message02__txt {
  font-weight: 500;
}
/*# sourceMappingURL=carrer-about-message_top.css.map */
