/* 　　　　カネカメディカルテックとはCSS　　　　　*/
.about_top {
	margin-top: min(13.35vw , 10rem);
}
.about_top .sec_inner {
	max-width: calc(1400px + (20px * 2));
	padding: 0;
	margin: auto;
}
.about_top .about_top_bk {
	background: url(../../about/images/about_mv.webp) no-repeat;
	background-size: cover;
	background-position: bottom right;
	width: 100%;
	height: auto;
	aspect-ratio: 28 / 17;
}
.about_top .about_top_text {
	padding: min(5vw , 8.0rem) 0 min(5vw , 8.0rem) min(13vw , 21.0rem);
	width: 35.0rem;
	box-sizing: content-box;
}
.about_top .about_top_text .head {
	font-size: min(6.4vw , 3.2rem);
	line-height: 2;
}
.about_top .about_top_text .text {
	line-height: 1.8;
	margin-top: 4.0rem;
}
@media screen and (max-width: 768px) {
	.about_top .about_top_bk {
		background: none;
	}
	.about_top .about_top_img {
		background: url(../../about/images/about_mv.webp) no-repeat;
		background-size: cover;
		background-position: center right 30%;
		width: 100%;
		height: auto;	
		aspect-ratio: 375 / 463;
		margin-top: 2rem;
	}
	.about_top .about_top_text {
		padding: 0 40px;
		width: 100%;
		box-sizing: border-box;
	}
	.about_top .about_top_text .text {
		margin-top: 2.0rem;
	}
}


.about_main {
	position: relative;
	margin-top: 20.0rem;
}
.about_main::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1;
	background-color: #F9FBFF;
	width: min(100% , 1400px);
	height: calc(100% - 80px);
	display: inline-block;
	margin: auto;
}
.about_main .about_main_block {
	display: flex;
	position: relative;
	z-index: 2;
}
.about_main .about_main_block.block_left {
	padding-left: calc((100% - 1440px) / 2);
}
.about_main .about_main_block.block_right {
	padding-right: calc((100% - 1440px) / 2);
}
.about_main .about_info {
	width: 42%;
	padding: min(16vw , 11.0rem) min(calc(100vw * 0.042) , 10.0rem);
}
.about_main .about_info .info {
	display: grid;
}
.about_main .about_info .info .icon {
	display: flex;
	width: min(16vw , 10rem);
	height: auto;
	aspect-ratio: 1 / 1;
	justify-self: center;
}
.about_main .about_info .info .head {
	font-size: min(calc(100vw * 0.042) , 5.0rem);
	line-height: 1.2;
	text-align: center;
	margin: 4.0rem 0 6.0rem 0;
}
.about_main .about_info .info .text {
	font-size: min(4.8vw , 2.4rem);
	line-height: 2;
	text-align: center;
}

.about_main .about_img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 58%;
	height: auto;
	aspect-ratio: 48 / 37;
}
.about_main .about_img.about_img-01 {
	background-image: url(../images/about_img_01.webp);
}
.about_main .about_img.about_img-02 {
	background-image: url(../images/about_img_02.webp);
}
.about_main .about_slider {
	width: 70%;
	margin-top: max(-5vw , -126px);
}
.about_slider .splide__list {
	gap: 40px;
}
.about_slider .splide__list .splide__slide {
	clip-path: inset(0 0 0 0 round 20px);
	height: 600px;
	width: auto;
	aspect-ratio: 5 / 6;
}

.about_main .about_lead {
	width: 30%;
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
	gap: 30px;
	padding: min(10.7vw , 8.0rem) min(calc(100vw * 0.06) , 10.0rem) min(16vw , 8.0rem) min(calc(100vw * 0.06) , 10.0rem);
}
.about_main .about_lead::before {
	content: "";
	width: 50px;
	height: 1px;
	display: inline-block;
	background-color: #B2CDE2;
}
.about_main .about_lead .lead {
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
	.about_main {
		margin-top: 0;
	}
	.about_main.about_main-02 {
		margin-top: 8.0rem;
	}
	.about_main .about_main_block {
		display: flex;
		flex-wrap: wrap;
		flex-flow: column;
	}
	.about_main .about_main_block.block_left {
		padding-left: 0;
	}
	.about_main .about_main_block.block_right {
		padding-right: 0;
	}
	.about_main .about_main_block.sp_reverse {
    flex-flow: column-reverse;
	}
	.about_main .about_info {
		width: 100%;
		padding: min(16vw , 11.0rem) min(5.4vw , 10.0rem);
	}
	.about_main .about_info .info {
		display: grid;
	}
	.about_main .about_info .info .head {
		font-size: min(8vw , 5.0rem);
		margin: 3.0rem 0 2.0rem 0;
	}

	.about_main .about_img {
		width: 100%;
	}

	.about_main .about_slider {
		width: 100%;
		margin-top: 0;
	}
	.about_slider .splide__list .splide__slide {
		clip-path: inset(0 0 0 0 round 20px);
		height: auto;
		width: 30.0rem;
		aspect-ratio: 5 / 6;
	}
	
	.about_main .about_lead {
		width: 100%;
		display: flex;
		flex-flow: column;
		flex-wrap: wrap;
		gap: 30px;
		padding: min(10.7vw , 8.0rem) min(10.7vw , 10.0rem) min(16vw , 8.0rem) min(10.7vw , 10.0rem);
	}
	.about_main .about_lead::before {
		content: "";
		width: 50px;
		height: 1px;
		display: inline-block;
		background-color: #B2CDE2;
	}
	.about_main .about_lead .lead {
		line-height: 1.8;
	}
}