@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #EAEAEA;
}

::before,
::after {
  --tw-content: "";
}

html {
  line-height: 1.875;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
  font-size: 100%;
  letter-spacing: 0px;
  scroll-behavior: smooth;
}
@media (max-width: 751px) {
  html {
    font-size: 87.5%;
  }
}

body {
  margin: 0;
  line-height: inherit;
  color: #222;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
  border-color: #EAEAEA;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

p {
  word-break: break-word;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #EAEAEA;
}

button,
[role=button] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

/* swiper */
:root {
  --swiper-theme-color: #D29A1F;
  --swiper-navigation-sides-offset: calc(11%);
  --swiper-navigation-color: white;
  --swiper-pagination-bottom: -50px;
  --swiper-pagination-bullet-horizontal-gap: 10px;
}
@media (min-width: 1300px) {
  :root {
    --swiper-navigation-sides-offset: calc(50% - 530px);
  }
}
@media (max-width: 750px) {
  :root {
    --swiper-navigation-sides-offset: 20px;
    --swiper-pagination-bottom: -38px;
  }
}

.swiper {
  margin-bottom: 3rem;
}
@media (min-width: 750px) {
  .swiper {
    padding-bottom: 3px;
  }
}

.swiper-slide {
  max-width: 1000px;
  max-height: 385px;
  width: 75vw;
  height: 37.5vw;
  background-color: white;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
}
@media (max-width: 750px) {
  .swiper-slide {
    width: 100%;
    height: calc(57.3vw + 170px);
    border-radius: 0;
    box-shadow: none;
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: var(--swiper-navigation-size);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.7;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-button-next:before,
.swiper-button-prev:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #F0C14A;
  border-radius: 50%;
  position: absolute;
}

a:not(.nav-link, .txt-link):hover {
  opacity: 0.7;
}

a.txt-link:hover {
  color: #D29A1F;
}

.category {
  display: block;
  padding: 0.1em 0.75em;
  background-color: #D29A1F;
  color: white;
  word-break: keep-all;
}

.date {
  color: #828282;
}

.focus-img {
  overflow: hidden;
}
.focus-img > div,
.focus-img > img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.25s ease-out;
}
.focus-img > div:hover,
.focus-img > img:hover {
  transform: scale(1.1, 1.1);
}

.title-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a.tag {
  display: block;
  border-radius: 5px;
  background-color: #EAEAEA;
  padding: 0.2em 1em;
  word-break: keep-all;
  white-space: nowrap;
}

.h-logo {
  display: flex;
  align-items: center;
  gap: 1em;
}
.h-logo .logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.h-logo .logo-wrap a {
  display: block;
  width: 250px;
  font-size: 10px;
}
@media (max-width: 750px) {
  .h-logo .logo-wrap a {
    width: 170px;
  }
}
.h-logo .logo-wrap .logo-txt {
  font-size: 9px;
  color: #828282;
  line-height: 1;
}
@media (max-width: 750px) {
  .h-logo .logo-wrap .logo-txt {
    display: none;
  }
}
.h-logo .catchcopy {
  font-size: 0.875rem;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .h-logo .catchcopy {
    font-size: 0.7142857143rem;
    max-width: 160px;
  }
  .h-logo .catchcopy span {
    display: block;
  }
}

.h-links ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  gap: 0.5em;
}
.h-links ul a.contact {
  font-weight: 500;
}
.h-links ul a.contact::before {
  content: url("https://www.skillupai.com/assets-media/img/icon_mail01.svg");
  width: 1.5em;
  line-height: 0;
}
.h-links ul a.document {
  background-color: #D29A1F;
  color: white;
  font-weight: 500;
}
.h-links ul a.document::after {
  content: url("https://www.skillupai.com/assets-media/img/icon_newtab.svg");
  width: 1.25em;
  line-height: 0;
}
.h-links ul a.document2 {
  background-color: white;
  color: #D29A1F;
  font-weight: 500;
  border: 1px solid #D29A1F;
}
.h-links ul a.document2 span {
  display: inline-block;
  padding: 0 30px;
}
.h-links ul a.document2::after {
  content: url("https://www.skillupai.com/assets-media/img/icon_newtab_brown.svg");
  width: 1.25em;
  line-height: 0;
}

.g-kv {
  width: 100%;
  padding-top: 1.5rem;
  position: relative;
}
@media (max-width: 750px) {
  .g-kv {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
    padding-top: 0;
  }
}
.g-kv::before {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EAEAEA;
  width: 100%;
  max-height: 345px;
  height: calc(215px + 8.6666666667vw);
  display: block;
  z-index: 0;
}
@media (min-width: 750px) {
  .g-kv::before {
    content: "";
  }
}
.g-kv .kv-part {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: white;
}
@media (min-width: 750px) {
  .g-kv .kv-part {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
    border-radius: 5px;
    flex-direction: row;
    box-shadow: none;
  }
}
.g-kv .kv-part .focus-img {
  width: 100%;
  height: 57.3vw;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (min-width: 750px) {
  .g-kv .kv-part .focus-img {
    width: 67%;
    height: 100%;
  }
}
.g-kv .kv-part .title {
  padding: 20px;
  max-height: 170px;
}
@media (min-width: 750px) {
  .g-kv .kv-part .title {
    max-height: none;
    padding: 5rem 2.25rem 0 1.75rem;
    width: 33%;
  }
}
.g-kv .kv-part .title .title-head {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 750px) {
  .g-kv .kv-part .title .title-head {
    margin-bottom: 0.25rem;
  }
}
.g-kv .kv-part .title .title-head .category {
  font-weight: bold;
  font-size: 0.8571428571em;
}
.g-kv .kv-part .title .title-txt {
  font-size: 1.4285714286rem;
  font-weight: bold;
  letter-spacing: 0.64px;
  line-height: 1.5;
}
@media (min-width: 750px) {
  .g-kv .kv-part .title .title-txt {
    font-size: min(24px, 14.3396226415px + 0.7547169811vw);
  }
}

header.g-header {
  padding: 0;
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 11;
}
@media (min-width: 750px) {
  header.g-header {
    position: relative;
  }
}
@media (max-width: 750px) {
  header.g-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
header.g-header .h-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px max(2.5rem, 50% - 600px) 1rem;
}
@media (max-width: 750px) {
  header.g-header .h-top {
    padding: 1.2857142857rem 0 1.2857142857rem 20px;
  }
}
header.g-header .h-top .h-links ul {
  display: none;
  align-items: center;
  gap: 10px;
}
header.g-header .h-top .h-links ul li {
  flex-shrink: 0;
}
@media (min-width: 750px) {
  header.g-header .h-top .h-links ul {
    display: flex;
  }
}
header.g-header .h-top .h-links ul a {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  min-width: 180px;
}
header.g-header .h-body {
  border-top: 1px solid #f0f0f0;
}
header.g-header .h-body label.menucontroler {
  display: none;
}
header.g-header .h-body input {
  display: none;
}
@media (max-width: 750px) {
  header.g-header .h-body {
    display: block;
    width: 55px;
    height: 60px;
    border-top: none;
  }
  header.g-header .h-body label.menucontroler {
    display: block;
    background-image: url("https://www.skillupai.com/assets-media/img/3bar.svg");
    background-position: center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }
  header.g-header .h-body input#spmenu:checked ~ label {
    background-image: url("https://www.skillupai.com/assets-media/img/x.svg");
  }
  header.g-header .h-body input#spmenu:checked ~ nav {
    display: block;
  }
}
@media (max-width: 750px) {
  header.g-header .h-body nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100vw;
    max-width: 100%;
    height: calc(100vh - 60px);
    z-index: 11;
    background-color: white;
  }
}
header.g-header .h-body nav div.sp-nav-title {
  display: none;
}
@media (max-width: 750px) {
  header.g-header .h-body nav div.sp-nav-title {
    display: block;
    height: 40px;
    background-color: #f8f8f8;
  }
  header.g-header .h-body nav div.sp-nav-title p {
    line-height: 40px;
    font-weight: 500;
    text-align: center;
  }
}
header.g-header .h-body nav ul.mainmenu {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(1rem, 8.7547169811px + 0.5660377358vw);
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 100%;
}
@media (max-width: 750px) {
  header.g-header .h-body nav ul.mainmenu {
    flex-wrap: wrap;
    font-size: 16px;
    color: #000;
    border-top: 1px #f1f1f4 solid;
    border-left: 1px #f1f1f4 solid;
    justify-content: flex-start;
  }
}
header.g-header .h-body nav ul.mainmenu > li {
  width: 14%;
  max-width: 170px;
  display: block;
}
@media (max-width: 750px) {
  header.g-header .h-body nav ul.mainmenu > li {
    width: 50%;
    max-width: none;
    border-right: 1px #f1f1f4 solid;
    border-bottom: 1px #f1f1f4 solid;
  }
  header.g-header .h-body nav ul.mainmenu > li.content {
    display: contents;
    height: auto;
  }
}
header.g-header .h-body nav ul.mainmenu > li .nav-link {
  word-break: keep-all;
  width: 100%;
  height: 3.25em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 750px) {
  header.g-header .h-body nav ul.mainmenu > li .nav-link {
    border-bottom: 2px solid transparent;
  }
}
@media (max-width: 750px) {
  header.g-header .h-body nav ul.mainmenu > li .nav-link {
    height: 3.5em;
  }
}
@media (min-width: 750px) {
  header.g-header .h-body nav ul.mainmenu > li .nav-link:hover {
    border-bottom: 2px solid #D29A1F;
  }
  header.g-header .h-body nav ul.mainmenu > li .nav-link:hover span.txt,
  header.g-header .h-body nav ul.mainmenu > li .nav-link:hover label.txt {
    color: #D29A1F;
  }
}
header.g-header .h-body nav ul.mainmenu > li .atachsubmenu {
  position: relative;
}
@media (max-width: 750px) {
  header.g-header .h-body nav ul.mainmenu > li .atachsubmenu {
    display: flex;
    height: auto;
    flex-direction: column;
    background-color: #eaeaea;
    margin-top: -1px;
  }
}
header.g-header .h-body nav ul.mainmenu > li .atachsubmenu label.txt {
  cursor: pointer;
}
@media (max-width: 750px) {
  header.g-header .h-body nav ul.mainmenu > li .atachsubmenu label.txt {
    cursor: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 3.5em;
    gap: 0.2em;
  }
}
@media (max-width: 750px) {
  header.g-header .h-body nav ul.mainmenu > li .atachsubmenu label.txt::after {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("https://www.skillupai.com/assets-media/img/plus.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (min-width: 750px) {
  header.g-header .h-body nav ul.mainmenu > li .atachsubmenu:hover div.submenu {
    display: block;
    z-index: 2;
  }
}
header.g-header .h-body nav ul.mainmenu > li .atachsubmenu input {
  display: none;
}
header.g-header .h-body nav ul.mainmenu > li .atachsubmenu div.submenu {
  display: none;
  position: absolute;
  left: 50%;
  top: 3.25em;
  transform: translateX(-50%);
  background-color: white;
  padding: 2em 3em;
}
header.g-header .h-body nav ul.mainmenu > li .atachsubmenu div.submenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 25.5vw;
  max-width: 258px;
  row-gap: 0.5em;
  column-gap: 4%;
}
header.g-header .h-body nav ul.mainmenu > li .atachsubmenu div.submenu ul li {
  display: block;
  width: fit-content;
  font-size: 87.5%;
  font-weight: 400;
}
@media (max-width: 750px) {
  header.g-header .h-body nav ul.mainmenu > li .atachsubmenu div.submenu {
    display: block;
    box-shadow: none;
    position: relative;
    padding: 0 20px 24px;
    overflow: hidden;
    background-color: transparent;
    position: static;
    transform: none;
  }
  header.g-header .h-body nav ul.mainmenu > li .atachsubmenu div.submenu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: auto;
    max-width: none;
  }
  header.g-header .h-body nav ul.mainmenu > li .atachsubmenu div.submenu ul li a.tag {
    background-color: white;
    border: 1px solid white;
  }
}
header.g-header .h-body nav ul.mainmenu > li .atachsubmenu .sponly {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}
header.g-header .h-body nav ul.mainmenu > li .atachsubmenu .sponly ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 1em;
  gap: 1em;
}
header.g-header .h-body nav ul.mainmenu > li .atachsubmenu .sponly ul li a {
  width: 100%;
  padding: 12px 80px;
}
header.g-header .h-body nav ul.mainmenu > li .atachsubmenu .sponly ul li a.contact {
  font-size: 1rem;
  font-weight: 400;
  padding: 7px 20px;
}
header.g-header .h-body nav ul.mainmenu > li .atachsubmenu .sponly ul li a.document, header.g-header .h-body nav ul.mainmenu > li .atachsubmenu .sponly ul li a.document2 {
  padding: 12px 40px;
}
@media (min-width: 750px) {
  header.g-header .h-body nav ul.mainmenu > li .atachsubmenu .sponly {
    display: none;
  }
}

#main {
  width: 100%;
  position: relative;
}
#main::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  height: 100%;
  width: calc(100% - 32px);
  max-width: 1280px;
  z-index: -1;
  background-image: url("https://www.skillupai.com/assets-media/img/bg_pattern_sp.svg");
  background-position: top left;
  background-repeat: repeat-y;
  background-size: contain;
}
@media (min-width: 1280px) {
  #main::after {
    left: calc(50% - 640px);
  }
}
@media (min-width: 750px) {
  #main::after {
    background-image: url("https://www.skillupai.com/assets-media/img/bg_pattern_pc.svg");
    background-size: inherit;
    top: 0;
    height: 100%;
  }
}
#main.breadcrumbs::after {
  top: 32px;
  height: calc(100% - 32px);
}
@media (min-width: 750px) {
  #main.breadcrumbs::after {
    top: 50px;
    height: calc(100% - 50px);
  }
}
#main.kv::after {
  top: calc(57.3vw + 175px);
  height: calc(100% - 57.3vw - 175px);
}
@media (min-width: 750px) {
  #main.kv::after {
    top: 350px;
    height: calc(100% - 350px);
  }
}
#main:not(.kv) .content {
  padding-top: 2.8571428571rem;
}
@media (min-width: 750px) {
  #main:not(.kv) .content {
    padding-top: 3.4375rem;
  }
}
#main .content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 750px) {
  #main .content {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    gap: 2.4rem;
    justify-content: flex-start;
  }
}
#main .content.fixedpage {
  display: block;
  padding-top: 1.5rem;
}
#main .content.fixedpage.center {
  text-align: center;
}
#main .content.fixedpage.center article {
  padding: 40px 0 80px;
  margin: 2rem auto;
}
@media (max-width: 750px) {
  #main .content.fixedpage.center article {
    padding: 1rem 0 40px;
    margin: 0 auto 2rem;
  }
}
#main .content.fixedpage article {
  background-color: white;
  width: 90%;
  margin: 0;
  padding: 2rem;
  margin: 0 1rem 3.75rem;
}
@media (max-width: 750px) {
  #main .content.fixedpage article {
    padding: 1rem;
    margin: 0 1rem 2rem;
  }
}
#main .content.fixedpage article h1 {
  font-size: 2.25rem;
  font-weight: bold;
  margin: 40px 0;
}
#main .content.fixedpage article p {
  font-size: 1rem;
  line-height: 2;
}
#main .content.fixedpage article h2 {
  font-size: 1.5rem;
  margin: 20px 0;
  font-weight: bold;
}
#main .content.fixedpage article .popularposts {
  width: 90%;
  max-width: 800px;
  margin: 50px auto;
  text-align: left;
}
#main .content.fixedpage article .corp-info {
  margin: 2rem 0;
}
#main .content.fixedpage article .corp-info .corp-logo {
  margin-top: 1rem;
  display: block;
  width: 236px;
}
@media (min-width: 750px) {
  #main .content section.main {
    width: calc(100% - 360px - 2.4rem);
    min-width: 590.8px;
    margin-bottom: 2rem;
  }
}
#main .content section.main h2.new {
  font-size: 1.5rem;
  font-weight: bold;
}
#main .content section.main h2.new span {
  display: inline-block;
  margin-left: 1rem;
  color: #D29A1F;
  font-size: 1.25rem;
  opacity: 0.45;
}
#main .content section.main .articles-wrap {
  margin-top: 1.5rem;
}
#main .content section.main .articles-wrap ul.articles {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 750px) {
  #main .content section.main .articles-wrap ul.articles {
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem 30px;
  }
}
#main .content section.main .articles-wrap ul.articles li.article {
  position: relative;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3019607843);
  background-color: white;
  overflow: hidden;
}
@media (min-width: 750px) {
  #main .content section.main .articles-wrap ul.articles li.article {
    width: calc(50% - 15px);
  }
}
#main .content section.main .articles-wrap ul.articles li.article .focus-img {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 52.716vw;
  display: block;
}
@media (min-width: 750px) {
  #main .content section.main .articles-wrap ul.articles li.article .focus-img {
    max-width: 420px;
    max-height: 242px;
    width: calc((100vw - 360px - 30px - 2.4rem - 0.8rem) / 2);
    height: calc((100vw - 360px - 30px - 2.4rem - 0.8rem) * 0.573 / 2);
    min-width: 274px;
    min-height: 158px;
  }
}
#main .content section.main .articles-wrap ul.articles li.article .focus-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .content section.main .articles-wrap ul.articles li.article .article-description {
  padding: 1rem 1.5rem 5rem 1.5rem;
  position: relative;
}
@media (min-width: 750px) {
  #main .content section.main .articles-wrap ul.articles li.article .article-description {
    padding: 1.25rem 1.25rem 5rem 1.25rem;
  }
}
#main .content section.main .articles-wrap ul.articles li.article .article-description .title-head {
  font-size: 0.875rem;
  line-height: 2;
}
#main .content section.main .articles-wrap ul.articles li.article .article-description .title-head .category {
  font-size: 0.8571428571em;
}
#main .content section.main .articles-wrap ul.articles li.article .article-description .title-txt {
  font-size: 1.4285714286rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 0.5em 0;
}
@media (min-width: 750px) {
  #main .content section.main .articles-wrap ul.articles li.article .article-description .title-txt {
    font-size: 1.25rem;
  }
}
#main .content section.main .articles-wrap ul.articles li.article .tags {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
}
#main .content section.main .articles-wrap ul.articles li.article .tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
#main .content section.main .articles-wrap ul.articles li.article .tags ul li {
  font-size: 0.7142857143rem;
}
@media (min-width: 750px) {
  #main .content section.main .articles-wrap ul.articles li.article .tags ul li {
    font-size: min(12px, 7.1698113208px + 0.3773584906vw);
  }
}
#main .content section.main .articles-wrap ul.articles li.series-content {
  width: calc(50% - 30px);
  height: calc(18.46vw + 36px);
  max-height: 273px;
  position: relative;
  overflow: hidden;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3019607843);
}
@media (max-width: 750px) {
  #main .content section.main .articles-wrap ul.articles li.series-content {
    width: 100%;
    max-width: none;
    max-height: none;
    height: calc(67vw - 20px);
  }
}
#main .content section.main .articles-wrap ul.articles li.series-content div.bg {
  width: 100%;
  height: 78%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main .content section.main .articles-wrap ul.articles li.series-content h3 {
  position: absolute;
  width: 84%;
  left: 8%;
  top: 82%;
  font-weight: bold;
  line-height: 1.2;
  font-size: 0.875rem;
}
@media (max-width: 750px) {
  #main .content section.main .articles-wrap ul.articles li.series-content h3 {
    font-size: 1rem;
  }
}
#main .content section.side {
  margin-bottom: calc(4rem + 50px);
  z-index: 2;
}
@media (min-width: 750px) {
  #main .content section.side {
    width: 358px;
    flex-shrink: 0;
  }
}
#main .content section.side .sideInner {
  background-color: #F8F8F8;
  width: 100%;
  padding: 24px 4% 40px;
  margin-top: 4.5714285714rem;
}
#main .content section.side .sideInner.stick-div {
  margin-top: 0;
}
#main .content section.side .sideInner.mgn-0 {
  margin-top: 0;
  padding-top: 0;
}
@media (min-width: 750px) {
  #main .content section.side .sideInner {
    padding: 30px;
    margin-top: 0;
  }
}
#main .content section.side h3 {
  font-weight: bold;
  font-size: 1.4285714286rem;
}
@media (min-width: 750px) {
  #main .content section.side h3 {
    font-size: 1.25rem;
  }
}
#main .content section.side .side-articles-wrap {
  margin: 1.25rem 0 3rem;
}
@media (min-width: 750px) {
  #main .content section.side .side-articles-wrap {
    margin: 1.25rem 0 2.5rem;
  }
}
#main .content section.side .side-articles-wrap .side-articles {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
#main .content section.side .side-articles-wrap .side-articles .side-article a {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
#main .content section.side .side-articles-wrap .side-articles .side-article a .focus-img {
  flex-shrink: 0;
  margin-top: 0.375rem;
}
@media (max-width: 750px) {
  #main .content section.side .side-articles-wrap .side-articles .side-article a .focus-img {
    width: 34.8%;
  }
}
#main .content section.side .side-articles-wrap .side-articles .side-article a .focus-img img {
  width: 100%;
  height: auto;
}
@media (min-width: 750px) {
  #main .content section.side .side-articles-wrap .side-articles .side-article a .focus-img img {
    width: 95px;
  }
}
#main .content section.side .side-articles-wrap .side-articles .side-article p.article-title {
  font-size: 1rem;
  line-height: 1.5714285714;
}
@media (min-width: 750px) {
  #main .content section.side .side-articles-wrap .side-articles .side-article p.article-title {
    font-size: 0.875rem;
  }
}
#main .content section.side .tags {
  margin: 1.25rem 0 0;
}
#main .content section.side .tags > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
#main .content section.side .tags > ul li {
  font-size: 1rem;
}
@media (min-width: 750px) {
  #main .content section.side .tags > ul li {
    font-size: 0.75rem;
  }
}
@media (min-width: 750px) {
  #main .content section.side .stick-div {
    position: sticky;
    top: 0;
    padding-bottom: 60px;
  }
}
#main .content section.side .banners {
  margin: 0 0 2.5rem;
}
#main .content section.side .banners ul {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
#main .content section.side .banners ul li a {
  text-align: center;
}
#main .content section.side .banners ul li a img {
  width: 100%;
  height: auto;
}
#main .content section.side .sns {
  padding: 2.1rem 1.75rem 3.25rem;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: white;
}
@media (min-width: 750px) {
  #main .content section.side .sns {
    padding: 1.5rem 1.25rem 2.5rem;
    margin-bottom: 0;
  }
}
#main .content section.side .sns h3 {
  font-size: 1.2857142857rem;
}
@media (min-width: 750px) {
  #main .content section.side .sns h3 {
    font-size: 1.125rem;
  }
}
#main .content section.side .sns p {
  font-size: 0.8571428571rem;
  margin-top: 1rem;
}
@media (min-width: 750px) {
  #main .content section.side .sns p {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}
#main .content section.side .sns ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  gap: 1rem 0;
}
#main .content section.side .sns ul li {
  min-width: 21%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .content section.side .sns ul li img {
  height: 2.25rem;
  width: auto;
}
@media (min-width: 750px) {
  #main .content section.side .sns ul li img {
    height: 1.75rem;
  }
}
#main .content .more {
  width: 100%;
}
#main .content .more > div {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
#main .content .more > div::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
}
#main .content .more a {
  display: block;
  margin: 2.75rem auto;
  width: fit-content;
}
#main .content .more a:hover button {
  color: #D29A1F;
  border: 1px solid #D29A1F;
}
#main .content .more a:hover button::after {
  background-image: url("https://www.skillupai.com/assets-media/img/right-arrow-brown.svg");
}
#main .content .more a button {
  position: relative;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  font-size: 1.1428571429rem;
  padding: 0.8rem 4.5rem;
  background-color: white;
  color: #4f4f4f;
}
#main .content .more a button::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url("https://www.skillupai.com/assets-media/img/right-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 750px) {
  #main .content .more a button {
    font-size: 1rem;
  }
}

#bread-navi {
  display: block;
  width: 100%;
  height: 37px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  background-color: #f8f8f8;
  font-size: 0.8571428571rem;
}
#bread-navi::-webkit-scrollbar {
  display: none;
}
@media (min-width: 750px) {
  #bread-navi {
    height: 43px;
    font-size: 0.8125rem;
    color: #4f4f4f;
  }
}
#bread-navi ol {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding-left: 1.6666666667em;
}
@media (min-width: 1280px) {
  #bread-navi ol {
    overflow: hidden;
  }
}
@media (min-width: 750px) {
  #bread-navi ol {
    padding-left: 5px;
  }
}
#bread-navi ol li {
  word-break: keep-all;
}
#bread-navi ol li.lead {
  display: flex;
  align-items: center;
}
#bread-navi ol li.lead::after {
  content: ">";
  margin: 0 0.75em 0 1em;
}
#bread-navi ol span {
  white-space: nowrap;
}

section.services {
  width: 100%;
  padding: 0 4%;
  background-color: white;
  background-repeat: no-repeat;
  background-image: url("https://www.skillupai.com/assets-media/img/bg_geometry_gold_top_sp.svg"), url("https://www.skillupai.com/assets-media/img/bg_geometry_gold_bottom_sp.svg");
  background-position: top left, bottom right;
  background-size: 100% auto, 100%, auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 750px) {
  section.services {
    padding: 0;
    background-image: url("https://www.skillupai.com/assets-media/img/bg_geometry_gold.svg");
    background-position: center;
    background-size: cover;
  }
}
section.services h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 3.75rem 0 2.5rem;
  text-align: center;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}
@media (min-width: 750px) {
  section.services h2 {
    flex-direction: row;
  }
}
section.services h2 span {
  display: block;
}
@media (min-width: 750px) {
  section.services h2 {
    font-size: 1.5rem;
    margin: 3.75rem 0 2.5rem;
  }
  section.services h2 span {
    display: inline;
  }
}
section.services .service-contents-wrap {
  max-width: 1280px;
  width: 100%;
  margin-bottom: 60px;
}
section.services .service-contents-wrap ul.service-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 750px) {
  section.services .service-contents-wrap ul.service-contents {
    flex-direction: row;
    align-items: stretch;
  }
}
section.services .service-contents-wrap ul.service-contents li.service-content {
  width: 100%;
  max-width: none;
}
@media (min-width: 750px) {
  section.services .service-contents-wrap ul.service-contents li.service-content {
    width: calc(33.3% - 30px);
    max-width: 305px;
  }
}
section.services .service-contents-wrap ul.service-contents li.service-content > div {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  background-color: white;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3019607843);
  padding: 30px;
  border-radius: 5px;
}
section.services .service-contents-wrap ul.service-contents li.service-content > div h3 {
  font-size: 1.2857142857rem;
  font-weight: bold;
  height: 2.5rem;
  line-height: 2.5rem;
}
@media (min-width: 750px) {
  section.services .service-contents-wrap ul.service-contents li.service-content > div h3 {
    font-size: 1.125rem;
  }
}
section.services .service-contents-wrap ul.service-contents li.service-content > div p {
  font-size: 0.8571428571rem;
  line-height: 1.5;
  min-height: 3em;
  text-align: center;
  margin-bottom: 0.5em;
}
@media (min-width: 750px) {
  section.services .service-contents-wrap ul.service-contents li.service-content > div p {
    font-size: 0.75rem;
  }
}
section.services .service-contents-wrap ul.service-contents li.service-content > div img {
  height: 154px;
  width: auto;
}
section.services .service-contents-wrap ul.service-contents li.service-content > div .mlt-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
section.services .service-contents-wrap ul.service-contents li.service-content > div .mlt-btn button {
  padding: 0.75rem 0.5rem 0.75rem 1rem;
}
section.services .service-contents-wrap ul.service-contents li.service-content > div button {
  border-radius: 5px;
  background-color: #D29A1F;
  color: white;
  font-size: 0.8571428571rem;
  font-weight: bold;
  padding: 0.75rem 2rem 0.75rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.services .service-contents-wrap ul.service-contents li.service-content > div button::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin-left: 0.5em;
  background-image: url("https://www.skillupai.com/assets-media/img/icon_newtab.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 750px) {
  section.services .service-contents-wrap ul.service-contents li.service-content > div button {
    font-size: 0.75rem;
  }
}
section.services .service-contents-wrap ul.service-contents li.service-content > div .bg-image {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

section.series {
  width: 100%;
  padding: 0 4%;
  background-color: rgba(130, 130, 130, 0.1);
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("https://www.skillupai.com/assets-media/img/bg_geometry_gray_top_sp.svg"), url("https://www.skillupai.com/assets-media/img/bg_geometry_gray_bottom_sp.svg");
  background-position: top left, bottom right;
  background-size: 100% auto, 100%, auto;
}
@media (min-width: 750px) {
  section.series {
    padding: 0;
    background-image: url("https://www.skillupai.com/assets-media/img/bg_geometry_gray.svg");
    background-position: center;
    background-size: cover;
  }
}
section.series h2 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin: 3.75rem auto 1.5625rem;
  line-height: 1.5;
}
section.series .series-contents-wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 3.75rem;
}
section.series .series-contents-wrap ul.series-contents {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 750px) {
  section.series .series-contents-wrap ul.series-contents {
    flex-direction: column;
  }
}
section.series .series-contents-wrap ul.series-contents li.series-content {
  width: calc(33.3% - 30px);
  max-width: 305px;
  height: calc(24.6vw - 25px);
  max-height: 250px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3019607843);
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  section.series .series-contents-wrap ul.series-contents li.series-content {
    width: 100%;
    max-width: none;
    height: calc(78vw - 42px);
    max-height: none;
  }
}
section.series .series-contents-wrap ul.series-contents li.series-content div.bg {
  width: 100%;
  max-height: 175px;
  height: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 750px) {
  section.series .series-contents-wrap ul.series-contents li.series-content div.bg {
    max-height: none;
  }
}
section.series .series-contents-wrap ul.series-contents li.series-content h3 {
  position: absolute;
  width: 84%;
  left: 8%;
  top: 75%;
  font-weight: bold;
  line-height: 1.2;
}
section.series .series-contents-wrap > p {
  margin: 1.875rem 6.25% 0 auto;
  text-align: right;
  font-size: 0.875rem;
  width: fit-content;
}
@media (max-width: 750px) {
  section.series .series-contents-wrap > p {
    margin: 2.1428571429rem auto;
    text-align: center;
  }
}
section.series .series-contents-wrap > p a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
section.series .series-contents-wrap > p a::after {
  content: url("https://www.skillupai.com/assets-media/img/Icon_arrow_right.svg");
  display: block;
  line-height: 0;
}

.sectionInner {
  padding: 0 4%;
}
@media (min-width: 750px) {
  .sectionInner {
    padding: 0 0 0 0.8rem;
  }
}

.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 1rem;
  margin: 1.5rem 0;
  background-color: white;
  padding: 1rem 1.5rem;
}
.pagination ul li.green {
  color: #D29A1F;
}
.pagination ul li:not(.green) {
  color: #828282;
}
.pagination ul li .current {
  color: #d29a1f;
}
.pagination ul li a.navi-prev,
.pagination ul li a.navi-next,
.pagination ul li a.page-numbers.prev,
.pagination ul li a.page-numbers.next {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("https://www.skillupai.com/assets-media/img/arraow-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.pagination ul li a.navi-prev,
.pagination ul li a.page-numbers.prev {
  margin-right: 2rem;
}
.pagination ul li a.navi-next,
.pagination ul li a.page-numbers.next {
  transform: rotate(180deg);
  margin-left: 2rem;
}

#wp-content1,
div.wp-content2 {
  width: 100%;
  max-width: 1280px;
}
@media (min-width: 750px) {
  #wp-content1,
  div.wp-content2 {
    width: 100%;
    max-width: 1280px;
  }
}
#wp-content1 div.center,
div.wp-content2 div.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

#wp-content1 {
  margin: 5rem auto 2.75rem;
}
@media (min-width: 750px) {
  #wp-content1 {
    margin: 5rem auto 2rem;
  }
}

div.wp-content2 {
  margin: 2.75rem auto;
}
@media (min-width: 750px) {
  div.wp-content2 {
    margin: 2rem auto;
  }
}

a.top {
  position: fixed;
  bottom: calc(2rem + 25px);
  right: calc(2.25rem + 25px);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: none;
  width: 50px;
  height: 50px;
  background-color: #D29A1F;
  background-image: url("https://www.skillupai.com/assets-media/img/Icon_arrow_up.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: initial;
  border-radius: 50%;
  transform: translate(50%, 50%);
  z-index: 1;
}
@media (min-width: 750px) {
  a.top {
    bottom: calc(1.25rem + 25px);
  }
}

footer {
  width: 100%;
  background-color: #D29A1F;
  color: white;
  padding: 30px 30px 40px;
  position: relative;
  z-index: 2;
}
@media (min-width: 750px) {
  footer {
    padding: 1.5rem 6.5%;
  }
}
footer .footer-main {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 750px) {
  footer .footer-main {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}
footer .footer-main .footer-logo img {
  width: 227px;
  height: auto;
}
@media (min-width: 750px) {
  footer .footer-main .footer-logo img {
    width: 150px;
  }
}
footer .footer-main .footer-links {
  font-size: 0.8571428571rem;
}
@media (min-width: 750px) {
  footer .footer-main .footer-links {
    font-size: 0.75rem;
  }
}
footer .footer-main .footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}
@media (min-width: 750px) {
  footer .footer-main .footer-links ul {
    flex-direction: row;
    gap: 1.5rem;
  }
}
footer .footer-main a.newtab {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .footer-main a.newtab::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin-left: 0.5em;
  background-image: url("https://www.skillupai.com/assets-media/img/icon_newtab.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
footer .footer-sub {
  margin-top: 2.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 750px) {
  footer .footer-sub {
    margin-top: 0;
    flex-direction: row;
    align-items: center;
    gap: 2em;
  }
}
footer .footer-sub .copyright {
  font-size: 10px;
}
@media (max-width: 750px) {
  footer .footer-sub .copyright {
    margin-top: 1rem;
  }
}
footer .footer-sub .sns ul {
  display: flex;
  gap: 1rem;
}
footer .footer-sub .sns img {
  height: 1.2rem;
  width: auto;
}
@media (max-width: 750px) {
  footer .footer-sub .sns img {
    height: 1.5rem;
  }
}

@media (max-width: 750px) {
  div.swiper-button-next,
  div.swiper-button-prev {
    display: none;
  }
}

div.white {
  background-color: white;
  padding: 2.75rem 0;
}

div.media_posts {
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}
div.media_posts ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 1rem;
}
@media (max-width: 750px) {
  div.media_posts ul {
    flex-direction: column;
    gap: 1.25rem;
  }
}
div.media_posts ul li {
  flex: 1;
  max-width: 20%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 750px) {
  div.media_posts ul li {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    gap: 14px;
  }
  div.media_posts ul li > div:first-child {
    width: 34.8%;
    flex-shrink: 0;
  }
}
div.media_posts ul li .val-height {
  position: relative;
}
div.media_posts ul li .val-height:before {
  content: "";
  display: block;
  padding-top: 56.75%;
}
div.media_posts ul li .val-height > div {
  position: absolute;
  top: 0;
  left: 0;
}
div.media_posts ul li .title-sub {
  font-size: 0.75rem;
  width: fit-content;
  margin-bottom: 5px;
}
@media (max-width: 750px) {
  div.media_posts ul li .title-sub {
    display: none;
  }
}
div.media_posts ul li .title-txt {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  font-weight: bold;
}
@media (max-width: 750px) {
  div.media_posts ul li .title-txt {
    font-size: 1rem;
    font-weight: normal;
  }
}

div.to-top {
  width: 100%;
  padding: 2.75rem 0;
}
div.to-top.white {
  background-color: white;
}
div.to-top a {
  display: block;
  margin: 0 auto;
  width: fit-content;
}
div.to-top a button {
  position: relative;
  border-radius: 5px;
  font-size: 1.0714285714rem;
  padding: 0.8rem 4.5rem;
  background-color: #D29A1F;
  color: white;
}
div.to-top a button::after {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url("https://www.skillupai.com/assets-media/img/right-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 750px) {
  div.to-top a button {
    font-size: 1rem;
  }
}

dl.company-info {
  display: grid;
  grid-template-columns: 250px 1fr;
  border-top: 1px solid #EAEAEA;
}
@media (max-width: 750px) {
  dl.company-info {
    grid-template-columns: 100px 1fr;
  }
}
dl.company-info dd {
  border-bottom: 1px solid #EAEAEA;
  padding: 1rem 0 1rem 5rem;
}
@media (max-width: 750px) {
  dl.company-info dd {
    padding: 1rem 0 1rem 0.5rem;
  }
}
dl.company-info dd span {
  display: block;
}
dl.company-info dd span.office-bold {
  font-weight: bold;
}
dl.company-info dd a.tgt-blank {
  display: flex;
  align-items: center;
}
dl.company-info dd a.tgt-blank::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin-left: 0.5em;
  background-image: url("https://www.skillupai.com/assets-media/img/icon_newtab_brown.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
dl.company-info dt {
  border-bottom: 1px solid #EAEAEA;
  padding: 1rem 1rem 1rem 5rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  dl.company-info dt {
    padding: 1rem 0 1rem 0.5rem;
  }
}

article {
  background-color: white;
  margin-top: 1rem;
  padding-bottom: 2.75rem;
}
article .articlehead {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.7142857143rem;
  margin-bottom: 2.1428571429rem;
}
@media (min-width: 750px) {
  article .articlehead {
    gap: 20px;
    padding: 12px 20px;
  }
}
article .articlehead .titlesub {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.8571428571rem;
}
@media (min-width: 750px) {
  article .articlehead .titlesub {
    flex-direction: row;
    gap: 1rem;
  }
}
article .articlehead .titlesub .category {
  width: fit-content;
  font-size: 0.8571428571rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}
article .articlehead h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
article .after-content {
  padding: 0 20px 2.75rem;
}
article .after-content .line_follow {
  margin: -1rem auto 1rem;
  width: fit-content;
}
article .tags {
  margin-top: 1.5rem;
  font-size: 0.75rem;
}
article .tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5714285714rem;
}
article .times {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #828282;
  font-size: 0.875rem;
}
article .author {
  border: #D8D8D8 1px solid;
  padding: 1.7857142857rem 1.4285714286rem;
  background-color: white;
}
@media (min-width: 750px) {
  article .author {
    margin: 0 20px;
    padding: 1.875rem 2.5rem;
  }
}
article .author h3 {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 10px;
}
article .author p {
  font-size: 0.75rem;
}
article .author .author-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
article .author .author-inner > div.image {
  width: 5.25rem;
  height: 5.25rem;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #EAEAEA;
}
article .btn-download {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  border-radius: 9999px;
  background: #D29A1F;
  box-shadow: 0px 8px 12px 0px rgba(204, 204, 204, 0.4);
  color: #fff;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 1.4286rem;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
  margin: 2.8571rem auto;
  transition: background 0.3s ease, transform 0.2s ease;
}
@media screen and (min-width: 752px) {
  article .btn-download {
    font-size: 1.25rem;
    margin: 2.5rem auto;
  }
}
article .btn-download:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}
article .btn-download:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
article .btn-download.btn-dl-type1 {
  width: 300px;
}
article .btn-download.btn-dl-type2 {
  width: 90%;
  height: auto;
  line-height: 1.2;
  padding: 1rem 16px;
}
article .mainimage {
  margin-bottom: 2rem;
}
article .mainimage img {
  margin: 0 auto;
}
article .maincontent {
  padding-bottom: 2.75rem;
}
@media (min-width: 750px) {
  article .maincontent {
    padding: 0 20px 2.75rem;
  }
}
article .maincontent p,
article .maincontent ul,
article .maincontent ol,
article .maincontent table {
  margin: 1.875em 0;
  font-size: 16px;
  line-height: 1.875;
}
@media (min-width: 750px) {
  article .maincontent p,
  article .maincontent ul,
  article .maincontent ol,
  article .maincontent table {
    line-height: 2;
  }
}
article .maincontent p a,
article .maincontent ul a,
article .maincontent ol a,
article .maincontent table a {
  color: #D29A1F;
}
article .maincontent ol {
  counter-reset: cnt;
}
article .maincontent ol li {
  list-style: none;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 1em;
  line-height: 1.5;
  margin-bottom: 0.75em;
}
article .maincontent ol li::before {
  counter-increment: cnt;
  content: counters(cnt, ".") ". ";
  margin-right: 1em;
  display: inline-block;
}
article .maincontent ol li > ol {
  margin-left: 2em;
  margin-top: 0;
  margin-bottom: 0;
}
article .maincontent ol li > ol li {
  padding-left: 1.5em;
}
article .maincontent ol li > ol li:before {
  margin-right: 0.5em;
}
article .maincontent table {
  width: 100%;
}
article .maincontent table td {
  line-height: 1.33;
}
article .maincontent table td,
article .maincontent table th {
  border-top: #e5e5e5 solid 1px;
  border-bottom: #e5e5e5 solid 1px;
  padding: 1em;
  padding-left: 2em;
}
article .maincontent table td p,
article .maincontent table th p {
  margin: 0;
}
article .maincontent img {
  margin: 0 auto;
}
article .maincontent h2 {
  padding: 0 0 0.75em 0;
  font-size: 1.625rem;
  line-height: 1.5;
  margin: 2em 0 0.75em;
  position: relative;
  border: none;
  font-weight: bold;
}
@media (max-width: 750px) {
  article .maincontent h2 {
    margin: 1.5em 0;
    padding: 0 0 1em;
  }
}
article .maincontent h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #D29A1F 28%, #EAEAEA 28%);
}
@media (max-width: 750px) {
  article .maincontent h2::after {
    background: linear-gradient(to right, #D29A1F 28%, #EAEAEA 28%);
  }
}
article .maincontent h3 {
  font-weight: bold;
}
article .maincontent h3:not(.wpdt-c) {
  padding: 0 0 0.75em 0;
  font-size: 1.375rem;
  line-height: 1.5;
  margin: 2em 0 0.75em;
  position: relative;
  border: none;
  font-weight: bold;
}
@media (max-width: 750px) {
  article .maincontent h3:not(.wpdt-c) {
    margin: 1.5em 0;
    padding: 0 0 1em;
  }
}
article .maincontent h3:not(.wpdt-c)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #828282 28%, #D8D8D8 28%);
}
@media (max-width: 750px) {
  article .maincontent h3:not(.wpdt-c)::after {
    background: linear-gradient(to right, #828282 28%, #D8D8D8 28%);
  }
}
article .maincontent h4 {
  padding: 0 0 0.75em 0;
  font-size: 1.375rem;
  line-height: 1.5;
  margin: 2em 0 0.75em;
  position: relative;
  border: none;
  font-weight: bold;
}
@media (max-width: 750px) {
  article .maincontent h4 {
    margin: 1.5em 0;
    padding: 0 0 1em;
  }
}
article .maincontent h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #D8D8D8;
}
article .maincontent h5 {
  padding: 0 0 0.75em 0;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 2em 0 0.75em;
  position: relative;
  border: none;
  font-weight: bold;
}
@media (max-width: 750px) {
  article .maincontent h5 {
    margin: 1.5em 0;
    padding: 0 0 1em;
  }
}
article .maincontent h5::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  height: 2px;
  width: 60px;
  background-color: #D29A1F;
}
article .maincontent h6 {
  padding: 0 0 0.75em 0;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 2em 0 0.75em;
  position: relative;
  border: none;
  font-weight: bold;
}
@media (max-width: 750px) {
  article .maincontent h6 {
    margin: 1.5em 0;
    padding: 0 0 1em;
  }
}
article .maincontent h6::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  height: 2px;
  width: 60px;
  background-color: #D8D8D8;
}
article .maincontent div.wpDataTables {
  margin: 3em 0 1em;
}
article .maincontent pre {
  font-size: 0.8em;
  margin: 1em 0;
}
article .maincontent ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75em;
  line-height: 1.5;
  margin-bottom: 0.75em;
}
article .maincontent ul li::before {
  content: "・";
  font-size: 150%;
  font-weight: bold;
  line-height: 0;
  margin-right: 1em;
}
@media (max-width: 750px) {
  article .maincontent ul li::before {
    margin-right: 0.25em;
  }
}
article .maincontent .table-content {
  margin: 1.5em 0;
  padding: 20px 7.5%;
  border: solid 1px #d8d8d8;
  background-color: white;
}
article .maincontent .table-content > ol {
  margin: 20px 0;
}
article .maincontent .table-content a {
  color: #222;
  text-decoration: underline;
}
article .maincontent .su-row ul {
  margin-bottom: 0;
}
article .maincontent .su-row ul li {
  display: list-item;
}
article .maincontent .su-row ul li::before {
  content: none;
}
article .maincontent .su-row p {
  margin: 0.25em 0;
}

h2.relate-posts {
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.75em;
  margin-left: 0.25em;
}

.snsbox-wrap {
  background-color: white;
  width: 100%;
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.sns_follow {
  margin-bottom: 2rem;
}
.sns_follow ul {
  margin-top: 0.5rem;
  display: flex;
}
.sns_follow ul li {
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 1rem;
  display: flex;
}
.sns_follow ul li a {
  display: block;
  border-radius: 0.25rem;
  width: 100%;
}
.sns_follow ul li a.fb {
  background: #1877f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns_follow ul li a.fb img {
  width: 2.2rem;
  height: 2.2rem;
}
.sns_follow ul li a.tw {
  background: #1DA1F2;
}
.sns_follow ul li a.in {
  background: #0077B5;
}
@media (hover: hover) {
  .sns_follow ul li a:hover {
    opacity: 0.7;
  }
}

.sns-container {
  margin-left: -185px;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
}
.sns-container .sns-box {
  margin-left: 0.5rem;
  flex: 1;
}
.sns-container .sns-box:first-child {
  margin-left: 0;
  flex: initial;
}
.sns-container .sns-box .fb_iframe_widget {
  display: block;
}
.sns-container .sns-box .fb_iframe_widget_fluid {
  display: block;
}
.sns-container .sns-box .fb_iframe_widget span {
  width: 100% !important;
  display: block;
}
.sns-container .sns-box .fb_iframe_widget iframe {
  width: auto !important;
}