@charset "utf-8";
/* CSS Document */
* {
    font-family: 'Noto Sans Japanese',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial,Osaka,Sans-Serif;
    color: #fff;
}
*, *:before, *:after {
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
img{
	margin:auto;
	display:block;
}
section img{
	width: 100%;
}
.contents {
    max-width: 797px;
    margin:auto;
    position: relative;
    width: 100%;
}
.sp{
	display: none;
}
@media screen and (max-width: 862px){
.contents {
    width: 100%;
}
img {
    width: 100%;
    height: auto;
}
}
@media screen and (max-width: 560px){
.pc{
	display:none;
}
.sp{
	display:inherit;
}
section img{
	width: 96%;
	margin: auto;
}
}

/*============================================================================
*
* Youtube area
*
============================================================================*/
.youtubearea{
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 300% 300%;
	animation: gradient 12s ease infinite;
	padding-bottom: 130px;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.youtubearea .contents{
	width:900px !important;
}
.youtubearea .contents img{
	width: 100%;
	margin: auto;
}

.top{
	width:100%;
	height:auto;
	background:#000;
	text-align: center;
}
.arrow {
  position: absolute;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}
.arrow span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.arrow span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.arrow span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.arrow span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.youtube {
  position: relative;
  width: 96%;
  padding-top: 56.25%;
  margin: auto;
}
.youtube iframe {
  position: absolute;
  top: 69px;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 930px){
.youtubearea .top img{
	width: 100%;
}
.youtubearea .contents{
	width: 100% !important;
}
}
@media screen and (max-width: 768px){
.youtubearea{
	padding-bottom: 78px;
}
}
/*============================================================================
*
* header
*
============================================================================*/
.header{
  background: url(../images/back.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.header .texture{
	padding: 36px 0;
}
@media screen and (max-width: 768px){
.header {
    background: url(../images/back_sp.jpg) no-repeat center;
    background-size: cover;
	padding: 30px 0;
}
}
/*============================================================================
*
*テキストスタイル
*
============================================================================*/
.top_text{
	text-align: center;
	font-weight: 600;
	font-size:2em;
}
.bold{
 font-weight: 600;
}
.bold01{
 font-weight: 600;
 font-size: 1.3em;
}
.yellow{
color: #FFFF00;
}
.border{
text-decoration: underline;
}
.price_text{
text-align: center;
 font-weight: 600;
 font-size: 1.6em;
 background: rgba(255,255,255,0.9);
 color: #000;
}

/*============================================================================
*
*グラデーションスタイル
*
============================================================================*/
.gradient{
	background: linear-gradient(rgba(37,206,205,0),rgba(26,43,129,1),rgba(26,43,129,0));
}
.gradient_green{
	background:linear-gradient(rgba(0,52,99,0.5),rgba(0,157,173,1)),url(../images/back04.jpg);
	position: relative;
	background-size: cover;
    background-position: center;
}
.gradient_red{
	background: linear-gradient(rgba(18,0,88,0.5),rgba(142,0,51,1));
}
.gradient_darkblue {
    background-image: linear-gradient(0deg, rgba(3, 194, 186, 1), rgba(22, 32, 102, 1)66%);
}
.gradient_b_g{
	background: linear-gradient(rgba(0,108,137,1),rgba(0,135,109,1),rgba(0,135,45,0.8));
}
/*============================================================================
*
*コンテンツ
*
============================================================================*/

 section{
 	padding: 30px 0;
 }
p,ul{
	padding: 1em;
	font-size: 17px;
    line-height: 1.8;
    font-weight: 500;
}
ul.fa, .fas{
	margin-right: 0.5em;
}

.contents_box{
max-width: 797px;
background: #fff;
margin:20px auto;
}
.contents_box p{
color: #000;
padding: 2em;
}
.contents_box img{
width: 100%;
}
a img{
	width: auto;
	max-width: 600px;
	margin: 0 auto;
}
section.back02{
	padding: 30px 0;
	background: url(../images/back_02.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}
section.back04{
	padding: 60px 0;
	background: url(../images/back04.jpg) no-repeat center;
	background-size: cover;
}
section.price{
	padding: 60px 0;
	background: url(../images/price_back.jpg) no-repeat center;
	background-size: cover;
}
section.warning{
	padding: 60px 0;
	background: url(../images/warning_back.jpg) no-repeat center;
	background-size: cover;
}

.fuwafuwa {
	-webkit-animation-name:fuwafuwa;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}
.fuwafuwa:hover{
	animation:none;
}
footer{
background: #000;
text-align: center;
padding: 20px 0;
}
footer p{
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.2;
}
footer a{
text-decoration: none;
}



@media screen and (max-width: 768px){
section.back02{
    padding: 20px 0 0;
    background: url(../images/back_sp02.jpg) repeat-y;
    overflow: hidden;
    background-size: contain;
}
section.back04{
    padding: 0 0;
}
section.price {
    padding: 50px 15px 50px;
    background: url(../images/price_back_sp.jpg) no-repeat center;
    background-size: cover;
}
section.warning{
	padding: 30px 0;
}

.contents_box{
	margin: 0;
}
.contents_box p{
padding: 1em;
}

.gradient_b_g .contents_box{
    width: 96%;
    margin: 16px auto;
}
.price_text{
    font-size: 1em;
}
a img {
    width: 96%;
}
.small{
font-size: 0.8em;
}
p,ul{
	font-size: 14px;
}
}
/**********************************************************

スケジュール

**********************************************************/
.schedule_contents{
    width: 95%;
    margin: auto;
    max-width: 1000px;
}
.schedule_contents .flex{
	display: flex;
    justify-content: space-around;
    margin-bottom: 66px
}
.map {
  width: 40%;
  position: relative;
}

.map iframe {
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  height: 80%;
}
.schedule_table{
	width: 54%;
}
.texture {
    background-image: radial-gradient(#000 35%, transparent 36%), radial-gradient(#000 35%, transparent 36%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
}
.schedule{
    margin: 30px auto;
	width: 100%;
	box-sizing: border-box;
	padding:40px 20px;
}
.area{
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    font-family: sans-serif !important;
    display: block;
    margin: auto auto 20px;
    width: auto;
    max-width: 600px;
    padding: 20px 0 18px;
    border: 3px solid #fff;
    box-shadow: 0 0 6px #04bab6, 0 0 9px #04bab6, 0 0 61px #04bab6;
    border-radius: 72px;
    line-height: 1;
}
.schedule table {
	width: 100%;
	margin: 20px auto;
	border-collapse: collapse;
    border-spacing: 0;
    max-width: 630px;
}
.schedule .top th,
.schedule .top td{
	background: #049faf;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}
.schedule table th{
	padding: 20px 0;
	background: #00fff8;
    color: #000;
    border: solid 1px #000;
}
.schedule table td{
	background: #fff;
	color: #000;
	padding: 0 20px;
	border: solid 1px #000;
}
.neon {
    text-shadow: 0 0 35px #0000ff, 0 0 17px #0fa, 0 0 73px #0fa;
}
.schedule .adress td{
	padding: 20px;
}



@media screen and (max-width: 800px){
.schedule_contents .flex {
    display: block;
}
.schedule_table {
    width: 100%;
}
.map {
    width: 100%;
    max-width: 630px;
   padding-top: 56.25%;
}
.map iframe {
    top: 0;
}
.map iframe {
    height: 100%;
}
}
@media screen and (max-width: 650px){
.area{
	font-size: 1.5em;
	padding: 18px 0 16px;
}
.schedule table {
    font-size: 0.8em;
}
}
/**********************************************************

プロフィール

**********************************************************/
.prof_img{
    width: 98%;
    max-width: 1155px;
}
.sp_prof{
	width: 100%;
}

/**********************************************************

何かできた

**********************************************************/
.back{
	padding: 60px 0;
	background: url(../images/back_01.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
.flex{
    display: flex;
    margin: 30px auto;
    width: 98%;
    max-width: 1200px;
    justify-content: center;
}
.flex img{
	width: 45%;
    margin: 0 10px;
}
.gradient_b{
	background: linear-gradient(#02131a, #036388, #00767f);
	padding-bottom: 36px;
}
.strong_text{
	color: #ffff00;
	font-weight: bold;
	font-size: 1.3em;
}

@media screen and (max-width: 768px){
.back{
    padding: 30px 0;
    background: url(../images/back_sp01.jpg) no-repeat center;
    background-size: cover;
}
}
@media screen and (max-width: 650px){
.flex{
	display: block;
}
.flex img{
	width: 95%;
	margin: 0 auto 20px;
}
.back{
	padding: 30px 0;
}
.strong_text{
	font-size: 1.3em;
}
}
/**********************************************************

新時代

**********************************************************/
.back03 {
    padding: 0 0 60px;
    background: url(../images/line.png) no-repeat top;
    background-size: contain;
    position: relative;
}
.catch03 img{
	width: 100%;
	max-width:797px ;
}
.back03 p{
	color: #000;
}
.bold{
	font-weight: bold;
	color: #000;
}

/**********************************************************

体験するもの

**********************************************************/
.taiken p{
	color: #000;
}
.red{
	color: #ff0000;
}
.taiken ul li{
	color: #000;
}
.taiken ul {
  list-style-type: none;
  display: flex;
  padding: 0 33px;
}
.taiken ul li {
  position: relative;
  line-height: 1.8;
  margin-right: 45px;
}
.taiken ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #39b54a;
  border-bottom: 3px solid #39b54a;
  transform: rotate(-45deg);
}
.taiken .taiken_img{
    float: right;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: -20px;
    padding-bottom: 20px;
    width: auto;
}

@media screen and (max-width: 768px){
section.taiken_catch{
	background: url(../images/back_sp02.jpg) repeat-y;
	padding: 0 !important;
    background-size: cover !important;
    background-position: center;
}
.taiken_catch02{
	margin: 0 !important;
	width: 100%;
}
.taiken .taiken_img {
    width: 90%;
    margin: auto;
    display: block;
    padding: 20px 0 0;
    float: none;
}
.taiken ul {
  display: block;
}
}

/**********************************************************

お客様の声

**********************************************************/
.voice{
	background-image:url(../images/voice_back.png) ;
	background-repeat: no-repeat;
	background-color: #f0f0f0;
    background-size:contain;
    background-position:top;
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.voice .contents {
    background: #fff;
    position: relative;
    width: 45%;
    display: block;
    max-width: 660px;
    margin: 60px 10px 0 10px;
}
.voice .contents p{
	color: #000;
}
@media screen and (max-width:593px){
.voice{
	background:url(../images/voice_back_sp.png) repeat-y;
    background-position: center;
    position: relative;
}
.voice .contents{
	width: 94%;
	margin: 30px 0 0;
}
.voice .contents img{
	width: 100%;
}
.voice .contents p{
	font-size: 14px;
}
}
/**********************************************************

参加費

**********************************************************/
.back_03 {
    padding: 30px 0;
    background: url(../images/back_03.jpg) no-repeat top;
    background-size: cover;
    position: relative;
}
.invitation {
	background: #eee;
    position: relative;
    z-index: 1;	
}
.invitation .contents{
	margin-bottom: 60px;
}
.invitation p,.invitation small{
	color: #000;
}
.invitaion_contents{
	background: #fff;
	display: block;
    padding-top: 75px;
    padding-bottom: 60px;
}
.invitaion_contents:before, .invitaion_contents:after {
    content: "";
    width: 180px;
    height: 180px;
    background-image:url(../images/voice_img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}
.invitaion_contents:before {
    top: -10px;
    left: -10px;
}
.invitaion_contents:after {
    bottom: -10px;
    right: -10px;
}
.invitaion_contents .catch {
    position: absolute;
    top: -60px;
    right: -3%;
    width: 90%;
}
.invitaion_contents img{
	width: 90%;
}
.invitaion_inner{
    position: relative;
    padding-top: 20px;
}
figure {
    width: 100%;
    margin: auto;
}
figcaption{
    color: #000;
    text-align: center;
    font-size: small;
    line-height: 1.2;
    padding-top: 10px;
}
@media screen and (max-width: 855px){
.invitaion_contents {
    width: 90%;
    display: block;
    margin: auto;
    padding-top: 70px;
}
.invitaion_contents p{
	font-size: 14px;
}
.invitaion_contents .catch {
    position: absolute;
    top: -30px;
    right: 2%;
}
.invitaion_contents:before {
    top: -8px;
    left: 11px;
    max-width: 100%;
}
.invitaion_contents:after {
    bottom: -8px;
    right: 11px;
    max-width: 100%;
}
}
@media screen and (max-width:765px){
.invitaion_contents .catch {
    width: 90%;
}
}
@media screen and (min-width: 650px){
.invitaion_contents p{
	width: 95%;
	margin: auto;
}
}
@media screen and (max-width: 650px){
.invitaion_contents {
    padding-top: 36px;
    padding-bottom: 36px;
}
.invitaion_contents img{
	width: 100%;
}
}
/**********************************************************

セミナーで伝えたいこと

**********************************************************/
.teaspoon {
	padding-bottom: 60px !important;
}
.teaspoon .contents_box{
	background: none;
	width: 96%;
    margin:30px auto;
}
.teaspoon .contents_box .text{
	background: #fff;
}
.text img{
	width: 90%;
	display: block;
	margin: auto;
}
.text a{
	color: #000;
}
.y_link{
	text-align: center;
	display: block;
    font-size: 14px;
}
@media screen and (max-width: 855px){
.text p{
	font-size: 14px;
}
}
/**********************************************************

セミナーを開催する理由

**********************************************************/

.reason p{
	color: #000;
}
.reason{
  position: relative;
  z-index: 0;
}
.reason::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  /*四角形を傾けます*/
  transform: skewY(-2deg);
  transform-origin: top left;  
  z-index: -1;
  width:100%;
  height:100%;
	background: #fff;
}

/**********************************************************

よくある質問

**********************************************************/
.qa{
    padding: 90px 0 60px;
    background: url(../images/line02.png) no-repeat top , -moz-linear-gradient(#00767f, #036388, #02131a);
    background:url(../images/line02.png) no-repeat top , -webkit-linear-gradient(#00767f, #036388, #02131a) ;
    background-size: contain;
    position: relative;
}
.qa .youtube iframe {
    position: absolute;
    top: -27px;
    right: 0;
    width: 100%;
    height: 100%;
}
.item {
    background: #fff;
    padding: 40px 33px;
    margin: auto auto 20px;
    width: 96%;
}
.item .question {
    position: relative;
    padding-left: 42px;
    color: #000;
    font-weight: 700;
}
.item .question:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background: url(../images/q.png) no-repeat center;
    background-size: cover;
}
.item .answer {
    margin-top: 18px;
    color: #000;
    position: relative;
    padding-left: 40px;
    line-height: 1.8;
    font-weight: 500;
    font-size: 14px;
}
.item .answer:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background: url(../images/a.png) no-repeat center;
    background-size: cover;
}
@media screen and (max-width: 650px){
.qa{
    padding: 36px 0 60px;
}
.item {
    background: #fff;
    padding:20px 10px;
    width: 96%;
    margin: 20px auto;
}
.qa .youtube iframe {
    position: absolute;
    top: 0px;
}
}

/**********************************************************

プロフィールカード

**********************************************************/

.profile-card{
  width: 100%;
  max-width:500px;
  position: relative;
  background: #fff; /*背景の色*/
  box-shadow: 0px 1px 3px rgba(0,0,0,.18);
  overflow: hidden;
  margin: auto;
}

.profile-card:before{
 width:120%;
 height:130px;
 content:"";
 transform:skew(15deg,10deg);
 background: #70b7ff; /*斜め背景の色*/
 position:  absolute;
 top:-15%;
 left:-10%;
 z-index: 0;
}

.profile-card:after{
 width:120%;
 height:140px;
 content:"";
 transform:skew(15deg,10deg);
 background: #70b7ff; /*斜め背景の色*/
 position:  absolute;
 bottom:-13%;
 left:-10%;
 z-index: 0;
}

.profile-card__inner{
 position: relative;
  z-index: 1;
}

.profile-thumb{
    overflow: hidden;
    width: 110px;
    height: 110px;
    border: #fff 3px solid;
    border-radius: 55px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background: #fff;
}

.profile-thumb img{
  display: block;
    width: 100%;
    height: auto;
}

.profile-content{
  margin: 0 0 49px;
  padding: 15px;
}

.profile-content span{
  display: block;
  color: #000;
}

.profile-name{
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

.profile-kana{
  font-size: 14px;
  text-align: center;
}

.profile-intro{
  font-size: 16px;
}

.profile-sns {
    padding: 5px 0;
    text-align: center;
    color: #fff;
}

.profile-sns span{
  display: block;
  font-size: 10px;
  
}

.profile-sns a {
  font-size: 30px;
    margin: 0 5px;
    color: #fff;
}