@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@700&family=Caveat:wght@500&family=Noto+Sans+JP:wght@400;500;700;800&display=swap');

/* 共通 */
#reSkill {
  position: relative;
}

#reSkill #content {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  line-height: 1.6;
  font-feature-settings: "palt";
  padding-bottom: 0;
}

#reSkill #content p {
  line-height: 1.8;
}

#reSkill .small {
  font-size: 70%;
}

#reSkill #content .text-link {
  display: inline;
  color: #2e7ece;
  text-decoration: underline;
}

#reSkill #content .text-link2 {
  display: inline;
  color: inherit;
  font-size: 0.9rem;
}

#reSkill #content .text-link3 a {
  display: inline;
  color: #103870;
}

#reSkill #content .text-link:hover {
  text-decoration: none;
  opacity: 0.7;
}

#reSkill .text-center {
  /* font-size: 0.8rem; */
  text-align: center;
}

#reSkill .text-bold {
  font-weight: bold;
}

#reSkill .text-orange {
  color: #fb8303;
}

#reSkill .spOnly {
  display: none;
}

@media (min-width: 751px) {
  #reSkill img[src*="_sp."] {
    display: block;
  }
}

@media (max-width: 750px) {
  #reSkill .pcOnly {
    display: none;
  }

  #reSkill .spOnly {
    display: block;
  }
}

/* セクション共通 */

#reSkill #content section {
  padding: 5rem 0;
  margin: 0;
  position: relative;
}

section.bg-blue {
  background: #f7fbff;
}

#reSkill #content section .secInner {
  width: 90%;
  max-width: 1080px;
  position: relative;
  /* z-index: 1; */
}

#reSkill #content section .secInner.narrow {
  max-width: 900px;
}

.secTitle {
  font-size: 2rem;
  color: #103870;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}

.reasonArea .secTitle,
.voiceArea .secTitle,
.sessionArea .secTitle,
.faqArea .secTitle,
.blogArea .secTitle {
  margin-bottom: 3.75rem;
}

.subTitle {
  font-size: 1.25rem;
  color: #103870;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}

.en_left,
.en_right {
  font-family: 'Caveat', cursive;
  font-size: 10rem;
  color: #e5f1ff;
  line-height: 1.2625;
  position: absolute;
  top: -8rem;
  z-index: 0;
  /* z-index: -1; */
}

.en_left {
  left: 0;
}

.en_right {
  right: 0;
}

.diamond-left,
.diamond-right {
  position: absolute;
  bottom: 0;
  max-width: 280px;
  width: 17%;
}

.diamond-left {
  left: 0;
  transform: scale(-1, 1);
}

.diamond-right {
  right: 0;
}

@media (max-width: 750px) {
  #reSkill #content section {
    padding: calc(60rem / 14) 0;
  }

  .secTitle {
    font-size: calc(24rem / 14);
    margin-bottom: calc(20rem / 14);
  }

  .reasonArea .secTitle,
  .voiceArea .secTitle,
  .sessionArea .secTitle,
  .faqArea .secTitle,
  .blogArea .secTitle {
    margin-bottom: calc(30rem / 14);
  }

  .subTitle {
    font-size: calc(18rem / 14);
    margin-bottom: calc(10rem / 14);
  }

  .en_left,
  .en_right {
    font-size: calc(60rem / 14);
    top: calc(-60rem / 14);
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
}

/* list */
.list-3column {
  display: flex;
  flex-wrap: wrap;
}

.list-3column li {
  width: 30.6%;
}

.list-3column li:not(:nth-of-type(3n+1)) {
  margin-left: 4.1%;
}

.list-3column li:nth-of-type(n+4) {
  margin-top: 4.1%;
}

@media (max-width: 750px) {
  .list-3column {
    flex-direction: column;
  }

  .list-3column li {
    width: 100%;
  }

  .list-3column li:not(:nth-of-type(3n+1)) {
    margin-left: 0;
  }

  .list-3column li:nth-of-type(n+2) {
    margin-top: calc(40rem / 14);
  }
}

/* fv */
#reSkill #content section.fvArea {
  color: #103870;
  background: url(https://www.skillupai.com/assets/unique/course/subsidy-seminar/img/fv_bg_pc.jpg) no-repeat;
  background-size: contain;
  font-weight: 700;
  line-height: 1.4;
  max-height: 1045px;
  max-width: 2560px;
  margin: 0 auto;
  padding: 10px 0 0;
}

.fv_content {
  display: flex;
  justify-content: space-between;
}

.fv_textWrap {
  padding: min(6.640625%, 170px) 0 min(6.640625%, 170px) min(7.8125%, 200px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fv_offer {
  font-size: min(1.5625vw, 40px);
  position: relative;
  display: inline-block;
  padding: 0 min(1.328125vw, 34px);
}

.fv_offer::before,
.fv_offer::after {
  content: '';
  display: inline-block;
  background: url(https://www.skillupai.com/assets/unique/course/subsidy-seminar/img/line.png) no-repeat;
  background-size: contain;
  width: min(0.8984375vw, 23px);
  height: min(1.5625vw, 40px);
  position: absolute;
  top: 50%;
}

.fv_offer::before {
  left: 0;
  transform: translateY(-50%);
}

.fv_offer::after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}

.fv_sub_title {
  font-size: min(2.5vw, 64px);
}

.fv_sub_title .fv_small {
  font-size: 70%;
}

.fv_sub_title .fv_big {
  font-size: 110%;
  color: #fb8303;
}

.fv_title {
  font-size: min(4.0625vw, 104px);
  color: #fb8303;
  font-weight: 800;
}

.fv_list {
  margin-top: min(-0.78125vw, -10px);
}

.fv_list li {
  font-size: min(1.5625vw, 40px);
  font-weight: 500;
  position: relative;
  padding-left: min(2.03125vw, 52px);
}

.fv_list li::before {
  content: '';
  display: inline-block;
  background: url(https://www.skillupai.com/assets/unique/course/subsidy-seminar/img/check.png) no-repeat;
  background-size: contain;
  width: min(1.6015625vw, 41px);
  height: min(1.6015625vw, 41px);
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
}

.fv_list li+li {
  margin-top: min(0.9375vw, 12px);
}

#content .fv_btn {
  height: min(3.75vw, 96px);
}

#content .fv_btn a {
  display: inline-block;
  font-size: min(1.40625vw, 36px);
  color: #fff;
  background: #103870;
  text-decoration: none;
  line-height: calc(88 / 36);
  min-height: min(3.75vw, 96px);
  padding: 0 48px;
  max-width: 564px;
  text-align: center;
  border-radius: 48px;
  box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 16%);
  border: min(0.15625vw, 4px) solid #103870;
  position: relative;
  white-space: nowrap;
}

#content .fv_btn a::before {
  content: '';
  position: absolute;
  right: 9%;
  top: 50%;
  width: min(0.625vw, 16px);
  height: min(0.625vw, 16px);
  border-top: min(0.15625vw, 4px) solid #fff;
  border-right: min(0.15625vw, 4px) solid #fff;
  transform: translateY(-70%) rotate(135deg);
}

#content .fv_btn a:hover {
  color: #103870;
  background: #fff;
}

#content .fv_btn a:hover::before {
  border-color: #103870;
}

.fv_imgWrap {
  width: 50%;
}

.fv_imgWrap img {
  margin-left: -23.75%;
  width: 123.75%;
  max-width: none;
}

@media (max-width: 750px) {
  #content {
    padding-top: 5.2rem;
  }

  #reSkill #content section.fvArea {
    background: none;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 8.94vw;
    min-height: 87vw;
  }

  .fv_content {
    position: relative;
  }

  .fv_textWrap {
    padding: calc(5600% / 750) 8% 0;
  }

  .fv_offer {
    font-size: calc(2800vw / 750);
    padding: 0 calc(2600vw / 750);
  }

  .fv_offer::before,
  .fv_offer::after {
    width: calc(1610vw / 750);
    height: calc(2800vw / 750);
  }

  .fv_sub_title {
    font-size: 5.6vw;
  }

  .fv_title {
    font-size: 9.6vw;
  }

  .fv_list {
    margin-top: calc(4300vw / 750);
  }

  .fv_list li {
    font-size: calc(3200vw / 750);
    padding-left: calc(4300vw / 750);
  }

  .fv_list li::before {
    width: calc(3300vw / 750);
    height: calc(3300vw / 750);
  }

  .fv_list li+li {
    margin-top: 2.4vw;
  }

  #content .fv_btn {
    height: auto;
    margin-top: calc(5000vw / 750);
  }

  #content .fv_btn a {
    font-size: calc(2800vw / 750);
    line-height: 2.5;
    min-height: 10.4vw;
    padding: 0 calc(10000vw / 750) 0 10vw;
    border-radius: 2.5rem;
    border: calc(400vw / 750) solid #103870;
  }

  #content .fv_btn a::before {
    width: 1.6vw;
    height: 1.6vw;
    border-top: calc(400vw / 750) solid #fff;
    border-right: calc(400vw / 750) solid #fff;
  }

  .fv_imgWrap {
    width: 100%;
    position: absolute;
    z-index: -1;
  }

  .fv_imgWrap img {
    margin-left: 0;
    width: 100%;
  }
}

/* about */
#reSkill #content section.aboutArea {
  padding-bottom: 4rem;
}

.aboutArea .contentWrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.aboutArea .imageWrapper {
  flex: 1;
  padding-right: 20px;
}

.aboutArea .imageWrapper img {
  width: 100%;
  max-width: 349px;
  height: auto;
}

.aboutArea .textWrapper {
  flex: 2;
  padding-left: 3.5rem;
}

.aboutArea .secTitle {
  text-align: left;
}

.aboutArea .textWrapper .description {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

#reSkill #content .aboutArea .textWrapper .links a {
  color: #2E7ECE;
  line-height: 2;
}

@media (max-width: 750px) {
  .aboutArea .contentWrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .aboutArea .imageWrapper {
    margin-top: 3rem;
  }

  .aboutArea .imageWrapper img {
    max-width: 178px;
  }

  .aboutArea .textWrapper {
    padding-left: 0;
  }
}

/* course */
.courseArea .subTitle {
  margin: 5rem 0 1.875rem 0;
}

.courseArea .course-image {
  position: relative;
  background-color: white;
  background-image: url('https://www.skillupai.com/assets/unique/course/subsidy-seminar/img/course.svg');
  background-size: calc(100% - 40px) calc(100% - 40px);
  background-position: center;
  background-repeat: no-repeat;
  width: 1080px;
  height: 682px;
  margin-top: 2.5rem;
  box-sizing: border-box;
  padding: 20px;
}

.courseArea .banner {
  position: relative;
  width: 100%;
  margin: 2.5rem auto 4rem auto;
  text-align: center;
}

.courseArea .banner img {
  width: 100%;
  max-width: 700px;
  height: auto;
}

.courseArea .banner .banner-text {
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #222222;
}

.courseArea .banner .upper-text {
  color: #222222;
  font-size: 1rem;
}

.courseArea .banner .separator {
  width: 89px;
  height: 2px;
  background-color: #EEF4F1;
  margin: 0.5rem auto;
}

.courseArea .banner .lower-text {
  color: #103870;
  font-weight: bold;
  font-size: 1.6rem;
}

.courseArea .page-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.courseArea .link-item {
  flex-grow: 1;
  text-align: center;
  padding: 10px;
  position: relative;
}

#content a.no-style {
  color: inherit;
  text-decoration: none;
  word-break: normal;
}

.courseArea .font-blue {
  color: #0D83D6;
  font-size: 1.25rem;
  font-weight: bold;
}

.courseArea .subTitle .font-blue {
  font-size: 1.7rem;
}

.courseArea .font-red {
  color: #E3006E;
  font-size: 1.25rem;
  font-weight: bold;
}

.courseArea .subTitle .font-red {
  font-size: 1.7rem;
}

.courseArea .font-green {
  color: #54AC71;
  font-size: 1.25rem;
  font-weight: bold;
}

.courseArea .subTitle .font-green {
  font-size: 1.7rem;
}

.courseArea .font-normal {
  color: #103870;
  font-size: 1rem;
  font-weight: bold;
}

.courseArea .lead-text {
  font-size: 1rem;
  text-align: center;
}


.courseArea .link-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #749CC4;
}

.courseArea .arrow {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  background-image: url('https://www.skillupai.com/assets/unique/course/subsidy-seminar/img/arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 10px auto 0;
}

.courseArea .subTitle {
  text-align: center;
  font-size: 1.7em;
}

.course_item {
  background: #fff;
}

#content .course_item a {
  text-decoration: none;
}

#content .course_item .course_img {
  overflow: hidden;
}

#content .course_item .course_img img {
  transition: all .3s;
}

#content .course_list .course_item .course_img a:hover img {
  transform: scale(1.05);
}

.course_label {
  background-color: #FB8303;
  color: #FFFFFF;
  font-size: 0.8rem;
  padding: 5px 18px;
  border-radius: 18px;
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.course_label.required {
  background-color: #20B14A;
}

.course_item_text {
  display: flex;
  align-items: center;
}

.course_item_text.e-learning {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.course_fee,
.before_price,
.after_price {
  align-items: center;
  margin-right: 5px;
}

.course_fee {
  display: inline-block;
  color: #103870;
  font-size: 0.8rem;
  border: 1px solid #103870;
  padding: 0 0.1875rem;
  vertical-align: middle;
  white-space: nowrap;
}

.course_priceWrap {
  display: flex;
  align-items: center;
}

.course_method {
  font-size: 0.8rem;
  white-space: nowrap;
}

.course_priceWrap .before_price,
.course_priceWrap .after_price {
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  vertical-align: middle;
}

.course_priceWrap .before_price {
  color: #749cc4;
  font-size: 1rem;
  font-size: 1.1rem;
  position: relative;
}

.course_priceWrap .before_price::before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  background: #103870;
  left: 0;
  top: 50%;
}

.course_priceWrap .after_price {
  color: #fb8303;
  font-size: 1.3rem;
}

.course_priceWrap .price_arrow {
  width: 0.75rem;
  margin: 0 0.4rem;
}

.course_item {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 2.5rem;
  margin-top: 3rem;
}

.course_container {
  display: flex;
  width: 100%;
}

.course_item_left {
  flex: 0 0 40%;
  margin-right: 2rem;
}

.course_item_right {
  flex: 0 0 57%;
}

.course_item_right_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.course_title {
  font-size: 1.4rem;
  color: #103870;
  font-weight: bold;
}

.course_description {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.course_included {
  width: 100%;
  max-width: 558px;
  font-size: 0.8rem;
  color: #333333;
  background-color: #F5F5F5;
  padding-bottom: 1.5rem;
}

.course_included .white {
  width: 100%;
  max-width: 180px;
  text-align: center;
  padding: 5px 10px;
  background-color: #666666;
  color: #ffffff;
  margin-bottom: 1rem;
}

.course_included .course_text {
  font-size: 1rem;
  margin-left: 1rem;
}

.course_included ul {
  margin-top: 1rem;
  margin-left: 1rem;
}

.past-subsidy {
  text-align: center;
  margin-top: 3rem;
}

@media (max-width: 1200px) {
  .course_priceWrap {
    margin-top: 0;
  }

  .course_priceWrap .before_price {
    font-size: 0.9rem;
  }

  .course_priceWrap .after_price {
    font-size: 1.3rem;
  }
}

@media (max-width: 750px) {
  .course_item {
    padding: 2rem 1.5rem;
  }

  .js-scrollable {
    overflow-x: auto;
  }

  .courseArea .course-image {
    width: 738px;
    height: 470px;
    margin-top: 2rem;
    display: block;
  }

  .courseArea .banner {
    margin: 4rem auto;
  }

  .courseArea .banner .banner-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #222222;
  }

  .courseArea .banner .upper-text {
    color: #222222;
    font-size: 1rem;
  }

  .courseArea .banner .separator {
    width: 42px;
    height: 1px;
    background-color: #EEF4F1;
    margin: 0.5rem auto;
  }

  .courseArea .banner .lower-text {
    color: #103870;
    font-weight: bold;
    font-size: 1.7rem;
  }

  .courseArea .link-item:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #749CC4;
  }

  .courseArea .link-item:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #749CC4;
  }

  .courseArea .lead-text {
    font-size: 1rem;
    text-align: left;
  }

  .course_container {
    display: flex;
    flex-direction: column;
  }

  .course_item_left {
    margin-right: 0;
  }

  .course_img {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
  }

  .course_item_text {
    align-items: flex-start;
    margin-top: 1rem;
  }

  .course_label,
  .course_fee {
    font-size: 1rem;
  }

  .course_included {
    font-size: 1rem;
    background-color: #fff;
  }

  .courseArea .subTitle {
    margin: calc(60rem / 14) 0 calc(20rem / 14);
  }

  .courseArea .subTitle:first-of-type {
    margin-top: calc(40rem / 14);
  }

  .course_priceWrap {
    margin-top: -0.625rem;
  }

  .course_priceWrap .before_price {
    font-size: calc(18rem / 14);
  }

  .course_priceWrap .after_price {
    font-size: calc(24rem / 14);
  }

  .course_priceWrap .price_arrow {
    width: 1rem;
  }
}

/* feature */
.feature_list {
  margin-top: 4.25rem;
}

.feature_list .feature_item {
  border: 2px solid #749cc4;
  background: #fff;
  padding: 1.875rem 1.25rem 1.25rem;
  position: relative;
  font-size: 0.8rem;
}

.feature_list .feature_item p {
  font-size: 1rem;
}

.feature_list .feature_item:nth-of-type(4) {
  width: 100%;
  margin-top: 3.75rem;
}

.feature_list .feature_item::before {
  content: '';
  position: absolute;
  width: 5.375rem;
  height: 3.25rem;
  top: 0;
  left: 1.25rem;
  transform: translateY(-50%);
}

.feature_list .feature_item:nth-of-type(1):before {
  background: url(https://www.skillupai.com/assets/unique/course/subsidy-seminar/img/feature_01.png) no-repeat;
  background-size: contain;
}

.feature_list .feature_item:nth-of-type(2):before {
  background: url(https://www.skillupai.com/assets/unique/course/subsidy-seminar/img/feature_02.png) no-repeat;
  background-size: contain;
}

.feature_list .feature_item:nth-of-type(3):before {
  background: url(https://www.skillupai.com/assets/unique/course/subsidy-seminar/img/feature_03.png) no-repeat;
  background-size: contain;
}

.feature_list .feature_item:nth-of-type(4):before {
  background: url(https://www.skillupai.com/assets/unique/course/subsidy-seminar/img/feature_04.png) no-repeat;
  background-size: contain;
}

.feature_link {
  margin-top: 0.3125rem;
}

.feature_priceWrap {
  text-align: center;
  background: #f7fbff;
  max-width: 1080px;
  margin: 2.5rem auto 1rem;
  padding: 1.25rem 3rem;
  position: relative;
  z-index: 1;
}

.feature_priceTitle {
  font-size: 1.125rem;
  font-weight: 500;
  color: #103870;
  position: relative;
}

.feature_priceTitle::before {
  content: '';
  width: 75%;
  height: 1px;
  background: #103870;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.feature_priceTitle span {
  background: #f7fbff;
  padding: 0 0.625rem;
  position: relative;
}

.feature_price {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  position: relative;
}

.price_wrap {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.feature_price_lead {
  margin-top: 1rem;
}

.feature_price .before_priceWrap,
.feature_price .after_priceWrap {
  display: flex;
  align-items: end;
  position: relative;
}

.feature_price .before_priceWrap .before_price,
.feature_price .after_priceWrap .after_price {
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  line-height: 1;
}

.feature_price .before_priceWrap .before_price {
  color: #749cc4;
  font-size: 2.375rem;
}

.feature_price .after_priceWrap .after_price {
  color: #fb8303;
  font-size: 3.75rem;
}

.feature_price .before_price::before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  background: #103870;
  left: 0;
  top: 60%;
}

.feature_price .yenWrap {
  display: flex;
  flex-direction: column;
}

.feature_price .yenWrap .tax {
  font-size: 0.625rem;
  transform: translateY(0.375rem);
}

.feature_price .price_arrow {
  width: 1.25rem;
  margin: 0 0.625rem;
  padding-bottom: 0.3125rem;
}

.discount_icon {
  position: absolute;
  width: 4.1rem;
  top: 0;
  right: 0;
  transform: translate(110%, -20%);
}

.discount_icon img {
  max-width: 150%;
}

.feature_price_lead {
  margin-top: 1rem;
}

.feature_price_lead .lead_price {
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  color: #fb8303;
  font-size: 2.5rem;
}

.feature_price_lead .lead_big {
  font-weight: bold;
  color: #fb8303;
  font-size: 1.5rem;
}

.feature_price_text {
  font-size: 0.8rem;
  text-align: center;
}

@media (max-width: 1200px) {
  .feature_priceWrap {
    padding: calc(10rem / 14);
  }
}

@media (max-width: 750px) {
  .feature_priceWrap {
    padding: 2rem;
    margin-inline: 4rem;
  }

  .price_wrap {
    flex-direction: column;
    align-items: center;
  }

  .feature_list .feature_item {
    padding: calc(20rem / 14);
  }

  .feature_list .feature_item p {
    font-size: calc(18rem / 14);
  }


  .feature_list .feature_item:nth-of-type(n+2) {
    margin-top: calc(60rem / 14);
  }

  .feature_list .feature_item::before {
    width: calc(70rem / 14);
    height: calc(130rem / 43);
    left: 1rem;
  }

  .feature_priceTitle::before {
    content: none;
  }

  .feature_price {
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: calc(20rem /14) auto 0;
  }

  .feature_price .before_priceWrap .before_price {
    font-size: calc(30rem / 14);
  }

  .feature_price .after_priceWrap .after_price {
    font-size: calc(48rem / 14);
  }

  .feature_price .price_arrow {
    width: calc(25rem /14);
    transform: rotate(90deg) translateY(4vw);
    margin: calc(8rem /14) 0 calc(5rem /14);
    padding: 0;
  }

  .discount_icon {
    width: calc(67rem / 14);
    transform: translate(-66%, -120%);
    left: 0;
    right: auto;
  }

  .discount_icon img {
    max-width: 100%;
  }

  .feature_price_lead {
    margin-top: calc(20rem / 14);
    line-height: 1.2;
  }

  .feature_price_lead .lead_price {
    font-size: calc(30rem / 14);
  }

  .feature_price_text {
    text-align: left;
    margin-inline: 2rem;
  }
}

/* agent */
.agentWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.agent_img {
  width: calc(100% / 3);
}

.agent_text {
  width: 60%;
}

.agentArea .secTitle {
  font-size: 1.625rem;
  text-align: left;
  margin-bottom: 2rem;
  position: relative;
}

.agentArea .secTitle::after {
  content: '';
  background: url(https://www.skillupai.com/assets/unique/course/subsidy-seminar/img/diamond_border_pc.png) no-repeat;
  background-size: contain;
  height: 0.5rem;
  width: 6.375rem;
  position: absolute;
  bottom: -0.9rem;
  left: 0;
}

.agent_link {
  font-size: 1rem;
  margin-top: 0.625rem;
}

@media (max-width: 750px) {
  .agentWrap {
    flex-direction: column;
  }

  .agent_img {
    width: 70%;
  }

  .agent_text {
    width: 100%;
    margin-top: calc(20rem / 14);
  }

  .agentArea .secTitle {
    font-size: calc(18rem / 14);
    text-align: center;
  }

  .agentArea .secTitle::after {
    background: url(https://www.skillupai.com/assets/unique/course/subsidy-seminar/img/diamond_border_sp.png) no-repeat;
    background-size: contain;
    width: calc(50rem / 14);
    left: 50%;
    transform: translateX(-50%);
  }
}

/* reason */
.reason_item {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
}

.reason_item:nth-child(3) {
  align-items: center;
}

.reason_item:nth-of-type(2n+1) {
  flex-direction: row-reverse;
}

.reason_item:nth-of-type(n+2) {
  margin-top: 3.75rem;
}

.reason_item .reason_textWrap {
  width: 42.6%;
}

.reason_item .subTitle {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.reason_item .reason_text {
  font-size: 1rem;
}

.reason_item .reason_img {
  width: 54.4%;
}

.reason_item:nth-of-type(1) .reason_textWrap {
  width: 48.8%;
}

.reason_item:nth-of-type(1) .reason_img {
  width: 47%;
}

#content .reason_tableWrap {
  overflow-x: auto;
}

#content .reason_table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 1rem;
}

#content .reason_table th,
#content .reason_table td {
  border: 1px solid #bebebe;
  text-align: center;
  vertical-align: middle;
  color: #000;
  font-weight: bold;
  padding: 5px;
}

#content .reason_table thead th {
  background-color: #739cc3;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}

#content .reason_table tbody td {
  font-size: 1rem;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}

#content .reason_table th:nth-child(5),
#content .reason_table td:nth-child(5) {
  width: 260px;
}

#content .reason_table th.highlight {
  background-color: #ed902f;
}

#content .reason_table td.highlight {
  background-color: #fef6eb;
  font-size: 1.1rem;
  color: #ed902f;
}

@media (max-width: 750px) {

  #content .reason_table th:nth-child(5),
  #content .reason_table td:nth-child(5) {
    width: 90px;
  }
}

.reason_item:nth-of-type(1) {
  display: flex;
  flex-direction: row-reverse;
  gap: 3rem;
  align-items: flex-start;
}

.reason_item:nth-of-type(1) .reason_tableWrap {
  width: 100%;
  max-width: 512px;
  flex-shrink: 0;
}

.reason_item:nth-of-type(1) .reason_textWrap {
  flex: 1 1 auto;
  width: auto;
}

@media (max-width: 750px) {
  .reason_item:nth-of-type(1) {
    flex-direction: column;
  }

  .reason_item:nth-of-type(1) .reason_tableWrap,
  .reason_item:nth-of-type(1) .reason_textWrap {
    width: 100%;
    max-width: 100%;
  }
}

.reason_note {
  font-size: 0.75rem;
}

@media (max-width: 750px) {

  .reason_item,
  .reason_item:nth-of-type(2n+1) {
    flex-direction: column;
  }

  .reason_item {
    font-size: 1.4rem;
  }

  .reason_item .reason_textWrap,
  .reason_item .reason_img,
  .reason_item:nth-of-type(1) .reason_textWrap,
  .reason_item:nth-of-type(1) .reason_img {
    width: 100%;
  }

  .reason_item .subTitle {
    font-size: calc(18rem /10);
    margin-bottom: calc(10rem /10);
    text-align: center;
  }

  .reason_item .reason_img {
    margin-top: calc(20rem /14);
  }
}

/* slider */
@media screen and (max-width: 767px) {
  .slick-track {
    display: flex;
  }

  .slick-slide {
    height: auto;
  }

  .prev-arrow::before,
  .next-arrow::before {
    position: absolute;
    z-index: 5;
    content: '';
    top: 48%;
    width: 1.2rem;
    height: 1.22rem;
    border-top: 2px solid #103870;
    border-right: 2px solid #103870;
  }

  .prev-arrow::before {
    left: 0.2rem;
    transform: rotate(-135deg);
  }

  .next-arrow::before {
    right: 0.2rem;
    transform: rotate(45deg);
  }
}

/* voice */
.voice_list .voice_item {
  width: 28.8%;
}

.voice_list .voice_item:not(:nth-of-type(3n+1)) {
  margin-left: 6.8%;
}

.voice_list .subTitle {
  font-size: 1.125rem;
  margin: 0.625rem 0 0.3125rem;
}

@media (max-width: 1200px) {
  .voice_list .subTitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 750px) {
  .voice_list {
    display: block;
  }

  .voice_list .voice_item {
    width: 100%;
  }

  .list-3column.voice_list .voice_item {
    margin-top: 0;
  }

  .voice_list .voice_item:not(:nth-of-type(3n+1)) {
    margin-left: 0;
  }

  .voice_list .subTitle {
    font-size: calc(16rem /14);
    margin: calc(10rem / 14) auto calc(5rem / 14);
    width: 80%;
  }

  .voive_text {
    width: 80%;
    margin: 0 auto;
  }
}

/* session */
.backgroundContainer {
  position: relative;
  background-image: url('https://www.skillupai.com/assets/unique/course/subsidy-seminar/img/session_bg.jpg');
  background-size: cover;
  background-position: center;
  padding: 4rem 12rem;
}

#reSkill #content section.sessionArea {
  background-color: #FFFFFF;
}

.sessionArea .secTitle.orange {
  color: #fb8303;
  margin-bottom: 1.25rem;
}

.sessionArea .secTitle span {
  padding: 0 1.5rem;
  position: relative;
  display: inline-block;
}

.sessionArea .secTitle span::before,
.sessionArea .secTitle span::after {
  content: '';
  display: inline-block;
  background: url(https://www.skillupai.com/assets/unique/course/subsidy-seminar/img/line_orange.png) no-repeat;
  background-size: contain;
  width: 1.0625rem;
  height: 1.875rem;
  position: absolute;
  top: 50%;
}

.sessionArea .secTitle span::before {
  left: 0;
  transform: translateY(-50%);
}

.sessionArea .secTitle span::after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}

.session_text {
  text-align: center;
  margin-top: 3.75rem;
  margin-bottom: 4rem;
}

/* merit */
.merit_text {
  text-align: center;
}

.merit_list {
  margin-top: 3.125rem;
  margin-bottom: 4rem;
}

.merit_item {
  background-color: #f7fbff;
  background-repeat: no-repeat;
  background-position: right 0.625rem bottom 0.625rem;
  padding: 1.5625rem 1.25rem;
  counter-increment: merit_number;
  position: relative;
  font-size: 0.8rem
}

.merit_item:nth-of-type(1) {
  background-image: url(https://www.skillupai.com/assets/unique/course/subsidy-seminar/img/merit_icon_01.png);
}

.merit_item:nth-of-type(2) {
  background-image: url(https://www.skillupai.com/assets/unique/course/subsidy-seminar/img/merit_icon_02.png);
}

.merit_item:nth-of-type(3) {
  background-image: url(https://www.skillupai.com/assets/unique/course/subsidy-seminar/img/merit_icon_03.png);
}

.merit_item::before {
  content: '';
  background: #749cc4;
  width: 2.125rem;
  height: 2.125rem;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: top left;
  position: absolute;
  top: 0;
  left: 2.125rem;
}

.merit_item::after {
  content: counter(merit_number, decimal-leading-zero);
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 1.375rem;
  transform: translateY(-50%);
}

.merit_item .subTitle {
  font-size: 1.3rem;
  color: #103870;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}

.merit_item .detail {
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 750px) {
  .merit_text {
    font-size: 1.4rem;
    text-align: left;
  }

  .merit_item .subTitle {
    font-size: 1.4rem;
  }

  .merit_item .detail {
    font-size: 1.4rem;
  }


  .merit_list {
    margin-top: calc(60rem / 14);
    margin-bottom: 8rem;
  }

  .merit_item {
    padding: calc(20rem / 14);
  }

  .merit_list .merit_item:nth-of-type(n+2) {
    margin-top: calc(60rem / 14);
  }

  .merit_item:nth-of-type(1) {
    background-position: right calc(13rem / 14) bottom calc(10rem / 14);
  }

  .merit_item:nth-of-type(2) {
    background-position: right calc(10rem / 14) bottom calc(10rem / 14);
  }

  .merit_item:nth-of-type(3) {
    background-position: right calc(10rem / 14) bottom calc(10rem / 14);
  }

  .merit_item::before {
    width: calc(40rem / 14);
    height: calc(40rem / 14);
    left: calc(40rem / 14);
  }

  .merit_item::after {
    font-size: calc(28rem / 14);
    left: calc(22rem / 14);
  }
}

.date_list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.date_item {
  width: 46%;
  background: #f7fbff;
}

.date_item .date_month {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background: #749cc4;
}

.date_item ul {
  padding: 1.25rem 1.25rem 1.875rem;
}

.date_item ul li {
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.date_item ul li+li {
  margin-top: 1.875rem;
}

.date_item ul li.date_close {
  color: #aaa;
}

.date_item ul li.date_close::after {
  content: '※申込締切';
  font-size: 0.75rem;
  color: #f00;
  position: absolute;
  left: 0;
  bottom: -1rem;
  font-weight: normal;
}

.date_item .date_note {
  font-size: 0.75rem;
  font-weight: normal;
  display: block;
  text-align: left;
}

.session_detail {
  margin-top: 3.75rem;
}

.formWrap {
  margin-top: 5rem;
  padding: 3rem 0;
  background: linear-gradient(0deg, #005fd080 0%, #92bff580 50%, #005ed180 100%), url(https://www.skillupai.com/assets/unique/course/subsidy-seminar/img/form_bg.png);
  background-size: 100%, 3.125rem;
}

.formInner {
  width: 90%;
  padding: 1rem;
  margin: 0 auto;
  background: #fff;
}

.sessionArea .info_text {
  margin-top: 3.75rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #103870;
  text-align: center;
}

.sessionArea .info_link {
  margin-top: 0.625rem;
  text-align: center;
}

#reSkill #content .sessionArea .info_link a {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fb8303;
}

@media (max-width: 750px) {
  .backgroundContainer {
    padding: 2rem 1rem;
  }

  .sessionArea .secTitle {
    font-size: 1.8rem;
  }

  .date_list {
    flex-direction: column;
  }

  .date_item {
    width: 100%;
  }

  .date_item .date_month {
    font-size: 2rem;
  }

  .date_item ul li.date_close::after {
    font-size: 1.1rem;
  }

  .date_item:nth-of-type(n+2) {
    margin-top: calc(30rem / 14);
  }

  .date_item ul {
    padding: calc(15rem / 14) calc(20rem / 14) calc(20rem / 14);
  }

  .date_item ul li {
    font-size: calc(28rem / 14);
  }

  .date_item ul li+li {
    margin-top: calc(16rem /14);
  }

  .session_text {
    font-size: 1rem;
    text-align: left;
    margin-top: calc(30rem / 14);
    margin-bottom: calc(60rem / 14);
  }

  .formWrap {
    margin-top: calc(60rem / 14);
  }

  .sessionArea .info_text {
    margin-top: calc(40rem / 14);
    font-size: calc(16rem / 14);
  }

  .sessionArea .info_link {
    margin-top: calc(5rem / 14);
  }

  #reSkill #content .sessionArea .info_link a {
    font-size: calc(16rem / 14);
  }

  .session_detail {
    font-size: 1.4rem;
  }

}

/* flow */
.flow_wrap {
  max-width: 1020px;
  background: #fff;
  margin: 2.5rem auto 0;
  padding: min(calc(4000vw / 1200), 40px);
  height: calc(45500vw / 1200);
  max-height: 455px;
}

.flow_content {
  background: url(https://www.skillupai.com/assets/unique/course/subsidy-seminar/img/flow_bg_pc.png) no-repeat;
  height: 100%;
  position: relative;
  background-size: contain;
}

.flow_figure_title {
  font-size: min(calc(3200vw / 1200), 32px);
  font-weight: bold;
  line-height: 1.4;
  position: absolute;
}

.flow_note {
  font-size: min(calc(1400vw / 1200), 14px);
  position: absolute;
  top: min(calc(1800vw / 1200), 18px);
  left: min(calc(20600vw / 1200), 206px);
}

.flow_title {
  font-size: min(calc(1800vw / 1200), 18px);
  position: absolute;
  text-align: center;
}

.flow_text {
  font-size: min(calc(1400vw / 1200), 14px);
  position: absolute;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.flow_hellowork_title {
  color: #103870;
  top: 0;
  left: 0;
}

.flow_text_note {
  position: absolute;
}

.hellowork .flow_title {
  color: #103870;
  font-weight: bold;
}

.hellowork_item:nth-of-type(1) .flow_title {
  top: min(calc(6500vw / 1200), 65px);
  left: min(calc(4800vw / 1200), 48px);
}

#reSkill #content .hellowork_item:nth-of-type(2) .flow_title {
  font-size: min(calc(1600vw / 1200), 16px);
  line-height: 1.375;
  top: min(calc(5700vw / 1200), 57px);
  left: min(calc(22500vw / 1200), 225px);
}

.hellowork_item:nth-of-type(3) .flow_title {
  top: min(calc(6500vw / 1200), 65px);
  left: min(calc(40100vw / 1200), 401px);
}

.hellowork_item:nth-of-type(4) .flow_title {
  top: min(calc(6500vw / 1200), 65px);
  left: min(calc(73500vw / 1200), 735px);
}

.hellowork .flow_text {
  max-width: min(calc(16000vw / 1200), 160px);
}

.hellowork_item:nth-of-type(1) .flow_text {
  top: min(calc(11100vw / 1200), 111px);
  left: min(calc(3000vw / 1200), 30px);
}

.hellowork_item:nth-of-type(2) .flow_text {
  top: min(calc(11100vw / 1200), 111px);
  left: min(calc(20900vw / 1200), 209px);
}

.hellowork_item:nth-of-type(2) .flow_text_note {
  font-size: min(calc(1000vw / 1200), 10px);
}

.hellowork_item:nth-of-type(3) .flow_text {
  top: min(calc(11100vw / 1200), 111px);
  left: min(calc(39300vw / 1200), 393px);
}

.hellowork_item:nth-of-type(4) .flow_text {
  top: min(calc(11100vw / 1200), 111px);
  left: min(calc(69100vw / 1200), 691px);
}

.flow_suai_title {
  color: #FB8303;
  top: min(calc(22500vw / 1200), 225px);
  left: 0;
}

.suai .flow_title {
  color: #FB8303;
  font-weight: 800;
}

.suai_item:nth-of-type(1) .flow_title {
  top: min(calc(29000vw / 1200), 290px);
  left: min(calc(9400vw / 1200), 94px);
}

.suai_item:nth-of-type(2) .flow_title {
  top: min(calc(29000vw / 1200), 290px);
  left: min(calc(37300vw / 1200), 373px);
}

.suai_item:nth-of-type(3) .flow_title {
  top: min(calc(29000vw / 1200), 290px);
  left: min(calc(68600vw / 1200), 686px);
  font-size: min(calc(1500vw / 1200), 15px);
}

.suai .flow_text {
  max-width: min(calc(25200vw / 1200), 252px);
}

.suai_item:nth-of-type(1) .flow_text {
  top: min(calc(33500vw / 1200), 335px);
  left: min(calc(1300vw / 1200), 13px);
}

.suai_item:nth-of-type(2) .flow_text {
  top: min(calc(33500vw / 1200), 335px);
  left: min(calc(29100vw / 1200), 291px);
}

#reSkill #content .flow_vertical_text {
  writing-mode: vertical-rl;
  font-size: min(calc(2600vw / 1200), 26px);
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.15em;
  position: absolute;
}

.flow_vertical_text:nth-of-type(1) {
  top: min(calc(13800vw / 1200), 138px);
  left: min(calc(59400vw / 1200), 594px);
}

#reSkill #content .flow_vertical_text:nth-of-type(2) {
  font-size: 1.1rem;
  /* font-size: min(calc(1800vw / 1200), 18px); */
  top: min(calc(13500vw / 1200), 135px);
  left: min(calc(64400vw / 1200), 644px);
}

.flow_vertical_text:nth-of-type(3) {
  top: min(calc(16500vw / 1200), 165px);
  left: min(calc(90200vw / 1200), 902px);
}

@media (max-width: 830px) {
  .hellowork_item:nth-of-type(2) .flow_text {
    letter-spacing: -0.03em;
  }
}

@media (max-width: 750px) {
  .flowArea .secTitle {
    font-size: calc(24rem / 14);
  }

  .flow_wrap {
    margin-top: calc(25rem / 14);
    padding: calc(1000vw / 395);
    height: calc(56400vw / 395);
    max-height: none;
  }

  .flow_content {
    background: url(https://www.skillupai.com/assets/unique/course/subsidy-seminar/img/flow_bg_sp.png) no-repeat;
    background-size: contain;
  }

  .flow_figure_title {
    font-size: calc(2000vw / 395);
    font-weight: 800;
  }

  .flow_title {
    font-size: calc(1400vw / 395);
    line-height: 1.4;
  }

  .flow_text {
    font-size: calc(1100vw / 395);
    text-align: center;
  }

  .hellowork .flow_text,
  .suai .flow_text {
    max-width: calc(15000vw / 395);
  }

  .flow_hellowork_title,
  .hellowork_item:nth-of-type(1) .flow_title,
  .hellowork_item:nth-of-type(2) .flow_title,
  .hellowork_item:nth-of-type(3) .flow_title,
  .hellowork_item:nth-of-type(4) .flow_title,
  .hellowork_item:nth-of-type(1) .flow_text,
  .hellowork_item:nth-of-type(2) .flow_text,
  .hellowork_item:nth-of-type(3) .flow_text,
  .hellowork_item:nth-of-type(4) .flow_text {
    left: calc(8000vw / 395);
    transform: translateX(-50%);
  }

  .hellowork_item:nth-of-type(1) .flow_title {
    top: calc(5300vw / 395);
  }

  .hellowork_item:nth-of-type(2) .flow_title {
    font-size: calc(1400vw / 395);
    line-height: 1.4;
    top: calc(13400vw / 395);
  }

  .hellowork_item:nth-of-type(3) .flow_title {
    top: calc(25000vw / 395);
  }

  .hellowork_item:nth-of-type(4) .flow_title {
    top: calc(42100vw / 395);
  }

  .hellowork_item:nth-of-type(1) .flow_text {
    top: calc(7500vw / 395);
  }

  .hellowork_item:nth-of-type(2) .flow_text {
    top: calc(17600vw / 395);
    letter-spacing: 0.06em;
  }

  .hellowork_item:nth-of-type(3) .flow_text {
    top: calc(27200vw / 395);
  }

  .hellowork_item:nth-of-type(4) .flow_text {
    top: calc(44400vw / 395);
  }

  .flow_suai_title,
  .suai_item:nth-of-type(1) .flow_title,
  .suai_item:nth-of-type(2) .flow_title,
  .suai_item:nth-of-type(3) .flow_title,
  .suai_item:nth-of-type(1) .flow_text,
  .suai_item:nth-of-type(2) .flow_text {
    left: calc(25700vw / 395);
    transform: translateX(-50%);
    white-space: nowrap
  }

  .flow_suai_title {
    top: 0;
  }

  .suai_item:nth-of-type(1) .flow_title {
    top: calc(8800vw / 395);
  }

  .suai_item:nth-of-type(2) .flow_title {
    top: calc(23500vw / 395);
  }

  .suai_item:nth-of-type(3) .flow_title {
    top: calc(41900vw / 395);
    font-size: calc(1400vw / 395);
  }

  .suai_item:nth-of-type(1) .flow_text {
    top: calc(11000vw / 395);
  }

  .suai_item:nth-of-type(2) .flow_text {
    top: calc(25700vw / 395);
  }

  .flow_vertical_text {
    writing-mode: horizontal-tb;
    font-size: calc(1400vw / 395);
    font-weight: 800;
    letter-spacing: 0;
  }

  .flow_vertical_text:nth-of-type(1),
  .flow_vertical_text:nth-of-type(2),
  .flow_vertical_text:nth-of-type(3) {
    left: 50%;
    transform: translateX(-50%);
  }

  .flow_vertical_text:nth-of-type(1) {
    top: calc(34500vw / 395);
  }

  .flow_vertical_text:nth-of-type(2) {
    font-size: calc(1400vw / 395);
    top: calc(37900vw / 395);
  }

  .flow_vertical_text:nth-of-type(3) {
    top: calc(52000vw / 395);
  }
}

/* faq */
.faq_list {
  background: #f7fbff;
}

.faq_list+.faq_list {
  margin-top: 2.5rem;
}

.faq_list dt {
  font-size: 1.25rem;
  font-weight: bold;
  color: #103870;
  padding: 1rem 3.125rem 1rem 1.25rem;
  position: relative;
  cursor: pointer;
}

.faq_list dd {
  display: none;
  padding: 0 3.125rem 1rem 1.25rem;
}

.faq_list dt::before,
.faq_list dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 1.25rem;
  height: 2px;
  background: #103870;
  transition: all .3s;
}

.faq_list dt::before {
  transform: rotate(90deg);
}

.faq_list dt.is-open::before {
  transform: rotate(180deg);
}

.faq_list dt.is-open::after {
  opacity: 0;
}

.faq_list ul {
  margin-top: 1rem;
}

.faq_list li {
  padding-left: 1em;
  position: relative;
}

.faq_list li::before {
  content: ' ・ ';
  position: absolute;
  left: 0;
}

.faq_list li+li {
  margin-top: 0.5rem;
}

.faq_link {
  margin-top: 1.25rem;
  text-align: right;
  line-height: 1.8;
}

.faq_link a {
  margin-right: 1rem;
}

@media (max-width: 750px) {
  .faq_list+.faq_list {
    margin-top: calc(30rem / 14);
  }

  .faq_list dt {
    font-size: calc(16rem / 14);
    padding: calc(10rem / 14) calc(50rem / 14) calc(10rem / 14) calc(10rem / 14);
  }

  .faq_list dd {
    padding: 0 calc(50rem / 14) calc(10rem / 14) calc(10rem / 14);
  }

  .faq_list dt::before,
  .faq_list dt::after {
    right: calc(15rem / 14);
    width: calc(15rem / 14);
  }

  .faq_link a {
    margin-right: 0;
  }
}

/* blog */
.blog_list {
  display: flex;
  flex-wrap: wrap;
}

.blog_item {
  width: 47%;
  position: relative;
  overflow: hidden;
}

.blog_item:nth-of-type(2n) {
  margin-left: 6%;
}

.blog_item:nth-of-type(n+3) {
  margin-top: 6%;
}

.blog_item .blog_img img {
  transition: all .3s;
}

.blog_item a:hover .blog_img img {
  transform: scale(1.05);
}

.blog_title {
  font-size: 0.873rem;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0.625rem;
  background-color: rgba(0, 0, 0, 0.6);
}

.blogArea .meta {
  text-align: right;
}

.no-touch #content .mod-meta .tags a:hover,
.no-touch #content .mod-blog .tags a:hover {
  background: #103870;
}

@media (max-width: 750px) {
  .blog_list {
    flex-direction: column;
  }

  .blog_item {
    width: 100%;
  }

  .blog_item:nth-of-type(2n) {
    margin-left: 0;
  }

  .blog_item:nth-of-type(n+2) {
    margin-top: calc(20rem / 14);
  }

  .blog_title {
    font-size: 1rem;
    padding: calc(10rem / 14);
  }
}

/* free_session */
.free_sessionArea {
  background-image: url('https://www.skillupai.com/assets/unique/course/subsidy-seminar/img/free_session_bg_pc.jpg');
  background-size: cover;
  background-position: center;
  height: 435px;
}

.free_session_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 1.25rem;
}

.free_session_btn a {
  display: inline-block;
  font-family: Hiragino Sans;
  font-size: 1.3rem;
  color: #fff !important;
  background: #fb8303;
  text-decoration: none !important;
  line-height: min(2.75vw, 96px);
  min-height: min(2.75vw, 96px);
  padding: 10px 95px;
  max-width: 564px;
  text-align: center;
  border-radius: 45px;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  position: relative;
}

.free_session_btn a::after {
  content: '';
  position: absolute;
  right: 9%;
  top: 50%;
  width: min(0.625vw, 16px);
  height: min(0.625vw, 16px);
  border-top: min(0.15625vw, 4px) solid #fff;
  border-right: min(0.15625vw, 4px) solid #fff;
  transform: translateY(-70%) rotate(45deg);
}

.free_session_text {
  font-size: 1.05rem;
  color: #fff;
  text-align: center;
  margin-top: 2.5rem;
}

.sp-only {
  display: none;
}

.free_session_q_link {
  margin-top: 0.8rem;
  text-align: center;
}

.free_session_q_link a {
  font-size: 1.05rem;
  color: #fff !important;
  text-align: center;
  position: relative;
}

.free_session_q_link a::before {
  content: '';
  position: absolute;
  left: -20%;
  /* left: 40%; */
  top: 55%;
  width: 9px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 750px) {
  .free_sessionArea {
    background-image: url('https://www.skillupai.com/assets/unique/course/subsidy-seminar/img/free_session_bg_sp.jpg');
    height: 308px;
  }

  .free_session_btn {
    margin-top: 3rem;
  }

  .free_session_btn a {
    font-size: 1.8rem;
    line-height: calc(24 / 18);
    min-height: min(2.34375vw, 60px);
    padding: 15px 35px;
    width: 300px;
    border-radius: 45px;
  }

  .free_session_btn a::after {
    width: 1.6vw;
    height: 1.6vw;
    border-top: calc(400vw / 750) solid #fff;
    border-right: calc(400vw / 750) solid #fff;
  }

  .free_session_text {
    font-size: 1.58487rem;
  }

  .sp-only {
    display: inline;
  }

  .free_session_q_link a {
    font-size: 1.58487rem;
  }

  .free_session_q_link a::before {
    left: -20%;
    /* left: 30%; */
  }
}

/* 追従ボタン */
.mod-float .floatInner .float_btn {
  display: inline-block;
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  background: #103870;
  text-decoration: none;
  text-align: center;
  padding: 1rem 4.5rem;
  border-radius: 2.3rem;
  line-height: 1.2;
  border: 2px solid #103870;
}

.mod-float .floatInner .float_btn:hover {
  color: #103870;
  background: #fff;
}

@media (max-width: 750px) {
  .mod-float .floatInner .float_btn {
    font-size: calc(18rem / 14);
    width: 100%;
    padding: 0;
    border-radius: 0;
    line-height: 3.5714285714rem;
  }
}

/* pagetop */
.mod-pagetop {
  background: #f7fbff;
}

.mod-pagetop a.pagetop:hover {
  color: #2e7ece;
}

.no-touch .mod-pagetop a.pagetop:hover:before {
  border: #2e7ece solid 1px;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

/* 追従メニュー */
.skillup-ai-c-anchor {
  display: none;

  /* position: fixed;
  top: 50%;
  right: 0;
  background-color: #F7F7F7;
  border-radius: 0px 3px 3px 0px;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05);
  transform: translateY(-50%);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s; */
}

@media only screen and (max-width: 768px) {
  .skillup-ai-c-anchor {
    display: none;
  }
}

.skillup-ai-c-anchor .c-anchor__list ul li a::before {
  content: url('https://www.skillupai.com/assets/unique/course/subsidy-seminar/img/menu_arrow.svg');
  margin-right: 0.5rem;
}

.skillup-ai-c-anchor .c-anchor__list {
  padding: 26px 16px;
}

.skillup-ai-c-anchor .c-anchor__list ul li+li {
  margin-top: 12px;
}

.skillup-ai-c-anchor .c-anchor__list ul li a {
  color: #333333;
  font-size: 0.7rem;
  transition: 0.3s;
}

.skillup-ai-c-anchor .c-anchor__list ul li a.-current,
.skillup-ai-c-anchor .c-anchor__list ul li a:hover {
  color: #103870 !important;
}

.skillup-ai-c-anchor.-scroll {
  opacity: 1;
  pointer-events: all;
}

/* 個別ヘッダーのスタイル */
html.menu-open {
  overflow: hidden;
  height: 100%;
  -ms-touch-action: none;
  touch-action: none;
}

.drawer_button {
  display: block;
  background: none;
  outline: none;
  border: none;
  padding: 0;
  width: 50px;
  height: 50px;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1020;
  background-color: #fff;
}

.drawer_button .hamburger {
  position: relative;
  height: 4.5333333333vw;
  width: 5.3333333333vw;
  margin: 0 auto;
}

.drawer_button .hamburger span {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #1d3173;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
}

.drawer_button .hamburger span:nth-child(1) {
  top: 10%;
}

.drawer_button .hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: auto;
}

.drawer_button .hamburger span:nth-child(3) {
  bottom: 10%;
}

.drawer_button.active .hamburger span:nth-child(1) {
  top: 47%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.drawer_button.active .hamburger span:nth-child(2) {
  background: none;
}

.drawer_button.active .hamburger span:nth-child(3) {
  bottom: 48%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

@media screen and (max-width: 834px) {
  #header_sp {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1010;
    line-height: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    height: 13.3333333333vw;
  }

  #header_sp .header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 13.3333333333vw;
  }

  #header_sp .header_wrap .header_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 4vw;
    position: relative;
    z-index: 1020;
    gap: 1rem;
  }

  #header_sp .header_wrap .header_left .header_logo a {
    display: block;
  }

  #header_sp .header_wrap .header_left .header_logo img {
    width: auto;
    height: 20px;
  }

  body.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }

  body.active #nav_sp .drawer_nav_sp {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  #nav_sp {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  #nav_sp .drawer_bg {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }

  #nav_sp .drawer_nav_sp {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 13.3333333333vw 0 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #fff;
  }

  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp {
    padding: 8vw 0 0;
  }

  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul li a {
    display: block;
    position: relative;
    width: 100%;
    color: #1a1a1a;
    font-weight: bold;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    padding: 3.4666666667vw 11.7333333333vw;
  }

  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul li.target a {
    font-weight: normal;
    font-size: 3.7333333333vw;
  }

  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul li.target.first {
    margin-top: 3.7333333333vw;
  }

  #nav-footer_sp {
    display: none;
    background-color: rgba(247, 247, 248, 0.8);
    position: fixed;
    z-index: 800;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2.6666666667vw 9.8666666667vw;
  }

  #nav-footer_sp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }

  #nav-footer_sp .button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #d29c08;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 3.7333333333vw;
    width: 42.6666666667vw;
    height: 8vw;
    border-radius: 22px;
  }

  #nav-footer_sp .button.inquiry a {
    color: #fff;
    background-color: #104094;
  }

  #content .fvArea {
    padding-top: 13.3333333333vw;
  }
}

@media screen and (min-width: 835px) {
  #header {
    line-height: 1;
    width: 100%;
    height: 90px;
    z-index: 1100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
  }

  #header .header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 90px;
  }

  #header .header_wrap .header_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    padding-left: 30px;
  }

  #header .header_wrap .header_left .header_logo img {
    display: block;
    width: auto;
    height: 28px;
  }

  #header .header_wrap .header_left .header_catchcopy {
    font-size: 15px;
    white-space: nowrap;
  }

  #header .header_wrap .header_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px 0 0;
  }

  #header .header_wrap .header_right .header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #header .header_wrap .header_right .header_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #header .header_wrap .header_right .header_menu ul li {
    white-space: nowrap;
  }

  #header .header_wrap .header_right .header_menu ul li a {
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #header .header_wrap .header_right .header_menu ul.menu1 li {
    margin-left: 26px;
  }

  #header .header_wrap .header_right .header_menu ul.menu1 li:first-of-type {
    margin-left: 0;
  }

  #header .header_wrap .header_right .header_menu ul.menu1 li a:hover {
    color: #d29c08;
  }

  #header .header_wrap .header_right .header_menu ul.menu2 {
    margin-left: 30px;
  }

  #header .header_wrap .header_right .header_menu ul.menu2 li {
    margin-left: 10px;
  }

  #header .header_wrap .header_right .header_menu ul.menu2 li.button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.15);
    color: #fff;
    background-color: #d29c08;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    width: 150px;
    height: 44px;
    border-radius: 22px;
  }

  #header .header_wrap .header_right .header_menu ul.menu2 li.button.inquiry a {
    color: #fff;
    background-color: #104094;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1200px) {
  #header .header_wrap .header_right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #header .header_wrap .header_right .header_menu .menu1 li {
    margin-left: 1.4vw;
  }

  #header .header_wrap .header_right .header_menu .menu1 li a {
    font-size: 14px;
  }

  #header .header_wrap .header_right .header_menu .menu2 {
    margin-left: 1vw;
  }

  #header .header_wrap .header_right .header_menu .menu2 .button a {
    width: 130px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  #header .header_wrap .header_right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #header .header_wrap .header_right .header_menu .menu1 li {
    margin-left: 1.4vw;
  }

  #header .header_wrap .header_right .header_menu .menu1 li a {
    font-size: 14px;
    height: 30px;
  }

  #header .header_wrap .header_right .header_menu .menu2 {
    margin-left: 1vw;
  }

  #header .header_wrap .header_right .header_menu .menu2 .button a {
    width: 130px;
  }
}

/* 個別フッターのスタイル */
#footer {
  position: relative;
  background-color: #f4f5f7;
}

#footer img {
  display: block;
}

#footer .logo {
  width: 208px;
}

#footer .logo a {
  display: block;
}

#footer .link {
  font-size: 12px;
}

#footer .link a {
  color: #333;
}

#footer .copy {
  color: #888;
  font-size: 11px;
}

@media screen and (max-width: 834px) {
  footer#footer {
    text-align: center;
    padding-top: 8vw;
    padding-bottom: 18.6666666667vw;
  }

  #footer .logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.8vw;
  }

  #footer .link {
    margin-bottom: 6.9333333333vw;
  }

  #footer .link li {
    line-height: 2.6;
  }
}

@media screen and (min-width: 835px) {
  footer#footer {
    padding: 33px 70px 18px;
  }

  #footer .logo {
    float: left;
    margin-bottom: 26px;
  }

  #footer .logo a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  #footer .logo a:hover {
    opacity: 0.7;
  }

  #footer .link {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }

  #footer .link li {
    margin-left: 3em;
  }

  #footer .link a:hover {
    color: #146ade;
  }

  #footer .copy {
    clear: both;
  }
}