/*-------------------------------------------------
common
--------------------------------------------------*/
.txt-under-yellow {
  background: linear-gradient(transparent 50%, #FCEA7B 50%);
}
.sec-cmn {
  padding: 80px 0 0;
}
.blue-catch {
  position: relative;
  display: block;
  padding: 0 0 70px;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
  color: #2A1D75;
}
.wrap-imgtxt {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area-page-contents {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
.area-page-contents-small {
  row-gap: 40px;
}
.box-pale-blue {
  position: relative;
  display: block;
  background: #E8E6F3;
  padding: 70px;
}
.box-iframe .inner-iframe {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.box-iframe .inner-iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.link-tel-only-sp {
  color: #000;
  pointer-events: none;
}
a.link-black-bd {
  color: #000;
  text-decoration: underline;
}
a.link-blue {
  color: #1E00CA;
  text-decoration: underline;
}
.ft-blue {
  color: #024363;
}
.ft-red {
  color: #E5050F;
}
.h2-cmn span.h2-small-yoko {
  position: relative;
  display: inline-block;
  width: auto;
  padding-left: 5px;
  padding-top: 0;
  font-size: 1.8rem;
}
.h2-cmn span.h2-small-yoko::before {
  content: none;
}
.scroll-notice {
  display: none;
}
/*-------------------------------------------------
btn
--------------------------------------------------*/
.wrap-btn-single {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 0;
}
.wrap-btn-two {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
  padding: 40px 0 0;
}
.btn-white-line {
  position: relative;
  display: block;
}
.btn-white-line a, .btn-white-line.btn-blue a:hover, .btn-white-line.btn-green a:hover,.btn-white-line.btn-green-hover a {
  position: relative;
  display: block;
  border: 1px solid #000;
  background: #fff;
  padding: 12px 30px 10px;
  min-width: 275px;
  text-align: center;
  color: #000;
  font-weight: bold;
}
.btn-white-line.btn-white-line-noarrow a::after {
  content: none;
}
.btn-white-line a::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 10px;
  background: url('../images/common/btn_arrow_black.png') no-repeat center / contain;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.btn-white-line a:hover, .btn-white-line.btn-blue a {
  background: #2A1D75;
  border-color: #2A1D75;
  color: #fff;
}
.btn-white-line.btn-green a {
  background: #086719;
  border-color: #086719;
  color: #fff;
}
.btn-white-line a:hover::after, .btn-white-line.btn-blue a::after, .btn-white-line.btn-green a::after {
  background: url('../images/common/btn_arrow_white.png') no-repeat center / contain;
}
.btn-white-line.btn-white-line-pdf a, .btn-white-line.btn-white-line-pdf a:hover {
  padding: 12px 60px 10px 50px !important;
}
.btn-white-line.btn-white-line-pdf a::after {
  background: url('../images/common/icn_pdf_black.svg') no-repeat center / contain;
  width: 20px;
  height: 28px;
}
.btn-white-line.btn-white-line-pdf.btn-green a::after, .btn-white-line.btn-white-line-pdf.btn-blue a::after {
  background: url('../images/common/icn_pdf_white.svg') no-repeat center / contain;
}
.btn-white-line.btn-white-line-pdf a:hover::after {
  background: url('../images/common/icn_pdf_white.svg') no-repeat center / contain;
}
.btn-white-line.btn-blank a::after {
  background: url('../images/common/icn_blank_white.png') no-repeat center / contain;
  width: 17px;
  height: 17px;
}
.btn-white-line.btn-blue a:hover, .btn-white-line.btn-green a:hover {
  color: #fff;
}
.btn-white-line.btn-blue a:hover {
  background: #130C3D;
}
.btn-white-line.btn-green a:hover {
  background: #14381A;
}
.btn-white-line.btn-green-hover a:hover {
  background: #086719;
  border-color: #086719;
}
.btn-white-line.btn-white-line-hgreen a:hover {
  background: #086719;
  border-color: #086719;
}
.btn-white-line.btn-white-line-hblue a:hover {
  background: #2A1D75;
  border-color: #2A1D75;
}
.btn-white-line.btn-white-red a:hover {
  background: #5D0000;
  border-color: #5D0000;
}
.btn-white-line.btn-white-brown a:hover {
  background: #504B00;
  border-color: #504B00;
}
.btn-white-line.btn-white-green a:hover {
  background: #00444B;
  border-color: #00444B;
}
.btn-white-line.btn-large a, .btn-white-line.btn-large a:hover {
  min-width: 340px;
  padding: 16px 30px 14px;
}
.btn-white-line.btn-white-line-noarrow a, .btn-white-line.btn-white-line-noarrow a:hover {
  padding: 12px 30px 12px;
}
.btn-blue-circle {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.btn-blue-circle a {
  position: relative;
  padding: 10px 50px 10px 0;
  color: #000;
}
.btn-blue-circle a::before {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 6px;
  background: url('../images/common/btn_arrow_black_circle.png') no-repeat center / contain;
  top: -5px;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.btn-blue-circle a::after {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  background: rgba(42, 29, 117, 0.5);
  top: -5px;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-radius: 100px;
  transition: 0.3s all;
}
.btn-blue-circle a:hover::after {
  width: 42px;
  height: 42px;
  background: rgba(42, 29, 117, 0.2);
  right: 0px;
}
.notice-btn {
  text-align: center;
  font-size: 1.4rem;
  padding-top: 3px;
}
/*-------------------------------------------------
search form
--------------------------------------------------*/
/*-------------------------------------------------
breadcrumb-list[パンくずリスト]
--------------------------------------------------*/
.breadcrumb-list ul {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding-top: 3px;
  flex-wrap: wrap;
}
.breadcrumb-list ul li, .breadcrumb-list ul li a {
  font-size: 1.1rem;
  color: #6F6F6F;
}
.breadcrumb-list ul li::after {
  content: "/";
  position: relative;
  display: inline-block;
  padding: 0 6px;
}
.breadcrumb-list ul li:last-of-type::after {
  content: none;
}
/*-------------------------------------------------
wrapper
--------------------------------------------------*/
.wrapper {
  width: 100%;
  padding-top: 77px;
}
/*-------------------------------------------------
area-ttl h1-cmn
--------------------------------------------------*/
.area-ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 215px;
  background: url('../images/common/bg_header_other.jpg') no-repeat center / cover;
}
.area-ttl.area-ttl-greeting,.area-ttl.area-ttl-concept,.area-ttl.area-ttl-history,.area-ttl.area-ttl-facilities,.area-ttl.area-ttl-penguin,.area-ttl.area-ttl-access {/*学校について*/
  background: url('../images/common/bg_header_about.jpg') no-repeat center / cover;
}
.area-ttl.area-ttl-junior, .area-ttl.area-ttl-senior, .area-ttl.area-ttl-global, .area-ttl.area-ttl-program, .area-ttl.area-ttl-ict, .area-ttl.area-ttl-highschool-univ, .area-ttl.area-ttl-subject {/*学びを知る*/
  background: url('../images/common/bg_header_academics.jpg') no-repeat center / cover;
}
.area-ttl.area-ttl-events,.area-ttl.area-ttl-club {/*学園生活*/
  background: url('../images/common/bg_header_seikatsu.jpg') no-repeat center / cover;
}
.area-ttl.area-ttl-passachieve,.area-ttl.area-ttl-guidance,.area-ttl.area-ttl-interview {/*進学状況*/
  background: url('../images/common/bg_header_shingaku.jpg') no-repeat center / cover;
}
.area-ttl.area-ttl-archive-jevent,.area-ttl.area-ttl-j-outline,.area-ttl.area-ttl-j-results {/*中学入試*/
  background: url('../images/common/bg_header_junior.jpg') no-repeat center / cover;
}
.wrapper-page-sevent .area-ttl.area-ttl-archive-jevent,.area-ttl.area-ttl-s-outline,.area-ttl.area-ttl-s-results {/*高校入試*/
  background: url('../images/common/bg_header_senior.jpg') no-repeat center / cover;
}
.area-ttl.area-ttl-news,.area-ttl.area-ttl-single {/*お知らせ*/
  background: url('../images/common/bg_header_news.jpg') no-repeat center / cover;
}
.box-area-ttl {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.h1-cmn {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  font-size: 3.4rem;
  letter-spacing: 1px;
}
.h1-cmn span {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 43px;
  font-size: 1.4rem;
  color: #7B7B7B;
  letter-spacing: 1px;
  line-height: 1.2;
}
.h1-cmn span::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 1px;
  background: #7B7B7B;
  top: 8px;
  left: 0;
}
/*-------------------------------------------------
js-page-top
--------------------------------------------------*/
.js-page-top {
  display: block;
  position: fixed;
  right: 4rem;
  bottom: -12.5rem;
  z-index: 200;
  transition: all 0.3s;
  width: 45px;
  height: 45px;
  background: rgba(73, 56, 168, 1);
  opacity: 0.7;
  cursor: pointer;
}
.js-page-top::before, .js-page-top::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 15px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: 50% 1px;
}
.js-page-top::before {
  transform: rotate(45deg);
}
.js-page-top::after {
  transform: rotate(-45deg);
}
.js-page-top.ani {
  right: 4rem;
  bottom: 3rem;
}
.js-page-top:hover {
  opacity: 1;
}
/*-------------------------------------------------
news
--------------------------------------------------*/
.news-cat ul {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 30px;
  font-weight: bold;
  padding: 20px 0 35px;
}
.news-cat ul li {
  position: relative;
  min-width: 62px;
  cursor: pointer;
  text-align: center;
}
.news-cat ul li.news-tab-select::after {
  content: "";
  position: absolute;
  display: block;
  width: 62px;
  height: 1px;
  background: #000;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}
.news-cat ul li a {
  color: #000;
}
.news-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.news-list.news-list-select {
  display: flex;
}
.news-list article {
  position: relative;
  display: block;
  width: calc(100% / 4 - 15px);
  height: auto;
  aspect-ratio: 1 / 1;
}
.item-news-list-dummy {
  width: calc(100% / 4 - 15px);
  height: 1px;
}
.news-list article a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 1.4;
}
.news-list article a img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list article a .box-txt-news-list {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  transition: 0.3s all;
}
.news-list article a:hover .box-txt-news-list {
  background: rgba(0, 0, 0, 0.8);
}
.news-list article a .box-txt-news-list.box-txt-news-list-pc {
  display: block;
}
.news-list article a .box-txt-news-list.box-txt-news-list-sp {
  display: none;
}
.date-news-list {
  position: relative;
  display: block;
  font-size: 1.4rem;
}
.ttl-news-list {
  position: relative;
  display: block;
  font-size: 1.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.chicat-news-list {
  position: absolute;
  top: 15px;
  left: 0;
  background: rgba(222, 217, 252, 0.9);
  color: #2A1D75;
  padding: 5px 10px 3px;
  font-size: 1.2rem;
  font-weight: bold;
}
.news-list-cat-child .chicat-news-list {
  display: none;
}
/*-------------------------------------------------
news-list thumb
--------------------------------------------------*/
.wrap-three-news-thumb {
  position: relative;
  display: block;
  background: #F2F2F2;
  border: 1px solid rgba(42, 29, 117, 0.3);
  padding: 30px 50px 35px;
}
.wrap-three-news-thumb .news-list-three-thumb.news-list {
  row-gap: 20px;
}
.wrap-three-news-thumb .news-list-three-thumb.news-list article, .wrap-three-news-thumb .news-list-three-thumb.news-list .news-list-three-thumb-dummy {
  width: calc(100% / 3 - 20px);
  aspect-ratio: 28 / 23;
}
.wrap-three-news-thumb .news-list-three-thumb.news-list .news-list-three-thumb-dummy {
  aspect-ratio: auto;
}
.wrap-three-news-thumb .ttl-three-news-thumb {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}
.wrap-three-news-thumb .chicat-news-list {
  display: none;
}
.deco_squares_thin.wrap-three-news-thumb::before {
  top: 12px;
  left: 12px;
}
.deco_squares_thin.wrap-three-news-thumb::after {
  bottom: 12px;
  right: 12px;
}
.wrap-three-news-thumb .news-list-three-thumb.news-list article:nth-of-type(4) {
  display: none;
}
.wrap-three-news-thumb .wrap-btn-single {
  padding-top: 30px;
}
/*-------------------------------------------------
deco
--------------------------------------------------*/
.deco_squares_thin {
  position: relative;
  display: block;
}
.deco_squares_thin::before, .deco_squares_thin::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url('../images/common/deco_three_squares_thin.png') no-repeat center / contain;
}
.deco_squares_thin::before {
  top: 9px;
  left: 9px;
}
.deco_squares_thin::after {
  bottom: 9px;
  right: 9px;
  transform: rotate(180deg);
}
/*-------------------------------------------------
kanren
--------------------------------------------------*/
.sec-kanren {
  position: relative;
  padding: 100px 0 0 0;
}
.wrap-kanren-link {
  position: relative;
  display: block;
  background: #EAE9F2;
  padding: 40px 0;
}
.inner-kanren-link {
  position: relative;
  display: flex;
  justify-content: flex-start;
  row-gap: 20px;
  column-gap: 45px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.item-kanren-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3 - 30px);
  min-height: 46px;
  background: #fff;
  border: 1px solid #000;
  padding: 3px 5px 1px;
  color: #000;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
.item-kanren-link:hover {
  background: #2A1D75;
  border-color: #2A1D75;
  color: #fff;
}
.item-kanren-link span {
  display: inline-block;
}
/*-------------------------------------------------
h2 h3 ...
--------------------------------------------------*/
.h2-cmn {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 0 20px 25px;
  font-size: 3rem;
  line-height: 1.4;
}
.h2-cmn::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height: 17px;
  background: url(../images/common/deco_three_squares.png) no-repeat center / contain;
}
.h2-cmn span {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 35px;
  padding-top: 7px;
  font-size: 2rem;
}
.h2-cmn span::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
  top: 6px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.h2-line-en {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 20px;
  font-size: 3.4rem;
  line-height: 1.3;
}
.h2-line-en .white-area {
  position: relative;
  display: inline-block;
  min-width: 330px;
  padding: 10px 20px;
}
.h2-line-en .txt-en {
  position: relative;
  display: block;
  font-size: 1.4rem;
  color: #737373;
}
.h2-line-en::before, .h2-line-en::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background: #A4A4A4;
}
.h3-cmn {
  position: relative;
  display: block;
  margin: 0;
  padding-bottom: 10px;
  font-size: 2.6rem;
}
.h3-cmn.h3-underline {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  text-align: center;
}
.h3-cmn.h3-underline > span {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 30px;
  min-width: 330px;
  font-size: 2.8rem;
}
.h3-cmn.h3-underline::before, .h3-cmn.h3-underline::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background: #A4A4A4;
}
/*-------------------------------------------------
blue contents
--------------------------------------------------*/
.wrap-blue-contents {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 30px;
}
.item-blue-contents {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #EDECF7;
  padding: 32px;
  box-shadow: 3px 3px 0px 0px rgba(42, 29, 117, 0.2);
}
.txt-blue-contents {
  position: relative;
  display: block;
  width: calc(100% - 300px);
}
.txt-blue-contents.txt-blue-contents-100 {
  width: 100%;
}
.img-blue-contents {
  position: relative;
  display: block;
  width: 260px;
}
.h3-blue {
  position: relative;
  display: block;
  color: #2A1D75;
  border-bottom: 1px solid #8C84B7;
  margin: 0 0 20px;
  padding-bottom: 5px;
  font-size: 2.2rem;
}
.h3-small {
  padding-right: 5px;
  font-size: 1.6rem;
}
.h3-small .h3-num {
  position: relative;
  padding-left: 3px;
  top: 2px;
  font-size: 2.8rem;
}
/*-------------------------------------------------
History
--------------------------------------------------*/
.wrap-history {
  position: relative;
  display: block;
  background: #EEEDF5;
  padding: 70px;
}
.inner-history {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding: 20px 0;
}
.inner-history::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #A3A3A4;
  top: 0;
  left: 98px;
  margin: auto;
}
.item-history {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.year-history {
  position: relative;
  display: block;
  width: 130px;
  color: #2A1D75;
  font-size: 2.4rem;
}
.year-history::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background: #2A1D75;
  border-radius: 12px;
  right: 25px;
  top: 11px;
  margin: auto;
}
.contents-history {
  position: relative;
  display: block;
  padding-top: 4px;
  width: calc(100% - 130px);
  font-size: 1.8rem;
}
.img-history {
  position: relative;
  display: block;
  padding: 10px 0 5px;
  max-width: 220px;
}
/*-------------------------------------------------
three news
--------------------------------------------------*/
.wrap-three-news {
  position: relative;
  display: block;
  padding: 30px 40px 40px;
}
.wrap-three-news::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 170px 170px 0px 0px;
  border-color: #ECECEC transparent transparent transparent;
  z-index: -1;
}
.wrap-three-news::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 63px 63px;
  border-color: transparent transparent #ECECEC transparent;
  z-index: -1;
}
.wrap-ttl-inner-news {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 15px; /*20260202 誤タップ防止のため追加*/
}
.ttl-three-news {
  position: relative;
  width: calc(100% - 120px);
  font-size: 2.4rem;
  color: #2A1D75;
  font-weight: bold;
}
.more-three-news {
  position: relative;
  display: block;
  padding: 8px 25px 5px 20px;
  color: #2A1D75;
  border: 1px solid #2A1D75;
  border-radius: 30px;
  line-height: 1.1;
  font-size: 1.2rem;
  font-weight: bold;
}
.more-three-news.more-three-news-green, .more-three-news.more-three-news-green::after {
  color: #00410C;
  border-color: #00410C;
}
.more-three-news::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  top: calc(50% - 3px);
  right: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.item-news-list-three {
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  padding: 18px 18px 16px;
  color: #000;
  border-bottom: 1px dashed #B7B7B7;
}
.item-news-list-three .date-news-list {
  position: relative;
  display: block;
  width: 100px;
  color: #2A1D75;
  font-weight: bold;
  font-size: 1.5rem;
}
.item-news-list-three .ttl-news-list {
  width: calc(100% - 110px);
  text-overflow: clip;
  overflow: visible;
  white-space: inherit;
}
.item-news-list-three.item-news-list-three-children {
  /*column-gap: 5px;*/
  align-items: flex-start;
}
.item-news-list-three.item-news-list-three-children .date-news-list {
  width: 85px;
}
_::-webkit-full-page-media, _:future, :root .item-news-list-three.item-news-list-three-children .date-news-list {
  width: 95px;
}
.cat-news-list {
  position: relative;
  display: block;
  background: #2A1D75;
  padding: 5px 10px 4px;
  width: 50px;
  top: 1px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.item-news-list-three.item-news-list-three-children .ttl-news-list {
  width: calc(100% - 100px - 60px);
  padding-left: 10px;
}
.item-news-list-three.item-news-list-three-children .cat-news-list+.cat-news-list+.ttl-news-list {
  width: calc(100% - 100px - 120px);
}
.cat-news-list.cat-news-list-green {
  background: #086719;
}
.box-more-three-news {
  position: relative;
  display: flex;
  justify-content: flex-start;
  column-gap: 10px;
}
.wrap-kikoku-news .ttl-three-news, .wrap-tenhen-news .ttl-three-news {
  width: auto;
}
/*-------------------------------------------------
passachieve
--------------------------------------------------*/
/*results*/
.sec-passachieve {
  padding: 60px 0 70px;
  background: url('../images/top/bg_top_jisseki.png') no-repeat center / cover;
}
.box-passachieve {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 60px;
}
.sec-passachieve .en-top-tate {
  top: -10px;
}
.sec-passachieve .en-top-tate::after {
  top: 80px;
}
.white-passachieve {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #1D3075;
  width: 100%;
  max-width: 935px;
  margin: 40px auto 0;
}
.white-passachieve::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #1D3075;
}
.inner-passachieve {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
  padding: 60px 80px 50px;
}
.item-passachieve {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  padding: 5px 5px;
  line-height: 1.2;
}
.num-passachieve {
  font-size: 1.8rem;
  font-weight: bold;
}
.num-passachieve span {
  padding-right: 3px;
  color: #2A1D75;
  font-size: 4.4rem;
  font-weight: normal;
}
.item-passachieve-100 {
  display: block;
  width: 100%;
  border-bottom: none;
  text-align: center;
}
.item-passachieve-100 .ttl-passachieve {
  padding-bottom: 20px;
  font-size: 2.8rem;
  font-weight: bold;
}
.item-passachieve-100 .num-passachieve {
  font-size: 2.2rem;
}
.item-passachieve-100 .num-passachieve span {
  font-size: 5rem;
}
.item-passachieve-50 {
  width: calc(50% - 40px);
}
.item-passachieve-50 .ttl-passachieve {
  font-size: 2.6rem;
  font-weight: bold;
}
.item-passachieve-33 {
  width: calc(100% / 3 - 25px);
}
.item-passachieve-33 .ttl-passachieve {
  font-size: 2.2rem;
  font-weight: bold;
}
.item-passachieve-33 .num-passachieve span {
  font-size: 3.8rem;
}
.notice-passachieve {
  position: relative;
  padding-right: 20px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  text-align: right;
}
/*-------------------------------------------------
pagenation
--------------------------------------------------*/
.wrap-pagenation {
  padding-top: 35px;
}
.nav-links,.nav-links-single {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 8px;
}
.nav-links-single {
  padding-top: 35px;
}
.page-numbers,.post-page-numbers {
  position: relative;
  display: block;
  border: 1px solid #2A1D75;
  padding: 10px;
  font-size: 1.6rem;
  color: #000;
  line-height: 1;
}
.page-numbers.current, .page-numbers:hover,
.post-page-numbers.current, .post-page-numbers:hover{
  background: #2A1D75;
  color: #fff;
}
/*-------------------------------------------------
contact blue
--------------------------------------------------*/
.wrap-contact-blue {
  position: relative;
  display: block;
  background: #E8E6F3;
  padding: 40px 20px;
}
.wrap-contact-blue .txt-cmn-16 {
  text-align: center;
}
.wrap-contact-blue .wrap-btn-single {
  padding-top: 20px;
}
/*-------------------------------------------------
break point 1300px
--------------------------------------------------*/
@media only screen and (max-width: 1300px) {
  .box-area-ttl {
    padding-left: 40px;
  }
}
/*-------------------------------------------------
break point 960px Tablet
--------------------------------------------------*/
@media only screen and (max-width: 960px) {
  .wrapper {
    padding-top: 60px;
  }
  .area-ttl {
    background: url('../images/common/bg_header_other_sp.jpg') no-repeat left center / cover;
  }
  .area-ttl.area-ttl-greeting,.area-ttl.area-ttl-concept,.area-ttl.area-ttl-history,.area-ttl.area-ttl-facilities,.area-ttl.area-ttl-penguin,.area-ttl.area-ttl-access {/*学校について*/
    background: url('../images/common/bg_header_about_sp.jpg') no-repeat center / cover;
  }
  .area-ttl.area-ttl-junior, .area-ttl.area-ttl-senior, .area-ttl.area-ttl-global, .area-ttl.area-ttl-program, .area-ttl.area-ttl-ict, .area-ttl.area-ttl-highschool-univ, .area-ttl.area-ttl-subject { /*学びを知る*/
    background: url('../images/common/bg_header_academics_sp.jpg') no-repeat center / cover;
  }
  .area-ttl.area-ttl-events,.area-ttl.area-ttl-club {/*学園生活*/
    background: url('../images/common/bg_header_seikatsu_sp.jpg') no-repeat center / cover;
  }
  .area-ttl.area-ttl-passachieve,.area-ttl.area-ttl-guidance,.area-ttl.area-ttl-interview {/*進学状況*/
    background: url('../images/common/bg_header_shingaku_sp.jpg') no-repeat center / cover;
  }
  .area-ttl.area-ttl-archive-jevent,.area-ttl.area-ttl-j-outline,.area-ttl.area-ttl-j-results {/*中学入試*/
    background: url('../images/common/bg_header_junior_sp.jpg') no-repeat center / cover;
  }
  .wrapper-page-sevent .area-ttl.area-ttl-archive-jevent,.area-ttl.area-ttl-s-outline,.area-ttl.area-ttl-s-results {/*高校入試*/
    background: url('../images/common/bg_header_senior_sp.jpg') no-repeat center / cover;
  }
  .area-page-contents {
    row-gap: 50px;
  }
  .area-page-contents-small {
    row-gap: 30px;
  }
  .h1-cmn {
    font-size: 2.8rem;
  }
  .h2-cmn {
    padding: 12px 0 15px 20px;
    font-size: 2.4rem;
  }
  .h2-cmn span {
    font-size: 1.8rem;
  }
  .h2-cmn span::before {
    top: 2px;
  }
  .h2-line-en {
    margin-bottom: 10px;
    font-size: 3rem;
  }
  .h2-line-en .txt-en {
    font-size: 1.3rem;
  }
  .h2-line-en .white-area {
    padding: 5px 20px;
    min-width: 280px;
  }
  .h3-cmn, .h3-cmn.h3-underline > span {
    font-size: 2.3rem;
  }
  .h3-underline {
    display: block;
  }
  .h3-cmn.h3-underline::before, .h3-cmn.h3-underline::after {
    content: none;
  }
  .h3-cmn.h3-underline > span {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  .sec-cmn {
    padding: 60px 0 0 0;
  }
  .blue-catch {
    padding-bottom: 60px;
    font-size: 2.4rem;
  }
  .js-page-top {
    right: 20px;
  }
  .js-page-top.ani {
    bottom: 80px;
    right: 20px;
  }
  .news-cat {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 10px;
  }
  .news-cat ul {
    padding: 10px 0 20px;
    justify-content: flex-start;
    font-size: 1.5rem;
  }
  .news-cat ul li {
    flex-shrink: 0;
  }
  .news-list {
    gap: 10px;
  }
  .news-list article {
    width: calc(100% / 4 - 10px);
  }
  .news-list article a .box-txt-news-list {
    padding: 8px;
  }
  .chicat-news-list {
    top: 12px;
    padding: 3px 10px 2px;
    font-size: 1.1rem;
  }
  .wrap-three-news-thumb {
    padding: 30px 25px 35px;
  }
  .wrap-three-news-thumb .ttl-three-news-thumb {
    font-size: 2.5rem;
  }
  .wrap-three-news-thumb .news-list-three-thumb.news-list article, .wrap-three-news-thumb .news-list-three-thumb.news-list .news-list-three-thumb-dummy {
    width: calc(100% / 3 - 12px);
  }
  .sec-kanren {
    padding: 70px 0 0 0;
  }
  .inner-kanren-link {
    column-gap: 30px;
  }
  .item-kanren-link {
    width: calc(100% / 3 - 20px);
  }
  .txt-blue-contents {
    width: calc(100% - 250px);
  }
  .img-blue-contents {
    width: 220px;
  }
  .h3-blue {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .h3-small {
    font-size: 1.5rem;
  }
  .h3-small .h3-num {
    font-size: 2.4rem;
  }
  .wrap-history {
    padding: 40px;
  }
  .sec-history .area-page-contents {
    row-gap: 40px;
  }
  .year-history {
    width: 100px;
    font-size: 2.2rem;
  }
  .year-history::after {
    right: 12px;
    width: 10px;
    height: 10px;
  }
  .inner-history::before {
    left: 83px;
  }
  .contents-history {
    width: calc(100% - 100px);
    font-size: 1.6rem;
  }
  .box-pale-blue {
    padding: 40px;
  }
  /*three news*/
  .wrap-ttl-inner-news {
    justify-content: flex-end;
  }
  .ttl-three-news, .wrap-tenhen-news .ttl-three-news, .wrap-kikoku-news .ttl-three-news {
    width: 100%;
    padding-bottom: 5px;
    font-size: 2.2rem;
  }
  .more-three-news {
    padding: 5px 20px 4px 10px;
  }
  _::-webkit-full-page-media, _:future, :root .more-three-news {
    /*padding: 4px 20px 4px 10px;*/
  }
  .item-news-list-three {
    padding: 15px;
  }
  /*passachieve*/
  .white-passachieve::before {
    content: none;
  }
  .inner-passachieve {
    padding: 50px 35px 30px;
  }
  .inner-passachieve {
    row-gap: 30px;
  }
  .num-passachieve span {
    font-size: 3.8rem
  }
  .item-passachieve-100 .ttl-passachieve {
    padding-bottom: 10px;
    font-size: 2.6rem;
  }
  .item-passachieve-100 .num-passachieve {
    font-size: 2rem;
  }
  .item-passachieve-100 .num-passachieve span {
    font-size: 4.5rem;
  }
  .item-passachieve-50 {
    width: calc(50% - 25px);
  }
  .item-passachieve-50 .ttl-passachieve {
    font-size: 2.4rem;
  }
  .item-passachieve-33 .ttl-passachieve {
    font-size: 1.8rem;
  }
  .item-passachieve-33 {
    width: calc(100% / 3 - 15px);
  }
  .item-passachieve-33 .num-passachieve span {
    font-size: 3.2rem;
  }
  /*three news*/
  .wrap-three-news {
    padding: 20px;
  }
  /*pagetop*/
  .js-open-body .js-page-top, .js-open-body .js-page-top.ani {
    opacity: 0;
    pointer-events: none;
  }
}
/*-------------------------------------------------
break point 800px 
--------------------------------------------------*/
@media only screen and (max-width: 800px) {
  .wrap-btn-two {
    flex-direction: column;
    row-gap: 20px;
  }
}
/*-------------------------------------------------
break point 700px 
--------------------------------------------------*/
@media only screen and (max-width: 700px) {
  .news-cat ul {
    padding: 10px 0 20px;
    justify-content: flex-start;
  }
  .news-list {
    gap: 20px;
  }
  .news-list article {
    width: calc(100% / 2 - 10px);
  }
  .item-kanren-link {
    width: calc(100% / 2 - 15px);
  }
  .item-blue-contents {
    padding: 28px;
  }
  .txt-blue-contents, .img-blue-contents {
    width: 100%
  }
  .img-blue-contents {
    padding-top: 20px;
    max-width: 500px;
    margin: 0 auto;
  }
  .h3-blue {
    font-size: 2rem;
  }
  .h3-small {
    font-size: 1.3rem;
  }
  .h3-small .h3-num {
    font-size: 2.2rem;
  }
  .box-pale-blue.box-iframe {
    padding: 0;
    background: none;
  }
  /*three news */
  .wrap-club-news {
    padding: 20px;
  }
  .item-news-list-three {
    display: block;
    padding: 12px 15px 10px;
  }
  .item-news-list-three .date-news-list, .item-news-list-three .ttl-news-list {
    width: 100%;
    font-size: 1.5rem;
  }
  .item-news-list-three .ttl-news-list {
    display: block;
    line-height: 1.5;
  }
  .wrap-three-news::before {
    border-width: 100px 100px 0px 0px;
  }
  .item-news-list-three.item-news-list-three-children {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
  }
  .item-news-list-three.item-news-list-three-children .ttl-news-list,
  .item-news-list-three.item-news-list-three-children .cat-news-list+.cat-news-list+.ttl-news-list{
    width: 100%;
    padding: 0;
  }
  /*three news thumb*/
  .wrap-three-news-thumb .news-list-three-thumb.news-list article {
    width: calc(50% - 10px);
  }
  .wrap-three-news-thumb .news-list-three-thumb.news-list .news-list-three-thumb-dummy {
    display: none;
  }
  .wrap-three-news-thumb .news-list-three-thumb.news-list article:nth-of-type(4) {
    display: block;
  }
  /*passachieve*/
  .inner-passachieve {
    padding: 40px 25px 20px;
    row-gap: 5px;
    justify-content: center;
  }
  .item-passachieve {
    padding: 3px 10px;
  }
  .num-passachieve span {
    font-size: 3.4rem
  }
  .item-passachieve-100, .item-passachieve-50, .item-passachieve-33 {
    width: 100%;
    max-width: 500px;
  }
  .item-passachieve-100 .ttl-passachieve, .item-passachieve-50 .ttl-passachieve {
    font-size: 2.2rem;
  }
  .item-passachieve-100 .num-passachieve span {
    font-size: 3.6rem;
  }
  .item-passachieve-100 .num-passachieve {
    font-size: 1.8rem;
  }
  .item-passachieve-33 .num-passachieve span {
    font-size: 2.6rem;
  }
  .item-passachieve-33 .ttl-passachieve {
    font-size: 1.7rem;
  }
  .name-interview .dis-inb {
    display: block;
  }
  .interview-only-pc {
    display: none;
  }
  .page-numbers,.post-page-numbers {
    padding: 8px;
    font-size: 1.5rem;
  }
}
/*-------------------------------------------------
break point 520px SP
--------------------------------------------------*/
@media only screen and (max-width: 520px) {
  .link-tel-only-sp {
    pointer-events: auto;
  }
  .wrapper {
    padding-top: 50px;
  }
  .area-page-contents {
    row-gap: 45px;
  }
  .area-page-contents-small {
    row-gap: 25px;
  }
  .area-ttl {
    height: 170px;
  }
  .h1-cmn {
    font-size: 2.4rem;
  }
  .h1-cmn span {
    padding-left: 32px;
    font-size: 1.2rem;
  }
  .h1-cmn span::before {
    top: 6px;
    width: 25px;
  }
  .h2-cmn {
    padding: 12px 0 13px 13px;
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .h2-cmn::before {
    width: 15px;
    height: 15px;
  }
  .h2-cmn span {
    padding-left: 0;
    font-size: 1.5rem;
  }
  .h2-cmn span::before {
    content: none;
  }
  .h2-line-en {
    font-size: 2.6rem;
  }
  .h3-cmn, .h3-cmn.h3-underline > span {
    font-size: 2rem;
  }
  .sec-cmn {
    padding: 40px 0 0 0;
  }
  .blue-catch {
    padding-top: 10px;
    padding-bottom: 40px;
    font-size: 1.9rem;
    line-height: 1.5;
  }
  .wrap-btn-single {
    padding-top: 25px;
  }
  .wrap-btn-two .btn-white-line, .wrap-btn-single .btn-white-line {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .btn-blue-circle, .btn-white-line a {
    font-size: 1.5rem;
  }
  .btn-white-line a, .btn-white-line.btn-blue a:hover, .btn-white-line.btn-green a:hover, .btn-white-line.btn-large a, .btn-white-line.btn-large a:hover {
    padding: 13px 30px 10px 30px;
    min-width: 250px;
    max-width: 290px;
    width: calc(100% - 30px);
    margin: 0 auto;
    line-height: 1.3;
  }
  .btn-white-line.btn-white-line-pdf a:hover {
    padding: 12px 60px 10px 50px !important;
  }
  .deco_squares_thin::before {
    top: 7px;
    left: 7px;
  }
  .deco_squares_thin::after {
    bottom: 7px;
    right: 7px;
  }
  .box-area-ttl {
    padding-left: 20px;
  }
  .news-cat ul {
    font-size: 1.4rem;
    gap: 20px;
  }
  .news-list, .wrap-three-news-thumb .news-list-three-thumb.news-list {
    gap: 10px;
  }
  .news-list article {
    width: calc(100% / 2 - 5px);
  }
  .ttl-news-list, .date-news-list {
    display: inline;
    text-overflow: inherit;
    white-space: inherit;
    font-size: 1.3rem;
  }
  .date-news-list {
    padding-right: 4px;
  }
  .news-list article a .box-txt-news-list.box-txt-news-list-pc {
    display: none;
  }
  .news-list article a .box-txt-news-list.box-txt-news-list-sp {
    display: -webkit-box;
    -webkit-box-orient: vertical; /* 垂直方向に配置 */
    overflow: hidden; /* 溢れた部分を隠す */
    text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
    -webkit-line-clamp: 2; /* 最大行数を2行に設定 */
    height: 38px;
    width: 100%;
    padding: 4px 8px;
    font-size: 1.3rem;
    line-height: 1.25;
  }
  .chicat-news-list {
    padding: 3px 10px 2px;
    font-size: 1rem;
  }
  /*three news thumb*/
  .wrap-three-news-thumb {
    background: none;
    border: none;
    border-top: 1px solid #979191;
    padding: 25px 0 0;
  }
  .wrap-three-news-thumb .ttl-three-news-thumb {
    padding-bottom: 12px;
    font-size: 2.1rem;
  }
  .wrap-three-news-thumb .news-list-three-thumb.news-list article {
    width: calc(50% - 5px);
  }
  .deco_squares_thin.wrap-three-news-thumb::before, .deco_squares_thin.wrap-three-news-thumb::after {
    content: none;
  }
  /*kanren*/
  .sec-kanren {
    padding-top: 60px;
  }
  .wrap-kanren-link {
    padding: 30px 0;
  }
  .inner-kanren-link {
    column-gap: 15px;
    row-gap: 15px;
  }
  .item-kanren-link {
    width: calc(100% / 2 - 10px);
    min-height: 42px;
    font-size: 1.4rem;
  }
  .item-blue-contents {
    padding: 32px 20px 20px;
  }
  .img-blue-contents {
    padding-top: 10px;
  }
  .h3-blue {
    padding-left: 45px;
    padding-bottom: 7px;
    line-height: 1.3;
  }
  .h3-small {
    position: absolute;
    display: inline-block;
    width: 40px;
    line-height: 1;
    top: -8px;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
  }
  .h3-small .h3-num {
    display: block;
    width: 100%;
    padding-top: 2px;
    top: 0px;
  }
  .wrap-history {
    padding: 20px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .inner-history {
    row-gap: 20px;
  }
  .year-history {
    width: 80px;
    font-size: 1.8rem;
  }
  .year-history::after {
    right: 8px;
    top: 8px;
    width: 8px;
    height: 8px;
  }
  .inner-history::before {
    left: 68px;
  }
  .contents-history {
    width: calc(100% - 80px);
    padding: 0;
    font-size: 1.5rem;
  }
  .box-pale-blue {
    padding: 0;
    background: none;
  }
  /*three news*/
  .wrap-three-news {
    padding: 20px 0 15px;
  }
  .item-news-list-three {
    padding: 12px 0 10px;
  }
  .ttl-three-news {
    padding-left: 10px;
  }
  .wrap-club-news {
    padding: 20px 10px 10px;
  }
  .wrap-three-news::before {
    border-width: 65px 65px 0px 0px;
  }
  .wrap-three-news::after {
    border-width: 0px 0px 50px 50px;
  }
  /*passachieve */
  .inner-passachieve {
    padding: 25px 15px 15px;
  }
  .notice-passachieve {
    padding: 0 0 10px 15px;
    text-align: left;
  }
  /*contact blue */
  .wrap-contact-blue {
    padding: 30px;
  }
  .wrap-contact-blue .txt-cmn-16 {
    text-align: left;
  }
  .wrap-contact-blue .txt-cmn-16 .dis-inb {
    display: inline;
  }
  /*iframe*/
  .box-iframe .inner-iframe.inner-iframe-map {
    padding-top: 300px;
  }
  .box-iframe .inner-iframe.inner-iframe-map iframe {
    min-height: 300px;
  }
}
/*-------------------------------------------------
break point 480px SP
--------------------------------------------------*/
@media only screen and (max-width: 480px) {
  .scroll-notice {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
  }
  .scroll-notice span {
    font-size: 1.3rem;
    text-align: center;
    padding: 2px 10px 0;
    color: #494949;
    border: 1px solid #494949;
  }
}