/*===============================================
 COMMON
===============================================*/
.cBd01 {
  border-color: #00A9E9 !important;
}

.cBg01 {
  background: #00A9E9;
}

.cBg02 {
  background: #E5F6FD;
}

.cTxt01 {
  color: #00A9E9;
}

.gBg01 {
  background: linear-gradient(to right, #00A9E9 0%, #006B98 100%);
}

.gBg02 {
  background: linear-gradient(to right, #006B98 0%, #00A9E9 100%);
}

/*===============================================
 HEADER
===============================================*/
.bg_main01 {
  background: url(../images/main01.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main02 {
  background: url(../life/images/curriculum/main01.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main03 {
  background: url(../life/images/teacher/main01.jpg) no-repeat top center;
  background-size: cover;
}

/*===============================================
 CONTENTS
===============================================*/
.stA .tit {
  padding: 10px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.stA .box {
  display: flex;
}
.stA .box .boxL {
  width: 48%;
  margin-right: 4%;
}
.stA .box .boxR {
  width: 48%;
}
.stA .box .boxR .titA {
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 25px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.stA .box .boxR .titB {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}
.stA .box .boxR .txt {
  font-size: 18px;
  font-size: 1.8rem;
}
.stA .box .boxR .txt span {
  font-size: 13px;
  font-size: 1.3rem;
}

.stB .tit {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  font-size: 30px;
  font-size: 3rem;
}

.stC {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.stC li {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 9999px;
  height: 50px;
  margin-top: 20px;
}
.stC li:first-of-type {
  margin-top: 0;
}

.st01_05 .box02 .boxL .area_num01 {
  display: block;
}
.st01_05 .box02 .boxL .area_num01 .ico {
  margin-right: 0;
}
.st01_05 .box02 .boxR {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.st01_05 .box02 .boxR .block01 {
  border-bottom: none;
  line-height: 2.2;
}

.st01_08 .batten::before,
.st01_08 .batten::after {
  background: #00A9E9;
}

.st02_01 section:before {
  border-top: 40px solid #00A9E9;
}

.st03_01 .box .boxL .arrow:before, .st03_01 .box .boxL .arrow:after {
  background: #00A9E9;
}

.st03_02 .block01 {
  position: relative;
}
.st03_02 .block01 .ico {
  position: absolute;
  right: -30px;
  top: 0;
  width: 140px;
}

/*===============================================
 responsive width-1200
===============================================*/
/*===============================================
 responsive width-812
===============================================*/
@media only screen and (max-width: 812px) {
  .stA .tit {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .stA .box .boxR .titA {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .stA .box .boxR .titB {
    padding-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .stA .box .boxR .txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .stA .box .boxR .txt span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .stB .tit {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
  .stC {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .stC li {
    height: 40px;
    margin-top: 15px;
  }
  .stC li:first-of-type {
    margin-top: 0;
  }
  .stD .ico {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .st02_01 section:before {
    border-top: 20px solid #00A9E9;
  }
  .st03_02 .block01 .ico {
    right: 30px;
    width: 100px;
  }
}
/*===============================================
 responsive width-480
===============================================*/
@media only screen and (max-width: 480px) {
  .bg_main01 {
    background: url(../images/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main02 {
    background: url(../life/images/curriculum/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main03 {
    background: url(../life/images/teacher/main01_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .stA .tit {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .stA .box {
    display: block;
  }
  .stA .box .boxL {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .stA .box .boxR {
    width: 100%;
  }
  .stA .box .boxR .titA {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .stA .box .boxR .titB {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .stA .box .boxR .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .stA .box .boxR .txt span {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .stB .tit {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
  .stC {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .stC li {
    height: 30px;
    margin-top: 10px;
  }
  .stC li:first-of-type {
    margin-top: 0;
  }
  .stD .number {
    text-align: center;
  }
  .st01_05 .box02 .boxR {
    padding: 20px;
  }
  .st03_02 .block01 .ico {
    right: 10px;
    top: -30px;
    width: 70px;
  }
}/*# sourceMappingURL=page.css.map */