@charset "UTF-8";

body {
	width: 100%;
	color: #676767;
	font-family: "M PLUS 1p", sans-serif;
	background: url(/img/bg_content.png) no-repeat;
	background-size: cover;
}
#wrapper {
	max-width: 750px;
	margin: 0 auto;
}
h2 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 1em;
}
p {
	font-size: 1em;
	line-height: 1.8;
}
.main_visual {
	position: relative;
	width: 100%;
	text-align: center;
}
.campaign_bnr {
	position: absolute;
	bottom: 0;
}
header {
	background: #FAC6C7;
}
.cv {
	position: relative;
	background: #B8DEDE;
	padding-bottom: 40px;
}
.cv::after {
	position: absolute;
	bottom: 0;
	content: "";
	width: 100%;
	height: 186px;
	background-color: #FAC6C7;
}
.cv_arrow {
	position: relative;
	padding-bottom: 80px;
}
.cv_arrow::before {
	position: absolute;
	top: -1px;
	content: "";
	width: 100%;
	height: 50px;
	background-color: #FAC6C7;
	clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
	z-index: 100;
}
.cv_inner {
	position: relative;
	width: calc(100% - 80px);
	background: #FFF;
	padding-bottom: 40px;
	margin: -80px auto 0;
	z-index: 1;
}
.cv_50 {
	position: relative;
	height: 1px;
}
.cv_50::before {
	position: absolute;
	content: "";
	top: 0;
	right: -40px;
	width: 31%;
	height: 250px;
	background: url(../img/cv_50.png) no-repeat;
	background-size: 100% auto;
}
.cv_btn_wrap {
	position: relative;
	width: calc(100% - 40px);
	margin: 0 auto;
}
.cv_btn_wrap a {
	display: block;
	position: relative;
	width: 100%;
	color: #FFF;
	font-size: 1.8em;
	font-weight: 700;
	text-align: center;
	border-radius: 20px;
	border: 2px solid #C9BDA6;
	background: #C9BDA6;
	padding: 20px;
	margin: 0 auto 20px;
}
.cv_btn_wrap a:hover {
	color: #C9BDA6;
	border: 2px solid #C9BDA6;
	background: #FFF;
}
.cv_btn_wrap a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
	margin: auto;
}
.cv_btn_wrap a:hover::before {
	border-top: 2px solid #C9BDA6;
  border-right: 2px solid #C9BDA6;
}
p.notice {
	position: relative;
	font-size: 1em;
	margin-left: 20px;
}
p.notice::before {
	position: absolute;
	content: "※";
	left: -20px;
}
.fixed_bnr {
	position: fixed;
	left: 0;
	right: 0;
	bottom: -200px;
	z-index: 1000;
	transition: all 0.3s ease 0s;
}
.fixed_bnr.active {
	bottom: 0;
}
.fixed_bnr a {
	width: 100%;
	display: block;
	max-width: 722px;
	margin: 0 auto;
}
.fixed_bnr a:hover {
	opacity: 0.9;
}
.service {
	position: relative;
}
.service_sp {
	width: 28%;	
	position: absolute;
	top: -3%;
	right: 10px;
}
.eclipse {
	padding: 60px 20px;
}
.eclipse img {
	margin-bottom: 1em;
}
.eclipse p {
	margin-bottom: 1em;
}
.eclipse a {
	text-decoration: underline;
}
.eclipse a:hover {
	color: #E07830;
}
footer {
	color: #FFF;
	background: #97AFC5;
	padding: 40px 20px;
}
.footer_link {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 1em;
}
.footer_link a {
	display: block;
	text-decoration: underline;
}
.footer_link a:hover {
	color: #676767;
}









@media screen and (max-width: 680px){
	.cv_inner {
    width: calc(100% - 40px);
	}
	.cv_arrow::before {
    height: 40px;
	}
	.cv_50::before {
    right: -20px;
	}

	
}

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

}
@media screen and (max-width: 380px){
	.cv_btn_wrap a {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 320px){
	.cv_btn_wrap a {
		font-size: 1.2em;
	}
}












