@charset "UTF-8";
/* CSS Document */

#contents .inner{
	margin: 0 auto;
	padding: 0 0 5%;
	max-width: 1130px;
	width: 95%;
}
.inner h2{
	font-size: 1.6rem;
	font-weight: bold;
	color: #146d5f;
	text-align: center;
	margin: 0 0 3%;
}

.p-message{
  max-width: 1000px;
  margin: 0 auto;
}
.p-message,
.p-message *{
  box-sizing: border-box;
}

.p-message__image-area{
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.p-message__image::before,
.p-message__image::after{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1px;
}
.p-message__image::before{
  width: 80%;
  background: linear-gradient(180deg,rgba(255,255,255,.3),rgba(255,255,255,1) 80%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  left: -1px;
  height: 40%;
}
.p-message__image::after{
  width: 40%;
  height: 30%;
  background: linear-gradient(180deg,rgba(255,255,255,.3),rgba(255,255,255,.8) 80%,rgba(255,255,255,1) 90%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  right: -1px;
}

.p-message__catch{
  font-size: clamp(16px,2.28vw,24px);
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  bottom: 0;
  left: 0;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
  transform: translate(0%,-50%);
}
.p-message__catch::before{
  content: "";
  display: inline-block;
  width: 70%;
  aspect-ratio: 500/89;
  background: url(images/border.svg) center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(8%,85%) rotate(5deg);
}
.p-message__catch .block{
  display: block;
}

.p-message__text{
  margin-top: clamp(50px,7.61vw,80px);
  font-size: clamp(14px,2.08vw,16px);
  position: relative;
  padding-left: 1.5em;
}
.p-message__text::before{
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom,#59A872,#005CA2);
  position: absolute;
  left: 0;
  top: 0;
}

.p-message__text .emp{
  margin: 20px 0;
}

.p-message__text .emp span{
  display: block;
  font-size: clamp(16px,1.71vw,18px);
  font-weight: 500;
  line-height: 1.5;
}

.p-message__name-area{
  margin-top: 40px;
}

.p-message__com-name{
  font-size: clamp(16px,1.71vw,18px);
  text-align: right;
  display: block;
  line-height: 1.5;
}

.p-message__name{
  font-size: clamp(20px,2.86vw,22px);
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: block;
  line-height: 1.5;
}


@media screen and (min-width: 641px) {
.sp-disp{
	display: none;
}

}
@media screen and (max-width: 640px) {
.pc-disp{
	display: none;
}
.p-message__image{
  aspect-ratio: 3/2;
  overflow: hidden;
}
.p-message__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-message__image::before{
  height: 50%;
}
.p-message__image::after{
  height: 40%;
}
.p-message__catch{
  transform: translateY(20%);
}
.p-message__catch span{
  display: block;
}
.p-message__catch span:nth-of-type(2){
  padding-left: 1em;
}
.p-message__catch span:nth-of-type(3){
  padding-left: 2.5em;
}
}
