@charset "UTF-8";

body {
   position: relative;
}
body.fixed {
   width: 100%;
}
.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 .pc-only,
.remodal .pc-only {
	display: none!important;
}
.recruit-content .sp-only,
.remodal .sp-only {
	display: block;
}
.fin {
	opacity : 0;
	transform : translate(0, 20px);
	transition-duration: 1.5s;
	transition-property: all;
}
.fin.sin {
	opacity : 1;
	transform : translate(0, 0);
}
.brpc {
	display: none;
}



/* ////////////////////////////////////////////////////////////////////  header */


/* ////////////////////////////////////////////////////////////////////  footer */

@media (hover: hover) {

}


/* ////////////////////////////////////////////////////////////////////  Menu */

.recruit-content {
	position: relative;
	z-index: 10;
}
.recruit-header {
	position: absolute;
	height: 60px;
	width: calc(100% - 10px);
	left: 5px;
	top: 5px;
	background: #fff;
	opacity: 1;
	filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
	padding: 10px;
	transition: all 0.3s ease;
	z-index: 1001;
}
.recruit-header.fixed {
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 1000;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.recruit-header .logo {
	width: 270px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 0;
}
.recruit-header .logo .logo-image {
	width: 100%;
	padding-bottom: 3px;
}
.recruit-header .logo .logo-image div:nth-of-type(1) {
	width: 93%;
	line-height: 1em;
}
.recruit-header .logo .logo-image div:nth-of-type(2) {
	width: 93%;
	line-height: 1em;
}
.recruit-header .logo .logo-txt {
	width: 100%;
	position: relative;
	padding: 2px 0 0;
}
.recruit-header .logo .logo-txt:before {
	height: 1px;
	width: 40%;
	background: #01916D;
	left: 0;
	top: 0;
	transform: translateY(-50%);
}
.recruit-header .logo .logo-txt p {
	color: #01916D;
	line-height: 1.4em;
	font-size: 10px;
}
.recruit-header .logo .logo-txt span {
	font-family: var(--en-font);
	font-size: 11px;
	line-height: 1.4em;
	display: inline-block;
	white-space: nowrap;
	margin-right: 5px;
}



.fullmenu {
	position: relative;
	text-align: left;
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px 0 0;
}
.fullmenu > p a {
	color: #01916D;
	font-family: var(--en-font);
	font-size: 16px;
	text-decoration: none;
	font-weight: 500;
	transition: all .4s;
}
.fullmenu > p a:hover {
	opacity: .8;
}
.fullmenu > p {
	margin-bottom: 10px;
}
.fullmenu__list {
}
.fullmenu__list__item {
	width: 100%;
	position: relative;
}
.fullmenu__list__item .item-ttl {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.item-ttl:before {
	width: 16px;
	height: 16px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/27ee544696b638a8cbab6bbca3049247/menu-open.svg");
	right: 0;
	top: 16px;
}
.item-ttl.on:before {
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/af7ef0b62f344a43be831b5ec1ba16c6/menu-close.svg");
}
.fullmenu__list__item .item-ttl p {
	position: relative;
}
.fullmenu__list__item > div > ul {
	padding: 0 10px 10px;
	margin-bottom: 10px;
}
.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: 5px 0;
}
.fullmenu__list__item > div > p {
	font-weight: 500;
	padding: 10px 10px 0;
	font-size: 14px
}
.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: 5px 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: 12px
}
.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: none;
}


.entry-btns {
	position: relative;
	z-index: 10;
	width: 100%;
	display: flex!important;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 420px;
	margin: 0 auto;
}
.entry-btns li {
	height: 36px;
	box-sizing: border-box;
	padding: 0 2px;
	width: calc(50% - 17px);
	position: relative;
	background: #F6F7F6;
	border: solid 1px;
	transition: all .4s;
	margin: 0 1% 5px;
}
.entry-btns li:nth-child(1) {
	width: 24px;
	height: 24px;
	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;
	width: 48%;
}
.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: 11px;
	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: 60px;
	width: 80px;
	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: 4px;
	left: 50%;
	transform: translateX(-50%);
}
.menu-btn span {
	border: none;
	width: 32px;
	height: 1px;
	position: absolute;
	top: 0;
	right: 24px;
	transition: all 0.35s ease;
	cursor: pointer;
	background: #FFF;
}
.menu-btn .top {
	top: 17px;
}
.menu-btn .middle {
	top: 23px;
}
.menu-btn .bottom {
	top: 30px;
}

@media (hover: hover) {

}

.recruit-links {
	background: #333333;
	padding: 50px 0;
}
.recruit-links .content-wide {
	position: relative;
}
.recruit-links .content-wide > .en-ttl {
	text-align: center;
	color: #FFF;
	font-size: 11px;
	font-family: var(--en-font);
	font-weight: 500;
}
.recruit-links .content-wide > .ttl {
	text-align: center;
	color: #FFF;
	font-size: 24px;
	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: 80%;
	max-width: 350px;
	margin: 0 auto 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recruit-links .btn-list li {
	width: 100%;
	height: 40px;
	margin-bottom: 3px;
	background: #FFF;
	position: relative;
	transition: all .4s;
}
.recruit-links .btn-list li p {
	text-align: center;
	font-size: min(3vw,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;
}
.recruit-links .btn-entry {
	position: relative;
	height: 50px;
	width: 80%;
	max-width: 350px;
	margin: 0 auto 5px;
	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;
}


.related-links {
	background: #F6F7F6;
	padding: 40px 0 30px;
}
.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: 100%;
	margin: 0 0 10px;
	height: 65px;
	background: #FFF;
	position: relative;
	transition: all .4s;
	box-shadow: 0px 0px 3px rgba(51, 83, 76, 0.5);
}
.related-links .btn-list li p {
	text-align: center;
	font-size: min(3.6vw,13px);
	line-height: 1.4em;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.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;
}


/* //////////////////////////////////////////////////////////////////// 下層共通 */

.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: 10px 0;
	margin-bottom: 30px;
	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: 10px;
}
.page-ttl h1 {
	font-size: 18px;
}
.back-to-index {
	width: 90%;
	position: relative;
	margin: 50px auto 100px;
	max-width: 400px;
	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 screen and (max-width: 600px) {
	.scroll-box > div {
		min-width: 700px;
	}
	.scroll-box:before {
		content: "横スクロールできます";
		position: absolute;
		left: 50%;
		bottom: 5px;
		transform: translate(-50%,0);
		opacity: 1;
		transition: all .5s;
		background: rgba(0,0,0,0.2);
		z-index: 2;
		color: #FFF;
		font-size: 11px;
		line-height: 1.6em;
		padding: 3px 12px;
		white-space: nowrap;
	}
	.scroll-box.on:before {
		 opacity: 0;
	}
	.scroll-box {
		overflow-x: auto;
		padding-bottom: 40px;
		-webkit-overflow-scrolling: touch;
		position: relative;
		margin-bottom: 30px;
	}
	.scroll-box::-webkit-scrollbar {
		height: 6px;
	}
	.scroll-box::-webkit-scrollbar-track {
		background: #eee;
		border-radius: 3px;
	}
	.scroll-box::-webkit-scrollbar-thumb {
		background: #E2E2E2;
		border: none;
		border-radius: 3px;
	}
	.scroll-box::-webkit-scrollbar-thumb:hover {
		background: #999;
		border-radius: 3px;
	}
}
