@charset "utf-8";
/*********************************************************************
 *
 *  For エイワハウジングとは-採用情報-インタビュー
 *
*********************************************************************/

@media print, screen and (min-width: 768px) {

/* clm */
/* --------------------------------------------------------------------------- */
.clm {
	display: flex;
	margin: 0 auto;
	margin-bottom: 90px;
	max-width: 1200px;
}

/* side */
/* --------------------------------------------------------------------------- */
#side {
	min-width: 320px;
	max-width: 400px;
	background-color: #c8c8c8;
}
#side .mv {
	position:relative;
	left: 0;
	top:0;
	width: 100%;
}
#side .mv .name {
	position:absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 320px;
}
#side .mv .dev {
	position:absolute;
	right:20px;
	top: 250px;
	transform: translate(50%, 50%) rotate(90deg);
	width: 500px;
	font-size: 2.0rem;
	color: #FFF;
	line-height: 30px;
}

/* interview */
/* --------------------------------------------------------------------------- */
#interview {
	background: url(../img/mv_en.svg) left top no-repeat;
	background-size: 800px auto;
}
#interview .inner {
	display: flex;
	justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	padding-top: 230px;
	width: auto;
	max-width: 800px;
}
#interview article {
	margin-bottom: 130px;
	width: 600px;
}
#interview article:nth-last-of-type(2) {
	margin-bottom: 100px;
}
#interview article.entry {
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 50px;
	width: 700px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
}
#interview article h4 {
	margin-bottom: 40px;
	font-size: 2.0rem;
	font-weight: bold;
}
#interview article h4::before {
	content: "";
    display: inline-block;
    margin: 0 10px 4px 2px;
    width: 40px;
    height: 1px;
    background: #000;
    vertical-align: middle;
}
#interview article .desc {
	font-size: 1.6rem;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
}
#interview article .img {
	margin-top: 20px;
}
#interview article .btnEntry {
	position: relative;
	display: block;
	margin: 40px auto 0;
	width: 400px;
	color: #FFF;
	font-size: 3.0rem;
	text-align: center;
	line-height: 70px;
	background-color: #000;
	border-radius: 4px;
}
#interview article .btnEntry::after {
    content: "";
    position: absolute;
    top: 50%;
	right: 20px;
    display: block;
    width: 24px;
    height: 24px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
	transform: translateY(-50%) rotate(135deg);
}

/* pagination */
/* --------------------------------------------------------------------------- */
.pagination {
}
.pagination h5 {
	margin-bottom: 15px;
	font-size: 3.0rem;
	line-height: 1;
	text-align: center;
}
.pagination .list {
	display: table;
	margin: 0 auto;
}
.pagination .list li {
	float: left;
	width: 240px;
}
.pagination .list li.prev {
	margin-right: 50px;
}
.pagination .list li a {
	display: block;
}
.pagination .list li a p {
	position: relative;
	padding: 0 20px;
	font-size: 2.0rem;
	line-height: 30px;
}
.pagination .list li.prev a p {
	text-align: left;
}
.pagination .list li.next a p {
	text-align: right;
}
.pagination .list li a p::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.pagination .list li.prev a p::after {
	left: 5px;
	transform: translateY(-50%) rotate(-45deg);
}
.pagination .list li.next a p::after {
	right: 5px;
	transform: translateY(-50%) rotate(135deg);
}

}/* min-width: 768px */

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

/* side */
/* --------------------------------------------------------------------------- */
#side {
	margin-bottom: 30px;
}
#side .mv {
	position:relative;
	margin-bottom: 10px;
	width: 100%;
	top: 0 !important;
}
#side .mv .name {
	position:absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 240px;
}
#side .mv::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/mv_en.svg) left top no-repeat;
	background-size: 100% auto;
}
#side .btnScroll {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 30px;
	font-size: 1.1rem;
	line-height: 1;
	text-align: center;
}
#side .btnScroll::after {
    content: "";
    position: absolute;
	left: 50%;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
	transform: translateX(-50%) rotate(-135deg);
}

/* interview */
/* --------------------------------------------------------------------------- */
#interview {
	margin-bottom: 40px;
}
#interview .inner {
}
#interview article {
	margin-bottom: 50px;
}
#interview article:nth-last-of-type(2) {
	margin-bottom: 35px;
}
#interview article.entry {
	margin-bottom: 0;
	padding: 35px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
}
#interview article h4 {
	padding-bottom: 10px;
	margin:0 5% 18px;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
#interview article .desc {
	margin: 0 5%;
	font-size: 1.2rem;
	line-height: 2;
}
#interview article .img {
	margin-top: 20px;
}
#interview article .btnEntry {
	position: relative;
	display: block;
	margin: 20px 5% 0;
	color: #FFF;
	font-size: 2.0rem;
	text-align: center;
	line-height: 40px;
	background-color: #000;
	border-radius: 4px;
}
#interview article .btnEntry::after {
    content: "";
    position: absolute;
    top: 50%;
	right: 20px;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
	transform: translateY(-50%) rotate(135deg);
}

/* pagination */
/* --------------------------------------------------------------------------- */
.pagination {
}
.pagination h5 {
	margin-bottom: 15px;
	font-size: 2.0rem;
	line-height: 1;
	text-align: center;
}
.pagination .list {
}
.pagination .list li {
	float: left;
	width: 48%;
}
.pagination .list li.prev {
	margin-right: 4%;
}
.pagination .list li a {
	display: block;
}
.pagination .list li a p {
	position: relative;
	padding: 0 20px;
	font-size: 1.2rem;
	line-height: 30px;
}
.pagination .list li.prev a p {
	text-align: left;
}
.pagination .list li.next a p {
	text-align: right;
}
.pagination .list li a p::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.pagination .list li.prev a p::after {
	left: 10px;
	transform: translateY(-50%) rotate(-45deg);
}
.pagination .list li.next a p::after {
	right: 10px;
	transform: translateY(-50%) rotate(135deg);
}
}/* max-width: 767px */