/* section
------------------------------*/
.p-sec {
  padding-bottom: 0;
}

.p-sec__header {
  margin-bottom: 60px;
}

@media (max-width: 800px) {
  .c-img-flex__content-inner {
    padding: 0 !important;
  }
}

/* block01
------------------------------*/
.p-block01 {
  padding: 0;
}
@media (max-width: 800px) {
  .p-block01 {
    padding: 0 20px;
  }
}

@media all and (max-width: 576px) {
  .p-block01 {
    padding: 0 20px;
  }
}
.p-block01__inner {
  width: 100%;
  max-width: 816px;
  margin: 0 auto;
}

.p-block__copy {
  font-size: 26px;
  font-weight: normal;
  line-height: calc(52 / 26);
  margin: 40px 0 0;
  color: #09523f;
}
@media (max-width: 576px) {
  .p-block__copy {
    font-size: 20px;
  }
}

.p-block01__img {
  width: 100%;
  max-width: 548px;
  margin: 0 auto;
}

@media all and (max-width: 576px) {
  .p-block01__img {
    width: 86%;
    max-width: auto;
  }
}
.p-block01__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 30px;
  text-align: center;
}

@media all and (max-width: 576px) {
  .p-block01__heading {
    font-size: 20px;
  }
}
.p-block01__txt {
  font-size: 18px;
  line-height: 2;
  margin: calc(18px * 2) 0 0;
}
@media (max-width: 576px) {
  .p-block01__txt {
    font-size: 16px;
    margin: calc(16px * 2) 0 0;
  }
}
.p-block01__txt:first-child {
  margin-top: 60px;
}
@media (max-width: 576px) {
  .p-block01__txt:first-child {
    margin-top: 30px;
  }
}

.p-block01__name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -6px;
  gap: 18px;
}
@media (max-width: 800px) {
  .p-block01__name-wrapper {
    margin-top: 40px;
  }
}

.p-block01__position {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin: 0;
}

.p-block01__name {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin: 0;
}

@media all and (max-width: 576px) {
  .p-block01__position {
    text-align: right;
  }

  .p-block01__name {
    font-size: 18px;
  }
}
/* block02
------------------------------*/
.p-block02 {
  margin-top: 115px;
  padding: 0;
}
@media (max-width: 800px) {
  .p-block02 {
    padding: 0 20px;
  }
}
.p-block02 .p-block01__name-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

@media all and (max-width: 576px) {
  .p-block02 {
    margin-top: 120px;
    padding: 0 20px 0;
  }
}
.p-block02 {
  padding-bottom: 0;
  background-color: #ffffff;
}

.p-block02__inner {
  width: 100%;
  max-width: 968px;
  margin: 0 auto;
}

.p-block02__header {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 70px;
}

@media all and (max-width: 576px) {
  .p-block02__header {
    margin-bottom: 50px;
  }
}
.p-block02__header-heading {
  font-size: 22px;
  line-height: 1.4;
  position: relative;
  margin: 0 0 40px;
  padding-bottom: 32px;
  text-align: center;
  letter-spacing: 0.2em;
}

@media all and (max-width: 576px) {
  .p-block02__header-heading {
    padding-bottom: 18px;
  }
}
.p-block02__header-heading::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 35px;
  height: 2px;
  content: "";
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  background-color: #937861;
}

.p-block02__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 30px;
  text-align: center;
  letter-spacing: 0.2em;
}

@media all and (max-width: 576px) {
  .p-block02__heading {
    font-size: 20px;
    margin-bottom: 40px;
    letter-spacing: 0.15em;
  }
}
.p-block02__position {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.p-block02__name {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

@media all and (max-width: 576px) {
  .p-block02__position {
    font-size: 14px;
  }

  .p-block02__name {
    font-size: 18px;
  }
}
.p-block02__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 120px;
}

@media all and (max-width: 576px) {
  .p-block02__flex {
    margin-top: 70px;
  }
}
.p-block02__flex-left {
  width: 35%;
}

.p-block02__flex-right {
  width: 62%;
  margin-top: -8px;
}

@media all and (max-width: 576px) {
  .p-block02__flex-left {
    width: 62%;
    margin: 0 auto 50px;
  }

  .p-block02__flex-right {
    width: 100%;
    margin-top: 0;
  }
}
.p-block02,
.p-block01 {
  position: relative;
}

.c-flower--1 {
  z-index: 0;
  top: calc(400px);
  right: -64px;
  width: calc(375 / 1365 * 100%);
  max-width: 375px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-image: url(../img/message/img_flower01.svg);
  aspect-ratio: calc(375 / 361);
}

.c-flower--2 {
  z-index: 0;
  top: calc(515px);
  left: -11px;
  width: calc(218 / 1365 * 100%);
  max-width: 218px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-image: url(../img/message/img_flower02.svg);
  aspect-ratio: calc(218 / 241);
}

.c-flower--3 {
  z-index: 0;
  top: calc(1190px);
  right: -33px;
  width: calc(218 / 1365 * 100%);
  max-width: 218px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  background-image: url(../img/message/img_flower03.svg);
  aspect-ratio: calc(218 / 246);
}

.c-flower--4 {
  z-index: 0;
  top: calc(462px);
  left: -16px;
  width: calc(334 / 1365 * 100%);
  max-width: 334px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-image: url(../img/message/img_flower04.svg);
  aspect-ratio: calc(334 / 322);
}

.c-flower--5 {
  z-index: 0;
  top: calc(889px);
  right: -54px;
  width: calc(218 / 1365 * 100%);
  max-width: 218px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  background-image: url(../img/message/img_flower05.svg);
  aspect-ratio: calc(218 / 246);
}

@media (max-width: 800px) {
  .c-flower {
    display: none;
  }
}