#pro .container p{
	margin: 0;
	font-weight: 400;
}
#pro .container img, main img {
    border-radius: 0px;
	margin: 0;
}
.pro_title {
   margin:0 20px;
}
.pro_imgbox{
	text-align: center;
   margin:20px;
}
.pro_textbox{
  margin:20px;
}
.pro_textbox02{
  margin:0px 30px;
}

.pro_imgbox .pro_imgbox_inner{
	margin:25px auto; 
}

.pro_lead_textbox01{ 
  border-bottom: solid 1px #333333;
  padding-bottom: 40px;
  margin: 0 30px 40px;
}
#pro .container .pro_lead_textbox01 p{
  font-weight: 500;
}

.pro_profile_container .pro_flex-container{
	display: flex;
	justify-content: center;
	gap:10px;
	align-items: flex-end;
}

.pro_profile_container .pro_flex-container .pro_flex-box-l{
width:15%;
}
.pro_profile_container .pro_flex-container .pro_flex-box-r{
width:60%;
}
.pro_contents01,.pro_contents02,.pro_contents03,.pro_contents04,.pro_contents05,.pro_contents06{
  margin: 30px;
}

.pro_flex-container02{
	display: flex;
	justify-content: center;
	gap:5px;
  margin:20px 30px 0px;
}

.pro_profile_container .pro_flex-container02 .pro_flex-box{
  width:100%;
}
.pro_profile_container .pro_flex-container02 .pro_flex-box img{
  width:100%;
}

.pro_profile_container .pro_flex-container .pro_flex-box .name{
	margin-bottom:10px;
	font-size: clamp(1.1rem, 0.92vw, 1.1rem);
    font-weight: 500;
    line-height: 1.8;
    text-align: justify;
}

.pro_contents_title {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
}

.pro_contents_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #00bcd4; /* 水色 */
}

.pro_contents_title .inner {
  padding: 10px;
  font-weight: 500;
  padding-left: 20px;
}


.fukidashi{
  position: relative;
    max-width: 720px;
    margin: 0 auto 40px 20px;
    padding: 24px 40px;
    background: #fff;
    border: 2px solid #6D6D6D;
    border-radius: 24px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.08);
}


.fukidashi::before {
    content: "";
    position: absolute;
    width: 64px;
    height: 45px;
    bottom: 45px;
    right: -56px;
    background: #6D6D6D;
    clip-path: polygon(15% 30%, 12% 105%, 90% 0%);
    z-index: 1;
}

.fukidashi::after {
 content: "";
    position: absolute;
    width: 46px;
    height: 42px;
    bottom: 44px;
    right: -38px;
    background: #fff;
    clip-path: polygon(16% 30%, 10% 103%, 102% 4%);
    z-index: 2;
}

.pro_flex-container03{
	display: flex;
	justify-content: space-evenly;
  margin:50px auto;
      position: relative;
    border-radius: 12px;
    overflow: visible;
        width: 90%;
}

.fukidashi{
  position: relative;
    max-width: 720px;
    margin: 0 auto 40px 20px;
    padding: 24px 40px;
    background: #fff;
    border: 2px solid #6D6D6D;
    border-radius: 10px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.08);
}


.fukidashi::before {
    content: "";
    position: absolute;
    width: 64px;
    height: 45px;
    bottom: 45px;
    right: -56px;
    background: #6D6D6D;
    clip-path: polygon(15% 30%, 12% 105%, 90% 0%);
    z-index: 1;
}

.fukidashi::after {
 content: "";
    position: absolute;
    width: 46px;
    height: 42px;
    bottom: 44px;
    right: -38px;
    background: #fff;
    clip-path: polygon(16% 30%, 10% 103%, 102% 4%);
    z-index: 2;
}

/* ぼやけた背景レイヤー */
.pro_flex-container03::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #FCE6FF;

    filter: blur(20px);
    transform: scale(1.05); /* ぼかしで縮むのを防ぐ */

    z-index: -1;
    border-radius: inherit;
}

.pro_flex-container03 .pro_flex-box-l{
  width:60%;
      display: flex;
    align-items: center;
}
.pro_flex-container03 .pro_flex-box-r{
  width:30%;
  text-align: center;
}


.pro_flex-container04{
	display: flex;
	justify-content: space-between;
	gap:10px;
  margin:20px;
}

.pro_flex-container04 .pro_flex-box-l{
  width:40%;
}
.pro_flex-container04 .pro_flex-box-l.pro_imgbox{
      margin: 0px;
}
.pro_flex-container04 .pro_flex-box-r.pro_textbox{
      margin: 0px;
}
.pro_flex-container04 .pro_flex-box-r{
  width:61%;
}
.pro_flex-container04 .pro_flex-box img{
  width:100%;
}


.pro_flex-container05{
	display: flex;
	justify-content: center;
	gap:5px;
  margin:20px;
}

/*.pro_flex-container05 .pro_flex-box{
  width:100%;
}*/
.pro_flex-container05 .pro_flex-box.pro_imgbox{
  margin:0;
} 
.pro_flex-container05 .pro_flex-box img{
  width:100%;
}

.pro_flex-container06{
	display: flex;
	justify-content: space-evenly;
  margin:50px auto;
      position: relative;
    border-radius: 12px;
    overflow: visible;
    flex-direction: row-reverse;
    width: 90%;
}

.pro_flex-container06 .fukidashi{
  position: relative;
    max-width: 720px;
    margin: 0 auto 40px 20px;
    padding: 24px 40px;
    background: #fff;
    border: 2px solid #6D6D6D;
    border-radius: 10px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.08);
}


.pro_flex-container06 .fukidashi::before {
    content: "";
    position: absolute;
    width: 64px;
    height: 45px;
    bottom: 45px;
    left: -56px;
    background: #6D6D6D;
    clip-path: polygon(87% 66%, 0% -5%, 87% 0%);
    z-index: 1;
}

.pro_flex-container06 .fukidashi::after {
 content: "";
       content: "";
    position: absolute;
    width: 62px;
    height: 51px;
    bottom: 44px;
    left: -42px;
    background: #fff;
    clip-path: polygon(121% 99%, -1% 15%, 69% 15%);
    z-index: 2;
}

/* ぼやけた背景レイヤー */
.pro_flex-container06::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #FCE6FF;

    filter: blur(20px);
    transform: scale(1.05); /* ぼかしで縮むのを防ぐ */

    z-index: -1;
    border-radius: inherit;
}

.pro_flex-container06 .pro_flex-box-l{
  width:70%;
      display: flex;
    align-items: center;
}
.pro_flex-container06 .pro_flex-box-r{
  width:30%;
  text-align: center;
}


@media screen and (max-width:768px){
  .pro_imgbox{
   margin:0px;
}
.pro_lead_textbox01 {
    margin: 0 0px 40px;
}
.pro_textbox {
    margin: 10px 0px 0px; 
}
.pro_profile_container .pro_flex-container {
    flex-direction: column;
}
.pro_profile_container .pro_flex-container .pro_flex-box-l,
.pro_profile_container .pro_flex-container .pro_flex-box-r {
    width: 100%;
}

.pro_profile_container .pro_flex-container .pro_flex-box-l{
  margin: 20px auto 0;
  text-align: center;
}

.pro_flex-container02 {
    margin: 20px 0px 0px;
    flex-direction: column;
}

.pro_textbox02 {
    margin: 0px;
}


.pro_contents01, .pro_contents02, .pro_contents03, .pro_contents04, .pro_contents05, .pro_contents06 {
    margin: 30px 0 0;
}

.pro_contents02 .pro_textbox{
  margin-bottom:20px;
}


  .pro_flex-container03{
	justify-content: space-between;
  width:100%;
}
  .pro_flex-container03 .pro_flex-box-l{
  width:60%;
      display: flex;
    align-items: center;
}
  .pro_flex-container03 .pro_flex-box-r{
    width:30%;
  text-align: right;
   display: flex;
    align-items: center;
  }
.fukidashi{
  padding:20px;
}
  .pro_flex-container04 {
    flex-direction: column;
    margin: 20px 0px 0px;
}
.pro_flex-container04 .pro_flex-box-l,
.pro_flex-container04 .pro_flex-box-r{
    width: 100%;
}
.pro_flex-container05 {
    margin: 20px 0px 0px;
    flex-direction: column;
}
.pro_flex-container06{
  width:100%;
}
.pro_flex-container06 .fukidashi{
  padding:20px;
}
.pro_flex-container06 .pro_flex-box-l{
  width: 65%;
}
.pro_flex-container06 .pro_flex-box-r {
           display: flex;
        align-items: center;
}
}
