@charset "UTF-8";

.member-index {
	padding-bottom: 100px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.member-index > ul {
	width: 49%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.member-index > ul li {
	width: 48%;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 30px;
}
.member-index > ul li .image {
	position: relative;
}
.member-index > ul li .image p {
	position: relative;
	z-index: 2;
	line-height: 1em;
}
.member-index > ul li .image p span {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	line-height: 1em;
	color: #FFF;
	padding: 5px 10px;
}
.member-index > ul.index-fbi li .image p span {
	background: #01916D;
}
.member-index > ul.index-fbij li .image p span {
	background: #1E83BE;
}
.member-index > ul li .txt {
	padding: 10px 5px 15px;
	border-bottom: #EBEBEB solid 1px;
}
.member-index > ul li .txt p {
	font-size: 12px;
}
.member-index > ul li .txt p span {
	font-size: 14px;
	padding-right: 10px;
}
.member-index > ul.index-fbi li .txt p span {
	color: #01916D;
}
.member-index > ul.index-fbij li .txt p span {
	color: #1E83BE;
}
.member-index > ul li .txt:after {
	width: 20px;
	height: 4px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/1661dfacd69bc6a895bc568c32ff9ff0/arrow-green.svg");
	right: 5px;
	bottom: 5px;
	transition: all .2s;
}
@media (hover: hover) {
	.member-index > ul li:hover .txt:after {
		animation: moveRight .4s ease-in-out;
	}
}
@media screen and (max-width: 767px) {
	.member-index {
		padding-bottom: 100px;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	.member-index > ul {
		width: 49%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.member-index > ul li {
		width: 100%;
		box-sizing: border-box;
		position: relative;
		margin-bottom: 20px;
	}
	.member-index > ul li .image {
		position: relative;
	}
	.member-index > ul li .image p {
		position: relative;
		z-index: 2;
		line-height: 1em;
	}
	.member-index > ul li .image p span {
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 10px;
		line-height: 1em;
		color: #FFF;
		padding: 5px 10px;
	}
	.member-index > ul li .txt {
		padding: 10px 5px 10px;
		border-bottom: #EBEBEB solid 1px;
	}
	.member-index > ul li .txt p {
		font-size: 12px;
		line-height: 1.4em;
	}
	.member-index > ul li .txt p span {
		font-size: 14px;
		padding-right: 10px;
		display: block;
	}
}




.interview-main-wrap {
	position: relative;
	width: 100%;
	margin-bottom: 80px;
}
.interview-main-wrap:after {
	position: absolute;
	width: 100vw;
	height: 38%;
	background: #F1F2F1;
	left: 0;
	bottom: 14%;
	z-index: -1;
}
.interview-main {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.interview-main .mv {
	width: 50%;
}
.interview-main .txt {
	width: 48%;
	padding: 20px 0 0 20px;
	box-sizing: border-box;
}
.interview-main .txt .mc {
	color: var(--main-color);
	font-size: min(2vw,23px);
	line-height: 1.6em;
	min-height: 55%;
	letter-spacing: 0;
}
.interview-main .txt .company {
	position: relative;
	margin-bottom: 10px;
}
.interview-main .txt .company span {
	background: #01916D;
	line-height: 1.8em;
	padding: 0 10px;
	display: inline-block;
	color: #FFF;
	font-size: 12px;
}
.interview-main .txt .job {
	font-size: 16px;
}
.interview-main .txt .job span {
	font-size: 28px;
	color: #01916D;;
	padding-right: 15px;
}

.interview-main .txt.fbij .company span {
	background: #1E83BE;
}
.interview-main .txt.fbij .job span {
	color: #1E83BE;
}
div[class^="interview-block0"] {
	padding-bottom: 80px;
}
div[class^="interview-block0"] .ttl {
	padding-bottom: 10px;
 	font-size: 20px;
	color: var(--main-color);
}
div[class^="interview-block0"] .split-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div[class^="interview-block0"] .split-box .image {
	width: 40%;
}
div[class^="interview-block0"] .split-box .txt {
	width: 57%;
}
.oneday {
	position: relative;
	background: #F5F6F5;
	padding: 50px;
}
.oneday h2 {
	display: inline-block;
	position: relative;
	color: var(--main-color);
	font-size: 32px;
	padding-left: 70px;
	left: 50%;
	transform: translateX(-50%);
}
.oneday h2:before {
	width: 58px;
	height: 58px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/8bd2af2a88a2d8dbe8849c09e361e122/calender.svg");
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.oneday dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto 0;
	max-width: 600px;
}
.oneday dl dt {
	width: 20%;
	position: relative;
}
.oneday dl dt span {
	display: inline-block;
	text-align: center;
	color: #FFF;
	background: var(--main-color);
	border-radius: 100px;
	width: 100%;
	font-family: var(--en-font);
}
.oneday dl dd {
	width: 80%;
}
.oneday dl dt,
.oneday dl dd {
	border-bottom: solid 1px #FFF;
	padding: 10px 10px;
}

@media screen and (max-width: 1100px) {
	.interview-main-wrap:after {
		position: absolute;
		width: 100vw;
		height: 40%;
		background: #F1F2F1;
		left: 0;
		bottom: 7%;
		z-index: -1;
	}
	.interview-main .txt .job span {
		font-size: 28px;
		color: #01916D;;
		padding-right: 15px;
	}
}
@media screen and (max-width: 950px) {
	.interview-main-wrap:after {
		position: absolute;
		width: 100vw;
		background: #F1F2F1;
		left: 0;
		z-index: -1;
	}
}
@media (hover: hover) {

}
@media screen and (max-width: 767px) {
	.interview-main-wrap {
		position: relative;
		width: 100%;
		margin-bottom: 40px;
	}
	.interview-main-wrap:after {
		position: absolute;
		width: 100vw;
		height: 80px;
		background: #F1F2F1;
		left: 0;
		bottom: 10px;
		z-index: -1;
	}

	.interview-main {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.interview-main .mv {
		width: 100%;
	}
	.interview-main .txt {
		width: 100%;
		padding: 20px 0;
		box-sizing: border-box;
	}
	.interview-main .txt .mc {
		color: var(--main-color);
		font-size: min(4.4vw,22px);
		line-height: 1.6em;
		padding-bottom: 30px;
	}
	.interview-main .txt .company {
		position: relative;
		margin-bottom: 5px;
	}
	.interview-main .txt .company span {
		background: #01916D;
		line-height: 1.8em;
		padding: 0 10px;
		display: inline-block;
		color: #FFF;
		font-size: 11px;
	}
	.interview-main .txt .job {
		font-size: 12px;
	}
	.interview-main .txt .job span {
		font-size: 18px;
		color: #01916D;;
		padding-right: 15px;
	}
	div[class^="interview-block0"] {
		padding-bottom: 40px;
	}
	div[class^="interview-block0"] .ttl {
		padding-bottom: 10px;
		font-size: 16px;
		line-height: 1.6em;
		color: var(--main-color);
	}
	div[class^="interview-block0"] .split-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	div[class^="interview-block0"] .split-box .image {
		width: 100%;padding-top: 30px;
	}
	div[class^="interview-block0"] .split-box .txt {
		width: 100%;
	}
	.interview-block01 .split-box .image {
		order: 2;
	}
	.interview-block01 .split-box .txt {
		order: 1;
	}
	.oneday {
		position: relative;
		background: #F5F6F5;
		padding: 30px 3%;
	}
	.oneday h2 {
		display: inline-block;
		position: relative;
		color: var(--main-color);
		font-size: 20px;
		padding-left: 50px;
		left: 50%;
		transform: translateX(-50%);
	}
	.oneday h2:before {
		width: 38px;
		height: 38px;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.oneday dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 10px auto 0;
		max-width: 600px;
	}
	.oneday dl dt {
		width: 24%;
		position: relative;
	}
	.oneday dl dt span {
		display: inline-block;
		text-align: center;
		color: #FFF;
		background: var(--main-color);
		border-radius: 100px;
		width: 100%;
		font-family: var(--en-font);
	}
	.oneday dl dd {
		width: 76%;
	}
	.oneday dl dt,
	.oneday dl dd {
		border-bottom: solid 1px #FFF;
		padding: 4px 4px;
	}
}

