@charset "UTF-8";



.top-main {
	position: relative;
}
.top-main .mvbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.top-main .mc {
	position: absolute;
	width: 100%;
	height: 35%;
	top: 0;
	left: 0;
	z-index: 2;
}
.top-main .mc p {
	position: absolute;
	bottom: 10%;
	left: 10%;
	transform: translate(0,0);
	white-space: nowrap;
	z-index: 2;
	font-size: min(2vw,28px);
	font-weight: 300;
}
.top-main .mvbox .mv01 {
	width: 44.33%;
	padding: 18.5% 0 0;
	position: relative;
}
.top-main .mvbox .mv01 .bg {
	position: relative;
}
.top-main .mvbox .mv01 .bg:before {
	width: 100%;
	height: 8px;
	background: var(--grd);
	top: 0;
	left: 0;
	z-index: 3;
}
.top-main .mvbox .mv02 {
	width: 55.66%;
}
.top-message {
	padding: 100px 0;
}
.top-message .content p {
	text-align: center;
	padding-bottom: 1.4em;
	line-height: 2.4em;
}
@media (max-width: 767px) {
	.top-main {
		position: relative;
	}
	.top-main .mvbox {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.top-main .mc {
		position: relative;
		width: 100%;
		padding: 20% 0 5%;
		height: auto;
		top: 0;
		left: 0;
		z-index: 2;
	}
	.top-main .mc p {
		position: absolute;
		bottom: auto;
		top: 24%;
		left: 8%;
		transform: translate(0,0);
		white-space: nowrap;
		z-index: 2;
		font-size: min(4vw,22px);
		font-weight: 300;
		line-height: 1.6em;
	}
	.top-main .mvbox .mv01 {
		width: 100%;
		padding: 60px 0 0;
		position: relative;
	}
	.top-main .mc:before {
		width: 100%;
		height: 6px;
		background: var(--grd);
		bottom: 0;
		left: 0;
		z-index: 3;
	}
	.top-main .mvbox .mv01 .bg img {
		display: none;
	}
	.top-main .mvbox .mv01 .bg:before {
		display: none;
	}
	.top-main .mvbox .mv02 {
		display: none;
	}
	.top-message {
		padding: 0 0 50%;
		background: url("https://assets-fb-rn.fujifilm.com/files/2025-03/45116193a74e6e0e6601c4e01045e33f/mv_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	.top-message .content p {
		text-align: center;
		padding-bottom: 1.4em;
		line-height: 2.4em;
		position: relative;
	}
	.top-message .content {
		position: relative;
		height: 100%;
		width: 100%;
	}
	.top-message .content .top-message-txt {
		position: relative;
		padding: 35% 0 0;
	}
}
/* おすすめスライド */
.top-start {
	display: flex;
	height: 100vh;
	min-height: 600px;
	max-height: 670px;
	width: 100%;
	overflow: hidden;
	max-width: 1120px;
	margin: 0 auto;
	border-top: solid 1px #D6D6D6;
	border-bottom: solid 1px #D6D6D6;
}
/* 左のボタン */
.buttons {
	display: flex;
	flex-direction: column;
	width: 25%;
	height: 100%;
	padding-bottom: 60px;
	background-color: #F4F5F4;
	position: relative;
}
.buttons:after {
	height: 60px;
	width: 1px;
	background: #D6D6D6;
	right: 0;
	bottom: 0;
}
.nav-btn {
	flex: 1; /* 均等に分割 */
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F4F5F4;
	border-bottom: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	cursor: pointer;
	transition: background 0.3s;
	text-align: center;
	padding: 0 10px;
	font-size: 15px;
	line-height: 1.4em;
	position: relative;
}
/* Activeクラス */
.nav-btn.active {
	background-color: #FFF;
	border-right: 1px solid #FFF;
	color: #01916D;
}
.nav-btn:before {
	opacity: 0;
	width: 14px;
	height: 14px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/47795d2be84f0c069fa5f37bfa7e3b13/btn-arrow.svg");
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .5s;
}
.nav-btn.active:before {
	opacity: 1;
	width: 14px;
	height: 14px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/47795d2be84f0c069fa5f37bfa7e3b13/btn-arrow.svg");
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
/* スライダー */
.swiper-container {
	flex: 1;
	height: 100%;
}
.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 100px 50px 0;
}
.swiper-slide > p {
	text-align: center;
	font-size: 32px;
	color: #01916D;
	padding-bottom: 5px;
}
.swiper-slide .slide-box {
  width: 100%;
  height: calc(100% - 120px);
	position: relative;
	box-sizing: border-box;
	background-size: cover;
	background-position: center center;
}
.slide-box .content {
	z-index: 2;
	padding: 50px 0;
}
.slide-box .content > p {
	text-align: center;
	color: #FFF;
	font-family: var(--en-font);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding-bottom: 20px;
}
.slide-box01 {
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/9db2780c1e09b9d9242154183745e514/top-slide01.jpg");
}
.slide-box02 {
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/7949801a0417db9d1abe4887df9f759d/top-slide02.jpg");
}
.slide-box03 {
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/f9de9945bb874908c6d5b78572a64c7b/top-slide03.jpg");
}
.slide-box04 {
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/6b475bc017becd347568accd5eb6d957/top-slide04.jpg");
}
.slide-box05 {
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/b416437d035b3433b6aa43bb418844d4/top-slide05.jpg");
}
.slide-box06 {
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/a5fcd2ecfb2bad4bee1b2dd602d99a88/top-slide06.jpg");
}
.slide-box .btn01 {
	width: 100%;
	margin: 0 auto 15px;
	max-width: 520px;
	background: #FFF;
	box-shadow: 0px 0px 6px rgba(51, 83, 76, 0.3);
	position: relative;
	height: 48px;
	transition: all .4s;
}
.slide-box .btn01:before {
	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 .4s;
}
.slide-box .btn02 ul li:before {
	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 .4s;
}
.slide-box .btn01 p {
	text-align: center;
	font-size: min(3vw,14px);
	line-height: 1.3em;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.slide-box .btn02 {
	width: 100%;
	margin: 0 auto 15px;
	background: #FFF;
	box-shadow: 0px 0px 6px rgba(51, 83, 76, 0.3);
	position: relative;
	padding: 20px;
}
.slide-box .btn02 > p {
	text-align: center;
	font-size: min(3vw,14px);
}
.slide-box .btn02 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 80%;
	margin: 0 auto;
}
.slide-box .btn02 ul li {
	width: 100%;
	background: #F6F7F6;
	position: relative;
	height: 40px;
	text-align: center;
	margin-bottom: 5px;
}
.slide-box .btn02 ul li p {
	text-align: center;
	font-size: min(3vw,14px);
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: var(--main-color);
	transition: all .4s;
	line-height: 1.4em;
}
@media (max-width: 1200px) {
	.slide-box .btn02 ul li {
		width: 100%;
		background: #F6F7F6;
		position: relative;
		height: 40px;
		text-align: center;
		margin-bottom: 5px;
	}
}
/* スマホ用レスポンシブ対応 */
@media (max-width: 767px) {
	.top-start {
		flex-direction: column;
		height: auto;
		max-height: none;
	}
	.buttons {
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		height: auto;
		padding-bottom: 0;
	}
	.buttons:after {
		display: none;
	}
	.nav-btn {
		flex: none;
		width: 33.33%;
		height: 50px;
		font-size: min(2.6vw,13px);
	}
	.nav-btn.active {
		background-color: #FFF;
		border-right: 1px solid #D6D6D6;
		color: #01916D;
	}
	.nav-btn:before {
		opacity: 0;
		width: 12px;
		height: 12px;
		background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/47795d2be84f0c069fa5f37bfa7e3b13/btn-arrow.svg");
		right: 5px;
		top: 48%;
		transform: translateY(-50%) rotate(90deg);
		transition: all .5s;
	}
	.nav-btn.active:before {
		opacity: 1;
		width: 12px;
		height: 12px;
		background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/47795d2be84f0c069fa5f37bfa7e3b13/btn-arrow.svg");
		right: 5px;
		top: 50%;
		transform: translateY(-50%) rotate(90deg) ;
	}
	.swiper-container {
		height: 100%;
		width: 100%;
	}
	.swiper-slide {
		width: 100%;
		position: relative;
		padding: 20px 0 0;
	}
	.swiper-slide > p {
		font-size: 18px;
	}
	.swiper-slide .slide-box {
  	width: 100%;
		height: calc(100%);
		min-height: 400px;
	}
	.slide-box .content {
		z-index: 2;
		padding: 30px 0 20px;
	}
	.slide-box .btn01 {
		margin-bottom: 10px;
	}
	.slide-box .btn02 {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
	}
	.slide-box .btn02 ul li {
		width: 100%;
		background: #F6F7F6;
		position: relative;
		height: 40px;
		text-align: center;
		margin-bottom: 5px;
	}
}
@media (hover: hover) {
	.slide-box .btn01:hover {
		background: #01916D;
	}
	.slide-box .btn01:hover p {
		color: #FFF;
	}
	.slide-box .btn01:hover:before {
		background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/cd2c59335bd4df4a936baa488c5ec63e/arrow-white.svg");
		animation: moveRight .4s ease-in-out;
	}
	.slide-box .btn02 ul li:hover p {
		color: #FFF;
	}
	.slide-box .btn02 ul li:hover {
		background: #01916D;
	}
	.slide-box .btn02 ul li:hover:before {
		background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/cd2c59335bd4df4a936baa488c5ec63e/arrow-white.svg");
		animation: moveRight .4s ease-in-out;
	}
	.nav-btn:hover {
		background-color: #F7FFF7;
	}
}







.top-talent {
	background: #F4F5F4;
	padding: 80px 0;
}
.top-talent .content > p {
	text-align: center;
	font-size: 18px;
	padding-bottom: 10px;
}
.talentbook-btn {
	box-shadow: 0px 0px 6px rgba(51, 83, 76, 0.3);
	position: relative;
	transition: all .4s;
}
.talentbook-btn:after {
	width: 8px;
	height: 8px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/3548bf8a79725f34342210f30e7fd9b8/window-green.svg");
	right: 10px;
	bottom: 10px;
	z-index: 2;
}
@media (hover: hover) {
	.talentbook-btn:hover {
		transform: scale(0.992);
		box-shadow: 0px 0px 1px rgba(51, 83, 76, 0.5);
	}
}

@media screen and (max-width: 767px) {
	.top-talent {
		background: #F4F5F4;
		padding: 40px 0 60px;
	}
	.talentbook-btn {
		max-width: 300px;
		margin: 0 auto;
	}
}