@charset "utf-8";

#mainArea ul,
#mainArea li {
	list-style-type: none;
}
#mainArea img {
	max-width: 100%;
}

/* main_head
---------------------------- */
.main_head {
	position: relative;
	overflow: hidden;
}
.main_head .main_titleBox {
	position: relative;
	z-index: 4;
	padding-left: 8%;
	padding-bottom: 90px;
}
.main_head .main_titleBox .title {
	padding: 215px 0 0;
	margin: 0;
	font-size: 6rem;
	font-weight: 800;
	line-height: 1.6;
	color: #000;
}
.main_head .main_titleBox .title span {
	font-size: 3rem;
}
.main_head .main_titleBox .lead {
	padding: 30px 0 0;
	margin: 0;
	font-size: 2rem;
	font-weight: 600;
}
.main_head .main_btn_line {
	margin: 40px 0 0;
}
.main_head .main_btn_line a {
	display: block;
	width: 350px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	background-color: #06c755;
	font-size: 2.2rem;
	font-weight: 600;
	border-radius: 35px;
}
.main_head .main_btn_note {
	font-size: 1.4rem;
	line-height: 1.6;
  padding-top: 5px;
}
.main_head .main_btn_blue {
	margin: 40px 0 0;
}
.main_head .main_btn_blue a {
	display: block;
	width: 350px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	background-color: #15b2c9;
	font-size: 2.2rem;
	font-weight: 600;
	border-radius: 35px;
}
.main_head .main_img .main_img_01 {
	position: absolute;
	top: 0;
	right: 3%;
	z-index: 1;
	width: 24.2vw;
}
.main_head .main_img .main_img_02 {
	position: absolute;
	top: 280px;
	right: 20%;
	z-index: 2;
	width: 32.5vw;
}
.main_head .main_img .main_img_03 {
	position: absolute;
	top: 610px;
	right: 7%;
	z-index: 3;
	width: 29vw;
}
.main_head .main_titleBox,
.main_head .main_img .main_img_01,
.main_head .main_img .main_img_02,
.main_head .main_img .main_img_03 {
  opacity: 0;
  transform : translate(0, -50px);
  transition : all 1500ms;
}
.main_head .main_titleBox.show,
.main_head .main_img .main_img_01.show,
.main_head .main_img .main_img_02.show,
.main_head .main_img .main_img_03.show {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width:810px){
	.main_head {
	}
	.main_head .main_titleBox {
		padding: 0 5vw;
		padding-bottom: 8vw;
	}
	.main_head .main_titleBox .title {
		padding: 75vw 0 0;
		font-size: 3.1rem;
		line-height: 1.4;
	}
	.main_head .main_titleBox .title span {
		font-size: 1.6rem;
	}
	.main_head .main_titleBox .lead {
		padding: 4vw 0 0;
		font-size: 1.4rem;
	}
	.main_head .main_btn_line {
		margin: 5vw 0 0;
	}
	.main_head .main_btn_line a {
		width: 70%;
		line-height: 50px;
		font-size: 1.6rem;
	}
	.main_head .main_btn_note {
		font-size: 1rem;
		line-height: 1.6;
	  padding-top: 5px;
	}
	.main_head .main_btn_blue {
		margin: 4vw 0 0;
	}
	.main_head .main_btn_blue a {
		width: 70%;
		line-height: 50px;
		font-size: 1.6rem;
	}
	.main_head .main_img .main_img_01 {
		top: -8vw;
		right: 6%;
		width: 45vw;
	}
	.main_head .main_img .main_img_02 {
		top: 23vw;
		right: 39%;
		width: 56vw;
	}
	.main_head .main_img .main_img_03 {
		top: 50vw;
		right: -3%;
		width: 45vw;
	}
}

/* section
---------------------------- */
.section h2 {
	padding: 0;
	margin: 0;
	font-size: 4.6rem;
	font-weight: 800;
	text-align: center;
	line-height: 1.4;
}
.section h2 .small {
	font-size: 2rem;
	display: inline-block;
  vertical-align: middle;
}
.section h2 .small_en {
	font-size: 2rem;
	line-height: 1.6;
	border-bottom: 1px solid #333;
	display: inline-block;
	margin-bottom: 25px;
}
@media screen and (max-width:810px){
	.section h2 {
		font-size: 2.8rem;
	}
	.section h2 .small {
		font-size: 1.6rem;
	}
	.section h2 .small_en {
		font-size: 1.4rem;
		margin-bottom: 15px;
	}
}

/* section_about
---------------------------- */
.section_about {
	padding: 80px 0 0;
	background-color: #ebf0f3;
}
.section_about .box {
	display: flex;
	justify-content: space-between;
	padding-top: 70px;
}
.section_about .box .box_01 {
	width: 40%;
	text-align: center;
}
.section_about .box .box_01 img {
	width: 52%;
}
.section_about .box .box_02 {
	width: 60%;
	padding-top: 80px;
}
.section_about .box .box_02 p {
	padding: 0;
	margin: 0;
}
.section_about .box .box_02 .pop span {
	font-size: 2.6rem;
	font-weight: 600;
	color: #15b2c9;
	position: relative;
	margin-left: 1.2em;
}
.section_about .box .box_02 .pop span:before,
.section_about .box .box_02 .pop span:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 38px;
  height: 2px;
  background-color: #15b2c9;
}
.section_about .box .box_02 .pop span:before{
  left: -1.5em;
  transform: rotate(60deg)
}
.section_about .box .box_02 .pop span:after{
  right: -1.1em;
  transform: rotate(-60deg)
}
.section_about .box .box_02 .text {
	font-size: 1.8rem;
}
@media screen and (max-width:810px) {
	.section_about {
		padding: 8vw 0 15vw;
	}
	.section_about .box {
		display: block;
		padding-top: 10vw;
	}
	.section_about .box .box_01 {
		width: 100%;
	}
	.section_about .box .box_01 img {
		width: 42%;
	}
	.section_about .box .box_02 {
		width: 100%;
		padding-top: 0;
		margin-top: -5vw;
	}
	.section_about .box .box_02 .pop span {
		font-size: 2rem;
	}
	.section_about .box .box_02 .pop span:before,
	.section_about .box .box_02 .pop span:after{
	  width: 26px;
	}
	.section_about .box .box_02 .text {
		font-size: 1.6rem;
	}
}

/* section_features
---------------------------- */
.section_features {
	padding: 80px 0 150px;
}
.section_features .item_box {
	display: flex;
	justify-content: space-between;
	padding-top: 90px;
}
.section_features .item_box .item {
	width: 29.5%;
	border-top: 5px solid #15b2c9;
}
.section_features .item_box .item .text_box .title {
	padding: 15px 0 10px;
	margin: 0;
	font-size: 2.2rem;
	color: #15b2c9;
	font-weight: 700;
}
.section_features .item_box .item .text_box .text {
	padding: 0;
	margin: 0;
	font-size: 1.8rem;
}
.section_features .btn {
	padding-top: 80px;
}
.section_features .btn a {
	display: block;
  width: 350px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background-color: #15b2c9;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 35px;
  margin: 0 auto;
}
.section_features .cashless {
	padding: 190px 0 100px;
  background: url(../img/top/features_bg.jpg) left bottom no-repeat;
}
.section_features .cashless .cashless_text_box {
	margin: 0 0 0 40%;
}
.section_features .cashless .cashless_list {
	padding: 0;
	margin: 0;
}
.section_features .cashless .cashless_list li {
	padding: 5px 0 5px 55px;
	margin: 0;
	font-size: 3rem;
	font-weight: 800;
	position: relative;
}
.section_features .cashless .cashless_list li::before {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background: url('../img/top/features_icon.png') center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.section_features .cashless .cashless_img {
	padding-top: 50px;
	width: 90%;
}
.section_features .line {
	border: 3px solid #06c755;
	border-radius: 20px;
	margin-top: 120px;
	padding: 100px 45px;
	position: relative;
}
.section_features .line h3 {
	position: absolute;
	top: -1.5em;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
}
.section_features .line h3 span {
	padding: 0 0.8em;
	font-size: 4rem;
	font-weight: 800;
	color: #06c755;
	display: inline-block;
	background-color: #fff;
}
.section_features .line .line_text_box {
	position: relative;
}
.section_features .line .line_text_box .line_list {
	padding: 0;
	margin: 0;
	font-size: 2rem;
	font-weight: 500;
	width: 59%;
}
.section_features .line .line_text_box .line_list li {
	position: relative;
	padding-left: 1em;
}
.section_features .line .line_text_box .line_list li::before {
  content: "●";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 1.2rem;
	color: #06c755;
}
.section_features .line .line_text_box .line_list li.list_01::before,
.section_features .line .line_text_box .line_list li.list_02::before {
  top: 32px;
}
.section_features .line .line_text_box .line_list li.list_03 {
	margin-top: 20px;
}
.section_features .line .line_text_box .line_list .big {
	font-size: 4rem;
	font-weight: 800;
	color: #06c755;
}
.section_features .line .line_text_box .line_list .small {
	font-size: 1.4rem;
}
.section_features .line .line_text_box .line_img {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 42%;
}
.section_features .user {
	padding: 100px 0 0;
}
.section_features .user h3 {
	text-align: center;
	font-size: 4.6rem;
	line-height: 1;
	font-weight: 800;
	padding: 0;
	margin: 0;
}
.section_features .user h3 .big {
	font-size: 8rem;
}
.section_features .user h3 .blue {
	color: #15b2c9;
}
.section_features .user .user_list {
	padding: 0;
	margin: 50px 0 0;
}
.section_features .user .user_list li {
	padding: 0 25px;
	margin: 0;
	text-align: center;
}
.section_features .user .user_list li img {
	width: 100%;
}
@media screen and (max-width:810px) {
	.section_features {
		padding: 8vw 0 15vw;
	}
	.section_features .item_box {
		display: block;
		padding-top: 0;
	}
	.section_features .item_box .item {
		width: 84%;
		margin: 10vw auto 0;
	}
	.section_features .item_box .item img {
		width: 100%;
	}
	.section_features .item_box .item .text_box .title {
		padding: 10px 0 5px;
		margin: 0;
		font-size: 2rem;
	}
	.section_features .item_box .item .text_box .text {
		font-size: 1.4rem;
	}
	.section_features .btn {
		padding-top: 10vw;
	}
	.section_features .btn a {
	  width: 70%;
	  line-height: 50px;
	  font-size: 1.6rem;
	}
	.section_features .cashless {
		padding: 88vw 0 15vw;
	  background: url(../img/top/features_bg_sp.jpg) left top no-repeat;
	  background-size: 100%;
	}
	.section_features .cashless .cashless_text_box {
		margin: 0;
	}
	.section_features .cashless .cashless_list {
	}
	.section_features .cashless .cashless_list li {
		padding: 5px 0 5px 34px;
		font-size: 1.5rem;
	}
	.section_features .cashless .cashless_list li::before {
	  width: 26px;
	  height: 26px;
	}
	.section_features .cashless .cashless_img {
		padding-top: 5vw;
		width: 100%;
	}
	.section_features .line {
		border: 2px solid #06c755;
		border-radius: 10px;
		margin-top: 10vw;
		padding: 8vw 5vw 10vw;
	}
	.section_features .line h3 {
		top: -0.8em;
	}
	.section_features .line h3 span {
		padding: 0 0.5em;
		font-size: 2.2rem;
	}
	.section_features .line .line_text_box {
	}
	.section_features .line .line_text_box .line_list {
		font-size: 1.5rem;
		line-height: 1.6;
		width: 100%;
	}
	.section_features .line .line_text_box .line_list li {
		padding-left: 1em;
		margin-top: 10px;
	}
	.section_features .line .line_text_box .line_list li::before {
	  top: 4px;
	  font-size: 1rem;
	}
	.section_features .line .line_text_box .line_list li.list_01::before,
	.section_features .line .line_text_box .line_list li.list_02::before {
	  top: 16px;
	}
	.section_features .line .line_text_box .line_list li.list_03 {
		margin-top: 10px;
	}
	.section_features .line .line_text_box .line_list .big {
		font-size: 2.4rem;
	}
	.section_features .line .line_text_box .line_list .small {
		font-size: 1.2rem;
	}
	.section_features .line .line_text_box .line_img {
		position: unset;
		width: 100%;
		margin-top: 10vw;
	}
	.section_features .line .line_text_box .line_img img {
		width: 100%;
	}
	.section_features .user {
		padding: 10vw 0 0;
	}
	.section_features .user h3 {
		font-size: 2.2rem;
	}
	.section_features .user h3 .big {
		font-size: 3.4rem;
	}
	.section_features .user h3 .blue {
	}
	.section_features .user .user_list {
		margin: 10vw 0 0;
	}
	.section_features .user .user_list li {
		padding: 0 10px;
		font-size: 1.1rem;
	}
	.section_features .user .user_list li img {
	}
}

/* section_price
---------------------------- */
.section_price {
	padding: 80px 0 100px;
	background-color: #ebf0f3;
}
.section_price .lead {
	text-align: center;
	padding-top: 50px;
}
.section_price .lead .text_01 {
	font-size: 2.6rem;
	padding: 0;
	margin: 0;
}
.section_price .lead .text_02 {
	font-size: 2rem;
	padding: 10px 0 0 0;
	margin: 0;
}
.section_price .lead .big {
	font-size: 3rem;
	font-weight: 800;
}
.section_price .lead .small {
	font-size: 1.4rem;
}
.section_price .lead .red {
	color: #ff2121;
}
.section_price .table {
	padding-top: 50px;
}
.section_price .notes {
	font-size: 1.4rem;
	padding: 0;
	margin: 0;
}
.section_price .notes a {
	text-decoration: underline;
}
.section_price .notes .indent {
	padding-left: 2.7em;
  text-indent: -2.7em;
  display: block;
}
.section_price .btn {
  text-align: center;
  font-size: 1.8rem;
}
.section_price .btn p {
	padding: 50px 0 10px;
	margin: 0;
}
.section_price .btn a {
  display: block;
  width: 350px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background-color: #15b2c9;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 35px;
  margin: 0 auto;
}
@media screen and (max-width:810px) {
	.section_price {
		padding: 8vw 0 15vw;
	}
	.section_price .lead {
		padding-top: 5vw;
	}
	.section_price .lead .text_01 {
		font-size: 1.6rem;
	}
	.section_price .lead .text_02 {
		font-size: 1.4rem;
		padding: 10px 0 0 0;
		text-align: left;
	}
	.section_price .lead .big {
		font-size: 2rem;
	}
	.section_price .lead .small {
		font-size: 1.2rem;
	}
	.section_price .table_scroll_icon {
		text-align: right;
	}
	.section_price .table_scroll_icon img {
		width: 40%;
	}
	.section_price .table {
		padding-top: 1vw;
		width: 100%;
		overflow-x: scroll;
	}
	.section_price .table img {
		max-width: 135% !important;
	}
	.section_price .notes {
		font-size: 1.2rem;
	}
  .section_price .btn {
    font-size: 1.4rem;
  }
  .section_price .btn p {
    padding: 10vw 0 5px;
  }
  .section_price .btn a {
    width: 70%;
    line-height: 50px;
    font-size: 1.6rem;
  }
}

/* section_howto
---------------------------- */
.section_howto {
	padding: 80px 0 100px;
}
.section_howto .howto_step {
	padding-top: 80px;
}
.section_howto .list {
	display: flex;
	padding: 0;
	margin: 0;
}
.section_howto .list li {
	width: 33.333%;
	text-align: center;
}
.section_howto .list li .img img {
	width: 80%;
	margin: 40px 0 30px;
}
.section_howto .list li .text {
	font-size: 1.8rem;
	padding: 0;
	margin: 0;
}
@media screen and (max-width:810px) {
	.section_howto {
		padding: 8vw 0 15vw;
	}
	.section_howto .list {
		display: block;
	  background: url(../img/top/howto_step_sp.png) left top no-repeat;
	  background-size: 7%;
	  padding-left: 10%;
	  margin-top: 10vw;
	}
	.section_howto .list li {
		width: 100%;
		padding-top: 5vw;
	}
	.section_howto .list li.list_01 {
		height: 90vw;
	}
	.section_howto .list li.list_02 {
		height: 98vw;
	}
	.section_howto .list .img_num {
		text-align: left;
	}
	.section_howto .list .img_num img {
		width: 23%;
	}
	.section_howto .list li .img img {
		width: 70%;
		margin: 5vw 0 5vw;
	}
	.section_howto .list li .text_tit {
		padding: 0 0 2vw;
		margin: 0;
		font-size: 1.8rem;
		font-weight: 600;
	}
	.section_howto .list li .text {
		font-size: 1.4rem;
	}
}

/* section_faq
---------------------------- */
.section_faq {
	padding: 80px 0 100px;
	background-color: #ebf0f3;
}
.section_faq .list {
	padding: 0;
	margin: 50px 0 0 0;
}
.section_faq .list li {
	padding: 0 45px;
	margin: 0;
	background-color: #fff;
	border-radius: 10px;
	margin-top: 15px;
}
.section_faq .list li p {
	padding: 0;
	margin: 0;
}
.section_faq .list li .faq_q {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.6;
	padding: 25px 0 25px 60px;
	position: relative;
}
.section_faq .list li .faq_a {
	display: none;
	font-size: 1.6rem;
	padding: 0 0 35px 60px;
	position: relative;
	margin-top: 10px;
}
.section_faq .list li .faq_q:before {
  content: "Q";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  position: absolute;
  top: 23px;
  left: 0;
  background-color: #15b2c9;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
}
.section_faq .list li .faq_a:before {
  content: "A";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #91dbe6;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
}
.section_faq .list li .faq_q span {
	position: relative;
	display: block;
	padding-right: 50px;
	cursor: pointer;
}
.section_faq .list li .faq_q span::before,
.section_faq .list li .faq_q span::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #333;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section_faq .list li .faq_q span::after {
  background: #333;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.section_faq .list li .faq_q.active span::before {
	display: none;
}
.section_faq .list li .faq_q.active span::after {
  transform: rotate(0);
  transition: 0.5s;
}
.section_faq .btn {
  text-align: center;
  font-size: 1.8rem;
}
.section_faq .btn p {
	padding: 50px 0 10px;
	margin: 0;
}
.section_faq .btn a {
  display: block;
  width: 350px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background-color: #15b2c9;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 35px;
  margin: 0 auto;
}
@media screen and (max-width:810px) {
	.section_faq {
		padding: 8vw 0 15vw;
	}
	.section_faq .list {
		margin: 10vw 0 0 0;
	}
	.section_faq .list li {
		padding: 0 4vw;
		border-radius: 10px;
		margin-top: 3vw;
	}
	.section_faq .list li .faq_q {
		font-size: 1.5rem;
		padding: 5vw 0 5vw 40px;
	}
	.section_faq .list li .faq_a {
		font-size: 1.4rem;
		padding: 0 0 35px 40px;
		margin-top: 10px;
	}
	.section_faq .list li .faq_q:before {
	  width: 30px;
	  height: 30px;
	  top: 0;
	  bottom: 0;
    margin: auto;
	  font-size: 1.6rem;
	}
	.section_faq .list li .faq_a:before {
	  width: 30px;
	  height: 30px;
	  font-size: 1.6rem;
	}
	.section_faq .list li .faq_q span {
		padding-right: 30px;
	}
	.section_faq .list li .faq_q span::before,
	.section_faq .list li .faq_q span::after {
	  width: 18px;
	}
	.section_faq .btn {
	  font-size: 1.4rem;
	}
	.section_faq .btn p {
		padding: 10vw 0 5px;
	}
	.section_faq .btn a {
	  width: 70%;
	  line-height: 50px;
	  font-size: 1.6rem;
	}
}

/* fadein
---------------------------- */
.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}