@charset "UTF-8";

/* mv-page
------------------------------------------------------------ */
#mv-page {
    padding: 180px 50px 90px;
}
#mv-page.page-casestudy::before {
	content: "CASE STUDY";
	position: absolute;
	bottom: -28px;
	left: 30px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 21rem;
	color: #d5ecff;
	line-height: 1;
	letter-spacing: -0.07em;
	opacity: 0.5;
	z-index: 2;
}
#mv-page .inner::before {
	content: "";
	position: absolute;
	top: 35px;
	right: -30px;
	display: block;
	width: 590px;
	height: 390px;
	background: url(../../assets/img/illust_c.png) no-repeat center;
	background-size: contain;
	z-index: 2;
}

/* content-body
------------------------------------------------------------ */
#content-body #anker-nav {
	width: 1160px;
	margin: 68px auto 0;
}
#content-body #anker-nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#content-body #anker-nav ul li a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 80px;
	font-size: 1.8rem;
	color: #0d65b0;
	font-weight: 700;
	border-radius: 40px;
	border: 3px solid #0d65b0;
	box-sizing: border-box;
}
#content-body #anker-nav ul li a:hover {
	background-color: #fff;
}
#content-body #anker-nav ul li a::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: 6px;
	margin-right: 20px;
	border-bottom: 3px solid #0d65b0;
	border-right: 3px solid #0d65b0;
	transform: rotate(45deg) translate(-30%, -30%);
	box-sizing: border-box;
	transition: all .3s ease-out;
	z-index: 2;
}

#content-body section .case-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 890px;
	margin: 55px auto 0;
}
#content-body section .case-block .img {
	width: 430px;
}
#content-body section .case-block .content {
	width: 400px;
}
#content-body section .case-block .content p {
	font-size: 1.8rem;
	color: #0d65b0;
	line-height: 1.8;
}
#content-body section .case-block .content p.comic {
	margin-top: 30px;
}

#content-body section .point {
	position: relative;
	width: 820px;
	margin: 60px auto 0;
	padding: 20px 30px;
	background-color: #d5ecff;
	border-radius: 20px;
	box-sizing: border-box;
}
#content-body section .point::before {
	content: "";
	position: absolute;
	top: -30px;
	left: -30px;
	display: block;
	width: 85px;
	height: 85px;
	background: url(../../assets/img/icon_point.png) no-repeat center;
	background-size: contain;
}
#content-body section .point h3 {
	font-size: 2rem;
	color: #0d65b0;
	font-weight: 700;
	text-align: center;
}
#content-body section .point p {
	margin-top: 5px;
	font-size: 1.6rem;
	color: #0d65b0;
	line-height: 1.8;
	text-align: center;
}

@media only screen and (max-width:768px) {

	/* mv-page
	------------------------------------------------------------ */
	#mv-page {
		width: auto;
		margin: 0 4.66vw;
		padding: 23.33vw 5.86vw 58vw;
	}
	#mv-page.page-casestudy::before {
		bottom: -2.4vw;
		left: auto;
		right: 0;
		font-size: 17.33vw;
	}
	#mv-page .inner::before {
		top: 68.33vw;
		right: 2vw;
		width: 74.93vw;
		height: 49.33vw;
		z-index: 2;
	}
	
	/* content-body
	------------------------------------------------------------ */
	#content-body #anker-nav {
		width: auto;
		margin: 16vw 4.66vw 0;
	}
	#content-body #anker-nav ul {
		display: block;
	}
	#content-body #anker-nav ul li {
		margin-top: 4vw;
		text-align: center;
	}
	#content-body #anker-nav ul li:first-child {
		margin-top: 0;
	}
	#content-body #anker-nav ul li a {
		width: 74vw;
		height: 18.66vw;
		font-size: 4vw;
		border-radius: 9.33vw;
		border: 0.4vw solid #0d65b0;
	}
	#content-body #anker-nav ul li a:hover {
		background-color: transparent;
	}
	#content-body #anker-nav ul li a::before {
		width: 2.6vw;
		height: 2.6vw;
		margin-top: 0.8vw;
		margin-right: 4vw;
		border-bottom: 0.66vw solid #0d65b0;
		border-right: 0.66vw solid #0d65b0;
	}

	#content-body section .case-block {
		display: block;
		width: auto;
		margin: 5.33vw auto 0;
	}
	#content-body section .case-block .img {
		width: 68.8vw;
		margin: 0 auto;
	}
	#content-body section .case-block .content {
		width: 100%;
		margin-top: 2.66vw;
	}
	#content-body section .case-block .content p {
		font-size: 3.46vw;
	}
	#content-body section .case-block .content p.comic {
		margin-top: 4vw;
		text-align: center;
	}

	#content-body section .point {
		width: 100%;
		margin: 10.66vw auto 0;
		padding: 4vw 5.33vw;
		border-radius: 5.33vw;
	}
	#content-body section .point::before {
		top: -6vw;
		left: -3.33vw;
		width: 14.66vw;
		height: 14.66vw;
	}
	#content-body section .point h3 {
		font-size: 4.26vw;
	}
	#content-body section .point p {
		margin-top: 1vw;
		font-size: 3.46vw;
		text-align: left;
	}

}