* {
  margin: 0;
  padding: 0;
  min-height: 0;
  min-width: 0;
  box-sizing: border-box;
}

/* html,
body,
div,
article,
section,
aside,
header,
footer,
hgroup,
nav,
h1,
h2,
h3,
ul,
li,
a,
p,
small,
img {
    border: none;
    display: block
} */

html {
  width: 100%;
  height: 100%;
  font-size: 11px;
  position: static;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media screen and (max-width: calc(576px - 0.2px)) {
  html {
    font-size: 10px;
  }
}

@media screen and (min-width: 575.9px) {
  html {
    font-size: 11px;
  }
}

@media screen and (min-width: 767.8px) {
  html {
    font-size: 12px;
  }
}

@media screen and (min-width: 992px) {
  html {
    font-size: 13px;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 14px;
  }
}

@media screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1680px) {
  html {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 20px;
  }
}

.din-2014 {
  font-family: "din-2014", sans-serif;
  font-style: normal;
}

.weight-normal {
  font-weight: 500 !important;
}

.weight-bold {
  font-weight: 700 !important;
}

body {
  height: 100%;
  width: 100%;
  position: relative;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* main#main-content {
    overflow-x: hidden;
} */

main#main-content a {
  text-decoration: none;
  color: #333333;
  display: block;
}

.pt #content {
  /* padding-top: 7.75rem; */
  /* padding-top: 120px; */
  padding-top: 100px;
  padding-bottom: 5rem;
  margin-top: 0;
}

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

.confirmation-page #content {
  padding-top: 0;
  margin-top: 0;
}

footer#footer {
  overflow-x: hidden;
}

@media (max-width: 750px) {
  footer#footer {
    padding: 0;
  }
}

@media screen and (max-width: calc(576px - 0.2px)) {
  body::before {
    /* content: "sm"*/
  }
}

@media screen and (min-width: 768px) and (max-width: calc(992px - 0.2px)) {
  body::before {
    /*content: "lg"*/
  }
}

@media screen and (min-width: 1200px) {
  body::before {
    /*content: "xl"*/
  }
}

/* a {
    zoom: 1;
    outline: 0;
    color: #333333;
    text-decoration: none
}

img {
    width: 100%;
    outline: 0;
    border: 0;
    border-style: none
} */
img {
  max-width: 100%;
}

@media screen and (max-width: calc(992px - 0.2px)) {
  img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

ul,
li {
  list-style: none;
  list-style-image: none;
}

dl,
ol,
ul {
  margin-bottom: 0;
}

label {
  display: inline-block;
  vertical-align: middle;
}

/* ul,
li,
a,
small {
    display: block
} */

iframe {
  border: 0;
}

.hide {
  display: none !important;
}

.show-block {
  display: block !important;
}

.show-inline {
  display: inline !important;
}

.show-inline-block {
  display: inline-block !important;
}

.show-flex {
  display: flex !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.pc {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: calc(768px - 0.2px)) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 576px) {
  .sm-hide {
    display: none !important;
  }

  .sm-show-block {
    display: block !important;
  }

  .sm-show-inline {
    display: inline !important;
  }

  .sm-show-inline-block {
    display: inline-block !important;
  }

  .sm-show-flex {
    display: flex !important;
  }

  .sm-text-left {
    text-align: left !important;
  }

  .sm-text-center {
    text-align: center !important;
  }

  .sm-text-right {
    text-align: right !important;
  }
}

@media screen and (min-width: 768px) {
  .md-hide {
    display: none !important;
  }

  .md-show-block {
    display: block !important;
  }

  .md-show-inline {
    display: inline !important;
  }

  .md-show-inline-block {
    display: inline-block !important;
  }

  .md-show-flex {
    display: flex !important;
  }

  .md-text-left {
    text-align: left !important;
  }

  .md-text-center {
    text-align: center !important;
  }

  .md-text-right {
    text-align: right !important;
  }
}

@media screen and (min-width: 992px) {
  .lg-hide {
    display: none !important;
  }

  .lg-show-block {
    display: block !important;
  }

  .lg-show-inline {
    display: inline !important;
  }

  .lg-show-inline-block {
    display: inline-block !important;
  }

  .lg-show-flex {
    display: flex !important;
  }

  .lg-text-left {
    text-align: left !important;
  }

  .lg-text-center {
    text-align: center !important;
  }

  .lg-text-right {
    text-align: right !important;
  }
}

iframe {
  max-width: 100%;
}

.section__inner {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: calc(768px - 0.2px)) {
  .section__inner {
    margin: 0 auto;
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: calc(1200px - 0.2px)) {
  .section__inner {
    max-width: 61.25rem;
    margin: 0 auto;
  }

  .section-home_our-services .section__inner,
  .section-home_reason .section__inner,
  .section-home_seminar .section__inner,
  .section.section-home_seminar .section__inner,
  .section-home_dl .section__inner,
  .section-home_flow .section__inner {
    max-width: 77.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .section__inner {
    max-width: 61.25rem;
    margin-left: auto;
    margin-right: auto;
  }

  .section-home_our-services .section__inner,
  .section-home_reason .section__inner,
  .section-home_seminar .section__inner,
  .section.section-home_seminar .section__inner,
  .section-home_dl .section__inner,
  .section-home_flow .section__inner {
    max-width: 77.5rem;
  }
}

a:hover {
  opacity: 0.8;
}

.cc-btn {
  padding-right: 1.5rem !important;
}

.link-txt {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: max(0.875rem, 14px);
  letter-spacing: 0.02em;
  line-height: 1;
  color: #333333;
  font-weight: 600;
}

.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.btn-primary .link .svg-arrow-back {
  fill: #ffffff;
  margin-left: 4.5rem;
  margin-right: 2rem;
}

#content .pt_pickup .btn-primary {
  margin-top: 2.1875rem;
}

main#main-content .btn-primary .link,
#content .pt_pickup .btn-primary .link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 18.75rem;
  height: 3.9rem;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 20rem;
  color: #ffffff;
  background: -webkit-linear-gradient(0deg, #079ba0, #0582ca 90%);
  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

#content .pt_pickup .btn-primary a {
  text-decoration: none;
}

#content .pt_pickup .btn-primary.back-to-top .link {
  justify-content: center;
}

.btn-primary .link:hover {
  background-color: #d29c09;
  color: #ffffff;
}

.btn-primary .link:hover .svg-arrow-back {
  fill: #ffffff;
}

.section-home_news .btn-primary {
  padding-bottom: 6rem;
}

/*
.svg-arrow-back {
    width: 0.266rem;
    height: auto;
    fill: #fff;
}
*/

.svg-arrow-back {
  width: 0.4rem;
  height: auto;
  fill: #333333;
}

.our-services__case .box-child .box-child-title p {
  font-size: 1.75rem;
}

.flex {
  display: flex;
}

.catch-copy__heading__primary {
  font-size: 3.664rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1.3rem;
}

.catch-copy__heading__secondary {
  font-size: 2.2rem;
  letter-spacing: 0;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 1em;
}

.catch-copy__heading__secondary.gradation {
  background: linear-gradient(0deg, #d29c09, #e3ce77 90%);
  background: -webkit-linear-gradient(0deg, #d29c09, #e3ce77 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: 400;
}

.marker {
  background: linear-gradient(transparent 60%, #f7e7bb 0%);
  padding-left: 1rem;
  padding-right: 1rem;
}

.gradation {
  background: linear-gradient(0deg, #e3ce77, #d29c09 90%);
  background: -webkit-linear-gradient(0deg, #e3ce77, #d29c09 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Header */

.header {
  box-shadow: none;
  height: auto;
}

.header a {
  zoom: 1;
  outline: 0;
  color: #000000;
  text-decoration: none;
}

.header img {
  width: 100%;
  outline: 0;
  border: 0;
  border-style: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
}

.header-title svg {
  width: 13.75rem;
}

.header-title.logo {
  position: relative;
  top: 0;
}

.header-title .logo-subtext {
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 1rem;
}

@media screen and (max-width: 768px) {
  .header-title .logo-subtext {
    color: #000;
    font-size: 1.6rem;
    line-height: 2;
    padding-left: 2.5rem;
    margin-bottom: 0.8rem;
  }
}

.header-title svg .cls-1 {
  fill: #fff;
}

.header-title svg .cls-2 {
  fill: #fff;
}

.header.change-color .header-title svg .cls-1 {
  fill: #929192;
  transition: 0.3s;
}

.header.change-color .header-title svg .cls-2 {
  fill: #d29c08;
  transition: 0.3s;
}

.header.change-color {
  transition: 0.3s;
}

.header-inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 1rem;
  box-sizing: content-box;
  transition: height 0.3s ease;
  position: relative;
}

@media screen and (min-width: 768px) {
  .header-inner {
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    box-sizing: border-box;
  }
}

.header.change-color .header-inner {
  transition: 0.3s;
  background: #fff;
  height: auto;
}

.header-title.logo {
  position: absolute;
}

.header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.header-title.logo svg {
  width: 180px;
  aspect-ratio: 20/3;
}

.header-nav {
  margin-left: auto;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 301;
}

.header-nav-list {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.header-nav.pc .header-nav-list > li:not(:first-child) {
  margin-left: 0.5rem;
}

.header-nav.pc .header-nav-list > li:last-child {
  margin-left: 2.25rem;
  position: relative;
}

.header-nav.pc .header-nav-list > li:last-child::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  width: 0;
  border-left: 1px solid #e6e6e6;
}

a.header-nav-item-link.btn-demo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.75rem;
  height: 2.5rem;
  letter-spacing: 0.02em;
  border: 1px solid #079ba0;
  border-radius: 20rem;
  background-color: #fff;
  color: #079ba0 !important;
  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

a.header-nav-item-link.btn-person {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.75rem;
  height: 2.5rem;
  letter-spacing: 0.02em;
  border: none;
  color: #fff !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border-radius: 5px;
  background: #003fab;
  font-size: 16px;
  font-weight: 400;
}

a.header-nav-item-link.btn-corporation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.75rem;
  height: 2.5rem;
  letter-spacing: 0.02em;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #003fab;
  background: #fff;
  color: #003fab !important;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

a.header-nav-item-link.btn-corporation::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}

a.header-nav-item-link.btn-individual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.75rem;
  height: 2.5rem;
  letter-spacing: 0.02em;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #3e5b6d;
  background: #fff;
  color: #000 !important;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5rem;
}

.icon-individual {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}

.header-nav-item-link {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: max(0.875rem, 12px);
  letter-spacing: 0.02em;
  font-weight: 600;
}

.header-nav-item-link svg {
  width: 0.75rem;
  margin-left: 0.4rem;
  fill: #fff;
}

.header-nav-item-link {
  position: relative;
}

.header-nav-item-link.seminar::after {
  content: url("https://www.skillupai.com/private-training/wp-content/themes/skillupai_pt/assets/svg/arrow_right_og-sp.svg");
  display: inline-block;
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
}

.header.change-color .header-nav-item-link svg {
  fill: #333;
}

.header.change-color .header-nav-item-link {
  color: #333;
  transition: 0.3s;
  line-height: 1;
}

.header-nav-item-link.button.demo-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  min-width: 165px;
  min-height: 40px;
  border-radius: 20px;
  border: 1px solid #079ba0;
  background: #fff;
  color: #079ba0;
  text-align: center;
  font-size: max(0.875rem, 12px);
  letter-spacing: 0.02em;
  font-weight: 700;
}

.header-nav-item-link.button.request-button {
  display: flex;
  padding: 0 8px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  min-width: 100px;
  min-height: 35px;
  align-self: stretch;
  border-radius: 4px;
  background: #003fab;
  color: #fff;
  font-feature-settings: "pwid" on;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.2;
}

.header-nav-item-link.button.contact-button {
  display: flex;
  padding: 0 8px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  min-width: 100px;
  min-height: 35px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #003fab;
  background: #fff;
  color: #003fab;
  font-feature-settings: "paid" on;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.2;
}

.dropdown[hidden] {
  display: none !important;
}

.primary-nav.pc {
  background: #fff;
  border-top: 1px solid #e6e6e6;
  position: relative;
  width: 100%;
}

.primary-nav.pc .inner {
  margin-inline: auto;
  padding-inline: 20px;
}

.primary-nav-list {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 8px;
}

.primary-nav-list > li {
  flex: 0 1 auto;
  display: flex;
}

.primary-nav-list .header-nav-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 40px;
  padding: 8px 20px;
  text-decoration: none;
  line-height: 1;
  color: #1a1a1a;
  font-feature-settings: "pwid" on;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
  transition: color 0.2s, background 0.2s;
  position: relative;
}

.primary-nav-list .header-nav-item-link:hover,
.primary-nav-list .header-nav-item-link:focus {
  color: #003fab;
  background: #f4faff;
}

.primary-nav-list .header-nav-item-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #1956b5;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.primary-nav-list .header-nav-item-link:hover::after,
.primary-nav-list .header-nav-item-link:focus::after {
  width: 100%;
}

.primary-nav-list > li.header-nav-item:hover,
.primary-nav-list > li.header-nav-item:focus-within {
  background: #f4faff;
  transition: background 0.2s;
}

@media (max-width: 1100px) {
  .primary-nav-list {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }

  .primary-nav-list > li {
    flex: 1 1 auto;
  }
}

.dropdown.mega {
  padding: 24px 0 32px;
  background: linear-gradient(180deg, #f4faff 50%, #fff 100%);
  z-index: 310;
}

.primary-nav.pc .mega-inner.inner {
  max-width: 872px;
  margin-inline: auto;
  padding-inline: 24px;
}

.mega-grid {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  align-items: flex-start;
  gap: 40px;
}

.mega-media {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 12px;
}

.mega-media a,
.mega-media img {
  display: block;
  width: 100%;
  max-width: 340px;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 auto;
}

.mega-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  height: 100%;
}

.mega-item {
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 12px;
  text-decoration: none;
  position: relative;
  /* border-radius: 4px;
  border: 1px solid #e6e6e6;
  background: #fff; */
  border-bottom: 1px solid #e6e5e6;
  color: #1a1a1a;
  font-feature-settings: "pwid" on;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.mega-item::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("https://www.skillupai.com/wp-content/themes/skillupai/assets/img/common/icon_arrow_right.svg")
    no-repeat center/contain;
}

.mega-item:hover {
  border-color: #cfd7e3;
  background: #f7f9fc;
  transform: translateY(-1px);
}

/* レスポンシブ（幅が狭いPC） */
@media (max-width: 1200px) {
  .mega-grid {
    grid-template-columns: 420px 1fr 1fr;
  }
}

@media (max-width: 1024px) {
  .dropdown.mega {
    display: none !important;
  }
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 300;
  padding-inline: 5rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* 非表示は hidden 属性で */
.dropdown[hidden] {
  display: none !important;
}

/* 開いた状態（JSが .is-open を付ける） */
.primary-nav .dropdown.mega.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* 一時的に常時表示したい場合 */
/* #panel-hrd {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
} */

/* ホバー時に表示 */
.header-nav .toggle-dropdown:hover + .dropdown,
.header-nav .dropdown:hover,
#corporate:hover,
#individual:hover,
#resources:hover {
  display: block;
  opacity: 1;
  visibility: visible;
}

.header-nav .toggle-dropdown:hover + #corporate,
.header-nav .toggle-dropdown:hover + #individual,
.header-nav .toggle-dropdown:hover + #resources {
  display: block;
  opacity: 1;
  visibility: visible;
}

.header-nav .dropdown.expanded,
#corporate.expanded,
#individual.expanded,
#resources.expanded {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* アニメーションの定義 */
@keyframes floatUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ドロップダウンメニュー内の文字列にアニメーションを適用 */
.dropdown ul li {
  opacity: 0;
  animation: floatUp 0.5s ease forwards;
  animation-delay: calc(var(--animation-order) * 0.1s);
}

/* 各リストアイテムにアニメーションの順序を設定 */
.dropdown ul li:nth-child(1) {
  --animation-order: 1;
}

.dropdown ul li:nth-child(2) {
  --animation-order: 2;
}

.dropdown ul li:nth-child(3) {
  --animation-order: 3;
}

.dropdown ul li:nth-child(4) {
  --animation-order: 4;
}

.dropdown ul li:nth-child(5) {
  --animation-order: 5;
}

#corporate,
#individual,
#resources {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.active-menu {
  position: relative;
}

#corporate,
#individual,
#resources {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.active-menu {
  position: relative;
}

.active-menu::after {
  content: "";
  position: absolute;
  bottom: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 0;
  border-bottom: 2px solid #d29c09;
  flex-shrink: 0;
}

.header.change-color .header-inner.expanded {
  height: auto;
  position: relative;
  overflow: visible;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.header.change-color .header-inner.expanded::after {
  content: "";
  position: absolute;
  top: 4.7rem;
  left: 2.5%;
  width: 95%;
  border-top: 1px solid #929192;
}

.horizontal-headings {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#resources .horizontal-headings {
  height: 0;
  margin: 0;
  padding: 0;
}

.horizontal-headings h3,
.horizontal-headings .empty-heading {
  flex: 1;
  text-align: center;
}

.vertical-lists {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

#resources .vertical-lists {
  margin-top: 0;
}

.vertical-lists ul {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.vertical-lists li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.vertical-lists li::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background-image: url("https://www.skillupai.com/private-training/wp-content/themes/skillupai_pt/assets/svg/arrow_right_og.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.vertical-lists li.no-arrow::after {
  display: none;
}

@media (max-width: 1199px) {
  .vertical-lists li::after {
    display: none;
  }
}

.vertical-lists a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}

.vertical-lists a .text-container {
  display: flex;
  flex-direction: column;
}

.vertical-lists a .text-container .font-style-1,
.vertical-lists a .text-container .font-style-2 {
  display: block;
}

.dropdown-section h3 {
  display: flex;
  height: 24px;
  flex-direction: row;
  justify-content: flex-start;
  flex: 1 0 0;
  color: #d29c09;
  font-feature-settings: "pwid" on;
  font-size: max(0.87rem, 14px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.56px;
}

.dropdown-section ul li {
  display: flex;
  align-items: center;
  height: 24px;
  flex-direction: row;
  flex: 1 0 0;
  color: #333;
  font-feature-settings: "pwid" on;
  font-size: max(0.87rem, 14px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.56px;
}

#resources .dropdown-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#resources .vertical-lists {
  display: flex;
  justify-content: center;
  width: 100%;
}

#resources .vertical-lists ul {
  display: none;
}

#resources .vertical-lists ul:nth-child(2) {
  display: block;
  width: auto;
  max-width: 228px;
}

#resources .vertical-lists ul:nth-child(2) li {
  text-align: left;
  width: 100%;
  max-width: 100%;
}

#resources .vertical-lists li::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background-image: url("https://www.skillupai.com/private-training/wp-content/themes/skillupai_pt/assets/svg/arrow_right_og.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.custom-decoration {
  display: inline-block;
  width: 9px;
  height: 1px;
  transform: rotate(180deg);
  background: #d29c09;
  margin-right: 8px;
}

.font-style-1 {
  color: #333;
  font-feature-settings: "pwid" on;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.36px;
  display: block;
}

.font-style-2 {
  color: #333;
  font-feature-settings: "pwid" on;
  font-size: max(0.87rem, 14px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.56px;
  display: block;
}

/* Footer */
.footer a {
  zoom: 1;
  outline: 0;
  color: #000000;
  text-decoration: none;
}

.footer img {
  width: 100%;
  outline: 0;
  border: 0;
  border-style: none;
}

footer .footer__logo {
  width: 10rem;
  margin: 0 auto;
  display: block;
}

.footer-service__title {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #333;
}

.footer-flex__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 61.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  position: relative;
}

.footer-service__inner {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}

.footer-section__service {
  background-color: #f7f7f7;
}

.footer-section__other-link {
  background-color: #a3a3a3;
}

.footer-section__other .footer-other__inner::before {
  position: absolute;
  content: "";
  background: url(https://www.skillupai.com/private-training/wp-content/themes/skillupai_pt/assets/img/common/msk-logo.png) center / cover no-repeat;
  display: block;
  width: 20.375rem;
  height: 21.5rem;
  top: 14%;
  z-index: -1;
  left: 5%;
}

.footer-other__inner {
  position: relative;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.footer__logo.other {
  width: 18.75rem;
}

.footer-other__title {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.02em;
  margin-top: 1rem;
  font-weight: 600;
  color: #fff;
}

.footer-other__title a {
  color: #fff;
}

a.sns__link {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: max(0.87rem, 14px);
  line-height: 1.8;
  gap: 0.5rem;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.footer-group__title {
  text-align: center;
  font-size: max(0.87rem, 14px);
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.header .header-nav-item-link.external-link {
  display: flex;
  align-items: center;
  color: #003fab;
  font-weight: 600;
  text-decoration: none;
}

.header .header-nav-item-link.external-link:hover {
  color: #001f70;
}

.header .header-nav-item-link.external-link svg {
  fill: currentColor;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  margin-left: 0.25rem;
}

.flex-sns-groupe {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 1rem;
}

.catch-copy__heading__primary {
  will-change: transform;
  display: inline-block;
  width: max-content;
}

.other-link-group ul {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.other-link-group ul li {
  position: relative;
}

.other-link-group ul li a::before {
  content: "";
  display: block;
  width: 2px;
  height: 1rem;
  background-color: #fff;
  position: relative;
  top: 0.1rem;
  left: -0.5rem;
}

.other-link-group ul li:first-of-type a:before {
  content: none;
}

.flex-sns,
.sns-group {
  margin-top: 2rem;
}

.other-link-group {
}

.other-link-group ul li a {
  color: #fff;
  font-size: max(0.87rem, 12px);
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0.02em;
  position: relative;
  display: flex;
  align-items: center;
}

svg.i-twitter {
  width: 1.25rem;
}

svg.i-facebook {
  width: 1.286rem;
}

svg.i-youtube {
  width: 1.45rem;
}

svg.i-linkedin {
  width: 1.267rem;
}

footer .copyright {
  font-size: max(0.875rem, 12px);
  letter-spacing: 0.02em;
  font-weight: 300;
  text-align: center;
  background: #d29c07;
  color: #fff;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-gnav .gnav__item {
  font-weight: 500;
  color: #333;
  font-size: max(0.5rem, 12px);
  margin-bottom: 1.3rem;
  letter-spacing: 0.01em;
  line-height: 1.8;
}

.footer-gnav .gnav__item a {
  font-weight: 500;
  color: #333;
  font-size: max(0.87rem, 14px);
  line-height: 1.8;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
}

.list-line {
  position: relative;
  display: flex;
  align-items: center;
}

.gnav__list__sub.other-ptn li {
  gap: 0.55rem;
}

.gnav__list__sub.other-ptn li a.gnav__link {
  position: relative;
  left: 1.6rem;
}

.list-line::before {
  content: "";
  display: block;
  width: 1rem;
  height: 2px;
  background-color: #d29c07;
}

.footer-gnav .gnav__item a svg {
  width: 1rem;
  margin-right: 0.6rem;
}

.gnav__list__sub {
  margin-bottom: 0.8rem;
}

/* HOME */

.hero__mv {
  position: relative;
  width: 75.33%;
  aspect-ratio: 1051 / 685;
  background: url("https://www.skillupai.com/private-training/wp-content/themes/skillupai_pt/assets/img/home/hero-mv02.png") center / cover no-repeat;
  min-height: 480px;
  background-size: contain;
}

.hero__inner {
  padding: 1.4rem;
  padding-bottom: 0;
  position: relative;
}

.hero_form {
  position: absolute;
  top: 67%;
  left: 77.5%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 27rem;
  border-radius: 10px;
  padding: 2rem 1.3rem 2.3rem 2.5rem;
  background: #ffffff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}

.hero_form fieldset.form-columns-2 {
  margin-bottom: 0.5rem;
}

.hero_form .input input {
  height: 2.5rem;
  width: 100%;
  padding: 0 16px;
  border-radius: 0px;
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  font-size: max(0.75rem, 11px);
  color: #a0a0a0;
  font-weight: 400;
}

.hero_form .input input::placeholder {
  color: #a0a0a0;
  font-weight: 400;
}

.hero_form .actions input.hs-button {
  display: inline-block;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  pointer-events: auto;
  cursor: pointer;
}

.hero_form .actions:hover {
  opacity: 0.8;
}

.hero_form fieldset.form-columns-2 .input {
  margin-right: 1.25rem !important;
}

.hero_form .actions {
  position: relative;
  height: 2.5rem;
  display: flex;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  background: #ffea46;
  border-radius: 20rem;
  pointer-events: auto;
  cursor: pointer;
  width: 90%;
  margin: 0 auto;
}

.hero_form .actions::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cpath%20id%3D%22Icon_ionic-ios-arrow-dropright-circle%22%20data-name%3D%22Icon%20ionic-ios-arrow-dropright-circle%22%20d%3D%22M3.375%2C10.375a7%2C7%2C0%2C1%2C0%2C7-7A7%2C7%2C0%2C0%2C0%2C3.375%2C10.375Zm8.228%2C0L8.847%2C7.646a.65.65%2C0%2C0%2C1%2C.919-.919l3.211%2C3.221a.649.649%2C0%2C0%2C1%2C.02.9L9.833%2C14.016a.648.648%2C0%2C1%2C1-.919-.915Z%22%20transform%3D%22translate(-3.375%20-3.375)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5rem;
}

.hero_form
  .hs-form-f51d8027-3167-44e8-880c-132cbfd89763_03dc5696-7760-4c7b-bae9-8b255536deee
  fieldset.form-columns-2
  .input {
  margin-right: 19px;
}

.hero_form .hs-richtext p {
  font-size: max(0.75rem, 10px);
  line-height: 1.8;
  font-weight: 400;
  margin-top: 1rem;
}

.hero_form .hs_submit.hs-submit {
  margin-top: 0.8rem;
}

.hero_form label.hs-main-font-element {
  display: block;
  text-align: center;
  font-size: max(0.75rem, 12px);
  color: #ff0000;
  font-weight: 600;
}

.hero_form
  .hs-form-f51d8027-3167-44e8-880c-132cbfd89763_e4298465-59be-49a1-a541-795c5fbf4fa6
  fieldset.form-columns-1
  .hs-input {
  width: 97%;
}

.hero_form .hs-richtext p a {
  display: inline-block !important;
  font-weight: 600;
  text-decoration: underline;
}

.hero_form .hs-richtext p a:hover {
  text-decoration: none;
}

.hero_form .input select {
  height: 2.5rem;
  width: 100%;
  padding: 0 16px;
  border-radius: 0px;
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  font-size: max(0.75rem, 11px);
  color: #a0a0a0;
  font-weight: 400;
}

.hero_form .input input:focus,
.hero_form .input input:active {
  background-color: white;
  border: 1px solid #f8f8f8;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.hero_form ul.no-list.hs-error-msgs.inputs-list {
  display: none;
}

.hero_form h3.font_0 {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
}

.hero_form .hs-richtext.hs-main-font-element {
  margin-bottom: 1rem;
}

.hero_form h3.font_0 span {
  color: #0e3467 !important;
}

.hero_form h3.font_0 span strong {
  font-weight: 600;
}

.hero_form label {
  font-size: max(0.75rem, 12px);
  color: #333333;
  font-weight: 400;
  margin-bottom: 0.3rem;
}

.hero_form input,
.hero_form select {
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
}

.hero__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  /* -ms-transform: translate(-62%, -45%);
    -webkit-transform: translate(-62%, -45%);
    transform: translate(-78.5%, -37%); */
  -ms-transform: translate(-62%, -45%);
  -webkit-transform: translate(-62%, -45%);
  transform: translate(-62%, -45%);
  margin: 0;
  padding: 0;
}

.hero__ttl svg {
  /* width: 43.6112vw; */
  width: 50.833vw;
}

.hero__ttl img {
  /* width: 39.375vw; */
  width: 50.833vw;
  max-width: none;
}

.section-home_program-info {
  position: relative;
  padding-top: 0rem;
}

.section-home_logo-area {
  background: #ffffff;
  padding-bottom: 5.5rem;
  padding-top: 7.5rem;
}

.home-program-info__content {
  /* max-width: 43.75rem;*/
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1.4rem;
}

.home-program-info__content .text {
  text-align: left;
}

.section-home_our-services {
  position: relative;
  /* background: #F9F9F9; */
  background: linear-gradient(#fff, #fff 42%, #f9f9f9 42%, #f9f9f9);
  padding-top: 2.5rem;
  padding-bottom: 0rem;
  margin-top: -2rem;
}

.section-home_our-services .roadmap {
  margin: 80px auto 80px;
  max-width: 980px;
  width: 80%;
}

.section-home_our-services #particles-js canvas {
  z-index: 0;
  top: 15%;
  height: 85% !important;
}

.section-home_reason::before,
.section-home_dl::before {
  content: "";
  position: absolute;
  height: 5.25rem;
  width: 100%;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  background-color: #f9f9f9;
  left: 0;
  top: 0;
}

.section-home_our-services .catch-copy__heading__primary,
.section-home_reason .catch-copy__heading__primary,
.section-home_flow .catch-copy__heading__primary,
.section-home_faq .catch-copy__heading__primary,
.section-home_seminar .catch-copy__heading__primary,
.section-home_voice .catch-copy__heading__primary,
.section-home_dl .catch-copy__heading__primary {
  font-size: 2.344rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1.3rem;
  display: block;
  margin: 0 auto;
  position: relative;
}

.section-home_our-services .catch-copy__heading__primary::before,
.section-home_reason .catch-copy__heading__primary::before,
.section-home_flow .catch-copy__heading__primary::before,
.section-home_faq .catch-copy__heading__primary::before,
.section-home_seminar .catch-copy__heading__primary::before,
.section-home_voice .catch-copy__heading__primary::before,
.section-home_dl .catch-copy__heading__primary::before {
  position: absolute;
  background-image: linear-gradient(to right, transparent, #d4a217);
  height: 1px;
  top: 145%;
  left: 0%;
  /* transform: translateX(-50%); */
  width: 50%;
  content: "";
}

.section-home_our-services .catch-copy__heading__primary::after,
.section-home_reason .catch-copy__heading__primary::after,
.section-home_flow .catch-copy__heading__primary::after,
.section-home_faq .catch-copy__heading__primary::after,
.section-home_seminar .catch-copy__heading__primary::after,
.section-home_voice .catch-copy__heading__primary::after,
.section-home_dl .catch-copy__heading__primary::after,
.catch-copy__heading__primary.under::after {
  position: absolute;
  background-image: linear-gradient(to left, transparent, #d4a217);
  height: 1px;
  top: 145%;
  left: 50%;
  /* transform: translateX(-50%); */
  width: 50%;
  content: "";
}

.catch-copy__heading__primary.under::before {
  position: absolute;
  border-bottom: 2px solid #d4a217;
  top: 115%;
  left: 50%;
  transform: translateX(-50%);
  width: 6.1878rem;
  content: "";
}

.catch-copy__heading__primary.under::after {
  content: none;
}

.section-home_our-services .section__inner {
  z-index: 4;
}

.section-home_our-services::before {
  content: "";
  position: absolute;
  height: 7.25rem;
  width: 100%;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  background-color: #ffffff;
  left: 0;
  top: 42%;
  transform: translateY(-1px);
  z-index: 3;
}

.section-home_our-services::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #f9f9f9;
  left: 0;
  top: 42%;
  bottom: 0%;
  display: block;
  z-index: 2;
}

.c-card {
  margin-top: 3rem;
  position: relative;
  width: 100%;
  border: 1px solid #d29c09;
  background: #fff;
  border-radius: 5px;
  padding: 4rem 3.3rem;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}

.feature-card-area {
  margin-top: 6rem;
}

.section-home_reason {
  padding-top: 8.6rem;
  position: relative;
}

div#particles-js02 canvas {
  height: auto !important;
  top: 10%;
}

div#particles-js03 canvas {
  height: auto !important;
  top: 60%;
}

.feature-card {
  margin-top: 5rem;
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 4rem 3rem;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}

.home-contact-banner {
  position: relative;
}

.section-home-banner {
  margin-top: 6rem;
}

.banner__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  width: 90%;
}

.banner-ttl {
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 1.2rem;
}

.btn-primary.banner-ptn .svg-arrow-back {
  fill: #079ba0;
  margin-left: 1.5rem;
}

.btn-primary.banner-ptn .link:hover .svg-arrow-back {
  fill: #079ba0;
}

main#main-content .btn-primary.banner-ptn a.link {
  position: relative;
  top: 0;
  left: 0;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(0%, 0%);
  background: #ffea46;
  border: 2px solid #ffea46;
  color: #079ba0;
}

main#main-content .btn-primary.banner-ptn a.link:hover {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #079ba0;
  opacity: 1;
}

.section-home-banner.secund {
  margin-top: 0rem;
}

.home-contact-banner::before {
  content: "";
  display: block;
  background-image: url(https://www.skillupai.com/private-training/wp-content/themes/skillupai_pt/assets/img/common/contact-banner__bk.png);
  width: 100%;
  height: 20rem;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.home-contact-banner a {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  width: 33rem;
}

.c-card__contents,
.t-tab__contents,
.feature-card__contents {
  display: flex;
  flex-direction: row;
  gap: 3.3rem;
}

.feature-card__contents {
  gap: 2rem;
}

.t-tab__contents.reverse,
.feature-card__contents.reverse {
  flex-direction: row-reverse;
}

.c-card__title,
.t-tab__title,
.feature-card__title {
  color: #d29c09;
  font-weight: 600;
  font-size: 1.75rem;
  margin-top: 0.7rem;
}

.feature-card__title {
  color: #000000;
}

.c-card__flex {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.c-card__flex .left {
  width: 3.586rem;
}

.svg-icon-circle {
  position: relative;
  background: #ffffff;
  border: 2px solid #d29c09;
  border-radius: 10rem;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-svg-icon-circle {
  position: absolute;
  top: -13%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  background: #ffffff;
  border-radius: 10rem;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}

.svg-icon-star {
  width: 1.875rem;
  height: auto;
}

.svg-icon-course {
  width: 1.875rem;
  height: auto;
}

.svg-icon-meeting {
  width: 1.875rem;
  height: auto;
}

.svg-icon-graph {
  width: 1.875rem;
  height: auto;
}

.c-card__flex .right .c-card__title {
  margin-top: 0.08rem;
  font-size: 1.625rem;
}

.svg-icon-circle .svg-icon-light {
  width: 1.5rem;
  height: auto;
}

.svg-icon-circle::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1.4376rem;
  height: 2px;
  background: #d29c09;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(107%, -50%);
  margin: 0;
  padding: 0;
  border-radius: 0px 30px 30px 0px;
}

.t-tab__title {
  font-size: 1.75rem;
  color: #333333;
}

.c-card__text,
.feature-card__text {
  margin-top: 1rem;
}

.t-tab__text {
  margin-top: 1rem;
}

.feature-card__text {
  line-height: 2.14;
}

.feature-card__title {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #000000;
}

.map-txt-link {
  font-size: max(0.75rem, 10px);
  color: #333333;
  font-weight: 400;
  margin-top: 0.3rem;
  display: inline-block;
  float: right;
}

main#main-content .other-txt-link {
  font-size: max(0.875rem, 10px);
  color: #079ba0;
  font-weight: 400;
  margin-top: 1rem;
  display: inline-block;
}

.other-txt-link .svg-arrow-back {
  fill: #079ba0;
}

.c-card__title___secondary,
.t-tab__title___secondary {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 1rem;
}

.t-tab__title___secondary {
  font-weight: 400;
}

.c-card__thumbnail,
.t-tab__thumbnail {
  max-width: 14.8rem;
  margin-top: 1rem;
}

.feature-card__thumbnail {
  max-width: 27.1876rem;
}

.feature-card__box {
  width: 60%;
}

.feature-card__contents.full .feature-card__box {
  width: 100%;
}

.c-card__thumbnail-pict,
.t-tab__thumbnail-pict,
.feature-card__thumbnail-pict {
  display: block;
  width: 100%;
  height: auto;
}

.c-card__info,
.t-tab__info {
  background: #f9f9f9;
  margin: 0 auto;
  position: relative;
  padding: 1.8rem 1.8rem;
  margin-top: 2.5rem;
}

.c-card__info.feature-point {
  margin-top: 2rem;
}

.c-card__category {
  font-size: 1.125rem;
  font-weight: 600;
  color: #d29c09;
}

.point {
  position: absolute;
  font-size: max(0.9375rem, 13px);
  letter-spacing: 0;
  background: #d29c09;
  display: inline-block;
  font-weight: 600;
  border-radius: 18px;
  font-style: italic;
  color: #ffffff;
  padding: 0.0625rem 1.4135rem;
  margin-top: -2.45rem;
  margin-left: -0.9rem;
}

.feature {
  position: absolute;
  font-size: 1.75rem;
  letter-spacing: 0;
  display: inline-block;
  font-weight: 600;
  font-style: normal;
  color: #e3cd75;
  margin-top: -5.25rem;
  margin-left: -1.9rem;
}

.feature .num {
  position: absolute;
  font-size: 4.5rem;
  letter-spacing: 0;
  display: inline-block;
  font-weight: 600;
  font-style: italic;
  color: #d29c09;
  margin-top: -2.2rem;
  margin-left: 1.5rem;
  opacity: 0.42;
}

/* .slide-logo-container {
    display: flex;
    width: 150%;
    position: relative;
}

.slide-logo-wrap {
    white-space: nowrap;
    width: 100%;
    position: relative;
    will-change: transform;
}

.slide-logo-wrap-right {
    position: absolute;
    right: 150vw;
} */

/* 画像を連続して表示するためのCSS */
.slide-logo-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 150%;
}

.slide-logo-wrap {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
}

.slide-logo-wrap-right {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
}

.slide-logo-wrap02 {
  white-space: nowrap;
  width: 100%;
  position: relative;
  will-change: transform;
}

.slide-logo-wrap-left {
  position: absolute;
  right: 150vw;
}

.slide-logo-container img {
  width: 150%;
  height: auto;
}

.feature-card__title___secondary {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2;
}

.feature-card__contents.middle .feature-card__box {
  max-width: 60%;
  width: 100%;
}

.feature-card__contents.middle .feature-card__thumbnail {
  width: 27.1876rem;
  display: flex;
  justify-content: end;
  align-items: center;
}

.feature-card__contents.middle
  .feature-card__thumbnail
  img.feature-card__thumbnail-pict {
  width: 23rem;
}

.flex-feature-card {
  display: flex;
  justify-content: space-around;
  gap: 2.5rem;
}

.flex-feature-card .feature-card__contents.middle {
  flex-direction: column;
}

.flex-feature-card .feature-card__contents.middle .feature-card__box {
  width: 100%;
  max-width: max-content;
}

.flex-feature-card .feature-card__contents.middle .feature-card__title {
  margin-top: 0;
}

.feature-card__title___third {
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.feature-card__title___secondary .lms {
  display: block;
  letter-spacing: 0.02em;
  font-size: 1.5625rem;
  line-height: 1;
}

.t-tab__info .point,
.t-tab__info .info-item:before {
  background: #079ba0;
}

.t-tab__info .point::after {
  color: #079ba0;
}

.info-item {
  font-size: 1rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  padding-left: 0.95rem;
}

.info-item .other-txt-link {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.info-item-sml {
  font-size: max(0.8rem, 12px);
  color: #0e3466;
  margin-top: 0.5rem;
}

.info-item:before {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.65rem;
  content: "";
  background: #079ba0;
}

a.txt-under_link {
  display: inline;
  text-decoration: underline;
  color: #079ba0;
  font-weight: 600;
}

a.txt-under_link:hover {
  text-decoration: none;
}

.point::after {
  content: "!";
  position: absolute;
  color: #d29c09;
  font-size: 2.25rem;
  line-height: 1;
  margin-left: 1.65rem;
  margin-top: -0.5rem;
  transform: rotate(5deg);
}

.tab_set {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
  min-width: 1008px;
}

.tab_label {
  font-size: 1rem;
  color: #333;
  border-radius: 10px 10px 0 0;
  padding: 1.7189rem 1rem 0.8rem;
  /*width: 15rem;*/
  width: 19.06rem;
  text-align: center;
  margin-right: 0.41rem;
  order: -1;
  position: relative;
  line-height: 1;
  cursor: pointer;
  font-weight: 600;
  border: 1px solid transparent;
  border-bottom: none;
}

label.tab_label.l-col04 {
  margin-right: 0;
}

/* .l-col01 {
    background-color: #079BA0;
}

.l-col02 {
    background-color: #E0B934;
}

.l-col03 {
    background-color: #0582CA;
}

.l-col04 {
    background-color: #333;
} */

.l-col01 {
  background-color: #f3e5b2;
}

.l-col02 {
  background-color: #efdd9a;
}

.l-col03 {
  background-color: #e9c65d;
}

.l-col04 {
  background-color: #deaf00;
}

.svg-arrow__under {
  max-width: max(0.6rem, 10px);
  margin: 0 auto;
  margin-top: 1rem;
  fill: #333;
  display: block;
}

.tab_content-area {
  display: none;
  background: #ffffff;
  border-radius: 0px 0px 10px 10px;
  padding: 2rem 5.5rem 3.5rem 5.6rem;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}

.tab_switch:checked + .tab_label {
  background: #ffffff;
  color: #d29c09;
  border: 1px solid #d29c09;
  border-bottom: none;
  position: relative;
}

.tab_switch:checked + .tab_label::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  background: #ffffff;
}

.tab_switch:checked + .tab_label .svg-arrow__under {
  fill: #d29c09;
}

.tab_switch:checked + .tab_label + .tab_content-area {
  display: block;
  border: 1px solid #d29c09;
  width: 100%;
}

.tab_switch {
  display: none;
}

.home-flow-img {
  margin-top: 4.4em;
}

.home-flow-img img {
  margin: 0 auto;
  /* max-width: 55rem;*/
}

.section-home_flow {
  padding-top: 0rem;
  background: #f9f9f9;
  padding-bottom: 4rem;
}

.faq-card-area {
  /*max-width: 42.5rem;*/
  margin: 0 auto;
  margin-top: 4.5rem;
}

.section-home_faq {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.faq-card {
  margin-top: 1.7rem;
  position: relative;
  width: 100%;
  background: #f9f9f9;
  border-radius: 5px;
  padding: 2.5rem 4rem;
}

.faq-card__title {
  color: #d29c09;
  font-weight: 600;
  font-size: 1.125rem;
  position: relative;
  padding-left: 1.95rem;
  padding-bottom: 0.75rem;
  margin-bottom: 1em;
  border-bottom: 1px solid #d29c09;
}

.faq-card__title::before {
  content: "Q";
  font-size: 1.6398rem;
  display: block;
  position: absolute;
  left: 0;
  top: -0.5rem;
}

.faq-card__text {
  position: relative;
  padding-left: 1.95rem;
}

.faq-card__text::before {
  content: "A";
  font-size: 1.6398rem;
  display: block;
  position: absolute;
  left: 0;
  top: -0.5rem;
  font-weight: 600;
  color: #d29c09;
}

.seminar-card-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 4.5rem;
  margin-bottom: 4rem;
  gap: 1rem;
}

.section-home_dl ul.seminar-card-flex.dl {
  margin-top: 3.5rem;
}

.section-home_seminar {
  padding-top: 5.4rem;
  background: #f9f9f9;
  padding-bottom: 0rem;
}

.seminar-card__category {
  font-size: max(0.7rem, 12px);
  letter-spacing: 0;
  line-height: 1;
  padding-top: 0.18rem;
  padding-bottom: 0.2rem;
  font-weight: 400;
  color: #fff;
  max-width: 4.875rem;
  text-align: center;
  background: #027fce;
  border-radius: 13px;
}

.seminar-card__category.fin {
  background: #bababa;
}

.seminar-card__title {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: 600;
  color: #333333;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.seminar-card__contents {
  padding: 1.3rem 1.4rem;
}

.seminar-card .time,
.seminar-card .location {
  font-size: max(0.875rem, 12px);
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: 400;
  color: #333333;
}

.seminar-card {
  max-width: 24.375rem;
  border-radius: 5px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}

.seminar-card__contents.dl .seminar-card__title {
  font-size: 1.125rem;
}

.seminar-card__text {
  padding-bottom: 1.5rem;
}

.seminar-card__contents.dl .seminar-card__category {
  background: #ffffff;
  color: #d29c09;
  border: 1px solid #d29c09;
}

.voice-card-flex li {
  width: 31.452%;
}

.voice-logo__area {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.section-home_voice .section__inner {
  max-width: 77.5rem;
}

.voice-card-flex li .voice-card {
  /*display: flex;
    align-items: center;
    width: 100%;*/
  display: flex;
  flex-direction: column;
  border: 1px solid #d8d8d8;
  padding: 1rem 1.5rem 1.5rem;
  background-color: #ffffff;
}

.voice-card__contents img {
  margin: 0 auto;
}

.voice-card__title {
  font-size: max(0.875rem, 12px);
  letter-spacing: 0.02em;
  line-height: 1.8;
  text-align: left;
  font-weight: 600;
  height: 100%;
  min-height: 40px;
}

.section-home_voice {
  background: -webkit-linear-gradient(318deg, #079ba0, #027fce 100%);
  /*padding-top: 5.6rem;
    padding-bottom: 8rem;
    margin-top: 7rem;*/
  padding-top: 4.5rem;
  padding-bottom: 5rem;
  margin-top: 0rem;
}

.voice-card__thumbnail {
  /*width: 39.209%;*/
  width: 100%;
  object-fit: cover;
}

.voice-card__contents {
  width: auto;
  margin: 0 auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.voice-card__contents .link-txt {
  display: flex;
  justify-content: right;
  margin-top: 3rem;
}

.voice-card__thumbnail-pict {
  min-height: 150px;
  object-fit: cover;
  height: 12.5rem;
}

.voice-card__contents img.voice-logo01 {
  max-width: 12.5rem;
}

.voice-card__contents img.voice-logo02 {
  max-width: 8.5rem;
}

.voice-card__contents img.voice-logo03 {
  max-width: 19rem;
}

.voice-card__contents img.voice-logo04 {
  max-width: 8.5rem;
}

.voice-card-flex li {
  border: 1px solid #d8d8d8;
  display: flex;
}

.voice-card-flex {
  margin-top: 3.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}

.section-home_voice {
  /*background: -webkit-linear-gradient(344deg, #079BA0, #027FCE 100%);*/
  background: #f9f9f9;
}

.section-home_voice .section__inner {
  padding: 0rem 0rem;
}

.catch-copy__text {
  margin-top: 3rem;
}

.voice-card-flex li:last-of-type {
  margin-bottom: 0;
}

.dl-card-flex {
  max-width: 55rem;
  margin: 0 auto;
  margin-top: 3.2rem;
  margin-bottom: 4rem;
}

.home-program-info__img-content {
  max-width: 45.5rem;
  margin: 0 auto;
  position: relative;
  top: 2rem;
}

.section-home_dl {
  position: relative;
  padding: 6rem 0 5rem;
  padding-top: 8.6rem;
  padding-bottom: 0;
}

.dl-card__category {
  font-size: max(0.7rem, 12px);
  letter-spacing: 0;
  line-height: 1;
  padding-top: 0.18rem;
  padding-bottom: 0.2rem;
  font-weight: 400;
  color: #d29c09;
  max-width: 4.875rem;
  text-align: center;
  background: #ffffff;
  border-radius: 13px;
  border: 1px solid #d29c09;
}

.dl-card-flex a.dl-card {
  display: flex;
  align-items: center;
  gap: 2rem;
  border-radius: 5px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}

.dl-card__title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-top: 0.5rem;
}

.dl-card__contents .link-txt {
  display: flex;
  justify-content: flex-end;
}

.dl-card__text {
  margin-top: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 1rem;
}

.dl-card-flex li {
  padding-bottom: 1.9rem;
}

.dl-card-flex li:last-of-type {
  padding-bottom: 0;
}

.dl-card__thumbnail {
  width: 41.364%;
}

.dl-card__contents {
  width: 50.455%;
}

/* Feature */

canvas {
  position: absolute;
  /*親のブロックを基準にして相対位置に配置する*/
  /*位置指定*/
  top: 0;
  right: 0;
  z-index: -1;
  /*重ね順を-1に　※1以上だとほかのコンテンツの上に被さってしまいます*/
}

.section-home_program-info .section__inner {
  background: #ffffff;
}

.hero:not(.hero-home) {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.hero:not(.hero-home) {
  height: 15.625rem;
}

.hero-feature {
  background-image: url(https://www.skillupai.com/private-training/wp-content/themes/skillupai_pt/assets/img/feature/hero_feature_lg.jpg);
}

.breadcrumbs {
  background-color: #fff8e6;
}

.breadcrumbs__inner {
  max-width: 61.25rem;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumbs a,
.breadcrumbs .current-item {
  display: inline-block;
  padding: 0.5em 0;
  font-size: max(0.875rem, 12px);
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: 400;
  color: #333333;
}

.breadcrumbs a:after {
  content: "　＞　";
}

.catch-copy__heading__secondary.under {
  font-size: 1.75rem;
  letter-spacing: 0;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #e3cd75;
}

.section-feature-intro {
  padding-top: 6rem;
}

.catch-copy__heading__primary.under {
  width: auto;
  text-align: center;
  font-size: 2rem;
  display: block;
  line-height: 1.8;
  font-weight: 900;
  margin-bottom: 1.3rem;
  color: #000000;
}

.section-feature_point .catch-copy__heading__primary {
  font-size: 1.75rem;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 1.3rem;
  width: auto;
  text-align: center;
  display: block;
  margin-bottom: 0;
}

.section-feature_point .feature-card__contents {
  margin-top: 2.6rem;
}

.feature-parent-col4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.2rem;
}

.feature-parent-col__title {
  margin-top: 2rem;
  font-weight: 600;
  color: #079ba0;
}

.feature-parent-col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 2.7rem;
  gap: 3rem;
}

.home-contact-banner.feature_point_fin {
  margin-bottom: 6rem;
  margin-top: 8rem;
}

.feature-parent-col3 li {
  width: 22rem;
  min-width: 290px;
  text-align: center;
  font-size: 1rem;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0 1rem;
  font-weight: 600;
  background: #f9f9f9;
  position: relative;
}

main#main-content .feature-parent-col3 li .link-txt {
  line-height: 1.6;
  display: inline-flex;
  justify-content: center;
  margin: -1.68rem;
  padding: 1.68rem;
  width: 100%;
  cursor: pointer;
  color: #079ba0;
}

.feature-parent-col3 li .link-txt .svg-arrow-back {
  fill: #079ba0;
  position: relative;
  left: 0.1rem;
}

.feature-parent-col3 li::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  border-top: 0.65rem solid #f9f9f9;
  border-left: 0.65rem solid #f9f9f9;
  border-right: 0.65rem solid #079ba0;
  border-bottom: 0.65rem solid #079ba0;
  box-sizing: border-box;
}

.feature-parent-col4 li {
  width: 12.5rem;
  text-align: center;
  font-size: 1rem;
  color: #079ba0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 0 1.038rem;
  font-weight: 600;
  background: #f9f9f9;
  position: relative;
}

.feature-parent-col4 li a {
  color: #079ba0;
}

.feature-point-flex .item.other-ptn {
  border: 2px solid #049ba0;
  width: 66%;
  background: #089a9b1a;
  padding: 1.2rem 0.5rem 2rem;
}

.feature-point-flex .item.other-ptn .feature-point-card__title {
  font-size: 1.2rem;
}

.feature-point-flex .item.other-ptn:after {
  border-top-color: #eaf4f5;
  border-left-color: #eaf4f5;
}

.feature-parent-col4 li::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  border-top: 0.65rem solid #f9f9f9;
  border-left: 0.65rem solid #f9f9f9;
  border-right: 0.65rem solid #079ba0;
  border-bottom: 0.65rem solid #079ba0;
  box-sizing: border-box;
}

.feature-parent-col4::after {
  content: "";
  display: block;
  width: 12.5rem;
}

.feature-parent-col4::before {
  content: "";
  display: block;
  width: 12.5rem;
  order: 1;
}

.section-feature_point .feature-card__text {
  margin: 0;
}

.section-feature_point .catch-copy__text {
  margin-top: 1rem;
  display: block;
}

.section-feature_point .catch-copy__heading__secondary {
  font-size: 1.375rem;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.8;
}

.feature-point-area .catch-copy__heading__secondary {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 1.5rem;
}

.feature-point-area .catch-copy__heading__secondary::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 100%;
  background-color: #d29c09;
  position: absolute;
  top: 0;
  left: 0rem;
}

.feature__heading___body {
  max-width: 42.5rem;
  margin: 0 auto;
}

.feature__heading___body .catch-copy__text {
  font-weight: 400;
}

.catch-copy__body {
  max-width: 42.5rem;
  margin: 0 auto;
}

.catch-copy__body .catch-copy__text {
  font-weight: 400;
  line-height: 2.4;
  margin-top: 1rem;
}

.feature-point-card__text {
}

.feature-point-card__title {
  font-size: 1rem;
  text-align: center;
  color: #079ba0;
  font-weight: 600;
  line-height: 1.8;
}

.feature-point-flex {
  display: flex;
  gap: 1.875rem;
  margin-top: 1.45rem;
  justify-content: center;
}

.feature-point-flex .item {
  display: flex;
  flex-direction: column;
  background: #f9f9f9;
  width: 16.25rem;
  padding: 2rem 0.5rem 2rem;
  position: relative;
}

.feature-card__point___text {
  background: #f9f9f9;
  padding: 1rem 1rem;
  margin-top: 0.8rem;
}

.feature-card__point___text .bold {
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}

.feature-card__point___text .sml {
  font-size: max(0.85rem, 12px);
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: 400;
  color: #333333;
}

.feature-point-card__text {
  margin-top: 0.5rem;
  line-height: 2;
  flex-grow: 1;
}

.section-feature_point .section__inner {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
  border-radius: 5px;
  padding-top: 4rem;
  padding-bottom: 6.8rem;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

.feature-point-area {
  position: relative;
  padding-top: 2.6rem;
  margin-top: 4rem;
}

.feature-point-area.icon01 {
  margin-top: 2rem;
}

.feature-point-area::before {
  top: 0%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

.feature-point-flex .item:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  border-top: 0.65rem solid #f9f9f9;
  border-left: 0.65rem solid #f9f9f9;
  border-right: 0.65rem solid #079ba0;
  border-bottom: 0.65rem solid #079ba0;
  box-sizing: border-box;
}

.feature-point-flex .item::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.5rem;
  top: 50%;
  left: 106%;
  z-index: 1;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  height: 2.5rem;
  background: url(https://www.skillupai.com/private-training/wp-content/themes/skillupai_pt/assets/svg/plus-mark.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.feature-point-flex .item:last-of-type::before {
  content: none;
}

.catch-copy__flex {
  display: flex;
  gap: 1rem;
}

.feature-point-flex .item p {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  position: relative;
}

.feature-point-flex .item .feature-point-card__text {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.svg-arrow-back.feature-point__svg {
  min-width: 6px;
  margin-left: 0.5rem;
  fill: #079ba0;
}

.feature-point-flex .item a.btn-primary {
  margin: auto auto 0;
  align-items: center;
  gap: 0.5rem;
  font-size: max(0.85rem, 10px);
  letter-spacing: 0.02em;
  line-height: 1;
  color: #333333;
  font-weight: 600;
  width: 100%;
  max-width: 10.9376rem;
  height: 1.8rem;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 20rem;
  background-color: #fff;
  color: #333333;
  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.section-feature_point.first {
  margin-top: 6.3rem;
}

.section-feature_point {
  margin-top: 6.3rem;
}

.feature-point__thumbnail {
  margin-top: 2rem;
}

.map-txt-link .svg-arrow-back,
.other-txt-link .svg-arrow-back {
  margin-left: 0.5rem;
}

@media screen and (min-width: 768px) and (max-width: calc(992px - 0.2px)) {
  .header-nav-item:not(:first-child) {
    margin-left: 0.9rem;
  }

  .header-nav-item-link {
    font-size: max(0.875rem, 10px);
    letter-spacing: 0em;
  }

  .header.change-color .header-inner {
    padding: 1rem 1rem;
  }

  .dli-mail::before {
    height: 0.65rem;
  }

  a.header-nav-item-link.btn-person,
  a.header-nav-item-link.btn-corporation {
    width: 7.75rem;
  }

  .footer-gnav .gnav__item a {
    font-size: max(0.87rem, 10px);
  }

  .header-title svg {
    width: 10.75rem;
  }
}

@media screen and (max-width: calc(768px - 0.2px)) {
  .header-nav-item-link svg#i-mail {
    height: 1.2rem;
    width: 1.2rem;
    margin-right: 0.8rem;
  }

  .header-nav-item-link svg#_x32_ {
    margin-right: 0.8rem;
    width: 1.2rem;
  }

  .header-nav-item-link svg#i-mail path {
    stroke-width: 0.8rem;
  }

  .section__inner {
    margin: 0 auto;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header.change-color .header-inner {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    max-width: 80%;
    transition: 0.3s;
    background: #fff;
    border-radius: 0 0 1.5rem 1.5rem;
    justify-content: space-between;
  }

  .dli-mail {
    width: 1rem;
    height: 0.76rem;
    margin-left: 0.8rem;
    border: 0.15rem solid currentColor;
  }

  .dli-mail::before {
    width: 0.67rem;
    height: 0.7rem;
    border: 0.15rem solid currentColor;
  }

  .header-nav-item-link svg {
    width: 1.2rem;
    margin-left: 0.8rem;
  }

  .header-title.logo {
    z-index: 2;
  }

  .outer-menu {
    position: relative;
  }

  .outer-menu::before {
    content: "";
    display: block;
    width: 90%;
    height: 6rem;
    position: fixed;
    z-index: 1;
    background: #fff;
    border-radius: 0 0 20px 20px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
  }

  /* .outer-menu .checkbox-toggle {
        position: relative;
        top: 0;
        left: 0;
        z-index: 2;
        cursor: pointer;
        width: 5rem;
        height: 5rem;
        opacity: 0;
    } */

  .outer-menu .checkbox-toggle:checked + .hamburger > div {
    transform: rotate(135deg);
  }

  .outer-menu .checkbox-toggle:checked + .hamburger > div:before,
  .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
  }

  .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    opacity: 0;
  }

  .outer-menu .checkbox-toggle:checked ~ .menu {
    pointer-events: auto;
    visibility: visible;
  }

  .outer-menu .checkbox-toggle:checked ~ .menu > div {
    opacity: 1;
    transition-duration: 0.75s;
  }

  .outer-menu .checkbox-toggle:checked ~ .menu > div > div {
    opacity: 1;
    transition: opacity 0.4s ease 0.4s;
  }

  .outer-menu .checkbox-toggle:hover + .hamburger {
  }

  .outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
    transform: rotate(225deg);
  }

  /* .outer-menu .hamburger {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 5rem;
        height: 5rem;
        padding: 0.5em 1em;
        border-radius: 0 0.12em 0.12em 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    } */

  .outer-menu .hamburger > div {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: #333333;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .outer-menu .hamburger > div:before,
  .outer-menu .hamburger > div:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: inherit;
    transition: all 0.4s ease;
  }

  .outer-menu .hamburger > div:after {
    top: 8px;
  }

  .outer-menu .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .outer-menu .menu > div {
    width: 100%;
    height: 100%;
    color: #fefefe;
    background: rgba(255, 255, 255, 1);
    transition: all 0.4s ease;
    flex: none;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
  }

  .outer-menu .menu > div > div {
    text-align: left;

    opacity: 0;
    transition: opacity 0.4s ease;
    overflow-y: auto;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: left;
  }

  .outer-menu .menu > div > div > ul {
    list-style: none;
    padding: 0;
    padding-top: 8rem;
    margin: 0;
    display: block;
    width: 100%;
  }

  .header-nav-item:not(:first-child) {
    margin-left: 0rem;
  }

  .outer-menu .menu > div > div > ul > li {
    padding: 2rem 4rem;
    padding-right: 0;
    display: block;
    border-bottom: 1px solid #333333;
  }

  .outer-menu .menu > div > div > ul > li > a {
    position: relative;
    cursor: pointer;
    font-size: 1.2rem;
    transition: color 0.4s ease;
  }

  .outer-menu .menu > div > div > ul > li > a:hover {
    opacity: 0.8;
  }

  .outer-menu .menu > div > div > ul > li > a:hover:after {
    width: 100%;
  }

  .outer-menu ul.header-nav-list ul.flex li.header-nav-item {
    width: 100%;
  }

  .outer-menu ul.header-nav-list ul.flex {
    padding: 3rem 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }

  a.header-nav-item-link.btn-person,
  a.header-nav-item-link.btn-corporation {
    width: 100%;
    height: 5.5rem;
  }

  a.sns__link,
  .footer-group__title,
  .footer-gnav .gnav__item {
    font-size: 1rem;
  }

  .footer-service__title {
    font-size: 1.4rem;
  }

  .footer-gnav .gnav__item a {
    font-size: 1.2rem;
  }

  .gnav__list__sub.other-ptn li a.gnav__link {
    left: 0;
  }

  .footer-flex__wrap {
    flex-wrap: wrap;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .other-link-group ul li a {
    font-size: 1rem;
  }

  .header.change-color .header-inner {
    max-width: 90%;
  }

  .feature-point-area .catch-copy__heading__secondary::before {
    width: 4px;
    left: -1rem;
  }

  .feature-point-area .catch-copy__heading__secondary::after {
    width: 4px;
    right: -1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: calc(1008px - 0.2px)) {
  .header-nav-item-link.button.demo-button {
    /* min-width: 140px; */
    min-width: 100px;
    padding-inline: 5px;
  }

  .header-nav-item-link.button.request-button {
    /* min-width: 90px; */
    min-width: 70px;
    padding-inline: 5px;
  }

  .header-nav-item-link.button.contact-button {
    /* min-width: 100px; */
    min-width: 80px;
    padding-inline: 5px;
  }

  .header-nav-item:not(:first-child) {
    margin-left: 0.9rem;
  }

  .header-nav-item-link {
    font-size: max(0.875rem, 10px);
    letter-spacing: 0em;
  }

  .header.change-color .header-inner {
    padding: 1rem 1rem;
  }

  .dli-mail::before {
    height: 0.65rem;
  }

  a.header-nav-item-link.btn-demo,
  a.header-nav-item-link.btn-person,
  a.header-nav-item-link.btn-corporation,
  a.header-nav-item-link.btn-individual {
    width: 7.75rem;
  }

  .footer-gnav .gnav__item a {
    font-size: max(0.87rem, 10px);
  }

  .header-title svg {
    width: 10.75rem;
  }

  .slick__inner {
    width: min(100%, 51.8rem);
  }

  .section-home_news .section__inner {
    max-width: 50.25rem;
  }

  .our-services__content .right {
    width: 50.49%;
  }
}

@media screen and (max-width: calc(768px - 0.2px)) {
  .header-title.logo svg {
    width: 111px;
    height: 27px;
  }

  .header-nav-item {
    width: 100%;
  }

  .header-nav-item-link svg#i-mail {
    height: 1.2rem;
    width: 1.2rem;
    margin-right: 0.8rem;
  }

  .header-nav-item-link svg#_x32_ {
    margin-right: 0.8rem;
    width: 1.2rem;
  }

  .header-nav-item-link svg#i-mail path {
    stroke-width: 0.8rem;
  }

  .header-nav .dropdown,
  #corporate,
  #individual,
  #resources {
    display: none;
  }

  .header-nav .dropdown.expanded,
  #corporate.expanded,
  #individual.expanded,
  #resources.expanded {
    display: block;
  }

  .section__inner {
    margin: 0 auto;
    max-width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .header.change-color .header-inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 3.3rem;
    /* max-width: 80%; */
    transition: 0.3s;
    background: #fff;
    /* border-radius: 0 0 1.5rem 1.5rem; */
    justify-content: space-between;
    display: flex;
    align-items: center;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .dli-mail {
    width: 1rem;
    height: 0.76rem;
    margin-left: 0.8rem;
    border: 0.15rem solid currentColor;
  }

  .dli-mail::before {
    width: 0.67rem;
    height: 0.7rem;
    border: 0.15rem solid currentColor;
  }

  .header-nav-item-link svg {
    width: 1.2rem;
    margin-left: 0.8rem;
  }

  .header-title.logo {
    z-index: 2;
  }

  .outer-menu {
    position: relative;
    width: 100%;
  }

  .outer-menu .checkbox-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    cursor: pointer;
    width: 5rem;
    height: 5rem;
    opacity: 0;
    transform: translateY(-50%);
  }

  .outer-menu .hamburger {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    width: 5rem;
    height: 5rem;
    padding: 0.5em 1em;
    border-radius: 0 0.12em 0.12em 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
  }

  .outer-menu .checkbox-toggle:checked + .hamburger > div {
    transform: rotate(135deg);
  }

  .outer-menu .checkbox-toggle:checked + .hamburger > div:before,
  .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
  }

  .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    opacity: 0;
  }

  .outer-menu .checkbox-toggle:checked ~ .menu {
    pointer-events: auto;
    visibility: visible;
  }

  .outer-menu .checkbox-toggle:checked ~ .menu > div {
    opacity: 1;
    transition-duration: 0.75s;
  }

  .outer-menu .checkbox-toggle:checked ~ .menu > div > div {
    opacity: 1;
    transition: opacity 0.4s ease 0.4s;
  }

  .outer-menu .checkbox-toggle:hover + .hamburger {
  }

  .outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
    transform: rotate(225deg);
  }

  .outer-menu .hamburger > div {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: #333333;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .outer-menu .hamburger > div:before,
  .outer-menu .hamburger > div:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: inherit;
    transition: all 0.4s ease;
  }

  .outer-menu .hamburger > div:after {
    top: 8px;
  }

  .outer-menu .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
    overflow-y: auto;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .outer-menu .menu > div {
    width: 100%;
    height: 100%;
    color: #fefefe;
    background: rgba(255, 255, 255, 1);
    transition: all 0.4s ease;
    flex: none;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    overflow-y: auto;
  }

  .outer-menu .menu > div > div {
    text-align: left;

    opacity: 0;
    transition: opacity 0.4s ease;
    overflow-y: auto;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: left;
  }

  .outer-menu .menu > div > div > ul {
    list-style: none;
    padding: 0;
    padding-top: 8rem;
    margin: 0;
    display: block;
    width: 100%;
  }

  .header-nav-item:not(:first-child) {
    margin-left: 0rem;
  }

  .outer-menu .menu > div > div > ul > li {
    padding: 2rem 4rem;
    padding-right: 0;
    display: block;
  }

  .outer-menu .menu > div > div > ul > li > a {
    position: relative;
    cursor: pointer;
    font-size: 1.2rem;
    transition: color 0.4s ease;
  }

  .outer-menu .menu > div > div > ul > li > a:hover {
    opacity: 0.8;
  }

  .outer-menu .menu > div > div > ul > li > a:hover:after {
    width: 100%;
  }

  .outer-menu ul.header-nav-list ul.flex li.header-nav-item {
    width: 100%;
  }

  .outer-menu ul.header-nav-list ul.toggle {
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    position: relative;
    box-sizing: border-box;
  }

  .outer-menu ul.header-nav-list ul.toggle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 86.67%;
    height: 1px;
    /* background-color: #929192; */
    background-color: #e6e6e6;
  }

  .sub-menu-corporate,
  .sub-menu-individual,
  .sub-menu-resources,
  .sub-menu-hrd,
  .sub-menu-genai,
  .sub-menu-aidev {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 0;
  }

  .sub-menu-corporate .header-nav-item,
  .sub-menu-individual .header-nav-item,
  .sub-menu-resources .header-nav-item,
  .sub-menu-hrd .header-nav-item,
  .sub-menu-genai .header-nav-item,
  .sub-menu-aidev .header-nav-item {
    display: flex;
    width: 100%;
    height: auto;
    padding: 1.5rem 2.5rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .sub-menu-corporate .sp-header-nav-item-link,
  .sub-menu-individual .sp-header-nav-item-link,
  .sub-menu-resources .sp-header-nav-item-link,
  .sub-menu-hrd .sp-header-nav-item-link,
  .sub-menu-genai .sp-header-nav-item-link,
  .sub-menu-aidev .sp-header-nav-item-link {
    font-size: 14px;
    /* font-weight: 700; */
    line-height: 150%;
    letter-spacing: 0.56px;
    position: relative;
    font-weight: 400;
    color: #000;
  }

  .sub-menu-corporate .item-1 .sp-header-nav-item-link,
  .sub-menu-individual .item-1 .sp-header-nav-item-link,
  .sub-menu-resources .item-1 .sp-header-nav-item-link,
  .sub-menu-hrd .item-1 .sp-header-nav-item-link,
  .sub-menu-genai .item-1 .sp-header-nav-item-link,
  .sub-menu-aidev .item-1 .sp-header-nav-item-link {
    color: #d29c09;
    background: #f8f8f8;
  }

  .sub-menu-corporate .item-2,
  .sub-menu-individual .item-2,
  .sub-menu-resources .item-2 {
    margin-top: -15px;
  }

  .sub-menu-corporate .item-2 .sp-header-nav-item-link,
  .sub-menu-individual .item-2 .sp-header-nav-item-link,
  .sub-menu-resources .item-2 .sp-header-nav-item-link,
  .sub-menu-hrd .item-2 .sp-header-nav-item-link,
  .sub-menu-genai .item-2 .sp-header-nav-item-link,
  .sub-menu-aidev .item-2 .sp-header-nav-item-link {
    color: #333;
    line-height: 1;
  }

  .sub-menu-corporate .sp-header-nav-item-link .small-font,
  .sub-menu-individual .sp-header-nav-item-link .small-font,
  .sub-menu-resources .sp-header-nav-item-link .small-font,
  .sub-menu-hrd .sp-header-nav-item-link .small-font,
  .sub-menu-genai .sp-header-nav-item-link .small-font,
  .sub-menu-aidev .sp-header-nav-item-link .small-font {
    font-size: 9px;
    line-height: 1.2;
  }

  .sub-menu-corporate .item-2 .sp-header-nav-item-link::after,
  .sub-menu-individual .item-2 .sp-header-nav-item-link::after,
  .sub-menu-resources .item-2 .sp-header-nav-item-link::after,
  .sub-menu-hrd .item-2 .sp-header-nav-item-link::after,
  .sub-menu-genai .item-2 .sp-header-nav-item-link::after,
  .sub-menu-aidev .item-2 .sp-header-nav-item-link::after {
    content: url("https://www.skillupai.com/private-training/wp-content/themes/skillupai_pt/assets/svg/arrow_right_og-sp2.svg");
    display: inline-block;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .sub-menu-individual .item-2 .sp-header-nav-item-link.no-arrow::after {
    display: none;
  }

  .sub-menu-corporate .item-3,
  .sub-menu-individual .item-3,
  .sub-menu-resources .item-3 {
    margin-top: -15px;
  }

  .sub-menu-corporate .item-3 .sp-header-nav-item-link,
  .sub-menu-individual .item-3 .sp-header-nav-item-link,
  .sub-menu-resources .item-3 .sp-header-nav-item-link,
  .sub-menu-hrd .item-3 .sp-header-nav-item-link,
  .sub-menu-genai .item-3 .sp-header-nav-item-link,
  .sub-menu-aidev .item-3 .sp-header-nav-item-link {
    color: #333;
    font-size: 12px;
    letter-spacing: 0.48px;
    padding-left: 70px;
  }

  .sub-menu-corporate .item-3 .sp-header-nav-item-link::after,
  .sub-menu-individual .item-3 .sp-header-nav-item-link::after,
  .sub-menu-resources .item-3 .sp-header-nav-item-link::after,
  .sub-menu-hrd .item-3 .sp-header-nav-item-link::after,
  .sub-menu-genai .item-3 .sp-header-nav-item-link::after,
  .sub-menu-aidev .item-3 .sp-header-nav-item-link::after {
    content: url("https://www.skillupai.com/private-training/wp-content/themes/skillupai_pt/assets/svg/arrow_right_og-sp3.svg");
    display: inline-block;
    position: absolute;
    left: 4rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .outer-menu .sp-menu-single {
    padding: 2rem !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 2rem;
    position: relative;
    box-sizing: border-box;
    border-bottom: none !important;
  }

  .outer-menu .sp-menu-single::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 86.67%;
    height: 1px;
    /* background-color: #929192; */
    background-color: #e6e6e6;
  }

  .outer-menu .sp-menu-single .sp-header-nav-item-link {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    text-decoration: none;
    /* color: #333; */
    font-size: 16px;
    /* font-weight: 700; */
    letter-spacing: 0.64px;
    color: #000;
    font-weight: 400;
  }

  .outer-menu ul.header-nav-list ul.flex {
    padding: 3rem 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2.6rem;
  }

  .sp-header-nav-item-link {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    text-decoration: none;
    /* color: #333; */
    font-size: 16px;
    /* font-weight: 700; */
    letter-spacing: 0.64px;
    color: #000;
    font-weight: 400;
  }

  .sub-menu-corporate,
  .sub-menu-individual,
  .sub-menu-resources,
  .sub-menu-hrd,
  .sub-menu-genai,
  .sub-menu-aidev {
    /* display: none; */
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.75s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.75s;
  }

  .sub-menu-corporate.expanded,
  .sub-menu-individual.expanded,
  .sub-menu-resources.expanded,
  .sub-menu-hrd.expanded,
  .sub-menu-genai.expanded,
  .sub-menu-aidev.expanded {
    /* display: block; */
    max-height: 250px;
    opacity: 1;
    transition: max-height 0.75s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.75s;
  }

  .sub-menu-resources.expanded {
    margin-top: 1.5rem;
  }

  .sp-header-nav-item-link.toggle-dropdown-corporate::after,
  .sp-header-nav-item-link.toggle-dropdown-individual::after,
  .sp-header-nav-item-link.toggle-dropdown-resources::after,
  .sp-header-nav-item-link.toggle-dropdown-hrd::after,
  .sp-header-nav-item-link.toggle-dropdown-genai::after,
  .sp-header-nav-item-link.toggle-dropdown-aidev::after {
    content: url("https://www.skillupai.com/private-training/wp-content/themes/skillupai_pt/assets/svg/toggle_plus_icon.svg");
    display: inline-block;
    position: absolute;
    right: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .sp-header-nav-item-link.toggle-dropdown-corporate.active::after,
  .sp-header-nav-item-link.toggle-dropdown-individual.active::after,
  .sp-header-nav-item-link.toggle-dropdown-resources.active::after,
  .sp-header-nav-item-link.toggle-dropdown-hrd.active::after,
  .sp-header-nav-item-link.toggle-dropdown-genai.active::after,
  .sp-header-nav-item-link.toggle-dropdown-aidev.active::after {
    content: url("https://www.skillupai.com/private-training/wp-content/themes/skillupai_pt/assets/svg/toggle_minus_icon.svg");
  }

  a.header-nav-item-link.btn-demo,
  a.header-nav-item-link.btn-person,
  a.header-nav-item-link.btn-corporation,
  a.header-nav-item-link.btn-individual {
    width: 100%;
    height: 5.5rem;
  }

  a.sns__link,
  .footer-group__title,
  .footer-gnav .gnav__item {
    font-size: 1rem;
  }

  .footer-service__title {
    font-size: 1.4rem;
  }

  .footer-gnav .gnav__item a {
    font-size: 1.2rem;
  }

  .gnav__list__sub.other-ptn li a.gnav__link {
    left: 0;
  }

  .footer-flex__wrap {
    flex-wrap: wrap;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .other-link-group ul li a {
    font-size: 1rem;
  }

  .home-news-content time {
    font-size: 1.2rem;
  }

  .home-news-content .news-title {
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }

  .slick__inner {
    padding: 0 4.2rem;
  }

  .slick__prev {
    margin-left: -2rem;
  }

  .slick__next {
    right: calc((100vw - 100%) + (-0.6rem));
  }

  .section-home_news::before {
    width: 98.056%;
  }

  .section-home_news .btn-primary {
    padding-top: 4rem;
  }

  .slick__image {
    width: 28rem;
    height: 34rem;
  }

  .header.change-color .header-inner {
    /* max-width: 90%; */
  }
}

/* 法人TOPタイトルセクション */
.home-title-section {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("https://www.skillupai.com/private-training/wp-content/themes/skillupai_pt/assets/img/home/bg-home-title.png") center center no-repeat;
  background-size: cover;
  /* margin-top: 140px; */
  margin-top: 90px;
  padding: 0;
}

.home-title-section__title {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  text-shadow: 1px 1px 1px #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

/* ページ内アンカーリンク（Stickyメニュー） */
.anchor-menu {
  position: sticky;
  top: 90px;
  z-index: 100;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.anchor-menu__list {
  display: flex;
  align-items: center;
  height: 55px;
  justify-content: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
}

@media (max-width: 768px) {
  .anchor-menu {
    position: sticky;
    top: 45px;
    z-index: 100;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  }

  .anchor-menu__list {
    display: none;
  }

  .anchor-menu__dropdown {
    width: 100%;
    display: flex;
    height: 40px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border: 1px solid #e6e6e6;
    color: #1a1a1a;
    font-feature-settings: "pwid" on;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url("https://www.skillupai.com/private-training/wp-content/themes/skillupai_pt/assets/svg/arrow_down.svg") no-repeat right 12px center;
    background-size: 16px 16px;
    padding-right: 40px;
  }

  .anchor-menu__dropdown:focus {
    border-color: #e6e6e6;
    outline: none;
  }
}

@media (min-width: 769px) {
  .anchor-menu__dropdown {
    display: none;
  }
}

.anchor-menu__item {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
}

main#main-content .anchor-menu__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 0 28px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #1a1a1a;
  box-sizing: border-box;
  font-feature-settings: "pwid" on;
  font-weight: 700;
  position: relative;
  transition: color 0.2s, background 0.2s;
}

.anchor-menu__item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #326cbf;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.anchor-menu__item a:hover,
.anchor-menu__item.is-active a {
  color: #326cbf;
  background: #f4faff;
}

.anchor-menu__item a:hover::after,
.anchor-menu__item.is-active a::after {
  width: 100%;
}

/* トータル支援セクション */
.total-support-section {
  padding: 56px 0 80px;
  background: #fff;
}

.total-support-section__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

.section-title {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}

.section-title::after {
  content: "";
  margin: 40px auto 0;
  display: flex;
  width: 56px;
  height: 4px;
  align-items: flex-start;
  gap: 4px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #003fab 0%, #4b81c8 100%);
}

.section-lead {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 96px;
}

.section-desc {
  color: #1a1a1a;
  font-feature-settings: "paid" on;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-top: 20px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.total-support-section__image {
  margin: 0 auto;
  max-width: 100%;
  margin-top: 40px;
}

.total-support-section__image img {
  width: 100%;
  max-width: 1100px;
  height: auto;
  display: block;
  margin: 0 auto;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}

/* 戦略策定セクション */
.strategy-section {
  background: linear-gradient(270deg, #fff 0%, #e1eef7 100%);
  padding: 80px 0;
}

.strategy-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section-title-decoration {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.strategy-section__title {
  font-size: 2.25rem;
}

.section-title-decoration img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.strategy-section__cards {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
}

.strategy-card {
  display: flex;
  padding: 32px 32px 32px 32px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}

.strategy-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.strategy-card__title {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.6;
}

.strategy-card__subtitle {
  color: #4b81c8;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 4px;
}

.strategy-card__desc {
  color: #1a1a1a;
  text-align: justify;
  font-feature-settings: "pwid" on;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 20px;
}

.strategy-card__desc-2nd {
  margin-bottom: 20px;
}

.strategy-card__list {
  margin-bottom: 24px;
  text-align: left;
  padding-left: 1.2em;
  list-style-type: disc !important;
  margin-top: 12px;
}

.strategy-card__list li {
  color: #1a1a1a;
  text-align: justify;
  font-feature-settings: "pwid" on;
  font-size: 1rem;
  line-height: 1.6;
  list-style-type: disc !important;
}

main#main-content .strategy-card__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 8px;
  border-radius: 4px;
  background: #003fab;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  margin-top: auto;
  align-self: center;
  width: 160px;
  position: relative;
}

main#main-content .strategy-card__link::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 6.6px;
  height: 11.2px;
  background: url("https://www.skillupai.com/private-training/wp-content/themes/skillupai_pt/assets/svg/arrow_right_wh.svg") no-repeat center/contain;
}

.strategy-card__link:hover {
  opacity: 0.8;
}

/* カード高さ揃え */
.strategy-section__cards {
  align-items: stretch;
}

.strategy-card {
  display: flex;
  flex-direction: column;
}

.strategy-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* 人材育成セクション */
.human-resource-section {
  background: #fff;
  padding: 80px 0;
}

.human-resource-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.human-resource-card {
  max-width: 1200px;
  display: flex;
  padding: 56px;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  flex: 1 0 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
  margin-top: 56px;
}

.human-resource-card__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.human-resource-card__title {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.human-resource-card__subtitle {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 20px;
}

.human-resource-card__content {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 56px;
  margin-bottom: 56px;
}

.human-resource-card__left {
  flex: 0 0 400px;
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.human-resource-card__desc {
  color: #1a1a1a;
  text-align: justify;
  font-feature-settings: "pwid" on;
  font-size: 1rem;
  line-height: 1.6;
}

.human-resource-card__point {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 28px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #d6a920;
  background: #fefdf8;
}

.human-resource-card__point-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #4d4d4d;
  text-align: justify;
  font-feature-settings: "pwid" on;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.human-resource-card__point-title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("https://www.skillupai.com/private-training/wp-content/themes/skillupai_pt/assets/svg/point-icon.svg") no-repeat center/contain;
  margin-right: 4px;
}

.human-resource-card__point-list {
  list-style-type: none;
  padding: 0 12px;
  margin: 0;
  gap: 12px;
  display: flex;
  flex-direction: column;
}

.human-resource-card__point-list li {
  position: relative;
  padding-left: 22px;

  color: #4d4d4d;
  text-align: justify;
  font-feature-settings: "pwid" on;
  font-size: 1rem;
  line-height: 1.6;
}

.human-resource-card__point-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: url("https://www.skillupai.com/private-training/wp-content/themes/skillupai_pt/assets/svg/icon-check.svg") no-repeat center/contain;
  display: inline-block;
}

.human-resource-card__image {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.human-resource-card__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

main#main-content .human-resource-card__link {
  width: 340px;
  height: 64px;
  font-size: 0.85rem;
}

main#main-content .human-resource-card__link::after {
  width: 8.78px;
  height: 14.9px;
}

/* フッター */
/* footer.footer {
  background: #f7f7f7;
  padding: 0;
  border-top: none;
}

.footer__inner {
  margin: 0 auto;
  padding: 24px 20px 0;
  background: #fff;
}

.footer__logo-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #b3b3b3;
}

.footer .footer__logo {
  width: 160px;
  height: auto;
  display: block;
  margin: 0;
}

.footer .footer__links {
  width: 100%;
  padding: 12px 0 0 0;
}

.footer .footer__links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0 32px;
}

.footer .footer__links ul li {
  position: relative;
}

.footer .footer__links ul li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  border-radius: 9999px;
  background: #b3b3b3;
  margin: 0 12px;
  vertical-align: middle;
}

.footer .footer__links ul li a {
  color: #1a1a1a;
  font-feature-settings: "pwid" on;
  font-size: 0.875rem;
  line-height: 1.4;
}

.footer .footer__links ul li a:hover {
  color: #003fab;
}

.footer .footer__copyright {
  text-align: center;
  padding: 40px 0 32px 0;
  color: #4d4d4d;
  font-feature-settings: "pwid" on;
  font-size: 0.75rem;
  line-height: 1.2;
} */

@media (max-width: 768px) {
  .home-title-section {
    margin-top: 45px;
  }

  .home-title-section__title {
    font-size: 2.6rem;
  }

  .section-title {
    font-size: 3.8rem;
    margin-top: 24px;
  }

  .section-title::after {
    margin: 24px auto 0;
    width: 28px;
  }

  .total-support-section {
    padding: 56px 20px 40px;
  }

  .total-support-section__inner {
    max-width: 100%;
    padding: 0;
  }

  .section-lead {
    font-size: 2rem;
    margin-top: 56px;
  }

  .section-desc {
    font-size: 1.6rem;
    max-width: 100%;
  }

  .total-support-section__image {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .total-support-section__image img {
    min-width: 600px;
    width: auto;
    display: inline-block;
  }

  .strategy-section {
    padding: 80px 20px;
  }

  .strategy-section__cards {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }

  .strategy-card {
    padding: 32px;
    flex: unset;
    min-height: 0;
    height: auto;
    box-sizing: border-box;
  }

  .strategy-card__body {
    height: auto;
    flex: unset;
    min-height: 0;
  }

  .strategy-card__title {
    font-size: 2rem;
  }

  .strategy-card__subtitle {
    font-size: 1.6rem;
  }

  .strategy-card__desc {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .strategy-card__list li {
    font-size: 1.4rem;
  }

  main#main-content .strategy-card__link {
    font-size: 1.2rem;
    width: 268px;
  }

  main#main-content .strategy-card__link::after {
    width: 4.39px;
    height: 7.444px;
  }

  .human-resource-section {
    padding: 80px 20px;
  }

  .human-resource-card {
    max-width: 100%;
    padding: 36px 28px;
    flex: unset;
    min-height: 0;
    height: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }

  .human-resource-card__body {
    width: 100%;
    height: auto;
    flex: unset;
    min-height: 0;
  }

  .human-resource-card__title {
    font-size: 2.6rem;
  }

  .human-resource-card__subtitle {
    font-size: 1.6rem;
  }

  .human-resource-card__desc {
    font-size: 1.4rem;
    margin-bottom: 32px;
  }

  .human-resource-card__content {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }

  .human-resource-card__left,
  .human-resource-card__image {
    max-width: 100%;
    width: 100%;
    gap: 24px;
  }

  .human-resource-card__left {
    max-width: 100%;
    width: 100%;
    flex: unset;
  }

  .human-resource-card__image {
    flex: unset;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    min-height: 120px;
    height: auto;
    display: block;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }

  .human-resource-card__image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: 80px;
    display: block;
    object-fit: contain;
  }

  .human-resource-card__image.flow {
    margin-top: 0;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    min-height: 154px;
    height: auto;
    max-height: 300px;
  }

  .human-resource-card__image.flow img {
    min-width: 603px;
    width: auto;
    display: inline-block;
    height: 100%;
    max-height: 300px;
    object-fit: contain;
  }

  .human-resource-card__point-title {
    font-size: 1.8rem;
  }

  .human-resource-card__point-list {
    padding: 0;
  }

  .human-resource-card__point-list li {
    font-size: 1.4rem;
  }

  main#main-content .human-resource-card__link {
    width: 252px;
    height: 36px;
    font-size: 1.2rem;
  }

  .strategy-card__desc-1st {
    margin-bottom: 12px;
  }

  .strategy-card__desc-2nd {
    margin-top: 0;
  }

  /* .footer__inner {
    padding: 40px 0 0 0;
  }

  .footer__logo-wrap {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer__logo-wrap {
    border-bottom: none;
    padding-bottom: 28px;
  }

  .footer__links ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 16px 0;
    gap: 12px;
  }

  .footer__links ul li {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .footer .footer__links ul li a {
    display: inline-block;
    font-size: 1.2rem;
  }

  .footer .footer__links ul li:not(:last-child)::after {
    display: none;
  }

  .footer .footer__copyright {
    padding: 56px 0 40px 0;
    font-size: 1.2rem;
  } */
}

/* 戦略 */
.feature-hero-section {
  position: relative;
  width: 100%;
  min-height: 800px;
  background: url("https://www.skillupai.com/private-training/wp-content/themes/skillupai_pt/assets/img/feature/feature-hero-bg_pc.jpg") lightgray 50% / cover
    no-repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 136px;
}

.feature-hero-bg {
  position: relative;
  width: 100%;
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.feature-hero-bg__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feature-hero-overlay-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 53.75%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  z-index: 1;
}

.feature-hero-content {
  position: absolute;
  left: 56px;
  top: 0;
  z-index: 2;
  color: #fff;
  max-width: 638px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  height: 800px;
}

.feature-hero-title {
  font-feature-settings: "pwid" on;
  text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.75);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.feature-hero-lead {
  font-feature-settings: "pwid" on;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.55);
  font-size: 20px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .feature-hero-section {
    height: 520px;
    min-height: 520px;
    margin-top: 60px;
    overflow: hidden;
  }

  .feature-hero-bg {
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .feature-hero-overlay-left {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
  }

  .feature-hero-content {
    position: absolute;
    left: 20px;
    top: 23%;
    max-width: calc(100% - 40px);
    margin: 0;
    z-index: 2;
    height: auto;
    gap: 40px;
  }

  .feature-hero-title {
    font-size: 2.8rem;
    line-height: 1.4;
    margin: 0;
  }

  .feature-hero-lead {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0;
  }
}

.feature-strategy-section {
  width: 100%;
  background: linear-gradient(270deg, #fff 0%, #e1eef7 100%);
  padding: 56px 40px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  position: relative;
}

.feature-strategy-section-tail {
  position: relative;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  width: 260px;
  height: 100px;
  background: url("https://www.skillupai.com/assets-ai-agent/img/Section_Tail_pc.svg") no-repeat center
    top;
  background-size: cover;
}

.feature-strategy-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.feature-strategy-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
}

.feature-strategy-img {
  width: 709px;
  max-width: 100%;
  height: auto;
  display: block;
}

.feature-strategy-desc {
  margin-top: 56px;
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 1.25rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .feature-strategy-section {
    padding: 80px 20px;
  }

  .feature-strategy-section-tail {
    position: relative;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
    width: 195px;
    height: 75px;
    background: url("https://www.skillupai.com/assets-ai-agent/img/Section_Tail_sp.svg") no-repeat center
      top;
    background-size: cover;
  }

  .feature-strategy-visual {
    margin-top: 80px;
  }

  .feature-strategy-desc {
    font-size: 1.4rem;
    text-align: left;
    letter-spacing: 0.02em;
    margin-top: 40px;
  }
}

.feature-hr-uniqueness-section {
  width: 100%;
  background: #fff;
  padding: 120px 0 40px 0;
  display: flex;
  justify-content: center;
  margin-top: -120px;
}

.feature-hr-uniqueness-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0 40px;
}

.feature-hr-uniqueness-label {
  color: #4b81c8;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-family: Lato;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.25px;
}

.feature-hr-uniqueness-title {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 12px;
}

.feature-hr-uniqueness-lead {
  color: #000;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 56px;
}

.feature-hr-uniqueness-desc {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-top: 20px;
}

.feature-hr-uniqueness-visual {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-hr-uniqueness-img {
  width: 100%;
  max-width: 1191px;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-top: 48px;
}

@media (max-width: 768px) {
  .feature-hr-uniqueness-section {
    padding: 120px 15px 80px;
  }

  .feature-hr-uniqueness-inner {
    max-width: 100%;
    padding: 0;
  }

  .feature-hr-uniqueness-label {
    font-size: 2.5rem;
  }

  .feature-hr-uniqueness-title {
    font-size: 3rem;
  }

  .feature-hr-uniqueness-lead {
    font-size: 2rem;
  }

  .feature-hr-uniqueness-desc {
    font-size: 1.6rem;
  }

  .feature-hr-uniqueness-visual {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    justify-content: flex-start;
  }
  .feature-hr-uniqueness-img {
    min-width: 600px;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
  }
}

.feature-learning-process-section {
  width: 100%;
  background: linear-gradient(270deg, #f4faff 0%, #c8dff1 100%);
  padding: 80px 0 0;
  position: relative;
}

.feature-learning-process-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 126px;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}

.feature-learning-process-inner {
  max-width: 1102px;
  margin: 0 auto;
}

.feature-learning-process-cards {
  display: flex;
  align-items: stretch;
}

.feature-learning-process-card {
  flex: 1;
  padding-right: 40px;
  position: relative;
}

.feature-learning-process-card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  transform: translateY(-50%);
  width: 227px;
  height: 2px;
  background: linear-gradient(270deg, #6496d1 0%, #003fab 100%);
  z-index: 1;
}

.feature-learning-process-card:last-child:after {
  background: linear-gradient(270deg, rgba(100, 150, 209, 0) 0%, #003fab 100%);
}

.feature-learning-process-card__header {
  display: flex;
  justify-content: flex-start;
}

.feature-learning-process-card__title {
  display: flex;
  width: 140px;
  height: 80px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #1956b5;
  background: #fff;
  color: #000;
  font-feature-settings: "pwid" on;
  line-height: 1;
  position: relative;
}

.feature-learning-process-card:nth-child(2)
  .feature-learning-process-card__title::before,
.feature-learning-process-card:nth-child(3)
  .feature-learning-process-card__title::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 27px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-image: url("https://www.skillupai.com/private-training/wp-content/themes/skillupai_pt/assets/svg/icon-practice.svg");
  z-index: 2;
}

.feature-learning-process-card__title .main-char {
  font-size: 1.75rem;
  font-weight: 500;
}

.feature-learning-process-card__title .sub-char {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 11px;
}

.feature-learning-process-card__subtitle {
  color: #1a1a1a;
  text-align: justify;
  font-feature-settings: "pwid" on;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 8px;
  margin-top: 32px;
}

.feature-learning-process-card__desc {
  align-self: stretch;
  color: #1a1a1a;
  font-feature-settings: "pwid" on;
  font-size: 1rem;
  line-height: 1.6;
  padding-left: 8px;
  margin-top: 20px;
}

.feature-services-section {
  width: 100%;
  background: linear-gradient(270deg, #f4faff 0%, #c8dff1 100%);
  padding: 80px 0 0;
}

.feature-services-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.feature-services-cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.feature-services-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  overflow: visible;
  position: relative;
  margin-left: 240px;
}

.feature-services-card__image {
  position: absolute;
  left: -240px;
  top: 50%;
  transform: translateY(-50%);
  width: 440px;
  height: 280px;
  overflow: hidden;
  z-index: 2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-services-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.feature-services-card__content {
  padding: 40px 40px 40px 240px;
  min-height: 340px;
  position: relative;
}

.feature-services-card__header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.feature-services-card__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.feature-services-card__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
}

.feature-services-card__left .keyword {
  color: #dbb538;
  font-family: Lato;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-services-card__number {
  color: #dbb538;
  font-feature-settings: "pwid" on;
  font-family: Lato;
  font-size: 3.25rem;
  font-style: italic;
  line-height: 1;
}

.feature-services-card__right .category {
  display: flex;
  height: 24px;
  padding: 0 20px;
  align-items: center;
  gap: 4px;
  border: 1px solid #d6a920;
  color: #bb9104;
  font-feature-settings: "pwid" on;
  font-family: Lato;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
}

.feature-services-card__title {
  color: #000;
  font-feature-settings: "pwid" on;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.6;
}

.feature-services-card__subtitle {
  color: #4d4d4d;
  font-feature-settings: "pwid" on;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 12px;
}

.feature-services-card__desc {
  color: #1a1a1a;
  text-align: justify;
  font-feature-settings: "pwid" on;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 28px;
}

.feature-achievements-section {
  width: 100%;
  background: linear-gradient(180deg, #c8dff1 0%, #e8f4ff 100%);
  padding: 80px 0 120px;
}

.feature-achievements-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

.feature-achievements-title {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 80px;
}

.feature-achievements-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1200px;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border: 1px solid #fff;
}

.feature-achievements-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px 32px 36px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 244px;
}

.feature-achievements-card__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-achievements-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-achievements-card__title {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 160%;
  margin-top: 8px;
}

.feature-achievements-card__number {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-top: 12px;
  position: relative;
}

.feature-achievements-card__number::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 66px;
  background: url("https://www.skillupai.com/private-training/wp-content/themes/skillupai_pt/assets/svg/leaf-decoration-left.svg") no-repeat center/contain;
  z-index: 1;
}

.feature-achievements-card__number::after {
  content: "";
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 66px;
  background: url("https://www.skillupai.com/private-training/wp-content/themes/skillupai_pt/assets/svg/leaf-decoration-right.svg") no-repeat center/contain;
  z-index: 1;
}

.feature-achievements-card__prefix {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.feature-achievements-card__value {
  color: #00338f;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 4.375rem;
  line-height: 1.4;
}

.feature-achievements-card__unit {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.feature-achievements-card__note {
  color: #4d4d4d;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 0.75rem;
  line-height: 1.2;
}

.feature-ai-development-section {
  width: 100%;
  background: #fff;
  padding: 80px 0 95px;
}

.feature-ai-development-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.feature-ai-development-label {
  color: #4b81c8;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-family: Lato;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.25px;
}

.feature-ai-development-title {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 12px;
}

.feature-ai-development-title::after {
  margin: 32px auto 0;
}

.feature-ai-development-lead {
  color: #000;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 56px;
}

.feature-ai-development-desc {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 1.25rem;
  line-height: 160%;
  margin-top: 20px;
}

.feature-ai-development-comparison {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;

  margin-top: 60px;
}

.comparison-item--traditional {
  border: 1px solid #ccc;
  background: #f6f8fc;
  padding: 15px 22px 22px 22px;
}

.comparison-item--skillup {
  border: 3px solid #3a67e1;
  background: rgba(162, 189, 250, 0.2);
  padding: 38px 40px 40px 40px;
  margin-top: 26px;
}

.comparison-title {
  color: #000;
  text-align: center;
  font-size: 2.1875rem;
  font-weight: 700;
}

.comparison-title--skillup {
  font-size: 2.5rem;
}

.comparison-desc {
  color: #000;
  text-align: center;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 45px;
  margin-top: 17px;
}

.comparison-desc--skillup {
  font-size: 1.875rem;
  margin-top: 37px;
}

.comparison-desc--highlight {
  color: #326cbf;
  font-weight: 700;
}

.comparison-box {
  width: 753px;
  padding: 12px 20px 20px 20px;
  background: #fff;
  border: 1px dashed #000;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-box--skillup {
  margin-top: 30px;
}

.comparison-header {
  color: #000;
  text-align: center;
  font-size: 1.5625rem;
  font-weight: 700;
}

.comparison-header--skillup {
  font-size: 1.875rem;
}

.comparison-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 12px;
}

.step {
  display: flex;
  width: 116px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}

.step--traditional {
  color: #000;
  background: rgba(161, 189, 250, 0.5);
}

.step--skillup {
  color: #fff;
  background: #3a67e1;
  position: relative;
}

.step--skillup::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background: url("https://www.skillupai.com/private-training/wp-content/themes/skillupai_pt/assets/svg/icon-plus.svg") no-repeat center/contain;
  z-index: 3;
}

.comparison-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 677px;
  padding: 10px;
  gap: 10px;
  flex-shrink: 0;
  background: #3a67e1;
  color: #fff;
  text-align: center;
  font-size: 1.5625rem;
  font-weight: 700;
  margin: 30px auto 0 auto;
}

/*SP*/
@media screen and (max-width: calc(576px - 0.2px)) {
  .hero__mv {
    aspect-ratio: 69 / 100;
    background: url(https://www.skillupai.com/private-training/wp-content/themes/skillupai_pt/assets/img/home/hero-mv-sp.png);
    height: auto;
    width: 95vw;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
    margin-top: 5rem;
  }

  .hero__ttl {
    transform: translate(-50%, -75%);
    width: 90vw;
  }

  .hero__ttl img {
    /* max-width: max-content; */
    width: 100%;
  }

  .header.change-color .header-inner {
    /* max-width: 80%; */
  }

  main#main-content .btn-primary .link,
  #content .pt_pickup .btn-primary .link {
    width: 23rem;
    height: 4.2rem;
    font-size: 1.2rem;
  }

  .btn-primary .link .svg-arrow-back {
    width: 0.7rem;
    margin-left: 6rem;
    margin-right: 2rem;
  }

  .btn-primary.banner-ptn .svg-arrow-back {
    margin-left: 2.5rem;
  }

  .svg-arrow-back {
    width: 0.54rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .banner-ttl {
    font-size: 1.8rem;
  }

  .map-txt-link .svg-arrow-back,
  .other-txt-link .svg-arrow-back {
    width: 0.44rem;
  }

  .footer-gnav {
    width: 100%;
  }

  .tab_set {
    min-width: auto;
  }

  .other-link-group ul {
    display: flex;
    justify-content: left;
    gap: 1rem 4rem;
    flex-wrap: wrap;
  }

  .other-link-group ul li a::before {
    content: none;
  }

  .other-link-group ul li a::after {
    content: "";
    display: block;
    width: 2px;
    height: 1rem;
    background-color: #fff;
    position: relative;
    top: 0.1rem;
    left: 1rem;
  }

  .other-link-group ul li:last-child a::after {
    content: none;
  }

  .home-program-info__body .catch-copy__heading__secondary {
    margin-bottom: -2rem;
  }

  .footer-other__inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .other-link-group ul {
    gap: 1rem 2rem;
    flex-wrap: wrap;
  }

  .footer-flex__wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .catch-copy__heading__secondary {
    font-size: 1.6rem;
    line-height: 1.61;
  }

  .c-card__contents,
  .t-tab__contents,
  .feature-card__contents {
    flex-wrap: wrap;
  }

  .c-card__thumbnail,
  .t-tab__thumbnail {
    max-width: 100rem;
    margin-top: 1rem;
  }

  .c-card {
    padding: 2rem 2rem;
  }

  .c-card__title___secondary,
  .t-tab__title___secondary {
    font-size: 1.4rem;
  }

  .c-card__category {
    font-size: 1.125rem;
  }

  .c-card__flex .right .c-card__title {
    font-size: 1.8rem;
    margin-top: 0.1rem;
  }

  .info-item:before {
    width: 4px;
    height: 4px;
    top: 0.95rem;
  }

  .tab_set {
    display: block;
    margin-top: 5rem;
  }

  .voice-card-flex li .voice-card {
    width: 100%;
  }

  .tab_label {
    display: block;
    margin-right: 0;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 4rem;
    font-size: 1.4rem;
  }

  .travelclinic .tab_label.last {
    border-bottom: none;
  }

  .tab_switch:checked + .tab_label {
    border-radius: 10px 10px 0 0;
  }

  .travelclinic .tab_switch:checked + .tab_label {
    border-bottom: 1px solid #59a8b7;
  }

  .t-tab__title {
    font-size: 1.6rem;
  }

  .tab_content-area {
    padding: 2rem 2rem;
    margin-top: -4rem;
    margin-bottom: 4rem;
  }

  .svg-arrow-back.feature-point__svg {
    margin-left: 1rem;
    margin-right: 0rem;
  }

  .feature {
    font-size: 2.5rem;
    margin-top: -5.8rem;
  }

  .feature .num {
    font-size: 3.5rem;
    margin-top: -1rem;
  }

  .feature-card {
    padding: 4rem 2rem;
  }

  .feature-card__thumbnail {
    max-width: 100%;
  }

  .feature-card__box {
    width: 100%;
  }

  .feature-card__title {
    font-size: 1.6rem;
  }

  .feature-card__title___secondary {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .feature-parent-col3 li .link-txt .svg-arrow-back {
    left: 0rem;
    margin-left: 1rem;
  }

  main#main-content .feature-parent-col3 li .link-txt {
    line-height: 1.6;
    display: flex;
    padding: 1.68rem;
    padding-left: 3rem;
    width: auto;
  }

  .feature-parent-col3 li {
    width: 100%;
    min-width: auto;
    max-width: max-content;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    padding: 1rem 0 1rem;
  }

  .feature-parent-col3 {
    gap: 2rem;
  }

  .feature-card__contents.middle .feature-card__thumbnail {
    width: 100%;
  }

  .feature-card__contents.middle .feature-card__box {
    max-width: 100%;
    width: 100%;
  }

  .feature-card__contents.middle
    .feature-card__thumbnail
    img.feature-card__thumbnail-pict {
    width: 100%;
  }

  .flex-feature-card {
    gap: 0rem;
    flex-wrap: wrap;
  }

  .c-card__contents,
  .t-tab__contents,
  .feature-card__contents {
    gap: 1.7rem;
  }

  .section-home_voice .section__inner {
    padding: 0rem 2rem;
  }

  .voice-card-flex {
    margin-top: 3.2rem;
    flex-wrap: wrap;
    gap: 2.2rem 1.874rem;
  }

  .voice-card-flex li {
    width: 100%;
  }

  .seminar-card {
    max-width: 100%;
  }

  .seminar-card-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.2rem;
  }

  .seminar-card__category {
    padding-top: 0.4rem;
    padding-bottom: 0.45rem;
    max-width: 6.875rem;
  }

  .seminar-card__title {
    font-size: 1.4rem;
  }

  .seminar-card__contents.dl .seminar-card__title {
    font-size: 1.4rem;
  }

  .faq-card {
    padding: 2rem;
  }

  .faq-card__title {
    color: #d29c09;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.6;
    position: relative;
    padding-left: 1.95rem;
    padding-bottom: 0.75rem;
    margin-bottom: 1em;
    border-bottom: 1px solid #d29c09;
  }

  .faq-card__title::before {
    top: -0.3rem;
  }

  .hero__inner {
    padding: 0;
    margin-bottom: -50vw;
  }

  .section-home_logo-area {
    padding-bottom: 3.5rem;
    padding-top: 6.5rem;
  }

  .home-program-info__content {
    margin-bottom: 0.5rem;
  }

  .section-home_our-services {
    margin-top: 1rem;
  }

  .section-home_our-services {
    padding-top: 11rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    background: linear-gradient(#fff, #fff 23%, #f9f9f9 23%, #f9f9f9);
  }

  .section-home_our-services::before {
    top: 23%;
  }

  .section-home_our-services .roadmap {
    width: 100% !important;
    margin: 8rem auto !important;
  }

  .section-home_our-services #particles-js canvas {
  }

  .hero_form {
    position: relative;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -44vw);
    width: 80%;
    padding: 2.5rem 1.3rem 3rem 2rem;
  }

  .slide-logo-container img {
    height: 6rem;
  }

  .hero_form fieldset.form-columns-2 .field.hs-form-field {
    width: 50% !important;
    float: left !important;
  }

  .hero_form label {
    font-size: max(0.75rem, 11px);
    color: #333333;
    font-weight: 400;
    margin-bottom: 0.8rem;
  }

  .hero_form fieldset.form-columns-2 .input {
    margin-right: 0.3rem !important;
  }

  .hero_form .input select {
    width: 99% !important;
  }

  .hero_form h3.font_0 {
    font-size: 1.4rem !important;
  }

  .hero_form .hs-richtext.hs-main-font-element {
    margin-bottom: 1.4rem;
  }

  .hero_form fieldset.form-columns-2 {
    margin-bottom: 1rem;
  }

  .hero_form .hs-richtext p {
    margin-top: 1.5rem;
  }

  .hero_form .hs_submit.hs-submit {
    margin-top: 1.5rem;
  }

  .catch-copy__heading__primary.under {
    font-size: 1.8rem;
  }

  .section-feature_point .section__inner {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
    max-width: 90%;
  }

  .feature-point-flex {
    gap: 2rem;
    flex-wrap: wrap;
  }

  .feature-point-flex .item a.btn-primary {
    max-width: 100%;
    height: 2.4rem;
  }

  .feature-point-flex .item {
    width: 100%;
  }

  .feature-card__title___secondary .lms {
    display: inline-block;
    margin-left: 0.5rem;
  }

  .feature-point-card__title {
    font-size: 1.4rem;
  }

  .feature-point-flex .item::before {
    top: 106%;
    left: 50%;
  }

  .section-feature_point .catch-copy__heading__primary {
    font-size: 1.8rem;
  }

  .feature-point-flex .item a.btn-primary .svg-arrow-back {
    width: 0.54rem;
    margin-left: 1rem;
    margin-right: 0rem;
  }

  .section-feature_point .catch-copy__heading__secondary {
    font-size: 1.6rem;
  }

  .feature-point-flex .item a.btn-primary {
    max-width: 60%;
    height: 3.4rem;
  }

  .feature-point-flex .item.other-ptn .feature-point-card__title {
    font-size: 1.4rem;
  }

  .feature-point-flex .item.other-ptn {
    width: 100%;
  }

  .feature-point-flex .item {
    width: 100%;
    padding: 2rem 1.9rem 2rem;
  }

  .c-card__info.feature-point {
    margin-top: 1.5rem;
  }

  .feature-parent-col__title {
    margin-top: 2rem;
    font-size: 1.2rem;
  }

  .feature-parent-col4 {
    justify-content: flex-start;
    margin-top: 1.2rem;
    gap: 1.5rem;
  }

  .breadcrumbs__inner {
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero__mv {
    width: 100%;
  }

  .hero__ttl {
    /* transform: translate(-105.5%, -37%); */
    transform: translate(-93.5%, -37%);
  }

  .hero_form {
    left: 74.5%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.8px) {
  .hero__ttl {
    transform: translate(-70%, -45%);
  }
}
