@charset "UTF-8";
.domain h2 {
	font-size: 24px;
	padding: 0 0 20px 60px;
	position: relative;
	margin-bottom: 20px;
}
.domain h2:after {
	background: #F6F7F6;
	height: 30px;
	width: 55%;
	top: 30px;
	left: 0;
	z-index: -1;
}
.domain h2 span {
	position: absolute;
	width: 40px;
	height: 40px;
	background: linear-gradient(#01916d 0%, #014937 100%);
	left: 0;
	top: 4px;
	text-align: center;
	font-family: var(--en-font);
	font-weight: 500;
	color: #FFF;
	font-size: 22px;
	line-height: 40px;
}
.content-block {
	margin-bottom: 50px;
}
.pickup {
	position: relative;
	margin-bottom: 15px;
}
.pickup span {
	display: inline-block;
}
.pickup span:nth-child(1) {
	background: #000;
	color: #FFF;
	padding: 3px 15px;
	font-family: var(--en-font);
	font-size: 20px;
}
.pickup span:nth-child(2) {
	background: #F6F7F6;
	color: #01916D;
	font-size: 20px;
	padding: 3px 15px;
}
.theme-box {
	background: #fff;
	filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
	padding: 30px 30px;
	position: relative;
	width: 80%;
	margin: 30px auto;
}
.theme-box .ttl {
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.theme-box .ttl:after {
	width: 160px;
	height: 4px;
	background: linear-gradient(90deg, #01916d 0%, #014937 100%);
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.theme-box .mc {
	text-align: center;
	position: relative;
	font-size: 24px;
}
.business-types {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto 50px;
}
.business-types > li {
	width: 31.33%;
	display: flex;
  flex-direction: column;
}
.business-types > li > p {
	text-align: center;
	font-size: min(1.6vw,18px);
	padding: 5px;
}
.business-types > li:nth-child(1) > p {
	color: #1E83BE;
}
.business-types > li:nth-child(2) > p {
	color: #01916D;
}
.business-types > li:nth-child(3) > p {
	color: #8E58AD;
}
.business-types .business-ttl p {
	padding: 10px 0;
	width: 100%;
	font-size: min(1.4vw,16px);
	text-align: center;
	color: #FFF;
}
.business-types > li:nth-child(1) .business-ttl p {
	background: #1E83BE;
}
.business-types > li:nth-child(2) .business-ttl p {
	background: #01916D;
}
.business-types > li:nth-child(3) .business-ttl p {
	background: #8E58AD;
}
.business-detail {
	background: #F6F7F6;
	padding: 20px;
	flex-grow: 1;
}
.business-detail > p {
	padding: 15px 0;
	font-size: 14px;
}
.dot-list {
	flex-grow: 0;
	width: 100%;
	display: block;
}
.dot-list li {
	width: 100%;
	font-size: 12px;
	padding-left: 12px;
	position: relative;
}
.dot-list li:before {
	width: 4px;
	height: 4px;
	background: linear-gradient(#01916d 0%, #014937 100%);
	left: 0;
	top: 10px;
}
.dot-list-mid {
	flex-grow: 0;
	width: 100%;
	display: block;
}
.dot-list-mid li {
	width: 100%;
	font-size: 16px;
	padding-left: 16px;
	position: relative;
}
.dot-list-mid li:before {
	width: 8px;
	height: 8px;
	background: linear-gradient(#01916d 0%, #014937 100%);
	left: 0;
	top: 12px;
}
@media screen and (max-width: 767px) {
	.domain h2 {
		font-size: 16px;
		padding: 0 0 20px 45px;
		position: relative;
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	.domain h2:after {
		background: #F6F7F6;
		height: 20px;
		width: 100%;
		top: 20px;
		left: 0;
		z-index: -1;
	}
	.domain h2 span {
		position: absolute;
		width: 30px;
		height: 30px;
		background: linear-gradient(#01916d 0%, #014937 100%);
		left: 0;
		top: 0;
		text-align: center;
		font-family: var(--en-font);
		font-weight: 500;
		color: #FFF;
		font-size: 18px;
		line-height: 30px;
	}
	.content-block {
		margin-bottom: 40px;
	}
	.pickup {
		position: relative;
		margin-bottom: 10px;
	}
	.pickup span {
		display: inline-block;
	}
	.pickup span:nth-child(1) {
		background: #000;
		color: #FFF;
		padding: 3px 15px;
		font-family: var(--en-font);
		font-size: 13px;
	}
	.pickup span:nth-child(2) {
		display: block;
		background: #F6F7F6;
		color: #01916D;
		font-size: 14px;
		padding: 3px 15px;
	}
	.theme-box {
		width: 100%;
		background: #fff;
		filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
		padding: 30px 15px;
		position: relative;
	}
	.theme-box .ttl {
		text-align: center;
		position: relative;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.theme-box .ttl:after {
		width: 160px;
		height: 4px;
		background: linear-gradient(90deg, #01916d 0%, #014937 100%);
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
	}
	.theme-box .mc {
		text-align: center;
		position: relative;
		font-size: min(4vw,16px);
	}
	.business-types {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 40px auto 10px;
	}
	.business-types > li {
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-bottom: 40px;
	}
	.business-types li > p {
		text-align: center;
		font-size: 16px;
		padding: 5px;
	}
	.business-types .business-ttl p {
		padding: 10px 0;
		width: 100%;
		font-size: 14px;
		text-align: center;
		color: #FFF;
	}
	.business-detail {
		background: #F6F7F6;
		padding: 20px;
		flex-grow: 1;
	}
	.business-detail > p {
		padding: 15px 0;
		font-size: 14px;
	}
	.dot-list {
		flex-grow: 0;
		width: 100%;
		display: block;
	}
	.dot-list li {
		width: 100%;
		font-size: 12px;
		padding-left: 12px;
		position: relative;
	}
	.dot-list li:before {
		width: 4px;
		height: 4px;
		background: linear-gradient(#01916d 0%, #014937 100%);
		left: 0;
		top: 10px;
	}
	.dot-list-mid {
		flex-grow: 0;
		width: 100%;
		display: block;
	}
	.dot-list-mid li {
		width: 100%;
		font-size: 13px;
		padding-left: 13px;
		position: relative;
	}
	.dot-list-mid li:before {
		width: 6px;
		height: 6px;
		background: linear-gradient(#01916d 0%, #014937 100%);
		left: 0;
		top: 11px;
	}
}
@media (hover: hover) {
}


.large-arrow-txt {
	text-align: center;
	font-size: 32px;
	padding-top: 100px;
	position: relative;
	margin-bottom: 40px;
}
.large-arrow-txt:before {
	width: 12px;
	height: 90px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-04/ef583ec1e1cb48e888789cb9bf38babb/large-arrow.svg");
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.domain .content-block {
	margin-bottom: 100px;
}
.domain .content-block .sub-block {
	margin-bottom: 80px;
}
.domain .pickup ~ p {
	padding-bottom: 50px;
}


.domain .figure01 {
	width: 100%;
	max-width: 730px;
	margin: 0 auto 20px;
}
.list-synergy {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 730px;
	margin: 0 auto 20px;
}
.list-synergy li {
	width: 31.33%;
}
.list-synergy li .txt p {
	font-size: 13px;
	line-height: 1.6em;
	padding: 7px 10px;
}

.office-solution-header,
.business-solution-header,
.graphic-communication-header {
	padding-bottom: 40px;
}
.s-ttl {
	font-size: 20px;
	line-height: 1.6em;
}
.m-ttl {
	font-size: 32px;
	line-height: 1.6em;
}
.office-solution-header .s-ttl,
.office-solution-header .m-ttl {
	color: #1E83BE;
}
.business-solution-header .s-ttl,
.business-solution-header .m-ttl {
	color: #8E58AD;
}
.graphic-communication-header .s-ttl,
.graphic-communication-header .m-ttl {
	color: #EA5504;
}
.apeos > .ttl {
	font-size: 24px;
}
.apeos .flex-apeos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 5px auto 10px;
}
.apeos .flex-apeos .product {
	width: 33%;
	background: #fff;
	filter: drop-shadow(0px 0px 4px rgba(51, 83, 76, 0.3));
	padding: 20px 20px;
	display: flex;
  align-items: center;
}
.apeos .flex-apeos ~ p {
	font-size: 12px;
}
.apeos-ponint {
	width: 65%;
}
.apeos-ponint > ul {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.apeos-ponint > ul > li {
	flex-grow: 1;
	background: #F6F7F6;
	padding: 10px 20px;
}
.apeos-ponint > ul > li > p {
	color: #01916D;
	font-size: 20px;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.apeos-ponint > ul > li > p:after {
	width: 40%;
	min-width: 300px;
	height: 1px;
	background: #01916D;
	bottom: 0;
	left: -20px;
}
.flex-loop {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-loop .loop-system {
	width: 55%;
}
.flex-loop .loop-data {
	width: 40%;
}
.loop-data table {
	width: 100%;
}
.loop-data table tr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.loop-data table tr th {
	width: 50%;
	font-size: 14px;
	vertical-align: middle;
	text-align: left;
	display: flex;
	align-items: center;
	line-height: 1.4em;
	background: #F6F7F6;
	border-bottom: solid 3px #FFF;
	padding: 15px 15px;
}
.loop-data table tr td {
	width: 50%;
	vertical-align: middle;
	color: #01916D;
	background: #F6F7F6;
	border-bottom: solid 3px #FFF;
	padding: 15px 15px;
}
.loop-data table tr td span {
	font-size: 32px;
	font-weight: 600;
	color: #01916D;
}
.world-map {
	position: relative;
}
.countries {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
	width: 250px;
  text-align: center;
	position: absolute;
	background: #fff;
	filter: drop-shadow(0px 0px 4px rgba(51, 83, 76, 0.3));
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	z-index: 3;
}
.countries p {
	color: #01916D;
	line-height: 1.4em;
}
.countries p:nth-of-type(1) {
	font-size: 20px;
}
.countries p:nth-of-type(2) {
	font-size: 36px;
}
.countries p:nth-of-type(2) span {
	font-size: 56px;
	font-weight: 600;
	color: #01916D;
	line-height: 1.4em;
}
.countries p:nth-of-type(3) {
	font-size: 13px;
}

.flex-iwpro {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-iwpro .product {
	width: 56%;
}
.flex-iwpro .iwpro-ponint {
	width: 42%;
}
.flex-iwpro .iwpro-ponint > ul {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.flex-iwpro .iwpro-ponint > ul > li {
	flex-grow: 1;
	background: #F6F7F6;
	padding: 10px 20px;
}
.iwpro-ponint > ul > li > p.list-ttl {
	color: #01916D;
	font-size: 16px;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.iwpro-ponint > ul > li > p.list-ttl:after {
	width: 40%;
	min-width: 300px;
	height: 1px;
	background: #01916D;
	bottom: 0;
	left: -20px;
}
.iwpro-ponint > ul > li > p:not([class]) {
	font-size: 14px;
	line-height: 1.6em;
}
.domain .figure04 {
	margin-bottom: 20px;
}
.gc-tech {
	margin-bottom: 60px;
}
.gc-tech  .ttl {
	color: #01916D;
	font-size: 20px;
}
.gc-tech .flex-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gc-tech .flex-box .txt {
	width: 64%;
}
.gc-tech .flex-box .image {
	width: 32%;
}

@media screen and (max-width: 767px) {
	.large-arrow-txt {
		text-align: center;
		font-size: 20px;
		padding-top: 70px;
		position: relative;
		margin-bottom: 30px;
	}
	.large-arrow-txt:before {
		width: 12px;
		height: 60px;
		background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-04/ef583ec1e1cb48e888789cb9bf38babb/large-arrow.svg");
		left: 50%;
		transform: translateX(-50%);
		top: 0;
	}
	.domain .content-block {
		margin-bottom: 60px;
	}
	.domain .content-block .sub-block {
		margin-bottom: 50px;
	}
	.domain .pickup ~ p {
		padding-bottom: 40px;
	}


	.domain .figure01 {
		width: 100%;
		max-width: 730px;
		margin: 0 auto 20px;
	}
	.list-synergy {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		max-width: 260px;
		margin: 0 auto 20px;
	}
	.list-synergy li {
		width: 100%;
		margin-bottom: 30px;
	}
	.list-synergy li .txt p {
		font-size: 13px;
		line-height: 1.6em;
		padding: 7px 10px;
	}

	.office-solution-header,
	.business-solution-header,
	.graphic-communication-header {
		padding-bottom: 40px;
	}
	.s-ttl {
		font-size: 12px;
		line-height: 1.6em;
	}
	.m-ttl {
		font-size: 20px;
		line-height: 1.6em;
	}
	.office-solution-header .s-ttl,
	.office-solution-header .m-ttl {
		color: #1E83BE;
	}
	.business-solution-header .s-ttl,
	.business-solution-header .m-ttl {
		color: #8E58AD;
	}
	.graphic-communication-header .s-ttl,
	.graphic-communication-header .m-ttl {
		color: #EA5504;
	}
	.apeos > .ttl {
		font-size: 18px;
	}
	.apeos .flex-apeos {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 5px auto 10px;
	}
	.apeos .flex-apeos .product {
		width: 100%;
		background: #fff;
		filter: drop-shadow(0px 0px 4px rgba(51, 83, 76, 0.3));
		padding: 20px 20px;
		display: flex;
		justify-content: center;
		text-align: center;
		margin-bottom: 20px;
	}
	.apeos .flex-apeos .product img {
		max-width: 200px;
		text-align: center;
	}
	.apeos .flex-apeos ~ p {
		font-size: 12px;
	}
	.apeos-ponint {
		width: 100%;
	}
	.apeos-ponint > ul {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.apeos-ponint > ul > li {
		flex-grow: 1;
		background: #F6F7F6;
		padding: 10px 20px;
	}
	.apeos-ponint > ul > li > p {
		color: #01916D;
		font-size: 16px;
		position: relative;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.apeos-ponint > ul > li > p:after {
		width: 40%;
		min-width: 160px;
		height: 1px;
		background: #01916D;
		bottom: 0;
		left: -20px;
	}
	.flex-loop {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.flex-loop .loop-system {
		width: 100%;
		margin-bottom: 30px;
	}
	.flex-loop .loop-data {
		width: 100%;
	}
	.loop-data table {
		width: 100%;
	}
	.loop-data table tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.loop-data table tr th {
		width: 60%;
		font-size: 14px;
		vertical-align: middle;
		text-align: left;
		display: flex;
		align-items: center;
		line-height: 1.4em;
		background: #F6F7F6;
		border-bottom: solid 3px #FFF;
		padding: 15px 15px;
	}
	.loop-data table tr td {
		width: 40%;
		vertical-align: middle;
		color: #01916D;
		background: #F6F7F6;
		border-bottom: solid 3px #FFF;
		padding: 15px 10px;
	}
	.loop-data table tr td span {
		font-size: 32px;
		font-weight: 600;
		color: #01916D;
	}
	.world-map {
		position: relative;
	}
	.countries {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 160px;
		width: 160px;
		text-align: center;
		position: absolute;
		background: #fff;
		filter: drop-shadow(0px 0px 4px rgba(51, 83, 76, 0.3));
		left: 50%;
		top: 50%;
		transform: translateY(-50%) translateX(-50%);
		border-radius: 50%;
	}
	.countries p {
		color: #01916D;
		line-height: 1.4em;
	}
	.countries p:nth-of-type(1) {
		font-size: 16px;
	}
	.countries p:nth-of-type(2) {
		font-size: 26px;
	}
	.countries p:nth-of-type(2) span {
		font-size: 46px;
		font-weight: 600;
		color: #01916D;
		line-height: 1.4em;
	}
	.countries p:nth-of-type(3) {
		font-size: 13px;
	}

	.flex-iwpro {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.flex-iwpro .product {
		width: 100%;
		margin-bottom: 20px;
	}
	.flex-iwpro .iwpro-ponint {
		width: 100%;
	}
	.flex-iwpro .iwpro-ponint > ul {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.flex-iwpro .iwpro-ponint > ul > li {
		flex-grow: 1;
		background: #F6F7F6;
		padding: 10px 20px;
	}
	.iwpro-ponint > ul > li > p.list-ttl {
		color: #01916D;
		font-size: 16px;
		position: relative;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	.iwpro-ponint > ul > li > p.list-ttl:after {
		width: 40%;
		min-width: 150px;
		height: 1px;
		background: #01916D;
		bottom: 0;
		left: -20px;
	}
	.iwpro-ponint > ul > li > p:not([class]) {
		font-size: 14px;
		line-height: 1.6em;
	}
	.domain .figure04 {
		margin-bottom: 0;
	}
	.gc-tech {
		margin-bottom: 60px;
	}
	.gc-tech  .ttl {
		color: #01916D;
		font-size: 16px;
	}
	.gc-tech .flex-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.gc-tech .flex-box .txt {
		width: 100%;
		order: 2;
	}
	.gc-tech .flex-box .image {
		width: 100%;
		order: 1;
		margin: 20px auto;
		max-width: 280px;
	}
}