#interview-content {
    font-size: 16px;
    line-height: 2em;
    text-align: left;
    color: #707070;
}

#interview-content table {
	font-size: 14px;
}

.casestudy-headline{
	padding: 60px 0px 0px 0px;
	font-size:38px;
	font-weight: 700;
	text-align: center;
	color:#ffffff;
}

.casestudy-headsub{
	padding: 0px 0px 60px 0px;
	font-size:18px;
	font-weight: 700;
	text-align: center;
	color:#ffffff;
}

.casestudy-post{
	padding: 30px 0px 0px 0px;
	font-size:48px;
	font-weight: 700;
	text-align: center;
	color:#262933;
	letter-spacing: 0.1em;
}

.casestudy-postsub{
	padding: 0px 0px 60px 0px;
	font-size:20px;
	font-weight: 700;
	text-align: center;
	color:#262933;
}


/* ==========================================================
   事例紹介個別投稿  
=============================================================*/
#Companyinfo{
padding: 60px 0 60px 0;
}

#Companyinfo .company_inner{
background: #262933;
color: #ffffff;
}

#Companyinfo .content{
overflow: hidden;
padding: 30px 0 40px 0;
width: 80%;
margin: 0 auto;
}

#Companyinfo .contentA{
width: 30%;
float: left;
display: grid;
padding: 40px 0 0 0;
}

#Companyinfo .contentA img{
 border-radius: 3px;
}

#Companyinfo .contentB{
 width: 70%;
 float: right;
padding: 40px 0 0 30px;
font-size: 14px;
}

#Companyinfo h3.companyname { 
padding: 0px 0 20px 0;
font-size: 20px;
text-align: left;
line-height: 1.4em;
color: #ffffff;
}

#Companyinfo .companytext{ 
	font-size: 16px;
	text-align: left;
	color: #ffffff;
    line-height: 1.7em;
}

#Companyinfo .linkinfo{ 
  padding: 14px 0px 14px 0px;
	font-size: 16px;
    margin: 30px 0 10px;
}	

#Companyinfo a {
color:#ffffff;
text-decoration: underline;
font-weight: normal;
}

#Companyinfo .relatedsites{ 
/*padding: 0.5em 0 0 0;*/
font-size: 16px;
color: #ffffff;
}

#Companyinfo .tags {
    display: inline-block;
    background-color: #ffffff;
    padding: 1px 12px 3px 12px;
    margin: 0px 10px 10px 0px;
    width: 130px;
    border-radius: 2px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

#issuesbefore{
padding: 60px 0 40px 0;
background: #f5f5f5;
}

#issuesbefore .content{
overflow: hidden;
width: 80%;
background: #ffffff;
margin: 0 auto;
	display: flex;
}

#issuesbefore .contentA{
	display: flex;
	width: 20%;
    align-items: stretch;
 /*float: left;*/
}

#issuesbefore .contentA_inner{
background: #577696;
color: #ffffff;
/*height: 120px;  
width: 120px;*/
    height: auto;
    width: 80%;
	border-radius: 5px;
	max-width: 80%;
	margin: 12% auto;
	padding: 40px;
	text-align: center;
	/*font-weight:600;*/
	font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#issuesbefore .contentB{
	width: 80%;
    padding: 20px 0 20px 0;
    float: right;
    font-size: 18px;
}

#issuesbefore ol {
  counter-reset:number; /*数字をリセット*/
 list-style-type: none!important; /*数字を一旦消す*/
  padding: 0 2.8em 0 0em;
	font-weight:600;
}

#issuesbefore ol li {
  border-bottom: solid 1px #cccccc;
  position: relative;
  padding: 20px 0px 20px 40px;
  line-height: 1.6em;
}

#issuesbefore ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  color: #577696;
  font-weight:600;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#issuesbefore ol li:last-of-type {
  border-bottom: none; /*最後のliの線だけ消す*/
}

#effectsafter{
padding: 0px 0 60px 0;
background: #f5f5f5;
}

#effectsafter .content{
overflow: hidden;
width: 80%;
background: #ffffff;
margin: 0 auto;
	display: flex;
}

#effectsafter .contentA{
 width: 20%;
 float: left;
 border-radius: 10px; 
    display: flex;
    align-items: stretch;
}

#effectsafter .contentA_inner{
	background: #bd9528;
color: #ffffff;
height: auto;  
width: 80%;
border-radius: 5px;
max-width: 80%;
margin: 12% auto;
padding: 40px;
text-align: center;
/*font-weight:600;*/
font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}


#effectsafter .contentB{
	width: 80%;
	padding: 20px 0 20px 0; 
	float: right;
	font-size: 18px;
}
 

#effectsafter ol {
  counter-reset:number; /*数字をリセット*/
 list-style-type: none!important; /*数字を一旦消す*/
  padding: 0 2.8em 0 0;
	font-weight:600;
}

#effectsafter ol li {
  border-bottom: solid 1px #cccccc;
  position: relative;
  padding: 20px 0px 20px 40px;
  line-height: 1.6em;
}

#effectsafter ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  color: #bd9528;
  font-weight:600;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#effectsafter ol li:last-of-type {
  border-bottom: none; /*最後のliの線だけ消す*/
}


@media screen and (max-width: 1170px) {
	#issuesbefore .contentB{
		padding: 20px 0 20px 0;  
	}
	
	#effectsafter .contentB{
		padding: 20px 0 20px 0; 
	}
}

@media screen and (max-width: 640px) {
	#Companyinfo .content{
		width: 90%;
	}
	
	#Companyinfo .contentA{
		width: 100%;
		display: block;
		text-align: center;
	}
	
	#Companyinfo .contentA img {
		width: 95%;
	}
	
	#Companyinfo .contentB{
		width: 100%;
		font-size: 14px;
	}
	
	#Companyinfo .tags {
		display: block;
		margin-top: 20px;
	}
	
	#issuesbefore .content{
		width: 100%;
		background: #ffffff;
		margin: 0 auto;
		display: block;
	}
	
	#issuesbefore .contentA {
		width: 100%;
	}
	
	#issuesbefore .contentA_inner{
		background: #577696;
		color: #ffffff;  
		width: 90%;
		border-radius: 10px;
		max-width: 90%;
		margin: 6% auto 2% auto;
		padding: 10% 10% 10% 10%;
		text-align: center;
		font-weight:600;
		font-size: 18px;
	}
	
	#issuesbefore .contentB{
		width: 90%;
		padding: 0 0 2% 0;
	}
	
	#effectsafter .content{
		width: 100%;
		background: #ffffff;
		margin: 0 auto;
		display: block;
	}

	#effectsafter ol {
		padding: 0 2em 0 0;
	}
	
	#effectsafter .contentA{
		width: 100%;
	}
	
	#effectsafter .contentA_inner{
		background: #bd9528;
		color: #ffffff;  
		width: 90%;
		border-radius: 10px;
		max-width: 90%;
		margin: 6% auto 2% auto;
		padding: 10% 10% 10% 10%;
		text-align: center;
		font-weight:600;
		font-size: 18px;
	}	
	
	#effectsafter .contentB {
		width: 90%;
		padding: 0 0 2% 0;
	}
}


/* ==========================================================
   トピックス  
=============================================================*/
#topicks{
padding: 20px 0 60px 0;
background: #ffffff;
	font-size: 18px;
}

#topicks .content{
width: 80%;
background: #ffffff;
margin: 0 auto;
}

#topicks ol {
  counter-reset:number; /*数字をリセット*/
 list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0em 0.3em 0em;
	font-weight:600;
	border-top: 1px solid #cccccc; 
}

#topicks ol li {
  border-bottom: 1px solid #cccccc;
  position: relative;
  padding: 0.9em 0px 0.9em 5em;
  line-height: 2.2em;
}

#topicks ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: "0"counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  color: #484848;
 font-weight: 600;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
	margin: 0 0 0 2em;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#topicks a {
color:#484848;
text-decoration:none;
font-weight: normal;
}

#topicks a:visited {
  color: #484848;
}

#topicks .headline{
	padding: 60px 0px 60px 0px;
	font-size:38px;
	font-weight: 700;
	text-align: center;
	color:#333333;
}



/* ==========================================================
   記事内  
=============================================================*/
#interview-content{
background: #ffffff;
padding: 60px 0 60px 0;
}

#interview-content .single_content{
  width: 740px;
	max-width: 90%;
	margin: 0px auto;
}

#interview-content h2.no { 
font-size: 42px;
text-align: center;
color: #C3C3C3;
}

#interview-content h3.headline { 
	font-size: 30px;
    line-height: 1.7em;
	padding: 0px 0 30px 0;
	text-align: center;
	color: #262933;
}

#interview-content .textarea { 
	padding: 0 0 1.6em 0;
    font-size: 16px;
    line-height: 2em;
    text-align: left;
    color: #707070;
    margin-bottom: 30px;
}

#interview-content .textbox { 
	background: #f5f5f5;
	padding: 2.4em 2.3em 2.5em 2.5em;
	margin: 0 0 2em 0;
    font-size: 16px;
    text-align: left;
    color: #707070;
    line-height: 1.8em;
	margin-bottom: 60px;
}

#interview-content .linkBox { 
	margin: 0 0 2em 0;
    font-size: 16px;
    text-align: left;
    color: #707070;
    line-height: 1.8em;
    margin-bottom: 60px;
    border: 1px solid #ccc;
    padding: 20px;
}

#interview-content .linkBox a { 
    color: #1D2789;
    text-decoration: underline;
}

#interview-content .linkBox p { 
	margin-bottom: 0;
}

#interview-content .bold { 
padding-bottom: 0.5em;
font-size: 16px;
font-weight:600;
text-align: left;
color: #333333;
}

#interview-content .boxtext { 
margin: 0 0 0 0;
	}

#interview-content ul li {
    list-style: disc;
    margin-left: 1.5em;
	margin-top: 15px;
    font-size: 16px;
    color: #707070;
}


#interview-content ol li {
    list-style:decimal;
    margin-left: 1.5em;
	margin-top: 15px;
    font-size: 16px;
    color: #707070;
}

#interview-content mark {
    color: #707070!important;
}

#interview-content strong {
	color: #333;
}

#interview-content .wp-block-image figcaption {
  text-align: right!important;
	color: #333333 !important;
  font-size: 14px !important;
	font-weight:500 !important;
  padding-bottom: 10px !important;
}


@media screen and (max-width: 640px) {
	#interview-content h3.headline {
		font-size: 30px;
		width: 90%;
		margin: 0 auto;
	}
	
	#interview-content .textarea {
		width: 90%;
		margin: 0 auto;
	}
}



/* ==========================================================
   ダウンロード 
=============================================================*/
#interview-download .download_btn {
	padding: 30px 0px 40px 0px;
	font-size: 20px;
}


#interview-download .download_btn a {
	text-decoration: none;
    background: #234263;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 360px;
    padding: 30px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-radius: 5px;
}
#interview-download .download_btn a:hover {
    background: #eee;
    color: #313131;
}
#interview-download .download_btn a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transform: translateY(-50%);
}
#interview-download .download_btn a:hover:after {
    border-color: #ccc;
}

#interview-download .download_text {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-weight:600;
	font-size: 18px;
}




/* =============================
   ご利用サービス 
================================*/
#servicefield {
	padding: 0px 0 30px 0;
}

#servicefield .content{
	width: 740px;
	margin: 0 auto;
	max-width: 80%;
	color: #333333;
	font-weight:500;
}

#servicefield .content a{
  color: #678db3;
	font-weight:600;
	font-size: 18px;
    padding-right: 10px;
}

#servicefield .content i {
    position: relative;
    top: -2.5px;
    margin-bottom: 10px;
}

#servicefield .content p{
	font-size:16px;
	line-height: 1.7em;
    margin-bottom: 30px;
}

#servicefield hr.style2{
	border-top: 2px solid #d3d3d3;
}


#servicefield h4.headline { 
font-size: 18px;
text-align: left;
color: #333333;
    margin-bottom: 40px;
    padding-top: 5px;
}

@media screen and (max-width: 640px) {
	#servicefield .content{
		width: 90%;
		margin: 0 auto;
		max-width: 100%;
	}
}

/* ==========================================================
    インタビューヘッド・PICKUP
=============================================================*/
#interview-head{
background: #ffffff;
padding: 0px 0 60px 0;
}

#interview-head .col_2{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#interview-head .col_2 > div{
	width: 50%;
	padding: 10px;
}

#interview-head .single_title {
	font-size: 33px;
	padding: 0 20px 20px 0px;
    color: #262933;
    line-height: 1.6em;
    margin-bottom: 40px;
}

#interview-head h3 {
	margin-bottom: 15px;
}

#interview-head .name {
	font-size: 16px;
}

#interview-head .name span {
	font-size: 16px;
	font-weight: bold;
}

#interview-head .single_thumbnail img {
	border-radius: 6px;
}


#interview-head .interview_pickup {
	display: inline-block;
background-color: #ffffff;
padding: 5px 15px 5px 15px;
margin: 0 10px 10px 0;
max-width: 400px;
font-size: 16px;
font-weight: 600;
border:solid 3px #4c78a5;
border-radius: 3px;
color:#4c78a5;
text-align: center;
}

#interview-head .post_title  {
	font-size: 33px;
	padding: 0 20px 20px 0px;
    color: #262933;
    line-height: 1.6em;
    margin-bottom: 30px;
}

#interview-head .post_title a {
font-weight: 700;
	color:#333333;
}

#interview-head .seemore a {
	text-decoration: none;
    background: #262933;
    border-radius: 3px;
	position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0;
    max-width: 200px;
    padding: 15px 15px 17px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.1em;
}
#interview-head .seemore a:hover {
    background: #eee;
    color: #333333;
}
#interview-head .seemore a:after {
    position: absolute;
    top: 50%;
    right: 14px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transform: translateY(-50%);
}
#interview-head .seemore a:hover:after {
    border-color: #FFF;
}


#interview-head .interview-tags {
margin-bottom: 0px;
}


#interview-head .interview-tags2 {
/*margin-bottom: 10px;*/
}

#interview-head .industry {
display: inline-block;
padding: 3px 15px 3px 15px!important;
margin: 4px 2px 8px 2px!important;
background-color: #edf0f3;	
max-width: 400px;
font-size: 14px;
font-weight: 700 !important;
color:#333333;
text-align: center;
}


#interview-head .tags {
display: inline-block;
padding: 3px 15px 3px 15px;
margin: 0 2px 10px 2px;
background-color: #989898;
max-width: 400px;
font-size: 14px;
/*font-weight: 700;*/
color:#ffffff;
text-align: center;
}

#interview-head .company_name {
	padding: 0px 0px 6px 0px;
	color:#333333;
	font-size: 24px;
	font-weight: 600;
	
}

#interview-head .interview-service {
	margin: -60px 0px 0px 0px;
	color: #333333;
	font-size: 14px;
	font-weight: 600;
}

#interview-head .service {
	display: inline-block;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 18px 0px -1%;
    max-width: 400px;
    font-size: 14px;
    /*color: #3D6D9E;*/
    text-align: left;
}

#interview-content .kyukamura-tbl th {
    background-color: #EDF0F3;
}

@media screen and (max-width: 820px) {
	#interview-head .col_2 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	#interview-head .alignwide {
		max-width: 90vw;
		margin: 0 auto;
	}
	
	#interview-list .alignwide {
		max-width: 90vw;
		margin: 0 auto;
	}
	
	#interview-head .col_2 > div {
		width: 100%;
	}
	
	#interview-content .single_content {
		max-width: 80%;
	}
}

@media screen and (max-width: 640px) {
	#interview-head .col_2{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}	
	
	#interview-head .col_2 > div{
		width: 100%;
		padding: 0 5% 20px 5%;
	}
	
	#topicks ol li:before {
		margin-left: 0;
	}
	
	#topicks ol li {
		padding-left: 3em;
	}
	
	#interview-head .single_title {
		font-size: 30px;
		padding-right: 0;
	}
	
	#interview-content ul,
	#interview-content ol {
		width: 90%;
		margin: 0 auto;
	}
	
	#interview-content .single_content {
		max-width: 90%;
	}
}


/* ==========================================================
    インタビューリスト
=============================================================*/
#interview-list {
padding: 0px 0px 60px 0px;
}

#interview-list .listarea {
padding: 60px 0px 0px 0px;
width: 100%;
margin: 0 auto;
}

/* 3カラム */
*, *:before, *:after {
	box-sizing: border-box;
}
#interview-list .col_3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/*background-color: #ffffff;
	color: #333333; */
    justify-content: space-between;
}


#interview-list .col_3 > div{
	width: 31%;
	padding: 10px;
}

#interview-list .list_thumbnail{
padding: 0px 0px 20px 0px;
}

#interview-list .list_thumbnail img{
border-radius: 4px;
}


#interview-list .interview_title {
	padding: 20px 0px;
  text-decoration: none;
	color:#262933;
		font-size: 18px;
	font-weight: 600;
		line-height: 6px

}

#interview-list .interview_title a {
	/*padding: 20px 0px;*/
	text-decoration: none;
	color:#262933;
	font-size: 20px;
	font-weight: 600;
    line-height: 1.6em;
}
 
#interview-list .company_name {
	padding: 12px 0px 15px 0px;
	color:#262933;
	font-size: 18px;
	/*font-weight: 600;*/
	margin-top: 10px;
	
}

#interview-list .interview-service {
	margin: -60px 0px 0px 0px;
	color: #333333;
	font-size: 14px;
	font-weight: 600;
}

#interview-list .service {
	display: inline-block;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 18px 0px -1%;
	max-width: 400px;
	font-size: 14px;
	/*color:#4c78a5;*/
	text-align: left;
}

#interview-list .interview-tags {
margin-bottom: 0px;
}

#interview-list .interview-tags2 {
/*margin-bottom: 10px;*/
}

#interview-list .industry {
	display: inline-block;
	padding: 3px 10px 3px 10px;
    margin: 0 2px 5px 2px;
	background-color: #edf0f3;	
	max-width: 400px;
	font-size: 12px;
	/*font-weight: 700 !important;*/
	color:#333333;
	text-align: center;
}

#interview-list .tags {
display: inline-block;
padding: 3px 10px 3px 10px;
margin: 0 2px 5px 2px;
background-color: #989898;
max-width: 400px;
font-size: 12px;
/*font-weight: 700;*/
color:#ffffff;
text-align: center;
}

@media screen and (max-width: 1090px){
	#interview-list	.col_3 > div{
		width: 50%;
	}
}

@media screen and (max-width: 640px){
	#interview-list	.col_3 > div{
		width: 100%;
		padding: 0 5% 30px 5%;
	}
}


/* ==========================================================
    ナビゲーション
=============================================================*/
#interview-nav {
padding: 60px 0 60px 0;
}

#interview-nav .pagination {
width: 80%;
margin: 0 auto;
display: flex;
justify-content: center;
}

#interview-nav ul.page-numbers {
border: 0px;
}

#interview-nav .pagination li {
    display: inline-block;
}
