@charset "utf-8";
/* CSS Document */
.wrapper {
  margin: 0 auto;
  padding-top: 55px;
  padding-bottom: 3.5em;
}
.wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 1025px) {
  .wrapper {
    padding: 0;
  }
}
.topAbout {
  background-image: url(../img/topAbout_bg.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 80% auto;
}
.topAbout > div {
  padding: 20px 8px 80px;
}
.topAbout .innr h3 {
  font-weight: 700;
  margin-bottom: 1em;
  letter-spacing: 1px;
  line-height: 1.8;
}
.topAbout .innr {
  background-color: rgba(255, 255, 255, .5);
  border-radius: 15px;
  padding: 8px;
  line-height: 2;
}
@media (max-width: 599px) {
  .topAbout {}
  .topAbout .innr {
    text-align: left;
  }
}
@media (min-width: 600px) {
  .topAbout > div {
    padding: 80px 0;
  }
  .topAbout .innr {
    width: 600px;
    text-align: left;
  }
  .br-sp {
    display: none;
  }
}
@media (min-width: 1025px) {
  .topAbout {
    background-size: auto 100%;
  }
}
/* course quide */
.topCourse {
  background-color: #CE0019;
}
.topCourse > div {
  padding: 30px 8px;
}
.topCourse .secTtl {
  color: #FFF;
  margin-bottom: 1.5em;
}
.topCourse .secTtl h2 {
  font-weight: 700;
}
.topCourse .secTtl p {
  letter-spacing: 2px;
}
.topCourse .courseMenu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
}
.topCourse .courseMenu > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  flex-basis: 50%;
}
.topCourse .courseMenu > div > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 4px;
  padding: 30px 0px;
  background-color: #FFF;
  color: #CE0019;
}
.topCourse .courseMenu .ico {
  margin-bottom: 15px;
}
.topCourse .courseMenu .ico img {
  height: 40px;
}
.topCourse .scholarship {
  width: 80%;
  background-color: #FFF;
  margin: 30px auto;
  text-align: left;
}
.topCourse .scholarship h3.gold {
  display: inline-block;
  padding: 0.5em 3em 0.5em 1em;
  margin-top: -1.5em;
  margin-left: -1.5em;
  background-image: url("../img/gold_ribon.png");
  background-position: right center;
  font-weight: 900;
}
.topCourse .scholarship .innr {
  text-align: center;
  padding: 1em;
}
.topCourse .scholarship .innr > p {
  padding: 0 1em;
}
.topCourse .scholarship .innr > p.tel {
  font-weight: 700;
}
@media (max-width: 599px) {
  .topCourse > div {
    padding: 80px 0;
  }
}
@media (min-width: 600px) {
  .topCourse .courseMenu > div {
    flex-basis: 25%;
  }
}
@media (min-width: 1025px) {
  .topCourse .secTtl h2 {
    font-size: 46px;
  }
  .topCourse .secTtl p {
    font-size: 20px;
  }
  .topCourse .courseMenu .ico {}
  .topCourse .courseMenu > div > a {
    margin: 8px;
  }
  .topCourse .scholarship h3.gold {
    width: 300px;
  }
  .topCourse .scholarship .innr {
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding: 0.5em 1em 1em;
  }
  .topCourse .scholarship .innr p {
    font-size: 20px;
    font-size: 500;
  }
  .topCourse .scholarship .innr .tel {
    font-size: 30px;
  }
}
.topLife {
  background-image: url("../img/topLife_bg.jpg");
  background-position: center bottom;
  background-size: cover;
}
.topLife > div {
  padding: 30px 8px;
}
.topLife .secTtl {
  margin-bottom: 1.5em;
}
.topLife .secTtl h2 {
  font-weight: 700;
  color: #CE0019;
}
.topLife .secTtl p {
  letter-spacing: 2px;
}
.topLife .lifeItem {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: stretch;
}
.topLife .lifeItem > div {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 8px;
  position: relative;
}
.topLife .lifeItem > div .gold {
  position: absolute;
  top: 0px;
  left: -8px;
  background-image: url("../img/gold_ribon.png");
  background-position: right center;
  padding: 0.5em 3em 0.5em 1em;
  font-weight: 700;
}
.topLife .lifeItem > div > div {
  flex-basis: 50%;
}
.topLife .lifeItem > div .text {
  background-color: #FFF;
  text-align: left;
  padding: 8px;
}
.topLife .lifeItem > div .text h3 {
  color: #CE0019;
  font-weight: 700;
  background-image: url("../img/arrow.png");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0.5em;
}
.topLife .lifeItem > div .text p {
  color: #000;
}
@media (max-width: 599px) {}
@media (min-width: 600px) {
  .topLife > div {
    padding: 50px 0px;
  }
  .topLife .lifeItem {
    flex-direction: row;
  }
  .topLife .lifeItem > div {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 30px;
    flex-basis: 40%;
  }
  .topLife .lifeItem > div .gold {
    position: absolute;
    top: 0px;
    left: -15px;
    background-image: url("../img/gold_ribon.png");
    background-position: right center;
    padding: 1em 3em 1em 1em;
  }
  .topLife .lifeItem > div .img {
    margin-right: -8px;
    margin-left: 8px;
  }
  .topLife .lifeItem > div .text {
    margin-right: 8px;
    margin-left: -8px;
    margin-top: -20px;
    background-color: #FFF;
    padding: 15px;
  }
  .topLife .lifeItem > div .text h3 {
    font-size: 22px;
  }
  .topLife .lifeItem > div .text p {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .topLife .secTtl h2 {
    font-size: 46px;
  }
  .topLife .secTtl p {
    font-size: 20px;
  }
}
.topAdmission {
  background-color: #FFF;
}
.topAdmission > div {
  padding: 50px 0px;
}
.topAdmission .secTtl {
  margin-bottom: 15px;
}
.topAdmission .secTtl h2 {
  color: #CE0019;
  font-weight: 700;
  font-size: 26px;
}
.topAdmission .admi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.topAdmission .admi > div {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.topAdmission .admi > div > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #CE0019;
  color: #FFF;
  margin: 8px;
  padding: 15px;
  border-bottom: 2px solid #000;
}
.topAdmission .admi > div > a > p {
  padding: 8px;
}
.topAdmission .admi .icon img {
  height: 40px;
  width: auto;
}
ul.f_sns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1em;
  margin: 1em 0;
}
ul.f_sns li {}
@media (max-width: 599px) {}
@media (min-width: 600px) {
  .topAdmission > div {
    padding: 50px 0px;
  }
  .topAdmission .admi > div {
    flex-basis: 33.3%;
  }
  .topAdmission .admi > div > a > p {
    padding: 15px 0;
  }
}
@media (min-width: 1025px) {
  .topAdmission .secTtl h2 {
    font-size: 36px;
  }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}


#news {
  background: #eeeeee8f;
  padding: 2em;
}
#news .newsWrap h2 {
  color: #cf001a;
  font-size: 46px;
  font-weight: 700;
}
#news .newsWrap h2 span {
  display: block;
  font-size: 20px;
}
#news .newsWrap ul {
  text-align: left;
}
#news .newsWrap ul li {
  padding: 0.5em 0;
  border-bottom: 1px solid #cad1d4;
}
#news .newsWrap ul li .date {
  margin-right: 1em;
	white-space: nowrap;
}
#news .newsWrap ul li .ttl {
	flex-grow: 2;
}
#news .newsWrap ul li .ttl a {
	display: block;
}
#news .newsWrap .text {
	display: flex;
	flex-direction: column;
}
#news .newsWrap .text .more {
	margin-left: auto;
}
@media (max-width: 699px) {
#news .newsWrap .text .more {
	width: 100%;
}
}
@media (min-width: 700px) {
  #news .newsWrap {
    display: flex;
    justify-content: space-between;
  }
  #news .newsWrap h2 {
    flex-basis: 310px;
		margin-top: 20px;
  }
  #news .newsWrap .text {
   flex-basis: 800px;
  }
  #news .newsWrap ul li {
    display: flex;
  }
}
.sponsor {
	padding: 3em 0;
	text-align: center;
}
