/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,small{
	display: block;
}
ul{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 200;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input,textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
global element
--------------------------------*/
html{
	width: 100%;
}
body{
	width: 100%;
	background: #f5feff;
	font-size: 24px;
	color: #555;
	-webkit-text-size-adjust: 100%;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 400;
	font-style: normal;
}
a,button{
	transition: .3s;
}
a:hover,button:hover{
	opacity:.6;
}
.wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	position: relative;
	overflow: hidden;
	opacity: 0;
	animation: fade-in .3s ease .3s forwards;
	background: #97e1e6;
}
.content-img{
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	position: relative;
}
.top .btn-row{
	padding: 0 8% 8%;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.logo-link{
	padding: 2%;
	height: 96px;
	display: block;
}
.logo-link .content-img{
	height: 100%;
}
/*--------------------------------
Contents
--------------------------------*/
.content{
	background: #fff;
}
.content-inner{
	padding: 8%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.content-head{
	padding: 8%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	text-align: center;
}
.content-head-txt{
	font-weight: 700;
	font-size: 2em;
}
.content-head-txt .hl-txt{
	font-weight: 800;
}
.reason{
	padding: 0 4%;
}
.reason .content{
	margin: 0 0 4%;
	padding: 4%;
	background: #fff;
}
.reason .content-head{
	padding: 4% 0;
}
.reason .content-txt{
	padding: 0 0 4%;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.4;
}
.graph{
	margin: 0 auto;
	width: 600px;
	height: 600px;
	background: url(../images/img_graph.webp) no-repeat center / 25%;
	position: relative;
}
.graph-img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
}
.show .graph-img{
	animation: fade-in .3s ease 1s forwards;
}
.circle{
	margin: 0 auto;
	display:inline-block;
	transform:rotate(-90deg);
}
.circle .type{
	fill:transparent;
	stroke-width:100;
	opacity: 0;
}
.circle .type1 {
	stroke: #ff9cb6;
}
.circle .type2 {
	stroke: #97dae6;
}
.show .typeA1{
	opacity: 1;
	animation: circleA1 1s forwards;
}
@keyframes circleA1{
	0%{stroke-dasharray:0 1256;}
	99.9%,to{stroke-dasharray:880 1256;}
}
.show .typeA2{
	opacity: 1;
	animation: circleA2 1s forwards;
}
@keyframes circleA2{
	0%{stroke-dasharray:0 1256;}
	99.9%,to{stroke-dasharray:1256 1256;}
}
.sub-txt{
	font-size: .8em;
	text-align: right;
	color: #777;
}
.reason-container{
	padding: 4%;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
}
.reason-item{
	padding: 2% 0 2% 32px;
	position: relative;
	font-size: 1.2em;
}
.reason-item::before{
	margin: auto;
	width: 24px;
	height: 24px;
	content: "";
	border: 2px solid #ccc;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.reason-item::after{
	margin: auto;
	width: 28px;
	height: 28px;
	content: "";
	clip-path: polygon(0 20%, 40% 50%, 100% 0, 100% 30%, 40% 80%, 0 50%);
	background: #afe31a;
	position: absolute;
	top: 0;
	left: 4px;
	bottom: 0;
}
.slide{
	margin: 4% 0;
	padding: 4%;
	background: #eaf5f6;
}
.slick-arrow{
	margin: auto;
	width: 44px;
	height: 44px;
	background: rgba(255,255,255,.9);
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 9;
	text-indent: -9999px;
	border-radius: 50%;
	box-shadow: 2px 2px 2px rgba(0,0,0,.1);
}
.slick-arrow::after{
	margin: auto;
	width: 16px;
	height: 16px;
	content: "";
	background: #ff7096;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.slick-prev{
	left: -22px;
}
.slick-prev::after{
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.slick-next{
	right: -22px;
}
.slick-next::after{
	clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.slick-disabled{
	filter: grayscale(1);
	background: rgba(255,255,255,.25);
}
.slick-disabled::after{
	opacity: .5;
}
.slide-label{
	margin: 0 4% 2%;
	background: #ff7096;
	color: #fff;
	text-align: center;
	line-height: 44px;
	border-radius: 22px;
	font-weight: 800;
}
.review{
	padding: 0 4% 4%;
}
.review-item{
	margin: 0 0 8% 4%;
	padding: 4% 4% 4% 128px;
	background: #97e1e6;
	color: #fff;
	position: relative;
	font-weight: 700;
	font-size: 1.1em;
	border-radius: 8px;
}
.review-item:nth-of-type(even){
	background: #ff9cb6;
}
.review-txt{
	line-height: 1.4;
}
.review-sub{
	text-align: right;
}
.review-thumb{
	width: 128px;
	height: 128px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: -32px;
	left: -32px;
	border: 1px solid #97e1e6;
}
.review-item:nth-of-type(even) .review-thumb{
	border: 1px solid #ff9cb6;
}
.faq-list{
	padding: 0 8% 8%;
}
.faq-head{
	padding: 2% 0;
	border-bottom: 1px solid #ccc;
	transition: .3s;
	font-size: 1em;
	font-weight: 700;
}
.faq-item[open] .faq-head{
	color: #ff7096;
}
.faq-item .general-txt{
	margin: 0 0 4%;
	padding: 4% 2%;
	opacity: 0;
	font-size: 1em;
	line-height: 1.6;
	border-bottom: 1px solid #ccc;
}
.faq-item[open] .general-txt{
	animation: fade-in .5s ease forwards;
}
.general{
	margin: 0 4%;
	padding: 0 4% 4%;
}
.tertiary-head{
	padding: 0 0 4%;
	font-size: 1.1em;
	color: #ff7096;
	font-weight: 700;
	line-height: 1.1;
}
.sub-head{
	padding: 0 0 2%;
	font-siz:e 1em;
	color: #666;
	font-weight: 700;
	line-height: 1.1;
}
.general-txt, .list-item{
	padding: 0 0 4%;
	font-size: .9em;
	line-height: 1.4;
}
.general-table{
	width: 100%;
	font-size: .9em;
}
.table-row{
	border-bottom: 1px solid #fff;
}
.table-head{
	padding: 2%;
	width: 30%;
	font-weight: normal;
	background: #ccc;
	color: #fff;
	border-right: 1px solid #fff;
}
.table-data{
	padding: 2%;
	width: 70%;
	background: #f0f0f0;
}
.hl-txt{
	color: #ff7096;
	font-weight: 800;
}
.general-img{
	padding: 0 4% 4%;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	padding: 4%;
	position: relative;
	text-align: center;
}
.last-btn{
	margin: 4%;
	background: #fff;
}
.reg-btn{
	display: block;
}
.btn-desc{
	padding: 0 0 2%; 
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 0 4% 4%;
	width: 100%;
	text-align: center;
	color: #fff;
}
.gnav-list{
	width: 100%;
	text-align: center;
}
.nav-link{
	padding: 2% 0;
	color: #fff;
	display: block;
	font-size: .8em;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.copy, .info{
	padding: 2% 0;
	font-size: .8em;
	line-height: 1.4;
}
/*--------------------------------
POPUP
--------------------------------*/
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
0% {opacity: 0;filter: blur(4px);}
100% {opacity: 1;filter: blur(0);}
}
@keyframes slide-in{
0% {opacity: 0;filter: blur(4px);transform: translate3d(-32px,0,0);}
100% {opacity: 1;filter: blur(0);transform: translate3d(0,0,0);}
}
@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
	/*--------------------------------
	Header
	--------------------------------*/
	.logo-link{
		height: 72px;
	}
	/*--------------------------------
	Contents
	--------------------------------*/
	.content-head{
		padding: 4%;
	}
	.graph{
		width: 280px;
		height: 280px;
	}
	.circle .type{
		stroke-width:50;
	}
	@keyframes circleA1{
		0%{stroke-dasharray:0 628;}
		99.9%,to{stroke-dasharray:440 628;}
	}
	@keyframes circleA2{
		0%{stroke-dasharray:0 628;}
		99.9%,to{stroke-dasharray:628 628;}
	}
	.reason-item{
		padding: 2% 0 2% 28px;
		font-size: 1.1em;
	}
	.reason-item::before{
		width: 18px;
		height: 18px;
		border: 1px solid #ccc;
	}
	.reason-item::after{
		width: 21px;
		height: 21px;
	}
	.review-list{
		padding: 4% 0 0;
	}
	.review-item{
		padding: 4% 4% 4% 72px;
	}
	.review-thumb{
		width: 72px;
		height: 72px;
		top: -16px;
		left: -16px;
	}
	/*--------------------------------
	Button
	-------------------------------*/
	/*--------------------------------
	Footer
	--------------------------------*/
}
@media screen and (max-width:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 14px;
	}
}