@charset "UTF-8";
@import url("http://fonts.googleapis.com/earlyaccess/notosansjp.css");


html {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 75%;
  font-family: 'Noto Sans JP', sans-serif,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  line-height: 2.0;
  background-image: url(../img/back.png), linear-gradient(45deg, #009fde, #8ec222);
  background-repeat: no-repeat, no-repeat;
  background-position: center 200px, center center;
  background-attachment: scroll, fixed;
  background-size: 125%, 100vh;
}

a {
  color: #333;
  text-decoration: underline;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
a:hover {
  text-decoration: none;
	opacity:0.5;
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
}
p {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 1.0rem;
  line-height: 1.8rem;
}
p small {
  line-height: 1.2rem;
  display: inline-block;
}
ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

/*header*/
header {
  display: flex;
  margin: 1rem auto;
  width: 900px;
  justify-content: space-between;
  align-content: center;
}
.snsArea, .asadigiLogo {
  display: flex;
  align-content: center;
}
.asadigiLogo p {
  font-size: 0.8rem;
  text-indent: 1.2rem;
}
.share_text {
  font-size: 1.2rem;
  font-weight: 700;
}
.share_link {
  width: 30px;
  margin-left: 25px;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  .share_link {
    width: 25px;
  }
}
.share_link.share-fb {
  width: 13px;
  height: 26px;
}
@media screen and (max-width: 749px) {
  .share_link.share-fb {
    width: 10px;
    height: 20px;
  }
}
.share_link.share-tw {
  width: 26px;
  height: 20px;
  margin-top: 4px;
}
@media screen and (max-width: 749px) {
  .share_link.share-tw {
    width: 22px;
    height: 16px;
  }
}
#ejaTop {
  /* background: url(../img/hero.jpg) no-repeat center center; */
  background-size: cover;
  padding: 0;
}
#ejaTop h1 {
  margin: 1rem auto 0 auto;
  padding: 1rem;
  color: #fff;
  text-align: center;
}
#ejaTop h1 span {
  margin: 0;
  padding: 0.5rem;
  width: auto;
  background-color: #fff;
  color: #009fde;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2;
  text-indent: 1.2rem;
}
#ejaTop h1 span.h1text {
  display: block;
  margin: 0 auto 0 auto;
  padding: 0.8rem 0 1.2rem 0;
  width: 100%;
  background: none;
  color: #fff;
  text-align: center;
  letter-spacing: 0rem;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.2;
}
#ejaTop h1 small {
  display: block;
  margin: 0 auto;
  padding: 10px 0 0 0;
  font-size: 1.2rem;
  border-top: solid 1px #fff;
  width: 90%;
}

#ejaSec {
  /* background: url(../img/hero.jpg) no-repeat center center; */
  background-size: cover;
  padding: 0;
}
#ejaSec h1 {
  margin: 1rem auto;
  padding: 1rem;
  color: #fff;
  text-align: center;
}
#ejaSec h1 span {
  margin: 0;
  padding: 0.2rem 0.5rem;
  width: auto;
  background-color: #fff;
  color: #009fde;
  font-weight: 600;
  font-size: 1.0rem;
  line-height: 2;
}
#ejaSec h1 span.h1text {
  display: block;
  margin: 0 auto 0 auto;
  padding: 0.8rem 0 1.0rem 0;
  width: 100%;
  background: none;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
}
#ejaSec h1 small {
  display: block;
  margin: 0 auto;
  padding: 0.5rem 0 0 0;
  font-size: 1.0rem;
  border-top: solid 1px #fff;
  width: 90%;
}

h1 img {
  margin: 0 auto;
  padding: 0;
}
.contentsArea h2 {

}
.contentsArea h2 {
  margin: 2rem 0 1rem 0;
  padding: 0;
  color: #000;
  text-align: left;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4;
  border-radius: 50px;
  background-color: #e7f1cf;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
.contentsArea1 h2 {
  margin: 2rem 0 1rem 0;
  padding: 0 0 0.5rem 0;
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.0;
  border-radius: 20px;
  background-color: #e7f1cf;
  width: 100%;
  display: block;
}
.contentsArea h2 span {
  margin: 0 10px 0 0;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 50px;
  background: -moz-linear-gradient(left, #009fde, #8ec222);
  background: -webkit-linear-gradient(left, #009fde, #8ec222);
  background: linear-gradient( to left, #009fde, #8ec222);
  display: inline-block;
  min-width: 5rem;
  text-align: center;
  letter-spacing: 0.2rem;
}
.contentsArea1 h2 span {
  margin: 0 0 0.4rem 0;
  padding: 5px 0px;
  color: #fff;
  font-size: 1.0rem;
  border-radius: 50px;
  background: -moz-linear-gradient(left, #009fde, #8ec222);
  background: -webkit-linear-gradient(left, #009fde, #8ec222);
  background: linear-gradient( to left, #009fde, #8ec222);
  display: inline-block;
  min-width: 5rem;
  text-align: center;
  letter-spacing: 0.2rem;
  display: block;
}
.contentsArea1 h2 span.presenter {
  display: block;
  background: none;
  color: #000;
  text-align: center;
  letter-spacing: 0;
  padding: 10px 0;
}
.contentsArea h2 small, .contentsArea1 h2 small {
  font-size: 0.8rem;
  font-weight: 500;
  margin: 0 0 0 0.2rem;
}
.contentsArea ul h2, .contentsArea1 ul h2 {
  border-radius: 50px;
  background: -moz-linear-gradient(left, #009fde, #8ec222);
  background: -webkit-linear-gradient(left, #009fde, #8ec222);
  background: linear-gradient( to left, #009fde, #8ec222);
  text-align: center;
  width: 90%;
  color: #fff;
  margin: 20px auto 10px auto;
  padding: 5px 0;
  display: block;
}


h3 {
  margin: 1rem 0;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #009fde;
}
h4 {
  margin: 0.8rem auto;
  padding: 0.2rem 0 0.2rem 1rem;
  text-align: left;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #fff;
  background: -moz-linear-gradient(left, #009fde, #8ec222);
  background: -webkit-linear-gradient(left, #009fde, #8ec222);
  background: linear-gradient( to left, #009fde, #8ec222);
  border-radius: 10px;
}
.pageTop {
  margin: 4em 0;
  width: 100%;
  text-align: center;
}
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}

/* 画面外にいる状態 */
.fadeinLeft {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(-50px, 0);
  -moz-transform : translate(-50px, 0);
  -ms-transform : translate(-50px, 0);
  -o-transform : translate(-50px, 0);
  transform : translate(-50px, 0);
  -moz-opacity:0.0;
}
.fadeinRight {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(50px, 0);
  -moz-transform : translate(50px, 0);
  -ms-transform : translate(50px, 0);
  -o-transform : translate(50px, 0);
  transform : translate(50px, 0);
  -moz-opacity:0.0;
}
.fadeinBottom {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(0, 50px);
  -moz-transform : translate(0, 50px);
  -ms-transform : translate(0, 50px);
  -o-transform : translate(0, 50px);
  transform : translate(0, 50px);
  -moz-opacity:0.0;
}

/* 画面内に入った状態 */
.fadeinLeft.scrollin, .fadeinRight.scrollin, .fadeinBottom.scrollin {
  opacity:1.0;
  filter: alpha(opacity=100);
  -webkit-transform : translate(0, 0);
  -moz-transform : translate(0, 0);
  -ms-transform : translate(0, 0);
  -o-transform : translate(0, 0);
  transform : translate(0, 0);
  -moz-opacity:1.0;
}



/*header*/
header {
  display: flex;
  margin: 1rem auto;
  width: 90%;
  justify-content: space-between;
  align-content: center;
}
.asadigiLogo {
  display: block;
  align-content: center;
  color: #fff;
}
.snsArea {
  display: flex;
  align-content: center;
  color: #fff;
}
.asadigiLogo p {
  font-size: 0.8rem;
  text-indent: 0rem;
  line-height: 1.2rem;
}
.share_text {
  font-size: 1.2rem;
  font-weight: 700;
}
.share_link {
  width: 30px;
  margin-left: 10px;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  .share_link {
    width: 25px;
  }
}
.share_link.share-fb {
  width: 13px;
  height: 26px;
}
@media screen and (max-width: 749px) {
  .share_link.share-fb {
    width: 10px;
    height: 20px;
    margin-top: 4px;
  }
}
.share_link.share-tw {
  width: 26px;
  height: 20px;
  margin-top: 4px;
}
@media screen and (max-width: 749px) {
  .share_link.share-tw {
    width: 22px;
    height: 16px;
  }
}


/*contents*/
#main section {
}
#main section:nth-last-child(1) .contentSet {
  border-bottom: none;
}
.contentsArea {
  display: block;
  padding: 30px 0 0 0;
  width: 100%;
}
.contentSet {
  display: block;
  margin: 0 auto 40px auto;
  padding: 2% 5% 8% 5%;
  width: 80%;
  word-wrap: break-word;
  border-bottom: solid 1px #22AC38;
  background-color: #fff;
  border-radius: 20px;
}
.contentSet.blue {
  border-bottom: solid 1px #2ea7e0;
}
.contentSet .columnSec:nth-child(1) h2 {
  margin: 1rem 0;
}
.columnSec.greeting img {
  width: 100%;
  margin: 0 0 10px 0;
}
.columnSec.greeting p {
  display: block;
}
.greeting1st {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.greeting2nd {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.contentSet p.sponsor {
  margin: 0 0 2rem 0;
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.contentSet p.sponsor img {
  height: 4.0rem;
  position: relative;
  top: 14px;
}
.contentSet ul {
  margin: 0;
  display: block;
}
.contentSet ul li {
  display: block;
  margin: 2rem 0 0 0;
  width: 103%;
}
.contentsArea1 .contentSet ul li {
  margin: 2rem 0 0 0;
  width: 100%;
}
.contentsArea1 .contentSet ul li a {
  display: flex;
  margin: 0 0 0 0;
  width: 100%;
  height: auto !important;
}
.contentsArea1 .contentSet ul li a img {
  width: 100%;
}
.contentsArea1 .contentSet ul li a div {
  width: 100%;
}
.contentsArea1 .contentSet ul li a div ul li {
  width: 48%;
  margin: 0.8rem 0 0 0;
}

.contentSet ul li a {
  display: flex;
  width: 96%;
  height: 100%;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  box-shadow: 5px 5px 8px rgba(0,0,0,0.5);
  padding: 0 0 1.5rem 0;
  border-radius: 20px;
  overflow: hidden;
}
.contentSet ul li a:hover {
  opacity:1;
  filter: alpha(opacity=100);
  -moz-opacity:1;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.contentSet ul li a img, .contentsArea1 img {
  width: 100%;
}
.contentSet ul li a div p, .contentsArea1 div p {
  padding: 0 0 1rem 0;
  font-weight: 400;
  font-size: 1.0rem;
  line-height: 2.0rem;
}
.contentSet ul li a div p small, .contentsArea1 div p small {
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.contentSet ul li a div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 90%;
  margin: 0 auto;
}
.contentSet ul li a div ul li {
  display: block;
  margin: 15px 0 0 0;
  padding: 0;
  text-indent: 10px;
  width: 48%;
  font-weight: 400;
  font-size: 1.0rem;
  line-height: 2.0rem;
  border-left: solid 3px #009fde;
}
.contentSet ul li a div ul li:nth-child(5) {
  width: 100%;
}
.contentSet ul li a div ul li small {
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 0.8rem;
}



.backHome {
  display: block;
  margin: 1rem auto 0 auto;
  padding: 0.8rem 0;
  width: 100% !important;
  text-align: center;
  font-size: 1.4rem;
  background: -moz-linear-gradient(45deg, #009fde, #8ec222);
  background: -webkit-linear-gradient(45deg, #009fde, #8ec222);
  background: linear-gradient(45deg, #009fde, #8ec222) fixed center center;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  box-shadow: 5px 5px 8px rgba(0,0,0,0.5);
}
.backHome:hover {
  color: #fff;
  opacity:1;
  filter: alpha(opacity=100);
  -moz-opacity:1;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.contentsArea1 {
  width: 100%;
  margin: 0 auto;
}

.contentSet .column {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.contentSet .column div {
  width: 65%;
}
.contentSet .column .columnInner {
  width: 30%;
}
.contentSet .column img {
  width: 100%;
}

.contentSet .columnSec p {
  margin: 1.4rem auto;
  width: 100%;
  line-height: 1.6 !important;
}
.contentSet .columnSec p.prof {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.4 !important;
  width: 100%;
  margin: 0 0 1rem 0;
}
.contentSet .columnSec p.prof.note {
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.4 !important;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
}
.contentSet .columnSec p.prof span {
  font-weight: 600;
  font-size: 1.6rem;
}
.contentSet .columnSec p.prof a {
  display: inline;
  color: #009fde;
}
.contentSet .columnSec p span.name {
  font-weight: 800;
  color: #009fde;
}

.contentSet .columnSec ul li a p {
  margin: 0;
  width: 100%;
  line-height: 1.4 !important;
}

.video{
  width:100%;
  padding-bottom: 56.25%;
  height:0px;
  position: relative;
}
.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dlBtn {
  display: block;
  font-size: 1.0rem;
  font-weight: 600;
  color: #fff;
  background: -moz-linear-gradient(90deg, #009fde, #8ec222);
  background: -webkit-linear-gradient(90deg, #009fde, #8ec222);
  background: linear-gradient(90deg, #009fde, #8ec222) fixed center center;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 5px 5px 8px rgba(0,0,0,0.5);
  width: 60%;
  text-align: center;
  margin: 0 auto ;
}
/*------------------------------------------*/

/*footer*/
footer {
  display: block;
  padding: 1rem 0;
  width: 90%;
}
#footerContent {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#footerContent p {
  display: block;
  margin: 0 0 0 1rem;
  padding: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.2rem;
}

/*------------------------------------------*/
.presentation01, .presentation02, .presentation03, .presentation04 {
  background-size: 100%;
  display: block;
  border: solid 1px #ddd;
  margin: 20px 0 0 0;
}
.presentation01 {
  height: 60vw;
}
.presentation02 {
  height: 60vw;
}
.presentation03 {
  height: 44vw;
}
.presentation04 {
  height: 60vw;
}
#presentation01-01 {
  background: url(../img/presentation01/01.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-02 {
  background: url(../img/presentation01/02.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-03 {
  background: url(../img/presentation01/03.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-04 {
  background: url(../img/presentation01/04.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-05 {
  background: url(../img/presentation01/05.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-06 {
  background: url(../img/presentation01/06.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-07 {
  background: url(../img/presentation01/07.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-08 {
  background: url(../img/presentation01/08.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-09 {
  background: url(../img/presentation01/09.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-10 {
  background: url(../img/presentation01/10.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-11 {
  background: url(../img/presentation01/11.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-12 {
  background: url(../img/presentation01/12.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-13 {
  background: url(../img/presentation01/13.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-14 {
  background: url(../img/presentation01/14.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-15 {
  background: url(../img/presentation01/15.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-16 {
  background: url(../img/presentation01/16.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-16-2 {
  background: url(../img/presentation01/16-2.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-17 {
  background: url(../img/presentation01/17.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-18 {
  background: url(../img/presentation01/18.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-19 {
  background: url(../img/presentation01/19.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-20 {
  background: url(../img/presentation01/20.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-21 {
  background: url(../img/presentation01/21.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-22 {
  background: url(../img/presentation01/22.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-23 {
  background: url(../img/presentation01/23.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-24 {
  background: url(../img/presentation01/24.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-25 {
  background: url(../img/presentation01/25.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-26 {
  background: url(../img/presentation01/26.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-27 {
  background: url(../img/presentation01/27.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-28 {
  background: url(../img/presentation01/28.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-29 {
  background: url(../img/presentation01/29.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation01-30 {
  background: url(../img/presentation01/30.jpg) no-repeat center center;
  background-size: 100%;
}

#presentation02-01 {
  background: url(../img/presentation02/01.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-02 {
  background: url(../img/presentation02/02.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-03 {
  background: url(../img/presentation02/03.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-04 {
  background: url(../img/presentation02/04.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-05 {
  background: url(../img/presentation02/05.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-06 {
  background: url(../img/presentation02/06.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-07 {
  background: url(../img/presentation02/07.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-08 {
  background: url(../img/presentation02/08.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-09 {
  background: url(../img/presentation02/09.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-10 {
  background: url(../img/presentation02/10.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-11 {
  background: url(../img/presentation02/11.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-12 {
  background: url(../img/presentation02/12.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-13 {
  background: url(../img/presentation02/13.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-14 {
  background: url(../img/presentation02/14.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-15 {
  background: url(../img/presentation02/15.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-16 {
  background: url(../img/presentation02/16.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-17 {
  background: url(../img/presentation02/17.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-18 {
  background: url(../img/presentation02/18.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-19 {
  background: url(../img/presentation02/19.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-20 {
  background: url(../img/presentation02/20.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-21 {
  background: url(../img/presentation02/21.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-22 {
  background: url(../img/presentation02/22.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-23 {
  background: url(../img/presentation02/23.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-24 {
  background: url(../img/presentation02/24.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-25 {
  background: url(../img/presentation02/25.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-26 {
  background: url(../img/presentation02/26.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-27 {
  background: url(../img/presentation02/27.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-28 {
  background: url(../img/presentation02/28.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-29 {
  background: url(../img/presentation02/29.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-30 {
  background: url(../img/presentation02/30.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-31 {
  background: url(../img/presentation02/31.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-32 {
  background: url(../img/presentation02/32.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-33 {
  background: url(../img/presentation02/33.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-34 {
  background: url(../img/presentation02/34.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-35 {
  background: url(../img/presentation02/35.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-36 {
  background: url(../img/presentation02/36.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-37 {
  background: url(../img/presentation02/37.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-38 {
  background: url(../img/presentation02/38.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-39 {
  background: url(../img/presentation02/39.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-40 {
  background: url(../img/presentation02/40.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-41 {
  background: url(../img/presentation02/41.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-42 {
  background: url(../img/presentation02/42.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-43 {
  background: url(../img/presentation02/43.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-44 {
  background: url(../img/presentation02/44.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-45 {
  background: url(../img/presentation02/45.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-46 {
  background: url(../img/presentation02/46.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-47 {
  background: url(../img/presentation02/47.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-48 {
  background: url(../img/presentation02/48.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-49 {
  background: url(../img/presentation02/49.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-50 {
  background: url(../img/presentation02/50.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-51 {
  background: url(../img/presentation02/51.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-52 {
  background: url(../img/presentation02/52.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-53 {
  background: url(../img/presentation02/53.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-54 {
  background: url(../img/presentation02/54.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-55 {
  background: url(../img/presentation02/55.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-56 {
  background: url(../img/presentation02/56.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-57 {
  background: url(../img/presentation02/57.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-58 {
  background: url(../img/presentation02/58.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-59 {
  background: url(../img/presentation02/59.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-60 {
  background: url(../img/presentation02/60.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-61 {
  background: url(../img/presentation02/61.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-62 {
  background: url(../img/presentation02/62.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation02-63 {
  background: url(../img/presentation02/63.jpg) no-repeat center center;
  background-size: 100%;
}

#presentation03-01 {
  background: url(../img/presentation03/01.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation03-02 {
  background: url(../img/presentation03/02.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation03-03 {
  background: url(../img/presentation03/03.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation03-04 {
  background: url(../img/presentation03/04.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation03-05 {
  background: url(../img/presentation03/05.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation03-06 {
  background: url(../img/presentation03/06.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation03-07 {
  background: url(../img/presentation03/07.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation03-08 {
  background: url(../img/presentation03/08.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation03-09 {
  background: url(../img/presentation03/09.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation03-10 {
  background: url(../img/presentation03/10.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation03-11 {
  background: url(../img/presentation03/11.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation03-12 {
  background: url(../img/presentation03/12.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation03-13 {
  background: url(../img/presentation03/13.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation03-14 {
  background: url(../img/presentation03/14.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation03-15 {
  background: url(../img/presentation03/15.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation03-16 {
  background: url(../img/presentation03/16.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation03-17 {
  background: url(../img/presentation03/17.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation03-18 {
  background: url(../img/presentation03/18.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation03-19 {
  background: url(../img/presentation03/19.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation03-20 {
  background: url(../img/presentation03/20.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation03-21 {
  background: url(../img/presentation03/21.jpg) no-repeat center center;
  background-size: 100%;
}

#presentation04-01 {
  background: url(../img/presentation04/01.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation04-02 {
  background: url(../img/presentation04/02.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation04-03 {
  background: url(../img/presentation04/03.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation04-04 {
  background: url(../img/presentation04/04.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation04-05 {
  background: url(../img/presentation04/05.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation04-06 {
  background: url(../img/presentation04/06.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation04-07 {
  background: url(../img/presentation04/07.jpg) no-repeat center center;
  background-size: 100%;
}
#presentation04-08 {
  background: url(../img/presentation04/08.jpg) no-repeat center center;
  background-size: 100%;
}
