@charset "UTF-8";

/* ===================================================================== */
/* key-visual */
/* ===================================================================== */
#key-visual {
  background: url(../images/lp_kv_bg.jpg) no-repeat center;
  background-size: cover;
  height: inherit;
  top: 0;
}
#key-visual .main-catch .main-catch_text .h1 .h1_section {
  display: block;
}
#key-visual .main-catch .main-catch_text .h1 .h1_section.h1_small {
  font-size: 2.5rem;
  line-height: 1.5;
}

@media only screen and (max-width: 430px) {
  #key-visual .container {
    align-items: center;
    display: flex;
  }
  #key-visual .container .main-catch {
    top: 0;
  }
  #key-visual .container .main-catch .button a {
    font-size: 1.6rem;
    padding: 2rem;
  }
}

/* ===================================================================== */
/* trainer */
/* ===================================================================== */
#trainer .cards_card_content .h3 {
  font-size: 2.4rem;
}

/* ===================================================================== */
/* training */
/* ===================================================================== */
#training .article_content-training {
  padding-bottom: 5rem;
}
#training .article_content-training:last-child {
  padding-bottom: 0;
}

/* ===================================================================== */
/* reskilling */
/* ===================================================================== */
#reskilling {
  background: url(../images/lp_reskilling_bg.jpg) #F5F5F5 no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}

#reskilling .cards_card_content {
  font-size: 1.6rem;
}

#reskilling .h3 {
  font-size: 2rem;
}

#reskilling .h3_headset::before,
#reskilling .h3_chalkboard::before,
#reskilling .h3_id-card::before {
  color: #94A9D0;
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-size: 5rem;
  margin-bottom: 1rem;
}
#reskilling .h3_headset::before {
  content: '\f590';
}
#reskilling .h3_chalkboard::before {
  content: '\f51b';
}
#reskilling .h3_id-card::before {
  content: '\f2c2';
}

@media only screen and (max-width: 430px) {
  #reskilling .h2_small {
    font-size: 1.8rem;
  }
}

/* ===================================================================== */
/* review */
/* ===================================================================== */
#review {
  background: url(../images/lp_review_bg.jpg) #205DC9 no-repeat center top;
  background-attachment: fixed;
}

/* ===================================================================== */
/* odde */
/* ===================================================================== */
#odde {
  background: url(../images/lp_odde_bg.jpg) #333333 no-repeat center top;
  background-attachment: fixed;
}
#odde .left-text-side {
  align-items: flex-start;
}
#odde .left-text-side_text,
#odde .left-text-side_figure {
  font-size: 1.4rem;
}
#odde .left-text-side_figure {
  list-style: none;
  text-align: center;
}
#odde .left-text-side_figure dt {
  margin-bottom: 2rem;
}
#odde .left-text-side_figure dt img {
  margin: 0 auto;
  width: 144px;
}
#odde .left-text-side_figure dd {
  background: #ffdc66;
  border-radius: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 1rem;
}
#odde .left-text-side_figure dd:last-child {
  margin-bottom: 0;
}
#odde .button a {
  background: #FFD100;
  color: #333;
  font-size: 2rem;
}

@media only screen and (max-width: 1024px) {
  #odde .left-text-side {
    flex-direction: column-reverse;
  }
  #odde .left-text-side_figure {
    margin: 0 auto 5rem;
    max-width: 100%;
  }
  #odde .button {
    text-align: center;
  }
}

/* ===================================================================== */
/* common */
/* ===================================================================== */
@media only screen and (max-width: 430px) {
  .button a {
    font-size: 1.6rem;
    padding: 2rem;
  }
}