@charset "utf-8";

/* ========================================================
	use.css
======================================================== */
.bg_block {
	background-color: #fdf2f6;
}
.point_circle.color {
	border-color: #f3c1d1 !important;
	opacity: 0.6;
}

/* point_circle
============================================================================================================ */
.point_circle.c01 {
	left: calc(1080 / 1600 * 100%);
	top: calc(50 / 740 * 100%);
	width: 246px;
	height: 246px;
	border-width: 66px;
}
.point_circle.c02 {
	left: calc(1240 / 1600 * 100%);
	top: calc(590 / 740 * 100%);
	width: 42px;
	height: 42px;
	border-width: 21px;
}
.point_circle.c03 {
	right: calc(1300 / 1600 * 100%);
	top: calc(100 / 740 * 100%);
	width: 78px;
	height: 78px;
	border-width: 39px;
}
.point_circle.c04 {
	right: calc(1160 / 1600 * 100%);
	top: calc(-8 / 740 * 100%);
	width: 30px;
	height: 30px;
	border-width: 15px;
}
.point_circle.c05 {
	left: calc(1060 / 1600 * 100%);
	top: calc(510 / 740 * 100%);
	width: 116px;
	height: 116px;
	border-width: 30px;
}
.point_circle.c06 {
	left: calc(1300 / 1600 * 100%);
	top: calc(420 / 740 * 100%);
	width: 148px;
	height: 148px;
	border-width: 74px;
}
.point_circle.c07 {
	left: calc(1440 / 1600 * 100%);
	top: calc(10 / 740 * 100%);
	width: 70px;
	height: 70px;
	border-width: 35px;
}

.point_circle.c08 {
	left: calc(50% + 325px);
	bottom: -155px;
	width: 448px;
	height: 448px;
	border-width: 126px;
	border-color: #f8dae3 !important;
	opacity: 1;
	z-index: 3;
}
.point_circle.c09 {
	right: calc(50% + 500px);
	bottom: 40px;
	width: 118px;
	height: 118px;
	border-width: 32px;
	border-color: #f8dae3 !important;
	opacity: 1;
	z-index: 3;
}
@media screen and (min-width: 768px), print {
}
@media screen and (max-width: 767px) {
	.point_circle.c01 {
		left: 60%;
	}
	.point_circle.c02 {
		display: none;
	}
	.point_circle.c05 {
		top: 60%;
	}
	.point_circle.c06 {
		display: none;
	}
	.point_circle.c08 {
		right: 47%;
		bottom: -215px;
	}
	.point_circle.c09 {
		left: 60%;
		bottom: 0px;
	}
}

/* page_title img
============================================================================================================ */
.page_title .img {
	position: absolute;
	bottom: 60px;
	right: 46%;
	z-index: -1;
}
.page_title .img img {
	max-width: none;
}
.page_title .img::before {
	content: "";
	position: absolute;
	top: -150px;
	right: 350px;
	width: 386px;
	height: 386px;
	border: 100px solid #f3c1d1;
	border-radius: 100%;
	opacity: 0.6;
	z-index: -1;
}
@media screen and (min-width: 768px), print {
	.page_title {
		padding-top: 40px;
	}
}
@media screen and (max-width: 767px) {
	.page_title {
		padding-bottom: 180px;
	}
	.page_title .img {
		bottom: 20px;
		right: 20px;
		transform-origin: 100% 100%;
		transform: scale(.5);
		z-index: 2;
	}
}

/* lead_block
============================================================================================================ */
.lead_block > * {
	position: relative;
	z-index: 6;
}
@media screen and (min-width: 768px), print {
	.lead_block {
		position: static;
	}
}
@media screen and (max-width: 767px) {
	.lead_block {
		padding-bottom: 150px;
	}
}

/* bg_block
============================================================================================================ */
.bg_block > section {
	z-index: auto;
}

/* use_img
============================================================================================================ */
.use_img {
	position: absolute;
	left: calc(50% + 100px);
	top: 100px;
	pointer-events: none;
	user-select: none;
	z-index: 5;
}
.use_img img {
	max-width: none;
}
.use_img::before {
	content: "";
	position: absolute;
	top: -260px;
	left: -230px;
	width: 656px;
	height: 656px;
	border: 200px solid #fff;
	border-radius: 100%;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.use_img {
		top: calc(100% - 140px);
		left: 40%;
		transform-origin: 0 0;
		transform: scale(.5);
		z-index: 2;
	}
}

/* use_contents
============================================================================================================ */
.use_contents .box_contents {
	padding: 90px 40px;
}
.use_contents ul {
	margin-top: 70px;
}
.use_contents li {
	position: relative;
}
.use_contents img {
	border-radius: 10px;
}
.use_contents .caption {
	display: block;
	margin-top: 25px;
	font-size: 1.7rem;
	line-height: 1.64;
}
.use_contents .notes {
	position: relative;
	display: block;
	padding-left: 1em;
	margin-top: 1.5em;
	font-size: 1.4rem;
	line-height: 1.64;
}
.use_contents .notes > span:first-child {
	position: absolute;
	top: 0;
	left: 0;
}
.use_contents .notes + .notes {
	margin-top: 0.8em;
}
@media screen and (min-width: 768px), print {
	.use_contents ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.use_contents li {
		width: 48%;
		max-width: 520px;
	}
}
@media screen and (max-width: 767px) {
	.use_contents .box_contents {
		padding: 40px 0;
	}
	.use_contents .box_contents > * {
		position: relative;
		z-index: 6;
	}
	.use_contents ul {
		margin-top: 40px;
	}
	.use_contents li + li {
		margin-top: 30px;
	}
	.use_contents img {
		border-radius: 6px;
	}
	.use_contents .caption {
		display: block;
		margin-top: 15px;
		font-size: 1.3rem;
		line-height: 1.64;
	}
	.use_contents .notes {
		font-size: 1.1rem;
	}
}
.use_contents .try_section {
	position: relative;
	margin-top: 90px;
	background-color: #fff;
	border: 1px solid #bcbcbc;
	border-radius: 10px;
	font-size: 1.7rem;
	line-height: 2;
	z-index: 6;
}
.use_contents .try_section h3 {
	font-size: 6rem;
	line-height: 1;
	transform: rotate(-8deg);
	white-space: nowrap;
}
@media screen and (min-width: 768px), print {
	.use_contents .try_section {
		display: flex;
		align-items: center;
		height: 260px;
		padding: 0 20px 0 60px;
	}
	.use_contents .try_section .img {
		position: absolute;
		bottom: 0;
		left: 14%;
		left: 160px;
		z-index: -1;
	}
	.use_contents .try_section h3 + p {
		width: calc(100% - 410px);
		margin-left: auto;
	}
}
@media screen and (max-width: 767px) {
	.use_contents .try_section {
		margin-top: 30px;
		padding: 0 4vw;
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.use_contents .try_section h3 {
		font-size: 4rem;
		margin-bottom: 30px;
	}
	.use_contents .try_section .img {
		text-align: center;
	}
	.use_contents .try_section .img img {
		width: 200px;
	}
}
