@charset "utf-8";

/* Reset/ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
html, body { height: 100%; }
body {
	font: 100%/1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	position: relative;
	right: 0;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	background: #000;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav, ul, ol {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	background:transparent;
}
a:link,a:visited { color:#32cd78;text-decoration:none; }
a:hover,a:active { color:#32cd78;text-decoration:none;}
input, select {
	vertical-align:middle;
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.pc {
	display:block;
}
.npc {
	display:none;
}
/* /Reset */






/* header/ */
#header0, #header1, #header2, #header3, #header4 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation: bg-color 0.5s;
    -webkit-animation: bg-color 0.5s; 
}

@-webkit-keyframes bg-color {
  0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
}
@-moz-keyframes bg-color {
  0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
}
@keyframes bg-color {
  0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
}

#header0 {background: none;}
#header1 {background: #32cd78;}
#header2 {background: #1eb98c;}
#header3 {background: #000;}
#header4 {background: #ccc;}



#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 48px;
  height: 48px;
  background: url(/liveseminar2017/images/pagetop_arrow.png) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: .8s;
    transition: .8s;
}





/* PC */

@media only screen and (min-width: 887px) {

.header {
	width:100%;
	height: 80px;
	position: fixed;
	top: 0;
	z-index: 100;
	display: none;
}

#header0, #header1, #header2, #header3, #header4, #header5 {
    height: 80px;
}

header .logo {
	display: block;
	width:180px;
	height: 28px;
	margin:24px 0 0 24px;
	background: url(/liveseminar2017/images/logo.png) no-repeat;
	background-size: 100%;
	overflow: hidden;
	text-indent: -9999px;
}

header #menu {
	display: inline-block;
	position: absolute;
	top: 30px;
    right: 340px;
}
header #menu li  {
	display: inline-block;
	margin-right: 20px;
}

header #menu li a {
	color: #000;
	font-size: 80%;
}

header .contact {
	display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    border: 1px solid #000;
    padding: 10px;
    color: #000;
    font-size: 90%;
 }


.white .logo {
	background: url(/liveseminar2017/images/logo_Wh.png) no-repeat;
	background-size: 100%;
}
.white .contact {
    border: 1px solid #fff;
    color: #fff;
 }

.white #menu li a {
	color: #fff;
}


 header .sp {
 	display: none;
 }

.video-wrap {
  position: fixed;
  top:0;
  left:0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

video {
  width: 100vw;
  height: auto;
  position: relative;
  top: 0%;
}

.video-wrap .sp {
	display: none;
}


content {
	padding-top: 100px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	line-height: 160%;
	font-size: 100%;
}

/* content/ */
/* content/common/ */
section {
	position: relative;
	width: 100vw;
	margin: 0 auto;
	z-index: 1;
}
.section-body {
	padding: 0 8%;
	margin: auto;
	clear: both;
    line-height: 160%;
}
.arrow a {
	display: block;
	width: 96px;
	height: 48px;
	margin: 0 auto;
	background: url(/liveseminar2017/images/arrow.png) top center no-repeat;
	background-size: 48px 24px; 
	text-indent: -9999px;
	overflow: hidden;
}
.circle_arrow a {
	display: block;
	width: 96px;
	height: 96px;
	margin: 0 auto;
	background: url(/liveseminar2017/images/circle_arrow.png) top center no-repeat;
	background-size: 60px 60px; 
	text-indent: -9999px;
	overflow: hidden;
}


/* content/サイト説明 */
.col-01 {
	background: none;
	height: 100vh;
}
.col-01 .section-body {
	width: 100%;
	padding: 30px 0 10px 0;
	text-align: center;
	margin: auto;
	position: absolute;
	bottom: 0;
	background: #fff;
}
.col-01 h1 {
	font-size: 180%;
	line-height: 140%;
	margin-bottom: 30px;
}
.col-01 p {
	text-align: left;
	width: 60%;
	margin: 0 auto;
}
.col-01 .category {
	text-align: center; 
}

.col-01 .arrow a {
	margin-top: 40px;
}

/* content/はじめに */
.col-02 {
	color:#fff;
	min-height: 100vh;
	background-color: rgba(50,205,120,0.96);
	overflow: hidden;
}

.col-02 .section-body {
	width: 84%;
	padding: 188px 8% 100px 8%;
	text-align: left;
	margin: auto;
	line-height: 180%;
}

.col-02 .arrow a {
	margin-top: 130px;
}


/* program/プログラム */
.col-03 {
	color:#fff;
	min-height: 100vh;
	background-color: rgba(30,185,140,0.96);
	overflow: hidden;
}

.col-03 .section-body {
	width: 84%;
	padding: 128px 8% 100px 8%;
	text-align: left;
	margin: auto;
}

.col-03 .arrow a {
	margin-top: 20px;
}


/* content/レポート導入部分 */
.col-04 {
	background: #000;
	overflow: hidden;
    background-image: url("/liveseminar2017/images/photo3.jpg");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% auto ;
    color: #fff;
    -webkit-transition: .8s;
    transition: .8s;
}

.col-04 .section-body {
	width: 84%;
	text-align: left;
	padding-top: 228px;
	margin: auto;
	padding-bottom:128px;
	line-height: 180%;
}


/* content/レポート部分 */
.col-05 {
	padding-top: 20px;
	background: #fff;
}

.col-05 .section-body {
	width: 84%;
	text-align: left;
	margin: auto;
	padding: 20px 0 20px 0;
}

.col-05 .circle_arrow a {
	margin-top: 0px;
	position: relative;
	top: -50px;
}


/* content/レポート部分/記事中のレイアウト */

.col-02 .col-cover {
    width: 46vw;
    height: 46vw;
    border-radius: 50%;
    background-position: center center;
    background-size: auto 100%;
    background-image: url("/liveseminar2017/images/photo1.jpg");
    position: absolute;
    top: 20%;
    left: -2%;
    -webkit-transition: .8s;
    transition: .8s;
}

.col-02 .col-detail {
	width: 50%;
	max-width: 470px;
	float:right;
}

.col-03 .col-detail {
	width: 50%;
	max-width: 470px;
	float:left;
}

.col-03 .col-cover {
    width: 46vw;
    height: 46vw;
    border-radius: 50%;
    background-position: center center;
    background-size: auto 100%;
    background-image: url("/liveseminar2017/images/photo2.jpg");
    position: absolute;
    top: 15%;
    right: -2%;
    -webkit-transition: .8s;
    transition: .8s;
}

.col-04 .col-cover {
    display: none;
}

.col-04 .col-detail {
	width: 50%;
	max-width: 470px;
	float: right;
}

.col-cover img , .col-detail img {
	display: none;
}

.col-left {
	width: 48%;
	float:left;
	margin-right:4%;
}

.col-right {
	width: 48%;
	float:right;
}

h3 {
	font-size: 160%;
	line-height: 150%;
	font-weight: bold;
	margin-bottom: 50px;
}

h4 {
	font-weight: bold;
	font-size: 130%;
    line-height: 140%;
    margin-bottom: 40px;
}

.col-03 h4 {
	margin-top: 30px;
    margin-bottom: 20px;
}


h5 {
	font-weight: bold;
    line-height: 140%;
    margin-bottom: 10px;
}

.subtitle {
	font-size: 70%;
	line-height: 140%;
	font-weight: normal;
	margin-bottom: 3px;
}

.person-name {
	font-size: 100%;
	margin-bottom:15px;
	font-weight: normal;
}

.category {
	font-size: 80%;
	margin-bottom: 10px;
}

.text {
	font-size: 90%;
	margin-bottom:30px;
}

.text .player {
	width: 48%;
	max-width: 266px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

/* For Vimeo */
body, html, .player, .fallback {
	height: auto!important;
}
.text .player iframe {
	width: 19.3536vw;
	max-width: 266px;
	height: 10.8864vw;
	max-height: 150px;
}

/* footer */
footer {
	height: 40px;
	padding-top: 80px;
	font-size: 70%;
	text-align: center;
	background: #fff;
	position: relative;
	top: 0px;
	color: #000;
}

}



@media screen and (min-width:481px) and ( max-width:886px) {

.header {
	width:100%;
	height: 80px;
	position: fixed;
	top: 0;
	z-index: 100;
	display: none;
}

#header0, #header1, #header2, #header3, #header4, #header5 {
    height: 80px;
}

header .logo {
	display: block;
	width:180px;
	height: 28px;
	margin:24px 0 0 24px;
	background: url(/liveseminar2017/images/logo.png) no-repeat;
	background-size: 100%;
	overflow: hidden;
	text-indent: -9999px;
}

header #menu {
	display: none;
}

header .contact {
	display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    border: 1px solid #000;
    padding: 10px;
    color: #000;
    font-size: 90%;
 }


.white .logo {
	background: url(/liveseminar2017/images/logo_Wh.png) no-repeat;
	background-size: 100%;
}
.white .contact {
    border: 1px solid #fff;
    color: #fff;
 }

.white #menu li a {
	color: #fff;
}


 header .sp {
 	display: none;
 }

.video-wrap {
  position: fixed;
  top:0;
  left:0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  overflow: hidden;
}

video {
  height:100vh;
  width: auto;
  position: relative;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}

.video-wrap .sp {
	display: none;
}


content {
	padding-top: 100px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	line-height: 160%;
	font-size: 100%;
}

/* content/ */
/* content/common/ */
section {
	position: relative;
	width: 100vw;
	margin: 0 auto;
	z-index: 1;
}
.section-body {
	padding: 0 8%;
	margin: auto;
	clear: both;
    line-height: 160%;
    overflow: hidden;
}
.arrow a {
	display: block;
	width: 96px;
	height: 48px;
	margin: 0 auto;
	background: url(/liveseminar2017/images/arrow.png) top center no-repeat;
	background-size: 48px 24px; 
	text-indent: -9999px;
	overflow: hidden;
}
.circle_arrow a {
	display: none;
}


/* content/サイト説明 */
.col-01 {
	background: none;
	height: 100vh;
}
.col-01 .section-body {
	width: 100%;
	padding: 30px 0;
	text-align: center;
	margin: auto;
	position: absolute;
	bottom: 0;
	background: #fff;
}
.col-01 h1 {
	width: 84%;
	font-size: 120%;
	line-height: 160%;
	margin: auto;
	margin-bottom: 30px;
}
.col-01 p {
	text-align: left;
	width: 70%;
	margin: 0 auto;
	font-size: 80%;
	line-height: 180%;
}
.col-01 .category {
	text-align: center; 
}
.col-01 .arrow a {
	margin-top: 40px;
}


/* content/はじめに */
.col-02 {
	color:#fff;
	background-color: rgba(50,205,120,0.96);
}

.col-02 .section-body {
	width: 84%;
	padding-top: 80px;
	padding-bottom: 50px;
	text-align: left;
	margin: auto;
	font-size: 80%;
	line-height: 180%;
}

.col-02 .col-detail {
	width: 100%;
}


/* program/プログラム */
.col-03 {
	color:#fff;
	background-color: rgba(30,185,140,0.96);
}

.col-03 .section-body {
	width: 84%;
	padding-top: 80px;
	padding-bottom: 30px;
	text-align: left;
	margin: auto;
	font-size: 80%;
	line-height: 180%;
}

.col-03 .col-detail {
	width: 100%;
}



/* content/レポート導入部分 */
.col-04 {
	background: #fff;
}

.col-04 .section-body {
	width: 84%;
	text-align: left;
	padding-top: 80px;
	margin: auto;
	padding-bottom:none;
	font-size: 80%;
	line-height: 180%;
}

.col-04 .col-detail {
	width: 100%;
	margin-top: 10vw;
}


/* content/レポート部分 */
.col-05 {
	background: #fff;
	padding-top: 50px;
}

.col-05 .section-body {
	width: 84%;
	text-align: left;
	margin: auto;
	padding-top: 30px;
}


/* content/レポート部分/記事中のレイアウト */
.col-cover {
	width: 100vw;
	height: 56.25vw;
	margin-bottom: 5vw;
	clear: both;
}

.col-cover img {
	width: 100vw;
	position: relative;
	top: -80px;
	left: -8%;
	overflow: hidden;
}

.col-detail {
	width: 100%;
	clear: both;
}

.col-left {
	width: 44%;
	float:left;
	margin-right:12%;
}

.col-right {
	width: 44%;
	float:right;
}


h3 {
	font-size: 140%;
	line-height: 160%;
	font-weight: bold;
	margin-bottom: 20px;
}

h4 {
	font-weight: bold;
	font-size: 110%;
    line-height: 160%;
    margin-bottom: 20px;
}

.col-03  h4 {
	margin-top: 30px;
    margin-bottom: 10px;
}

h5 {
	font-size: 100%;
	font-weight: bold;
    line-height: 140%;
    margin-bottom: 10px;
}

.subtitle {
	font-size: 80%;
	line-height: 160%;
	font-weight: normal;
	margin-bottom: 3px;
}

.person-name {
	font-size: 100%;
	margin-bottom:15px;
	font-weight: normal;
}

.category {
	font-size: 60%;
	line-height: 100%;
	margin-bottom: 10px;
	font-weight: normal;
}

.text {
	font-size: 90%;
	margin-bottom:30px;
}

.text .player {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

/* For Vimeo */
body, html, .player, .fallback {
	height: auto!important;
}

.text .player iframe {
	width: 36.96vw;
	height: 20.79vw;
}

/* footer */
footer {
	height: 40px;
	padding-top: 80px;
	font-size: 70%;
	text-align: center;
	background: #fff;
	position: relative;
	top: 0px;
	color: #000;
}

}


/* SP */

@media only screen and (max-width: 480px) {

.header {
	width:100%;
	height: 40px;
	position: fixed;
	top: 0;
	z-index: 100;
	display: none;
}

#header0, #header1, #header2, #header3, #header4 {
    height: 50px;
}

header .logo {
	display: block;
	width:115px;
	height: 18px;
	margin:16px 0 0 16px;
	background: url(/liveseminar2017/images/logo.png) no-repeat;
	background-size: 100%;
	overflow: hidden;
	text-indent: -9999px;
}

header #menu {
	display: none;
}

header .contact {
	display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    border: 1px solid #000;
    padding: 5px;
    color: #000;
    font-size: 90%;
 }

 header .pc {
 	display: none;
 }


.white .logo {
	background: url(/liveseminar2017/images/logo_Wh.png) no-repeat;
	background-size: 100%;
}
.white .contact {
    border: 1px solid #fff;
    color: #fff;
 }

.white #menu li a {
	color: #fff;
}


 .video-wrap {
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

 .video-wrap .pc {
  display: none;
}

 .video-wrap .sp {
  width: 100%;
  height: 100%;
 }

content {
	padding-top: 30px;
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	text-align: left;
	line-height: 160%;
	font-size: 100%;
}

/* content/ */
/* content/common/ */
section {
	position: relative;
	width: 100vw;
	margin: 0 auto;
	z-index: 1;
	overflow-x: hidden;
}
.section-body {
	padding: 30px 8%;
	margin: auto;
	clear: both;
    line-height: 160%;
}
.arrow a {
	display: block;
	width: 48px;
	height: 24px;
	margin: 0 auto;
	margin-top: 80px;
	background: url(/liveseminar2017/images/arrow.png) top center no-repeat;
	background-size: 100% 100%;
	text-indent: -9999px;
	overflow: hidden;
}

.circle_arrow a {
	display: none;
}


/* content/サイト説明 */
.col-01 {
	background: none;
	height: 100vh;
}
.col-01 .section-body {
	width: 100%;
	padding: 30px 0;
	text-align: center;
	margin: auto;
	position: absolute;
	bottom: 0;
	background: #fff;
}
.col-01 h1 {
	width: 84%;
	font-size: 100%;
	line-height: 140%;
	margin: auto;
	margin-bottom: 30px;
}
.col-01 p {
	text-align: left;
	width: 70%;
	margin: 0 auto;
	font-size: 80%;
	line-height: 180%;
}
.col-01 .category {
	text-align: center; 
}
.col-01 .arrow a {
	margin-top: 20px;
}


/* content/はじめに */
.col-02 {
	color:#fff;
	background-color: rgba(50,205,120,0.96);
}

.col-02 .section-body {
	width: 84%;
	padding-top: 80px;
	padding-bottom: 50px;
	text-align: left;
	margin: auto;
	font-size: 80%;
	line-height: 180%;
}

.col-02 .col-detail {
	width: 100%;
}


/* program/プログラム */
.col-03 {
	color:#fff;
	background-color: rgba(30,185,140,0.96);
}

.col-03 .section-body {
	width: 84%;
	padding-top: 80px;
	text-align: left;
	margin: auto;
	font-size: 80%;
	line-height: 180%;
}

.col-03 .col-detail {
	width: 100%;
}



/* content/レポート導入部分 */
.col-04 {
	background: #fff;
}

.col-04 .section-body {
	width: 84%;
	text-align: left;
	padding-top: 80px;
	margin: auto;
	padding-bottom:none;
	font-size: 80%;
	line-height: 180%;
}

.col-04 .col-detail {
	width: 100%;
	margin-top: 20px;
}


/* content/レポート部分 */
.col-05 {
	background: #fff;
}

.col-05 .section-body {
	width: 84%;
	text-align: left;
	margin: auto;
	padding-top: 30px;
}


/* content/レポート部分/記事中のレイアウト */
.col-cover {
	width: 100vw;
	height: 54.25vw;
	margin-bottom: 0%; 
	clear: both;
}

.col-cover img {
	width: 100vw;
	position: relative;
	top: -80px;
	left: -8%;
	overflow: hidden;
}

.col-detail {
	width: 100%;
	clear: both;
}

h3 {
	font-size: 120%;
	line-height: 180%;
	font-weight: bold;
	margin-bottom: 20px;
}

h4 {
	font-weight: bold;
	font-size: 100%;
    line-height: 160%;
    margin-bottom: 20px;
}


.col-03 h4 {
	margin-top: 30px;
	margin-bottom: 20px;
}

h5 {
	font-size: 100%;
	font-weight: bold;
    line-height: 140%;
    margin-bottom: 10px;
}

.subtitle {
	font-size: 70%;
	line-height: 140%;
	font-weight: normal;
	margin-bottom: 3px;
}

.person-name {
	font-size: 100%;
	margin-bottom:10px;
	font-weight: normal;
}

.category {
	font-size: 80%;
	line-height: 100%;
	margin-bottom: 10px;
	font-weight: normal;
}

.text {
	font-size: 80%;
	line-height: 180%;
	margin-bottom: 40px;
}

.text .player {
	width: 100%;
	height: 150px;
	padding: 0;
	float: left;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

/* For Vimeo */
body, html, .player, .fallback {
	height: auto!important;
}

.text .player iframe {
	width: 84vw;
	height: 47.25vw;
}


/* footer */
footer {
	height: 40px;
	padding: 30px 0 5px 0;
	font-size: 60%;
	text-align: center;
	background-color: #fff;
	position: relative;
	top: 0px;
	color: #000;
}

}
