@charset "utf-8";
/*------------------------------------------------------------
	products
------------------------------------------------------------*/
#main .topBox {
	margin-bottom: 9.4rem;
}
#main .topBox h3 {
	margin-bottom: 0.7rem;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
}
#main .comTopTxt {
	margin-bottom: 4.7rem;
}
#main .topBox h3 .num {
	margin: 0 0.5rem 0 0.8rem;
	vertical-align: -0.7rem;
	display: inline-block;
	font-family: "Hanken Grotesk", sans-serif;
	font-size: 7rem;
	font-weight: 700;
	background-image: linear-gradient(to right,#A2DB00 0%, #007EC0 50%,#7556F0 100%); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#main .topBox .linkList {
	margin: 0 auto;
	width: 83rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}
#main .topBox .linkList::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 83.6rem;
	height: 18rem;
	background: url(../img/company/products/bg01.png) no-repeat center top / 100%;
	content: '';
	z-index: 5;
	pointer-events: none;
}
#main .topBox .linkList li {
	margin: 0 -0.8rem;
	width: 18rem;
}
#main .topBox .linkList li a,
#main .topBox .linkList li a span {
	display: block;
}
#main .topBox .linkList li a {
	padding-bottom: 1.1rem;
	position: relative;
}
#main .topBox .linkList li a::before {
	margin-left: -0.6rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1.1rem;
	height: 1.5rem;
	background: url(../img/common/icon02.png) no-repeat left top / 100%;
	content: '';
	transition: 0.3s;
}
#main .topBox .linkList li a .pho {
	margin-bottom: 0.9rem;
	aspect-ratio: 1 / 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border: 1.6rem solid #EDE8E8;
	border-radius: 50%;
	box-sizing: border-box;
}
#main .topBox .linkList li a .pho img {
	width: 8.6rem;
}
#main .topBox .linkList li a .txt {
	margin: 0 auto;
	position: relative;
	width: fit-content;
	min-height: 6.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
}
@media all and (min-width: 897px) {
	#main .topBox .linkList li a:hover::before {
		transform: translateY(1rem);
	}
}
#main .inner {
	padding-bottom: 20rem;
	background: #F2F2F2;
}
#main .inner .subInner:not(:last-child) {
	margin-bottom: 10rem;
}
#main .titleBox {
	padding: 10.5rem 0 0;
	position: relative;
	min-height: 46rem;
	box-sizing: border-box;
}
#main .titleBox .textBox {
	position: relative;
	z-index: 5;
}
#main .titleBox .textBox .tag {
	margin: 0 auto 0.6rem;
	padding: 0.7rem 1.9rem;
	width: fit-content;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	border: 1px solid #FFF;
	box-sizing: border-box;
}
#main .titleBox .textBox h3 {
	margin-bottom: 1.1rem;
	color: #FFF;
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
}
#main .titleBox .textBox .pic {
	margin: 0 auto;
	width: 14.1rem;
}
#main .titleBox .photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .titleBox .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .textInner {
	margin: -4.9rem auto 0;
	padding: 9rem 8rem 8rem;
	width: 100rem;
	background: #FFF;
	border-radius: 2rem;
	position: relative;
	z-index: 5;
	box-sizing: border-box;
}
#main .textInner .text {
	line-height: 2;
	text-align: justify;
}
#main .textInner .imgBox {
	margin-bottom: 7.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .textInner .imgBox .phoBox {
	width: 36.5rem;
	margin: 2.3rem 1.8rem 0 5.7rem;
}
#main .textInner .imgBox .phoBox.wid01 {
	margin: 0.1rem 2.1rem 0 5.7rem;
	width: 20.2rem;
}
#main .textInner .imgBox .phoBox.wid02 {
	margin: 1.7rem 1rem 0 6.1rem;
	width: 33.9rem;
}
#main .textInner .imgBox .phoBox.wid03 {
	margin: 1.3rem 1.2rem 0 6rem;
	width: 26.8rem;
}
#main .textInner .imgBox .txtBox {
	flex: 1;
}
#main .textInner .imgBox .txtBox .txt {
	line-height: 2;
	text-align: justify;
}
#main .textInner .photo01 {
	margin: 2.9rem auto 8rem;
	width: 72rem;
}
#main .textInner .dlBox .textDl:not(:last-child) {
	margin-bottom: 4rem;
}
#main .textInner .dlBox .textDl dt {
	padding: 1rem 6rem;
	min-height: 9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	border-radius: 2rem;
	cursor: pointer;
	background: url(../img/common/icon19.png) no-repeat right 3.1rem center / 2.2rem,linear-gradient(90deg, #A2DB00 0%, #007EC0 50%, #7556F0 100%), #000;
	box-sizing: border-box;
}
#main .textInner .dlBox .textDl dt.on {
	border-radius: 2rem 2rem 0 0;
	background: url(../img/common/icon19_on.png) no-repeat right 3.1rem center / 2.2rem,linear-gradient(90deg, #A2DB00 0%, #007EC0 50%, #7556F0 100%), #000;
}
#main .textInner .dlBox .textDl dd {
	padding: 5rem 5.9rem 5.4rem;
	display: none;
	border: 1px solid #000;
	border-top: none;
	border-radius: 0 0 2rem 2rem;
	overflow: hidden;
}
#main .textInner .dlBox .textDl dd.pd0 {
	padding-bottom: 0;
}
#main .textInner .dlBox .textDl dd h4 {
	margin-bottom: 6.1rem;
	padding: 0 1rem;
	font-size: 2.2rem;
	line-height: 1.83;
	font-weight: 700;
}
#main .textInner .dlBox .textDl dd .textList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex: 1;
}
#main .textInner .dlBox .textDl dd .textList.style01 {
	margin-bottom: 3.6rem;
}
#main .textInner .dlBox .textDl dd .textList.style02 {
	margin-bottom: 8.3rem;
	max-width: 34.8rem;
}
#main .textInner .dlBox .textDl dd .textList.style03 {
	max-width: 57.2rem;
}
#main .textInner .dlBox .textDl dd .textList.style04 {
	max-width: 33.5rem;
	display: block;
}
#main .textInner .dlBox .textDl dd .textList.style04 li {
	width: auto;
}
#main .textInner .dlBox .textDl dd .textList > li {
	width: calc((100% - 2.6rem) / 2);
}
#main .textInner .dlBox .textDl dd .textList.style01 > li {
	width: calc((100% - 3rem) / 2);
}
#main .textInner .dlBox .textDl dd .textList .subUl > li {
	padding: 1.2rem 0 1.2rem 2.7rem;
	font-size: 1.7rem;
	font-weight: 700;
	background: url(../img/common/icon20.png) no-repeat left center / 1.8rem;
	border-bottom: 1px dashed #000;
}
#main .textInner .dlBox .textDl dd .subBox {
	margin-bottom: 6rem;
	padding: 2.8rem 2.8rem 1.7rem;
	border-radius: 2rem;
	border: 1px dashed #000;
	position: relative;
	box-sizing: border-box;
}
#main .textInner .dlBox .textDl dd .subBox.hei01 {
	min-height: 50rem;
}
#main .textInner .dlBox .textDl dd .subBox.hei02 {
	min-height: 27.9rem;
}
#main .textInner .dlBox .textDl dd .subBox .tag {
	padding: 0.8rem 2.2rem 0.7rem 1.8rem;
	position: absolute;
	top: -3.2rem;
	left: 2.9rem;
	color: #007EC0;
	font-size: 2rem;
	font-weight: 700;
	border: 1px solid #007EC0;
	border-radius: 1.2rem 1.2rem 1.2rem 0;
	background: #FFF;
}
#main .textInner .dlBox .textDl dd .subBox .tag::before {
	position: absolute;
	bottom: -1.1rem;
	left: -0.1rem;
	width: 1.4rem;
	height: 1.4rem;
	background: url(../img/company/products/icon01.png) no-repeat left top / 100%;
	content: '';
}
#main .textInner .dlBox .textDl dd .subBox .innBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .textInner .dlBox .textDl dd .subBox .innBox .pho {
	margin: -1.1rem 0.4rem 0 2.8rem;
	width: 22rem;
}
#main .textInner .dlBox .textDl dd .linkArea {
	margin: 0 -5.9rem;
	padding: 6rem 0 5.9rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #F2F2F2;
}
#main .textInner .dlBox .textDl dd .linkArea::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 6rem;
	height: 2rem;
	background: #FFF;
	clip-path: polygon(0 0,100% 0,50% 100%);
	content: '';
}
#main .textInner .dlBox .textDl dd .linkArea .link {
	margin: 0 auto;
	width: fit-content;
}
#main .textInner .dlBox .textDl dd .linkArea .link a {
	padding: 1rem 5rem;
	min-height: 7rem;
	white-space: nowrap;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #FFF;
	border-radius: 5rem;
	box-sizing: border-box;
}
#main .textInner .dlBox .textDl dd .linkArea .link a:hover {
	opacity: 0.7;
}
#main .textInner .dlBox .textDl dd .linkArea .link a .sub {
	padding: 0.5rem 4.7rem 0.6rem 0;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
	background: url(../img/common/icon21.png) no-repeat right center / 2.8rem;
}
#main .textInner .dlBox .textDl dd .linkArea .linkUl {
	margin-top: 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3rem;
}
#main .textInner .dlBox .textDl dd .linkArea .linkUl li {
	width: 24rem;
}
#main .textInner .dlBox .textDl dd .text {
	padding: 0.1rem 0;
}
#main .textInner .dlBox .textDl dd .textUl {
	margin: 3rem 0 1.7rem;
	gap: 9.5rem;
}
#main .textInner .dlBox .textDl dd .textUl.mt01 {
	margin-top: 1.1rem;
}
#main .textInner .dlBox .textDl dd .textUl.mt02 {
	margin-top: 3.2rem;
}
#main .textInner .dlBox .textDl dd .textUl li .tag {
	margin: 0 auto 4rem;
	padding: 0.7rem 1.9rem 0.9rem;
	width: fit-content;
	font-weight: 700;
	border: 1px solid #000;
	border-radius: 0.5rem;
}
#main .textInner .dlBox .textDl dd .textUl li .txtImg {
	margin: 0 auto;
	width: 24.5rem;
}
#main .textInner .dlBox .textDl dd .smlUl {
	gap: 1.4rem;
}
#main .textInner .dlBox .textDl dd .smlUl li {
	font-size: 1.4rem;
	font-weight: 500;
}
#main .textInner .dlBox .textDl dd .smlUl li .col01 {
	color: #007EC0;
}
#main .textInner .dlBox .textDl dd .smlUl li .col02 {
	color: #DFDFDF;
}
#main .textInner .dlBox .textDl dd .phoList {
	padding-bottom: 3.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
}
#main .textInner .dlBox .textDl dd .phoList li {
	width: calc((100% - 6rem) / 3);
}
#main .textInner .dlBox .textDl dd .phoList li .phoBox {
	margin-bottom: 1.3rem;
}
#main .textInner .dlBox .textDl dd .phoList li .txt {
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: justify;
}
#main .textInner .dlBox .textDl dd .phoImg {
	position: absolute;
	top: 0;
	right: -1.7rem;
	width: 43.1rem;
	z-index: 5;
}
#main .textInner .dlBox .textDl dd .phoImg.style01 {
	top: auto;
	bottom: -1.1rem;
	right: 0;
	width: 55.2rem;
}
#main .textInner .dlBox .textDl dd .phoImg.style02 {
	top: auto;
	bottom: -2.7rem;
	right: 1.6rem;
	width: 41rem;
}
#main .textInner .dlBox .textDl dd .outTag {
	margin: 3.2rem auto 4rem;
	padding: 0.7rem 1.9rem 0.9rem;
	width: fit-content;
	font-weight: 700;
	border: 1px solid #000;
	border-radius: 0.5rem;
}
#main .bottomBox {
	margin: -10rem 0;
	padding: 10.1rem 0 10rem;
	position: relative;
	z-index: 5;
	border-radius: 10rem;
	background: url(../img/company/products/bg02.jpg) no-repeat center center / cover;
}
#main .bottomBox h3 {
	margin-bottom: 4.3rem;
	color: #FFF;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
}
#main .bottomBox h3 .pic {
	margin: 0 auto 2.4rem;
	width: 7.5rem;
	display: block;
}
#main .bottomBox .text {
	margin-bottom: 5.3rem;
	color: #FFF;
	line-height: 2;
	text-align: justify;
}
#main .bottomBox .photo {
	border-radius: 2rem;
	overflow: hidden;
}
#main .comRecruitBox {
	padding-top: 19.3rem;
}
.mfp-iframe-holder .mfp-content {
	max-width: 560px;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
@media all and (max-width: 896px) {
	#main .topBox {
		margin-bottom: 4.9rem;
	}
	#main .topBox h3 {
		margin-bottom: 0.8rem;
		font-size: 2rem;
	}
	#main .comTopTxt {
		margin-bottom: 3.7rem;
	}
	#main .topBox h3 .num {
		margin: 0 0.8rem;
		vertical-align: -0.9rem;
		font-size: 5rem;
	}
	#main .topBox .linkList {
		margin: 0 auto;
		width: auto;
		max-width: 35rem;
		gap: 2.9rem 0;
	}
	#main .topBox .linkList::before {
		width: 35rem;
		height: 112.5rem;
		background-image: url(../img/company/products/bg01_sp.png);
	}
	#main .topBox .linkList::after {
		position: absolute;
		bottom: 5.8rem;
		left: 50%;
		transform: translateX(-50%);
		width: 23.8rem;
		height: 12.5rem;
		background: url(../img/company/products/bg03_sp.png) no-repeat left top / 100%;
		content: '';
		pointer-events: none;
	}
	#main .topBox .linkList li {
		margin: 0 -0.5rem;
		width: 12.4rem;
	}
	#main .topBox .linkList li a {
		padding-bottom: 2.1rem;
	}
	#main .topBox .linkList li a::before {
		margin-left: -0.4rem;
		width: 0.8rem;
		height: 1.2rem;
	}
	#main .topBox .linkList li a .pho {
		margin-bottom: 0.9rem;
		border: 1.1rem solid #EDE8E8;
	}
	#main .topBox .linkList li a .pho img {
		width: 6rem;
	}
	#main .topBox .linkList li a .txt {
		min-height: 2.9rem;
		font-size: 1.2rem;
	}
	#main .inner {
		padding-bottom: 10rem;
	}
	#main .inner .subInner:not(:last-child) {
		margin-bottom: 5rem;
	}
	#main .titleBox {
		padding: 5rem 0 0;
		min-height: 28.7rem;
	}
	#main .titleBox .textBox .tag {
		margin: 0 auto 0.9rem;
		padding: 0.2rem 0.9rem 0.4rem;
		font-size: 1.6rem;
	}
	#main .titleBox .textBox h3 {
		margin-bottom: 1.1rem;
		font-size: 2rem;
	}
	#main .titleBox .textBox .pic {
		width: 7rem;
	}
	#main .textInner {
		margin: -5rem 1rem 0;
		padding: 2rem;
		width: auto;
		border-radius: 1rem;
	}
	#main .textInner .imgBox {
		margin-bottom: 3rem;
		display: block;
	}
	#main .textInner .imgBox .phoBox {
		width: auto !important;
		margin: 2rem 0 0 !important;
	}
	#main .textInner .imgBox .phoBox img {
		width: 100%;
	}
	#main .textInner .photo01 {
		margin: 2rem auto 4rem;
		width: auto;
	}
	#main .textInner .photo01 img {
		width: 100%;
	}
	#main .textInner .dlBox .textDl:not(:last-child) {
		margin-bottom: 2rem;
	}
	#main .textInner .dlBox .textDl dt {
		padding: 1rem 4rem 1.3rem;
		min-height: 9rem;
		font-size: 1.8rem;
		border-radius: 1rem;
		background: url(../img/common/icon19.png) no-repeat right 1.9rem center / 1.7rem,linear-gradient(90deg, #A2DB00 0%, #007EC0 50%, #7556F0 100%), #000;
	}
	#main .textInner .dlBox .textDl dt.on {
		border-radius: 1rem 1rem 0 0;
		background: url(../img/common/icon19_on.png) no-repeat right 1.9rem center / 1.7rem,linear-gradient(90deg, #A2DB00 0%, #007EC0 50%, #7556F0 100%), #000;
	}
	#main .textInner .dlBox .textDl dd {
		padding: 2rem 1.9rem 2.3rem;
		border-radius: 0 0 1rem 1rem;
	}
	#main .textInner .dlBox .textDl dd h4 {
		margin-bottom: 4.4rem;
		padding: 0;
		font-size: 1.6rem;
		line-height: 1.8;
	}
	#main .textInner .dlBox .textDl dd .textList {
		margin-bottom: 2rem !important;
		display: block;
		width: auto !important;
		max-width: inherit !important;
	}
	#main .textInner .dlBox .textDl dd .textList > li {
		width: auto !important;
	}
	#main .textInner .dlBox .textDl dd .textList .subUl > li {
		padding: 1rem 0 0.9rem 2.5rem;
		font-size: 1.4rem;
		background: url(../img/common/icon20.png) no-repeat left center / 1.6rem;
	}
	#main .textInner .dlBox .textDl dd .subBox {
		margin-bottom: 2rem;
		padding: 2.1rem 1.8rem 1.9rem;
		min-height: inherit !important;
		border-radius: 1rem;
	}
	#main .textInner .dlBox .textDl dd .subBox .tag {
		padding: 0.3rem 1rem 0.6rem 0.9rem;
		top: -2.5rem;
		left: 1.9rem;
		font-size: 1.6rem;
		border-radius: 0.8rem 0.8rem 0.8rem 0;
	}
	#main .textInner .dlBox .textDl dd .subBox .tag::before {
		bottom: -0.9rem;
		left: -0.1rem;
		width: 1.1rem;
		height: 1.1rem;
		background-image: url(../img/company/products/icon01_sp.png);
	}
	#main .textInner .dlBox .textDl dd .subBox .innBox {
		display: block;
	}
	#main .textInner .dlBox .textDl dd .subBox .innBox .pho {
		margin: 2.9rem 1.6rem 0;
		width: auto;
	}
	#main .textInner .dlBox .textDl dd .subBox .innBox .pho img {
		width: 100%;
	}
	#main .textInner .dlBox .textDl dd .linkArea {
		margin: 0 -1.9rem;
		padding: 2rem 0 1.9rem;
		display: block;
	}
	#main .textInner .dlBox .textDl dd .linkArea::before {
		width: 3rem;
		height: 1rem;
	}
	#main .textInner .dlBox .textDl dd .linkArea .link {
		margin: 0 auto;
		width: fit-content;
	}
	#main .textInner .dlBox .textDl dd .linkArea .link a {
		padding: 0.5rem 2rem;
		min-height: 5rem;
	}
	#main .textInner .dlBox .textDl dd .linkArea .link a .sub {
		padding: 0.5rem 3rem 0.6rem 0;
		font-size: 1.4rem;
		background: url(../img/common/icon21.png) no-repeat right center / 2.1rem;
	}
	#main .textInner .dlBox .textDl dd .linkArea .linkUl {
		margin-top: 1rem;
		display: block;
	}
	#main .textInner .dlBox .textDl dd .linkArea .linkUl li {
		margin-bottom: 1rem;
		width: fit-content;
	}
	#main .textInner .dlBox .textDl dd .linkArea .linkUl li:last-child {
		margin-bottom: 0;
	}
	#main .textInner .dlBox .textDl dd .textUl {
		margin: 1.9rem 0 1.2rem !important;
		display: block;
	}
	#main .textInner .dlBox .textDl dd .textUl li:not(:last-child) {
		margin-bottom: 3rem;
	}
	#main .textInner .dlBox .textDl dd .textUl li .tag {
		margin: 0 auto 2rem;
		padding: 0.4rem 1.9rem 0.4rem;
		text-align: center;
		line-height: 1.3;
	}
	#main .textInner .dlBox .textDl dd .smlUl {
		gap: 1.2rem;
	}
	#main .textInner .dlBox .textDl dd .smlUl li {
		font-size: 1.2rem;
	}
	#main .textInner .dlBox .textDl dd .phoList {
		padding-bottom: 0;
		display: block;
	}
	#main .textInner .dlBox .textDl dd .phoList li {
		margin-bottom: 3rem;
		width: auto;
	}
	#main .textInner .dlBox .textDl dd .phoList li:last-child {
		margin-bottom: 0;
	}
	#main .textInner .dlBox .textDl dd .phoList li .phoBox img {
		width: 100%;
	}
	#main .textInner .dlBox .textDl dd .phoImg {
		position: static !important;
		width: auto !important;
	}
	#main .textInner .dlBox .textDl dd .phoImg img {
		width: 100%;
	}
	#main .bottomBox {
		margin: -5rem 0;
		padding: 5rem 0;
		border-radius: 5rem;
		background-image: url(../img/company/products/bg02_sp.jpg);
	}
	#main .bottomBox h3 {
		margin-bottom: 2.5rem;
		font-size: 2rem;
	}
	#main .bottomBox h3 .pic {
		margin: 0 auto 0.5rem;
		width: 7rem;
	}
	#main .bottomBox .text {
		margin-bottom: 3rem;
	}
	#main .bottomBox .photo img {
		width: 100%;
	}
	#main .comRecruitBox {
		padding-top: 10rem;
	}
	.mfp-container {
		padding: 8rem 1rem !important;
	}
}