@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　experience
 * 
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
  background-image: url(../img/interview/img_kv_pc.jpg);  
}
.page-ttl h1 {
	text-shadow: 0 0 10px rgba(0,0,0,.3);
}


/*--------------------------------------------------------------------------
   Works Top
---------------------------------------------------------------------------*/
.experience-main._top-cont::before{
	height: calc(100% - 150px);	
}

/* experience
-----------------------------------------------------------------*/
.experience .page-hd{
	margin-bottom: 40px;
}
.experience-main{
	padding-bottom: 180px;
}
.interview-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.interview-list li{
	max-width: 380px;
	width: calc((100% - 30px)/3);
}
.interview-list li:nth-child(n+4){
	margin-top: 100px;
}
.interview-list .thumb{
	margin-bottom: 24px;
}
.interview-list .thumb img{
	border-radius: 10px;
}
.interview-list h3{
	margin-bottom: 10px;
	font-size: 2.2rem;
	line-height: 1.4;
	color: var(--navy);
}
.interview-list h4{
	margin-bottom: 24px;
	font-size: 1.6rem;
	line-height: 1.6;
	color: var(--blue);	
}
.interview-list .txt{
	margin-bottom: 24px;
}
.interview-list .btn-base a{
	max-width: 280px;
}



/*--------------------------------------------------------------------------
   Interview Detail
---------------------------------------------------------------------------*/
.page-ttl._interview01{ background-image: url(../img/interview/interview01/img_kv_pc.jpg); }
.page-ttl._interview02{ background-image: url(../img/interview/interview02/img_kv_pc.jpg); }
.page-ttl._interview03{ background-image: url(../img/interview/interview03/img_kv_pc.jpg); }
.page-ttl._interview04{ background-image: url(../img/interview/interview04/img_kv_pc.jpg); }
.page-ttl._interview05{ background-image: url(../img/interview/interview05/img_kv_pc.jpg); }
.page-ttl._interview06{ background-image: url(../img/interview/interview06/img_kv_pc.jpg); }
.interview-main._top-cont::before{
	height: calc(100% - 120px);
}

/* interview
-----------------------------------------------------------------*/
.interview .page-hd{
	margin-bottom: 40px;
}
.interview-main{
	padding-bottom: 180px;
}
.interview h3{
	margin-bottom: 50px;
}
.interview .txt + .txt{
	margin-top: 24px;
}
.interview .pic-cutin .caption{
	display: block;
	margin-top: 5px;
	padding-right: 10px;
	text-align: right;
}
.interview .pic-cutin-box .pic-cutin img {
	width: 39vw;
}
.interview h4{
	margin: 125px 0 40px;
	font-size: 3.2rem;
	line-height: 1.6;
	color: var(--navy);
}
.interview .layout-box._rev{
	flex-direction: row-reverse;	
}
.interview .layout-box .txt-area{
	max-width: 740px;
	margin-right: 20px;
}
.interview .layout-box .txt-area._noimg{
	max-width: none;
	width: 100%;
}
.interview .layout-box .pic{
	max-width: 470px;
}
.interview .layout-box .pic img{
	border-radius: 10px;
}
.interview .layout-box .pic .caption{
	display: block;
	margin-top: 5px;
	text-align: right;	
}
.interview .message{
	margin-top:  170px;
	padding: 50px 4%;
	background: var(--light);
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);	
}
.interview .message h3{
	margin-bottom: 40px;
	text-align: center;
	color: var(--navy);
	font-size: 3.2rem;
	line-height: 1.6;
}
.interview .message > div{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;	
}
.interview .message .txt-area{
	max-width: 600px;
}
.interview .message .txt-area .txt + .txt{
	margin-top: 16px;
}
.interview .message .pic{
	max-width: 510px;
	margin-right: 20px;
}
.interview table{
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width: 100%;
	background: #FFF;
}
.interview table th,
.interview table td{
	padding: 0.75em 2em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 1.8rem;	
}
.interview table th{
	width: 160px;
	background-color: #f5f5f5;
	text-align: center;	
}
.interview table em {
  font-style: normal;
  color: var(--navy);
}
.interview p strong{
  color: var(--navy);
}
.interview p.note{
	margin-top: 20px;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1.4rem;	
}
.interview p .modal-trigger{
	color: var(--navy);
	font-weight: bold;
	text-decoration: underline;
}
.interview p .modal-trigger:hover{
	color: var(--navy);
	font-weight: bold;
	text-decoration: none;
}
.interview ol{
	font-size: 1.8rem;
}
.interview ol li{
	display: flex;
	align-items: flex-start;
	padding: 10px;
	border: 1px solid #ccc;
	background: var(--light);
}
.interview ol li:nth-child(n+2){
	margin-top: 20px;
}
.interview ol .num{
	flex-shrink: 0;
	width: 25px;
	height: 25px;
	transform: translateY(4px);
	margin-right: 10px;
	background: var(--navy);
	border-radius: 100vmax;
	color: var(--light);
	text-align: center;
	line-height: 23px;
}
.bnr-works{
	overflow: hidden;
	max-width: 980px;
	margin: 120px auto 0;
	background: var(--navy);
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.bnr-works a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bnr-works .ttl-area{
	width: 46.84%;
	padding: 20px 0;
	color: var(--light);
	transition: .3s;
}
.bnr-works a:hover .ttl-area{
	opacity: .7;
}
.bnr-works .ttl{
	margin-bottom: 8px;
	padding: 0 6%;
	font-size: 2.2rem;
	line-height: 1.4;
}
.bnr-works .name{
	padding: 0 6%;
	font-size: 1.6rem;
	line-height: 1.6;
}
.bnr-works h3{
	position: relative;
	margin-top: 15px;
	padding: 20px 6% 0;
	font-size: 4.8rem;
	line-height: 1;
}
.bnr-works h3::before{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	max-width: 370px;
	width: 80%;
	height: 1px;
	content: "";
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.15) 95%);
}
.bnr-works .thumb{
	overflow: hidden;
	max-width: 521px;
	width: 53.16%;
}
.bnr-works .thumb img{
	display: block;
	transition: .5s;
}
.bnr-works a:hover .thumb img{
	transform: scale(1.03);
}


/* modal
-----------------------------------------------------------------*/
.modal{
	display: none;
}
.modal-cont h3{
	margin-bottom: 30px;
	font-size: 3rem;
	text-align: center;
}
.modal-cont .txt{
	font-size: 1.8rem;
}
.modal-cont .note{
	margin-top: 20px;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1.4rem;
}


/* other-business
-----------------------------------------------------------------*/
.other-interview{
	padding: 100px 0;
	background: var(--lightblue);
}
.other-interview h2{
	width: 100%;
	margin-bottom: 60px;
	text-align: center;
}
.other-works-slider-area{
	position: relative;
}
.other-interview-list{
	padding-bottom: 70px;
}
.other-interview-list .slick-slide{
	padding: 0 15px;
}
.other-interview-list .slider-item{
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border:2px solid transparent;
	overflow: hidden;
	transition: .3s;	
}
.other-interview-list .slider-item:hover{
	border-color: var(--navy);
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.other-interview-list .slider-item a{
	position: relative;
	display: block;
	height: 100%;
	background: var(--light);
}
.other-interview-list .slider-item a::after{
	position: absolute;
	right: 5%;
	bottom: 25px;
	display: block;
	width: 13px;
	height: 10px;
	content: "";
	background: url(../img/common/arw_navy.svg) no-repeat;
	background-size: 100% auto;
	transition: .3s;
}
.other-interview-list .slider-item a:hover::after{
	right: 4%;
}
.other-interview-list .slider-item .thumb{
	overflow: hidden;
}
.other-interview-list .slider-item .thumb img{
	display: block;
	transition: .5s;
}
.other-interview-list .slider-item a:hover .thumb img{
	transform: scale(1.03);
}
.other-interview-list .slider-item .txt-area{
	padding: 25px 5% 30px;
}
.other-interview-list .slider-item .tags{
	margin-bottom: 10px;
}
.other-interview-list .slider-item h3{
	margin-bottom: 10px;
	font-size: 2rem;
	line-height: 1.5;
}
.other-interview-list .slider-item .mansion-name{
	color: var(--navy);
}
.other-interview-list .slick-prev,
.other-interview-list .slick-next {
		margin-top: -70px;
    width: 20px;
    height: 40px;   
}
.other-interview-list .slick-prev{
	left: 0;
	transform: translate(-100%, -50%);
	background: url(../img/common/arw_slider_prev.svg) no-repeat;
	background-size: 100% auto;
}
.other-interview-list .slick-next{
	right: 0;
	transform: translate(100%, -50%);
	background: url(../img/common/arw_slider_next.svg) no-repeat;
	background-size: 100% auto;
}
.other-interview-list .slick-dots {
    left: 100px;
    bottom: 11px;
    z-index: 50;
    display: flex;
    width: calc(100% - 120px);
}
.other-interview-list .slick-dots li {
    width: calc(100% / 6);
    height: 2px;
    margin: 0;
    background: var(--blue);
    opacity: .5;
}
.other-interview-list .slick-dots li.slick-active,
.other-interview-list .slick-dots li:hover{
	opacity: 1;
}
.other-interview-list .slick-dots button {
   width: 100%;
	height: 20px;
	transform: translateY(-9px); 
}
.other-interview-slider-area .btn-prev,
.other-interview-slider-area .btn-next{
	position: absolute;
	bottom: -16px;
	padding: 10px 0;
	cursor: pointer;
	opacity: .5;
	transition: .3s;
}
.other-interview-slider-area .btn-prev:hover,
.other-interview-slider-area .btn-next:hover{
	opacity: 1;
}
.other-interview-slider-area .btn-prev{
	left: 20px;
}
.other-interview-slider-area .btn-next{
	left: 60px;
}














/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	

/* experience
-----------------------------------------------------------------*/
	.experience .page-hd{
		margin-bottom: 0;
	}
	.experience-main{
		padding-bottom: 60px;
	}	
	.interview-list{
		display: block;
	}
	.interview-list li{
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
	}
	.interview-list li:nth-child(n+2){
		margin-top: 60px;
	}
	.interview-list .thumb{
		margin-bottom: 20px;
	}
	.interview-list h3{
		margin-bottom: 8px;
	}
	.interview-list h4{
		margin-bottom: 20px;
		text-align: justify;	
	}
	.interview-list .txt{
		margin-bottom: 20px;
	}



/*--------------------------------------------------------------------------
   Interview Detail
---------------------------------------------------------------------------*/
.interview-main._top-cont::before{
	height: calc(100% - 70px);
}

/* interview
-----------------------------------------------------------------*/
	.interview .page-hd{
		margin-bottom: 0;
	}
	.interview-main{
		padding-bottom: 60px;
	}	
	.interview h3{
		margin-bottom: 25px;
	}
	.interview .txt{
		text-align: justify;
	}
	.interview .txt + .txt{
		margin-top: 16px;
	}
	.interview .pic-cutin .caption{
		display: block;
		margin-top: 5px;
		padding-right: 10px;
		text-align: right;
	}
	.interview .pic-cutin-box .pic-cutin img {
		width: 100%;
	}
	.interview h4{
		margin: 50px 0 20px;
		font-size: 2.2rem;
	}
	.interview h4._top{
		margin-top: 0;
	}
	.interview .layout-box{
		display: block;
	}
	.interview .layout-box .txt-area{
		max-width: none;
		margin: 0 0 30px;
	}
	.interview .layout-box .pic{
		max-width: 470px;
	}
	.interview .message{
		margin-top:  40px;
		padding: 20px 20px 25px;
	}
	.interview .message h3{
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.interview .message > div{
		display: block;
	}
	.interview .message .txt-area{
		max-width: none;
		margin-bottom: 20px;
	}
	.interview .message .txt-area .txt + .txt{
		margin-top: 12px;
	}
	.interview .message .pic{
		max-width: none;
		margin-right: 0;
	}
	.interview table th,
	.interview table td{
		padding: 0.75em 1em;
		font-size: 1.3rem;	
	}
	.interview table th{
		width: 80px;
	}
	.interview p.note{
		margin-top: 15px;
		font-size: 1.2rem;	
	}
	.interview ol{
		font-size: 1.4rem;
	}
	.interview ol li:nth-child(n+2){
		margin-top: 10px;
	}
	.interview ol .num{
		width: 22px;
		height: 22px;
		line-height: 20px;
	}	
	.bnr-works{
		margin-top: 40px;
	}
	.bnr-works a{
		display: block;
	}
	.bnr-works .ttl-area{
		width: 100%;
		padding: 20px 0 30px;
	}
	.bnr-works a:hover .ttl-area{
		opacity: 1;
	}
	.bnr-works .ttl{
		margin-bottom: 5px;
		padding: 0 20px;
	}
	.bnr-works .name{
		padding: 0 20px;
	}
	.bnr-works h3{
		position: relative;
		margin-top: 10px;
		padding: 15px 20px 0;
		font-size: 3.2rem;
	}
	.bnr-works h3::before{
		max-width: none;
		width: 85%;
	}
	.bnr-works .thumb{
		max-width: none;
		width: 100%;
	}
	.bnr-works .thumb img{
		display: block;
		transition: .5s;
	}
	.bnr-works a:hover .thumb img{
		transform: scale(1.03);
	}


/* modal
-----------------------------------------------------------------*/
	.modal-cont h3{
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.modal-cont .txt{
		font-size: 1.5rem;
	}
	.modal-cont .note{
		margin-top: 15px;
		font-size: 1.2rem;
	}


/* other-business
-----------------------------------------------------------------*/
	.other-interview{
		padding: 60px 0;
	}
	.other-interview h2{
		margin-bottom: 30px;
	}
	.other-interview-list{
		padding-bottom: 50px;
	}
	.other-interview-list .slick-slide{
		padding: 0 15px;
	}
	.other-interview-list .slider-item{
		border: none;	
	}
	.other-interview-list .slider-item:hover{
		box-shadow: none;
	}
	.other-interview-list .slider-item a:hover::after{
		right: 5%;
	}
	.other-interview-list .slider-item a:hover .thumb img{
		transform: scale(1);
	}
	.other-interview-list .slider-item .txt-area{
		padding: 25px 20px 30px;
	}
	.other-interview-list .slick-prev,
	.other-interview-list .slick-next {
		margin-top: -70px;
		width: 20px;
		height: 40px;   
	}
	.other-interview-list .slick-prev{
		left: 10px;
		transform: translate(-100%, -50%);
		background: url(../img/common/arw_slider_prev.svg) no-repeat;
		background-size: 100% auto;
	}
	.other-interview-list .slick-next{
		right: 10px;
		transform: translate(100%, -50%);
		background: url(../img/common/arw_slider_next.svg) no-repeat;
		background-size: 100% auto;
	}
	.other-interview-list .slick-dots {
			left: 95px;
			display: flex;
			width: calc(100% - 105px);
	}
	.other-interview-slider-area .btn-prev,
	.other-interview-slider-area .btn-next{
		bottom: -17px;
		width: 20px;
	}


}