@use "sass:math";
@-webkit-keyframes animate-panel {
	0% {
		-webkit-transform-origin: left top;
		transform-origin: left top;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1)
	}
	49% {
		-webkit-transform-origin: left top;
		transform-origin: left top;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	50% {
		-webkit-transform-origin: right top;
		transform-origin: right top;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	100% {
		-webkit-transform-origin: right top;
		transform-origin: right top;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1)
	}
}
@keyframes animate-panel {
	0% {
		-webkit-transform-origin: left top;
		transform-origin: left top;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1)
	}
	49% {
		-webkit-transform-origin: left top;
		transform-origin: left top;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	50% {
		-webkit-transform-origin: right top;
		transform-origin: right top;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	100% {
		-webkit-transform-origin: right top;
		transform-origin: right top;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1)
	}
}
@-webkit-keyframes animate-content {
	0% {
		visibility: hidden
	}
	49% {
		visibility: hidden
	}
	50% {
		visibility: visible
	}
	100% {
		visibility: visible
	}
}
@keyframes animate-content {
	0% {
		visibility: hidden
	}
	49% {
		visibility: hidden
	}
	50% {
		visibility: visible
	}
	100% {
		visibility: visible
	}
}
@-webkit-keyframes stickyShow {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}
@keyframes stickyShow {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes stickyHide {
	0% {
		-webkit-transform: none;
		transform: none
	}
	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}
@keyframes stickyHide {
	0% {
		-webkit-transform: none;
		transform: none
	}
	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}
.content {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.7;
	max-width: none;
	color: #000;
	padding-bottom: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.nav--01, .nav--01:hover {
	color: #0a357a !important;
	box-shadow: 0 -3px #0a357a inset !important;
}
.inner {
	max-width: 1090px;
	margin: 0 auto;
	padding: 0 20px
}
@media screen and (max-width: 768px) {
	.inner {
		padding: 0 16px
	}
}
@media screen and (min-width: 769px) {
	.content {
		padding: 0
	}
}
.localnavi p a img {
	width: 104px
}
@media screen and (max-width: 768px) {
	.content {
		padding: 0;
		line-height: 1.5;
		font-size: 1.4rem
	}
	.side-btn {
		display: none
	}
}
.grid-inner {
	width: 90.625%;
	margin: auto
}
@media screen and (min-width: 769px) {
	.grid-inner {
		width: 100%;
		padding: 0 10px;
		margin: auto;
		max-width: 1170px
	}
}
@media screen and (min-width: 769px) {
	.layout-col2-inner {
		position: relative;
		display: flex;
		width: 100%;
		padding: 0 10px;
		margin: auto;
		max-width: 1170px
	}
}
.layout-col2-contents {
	position: relative
}
@media screen and (min-width: 769px) {
	.layout-col2-contents {
		width: 744px;
		padding-right: 54px
	}
}
@media screen and (min-width: 769px) {
	.layout-col2-aside {
		width: 252px
	}
}
.layout-col2-aside-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
	z-index: 1
}
@media screen and (min-width: 769px) {
	.button-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center
	}
}
@media screen and (min-width: 769px) {
	.button-wrap .button-round {
		margin: 0 12px
	}
}
.button-wrap .button-round:not(:last-child) {
	margin-bottom: 5.17241%
}
@media screen and (min-width: 769px) {
	.button-wrap .button-round:not(:last-child) {
		margin-bottom: 0
	}
}
.button-round a {
	position: relative;
	width: 327px;
	margin: auto;
	display: block;
	text-align: center;
	border-radius: 35px;
	background: linear-gradient(90deg, #e4004f 0%, #921f56 100%);
	padding: 27px 37px
}
@media screen and (max-width: 768px) {
	.button-round a {
		width: 75.86207%;
		border-radius: 50px;
		padding: 18px 15px
	}
}
@media (hover: hover) {
	.button-round a {
		transition: opacity .2s ease-in-out
	}
	.button-round a:hover {
		opacity: 0.7
	}
}
.button-round a::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto
}
@media screen and (max-width: 768px) {
	.button-round a::after {
		right: 14px;
		border-width: 4.5px 0 4.5px 6px
	}
}
.button-round a span {
	color: #fff;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1em;
	letter-spacing: 0em
}
@media screen and (max-width: 768px) {
	.button-round a span {
		font-size: 1.3rem;
		line-height: 1.07692em;
		letter-spacing: 0em
	}
}
@media (hover: hover) {
	.button-round a span {
		transition: color .2s ease-in-out
	}
}
.about {
	padding-top: 85px;
	padding-bottom: 110px
}
@media screen and (max-width: 768px) {
	.about {
		padding: 50px 0
	}
}
.about-conts {
	max-width: 1150px;
	box-sizing: border-box;
	padding: 0 50px;
	margin: 0 auto;
	text-align: center
}
@media screen and (max-width: 768px) {
	.about-conts {
		padding: 0 15px
	}
}
@media screen and (max-width: 768px) {
	.about-conts {
		margin: 0 auto;
		text-align: left
	}
}
.about-heading {
	font-size: 32px;
	margin-bottom: 25px;
	font-weight: bold;
	white-space: nowrap
}
.about-heading span {
	font-weight: bold;
	position: relative
}
.about-heading span:before {
	content: "";
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0px;
	margin-bottom: -10px;
	background-color: #1951a2
}
@media screen and (max-width: 768px) {
	.about-heading span:before {
		height: 2px;
		bottom: 4px
	}
}
.about-heading span:nth-of-type(1), .about-heading span:nth-of-type(2) {
	color: #1951a2
}
@media screen and (max-width: 768px) {
	.about-heading {
		margin-bottom: 26px;
		text-align: center;
		font-size: 22px;
		line-height: 1.88636
	}
}
.about-lead {
	margin-bottom: 30px;
	margin-left: 50px;
	letter-spacing: -0.02em
}
@media screen and (max-width: 768px) {
	.about-lead {
		font-size: 16px;
		text-align: center;
		line-height: 1.5;
		margin-left: 0;
		margin-bottom: 19px
	}
}
.about-lead span {
	color: #1951a2;
	font-weight: bold;
	font-family: "Poppins", sans-serif;
	font-style: normal
}
.about-lead span else {
	font-weight: 500
}
.about-lead sup {
	font-size: 50%;
	vertical-align: top
}
.about-desc {
	font-size: 18px;
	line-height: 1.83333;
	margin-bottom: 55px;
	letter-spacing: -0.02em
}
@media screen and (max-width: 768px) {
	.about-desc {
		font-size: 13px;
		line-height: 1.69231;
		margin-bottom: 30px;
		letter-spacing: 0.04em
	}
	.about-desc br {
		display: none
	}
}
.about-desc span {
	font-weight: bold;
	color: #1951a2
}
@media screen and (max-width: 768px) {
	.about-desc span {
		font-size: 13px
	}
}
.about-desc span sup {
	font-size: 50%;
	vertical-align: top
}
.about-wrap {
	max-width: 950px;
	margin: 0 auto;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	padding: 60px 78px;
	text-align: center
}
@media screen and (max-width: 768px) {
	.about-wrap {
		padding: 20px 15px
	}
}
.mainvis {
	overflow: hidden;
	position: relative;
	background-color: #0a357a;
	padding-bottom: 70px
}
.mainvis:before {
	content: "";
	width: 1350px;
	height: 350px;
	display: block;
	position: absolute;
	background-image: url(/en/product/svf/lineup/img/mainvis-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
@media screen and (max-width: 768px) {
	.mainvis:before {
		background-image: url(/en/product/svf/lineup/img/mainvis-bg-sp.png);
		width: 210px;
		height: 275px;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		left: inherit;
		right: 0
	}
}
@media screen and (min-width: 769px) {
	.mainvis {
		min-height: 350px
	}
}
@media screen and (max-width: 768px) {
	.mainvis {
		height: 260px;
		padding-top: 0;
		padding-bottom: 50px
	}
}
.mainvis-inner {
	max-width: 1150px;
	box-sizing: border-box;
	padding: 0 50px;
	margin: 0 auto;
	margin: 0 auto;
	position: relative;
	max-width: 1250px
}
@media screen and (max-width: 768px) {
	.mainvis-inner {
		padding: 0 15px
	}
}
.mainvis-conts {
	padding-top: 75px;
	position: relative
}
@media screen and (max-width: 1000px) {
	.mainvis-conts {
		width: auto;
		margin: 0 auto;
		padding-top: 60px
	}
}
@media screen and (max-width: 768px) {
	.mainvis-conts {
		padding-top: 30px;
		display: inline-block
	}
}
.mainvis-title {
	font-weight: 700;
	font-size: 4rem;
	line-height: 1em;
	letter-spacing: 0em;
	margin-bottom: 20px;
	color: #ffffff
}
@media screen and (max-width: 768px) {
	.mainvis-title {
		font-size: 27px;
		margin-bottom: 7px
	}
}
.mainvis-lead {
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 1.8823529412em;
	letter-spacing: 0.05em;
	margin-bottom: 28px;
	color: #fff;
	text-align: left
}
@media screen and (max-width: 768px) {
	.mainvis-lead {
		font-size: 13px;
		font-weight: 500;
		line-height: 1.69231;
		letter-spacing: 0;
		margin-bottom: 15px
	}
}
.mainvis-btn {
	display: flex;
	gap: 22px;
}
@media screen and (max-width: 768px) {
	.mainvis-btn {
		flex-direction: column;
		gap: 14px;
	}
}
.mainvis-btn a {
	color: #193678;
	width: 217px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-radius: 38px;
	text-align: center;
    padding: 11px;
	transition: opacity .3s;
}
.mainvis-btn a:hover {
	opacity: .7
}
.mainvis-btn a.btn-yellow {
	background: #F4B331;
}

.mainvis-btn a.btn-white {
	background: #fff;
}
.productlist {
	padding-top: 110px;
	padding-bottom: 135px;
	background: #f1f4f8
}
@media screen and (max-width: 768px) {
	.productlist {
		padding: 50px 0
	}
}
.productlist-wrap {
	text-align: left;
	max-width: 1150px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}
@media screen and (max-width: 768px) {
	.productlist-wrap {
		max-width: 1150px;
		box-sizing: border-box;
		padding: 0 50px;
		margin: 0 auto;
		display: block
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.productlist-wrap {
		padding: 0 15px
	}
}

/* 202310 日本語TOP改修 */
.productlist-wrap.column-04 {
	max-width: 1300px;
	padding: 0 15px;
}
.productlist-wrap.column-04 .productlist-right {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 102px 13px;
}
@media screen and (max-width: 768px) {
	.productlist-wrap.column-04 .productlist-right {
		gap: 30px;
	}
}
.productlist-wrap.column-04 .productlist-item {
	width: 100%;
	margin: 0;
	padding: 52px 28px 68px;
}
@media screen and (max-width: 768px) {
	.productlist-wrap.column-04 .productlist-item {
		padding: 25px 25px 60px;
	}
}
.productlist-wrap.column-04 .productlist-box { 
	display: flex;
	flex-direction: column;
}
.productlist-wrap.column-04 .productlist-box.box-01 { 
	width: calc((100% - 39px) / 4);
}
@media screen and (max-width: 1000px) {
	.productlist-wrap.column-04 .productlist-box.box-01 { 
		width: 100%;
	}
}
.productlist-wrap.column-04 .productlist-box.box-02 { 
	width: calc((100% - 13px) / 2);
}
@media screen and (max-width: 1000px) {
	.productlist-wrap.column-04 .productlist-box.box-02 { 
		width: 100%;
	}
}
.productlist-wrap.column-04 .productlist-box.box-04 { 
	width: 100%;
}
.productlist-wrap.column-04 .productlist-content { 
	display: flex;
	gap: 13px;
	flex: 1;
}
@media screen and (max-width: 1000px) {
	.productlist-wrap.column-04 .productlist-content { 
		flex-wrap: wrap;
	}
}
.productlist-wrap.column-04 .productlist-title {
	font-size: 24px;
	font-weight: bold;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
	.productlist-wrap.column-04 .productlist-title {
		font-size: 18px;
		border-bottom-width: 2px;
	}
}
.productlist-wrap.column-04 .productlist-title.color-blue{
	color: #1D52A0;
	border-bottom-color: #1D52A0;
}
.productlist-wrap.column-04 .productlist-title.color-green{
	color: #0BB0B3;
	border-bottom-color: #0BB0B3;
}
.productlist-wrap.column-04 .productlist-title.color-lightblue{
	color: #25A9FC;
	border-bottom-color: #25A9FC;
}
.productlist-wrap.column-04 .productlist-title.color-gray{
	color: #3a3a3a;
	border-bottom-color: #3a3a3a;
}
.productlist-wrap.column-04 .productlist-item-link.color-green{
	color: #0BB0B3;
}
.productlist-wrap.column-04 .productlist-item-link.color-green::before{
	background: #0BB0B3;
}
.productlist-wrap.column-04 .productlist-item-link.color-green::after{
	border-color: transparent transparent transparent #0BB0B3;
}
.productlist-wrap.column-04 .productlist-item-link.color-lightblue{
	color: #25A9FC;
}
.productlist-wrap.column-04 .productlist-item-link.color-lightblue::before{
	background: #25A9FC;
}
.productlist-wrap.column-04 .productlist-item-link.color-lightblue::after{
	border-color: transparent transparent transparent #25A9FC;
}
.productlist-wrap.column-04 .productlist-item-link.color-gray{
	color: #3a3a3a;
}
.productlist-wrap.column-04 .productlist-item-link.color-gray::before{
	background: #3a3a3a;
}
.productlist-wrap.column-04 .productlist-item-link.color-gray::after{
	border-color: transparent transparent transparent #3a3a3a;
}
.productlist-wrap.column-04 .productlist-item-title {
	font-size: 24px;
}
@media screen and (max-width: 768px) {
	.productlist-wrap.column-04 .productlist-item-title {
		font-size: 18px;
	}
}
.productlist-wrap.column-04 .productlist-item-text {
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	.productlist-wrap.column-04 .productlist-item-text {
		font-size: 13px;
	}
}
.productlist-wrap.column-04 .productlist-item-link {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	bottom: 26px;
}
@media screen and (max-width: 768px) {
	.productlist-wrap.column-04 .productlist-item-link {
		font-size: 13px;
	}
}
.productlist-wrap.column-04 .productlist-item-link:before {
	height: 3px;
	width: 120%;
}
@media screen and (max-width: 768px) {
	.productlist-wrap.column-04 .productlist-item-link:before {
		height: 2px;
	}
}
.productlist-heading {
	margin-bottom: 96px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
	font-size: 32px;
	color: #1951a2;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.productlist-heading {
		margin-bottom: 26px;
		text-align: center;
		font-size: 20px;
		line-height: 1.88636
	}
}
/* 202310 日本語TOP改修 */


.productlist-left {
	width: 240px
}
@media screen and (max-width: 768px) {
	.productlist-left {
		width: 100%;
		margin-bottom: 30px;
		position: relative
	}
}
.productlist-btn {
	padding: 18px 15px;
	border-bottom: 1px solid #dee1e5;
	transition: opacity ease-in-out 0.3s;
	cursor: pointer;
	position: relative;
	font-size: 15px;
	letter-spacing: 0
}
@media screen and (max-width: 768px) {
	.productlist-btn {
		background: #fff
	}
}
.productlist-btn:hover {
	opacity: 0.7
}
@media screen and (max-width: 768px) {
	.productlist-btn:hover {
		opacity: 1
	}
}
.productlist-btn.is-active {
	background: #fff
}
.productlist-btn:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #1951a2;
	position: absolute;
	display: block;
	right: 15px;
	top: 50%;
	margin-top: -4px
}
@media screen and (max-width: 768px) {
	.productlist-btn:after {
		right: 5px
	}
}
.productlist-btn-wrap {
	display: none
}
@media screen and (max-width: 768px) {
	.productlist-btn-wrap {
		width: 100%;
		padding: 0 15px;
		margin-top: 1px;
		background: #fff
	}
}
@media screen and (max-width: 768px) {
	.productlist-pc {
		display: none
	}
}
.productlist-all-btn {
	display: none
}
@media screen and (max-width: 768px) {
	.productlist-all-btn {
		padding: 20px 15px;
		text-align: center;
		color: #1951a2;
		background: #fff;
		font-size: 13px;
		display: block;
		position: relative
	}
	.productlist-all-btn:after {
		content: "";
		border-style: solid;
		border-width: 8px 7px 0 7px;
		border-color: #1951a2 transparent transparent transparent;
		position: absolute;
		top: 50%;
		right: 20px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}
.productlist-right {
	width: 74.08696%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap
}
@media screen and (max-width: 768px) {
	.productlist-right {
		width: 100%
	}
}
.productlist-item {
	width: 32.86385%;
	background: #fff;
	padding: 63px 28px 30px;
	position: relative;
	display: none;
	opacity: 0;
	transition: all ease-in-out 0.15s
}
.productlist-item-title, .productlist-item-tag, .productlist-item-text, .productlist-item-link {
	transition: opacity ease-out 0.15s
}
.productlist-item:hover .productlist-item-title, .productlist-item:hover .productlist-item-tag, .productlist-item:hover .productlist-item-text, .productlist-item:hover .productlist-item-link {
	opacity: 0.6
}
.productlist-item + .productlist-item {
	margin-left: 3px
}
.productlist-item:nth-of-type(3n+1) {
	margin-left: 0
}
.productlist-item:nth-of-type(n+4) {
	margin-top: 3px
}
@media screen and (max-width: 768px) {
	.productlist-item {
		width: 100%;
		padding: 25px
	}
	.productlist-item + .productlist-item {
		margin: 3px 0 0
	}
}
.productlist-item.is-active {
	display: block;
	-webkit-animation: fadein forwards 0.3s;
	animation: fadein forwards 0.3s;
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center;
	transform-origin: center
}
@-webkit-keyframes fadein {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes fadein {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
.productlist-item-title {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 5px
}
.productlist-item-text {
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1.76923;
	min-height: 126px
}
@media screen and (max-width: 768px) {
	.productlist-item-text {
		font-size: 12px;
		line-height: 1.66667;
		min-height: auto;
		margin-bottom: 10px
	}
}
.productlist-item-tag {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	letter-spacing: 0;
	padding: 2px 7px;
	border-radius: 4px;
	margin-top: 7px;
	margin-right: 5px
}
@media screen and (max-width: 768px) {
	.productlist-item-tag {
		position: relative;
		display: inline-block;
		margin-left: 5px;
		margin-top: 0;
		margin-right: 0;
		vertical-align: bottom
	}
}
.productlist-item-tag.formdesign {
	color: #1951a2;
	border: 1px solid #1951a2
}
.productlist-item-tag.interface, .productlist-item-tag.output {
	color: #0bb0b3;
	border: 1px solid #0bb0b3
}
.productlist-item-tag.ibm, .productlist-item-tag.management, .productlist-item-tag.mainframe, .productlist-item-tag.crient {
	color: #25a9fc;
	border: 1px solid #25a9fc
}
.productlist-item-link {
	font-size: 12px;
	letter-spacing: -0.02em;
	position: relative;
	padding-bottom: 7px;
	margin-left: 2px;
	color: #1951a2
}
.productlist-item-link:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 125%;
	height: 2px;
	margin-left: -2%;
	background: #1951a2
}
.productlist-item-link:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #1951a2;
	position: absolute;
	display: block;
	right: -11px;
	top: 50%;
	margin-top: -5px
}
@media screen and (min-width: 769px) {
	br.sp {
		display: inline
	}
}
@media screen and (max-width: 768px) {
	br.sp {
		display: none
	}
}
@media screen and (min-width: 769px) {
	br.sp {
		display: none
	}
}
@media screen and (max-width: 768px) {
	br.sp {
		display: inline
	}
}