@charset "UTF-8";


body {
   position: relative;
}
.recruit-content img,
.remodal img {
	width: 100%;
	height: auto;
}
.recruit-content .link-area,
.remodal .link-area {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
.recruit-content .sp-only,
.remodal .sp-only,
.recruit-content .sp-video {
   display: none!important;
}
.recruit-content .brtab, .recruit-content .brsp, .recruit-content .sp {
 	display: none;
 }
.remodal .brtab, .remodal .brsp, .remodal .sp {
 	display: none;
 }
.fin {
	opacity : 0;
	transform : translate(0, 10px);
	transition-duration: 1.5s;
}
.fin.sin {
	opacity : 1;
	transform : translate(0, 0);
}
.scale-image .bg,
.scale-image .image {
	position: relative;
	overflow: hidden;
}
.scale-image .bg img,
.scale-image .image img {
	opacity: 1;
	transform: scale(1);
	transition: all .8s;
}

@media (hover: hover) {
	.scale-image:hover .bg img,
	.scale-image:hover .image img {
		transform: scale(1.04);
		transition: all .8s;
	}
}


/* ////////////////////////////////////////////////////////////////////  header */

.recruit-content {
	position: relative;
	z-index: 10;
}
.recruit-header {
	position: absolute;
	height: 80px;
	width: calc(100%);
	left: 0;
	top: 0;
	opacity: 1;
	padding: 15px;
	transition: top 0.3s ease;
	z-index: 1001;
}
.recruit-header.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}
html.remodal-is-locked .recruit-header.fixed {
	width: calc(100vw - 15px)!important;
}
.recruit-header .logo {
	width: 500px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0 0 10px;
}
.recruit-header .logo .logo-image {
	width: 56.2%;
}
.recruit-header .logo .logo-image div:nth-of-type(1) {
	width: 100%;
	line-height: 1.2em;
}
.recruit-header .logo .logo-image div:nth-of-type(2) {
	width: 100%;
	line-height: 1em;
}
.recruit-header .logo .logo-txt {
	width: 37%;
	position: relative;
}
.recruit-header .logo .logo-txt:before {
	height: 35px;
	width: 1px;
	background: #01916D;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
}
.recruit-header .logo .logo-txt p {
	color: #01916D;
	line-height: 1.4em;
	font-size: 12px;
}
.recruit-header .logo .logo-txt span {
	font-family: var(--en-font);
	font-size: 11px;
	line-height: 1.4em;
	display: block;
	white-space: nowrap;
}



.fullmenu {
	position: relative;
	text-align: left;
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 0 0;
}
.fullmenu > p a {
	color: #01916D;
	font-family: var(--en-font);
	font-size: 20px;
	text-decoration: none;
	font-weight: 500;
	transition: all .4s;
}
.fullmenu > p a:hover {
	opacity: .8;
}
.fullmenu > p {
	margin-bottom: 10px;
}
.fullmenu__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fullmenu__list__item {
	width: 31.33%;
	position: relative;
}
.fullmenu__list__item .item-ttl {
	width: 100%;
	height: 80px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	pointer-events: none;
}
.fullmenu__list__item .item-ttl p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 15px;
	color: #FFF;
	font-size: 15px
}
.fullmenu__list__item .item-ttl.bg01 {
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/0a5f00ab23ac0108d295659a0f6c24ca/menu01-bg.jpg");
}
.fullmenu__list__item .item-ttl.bg02 {
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/fb7a10c572265dfbd8964397dd82bd73/menu02-bg.jpg");
}
.fullmenu__list__item .item-ttl.bg03 {
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/3a8449a5af16c99699232498ec85849a/menu03-bg.jpg");
}
.fullmenu__list__item .item-ttl.bg04 {
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/6a3352200c213627ad7ff5f7578694fe/menu04-bg.jpg");
}
.fullmenu__list__item .item-ttl.bg05 {
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/ddfa806ab7a62e272e45241f11c75c63/menu05-bg.jpg");
}
.fullmenu__list__item .item-ttl.bg06 {
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/5ed6b3ec8a58f52edae7fc3204bc3608/menu06-bg.jpg");
}
.fullmenu__list__item .item-ttl.bg07 {
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/64939b711fdca3719917e0e1344f3ddd/menu07-bg.jpg");
}
.fullmenu__list__item > div > ul {
	padding: 0 10px 10px;
	margin-bottom: 40px;
}
.fullmenu__list__item > div > ul.business-btn {
	margin-bottom: 0;
}
.fullmenu__list__item > div > ul.business-btn ~ p {
	padding-top: 0;
}
.fullmenu__list__item > div > ul > li.btn {
	border-bottom: solid 1px #D6D6D6;
	padding: 10px 0;
}
.fullmenu__list__item > div > p {
	font-weight: 600;
	padding: 10px 10px 0;
	font-size: 13px
}
.fullmenu__list__item > div > ul > li > ul {
	padding-left: 20px;
}
.fullmenu__list__item > div > ul > li > ul li.btn {
	border-bottom: solid 1px #D6D6D6;
	padding: 10px 0;
	transition: all .4s;
}
.fullmenu__list__item > div > ul > li > ul li.btn p {
	color: #01916D;
}
.fullmenu__list__item .btn {
	position: relative;
}
.fullmenu__list__item .btn p {
	font-size: 13px
}
.fullmenu__list__item .btn:after {
	width: 20px;
	height: 4px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/1661dfacd69bc6a895bc568c32ff9ff0/arrow-green.svg");
	right: 0;
	bottom: 5px;
	transition: all .4s;
}
.fullmenu__list__item .btn:hover:after {
	width: 20px;
	height: 4px;
	right: -2px;
}
.fullmenu__list__item .btn:hover {
	border-bottom: solid 1px #01916D;
}
.spmc {
	display: block;
}
@media screen and (max-width: 1200px) {
	.recruit-content {
		position: relative;
		z-index: 10;
	}
}
/* ////////////////////////////////////////////////////////////////////  footer */

.recruit-links {
	background: #333333;
	padding: 80px 0;
}
.recruit-links .content-wide {
	position: relative;
}
.recruit-links .content-wide > .en-ttl {
	text-align: center;
	color: #FFF;
	font-size: 12px;
	font-family: var(--en-font);
	font-weight: 500;
}
.recruit-links .content-wide > .ttl {
	text-align: center;
	color: #FFF;
	font-size: 32px;
	margin-bottom: 40px;
}
.recruit-links .btn-ideal {
	position: relative;
	height: 40px;
	width: 80%;
	max-width: 350px;
	border-bottom: solid 1px #FFF;
	margin: 0 auto 30px;
	transition: all .4s;
}
.recruit-links .btn-ideal p {
	color: #FFF;
	text-align: center;
	transition: all .4s;
}
.recruit-links .btn-ideal: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;
}
.recruit-links .btn-list {
	position: relative;
	width: 90%;
	margin: 0 auto 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recruit-links .btn-list li {
	width: 24.5%;
	height: 50px;
	background: #FFF;
	position: relative;
	transition: all .4s;
}
.recruit-links .btn-list li p {
	text-align: center;
	font-size: min(1.1vw,13px);
	line-height: 1.1em;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.recruit-links .btn-list li p span {
	font-size: min(1vw,11px);
	line-height: 1.1em;
}
.recruit-links .btn-list li: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;
}
.btn-entry-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 91%;
	margin: 0 auto;
}
.btn-entry-list li {
	width: 49.3%;
	margin: 0 .3% 0;
}
.recruit-links .btn-entry {
	position: relative;
	height: 60px;
	width: 100%;
	background: #01916D;
	transition: all .4s;
}
.recruit-links .btn-entry p {
	text-align: center;
	font-family: var(--en-font);
	color: #FFF;
	font-weight: 500;
	font-size: 12px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.recruit-links .btn-entry:before {
	width: 6px;
	height: 6px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/ce2531e1a9f9d8f8ae92248190bea290/window-white.svg");
	right: 5px;
	bottom: 5px;
	z-index: 2;
}
@media (hover: hover) {
	.recruit-links .btn-ideal:hover {
		border-color: #01916D
	}
	.recruit-links .btn-ideal:hover p {
		color: #01916D;
	}
	.recruit-links .btn-ideal:hover:before {
		animation: moveRight .4s ease-in-out;
	}
	.recruit-links .btn-list li:hover {
		transform: scale(0.98);
	}
	.recruit-links .btn-entry:hover {
		background: #087056;
		transform: scale(0.98);
	}
}


.related-links {
	background: #F6F7F6;
	padding: 60px 0 40px;
}
.related-links .content-wide {
	position: relative;
}
.related-links .content-wide > .ttl {
	text-align: center;
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
}
.related-links .content-wide > .ttl:before {
	width: 160px;
	height: 4px;
	background: linear-gradient(90deg, #01916d 0%, #014937 100%);
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.related-links .btn-list {
	position: relative;
	width: 90%;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.related-links .btn-list li {
	width: 31.83%;
	margin: 0 .5% 2%;
	height: 80px;
	background: #FFF;
	position: relative;
	transition: all .4s;
	box-shadow: 0px 0px 6px rgba(51, 83, 76, 0.5);
}
.related-links .btn-list li p {
	text-align: center;
	font-size: min(1vw,13px);
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.4em;
}
.related-links .btn-list li: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) {
	.related-links .btn-list li:hover {
		transform: scale(0.98);
		box-shadow: 0px 0px 2px rgba(51, 83, 76, 0.5);
	}
}
@keyframes moveRight {
  from {
		opacity: 0;
    right: 10px;
  }
  to {
		opacity: 1;
    right: 5px;
  }
}
/* ////////////////////////////////////////////////////////////////////  Menu */


.entry-btns {
	position: absolute;
	z-index: 10;
	right: 120px;
	width: 200px;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.entry-btns li {
	height: 80px;
	box-sizing: border-box;
	padding: 0 10px;
	width: 50%;
	position: relative;
	background: #F6F7F6;
	border-left: solid 1px;
	border-bottom: solid 1px;
	transition: all .4s;
}
.entry-btns li {
	border-color: #01916D;
	background: #F7FFF7;
}
.entry-btns li p {
	font-size: 12px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.2em;
	text-align: center;
	color: #01916D;
}
.menu-btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 80px;
	width: 120px;
	cursor: pointer;
	z-index: 1000;
	transition: opacity 0.25s ease;
	background: #01916D;
}
.menu-btn:after {
	content: "MENU";
	color: #FFF;
	font-family: var(--en-font);
	font-size: 10px;
	font-weight: 500;
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
}
.menu-btn span {
	border: none;
	width: 32px;
	height: 2px;
	position: absolute;
	top: 0;
	right: 44px;
	transition: all 0.35s ease;
	cursor: pointer;
	background: #FFF;
}
.menu-btn .top {
	top: 25px;
}
.menu-btn .middle {
	top: 33px;
}
.menu-btn .bottom {
	top: 41px;
}
@media (hover: hover) {
	.entry-btns li:hover {
		background: #07a27c;
	}
	.entry-btns li:hover p {
		color: #FFF;
	}
	.menu-btn:hover .top {
		top: 23px;
	}
	.menu-btn:hover .bottom {
		top: 43px;
	}
}
@media screen and (max-width: 1200px) {
	.entry-btns {
		position: absolute;
		z-index: 10;
		right: 70px;
		width: 160px;
	}
	.entry-btns li {
		height: 50px;
		box-sizing: border-box;
		padding: 0 5px;
	}
	.entry-btns li p {
		font-size: 10px;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		line-height: 1.2em;
		text-align: center;
	}
	.menu-btn {
		position: absolute;
		top: 0;
		right: 0;
		height: 50px;
		width: 70px;
		cursor: pointer;
		z-index: 1000;
		transition: opacity 0.25s ease;
		background: #01916D;
	}
	.menu-btn:after {
		content: "MENU";
		color: #FFF;
		font-family: var(--en-font);
		font-size: 9px;
		font-weight: 500;
		bottom: -4px;
		left: 50%;
		transform: translateX(-50%);
	}
	.menu-btn span {
		border: none;
		width: 32px;
		height: 1px;
		position: absolute;
		top: 0;
		right: 20px;
		transition: all 0.35s ease;
		cursor: pointer;
		background: #FFF;
	}
	.menu-btn .top {
		top: 12px;
	}
	.menu-btn .middle {
		top: 19px;
	}
	.menu-btn .bottom {
		top: 26px;
	}
}
@media screen and (max-width: 1200px) and (hover: hover) {
	.menu-btn:hover .top {
		top: 14px;
	}
	.menu-btn:hover .bottom {
		top: 24px;
	}
}

.extra-btns {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.extra-btns .internship-btn {
	width: 48.5%;
	height: 50px;
	box-sizing: border-box;
	padding: 0 10px;
	position: relative;
	background: #FFF;
	border: solid 1px;
	transition: all .4s;
	border-color: #01916D;
}
.extra-btns .internship-btn p {
	font-size: 13px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.2em;
	text-align: center;
	color: #01916D;
}
.extra-btns .internship-btn:after {
	width: 6px;
	height: 6px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/3548bf8a79725f34342210f30e7fd9b8/window-green.svg");
	right: 5px;
	bottom: 5px;
}
@media (hover: hover) {
	.extra-btns .internship-btn:hover {
		background: #F7FFF7;
	}
	.extra-btns .x-button:hover {
		background: #f4f4f4;
	}

}

.extra-btns .x-button {
	width: 48.5%;
	height: 50px;
	box-sizing: border-box;
	padding: 0 10px;
	position: relative;
	background: #FFF;
	border: solid 1px;
	transition: all .4s;
	border-color: #000;
}
.extra-btns .x-button p {
	font-size: 13px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.2em;
	text-align: center;
	color: #000;
	padding-right: 20px;
}
.extra-btns .x-button:after {
	width: 20px;
	height: 20px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/612bd3b93d10362ca2ae8379fe0645ed/logo-black.png");
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
	.extra-btns .internship-btn,
	.extra-btns .x-button {
		width: 100%;
		margin-bottom: 5px;
	}
}

/* //////////////////////////////////////////////////////////////////// 下層共通 */

.main {
	padding: 80px 0 0;
	position: relative;
	overflow: hidden;
}
.content {
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
}
.content-wide {
	width: 100%;
	max-width: 1248px;
	margin: 0 auto;
	position: relative;
}
.page-ttl {
	padding: 30px 0;
	margin-bottom: 50px;
	width: 100%;
	position: relative;
}
.page-ttl:after {
	width: 45%;
	height: 4px;
	background: var(--grd);
	left: 0;
	bottom: 0;
}
.page-ttl p {
	color: var(--main-color);
	font-size: 12px;
}
.page-ttl h1 {
	font-size: 24px;
}
.back-to-index {
	position: relative;
	margin: 50px auto 100px;
	max-width: 600px;
	background: #333333;
	transition: all .4s;
}
.back-to-index p {
	text-align: center;
	color: #FFF;
	padding: 14px 0
}
.back-to-index: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) {
	.back-to-index:hover {
		background: #0B0B0B;
	}
	.back-to-index:hover:after {
		animation: moveRight .4s ease-in-out;
	}
}
@media (hover: hover) {

}





