@charset "UTF-8";
/***************　teacher　  ***************/
/***************　mixin　  ***************/
section {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  section {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  section:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
section:nth-of-type(even):not(:last-of-type) {
  background-color: #e4f5f9;
}

div[class^=btn-] {
  height: 60px;
}
div[class^=btn-] a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
div[class^=btn-]:hover {
  opacity: 0.5;
}

/*index*/
@media screen and (min-width: 768px) {
  #contents-top-movie #contents-top-border #title-box h1 {
    line-height: 1.5;
  }
}
.guidance-type {
  margin: 0 10px;
}
@media screen and (min-width: 1025px) {
  .guidance-type {
    margin: 0;
  }
}
.guidance-type dt {
  font-size: 24px;
  color: #ff6e6e;
  line-height: 1;
  margin-bottom: 10px;
}
.guidance-type dt::before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  margin-right: 5px;
}
.guidance-type dd:not(:last-of-type) {
  margin-bottom: 20px;
}

#school-year article {
  background-color: #ffffff;
  margin-top: 60px;
  position: relative;
  clear: both;
  padding: 20px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #school-year article {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 40px 20px;
  }
}
#school-year article h2 {
  width: 50px;
  height: 100px;
  background-color: #00cf6e;
  border-radius: 3px;
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  top: -20px;
}
@media screen and (min-width: 768px) {
  #school-year article h2 {
    width: 70px;
    height: 200px;
    font-size: 36px;
    line-height: 70px;
  }
}
#school-year article:nth-of-type(odd) h2 {
  left: 10px;
}
@media screen and (min-width: 768px) {
  #school-year article:nth-of-type(odd) h2 {
    left: 20px;
  }
}
@media screen and (min-width: 768px) {
  #school-year article:nth-of-type(odd) figure {
    margin-right: 23.5px;
  }
}
@media screen and (min-width: 1025px) {
  #school-year article:nth-of-type(odd) figure {
    margin-left: 110px;
  }
}
#school-year article:nth-of-type(even) {
  flex-direction: row-reverse;
}
#school-year article:nth-of-type(even) h2 {
  right: 10px;
}
@media screen and (min-width: 768px) {
  #school-year article:nth-of-type(even) h2 {
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  #school-year article:nth-of-type(even) figure {
    margin-left: 23.5px;
  }
}
@media screen and (min-width: 1025px) {
  #school-year article:nth-of-type(even) figure {
    margin-right: 90px;
    margin-left: 50.5px;
  }
}
#school-year article div {
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  #school-year article div {
    width: calc((100% - 40px) / 2);
    margin-top: 0;
  }
}
#school-year article div h3 {
  font-size: 24px;
  color: #00a4cf;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 30px;
}
#school-year article div h3 + ul {
  margin-bottom: 30px;
}
#school-year article div h3 + ul li {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}
#school-year article div h3 + ul li::before {
  content: "●";
}
#school-year article div .aim {
  width: 100%;
  background-color: rgb(230, 230, 230);
  background-image: repeating-linear-gradient(105deg, transparent, transparent 2px, rgb(255, 255, 255) 2px, rgb(255, 255, 255) 3px);
}
#school-year article div .aim p {
  background-color: #ff6e6e;
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
}
#school-year article div .aim p::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #ff6e6e transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
#school-year article div .aim ul {
  padding: 0 10px 20px;
}
#school-year article div .aim ul li {
  line-height: 1.5;
}
#school-year article div .aim ul li::before {
  content: "・";
}

#plan {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #plan {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-items: stretch;
    margin-top: 115px;
    margin-bottom: 40px;
  }
}
#plan div:nth-of-type(1) {
  width: calc(100% - 50px);
  background-color: rgba(0, 164, 207, 0.5);
  position: relative;
  padding: 20px 10px 20px 60px;
  margin-left: 50px;
}
@media screen and (min-width: 768px) {
  #plan div:nth-of-type(1) {
    width: 33.3333333333%;
    padding: 95px 20px 40px;
    margin-left: 0;
  }
}
#plan div:nth-of-type(1) h3 {
  top: 50%;
  left: -50px;
  transform: translate(0, -50%);
  width: 100px;
  height: 100px;
  font-size: 24px;
  position: absolute;
  background-color: #fff;
  border: solid 5px #00A4CF;
  border-radius: 50%;
  color: #00A4CF;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #plan div:nth-of-type(1) h3 {
    top: -75px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 150px;
    height: 150px;
    font-size: 36px;
  }
}
#plan div:nth-of-type(1) p {
  background-color: #00A4CF;
  border-radius: 5px;
  font-size: 21px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  padding: 10px 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #plan div:nth-of-type(1) p {
    font-size: 24px;
    padding: 20px 0;
    margin-bottom: 35px;
  }
}
#plan div:nth-of-type(1) li {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #plan div:nth-of-type(1) li {
    font-size: 21px;
  }
}
#plan div:nth-of-type(1) li::before {
  content: "●";
}
#plan div:nth-of-type(1) li a {
  color: #ffffff;
  text-decoration: underline;
}
#plan div:nth-of-type(1) li a:hover {
  opacity: 0.5;
}
#plan div:nth-of-type(2) {
  width: calc(100% - 50px);
  background-color: rgba(255, 187, 0, 0.5);
  position: relative;
  padding: 20px 10px 20px 60px;
  margin-left: 50px;
}
@media screen and (min-width: 768px) {
  #plan div:nth-of-type(2) {
    width: 33.3333333333%;
    padding: 95px 20px 40px;
    margin-left: 0;
  }
}
#plan div:nth-of-type(2) h3 {
  top: 50%;
  left: -50px;
  transform: translate(0, -50%);
  width: 100px;
  height: 100px;
  font-size: 24px;
  position: absolute;
  background-color: #fff;
  border: solid 5px #FFBB00;
  border-radius: 50%;
  color: #FFBB00;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #plan div:nth-of-type(2) h3 {
    top: -75px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 150px;
    height: 150px;
    font-size: 36px;
  }
}
#plan div:nth-of-type(2) p {
  background-color: #FFBB00;
  border-radius: 5px;
  font-size: 21px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  padding: 10px 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #plan div:nth-of-type(2) p {
    font-size: 24px;
    padding: 20px 0;
    margin-bottom: 35px;
  }
}
#plan div:nth-of-type(2) li {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #plan div:nth-of-type(2) li {
    font-size: 21px;
  }
}
#plan div:nth-of-type(2) li::before {
  content: "●";
}
#plan div:nth-of-type(2) li a {
  color: #ffffff;
  text-decoration: underline;
}
#plan div:nth-of-type(2) li a:hover {
  opacity: 0.5;
}
#plan div:nth-of-type(3) {
  width: calc(100% - 50px);
  background-color: rgba(0, 207, 110, 0.5);
  position: relative;
  padding: 20px 10px 20px 60px;
  margin-left: 50px;
}
@media screen and (min-width: 768px) {
  #plan div:nth-of-type(3) {
    width: 33.3333333333%;
    padding: 95px 20px 40px;
    margin-left: 0;
  }
}
#plan div:nth-of-type(3) h3 {
  top: 50%;
  left: -50px;
  transform: translate(0, -50%);
  width: 100px;
  height: 100px;
  font-size: 24px;
  position: absolute;
  background-color: #fff;
  border: solid 5px #00CF6E;
  border-radius: 50%;
  color: #00CF6E;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #plan div:nth-of-type(3) h3 {
    top: -75px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 150px;
    height: 150px;
    font-size: 36px;
  }
}
#plan div:nth-of-type(3) p {
  background-color: #00CF6E;
  border-radius: 5px;
  font-size: 21px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  padding: 10px 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #plan div:nth-of-type(3) p {
    font-size: 24px;
    padding: 20px 0;
    margin-bottom: 35px;
  }
}
#plan div:nth-of-type(3) li {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #plan div:nth-of-type(3) li {
    font-size: 21px;
  }
}
#plan div:nth-of-type(3) li::before {
  content: "●";
}
#plan div:nth-of-type(3) li a {
  color: #ffffff;
  text-decoration: underline;
}
#plan div:nth-of-type(3) li a:hover {
  opacity: 0.5;
}

#point {
  margin-bottom: 30px;
}
#point h3 {
  font-size: 18px;
  color: #ff6e6e;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  #point h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 2561px) {
  #point h3 {
    font-size: 1.25vw;
    margin-bottom: 60px;
  }
}
#point h3 span {
  display: inline-block;
  position: relative;
}
#point h3 span::after {
  width: 100%;
  height: 10px;
  position: absolute;
  content: "";
  background-color: #ff6e6e;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 3px, transparent 0, transparent 6px);
  left: 0;
  bottom: -10px;
}
@media screen and (min-width: 2561px) {
  #point h3 span::after {
    height: 20px;
    background-image: repeating-linear-gradient(-45deg, #fff, #fff 6px, transparent 0, transparent 12px);
    bottom: -20px;
  }
}
#point dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#point dl dt {
  background-color: #ff6e6e;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  list-style: 1;
  text-align: center;
  padding: 12px 10px;
  position: relative;
  margin-bottom: 20px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  #point dl dt {
    font-size: 24px;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
#point dl dt span {
  font-size: 1.5em;
}
#point dl dt::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ff6e6e transparent transparent transparent;
  border-width: 12px 11px 0 11px;
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translate(50%, 0);
}
@media screen and (min-width: 768px) {
  #point dl dt::after {
    border-color: transparent transparent transparent #ff6e6e;
    border-width: 12px 0 12px 22px;
    right: -22px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
#point dl dd {
  width: calc(100% - 20px);
  margin: 0 auto 10px;
  font-size: 16px;
  color: #565656;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #point dl dd {
    width: calc(100% - 32px - 8.5em);
    margin-left: 32px;
    margin-bottom: 30px;
  }
}

#schedule {
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  #schedule {
    margin: 0;
  }
}
#schedule h3 {
  font-size: 21px;
  color: #00A4CF;
  font-weight: 700;
  border-bottom: #CCCCCC solid 5px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #schedule h3 {
    font-size: 36px;
    margin-bottom: 60px;
  }
}
#schedule h3::after {
  width: 200px;
  height: 5px;
  background-color: #00A4CF;
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
}
@media screen and (min-width: 1025px) {
  #schedule h3::after {
    width: 300px;
  }
}
#schedule h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-weight: 900;
  margin-right: 10px;
}
#schedule #flow-box {
  background-color: #F2F2F2;
  padding: 0 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #schedule #flow-box {
    margin: 0 20px;
  }
}
#schedule #flow-box .flow {
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #schedule #flow-box .flow {
    padding: 40px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
#schedule #flow-box .flow::before {
  width: 10px;
  height: 100%;
  position: absolute;
  background-color: #00A4CF;
  position: absolute;
  left: 14px;
  top: 0;
  content: "";
  z-index: 5;
}
#schedule #flow-box .flow:first-of-type::before {
  top: 20px;
}
@media screen and (min-width: 768px) {
  #schedule #flow-box .flow:first-of-type::before {
    height: 50%;
    top: 50%;
  }
}
#schedule #flow-box .flow:last-of-type::before {
  height: 20px;
}
@media screen and (min-width: 768px) {
  #schedule #flow-box .flow:last-of-type::before {
    height: 50%;
  }
}
#schedule #flow-box .flow:not(:last-of-type)::after {
  content: "";
  background-image: linear-gradient(to right, #fff, #fff 10px, transparent 10px, transparent 20px);
  background-size: 20px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#schedule #flow-box .flow .day {
  font-size: 18px;
  color: #00A4CF;
  font-weight: 700;
  padding-left: 45px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #schedule #flow-box .flow .day {
    flex-basis: 169px;
    font-size: 21px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
#schedule #flow-box .flow .day::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: solid 5px #00A4CF;
  border-radius: 15px;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
#schedule #flow-box .flow .contents {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 45px;
}
@media screen and (min-width: 768px) {
  #schedule #flow-box .flow .contents {
    flex-basis: auto;
    font-size: 24px;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  #schedule #flow-box .flow:last-of-type .contents {
    flex-basis: calc(100% - 169px);
  }
}
#schedule #flow-box .flow div[class^=btn-] {
  background-color: #ffbb00;
  margin: 0;
  margin-left: 40px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #schedule #flow-box .flow div[class^=btn-] {
    margin-top: 0;
  }
}
#schedule #flow-box .flow div[class^=btn-] a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  color: #fff;
}
#schedule #flow-box .flow div[class^=btn-] a::before {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 12px;
  width: 19px;
  -webkit-mask: url("/homework/common/images/tip-link.svg");
  mask: url("/homework/common/images/tip-link.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -3px;
}
@media screen and (min-width: 2561px) {
  #schedule #flow-box .flow div[class^=btn-] a::before {
    height: 24px;
    width: 38px;
  }
}
#schedule #flow-box .flow div[class$=member] {
  width: calc(6em + 40px);
}
#schedule #flow-box .flow div[class$=career] {
  width: calc(11em + 40px);
}

@media screen and (min-width: 768px) {
  #linkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#linkbox div[class^=btn-] {
  width: calc(100% - 20px);
  margin: 0 auto;
  background: #fff url(/homework/common/images/arrow-link.svg) no-repeat;
  background-size: 31.5px auto;
  background-position: right 10px center;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #linkbox div[class^=btn-] {
    width: calc(50% - 12px);
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  #linkbox div[class^=btn-] {
    background-size: auto auto;
    background-position: right 20px center;
  }
}
@media screen and (min-width: 2561px) {
  #linkbox div[class^=btn-] {
    background-size: 126px auto;
    background-position: right 40px center;
  }
}
#linkbox div[class$=inquiry] {
  background-color: #f2aadc;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #linkbox div[class$=inquiry] {
    margin-bottom: 30px;
  }
}
#linkbox div[class$=guide] {
  background-color: #D1A0F0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #linkbox div[class$=guide] {
    margin-bottom: 30px;
  }
}
#linkbox div[class$=online] {
  background-color: #00CF6E;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #linkbox div[class$=online] {
    margin-bottom: 0;
  }
}
#linkbox div[class$=questionary] {
  background-color: #00A4CF;
}

/*member*/
#contents-top-sub {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../teacher/images/caption-sub.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: center 25%;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  #contents-top-sub {
    height: 200px;
    margin-bottom: 40px;
    background-position: center 25%;
  }
}
@media screen and (min-width: 1025px) {
  #contents-top-sub {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  #contents-top-sub {
    margin-top: -30px;
  }
}
#contents-top-sub div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #contents-top-sub div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  #contents-top-sub div {
    max-width: 75%;
  }
}
#contents-top-sub div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  #contents-top-sub div h1 {
    max-width: 1024px;
    left: 0;
  }
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .gallery {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
}
.gallery li {
  margin: 0 5px 20px;
  background-color: #E6E6E6;
  border: #707070 solid 1px;
  border-radius: 50vh;
  padding: 7px 20px;
}
@media screen and (min-width: 1025px) {
  .gallery li {
    margin: 0;
  }
}
.gallery li.group00:hover {
  background-color: #e4f5f9;
}
.gallery li.group01:hover {
  background-color: #F4FF61;
}
.gallery li.group02:hover {
  background-color: #00CF6E;
}
.gallery li.group03:hover {
  background-color: #FFBB00;
}
.gallery li.group04:hover {
  background-color: #F2AADC;
}
.gallery li.group05:hover {
  background-color: #00A4CF;
}
.gallery li.active.group00 {
  background-color: #e4f5f9;
}
.gallery li.active.group01 {
  background-color: #F4FF61;
}
.gallery li.active.group02 {
  background-color: #00CF6E;
}
.gallery li.active.group03 {
  background-color: #FFBB00;
}
.gallery li.active.group04 {
  background-color: #F2AADC;
}
.gallery li.active.group05 {
  background-color: #00A4CF;
}
.gallery li:hover {
  cursor: pointer;
}

.grid {
  position: relative;
}
.grid li {
  width: 90%;
  margin: 0 5% 20px;
  position: absolute;
  display: block;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .grid li {
    width: 330px;
    margin: 0 calc((100% - 660px) / 4) 40px;
  }
}
@media screen and (min-width: 1025px) {
  .grid li {
    margin: 0 calc((100% - 990px) / 6) 40px;
  }
}
.grid li .contents-box {
  padding-bottom: 17px;
  position: relative;
  width: 100%;
  height: 100%;
}
.grid li .contents-box .group-name {
  font-size: 21px;
  text-align: center;
  font-weight: 700;
  padding: 10px 0;
}
.grid li .contents-box figure {
  background-color: #ffffff;
}
.grid li .contents-box figure img {
  width: 74%;
  margin: 0 13%;
}
@media screen and (min-width: 768px) {
  .grid li .contents-box figure img {
    width: 330px;
    margin: 0;
  }
}
.grid li .contents-box > div {
  background-color: #fff;
  padding: 10px 12px;
  margin: 17px 17px 0;
}
.grid li .contents-box > div .name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.grid li .contents-box > div .name span {
  font-size: 16px;
}
.grid li .contents-box > div .name + p {
  line-height: 1.5;
}
.grid li.group01 .contents-box {
  background-color: #F4FF61;
}
.grid li.group02 .contents-box {
  background-color: #00CF6E;
}
.grid li.group03 .contents-box {
  background-color: #FFBB00;
}
.grid li.group04 .contents-box {
  background-color: #F2AADC;
}
.grid li.group05 .contents-box {
  background-color: #00A4CF;
}

/*login*/
#login .border {
  font-size: 18px;
  color: #ff6e6e;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  #login .border {
    font-size: 24px;
  }
}
@media screen and (min-width: 2561px) {
  #login .border {
    font-size: 1.25vw;
    margin-bottom: 60px;
  }
}
#login .border span {
  display: inline-block;
  position: relative;
}
#login .border span::after {
  width: 100%;
  height: 10px;
  position: absolute;
  content: "";
  background-color: #ff6e6e;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 3px, transparent 0, transparent 6px);
  left: 0;
  bottom: -10px;
}
@media screen and (min-width: 2561px) {
  #login .border span::after {
    height: 20px;
    background-image: repeating-linear-gradient(-45deg, #fff, #fff 6px, transparent 0, transparent 12px);
    bottom: -20px;
  }
}
#login div[class^=btn-] {
  margin: 40px auto;
}
@media screen and (min-width: 1025px) {
  #login div[class^=btn-] {
    width: 100%;
  }
}
@media screen and (min-width: 2561px) {
  #login div[class^=btn-] {
    height: 120px;
    font-size: 0.8333333333vw;
  }
}

#login div[class$=login]:nth-of-type(1){
  width: 90%;
  background: #3C9B7E url(/homework/common/images/arrow-link.svg) no-repeat;
  background-size: 31.5px auto;
  background-position: right 10px center;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#login div[class$=login]:nth-of-type(2){
  width: 90%;
  background: #8BC34A url(/homework/common/images/arrow-link.svg) no-repeat;
  background-size: 31.5px auto;
  background-position: right 10px center;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #login div[class$=login]:nth-of-type(1),#login div[class$=login]:nth-of-type(2) {
    background-size: auto auto;
    background-position: right 20px center;
  }
}
@media screen and (min-width: 2561px) {
  #login div[class$=login]:nth-of-type(1),#login div[class$=login]:nth-of-type(2){
    background-size: 126px auto;
    background-position: right 40px center;
  }
}
/*#login div[class$=login] {
  width: 90%;
  background: #3C9B7E url(/homework/common/images/arrow-link.svg) no-repeat;
  background-size: 31.5px auto;
  background-position: right 10px center;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #login div[class$=login] {
    background-size: auto auto;
    background-position: right 20px center;
  }
}
@media screen and (min-width: 2561px) {
  #login div[class$=login] {
    background-size: 126px auto;
    background-position: right 40px center;
  }
}*/
#login div[class$=index] {
  width: 90%;
  background: #da6ec4 url(/homework/common/images/arrow-link.svg) no-repeat;
  background-size: 31.5px auto;
  background-position: right 10px center;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #login div[class$=index] {
    background-size: auto auto;
    background-position: right 20px center;
  }
}
@media screen and (min-width: 2561px) {
  #login div[class$=index] {
    background-size: 126px auto;
    background-position: right 40px center;
  }
}