@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	padding: 24.8rem 0 5rem;
	min-height: 115rem;
	position: relative;
	background: url(/netsu/lp/siphorex/img/index/main_visual_bg.jpg) no-repeat top center;
	background-size: cover;
}
.mainVisual::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25.5rem;
	background-color: #2c3c79;
	content: "";
	mix-blend-mode: multiply;
}
.mainVisual .content {
	position: relative;
	z-index: 1;
}
.mainVisual .textImg {
	margin-bottom: 4.5rem;
}
.mainVisual .inner {
	margin-bottom: 1.8rem;
	align-items: flex-start;
}
.mainVisual .inner .photoBox {
	width: 64.7rem;
	order: 2;
	margin: 0 -2.2rem 0 -4rem;
}
.mainVisual .inner .textBox {
	margin: 4.6rem 0 0 0.2rem;
	width: 39.8rem;
}
#main .model {
	padding: 8.9rem 0 19.8rem;
	background: linear-gradient(0deg, rgba(222, 223, 232, 1) 0%, rgba(240, 241, 244, 1) 100%);
}
#main .model .ttl {
	margin-bottom: -0.1rem;
	text-align: center;
	font-size: 5.95rem;
	font-weight: 700;
}
#main .model .listUl {
	margin-bottom: 13.4rem;
}
#main .model .listUl li {
	width: 31rem;
	text-align: center;
}
#main .model .listUl p {
	margin-top: 0.3rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2;
}
#main .modelInner {
	padding: 3rem 4.6rem 5.9rem;
	background-color: #fff;
	font-feature-settings: "palt";
	clip-path: polygon(
		0 0,
		calc(100% - 7.5rem) 0,
		100% 7.5rem,
		100% 100%,
		0 100%
	);
}
#main .modelInner h3 {
	font-size: 4.3rem;
	margin-bottom: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .modelInner p {
	margin-bottom: 6.3rem;
	letter-spacing: 0.05em;
	line-height: 1.61;
}
#main .modelInner p:last-child {
	margin-bottom: 0;
}
#main .modelInner .imgBox .rBox {
	width: 46rem;
	order: 2;
	margin: 0 0.3rem 0 2.8rem;
}
#main .modelInner .imgBox .lBox {
	flex: 1;
	margin-top: -0.1rem;
	padding-bottom: 0.2rem;
	border: 1px solid #2C3C6E;
}
#main .modelInner .imgBox .ttl02 {
	margin-bottom: 0.1rem;
	padding: 2.7rem 1rem 2rem;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	background-color: #2C3C6E;
}
#main .modelInner .imgBox .lBox ul {
	margin: 0 3rem;
}
#main .modelInner .imgBox .lBox li {
	padding: 3.1rem 0 3rem;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-indent: -1.3em;
	padding-left: 1.3em;
	border-bottom: 1px solid currentColor;
}
#main .modelInner .imgBox .lBox li:last-child {
	border: none;
}
#main .mainBg {
	padding: 13.1rem 0 24.3rem;
	color: #fff;
	background: linear-gradient(0deg, rgba(24, 41, 96, 1) 0%, rgba(32, 48, 105, 1) 32.77%, rgba(44, 60, 121, 1) 100%);
}
#main .strengths .textList {
	margin: -2.7rem 0 12.6rem;
}
#main .strengths .textList li {
	padding: 2.9rem 0 3.4rem 5.7rem;
	display: flex;
	letter-spacing: 0.06em;
	border-bottom: 1px solid #fff;
	background: url(/netsu/lp/siphorex/img/common/icon01.png) no-repeat left 0.6rem top 3.4rem;
	background-size: 3.7rem auto;
}
#main .strengths .textList .big {
	width: 29rem;
	flex-shrink: 0;
	font-size: 2.4rem;
	font-weight: 700;
}
#main .strengths .textList .sml {
	display: block;
	flex: 1;
	margin-top: 0.7rem;
}
#main .strengths .textImg {
	margin: 0 -0.2rem;
	text-align: center;
}
#main .strengths .info01 {
	margin-bottom: 14rem;
}
#main .strengths .info02 .headLine02 {
	margin-bottom: 6.3rem;
}
#main .strengths .info02 {
	margin-bottom: 16.5rem;
}
#main .strengths .table {
	margin-bottom: 15rem;
}
#main .strengths {
	margin-bottom: 15rem;
}
#main .achievements .infoList {
	padding-top: 3.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 6rem;
}
#main .achievements .infoList > li {
	width: calc((100% - 6rem) / 2);
}
#main .achievements .infoList .ttl {
	width: fit-content;
	margin: 0 auto 1.5rem;
	min-width: 32.9rem;
	border-radius: 100vmax;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 1.8rem 9.4rem;
	background-color: #375ABE;
}
#main .achievements .infoList .subUl li {
	margin-bottom: 1rem;
	padding: 3rem 1rem 2.7rem;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #375ABE;
	min-height: 11.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.36;
	background-color: #E1E6F5;
	font-feature-settings: "palt";
}
#main .achievements .infoList .item .ttl {
	background-color: #E65041;
}
#main .achievements .infoList .item .subUl li {
	background-color: #FBE5E2;
	color: #E65041;
}
#main .achievements .info01 {
	margin-bottom: 12.5rem;
}
#main .achievements .info01:last-child {
	margin-bottom: 0;
}
#main .achievements .info01 .table {
	margin: -2.3rem 0 13.5rem;
}
#main .achievements {
	margin-bottom: 14.7rem;
}
#main .principle .headLine01 {
	margin-bottom: 4.5rem;
}
#main .principle .headLine02 {
	margin-bottom: 4.0rem;
}
#main .principle .whiteBox {
	padding: 5.8rem 4.5rem 5rem;
	background-color: #F4F5F8;
}
#main .principle .whiteBox .photo {
	margin-bottom: 7rem;
	text-align: center;
}
#main .principle .whiteBox .inner {
	border: 2px solid #2C3C6E;
	border-radius: 2.7rem;
	padding: 3rem 3rem 0.2rem;
	color: #2C3C6E;
}
#main .principle .whiteBox .inner .sub {
	padding-left: 10.2rem;
	background: url(/netsu/lp/siphorex/img/index/bg02.png) no-repeat left 1.2rem bottom 4.8rem;
	background-size: 6.4rem auto;
}
#main .principle .whiteBox .inner .list {
	position: relative;
	top: -3.3rem;
	margin-bottom: -0.8rem;
}
#main .principle .whiteBox .inner .list li {
	font-size: 2.4rem;
	color: #2C3C6E;
	padding: 0 0 2.4rem;
	margin-bottom: 2.3rem;
	letter-spacing: 0.06em;
	font-weight: 500;
	border-bottom: 1px solid currentColor;
}
#main .principle .whiteBox .inner .list span {
	display: inline-block;
	text-indent: -1.1em;
	padding-left: 1.1em;
}
#main .principle .whiteBox .inner .list li:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#main .principle .whiteBox .inner .ulBox {
	padding-top: 3rem;
	overflow: hidden;
	background: url(/netsu/lp/siphorex/img/index/bg01.png) no-repeat left 1.2rem top;
	position: relative;
	background-size: 6.4rem auto;
}
#main .principle .info01 {
	margin-bottom: 15.7rem;
}
#main .principle .info01:last-child {
	margin-bottom: 0;
}
#main .principle .info01 .chart {
	width: 70rem;
	margin: 0 auto;
}
#main .principle {
	margin-bottom: 19.5rem;
}
#main .contact .headLine01 {
	margin-bottom: 5rem;
}
@media all and (min-width: 897px) {
	#main .model .listUl {
		position: relative;
	}
	#main .model .listUl::after {
		content: "";
		width: 31rem;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		min-height: inherit;
		padding: 7rem 0 1.7rem;
		background-image: url(/netsu/lp/siphorex/img/index/main_visual_bg_sp.jpg);
	}
	.mainVisual::before {
		height: max(25vw,15rem);
	}
	.mainVisual .inner {
		margin: 0 -1rem 2.2rem 0;
		justify-content: space-between;
	}
	.mainVisual .inner img {
		width: 100%;
	}
	.mainVisual .inner .photoBox {
		width: calc(59% + 0.3rem);
		margin: -0.7rem -0.2rem 0 -0.3rem;
	}
	.mainVisual .inner .textBox {
		margin: 0.3rem 0 0 0;
		width: 40.7%;
	}
	.mainVisual .inner .textBox .txt sup {
		vertical-align: 0.2rem;
	}
	.mainVisual .textImg {
		margin-bottom: 1.6rem;
		text-align: center;
	}
	.mainVisual .textImg img {
		width: 100%;
	}
	#main .model {
		padding: 2.5rem 0 4rem;
	}
	#main .model .ttl {
		font-size: 2rem;
	}
	#main .model .listUl {
		margin-bottom: 0.8rem;
		display: block;
	}
	#main .model .listUl li {
		margin-bottom: -3.0rem;
		width: auto;
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#main .model .listUl li:last-child {
		margin-bottom: 0;
	}
	#main .model .listUl li .img {
		width: 45%;
		margin: 0 2.5rem 0 0.5rem;
	}
	#main .model .listUl p {
		text-align: left;
		font-size: 1.3rem;
		line-height: 1.04;
		flex: 1;
	}
	#main .modelInner {
		padding: 2rem 1.7rem 2.2rem;
		clip-path: polygon(
			0 0,
			calc(100% - 2.2rem) 0,
			100% 2.2rem,
			100% 100%,
			0 100%
		);
	}
	#main .modelInner h3 {
		margin-bottom: 0.8rem;
		font-size: 1.6rem;
	}
	#main .modelInner p {
		margin-bottom: 2rem;
		text-align: justify;
		line-height: 1.8;
	}
	#main .modelInner .imgBox .ttl02 {
		font-size: 1.4rem;
		padding: 1.1rem 1rem;
		line-height: 1.5;
	}
	#main .modelInner .imgBox .lBox ul {
		margin: 0 1.9rem;
	}
	#main .modelInner .imgBox .lBox li {
		font-size: 1.3rem;
		padding: 1rem 0 1rem 1.3em;
		text-indent: -1.3em;
	}
	#main .modelInner .imgBox .lBox {
		padding-bottom: 0;
		margin-bottom: 1.7rem;
	}
	#main .modelInner .imgBox{
		display: block;
	}
	#main .modelInner .imgBox .rBox {
		width: auto;
		margin: 0;
		text-align: center;
	}
	#main .mainBg {
		padding: 4.6rem 0 6.1rem;
	}
	#main .strengths .textList li {
		padding: 1.0rem 0 1.0rem 1.8rem;
		display: block;
		background-position: left top 1.5rem;
		background-size: 1.3rem auto;
	}
	#main .strengths .textList .big {
		font-size: 1.1rem;
	}
	#main .strengths .textList .sml {
		margin-top: 0.3rem;
	}
	#main .strengths .textList {
		margin: -1.4rem 0 3.8rem;
	}
	#main .strengths .info01 {
		margin-bottom: 3.4rem;
	}
	#main .strengths .info02 .headLine02 {
		margin-bottom: 2rem;
	}
	#main .strengths .textImg02 img {
		width: 100%;
	}
	#main .strengths .info02 {
		margin-bottom: 2.8rem;
	}
	#main .strengths .table img {
		width: 100%;
	}
	#main .strengths .table {
		margin-bottom: 3.5rem;
	}
	#main .strengths {
		margin-bottom: 4rem;
	}
	#main .achievements .infoList {
		padding-top: 0.5rem;
		display: block;
	}
	#main .achievements .infoList > li {
		margin-bottom: 3rem;
		width: auto;
	}
	#main .achievements .infoList > li:last-child {
		margin-bottom: 0;
	}
	#main .achievements .infoList .ttl {
		min-width: 14.7rem;
		font-size: 1.6rem;
		padding: 0.5rem 3rem;
	}
	#main .achievements .infoList .subUl li {
		margin-bottom: 0.5rem;
		min-height: 6.3rem;
		font-size: 1.4rem;
		padding: 1.1rem 1rem 0.6rem;
	}
	#main .achievements .info01 {
		margin-bottom: 4.5rem;
	}
	#main .achievements .info01 .table {
		margin: 0 0 4.4rem;
	}
	#main .achievements {
		margin-bottom: 4.4rem;
	}
	#main .principle .headLine01 {
		margin-bottom: 2.5rem;
	}
	#main .principle .headLine02 {
		margin-bottom: 2.7rem;
	}
	#main .principle .whiteBox {
		padding: 2rem 1.5rem 2.6rem;
	}
	#main .principle .whiteBox .photo {
		margin: 0 0.8rem 2.5rem;
	}
	#main .principle .whiteBox .photo img {
		width: 100%;
	}
	#main .principle .whiteBox .inner {
		padding: 0.8rem 0.8rem;
		margin: 0 -0.2rem;
		border-width: 1px;
		border-radius: 0.8rem;
	}
	#main .principle .whiteBox .inner .ulBox {
		padding-top: 1rem;
		background-size: 2.0rem auto;
		background-position: left 0.4rem top;
	}
	#main .principle .whiteBox .inner .sub {
		padding-left: 3.2rem;
		background-size: 2.0rem auto;
		background-position: left 0.4rem bottom 1.8rem;
	}
	#main .principle .whiteBox .inner .list li {
		font-size: 1rem;
		padding-bottom: 0.5rem;
		margin-bottom: 0.4rem;
	}
	#main .principle .whiteBox .inner .list {
		top: -1.3rem;
		margin-bottom: -1.3rem;
	}
	#main .principle .info01 {
		margin-bottom: 3.5rem;
	}
	#main .principle .info01 .chart {
		width: auto;
		margin-top: -2.3rem;
	}
	#main .principle .info01 .chart img {
		width: 100%;
	}
	#main .principle {
		margin-bottom: 4.5rem;
	}
	#main .contact .headLine01 {
		margin-bottom: 2.5rem;
	}
	#main .contact .comText {
		margin-bottom: 2.6rem;
	}
}