@charset "UTF-8";
/* -----------------------------------------------------------
専科 Webデザイナー専攻 オンライン受講スタート
専門実践教育訓練給付金ページ 個別CSS
----------------------------------------------------------- */

.reskill-kv {
  background: url(/asset/special/images/img_reskill.jpg) no-repeat right center #fff;
  background-size: cover;
}

@media (max-width: 768px) {
  .reskill-kv {
    background: url(/asset/special/images/img_reskill_sp.jpg) no-repeat right center #fff;
    background-size: auto 100%;
  }
}

.reskill-kv .special-mainvisual_inner {
  max-width: 1120px;
  height: 420px;
}

.reskill-kv .special-mainvisual_title {
  line-height: 1.55em;
  letter-spacing: .08em;
}

.reskill-introduction {
  background: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
}

.reskill-introduction .md-introduction_txt {
  max-width: 960px;
  margin: 0 auto;
  color: #555;
  font-size: 15px;
  line-height: 2.2em;
}

.reskill-introduction .reskill-highlight {
  color: #ff9900;
  font-weight: bold;
}

.reskill-wrap {
  background: #ededed;
  padding: 0 0 85px;
}

.reskill-section-head {
  background: #737f82;
  height: 185px;
  padding-top: 54px;
  color: #fff;
  text-align: center;
}

.reskill-section-head_en {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1.1em;
  letter-spacing: .09em;
  font-weight: normal;
  color: rgba(255, 255, 255, .88);
}

.reskill-section-head_jp {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4em;
}

.reskill-card {
  width: calc(100% - 120px);
  max-width: 1120px;
  margin: -60px auto 0;
  padding: 72px 100px 88px;
  background: #fff;
}

.reskill-anc {
  margin-bottom: 78px;
}

.reskill-anc_list {
  display: flex;
  border: 1px solid #d8d8d8;
}

.reskill-anc_item {
  width: 25%;
  border-left: 1px solid #d8d8d8;
}

.reskill-anc_item:first-child {
  border-left: 0;
}

.reskill-anc_link {
  display: block;
  padding: 17px 8px;
  color: #555;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  position: relative;
}

.reskill-anc_link:after {
  content: '›';
  margin-left: 9px;
  color: #999;
}

.reskill-block {
  max-width: 920px;
  margin: 0 auto 95px;
}

.reskill-block:last-child {
  margin-bottom: 0;
}

.reskill-block.is-wide {
  max-width: 100%;
}

.reskill-label {
  display: table;
  margin: 0 auto 18px;
  padding: 5px 22px 4px;
  border-radius: 20px;
  background: #ff9900;
  color: #fff;
  font-size: 11px;
  line-height: 1.4em;
  letter-spacing: .08em;
  text-align: center;
}

.reskill-title {
  margin: 0 0 44px;
  color: #333;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.75em;
  letter-spacing: .08em;
  text-align: center;
}

.reskill-text {
  margin-bottom: 34px;
  color: #444;
  font-size: 15px;
  line-height: 2.25em;
}

.reskill-text:last-child {
  margin-bottom: 0;
}

.reskill-orange {
  color: #ff9900;
  font-weight: bold;
}

.reskill-point {
  margin-top: 42px;
  padding: 42px 58px;
  border: 1px solid #999;
  background: #fff;
}

.reskill-point_title {
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6em;
  text-align: center;
}

.reskill-grant_item {
  padding: 23px 0;
  border-top: 1px solid #e4e4e4;
  color: #444;
  font-size: 15px;
  line-height: 2.0em;
}

.reskill-grant_item:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.reskill-grant_item:last-child {
  padding-bottom: 0;
}

.reskill-price-box {
  margin-top: 42px;
  border: 1px solid #d5d5d5;
  background: #fff;
}

.reskill-price_head {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.15fr;
  background: #737f82;
  color: #fff;
}

.reskill-price_head span {
  padding: 17px 14px;
  border-left: 1px solid rgba(255, 255, 255, .25);
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reskill-price_head span:first-child {
  border-left: 0;
}

.reskill-price_body {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.15fr;
  align-items: stretch;
}

.reskill-price_cell {
  display: flex;
  min-height: 125px;
  padding: 26px 20px;
  border-left: 1px solid #e2e2e2;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 16px;
  line-height: 1.7em;
  text-align: center;
}

.reskill-price_cell:first-child {
  border-left: 0;
  justify-content: flex-start;
  text-align: left;
}

.reskill-price_course {
  font-size: 17px;
  font-weight: bold;
}

.reskill-price_small {
  display: block;
  margin-top: 5px;
  color: #666;
  font-size: 13px;
  font-weight: normal;
}

.reskill-price_amount {
  color: #ff5a00;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: .03em;
}

.reskill-note {
  margin-top: 20px;
  color: #777;
  font-size: 13px;
  line-height: 1.9em;
}

.reskill-check_list {
  margin-top: 36px;
  border-top: 1px solid #e3e3e3;
}

.reskill-check_item {
  position: relative;
  padding: 20px 0 20px 34px;
  border-bottom: 1px solid #e3e3e3;
  color: #444;
  font-size: 15px;
  line-height: 1.9em;
}

.reskill-check_item:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 4px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #ff9900;
  border-bottom: 2px solid #ff9900;
  transform: rotate(-45deg);
}

.reskill-flow {
  margin-top: 40px;
  border-top: 1px solid #dfdfdf;
}

.reskill-flow_item {
  display: flex;
  padding: 32px 0;
  border-bottom: 1px solid #dfdfdf;
}

.reskill-flow_num {
  width: 128px;
  flex: 0 0 128px;
  color: #ff9900;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.6em;
}

.reskill-flow_num strong {
  display: block;
  font-size: 24px;
  line-height: 1.2em;
}

.reskill-flow_body {
  flex: 1 1 auto;
}

.reskill-flow_title {
  margin-bottom: 8px;
  color: #333;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6em;
}

.reskill-flow_txt {
  color: #555;
  font-size: 14px;
  line-height: 2.0em;
}

.reskill-outline_btn {
  display: inline-block;
  min-width: 430px;
  max-width: 100%;
  padding: 18px 48px;
  border: 1px solid #cfcfcf;
  color: #333;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  position: relative;
}

.reskill-outline_btn:after {
  content: '›';
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -11px;
  color: #999;
  font-size: 18px;
  line-height: 1em;
}

.reskill-cv {
  background: #ededed;
  padding: 42px 20px 65px;
  text-align: center;
}

.reskill-cv .md-cv_list {
  margin: 0 auto;
}

.reskill-bottom-nav {
  padding: 68px 20px 82px;
  background: #fff;
  text-align: center;
}

.reskill-bottom-title {
  margin-bottom: 30px;
  color: #333;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7em;
  letter-spacing: .08em;
}

.reskill-bottom-list {
  display: flex;
  justify-content: center;
  gap: 26px;
}

.reskill-bottom-item {
  width: 185px;
  height: 118px;
  background: #737f82;
}

.reskill-bottom-link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.6em;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .reskill-card {
    width: calc(100% - 60px);
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 768px) {
  .reskill-kv .special-mainvisual_inner {
    height: 255px;
  }

  .reskill-introduction {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .reskill-introduction .md-introduction_txt {
    font-size: 13px;
    line-height: 1.9em;
  }

  .reskill-wrap {
    padding-bottom: 45px;
  }

  .reskill-section-head {
    height: 138px;
    padding-top: 42px;
  }

  .reskill-section-head_en {
    font-size: 25px;
  }

  .reskill-card {
    width: calc(100% - 30px);
    margin-top: -42px;
    padding: 38px 22px 45px;
  }

  .reskill-anc {
    margin-bottom: 42px;
  }

  .reskill-anc_list {
    flex-wrap: wrap;
  }

  .reskill-anc_item {
    width: 50%;
    border-bottom: 1px solid #d8d8d8;
  }

  .reskill-anc_item:nth-child(odd) {
    border-left: 0;
  }

  .reskill-anc_item:nth-child(n+3) {
    border-bottom: 0;
  }

  .reskill-anc_link {
    font-size: 12px;
  }

  .reskill-block {
    margin-bottom: 58px;
  }

  .reskill-title {
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 1.65em;
    text-align: left;
  }

  .reskill-label {
    margin-left: 0;
    margin-right: 0;
  }

  .reskill-text {
    font-size: 13px;
    line-height: 1.9em;
  }

  .reskill-point {
    padding: 24px 20px;
  }

  .reskill-point_title {
    font-size: 16px;
    text-align: left;
  }

  .reskill-grant_item {
    font-size: 13px;
  }

  .reskill-price_head,
  .reskill-price_body {
    display: block;
  }

  .reskill-price_head {
    display: none;
  }

  .reskill-price_cell {
    min-height: 0;
    padding: 17px 16px;
    border-left: 0;
    border-top: 1px solid #e2e2e2;
    justify-content: space-between;
    text-align: right;
  }

  .reskill-price_cell:first-child {
    border-top: 0;
    justify-content: flex-start;
    text-align: left;
  }

  .reskill-price_cell:before {
    content: attr(data-label);
    margin-right: 15px;
    color: #777;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
  }

  .reskill-price_cell:first-child:before {
    display: none;
  }

  .reskill-price_amount {
    font-size: 24px;
  }

  .reskill-check_item {
    font-size: 13px;
  }

  .reskill-flow_item {
    display: block;
    padding: 24px 0;
  }

  .reskill-flow_num {
    width: auto;
    margin-bottom: 8px;
  }

  .reskill-flow_num strong {
    display: inline;
    margin-left: 4px;
    font-size: 16px;
  }

  .reskill-flow_title {
    font-size: 15px;
  }

  .reskill-outline_btn {
    min-width: 0;
    width: 100%;
    padding-left: 28px;
    padding-right: 38px;
  }

  .reskill-bottom-list {
    display: block;
  }

  .reskill-bottom-item {
    width: 100%;
    max-width: 260px;
    height: 74px;
    margin: 0 auto 8px;
  }
}

.reskill-system {
  display: flex;
  gap: 32px;
  margin: 42px 0;
}

.reskill-system_item {
  width: 50%;
  padding: 34px 32px;
  border: 1px solid #d8d8d8;
  background: #fff;
}

.reskill-system_label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 4px 16px;
  background: #737f82;
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: .08em;
}

.reskill-system_title {
  margin-bottom: 18px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6em;
}

.reskill-system_text {
  color: #555;
  font-size: 14px;
  line-height: 2.0em;
}

@media screen and (max-width: 768px) {
  .reskill-system {
    display: block;
    margin: 28px 0;
  }

  .reskill-system_item {
    width: 100%;
    padding: 24px 20px;
    margin-bottom: 18px;
  }

  .reskill-system_title {
    font-size: 16px;
  }

  .reskill-system_text {
    font-size: 13px;
    line-height: 1.9em;
  }
}

.reskill-flow_btn {
  margin-top: 20px;
}

.reskill-flow_cvbtn {
  display: inline-flex;
  min-width: 300px;
  min-height: 50px;
  padding: 14px 58px 14px 26px;
  border: 1px solid #333;
  background: #fff;
  color: #333 !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: opacity .3s, background-color .3s;
}

.reskill-flow_cvbtn:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  width: 48px;
  height: calc(100% + 2px);
  background: #ff9900;
}

.reskill-flow_cvbtn:after {
  content: '›';
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -11px;
  color: #fff;
  font-size: 22px;
  line-height: 1em;
}

.reskill-flow_cvbtn:hover {
  opacity: .75;
}

@media screen and (max-width: 768px) {
  .reskill-flow_cvbtn {
    width: 100%;
    min-width: 0;
    padding: 13px 54px 13px 20px;
    font-size: 13px;
  }
}

.reskill-logo {
  margin: 0 auto 28px;
  text-align: center;
}

.reskill-logo img {
  width: 260px;
  max-width: 70%;
  height: auto;
}