@charset "utf-8";

.sans-en{
	font-family: 'Manrope', sans-serif;
}

.col_w{
	color: #fff;
}

.reverse{
	flex-direction: row-reverse;
}

svg{
	width: 100%;
	height: 100%;
}

/* .form div:first-of-type p:last-of-type{
position: relative;
}

.form div:first-of-type p:last-of-type::after{
content: "";
display: block;
position: absolute;
right: 37px;
top: 50%;
transform: translatey(-50%);
width: 13px;
height: 7px;
background-size: cover;
background-repeat: no-repeat;
background-image: url(../img/arrow.svg);
} */

/* ---------------------------------------
* common
------------------------------------------ */

.MainWrap{
	position: relative;
}

.tag-list{
	padding: 40px 0;
	column-gap: 30px;
}

.tag-listItem a{
	display: block;
}

.tag-listItem a span{
	display: inline-block;
	vertical-align: middle;
}

.tag-listItem a span:first-of-type{
	font-size: 14px;
	height: 160%;
	letter-spacing: normal;
}

.tag-listItem a span:last-of-type{
	width: 26px;
	height: 26px;
	margin-left: 10px;
}


.headerLogo a{
	display: block;
	overflow: hidden;
	line-height: 0;
	white-space: nowrap;
	text-indent: 100%;
	width: 120px;
}

.headerLogo a h1{
	width: 100%;
	height: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/logo.png);
}

.footer_logo{
	display: block;
	overflow: hidden;
	line-height: 0;
	white-space: nowrap;
	text-indent: 100%;
	width: 238px;
}

.footer_logo h2{
	width: 100%;
	height: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/footer-logo.png);
}

.btn.sp{
	display: none;
}

.col-b{
	color: #3379FF;
}

.col-w{
	color: #fff;
}

.bt{
	border-top: solid 1px #0D0D0D;
	padding-top: 30px;
}

.access a{
	display: block;
	text-decoration: underline;
}

.btn-404{
	display:block;
	width: 240px;
	margin: 0 auto;
	padding: 20px 0;
}
/* --------------------------------
* Top ページ
----------------------------------- */

.mv{
	border-radius: 0 0 20px 20px;
	background: rgb(26,192,103);
	background: -moz-linear-gradient(135deg, rgba(26,192,103,1) 0%, rgba(25,178,96,1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(26,192,103,1) 0%, rgba(25,178,96,1) 100%);
	background: linear-gradient(135deg, rgba(26,192,103,1) 0%, rgba(25,178,96,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1ac067",endColorstr="#19b260",GradientType=1);
}

.mv-wrapper{
	width: 90%;
	margin-left: auto;
}

.mv-l{
	width: 40.7%;
}

.mv-l h2 p{
	line-height: 120%;
	letter-spacing: normal;
	font-weight: 600;
}

.mv-l h2 p:first-of-type{
	font-size: 32px;
}

.mv-l h2 p:last-of-type{
	font-size: 52px;
}

.mv-l h2 p:last-of-type span{
	display: inline-block;
	font-size: 78px;
	line-height: 120%;
}

.mv-l h2 p:last-of-type span:last-of-type{
	color: #FED831;
}

.mv-l>p{
	font-weight: 600;
	line-height: 160%;
	letter-spacing: normal;
	padding: 30px 0 90px;
}

.mv-r{
	width: 55.555%;
	opacity: 0;
	transform: translateY(30px);
}

.mv-r.is-show{
	animation: trans 1.8s cubic-bezier(.2,.43,.25,1.05) .4s both ;
	-webkit-animation: trans 1.8s cubic-bezier(.2,.43,.25,1.05) .4s both ;
}

@keyframes trans{
	0%{
		opacity: 0;
		transform: translateY(30px);
	}

	to{
		opacity: 1;
		transform: translateY(-0);
	}
}

@-webkit-keyframes trans{
	0%{
		opacity: 0;
		transform: translateY(30px);
	}

	to{
		opacity: 1;
		transform: translateY(-0);
	}
}

.about-l{
	width: 44.444%;
}

.about-r{
	width: 50.4%;
}

.about-r p{
	padding-top: 30px;

}

/* .about-r h2,.about-r p{
opacity: 0;
transform: translateY(20px);
transition: transform .6s cubic-bezier(.33,1,.68,1) .2s,opacity .3s linear .2s;
}

.about-r p{
transition: transform .8s cubic-bezier(.33,1,.68,1) .4s,opacity .3s linear .4s
}

.about-r h2.is-show,.about-r p.is-show{
opacity: 1;
transform: translateY(0)
} */


.section-point{
	position: relative;
	background-color: #F5F5F5;
}

.point-bg{
	position: absolute;
	top: 0;
	z-index: 1;
}

.point-bg01{
	width: 21.5%;
	left: 0;
}

.point-bg02{
	right: 0;
	width: 18.1%;
}

.section-point .inner_l{
	position: relative;
	z-index: 2;
}

.point-list{
	padding-top: 100px;
}

.point-listItem{
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
	width: 31.4%;
	/* 	opacity: 0;
	transform: translatey(20px); */
}

.point-listIcon{
	width: 34px;
}

.point-listTxt{
	padding-top: 78px;
}

.point-listTxt h3{
	font-size: 18px;
	letter-spacing: normal;
	line-height: 160%;
	font-weight: 600;
	padding-bottom: 30px;
}

.section-feature{
	background-color: #1AC067;
}

.feature-list{
	padding-top: 100px;
}

.feature-listItem{
	padding-right: 5.555%;
}

.feature-listItem.reverse{
	padding-right: 0;
	padding-left: 5.555%;
}

.feature-listItem:not(:last-of-type){
	margin-bottom: 60px;
}

.feature-listImg,.feature-listTxt{
	width: 47.06%;
}

.feature-listTxt{
	padding-top: 20px;
}

.feature-listTxt h3{
	padding-bottom: 40px;
}


/* .feature-listTxt h3,.feature-listTxt p{
opacity: 0;
transform: translateY(20px);
transition: transform .6s cubic-bezier(.33,1,.68,1) .2s,opacity .3s linear .2s;
}

.feature-listTxt p{
transition: transform .8s cubic-bezier(.33,1,.68,1) .4s,opacity .3s linear .4s
}

.feature-listTxt h3.is-show,.feature-listTxt p.is-show{
opacity: 1;
transform: translateY(0)
} */


.feature-listTxt h3 span{
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: normal;
}

.feature-listTxt h3 span:first-of-type{
	font-size: 64px;
}

.feature-listTxt h3 span:last-of-type{
	font-size: 28px;
	margin-left: 20px;
}

.ttl-wrapper-feature .ttl1_bg{
	opacity: .1;
}

.register{
	overflow: hidden;
	position: relative;
	padding: 55px 0 77px;
	background-color: #F5F5F5;
	box-shadow: 0 10px 20px rgba(0,0,0,.1) inset;
}

.re-bg{
	position: absolute;
}

.re-bg01{
	top: 0;
	left: 0;
	width: 340px;
}

.re-bg02{
	bottom: 0;
	right: 0;
	width: 278px;
}


.register-wrapper{
	position: relative;
	z-index: 2;
}

.register-wrapper h2{
	font-size: 40px;
	padding-bottom: 65px;
	line-height: 160%;
	letter-spacing: normal;
	font-weight: 600;
}

.btn-re{
	width: 400px;
	margin: 0 auto;
}



.ad-listItem{
	width: 31.4%;
	/* 	opacity: 0;
	transform: translatey(20px); */
}

.ad-listTxt{
	padding-top: 20px;
}

.name {
	padding-bottom: 20px;
}

.name span{
	display: block;	
}

.name span:first-of-type{
	font-size: 24px;
	line-height: 130%;
	letter-spacing: normal;
	font-weight: 600;
	padding-bottom: 4px;
}

.name span:last-of-type{
	font-size: 14px;
	letter-spacing: 0.02em;
	color: #808080;
}

.section-event{
	background-color: #F8F8F8;
}

.sec07-wrapper{
	width: 88.888%;
	margin: 0 auto;
}

.sec07-defList{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: solid 1px #D9D9D9;
}

.sec07-defList:last-of-type{
	margin-bottom: 0;
}

.sec07-defTtl{
	font-size: 20px;
	padding-bottom: 20px;
	line-height: 160%;
	letter-spacing: normal;
}
/* 
.blog_list{
opacity: 0;
transform: translatey(20px);
}
*/

.faq-defList{
	cursor: pointer;
	padding-bottom: 30px;
}

.faq-defList:not(:last-of-type){
	margin-bottom: 30px;
}


.faq-icon{
	width: 16px;
	height: 24px;
}


.faq-defDesc p{
	width: 90%;
}

.faq-defList{
	padding-bottom: 40px;
	border-bottom: 1px solid #D9D9D9;
}

.faq-defList:first-of-type{
	padding-top: 40px;
	border-top: 1px solid #D9D9D9;
}


.faq-defList:not(:last-of-type){
	margin-bottom: 40px;
}



.faq-defTitle{
	position: relative;
}

.faq-icon{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(0);
	transform-origin: center;
	transition: .3s;
}

.faq-defTitle.open .faq-icon{
	transform: translateY(-50%) rotate(225deg);
}

.faq-defTitle p{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 200%;
	letter-spacing: normal;
	font-weight: 600;
}


.faq-defDesc{
	padding-top: 20px;
	display: none;
}

.faq-defDesc p{
	width: 92.1%;
	line-height: 200%;
	font-size: 14px;
	letter-spacing: 0.1em;
}

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


	/* ---------------------------------------
	* common
	------------------------------------------ */
	body {
		font-size: 14px;
	}

	.tag-list{
		padding: 30px 0;
		row-gap: 20px;
		column-gap: 30px;
	}

	.tag-listItem a span:last-of-type{
		width: 20px;
		height: 20px;
	}

	.tag-listItem a span:last-of-type svg{
		width: 100%;
	}



	.btn.sp{
		display: flex;
	}

	.btn.pc{
		display: none;
	}

	.headerLogo a{
		width: 110px;
	}

	.headerLogo a h1{
		height: 19px;
	}

	.footer_logo{
		width: 180px;
	}

	.footer_logo h2{
		height: 31px;
	}

	.btn{
		width: 100%;
		margin: 0 auto;
	}


	/* --------------------------------
	* Top ページ
	----------------------------------- */

	.mv{
		padding-top: 120px;
		padding-bottom: 60px;
	}

	.mv-wrapper{
		display: flex;
		flex-direction: column-reverse;
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	.mv-l{
		width: 100%;
		padding-top: 30px;
	}

	.mv-l h2{
		text-align: center;
	}

	.mv-l h2 p:first-of-type{
		font-size: 24px;
	}

	.mv-l h2 p:last-of-type{
		font-size: 32px;
	}

	.mv-l h2 p:last-of-type span{
		font-size: 56px;
	}

	.mv-l>p{
		text-align: center;
		padding: 20px 0 60px;
	}

	.mv-r{
		width: 100%;
	}

	.about-l{
		width: 100%;
	}

	.about-r{
		width: 100%;
		padding-top: 30px;
	}

	.about-r p{
		padding-top: 20px;
	}


	.point-bg01{
		width: 40%;
	}

	.point-bg02{
		right: 0;
		width: 40%;
	}


	.point-list{
		padding-top: 60px;
	}

	.point-listItem{
		padding: 40px;
		width: 100%;
	}

	.point-listItem:not(:last-of-type){
		margin-bottom: 40px;
	}

	.point-listTxt{
		padding-top: 60px;
	}


	.feature-list{
		padding-top: 60px;
	}

	.feature-listItem{
		padding-right: 0%;
	}

	.feature-listItem.reverse{
		padding-right: 0;
		padding-left: 0%;
	}

	.feature-listItem:not(:last-of-type){
		margin-bottom: 60px;
	}

	.feature-listImg,.feature-listTxt{
		width: 100%;
	}

	.feature-listTxt{
		padding-top: 20px;
	}

	.feature-listTxt h3{
		padding-bottom: 10px;
	}

	.feature-listTxt h3 span:first-of-type{
		font-size: 42px;
	}

	.feature-listTxt h3 span:last-of-type{
		font-size: 20px;
		margin-left: 10px;
	}

	.register{
		padding: 80px 0;
	}


	.re-bg01{
		width: 36.2%;
	}

	.re-bg02{
		width: 58.4%;
	}

	.register-wrapper h2{
		font-size: 24px;
		padding-bottom: 40px;
	}

	.btn-re{
		width: 280px;
	}

	.ad-listItem{
		width: 100%;
	}

	.ad-listItem:not(:last-of-type){
		margin-bottom: 40px;
	}

	.name span:first-of-type{
		font-size: 20px;
	}


	.sec07-wrapper{
		width: 100%;
		margin: 0 auto;
	}

	.faq-defDesc p{
		width: 90%;
	}

	.faq-defList{
		padding-bottom: 30px;
	}

	.faq-defList:first-of-type{
		padding-top: 30px;
	}

	.faq-defList:not(:last-of-type){
		margin-bottom: 30px;
	}

	.faq-defTitle p{
		width: 90%;
	}

	.faq-icon {
		width: 30px;
		height: 30px;
		right: 0;
	}

	.faq-icon svg{
		width: 30px;
		height: 30px;
		right: 0;
	}

	.faq-defTitle p{
		font-size: 16px;
	}

	.faq-defDesc{
		padding-top: 20px;
		display: none;
	}

	.faq-defDesc p{
		width: 92.1%;
		line-height: 200%;
		font-size: 14px;
		letter-spacing: 0.1em;
	}

	.faq-defList{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.faq-defList:last-of-type{
		margin-bottom: 0;
	}
	.btn-404 {
		display: block;
		width: 240px;
		margin: 30px auto 0;
		padding: 20px 0;
	}


}


.cv-wrapper{
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/common/cv-bg.png);
	border-radius: 20px;
	width: 90%;
	margin: 0 auto;
	padding: 0 60px 0 80px;
}

.cv-l{
	width: 38.6%;
}

.cv-l h2{
	padding-bottom: 60px;
	font-size: 32px;
	letter-spacing: normal;
	line-height: 160%;
	font-weight: 600;
}

.cv-l h2 span{
	display: inline-block;
	font-size: 56px;
	color: #FED831;
}

.cv-l .btn{
	width: 345px;
	padding: 20px 0;
}

.cv-r{
	width: 50.7%;
}

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

	.cv-wrapper{
		width: 90%;
		margin: 0 auto;
		padding: 80px 30px 60px;
		position: relative;
	}

	.cv-l{
		text-align: center;
		width: 100%;
		position: relative;
		z-index: 2;
	}

	.cv-l h2{
		font-size: 24px;
	}

	.cv-l h2 span{
		font-size: 42px;
	}

	.cv-l .btn{
		width: 280px;
	}

	.cv-r{
		position: absolute;
		left: 0;
		top: 4%;
		width: 100%;
	}
}

.commisionWrap{
	padding-top: 10px;
}

.table {
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}

.table thead tr th, .table tbody tr th, .table tbody tr td {
	padding: 10px 16px;
}

.table thead tr {
	border-left: 1px solid #dad9d9;
	border-top: 1px solid #dad9d9;
	background-color: #ebebeb;
}

.table thead th{
	border-left: 1px solid #dad9d9;
}

table tbody tr {
	border: 1px solid #dad9d9;
}

.table tbody tr td {
	padding: 9px 8px;
	border-left: 1px solid #dad9d9;
	background-color: #fff;
	font-size: 14px;
}

.table-50 {
	width: 50% !important;
}

.table-10 {
	width: 10% !important;
}

.cash-defList{
	border: 1px solid #dad9d9;
}


.cash-defListTtl{
	width: 50%;
	flex: 0 0 50%;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: normal;
	background-color: #ebebeb;
	padding: 10px 30px;

}

.cash-defListDesc{
	font-weight: 600;
	line-height: 160%;
	letter-spacing: normal;
	flex: 1 1 auto;
	padding: 10px 30px;
}

@media screen and (max-width:768px) {
	.commisionWrap{
		padding-top: 10px;
	}

	.table thead tr th, .table tbody tr th, .table tbody tr td {
		padding: 10px 10px;
		font-size: 12px;
	}

	.table tbody tr td {
		padding: 9px 8px;
		font-size: 12px;
	}

	.table-50 {
		width: 50% !important;
	}

	.table-10 {
		width: 10% !important;
	}


	.cash-defListTtl{
		width: 100%;
		flex: 0 0 100%;
		padding: 14px 20px;

	}

	.cash-defListDesc{
		padding: 14px 20px;
	}
}