@charset "utf-8";
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#main .sec01 .txt01 {
	margin-bottom: 1rem;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
}
#main .sec01 .bgBox {
	padding: 3rem 3.1rem 2.9rem;
	border-radius: 2rem;
	background: rgba(109, 138, 239, 0.1);
}
#main .sec01 .bgBox .pointList {
	margin: 0 8.5rem 0 2.5rem;
	flex: 1;
}
#main .sec01 .bgBox .pointList li {
	padding: 4.5rem 0 4.5rem 1.2rem;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
}
#main .sec01 .bgBox .pointList li:before {
	position: absolute;
	left: -1.4rem;
	top: -0.2rem;
	width: 20.8rem;
	height: 17.5rem;
	content: "";
	background: url(../img/company/num_bg01.png) no-repeat left top/100%;
	z-index: -1;
}
#main .sec01 .bgBox .pointList li:nth-child(2):before {
	top: 0.7rem;
	background-image: url(../img/company/num_bg02.png);
}
#main .sec01 .bgBox .pointList li:not(:last-child) {
	margin-bottom: 2.5rem;
	padding-bottom: 7rem;
	border-bottom: 1px solid #6D8AEF;
}
#main .sec01 .bgBox .pointList .num {
	width: 10.5rem;
	color: #fff;
	font-size: 6.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.2rem;
}
#main .sec01 .bgBox .pointList .rBox {
	margin-top: 0.7rem;
	width: 30.8rem;
}
#main .sec01 .bgBox .pointList .rBox p {
	color: #000;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
}
#main .sec01 .bgBox .pointList .rBox .ttl {
	margin-bottom: 2rem;
	color: #272830;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
}
#main .sec01 .bgBox .phoBox {
	width: 92.8rem;
}
#main .sec01 .bgBox .phoBox img {
	width: 100%;
}
#main .sec02 {
	padding: 9rem 0 16.6rem;
	border-top: 1px solid #6D8AEF;
}
#main .sec02 .imgBox {
	justify-content: flex-end;
}
#main .sec02 .imgBox .phoBox {
	margin: 2.1rem 0 0 14.5rem;
	width: 50%;
}
#main .sec02 .imgBox .phoBox img {
	width: 100%;
}
#main .sec02 .imgBox .txtBox {
	margin-left: 2rem;
	width: 65.5rem;
}
#main .sec02 .imgBox .txtBox .headLine02 {
	margin: 0 -7rem 4.9rem 0;
}
#main .sec02 .imgBox .txtBox p {
	margin-bottom: 3.8rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.2rem;
}
#main .sec02 .imgBox .txtBox .ttl {
	margin: 0 0 4.9rem -1rem;
	padding: 0 1rem 0.9rem;
	display: inline-block;
	color: #6D8AEF;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.114rem;
	border-bottom: 1px solid #6D8AEF;
}
#main .sec03 {
	padding: 11.2vw 0 14.5rem;
	overflow: hidden;
	background: url(../img/company/sec03_bg.png) no-repeat left top/100%;
}
#main .sec03 .headLine02 {
	margin-bottom: 3.5rem;
}
#main .sec04 {
	padding: 9.8rem 0 13vw;
	border-top: 1px solid #6D8AEF;
	background: url(../img/company/sec04_bg.png) no-repeat left bottom/100%;
}
#main .sec04 .headLine02 {
	margin-bottom: 6.5rem;
}
#main .sec04 .category {
	margin-bottom: 12.4rem;
	gap: 7.5rem;
}
#main .sec04 .category li {
	width: calc((100% - 22.5rem)/4);
}
#main .sec04 .category a {
	padding: 4.1rem 1rem 2.4rem;
	height: 100%;
	display: block;
	border-radius: 50%;
	background-color: rgba(109, 138, 239, 0.8);
}
#main .sec04 .category a:hover {
	opacity: 0.7;
}
#main .sec04 .category li:nth-child(2n) a {
	background-color: rgba(216, 255, 126, 0.8);
}
#main .sec04 .category .pho {
	margin: 0 auto 1.1rem;
	width: 30rem;
}
#main .sec04 .category p {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.3rem;
	text-align: center;
}
#main .sec04 .category li:nth-child(2n) p {
	color: #000;
}
#main .sec04 .subBox {
	margin-bottom: 7rem;
}
#main .sec04 .subBox:last-child {
	margin-bottom: 6.1rem;
}
#main .sec04 h4.headLine02 {
	margin-bottom: 1rem;
}
#main .sec04 h4.headLine02 .jp {
	color: #272830;
}
#main .sec04 .bgBox {
	padding: 4.1rem 9.8rem 4.4rem 10.3rem;
	border-radius: 2rem;
	background: rgba(109, 138, 239, 0.3);
}
#main .sec04 .listUl {
	margin-bottom: 6.3rem;
	gap: 7rem 10rem;
}
#main .sec04 .listUl:last-child {
	margin-bottom: 0;
}
#main .sec04 .listUl li {
	width: calc((100% - 20rem)/3);
}
#main .sec04 .listUl a {
	display: block;
}
#main .sec04 .listUl a:hover {
	opacity: 0.7;
}
#main .sec04 .listUl img {
	border-radius: 2rem 2rem 0 0;
	width: 100%;
}
#main .sec04 .listUl .txt {
	padding: 0 1.6rem 0 3rem;
	min-height: 5.7rem;
	align-items: center;
	border-radius: 0 0 2rem 2rem;
	background: #FFF;
}
#main .sec04 .listUl .ttl {
	flex: 1;
	margin-right: 0.5rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.2rem;
}
#main .sec04 .listUl .tag {
	padding: 0.5rem;
	min-width: 10.6rem;
	color: #6D8AEF;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.2rem;
	border-radius: 5rem;
	border: 1px solid #6D8AEF;
}
#main .sec04 .subBox02 .bgBox {
	background: rgba(216, 255, 126, 0.3);
}
#main {
	margin-bottom: 15rem;
}
@media all and (max-width: 1650px) {
	#main .sec02 .imgBox .txtBox {
		width: auto;
		flex: 1;
	}
}
@media all and (min-width: 897px) {
	#main .sec04 .subBox02 .bgBox {
		padding: 6rem 12.7rem 6.7rem 12rem;
	}
	#main .sec04 .subBox02 .listUl {
		gap: 6.3rem 7.7rem;
	}
	#main .sec04 .subBox02 .listUl li {
		width: calc((100% - 15.4rem)/3);
	}
}
@media all and (max-width: 896px) {
	#main .sec01 .txt01 {
		font-size: 1.6rem;
	}
	#main .sec01 .bgBox {
		padding: 2rem 2rem 0;
		flex-direction: column-reverse;
	}
	#main .sec01 .bgBox .pointList {
		margin: 3rem 0 0;
		flex: auto;
		width: 100%;
	}
	#main .sec01 .bgBox .pointList li {
		padding: 2.5rem 0 2.5rem 0.5rem;
	}
	#main .sec01 .bgBox .pointList li:before {
		left: -0.7rem;
		top: 0;
		width: 10.4rem;
		height: 9rem;
	}
	#main .sec01 .bgBox .pointList li:nth-child(2):before {
		top: 0.2rem;
	}
	#main .sec01 .bgBox .pointList li:not(:last-child) {
		margin-bottom: 1.5rem;
		padding-bottom: 3rem;
	}
	#main .sec01 .bgBox .pointList .num {
		width: 7rem;
		font-size: 4rem;
	}
	#main .sec01 .bgBox .pointList .rBox {
		margin-top: 0.4rem;
		width: auto;
		flex: 1;
	}
	#main .sec01 .bgBox .pointList .rBox p {
		margin-right: -1rem;
		font-size: 1.4rem;
	}
	#main .sec01 .bgBox .pointList .rBox .ttl {
		margin-bottom: 1rem;
		font-size: 1.8rem;
	}
	#main .sec01 .bgBox .phoBox {
		width: 100%;
	}
	#main .sec02 {
		padding: 5rem 0 4rem;
	}
	#main .sec02 .imgBox {
		flex-direction: column-reverse;
	}
	#main .sec02 .imgBox .phoBox {
		margin: 0 0 3rem;
		padding-left: 2rem;
		width: 100%;
	}
	#main .sec02 .imgBox .txtBox {
		margin: 0;
		padding: 0 2rem;
		width: 100%;
	}
	#main .sec02 .imgBox .txtBox .headLine02 {
		margin: 0 0 2.5rem 0;
	}
	#main .sec02 .imgBox .txtBox p {
		margin-bottom: 2rem;
		font-size: 1.6rem;
	}
	#main .sec02 .imgBox .txtBox .ttl {
		margin: 0 0 2rem;
		padding: 0 0.5rem 0.5rem;
		font-size: 2rem;
	}
	#main .sec03 {
		padding: 24vw 0 6rem;
		background-image: url(../img/company/sec03_bg_sp.png);
	}
	#main .sec03 .headLine02 {
		margin-bottom: 3rem;
	}
	#main .sec04 {
		padding: 5rem 0 16vw;
		background-image: url(../img/company/sec04_bg_sp.png);
	}
	#main .sec04 .headLine02 {
		margin-bottom: 3rem;
	}
	#main .sec04 .category {
		margin-bottom: 5rem;
		gap: 1rem;
	}
	#main .sec04 .category li {
		width: calc((100% - 1rem)/2);
	}
	#main .sec04 .category a {
		padding: 0.5rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
		text-align: center;
		aspect-ratio: 1/1;
	}
	#main .sec04 .category .pho {
		margin: 0 6% 0.2rem;
		width: auto;
	}
	#main .sec04 .category p {
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
	}
	#main .sec04 .subBox {
		margin-bottom: 4rem;
	}
	#main .sec04 .subBox:last-child {
		margin-bottom: 3rem;
	}
	#main .sec04 .bgBox {
		padding: 2rem 1.5rem;
	}
	#main .sec04 .listUl {
		margin-bottom: 2rem;
		display: block;
	}
	#main .sec04 .listUl li {
		width: auto;
	}
	#main .sec04 .listUl li:not(:last-child) {
		margin-bottom: 2rem;
	}
	#main .sec04 .listUl .txt {
		padding: 0 1.2rem 0 2rem;
		min-height: 4.4rem;
	}
	#main .sec04 .listUl .ttl {
		margin-right: 0.2rem;
		font-size: 1.6rem;
		letter-spacing: 0.1rem;
	}
	#main .sec04 .listUl .tag {
		min-width: 8rem;
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
	}
	#main {
		margin-bottom: 6rem;
	}
}