@charset "utf-8";

/* ========================================================
	about.css
======================================================== */
.bg_block {
	background-color: #dff1e3;
}
.point_circle.color {
	border-color: #c0e4c6 !important;
}

/* point_circle
============================================================================================================ */
.point_circle.c01 {
	right: calc(1430 / 1600 * 100%);
	top: calc(65 / 740 * 100%);
	width: 70px;
	height: 70px;
	border-width: 35px;
}
.point_circle.c02 {
	right: calc(1175 / 1600 * 100%);
	top: calc(330 / 740 * 100%);
	width: 240px;
	height: 240px;
	border-width: 64px;
}
.point_circle.c03 {
	right: calc(1240 / 1600 * 100%);
	top: calc(135 / 740 * 100%);
	width: 28px;
	height: 28px;
	border-width: 14px;
}
.point_circle.c04 {
	right: calc(1080 / 1600 * 100%);
	top: calc(40 / 740 * 100%);
	width: 124px;
	height: 124px;
	border-width: 62px;
}
.point_circle.c05 {
	right: calc(990 / 1600 * 100%);
	top: calc(590 / 740 * 100%);
	width: 78px;
	height: 78px;
	border-width: 39px;
}
.point_circle.c06 {
	left: calc(1390 / 1600 * 100%);
	top: calc(520 / 740 * 100%);
	width: 70px;
	height: 70px;
	border-width: 35px;
}
.point_circle.c07 {
	right: calc(1460 / 1600 * 100%);
	top: 350px;
	width: 68px;
	height: 68px;
	border-width: 34px;
}
.point_circle.c08 {
	right: calc(50% + 325px);
	bottom: -195px;
	width: 448px;
	height: 448px;
	border-width: 126px;
	opacity: 1;
	z-index: 3;
}
.point_circle.c09 {
	left: calc(50% + 410px);
	bottom: 90px;
	width: 118px;
	height: 118px;
	border-width: 32px;
	z-index: 3;
}
@media screen and (min-width: 768px), print {
}
@media screen and (max-width: 767px) {
	.point_circle.c08 {
		right: 47%;
		bottom: -215px;
	}
	.point_circle.c09 {
		left: 60%;
		bottom: 0px;
	}
}

/* main_img
============================================================================================================ */
.main_img {
	position: absolute;
	top: 160px;
	left: 58%;
	z-index: 2;
}
.main_img::before,
.main_img::after {
	content: "";
	position: absolute;
	border-style: solid;
	border-radius: 100%;
	z-index: -1;
}
.main_img::before {
	top: -140px;
	right: -160px;
	width: 472px;
	height: 472px;
	border-width: 112px;
	border-color: #cae8cf;
}
.main_img::after {
	top: 440px;
	right: -70px;
	width: 808px;
	height: 808px;
	border-width: 248px;
	border-color: #fff;
	opacity: 0.8;
}
@media screen and (min-width: 768px), print {
}
@media screen and (max-width: 767px) {
	.main_img {
		transform-origin: 100% 0;
		transform: rotate(-8deg);
		top: 150px;
		left: 34%;
	}
	.main_img img {
		max-width: none;
		width: 245px;
	}
	.main_img::before,
	.main_img::after {
		transform: scale(.5);
	}
	.main_img::before {
		top: -190px;
		right: -190px;
	}
	.main_img::after {
		top: -10px;
		right: -250px;
	}
}

/* lead_block
============================================================================================================ */
@media screen and (min-width: 768px), print {
	.lead_block > p {
		width: 560px;
	}
}

/* box_contents
============================================================================================================ */
.box_contents {
	z-index: 3;
}

/* about_contents
============================================================================================================ */
.about_contents .box_contents {
	padding: 90px 0;
	text-align: center;
}
.about_contents ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 70px;
}
.about_contents li {
	position: relative;
}
.about_contents .num {
	position: absolute;
	top: -24px;
	right: 20px;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 4px;
	background-color: #fff;
	border: 1px solid #c8c8c8;
	border-radius: 100%;
	font-size: 2.2rem;
	line-height: 1;
}
.about_contents img {
	border-radius: 10px;
}
.about_contents .caption {
	display: block;
	margin-top: 25px;
	font-size: 1.7rem;
	line-height: 1.64;
}
@media screen and (min-width: 768px), print {
	.about_contents li {
		width: 25%;
		max-width: 286px;
		padding: 0 23px;
	}
	.about_contents li:nth-child(n + 5) {
		margin-top: 90px;
	}
	.about_contents .num {
		right: 46px;
	}
}
@media screen and (max-width: 767px) {
	.about_contents .box_contents {
		padding: 40px 0;
	}
	.about_contents ul {
		justify-content: space-between;
		margin-top: 40px;
	}
	.about_contents li {
		width: calc(50% - 10px);
	}
	.about_contents li:nth-child(n + 3) {
		margin-top: 40px;
	}
	.about_contents .num {
		top: -16px;
		right: 10px;
		width: 32px;
		height: 32px;
		font-size: 1.7rem;
	}
	.about_contents img {
		border-radius: 6px;
	}
	.about_contents .caption {
		display: block;
		margin-top: 15px;
		font-size: 1.3rem;
		line-height: 1.64;
	}
}
