@media(min-width: 769px) {
  body {
      min-width:1000px
  }
}

#vantan-main {
  font-family: "Hiragino sans","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯",æ¸¸ã‚´ã‚·ãƒƒã‚¯,"Yu Gothic",YuGothic,sans-serif;
  color: #333;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: left
}

a {
  color: inherit
}

main picture {
  display: block
}

main img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain
}

.u-font-heading {
  font-family: "Noto Sans JP",sans-serif
}

.u-font-heading-en {
  font-family: "Outfit",sans-serif
}

.br-pc {
  display: none
}

@media(min-width: 769px) {
  .br-pc {
      display:block
  }
}

.br-sp {
  display: block
}

@media(min-width: 769px) {
  .br-sp {
      display:none
  }
}

.sec_inner {
  width: 100%;
  max-width: 524px;
  margin: auto;
  padding: 72px 22px
}
.sec_inner.no-pdt {
  padding-top: 0;
}
.sec_inner.no-pdt .o-course_contents {
  margin-top: 0;
}

@media(min-width: 769px) {
  .sec_inner {
      max-width:1280px;
      padding: 120px 40px
  }
  .sec_inner.no-pdt {
    padding-top: 0;
  }
  .sec_inner.no-pdt .o-course_contents {
    margin-top: 0;
  }
}

.sec_inner .-no_gutters {
  max-width: 480px;
  left: calc(50% + 22px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: -22px;
  margin-right: -22px
}

@media(min-width: 769px) {
  .sec_inner .-no_gutters {
      max-width:100%;
      left: auto;
      -webkit-transform: none;
      transform: none;
      margin-left: auto;
      margin-right: auto
  }
}

.l-min {
  max-width: 800px;
  margin: 10px auto 0;
}

.a-sub_heading {
  font-family: "Outfit",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: .5px;
  color: #e8656b
}

@media(min-width: 769px) {
  .a-sub_heading {
      font-size:20px;
      line-height: 1
  }
}

.a-main_heading {
  display: block;
  position: relative;
  font-family: "Noto Sans JP",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.4;
  text-align: center;
  color: #333;
  margin-top: 4px
}

.a-main_heading::after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background: #e8656b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: auto
}

@media(min-width: 769px) {
  .a-main_heading {
      font-size:46px;
      line-height: 1.3;
      margin-top: 10px
  }

  .a-main_heading::after {
      width: 60px;
      height: 4px;
      bottom: -20px
  }
}

.a-sub_catchphrase {
  display: block;
  font-family: "Noto Sans JP",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  margin-top: 40px
}

@media(min-width: 769px) {
  .a-sub_catchphrase {
      font-size:20px;
      line-height: 1.5;
      margin-top: 80px
  }
}

.a-catchphrase {
  font-family: "Noto Sans JP",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  color: #e8656b
}

@media(min-width: 769px) {
  .a-catchphrase {
      font-size:28px
  }
}

.a-catchphrase .marker {
  position: relative;
  z-index: 1
}

.a-catchphrase .marker::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #f4ec27;
  z-index: -1
}

.a-sub_catchphrase+.a-catchphrase {
  margin-top: 10px
}

@media(min-width: 769px) {
  .a-sub_catchphrase+.a-catchphrase {
      margin-top:8px
  }
}

.a-intro {
  line-height: 2;
  margin-top: 50px
}

@media(min-width: 769px) {
  .a-intro {
      text-align:center;
      margin-top: 60px
  }
}

.a-annotation {
  text-align: left;
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.6
}

.a-cv_btn_wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: auto;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  opacity: 1
}

.a-cv_btn_wrap:hover {
  opacity: .7
}

@media(min-width: 769px) {
  .a-cv_btn_wrap {
      max-width:400px
  }
}

.a-cv_btn_fixed_wrap {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  border-bottom: 4px solid #333;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none
}

.js-addAnim .a-cv_btn_fixed_wrap {
  -webkit-transition: opacity .4s;
  transition: opacity .4s
}

.js-elementShow .a-cv_btn_fixed_wrap {
  pointer-events: auto;
  opacity: 1
}

@media(min-width: 769px) {
  .a-cv_btn_fixed_wrap {
      max-width:375px;
      border-radius: 6px 0px 0px 0px;
      overflow: hidden
  }
}

.a-cv_btn_fixed_wrap .-btn2 {
  border-left: 1px solid #333
}

.a-cv_btn_fixed_wrap .a-cv_btn_wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%
}

.a-cv_btn_fixed_wrap .a-cv_btn {
  border-radius: 0;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(min-width: 769px) {
  .a-cv_btn_fixed_wrap .a-cv_btn {
      -webkit-box-pack:start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding-left: 10px;
      height: 64px
  }
}

.a-cv_btn_fixed_wrap .a-cv_btn_img {
  width: 66px;
  height: 69px;
  top: auto;
  bottom: -4px;
  right: 17px
}

@media(min-width: 769px) {
  .a-cv_btn_fixed_wrap .a-cv_btn_img {
      width:70px;
      height: 78px;
      right: 0
  }
}

.a-cv_btn_fixed_wrap .a-cv_btn_label {
  font-size: 17px;
  line-height: 1.3;
  padding-left: 6px;
  padding-right: 12px
}

.a-cv_btn_fixed_wrap .a-cv_btn_batch {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  height: 40px
}

.a-cv_btn_fixed_inner {
  position: relative;
  width: 100%;
  max-width: 331px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto
}

.a-cv_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 64px;
  position: relative;
  background: #f4ec27;
  -webkit-box-shadow: 0px 4px 0px #333;
  box-shadow: 0px 4px 0px #333;
  border-radius: 5px;
  padding-left: 10px;
  text-decoration: none
}

.a-cv_btn+.a-cv_btn {
  margin-left: 16px
}

@media(min-width: 769px) {
  .a-cv_btn {
      height:60px;
      padding-left: 16px
  }
}

.a-cv_btn_batch {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46px;
  flex: 0 0 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/img/default/common/lp/img_conversion_batch.svg)
}

.-btn2 .a-cv_btn_batch {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  background-image: url(/assets/img/default/common/lp/img_btn_batch.svg)
}

@media(min-width: 769px) {
  .a-cv_btn_batch {
      -webkit-box-flex:0;
      -ms-flex: 0 0 46px;
      flex: 0 0 46px;
      height: 46px
  }
}

.a-cv_btn_arrow {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11px;
  flex: 0 0 11px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/img/default/common/lp/icon_conversion_arrow.svg);
  margin-left: 8px
}

@media(min-width: 769px) {
  .a-cv_btn_arrow {
      margin-left:2px
  }
}

.a-cv_btn_label {
  display: block;
  font-family: "Noto Sans JP",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #333;
  padding-left: 10px
}

@media(min-width: 769px) {
  .a-cv_btn_label {
      padding-left:16px
  }
}

.a-cv_btn_img {
  position: absolute;
  width: 86px;
  height: 96px;
  top: -20px;
  right: -8px
}

@media(min-width: 769px) {
  .a-cv_btn_img {
      width:100px;
      height: 115px;
      top: -17px;
      right: 14px
  }
}

.a-btn_map_wrap {
  max-width: 225px;
  margin: auto;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  opacity: 1
}

.a-btn_map_wrap:hover {
  opacity: .7
}

.a-btn_map {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 44px;
  background: #e8656b;
  border: 1px solid #e8656b;
  border-radius: 22px;
  text-decoration: none
}

.a-btn_map .icon {
  display: inline-block;
  width: 12px;
  height: 18px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/img/default/common/lp/icon_access_mappin.svg)
}

.m-cv_btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto
}

.m-box_note {
  border: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 24px;
  padding: 18px 18px 14px;
  background: #fff
}

.m-box_note .m-box_note_heading {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #e8656b
}

.m-box_note .m-box_note_text {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 6px
}

.m-box_about>picture {
  margin-top: 20px
}

@media(min-width: 769px) {
  .m-box_about>div {
      -webkit-box-flex:1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }

  .m-box_about>picture {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 42.8571428571%;
      flex: 1 0 42.8571428571%;
      margin-top: 0;
      margin-left: 40px
  }
}

.m-box_about .m-box_about_heading {
  font-family: "Noto Sans JP",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #e8656b
}

@media(min-width: 769px) {
  .m-box_about .m-box_about_heading {
      text-align:left;
      font-weight: 700;
      font-size: 22px;
      line-height: 1.3
  }
}

.m-box_about .m-box_about_text {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px
}

@media(min-width: 769px) {
  .m-box_about .m-box_about_text {
      margin-top:16px
  }
}

.m-box_about2 {
  max-width: 800px;
  margin: auto;
  background: #fff
}

.m-box_about2>div {
  padding: 24px 22px;
  text-align: center
}

@media(min-width: 769px) {
  .m-box_about2 {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 12px;
      padding-right: 40px
  }

  .m-box_about2>div {
      padding: 0;
      padding-left: 40px;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: left
  }

  .m-box_about2>picture {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 44.75%;
      flex: 1 0 44.75%
  }

  .m-box_about2>picture img {
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover
  }
}

.m-box_about2 .m-box_about2_heading {
  display: inline-block;
  font-family: "Noto Sans JP",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  position: relative;
  z-index: 1
}

@media(min-width: 769px) {
  .m-box_about2 .m-box_about2_heading {
      text-align:left;
      font-weight: 700;
      font-size: 22px;
      line-height: 1.3
  }
}

.m-box_about2 .m-box_about2_text {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px
}

@media(min-width: 769px) {
  .m-box_about2 .m-box_about2_text {
      margin-top:16px;
      font-size: 16px;
      line-height: 1.8
  }
}

.o-lp_note {
  max-width: 524px;
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  margin: auto;
  padding: 32px 22px 24px
}

.o-lp_note p+p {
  margin-top: 6px
}

@media(min-width: 769px) {
  .o-lp_note {
      max-width:920px;
      padding: 32px 40px 24px
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh
}

#vantan-header {
  background-color: #fff;
  padding: 0 12px 12px
}

#vantan-header #kadokawa-logo {
  padding: 6px 0 4px;
  font-family: sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#vantan-header #jpx-logo {
  line-height: 1;
  width: 40px;
  margin: 0 8px 0 0;
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px
}

#vantan-header #jpx-logo img {
  width: 40px
}

#vantan-header #jpx-cap {
  text-align: left;
  font-size: 9px;
  line-height: 1.5;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin: 0 30px 0 0
}

#vantan-header #kadokawagroup-logo {
  text-align: right;
  line-height: 1;
  -ms-flex-preferred-size: 101px;
  flex-basis: 101px;
  width: 101px;
  margin: 0 0 0 auto
}

#vantan-header #kadokawagroup-logo img {
  width: 101px;
  height: 11px
}

#vantan-header #vantan-logo {
  display: block;
  padding-top: 12px;
  border-top: solid 1px #e5e5e5
}

#vantan-header #vantan-logo img {
  display: block;
  width: auto;
  height: 32px
}

#vantan-header #vantan-logo a {
  text-decoration: none
}

#vantan-header #vantan-logo span {
  line-height: 1;
  display: block;
  font-family: sans-serif;
  color: #000
}

#vantan-header #vantan-logo span.tagline {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 12px
}

#vantan-header #vantan-logo span.location {
  font-size: 11px;
  font-weight: normal;
  padding-top: 10px;
  width: 400px;
  text-align: right
}

#vantan-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

#vantan-footer {
  background-color: #fff;
  height: 66px;
  padding: 11px 18px
}

#vantan-footer .vantan-footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

#vantan-footer .vantan-footer-copyright img {
  width: 106px;
  height: 43px
}

#vantan-footer .vantan-footer-copyright p {
  font-size: 12px;
  text-align: right;
  line-height: 1
}

@media screen and (min-width: 768px) {
  #vantan-header #vantan-logo img {
      display:block;
      height: auto
  }
}

@media screen and (min-width: 768px) {
  #vantan-header {
      padding:0 18px 18px
  }

  #vantan-header #kadokawa-logo {
      margin: 0 auto;
      max-width: 1404px
  }

  #vantan-header #vantan-logo {
      margin: 0 auto;
      max-width: 1404px;
      padding-top: 18px
  }

  #vantan-header #vantan-logo img {
      height: 43px
  }

  #vantan-header #vantan-logo span.tagline {
      font-size: 14px;
      padding-bottom: 18px
  }

  #vantan-header #vantan-logo span.location {
      font-size: 13px;
      padding-top: 18px;
      width: 537px
  }

  #vantan-footer>* {
      max-width: 1404px
  }

  #vantan-footer .vantan-footer-copyright {
      margin: 0 auto
  }
}

#vantan-footer {
  height: auto
}

#vantan-footer .vantan-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  margin: 0 auto;
  padding-bottom: 18px;
  border-bottom: solid 1px #e5e5e5
}

#vantan-footer .vantan-footer-sns li {
  margin-right: 1rem
}

#vantan-footer .vantan-footer-sns li:last-child {
  margin-right: 0
}

#vantan-footer .vantan-footer-sns li a {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  padding-top: 28px
}

#vantan-footer .vantan-footer-sns li a.icon-instagram {
  background-image: url("../img/icon_instagram.svg")
}

#vantan-footer .vantan-footer-sns li a.icon-facebook {
  background-image: url("../img/icon_facebook.svg")
}

#vantan-footer .vantan-footer-sns li a.icon-twitter {
  background-image: url("../img/icon_twitter.svg")
}

#vantan-footer .vantan-footer-sns li a.icon-tiktok {
  background-image: url("../img/icon_tiktok.svg")
}

#vantan-footer .vantan-footer-sns li a.icon-line {
  background-image: url("../img/icon_line.svg")
}

#vantan-footer .vantan-footer-sitemap {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: solid 1px #e5e5e5;
  margin: 0 auto 18px;
  font-family: sans-serif;
  line-height: 1.8
}

#vantan-footer .vantan-footer-sitemap h2 {
  font-size: 14px;
  margin-bottom: 18px
}

#vantan-footer .vantan-footer-sitemap div section {
  margin-bottom: 12px
}

#vantan-footer .vantan-footer-sitemap div section:last-child {
  margin-bottom: 0
}

#vantan-footer .vantan-footer-sitemap div section p {
  font-size: 12px;
  color: #666
}

#vantan-footer .vantan-footer-sitemap div section h3 {
  font-size: 13px
}

#vantan-footer .vantan-footer-sitemap div section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  font-size: 12px
}

#vantan-footer .vantan-footer-sitemap div section ul li {
  margin-right: .5rem
}

#vantan-footer .vantan-footer-sitemap div section ul li:last-child {
  margin-right: 0
}

#vantan-footer .vantan-footer-sitemap div section ul li a {
  position: relative;
  padding-right: 1.2em;
  text-decoration: none;
  color: #000;
  white-space: nowrap
}

#vantan-footer .vantan-footer-sitemap div section ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1em;
  height: 1em;
  margin-left: .2rem;
  background-size: contain
}

#vantan-footer .vantan-footer-sitemap div section ul li a:hover {
  text-decoration: underline
}

@media screen and (min-width: 768px) {
  #vantan-footer .vantan-footer-sitemap {
      padding-bottom:4px
  }

  #vantan-footer .vantan-footer-sitemap div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }

  #vantan-footer .vantan-footer-sitemap div section {
      margin-right: 2rem;
      margin-bottom: 1rem
  }

  #vantan-footer .vantan-footer-sitemap div section:last-child {
      margin-right: 0
  }
}

.a-sub_catchphrase {
  display: block;
  font-family: Noto Sans JP,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  margin-top: 40px
}

@media(min-width: 769px) {
  .a-sub_catchphrase {
      font-size:20px;
      line-height: 1.5;
      margin-top: 80px
  }
}

.a-catchphrase {
  font-family: Noto Sans JP,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.5;
  text-align: center;
  color: #e8656b
}

@media(min-width: 769px) {
  .a-catchphrase {
      font-size:28px
  }
}

.a-catchphrase .marker {
  position: relative;
  z-index: 1
}

@media(min-width: 769px) {
  .a-catchphrase .marker::before {
      content:"";
      display: block;
      width: 100%;
      height: 10px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      background: #e8656b;
      z-index: -1
  }
}

.a-sub_catchphrase+.a-catchphrase {
  margin-top: 10px
}

@media(min-width: 769px) {
  .a-sub_catchphrase+.a-catchphrase {
      margin-top:8px
  }
}

.a-intro {
  line-height: 2;
  margin-top: 50px
}

@media(min-width: 769px) {
  .a-intro {
      text-align:center;
      margin-top: 60px
  }
}

.a-annotation {
  text-align: left;
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.6
}

@media(min-width: 769px) {
  .a-annotation {
      font-size:13px
  }
}

.a-cv_btn_wrap {
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  opacity: 1
}

.a-cv_btn_wrap:hover {
  opacity: .7
}

.a-cv_btn_wrap .a-cv_btn {
  width: 100%;
  background: #fff500;
  -webkit-box-shadow: 0px 4px 0px rgba(0,0,0,.35);
  box-shadow: 0px 4px 0px rgba(0,0,0,.35);
  padding-right: 10px;
  text-decoration: none
}

.a-cv_btn_wrap .a-cv_btn .a-cv_btn_batch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none
}

.a-cv_btn_wrap .a-cv_btn .a-cv_btn_batch svg {
  max-width: 100%;
  fill: #e60021
}

.a-cv_btn_wrap .a-cv_btn .a-cv_btn_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Noto Sans JP,sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #1f1f1f
}

.a-cv_btn_wrap.-btn2 .a-cv_btn_batch {
  background-image: url(../img/img_btn_batch.svg)
}

.a-cv_btn_fixed_wrap {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  border-bottom: 4px solid #1f1f1f;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none
}

.js-addAnim .a-cv_btn_fixed_wrap {
  -webkit-transition: opacity .4s;
  transition: opacity .4s
}

.js-elementShow .a-cv_btn_fixed_wrap {
  pointer-events: auto;
  opacity: 1
}

@media(min-width: 769px) {
  .a-cv_btn_fixed_wrap {
      max-width:375px;
      overflow: hidden
  }
}

.a-cv_btn_fixed_wrap .-btn2 {
  border-left: 1px solid #222
}

.a-cv_btn_fixed_wrap .a-cv_btn_wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%
}

.a-cv_btn_fixed_wrap .a-cv_btn {
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0
}

@media(min-width: 769px) {
  .a-cv_btn_fixed_wrap .a-cv_btn {
      width:188px;
      height: 60px
  }
}

.a-cv_btn_fixed_wrap .a-cv_btn .a-cv_btn_label {
  font-size: 16px;
  line-height: 1.3
}

.a-cv_btn_fixed_wrap .a-cv_btn .a-cv_btn_batch {
  width: 50px;
  height: 40px
}

.a-cv_btn_fixed_inner {
  position: relative;
  width: 100%;
  max-width: 331px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto
}

.m-cv_btn_flex .a-cv_btn_batch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none
}

.m-cv_btn_flex .a-cv_btn_batch svg {
  max-width: 100%
}

.a-cv_btn_fixed_wrap .a-cv_btn_batch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none
}

.a-cv_btn_fixed_wrap .a-cv_btn_batch svg {
  max-width: 100%
}

.m-cv_btn_pc_flex .a-cv_btn_batch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none
}

.m-cv_btn_pc_flex .a-cv_btn_batch svg {
  max-width: 100%
}

.a-btn_map_wrap {
  max-width: 225px;
  margin: auto;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  opacity: 1
}

.a-btn_map_wrap:hover {
  opacity: .7
}

.a-btn_map {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 44px;
  background: #e8656b;
  border: 1px solid #e8656b;
  border-radius: 22px;
  text-decoration: none
}

.a-btn_map .icon {
  display: inline-block;
  width: 12px;
  height: 18px;
  margin-right: 8px;
  fill: #fff
}

.m-box_about {
  margin: auto;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 22px;
  margin-right: 22px;
  padding: 28px 22px 24px;
  background: #f6f6f6;
  max-width: 800px
}

@media(min-width: 769px) {
  .m-box_about {
      margin-top:72px;
      margin-bottom: 0;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 32px 40px
  }
}

.m-box_about>.m-box_about_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(min-width: 769px) {
  .m-box_about>.m-box_about_inner {
      -webkit-box-align:start;
      -ms-flex-align: start;
      align-items: flex-start
  }
}

.m-box_about .m-box_about_sub_heading {
  background-color: #e8656b;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 120px;
  margin-inline:auto}

@media(min-width: 769px) {
  .m-box_about .m-box_about_sub_heading {
      margin-inline:0
  }
}

.m-box_about .m-box_about_sub_heading .label {
  font-family: Barlow Condensed,sans-serif;
  font-size: 15px;
  color: #fff
}

.m-box_about .m-box_about_heading {
  font-family: Noto Sans JP,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  color: #e8656b
}

@media(min-width: 769px) {
  .m-box_about .m-box_about_heading {
      text-align:left;
      font-weight: 700;
      font-size: 22px;
      line-height: 1.3
  }
}

.m-box_about .m-box_about_text {
  font-size: 15px;
  margin-top: 4px
}

@media(min-width: 769px) {
  .m-box_about .m-box_about_text {
      margin-top:0
  }
}

.m-box_about2 {
  max-width: 800px;
  margin: auto;
  background-color: #f6f6f6;
  padding-block:28px;padding-inline:20px;gap: 12px
}

@media(min-width: 769px) {
  .m-box_about2 {
      padding-block:32px;
      padding-inline:40px;display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      gap: 8px
  }
}

.m-box_about2 .m-box_about2_heading {
  display: inline-block;
  font-family: Noto Sans JP,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  color: #e8656b
}

@media(min-width: 769px) {
  .m-box_about2 .m-box_about2_heading {
      font-weight:700;
      font-size: 24px;
      line-height: 1.3;
      text-align: left
  }
}

.m-box_about2 .m-box_about2_text {
  text-align: left;
  font-size: 15px;
  line-height: 1.8
}

@media(min-width: 769px) {
  .m-box_about2 .m-box_about2_text {
      line-height:1.8
  }
}

.label.-note {
  font-family: "Hiragino sans",ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯,æ¸¸ã‚´ã‚·ãƒƒã‚¯,"Yu Gothic",yugothic,sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding-left: 8px;
  line-height: 1
}

#lp .o-header_holdings-logo {
  max-width: 1404px
}

#lp .l-main {
  padding: 0
}

@media(max-width: 768px) {
  .is-scrolled .o-header {
      position:static
  }
}

.sct-main {
  position: relative;
  height: 604px
}

.sct-main.is-nomv {
  height: 0 !important;
  overflow: hidden
}

@media(min-width: 769px) {
  .sct-main {
      height:640px
  }
}

.sct-main .mv {
  display: block;
  height: 100%;
  background: #fcf2f6
}

.sct-main .mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
  max-width: 2000px;
  margin: auto
}

.sct-main .m-cv_btn_flex {
  padding: 0 16px;
  max-width: 400px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -29px;
  margin: auto
}

@media(min-width: 769px) {
  .sct-main .m-cv_btn_flex {
      max-width:576px;
      padding: 0;
      position: relative;
      bottom: 0;
      margin-left: 0;
      margin-top: 32px
  }
}

.sct-main .a-cv_btn_wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 2.5px);
  flex: 1 1 calc(50% - 2.5px)
}

.sct-main .a-cv_btn_wrap+.a-cv_btn_wrap {
  margin-left: 5px
}

@media(min-width: 769px) {
  .sct-main .a-cv_btn_wrap {
      -ms-flex-preferred-size:calc(50% - 8px);
      flex-basis: calc(50% - 8px)
  }

  .sct-main .a-cv_btn_wrap+.a-cv_btn_wrap {
      margin-left: 16px
  }
}

.sct-main .a-cv_btn {
  padding-left: 8px;
  padding-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(min-width: 769px) {
  .sct-main .a-cv_btn {
      height:60px;
      padding-left: 12px
  }
}

.sct-main .a-cv_btn_label {
  font-size: 16px;
  line-height: 1.3;
  padding-left: 4px;
  width: auto;
  text-align: left
}

@media(min-width: 769px) {
  .sct-main .a-cv_btn_label {
      font-size:18px;
      line-height: 1.2;
      padding-left: 8px;
      width: 100%;
      text-align: center
  }
}

.sct-main .a-cv_btn_batch {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46px;
  flex: 0 0 46px;
  height: 46px
}

.o-mv_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

@media(min-width: 769px) {
  .o-mv_wrap {
      right:0;
      margin: auto;
      max-width: 1440px;
      padding: 92px 18px
  }
}

.o-mv_wrap .title_wrap {
  padding: 22px;
  text-align: left
}

@media(min-width: 768px) {
  .o-mv_wrap .title_wrap {
      padding-left:64px
  }
}

@media(min-width: 769px) {
  .o-mv_wrap .title_wrap {
      padding:0
  }
}

.o-mv_wrap .subttl {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #fff
}

.o-mv_wrap .subttl .marker {
  padding: 4px 8px 6px;
  display: inline-block;
  background: #e8656b
}

@media(min-width: 769px) {
  .o-mv_wrap .subttl {
      font-size:30px
  }

  .o-mv_wrap .subttl .marker {
      padding: 2px 8px 6px
  }
}

.o-mv_wrap .mainttl {
  font-size: 26px;
  line-height: 1.3;
  color: #333
}

.o-mv_wrap .mainttl .paragraph {
  display: block;
  margin-top: 4px
}

.o-mv_wrap .mainttl .marker {
  margin-top: 4px;
  padding: 4px 8px;
  display: inline-block;
  align-items: center;
  background: #fff
}

.o-mv_wrap .mainttl .marker .a-mark {
  font-size: 0.3em;
  margin-top: -25px;
}

.o-mv_wrap .mainttl .cross {
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/img/default/common/lp/cross.svg);
  margin: 0 4px
}

@media(max-width: 768px) {
  .o-mv_wrap .a-text-caption {
    position: absolute;
    left: 5vw;
    bottom: 9vw;
  }
}

@media(min-width: 769px) {
  .o-mv_wrap .mainttl {
      font-size:54px;
      line-height: 1.2
  }

  .o-mv_wrap .mainttl .paragraph {
      margin-top: 6px
  }

  .o-mv_wrap .mainttl .cross {
      width: 32px;
      height: 32px;
      margin: 0 10px
  }

  .o-mv_wrap .mainttl .marker {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}

.o-mv_wrap .batch_wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 60px;
  width: 339px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.25))
}

.o-mv_wrap .batch_wrap .batch {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 109px;
  flex: 0 0 109px
}

@media(min-width: 768px) {
  .o-mv_wrap .batch_wrap {
      left:auto;
      right: 66px
  }
}

@media(min-width: 769px) {
  .o-mv_wrap .batch_wrap {
      position:relative;
      width: 418px;
      bottom: 0;
      right: auto;
      left: 0;
      margin-top: 24px;
      margin-left: 0
  }

  .o-mv_wrap .batch_wrap .batch {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
      flex: 0 0 130px
  }
}

.sct-plan .sec_inner {
  padding-bottom: 48px
}

@media(min-width: 769px) {
  .sct-plan .sec_inner {
      padding-bottom:120px
  }
}

.sct-plan .m-box_content {
  max-width: 800px;
  margin: 58px auto 0;
  padding: 17px 17px 15px;
  border: 1px solid #aaa;
  border-radius: 6px
}

.sct-plan .m-box_content .m-box_content_heading {
  font-family: "Noto Sans JP",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  color: #e8656b
}

.sct-plan .m-box_content .m-box_content_heading .paragraph {
  display: block
}

.sct-plan .m-box_content .m-box_content_heading .marker {
  position: relative;
  z-index: 1
}

.sct-plan .m-box_content .m-box_content_heading .marker::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #f4ec27;
  z-index: -1
}

@media(min-width: 769px) {
  .sct-plan .m-box_content {
      padding:39px 63px 47px
  }

  .sct-plan .m-box_content .m-box_content_heading {
      font-size: 28px;
      line-height: 1.4
  }
}

.sct-plan .m-box_content_lists {
  margin-top: 20px
}

@media(min-width: 769px) {
  .sct-plan .m-box_content_lists {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 32px
  }
}

.sct-plan .m-box_content_lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
  font-weight: 700
}

.sct-plan .m-box_content_lists li .text {
  padding-left: 6px;
  font-weight: 700;
  line-height: 1.3
}

.sct-plan .m-box_content_lists li .fz-s {
  font-family: "Hiragino sans","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯",æ¸¸ã‚´ã‚·ãƒƒã‚¯,"Yu Gothic",YuGothic,sans-serif;
  font-size: 12px;
  font-weight: 300
}

.sct-plan .m-box_content_lists li+li {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed #bcbcbc
}

@media(min-width: 769px) {
  .sct-plan .m-box_content_lists li {
      display:block;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 16px);
      flex: 1 1 calc(33.333% - 16px);
      border: none;
      padding: 16px;
      background: #f1f1f1;
      border-radius: 6px;
      text-align: center
  }

  .sct-plan .m-box_content_lists li .text {
      font-size: 17px;
      line-height: 1.4;
      padding-left: 0;
      padding-top: 10px
  }

  .sct-plan .m-box_content_lists li+li {
      margin-top: 0;
      margin-left: 24px;
      border: none
  }
}

.sct-plan .m-box_content_lists .icon {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 7px
}

@media(min-width: 769px) {
  .sct-plan .m-box_content_lists .icon {
      width:60px;
      height: 60px;
      margin: auto
  }
}

.sct-plan .m-box_content_lists .icon_1 {
  background-image: url(/assets/img/default/common/lp/icon_plan_schedule.svg)
}

.sct-plan .m-box_content_lists .icon_2 {
  background-image: url(/assets/img/default/common/lp/icon_plan_location.svg)
}

.sct-plan .m-box_content_lists .icon_3 {
  background-image: url(/assets/img/default/common/lp/icon_plan_price.svg)
}

.o-plan_contents {
  position: relative;
  margin-top: 44px
}

@media(min-width: 769px) {
  .o-plan_contents {
      margin-top:100px
  }
}

@media(min-width: 769px) {
  .o-plan_contents .m-card_content {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }

  .o-plan_contents .m-card_content:nth-child(n+1) {
      margin-top: 80px
  }

  .o-plan_contents .m-card_content.-row_reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse
  }

  .o-plan_contents .m-card_content.-row_reverse .text_warp {
      padding-left: 0;
      padding-right: 50px
  }

  .o-plan_contents .m-card_content .img_wrap {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 53.3333333333%;
      flex: 1 0 53.3333333333%;
      max-width: 640px
  }
}

.o-plan_contents .m-card_content .text_warp {
  position: relative;
  padding: 0 22px 40px;
  margin-top: -14px;
  z-index: 1
}

.o-plan_contents .m-card_content .text_warp .text {
  margin-top: 16px
}

@media(min-width: 769px) {
  .o-plan_contents .m-card_content .text_warp {
      -webkit-box-flex:1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 0;
      padding-left: 50px;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }

  .o-plan_contents .m-card_content .text_warp .text {
      margin-top: 24px
  }
}

.o-plan_contents .m-card_content_heading {
  font-family: "Noto Sans JP",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #fff
}

.o-plan_contents .m-card_content_heading .paragraph {
  display: block
}

.o-plan_contents .m-card_content_heading .paragraph+.paragraph {
  margin-top: 4px
}

.o-plan_contents .m-card_content_heading .marker {
  display: inline-block;
  padding: 3px 5px 4px;
  background: #e8656b
}

@media(min-width: 769px) {
  .o-plan_contents .m-card_content_heading {
      font-size:26px;
      line-height: 1.3
  }
}

.o-course_contents {
  margin-top: 40px
}

@media(min-width: 769px) {
  .o-course_contents {
      margin-top:80px
  }
}

.o-course_cards {
  display: block
}

@media(min-width: 769px) {
  .o-course_cards {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }
}

.m-course_card {
  display: block;
  background: #fff
}

@media(min-width: 769px) {
  .m-course_card_img {
      -ms-flex-preferred-size:37.5%;
      flex-basis: 37.5%;
      min-width: 37.5%
  }
}

.m-course_card+.m-course_card {
  margin-top: 40px
}

@media(min-width: 769px) {
  .m-course_card {
      -webkit-box-flex:1;
      -ms-flex: 1 1 calc(50% - 20px);
      flex: 1 1 calc(50% - 20px);
      height: auto;
      max-width: 580px
  }

  .m-course_card+.m-course_card {
      margin-top: 0;
      margin-left: 40px
  }
}

.m-course_card .m-course_card_num {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 8px 8px 7px;
  color: #fff;
  background: #e8656b
}

.m-course_card .m-course_card_inner {
  padding: 24px 22px 26px
}

@media(min-width: 769px) {
  .m-course_card .m-course_card_inner {
      padding:40px 34px
  }
}

.m-course_card .m-course_card_desc {
  line-height: 1.8
}

.m-course_card .m-course_card_items {
  margin-top: 22px
}

@media(min-width: 769px) {
  .m-course_card .m-course_card_items {
      margin-top:32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
}

.m-course_card .m-course_card_item {
  margin-bottom: 16px
}

.m-course_card .m-course_card_item .fz-s {
  font-family: "Hiragino sans","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯",æ¸¸ã‚´ã‚·ãƒƒã‚¯,"Yu Gothic",YuGothic,sans-serif;
  font-size: 12px;
  font-weight: 300
}

@media(min-width: 769px) {
  .m-course_card .m-course_card_item {
      -webkit-box-flex:1;
      -ms-flex: 1 1 calc(50% - 12px);
      flex: 1 1 calc(50% - 12px)
  }

  .m-course_card .m-course_card_item:nth-child(even) {
      margin-left: 24px
  }
}

.m-course_card .m-course_card_heading {
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e8656b;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 1px;
  color: #fff
}

.m-course_card .m-course_card_text {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 12px
}

.m-course_card .m-course_card_job {
  margin-top: 22px;
  padding: 24px 16px 16px;
  background: #f1f1f1
}

@media(min-width: 769px) {
  .m-course_card .m-course_card_job {
      margin-top:16px;
      padding: 24px 32px 16px
  }
}

.m-course_card .m-course_card_job .heading {
  max-width: 249px;
  margin: auto;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 18px
}

@media(min-width: 769px) {
  .m-course_card .m-course_card_job .heading {
      max-width:100%
  }
}

.m-course_card .m-course_card_job ul {
  max-width: 249px;
  margin: auto;
  margin-top: 16px
}

@media(min-width: 769px) {
  .m-course_card .m-course_card_job ul {
      max-width:100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
}

.m-course_card .m-course_card_job li {
  font-size: 15px;
  line-height: 1.8
}

@media(min-width: 769px) {
  .m-course_card .m-course_card_job li {
      -webkit-box-flex:1;
      -ms-flex: 1 1 calc(50% - 14px);
      flex: 1 1 calc(50% - 14px)
  }

  .m-course_card .m-course_card_job li:nth-child(even) {
      margin-left: 28px
  }
}

.o-box_table_area {
  max-width: 800px;
  margin: auto;
  margin-top: 40px;
  padding: 32px 22px;
  background: #fff
}

@media(min-width: 769px) {
  .o-box_table_area {
      margin-top:100px;
      padding: 34px 34px 35px
  }
}

.o-box_table_wrap {
  position: relative;
  overflow-x: scroll;
  padding-bottom: 24px
}

.o-box_table_wrap::-webkit-scrollbar {
  height: 10px
}

.o-box_table_wrap::-webkit-scrollbar-track {
  background-color: #d9d9d9
}

.o-box_table_wrap::-webkit-scrollbar-thumb {
  background-color: #aaa
}

@media(min-width: 769px) {
  .o-box_table_wrap {
      overflow:auto;
      padding-bottom: 0
  }
}

.o-box_table_note {
  display: inline-block;
  font-size: 12px;
  line-height: 1.3;
  padding-top: 16px;
  position: sticky;
  bottom: 0;
  left: 0
}

@media(min-width: 769px) {
  .o-box_table_note {
      display:none
  }
}

.o-box_table_heading {
  width: 287px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  color: #e8656b
}

@media(min-width: 769px) {
  .o-box_table_heading {
      width:100%
  }
}

.o-box_table {
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 24px;
  width: 436px
}

@media(min-width: 769px) {
  .o-box_table {
      width:732px
  }
}

.o-box_table thead th {
  border-top: solid 1px #ccc;
  padding: 4px 8px
}

@media(min-width: 769px) {
  .o-box_table thead th {
      min-height:48px
  }
}

.o-box_table tbody th,.o-box_table tbody td {
  min-height: 48px
}

.o-box_table th,.o-box_table td {
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  padding: 8px
}

.o-box_table th .inner,.o-box_table td .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.o-box_table th:first-child,.o-box_table td:first-child {
  border-left: solid 1px #ccc
}

.o-box_table th:first-child {
  background: #fff;
  left: 0;
  padding: 6px;
  position: sticky;
  width: 66px;
  z-index: 5;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
  text-align: center
}

@media(min-width: 769px) {
  .o-box_table th:first-child {
      width:125px;
      font-size: 15px
  }
}

.o-box_table th.tg-blk {
  background: #9c9c9c
}

.o-box_table .o-tableSet_head {
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

.o-box_table .o-tableSet_head.fz-s {
  font-size: 10px
}

@media(min-width: 769px) {
  .o-box_table .o-tableSet_head {
      font-size:15px
  }

  .o-box_table .o-tableSet_head.fz-s {
      font-size: 13px
  }
}

.o-box_table .o-tableSet_text {
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

.o-box_table .o-tableSet_text.fz-s {
  font-size: 10px
}

@media(min-width: 769px) {
  .o-box_table .o-tableSet_text {
      font-size:15px
  }

  .o-box_table .o-tableSet_text.fz-s {
      font-size: 13px
  }
}

.o-box_table .primary {
  background: #e8656b
}

.o-box_table .secondary {
  background: #9c9c9c
}

.o-box_table .third {
  background: #9c9c9c
}

.o-box_table .target {
  background: #ab4848
}

.sct-reason .sec_inner {
  padding-bottom: 0
}

@media(min-width: 769px) {
  .sct-reason .sec_inner {
      padding-bottom:0
  }
}

.o-reason_contents {
  position: relative;
  margin-top: 40px
}

@media(min-width: 769px) {
  .o-reason_contents {
      margin-top:80px
  }
}

@media(min-width: 769px) {
  .o-reason_contents .m-card_content {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start
  }

  .o-reason_contents .m-card_content:nth-child(n+1) {
      margin-top: 100px
  }

  .o-reason_contents .m-card_content.-row_reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse
  }

  .o-reason_contents .m-card_content.-row_reverse .text_warp {
      padding-left: 0;
      padding-right: 40px
  }

  .o-reason_contents .m-card_content .img_wrap {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 53.3333333333%;
      flex: 1 0 53.3333333333%;
      max-width: 640px
  }
}

.o-reason_contents .m-card_content .text_warp {
  position: relative;
  padding: 0 22px 40px;
  margin-top: -14px;
  z-index: 1
}

.o-reason_contents .m-card_content .text_warp .text_heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 24px
}

.o-reason_contents .m-card_content .text_warp .text {
  margin-top: 16px
}

@media(min-width: 769px) {
  .o-reason_contents .m-card_content .text_warp {
      -webkit-box-flex:1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 0;
      padding-left: 40px;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }

  .o-reason_contents .m-card_content .text_warp .text_heading {
      font-size: 20px
  }
}

.o-reason_contents .m-card_content_sub_heading {
  font-family: "Outfit",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #fff
}

.o-reason_contents .m-card_content_sub_heading .marker {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 8px;
  background: #e8656b
}

.o-reason_contents .m-card_content_sub_heading .num {
  display: inline-block;
  padding-left: 8px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3
}

.o-reason_contents .m-card_content_heading {
  font-family: "Noto Sans JP",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: #e8656b;
  margin-top: 8px
}

.o-reason_contents .m-card_content_heading .paragraph {
  display: block
}

.o-reason_contents .m-card_content_heading .paragraph+.paragraph {
  margin-top: 4px
}

.o-reason_contents .m-card_content_heading .marker {
  display: inline-block;
  padding: 3px 5px 4px;
  background: #fff
}

@media(min-width: 769px) {
  .o-reason_contents .m-card_content_heading {
      font-size:26px;
      line-height: 1.3
  }
}

.o-voice_cards {
  margin-top: 58px
}

@media(min-width: 769px) {
  .o-voice_cards {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 80px
  }
}

.m-voice_card {
  display: block;
  padding: 32px 22px 28px;
  background: #fff
}

@media(min-width: 769px) {
  .m-voice_card {
      -webkit-box-flex:1;
      -ms-flex: 1 1 33.333%;
      flex: 1 1 33.333%
  }
}

.m-voice_card+.m-voice_card {
  margin-top: 32px
}

@media(min-width: 769px) {
  .m-voice_card+.m-voice_card {
      margin-top:0;
      margin-left: 30px
  }
}

.m-voice_card .m-voice_card_num {
  font-family: "Outfit",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #e8656b;
  padding: 8px 10px
}

.m-voice_card .m-voice_card_heading {
  position: relative;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.m-voice_card .m-voice_card_heading span {
  display: block;
  font-weight: 600;
  line-height: 1.2
}

.m-voice_card .m-voice_card_heading .secondary {
  font-size: 15px;
  margin-top: 12px
}

.m-voice_card .m-voice_card_heading .primary {
  font-size: 22px;
  margin-top: 6px
}

.m-voice_card .m-voice_card_heading .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 12px
}

.m-voice_card .m-voice_card_heading .icon svg {
  max-width: 100%;
  max-height: 100%
}

.m-voice_card .m-voice_card_review {
  margin-top: 16px;
  border-bottom: 1px solid #aaa
}

.m-voice_card .m-voice_card_review_item {
  position: relative;
  padding: 14px 4px 12px;
  border-top: 1px solid #aaa
}

.m-voice_card .m-voice_card_review_item+.m-voice_card_review_item {
  border-top: 1px dashed #aaa
}

.m-voice_card .m-voice_card_review_item p {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3
}

.m-voice_card .m-voice_card_review_item .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 7px
}

.m-voice_card .m-voice_card_review_item .stars svg {
  display: block;
  width: 4.6vw
}

.m-voice_card .m-voice_card_review_item .stars svg+svg {
  margin-left: 2px
}

@media(min-width: 769px) {
  .m-voice_card .m-voice_card_review_item .stars svg {
      width:20px
  }

  .m-voice_card .m-voice_card_review_item .stars svg+svg {
      margin-left: 2px
  }
}

.m-voice_card .m-voice_card_review_item .num {
  position: absolute;
  right: 4px;
  bottom: 10px;
  font-family: "Outfit",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  text-align: right;
  letter-spacing: -0.5px
}

.m-voice_card .m-voice_card_explain {
  margin-top: 32px
}

.m-voice_card .m-voice_card_explain .text_heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5
}

.m-voice_card .m-voice_card_explain .text {
  line-height: 1.8;
  margin-top: 12px
}

.o-faq_contents {
  margin-top: 50px
}

@media(min-width: 769px) {
  .o-faq_contents {
      margin-top:108px
  }
}

.m-question_wrap {
  background: #fff;
  max-width: 1000px;
  margin: auto
}

.m-question_wrap+.m-question_wrap {
  margin-top: 8px
}

.m-question {
  display: block;
  cursor: pointer;
  padding: 24px 22px
}

.m-question::-webkit-details-marker {
  display: none
}

.is-opened .m-question {
  padding-bottom: 16px;
  -webkit-transition: padding-bottom .2s ease-out;
  transition: padding-bottom .2s ease-out
}

@media(min-width: 769px) {
  .m-question {
      padding:32px 40px 17px;
      margin-bottom: 15px
  }
}

.m-question_inner {
  display: block;
  position: relative;
  padding-left: 32px;
  padding-right: 26px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4
}

.m-question_inner .icon {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  fill: #e8656b
}

.m-question_inner .arrow {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  fill: #1f1f1f
}

details[open] .m-question_inner .arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.m-question_answer {
  overflow: hidden
}

.m-question_answer_inner {
  position: relative;
  border-top: 1px dashed #1f1f1f;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.8;
  padding-left: 32px;
  margin: auto 22px;
  padding-top: 16px;
  padding-bottom: 26px
}

.m-question_answer_inner .icon {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  left: 0;
  fill: #e8656b
}

@media(min-width: 769px) {
  .m-question_answer_inner {
      margin:auto 40px;
      padding-bottom: 32px
  }
}

.o-access_contents {
  margin-top: 50px
}

@media(min-width: 769px) {
  .o-access_contents {
      margin-top:108px
  }
}

.o-access_heads {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  max-width: 350px
}

@media(min-width: 769px) {
  .o-access_heads {
      max-width:800px
  }
}

.o-access_head {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 5px);
  flex: 0 0 calc(50% - 5px);
  margin: 0 2.5px 5px;
  max-width: 170px;
  height: 55px;
  padding: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ab4848;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: relative;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  opacity: 1
}

.o-access_head.is-active {
  color: #fff;
  background: #e8656b
}

.o-access_head:hover {
  opacity: .7
}

@media(min-width: 769px) {
  .o-access_head {
      margin:0 2px;
      height: 40px
  }

  .o-access_head.is-active::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -13px;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 13px 9.5px 0;
      border-color: #e8656b rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)
  }
}

.a-access_head_primary {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-align: center
}

.a-access_head_secondary {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  margin-top: 4px
}

.a-access_head_img {
  display: block;
  width: 15px;
  height: 9px;
  margin: auto;
  margin-top: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/img/default/common/lp/icon_access_down_off.svg)
}

.is-active .a-access_head_img {
  background-image: url(/assets/img/default/common/lp/icon_access_down.svg)
}

@media(min-width: 769px) {
  .a-access_head_img {
      display:none
  }
}

.o-access_item_wrap {
  position: relative
}

.o-access_item {
  max-width: 840px;
  margin: auto;
  margin-top: 24px;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden
}

.o-access_item.is-active {
  opacity: 1;
  position: relative;
  visibility: visible
}

.o-access_item .heading {
  display: block;
  font-family: "Outfit",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  color: #e8656b;
  margin-top: 32px
}

.o-access_item .sub_heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4px
}

.o-access_item .sub_heading .fz-s {
  font-size: 16px;
  padding-left: 8px
}

@media(min-width: 769px) {
  .o-access_item {
      margin-top:52px
  }

  .o-access_item .heading {
      font-weight: 400;
      font-size: 48px;
      line-height: 1;
      margin-top: 40px
  }

  .o-access_item .sub_heading {
      font-size: 26px;
      line-height: 1.3
  }

  .o-access_item .sub_heading .fz-s {
      font-size: 20px
  }
}

.o-access_img {
  position: relative;
  left: calc(50% + 22px);
  margin-left: -22px;
  margin-right: -22px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 840px
}

@media(min-width: 769px) {
  .o-access_details {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 16px
  }
}

.m-access_detail_wrap {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4
}

.m-access_detail_wrap li {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  text-align: left;
  padding-left: 13px
}

.m-access_detail_wrap li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  margin: auto;
  width: 7px;
  height: 7px;
  border-radius: 8px;
  background: #000
}

.m-access_detail_wrap li+li {
  margin-top: 5px
}

.m-access_detail_wrap .a-btn_map_wrap {
  margin-top: 18px
}

.m-access_detail_wrap .a-tel {
  position: relative;
  display: block;
  font-family: "Outfit",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  padding-left: 38px
}

.m-access_detail_wrap .a-tel svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 30px;
  height: 20px;
  fill: #309e2d
}

@media(min-width: 769px) {
  .m-access_detail_wrap {
      -webkit-box-flex:0;
      -ms-flex: 0 0 calc(50% - 20px);
      flex: 0 0 calc(50% - 20px)
  }

  .m-access_detail_wrap:nth-child(even) {
      margin-left: 40px
  }

  .m-access_detail_wrap .a-btn_map_wrap {
      margin-left: 0
  }
}

.m-access_detail_heading {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  border-top: 1px dashed #aaa;
  padding-top: 24px;
  padding-bottom: 10px;
  margin-top: 24px
}

.m-access_detail_heading::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #333;
  margin-right: 4px
}

.sct-document .sec_inner {
  padding-bottom: 68px
}

@media(min-width: 769px) {
  .sct-document .m-cv_btn_pc_flex {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      max-width: 820px;
      margin: auto
  }
}

.sct-document .a-cv_btn_wrap {
  margin-top: 20px;
  max-width: 380px
}

@media(min-width: 769px) {
  .sct-document .a-cv_btn_wrap {
      -webkit-box-flex:0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      margin: auto 10px;
      margin-top: 32px
  }
}

.sct-document .a-cv_btn {
  padding-left: 16px;
  padding-right: 16px
}

@media(min-width: 769px) {
  .sct-document .a-cv_btn {
      height:76px
  }
}

.sct-document .a-cv_btn_label {
  font-size: 20px;
  line-height: 1.2;
  padding-left: 6px;
  display: block;
  width: auto;
  text-align: center
}

@media(min-width: 769px) {
  .sct-document .a-cv_btn_label {
      font-size:24px;
      width: 100%
  }
}

.sct-document .a-cv_btn_batch {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  height: 48px
}

@media(min-width: 769px) {
  .sct-document .a-cv_btn_batch {
      -webkit-box-flex:0;
      -ms-flex: 0 0 58px;
      flex: 0 0 58px;
      height: 58px
  }

  .-btn2 .sct-document .a-cv_btn_batch {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
      flex: 0 0 48px;
      height: 48px
  }
}

.o-document_contents {
  background: #fff;
  max-width: 880px;
  margin: 50px auto auto;
  padding: 40px 12px 24px
}

@media(min-width: 769px) {
  .o-document_contents {
      position:relative;
      margin-top: 100px;
      padding: 56px 40px 36px
  }
}

.m-document_content {
  position: relative;
  border: 1px solid #e8656b;
  padding: 25px 18px 20px;
  margin-top: 17px
}

.m-document_content+.m-document_content {
  margin-top: 40px
}

@media(min-width: 769px) {
  .m-document_content {
      max-width:480px;
      padding: 30px 25px 20px
  }
}

.m-document_content_img.br-sp {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120.0743494424%;
  max-width: 472px
}

.m-document_content_img.br-pc {
  position: absolute;
  bottom: 0;
  right: 14px;
  width: 385px
}

.m-document_content_heading {
  position: absolute;
  left: 0;
  right: 0;
  top: -17px;
  z-index: 1;
  text-align: center
}

.m-document_content_heading .marker {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  padding: 8px;
  background: #e8656b
}

@media(min-width: 769px) {
  .m-document_content_heading {
      top:-19px
  }

  .m-document_content_heading .marker {
      font-size: 18px;
      line-height: 1.2;
      padding: 7px 10px
  }
}

.m-document_content_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  margin-top: 8px
}

@media(min-width: 769px) {
  .m-document_content_title {
      font-size:24px;
      line-height: 1.4
  }
}

.m-document_content_text {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
  text-align: center
}

@media(min-width: 769px) {
  .m-document_content_text {
      font-size:16px;
      line-height: 1.6
  }
}

.o-document_cv_area {
  margin-top: 50px
}

.o-cv_catchphrase {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  max-width: 327px;
  margin: 0 auto;
  padding: 0 5.5rem
}

.o-cv_catchphrase::before,.o-cv_catchphrase::after {
  content: "";
  display: block;
  position: absolute;
  width: 44px;
  height: 2px;
  background: #333;
  border-radius: 2px;
  margin: auto;
  top: 0;
  bottom: 0
}

.o-cv_catchphrase::before {
  left: 6%;
  -webkit-transform: rotate(-113deg);
  transform: rotate(-113deg)
}

.o-cv_catchphrase::after {
  right: 6%;
  -webkit-transform: rotate(-68deg);
  transform: rotate(-68deg)
}

@media(min-width: 769px) {
  .o-cv_catchphrase {
      font-size:28px;
      line-height: 1.4;
      max-width: 520px;
      padding: 0
  }

  .o-cv_catchphrase::before,.o-cv_catchphrase::after {
      width: 31.4px
  }

  .o-cv_catchphrase::before {
      left: -10px
  }

  .o-cv_catchphrase::after {
      right: -10px
  }
}

.sct-document_2 .sec_inner {
  padding-bottom: 68px
}

@media(min-width: 769px) {
  .sct-document_2 .m-cv_btn_pc_flex {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      max-width: 820px;
      margin: auto
  }
}

.sct-document_2 .a-cv_btn_wrap {
  margin-top: 20px;
  max-width: 380px
}

@media(min-width: 769px) {
  .sct-document_2 .a-cv_btn_wrap {
      -webkit-box-flex:0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      margin: auto 10px;
      margin-top: 32px
  }
}

.sct-document_2 .a-cv_btn {
  padding-left: 16px;
  padding-right: 16px
}

@media(min-width: 769px) {
  .sct-document_2 .a-cv_btn {
      height:76px
  }
}

.sct-document_2 .a-cv_btn_label {
  font-size: 20px;
  line-height: 1.2;
  padding-left: 6px;
  display: block;
  width: auto;
  text-align: center
}

@media(min-width: 769px) {
  .sct-document_2 .a-cv_btn_label {
      font-size:24px;
      width: 100%
  }
}

.sct-document_2 .a-cv_btn_batch {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  height: 48px
}

@media(min-width: 769px) {
  .sct-document_2 .a-cv_btn_batch {
      -webkit-box-flex:0;
      -ms-flex: 0 0 58px;
      flex: 0 0 58px;
      height: 58px
  }

  .-btn2 .sct-document_2 .a-cv_btn_batch {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
      flex: 0 0 48px;
      height: 48px
  }
}

.sct-document_2 .o-document_contents {
  margin-top: 50px;
  position: relative;
  padding: 0
}

@media(min-width: 769px) {
  .sct-document_2 .o-document_contents {
      margin-top:100px;
      padding: 60px 40px 36px
  }
}

.sct-document_2 .o-document_contents_inr {
  padding: 12px 12px 24px 12px
}

.sct-document_2 .m-document_content_img {
  max-width: 456px;
  position: relative;
  width: 100%;
  z-index: 5;
  max-height: 100%;
  overflow: hidden
}

@media(min-width: 769px) {
  .sct-document_2 .m-document_content_img {
      bottom:0;
      width: 330px;
      height: 100%;
      position: absolute;
      right: 0
  }

  .sct-document_2 .m-document_content_img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover
  }
}

.o-document_contents {
  background: #fff;
  max-width: 880px;
  margin: 50px auto auto;
  padding: 40px 12px 24px
}

@media(min-width: 769px) {
  .o-document_contents {
      position:relative;
      margin-top: 100px;
      padding: 56px 40px 36px
  }
}

.m-document_content {
  position: relative;
  border: 1px solid #e8656b;
  padding: 25px 18px 20px;
  margin-top: 17px
}

.m-document_content+.m-document_content {
  margin-top: 40px
}

@media(min-width: 769px) {
  .m-document_content {
      max-width:480px;
      padding: 30px 25px 20px
  }
}

.m-document_content_img.br-sp {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120.0743494424%;
  max-width: 472px
}

.m-document_content_img.br-pc {
  position: absolute;
  bottom: 0;
  right: 14px;
  width: 385px
}

.m-document_content_heading {
  position: absolute;
  left: 0;
  right: 0;
  top: -17px;
  z-index: 1;
  text-align: center
}

.m-document_content_heading .marker {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  padding: 8px;
  background: #e8656b
}

@media(min-width: 769px) {
  .m-document_content_heading {
      top:-19px
  }

  .m-document_content_heading .marker {
      font-size: 18px;
      line-height: 1.2;
      padding: 7px 10px
  }
}

.m-document_content_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  margin-top: 8px
}

@media(min-width: 769px) {
  .m-document_content_title {
      font-size:24px;
      line-height: 1.4
  }
}

.m-document_content_text {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
  text-align: center
}

@media(min-width: 769px) {
  .m-document_content_text {
      font-size:16px;
      line-height: 1.6
  }
}

.o-document_cv_area {
  margin-top: 50px
}

.o-cv_catchphrase {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  max-width: 327px;
  margin: 0 auto;
  padding: 0 5.5rem
}

.o-cv_catchphrase::before,.o-cv_catchphrase::after {
  content: "";
  display: block;
  position: absolute;
  width: 44px;
  height: 2px;
  background: #333;
  border-radius: 2px;
  margin: auto;
  top: 0;
  bottom: 0
}

.o-cv_catchphrase::before {
  left: 6%;
  -webkit-transform: rotate(-113deg);
  transform: rotate(-113deg)
}

.o-cv_catchphrase::after {
  right: 6%;
  -webkit-transform: rotate(-68deg);
  transform: rotate(-68deg)
}

@media(min-width: 769px) {
  .o-cv_catchphrase {
      font-size:28px;
      line-height: 1.4;
      max-width: 520px;
      padding: 0
  }

  .o-cv_catchphrase::before,.o-cv_catchphrase::after {
      width: 31.4px
  }

  .o-cv_catchphrase::before {
      left: -10px
  }

  .o-cv_catchphrase::after {
      right: -10px
  }
}

.sct-about .sec_inner {
  max-width: 1080px
}

.sct-about .m-box_about2 {
  margin-top: 32px
}

@media(min-width: 769px) {
  .sct-about .m-box_about2 {
      margin-top:40px
  }
}

.o-about_contents .vantan_logo {
  max-width: 173px;
  margin: 58px auto 0
}

.o-about_contents .a-intro {
  margin-top: 24px;
  line-height: 2
}

@media(min-width: 769px) {
  .o-about_contents .a-intro {
      margin-top:48px;
      text-align: center
  }
}

.o-about_contents .a-sub_catchphrase {
  border-top: 1px solid #ccc;
  padding-top: 32px
}

@media(min-width: 769px) {
  .o-about_contents .a-sub_catchphrase {
      border:none;
      padding-top: 0
  }
}

.o-box_cards {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(min-width: 769px) {
  .o-box_cards {
      margin-top:48px
  }
}

.m-box_card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 3.5px);
  flex: 1 1 calc(50% - 3.5px);
  padding: 14px 16px;
  background: #f6f6f6;
  border-top: 4px solid #e8656b;
  margin-bottom: 9px
}

.m-box_card:nth-child(even) {
  margin-left: 7px
}

@media(min-width: 769px) {
  .m-box_card {
      -webkit-box-flex:1;
      -ms-flex: 1 1 calc(25% - 12px);
      flex: 1 1 calc(25% - 12px);
      margin-bottom: 0;
      padding: 25px 20px 20px
  }

  .m-box_card:nth-child(n+2) {
      margin-left: 16px
  }
}

.m-box_card_icon {
  width: 80px;
  height: 76px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(min-width: 769px) {
  .m-box_card_icon {
      width:112px;
      height: 106px
  }
}

.m-box_card_icon svg {
  -o-object-fit: contain;
  object-fit: contain;
  fill: #e8656b;
  width: 100%;
  height: 100%
}

.m-box_card_label {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  margin-top: 12px
}

@media(min-width: 769px) {
  .m-box_card_label {
      font-size:20px;
      margin-top: 17px
  }
}

.m-box_card_heading {
  font-family: Barlow Condensed,sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #e8656b;
  margin-top: 4px
}

.m-box_card_heading .fz-s {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  display: inline-block;
  padding-left: 2px;
  font-family: unset
}

@media(min-width: 769px) {
  .m-box_card_heading {
      font-size:44px
  }

  .m-box_card_heading .fz-s {
      font-size: 26px
  }
}

.sct-kadokawa {
  margin-top: 40px
}

@media(min-width: 769px) {
  .sct-kadokawa {
      margin-top:80px
  }
}

.sct-kadokawa .sec_inner {
  padding-top: 40px;
  padding-bottom: 32px;
  padding-inline:22px;border-top: 4px solid #001f5d
}

.sct-kadokawa .a-kadokawa_logo {
  max-width: 258px;
  margin: auto
}

@media(min-width: 769px) {
  .sct-kadokawa .a-kadokawa_logo {
      max-width:343px
  }
}

.sct-kadokawa .a-kadokawa_heading {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  color: #000;
  display: block;
  margin-top: 28px
}

@media(min-width: 769px) {
  .sct-kadokawa .a-kadokawa_heading {
      font-size:26px;
      line-height: 1.6;
      margin-top: 40px
  }
}

.sct-kadokawa .a-intro {
  margin-top: 28px
}

@media(min-width: 769px) {
  .sct-kadokawa .a-intro {
      margin-top:16px
  }
}

body.is-modal_active {
  height: 100%;
  overflow: hidden
}

.o-course_modal {
  overflow: hidden
}

.o-course_modal .sec_inner {
  padding-top: 0;
  padding-bottom: 0
}

.o-course_modal .a-intro_lead {
  margin-top: 50px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  margin-top: 40px
}

@media(min-width: 769px) {
  .o-course_modal .a-intro_lead {
      font-size:28px;
      line-height: 1.5;
      margin-top: 80px
  }
}

.o-course_modal .a-intro_lead+.a-intro {
  margin-top: 16px
}

.o-course_modal {
  padding-bottom: 72px
}

.o-course_modal .a-intro_lead {
  font-size: 20px
}

.o-course_modal .a-btn_rounded_wrap {
  margin-top: 16px
}

@media(min-width: 769px) {
  .o-course_modal {
      padding-bottom:120px
  }

  .o-course_modal .a-intro_lead {
      font-size: 24px
  }

  .o-course_modal .a-btn_rounded_wrap {
      margin-top: 24px;
      max-width: 280px
  }
}

.o-course_modal_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #f1f1f1;
  padding: 24px 22px;
  z-index: 99999
}

.o-course_modal_bg.is-active {
  display: block
}

@media(min-width: 769px) {
  .o-course_modal_bg {
      padding:100px 80px
  }
}

.o-modal_close {
  position: fixed;
  border-radius: 50%;
  background: #e8656b;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 10px;
  right: 10px;
  z-index: 100;
  cursor: pointer
}

.o-modal_close img {
  display: block;
  width: 22px;
  height: 22px
}

.sct-main .o-modal_close {
  position: absolute
}

.sct-main .o-modal_close.js-sticky {
  position: fixed
}

@media(min-width: 769px) {
  .o-modal_close {
      width:54px;
      height: 54px;
      top: 24px;
      right: 24px;
      -webkit-transition: opacity .4s;
      transition: opacity .4s;
      opacity: 1
  }

  .o-modal_close:hover {
      opacity: .7
  }
}

.a-btn_rounded_wrap {
  max-width: 240px;
  margin: auto;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  opacity: 1
}

.a-btn_rounded_wrap:hover {
  opacity: .7
}

.a-btn_rounded {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  height: 40px;
  background: #e8656b;
  border: 1px solid #e8656b;
  border-radius: 20px;
  text-decoration: none;
  cursor: pointer
}

.a-btn_rounded .icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain
}

.a-btn_rounded .icon.--more {
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.a-btn_rounded .icon.--more svg {
  width: 100%;
  height: 100%
}

@media(min-width: 769px) {
  .a-btn_rounded {
      height:50px;
      border-radius: 25px
  }
}

.o-course_modal_content {
  max-width: 480px;
  height: 100%;
  overflow-y: hidden;
  background: #fff;
  margin: auto
}

@media(min-width: 769px) {
  .o-course_modal_content {
      max-width:880px
  }
}

.o-course_modal_content_inner {
  overflow-y: scroll;
  height: 100%;
  padding: 32px 22px
}

@media(min-width: 769px) {
  .o-course_modal_content_inner {
      padding:44px 40px
  }
}

.m-coure_more_textblock {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: #3f3f3f
}

.m-coure_more_textblock .a-icon_heading+p {
  padding-top: 12px
}

.m-coure_more_textblock p+p {
  margin-top: 12px
}

.m-coure_more_textblock .--font-s {
  font-size: 13px
}

.m-coure_more_textblock+.m-coure_more_textblock {
  border-top: 1px dashed #aaa;
  margin-top: 32px;
  padding-top: 32px
}

.a-icon_heading {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #3f3f3f;
  padding-left: 16px
}

.a-icon_heading::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0
}

.a-icon_heading.--rectangle: :before {
  top:7px;
  width: 11px;
  height: 11px;
  background: #3f3f3f
}

.a-icon_link {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  color: #e8656b;
  text-decoration: none;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  opacity: 1
}

.a-icon_link:hover {
  opacity: .7
}

*+.a-icon_link {
  margin-top: 12px
}

.a-icon_link::before {
  content: "â–¶"
}

.a-icon_link span {
  display: inline-block;
  padding-left: 4px;
  text-decoration: underline
}

#vantan-header #vantan-logo span.location {
  width: 283px
}

@media(min-width: 769px) {
  #vantan-header #vantan-logo span.location {
      width:388px
  }
}

#vantan-header #vantan-logo img {
  height: 35px
}

@media(min-width: 769px) {
  #vantan-header #vantan-logo img {
      height:48px
  }
}

.o-box_table .target .o-tableSet_text {
  color: #fff
}

#vantan-header #vantan-logo h1 {
  top: calc((var(--schoollogo-height-sp) + 6px)* -1);
}


/*------------------
2025.5 add
-------------------*/
.textbox .note {
    font-size: 17px;
    color: #dc0000;
    font-weight: 700;
    line-height: 1.5;
    margin: 4px 0 0;
}
.txt-red {
    color: #dc0000;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .m-card_content.-none {
        border-top: 1px solid #d9d9d9;
        padding-top: 60px;
    }
    .textbox .note {
        font-size: 15px;
        margin: 4px 0 -10px;
    }
}

.sec-forcesupport-inner {
    max-width: 800px;
    margin: 50px auto 0;
    font-family: "Noto Sans JP", sans-serif;
}
.sec-forcesupport-ttl {
    color: #e8656b;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}
.forcesupport-table {
    width: 100%;
    margin-bottom: 20px;
}
.forcesupport-table th,
.forcesupport-table td {
    width: 25%;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}
.forcesupport-table th {
    background: #d9d9d9;
    border-bottom: 8px solid #ffffff;
}
.forcesupport-table thead th {
    background: #333333;
    font-size: 20px;
    color: #ffffff;
}
.forcesupport-table td {
    background: #ebebeb;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid #ffffff;
}
.forcesupport-table td.txt {
    width: 50%;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}
.forcesupport-table._red thead th {
    background: #dc0000;
}
.forcesupport-table._red th {
    background: #ed7f7f;
    color: #ffffff;
}
.forcesupport-table._red td {
    background: #f6bfbf;
}

@media screen and (max-width: 767px) {
    .sec-forcesupport-inner {
        margin: 0 auto;
        padding: 0 15px;
    }
    .sec-forcesupport-ttl {
        font-size: 18px;
    }
    .forcesupport-table {
        width: 100%;
        margin-bottom: 20px;
    }
    .forcesupport-table th,
    .forcesupport-table td {
        padding: 15px 6px;
        font-size: 12px;
    }
    .forcesupport-table th {
         width: 32%;
        border-bottom: 4px solid #ffffff;
    }
    .forcesupport-table thead th {
        font-size: 15px;
    }
    .forcesupport-table td {
        width: 24%;
        border-bottom: 4px solid #ffffff;
        border-left: 4px solid #ffffff;
    }
    .forcesupport-table td.txt {
        width: 44%;
        font-size: 12px;
    }
}