#contentsContainer {
  width: 100% !important;
  padding: 0 !important;
}

#special-college {
  font-size: 1.15rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #special-college {
    width: 100%;
    overflow: hidden;
  }
}
#special-college img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #special-college .pc {
    display: none;
  }
}
#special-college .sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #special-college .sp {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #special-college {
    font-size: 1.4rem;
  }
}
#special-college .sec-mv {
  background: url(../images/bg_main_pc.png) no-repeat;
  background-size: cover;
  text-align: center;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: center;
}
@media only screen and (max-width: 768px) {
  #special-college .sec-mv {
    background: url(../images/bg_main_sp.png) no-repeat center center;
    height: auto;
    padding: 60px 10px;
  }
}
#special-college .sec-mv h1 {
  max-width: 900px;
  margin: 0 auto;
}
#special-college .sec-02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D8F4FE), to(#EAFCFB));
  background-image: linear-gradient(180deg, #D8F4FE, #EAFCFB);
}
#special-college .l-content-wrap {
  max-width: 950px;
  margin: 0 auto;
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  #special-college .l-content-wrap {
    width: 100%;
    padding: 30px 10px;
  }
}
#special-college .l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #special-college .l-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#special-college .l-read {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #special-college .l-read {
    text-align: left;
  }
}
#special-college .l-movie {
  margin: 0 auto 50px;
  text-align: center;
}
#special-college .l-voice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#special-college .l-map .gmap {
  height: 450px;
}
#special-college .ul-disc li {
  position: relative;
  padding-left: 18px;
  line-height: 1.8;
}
#special-college .ul-disc li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 12px;
}
@media only screen and (max-width: 768px) {
  #special-college .ul-disc li {
    padding-left: 15px;
  }
  #special-college .ul-disc li:before {
    top: 8px;
  }
}
#special-college .ul-disc-02 li {
  position: relative;
  padding-left: 16px;
  line-height: 1.8;
  font-size: 0.88rem;
  margin-bottom: 15px;
}
#special-college .ul-disc-02 li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #303030;
  position: absolute;
  left: 0;
  top: 8px;
}
@media only screen and (max-width: 768px) {
  #special-college .ul-disc-02 li {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
#special-college .ul-program-target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#special-college .ul-program-target li {
  width: 120px;
  text-align: center;
  padding: 8px 0;
  line-height: 1;
  color: #FFF;
  font-size: 0.8rem;
  background: #3E72E9;
  border-radius: 5px;
}
#special-college .ul-program-target li.type-01 {
  background: #3A4A9D;
}
#special-college .ul-program-target li.type-02 {
  background: #C48632;
}
#special-college .ul-program-target li.type-03 {
  background: #965157;
}
#special-college .ul-program-target li.type-04 {
  background: #CB5C83;
}
@media only screen and (max-width: 768px) {
  #special-college .ul-program-target {
    width: 250px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}
#special-college .btn {
  width: 550px;
  background: #BB1436;
  display: block;
  margin: auto;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  padding: 18px 0;
  border: 2px solid #BB1436;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#special-college .btn:after {
  content: "";
  width: 10px;
  height: 18px;
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 10.4 17.5'%3E%3Cpath fill='%23FFF' d='m3.1.5 6.8 7c.3.3.5.8.5 1.3 0 .4-.1.9-.5 1.1l-6.8 7c-.4.3-.8.5-1.3.5s-.9-.2-1.3-.5c-.6-.5-.7-1.5-.3-2.1l.3-.3 5.7-5.8L.6 2.9C0 2.4-.1 1.4.3.8L.6.5C.9.2 1.4 0 1.8 0c.5 0 .9.2 1.3.5'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  position: absolute;
  right: 20px;
  top: calc((100% - 18px) / 2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#special-college .btn:hover {
  background: #FFF;
  color: #BB1436;
  text-decoration: none;
}
#special-college .btn:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 10.4 17.5'%3E%3Cpath fill='%23BB1436' d='m3.1.5 6.8 7c.3.3.5.8.5 1.3 0 .4-.1.9-.5 1.1l-6.8 7c-.4.3-.8.5-1.3.5s-.9-.2-1.3-.5c-.6-.5-.7-1.5-.3-2.1l.3-.3 5.7-5.8L.6 2.9C0 2.4-.1 1.4.3.8L.6.5C.9.2 1.4 0 1.8 0c.5 0 .9.2 1.3.5'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
#special-college .btn-area {
  margin-top: 40px;
}
#special-college .btn-area.bottom {
  margin: 60px auto;
}
@media only screen and (max-width: 768px) {
  #special-college .btn {
    width: 90%;
    font-size: 1.8rem;
    padding: 10px 0;
  }
  #special-college .btn:after {
    right: 10px;
  }
  #special-college .btn-area {
    margin-top: 20px;
  }
}
#special-college .ttl-h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
#special-college .ttl-program {
  width: 350px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  color: #FFF;
  font-size: 1.5rem;
  border-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #special-college .ttl-program {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    font-size: 2rem;
    height: auto;
    padding: 20px 0;
  }
}
#special-college .fs-mini {
  font-size: 0.88rem;
}
#special-college .ratio {
  gap: 50px;
}
#special-college .ratio-txt dt {
  margin-bottom: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #008DC5;
  line-height: 1.3;
}
#special-college .ratio-txt dd .strong {
  font-weight: bold;
  color: #008DC5;
}
#special-college .ratio-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 270px;
}
@media only screen and (max-width: 768px) {
  #special-college .ratio {
    gap: 25px;
  }
  #special-college .ratio-txt dt {
    margin-bottom: 20px;
    font-size: 2.4rem;
    text-align: center;
  }
  #special-college .ratio-img {
    margin: 0 auto;
  }
}
#special-college .program + .program {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #special-college .program + .program {
    margin-top: 30px;
  }
}
#special-college .program-wrap + .program-wrap {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  #special-college .program-wrap + .program-wrap {
    margin-top: 60px;
  }
}
#special-college .program-wrap dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 30px;
  margin-bottom: 30px;
}
#special-college .program-wrap dt:after {
  content: "";
  border-top: 1px solid;
  width: 100%;
}
#special-college .program-wrap.ms365 dt {
  color: #00A0E9;
}
#special-college .program-wrap.ms365 dt:after {
  border-color: #00A0E9;
}
#special-college .program-wrap.ms365 .ttl-program {
  background-image: -webkit-gradient(linear, left top, right top, from(#00A3DF), to(#0081CC));
  background-image: linear-gradient(90deg, #00A3DF, #0081CC);
}
#special-college .program-wrap.ms365 .ul-disc li:before {
  background: #00A0E9;
}
#special-college .program-wrap.ztna dt {
  color: #009F59;
}
#special-college .program-wrap.ztna dt:after {
  border-color: #009F59;
}
#special-college .program-wrap.ztna .ttl-program {
  background-image: -webkit-gradient(linear, left top, right top, from(#40AF7C), to(#008F83));
  background-image: linear-gradient(90deg, #40AF7C, #008F83);
}
#special-college .program-wrap.ztna .ul-disc li:before {
  background: #009F59;
}
#special-college .program-wrap.virtual dt {
  color: #CC685B;
}
#special-college .program-wrap.virtual dt:after {
  border-color: #CC685B;
}
#special-college .program-wrap.virtual .ttl-program {
  background-image: -webkit-gradient(linear, left top, right top, from(#DA5D4F), to(#AA2755));
  background-image: linear-gradient(90deg, #DA5D4F, #AA2755);
}
#special-college .program-wrap.virtual .ul-disc li:before {
  background: #CC685B;
}
#special-college .program-wrap.dx dt {
  color: #5e30ab;
}
#special-college .program-wrap.dx dt:after {
  border-color: #5e30ab;
}
#special-college .program-wrap.dx .ttl-program {
  background-image: -webkit-gradient(linear, left top, right top, from(#9336b9), to(#582b9c));
  background-image: linear-gradient(90deg, #9336b9, #582b9c);
}
#special-college .program-wrap.dx .ul-disc li:before {
  background: #5e30ab;
}

#special-college .program-wrap.sd-wan dt {
  color: #306aaa;
}
#special-college .program-wrap.sd-wan dt:after {
  border-color: #306aaa;
}
#special-college .program-wrap.sd-wan .ttl-program {
  background-image: -webkit-gradient(linear, left top, right top, from(#2788b8), to(#226ea7));
  background-image: linear-gradient(90deg, #2788b8, #226ea7);
}
#special-college .program-wrap.sd-wan .ul-disc li:before {
  background: #306aaa;
}
@media only screen and (max-width: 768px) {
  #special-college .program-wrap dt {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  #special-college .program-wrap dt:after {
    display: none;
  }
}
#special-college .program-item {
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  #special-college .program-item {
    gap: 10px;
  }
}
#special-college .program-target {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
#special-college .program-target-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#special-college .program-target-ttl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent #C7C7C7;
}
@media only screen and (max-width: 768px) {
  #special-college .program-target {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5px;
    gap: 5px;
  }
  #special-college .program-target-ttl:after {
    display: none;
  }
}
#special-college .voice {
  background: #90DEFB;
}
#special-college .voice-unit {
  width: 450px;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
#special-college .voice-unit__img {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#special-college .voice-unit__ballon {
  background: #FFF;
  padding: 25px;
  border-radius: 10px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
#special-college .voice-unit__ballon:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 16px 10px 0;
  border-color: transparent #FFF transparent transparent;
  position: absolute;
  left: -16px;
}
#special-college .voice-unit.opp {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#special-college .voice-unit.opp .voice-unit__ballon:before {
  left: initial;
  right: -16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  #special-college .voice-unit {
    width: 100%;
    margin-top: 15px;
  }
  #special-college .voice-unit__img {
    width: 75px;
  }
  #special-college .voice-unit__ballon {
    padding: 15px;
    font-size: 1.4rem;
  }
}
#special-college .information {
  background: #ECF9FF;
}
#special-college .information-copy {
  text-align: center;
  margin: 65px auto;
}
#special-college .information-address {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#special-college .information-address__img {
  width: 390px;
}
#special-college .information-address__text {
  width: 535px;
  font-weight: 500;
}
#special-college .information-address__text .name {
  font-size: 1.5rem;
}
#special-college .information-address__text .address {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #special-college .information-copy {
    margin: 25px auto 20px;
    text-align: left;
    font-size: 1.4rem;
  }
  #special-college .information-address__img {
    width: 100%;
  }
  #special-college .information-address__text .name {
    font-size: 2rem;
  }
  #special-college .information-address__text .address {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}