@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

/* オレンジ・グレーのtable */
/* リンクの右下のボタン */
/* 吹き出し＋写真の一覧 */
/* 吹き出し＋写真の一覧（青色） */
/* オレンジ背景の吹き出し */
/* 入試スケジュール */
/* WordPressの入力欄スタイル */
/* 学びの特長 */
.learning_page .lead_section {
  margin-top: 55px; }
  .learning_page .lead_section .lead_text {
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 2; }
    @media only screen and (max-width: 500px) {
      .learning_page .lead_section .lead_text {
        font-size: 14px;
        line-height: 2.28; } }

.learning_page .feature_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  gap: 2em; }
  @media only screen and (max-width: 900px) {
    .learning_page .feature_ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 60px 0; } }

.learning_page .feature_li {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;}
  @media only screen and (max-width: 900px) {
    .learning_page .feature_li {
      width: 100%;
      max-width: 350px;
      margin: auto; } }
.learning_page .feature_li .feature_img {
    border-radius: 10px; }

.learning_page .feature_li .feature_li_left {
	width: 15%;
}
.learning_page .feature_li .feature_li_left .number {
	  color: #FF8C00;
	  font-size: 4em;
	  text-align: center;
}
.learning_page .feature_li .feature_li_right {
	width: 85%;
}
@media only screen and (max-width: 900px) {
	.learning_page .feature_li {
		flex-direction: column;
	}
	.learning_page .feature_li .feature_li_left,
	.learning_page .feature_li .feature_li_right {
		width: auto;
	}
	    
}

  .learning_page .feature_li .title {
    margin-top: 25px;
    color: #111;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7; }
    @media only screen and (max-width: 500px) {
      .learning_page .feature_li .title {
        font-size: 16px; } }
  .learning_page .feature_li .exp {
    margin-top: 10px;
    line-height: 2; }
    @media only screen and (max-width: 500px) {
      .learning_page .feature_li .exp {
        font-size: 14px;
        line-height: 2.28; } }
  .learning_page .feature_li:last-of-type .title {
    letter-spacing: -0.03em; }
    @media only screen and (max-width: 900px) {
      .learning_page .feature_li:last-of-type .title {
        letter-spacing: 0; } }

.lead_message {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 2;
    color: #FF8C00;
    text-align: center; }
    @media only screen and (max-width: 900px) {
      .lead_message {
        text-align: left; } }
    @media only screen and (max-width: 500px) {
      .lead_message {
        font-size: 18px; } }
    @media only screen and (max-width: 900px) {
      .lead_message {
        display: none; } }



.learning_page .example_section {
  margin-top: 140px; }
  @media only screen and (max-width: 500px) {
    .learning_page .example_section {
      margin-top: 100px; } }
  .learning_page .example_section .lead_message {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 2;
    color: #FF8C00;
    text-align: center; }
    @media only screen and (max-width: 900px) {
      .learning_page .example_section .lead_message {
        text-align: left; } }
    @media only screen and (max-width: 500px) {
      .learning_page .example_section .lead_message {
        font-size: 18px; } }
    @media only screen and (max-width: 900px) {
      .learning_page .example_section .lead_message .pc_br {
        display: none; } }
  .learning_page .example_section .example_fukidashi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-weight: 600;
    text-align: center; }
    .learning_page .example_section .example_fukidashi .fukidashi_left {
      width: 9px;
      height: 18px;
      margin-right: 7px; }
    .learning_page .example_section .example_fukidashi .fukidashi_right {
      width: 9px;
      height: 18px;
      margin-left: 7px; }
    @media only screen and (max-width: 500px) {
      .learning_page .example_section .example_fukidashi {
        margin-top: 25px; } }
  .learning_page .example_section .new_sweets_fukidashi {
    position: relative;
    background-color: #FAFAFA;
    margin: 10px auto 0;
    padding: 11px 0;
    border-radius: 10px;
    max-width: 800px; }
    @media only screen and (max-width: 500px) {
      .learning_page .example_section .new_sweets_fukidashi {
        padding: 16px 0; } }
    .learning_page .example_section .new_sweets_fukidashi::before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -15px;
      border: 15px solid transparent;
      border-top: 15px solid #FAFAFA; }
  .learning_page .example_section .new_sweets_text {
    color: #FF8C00;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.7; }
    @media only screen and (max-width: 500px) {
      .learning_page .example_section .new_sweets_text {
        font-size: 18px; } }
    .learning_page .example_section .new_sweets_text .sp_br {
      display: none; }
      @media only screen and (max-width: 500px) {
        .learning_page .example_section .new_sweets_text .sp_br {
          display: block; } }
  .learning_page .example_section .new_sweets_img {
    display: block;
    max-width: 850px;
    width: 100%;
    margin: auto; }
    @media only screen and (max-width: 500px) {
      .learning_page .example_section .new_sweets_img {
        margin-top: 10px; } }

.learning_page .message_section {
  margin: 100px auto 150px;
  padding: 60px 0 50px;
  background-color: #FAFAFA;
  border-radius: 30px; }
  @media only screen and (max-width: 950px) {
    .learning_page .message_section {
      padding: 50px 0; } }
  .learning_page .message_section .message_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 89.2%;
    margin: auto; }
    @media only screen and (max-width: 950px) {
      .learning_page .message_section .message_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media only screen and (max-width: 500px) {
      .learning_page .message_section .message_inner {
        width: 81%; } }
  .learning_page .message_section .teacher_img {
    width: 19.3%;
    border-radius: 10px; }
    @media only screen and (max-width: 950px) {
      .learning_page .message_section .teacher_img {
        width: 100%;
        max-width: 200px;
        display: block;
        margin: auto; } }
    @media only screen and (max-width: 500px) {
      .learning_page .message_section .teacher_img {
        width: 165px; } }
  .learning_page .message_section .right_area {
    width: 75.5%; }
    @media only screen and (max-width: 950px) {
      .learning_page .message_section .right_area {
        width: 100%; } }
  .learning_page .message_section .index_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.6; }
    @media only screen and (max-width: 950px) {
      .learning_page .message_section .index_area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px; } }
    @media only screen and (max-width: 500px) {
      .learning_page .message_section .index_area {
        font-size: 18px; } }
    .learning_page .message_section .index_area .message_en {
      color: #FF8C00;
      margin-right: 1em; }
      @media only screen and (max-width: 950px) {
        .learning_page .message_section .index_area .message_en {
          margin-bottom: 5px; } }
  .learning_page .message_section .message {
    margin-top: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 2.5; }
    @media only screen and (max-width: 500px) {
      .learning_page .message_section .message {
        font-size: 12px;
        line-height: 2.3;
        font-weight: 500; } }
  .learning_page .message_section .name {
    margin-top: 5px;
    text-align: right;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 950px) {
      .learning_page .message_section .name {
        margin-top: 20px; } }
    @media only screen and (max-width: 500px) {
      .learning_page .message_section .name {
        font-size: 14px; } }
    .learning_page .message_section .name .bold_text {
      font-weight: 600;
      margin-right: 1em; }
