@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap");
.edu .edu-child-header {
  margin: 0 auto;
  height: calc(100lvh - 50px - 50px);
  position: relative;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-header {
    height: calc(100lvh - 50px - 54px - 50px);
  }
}
@media screen and (min-width: 640px) {
  .edu .edu-child-header {
    height: calc(100lvh - 50px - 61px - 50px);
  }
}
@media screen and (min-width: 993px) {
  .edu .edu-child-header {
    height: calc(100lvh - 70px - 61px - 50px);
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-header {
    height: calc(100lvh - 70px - 61px - 70px);
  }
}
.edu .edu-child-header-bg {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100lvh + 50px);
}
@media screen and (min-width: 980px) {
  .edu .edu-child-header-bg {
    top: 70px;
    height: calc(100vh - 70px);
  }
}
.edu .edu-child-header-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.edu .edu-child-header-bg.fit-top img {
  -o-object-position: top center;
     object-position: top center;
}
.edu .edu-child-header-bg.fit-bottom img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
.edu .edu-child-header-inner {
  position: relative;
  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;
  color: #fff;
  height: 100%;
}
.edu .edu-child-header-ttl span {
  display: block;
  text-align: center;
}
.edu .edu-child-header-ttl .large {
  font-weight: 700;
  font-size: 28px;
  font-size: 7.1795vw;
  line-height: 1.2142857143;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-header-ttl .large {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.28125;
  }
}
.edu .edu-child-header-ttl .small {
  font-weight: 400;
  font-size: 16px;
  font-size: 4.1026vw;
  line-height: 1.75;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-header-ttl .small {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 2px;
  }
}
.edu .edu-child-read {
  padding-top: 60px;
  padding-top: 15.3847vw;
  padding-bottom: 60px;
  padding-bottom: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-read {
    padding: 88px 0 80px;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-read {
    padding: 110px 0 100px;
  }
}
.edu .edu-child-read-ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-size: 5.1283vw;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 7.6924vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-read-ttl {
    letter-spacing: 0.08em;
    font-size: 22.4px;
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-read-ttl {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 50px;
  }
}
.edu .edu-child-read-txt {
  font-size: 15px;
  font-size: 3.8462vw;
  line-height: 1.7333333333;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-read-txt {
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 2;
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-read-txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
.edu .edu-child-hero {
  margin-top: 0;
  position: relative;
  padding-bottom: 80px;
  padding-bottom: 20.5129vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-hero {
    padding-bottom: 200px;
  }
}
.edu .edu-child-hero-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f5f6f6;
  top: 152px;
  top: 38.9744vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero-bg {
    top: 140px;
  }
}
.edu .edu-child-hero .mod-in-m {
  position: relative;
  z-index: 1;
}
.edu .edu-child-hero .imgbox {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero .imgbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.edu .edu-child-hero .imgbox img {
  width: 100%;
  height: auto;
}
.edu .edu-child-hero .imgbox.col-2 .imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero .imgbox.col-2 .imgarea {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .edu .edu-child-hero .imgbox.col-2 .imgarea.img-right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-hero .imgbox.col-2 .imgarea {
    width: 53.333%;
  }
}
.edu .edu-child-hero .imgbox.col-2 .txtarea {
  background: #f5f6f6;
  padding-top: 30px;
  padding-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero .imgbox.col-2 .txtarea {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    padding-top: 48px;
    padding-bottom: 0;
    height: 256.8px;
  }
}
@media screen and (min-width: 767px) {
  .edu .edu-child-hero .imgbox.col-2 .txtarea {
    padding-top: 64px;
    height: 342.4px;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-hero .imgbox.col-2 .txtarea {
    padding-top: 80px;
    width: 46.667%;
    height: 428px;
  }
}
.edu .edu-child-hero .imgbox.col-2 .txtarea-ttl {
  text-align: center;
  font-size: 20px;
  font-size: 5.1283vw;
  line-height: 1.4;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero .imgbox.col-2 .txtarea-ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 767px) {
  .edu .edu-child-hero .imgbox.col-2 .txtarea-ttl {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-hero .imgbox.col-2 .txtarea-ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.edu .edu-child-hero .imgbox.col-2 .txtarea-subttl {
  text-align: center;
  color: #a03100;
  font-weight: 700;
  font-size: 13px;
  font-size: 3.3334vw;
  line-height: 1.4615384615;
  margin-bottom: 5px;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero .imgbox.col-2 .txtarea-subttl {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero .imgbox.col-2 .txtarea-subttl {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-hero .imgbox.col-2 .txtarea-subttl {
    font-size: 16px;
    font-size: 1rem;
  }
}
.edu .edu-child-hero .imgbox.col-2 .txtarea-subttl.blue {
  color: #002b69;
}
.edu .edu-child-hero .imgbox.col-2 .txtarea-icon {
  margin-top: 20px;
  margin-top: 5.1283vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero .imgbox.col-2 .txtarea-icon {
    margin-top: 32.4px;
  }
}
@media screen and (min-width: 767px) {
  .edu .edu-child-hero .imgbox.col-2 .txtarea-icon {
    margin-top: 43.2px;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-hero .imgbox.col-2 .txtarea-icon {
    margin-top: 54px;
  }
}
.edu .edu-child-hero .iconbox,
.edu .edu-child-hero .txtbox {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero .iconbox,
  .edu .edu-child-hero .txtbox {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-hero .iconbox,
  .edu .edu-child-hero .txtbox {
    margin-top: 60px;
  }
}
.edu .edu-child-hero .iconbox {
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero .iconbox {
    margin-top: 50px;
  }
}
.edu .edu-child-hero .iconbox img {
  width: 100%;
  height: auto;
}
.edu .edu-child-hero .iconbox-lc {
  width: 49px;
  width: 12.5642vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero .iconbox-lc {
    width: 76px;
  }
}
.edu .edu-child-hero .iconbox-cm {
  width: 126px;
  width: 32.3077vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero .iconbox-cm {
    width: 138px;
  }
}
.edu .edu-child-hero .iconbox-rtls {
  width: 199px;
  width: 51.0257vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero .iconbox-rtls {
    width: 450px;
  }
}
.edu .edu-child-hero .txtbox-3col {
  margin-top: 20px;
  margin-top: 5.1283vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero .txtbox-3col {
    margin-top: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-hero .txtbox-3col {
    margin-top: 34px;
  }
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero .txtbox-3col-item {
    width: 30%;
  }
}
.edu .edu-child-hero .txtbox-3col-item:nth-of-type(n + 2) {
  margin-top: 20px;
  margin-top: 5.1283vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero .txtbox-3col-item:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 5%;
  }
}
.edu .edu-child-hero .txtbox-3col-item-ttl {
  font-size: 15px;
  font-size: 3.8462vw;
  margin-bottom: 10px;
  margin-bottom: 2.5642vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero .txtbox-3col-item-ttl {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-hero .txtbox-3col-item-ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.edu .edu-child-hero .txtbox-2col {
  margin-top: 20px;
  margin-top: 5.1283vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero .txtbox-2col {
    margin-top: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-hero .txtbox-2col {
    margin-top: 34px;
  }
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero .txtbox-2col-item {
    width: 46.875%;
  }
}
.edu .edu-child-hero .txtbox-2col-item:nth-of-type(n + 2) {
  margin-top: 40px;
  margin-top: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero .txtbox-2col-item:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 6.25%;
  }
}
.edu .edu-child-hero .txtbox-2col-item-ttl {
  font-size: 15px;
  font-size: 3.8462vw;
  margin-bottom: 10px;
  margin-bottom: 2.5642vw;
  line-height: 1.6666666667;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero .txtbox-2col-item-ttl {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-hero .txtbox-2col-item-ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.edu .edu-child-hero .txtbox-2col-item-imgbox {
  margin-top: 20px;
  margin-top: 5.1283vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero .txtbox-2col-item-imgbox {
    margin-top: 40px;
  }
}
.edu .edu-child-hero .txtbox-2col-item-imgbox img {
  width: 100%;
}
.edu .edu-child-hero-ttl {
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  margin-top: 50px;
  margin-top: 12.8206vw;
  font-size: 20px;
  font-size: 5.1283vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero-ttl {
    margin-top: 72;
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-hero-ttl {
    margin-top: 90px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.edu .edu-child-hero-subttl {
  line-height: 1.625;
  font-size: 15px;
  font-size: 3.8462vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero-subttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-hero-subttl {
    margin-top: 30px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.edu .edu-child-hero-txt {
  line-height: 1.8666666667;
  font-size: 14px;
  font-size: 3.5898vw;
  margin-top: 15px;
  margin-top: 3.8462vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero-txt {
    margin-top: 12px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-hero-txt {
    margin-top: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.edu .edu-child-hero-caption {
  margin-top: 20px;
  margin-top: 5.1283vw;
  line-height: 1.8461538462;
  font-size: 13px;
  font-size: 3.3334vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero-caption {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-hero-caption {
    margin-top: 60px;
  }
}
.edu .edu-child-hero-caption dt,
.edu .edu-child-hero-caption dd {
  display: inline;
}
.edu .edu-child-hero-caption dt {
  font-weight: 700;
}
.edu .edu-child-hero-note {
  margin-top: 20px;
  margin-top: 5.1283vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero-note {
    margin-top: 20px;
  }
}
.edu .edu-child-hero-note li,
.edu .edu-child-hero-note p {
  font-size: 13px;
  font-size: 3.3334vw;
  line-height: 1.8461538462;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero-note li,
  .edu .edu-child-hero-note p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.edu .edu-child-hero + .related {
  margin-top: 20px;
  margin-top: 5.1283vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero + .related {
    margin-top: 75px;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-hero + .related {
    margin-top: 100px;
  }
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.edu .edu-child-hero-nav-item:nth-of-type(2) {
  margin-top: 20px;
  margin-top: 5.1283vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero-nav-item:nth-of-type(2) {
    margin-top: 0;
    margin-left: 72px;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-hero-nav-item:nth-of-type(2) {
    margin-left: 90px;
  }
}
.edu .edu-child-hero-nav-item:nth-of-type(2) .edu-child-hero-nav-item-txt::before {
  border-color: #002b69;
}
.edu .edu-child-hero-nav-item:nth-of-type(2) .edu-child-hero-nav-item-link:hover .edu-child-hero-nav-item-txt, .edu .edu-child-hero-nav-item:nth-of-type(2) .edu-child-hero-nav-item-link:focus .edu-child-hero-nav-item-txt {
  color: #002b69;
}
.edu .edu-child-hero-nav-item-link {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero-nav-item-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.edu .edu-child-hero-nav-item-link:hover .edu-child-hero-nav-item-imgbox, .edu .edu-child-hero-nav-item-link:focus .edu-child-hero-nav-item-imgbox {
  opacity: 0.8;
}
.edu .edu-child-hero-nav-item-link:hover .edu-child-hero-nav-item-txt, .edu .edu-child-hero-nav-item-link:focus .edu-child-hero-nav-item-txt {
  color: #a03100;
}
.edu .edu-child-hero-nav-item-imgbox {
  width: 74px;
  width: 18.9744vw;
  height: 74px;
  height: 18.9744vw;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero-nav-item-imgbox {
    width: 73.6px;
    height: 73.6px;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-hero-nav-item-imgbox {
    width: 92px;
    height: 92px;
  }
}
.edu .edu-child-hero-nav-item-imgbox img {
  width: 100%;
}
.edu .edu-child-hero-nav-item-txt {
  font-size: 15px;
  font-size: 3.8462vw;
  line-height: 1.4666666667;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  padding-left: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero-nav-item-txt {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 48px;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-hero-nav-item-txt {
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 60px;
  }
}
.edu .edu-child-hero-nav-item-txt::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  width: 2.5642vw;
  height: 10px;
  height: 2.5642vw;
  border-right: 2px solid #a03100;
  border-bottom: 2px solid #a03100;
  left: 17px;
  left: 4.359vw;
  top: 60%;
  -webkit-transform: translateY(calc(-50% - 7px)) rotate(45deg);
          transform: translateY(calc(-50% - 7px)) rotate(45deg);
}
@media screen and (min-width: 640px) {
  .edu .edu-child-hero-nav-item-txt::before {
    width: 15px;
    height: 15px;
    left: 20px;
    border-width: 4px;
    -webkit-transform: translateY(calc(-50% - 10.5px)) rotate(45deg);
            transform: translateY(calc(-50% - 10.5px)) rotate(45deg);
    top: 63%;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-hero-nav-item-txt::before {
    left: 25px;
    top: 66%;
  }
}
.edu .edu-child-banner {
  margin-top: 80px;
  margin-top: 20.5129vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-child-banner {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-child-banner {
    margin-top: 80px;
  }
}
.edu .edu-child-banner .inner-s {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  max-width: 860px;
}
.edu .edu-child-banner-item {
  -webkit-transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
}
.edu .edu-child-banner-item:hover, .edu .edu-child-banner-item:focus {
  opacity: 0.8;
}
.edu .edu-child-banner-item img {
  width: 100%;
}
.edu .center {
  text-align: center;
}
.edu .underline {
  text-decoration: underline;
}
.edu .imgbox img {
  width: 100%;
}
.edu strong {
  font-weight: 700;
}
.edu .mod-section {
  padding-top: 60px;
  padding-top: 15.3847vw;
  padding-bottom: 60px;
  padding-bottom: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .edu .mod-section {
    padding: 60px 0;
  }
}
@media screen and (min-width: 980px) {
  .edu .mod-section {
    padding: 80px 0;
  }
}
.edu .mod-section-title {
  text-align: center;
  font-weight: 400;
  line-height: 1.652173913;
  font-size: 23px;
  font-size: 5.8975vw;
  padding-bottom: 40px;
  padding-bottom: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .edu .mod-section-title {
    font-size: 23px;
    font-size: 1.4375rem;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 980px) {
  .edu .mod-section-title {
    font-size: 28px;
    font-size: 1.75rem;
    padding-bottom: 50px;
  }
}
.edu .video {
  background: #f5f6f6;
}
.edu .video-ttl {
  line-height: 1.5;
  font-size: 20px;
  font-size: 5.1283vw;
}
@media screen and (min-width: 640px) {
  .edu .video-ttl {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 980px) {
  .edu .video-ttl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.edu .video-wrapper {
  margin-top: 80px;
  margin-top: 20.5129vw;
}
@media screen and (min-width: 640px) {
  .edu .video-wrapper {
    margin-top: 112px;
  }
}
@media screen and (min-width: 980px) {
  .edu .video-wrapper {
    margin-top: 160px;
  }
}
.edu .video-inner {
  max-width: 900px;
}
.edu .video + .case {
  margin-top: 14px;
  margin-top: 3.5898vw;
}
@media screen and (min-width: 640px) {
  .edu .video + .case {
    margin-top: 20px;
  }
}
.edu .video-script-link {
  display: inline-block;
  margin-top: 15px;
  margin-top: 3.8462vw;
  font-size: 14px;
  font-size: 3.5898vw;
  -webkit-transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 640px) {
  .edu .video-script-link {
    margin-top: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.edu .video-script-link:hover {
  color: #000000;
}
.edu .video-script-link-txt {
  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;
}
.edu .video-script-link-txt::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 1.2vw 0 1.2vw 1.334vw;
  border-color: transparent transparent transparent #333333;
  margin-right: 9px;
  margin-right: 2.3077vw;
}
@media screen and (min-width: 640px) {
  .edu .video-script-link-txt::before {
    margin-right: 9px;
    border-width: 4.5px 0 4.5px 5px;
  }
}
.edu .video-script-link-txt img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.2em;
}
.edu .case,
.edu .related {
  padding-top: 60px;
  padding-top: 15.3847vw;
  padding-bottom: 60px;
  padding-bottom: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .edu .case,
  .edu .related {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 980px) {
  .edu .case,
  .edu .related {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.edu .case {
  background: #f5f6f6;
  margin-top: 80px;
  margin-top: 20.5129vw;
}
@media screen and (min-width: 640px) {
  .edu .case {
    margin-top: 90px;
  }
}
@media screen and (min-width: 980px) {
  .edu .case {
    margin-top: 120px;
  }
}
.edu .case .inner-s {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 640px) {
  .edu .case .inner-s {
    padding: 0 30px;
  }
}
@media screen and (min-width: 640px) {
  .edu .case-slider.slide-len-2 .splide__list, .edu .case-slider.slide-len-1 .splide__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .edu .case-slider.slide-len-2 .splide__slide:nth-of-type(2) {
    margin-right: 0 !important;
  }
  .edu .case-slider.slide-len-1 .splide__slide:nth-of-type(1) {
    margin-right: 0 !important;
  }
}
.edu .case-slider .splide__arrow {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: opacity 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  top: 23%;
  width: 34px;
  width: 8.718vw;
  height: 52px;
  height: 13.3334vw;
}
.edu .case-slider .splide__arrow:disabled {
  display: none;
}
@media screen and (min-width: 640px) {
  .edu .case-slider .splide__arrow {
    width: 34px;
    height: 52px;
    top: 120px;
    top: 12.2449vw;
  }
}
@media screen and (min-width: 980px) {
  .edu .case-slider .splide__arrow {
    top: 120px;
  }
}
.edu .case-slider .splide__arrow img {
  width: 100%;
}
.edu .case-slider .splide__arrow--prev {
  left: 0;
}
@media screen and (min-width: 640px) {
  .edu .case-slider .splide__arrow--prev {
    left: -24px;
  }
}
@media screen and (min-width: 1280px) {
  .edu .case-slider .splide__arrow--prev {
    left: -74px;
  }
}
.edu .case-slider .splide__arrow--next {
  right: 0;
}
@media screen and (min-width: 640px) {
  .edu .case-slider .splide__arrow--next {
    right: -24px;
  }
}
@media screen and (min-width: 1280px) {
  .edu .case-slider .splide__arrow--next {
    right: -74px;
  }
}
.edu .case-slider .splide__pagination {
  position: static;
  margin-top: 40px;
  margin-top: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .edu .case-slider .splide__pagination {
    margin-top: 40px;
  }
}
.edu .case-slider .splide__pagination__page {
  background: #bcbccc;
  margin: 5px;
  padding: 0;
  -webkit-transition: background 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.edu .case-slider .splide__pagination__page.is-active, .edu .case-slider .splide__pagination__page:focus, .edu .case-slider .splide__pagination__page:hover {
  background: #2f353d;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.edu .case-link {
  display: block;
  -webkit-transition: opacity 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.edu .case-link:hover .imgbox, .edu .case-link:focus .imgbox {
  opacity: 0.7;
}
.edu .case .imgbox {
  width: 100%;
  -webkit-transition: opacity 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
  border-radius: 10px;
}
.edu .case .imgbox img {
  display: block;
  width: 100%;
}
.edu .case .textbox {
  padding-top: 25px;
  padding-top: 6.4103vw;
}
@media screen and (min-width: 640px) {
  .edu .case .textbox {
    padding-top: 25px;
  }
}
.edu .case-title {
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.4285714286;
}
@media screen and (min-width: 640px) {
  .edu .case-title {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 980px) {
  .edu .case-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.edu .case-text {
  font-size: 14px;
  font-size: 3.5898vw;
  margin-top: 5px;
  margin-top: 1.2821vw;
  line-height: 1.4285714286;
}
@media screen and (min-width: 640px) {
  .edu .case-text {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 5px;
  }
}
@media screen and (min-width: 980px) {
  .edu .case-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.edu .cmc-bnr {
  background: #2f353d;
  color: #fff;
  padding-top: 60px;
  padding-top: 15.3847vw;
  padding-bottom: 60px;
  padding-bottom: 15.3847vw;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .edu .cmc-bnr {
    padding-top: 80px;
    padding-bottom: 112px;
  }
}
@media screen and (min-width: 980px) {
  .edu .cmc-bnr {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
.edu .cmc-bnr-txt {
  font-weight: 700;
  font-size: 16px;
  font-size: 4.1026vw;
  line-height: 1.25;
}
@media screen and (min-width: 640px) {
  .edu .cmc-bnr-txt {
    font-size: 22.4px;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
@media screen and (min-width: 980px) {
  .edu .cmc-bnr-txt {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.edu .cmc-bnr-ttl {
  width: 315px;
  width: 80.7693vw;
  max-width: 477px;
  margin: 0 auto;
  margin-top: 30px;
  margin-top: 7.6924vw;
}
@media screen and (min-width: 640px) {
  .edu .cmc-bnr-ttl {
    width: 381.6px;
    margin-top: 56px;
  }
}
@media screen and (min-width: 980px) {
  .edu .cmc-bnr-ttl {
    width: 477px;
    margin-top: 70px;
  }
}
.edu .cmc-bnr-ttl img {
  width: 100%;
  height: auto;
}
.edu .cmc-bnr-img {
  width: 315px;
  width: 80.7693vw;
  margin: 0 auto;
  max-width: 895px;
  margin-top: 40px;
  margin-top: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .edu .cmc-bnr-img {
    margin-top: 8px;
    margin-left: auto;
  }
}
@media screen and (min-width: 980px) {
  .edu .cmc-bnr-img {
    margin-top: 10px;
  }
}
.edu .cmc-bnr-img img {
  width: 100%;
  height: auto;
}
.edu .related {
  position: relative;
  z-index: 1;
  background: #fff;
}
.edu .related-ttl {
  text-align: center;
  font-size: 23px;
  font-size: 5.8975vw;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .edu .related-ttl {
    font-size: 20.8px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 980px) {
  .edu .related-ttl {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.edu .related-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 40px;
  margin-top: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .edu .related-list {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .edu .related-list {
    width: 100%;
    margin-top: 50px;
  }
}
.edu .related-list.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 640px) {
  .edu .related-list.col-3 {
    margin-left: auto;
    margin-right: auto;
    width: 487.2px;
  }
}
@media screen and (min-width: 980px) {
  .edu .related-list.col-3 {
    width: 609px;
  }
}
@media screen and (min-width: 640px) {
  .edu .related-list.col-4 {
    margin-left: auto;
    margin-right: auto;
    width: 649.6px;
  }
}
@media screen and (min-width: 980px) {
  .edu .related-list.col-4 {
    width: 812px;
  }
}
@media screen and (min-width: 640px) {
  .edu .related-list.col-5 {
    margin-left: auto;
    margin-right: auto;
    width: 487.2px;
  }
}
@media screen and (min-width: 980px) {
  .edu .related-list.col-5 {
    width: 1015px;
  }
}
.edu .related-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 47.6%;
}
@media screen and (min-width: 640px) {
  .edu .related-item {
    width: 148px;
    margin: 0 7.2px;
  }
}
@media screen and (min-width: 980px) {
  .edu .related-item {
    width: 185px;
    margin: 0 9px;
  }
}
.edu .related-item:nth-of-type(even) {
  margin-left: 4.8%;
}
@media screen and (min-width: 640px) {
  .edu .related-item:nth-of-type(even) {
    margin: 0 7.2px;
  }
}
@media screen and (min-width: 980px) {
  .edu .related-item:nth-of-type(even) {
    margin: 0 9px;
  }
}
.edu .related-link {
  display: block;
  -webkit-transition: opacity 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.edu .related-link .related-title {
  position: relative;
  font-weight: 400;
  line-height: 1.3846153846;
  font-size: 12px;
  font-size: 3.077vw;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .edu .related-link .related-title {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 980px) {
  .edu .related-link .related-title {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.edu .related-link .related-title img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.2em;
}
.edu .related .imgbox {
  position: relative;
}
.edu .related .imgbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.edu .related .imgbox img {
  -webkit-transition: opacity 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  display: block;
  width: 100%;
}
.edu .related .textbox {
  padding-top: 15px;
  padding-bottom: 15px;
}
.edu .related .search {
  margin-top: 80px;
  margin-top: 20.5129vw;
  background: #edeeef;
  padding: 18px;
  padding: 4.6154vw;
  border-radius: 13.333vw;
}
@media screen and (min-width: 640px) {
  .edu .related .search {
    margin-top: 84px;
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}
@media screen and (min-width: 980px) {
  .edu .related .search {
    margin-top: 120px;
  }
}
.edu .related .search-link {
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 640px) {
  .edu .related .search-link {
    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;
    background: #edeeef;
    border-radius: 100px;
    width: calc(720px * 0.8);
    height: calc(115px * 0.7);
    padding: 14px;
  }
  .edu .related .search-link:hover, .edu .related .search-link:focus {
    background: #414349;
    color: #fff;
  }
  .edu .related .search-link:hover .iconbox, .edu .related .search-link:focus .iconbox {
    background: #fff;
    color: #414349;
  }
  .edu .related .search-link:hover .icon svg, .edu .related .search-link:focus .icon svg {
    fill: #414349;
    stroke: #414349;
  }
  .edu .related .search-link:hover .arrow::before, .edu .related .search-link:focus .arrow::before {
    border-color: #fff;
  }
}
@media screen and (min-width: 980px) {
  .edu .related .search-link {
    width: 720px;
    height: 115px;
    padding: 20px;
  }
}
.edu .related .search-link .arrow {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.edu .related .search-link .arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-right: 2px solid #2f353d;
  border-top: 2px solid #2f353d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 640px) {
  .edu .related .search-link .arrow {
    display: block;
    right: 36px;
    width: 11.2px;
    height: 11.2px;
  }
}
@media screen and (min-width: 980px) {
  .edu .related .search-link .arrow {
    right: 45px;
    width: 16px;
    height: 16px;
  }
}
.edu .related .search .iconbox {
  background: #414349;
  color: #fff;
  border-radius: 100px;
  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-transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  height: 70px;
  height: 17.9488vw;
  position: relative;
}
.edu .related .search .iconbox .sp-arrow {
  width: 17px;
  width: 4.359vw;
  height: 17px;
  height: 4.359vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  right: 5.1283vw;
  position: absolute;
}
.edu .related .search .iconbox .sp-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 640px) {
  .edu .related .search .iconbox .sp-arrow {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .edu .related .search .iconbox {
    height: calc(84px * 0.7);
    width: calc(280px * 0.7);
  }
}
@media screen and (min-width: 980px) {
  .edu .related .search .iconbox {
    height: 84px;
    width: 280px;
  }
}
.edu .related .search .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 18px;
  left: 4.6154vw;
  width: 29px;
  width: 7.4359vw;
  height: 29px;
  height: 7.4359vw;
}
.edu .related .search .icon svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 640px) {
  .edu .related .search .icon {
    left: 19.6px;
    width: 25.2px;
    height: auto;
  }
}
@media screen and (min-width: 980px) {
  .edu .related .search .icon {
    left: 28px;
    width: 36px;
  }
}
.edu .related .search .icon svg {
  width: 100%;
  height: auto;
  fill: #fff;
  stroke: #fff;
  -webkit-transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.edu .related .search .icon-ttl {
  letter-spacing: 0.1em;
  font-size: 24px;
  font-size: 6.1539vw;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .edu .related .search .icon-ttl {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-left: 19.6px;
  }
}
@media screen and (min-width: 980px) {
  .edu .related .search .icon-ttl {
    font-size: 26px;
    font-size: 1.625rem;
    margin-left: 28px;
  }
}
.edu .related .search .textbox {
  padding: 0;
  padding-top: 15px;
  padding-top: 3.8462vw;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .edu .related .search .textbox {
    padding: 0;
    text-align: left;
    margin-left: 25.2px;
  }
}
@media screen and (min-width: 980px) {
  .edu .related .search .textbox {
    margin-left: 36px;
  }
}
.edu .related .search .txt {
  line-height: 1.7272727273;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 4.1026vw;
}
@media screen and (min-width: 640px) {
  .edu .related .search .txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 980px) {
  .edu .related .search .txt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.edu .related .search .txt img {
  vertical-align: middle;
  margin-left: 0.5em;
  display: inline-block;
  width: 0.6em;
}

a.related-link:hover .imgbox img, a.related-link:focus .imgbox img {
  opacity: 0.7;
}
a.related-link .related-title {
  position: relative;
  padding-left: 0.7em;
}
a.related-link .related-title::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0.35em;
  border-style: solid;
  width: 3px;
  height: 6px;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #2f353d;
  padding-right: 0.5em;
}

.edu .edu-contact {
  position: -webkit-sticky;
  position: sticky;
  background: rgba(0, 0, 0, 0.5);
  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;
  bottom: -150px;
  bottom: -38.4615vw;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-top: 5.1283vw;
  padding-bottom: 20px;
  padding-bottom: 5.1283vw;
  -webkit-transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media all and (-ms-high-contrast: none) {
  .edu .edu-contact {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 640px) {
  .edu .edu-contact {
    padding: 0;
    height: 110px;
    bottom: -110px;
  }
}
.edu .edu-contact.show {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.edu .edu-contact .inner-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -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: 100%;
}
@media screen and (min-width: 640px) {
  .edu .edu-contact .inner-m {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.edu .edu-contact-link {
  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;
  height: 30px;
  height: 7.6924vw;
  font-size: 12px;
  font-size: 3.077vw;
  line-height: 1.3333333333;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 100px;
  text-align: center;
}
.edu .edu-contact-link:nth-of-type(n + 2) {
  margin-top: 10px;
  margin-top: 2.5642vw;
}
@media screen and (min-width: 640px) {
  .edu .edu-contact-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc((100% - 3.3333333334vw) / 3);
    max-width: 360px;
    height: 70px;
    font-size: 18px;
    font-size: 1.5vw;
    line-height: 1.3333333333;
  }
  .edu .edu-contact-link:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 20px;
    margin-left: 1.6667vw;
  }
}
@media screen and (min-width: 980px) {
  .edu .edu-contact-link {
    font-size: 18px;
    font-size: 1.125rem;
    width: calc((100% - 40px) / 3);
  }
  .edu .edu-contact-link:nth-of-type(n + 2) {
    margin-left: 20px;
  }
}
.edu .edu-contact-link span {
  line-height: inherit;
}
.edu .edu-contact-link.orange {
  color: #fff;
  background: #f5683a;
  -webkit-transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.edu .edu-contact-link.orange:hover, .edu .edu-contact-link.orange:focus {
  background: #de4d1e;
}
.edu .edu-contact-link.white {
  background: #fff;
}
.edu .dx-sol {
  padding-top: 60px;
  padding-top: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .edu .dx-sol {
    padding-top: 110px;
  }
}
.edu .dx-sol-ttl {
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  font-size: 5.1283vw;
}
@media screen and (min-width: 640px) {
  .edu .dx-sol-ttl {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 980px) {
  .edu .dx-sol-ttl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.edu .dx-sol-read {
  margin-top: 30px;
  margin-top: 7.6924vw;
  font-size: 15px;
  font-size: 3.8462vw;
  line-height: 1.7333333333;
}
@media screen and (min-width: 640px) {
  .edu .dx-sol-read {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
    margin-top: 50px;
    text-align: center;
  }
}
.edu .dx-sol-imgbox {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 50px;
  margin-top: 12.8206vw;
}
@media screen and (min-width: 640px) {
  .edu .dx-sol-imgbox {
    width: 600px;
    margin: 100px auto 0;
  }
}
@media screen and (min-width: 980px) {
  .edu .dx-sol-imgbox {
    width: 100%;
    margin: 100px auto 0;
  }
}
.edu .dx-sol-imgbox img {
  width: 100%;
  height: auto;
}
.edu .dx-sol-list {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: -137px;
  margin-top: -35.1282vw;
  width: 305px;
  width: 78.2052vw;
}
@media screen and (min-width: 640px) {
  .edu .dx-sol-list {
    margin-top: -50px;
    width: 500px;
  }
}
@media screen and (min-width: 980px) {
  .edu .dx-sol-list {
    width: 100%;
    margin: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: -50px;
    margin-left: 88px;
  }
}
.edu .dx-sol-item {
  border-radius: 15px;
  background: #2f353d;
  color: #fff;
  padding: 12px;
  padding: 3.077vw;
}
@media screen and (min-width: 640px) {
  .edu .dx-sol-item {
    padding: 12px;
  }
}
@media screen and (min-width: 980px) {
  .edu .dx-sol-item {
    border-radius: 10px;
    padding: 14px 28px;
  }
}
.edu .dx-sol-item:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 16px;
  margin-top: 4.1026vw;
}
@media screen and (min-width: 640px) {
  .edu .dx-sol-item:nth-of-type(1) {
    margin-top: 16px;
  }
}
@media screen and (min-width: 980px) {
  .edu .dx-sol-item:nth-of-type(1) {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.edu .dx-sol-item:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 640px) {
  .edu .dx-sol-item:nth-of-type(2) {
    margin: 0 80px;
  }
}
@media screen and (min-width: 980px) {
  .edu .dx-sol-item:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
    margin-left: 45px;
  }
}
.edu .dx-sol-item:nth-of-type(3) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  padding-left: 24px;
  padding-left: 6.1539vw;
  padding-right: 24px;
  padding-right: 6.1539vw;
  margin-left: 23px;
  margin-left: 5.8975vw;
  margin-top: 16px;
  margin-top: 4.1026vw;
}
@media screen and (min-width: 640px) {
  .edu .dx-sol-item:nth-of-type(3) {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 16px;
    margin-left: 23px;
  }
}
@media screen and (min-width: 980px) {
  .edu .dx-sol-item:nth-of-type(3) {
    padding: 14px 20px;
    margin-left: 45px;
    margin-top: 0;
  }
}
.edu .dx-sol-item-ttl {
  font-size: 13px;
  font-size: 3.3334vw;
  line-height: 1.3076923077;
}
@media screen and (min-width: 640px) {
  .edu .dx-sol-item-ttl {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
  }
}
.edu .dx-sol-item-txt {
  margin-top: 2px;
  margin-top: 0.5129vw;
  font-size: 10px;
  font-size: 2.5642vw;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .edu .dx-sol-item-txt {
    margin-top: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.4615384615;
  }
}
.edu .dx-sol-outro {
  margin-top: 40px;
  margin-top: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .edu .dx-sol-outro {
    margin-top: 60px;
  }
}
.edu .dx-sol-outro-txt {
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.8571428571;
}
@media screen and (min-width: 640px) {
  .edu .dx-sol-outro-txt {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8666666667;
    text-align: center;
  }
}
.edu .has-check {
  position: relative;
  padding-left: 24px;
  padding-left: 6.1539vw;
}
@media screen and (min-width: 640px) {
  .edu .has-check {
    padding-left: calc(36px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu .has-check {
    padding-left: 36px;
  }
}
.edu .has-check::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("../img/common/icon-checkbox.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 19px;
  width: 4.8718vw;
  height: 18px;
  height: 4.6154vw;
  margin-right: 15px;
  margin-right: 3.8462vw;
  left: 0;
  top: 2px;
  top: 0.5129vw;
}
@media screen and (min-width: 640px) {
  .edu .has-check::before {
    width: calc(21px * 0.8);
    height: calc(20px * 0.8);
    margin-right: calc(20px * 0.8);
    top: calc(4px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu .has-check::before {
    width: 21px;
    height: 20px;
    margin-right: 20px;
    top: 4px;
  }
}
.edu .has-checkbox li {
  position: relative;
  padding-left: 24px;
  padding-left: 6.1539vw;
}
@media screen and (min-width: 640px) {
  .edu .has-checkbox li {
    padding-left: calc(36px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu .has-checkbox li {
    padding-left: 36px;
  }
}
.edu .has-checkbox li::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("../img/common/icon-checkbox.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 19px;
  width: 4.8718vw;
  height: 18px;
  height: 4.6154vw;
  margin-right: 15px;
  margin-right: 3.8462vw;
  left: 0;
}
@media screen and (min-width: 640px) {
  .edu .has-checkbox li::before {
    width: calc(21px * 0.8);
    height: calc(20px * 0.8);
    margin-right: calc(20px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu .has-checkbox li::before {
    width: 21px;
    height: 20px;
    margin-right: 20px;
  }
}
.edu .btnbox {
  text-align: center;
}
.edu .btnbox .top {
  font-size: 15px;
  font-size: 3.8462vw;
  line-height: 1.4666666667;
}
@media screen and (min-width: 640px) {
  .edu .btnbox .top {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 980px) {
  .edu .btnbox .top {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.edu .btnbox .btn {
  height: 75px;
  height: 19.2308vw;
  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;
  background: #2f353d;
  border: 2px solid #2f353d;
  color: #fff;
  border-radius: 200px;
  font-weight: 700;
  position: relative;
  -webkit-transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-top: 12px;
  margin-top: 3.077vw;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .edu .btnbox .btn {
    height: calc(125px * 0.7);
    width: calc(720px * 0.7);
    margin: 20px auto 0;
    border-width: 4px;
  }
}
@media screen and (min-width: 980px) {
  .edu .btnbox .btn {
    height: 125px;
    width: 720px;
  }
}
.edu .btnbox .btn:hover, .edu .btnbox .btn:focus {
  background: #fff;
  color: #2f353d;
}
.edu .btnbox .btn:hover::before, .edu .btnbox .btn:focus::before {
  border-color: transparent #2f353d #2f353d transparent;
}
.edu .btnbox .btn:hover .icon-window, .edu .btnbox .btn:focus .icon-window {
  display: none !important;
}
.edu .btnbox .btn:hover .icon-window-hover, .edu .btnbox .btn:focus .icon-window-hover {
  display: inline-block !important;
}
.edu .btnbox .btn::before {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 2px;
  border-color: transparent #fff #fff transparent;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  -webkit-transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  right: 8px;
  right: 2.0513vw;
  width: 12px;
  width: 3.077vw;
  height: 12px;
  height: 3.077vw;
}
@media screen and (min-width: 640px) {
  .edu .btnbox .btn::before {
    right: calc(37px * 0.8);
    width: calc(20px * 0.8);
    height: calc(20px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu .btnbox .btn::before {
    right: 37px;
    width: 20px;
    height: 20px;
  }
}
.edu .btnbox .btn .icon-window,
.edu .btnbox .btn .icon-window-hover {
  display: inline-block;
  margin-left: 0.2em;
  margin-top: 0.4em;
  width: 0.6em;
}
.edu .btnbox .btn .icon-window-hover {
  display: none;
}
.edu .btnbox .btn-text {
  letter-spacing: 0.05em;
  line-height: 1.4615384615;
  font-size: 13px;
  font-size: 3.3334vw;
}
@media screen and (min-width: 640px) {
  .edu .btnbox .btn-text {
    line-height: 1.36;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 980px) {
  .edu .btnbox .btn-text {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.edu .btnbox .bottom {
  line-height: 1.4545454545;
  font-size: 11px;
  font-size: 2.8206vw;
  margin-top: 16px;
  margin-top: 4.1026vw;
}
@media screen and (min-width: 640px) {
  .edu .btnbox .bottom {
    font-size: 10.4px;
    font-size: 0.65rem;
    margin-top: calc(15px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu .btnbox .bottom {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 15px;
  }
}
.edu.ss-hc .section {
  padding-top: 60px;
  padding-top: 15.3847vw;
  padding-bottom: 60px;
  padding-bottom: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .section {
    padding: calc(120px * 0.8) 0;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .section {
    padding: 120px 0;
  }
}
.edu.ss-hc .section.has-arrow {
  position: relative;
}
.edu.ss-hc .section.has-arrow::before {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  border-width: 40px 61px 0 61px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .section.has-arrow::before {
    border-width: calc(60px * 0.8) calc(92px * 0.8) 0 calc(92px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .section.has-arrow::before {
    border-width: 60px 92px 0 92px;
  }
}
.edu.ss-hc .bg-white {
  background: #fff;
}
.edu.ss-hc .bg-beige {
  background: rgba(47, 53, 61, 0.15);
}
.edu.ss-hc .bg-gray {
  background: #f5f6f6;
}
.edu.ss-hc .bg-entry {
  background: #fff;
}
.edu.ss-hc .bg-middle {
  background: #fff;
}
.edu.ss-hc .bg-highend {
  background: #fff;
}
.edu.ss-hc .bg-k-entry {
  background: rgba(47, 53, 61, 0.55);
  color: #fff;
}
.edu.ss-hc .bg-k-middle {
  background: rgba(47, 53, 61, 0.75);
  color: #fff;
}
.edu.ss-hc .bg-k-highend {
  background: #2f353d;
  color: #fff;
}
.edu.ss-hc .title-1 {
  font-weight: 500;
  font-size: 24px;
  font-size: 6.1539vw;
  line-height: 1.4166666667;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .title-1 {
    line-height: 1.46875;
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .title-1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.edu.ss-hc .title-1 + .text-1 {
  margin-top: 30px;
  margin-top: 7.6924vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .title-1 + .text-1 {
    margin-top: calc(40px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .title-1 + .text-1 {
    margin-top: 40px;
  }
}
.edu.ss-hc .title-2 {
  font-size: 20px;
  font-size: 5.1283vw;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .title-2 {
    line-height: 1.25;
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .title-2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.edu.ss-hc .title-3 {
  font-weight: 500;
  font-size: 18px;
  font-size: 4.6154vw;
  line-height: 1.4444444444;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .title-3 {
    line-height: 1.5384615385;
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .title-3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.edu.ss-hc .title-4 {
  font-weight: 500;
  font-size: 20px;
  font-size: 5.1283vw;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .title-4 {
    line-height: 1.5454545455;
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .title-4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.edu.ss-hc .subtitle-1 {
  font-size: 15px;
  font-size: 3.8462vw;
  line-height: 1.6666666667;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .subtitle-1 {
    line-height: 2;
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .subtitle-1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.edu.ss-hc .text-1 {
  font-size: 15px;
  font-size: 3.8462vw;
  line-height: 1.6666666667;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .text-1 {
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 1.8888888889;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .text-1 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .text-1 strong {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .text-1 strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.edu.ss-hc .text-1.pc-center {
  text-align: left;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .text-1.pc-center {
    text-align: center;
  }
}
.edu.ss-hc .s1 .hc-box-1 {
  padding-top: 40px;
  padding-top: 10.2565vw;
  padding-bottom: 40px;
  padding-bottom: 10.2565vw;
  background: #f5f6f6;
  border-radius: 10px;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s1 .hc-box-1 {
    padding: calc(70px * 0.6);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s1 .hc-box-1 {
    padding: 70px 0;
  }
}
.edu.ss-hc .s1 .hc-box-1 .imgbox {
  max-width: 776px;
  width: 258px;
  width: 66.1539vw;
  margin: 0 auto;
  margin-top: 30px;
  margin-top: 7.6924vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s1 .hc-box-1 .imgbox {
    width: 100%;
    margin-top: calc(80px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s1 .hc-box-1 .imgbox {
    margin-top: 80px;
  }
}
.edu.ss-hc .s1 .hc-box-1 .imgbox img {
  width: 100%;
  height: auto;
}
.edu.ss-hc .s1 .hc-box-1 .textbox {
  padding-left: 15px;
  padding-left: 3.8462vw;
  padding-right: 15px;
  padding-right: 3.8462vw;
  margin-top: 40px;
  margin-top: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s1 .hc-box-1 .textbox {
    padding: 0;
    margin-top: calc(80px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s1 .hc-box-1 .textbox {
    margin-top: 80px;
  }
}
.edu.ss-hc .s1 .hc-box-1 .text-1:nth-of-type(n + 2) {
  margin-top: 20px;
  margin-top: 5.1283vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s1 .hc-box-1 .text-1:nth-of-type(n + 2) {
    margin-top: calc(35px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s1 .hc-box-1 .text-1:nth-of-type(n + 2) {
    margin-top: 35px;
  }
}
.edu.ss-hc .s1 .hc-box-1 .text-1 .underline {
  line-height: 1.6666666667;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s1 .hc-box-1 .text-1 .underline {
    line-height: 2;
  }
}
.edu.ss-hc .s1 .hc-box-1 + .animation-fadein-up-small {
  margin-top: 60px;
  margin-top: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s1 .hc-box-1 + .animation-fadein-up-small {
    margin-top: calc(80px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s1 .hc-box-1 + .animation-fadein-up-small {
    margin-top: 80px;
  }
}
.edu.ss-hc .s1 .subtitle-1 {
  margin-top: 2px;
  margin-top: 0.5129vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s1 .subtitle-1 {
    margin-top: calc(5px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s1 .subtitle-1 {
    margin-top: 5px;
  }
}
.edu.ss-hc .s1 .hc-box-2col {
  position: relative;
  margin-top: 40px;
  margin-top: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s1 .hc-box-2col {
    margin-top: calc(50px * 0.8);
  }
}
@media screen and (min-width: 1025px) {
  .edu.ss-hc .s1 .hc-box-2col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
}
.edu.ss-hc .s1 .hc-box-2col .between {
  max-width: 240px;
  margin: 0 auto;
  margin-top: 25px;
  margin-top: 6.4103vw;
  width: 171px;
  width: 43.8462vw;
}
@media screen and (min-width: 1025px) {
  .edu.ss-hc .s1 .hc-box-2col .between {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 161px;
  }
}
.edu.ss-hc .s1 .hc-box-2col .between .pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .edu.ss-hc .s1 .hc-box-2col .between .pc {
    display: block;
  }
}
.edu.ss-hc .s1 .hc-box-2col .between .sp {
  display: block;
}
@media screen and (min-width: 1025px) {
  .edu.ss-hc .s1 .hc-box-2col .between .sp {
    display: none;
  }
}
.edu.ss-hc .s1 .hc-box-2col .flex-item {
  margin: 0 auto;
  padding-left: 20px;
  padding-left: 5.1283vw;
  padding-right: 20px;
  padding-right: 5.1283vw;
  padding-top: 30px;
  padding-top: 7.6924vw;
  padding-bottom: 45px;
  padding-bottom: 11.5385vw;
  position: relative;
  border-radius: 10px;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s1 .hc-box-2col .flex-item {
    padding: 0 50px;
    padding-top: calc(40px * 0.8);
    padding-bottom: calc(60px * 0.8);
  }
}
@media screen and (min-width: 1025px) {
  .edu.ss-hc .s1 .hc-box-2col .flex-item {
    padding-top: 40px;
    padding-bottom: 60px;
    width: 48.334%;
  }
}
.edu.ss-hc .s1 .hc-box-2col .flex-item:nth-of-type(3) {
  margin-top: 10px;
  margin-top: 2.5642vw;
}
@media screen and (min-width: 1025px) {
  .edu.ss-hc .s1 .hc-box-2col .flex-item:nth-of-type(3) {
    margin-top: 0;
    margin-left: 40px;
    padding-left: 78px;
  }
}
.edu.ss-hc .s1 .hc-box-2col .flex-item .hc-box-title {
  position: absolute;
  width: 128px;
  width: 32.8206vw;
  height: 30px;
  height: 7.6924vw;
  bottom: -15px;
  bottom: -3.8461vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s1 .hc-box-2col .flex-item .hc-box-title {
    width: calc(166px * 0.8);
    height: calc(39px * 0.8);
    bottom: calc(-19.5px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s1 .hc-box-2col .flex-item .hc-box-title {
    width: 166px;
    height: 39px;
    bottom: -19.5px;
  }
}
.edu.ss-hc .s1 .hc-box-2col .flex-item .hc-box-title img {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s1 .hc-box-2col .flex-item-inner {
    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;
  }
}
@media screen and (min-width: 1025px) {
  .edu.ss-hc .s1 .hc-box-2col .flex-item-inner {
    display: block;
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s1 .hc-box-2col .title-4 {
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .edu.ss-hc .s1 .hc-box-2col .title-4 {
    text-align: center;
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s1 .hc-box-2col .textbox-a,
  .edu.ss-hc .s1 .hc-box-2col .textbox-b {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 45%;
        -ms-flex: 1 0 45%;
            flex: 1 0 45%;
  }
}
.edu.ss-hc .s1 .hc-box-2col .img-a,
.edu.ss-hc .s1 .hc-box-2col .img-b {
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s1 .hc-box-2col .img-a,
  .edu.ss-hc .s1 .hc-box-2col .img-b {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    margin-left: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .edu.ss-hc .s1 .hc-box-2col .img-a,
  .edu.ss-hc .s1 .hc-box-2col .img-b {
    margin: 0 auto;
  }
}
.edu.ss-hc .s1 .hc-box-2col .img-a img,
.edu.ss-hc .s1 .hc-box-2col .img-b img {
  width: 100%;
}
.edu.ss-hc .s1 .hc-box-2col .img-a {
  margin-top: 17px;
  margin-top: 4.359vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s1 .hc-box-2col .img-a {
    margin-top: calc(42px * 0.8);
  }
}
@media screen and (min-width: 1025px) {
  .edu.ss-hc .s1 .hc-box-2col .img-a {
    margin-top: 42px;
    width: 332px;
  }
}
.edu.ss-hc .s1 .hc-box-2col .img-b {
  margin-top: 25px;
  margin-top: 6.4103vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s1 .hc-box-2col .img-b {
    margin-top: calc(73px * 0.8);
  }
}
@media screen and (min-width: 1025px) {
  .edu.ss-hc .s1 .hc-box-2col .img-b {
    margin-top: 73px;
    width: 287px;
  }
}
.edu.ss-hc .s1 .hc-box-2col .hc-box-2col-list {
  margin-top: 20px;
  margin-top: 5.1283vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s1 .hc-box-2col .hc-box-2col-list {
    margin-top: calc(40px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s1 .hc-box-2col .hc-box-2col-list {
    margin-top: 40px;
  }
}
.edu.ss-hc .s1 .hc-box-2col .hc-box-2col-list li {
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.4285714286;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s1 .hc-box-2col .hc-box-2col-list li {
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s1 .hc-box-2col .hc-box-2col-list li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.edu.ss-hc .s1 .hc-box-2col .hc-box-2col-list li:nth-of-type(n + 2) {
  margin-top: 5px;
  margin-top: 1.2821vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s1 .hc-box-2col .hc-box-2col-list li:nth-of-type(n + 2) {
    margin-top: calc(12px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s1 .hc-box-2col .hc-box-2col-list li:nth-of-type(n + 2) {
    margin-top: 12px;
  }
}
.edu.ss-hc .s2 {
  padding-top: 80px;
  padding-top: 20.5129vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 {
    padding-top: calc(130px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 {
    padding-top: 130px;
  }
}
.edu.ss-hc .s2 .s2-read {
  width: 255px;
  width: 65.3847vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .s2-read {
    width: 100%;
  }
}
.edu.ss-hc .s2 .scroll-table {
  margin-top: 40px;
  margin-top: 10.2565vw;
  overflow-x: auto;
  overflow-y: unset;
  padding-bottom: 20px;
  padding-bottom: 5.1283vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table {
    margin-top: calc(70px * 0.8);
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .edu.ss-hc .s2 .scroll-table {
    overflow-x: unset;
  }
}
.edu.ss-hc .s2 .scroll-table table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.edu.ss-hc .s2 .scroll-table table th {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.edu.ss-hc .s2 .scroll-table table th + td {
  margin-left: 10px;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table table th + td {
    margin-left: calc(11px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table table th + td {
    margin-left: 11px;
  }
}
.edu.ss-hc .s2 .scroll-table table th,
.edu.ss-hc .s2 .scroll-table table td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 5px;
}
.edu.ss-hc .s2 .scroll-table table th.align-center,
.edu.ss-hc .s2 .scroll-table table td.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.edu.ss-hc .s2 .scroll-table table th:nth-of-type(n + 2),
.edu.ss-hc .s2 .scroll-table table td:nth-of-type(n + 2) {
  margin-left: 10px;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table table th:nth-of-type(n + 2),
  .edu.ss-hc .s2 .scroll-table table td:nth-of-type(n + 2) {
    margin-left: 11px;
  }
}
.edu.ss-hc .s2 .scroll-table table th.type,
.edu.ss-hc .s2 .scroll-table table td.type {
  width: 88px;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table table th.type,
  .edu.ss-hc .s2 .scroll-table table td.type {
    width: calc(126px * 0.7);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table table th.type,
  .edu.ss-hc .s2 .scroll-table table td.type {
    width: 126px;
  }
}
.edu.ss-hc .s2 .scroll-table table th.entry, .edu.ss-hc .s2 .scroll-table table th.middle, .edu.ss-hc .s2 .scroll-table table th.highend,
.edu.ss-hc .s2 .scroll-table table td.entry,
.edu.ss-hc .s2 .scroll-table table td.middle,
.edu.ss-hc .s2 .scroll-table table td.highend {
  width: 148px;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table table th.entry, .edu.ss-hc .s2 .scroll-table table th.middle, .edu.ss-hc .s2 .scroll-table table th.highend,
  .edu.ss-hc .s2 .scroll-table table td.entry,
  .edu.ss-hc .s2 .scroll-table table td.middle,
  .edu.ss-hc .s2 .scroll-table table td.highend {
    width: calc(260px * 0.7);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table table th.entry, .edu.ss-hc .s2 .scroll-table table th.middle, .edu.ss-hc .s2 .scroll-table table th.highend,
  .edu.ss-hc .s2 .scroll-table table td.entry,
  .edu.ss-hc .s2 .scroll-table table td.middle,
  .edu.ss-hc .s2 .scroll-table table td.highend {
    width: 260px;
  }
}
.edu.ss-hc .s2 .scroll-table table thead th {
  height: 49px;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table table thead th {
    height: calc(86px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table table thead th {
    height: 86px;
  }
}
.edu.ss-hc .s2 .scroll-table table thead th.type {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table table thead th.type {
    font-size: 11.2px;
    font-size: 0.7rem;
    line-height: 2.8571428571;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table table thead th.type {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.edu.ss-hc .s2 .scroll-table table thead th.low, .edu.ss-hc .s2 .scroll-table table thead th.middle, .edu.ss-hc .s2 .scroll-table table thead th.highend {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table table thead th.low, .edu.ss-hc .s2 .scroll-table table thead th.middle, .edu.ss-hc .s2 .scroll-table table thead th.highend {
    font-size: 14.4px;
    font-size: 0.9rem;
    line-height: 2.2222222222;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table table thead th.low, .edu.ss-hc .s2 .scroll-table table thead th.middle, .edu.ss-hc .s2 .scroll-table table thead th.highend {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.edu.ss-hc .s2 .scroll-table table tbody tr {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table table tbody tr {
    margin-top: calc(11px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table table tbody tr {
    margin-top: 11px;
  }
}
.edu.ss-hc .s2 .scroll-table table tbody td {
  padding: 12px;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table table tbody td {
    padding: calc(20px * 0.8) calc(22px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table table tbody td {
    padding: 20px 22px;
  }
}
.edu.ss-hc .s2 .scroll-table table tbody .row:nth-of-type(n + 2) {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table table tbody .row:nth-of-type(n + 2) {
    margin-top: calc(12px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table table tbody .row:nth-of-type(n + 2) {
    margin-top: 12px;
  }
}
.edu.ss-hc .s2 .scroll-table table tbody dl .row:nth-of-type(n + 2) {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table table tbody dl .row:nth-of-type(n + 2) {
    margin-top: calc(12px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table table tbody dl .row:nth-of-type(n + 2) {
    margin-top: 12px;
  }
}
.edu.ss-hc .s2 .scroll-table table tbody dl .row.top-row1 {
  height: 62px;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table table tbody dl .row.top-row1 {
    height: calc(103px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table table tbody dl .row.top-row1 {
    height: 103px;
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table table tbody dl .row.top-row1 dd {
    margin-top: calc(3px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table table tbody dl .row.top-row1 dd {
    margin-top: 3px;
  }
}
.edu.ss-hc .s2 .scroll-table table tbody dl .row.top-row2 {
  height: 84px;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table table tbody dl .row.top-row2 {
    height: calc(104px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table table tbody dl .row.top-row2 {
    height: 104px;
  }
}
.edu.ss-hc .s2 .scroll-table table tbody dl .row.mid-row1 {
  height: 68px;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table table tbody dl .row.mid-row1 {
    height: calc(94px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table table tbody dl .row.mid-row1 {
    height: 94px;
  }
}
.edu.ss-hc .s2 .scroll-table table tbody dl .row.mid-row2 {
  height: 68px;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table table tbody dl .row.mid-row2 {
    height: calc(64px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table table tbody dl .row.mid-row2 {
    height: 64px;
  }
}
.edu.ss-hc .s2 .scroll-table table tbody dl .row.bottom-row1 {
  height: 56px;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table table tbody dl .row.bottom-row1 {
    height: calc(93px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table table tbody dl .row.bottom-row1 {
    height: 93px;
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table table tbody dl .row.bottom-row1 dd {
    margin-top: calc(6px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table table tbody dl .row.bottom-row1 dd {
    margin-top: 6px;
  }
}
.edu.ss-hc .s2 .scroll-table table tbody dl .row.bottom-row2 {
  height: 50px;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table table tbody dl .row.bottom-row2 {
    height: calc(43px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table table tbody dl .row.bottom-row2 {
    height: 43px;
  }
}
.edu.ss-hc .s2 .scroll-table table tbody dt {
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  margin-bottom: 2px;
  margin-bottom: 0.5129vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table table tbody dt {
    font-size: 11.2px;
    font-size: 0.7rem;
    line-height: 1.4285714286;
    margin-bottom: calc(2px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table table tbody dt {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 2px;
  }
}
.edu.ss-hc .s2 .scroll-table table tbody th,
.edu.ss-hc .s2 .scroll-table table tbody dd,
.edu.ss-hc .s2 .scroll-table table tbody li span,
.edu.ss-hc .s2 .scroll-table table tbody p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table table tbody th,
  .edu.ss-hc .s2 .scroll-table table tbody dd,
  .edu.ss-hc .s2 .scroll-table table tbody li span,
  .edu.ss-hc .s2 .scroll-table table tbody p {
    font-size: 11.2px;
    font-size: 0.7rem;
    line-height: 1.4285714286;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table table tbody th,
  .edu.ss-hc .s2 .scroll-table table tbody dd,
  .edu.ss-hc .s2 .scroll-table table tbody li span,
  .edu.ss-hc .s2 .scroll-table table tbody p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table table tbody p {
    margin-top: calc(12px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table table tbody p {
    margin-top: 12px;
  }
}
.edu.ss-hc .s2 .scroll-table table tbody li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.edu.ss-hc .s2 .scroll-table table tbody li::before {
  content: "・";
  display: inline-block;
}
.edu.ss-hc .s2 .scroll-table .img-size img {
  width: 100%;
}
.edu.ss-hc .s2 .scroll-table .img-size-1 {
  width: 37px;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table .img-size-1 {
    width: calc(67px * 0.7);
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table .img-size-1 {
    width: 67px;
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
}
.edu.ss-hc .s2 .scroll-table .img-size-2 {
  width: 45px;
  margin-top: 4px;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table .img-size-2 {
    width: calc(80px * 0.7);
    margin-top: 8px;
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table .img-size-2 {
    width: 80px;
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
}
.edu.ss-hc .s2 .scroll-table .img-size-3 {
  width: 81px;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table .img-size-3 {
    width: calc(143px * 0.7);
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table .img-size-3 {
    width: 143px;
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}
.edu.ss-hc .s2 .scroll-table .img-size-4 {
  width: 84px;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table .img-size-4 {
    width: calc(149px * 0.7);
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table .img-size-4 {
    width: 149px;
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
}
.edu.ss-hc .s2 .scroll-table .img-size-5 {
  width: 122px;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table .img-size-5 {
    width: calc(217px * 0.7);
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table .img-size-5 {
    width: 217px;
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
.edu.ss-hc .s2 .scroll-table .img-size-6 {
  width: 84px;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .scroll-table .img-size-6 {
    width: calc(149px * 0.7);
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .scroll-table .img-size-6 {
    width: 149px;
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
}
.edu.ss-hc .s2 .hc-box-2 {
  position: relative;
  padding-top: 40px;
  padding-top: 10.2565vw;
  padding-bottom: 55px;
  padding-bottom: 14.1026vw;
  margin-top: 60px;
  margin-top: 15.3847vw;
  background: #2f353d;
  color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .hc-box-2 {
    padding: calc(60px * 0.8) calc(60px * 0.8) calc(70px * 0.8);
    margin-top: calc(120px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .hc-box-2 {
    padding: 60px 60px 70px;
    margin-top: 120px;
  }
}
.edu.ss-hc .s2 .hc-box-2::before, .edu.ss-hc .s2 .hc-box-2::after {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  width: 12.8206vw;
  height: 50px;
  height: 12.8206vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .hc-box-2::before, .edu.ss-hc .s2 .hc-box-2::after {
    width: calc(100px * 0.8);
    height: calc(100px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .hc-box-2::before, .edu.ss-hc .s2 .hc-box-2::after {
    width: 100px;
    height: 100px;
  }
}
.edu.ss-hc .s2 .hc-box-2::before {
  background-image: url("../img/icon-brackets-top.svg");
  top: 15px;
  top: 3.8462vw;
  left: 15px;
  left: 3.8462vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .hc-box-2::before {
    top: calc(44px * 0.8);
    left: calc(40px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .hc-box-2::before {
    top: 44px;
    left: 40px;
  }
}
.edu.ss-hc .s2 .hc-box-2::after {
  background-image: url("../img/icon-brackets-bottom.svg");
  bottom: 15px;
  bottom: 3.8462vw;
  right: 15px;
  right: 3.8462vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .hc-box-2::after {
    bottom: calc(36px * 0.8);
    right: calc(40px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .hc-box-2::after {
    bottom: 36px;
    right: 40px;
  }
}
.edu.ss-hc .s2 .hc-box-2 .imgbox {
  margin-top: 40px;
  margin-top: 10.2565vw;
  padding-left: 35px;
  padding-left: 8.9744vw;
  padding-right: 47px;
  padding-right: 12.0513vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .hc-box-2 .imgbox {
    margin-top: calc(45px * 0.8);
    padding-left: 0;
    padding-right: calc(25px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .hc-box-2 .imgbox {
    margin-top: 45px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .hc-box-2 .title-1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .hc-box-2 .title-1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.edu.ss-hc .s2-outro {
  font-weight: 700;
  font-size: 18px;
  font-size: 4.6154vw;
  line-height: 1.7777777778;
  margin-top: 50px;
  margin-top: 12.8206vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2-outro {
    font-size: 17.6px;
    font-size: 1.1rem;
    line-height: 1.7272727273;
    margin-top: calc(70px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2-outro {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 70px;
  }
}
.edu.ss-hc .s2 .hc-btnbox {
  margin-top: 40px;
  margin-top: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s2 .hc-btnbox {
    margin-top: calc(80px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s2 .hc-btnbox {
    margin-top: 80px;
  }
}
.edu.ss-hc .s3 {
  padding-top: 0;
  padding-bottom: 100px;
  padding-bottom: 25.6411vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 {
    padding-bottom: calc(200px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 {
    padding-bottom: 200px;
  }
}
.edu.ss-hc .s3-header {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  background-image: url("../img/hc/s3-bg-sp.jpg");
  background-size: cover;
  background-position: center center;
  text-align: center;
  height: 320px;
  height: 82.0513vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3-header {
    background-image: url("../img/hc/s3-bg.jpg");
    height: calc(450px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3-header {
    height: 450px;
  }
}
.edu.ss-hc .s3-header-subttl {
  font-weight: 700;
  font-size: 18px;
  font-size: 4.6154vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3-header-subttl {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3-header-subttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.edu.ss-hc .s3-header-ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 12px;
  margin-top: 3.077vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3-header-ttl {
    margin-top: calc(25px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3-header-ttl {
    margin-top: 25px;
  }
}
.edu.ss-hc .s3-header-ttl span {
  display: block;
}
.edu.ss-hc .s3-header-ttl .small {
  font-size: 15px;
  font-size: 3.8462vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3-header-ttl .small {
    font-size: 15.6px;
    font-size: 0.975rem;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3-header-ttl .small {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.edu.ss-hc .s3-header-ttl .large {
  margin-top: 10px;
  margin-top: 2.5642vw;
  font-size: 24px;
  font-size: 6.1539vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3-header-ttl .large {
    font-size: 32px;
    font-size: 2rem;
    margin-top: calc(15px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3-header-ttl .large {
    font-size: 40px;
    font-size: 2.5rem;
    margin-top: 15px;
  }
}
.edu.ss-hc .s3 .mod-in-m {
  padding-top: 76px;
  padding-top: 19.4872vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .mod-in-m {
    padding-top: calc(145px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .mod-in-m {
    padding-top: 145px;
  }
}
.edu.ss-hc .s3 .hc-box-2 {
  margin-top: 40px;
  margin-top: 10.2565vw;
  padding-left: 30px;
  padding-left: 7.6924vw;
  padding-right: 30px;
  padding-right: 7.6924vw;
  padding-top: 40px;
  padding-top: 10.2565vw;
  padding-bottom: 40px;
  padding-bottom: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-2 {
    margin-top: calc(80px * 0.8);
    padding: calc(80px * 0.8) calc(80px * 0.8) calc(100px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-2 {
    margin-top: 80px;
    padding: 80px 80px 100px;
  }
}
.edu.ss-hc .s3 .hc-box-2 .has-checkbox {
  margin-top: 30px;
  margin-top: 7.6924vw;
  padding-left: 10px;
  padding-left: 2.5642vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-2 .has-checkbox {
    max-width: 440px;
    margin: 0 auto;
    margin-top: calc(65px * 0.8);
    padding-left: 40px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-2 .has-checkbox {
    margin: 0;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 65px;
  }
}
@media screen and (min-width: 1280px) {
  .edu.ss-hc .s3 .hc-box-2 .has-checkbox {
    padding-left: 20px;
  }
}
.edu.ss-hc .s3 .hc-box-2 .has-checkbox li {
  font-weight: 700;
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.4285714286;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-2 .has-checkbox li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 17.6px;
    font-size: 1.1rem;
    line-height: 1.2727272727;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-2 .has-checkbox li {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.edu.ss-hc .s3 .hc-box-2 .has-checkbox li:nth-of-type(n + 2) {
  margin-top: 10px;
  margin-top: 2.5642vw;
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-2 .has-checkbox li:nth-of-type(n + 2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-2 .has-checkbox li.pc-order-1 {
    width: 446px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-2 .has-checkbox li.pc-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-2 .has-checkbox li.pc-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
    width: 446px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-2 .has-checkbox li.pc-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 20px;
  }
}
.edu.ss-hc .s3 .hc-box-s {
  position: relative;
  padding-left: 30px;
  padding-left: 7.6924vw;
  padding-right: 30px;
  padding-right: 7.6924vw;
  padding-top: 40px;
  padding-top: 10.2565vw;
  padding-bottom: 35px;
  padding-bottom: 8.9744vw;
  background: #f5f6f6;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s {
    padding: calc(60px * 0.8) calc(60px * 0.8) calc(70px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-s {
    padding: 60px 60px 70px;
  }
}
.edu.ss-hc .s3 .hc-box-s-1 {
  margin-top: 0;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-1 .title-3 {
    text-align: left;
  }
}
.edu.ss-hc .s3 .hc-box-s-1 .has-checkbox {
  margin-top: 20px;
  margin-top: 5.1283vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-1 .has-checkbox {
    margin-top: calc(20px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-s-1 .has-checkbox {
    margin-top: 20px;
  }
}
.edu.ss-hc .s3 .hc-box-s-1 .has-checkbox li {
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.4285714286;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-1 .has-checkbox li {
    font-size: 14.4px;
    font-size: 0.9rem;
    line-height: 1.5555555556;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-s-1 .has-checkbox li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.edu.ss-hc .s3 .hc-box-s-1 .has-checkbox li:nth-of-type(n + 2) {
  margin-top: 10px;
  margin-top: 2.5642vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-1 .has-checkbox li:nth-of-type(n + 2) {
    margin-top: calc(15px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-s-1 .has-checkbox li:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}
.edu.ss-hc .s3 .hc-box-s-1 .has-checkbox li::before {
  top: 1px;
  width: 19px;
  width: 4.8718vw;
  height: 18px;
  height: 4.6154vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-1 .has-checkbox li::before {
    width: calc(27px * 0.8);
    height: calc(26px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-s-1 .has-checkbox li::before {
    width: 27px;
    height: 26px;
  }
}
.edu.ss-hc .s3 .hc-box-s-1 .hc-caption {
  font-size: 12px;
  font-size: 3.077vw;
  line-height: 1.6666666667;
  margin-top: 20px;
  margin-top: 5.1283vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-1 .hc-caption {
    font-size: 10.4px;
    font-size: 0.65rem;
    margin-top: calc(18px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-s-1 .hc-caption {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 18px;
  }
}
.edu.ss-hc .s3 .hc-box-s-2, .edu.ss-hc .s3 .hc-box-s-3 {
  margin-top: 48px;
  margin-top: 12.3077vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-2, .edu.ss-hc .s3 .hc-box-s-3 {
    margin-top: calc(80px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-s-2, .edu.ss-hc .s3 .hc-box-s-3 {
    margin-top: 80px;
  }
}
.edu.ss-hc .s3 .hc-box-s-2 {
  padding-left: 30px;
  padding-left: 7.6924vw;
  padding-right: 30px;
  padding-right: 7.6924vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-2 {
    padding-left: calc(55px * 0.8);
    padding-right: calc(99px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-s-2 {
    padding-left: 55px;
    padding-right: 99px;
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-3 {
    padding-left: calc(50px * 0.8);
    padding-right: calc(29px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-s-3 {
    padding-left: 50px;
    padding-right: 29px;
  }
}
.edu.ss-hc .s3 .hc-box-s-3 .title-3 {
  margin: 0 -20px;
  margin: 0 -5.1282vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-3 .title-3 {
    margin: 0 auto;
  }
}
.edu.ss-hc .s3 .hc-box-s-3 .flex-2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.edu.ss-hc .s3 .hc-box-s-3 .flex-2col:not(.flex-2col-child) {
  margin-top: 48px;
  margin-top: 12.3077vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col:not(.flex-2col-child) {
    max-width: 500px;
    margin: 0 auto;
    margin-top: calc(60px * 0.8);
  }
}
@media screen and (min-width: 1280px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col:not(.flex-2col-child) {
    max-width: 100%;
    margin: 0;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col:not(.flex-2col-child) > .flex-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 1280px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col:not(.flex-2col-child) > .flex-item:first-of-type {
    padding-right: 22px;
  }
}
.edu.ss-hc .s3 .hc-box-s-3 .flex-2col:not(.flex-2col-child) > .flex-item:last-of-type {
  margin-top: 50px;
  margin-top: 12.8206vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col:not(.flex-2col-child) > .flex-item:last-of-type {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col:not(.flex-2col-child) > .flex-item:last-of-type {
    margin-top: 0;
    padding-left: 22px;
    max-width: 483px;
  }
}
.edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child {
    margin-top: calc(15px * 0.8);
  }
}
@media screen and (min-width: 1280px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child {
    margin-top: 15px;
    height: 103px;
  }
}
.edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child-item {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 15px;
  margin-top: 3.8462vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child-item {
    -webkit-box-ordinal-group: none;
    -webkit-order: none;
        -ms-flex-order: none;
            order: none;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child-item {
    margin-top: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
.edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child .img-a,
.edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child .img-b {
  margin: 0 auto;
}
.edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child .img-a {
  width: 62px;
  width: 15.8975vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child .img-a {
    width: calc(94px * 0.8);
    padding-left: calc(13px * 0.8);
    padding-top: calc(5px * 0.8);
  }
}
@media screen and (min-width: 1280px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child .img-a {
    width: 94px;
    padding-left: 13px;
    padding-top: 5px;
    margin-right: 0;
  }
}
.edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child .img-b {
  width: 204px;
  width: 52.3077vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child .img-b {
    width: calc(131px * 0.8);
  }
}
@media screen and (min-width: 1280px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child .img-b {
    width: 131px;
    margin-top: -21px;
    position: absolute;
    right: 17px;
  }
}
.edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child li,
.edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child li strong {
  font-weight: 400;
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.5714285714;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child li,
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child li strong {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child li,
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child li strong {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child li:nth-of-type(n + 2) {
  margin-top: 5px;
  margin-top: 1.2821vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child li:nth-of-type(n + 2) {
    margin-top: 0;
  }
}
.edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child li strong {
  text-decoration: underline;
}
.edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child li.has-dot::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  width: 2.5642vw;
  height: 10px;
  height: 2.5642vw;
  margin-right: 6px;
  margin-right: 1.5385vw;
  margin-top: 4px;
  margin-top: 1.0257vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child li.has-dot::before {
    width: calc(10px * 0.8);
    height: calc(10px * 0.8);
    margin-right: 5px;
    margin-top: 9px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child li.has-dot::before {
    width: 10px;
    height: 10px;
  }
}
.edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child li.has-dot.dot-red::before {
  background: #2f353d;
}
.edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child li.has-dot.dot-blue::before {
  background: #2f353d;
}
.edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child .hc-caption {
  font-size: 10px;
  font-size: 2.5642vw;
  margin-top: 10px;
  margin-top: 2.5642vw;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child .hc-caption {
    font-size: 8.8px;
    font-size: 0.55rem;
    margin-top: calc(8px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col-child .hc-caption {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 8px;
  }
}
.edu.ss-hc .s3 .hc-box-s-3 .flex-2col .flex-item-title {
  margin-bottom: 5px;
  margin-bottom: 1.2821vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col .flex-item-title {
    margin-bottom: calc(5px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col .flex-item-title {
    margin-bottom: 5px;
  }
}
.edu.ss-hc .s3 .hc-box-s-3 .flex-2col .flex-item-title strong {
  font-size: 18px;
  font-size: 4.6154vw;
  line-height: 1.3333333333;
  text-align: center;
  display: block;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col .flex-item-title strong {
    font-size: 16.8px;
    font-size: 1.05rem;
    line-height: 1.2380952381;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col .flex-item-title strong {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 1280px) {
  .edu.ss-hc .s3 .hc-box-s-3 .flex-2col .flex-item-title strong {
    text-align: left;
  }
}
.edu.ss-hc .s3 .hc-box-s-3 .imgbox-banner {
  margin-top: 20px;
  margin-top: 5.1283vw;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-3 .imgbox-banner {
    margin-top: calc(38px * 0.8);
  }
}
@media screen and (min-width: 1280px) {
  .edu.ss-hc .s3 .hc-box-s-3 .imgbox-banner {
    margin-top: 38px;
  }
}
.edu.ss-hc .s3 .hc-box-s-3 .outro-title {
  margin-top: 20px;
  margin-top: 5.1283vw;
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.8571428571;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-3 .outro-title {
    margin-top: calc(28px * 0.8);
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 1.625;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-s-3 .outro-title {
    margin-top: 28px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.edu.ss-hc .s3 .hc-box-s-3 .outro-list {
  margin-top: 5px;
  margin-top: 1.2821vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-3 .outro-list {
    margin-top: calc(10px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-s-3 .outro-list {
    margin-top: 10px;
  }
}
.edu.ss-hc .s3 .hc-box-s-3 .outro-list li {
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.7142857143;
  padding-left: 1.2em;
  position: relative;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-3 .outro-list li {
    font-size: 11.2px;
    font-size: 0.7rem;
    line-height: 1.8666666667;
    padding-left: 1em;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-s-3 .outro-list li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.edu.ss-hc .s3 .hc-box-s-3 .outro-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  display: inline-block;
}
.edu.ss-hc .s3 .hc-box-s-title {
  position: absolute;
  background: #2f353d;
  color: #fff;
  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;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50px;
  top: -18px;
  top: -4.6153vw;
  width: 152px;
  width: 38.9744vw;
  height: 36px;
  height: 9.2308vw;
  font-size: 14px;
  font-size: 3.5898vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .hc-box-s-title {
    width: calc(230px * 0.8);
    height: calc(54px * 0.8);
    font-size: 16px;
    font-size: 1rem;
    top: calc(-27px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .hc-box-s-title {
    width: 230px;
    height: 54px;
    font-size: 20px;
    font-size: 1.25rem;
    top: -27px;
  }
}
.edu.ss-hc .s3-outro {
  font-weight: 700;
  margin-top: 50px;
  margin-top: 12.8206vw;
  font-size: 18px;
  font-size: 4.6154vw;
  line-height: 1.7777777778;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3-outro {
    margin-top: calc(100px * 0.8);
    font-size: 14.4px;
    font-size: 0.9rem;
    line-height: 1.7777777778;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3-outro {
    margin-top: 100px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.edu.ss-hc .s3 .btnbox {
  margin-top: 50px;
  margin-top: 12.8206vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-hc .s3 .btnbox {
    margin-top: calc(60px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-hc .s3 .btnbox {
    margin-top: 60px;
  }
}
.edu.ss-odl .mod-bg-w {
  padding-bottom: 80px;
  padding-bottom: 20.5129vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .mod-bg-w {
    padding-bottom: calc(160px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .mod-bg-w {
    padding-bottom: 160px;
  }
}
.edu.ss-odl .has-checkbox li {
  position: relative;
  padding-left: 24px;
  padding-left: 6.1539vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .has-checkbox li {
    padding-left: calc(36px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .has-checkbox li {
    padding-left: 36px;
  }
}
.edu.ss-odl .has-checkbox li::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("../img/common/icon-checkbox.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 19px;
  width: 4.8718vw;
  height: 18px;
  height: 4.6154vw;
  margin-right: 15px;
  margin-right: 3.8462vw;
  left: 0;
  top: 2px;
  top: 0.5129vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .has-checkbox li::before {
    width: calc(21px * 0.8);
    height: calc(20px * 0.8);
    margin-right: calc(20px * 0.8);
    top: calc(4px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .has-checkbox li::before {
    width: 21px;
    height: 20px;
    margin-right: 20px;
    top: 4px;
  }
}
.edu.ss-odl .title-1 {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  font-size: 5.1283vw;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .title-1 {
    font-size: 20.8px;
    font-size: 1.3rem;
    line-height: 1.2307692308;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .title-1 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.edu.ss-odl .title-6 {
  font-size: 18px;
  font-size: 4.6154vw;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 500;
  color: #2f353d;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .title-6 {
    line-height: 1.7142857143;
    font-size: 22.4px;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .title-6 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.edu.ss-odl .read-1 {
  margin-top: 20px;
  margin-top: 5.1283vw;
  font-size: 15px;
  font-size: 3.8462vw;
  line-height: 1.7333333333;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .read-1 {
    margin-top: calc(12px * 0.8);
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .read-1 {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 12px;
  }
}
.edu.ss-odl .w-box {
  background: #fff;
  border-radius: 10px;
}
.edu.ss-odl .w-box-1 {
  margin-top: 48px;
  margin-top: 12.3077vw;
  padding-top: 40px;
  padding-top: 10.2565vw;
  padding-bottom: 40px;
  padding-bottom: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .w-box-1 {
    margin-top: 24px;
    padding: 40px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .w-box-1 {
    margin-top: 30px;
    padding: 50px;
  }
}
.edu.ss-odl .w-box-1-items {
  margin-top: 25px;
  margin-top: 6.4103vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .w-box-1-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 24px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .w-box-1-items {
    margin-top: 30px;
  }
}
.edu.ss-odl .w-box-1-item {
  width: 265px;
  width: 67.9488vw;
  height: 70px;
  height: 17.9488vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
  text-align: center;
  color: #fff;
  background: #2f353d;
  border-radius: 200px;
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.4285714286;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .w-box-1-item {
    width: 244.8px;
    height: 62.4px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .w-box-1-item {
    width: 306px;
    height: 78px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.edu.ss-odl .w-box-1-item-arrow {
  width: 16px;
  width: 4.1026vw;
  height: 8px;
  height: 2.0513vw;
  background-image: url("../img/odl/icon-arrow-s.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 15px 0;
  margin: 3.8462vw 0;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .w-box-1-item-arrow {
    background-image: url("../img/odl/icon-arrow-l.svg");
    width: 13px;
    height: 26px;
    margin: 0 16px;
  }
}
.edu.ss-odl .w-box-2 {
  padding-top: 40px;
  padding-top: 10.2565vw;
  padding-bottom: 40px;
  padding-bottom: 10.2565vw;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .w-box-2 {
    padding: 36px;
    padding-left: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .w-box-2 {
    padding: 45px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .w-box-2-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc((100% - 50px) / 2);
  }
}
.edu.ss-odl .w-box-2-item:nth-of-type(n + 2) {
  margin-top: 40px;
  margin-top: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .w-box-2-item:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 50px;
  }
}
.edu.ss-odl .w-box-2-item-ttl {
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  font-size: 4.359vw;
  line-height: 1.5294117647;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .w-box-2-item-ttl {
    text-align: left;
    font-weight: 700;
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 2.125;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .w-box-2-item-ttl {
    font-size: 16px;
    font-size: 1rem;
  }
}
.edu.ss-odl .w-box-2-item .has-checkbox {
  margin-top: 30px;
  margin-top: 7.6924vw;
  padding-left: 50px;
  padding-left: 12.8206vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .w-box-2-item .has-checkbox {
    padding-left: 0;
    margin-top: 12px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .w-box-2-item .has-checkbox {
    margin-top: 15px;
  }
}
.edu.ss-odl .w-box-2-item .has-checkbox li {
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.4285714286;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .w-box-2-item .has-checkbox li {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .w-box-2-item .has-checkbox li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.edu.ss-odl .w-box-2-item .has-checkbox li:nth-of-type(n + 2) {
  margin-top: 10px;
  margin-top: 2.5642vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .w-box-2-item .has-checkbox li:nth-of-type(n + 2) {
    margin-top: 4px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .w-box-2-item .has-checkbox li:nth-of-type(n + 2) {
    margin-top: 5px;
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .break {
    height: 450px;
  }
}
.edu.ss-odl .break img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .break img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
.edu.ss-odl .s3-intro {
  padding-top: 60px;
  padding-top: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-intro {
    padding-top: calc(100px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-intro {
    padding-top: 100px;
  }
}
.edu.ss-odl .s3-intro .logo-ms {
  width: 220px;
  width: 56.4103vw;
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-intro .logo-ms {
    width: 304px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-intro .logo-ms {
    width: 380px;
    margin-top: 40px;
  }
}
.edu.ss-odl .s3-intro .logo-ms img {
  width: 100%;
}
.edu.ss-odl .s3-read {
  margin: 0 auto;
  width: 275px;
  width: 70.5129vw;
  margin-top: 40px;
  margin-top: 10.2565vw;
  font-size: 15px;
  font-size: 3.8462vw;
  line-height: 1.6666666667;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-read {
    width: 100%;
    margin-top: calc(50px * 0.8);
    text-align: center;
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 2;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-read {
    margin-top: 50px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.edu.ss-odl .s3-box {
  position: relative;
  padding-top: 21.5px;
  padding-top: 5.5129vw;
  margin-top: 60px;
  margin-top: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box {
    padding-top: calc(32px * 0.8);
    margin-top: calc(100px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-box {
    padding-top: 32px;
    margin-top: 100px;
  }
}
.edu.ss-odl .s3-box + .s3-box {
  margin-top: 30px;
  margin-top: 7.6924vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box + .s3-box {
    margin-top: calc(60px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-box + .s3-box {
    margin-top: 60px;
  }
}
.edu.ss-odl .s3-box.second .s3-box-img-l {
  margin-top: 40px;
  margin-top: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box.second .s3-box-img-l {
    margin-top: calc(35px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-box.second .s3-box-img-l {
    margin-top: 35px;
  }
}
.edu.ss-odl .s3-box-label {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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: 150px;
  width: 38.4616vw;
  height: 43px;
  height: 11.0257vw;
  background: #2f353d;
  color: #fff;
  border-radius: 200px;
  font-size: 18px;
  font-size: 4.6154vw;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box-label {
    font-size: 22.4px;
    font-size: 1.4rem;
    width: 184px;
    height: 51.2px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-box-label {
    font-size: 28px;
    font-size: 1.75rem;
    width: 230px;
    height: 64px;
  }
}
.edu.ss-odl .s3-box-label::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #2f353d transparent transparent transparent;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.edu.ss-odl .s3-box-in {
  background: #f5f6f6;
  border-radius: 10px;
  padding-top: 40px;
  padding-top: 10.2565vw;
  padding-bottom: 30px;
  padding-bottom: 7.6924vw;
  padding-left: 30px;
  padding-left: 7.6924vw;
  padding-right: 30px;
  padding-right: 7.6924vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box-in {
    padding: calc(60px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-box-in {
    padding: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .edu.ss-odl .s3-box-in {
    padding: 60px 115px;
  }
}
.edu.ss-odl .s3-box-ttl {
  font-size: 15px;
  font-size: 3.8462vw;
  line-height: 1.4666666667;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box-ttl {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-box-ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.edu.ss-odl .s3-box-2col {
  margin-top: 35px;
  margin-top: 8.9744vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box-2col {
    margin-top: calc(65px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-box-2col {
    margin-top: 65px;
  }
}
.edu.ss-odl .s3-box-2col-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 35px;
  margin-top: 8.9744vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box-2col-wrapper {
    margin-top: calc(65px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-box-2col-wrapper {
    margin-top: 65px;
  }
}
.edu.ss-odl .s3-box-2col-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box-2col-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.edu.ss-odl .s3-box-2col-item:nth-of-type(n + 2) {
  margin-top: 50px;
  margin-top: 12.8206vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box-2col-item:nth-of-type(n + 2) {
    margin-top: calc(60px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-box-2col-item:nth-of-type(n + 2) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box-2col-item .txtbox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 55%;
    max-width: 420px;
    margin-right: 45px;
  }
}
.edu.ss-odl .s3-box-2col-item .txtbox .title-9 {
  font-size: 16px;
  font-size: 4.1026vw;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 12px;
  margin-bottom: 3.077vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box-2col-item .txtbox .title-9 {
    font-size: 17.6px;
    font-size: 1.1rem;
    line-height: 1.2727272727;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-box-2col-item .txtbox .title-9 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box-2col-item .txtbox .title-9::before {
    width: calc(23px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-box-2col-item .txtbox .title-9::before {
    width: 23px;
  }
}
.edu.ss-odl .s3-box-2col-item .txtbox .title-7 {
  font-size: 14px;
  font-size: 3.5898vw;
  font-weight: 700;
  line-height: 1.5714285714;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box-2col-item .txtbox .title-7 {
    font-size: 12.8px;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-box-2col-item .txtbox .title-7 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.edu.ss-odl .s3-box-2col-item .txtbox .text-6 {
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.5714285714;
  margin-top: 8px;
  margin-top: 2.0513vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box-2col-item .txtbox .text-6 {
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 1.5;
    margin-top: 6.4px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-box-2col-item .txtbox .text-6 {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 8px;
  }
}
.edu.ss-odl .s3-box-2col-item .imgbox {
  margin-top: 24px;
  margin-top: 6.1539vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box-2col-item .imgbox {
    margin: 0;
  }
}
.edu.ss-odl .s3-box-inner-list {
  margin-top: 32px;
  margin-top: 8.2052vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box-inner-list {
    margin-top: calc(40px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-box-inner-list {
    margin-top: 40px;
  }
}
.edu.ss-odl .s3-box-inner-list li {
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.4285714286;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box-inner-list li {
    font-size: 14.4px;
    font-size: 0.9rem;
    line-height: 1.5555555556;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-box-inner-list li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.edu.ss-odl .s3-box-inner-list li:nth-of-type(n + 2) {
  margin-top: 10px;
  margin-top: 2.5642vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box-inner-list li:nth-of-type(n + 2) {
    margin-top: calc(15px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-box-inner-list li:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}
.edu.ss-odl .s3-box-img-l {
  width: 100%;
}
.edu.ss-odl .s3-box-img-l img {
  width: 100%;
  height: auto;
}
.edu.ss-odl .s3-box-img-l-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 34px;
  margin-top: 8.718vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box-img-l-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box-img-l-wrapper .s3-box-img-l {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box-img-l-wrapper .s3-box-img-l:nth-of-type(1) {
    width: calc(370px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-box-img-l-wrapper .s3-box-img-l:nth-of-type(1) {
    width: 370px;
  }
}
.edu.ss-odl .s3-box-img-l-wrapper .s3-box-img-l:nth-of-type(2) {
  margin-top: 20px;
  margin-top: 5.1283vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box-img-l-wrapper .s3-box-img-l:nth-of-type(2) {
    width: calc(258px * 0.8);
    margin-top: 0;
    margin-left: 30px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-box-img-l-wrapper .s3-box-img-l:nth-of-type(2) {
    width: 258px;
    margin-left: 87px;
  }
}
.edu.ss-odl .s3-box-img-l-wrapper .imgcaption {
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  font-size: 3.077vw;
  line-height: 1.3333333333;
  margin-top: 10px;
  margin-top: 2.5642vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box-img-l-wrapper .imgcaption {
    margin-top: 10px;
    font-size: 9.6px;
    font-size: 0.6rem;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-box-img-l-wrapper .imgcaption {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.edu.ss-odl .s3-box-img-l-wrapper .imgcaption .small {
  font-size: 10px;
  font-size: 2.5642vw;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-box-img-l-wrapper .imgcaption .small {
    font-size: 9.6px;
    font-size: 0.6rem;
    line-height: 1.3333333333;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-box-img-l-wrapper .imgcaption .small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.edu.ss-odl .s3-outro {
  margin-top: 60px;
  margin-top: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-outro {
    margin-top: calc(90px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-outro {
    margin-top: 90px;
  }
}
.edu.ss-odl .s3-outro-txt {
  font-weight: 500;
  font-size: 15px;
  font-size: 3.8462vw;
  line-height: 1.4666666667;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-outro-txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-outro-txt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.edu.ss-odl .s3-outro-img {
  margin-top: 32px;
  margin-top: 8.2052vw;
  padding-left: 25px;
  padding-left: 6.4103vw;
  padding-right: 25px;
  padding-right: 6.4103vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-outro-img {
    margin-top: calc(50px * 0.8);
    padding: 0;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-outro-img {
    margin-top: 50px;
  }
}
.edu.ss-odl .s3-outro-img img {
  width: 100%;
  height: auto;
}
.edu.ss-odl .s3-outro-bottom {
  margin-top: 60px;
  margin-top: 15.3847vw;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  font-size: 4.6154vw;
  line-height: 1.7777777778;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-outro-bottom {
    margin-top: calc(70px * 0.8);
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 1.5833333333;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-outro-bottom {
    margin-top: 70px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.edu.ss-odl .s3-btnbox {
  margin-top: 64px;
  margin-top: 16.4103vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-btnbox {
    margin-top: calc(150px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-btnbox {
    margin-top: 150px;
  }
}
.edu.ss-odl .s3-btnbox .btn {
  font-size: 21px;
  font-size: 5.3847vw;
  max-width: 400px;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-btnbox .btn {
    height: calc(100px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-btnbox .btn {
    height: 100px;
  }
}
.edu.ss-odl .s3-btnbox .btn::before {
  content: none;
}
.edu.ss-odl .s3-img {
  margin-top: 60px;
  margin-top: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .s3-img {
    margin-top: calc(90px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .s3-img {
    margin-top: 90px;
  }
}
.edu.ss-odl .s3-img img {
  width: 100%;
  height: auto;
}
.edu.ss-odl .nav {
  padding-top: 60px;
  padding-top: 15.3847vw;
  padding-bottom: 60px;
  padding-bottom: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .nav {
    padding-top: calc(75px * 0.8);
    padding-bottom: calc(85px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .nav {
    padding-top: 75px;
    padding-bottom: 85px;
  }
}
.edu.ss-odl .nav-in {
  margin-top: 50px;
  margin-top: 12.8206vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .nav-in {
    margin-top: calc(70px * 0.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .nav-in {
    margin-top: 70px;
    display: block;
  }
}
.edu.ss-odl .nav-list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.6923076923vw;
  padding-left: 46px;
  padding-left: 11.7949vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .nav-list {
    max-width: 940px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin: 0 auto;
    padding-left: 0;
    gap: calc(48px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .nav-list {
    gap: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.edu.ss-odl .nav-link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.edu.ss-odl .nav-link:hover, .edu.ss-odl .nav-link:focus-visible {
  opacity: 0.7;
}
.edu.ss-odl .nav-link-top {
  position: relative;
  padding-left: 26px;
  padding-left: 6.6667vw;
  font-size: 15px;
  font-size: 3.8462vw;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .nav-link-top {
    font-size: calc(15px * 0.8);
    padding-left: 26px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .nav-link-top {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.edu.ss-odl .nav-link-top::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  width: 4.1026vw;
  height: 8px;
  height: 2.0513vw;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/odl/nav-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .nav-link-top::before {
    width: 16px;
    height: 8px;
  }
}
.edu.ss-odl .nav-link-bottom {
  display: block;
  padding-left: 26px;
  padding-left: 6.6667vw;
  margin-top: 10px;
  margin-top: 2.5642vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .nav-link-bottom {
    padding-left: 26px;
    margin-top: 17px;
  }
}
.edu.ss-odl .nav-link-bottom.a2prod {
  width: 181px;
  width: 46.4103vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .nav-link-bottom.a2prod {
    width: calc(221px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .nav-link-bottom.a2prod {
    width: 221px;
  }
}
.edu.ss-odl .nav-link-bottom.cimc {
  width: 189px;
  width: 48.4616vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .nav-link-bottom.cimc {
    width: calc(231px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .nav-link-bottom.cimc {
    width: 231px;
  }
}
.edu.ss-odl .nav-link-bottom.mediasite {
  margin-top: 5px;
  margin-top: 1.2821vw;
  width: 130px;
  width: 33.3334vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .nav-link-bottom.mediasite {
    width: calc(160px * 0.8);
    margin-top: 13px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .nav-link-bottom.mediasite {
    width: 160px;
    margin-top: 13px;
    padding-left: 61px;
  }
}
.edu.ss-odl .nav-link-bottom img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .sec-kv {
    height: 450px;
  }
}
.edu.ss-odl .sec-kv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.edu.ss-odl .sec-intro {
  padding-top: 60px;
  padding-top: 15.3847vw;
  padding-bottom: 60px;
  padding-bottom: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .sec-intro {
    padding: calc(100px * 0.8) 0;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .sec-intro {
    padding: 100px 0;
  }
}
.edu.ss-odl .sec-intro-read {
  margin: 0 auto;
  margin-top: 30px;
  margin-top: 7.6924vw;
  width: 275px;
  width: 70.5129vw;
  font-size: 15px;
  font-size: 3.8462vw;
  line-height: 1.6666666667;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .sec-intro-read {
    margin-top: calc(50px * 0.8);
    width: 100%;
    text-align: center;
    font-size: 12.8px;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .sec-intro-read {
    margin-top: 50px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.edu.ss-odl .sec-intro-logo {
  margin: 0 auto;
  margin-top: 35px;
  margin-top: 8.9744vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .sec-intro-logo {
    margin-top: calc(50px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .sec-intro-logo {
    margin-top: 50px;
  }
}
.edu.ss-odl .sec-intro-logo img {
  width: 100%;
  height: auto;
}
.edu.ss-odl .sec-intro-logo.a2prod {
  width: 264px;
  width: 67.6924vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .sec-intro-logo.a2prod {
    width: calc(458px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .sec-intro-logo.a2prod {
    width: 458px;
  }
}
.edu.ss-odl .sec-intro-logo.cimc {
  width: 275px;
  width: 70.5129vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .sec-intro-logo.cimc {
    width: calc(477px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .sec-intro-logo.cimc {
    width: 477px;
  }
}
.edu.ss-odl .sec-body {
  background: #f5f6f6;
  padding-top: 40px;
  padding-top: 10.2565vw;
  padding-bottom: 60px;
  padding-bottom: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .sec-body {
    padding-top: calc(100px * 0.8);
    padding-bottom: calc(140px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .sec-body {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
.edu.ss-odl .sec-body-in {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .sec-body-in {
    padding: 0 100px;
  }
}
.edu.ss-odl .sec-body-h3 {
  font-size: 15px;
  font-size: 3.8462vw;
  font-weight: 700;
  line-height: 1.5333333333;
  margin-top: 30px;
  margin-top: 7.6924vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .sec-body-h3 {
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 1.625;
    margin-top: calc(40px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .sec-body-h3 {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 40px;
  }
}
.edu.ss-odl .sec-body-h3:first-child {
  margin-top: 0 !important;
}
.edu.ss-odl .sec-body-txt {
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.5714285714;
  margin-top: 10px;
  margin-top: 2.5642vw;
  font-weight: 400;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .sec-body-txt {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.8666666667;
    margin-top: calc(15px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .sec-body-txt {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 15px;
  }
}
.edu.ss-odl .sec-body-img {
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 10.2565vw;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1050px;
}
@media screen and (min-width: 640px) {
  .edu.ss-odl .sec-body-img {
    margin-top: 80px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-odl .sec-body-img {
    margin-top: 128px;
  }
}
.edu.ss-odl .sec-body-img img {
  width: 100%;
  height: auto;
}
.edu.ss-rtls .cb-block {
  margin-top: 60px;
  margin-top: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .cb-block {
    margin-top: calc(95px * 0.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .cb-block {
    margin-top: 95px;
  }
}
.edu.ss-rtls .cb-item:nth-of-type(2) {
  margin-top: 30px;
  margin-top: 7.6924vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .cb-item:nth-of-type(2) {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .cb-item:nth-of-type(2) {
    margin-left: 87px;
  }
}
.edu.ss-rtls .cb-ttl {
  font-size: 17px;
  font-size: 4.359vw;
  font-weight: 700;
  line-height: 1.5294117647;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .cb-ttl {
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 2.125;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .cb-ttl {
    font-size: 16px;
    font-size: 1rem;
  }
}
.edu.ss-rtls .cb-list {
  margin-top: 15px;
  margin-top: 3.8462vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .cb-list {
    margin-top: 12px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .cb-list {
    margin-top: 15px;
  }
}
.edu.ss-rtls .cb-list li {
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.4285714286;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .cb-list li {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .cb-list li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.edu.ss-rtls .cb-list li:nth-of-type(n + 2) {
  margin-top: 5px;
  margin-top: 1.2821vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .cb-list li:nth-of-type(n + 2) {
    margin-top: 4px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .cb-list li:nth-of-type(n + 2) {
    margin-top: 5px;
  }
}
.edu.ss-rtls .s2last {
  padding-top: 60px;
  padding-top: 15.3847vw;
  padding-bottom: 60px;
  padding-bottom: 15.3847vw;
  background: #2f353d;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2last {
    padding: calc(110px * 0.8) 0;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2last {
    padding: 110px 0;
  }
}
.edu.ss-rtls .s2last-inner {
  position: relative;
}
.edu.ss-rtls .s2last .title-6 {
  font-weight: 500;
  font-size: 16px;
  font-size: 4.1026vw;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2last .title-6 {
    font-size: 22.4px;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2last .title-6 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.edu.ss-rtls .s2last-title {
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-top: 5.1283vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 248px;
  width: 63.5898vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2last-title {
    margin-top: 30.4px;
    width: 271.2px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2last-title {
    margin-top: 38px;
    width: 339px;
  }
}
.edu.ss-rtls .s2last-title img {
  width: 100%;
  height: auto;
}
.edu.ss-rtls .s2last-imgbox {
  width: 267px;
  width: 68.4616vw;
  margin: 0 auto;
  margin-top: 42px;
  margin-top: 10.7693vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2last-imgbox {
    margin-top: calc(-25px * 0.8);
    width: 560px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2last-imgbox {
    margin-top: -25px;
    width: 814px;
  }
}
.edu.ss-rtls .s2last-imgbox img {
  width: 100%;
}
.edu.ss-rtls .s2last-list {
  margin-top: 40px;
  margin-top: 10.2565vw;
  padding-left: 55px;
  padding-left: 14.1026vw;
  padding-right: 55px;
  padding-right: 14.1026vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2last-list {
    margin-top: calc(50px * 0.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2last-list {
    margin-top: 50px;
  }
}
.edu.ss-rtls .s2last-list li {
  border-radius: 100px;
  background: #fff;
  color: #2f353d;
  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;
  text-align: center;
  font-weight: 700;
  height: 70px;
  height: 17.9488vw;
  width: 100%;
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.4285714286;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2last-list li {
    height: calc(80px * 0.8);
    width: 29.5454545455%;
    max-width: 260px;
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2last-list li {
    font-size: 16px;
    font-size: 1rem;
    width: 260px;
    height: 80px;
  }
}
.edu.ss-rtls .s2last-list li:nth-of-type(n + 2) {
  margin-top: 15px;
  margin-top: 3.8462vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2last-list li:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: calc(20px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2last-list li:nth-of-type(n + 2) {
    margin-left: 20px;
  }
}
.edu.ss-rtls .s2last-outro {
  margin-top: 40px;
  margin-top: 10.2565vw;
  font-size: 18px;
  font-size: 4.6154vw;
  line-height: 1.3888888889;
  text-align: center;
  text-decoration: underline;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2last-outro {
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 1.75;
    margin-top: calc(70px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2last-outro {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 70px;
  }
}
.edu.ss-rtls .s2-section {
  padding-top: 60px;
  padding-top: 15.3847vw;
  padding-bottom: 60px;
  padding-bottom: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2-section {
    padding: calc(100px * 0.8) 0;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2-section {
    padding: 100px 0;
  }
}
.edu.ss-rtls .s2-section .title-1 {
  text-align: center;
  font-size: 24px;
  font-size: 6.1539vw;
  line-height: 1.4166666667;
  font-weight: 500;
  margin-bottom: 30px;
  margin-bottom: 7.6924vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2-section .title-1 {
    font-size: 25.6px;
    font-size: 1.6rem;
    line-height: 1.46875;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2-section .title-1 {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 60px;
  }
}
.edu.ss-rtls .s2-section-2 {
  background: #f5f6f6;
  padding-top: 60px;
  padding-top: 15.3847vw;
  padding-bottom: 60px;
  padding-bottom: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2-section-2 {
    padding: calc(120px * 0.8) 0;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2-section-2 {
    padding: 120px 0;
  }
}
.edu.ss-rtls .s2-section-2 .title-1 {
  text-align: center;
  font-size: 24px;
  font-size: 6.1539vw;
  line-height: 1.4166666667;
  font-weight: 500;
  margin-bottom: 30px;
  margin-bottom: 7.6924vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2-section-2 .title-1 {
    font-size: 25.6px;
    font-size: 1.6rem;
    line-height: 1.46875;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2-section-2 .title-1 {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 60px;
  }
}
.edu.ss-rtls .s2box-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.edu.ss-rtls .s2box-1 .commentbox {
  border-radius: 10px;
  padding-top: 20px;
  padding-top: 5.1283vw;
  padding-bottom: 20px;
  padding-bottom: 5.1283vw;
  padding-left: 15px;
  padding-left: 3.8462vw;
  padding-right: 15px;
  padding-right: 3.8462vw;
  margin-bottom: 10px;
  margin-bottom: 2.5642vw;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-1 .commentbox {
    padding: calc(25px * 0.8) calc(30px * 0.8);
    margin-bottom: calc(20px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2box-1 .commentbox {
    padding: 25px 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-1 .commentbox.commentbox-1::before {
    top: 63px;
    -webkit-transform: scale(1, -1) translateY(0);
            transform: scale(1, -1) translateY(0);
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-1 .commentbox.commentbox-2 {
    max-width: 410px;
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-1 .commentbox.commentbox-2::before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 40px;
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-1 .commentbox.commentbox-3 {
    margin-bottom: calc(33px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2box-1 .commentbox.commentbox-3 {
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-1 .commentbox.commentbox-3::before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 36px;
  }
}
.edu.ss-rtls .s2box-1 .commentbox::before {
  content: "";
  position: absolute;
  display: block;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 16px 0 0;
  border-color: #f5f6f6 transparent transparent transparent;
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2box-1 .commentbox::before {
    border-width: 30px 20px 0 0;
  }
}
.edu.ss-rtls .s2box-1 .commentbox ul {
  list-style: none;
}
.edu.ss-rtls .s2box-1 .commentbox li {
  position: relative;
  padding-left: 1.2em;
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.2857142857;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-1 .commentbox li {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
.edu.ss-rtls .s2box-1 .commentbox li:nth-of-type(n + 2) {
  margin-top: 5px;
  margin-top: 1.2821vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-1 .commentbox li:nth-of-type(n + 2) {
    margin-top: 5px;
  }
}
.edu.ss-rtls .s2box-1 .commentbox li::before {
  position: absolute;
  left: 0;
  content: "●";
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-1-left, .edu.ss-rtls .s2box-1-center, .edu.ss-rtls .s2box-1-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.edu.ss-rtls .s2box-1-left-ttl, .edu.ss-rtls .s2box-1-right-ttl {
  font-size: 16px;
  font-size: 4.1026vw;
  line-height: 1.125;
  margin-bottom: 10px;
  margin-bottom: 2.5642vw;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-1-left-ttl, .edu.ss-rtls .s2box-1-right-ttl {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    margin-bottom: calc(20px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2box-1-left-ttl, .edu.ss-rtls .s2box-1-right-ttl {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
.edu.ss-rtls .s2box-1-left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 25px;
  margin-top: 6.4103vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-1-left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    width: 44.6153846154%;
    margin-right: calc(20px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2box-1-left {
    margin-right: 20px;
  }
}
.edu.ss-rtls .s2box-1-left .commentbox {
  background: #f5f6f6;
}
.edu.ss-rtls .s2box-1-center {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-1-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 12.9807692308%;
    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;
  }
}
.edu.ss-rtls .s2box-1-center img {
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-1-center img {
    margin: 0;
    width: 100%;
  }
}
.edu.ss-rtls .s2box-1-right {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 40px;
  margin-top: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-1-right {
    margin-top: 0;
    width: 37.1153846154%;
    margin-left: 31px;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2box-1-right {
    margin-left: 35px;
  }
}
.edu.ss-rtls .s2box-1-right .commentbox {
  background: #f5f6f6;
}
.edu.ss-rtls .s2box-1-right .commentbox::before {
  border-color: #f5f6f6 transparent transparent transparent;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-1-right .commentbox::before {
    left: unset;
    right: 100%;
    border-width: 0 16px 26px 0;
    border-color: transparent #f5f6f6 transparent transparent;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2box-1-right .commentbox::before {
    border-width: 0 20px 30px 0;
  }
}
.edu.ss-rtls .s2box-1-bottom {
  font-size: 15px;
  font-size: 3.8462vw;
  line-height: 1.6666666667;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-1-bottom {
    font-size: 14.4px;
    font-size: 0.9rem;
    line-height: 1.6666666667;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2box-1-bottom {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-2-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 48.0769230769%;
  }
}
.edu.ss-rtls .s2box-2-item:nth-of-type(n + 2) {
  margin-top: 20px;
  margin-top: 5.1283vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-2-item:nth-of-type(n + 2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-2-item:nth-of-type(even) {
    margin-left: 3.8461538462%;
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-2-item:nth-of-type(n + 3) {
    margin-top: calc(40px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2box-2-item:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}
.edu.ss-rtls .s2box-2-item .caption {
  margin-top: 5px;
  margin-top: 1.2821vw;
  font-size: 10px;
  font-size: 2.5642vw;
  line-height: 1.5;
  color: #333333;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-2-item .caption {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 5px;
  }
}
.edu.ss-rtls .s2box-2-item-inner {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  padding: 5.1283vw;
  height: 100%;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-2-item-inner {
    padding: calc(38px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2box-2-item-inner {
    padding: 38px;
  }
}
.edu.ss-rtls .s2box-2 .title-5 {
  margin-bottom: 10px;
  margin-bottom: 2.5642vw;
  font-size: 16px;
  font-size: 4.1026vw;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-bottom: 2.5642vw;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-2 .title-5 {
    margin-bottom: calc(24px * 0.8);
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2box-2 .title-5 {
    margin-bottom: 24px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.edu.ss-rtls .s2box-2 .text-2 {
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.7142857143;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-2 .text-2 {
    font-size: 11.2px;
    font-size: 0.7rem;
    line-height: 1.5714285714;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2box-2 .text-2 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.edu.ss-rtls .s2box-2 .imgbox {
  margin-top: 20px;
  margin-top: 5.1283vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-2 .imgbox {
    margin-top: 20px;
  }
}
.edu.ss-rtls .s2box-2 .imgbox.img-4 {
  width: 120px;
  width: 30.7693vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .s2box-2 .imgbox.img-4 {
    width: 120px;
  }
}
.edu.ss-rtls .s2box-2 .imgbox img {
  width: 100%;
}
.edu.ss-rtls .s2box-2 .has-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2box-2 .has-caption {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.edu.ss-rtls .s2box-2 .has-caption .imgcaption {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2box-2 .has-caption .imgcaption {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 20px;
  }
}
.edu.ss-rtls .s2box-2 .has-caption .imgbox {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .s2box-2 .has-caption .imgbox {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 63.2211538462%;
  }
}
.edu.ss-rtls .outro {
  background: rgba(245, 246, 246, 0.5);
  padding-top: 60px;
  padding-top: 15.3847vw;
  padding-bottom: 60px;
  padding-bottom: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .outro {
    padding: calc(100px * 0.8) 0;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .outro {
    padding: 100px 0;
  }
}
.edu.ss-rtls .outro-txt {
  font-size: 18px;
  font-size: 4.6154vw;
  line-height: 1.3888888889;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .outro-txt {
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 1.5833333333;
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .outro-txt {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.edu.ss-rtls .outro-btnbox {
  margin-top: 60px;
  margin-top: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .outro-btnbox {
    margin-top: calc(120px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu.ss-rtls .outro-btnbox {
    margin-top: 120px;
  }
}
.edu.ss-rtls .outro-btnbox .btn {
  font-size: 21px;
  font-size: 5.3847vw;
  max-width: 400px;
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .outro-btnbox .btn {
    height: calc(100px * 0.8);
  }
}
@media screen and (min-width: 640px) {
  .edu.ss-rtls .outro-btnbox .btn {
    height: 100px;
  }
}
.edu.ss-rtls .outro-btnbox .btn::before {
  content: none;
}