@charset "utf-8";

/* CSS Document */
/*---------------------------------------------------------------
  富士通フォント
-----------------------------------------------------------------*/
@font-face {
	font-family: FujitsuInfinityPro-Regular;
	src: url(https://www.fujitsu.com/fontv51/FujitsuInfinityPro-Regular.eot);
	src: url(https://www.fujitsu.com/fontv51/FujitsuInfinityPro-Regular.eot) format("embedded-opentype"),
		url(https://www.fujitsu.com/fontv51/FujitsuInfinityPro-Regular.woff) format("woff"),
		url(https://www.fujitsu.com/fontv51/FujitsuInfinityPro-Regular.ttf) format("truetype");
}

@font-face {
	font-family: FujitsuInfinityPro-RegularB;
	src: url(https://www.fujitsu.com/fontv51/FujitsuInfinityPro-Regular.eot);
	src: url(https://www.fujitsu.com/fontv51/FujitsuInfinityPro-Regular.eot) format("embedded-opentype"),
		url(https://www.fujitsu.com/fontv51/FujitsuInfinityPro-Regular.woff) format("woff"),
		url(https://www.fujitsu.com/fontv51/FujitsuInfinityPro-Regular.ttf) format("truetype");
}

html:lang(ja) body,
html:lang(ja) input,
html:lang(ja) select,
html:lang(ja) button,
html:lang(ja) textarea {
	font-family: FujitsuInfinityPro-Regular, Arial, Verdana, Lucida Grande,
		"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
}

/*---------------------------------------------------------------
  表示切替
-----------------------------------------------------------------*/
.display_pc {
	display: block;
}

.display_tb {
	display: none;
}

.display_sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.display_pc {
		display: none;
	}

	.display_tb {
		display: block;
	}

	.display_sp {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.display_pc {
		display: none;
	}

	.display_tb {
		display: none;
	}

	.display_sp {
		display: block;
	}
}

/*---------------------------------------------------------------
  ヘッダー/グローバルメニュー
-----------------------------------------------------------------*/
navi * {
	interpolate-size: allow-keywords;
}

/* ====== ヘッダー ====== */
header,
header *,
header *::before,
header *::after {
	box-sizing: border-box;
}

header {
	width: 100%;
	height: 70px;
	background: #fff;
	display: flex;
	justify-content: center;
	z-index: 999;
}

.header-container {
	width: 100%;
	max-width: 1280px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* ====== ロゴ ====== */
header h1.logo {
	font-size: clamp(1.375rem, 6.25vw + 0.125rem, 2rem);
	font-weight: 700;
	margin-right: auto;
}

header h1.logo a {
	text-decoration: none;
	color: #000;
}

header h1.logo span {
	display: block;
	font-size: clamp(0.5rem, 3.125vw - 0.125rem, 0.813rem);
}

/* ====== ハンバーガーメニュー ====== */
.hamburger {
	display: none;
	width: 30px;
	height: 25px;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	z-index: 10;
}

.hamburger span {
	display: block;
	height: 4px;
	background: #000;
	border-radius: 2px;
	transition: all 0.3s;
}

.hamburger.active span:nth-child(1) {
	transform: translateY(10px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
	opacity: 0;
}

.hamburger.active span:nth-child(3) {
	transform: translateY(-10px) rotate(-45deg);
}

/* ====== ナビゲーション ====== */
.header-nav {
	display: flex;
	justify-content: center;
	z-index: 9999;
}

.header-nav a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
}

.header-nav > ul {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	gap: 1rem;
}

@media screen and (min-width: 1281px) {
	.header-nav > ul {
		align-items: center;
	}
}

.header-nav > ul > li {
	display: flex;
	order: 0;
}

@media screen and (max-width: 1280px) {
	.header-nav > ul > li.search-form {
		order: -1;
		background: #fff;
		padding: 1rem 0;
		justify-content: center;
	}
}

.header-nav > ul > li > a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #000;
	font-size: 0.875rem;
	line-height: 1.2;
	padding: 0;
	transition: all 0.3s;
}

.header-nav > ul > li > a:hover {
	color: inherit;
}

.header-nav > ul > li > a svg.icon {
	margin-right: 2px;
}

.header-nav li.search-form form {
	display: flex;
	align-items: stretch;
}

.header-nav li.search-form input[type="text"] {
	max-width: 120px;
	height: 24px;
	padding: 0 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 0;
	border-right: none;
	outline: none;
}

@media screen and (max-width: 1280px) {
	.header-nav li.search-form input[type="text"] {
		max-width: none;
		min-width: 260px;
		height: 32px;
	}
}

.header-nav li.search-form input[type="text"]:focus {
	box-shadow: none;
}

.header-nav li.search-form .search-button {
	width: 24px;
	height: 24px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
	border: 1px solid #000;
	border-left: none;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
}

@media screen and (max-width: 1280px) {
	.header-nav li.search-form .search-button {
		width: 32px;
		height: 32px;
	}
}

/* .header-nav .has-child > a > svg {
  transform: rotate(0deg);
  transition: 0.3s;
} */

.header-nav .has-child > a {
	display: inline-flex;
	align-items: center;
	gap: 0.1em;
}

.header-nav .has-child > a::after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz48dGl0bGU+ZG93bl9saW5lPC90aXRsZT48ZyBpZD0iZG93bl9saW5lIiBmaWxsPSdub25lJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnPjxwYXRoIGQ9J00yNCAwdjI0SDBWMGgyNFpNMTIuNTkzIDIzLjI1OGwtLjAxMS4wMDItLjA3MS4wMzUtLjAyLjAwNC0uMDE0LS4wMDQtLjA3MS0uMDM1Yy0uMDEtLjAwNC0uMDE5LS4wMDEtLjAyNC4wMDVsLS4wMDQuMDEtLjAxNy40MjguMDA1LjAyLjAxLjAxMy4xMDQuMDc0LjAxNS4wMDQuMDEyLS4wMDQuMTA0LS4wNzQuMDEyLS4wMTYuMDA0LS4wMTctLjAxNy0uNDI3Yy0uMDAyLS4wMS0uMDA5LS4wMTctLjAxNy0uMDE4Wm0uMjY1LS4xMTMtLjAxMy4wMDItLjE4NS4wOTMtLjAxLjAxLS4wMDMuMDExLjAxOC40My4wMDUuMDEyLjAwOC4wMDcuMjAxLjA5M2MuMDEyLjAwNC4wMjMgMCAuMDI5LS4wMDhsLjAwNC0uMDE0LS4wMzQtLjYxNGMtLjAwMy0uMDEyLS4wMS0uMDItLjAyLS4wMjJabS0uNzE1LjAwMmEuMDIzLjAyMyAwIDAgMC0uMDI3LjAwNmwtLjAwNi4wMTQtLjAzNC42MTRjMCAuMDEyLjAwNy4wMi4wMTcuMDI0bC4wMTUtLjAwMi4yMDEtLjA5My4wMS0uMDA4LjAwNC0uMDExLjAxNy0uNDMtLjAwMy0uMDEyLS4wMS0uMDEtLjE4NC0uMDkyWicvPjxwYXRoIGZpbGw9JyMwMDAwMDBGRicgZD0nTTEyLjcwNyAxNS43MDdhMSAxIDAgMCAxLTEuNDE0IDBMNS42MzYgMTAuMDVBMSAxIDAgMSAxIDcuMDUgOC42MzZsNC45NSA0Ljk1IDQuOTUtNC45NWExIDEgMCAwIDEgMS40MTQgMS40MTRsLTUuNjU3IDUuNjU3WicvPjwvZz48L3N2Zz4=");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: transform 0.3s ease;
}

.header-nav .has-child.active > a::after {
	transform: rotate(180deg);
}

/* .header-nav .has-child.active > a svg {
  transform: rotate(-180deg);
}
.header-nav .has-child > a > svg .fill {
  fill: #000;
} */

/* .header-nav > ul > li.download a {
	display: inline-flex;
	align-items: center;
	gap: 0.1em;
} */

/* .header-nav > ul > li.download a::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0nMTVweCcgaGVpZ2h0PScxNXB4JyB2aWV3Qm94PSIwIDAgMTggMTgiPiAJCQkJCQkJCQk8cG9seWdvbiBwb2ludHM9IjkuMTYgOS44NyAyLjU3IDUuNzEgMi41NyAxMi43MSA5IDE2LjQyIDE1LjQzIDEyLjcxIDE1LjQzIDUuMjkgOSAxLjU4IDMuMiA0LjkzIDkuNjkgOS4wMyA5LjE2IDkuODciIHN0eWxlPSJmaWxsOiAjZmZmOyIgLz4gCQkJCQkJCQkJPHBhdGggZD0iTTksLjQybC02Ljc2LDMuOS0uNjcuMzl2OC41OGw3LjQzLDQuMjksNy40My00LjI5VjQuNzFMOSwuNDJaTTksMS41OGw2LjA0LDMuNDktNi4wNywzLjUxLTUuNzctMy42NSw1LjgtMy4zNVpNMi41Nyw1LjcxbDUuOTMsMy43NHY2LjY4bC01LjkzLTMuNDJ2LTdaIiAvPiAJCQkJCQkJCTwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
} */


@media screen and (min-width: 1281px) {

	/* .header-nav > ul > li > a > svg.icon-mob {
    display: none;
  } */
	.header-nav > ul > li.login a,
	nav > ul > li.user > a {
		padding: 4px 12px;
		/* margin-right: -1rem; */
		border: 1px solid #000;
		line-height: 1;
		white-space: nowrap;
	}

	.header-nav > ul > li.user > a {
		background: #000;
		padding: 6px 12px 5px;
		margin: 0;
		color: #fff;
		font-size: 1rem;
		border-radius: 6px;
	}
}

.header-nav .has-child ul {
	display: flex;
	position: absolute;
	gap: 2rem;
	top: 70px;
	left: 50%;
	padding: 0;
	transform: translateX(-50%);
	width: 100vw;
	justify-content: center;
	background: #3d3d3d;
	z-index: 4;
	transition: opacty 0.3s, height 0.3s, padding 0.3s;
	overflow: hidden;
	opacity: 0;
	height: 0;
}

.header-nav .has-child.active ul {
	padding: 2rem;
	height: calc-size(auto, size);
	opacity: 1;
}

.header-nav .has-child.active ul li {
	display: flex;
	align-items: center;
}

.header-nav .has-child.active ul a {
	color: #fff;
	padding: 1rem 1rem 1rem 0;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 0.1em;
}

.header-nav .has-child.active ul a::before {
	content: "";
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz48dGl0bGU+ZG93bl9saW5lPC90aXRsZT48ZyBpZD0iZG93bl9saW5lIiBmaWxsPSdub25lJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnPjxwYXRoIGQ9J00yNCAwdjI0SDBWMGgyNFpNMTIuNTkzIDIzLjI1OGwtLjAxMS4wMDItLjA3MS4wMzUtLjAyLjAwNC0uMDE0LS4wMDQtLjA3MS0uMDM1Yy0uMDEtLjAwNC0uMDE5LS4wMDEtLjAyNC4wMDVsLS4wMDQuMDEtLjAxNy40MjguMDA1LjAyLjAxLjAxMy4xMDQuMDc0LjAxNS4wMDQuMDEyLS4wMDQuMTA0LS4wNzQuMDEyLS4wMTYuMDA0LS4wMTctLjAxNy0uNDI3Yy0uMDAyLS4wMS0uMDA5LS4wMTctLjAxNy0uMDE4Wm0uMjY1LS4xMTMtLjAxMy4wMDItLjE4NS4wOTMtLjAxLjAxLS4wMDMuMDExLjAxOC40My4wMDUuMDEyLjAwOC4wMDcuMjAxLjA5M2MuMDEyLjAwNC4wMjMgMCAuMDI5LS4wMDhsLjAwNC0uMDE0LS4wMzQtLjYxNGMtLjAwMy0uMDEyLS4wMS0uMDItLjAyLS4wMjJabS0uNzE1LjAwMmEuMDIzLjAyMyAwIDAgMC0uMDI3LjAwNmwtLjAwNi4wMTQtLjAzNC42MTRjMCAuMDEyLjAwNy4wMi4wMTcuMDI0bC4wMTUtLjAwMi4yMDEtLjA5My4wMS0uMDA4LjAwNC0uMDExLjAxNy0uNDMtLjAwMy0uMDEyLS4wMS0uMDEtLjE4NC0uMDkyWicvPjxwYXRoIGZpbGw9JyNGRkZGRkYnIGQ9J00xMi43MDcgMTUuNzA3YTEgMSAwIDAgMS0xLjQxNCAwTDUuNjM2IDEwLjA1QTEgMSAwIDEgMSA3LjA1IDguNjM2bDQuOTUgNC45NSA0Ljk1LTQuOTVhMSAxIDAgMCAxIDEuNDE0IDEuNDE0bC01LjY1NyA1LjY1N1onLz48L2c+PC9zdmc+");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: rotate(-90deg);

}

.header-nav .has-child.active ul a:hover {
	text-decoration: underline;
}

/* ====== レスポンシブ対応 (1280px以下) ====== */
@media screen and (max-width: 1280px) {
	header {
		padding: 0 16px;
	}

	header h1.logo {
		order: 1;
	}

	.hamburger {
		display: flex;
		order: 2;
	}

	.header-nav > ul {
		display: none;
		flex-direction: column;
		background: #3d3d3d;
		position: absolute;
		top: 70px;
		left: 0;
		width: 100%;
		gap: 0;
	}

	.header-nav > ul.active {
		display: flex;
	}

	.header-nav > ul > li > a {
		width: 100%;
		padding: 1rem 1rem;
		color: #fff !important;
		border-bottom: 1px solid #fff;
	}

	/* .header-nav > ul > li > a > span {
    margin-right: auto;
  } */

	.header-nav > ul > li.icon-mob a .icon-inline {
		width: 100%;
		display: inline-flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.1em;
	}

	.header-nav > ul > li.icon-mob a .icon-inline::after {
		content: "";
		display: inline-block;
		width: 1.1em;
		height: 1.1em;
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz48dGl0bGU+ZG93bl9saW5lPC90aXRsZT48ZyBpZD0iZG93bl9saW5lIiBmaWxsPSdub25lJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnPjxwYXRoIGQ9J00yNCAwdjI0SDBWMGgyNFpNMTIuNTkzIDIzLjI1OGwtLjAxMS4wMDItLjA3MS4wMzUtLjAyLjAwNC0uMDE0LS4wMDQtLjA3MS0uMDM1Yy0uMDEtLjAwNC0uMDE5LS4wMDEtLjAyNC4wMDVsLS4wMDQuMDEtLjAxNy40MjguMDA1LjAyLjAxLjAxMy4xMDQuMDc0LjAxNS4wMDQuMDEyLS4wMDQuMTA0LS4wNzQuMDEyLS4wMTYuMDA0LS4wMTctLjAxNy0uNDI3Yy0uMDAyLS4wMS0uMDA5LS4wMTctLjAxNy0uMDE4Wm0uMjY1LS4xMTMtLjAxMy4wMDItLjE4NS4wOTMtLjAxLjAxLS4wMDMuMDExLjAxOC40My4wMDUuMDEyLjAwOC4wMDcuMjAxLjA5M2MuMDEyLjAwNC4wMjMgMCAuMDI5LS4wMDhsLjAwNC0uMDE0LS4wMzQtLjYxNGMtLjAwMy0uMDEyLS4wMS0uMDItLjAyLS4wMjJabS0uNzE1LjAwMmEuMDIzLjAyMyAwIDAgMC0uMDI3LjAwNmwtLjAwNi4wMTQtLjAzNC42MTRjMCAuMDEyLjAwNy4wMi4wMTcuMDI0bC4wMTUtLjAwMi4yMDEtLjA5My4wMS0uMDA4LjAwNC0uMDExLjAxNy0uNDMtLjAwMy0uMDEyLS4wMS0uMDEtLjE4NC0uMDkyWicvPjxwYXRoIGZpbGw9JyNGRkZGRkYnIGQ9J00xMi43MDcgMTUuNzA3YTEgMSAwIDAgMS0xLjQxNCAwTDUuNjM2IDEwLjA1QTEgMSAwIDEgMSA3LjA1IDguNjM2bDQuOTUgNC45NSA0Ljk1LTQuOTVhMSAxIDAgMCAxIDEuNDE0IDEuNDE0bC01LjY1NyA1LjY1N1onLz48L2c+PC9zdmc+");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		transform: rotate(-90deg);
	}




	.header-nav > ul ul {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		visibility: visible;
		opacity: 1;
		display: none;
	}

	/* .header-nav .has-child > a > svg {
    width: 20px;
    height: 20px;
  }
  .header-nav .has-child > a > svg .fill {
    fill: #fff;
  } */

	.header-nav .has-child {
		flex-direction: column;
	}

	.header-nav .has-child > a {
		justify-content: space-between;
	}

	.header-nav .has-child > a::after {
		width: 1.4em;
		height: 1.4em;
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz48dGl0bGU+ZG93bl9saW5lPC90aXRsZT48ZyBpZD0iZG93bl9saW5lIiBmaWxsPSdub25lJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnPjxwYXRoIGQ9J00yNCAwdjI0SDBWMGgyNFpNMTIuNTkzIDIzLjI1OGwtLjAxMS4wMDItLjA3MS4wMzUtLjAyLjAwNC0uMDE0LS4wMDQtLjA3MS0uMDM1Yy0uMDEtLjAwNC0uMDE5LS4wMDEtLjAyNC4wMDVsLS4wMDQuMDEtLjAxNy40MjguMDA1LjAyLjAxLjAxMy4xMDQuMDc0LjAxNS4wMDQuMDEyLS4wMDQuMTA0LS4wNzQuMDEyLS4wMTYuMDA0LS4wMTctLjAxNy0uNDI3Yy0uMDAyLS4wMS0uMDA5LS4wMTctLjAxNy0uMDE4Wm0uMjY1LS4xMTMtLjAxMy4wMDItLjE4NS4wOTMtLjAxLjAxLS4wMDMuMDExLjAxOC40My4wMDUuMDEyLjAwOC4wMDcuMjAxLjA5M2MuMDEyLjAwNC4wMjMgMCAuMDI5LS4wMDhsLjAwNC0uMDE0LS4wMzQtLjYxNGMtLjAwMy0uMDEyLS4wMS0uMDItLjAyLS4wMjJabS0uNzE1LjAwMmEuMDIzLjAyMyAwIDAgMC0uMDI3LjAwNmwtLjAwNi4wMTQtLjAzNC42MTRjMCAuMDEyLjAwNy4wMi4wMTcuMDI0bC4wMTUtLjAwMi4yMDEtLjA5My4wMS0uMDA4LjAwNC0uMDExLjAxNy0uNDMtLjAwMy0uMDEyLS4wMS0uMDEtLjE4NC0uMDkyWicvPjxwYXRoIGZpbGw9JyNGRkZGRkYnIGQ9J00xMi43MDcgMTUuNzA3YTEgMSAwIDAgMS0xLjQxNCAwTDUuNjM2IDEwLjA1QTEgMSAwIDEgMSA3LjA1IDguNjM2bDQuOTUgNC45NSA0Ljk1LTQuOTVhMSAxIDAgMCAxIDEuNDE0IDEuNDE0bC01LjY1NyA1LjY1N1onLz48L2c+PC9zdmc+");
	}

	.header-nav .has-child.active > a {
		border: none;
	}

	.header-nav .has-child ul {
		flex-direction: column;
		position: relative;
		gap: 0;
		top: inherit;
		left: inherit;
		width: 100%;
		transform: none;
		padding: 0 2rem;
	}

	.header-nav .has-child.active ul {
		padding: 0 2rem 0.5rem 2rem;
		border-bottom: 1px solid #fff;
		height: auto;
	}

	.header-nav .has-child.active ul li {
		display: flex;
		align-items: center;
	}

	.header-nav .has-child.active ul a {
		color: #fff;
		padding: 0.3rem 0.5rem;
		text-decoration: none;
	}

	.header-nav .has-child.active ul a:hover {
		text-decoration: underline;
	}
}

/* アイコン付きリンク
---------------------------------------------------- */
.c-btn {
	display: flex;
	align-items: center;
	color: #5f5f5f;
	font-size: 0.875rem;
	text-decoration: none;
	position: relative;
}

.c-btn-l {
	font-size: 1.4rem;
}

.c-btn-white {
	color: #fff;
}

.c-btn-white:hover {
	color: #fff;
}

.c-btn-white:active,
.c-btn-white:focus {
	color: #fff;
}

.c-btn-ico {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	vertical-align: middle;
	margin-right: 7px;
}

.c-btn-ico::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #5f5f5f;
	opacity: 0;
	z-index: 0;
}

.c-btn-ico svg {
	fill: #5f5f5f;
	position: absolute;
	top: 0;
	left: 0;
}

.c-btn-ico svg .circle {
	fill: none;
	stroke: #5f5f5f;
	stroke-width: 1px;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.c-btn-ico svg .arrow {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.c-btn-ico-m {
	width: 48px;
	height: 48px;
}

.c-btn-ico-l {
	width: 58px;
	height: 58px;
}

.c-btn-ico-white::before {
	border-color: #fff;
}

.c-btn-ico-white svg {
	fill: #fff;
	stroke-width: 4;
}

.c-btn-ico-white svg .circle {
	fill: none;
	stroke: #fff;
	stroke-width: 4;
}

a:hover .c-btn .c-btn-ico::before {
	opacity: 0.1;
}

a:hover .c-btn .c-btn-ico svg .arrow {
	-webkit-animation: arrow 1.5s forwards ease-in-out;
	animation: arrow 1.5s forwards ease-in-out;
}

a:hover .c-btn .c-btn-ico svg .circle {
	fill: transparent;
	stroke: #5f5f5f;
	stroke-width: 1;
	-webkit-animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
	animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

a:hover .c-btn.c-btn-white .c-btn-ico-white svg .circle {
	fill: transparent;
	stroke: #fff;
	/* 	stroke-width: 1; */
	stroke-width: 4;
}

a.c-btn:hover .c-btn-ico::before {
	opacity: 0.1;
	-webkit-animation: arrow_bg 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
	animation: arrow_bg 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

a.c-btn:hover .c-btn-ico svg .arrow {
	-webkit-animation: arrow 1.5s forwards ease-in-out;
	animation: arrow 1.5s forwards ease-in-out;
}

a.c-btn:hover .c-btn-ico svg .circle {
	fill: transparent;
	stroke: #5f5f5f;
	stroke-width: 1;
	-webkit-animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
	animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

a.c-btn-white:hover .c-btn-ico-white::before {
	opacity: 0.2;
	-webkit-animation: arrow_bg 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
	animation: arrow_bg 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

a.c-btn-white:hover .c-btn-ico-white svg .circle {
	fill: transparent;
	stroke: #fff;
	/* 	stroke-width: 1; */
	stroke-width: 4;
}

@keyframes arrow_bg {
	0% {
		opacity: 0.1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes arrow {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10% {
		opacity: 0;
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}

	25% {
		opacity: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	40% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes circle {
	0% {
		stroke-dasharray: 0 300;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	10% {
		stroke-dasharray: 50 100;
	}

	20% {
		stroke-dasharray: 100 200;
	}

	30% {
		stroke-dasharray: 150 300;
	}

	40% {
		stroke-dasharray: 200 300;
	}

	60% {
		stroke-dasharray: 300 300;
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*---------------------------------------------------------------
  フッター
-----------------------------------------------------------------*/
.footer_wrp {
	padding: 0;
	background-color: #fff;
}

.footer_wrp .free_area {
	margin: 0;
}

.footer_wrp > .content_width {
	max-width: 100%;
	width: 100%;
	padding: 0;
}

.footer {
	display: none;
}

.footer_wrp .copyright {
	clear: none !important;
	padding: 0;
	font-size: 12px;
	height: auto;
	line-height: 1.2;
}

.footer_wrp .content.content_width.contact_link {
	padding: 50px 0;
}

@media only screen and (max-width: 480px) {
	.footer_wrp .content.content_width.contact_link {
		padding: 20px;
	}
}

.footer-nav-wrapper,
.footer-nav-wrapper *,
.footer-nav-wrapper *::before,
.footer-nav-wrapper *::after {
	box-sizing: border-box;
}

.footer-nav-wrapper {
	background: #1b1d1f;
	color: #fff;
}

.footer-nav {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	padding: 40px 20px;
	text-align: left;
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}

@media screen and (min-width: 1281px) {
	.footer-nav {
		padding: 40px 0;
	}
}

@media screen and (max-width: 767px) {
	.footer-nav {
		flex-direction: column;
		gap: 0;
	}
}

.footer-nav a {
	color: #fff;
	text-decoration: none;
}

.footer-nav a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.footer-nav .menu-list {
	width: 25%;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

@media screen and (max-width: 767px) {
	.footer-nav .menu-list {
		width: 100%;
		gap: 0;
	}

	.footer-nav .menu-list:first-of-type {
		border-top: 1px solid #fff;
	}
}

.footer-nav .menu-item {
	font-size: 1rem;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.footer-nav .menu-item span svg {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.footer-nav .menu-item {
		display: flex;
		flex-direction: column;
		padding: 0.75rem 0;
		border-bottom: 1px solid #fff;
	}

	.footer-nav .menu-item span {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	/* .footer-nav .menu-item span svg {
    rotate: none;
    transition: 0.3s;
  }
  .footer-nav .menu-item.active span svg {
    rotate: 180deg;
  } */
	/* .footer-nav .menu-item > span {
    display: inline-flex;
      align-items: center;
      gap: 0.1em;
    } */

	.footer-nav .menu-item > span::after {
		content: "";
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz48dGl0bGU+ZG93bl9saW5lPC90aXRsZT48ZyBpZD0iZG93bl9saW5lIiBmaWxsPSdub25lJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnPjxwYXRoIGQ9J00yNCAwdjI0SDBWMGgyNFpNMTIuNTkzIDIzLjI1OGwtLjAxMS4wMDItLjA3MS4wMzUtLjAyLjAwNC0uMDE0LS4wMDQtLjA3MS0uMDM1Yy0uMDEtLjAwNC0uMDE5LS4wMDEtLjAyNC4wMDVsLS4wMDQuMDEtLjAxNy40MjguMDA1LjAyLjAxLjAxMy4xMDQuMDc0LjAxNS4wMDQuMDEyLS4wMDQuMTA0LS4wNzQuMDEyLS4wMTYuMDA0LS4wMTctLjAxNy0uNDI3Yy0uMDAyLS4wMS0uMDA5LS4wMTctLjAxNy0uMDE4Wm0uMjY1LS4xMTMtLjAxMy4wMDItLjE4NS4wOTMtLjAxLjAxLS4wMDMuMDExLjAxOC40My4wMDUuMDEyLjAwOC4wMDcuMjAxLjA5M2MuMDEyLjAwNC4wMjMgMCAuMDI5LS4wMDhsLjAwNC0uMDE0LS4wMzQtLjYxNGMtLjAwMy0uMDEyLS4wMS0uMDItLjAyLS4wMjJabS0uNzE1LjAwMmEuMDIzLjAyMyAwIDAgMC0uMDI3LjAwNmwtLjAwNi4wMTQtLjAzNC42MTRjMCAuMDEyLjAwNy4wMi4wMTcuMDI0bC4wMTUtLjAwMi4yMDEtLjA5My4wMS0uMDA4LjAwNC0uMDExLjAxNy0uNDMtLjAwMy0uMDEyLS4wMS0uMDEtLjE4NC0uMDkyWicvPjxwYXRoIGZpbGw9JyNGRkZGRkYnIGQ9J00xMi43MDcgMTUuNzA3YTEgMSAwIDAgMS0xLjQxNCAwTDUuNjM2IDEwLjA1QTEgMSAwIDEgMSA3LjA1IDguNjM2bDQuOTUgNC45NSA0Ljk1LTQuOTVhMSAxIDAgMCAxIDEuNDE0IDEuNDE0bC01LjY1NyA1LjY1N1onLz48L2c+PC9zdmc+");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		transition: transform 0.3s ease;
	}

	.footer-nav .menu-item.active > span::after {
		transform: rotate(180deg);
	}
}

.footer-nav .submenu-list {
	font-size: 0.8125rem;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.footer-nav .menu-item .submenu-list {
		padding-left: 1rem;
		opacity: 0;
		overflow: hidden;
		height: 0;
		transition: 0.3s;
	}

	.footer-nav .menu-item.active .submenu-list {
		opacity: 1;
		height: auto;
		height: calc-size(auto, size);
	}
}

.footer-nav .submenu-list li {
	margin-top: 0.5rem;
}

.footer-nav .submenu-list li + li {
	margin-top: 0.3rem;
}

.footer_copy_wrp {
	width: 100%;
	text-align: center;
	padding: 12px 20px;
	background: #1b1d1f;
	box-sizing: border-box;
	border-top: 1px solid #afbdcc20;
}

.footer_copy_wrp .content_width {
	padding: 0 !important;
}

.footer_copy_wrp .footer_link {
	float: left;
}

.footer_copy_wrp .footer_link li {
	float: left;
	margin-right: 30px;
}

.footer_copy_wrp .footer_link li a {
	color: #fff;
	text-decoration: none;
}

.footer_copy_wrp .copyright {
	color: #fff;
	float: right;
}

@media screen and (max-width: 768px) {
	.footer_copy_wrp {
		padding: 20px;
	}

	.footer_copy_wrp .footer_link {
		float: none;
		margin-top: -10px;
	}

	.footer_copy_wrp .footer_link li {
		width: 50%;
		margin: 10px 0 0 0;
		text-align: left;
		font-size: 12px;
		line-height: 1.4;
	}

	.footer_copy_wrp .footer_link li a {
		color: #fff;
		text-decoration: none;
	}

	.footer_copy_wrp .copyright {
		font-size: 10px;
		line-height: 1.4;
		float: none;
		margin-top: 15px;
	}
}

.footer_copy_wrp *,
.footer_copy_wrp *::before,
.footer_copy_wrp *::after {
	box-sizing: border-box;
}

.footer_copy_wrp .content_width {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer_copy_wrp .footer_copy_inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.footer_copy_wrp .footer_link li a {
	font-size: 0.8125rem;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.footer_copy_wrp .footer_link li a:hover {
	text-decoration: none;
}

.footer_wrp .copyright {
	margin-left: auto;
	background: none;
	font-size: 0.8125rem;
	text-align: left;
}

.footer_copy_wrp .f-logo {
	padding-bottom: 10px;
	margin-left: 30px;
}

@media screen and (max-width: 800px) {
	.footer_copy_wrp .footer_copy_inner {
		flex-direction: column;
	}

	.footer_wrp .copyright {
		margin: 10px 0 0 0;
	}

	.footer_copy_wrp .f-logo {
		padding-bottom: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 768px) {
	.footer_copy_wrp .footer_link {
		margin-top: 0;
	}

	.footer_copy_wrp .footer_link li {
		width: inherit;
		margin: 4px 20px 4px 0;
		font-size: 0.8125rem;
	}

	.footer_wrp .copyright {
		font-size: 0.8125rem;
	}
}

/*---------------------------------------------------------------
  お問い合わせ
-----------------------------------------------------------------*/
.section.inquiry *,
.section.inquiry *::before,
.section.inquiry *::after {
	box-sizing: border-box;
}

.section.inquiry .section-inner {
	padding: 100px 0 70px !important;
	color: #000;
}

@media only screen and (max-width: 1280px) {
	.section.inquiry .section-inner {
		padding: 100px 8px 70px !important;
	}
}

@media only screen and (max-width: 1000px) {
	.section.inquiry .section-inner {
		padding: 100px 16px 70px !important;
	}
}

@media only screen and (max-width: 767px) {
	.section.inquiry .section-inner {
		padding: 40px 16px 70px !important;
	}
}

@media only screen and (max-width: 480px) {
	.section.inquiry .section-inner {
		padding: 40px 16px 40px !important;
	}
}

.section.inquiry h2 {
	font-size: 1.875rem;
	text-align: center;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 40px;
}

@media only screen and (max-width: 480px) {
	.section.inquiry h2 {
		font-size: 1.375rem;
	}
}

.section.inquiry .section-inner {
	padding: 0 16px;
}

.section.inquiry .list-contact {
	display: flex;
	justify-content: center;
	margin-bottom: -16px;
	margin-left: -60px;
}

@media only screen and (max-width: 767px) {
	.section.inquiry .list-contact {
		flex-direction: column;
	}
}

.section.inquiry .list-contact > li {
	width: 50%;
	max-width: 540px;
	padding-bottom: 16px;
	padding-left: 60px;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 767px) {
	.section.inquiry .list-contact > li {
		width: 100%;
		max-width: none;
	}
}

.section.inquiry .list-contact a {
	padding: 20px 10px;
	margin-bottom: 16px;
	color: #000;
	border: 1px solid #eee;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
}

.section.inquiry .list-contact .notes-a {
	margin-top: auto;
	min-height: 5.2em;
	text-align: center;
	font-size: 0.875rem;
}

@media only screen and (max-width: 480px) {
	.section.inquiry .list-contact .notes-a {
		min-height: auto;
		font-size: calc(14vw * 100 / 375);
	}
}

.section.inquiry .list-contact .notes-a.web {
	text-align: left;
}

.section.inquiry .list-contact .notes-a.web span {
	display: block;
	margin-top: 8px;
}

.section.inquiry .list-contact .notes-a.web span a {
	padding: 4px 0 0 0;
	margin-bottom: 0;
	border: none;
	flex-direction: row;
	justify-content: flex-start;
}

.section.inquiry .list-contact .notes-a.web span a .text:hover {
	text-decoration: underline;
}

.section.inquiry .list-contact .notes-a.web span a .text img.icon-a {
	vertical-align: initial !important;
}

.section.inquiry .list-contact a.form {
	position: relative;
	font-size: 1.25rem;
	text-decoration: none;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.section.inquiry .list-contact a.form .desc {
	font-size: 1.5rem;
}

@media only screen and (max-width: 480px) {
	.section.inquiry .list-contact a.form .desc {
		font-size: calc(20vw * 100 / 375);
	}
}

.section.inquiry .list-contact a.form:hover {
	color: #000;
}

.section.inquiry .list-contact a.form .icon {
	position: relative;
	margin-right: 10px;
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
}

.section.inquiry .list-contact a.form .icon::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #5f5f5f;
	opacity: 0;
	z-index: 0;
}

.section.inquiry .list-contact a.form.icon svg {
	fill: #5f5f5f;
	position: absolute;
	top: 0;
	left: 0;
}

.section.inquiry .list-contact a.form .icon svg .circle {
	fill: none;
	stroke: #5f5f5f;
	stroke-width: 1px;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.section.inquiry .list-contact a.form .icon svg .arrow {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.section.inquiry .list-contact a.form:hover .icon::before {
	opacity: 0.1;
}

.section.inquiry .list-contact a.form:hover .icon svg .arrow {
	-webkit-animation: arrow 1.5s forwards ease-in-out;
	animation: arrow 1.5s forwards ease-in-out;
}

.section.inquiry .list-contact a.form:hover .icon svg.circle {
	fill: transparent;
	stroke: #5f5f5f;
	stroke-width: 1;
	-webkit-animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
	animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

.section.inquiry .list-contact a.form:hover .icon::before {
	opacity: 0.1;
	-webkit-animation: arrow_bg 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
	animation: arrow_bg 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

.section.inquiry .list-contact a.form:hover .icon svg .arrow {
	-webkit-animation: arrow 1.5s forwards ease-in-out;
	animation: arrow 1.5s forwards ease-in-out;
}

.section.inquiry .list-contact a.form:hover .icon svg .circle {
	fill: transparent;
	stroke: #5f5f5f;
	stroke-width: 1;
	-webkit-animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
	animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 767px) {
	.section.inquiry .list-contact .type-tel {
		margin-top: 16px;
	}
}

.section.inquiry .list-contact .type-tel a {
	text-decoration: none;
	color: #000;
}

.section.inquiry .list-contact .type-tel .customer {
	font-size: 1.125rem;
}

.section.inquiry .list-contact .type-tel .contact-inner {
	font-size: 2.125rem;
}

/*---------------------------------------------------------------
  フッター内バナー
-----------------------------------------------------------------*/
.footer_wrp .section.banner {
	padding: 0 0 100px !important;
	box-sizing: border-box;
}

@media only screen and (max-width: 1280px) {
	.footer_wrp .section.banner {
		padding: 0 8px 70px !important;
	}
}

@media only screen and (max-width: 1000px) {
	.footer_wrp .section.banner {
		padding: 0 16px 70px !important;
	}
}

@media only screen and (max-width: 480px) {
	.footer_wrp .section.banner {
		padding: 0 16px 70px !important;
	}
}

.footer_wrp .section.banner .lyt-img-b {
	margin: 0 auto;
}

.footer_wrp .section.banner .lyt-img-b img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*@media only screen and (max-width: 480px) {
.footer_wrp .section.banner .lyt-img-b {
    margin: 0 auto 48px;
}
}*/
/*---------------------------------------------------------------
  ページの先頭へ
-----------------------------------------------------------------*/
#btn_pagetop {
	width: 100%;
	overflow: hidden;
}

#btn_pagetop a {
	display: block;
	position: absolute;
	right: -300px;
	top: 0;
	width: 50px;
	height: 50px;
	color: #fff;
	background-color: #666;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	z-index: 101;
	position: fixed;
}

#btn_pagetop a:hover {
	background-color: #999;
}

#btn_pagetop a:after {
	position: absolute;
	content: " ";
	width: 14px;
	height: 14px;
	top: 20px;
	left: 0;
	right: 0;
	bottom: auto;
	margin: auto;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 2px;
}

@media only screen and (max-width: 480px) {
	#btn_pagetop a {
		width: 40px;
		height: 40px;
		background-size: 40px 40px;
	}

	#btn_pagetop a:after {
		width: 12px;
		height: 12px;
		top: 17px;
		left: 0;
		right: 0;
		bottom: auto;
	}
}

/*---------------------------------------------------------------
  商品詳細
-----------------------------------------------------------------*/
.section_inner.wideSection {
	padding: 0 0 0;
}

@media screen and (max-width: 1360px) {
	.section_inner.wideSection {
		padding: 30px 30px 0;
	}
}

@media screen and (max-width: 768px) {
	.section_inner.wideSection {
		padding: 20px 20px 0;
	}
}

@media only screen and (max-width: 480px) {
	.section_inner.wideSection {
		padding: 10px 10px 0;
	}
}

/*---------------------------------------------------------------
  パンくず部分の商品一覧ページへのリンクを非表示
-----------------------------------------------------------------*/
.section_wrp .pankuzu li a[href^="/products/"] {
	display: none;
}

/*---------------------------------------------------------------
  共通パーツ
-----------------------------------------------------------------*/
/* display
---------------------------------------------------- */
.d-f {
	display: flex;
}

/* justify-content
---------------------------------------------------- */
.jc-c {
	justify-content: center !important;
}

.jc-fs {
	justify-content: flex-start !important;
}

.jc-fe {
	justify-content: flex-end !important;
}

.jc-sa {
	justify-content: space-around !important;
}

.jc-sb {
	justify-content: space-between !important;
}

/* align-items
---------------------------------------------------- */
.ai-c {
	align-items: center !important;
}

.ai-fs {
	align-items: flex-start !important;
}

.ai-fe {
	align-items: flex-end !important;
}

/* ボタン
---------------------------------------------------- */
[class^="btn-"] {
	position: relative;
	padding: 14px 20px 13px 20px;
	color: #000;
	font-size: 1.25rem;
	text-decoration: none;
	/* text-align: center; */
	min-width: 300px;
	background: #fff;
	border: 2px solid #cbcbcb;
	border-radius: 100vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.btn-a:hover {
	color: #000;
}

.btn-b {
	padding: 20px 20px 19px 20px;
	color: #fff;
	background-image: linear-gradient(90deg,
			rgba(49, 43, 129, 1),
			rgba(3, 183, 234, 1));
	border: transparent;
}

.btn-b.sm {
	padding: 10px 10px 9px 30px;
	min-width: 220px;
	font-size: 1.125rem;
}

@media only screen and (max-width: 480px) {
	.btn-b.sm {
		width: 100%;
		min-width: inherit;
	}
}

.btn-b:hover {
	color: #fff;
}

.btn-c {
	padding: 20px 20px 19px 20px;
	color: #fff;
	background-image: linear-gradient(90deg,
			rgba(224, 4, 14, 1),
			rgba(236, 123, 27, 1));
	border: transparent;
}

.btn-c.sm {
	padding: 10px 10px 9px 30px;
	min-width: 220px;
	font-size: 1.125rem;
}

@media only screen and (max-width: 480px) {
	.btn-c.sm {
		width: 100%;
		min-width: inherit;
	}
}

.btn-c:hover {
	color: #fff;
}

.btn-i {
	padding: 10px 20px 9px 10px;
	font-size: 1rem;
	min-width: 300px;
	border: 1px solid #cacaca;
	border-radius: 100vh;
}

.btn-i:hover {
	color: #000;
}

[class^="btn-"] > .desc {
	font-weight: 700;
	flex-grow: 1;
}

.btn-i > .desc {
	font-weight: 400;
}

[class^="btn-"] > .icon {
	position: relative;
	margin-left: 10px;
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
}

.btn-b > .icon {
	width: 30px;
	height: 30px;
}

.btn-b.sm > .icon {
	width: 20px;
	height: 20px;
}

.btn-c > .icon {
	width: 30px;
	height: 30px;
}

.btn-c.sm > .icon {
	width: 20px;
	height: 20px;
}

.btn-i > .icon {
	width: 13px;
	height: 13px;
	background: url(/common/images/icon-new-window.png) no-repeat;
	background-size: cover;
}

.btn-i > .icon.dl {
	width: 14px;
	height: 14px;
	background: url(https://clouddirect.jp.fujitsu.com/image/icon-dl) no-repeat;
	background-size: cover;
}

[class^="btn-"] .icon::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #5f5f5f;
	opacity: 0;
	z-index: 0;
}

.btn-i > .icon::before {
	display: none;
}

[class^="btn-"] .icon svg {
	fill: #5f5f5f;
	position: absolute;
	top: 0;
	left: 0;
}

.btn-b .icon svg .arrow {
	fill: #5097cb;
}

.btn-c .icon svg .arrow {
	fill: #ec691b;
}

[class^="btn-"] .icon svg .circle {
	fill: none;
	stroke: #5f5f5f;
	stroke-width: 1px;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.btn-b .icon svg .circle {
	fill: #fff;
	stroke: #fff;
}

.btn-c .icon svg .circle {
	fill: #fff;
	stroke: #fff;
}

[class^="btn-"] .icon svg .arrow {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

a:hover [class^="btn-"] .icon::before {
	opacity: 0.1;
}

a:hover [class^="btn-"] .icon svg .arrow {
	-webkit-animation: arrow 1.5s forwards ease-in-out;
	animation: arrow 1.5s forwards ease-in-out;
}

a:hover [class^="btn-"] .icon svg.circle {
	fill: transparent;
	stroke: #5f5f5f;
	stroke-width: 1;
	-webkit-animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
	animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

a:hover .btn-b .icon svg.circle {
	fill: #fff;
	stroke: #fff;
}

a:hover .btn-c .icon svg.circle {
	fill: #fff;
	stroke: #fff;
}

a[class^="btn-"]:hover .icon::before {
	opacity: 0.1;
	-webkit-animation: arrow_bg 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
	animation: arrow_bg 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

a[class^="btn-"]:hover .icon svg .arrow {
	-webkit-animation: arrow 1.5s forwards ease-in-out;
	animation: arrow 1.5s forwards ease-in-out;
}

a[class^="btn-"]:hover .icon svg .circle {
	fill: transparent;
	stroke: #5f5f5f;
	stroke-width: 1;
	-webkit-animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
	animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

a.btn-b:hover .icon svg .circle {
	fill: #fff;
	stroke: #fff;
}

a.btn-c:hover .icon svg .circle {
	fill: #fff;
	stroke: #fff;
}

@keyframes arrow_bg {
	0% {
		opacity: 0.1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes arrow {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10% {
		opacity: 0;
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}

	25% {
		opacity: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	40% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes circle {
	0% {
		stroke-dasharray: 0 300;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	10% {
		stroke-dasharray: 50 100;
	}

	20% {
		stroke-dasharray: 100 200;
	}

	30% {
		stroke-dasharray: 150 300;
	}

	40% {
		stroke-dasharray: 200 300;
	}

	60% {
		stroke-dasharray: 300 300;
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.lyt-btn-a {
	margin-bottom: -16px;
	margin-left: -16px;
	text-align: center;
	display: flex;
}

.lyt-btn-a.left {
	justify-content: flex-start;
}

.lyt-btn-a > li {
	margin-bottom: 16px;
	margin-left: 16px;
}

.lyt-btn-a > li:before {
	display: none;
}

.lyt-btn-a > li a .text {
	width: calc(100% - 50px);
}

@media only screen and (max-width: 480px) {
	.lyt-btn-a {
		flex-direction: column;
	}

	.lyt-btn-a > li a {
		/*width: calc(100% - 42px) !important;*/
		min-width: inherit !important;
	}
}

.lyt-btn-a + * {
	margin-top: 34px;
}

.lyt-btn-a.color a {
	background-size: cover !important;
	background: url(/common/images/FJ_GRAD_H1A_RGB.png) center bottom no-repeat;
	color: #fff;
	border: none;
}

.lyt-btn-a.color [class^="btn-"] .icon svg {
	fill: #d80084;
	border-radius: 50%;
	background: #fff;
}

.lyt-btn-a.color [class^="btn-"] .icon svg .circle {
	stroke: #fff;
}

.lyt-btn-a.color a:hover [class^="btn-"] .icon svg.circle {
	stroke: #d80084;
}

.lyt-btn-a.color a:hover .btn-b .icon svg.circle {
	fill: #fff;
	stroke: #fff;
}

.lyt-btn-a.color a:hover .btn-c .icon svg.circle {
	fill: #fff;
	stroke: #fff;
}

.lyt-btn-a.color a[class^="btn-"]:hover .icon svg .circle {
	stroke: #fff;
}

/* クッキー
---------------------------------------------------- */
.cookie-consent .btn-cookie {
	text-align: center;
	margin: 0 0 20px;
	justify-content: flex-end;
	border: none;
	border-radius: inherit;
	display: flex;
	min-width: inherit;
}

/* アイコン付きリンク
---------------------------------------------------- */
.list-link-a {
	text-align: center;
	display: flex;
	justify-content: center;
}

.list-link-a.right {
	justify-content: flex-end;
}

.list-link-a + * {
	margin-top: 34px;
}

.list-link-a > li a {
	position: relative;
	color: #000;
	font-size: 1.25rem;
	text-decoration: none;
	text-align: center;
	display: flex;
	align-items: center;
}

.list-link-a > li a:hover {
	color: #000;
}

.list-link-a.right > li a {
	color: #afafaf;
	font-size: 0.9375rem;
	display: flex;
	align-items: center;
}

.list-link-a > li a .icon {
	position: relative;
	margin-right: 10px;
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
}

.list-link-a.right > li a .icon {
	margin-right: 8px;
	width: 30px;
	height: 30px;
}

.list-link-a > li a .icon::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #5f5f5f;
	opacity: 0;
	z-index: 0;
}

.list-link-a > li a .icon svg {
	fill: #5f5f5f;
	position: absolute;
	top: 0;
	left: 0;
}

.list-link-a > li a .icon svg .circle {
	fill: none;
	stroke: #5f5f5f;
	stroke-width: 1px;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.list-link-a > li a .icon svg .arrow {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.list-link-a > li a:hover .icon::before {
	opacity: 0.1;
}

.list-link-a > li a:hover .icon svg .arrow {
	-webkit-animation: arrow 1.5s forwards ease-in-out;
	animation: arrow 1.5s forwards ease-in-out;
}

.list-link-a > li a:hover .icon svg.circle {
	fill: transparent;
	stroke: #5f5f5f;
	stroke-width: 1;
	-webkit-animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
	animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

.list-link-a > li a:hover .icon::before {
	opacity: 0.1;
	-webkit-animation: arrow_bg 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
	animation: arrow_bg 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

.list-link-a > li a:hover .icon svg .arrow {
	-webkit-animation: arrow 1.5s forwards ease-in-out;
	animation: arrow 1.5s forwards ease-in-out;
}

.list-link-a > li a:hover .icon svg .circle {
	fill: transparent;
	stroke: #5f5f5f;
	stroke-width: 1;
	-webkit-animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
	animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* テキストのセンタリング
---------------------------------------------------- */
.center {
	text-align: center !important;
}

/* テキスト　レイアウト
----------------------------------------------- */
.txt-l {
	text-align: l !important;
}

.txt-r {
	text-align: right !important;
}

/* 見出し
---------------------------------------------------- */
.headline .title {
	border-bottom: none !important;
	font-size: 2.652rem;
	line-height: 1.4;
	color: #000;
}

.column h5 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-top: 30px;
}

/* リスト
---------------------------------------------------- */
.static_content .column li:before {
	content: " ";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #00e7ef;
	position: absolute;
	left: 0px;
	top: 6px;
}

.locallink_box .locallink li:before {
	content: " ";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #d80084;
	position: absolute;
	left: 0px;
	top: 9px;
}

/* list-style2
----------------------------------------------- */
/*
ol.list-style2 {
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	margin-top:15px;
}
*/
ol.list-style2 li {
	position: relative;
	width: 25%;
	list-style: none;
	border: 1px solid #eeeeee;
	margin: 0 5px;
	padding: 25px 25px 20px !important;
	box-sizing: border-box;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

ol.list-style2.col2 {
	gap: 2rem;
}
ol.list-style2.col2 li {
	width: 40%;
	justify-content: flex-start;
}
ol.list-style2.col2 li em {
	display: flex;
	align-items: center;
	min-height: 3em;
}

ol.list-style2.col3 li {
	width: calc(33.33333% - 10px);
}

ol.list-style2 li .number {
	text-align: center;
	display: table-cell;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	background: #2400b0;
	vertical-align: middle;
	color: #fff;
	line-height: 30px;
}

@media screen and (max-width: 768px) {
	ol.list-style2 li {
		width: 100%;
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: auto;
		margin: 15px auto 0;
	}

	ol.list-style2 li:first-of-type {
		margin: 0 auto 0;
	}

	ol.list-style2.col3 li {
		width: 100%;
	}

	ol.list-style2 li > em + span + div {
		text-align: center;
	}

	ol.list-style2 li > em + span + div img {
		width: 100%;
		max-width: 300px;
	}
}

/* list-notes-a
----------------------------------------------- */
.list-notes-a > li {
	display: table;
	width: 100%;
	font-size: 14px !important;
	padding: 0 !important;
	margin: 0 !important;
}

.list-notes-a > li:before {
	display: none;
}

.list-notes-a > li > .mark {
	display: table-cell;
	padding-right: 12px;
	vertical-align: top;
	white-space: nowrap;
}

.list-notes-a > li > .item {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

.list-notes-a > li > .item .list-a > li {
	font-size: inherit;
	margin-top: 0;
}

/* レイアウト
----------------------------------------------- */
.lyt-item-a {
	display: table;
	width: 100%;
}

.lyt-item-a > * {
	display: table-cell;
	vertical-align: top;
	direction: ltr;
}

.lyt-item-a > .item {
	width: 100%;
}

.lyt-item-a > .item > *:first-child {
	margin-top: 0;
}

.lyt-item-a > .item > *:last-child {
	margin-bottom: 0;
}

.lyt-item-a > .img {
	text-align: center;
}

.lyt-item-a > .img > .img-inner {
	display: table;
	width: 200px;
	margin-top: 0;
}

.lyt-item-a > .img img {
	max-width: inherit;
}

.lyt-item-a > .img .caption {
	display: block;
	margin-top: 8px;
	font-size: 1.4rem;
}

@media only screen and (max-width: 1000px) {
	.lyt-item-a > .img > .img-inner {
		max-width: 300px;
	}
}

@media only screen and (max-width: 767px) {
	.lyt-item-a {
		table-layout: fixed;
	}

	.lyt-item-a > .item {
		padding-top: 14px;
	}

	.lyt-item-a > .img {
		display: table-header-group;
	}

	.lyt-item-a > .img > .img-inner {
		display: block;
		width: auto;
		max-width: inherit;
	}

	.lyt-item-a > .img img {
		max-width: 100%;
	}
}

.lyt-img-b > * {
	width: 100%;
	text-align: center;
}

/* レイアウト 画像右固定
----------------------------------------------- */
.lyt-item-a.is-img-r .img {
	padding-left: 40px !important;
}

@media only screen and (max-width: 767px) {
	.lyt-item-a.is-img-r .img {
		padding-left: 0 !important;
	}
}

/* レイアウト 画像左固定
----------------------------------------------- */
.lyt-item-a.is-img-l {
	direction: rtl;
}

.lyt-item-a.is-img-l .img {
	padding-right: 40px !important;
}

@media only screen and (max-width: 767px) {
	.lyt-item-a.is-img-l .img {
		padding-right: 0 !important;
	}
}

/* テーブル */
.tbl-scroll-a + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
	margin-top: 34px;
}

@media only screen and (max-width: 480px) {
	.tbl-scroll-a + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
		margin-top: 36px;
	}
}

.tbl-scroll-a + [class^="tbl-"],
.tbl-scroll-a + [class*=" tbl-"] {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.tbl-scroll-a {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.tbl-scroll-a > table {
		width: 768px !important;
	}
}

table {
	border-collapse: collapse;
}

.tbl-a {
	table-layout: fixed;
}

.tbl-a + * :not([class^="hdg-"]):not([class*=" hdg-"]) {
	margin-top: 34px;
}

@media only screen and (max-width: 480px) {
	.tbl-a + * :not([class^="hdg-"]):not([class*=" hdg-"]) {
		margin-top: 36px;
	}
}

.tbl-a + [class^="tbl-"],
.tbl-a + [class*=" tbl-"] {
	margin-top: 40px;
}

.tbl-a th,
.tbl-a td {
	padding: 10px 16px;
	border: 1px solid #b1b1ac;
	/* 20210727 修正のため追記 */
	font-size: 18px;
	/* /20210727 修正のため追記 */
}

.tbl-a th.diff-bg-a,
.tbl-a td.diff-bg-a {
	background: #ffecee;
}

.tbl-a th > img.icon-a,
.tbl-a td > img.icon-a {
	vertical-align: middle;
	margin-left: 3px;
	margin-right: 6px;
}

.tbl-a thead th,
.tbl-a thead td {
	font-weight: 700;
	/* text-align: center; */
	background: #c6c6c0;
}

.tbl-a thead tr:first-child > * :first-child {
	width: 240px;
}

@media only screen and (max-width: 767px) {
	.tbl-a thead tr:first-child > * :first-child {
		width: 180px;
	}
}

@media only screen and (max-width: 480px) {
	.tbl-a thead tr:first-child > * :first-child {
		width: 100px;
	}
}

.tbl-a tbody th,
.tbl-a tbody .th {
	width: 200px;
	font-weight: 400;
	vertical-align: top;
	text-align: left;
	background: #dad9d6;
}

@media only screen and (max-width: 767px) {

	.tbl-a tbody th,
	.tbl-a tbody .th {
		width: 180px;
	}
}

@media only screen and (max-width: 480px) {
	table th {
		display: table-cell;
		list-style: none;
		width: inherit;
		padding: inherit;
		font-size: 1rem;
		color: inherit;
		font-weight: inherit;
	}

	table td {
		display: table-cell;
		list-style: none;
		width: inherit;
		padding: inherit;
		font-size: 1rem;
		line-height: inherit;
		border-top: inherit;
	}

	.tbl-a tbody th,
	.tbl-a tbody .th {
		width: 100px;
	}
}

.tbl-a tbody td {
	background: #fff;
}

.tbl-a.diff-equality thead tr:first-child > * :first-child {
	width: auto;
}

.tbl-a.diff-equality tbody th,
.tbl-a.diff-equality tbody .th {
	width: auto;
}

@media only screen and (max-width: 767px) {
	.tbl-a.diff-sp-col1 {
		display: block;
	}

	.tbl-a.diff-sp-col1 tbody {
		display: block;
	}

	.tbl-a.diff-sp-col1 tbody tr {
		display: block;
	}

	.tbl-a.diff-sp-col1 tbody tr:last-child td:last-child {
		border-bottom: 1px solid #b1b1ac;
	}

	.tbl-a.diff-sp-col1 tbody th,
	.tbl-a.diff-sp-col1 tbody .th {
		display: block;
		width: 100%;
		border-bottom: 0;
	}

	.tbl-a.diff-sp-col1 tbody td {
		display: block;
		width: 100%;
		border-bottom: 0;
	}
}

/* テーブル内リスト調整 */
.tbl-a ul {
	margin-top: 0 !important;
}

.tbl-a ul li:first-child {
	margin-top: 0;
}

/* justify-content
----------------------------------------------- */
.jc-fs {
	justify-content: flex-start !important;
}

.jc-fe {
	justify-content: flex-end !important;
}

.jc-c {
	justify-content: center !important;
}

.jc-sa {
	justify-content: space-around !important;
}

.jc-sb {
	justify-content: space-between !important;
}

.jc-sb {
	justify-content: space-between !important;
}

@media only screen and (max-width: 767px) {
	.tb-jc-fs {
		justify-content: flex-start !important;
	}

	.tb-jc-fe {
		justify-content: flex-end !important;
	}

	.tb-jc-c {
		justify-content: center !important;
	}

	.tb-jc-sa {
		justify-content: space-around !important;
	}

	.tb-jc-sb {
		justify-content: space-between !important;
	}

	.tb-jc-sb {
		justify-content: space-between !important;
	}
}

@media only screen and (max-width: 480px) {
	.sp-jc-fs {
		justify-content: flex-start !important;
	}

	.sp-jc-fe {
		justify-content: flex-end !important;
	}

	.sp-jc-c {
		justify-content: center !important;
	}

	.sp-jc-sa {
		justify-content: space-around !important;
	}

	.sp-jc-sb {
		justify-content: space-between !important;
	}

	.sp-jc-sb {
		justify-content: space-between !important;
	}
}

/* 枠線
----------------------------------------------- */
.box-a {
	padding: 16px;
	border: 1px solid #c6c6c0;
}

/* スペーシング
----------------------------------------------- */
.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mr-1 {
	margin-right: 0.25rem !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

.mr-3 {
	margin-right: 1rem !important;
}

.mr-4 {
	margin-right: 1.5rem !important;
}

.mr-5 {
	margin-right: 3rem !important;
}

/* スペーシング (max-width: 1280px)
----------------------------------------------- */
@media only screen and (max-width: 1280px) {
	.ds-max1280-mb--40 {
		margin-bottom: -40px !important;
	}
}

/* スペーシング (max-width: 767px)
----------------------------------------------- */
@media only screen and (max-width: 767px) {
	.ds-max767-mb-0 {
		margin-bottom: 0 !important;
	}
}

/* 文字サイズ
----------------------------------------------- */
small {
	/* font-size: 0.875rem; */
	font-size: 14px;
}

.fs-1rem {
	font-size: 1rem !important;
}

.fs-30 {
	font-size: 30px !important;
}

.fs-20 {
	font-size: 20px !important;
}

.fs-14 {
	font-size: 14px !important;
}

/* 横幅
----------------------------------------------- */
.w-inherit {
	width: inherit !important;
}

/* icon
----------------------------------------------- */
img.icon-a {
	vertical-align: middle !important;
	margin-left: 3px;
	margin-right: 6px;
}
