@charset "UTF-8";


/*
--------------------------------------

common

--------------------------------------
*/
	.pc_only {
		display: block !important;
	}
	.sp_only {
		display: none !important;
	}
	.inner {
		margin: 0 auto;
		padding: 0 calc(50% - 490px);
		/*width: 81.3%;*/
		max-width: 980px;
	}
	.section__area {
		padding: 50px 0;
		width: 100%;
	}
	.section__title {
		margin-bottom: 30px;
		text-align: center;
		font-size: 4.4rem;
		line-height: 1.6;
		font-weight: bold;
	}
	.point__text {
		color: #e60012;
		font-size: 5.3rem;
		line-height: 1.4;
		font-weight: bold;
	}
	.point__text--02 {
		text-align: center;
		color: #e60012;
		font-size: 5.3rem;
		line-height: 1.4;
		font-weight: bold;
	}
	.bg__yellow {
		background: #fdd000;
	}


@media screen and (min-width:642px) and ( max-width:1074px) {
	/* タブレット用のスタイル記述 */
	.point__text {
		color: #e60012;
		font-size: 4.3rem;
		line-height: 1.4;
		font-weight: bold;
	}
}

@media screen and (max-width: 640px) {
	/* スマートフォン用のスタイル記述 */
	.pc_only {
		display:none !important;
	}
	.sp_only {
		display:block !important;
	}
	.inner {
		margin: 0 auto;
		width: 90%;
	}
	.section__area {
		padding: 30px 0;
		width: 100%;
	}
	.section__title {
		margin-bottom: 30px;
		text-align: center;
		font-size: 2.6rem;
		line-height: 1.6;
		font-weight: bold;
	}
	.point__text {
		color: #e60012;
		font-size: 2.8rem;
		line-height: 1.2;
		font-weight: bold;
	}
	.point__text--02 {
		text-align: center;
		color: #e60012;
		font-size: 2.8rem;
		line-height: 1.2;
		font-weight: bold;
	}
	.bg__yellow {
		background: #fdd000;
	}
}

/*
--------------------------------------

header

--------------------------------------
*/
@media screen and (min-width: 641px) {
	/* PC用のスタイル記述 */
	header {
		width: 100%;
		background: #000;
		color: #fff;
	}
	header .inner {
		display: flex;
		display: -webkit-flex;
		display: -webkit-flex;
	  display: -moz-flex;
	  display: -ms-flex;
	  display: -o-flex;
	  -webkit-justify-content: space-between; /* Safari */
  	justify-content:         space-between;
	}
	.header__logo {
		margin: 0;
		padding: 18px 0 10px;
	}
	.header__logo img {
		width: 302px;
		height: auto;
	}
	.header__item {
		margin: 5px 0 10px 20px;
		text-align: right;
		font-weight: bold;
	}
	.header__item > div {
		overflow: hidden;
		float: right;
	}
	.header__text {
		font-size: 2rem;
		float: left;
		margin-right: 10px;
	}
	.header__tel {
		background: url(../images/tel.png) no-repeat 0 50%;
		background-size: 26px 20px;
		font-size: 2rem;
		float: left;
		padding-left: 32px;
	}
	.header_read-text {
		font-weight: bold;
		font-size: 2.0rem;
		color: #000;
		background-color: #fff;
		clear: both;
		text-align: center;
		padding: 0 5px 0 5px;
	}
	.header_read-text--sp {
		display: none;
	}
}

@media screen and (min-width:642px) and ( max-width:1074px) {
	/* タブレット用のスタイル記述 */
	.header__text {
		font-size: 1.4rem;
	}
	.header__tel {
		background: url(../images/tel.png) no-repeat 0 center;
		background-size: 20px 14px;
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 640px) {
	/* スマートフォン用のスタイル記述 */
	header {
		padding: 5px 0;
		width: 100%;
		background: #000;
		color: #fff;
	}
	header .inner {
		display: flex;
		display: -webkit-flex;
		display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-justify-content: space-between; /* Safari */
		justify-content:         space-between;
	}
	.header__logo {
		margin: 0;
		padding-top: 5px;
		width: 55%;
	}
	.header__logo img {
		width: 100%;
		height: auto;
	}
	.header__item {
		text-align: right;
		font-weight: bold;
	}
	.header__text {
		font-size: 1rem;
	}
	.header__tel {
		background: url(../images/tel.png) no-repeat 0 center;
		background-size: 20px 14px;
		font-size: 1.4rem;
	}
	.header_read-text {
		display: none;
	}
	.header_read-text--sp {
		color: #000;
		background-color: #fff;
		width: 90%;
		margin: 0 auto 5px;
		text-align: center;
		font-weight: bold;
		font-size: 1.3rem;
	}
}



/*
--------------------------------------

contents

--------------------------------------
*/

/* -------メインイメージ------- */
#contents {
	margin: 0;
	padding: 0;
	width: 100%;
}

.mainvisual {
	background-color: #fabe00;
	/*padding-bottom: 5%;
	background-image: url(../images/mv_bg_img01.png),url(../images/mv_bg_img02.png);
	background-position: 0% 0%,100% 80%;
	background-size: 370px auto,275px auto;
	background-repeat: no-repeat,no-repeat;*/
}
.mainvisual h1 {
	text-align: center;
}
.mainvisual h1 img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 640px) {
	/* スマートフォン用のスタイル記述 */
	#contents {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.mainvisual {
		padding-bottom: 10px;
		background-color: #fabe00;
		text-align: right;
	}

	.mainvisual img {
		width: 100%;
		height: auto;
	}
}


/* ------- 固定イメージ ------- */
#alipay {
	position: fixed;
	right: 0;
	top: 500px;
}
.fix__alipay {
	display: flex;
	-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	padding: 10px;
	width: 280px;
	height: 140px;
	background: #00a0ea;
	z-index: 10;
}

.fix__logo {
	margin-right: 10px;
	width: 40%;
}
.fix__logo img {
	max-width: 100%;
	height: auto;
}
.fix__txt {
	width: 50%;
	color: #fff;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.4;
}

@media screen and (max-width: 640px) {
	/* スマートフォン用のスタイル記述 */
	#alipay {
		top: 282px;
	}
	.fix__alipay {
		padding: 5px;
		width: 160px;
		height: 45px;
	}
	.fix__logo {
		width: 25%;
	}
	.fix__txt {
		width: 68%;
		font-size: 1.5rem;
	}
}



/* -------もっと楽しくなる------- */
.enjoy_area {
	display: flex;
	-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.enjoy__img {
	margin-right: 2%;
	width: 51.08%;
}
.enjoy__img img {
	width: 100%;
	height: auto;
}
.enjoy_text {
	width: 40%;
	font-size: 2.2rem;
	text-indent: 30px;
}

@media screen and (min-width:642px) and ( max-width:1074px) {
	/* タブレット用のスタイル記述 */
	.enjoy__img {
		margin-bottom: 10px;
		width: 100%;
	}
	.enjoy__img img {
		width: 100%;
		height: auto;
	}
	.enjoy_text {
		width: 100%;
		font-size: 2.2rem;
		text-indent: 30px;
		line-height: 1.8;
	}
}

@media screen and (max-width: 640px) {
	/* スマートフォン用のスタイル記述 */
	.enjoy__img {
		margin-bottom: 10px;
		width: 100%;
	}
	.enjoy__img img {
		width: 100%;
		height: auto;
	}
	.enjoy_text {
		width: 100%;
		font-size: 1.2rem;
		text-indent: 30px;
		line-height: 1.8;
	}
}


/* -------動画------- */
.movie__area {
	display: flex;
	position: relative;
}
.movie__caption {
	position: absolute;
	top: -50px;
	right: 0;
}
.movie__caption img {
	width: 192px;
	height: auto;
}
.movie__size {
	position: relative;
	margin: 0 auto;
	width: 658px;
	height: 370px;
}
.movie__size video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (min-width:642px) and ( max-width:1074px) {
	/* タブレット用のスタイル記述 */
	.movie__caption {
		position: absolute;
		top: -30px;
		right: -20px;
		width: 23%;
	}
	.movie__caption img {
		width: 100%;
		height: auto;
	}
	.movie__size {
		position: relative;
		width: 80%;
		height: 340px;
	}
	.movie__size video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

@media screen and (max-width: 640px) {
	/* スマートフォン用のスタイル記述 */
	.movie__caption {
		position: absolute;
		top: -10px;
		right: 0;
		width: 25%;
	}
	.movie__caption img {
		width: 100%;
		height: auto;
	}
	.movie__size {
		position: relative;
		margin: 0 0 0 2%;
		width: 80%;
		height: 180px;
		background: #000;
	}
	.movie__size video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}


/* -------サービス紹介------- */
.service__area {
	display: flex;
	-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.service__area li {
	margin-right: 2%;
	width: 23.47%;
}
.service__area li:last-child {
	margin-right: 0;
}
.service__area li img {
	width: 100%;
	height: auto;
}
.service__area li h2 {
	margin: 5px 0 20px;
	text-align: center;
	font-size: 2.2rem;
}
.service__area li p {
	font-size: 1.8rem;
	line-height: 1.6;
}


@media screen and (max-width: 640px) {
	/* スマートフォン用のスタイル記述 */
	.service__area li {
		margin-right: 2%;
		width: 49%;
	}
	.service__area li:nth-child(2n) {
		margin-right: 0;
	}
	.service__area li h2 {
		margin: 5px 0 10px;
		font-size: 1.6rem;
	}
	.service__area li p {
		margin-bottom: 20px;
		font-size: 1.2rem;
		line-height: 1.6;
	}

}


/* -------特 徴------- */
.character__area {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 60px;
	justify-content: center;
}
.character__area li {
	margin-right: 3%;
	width: 31.29%
}
.character__area li:last-child {
	margin-right: 0;
}
.character__area li img {
	width: 100%;
	height: auto;
}
.character__area li h2 {
	margin: 5px 0 15px;
	text-align: center;
	font-size: 2.5rem;
}
.character__area li p {
	font-size: 1.8rem;
	line-height: 1.6;
}
.character__summary {
	margin-bottom: 60px;
	padding: 10px 0 20px;
	background: url(../images/bg_img01.png) no-repeat right center;
	background-size: 241px 179px;
}

@media screen and (min-width:642px) and ( max-width:1074px) {
	/* タブレット用のスタイル記述 */
	.character__summary {
		padding: 10px 0 20px;
		background-size: 180px 133px;
	}
}

@media screen and (max-width: 640px) {
	/* スマートフォン用のスタイル記述 */
	.character__area {
  	margin-bottom: 20px;
	}
	.character__area li {
		margin-right: 2%;
		width: 49%;
	}
	.character__area li:nth-child(2n) {
		margin-right: 0;
	}
	.character__area li img {
		width: 100%;
		height: auto;
	}
	.character__area li h2 {
		font-size: 1.6rem;
	}
	.character__area li p {
		margin-bottom: 20px;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.character__summary {
		margin-bottom: 30px;
		padding: 10px 0;
		background-size: 140px 109px;
	}
}


/* ------- Alipay ------- */
.alipay__area {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto 60px;
	width: 80%;
}
.alipay__logo {
	margin-right: 2%;
	width: 14%;
}
.alipay__logo img {
	width: 100%;
	height: auto;
}
.alipay__txt {
	width: 84%;
	font-size: 5rem;
	font-weight: bold;
	line-height: 1.2;
}
@media screen and (max-width: 640px) {
	/* スマートフォン用のスタイル記述 */
	.alipay__area {
		margin-bottom: 0;
		width: 100%;
	}
	.alipay__logo {
		width: 15%;
	}
	.alipay__txt {
		width: 83%;
		font-size: 2.1rem;
	}
}


/* -------流 れ------- */
@media screen and (min-width: 641px) {
	/* PC用のスタイル記述 */
.flow__title--space {
	margin: 0 auto 30px;
	width: 77%;
}
.flow__title {
	background: url(../images/bg_img02.png) no-repeat left center;
	background-size: 194px 160px;
	padding: 10px 0 10px 220px;
	font-size: 4.4rem;
	line-height: 1.6;
	font-weight: bold;
}
.flow__text {
	margin: 20px 0 60px;
	text-align: center;
	font-size: 1.8rem;
}
.flow__area {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.flow__area li {
	width: 50%;
	text-align: center;
}
.flow__area li img {
	width: 90%;
	height: auto;
}
.flow__img_left {
	margin: 20px 0 0;
}
.privilege__area {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 40px 0 24px;
}
.privilege__area li {
	margin-right: 2%;
	width: 23.47%;
}
.privilege__area li:last-child {
	margin-right: 0;
}
.privilege__area li img {
	width: 100%;
	height: auto;
}
.privilege__area li figcaption {
	margin: 10px 0 0;
	font-size: 2rem;
	text-align: center;
}
}


@media screen and (min-width:642px) and ( max-width:1074px) {
	/* タブレット用のスタイル記述 */
	.flow__title {
		background-size: 194px 160px;
		padding: 40px 0 40px 220px;
		font-size: 2.7rem;
		line-height: 1.6;
		font-weight: bold;
	}
}

@media screen and (max-width: 640px) {
	/* スマートフォン用のスタイル記述 */
	.flow__title--space {
		margin: 0 auto 30px;
		width: 90%;
	}
	.flow__title {
		font-size: 2.4rem;
		line-height: 1.6;
		font-weight: bold;
		text-align: center;
	}
	.flow__text {
		margin: 20px 0 20px;
		text-align: center;
		font-size: 1.3rem;
	}
	.flow__area {
		display: flex;
		-webkit-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	margin-bottom: 40px;
	}
	.flow__area li {
		width: 50%;
		text-align: center;
	}
	.flow__area li img {
		width: 97%;
		height: auto;
	}
	.flow__img_left {
		margin: -5px 0 0;
	}
	.privilege__area {
		display: flex;
		-webkit-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	margin: 40px auto 0;
  	width: 85%;
	}
	.privilege__area li {
		margin-right: 2%;
		width: 48%;
	}
	.privilege__area li:nth-child(2n) {
		margin-right: 0;
	}
	.privilege__area li img {
		width: 100%;
		height: auto;
	}
	.privilege__area li figcaption {
		margin: 5px 0 10px;
		font-size: 1.2rem;
		text-align: center;
	}
}


/* -------利用者の声------- */
@media screen and (min-width: 641px) {
	/* PC用のスタイル記述 */
	.voice__title {
		margin-bottom: 10px;
		width: 76%;
		font-size: 3.5rem;
		font-weight: bold;
	}
	.voice__text {
		width: 76%;
		font-size: 1.8rem;
		text-indent: 30px;
	}
	.voice__area--01 {
		background: url(../images/enclosure_bg.png) no-repeat left top;
		background-size: 641px 354px;
		padding: 8% 0 20% 10%;
		width: 62%;
	}
	.voice__area--02 {
		background-image: url(../images/enclosure_bg02.png);
		background-size: 642px 499px;
		background-position: 100% 50%;
		background-repeat: no-repeat;
		margin: -270px 0 0;
		padding: 25% 0 10% 46.5%;
		width: 55%;
	}
	.voice__area--03 {
		background-image: url(../images/enclosure_bg03.png);
		background-size: 642px 503px;
		background-position: 0 50%;
		background-repeat: no-repeat;
		margin: -200px 0 -50px;
		padding: 25% 0 12% 8%;
		width: 62%;
	}
}

@media screen and (min-width:642px) and ( max-width:1100px) {
	/* タブレット用のスタイル記述 */
	.voice__title {
		margin-bottom: 5px;
		padding: 0 10%;
		width: 80%;
		font-size: 3.5rem;
		font-weight: bold;
	}
	.voice__text {
		margin: 0 auto;
		width: 80%;
		font-size: 1.8rem;
		text-indent: 30px;
	}
	.voice__area--01 {
		background: url(../images/enclosure_bg_sp.png) no-repeat left top;
		background-size: 100% 100%;
		padding: 10% 0;
		width: 100%;
	}
	.voice__area--02 {
		background-image: url(../images/enclosure_bg02.png);
		background-size: 100% 93%;
		background-position: 0;
		background-repeat: no-repeat;
		margin: 0;
		padding: 42% 0 20%;
		width: 100%;
	}
	.voice__area--03 {
		background-image: url(../images/enclosure_bg03.png);
		background-size: 100% 89%;
		background-position: 0 0;
		background-repeat: no-repeat;
		margin: 0 0 0;
		padding: 35% 0 22%;
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	/* スマートフォン用のスタイル記述 */
	.voice__title {
		margin-bottom: 5px;
		padding: 0 40px;
		font-size: 2.5rem;
		font-weight: bold;
	}
	.voice__text {
		margin: 0 auto;
		width: 80%;
		font-size: 1.1rem;
		text-indent: 30px;
	}
	.voice__area--01 {
		background: url(../images/enclosure_bg_sp.png) no-repeat left top;
		background-size: 100% 100%;
		padding: 10% 0;
		width: 100%;
	}
	.voice__area--02 {
		background-image: url(../images/enclosure_bg02_sp.png);
		background-size: 100% 100%;
		background-position: 0 50%;
		background-repeat: no-repeat;
		padding: 25% 0 10%;
		width: 100%;
	}
	.voice__area--03 {
		background-image: url(../images/enclosure_bg03_sp.png);
		background-size: 100% 100%;
		background-position: 0 0;
		background-repeat: no-repeat;
		margin: 0 0 0;
		padding: 20% 0 7%;
		width: 100%;
	}
}


/* -------登 録------- */
.registration__area {
	display: flex;
	-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.registration__left {
	margin-right: 10px;
	width: 600px;
}
.registration__title {
	margin: -8px 0 10px;
	font-size: 4.2rem;
	font-weight: bold;
	line-height: 1.4;
}
.registration__text {
	margin-bottom: 10px;
	font-size: 1.8rem;
}
.registration__bold-text {
	font-size: 2.1rem;
	background-color: #fff;
	margin-right: 10px;
	padding: 3px 7px;
	text-align: center;
}
.registration__img {
	width: 37.75%;
}
.registration__img img {
	width: 100%;
	height: auto;
}
.registration__summary {
	padding-bottom: 60px;
	background: url(../images/bg_img03.png) no-repeat right bottom;
	background-size: 184px 156px;
}
.summary__text {
	color: #e60012;
	font-size: 5.3rem;
	line-height: 1.4;
	font-weight: bold;
}

#slide__area {
	height: 236px;
	position: relative;
	overflow: hidden;
}
#slide__list {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
}
#slide__list li {
	margin: 0;
	width: 236px;
}
#slide__list li img {
	width: 100%;
	height: auto;
}

.text-center {
	text-align: center;
}
.text-center img {
	max-width: 100%;
	height: auto;
}
a:hover img {
	opacity: .8;
}

@media screen and (min-width:642px) and ( max-width:1074px) {
	/* タブレット用のスタイル記述 */
	.registration__left {
		margin: 0 0 10px 0;
		width: 100%;
	}
	.registration__title {
		margin: 30px 0 10px;
		width: 100%;
		font-size: 4.2rem;
		font-weight: bold;
		line-height: 1.4;
		text-align: center;
	}
	.registration__text {
		margin-bottom: 10px;
		width: 100%;
		font-size: 1.8rem;
		/*text-align: center;*/
	}
	.registration__bold-text {
		margin-bottom: 20px;
		width: 100%;
		font-size: 1.8rem;
		text-align: center;
		background-color: #fff;
		font-weight: bold;
		padding: 3px;
	}
	.registration__img {
		width: 100%;
	}
	.registration__img img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 640px) {
	/* スマートフォン用のスタイル記述 */
	.registration__area {
    margin-bottom: 20px;
	}
	.registration__left {
		margin: 0 0 10px 0;
		width: 100%;
	}
	.registration__title {
		margin: 0 0 20px;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.4;
		text-align: center;
	}
	.registration__text {
		margin-bottom: 10px;
		font-size: 1.2rem;
		/*text-align: center;*/
	}
	.registration__bold-text {
		margin-bottom: 20px;
		padding: 3px;
		font-size: 1.2rem;
		text-align: center;
		background-color: #fff;
		font-weight: bold;
	}
	.registration__img {
		width: 100%;
	}
	.registration__area img {
		width: 100%;
		height: auto;
	}
	.registration__summary {
		padding-bottom: 30px;
		background: url(../images/bg_img03.png) no-repeat right bottom;
		background-size: 61px 51px;
	}
	.summary__text {
		color: #e60012;
		font-size: 2.2rem;
		line-height: 1.2;
		font-weight: bold;
	}

	#slide__area {
		height: 120px;
		position: relative;
		overflow: hidden;
	}
	#slide__list {
		display: flex;
		position: absolute;
		top: 0;
		left: 0;
	}
	#slide__list li {
		margin: 0;
		width: 120px;
	}
	#slide__list li img {
		width: 100%;
		height: auto;
	}
}



/*
--------------------------------------

footer

--------------------------------------
*/
footer {
	padding-bottom: 30px;
	width: 100%;
	background: #fdd000;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}
.foot__title {
	margin: 0 0 30px;
	padding-top: 30px;
}
.foot__title img {
	width: 470px;
	height: auto;
}
footer address {
	margin-bottom: 10px;
}


@media screen and (max-width: 640px) {
	/* スマートフォン用のスタイル記述 */
	footer {
		font-size: 1.2rem;
	}
	.foot__title {
		margin-bottom: 30px;
	}
	.foot__title img {
		width: 80%;
	}
}
