.gakuryoku-kojo-box{
  font-family: 'Hiragino Kaku Gothic ProN';
}

.gakuryolku-kojo-title{
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}

.gakuryolku-kojo-text{
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}

.gakuryoku-kojo-big-text{
  font-size: 25px;
  color: #20419a;
}

.gakuryoku-kojo-detail-box{
  width: 900px;
  border: 8px solid #20419a;
  margin: 50px auto 0;
  padding: 10px;
}

.gakuryoku-kojo-detail-title{
  font-weight: bold;
  font-size: 24px;
}

.col-red{
  color: red;
}

.goukakusya-container{
  width: 820px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.goukakusya-box{
  width: 200px;
  /* border: 3px solid #66ccff; */
  text-align: center;
  padding: 5px 0 0;
}

.goukakusya-box.arrange{
  line-height: 1.5;
}

.goukakusya-box-title{
  font-size: 24px;
  font-weight: bold;
  padding-top: 2px;
}

.arrange .goukakusya-box-title{
  font-size: 20px;
  line-height: 1.2;
}

.goukakusya-box-text span{
  font-size: 33px;
  color: red;
  font-weight: bold;
}

.goukakusya-box-under-text{
  color: #cc0000;
}

.arrow-mark-box{
  margin: 0 auto;
  width: fit-content;
}

.arrow-rect{
  width: 38px;
  height: 98px;
  background-color: #e8f1f6;
  margin: 0 auto;
}

.gakuryoku-kojo-detail-under-text{
  width: 900px;
  background-color: rgb(255,255,255,0.5);
  margin-top: -70px;
}

.arrow-triangle{
  width: 226px;
  height: 69px;
  clip-path: polygon(0 0,50% 100%, 100% 0);
  background-color: #e8f1f6;
  margin: 17px auto;
}

.gakuryoku-reason-text-box{
  width: 900px;
  margin: 0 auto;
}

.gakuryoku-reason-text-title{
  font-size: 28px;
  font-weight: bold;
}

.yotsuya-kyoiku-phirosophy{
  width: 580px;
  background-color: #990000;
  color: white;
  font-weight: bold;
  text-align: center;
  margin: 50px auto 20px;
  font-size: 20px;
  border-radius: 10px;
}