/*
cospoVisual
*/
.cospoVisual {
}
.cospoVisual-block {
}
.cospoVisual-block img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*
cospo
*/


.cospo {
  overflow: hidden;
  word-break: break-all;
}

/*
cospoVisual
*/

.cospoMain {
  padding: 100px 0 0;
  background: url(../../img/cospo/bg01.jpg) no-repeat left center / cover ;
}


.cospoMain-block{
  position: relative;
  padding: 50px 60px 50px 0;
  max-width: 700px;
  color: #fff;
  transform: translateY(80px);
}
.cospoMain-block::before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9;
}
.cospoMain-block::after{
  content: "";
  display: block;
  width: 600px;
  height: 600px;
  background: url(../../img/cospo/15years.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 90%;
  top: -120px;
}

.cospoMain-inner {
  position: relative;
  z-index: 10
}

.cospoMain-title {
  font-size: 250%;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-bottom: 0.6em;
}
.cospoMain-title span {
  display: inline-block;
  transform: skewX(-10deg);
}
.cospoMain-title span:nth-of-type(2) {
}
.cospoMain-text {
  font-size: 108%;
  line-height: 1.7;
  color: #fff;
}
.cospoMain-text:not(:last-of-type) {
  padding-bottom: 1em;
}

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

  .cospoMain {
    padding: 40px 0 120px;
  }

  .cospoMain-block{
    padding: 30px 20px 80px 0;
    transform: translateY(30px);
  }
  .cospoMain-block::before {
  }
  .cospoMain-block::after{
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    background: url(../../img/cospo/yakudou.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    left: auto;
    right: -40px;
    top: -30px;
    z-index: 9;
  }

  .cospoMain-title {
    font-size: 185%;
  }
  .cospoMain-title span {
    display: inline-block;
    transform: skewX(-10deg);
  }
  .cospoMain-text {
    font-size: 100%;
  }

}


/*
cospoCv
*/

.cospoCv {
  background: url(../../img/bg04.jpg) no-repeat center center / cover ;
  background-color: #00491e;
  padding: 160px 0 80px;
  text-align: center;
}
.cospoCv-link {
}
.cospoCv-link a {
  width: 100%;
  display: inline-block;
  max-width: 640px;
  line-height: 1.3;
  font-feature-settings: "palt";
  font-family: 'Oswald', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-decoration: none;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  padding: 25px 0;
  color: #00491e;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 0 2px #00491e inset;
}
.cospoCv-link a::after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #00491e;
    border-right: 2px solid #00491e;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    transform: rotate(45deg);
}
.cospoCv-link a span{
  display: inline-block;
  transform: skewX(-10deg);
}
.cospoCv-link a:hover{
  opacity: 0.98;
}

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

  .cospoCv {
    padding: 20px 0 20px;
  }
  .cospoCv-link {
  }
  .cospoCv-link a {
    font-size: 139%;
    padding: 20px 0;
  }

}

/*
cospoInfo
*/

.cospoInfo {
}

.cospoInfo-section {
  padding: 80px 0;
}
.cospoInfo .cospoInfo-section:first-child {
  padding-top: 180px;
}

.cospoInfo-section:nth-child(1) {
  background: url(../../img/bg02.jpg) no-repeat center center / cover ;
}
.cospoInfo-section:nth-child(2) {
  background: linear-gradient(160deg, rgba(243,226,199,0.05) 0%,rgba(193,158,103,0.15) 50%,rgba(182,141,76,0.2) 51%,rgba(233,212,179,0.05) 100%);
}
.cospoInfo-section:nth-child(3) {
  background: linear-gradient(160deg, rgba(226,226,226,0.05) 0%,rgba(219,219,219,0.15) 50%,rgba(209,209,209,0.3) 51%,rgba(254,254,254,0.05) 100%);
}
.cospoInfo-section:nth-child(4) {
  background-color: #f6f6f6;
}
.cospoInfo-section:nth-child(odd) {
/*  background-color: #f6f6f6;*/
}
.cospoInfo-heading {
  text-align: center;
  padding-bottom: 60px;
}
.cospoInfo-heading-title {
  display: block;
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-size: 350%;
  font-weight: 600;
  z-index: 2;
  line-height: 1.2;
  padding-bottom: 5px;
  transform: skewX(-10deg);
  color: #00491e;
}
.cospoInfo-heading-subTitle {
  font-weight: 600;
  font-size: 124%;
  position: relative;
  padding-left: 3.5em;
  padding-right: 3.5em;
  display: inline-block;
}

.cospoInfo-heading-subTitle::before,
.cospoInfo-heading-subTitle::after {
  content: "";
  display: block;
  width: 3em;
  height: 1px;
  background-color: #00491e;
  position: absolute;
  top: 0.7em;
}

.cospoInfo-heading-subTitle::before{
  left: 0;
}
.cospoInfo-heading-subTitle::after{
  right: 0;
}


.cospoInfo-heading-text {
  font-size: 108%;
  line-height: 1.8;
  padding-top: 40px;
}

.cospoInfo-tips {
  font-size: 93%;
  line-height: 1.6;
  text-align: right;
}

/*
01
*/

.cospoList01 {
  text-align: center;
}
.cospoList01 li {
  font-size: 200%;
  font-feature-settings: "palt";
  line-height: 1.4;
  padding-bottom: 0.6em;
  transform: skewX(-10deg);
}


/*
02
*/

.cospoList-vip-sponsor {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding-left: 5%;
}
.cospoList-vip-sponsor li {
  width: 45%;
  letter-spacing: 0;
  font-size: 240%;
  font-feature-settings: "palt";
  line-height: 1.4;
  padding: 0 0.5em 0.5em 0.5em;
  transform: skewX(-10deg);
}


/*
03
*/

.cospoList-platinum-sponsor {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.cospoList-platinum-sponsor li {
  width: 33.3333%;
  letter-spacing: 0;
  font-size: 185%;
  font-feature-settings: "palt";
  line-height: 1.4;
  padding-bottom: 0.5em;
  transform: skewX(-10deg);
}

/*
04
*/

.cospoList-gold-sponsor,
.cospoList-silver-sponsor {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.cospoList-gold-sponsor li,
.cospoList-silver-sponsor li {
  width: 25%;
  letter-spacing: 0;
  font-size: 170%;
  font-feature-settings: "palt";
  line-height: 1.4;
  padding-bottom: 0.5em;
  transform: skewX(-10deg);
}


/*
05
*/

.cospoList-green-sponsor {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.cospoList-green-sponsor li {
  width: 20%;
  letter-spacing: 0;
  font-size: 147%;
  font-feature-settings: "palt";
  line-height: 1.4;
  padding-bottom: 0.5em;
  transform: skewX(-10deg);
}


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

  .cospoInfo {
  }

  .cospoInfo-section {
    padding: 60px 0;
  }
  .cospoInfo-heading {
    padding-bottom: 30px;
  }
  .cospoInfo-heading-title {
    font-size: 200%;
  }
  .cospoInfo-section p {
    font-size: 93%;
  }

  /*
  01
  */

  .cospoList01 {
    text-align: center;
  }
  .cospoList01 li {
    font-size: 154%;
  }


  /*
  02
  */

  .cospoList-vip-sponsor {
    display: flex;
    text-align: center;
  }
  .cospoList-vip-sponsor li {
    width: 50%;
    font-size: 131%;
    padding: 0 0.5em 0.8em 0.5em;
    transform: skewX(-10deg);
  }


  /*
  03
  */

  .cospoList-platinum-sponsor {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
  .cospoList-platinum-sponsor li {
    font-size: 93%;
    padding-bottom: 0.8em;
  }

  /*
  04
  */

  .cospoList-gold-sponsor,
  .cospoList-silver-sponsor {
    margin-right: -1em;
  }
  .cospoList-gold-sponsor li,
  .cospoList-silver-sponsor li {
    width: 25%;
    font-size: 70%;
    letter-spacing: 0;
    padding-bottom: 0.8em;
    padding-right: 1em;
  }


  /*
  05
  */

  .cospoList-green-sponsor {
    display: flex;
    flex-wrap: wrap;
  }
  .cospoList-green-sponsor li {
    font-size: 62%;
    font-feature-settings: "palt";
    letter-spacing: 0;
    padding-right: 1em;
    padding-bottom: 0;
    line-height: 1.6;
    transform: skewX(-10deg);
  }


}


















