<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
	☆interview
----------------------------------------------------*/
#interview #contents{
    padding-top: 200px;
}

#interview .head01{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#interview .sectionInr{
	width: 90%;
	max-width: 1134px;
	margin: 0 auto;
}
#interview .sectionInr .interviewContainer{
	margin-bottom: 170px;
	position: relative;
}
#interview .sectionInr .interviewContainer .intro{
	position: relative;
	width: 100%;
	height: 406px;
}
#interview .sectionInr .interviewContainer .intro .image{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
#interview .sectionInr .interviewContainer.p01 .intro .image{ background: url("../images/img_interview_01.jpg") center top / cover no-repeat;}
#interview .sectionInr .interviewContainer.p02 .intro .image{ background: url("../images/img_interview_02.jpg") center top / cover no-repeat;}
#interview .sectionInr .interviewContainer.p03 .intro .image{ background: url("../images/img_interview_03.jpg") center top / cover no-repeat;}
#interview .sectionInr .interviewContainer.p04 .intro .image{ background: url("../images/img_interview_04.jpg") center top / cover no-repeat;}
#interview .sectionInr .interviewContainer.p05 .intro .image{ background: url("../images/img_interview_05.jpg") center top / cover no-repeat;}
#interview .sectionInr .interviewContainer.p06 .intro .image{ background: url("../images/img_interview_06.jpg") center top / cover no-repeat;}
#interview .sectionInr .interviewContainer.p07 .intro .image{ background: url("../images/img_interview_07.jpg") center top / cover no-repeat;}

#interview .sectionInr .interviewContainer .intro::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 10px;
	background: url("../images/bg_pattern_01.gif") center top repeat-x;
	z-index: 1;
	width: 100%;
}
#interview .sectionInr .interviewContainer .intro .title{
	position: absolute;
	z-index: 1;
	color: #F04D56;
	font-size: 25px;
	line-height: 1.5;
	font-weight: bold;
	left: 8.2%;
	top: 50%;
	transform: translateY(-50%);
}
#interview .sectionInr .interviewContainer .intro .profile{
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	margin: 0 0 3.5% 0;
	background: #fff;
	padding: 30px;
	display: flex;
	justify-content: center;
}
#interview .sectionInr .interviewContainer .intro .profile .prInr{
	display: table;
}

#interview .sectionInr .interviewContainer .intro .profile .dep{
    line-height: 1;
    background: #f04d56;
    color: #fff;
    font-size: 15px;
    padding: 6px 15px;
    font-weight: bold;
    margin-bottom: 20px;
    display: table;
}

#interview .sectionInr .interviewContainer .intro .profile .dep02{
    background: #55ca80;
}

#interview .sectionInr .interviewContainer .intro .profile .name-and-position{
	display: flex;
    flex-direction: column;
	margin-bottom: 10px;
	line-height: 1;
	font-size: 15px;
	font-weight: bold;
}
#interview .sectionInr .interviewContainer .intro .profile .name-and-position .position{
    margin-top: 10px;
	line-height: 1.3;
}

#interview .sectionInr .interviewContainer .intro .profile .name-and-position .name{
    font-size: 18px;
}

#interview .sectionInr .interviewContainer .btn01{
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	margin: 0 28% -3.3%;
	width: 44%;
	cursor: pointer;
	background: #F04D56;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	padding: 30px;
	display: flex;
	justify-content: center;
	transition: 0.3s;
}
#interview .sectionInr .interviewContainer .btn01 span{
	display: table;
	padding-right: 20px;
	position: relative;
}
#interview .sectionInr .interviewContainer .btn01 span::before,
#interview .sectionInr .interviewContainer .btn01 span::after{
	content: "";
	display: block;
	position: absolute;
	width: 11px;
	height: 1px;
	background: #fff;
	right: 0;
	top: 6px;
	transition: 0.3s;
}
#interview .sectionInr .interviewContainer .btn01 span::after{
	transform: rotate(90deg);
}
#interview .sectionInr .interviewContainer .btn01.active span::after{
	transform: rotate(0deg);
}
#interview .sectionInr .interviewContainer .btn01.active{
	bottom: 70px;
}

#interview .sectionInr .interviewContainer .intro .deco{
	position: absolute;
	left: 0;
	top: 0;
}

#interview .sectionInr .interviewContainer .intro .deco18{
	width: 9.1%;
	margin: -3.1% 0 0 78%;
}
#interview .sectionInr .interviewContainer .intro .deco19{
	width: 9.08%;
	margin: -3% 0 0 10.3%;
}
#interview .sectionInr .interviewContainer .intro .deco20{
	width: 7.6%;
	margin: -1.49% 0 0 78.74%;
}


#interview .sectionInr .interviewContainer .detail{
	padding: 90px 0;
	width: 100%;
	max-width: 946px;
	margin: 0 auto;
}

#interview .sectionInr .interviewContainer .intBox{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	align-items: flex-start;
}
#interview .sectionInr .interviewContainer .intBox.int02{
	flex-direction: row-reverse;
}
#interview .sectionInr .interviewContainer .intBox .image{
	width: 51.69%;
	position: relative;
}
#interview .sectionInr .interviewContainer .intBox .image::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background: url("../images/bg_pattern_01.gif") left bottom repeat-x;
	z-index: 1;
}
#interview .sectionInr .interviewContainer .intBox .info{
	width: 41.22%;
}

#interview .sectionInr .interviewContainer .intBox .info .title02{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	background: #F04D56;
	color: #fff;
	line-height: 1;
	padding: 10px 20px;
	display: table;
	margin-bottom: 40px;
}
#interview .sectionInr .interviewContainer .intBox .info .title03{
	font-weight: bold;
	font-size: 23px;
	line-height: 1.8;
	margin-bottom: 40px;
}
#interview .sectionInr .interviewContainer .intBox .info .text{	
	line-height: 1.92;
	text-align: justify;
}

#interview .sectionInr .interviewContainer .message{
	background: #FCF5F6;
	padding: 70px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#interview .sectionInr .interviewContainer .message .deco24{
	width: 94px;
	position: absolute;
	margin: -15px 0 0 -47px;
	left: 50%;
	top: 0;
}
#interview .sectionInr .interviewContainer .message .image{
	width: 27.1%;
}
#interview .sectionInr .interviewContainer .message .info{
	width: 67.9%;
}
#interview .sectionInr .interviewContainer .message .info .head04{
	color: #F04D56;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1;
}
#interview .sectionInr .interviewContainer .message .info .text{
	line-height: 1.92;
	text-align: justify;
}



/*----------------------------------------------------
	☆Animation
----------------------------------------------------*/

.slidein{
	opacity: 0;
}

.in.slidein,
.in .slidein{
	animation:boxin 1000ms ease forwards;
}

@keyframes boxin{
    0%{ transform: translate(0,25%); opacity: 0; }
    100%{  transform: translate(0,0%);opacity: 1;}
}




/*----------------------------------------------------
	☆PC Only
----------------------------------------------------*/
@media screen and (min-width:769px) {

}

/*----------------------------------------------------
	☆TAB
----------------------------------------------------*/
@media screen and (max-width:900px) {
}

/*----------------------------------------------------
	☆SP
----------------------------------------------------*/
@media screen and (max-width:600px) {
    
    #interview #contents{
        padding-top: 100px;
    }
    
	
	#interview .sectionInr .interviewContainer{
		margin-bottom: 70px;
	}
	#interview .sectionInr .interviewContainer .intro{
		height: 0;
		padding-top: 85%;
	}
	#interview .sectionInr .interviewContainer.p01 .intro .image{ background: url("../images/img_interview_01_sp.jpg") center top / cover no-repeat;}
	#interview .sectionInr .interviewContainer.p02 .intro .image{ background: url("../images/img_interview_02_sp.jpg") center top / cover no-repeat;}
	#interview .sectionInr .interviewContainer.p03 .intro .image{ background: url("../images/img_interview_03_sp.jpg") center top / cover no-repeat;}
	#interview .sectionInr .interviewContainer.p04 .intro .image{ background: url("../images/img_interview_04_sp.jpg") center top / cover no-repeat;}
	#interview .sectionInr .interviewContainer.p05 .intro .image{ background: url("../images/img_interview_05_sp.jpg") center top / cover no-repeat;}
	#interview .sectionInr .interviewContainer.p06 .intro .image{ background: url("../images/img_interview_06_sp.jpg") center top / cover no-repeat;}
	#interview .sectionInr .interviewContainer.p07 .intro .image{ background: url("../images/img_interview_07_sp.jpg") center top / cover no-repeat;}

	#interview .sectionInr .interviewContainer .intro .title{
		font-size: 15px;
		line-height: 1.5;
		left: 4%;
		top: 5%;
		transform: translateY(0);
		-ms-writing-mode: tb-rl;
	    writing-mode: vertical-rl;
	}
	#interview .sectionInr .interviewContainer .intro .title .tcy{
	text-combine-upright: all;
	-webkit-text-combine: horizontal;
  	-ms-text-combine-horizontal: all;	
	}
	#interview .sectionInr .interviewContainer .intro .profile {
		margin: 0 0 10.5% 0;
		padding: 15px 15px 5px;
        justify-content: flex-start;
        display: table;
        width: auto;
	}
    #interview .sectionInr .interviewContainer .intro .profile .dep{
        font-size: 11px;
        padding: 4px 10px;
        margin-bottom: 10px;
    }
	#interview .sectionInr .interviewContainer .intro .profile .name-and-position{
		margin-bottom: 5px;
		font-size: 11px;
		display: block;
	}
    #interview .sectionInr .interviewContainer .intro .profile .name-and-position .name{
        font-size: 16px;
    }
	#interview .sectionInr .interviewContainer .intro .profile .name-and-position .position{
		margin: 5px 0 0 0;
	}
	#interview .sectionInr .interviewContainer .intro .profile .year{
		font-size: 11px;
	}
	#interview .sectionInr .interviewContainer .btn01 {
		margin: 0 14% -6.3%;
		width: 72%;
		font-size: 16px;
		padding: 20px;
	}
	#interview .sectionInr .interviewContainer .btn01.active{
		bottom: 20px;
	}

	#interview .sectionInr .interviewContainer .intro .deco18{
		width: 15%;
		margin: -3.1% 0 0 78%;
	}
	#interview .sectionInr .interviewContainer .intro .deco19{
		width: 15%;
		margin: -3% 0 0 27%;
	}
	#interview .sectionInr .interviewContainer .intro .deco20{
		width: 12%;
		margin: -1.49% 0 0 78.74%;
	}


	#interview .sectionInr .interviewContainer .detail{
		padding: 40px 0;
	}

	#interview .sectionInr .interviewContainer .intBox{
		flex-direction: column-reverse;
		margin-bottom: 50px;
	}
	#interview .sectionInr .interviewContainer .intBox.int02{
		flex-direction: column-reverse;
	}
	#interview .sectionInr .interviewContainer .intBox .image{
		width: 100%;
	}
	#interview .sectionInr .interviewContainer .intBox .info{
		width: 100%;
		margin-bottom: 20px;
	}

	#interview .sectionInr .interviewContainer .intBox .info .title02{
		margin-bottom: 20px;
	}
	#interview .sectionInr .interviewContainer .intBox .info .title03{
		font-size: 18px;
		line-height: 1.8;
		margin-bottom: 20px;
	}
	#interview .sectionInr .interviewContainer .message{
		padding: 35px;
	}
	#interview .sectionInr .interviewContainer .message .deco24{
		 width: 70px;
   		 margin: -12px 0 0 -35px;
	}
	#interview .sectionInr .interviewContainer .message .image{
		width: 50%;
		margin: 0 auto 20px;
	}
	#interview .sectionInr .interviewContainer .message .info{
		width: 100%;
	}
	#interview .sectionInr .interviewContainer .message .info .head04{
		margin-bottom: 15px;
		text-align: center;
	}
	
}
</pre></body></html>