@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500&display=swap');
:root{
  --defolt-color: #493C2B;
  --font-mplus:"M PLUS Rounded 1c", sans-serif;
}
.mv-title{
  margin: 0;
  padding: 11px 0 5px;
  color: #fff;
  font-size: 20px;
  font-family: var(--font-mplus);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  background: #D2EAC1;
  background: linear-gradient(0deg, rgba(210, 234, 193, 1) 0%, rgba(1, 169, 190, 1) 100%);
}
.page-lead{
  margin-top: 28px;
  color: var(--defolt-color);
  font-size: 20px;
  line-height: 1.85;
  letter-spacing: 0.02em;
  text-align: center;
}
.apply-btn{
  width: 122px;
  height: 122px;
  position: fixed;
  right: 100px;
  bottom: 10%;
  z-index: 3;
}
.about-contest{
  padding: 50px 0 255px;
  background-image: url(/img/usr/freepage/design-contest/bg_cont.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section__title{
  margin: 0;
  padding: 0;
  color: var(--defolt-color);
  font-size: 28px;
  font-family: var(--font-mplus);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  background: none;
  position: relative;
}
.about-contest-content{
  width: 100%;
  max-width: 720px;
  margin: 32px auto 0;
  padding: 40px 43px;
  border-radius: 20px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.14);
  background-color: #fff;
  position: relative;
}
.about-contest-wrap{
  position: relative;
}
.about-contest-wrap::after{
  content: '';
  width: 340px;
  height: 50px;
  display: block;
  background-image: url(/img/usr/freepage/design-contest/img_notch.png);
  background-size: 340px 50px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.about-contest-wrap .section__title{
  position: relative;
}
.about-contest-wrap .section__title span{
  position: relative;
  top: 10px;
  z-index: 2;
}
.about-contest-wrap .about-contest-content{
  margin-top: 0;
}
.about-contest-content__title{
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-family: var(--font-mplus);
  font-weight: 500;
  letter-spacing: 0.08em;
}
.about-contest-content__title::after{
  content: none;
}
.recruitment-contest-content:first-of-type{
  text-align: center;
}
.recruitment-contest-content__title{
  padding: 11px 10px;
  color: #fff;
  font-family: var(--font-mplus);
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.08em;
  background-color: #42BEBF;
}
.recruitment-contest-content__image{
  margin-top: 28px;
}
.about-contest-content__text{
  margin-top: 1em;
}
.text-link{
  color: #11AEBE;
}
.text-link:hover{
  text-decoration: none;
}
ul.contest-content__lists .contest-content__item{
  margin-top: 0.5em;
  padding-left: 1em;
  position: relative;
}
ul.contest-content__lists .contest-content__item::before{
  content: "・";
  position: absolute;
  left: 0;
}
ol.contest-content__lists,
ul.contest-content__lists.-no{
  counter-reset: number;
  list-style: none;
}
ol.contest-content__lists .contest-content__item,
ul.contest-content__lists.-no .contest-content__item{
  margin-top: 0.5em;
  padding-left: 1.2em;
  counter-increment: number;
  position: relative;
}
ol.contest-content__lists .contest-content__item::before,
ul.contest-content__lists.-no .contest-content__item::before{
  content: counter(number, decimal);
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  margin-right: 0.5em;
  border-radius: 50%;
  border: 1px solid #333;
  color: #333;
  line-height: 1em;
  position: absolute;
  top: 4px;
  left: 0;
}
.btn-wrap{
  margin-top: 32px;
  padding: 0 15px;
}
.contest-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 68px;
  background: linear-gradient(0deg, rgba(210, 234, 193, 1) 0%, rgba(1, 169, 190, 1) 100%);
  border-radius: 50px;
  padding: 0 40px;
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}
.contest-btn:hover{
  color: #fff;
  background-color: #938675;
  transition: 0.2s background-color ease-in;
}
.contest-btn:hover:before{
  border-color: #938675;
}
.btn-wrap + .recruitment-contest-content{
  margin-top: 60px;
}
@media screen and (max-width:768px){
  .mv-title{
    font-size: 18px;
  }
  .apply-btn{
    width: 73px;
    height: 73px;
    bottom: 5%;
    right: 20PX;
  }
  .about-contest-content{
    padding: 16px 15px;
  }
  .page-lead{
    padding: 0 15px;
    font-size: 14PX;
  }
  .section__title{
    font-size: 24px;
  }
  .about-contest-wrap .section__title span{
    top: 16px;
  }
  .about-contest-wrap::after{
    width: 200px;
    height: 40px;
    background-size: 200px 40px;
    top: 0;
  }
  .about-contest{
    padding: 50px 15px 115px;
    background-image: url(/img/usr/freepage/design-contest/bg_cont_sp.png);
  }
  .about-contest-content__title{
    font-size: 20px;
  }
  .about-contest-content__text{
    font-size: 14px;
  }
  .recruitment-contest-content__text{
    padding: 0 15px;
    font-size: 14px;
  }
  .contest-content__lists{
    padding: 0 15px;
  }
  .recruitment-contest-content__image{
    padding: 0 15px;
  }
  ol.contest-content__lists .contest-content__item,
  ul.contest-content__lists.-no .contest-content__item,
  ul.contest-content__lists .contest-content__item{
    font-size: 14px;
  }
  .contest-content__item-text--note{
    font-size: 14px;
  }
  .section__title + .recruitment-contest-content{
    margin-top: 20px;
  }
  .contest-btn{
    font-size: 18px;
  }
}