.p-btn-pic {
  position: relative;
  display: block;
  width: 342px;
  padding: 20px 0 0 20px;
}
@media screen and (width <= 900px) {
  .p-btn-pic {
    width: auto;
    padding: 4.1666666667vw 0 0 4.1666666667vw;
  }
}
.p-btn-pic_4 {
  width: 460px;
}
@media screen and (width <= 900px) {
  .p-btn-pic_4 {
    width: auto;
  }
}
.p-btn-pic_5 {
  width: 534px;
}
@media screen and (width <= 900px) {
  .p-btn-pic_5 {
    width: auto;
  }
}
.p-btn-pic__boxs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.p-btn-pic__boxin1, .p-btn-pic__boxin2 {
  position: relative;
  width: fit-content;
  padding: 0 17px;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0.16em;
  background: #fff;
  border: 1px solid #e60000;
}
@media screen and (width <= 900px) {
  .p-btn-pic__boxin1, .p-btn-pic__boxin2 {
    padding: 0 2.0833333333vw;
    font-size: 3.75vw;
    line-height: 7.0833333333vw;
  }
}
.p-btn-pic__boxin1 p, .p-btn-pic__boxin2 p {
  position: relative;
  z-index: 3;
  color: #e60000;
}
.p-btn-pic__boxin1::before, .p-btn-pic__boxin2::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #e60000;
  border-radius: 0;
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transform: scale(0, 1);
  transform-origin: right center;
}
.p-btn-pic__boxin2 {
  margin: 7px 0 0;
}
@media screen and (width <= 900px) {
  .p-btn-pic__boxin2 {
    margin-top: 1.4583333333vw;
  }
}
.p-btn-pic__img {
  position: relative;
  z-index: 1;
}
.p-btn-pic__img::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transform: scale(0, 1);
  transform-origin: right center;
}
.p-btn-pic__img img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .p-btn-pic__img img {
    border-radius: 2.0833333333vw;
  }
}
.p-btn-pic__read {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #e60000;
  border-radius: 10px 0;
}
@media screen and (width <= 900px) {
  .p-btn-pic__read {
    justify-content: center;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    border-radius: 2.0833333333vw 0;
  }
}
.p-btn-pic__read::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  border-radius: 10px 0;
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transform: scale(0, 1);
  transform-origin: right center;
}
.p-btn-pic__read svg {
  position: relative;
  z-index: 3;
  fill: none;
  stroke: #fff;
  stroke-linejoin: bevel;
}
.p-btn-pic__svgpc {
  display: block;
  width: 25px;
}
@media screen and (width <= 900px) {
  .p-btn-pic__svgpc {
    display: none;
  }
}
.p-btn-pic__svgsp {
  display: none;
}
@media screen and (width <= 900px) {
  .p-btn-pic__svgsp {
    display: block;
    width: 4.1666666667vw;
  }
}
@media (hover: hover) {
  .p-btn-pic:hover {
    opacity: 1;
  }
  .p-btn-pic:hover .p-btn-pic__boxin1 p,
  .p-btn-pic:hover .p-btn-pic__boxin2 p {
    color: #fff;
  }
  .p-btn-pic:hover .p-btn-pic__boxin1::before,
  .p-btn-pic:hover .p-btn-pic__boxin2::before {
    transform: scale(1, 1);
    transform-origin: left center;
  }
  .p-btn-pic:hover .p-btn-pic__img::before {
    transform: scale(1, 1);
    transform-origin: left center;
  }
  .p-btn-pic:hover .p-btn-pic__read::before {
    transform: scale(1, 1);
    transform-origin: left center;
  }
  .p-btn-pic:hover .p-btn-pic__read p {
    color: #e60000;
  }
  .p-btn-pic:hover .p-btn-pic__read svg {
    stroke: #e60000;
  }
}

.p-title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.p-title img {
  width: auto;
  height: 24px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .p-title img {
    height: 5vw;
  }
}
.p-title_1 {
  margin-top: 170px;
}
@media screen and (width <= 900px) {
  .p-title_1 {
    margin-top: 25vw;
  }
}
.p-title_2 img {
  height: 32px;
}
@media screen and (width <= 900px) {
  .p-title_2 img {
    height: 6.6666666667vw;
  }
}
.p-title span {
  display: block;
  padding: 24px 0 0;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
@media screen and (width <= 900px) {
  .p-title span {
    padding-top: 5vw;
    font-size: 3.75vw;
  }
}
.p-title::before {
  position: absolute;
  top: -48px;
  left: -42px;
  display: block;
  width: 100px;
  height: 100px;
  clip-path: polygon(0 100%, 1px 100%, 100% 1px, 100% 0);
  content: "";
  background-color: #e60000;
}
@media screen and (width <= 900px) {
  .p-title::before {
    top: -10vw;
    left: -8.75vw;
    width: 20.8333333333vw;
    height: 20.8333333333vw;
    background-color: #e60000;
  }
}

.p-message-title {
  position: relative;
  padding: 36px 0 24px;
  font-weight: 400;
}
@media screen and (width <= 900px) {
  .p-message-title {
    padding: 7.5vw 0 5.4166666667vw;
  }
}
.p-message-title_mt78 {
  margin-top: 78px;
}
@media screen and (width <= 900px) {
  .p-message-title_mt78 {
    margin-top: 10.4166666667vw;
  }
}
.p-message-title::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  clip-path: polygon(0 100%, 1px 100%, 100% 1px, 100% 0);
  content: "";
  background: #e60000;
}
@media screen and (width <= 900px) {
  .p-message-title::before {
    width: 5vw;
    height: 5vw;
  }
}
.p-message-title span {
  font-size: 26px;
  line-height: 42px;
  color: #e60000;
}
@media screen and (max-width: 1150px) {
  .p-message-title span {
    font-size: calc(2.4096385542vw + -1.7108433735px);
  }
}
@media screen and (width <= 900px) {
  .p-message-title span {
    font-size: 5vw;
    line-height: 8.3333333333vw;
  }
}

.p-message-title2 {
  position: relative;
  padding: 0 0 21px;
  margin: 0 0 32px;
  font-weight: 400;
}
@media screen and (width <= 900px) {
  .p-message-title2 {
    padding: 0 0 4.375vw;
    margin: 0 0 6.6666666667vw;
  }
}
.p-message-title2::before {
  position: absolute;
  inset: auto 0 0;
  display: block;
  width: calc(100% - 24px);
  height: 1px;
  content: "";
  background: #e60000;
}
@media screen and (width <= 900px) {
  .p-message-title2::before {
    width: calc(100% - 5vw);
  }
}
.p-message-title2::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 24px;
  height: 24px;
  clip-path: polygon(calc(100% - 1px) 0, 100% 0%, 1px 100%, 0% 100%);
  content: "";
  background: #e60000;
}
@media screen and (width <= 900px) {
  .p-message-title2::after {
    width: 5vw;
    height: 5vw;
  }
}
.p-message-title2 span {
  font-size: 40px;
  color: #e60000;
}
@media screen and (width <= 900px) {
  .p-message-title2 span {
    font-size: 7.5vw;
  }
}

.p-message-text {
  font-size: 16px;
  font-weight: 300;
  font-feature-settings: "palt";
  line-height: 25px;
  letter-spacing: 0.02em;
}
@media screen and (width <= 900px) {
  .p-message-text {
    font-size: 3.3333333333vw;
    line-height: 5.2083333333vw;
  }
}
.p-message-text_pt1em {
  padding-top: 1em;
}

.message-mv {
  position: relative;
  z-index: 3;
}
.message-mv__fix {
  position: relative;
  inset: 0 0 auto;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.message-mv__text {
  position: absolute;
  inset: 0 0 auto;
  z-index: 3;
  display: block;
  max-width: 1116px;
  height: 100%;
  padding: 148px 20px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .message-mv__text {
    padding-top: clamp(70px, calc(26.0869565217vw + -165.0434782609px), 148px);
  }
}
@media screen and (width <= 900px) {
  .message-mv__text {
    padding: 58.9583333333vw 12.0833333333vw 0;
  }
}
.message-mv__tit {
  position: relative;
  width: 145px;
}
@media screen and (width <= 900px) {
  .message-mv__tit {
    width: 22.0833333333vw;
  }
}
.message-mv__tit img {
  width: 100%;
}
.message-mv__tit::before {
  position: absolute;
  top: -48px;
  left: -42px;
  display: block;
  width: 100px;
  height: 100px;
  clip-path: polygon(0 100%, 1px 100%, 100% 1px, 100% 0);
  content: "";
  background-color: #fff;
}
@media screen and (width <= 900px) {
  .message-mv__tit::before {
    top: -10vw;
    left: -8.75vw;
    width: 20.8333333333vw;
    height: 20.8333333333vw;
    background-color: #e60000;
  }
}
.message-mv__title {
  padding: 46px 0 0;
  font-weight: 400;
}
@media screen and (width <= 900px) {
  .message-mv__title {
    padding-top: 5.8333333333vw;
  }
}
.message-mv__title span {
  display: block;
  width: fit-content;
  padding: 0 20px;
  font-size: 34px;
  line-height: 70px;
  color: #e60000;
  letter-spacing: 0.16em;
  background: #fff;
  border: 1px solid #fc0000;
}
@media screen and (width <= 900px) {
  .message-mv__title span {
    padding: 0 3.5416666667vw;
    font-size: 6.25vw;
    line-height: 12.5vw;
  }
}
.message-mv__title span:nth-of-type(2) {
  margin-top: 13px;
}
@media screen and (width <= 900px) {
  .message-mv__title span:nth-of-type(2) {
    margin-top: 2.2916666667vw;
  }
}
.message-mv__name {
  padding: 54px 0 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
@media screen and (width <= 900px) {
  .message-mv__name {
    padding: 8.3333333333vw 0 0;
    font-size: 5vw;
  }
}

.message-1 {
  padding: 85px 20px 120px;
  background-image: url("../img/message/message-bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% auto;
}
@media screen and (width <= 900px) {
  .message-1 {
    padding: 13.3333333333vw 0 14.5833333333vw;
    background-image: url("../img/message/message-bg-sp.png");
  }
}
.message-1__wrap {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1110px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .message-1__wrap {
    flex-direction: column;
    gap: 8.3333333333vw;
    padding: 0 6.25vw;
  }
}
.message-1__wrap_reverse {
  flex-direction: row-reverse;
  margin: 130px auto 0;
}
@media screen and (width <= 900px) {
  .message-1__wrap_reverse {
    flex-direction: column;
    margin: 14.5833333333vw auto 0;
  }
  .message-1__wrap_reverse::after {
    position: absolute;
    inset: 56.25vw 0 auto;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../img/message/message-bg1-sp.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% auto;
  }
}
.message-1__pic {
  width: 500px;
}
@media screen and (width <= 900px) {
  .message-1__pic {
    width: 100%;
  }
}
.message-1__pic img {
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .message-1__pic img {
    border-radius: 2.0833333333vw;
  }
}
.message-1__pic.is-sticky {
  position: fixed;
  top: 120px;
  z-index: 10;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  scrollbar-width: none;
}
.message-1__pic.is-sticky::-webkit-scrollbar {
  display: none;
}
.message-1__pic.is-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.message-1__col {
  width: 530px;
}
@media screen and (width <= 900px) {
  .message-1__col {
    width: auto;
  }
}

.message-2 {
  padding: 75px 20px;
  background: linear-gradient(45deg, rgb(255, 247, 234) 0%, rgb(236, 224, 229) 100%);
}
@media screen and (width <= 900px) {
  .message-2 {
    padding: 13.3333333333vw 6.25vw 14.5833333333vw;
  }
}
.message-2__wrap {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1060px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .message-2__wrap {
    flex-direction: column;
    gap: 11.4583333333vw;
  }
}
.message-2__pic {
  width: 480px;
}
@media screen and (width <= 900px) {
  .message-2__pic {
    width: 100%;
  }
}
.message-2__pic img {
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .message-2__pic img {
    border-radius: 2.0833333333vw;
  }
}
.message-2__col {
  width: 520px;
}
@media screen and (width <= 900px) {
  .message-2__col {
    width: auto;
  }
}

.other {
  padding: 103px 20px 100px;
  background: #e3e3e3;
}
@media screen and (width <= 900px) {
  .other {
    padding: 23.9583333333vw 6.25vw 15vw;
  }
}
.other__inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: 1100px;
  margin: 88px auto 0;
}
@media screen and (width <= 900px) {
  .other__inner {
    flex-direction: column;
    gap: 4.1666666667vw;
    margin-top: 15vw;
  }
}
