@charset "utf-8";
/*
 * ==========================================================================
 * 
 * [top]
 * 
 * ==========================================================================
 */
#mainVisualWrapper {
  position: relative;
  /*background:;*/
}
.newBaloon {
  position: absolute;
    width: 10vw;
    top: 22%;
    right: 11%;
}
.mvInnerVox {
  width: 90%;
  margin: 0 auto;
  padding: 8% 0 2%;
  text-align: left;
}
.mv70thLogoBox {
  position: absolute;
  width: 130px;
  top: 30px;
  left: 40px;
    display: none;
}
.mvTitle {
  color: #005ead;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}
.mvTitle span {
  background: #fff;
  display: inline-block;
  padding: 0.5% 1% 1%; 
  margin: 10px 0 0 0;
}
.mvTitle .gakka {
  font-size: 2.8vw;
}
.mvTitle2 {
  font-size: 2.7vw;
  font-weight: 700;
  margin: 10px 0 0 0;
  
}
.mvText {
  font-size: 4rem;
  font-weight: 700;
}
.tanjyou {
  background:#ecd14a;
  line-height: 1;
  padding: 5px 30px 10px;
  border-radius: 100px;
  color: #000;
}
.mvPhoto {
  width: 25%;
  position: absolute;
  top: 0;
  right: 5%;
}
  .mvPhoto img {
    margin: -4% 0 0 0;
  }

/**
 * --------------------------------------------------------------------------
 * タイトル
 * --------------------------------------------------------------------------
 */
.topSectionTitle {
	font-size: 5rem;
  font-weight: 700;
  text-align: center;
	margin: 0 auto 100px;
  line-height: 1.4;
}
.marker {
  background:linear-gradient(transparent 95%, #005eac 95%);
}
.marker-yellow {
  background:linear-gradient(transparent 60%, #faee00 60%);
}

.linkTitle {
	font-size: 1.7vw;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 80px 0;
}
.linkTitle.line {
  color: #23be4f;
}

.speechTitle {
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px 0;
}
.speechTitle::before,.speechTitle::after {
    content: "";
    background-color: #666;
    height: 1px;
    width: 40px;
}
.speechTitle::before {
    margin-right: 5px;
    transform: rotate(60deg); 
}
.speechTitle::after {
    margin-left: 5px;
    transform: rotate(-60deg); 
}
/**
 * --------------------------------------------------------------------------
 * topicsBox
 * --------------------------------------------------------------------------
 */
.topicIcn {
  position: absolute;
  width: 120px;
  top: -15px;
  left: -32px;
}
.topicsBox {
  position: relative;
  background: #fff;
  border-radius: 20px;
}
  .topicsBox.topics01{
    border: solid 5px #005ead;
  }
  .topicsBox.topics02{
    border: solid 5px #40ad51;
  }
  .topicsBox.topics03{
    border: solid 5px #92539d;
  }
  .topicsBox.topics04{
    border: solid 5px #008cd6;
  }
.topicsBoxInner {
  padding: 50px;
}

.topicsTitle {
  padding: 20px 0;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  border-radius: 15px 15px 0 0;
  line-height: 1.6;
}
  .topicsTitle.topics01 {
    color: #08396c;
    background: #c1cbe8;
  }
  .topicsTitle.topics02 {
    color: #186e36;
    background: #d0e7d0;
  }
  .topicsTitle.topics03 {
    color: #542f63;
    background: #d9cce4;
  }
  .topicsTitle.topics04 {
    color: #005884;
    background: #b9dbf4;
  }

.topicsBoxTitle {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  margin: 70px auto 50px;
  position: relative;
}
/*  .topics01 .topicsBoxTitle {
    color: #005ead;
  }
  .topics02 .topicsBoxTitle {
    color: #40ad51;
  }
  .topics03 .topicsBoxTitle {
    color: #92539d;
  }
  .topics04 .topicsBoxTitle {
    color: #008cd6;
  }*/
.topicsBoxTitleBaloon {
  position: absolute;
  top: -90px;
  left: 50%;
  margin-left: -175px;
  width: 350px;
}

.newIcn {
  width: 60px;
  vertical-align: middle;
  margin: -10px 10px 0 0;
}

.genmenBox {
  width: 80%;
  margin: 0 auto 30px;
}

.genmenDl {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 2rem;
}
.genmenDt {
  width: 13%;
  background: #c1cbe8;
  padding: 5px 10px;
  color: #08396c;
  text-align: center;
  border-radius: 10px;
  font-weight: 700;
}
.genmenDd {
  position: relative;
  width: 82%;
  text-align: left;
  margin: 0;
}
.genmenBaloon {
  width: 170px;
  position: absolute;
  bottom: -45px;
  right: -30px;
}

.challengeBox {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 50px 0 0 0;
  padding: 30px;
  border-radius: 10px;
}
  .challengeBox.topics01 {
    color: #005ead;
    background: #e1e4f2;
  }
  .challengeBox.topics03 {
    color: #8d5ba5;
    background: #e8dfee;
  }
.challengeBoxIcn {
  width: 140px;
  background: #000;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.7rem;
  margin: 0 auto 10px;
}
  .challengeBoxIcn.topics01 {
    background: #005ead;
  } 
  .challengeBoxIcn.topics03 {
    background: #8d5ba5;
  } 


.tuitionBox {
  border: solid 3px #005ead;
  border-radius: 20px;
  padding: 50px;
  margin: 50px 0;
}
.tuitionBoxTitle {
  color: #005ead;
  font-size: 3.5rem;
  text-align: center;
  margin: 0 auto 20px;
}
.tuitionBoxText {
  text-align: center;
  margin: 0 auto 30px;
}

.pointBox {
  width: 90%;
  margin: 0 auto 30px;
}

.pointDl {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 2rem;
}
.pointDt {
  width: 13%;
  background: #40ad51;
  padding: 5px 10px;
  color: #ffe900;
  text-align: center;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.7rem;
}
.pointDd {
  color: #40ad51;
  font-weight: bold;
  position: relative;
  width: 82%;
  text-align: left;
  margin: 0;
}

.hyoukaBox {
  background: #f1f0ef;
  padding: 30px 50px 50px;
  border-radius: 10px;
  margin: 50px 0;
}

.hyoukaBoxTitle {
  font-size: 2rem;
  text-align: center;
  margin: 0 auto 30px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}

.hyoukaBoxTitle2 {
  font-size: 2rem;
  margin: 0 0 10px 0;
}
.suisenTopicsBox {
  display: flex;
  justify-content: space-between;
}
.suisenTopicsTitle {
  font-size: 2rem;
  color: #92539d;
  text-align: center;
  border: solid 2px #92539d;
  border-radius: 10px;
  margin-bottom: 20px;
}

.zengakubuBox {
  font-size: 1.8rem;
  font-weight: bold;
  border: solid 2px #008cd6;
  border-radius: 20px;
  padding: 30px;
  color: #008cd6;
  text-align: center;
}

/**
 * --------------------------------------------------------------------------
 * bnr
 * --------------------------------------------------------------------------
 */
 .bnrWrapper {
 margin-top: -130px; 
}
 .bnrWrapper .innerVox{
    width: 1140px;
    margin: 0 auto;
	padding: 0;
    position: relative;
    text-align:left;
}
.bnrList {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
/*偶数
.bnrListItem {
	width:49.5%;
	list-style-type: none;
	background: #fff;
	margin-bottom: 10px;
}
	.bnrListItem:nth-child(2n) {
		margin-right:0;
	}*/

.bnrListItem {
	width:32.5%;
	list-style-type: none;
	background: #fff;
	margin-bottom: 10px;
}

.bnrListItemImg {
	border: solid 5px #fff;
	position:relative;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
/**
 * --------------------------------------------------------------------------
 * link
 * --------------------------------------------------------------------------
 */

.linkWrapper {
}
.linkList {
	display:flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.linkListItem {
	width:32%;
	margin-right:2%;
	margin-bottom:45px;
	list-style-type: none;
}

.linkList .linkListItem:nth-child(3)  {
	margin-right:0;
}

.linkListItemImg {
	position:relative;
}

/**
 ****************************************************
 * 
 * screens smaller than 768
 * 
 ****************************************************
 */
@media only screen and (max-width: 768px) {

#mainVisualWrapper {
	position: relative;
}
.newBaloon {
    width: 70px;
    top: 6%;
    right: 4%;
}
	.mvInnerVox {
  width: auto;
  padding: 20% 0 3%;
  text-align: center;
    display: inherit;
}
  
.mv70thLogoBox {
	width: 50px;
  top: 20px;
  left: 20px;
}
.mvTitle {
  font-size: 2.8rem;
  margin: 0 auto;
  line-height: 1.4;
}
  .mvTitle span {
    padding: 8px 10px;
    margin: 5px 0 0 0;
  }
  
  .mvTitle .gakka {
  font-size: 2.2rem;
}
  
.mvTitle2 {
  font-size: 1.9rem;
}
.mvText {
  font-size: 1.5rem;
  font-weight: 600;
}
.tanjyou {
  padding: 10px 20px;
}
.mvPhoto {
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
}
  .mvPhoto img {
    margin:-1px 0 0 0;
  }
/**
 * --------------------------------------------------------------------------
 * タイトル
 * --------------------------------------------------------------------------
 */
.topSectionTitle {
	font-size: 2.3rem;
	margin: 0 auto 40px;
  line-height: 1.5;
}
.linkTitle {
	font-size: 2rem;
  line-height: 1.6;
  margin: 0 0 40px 0;
}
.speechTitle {
  font-size: 1.5rem;
  margin: 0 auto 20px 0;
}
.speechTitle::before,.speechTitle::after {
    content: "";
    background-color: #666;
    height: 1px;
    width: 40px;
}
.speechTitle::before {
    margin-right: 5px;
    transform: rotate(60deg); 
}
.speechTitle::after {
    margin-left: 5px;
    transform: rotate(-60deg); 
}
/**
 * --------------------------------------------------------------------------
 * topicsBox
 * --------------------------------------------------------------------------
 */
.topicIcn {
  width: 60px;
  top: -30px;
  left: 50%;
  margin-left: -30px;
}
.topicsBox {
  border-radius: 10px;
}
  .topicsBox.topics01{
    border: solid 3px #005ead;
  }
  .topicsBox.topics02{
    border: solid 3px #40ad51;
  }
  .topicsBox.topics03{
    border: solid 3px #92539d;
  }
  .topicsBox.topics04{
    border: solid 3px #008cd6;
  }
.topicsBoxInner {
  padding: 40px 20px 20px;
}

.topicsTitle {
  padding: 40px 10px;
  font-size: 2rem;
  border-radius: 8px 8px 0 0;
}
  
.topicsBoxTitle {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto 30px;
}
.topicsBoxTitleBaloon {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -120px;
  width: 240px;
}
  
.newIcn {
  width: 30px;
  vertical-align: middle;
  margin: -5px 5px 0 0;
}  
.genmenBox,.pointBox {
  width: auto;
  margin: 0 auto 20px;
}

.genmenDl,.pointDl {
  display: inherit;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.genmenDt,.pointDt {
  width: auto;
  border-radius: 5px;
  margin: 0 0 10px 0
}
.genmenDd,.pointDd {
  width: auto;
}
.genmenBaloon {
  width: 150px;
  position: inherit;
  display: block;
  bottom: 0;
  right: 0;
  margin: 0 auto 20px;
}
.challengeBox {
  font-size: 1.4rem;
  margin: 30px 0 0 0;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
}
.challengeBoxIcn {
  width: auto;
  background: #000;
  padding: 10px;
  border-radius: 10px;
  font-size: 1.3rem;
  margin: 0 auto 20px;
}
  
.tuitionBox {
  border: solid 1px #005ead;
  border-radius: 10px;
  padding: 20px;
  margin: 30px 0;
}
.tuitionBoxTitle {
  font-size: 1.8rem;
}
.tuitionBoxText {
  text-align: left;
  margin: 0 auto 30px;
}

.hyoukaBox {
  padding: 20px;
  border-radius:10px;
  margin: 30px 0;
}

.hyoukaBoxTitle {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 auto 20px;
  padding-bottom: 10px;
}

.hyoukaBoxTitle2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px 0;
}
  
.suisenTopicsBox {
  display: inherit;
}
.suisenTopicsTitle {
  font-size: 1.5rem;
  border-radius: 10px;
  margin-bottom: 10px;
}

.zengakubuBox {
  font-size: 1.6rem;
  padding: 20px;
}
/**
 * --------------------------------------------------------------------------
 * bnr
 * --------------------------------------------------------------------------
 */
 .bnrWrapper {
 margin-top: -20px; 
}
 .bnrWrapper .innerVox{
    width: 90%;
}

.bnrList {
	display: inherit;
	}
.bnrListItem {
	width:auto;
	margin-bottom: 10px;
}
	.bnrListItem:nth-child(2n) {
	}
.bnrListItemImg {
	border: solid 3px #fff;
	position:relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/**
 * --------------------------------------------------------------------------
 * link
 * --------------------------------------------------------------------------
 */

.linkWrapper {
}
.linkList {
  display: inherit;
}
.linkListItem {
  width: 90%;
  margin: 0 auto 10px;
}
	.linkListItem:nth-child(2n) {
		margin-right:auto;
	}
	.linkListItem:nth-child(3n) {
		margin-right:auto!important;
	}

}