@charset "utf-8";
/* CSS Document */
/*社員インタビュー*/

/*.bg_pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffe9a7;
  opacity: 0.4;
  z-index: -1;
}
.Diagonal_v3 {
  background-size: 20px 20px;
  background-image: repeating-linear-gradient(45deg, #dcdcdc 0, #dcdcdc 2px, #f2f2f2 0, #f2f2f2 50%);
}*/
/*背景パターン*/
.bg_pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  opacity: 0.4;
  z-index: -1;
}
.Polka {
  background-image: radial-gradient(#cdcdcd 2px, #fff 2px);
  background-size: 12px 12px;
}
/*背景パターンここまで*/
.interview-page {
	padding-bottom:50px;
}
/*各事業カラー*/
.honbu{
	background-color:#3FACDC;
}
.cs{
	background-color:#0070A5;
}
.fsr{
	background-color:#A5895D;
}
.mitsukaru{
	background-color:#1eb3eb;
}
.ones{
	background-color:#E95312;
}
.arrowz{
	background-color:#372762;
}
.eastone{
	background-color:#B94B82;
}
/*各事業カラーここまで*/
/*ロゴ透かし*/
.logo {
	position:absolute;
	z-index:-1;
	opacity:0.1;
	bottom:0%;
	left:0%;
	display:flex;
	justify-content:flex-start;
	width:60%;
}
.logo img{
	width:100%;
	height:auto;
}
.logo-center {
	position:absolute;
	z-index:-1;
	opacity:0.1;
	bottom:30%;
	left:0%;
	display:flex;
	justify-content:flex-start;
	width:60%;
}
/*ロゴ透かしここまで*/
.interview-page-content {
	
}
.interview-page-content1 {
	display:flex;
	justify-content:space-between;
	border-bottom:solid 2px #000;
	padding-bottom:30px;
	margin-bottom:20px;
}
.staff-img {
	width:40%;
}
.staff-img img{
	width:100%;
	display:block;
}
.staff-profile1 {
	width:55%;
	position:relative;
}
.staff-profile1 .occupation{
	font-weight:bold;
	margin:0 0 10px 0;
	font-size:20px;
}
.staff-profile1 .tag1 a{
	display:inline-block;
	margin-right:5px;
	padding:2px 10px;
	border-radius:50px;
	color:#fff;
}
.new-career{
	background-color:#000;
}
.new-career:hover{
	opacity:1;
}
.name {
	
}
.staff-profile2 {
	
}
.staff-profile2 ul{
	list-style:none;
	padding-left:0;
}
@media(max-width:640px){
.interview-page-content1 {
	display:block;
}	
.staff-img {
	width:100%;
	max-width:400px;
	margin:auto auto 20px auto;
}
.staff-profile1 {
	width:100%;
	max-width:400px;
	margin:auto;
}
.logo {
	position:absolute;
	z-index:-1;
	opacity:0.1;
	bottom:-50%;
	left:50%;
	transform: translateX(-50%);
	display:flex;
	justify-content:flex-start;
	width:60%;
}
.logo img{
	width:100%;
	height:auto;
}
.logo-center {
	bottom:-35%;
	width:80%;
}	
}
/*インタビュー内容*/
.interview-page-content2 {
	
}
.interview-page-content2 h3{
	margin-bottom:10px;
}
.interview-page-content2 h3::before{
	content:"■";
	margin-right:5px;
}
.interview-page-content2-1-flex{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:30px;
}
.interview-page-content2-1 .flex2{
	flex-direction:row-reverse!important;
}
.interview-page-content2-1-flex p{
	margin-top:0;
	margin-bottom:30px;
}
.interview-page-content2-1-text{
	width:60%;
}
.interview-page-content2-1-img{
	width:35%;
	padding-top:35px;
}
.interview-page-content2-1-img img{
	width:100%;
	display:block;
}
@media(max-width:1200px){
.interview-page-content2-1-flex{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	margin-bottom:0;
}
.interview-page-content2-1-text{
	width:50%;
}
.interview-page-content2-1-img{
	width:45%;
	padding-top:35px;
}	
}
@media(max-width:768px){
.interview-page-content2-1-flex{
	display:block;
	justify-content:space-between;
	align-items:flex-start;
	margin-bottom:0;
}
.interview-page-content2-1-text{
	width:100%;
}
.interview-page-content2-1-img{
	width:100%;
	max-width:500px;
	padding-top:0px;
	margin:0 auto 35px auto;
}	
}


.ito-work{
	margin-bottom: -10px;
    text-decoration: underline;
}