@charset "UTF-8";

.tab-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: solid 2px #000;
}
.tab-list li {
	width: 49.8%;
	top: 20px;
	cursor: pointer;
	background: #FFF;
	height: 70px;
	position: relative;
}
.tab-list li:nth-child(1) {
	background: #01916D;
}
.tab-list li:nth-child(2) {
	background: #1E83BE;
}
.tab-list li.active {
	height: 90px;
	top: 0px;
}
.tab-list li p {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	line-height: 1.4em;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	white-space: nowrap;
}
.tab-list li p span {
	font-size: 80%;
	display: block;
	line-height: 1.6em;
}
.tab-list li.active p {
	color: #FFF;
}
.tab-content {
	padding: 50px 0 100px;
}
.tab-content h2 {
	text-align: center;
	font-size: 28px;
	padding-bottom: 20px;
}
.tab-content .intro-txt {
	padding-bottom: 40px;
}
.tab-content .intro-txt .att {
	font-size: 12px;
	padding: 10px 0 0;
}
.office-block {
	margin-bottom: 50px;
}
.office-block h3 {
	font-size: 24px;
	padding: 0 0 20px 30px;
	position: relative;
	margin-bottom: 20px;
}
.office-block h3:before {
	width: 8px;
	height: 40px;
	background: linear-gradient(#01916d 0%, #014937 100%);
	left: 0;
	top: 4px;
}
.office-block h3:after {
	background: #F6F7F6;
	height: 30px;
	width: 55%;
	top: 30px;
	left: 0;
	z-index: -1;
}
.office-block .split-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.office-block .split-box .txt {
	width: 65%;
}
.office-block .split-box .image {
	width: 30%;
}
.office-block .split-box .txt p.address {
	color: var(--main-color);
	padding: 20px 0 0;
}

.area-block {
	background: #F6F7F6;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.area-block .visual {
	width: 35%;
}
.area-block .area-btn {
	width: 65%;
	padding: 40px 5%;
}
.area-block .area-btn > p {
	font-size: 28px;
}
.area-block .area-btn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.area-block .area-btn ul li {
	width: 49%;
	margin: 0 .5% 1%;
}
.area-block .visual {
	background-size: cover;
	background-position: center center;
}
.area-block .visual .area-map {
	width: 40%;
	height: 100%;
	background: rgba(255,255,255,0.61);
	position: relative;
}
.area-block .visual .area-map img {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.area01 .visual {
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-04/32b65e050c5ac3c0681ab8c48374eea4/office-bij-map01-bg.jpg")
}
.area02 .visual {
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-04/dbcfcbeadf81c45671c279fabb7f9e1e/office-bij-map02-bg.jpg")
}
.area03 .visual {
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-04/83d7e72652915c24e3f37ffc213ca741/office-bij-map03-bg.jpg")
}
.area04 .visual {
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-04/6a8355dca227110fa2843ac2e4cfcff9/office-bij-map04-bg.jpg")
}
.area05 .visual {
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-04/3da5a566eb4d4a36fb3f4a26311c7623/office-bij-map05-bg.jpg")
}
.area-btn ul li {
	position: relative;
	background: linear-gradient(90deg, #34a78a 0%, #1e83be 100%);
	background-size: 200% auto;
	background-image: linear-gradient(90deg, #38D2AB 0%, #34a78a 40%, #34a78a 50%, #1e83be 100%);
	background-position: center right;
	transition: all .4s;
}
.area-btn ul li:after {
	width: 24px;
	height: 24px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/d697eaf4b74b31adb01361771ee20280/zoom-icon.svg");
	right: 0;
	bottom: 0;
	z-index: 2;
}
.area-btn ul li p {
	text-align: center;
	color: #FFF;
	padding: 10px 0;
}
.custom-overlay {
  background-color: rgba(51,51,51,0.80)!important;
}
.remodal.office-modal {
	width: 100%;
	max-width: 1200px!important;
	padding: 0px!important;
}
.office-modal .remodal-content {
	max-height: 70vh;
	box-sizing: border-box;
	padding: 0;
	overflow-y: scroll;
}

.remodal-content .content-wrap {
	padding: 60px;
}
.remodal-content .m-ttl {
	text-align: center;
	font-size: 24px;
}

.remodal-content .s-ttl {
	position: relative;
	text-align: left;
	line-height: 1em;
}
.remodal-content .ss-ttl {
	position: relative;
	text-align: left;
	line-height: 1em;
	font-weight: 600;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.remodal-content .s-ttl span {
	display: inline-block;
	color: #FFF;
	font-size: 12px;
	background: var(--main-color);
	line-height: 1.8em;
	padding: 0 10px;
	margin-bottom: 10px;
}
.office-about {
	margin-bottom: 40px;
}
.office-about .split-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.office-about .txt {
	width: 48%;
	text-align: left;
}
.office-about .image {
	width: 48%;
}
.office-list {
	background: #F6F7F6;
	position: relative;
}
.office-list ul {
	padding: 0 30px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.office-list ul li {
	font-size: min(1.4vw,16px);
	padding-left: 20px;
	width: 24%;
	margin: 0 .5% 0;
	text-align: left;
	position: relative;
}
.office-list ul li.wide {
	width: 49%;
}
.office-list ul li:before {
	width: 8px;
	height: 8px;
	background: linear-gradient(#01916d 0%, #014937 100%);
	left: 0;
	top: .8em;
}
.office-message {
	background: #F6F7F6;
	padding: 10px 60px 40px;
}
.office-message .ttl {
	position: relative;
	top: -34px;
	color: #1E83BE;
	font-size: 24px;
	font-family: var(--en-font);
	font-weight: 500;
}
.office-message .split-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.office-message .txt {
	width: 68%;
	text-align: left;
}
.office-message .image {
	width: 28%;
}
@media (hover: hover) {
	.area-btn ul li:hover {
		background-position: center left;
	}
}
@media screen and (max-width: 767px) {
	.remodal.office-modal,
	body .remodal-wrapper:after {
		vertical-align: middle!important;
	}
	.tab-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		border-bottom: solid 2px #000;
	}
	.tab-list li {
		width: 49.8%;
		top: 5px;
		background: #FFF;
		height: 50px;
		position: relative;
	}
	.tab-list li:nth-child(1) {
		background: #01916D;
	}
	.tab-list li:nth-child(2) {
		background: #1E83BE;
	}
	.tab-list li.active {
		height: 55px;
		top: 0px;
	}
	.tab-list li p {
		position: relative;
		display: inline-block;
		text-align: center;
		font-size: min(2.5vw,12px);
		color: #FFF;
		line-height: 1.4em;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		white-space: nowrap;
	}
	.tab-list li p span {
		font-size: 80%;
		display: block;
		line-height: 1.6em;
	}
	.tab-list li.active p {
		color: #FFF;
	}
	.tab-content .tab-box {
		display: none;
		opacity: 0;
		transition: all 1s;
	}
	.tab-content .tab-box.show {
		display: block;
		opacity: 1;
	}
	.tab-content .tab-box {
		padding: 30px 0 60px;
	}
	.tab-content h2 {
		text-align: center;
		font-size: 16px;
		padding-bottom: 10px;
	}
	.tab-content .intro-txt {
		padding-bottom: 30px;
	}
	.tab-content .intro-txt .att {
		font-size: 11px;
		padding: 10px 0 0;
	}
	.office-block {
		margin-bottom: 50px;
	}
	.office-block h3 {
		font-size: 17px;
		padding: 0 0 20px 20px;
		position: relative;
		margin-bottom: 10px;
	}
	.office-block h3:before {
		width: 5px;
		height: 30px;
		background: linear-gradient(#01916d 0%, #014937 100%);
		left: 0;
		top: 4px;
	}
	.office-block h3:after {
		background: #F6F7F6;
		height: 30px;
		width: 85%;
		top: 15px;
		left: 0;
		z-index: -1;
	}
	.office-block .split-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.office-block .split-box .txt {
		width: 100%;
		order: 2;
	}
	.office-block .split-box .image {
		width: 100%;
		order: 1;
		padding-bottom: 20px;
		max-width: 300px;
		margin: 0 auto;
	}
	.office-block .split-box .txt p.address {
		color: var(--main-color);
		padding: 20px 0 0;
	}

	.area-block {
		background: #F6F7F6;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	.area-block .visual {
		width: 20%;
	}
	.area-block .area-btn {
		width: 80%;
		padding: 20px 3%;
	}
	.area-block .area-btn > p {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.area-block .area-btn ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.area-block .area-btn ul li {
		width: 49%;
		margin: 0 .5% 1%;
	}
	.area-block .visual {
		background-size: cover;
		background-position: center center;
	}
	.area-block .visual .area-map {
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.61);
		position: relative;
	}
	.area-block .visual .area-map img {
		width: 80%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.area-btn ul li {
		position: relative;
		background: linear-gradient(90deg, #34a78a 0%, #1e83be 100%);
		background-size: 200% auto;
		background-image: linear-gradient(90deg, #38D2AB 0%, #34a78a 40%, #34a78a 50%, #1e83be 100%);
		background-position: center right;
		transition: all .4s;
	}
	.area-btn ul li:after {
		width: 18px;
		height: 18px;
		background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/d697eaf4b74b31adb01361771ee20280/zoom-icon.svg");
		right: 0;
		bottom: 0;
		z-index: 2;
	}
	.area-btn ul li p {
		text-align: center;
		color: #FFF;
		padding: 10px 0;
	}
	.custom-overlay {
		background-color: rgba(51,51,51,0.80)!important;
	}
	.remodal.office-modal {
		width: 100%;
		max-width: 1200px!important;
		padding: 0px!important;
	}
	.office-modal .remodal-content {
		max-height: 70vh;
		box-sizing: border-box;
		padding: 0;
		overflow-y: scroll;
	}

	.remodal-content .content-wrap {
		padding: 20px;
	}
	.remodal-content .m-ttl {
		text-align: center;
		font-size: 20px;
		padding-bottom: 10px;
	}

	.remodal-content .s-ttl {
		position: relative;
		text-align: left;
		line-height: 1em;
	}
	.remodal-content .s-ttl span {
		display: inline-block;
		color: #FFF;
		font-size: 12px;
		background: var(--main-color);
		line-height: 1.8em;
		padding: 0 10px;
		margin-bottom: 10px;
	}
	.office-about {
		margin-bottom: 40px;
	}
	.office-about .split-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.office-about .txt {
		width: 100%;
		text-align: left;
		order: 2;
	}
	.office-about .image {
		width: 100%;
		order: 1;
		padding-bottom: 15px;
	}
	.office-list {
		background: #F6F7F6;
		position: relative;
	}
	.office-list ul {
		padding: 0 15px 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.office-list ul li {
		font-size: min(2.6vw,16px);
		padding-left: 15px;
		width: 49%;
		margin: 0 .5% 0;
		text-align: left;
		position: relative;
	}
	.office-list ul li.wide {
		width: 100%;
	}
	.office-list ul li:before {
		width: 8px;
		height: 8px;
		background: linear-gradient(#01916d 0%, #014937 100%);
		left: 0;
		top: .8em;
	}
	.office-message {
		background: #F6F7F6;
		padding: 0 20px 30px;
		margin-top: 10px;
	}
	.office-message .ttl {
		position: relative;
		top: -24px;
		color: #1E83BE;
		font-size: 24px;
		font-family: var(--en-font);
		font-weight: 500;
	}
	.office-message .split-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.office-message .txt {
		width: 100%;
		text-align: left;
	}
	.office-message .image {
		width: 100%;
		padding: 20px 0 0;
	}
}


.next,
.prev {
	width: 60px;
	height: 60px;
	background: #01916D;
	border-radius: 50%;
	color: #FFF;
	font-size: 16px;
	line-height: 60px;
	cursor: pointer;
	transition: all .4s;
}
@media (hover: hover) {
	.next:hover,
	.prev:hover {
		background: #109E7A;
	}
}
.next {
	position: absolute;
	right: 20px;
	bottom: -70px;
}
.prev {
	position: absolute;
	left: 20px;
	bottom: -70px;
}

@media screen and (max-width: 767px) {
	.next,
	.prev {
		width: 40px;
		height: 40px;
		background: #01916D;
		border-radius: 50%;
		color: #FFF;
		font-size: 12px;
		line-height: 40px;
		cursor: pointer;
		transition: all .4s;
	}
	.next {
		position: absolute;
		right: 20px;
		bottom: -50px;
	}
	.prev {
		position: absolute;
		left: 20px;
		bottom: -50px;
	}
}