@charset "UTF-8";
.l-wrapper {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 749px) {
  .l-wrapper {
    min-width: 320px;
    padding-bottom: 120px;
  }
  .l-wrapper.js-apply-close {
    padding-bottom: 0;
  }
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;
  background: transparent;
}
body {
  color: #161616;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ul, li {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, select {
  vertical-align: middle;
}
button {
  padding: 0;
  border: 0;
  background: 0;
}
.is-pc {
  display: block !important;
}
.is-sp {
  display: none!important;
}
.br-pc {
  display: inline-block;
}
.br-tab {
  display: none;
}
.br-sp {
  display: none;
}

.icon-twitter {
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/logo_twitter.png) no-repeat;
  background-size: 43px auto;
  width: 43px;
  height: 43px;
}
.icon-instagram {
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/logo_instagram.png) no-repeat;
  background-size: 43px auto;
  width: 43px;
  height: 43px;
}
.icon-line {
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/logo_line.png) no-repeat;
  background-size: 43px auto;
  width: 43px;
  height: 43px;
}
.icon-tiktok {
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/logo_tiktok.png) no-repeat;
  background-size: 43px auto;
  width: 43px;
  height: 43px;
}

.menu-sns-container {
  display: none;
}

.menu-banner-reskilling,
.menu-banner-stories,
.top-banner-image {
  max-width: 0;
}
.top-business-title-sp {
  display: none;
}
.top-business-title-pc {
  display: flex;
  justify-content: center;
}
.top-business-title-image-pc {
  width: 100%;
  max-width: 640px;
  padding: 16px 0;
}

@media (max-width: 749px) {
  .top-banner-container {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
  }

  .top-banner-image {
    max-width: 100%;
  }

  .top-business-title-sp {
    display: flex;
    justify-content: center;
  }
  .top-business-title-image-sp {
    max-width: 100%;
  }
  .top-business-title-pc {
    display: none;
  }

  .menu-sns-container {
    display: block;
    margin-top: 64px;
    text-align: center;
  }
  .menu-sns-button {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 12px;
  }

  .menu-banners {
    display: block;
    align-items: center;
    padding: 0px 24px;
    margin-top: 32px;
    background-color: #fff;
  }

  .menu-banner-reskilling,
  .menu-banner-stories {
    max-width: 100%;
  }

  .menu-banner-stories {
    margin-top: 16px;
  }
}
.br-common {
  display: inline-block;
}
.l-header {
  width: 100%;
  max-width: 1164px;
  padding: 16px;
  box-sizing: border-box;
}
.logo img {
  height: 52px;
  width: auto;
  vertical-align: top;
}
@media (max-width: 749px) {
  .l-header {
    padding: 8px;
  }
  .logo img {
    height: 40px;
    width: auto;
    vertical-align: top;
  }
}
.c-globalNav {
  max-height: calc(100vh);
  height: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  overflow-y: auto;
}
.c-globalNav ul {
  display: flex;
  padding-left: 16px;
  background-color: #7e92db;
  border-radius: 0 0 0 48px;
}
.c-globalNav li {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.c-globalNav li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #fff;
}
.c-globalNav a {
  display: block;
  color: #fff;
}
.c-globalNav a:hover {
  opacity: 0.7;
}
.c-globalNav span {
  display: block;
  padding: 16px 32px;
}
.c-globalNav .trigger,
.c-globalNav .button {
  display: none;
}
@media (max-width: 749px) {
  .c-globalNav .l-content {
    display: none;
  }
  .c-globalNav .trigger {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 52px;
    height: 52px;
    background-color: #fff;
    z-index: 100;
    text-align: center;
  }
  .c-globalNav .trigger span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 4px;
    margin-top: -2px;
    margin-left: -16px;
    padding: 0;
    border-radius: 2px;
    background-color: #7e92db;
  }
  .c-globalNav .trigger span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 32px;
    height: 4px;
    margin-top: -12px;
    margin-left: -16px;
    padding: 0;
    border-radius: 2px;
    background-color: #7e92db;
  }
  .c-globalNav .trigger span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 32px;
    height: 4px;
    margin-top: 8px;
    margin-left: -16px;
    padding: 0;
    border-radius: 2px;
    background-color: #7e92db;
  }
  .js-nav-fixed.c-globalNav .trigger {
    background-color: #7e92db;
  }
  .js-nav-fixed.c-globalNav .trigger span {
    background-color: #fff;
  }
  .js-nav-fixed.c-globalNav .trigger span:before, .js-nav-fixed.c-globalNav .trigger span:after {
    background-color: #fff;
  }
  .js-nav-open .c-globalNav {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .js-nav-open .c-globalNav a {
    color: #161616;
  }
  .js-nav-open .c-globalNav .l-content {
    display: block;
    width: 100%;
    background: #fff url("../images/bg_nav_01.png") no-repeat center top;
  }
  .js-nav-open .c-globalNav ul {
    padding: 120px 0 0;
    flex-direction: column;
    background: none;
  }
  .js-nav-open .c-globalNav li {
    font-size: 21px;
  }
  .js-nav-open .c-globalNav li:first-letter {
    color: #7e92db;
  }
  .js-nav-open .c-globalNav li + li {
    margin-top: 24px;
  }
  .js-nav-open .c-globalNav li + li:before {
    display: none;
  }
  .js-nav-open .c-globalNav .button {
    display: block;
    margin-top: 56px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .js-nav-open .c-globalNav .button a {
    color: #fff;
  }
  .js-nav-open .c-globalNav .button span {
    display: inline-block;
    padding: 0 60px;
    background-color: #7e92db;
    line-height: 60px;
    border-radius: 60px;
  }
  .js-nav-open .c-globalNav .trigger {
    background: #fff;
  }
  .js-nav-open .c-globalNav .trigger span {
    transform: rotate(45deg);
  }
  .js-nav-open .c-globalNav .trigger span:before {
    margin-top: -2px;
    transform: rotate(90deg);
  }
  .js-nav-open .c-globalNav .trigger span:after {
    margin-top: -2px;
    transform: rotate(-90deg);
  }
  .js-nav-open .c-globalNav.js-nav-fixed .trigger span {
    background-color: #7e92db;
  }
  .js-nav-open .c-globalNav.js-nav-fixed .trigger span:before, .js-nav-open .c-globalNav.js-nav-fixed .trigger span:after {
    background-color: #7e92db;
  }
}
.l-top {
  position: relative;
  width: 100%;
  max-width: 1164px;
  margin: 0 auto;
  padding: 100px 24px 200px;
  box-sizing: border-box;
}
.l-top .primary {
  display: flex;
  gap: 0 1.8%;
  justify-content: space-between;
  width: 468px;
  margin-top: 30px;
}
.l-top .primary li {
  border-radius: 10px;
  width: 100%;
  flex-basis: 33%;
  border: 3px solid #2c3e83;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1;
  color: #2c3e83;
  padding: 16px 10px 12px;
}
.l-top .primary li span {
  font-size: 34px;
  margin-right: 2px;
}
.l-top .primary li .text {
  display: inline-block;
  /*justify-content: center;
  align-items: flex-end;*/
}
.l-top .primary li .text span:nth-child(1) {
  display: inline-block;
  letter-spacing: -0.03em;
  transform-origin: top right;
  margin-right: 0;
}
.l-top .primary li .text span:nth-child(2) {
  display: inline-block;
  font-size: 28px;
  margin-bottom: 3px;
  margin-right: 0;
}
.l-top .primary li .text span:nth-child(3) {
  display: inline-block;
  font-size: 17px;
  margin-bottom: 3px;
  margin-right: 0;
}
.l-top .primary li .star {
  font-size: 28px;
  margin-bottom: 3px;
  margin-right: 0;
}
.l-top .update-date {
  display: flex;
  justify-content: end;
  width: 100%;
  max-width: 468px;
  font-size: 14px;
  color: #2c3e83;
  margin-top: 4px;
}
.l-top .headline  {
  position: relative;
  width: 468px;
}
.l-top .headline picture img {
  width: 468px;
  height: auto;
}
.l-top .headline .badge {
  position: absolute;
  top: 80px;
  right: -76px;
  width: 107px;
  height: auto;
}
.l-top .headline .badge img {
  width: 100%;
  height: auto;
}
.l-top .lead {
  margin-top: 10px;
  color: #7e92db;
  line-height: 1.6;
  letter-spacing: 2.2px;
}
.l-top .button-area {
  margin-top: 40px;
}
.l-top .button-area .button {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 8px;
}
.l-top .button-area .button a {
  color: #fff;
}
.l-top .button-area .button a:hover {
  opacity: 0.8;
}
.l-top .button-area .button span {
  position: relative;
  display: inline-block;
  padding: 0 100px;
  background-color: #7e92db;
  line-height: 80px;
  border-radius: 80px;
}
.l-top .button span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 78px;
  height: 18px;
  margin-top: -16px;
  background: url("../images/bg_btn_01.png") no-repeat right center;
}
.l-top .button-area .campaign-area {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.l-top .button-area .campaign-area .enclosure {
  width: 28px;
  height: 42px;
}
.l-top .button-area .campaign-area .campaign-messages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
}
.l-top .button-area .campaign-area .campaign-messages .campaign-message-1 {
  color: #7490e9;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.8px;
  margin-bottom: 4px;
}
.l-top .button-area .campaign-area .campaign-messages .campaign-message-2 {
  color: #344a92;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.8px;
}
.l-top .button-area .campaign-area .emphasis {
  font-size: 20px;
  line-height: 23.87px;
  letter-spacing: 1.8px;
}
.l-top .button-area .note {
  color: #344a92;
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
  padding: 8px;
}
.l-top .video {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 50%;
  margin-left: -25%;
  z-index: -1;
  filter: drop-shadow(0px 0px #000);
}
@media (max-width: 749px) {
  .l-top {
    display: flex;
    flex-direction: column;
    /* 46px is the top position of badge */
    padding: calc(46px + 14px) 15px 0; 
    text-align: center;
  }

  .banner {
    position: relative;
    z-index: 3;
    margin: 16px 20px 0;
  }

  .banner img{
    width: 100%;
    height: auto;
  }

  .l-top .headline {
    width: 280px;
    margin: 0 auto;
    z-index: 4;
  }
  .l-top .headline picture img {
    width: 280px;
    height: auto;
  }
  .l-top .headline .badge {
    top: -46px;
    right: -40px;
    width: 70px;
    height: auto;
  }
  .l-top .headline .badge img {
    width: 100%;
    height: auto;
  }
  .l-top .lead {
    margin-top: 40px;
    order: 1;
    font-size: 13px;
    text-align: center;
  }
  .l-top .primary {
    order: 2;
    gap: 0 1.5%;
    width: auto;
    margin-top: 18px;
  }
  .l-top .primary li {
    border: 2px solid #2c3e83;
    font-size: 13px;
    padding: 12px 8px;
  }
  .l-top .primary li span {
    font-size: 28px;
  }
  .l-top .primary li .text {
    margin-left: -16px;
    margin-right: -6px;
  }
  .l-top .primary li .text span:nth-child(1) {
    font-size: 28px;
  }
  .l-top .primary li .text span:nth-child(2) {
    font-size: 22px;
  }
  .l-top .primary li .text span:nth-child(3) {
    font-size: 13px;
    margin-right: -10px;
  }
  .l-top .primary li .star {
    font-size: 20px;
  }
  .l-top .update-date {
    order: 2;
    max-width: 100%;
  }
  .l-top .button-area {
    margin-top: 304px;
  }
  .l-top .button-area .button {
    font-size: 13px;
    margin-top: 10px;
  }
  .l-top .button-area .button span {
    padding: 0 56px;
    line-height: 56px;
    border-radius: 56px;
  }
  .l-top .button-area .button span:before {
    margin-top: -12px;
    background-size: 40px auto;
  }
  .l-top .button-area .campaign-area {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .l-top .button-area .campaign-area .enclosure {
    width: 28px;
    height: 42px;
  }
  .l-top .button-area .campaign-area .campaign-messages {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 4px;
  }
  .l-top .button-area .campaign-area .campaign-messages .campaign-message-1 {
    color: #7490e9;
    font-size: 17px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.8px;
    margin-bottom: 4px;
  }
  .l-top .button-area .campaign-area .campaign-messages .campaign-message-2 {
    color: #344a92;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1px;
  }
  .l-top .button-area .campaign-area .emphasis {
    font-size: 20px;
    line-height: 23.87px;
    letter-spacing: 1.8px;
  }
  .l-top .button-area .note {
    color: #344a92;
    font-size: 8px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1px;
  }
  .l-top .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 180px 0 0;
    overflow: hidden;
    filter: drop-shadow(0px 0px #000);
  }
  .l-top .video video {
    position: relative;
    left: 50%;
    width: 400px;
    height: auto;
    margin-left: -100%;
    filter: drop-shadow(0px 0px rgba(0,0,0,0));
    outline: none;
    border: none;
  }
}
.l-contentWrap-a {
  margin: 0 auto;
 }
 .l-contentWrap-b {
  position: relative;
  background-color: #7e92db;
  margin: 0 auto;
  padding: 100px 0 200px;
 }
 .l-contentWrap-a .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1164px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.l-contentWrap-a .headline {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: center;
}
.l-contentWrap-a .headline span {
  display: inline-block;
  text-align: center;
  width: 254px;
  padding: 10px 0;
  border-bottom: 2px solid #232323;
}
.l-contentWrap-a .headline span:first-letter {
  color: #7e92db;
}
.l-contentWrap-a .lead {
  text-align: center;
  font-size: 36px;
  font-feature-settings: "palt";
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 60px;
}
.l-contentWrap-a .lead .emphasis {
  color: #7e92db;
  font-size: 46px;
}
.l-contentWrap-a .lead .detail {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  margin: -12px 2px 0 -4px;
}
.l-contentWrap-b .inner {
  width: 100%;
  max-width: 1164px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.l-contentWrap-b .headline {
  color: #fff;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  letter-spacing: 0.1em;
}
.l-contentWrap-b .headline:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  margin-left: -100%;
  background-color: #232323;
}
.l-contentWrap-b .headline span {
  display: inline-block;
  padding: 10px 0;
  border-bottom: 2px solid #232323;
}
.l-contentWrap-b .headline span:first-letter {
  color: #7e92db;
}
.l-contentWrap-b .headline:before {
  background-color: #fff;
}
.l-contentWrap-b .headline span {
  border-color: #fff;
}
.l-contentWrap-b .headline span:first-letter {
  color: #fff;
}

@media (max-width: 749px) {
  .l-contentWrap-a .headline {
    font-size: 21px;
  }
  .l-contentWrap-a .headline span {
    width: 140px;
  }
  .l-contentWrap-a .lead {
    font-size: 18px;
    margin-top: 40px
  }
  .l-contentWrap-a .lead .emphasis {
    font-size: 22px;
  }
  .l-contentWrap-a .lead .detail {
    font-size: 10px;
  }
  .l-contentWrap-b {
    padding: 50px 0 200px;
  }
  .l-contentWrap-b .headline {
    font-size: 21px;
  }
}


.s-maincopy .maincopy img {
  margin: auto;
 display: block;
 margin: 100px auto 40px;
 background-size: 100%;
   width: 60%;
   height: auto;

 }

.s-maincopy .text {
   color: #7e92db;
   font-size: 23px;
     text-align: center;
   font-feature-settings: "palt";
   font-weight: bold;
   line-height: 1.8;
   letter-spacing: 0.1em;
}

@media (max-width: 949px) {
 .s-maincopy .maincopy img {
  margin: auto;
 display: block;
 margin: 100px auto 20px;
 background-size: 100%;
   width: 100%;
   height: auto;
}
 }

@media (max-width: 949px) {
.s-maincopy .text {
   color: #7e92db;
   font-size: 16px;
     text-align: center;
   font-feature-settings: "palt";
   font-weight: bold;
   line-height: 2;
   letter-spacing: 0.1em;
 margin-bottom: -100px;
}
}


.s-point {
  margin: 100px auto 0;
}
.s-point .point {
  display: flex;
  gap: 0 2%;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  max-width: 940px;
  margin: 60px auto 0;
  padding: 0;
}
.s-point .point .point-box {
  border-radius: 20px;
  border: 4px solid #7e92db;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  flex-basis: 51%;
  max-width: 352px;
  padding: 0 20px 24px;
}
.s-point .point .point-box .image {
  width: 100%;
  margin: -40px 0 20px;
}
.s-point .point .point-box .image img {
  width: 100%;
  height: auto;
}
.s-point .point p {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.4;
  color: #7e92db;
  letter-spacing: 0.1em;
  margin: 0;
}
.s-point .point .point-pic {
  display: flex;
  align-items: center;
  width: 7.3%;
  max-width: 62px;
  margin: 0 auto;
}
.s-point .point .point-pic img {
  height: auto;
  width: 100%;
}
.point-arrow {
  width: 20%;
  max-width: 179px;
  margin: 15px auto 30px;
}
.point-arrow img {
  width: 100%;
  height: auto;
}
.s-point .text {
  font-size: 48px;
  letter-spacing: 0.1em;
  color: #7e92db;
  font-weight: bold;
  text-align: center;
}
.point-bg {
  position: absolute;
  z-index: -1;
  top: 120px;
  left: 50%;
  width: 303px;
  margin-left: -67%;
}
.point-bg img {
  width: 100%;
  height: auto;
}
.s-point .youtube {
  text-align: center;
  margin-top: 24px;
}
.s-point .video-title{
  margin-top: 80px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 29.3px;
}
@media (max-width: 1399px) {
  .point-bg {
    width: 25%;
    margin-left: -62%;
  }
}
@media (max-width: 1199px) {
  .point-bg {
    width: 20%;
    margin-left: -54%;
  }
}
@media (max-width: 949px) {
  .point-bg {
    width: 18%;
    margin-left: -56%;
  }
  .s-point .point p {
    font-size: 31px;
    letter-spacing: .08em;
    line-height: 1.3;
  }
  .s-point .text {
    font-size: 46px;
  }
}
/*
.s-point .point dl {
  flex-basis: 33%;
  padding: 20px;
  border-radius: 20px;
  border: 4px solid #7e92db;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  background-color: #fff;
}
.s-point .point dt {
  display: flex;
  align-items: center;
  color: #7e92db;
  font-weight: bold;
}
*/
@media (max-width: 749px) {
  .s-point {
    margin-top: 200px;
  }
  .point-lead {
    font-size: 16px !important;
  }
  .s-point .point {
    flex-direction: column;
    gap: 14px 0;
  }
  .s-point .point .point-box {
    border-radius: 10px;
    border: 2px solid #7e92db;
    max-width: initial;
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 15px 10px 15px 15px;
  }
  .s-point .point p {
    order: 1;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
  }
  .s-point .point .point-box .image {
    order: 2;
  }
  .s-point .point .point-box .image_01 {
    width: 112px;
    margin: -30px 5px 0 0;
  }
  .s-point .point .point-box .image_02 {
    width: 148px;
    margin: -25px 0 0;
  }
  .s-point .point .point-box .image_03 {
    width: 128px;
    margin: -30px 0 0;
  }
  .s-point .point .point-pic {
    width: 31px;
    max-width: initial;
  }
  .point-arrow {
    width: 90px;
    max-width: initial;
    margin: 24px auto 24px;
  }
  .s-point .text {
    font-size: 20px;
  }
  .point-bg {
    display: none;
  }
  .s-point .youtube {
    margin-top: 16px;
  }
  .s-point .video-title{
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
    line-height: 19.54px;
  }
}

@media (max-width: 607px) {
  .s-point .youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .s-point .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}


.s-supervision {
  margin-top: 40px;
  padding: 54px 28px;
  border-radius: 10px;
  border: 2px solid var(--primary-level-2, #7490E9);
  background: var(--white, #FFF);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.30);
  max-width: 1000px;
  display: flex;
}
.supervision-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--primary-level-2, #7490E9);
}
.supervision-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
}
.supervision-affiliation {
  display: flex;
  align-items: center;
}
.supervision-affiliation-university {
  color: var(--primary-level-1, #344A92);
  font-size: 18px;
  font-weight: 510;
  line-height: 18px;
  letter-spacing: 1.2px;
}
.supervision-affiliation-department {
  color: var(--primary-level-1, #344A92);
  font-size: 18px;
  font-weight: 510;
  line-height: 18px;
  letter-spacing: 1.2px;
}
.supervision-name {
  color: var(--primary-level-1, #344A92);
  font-size: 28px;
  font-style: normal;
  font-weight: 510;
  line-height: 18.2px;
  letter-spacing: 1px;
}
.supervision-name-title {
  font-size: 18px;
  padding-left: 8px;
}
.supervision-image-sp {
  display: none;
}
.supervision-messages {
  padding-top: 18px;
  color: var(--primary-level-1, #344A92);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.28px;
}
.supervision-messages p {
  margin-bottom: 12px;
}
.supervision-message-title {
  color: #344A92;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.3px;
}
.supervision-message-topic {
  color: var(--primary-level-2, #7490E9);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 2.24px;
}
.supervision-backlink {
  display: flex;
  align-items: flex-start;
  color: #344A92;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.3px;
}
.supervision-backlink p {
  margin-right: 8px;
  margin-bottom: 0;
  text-decoration-line: underline;
}
.icon-backlink {
  width: 16px;
  height: 16px;
}
.supervision-image-pc {
  width: 300px;
  height: 300px;
  padding-left: 16px;
}

@media (max-width: 892px) {
  .s-supervision {
    margin-top: 32px;
    padding: 0;
  }  
  .supervision-header {
    display: flex;
    justify-content: space-between;;
    border-bottom: 1px solid var(--primary-level-2, #7490E9);
  }
  .supervision-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 0 24px 16px;
  }
  .supervision-affiliation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .supervision-affiliation-university {
    font-size: 18px;
    font-weight: 510;
    line-height: 18.2px;
    letter-spacing: 1.2px;
  }
  .supervision-affiliation-department {
    font-size: 12px;
    font-weight: 510;
    line-height: 18px;
    letter-spacing: 0.8px;
  }
  .supervision-name {
    font-size: 21px;
    font-weight: 510;
    line-height: 18.2px;
    letter-spacing: 1px;
  }
  .supervision-name-title {
    font-size: 18px;
  }
  .supervision-image-sp {
    display: block;
    width: 123px;
    height: 123px;
  }
  .supervision-messages {
    padding: 16px;
    font-size: 14px;
  }
  .supervision-messages p {
    margin-bottom: 12px;
  }
  .supervision-message-title {
    font-size: 10px;
  }
  .supervision-message-topic {
    font-size: 16px;
    line-height: 140%;
  }
  .supervision-backlink {
    font-size: 10px;
  }
  .supervision-backlink p {
    margin-bottom: 0;
  }
  .supervision-image-pc {
    display: none;
  }
}

.s-coach {
  margin: 196px auto 0;
}
.coach-bg {
  position: absolute;
  z-index: -1;
  top: -70px;
  right: 50%;
  max-width: 432px;
  margin-right: -72%;
}
.coach-bg img {
  width: 100%;
  height: auto;
}
@media (max-width: 1399px) {
  .coach-bg {
    margin-right: -68%;
  }
}
@media (max-width: 1199px) {
  .coach-bg {
    width: 32%;
    margin-right: -60%;
  }
}
.s-coach .note {
  font-size: 12px;
  width: 1400px;
  margin: 26px auto 14px;
  padding-left: 20px;
}
.s-coach .subhead {
  position: relative;
  padding-left: 26px;
  font-family: "Montserrat", sans-serif;
  margin-top: 56px;
  color: #7e92db;
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
}
.s-coach .subhead:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border-radius: 9px;
  background-color: #7e92db;
}
.s-coach .subhead span {
  margin-left: 24px;
  font-size: 18px;
}
.s-coach .slider-bg{
  background-color: #7e92db;
  position: relative;
  z-index: 2;
  padding: 60px 0 50px;
}
/*スライダーの設定*/
.s-coach .slider {
  width :  100%;
}
.s-coach .slider .slick-slide {
  max-width: 740px;
  width: 100%;
  margin :  0px 20px;
  height : auto;
}
.s-coach .slider .slick-track {
  display: flex;
}
.s-coach .slider .slick-slide img {
  width :  100%;
}
.s-coach .slider .slick-slide {
  transition :  all ease-in-out .3s;
}

/*矢印の設定*/
.s-coach .slider .slick-prev, 
.s-coach .slider .slick-next {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100px;
  background: rgba(0, 0, 0, 0.6);
  margin-top: -6vh;
}
.s-coach .slider .slick-prev {
  left: 0;
  border-radius: 0 50px 50px 0;
}
.s-coach .slider .slick-next {
  right: 0;
  border-radius: 50px 0 0 50px;
}
.s-coach .slider .slick-prev::after,
.s-coach .slider .slick-next::after {
  display: inline-block;
  content: "";
  border-top: 2px solid #fff;/*矢印の色*/
  border-right: 2px solid #fff;/*矢印の色*/
  height: 15px;
  width: 15px;
}
.s-coach .slider .slick-prev::after {
  transform: rotate(-135deg);
}
.slick-next::after {
  transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.s-coach .slider .slick-dots {
  text-align:center;
  margin: 30px 0 0 0;
}
.s-coach .slider .slick-dots li {
  display:inline-block;
  margin:0 5px;
}
.s-coach .slider .slick-dots button {
  color: transparent;
  outline: none;
  width:8px;/*ドットボタンのサイズ*/
  height:8px;/*ドットボタンのサイズ*/
  display:block;
  background:#fff;/*ドットボタンの色*/
}
.s-coach .slider .slick-dots .slick-active button{
  background:#3c55af;/*ドットボタンの現在地表示の色*/
}
.s-coach .explanation-bg {
  background-color: #3c55af;
  padding: 36px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-coach .explanation-bg .recruitment-coach {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.s-coach .explanation-bg .recruitment-coach .recruitment-coach-content {
  padding: 24px 56px;
  box-sizing: border-box;
  width: 100%;
  background: #7E92DB;
  border-radius: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  max-width: 740px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 20px;
}

.s-coach .explanation-bg .recruitment-coach .recruitment-coach-content .detail-link {
  width: 222px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 90px;
  font-size: 14px;
  color: #3C53B0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}

.s-coach .explanation {
  text-align: center;
  color: #fff;
}
.s-coach .explanation .title {
  line-height: 1.4;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.s-coach .explanation .supplement {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.s-coach .explanation .text {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0;
}
.s-coach .explanation span {
  display: inline-block;
}
.s-coach .voice {
  display: flex;
  gap: 0 3%;
  justify-content: space-between;
  margin-top: 32px;
}
.s-coach .voice li {
  padding: 20px;
  border-radius: 20px;
  border: 4px solid #7e92db;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  flex-basis: 33%;
  min-height: 100px;
  padding: 12px 12px 12px 96px;
  font-size: 13px;
}
.s-coach .student-achievements {
  display: flex;
  gap: 0 3%;
  justify-content: space-between;
  margin-top: 32px;
}
.s-coach .student-achievements > li.achievement {
  border-radius: 20px;
  border: 4px solid #7e92db;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  flex-basis: 33%;
  min-height: 100px;
  padding: 12px;
  font-size: 17px;
}
.s-coach .skills {
  display: flex;
  gap: 0 3%;
  justify-content: space-between;
  margin-top: 32px;
}

.s-coach .skills .skill {
  padding: 24px;
  border-radius: 20px;
  border: 4px solid #7e92db;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  flex-basis: 33%;
  min-height: 364px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-coach .skills .skill .skill-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-align: center;
  color: #7490E9;
  white-space: nowrap;
  font-family: 'Helvetica Neue', sans-serif;
}

.s-coach .skills .skill .skill-text {
  font-weight: 700;
  font-size: 13px;
  line-height: 18.2px;
  letter-spacing: 1.3px;
  color: #000000;
  font-family: 'Helvetica Neue', sans-serif;
  margin-top: 12px;
}

.s-coach .skills .skill .skill-1 {
  width: 242px;
  height: 169px;
  margin-bottom: 20px;
}

.s-coach .skills .skill .skill-2 {
  width: 241px;
  height: 169px;
  margin-bottom: 20px;
}

.s-coach .skills .skill .skill-3 {
  width: 242px;
  height: 169px;
  margin-bottom: 14px;
}

.s-coach .voice li.voice-01 {
  background: #fff url("../images/img_coach_01.png") no-repeat 10px center;
  background-size: 80px auto;
}
.s-coach .voice li.voice-02 {
  background: #fff url("../images/img_coach_02.png") no-repeat 10px center;
  background-size: 80px auto;
}
.s-coach .voice li.voice-03 {
  background: #fff url("../images/img_coach_03.png") no-repeat 10px center;
  background-size: 80px auto;
}
.s-coach .voice dl {
  display: flex;
  gap: 12px 0;
  flex-direction: column;
  height: 100%;
}
.s-coach .voice dt {
  flex-grow: 0;
}
.s-coach .voice .description {
  flex-grow: 1;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.s-coach .student-achievements > li.achievement {
  background: #fff;
}
.s-coach .student-achievements > li.achievement dl {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: calc(100% - 24px);
}
.s-coach .student-achievements > li.achievement dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 1px;
  padding-bottom: 16px;
  min-height: 75%;
}

.s-coach .student-achievements > li.achievement dd span {
  color: #7e92db;
  margin-left: 8px;
}

.s-coach .student-achievements > li.achievement dt{
  font-size: 13px;
  letter-spacing: 1.3px;
  line-height: 1.4;
  font-weight: 400;
}
.s-coach .achievements {
  margin-top: 32px;
  padding: 20px;
  border-radius: 20px;
  border: 4px solid #7e92db;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: 24px;
}
.s-coach .achievements .l-wrap + .l-wrap {
  margin-top: 40px;
}
.s-coach .achievements .l-item {
  display: flex;
  gap: 16px;
}
.s-coach .achievements .logolist {
  width: 270px;
}
.s-coach .achievements .logolist img {
  width: 100%;
  height: auto;
}
@media (max-width: 949px) {
  .s-coach .slider .slick-slide {
    margin: 0px 10px;
  }
  .s-coach .skills {
    flex-direction: column;
    gap: 24px 0;
  }
  .s-coach .skills .skill {
    min-height: 316px;
  }
}
@media (max-width: 749px) {
  .s-coach {
    margin: 130px auto 0;
  }
  .s-coach .note {
    font-size: 10px;
    width: auto;
    text-align: right;
    margin: 20px auto 14px;
    padding: 0 6px 0 0;
  }
  .s-coach .subhead {
    padding-left: 20px;
    font-size: 15px;
  }
  .s-coach .subhead span {
    margin-left: 8px;
    font-size: 12px;
  }
  .s-coach .subhead:before {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-radius: 6px;
  }
  .coach-bg {
    display: none;
  }
  .s-coach .slider-bg {
    padding: 40px 0 30px;
  }
  .s-coach .slider .slick-slide {
    margin: 0px 6px;
  }
  .s-coach .slider .slick-prev,
  .s-coach .slider .slick-next {
    background: none;
    top: auto;
    transform: none;
    bottom: -40px;
    margin: 0;
  }
  .s-coach .slider .slick-prev {
    left: 0;
  }
  .s-coach .slider .slick-next {
    right: 0;
  }
  .s-coach .slider .slick-prev::after,
  .s-coach .slider .slick-next::after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .s-coach .slider .slick-dots {
    width: calc(100% - 80px);
    margin: 25px auto 0;
  }
  .s-coach .explanation-bg {
    padding: 30px 0;
  }

  .s-coach .explanation-bg .recruitment-coach {
    padding: 0px 18px;
    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 24px;
  }
  
  .s-coach .explanation-bg .recruitment-coach .recruitment-coach-content {
    padding: 16px 24px;
  }

  .s-coach .explanation .title {
    line-height: 1.4;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .s-coach .explanation .supplement {
    line-height: 1.4;
    font-size: 10px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
  .s-coach .explanation .text {
    font-size: 10px;
    letter-spacing: 0.05em;
    margin: 0;
  }
  .s-coach .voice {
    flex-direction: column;
    gap: 24px 0;
  }
  .s-coach .voice li {
    padding-left: 80px;
    border-radius: 10px;
    border: 2px solid #7e92db;
  }
  .s-coach .voice li.voice-01, .s-coach .voice li.voice-02, .s-coach .voice li.voice-03 {
    background-size: 60px auto;
  }
  .s-coach .student-achievements {
    flex-direction: column;
    gap: 24px 0;
  }
  .s-coach .student-achievements > li.achievement {
    padding: 12px;
    border-radius: 10px;
    border: 2px solid #7e92db;
  }
  .s-news .news .l-wrap {
    padding: 24px 16px;
  }
  .s-news .news .l-item {
    flex-direction: column;
  }
  .s-news .news .articlelist li + li {
    margin-top: 16px;
  }
  .s-news .news .articlelist dl {
    flex-direction: column;
  }
  .s-coach .achievements {
    padding: 0;
  }
  .s-coach .achievements .l-wrap {
    padding: 24px 16px;
  }
  .s-coach .achievements .l-wrap + .l-wrap {
    margin-top: 0;
    border-top: 4px solid #7e92db;
  }
  .s-coach .achievements .l-item {
    flex-direction: column;
  }
  .s-coach .achievements .l-item .logolist {
    width: 100%;
    text-align: center;
  }
  .s-coach .articlelist li + li {
    margin-top: 16px;
  }
  .s-coach .articlelist dl {
    flex-direction: column;
  }
}
.s-lesson {
  position: relative;
  z-index: 1;
  margin: 180px auto 70px;
}
.s-lesson .videos{
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 56px;
}
.s-lesson .video-wrapper{
  max-width: 500px;
}
.s-lesson .youtube {
  margin-top: 24px;
  text-align: center;
}
.s-lesson .video-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 29.3px;
}
.s-lesson .lesson {
  background-color: #fff;
  border-radius: 20px;
  border: 4px solid #7e92db;
  box-shadow: 0 0 14px rgb(0 0 0 / 30%);
  letter-spacing: 0.1em;
  margin-top: 70px;
  padding: 25px 25px 50px 25px;
}
.s-lesson .lesson > div {
  border-bottom: 2px solid #7e92db;
  padding: 30px 0;
}
.s-lesson .lesson > div:first-child {
  padding-top: 0;
}
.s-lesson .lesson > div:last-child {
  border: none;
  padding-bottom: 0;
}
.s-lesson .lesson dt {
  display: block;
  padding-left: 40px;
  color: #7e92db;
  font-size: 24px;
  font-weight: bold;
  background: url("../images/ico_headline_01.png") no-repeat left top;
  background-size: 30px auto;
}
.s-lesson .lessondetail {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.s-lesson .lessondetail > dl {
  flex-basis: 33%;
  padding: 0 24px;
}
.s-lesson .lessondetail > dl + dl {
  border-left: 2px solid #7e92db;
}
.s-lesson .lessondetail > dl:first-child {
  padding-left: 0;
}
.s-lesson .lessondetail dl:last-child {
  padding-right: 0;
}
.s-lesson .lessondetail .text {
  margin-top: 24px;
  font-weight: bold;
}
.s-lesson .lessondetail .text p {
  font-size: 28px;
}
.s-lesson .lessondetail .text p:nth-child(n + 2) {
  margin-top: 16px;
}
.s-lesson .lessondetail .text p + ul {
  margin-top: 16px;
}
.s-lesson .lessondetail .text ul {
  font-size: 16px;
}
.s-lesson .lessondetail .text ul li {
  position: relative;
  padding-left: 16px;
  line-height: 1.8;
}
.s-lesson .lessondetail .text ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background-color: #7e92db;
}
.s-lesson .lessondetail .emphasis {
  color: #7e92db;
}
.s-lesson .lessondetail .detail {
  font-size: 13px;
}
.s-lesson .lessondetail .note {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.4;
}
.s-lesson .lessondetail .caution {
  color: #ff463a;
}
.s-lesson .lessondetail dl:first-child .note {
  margin-top: 40px;
}
.s-lesson .lessongenre dt {
  display: flex;
}
.s-lesson .lessongenre dt .title {
  white-space: nowrap
}
.s-lesson .lessongenre dt .detail_box {
  display: inline-block;
}
.s-lesson .lessongenre dt .detail {
  display: inline-block;
  font-size: 12px;
  color: #000;
  font-weight: normal;
  padding-left: 24px;
}
.s-lesson .lessongenre dd {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  line-height: 1.4;
  margin-top: 24px;
}
.s-lesson .lessongenre dd > ul {
  flex-basis: 50%;
  padding: 0 24px;
}
.s-lesson .lessongenre dd > ul + ul {
  border-left: 2px solid #7e92db;
}
.s-lesson .lessongenre dd ul:first-child {
  padding-left: 0;
}
.s-lesson .lessongenre dd ul:last-child {
  padding-right: 0;
}
.s-lesson .lessongenre dd ul .text {
  position: relative;
  line-height: 1.8;
  font-weight: bold;
  color: #7e92db;
  font-size: 18px;
  margin-bottom: 6px;
  padding-left: 16px;
}
.s-lesson .lessongenre dd ul .text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background-color: #7e92db;
}
.s-lesson .lessongenre dd ul .detail {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 0 6px 16px;
}
.s-lesson .lessongenre dd ul .note {
  font-size: 14px;
  margin: 0 0 0 16px;
}
.s-lesson .lessonlevel .info ul {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  margin: 40px auto 0;
  padding: 0 12px 0 0;
}
.s-lesson .lessonlevel .info ul li {
  background-color: #edeceb;
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
  position: relative;
  flex-basis: 33%;
  text-align: center;
  margin-right: -16px;
  padding: 0;
}
.s-lesson .lessonlevel .info ul li .title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 14px;
}
.s-lesson .lessonlevel .info ul li:nth-child(1) .title {
  background-color: #7e92db;
}
.s-lesson .lessonlevel .info ul li:nth-child(2) .title {
  background-color: #5c70bb;
}
.s-lesson .lessonlevel .info ul li:nth-child(3) .title {
  background-color: #2c3d7d;
}
.s-lesson .lessonlevel .info ul li .text {
  line-height: 1.4;
  font-size: 15px;
  display: inline-block;
  text-align: left;
  width: 72%;
  margin-right: -15px;
  padding: 20px 0;
}
.s-lesson .lessonlevel .description {
  margin: 50px auto 25px;
  padding: 0 25px;
}
.s-lesson .lessonlevel .description ul li {
  background-color: #edeceb;
  display: flex;
  margin-bottom: 16px;
}
.s-lesson .lessonlevel .description ul li:last-child {
  margin-bottom: 0;
}
.s-lesson .lessonlevel .description ul li .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 12px;
}
.s-lesson .lessonlevel .description ul li .title span {
  display: block;
  margin-bottom: 4px;
}
.s-lesson .lessonlevel .description ul li.level-01 .title {
  background-color: #7e92db;
}
.s-lesson .lessonlevel .description ul li.level-02 .title {
  background-color: #5c70bb;
}
.s-lesson .lessonlevel .description ul li.level-03 .title {
  background-color: #2c3d7d;
}
.s-lesson .lessonlevel .description ul li .text {
  font-size: 14px;
  margin: 30px 24px;
}
.s-lesson .lessonlevel .description ul li .text div {
  line-height: 1.4;
  margin-bottom: 40px;
}
.s-lesson .lessonlevel .description ul li .text div:last-child {
  margin-bottom: 0;
}
.s-lesson .lessonlevel .description ul li .text .emphasis01 {
  font-size: 22px;
  line-height: 1.2;
  display: block;
  font-weight: bold;
  margin-bottom: 24px;
  padding-left: 30px;
}
.s-lesson .lessonlevel .description ul li.level-01 .text .emphasis01 {
  background: url(../images/ico_level_01.png) no-repeat left center / 18px auto;
  color: #7e92db;
}
.s-lesson .lessonlevel .description ul li.level-02 .text .emphasis01 {
  background: url(../images/ico_level_02.png) no-repeat left center / 18px auto;
  color: #5c70bb;
}
.s-lesson .lessonlevel .description ul li.level-03 .text .emphasis01 {
  background: url(../images/ico_level_03.png) no-repeat left center / 18px auto;
  color: #2c3d7d;
}
.s-lesson .lessonlevel .description ul li .text .emphasis02 {
  font-size: 18px;
  line-height: 1.2;
  display: block;
  font-weight: bold;
  margin-bottom: 16px;
}
.s-lesson .new {
  margin: 0 auto;
  padding: 0 25px;
  padding: 30px 0;
}
.s-lesson .new .title {
  display: block;
  padding-left: 40px;
  color: #7e92db;
  font-size: 24px;
  font-weight: bold;
  background: url("../images/ico_headline_01.png") no-repeat left top;
  background-size: 30px auto;
  margin-bottom: 24px;
}
.s-lesson .new .sub-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.s-lesson .new p {
  line-height: 1.4;
  font-size: 14px;
  margin-bottom: 24px;
}
.s-lesson .new .note {
  font-size: 12px;
}
.s-lesson .explanation {
  display:block;
  justify-content: space-between;
  border-radius: 15px;
  border: 2px solid #7e92db;
  overflow: hidden;
  margin: 0 25px;
}
.s-lesson .explanation .expert{
  display:flex;
  justify-content: space-between;
  position: relative;
}
.s-lesson .explanation .text {
  flex-basis: 100%;
  color: #415290;
  font-size: 14px;
  width: 70%;
  line-height: 1.8;
  padding: 24px 20px 24px 20px;
}
.s-lesson .explanation .text p {
  letter-spacing: .08em;
  margin-bottom: 28px;
}
.s-lesson .explanation .text p:last-child {
  margin-bottom: 0;
}
.s-lesson .explanation .text .emphasis01 {
  border-left: 5px solid #7e92db;
  font-size: 20px;
  line-height: 24px;
  padding-left: 12px;
}
.s-lesson .explanation .text .emphasis02 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.s-lesson .explanation .pic {
  width: 28%;
}
.s-lesson .explanation img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-lesson .lessonlevel .js-open .description-text {
  display: block;
  padding: 0px !important;
  border: none !important;
}
.s-lesson .lessonlevel .js-open.lessonlevel-more .description-text {
  display: block !important;
}
.s-lesson .expert .br-sp {
  display: none;
}
.s-lesson .lessonlevel .js-open.lessonlevel-more .button {
  transform: rotate(45deg);
}
.s-lesson .important {
  background-color: #fff;
  border-radius: 20px;
  border: 4px solid #7e92db;
  box-shadow: 0 0 14px rgb(0 0 0 / 30%);
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 25px;
  margin: 50px auto 0;
  padding: 50px 25px 25px 50px;
}
.s-lesson .important .pic {
  position: relative;
  width: 325px;
  height: 325px;
  flex-shrink: 0;
  order: 3;
  border-radius: 10px;
  overflow: hidden;
}
.s-lesson .important .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-lesson .important .name {
  position: absolute;
  bottom: 0;
  color: #fff;
  background-color: rgba(0,0,0,0.7);
  text-align: left;
  width: 100%;
  padding: 20px 30px;
}

.s-lesson .important .name p:first-child {
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 1.6px;
  margin-bottom: 5px;
}

.s-lesson .important .name p:nth-child(2) {
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 1.6px;
}

.s-lesson .important .title {
  color: #7e92db;
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.07em;
  order: 1;
  margin-bottom: 40px;
}
.s-lesson .important .text {
  order: 2;
  width: 100%;
  flex: 1;
  color: #415290;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.6;
  padding: 0;
}
.s-lesson .important .text p {
  margin-bottom: 30px;
}
@media (max-width: 1110px) {
  .s-lesson .lessonlevel .explanation .text {
    width: 52%;
  }
  .s-lesson .lessonlevel .explanation .pic {
    width: 46%;
  }
}

@media (max-width: 900px) {
  .s-lesson .lessonlevel .explanation .text {
    width: 40%;
  }
  .s-lesson .lessonlevel .explanation .pic {
    width: 58%;
  }
}

@media (max-width: 1090px) {
  .s-lesson .lessongenre dt .detail_box {
    margin-top: -6px;
    line-height: 0.6;
  }
  .s-lesson .lessonlevel .info ul li .text {
    padding: 20px 40px;
    margin-right: -20px;
  }
}
@media (max-width: 749px) {
  .s-lesson {
    margin: 100px auto 35px;
  }
  .s-lesson .youtube {
    margin-top: 35px;
  }
  .s-lesson .lesson {
    border: 2px solid #7e92db;
    border-radius: 10px;
    margin-top: 35px;
    padding: 0 18px 0 18px;
  }
  .s-lesson .lesson > div {
    border-bottom: 1px solid #7e92db;
    padding: 20px 0;
  }
  .s-lesson .lesson dt {
    background-size: 26px auto;
    font-size: 21px;
    margin-left: -5px;
    padding-left: 32px;
  }
  .s-lesson .lessondetail .text p {
    font-size: 25px;
  }
  .s-lesson .lessondetail {
    display: block;
  }
  .s-lesson .lessondetail > dl {
    flex-basis: auto;
    padding: 20px 0;
  }
  .s-lesson .lessondetail > dl + dl {
    border-left: none;
  }
  .s-lesson .lessondetail dl {
    border-bottom: 1px solid #7e92db;
  }
  .s-lesson .lessondetail dl:last-child {
    border-bottom: none;
  }
  .s-lesson .lessongenre dd {
    display: block;
  }
  .s-lesson .lessondetail .text ul {
    font-size: 14px;
  }
  .s-lesson .lessongenre dd > ul {
    flex-basis: auto;
    padding: 0;
  }
  .s-lesson .lessongenre dd > ul + ul {
    border-left: none;
  }
  .s-lesson .lessongenre dd ul:first-child {
    flex-basis: auto;
    padding: 0;
  }
  .s-lesson .lessondetail .text ul li {
    line-height: 2;
    letter-spacing: 0;
  }
  .s-lesson .lessondetail .text ul li:before {
    width: 7px;
    height: 7px;
  }
  .s-lesson .lessondetail dl:first-child .note {
    margin-top: 10px;
  }
  .s-lesson .lessondetail .note {
    letter-spacing: 0;
  }
  .s-lesson .lessongenre dd.detail_sp {
    font-size: 12px;
  }
  .s-lesson .lessongenre dd ul .detail {
    margin: 0 0 14px 0;
  }
  .s-lesson .lessongenre dd ul .note {
    font-size: 12px;
    letter-spacing: 0;
    margin: 0 0 30px 0;
  }
  .s-lesson .lessongenre dd ul:last-child .note {
    margin: 0 0 25px 0;
  }
  .s-lesson .lessonlevel .info ul {
    display: block;
    padding-right: 0;
  }
  .s-lesson .lessonlevel .info ul li {
    margin-top: -15px;
    margin-right: 0;
    clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  }
  .s-lesson .lessonlevel .info ul li {
    display: flex;
  }
  .s-lesson .lessonlevel .info ul li .text {
    font-size: 12px;
    width: auto;
    padding: 45px 15px 40px 20px;
    margin-right: 0;
  }
  .s-lesson .lessonlevel .info ul li .title {
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-top: -15px;
  }
  .s-lesson .lessonlevel .info ul li .title span {
    display: inline-block;
    margin-bottom: 9px;
  }
  .s-lesson .lessonlevel .description {
    margin: 25px auto 25px;
    padding: 0;
  }
  .s-lesson .lessonlevel .description ul li {
    display: block;
  }
  .s-lesson .lessonlevel .description ul li .title {
    font-size: 18px;
    line-height: 18px;
    display: block;
    text-align: center;
  }
  .s-lesson .lessonlevel .description ul li .title span {
    display: inline-block;
  }
  .s-lesson .lessonlevel .description ul li .text {
    margin: 0;
  }
  .s-lesson .lessonlevel .description ul li .text div {
    padding: 18px 18px;
    position: relative;
  }
  .s-lesson .lessonlevel .description ul li .text div:not(:last-child) {
    border-bottom: 1px solid #7e92db;
  }
  .s-lesson .lessonlevel .description ul li .text div,
  .s-lesson .lessonlevel .description ul li .text div:last-child,
  .s-lesson .lessonlevel .description ul li .text .emphasis01 {
    margin-bottom: 0;
  }
  .s-lesson .lessonlevel .description ul li .text .emphasis01 {
    font-size: 16px;
  }
  .s-lesson .lessonlevel .description ul li .text .emphasis02 {
    font-size: 14px;
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .s-lesson .lessonlevel .description ul li.level-01 .text .emphasis01,
  .s-lesson .lessonlevel .description ul li.level-02 .text .emphasis01,
  .s-lesson .lessonlevel .description ul li.level-03 .text .emphasis01 {
    background: none;
    padding-left: 0;
  }
  .s-lesson .lessonlevel .description ul li .text button {
    content: "";
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 20px;
    display: block;
    width: 14px;
    height: 14px;
    border-right: 3px solid;
    border-bottom: 3px solid;
    transform: rotate(225deg);
    cursor: pointer;
  }
  .s-lesson .lessonlevel .description ul li .text .js-open button {
    border-left: 3px solid;
    border-top: 3px solid;
    border-right: none;
    border-bottom: none;
    top: 22px;
  }
  .s-lesson .lessonlevel .description ul li.level-01 .text .button {
    border-color: #7e92db;
  }
  .s-lesson .lessonlevel .description ul li.level-02 .text .button {
    border-color: #5c70bb;
  }
  .s-lesson .lessonlevel .description ul li.level-03 .text .button {
    border-color: #2c3d7d;
  }
  .s-lesson .lessonlevel .description ul li .text div p {
    display: none;
  }
  .s-lesson .lessonlevel .description ul li .text .js-open p {
    display: block;
  }
  .s-lesson .new {
    margin: 0 auto;
    padding: 0 25px;
    padding: 30px 0;
  }
  .s-lesson .new .title {
    font-size: 21px;
  }
  .s-lesson .new .sub-title {
    font-size: 14px;
  }
  .s-lesson .new p {
    font-size: 12px;
  }
  .s-lesson .new .note {
    font-size: 10px;
  }
  .s-lesson .explanation {
    position: relative;
    border-radius: 0;
    display: block;
    border: none;
    margin: 0;
  }
  .s-lesson .explanation .text {
    width: 100%;
    font-size: 10px;
    letter-spacing: 0;
    padding: 0 0 35px;
  }
  .s-lesson .explanation .text .emphasis01 {
    margin-bottom: 15px;
  }
  .s-lesson .explanation .text .normal {
    position: relative;
    z-index: 3;
  }
  .s-lesson .explanation .text .normal span {
    position: relative;
    display: block;
    z-index: 2;
    background-color: #7e92db;
    border-radius: 8px;
    color: #fff;
    padding: 12px;
  }
  .s-lesson .explanation .text .normal::before {
    content: "";
    position: absolute;
    display: block;
    width: 42px;
    height: 34px;
    bottom: -8px;
    right: 90px;
    margin-left: 0;
    background-color: #7e92db;
    border-radius: 0 50px 0 50px;
    z-index: 1;
  }
  .s-lesson .explanation .text .normal:after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 30px;
    bottom: -5px;
    right: 78px;
    margin-left: 0;
    background-color: #fff;
    border-radius: 0 50px 0 50px;
    z-index: 1;
    transform: rotate(15deg);
  }
  .s-lesson .explanation .text .normal .emphasis02 {
    font-size: 13px;
  }
  .s-lesson .explanation .text .emphasis02 {
    font-size: 13px;
  }
  .s-lesson .explanation .pic {
    position: absolute;
    bottom: 26px;
    right: 0;
    z-index: 3;
    width: 100px;
  }
  .s-lesson .explanation .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  .s-lesson .lessonlevel .js-open .description-text {
    display: none;
  }
  .s-lesson .important {
    display: block;
    border: 2px solid #7e92db;
    overflow: hidden;
    padding: 0 0 30px 0;
  }
  .s-lesson .important .pic {
    flex: auto;
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .s-lesson .important .name {
    padding: 15px 30px;
    text-align: left;
  }

  .s-lesson .important .title {
    width: auto;
    font-size: 16px;
    margin: 25px 15px 25px;
  }
  .s-lesson .important .text {
    flex: auto;
    width: auto;
    font-size: 12px;
    margin: 0 15px 0;
  }
  .s-lesson .important .text p {
    margin-bottom: 15px;
  }
  .s-lesson .important .text button {
    color: #303e79;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
  }
  .s-lesson .important .text button span {
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    margin: 0 auto;
  }
  .s-lesson .important .text .text-inner {
    display: none;
  }
  .s-lesson .important .text.js-open button {
    font-size: 0;
  }
  .s-lesson .important .text.js-open button::after {
    content: "閉じる";
    font-size: 13px;
  }
  .s-lesson .important .text.js-open button span {
    border-right: none;
    border-bottom: none;
    border-left: 2px solid;
    border-top: 2px solid;
  }
  .s-lesson .important .text.js-open .text-inner {
    display: block;
  }
  .s-lesson .youtube {
    margin-top: 16px;
  }
  .s-lesson .video-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.54px;
  }
  .s-lesson .important .btn-wrapper {
    display:flex;
    justify-content: center;
  }
}

@media (max-width: 607px) {
  .s-lesson .videos {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
  .s-lesson .video-wrapper {
    width: 100%;
  }
  .s-lesson .youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .s-lesson .youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .s-lesson .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .s-lesson .expert .br-sp {
    display: initial;
  }
}
@media (max-width: 360px) { 
  .s-lesson .explanation .text .normal::before {
    bottom: -8px;
    right: 70px;
  }
  .s-lesson .explanation .text .normal:after {
    bottom: -5px;
    right: 58px;
  }
  .s-lesson .explanation .pic {
    width: 80px;
    bottom: 50px;
  }
  .s-lesson .explanation .text p:last-child {
    width: 60%;
  }
}

.s-voice {
  position: relative;
  z-index: 1;
  margin: 180px auto 70px;
}
.s-voice .voice-anc-menus {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 100px 0 32px 0;
}
.s-voice .voice-anc-menus .menu {
  width: 100%;
  height: 100%;
}
.s-voice .voice-anc-menus .menu:hover {
  opacity: 0.7;
}
.s-voice .voice-anc-menus .menu:active {
  transform: translateY(2px);
  opacity: 0.7;
  box-shadow: 0px;
}
.s-voice .voice-anc-menus .menu .background {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  background: var(--primary-level-2, #7490E9);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.30);
}
.s-voice .voice-anc-menus .menu .icon {
  width: 60px;
  height: 34px;
}
.s-voice .voice-anc-menus .menu .title {
  color: var(--white, #FFF);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.s-voice .voice-anc-menus .menu .arrow {
  width: 14px;
  height: 7px;
  margin-left: 8px;
}
.s-voice .voice-anc-menus .menu .sp {
  display: none;
}
.s-voice .voice-anc-menus .menu .br {
  display: none;
}
.s-voice .voice-articles {

}
.s-voice .voice-articles .sub-title {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.s-voice .voice-articles .sub-title .sub-title-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.s-voice .voice-articles .sub-title p {
  color: #7490e9;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
}
.s-voice .voice-articles .articles {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  margin-bottom: 32px;
}
.s-voice .voice-articles .articles .article {
  width: 100%;
  max-width: 546px;
  border-radius: 20px;
  background: var(--white, #FFF);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
}
.s-voice .voice-articles .articles .article:hover {
  opacity: 0.7;
}
.s-voice .voice-articles .articles .article:active {
  transform: translateY(2px);
  opacity: 0.7;
  box-shadow: 0px;
}
.s-voice .voice-articles .articles .article .article-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 195px;
  border-radius: 20px 20px 0 0;
}
.s-voice .voice-articles .articles .article .article-title {
  margin: 24px 16px 12px 32px;
  overflow: hidden;
  color: var(--primary-level-2, #7490E9);
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.s-voice .voice-articles .articles .article .article-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 16px 16px 32px;
}
.s-voice .voice-articles .articles .article .article-footer .article-tags {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 6px;
  flex-wrap: wrap;
}
.s-voice .voice-articles .articles .article .article-footer .article-tags .article-tag {
  border-radius: 4px;
  background: var(--primary-level-4, #ECEFFA);
  color: var(--primary-level-1, #344A92);
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.6px;
}
.s-voice .voice-articles .articles .article .article-footer .article-click-image {
  width: 32px;
  height: 32px;
}
.voice-reference {
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 4px solid var(--primary-level-2, #7490E9);
  background: var(--white, #FFF);
}
.voice-reference .title {
  text-align: center;
  color: #7490E9;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 3.20px;
  margin-bottom: 12px;
}
.voice-reference .sub-title {
  text-align: center;
  color: #161616;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 3px;
  margin-bottom: 24px;
}
.voice-reference .button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 28px;
  border-radius: 80px;
  background: var(--primary-level-2, #7490E9);
}
.voice-reference .button:hover {
  opacity: 0.7;
}
.voice-reference .button:active {
  transform: translateY(2px);
  opacity: 0.7;
  box-shadow: 0px;
}
.voice-reference .button .button-icon {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.voice-reference .button .button-text {
  color: white;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.80px;
}

@media (max-width: 749px) {
  .s-voice {
    margin: 80px auto 70px;
  }
  .s-voice .voice-articles .sub-title {
    margin-bottom: 24px;
  }
  .s-voice .voice-articles .sub-title p {
    font-size: 15px;
  }
  .s-voice .voice-anc-menus {
    gap: 12px;
    margin: 40px 0 48px 0;
  }
  .s-voice .voice-anc-menus .menu .background {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 16px 6px 8px 6px;
    border-radius: 10px;
  }
  .s-voice .voice-anc-menus .menu .icon {
    width: 75px;
    height: 42px;
    position: relative;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
  }
  .s-voice .voice-anc-menus .menu .title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .s-voice .voice-anc-menus .menu .arrow {
    width: 10px;
    height: 5px;
    margin: 0;
  }
  .s-voice .voice-anc-menus .menu .pc {
    display: none;
  }
  .s-voice .voice-anc-menus .menu .sp {
    display: block;
  }
  .s-voice .voice-anc-menus .menu .br {
    display: block;
  }
  .s-voice .voice-articles .articles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    margin-bottom: 32px;
  }
  .s-voice .voice-articles .articles .article {
    max-width: none;
  }
  .s-voice .voice-articles .articles .article .article-image {
    max-height: 120px;
  }
  .s-voice .voice-articles .articles .article .article-title {
    margin: 12px 16px;
    font-size: 16px;
  }
  .s-voice .voice-articles .articles .article .article-footer {
    margin: 0 10px 10px 16px;
  }
  .s-voice .voice-articles .articles .article .article-footer .article-tags {
    margin-bottom: 6px;
  }
  .s-voice .voice-articles .articles .article .article-footer .article-click-image {
    width: 24px;
    height: 24px;
  }

  .voice-reference .title {
    font-size: 18px;
  }
  .voice-reference .sub-title {
    font-size: 14px;
  }
  .voice-reference .sub-title br {
    display: none;
  }
  .voice-reference .button {
    padding: 16px 48px;
  }
  .voice-reference .button .button-text {
    font-size: 13px;
  }
}


.s-campaign {
  margin: 0;
}
.s-campaign .campaign {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 0 34px;
  margin-top: 32px;
}
.s-campaign .campaign img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.s-campaign .campaign-bg {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: -14px;
  width: 434px;
}
.s-campaign .campaign-bg img {
  width: 100%;
  height: auto;
}
@media (max-width: 749px) {
  .s-campaign .campaign {
    display: block;
    gap: 0;
    margin-top: 50px;
  }
  .s-campaign .campaign div {
    margin-bottom: 25px;
  }
  .s-campaign .campaign-bg {
    top: 20px;
    right: 20px;
    width: 200px;
  }
}
.s-news {
  /* margin: 120px auto 0; */
  margin: 0 auto 0;
}
.s-news .news {
  margin-top: 32px;
  padding: 20px;
  border-radius: 20px;
  border: 4px solid #7e92db;
  background-color: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: 0;
}
.s-news .news .l-wrap {
  padding: 24px;
}
.s-news .news .articlelist {
  margin-top: 0;
}
.s-news .articlelist {
  flex-grow: 1;
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.8;
}
.s-news .articlelist a {
  display: block;
  color: #161616;
}
.s-news .articlelist a:hover {
  opacity: 0.7;
}
.s-news .articlelist dl {
  display: flex;
}
.s-news .articlelist dt {
  width: 9em;
  font-weight: bold;
}
.s-news .articlelist dd {
  text-decoration: underline;
  letter-spacing: 0.1em;
}
.news-toggle {
  display: flex;
  justify-content: center;
  padding: 16px;
}
.s-news__article--hidden {
  display: none;
}
.s-news__article__toggle {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-self: center;
  cursor: pointer;
  margin-top: 4px;
}
@media (max-width: 749px) {
  .s-news {
    /* margin: 100px auto 0; */
    margin: 0 auto 0;
  }
  .s-news .news {
    border: 2px solid #7e92db;
    margin-top: 50px;
  }
  .s-news__article--hidden {
    display: none;
  }
}

.s-faq {
  margin: 120px auto 0;
}
.s-faq .faqlist {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0;
  color: #fff;
  font-weight: bold;
}
.s-faq .faqlist li {
  position: relative;
}
.s-faq .faqlist li + li {
  margin-top: 24px;
}
.s-faq .faqlist dt,
.s-faq .faqlist dd {
  display: flex;
  padding: 12px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.s-faq .faqlist dt {
  padding-right: 32px;
  align-items: center;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
}
.s-faq .faqlist dd {
  display: none;
}
.s-faq .faqlist .pre {
  margin-right: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
}
.s-faq .faqlist .answer {
  margin-top: 4px;
}
.s-faq .faqlist .note {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.8;
}
.s-faq .faqlist .button {
  position: absolute;
  top: 8px;
  right: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: none;
}
.s-faq .faqlist .button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.s-faq .faqlist .button span {
  position: relative;
  display: block;
}
.s-faq .faqlist .button span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 24px;
  height: 4px;
  margin-top: -2px;
  margin-left: -12px;
  background-color: #fff;
}
.s-faq .faqlist .button span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 4px;
  height: 24px;
  margin-top: -12px;
  margin-left: -2px;
  background-color: #fff;
}
.s-faq .faqlist .js-open .button span:after {
  transform: rotate(90deg);
}
.s-faq .faqlist .js-open dd {
  display: flex;
}
@media (max-width: 749px) {
  .s-faq {
    margin: 100px auto 0;
  }
  .s-faq .faqlist dt,
  .s-faq .faqlist dd {
    font-size: 13px;
    line-height: 1.4;
  }
  .s-faq .faqlist .pre {
    margin-right: 4px;
    font-size: 17px;
  }
  .s-faq .faqlist .answer {
    margin-top: 2px;
  }
  .s-faq .faqlist .note {
    font-weight: normal;
  }
  .s-faq .faqlist .button span:before {
    width: 16px;
    height: 2px;
    margin-top: -1px;
    margin-left: -8px;
  }
  .s-faq .faqlist .button span:after {
    width: 2px;
    height: 16px;
    margin-top: -8px;
    margin-left: -1px;
  }
}
.s-sns {
  margin: 120px auto 0;
}
.sns-buttons-container {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.sns-social-buttons-paired {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.sns-social-button {
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.sns-social-icon {
  background-size: cover;
  width: 28px;
  height: 28px;
}
.sns-platform-title {
  margin-left: 12px;
  font-size: 18px;
  font-family: 'Helvetica Neue';
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1.8px;
  color: #FFFFFF;
  white-space: nowrap;
}
.sns-social-button a {
  margin: 16px 24px;
  display: flex;
  align-items: center;
}
.sns-social-button span {
  flex-grow: 1;
}

@media (max-width: 749px) {
  .sns-buttons-container {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }
  .sns-platform-title {
    font-size: 13px;
    letter-spacing: 1.3px;
  }
  .sns-social-button a {
    margin: 12px 16px;
    display: flex;
    align-items: center;
  }
  .sns-social-icon {
    width: 24px;
    height: 24px;
  }
  .sns-platform-title {
    font-size: 12px;
  }
}

.l-footerContent {
  background-color: #ededed;
}

.s-author {
  width: 100%;
  max-width: 1164px;
  margin: 0 auto;
  padding: 56px 24px 110px;
  box-sizing: border-box;
}
.s-author .headline {
  padding-left: 40px;
  font-size: 24px;
  background: url("../images/ico_headline_02.png") no-repeat left top;
}
.s-author .company {
  display: flex;
  gap: 0 48px;
  margin-top: 48px;
}
.s-author .company .image {
  width: 270px;
}
.s-author .company .image img {
  width: 100%;
  height: auto;
}
.s-author .company .title {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
.s-author .company .detail {
  margin-top: 16px;
}
.s-author .company .detail li {
  display: flex;
  line-height: 1.4;
}
.s-author .company .detail li + li {
  margin-top: 8px;
}
.s-author .company .detail dt {
  min-width: 5em;
  font-weight: bold;
}
.s-author .company .detail dd span {
  font-size: 13px;
}
.s-author .declaration {
  display: flex;
  gap: 0 16px;
  margin-top: 48px;
  letter-spacing: 0.1em;
}
.s-author .declaration .info {
  color: #7e92db;
}
.s-author .declaration .info dt {
  font-size: 18px;
  font-weight: bold;
}
.s-author .declaration .info dd {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
}

.s-sns-buttons-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px; 
  margin-top: 15px;
}
.s-sns-social-button {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.s-sns-social-icon {
  background-size: cover;
  width: 28px; 
  height: 28px; 
}
.icon-twitter-b {
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/logo_twitter_b.png) no-repeat;
  background-size: 28px auto;
  width: 28px;
  height: 28px;
}
.icon-facebook {
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/logo_facebook.png) no-repeat;
  background-size: 28px auto;
  width: 28px;
  height: 28px;
}
@media (max-width: 749px) {
  .s-author {
    padding-top: 120px;
  }
  .s-author .headline {
    padding-left: 32px;
    background-size: 24px auto;
    font-size: 21px;
  }
  .s-author .image {
    text-align: center;
  }
  .s-author .info {
    margin-top: 24px;
  }
  .s-author .company {
    flex-direction: column;
  }
  .s-author .company .image {
    width: 100%;
    text-align: center;
  }
  .s-author .company .image img {
    max-width: 240px;
  }
  .s-author .company .title {
    font-size: 13px;
  }
  .s-author .company .detail {
    font-size: 12px;
  }
  .s-author .company .detail dd span {
    font-size: 11px;
  }
  .s-author .declaration {
    flex-direction: column;
  }
  .s-author .declaration .info dt {
    font-size: 14px;
  }
  .s-author .declaration .info .description {
    font-size: 10px;
  }
  .s-sns-buttons-wrapper {
    margin-top: 24px;
  }
}
.s-footer {
  padding: 40px 16px;
  background-color: #7e92db;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
.c-apply {
  position: fixed;
  right: -4px;
  bottom: 24px;
  display: none;
  width: 370px;
  padding: 16px;
  border: 4px solid #59eac5;
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  z-index: 10;
}
.c-apply.case-b {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 12px;
}
.c-apply .button {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.c-apply .button a {
  color: #fff;
}
.c-apply .button a:hover {
  opacity: 0.8;
}
.c-apply .button span {
  position: relative;
  display: inline-block;
  padding: 0 64px;
  background-color: #7e92db;
  line-height: 64px;
  border-radius: 64px;
}
.c-apply .button span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 78px;
  height: 18px;
  margin-top: -12px;
  background: url("../images/bg_btn_01.png") no-repeat right center;
  background-size: 40px auto;
}
.c-apply .description {
  margin-top: 16px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}
.c-apply .note {
  color: #344a92;
  font-size: 8px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
  padding: 8px;
}
.c-apply .trigger {
  display: none;
}
.c-apply.case-b .trigger,
.c-apply.case-c .trigger {
  display: none !important;
}
.c-apply .campaign-area {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.c-apply .campaign-area .enclosure {
  width: 20px;
  height: 28px;
}
.c-apply .campaign-area .campaign-messages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
}
.c-apply .campaign-area .campaign-messages .campaign-message-1 {
  color: #7490e9;
  font-size: 16px;
  font-weight: 700;
  line-height: 15.51px;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.c-apply .campaign-area .campaign-messages .campaign-message-2 {
  color: #344a92;
  font-size: 14px;
  font-weight: 700;
  line-height: 14.32px;
  letter-spacing: 1px;
}
.c-apply .campaign-area .emphasis {
  font-size: 14px;
  line-height: 23.87px;
  letter-spacing: 1px;
}
@media (max-width: 749px) {
  .c-apply {
    left: 0;
    bottom: 0;
    width: 100%;
    border: none;
    border-radius: 0;
  }
  .c-apply.case-a {
    height: 144px;
    border-top: 4px solid #59eac5;
  }
  .c-apply.case-c {
    background-color: unset;
    padding: 0px 24px 12px;
  }
  .c-apply .button {
    font-size: 13px;
  }
  .c-apply.case-c .button{
    box-sizing: border-box;
  }
  .c-apply.case-c a {
    width: 100%;
    box-sizing: border-box;
  }
  .c-apply a {
    width: 100%;
    box-sizing: border-box;
  }
  .c-apply .button span {
    line-height: 40px;
    border-radius: 40px;
  }
  .c-apply.case-c .button span {
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    background-color: #344a92;
  }
  .c-apply .description {
    font-size: 10px;
  }
  .c-apply.case-b .description,
  .c-apply.case-c .description {
    display: none;
  }
  .c-apply .trigger {
    position: absolute;
    top: -40px;
    right: 0;
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #59eac5;
  }
  .c-apply .trigger a {
    display: block;
    width: 36px;
    height: 36px;
  }
  .c-apply .trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    margin-left: -6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
  }
  .c-apply .campaign-area {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
  }
  .c-apply .campaign-area .enclosure {
    width: 20px;
    height: 28px;
  }
  .c-apply .campaign-area .campaign-messages {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 4px;
  }
  .c-apply .campaign-area .campaign-messages .campaign-message-1 {
    color: #7490e9;
    font-size: 14px;
    font-weight: 700;
    line-height: 15.51px;
    letter-spacing: 1px;
    margin-bottom: 2px;
  }
  .c-apply .campaign-area .campaign-messages .campaign-message-2 {
    color: #344a92;
    font-size: 14px;
    font-weight: 700;
    line-height: 14.32px;
    letter-spacing: 1px;
  }
  .c-apply .campaign-area .emphasis {
    font-size: 14px;
    line-height: 23.87px;
    letter-spacing: 1px;
  }
  .js-apply-close .c-apply {
    bottom: -144px;
  }
  .js-apply-close .c-apply .trigger:before {
    margin-top: -4px;
    transform: rotate(225deg);
  }
}
.dc {
  position: absolute;
  display: inline-block;
  z-index: -1;
}
@-webkit-keyframes floating-dc01 {
  0% {
    margin-top: -10px;
  }
  50% {
    margin-top: 30px;
  }
  100% {
    margin-top: -10px;
  }
}
@keyframes floating-dc01 {
  0% {
    margin-top: -10px;
  }
  50% {
    margin-top: 30px;
  }
  100% {
    margin-top: -10px;
  }
}
@-webkit-keyframes floating-dc02 {
  0% {
    margin-top: 140px;
  }
  50% {
    margin-top: 100px;
  }
  100% {
    margin-top: 140px;
  }
}
@keyframes floating-dc02 {
  0% {
    margin-top: 140px;
  }
  50% {
    margin-top: 100px;
  }
  100% {
    margin-top: 140px;
  }
}
@-webkit-keyframes floating-dc03 {
  0% {
    margin-bottom: 90px;
  }
  50% {
    margin-bottom: 60px;
  }
  100% {
    margin-bottom: 90px;
  }
}
@keyframes floating-dc03 {
  0% {
    margin-bottom: 90px;
  }
  50% {
    margin-bottom: 60px;
  }
  100% {
    margin-bottom: 90px;
  }
}
@-webkit-keyframes floating-dc04 {
  0% {
    top: 0px;
  }
  50% {
    top: 40px;
  }
  100% {
    top: 0px;
  }
}
@keyframes floating-dc04 {
  0% {
    top: 0px;
  }
  50% {
    top: 40px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes floating-dc05 {
  0% {
    top: 0px;
  }
  50% {
    top: 30px;
  }
  100% {
    top: 0px;
  }
}
@keyframes floating-dc05 {
  0% {
    top: 0px;
  }
  50% {
    top: 30px;
  }
  100% {
    top: 0px;
  }
}
.l-top {
  position: relative;
}
.l-top .dc-01 {
  top: -10px;
  left: 50%;
  margin-top: 50px;
  margin-left: -60%;
  -webkit-animation: floating-dc01 5s ease-in-out infinite;
  animation: floating-dc01 5s ease-in-out infinite;
}
.l-top .dc-01 img {
  width: 80px;
  height: auto;
}
.l-top .dc-02 {
  top: 0;
  left: 50%;
  margin-top: 100px;
  margin-left: 100px;
  -webkit-animation: floating-dc02 4.5s ease-in-out infinite;
          animation: floating-dc02 4.5s ease-in-out infinite;
}
.l-top .dc-02 img {
  width: 120px;
  height: auto;
}
.l-top .dc-03 {
  bottom: 0;
  left: 50%;
  margin-bottom: 60px;
  margin-left: -40%;
  -webkit-animation: floating-dc03 4s ease-in-out infinite;
          animation: floating-dc03 4s ease-in-out infinite;
}
.l-top .dc-03 img {
  width: 120px;
  height: auto;
}
.s-campaign .dc-04 {
  top: 0;
  left: 50%;
  margin-top: -100px;
  margin-left: 20%;
  z-index: 2;
  -webkit-animation: floating-dc04 4s ease-in-out infinite;
          animation: floating-dc04 4s ease-in-out infinite;
}
.s-campaign .dc-04 img {
  width: 114px;
  height: auto;
}
.s-campaign .dc-05 {
  top: 0;
  left: 50%;
  margin-left: 35%;
  z-index: 2;
  -webkit-animation: floating-dc04 4.5s ease-in-out infinite;
          animation: floating-dc04 4.5s ease-in-out infinite;
}
.s-campaign .dc-05 img {
  width: 128px;
  height: auto;
}
.s-author {
  position: relative;
}
.s-author .dc-06 {
  top: 0;
  left: 50%;
  margin-top: -150px;
  margin-left: 20%;
  z-index: 0;
}
.s-author .dc-06 img {
  width: 240px;
  height: auto;
}
@media (max-width: 749px) {
  .l-top .dc-01 {
    top: -32px;
    left: 0;
    margin-left: 28px;
    z-index: 2;
  }
  .l-top .dc-01 img {
    width: 60px;
    height: auto;
  }
  .l-top .dc-02 {
    top: 90px;
    left: 50%;
    margin-top: 100px;
    margin-left: -150px;
  }
  .l-top .dc-02 img {
    width: 100px;
    height: auto;
  }
  .l-top .dc-03 {
    bottom: 50px;
    left: 50%;
    margin-left: 100px;
  }
  .l-top .dc-03 img {
    width: 80px;
    height: auto;
  }
  .s-campaign .dc-04 {
    top: 0;
    left: 50%;
    margin-top: -50px;
    margin-left: -20px;
    -webkit-animation: floating-dc04 4s ease-in-out infinite;
            animation: floating-dc04 4s ease-in-out infinite;
  }
  .s-campaign .dc-04 img {
    width: 75px;
    height: auto;
  }
  .s-campaign .dc-05 {
    top: 0;
    left: 50%;
    margin-top: 0;
    margin-left: 80px;
    -webkit-animation: floating-dc04 4.5s ease-in-out infinite;
            animation: floating-dc04 4.5s ease-in-out infinite;
  }
  .s-campaign .dc-05 img {
    width: 82px;
    height: auto;
  }
  .s-author {
    position: relative;
  }
  .s-author .dc-06 {
    top: 0;
    left: 50%;
    margin-top: -130px;
    margin-left: -90px;
    z-index: 0;
  }
  .s-author .dc-06 img {
    width: 200px;
    height: auto;
  }
}
.bgprlx {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1600px;
  margin-left: -800px;
  z-index: -1;
}
.l-top {
  position: relative;
}
.l-top .bgprlx {
  height: 855px;
  background: url("../images/bg_prlx_01.png") no-repeat center 0;
}
.s-point {
  position: relative;
}
.s-point .bgprlx {
  height: 226px;
  background: url("../images/bg_prlx_02.png") no-repeat center 100px;
}
.s-coach .bgprlx-top {
  height: 441px;
  background: url("../images/bg_prlx_03.png") no-repeat center 0;
}
.s-coach .bgprlx-bottom {
  height: 100px;
  background: url("../images/bg_prlx_04.png") no-repeat center bottom;
}
.s-lesson .bgprlx {
  height: 1550px;
  background: url("../images/bg_prlx_05.png") no-repeat center 100px;
}
.js-animation {
  opacity: 0;
  transform: scaleX(0.75);
  transform-origin: center bottom;
  transition: opacity 0.25s ease 0s, transform 0.7s cubic-bezier(0.195, 1.65, 0.4, 0.8) 0s;
}
.animated {
  opacity: 1;
  transform: scaleX(1);
}
@media (max-width: 749px) {
  .l-top .bgprlx {
    height: 425px;
    background: url("../images/bg_prlx_01_sp.png") no-repeat center 0 / 375px auto;
  }
  .s-point .bgprlx {
    height: 84px;
    background: url("../images/bg_prlx_02_sp.png") no-repeat center 0 / 375px auto;
  }
  .s-coach .bgprlx-top {
    height: 128px;
    background: url("../images/bg_prlx_03_sp.png") no-repeat center 50px / 375px auto;
  }
  .s-lesson .bgprlx {
    height: 216px;
    background: url("../images/bg_prlx_05_sp.png") no-repeat center 100px / 375px auto;
  }
}

.s-media {
  padding: 50px 0;
  background: #FFFFFF;
}

.s-media__inner {
  padding: 0 24px;
  max-width: 1164px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.s-media__headline {
  position: relative;
  color: #7E92DB;
  font-family: "Montserrat", sans-serif;;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 100% */
  letter-spacing: 2.1px;
}

.s-media__headline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  margin-left: -100%;
  background-color: #7E92DB;
}

.s-media__headline span {
  border-color: #7E92DB;
  display: inline-block;
  padding: 10px 0;
  border-bottom: 2px solid #7E92DB;
}

.s-media__headline-hr {
  width: 103px;
  margin-top: 10px;
  height: 2px;
  background: #7E92DB;
}

.s-media__logos {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 0px;
}

.s-media__logos__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.s-media__logos__row img {
  max-height: 58px;
}

.s-media__articles {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 26px 26px 32px 26px;
  border-radius: 20px;
  border: 2px solid #7E92DB;
  background: #FFF;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.30);
}

.s-media__article {

}

.s-media__article--hidden {
  display: none;
}

.s-media__article__date {
  color: #161616;
  font-family: 'Helvetica Neue';
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.4px;
  margin-bottom: 4px;
}

.s-media__article__title {
  color: #161616;
  font-family: 'Helvetica Neue';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.4px;
  letter-spacing: 1.3px;
  text-decoration-line: underline;
}

.s-media__article__see-more.s-media__article__see-more--hidden {
  display: none;
}

.s-media__article__toggle {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-self: center;
  cursor: pointer;
  margin-top: 4px;
}

.s-media__article__toggle p {
  color: #303E79;
  text-align: center;
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.s-media__article__toggle.s-media__article__toggle--see-more {
  flex-direction: column-reverse;
}

.s-media__arrow-down {
  width: 14px;
  height: 14px;
  border-right: 2px solid #303E79;
  border-bottom: 2px solid #303E79;
  transform: rotate(45deg);
}

.s-media__arrow-up {
  width: 14px;
  height: 14px;
  border-top: 2px solid #303E79;
  border-left: 2px solid #303E79;
  transform: rotate(45deg);
}

@media (min-width: 750px) {
  .s-media__article {
    display: flex;
  }

  .s-media__article__date {
    min-width: 8em;
  }

  .s-media__article--hidden {
    display: none;
  }
}

.reskilling-container {
  width: 100%;
  align-items: center;
  margin-left: 0px;
  margin-right: 0px;
}

.reskilling-wrapper {
  margin-top: 132px;
  margin-bottom: 150px;
  max-width: 1119px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.reskilling-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 705px;
  height: 255px;
}

.black-text {
  color: #000;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 64.8px;
  letter-spacing: 3.6px;
  text-align: center;
}

.gradient-text {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 64.8px;
  letter-spacing: 3.6px;
  text-align: center;
  background: linear-gradient(90deg, #1546B6 0%, #05A339 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reskilling-skills-container {
  margin-top: -32px;
  height: auto;
  width: 100%;
  margin-left: 24px;
  margin-right: 24px;
  gap: -4px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
}

.reskilling-coach-container {
  margin-top: 49px;
  min-height: 250px;
  height: auto;
  max-width: 1116px;
  padding: 4px 4px 4px 4px;
  background: linear-gradient(90deg, #1546B6 1.67%, #05A339 100%);
  border-radius: 20px;
  box-shadow: 0px 0px 14px 0px #0000004D;
}

.reskilling-coach-inner {
  align-items: self-end;
  display: flex;
  border-radius: 16px;
  justify-content: space-between;
  flex-direction: none;
  overflow: visible;
  background-color: #fff;
  height: 100%;
  width: 100%;
}

.reskilling-coach-info-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  width: 100%;
  height: calc(100% - 48px); /* Adjusted height to accommodate top and bottom margins */
}

.reskilling-coach-comment {
  display: flex;
  flex-direction: column;
  margin-right: 21px;
  margin-bottom: 24px; /* Adding margin bottom to create space between comment and description */
  flex: 1; /* Fill remaining space */
}

.reskilling-coach-comment span {
  color: #415290;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: 1.12px;
  font-family: "Helvetica Neue", sans-serif;
}

.reskilling-coach-description {
  display: flex;
  flex-direction: column;
  margin-right: 21px;/* Adding margin bottom to create space between comment and description */
  height: auto;
}

.reskilling-coach-description p {
  color: #415290;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.2px;
  letter-spacing: 1.12px;
  font-family: "Helvetica Neue", sans-serif;
}

.reskilling-coach-description span {
  color: #415290;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: 1.12px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.reskilling-coach-container a {
  height: auto;
  width: auto;
}

.reskilling-coach-image {
  position: relative;
  top: 8px;
  left: 4px;
  height: 100%; /* Ensure the image fills its container vertically */
  width: auto;
}

.reskilling-button {
  margin-top: 56px;
  width: 432px;
  height: 80px;
  background: linear-gradient(90deg, #1546B6 0%, #05A339 100%);
  border: none;
  border-radius: 80px;
}

.reskilling-button a {
  height: 100%;
  width: 100%;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 1.8px;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
}
.reskilling-button a:hover {
  opacity: 0.8;
}
.reskilling-button span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.reskilling-button span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 44px;
  display: block;
  width: 78px;
  height: 18px;
  margin-top: -16px;
  background: url("../images/bg_btn_01.png") no-repeat right center;
}

@media (max-width: 749px) {

  .reskilling-wrapper {
    margin-top: 50px;
    margin-bottom: 150px;
    margin-left: 24px;
    margin-right: 24px;
    width: 100%;
    height: auto;
    margin-left: auto; /* Center the wrapper horizontally */
    margin-right: auto;
  }
  
  .reskilling-title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }
  
  .black-text {
    color: #000;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 32.4px;
    letter-spacing: 1.8px;
    text-align: center;
  }
  
  .gradient-text {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 32.4px;
    letter-spacing: 1.8px;
    text-align: center;
    background: linear-gradient(90deg, #1546B6 0%, #05A339 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .reskilling-skills-container {
    margin-top: 36px;
    height: auto;
    width: 100%;
    gap: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .reskilling-coach-container {
    margin-top: 42px;
    height: auto;
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
    padding: 4px 4px 4px 4px;
    background: linear-gradient(90deg, #1546B6 1.67%, #05A339 100%);
    border-radius: 20px;
    box-shadow: 0px 0px 14px 0px #0000004D;
  }
  
  .reskilling-coach-inner {
    align-items: center;
    display: flex;
    border-radius: 16px;
    justify-content: space-between;
    flex-direction: column;
    overflow: visible;
    background-color: #fff;
    height: 100%;
    width: 100%;
  }
  
  .reskilling-coach-info-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 18px;
    margin-bottom: 0;
    height: auto;
    margin-left: 0px;
  }
  
  .reskilling-coach-comment {
    display: flex;
    flex-direction: column;
    margin-left: 17px;
    margin-right: 17px;
    margin-bottom: 14px; /* Adding margin bottom to create space between comment and description */
    flex: 1; /* Fill remaining space */
  }
  
  .reskilling-coach-comment span {
    color: #415290;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: 1px;
    font-family: "Helvetica Neue", sans-serif;
  }
  
  .reskilling-coach-description {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-left: 17px;
    margin-right: 17px;
  }
  
  .reskilling-coach-description p {
    color: #415290;
    font-size: 12px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: 1px;
    font-family: "Helvetica Neue", sans-serif;
  }
  
  .reskilling-coach-description span {
    display: inline;
    color: #415290;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: 1px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  
  .reskilling-coach-inner a {
    height: 128px;
    width: 128px;
    overflow: hidden;
  }
  
  .reskilling-coach-image {
    top: 16px;
    left: 0px;
    height: auto; /* Ensure the image fills its container vertically */
    width: 100%;
  }

  .reskilling-button {
    margin-top: 42px;
    width: 227.33px;
    height: 56px;
    background: linear-gradient(90deg, #1546B6 0%, #05A339 100%);
    border-radius: 56px;
  }
  
  .reskilling-button a {
    font-size: 13px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 1.3px;
  }
  .reskilling-button span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    display: block;
    width: 40px;
    background: url("../images/bg_btn_01.png") no-repeat right center;
    background-size: 40px auto;
  }

}

.s-lesson .explanation .result {
  padding: 0px 0px 26px 22px;
}

.s-lesson .explanation .rst-tle {
  border-top: 1px solid #7E92DB;
  padding: 24px 22px 0px 0px;
  
}

.s-lesson .explanation .rst-tle p{
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 25px;
  font-weight: 700;
  color: #415290;
}

.s-lesson .explanation .rst-subtle{
  font-size: 14px;
  letter-spacing: 1.6px;
  line-height: 25px;
  font-weight: 700;
  color: #7E92DB;
  margin-top: 8px;
}

.s-lesson .explanation .rst-description{
  font-size: 14px;
  letter-spacing: 1.12px;
  line-height: 25px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #7E92DB;
  border-radius: 8px;
  padding: 16px 24px;
  margin-right: 22px;
}

.s-lesson .explanation .rst-description a{
  font-weight: 700;
  text-decoration: underline;
  margin-top: 4px;
  color: white;
}

@media (max-width: 749px) {
  .s-lesson .explanation .result {
    padding: 18px 17px;
    border: 1px solid #7E92DB;
    background: none;
    border-radius: 8px;
    margin-bottom: 27px;
  }

  .s-lesson .explanation .rst-tle{
    border: none;
    padding: 0px !important;
  }

  .s-lesson .explanation .rst-tle p{
    color: #7E92DB;
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: 1.6px;
  }

  .s-lesson .explanation .rst-subtle{
    color: #415290;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.8px;
    margin-top: 12px;
    font-weight: 700;
  }

  .s-lesson .explanation .rst-description{
    margin: 0px;
    padding: 0px !important;
    background: none;
    color: #415290;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.8px;
  }

  .s-lesson .explanation .rst-description a{
    padding-top: 4px;
    color: #415290;
    font-weight: 400;
    line-height: 18px;
  }

}

#anc-point {
  margin-top: 170px;
}

#intro-video {
  margin-top: 220px;
  position: relative;
}

#intro-video .inner{
  padding: 0px 24px;
}

#intro-video .box {
  border: 4px solid #7E92DB;
  border-radius: 20px;
  padding: 114px 15px 64px;
  background-color: white;
  position: relative;
}

#intro-video .bg {
  position: absolute;
  z-index: -1;
  top: -30px;
  text-align: center;
  width: 100%;
}

#intro-video .tv-icon {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -88px;
  left: 0px;
}

#intro-video .headline h2 {
  margin: 0px;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 2.24px;
  line-height: 45px;
  color: #7E92DB;
  text-align: center;
  font-family: 'Helvetica Neue';
}

#intro-video .text-1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 45px;
  letter-spacing: 3.2px;
  text-align: center;
  font-family: 'Helvetica Neue';
  color: #161616;
  margin-top: 24px;
}

#intro-video .text-2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 45px;
  letter-spacing: 3.2px;
  text-align: center;
  font-family: 'Helvetica Neue';
  color: #161616;
}

#intro-video .btn-wrapper {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

#intro-video .video_button {
  text-align: center;
  padding: 0px 120px 0px 172px;
  font-family: 'Helvetica Neue';
  font-size: 18px;
  letter-spacing: 1.8px;
  color: white;
  background-color: #7E92DB;
  border-radius: 80px;
  line-height: 80px;
  font-weight: bold;
  position: relative;
}
#intro-video .video_button:hover {
  opacity: 0.7;
}

#intro-video .video_button .youtube-icon {
  width: 52px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 80px;
  line-height: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#intro-video .comment {
  margin: 16px 0px 0px;
  font-size: 12px;
  color: #161616;
  text-align: center;
  font-family: 'Helvetica Neue';
}

.intro-video .lg-none {
  display: none;
}

@media (max-width: 749px) {

  #intro-video .box {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 48px;
    padding-bottom: 32px;
  }

  #intro-video .headline h2 {
    font-size: 18px;
    line-height: 26.86px;
    letter-spacing: 2.24px;
  }

  #intro-video .text-1 {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 3.2px;
  }

  #intro-video .text-2 {
    font-size: 18px;
    line-height: 35.8px;
    letter-spacing: 3.2px;
    margin-top: 16px;
  }

  #intro-video .btn-wrapper {
    margin-top: 24px;
  }

  #intro-video .video_button {
    font-size: 13px;
    line-height: 56px;
    letter-spacing: 1.8px;
    padding: 0px 60px 0px 96px;
  }

  #intro-video .youtube-icon {
    left: 40px !important;
  }

  #intro-video .youtube-icon img{
    width: 34px;
  }

  #intro-video .comment {
    margin: auto;
    text-align: left;
    width: 236px;
    margin-top: 16px;
    font-size: 10px;
  }

  .intro-video .lg-show {
    display: inline;
  }

  #intro-video .tv-icon {
    top: -36px;
  }

  #intro-video .tv-icon img {
    height: 56px !important;
  }
}
.pc-show {
  display: initial !important;
}
.sp-show {
  display: none !important;
}
@media (max-width: 749px) {
  .pc-show {
    display: none !important;
  }
  .sp-show {
    display: initial !important;
  }
}