@charset "UTF-8";

.guide h2 {
	font-size: 24px;
	padding: 0 0 20px 60px;
	position: relative;
	margin-bottom: 20px;
}
.guide h2:after {
	background: #F6F7F6;
	height: 30px;
	width: 55%;
	top: 30px;
	left: 0;
	z-index: -1;
}
.guide 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;
}
.content-block .sub-block {
	margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.guide h2 {
		font-size: 16px;
		padding: 0 0 20px 45px;
		position: relative;
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	.guide h2:after {
		background: #F6F7F6;
		height: 20px;
		width: 100%;
		top: 20px;
		left: 0;
		z-index: -1;
	}
	.guide 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;
	}
	.content-block .sub-block {
		margin-bottom: 40px;
	}
	
}

.guide .figure01 {
	padding: 20px 0 0;
}
.recommend-block {
	margin: 20px 0 50px;
}
.recommend-block h3 {
	padding-left: 30px;
	color: #01916D;
	position: relative;
	font-size: 24px;
	margin-bottom: 10px;
}
.recommend-block h3:before {
	width: 20px;
	height: 20px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-09/65e00d51d9eb5751a48f1f2a9eee0127/ttl-green-arrow.svg");
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.recommned-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}
.recommned-box .ttl-box {
	width: 35%;
	min-height: 140px;
	background: linear-gradient(90deg, #01916d 0%, #014937 100%);
	position: relative;
}
.recommned-box .ttl-box:after {
	width: 40px;
	height: 15px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-09/de73a38f2196a823288cf96a5ed4ad02/white-arrows.svg");
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.recommned-box .ttl-box .number {
	position: absolute;
	display: inline-block;
	background: #000;
	padding: 0 10px;
	color: #FFF;
	left: 0;
	top: 0;
}
.recommned-box .ttl-box .number ~ p:not([class]) {
	color: #FFF;
	padding: 40px 0 0 20px;
	line-height: 1.6em;
}
.recommned-box .ttl-box p:not([class]) {
	color: #FFF;
	padding: 30px 0 0 20px;
	line-height: 1.6em;
}
.recommned-box .button-box {
	width: 65%;
	background: #F6F7F6;
	padding: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.rc-button {
	width: 48%;
	background: #FFF;
	box-shadow: 0px 0px 6px rgba(51, 83, 76, 0.3);
	position: relative;
	transition: all .4s;
	padding: 15px;
	display: flex;
	flex-direction: column; /* 縦並び */
	justify-content: center; /* 上下中央 */
}
.rc-button.wide {
	width: 100%;
}
.rc-button:after {
	width: 20px;
	height: 5px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-09/2ddb5d6618de11d2f29d39642a565bcd/arrow-green.svg");
	right: 10px;
	bottom: 10px;
	z-index: 2;
}
.rc-button .ttl {
	color: #01916D;
	font-size: 11px;
}
.rc-button p:not([class]) {
	font-size: 14px;
	line-height: 1.6em;
}
@media (hover: hover) {
	.rc-button:hover {
		transform: scale(0.992);
		box-shadow: 0px 0px 1px rgba(51, 83, 76, 0.5);
	}
}

@media screen and (max-width: 767px) {
	.guide .figure01 {
		padding: 20px 0 0;
	}
	.recommend-block {
		margin: 20px 0 50px;
	}
	.recommend-block h3 {
		padding-left: 20px;
		color: #01916D;
		position: relative;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.recommend-block h3:before {
		width: 16px;
		height: 16px;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.recommned-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	.recommned-box .ttl-box {
		width: 100%;
		min-height: 120px;
		background: linear-gradient(90deg, #01916d 0%, #014937 100%);
		position: relative;
	}
	.recommned-box .ttl-box:after {
		width: 30px;
		height: 15px;
		background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-09/de73a38f2196a823288cf96a5ed4ad02/white-arrows.svg");
		right: 5px;
		top: 70%;
		transform: translateY(-50%) rotate(90deg);

	}
	.recommned-box .ttl-box .number {
		position: absolute;
		display: inline-block;
		background: #000;
		padding: 0 10px;
		color: #FFF;
		left: 0;
		top: 0;
	}
	.recommned-box .ttl-box .number ~ p:not([class]) {
		color: #FFF;
		padding: 35px 0 0 20px;
		line-height: 1.6em;
	}
	.recommned-box .ttl-box p:not([class]) {
		color: #FFF;
		padding: 30px 0 0 20px;
		line-height: 1.6em;
	}
	.recommned-box .button-box {
		width: 100%;
		background: #F6F7F6;
		padding: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}
	.rc-button {
		width: 100%;
		background: #FFF;
		box-shadow: 0px 0px 6px rgba(51, 83, 76, 0.3);
		position: relative;
		transition: all .4s;
		padding: 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 5px;
	}
	.rc-button.wide {
		width: 100%;
	}
	.rc-button:after {
		width: 20px;
		height: 5px;
		background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-09/2ddb5d6618de11d2f29d39642a565bcd/arrow-green.svg");
		right: 10px;
		bottom: 10px;
		z-index: 2;
	}
	.rc-button .ttl {
		color: #01916D;
		font-size: 11px;
	}
	.rc-button p:not([class]) {
		font-size: 14px;
		line-height: 1.6em;
	}
}
.ttl-with-lines {
	position: relative;
	text-align: center;
	padding-bottom: 20px;
}
.ttl-with-lines span {
	font-size: 24px;
	position: relative;
	padding: 0 100px;
}
.ttl-with-lines span:before,
.ttl-with-lines span:after {
	width: 80px;
	height: 2px;
	background: linear-gradient(#67bda7 0%, #a579bd 51.23%, #1e83be 100%);
}
.ttl-with-lines span:before {
	left: 0;
	top: calc(50% - 1px);
}
.ttl-with-lines span:after {
	right: 0;
	top: calc(50% - 1px);
}
@media screen and (max-width: 767px) {
	.ttl-with-lines {
		position: relative;
		text-align: center;
		padding-bottom: 20px;
	}
	.ttl-with-lines span {
		font-size: 15px;
		position: relative;
		padding: 0 40px;
	}
	.ttl-with-lines span:before,
	.ttl-with-lines span:after {
		width: 30px;
		height: 2px;
		background: linear-gradient(#67bda7 0%, #a579bd 51.23%, #1e83be 100%);
	}
}
.entry-btns-wide {
	position: relative;
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.entry-btns-wide li {
	height: 80px;
	box-sizing: border-box;
	padding: 0 10px;
	width: 50%;
	position: relative;
	background: #F6F7F6;
	transition: all .4s;
}
.entry-btns-wide li:nth-child(1) {
	background: #01916D;
}
.entry-btns-wide li:nth-child(2) {
	background: #1E83BE;
}
.entry-btns-wide li p {
	font-size: 11px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.4em;
	text-align: center;
	color: #FFF;
}
.entry-btns-wide li p span {
	font-size: 14px;
	color: #FFF;
}
.entry-btns-wide li:after {
	width: 8px;
	height: 8px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-09/b018c2cf339629c0fe59cce4b539951f/window-white.svg");
	right: 7px;
	bottom: 7px;
	z-index: 2;
}
@media (hover: hover) {
	.entry-btns-wide li:nth-child(1):hover {
		background: #0ca27c;
	}
	.entry-btns-wide li:nth-child(2):hover {
		background: #369eda;
	}
	.entry-btns-wide li:hover p {
		color: #FFF;
	}
}
@media screen and (max-width: 767px) {
	.entry-btns-wide li p {
		font-size: min(2.3vw,11px);
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		line-height: 1.4em;
		text-align: center;
		color: #FFF;
	}
	.entry-btns-wide li p span {
		font-size: 12px;
		color: #FFF;
	}
}

.link-bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 102%;
	position: relative;
	left: -1%;
}
.link-bnr li {
	width: 31.33%;
	margin: 0 1% 30px;
	position: relative;
}
.link-bnr li .bnr {
	background: #FFF;
	position: relative;
	transition: all .4s;
	box-shadow: 0px 0px 6px rgba(51, 83, 76, 0.5);
}
.link-bnr li .bnr:after {
	width: 8px;
	height: 8px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-09/5c852fbad1e5fb9ea0c9fc046475cd0b/window-green.svg");
	right: 5px;
	bottom: 5px;
}
.link-bnr li .txt p:nth-child(1) {
	padding: 10px 0 0;
	line-height: 1.4em;
}
.link-bnr li .txt p:nth-child(2) {
	padding: 0 0;
	font-size: 10px;
	line-height: 1.4em;
	color: #01916D;
	word-break: break-all;
}
@media (hover: hover) {
	.link-bnr li:hover .bnr {
		transform: scale(0.98);
		box-shadow: 0px 0px 2px rgba(51, 83, 76, 0.5);
	}
}
@media screen and (max-width: 767px) {
	.link-bnr {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
		position: relative;
		left: 0;
		max-width: 300px;
		margin: 0 auto;
	}
	.link-bnr li {
		width: 100%;
		margin: 0 0 30px;
		position: relative;
	}
}