@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　voice
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* voice-page-hd
-----------------------------------------------------------------*/
.voice-page-hd{
  position: relative;
  padding: 240px 0 205px;  
}
.voice-page-hd::before{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 525px;
	height: 375px;
	content: "";
	background: linear-gradient(60deg, rgba(61,184,166,1) 0%, rgba(0,147,196,1) 100%);
	clip-path: polygon(0 0, 100% 100%, 100% 0);	  
}
.voice-kv{
  position: relative;  
}
.voice-kv::before{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 190px;
	height: 135px;
	content: "";
	background: linear-gradient(60deg, rgba(61,184,166,1) 0%, rgba(0,147,196,1) 100%);
	clip-path: polygon(0 0, 100% 100%, 100% 0);
  opacity: .7;	   
}
.voice-kv .txt-area{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: calc((100% - 1200px)/2);  
}
.ico-voice{
  padding: 5px 15px 3px;
  background: linear-gradient(60deg, rgba(61,184,166,1) 0%, rgba(0,147,196,1) 100%);
  color: #fff;
  font-weight: 500; 
  line-height: 1;  
}
.ico-voice .num{
  font-size: 2.1rem; 
}
.ico-voice small{
  font-size: 1.2rem;   
}
.voice-kv h2{
  margin: 20px 0;
  font-size: 5rem;
  letter-spacing: .04em;
  line-height: 1;
}
.voice-kv p{
  line-height: 1;
}
.voice-kv .sub-lead{
  margin-bottom: 85px;
  font-size: 2rem;
  letter-spacing: .05em;
  font-weight: bold;
}
.voice-kv .name{
  margin-bottom: 5px;
  font-size: 2rem;
  letter-spacing: .08em;
  font-weight: bold;
}
.voice-kv .department{
  font-size: 1.4rem;
}
.voice-kv h2 span,
.voice-kv p span{
  display: inline-block;
  background: #fff;  
}
.voice-kv h2 span{
  padding: 4px 10px 10px 0;
}
.voice-kv h2 br + span{
  margin-top: 10px;
}
.voice-kv p span{
  padding: 4px 8px 8px 0;  
}
.voice-kv .pic{
  padding-left: 20%;  
}
.voice-kv .pic img{
  width: 100%;
  height: 700px;
  object-fit: cover;
  border-radius: 80px 0 80px 0;  
}
.voice-kv .sp-line{
  display: none;  
}

@media screen and (max-width: 1200px) {
  .voice-kv .txt-area{
    padding-left: 20px;  
  }  
}

/* voice-article
-----------------------------------------------------------------*/
.voice-article{
  overflow: hidden; 
}
.voice-article .layout-box .txt-area{
  width: 47%;
}
.voice-article .txt-area .ttl-cont-sub{
  margin-bottom: 15px;
  color: #0093c4;
  font-weight: bold;  
}
.voice-article .txt-area h3{
  position: relative;
  padding-right: 130px;
  margin-bottom: 30px;  
}
.voice-article .txt-area h3 .ttl{
  font-size: 3rem;
  line-height: 1.6;
}
.voice-article .txt-area h3 .ttl-ico{
  position: absolute;
  right: 0;
	top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid #0093c4;
  color: #0093c4;
  line-height: 1;
  font-style: italic;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;  
}
.voice-article .txt-area h3 .ttl-ico strong{
  font-size: 7rem;
  font-weight: 700;
  letter-spacing: -.02em; 
}
.voice-article .txt-area .txt span{
	background:linear-gradient(transparent 89%, #face7a 89%);
}
.voice-article .layout-box .pic-area{
  max-width: 522px;
  width: 51%; 
}
.voice-article .layout-box .pic-area .pic{
  position: relative;  
}
.voice-article .layout-box .pic-area .pic::before{
  position:absolute;
  top: 0;
  display: block;
  content: "";
  width: 400%;
  height: 500%;
  background: linear-gradient(60deg, rgba(61,184,166,1) 0%, rgba(0,147,196,1) 100%); 
}
.voice-article .layout-box .pic-area .pic img{
  position: relative;
  z-index: 5; 
}

/* part01 */
.voice-article .layout-box.part01{
  flex-direction: row-reverse;
  margin-bottom: 195px;  
}
.voice-article .part01 .pic-area .pic img{
  border-radius: 80px 0 0 0;  
}
.voice-article .part01 .txt-area h3 .ttl-ico{
  transform: translate(50px, 0);  
}
.voice-article .part01 .pic-area .pic::before{
  right: 0;
  clip-path: polygon(calc(100% - 485px) 15px, 100% 535px, 0 100%, 0 50%);
}

/* part02 */
.voice-article .layout-box.part02{
  align-items: flex-end;
  margin-bottom: 165px;  
}
.voice-article .part02 .txt-area{
  position: relative;
  z-index: 8;
  background: #fff;
  padding: 45px 20px 20px 4%;  
}
.voice-article .part02 .txt-area h3 {
  padding-right: 100px;
}
.voice-article .part02 .pic-area .pic img{
  border-radius: 0 80px 0 0;  
}
.voice-article .part02 .txt-area h3 .ttl-ico{
  transform: translate(70px, 0);   
}
.voice-article .part02 .pic-area .pic::before{
  left: 0;
  clip-path: polygon(485px 15px, 100% 50%, 100% 100%, 0 535px);
}

/* part03 */
.voice-article .part03{
  position: relative;
  z-index: 8;
  padding: 45px 5% 55px;
  background: #fff;
}
.voice-article .part03 .txt-area h3 {
  padding-right: 180px;
}
.voice-article .part03 .txt-area h3 .ttl-ico{
  transform: translate(-15px, -30px);   
}


/* message
-----------------------------------------------------------------*/
.message{
  margin-top: -100px;
  padding: 255px 0 150px;
  background: #f6f6f6;  
}
.message .message-box{
  position: relative;
  min-height: 380px;
  margin-bottom: 80px;
  padding: 120px 8% 40px;
  border-radius: 80px 0 80px 0;
  background: #fff;  
}
.message .message-box h3{
  position: absolute;
  left: 8%;
  top: 0;
  transform: translateY(-30%);  
}
.message .message-box .en{
  display: block;
  font-size: 6.4rem;
  letter-spacing: .05em;
  line-height: 1;
  color: #36a8c7;
}
.message .message-box .en span{
  display: block;  
}
.message .message-box .en span:nth-child(1){
  padding-left: 1.3em;  
}
.message .message-box .en span:nth-child(2){
  padding-left: 4em;  
}
.message .message-box .ja{
  position: absolute;
  left: 0;
  bottom: 12px;
  padding: 3px 10px 4px;
  background: linear-gradient(60deg, rgba(61,184,166,1) 0%, rgba(0,147,196,1) 100%);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500; 
  line-height: 1;   
}
.message .message-box .txt{
  position: relative;
  z-index: 5;
  padding-right: 250px;  
}
.message .message-box .ico{
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 5;  
}
.message .message-box .triangle{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 360px;
  height: 280px;
  border-radius: 0 0 80px 0;
  overflow: hidden;  
}
.message .message-box .triangle::before{
  position:absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(60deg, rgba(61,184,166,1) 0%, rgba(0,147,196,1) 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.message .inq-btn-list{
  justify-content: center;
}




/* other member
-----------------------------------------------------------------*/
.other-member{
  padding: 120px 0 100px;  
}
.other-member h2{
  margin-bottom: 30px;
  font-size: 6.3rem;
  letter-spacing: .05em;
  line-height: 1;
  color: #36a8c7;  
}
.other-member-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.other-member-list::before,
.other-member-list::after {
  content: '';
  display: block;
  order: 1;
  max-width: 500px;
  width: calc(50% - 10px);
}
.other-member-list li{
  max-width: 500px;
  width: calc(50% - 10px);
  margin-bottom: 50px;
}
.other-member-list li a{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.other-member-list .pic{
  max-width: 230px;
  width: 46%; 
	border-radius: 80px 0 80px 0;  
	overflow: hidden; 
}
.other-member-list .pic img{
  transition: .5s;
}
.other-member-list a:hover .pic img{
	transform: scale(1.1,1.1);
}
.other-member-list .txt-area{
  max-width: 230px;
  width: calc(54% - 10px);  
}
.other-member-list h3{
  position: relative;
  margin:25px 0 10px;
  padding-bottom: 10px;
  font-size: 2.8rem;
  line-height: 1.3;
}
.other-member-list h3::after{
  position:absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background: #090909;  
}
.other-member-list .sub-lead{
  margin-bottom: 5px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #595858;
}
.other-member-list .sub-lead span{
  display: inline-block;
  padding-right: 20px;  
}
.other-member-list .sub-lead span::before{
	transform: translate(100%, -20%);
}
.other-member-list .sub-lead span::after{
	transform: translate(100%, 10%);
}
.other-member-list .name{
  font-weight: 500;
  line-height: 1.5;
}


.other-member .btn a{
  margin: 0 auto;  
}






















/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


/* voice-page-hd
-----------------------------------------------------------------*/
  .voice-page-hd{
    padding: 100px 0 0;  
  }
  .voice-page-hd::before{
		width: 260px;
		height: 185px;  
  }
  .voice-kv::before{
    width: 120px;
    height: 90px;   
  }
  .voice-kv .txt-area{
    top: auto;
    bottom: 0;
    transform: none;
  }
  .voice-kv h2{
    margin: 10px 0;
    font-size: 3rem;
  }
  .voice-kv .sub-lead{
    margin-bottom: 25px;
    font-size: 1.3rem;
  }
  .voice-kv .name{
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  .voice-kv .department{
    font-size: 1rem;
  }
  .voice-kv h2 br + span{
    margin-top: 5px;
  }
  .voice-kv p span{
    padding: 4px 6px 5px 0;  
  }
  .voice-kv .pic{
    padding-left: 20px;  
  }
  .voice-kv .pic img{
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 80px 0 80px 0;  
  }
  .voice-kv .pc-line{
    display: none;  
  }
  .voice-kv .sp-line{
    display: inline-block;
  }
  
  .voice01 .voice-kv .name span,
  .voice01 .voice-kv .department span{
    min-width: 100px;
  }
  .voice02 .voice-kv .name span,
  .voice02 .voice-kv .department span{
    min-width: 130px;
  }
  .voice03 .voice-kv .name span,
  .voice03 .voice-kv .department span{
    min-width: 100px;
  }
  
/* voice-article
-----------------------------------------------------------------*/
  .voice-article{
    padding-top: 100px; 
  }
  .voice-article .layout-box{
    display: block; 
  }
  .voice-article .layout-box .txt-area{
    width: 100%;
    margin-bottom: 60px;
  }
  .voice-article .txt-area .ttl-cont-sub{
    margin-bottom: 10px; 
  }
  .voice-article .txt-area h3{
    margin-bottom: 15px;
    padding-right: 0;
  }
  .voice-article .txt-area h3 .ttl{
    font-size: 2rem;
    line-height: 1.6;
  }
  .voice-article .txt-area h3 .ttl-ico{
    right: 0;
    bottom: auto;
    top: -70px;
    width: 100px;
    height: 100px;
    font-size: 1.5rem;
  }
  .voice-article .txt-area h3 .ttl-ico strong{
    font-size: 4.5rem;
  }
  .voice-article .layout-box .pic-area{
    max-width: none;
    width: 100%; 
  }
  .voice-article .layout-box .pic-area .pic::before{
    width: 400%;
    height: 500%;
  }
  .voice-article .layout-box .pic-area .pic img{
    position: relative;
    z-index: 5; 
  }
  
  /* part01 */
  .voice-article .layout-box.part01{
    margin-bottom: 130px;  
  }
  .voice-article .part01 .pic-area .pic-area{
    padding-right: 35px;
  }
  .voice-article .part01 .pic-area .pic img{
    border-radius: 40px 0 0 0;  
  }
  .voice-article .part01 .txt-area h3 .ttl-ico{
    transform: translate(0, 0);  
  }
  .voice-article .part01 .pic-area .pic::before{
    right: 0;
    clip-path: polygon(calc(100% - (100vw - 75px)) 0, 100% 92vw, 0 70%, 0 50%);
  }

/* part02 */
  .voice-article .layout-box.part02{
    align-items: flex-end;
    margin-bottom: 130px;  
  }
  .voice-article .part02 .txt-area{
    width: calc(100% + 40px);
		margin-left: -20px;
    padding: 45px 20px 20px 20px;  
  }
  .voice-article .part02 .pic-area .pic-area{
    padding-left: 35px;
  }
  .voice-article .part02 .pic-area .pic img{
    border-radius: 0 80px 0 0;  
  }
  .voice-article .part02 .txt-area h3 {
    padding-right: 0;
  }
  .voice-article .part02 .txt-area h3 .ttl-ico{
    transform: translate(0, 0);   
  }
  .voice-article .part02 .pic-area .pic::before{
    left: 0;
    clip-path: polygon(0 0, calc(100vw - 70px) 20px, 100% 70%, 0 92vw);
  }

/* part03 */
  .voice-article .part03{
    width: calc(100% + 40px);
		margin-left: -20px;
    padding: 45px 20px 40px 20px; 
  }
  .voice-article .part03 .txt-area h3 {
    padding-right: 0px;
  }
  .voice-article .part03 .txt-area h3 .ttl-ico{
    transform: translateX(0);   
  }


/* message
-----------------------------------------------------------------*/
  .message{
    margin-top: 0;
    padding: 55px 0 90px;
  }
  .message .message-box{
    min-height: 280px;
    margin-bottom: 50px;
    padding: 120px 20px 35px;
    border-radius: 40px 0 40px 0;
  }
  .message .message-box h3{
    left: 20px;
    transform: translateY(-10%);  
  }
  .message .message-box .en{
    font-size: 4rem;
		letter-spacing: .02em;
  }
  .message .message-box .en span:nth-child(1){
    padding-left: 0;  
  }
  .message .message-box .en span:nth-child(2){
    padding-left: 0;  
  }
  .message .message-box .ja{
    position: static;
		display: inline-block;
		margin-top: 10px;
    padding: 3px 10px 5px;
    font-size: 1.8rem; 
  }
  .message .message-box .txt{
    position: relative;
    z-index: 5;
    padding-right: 0;  
  }
  .message .message-box .ico{
    right: 5px;
    width: 140px;
    border-radius: 0 0 40px 0;
    overflow: hidden;
  }
  .message .message-box .triangle{
    width: 180px;
    height: 200px;
    border-radius: 0 0 40px 0;
  }
	
  .message .message-box::before {
    content: '';
    display: block;
    height: var(--sp-float);
    float: right;
  }
	.message .message-box .ico img{
		transform: translateY(30%);
	}
	.message .message-box .ico {
    position: static;
    float: right;
    clear: both;
    right: -15px;
    height: 200px;
  }
	.message .message-box .ico > span {
    overflow: hidden;
    position: absolute;
    right: 5px;
    /* bottom: 0; */
    z-index: 10;
    width: 140px;
    height: 200px;
    border-radius: 0 0 40px 0;
  }
	.message .message-box .ico img{
		transform: translateY(0);
	}


/* other member
-----------------------------------------------------------------*/
  .other-member{
    padding: 50px 0 100px;  
  }
  .other-member h2{
    font-size: 4rem;
    letter-spacing: .02em;  
  }
  .other-member-list{
    max-width: 500px;
    margin-bottom: 30px;  
  }
  .other-member-list::before,
  .other-member-list::after {
    max-width: 230px;
    width: calc(50% - 5px);
  }
  .other-member-list li{
    max-width: 230px;
    width: calc(50% - 5px);
  }
  .other-member-list li a{
    display: block;
  }
  .other-member-list .pic{
    width: 100%;
		margin-bottom: 15px; 
		border-radius: 40px 0 40px 0;  
  }
  .other-member-list a:hover .pic img{
    transform: scale(1,1);
  }
  .other-member-list .txt-area{
    width: 100%;  
  }
	.other-member-list .ico-voice{
		padding: 5px 10px 3px;
		font-size: 1.1rem;
	}
	.other-member-list .ico-voice strong{
		font-size: 1.5rem;
	}
  .other-member-list h3{
    margin:10px 0 10px;
    padding-bottom: 10px;
    font-size: 1.7rem;
  }
  .other-member-list .sub-lead{
    margin-bottom: 5px;
    font-size: 1rem;
  }
  .other-member-list .name{
		font-size: 1.2rem;
  }
  .other-member-list .sub-lead span{
 	  display: inline-block;
  	padding-right: 0;  
	}

	.other-member-list .sub-lead span::before,
	.other-member-list .sub-lead span::after{
		right: auto;
		left: 0;
		top: auto;
		bottom: -5px;
		transform: translate(0,180%);
	}
	.other-member-list .sub-lead span::after{
		bottom: -19px
	}
  
  .other-member .btn a{
    margin: 0 auto;  
  }




}