@charset "UTF-8";
.p-message-top__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-message-top__head {
    padding: 85px 0 97px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.p-message-top__head__img {
  width: 40%;
  max-width: 543px;
}
@media screen and (max-width: 768px) {
  .p-message-top__head__img {
    width: 55vw;
    max-width: 250px;
    margin-right: -30px;
    bottom: auto;
  }
}
.p-message-top__head__content {
  width: 60%;
  padding-left: clamp(30px, 0px + 3.90625vw, 75px);
}
@media screen and (max-width: 768px) {
  .p-message-top__head__content {
    padding-left: 20px;
  }
}
.p-message-top__head__copy {
  font-size: clamp(24px, 20px + 0.5208333333vw, 30px);
  line-height: 1.0333333333;
  letter-spacing: 0.025em;
  line-height: 2.1;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #606060;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-message-top__head__copy {
    font-size: 15px;
    line-height: 2.0666666667;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
    line-height: 2.4;
  }
}
.p-message-top__head__copy__inner {
  background: #FFFFFF;
  padding: 7px 10px 7px 12px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone; /* 行ごとに帯をクローン */
}
@media screen and (max-width: 768px) {
  .p-message-top__head__copy__inner {
    padding: 5px 6px 5px 7px;
  }
}
@media screen and (max-width: 768px) {
  .p-message-top__head__role {
    font-size: 13px;
    line-height: 1.4615384615;
    letter-spacing: 0em;
  }
}
.p-message-top__head__name {
  margin-top: 5px;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-message-top__head__name {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 3px;
  }
}
.p-message-top__body01 {
  position: relative;
}
.p-message-top__body01__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(54px, 0px + 7.03125vw, 135px);
}
@media screen and (max-width: 1024px) {
  .p-message-top__body01__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 70px;
  }
}
.p-message-top__body01__img {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  .p-message-top__body01__img img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-message-top__body01__img img {
    display: block;
    max-height: 300px;
    width: 86%;
    max-width: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right top;
       object-position: right top;
  }
}
.p-message-top__body01__content {
  width: 67%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: clamp(38px, 0px + 4.9479166667vw, 95px);
}
@media screen and (max-width: 1024px) {
  .p-message-top__body01__content {
    padding: 0;
    width: 100%;
  }
}
.p-message-top__body01__txt {
  font-size: 16px;
  line-height: 2.3125;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-message-top__body01__txt {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.025em;
  }
}
.p-message-top__body02 {
  position: relative;
  margin-top: clamp(30px, 0px + 3.90625vw, 75px);
  padding-bottom: clamp(64px, 0px + 8.3333333333vw, 160px);
}
@media screen and (max-width: 768px) {
  .p-message-top__body02 {
    margin-top: 70px;
    padding-bottom: 80px;
  }
}
.p-message-top__body02__img {
  margin-left: calc(50% - 50vw);
  margin-bottom: clamp(52px, 0px + 6.7708333333vw, 130px);
}
@media screen and (max-width: 768px) {
  .p-message-top__body02__img {
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: calc(50% - 50vw);
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .p-message-top__body02__img img {
    max-height: 300px;
    width: 86%;
    max-width: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right top;
       object-position: right top;
  }
}
.p-message-top__body02__txt {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2.3125;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-message-top__body02__txt {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.025em;
  }
}
.p-message-top__bg01 {
  width: clamp(112px, 0px + 14.5833333333vw, 280px);
  position: absolute;
  right: 8%;
  top: 50%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-message-top__bg01 {
    width: 200px;
    top: 20%;
    right: -80px;
  }
}
.p-message-top__bg02 {
  width: clamp(180px, 0px + 23.4375vw, 450px);
  position: absolute;
  left: 7%;
  bottom: -15%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-message-top__bg02 {
    max-width: none;
    width: 400px;
    bottom: -15%;
    left: -10%;
  }
}
.p-message-top__bg03 {
  width: clamp(104px, 0px + 13.5416666667vw, 260px);
  position: absolute;
  left: -5%;
  top: 40%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-message-top__bg03 {
    width: 200px;
    top: 30%;
    left: -80px;
  }
}
.p-message-top__bg04 {
  width: clamp(232px, 0px + 30.2083333333vw, 580px);
  position: absolute;
  right: -10%;
  top: 60%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-message-top__bg04 {
    max-width: none;
    width: 300px;
    top: auto;
    bottom: -170px;
    right: -100px;
  }
}
.p-message-job {
  position: relative;
  background-color: #fff;
}
.p-message-job__content {
  padding: 170px 0;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-message-job__content {
    padding: 70px 0;
    width: 100%;
  }
}
.p-message-job__ttl {
  margin-bottom: clamp(36px, 0px + 4.6875vw, 90px);
}
@media screen and (max-width: 768px) {
  .p-message-job__ttl {
    margin-bottom: 50px;
  }
}
.p-message-job__txt {
  font-size: 16px;
  line-height: 2.3125;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-message-job__txt {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.025em;
  }
}
.p-message-job__img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 36vw;
}
@media screen and (max-width: 768px) {
  .p-message-job__img {
    position: static;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.p-message-job__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center right;
     object-position: center right;
}