@charset 'UTF-8';
.corporate{
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 99999;
  width: 70px;
  line-height: 1.2;
}
.corporate a{
  display: block;
  background: #FF8420;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 25px;
  border-radius: 7px 0 0 7px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.insta{
  padding-block: 60px;
  background: linear-gradient(90deg, rgba(76,100,211,1) 0%, rgba(207,46,146,1) 35%, rgba(242,105,57,1) 70%, rgba(255,221,131,1) 100%);
}
.insta .inner{
  width: min(100% - 4rem,1200px);
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -5px #777777;
}
.insta-title{
  text-align: center;
  margin-bottom: 20px;
}
.campaign{
  padding-block: 60px;
}
.section-01{
  background: #f5c400;
}
.section-01 .inner{
  padding-block: 60px;
}
.section-01 .large{
  display: block;
  font-size: 24px;
  border-bottom: 2px solid #000;
  padding-bottom: 30px;
  font-weight: 900;
  margin-top: 30px;
}
.section-01 ul li{
  font-weight: bold;
}
.section-01 ul li:first-child{
  font-size: 24px;
  font-weight: 900;
}
.section-01 ul li:not(:first-child){
  position: relative;
  padding-left: 25px;
}
.section-01 ul li:not(:first-child):before{
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
}
.section-01 ul li:not(:last-child){
  margin-bottom: 10px;
}
@media screen and (max-width: 834px){
  .insta .inner{
    padding: 20px;
  }
  .section-01 .inner{
    padding: 40px;
  }
}
@media screen and (max-width: 640px){
  .corporate{
    width: 45px;
    top: 70%;
  }
  .corporate a{
    padding: 15px;
  }
  .insta .inner{
    padding: 15px;
  }
  .section-01 .inner{
    padding: 30px;
  }
  .section-01 ul li br{
    display: none;
  }
}