/* ----------------------------------------------------------------
header
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
#pageTtl
----------------------------------------------------------------- */
#pageTtl .pageTtl__bg {
  background-image: url(../../highschool/img/sec01_bg.jpg);
  background-position: center top 26%;
}

#soshi #pageTtl .pageTtl__bg {
  background-image: url(../../highschool/soshi/img/mainvis.jpg);
  background-position: center 20%;
}

#ordinary #pageTtl .pageTtl__bg {
  background-image: url(../../highschool/ordinary/img/mainvis.jpg);
  background-position: center 20%;
}

#integrated #pageTtl .pageTtl__bg {
  background-image: url(../../highschool/integrated/img/mainvis.jpg);
  background-position: center 17%;
}

#business #pageTtl .pageTtl__bg {
  background-image: url(../../highschool/business/img/mainvis.jpg);
  background-position: center 17%;
}

/* ----------------------------------------------------------------
#mainvis
----------------------------------------------------------------- */
#mainvis {
  overflow: hidden;
}
#mainvis .pageTtl__bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 660px;
}
@media screen and (max-width: 767px) {
  #mainvis .pageTtl__bg {
    height: auto;
    background-position: 65%;
  }
}
#mainvis .pageTtl__bg h1 {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  width: 100%;
  max-width: 406px;
}
@media screen and (max-width: 767px) {
  #mainvis .pageTtl__bg h1 {
    position: static;
    text-align: left;
  }
}
#mainvis .pageTtl__bg h1 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #mainvis .pageTtl__bg h1 img {
    max-width: none;
    width: 180px;
    height: auto;
    display: block;
    padding: 20px;
  }
}

/* ----------------------------------------------------------------
#hs__top__lead
----------------------------------------------------------------- */
#hs__top__lead {
  padding: 60px 20px 100px;
}
@media screen and (max-width: 767px) {
  #hs__top__lead {
    padding: 30px 20px 50px;
  }
}

/* ----------------------------------------------------------------
#hs__top__difference
----------------------------------------------------------------- */
#hs__top__difference {
  position: relative;
  background: #dde9f2;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  #hs__top__difference {
    padding: 30px 0 60px;
  }
}
#hs__top__difference * {
  box-sizing: border-box;
}
#hs__top__difference h2 {
  position: absolute;
  display: block;
  top: -0.5em;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  line-height: 1;
  font-size: 48px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #hs__top__difference h2 {
    position: static;
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
#hs__top__difference .hs__top__difference__course {
  display: flex;
  margin: 0 auto 17px;
  align-items: center;
  background: #52a4dd;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #hs__top__difference .hs__top__difference__course {
    display: block;
  }
}
#hs__top__difference .hs__top__difference__course#course02, #hs__top__difference .hs__top__difference__course#course04 {
  flex-direction: row-reverse;
}
#hs__top__difference .hs__top__difference__course > div {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 50px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #hs__top__difference .hs__top__difference__course > div {
    max-width: none;
    padding: 20px;
  }
}
#hs__top__difference .hs__top__difference__course > div h3 {
  font-size: 44px;
  padding: 0;
  margin: 0 0 50px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  #hs__top__difference .hs__top__difference__course > div h3 {
    font-size: 22px;
    margin: 0 0 25px;
  }
  #hs__top__difference .hs__top__difference__course > div h3 br {
    display: none;
  }
}
#hs__top__difference .hs__top__difference__course > div h3 strong {
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-weight: 500;
  font-style: italic;
  font-style: italic;
  font-size: 72px;
  margin-right: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #hs__top__difference .hs__top__difference__course > div h3 strong {
    font-size: 35px;
    margin-right: 10px;
  }
}
#hs__top__difference .hs__top__difference__course > div p {
  font-size: 26px;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #hs__top__difference .hs__top__difference__course > div p {
    font-size: 15px;
  }
}
#hs__top__difference .hs__top__difference__course figure,
#hs__top__difference .hs__top__difference__course .rightCont {
  flex: 0 0 50%;
  max-width: 50%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #hs__top__difference .hs__top__difference__course figure,
#hs__top__difference .hs__top__difference__course .rightCont {
    max-width: none;
  }
}
#hs__top__difference .hs__top__difference__course figure img,
#hs__top__difference .hs__top__difference__course .rightCont img {
  width: 100%;
  height: auto;
}
#hs__top__difference .hs__top__difference__course figure figcaption p,
#hs__top__difference .hs__top__difference__course .rightCont figcaption p {
  padding: 30px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #hs__top__difference .hs__top__difference__course figure figcaption p,
#hs__top__difference .hs__top__difference__course .rightCont figcaption p {
    padding: 20px;
  }
}

/* ----------------------------------------------------------------
#past_result
----------------------------------------------------------------- */
#past_result {
  padding: 100px 30px;
}
@media screen and (max-width: 768px) {
  #past_result {
    padding: 50px 20px;
  }
}
#past_result dl {
  background: #fff;
  color: #000;
  display: flex;
  padding: 24px;
  margin: 0 auto;
  align-items: center;
  border: 5px solid #52a4dd;
}
@media screen and (max-width: 767px) {
  #past_result dl {
    display: block;
    padding: 10px;
  }
}
#past_result dl dt {
  background: #52a4dd;
  color: #fff;
  flex: 0 0 300px;
  max-width: 300px;
  padding: 55px 0 55px 20px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #past_result dl dt {
    padding: 20px 0 20px 10px;
    max-width: none;
    margin-bottom: 20px;
  }
}
#past_result dl dt strong {
  display: block;
  text-align: left;
  margin: auto;
  width: 100%;
  line-height: 1.3;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #past_result dl dt strong {
    font-size: 17px;
    width: 200px;
    display: inline-block;
  }
}
#past_result dl dt strong::before {
  content: "";
  display: block;
  width: 62px;
  height: 54px;
  background: url(../../highschool/ordinary/img/icon1.png) no-repeat center;
  background-size: cover;
  float: left;
  margin-top: 5px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #past_result dl dt strong::before {
    width: 52px;
    height: 44px;
    margin-top: 0;
    margin-right: 15px;
    background-size: auto 100%;
  }
}
#past_result dl dd {
  text-align: left;
  font-weight: bold;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  #past_result dl dd {
    padding-left: 0;
  }
}
#past_result dl dd strong {
  font-size: 24px;
  color: #52a4dd;
}
@media screen and (max-width: 767px) {
  #past_result dl dd strong {
    font-size: 16px;
  }
}

/* ----------------------------------------------------------------
#hs__top__goukaku
----------------------------------------------------------------- */
#hs__top__goukaku {
  background: #52a4dd;
  color: #fff;
  padding: 100px 20px;
}
@media screen and (max-width: 767px) {
  #hs__top__goukaku {
    padding: 50px 20px;
  }
}
#hs__top__goukaku h2 {
  font-size: 48px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #hs__top__goukaku h2 {
    font-size: 22px;
  }
}
#hs__top__goukaku h2 strong {
  font-weight: normal;
  color: #fff600;
}
#hs__top__goukaku p {
  padding: 60px 0 10px;
}
@media screen and (max-width: 767px) {
  #hs__top__goukaku p {
    text-align: left;
    padding: 30px 0 5px;
  }
}

/* ----------------------------------------------------------------
#hs__top__info
----------------------------------------------------------------- */
#hs__top__info {
  padding: 85px 20px;
}
@media screen and (max-width: 767px) {
  #hs__top__info {
    padding: 40px 20px;
  }
}
#hs__top__info .flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  #hs__top__info .flex {
    display: block;
  }
}
#hs__top__info .flex h2 {
  flex: 0 0 25%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #hs__top__info .flex h2 {
    text-align: center;
  }
}
#hs__top__info .flex .newslist2 {
  flex: 0 0 75%;
}

.jisseki-list {
  padding: 0px 0;
  font-feature-settings: "palt";
}
.jisseki-list > p {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.jisseki-list h3 {
  background-color: #fff;
  color: #52a4dd;
  margin-bottom: 0.5em;
  line-height: 1.3;
  padding: 0.7em 1em;
}
.jisseki-list h3 {
  margin-top: 3em;
  position: sticky;
  left: 0;
  top: 0;
}
.jisseki-list h4 {
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0.5em;
  margin-top: 2em;
  line-height: 1.5;
  padding: 0.5em 1em;
}
.jisseki-list ul {
  list-style: none;
  margin: 0;
  padding: 0 0 2em;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jisseki-list ul {
    display: block;
  }
}
.jisseki-list ul li {
  box-sizing: border-box;
  flex: 0 0 48%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.5em 2em;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  letter-spacing: 0;
  line-height: 1.5;
}
.jisseki-list ul li span:last-of-type {
  white-space: nowrap;
  padding-left: 1.5em;
}
.jisseki-list ul li strong {
  color: rgb(255, 246, 0);
  font-weight: normal;
}
.jisseki-list ul li.caution {
  border: none;
  text-align: right;
  justify-content: flex-end;
  flex: 0 0 100%;
}