
.sp2020-visual {
  padding-bottom: 40px;
}

.sp2020-heading {
  text-align: center;
  overflow: hidden;
  padding-bottom: 40px;
  color: #00491e;
}
.sp2020-heading-white{
  color: #fff;
}
.sp2020-heading-subTitle {
  font-family: 'Oswald', sans-serif;
  font-size: 400%;
  font-weight: 600;
  transform: skewX(-5deg);
  z-index: 2;
  line-height: 1.2;
  padding-bottom: 10px;
}
.sp2020-heading-title {
  display: inline-block;
  font-size: 200%;
  font-weight: bold;
  transform: skewX(-8deg);
}


.sp2020-text {
  text-align: center;
  font-size: 131%;
  line-height: 2;
}

.sp2020-subText {
  text-align: center;
  font-size: 124%;
  line-height: 1.8;
}

.sp2020-subTitle {
  font-size: 320%;
  text-align: center;
  padding-bottom: 20px;
  color: #00491e;
  transform: skewX(-5deg);
  line-height: 1.2;
}
.sp2020-subTitle-white{
  color: #fff;
}

.sp2020-wrap {
  overflow: hidden;
  padding: 0 20px;
}
.sp2020-box {
  padding: 30px 50px;
  margin-top: 30px;
  text-align: center;
  background-color: #000;
  color: #fff;
  position: relative;
  transform: skewX(-8deg);
}
.sp2020-box i.fa {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}
.sp2020-box-text {
  font-size: 139%;
  font-weight: bold;
  line-height: 2;
}
.sp2020-box-text .text-accent{
  background: #e00;
  margin: 0 0.5em
}

.sp2020-list{
  display: flex;
  margin-left: -3%;
}
.sp2020-list li{
  margin-left: 3%;
  overflow: hidden;
}
.sp2020-list-half li{
  width: 47%;
}
.sp2020-list-trisect li{
  width: 30.3%;
}

.sp2020-list-img {
}
.sp2020-list-img img{
  border: 3px solid #000;
}
.sp2020-list-img img:hover {
  border-color: #00491e;
}
.sp2020-list-title {
  display: inline-block;
  padding: 22px 0 10px;
  color: #00491e;
  font-weight: bold;
  font-size: 170%;
  font-weight: bold;
  color: #00491e;
  letter-spacing: 0;
  transform: skewX(-8deg);
}
.sp2020-list-text {
  font-size: 108%;
  line-height: 1.8;
  padding-bottom: 15px;
}


.sp2020-list-link {
  text-align: center;
  padding-bottom: 5px;
}
.sp2020-list-btn {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 8px 20px;
  border: 1px solid #00491e;
  color: #00491e;
  font-weight: bold;
  font-size: 108%;
  text-decoration: none;
  position: relative;
}
.sp2020-list-btn::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #00491e;
  border-right: 1px solid #00491e;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -4px;
  transform: rotate(45deg);
}
.sp2020-list-btn:hover {
  background-color: #00491e;
  color: #fff;
  opacity: 1;t
}
.sp2020-list-btn:hover::after {
  border-color: #fff;
}


.sp2020-slider {
  overflow: hidden;
  position: relative;
}s

.sp2020-slider:not(:first-child){
  padding-top: 80px;
}


.sp2020-slider-noOffset{
  padding-top: 0 !important;
}

.sp2020-slider-list{
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.sp2020-slider-list .slick-slide {
  width: 480px;
  margin: 0 10px;
}

.sp2020-slider-screen {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.sp2020-slider-screen iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.sp2020-slider .slick-dots{
  position: static;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.sp2020-slider .slick-dots button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #ddd;
  display: inline-block;
  width: 30px;
  height: 4px;
  text-indent: -99999px;
  overflow: hidden;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.sp2020-slider .slick-dots .slick-active button{
  background-color: #00491e;
}

.sp2020-tw-item {
  padding: 0 5px;
}


.sp2020-partner{
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  padding-top: 20px;
}

.sp2020-partner li{
  width: 48%;
  margin-left: 2%;
  margin-bottom: 10px;
}

.sp2020-act {
  background-color: #eee;
  border: 3px solid #00491e;
  padding: 0 30px 30px 30px;
  margin-bottom: 60px;
}
.sp2020-act-title {
  display: inline-block;
  color: #fff;
  font-size: 185%;
  font-weight: bold;
  transform: ;
  padding-bottom: 20px;
  background-color: #00491e;
  transform: translateY(-20px) skewX(-8deg);
  padding: 5px 30px;
}


.sp2020-news {
}
.sp2020-news li {
}
.sp2020-news a {
  display: inline-block;
  position: relative;
  padding: 5px 0 5px 18px;
  font-size: 139%;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.sp2020-news a:hover {
  color: #00491e;
  text-decoration: underline;
}
.sp2020-news a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #00491e;
  border-top: 2px solid #00491e;
  position: absolute;
  left: 0;
  top: 14px;
  transform: rotate(45deg);
}

.sp2020-block {
  display: flex;
  justify-content: space-between;
}
.sp2020-block:not(:last-child) {
}
.sp2020-block-img{
  width: 48%;
}
.sp2020-block-inner{
  width: 48%;
}

.sp2020-coming{
  background-color: #ddd;
  color: #00491e;
  font-family: 'Oswald', sans-serif;
  font-size: 200%;
  font-weight: 600;
  padding: 125px 0;
  text-align: center;
}


.sp2020-more {
  color: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.sp2020-more-title {
  display: inline-block;
  font-size: 185%;
  font-weight: bold;
  transform: skewX(-5deg);
  padding-bottom: 10px;
}

.sp2020-tw-list {
  display: flex;
  padding-top: 20px;
}
.sp2020-tw-list li {
  width: 16.66666%;
  padding: 0 20px;
}
.sp2020-tw-list a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.sp2020-tw-list figure {
}
.sp2020-tw-list img {
  border-radius: 50%;
}
.sp2020-tw-list figcaption {
  font-weight: bold;
  font-size: 116%;
  padding-top: 10px;
}
.sp2020-tw-list a:hover {
  opacity: 0.8;
}

.sp2020-corp {
  text-align: center;
  padding-bottom: 20px;
}
.sp2020-corp li {
  padding-bottom: 10px;
}
.sp2020-corp img {
}

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

  .sp2020-visual {
    padding-bottom: 20px;
  }

  .sp2020-heading {
    padding-bottom: 30px;
  }
  .sp2020-heading-white{
  }
  .sp2020-heading-subTitle {
    font-size: 230%;
    padding-bottom: 5px;
  }
  .sp2020-heading-title {
    font-size: 139%;
  }

  .sp2020-subTitle {
    font-size: 185%;
    padding-bottom: 10px;
  }


  .sp2020-wrap {
    overflow: hidden;
    padding: 0 20px;
  }
  .sp2020-box {
    padding: 20px 20px;
    transform: skewX(-3deg);
  }
  .sp2020-box i.fa {
  }
  .sp2020-box-text {
    font-size: 116%;
    font-weight: bold;
    line-height: 2;
    text-align: left;
  }
  .sp2020-box-text .text-accent{
    background: #e00;
    margin: 0 0.5em
  }


  .sp2020-text {
    text-align: left;
    font-size: 116%;
    line-height: 1.7;
  }
  .sp2020-subText {
    text-align: left;
    font-size: 116%;
    line-height: 1.7;
  }

  .sp2020-list{
    display: block;
    margin-left: 0;
  }
  .sp2020-list li{
    margin-left: 0;
    padding-bottom: 30px;
  }
  .sp2020-list-half li{
    width: auto;
  }
  .sp2020-list-trisect li{
    width: auto;
  }

  .sp2020-list-img {
  }
  .sp2020-list-title {
    padding: 22px 0 10px;
    font-size: 147%;
  }
  .sp2020-list-text {
    font-size: 108%;
    line-height: 1.7;
  }

  .sp2020-slider .slick-dots{
  }
  .sp2020-slider .slick-dots button{
    width: 10px;
    height: 3px;
    margin: 0 2px;
  }

  .sp2020-slider:not(:first-child){
    padding-top: 50px;
  }

  .sp2020-tw {
    display: block;
    margin-left: 0;
  }
  .sp2020-tw-item {
    width: auto;
    margin-left: 0;
  }

  .sp2020-act {
    padding: 0 20px 20px 20px;
    margin-bottom: 60px;
  }
  .sp2020-act-title {
    font-size: 139%;
    padding: 5px 20px;
  }

  .sp2020-block {
    display: block;
  }
  .sp2020-block:not(:last-child) {
    padding-bottom: 30px;
  }
  .sp2020-block-img{
    width: auto;
  }
  .sp2020-block-inner{
    width: auto;
  }

  .sp2020-more {
    padding: 20px 5% 0;
  }
  .sp2020-more-title {
    font-size: 131%;
    padding-bottom: 5px;
  }

  .sp2020-tw-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .sp2020-tw-list li {
    width: 33.3333%;
    padding: 0 10px 30px;
  }
  .sp2020-tw-list a {
  }
  .sp2020-tw-list figure {
  }
  .sp2020-tw-list img {
    width: auto;
    max-width: 100px;
    border-radius: 50%;
  }
  .sp2020-tw-list figcaption {
    font-weight: bold;
    font-size: 100%;
    padding-top: 5px;
  }

}















