@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
picture,
section {
  display: block;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
  list-style-position: outside;
}

li>ul,
li>ol {
  margin-left: 1.5em;
  margin-bottom: 0;
}

del {
  text-decoration: line-through;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

table td,
table th {
  word-wrap: break-word;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

iframe {
  vertical-align: bottom;
}

svg {
  max-width: 100%;
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

hr {
  height: 1px;
  background-color: #ccc;
  border: 0;
  margin-bottom: 25px;
  box-sizing: content-box;
  overflow: visible;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a {
  transition: 0.3s ease;
}

a:hover {
  opacity: 0.6;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed,
iframe,
object {
  max-width: 100%;
}

/* Clearings */
.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.site-header:after,
.site-content:after {
  clear: both;
}


/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
body {
  position: relative;
  color: #000;
  min-width: 1280px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}

#content {
  position: relative;
  overflow-x: hidden;
}

.content_inner {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}

p {
  margin-bottom: 0;
}

@media only screen and (min-width: 1300px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 768px) {
  body {
    min-width: 100%;
    font-size: 3.7333vw;
  }

  .content_inner {
    width: 89.3333vw;
  }
}


/*--------------------------------------------------------------
  Common
 --------------------------------------------------------------*/
.u-fc-bk {
  color: #000;
}

.u-fc-nv {
  color: #13244F;
}

.u-fc-or {
  color: #FF6200;
}

.u-fs-l {
  font-size: 38px;
}

.u-fs-m {
  font-size: 28px;
}

.u-fs-s {
  font-size: 22px;
}

.u-fs-xs {
  font-size: 14px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.u-pc-mb70 {
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .u-fs-l {
    font-size: 8.12vw;
  }

  .u-fs-m {
    font-size: 5.9333vw;
  }

  .u-fs-s {
    font-size: 5.0666vw;
  }

  .u-fs-xs {
    font-size: 2.9666vw;
  }

  .u-pc-mb70 {
    margin-bottom: 16vw;
  }
}


/* タイトル */
.c-title {
  color: #13244F;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.26;
  margin-bottom: 40px;
}

.c-speech-bubble {
  display: block;
  width: 471px;
  height: 76px;
  font-size: 32px;
  background: url(../images/bg_speech-bubble.svg) center top no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding-top: 5px;
}

.c-speech-bubble-s {
  display: block;
  width: 471px;
  height: 63px;
  font-size: 24px;
  line-height: 1.75;
  background: url(../images/bg_speech-bubble_s.svg) center top no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.c-slash {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  margin-bottom: 10px;
}

.c-slash::before,
.c-slash::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #13244F;
}

.c-slash::before {
  margin-right: 10px;
  transform: rotate(60deg);
}

.c-slash::after {
  margin-left: 10px;
  transform: rotate(-60deg);
}

@media only screen and (max-width: 768px) {
  .c-title {
    font-size: 5.3333vw;
    margin-bottom: 9.3333vw;
  }

  .c-speech-bubble {
    width: 89.3333vw;
    height: 17.7333vw;
    font-size: 7.1999vw;
    background-image: url(../images/sp_bg_speech-bubble.svg);
    padding-top: 1.9333vw;
  }

  .c-speech-bubble-s {
    width: 89.3333vw;
    height: 13.6vw;
    font-size: 5.3333vw;
    background-image: url(../images/sp_bg_speech-bubble_s.svg);
  }

  .c-slash {
    font-size: 5.2vw;
    margin-bottom: 4vw;
  }

  .c-slash::before,
  .c-slash::after {
    width: 10.2vw;
    height: 1px;
  }

  .c-slash::before {
    margin-right: 0.2vw;
  }

  .c-slash::after {
    margin-left: 0.2vw;
  }
}

.c-sub-title {
  color: #FF6200;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .c-sub-title {
    font-size: 5.6vw;
    margin-bottom: 5.3333vw;
  }
}

/* 注釈 */
.txt_notes {}

@media only screen and (max-width: 768px) {
  .txt_notes {
    text-align: left;
  }
}

/* ボタン */
.btn {
  display: block;
  position: relative;
  color: #FFF;
  width: 240px;
  font-weight: 600;
  background-color: #FF6200;
  border-radius: 100px;
  margin: 0 auto;
  padding: 15px 0;
}

.btn::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 14px;
  background: url(../images/ico_arrow.svg) left top no-repeat;
  background-size: cover;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .btn {
    width: 50.6666vw;
    padding: 3.3333vw 0;
  }

  .btn::after {
    width: 1.4666vw;
    height: 2.9333vw;
    right: 4vw;
  }
}

/* スライド */
@media only screen and (max-width: 768px) {
  .slide-arrow {
    position: absolute;
    width: 3.4666vw;
    margin: auto;
    top: 15%;
    bottom: 0;
    cursor: pointer;
    z-index: 99;
  }

  .prev-arrow.slick-disabled,
  .next-arrow.slick-disabled {
    display: none !important;
  }
}

/* フェードイン */
[data-in] {
  transition-duration: .6s;
}

[data-in=fade-in]:not(.is-in),
[data-in=slide-in]:not(.is-in) {
  pointer-events: none;
  opacity: 0
}

[data-in=slide-in]:not(.is-in) {
  transform: translate(0, -20px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

/* 表示切り替え */
.pc-content {
  display: none !important;
}

.sp-content {
  display: block !important;
}

@media only screen and (min-width: 769px) {
  .pc-content {
    display: block !important;
  }

  .sp-content {
    display: none !important;
  }
}


/*--------------------------------------------------------------
  Header
 --------------------------------------------------------------*/
header {
  background-color: #FFF;
  padding: 20px 30px;
}

/* 共通ナビ */
header .logo {
  width: 244px;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  header {
    height: 10.6666vw;
    padding: 3.7333vw 5.3333vw 0;
  }

  header .logo {
    width: 38.9333vw;
  }
}


/*--------------------------------------------------------------
  Footer
 --------------------------------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  width: 40px;
  right: 60px;
  bottom: 90px;
}

@media only screen and (max-width: 768px) {
  .pagetop {
    width: 8.7999vw;
    right: 4vw;
    bottom: 21.3333vw;
  }
}

footer {
  background-color: #FFF;
  padding: 25px 38px;
  text-align: right;
}

footer .copyright {
  color: #FF6200;
  font-size: 11px;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 3.3333vw 0 2.4vw;
    text-align: center;
  }

  footer .copyright {
    font-size: 2.4vw;
  }
}


/*--------------------------------------------------------------
  トップページ
 --------------------------------------------------------------*/
/* MV */
.main_visual {
  position: relative;
  width: 100%;
}

.main_visual h1 {
  width: 100%;
}

.main_visual a {
  position: absolute;
  width: 18.90625vw;
  min-width: 242px;
  left: 4.6875vw;
  bottom: 5.46875vw;
}

@media only screen and (max-width: 768px) {
  .main_visual a {
    width: 54.6666vw;
    min-width: auto;
    left: 5.3333vw;
    bottom: 99.3333vw;
  }
}


/* こんな悩みはありませんか？ */
.p-worry-content {
  background: #EEF7FD url(../images/bg_worry.png) left top no-repeat;
  background-size: 160px 200px;
  padding: 70px 0;
}

.p-worry-list {
  display: flex;
  justify-content: space-between;
  width: 740px;
  margin: 0 auto;
}

.p-worry-list li img {
  width: 215px;
  margin: 0 auto 10px;
}

.p-worry-list li p {
  color: #13244F;
  font-size: 14px;
  font-weight: 600;
}

.p-worry-list li p span {
  color: #FF6200;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(transparent 75%, #FFEE80 75%);
}

@media only screen and (max-width: 768px) {
  .p-worry-content {
    background-size: 26.6666vw 44.2666vw;
    padding: 16vw 0;
  }

  .p-worry-list {
    flex-direction: column;
    gap: 9.3333vw 0;
    width: 66.6666vw;
  }

  .p-worry-list li img {
    width: 54.1333vw;
    margin-bottom: 2vw;
  }

  .p-worry-list li p {
    font-size: 4.8vw;
  }

  .p-worry-list li p span {
    font-size: 6.1333vw;
  }
}


/* デジタルバリューチェーンスキル講座 */
.p-skill-content {
  background-image: url(../images/bg_skill01.png), url(../images/bg_skill02.png), url(../images/bg_skill03.png);
  background-position: right top, left 48%, right 86%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 154px 240px, 104px 240px, 84px 220px;
  padding: 70px 0;
}

.p-skill-content .specialize {
  position: relative;
  display: inline-block;
  color: #FFF;
  font-size: 24px;
  background-color: #FF6200;
  padding: 2px 20px 3px;
}

.p-skill-content .specialize::before,
.p-skill-content .specialize::after {
  position: absolute;
  content: "";
  top: 0;
}

.p-skill-content .specialize::before {
  border-width: 25px 16px 25px 0;
  border-style: solid;
  border-color: transparent #FF6200 transparent transparent;
  left: -16px;
}

.p-skill-content .specialize::after {
  border-width: 25px 0 25px 16px;
  border-style: solid;
  border-color: transparent transparent transparent #FF6200;
  right: -16px;
}

.p-skill-content .specialize span {
  font-size: 30px;
}

.p-skill-series {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.p-skill-series .p-skill-list {
  width: 281px;
  background: url(../images/bg_skill-list.png) center bottom no-repeat;
  background-size: 6px 30px;
  padding-bottom: 35px;
}

.p-skill-series .p-skill-list li {
  margin-bottom: 8px;
}

.p-skill-series .img-skill {
  width: 658px;
  padding-top: 27px;
}

.p-skill-curriculum {
  margin-bottom: 50px;
}

.p-skill-curriculum li {
  margin-bottom: 20px;
}

.p-skill-course {
  width: 600px;
  margin: 0 auto 40px;
}

.txt-course-content {
  color: #FF6200;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.47;
}

.txt-course-content span {
  font-size: 50px;
  background-image: radial-gradient(circle at center, #13244F 16%, transparent 16%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: .1em;
}

.txt-course-content span.en {
  background-image: radial-gradient(circle at center, #13244F 22%, transparent 22%);
  background-size: 0.7em 0.3em;
}

@media only screen and (max-width: 768px) {
  .p-skill-content {
    background-image: url(../images/bg_skill01.png);
    background-position: right top;
    background-size: 26.6666vw 34.4vw;
    padding: 16vw 0;
  }

  .p-skill-content .specialize {
    font-size: 5.0666vw;
    line-height: 1.3;
    padding: 1.2vw 5.3333vw 1.8vw 8.2666vw;
  }

  .p-skill-content .specialize::before {
    border-width: 9.3666vw 3.2vw 9.3666vw 0;
    left: -3.2vw;
  }

  .p-skill-content .specialize::after {
    border-width: 9.3666vw 0 9.3666vw 3.2vw;
    right: -3.2vw;
  }

  .p-skill-content .specialize span {
    font-size: 6.6666vw;
  }

  .p-skill-series {
    flex-direction: column;
    gap: 5.3333vw 0;
    margin-bottom: 25px;
  }

  .p-skill-series .p-skill-list {
    width: 75.0666vw;
    background-size: 1.3333vw 8vw;
    margin: 0 auto;
    padding-bottom: 8vw;
  }

  .p-skill-series .p-skill-list li {
    margin-bottom: 3.0666vw;
  }

  .p-skill-series .img-skill {
    width: 100%;
    padding-top: 0;
  }

  .p-skill-curriculum {
    margin-bottom: 10.6666vw;
  }

  .p-skill-curriculum li {
    margin-bottom: 4vw;
  }

  .p-skill-course {
    width: 80vw;
    margin-bottom: 5.3333vw;
  }

  .txt-course-content {
    font-size: 6.9333vw;
  }

  .txt-course-content span {
    font-size: 10.1333vw;
    padding-top: .2em;
  }
}


/* デジタルバリューチェーンスキルとは？ */
.p-about-content {
  background: #EEF7FD url(../images/bg_dvc-skill.png) left top no-repeat;
  background-size: 148px 168px;
  padding: 70px 0;
}

.p-about-content h2 {
  color: #FF6200;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}

.p-about-content h2 img {
  width: 364px;
  margin: 0 auto;
}

.p-about-content p {
  color: #13244F;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.63;
}

.p-about-content p span {
  background: linear-gradient(transparent 75%, #FFD3B7 75%);
}

@media only screen and (max-width: 768px) {
  .p-about-content {
    background-size: 18.6666vw 34.6666vw;
    padding: 16vw 0;
  }

  .p-about-content h2 {
    font-size: 9.3333vw;
    margin-bottom: 4vw;
  }

  .p-about-content h2 img {
    width: 61.7333vw;
  }

  .p-about-content p {
    font-size: 4.2vw;
  }
}

/* サービス資料をご覧ください※デジタルバリューチェーンスキルとは？→置き換え */
.view-service-container {
  display: flex;
}

.view-service-container .about {
  margin-left: 30px;
  h2 {
    color: #132466 !important;
    font-size: 1.9rem;
    white-space: nowrap;
    text-align: start;
  }

  .text {
    background-color: #fff;
    padding: 1.0rem 2.0rem;
    text-align: start;
    border-radius: 10px;
  
    p {
      font-size: 1.2rem;
      margin-bottom: 0.8rem;
    }
  
    .list {
      list-style-type: disc;
      padding-left: 1.0rem;
    }
  
    .list li {
      padding-bottom: 0.8rem;
      white-space: nowrap;
    }
  
    .list li::marker {
      color: #fc6200;
      font-size: 1.1em;
    }
  }
  .dl-link {
    margin-top: 2rem;
    display: flex;
    justify-content: start;
    a {
      width: 300px;
      text-align: center;
      margin: 0;
    }
  }
}


/* sp用 */
.view-service-container-sp {
  h2 {
    color: #132466 !important;
    font-size: 1.7rem;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 20px;
  }
  .img {
    margin-bottom: 20px;
  }
  .text {
    background-color: #fff;
    padding: 1.0rem 2.0rem;
    text-align: start;
    border-radius: 10px;

    p {
      font-size: 1.2rem;
      margin-bottom: 0.5rem;
      text-align: center;
    }
    .list {
      list-style-type: disc;
      padding: 0rem 1.0rem 0 1.0rem;
    }
  
    .list li {
      padding-bottom: 0.5rem;
      text-align: left;
    }
  
    .list li::marker {
      color: #fc6200;
      font-size: 1.1em;
    }
  }
  .dl-link {
    text-align: center;
    margin-top: 2rem;
    a {
      width: 80%;
    }
  }
}

/* カリキュラム */
.p-curriculum-content {
  background-image: url(../images/bg_curriculum01.png), url(../images/bg_curriculum02.png), url(../images/bg_curriculum03.png), url(../images/bg_curriculum04.png);
  background-position: right top, left 23%, right 48%, left 75%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 138px 204px, 106px 236px, 86px 224px, 130px 250px;
  padding: 70px 0;
}

.p-curriculum-list {
  display: flex;
  justify-content: space-between;
  width: 800px;
  background: url(../images/bg_attendance.png) center 37% no-repeat;
  background-size: 95px 70px;
  margin: 0 auto 70px;
}

.p-curriculum-list li img {
  width: 270px;
  margin: 0 auto;
}

.p-curriculum-list li p {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-top: -50px;
}

.p-curriculum-list li p .p-fs-s {
  font-size: 18px;
}

.p-curriculum-content .txt-num {
  display: inline-block;
  position: relative;
  color: #FFF;
  font-size: 26px;
  background-color: #13244F;
  margin-right: 20px;
  padding: 3px 5px 3px 10px;
  transform: translateY(-4px);
}

.p-curriculum-content .txt-num::after {
  position: absolute;
  content: "";
  border-width: 19px 0 19px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #13244F;
  top: 0;
  right: -12px;
}

.p-curriculum-supervision {
  width: 720px;
  margin: 0 auto 70px;
}

.p-curriculum-supervision h3 {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  background-color: #FF6200;
  border-radius: 10px 10px 0 0;
  padding: 2px 0;
}

.p-curriculum-supervision h3 span {
  font-size: 28px;
}

.p-curriculum-supervision .supervision-profile {
  background-color: #EEF7FD;
  border: 1px solid #FF6200;
  border-radius: 0 0 10px 10px;
  padding: 10px 40px 20px;
}

.p-curriculum-supervision .box-profile {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.p-curriculum-supervision .box-profile>dt {
  width: 180px;
}

.p-curriculum-supervision .box-profile>dd {
  width: 440px;
}

.p-curriculum-supervision .box-profile>dd>p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: left;
}

.p-curriculum-supervision .box-profile>dd>p span {
  font-size: 20px;
}

.p-curriculum-supervision .box-profile>dd dl {
  display: flex;
  justify-content: space-between;
}

.p-curriculum-supervision .box-profile>dd dl dt {
  width: 74px;
}

.p-curriculum-supervision .box-profile>dd dl dd {
  width: 355px;
}

.p-curriculum-supervision .box-profile>dd dl dd p {
  font-size: 14px;
  text-align: left;
}

.p-curriculum-supervision .box-profile>dd dl dd p.p-fs-s {
  font-size: 12px;
  margin-top: 10px;
}

.p-curriculum-content .img-framework {
  width: 840px;
  margin: 0 auto 30px;
}

.p-curriculum-content .txt-re-edit {
  position: relative;
  color: #13244F;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 50px;
}

.p-curriculum-content .txt-re-edit::after {
  position: absolute;
  content: "";
  width: 288px;
  height: 39px;
  background: url(../images/bg_table.png) left top no-repeat;
  background-size: cover;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.p-curriculum-content .img-table {
  width: 720px;
  margin: 0 auto 20px;
}

@media only screen and (min-width: 769px) {
  .p-curriculum-content .slide-ex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 880px;
    margin: 0 auto;
    text-align: center;
  }

  .p-curriculum-content .slide-ex .slide {
    width: 420px;
  }
}

.p-curriculum-content .slide-ex .slide h4 {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  background-color: #FF6200;
  border-radius: 10px 10px 0 0;
  padding: 15px 0;
}

.p-curriculum-content .slide-ex .slide h4 span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-bottom: 3px;
}

.p-curriculum-content .slide-ex .slide h4 span::before,
.p-curriculum-content .slide-ex .slide h4 span::after {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #FFF;
}

.p-curriculum-content .slide-ex .slide h4 span::before {
  margin-right: 10px;
}

.p-curriculum-content .slide-ex .slide h4 span::after {
  margin-left: 10px;
}

.p-curriculum-content .slide-ex .slide-content {
  background-color: #EEF7FD;
  border-radius: 0 0 10px 10px;
  padding: 30px 40px;
}

.p-curriculum-content .slide-ex .slide-content .course-list li {
  color: #13244F;
  font-weight: 600;
  background-color: #FFF;
  border-radius: 50px;
  margin-bottom: 12px;
  padding: 10px 0;
}

.p-curriculum-content .slide-ex .slide-content p {
  color: #13244F;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (min-width: 769px) {
  .p-curriculum-content .slide-ex .slide-content .movie {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 30px;
  }

  .p-curriculum-content .slide-ex .slide-content .movie iframe {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .p-curriculum-content {
    background-image: url(../images/bg_curriculum01.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 20vw 24vw;
  }

  .p-curriculum-list {
    flex-direction: column;
    gap: 30.9173vw 0;
    width: 100%;
    background: url(../images/sp_bg_attendance.svg) center 48% no-repeat;
    background-size: 20.1306vw 15.1653vw;
    margin-bottom: 16vw;
  }

  .p-curriculum-list li img {
    width: 57.3333vw;
  }

  .p-curriculum-list li p {
    font-size: 4.2373vw;
    line-height: 5.9333vw;
    margin-top: -7.84vw;
  }

  .p-curriculum-list li p .p-fs-s {
    font-size: 3.8146vw;
  }

  .p-curriculum-content .txt-num {
    font-size: 5.333vw;
    margin-right: 5.6666vw;
    padding: 2.4666vw 1.3333vw 2.4666vw 2.6666vw;
    transform: translateY(-2.2vw);
  }

  .p-curriculum-content .txt-num::after {
    border-width: 9.4666vw 0 9.4666vw 3.6666vw;
    right: -3.5666vw;
  }

  .p-curriculum-content .txt-num+span {
    display: inline-block;
    line-height: 1.05;
  }

  .p-curriculum-supervision {
    width: 100%;
    margin-bottom: 16vw;
  }

  .p-curriculum-supervision h3 {
    font-size: 3.7333vw;
    padding: 1.6vw 0;
  }

  .p-curriculum-supervision h3 span {
    font-size: 4.8vw;
  }

  .p-curriculum-supervision .supervision-profile {
    padding: 3.7333vw 6.6666vw 5.8666vw;
  }

  .p-curriculum-supervision .box-profile {
    gap: 0 4.064vw;
    margin-bottom: 2.6666vw;
  }

  .p-curriculum-supervision .box-profile>dt {
    width: 41.4026vw;
  }

  .p-curriculum-supervision .box-profile>dd {
    width: 30.6666vw;
  }

  .p-curriculum-supervision .box-profile>dd>p {
    font-size: 3.7333vw;
    margin-bottom: 0;
  }

  .p-curriculum-supervision .box-profile>dd>p span {
    font-size: 5.6vw;
  }

  .p-curriculum-supervision .box-book {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }

  .p-curriculum-supervision .box-book>dt {
    width: 13.3333vw;
  }

  .p-curriculum-supervision .box-book>dd {
    width: 60vw;
  }

  .p-curriculum-supervision .box-profile+p {
    font-size: 3.7333vw;
    text-align: left;
  }

  .p-curriculum-supervision .box-book>dd p {
    font-size: 3.2vw;
    margin-top: 0;
    text-align: left;
  }

  .p-curriculum-content .img-framework {
    width: 84.2613vw;
    margin-bottom: 9.6053vw;
  }

  .p-curriculum-content .txt-re-edit {
    font-size: 8.5333vw;
    margin-bottom: 10.6666vw;
    padding-bottom: 10.2666vw;
  }

  .p-curriculum-content .txt-re-edit::after {
    width: 60.8vw;
    height: 8.2666vw;
  }

  .p-curriculum-content .img-table {
    width: 100%;
    margin-bottom: 5.3333vw;
  }

  .p-curriculum-content .img-table+p {
    text-align: left;
  }

  .p-curriculum-content .slide-ex .slide {
    width: 77.3333vw;
    margin: 0 2.1999vw;
    text-align: center;
  }

  .p-curriculum-content .slide-ex .prev-arrow {
    left: 9.6vw;
  }

  .p-curriculum-content .slide-ex .next-arrow {
    right: 9.6vw;
  }

  .p-curriculum-content .slide-ex .slide h4 {
    font-size: 4.2666vw;
    padding: 2.6666vw 0;
  }

  .p-curriculum-content .slide-ex .slide h4 span {
    font-size: 3.2vw;
    margin-bottom: 3px;
  }

  .p-curriculum-content .slide-ex .slide h4 span::before,
  .p-curriculum-content .slide-ex .slide h4 span::after {
    width: 4.2666vw;
  }

  .p-curriculum-content .slide-ex .slide h4 span::before {
    margin-right: 1.333vw;
  }

  .p-curriculum-content .slide-ex .slide h4 span::after {
    margin-left: 1.333vw;
  }

  .p-curriculum-content .slide-ex .slide-content {
    padding: 5.3333vw 7.4666vw;
  }

  .p-curriculum-content .slide-ex .slide-content .movie {
    position: relative;
    width: 100%;
    margin-bottom: 5.0666vw;
    padding-top: 56.25%;
  }

  .p-curriculum-content .slide-ex .slide-content .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .p-curriculum-content .slide-ex .slide-content .course-list li {
    font-size: 3.2vw;
    margin-bottom: 2.6666vw;
    padding: 1.6vw 0;
  }

  .p-curriculum-content .slide-ex .slide-content p {
    font-size: 2.9333vw;
  }
}


/* CASE */
.p-case-content {
  background: #EEF7FD url(../images/bg_case.png) right top no-repeat;
  background-size: 180px 180px;
  padding: 70px 0;
}

.p-case-list li {
  display: flex;
  margin-bottom: 20px;
}

.p-case-list li>p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92px;
  background-color: #FF6200;
  border-radius: 10px 0 0 10px;
}

.p-case-list li>p img {
  width: 38px;
}

.p-case-list li .p-case-item {
  display: flex;
  align-items: center;
  gap: 0 40px;
  background-color: #FFF;
  border-radius: 0 10px 10px 0;
  padding: 30px 40px;
}

.p-case-list li .p-case-item img {
  width: 268px;
}

.p-case-list li .p-case-item div {
  width: 480px;
  text-align: left;
}

.p-case-list li .p-case-item div h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.p-case-list li .p-case-item div h3 span {
  font-size: 20px;
  margin-left: 5px;
}

.p-case-list li .p-case-item div p {
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .p-case-content {
    background-size: 37.7093vw 33.844vw;
    padding: 16vw 0;
  }

  .p-case-list li {
    flex-direction: column;
    margin-bottom: 5.3333vw;
  }

  .p-case-list li>p {
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 2.6666vw 0;
  }

  .p-case-list li>p img {
    width: 25.3333vw;
  }

  .p-case-list li .p-case-item {
    flex-direction: column;
    gap: 6.6666vw 0;
    border-radius: 0 0 10px 10px;
    padding: 8vw 6.6666vw;
  }

  .p-case-list li .p-case-item img {
    width: 64vw;
  }

  .p-case-list li .p-case-item div {
    width: 100%;
  }

  .p-case-list li .p-case-item div h3 {
    font-size: 2.9333vw;
    margin-bottom: 1.6vw;
  }

  .p-case-list li .p-case-item div h3 span {
    font-size: 4.5333vw;
    margin-left: 1.333vw;
  }

  .p-case-list li .p-case-item div p {
    font-size: 3.2vw;
  }
}


/* 料金体型  */
.p-plan-content {
  color: #FFF;
  background-color: #FF6200;
  padding: 70px 0;
}

.p-plan-content h2 {
  color: #FFF;
  margin-bottom: 20px;
}

.p-plan-content .c-speech-bubble-s {
  color: #FF6200;
  width: 470px;
  height: 58px;
  font-size: 22px;
  background: url(../images/bg_speech-bubble_wh.svg) center top no-repeat;
  background-size: cover;
  padding-top: 3px;
}

.p-plan-content .c-slash {
  font-size: 22px;
}

.p-plan-content .c-slash::before,
.p-plan-content .c-slash::after {
  width: 60px;
  background-color: #FFF;
}

.p-plan-content .c-slash span {
  font-size: 28px;
}

.p-plan-list {
  width: 650px;
  margin: 0 auto;
}

.p-plan-list li {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .p-plan-content {
    padding: 16vw 0;
  }

  .p-plan-content h2 {
    margin-bottom: 5.3333vw;
  }

  .p-plan-content .c-speech-bubble-s {
    width: 89.3333vw;
    height: 12.2666vw;
    font-size: 5.3333vw;
    background: url(../images/sp_bg_speech-bubble_wh.svg) center top no-repeat;
    background-size: cover;
    padding-top: 0;
  }

  .p-plan-content .c-slash {
    font-size: 5.3333vw;
  }

  .p-plan-content .c-slash span {
    font-size: 5.3333vw;
  }

  .p-plan-content .c-slash::before,
  .p-plan-content .c-slash::after {
    width: 15vw;
  }

  .p-plan-list {
    width: 86.6666vw;
  }

  .p-plan-list li {
    margin-bottom: 5.3333vw;
  }
}


/* 人材開発支援助成金 */
.p-subsidy-content {
  background: url(../images/bg_subsidy.png) left top no-repeat;
  background-size: 150px 220px;
  padding: 70px 0;
}

@media only screen and (min-width: 769px) {
  .p-subsidy-about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 960px;
    margin: 0 auto;
  }

  .p-subsidy-about dt {
    width: 127px;
  }

  .p-subsidy-about dd {
    position: relative;
    width: 800px;
    background-color: #FFF9D1;
    border-radius: 30px;
    margin-left: 28px;
    padding: 20px 40px;
    text-align: left;
  }

  .p-subsidy-about dd::after {
    position: absolute;
    content: "";
    width: 46px;
    height: 31px;
    background: url(../images/ico_speech-bubble.png) left top no-repeat;
    background-size: cover;
    top: 65%;
    left: -28px;
  }

  .p-subsidy-about dd h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .p-subsidy-about dd .p-fs-s {
    font-size: 12px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .p-subsidy-content {
    background-size: 20vw 30.4vw;
    padding: 16vw 0;
  }

  .p-subsidy-about {
    width: 100%;
    background-color: #FFF9D1;
    border-radius: 30px;
    padding: 5.3333vw 6.6666vw;
    text-align: left;
  }

  .p-subsidy-about dl {
    display: flex;
    align-items: center;
    gap: 0 2.6666vw;
  }

  .p-subsidy-about dt {
    width: 20vw;
  }

  .p-subsidy-about dd h3 {
    font-size: 5.6vw;
    font-weight: 600;
    line-height: 1.238;
  }

  .p-subsidy-about p {
    margin-top: 2.6666vw;
  }

  .p-subsidy-about .p-fs-s {
    font-size: 3.2vw;
  }
}


/* お申し込みのフロー */
.p-flow-content {
  background: #EEF7FD url(../images/bg_flow.png) right top no-repeat;
  background-size: 136px 176px;
  padding: 70px 0;
}

@media only screen and (min-width: 769px) {
  .slide-step {
    display: flex;
    justify-content: space-between;
    width: 980px;
    margin: 0 auto;
  }

  .slide-step li {
    position: relative;
    width: 210px;
  }

  .slide-step li:not(:last-of-type)::after {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 18px 0 18px 18px;
    border-color: transparent transparent transparent #FF6200;
    top: 50%;
    right: -18px;
  }
}

@media only screen and (max-width: 768px) {
  .p-flow-content {
    background-size: 24vw 21.0666vw;
    padding: 16vw 0;
  }

  .slide-step li {
    width: 58.6666vw;
    margin: 0 4.3999vw;
  }

  .slide-step .prev-arrow {
    left: 14.6666vw;
  }

  .slide-step .next-arrow {
    right: 14.6666vw;
  }
}


/* よくあるご質問 */
.p-faq-content {
  background: url(../images/bg_faq.png) left top no-repeat;
  background-size: 104px 190px;
  padding: 70px 0;
}

.p-faq-content .p-faq-list {
  width: 720px;
  border: 1px solid #D2D2D2;
  border-radius: 10px;
  margin: 0 auto 20px;
  text-align: left;
}

.p-faq-content .p-faq-list dt,
.p-faq-content .p-faq-list dd {
  position: relative;
}

.p-faq-content .p-faq-list dt {
  display: flex;
  align-items: center;
  min-height: 92px;
  font-size: 18px;
  font-weight: 600;
  background-color: #FFF9D1;
  border-radius: 10px;
  padding: 20px 60px 20px 85px;
  cursor: pointer;
}

.p-faq-content .p-faq-list dd {
  display: none;
  padding: 30px 40px 30px 90px;
}

.p-faq-content .p-faq-list dt.active {
  border-radius: 10px 10px 0 0;
}

.p-faq-content .p-faq-list dt::before,
.p-faq-content .p-faq-list dd::before {
  position: absolute;
  content: "";
  width: 52.5px;
  height: 52px;
  background-image: url(../images/ico_question.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  top: 20px;
  left: 20px;
}

.p-faq-content .p-faq-list dt::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 24px;
  background-image: url(../images/ico_close.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.p-faq-content .p-faq-list dt.active::after {
  background-image: url(../images/ico_open.svg);
}

.p-faq-content .p-faq-list dd::before {
  background-image: url(../images/ico_answer.png);
}

.p-faq-content .p-faq-list dd::after {
  position: absolute;
  content: "";
  width: 680px;
  height: 1px;
  border-top: 1px dotted #D2D2D2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  .p-faq-content {
    background-size: 14.6666vw 21.3333vw;
    padding: 16vw 0;
  }

  .p-faq-content .p-faq-list {
    width: 100%;
    margin-bottom: 5.3333vw;
  }

  .p-faq-content .p-faq-list dt {
    min-height: 12.8vw;
    font-size: 4vw;
    line-height: 1.4;
    padding: 6.1333vw 12.82vw 6.1333vw 20.5133vw;
  }

  .p-faq-content .p-faq-list dd {
    padding: 8.2666vw 4.5333vw 5.3333vw 20vw;
  }

  .p-faq-content .p-faq-list dt::before,
  .p-faq-content .p-faq-list dd::before {
    width: 12.95vw;
    height: 12.8vw;
    top: 5.3333vw;
    left: 4vw;
  }

  .p-faq-content .p-faq-list dt::after {
    width: 5.8vw;
    height: 5.6vw;
    right: 4vw;
  }

  .p-faq-content .p-faq-list dd::after {
    width: 81.3333vw;
  }
}


/* サービス提供会社 */
.p-service-content {
  background: #EEF7FD url(../images/bg_service-provider.png) right top no-repeat;
  background-size: 132px 218px;
  padding: 70px 0;
}

.p-service-provider {
  width: 720px;
  background-color: #FFF;
  border-radius: 10px;
  margin: 0 auto;
  padding: 40px;
}

.p-service-provider dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.p-service-provider dl dt {
  width: 257px;
}

.p-service-provider dl dd {
  width: 355px;
  text-align: left;
}

.p-service-provider dl dd h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .p-service-content {
    background-size: 22.6666vw 25.3333vw;
    padding: 16vw 0;
  }

  .p-service-provider {
    width: 100%;
    padding: 10.6666vw 6.6666vw;
  }

  .p-service-provider dl {
    flex-direction: column;
    margin-bottom: 5.3333vw;
    gap: 9.3333vw 0;
  }

  .p-service-provider dl dt {
    width: 61.4666vw;
    margin: 0 auto;
  }

  .p-service-provider dl dd {
    width: 100%;
  }

  .p-service-provider dl dd h3 {
    font-size: 5.6vw;
    margin-bottom: 5px;
  }
}


/* コンサルティング */
.p-consulting-content {
  background: url(../images/bg_subsidy.png) left top no-repeat;
  background-size: 150px 220px;
  padding: 70px 0;
}

@media only screen and (min-width: 769px) {
  .p-consulting-content h2 {
    line-height: 1.46;
  }

  .p-consulting-content h2 .u-fs-l {
    font-size: 34px;
  }

  .p-consulting-about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 960px;
    margin: 0 auto;
  }

  .p-consulting-about dt {
    width: 139px;
  }

  .p-consulting-about dd {
    position: relative;
    width: 800px;
    background-color: #FFF9D1;
    border-radius: 30px;
    margin-left: 28px;
    padding: 20px 40px;
    text-align: left;
  }

  .p-consulting-about dd::after {
    position: absolute;
    content: "";
    width: 46px;
    height: 31px;
    background: url(../images/ico_speech-bubble.png) left top no-repeat;
    background-size: cover;
    top: 65%;
    left: -28px;
  }

  .p-consulting-about dd h3 {
    color: #FF6200;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .p-consulting-about dd p+h3 {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .p-sp-fs-l {
    font-size: 5.6vw;
  }

  .p-consulting-content {
    background-size: 20vw 30.4vw;
    padding: 16vw 0;
  }

  .p-consulting-about {
    width: 100%;
    background-color: #FFF9D1;
    border-radius: 30px;
    padding: 5.3333vw 6.6666vw;
    text-align: left;
  }

  .p-consulting-about dl {
    display: flex;
    align-items: center;
    gap: 0 2.6666vw;
  }

  .p-consulting-about dt {
    width: 21.1333vw;
  }

  .p-consulting-about h3 {
    color: #FF6200;
    font-size: 5.6vw;
    font-weight: 600;
    line-height: 1.238;
  }

  .p-consulting-about p {
    margin-top: 2.6666vw;
  }

  .p-consulting-about p+h3 {
    margin-top: 4.6666vw;
  }
}


/* 申し込みフォーム */
.p-form-content {
  background-color: #EEF7FD;
  padding: 70px 0;
}

.tab-container {
  display: flex;
}

.tab-container .tab {
  color: #D2D2D2;
  width: 50%;
  font-size: 22px;
  font-weight: 600;
  background-color: #FFF;
  border-radius: 10px 10px 0 0;
  padding: 14px 0;
  cursor: pointer;
}

.tab-container .tab.active {
  color: #FFF;
  background-color: #FF6200;
}

.content-container {
  background-color: #FFF;
  border: 3px solid #FF6200;
  border-radius: 0 0 10px 10px;
  padding: 30px 120px 40px;
}

.content-container .content {
  display: none;
}

.content-container .content.show {
  display: block;
}

@media only screen and (max-width: 768px) {
  .p-form-content {
    padding: 16vw 0;
  }

  .tab-container .tab {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 13.2vw;
    font-size: 3.7333vw;
    line-height: 1.28;
    padding: 1.8666vw 0;
  }

  .content-container {
    border-width: 2px;
    padding: 8vw 6.6666vw;
  }
}


/* フローティング */
.floating-box {
  display: none;
  position: fixed;
  width: 100%;
  background: rgba(66, 64, 64, 0.8);
  padding: 10px 0;
  left: 0;
  bottom: 0;
}

.floating-box ul {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}

.floating-box ul a {
  display: block;
  position: relative;
  color: #FFF;
  width: 340px;
  font-size: 18px;
  font-weight: 600;
  background-color: #FC6200;
  border-radius: 50px;
  padding: 15px 0;
  text-align: center;
}

.floating-box ul a::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 14px;
  background: url(../images/ico_arrow.svg) left top no-repeat;
  background-size: cover;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.is-show {
  display: block;
}

@media only screen and (max-width: 768px) {
  .floating-box {
    padding: 3.3333vw 5.3333vw;
  }

  .floating-box ul {
    gap: 0 1.3333vw;
  }

  .floating-box ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42.6666vw;
    height: 10.6666vw;
    font-size: 2.9333vw;
    line-height: 1.27;
    padding: 1.6vw 0;
  }

  .floating-box ul a::after {
    width: 1.4666vw;
    height: 2.9333vw;
    right: 4vw;
  }
}