@charset "UTF-8";
/*******************************
 
voicec Css
 
*******************************/
/*-----------------------------
flex
-----------------------------*/
.flex.col2,.flex.col3,.flex.col4{
    margin-right: -20px;
}
.flex.col2 .item,.flex.col3 .item,.flex.col4 .item{
    padding-right: 20px;
    margin-bottom: 15px;
}
.flex.col2 .item{ width: 50%; }
.flex.col3 .item{ width: 33.333%; }
.flex.col4 .item{ width: 25%; }

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px){
    .flex.col2 .item,.flex.col3 .item{ width: 100%; }
    .flex.col4 .item{ width: 50%; }
}


.staffvoice{text-align: center;}
.btn{
	padding: 13px 10px;
}
.bg-crossline{
	text-align: left;
	background-color : #fff9e1;
	background-image:
	repeating-linear-gradient( 0deg,rgba(214,214,214,0.3) 0px 1px,	transparent 1px 15px),
	repeating-linear-gradient( 90deg,rgba(214,214,214,0.3) 0px 1px,	transparent 1px 15px);
    border-radius: 10px;
	position: relative;
	z-index: -2;
	padding: 100px 50px 20px;
	box-shadow: 0 0 5px rgb(214 214 214 / 30%);
}
.bg-crossline:before{
	content: "";
	background-image: url("../img/bg_hole.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 98%;
    height: 20px;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px){
	.bg-crossline {
		padding: 80px 40px 20px;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.bg-crossline {
		padding: 60px 20px 20px;
	}
}

/*-----------------------------
staff
-----------------------------*/
.staff{
	margin-bottom: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.staff .img{width: 65%;}
.staff .txt-area{
	width: 35%;
	padding-left: 40px;
}
.staff .txt-area .category{
	background-color: #f2e13a;
    padding: 3px 8px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 12px;
	font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
}
.staff .txt-area .name{
    font-size: 34px;
	font-weight: 600;
    margin-bottom: 10px;
}
.staff .txt-area .joined{
	display: inline-block;
    margin-bottom: 20px;
    font-size: 20px;
	font-weight: 600;
}
.staff .txt-area .comment{
	font-size: 16px;
	font-weight: 600;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px){
    .staff{
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 15px;
	}
	.staff .img {
		width: auto;
		margin: 0 auto 20px;
	}
    .staff .img img{
        max-width: 100%;
        width: auto;
    }
	.staff .txt-area {
		width: 100%;
        padding-left: 0;
        text-align: center;
	}
	.staff .txt-area .name {
    	font-size: 24px;
	}
	.staff .txt-area .joined {
		font-size: 16px;
	}
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	
}

/*-----------------------------
interview
-----------------------------*/
.interview .ttl-bg{
	position: relative;
    margin-bottom: 50px;
}
.interview .ttl-bg .ttl{
	font-size: 24px;
    font-weight: 600;
    padding: 15px 50px;
    color: #fff;
	background-color: #529da5;
}
.interview .ttl-bg .ttl:before{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #529da5 transparent transparent;
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: -1;
}
.interview .ttl-bg .ttl-bg_color{	
    border: solid 1px #272727;
    width: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    display: block;
    height: 100%;
}
.interview .ttl-bg .ttl-bg_color:before{
	content: "";
    width: 20px;
    border: 0;
    border-top: 1px solid #272727;
    margin: 0;
    padding: 0;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    bottom: -8px;
    left: -4px;
}
.interview .ttl-bg .ttl-bg_color:after{
	content: "";
    width: 7px;
    height: 7px;
    border: solid 5px #ffe452;
    display: block;
    position: absolute;
    top: 29px;
    left: 30px;
    border-radius: 50%;
}
.interview .inner .item.fullsize{
	width: 100%;
}

.interview .inner .txt-area,
.interview .inner .img-area{
    margin-top: 50px;
    margin-bottom: 50px;
}


.interview .question{
	font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
}
.interview .question:after{
	content: "";
    width: 100%;
	height: 1px;
	background-color: #272727;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px){
	.interview .ttl-bg .ttl {
    	font-size: 18px;
	}
    .interview .ttl-bg .ttl-bg_color:after{
        top: 23px;
    }
	.interview .question {
    	font-size: 16px;
    	margin-bottom: 20px;
	}
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .interview .ttl-bg .ttl {
        padding: 10px 20px 15px 40px;
	}
    .interview .ttl-bg .ttl-bg_color:after{
        width: 5px;
        height: 5px;
        left: 20px;
        top: 20px;
    }
    
    .interview .inner .txt-area,
    .interview .inner .img-area{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}