@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap");
.edu strong {
  color: #a03100;
}
.edu .edu-child-header {
  background-image: url("../img/mv-sp.jpg");
}
@media screen and (min-width: 640px) {
  .edu .edu-child-header {
    background-image: url("../img/mv.jpg");
  }
}
.edu .to-hc_lp {
  margin: 0 auto;
  margin-top: 60px;
  margin-top: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .edu .to-hc_lp {
    margin-top: 90px;
    width: calc(800px * 0.7);
  }
}
@media screen and (min-width: 980px) {
  .edu .to-hc_lp {
    margin-top: 120px;
    width: 800px;
  }
}
.edu .to-hc_lp.blue .to-hc_lp-link .textbox {
  background-color: #002b69;
}
.edu .to-hc_lp-link {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  height: 25.6411vw;
  border-radius: 100px;
  overflow: hidden;
  -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);
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 7.6924vw;
}
@media screen and (min-width: 640px) {
  .edu .to-hc_lp-link {
    height: calc(160px * 0.7);
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 980px) {
  .edu .to-hc_lp-link {
    height: 160px;
  }
}
.edu .to-hc_lp-link::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: 15px;
  right: 3.8462vw;
  width: 14px;
  width: 3.5898vw;
  height: 14px;
  height: 3.5898vw;
}
@media screen and (min-width: 640px) {
  .edu .to-hc_lp-link::before {
    right: calc(37px * 0.8);
    width: calc(16px * 0.8);
    height: calc(16px * 0.8);
  }
}
@media screen and (min-width: 980px) {
  .edu .to-hc_lp-link::before {
    right: 37px;
    width: 16px;
    height: 16px;
  }
}
.edu .to-hc_lp-link:hover, .edu .to-hc_lp-link:focus {
  opacity: 0.7;
}
.edu .to-hc_lp-link .imgbox {
  width: 36.5079365079%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 0 !important;
}
@media screen and (min-width: 640px) {
  .edu .to-hc_lp-link .imgbox {
    width: 29.5%;
  }
}
.edu .to-hc_lp-link .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.edu .to-hc_lp-link .textbox {
  background: #a03100;
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
  padding-left: 22px;
  padding-left: 5.6411vw;
}
@media screen and (min-width: 640px) {
  .edu .to-hc_lp-link .textbox {
    padding-left: 32px;
  }
}
@media screen and (min-width: 980px) {
  .edu .to-hc_lp-link .textbox {
    padding-left: 40px;
  }
}
.edu .to-hc_lp-link .textbox p {
  font-weight: 700;
  font-size: 13px;
  font-size: 3.3334vw;
  line-height: 1.3846153846;
}
@media screen and (min-width: 640px) {
  .edu .to-hc_lp-link .textbox p {
    line-height: 1.5833333333;
    font-size: 24px;
    font-size: 40rem;
  }
}
@media screen and (min-width: 980px) {
  .edu .to-hc_lp-link .textbox p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.edu .bnr {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  margin-top: 7.6924vw;
}
@media screen and (min-width: 640px) {
  .edu .bnr {
    width: calc(800px * 0.7);
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .edu .bnr {
    width: 800px;
    margin-top: 80px;
  }
}
.edu .bnr-link {
  -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 .bnr-link:hover, .edu .bnr-link:focus {
  opacity: 0.7;
}
.edu .bnr .imgbox img {
  width: 100%;
  height: auto;
}
.edu #solution-2 {
  margin-top: 100px;
  margin-top: 25.6411vw;
}
@media screen and (min-width: 640px) {
  .edu #solution-2 {
    margin-top: 112px;
  }
}
@media screen and (min-width: 980px) {
  .edu #solution-2 {
    margin-top: 160px;
  }
}