<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 */
.head-img {
		width: auto;
		background: url("../images/interview/title.jpg") no-repeat top center;
		background-size: cover;
}
.head-img02 {
		background: url("../images/interview/staff01_title.jpg") no-repeat top center;
		background-size: cover;
}
.head-img03 {
		background: url("../images/interview/staff02_title.jpg") no-repeat top center;
		background-size: cover;
}
.head-img04 {
		background: url("../images/interview/staff03_title.jpg") no-repeat top center;
		background-size: cover;
}
.interview-box {
	display: flex;
	justify-content: space-between;
	margin: 107px 0 126px 0;
}
.interview-box a {
	text-decoration: none;
	color: #000;
}
.interview-box a img {
		transition-duration: 0.3s;
}
.interview-box a img:hover {
	transition-duration: 0.3s;
	opacity: 0.8;
}
.interview-box figure {
	margin: 0;
	padding: 0;
}
.interview-box figure img {
	vertical-align: bottom;
	    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.interview-box figure figcaption {
	position: relative;
	margin-top: -24px;
	font-weight: 600;
}
.interview-box figure figcaption h4 {
	width: 160px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #F28BEE;
	color: #fff;
	margin: 0;
}
.interview-box figure figcaption h4.blue {
	background-color: #2D57FF;
}
.interview-box figure figcaption h4.green {
	background-color: #7DCE4E;
}
.pink-box {
	background: url("../images/interview/icon_pink.svg") no-repeat right center;
}
.blue-box {
	background: url("../images/interview/icon_blue.svg") no-repeat right center;
}
.green-box {
	background: url("../images/interview/icon_green.svg") no-repeat right center;
}

/* 社員の一日 */

.interview-wrap {
	width: auto;
	text-align: center;
	margin: 0 auto;
}

.interview-wrap img {
	vertical-align: bottom;
}

.interview01-bg {
	background: url("../images/interview/pink_bg.png") no-repeat top -130px center;
}
.interview02-bg {
	background: url("../images/interview/blue_bg.png") no-repeat top -130px center;
}
.interview03-bg {
	background: url("../images/interview/green_bg.png") no-repeat top -130px center;
}

.interview-day {
	margin: 75px 0 233px;
}

.interview-day figure {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: right;
}

.interview-day figure figcaption {
	width: 205px;
	min-height: 317px;
	position: absolute;
	left: 0;
	bottom: -73px;
	background-color: #fff;
	padding: 10px 30px 30px 39px;
	text-align: left;
	font-weight: 600;
	box-sizing: border-box;
}

.interview-day figure h2 {
	text-align: left;
	float: right;
	margin: 28px 20px 0 0;
	font-size: 20px;
}

.interview-day figure .interview-info {
	width: auto;
}
.interview-day figure figcaption .interview-info h3 {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	background-color: #F28BEE;
	text-align: center;
	margin: 0 0 40px 0;
	padding: 10px 15px;
	line-height: 1;
}
.interview-day figure .interview-info .name {
	font-size: 23px;
	margin: 0 0 50px 0;
}
.interview-day figure .interview-info .name span {
	font-size: 18px;
}
.interview-day figure .interview-info .career {
	margin: 0;
}
.time-bt {
	position: absolute;
	top: -25px;
	right: 0;
}
.time-bt p {
	margin: 0;
}
.time-bt a {
	display: block;
	color: #fff;
	padding: 15px 40px 15px 25px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	background: url("../images/common/icon_bottom_white.svg") no-repeat center right 13px,#F28BEE;
}
.time-bt a:hover {
	text-decoration: underline;
	color: #fff !important;
}
.box-shadow {
	position: relative;
}
.box-shadow:before {
		position: absolute;
		content: "";
		width: 9px;
		height: 344px;
		background-color: #F28BEE;
		left: 0;
		bottom: 0;
		z-index: 0;
}
.box-shadow:after {
		position: absolute;
		content: "";
		width: 401px;
		height: 9px;
		background-color: #F28BEE;
		left: 0;
		bottom: -9px;
		z-index: 0;
}

.interview-qa {
	width: calc( 100% - 10px );
	padding: 30px 20px;
	margin-bottom: 100px;
	background-color: #fff;
	box-shadow: 10px 10px #F6F6F6;
	font-weight: 600;
}
.interview-qa-img {
	font-weight: 600;
}
.interview-qa-img figure {
	margin: 0 0 100px 0;
	padding: 0;
}
.interview-qa-img figure img {
	float: right;
	margin: 0 10px 0 70px;
	box-shadow: 10px 10px #FADBDA;
}
.interview-qa-img figure.img-left img {
	float: left;
	margin: 0 70px 0 0;
}
.interview-qa-img figure figcaption {
	overflow: hidden;
}
.interview-qa-img figure figcaption p {
	margin: 0;
}
h2.ttl-qa {
	overflow: hidden;
	position: relative;
	margin: 0 0 43px 0;
	font-size: 18px;
	padding: 22px 0 22px 100px;
	background: url("../images/interview/icon_q.png") no-repeat left bottom;
}
h2.ttl-qa:after {
	content: "";
	left: 35px;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #F28BEE;
	display: block;
	margin: auto;
}
.interview-qa p {
	margin: 0 47px 0 57px;
}

.time-wrap {
	width: auto;
	height: auto;
	background: url("../images/interview/time_bg.jpg") no-repeat bottom center;
	padding: 1px 0 184px 0;

}
.time-inner {
	background-color: #fff;
	padding: 96px 66px;
}
.time-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.time-table th,
.time-table td {
	font-weight: 600;
	font-size: 16px;
}
.time-table th {
	width: 150px;
	color: #fff;
	text-align: left;
	vertical-align: middle;
	background: url("../images/interview/tr_bg.png") repeat-y left 43px center;
}
.time-table th .time {
	display: flex;
	background: url("../images/interview/time_td.png") no-repeat top center;
	width: 94px;
	min-height: 94px;
	align-items: center;
	justify-content: center;
}
.time-table td {
	position: relative;
	border-bottom: 1px solid #BCBCBC;
	padding: 30px 0;
}
.time-table tr:last-of-type th {
	padding: 30px 0 0;
}
.time-table tr:last-of-type td {
	border-bottom: none;
	padding: 30px 0 0;
}
.time-table td.ins-img {
	height: 150px;
	padding: 24px 0;
}

.time-table td h3 {
	color: #960600;
	margin: 0;
}
.time-table td p {
	margin: 0;
}
.time-table td img {
	position: absolute;
	top: 0;
	right: 0;
	width: 225px;
	height: auto;
}

.time-table th.last-th {
	vertical-align: bottom;
}

.interview02-bg .time-bt a {
    background-color:#2D57FF;
}

.interview02-bg .interview-day figure figcaption .interview-info h3 {
    background-color: #2D57FF;
}
.interview02-bg .box-shadow:before {
	height: 308px;
}
.interview02-bg .box-shadow:before,
.interview02-bg .box-shadow:after {
    background-color: #2D57FF;
}

.interview02-bg h2.ttl-qa {
    background: url(../images/interview/icon_blue_q.png) no-repeat left bottom;
}

.interview02-bg h2.ttl-qa:after {
    background-color: #2D57FF;
}
.interview02-bg .interview-qa-img figure img {
    box-shadow: 10px 10px #C5E6FF;
}

.interview03-bg .time-bt a {
    background-color:#7DCE4E;
}

.interview03-bg .interview-day figure figcaption .interview-info h3 {
    background-color: #7DCE4E;
}
.interview03-bg .box-shadow:before {
	height: 308px;
}
.interview03-bg .box-shadow:before,
.interview03-bg .box-shadow:after {
    background-color: #7DCE4E;
}

.interview03-bg h2.ttl-qa {
    background: url(../images/interview/icon_green_q.png) no-repeat left bottom;
}

.interview03-bg h2.ttl-qa:after {
    background-color: #7DCE4E;
}
.interview03-bg .interview-qa-img figure img {
    box-shadow: 10px 10px #C8EEB2;
}

.other-staff {
	width: 510px;
	margin: 0 auto 0 auto;
}

.other-staff h2 {
	margin: 96px 0 0 0;
	line-height: 1;
	font-size: 25px;
}
.other-staff .interview-box figure figcaption {
	text-align: left;
}
.other-staff .interview-box {
    margin: 80px 0 126px 0;
}
@media screen and (max-width: 767px) {
.interview-box {
	display: block;
	margin: 50px 0 0 0;
}
	.interview-box figure {
	margin: 0 0 40px 0;
}
	.interview-box figure figcaption h4 {
    margin: 0 auto;
}
	

/* 社員の一日 */	
	
	.page-nav  span {
		display: none;
	}
	
	
.interview01-bg,
.interview02-bg,
.interview03-bg {
	background: none;
}

.interview-day {
	margin: 20px 0 20px;
}

.interview-day figure {
	text-align: left;
}

.interview-day figure figcaption {
    width: auto;
	min-height:inherit;
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0 0 20px 0;
}

.interview-day figure h2 {
    float: none;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}

.interview-day figure .interview-info {
	width: auto;
}
.interview-day figure figcaption .interview-info h3 {
	display: block;
    font-size: 16px;
    margin: 0 0 20px 0;
    padding: 10px 15px;
}
.interview-day figure .interview-info .name {
	font-size: 20px;
	margin: 0 0 20px 0;
}
.interview-day figure .interview-info .name span {
	font-size: 18px;
}
.interview-day figure .interview-info .career {
	margin: 0;
}
.time-bt {
	position: relative;
	top: auto;
	right: auto;
}
.time-bt p {
	margin: 0;
}
.time-bt a {
	padding: 20px 0;
}
.time-bt a:hover {
}
.box-shadow {
}
.box-shadow:before {
	display: none;
}
.box-shadow:after {
	display: none;
}

.interview-qa {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	box-shadow:none;
}
.interview-qa-img {
}
.interview-qa-img figure {
	margin: 0 0 20px 0;
	padding: 0;
}
.interview-qa-img figure img {
	float: none;
	margin: 0 0 20px;
	box-shadow: none;
}
.interview-qa-img figure.img-left img {
	float: none;
	margin: 0 0 20px;
}
.interview-qa-img figure figcaption {
	overflow: hidden;
}
.interview-qa-img figure figcaption p {
	margin: 30px 0 0 0;
	font-size:15px;
	font-weight:400;
	line-height:1.8rem;
}
h2.ttl-qa {
    overflow: hidden;
    position: relative;
    margin: 50px 0 30px 0;
    font-size: 18px;
    padding: 20px 0;
    background: none;
    border-top: 2px solid #F28BEE;
    border-bottom: 2px solid #F28BEE;
}
h2.ttl-qa:after {
	display: none;
}
.interview-qa p {
	margin: 30px 0 50px 0;
	font-size:15px;
	font-weight:400;
	line-height:1.8rem;	
}

.time-wrap {
	background: none;
	background-color: #F6F6F6;
	padding: 1px 0 0;
}
.time-inner {
	background-color: #fff;
	padding: 20px 15px 40px;
}
.time-table th {
	width: 110px;
	font-size: 14px;
}

.time-table td {
	padding: 15px 0;
	font-size: 14px;
}
.time-table tr:last-of-type th {
	padding: 15px 0 0;
}
.time-table tr:last-of-type td {
	padding: 15px 0 0;
}

.time-table td.ins-img {
	height: auto;
	padding: 15px 0;
}

.time-table td img {
	position:relative;
	top: auto;
	right: auto;
	width: auto;
	height: auto;
	margin-top: 15px;
}
.interview02-bg h2.ttl-qa {
    border-top: 2px solid #2D57FF;
    border-bottom: 2px solid #2D57FF;
}
.interview03-bg h2.ttl-qa {
    border-top: 2px solid #7DCE4E;
    border-bottom: 2px solid #7DCE4E;
}
.interview02-bg h2.ttl-qa,
.interview03-bg h2.ttl-qa {
	background: none;		
}
	
.interview02-bg .interview-qa-img figure img,
.interview03-bg .interview-qa-img figure img {
    box-shadow: none;
}
	
.interview-box figure img {
width: 100%;
	height: auto;
	}
	
.other-staff {
	width: auto;
	padding: 0 15px;
}

.other-staff h2 {
	margin: 20px 0 0 0;
	font-size: 18px;
}

.other-staff .interview-box {
    margin: 40px 0 20px 0;
}	
	
	
	
	
	
	
	
	
	
	
	
	
}</pre></body></html>