@charset "UTF-8";
/*　==== h３タイトルスタイル ====　*/
.h3--gray {
  position: relative;
  padding: 70px 0;
  background-color: transparent;
  overflow: hidden;
}
.h3--gray::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(1000px + var(--sideW) * 2);
  top: 0;
  bottom: 0;
  background-color: #F7F7F7;
  z-index: -1;
}

h3.ttl_cmn_02 span{
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 8px;
}
h3.ttl_cmn_02::before {
content: "";
position: absolute;
width: 100%;
height: 3px;
background-color: #E6E6E6;
left: 0;
bottom: -3px;
}

/*==== 校章・校歌 ====*/
.page-history .btn_cmn_02 {
	width: 500px;
}
.grid-cmn--gap-sm {
		gap: 22px;
	}
@media screen and (max-width: 960px) {
	.page-history img {
		display: block;
    margin: 0 auto;
	}
}

/*==== 入試情報 ====*/
.page-entrance-exam .top_links .app02 {
  background-color: #F7F7F7;
  padding: 60px 80px;
  justify-content: left;
}

.page-entrance-exam .link_window li a {
  /* border: 1px solid #fff; */
  background-color: #fff;
}

.page-entrance-exam .link_window span.arrow.right.bottom_gray {
  position: absolute;
    width: 36px;
    aspect-ratio: 1 / 1;
    background-color: #F7F7F7;
    border-radius: 5px 0 0 0;
    bottom: 0;
}

.page-entrance-exam p.term {
  font-size: 14px;
  margin-top: 5px;
  color: #222;
}

@media screen and (max-width: 960px) {
  .top_links .app02 li {
        width: 340px;
        font-size: 18px;
    }
  .page-entrance-exam .top_links .app02 {
        justify-content: center;
    }
}

/*==== 教育理念 ====*/
.sec_philosophy_02 ul li.txt_center {
  text-align: center;
}


