@charset "UTF-8";

/* ===================================================================== */
/* hero */
/* ===================================================================== */
#hero {
  width: 100%;
  height: 80vh;
  position: relative;
  top: 0;
  left: 0;
  padding-top: 60px;
}
#hero::before,
#hero::after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#hero::before {
  background: url(../images/reskilling_hero.jpg) no-repeat center center;
  background-size: cover;
}
#hero .container {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 1;
}

.main-catch {
  position: absolute;
  transform: translateY(-12%);
  -webkit-transform: translateY(-12%);
  margin: auto;
}
.main-catch h1 {
  color: #00ad5d;
  font-size: 7.2rem;
  font-weight: bold;
  line-height: 1.2;
  max-width: 733px;
}
.main-catch h1 span.h1_small,
.main-catch h1 span.h1_xsmall,
.main-catch h1 span.h1_medium {
  display: block;
}
.main-catch h1 span.h1_small,
.main-catch h1 span.h1_xsmall {
  font-weight: normal;
}
.main-catch h1 span.h1_small {
  font-size: 2.4rem;
}
.main-catch h1 span.h1_xsmall {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.main-catch h1 span.h1_medium {
  font-size: 4.8rem;
  margin-top: 1rem;
}

@media only screen and (max-width: 1024px) {
  #hero::before {
    background-position: center right;
  }
  #hero::after {
    background-color: rgba(0, 0, 0, .5);
  }

  .main-catch {
    left: 0;
    padding: 0 1rem;
    width: 100%;
  }
  .main-catch h1 {
    color: #ffffff;
    font-size: 4.2rem;
    text-align: center;
  }
  .main-catch h1 > span {
    font-size: 2.6rem;
  }
  .main-catch h1 span.h1_small {
    font-size: 2.2rem;
  }
  .main-catch h1 span.h1_xsmall {
    font-size: 1.4rem;
  }
  .main-catch h1 span.h1_medium {
    font-size: 3.8rem;
  }
}

/* ===================================================================== */
/* intro */
/* ===================================================================== */
#intro {
  overflow: hidden;
  padding: 10rem 0;
  position: relative;
  z-index: 12;
}
#intro::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/reskilling_background_intro.jpg") no-repeat right bottom #00ad5d;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#intro::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  left: 0;
}
#intro .container {
  position: relative;
  color: #fff;
  z-index: 1;
}
#intro .title-2 {
  color: #fff;
  margin: 0 0 4rem;
}
#intro .article {
  margin-bottom: 3rem;
}
#intro .article:last-child {
  margin-bottom: 0;
}
#intro .cards_row_card {
  margin: 0;
}
#intro .h3 {
  margin: 0 0 2rem;
}
#intro .figure {
  margin: 0 auto;
  max-width: 750px;
  padding: 0 1rem;
}
#intro .note {
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  #intro {
    padding: 5rem 0;
  }

  #intro .cards {
    margin: 0;
  }

  #intro .h3 {
    font-size: 1.8rem;
  }
}

/* ===================================================================== */
/* program */
/* ===================================================================== */
#program {
  display: block;
  margin-top: -60px;
  overflow: hidden;
  padding-top: 60px;
  position: relative;
  z-index: 11;
}
#program::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/reskilling_background_program.jpg") no-repeat right bottom;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#program::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
}
#program .wrapper {
  position: relative;
  z-index: 1;
}
#program .container {
  position: relative;
}
#program .cards_row_card {
  background: rgba(255, 255, 255, .95);
}
#program .reskilling_program_cover {
  background: url("../images/reskilling_background_program_po.jpg") no-repeat center center;
  background-size: cover;
  border-radius: .5rem;
  margin-bottom: 3rem;
  padding: 4rem 2rem;
}
#program .reskilling_program_cover .h3 {
  margin: 0;
}
#program .figure_reskill-koza {
  margin: 0;
  max-width: 375px;
}
#program .layout_image-text {
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  #program .reskilling_program_cover {
    padding: 1rem;
  }

  #program .reskilling_program_cover .h3 {
    font-size: 1.6rem;
  }

  #program .layout_image-text {
    flex-direction: column;
  }

  #program .layout_image-text .figure {
    margin: 0 0 1rem;
  }
  
  #program .layout_image-text .figure img {
    max-width: 375px;
  }
}

/* ===================================================================== */
/* steps */
/* ===================================================================== */
#steps {
  background-color: #fafafa;
  display: block;
  margin-top: -60px;
  padding-top: 60px;
  position: relative;
  z-index: 9;
}
#steps .steps_process .cards_row {
  margin: 0 1.5rem;
}
#steps .steps_process .cards_row_card {
  margin: 0 1rem;
  overflow: visible;
  padding: 2rem;
  position: relative;
}
#steps .steps_process .cards_row_card::after {
  color: #cccccc;
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  font-size: 2rem;
  position: absolute;
  right: -20px;
  top: 45%;
}
#steps .steps_process .cards_row_card:last-child::after {
  display: none;
}
#steps .steps_process .reskilling_title {
  margin: 0 0 1rem;
}
#steps .steps_process-details {
  margin-top: 4rem;
}
#steps .steps_process-details .cards_row_card {
  border: 1px solid #ebebeb;
  margin: 0 2.5rem;
  padding: 0;
}
#steps .steps_process-details .cards_row_card .cards_row_card_content {
  padding: 3rem;
}
#steps .steps_process-details .reskilling_title {
  padding: 2rem 0;
}
#steps .steps_process-details_step .h3 {
  margin: 0;
  padding: 2rem 0;
}

@media only screen and (max-width: 1024px) {
  #steps .steps_process .cards_row {
    margin: 0;
  }
  #steps .steps_process .cards_row_card {
    margin: 0 0 2.5rem;
    padding: 1rem;
  }
  #steps .steps_process .cards_row_card::after {
    color: #cccccc;
    font-family: "Font Awesome 5 Free";
    content: "\f103";
    font-weight: 900;
    font-size: 2rem;
    position: absolute;
    right: 49%;
    top: auto;
    bottom: -31px;
  }
  #steps .steps_process-details .cards_row {
    flex-direction: row;
  }
  #steps .steps_process-details .cards_row_card {
    margin: 0;
  }
  #steps .steps_process-details .reskilling_title {
    padding: 1rem;
  }
  #steps .steps_process-details .cards_row_card .cards_row_card_content {
    padding: 1rem;
  }
}

/* ===================================================================== */
/* contact-us */
/* ===================================================================== */
#contact-us {
  display: block;
  margin-top: -60px;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}

.contact {
  min-height: 50vh;
  padding-bottom: 9rem;
  padding-top: 0;
}

.contact-form {
  font-size: 1.6rem;
  margin: 0 auto;
  max-width: 428px;
}

/* ===================================================================== */
/* common */
/* ===================================================================== */
.reskilling_b_todo {
  border: 1px solid #00a2ad;
}
.reskilling_b_inprogress {
  border: 1px solid #00ad8c;
}
.reskilling_b_done {
  border: 1px solid #00ad5d;
}

.reskilling_bc_todo {
  background-color: #00a2ad;
}
.reskilling_bc_inprogress {
  background-color: #00ad8c;
}
.reskilling_bc_done {
  background-color: #00ad5d;
}

.reskilling_column {
  border-radius: .5rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
.reskilling_column:last-child {
  margin-bottom: 0;
}
.reskilling_column_content {
  padding: 3rem;
}

.reskilling_border-section-wrap .reskilling_border-section {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.reskilling_border-section-wrap .reskilling_border-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.reskilling_border-section-wrap .reskilling_border-section .h4 {
  margin: 0 0 2rem;
}
.reskilling_border-section-wrap .reskilling_border-section .dl {
  margin-bottom: 2rem;
}
.reskilling_border-section-wrap .reskilling_border-section .dl:last-child {
  margin-bottom: 0;
}
.reskilling_border-section-wrap .reskilling_border-section .dl dt {
  margin-bottom: .5rem;
}
.reskilling_border-section-wrap .reskilling_border-section .dl dd {
  margin-bottom: .5rem;
}
.reskilling_border-section-wrap .reskilling_border-section .dl dd:last-child {
  margin-bottom: 0;
}

.reskilling_title {
  font-size: 3rem;
}
.reskilling_title .reskilling_title_sub {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}

.list li {
  margin: 0 0 .5rem;
  padding-left: 2.1rem;
  text-indent: -2.1rem;
}
.list li:last-child {
  margin: 0;
}

.list-note li {
  padding-left: 1.2rem;
  text-indent: -1.2rem;
}

@media only screen and (max-width: 1024px) {
  .title-2 h2 {
    font-size: 2.8rem;
  }

  .cards_row_card {
    padding: 1rem;
  }

  .reskilling_column_content {
    padding: 3rem 1rem;
  }
}