@charset "UTF-8";


/* MAKAIRA FROM WITHINの詳細ページ  --------------------------------------------------------------- */
#interview {
	padding-top: 50px;
	position: relative;
	}

	#interview #win-close {
		width: 50px;
		height: 50px;
		cursor: pointer;
		
		background-image: url("../../img/recruit/article_close.png");
    background-position: center center;
    background-size: 20px auto;
		
		position: absolute;
		right: 0;
		top: 0;
		}

	#interview #visual {
		margin-bottom: 50px;
		}

		#interview #visual img {
			width: 100%;
			}

	#interview #article {
		padding: 0 70px 30px 70px;
		}

		#interview #article #top {
			margin-bottom: 50px;
			}

			#interview #article #top h2 {
				font-size: 30px;
				font-weight: bold;
				line-height: 1.5;
				margin-bottom: 20px;
				}

			#interview #article #top p {
				font-weight: bold;
				line-height: 1.5;
				}

		#interview #article #end {
			margin-top: 50px;
			}

			#interview #article #end p {
				font-weight: bold;
				line-height: 1.5;
				}

@media(max-width: 768px){	
	#interview {
		padding-top: 0;
		}

		#interview #win-close {
			display: none;
			}

		#interview #visual {
			margin-bottom: 20px;
			}
	
		#interview #article {
			padding: 0 5% 30px 5%;
			}

			#interview #article #top {
				margin-bottom: 50px;
				}

				#interview #article #top h2 {
					font-size: 22px;
					}

			#interview #article #end {
				margin-top: 20px;
				}
	}



/* インタビュー パターン１  --------------------------------------------------------------- */
#interview_P1 {
	}

	#P1_1, #P1_2, #P1_3, #P1_4, #P1_5 {
		margin-bottom: 70px;
		}

		#interview_P1 h2 {
			font-size: 16px;
			font-weight: bold;
			margin-bottom: 20px;
			}

		#interview_P1 p {
			line-height: 1.5;
			font-size: 16px;
			}

		#interview_P1 p.solo {
			margin-bottom: 50px;
			}

		#interview_P1 ul {
			overflow: hidden;
			margin-bottom: 50px;
			}

			#interview_P1 ul li {
				float: left;
				width: 48%;
				margin-right: 4%;
				}

			#interview_P1 ul li:last-of-type {
				margin-right: 0;
				}

			#interview_P1 ul.right li {
				width: 48%;
				}

			#interview_P1 ul.right li:first-of-type {
				float: right;
				margin-right: 0;
				}

			#interview_P1 ul.right li:last-of-type {
				float: left;
				}
			
@media(max-width: 768px){	
	#P1_1, #P1_2, #P1_3, #P1_4, #P1_5 {
		margin-bottom: 50px;
		}
	
		#interview_P1 h2 {
			font-size: 15px;
			}

		#interview_P1 p {
			font-size: 15px;
			}

		#interview_P1 ul {
			margin-bottom: 20px;
			}

			#interview_P1 ul li,
			#interview_P1 ul.right li {
				float: none;
				width: 100%;
				margin-right: 0;
				}

			#interview_P1 ul li {
				margin-bottom: 20px;
				}
	}



/* インタビュー パターン２  --------------------------------------------------------------- */
#interview_P2 ul {
	overflow: hidden;
	margin-bottom: 70px;
	}

	#interview_P2 ul li {
		float: left;
		width: 48%;
		margin: 0 4% 0 0;
		}

	#interview_P2 ul li:last-of-type {
		margin: 0 0 0 0;
		}

	#interview_P2 ul:nth-of-type(odd) li {
		float: right;
		margin: 0 0 0 4%;
		}

	#interview_P2 ul:nth-of-type(odd) li:last-of-type {
		margin: 0 0 0 0;
		}

	#interview_P2 ul li h2 {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 20px;
		}

	#interview_P2 ul li p {
		font-size: 16px;
		}

@media(max-width: 768px){
	#interview_P2 ul {
		margin-bottom: 50px;
		}

		#interview_P2 ul li {
			float: none;
			width: 100%;
			margin: 0 0 20px 0;
			}

		#interview_P2 ul li:last-of-type {
			margin: 0 0 0 0;
			}

		#interview_P2 ul:nth-of-type(odd) li {
			float: none;
			margin: 0 0 20px 0;
			}

		#interview_P2 ul:nth-of-type(odd) li:last-of-type {
			margin: 0 0 0 0;
			}

		#interview_P2 ul li h2 {
			font-size: 15px;
			font-weight: bold;
			margin-bottom: 20px;
			}

		#interview_P2 ul li p {
			font-size: 15px;
			}
	
		#interview_P2 ul li p:first-of-type {
			margin-bottom: 20px;
			}
	}

