.content-wrap {
  position: relative;
  z-index: 1;
}

.content-wrap.bl-junior1 {
  padding: 110px 0 164px;
  background: #45afe1;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 {
    padding-top: 0;
    padding-bottom: 21.3333333333vw;
  }
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .pc {
    display: none !important;
  }
}

.content-wrap.bl-junior1 .sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .sp {
    display: block !important;
  }
}

.content-wrap.bl-junior1:before, .content-wrap.bl-junior1:after {
  content: "";
  display: block;
  background: repeat-y top center/contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 1136px;
  margin: auto;
  z-index: -1;
  opacity: 0;
}

.content-wrap.bl-junior1::before {
  background-image: url(../images/2022/junior/wave-pc.png);
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1::before {
    background-image: url(../images/2022/junior/wave-sp.png);
  }
}

.content-wrap.bl-junior1:before {
  -webkit-animation: animation-wave-switch 12s 0s infinite;
  animation: animation-wave-switch 12s 0s infinite;
}

.content-wrap.bl-junior1::after {
  background-image: url(../images/2022/junior/wave-pc.png);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1::after {
    background-image: url(../images/2022/junior/wave-sp.png);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

.content-wrap.bl-junior1:after {
  -webkit-animation: animation-wave-switch 12s 6s infinite;
  animation: animation-wave-switch 12s 6s infinite;
}

.content-wrap.bl-junior1 .content {
  position: relative;
  z-index: 1;
}

.content-wrap.bl-junior1 .content .head + .item-wrap, .content-wrap.bl-junior1 .content .head + .subhead {
  margin-top: 75px;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .head + .item-wrap, .content-wrap.bl-junior1 .content .head + .subhead {
    margin-top: 35px;
  }
}

.content-wrap.bl-junior1 .content .head h2 img {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
}

.content-wrap.bl-junior1 .content .subhead {
  width: 910px;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .subhead {
    width: 310px;
  }
}

.content-wrap.bl-junior1 .content .subhead.type1 {
  padding: 5px 0 8px 0;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .subhead.type1 {
    border-top: 3.5px solid #fff;
    border-bottom: 3.5px solid #fff;
  }
}

.content-wrap.bl-junior1 .content .subhead + .item-wrap, .content-wrap.bl-junior1 .content .subhead + .link-wrap {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .subhead + .item-wrap, .content-wrap.bl-junior1 .content .subhead + .link-wrap {
    margin-top: 20px;
  }
}

.content-wrap.bl-junior1 .content .subhead h3 {
  color: #fff;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .subhead h3 {
    font-size: 32px;
  }
}

.content-wrap.bl-junior1 .content .link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .link-wrap {
    display: block;
  }
}

.content-wrap.bl-junior1 .content .link-wrap + .subhead {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .link-wrap + .subhead {
    margin-top: 75px;
  }
}

.content-wrap.bl-junior1 .content .link-wrap .link {
  width: 370px;
  max-width: 100%;
}

.content-wrap.bl-junior1 .content .link-wrap .link:not(:first-of-type) {
  margin-left: 65px;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .link-wrap .link:not(:first-of-type) {
    margin-top: 50px;
    margin-left: 0;
  }
}

.content-wrap.bl-junior1 .content .link-wrap .link .btn {
  display: block;
  width: 365px;
  height: 65px;
  margin: 0 auto;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .link-wrap .link .btn {
    width: 320px;
    height: 60px;
  }
}

.content-wrap.bl-junior1 .content .link-wrap .link .btn.type1 {
  background: url(../images/junior/btn-type1-1.svg) center center/contain no-repeat;
}

@media print, screen and (min-width: 961px) {
  .content-wrap.bl-junior1 .content .link-wrap .link .btn.type1:hover {
    background: url(../images/junior/btn-type1-1_on.svg) center center/contain no-repeat;
  }
}

.content-wrap.bl-junior1 .content .link-wrap .link .btn.type2 {
  background: url(../images/junior/btn-type1-2.svg) center center/contain no-repeat;
}

@media print, screen and (min-width: 961px) {
  .content-wrap.bl-junior1 .content .link-wrap .link .btn.type2:hover {
    background: url(../images/junior/btn-type1-2_on.svg) center center/contain no-repeat;
  }
}

.content-wrap.bl-junior1 .content .link-wrap .link .btn + .text {
  margin-top: 30px;
}

.content-wrap.bl-junior1 .content .link-wrap .link .btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.content-wrap.bl-junior1 .content .link-wrap .link .text {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .link-wrap .link .text {
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.content-wrap.bl-junior1 .content .link-wrap .link .text:before {
  content: '';
  display: block;
  width: 55px;
  height: 34px;
  margin: 30px auto;
  background: url(../images/junior/arrow-down-type1-1.svg) center center/contain no-repeat;
}

.content-wrap.bl-junior1 .content .link-wrap .link .text h4 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .link-wrap .link .text h4 {
    font-size: 23px;
  }
}

.content-wrap.bl-junior1 .content .link-wrap .link .text h4 + p {
  margin-top: 30px;
}

.content-wrap.bl-junior1 .content .link-wrap .link .text p {
  color: #fff;
  font-size: 17px;
  line-height: 2;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .link-wrap .link .text p {
    font-size: 15px;
  }
}

.content-wrap.bl-junior1 .content .item-wrap {
  width: 782px;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .item-wrap {
    width: 310px;
  }
}

.content-wrap.bl-junior1 .content .item-wrap .item + .item {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .item-wrap .item + .item {
    margin-top: 35px;
  }
}

.content-wrap.bl-junior1 .content .item-wrap .item .item-head + .detail-wrap {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .item-wrap .item .item-head + .detail-wrap {
    margin-top: 20px;
  }
}

.content-wrap.bl-junior1 .content .item-wrap .item .item-head h3 {
  color: #fff;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .item-wrap .item .item-head h3 {
    font-size: 26px;
  }
}

.content-wrap.bl-junior1 .content .item-wrap .item .item-head h3 .en {
  margin-right: 5px;
  font-size: 88px;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .item-wrap .item .item-head h3 .en {
    font-size: 50px;
  }
}

.content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 5px solid #0d63a9;
  background: #0d63a9;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap {
    display: block;
  }
}

.content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap + .detail-wrap {
  margin-top: 10px;
}

.content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap .detail-head {
  min-width: 385px;
  padding: 20px 20px;
  border-radius: 7px 0 0 7px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap .detail-head {
    min-width: auto;
    padding: 0 0;
    border-radius: 7px 7px 0 0;
  }
}

.content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap .detail-head dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap .detail-head dl dt {
  color: #0d63a9;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap .detail-head dl dt {
    min-width: 100px;
    padding: 30px 20px;
  }
}

.content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap .detail-head dl dd {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #0d63a9;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap .detail-head dl dd {
    margin-left: 0;
  }
}

.content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap .detail-head dl dd .main {
  display: block;
  color: #0d63a9;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap .detail-head dl dd .main {
    font-size: 21px;
  }
}

.content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap .detail-head dl dd .sub {
  display: block;
  color: #0d63a9;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
}

.content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap .detail {
  width: 100%;
  padding: 5px 20px;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap .detail {
    padding: 0 0;
  }
}

.content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap .detail p {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap .detail p {
    padding: 22px 0;
    font-size: 16px;
  }
}

.content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap .detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap .detail dl {
    padding: 15px 0;
  }
}

.content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap .detail dl + dl {
  border-top: 1px solid #fff;
}

.content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap .detail dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap .detail dl dt {
    min-width: 100px;
    font-size: 12px;
  }
}

.content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap .detail dl dt:after {
  position: relative;
  top: 1px;
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  background: url(../images/junior/arrow-right-type1-1.svg) center center/contain no-repeat;
}

.content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap .detail dl dd {
  position: relative;
  margin-left: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap .detail dl dd {
    margin-left: 0;
    padding-left: 20px;
    font-size: 13px;
  }
  .content-wrap.bl-junior1 .content .item-wrap .item .detail-wrap .detail dl dd:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    width: 0;
    height: 35px;
    background: #fff;
    border-left: 1px solid #fff;
  }
}

.content-wrap.bl-junior1 .content .notes-wrap {
  width: 782px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .notes-wrap {
    width: 310px;
  }
}

.content-wrap.bl-junior1 .content .notes-wrap p {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.85;
}

@media only screen and (max-width: 767px) {
  .content-wrap.bl-junior1 .content .notes-wrap p {
    font-size: 14px;
  }
}