@charset "utf-8";

body{
	background-color: #fff;
}
main{
	background-color: #EDF1F0;
	margin-top:100px;
}
footer{
	background-color: #EDF1F0;
}

.ttl_box{
	padding-bottom: 30px;
	background-color:#fff;
}

.sec_ttl_en {
	text-align: center;
	width: 80%;
	max-width: 500px;
	margin:0 auto 20px;
}

.sec_ttl_jp {
	font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
	text-align: center;
	color:#000;
	font-weight: normal;
	margin-bottom: 0;
}

section .main_copy{
	color: #000;
	font-size:clamp(2rem, 1.709rem + 1.45vw, 2.8rem);
	line-height: 1.3;
	text-align: center;
	margin: 0.5em auto;
}

section h2 {
	color: #000;
	font-size:clamp(2rem, 1.7rem + 1.5vw, 3.5rem);
	text-align: left;
	font-weight: bold;
	line-height: 1.5;
	width: 92%;
	margin:0 auto 1em;
}

.membership_inner,
.question_inner,
.download_inner {
	width: 92%;
	margin: auto;
}
.question_inner{
	margin-top:30px;
}

.top_visual_wrap {
	position: relative;
	width: 100%;
	background: linear-gradient(#fff,#EDF1F0);
}

.top_visual h2 {
	color: #000;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 1.5em;
	padding-left: 4%;
	line-height: 1.5;
}

.top_title_wrap {
	width: 92%;
	margin:auto;
	max-width: 500px;
}

.logo_sc {
	width: 65%;
	max-width: 300px;
	margin:auto;
}

.back_container{
	position: relative;
	overflow: hidden;
}

.appearance_back{
	float: right;
	width: 70%;
}

.main_img {
	position: absolute;
	top:2.5%;
	left: 0;
	width: 46%;
}

.note {
	width: 92%;
	margin: auto;
	line-height: 1.5;
	font-size: 1rem;
	text-indent: -1em;
	padding-left: 1em;
}

.application {
	width: 100%;
	padding-bottom: 30px;
}

.qr_code,
.download_qr {
	display: none;
}

.application_title {
	text-align: center;
	width: 92%;
	font-size: clamp(1.6rem, 1.4rem + 1vw, 2.6rem);
	margin: 0 auto 0.5em;
	font-weight: 600;
}


.application_text_wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:10px;
}
.download_container .application_text_wrap{
	justify-content:flex-start;
}

.application_text{
	font-size: 1.6rem;
	font-weight: 600;
}

.application_arrow{
	display: block;
	width: 20px;
	height:20px;
	background: #707070;
	clip-path: polygon(30% 0, 70% 0, 70% 50%, 100% 50%, 50% 100%, 0 50%, 30% 50%);
	margin-right:5px;
}

.application_wrap > div {
	width: 80%;
	max-width: 550px;
	margin: 0 auto 20px;
	display: flex;
}

.application_app {
	max-width: 217px;
}

.application_google {
	max-width: 270px;
	margin-left: 20px;
}

.download_inner h2 {
	margin-bottom: 0;
}

.download_container {
	display: flex;
	align-items: center;
	width: 90%;
	margin: auto;
}

.download_left {
	width:51%;
}

.download_right {
	width: 49%;
}

.download_title {
	text-align: left;
	font-size: clamp(1.6rem, 1.4rem + 1vw, 2.6rem);
	margin: 0 0 0.5em;
	font-weight: 600;
	line-height: 1.5;
}

.download_app {
	width: 104px;
	margin-bottom: 10px;
}

.download_google {
	width: 128px;
}

.bg_blue{
	position: relative;
	z-index:0;
}

.section_child {
	padding-bottom:0;
}

.section_wrap{
	padding: 30px 0;
}

.benefits_left {
	width: 92%;
	margin: 0 auto 20px;
}

.benefits_right {
	width: 92%;
	margin: 0 auto 20px;
}

.benefits_right .benefits_title {
	float: left;
	margin-right: 1em;
}

.benefits_title {
	background: #3DAF62;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2;
	display: inline-block;
	padding: 0 0.5em;
	border-radius: 5px;
	margin-bottom: 0.5em;
}

.benefits_title.last {
	line-height: 1.6;
	border-radius: 30px;
	padding: 0 1em;
	margin-top: 10px;
}

.benefits {
	overflow: hidden;
	clear: both;
}

.benefits li {
	float: left;
	margin-bottom: 0.5em;
	margin-right: 1em;
	line-height: 1.5;
	font-size: 1.4rem;
	text-indent: -1em;
	padding-left: 1em;
	font-weight: 600;
}

.benefits li:first-child{
	width: 100%;
}

.benefits_container p {
	color: #000;
	font-weight: 600;
	font-size: 1.5rem;
	margin-bottom: 0.2em;
}

.benefits_note{
	display: block;
	color: #333;
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
}

.benefits_note.last{
	margin-bottom: 0;
}

.current {
	padding-top: 2em;
}

.wrapper {
	margin-bottom: 30px;
}

.reasonable {
	background: #fff;
	width: 80%;
	margin: 40px auto;
	position: relative;
	clear: both;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.reasonable.last {
	margin-bottom: 0;
	padding-top: 10px;
}

.reasonable_catch {
	background: #E8667D;
	border-radius: 50%;
	color: #fff;
	width: 74px;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -16px;
	left: -16px;
}

.reasonable_catch h3 {
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
	text-align: center;
}

.premium {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	color: #000;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.8;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.num {
	font-size: 3.3rem;
}

.reasonable_img {
	width: 80%;
	max-width: 400px;
	margin:20px auto 0;
	height:auto;
}

.reasonable_img img{
	object-fit: contain;
}

.reasonable_wrap {
	padding: 1.5em;
}

.reasonable_title {
	font-size: 1.6rem;
	color: #333;
	line-height: 1.5;
	margin-bottom: 0.5em;
	font-weight: 600;
}

.reasonable_text {
	font-size: 1.4rem;
	color: #333;
	font-weight: normal;
	line-height: 1.5;
}

.text_small {
	font-size: 1rem;
}

.text_link{
	border-bottom: 1px solid #333;
	font-weight: 600;
}

.text_link:hover{
	color: #000;
	border-bottom: 1px solid #000;
}

.step {
	width: 92%;
	margin: auto;
	padding-bottom: 30px;
}

.step_title {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 1em;
}

.step_container {
	background:#fff;
	width: 100%;
	border-radius: 20px;
	padding: 1.5em;
}

.step_inner_ttl{
	font-size: 2rem;
	font-weight: 600;
	color: #000;
	margin-bottom:0.5em;
}

.step_inner_text{
	font-size: 1.4rem;
	min-height: 5em;
}

.step_img{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top:100%;
}

.step_img>img{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width:100%;
	height: 100%;
	object-fit: contain;
}

.section_title_small {
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 1em;
}

.membership {
	font-size: 1.2rem;
	line-height: 1.5;
	background: #FFF;
}

.membership_wrap {
	overflow: hidden;
	border-top: 1px solid #ddd;
}

.membership_wrap.last {
	border-bottom: 1px solid #ddd;
}

.membership dt {
	float: left;
	font-weight: normal;
	padding:1em 0.5em;
	width: 20%;
	background: #F2F2F2;
	text-align: center;
	min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.membership dt.long {
	width: 100%;
	min-height:initial;
}

.membership dd {
	float: left;
	padding: 1em;
	width: 80%;
}

.membership dd.first{
	letter-spacing: -0.04em;
}

.membership dd.long {
	width: 100%;
}

.chart {
	width: 100%;
	margin: 20px 0 10px;
}

.chart_wrap {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	position: relative;
	padding: 10px 0;
}

.chart_wrap span {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #333;
}

.chart_line {
	background: #0089CE;
	font-weight: 600;
	text-align: center;
	line-height: 2;
	width: 50%;
	position: relative;
	z-index: 2;
	color: #fff;
}

.chart_line.last {
	background: #E8667D;
	width: 100%;
	margin-top: 10px;
}

.chart_text {
	position: relative;
	padding-bottom: 1.5em;
}

.chart_text span {
	position: absolute;
	top: 0;
}

.chart_text span:nth-of-type(1) {
	left: 0;
}

.chart_text span:nth-of-type(2) {
	left: 50%;
}

.chart_text span:nth-of-type(3) {
	right: 0;
}

.chart_note {
	text-align: right;
}

.question_inner li{
	padding-left: 4%;
}

.question {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0.5em;
	text-indent: -1.2em;
	color:#000;
}

.question span {
	display: inline-block;
	background-color: #fff;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin-right: 0.2em;
}

.anser {
	width:100%;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 5px;
	padding: 1em;
}

.anser p {
	color: #000;
	font-size: 1.4rem;
	font-weight:normal;
	line-height: 1.5;
}

.anser_note {
	font-size: 1rem;
}

.more_button{
	display:inline-block;
	font-size: 1.2rem;
	font-weight: normal;
	color: #333;
	border-bottom: #333 1px solid;
}

.more_button:hover{
	color: #000;
	border-bottom: #000 1px solid;
}

.sp-mask{
	min-height: 500px !important;
}

.sp-arrow {
	width:16px !important;
	height: 40px !important;
}

.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
	background-color: #707070 !important;
}

.sp-previous-arrow{
	left: 0 !important;
}

.sp-next-arrow{
	right: 0 !important;
}



/*ここからPC*/

@media (min-width:768px) {
	
.ttl_box{
	padding-bottom: 60px;
}

.sec_ttl_en {
	width: 76%;
	max-width: 770px;
	margin:0 auto;
}
	.membership_inner {
		width: 92%;
		max-width: 1160px;
		margin: auto;
	}
	.question_inner {
		width: 92%;
		max-width: 1160px;
		margin: 50px auto;
	}

	.top_title_wrap {
		width: 90%;
		margin:0 auto;
		max-width: 900px;
	}
	
	.logo_sc {
		width: 56%;
		max-width: 600px;
		margin: 0 auto;
	}
	
	.top_visual_inner {
		width: 100%;
		max-width: 1200px;
		margin:auto;
		position: relative;
		padding-bottom: 60px;
	}

	.note {
		width:100%;
		margin:0;
		line-height: 1.8;
		font-size: 1.1rem;
		text-indent: -1em;
		padding-left: 1em;
		font-feature-settings: "palt";
	}
	
section .main_copy{
	text-align: left;
	margin-bottom: 0.5em;
	font-size: clamp(2.8rem, 0.667rem + 4.44vw, 6rem);
}

	section h2 {
		margin-bottom: 0.7em;
		width: 100%;
		text-align: center;
	}
	
	.application {
		position: absolute;
		top:0;
		left: 0;
		width: 40%;
		min-width: 350px;
	}
	
	.application .note{
		line-height: 1.4;
		max-width: 382px;
	}
	.qr_code {
		display: block;
		border: 1px solid #333;
		width: 45%;
		max-width: 158px;
	}
	.application_title {
		text-align: left;
		width: 100%;
	}

	.application_wrap {
		margin: 0 0 1em 0;
		width: 100%;
		max-width: 382px;
		display: flex;
		align-items:center;
		justify-content: space-between;
	}
	.application_wrap > div{
		display: block;
		width: 50%;
	}
	
	.application_app {
		width: 80%;
		max-width: 175px;
	}
	.application_google {
		max-width: 217px;
		margin-left: 0;
		margin-top:30px;
	}
	.download_container {
		display: flex;
		align-items: center;
		width: 100%;
		margin: auto;
	}
	.download_inner {
		max-width: 850px;
		margin-top: -50px;
	}
	.download_inner h2 {
		text-align: left;
		position: relative;
		top: 80px;
	}
	.download_left {
		width: 64%;
		position: relative;
	}
	.download_qr {
		display: block;
		width: 33%;
		max-width: 180px;
		position: absolute;
		bottom: 0;
		right: 10%;
		border: 1px solid #333;
	}
	.download_right {
		width: 36%;
		max-width: 300px;
		position: relative;
		bottom: 50px;
	}
	.download_title {
		width: 100%;
		text-align: left;
		position: relative;
	}
	.download_app {
		width: 39.5%;
		max-width: 217px;
		margin-bottom: 25px;
	}
	.download_google {
		width: 49%;
		max-width: 270px;
		margin-left: 0;
	}

	.benefits_inner {
		width: 85%;
		max-width: 1050px;
		margin: 0 auto 70px;
		overflow: hidden;
		padding-top:50px;
	}
	

	.back_blue h2 {
		font-size: clamp(2.4rem, 1.875vw, 3.6rem);
		padding: 0;
	}
	.benefits_left {
		width: 56%;
		margin: 0 4% 0 0;
		float: left;
	}
	.benefits_right {
		width: 40%;
		float: left;
		margin: 0;
	}
	.benefits_right .benefits_title {
		float: inherit;
		margin-right: 1em;
	}
	.benefits_title {
		font-size: 2.2rem;
		display: inline-block;
		border-radius: 10px;
	}
	.benefits_title.last {
		line-height: 1.8;
		border-radius:9999px;
		padding: 0 1em;
		margin-top: 0;
		font-size: 2.2rem;
	}
	
	.benefits li {
		float: left;
		margin-bottom: 0.5em;
		line-height: 1.5;
		font-size: 2rem;
		text-indent: -1em;
		padding-left: 1em;
	}

	.benefits_right {
		float: left;
		width: 40%;
	}

	.benefits_container{
		margin-bottom:2em;
	}
	.benefits_container:last-child{
		margin-bottom: 0;
	}

	.benefits_container p {
		color: #000;
		font-weight: 600;
		font-size: 2rem;
		float: inherit;
	}

	.benefits_note {
		font-size: 1.4rem;
	}
	.reasonable_container{
		display: flex;
		align-items: center;
	}

	.reasonable_wrap.last .reasonable_img {
		max-width:450px;
		width: 45%;
	}
	.reasonable_right {
		width: 55%;
		padding-left: 2%;
	}
	.current {
		padding-top: 2em;
		font-size: 1.4rem;
	}
	
	.wrapper {
		display: flex;
		flex-wrap: wrap;
		width: 90%;
		max-width: 1160px;
		margin:60px auto;
	}
	.reasonable {
		background: #fff;
		width: 47%;
		margin: 0 6% 6% 0;
		position: relative;
		clear: both;
		box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	}
	.reasonable:nth-child(2) {
		margin-right: 0;
	}
	.reasonable.last {
		width: 100%;
		margin: 0;
		padding-top: 10px;
	}
	.reasonable_catch {
		width: 100px;
		height: 100px;
		position: absolute;
		top: -30px;
		left: -30px;
	}
	.reasonable_catch h3 {
		font-size: 2.2rem;
		padding-top: 0.5em;
		font-weight: 600;
		margin-bottom: 0;
	}
	.premium {
		width: 95%;
		font-size:2.6rem;
	}
	.num {
		font-size: 4.5rem;
	}
	.reasonable_img {
		width: 100%;
	}
	.reasonable_wrap {
		padding: 2em;
	}
	.reasonable_wrap.last {
		width: 95%;
		margin: auto;
		overflow: hidden;
	}
	.reasonable_title {
		font-size: 2rem;
	}
	.reasonable_text {
		font-size: 1.6rem;
	}
	.text_small {
		font-size: 1rem;
	}
	.section_back {
		background: url(../images/appli/back_pc.png)top center no-repeat;
		background-size: 100%;
		height: auto;
		max-width: 1650px;
		margin: auto;
	}
	
	.step {
		width: 90%;
		margin: auto;
		max-width: 1160px;
		padding-bottom: 60px;
	}
	.step_title {
		font-size: 3rem;
	}
	.step_container {
		padding: 50px;
	}
	
.step_inner_ttl{
	font-size: 2.4rem;
}

.step_inner_text{
	font-size: 1.8rem;
	min-height: 4em;
}
.section_wrap{
	margin: auto;
}

.step_img_wrap{
	width:78%;
	margin: auto;
}
	
	.section_title_small {
		font-size: 2.2rem;
		text-align: left;
	}
	.membership {
		width: 100%;
		max-width: 1160px;
		margin: auto;
		font-size: 1.6rem;
		line-height: 1.5;
		display: table;
	}
	.membership_wrap {
		display: flex;
		align-items: center;
		border-top: 1px solid #ddd;
		background: linear-gradient(90deg, rgba(242, 242, 242)0%, rgba(242, 242, 242)20%, #fff 20%, #fff 100%);
	}
	/*左右の2分割*/
	.membership_wrap.last {
		border-bottom: 1px solid #ddd;
	}
	.membership dt {
		float: inherit;
		font-weight: normal;
		padding: 1em;
		width: 20%;
		background: none;
		text-align: center;
	}
	.membership dt.long {
		width: 20%;
	}
	.membership dd {
		float: inherit;
		padding: 1em;
		width: 80%;
	}
	.membership dd.long {
		width: 80%;
	}
	.chart {
		width: 100%;
		margin: 20px 0 10px;
	}
	.chart_wrap {
		padding: 20px 0;
	}
	.chart_text {
		position: relative;
		padding-bottom: 1.5em;
		font-size: 1.4rem;
	}
	.chart_note {
		text-align: right;
		font-size: 1.4rem;
	}
	.question_inner li{
		padding-left: 2%;
	}
	.question {
		font-size: 1.6rem;
	}
	.question span {
		display: inline-block;
		width: 1em;
		height: 1em;
		border-radius: 50%;
		margin-right: 0.2em;
	}
	.anser {
		width:100%;
		margin-bottom: 30px;
		border-radius:10px;
		padding: 1.5em;
	}
	.anser p {
		font-size: 1.6rem;
	}
	.anser_note {
		font-size: 1.4rem;
	}
	.more_button{
		font-size: 1.6rem;
	}
	.application_text_wrap.sp{
		display: none;
	}

.appearance_back{
	float: right;
	width: 48%;
}

.main_img {
	position: absolute;
	top:20%;
	left:35%;
	width:26.5%;
}
}

@media (min-width: 768px) and (max-width:1024px) {
	main{
		margin-top: 200px;
	}
	.reasonable_catch {
		width: 90px;
		height: 90px;
		top: -25px;
		left: -25px;
	}
	.reasonable_catch h3 {
		font-size: 1.8rem;
		padding-top: 0.5em;
		font-weight: 600;
		margin-bottom: 0;
	}
	.premium {
		width: 95%;
		font-size:2.2rem;
	}
	.num {
		font-size: 3.3rem;
	}

	.main_img {
		position: absolute;
		top:16%;
		left:40%;
	}
	section .main_copy{
		margin-top: 0;
		margin-bottom: 10px;
	}
	.main_copy .br_pc{
		display: none;
	}
	.application {
		position: absolute;
		top:0;
		left: 4%;
		min-width: 300px;
		max-width: 400px;
	}
	.application_title {
		margin-bottom:10px;
	}
	.application_title .pc{
		float: left;
	}
	.application_wrap{
		width:80%;
	}
	.application_google{
		margin-top: 16px;
	}
	
	.application .note{
		letter-spacing: -0.03em;
	}

}


@media (min-width: 1025px) and (max-width:1400px) {
	main{
		margin-top: 150px;
	}
	
	.main_img {
		position: absolute;
		top:16%;
		left:40%;
	}
	
	.main_copy .br_pc{
		display: none;
	}
	.application {
		position: absolute;
		top:0;
		left: 4%;
		width:38%;
		min-width: 360px;
	}
	.application_title {
		margin-bottom:10px;
	}
	.application_title .pc{
		float: left;
	}
	.application_wrap{
		width:80%;
	}
	.application_google{
		margin-top: 16px;
	}
}
