@charset "UTF-8";
/*reset*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP&family=Roboto+Condensed:wght@400;600&display=swap");
@import url("https://use.typekit.net/epf1glr.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: inherit;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

.animate-fadeup {
  /* blur + opacity + transition */
  opacity: 1;
  filter: blur(0px) brightness(1);
  transform: translate3d(0, 0%, 0);
  transition: opacity 0.6s, filter 0.6s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: opacity, filter, transform;
}
.animate-fadeup.effect, .animate-fadeup.delayed_effect {
  opacity: 0;
  filter: blur(15px) brightness(1.25);
  transform: translate3d(0, 100px, 0);
}

.animate-fadeup2 {
  /* opacity + transition */
  opacity: 1;
  transform: translate3d(0, 0%, 0);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: opacity, transform;
}
.animate-fadeup2.effect, .animate-fadeup2.delayed_effect {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}

.animate-fadeup3 {
  /* opacity */
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: opacity;
}
.animate-fadeup3.effect, .animate-fadeup3.delayed_effect {
  opacity: 0;
}

.func-txt-anim, .func-txt-anim-wrap {
  overflow: hidden;
}
.func-txt-anim span, .func-txt-anim-wrap span {
  display: inline-block;
  transform: translate(0, 100%);
  filter: blur(3px);
  transition: transform 0.5s, filter 0.5s;
  will-change: transform;
}
.func-txt-anim span.display, .func-txt-anim-wrap span.display {
  transform: translate(0, 0);
  filter: blur(0px);
}

.ir-stock-page .ir-page-header {
  margin-top: 0;
  padding: 20px 0;
  min-height: 70px;
}
.ir-stock-page .ir-page-header .container-custom {
  padding: 48px 24px;
}
@media (min-width: 961px) {
  .ir-stock-page .ir-page-header {
    margin-top: 0;
    padding: 20px 0;
    min-height: 70px;
  }
}
.ir-stock-page .ir-header-label {
  font-size: 14px;
  margin-bottom: 8px;
}
.ir-stock-page .ir-header-title {
  font-size: 40px;
}
@media (max-width: 767px) {
  .ir-stock-page .ir-header-title {
    font-size: 30px;
  }
}
.ir-stock-page .ir-stock-anchor {
  scroll-margin-top: 6rem;
}
@media (max-width: 960px) {
  .ir-stock-page .ir-stock-anchor {
    scroll-margin-top: 5rem;
  }
}
.ir-stock-page .sec-ir-stock-nav {
  padding: 0 0 2rem;
}
@media (max-width: 960px) {
  .ir-stock-page .sec-ir-stock-nav {
    padding: 3rem 0 4rem;
  }
}
.ir-stock-page .sec-ir-stock-nav .secInner {
  max-width: 1000px;
}
@media (min-width: 961px) {
  .ir-stock-page .sec-ir-stock-nav .secInner {
    display: block;
    align-items: unset;
    width: 86%;
  }
}
.ir-stock-page .ir-stock-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  gap: 0;
  border: 1px solid #dedede;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.ir-stock-page .ir-stock-nav li {
  flex: 1 1 0;
  min-width: 0;
  border-right: 1px solid #dedede;
}
.ir-stock-page .ir-stock-nav li:last-child {
  border-right: 0;
}
@media (max-width: 960px) {
  .ir-stock-page .ir-stock-nav li {
    flex: none;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #dedede;
  }
  .ir-stock-page .ir-stock-nav li:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 960px) {
  .ir-stock-page .ir-stock-nav {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.ir-stock-page .ir-stock-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 1.8rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d2c36;
  text-decoration: none;
  transition: background 0.2s ease;
}
@media (hover: hover) {
  .ir-stock-page .ir-stock-nav a:hover {
    background: #f5f7fb;
  }
}
.ir-stock-page .ir-stock-nav-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #2d2c36;
  opacity: 0.65;
  flex-shrink: 0;
}
.ir-stock-page .sec-ir-stock .secInner .secTitle,
.ir-stock-page .sec-ir-stock-quote .secInner .secTitle {
  margin-bottom: 3rem;
}
.ir-stock-page .sec-ir-stock + .sec-ir-meeting {
  margin-top: 2rem;
}
@media (max-width: 960px) {
  .ir-stock-page .sec-ir-stock + .sec-ir-meeting {
    margin-top: 6rem;
  }
}
@media (max-width: 960px) {
  .ir-stock-page .sec-ir-meeting + .sec-ir-stock-quote {
    margin-top: 6rem;
  }
}
@media (max-width: 960px) {
  .ir-stock-page .sec-related .secInner {
    padding-top: 6rem;
  }
}
.ir-stock-page .sec-ir-meeting .secInner .secTitle {
  margin-bottom: 3rem;
}
.ir-stock-page section#ir-stock-meeting .tableWrap {
  max-width: 928px;
}
.ir-stock-page section#ir-stock-meeting .tableWrap > table {
  table-layout: fixed;
}
.ir-stock-page section#ir-stock-meeting .tableWrap > table > tbody > tr > th {
  width: 30%;
  min-width: 15em;
}
.ir-stock-page section#ir-stock-meeting .tableWrap > table > tbody > tr > td {
  width: 70%;
  word-break: break-word;
}
.ir-stock-page section#ir-stock-meeting .tableWrap > table > tbody > tr > td .ir-meeting-doc-row {
  display: flex;
  align-items: baseline;
  width: 100%;
}
.ir-stock-page section#ir-stock-meeting .tableWrap > table > tbody > tr > td .ir-meeting-doc-row > a {
  flex: 0 1 auto;
}
.ir-stock-page .ir-meeting-select-wrap {
  margin-bottom: 3rem;
  max-width: 1000px;
}
.ir-stock-page .ir-meeting-select-label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.ir-stock-page .ir-meeting-select {
  width: 100%;
  max-width: 36rem;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1rem 1.2rem;
  border: 1px solid #dedede;
  border-radius: 4px;
  background-color: #fff;
  color: #2d2c36;
}
.ir-stock-page .ir-meeting-panels {
  max-width: 1000px;
}
.ir-stock-page .ir-meeting-doc-meta {
  display: inline-block;
  margin-left: 0.8em;
  font-size: 1.4rem;
  color: #666;
  white-space: nowrap;
  word-break: keep-all;
  flex-shrink: 0;
}
.ir-stock-page .ir-meeting-pdf-tag {
  display: inline-block;
  margin-right: 0.4em;
  padding: 0.1em 0.5em;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #3865bf;
  border: 1px solid #3865bf;
  border-radius: 2px;
  vertical-align: 0.1em;
}
.ir-stock-page .ir-meeting-empty {
  font-size: 1.6rem;
  line-height: 1.8;
  max-width: 1000px;
}
.ir-stock-page .ir-meeting-pdf-note {
  margin-top: 4rem;
  max-width: 1000px;
  padding-top: 2rem;
}
.ir-stock-page .ir-meeting-pdf-note .text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
}
.ir-stock-page .ir-meeting-pdf-note .text a {
  color: #5751ca;
  text-decoration: underline;
}
@media (hover: hover) {
  .ir-stock-page .ir-meeting-pdf-note .text a:hover {
    text-decoration: none;
  }
}
.ir-stock-page .ir-stock-quote-lead {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #2D2C36;
  max-width: 1000px;
}
.ir-stock-page .ir-stock-quote-lead a {
  color: #4175DF;
  text-decoration: underline;
}
@media (hover: hover) {
  .ir-stock-page .ir-stock-quote-lead a:hover {
    text-decoration: none;
  }
}
@media (max-width: 960px) {
  .ir-stock-page .sec-ir-stock-quote {
    margin-bottom: 6rem;
  }
}
@media (max-width: 960px) {
  .ir-stock-page section#ir-stock-meeting .tableWrap > table > tbody > tr > td .ir-meeting-doc-row {
    display: block;
  }
  .ir-stock-page .ir-meeting-doc-meta {
    display: block;
    margin-left: 0;
    margin-top: 0.6rem;
    white-space: normal;
  }
}

/**
 * 業績・財務情報ページ用スタイル
 */
.ir-financial-page {
  --ir-qir-font:
    "Noto Sans JP", "Noto Sans", "Yu Gothic", "YuGothic",
    "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --main-font: var(--ir-qir-font);
  font-family: var(--ir-qir-font);
}

.ir-financial-page.ir-stock-page .ir-page-header {
  margin-top: 0;
}

.ir-financial-page.ir-stock-page .pageHeader .secInner .pageTitle {
  padding-left: 36px;
}

.ir-financial-page.ir-stock-page .pageHeader .secInner .pageTitle .main {
  font-size: 18px;
  line-height: 1.22222;
  font-weight: 600;
}

.ir-financial-page.ir-stock-page .pageHeader .secInner .pageTitle .sub {
  font-size: 42px;
  font-weight: 700;
  padding: 10px 0;
  margin-left: 0;
}

.ir-financial-page.ir-stock-page .pageHeader .secInner {
  padding: 136px 0 56px;
}

@media (max-width: 960px) {
  .ir-financial-page.ir-stock-page .pageHeader .secInner {
    padding: 60px 20px 0;
  }
  .ir-financial-page.ir-stock-page .pageHeader .secInner .pageTitle {
    padding-left: 14px;
  }
  .ir-financial-page.ir-stock-page .pageHeader .secInner .pageTitle .main {
    font-size: 14px;
  }
  .ir-financial-page.ir-stock-page .pageHeader .secInner .pageTitle .sub {
    font-size: 22px;
  }
}
.ir-financial-page > .style_Main__FNrvH {
  padding-top: 0 !important;
}

@media (min-width: 961px) {
  .ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ir-financial-page .style_IRSummarySection__bMjVo {
  font-family: var(--ir-qir-font);
  color: #111;
  letter-spacing: 0.08em;
}

.ir-financial-page .ir-header-title {
  line-height: 1.875;
}

.ir-financial-page .style_IRSummaryTitle__cLHGN {
  margin: 0;
  padding: 0;
  font-family: var(--ir-qir-font);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  font-feature-settings: "palt";
}

@media screen and (min-width: 521px) {
  .ir-financial-page .style_IRSummaryTitle__cLHGN {
    font-size: 20px;
  }
}
@media screen and (min-width: 961px) {
  .ir-financial-page .style_IRSummaryTitle__cLHGN {
    font-size: 24px;
  }
}
.ir-financial-page .ir-financial-metrics-row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 2rem;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .ir-financial-page .ir-financial-metrics-row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    column-gap: 1.5rem;
    row-gap: 2rem;
  }
  .ir-financial-page .ir-financial-metrics-row > .qirContent.qirContent-apart {
    flex: 1 1 calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
    min-width: 0;
    box-sizing: border-box;
  }
  .ir-financial-page .ir-financial-metrics-row > .ir-financial-metrics-pair-row {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    column-gap: 1.5rem;
    box-sizing: border-box;
  }
  .ir-financial-page .ir-financial-metrics-pair-row > .qirContent.qirContent-apart {
    flex: 1 1 calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
    min-width: 0;
    box-sizing: border-box;
  }
}
.ir-financial-page .ir-financial-metrics-pair-row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 2rem;
  width: 100%;
}

.ir-financial-page .style_IRSummarySection__bMjVo .qirContent.qirContent-apart {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  column-gap: 1rem;
}

.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_graph,
.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_legend,
.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_table,
.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_note {
  flex: 1 1 100%;
  width: 100%;
}

.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_note_list_item {
  font-family: var(--ir-qir-font);
  font-weight: 600;
}

.ir-financial-page .style_IRSummarySection__bMjVo .ir-financial-metric--equity-ratio .qirContent_note {
  display: none;
}

.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_label {
  float: none;
  width: auto;
  font-family: var(--ir-qir-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
}

.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_unit {
  float: none;
  width: auto;
  font-family: var(--ir-qir-font);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.6;
  text-align: right;
}

@media screen and (min-width: 521px) {
  .ir-financial-page .style_IRSummarySection__bMjVo .qirContent_label {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  .ir-financial-page .style_IRSummarySection__bMjVo .qirContent_label {
    font-size: 18px;
  }
}
.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_label_item,
.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_unit_item {
  font: inherit;
  letter-spacing: inherit;
}

.ir-financial-page .qirContent_graph {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  clear: both;
  position: relative;
}

.ir-financial-page .qirContent_graph .ir-metric-highcharts {
  min-width: 260px;
}

.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_legend {
  margin: 10px 0 20px;
}

.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_legend_list {
  justify-content: flex-start;
}

.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_legend_label {
  display: flex;
  align-items: center;
}

.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_legend_label_shape {
  float: none;
  margin: 0 4px 0 0;
  flex-shrink: 0;
}

.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_legend_label_quarter {
  float: none;
  font-family: var(--ir-qir-font);
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
}

.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_table table {
  border-color: #f1f1f1 !important;
  font-family: var(--ir-qir-font);
  font-size: 12px;
  line-height: 1.6;
  margin-top: 10px;
}

.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_table table,
.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_table th,
.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_table td {
  border-color: #f1f1f1 !important;
}

.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_table_thead_row th,
.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_table_thead_row td,
.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_table_tbody_row th,
.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_table_tbody_row td {
  font-family: var(--ir-qir-font);
  font-size: 12px !important;
  line-height: 1.6 !important;
  padding: 4px !important;
  vertical-align: middle !important;
}

.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_table_thead_row th,
.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_table_tbody_row th {
  color: #111 !important;
  background-color: #d1d1d1 !important;
  font-weight: 400 !important;
  text-align: center !important;
}

.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_table_thead_row th:first-child {
  max-width: 4rem;
  width: auto !important;
}

.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_table_tbody_row th {
  width: 4rem;
  max-width: 4rem;
  white-space: nowrap;
}

.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_table_tbody_row td,
.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_table_thead_row td {
  background-color: #fff !important;
  text-align: right !important;
  font-weight: 400 !important;
}

.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_table_thead_row th {
  text-align: center !important;
}

.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_table_tbody_row:last-child th {
  border-bottom-color: #f1f1f1 !important;
}

.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_table_thead_row th:last-child {
  border-right-color: #f1f1f1 !important;
}

.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_table .qirContent_table_value,
.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_table .qirContent_table_xaxis,
.ir-financial-page .style_IRSummarySection__bMjVo .qirContent_table .qirContent_table_quarter {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-metrics-row + .ir-financial-dev-qirFootnotes {
  margin-top: 30px;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-qirFootnotes > .qirBox + .qirBox {
  margin-top: 30px;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-qirFootnotes {
  font-family: var(--ir-qir-font);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.08em;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-qirFootnotes .ir-financial-dev-legal__wysiwyg {
  font: inherit;
  letter-spacing: inherit;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-legal__wysiwyg--asterisk > p {
  margin: 0 0 0.35em;
  padding-left: 1em;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-legal__wysiwyg--asterisk > p:last-child {
  margin-bottom: 0;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-legal__wysiwyg--asterisk > p::before {
  content: "※";
  display: inline-block;
  text-indent: -1em;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-legal__wysiwyg--asterisk ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-legal__wysiwyg--asterisk ul > li {
  padding-left: 1em;
  margin-bottom: 0.35em;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-legal__wysiwyg--asterisk ul > li::before {
  content: "※";
  display: inline-block;
  text-indent: -1em;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-legal__wysiwyg--asterisk ul > li:last-child {
  margin-bottom: 0;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-qirFootnotes .qirBox_carefulNote_title {
  font-weight: bold;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-qirFootnotes .qirBox_carefulNote_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-qirFootnotes .qirBox_carefulNote_list_item {
  padding-left: 1em;
  margin-bottom: 0.25em;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-qirFootnotes .qirBox_carefulNote_list_item:last-child {
  margin-bottom: 0;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-qirFootnotes .qirBox_carefulNote_list_item::before {
  content: "・";
  display: inline-block;
  text-indent: -1em;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-qirFootnotes .qirBox_pnexNote_text {
  padding: 0;
  margin: 0;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-qirFootnotes .qirBox_pnexNote a {
  color: inherit;
  text-decoration: underline;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-qirFootnotes .pnexIcon {
  text-align: right;
  margin-top: 0.5em;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-qirFootnotes .pnexIcon img {
  width: auto;
  height: auto;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-legal__wysiwyg--legacy-disclaimer > p {
  margin: 0 0 0.75em;
  padding: 0;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-legal__wysiwyg--legacy-disclaimer > p:last-child {
  margin-bottom: 0;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-legal__wysiwyg--legacy-disclaimer strong {
  font-weight: bold;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-legal__wysiwyg--legacy-disclaimer ul {
  margin: 0 0 0.75em;
  padding: 0;
  list-style: none;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-legal__wysiwyg--legacy-disclaimer ul > li {
  padding-left: 1em;
  margin-bottom: 0.35em;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-legal__wysiwyg--legacy-disclaimer ul > li::before {
  content: "・";
  display: inline-block;
  text-indent: -1em;
}

.ir-financial-page .style_IRSummarySection__bMjVo .style_IRSummaryContainer__X1wCP .ir-financial-dev-legal__wysiwyg--legacy-disclaimer a {
  color: inherit;
  text-decoration: underline;
}

.rail {
  font-family: raleway, sans-serif;
  font-weight: 700;
  font-style: normal;
}

html {
  font-size: 10px;
  line-height: 1.875;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media (min-resolution: 2dppx) {
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

body {
  font-family: "Noto Sans JP", Helvetica, Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  color: #2D2C36;
  position: relative;
  box-sizing: border-box;
  overflow-x: hidden;
}
body * {
  box-sizing: border-box;
}
body .left_border {
  position: relative;
}
body .left_border:after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 150;
  background: linear-gradient(to bottom, #6d66fe 0%, #4a86ff 40%, #00e7ff 77%, rgba(0, 231, 255, 0) 99.5%);
  pointer-events: none;
}
@media (max-width: 960px) {
  body .left_border:after {
    width: 3px;
    height: 25.8rem;
    bottom: auto;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}
a img {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  a:hover img {
    opacity: 0.6;
  }
}

img,
iframe {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

img[src$=".svg"],
svg {
  width: 100%;
}

hr {
  margin: 0;
  border: none;
}

.btn {
  color: #43434c;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  display: block;
  border: #43434c solid 1px;
  position: relative;
  padding: 1rem;
  transition: all 0.2s ease;
  width: 16.25em;
  border-radius: 2em;
  overflow: hidden;
  z-index: 2;
  background: #fff;
}
@media (hover: hover) {
  .btn:hover {
    opacity: 1;
    background: #43434c;
    color: #fff;
  }
}
@media (max-width: 960px) {
  .btn {
    font-size: 1.3rem;
    width: 16.9230769231em;
  }
}

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

.admin_info {
  font-size: 2rem;
  padding: 16rem 2rem 4rem;
  background: #000;
  color: #fff;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
}
header.fix .headerWrap {
  height: 8rem;
}
header .headerWrap {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
header .headerWrap .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 961px) {
  header .headerWrap .headerInner {
    padding: 0 3rem 0 3rem;
  }
}
@media (max-width: 960px) {
  header .headerWrap .headerInner {
    padding: 0 3rem 0 1rem;
  }
}
header .headerWrap .headerInner h1 {
  width: 20.8rem;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  header .headerWrap .headerInner h1 {
    height: 5rem;
  }
}
header .headerWrap .headerInner h1 a {
  display: block;
  position: relative;
}
header .headerWrap .headerInner h1 a img {
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
header .headerWrap .headerInner .menuPC a.disable,
header .headerWrap .headerInner .menuSP a.disable {
  opacity: 0.5 !important;
  pointer-events: none !important;
}
header .headerWrap .headerInner .menuPC {
  display: none;
}
@media (min-width: 961px) {
  header .headerWrap .headerInner .menuPC {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-radius: 10rem;
    transition: all 0.3s ease;
  }
  header .headerWrap .headerInner .menuPC ul {
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .headerWrap .headerInner .menuPC ul li {
    margin-left: 3.2142857143em;
  }
  header .headerWrap .headerInner .menuPC ul li a {
    display: block;
  }
}
@media (min-width: 961px) and (hover: hover) {
  header .headerWrap .headerInner .menuPC ul li a:hover {
    color: #4175DF !important;
  }
}
@media (min-width: 961px) {
  header .headerWrap .headerInner .menuPC ul li a.current {
    color: #4175DF !important;
  }
  header .headerWrap .headerInner .menuPC a.btn {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0.5em 0;
    line-height: 1.25;
    margin-left: 2.8125em;
    width: 8.5em;
    border: none;
  }
  header .headerWrap .headerInner .menuPC a.btn:before {
    display: none;
  }
  header .headerWrap .headerInner .menuPC a.btn:after {
    display: none;
  }
  header .headerWrap .headerInner .menuPC a.btn:hover {
    background-color: #76777e !important;
  }
}
header .headerWrap .headerInner .menuSP {
  display: none;
}
body:not(.single, .error404) header.mono .headerWrap {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
@media (min-width: 961px) {
  body:not(.single, .error404) header.mono .headerWrap .headerInner {
    padding: 0 3rem 0 3rem;
  }
}
@media (max-width: 960px) {
  body:not(.single, .error404) header.mono .headerWrap .headerInner {
    padding: 0 3rem 0 1rem;
  }
}
body:not(.single, .error404) header.mono .headerWrap .headerInner h1 a:before {
  opacity: 1;
}
body:not(.single, .error404) header.mono .headerWrap .headerInner .menuPC:not(.solid) {
  background: transparent;
}
body:not(.single, .error404) header.mono .headerWrap .headerInner .menuPC:not(.solid) ul li a {
  color: #fff;
}
@media (hover: hover) {
  body:not(.single, .error404) header.mono .headerWrap .headerInner .menuPC:not(.solid) ul li a:hover {
    color: #4175DF;
  }
}
body:not(.single, .error404) header.mono .headerWrap .headerInner .menuPC:not(.solid) a.btn {
  border-color: #fff;
  background: transparent;
}
@media (hover: hover) {
  body:not(.single, .error404) header.mono .headerWrap .headerInner .menuPC:not(.solid) a.btn:hover {
    color: #fff;
    background: #4a86ff;
    border-color: #4175DF;
  }
}

.aioseo-breadcrumbs {
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  z-index: 5;
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem 3rem;
  width: 100%;
  max-width: 1500px;
}
.aioseo-breadcrumbs .aioseo-breadcrumb {
  margin-left: 0.5em;
}
.aioseo-breadcrumbs .aioseo-breadcrumb:first-child {
  margin-left: 0;
}
@media (hover: hover) {
  .aioseo-breadcrumbs .aioseo-breadcrumb a:hover {
    color: #4a86ff;
  }
}
.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  margin-left: 0.5em;
}
.aioseo-breadcrumbs .aioseo-breadcrumb-separator:first-child {
  margin-left: 0;
}
@media (max-width: 960px) {
  .aioseo-breadcrumbs {
    display: none;
  }
}

.breadcrumbs_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0;
}
.breadcrumbs_wrap .breadcrumbs {
  width: 89.7435897436%;
  max-width: 1200px;
}
@media (max-width: 960px) {
  .breadcrumbs_wrap {
    align-items: flex-start;
    padding: 1rem 2rem;
    overflow: auto;
  }
  .breadcrumbs_wrap .breadcrumbs {
    width: fit-content;
  }
}

.breadcrumbs {
  font-size: 1.2rem;
  color: rgb(67, 67, 76);
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.breadcrumbs span {
  line-height: 1.5;
  height: 1.5em;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs span > span {
  width: 100%;
}
.breadcrumbs span:last-child {
  flex: 1;
}
@media (hover: hover) {
  .breadcrumbs span a:hover {
    color: #4a86ff;
  }
}
.breadcrumbs span.bullet {
  display: block;
  width: 1.3333333333em;
  height: 1.3333333333em;
  background: 50%/contain no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22rgb%2894%2C%2094%2C%20109%29%22%20d%3D%22M9.29%206.71a.996.996%200%200%200%200%201.41L13.17%2012l-3.88%203.88a.996.996%200%201%200%201.41%201.41l4.59-4.59a.996.996%200%200%200%200-1.41L10.7%206.7c-.38-.38-1.02-.38-1.41.01Z%22%2F%3E%3C%2Fsvg%3E");
  overflow: hidden;
  text-indent: -999em;
}
@media (max-width: 960px) {
  .breadcrumbs {
    font-size: 1.4rem;
    gap: 0.4rem;
  }
}

/*============================
#content
============================*/
#content article.bg_page {
  background: none;
}

article.bg_page .pageHeader {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2026/bg/bg_page_pc.png) center center/cover no-repeat;
  background-color: #fff;
}
article.bg_page .pageHeader .secInner .pageTitle {
  position: relative;
  padding-left: 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
article.bg_page .pageHeader .secInner .pageTitle .main {
  color: #4a86ff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.22222;
}
article.bg_page .pageHeader .secInner .pageTitle .sub {
  margin-left: 0;
  padding: 1rem 0rem;
  color: #444;
  font-size: 4.2rem;
  font-weight: 700;
}
article.bg_page .pageHeader .secInner .pageTitle .sub::before {
  display: none;
}
article.bg_page .pageHeader .secInner .pageTitle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #4a86ff;
}
@media (max-width: 960px) {
  article.bg_page .pageHeader {
    background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2026/bg/bg_page_sp.png);
    background-size: cover;
  }
  article.bg_page .pageHeader .secInner .pageTitle {
    padding-left: 1.4rem;
  }
  article.bg_page .pageHeader .secInner .pageTitle .main {
    font-size: 1.4rem;
  }
  article.bg_page .pageHeader .secInner .pageTitle .sub {
    font-size: 2.2rem;
  }
}

section .secInner {
  margin: 0 auto;
  width: 89.7435897436%;
}
@media (min-width: 961px) {
  section .secInner {
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 960px) {
  section .secInner {
    padding: 0;
    margin-bottom: 0;
  }
}
section .tableWrap {
  width: 100%;
  max-width: 1000px;
}
section .tableWrap > table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.875;
}
section .tableWrap > table a {
  color: #4175DF;
  text-decoration: underline;
}
@media (hover: hover) {
  section .tableWrap > table a:hover {
    text-decoration: none;
  }
}
section .tableWrap > table > tbody > tr > th, section .tableWrap > table > tbody > tr > td {
  vertical-align: top;
  border-bottom: rgb(216, 216, 222) solid 1px;
  padding: 1.5rem;
}
section .tableWrap > table > tbody > tr > th {
  min-width: 8em;
}
section .tableWrap > table > tbody > tr > td .note {
  font-size: 0.8em;
  margin-top: 0.5em;
}
section .tableWrap > table > tbody > tr > td ul {
  padding-left: 1.5em;
  list-style: disc;
}
section .tableWrap > table > tbody > tr > td dl.row dt {
  float: left;
  clear: left;
  width: 5em;
  margin-right: 1em;
}
section .tableWrap > table > tbody > tr > td dl.row dd {
  float: left;
}
section .tableWrap > table > tbody > tr > td ul.members {
  display: table;
}
section .tableWrap > table > tbody > tr > td ul.members > li.member {
  display: table-row;
  text-indent: 0;
}
section .tableWrap > table > tbody > tr > td ul.members > li.member::before {
  display: none;
}
section .tableWrap > table > tbody > tr > td ul.members > li.member .post {
  display: table-cell;
  padding-right: 2em;
}
section .tableWrap > table > tbody > tr > td ul.members > li.member .name {
  display: table-cell;
}
@media (max-width: 960px) {
  section .tableWrap > table > tbody > tr > td ul.members li.member .post,
  section .tableWrap > table > tbody > tr > td ul.members li.member .name {
    padding-top: 0.8rem;
  }
  section .tableWrap > table > tbody > tr > td ul.members li.member .post {
    padding-right: 3em;
  }
  section .tableWrap > table > tbody > tr > td ul.members li.member:first-child .post,
  section .tableWrap > table > tbody > tr > td ul.members li.member:first-child .name {
    padding-top: 0;
  }
}
section .tableWrap > table > tbody > tr > td ul.hub li {
  text-indent: 0;
  padding: 0;
  margin-top: 1.875em;
}
section .tableWrap > table > tbody > tr > td ul.hub li:first-child {
  margin-top: 0;
}
section .tableWrap > table > tbody > tr > td ul.hub li:before {
  display: none;
}
section .tableWrap > table > tbody > tr > td ul.hub li .label {
  font-weight: bold;
}
@media (max-width: 960px) {
  section .tableWrap > table {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
  section .tableWrap > table > tbody > tr > th, section .tableWrap > table > tbody > tr > td {
    padding: 1.4rem 1rem;
  }
  section .tableWrap > table > tbody > tr > td {
    padding-left: 0;
  }
  section .tableWrap > table > tbody > tr > td ul li {
    margin-top: 1.3rem;
  }
  section .tableWrap > table > tbody > tr > td ul li:first-child {
    margin-top: 0;
  }
  section .tableWrap > table > tbody > tr > td ul li:before {
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.7142857143em;
  }
}
section .tableWrap.programInfo {
  margin-top: 10rem;
}
section .tableWrap.programInfo > table > tbody > tr > th {
  padding: 2.3rem 4rem 2.3rem 0;
}

.pageHeader picture {
  display: none;
}
.pageHeader .secInner {
  padding: 13.6rem 0 5.6rem;
  width: 86%;
  max-width: 1190px;
  align-items: flex-start;
}
.pageHeader .secInner .pageTitle {
  font-family: "Roboto Condensed";
  font-size: 7rem;
  line-height: 1;
  font-weight: 600;
  color: rgb(45, 44, 54);
  position: relative;
  display: flex;
  align-items: flex-end;
  text-transform: capitalize;
}
.pageHeader .secInner .pageTitle .sub {
  text-transform: none;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Helvetica, Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  margin-left: 1.2rem;
  line-height: 1;
  letter-spacing: 0.22em;
  display: flex;
  align-items: flex-end;
}
.pageHeader .secInner .pageTitle .sub::before {
  content: "";
  display: block;
  width: 1.75em;
  height: 2em;
  background: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/logo/logo_line_under_thin.svg) 50%/contain no-repeat;
}
@media (max-width: 960px) {
  .pageHeader .secInner {
    max-width: 100%;
    padding: 6rem 2rem;
    width: 100%;
  }
  .pageHeader .secInner .pageTitle {
    font-size: 5rem;
    display: block;
  }
  .pageHeader .secInner .pageTitle .sub {
    padding-top: 1rem;
    margin-left: 0;
  }
  .pageHeader .secInner .pageTitle .sub::before {
    width: 1.25em;
    height: 1.25em;
  }
}

header + .company_nav {
  margin-top: 70px;
}
@media (max-width: 960px) {
  header + .company_nav {
    margin-top: 40px;
  }
}

/* お知らせナビ：固定ヘッダー高さ分の余白（company_nav と同様） */
header + .news_nav_wrapper {
  margin-top: 70px;
}
@media (max-width: 960px) {
  header + .news_nav_wrapper {
    margin-top: 40px;
  }
}

#content > article.bg_page {
  padding-top: 70px;
}
@media (max-width: 960px) {
  #content > article.bg_page {
    padding-top: 40px;
  }
}

.company_nav + #content > article.bg_page,
.news_nav_wrapper + #content > article.bg_page {
  padding-top: 0;
}

/* お問い合わせ：本文エリアのSP時余白（インライン margin-top 削除前提） */
@media (max-width: 960px) {
  #page-contact .secInner.middle {
    margin-top: 3rem;
  }
}

.company_nav .secInner,
.news_nav .secInner {
  padding: 0;
}
.company_nav .secInner nav,
.news_nav .secInner nav {
  background: rgb(238, 239, 245);
  width: 100%;
  max-width: 1190px;
  border-radius: 1.2rem;
}
.company_nav .secInner nav ul,
.news_nav .secInner nav ul {
  display: flex;
  justify-content: center;
  gap: 5.6rem;
}
.company_nav .secInner nav ul li,
.news_nav .secInner nav ul li {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.company_nav .secInner nav ul li a,
.news_nav .secInner nav ul li a {
  display: block;
  padding: 1.7857142857em 0;
  position: relative;
}
.company_nav .secInner nav ul li a.current,
.news_nav .secInner nav ul li a.current {
  color: rgb(46, 84, 159);
  pointer-events: none;
}
.company_nav .secInner nav ul li a.current.active,
.news_nav .secInner nav ul li a.current.active {
  pointer-events: all;
}
.company_nav .secInner nav ul li a.current:after,
.news_nav .secInner nav ul li a.current:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: rgb(46, 84, 159);
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0;
}
@media (hover: hover) {
  .company_nav .secInner nav ul li a:hover,
  .news_nav .secInner nav ul li a:hover {
    color: rgb(46, 84, 159);
  }
}
@media (max-width: 960px) {
  .company_nav .secInner,
  .news_nav .secInner {
    width: 100%;
  }
  .company_nav .secInner nav,
  .news_nav .secInner nav {
    border-radius: 0;
  }
  .company_nav .secInner nav ul,
  .news_nav .secInner nav ul {
    gap: 3.2rem;
  }
  .company_nav .secInner nav ul li,
  .news_nav .secInner nav ul li {
    font-size: 1.2rem;
  }
  .company_nav .secInner nav ul li a,
  .news_nav .secInner nav ul li a {
    padding: 1em 0;
  }
}

/* 会社情報タブ・お知らせタブ：背景 #F7F7F7、画面幅いっぱいに表示（同一デザイン） */
.company_nav,
.news_nav {
  background: #f7f7f7;
  width: 100%;
}
.company_nav .secInner,
.news_nav .secInner {
  max-width: none;
  width: 100%;
}
.company_nav nav,
.news_nav nav {
  background: transparent !important;
  max-width: none;
  border-radius: 0;
  display: flex;
  justify-content: center;
  gap: 1.8rem;
}
.company_nav .secInner nav .company_nav_sep,
.news_nav .secInner nav .company_nav_sep {
  display: none;
}
.company_nav .secInner nav ul,
.news_nav .secInner nav ul {
  gap: 1.8rem;
}
.company_nav .secInner nav ul li,
.news_nav .secInner nav ul li {
  font-size: 1.6rem;
  font-weight: 400;
}
.company_nav .secInner nav ul li a,
.news_nav .secInner nav ul li a {
  display: inline-block;
  color: #444;
  padding: 1.5rem 2.8rem;
  position: relative;
}
.company_nav .secInner nav ul li a.current,
.news_nav .secInner nav ul li a.current {
  color: #4a86ff;
  font-size: 1.6rem;
  font-weight: 700;
}
.company_nav .secInner nav ul li a.current:after,
.news_nav .secInner nav ul li a.current:after {
  left: 0;
  height: 2px;
  background: #4a86ff;
}
@media (hover: hover) {
  .company_nav .secInner nav ul li a:hover:hover,
  .news_nav .secInner nav ul li a:hover:hover {
    color: #4a86ff;
    font-weight: 700;
  }
  .company_nav .secInner nav ul li a:hover:hover::after,
  .news_nav .secInner nav ul li a:hover:hover::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #4a86ff;
  }
}
@media (max-width: 960px) {
  .company_nav .secInner nav,
  .news_nav .secInner nav {
    flex-direction: column;
    align-items: center;
    gap: 0;
    background: #f7f7f7 !important;
  }
  .company_nav .secInner nav .company_nav_sep,
  .news_nav .secInner nav .company_nav_sep {
    display: block;
    width: 100%;
    height: 4px;
    background: #fff;
    flex-shrink: 0;
  }
  .company_nav .secInner nav ul.company_nav_row1,
  .news_nav .secInner nav ul.company_nav_row1 {
    display: flex;
    justify-content: center;
    gap: 3.6rem;
  }
  .company_nav .secInner nav ul.company_nav_row2,
  .news_nav .secInner nav ul.company_nav_row2 {
    display: flex;
    justify-content: center;
    gap: 5.4rem;
  }
  .company_nav .secInner nav ul li,
  .news_nav .secInner nav ul li {
    font-size: 1.3rem;
  }
  .company_nav .secInner nav ul li a,
  .news_nav .secInner nav ul li a {
    padding: 1em 0;
  }
  .company_nav .secInner nav ul li a.current,
  .news_nav .secInner nav ul li a.current {
    font-size: 1.3rem;
  }
}

h2.secTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  color: rgb(45, 44, 54);
}
@media (max-width: 960px) {
  h2.secTitle {
    font-size: 2.6rem;
  }
}

.dark {
  background-color: #1a1a1a;
  color: #fff;
}
.dark h2.secTitle {
  color: #fff;
}
.dark h2.secTitle::before {
  background: #4175DF;
  background: linear-gradient(90deg, #4175DF 0%, #4175DF 70%, #fff 70%, #fff 100%);
}

.gara {
  background: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/common/gara@2x.png) top left/53.4rem auto no-repeat, #1a1a1a url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/common/gara_sita@2x.png) bottom right/53.4rem auto no-repeat;
}
.gara .secInner {
  padding-bottom: 14rem;
}
@media (max-width: 960px) {
  .gara {
    background-size: 23rem, 23rem;
  }
  .gara .secInner {
    padding: 10rem 0;
  }
}

/*============================
#kv_top
============================*/
.kv#kv_top {
  background-color: #1a1a1a;
  position: relative;
  overflow: hidden;
}
.kv#kv_top .kv_sliderWrap {
  position: relative;
}
.kv#kv_top .kv_slider .slick-dots {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
}
.kv#kv_top .kv_slider .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 1rem 0;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.kv#kv_top .kv_slider .slick-dots li.slick-active {
  background: #4175DF;
}
.kv#kv_top .kv_slider .slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1rem;
  text-indent: -999rem;
  opacity: 0;
  display: block;
}
.kv#kv_top .kv_slider .slide {
  background: 50%/cover no-repeat;
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
  display: flex;
  justify-content: center;
}
.kv#kv_top .kv_slider .slide picture {
  display: none;
}
.kv#kv_top .kv_slider .slide .slideInner {
  width: 82%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  position: relative;
}
.kv#kv_top .kv_slider .slide .slideInner .label {
  font-size: 2.2rem;
  line-height: 2.2727272727;
  font-weight: bold;
  text-align: center;
  background: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/line.svg) 50%/contain no-repeat;
  width: 13.8636363636em;
  margin-bottom: 0.4545454545em;
}
.kv#kv_top .kv_slider .slide .slideInner .title {
  font-size: 5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.4em;
}
.kv#kv_top .kv_slider .slide .slideInner .title span {
  display: inline-block;
  font-weight: 900;
  line-height: 1.8;
  background: repeating-linear-gradient(transparent, transparent 0.07em, #000 0.07em, #000 1.73em, transparent 1.73em, transparent 1.8em);
  padding: 0 0.5em;
}
.kv#kv_top .kv_slider .slide .slideInner .title span em {
  color: #00cfe5;
}
.kv#kv_top .kv_slider .slide .slideInner .desc {
  font-size: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #1a1a1a;
}
.kv#kv_top .kv_slider .slide .slideInner .desc span {
  display: inline-block;
  font-weight: bold;
  line-height: 1.8;
  background: repeating-linear-gradient(transparent, transparent 0.08em, #fff 0.08em, #fff 1.72em, transparent 1.72em, transparent 1.8em);
  padding: 0 0.5em;
}
.kv#kv_top .kv_slider .slide .slideInner .link {
  font-size: 2rem;
  position: absolute;
  bottom: 4.8em;
  right: 0;
  width: 12em;
  height: 13.75em;
  background: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/common/hex.svg) 50%/contain no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.kv#kv_top .kv_slider .slide .slideInner .link a {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10%;
  position: relative;
}
.kv#kv_top .kv_slider .slide .slideInner .link a span {
  display: block;
  font-size: 0.7em;
  color: #1a1a1a;
  margin-top: 0.5em;
}
.kv#kv_top .kv_slider .slide .slideInner .link a:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  bottom: 1.25em;
  left: 50%;
  transform: translateX(-50%);
  border: #fff solid 1px;
  background: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/common/arrow_white.svg") 50%/0.4em no-repeat;
  border-radius: 100%;
}
@media (hover: hover) {
  .kv#kv_top .kv_slider .slide .slideInner .link a:hover {
    opacity: 0.6;
  }
}
.kv#kv_top #kv_news {
  background: rgba(26, 26, 26, 0.83);
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  width: 95rem;
  max-width: 100%;
  padding: 1.7rem 2.5rem;
  overflow: hidden;
}
.kv#kv_top #kv_news .newsTitle {
  padding-right: 2.5rem;
  border-right: #fff solid 1px;
}
.kv#kv_top #kv_news .newsHolder {
  flex: 1;
  overflow: hidden;
}
.kv#kv_top #kv_news .newsHolder .kvNewsList {
  width: 100%;
  height: 2.6rem;
}
.kv#kv_top #kv_news .newsHolder .kvNewsList li {
  width: 100%;
}
.kv#kv_top #kv_news .newsHolder .kvNewsList li a {
  display: flex;
  padding: 0 2.5rem;
}
.kv#kv_top #kv_news .newsHolder .kvNewsList li a .date {
  margin-right: 2.5rem;
}
.kv#kv_top #kv_news .newsHolder .kvNewsList li a .title {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 51.6rem;
}
@media (hover: hover) {
  .kv#kv_top #kv_news .newsHolder .kvNewsList li a:hover {
    color: #4175DF;
  }
}
.kv#kv_top #kv_news .arrows {
  width: 4.4rem;
  display: flex;
  justify-content: space-between;
  gap: 0.5em;
  margin-left: 2.5rem;
}
.kv#kv_top #kv_news .arrows .slick-arrow {
  display: block;
  width: 2.6rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .kv#kv_top #kv_news .arrows .slick-arrow:hover {
    color: #4175DF;
  }
}
.kv#kv_top .scroll {
  width: 1.2rem;
  position: absolute;
  bottom: 0;
  left: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 4;
}
.kv#kv_top .scroll:before {
  content: "SCROLL";
  display: block;
  white-space: nowrap;
  transform: translateY(-1.6rem) rotate(90deg);
  font-size: 1.2rem;
  color: #fff;
}
.kv#kv_top .scroll:after {
  content: "";
  display: block;
  width: 1px;
  height: 5.5rem;
  background: #fff;
}
@media (max-width: 960px) {
  .kv#kv_top .kv_slider .slick-dots {
    display: none !important;
  }
  .kv#kv_top .kv_slider .slide {
    min-height: 149.3333333333vw;
  }
  .kv#kv_top .kv_slider .slide .slideInner {
    width: 92%;
    justify-content: flex-start;
    padding-top: 8rem;
  }
  .kv#kv_top .kv_slider .slide .slideInner .label {
    font-size: 1.6rem;
  }
  .kv#kv_top .kv_slider .slide .slideInner .title {
    font-size: 2.6rem;
  }
  .kv#kv_top .kv_slider .slide .slideInner .desc {
    font-size: 2rem;
  }
  .kv#kv_top .kv_slider .slide .slideInner .link {
    font-size: 1.5rem;
    bottom: 1.0666666667em;
  }
  .kv#kv_top .kv_slider .slide .slideInner .link a span {
    font-size: 1rem;
  }
  .kv#kv_top #kv_news {
    position: relative;
    bottom: auto;
    right: auto;
    background: rgb(26, 26, 26);
    padding: 1.4rem 1.5rem;
  }
  .kv#kv_top #kv_news .newsTitle {
    position: absolute;
    top: 1.4rem;
    left: 1.5rem;
    z-index: 4;
    padding-right: 1.5rem;
  }
  .kv#kv_top #kv_news .arrows {
    position: absolute;
    top: 1.4rem;
    right: 1.5rem;
    z-index: 4;
  }
  .kv#kv_top #kv_news .newsHolder .kvNewsList {
    height: 5.2rem;
  }
  .kv#kv_top #kv_news .newsHolder .kvNewsList li a {
    padding: 0;
    flex-wrap: wrap;
  }
  .kv#kv_top #kv_news .newsHolder .kvNewsList li a .date {
    margin-left: 5em;
  }
  .kv#kv_top #kv_news .newsHolder .kvNewsList li a .title {
    flex: auto;
    width: 100%;
  }
  .kv#kv_top .scroll {
    left: 2rem;
  }
}

/*============================
#learning
============================*/
article#page-top section#learning {
  background: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/top_company.jpg) 50%/cover no-repeat;
}
@media (min-width: 1501px) {
  article#page-top section#learning {
    background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/top_company@2x.jpg);
  }
}
@media (max-width: 960px) {
  article#page-top section#learning {
    background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/top_company_sp@2x.jpg);
  }
}
@media (max-width: 375px) {
  article#page-top section#learning {
    background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/top_company_sp.jpg);
  }
}
article#page-top section#learning .secInner {
  padding: 13rem 0 20rem;
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
  align-items: center;
}
article#page-top section#learning .secInner h2 {
  font-size: 8.4rem;
  font-weight: 900;
  line-height: 1.5833333333;
}
article#page-top section#learning .secInner h2 em {
  color: #00cfe5;
}
article#page-top section#learning .secInner .lead {
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 2.25;
  text-align: center;
  margin-top: 4.8rem;
}
article#page-top section#learning .secInner .lead span {
  color: #fff;
  display: inline-block;
  font-weight: 900;
  line-height: 1.8;
  background: repeating-linear-gradient(transparent, transparent 0.07em, #000 0.07em, #000 1.73em, transparent 1.73em, transparent 1.8em);
  padding: 0 0.5em;
}
article#page-top section#learning .secInner .lead span em {
  color: #00cfe5;
}
article#page-top section#learning .secInner a.btn {
  margin-top: 7.4rem;
}
@media (max-width: 960px) {
  article#page-top section#learning .secInner {
    padding: 7.4rem 2rem 10.5rem;
  }
  article#page-top section#learning .secInner h2 {
    font-size: 4.3rem;
  }
  article#page-top section#learning .secInner .lead {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 3rem;
  }
  article#page-top section#learning .secInner a.btn {
    margin-top: 3rem;
  }
}

/*============================
#service
============================*/
article#page-top section#service .secInner {
  padding: 12rem 0 17rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
article#page-top section#service .secInner .lead {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 5.4rem;
  width: 92%;
}
article#page-top section#service .secInner ul.serviceSec {
  margin-top: 6.4rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1036px;
  flex-wrap: wrap;
}
article#page-top section#service .secInner ul.serviceSec li {
  width: 31.8532818533%;
  margin-bottom: 3.6rem;
}
article#page-top section#service .secInner ul.serviceSec li a {
  display: block;
  position: relative;
  background: linear-gradient(#4175DF 0%, #4a86ff 100%);
}
article#page-top section#service .secInner ul.serviceSec li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: linear-gradient(#4a86ff 0%, #4175DF 100%);
  transition: all 0.3s ease;
}
article#page-top section#service .secInner ul.serviceSec li a .img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
article#page-top section#service .secInner ul.serviceSec li a .img img {
  object-fit: cover;
  width: 100%;
  height: 26.5rem;
}
article#page-top section#service .secInner ul.serviceSec li a .desc {
  padding: 2rem 4rem;
  position: relative;
  z-index: 1;
  font-weight: bold;
}
article#page-top section#service .secInner ul.serviceSec li a .desc .cap {
  color: #fff;
  font-size: 1.8em;
  margin-bottom: 0.6rem;
}
article#page-top section#service .secInner ul.serviceSec li a .desc .title {
  font-size: 2.6rem;
}
article#page-top section#service .secInner ul.serviceSec li a .desc:after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  border: #fff solid 1px;
  background: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/common/arrow_white.svg") 50%/0.86rem no-repeat;
  border-radius: 100%;
}
@media (hover: hover) {
  article#page-top section#service .secInner ul.serviceSec li a:hover {
    opacity: 1;
  }
  article#page-top section#service .secInner ul.serviceSec li a:hover:before {
    opacity: 0;
  }
  article#page-top section#service .secInner ul.serviceSec li a:hover .img img {
    opacity: 1;
    transform: scale(1.025);
  }
}
article#page-top section#service .secInner a.btn {
  margin-top: 3rem;
}
@media (max-width: 960px) {
  article#page-top section#service .secInner {
    padding: 10rem 0;
  }
  article#page-top section#service .secInner .lead {
    font-size: 1.4rem;
    margin-top: 4rem;
  }
  article#page-top section#service .secInner ul.serviceSec {
    margin-top: 5.5rem;
  }
  article#page-top section#service .secInner ul.serviceSec li {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  article#page-top section#service .secInner ul.serviceSec li a .img img {
    height: 18.3rem;
  }
  article#page-top section#service .secInner ul.serviceSec li a .desc {
    padding: 1.2rem 1.5rem;
  }
  article#page-top section#service .secInner ul.serviceSec li a .desc .cap {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
    line-height: 1.4285714286;
  }
  article#page-top section#service .secInner ul.serviceSec li a .desc .cap br {
    display: none;
  }
  article#page-top section#service .secInner ul.serviceSec li a .desc .title {
    font-size: 2rem;
    line-height: 1.45;
  }
  article#page-top section#service .secInner ul.serviceSec li a .desc::after {
    right: 1.45rem;
  }
  article#page-top section#service .secInner a.btn {
    margin-top: 4rem;
  }
}

/*============================
#news
============================*/
@media (min-width: 961px) {
  article#page-news #postHeader .postBundle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}

.yearDrop {
  width: 89.7435897436%;
  margin: 0 auto 2rem;
  position: relative;
  text-align: center;
}
.yearDrop:after {
  content: "";
  position: absolute;
  top: 0.95rem;
  right: 2rem;
  display: block;
  width: 2rem;
  height: 2rem;
  transform: rotate(90deg);
  background: 50%/contain no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%234175df%22%20d%3D%22M9.29%206.71a.996.996%200%200%200%200%201.41L13.17%2012l-3.88%203.88a.996.996%200%201%200%201.41%201.41l4.59-4.59a.996.996%200%200%200%200-1.41L10.7%206.7c-.38-.38-1.02-.38-1.41.01Z%22%2F%3E%3C%2Fsvg%3E");
  pointer-events: none;
}
.yearDrop select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
  /* カスタムスタイル用の土台として */
  width: 100%;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  text-align-last: center;
  border: #9c9ca1 solid 1px;
  border-radius: 0.8rem;
  padding: 0.95rem 4rem 0.95rem 2rem;
  display: block;
}

article#page-top section#news .secInner,
section#archive .secInner {
  padding: 5.6rem 0 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 89.7435897436%;
  max-width: 1190px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5.6rem;
}
article#page-top section#news .secInner ul.yearList,
section#archive .secInner ul.yearList {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
}
article#page-top section#news .secInner ul.yearList li,
section#archive .secInner ul.yearList li {
  padding: 0.8rem 1.4rem 0.8rem 1.8rem;
  position: relative;
}
article#page-top section#news .secInner ul.yearList li.current,
section#archive .secInner ul.yearList li.current {
  color: #3865bf;
}
article#page-top section#news .secInner ul.yearList li.current:after,
section#archive .secInner ul.yearList li.current:after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(to top, #6d66fe 0%, #4a86ff 40%, #00e7ff 77%, rgba(0, 231, 255, 0) 99.5%);
  pointer-events: none;
}
@media (hover: hover) {
  article#page-top section#news .secInner ul.yearList li a:hover,
  section#archive .secInner ul.yearList li a:hover {
    color: #3865bf;
  }
}
article#page-top section#news .secInner ul.newsList,
section#archive .secInner ul.newsList {
  width: 100%;
  margin-top: 5.6rem;
  padding: 2rem;
  flex: 1;
}
article#page-top section#news .secInner ul.newsList li,
section#archive .secInner ul.newsList li {
  border-bottom: #d8d8de solid 1px;
}
article#page-top section#news .secInner ul.newsList li a.postInner,
section#archive .secInner ul.newsList li a.postInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  gap: 0 4rem;
  padding: 2rem 0;
}
article#page-top section#news .secInner ul.newsList li a.postInner .date,
section#archive .secInner ul.newsList li a.postInner .date {
  font-size: 1.2rem;
}
article#page-top section#news .secInner ul.newsList li a.postInner .cat,
section#archive .secInner ul.newsList li a.postInner .cat {
  font-size: 1.2rem;
  line-height: 1.1666666667;
  background: #eeeff5;
  min-width: 12rem;
  text-align: center;
  padding: 0.7rem 1.8rem;
}
article#page-top section#news .secInner ul.newsList li a.postInner .title,
section#archive .secInner ul.newsList li a.postInner .title {
  flex: 1;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  article#page-top section#news .secInner ul.newsList li a.postInner:hover,
  section#archive .secInner ul.newsList li a.postInner:hover {
    background: rgba(244, 245, 246, 0.5);
  }
  article#page-top section#news .secInner ul.newsList li a.postInner:hover .title,
  section#archive .secInner ul.newsList li a.postInner:hover .title {
    color: #4175DF;
  }
}
article#page-top section#news .secInner a.btn,
section#archive .secInner a.btn {
  margin-top: 7rem;
}
@media (max-width: 960px) {
  article#page-top section#news .secInner,
  section#archive .secInner {
    padding: 6rem 0;
    width: 100%;
    gap: 0;
  }
  article#page-top section#news .secInner ul.newsList li a.postInner,
  section#archive .secInner ul.newsList li a.postInner {
    padding: 2rem 0;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  article#page-top section#news .secInner ul.newsList li a.postInner .date,
  section#archive .secInner ul.newsList li a.postInner .date {
    font-size: 1rem;
    line-height: 2;
  }
  article#page-top section#news .secInner ul.newsList li a.postInner .cat,
  section#archive .secInner ul.newsList li a.postInner .cat {
    font-size: 1rem;
    line-height: 2;
    padding: 0 1.6rem;
    min-width: 10rem;
  }
  article#page-top section#news .secInner ul.newsList li a.postInner .title,
  section#archive .secInner ul.newsList li a.postInner .title {
    font-size: 1.4rem;
    line-height: 1.5;
    width: 100%;
    flex: auto;
  }
  article#page-top section#news .secInner a.btn,
  section#archive .secInner a.btn {
    margin-top: 4.7rem;
  }
}

section#archive .secInner .archive_label {
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 4rem;
}
section#archive .secInner ul.newsList {
  margin-top: 0;
}
section#archive div.pagination {
  width: 100%;
}
section#archive nav.pagination {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section#archive nav.pagination .screen-reader-text {
  display: none;
}
section#archive nav.pagination .nav-links ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
section#archive nav.pagination .nav-links ul.page-numbers li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  line-height: 1;
  width: 3.125em;
  height: 3.125em;
  border: #9c9ca1 solid 1px;
  background: #fff;
  border-radius: 100%;
}
section#archive nav.pagination .nav-links ul.page-numbers li .page-numbers.current {
  color: #2e549f;
  border-color: #eeeff5;
  background: #eeeff5;
  font-weight: bold;
}
section#archive nav.pagination .nav-links ul.page-numbers li .page-numbers.dots {
  border: none;
}
section#archive nav.pagination .nav-links ul.page-numbers li .page-numbers.prev, section#archive nav.pagination .nav-links ul.page-numbers li .page-numbers.next {
  margin-left: 0.8rem;
  border: none;
}
section#archive nav.pagination .nav-links ul.page-numbers li .page-numbers.prev:after, section#archive nav.pagination .nav-links ul.page-numbers li .page-numbers.next:after {
  content: "";
  display: block;
  width: 1.6666666667em;
  height: 1.6666666667em;
  background: 50%/contain no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%234175df%22%20d%3D%22M9.29%206.71a.996.996%200%200%200%200%201.41L13.17%2012l-3.88%203.88a.996.996%200%201%200%201.41%201.41l4.59-4.59a.996.996%200%200%200%200-1.41L10.7%206.7c-.38-.38-1.02-.38-1.41.01Z%22%2F%3E%3C%2Fsvg%3E");
  transform: translateX(-12.5%);
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  section#archive nav.pagination .nav-links ul.page-numbers li .page-numbers.prev:hover:after, section#archive nav.pagination .nav-links ul.page-numbers li .page-numbers.next:hover:after {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%234175DF%22%20d%3D%22M9.29%206.71a.996.996%200%200%200%200%201.41L13.17%2012l-3.88%203.88a.996.996%200%201%200%201.41%201.41l4.59-4.59a.996.996%200%200%200%200-1.41L10.7%206.7c-.38-.38-1.02-.38-1.41.01Z%22%2F%3E%3C%2Fsvg%3E");
  }
}
section#archive nav.pagination .nav-links ul.page-numbers li .page-numbers.prev {
  margin-left: 0;
  margin-right: 0.8rem;
}
section#archive nav.pagination .nav-links ul.page-numbers li .page-numbers.prev:after {
  transform: translateX(12.5%) rotate(180deg);
}
@media (hover: hover) {
  section#archive nav.pagination .nav-links ul.page-numbers li a.page-numbers:hover {
    color: #4175DF;
    border-color: #4175DF;
  }
}
@media (max-width: 960px) {
  section#archive .secInner {
    padding: 0 0 4rem;
    gap: 2rem;
  }
  section#archive nav.pagination {
    font-size: 1.4rem;
  }
  section#archive nav.pagination .nav-links ul.page-numbers {
    gap: 0.75rem;
  }
  section#archive nav.pagination .nav-links ul.page-numbers li .page-numbers {
    width: 2.5714285714em;
    height: 2.5714285714em;
  }
}

/*============================
top #recruit
============================*/
article#page-top section#recruit {
  background: #1a1a1a url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/top_recruit.jpg) 50%/cover no-repeat;
}
@media (min-width: 1501px) {
  article#page-top section#recruit {
    background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/top_recruit@2x.jpg);
  }
}
@media (max-width: 960px) {
  article#page-top section#recruit {
    background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/top_recruit_sp@2x.jpg);
  }
}
@media (max-width: 375px) {
  article#page-top section#recruit {
    background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/top_recruit_sp.jpg);
  }
}
article#page-top section#recruit .secInner {
  padding: 13.5rem 0 15.5rem;
  width: 92%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
article#page-top section#recruit .secInner .copy {
  margin-top: 5rem;
  font-size: 5.6rem;
  font-weight: 900;
  letter-spacing: 0.036em;
  line-height: 1.4285714286;
}
article#page-top section#recruit .secInner a.btn {
  margin-top: 6.3rem;
}
@media (max-width: 960px) {
  article#page-top section#recruit .secInner {
    padding: 10rem 0;
  }
  article#page-top section#recruit .secInner .copy {
    font-size: 3rem;
    line-height: 1.4666666667;
  }
  article#page-top section#recruit .secInner a.btn {
    margin-top: 4.6rem;
  }
}

/*============================
#message
============================*/
.sec-message .secInner .message {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 5.6rem;
  width: 100%;
  max-width: 1190px;
}
.sec-message .secInner .message .img {
  width: 30rem;
  padding-top: 1rem;
}
.sec-message .secInner .message .img img {
  border-radius: 1.2rem;
}
.sec-message .secInner .message .desc {
  flex: 1;
}
.sec-message .secInner .message .desc h3 {
  font-size: 2.8rem;
  line-height: 1.5555555556;
  font-weight: bold;
}
.sec-message .secInner .message .desc .text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 2.4rem;
}
.sec-message .secInner .message .desc .credit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 4rem;
  color: #2d2c36;
}
.sec-message .secInner .message .desc .credit .job {
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 0.8rem;
}
.sec-message .secInner .message .desc .credit .name {
  font-size: 2.2rem;
  line-height: 1;
  margin-right: 1.5rem;
  font-weight: 400;
}
.sec-message .secInner .message .desc .credit .nameEn {
  font-size: 1rem;
  line-height: 1.4;
  color: #5e5e6d;
}
.sec-message .secInner .message .biography {
  background: #eeeff5;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 2rem;
  margin-top: 4rem;
}
.sec-message .secInner .message .biography .bio_cap {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.2rem;
}
@media (max-width: 960px) {
  .sec-message .secInner .message {
    margin-top: 6rem;
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
  }
  .sec-message .secInner .message .img {
    width: 20rem;
    padding-top: 0;
  }
  .sec-message .secInner .message .img img {
    width: 20rem;
  }
  .sec-message .secInner .message .desc h3 {
    font-size: 2rem;
  }
  .sec-message .secInner .message .desc .text {
    font-size: 1.4rem;
    margin-top: 3.2rem;
  }
  .sec-message .secInner .message .desc .credit .job {
    font-size: 1.4rem;
    margin-right: 1.3rem;
  }
  .sec-message .secInner .message .desc .credit .name {
    font-size: 1.8rem;
    margin-right: 1.3rem;
  }
  .sec-message .secInner .message .biography {
    font-size: 1.2rem;
    padding: 1.6428571429em 1.0714285714em;
    margin-top: 3.6rem;
  }
}

#page-message .sec-message .secInner {
  margin-bottom: 0;
}
#page-message .sec-message .secInner .message {
  flex-direction: column;
  align-items: stretch;
  gap: 6rem;
}
#page-message .sec-message .secInner .message .img {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}
#page-message .sec-message .secInner .message .img img {
  width: 100%;
  max-width: 880px;
  height: auto;
  display: block;
  border-radius: 0;
}
#page-message .sec-message .secInner .message .desc {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#page-message .sec-message .secInner .message .desc h3 {
  color: #444;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
}
#page-message .sec-message .secInner .message .desc .text {
  margin-top: 5.2rem;
  color: #444;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
#page-message .sec-message .secInner .message .desc .text p {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #444;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.6rem;
}
#page-message .sec-message .secInner .message .desc .text p:last-child {
  margin-bottom: 0;
}
#page-message .sec-message .secInner .message .desc .text p strong {
  font-weight: bold;
}
#page-message .sec-message .secInner .message .desc .text p.intro {
  margin-bottom: 1.6rem;
}
#page-message .sec-message .secInner .message .desc .credit {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0;
  margin-top: 4rem;
  color: #444;
}
#page-message .sec-message .secInner .message .desc .credit .job {
  color: #444;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
#page-message .sec-message .secInner .message .desc .credit .name {
  margin-left: 25px;
  color: #444;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
}
#page-message .sec-message .secInner .message .desc .credit .nameEn {
  margin-left: 15px;
  color: #4a86ff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57143;
}
#page-message .sec-message .secInner .message .desc .biography {
  margin-top: 8rem;
  padding: 1.5rem 3.7rem;
  border: 1px solid #e5e5e5;
  background: #fff;
}
#page-message .sec-message .secInner .message .desc .biography .bio_cap {
  color: #444;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 0.5rem;
}
#page-message .sec-message .secInner .message .desc .biography .bio_text {
  color: #444;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.78571;
  margin: 0;
}
@media (max-width: 960px) {
  #page-message .sec-message .secInner .message {
    margin-top: 3rem;
    gap: 3rem;
  }
  #page-message .sec-message .secInner .message .desc h3 {
    font-size: 2rem;
  }
  #page-message .sec-message .secInner .message .desc h3 .sp-block {
    display: block;
  }
  #page-message .sec-message .secInner .message .desc .text {
    margin-top: 2.6rem;
    font-size: 1.4rem;
  }
  #page-message .sec-message .secInner .message .desc .text p {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
  #page-message .sec-message .secInner .message .desc .text p strong {
    font-weight: bold;
  }
  #page-message .sec-message .secInner .message .desc .credit {
    margin-top: 3.2rem;
    margin-left: auto;
    width: max-content;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: 0;
    justify-items: start;
    text-align: left;
  }
  #page-message .sec-message .secInner .message .desc .credit .job {
    grid-column: 1;
    font-size: 1.4rem;
  }
  #page-message .sec-message .secInner .message .desc .credit .name {
    grid-row: 2;
    grid-column: 1;
    margin-left: 0;
    margin-right: 0;
    font-size: 2rem;
  }
  #page-message .sec-message .secInner .message .desc .credit .nameEn {
    grid-row: 2;
    grid-column: 2;
    align-self: baseline;
    margin-left: 1rem;
    font-size: 1.2rem;
  }
  #page-message .sec-message .secInner .message .desc .biography {
    margin-top: 3.5rem;
    margin-bottom: 7rem;
    padding: 1.5rem 1.2rem 2.4rem 1.9rem;
  }
  #page-message .sec-message .secInner .message .desc .biography .bio_cap {
    font-size: 1.6rem;
  }
  #page-message .sec-message .secInner .message .desc .biography .bio_text {
    font-size: 1.2rem;
  }
}

#page-message .sec-related,
#page-company .sec-related,
#page-philosophy .sec-related,
#page-history .sec-related,
#page-officers .sec-related,
.ir-stock-page .sec-related {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}
#page-message .sec-related .secInner,
#page-company .sec-related .secInner,
#page-philosophy .sec-related .secInner,
#page-history .sec-related .secInner,
#page-officers .sec-related .secInner,
.ir-stock-page .sec-related .secInner {
  width: 86%;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}

#page-officers .sec-officers .secInner {
  width: 100%;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 10rem;
}
@media (max-width: 960px) {
  #page-officers .sec-officers .secInner {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}

#page-officers .officersList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 7.7rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 960px) {
  #page-officers .officersList {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }
}
#page-officers .officersList .officersList_break {
  grid-column: 1/-1;
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 4rem;
  pointer-events: none;
}
@media (max-width: 960px) {
  #page-officers .officersList .officersList_break {
    min-height: 3rem;
  }
}

#page-officers .officerCard {
  cursor: pointer;
}
#page-officers .officerCard .officerCard_img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 340/259;
  overflow: hidden;
  margin-bottom: 1.8rem;
  background: lightgray 22.068px -11px/87.277% 120.077% no-repeat;
}
#page-officers .officerCard .officerCard_img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, opacity 0.3s ease;
}
#page-officers .officerCard .officerCard_nameRow {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}
#page-officers .officerCard .officerCard_name {
  color: #444;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  writing-mode: horizontal-tb;
  white-space: nowrap;
  min-width: 0;
  flex: 1 1 auto;
  transition: color 0.3s ease;
}
@media (max-width: 960px) {
  #page-officers .officerCard .officerCard_name {
    font-size: 1.6rem;
  }
}
#page-officers .officerCard .officerCard_name::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 13px;
  background: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2026/images/icon_arrow_officers.svg) center/contain no-repeat;
  vertical-align: middle;
}
#page-officers .officerCard .officerCard_title {
  color: #444;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  margin: 0;
}
@media (max-width: 960px) {
  #page-officers .officerCard .officerCard_title {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  #page-officers .officerCard:hover .officerCard_img img {
    opacity: 1;
    transform: scale(1.1);
  }
  #page-officers .officerCard:hover .officerCard_name {
    color: #4a86ff;
    font-weight: 700;
  }
}

.officerModal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
}
.officerModal.is-open {
  display: flex;
}

.officerModal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(217, 217, 217, 0.6);
  cursor: pointer;
}

.officerModal_wrapper {
  position: relative;
}

.officerModal_inner {
  position: relative;
  width: 100%;
  max-width: 350px;
  min-height: 643px;
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 961px) {
  .officerModal_inner {
    max-width: 1100px;
    min-height: 537px;
  }
}

.officerModal_content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem 2rem 3.5rem;
}
@media (min-width: 961px) {
  .officerModal_content {
    flex-direction: row;
    gap: 45px;
    padding: 90px 80px;
    align-items: flex-start;
  }
}

.officerModal_imgWrap {
  order: 1;
  flex-shrink: 0;
  width: 247px;
  max-width: 247px;
  margin: 0 auto;
  aspect-ratio: auto;
  overflow: hidden;
  border-radius: 0.8rem;
  background: #eee;
}
.officerModal_imgWrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media (min-width: 961px) {
  .officerModal_imgWrap {
    order: 2;
    flex: 1;
    min-width: 0;
    max-width: none;
    margin: 0;
    aspect-ratio: 340/259;
  }
  .officerModal_imgWrap img {
    height: 100%;
  }
  .officerModal_imgWrap--fixedMin {
    flex: 1 0 auto;
    min-width: 447.4872586873px;
    min-height: 340.88px;
  }
}

.officerModal_text {
  order: 2;
  flex: 1;
  min-width: 0;
  text-align: left;
}
@media (min-width: 961px) {
  .officerModal_text {
    order: 1;
    text-align: left;
  }
}

.officerModal_nameJa {
  color: #444;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0.7rem;
}
@media (min-width: 961px) {
  .officerModal_nameJa {
    font-size: 3rem;
    margin: 0 0 1rem;
  }
}

.officerModal_nameEn {
  color: #4a86ff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57143;
  margin: 0 0 0.4rem;
}
@media (min-width: 961px) {
  .officerModal_nameEn {
    margin: 0 0 1rem;
  }
}

.officerModal_title {
  color: #444;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  margin: 0 0 1.8rem;
}
@media (min-width: 961px) {
  .officerModal_title {
    margin: 0 0 3.7rem;
  }
}

.officerModal_bio .officerModal_bioText {
  color: #444;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  text-align: left;
  white-space: pre-line;
}
@media (min-width: 961px) {
  .officerModal_bio .officerModal_bioText {
    font-size: 1.6rem;
  }
}

.officerModal_close {
  position: absolute;
  border: none;
  background: no-repeat center/contain;
  cursor: pointer;
  width: 44px;
  height: 44px;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 1;
}

.officerModal_prev,
.officerModal_next {
  position: absolute;
  border: none;
  background: no-repeat center/contain;
  cursor: pointer;
  width: 45px;
  height: 45px;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 1;
}

.officerModal_close {
  top: 18px;
  right: 20px;
  width: 19px;
  height: 19px;
  background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2026/images/icon_close_officers.svg);
}
.officerModal_close:hover {
  opacity: 0.7;
}
@media (min-width: 961px) {
  .officerModal_close {
    top: 26px;
    right: 37px;
    width: 35px;
    height: 35px;
  }
}

.officerModal_prev {
  left: -60px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2026/images/icon_arrow_officers_modal.svg);
  visibility: visible;
}
.officerModal_prev:hover {
  opacity: 0.85;
}
@media (max-width: 960px) {
  .officerModal_prev {
    left: calc(50% - 43.5px);
    right: auto;
    top: auto;
    bottom: 34px;
    transform: translate(-50%, 0) rotate(180deg);
  }
}

.officerModal_next {
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2026/images/icon_arrow_officers_modal.svg);
  visibility: visible;
}
.officerModal_next:hover {
  opacity: 0.85;
}
@media (max-width: 960px) {
  .officerModal_next {
    left: calc(50% + 43.5px);
    right: auto;
    top: auto;
    bottom: 34px;
    transform: translate(-50%, 0);
  }
}

.sec-related {
  background: linear-gradient(180deg, #f8f8f8 0%, #e7e7e7 100%);
}
.sec-related .secInner {
  padding-top: 6.6rem;
  padding-bottom: 10.4rem;
  align-items: flex-start;
}
.sec-related .secTitle {
  align-items: flex-start;
  color: #444;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 5rem;
  text-align: left;
}
.sec-related .relatedList {
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-related .relatedList li {
  flex: 1;
  min-width: 280px;
  max-width: 524px;
}
.sec-related .relatedList a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  text-decoration: none;
  color: #2d2c36;
}
@media (hover: hover) {
  .sec-related .relatedList a:hover:hover .img img {
    opacity: 1;
    transform: scale(1.1);
  }
  .sec-related .relatedList a:hover:hover .label {
    color: #4a86ff;
    font-weight: 700;
  }
}
.sec-related .relatedList .img {
  display: block;
  width: 100%;
  align-self: stretch;
  aspect-ratio: 247/107;
  overflow: hidden;
  background: lightgray 50%/cover no-repeat;
}
.sec-related .relatedList .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  vertical-align: top;
  transition: transform 0.4s ease;
}
.sec-related .relatedList .labelRow {
  display: block;
  padding: 1.6rem 1.6rem 1.6rem;
}
.sec-related .relatedList .label {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  transition: color 0.3s ease;
}
.sec-related .relatedList .label::after {
  content: "";
  position: absolute;
  left: 100%;
  margin-left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  background: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2026/images/icon_arrow_related.svg) 50%/contain no-repeat;
}
@media (max-width: 960px) {
  .sec-related {
    margin-bottom: 0;
  }
  .sec-related .secInner {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
  .sec-related .secTitle {
    font-size: 2.2rem;
    margin-bottom: 2.6rem;
  }
  .sec-related .relatedList {
    flex-direction: column;
    gap: 1rem;
  }
  .sec-related .relatedList li {
    min-width: 0;
  }
  .sec-related .relatedList .labelRow {
    padding: 1rem 1rem 1rem 0.7rem;
  }
  .sec-related .relatedList .label::after {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 1rem;
  }
}

/*============================
#philosophy
============================*/
#philosophy .secInner {
  padding-bottom: 0;
  width: 100%;
}
#philosophy .secInner ul.philosophy {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#philosophy .secInner ul.philosophy li {
  background: top/100% no-repeat;
  padding: 20rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#philosophy .secInner ul.philosophy li .philo_box {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  width: 85.641025641%;
  max-width: 786px;
  padding: 6rem 4rem 4rem;
  border-radius: 1.2rem;
  position: relative;
}
#philosophy .secInner ul.philosophy li .philo_box::before {
  content: "";
  display: block;
  position: absolute;
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
  border: #fff solid 1px;
  pointer-events: none;
  border-radius: 2rem;
}
#philosophy .secInner ul.philosophy li.mission {
  background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_company_01.jpg);
}
#philosophy .secInner ul.philosophy li.mission .label {
  top: -3rem;
  right: -3rem;
}
#philosophy .secInner ul.philosophy li.vision {
  background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_company_02.jpg);
}
#philosophy .secInner ul.philosophy li.vision .label {
  top: -3rem;
  left: -3rem;
}
#philosophy .secInner ul.philosophy li.identity {
  background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_company_03.jpg);
}
#philosophy .secInner ul.philosophy li.identity .label {
  top: -3rem;
  right: -3rem;
}
#philosophy .secInner ul.philosophy li .label {
  font-size: 8rem;
  line-height: 5.7rem;
  font-weight: 400;
  font-family: "Roboto Condensed";
  color: #fff;
  position: absolute;
  text-shadow: 0px 0px 3rem #2e549f;
}
#philosophy .secInner ul.philosophy li h3 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
#philosophy .secInner ul.philosophy li h3 em {
  color: #4a86ff;
}
#philosophy .secInner ul.philosophy li .text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 960px) {
  #philosophy .secInner ul.philosophy {
    margin-top: 3rem;
  }
  #philosophy .secInner ul.philosophy li {
    padding: 12rem 0;
  }
  #philosophy .secInner ul.philosophy li .philo_box {
    padding: 3.2rem 2rem;
  }
  #philosophy .secInner ul.philosophy li .philo_box::before {
    top: -0.8rem;
    right: -0.8rem;
    bottom: -0.8rem;
    left: -0.8rem;
    border-radius: 1.2rem;
  }
  #philosophy .secInner ul.philosophy li.mission {
    background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_company_01_sp.jpg);
  }
  #philosophy .secInner ul.philosophy li.vision {
    background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_company_02_sp.jpg);
  }
  #philosophy .secInner ul.philosophy li.identity {
    background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_company_03_sp.jpg);
  }
  #philosophy .secInner ul.philosophy li .label {
    font-size: 5.2rem;
    line-height: 3.7rem;
    top: -3rem !important;
    left: 0 !important;
    right: auto !important;
  }
  #philosophy .secInner ul.philosophy li h3 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  #philosophy .secInner ul.philosophy li .text {
    font-size: 1.6rem;
    margin-top: 3.2rem;
    text-align: justify;
  }
}

/*============================
#value
============================*/
#value {
  background-color: #f4f5f6;
  font-weight: 10px;
}
#value .secInner {
  padding: 8em 0 10em;
}
#value .secInner .title {
  width: 222px;
  height: 50px;
  margin: 0 auto;
  background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/common/20230210/h_value.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#value .secInner ul.values {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 5em;
  width: 100%;
  margin-top: 5em;
}
@media (max-width: 782px) {
  #value .secInner ul.values {
    flex-direction: column;
  }
}
#value .secInner ul.values li {
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 300px;
  max-height: 300px;
  width: 20.83%;
  height: 19.16vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 782px) {
  #value .secInner ul.values li {
    width: 80%;
    height: 73.6vw;
    max-width: 500px;
    max-height: 500px;
  }
}
#value .secInner ul.values li.no1 {
  margin-left: 20%;
}
@media (max-width: 782px) {
  #value .secInner ul.values li.no1 {
    margin-left: 0;
  }
}
#value .secInner ul.values li.no2 {
  margin-right: 20%;
}
@media (max-width: 782px) {
  #value .secInner ul.values li.no2 {
    margin-right: 0;
  }
}

/*============================
#company / 株式の状況（IR）
============================*/
section#company .tableWrap,
section#ir-stock-status .tableWrap {
  margin-top: 9rem;
  max-width: 928px;
}
section#company .tableWrap > table,
section#ir-stock-status .tableWrap > table {
  table-layout: fixed;
}
section#company .tableWrap > table > tbody > tr > th,
section#ir-stock-status .tableWrap > table > tbody > tr > th {
  color: rgb(82, 77, 191);
  border-bottom-color: rgb(109, 102, 254);
  width: 30%;
  min-width: 15em;
}
section#company .tableWrap > table > tbody > tr > td,
section#ir-stock-status .tableWrap > table > tbody > tr > td {
  width: 70%;
  word-break: break-word;
}
@media (max-width: 960px) {
  section#company .tableWrap,
  section#ir-stock-status .tableWrap {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  section#company .tableWrap > table,
  section#ir-stock-status .tableWrap > table {
    display: block;
    table-layout: auto;
    line-height: 1.5;
  }
  section#company .tableWrap > table > tbody > tr,
  section#ir-stock-status .tableWrap > table > tbody > tr {
    display: block;
  }
  section#company .tableWrap > table > tbody > tr > th, section#company .tableWrap > table > tbody > tr > td,
  section#ir-stock-status .tableWrap > table > tbody > tr > th,
  section#ir-stock-status .tableWrap > table > tbody > tr > td {
    display: block;
    width: auto;
    min-width: 0;
    padding: 0.8rem;
    padding-right: 0;
  }
  section#company .tableWrap > table > tbody > tr > td,
  section#ir-stock-status .tableWrap > table > tbody > tr > td {
    border-bottom: none;
  }
  section#company .tableWrap > table > tbody > tr > td ul li,
  section#ir-stock-status .tableWrap > table > tbody > tr > td ul li {
    margin: 0;
  }
}

section#history .secInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 89.7435897436%;
  max-width: 1190px;
  margin: 0 auto;
}
section#history .secInner .tableWrap {
  max-width: 100%;
}
section#history .secInner ul.historyList {
  width: 100%;
  margin-top: 0;
}
section#history .secInner ul.historyList li.historyInner {
  font-size: 1.6rem;
  line-height: 2.6rem;
  display: flex;
  gap: 0 2.8rem;
  padding: 2rem;
  position: relative;
}
section#history .secInner ul.historyList li.historyInner::before {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 12.4rem;
  width: 1px;
  background: #d8d8de;
  position: absolute;
}
section#history .secInner ul.historyList li.historyInner:nth-child(odd) {
  background: #f7f8fa;
}
section#history .secInner ul.historyList li.historyInner .hist_year {
  width: 10.4rem;
  padding: 1.2rem 3.4rem 1.2rem 0;
  text-align: right;
  font-weight: 700;
  line-height: 1.5;
}
section#history .secInner ul.historyList li.historyInner .hist_events {
  flex: 1;
}
section#history .secInner ul.historyList li.historyInner .hist_event {
  display: flex;
  padding: 1.2rem 1.4rem 1.2rem 0;
}
section#history .secInner ul.historyList li.historyInner .date {
  font-weight: 700;
  width: 10rem;
  display: block;
  position: relative;
}
section#history .secInner ul.historyList li.historyInner .date:before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: #6d66fe;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: -2.7rem;
}
section#history .secInner ul.historyList li.historyInner .detail {
  flex: 1;
  transition: all 0.3s ease;
  display: block;
}
section#history .secInner ul.historyList li.historyInner .detail a {
  color: #4175DF;
  text-decoration: underline;
}
section#history .secInner ul.historyList li.historyInner .detail a:hover {
  text-decoration: none;
}
@media (max-width: 960px) {
  section#history .secInner {
    width: 100%;
  }
  section#history .secInner .tableWrap {
    margin-top: 3rem;
  }
  section#history .secInner ul.historyList {
    margin-top: 2rem;
  }
  section#history .secInner ul.historyList li.historyInner {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 1.2rem;
    padding: 1rem 2rem;
  }
  section#history .secInner ul.historyList li.historyInner:before {
    left: 7.4rem;
  }
  section#history .secInner ul.historyList li.historyInner .hist_year {
    width: 5.6rem;
    padding-right: 0;
    text-align: left;
    line-height: 1.4166666667;
  }
  section#history .secInner ul.historyList li.historyInner .hist_event {
    display: block;
  }
  section#history .secInner ul.historyList li.historyInner .date {
    line-height: 1.4166666667;
  }
  section#history .secInner ul.historyList li.historyInner .date:before {
    width: 0.6rem;
    height: 0.6rem;
    margin-left: -1.2rem;
  }
  section#history .secInner ul.historyList li.historyInner .detail {
    font-size: 1.4rem;
    line-height: 1.5;
    width: 100%;
    flex: auto;
    margin-top: 0.8rem;
  }
}

/*============================
Page: Service
============================*/
#page-service {
  font-size: 1.6rem;
  line-height: 1.5;
}
#page-service section#service_overview .secInner {
  padding: 0 0 8rem;
  max-width: 1190px;
}
#page-service section#service_overview h2.serviceTitle {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
}
#page-service section#service_overview p {
  margin-top: 4rem;
}
#page-service section#service_overview .img {
  margin-top: 4rem;
}
@media (max-width: 960px) {
  #page-service section#service_overview .secInner {
    padding-bottom: 6rem;
  }
  #page-service section#service_overview h2.serviceTitle {
    font-size: 2rem;
  }
  #page-service section#service_overview p {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  #page-service section#service_overview .img {
    margin-top: 2rem;
  }
}
#page-service section.service_nav {
  margin-bottom: 8rem;
}
#page-service section.service_nav .secInner {
  padding: 0;
}
#page-service section.service_nav .secInner nav {
  background: rgb(238, 239, 245);
  width: 100%;
  max-width: 1190px;
  border-radius: 1.2rem;
}
#page-service section.service_nav .secInner nav ul {
  display: flex;
  justify-content: center;
  gap: 9rem;
}
#page-service section.service_nav .secInner nav ul li {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
#page-service section.service_nav .secInner nav ul li::before {
  content: "";
  display: block;
  width: 1.2857142857em;
  height: 1.5em;
  background: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/logo/logo_line_under_thin.svg) 50%/contain no-repeat;
  position: absolute;
  top: 4rem;
  left: -5.7rem;
}
#page-service section.service_nav .secInner nav ul li:first-child::before {
  display: none;
}
#page-service section.service_nav .secInner nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  padding: 1.5714285714em 0 0.4285714286em;
  position: relative;
}
#page-service section.service_nav .secInner nav ul li a::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: 50%/contain no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%234175df%22%20d%3D%22M9.29%206.71a.996.996%200%200%200%200%201.41L13.17%2012l-3.88%203.88a.996.996%200%201%200%201.41%201.41l4.59-4.59a.996.996%200%200%200%200-1.41L10.7%206.7c-.38-.38-1.02-.38-1.41.01Z%22%2F%3E%3C%2Fsvg%3E");
  transform: rotate(90deg);
}
#page-service section.service_nav .secInner nav ul li a.current {
  color: rgb(46, 84, 159);
  pointer-events: none;
}
#page-service section.service_nav .secInner nav ul li a.current.active {
  pointer-events: all;
}
#page-service section.service_nav .secInner nav ul li a.current:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: rgb(46, 84, 159);
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0;
}
@media (hover: hover) {
  #page-service section.service_nav .secInner nav ul li a:hover {
    color: rgb(46, 84, 159);
  }
}
@media (max-width: 960px) {
  #page-service section.service_nav {
    margin-bottom: 0;
  }
  #page-service section.service_nav .secInner {
    width: 100%;
  }
  #page-service section.service_nav .secInner nav {
    border-radius: 0;
    padding: 0.8rem 1.2rem;
  }
  #page-service section.service_nav .secInner nav ul {
    gap: 0rem;
    flex-wrap: wrap;
    padding: 0;
    border: #fff solid 1px;
    border-bottom: none;
  }
  #page-service section.service_nav .secInner nav ul li {
    font-size: 1.2rem;
    width: 50%;
    border-bottom: #fff solid 1px;
  }
  #page-service section.service_nav .secInner nav ul li:nth-child(even) {
    border-left: #fff solid 1px;
  }
  #page-service section.service_nav .secInner nav ul li::before {
    display: none;
  }
  #page-service section.service_nav .secInner nav ul li:last-child {
    width: 100%;
  }
  #page-service section.service_nav .secInner nav ul li a {
    padding: 1.2rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
#page-service section.serviceSec {
  background: 50% top/100% no-repeat;
  position: relative;
  padding-bottom: 12rem;
}
#page-service section.serviceSec .secInner {
  width: 89.7435897436%;
  max-width: 1200px;
  padding: 12rem 0 13rem;
}
@media (max-width: 960px) {
  #page-service section.serviceSec {
    padding-bottom: 8rem;
  }
  #page-service section.serviceSec .secInner {
    padding: 8rem 0 10rem;
  }
}
#page-service section.serviceSec .secHead {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2d2c36;
  text-shadow: 0 0 4px #fff;
}
#page-service section.serviceSec .secHead .secInner {
  align-items: flex-start;
}
#page-service section.serviceSec .secHead .secTitle {
  font-size: 4.7rem;
  line-height: 1;
  min-width: 36rem;
  text-align: left;
  align-items: flex-start;
}
#page-service section.serviceSec .secHead .secTitle .sub {
  margin-top: 2rem;
  font-size: 2.6rem;
  line-height: 1.6;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.4615384615em;
}
#page-service section.serviceSec .secHead .secTitle .sub:after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: rgb(45, 44, 54);
}
#page-service section.serviceSec .secHead p {
  margin-top: 2rem;
}
@media (max-width: 960px) {
  #page-service section.serviceSec .secHead .secTitle {
    font-size: 3rem;
    min-width: 0;
  }
}
#page-service section.serviceSec .secBody {
  width: 89.7435897436%;
  max-width: 1200px;
  margin: -5rem auto 0;
  overflow: hidden;
  clip-path: fill-box;
}
#page-service section.serviceSec .secBody::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: 50% top/100% no-repeat;
  pointer-events: none;
}
#page-service section.serviceSec .secBody .services {
  padding: 1.2rem;
  padding-right: 0;
  border: #fff solid 1px;
  border-right: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
#page-service section.serviceSec .secBody .services .service {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 73%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(20px);
  padding: 2.8rem 0;
  display: flex;
}
#page-service section.serviceSec .secBody .services .service h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  gap: 0.4rem;
  padding: 3rem;
  padding-right: 0;
  width: 23.8095238095%;
  max-width: 280px;
  color: #2d2c36;
}
#page-service section.serviceSec .secBody .services .service h3::after {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.875em;
  background: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/logo/logo_line_under_thin.svg) 50%/contain no-repeat;
}
#page-service section.serviceSec .secBody .services .service h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  padding: 0 3rem;
  padding-right: 0;
  width: 23.8095238095%;
  max-width: 280px;
  color: #2d2c36;
}
#page-service section.serviceSec .secBody .services .service .links {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.2rem;
  flex: 1;
}
#page-service section.serviceSec .secBody .services .service .links li {
  display: flex;
}
#page-service section.serviceSec .secBody .services .service .links li a {
  display: flex;
  align-items: center;
}
#page-service section.serviceSec .secBody .services .service .links li a::before {
  content: "";
  display: inline-block;
  width: 1.4285714286em;
  height: 1.4285714286em;
  background: 50%/contain no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%2343434c%22%20d%3D%22M9.29%206.71a.996.996%200%200%200%200%201.41L13.17%2012l-3.88%203.88a.996.996%200%201%200%201.41%201.41l4.59-4.59a.996.996%200%200%200%200-1.41L10.7%206.7c-.38-.38-1.02-.38-1.41.01Z%22%2F%3E%3C%2Fsvg%3E");
}
@media (hover: hover) {
  #page-service section.serviceSec .secBody .services .service .links li a:hover {
    color: #4175df;
  }
  #page-service section.serviceSec .secBody .services .service .links li a:hover::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%234175df%22%20d%3D%22M9.29%206.71a.996.996%200%200%200%200%201.41L13.17%2012l-3.88%203.88a.996.996%200%201%200%201.41%201.41l4.59-4.59a.996.996%200%200%200%200-1.41L10.7%206.7c-.38-.38-1.02-.38-1.41.01Z%22%2F%3E%3C%2Fsvg%3E");
  }
}
#page-service section.serviceSec .secBody .services .service > ul {
  padding: 3rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
#page-service section.serviceSec .secBody .services .service > ul.links {
  padding-top: 0;
  padding-bottom: 0;
}
#page-service section.serviceSec .secBody .services .service > ul > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  border-top: #fff solid 1px;
  padding-top: 2.4rem;
}
#page-service section.serviceSec .secBody .services .service > ul > li:first-child {
  border-top: none;
  padding-top: 0;
}
#page-service section.serviceSec .secBody .services .service > ul > li .desc {
  flex: 1;
}
#page-service section.serviceSec .secBody .services .service > ul > li .desc .label {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #43434c;
}
#page-service section.serviceSec .secBody .services .service > ul > li .desc p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 2rem;
}
#page-service section.serviceSec .secBody .services .service > ul > li .linkBtn {
  padding: 1.75rem 4rem 1.75rem 2rem;
  background: #fff;
  border-radius: 1.2rem;
  width: 34rem;
  height: 8.4rem;
  color: #4175df;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-service section.serviceSec .secBody .services .service > ul > li .linkBtn img {
  width: 26rem;
  height: 5rem;
}
#page-service section.serviceSec .secBody .services .service > ul > li .linkBtn img[src*="logo_SkillUpAI.svg"] {
  width: 81.0714285714%;
}
#page-service section.serviceSec .secBody .services .service > ul > li .linkBtn img[src*="logo_SkillUpAIgent.svg"] {
  width: 90.7142857143%;
}
#page-service section.serviceSec .secBody .services .service > ul > li .linkBtn img[src*="logo_SkillUpGreen.svg"] {
  width: 89.6428571429%;
}
#page-service section.serviceSec .secBody .services .service > ul > li .linkBtn img[src*="logo_GXkentei.svg"] {
  width: 52.5%;
}
#page-service section.serviceSec .secBody .services .service > ul > li .linkBtn img[src*="logo_LMS.svg"] {
  width: 85%;
}
#page-service section.serviceSec .secBody .services .service > ul > li .linkBtn img[src*="logo_SkillCheckAI.svg"] {
  width: 90.7142857143%;
}
#page-service section.serviceSec .secBody .services .service > ul > li .linkBtn img[src*="logo_SkillUpWeb3.svg"] {
  width: 86.4285714286%;
}
#page-service section.serviceSec .secBody .services .service > ul > li .linkBtn:after {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: 50%/contain no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%234175df%22%20d%3D%22M16.175%2013H5a.967.967%200%200%201-.713-.287A.968.968%200%200%201%204%2012c0-.283.096-.52.287-.713A.967.967%200%200%201%205%2011h11.175l-4.9-4.9a.916.916%200%200%201-.287-.7c.008-.267.112-.5.312-.7.2-.183.433-.28.7-.288.267-.008.5.088.7.288l6.6%206.6c.1.1.17.208.212.325.042.117.063.242.063.375s-.02.258-.063.375a.877.877%200%200%201-.212.325l-6.6%206.6a.933.933%200%200%201-.688.275%201.02%201.02%200%200%201-.712-.275c-.2-.2-.3-.438-.3-.713%200-.274.1-.512.3-.712L16.175%2013Z%22%2F%3E%3C%2Fsvg%3E");
}
#page-service section.serviceSec .secBody .services .service > ul > li .linkBtn.disabled:after {
  display: none;
}
#page-service section.serviceSec .secBody .services .service > ul > li .relative {
  width: 100%;
  border-top: #fff solid 1px;
  padding: 2rem 0 0;
  display: flex;
  gap: 2.8rem;
}
#page-service section.serviceSec .secBody .services .service > ul > li .relative .label {
  color: #5e5e6d;
  font-weight: 700;
  line-height: 2rem;
}
@media (max-width: 960px) {
  #page-service section.serviceSec .secBody .services {
    padding: 1.2rem;
    border: #fff solid 1px;
  }
  #page-service section.serviceSec .secBody .services .service {
    display: block;
    padding: 2.8rem 2rem;
    background: rgba(255, 255, 255, 0.7);
  }
  #page-service section.serviceSec .secBody .services .service h3 {
    width: 100%;
    padding: 0;
  }
  #page-service section.serviceSec .secBody .services .service h4 {
    width: 100%;
    padding: 0;
  }
  #page-service section.serviceSec .secBody .services .service .links {
    gap: 0.8rem;
  }
  #page-service section.serviceSec .secBody .services .service .apps {
    gap: 2rem;
  }
  #page-service section.serviceSec .secBody .services .service .apps li {
    padding-bottom: 2rem;
  }
  #page-service section.serviceSec .secBody .services .service > ul {
    padding: 0;
    margin-top: 4rem;
  }
  #page-service section.serviceSec .secBody .services .service > ul.links {
    margin-top: 2.4rem;
  }
  #page-service section.serviceSec .secBody .services .service > ul > li .desc .label {
    font-size: 1.8rem;
    font-weight: 500;
  }
  #page-service section.serviceSec .secBody .services .service > ul > li .desc p {
    margin-top: 1.2rem;
    line-height: 1.5;
  }
  #page-service section.serviceSec .secBody .services .service > ul > li .linkBtn {
    padding: 0.8rem 2.8rem 0.8rem 1.6rem;
    width: 28.8rem;
    height: auto;
    max-height: 6rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #page-service section.serviceSec .secBody .services .service > ul > li .linkBtn img {
    height: 4.4rem;
  }
  #page-service section.serviceSec .secBody .services .service > ul > li .linkBtn:after {
    width: 1.6rem;
    height: 1.6rem;
  }
  #page-service section.serviceSec .secBody .services .service > ul > li .relative {
    flex-direction: column;
    gap: 1.2rem;
  }
  #page-service section.serviceSec .secBody .services .service > ul > li .relative .label {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
#page-service section.serviceSec#suai {
  background-color: rgb(54, 112, 145);
  background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_service_skillupAI.jpg);
}
#page-service section.serviceSec#suai .secHead {
  background: linear-gradient(90deg, rgba(203, 250, 255, 0.9) 0%, rgba(203, 250, 255, 0.9) 45%, rgba(203, 250, 255, 0) 90%, rgba(203, 250, 255, 0) 100%);
}
#page-service section.serviceSec#suai .secBody::before {
  background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_service_skillupAI.jpg);
}
@media (max-width: 960px) {
  #page-service section.serviceSec#suai {
    background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_service_skillupAI_sp.jpg);
  }
  #page-service section.serviceSec#suai .secHead {
    background: linear-gradient(90deg, rgba(203, 250, 255, 0.9) 0%, rgba(203, 250, 255, 0.72) 72.12%, rgba(203, 250, 255, 0.18) 100%);
  }
  #page-service section.serviceSec#suai .secBody::before {
    background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_service_skillupAI_sp.jpg);
  }
}
#page-service section.serviceSec#aigent {
  background-color: rgb(62, 107, 156);
  background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_service_skillupAgant.jpg);
}
#page-service section.serviceSec#aigent .secHead {
  background: linear-gradient(90deg, rgba(228, 223, 241, 0.8) 0%, rgba(228, 223, 241, 0.8) 45%, rgba(228, 223, 241, 0) 90%, rgba(228, 223, 241, 0) 100%);
}
#page-service section.serviceSec#aigent .secBody::before {
  background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_service_skillupAgant.jpg);
}
@media (max-width: 960px) {
  #page-service section.serviceSec#aigent {
    background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_service_skillupAgant_sp.jpg);
  }
  #page-service section.serviceSec#aigent .secHead {
    background: linear-gradient(90deg, rgba(228, 223, 241, 0.8) 0%, rgba(228, 223, 241, 0.8) 45%, rgba(228, 223, 241, 0) 100%);
  }
  #page-service section.serviceSec#aigent .secBody::before {
    background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_service_skillupAgant_sp.jpg);
  }
}
#page-service section.serviceSec#green {
  background-color: rgb(233, 246, 184);
  background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_service_gx.jpg);
}
#page-service section.serviceSec#green .secHead {
  background: linear-gradient(90deg, rgba(236, 251, 225, 0.8) 0%, rgba(236, 251, 225, 0.8) 45%, rgba(236, 251, 225, 0) 90%, rgba(236, 251, 225, 0) 100%);
}
#page-service section.serviceSec#green .secBody::before {
  background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_service_gx.jpg);
}
@media (max-width: 960px) {
  #page-service section.serviceSec#green {
    background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_service_gx_sp.jpg);
  }
  #page-service section.serviceSec#green .secHead {
    background: linear-gradient(90deg, rgba(236, 251, 225, 0.8) 0%, rgba(236, 251, 225, 0.8) 45% rgba(236, 251, 225, 0) 100%);
  }
  #page-service section.serviceSec#green .secBody::before {
    background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_service_gx_sp.jpg);
  }
}
#page-service section.serviceSec#develop {
  background-color: rgb(79, 99, 142);
  background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_service_appli.jpg);
}
#page-service section.serviceSec#develop .secHead {
  background: linear-gradient(90deg, rgba(217, 231, 232, 0.8) 0%, rgba(217, 231, 232, 0.8) 45%, rgba(217, 231, 232, 0) 90%, rgba(217, 231, 232, 0) 100%);
}
#page-service section.serviceSec#develop .secBody::before {
  background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_service_appli.jpg);
}
@media (max-width: 960px) {
  #page-service section.serviceSec#develop {
    background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_service_appli_sp.jpg);
  }
  #page-service section.serviceSec#develop .secHead {
    background: linear-gradient(90deg, rgba(217, 231, 232, 0.8) 0%, rgba(217, 231, 232, 0.8) 45%, rgba(217, 231, 232, 0) 100%);
  }
  #page-service section.serviceSec#develop .secBody::before {
    background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_service_appli_sp.jpg);
  }
}
#page-service section.serviceSec#other {
  background-color: rgb(185, 207, 215);
  background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_service_others.jpg);
}
#page-service section.serviceSec#other .secBody::before {
  background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_service_others.jpg);
}
@media (max-width: 960px) {
  #page-service section.serviceSec#other {
    background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_service_others_sp.jpg);
  }
  #page-service section.serviceSec#other .secBody::before {
    background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_service_others_sp.jpg);
  }
}

/*============================
#page-post
============================*/
article#page-post {
  padding-top: 13.5rem;
}
article#page-post .pageHeader {
  padding-top: 0;
}
article#page-post .pageHeader .secInner {
  padding-top: 0;
}
article#page-post section#postBody .secInner {
  padding-top: 0;
}
article#page-post section#postHeader .secInner {
  padding: 0 0 4rem;
}
article#page-post section#postHeader .secInner .postBundle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
article#page-post section#postHeader .secInner .postBundle .postTitle {
  width: 100%;
}
@media (max-width: 960px) {
  article#page-post {
    padding-top: 6.8rem;
    padding-bottom: 0 !important;
  }
  article#page-post .pageHeader .secInner {
    width: 89.7435897436%;
  }
}

.postBundle {
  width: 100%;
  max-width: 984px;
  word-wrap: break-word;
}

section#postBody .postBundle.applicationForm {
  max-width: 800px;
}
section#postBody .postBundle.applicationForm h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.25;
}
section#postBody .postBundle.applicationForm h2::after {
  display: none;
}
section#postBody .postBundle.applicationForm .lecturers {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section#postBody .postBundle.applicationForm .lecturer {
  width: 48%;
  text-align: center;
  margin-bottom: 20px;
}
section#postBody .postBundle.applicationForm .lecturer img {
  width: 100%;
  height: auto;
  max-width: 200px;
  margin-bottom: 10px;
}
section#postBody .postBundle.applicationForm .lecturer h3 {
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 2rem;
  margin-bottom: 0;
}
section#postBody .postBundle.applicationForm .lecturer h4 {
  color: #000;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
section#postBody .postBundle.applicationForm .lecturer p {
  color: #000;
  font-size: 1.6rem;
  text-align: left;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 2rem;
}
section#postBody .tableWrap.programInfo ul li:before {
  width: 0.3em;
  height: 0.3em;
}
section#postBody .applicationForm-script {
  margin-top: 8rem;
}
@media (max-width: 960px) {
  section#postBody .postBundle.applicationForm .lecturers {
    flex-direction: column;
    align-items: center;
  }
  section#postBody .postBundle.applicationForm .lecturer {
    width: 100%;
  }
}

section#postHeader .postMeta {
  display: flex;
  gap: 1.5rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
section#postHeader .postMeta .cat {
  font-size: 1.2rem;
  line-height: 2.3333333333;
  background: #eeeff5;
  min-width: 12rem;
  text-align: center;
  padding: 0 0.5em;
}
section#postHeader .postTitle {
  margin-top: 3.2rem;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  width: 100%;
}
section#postHeader .postShare {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
}
section#postHeader .postShare .sns-box {
  margin-left: 0.5rem;
}
section#postHeader .postShare .sns-box:first-child {
  margin-left: 0;
  flex: initial;
}
section#postHeader .postShare .sns-box .fb_iframe_widget {
  display: block;
}
section#postHeader .postShare .sns-box .fb_iframe_widget_fluid {
  display: block;
}
section#postHeader .postShare .sns-box .fb_iframe_widget span {
  display: block;
}
section#postHeader .postShare .sns-box .fb_iframe_widget iframe {
  width: auto !important;
}
@media (max-width: 960px) {
  section#postHeader .secInner {
    padding-bottom: 3.5rem;
  }
  section#postHeader .secInner .postBundle {
    flex-direction: column;
  }
  section#postHeader .postMeta {
    width: 100%;
    gap: 1rem;
    font-size: 1.4rem;
    line-height: 2;
    display: flex;
    justify-content: space-between;
  }
  section#postHeader .postMeta .cat {
    font-size: 1.2rem;
    line-height: 2.3333333333;
  }
  section#postHeader .postTitle {
    width: 100%;
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 1.4;
    padding-bottom: 3.2rem;
    border-bottom: #9c9ca1 solid 1px;
  }
  section#postHeader .postShare {
    width: 100%;
    margin-top: 1.5rem;
  }
}

section#postBody {
  font-size: 1.6rem;
  line-height: 1.875;
}
section#postBody .secInner .postBundle + a.btn {
  margin-top: 8rem;
  position: relative;
}
section#postBody .secInner .postBundle + a.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%) rotate(180deg);
  background: 50%/content no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%2343434c%22%20d%3D%22M9.29%206.71a.996.996%200%200%200%200%201.41L13.17%2012l-3.88%203.88a.996.996%200%201%200%201.41%201.41l4.59-4.59a.996.996%200%200%200%200-1.41L10.7%206.7c-.38-.38-1.02-.38-1.41.01Z%22%2F%3E%3C%2Fsvg%3E");
}
@media (hover: hover) {
  section#postBody .secInner .postBundle + a.btn:hover::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9.29%206.71a.996.996%200%200%200%200%201.41L13.17%2012l-3.88%203.88a.996.996%200%201%200%201.41%201.41l4.59-4.59a.996.996%200%200%200%200-1.41L10.7%206.7c-.38-.38-1.02-.38-1.41.01Z%22%2F%3E%3C%2Fsvg%3E");
  }
}
section#postBody .postEyecatch img {
  margin-top: 0;
}
section#postBody .postLead {
  margin-top: 4rem;
}
section#postBody #toc_container {
  background: #f4f5f6;
  padding: 1.8rem 4rem 3.5rem;
  margin-top: 3.5rem;
}
section#postBody #toc_container .toc_title {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: bold;
  padding-bottom: 1.6rem;
  border-bottom: #d3d3d3 solid 1px;
}
section#postBody #toc_container .toc_list {
  margin-top: 2rem;
  counter-reset: toc;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0 1rem;
}
section#postBody #toc_container .toc_list li {
  counter-increment: toc;
  padding-left: 2em;
  text-indent: -2em;
  margin: 0;
}
section#postBody #toc_container .toc_list li::before {
  content: counter(toc) ".";
  display: inline-block;
  width: 2em;
  font-weight: bold;
  height: auto;
  margin: 0;
  border-radius: 0;
  background: none;
  vertical-align: unset;
  text-indent: 0;
}
section#postBody #toc_container .toc_list li a {
  color: #2D2C36;
  text-decoration: none;
}
@media (hover: hover) {
  section#postBody #toc_container .toc_list li a:hover {
    color: #4175DF;
  }
}
@media (max-width: 960px) {
  section#postBody {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
  section#postBody .secInner .postBundle + a.btn {
    margin: 6rem auto 0;
  }
  section#postBody .postLead {
    margin-top: 3.5rem;
  }
  section#postBody #toc_container {
    margin-top: 4rem;
    padding: 1.6rem 1.5rem 3rem;
  }
  section#postBody #toc_container .toc_list {
    padding: 0;
  }
  section#postBody #toc_container .toc_list li {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  section#postBody #toc_container .toc_list li::before {
    width: 1.5em;
  }
}
section#postBody h1 {
  margin-top: 2.5rem;
  font-size: 3.2rem;
  line-height: 1.5625;
  font-weight: bold;
}
section#postBody h2 {
  color: #2D2C36;
  margin-top: 4rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  margin-bottom: 2rem;
  border-bottom: #9C9CA1 solid 1px;
  padding-bottom: 0.8rem;
}
section#postBody h2:first-child {
  margin-top: 0;
}
section#postBody h3 {
  color: #2D2C36;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 2.4rem;
  margin-bottom: 1.2rem;
}
section#postBody h3:first-child {
  margin-top: 0;
}
section#postBody h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
}
section#postBody h4:first-child {
  margin-top: 0;
}
section#postBody strong {
  font-weight: bold !important;
}
section#postBody em {
  font-style: italic;
}
section#postBody s,
section#postBody del {
  text-decoration: line-through;
}
section#postBody code {
  background-color: #1a1a1a;
  color: #fff;
  font-family: courier, monospace;
  padding: 1em;
}
section#postBody p {
  margin-top: 2.4rem;
}
section#postBody p.small {
  font-size: 0.75em;
  margin-top: 1.6666666667em;
}
section#postBody p.note {
  color: #ff4444;
}
section#postBody p.gray {
  color: #999;
}
section#postBody p:first-child {
  margin-top: 0;
}
section#postBody a:not(.btn) {
  text-decoration: underline;
  color: #4175DF;
}
section#postBody a:not(.btn) img {
  text-decoration: none;
}
@media (hover: hover) {
  section#postBody a:not(.btn):hover {
    text-decoration: none;
  }
}
section#postBody img {
  display: inline-block;
  vertical-align: top;
  margin: 2.4rem 0 0;
  width: auto;
  max-width: 100%;
  height: auto;
}
section#postBody img.aligncenter {
  display: block;
  margin: 0 auto;
}
section#postBody img.alignright {
  float: right;
}
section#postBody img.alignleft {
  float: left;
}
section#postBody figure.wp-block-image {
  margin: 4rem auto 0;
}
section#postBody figure.wp-block-image img {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}
section#postBody figure.wp-block-image figcaption {
  font-size: 1.2rem;
  margin-top: 0.2em;
  text-align: left;
}
section#postBody .wp-block-image .alignleft,
section#postBody .wp-block-image .aligncenter,
section#postBody .wp-block-image .alignright {
  margin-top: 4rem;
}
section#postBody blockquote {
  margin-top: 3rem;
  background: #F7F8FA;
  padding: 2rem;
  padding-left: 7.2rem;
  position: relative;
  display: flex;
  gap: 2rem;
  border-radius: 1.2rem;
}
section#postBody blockquote:before {
  content: "";
  pointer-events: none;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: 50%/content no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%239C9CA1%22%20d%3D%22M4.7%2017.7c-1-1.1-1.6-2.3-1.6-4.3%200-3.5%202.5-6.6%206-8.2l.9%201.3c-3.3%201.8-4%204.1-4.2%205.6.5-.3%201.2-.4%201.9-.3%201.8.2%203.2%201.6%203.2%203.5%200%20.9-.4%201.8-1%202.5-.7.7-1.5%201-2.5%201-1.1%200-2.1-.5-2.7-1.1Zm10%200c-1-1.1-1.6-2.3-1.6-4.3%200-3.5%202.5-6.6%206-8.2l.9%201.3c-3.3%201.8-4%204.1-4.2%205.6.5-.3%201.2-.4%201.9-.3%201.8.2%203.2%201.6%203.2%203.5%200%20.9-.4%201.8-1%202.5s-1.5%201-2.5%201c-1.1%200-2.1-.5-2.7-1.1Z%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  top: 2rem;
  left: 2rem;
}
section#postBody blockquote.wp-block-quote {
  margin-top: 3rem;
  padding: 3.5rem 2rem;
  background: #f0f6fb;
}
section#postBody blockquote.wp-block-quote p:first-child {
  margin-top: 0;
}
section#postBody blockquote.wp-block-quote cite {
  color: #888;
  font-size: 1.4em;
  display: block;
  margin-top: 0.5em;
  text-align: right;
}
section#postBody ul,
section#postBody ol {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
section#postBody ul {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
section#postBody ul li {
  padding-left: 1.4375em;
  text-indent: -1.4375em;
}
section#postBody ul li:before {
  content: "";
  display: inline-block;
  width: 0.625em;
  height: 0.625em;
  border-radius: 0.625em;
  background: #00CADF;
  margin-right: 0.8125em;
}
section#postBody ol {
  margin-top: 4rem;
  counter-reset: olist;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
section#postBody ol li {
  padding-left: 3em;
  text-indent: -3em;
  margin: 0;
  counter-increment: olist;
  line-height: 1.5;
}
section#postBody ol li::before {
  content: counter(olist, decimal-leading-zero) ".";
  display: inline-block;
  width: 2em;
  font-weight: 400;
  font-family: "Roboto Condensed";
  font-size: 2.4rem;
  line-height: 1;
  height: auto;
  margin: 0;
  border-radius: 0;
  background: none;
  vertical-align: unset;
  text-indent: 0;
  color: #00CADF;
}
section#postBody ol .text {
  flex: 1;
}
section#postBody ul:first-child,
section#postBody ol:first-child {
  margin-top: 0;
}
section#postBody hr {
  margin: 4rem 0;
  border-bottom: rgb(216, 216, 222) solid 1px;
}
@media (max-width: 960px) {
  section#postBody h1 {
    font-size: 2.4rem;
  }
  section#postBody h2 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  section#postBody h2::after {
    height: 0.3rem;
    margin-top: 1.7rem;
  }
  section#postBody h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  section#postBody h4 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  section#postBody p {
    margin-top: 2rem;
  }
  section#postBody img {
    margin-top: 1.5rem;
  }
  section#postBody figure.wp-block-image {
    margin: 2rem auto 0;
  }
  section#postBody .wp-block-image .alignleft,
  section#postBody .wp-block-image .aligncenter,
  section#postBody .wp-block-image .alignright {
    margin-top: 2rem;
  }
  section#postBody blockquote {
    margin-top: 2rem;
    padding: 1.6rem;
    padding-left: 5.2rem;
  }
  section#postBody blockquote::before {
    width: 2.8rem;
    height: 2.8rem;
    top: 2rem;
    left: 1.6rem;
  }
  section#postBody blockquote.wp-block-quote {
    margin-top: 2rem;
    padding: 1.6rem;
    padding-left: 5.2rem;
  }
  section#postBody ol .text {
    flex: 1;
  }
}

section.clipPrev {
  padding-bottom: 14.3rem;
}
section.clipPrev + section {
  margin-top: -14.3rem;
}

section.clipNext {
  padding-top: 14.3rem;
}

section.clip-both-inner {
  position: relative;
  z-index: 2;
  padding: 7.15rem 0;
}
section.clip-both-inner::before {
  clip-path: polygon(0 14.3rem, 100% 0%, 100% 100%, 0 calc(100% - 14.3rem));
  background-color: #f4f5f6;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
section.clip-both-inner .secInner {
  position: relative;
  z-index: 1;
  margin-top: -7.15rem;
}

section.clip-both {
  clip-path: polygon(0 14.3rem, 100% 0%, 100% 100%, 0 calc(100% - 14.3rem));
  padding: 7.15rem 0;
}

section.clip-top-l {
  clip-path: polygon(0 14.3rem, 100% 0%, 100% 100%, 0 100%);
}

section.clip-top-r {
  clip-path: polygon(0 0, 100% 14.3rem, 100% 100%, 0 100%);
}

@media (max-width: 960px) {
  section.clipPrev {
    padding-bottom: 6rem;
  }
  section.clipPrev + section {
    margin-top: -6rem;
  }
  section.clipNext {
    padding-top: 6rem;
  }
  section.clip-both-inner {
    padding: 3rem 0;
  }
  section.clip-both-inner::before {
    clip-path: polygon(0 6rem, 100% 0%, 100% 100%, 0 calc(100% - 6rem));
  }
  section.clip-both-inner .secInner {
    margin-top: -3rem;
  }
  section.clip-both {
    clip-path: polygon(0 6rem, 100% 0%, 100% 100%, 0 calc(100% - 6rem));
    padding: 3rem 0;
  }
  section.clip-top-l {
    clip-path: polygon(0 6rem, 100% 0%, 100% 100%, 0 100%);
  }
  section.clip-top-r {
    clip-path: polygon(0 0, 100% 6rem, 100% 100%, 0 100%);
  }
}
.sec-interview {
  position: relative;
}
.sec-interview .arrows {
  font-size: min(0.6666666667vw, 1rem);
}
.sec-interview .arrows .slick-arrow {
  position: absolute;
  bottom: calc(25em + 14.3rem + 10rem);
  display: block;
  width: 5em;
  height: 5em;
  background: #4175DF url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/common/arrow_white.svg") 50%/2.1em no-repeat;
  transition: all 0.3s ease;
}
.sec-interview .arrows .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.sec-interview .arrows .slick-arrow.slick-next {
  right: 0;
}
.sec-interview .arrows .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.sec-interview .secInner .interviewList {
  font-size: min(0.6666666667vw, 1rem);
  width: 1124px;
  max-width: 100%;
  margin: 8rem -1.2em 0;
}
.sec-interview .secInner .interviewList li {
  width: 35em;
  margin: 0 1.2em;
  background-color: #fff;
}
.sec-interview .secInner .interviewList li a {
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #2D2C36;
}
@media (hover: hover) {
  .sec-interview .secInner .interviewList li a:hover {
    background-color: rgba(210, 156, 8, 0.2);
  }
  .sec-interview .secInner .interviewList li a:hover img {
    opacity: 0.7;
  }
}
.sec-interview .secInner .interviewList li a span {
  display: block;
}
.sec-interview .secInner .interviewList li a .img {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 85.7142857143%;
}
.sec-interview .secInner .interviewList li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  pointer-events: none;
}
.sec-interview .secInner .interviewList li a .desc {
  padding: 2.4em 3em 3.4em;
  position: relative;
}
.sec-interview .secInner .interviewList li a .desc .dep {
  font-size: 1.4em;
  line-height: 1.4285714286;
}
.sec-interview .secInner .interviewList li a .desc .name {
  font-size: 2.2em;
  line-height: 1.4545454545;
  font-weight: bold;
  margin-top: 0.3181818182em;
}
.sec-interview .secInner .interviewList li a .desc .nameEn {
  font-size: 1.2em;
  line-height: 1.1666666667;
  color: #4175DF;
  margin-top: 0.75em;
  font-family: "Roboto Condensed";
}
.sec-interview .secInner .interviewList li a .desc .more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "Roboto Condensed";
  color: #4175DF;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
  position: absolute;
  bottom: 1.1666666667em;
  right: 1.3333333333em;
}
.sec-interview .secInner .interviewList li a .desc .more:after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  border: #4175DF solid 1px;
  background: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/common/arrow.svg") 50%/50% no-repeat;
  border-radius: 100%;
  margin-left: 0.6666666667em;
}
@media (max-width: 960px) {
  .sec-interview .secInner .interviewList {
    font-size: 1rem;
    margin: 6rem auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    width: 80vw;
    max-width: 420px;
  }
  .sec-interview .secInner .interviewList li {
    width: 100%;
  }
  .sec-interview .secInner .interviewList li a .desc {
    padding: 1.6em 2.4em 3.2em;
  }
  .sec-interview .secInner .interviewList li a .desc .dep {
    font-size: 1.3em;
  }
  .sec-interview .secInner .interviewList li a .desc .name {
    font-size: 1.8em;
  }
  .sec-interview .secInner .interviewList li a .desc .nameEn {
    font-size: 1.3em;
  }
  .sec-interview .secInner .interviewList li a .desc .more {
    bottom: 1em;
    right: 2em;
  }
  .sec-interview .secInner .interviewList li a .desc .more:after {
    width: 1.3333333333em;
    height: 1.3333333333em;
  }
}

/*============================
RECRUIT
============================*/
#page-recruit #head {
  padding-bottom: 10rem;
}
#page-recruit #head .copy {
  font-weight: 900;
  font-size: 4.8rem;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
  color: #fff;
  margin-top: 4.5rem;
}
@media (max-width: 960px) {
  #page-recruit #head .copy {
    margin-top: 2.8rem;
    font-size: 2.6rem;
    letter-spacing: 0.036em;
    white-space: nowrap;
  }
}
#page-recruit #recruitMovie .secInner {
  max-width: 1327px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 1.3333333333em;
  font-size: min(2vw, 3rem);
  gap: 2em;
}
#page-recruit #recruitMovie .secInner .link {
  font-size: 2rem;
  position: relative;
  width: 12em;
  height: 13.75em;
  background: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/common/hex.svg) 50%/contain no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
#page-recruit #recruitMovie .secInner .link a {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10%;
  position: relative;
}
#page-recruit #recruitMovie .secInner .link a span {
  display: block;
  font-size: 0.7em;
  color: #1a1a1a;
  margin-top: 0.5em;
}
#page-recruit #recruitMovie .secInner .link a:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  bottom: 1.25em;
  left: 50%;
  transform: translateX(-50%);
  border: #fff solid 1px;
  background: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/common/arrow_white.svg") 50%/50% no-repeat;
  border-radius: 100%;
}
@media (hover: hover) {
  #page-recruit #recruitMovie .secInner .link a:hover {
    opacity: 0.6;
  }
}
#page-recruit #recruitMovie .secInner .movie {
  display: flex;
  align-items: flex-end;
  gap: 2em;
}
#page-recruit #recruitMovie .secInner .movie .label {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2em;
  text-align: center;
  white-space: nowrap;
}
#page-recruit #recruitMovie .secInner .movie video,
#page-recruit #recruitMovie .secInner .movie .video {
  width: min(42vw, 63rem);
  filter: drop-shadow(-2rem 2rem 2rem rgba(0, 0, 0, 0.25));
}
#page-recruit #recruitMovie .secInner .movie .video {
  position: relative;
  padding-top: min(23.625vw, 35.4375rem);
  height: 0;
}
#page-recruit #recruitMovie .secInner .movie .video iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  #page-recruit #recruitMovie {
    padding-bottom: 0;
  }
  #page-recruit #recruitMovie:before {
    bottom: 10rem;
  }
  #page-recruit #recruitMovie .secInner {
    display: block;
    width: 88%;
    margin-top: -9rem;
  }
  #page-recruit #recruitMovie .secInner .link {
    font-size: 1.5rem;
    margin-left: -2rem;
  }
  #page-recruit #recruitMovie .secInner .link a:after {
    width: 1.3333333333em;
    height: 1.3333333333em;
    bottom: 1.6666666667em;
  }
  #page-recruit #recruitMovie .secInner .movie {
    width: 100%;
    display: block;
    position: relative;
  }
  #page-recruit #recruitMovie .secInner .movie .label {
    position: absolute;
    bottom: 100%;
    right: 0;
    font-size: 1.6rem;
  }
  #page-recruit #recruitMovie .secInner .movie video,
  #page-recruit #recruitMovie .secInner .movie .video {
    width: 100%;
    padding-top: 56.25%;
  }
}
#page-recruit #message .secInner {
  padding-top: 6rem;
}
#page-recruit #interview {
  padding-bottom: 14.3rem;
}
@media (max-width: 960px) {
  #page-recruit #interview {
    padding-bottom: 6rem;
  }
}
#page-recruit #environment .secInner {
  padding-top: 4rem;
}
#page-recruit #environment .envList {
  margin-top: 8.8rem;
  max-width: 1100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4.5rem 2.5rem;
}
#page-recruit #environment .envList li {
  width: 31.8181818182%;
  font-size: 1.6rem;
  line-height: 1.5;
}
#page-recruit #environment .envList li .text {
  margin-top: 1rem;
}
@media (max-width: 960px) {
  #page-recruit #environment .secInner {
    padding-top: 6rem;
  }
  #page-recruit #environment .envList {
    margin-top: 5.8rem;
    flex-direction: column;
    justify-content: flex-start;
    gap: 3.6rem;
  }
  #page-recruit #environment .envList li {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
#page-recruit #recruit .secInner {
  padding: 18.3rem 0 16rem;
}
#page-recruit #recruit .btn-recruit_external {
  margin: 6rem auto 0;
  border-radius: 6rem;
  font-weight: bold;
  line-height: 1.2;
}
#page-recruit #recruit .note-recruit_external {
  font-size: 1.2rem;
  font-weight: normal;
}
#page-recruit #recruit .recruitTab {
  margin-top: 8.5rem;
}
#page-recruit #recruit .recruitTab ul {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
#page-recruit #recruit .recruitTab ul .dep {
  cursor: pointer;
  width: 22rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 500;
  padding: 1.2rem;
  background-color: #fff;
  border: #1a1a1a solid 1px;
  position: relative;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  #page-recruit #recruit .recruitTab ul .dep:hover {
    color: #4175DF;
    border-color: #4175DF;
  }
}
#page-recruit #recruit .recruitTab ul .dep.active {
  background: #1a1a1a;
  cursor: default;
  color: #fff;
}
#page-recruit #recruit .recruitTab ul .dep.active:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: transparent solid 1rem;
  border-bottom: none;
  border-top: #1a1a1a solid 1.2rem;
}
#page-recruit #recruit .recruitList {
  max-width: 1100px;
  width: 100%;
  margin-top: 2.5rem;
  min-height: 40rem;
}
#page-recruit #recruit .recruitList .dep {
  display: flex;
  justify-content: space-between;
  gap: 0 2.5rem;
  flex-wrap: wrap;
  display: none;
}
#page-recruit #recruit .recruitList .dep.active {
  display: flex;
}
#page-recruit #recruit .recruitList .dep:after {
  content: "";
  display: block;
  width: 31.8181818182%;
}
#page-recruit #recruit .recruitList .dep .card {
  width: 31.8181818182%;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 2.5rem;
}
#page-recruit #recruit .recruitList .dep .card a {
  display: block;
  position: relative;
  padding: 2.2rem 2.9rem 5.7rem;
}
@media (hover: hover) {
  #page-recruit #recruit .recruitList .dep .card a:hover {
    background-color: rgba(210, 156, 8, 0.2);
  }
}
#page-recruit #recruit .recruitList .dep .card a .tag {
  display: inline-block;
  color: #fff;
  background: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857143;
  text-align: center;
  padding: 0 0.5em;
  vertical-align: middle;
}
#page-recruit #recruit .recruitList .dep .card a .desc {
  margin-top: 1.5rem;
  display: table;
}
#page-recruit #recruit .recruitList .dep .card a .desc li {
  display: table-row;
  font-size: 1.5rem;
  line-height: 1.7333333333;
}
#page-recruit #recruit .recruitList .dep .card a .desc li .label {
  display: table-cell;
}
#page-recruit #recruit .recruitList .dep .card a .desc li .content {
  display: table-cell;
}
#page-recruit #recruit .recruitList .dep .card a .desc li .content:before {
  content: "：  ";
}
#page-recruit #recruit .recruitList .dep .card a .more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "Roboto Condensed";
  color: #4175DF;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
  position: absolute;
  bottom: 2em;
  right: 1.6666666667em;
}
#page-recruit #recruit .recruitList .dep .card a .more:after {
  content: "";
  display: block;
  width: 0.8333333333em;
  height: 0.8333333333em;
  background: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/common/exlink.svg") 50%/contain no-repeat;
  margin-left: 0.8333333333em;
}
@media (max-width: 960px) {
  #page-recruit #recruit .secInner {
    padding: 12rem 0;
  }
  #page-recruit #recruit .recruitTab {
    margin-top: 4.5rem;
  }
  #page-recruit #recruit .recruitTab ul {
    justify-content: space-between;
    gap: 1rem;
  }
  #page-recruit #recruit .recruitTab ul .dep {
    width: 11rem;
    font-size: 1.6rem;
    line-height: 1.625;
    padding: 1rem;
  }
  #page-recruit #recruit .recruitTab ul .dep.active {
    background: #1a1a1a;
    cursor: default;
    color: #fff;
  }
  #page-recruit #recruit .recruitList {
    margin-top: 1.5rem;
    min-height: 40rem;
  }
  #page-recruit #recruit .recruitList .dep.active {
    display: block;
  }
  #page-recruit #recruit .recruitList .dep:after {
    display: none;
  }
  #page-recruit #recruit .recruitList .dep .card {
    width: 100%;
    margin-top: 1rem;
  }
}
#page-recruit #acceleration {
  background: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/common/main_skillupai.jpg) 50% 65%/cover no-repeat;
}
#page-recruit #acceleration .secInner {
  padding: 24rem 0 16rem;
}
#page-recruit #acceleration .secInner .copy {
  text-align: center;
  color: #fff;
  font-size: 6.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.7352941176;
}
@media (max-width: 960px) {
  #page-recruit #acceleration {
    background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/common/main_skillupai_sp.jpg);
  }
  #page-recruit #acceleration .secInner {
    padding: 11rem 0 8rem;
  }
  #page-recruit #acceleration .secInner .copy {
    font-size: 3.5rem;
    letter-spacing: 0.036em;
    line-height: 1.7428571429;
  }
}

/*============================
INTERVIEW
============================*/
#page-interview .pageHeader {
  padding-bottom: 3rem;
}
#page-interview #interviewHead {
  margin-top: -16rem;
  clip-path: polygon(0 16rem, 100% 0%, 100% 100%, 0 100%);
  background: #1a1a1a 50%/cover no-repeat;
  height: 42vw;
  padding-top: 13rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#page-interview #interviewHead .secInner {
  align-items: flex-start;
  max-width: 1200px;
}
#page-interview #interviewHead .copy {
  font-size: 3.5rem;
  line-height: 1.8;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#page-interview #interviewHead .copy span {
  background: repeating-linear-gradient(transparent, transparent 0.1em, #fff 0.1em, #fff 1.7em, transparent 1.7em, transparent 1.8em);
  padding: 0 0.5em;
}
#page-interview #interviewHead .label {
  margin-top: 4.2rem;
  display: flex;
  align-items: baseline;
  gap: 0 1.85rem;
  background-color: #1a1a1a;
  padding: 0.5rem 2.5rem 1rem;
  color: #fff;
  font-size: 1.4rem;
}
#page-interview #interviewHead .label .name {
  font-size: 2.2rem;
  font-weight: bold;
  color: #4175DF;
}
#page-interview #interviewHead .label .nameEn {
  font-family: "Roboto Condensed";
}
@media (max-width: 960px) {
  #page-interview #interviewHead {
    margin-top: -6rem;
    clip-path: polygon(0 6rem, 100% 0%, 100% 100%, 0 100%);
    min-height: 120vw;
    height: auto;
    padding-top: 25rem;
    align-items: flex-start;
  }
  #page-interview #interviewHead .secInner {
    padding: 4rem 0;
  }
  #page-interview #interviewHead .copy {
    font-size: 2rem;
  }
  #page-interview #interviewHead .label {
    margin-top: 2rem;
    flex-wrap: wrap;
    gap: 0 1.32rem;
    padding: 0.5rem 1.3rem;
    max-width: 30rem;
  }
  #page-interview #interviewHead .label .dep {
    font-size: 1.2rem;
    width: 100%;
  }
  #page-interview #interviewHead .label .name {
    font-size: 1.4rem;
  }
  #page-interview #interviewHead .label .nameEn {
    font-size: 1rem;
  }
}
#page-interview #interview {
  padding: 7.15rem 0 2rem;
}
@media (max-width: 960px) {
  #page-interview #interview {
    padding-top: 3rem;
  }
}

/*============================
SUSTAINABILITY
============================*/
#page-sustainability {
  font-size: 1.6rem;
  line-height: 1.5;
}
#page-sustainability #message .secInner {
  max-width: 1040px;
  padding-top: 6.8rem;
}
#page-sustainability #message .secInner .messageContainer {
  border-left: 1px solid;
  border-right: 1px solid;
  border-image: linear-gradient(180deg, #00e7ff 0%, #4a86ff 60%, #6d66fe 100%) 1;
  position: relative;
  width: 100%;
  padding: 2.8rem 2rem 0.8rem;
}
#page-sustainability #message .secInner .messageContainer:before, #page-sustainability #message .secInner .messageContainer:after {
  content: "";
  display: block;
  position: absolute;
}
#page-sustainability #message .secInner .messageContainer:before {
  border: #00e7ff solid 1px;
  border-bottom: none;
  border-radius: 1.2rem 1.2rem 0 0;
  height: 1.2rem;
  top: -1.2rem;
  left: -1px;
  right: -1px;
}
#page-sustainability #message .secInner .messageContainer:after {
  border: #6d66fe solid 1px;
  border-top: none;
  border-radius: 0 0 1.2rem 1.2rem;
  height: 1.2rem;
  bottom: -1.2rem;
  left: -1px;
  right: -1px;
}
#page-sustainability #message .secInner .messageContainer h2 {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 150%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 2rem;
  transform: translate(-1px, -1em);
}
#page-sustainability #message .secInner .messageContainer .text-container {
  border-radius: 1.2rem;
  background: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_sustainability_message.png) 50%/cover no-repeat;
  padding: 8rem 8rem 5.6rem;
  backdrop-filter: blur(5px);
  mix-blend-mode: multiply;
}
#page-sustainability #message .secInner .messageContainer .text-container .name {
  margin-top: 4rem;
  font-size: 1.4rem;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
}
#page-sustainability #message .secInner .messageContainer .text-container .name .big {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 960px) {
  #page-sustainability #message .secInner {
    padding-top: 4rem;
  }
  #page-sustainability #message .secInner .messageContainer {
    padding: 0.8rem 1.2rem 0;
  }
  #page-sustainability #message .secInner .messageContainer h2 {
    font-size: 2.6rem;
    line-height: 140%;
  }
  #page-sustainability #message .secInner .messageContainer .text-container {
    padding: 2rem;
  }
  #page-sustainability #message .secInner .messageContainer .text-container .text {
    font-size: 1.4rem;
  }
  #page-sustainability #message .secInner .messageContainer .text-container .name {
    font-size: 1.2rem;
  }
  #page-sustainability #message .secInner .messageContainer .text-container .name .big {
    font-size: 1.6rem;
  }
}
#page-sustainability .susSec .secInner {
  width: 89.7435897436%;
  max-width: 1200px;
  align-items: flex-start;
}
#page-sustainability .susSec .secTitle {
  font-size: 4.6rem;
  line-height: 1;
  min-width: 42rem;
  text-align: left;
  align-items: flex-start;
  font-weight: 600;
  font-family: "Roboto Condensed";
}
#page-sustainability .susSec .secTitle .sub {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75em;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-family: "Noto Sans JP", Helvetica, Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#page-sustainability .susSec .secTitle .sub:after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: rgb(45, 44, 54);
}
@media (max-width: 960px) {
  #page-sustainability .susSec .secInner {
    padding: 4rem 0;
  }
  #page-sustainability .susSec .secTitle {
    font-size: 3.2rem;
    width: 100%;
    min-width: 0;
  }
  #page-sustainability .susSec .secTitle .sub {
    margin-top: 1.2rem;
    font-size: 1.2rem;
    gap: 1em;
  }
}
#page-sustainability #policy {
  background: 50% top/100% no-repeat;
  background-color: rgb(238, 239, 245);
  background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_sustainablity_section.png);
}
#page-sustainability #policy .flex-container {
  display: flex;
  gap: 4rem;
  margin-top: 8rem;
}
#page-sustainability #policy .flex-container .image-container {
  width: 46rem;
  height: 46rem;
  overflow: hidden;
  border-radius: 1.2rem;
}
#page-sustainability #policy .flex-container .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-sustainability #policy .flex-container .text-container {
  flex: 1;
}
#page-sustainability #policy .flex-container .text-container .head {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
}
#page-sustainability #policy .flex-container .text-container .text {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 2.8rem;
}
#page-sustainability #policy .bottom-container {
  margin-top: 8rem;
}
#page-sustainability #policy .bottom-container .head {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
}
#page-sustainability #policy .bottom-container .text {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 2.8rem;
}
#page-sustainability #policy .bottom-container .image-container {
  width: 100%;
  max-width: 920px;
  border: #fff solid 2px;
  border-radius: 1.2rem;
  padding: 4rem;
  margin: 4rem auto 0;
}
#page-sustainability #policy .bottom-container .image-container .label {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}
#page-sustainability #policy .bottom-container .image-container img {
  width: 100%;
  margin-top: 4rem;
}
@media (max-width: 960px) {
  #page-sustainability #policy {
    background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_sustainablity_section.png);
  }
  #page-sustainability #policy .flex-container {
    display: block;
    margin-top: 5.6rem;
  }
  #page-sustainability #policy .flex-container .image-container {
    width: 100%;
    height: auto;
    aspect-ratio: 1.9444444444;
  }
  #page-sustainability #policy .flex-container .text-container {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
  }
  #page-sustainability #policy .flex-container .text-container .head {
    font-size: 2.6rem;
  }
  #page-sustainability #policy .flex-container .text-container .text {
    font-size: 1.4rem;
    margin-top: 0;
  }
  #page-sustainability #policy .bottom-container {
    margin-top: 5.6rem;
  }
  #page-sustainability #policy .bottom-container .head {
    font-size: 2.6rem;
  }
  #page-sustainability #policy .bottom-container .text {
    font-size: 1.4rem;
    margin-top: 3.2rem;
  }
  #page-sustainability #policy .bottom-container .image-container {
    padding: 1.6rem;
    margin-top: 3.2rem;
  }
  #page-sustainability #policy .bottom-container .image-container .label {
    font-size: 1.8rem;
  }
  #page-sustainability #policy .bottom-container .image-container img {
    width: 100%;
  }
}
#page-sustainability #initiative {
  border-top: 6px solid;
  border-image: linear-gradient(90deg, #6d66fe 0%, #4a86ff 40%, #00e7ff 100%) 6;
}
#page-sustainability #initiative .flex-container {
  display: flex;
  justify-content: center;
  gap: 10.4rem;
  margin-top: 12rem;
}
#page-sustainability #initiative .flex-container .box {
  width: 39.6666666667%;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, #00e7ff 0%, #4a86ff 60%, #6d66fe 100%) 2;
  position: relative;
  padding: 0 2rem 4rem;
}
#page-sustainability #initiative .flex-container .box:before, #page-sustainability #initiative .flex-container .box:after {
  content: "";
  display: block;
  position: absolute;
  width: 1.2rem;
  top: -2px;
  bottom: -2px;
}
#page-sustainability #initiative .flex-container .box:before {
  border: #00e7ff solid 2px;
  border-right: none;
  border-radius: 1.2rem 0 0 1.2rem;
  left: -1.2rem;
}
#page-sustainability #initiative .flex-container .box:after {
  border: #6d66fe solid 2px;
  border-left: none;
  border-radius: 0 1.2rem 1.2rem 0;
  right: -1.2rem;
}
#page-sustainability #initiative .flex-container .box .image-container {
  width: 91.7431192661%;
  max-width: 400px;
  aspect-ratio: 1.6666666667;
  border-radius: 1.2rem;
  overflow: hidden;
  margin: -6rem auto 0;
}
#page-sustainability #initiative .flex-container .box .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-sustainability #initiative .flex-container .box .head {
  margin-top: 3.2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
#page-sustainability #initiative .flex-container .box .text {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (max-width: 960px) {
  #page-sustainability #initiative .flex-container {
    flex-direction: column;
    align-items: center;
    margin-top: 5.6rem;
    gap: 8rem;
  }
  #page-sustainability #initiative .flex-container .box {
    width: 93.1428571429%;
    padding-bottom: 3.2rem;
  }
  #page-sustainability #initiative .flex-container .box .image-container {
    width: 90.9090909091%;
    margin-top: -2.2rem;
  }
  #page-sustainability #initiative .flex-container .box .head {
    margin-top: 2.4rem;
    font-size: 1.8rem;
  }
}
#page-sustainability #human_rights_policy {
  border-top: 6px solid;
  border-image: linear-gradient(90deg, #00e7ff 0%, #4a86ff 60%, #6d66fe 100%) 6;
  background: 50% top/100% no-repeat;
  background-color: rgb(238, 239, 245);
  background-image: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/bg/bg_sustainablity_section.png);
}
#page-sustainability #human_rights_policy .secInner {
  padding-bottom: 16rem;
}
#page-sustainability #human_rights_policy .bottom-container {
  margin-top: 8rem;
}
#page-sustainability #human_rights_policy .bottom-container .text {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 2.8rem;
}
#page-sustainability #human_rights_policy .bottom-container .image-container {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-sustainability #human_rights_policy .bottom-container .cap {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-top: 1.2rem;
}
@media (max-width: 960px) {
  #page-sustainability #human_rights_policy .secInner {
    padding-bottom: 8rem;
  }
  #page-sustainability #human_rights_policy .bottom-container {
    margin-top: 5.6rem;
  }
  #page-sustainability #human_rights_policy .bottom-container .text {
    font-size: 1.4rem;
  }
  #page-sustainability #human_rights_policy .bottom-container .image-container {
    margin-top: 5.6rem;
  }
  #page-sustainability #human_rights_policy .bottom-container .image-container img {
    width: 20rem;
  }
  #page-sustainability #human_rights_policy .bottom-container .cap {
    font-size: 1rem;
  }
}

/*============================
security
============================*/
#page-security-policy #security .secInner {
  display: block;
  max-width: 700px;
  padding: 6rem 0 10rem;
}

#page-security-policy #security .secInner h2.title {
  font-size: 3.2rem;
  line-height: 1.4375;
}

#page-security-policy #security .secInner .lead {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 6rem;
}

#page-security-policy #security .secInner .guidelines {
  margin-top: 6rem;
}

#page-security-policy #security .secInner .guidelines .head {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

#page-security-policy #security .secInner .guidelines .list-container {
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
  margin-top: 2rem;
}

#page-security-policy #security .secInner .guidelines .list-container p {
  font-size: 1.6rem;
  line-height: 1.8;
}

#page-security-policy #security .secInner .guidelines .representative {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 6rem;
}

/*============================
privacy
============================*/
#page-privacy #personal .secInner {
  display: flex;
  flex-direction: column;
  align-items: normal;
  row-gap: 6rem;
  max-width: 700px;
  padding: 6rem 0 0;
}

#page-privacy #personal .secInner h2.title {
  font-size: 3.2rem;
  line-height: 1.4375;
}

#page-privacy #personal .secInner .list {
  display: flex;
  flex-direction: column;
  row-gap: 6rem;
}

#page-privacy #personal .secInner .item {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

#page-privacy #personal .secInner .head {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}

#page-privacy #personal .secInner .text {
  font-size: 1.6rem;
  line-height: 1.8;
}

#page-privacy #privacy .secInner {
  display: flex;
  flex-direction: column;
  align-items: normal;
  row-gap: 6rem;
  max-width: 700px;
  padding: 12rem 0;
}

#page-privacy #privacy .secInner h2.title {
  font-size: 3.2rem;
  line-height: 1.4375;
}

#page-privacy #privacy .secInner .text {
  font-size: 1.6rem;
  line-height: 1.8;
}

#page-privacy #privacy .secInner .text a {
  color: #5751ca;
  text-decoration: underline;
}

#page-privacy #privacy .secInner .text a:hover {
  text-decoration: none;
}

#page-privacy #privacy .secInner .box .head {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}

#page-privacy #privacy .secInner .box > p:first-of-type {
  margin-top: 1rem;
}

#page-privacy #privacy .secInner .box > p:not(:first-of-type) {
  margin-top: 3rem;
}

#page-privacy #privacy .secInner .box .box-list {
  font-size: 1.6rem;
  line-height: 1.8;
  padding-left: 1.5rem;
}

#page-privacy #privacy .secInner .table-container {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  margin-top: 3rem;
}

#page-privacy #privacy .secInner .table-container:nth-of-type(2) {
  margin-top: 6rem;
}

#page-privacy #privacy .secInner .table-container dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dedede;
}

#page-privacy #privacy .secInner .table-container dt,
#page-privacy #privacy .secInner .table-container dd {
  font-size: 1.6rem;
  line-height: 1.8;
  border-top: 1px solid #dedede;
  padding-block: 2.3rem;
  padding-right: 2.7rem;
  padding-left: 3rem;
}

#page-privacy #privacy .secInner .table-container dt {
  width: 32.5%;
}

#page-privacy #privacy .secInner .table-container dd {
  width: 67.5%;
}

/*============================
terms
============================*/
#page-terms-of-use #terms .secInner {
  display: flex;
  flex-direction: column;
  align-items: normal;
  row-gap: 6rem;
  max-width: 700px;
  padding: 6rem 0 10rem;
}

#page-terms-of-use #terms .secInner h2.title {
  font-size: 3.2rem;
  line-height: 1.4375;
}

#page-terms-of-use #terms .secInner .head {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}

#page-terms-of-use #terms .secInner .text {
  font-size: 1.6rem;
  line-height: 1.8;
}

#page-terms-of-use #terms .secInner .last-text {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: right;
  margin-top: 4rem;
}

#page-terms-of-use #terms .secInner .box .text:first-of-type {
  margin-top: 1rem;
}

#page-terms-of-use #terms .secInner .box .text:not(:first-of-type) {
  margin-top: 2.4rem;
}

/*============================
transaction
============================*/
#page-transaction #transaction .secInner {
  display: flex;
  flex-direction: column;
  align-items: normal;
  row-gap: 6rem;
  max-width: 700px;
  padding: 6rem 0 10rem;
}

#page-transaction #transaction .secInner h2.title {
  font-size: 3.2rem;
  line-height: 1.4375;
}

#page-transaction #transaction .secInner .head {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}

#page-transaction #transaction .secInner .text {
  font-size: 1.6rem;
  line-height: 1.8;
}

#page-transaction #transaction .secInner .text a {
  color: #5751ca;
  text-decoration: underline;
}

#page-transaction #transaction .secInner .text a:hover {
  text-decoration: none;
}

#page-transaction #transaction .secInner .box .text:first-of-type {
  margin-top: 1rem;
}

#page-transaction #transaction .secInner .box .text:not(:first-of-type) {
  margin-top: 2.4rem;
}

#page-transaction #transaction .secInner .list {
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
  margin-top: 1rem;
}

#page-transaction #transaction .secInner .item {
  font-size: 1.6rem;
  line-height: 1.8;
  padding-left: 2.6rem;
  position: relative;
}

#page-transaction #transaction .secInner .item::before {
  content: "・";
  font-size: 1.8rem;
  line-height: 1.7777;
  position: absolute;
  top: 0;
  left: 0;
}

/*============================
footer
============================*/
footer {
  background: #1a1a1a;
}
footer .footerContact a.btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 15rem;
  border-radius: 0;
  border: none;
}
footer .footerContact a.btn span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
footer .footerContact a.btn span.rail {
  font-size: 4rem;
  line-height: 1.175;
}
footer .footerContact a.btn:after {
  display: none;
}
footer .footerWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8rem 0 0;
}
@media (max-width: 960px) {
  footer .footerWrap {
    padding: 4rem 1rem 0;
  }
}
footer .footerWrap .footerSec {
  display: flex;
  justify-content: space-between;
  width: 93.3333333333%;
  max-width: 1125px;
  font-size: 1.4rem;
  color: #fff;
}
footer .footerWrap .footerSec .cap .label {
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
}
@media (hover: hover) {
  footer .footerWrap .footerSec .cap .label a:hover {
    color: #4175DF;
  }
}
footer .footerWrap .footerSec .cap ul.sns {
  display: flex;
  gap: 0 2.2rem;
  margin-top: 2rem;
}
footer .footerWrap .footerSec .cap ul.sns li {
  width: flt-content;
}
footer .footerWrap .footerSec .cap ul.sns li a {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: 50%/contain no-repeat;
}
footer .footerWrap .footerSec .cap ul.sns li a.fb {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h22v22H0z%22%2F%3E%3Cpath%20d%3D%22M16.5%200h-2.9c-3.2%200-5.3%202.1-5.3%205.4v2.5H5.5c-.3%200-.5.2-.5.5V12c0%20.3.2.5.5.5h2.9v9.1c0%20.3.2.5.5.5h3.7c.3%200%20.5-.2.5-.5v-9.1h3.4c.3%200%20.5-.2.5-.5V8.3c0-.1%200-.2-.1-.3-.1-.1-.2-.1-.3-.1H13V5.8c0-1%20.3-1.5%201.6-1.5h1.9c.3%200%20.5-.2.5-.5V.5c-.1-.3-.2-.5-.5-.5z%22%20fill%3D%22%23d3d3d3%22%2F%3E%3C%2Fsvg%3E");
}
@media (hover: hover) {
  footer .footerWrap .footerSec .cap ul.sns li a.fb:hover {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h22v22H0z%22%2F%3E%3Cpath%20d%3D%22M16.5%200h-2.9c-3.2%200-5.3%202.1-5.3%205.4v2.5H5.5c-.3%200-.5.2-.5.5V12c0%20.3.2.5.5.5h2.9v9.1c0%20.3.2.5.5.5h3.7c.3%200%20.5-.2.5-.5v-9.1h3.4c.3%200%20.5-.2.5-.5V8.3c0-.1%200-.2-.1-.3-.1-.1-.2-.1-.3-.1H13V5.8c0-1%20.3-1.5%201.6-1.5h1.9c.3%200%20.5-.2.5-.5V.5c-.1-.3-.2-.5-.5-.5z%22%20fill%3D%22%234175DF%22%2F%3E%3C%2Fsvg%3E");
  }
}
footer .footerWrap .footerSec .cap ul.sns li a.tw {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2017.9%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M19.7%204.5v.6c0%206-4.5%2012.8-12.8%2012.8-2.5%200-4.9-.7-6.9-2%20.4%200%20.7.1%201.1.1%202%200%204-.7%205.6-1.9-1.9%200-3.6-1.3-4.2-3.1.7.1%201.4.1%202-.1C2.4%2010.5.9%208.6.9%206.5v-.1c.6.3%201.3.5%202%20.6C.9%205.7.3%203%201.5%201c2.3%202.8%205.7%204.5%209.3%204.7-.3-1.7.2-3.4%201.3-4.5%201.8-1.7%204.7-1.6%206.4.2%201-.2%202-.6%202.9-1.1-.3%201-1%201.9-2%202.5.9-.1%201.8-.3%202.6-.7-.6.9-1.4%201.7-2.3%202.4z%22%20fill%3D%22%23d3d3d3%22%2F%3E%3C%2Fsvg%3E");
}
@media (hover: hover) {
  footer .footerWrap .footerSec .cap ul.sns li a.tw:hover {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2017.9%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M19.7%204.5v.6c0%206-4.5%2012.8-12.8%2012.8-2.5%200-4.9-.7-6.9-2%20.4%200%20.7.1%201.1.1%202%200%204-.7%205.6-1.9-1.9%200-3.6-1.3-4.2-3.1.7.1%201.4.1%202-.1C2.4%2010.5.9%208.6.9%206.5v-.1c.6.3%201.3.5%202%20.6C.9%205.7.3%203%201.5%201c2.3%202.8%205.7%204.5%209.3%204.7-.3-1.7.2-3.4%201.3-4.5%201.8-1.7%204.7-1.6%206.4.2%201-.2%202-.6%202.9-1.1-.3%201-1%201.9-2%202.5.9-.1%201.8-.3%202.6-.7-.6.9-1.4%201.7-2.3%202.4z%22%20fill%3D%22%234175DF%22%2F%3E%3C%2Fsvg%3E");
  }
}
footer .footerWrap .footerSec .cap ul.sns li a.yt {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2017.9%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M21.9%204.4C21.8%202.3%2020.1.5%2018%20.3%2015.8.1%2013.4%200%2011%200S6.2.1%204%20.3C1.9.5.2%202.3.1%204.4%200%205.5%200%206.6%200%207.6c0%201.1%200%202.2.1%203.2C.2%2013%201.9%2014.7%204%2015c2.2.2%204.5.3%207%20.3s4.8-.1%207-.3c2.1-.2%203.8-2%203.9-4.1.1-1.1.1-2.2.1-3.3%200-1%200-2.1-.1-3.2zM9%2010.9V4.4l5.4%203.3L9%2010.9z%22%20fill%3D%22%23d3d3d3%22%2F%3E%3C%2Fsvg%3E");
}
@media (hover: hover) {
  footer .footerWrap .footerSec .cap ul.sns li a.yt:hover {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2017.9%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M21.9%204.4C21.8%202.3%2020.1.5%2018%20.3%2015.8.1%2013.4%200%2011%200S6.2.1%204%20.3C1.9.5.2%202.3.1%204.4%200%205.5%200%206.6%200%207.6c0%201.1%200%202.2.1%203.2C.2%2013%201.9%2014.7%204%2015c2.2.2%204.5.3%207%20.3s4.8-.1%207-.3c2.1-.2%203.8-2%203.9-4.1.1-1.1.1-2.2.1-3.3%200-1%200-2.1-.1-3.2zM9%2010.9V4.4l5.4%203.3L9%2010.9z%22%20fill%3D%22%234175DF%22%2F%3E%3C%2Fsvg%3E");
  }
}
footer .footerWrap .footerSec dl {
  display: flex;
  flex-direction: column;
  gap: 1.6rem 0;
}
footer .footerWrap .footerSec dl dt {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.7rem;
}
footer .footerWrap .footerSec dl dd {
  line-height: 1.4285714286;
}
footer .footerWrap .footerSec dl dd a {
  color: #d3d3d3;
}
@media (hover: hover) {
  footer .footerWrap .footerSec dl dd a:hover {
    color: #4175DF;
  }
}
@media (min-width: 961px) {
  footer .footerWrap .footerEnd {
    border-top: #777777 1px solid;
  }
}
footer .footerWrap .footerEnd {
  width: 93.3333333333%;
  margin: 8rem auto 0;
  padding: 3rem 0;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  color: #d3d3d3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footerWrap .footerEnd ul.policy {
  display: flex;
  gap: 0 2em;
}
@media (hover: hover) {
  footer .footerWrap .footerEnd ul.policy li a:hover {
    color: #4175DF;
  }
}
/*============================
header-new
============================*/
header,
.header-new {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 961px) {
  header,
  .header-new {
    height: 8rem;
  }
}
@media (max-width: 960px) {
  header,
  .header-new {
    height: 5rem;
  }
}
header.fix .headerWrap,
.header-new.fix .headerWrap {
  height: 8rem;
}
header .headerWrap,
.header-new .headerWrap {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
}
@media (min-width: 961px) {
  header .headerWrap,
  .header-new .headerWrap {
    height: 8rem;
  }
}
header .headerWrap,
.header-new .headerWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
header .headerWrap .headerInner,
.header-new .headerWrap .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 961px) {
  header .headerWrap .headerInner,
  .header-new .headerWrap .headerInner {
    padding: 0 3rem;
  }
}
@media (max-width: 960px) {
  header .headerWrap .headerInner,
  .header-new .headerWrap .headerInner {
    padding: 0 3rem 0 1rem;
  }
}
header .headerWrap .headerInner h1,
.header-new .headerWrap .headerInner h1 {
  width: 20.8rem;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
header .headerWrap .headerInner h1 a,
.header-new .headerWrap .headerInner h1 a {
  display: block;
  position: relative;
}
header .headerWrap .headerInner h1 a img,
.header-new .headerWrap .headerInner h1 a img {
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
header .headerWrap .headerInner .menuPC a.disable,
header .headerWrap .headerInner .menuSP a.disable,
.header-new .headerWrap .headerInner .menuPC a.disable,
.header-new .headerWrap .headerInner .menuSP a.disable {
  opacity: 0.5 !important;
  pointer-events: none !important;
}
header .headerWrap .headerInner .menuPC,
.header-new .headerWrap .headerInner .menuPC {
  display: none;
}
@media (min-width: 961px) {
  header .headerWrap .headerInner .menuPC,
  .header-new .headerWrap .headerInner .menuPC {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    border-radius: 10rem;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    right: 3rem;
  }
  header .headerWrap .headerInner .menuPC ul,
  .header-new .headerWrap .headerInner .menuPC ul {
    font-size: 1.4rem;
    display: flex;
    padding: 29px 40px 0px 0px;
    align-items: flex-start;
    align-self: stretch;
    white-space: nowrap;
    width: 661px;
  }
  header .headerWrap .headerInner .menuPC ul li,
  .header-new .headerWrap .headerInner .menuPC ul li {
    margin-left: 3.2142857143em;
  }
  header .headerWrap .headerInner .menuPC ul li a,
  .header-new .headerWrap .headerInner .menuPC ul li a {
    color: #43434c !important;
    font-weight: 700;
    line-height: 1.4;
    display: block;
  }
}
@media (min-width: 961px) and (hover: hover) {
  header .headerWrap .headerInner .menuPC ul li a:hover,
  .header-new .headerWrap .headerInner .menuPC ul li a:hover {
    color: #4175DF;
  }
}
@media (min-width: 961px) {
  header .headerWrap .headerInner .menuPC ul li a.current,
  .header-new .headerWrap .headerInner .menuPC ul li a.current {
    color: #4175DF !important;
  }
  header .headerWrap .headerInner .menuPC ul li a[target=_blank]:after,
  .header-new .headerWrap .headerInner .menuPC ul li a[target=_blank]:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/icons/exlink.svg) 50%/contain no-repeat;
    margin-left: 0.2em;
    top: 0.15em;
    position: relative;
  }
  header .headerWrap .headerInner .menuPC a.btn,
  .header-new .headerWrap .headerInner .menuPC a.btn {
    display: flex;
    width: 126px;
    height: 8rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #43434c !important;
    text-decoration: none;
    border-radius: 0;
    margin-left: 0;
    /* ボタン内のテキストのスタイル */
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
  }
  header .headerWrap .headerInner .menuPC a.btn:before,
  .header-new .headerWrap .headerInner .menuPC a.btn:before {
    display: none;
  }
  header .headerWrap .headerInner .menuPC a.btn:after,
  .header-new .headerWrap .headerInner .menuPC a.btn:after {
    display: none;
  }
  header .headerWrap .headerInner .menuPC a.contact-btn,
  .header-new .headerWrap .headerInner .menuPC a.contact-btn {
    position: relative;
    padding-top: 24px;
  }
  header .headerWrap .headerInner .menuPC a.contact-btn::before,
  .header-new .headerWrap .headerInner .menuPC a.contact-btn::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/common/Mail.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  header .headerWrap .headerInner .menuPC a.contact-btn:hover::before,
  .header-new .headerWrap .headerInner .menuPC a.contact-btn:hover::before {
    opacity: 1;
  }
}
header .headerWrap .headerInner .menuSP,
.header-new .headerWrap .headerInner .menuSP {
  display: none;
}
@media (max-width: 960px) {
  header .headerWrap .headerInner .menuSP,
  .header-new .headerWrap .headerInner .menuSP {
    display: block;
    height: 100svh;
  }
}

/*============================
page-top_new
============================*/
.cta-btn {
  width: 260px;
  height: 40px;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background: #000;
  box-shadow: 0px 6px 5px 0px rgba(74, 134, 255, 0.4);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  transition: background 0.3s ease;
  position: relative;
}
.cta-btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/common/icon_arrow-right.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 12px;
}
.cta-btn:hover {
  opacity: 70%;
}

.kv_Wrap {
  position: relative;
  background-color: #fff;
}
#kv_top .kv_Wrap picture {
  position: relative;
  z-index: 10;
}
@media (min-width: 961px) {
  #kv_top .kv_Wrap picture {
    right: 0;
  }
}
@media (max-width: 960px) {
  #kv_top .kv_Wrap picture {
    right: 50%;
  }
}

#kv_top .kv_Wrap picture img {
  display: block;
  height: auto;
}
@media (min-width: 961px) {
  #kv_top .kv_Wrap picture img {
    max-width: 120%;
  }
  #kv_top .kv_Wrap picture img.kv_img_sp {
    display: none;
  }
}
@media (max-width: 960px) {
  #kv_top .kv_Wrap picture img {
    max-width: 200% !important;
  }
  #kv_top .kv_Wrap picture img.kv_img_pc {
    display: none;
  }
}

.kv_Wrap .kv_video_Wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
@media (min-width: 961px) {
  .kv_Wrap .kv_video_Wrap video {
    width: 100%;
  }
  .kv_Wrap .kv_video_Wrap .kv_video_sp,
  .kv_Wrap .kv_video_Wrap .kv_video_img_sp {
    display: none;
  }
}
@media (max-width: 960px) {
  .kv_Wrap .kv_video_Wrap .kv_video_pc,
  .kv_Wrap .kv_video_Wrap .kv_video_img_pc {
    display: none;
  }
}

@media (min-width: 961px) {
  .kv_Wrap .overlay {
    top: 5%;
    left: 5%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    /* 縦方向に要素を並べる */
    justify-content: space-evenly;
  }
}
@media (max-width: 960px) {
  .kv_Wrap .overlay {
    top: 0;
    padding: 40% 0 0;
  }
}
.kv_Wrap .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.kv_Wrap .overlay .text {
  color: #2d2c36;
  font-weight: 900;
}
@media (min-width: 961px) {
  .kv_Wrap .overlay .text {
    text-align: left;
    letter-spacing: 4.16px;
    padding: 10rem 0 5rem;
  }
}
@media (max-width: 960px) {
  .kv_Wrap .overlay .text {
    text-align: center;
    padding-left: 1rem;
    margin-bottom: 20px;
  }
}

.kv_Wrap .overlay .text p {
  text-shadow: 0 0 4px #fff;
  -webkit-text-stroke-width: 6;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.8);
  font-size: 5.2rem;
  line-height: 1.4;
}
@media (max-width: 960px) {
  .kv_Wrap .overlay .text p {
    margin-bottom: 10rem;
    font-size: 2.8rem;
  }
}

.kv_Wrap .overlay .text p .highlight {
  color: #4a86ff;
}

#news {
  padding-top: 2rem;
}
@media (min-width: 961px) {
  #news .news-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6rem;
    width: 1116px;
    padding: 20px 40px 20px 0;
    background: rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 960px) {
  #news .news-header {
    width: 100%;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
  }
}
#news .news-header {
  gap: 0px;
  border-radius: 0px 12px 12px 0px;
  backdrop-filter: blur(5px);
}
#news .news-header .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 961px) {
  #news .news-header .left {
    margin-right: 50px;
    /* 左右の間に50pxの余白を追加 */
  }
}
#news .news-header .right {
  flex: 8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#news .secTitle-new {
  color: #9c9ca1;
  font-family: "Roboto Condensed";
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 961px) {
  #news .secTitle-new {
    font-size: 4.4rem;
  }
}
@media (max-width: 960px) {
  #news .secTitle-new {
    font-size: 3.2rem;
  }
}
#news .tabs {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #9c9ca1;
  width: 100%;
}
@media (min-width: 961px) {
  #news .tabs {
    margin-bottom: 1rem;
  }
}
@media (max-width: 960px) {
  #news .tabs {
    margin-bottom: 3rem;
  }
}
#news .tab {
  color: #43434c;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  transition: background 0.3s ease;
}
@media (min-width: 961px) {
  #news .tab {
    padding: 1.2rem 1.6rem 2rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 960px) {
  #news .tab {
    padding: 1.2rem;
    font-size: 1.2rem;
  }
}
#news .tab.active {
  color: #3865bf;
  border-bottom: 2px solid #3865bf;
}
#news .tab:hover {
  color: #3865bf;
}
#news .newsList {
  width: 100%;
  min-height: 16.5rem;
  /* 最小高さを5件分に設定 */
  padding-top: 1rem;
  overflow: hidden;
}
#news .newsList li {
  display: none;
}
#news .newsList li:not(:last-child) {
  margin-bottom: 2rem;
}
#news .newsList li[data-category=プレスリリース],
#news .newsList li[data-category=メディア掲載],
#news .newsList li[data-category=お知らせ] {
  display: block;
  /* カテゴリーに一致するものを表示 */
}
#news .postInner {
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  #news .postInner {
    flex-wrap: wrap;
  }
}
#news .postInner .date,
#news .postInner .cat {
  margin-right: 2rem;
}
@media (min-width: 961px) {
  #news .postInner .title {
    flex: 1;
  }
}
@media (max-width: 960px) {
  #news .postInner .title {
    width: 100%;
    flex: none;
    padding-top: 0.5rem;
  }
}
#news .postInner .title {
  font-size: 1.4rem;
}
#news .date,
#news .cat,
#news .title {
  color: #2d2c36;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 961px) {
  #news .date,
  #news .cat {
    font-size: 1.4rem;
  }
}
@media (max-width: 960px) {
  #news .date,
  #news .cat {
    font-size: 1rem;
  }
}
#news .cat {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #eeeff5;
}
@media (min-width: 961px) {
  #news .cat {
    width: 120px;
    height: 28px;
    padding: 5px 10px;
  }
}
@media (max-width: 960px) {
  #news .cat {
    width: 10rem;
    padding: 1px 4px;
    white-space: nowrap;
  }
}
#news .title.active, #news .title:hover {
  color: #3865bf;
}
#news .cta-btn {
  width: 200px;
  height: 40px;
  padding: 0px 12px;
  align-items: center;
  text-align: center;
  border-radius: 9999px;
  background: linear-gradient(90deg, #00e7ff 0%, #4a86ff 60%, #6d66fe 100%);
  box-shadow: 0px 4px 4px 0px rgba(74, 134, 255, 0.2);
  font-family: "Roboto Condensed";
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
#news .cta-btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/common/icon_arrow-forward-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
}

@media (min-width: 961px) {
  #service {
    background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/bg_section_service.png");
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 960px) {
  #service {
    background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/bg_section_service_sp.png");
    background-size: 170%;
    background-position: center -9rem;
  }
}
#service {
  background-repeat: no-repeat;
  background-color: #eeeff5;
}
@media (min-width: 961px) {
  #service .secInner {
    width: 1200px;
    align-items: flex-start;
  }
}
@media (min-width: 961px) {
  #service .secInner .service-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
#service .secInner .service-header .secTitle-service {
  color: #2d2c36;
  font-family: "Roboto Condensed";
}
@media (min-width: 961px) {
  #service .secInner .service-header .secTitle-service {
    font-size: 7rem;
  }
}
@media (max-width: 960px) {
  #service .secInner .service-header .secTitle-service {
    font-size: 5.2rem;
  }
}
#service .secInner .service-header .secTitle-service {
  font-weight: 600;
  line-height: 1.4;
  display: block;
}
#service .secInner .service-header .secTitle-service .sub {
  color: #2d2c36;
}
@media (min-width: 961px) {
  #service .secInner .service-header .secTitle-service .sub {
    font-size: 1.6rem;
  }
}
@media (max-width: 960px) {
  #service .secInner .service-header .secTitle-service .sub {
    font-size: 1.2rem;
  }
}
#service .secInner .service-header .secTitle-service .sub {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.52px;
  display: block;
  margin-top: 0.8rem;
  margin-bottom: 4rem;
  position: relative;
}
#service .secInner .service-header .secTitle-service .sub::after {
  content: "";
  display: block;
}
@media (min-width: 961px) {
  #service .secInner .service-header .secTitle-service .sub::after {
    width: 291px;
    /* 線の長さを設定 */
  }
}
@media (max-width: 960px) {
  #service .secInner .service-header .secTitle-service .sub::after {
    width: 25rem;
  }
}
#service .secInner .service-header .secTitle-service .sub::after {
  border-bottom: 1px solid #2d2c36;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  margin-left: 12px;
  /* 要素との間隔を設定 */
}
#service .secInner .service-header p {
  color: #2d2c36;
  font-weight: 400;
  line-height: 1.75;
}
@media (min-width: 961px) {
  #service .secInner .service-header p {
    margin-bottom: 6.5rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 960px) {
  #service .secInner .service-header p {
    margin-bottom: 4rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 961px) {
  #service .secInner .service-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#service .secInner .service-box {
  width: calc(50% - 40px);
  /* 2つのボックスを横並びにするための幅 */
  margin-bottom: 20px;
}
@media (min-width: 961px) {
  #service .secInner .service-box {
    padding: 88px 40px 36px 40px;
    /* 内部の余白を設定 */
  }
}
@media (max-width: 960px) {
  #service .secInner .service-box {
    padding: 24px;
    /* 内部の余白を設定 */
    min-height: 360px;
  }
}
#service .secInner .service-box {
  border-radius: 12px;
  box-shadow: 0px 10px 25px 0px rgba(74, 134, 255, 0.25);
  position: relative;
  /* 相対位置を設定 */
  background-size: cover;
  background-position: center;
  color: #fff;
}
@media (min-width: 961px) {
  #service .secInner .service-box:nth-child(1), #service .secInner .service-box:nth-child(3) {
    top: -220px;
    /* 上方向にずらすための相対位置 */
  }
  #service .secInner .service-box:nth-child(1) {
    order: 2;
  }
  #service .secInner .service-box:nth-child(2) {
    order: 1;
  }
  #service .secInner .service-box:nth-child(3) {
    order: 4;
  }
  #service .secInner .service-box:nth-child(4) {
    order: 3;
  }
}
#service .secInner .service-box .text-container {
  width: 300px;
  position: relative;
  z-index: 2;
}
#service .secInner .service-box .title-jp {
  color: #3865bf;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 4px;
}
#service .secInner .service-box .title-en {
  color: #2d2c36;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
}
#service .secInner .service-box p {
  color: #2d2c36;
  font-weight: 400;
  line-height: 1.6;
  padding-top: 16px;
  border-top: 1px solid #9c9ca1;
  text-shadow: #fff 1px 1px 3px;
}
@media (min-width: 961px) {
  #service .secInner .service-box p {
    font-size: 1.6rem;
  }
}
@media (max-width: 960px) {
  #service .secInner .service-box p {
    font-size: 1.4rem;
  }
}
#service .secInner .service-box .icon-link {
  display: inline-block;
  margin-top: 56px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  /* 相対位置を設定 */
  z-index: 2;
  /* 前面に表示 */
}
#service .secInner .service-box .icon-link img {
  transition: transform 0.3s ease;
}
#service .secInner .service-box .icon-link:hover img {
  transform: scale(1.1);
}
#service .secInner .service-box .icon-link img {
  width: 32px;
  height: auto;
}
#service .secInner .service-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 12px;
}
@media (min-width: 961px) {
  #service .secInner .service-box:nth-child(1) {
    background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/bg_service_irem_ai.jpg");
  }
}
@media (max-width: 960px) {
  #service .secInner .service-box:nth-child(1) {
    background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/bg_service_irem_ai_sp.jpg");
  }
}
@media (min-width: 961px) {
  #service .secInner .service-box:nth-child(2) {
    background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/bg_service_irem_green.jpg");
  }
}
@media (max-width: 960px) {
  #service .secInner .service-box:nth-child(2) {
    background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/bg_service_irem_green_sp.jpg");
  }
}
@media (min-width: 961px) {
  #service .secInner .service-box:nth-child(3) {
    background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/bg_service_irem_gx.jpg");
  }
}
@media (max-width: 960px) {
  #service .secInner .service-box:nth-child(3) {
    background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/bg_service_irem_gx_sp.jpg");
  }
}
@media (min-width: 961px) {
  #service .secInner .service-box:nth-child(4) {
    background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/bg_service_irem_agent.jpg");
  }
}
@media (max-width: 960px) {
  #service .secInner .service-box:nth-child(4) {
    background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/bg_service_irem_agent_sp.jpg");
  }
}
#service .secInner .cta-container {
  width: 100%;
}
@media (min-width: 961px) {
  #service .secInner .cta-container {
    margin-top: -60px;
    text-align: right;
    order: 5;
  }
}
@media (max-width: 960px) {
  #service .secInner .cta-container {
    text-align: center;
  }
}
#service .secInner .cta-btn {
  width: 280px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 9999px;
  background: linear-gradient(90deg, #00e7ff 0%, #4a86ff 60%, #6d66fe 100%);
  box-shadow: 0px 4px 4px 0px rgba(74, 134, 255, 0.2);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  position: relative;
  width: 280px;
}
@media (min-width: 961px) {
  #service .secInner .cta-btn {
    height: 60px;
    margin-left: auto;
    /* 左側のマージンを自動に設定して右寄せ */
    font-size: 2rem;
  }
}
@media (max-width: 960px) {
  #service .secInner .cta-btn {
    height: 40px;
    margin: 0 auto;
    font-size: 1.6rem;
  }
}
#service .secInner .cta-btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/common/icon_arrow-forward-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  #service .secInner .service-box {
    width: 100%;
    /* SP表示時は縦並びにする */
    margin-top: 0;
    /* ネガティブマージンをリセット */
  }
}
@media (max-width: 768px) {
  #service .secInner .service-box {
    width: 100%;
    /* SP表示時は縦並びにする */
    margin-top: 0;
    /* ネガティブマージンをリセット */
  }
}

@media (max-width: 960px) {
  #about {
    background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/bg_aboutus_sp.jpg");
    background-size: 120%;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 961px) {
  #about .secInner {
    width: 1200px;
    height: 500px;
    background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/bg_aboutus.png");
    background-size: contain;
    background-position: right center;
    align-items: flex-start;
    background-repeat: no-repeat;
  }
}
@media (min-width: 961px) {
  #about .secInner .about-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 220px;
  }
}
#about .secInner .about-header .secTitle-about {
  color: #2d2c36;
  font-family: "Roboto Condensed";
}
@media (min-width: 961px) {
  #about .secInner .about-header .secTitle-about {
    font-size: 7rem;
  }
}
@media (max-width: 960px) {
  #about .secInner .about-header .secTitle-about {
    font-size: 5.2rem;
  }
}
#about .secInner .about-header .secTitle-about {
  font-weight: 600;
  line-height: 1.4;
  display: block;
}
#about .secInner .about-header .secTitle-about .sub {
  color: #2d2c36;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.52px;
  display: block;
}
@media (min-width: 961px) {
  #about .secInner .about-header .secTitle-about .sub {
    font-size: 1.6rem;
    margin-top: 0.8rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 960px) {
  #about .secInner .about-header .secTitle-about .sub {
    font-size: 1.2rem;
    margin-bottom: 2.4rem;
  }
}
#about .secInner .about-header .secTitle-about .sub {
  position: relative;
}
#about .secInner .about-header .secTitle-about .sub::after {
  content: "";
  display: block;
  width: 161px;
  border-bottom: 1px solid #2d2c36;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 12px;
}
@media (min-width: 961px) {
  #about .secInner .about-header .secTitle-about .sub::after {
    left: 38%;
  }
}
@media (max-width: 960px) {
  #about .secInner .about-header .secTitle-about .sub::after {
    left: 30%;
  }
}
#about .secInner .about-header p {
  color: #2d2c36;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.75;
  text-shadow: 0px 0px 4px #fff;
  -webkit-text-stroke-width: 2;
  -webkit-text-stroke-color: #fff;
}
@media (min-width: 961px) {
  #about .secInner .about-header p {
    margin-bottom: 6.5rem;
  }
}
@media (max-width: 960px) {
  #about .secInner .about-header p {
    margin-bottom: 4rem;
  }
}
#about .secInner .about-header .cta-btn {
  width: 200px;
  height: 40px;
  align-items: center;
  text-align: center;
  border-radius: 9999px;
  background: linear-gradient(90deg, #00e7ff 0%, #4a86ff 60%, #6d66fe 100%);
  box-shadow: 0px 4px 4px 0px rgba(74, 134, 255, 0.2);
  font-family: "Roboto Condensed";
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
#about .secInner .about-header .cta-btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/common/icon_arrow-forward-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
}
@media (min-width: 961px) {
  #about .secInner .recruit-box {
    margin-top: 70px;
    padding: 54px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 960px) {
  #about .secInner .recruit-box {
    margin-top: 22rem;
    padding: 2rem;
  }
}
#about .secInner .recruit-box {
  border-radius: 12px;
  background: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/bg_bunner_recruit.jpg") lightgray 50%/cover no-repeat;
  box-shadow: 0px 12px 16px 0px rgba(74, 134, 255, 0.25);
}
#about .secInner .recruit-box .recruit-header {
  flex: 1;
  margin-bottom: 20px;
}
@media (min-width: 961px) {
  #about .secInner .recruit-box .recruit-header {
    margin-right: 20px;
  }
}
#about .secInner .recruit-box .recruit-header .title {
  font-family: "Roboto Condensed";
  color: #fff;
  text-align: left;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media (min-width: 961px) {
  #about .secInner .recruit-box .recruit-header .title {
    margin-bottom: 32px;
  }
}
@media (max-width: 960px) {
  #about .secInner .recruit-box .recruit-header .title {
    margin-bottom: 8px;
  }
}
#about .secInner .recruit-box .recruit-header .title .sub {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-left: 35px;
  position: relative;
}
#about .secInner .recruit-box .recruit-header .title .sub::before {
  content: "";
  display: inline-block;
  width: 10px;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
#about .secInner .recruit-box .recruit-header p {
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 961px) {
  #about .secInner .recruit-box .recruit-header p {
    font-size: 1.6rem;
  }
}
@media (max-width: 960px) {
  #about .secInner .recruit-box .recruit-header p {
    font-size: 1.2rem;
  }
}
#about .secInner .recruit-box .recruit-images {
  flex: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 961px) {
  #about .secInner .recruit-box .recruit-images img {
    width: calc(25% - 10px);
  }
}
@media (max-width: 960px) {
  #about .secInner .recruit-box .recruit-images img {
    width: calc(22% - 10px);
  }
}
#about .secInner .recruit-box .recruit-images img {
  height: auto;
  margin-left: 10px;
}
@media (max-width: 960px) {
  #about .secInner .recruit-box .recruit-images img::first-child {
    margin-left: 0;
  }
}
#about .secInner .recruit-box .recruit-images .arrow-link {
  display: inline-block;
  margin-left: 10px;
}
#about .secInner .recruit-box .recruit-images .arrow-icon {
  width: 32px;
  /* アイコンの幅を設定 */
  height: auto;
  max-width: none;
}

#success-story {
  background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/bg_section_success.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 360px;
}
#success-story .secInner {
  width: 1200px;
  align-items: flex-start;
}
#success-story .secInner .success-story-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#success-story .secInner .success-story-header .secTitle-success-story {
  color: #2d2c36;
  font-family: "Roboto Condensed";
  font-size: 7rem;
  font-weight: 600;
  line-height: 1.4;
  display: block;
  text-align: center;
}
#success-story .secInner .success-story-header .secTitle-success-story .sub {
  color: #2d2c36;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.52px;
  display: block;
  margin-top: 0.8rem;
  margin-bottom: 4rem;
  position: relative;
  text-align: left;
}
#success-story .secInner .success-story-header .secTitle-success-story .sub::after {
  content: "";
  display: block;
  width: 342px;
  border-bottom: 1px solid #2d2c36;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  margin-left: 12px;
}
#success-story .secInner .success-story-content {
  margin-bottom: 100px;
}
#success-story .secInner .success-story-content .content-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  text-align: center;
}
#success-story .secInner .success-story-content .content-title .main-title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
#success-story .secInner .success-story-content .content-title .main-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#success-story .secInner .success-story-content .content-title .sub-title {
  color: #000;
  font-family: Inter;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
#success-story .secInner .success-story-content .cards {
  display: flex;
  justify-content: center;
  padding-inline: 25px;
  gap: 20px;
  margin-top: 80px;
  position: relative;
}
#success-story .secInner .success-story-content .cards::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 115%;
  border-radius: 12px;
  border: 2px solid #00e7ff;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  z-index: 0;
  /* 背面に配置 */
}
#success-story .secInner .success-story-content .cards .card {
  width: 100%;
  overflow: hidden;
  text-align: left;
  display: flex;
  padding: 20px 20px 28px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 6px 18px 0px rgba(94, 94, 109, 0.4);
  position: relative;
  z-index: 1;
  /* 前面に配置 */
}
#success-story .secInner .success-story-content .cards .card img {
  width: 100%;
  height: 213px;
  /* 高さを固定 */
  object-fit: cover;
  /* 画像をコンテナに合わせてカバー */
}
#success-story .secInner .success-story-content .cards .card .card-content .company-name {
  color: #2d2c36;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 8px;
}
#success-story .secInner .success-story-content .cards .card .card-content .label {
  display: inline-block;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #3865bf;
  color: #3865bf;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}
#success-story .secInner .success-story-content .cards .card .card-content .description {
  color: #2d2c36;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
#success-story .secInner .success-story-content .cta-btn {
  width: 180px;
  height: 40px;
  margin-right: 20px;
  margin-top: 40px;
  box-shadow: none;
  float: right;
  position: relative;
  z-index: 1;
}

#banners {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (min-width: 961px) {
  #banners {
    margin-top: 300px;
  }
}
@media (min-width: 961px) {
  #banners .secInner {
    width: 1200px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media (max-width: 960px) {
  #banners .secInner {
    padding: 4rem 0 8rem;
  }
}
#banners .secInner .banner {
  width: 100%;
}
@media (min-width: 961px) {
  #banners .secInner .banner {
    display: flex;
    width: 580px;
    height: 200px;
    padding: 8px 40px;
  }
}
@media (max-width: 960px) {
  #banners .secInner .banner {
    height: 230px;
    padding: 3rem 2rem;
  }
}
#banners .secInner .banner {
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  background: linear-gradient(90deg, #3865bf 0%, #4a86ff 100%);
  box-shadow: 0px 12px 16px 0px rgba(74, 134, 255, 0.25);
  position: relative;
  /* 親要素に相対位置を設定 */
  overflow: hidden;
  /* 子要素がはみ出さないようにする */
}
#banners .secInner .banner.banner-contact {
  background: linear-gradient(90deg, #6d66fe 0%, #ceccff 100%);
}
#banners .secInner .banner .banner-text {
  flex: 1;
  z-index: 2;
  /* テキストを前面に表示 */
}
@media (min-width: 961px) {
  #banners .secInner .banner .banner-text h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 960px) {
  #banners .secInner .banner .banner-text h3 {
    font-size: 2.4rem;
  }
}
#banners .secInner .banner .banner-text h3 {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
#banners .secInner .banner .banner-text p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
}
#banners .secInner .banner .banner-text .icon-link {
  display: inline-block;
}
@media (min-width: 961px) {
  #banners .secInner .banner .banner-text .icon-link {
    margin-top: 24px;
  }
}
@media (max-width: 960px) {
  #banners .secInner .banner .banner-text .icon-link {
    margin-top: 6rem;
  }
}
#banners .secInner .banner .banner-text .icon-link img {
  width: 32px;
  height: auto;
}
#banners .secInner .banner .banner-image {
  position: absolute;
  /* 子要素に絶対位置を設定 */
  z-index: 1;
  /* 画像を背景に表示 */
}
@media (min-width: 961px) {
  #banners .secInner .banner .banner-image {
    top: 0;
    left: 26%;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 960px) {
  #banners .secInner .banner .banner-image {
    right: 0;
    bottom: 0;
    width: 200px;
  }
}
@media (min-width: 961px) {
  #banners .secInner .banner .banner-image img.download-image,
  #banners .secInner .banner .banner-image img.contact-image {
    width: 48%;
    /* 画像の幅を100%に設定 */
    height: 100%;
    /* 画像の高さを100%に設定 */
  }
}
#banners .secInner .banner .banner-image img.download-image,
#banners .secInner .banner .banner-image img.contact-image {
  object-fit: cover;
  /* 画像をコンテナに合わせて表示 */
}

/*============================
footer-new
============================*/
@media (min-width: 961px) {
  footer .footerWrap,
  .footer-new .footerWrap {
    padding: 56px;
  }
}
footer .footerWrap,
.footer-new .footerWrap {
  background-color: #2d2c36;
}
@media (min-width: 961px) {
  footer .footerWrap .footerSec,
  .footer-new .footerWrap .footerSec {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    /* 縦並びにする */
  }
}
footer .footerWrap .footerSec,
.footer-new .footerWrap .footerSec {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 961px) {
  footer .footerWrap .footerSec h2,
  .footer-new .footerWrap .footerSec h2 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 960px) {
  footer .footerWrap .footerSec h2,
  .footer-new .footerWrap .footerSec h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
footer .footerWrap .footerSec h2,
.footer-new .footerWrap .footerSec h2 {
  font-weight: 700;
  text-align: center;
}
@media (min-width: 961px) {
  footer .footerWrap .footerSec .dl-container,
  .footer-new .footerWrap .footerSec .dl-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    /* 改行を抑止 */
  }
}
footer .footerWrap .footerSec .dl-container dl,
.footer-new .footerWrap .footerSec .dl-container dl {
  text-align: left;
}
@media (max-width: 960px) {
  footer .footerWrap .footerSec .dl-container dl,
  .footer-new .footerWrap .footerSec .dl-container dl {
    width: 100%;
    display: inline-block;
    margin-top: 0;
  }
}
@media (min-width: 961px) {
  footer .footerWrap .footerSec .dl-container dl,
  .footer-new .footerWrap .footerSec .dl-container dl {
    margin: 0 20px;
    gap: 0;
  }
  footer .footerWrap .footerSec .dl-container dl:first-child,
  .footer-new .footerWrap .footerSec .dl-container dl:first-child {
    flex: 0 0 280px;
  }
  footer .footerWrap .footerSec .dl-container dl:nth-child(2),
  .footer-new .footerWrap .footerSec .dl-container dl:nth-child(2) {
    flex: 0 0 280px;
  }
  footer .footerWrap .footerSec .dl-container dl:nth-child(3),
  .footer-new .footerWrap .footerSec .dl-container dl:nth-child(3) {
    flex: 0 0 280px;
  }
}
footer .footerWrap .footerSec .dl-container dl:first-child dt.main-title, footer .footerWrap .footerSec .dl-container dl:not(:first-child) dt.main-title,
.footer-new .footerWrap .footerSec .dl-container dl:first-child dt.main-title,
.footer-new .footerWrap .footerSec .dl-container dl:not(:first-child) dt.main-title {
  color: #9c9ca1;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 8px;
  border-bottom: 1px solid #9c9ca1;
}
@media (max-width: 960px) {
  footer .footerWrap .footerSec .dl-container dl:first-child dt.main-title, footer .footerWrap .footerSec .dl-container dl:not(:first-child) dt.main-title,
  .footer-new .footerWrap .footerSec .dl-container dl:first-child dt.main-title,
  .footer-new .footerWrap .footerSec .dl-container dl:not(:first-child) dt.main-title {
    margin-top: 24px;
    font-size: 1.4rem;
    padding-bottom: 8px;
  }
}
footer .footerWrap .footerSec .dl-container dl:first-child dt.sub-title, footer .footerWrap .footerSec .dl-container dl:not(:first-child) dt.sub-title,
.footer-new .footerWrap .footerSec .dl-container dl:first-child dt.sub-title,
.footer-new .footerWrap .footerSec .dl-container dl:not(:first-child) dt.sub-title {
  color: #9c9ca1;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 24px;
  margin-bottom: 6px;
}
footer .footerWrap .footerSec .dl-container dl:first-child dd, footer .footerWrap .footerSec .dl-container dl:not(:first-child) dd,
.footer-new .footerWrap .footerSec .dl-container dl:first-child dd,
.footer-new .footerWrap .footerSec .dl-container dl:not(:first-child) dd {
  margin-top: 6px !important;
  margin-bottom: 6px;
}
footer .footerWrap .footerSec .dl-container dl:first-child dd:first-of-type, footer .footerWrap .footerSec .dl-container dl:first-child dd:nth-of-type(6), footer .footerWrap .footerSec .dl-container dl:not(:first-child) dd:first-of-type, footer .footerWrap .footerSec .dl-container dl:not(:first-child) dd:nth-of-type(6),
.footer-new .footerWrap .footerSec .dl-container dl:first-child dd:first-of-type,
.footer-new .footerWrap .footerSec .dl-container dl:first-child dd:nth-of-type(6),
.footer-new .footerWrap .footerSec .dl-container dl:not(:first-child) dd:first-of-type,
.footer-new .footerWrap .footerSec .dl-container dl:not(:first-child) dd:nth-of-type(6) {
  margin-top: 24px;
}
footer .footerWrap .footerSec .dl-container dl:first-child dd:nth-of-type(4), footer .footerWrap .footerSec .dl-container dl:not(:first-child) dd:nth-of-type(4),
.footer-new .footerWrap .footerSec .dl-container dl:first-child dd:nth-of-type(4),
.footer-new .footerWrap .footerSec .dl-container dl:not(:first-child) dd:nth-of-type(4) {
  margin-bottom: 24px;
}
footer .footerWrap .footerSec .dl-container dl:first-child dd a, footer .footerWrap .footerSec .dl-container dl:not(:first-child) dd a,
.footer-new .footerWrap .footerSec .dl-container dl:first-child dd a,
.footer-new .footerWrap .footerSec .dl-container dl:not(:first-child) dd a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  padding-left: 24px;
  white-space: nowrap;
}
footer .footerWrap .footerSec .dl-container dl:first-child dd a:hover, footer .footerWrap .footerSec .dl-container dl:not(:first-child) dd a:hover,
.footer-new .footerWrap .footerSec .dl-container dl:first-child dd a:hover,
.footer-new .footerWrap .footerSec .dl-container dl:not(:first-child) dd a:hover {
  color: #dbe7ff;
}
footer .footerWrap .footerSec .dl-container dl:first-child dd a::before, footer .footerWrap .footerSec .dl-container dl:not(:first-child) dd a::before,
.footer-new .footerWrap .footerSec .dl-container dl:first-child dd a::before,
.footer-new .footerWrap .footerSec .dl-container dl:not(:first-child) dd a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/common/icon_arrow-forward-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  /* 絶対位置を設定 */
  left: 0;
  /* 左端に配置 */
  top: 50%;
  /* 親要素の中央に配置 */
  transform: translateY(-50%);
  /* 垂直方向に中央揃え */
}
footer .footerWrap .footerEnd,
.footer-new .footerWrap .footerEnd {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5.6rem 0;
  margin-top: 40px;
}
@media (min-width: 961px) {
  footer .footerWrap .footerEnd .footer-columns,
  .footer-new .footerWrap .footerEnd .footer-columns {
    display: flex;
    max-width: 1200px;
  }
}
footer .footerWrap .footerEnd .footer-columns,
.footer-new .footerWrap .footerEnd .footer-columns {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
footer .footerWrap .footerEnd .footer-columns .footer-column,
.footer-new .footerWrap .footerEnd .footer-columns .footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* 左寄せにする */
  flex: 1;
  margin: 0 20px;
}
@media (min-width: 961px) {
  footer .footerWrap .footerEnd .footer-columns .footer-column,
  .footer-new .footerWrap .footerEnd .footer-columns .footer-column {
    flex: 0 0 280px;
  }
}
footer .footerWrap .footerEnd .footer-columns .footer-column:first-child,
.footer-new .footerWrap .footerEnd .footer-columns .footer-column:first-child {
  align-items: flex-start;
  /* 左寄せにする */
}
@media (min-width: 961px) {
  footer .footerWrap .footerEnd .footer-columns .footer-column:first-child,
  .footer-new .footerWrap .footerEnd .footer-columns .footer-column:first-child {
    /* 1列目の幅を固定 */
  }
}
@media (max-width: 960px) {
  footer .footerWrap .footerEnd .footer-columns .footer-column:first-child,
  .footer-new .footerWrap .footerEnd .footer-columns .footer-column:first-child {
    margin-bottom: 24px;
    width: 150px;
  }
}
@media (min-width: 961px) {
  footer .footerWrap .footerEnd .footer-columns .footer-column .logo-link,
  .footer-new .footerWrap .footerEnd .footer-columns .footer-column .logo-link {
    margin-bottom: 20px;
    width: 130px;
  }
}
@media (max-width: 960px) {
  footer .footerWrap .footerEnd .footer-columns .footer-column .logo-link,
  .footer-new .footerWrap .footerEnd .footer-columns .footer-column .logo-link {
    margin: 0 auto 32px;
  }
}
footer .footerWrap .footerEnd .footer-columns .footer-column .sns-links,
.footer-new .footerWrap .footerEnd .footer-columns .footer-column .sns-links {
  display: flex;
  gap: 20px;
}
@media (min-width: 961px) {
  footer .footerWrap .footerEnd .footer-columns .footer-column .sns-links,
  .footer-new .footerWrap .footerEnd .footer-columns .footer-column .sns-links {
    margin-bottom: 20px;
  }
}
@media (max-width: 960px) {
  footer .footerWrap .footerEnd .footer-columns .footer-column .sns-links,
  .footer-new .footerWrap .footerEnd .footer-columns .footer-column .sns-links {
    margin: 0 auto 20px;
  }
}
footer .footerWrap .footerEnd .footer-columns .footer-column .sns-links .sns-link,
.footer-new .footerWrap .footerEnd .footer-columns .footer-column .sns-links .sns-link {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
footer .footerWrap .footerEnd .footer-columns .footer-column .sns-links .x,
.footer-new .footerWrap .footerEnd .footer-columns .footer-column .sns-links .x {
  background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/common/icon_x.svg");
}
footer .footerWrap .footerEnd .footer-columns .footer-column .sns-links .fb,
.footer-new .footerWrap .footerEnd .footer-columns .footer-column .sns-links .fb {
  background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/common/icon_facebook.svg");
}
footer .footerWrap .footerEnd .footer-columns .footer-column .sns-links .ig,
.footer-new .footerWrap .footerEnd .footer-columns .footer-column .sns-links .ig {
  background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/common/icon_instagram.svg");
}
footer .footerWrap .footerEnd .footer-columns .footer-column .sns-links .nt,
.footer-new .footerWrap .footerEnd .footer-columns .footer-column .sns-links .nt {
  background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/common/icon_note.svg");
}
footer .footerWrap .footerEnd .footer-columns .footer-column .policy,
.footer-new .footerWrap .footerEnd .footer-columns .footer-column .policy {
  text-align: left;
  width: 100%;
}
@media (min-width: 961px) {
  footer .footerWrap .footerEnd .footer-columns .footer-column .policy dd,
  .footer-new .footerWrap .footerEnd .footer-columns .footer-column .policy dd {
    margin-bottom: 6px;
  }
}
@media (max-width: 960px) {
  footer .footerWrap .footerEnd .footer-columns .footer-column .policy dd,
  .footer-new .footerWrap .footerEnd .footer-columns .footer-column .policy dd {
    margin-bottom: 12px;
  }
}
footer .footerWrap .footerEnd .footer-columns .footer-column .policy dd a,
.footer-new .footerWrap .footerEnd .footer-columns .footer-column .policy dd a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}
@media (max-width: 960px) {
  footer .footerWrap .footerEnd .footer-columns .footer-column .policy dd a,
  .footer-new .footerWrap .footerEnd .footer-columns .footer-column .policy dd a {
    padding-left: 0;
  }
}
footer .footerWrap .footerEnd .footer-columns .footer-column .policy dd a:hover,
.footer-new .footerWrap .footerEnd .footer-columns .footer-column .policy dd a:hover {
  text-decoration: underline;
}
footer .footerWrap .footerEnd .footer-columns .footer-column .contact,
.footer-new .footerWrap .footerEnd .footer-columns .footer-column .contact {
  display: flex;
  width: 180px;
  height: 40px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background: #fff;
  text-decoration: none;
  color: #43434c !important;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 961px) {
  footer .footerWrap .footerEnd .footer-columns .footer-column .contact,
  .footer-new .footerWrap .footerEnd .footer-columns .footer-column .contact {
    margin-left: auto;
  }
}
@media (max-width: 960px) {
  footer .footerWrap .footerEnd .footer-columns .footer-column .contact,
  .footer-new .footerWrap .footerEnd .footer-columns .footer-column .contact {
    margin: 5rem auto 0;
  }
}
footer .footerWrap .footerEnd .credit,
.footer-new .footerWrap .footerEnd .credit {
  text-align: center;
  margin-top: 20px;
  color: #9c9ca1;
}

@media (min-width: 1367px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 1111px) and (max-width: 1366px) {
  html {
    font-size: 0.7333333333vw;
  }
}
@media (min-width: 961px) and (max-width: 1111px) {
  html {
    font-size: 0.75vw;
  }
}
@media (min-width: 1111px) {
  header .forSPmenu {
    display: none !important;
  }
}
@media (min-width: 961px) {
  .forSP {
    display: none !important;
  }
}
@media (min-width: 751px) and (max-width: 960px) {
  html {
    font-size: 1.5625vw;
  }
}
@media (min-width: 429px) and (max-width: 750px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 428px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 960px) {
  header {
    height: 5rem;
  }
  header.fix .headerWrap {
    height: 5rem;
  }
  header.fix .headerWrap .headerInner h1 {
    opacity: 0;
  }
  header.open .headerWrap {
    position: fixed;
  }
  header.open .headerWrap .headerInner h1 {
    opacity: 1;
    background: #fff;
    flex: 1;
  }
  header.open .headerWrap .headerInner h1 a img {
    opacity: 1 !important;
  }
  header.open .headerWrap .headerInner .menu_btn span, header.open .headerWrap .headerInner .menu_btn:before, header.open .headerWrap .headerInner .menu_btn:after,
  header.open .headerWrap .headerInner .menu_btn i {
    margin: 0;
    width: 3.2rem;
  }
  header.open .headerWrap .headerInner .menu_btn span {
    opacity: 0;
  }
  header.open .headerWrap .headerInner .menu_btn:before {
    margin-bottom: -1px;
    transform: rotate(45deg);
  }
  header.open .headerWrap .headerInner .menu_btn:after {
    margin-top: -1px;
    transform: rotate(-45deg);
  }
  header.open .headerWrap .headerInner .menu_btn i {
    opacity: 0;
    margin-bottom: -1.3rem;
  }
  header.open .headerWrap .headerInner .menuSP {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  header .headerWrap {
    height: 5rem;
    align-items: stretch;
    position: fixed;
    background: transparent;
  }
  header .headerWrap .headerInner {
    padding: 0;
    align-items: stretch;
  }
  header .headerWrap .headerInner h1 {
    width: auto;
    padding-left: 1rem;
  }
  header .headerWrap .headerInner h1 a {
    width: 12.4rem;
  }
  header .headerWrap .headerInner .menu_btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    background: #43434C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    color: #fff;
  }
  header .headerWrap .headerInner .menu_btn:before, header .headerWrap .headerInner .menu_btn:after {
    content: "";
  }
  header .headerWrap .headerInner .menu_btn span, header .headerWrap .headerInner .menu_btn:before, header .headerWrap .headerInner .menu_btn:after {
    display: block;
    width: 2rem;
    height: 1px;
    background: #fff;
    margin-top: 0.7rem;
    transition: all 0.3s ease;
  }
  header .headerWrap .headerInner .menu_btn:before {
    margin-top: 0;
  }
  header .headerWrap .headerInner .menu_btn i {
    display: block;
    font-size: 0.6rem;
    line-height: 1.5;
    margin-top: 0.4rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.05em;
    order: 1;
    transition: all 0.3s ease;
  }
  header .headerWrap .headerInner .menuSP {
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 8rem 2rem 7rem;
    overflow-y: auto;
    transition: all 0.4s ease;
    transform: translateY(-10rem);
    opacity: 0;
    pointer-events: none;
  }
  header .headerWrap .headerInner .menuSP a.btn {
    margin: 0 auto 5rem;
  }
  header .headerWrap .headerInner .menuSP dl {
    font-size: 1.4rem;
    margin: 0 1rem 4rem;
  }
  header .headerWrap .headerInner .menuSP dl dt {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 1.6rem;
  }
  header .headerWrap .headerInner .menuSP dl dd {
    line-height: 1.4285714286;
    margin-bottom: 1.6rem;
  }
  header .headerWrap .headerInner .menuSP dl dd a[target=_blank]:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/icons/exlink.svg) 50%/contain no-repeat;
    margin-left: 0.2em;
    top: 0.15em;
    position: relative;
  }
  header .headerWrap .headerInner .menuSP hr {
    border-top: #777777 solid 1px;
    margin-bottom: 4rem;
  }
  header .headerWrap .headerInner .menuSP ul.policy {
    margin: 0 1rem 6rem;
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
  header .headerWrap .headerInner .menuSP ul.policy li {
    margin-bottom: 0.6666666667em;
  }
  header .headerWrap .headerInner .menuSP ul.sns {
    display: flex;
    justify-content: center;
  }
  header .headerWrap .headerInner .menuSP ul.sns li {
    width: flt-content;
    margin: 0 1.6rem;
  }
  header .headerWrap .headerInner .menuSP ul.sns li a {
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    background: 50%/contain no-repeat;
  }
  header .headerWrap .headerInner .menuSP ul.sns li a.fb {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h22v22H0z%22%2F%3E%3Cpath%20d%3D%22M16.5%200h-2.9c-3.2%200-5.3%202.1-5.3%205.4v2.5H5.5c-.3%200-.5.2-.5.5V12c0%20.3.2.5.5.5h2.9v9.1c0%20.3.2.5.5.5h3.7c.3%200%20.5-.2.5-.5v-9.1h3.4c.3%200%20.5-.2.5-.5V8.3c0-.1%200-.2-.1-.3-.1-.1-.2-.1-.3-.1H13V5.8c0-1%20.3-1.5%201.6-1.5h1.9c.3%200%20.5-.2.5-.5V.5c-.1-.3-.2-.5-.5-.5z%22%20fill%3D%22%23d3d3d3%22%2F%3E%3C%2Fsvg%3E");
  }
}
@media (max-width: 960px) and (hover: hover) {
  header .headerWrap .headerInner .menuSP ul.sns li a.fb:hover {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h22v22H0z%22%2F%3E%3Cpath%20d%3D%22M16.5%200h-2.9c-3.2%200-5.3%202.1-5.3%205.4v2.5H5.5c-.3%200-.5.2-.5.5V12c0%20.3.2.5.5.5h2.9v9.1c0%20.3.2.5.5.5h3.7c.3%200%20.5-.2.5-.5v-9.1h3.4c.3%200%20.5-.2.5-.5V8.3c0-.1%200-.2-.1-.3-.1-.1-.2-.1-.3-.1H13V5.8c0-1%20.3-1.5%201.6-1.5h1.9c.3%200%20.5-.2.5-.5V.5c-.1-.3-.2-.5-.5-.5z%22%20fill%3D%22%234175DF%22%2F%3E%3C%2Fsvg%3E");
  }
}
@media (max-width: 960px) {
  header .headerWrap .headerInner .menuSP ul.sns li a.tw {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2017.9%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M19.7%204.5v.6c0%206-4.5%2012.8-12.8%2012.8-2.5%200-4.9-.7-6.9-2%20.4%200%20.7.1%201.1.1%202%200%204-.7%205.6-1.9-1.9%200-3.6-1.3-4.2-3.1.7.1%201.4.1%202-.1C2.4%2010.5.9%208.6.9%206.5v-.1c.6.3%201.3.5%202%20.6C.9%205.7.3%203%201.5%201c2.3%202.8%205.7%204.5%209.3%204.7-.3-1.7.2-3.4%201.3-4.5%201.8-1.7%204.7-1.6%206.4.2%201-.2%202-.6%202.9-1.1-.3%201-1%201.9-2%202.5.9-.1%201.8-.3%202.6-.7-.6.9-1.4%201.7-2.3%202.4z%22%20fill%3D%22%23d3d3d3%22%2F%3E%3C%2Fsvg%3E");
  }
}
@media (max-width: 960px) and (hover: hover) {
  header .headerWrap .headerInner .menuSP ul.sns li a.tw:hover {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2017.9%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M19.7%204.5v.6c0%206-4.5%2012.8-12.8%2012.8-2.5%200-4.9-.7-6.9-2%20.4%200%20.7.1%201.1.1%202%200%204-.7%205.6-1.9-1.9%200-3.6-1.3-4.2-3.1.7.1%201.4.1%202-.1C2.4%2010.5.9%208.6.9%206.5v-.1c.6.3%201.3.5%202%20.6C.9%205.7.3%203%201.5%201c2.3%202.8%205.7%204.5%209.3%204.7-.3-1.7.2-3.4%201.3-4.5%201.8-1.7%204.7-1.6%206.4.2%201-.2%202-.6%202.9-1.1-.3%201-1%201.9-2%202.5.9-.1%201.8-.3%202.6-.7-.6.9-1.4%201.7-2.3%202.4z%22%20fill%3D%22%234175DF%22%2F%3E%3C%2Fsvg%3E");
  }
}
@media (max-width: 960px) {
  header .headerWrap .headerInner .menuSP ul.sns li a.yt {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2017.9%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M21.9%204.4C21.8%202.3%2020.1.5%2018%20.3%2015.8.1%2013.4%200%2011%200S6.2.1%204%20.3C1.9.5.2%202.3.1%204.4%200%205.5%200%206.6%200%207.6c0%201.1%200%202.2.1%203.2C.2%2013%201.9%2014.7%204%2015c2.2.2%204.5.3%207%20.3s4.8-.1%207-.3c2.1-.2%203.8-2%203.9-4.1.1-1.1.1-2.2.1-3.3%200-1%200-2.1-.1-3.2zM9%2010.9V4.4l5.4%203.3L9%2010.9z%22%20fill%3D%22%23d3d3d3%22%2F%3E%3C%2Fsvg%3E");
  }
}
@media (max-width: 960px) and (hover: hover) {
  header .headerWrap .headerInner .menuSP ul.sns li a.yt:hover {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2017.9%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M21.9%204.4C21.8%202.3%2020.1.5%2018%20.3%2015.8.1%2013.4%200%2011%200S6.2.1%204%20.3C1.9.5.2%202.3.1%204.4%200%205.5%200%206.6%200%207.6c0%201.1%200%202.2.1%203.2C.2%2013%201.9%2014.7%204%2015c2.2.2%204.5.3%207%20.3s4.8-.1%207-.3c2.1-.2%203.8-2%203.9-4.1.1-1.1.1-2.2.1-3.3%200-1%200-2.1-.1-3.2zM9%2010.9V4.4l5.4%203.3L9%2010.9z%22%20fill%3D%22%234175DF%22%2F%3E%3C%2Fsvg%3E");
  }
}
@media (max-width: 960px) {
  header .headerWrap .headerInner .menuSP .centering {
    color: #1a1a1a;
  }
  header .headerWrap .headerInner .menuSP .centering ul {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.875;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  header .headerWrap .headerInner .menuSP .centering ul li a {
    display: block;
  }
  header .headerWrap .headerInner .menuSP .centering a.siteTop {
    display: block;
    font-size: 1.4rem;
    line-height: 2.5714285714;
    margin-top: 5rem;
  }
  .aioseo-breadcrumbs {
    top: 5rem;
    left: 0;
    padding: 1rem 2rem;
    transform: translateX(0);
  }
  footer .footerContact a.btn {
    height: 12rem;
  }
  footer .footerContact a.btn span.rail {
    font-size: 3rem;
    line-height: 1.1666666667;
  }
  footer .footerWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem 1rem 0;
  }
  footer .footerWrap .footerSec {
    width: 100%;
    flex-wrap: wrap;
    gap: 0 1.6rem;
    padding: 0 2rem;
  }
  footer .footerWrap .footerSec .cap {
    width: 100%;
  }
  footer .footerWrap .footerSec .cap .label {
    font-size: 1.8rem;
    text-align: center;
  }
  footer .footerWrap .footerSec .cap ul.sns {
    justify-content: center;
    gap: 0 3.2rem;
  }
  footer .footerWrap .footerSec .cap ul.sns li a {
    width: 3.2rem;
    height: 3.2rem;
  }
  footer .footerWrap .footerSec dl {
    margin-top: 4.5rem;
  }
  footer .footerWrap .footerSec dl.about {
    width: 100%;
  }
  footer .footerWrap .footerSec dl dt {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  footer .footerWrap .footerEnd {
    width: 100%;
    margin: 4.5rem auto 0;
    padding: 3rem 2rem;
    display: block;
  }
  footer .footerWrap .footerEnd ul.policy {
    flex-direction: column;
    gap: 0.8em 0;
  }
  footer .footerWrap .footerEnd .credit {
    margin-top: 4rem;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  section .secInner02 {
    padding: 6rem 0;
  }
}
@media (max-width: 960px) {
  .forPC {
    display: none !important;
  }
}
@media (hover: none) {
  .forNotouch {
    display: none !important;
  }
}
@media (hover: hover) {
  .forTouch {
    display: none !important;
  }
}
#fv-appeal {
  margin-top: 3rem;
}

.fv-textarea {
  display: flex;
  width: fit-content;
  padding: 20px 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
}
.fv-textarea .fv-textarea-item {
  display: flex;
  gap: 15px;
  width: 500px;
}
.fv-textarea .fv-textarea-item.--ver02 {
  display: flex;
  border-left: 1px solid #ccc;
  border-right: none;
  padding-left: 30px;
  margin-left: 30px;
  gap: 15px;
  padding-right: 0;
}
.fv-textarea .fv-textarea-item-left {
  flex: 1;
}
.fv-textarea .fv-textarea-item-ttl {
  font-size: 12px;
  font-weight: 500;
  color: #4a86ff;
  margin-top: 2px;
}
.fv-textarea .fv-textarea-item-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.fv-textarea .fv-textarea-item-text a:hover {
  color: #3865bf;
}
.fv-textarea .fv-textarea-item-right {
  width: 180px;
}
@media (max-width: 960px) {
  .fv-textarea {
    flex-direction: column;
    margin: 1rem 1rem 4rem 1rem;
  }
  .fv-textarea .fv-textarea-item {
    width: auto;
    border: none;
    padding: 0;
  }
  .fv-textarea .fv-textarea-item.--ver02 {
    border: none;
    padding: 0;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    margin-left: 0;
  }
  .fv-textarea .fv-textarea-item-ttl {
    font-size: 11px;
  }
  .fv-textarea .fv-textarea-item-text {
    font-size: 12px;
  }
  .fv-textarea .fv-textarea-item-right {
    width: 130px;
  }
}

/*============================
v2版トップページ
============================*/
/*============================
page-top_v2
v2版トップページ
============================*/
/*============================
ヘッダー（リニューアル版）
============================*/
@media (min-width: 961px) {
  .header-new-renewal {
    height: 70px;
  }
}
@media (max-width: 960px) {
  .header-new-renewal {
    height: 40px;
  }
}
.header-new-renewal .headerWrap {
  background: #fff;
}
@media (min-width: 961px) {
  .header-new-renewal .headerWrap {
    height: 70px;
  }
}
@media (max-width: 960px) {
  .header-new-renewal .headerWrap {
    height: 40px;
  }
}
@media (max-width: 960px) {
  .header-new-renewal .headerWrap .headerInner {
    padding: 0 1rem;
    height: 40px;
  }
}
@media (min-width: 961px) {
  .header-new-renewal .headerWrap .headerInner h1 {
    width: 110px;
  }
}
@media (max-width: 960px) {
  .header-new-renewal .headerWrap .headerInner h1 {
    width: 85px;
    height: 40px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 960px) {
  .header-new-renewal .headerWrap .headerInner .forSP.menu_btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
  }
  .header-new-renewal .headerWrap .headerInner .forSP.menu_btn span, .header-new-renewal .headerWrap .headerInner .forSP.menu_btn::before, .header-new-renewal .headerWrap .headerInner .forSP.menu_btn::after {
    width: 18px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    margin-top: 3px;
    transition: all 0.3s ease;
  }
  .header-new-renewal .headerWrap .headerInner .forSP.menu_btn::before {
    margin-top: 0;
  }
  .header-new-renewal .headerWrap .headerInner .forSP.menu_btn span {
    margin-top: 3px;
  }
}
@media (min-width: 961px) {
  .header-new-renewal .headerWrap .headerInner .menuPC {
    gap: 47px;
  }
  .header-new-renewal .headerWrap .headerInner .menuPC ul {
    padding: 0;
    align-items: center;
    height: 70px;
    width: auto;
  }
  .header-new-renewal .headerWrap .headerInner .menuPC ul li a {
    color: #444;
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 70px;
  }
  .header-new-renewal .headerWrap .headerInner .menuPC a.btn {
    height: 70px;
  }
  .header-new-renewal .headerWrap .headerInner .menuPC a.btn.contact-btn.contact-btn-renewal {
    width: 177px;
    max-width: 100%;
    padding: 0;
    gap: 0;
    background: #222 !important;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
  .header-new-renewal .headerWrap .headerInner .menuPC a.btn.contact-btn.contact-btn-renewal::before {
    display: none;
  }
  .header-new-renewal .headerWrap .headerInner .menuPC ul li a[href*=recruit]::after {
    display: none;
  }
  .header-new-renewal .headerWrap .headerInner .menuPC ul li a[target=_blank]::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/2025/icons/exlink.svg") 50%/contain no-repeat;
    margin-left: 0.2em;
    top: 0.15em;
    position: relative;
  }
  .header-new-renewal .headerWrap .headerInner .menuPC ul li a[href*=recruit]::after {
    display: inline-block;
  }
}
@media (max-width: 960px) {
  .header-new-renewal .headerWrap .headerInner .menuSP {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .header-new-renewal .headerWrap .headerInner .menuSP a.btn {
    font-size: 16px;
    color: #444;
  }
  .header-new-renewal .headerWrap .headerInner .menuSP dl {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .header-new-renewal .headerWrap .headerInner .menuSP dl dd a {
    font-size: 16px;
    font-weight: 700;
    color: #444;
  }
  .header-new-renewal .headerWrap .headerInner .menuSP hr {
    border: none;
    border-top: 1px solid #e5e5e5;
  }
  .header-new-renewal .headerWrap .headerInner .menuSP ul.policy {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .header-new-renewal .headerWrap .headerInner .menuSP ul.policy li a {
    color: #777;
    font-size: 14px;
    font-weight: 400;
  }
}
@media (max-width: 960px) {
  .header-new-renewal.open .headerWrap .headerInner .forSP.menu_btn span {
    opacity: 0;
  }
  .header-new-renewal.open .headerWrap .headerInner .forSP.menu_btn::before {
    margin-top: 0;
    transform: translateY(3px) rotate(45deg);
  }
  .header-new-renewal.open .headerWrap .headerInner .forSP.menu_btn::after {
    margin-top: 0;
    transform: translateY(-3px) rotate(-45deg);
  }
}

main#page-top_v2 {
  overflow-x: hidden;
  width: 100%;
}
main#page-top_v2 .secInner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 961px) {
  main#page-top_v2 .secInner {
    max-width: 1500px;
    padding: 0 40px;
  }
}
@media (max-width: 960px) {
  main#page-top_v2 .secInner {
    max-width: 390px;
    padding: 0 20px;
  }
}
main#page-top_v2 .pc-only {
  display: inline;
}
@media (max-width: 960px) {
  main#page-top_v2 .pc-only {
    display: none;
  }
}
main#page-top_v2 .sp-only {
  display: none;
}
@media (max-width: 960px) {
  main#page-top_v2 .sp-only {
    display: inline;
  }
}
main#page-top_v2 .section-header {
  margin-bottom: 40px;
}
@media (min-width: 961px) {
  main#page-top_v2 .section-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 960px) {
  main#page-top_v2 .section-header {
    margin-bottom: 20px;
  }
}
main#page-top_v2 .section-label {
  color: #4a86ff;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 2;
  min-height: 4.4rem;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 961px) {
  main#page-top_v2 .section-label {
    margin-bottom: 10px;
  }
}
@media (max-width: 960px) {
  main#page-top_v2 .section-label {
    margin-bottom: 0;
  }
}
main#page-top_v2 .section-title {
  color: #444;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 961px) {
  main#page-top_v2 .section-title {
    font-size: 3.6rem;
  }
}
@media (max-width: 960px) {
  main#page-top_v2 .section-title {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media (min-width: 961px) {
  main#page-top_v2 .section-title .section-title-pc {
    display: block;
  }
}
@media (max-width: 960px) {
  main#page-top_v2 .section-title .section-title-pc {
    display: none;
  }
}
main#page-top_v2 .section-title .section-title-pc .section-title-line1,
main#page-top_v2 .section-title .section-title-pc .section-title-line2 {
  display: block;
}
main#page-top_v2 .section-title .section-title-pc .section-title-line1 {
  white-space: nowrap;
}
@media (min-width: 961px) {
  main#page-top_v2 .section-title .section-title-sp {
    display: none;
  }
}
@media (max-width: 960px) {
  main#page-top_v2 .section-title .section-title-sp {
    display: block;
  }
}
main#page-top_v2 .section-lead {
  color: #444;
  margin-top: 3.5rem;
}
@media (min-width: 961px) {
  main#page-top_v2 .section-lead {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media (max-width: 960px) {
  main#page-top_v2 .section-lead {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 2rem;
  }
}
main#page-top_v2 {
  /*============================
  共通ボタン
  ============================*/
}
main#page-top_v2 .btn-view-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  border-radius: 18px;
  background: linear-gradient(90deg, #6D66FE 0%, #4A86FF 37%, #00E7FF 100%);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.78571;
  text-decoration: none;
  transition: background 0.3s;
  width: 142px;
  height: 36px;
}
main#page-top_v2 .btn-view-more:hover {
  background: linear-gradient(90deg, #00E7FF 0%, #4A86FF 63%, #6D66FE 100%);
}
main#page-top_v2 .btn-view-more::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 11px;
  background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/renewal/common/arrow-right.svg");
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
}

/*============================
ヒーローセクション
============================*/
#hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 3;
  padding-top: 40px;
}
@media (min-width: 961px) {
  #hero {
    padding-top: 70px;
  }
}
#hero .hero-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#hero .hero-image {
  display: block;
  height: auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 961px) {
  #hero .hero-image {
    width: 100%;
    max-width: 120%;
  }
}
@media (max-width: 960px) {
  #hero .hero-image {
    width: 100%;
    max-width: 200%;
  }
}
@media (max-width: 960px) {
  #hero .hero-image.hero-image-pc {
    display: none;
  }
}
#hero .hero-image.hero-image-sp {
  display: none;
}
@media (max-width: 960px) {
  #hero .hero-image.hero-image-sp {
    display: block;
  }
}
#hero .hero-text-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
  padding: 0 5%;
  transform: translateY(calc(-50% - 25px));
}
@media (min-width: 961px) {
  #hero .hero-text-overlay {
    padding-left: 8%;
    padding-right: 0;
  }
}
@media (max-width: 960px) {
  #hero .hero-text-overlay {
    top: 20%;
    transform: none;
    padding: 0 5%;
  }
}
#hero .hero-title {
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 961px) {
  #hero .hero-title {
    font-size: 6rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 960px) {
  #hero .hero-title {
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
  }
}
#hero .hero-title .hero-title-line1,
#hero .hero-title .hero-title-line2,
#hero .hero-title .hero-title-line3,
#hero .hero-title .hero-title-line4 {
  display: block;
  margin: 0;
}
#hero .hero-title .hero-title-line2,
#hero .hero-title .hero-title-line3,
#hero .hero-title .hero-title-line4 {
  margin-top: 0.4em;
}
#hero .hero-subtitle {
  color: #fff;
  font-weight: 600;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 961px) {
  #hero .hero-subtitle {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media (max-width: 960px) {
  #hero .hero-subtitle {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
#hero .hero-subtitle .hero-subtitle-line1,
#hero .hero-subtitle .hero-subtitle-line2 {
  display: block;
  margin: 0;
}
#hero .hero-subtitle .hero-subtitle-line2 {
  margin-top: -0.1em;
}

/*============================
VISIONセクション
============================*/
#vision {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
#vision .vision-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#vision .vision-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 960px) {
  #vision .vision-bg-image.vision-bg-pc {
    display: none;
  }
}
#vision .vision-bg-image.vision-bg-sp {
  display: none;
}
@media (max-width: 960px) {
  #vision .vision-bg-image.vision-bg-sp {
    display: block;
  }
}
main#page-top_v2 #vision .secInner {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 120px;
  margin: 0;
  max-width: none;
  display: block;
  align-items: flex-start;
}
@media (min-width: 961px) {
  main#page-top_v2 #vision .secInner {
    padding-left: 110px;
    padding-right: 0;
  }
}
@media (max-width: 960px) {
  main#page-top_v2 #vision .secInner {
    padding-top: 50px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#vision .vision-content {
  position: relative;
  z-index: 3;
}
@media (min-width: 961px) {
  #vision .vision-content {
    margin-top: 0;
  }
}
@media (max-width: 960px) {
  #vision .vision-content {
    margin-top: 0;
    margin-bottom: 180px;
  }
}
@media (min-width: 961px) {
  #vision .vision-body {
    max-width: 624px;
  }
}
#vision .vision-text {
  color: #444;
  font-weight: 500;
}
@media (min-width: 961px) {
  #vision .vision-text {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media (max-width: 960px) {
  #vision .vision-text {
    font-size: 1.4rem;
    line-height: 2;
  }
}

/*============================
POINTセクション
============================*/
#point {
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, #fff calc(100% - 250px), #f8f8f8 100%);
  padding: 80px 0;
}
@media (min-width: 961px) {
  #point {
    padding: 120px 0;
  }
}
@media (max-width: 960px) {
  #point {
    padding: 45px 0 40px;
  }
}
main#page-top_v2 #point .secInner {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: none;
  display: block;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 961px) {
  main#page-top_v2 #point .secInner {
    padding-left: 110px;
    padding-right: 0;
  }
}
@media (max-width: 960px) {
  main#page-top_v2 #point .secInner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#point .section-header {
  text-align: left;
}
#point .point-cards {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media (min-width: 961px) {
  #point .point-cards {
    gap: 7rem;
    margin-top: 6rem;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 960px) {
  #point .point-cards {
    gap: 3rem;
    padding: 0 40px;
  }
}
#point .point-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 961px) {
  #point .point-card {
    grid-template-columns: 495px 420px;
    gap: 45px;
  }
}
@media (min-width: 961px) {
  #point .point-card--reverse {
    grid-template-columns: 420px 495px;
  }
  #point .point-card--reverse .point-card-image {
    order: -1;
  }
}
#point .point-card-content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 960px) {
  #point .point-card-content {
    display: contents;
  }
}
#point .point-card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
}
@media (min-width: 961px) {
  #point .point-card-header {
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 960px) {
  #point .point-card-header {
    margin-bottom: 1.5rem;
    order: 1;
  }
}
#point .point-number {
  margin-bottom: 0;
}
@media (min-width: 961px) {
  #point .point-number {
    flex-shrink: 0;
  }
}
#point .point-number .point-number-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 53px;
}
@media (max-width: 960px) {
  #point .point-number .point-number-image {
    max-width: 46px;
  }
}
#point .point-card-title {
  color: #444;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (min-width: 961px) {
  #point .point-card-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 960px) {
  #point .point-card-title {
    font-size: 2rem;
  }
}
#point .point-card-text {
  color: #444;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 961px) {
  #point .point-card-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 960px) {
  #point .point-card-text {
    font-size: 1.4rem;
    line-height: 2;
    order: 3;
  }
}
#point .point-card-text .point-card-text-highlight {
  color: #4a86ff;
  font-weight: 700;
}
#point .point-card-image {
  position: relative;
}
@media (max-width: 960px) {
  #point .point-card-image {
    order: 2;
  }
}
#point .point-card-image img {
  display: block;
  width: 100%;
  height: auto;
}

/*============================
企業ロゴセクション
============================*/
#client-logos {
  background-color: #fff;
}
#client-logos img {
  max-width: none;
}
#client-logos .client-logos-txt .section-label {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 500;
  color: #222;
  margin-bottom: 0;
  letter-spacing: 0.1em;
}
#client-logos .client-logos-txt .section-title {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  color: #222;
  line-height: 1.4;
  margin-top: 10px;
}
#client-logos .client-logos-txt .section-title .number {
  font-size: 3.6rem;
}
#client-logos .client-logos-txt .section-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  height: 2px;
  width: 141px;
  background: linear-gradient(90deg, #6d66fe 0%, #4a86ff 37%, #00e7ff 100%);
}
@media (max-width: 960px) {
  #client-logos .client-logos-txt {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 1.4rem;
    padding: 30px 70px 8px;
    position: relative;
  }
  #client-logos .client-logos-txt::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 252px;
    height: 2px;
    background: linear-gradient(90deg, #6d66fe 0%, #4a86ff 37%, #00e7ff 100%);
  }
  #client-logos .client-logos-txt .section-label {
    margin-bottom: 0;
  }
  #client-logos .client-logos-txt .section-title {
    margin-top: 0;
  }
  #client-logos .client-logos-txt .section-title::after {
    display: none;
  }
  #client-logos .client-logos-img {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 961px) {
  #client-logos .client-logos-box {
    display: flex;
  }
  #client-logos .client-logos-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 218px;
    height: 324px;
    padding: 0 10px;
    background: #fff;
    box-shadow: 6px 0 5px 0 rgba(0, 0, 0, 0.1);
  }
  #client-logos .client-logos-img {
    display: flex;
    align-items: center;
    flex: 1;
    overflow: hidden;
    margin-left: -218px;
    padding-left: 218px;
  }
}

.loopSlide {
  display: flex;
  width: 100vw;
  overflow: hidden;
}
@media (min-width: 961px) {
  .loopSlide {
    height: 218px;
  }
}
@media (max-width: 960px) {
  .loopSlide {
    height: 144px;
  }
}
.loopSlide img {
  width: auto;
  height: 100%;
  flex: 0 0 auto;
  display: block;
}
.loopSlide img:first-child {
  animation: slide1 60s -30s linear infinite;
}
.loopSlide img:last-child {
  animation: slide2 60s linear infinite;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
/*============================
NEW FRONTIERSセクション
============================*/
#new-frontiers {
  position: relative;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 961px) {
  #new-frontiers {
    padding: 100px 0;
  }
}
@media (max-width: 960px) {
  #new-frontiers {
    padding: 45px 0 40px;
  }
}
main#page-top_v2 #new-frontiers .secInner {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: none;
  display: block;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 961px) {
  main#page-top_v2 #new-frontiers .secInner {
    padding-left: 110px;
    padding-right: 0;
  }
}
@media (max-width: 960px) {
  main#page-top_v2 #new-frontiers .secInner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#new-frontiers .section-header {
  text-align: left;
}
#new-frontiers .frontiers-cards {
  display: flex;
  flex-direction: column;
}
@media (min-width: 961px) {
  #new-frontiers .frontiers-cards {
    flex-direction: row;
    gap: 4rem;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 960px) {
  #new-frontiers .frontiers-cards {
    gap: 2.6rem;
    margin-top: 3.6rem;
    padding: 0 20px;
  }
}
#new-frontiers .frontiers-card {
  display: flex;
  flex-direction: column;
  background-color: #F5F5F5;
  overflow: hidden;
}
@media (min-width: 961px) {
  #new-frontiers .frontiers-card {
    flex: 1;
    padding: 3.7rem 4.5rem 6rem;
  }
}
@media (max-width: 960px) {
  #new-frontiers .frontiers-card {
    padding: 2.8rem 2.5rem 3.6rem;
  }
}
#new-frontiers .frontiers-card-content {
  text-align: center;
}
#new-frontiers .frontiers-card-label {
  color: #4a86ff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 1.6rem;
  line-height: 1.25;
}
@media (min-width: 961px) {
  #new-frontiers .frontiers-card-label {
    font-weight: 600;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 960px) {
  #new-frontiers .frontiers-card-label {
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
}
#new-frontiers .frontiers-card-title {
  color: #000;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 961px) {
  #new-frontiers .frontiers-card-title {
    font-size: 2.4rem;
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 960px) {
  #new-frontiers .frontiers-card-title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
#new-frontiers .frontiers-card-text {
  text-align: left;
  color: #000;
  margin-bottom: 2.5rem;
}
@media (min-width: 961px) {
  #new-frontiers .frontiers-card-text {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media (max-width: 960px) {
  #new-frontiers .frontiers-card-text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
#new-frontiers .frontiers-card-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#new-frontiers .frontiers-card-image img {
  display: block;
  width: 100%;
  height: auto;
}

/*============================
SERVICEセクション
============================*/
#service {
  position: relative;
  width: 100%;
  background: #f8f8f8;
}
@media (min-width: 961px) {
  #service {
    padding: 80px 0 85px;
  }
}
@media (max-width: 960px) {
  #service {
    padding: 40px 0 80px;
  }
}
main#page-top_v2 #service .secInner {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: none;
  display: block;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 961px) {
  main#page-top_v2 #service .secInner {
    padding-left: 110px;
    padding-right: 0;
  }
}
@media (max-width: 960px) {
  main#page-top_v2 #service .secInner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#service .section-header {
  text-align: left;
}
#service .service-cards {
  display: flex;
  flex-direction: column;
}
@media (min-width: 961px) {
  #service .service-cards {
    flex-direction: row;
    align-items: stretch;
    gap: 4rem;
    max-width: 1100px;
    margin-top: 6rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 960px) {
  #service .service-cards {
    gap: 3.6rem;
    padding: 0 25px;
  }
}
#service .service-card {
  display: flex;
  flex-direction: column;
}
@media (min-width: 961px) {
  #service .service-card {
    flex: 1;
    height: 100%;
  }
}
#service .service-card-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#service .service-card-image img {
  display: block;
  width: 100%;
  height: auto;
}
#service .service-card-content {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0 0;
}
@media (min-width: 961px) {
  #service .service-card-content {
    flex: 1;
  }
}
#service .service-card-title {
  color: #000;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-size: 2rem;
}
#service .service-card-text {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.78571;
}
@media (min-width: 961px) {
  #service .service-card-text {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 7.499982rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 960px) {
  #service .service-card-text {
    margin-bottom: 1.4rem;
  }
}
@media (min-width: 961px) {
  #service .service-card-content .btn-view-more {
    margin-top: auto;
  }
}

/*============================
AI人材育成・組織開発伴走支援セクション
============================*/
#ai-dx-training,
#gx-training,
#lms-apps {
  position: relative;
  width: 100%;
  background: #f8f8f8;
  overflow: visible;
}
@media (min-width: 961px) {
  #ai-dx-training,
  #gx-training,
  #lms-apps {
    padding: 0 0 120px;
  }
}
@media (max-width: 960px) {
  #ai-dx-training,
  #gx-training,
  #lms-apps {
    padding: 0 0 65px;
  }
}
main#page-top_v2 #ai-dx-training .secInner,
main#page-top_v2 #gx-training .secInner,
main#page-top_v2 #lms-apps .secInner {
  position: relative;
  z-index: 1;
  margin: 0;
  display: block;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 961px) {
  main#page-top_v2 #ai-dx-training .secInner,
  main#page-top_v2 #gx-training .secInner,
  main#page-top_v2 #lms-apps .secInner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 960px) {
  main#page-top_v2 #ai-dx-training .secInner,
  main#page-top_v2 #gx-training .secInner,
  main#page-top_v2 #lms-apps .secInner {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#ai-dx-training .training-section-header,
#gx-training .training-section-header,
#lms-apps .training-section-header {
  text-align: left;
}
@media (min-width: 961px) {
  #ai-dx-training .training-section-header,
  #gx-training .training-section-header,
  #lms-apps .training-section-header {
    display: flex;
    align-items: center;
  }
}
#ai-dx-training .training-section-title,
#gx-training .training-section-title,
#lms-apps .training-section-title {
  color: #222;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  position: relative;
}
@media (min-width: 961px) {
  #ai-dx-training .training-section-title,
  #gx-training .training-section-title,
  #lms-apps .training-section-title {
    font-size: 3rem;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1rem;
  }
  #ai-dx-training .training-section-title .training-section-title-text,
  #gx-training .training-section-title .training-section-title-text,
  #lms-apps .training-section-title .training-section-title-text {
    flex-shrink: 0;
  }
  #ai-dx-training .training-section-title::after,
  #gx-training .training-section-title::after,
  #lms-apps .training-section-title::after {
    content: "";
    display: block;
    flex: 1;
    min-width: 100px;
    height: 1px;
    background: linear-gradient(90deg, #6d66fe 0%, #4a86ff 37%, #00e7ff 100%);
  }
}
@media (max-width: 960px) {
  #ai-dx-training .training-section-title,
  #gx-training .training-section-title,
  #lms-apps .training-section-title {
    font-size: 2rem;
    padding-right: 0;
    padding-bottom: 1rem;
  }
  #ai-dx-training .training-section-title::after,
  #gx-training .training-section-title::after,
  #lms-apps .training-section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: -20px;
    height: 1px;
    background: linear-gradient(90deg, #6d66fe 0%, #4a86ff 37%, #00e7ff 100%);
  }
}
#ai-dx-training .training-slider,
#gx-training .training-slider,
#lms-apps .training-slider {
  position: relative;
  width: 100%;
}
@media (min-width: 961px) {
  #ai-dx-training .training-slider,
  #gx-training .training-slider,
  #lms-apps .training-slider {
    margin: 6rem 0 0;
    padding: 0 0 0 max(0px, (100vw - 1100px) / 2);
  }
}
@media (max-width: 960px) {
  #ai-dx-training .training-slider,
  #gx-training .training-slider,
  #lms-apps .training-slider {
    margin-top: 3.6rem;
    padding: 0 0 0 20px;
  }
}
#ai-dx-training .training-slider-container,
#gx-training .training-slider-container,
#lms-apps .training-slider-container {
  position: relative;
  width: 100%;
  overflow: visible;
}
@media (min-width: 961px) {
  #ai-dx-training .training-slider-container,
  #gx-training .training-slider-container,
  #lms-apps .training-slider-container {
    margin-right: calc((100vw - 100%) / -2);
    padding-right: calc((100vw - 100%) / 2);
  }
}
@media (max-width: 960px) {
  #ai-dx-training .training-slider-container,
  #gx-training .training-slider-container,
  #lms-apps .training-slider-container {
    margin-right: calc((100vw - 100%) / -2);
    padding-right: calc((100vw - 100%) / 2);
  }
}
#ai-dx-training .training-slider-container .slick-list,
#gx-training .training-slider-container .slick-list,
#lms-apps .training-slider-container .slick-list {
  overflow: visible !important;
  margin-right: 0;
  padding-right: 0;
}
#ai-dx-training .training-slider-container .slick-track,
#gx-training .training-slider-container .slick-track,
#lms-apps .training-slider-container .slick-track {
  display: flex;
  align-items: stretch;
}
@media (max-width: 960px) {
  #ai-dx-training .training-slider-container .slick-track,
  #gx-training .training-slider-container .slick-track,
  #lms-apps .training-slider-container .slick-track {
    align-items: flex-start;
  }
}
@media (max-width: 960px) {
  #ai-dx-training .training-slider-container .slick-slide,
  #gx-training .training-slider-container .slick-slide,
  #lms-apps .training-slider-container .slick-slide {
    height: 410px;
  }
}
@media (max-width: 960px) {
  #ai-dx-training .training-slider-container .slick-slide > div,
  #gx-training .training-slider-container .slick-slide > div,
  #lms-apps .training-slider-container .slick-slide > div {
    height: auto;
    display: flex;
  }
}
@media (min-width: 961px) {
  #ai-dx-training .training-slider-container .slick-slide:last-child .training-card,
  #gx-training .training-slider-container .slick-slide:last-child .training-card,
  #lms-apps .training-slider-container .slick-slide:last-child .training-card {
    margin-right: 0;
  }
}
#ai-dx-training .training-slider-track,
#gx-training .training-slider-track,
#lms-apps .training-slider-track {
  display: flex;
}
#ai-dx-training .training-slider-track.slick-initialized,
#gx-training .training-slider-track.slick-initialized,
#lms-apps .training-slider-track.slick-initialized {
  display: block;
}
@media (min-width: 961px) {
  #ai-dx-training .training-slider-track,
  #gx-training .training-slider-track,
  #lms-apps .training-slider-track {
    gap: 2.5rem;
  }
}
@media (max-width: 960px) {
  #ai-dx-training .training-slider-track,
  #gx-training .training-slider-track,
  #lms-apps .training-slider-track {
    gap: 2rem;
  }
}
#ai-dx-training .training-card,
#gx-training .training-card,
#lms-apps .training-card {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  border-radius: 9px;
  padding: 2.4rem;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  transition: border 0.3s;
  position: relative;
  z-index: 1;
}
@media (min-width: 961px) {
  #ai-dx-training .training-card,
  #gx-training .training-card,
  #lms-apps .training-card {
    width: 350px;
    height: 406px;
    margin-right: 2.5rem;
  }
}
@media (max-width: 960px) {
  #ai-dx-training .training-card,
  #gx-training .training-card,
  #lms-apps .training-card {
    width: 283px;
    height: 410px;
    margin-right: 2rem;
  }
}
#ai-dx-training .training-card::before,
#gx-training .training-card::before,
#lms-apps .training-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(90deg, #6D66FE 0%, #4A86FF 37%, #00E7FF 100%);
  border-radius: 9px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 0;
}
#ai-dx-training .training-card::after,
#gx-training .training-card::after,
#lms-apps .training-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 8px;
  z-index: 1;
}
#ai-dx-training .training-card:hover,
#gx-training .training-card:hover,
#lms-apps .training-card:hover {
  border: 1px solid transparent;
}
#ai-dx-training .training-card:hover::before,
#gx-training .training-card:hover::before,
#lms-apps .training-card:hover::before {
  opacity: 1;
}
@media (min-width: 961px) {
  .slick-slide #ai-dx-training .training-card,
  .slick-slide #gx-training .training-card,
  .slick-slide #lms-apps .training-card {
    margin-right: 2.5rem;
  }
}
@media (max-width: 960px) {
  .slick-slide #ai-dx-training .training-card,
  .slick-slide #gx-training .training-card,
  .slick-slide #lms-apps .training-card {
    margin-right: 2rem;
    height: 410px;
  }
}
.slick-slide:last-child #ai-dx-training .training-card,
.slick-slide:last-child #gx-training .training-card,
.slick-slide:last-child #lms-apps .training-card {
  margin-right: 0;
}
#ai-dx-training .training-card-label,
#gx-training .training-card-label,
#lms-apps .training-card-label {
  display: block;
  background-color: #F1F1F1;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.4rem 2rem;
  margin-bottom: 4rem;
  width: fit-content;
  height: 30px;
  line-height: 25px;
  box-sizing: border-box;
  flex: 0 0 auto;
  align-self: center;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  #ai-dx-training .training-card-label,
  #gx-training .training-card-label,
  #lms-apps .training-card-label {
    margin-bottom: 2rem;
  }
}
#ai-dx-training .training-card-ttl,
#gx-training .training-card-ttl,
#lms-apps .training-card-ttl {
  z-index: 100;
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.4;
  padding-bottom: 2rem;
}
#ai-dx-training .training-card-ttl span,
#gx-training .training-card-ttl span,
#lms-apps .training-card-ttl span {
  background: linear-gradient(90deg, #0284c7 0%, #4f46e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.1rem;
}
@media (max-width: 960px) {
  #ai-dx-training .training-card-ttl,
  #gx-training .training-card-ttl,
  #lms-apps .training-card-ttl {
    line-height: 1.2;
  }
  #ai-dx-training .training-card-ttl span,
  #gx-training .training-card-ttl span,
  #lms-apps .training-card-ttl span {
    display: inline-block;
    padding-top: 0.8rem;
  }
}
#ai-dx-training .training-card-brand,
#gx-training .training-card-brand,
#lms-apps .training-card-brand {
  margin-bottom: 1.6rem;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
#ai-dx-training .training-card-logo,
#gx-training .training-card-logo,
#lms-apps .training-card-logo {
  width: auto;
  height: auto;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  #ai-dx-training .training-card-logo,
  #gx-training .training-card-logo,
  #lms-apps .training-card-logo {
    margin-bottom: 0;
  }
}
#ai-dx-training .training-card-logo img,
#gx-training .training-card-logo img,
#lms-apps .training-card-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}
#ai-dx-training .training-card-logo img[src$=".svg"],
#gx-training .training-card-logo img[src$=".svg"],
#lms-apps .training-card-logo img[src$=".svg"] {
  width: 100%;
  max-width: 300px;
  height: auto;
  max-height: 80px;
}
#ai-dx-training .training-card-logo.training-card-logo-text,
#gx-training .training-card-logo.training-card-logo-text,
#lms-apps .training-card-logo.training-card-logo-text {
  color: #4A86FF;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
#ai-dx-training .training-card-text,
#gx-training .training-card-text,
#lms-apps .training-card-text {
  color: #555;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 0;
  flex: 1;
  min-height: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  #ai-dx-training .training-card-text,
  #gx-training .training-card-text,
  #lms-apps .training-card-text {
    margin-bottom: 0;
  }
}
#ai-dx-training .training-card .btn-view-more,
#gx-training .training-card .btn-view-more,
#lms-apps .training-card .btn-view-more {
  margin-top: 2rem;
  align-self: center;
  flex-shrink: 0;
  height: 36px;
  position: relative;
  z-index: 2;
}
#ai-dx-training .training-slider-nav,
#gx-training .training-slider-nav,
#lms-apps .training-slider-nav {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border: none;
  outline: none;
  padding: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s;
  appearance: none;
  pointer-events: auto;
}
#ai-dx-training .training-slider-nav:hover,
#gx-training .training-slider-nav:hover,
#lms-apps .training-slider-nav:hover {
  opacity: 0.7;
}
#ai-dx-training .training-slider-nav:focus,
#gx-training .training-slider-nav:focus,
#lms-apps .training-slider-nav:focus {
  outline: none;
}
#ai-dx-training .training-slider-nav.slick-disabled,
#gx-training .training-slider-nav.slick-disabled,
#lms-apps .training-slider-nav.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
#ai-dx-training .training-slider-nav img,
#gx-training .training-slider-nav img,
#lms-apps .training-slider-nav img {
  width: 37px;
  height: 37px;
  display: block;
  pointer-events: none;
}
@media (min-width: 961px) {
  #ai-dx-training .training-slider-prev,
  #gx-training .training-slider-prev,
  #lms-apps .training-slider-prev {
    left: 135px;
  }
}
@media (max-width: 960px) {
  #ai-dx-training .training-slider-prev,
  #gx-training .training-slider-prev,
  #lms-apps .training-slider-prev {
    left: 12px;
  }
}
@media (min-width: 961px) {
  #ai-dx-training .training-slider-next,
  #gx-training .training-slider-next,
  #lms-apps .training-slider-next {
    right: 135px;
  }
}
@media (max-width: 960px) {
  #ai-dx-training .training-slider-next,
  #gx-training .training-slider-next,
  #lms-apps .training-slider-next {
    right: 12px;
  }
}
#ai-dx-training .training-slider-next img,
#gx-training .training-slider-next img,
#lms-apps .training-slider-next img {
  transform: rotate(180deg);
}

#gx-training {
  background: #fff;
}

@media (min-width: 961px) {
  #ai-dx-training .training-slider-nav,
  #gx-training .training-slider-nav {
    display: none;
  }
}

@media (min-width: 961px) {
  #ai-dx-training .training-slider-dots,
  #gx-training .training-slider-dots,
  #lms-apps .training-slider-dots {
    display: none;
  }
}
@media (max-width: 960px) {
  #ai-dx-training .training-slider-dots,
  #gx-training .training-slider-dots,
  #lms-apps .training-slider-dots {
    display: block;
    margin-top: 2.4rem;
  }
}
#ai-dx-training .training-slider-dots .slick-dots,
#gx-training .training-slider-dots .slick-dots,
#lms-apps .training-slider-dots .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
#ai-dx-training .training-slider-dots .slick-dots li,
#gx-training .training-slider-dots .slick-dots li,
#lms-apps .training-slider-dots .slick-dots li {
  margin: 0;
}
#ai-dx-training .training-slider-dots .slick-dots li:first-child button,
#gx-training .training-slider-dots .slick-dots li:first-child button,
#lms-apps .training-slider-dots .slick-dots li:first-child button {
  background: #4a86ff;
}
#ai-dx-training .training-slider-dots .slick-dots li button,
#gx-training .training-slider-dots .slick-dots li button,
#lms-apps .training-slider-dots .slick-dots li button {
  font-size: 0 !important;
  line-height: 0;
  display: block;
  width: 23px;
  height: 4px;
  padding: 0;
  cursor: pointer;
  color: transparent !important;
  border: none;
  outline: none;
  background: #dcdcdc;
  border-radius: 2px;
  transition: background-color 0.3s;
  text-indent: -9999px;
  overflow: hidden;
}
#ai-dx-training .training-slider-dots .slick-dots li button:hover,
#gx-training .training-slider-dots .slick-dots li button:hover,
#lms-apps .training-slider-dots .slick-dots li button:hover {
  background: #b0b0b0;
}
#ai-dx-training .training-slider-dots .slick-dots li button.slick-active,
#gx-training .training-slider-dots .slick-dots li button.slick-active,
#lms-apps .training-slider-dots .slick-dots li button.slick-active {
  background: #4a86ff;
}
#ai-dx-training .training-slider-dots .slick-dots li button::before,
#gx-training .training-slider-dots .slick-dots li button::before,
#lms-apps .training-slider-dots .slick-dots li button::before {
  display: none !important;
  content: none !important;
}

@media (min-width: 961px) {
  #ai-dx-training {
    padding-top: 35px;
  }
}
@media (max-width: 960px) {
  #ai-dx-training {
    padding-top: 50px;
  }
}

/*============================
NEWSセクション
============================*/
#news {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 2;
}
@media (min-width: 961px) {
  #news {
    padding: 45px 0 56px;
  }
}
@media (max-width: 960px) {
  #news {
    padding: 25px 0 45px;
  }
}
main#page-top_v2 #news .secInner {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 1200px;
  display: block;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 961px) {
  main#page-top_v2 #news .secInner {
    padding-left: 110px;
    padding-right: 0;
    max-width: 1336px;
  }
}
@media (max-width: 960px) {
  main#page-top_v2 #news .secInner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#news .section-header {
  text-align: left;
}
@media (min-width: 961px) {
  #news .news-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 82px;
  }
}
@media (max-width: 960px) {
  #news .news-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media (min-width: 961px) {
  #news .news-content-left {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 960px) {
  #news .news-content-left {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 960px) {
  #news .news-content-left .section-header {
    flex: 1;
  }
}
@media (max-width: 960px) {
  #news .news-content-left .btn-view-more {
    margin-top: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 961px) {
  #news .news-content-right {
    flex: 1;
  }
}
@media (max-width: 960px) {
  #news .news-content-right {
    width: 100%;
  }
}
#news .newsList {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#news .newsList li {
  border-bottom: 1px solid #e5e5e5;
  display: block;
}
#news .newsList li:not(:last-child) {
  margin-bottom: 0;
}
#news .newsList li:last-child {
  border-bottom: none;
}
@media (max-width: 960px) {
  #news .newsList li:not(:last-child) {
    margin-bottom: 0;
  }
}
#news .newsList .postInner {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 1.4rem 0;
  gap: 1rem;
}
@media (min-width: 961px) {
  #news .newsList .postInner {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
@media (max-width: 960px) {
  #news .newsList .postInner {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (hover: hover) {
  #news .newsList .postInner:hover {
    opacity: 0.7;
  }
}
@media (max-width: 960px) {
  #news .newsList li:first-child .postInner {
    padding-top: 0;
  }
}
#news .newsList .date {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.78571;
  white-space: nowrap;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (max-width: 960px) {
  #news .newsList .date {
    font-size: 1.4rem;
    margin-left: 0;
    margin-right: 1rem;
  }
}
#news .newsList .cat {
  display: inline-block;
  background-color: #F3F3F3;
  color: #000;
  font-size: 1.4rem;
  text-align: center;
  padding: 0.3rem 1rem;
  white-space: nowrap;
}
@media (max-width: 960px) {
  #news .newsList .cat {
    font-size: 1.2rem;
    padding: 0.3rem 0.8rem;
  }
}
#news .newsList .title {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.42857;
}
@media (min-width: 961px) {
  #news .newsList .title {
    flex: 1;
  }
}
@media (max-width: 960px) {
  #news .newsList .title {
    font-size: 1.3rem;
    width: 100%;
    flex: none;
    margin-top: 0;
    padding-top: 0;
    line-height: 1.6;
  }
}

/*============================
採用情報セクション
============================*/
#recruitment {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 961px) {
  #recruitment {
    padding: 100px 0 85px;
    min-height: 417px;
    background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/renewal/recruitment/bg-pc.jpg");
  }
}
@media (max-width: 960px) {
  #recruitment {
    padding: 35px 0 45px;
    min-height: 317px;
    background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/renewal/recruitment/bg-sp.jpg");
  }
}
main#page-top_v2 #recruitment .secInner {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 1200px;
  display: block;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 961px) {
  main#page-top_v2 #recruitment .secInner {
    padding-left: 110px;
    padding-right: 0;
  }
}
@media (max-width: 960px) {
  main#page-top_v2 #recruitment .secInner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main#page-top_v2 #recruitment .btn-view-more {
  border: 1px solid #fff;
  background: transparent;
  background-image: none;
  color: #fff;
  transition: background 0.3s, color 0.3s;
}
main#page-top_v2 #recruitment .btn-view-more::after {
  background-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/renewal/common/arrow-right.svg");
  transition: background-color 0.3s;
}
main#page-top_v2 #recruitment .btn-view-more:hover {
  background: #FFF;
  color: #4A86FF;
}
main#page-top_v2 #recruitment .btn-view-more:hover::after {
  background-color: #4A86FF;
  mask-image: url("https://beyont.jp/wp-content/themes/skillupai_corp/assets/images/top/renewal/common/arrow-right.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-image: none;
}
#recruitment .section-header {
  text-align: left;
}
#recruitment .section-header .section-label {
  color: #fff;
}
@media (max-width: 960px) {
  #recruitment .section-header .section-label {
    font-size: 16px;
  }
}
#recruitment .section-header .section-title {
  color: #fff;
}
@media (min-width: 961px) {
  #recruitment .recruitment-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 90px;
  }
}
@media (max-width: 960px) {
  #recruitment .recruitment-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
  }
}
@media (min-width: 961px) {
  #recruitment .recruitment-content-left {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 960px) {
  #recruitment .recruitment-content-left {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 960px) {
  #recruitment .recruitment-content-left .section-header {
    flex: 1;
  }
}
@media (max-width: 960px) {
  #recruitment .recruitment-content-left .btn-view-more {
    margin-top: 0;
    flex-shrink: 0;
  }
}

/*============================
IR Page Common Styles
============================*/
/*============================
#IR用CSS
============================*/
:root {
  --ir-key-color: #4a86ff;
  --ir-key-color-light: rgba(74, 134, 255, 0.2);
  --ir-text-main: #1f2937;
  --ir-text-muted: #4b5563;
  --ir-bg-light: #f9fafb;
  --ir-border-color: #e5e7eb;
  --ir-white: #ffffff;
}

.container-custom {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}
@media (min-width: 768px) {
  .container-custom {
    padding: 6rem 1.5rem;
  }
}

.ir-page-header {
  margin-top: 6rem;
  padding: 1.25rem 0;
  min-height: 70px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.ir-page-header .container-custom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 1.5rem;
}
@media (min-width: 961px) {
  .ir-page-header {
    margin-top: 8rem;
    padding: 1.25rem 0;
    min-height: 70px;
  }
}

.ir-header-label {
  color: var(--ir-key-color);
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}

.ir-header-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
}
@media (min-width: 768px) {
  .ir-header-title {
    font-size: 2.5rem;
  }
}

.ir-main-content {
  padding: 0;
}

.article-wrapper {
  max-width: 1152px;
  margin: 0 auto;
}

.ir-hero-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 4rem;
}
.ir-hero-container > p:empty {
  display: none;
}
@media (min-width: 768px) {
  .ir-hero-container {
    flex-direction: row-reverse;
    gap: 4rem;
    align-items: flex-start;
  }
}

.ir-hero-image-wrapper {
  position: relative;
  width: 100%;
  flex-shrink: 0;
}
.ir-hero-image-wrapper > p {
  margin: 0;
  padding: 0;
  display: block;
}
@media (min-width: 768px) {
  .ir-hero-image-wrapper {
    width: 400px;
  }
}

.ir-hero-image-accent {
  position: absolute;
  inset: 0;
  background-color: var(--ir-key-color);
  border-radius: 9px;
  transform: translate(12px, 12px);
  opacity: 0.2;
  transition: transform 0.5s;
}

.ir-hero-image-wrapper:hover .ir-hero-image-accent {
  transform: translate(8px, 8px);
}

.ir-hero-img {
  position: relative;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
  border-radius: 9px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .ir-hero-img {
    height: 450px;
  }
}

.ir-hero-body {
  flex: 1;
}
.ir-hero-body p {
  color: var(--ir-text-muted);
  line-height: 2;
  text-align: justify;
  margin-bottom: 1.5rem;
}

.ir-heading-primary {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 2rem;
  border-bottom: 4px solid var(--ir-key-color-light);
  padding-bottom: 1rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .ir-heading-primary {
    font-size: 1.875rem;
  }
}

.ir-hero-container-center {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 4rem;
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}

.ir-hero-image-wrapper-center {
  position: relative;
  width: 100%;
}

.ir-hero-image-accent-center {
  position: absolute;
  inset: 0;
  background-color: var(--ir-key-color);
  border-radius: 9px;
  transform: translate(12px, 12px);
  opacity: 0.2;
  transition: transform 0.5s;
}

.ir-hero-image-wrapper-center:hover .ir-hero-image-accent-center {
  transform: translate(8px, 8px);
}

.ir-hero-img-center {
  position: relative;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
  border-radius: 9px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .ir-hero-img-center {
    height: 500px;
  }
}

.ir-hero-body-center {
  width: 100%;
}

.ir-heading-primary-center {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 2rem;
  border-bottom: 4px solid var(--ir-key-color-light);
  padding-bottom: 1rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .ir-heading-primary-center {
    font-size: 1.875rem;
  }
}

.text-body {
  color: var(--ir-text-muted);
  line-height: 2;
  text-align: justify;
  margin-bottom: 1.5rem;
}

.sub-content {
  max-width: 896px;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.sub-content p {
  color: var(--ir-text-muted);
  line-height: 2;
  text-align: justify;
  margin-bottom: 1.5rem;
}

.heading-sub {
  font-size: 1.25rem;
  font-weight: 700;
  border-left: 4px solid var(--ir-key-color);
  padding-left: 1rem;
  margin-bottom: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .heading-sub {
    font-size: 1.5rem;
  }
}

.heading-minor {
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 2px solid var(--ir-border-color);
  padding-bottom: 0.5rem;
  margin-bottom: 1.25rem;
}

.ir-ceo-profile-section {
  margin-top: 5rem;
  border-top: 1px solid var(--ir-border-color);
  padding-top: 3rem;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.ir-ceo-profile-card {
  background: linear-gradient(135deg, var(--ir-bg-light) 0%, var(--ir-white) 100%);
  border: 1px solid #f3f4f6;
  border-radius: 9px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .ir-ceo-profile-card {
    flex-direction: row;
    padding: 2.5rem;
  }
}

.ir-ceo-profile-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--ir-key-color);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  display: block;
}

.ir-ceo-profile-name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.ir-ceo-profile-name-en {
  font-size: 0.875rem;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.ir-ceo-career-label {
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--ir-text-main);
  margin-bottom: 0.5rem;
}

.ir-ceo-career-text {
  font-size: 0.875rem;
  color: var(--ir-text-muted);
  line-height: 1.8;
}

.u-hidden-mobile {
  display: none;
}
@media (min-width: 768px) {
  .u-hidden-mobile {
    display: block;
  }
}

.ir-main-content nav,
.article-wrapper nav {
  background: #f7f7f7;
  width: 100%;
}
.ir-main-content nav .secInner,
.article-wrapper nav .secInner {
  max-width: none;
  width: 100%;
  padding: 0;
}
.ir-main-content nav ul,
.article-wrapper nav ul {
  display: flex;
  justify-content: center;
  gap: 1.8rem;
}
.ir-main-content nav li,
.article-wrapper nav li {
  font-size: 1.6rem;
  font-weight: 400;
}
.ir-main-content nav li a,
.article-wrapper nav li a {
  display: inline-block;
  color: #444;
  padding: 1.5rem 2.8rem;
  position: relative;
}
.ir-main-content nav li a.current,
.article-wrapper nav li a.current {
  color: #4a86ff;
  font-size: 1.6rem;
  font-weight: 700;
}
.ir-main-content nav li a.current:after,
.article-wrapper nav li a.current:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #4a86ff;
}
@media (hover: hover) {
  .ir-main-content nav li a:hover:hover,
  .article-wrapper nav li a:hover:hover {
    color: #4a86ff;
    font-weight: 700;
  }
  .ir-main-content nav li a:hover:hover::after,
  .article-wrapper nav li a:hover:hover::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #4a86ff;
  }
}
@media (max-width: 960px) {
  .ir-main-content nav,
  .article-wrapper nav {
    flex-direction: column;
    align-items: center;
    gap: 0;
    background: #f7f7f7 !important;
  }
  .ir-main-content nav .company_nav_sep,
  .article-wrapper nav .company_nav_sep {
    display: block;
    width: 100%;
    height: 4px;
    background: #fff;
    flex-shrink: 0;
  }
  .ir-main-content nav ul,
  .article-wrapper nav ul {
    gap: 1.8rem;
  }
  .ir-main-content nav li,
  .article-wrapper nav li {
    font-size: 1.3rem;
  }
  .ir-main-content nav li a,
  .article-wrapper nav li a {
    padding: 1em 0;
  }
}

.ir-main-content .tableWrap,
.article-wrapper .tableWrap {
  width: 100%;
  max-width: 928px;
  margin-top: 9rem;
}
.ir-main-content .tableWrap > table,
.article-wrapper .tableWrap > table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.875;
}
.ir-main-content .tableWrap > table a,
.article-wrapper .tableWrap > table a {
  color: #4175DF;
  text-decoration: underline;
}
@media (hover: hover) {
  .ir-main-content .tableWrap > table a:hover,
  .article-wrapper .tableWrap > table a:hover {
    text-decoration: none;
  }
}
.ir-main-content .tableWrap > table > tbody > tr > th,
.article-wrapper .tableWrap > table > tbody > tr > th {
  color: rgb(82, 77, 191);
  border-bottom-color: rgb(109, 102, 254);
  vertical-align: top;
  border-bottom: rgb(216, 216, 222) solid 1px;
  padding: 1.5rem;
  min-width: 8em;
}
.ir-main-content .tableWrap > table > tbody > tr > td,
.article-wrapper .tableWrap > table > tbody > tr > td {
  vertical-align: top;
  border-bottom: rgb(216, 216, 222) solid 1px;
  padding: 1.5rem;
}
.ir-main-content .tableWrap > table > tbody > tr > td .note,
.article-wrapper .tableWrap > table > tbody > tr > td .note {
  font-size: 0.8em;
  margin-top: 0.5em;
}
.ir-main-content .tableWrap > table > tbody > tr > td ul,
.article-wrapper .tableWrap > table > tbody > tr > td ul {
  padding-left: 1.5em;
  list-style: disc;
}
.ir-main-content .tableWrap > table > tbody > tr > td ul li,
.article-wrapper .tableWrap > table > tbody > tr > td ul li {
  margin: 0;
}
@media (max-width: 960px) {
  .ir-main-content .tableWrap,
  .article-wrapper .tableWrap {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .ir-main-content .tableWrap > table,
  .article-wrapper .tableWrap > table {
    display: block;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .ir-main-content .tableWrap > table > tbody > tr,
  .article-wrapper .tableWrap > table > tbody > tr {
    display: block;
  }
  .ir-main-content .tableWrap > table > tbody > tr > th, .ir-main-content .tableWrap > table > tbody > tr > td,
  .article-wrapper .tableWrap > table > tbody > tr > th,
  .article-wrapper .tableWrap > table > tbody > tr > td {
    display: block;
    padding: 0.8rem;
    padding-right: 0;
  }
  .ir-main-content .tableWrap > table > tbody > tr > td,
  .article-wrapper .tableWrap > table > tbody > tr > td {
    border-bottom: none;
  }
  .ir-main-content .tableWrap > table > tbody > tr > td ul li,
  .article-wrapper .tableWrap > table > tbody > tr > td ul li {
    margin: 0;
  }
}

.ir-main-content ul.newsList,
.article-wrapper ul.newsList {
  width: 100%;
  margin-top: 5.6rem;
  padding: 2rem;
  flex: 1;
}
.ir-main-content ul.newsList li,
.article-wrapper ul.newsList li {
  border-bottom: #d8d8de solid 1px;
}
.ir-main-content ul.newsList li a.postInner,
.article-wrapper ul.newsList li a.postInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  gap: 0 4rem;
  padding: 2rem 0;
}
.ir-main-content ul.newsList li a.postInner .date,
.article-wrapper ul.newsList li a.postInner .date {
  font-size: 1.2rem;
}
.ir-main-content ul.newsList li a.postInner .cat,
.article-wrapper ul.newsList li a.postInner .cat {
  font-size: 1.2rem;
  line-height: 1.1666666667;
  background: #eeeff5;
  min-width: 12rem;
  text-align: center;
  padding: 0.7rem 1.8rem;
}
.ir-main-content ul.newsList li a.postInner .title,
.article-wrapper ul.newsList li a.postInner .title {
  flex: 1;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .ir-main-content ul.newsList li a.postInner:hover,
  .article-wrapper ul.newsList li a.postInner:hover {
    background: rgba(244, 245, 246, 0.5);
  }
  .ir-main-content ul.newsList li a.postInner:hover .title,
  .article-wrapper ul.newsList li a.postInner:hover .title {
    color: #4175DF;
  }
}
@media (max-width: 960px) {
  .ir-main-content ul.newsList,
  .article-wrapper ul.newsList {
    margin-top: 0;
    padding: 0;
  }
  .ir-main-content ul.newsList li a.postInner,
  .article-wrapper ul.newsList li a.postInner {
    padding: 2rem 0;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .ir-main-content ul.newsList li a.postInner .date,
  .article-wrapper ul.newsList li a.postInner .date {
    font-size: 1rem;
    line-height: 2;
  }
  .ir-main-content ul.newsList li a.postInner .cat,
  .article-wrapper ul.newsList li a.postInner .cat {
    font-size: 1rem;
    line-height: 2;
    padding: 0 1.6rem;
    min-width: 10rem;
  }
  .ir-main-content ul.newsList li a.postInner .title,
  .article-wrapper ul.newsList li a.postInner .title {
    font-size: 1.4rem;
    line-height: 1.5;
    width: 100%;
    flex: auto;
  }
}

.ir-main-content h1,
.article-wrapper h1 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .ir-main-content h1,
  .article-wrapper h1 {
    font-size: 2.5rem;
  }
}

html.ir-page-root {
  font-size: 16px !important;
}

@media (min-width: 961px) {
  html.ir-page-root header,
  html.ir-page-root .header-new-renewal {
    height: 70px !important;
  }
  html.ir-page-root header .headerWrap,
  html.ir-page-root .header-new-renewal .headerWrap {
    height: 70px !important;
  }
  html.ir-page-root header .headerWrap .headerInner h1,
  html.ir-page-root .header-new-renewal .headerWrap .headerInner h1 {
    width: 222px !important;
  }
  html.ir-page-root header .headerWrap .headerInner .menuPC ul,
  html.ir-page-root .header-new-renewal .headerWrap .headerInner .menuPC ul {
    height: 70px !important;
    font-size: 16px !important;
  }
  html.ir-page-root header .headerWrap .headerInner .menuPC ul li a,
  html.ir-page-root .header-new-renewal .headerWrap .headerInner .menuPC ul li a {
    height: 70px !important;
    font-size: 16px !important;
  }
  html.ir-page-root header .headerWrap .headerInner .menuPC a.btn,
  html.ir-page-root .header-new-renewal .headerWrap .headerInner .menuPC a.btn {
    height: 70px !important;
    font-size: 16px !important;
  }
}
@media (max-width: 960px) {
  html.ir-page-root header,
  html.ir-page-root .header-new-renewal {
    height: 40px !important;
  }
  html.ir-page-root header .headerWrap,
  html.ir-page-root .header-new-renewal .headerWrap {
    height: 40px !important;
  }
  html.ir-page-root header .headerWrap .headerInner,
  html.ir-page-root .header-new-renewal .headerWrap .headerInner {
    padding: 0 10px !important;
    height: 40px !important;
  }
  html.ir-page-root header .headerWrap .headerInner h1,
  html.ir-page-root .header-new-renewal .headerWrap .headerInner h1 {
    width: 140px !important;
    height: 40px !important;
  }
  html.ir-page-root header .headerWrap .headerInner .forSP.menu_btn,
  html.ir-page-root .header-new-renewal .headerWrap .headerInner .forSP.menu_btn {
    width: 40px !important;
    height: 40px !important;
  }
  html.ir-page-root header.open .headerWrap .headerInner h1,
  html.ir-page-root .header-new-renewal.open .headerWrap .headerInner h1 {
    width: 140px !important;
    height: 40px !important;
    flex: none !important;
  }
}
html.ir-page-root footer .footerContact a.btn {
  height: 150px !important;
}
html.ir-page-root footer .footerContact a.btn span {
  font-size: 14px !important;
}
html.ir-page-root footer .footerContact a.btn span.rail {
  font-size: 40px !important;
}
@media (min-width: 961px) {
  html.ir-page-root footer .footerWrap .footerSec h2,
  html.ir-page-root .footer-new .footerWrap .footerSec h2 {
    font-size: 24px !important;
  }
}
@media (max-width: 960px) {
  html.ir-page-root footer .footerWrap .footerSec h2,
  html.ir-page-root .footer-new .footerWrap .footerSec h2 {
    font-size: 20px !important;
  }
}
html.ir-page-root footer .footerWrap {
  padding-top: 80px !important;
}
@media (max-width: 960px) {
  html.ir-page-root footer .footerWrap {
    padding: 40px 10px 0 !important;
  }
}
html.ir-page-root footer .footerWrap .footerSec {
  font-size: 14px !important;
}
html.ir-page-root footer .footerWrap .footerSec .cap .label {
  font-size: 20px !important;
}
html.ir-page-root footer .footerWrap .footerSec .cap ul.sns {
  gap: 0 22px !important;
  margin-top: 20px !important;
}
html.ir-page-root footer .footerWrap .footerSec .cap ul.sns li a {
  width: 22px !important;
  height: 22px !important;
}
html.ir-page-root footer .footerWrap .footerSec dl dt {
  font-size: 18px !important;
  margin-bottom: 7px !important;
}
html.ir-page-root footer .footerWrap .footerEnd,
html.ir-page-root .footer-new .footerWrap .footerEnd {
  padding: 56px 0 !important;
  font-size: 12px !important;
}
html.ir-page-root footer .footerWrap .footerEnd .footer-columns .footer-column .policy dd a,
html.ir-page-root footer .footerWrap .footerEnd .footer-columns .footer-column .contact,
html.ir-page-root .footer-new .footerWrap .footerEnd .footer-columns .footer-column .policy dd a,
html.ir-page-root .footer-new .footerWrap .footerEnd .footer-columns .footer-column .contact {
  font-size: 14px !important;
}
@media (max-width: 960px) {
  html.ir-page-root footer .footerWrap .footerEnd .footer-columns .footer-column .contact,
  html.ir-page-root .footer-new .footerWrap .footerEnd .footer-columns .footer-column .contact {
    margin-top: 50px !important;
  }
}

html.ir-page-root .breadcrumbs_wrap {
  padding: 10px 0 !important;
}
@media (max-width: 960px) {
  html.ir-page-root .breadcrumbs_wrap {
    padding: 10px 20px !important;
  }
}
html.ir-page-root .breadcrumbs {
  font-size: 12px !important;
  gap: 8px !important;
}
@media (max-width: 960px) {
  html.ir-page-root .breadcrumbs {
    font-size: 14px !important;
    gap: 4px !important;
  }
}

html.ir-page-root footer .footerWrap .footerSec .dl-container dl:first-child dt.main-title,
html.ir-page-root footer .footerWrap .footerSec .dl-container dl:not(:first-child) dt.main-title,
html.ir-page-root .footer-new .footerWrap .footerSec .dl-container dl:first-child dt.main-title,
html.ir-page-root .footer-new .footerWrap .footerSec .dl-container dl:not(:first-child) dt.main-title {
  font-size: 16px !important;
}
@media (max-width: 960px) {
  html.ir-page-root footer .footerWrap .footerSec .dl-container dl:first-child dt.main-title,
  html.ir-page-root footer .footerWrap .footerSec .dl-container dl:not(:first-child) dt.main-title,
  html.ir-page-root .footer-new .footerWrap .footerSec .dl-container dl:first-child dt.main-title,
  html.ir-page-root .footer-new .footerWrap .footerSec .dl-container dl:not(:first-child) dt.main-title {
    font-size: 14px !important;
  }
}
html.ir-page-root footer .footerWrap .footerSec .dl-container dl:first-child dt.sub-title,
html.ir-page-root footer .footerWrap .footerSec .dl-container dl:not(:first-child) dt.sub-title,
html.ir-page-root .footer-new .footerWrap .footerSec .dl-container dl:first-child dt.sub-title,
html.ir-page-root .footer-new .footerWrap .footerSec .dl-container dl:not(:first-child) dt.sub-title {
  font-size: 14px !important;
}
html.ir-page-root footer .footerWrap .footerSec .dl-container dl:first-child dd a,
html.ir-page-root footer .footerWrap .footerSec .dl-container dl:not(:first-child) dd a,
html.ir-page-root .footer-new .footerWrap .footerSec .dl-container dl:first-child dd a,
html.ir-page-root .footer-new .footerWrap .footerSec .dl-container dl:not(:first-child) dd a {
  font-size: 14px !important;
}

html.ir-page-root .ir-page-header #toc_container,
html.ir-page-root .ir-main-content #toc_container,
html.ir-page-root .article-wrapper #toc_container {
  display: none !important;
}
html.ir-page-root #toc_container {
  display: none !important;
}