@charset "utf-8";

.pagenation li:last-child a{
	display:none;
}
.pagenation{
	top: calc(50% - 73px);
}

a.interview_thumnail:hover{
	opacity:0.3;
	transition: all 0.3s ease-out;
}

a.interview_thumnail{
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 15px;
    color: #636660;
	background-color: #f3f3f3;
	margin-bottom: 30px;
/*	height: 200px;
	overflow: hidden;*/
	display: block;
}
.interview_thumnail:last-child{
	margin-bottom: 150px;
}


.interview_thumnail .left2{
	width:200px;
	float:left;
}
.interview_thumnail .right{
	float:right;
	text-align: left;
    width: -webkit-calc(100% - 236px);
	width: -moz-calc(100% - 236px);
	width: calc(100% - 236px);
    padding: 18px;
}

.interview_thumnail .roll{
	margin-top:0.5em;
	font-size: 13px;
}
.interview_thumnail .name{
	font-weight: bold;
}
.interview_thumnail .title2{
    font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
    font-size: 24px;
	line-height: 1.3em;
	margin-top:0.2em;
}


.content_creation{
	border-bottom:solid 10px #f3f3f3;
	
}

.body_txt.interview{
	margin-bottom:0;
}
.balloon1 {
	margin:80px auto 50px
}




.text_title_gray{
	margin:68px 80px 68px 50px;
	font-family : 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif ;
	font-size: 30px;
	color:#636660;
	line-height: 1.3em;
	line-height: 1.3em;
	letter-spacing: 0.02em;
}





/*-- -------------right----------- --*/



/*
.title {
  position: relative;
  display: inline-block;
  padding: .5em 4em;
  border: 2px solid #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
.title:hover {
  color: #fff;
}


.title::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
  background: #2d2d2d;
  transform: scale(0, 1);
}
.title:hover {
  animation: hover .3s forwards;
}
.title:hover::before {
  animation: hover-in .3s forwards alternate, hover-out .3s .3s forwards alternate;
}
@keyframes hover {
  0% {
    color: #fff;
  }
  50% {
    color: #fff;
  }
    100% {
    color:#5bb250;
  }
}
@keyframes hover-in {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@keyframes hover-out {
  0% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}
*/


.title {
  position: relative;
  display: inline-block;
  /*padding: .5em 4em;
  border: 2px solid #333;
  color: #fff;
  text-align: center;
  text-decoration: none;*/
  /*transition: .3s ease-in-out;
  transition-timing-function:ease-in-out;*/




}
.title.on {
  color: #fff;
}


.title::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
  background: #5bb250;
  transform: scale(0, 1);
}
.title.on {
	animation: hover .3s forwards;
}
.title.on::before {
  animation: hover-in .3s forwards alternate, hover-out .3s .3s forwards alternate;
}
@keyframes hover {
  0% {
    color: #fff;
  }
  50% {
    color: #fff;
  }
    100% {
    color:#5bb250;
  }
}
@keyframes hover-in {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@keyframes hover-out {
  0% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}

.title{
	/*width:-webkit-calc(100% - 160px);*/
	margin:166px 80px 148px 50px;
	font-family : 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif ;
	font-size: 36px;
	color:#fff;
	line-height: 1.3em;
	line-height: 1.3em;
	letter-spacing: 0.02em;
}




















.subtitle{

	font-size:18px;
	margin-left:50px;
	margin-right:80px;
	color:#636660;
	
}


.subtitle {
	/*display: flex;*/
	align-items: center;
	color:white;
	background-color: #2d2d2d;
	
    padding: 0.5em 2em;
    border-radius: 10px;/*角の丸み*/
	display:inline-block;
}

/*.subtitle:before,
.subtitle:after {
border-top: 1px solid #636660;
content: "";
flex-grow: 1;
}
.subtitle:before {
margin-right: 1rem;
}
.subtitle:after {
margin-left: 1rem;
}*/



.title img{
	width:100%;
	height: auto;
}

.h2margin{
	margin:116px auto 0;
}

h2 img{
	margin:12px 0 0 0;
}
h2{
margin: 0 80px 0 50px;
}

.text_title{
	color:#636660;
	font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size:18px;
	margin:70px 80px 44px 50px;
}
.body_txt{
	text-align: left;
	margin:0 80px 0px 50px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size:15px;
	color:#636660;
	line-height: 2em;
}

.photo.border{
    border-top: solid 10px #f3f3f3;
    height: 106px;
}


.body_txt3{
	margin:0 80px 150px 50px;
}

.body_txt img{
	width:100%;
	height: auto;
	margin:20px 0;
}
.body_txt2{
	margin-top:10px;
}

/*-- -------------left----------- --*/

.left_title img{
	margin:57px 0px;
}
.left_title .icon img{
	margin:0;
}


.left_title {
    left: 160px;
    margin: 0;
    text-align: left;
    display: table-cell;
    position: fixed;
    top: 0;
    /* margin: 0 0 0 120px; */
    width: calc(47% - 200px);
}






.title_img{
	/*border-left:solid 1px #5bb250;*/
	padding:20px 20px 20px 0px;
}

#t1{
	/*border-left:solid 1px #5bb250;
	margin-left:29px;*/
}

.left_img{
/*	margin: 0 0 0 253px;
	position: -webkit-sticky;
	position: sticky;
	top: 540px;
	left:50px;*/
}
.left_img{
	/*margin: 70px 0 0 0;*/
	margin: 360px 0 0 180px;
	margin: 400px 0 0 180px;
	/*margin: 28% 0 0 150px;*/
	position: fixed;
}
#p2,#p3,#p4,
#p2b,#p3b,#p4b,
#t2,#t3,#t4,
#t1b,#t2b,#t3b,#t4b{
	display:none;
}


.mb62{
	margin-bottom:62px;
}



@media screen and (max-width: 1024px){

    
.left_title {
    width:auto
}




	.left_title {
		left: 0; 
	}

	.left_title img{
		margin: 2% 4%;
		width: 50%;
		height: auto;
		/*max-width: 357px;*/
		max-width: 153px;
	}
	#t3b.left_title img,
	#t2b.left_title img {
    	width: 75%;
		max-width: 357px;
	}


	.body_txt3 {
		margin: 0 1em;
	}


	
	.interview_thumnail .left2, .interview_thumnail .right {
		/* float: none; */
		/* float: none; */
		/* width: 100%; */
		height: auto;
		/* width: auto; */
		width:40%;
	}
	.interview_thumnail .right{
		width:51%;
	}
	.interview_thumnail .right {
		padding: 1em;
	}
	
	.interview_thumnail{
		height: auto;
		margin-bottom: 20px;
	}
	.interview_thumnail .title2{
		width:100%;
	}
    

    
	.left2 img{
		width:100%;
		height: auto;
	}



	.interview_thumnail .title2 {
		font-size: 16px;
	}





	#p2,#p3,#p4,
	#t1,#t2,#t3,#t4,
	#t1b,#t2b,#t3b,#t4b{
		display:none;
	}

	#t1{
		display:none!important;
	}

	#p2b,#p3b,#p4b,
	#t1b,#t2b,#t3b,#t4b{
		display:block;
	}

	.left_title {
		margin: 0;
		margin: 30px 0 0 50px;
		/*margin: 0 0 0 50px;*/
		position:relative;
		text-align: left;
        display: none;
	}
    #t1b img{
        display: none;
    }
	.left_img {
		margin: 10px 0 50px;
		position:relative;
	}

	.body_txt {
		margin: 0 8%;
	}
	.title {
		width: -webkit-calc(100% - 16%);
		width: -moz-calc(100% - 16%);
		width: calc(100% - 16%);
		margin: 3em 8% 2em;
		font-size: 32px;
	}
	.text_title {
		margin: 35px 8% 25px;
	}
	.subtitle {
		width: -webkit-calc(100% - 16%);
		width: -moz-calc(100% - 16%);
		width: calc(100% - 16%);
		margin: 1em 8% 0;
        padding: 0.5em 0;
	}
	.h2margin {
		margin: 58px auto 0;
	}
	h2{
	    margin: 0 8%;
        padding:2em 0 0;
	}
    .pb3{
        padding-bottom:3em;
    }
.photo.border {
    display: none;
}
a.interview_thumnail {
    margin-bottom: 1em;
}
.interview_thumnail:last-child {
    margin-bottom: 3em;
}
.text_title_gray {
    margin: 2em 1em;
}
    
.subtitle{
    padding: 0.3em 2em;
    width:auto;
    border-radius: 6px;
    font-size:1em;
}
    .section{
        /*background-color: #fff;*/
    }
    .mb62 {
    padding-bottom: 3em!important;
}
    
    
}


@media screen and (max-width: 480px){
a.interview_thumnail {
    font-size: 13px;
}
.interview_thumnail .title2 {
    font-size: 14px;
}

}

