﻿@charset "UTF-8";

/* Reset */

* {
	margin:0;
	padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
	vertical-align: bottom;
}

a img {
  border: none;
}


/* Setting */

html {
	height: 100%;
	font-size: 14px;
	line-height: 18px;
}

body {
	height: 100%;
	color: #333;
	font-family: 'メイリオ', sans-serif, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
	background:url(../../image/pc_lp/bg.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #eee;
}

* html body { /* for IE6 */
  font-size: small;
}

*:first-child+html body { /* for IE7 */
  font-size: small;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}


table {
  border-collapse: collapse;
}

legend {
  color: #333;
}

a{
	text-decoration:none;
	color: #fff;
}

a:hover{
	color: #ff009b;
	text-decoration:underline;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.b {
	font-weight:bold;
}

.n {
	font-weight:normal;
}

.txt20 {
	font-size:20px;
}

.mt7 {
	margin-top:7px;
}

.mt15 {
	margin-top:15px;
}

.red {
	color:#ff0000;
}

.black{
	color:#000;
}

.orange{
	color:#ff8000;
}

.yellow {
	color:#eaff00;
}

.blue {
	color:#4a5da2;
}

.fade a:hover img {
opacity: 0.5;
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

.fade a img {
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}


/* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */

#wrap {
	width: 1100px;
	background:#fff;
	margin: 0 auto;
	box-shadow:0px 2px 6px 1px #333;
	-moz-box-shadow:0px 2px 6px 1px #333;
	-webkit-box-shadow:0px 2px 6px 1px #333;
}

#h-reg {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 10000;
	-webkit-animation: hukidashi 2s infinite;
    animation: h-reg 2s infinite;
}

@-webkit-keyframes h-reg {
0%, 100% { -webkit-transform: scale(0.9) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes h-reg {
0%, 100% { -webkit-transform: scale(0.9) }
  50% { -webkit-transform: scale(1.0) }
}

#top-header{
	background: #00b0ff;
	padding: 0;
    position: relative;
	z-index: 0;
}

.top-txt{
	font-size: 30px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	background: #c6fa00;
	padding: 15px 0;
}

.top-logo{
	text-align: center;
	margin: 0 auto;
}

#member_info{
	margin: 20px 0 0 64px;
	font-size: 18px;
	color: #fff;
}

#member_info ul{
	width: 654px;
	border-bottom: 4px dotted #fff;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

#member_info li{
	margin: 3px 15px 0 0;
	padding: 0 2px 0 0;
	float: left;
	display: inline-block;
}

.hoge{
	border:0;
	border:solid 1px #ccc;
	margin:0 0 0 15px;
	width:216px;
	height: 30px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

.login_btn{
	margin: 2px 0px 0px 0px;

}

.pass{
	width: 654px;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
}

.pass a{
	text-decoration: underline;
}

#wave {
	width: 1100px;
	overflow: hidden;
	margin-top: 14px;
	z-index: 10;
}

.wave-anime {
    -webkit-animation: wave-anime 6s infinite alternate;
    animation: wave-anime 6s infinite alternate;
}

@-webkit-keyframes wave-anime {
  0% {
    margin-left: 0; }
  100% {
    margin-left: -200px; } }

@keyframes wave-anime {
  0% {
    margin-left: 0; }
  100% {
    margin-left: -200px; } }

#top-boat {
    position: absolute;
	top:250px;
	right: 0px;
    -webkit-animation: top-boat 0.2s ease -5s infinite alternate;
    animation: top-boat 0.4s ease -5s infinite alternate;
	z-index: -10;
}

@-webkit-keyframes top-boat {
  0% {
    margin: 0; }
  100% {
    margin-top: -10px; } }

@keyframes top-boat {
  0% {
    margin: 0; }
  100% {
    margin-top: -10px; } }

/* ---------------------------------------------------------------------
slider
--------------------------------------------------------------------- */

#photo {
	width: 100%;
	background:#288dff;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	position: relative;
}

.photo-txt{
	margin: 20px 0;
}

.photo-txt02{
	font-size: 20px;
	width: 750px;
	font-weight: normal;
	margin: 0 auto;
	line-height: 24px;
}

.swiper-container{
	margin: 30px 0 20px;
	width: 1050px;
}

.swiper-container img{
	border:5px solid #fff;
	box-shadow: 2px 2px #1d67ba;
	margin: 5px;
}

.swiper-container{
  width: 1040px;
  padding: 10px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../../image/pc_lp/s-prev.png)!important;
	background-size:14px 25px!important;
	width: 14px!important;
	height: 25px!important;
	top:260px!important;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../../image/pc_lp/s-next.png)!important;
	background-size:14px 25px!important;
	width: 14px!important;
	height: 25px!important;
	top:260px!important;
    left: auto;
}

#top-photo {
    position: absolute;
	top:280px;
	right: 180px;
	z-index: 100;
}

/* ---------------------------------------------------------------------
regist
--------------------------------------------------------------------- */

#sec01{
	height: 1600px;
	background: url(../../image/pc_line/sec01_2.jpg) no-repeat center top;
	margin: 0 auto;
}

#regist{
	width: 1050px;
	height: 395px;
	padding-top:20px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	position: relative;
}

#regist .hukidashi{
	width: 250px;
	float: left;
}

.reg-form{
	float:left;
	width: 595px;
	margin-top: 10px;
}

.reg-form input{
	border:0;
	border-radius: 5px;
	width: 510px;
	padding: 15px 15px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	font-size: 14px;
}

.reg-txt{
	margin:8px 0;
}

#regist a{
	color: #a7ff05;
}

.reg-btn{
	position: absolute;
	top:-40px;
	right: -4px;
}

.reg-btn2{
	position: absolute;
	top:220px;
	right: -4px;
}

/* ---------------------------------------------------------------------
contents
--------------------------------------------------------------------- */

#contents{
	margin: 0 auto;
	padding:0 15px;

}

.contents-txt{
	text-align: center;
	margin-bottom: 10px;
}

.contents-txt02{
	text-align: center;
	font-size: 17px;
	line-height: 32px;
	color: #fff600;
	width: 700px;
	margin: 0 auto;
}

.c-txt1{
	background: #000;
	padding: 2px 10px;
}

.c-txt2{
	background: #000;
	padding: 2px 10px;
	margin-top: 3px;
	letter-spacing:2.7px!important;
}


.contents-area{
	margin-top: 100px;
	font-size: 16px;
	line-height: 24px;
}

.contents-y01{
	width: 353px;
	height: 694px;
	padding-top: 110px;
	background: #fff600;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	position: relative;
	float: left;
}

.contents-y02{
	width: 353px;
	height: 694px;
	padding-top: 110px;
	background: #fff600;
	position: relative;
	float: left;
	margin: 0 5px;
}

.contents-y03{
	width: 353px;
	height: 694px;
	padding-top: 110px;
	background: #fff600;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	position: relative;
	float: left;
}
.contents-boat{
	position: absolute;
	top:-80px;
	left: 82px;
}

.contents-w{
	background: #fff;
	color: #4e454a;
	width: 264px;
	height: 330px;
	padding: 15px;
	margin: 0 auto;
}

.contents-zoom{
	width: 294px;
	height: 294px;
	margin: 15px auto 0;
	position: relative;
}

.zoom{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1000;
}


/* ---------------------------------------------------------------------
life
--------------------------------------------------------------------- */
#sec02{
	background:#fff;
	padding-bottom: 200px;
	color: #4e454a;
}

.life{
	padding: 20px 20px;
	font-size: 16px;
	line-height: 26px;
}

.life-txt01{
	font-size: 35px;
	line-height: 48px;
	margin-bottom: 20px;
}

.ura{
	color:#6f7bc8;
}

.life-right{
	float: right;
	margin-left: 10px;
	width: 547px;
}

.life-area{
	background: #f4fbce;
	margin-top: 15px;
	padding: 15px;
	border-radius: 15px;
}

/* ---------------------------------------------------------------------
regist02
--------------------------------------------------------------------- */


#regist02{
	width: 962px;
	height: 440px;
	padding: 1px;
	background: url(../../image/pc_line/regist02_2.png) no-repeat;
	margin: -190px auto 0;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.regist02-area{
	width: 600px;
	height: 260px;
	margin: 36px 0 0 330px;
}

.reg02-txt{
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
}

.reg02-txt02{
	font-size: 28px;
	line-height: 38px;
	font-weight: bold;
	margin-bottom: 5px;
}

.regist02 input{
	border:0;
	width: 540px;
	padding: 15px 15px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.7);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.7);
	font-size: 16px;
	margin: 5px 0;
}

.qr{
	float:left;
}

.reg02-txt03{
margin-top: 5px;

}

.regist02-area a{
	color: #f6ff00;
}

.reg02-btn{
	float:left;
	margin-top: 10px;
}



/* ---------------------------------------------------------------------
modal
--------------------------------------------------------------------- */
#modal-content {
	width: 700px ;
	height: 816px;
	margin: 0 auto;
	padding: 0 ;
	position: fixed ;
	display: none ;
	z-index: 10000 ;
	line-height: 21px;
	font-size: 14px;
	overflow-y: auto;
	max-height: 90%;
}

#modal-content::-webkit-scrollbar {
  display: none;
}

#modal-area {
	width: 700px ;
	height: 796px;
	margin: 0 auto;
	background: url(../../image/pc_lp/modal.png) no-repeat;
	padding-top:20px;

}

.m-area01{
	padding: 320px 30px 0;
}

.m-area02{
	padding: 10px 0 0 50px;
	width: 310px;
}

#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}

.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}

.modal-close01{
	text-align:right;
	margin: 0 20px 0 0;
}

.modal-close02{
	text-align: center;
	margin: 10px auto 0;
}


/* ---------------------------------------------------------------------
course
--------------------------------------------------------------------- */
#sec03{
	background: url(../../image/pc_lp/sec03.jpg) no-repeat 0 380px #009cd1;
	padding: 10px 0;
}

.course-txt{
	margin: 10px auto;
	background: url(../../image/pc_lp/course-txt.png) no-repeat;
	width: 503px;
	height: 124px;
	position:relative;
}

@-webkit-keyframes sample {
0%, 100% { -webkit-transform: scale(0.7) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sample {
0%, 100% { -webkit-transform: scale(0.7) }
  50% { -webkit-transform: scale(1.0) }
}

.course-sample {
	-webkit-animation: hukidashi 2s infinite;
    animation: sample 2s infinite;
	position:absolute;
}


.course-txt02{
	text-align: center;
	margin: 10px 0;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}

#course{
	margin: 170px 25px 30px;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	color: #4d464d;
}

#course a{
	color: #4a5da2;
	text-decoration:underline;
}

.course01,.course02,.course03,.course04,.course05,.course06{
	width: 460px;
	height: 420px;
	padding: 160px 30px 0;
	position: relative;
	margin-bottom: 8px;
}

.course-img{
	position: absolute;
	bottom:20px;
	left: 40px;
}

.course01{
	background: url(../../image/pc_lp/course01.png) no-repeat;
	float: left;
}

.course02{
	background: url(../../image/pc_lp/course02.png) no-repeat;
	float: right;
}

.course03{
	background: url(../../image/pc_lp/course03.png) no-repeat;
	float: left;
}

.course04{
	background: url(../../image/pc_lp/course04.png) no-repeat;
	float: right;
}

.course05{
	background: url(../../image/pc_lp/course05.png) no-repeat;
	float: left;
}

.course06{
	background: url(../../image/pc_lp/course06.png) no-repeat;
	float: right;
}



/* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */

#header{
	width: 1100px;
	height: 160px;
	background: url(../../image/pc_lp/header.jpg) no-repeat;
}

.header-txt{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}


#header-menu {
  background-color: #288dff;
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

#header-menu li {
  border-right: 1px solid #c7d5e7;
  display: table-cell;
  vertical-align: middle;
}

#header-menu li:last-child {
  border-right: 0;
}

#header-menu li a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 20px 0;
}

#header-menu li a:hover {
	background-color: #003d91;
}

/* ---------------------------------------------------------------------
pass
--------------------------------------------------------------------- */
#pass-page{
	width: 1100px;
	height: 1000px;
	background:url(../../image/pc_lp/pass.jpg) no-repeat bottom;
	text-align: center;
	border-bottom: 1px solid #fff;
	font-size: 20px;
	line-height: 32px;
}

.pass-txt{
	margin: 40px auto;
	width: 900px;
	text-align: left;
}

.pass-txt a{
	color: #288dff;
}

#pass-form {
	width: 724px;
	margin: 0 auto;
}

.pass-form {
	float: left;
}

.pass-form input{
	border:0;
	width: 540px;
	padding: 18px 15px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.7);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.7);
	font-size: 16px;
	margin: 10px 0;
}

.pass-btn{
		float: left;
		padding:8px 0 0 10px;
}

/* ----------------------------------------------------
provisional
---------------------------------------------------- */

#provisional-page{
	width: 1100px;
	height: 1250px;
	background:url(../../image/pc_lp/provisional.jpg) no-repeat bottom;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.provisional-txt{
	width: 1100px;
	background:url(../../image/pc_lp/provisional-txt.png) no-repeat;
	width: 834px;
	height: 322px;
	margin: 50px auto;
	padding-top: 100px;
	font-size: 18px;
	line-height: 32px;
}

.prtx{
	text-align: left;
	margin: 20px 100px;
}

/* ----------------------------------------------------
agree
---------------------------------------------------- */

#agree-page{
	width: 1100px;
	background:#fff;
	text-align: left;
	border-bottom: 1px solid #fff;
	font-size: 17px;
	line-height: 26px;
	color:#0f2447;
}

.agree-txt{
	margin: 30px 30px;
}

.agree{
	background: #ff9600;
	border-radius: 20px;
	width: 890px;
	margin: 20px auto;
	padding: 3px;
}

.agree-title{
	color: #fff;
	font-weight: bold;
	padding:10px 0 10px 20px;
}

.agree-area{
	background: #fff;
	padding: 15px 20px;
	border-radius: 20px;
}

/* ----------------------------------------------------
info
---------------------------------------------------- */

#info-page{
	width: 1100px;
	background:url(../../image/pc_lp/pass.jpg) no-repeat bottom;
	text-align: center;
	border-bottom: 1px solid #fff;
	font-size: 20px;
	line-height: 32px;
}

#info{
	width: 820px;
	background-color: rgba(255,255,255,0.7);
	margin: 10px auto;
	border-radius: 20px;
	padding: 20px 60px;
}

.info-form input{
	border:0;
	width: 720px;
	padding: 18px 15px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.7);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.7);
	font-size: 16px;
	margin: 10px 0;
}

.info-txt{
	margin: 30px auto;
	color: #0f2447;
	text-align: left;

}

.info-btn{
	margin: 30px auto;

}

#info textarea {
width: 720px;
  height: 200px;
	padding: 18px 15px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.7);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.7);
  font-size: 16px;
  margin:10px auto;
}

.top-btn{
	margin: 0 auto;
	text-align: center;
}

/* ----------------------------------------------------
faq
---------------------------------------------------- */

#faq-page{
	width: 1100px;
	background:url(../../image/pc_lp/faq.jpg) no-repeat top #141414;
	text-align: left;
	border-bottom: 1px solid #fff;
	font-size: 20px;
	line-height: 32px;
	padding: 20px 0;
}

.faq-txt{
	width: 994px;
	height: 288px;
	margin: 0 auto;
	background:url(../../image/pc_lp/faq-txt.png) no-repeat;
}

.faq-txt-area{
	width: 290px;
	font-weight: bold;
	font-size: 17px;
	line-height: 24px;
	color: #000;
	margin-left:630px;
	padding-top: 56px;
}

.faq-title{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 38px;
}

.faq-area{
	margin: 0 20px 0 95px;
	padding-top: 35px;
}


.faq01{
	width: 994px;
	height: 300px;
	margin: 20px auto;
	background:url(../../image/pc_lp/faq01.png) no-repeat;
	font-size: 17px;
}

.faq02{
	width: 994px;
	height: 320px;
	margin: 20px auto;
	background:url(../../image/pc_lp/faq02.png) no-repeat;
	font-size: 17px;
}

.faq03{
	width: 994px;
	height: 382px;
	margin: 20px auto;
	background:url(../../image/pc_lp/faq03.png) no-repeat;
	font-size: 17px;
}

.faq04{
	width: 994px;
	height: 423px;
	margin: 20px auto;
	background:url(../../image/pc_lp/faq04.png) no-repeat;
	font-size: 17px;
}

.mark{
	background: #fffdb3;
}

/* ---------------------------------------------------------------------
info,footer
--------------------------------------------------------------------- */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}


/* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */

#footer-menu {
  background-color: #003d91;
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
}

#footer-menu li {
  border-right: 1px solid #c7d5e7;
  display: table-cell;
  vertical-align: middle;
}

#footer-menu li:last-child {
  border-right: 0;
}

#footer-menu li a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 20px 0;
}

#footer-menu li a:hover {
  background-color: #288dff;
}

#footer{
	background:#fff;
	padding: 10px;
}

.footer-logo{
	float:left;
	margin-top: 36px;
}

.footer-area{
	font-size:14px;
	color: #3a3a3a;
	margin-left: 235px;
}



address {
	margin:30px auto 20px;
	text-align:center;
	color: #1e268b;
	font-size: 16px;
	font-weight: bold;
}










