@charset "UTF-8";

/* ===================================================================== */
/* key-visual */
/* ===================================================================== */
#key-visual {
  background: url(../images/key_visual_index.jpg) no-repeat center top;
  background-size: cover;
  height: 630px;
  padding: 16rem 0 10rem;
}

#key-visual .main-catch img {
  height: 110px;
}
#key-visual .main-catch .h1 {
  font-size: 2.4rem;
  margin: 4rem 0;
}
#key-visual .main-catch .h1 .h1_small {
  font-size: 2rem;
  font-weight: 400;
}
#key-visual .main-catch .button {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  #key-visual {
    height: 644px;
    padding: 14.4rem 0 10rem;
  }
  #key-visual .main-catch .h1 {
    text-align: center;
  }
  #key-visual .main-catch .button {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 430px) {
  #key-visual {
    height: 629px;
  }
  
  #key-visual .main-catch {
    top: 0;
  }
}

/* ===================================================================== */
/* about */
/* ===================================================================== */
#about {
  background: url(../images/dasca/about_bg.jpg) #003c71 no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}

@media only screen and (max-width: 1024px) {
  #about .right-text-side {
    flex-direction: column;
  }

  #about .right-text-side_title {
    margin-right: 0;
    width: inherit;
  }
}

@media only screen and (max-width: 430px) {
  #about {
    background-size: 290px;
  }
}

/* ===================================================================== */
/* client */
/* ===================================================================== */
#client .article_content .article .article_content {
  align-items: center;
  display: flex;
}

#client .article_content .article .article_content figure {
  flex-shrink: 0;
  max-width: 150px;
}

#client .article_content .article .article_content p {
  margin: 0 0 0 5rem;
}

@media only screen and (max-width: 430px) {
  #client .h2 {
    font-size: 3rem;
  }

  #client .article_content .article .article_content {
    align-items: flex-start;
    flex-direction: column;
  }

  #client .article_content .article .article_content figure {
    max-width: inherit;
    width: 100%;
  }
  #client .article_content .article .article_content figure img {
    display: block;
    margin: 0 auto;
    max-width: 150px;
  }

  #client .article_content .article .article_content p {
    margin: 2rem 0 0;
  }
}

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

#reskilling .h2_small {
  font-size: 2.4rem;
}

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

#reskilling .h3 {
  color: #333333;
  font-size: 2rem;
  margin-bottom: 2rem;
}

#reskilling .h3_clock::before,
#reskilling .h3_graduation::before,
#reskilling .h3_school::before {
  color: #A6BEE9;
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-size: 5rem;
  margin-bottom: 1rem;
}
#reskilling .h3_clock::before {
  content: '\f017';
}
#reskilling .h3_graduation::before {
  content: '\f19d';
}
#reskilling .h3_school::before {
  content: '\f549';
}

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

/* ===================================================================== */
/* learning */
/* ===================================================================== */
#learning {
  background: url(../images/dasca/learning_bg.jpg) #205DC9 no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}

#learning .h2_small {
  font-size: 2.4rem;
}

#learning .article .article_content {
  margin-bottom: 10rem;
}
#learning .article .article_content:last-child {
  margin-bottom: 0;
}

#learning .left-text-side_figure,
#learning .right-text-side_figure {
  width: 354px;
}

#learning .left-text-side_figure {
  margin-left: 5rem;
}
#learning .right-text-side_figure {
  margin-right: 5rem;
}

#learning h3 {
  margin: 0 0 3rem;
}

@media only screen and (max-width: 430px) {
  #learning {
    background-size: 294px;
  }

  #learning .h3 {
    font-size: 2.6rem;
    margin-bottom: 3rem;
    text-align: center;
  }

  #learning .right-text-side_figure,
  #learning .left-text-side_figure {
    margin: 3rem 0 0;
    width: 100%;
  }
}

/* ===================================================================== */
/* training */
/* ===================================================================== */
#training .h3 {
  font-size: 2.4rem;
  margin: 1rem 0 0;
}

#training .article_content_article p {
  font-size: 1.6rem;
  margin: 0 0 2rem;
}
#training .article_content_article p:last-child {
  margin: 0;
}

#training .column .fs_small {
  font-size: 1.4rem;
}

@media only screen and (max-width: 430px) {
  #training .h2 {
    font-size: 2.8rem;
  }
}

/* ===================================================================== */
/* trainer */
/* ===================================================================== */
#trainer .right-text-side {
  align-items: flex-start;
}

#trainer .right-text-side_figure {
  margin-right: 5rem;
  width: 200px;
}

#trainer .article_content_article {
  font-size: 1.6rem;
}

#trainer .article_content_article .fs_small {
  font-size: 1.4rem;
}

#trainer .column {
  background-color: #fff;
  border: none;
}

@media only screen and (max-width: 430px) {
  #trainer .right-text-side {
    flex-direction: column;
  }

  #trainer .right-text-side_figure {
    margin: 0 auto 5rem;
  }

  #trainer .right-text-side_text .h3 {
    text-align: center;
  }
}

/* ===================================================================== */
/* flow */
/* ===================================================================== */
#flow .h2_small {
  font-size: 2.4rem;
}

#flow .cards {
  align-items: stretch;
}

#flow .cards_card_content {
  height: 100%;
}
#flow .cards_card_content p {
  font-size: 1.6rem;
}

#flow .h3 {
  color: #A6BEE9;
  font-size: 4rem;
  margin-bottom: 2rem;
}
#flow .h3_small {
  display: block;
  font-size: 2rem;
}