@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
body{
	 font-family: "M PLUS 1", sans-serif;
   color: #000000;
}
.fuwafuwa {
  animation-name: anim_sc;
  transform: scale(0.97, 0.97);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.7s;
}
@keyframes anim_sc {
  100% {
    transform: scale(1, 1);
  }
}
.school_ttl{
  color: #00469A;
  font-weight: 700;
  font-size: 3.8rem;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
}
/*2列レイアウト*/
.col-2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-2_list::after {
  content: "";
  display: block;
  width: calc(100% / 2 - 20px);
}
.col-2_list .col_box {
  width: calc(100% / 2 - 20px);
}
/*3列*/
.col-3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-3_list::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 20px);
}
.col-3_list .col_box {
  width: calc(100% / 3 - 20px);
}
.col_box {
  margin-bottom: 40px;
}
.col_box p, .col_box .box {
  margin-bottom: 0 !important;
}
@media(max-width: 768px) {
  .main_wrap .alignright, .main_wrap .alignleft {
    float: none;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
  }
  /*2列レイアウト*/
  .col-2_list {
    gap: 20px 20px;
  }
  .col-2_list .col_box {
    width: calc(100% / 2 - 20px);
  }
  /*3列*/
  .col-3_list {
    gap: 20px 20px;
  }
  .col-3_list .col_box {
    width: calc(100% / 2 - 20px);
  }
  .school_ttl{
  font-size: 2.4rem;
}
}
@media(max-width: 550px) {
  .col_box {
    margin: 0 auto 40px auto;
  }
  /*3列*/
  .col-2_list, .col-3_list {
    gap: 10px 10px;
    flex-direction: column;
  }
  .col-2_list .col_box, .col-3_list .col_box {
    width: 100%;
    max-width: 330px;
  }
}
#high-scholl2025 {
  color: #101841;
}
#high-scholl2025 h1 {
  text-indent: -9999px;
  display: none;
}
#wrapper {
  max-width: 1500px;
  margin: 0 auto;
}
@media(max-width: 1000px) {
#high-scholl2025 {
    padding-top: 0;
  }
}
.main_img img {
  width: 100%;
}
/*-------------------------------------*/
/*	sec01	*/
/*-------------------------------------*/
#sec01 {
	padding: 40px 0 60px 0;
	background-color: #EAF6FD;;
	position: relative;
}

@media screen and (max-width:768px) {


}
@media screen and (max-width:550px) {}
/*-------------------------------------*/
/*	cta	*/
/*-------------------------------------*/
.cta {
	background-image: url(../images/bg_yellow.png);
  padding: 60px 20px;
}
.cta .inner{
  background-color: #FFFFFF;
	border-radius: 20px;
  padding: 40px 20px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width:768px) {


}
@media screen and (max-width:550px) {}


/*-------------------------------------*/
/*	sec02	*/
/*-------------------------------------*/


#sec02 {
	background-image: url("../images/bg.png");
	padding: 60px 0 60px 0;
	position: relative;
}
.movie_wrap{
	background: #FFFFFF;
	padding: 60px 40px;
	border-radius: 30px;
}
.pdf_wrap{
	background: #FFFFFF;
	padding: 60px 40px;
	border-radius: 30px;
}
.rec_wrap{
	background: #FFFFFF;
	padding: 60px 40px;
	border-radius: 30px;
}
.item_recruit dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}
.item_recruit dl dt{
	width: 20%;
}
.item_recruit dl dt span{
	display: block;
	text-align: center;
	border: 1px solid #000000;
	padding: 0.2em;
	line-height: 1;
}
.item_recruit dl dd{
	width:80%;
	margin-bottom: 10px;
	padding-left: 20px;
}

#high-scholl2025 .bt_recruit {
  background: #00469A;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 30px 10px 10px;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  position: relative;
	display: block;
	border-radius: 10px;
}
#high-scholl2025 .bt_recruit::before {
  content: "\f138";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-family: FontAwesome;
}
#high-scholl2025  .bt_recruit {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#high-scholl2025 .bt_recruit:hover {
  background:#003474;
}

.item_pdf h3{
	padding-top: 20px;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 600;
}
#sec02 .caption {
  text-align: center;
  margin-bottom: 40px;
}
#sec02 .caption .school_ttl{
  margin-bottom: 20px;

}
@media screen and (max-width:991px) {
 .movie_wrap{
	padding: 40px 20px;
	border-radius:20px;
}
.pdf_wrap{
	padding: 40px 20px;
	border-radius: 20px;
}
.rec_wrap{
	padding: 40px 20px;
	border-radius: 20px;
}
}
@media screen and (max-width:550px) {
#high-scholl2025 .bt_recruit {
  font-size: 1.8rem;
}
}

#high-scholl2025 .col_box.detail_box{
border: 1px solid #00469A;
padding: 30px;
  margin-bottom: 20px;
}
#high-scholl2025 .detail_box h3{
text-align: center;
font-size: 2.2rem;
margin-bottom: 20px; 
position: relative;
  display: block;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
#high-scholl2025 .col_box.detail_box{
padding: 15px;
}
#high-scholl2025 .detail_box h3{
text-align: center;
font-size: 2rem;
margin-bottom: 20px; 
}
}
@media screen and (max-width: 550px) {
}
#f_info{
  text-align: center;
  padding: 40px 20px 0 20px;
  background-color: #fef6ee;

}