.intro__inner {
  padding: 140px 40px 40px;
}
@media screen and (max-width: 768px) {
  .intro__inner {
    padding: 80px 20px 40px;
  }
}
.intro__titleArea {
  text-align: center;
}
.intro__text {
  margin-top: 20px;
  margin-bottom: 80px;
  color: #3A84C7;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .intro__text {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
.intro__contents {
  text-align: center;
}
.intro__contents p {
  line-height: 2;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .intro__contents p {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
.intro__button {
  margin: 0 auto;
}

.merit__inner {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .merit__inner {
    padding: 60px 0;
  }
}
.merit__titleArea {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .merit__titleArea {
    margin-bottom: 30px;
  }
}
.merit__contents {
  background-color: rgba(58, 132, 199, 0.05);
  padding: 100px 10%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .merit__contents {
    padding: 50px 5%;
    margin-bottom: 50px;
  }
}
.merit__text {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .merit__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.merit__text.e_center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .merit__text.e_center {
    text-align: left;
    margin-bottom: 0;
  }
}
.merit__img {
  text-align: center;
  margin-bottom: 100px;
}
.merit__img img {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .merit__img img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .merit__img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 50px;
  }
  .merit__img img {
    width: 47%;
  }
}
.merit__button {
  margin: 0 auto;
}

.instructor__inner {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .instructor__inner {
    padding: 50px 0;
  }
}
.instructor__titleArea {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .instructor__titleArea {
    margin-bottom: 30px;
    padding-left: 20px;
  }
  .instructor__titleArea span {
    font-size: 16px;
  }
}
.instructor__item {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .instructor__item {
    padding: 30px 0;
  }
}
.instructor__item--head {
  padding: 0 100px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .instructor__item--head {
    padding: 0 5%;
    display: block;
  }
}
.instructor__item--name {
  font-size: 36px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .instructor__item--name {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.instructor__item--profile {
  margin-left: 20px;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .instructor__item--profile {
    margin-left: 0;
  }
}
.instructor__item01 .instructor__item--contents {
  background: url(../img/bg_instructor01.png) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .instructor__item01 .instructor__item--contents {
    background: #3A84C7;
  }
}
.instructor__item02 .instructor__item--contents {
  background: url(../img/bg_instructor02.png) no-repeat;
  background-size: cover;
  background-position: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .instructor__item02 .instructor__item--contents {
    background: #3A84C7;
  }
}
.instructor__item--contents {
  padding: 80px 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .instructor__item--contents {
    padding: 50px 5%;
    display: block;
  }
}
.instructor__item--img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .instructor__item--text {
    margin-bottom: 30px;
  }
}
.instructor__item--text h3 {
  color: #fff;
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .instructor__item--text h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.instructor__item--text p {
  max-width: 560px;
  text-align: justify;
  line-height: 1.7;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .instructor__item--text p {
    font-size: 16px;
  }
}

.program__inner {
  padding: 80px 0;
  background: rgba(58, 132, 199, 0.05);
}
@media screen and (max-width: 768px) {
  .program__inner {
    padding: 50px 0;
  }
}
.program__contents {
  margin-top: 100px;
  padding: 0 10%;
}
@media screen and (max-width: 768px) {
  .program__contents {
    margin-top: 50px;
    padding: 0 5%;
  }
}
.program__list {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .program__list {
    display: block;
    margin: 0 auto 40px;
  }
}
.program__item {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .program__item {
    width: 80%;
    margin: 0 auto 30px;
  }
}
.program__item--box {
  background: rgba(58, 132, 199, 0.6);
  padding: 40px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .program__item--box {
    padding: 30px 15px;
  }
}
.program__item--num {
  margin-bottom: 20px;
}
.program__item--text {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .program__item--text {
    font-size: 28px;
  }
}
.program__item--text span {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .program__item--text span {
    font-size: 34px;
  }
}
.program__item--button {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #3A84C7;
  padding: 16px 20px;
  padding-right: 35px;
  border: 2px solid #3A84C7;
  background: #fff;
  border-radius: 32px;
  text-align: center;
  max-width: 100%;
  transition: 0.3s ease;
  margin-top: 24px;
  cursor: pointer;
  background-image: url(../img/icon_arrow_right.png);
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 14px;
}
@media screen and (max-width: 768px) {
  .program__item--button {
    font-size: 18px;
  }
}
.program__item--button:hover {
  background-color: #3A84C7;
  background-image: url(../img/icon_arrow_bottom.png);
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 14px;
  color: #fff;
  opacity: 1;
}
.program__item--button.active {
  background-color: #3A84C7;
  background-image: url(../img/icon_arrow_bottom.png);
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 14px;
  color: #fff;
}
.program__tableWrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
  border-top: 2px solid #3A84C7;
  border-bottom: 2px solid #3A84C7;
}
@media screen and (max-width: 768px) {
  .program__tableWrap {
    width: 100%;
    overflow-x: auto;
    padding: 30px 0;
  }
}
.program__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 40px;
}
@media screen and (max-width: 768px) {
  .program__table {
    width: 700px;
    border-spacing: 0 20px;
  }
}
.program__tableTitle {
  padding-top: 30px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #3A84C7;
}
.program__table--title {
  text-align: left;
  width: 16%;
  box-sizing: border-box;
  padding: 10px;
  background: rgba(58, 132, 199, 0.6);
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .program__table--title {
    width: 12%;
    font-size: 15px;
  }
}
.program__table--text {
  box-sizing: border-box;
  width: 84%;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .program__table--text {
    width: 88%;
    padding: 0 20px;
    padding-left: 14px;
    font-size: 14px;
  }
}
.program__table--text h3 {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .program__table--text h3 {
    font-size: 15px !important;
  }
}
.program__table--text p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .program__table--text p {
    font-size: 14px !important;
  }
}
.program__table--row {
  margin-bottom: 50px;
}
.program__description {
  margin: 50px auto 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .program__description {
    margin: 30px auto;
  }
}
.program__button {
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .program__button {
    margin: 0 auto 30px;
  }
}

.time {
  font-size: 14px;
  line-height: 1.5;
}/*# sourceMappingURL=top.css.map */