/*

トップページ
top

@import url("./slick/slick.css");
@import url("./slick/slick-theme.css");
*/

/*
 メインビジュアル
*/


.top-mainvisual2{
  position: relative;
}
.top-mainvisual2 .top-mainvisual-img{
  width:100%
}

.top-mainvisual2 .cp-area2{
  margin:40px auto 0;
  position: absolute;
  bottom:25px;
  right:calc(50% - 540px);
}
.top-mainvisual2 .cp-area2 .wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.top-mainvisual2 .cp-area2 .wrap a + a{
  margin-left: 30px;
}
.top-mainvisual2 .cp-area2 .wrap a{
  display: block;
  width: 250px;
  box-shadow: 7px 7px 10px #000000BF;
}
.top-mainvisual2 .cp-area2 .wrap img{
  width: 100%;
}

.top-mainvisual3{
  width:100%;
  height: 690px;
  position: relative;
  overflow:hidden;
  min-width:1100px;
}
.top-mainvisual3 .movie-area3{
  z-index: -1;
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
  pointer-events: none;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.top-mainvisual3 .movie3 {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.top-mainvisual3 .copy-area3 .main-copy{
  font-size: 2.6rem;
  line-height: 2.4;
  letter-spacing: 1rem;
  color:#232323;
  font-weight: 700;
}
.top-mainvisual3 .cp-area3{
  position: absolute;
  bottom:30px;
  right: calc(4% + 64px);
  display: flex;
  gap:20px;
  width: fit-content;
  
}
.top-mainvisual3 .cp-area3 .wrap{
  width: 200px;
  aspect-ratio: 1/1;
  box-shadow: 7px 7px 10px #000000BF;
}
.top-mainvisual3 .cp-area .wrap img{
  width: 100%;
}

.news{
  width: 1000px;
  padding: 10px 10px;
  margin: 70px auto;
}
.news .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-area{
  border: solid .3px #003379;
  border-radius: 10px;
  display: flex;
  font-size: 1.1rem;
  width: 670px;
}

.news-area .th{
  background-color: #003379;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 10px 0 0 10px;
  width: 165px;
  justify-content: center;
  letter-spacing: .2rem;
  font-size: 1.4rem;
}
.news-area .td{
  border-radius: 0 10px 10px 0;
  padding: 30px;
  width: 510px;
  font-size: 1.4rem;
}
.news-area .td p{
  margin: 1rem auto;
  padding: 0 1rem;
  border-bottom: solid .3px #ABACAD;
}
.news-area .td a{
  margin-left: 140px;
  position: relative;
  padding: 1rem;
  display: block;
}
.news-area .td .date{
  position: absolute;
  left:-140px;
}
.news .right-col{
  width: 280px;
  display: flex;
  flex-direction: column;
}
.news .twitter-area{
  width: 280px;
}
.news .youtube-area{
  margin-top: auto;
  padding: 2rem 5rem 0 5rem
}

.sct-topics{
  width: 1000px;
  padding: 10px 10px;
  margin: 70px auto;
}
.topicslist{
  margin-bottom: 6rem;
}
.topics-categorylist{
  margin-bottom: 6rem;
}




.home .c-title01 .subtitle{
  font-size: 1.4rem;
  letter-spacing: .5rem;
  color: #000;
}


.sct-examination.flex{
  width: 1000px;
  padding: 100px 10px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sct-examination.flex .junior-school{
  width:48%;
  position: relative;
  border-radius: 20px;
}
.sct-examination.flex .senior-school{
  width:48%;
  position: relative;
  border-radius: 20px;
}
.sct-examination.flex .junior-school img{
  border-radius: 20px 20px 0 0 ;
}
.sct-examination.flex .senior-school img{
  border-radius: 20px 20px 0 0 ;
}
.sct-examination .h-text{
  margin: -1px 0px 0px 0px;
  padding: 2rem 1rem;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .3em;
  position: relative;
  border-radius: 0 0 20px 20px ;
}
.sct-examination .junior-school .h-text{
  background-color: #91171C;
}
.sct-examination .senior-school .h-text{
  background-color: #003379;
}
.sct-examination .circle-arrow::before,
.sct-examination .circle-arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 40px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.sct-examination .circle-arrow::before{
	width: 36px;
	height: 36px;
  background:#fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.sct-examination .circle-arrow::after{
	right: 56px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #91171C;
	border-right: 1px solid #91171C;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sct-examination .senior-school .circle-arrow::after{
	border-top: 1px solid #003379;
	border-right: 1px solid #003379;
}



.sct-access{}
.sct-access .wrap{
  width: 1000px;
  padding: 10px 10px 5em 10px;
  margin: 0 auto;
}
.sct-access .wrap .flex{
  display:flex;
  flex-wrap: wrap;
}
.sct-access .map-area{
  width:60%;
}
.sct-access .map-area iframe{
  width:100%;
  height:350px;
  border-radius: 20px 0 0 20px;
}
.sct-access .summary-area{
  width: 40%;
  background-image: url(../img/top/exterior.jpg);
  background-size: cover;
  background-position: center;
  padding: 60px 40px;
  color: #fff;
  border-radius: 0 20px 20px 0;
}
.sct-access .summary-area p.name{
  font-size: 14px;
  font-weight: 500;
  margin: 2rem 0 3rem 0;
  line-height: 2.4;
}
.sct-access .summary-area p.address{
  font-size: 11px;
  margin-top: 1rem;
  line-height: 1.8;
}

.sct-schoolguide{
  width: 840px;
  margin: auto;
  letter-spacing: .1rem;
}
.sct-schoolguide .schoolguide-image{
  float: right;
  width: 340px;
}
.sct-schoolguide .text-area{
  width: 480px;
}
.sct-schoolguide .text-area .schoolname{
  color: #003379;
  font-size: 18px;
  line-height: 1.8;
  margin-left: 2rem;
  margin-bottom: 1rem;
}
.sct-schoolguide .text-area .schoolname span{
  font-size: 12px;
  display: block;
}
.sct-schoolguide .text-area .text1{
  font-size: 12px;
  margin-left: 2rem;
}
.sct-schoolguide .text-area .caption{
  font-size: 10px;
  margin: .6rem 0 2rem 2rem;
}
.sct-schoolguide .text-area .c-btn01 a{
  display: block;
  letter-spacing: 0.1rem;
  margin: 1rem 0;
  text-align: left;
}
.sct-schoolguide .text-area .line-area{
  display: flex;
  margin: 4rem 0;
}
.sct-schoolguide .text-area .line-area .line-qr{
  width: 100px;
  padding: 5px;
  margin-left: 30px;
}







.pc{display: block;}
.sp{display: none;}

@media (max-width: 768px) {
  .sp{display: block;}
  .pc{display: none;}

  /*
  メインビジュアル
  */  
  .top-mainvisual2 .cp-area2{
    margin:40px auto 0;
    position: static;
  }
  .top-mainvisual2 .cp-area2 .wrap{
    flex-direction: column;
  }
  .top-mainvisual2 .cp-area2 .wrap a + a{
    margin-top: 30px;
    margin-left: 0;
  }
  .top-mainvisual2 .cp-area2 .wrap a{
    display: block;
    width: 300px;
    box-shadow: 7px 7px 10px #000000BF;
  }

  .top-mainvisual3{
    width:100%;
    height: auto;
    position: relative;
    overflow:hidden;
    min-width:auto;
  }
  .top-mainvisual3 .movie3{
    position: static;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    transform: translate(0,0);
  }
  .top-mainvisual3 .cp-area3{
    position: static;
    margin: 30px auto 30px;
    gap: 0 4%;
    justify-content: center;

  }
  .top-mainvisual3 .cp-area3 .wrap{
      width: 130px;
  }

  .top-mainvisual3 .cp-area3:has(.bnr_limited) .wrap{
      width: 28%;
  }

  .news{
    width: 100%;
    padding: 10px 10px;
    margin: 40px auto 70px auto;
  }
  .news .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news-area{
    border: solid .3px #003379;
    border-radius: 10px;
    display: block;
    font-size: 1.1rem;
    width: 100%;
    margin-bottom: 2rem;
  }

  .news-area .th{
    background-color: #003379;
    color: #fff;
    display: block;
    align-items: center;
    border-radius: 10px 10px 0 0;
    width: 100%;
    padding: 1rem;
    text-align: center;
  }
  .news-area .td{
    border-radius: 0 0 10px 10px;
    padding: 0px 10px;
    width: 100%;
  }
  .news-area .td p{
    margin: 1rem auto;
    padding: 0 1rem;
    border-bottom: solid .3px #ABACAD;
  }
  .news-area .td a{
    margin-left: 0px;
    position: relative;
    padding: 1rem;
    display: block;
  }
  .news-area .td .date{
    position: static;
    left:-140px;
    display: block;
  }
 .news .right-col{
   width: 100%;
 }
  .news .twitter-area{
    width: 100%;
    margin-bottom: 2rem;
  }
  .news .youtube-area{
      margin: auto;
      width: 80%;
  }



  .sct-topics{
    width: 90%;
    padding: 0px;
    margin: 70px auto;
  }
  .topics-categorylist{
    margin-bottom: 6rem;
  }



  .sct-examination.flex{
    width: 90%;
    padding: 100px 10px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sct-examination.flex .junior-school{
    width:100%;
    position: relative;
    margin-bottom: 60px;
  }
  .sct-examination.flex .senior-school{
    width:100%;
    position: relative;
  }
  .sct-examination .h-text{
    font-size: 15px;
    letter-spacing: .1em;
  }

  .sct-examination .h-text.circle-arrow::before{
    width: 24px;
    height: 24px;
    right: 10px;
  }
  .sct-examination  .h-text.circle-arrow::after{
    right: 20px;
  }
  .sct-examination .junior-school .h-text.circle-arrow.cat01::before{
    background: #EE6D62;
  }
  .examination .senior-school .h-text.circle-arrow.cat02::before{
    background: #2C9DD5;
  }


  .sct-access{}
  .sct-access .wrap{
    width: 100%;
    padding: 10px 10px 5em 10px;
    margin: 0 auto;
  }
  .sct-access .wrap .flex{
    display:flex;
    flex-wrap: wrap;
  }
  .sct-access .map-area{
    width:100%;
  }
  .sct-access .map-area iframe{
    width:100%;
    height:60vh;
    border-radius: 20px 20px 0 0;
  }
  .sct-access .summary-area{
    width:100%;
    background-image: url(../img/top/exterior.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 40px;
    color: #fff;
    border-radius: 0 0 20px 20px;
  }
  .sct-access .summary-area p.name{
    font-size: 14px;
    font-weight: 500;
    margin: 2rem 0 3rem 0;
    line-height: 2.4;
  }
  .sct-access .summary-area p.address{
    font-size: 11px;
    margin-top: 1rem;
    line-height: 1.8;
  }

  .sct-schoolguide{
    width: 100%;
    margin: auto;
    letter-spacing: .1rem;
    padding: 10px;
  }
  .sct-schoolguide .schoolguide-image{
    float: none;
    width: 80%;
    margin: 0 auto 4rem auto;
  }
  .sct-schoolguide .text-area{
    width: 100%;
  }
  .sct-schoolguide .text-area .schoolname{
    color: #003379;
    font-size: 18px;
    line-height: 1.8;
    margin-left: 2rem;
    margin-bottom: 1rem;
  }
  .sct-schoolguide .text-area .schoolname span{
    font-size: 12px;
    display: block;
  }
  .sct-schoolguide .text-area .text1{
    font-size: 12px;
    margin-left: 2rem;
  }
  .sct-schoolguide .text-area .caption{
    font-size: 10px;
    margin: .6rem 0 2rem 2rem;
  }
  .sct-schoolguide .text-area .c-btn01 a{
    display: block;
    letter-spacing: 0.1rem;
    margin: 1rem 0;
    text-align: left;
  }
  .sct-schoolguide .text-area .line-area{
    display: flex;
    margin: 4rem auto;
    width: 90%;
  }
  .sct-schoolguide .text-area .line-area .line-qr{
    width: 100px;
    padding: 5px;
    margin-left: 30px;
  }


}


.tw-box{
  padding: 1em 1em;
  border: solid 0.3px #003379;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .tw-box{
    padding: 1em 2em;
  }
}
.tw-title{
 font-size: 1.8rem;
 color: #000;
 font-weight: 700;
 text-align: center;
}

.tw-wrap{
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tw-icon-wrap{
  width: 70px;
  height: 70px;
}

.tw-btn-wrap{
  margin-left: 30px;
}

.tw-btn-wrap a{
  position: relative;
  display: block;
  padding: 0.5em 1em;
  width: 8em;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  border-radius: 30px;
}

.tw-btn-wrap a:hover,.tw-btn-wrap a:active{
  color: #000;
  background: #fff;
}

.tw-btn-wrap a::before{
  content: '';
  position: absolute;
  right: 1.0em;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg) translateY(-50%);
}

.tw-btn-wrap a:hover::before,.tw-btn-wrap a:active::before{
  border-top: solid 1px #1da1f2;
  border-right: solid 1px #1da1f2;
}

.tw-link{
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.75;
}

.tw-link a:hover,.tw-link a:active{
  opacity: 0.8;
}

.tw-text{
  margin-top: 0.5em;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.75;
}