.shugaku::after {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 130px;
  content: "";
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .shugaku::after {
    height: 10px;
    margin-top: 85px;
  }
}
.shugaku__wrap {
  padding: 0 20px;
}
.shugaku__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 938px;
  margin: 60px auto 0;
}
.shugaku__col {
  width: 298px;
}
.shugaku__title1, .shugaku__title2 {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media screen and (width <= 900px) {
  .shugaku__title1, .shugaku__title2 {
    font-size: 16px;
  }
}
.shugaku__title1 {
  line-height: 40px;
  color: #FFF;
  background: #1B1538;
}
.shugaku__title1_2 {
  margin-top: 30px;
}
@media screen and (width <= 900px) {
  .shugaku__title1_2 {
    font-size: 14px;
  }
}
.shugaku__title2 {
  margin-top: 45px;
  line-height: 38px;
  color: #1B1538;
  background: none;
  border: 1px solid #1B1538;
}
.shugaku__title3 {
  margin: 58px 0 12px;
  font-size: 25px;
  line-height: 30px;
  color: #1B1538;
  text-align: center;
}
@media screen and (width <= 900px) {
  .shugaku__title3 {
    margin-bottom: 0;
    font-size: 16px;
  }
}
.shugaku__text1, .shugaku__text2 {
  padding-top: 25px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
@media screen and (width <= 900px) {
  .shugaku__text1, .shugaku__text2 {
    padding-top: 20px;
    font-size: 13px;
    line-height: 20px;
  }
}
.shugaku__text1 {
  text-align: center;
}
.shugaku__text2 a {
  font-weight: 600;
  color: #ED090D;
  text-decoration: underline;
  cursor: pointer;
}
.shugaku__text3 {
  padding-top: 20px;
  font-size: 15px;
  color: #000;
  text-align: center;
}
@media screen and (width <= 900px) {
  .shugaku__text3 {
    font-size: 14px;
    line-height: 20px;
  }
}
.shugaku__text4 {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #1B1538;
}
@media screen and (width <= 900px) {
  .shugaku__text4 {
    font-size: 14px;
  }
}
.shugaku__text5 {
  padding-top: 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #1B1538;
}
@media screen and (width <= 900px) {
  .shugaku__text5 {
    font-size: 14px;
  }
}
.shugaku__main {
  max-width: 940px;
  margin: 65px auto 0;
}
.shugaku__yokocont {
  max-width: 940px;
  margin: 40px auto 0;
  overflow: hidden;
}
.shugaku__yokotable {
  width: 100%;
  overflow-x: auto;
}
.shugaku__yokotable table {
  width: 100%;
  min-width: 940px;
  border-collapse: collapse;
}
@media screen and (width <= 900px) {
  .shugaku__yokotable table {
    min-width: 680px;
  }
}
.shugaku__yokotable td, .shugaku__yokotable th {
  height: 80px;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  color: #1B1538;
  text-align: center;
  vertical-align: middle;
  background: none;
  border: 1px solid #1B143F;
}
@media screen and (width <= 900px) {
  .shugaku__yokotable td, .shugaku__yokotable th {
    height: 50px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 20px;
  }
}
.shugaku__yokotable td.he2,
.shugaku__yokotable th.he2 {
  height: 40px;
}
@media screen and (width <= 900px) {
  .shugaku__yokotable td.he2,
  .shugaku__yokotable th.he2 {
    height: 20px;
  }
}
.shugaku__yokotable .co1 {
  width: 130px;
}
@media screen and (width <= 900px) {
  .shugaku__yokotable .co1 {
    width: 75px;
  }
}
.shugaku__yokotable .co2 {
  width: 210px;
}
@media screen and (width <= 900px) {
  .shugaku__yokotable .co2 {
    width: 140px;
  }
}
.shugaku__yokotable .co3 {
  width: 160px;
}
@media screen and (width <= 900px) {
  .shugaku__yokotable .co3 {
    width: 120px;
  }
}
.shugaku__yokotable .co4 {
  width: 140px;
}
@media screen and (width <= 900px) {
  .shugaku__yokotable .co4 {
    width: 100px;
  }
}
.shugaku__yokotable td.left {
  text-align: left;
}
.shugaku__table-foot {
  padding-top: 19px;
  font-size: 15px;
  font-weight: 300;
  color: #000;
}
.shugaku__table-foot a {
  color: #000;
  text-decoration: underline;
}
.shugaku__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 860px;
  margin: 20px auto 0;
}
.shugaku__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 40px;
  font-size: 15px;
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 800px) {
  .shugaku__btn {
    width: 155px;
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .shugaku__btn {
    width: calc(50% - 10px);
    font-size: 12px;
  }
}
.shugaku__btn_is {
  background: #F6C242;
}
.shugaku__btn_it {
  background: #E989B5;
}
.shugaku__btn_manga {
  background: #72B174;
}
.shugaku__btn_game {
  background: #F0838B;
}
.shugaku__btn_cg {
  background: #6DB8B8;
}
.shugaku__btn_design {
  background: #0086C9;
}
.shugaku__btn_ms {
  background: #8E87C0;
}
.shugaku__btn_voice {
  background: #57BBE9;
}
.shugaku__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 35px;
}
@media screen and (max-width: 980px) {
  .shugaku__flex {
    max-width: 660px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 660px) {
  .shugaku__flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.shugaku__flex-col {
  width: 290px;
  padding: 20px 0 0;
}
.shugaku__subtitle {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #1B1538;
  text-align: center;
}
@media screen and (width <= 900px) {
  .shugaku__subtitle {
    font-size: 16px;
  }
}
.shugaku__subtitle_2nd {
  display: none;
}
@media screen and (width <= 900px) {
  .shugaku__subtitle_2nd {
    display: block;
  }
}
.shugaku__flex-table {
  margin-top: 4px;
  border-collapse: collapse;
}
.shugaku__flex-table td {
  width: 145px;
  height: 30px;
  padding: 0 9px 0 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  color: #1B1538;
  vertical-align: middle;
  background: none;
  border: 1px solid #1B143F;
}
.shugaku__flex-table td:nth-of-type(2) {
  text-align: right;
}
.shugaku__flex-arrow {
  width: 6px;
  margin: 12px 4px 4px;
  fill: #000;
  stroke-width: 0;
}