/* フォントカラー */
:root {
  /* セクション見出し */
  --heading-color: #101828;
  /* セクション小見出し */
  --sub-heading-color: #4A5565;
  /* 文章 */
  --paragraph-color: #364153;
  /* アイコン */
  --icon-color: #FFFFFF;
  /* コンテンツの見出し */
  --content-color: #D25D0A;
  /* コンテンツの中の文章 */
  --content-paragraph-color: #1E2939;
  /* コンポーネント */
  --component-color: #FC9015;
}

/* 共通コンポーネント */
.section_heading {
  font-family: var(--NotoSans);
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0;
  color: var(--heading-color);
  text-align: center;
  padding-top: 9.6rem;
}

.sub_heading {
  font-family: var(--NotoSans);
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--sub-heading-color);
  text-align: center;
  margin-top: 1.6rem;
  margin-bottom: 6.7rem;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

/* リスキリングとは */
.about {
  display: flex;
  gap: 4.8rem;
  width: 123.2rem;
  max-width: 100%;
  background-color: #FFFFFF;
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
  margin-left: auto;
  margin-right: auto;
}

.about_text_area {
  padding-top: 0rem;
  margin-top: 7rem;
}

.about_text_area .section_heading {
  position: relative;
  text-align: left;
  padding-top: 0;
  padding-left: 0.4rem;
}

.about_text_area .section_heading::before {
  content: "";
  position: absolute;
  /* top: 1rem; */
  left: -2.6rem;
  display: block;
  width: 0.8rem;
  height: 4.8rem;
  border-left: 0.8rem solid var(--component-color);
}

.about_text {
  width: 61.6rem;
  font-family: var(--NotoSans);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.625;
  margin-top: 3.2rem;
}

.about_image_area {
  position: relative;
  height: 38.4rem;
  /* border-radius: 3rem; */
  /* overflow: hidden; */
}

.about_image_area img {
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  overflow: hidden;
}

.about_float {
  position: absolute;
  /* top: 24.2rem; */
  right: -2rem;
  display: block;
  width: 29.286rem;
  height: 13.6rem;
  background-color: var(--component-color);
  border-radius: 1.6rem;
  bottom: -4rem;
}

.about_float p {
  font-family: var(--NotoSans);
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.333;
  letter-spacing: 0;
  color: var(--icon-color);
  margin-top: 2.2rem;
  padding-left: 3.2rem;
}

.about_float p span {
  font-weight: 900;
  font-size: 3.6rem;
  text-align: left;
}

/* プログラムの特徴 */
.feature {
  /* background-image: linear-gradient(180deg, #F9FAFB 0%, #FFFFFF 100%), url(../img/features.jpg); */
  /* background-repeat: no-repeat; */
  /* background-size: 50%; */
  /* background-position: right; */
  /* padding-bottom: 9.6rem; */
  /* background-image: url(../img/features.jpg); */
  /* background-image: linear-gradient(180deg, #F9FAFB 0%, #FFFFFF 100%),
    url(../img/features.jpg); */
  /* background-repeat:
    no-repeat,
    no-repeat; */
  /* background-size:
    auto,
    50%; */
  /* background-position:
    center,
    right; */
  /* padding-bottom: 9.6rem; */
  /* background: linear-gradient(180deg, #F9FAFB 0%, #FFFFFF 100%),
    url(../img/features.jpg) no-repeat right / 50%; */
}

.feature .section_heading {
  margin-top: -1rem;
}

.feature .sub_heading {
  margin-top: 2.1rem;
}

.feature_list {
  width: 128rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.feature_list li {
  display: block;
  width: 62.4rem;
  height: 18.4rem;
  font-family: var(--NotoSans);
  background-color: var(--icon-color);
  border-radius: 1.6rem;
  border-top: 0.4rem solid var(--component-color);
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.feature_list li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 6.4rem;
  font-weight: 900;
  font-size: 3rem;
  color: var(--icon-color);
  background-color: var(--component-color);
  border-radius: 1.4rem;
  margin-top: 3.6rem;
  margin-left: 3.2rem;
  margin-bottom: 2.4rem;
}

.feature_list li p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 3.2rem;
}

/* 各コース内容 */
.course {
  background-color: var(--icon-color);
  padding-bottom: 9.639rem;
}

.course .section_heading {
  margin-top: -0.8rem;
}

.course .sub_heading {
  margin-top: 2.1rem;
}

.course_image_list {
  width: 128rem;
  list-style: none;
  display: flex;
  gap: 1.6rem;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 6.361rem;
  margin-left: auto;
  margin-right: auto;
}

.course_image_list li {
  width: 41.6rem;
  height: 19.2rem;
}

.course_image_list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.course_list {
  width: 128rem;
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.course_list li {
  height: 16.4rem;
  font-family: var(--NotoSans);
  border-radius: 1.6rem;
  border-left: 0.8rem solid var(--component-color);
  background: linear-gradient(90deg, #EFF6FF 0%, #FFFFFF 100%);
  margin-top: 0;
  margin-bottom: 3.2rem;
}

.course_list li:last-child {
  margin-bottom: 0;
}

.course_list li h3 {
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: var(--content-color);
  padding-top: 3.2rem;
  padding-left: 3rem;
  margin-bottom: 2rem;
}

.course_list li p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.01rem;
  padding-left: 3rem;
}

.course_list li:nth-child(5) {
  height: 47.1rem;
}

.course_list li span {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--paragraph-color);
  letter-spacing: 0;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  padding-left: 3rem;
}

.course_list_detail {
  list-style: none;
  padding-left: 3rem;
}

.course_list_detail li {
  position: relative;
  height: 2.8rem;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: var(--paragraph-color);
  border-left: none;
  padding-left: 2.8rem;
  margin-bottom: 1.6rem;
}

.course_list_detail li::before {
  position: absolute;
  top: 0.7rem;
  left: 0;
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #FFC62B;
  border-radius: 50%;
}

.course_list_detail li:nth-child(5) {
  height: 2.8rem;
}

.course_list_detail li:last-child {
  margin-bottom: 0;
}

/* 研修プログラム詳細 */
.detail {
  background-color: var(--icon-color);
  padding-bottom: 14.4rem;
}

.detail .section_heading {
  margin-top: -1rem;
}

.detail .sub_heading {
  margin-top: 2.5rem;
  margin-bottom: 6.4rem;
}

.detail_container {
  width: 128rem;
  max-width: 100%;
  display: flex;
  gap: 4.8rem;
  margin-left: auto;
  margin-right: auto;
}

.detail_container img {
  width: 61.6rem;
  height: 32rem;
  object-fit: contain;
}

.detail_list {
  width: 61.6rem;
  height: 56.4rem;
  list-style: none;
  text-align: center;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.detail_list li {
  height: 17.2rem;
  font-family: var(--NotoSans);
  border: 0.2rem solid #DBEAFE;
  border-radius: 1.6rem;
  background: linear-gradient(135deg, #EFF6FF 0%, #FFFFFF 100%);
  box-shadow: 0px 4px 6px -4px #0000001A, 0px 10px 15px -3px #0000001A;
  margin-bottom: 2.4rem;
}

.detail_list li:last-child {
  margin-bottom: 0;
}

.detail_list li h3 {
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: var(--component-color);
  padding-top: 3.4rem;
  margin-bottom: 1.6rem;
}

.detail_list li p {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0;
  color: var(--heading-color);
}

/* 研修プログラム詳細 */
.form {
  width: 128rem;
  max-width: 100%;
  display: flex;
  gap: 4.8rem;
  background: linear-gradient(180deg, #F9FAFB 0%, #FFFFFF 100%);
  padding-top: 9.6rem;
  padding-bottom: 14.4rem;
  margin-left: auto;
  margin-right: auto;
}

.form .text_area .section_heading {
  margin-top: -0.8rem;
}

.form .text_area .sub_heading {
  margin-top: 3rem;
}

.text_area {
  width: 61.6rem;
}

.text_area .section_heading,
.text_area .sub_heading {
  text-align: left;
}

.text_area .section_heading {
  padding-top: 8.85rem;
}

.text_area .sub_heading {
  margin-top: 2.4rem;
  margin-bottom: 3.6rem;
}

.form_list {
  font-family: var(--NotoSans);
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: var(--paragraph-color);
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 3.2rem;
}

.form_list li {
  position: relative;
  padding-left: 6.4rem;
  margin-bottom: 4rem;
}

.form_list li:last-child {
  margin-bottom: 0;
}

.form_list li::before {
  position: absolute;
  top: -1rem;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  font-size: 2rem;
  color: var(--icon-color);
  border-radius: 50%;
  background-color: var(--component-color);
}

.text_area img {
  width: 100%;
  height: 25.6rem;
  object-fit: contain;
}

.form_area {
  width: 61.6rem;
  /* height: 79.3rem; */
  background-color: var(--icon-color);
  border-radius: 1.6rem;
  border-top: 0.4rem solid var(--component-color);
  box-shadow: 0px 8px 10px -6px #0000001A, 0px 20px 25px -5px #0000001A;
  padding-top: 0.4rem;
  margin-top: 0.5rem;
}

/* contact form 7 */
.wpcf7 form {
  /* height: 79.3rem; */
  /* margin-top: -0.8rem; */
}

.wpcf7-form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.wpcf7-form label,
.wpcf7-form .wpcf7-submit {
  width: 53.6rem;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7-form label {
  font-family: var(--NotoSans);
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--heading-color);
  letter-spacing: 0;
  padding-bottom: 2.4rem;
}

.wpcf7-form label span {
  font-family: var(--NotoSans);
  font-weight: 700;
  font-size: 1.6rem;
  color: #dc3232;
  letter-spacing: 0;
  padding-left: 0.2rem;
}

.wpcf7-form label:first-of-type {
  margin-top: 4.4rem;
}

.wpcf7-form-control {
  width: 53rem;
  height: 5.2rem;
  border: 0.2rem solid #D1D5DC;
  border-radius: 1rem;
  margin-top: 1.2rem;
  padding: 1.4rem 2rem;
}

.wpcf7-textarea {
  height: 14.8rem;
}

.wpcf7-form-control.wpcf7-submit {
  height: 6rem;
  border: none;
  font-family: var(--NotoSans);
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0;
  color: var(--icon-color);
  background-color: var(--component-color);
  box-shadow: 0px 4px 6px -4px #0000001A, 0px 10px 15px -3px #0000001A;
  margin-bottom: 4rem;
}

.wpcf7-spinner {
  display: none;
  width: 100%;
}

/* エラーバリデーション */
.wpcf7-not-valid-tip {
  display: block;
  font-family: var(--NotoSans);
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #dc3232;
}

.wpcf7 form.invalid .wpcf7-response-output {
  display: block;
  position: absolute;
  bottom: 7.7rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 699.98px) {

  /* 共通コンポーネント */
  .section_heading {
    font-size: 2.4rem;
    line-height: 2;
    padding-top: 7rem;
  }

  .sub_heading {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  /* リスキリングとは */
  .about {
    flex-direction: column;
    gap: 3.6rem;
    width: 100%;
    padding-top: 7rem;
    padding-bottom: 7rem;
    align-items: flex-start;
  }

  .about_text_area {
    padding-top: 0rem;
    margin-top: 0rem;
    margin-left: auto;
    margin-right: auto;
  }

  .about_text_area .section_heading {
    margin-top: -0.8rem;
    padding-left: 2.4rem;
    line-height: 1.5;
  }

  .about_text_area .section_heading::before{
    left: 0;
    height: 3.4rem;
  }

  .about_text {
    width: 34.5rem;
    font-size: 1.6rem;
    line-height: 1.828;
    letter-spacing: 0.01rem;
    margin-top: 2rem;
  }

  .about_image_area {
    height: 21.4rem;
    margin: 0 1.5rem;
  }

  .about_image_area img {
    width: 34.329rem;
    border-radius: 2rem;
  }

  .about_float {
    /* top: 14.2rem; */
    width: 16.321rem;
    height: 7.579rem;
    border-radius: 0.892rem;
    bottom: -2rem;
    right: -1rem;
  }

  .about_float p {
    font-size: 1.338rem;
    line-height: 1.333;
    margin-top: 1.783rem;
    padding-left: 1.783rem;
  }

  .about_float p br {
    display: none;
  }

  .about_float p span {
    display: block;
    font-size: 2rem;
  }

  /* プログラムの特徴 */
  .feature {
    background-size: cover;
    background-position: center center;
    padding-bottom: 8.6rem;
  }

  .feature .section_heading {
    line-height: 1.4;
    letter-spacing: 0.01rem;
    /* padding-left: 1.1rem; */
    margin-top: -0.4rem;
  }

  .feature .sub_heading {
    /* padding-left: 1.1rem; */
  }

  .feature_list {
    width: 37.5rem;
    flex-wrap: no-wrap;
    flex-direction: column;
    gap: 1.6rem;
    /* padding-left: 1rem; */
  }

  .feature_list li {
    width: 34.5rem;
    height: 18.6rem;
    margin-left: auto;
    margin-right: auto;
  }

  .feature_list li:nth-of-type(3) {
    height: 19.2rem;
  }

  .feature_list li:last-child {
    height: 16.4rem;
    margin-top: 0.2rem;
  }

  .feature_list li span {
    padding-bottom: 0.2rem;
    margin-top: 2.4rem;
    margin-left: 2.4rem;
    margin-bottom: 1.8rem;
  }

  .feature_list li:last-child span {
    padding-bottom: 0.4rem;
    margin-top: 2rem;
  }

  .feature_list li p {
    width: 28.9rem;
    margin-left: 2.4rem;
  }

  /* 各コース内容 */
  .course {
    padding-bottom: 7rem;
  }

  .course .section_heading {
    /* padding-left: 1.1rem; */
    margin-top: 0;
  }

  .course .sub_heading {
    /* padding-left: 1rem; */
    margin-top: 1.4rem;
  }

  .course_image_list {
    width: 34.5rem;
    display: block;
    gap: 0;
    margin-bottom: 2.4rem;
  }

  .course_image_list li {
    width: 34.5rem;
    margin-bottom: 1.5rem;
  }

  .course_image_list li:last-child {
    margin-bottom: 0;
  }

  .course_list {
    width: 34.5rem;
    padding-left: 0.7rem;
    margin-top: 2rem;
  }

  .course_list li {
    height: 21.8rem;
    margin-bottom: 3.2rem;
  }

  .course_list li h3 {
    font-size: 1.8rem;
    padding-top: 2.6rem;
    padding-left: 1.7rem;
    margin-bottom: 2rem;
  }

  .course_list li:nth-child(5) h3 {
    text-wrap: nowrap;
    line-height: 1.6;
    padding-left: 2.4rem;
  }

  .course_list li p {
    font-size: 1.4rem;
    line-height: 1.857;
    letter-spacing: 0.01rem;
    padding-top: 0.5rem;
    padding-left: 1.6em;
  }

  .course_list li:nth-of-type(5) p {
    padding-top: 0;
  }

  .course_list li:nth-child(5) {
    height: 71.4rem;
  }

  .course_list li span {
    font-size: 1.4rem;
    padding-left: 2.4rem;
  }

  .course_list_detail {
    padding-left: 2.4rem;
  }

  .course_list_detail li {
    height: 5.6rem;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 2.2rem;
    margin-bottom: 2rem;
  }

  .course_list_detail li:nth-of-type(3) {
    margin-top: -1rem;
    line-height: 2;
  }

  .course_list_detail li:nth-of-type(4) {
    margin-top: -1rem;
    line-height: 2;
  }

  .course_list_detail li:nth-of-type(5) {
    margin-top: -1rem;
    line-height: 2;
  }

  .course_list_detail li:nth-child(5) {
    height: 5.6rem;
  }

  .course_list_detail li:last-child {
    line-height: 1.7;
  }

  /* 研修プログラム詳細 */
  .detail {
    padding-bottom: 7rem;
  }

  .detail .section_heading {
    /* padding-left: 1rem; */
    margin-top: -0.6rem;
  }

  .detail .sub_heading {
    /* padding-left: 1rem; */
    margin-top: 1.2rem;
    margin-bottom: 2.4rem;
  }

  .detail_container {
    width: 34.5rem;
    display: block;
  }

  .detail_container img {
    width: 34.5rem;
    height: 17.8rem;
  }

  .detail_list {
    width: 34.5rem;
    height: 42.9rem;
    padding-left: 0.8rem;
    margin-top: 2.4rem;
  }

  .detail_list li {
    height: 13.1rem;
    border: 0.152rem solid #DBEAFE;
    border-radius: 1.217rem;
    margin-bottom: 1.8rem;
  }

  .detail_list li h3 {
    font-size: 1.8rem;
    letter-spacing: 0.01rem;
    padding-top: 2.3rem;
    margin-bottom: 1.5rem;
  }

  .detail_list li p {
    font-size: 1.521rem;
  }

  /* 研修プログラム詳細 */
  .form {
    width: 100%;
    display: block;
    padding-top: 0rem;
    padding-bottom: 8.639rem;
  }

  .text_area {
    width: 34.5rem;
    margin-bottom: 2.4rem;
    margin-left: auto;
    margin-right: auto;
  }

  .form .text_area .section_heading {
    padding-top: 7rem;
    padding-left: 1rem;
  }

  .form .text_area .sub_heading {
    padding-left: 0.7rem;
    margin-top: 1rem;
    margin-bottom: 4rem;
  }

  .form_list {
    padding-left: 1rem;
  }

  .text_area img {
    height: 14.1rem;
  }

  .form_area {
    width: 34.7rem;
    height: 78.1rem;
    padding-left: 1.4rem;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
  }

  /* contact form 7 */
  .wpcf7 form {
    height: 78.1rem;
  }

  .wpcf7-form label,
  .wpcf7-form .wpcf7-submit {
    width: 31.7rem;
    padding-bottom: 3rem;
  }

  .wpcf7-form label:first-of-type {
    margin-top: 4rem;
  }

  .wpcf7-form label:nth-of-type(3) {
    margin-top: -0.7rem;
  }

  .wpcf7-form label:nth-of-type(4) {
    padding-bottom: 2rem;
  }

  .wpcf7-form label:nth-of-type(5) {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }

  .wpcf7-submit {
    padding-top: 1rem;
    margin-top: -3rem;
  }

  .wpcf7-form-control {
    width: 31.7rem;
  }
}