/*---合格セミナー---*/

.mv-header{
    max-width: 860px;
    margin: 0 auto;
    position: relative;
}

.common-contents02{
    padding: 32px 24px;
}

.common-contents02 + .common-contents02{
    padding-top: 16px;
}

/*header*/
.main-contents{
    max-width: 860px;
    margin: 0 auto;
    position: relative;
}

.mv-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 58.6%;

}
.mv-header {
    background: url(../images/main.webp) no-repeat bottom center / cover;
    position: relative;
}

.mv-header_inner {
    position: absolute;
    bottom: 8%;
    width: 100%;
    background: rgb(54,167,228,0.6);
    padding: 16px 16px 20px;
    line-height: 1.5;
}

.mv-header_inner h1.title{
    font-size:clamp(3.4rem, 3.125vw, 5.6rem);
    color:#fff;
    font-weight:bold;
}

.mv-header_inner .tag-type01{
    font-size:14px;
    margin:0px 6px 0 0 !important;
    padding: 7px 10px 5px;
}

/*タグ 学年*/
.tag-list01 {
    justify-content: center;
}

.tag-type01 {
    padding: 7px 6px 5px;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    background: #36A7E4;
    font-weight: bold;
    border:solid 1px #fff;
    margin:0px 3px 0 0 !important;
}

.lp-title-type01{
    margin-bottom: 16px;
    font-size: 2.2rem;
    line-height: 1.2727272727;
    font-weight: 700;
    color:#36A7E4;
}

.lp-title-type02{
    margin-bottom: 8px;
    font-size: 2.4rem;
    line-height: 1.2727272727;
    font-weight: 700;
    color:#fff;
}

.link-box {
  margin-top: 24px;
  font-size: 1.6rem;
  border: solid 12px #FB6D6D;
  border-top: 0px;
  border-radius: 7px;
}

.link-title {
  background: #FB6D6D;
  padding: 8px 0 3px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align:center;
}

.link-contents {
  padding: 10px 8px 10px;
  background: #fff;
}

.link-contents p a {
  color: #FB6D6D;
  transition: color .3s;
  font-weight:normal;
}

.link-contents p a:hover {
    color: #36A7E4;
}

dl.point-box{
    display: grid;
    grid-template-columns: 50px 1fr;
    border:solid 1px #36A7E4;
}

.point-box dt{
    background:#36A7E4;
    color:#fff;
    font-weight:bold;
    font-size:2rem;
    display:flex;
    justify-content: center;
    align-items: center;
}

.point-box dd{
    font-size:1.6rem;
    padding:10px 16px;
}

.point-box dd span{
    color:#36A7E4;
    font-weight:bold;
    font-size:2rem;
    margin-left:3px;
}

.point-box + p.text-body{
    margin-top:12px;
}

p.text-body + .point-box{
    margin-top:24px;
}

.univ-list{
    display: grid;
    gap:16px;
}

.univ-box{
    background:linear-gradient(to bottom,#36A7E4 0,#6071C2 100%);
    border-radius:8px;
    padding: 24px 16px;
    text-align: center;
}

.univ-box img{
    border:solid 2px #fff;
    margin:16px 0;
}

@media (min-width: 768px) {
    .univ-box .img-small img {
        width: 60%;
    }
}

.univ-box-ttl{
    color:#fff;
    border-bottom:dashed 1px #fff;
    font-size:18px;
    font-weight:bold;
    margin-bottom:8px;
}

.univ-box p.text-body,
.univ-box p.text-caption{
    color:#fff;
}

.univ-box p.text-body + .univ-box-ttl{
    margin-top:16px;
}

.button-type02.ver-pink a {
    background: #FB6D6D;
    border: solid 2px #fff;
    border-radius: 50px;
    padding: 8px 10px;
}

.button-type02.ver-pink a:hover {
    background: #fb8686;
}

.button-type02.ver-pink .icon {
    margin-right: 0px;
    margin-left: 12px;
}

@media (max-width: 768px) {
  .mv-header_inner{
    padding:5px 5px 8px;
    bottom: 3%;
  }
  .mv-header_inner .tag-type01 {
    font-size: 12px;
    margin:0px 3px 0 0 !important;
  }
  .common-contents02 {
    padding: 24px 16px;
  }
  .tag-type01 {
      font-size: 11px;
  }
  .lp-title-type01{
    font-size:2rem;
  }
  .point-box dd {
    padding: 8px 12px 5px;
    line-height: 1.5;
  }
  .point-box dd span {
    margin-left: 0px;
  }
}