/*--------------------------------
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%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background: #0d0d0d;
	font-size: 24px;
	color: #fff;
	-webkit-text-size-adjust: 100%;
	font-family: serif;
}
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: #000;
}
.content-img{
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	margin: 0 auto -80px auto;
	width: 100%;
	max-width: 768px;
	background: url(../images/bg_top.jpg) no-repeat center;
	background-size: 100% auto;
	position: relative;
}
.top .general-img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.top-logo .content-img{
	animation: fade-in 1s ease 3s forwards;
	opacity: 0;
}
.top .general-img .content-img{
	position: absolute;
	top: 0;
	left: 0;
}
.top .general-img .content-img:nth-of-type(2){
	animation: fade-in 1s ease 2s forwards;
	opacity: 0;
}
.top .general-img .content-img:nth-of-type(3){
	animation: fade-in 1s ease 3s forwards;
	opacity: 0;
}
/*--------------------------------
Contents
--------------------------------*/
.heading{
	padding: 0 32px 32px;
}
.heading-txt .content-img{
	margin: 0 auto;
	width: auto;
	height: 82px;
}
.intro{
	padding: 32px 32px 0;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%), url(../images/bg_intro.jpg);
	background-size: 100%, cover;
}
.intro-head-txt{
	padding: 32px;
}
.intro-list{
	margin: 0 32px;
	padding: 32px;
	border: 4px solid #facd89;
}
.intro-list-item{
	padding: 8px 0 8px 32px;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
}
.intro-list-item01{
	padding: 8px 0 15px 0;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
    list-style: none;
}

.intro .general-item{
	padding: 32px 0;
}
.intro .general-txt{
	padding: 16px 32px;
	font-size: 1.2em;
	line-height: 1.8;
	font-weight: bold;
}
.intro .general-item .general-txt:nth-of-type(2){
	text-align: center;
}
.intro .general-txt .hl-txt{
	color: #facd89;
}
.hl-txt{
	font-size: 1.1em;
	color: #69f;
}
.hl-txt02{
	color: #facd89;
}
.hl-txt03{
	font-size: 1.4em;
}
.hl-txt04{
	font-size: 1.6em;
    color: #facd89;
}
.general-txt{
	padding: 32px 0;
	line-height: 1.6;
}
.intro .general-txt{
	font-size: 1.1em;
}
.about{
	padding: 32px 32px 0;
}
.list_area{
    border-top: dashed 3px #facd89;
    padding: 25px;
    text-align: center;
    border-bottom: dashed 3px #facd89;
    color: #facd89;
    margin: 0 32px;
}
.list-head{
	padding: 0 0 32px;
}
.list-head-txt{
	height: 96px;
	line-height: 96px;
	background-color: #816e3c;
	background-repeat: no-repeat;
	background-position: center left 8px;
	background-size: auto 80%;
	box-shadow: 4px 0 0 rgba(255,255,255,.2) inset, 0 4px 0 rgba(255,255,255,.2) inset, -4px 0 0 rgba(0,0,0,.2) inset, 0 -4px 0 rgba(0,0,0,.2) inset;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	transition: .3s;
}
.list-head-txt:hover{
	opacity: .6;
}
.list-head-txt::after{
	width: 22px;
	height: 26px;
	content: "";
	background: url(../images/icon_arrow.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 2;
	transform: rotate(0deg);
}
.active::after{
	transform: rotate(180deg);
}
.about01{
	background-image: url(../images/img_abouthead01.png);
}
.about02{
	background-image: url(../images/img_abouthead02.png);
}
.about03{
	background-image: url(../images/img_abouthead03.png);
}
.list-inner{
	display: none;
}
.list-inner .general-img{
	padding: 0 0 64px;
	display: flex;
	justify-content: space-between;
}
.list-inner .content-img{
	margin: 0 auto;
	width: 40%;
}
.merit{
	margin: 32px 0;
	padding: 32px;
	background: url(../images/bg_merit.jpg) no-repeat center top / cover;
}
.merit-item{
	padding: 32px;
}
.merit01{
	background: url(../images/bg_merit01.png) no-repeat center left / auto 80%;
}
.merit02{
	background: url(../images/bg_merit02.png) no-repeat center left / auto 80%;
}
.merit03{
	background: url(../images/bg_merit03.png) no-repeat center left / auto 80%;
}
.merit-head{
	text-align: center;
}
.merit-head-txt{
	margin: 0 0 -20px;
	line-height: 40px;
	font-size: 1.2em;
	position: relative;
}
.merit-head-txt::before,.merit-head-txt::after{
	width: 10%;
	height: 1px;
	content: "";
	background: #fff;
	position: absolute;
	bottom: 20px;
}
.merit-head-txt::before{
	left: 0;
}
.merit-head-txt::after{
	right: 0;
}
.merit-item .general-txt{
	padding: 52px 32px 32px;
	border: 1px solid #fff;
	border-top: 0;
}
.wrapup{
	padding: 32px;
}
.review{
	padding: 64px 0 0;
}
.review-list{
	padding: 32px 0;
	position: relative;
}
.review-item{
	margin: 0 32px;
}
.review-head{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.review-head-inner{
	padding: 0 0 0 32px;
	flex-grow: 1;
}
.review-head-txt{
	padding: 16px 0;
	font-size: .9em;
	color: #69f;
	display: flex;
	justify-content: space-around;
}
.review-info{
	padding: 16px 0;
	font-size: .9em;
	background: #3b6cbb;
	display: flex;
	justify-content: space-around;
}
.review-thumb{
	width: 140px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}
.review-txt{
	margin: 32px 0 0;
	padding: 16px;
	background: #fff;
	color: #000;
	position: relative;
	border-radius: 8px;
	line-height: 1.6;
}
.review-txt::after{
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 0 10px 24px 10px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	top: -24px;
	left: 60px;
}
.slick-arrow{
	margin: auto 0;
	width: 44px;
	height: 44px;
	background: #3b6cbb;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 9;
	text-indent: -9999px;
	border-radius: 50%;
}
.slick-arrow::after{
	margin: auto 0;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	position: absolute;
	top: 0;
	bottom: 0;
}
.slick-prev{
	left: 0;
}
.slick-prev::after{
	border-width: 8px 12px 8px 0;
	border-color: transparent #fff transparent transparent;
	left: 14px;
}
.slick-next{
	right: 0;
}
.slick-next::after{
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #fff;
	right: 14px;
}
.slick-disabled{
	opacity: .25;
	filter: grayscale(1);
}
.ranking{
	padding: 32px 0 0;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%), url(../images/bg_intro.jpg);
	background-size: 100%, cover;
}
.ranking-list{
	padding: 0 0 32px;
}
.ranking-item{
	margin: 0 32px;
	padding: 32px;
	background: #000;
}
.ranking-head-txt{
	padding: 0 0 32px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ranking-head-inner{
	padding: 8px 32px;
	border-top: 1px solid #facd89;
	border-bottom: 1px solid #facd89;
	flex-grow: 1;
	text-align: center;
}
.ranking-img{
	border-radius: 8px;
	overflow: hidden;
}
.rank-icon{
	margin: 0 32px 0 0;
	width: 100px;
	height: auto;
	flex-grow: 0;
}
.faq{
	padding: 64px 0 0;
}
.faq-item{
	padding: 0 32px 32px;
}
.general-section .faq-head{
    margin: 0 16px 16px;
}
.merit-table{
	width: 100%;
	table-layout: fixed;
}
.merit-table-head{
	padding: 16px 0;
	background: #2b4e87;
	font-size: 1em;
	border-right: 1px solid rgba(0,0,0,.2);
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.merit-table-row{
}
.merit-table-subhead{
	padding: 16px 0;
	background: #3b6cbb;
	font-size: .9em;
	border-right: 1px solid rgba(0,0,0,.2);
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.merit-table-body{
	padding: 32px 8px;
	background: #fff;
	color: #333;
	font-size: .7em;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,.2);
	border-bottom: 1px solid rgba(0,0,0,.2);
	vertical-align: middle;
	line-height: 1.2;
}
.merit-table-row .merit-table-body:nth-of-type(1){
	border: 1px solid #69f;
	font-weight: bold;
	background: #e5efff;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	padding: 32px;
}
.reg-btn{
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	height: 96px;
	line-height: 96px;
	font-size: 1.6em;
	font-weight: bold;
	position: relative;
	background: #3b6cbb;
	color: #fff;
	text-align: center;
	display: block;
	box-shadow: 4px 4px 0 rgba(255,255,255,.5) inset;
	border-radius: 16px;
}
.reg-btn::before, .reg-btn::after{
	content: "";
	position: absolute;
}
.reg-btn::before{
	width: 44px;
	height: 44px;
	background: #fff;
	border-radius: 50%;
	top: 27px;
	right: 20px;
	z-index: 2;
}
.reg-btn::after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 16px;
	border-color: transparent transparent transparent #3b6cbb;
	top: 39px;
	right: 32px;
	z-index: 3;
}
.btn-desc{
	margin: 0 auto 16px;
	padding: 8px;
	width: 100%;
	max-width: 600px;
	background: #facd89;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
}
.btn-desc::after{
	margin: 0 auto;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 16px 8px 0 8px;
	border-color: #facd89 transparent transparent transparent;
	position: absolute;
	bottom: -16px;
	right: 0;
	left: 0;
}
.btn-row .general-img{
	padding: 0 32px 32px;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	padding: 32px 16px 0;
	text-align: center;
	background: #000;
	color: #fff;
}
.gnav-list{
	padding: 0 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gnav-item{
	width: 33%;
	text-align: center;
}
.nav-link{
	padding: 8px 0;
	color: #fff;
	display: block;
	font-size: .7em;
	text-decoration: underline;
}
.copy{
	padding: 32px 0;
	font-size: .7em;
}
/*--------------------------------
General
--------------------------------*/
.header{
	padding: 16% 0 0;
    background: url(../images/header-bg.webp) no-repeat center top / 100% auto #cd4;
	position: relative;
}
.header .logo{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.header .link{
	padding: 2%;
	width: 100%;
	height: 100%;
	display: block;
}
.header .content-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.primary-heading{
    margin: 0 100px 64px;
    padding: 16px 22px;
    position: relative;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #69f;
}
.primary-heading .left,
.primary-heading .right{
	margin: auto;
    width: 22px;
	display: block;
	border: solid #69f;
	position: absolute;
	top: 0;
	bottom: 0;
}
.primary-heading .left{
    border-width: 4px 0 4px 4px;
	left: 0;
}
.primary-heading .right{
    border-width: 4px 4px 4px 0;
	right: 0;
}
.secondary-heading,
.general-section h3{
    margin: 0 16px 32px;
    padding: 16px 0 16px 20px;
    border-left: solid 4px;
    font-size: 30px;
    font-weight: bold;
    color: #69f;
}
.general-section{
	margin: 32px;
	font-size: .8em;
}
.general-section .primary-heading {
    margin: 0 0 32px;
}
.general-section.qa h3{
	padding: 0;
	border: none;
}
.general-section p,
.general-section ul{
	margin: 0 16px 32px;
	line-height: 1.6;
}
.general-section ul .mb{
	margin-bottom: 16px;
}
.general-table{
    margin: 0 32px;
    border-collapse: separate;
}
.general-table th{
    width: 180px;
    background-color: #222;
    font-weight: 400;
}
.general-table td{
    background-color: #000;
}
.general-table td,
.general-table th{
    padding: 12px;
    border: 1px solid #111;
    font-size: 24px;
    line-height: 1.4;
    vertical-align: middle;
}
.document-nav{
    margin: 0 0 48px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.document-link{
    padding: 16px;
    width: 33%;
    line-height: 1.4;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.identity-box figure{
    margin: 0 64px 16px;
    text-align: center;
}
.dl-active{
    background: #222;
}
.doc-img{
    margin-bottom: 4px;
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.note-sub{
    color: #607d8b;
}
.document-link span{
    margin: 4px 0 0;
}
.terms h4{
  margin: 0 16px 32px;
  font-size: 1.1em;
  color: #69f;
}
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
0% {opacity: 0;filter: blur(4px);}
100% {opacity: 1;filter: blur(0);}
}
@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
	/*--------------------------------
	Header
	--------------------------------*/
	.top{
		margin: 0 auto -48px auto;
	}
	/*--------------------------------
	Contents
	--------------------------------*/
	.heading{
		padding: 0 0 16px;
	}
	.heading-txt .content-img{
		max-width: 100%;
		height: 41px;
	}
	.intro{
		padding: 16px 16px 0;
	}
	.intro-head-txt{
		padding: 16px 0;
	}
	.intro-list{
		margin: 0;
		padding: 16px;
		border: 4px solid #facd89;
	}
	.intro-list-item{
		padding: 8px 0 8px 0;
		font-size: 1.2em;
		line-height: 1.2;
		font-weight: bold;
		position: relative;
	}
    .intro-list-item01{
        font-size: 1.1em;
    }
	.intro .general-item{
		padding: 16px 0 0;
	}
	.intro .general-txt{
		padding: 16px 0;
		font-size: 1em;
		line-height: 1.6;
	}
	.general-txt{
		padding: 16px 0;
	}
	.about{
		padding: 16px 16px 0;
	}
	.list-head{
		padding: 0 0 16px;
	}
	.list-head-txt{
		padding: 0 0 0 40px;
		height: 80px;
		line-height: 80px;
		background-size: auto 60%;
		font-size: 1.1em;
	}
	.list-head-txt::after{
		width: 11px;
		height: 13px;
		right: 8px;
		bottom: 8px;
	}
	.list-inner .general-img{
		padding: 0 0 16px;
	}
	.list-item .general-txt{
		padding: 0 0 16px;
	}
    .list_area{
        margin:auto;
        padding: 16px;
    }
    .hl-txt03 {
    font-size: 1.2em;
}
    .hl-txt04 {
    font-size: 1.4em;
    }
	.merit{
		margin: 16px 0;
		padding: 16px;
	}
	.merit-item{
		padding: 16px 0;
	}
	.merit-head-txt{
		margin: 0 0 -20px;
		line-height: 40px;
		font-size: 1.2em;
		position: relative;
	}
	.merit-item .general-txt{
		padding: 32px;
	}
	.wrapup{
		padding: 16px;
	}
	.review{
		padding: 32px 0 0;
	}
	.review-list{
		padding: 16px 0;
	}
	.review-item{
		margin: 0 16px;
	}
	.review-head-inner{
		padding: 0 0 0 16px;
	}
	.review-head-txt{
		padding: 8px 0;
		flex-direction: column;
		aling-items: flex-start;
		justify-content: flex-start;
		line-height: 1.2;
	}
	.review-info{
		padding: 8px;
		flex-direction: column;
		aling-items: flex-start;
		justify-content: flex-start;
	}
	.review-thumb{
		width: 100px;
	}
	.review-txt{
		margin: 16px 0 0;
	}
	.review-txt::after{
		border-width: 0 10px 16px 10px;
		top: -16px;
		left: 40px;
	}
	
	.ranking .heading-txt{
		padding: 0 16px;
	}
	.ranking-list{
		padding: 0;
	}
	.ranking-item{
		margin: 0 16px;
		padding: 16px;
	}
	.ranking-head-txt{
		padding: 0 0 16px 0;
	}
	.rank-icon{
		margin: 0 8px 0 0;
		width: 60px;
	}
	.faq{
		padding: 32px 0 0;
	}
	.faq .general-section{
		margin: 0;
		padding: 0 0 16px;
	}
	.faq .general-section .general-txt{
		margin: 0 16px 0;
	}
	.general-section .faq-head{
		margin: 0 16px 0;
	}
	.merit-table-body{
		padding: 16px 8px;
	}
	/*--------------------------------
	Button
	-------------------------------*/
	.btn-row{
		padding: 16px;
	}
	.reg-btn{
		padding: 0 32px 0 0;
		height: 80px;
		line-height: 80px;
		box-shadow: 4px 4px 0 rgba(255,255,255,.25) inset;
		border-radius: 12px;
	}
	.reg-btn::before{
		top: 19px;
		right: 16px;
	}
	.reg-btn::after{
		top: 31px;
		right: 28px;
	}
	.btn-row .general-img{
		padding: 0 0 16px;
	}
	/*--------------------------------
	Footer
	--------------------------------*/
	.footer{
		padding: 16px;
	}
	.gnav-list{
		padding: 0 32px;
		display: block;
	}
	.gnav-item{
		width: 100%;
	}
	.copy{
		padding: 16px 0;
		font-size: .9em;
	}	
	/*--------------------------------
	General
	--------------------------------*/	
	.primary-heading{
		font-size: 1.4em;
	}
	.secondary-heading,
	.general-section h3{
		font-size: 1.2em;
	}
	.general-section{
		margin: 16px;
	}
	.general-table{
		margin: 0;
		font-size: 1em;
	}
	.general-table th{
		width: 30%;
		font-size: .9em;
	}
	.general-table td,
	.general-table th{
		padding: 12px;
		border: 1px solid #111;
		font-size: .9em;
		line-height: 1.4;
		vertical-align: middle;
	}
	.document-link span{
		font-size: .8em;
	}
}
@media screen and (max-width:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 14px;
	}
	/*--------------------------------
	Contents
	--------------------------------*/
	.list-head-txt{
		font-size: 1em;
	}	
}