@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% - 50px);
	left: 25px;
	top: 20px;
	background: #fff;
	opacity: 1;
	filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
	padding: 15px;
	transition: top 0.3s ease;
	z-index: 1001;
}
.recruit-header.fixed {
	position: fixed;
	left: 25px;
	top: 20px;
	z-index: 1000;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
html.remodal-is-locked .recruit-header.fixed {
	width: calc(100vw - 65px)!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;
	}
	.recruit-header {
		position: absolute;
		height: 50px;
		width: calc(100% - 20px);
		left: 10px;
		top: 10px;
		background: #fff;
		opacity: 1;
		filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
		padding: 10px 0 0;
		transition: all 0.3s ease;
		z-index: 1001;
	}
	.recruit-header.fixed {
		position: fixed;
		left: 20px;
		top: 20px;
		z-index: 1000;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	}
	.recruit-header .logo {
		width: 380px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 5px 0 0 10px;
	}
	.recruit-header .logo .logo-image {
		width: 55%;
	}
	.recruit-header .logo .logo-image div:nth-of-type(1) {
		width: 90%;
		line-height: 1em;
	}
	.recruit-header .logo .logo-image div:nth-of-type(2) {
		width: 100%;
		line-height: 1em;
	}
	.recruit-header .logo .logo-txt {
		width: 40%;
		position: relative;
		top: -4px;
	}
	.recruit-header .logo .logo-txt:before {
		height: 26px;
		width: 1px;
		background: #01916D;
		left: -10px;
		top: 50%;
		transform: translateY(-50%);
	}
	.recruit-header .logo .logo-txt p {
		color: #01916D;
		line-height: 1.2em;
		font-size: 10px;
	}
	.recruit-header .logo .logo-txt span {
		font-family: var(--en-font);
		font-size: 10px;
		line-height: 1.4em;
		display: block;
		white-space: nowrap;
	}
}
/* ////////////////////////////////////////////////////////////////////  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,14px);
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.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.33%;
	margin: 0 1% 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(1.5vw,14px);
	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: 140px;
	width: 440px;
	top: 18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.entry-btns li {
	height: 46px;
	box-sizing: border-box;
	padding: 0 10px;
	width: calc(48.5% - 14px);
	position: relative;
	background: #F6F7F6;
	border: solid 1px;
	transition: all .4s;
}
.entry-btns li:nth-child(1) {
	width: 30px;
	height: 30px;
	border: none;
	background: none;
	padding: 12px 4px 0;
}
.entry-btns li:nth-child(2) {
	border-color: #01916D;
	background: #F7FFF7;
}
.entry-btns li:nth-child(3),
.entry-btns li:nth-child(4) {
	border-color: #01916D;
	background: #F7FFF7;
	height: 22px;
}
.entry-btns li:nth-child(4) {
	position: absolute;
	right: 0;
	top: 24px;
}
.entry-btns li:nth-child(2):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;
}
.entry-btns li:nth-child(3):after,
.entry-btns li:nth-child(4):after {
	width: 8px;
	height: 9px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/6edb261435d5f656c904a3819d23de33/mypage_green.svg");
	right: 5px;
	bottom: 4px;
}
.entry-btns li p {
	font-size: 12px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.2em;
	text-align: center;
}
.entry-btns li:nth-child(2) p {
	color: #01916D;
}
.entry-btns li:nth-child(3) p,
.entry-btns li:nth-child(4) p {
	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:nth-child(1):hover {
		opacity: .6;
	}
	.entry-btns li:nth-child(2):hover {
		background: #01916D;
	}
	.entry-btns li:nth-child(3):hover,
	.entry-btns li:nth-child(4):hover {
		background: #01916D;
	}
	.entry-btns li:nth-child(2):hover p {
		color: #FFF;
	}
	.entry-btns li:nth-child(3):hover p,
	.entry-btns li:nth-child(4):hover p {
		color: #FFF;
	}
	.entry-btns li:nth-child(2):hover:after {
		background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/ce2531e1a9f9d8f8ae92248190bea290/window-white.svg");
	}
	.entry-btns li:nth-child(3):hover:after,
	.entry-btns li:nth-child(4):hover:after {
		filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(63deg) brightness(104%) contrast(101%);
		background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/2d7e5a61a5f74bb74164a22ca5d50fae/mypage_white.svg");
	}
	.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: 75px;
		width: 43%;
		top: 5px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.entry-btns li {
		height: 40px;
		box-sizing: border-box;
		padding: 0 5px;
		width: calc(48.5% - 14px);
		position: relative;
		background: #F6F7F6;
		border: solid 1px;
		transition: all .4s;
	}
	.entry-btns li:nth-child(1) {
		width: 30px;
		height: 30px;
		border: none;
		background: none;
		padding: 10px 4px 0;
	}
	.entry-btns li:nth-child(2) {
		border-color: #01916D;
		background: #F7FFF7;
	}
	.entry-btns li:nth-child(3),
	.entry-btns li:nth-child(4) {
		border-color: #01916D;
		background: #F7FFF7;
		height: 19px;
	}
	.entry-btns li:nth-child(4) {
		position: absolute;
		right: 0;
		top: 21px;
	}
	.entry-btns li p {
		font-size: 10px;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		line-height: 1.2em;
		text-align: center;
	}
	.entry-btns li:nth-child(2) p {
		color: #01916D;
	}
	.entry-btns li:nth-child(3) p,
	.entry-btns li:nth-child(4) p {
		color: #01916D;
	}
	.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;
	}
}

/* //////////////////////////////////////////////////////////////////// 下層共通 */

.main {
	padding: 150px 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) {

}





