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


.RcItwDtl-header__ttl{
	margin: 250px auto 50px;
	text-align: center;
}

.RcItwDtl-header__ttl h1{
	font-size: 2.5em;
	margin-bottom: .2em;
	letter-spacing: 10px;
	
	font-family: 'Cormorant Garamond', serif;
}

.RcItwDtl-header__ttl-sub{
	font-size:.8em;
	letter-spacing: 5px;
}
/**/





.RcItwDtl-main{
	max-width: 960px;
	left : 0;
    right: 0;
    margin: 50px auto 0;
}


.RcItwDtl-set{
margin-top: 50px;
}


.RcItwDtl-set__hero img{
width: 100%;
height: 100%;
margin-bottom: 50px;
}

.RcItwDtl-set__p img{
width: 100%;
height: 100%;
margin-bottom: 50px;
}



.RcItwDtl-set__cap{
text-align: left;
color: #555;
font-size: 0.85rem;
line-height: 2rem;
margin: -50px 0 60px;
}


.RcItwDtl-set__heading{
font-size: 1.5rem;
margin-top: 30px;
margin-bottom: 50px;
font-weight: bold;
}


.RcItwDtl-set__txt{
text-align: left;
font-size: 1rem;
line-height: 2rem;
margin-bottom: 50px;
}

.RcItwDtl-set__txt-tbset{
display: table;

}

.RcItwDtl-set__txt-tbset .tt-name{
display: table-cell;
vertical-align: top;
width: 70px;
}

.RcItwDtl-set__txt-tbset .tt-txt{
display: table-cell;
font-size: 1rem;
line-height: 1.5rem;
padding-bottom: 30px;

}



.RcItwDtl-set__wrap-heading-ocya{
display: flex; /*横並び*/
}

.RcItwDtl-set__wrap-heading-ocya .icon{
margin: 0 0 0 10px;
width:8%;
height:8%;

}

.RcItwDtl-set__wrap-heading-ocya .icon img{
 max-width: 100%;
height: auto;
}

.RcItwDtl-set__wrap-heading-ocya .t{
margin: 0 0 30px 30px;
font-size: 1.45rem;
font-weight: bold;
color:#333;
}


.RcItwDtl-set__wrap-heading-fukidashi p{
margin: 0 auto 100px;
width: 97%;
 position: relative;
    padding: 1.5rem 1rem 1.5rem 3rem;
    border-radius: 30px;
    background-color: #f9f9f9;
    color: #6791cb;
    font-weight: bold;
    font-size: 23px;
    text-align: left;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .15));
    }
    
.RcItwDtl-set__wrap-heading-fukidashi p:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  top:-1%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #f9f9f9 transparent transparent;
  translate: -50% 100%;

    }



/*社員インタビュー見出用「」*/

.heading-talk {
    position: relative;
    padding: .7em 1.3em;
    color: #333333;
}

.heading-talk::before,
.heading-talk::after {
    display: inline-block;
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    content: '';
}

.heading-talk::before {
    top: 0;
    left: 0;
    border-top: 5px solid #ddd;
    border-left: 5px solid #ddd;
}

.heading-talk::after {
    bottom: 0;
    right: 0;
    border-bottom: 5px solid #ddd;
    border-right: 5px solid #ddd;
}




/* ▼▼▼ profile ▼▼▼ */

 .profile-hn {
    position: relative; 
    width: 100%;
    max-width: 960px;
    /*margin: 8vw auto;*/
    /*padding: 0 5vw;*/
    box-sizing: content-box; /* リセットの影響を打ち消す */
    /*background-color: aqua;*/
    
    margin-bottom: 60vw;
  }
  
   .profile-hn__board {
   position: relative;

   max-width: 90%;
   margin: 0 auto;
   top: 60vw;
    
    /*background-color: rgba(245, 245, 245, 0.9);*/
    background-color:#FFF;
    color: #6791cb;
   
    padding: 3vw 12vw 3vw;
   /* min-height: 2vw;*/
    display: flex;
    align-items: flex-end; /*  テキストを下寄せに配置 */
    justify-content: space-between;
    border-radius: 15px;
   box-sizing: border-box; 
    /*transition: all 0.3s ease;*/
    
   /* box-shadow: 0 5px 10px rgba(0,0,0,0.25);*/
  }
  
  
    .profile-hn__board__txt {
     z-index: 1;
    position: relative;
    max-width: 45%;
    letter-spacing: 2px;
     text-shadow: 2px 3px 10px rgba(255, 253, 253, 1), 2px 3px 10px rgba(255, 253, 253, 1);
     opacity: 1;
  }
  
   .profile-hn__board__txt h2{
    font-size: 1.5rem;
    margin-bottom: 8px;
     letter-spacing: 4px;
     font-weight: normal;
  }
  
    .profile-hn__board__txt h2 span{
    font-size: 1rem;
  }
  
  .profile-hn__board__txt p{
    margin: 4px 0;
    line-height: 1.3;
    font-size: 1.rem;
  }
  
  .profile-hn__board__txt .en{
  font-family:serif;
  letter-spacing: 1px;
  line-height: 0.5rem;
    opacity: 0.8;
    font-size: 0.85rem;
    padding-bottom: 1rem;
  }
  
   /* 写真 */
  .profile-hn__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    /*box-shadow: 0 8px 18px rgba(0,0,0,0.25);*/
    /*border-radius: 8px;*/
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .profile-hn__image img {
    /*display: block;*/
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
     /* --- PC（幅960px以上）固定仕様 --- */
  @media (min-width: 960px) {
  
  .profile-hn { 
    margin-bottom: 600px;
  }
     .profile-hn__board {
      top:560px;
      padding: 20px 80px 30px 120px;
      min-height: 180px;
      
      
    }
    .profile-hn__image {
      width:100%;
    }
  }
  
  
  
  
  

/* ▼▼▼ test ▼▼▼ */

 .profile-card {
 
    position: relative;
    
    width: 100%;
    max-width: 960px;
    margin: 8vw auto;
    /*padding: 0 5vw;*/
    box-sizing: content-box; /* リセットの影響を打ち消す */
    
    /*background-color: aqua;*/
  }
  


  /* 背景の緑板（グラデーションあり） */
  .profile-bg {
    background: linear-gradient(135deg, #3f6b47 0%, #4ea068 100%);
    color: #fff;
    padding: 10vw 5vw 5vw;
    min-height: 51vw;
    display: flex;
    align-items: flex-end; /*  テキストを下寄せに配置 */
    /*border-radius: 10px;*/
    box-sizing: border-box;
    position: relative;
    /*transition: all 0.3s ease;*/
    opacity: 0.5;
  }

  /* テキストブロック */
  .profile-text {
    z-index: 1;
    position: relative;
    max-width: 45%;
  }

  .profile-text h2 {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }

  .profile-text p {
    margin: 4px 0;
    line-height: 1.7;
    font-size: 1rem;
  }

  .profile-text .en {
    opacity: 0.85;
    font-size: 0.95rem;
  }

  /* 写真 */
  .profile-image {
    position: absolute;
    top: -6vw;
    right: 6vw;
    width: 75%;
    z-index: -1;
    box-shadow: 0 8px 18px rgba(0,0,0,0.25);
    /*border-radius: 8px;*/
    overflow: hidden;
    transition: all 0.3s ease;
    
  }

  .profile-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
   /* --- PC（幅960px以上）固定仕様 --- */
  @media (min-width: 960px) {
    .profile-bg {
      padding: 120px 60px 60px;
      min-height: 440px;
    }
    .profile-image {
      top: -40px;
      right: 30px;
      width: 640px;
    }
  }


/* ▲▲▲ test ▲▲▲ */

