@charset "Shift_JIS";

/**
 * default.css
 * updatedAt: 2017.05.30
 * updatedAt: 2017.08.18
 */

/*========================================

  .academy-heading

========================================*/
.academy-heading {
  background: #fafafa;
}

/*----------------------------------------
  .academy-heading__feat
----------------------------------------*/
.academy-heading__feat {
  position: relative;
  display: table;
  margin-top: 100px;
  padding: 50px 0;
}
.academy-heading__feat--ttl {
  position: relative;
  display: table-cell;
  padding: 0 35px 0 4.3383947%;
}
.academy-heading__feat--ttl:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 11px;
  height: 100%;
  background: #ea5504;
  content: '';
}
.academy-heading__feat--ttl em {
  font-size: 1.0rem;
}
.academy-heading__feat--ttl h2 {
  text-align: left;
  margin: 0 0 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}
.academy-heading__feat--ttl span {
  font-size: 1.25rem;
  color: #616466;
}
.academy-heading__feat--ttl p {
  color: #616466;
}
.academy-heading__feat--img {
  display: table-cell;
  vertical-align: top;
  width: 24.1865509%;
}

@media(max-width:640px) {
  .academy-heading__feat {
    margin-top: 60px;
    padding: 30px 0;
    width: 100%;
  }
  .academy-heading__feat--ttl {
    padding: 0 30px 0 60px;
	display: block;
  }
  .academy-heading__feat--ttl:before {
    width: 8px;
	margin-left:30px;
  }
  .academy-heading__feat--img {
    display: block;
	width: 100%;
	padding: 0 30px;
	margin: 30px auto 0 auto;
	max-width: 223px;
  }
}

/*----------------------------------------
  .academy-heading__recommend
----------------------------------------*/
.academy-heading__recommend {
  position: relative;
  display: table;
  margin-top: 85px;
}
.academy-heading__recommend:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 11px;
  height: 100%;
  background: #ea5504;
  content: '';
}
.academy-heading__recommend--ttl {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 20px 15px 8.3334%;
}
.academy-heading__recommend--ttl h2 {
  text-align: left;
  margin: 0;
}
.academy-heading__recommend--ttl img {
  min-width: 200px;
  width: 35.8757062%;
}
.academy-heading__recommend--ttl span {
  display: block;
  margin-top: 5px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.4;
}
.academy-heading__recommend--img {
  display: table-cell;
  vertical-align: middle;
  width: 31%;
}

@media (max-width:1280px) {
  .academy-heading__recommend--ttl span {
    font-size: 2.6vw;
  }
}
@media (max-width:640px) {
  .academy-heading__recommend {
    width: 100%;
  }
  .academy-heading__recommend:before {
    width: 8px;
  }
  .academy-heading__recommend--ttl {
    padding: 25px 30px 20px;
  }
  .academy-heading__recommend--ttl span {
    font-size: 16px;
  }
  .academy-heading__recommend--img {
    display: none;
  }
}

/*========================================

  .academy-intro

========================================*/
.academy-intro {
  margin-top: 60px;
}
.academy-intro__anchor {
  font-size: 0.75rem;
}
.academy-intro__anchor:before {
  display: inline-block;
  margin: 0 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #616466;
  content: '';
}


/*========================================

  .academy-feat

========================================*/
.academy-feat {
  margin-top: 70px;
}


/*----------------------------------------
  .academy-feat__img01
----------------------------------------*/
.academy-feat__img01--a {
  float: left;
  width: 51.25%;
}
.academy-feat__img01--dbc {
  float: right;
  width: 48.5%;
}
.academy-feat__img01--b,
.academy-feat__img01--c {
  float: left;
  width: 52.2336769% !important;
}
.academy-feat__img01--c {
  margin-top: 0.515464%;
}
.academy-feat__img01--d {
  float: right;
  width: 47.2508591% !important;
}

@media (max-width:640px) {
  .academy-feat__img01--a,
  .academy-feat__img01--dbc {
    float: none;
    width: auto;
  }
  .academy-feat__img01--dbc {
    margin-top: 0.515464%;
  }
}

/*----------------------------------------
  .academy-feat__imgboxA
----------------------------------------*/
.academy-feat__imgboxA--a {
  float: left;
  width: 66.7028199%;
}

.academy-feat__imgboxA--bc {
  float: right;
  width: 32.9718004%;
}
.academy-feat__imgboxA--bc img + img {
  margin-top: 0.9868421%;
}

@media (max-width:640px) {
  .academy-feat__imgboxA--a,
  .academy-feat__imgboxA--bc {
    float: none;
    width: auto;
  }
  .academy-feat__imgboxA--bc img {
    float: left;
    margin-top: 0.5172413% !important;
    width: 49.7413793%;
  }
  .academy-feat__imgboxA--bc img + img {
    float: right;
  }
}

/*----------------------------------------
  .academy-feat__imgboxB
----------------------------------------*/
img.academy-feat__imgboxB--a {
  float: right;
  width: 66.7028199%;
}
img.academy-feat__imgboxB--b {
  float: left;
  width: 32.9718004%;
}

/*----------------------------------------
  .academy-feat__imgboxC
----------------------------------------*/
.academy-feat__imgboxC {
  margin: 0 auto;
  width: 66.7028199%;
}

@media (max-width:640px) {
  .academy-feat__imgboxC {
    width: auto;
  }
}

/*----------------------------------------
  .academy-feat__imgboxD
----------------------------------------*/
.academy-feat__imgboxD img {
  float: left;
  width: 49.8334%;
}
.academy-feat__imgboxD img + img {
  float: right;
}

@media (max-width:640px) {
  academy-feat__imgboxD img {
    width: 100%;
  }
  .academy-feat__imgboxD img + img {
    margin-top: 0.5172413%;
  }
}

/*----------------------------------------
  .academy-feat__imgboxE
----------------------------------------*/
img.academy-feat__imgboxE--a {
  float: left;
  width: 66.7028199%;
}
img.academy-feat__imgboxE--b {
  float: right;
  width: 32.9718004%;
}


/*========================================

  .academy-message

========================================*/
.academy-message {
  margin-top: 60px;
  padding: 60px 0 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.academy-message__heading {
  text-align: center;
  margin: 0 0 30px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}
.academy-message__imgbox {
  float: left;
  margin: 0 35px 20px 0;
  width: 25.4880694%;
  line-height: 0;
}
.academy-message__imgbox img {
  width: 100%;
  height: auto;
}
.academy-message .cr-text {
  margin-top: -5px;
  margin-bottom: 20px;
}

@media (max-width:640px) {
  .academy-message {
    margin-top: 40px;
    padding: 40px 0 20px;
  }
  .academy-message__imgbox {
    float: none;
    margin: 0 auto 30px;
    width: 50%;
  }
}


/*========================================

  .academy-voice

========================================*/
.academy-voice {
  margin-top: 80px;
  padding: 40px 0 60px;
  width: auto;
  background-image: url(../img/voice.jpg);
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.academy-voice__heading {
  text-align: center;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}
.academy-voice__list {
  padding: 0;
  list-style: none;
  font-size: 0;
}
.academy-voice__list .cr-text {
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
  width: 49.8915401%;
  color: #333 !important;
  letter-spacing: -0.02em;
}
.academy-voice__list li:nth-child(even) {
  margin-left: 3.4707158%;
  width: 46.637744%;
}
.academy-voice__list span {
  font-size: 0.875rem;
  color: #333 !important;
}

@media (max-width:640px) {
  .academy-voice {
    margin-top: 40px;
    padding: 40px 0 40px;
    background-size: 250% auto;
  }
  .academy-voice__list .cr-text,
  .academy-voice__list li:nth-child(even) {
    display: block;
    margin-left: 0;
    width: auto;
  }
  .academy-voice__list span {
    display: block;
  }
}


/*========================================

  .academy-recommend

========================================*/
.academy-recommend {
  margin-top: 70px;
}
.academy-recommend.cr-inner {
  max-width: 1000px;
}
.academy-heading + .academy-recommend {
  margin-top: 50px;
}
.academy-recommend__heading {
  margin: 0;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.2;
  color: #616466 !important;
}
.academy-recommend__heading span {
  font-size: 0.8em;
  color: #616466 !important;
}
.academy-recommend__heading + .cr-text {
  margin-top: 20px;
}
.academy-recommend .cr-heading + .cr-text {
  margin-top: 25px;
}

/*----------------------------------------
  .academy-recommend__tags
----------------------------------------*/
.academy-recommend__tags {
  margin: 0;
  padding: 0;
  list-style: none;
}
.academy-recommend__tags li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 5px;
  padding: 2px 5px 1px;
  font-size: 0.875rem;
  color: #111;
  line-height: 1.2;
  border-style: solid;
  border-width: 1px;
}
.academy-recommend__tags li:last-child {
  margin-right: 0;
}
.academy-recommend__tags + .academy-recommend__heading {
  margin-top: 20px;
}
li.academy-recommend__tags--beginner {
  background-color: #f9e575;
  border-color: #f9e575;
}
li.academy-recommend__tags--elementary {
  background-color: #a8db39;
  border-color: #a8db39;
}
li.academy-recommend__tags--intermediate {
  background-color: #39dbcf;
  border-color: #39dbcf;
}
li.academy-recommend__tags--exp {
  background-color: #ffce7d;
  border-color: #ffce7d;
}
li.academy-recommend__tags--lecturer {
  color: #6b4650;
  border-color: #ec9717;
  letter-spacing: -0.02em;
}
li.academy-recommend__tags--free {
  color: #5887ab;
  border-color: #5887ab;
}
li.academy-recommend__tags--content {
  border-color: #a2bbea;
}

/*----------------------------------------
  .academy-recommend01
----------------------------------------*/
.academy-recommend01__imgbox {
  vertical-align: middle;
  width: 38.8%;
}
.academy-recommend01__txtbox {
  vertical-align: middle;
  margin-left: 3.5%;
  width: 57.7%;
}

@media (max-width:640px) {
  .academy-recommend01__imgbox {
    display: block;
    width: auto;
  }
  .academy-recommend01__txtbox {
    display: block;
    margin: 15px 0 0;
    width: auto;
  }
}

/*----------------------------------------
  .academy-recommend02
----------------------------------------*/
.academy-recommend02 {
  margin-top: 45px;
}
.academy-recommend02__item {
  margin-left: 3.5%;
  width: 30.9%;
}
.academy-recommend02__item:first-child {
  margin-left: 0%;
}
.academy-recommend02__item strong {
  display: block;
  text-align: center;
  padding: 7px 5px 6px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  background: #616466;
}
.academy-recommend02__item .cr-imgbox {
  margin-bottom: 15px;
}
.academy-recommend02__note {
  margin-top: 30px;
  font-size: 0.875rem !important;
  line-height: 1.4 !important;
  color: #616466 !important;
}

@media (max-width:640px) {
  .academy-recommend02 {
    margin-top: 30px;
  }
  .academy-recommend02__item {
    display: block;
    margin: 30px 0 0;
    width: auto;
  }
  .academy-recommend02__item strong {
    padding: 10px 5px 9px;
  }
}

/*----------------------------------------
  .academy-recommend03
----------------------------------------*/
.academy-recommend03__item {
  margin-left: 1%;
  width: 19.16667%;
}
.academy-recommend03__item:first-child {
  margin-left: 0%;
}
.academy-recommend03__item:nth-child(2),
.academy-recommend03__item:last-child {
  margin-left: 0.916667%;
}
.academy-recommend03__item strong {
  display: block;
  text-align: center;
  padding: 20px 5px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background: #ea5504;
}
.academy-recommend03__item strong:before {
  display: inline-block;
  margin-right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  content: '';
}

@media (max-width:640px) {
  .academy-recommend03__item,
  .academy-recommend03__item:nth-child(2) {
    margin: 2.0689655% 0 0 2.0689655%;
    width: 48.9655172%;
  }
  .academy-recommend03__item:nth-child(1),
  .academy-recommend03__item:nth-child(2) {
    margin-top: 0;
  }
  .academy-recommend03__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .academy-recommend03__item strong {
    padding: 15px 5px;
    font-size: 1.0rem;
  }
}



/*.cr-shareButton {
  font-size: 0;
}
.cr-shareButton__item {
  display: inline-block;
  margin-left: 29px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.cr-shareButton__item:first-child {
  margin-left: 0;
}*/