html {
  font-size: 16px;
}
.bgc01-1 {
  background: linear-gradient(90deg, #FFC107 0%, #ea6100 100%);
}
.top-mv-box .left .title {
  font-size: 50px;
  font-weight: bold;
}
.top-mv-box .left .sub {
  font-size: 70px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
span.n {
  display: block;
}
.top-mv-box .icon-left {
  width: 700px;
  top: -200px;
  left: 110px;
}
.top-mv-box .pop {
  position: absolute;
  bottom: 50px;
  left: 33%;
  display: flex;
  z-index: 3;
}
.top-mv-box .pop li {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  padding: 9% 2%;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  margin-right: 10px;
  text-align: center;
  color: #000;
  font-size: 18px;
}

@media (max-width: 1024px) {
  .top-mv-box .left .title {
    font-size: 32px;
  }
  .top-mv-box .left .sub {
    font-size: 48px;
  }
  .top-mv-box .icon-left {
    width: 400px;
    top: -140px;
    left: -20px;
  }
  .top-mv-box .pop {
    bottom: 20px;
  }
  .top-mv-box .pop li {
    width: 150px;
    height: 150px;
    padding: 8% 1%;
    font-size: 16px;
  }
}

@media (max-width: 599px) {
  .top-mv-box {
    height: 560px;
  }
  .top-mv-box .left .title {
    font-size: 24px;
  }
  .top-mv-box .left .sub {
    font-size: 30px;
  }
  span.n {
    display: inline;
  }
  .top-mv-box .right {
    margin-right: initial;
    width: 100%;
  }
  .top-mv-box .icon-left {
    transform:initial;
    width: 90%;
    top: 10%;
    left: 5%;
  }
  .top-mv-box .pop {
    bottom: 40px;
    width: 96%;
    left: 2%;
  }
  .top-mv-box .pop li {
    width: 120px;
    height: 120px;
    padding: 8% 1%;
    font-size: 12px;
    margin-left: auto; 
    margin-right: auto;
  }
}



/**課題**/
.ttbox01 h3 {
  color: #fff;
}
.ttbox01 {
  background:linear-gradient(90deg, #f7c727 0%, #f98404 100%);
}
.ttbox01 ul {
  counter-reset:list;
  list-style-type:none;
  padding: 3%;
  border-radius: 20px;
  background: #fff;
}
.ttbox01 ul li{
  position:relative;
  line-height: 50px;
  margin: 7px 0 10px 40px;
  padding-left:40px;
  font-weight: bold;
  border-bottom:solid 1px #ef8100;
  font-size: 20px;
}
.ttbox01 ul li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -30px;
  width: 50px;
  height: 52px;
  background: #ef8100;
  text-align: center;
  color: #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 599px) {
  .ttbox01 ul li {
    line-height: 32px;
    font-size: 16px;
    padding-left: 10px;
  }
  .ttbox01 ul li:before {
    left: -30px;
    width: 30px;
    height: 32px;
  }
}

/**問題解決**/
.ttbox02 img {
  width: 100%;
}
.ttbox02 .tit {
  font-size: 20px;
  font-weight: bold;
}

.top01 dt {
  font-size: 18px;
  font-weight: bold;
}
.popup {
  font-size: 14px;
}

/**問題解決**/
.show-pc {
  display: block;
}
.show-sp {
  display: none;
}
.ttbox04 {
  background: #f4f6fa;
}
.roop-img {
  width: 90%;
  margin: 10px auto 0;
}
.roop-img img {
  width: 100%;
}

@media (max-width: 599px) {
  .show-pc {
    display: none;
  }
  .show-sp {
    display: block;
  }
}

/**料金**/
.ttbox04 h3 {
  color: #fff;
}
.ttbox04 {
  background: linear-gradient(90deg, #ef8000 0%, #e95808 100%);
}

.ttbox04 .flow04 {
  background: #fff;
  padding: 5%;
  border-radius: 20px;
}

/**主な機能**/
.kino ul li.li-box {
  width: 48%;
  margin: 10px auto;
  background: #fff;
  padding: 2%;
}
.kino ul li.li-box .tit {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: bold;
}
.kino ul li.li-box dl {
  display: flex;
}
.kino ul li.li-box dl dt {
  width: 48%;
  margin-right: 2%;
}
.kino ul li.li-box dl dt img {
  width: 100%;
}
.kino ul li.li-box dl dd {
  width: 50%;
}
.kino ul li.li-box dd .text {
  background: #f4f6fa;
  padding: 2%;
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/**フッター**/
footer {
  background: linear-gradient(90deg, #ef8000 0%, #e95808 100%);
  color: #fff;
}

@media (max-width: 599px) {
  .kino ul li.li-box {
    width: 100%;
    padding: 20px;
  }
  .kino ul li.li-box dl {
    display: block;
  }
  .kino ul li.li-box dl dt {
    width: 100%;
    margin-right: 0;
  }
  .kino ul li.li-box dl dd {
    width: 100%;
    margin-top: 20px;
  }
}
