/* 校長メッセージ
   ============================================ */

.principal-message h2+.msg-block {
  margin-top: 30px;
}

.principal-message .fig-right {
  float: right;
  margin-left: 20px;
}

.principal-message .msg-block+.msg-block {
  margin-top: 50px;
}

.principal-message .clearfix::after {
  clear: both;
}
section.btn-area {
  width: 100%;
  margin-bottom: 80px;
  padding: 40px 0;
  background: #f7f7f7;
}


/* グローバルリーダー
	 ============================================ */
.child-contents-area>section {
  margin-top: 60px;
}

.child-contents-area>section>section {
  margin-top: 30px;
}

.gray-wrapp {
  margin-top: 30px;
  padding: 30px;
  background-color: #f7f7f7;
}

.gray-wrapp ul {
  max-width: 100%;
}


.gray-wrapp.flex-box {
  align-items: flex-end;
}

.gray-wrapp ul li a {
  text-decoration: underline;
}

/* リーダー教育
	 -------------------------------------------- */
.leader-training .gray-wrapp ul {
  padding-left: 55px;
}

.education-characteristics .gray-wrapp ul li+li {
  margin-top: 20px;
}

/* コアスキルcore skill */

.core-skill-wrapper .power-required {
  background-color: #f7f7f7;
  margin-top: 30px;
  padding: 30px 60px;
}

.core-skill-wrapper .power-required .list-title {
  font-size: 23px;
  font-weight: bold;
  color: #48a8d9;
}

.core-skill-wrapper .power-required>ol {
  padding-top: 20px;
}

.core-skill-wrapper .power-required .back-dots {
  background-image: url(../../../common/img/dot.png);
  background-position-y: center;
  background-repeat: repeat-x;
}

.core-skill-wrapper .power-required .back-dots dt {
  background-color: #f7f7f7;
  padding-right: 10px;
  font-weight: bold;
  font-size: 18px;
}

.core-skill-wrapper .power-required .back-dots dd {
  width: 80%;
  background-color: #f7f7f7;
  font-size: 16px;
}

.core-skill-wrapper .img-warrper {
  margin-top: 60px;
}

.core-skill-wrapper .img-warrper img {
  width: 100%;
}

/* 英語教育
     --------------------------------------------*/


/* 英語の授業の充実 enrichment*/
.gray-wrapp .class-types {
  font-size: 22px;
  font-weight: bold;
  color: #48a8d9;
}

.learning-sup .indent-text {
  margin-top: 0;
  text-indent: 1em;
}

.learning-sup .add-text {
  margin-top: 20px;
}

.enrichment-wrapper ul.difference {
  margin-top: 20px;
  padding-left: 20px;
}

.enrichment-wrapper ul.difference li {
  width: 50%;
  list-style-type: disc;
}

.enrichment-wrapper .difference li:nth-child(n+3) {
  margin-top: 10px;
}

.enrichment-wrapper .msg-wrap {
  margin-top: 50px;
}

.enrichment-wrapper .msg-wrap .from-title,
.three-efforts .msg-wrap .from-title {
  font-size: 18px;
  font-weight: bold;
}

.learning-effect {
  margin-top: 30px;
}

.comparison-title {
  margin-top: 20px;
  font-size: 18px;
}

.comparison {
  margin-top: 10px;
}

.comparison-table {
  width: 45%;
  margin-bottom: 30px;
}

.comparison-table th {
  padding: 10px 10px;
  width: 23%;
  background-color: #c6e3f2;
}

.comparison-table th.student-grade {
  width: 30%;
  background-color: #93cce9;
}

.comparison-table td.student-grade {
  background-color: #f7f7f7;
}

.comparison-table td:not(.student-grade) {
  padding: 10px 10px;
  border: 1px solid #dedede;
}

.comparison-table td:not(.student-grade):last-of-type {
  border-right: none;
}

.comparison-table tr:nth-of-type(2) td:not(.student-grade) {
  border-top: none;
}

.comparison-table td.centering {
  border-left: none;
}

.comparison-table td:not([class]) {
  text-align: right;
}

.comparison-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #93dce9;
}

.comparison strong.base {
  font-weight: bold;
}


/* ３つの取り組み
     --------------------------------------------*/
.three-efforts section>p~div {
  margin-top: 30px;
}

.three-efforts .gray-wrapp ul {
  padding-top: 15px;
  padding-left: 20px;
  line-height: 2;
}

.flex-box .gray-wrapp ul li+li {
  margin-top: 10px;
}

.three-efforts .singnature {
  text-align: right;
}

/* 1min speech */


.flex-box .gray-wrapp {
  margin-top: 0;
  max-width: 48%;
  width: 100%;
  height: 100%;
  padding: 23px 30px;
}

/* buttonエリア */
.btn-area {
  padding: 40px 0;
  width: 100%;
  background-color: #f7f7f7;
  margin-bottom: 60px;
}





/* ============================================
   タブレット
   ============================================ */
@media screen and (max-width: 1000px) {

  /* グローバルリーダー
	 ============================================ */
  .gray-wrapp.flex-box {
    justify-content: center;
  }

  .gray-wrapp ul {
    width: 100%;
    padding: 0;
  }

  .gray-wrapp.flex-box .c-btn {
    margin-top: 20px;
  }

  /* リーダー教育
     -------------------------------------------- */
  /* コアスキルcore skill */
  .core-skill-wrapper .power-required {
    padding: 30px 10px;
  }

  .core-skill-wrapper .power-required .back-dots {
    background-image: none;
    align-items: flex-start;
  }

  .core-skill-wrapper .power-required .back-dots dt {
    font-size: 16px;
  }

  .core-skill-wrapper .power-required .back-dots dd {
    font-size: 15px;
  }

  /* 英語教育 
     --------------------------------------------*/
  .enrichment-wrapper ul.difference li {
    width: 100%;
    list-style-type: disc;
  }

  .enrichment-wrapper .difference li+li {
    margin-top: 10px;
  }

  .comparison.flex-box {
    justify-content: center;
  }

  .comparison-table {
    width: 100%;
  }

  .comparison-arrow {
    transform: rotate(90deg);
    margin-bottom: 30px;
  }

  /* ３つの取り組み
     --------------------------------------------*/
  .flex-box .img-box.md {
    max-width: 100%;
    margin-top: 30px;
  }

  .flex-box .gray-wrapp {
    max-width: 100%;
    margin-top: 30px;
    padding: 20px 10px;
  }

}

/* ============================================
   スマートフォン
   ============================================ */
@media screen and (max-width: 560px) {

  /* 校長メッセージ
     ============================================ */
  .principal-message figure {
    width: 100%;
  }

  .gray-wrapp ul {
    width: 100%;
    padding: 0;
  }

  .principal-message figure img {
    width: 60%;
    margin: 0 auto;
  }

  /* グローバルリーダー
	 ============================================ */
  /* リーダー教育
	 -------------------------------------------- */
  /* コアスキルcore skill */
  .core-skill-wrapper .power-required .back-dots dd {
    margin-top: 5px;
    width: 100%;
  }
}

/* ============================================
   タブレット ボタン用
   ============================================ */
@media screen and (max-width: 1111px) {
  .btn-area.two-step .c-btn:nth-of-type(n+4) {
  margin-top: 20px;
}
  
}