main *,
main *::before,
main *::after{ box-sizing: border-box;}
html {
  color: #333; }
body{
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
  font-weight: 300;
  text-align: center;
}

a {
  color: #00388C; }
a[href^="tel:"] {
  pointer-events: none; }

p { margin-bottom: 1em;line-height: 1.7;font-size: 16px; text-align: left;}

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

.mb10{ margin-bottom: 10px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb50{ margin-bottom: 50px !important;}
.mb60{ margin-bottom: 60px !important;}
.mb70{ margin-bottom: 70px !important;}
.mb80{ margin-bottom: 80px !important;}
.pt0{padding-top: 0 !important;}
.pb0{padding-bottom: 0 !important;}


section h2{
  font-size: 30px;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
}
section h2:not(.bd_none)::after{
  content: "";
  display: block;
  border-bottom: 3px solid #2C4198;
  width: 115px;
  margin: 20px auto 55px;
}
section h3{
  text-align: center;
  font-size: 23px;
}

.line {
  position: relative;
  color: #1c236d;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  margin: 3em 0 1.5em;
  border-top: 1px solid;
  line-height: 1;
}
.line > span{
  background: #fff;
  padding: 0 .5em;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -.5em);
  white-space: nowrap;
}
.bg-beige .line > span{ background: #f3f3f2;}

section .inner{
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0;
}

#bread {
  width: 100%;
  max-width: 1000px;
  padding: 10px 50px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  box-sizing: border-box;
}
#bread a{ text-decoration: none;}
#bread a:after {
  content: ">";
  margin: 0 .5em; }

p.lead {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
}

.bg-gray {
  background-color: #F0F0EF;
}

/* 1000px�ȏ�̃��j�^�[ */
@media screen and (min-width: 1000px) {
  .sp {display: none;}
  .tab {display: none;}
  .pc {display: block;}
  .br_pc:before {
    content: "\A" ;
    white-space: pre ;
  }
  .br_tab:before,
  .br_sp:before {
    content: none;
  }
}

@media screen and (max-width: 999px) {
  #bread {
    display: none;
  }
  main {
    margin-top: 87px;
  }
}

/* �^�u���b�g */
@media screen and (min-width: 600px) and (max-width: 999px) {
  .sp {display: none;}
  .pc {display: none;}
  .tab {display: block;}
  .br_tab:before {
    content: "\A" ;
    white-space: pre ;
  }
  .br_pc:before,
  .br_sp:before {
    content: none;
  }

  section .inner {
    padding: 50px 0;
  }
}

/* 599px�ȉ��i�X�}�z�j */
@media screen and (max-width: 599px) {
  .tab {display: none;}
  .pc {display: none;}
  .sp {display: block;}
  .br_pc:before,
  .br_tab:before{
    content: none;
  }
  .br_sp:before {
    content: "\A" ;
    white-space: pre ;
  }

  section .inner {
    width: 100%;
    padding: 40px 15px;
  }
  section h2 {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.3;
  }
  section h2::after {
    width: 80px;
    margin: 15px auto 30px;
  }
  section h3{ font-size: 1.2rem}
  
  .line {
    font-size: 18px;
    margin-top: 30px;
    letter-spacing: 0;
  }
}



/* ==========================================================================
   mv
   ========================================================================== */
.mv {
  background-color: #E9E9F1;
  min-height: 410px;
  padding: 25px 0;
  display: flex;
  align-items: center;
}
.mv-inner {
  width: 100%;
  max-width: 1000px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.mv .main,
.mv .photo {
  width: 50%;
}
.mv-box {
  background-color: rgba(255,255,255,.7);
  padding: 20px 5px;
}
.mv-box .txt-start {
  display: inline-block;
  color: #ffffff;
  background-color: #1c246d;
  font-size: 25px;
  font-weight: normal;
  padding: 0 15px;
  min-width: 305px;
  border-radius: 1em;
}
.mv-ttl {
  color: #1c246d;
  line-height: 1.5;
  margin: 20px 0;
}
.mv-ttl span {
  display: block;
}
.mv-ttl .txt-small {
  font-size: 22px;
}
.mv-ttl .txt-main {
  font-size: 36px;
}
.mv-lead {
  font-size: 18px;
  text-align: center;
   color: #1c246d;
   margin-bottom: 0;
   padding: 0 10px;
}

@media screen and (max-width: 999px) {
  .mv-box .txt-start {
    min-width: initial;
  }
}
@media screen and (max-width: 599px) {
  .mv {
    padding: 15px 0;
    min-height: 0;
  }
  .mv-inner {
    padding: 0 10px;
  }
  .mv-box .txt-start {
    font-size: 14px;
  }
  .mv-ttl .txt-small {
    font-size: 12px;
  }
  .mv-ttl .txt-main {
    font-size: 18px;
  }
  .mv-lead {
    font-size: 13px;
    padding: 0;
  }
}
/* ==========================================================================
   catch
   ========================================================================== */
.catch .lead-main {
  font-size: 18px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .catch .lead-main {
    font-size: 14px;
    width: 100%;
  }
}

/* ==========================================================================
   from-now-on
   ========================================================================== */
.from-now-on {
  background-color: #E9E9F1;
}
.from-now-on .box-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.from-now-on .box-wrap .box {
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  padding: 40px 10px;
  position: relative;
}
.from-now-on .box-wrap .box.before {
  border-color: #1c246d;
  max-width: 360px;
  width: 38%;
}
.from-now-on .box-wrap .box.after {
  border-color: #E2724D;
  max-width: 530px;
  width: 54%;
  background-color: #ffe2db;
}
.from-now-on .box-wrap .box.after::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #1c246d;
  position: absolute;
  top: 50%;
  left: -5vw;
}
@media screen and (min-width: 1000px) {
  .from-now-on .box-wrap .box.after::before {
    left: -50px;
  }
}
@media screen and (max-width: 599px) {
  .from-now-on .box-wrap .box.after::before {
    top: -45px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.from-now-on .box-wrap .box .txt-head {
  text-align: center;
  color: #1c246d;
  font-size: 20px;
  margin-bottom: 50px;
}
.from-now-on .box-wrap .box .type-list {
  display: flex;
  justify-content: center;
}
.from-now-on .box-wrap .box .type-list .item {
  border: 1px solid #1c246d;
  background-color: #fff;
  font-size: 16px;
  max-width: 205px;
  width: 100%;
  padding: 20px 10px;
}
.from-now-on .box-wrap .box .type-list .item:first-child {
  color: #1c246d;
}
.from-now-on .box-wrap .box.after .type-list .item:last-child {
  color: #fff;
  margin-left: 50px;
  position: relative;
  background-color: #1c246d;
  border: none;
}
.from-now-on .box-wrap .box.after .type-list .item:last-child::before {
  content: '+';
  position: absolute;
  top: 14px;
  left: -38px;
  line-height: 1;
  color: #1c246d;
  font-size: 35px;
}
.from-now-on .box-wrap .box.after .txt-start {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #E2724D;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.2;
  position: absolute;
  top: -40px;
  left: -50px;
}
.from-now-on .box-wrap .box.after .txt-start .date {
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 599px) {
  .from-now-on .box-wrap {
    padding: 0;
    flex-direction: column;
  }
  .from-now-on .box-wrap .box {
    padding: 15px;
  }
  .from-now-on .box-wrap .box.before,
  .from-now-on .box-wrap .box.after {
    width: 100%;
    max-width: none;
  }


  .from-now-on .box-wrap .box .txt-head {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .from-now-on .box-wrap .box.after {
    margin-top: 60px;
  }
  .from-now-on .box-wrap .box.after .txt-start {
    width: 80px;
    height: 80px;
    left: -10px;
  }
  .from-now-on .box-wrap .box.after .txt-start .date {
    font-size: 18px;
  }
}
/* ==========================================================================
   live-feature
   ========================================================================== */
.live-feature-lis {
  padding: 0 30px;
}
.live-feature-list .item {
  display: flex;
  justify-content: center;
  padding: 50px 20px 20px;
}
.live-feature-list .item:not(:first-child) {
  border-top: 2px dotted #1c246d;
  margin-top: 40px;
}
.live-feature-list .item .fig {
  max-width: 323px;
  width: 33%;
  position: relative;
  padding-left: 50px;
}
.live-feature-list .item .fig .num {
  display: block;
  border: 1px solid #1c246d;
  color: #1c246d;
  font-size: 32px;
  line-height: 1;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.live-feature-list .item .main {
  width: calc( 100% - 323px - 20px - 20px);
  padding-left: 50px;
}
.live-feature-list .item .main .ttl {
  text-align: left;
  font-size: 20px;
  color: #1c246d;
}
.live-feature-list .item .main .txt {
  margin-top: 40px;
  margin-bottom: 0;
}
.live-feature-list .item:nth-child(1) .fig img {
  max-width: 239px;
}
.live-feature-list .item:nth-child(2) .fig img {
  max-width: 208px;
}
.live-feature-list .item:nth-child(3) .fig img {
  max-width: 186px;
}
@media screen and (max-width: 999px) {
  .live-feature-list .item {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .live-feature-list .item {
    flex-direction: column;
    padding-top: 30px;
  }
  .live-feature-list .item:not(:first-child) {
    margin-top: 20px;
  }
  .live-feature-list .item .fig,
  .live-feature-list .item .main {
    width: 100%;
    max-width: none;
  }
  .live-feature-list .item .main {
    padding-left: 0;
    margin-top: 10px;
  }
  .live-feature-list .item .main .ttl {
    font-size: 18px;
  }
  .live-feature-list .item .main .txt {
    margin-top: 20px;
  }
  .live-feature-list .item:nth-child(1) .fig img,
  .live-feature-list .item:nth-child(2) .fig img,
  .live-feature-list .item:nth-child(3) .fig img {
    max-width: 150px;
  }
}

/* ==========================================================================
   live-mood
   ========================================================================== */
.live-mood {
  background-color: #E9E9F1;
}
.video_wrap {
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  margin: 0 auto;
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.comment_slick {
  background: #f3f3f2;
  padding: 50px 50px 100px;
}
.comment_slick.slick-initialized .slick-slide{ padding: 30px;}
.comment_slick .slick-dots li button:before{
  font-family: inherit;
  content: "\025cf";
  font-size: 15px;
}
.comment_slick .slick-prev {
  left: 30px;
  z-index: 10;
}
.comment_slick .slick-prev::before{
  content: "";
  color: #2d4196;
  border-left: 2px solid;
  border-bottom: 2px solid;
  width: 10px;
  height: 10px;
  padding: 8px;
  transform: rotate(45deg);
  display: block;
}
.comment_slick .slick-next { right: 30px;}
.comment_slick .slick-next::before{
  content: "";
  color: #2d4196;
  border-left: 2px solid;
  border-bottom: 2px solid;
  width: 10px;
  height: 10px;
  padding: 8px;
  transform: rotate(225deg);
  display: block;
}
.comment_slick .width48{
  background: #fff;
  border: 15px solid #f3f3f2;
}
.comment_slick .width48 p{ text-align: left;}
.comment_slick .width48 .img{
  position: relative;
  min-height: 100px;
}
.comment_slick .width48 .img::before{
  content: "";
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  padding-right: 100px;
  background-image: url(/school/image/icn_students.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.comment_slick .width48 .img.man01::before{ background-position: left top;}
.comment_slick .width48 .img.man02::before{ background-position: -100px top;}
.comment_slick .width48 .img.man03::before{ background-position: -200px top;}
.comment_slick .width48 .img.man04::before{ background-position: -300px top;}
.comment_slick .width48 .img.woman01::before{ background-position: left bottom;}
.comment_slick .width48 .img.woman02::before{ background-position: -100px bottom;}
.comment_slick .width48 .img.woman03::before{ background-position: -200px bottom;}
.comment_slick .width48 .img.woman04::before{ background-position: -300px bottom;}
.comment_slick .width48 .name{
  color: #2d4196;
  font-weight: bold;
  margin-bottom: 10px;
}
.comment_slick .width48 .txt-catch{
  color: #2d4196;
  margin-right: 100px;
}
.comment_slick .width48 .txt{ font-size: 14px;}
.comment_slick .slick-dots{ bottom: 80px;}

@media screen and (max-width: 599px) {
  .comment_slick {
    padding: 25px 20px 50px;;
  }
  .comment_slick .slick-dots{ bottom: 30px;}
  .comment_slick.slick-initialized .slick-slide{ padding: 0 10px;}
  .comment_slick .slick-prev {
    left: 15px;
  }
  .comment_slick .slick-next {
    right: 15px;
  }
}
/* ==========================================================================
   school-introduction
   ========================================================================== */
.school-introduction .school-list {
  display: flex;
  flex-wrap: wrap;
}
.school-introduction .school-list .item {
  width: 48.5%;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 30px;
}
.school-introduction .school-list .item img {
  max-width: none;
  width: 100%;
}
.school-introduction .school-list .item:nth-child(odd) {
  margin-right: 3%;
}
.school-introduction .school-list .ttl-school {
  color: #ffffff;
  font-size: 25px;
  font-weight: normal;
  padding: 15px 10px;
}
.school-introduction .school-list .in {
  padding: 20px 30px;
}
.school-introduction .school-list .ttl-head {
  color: #1c246d;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
}
.school-introduction .school-list .txt {
  font-size: 15px;
  margin-top: 5px;
}
.school-introduction .school-list .link-school {
  text-align: right;
  font-size: 18px;
  margin-bottom: 0;
}
.school-introduction .school-list .link-school a {
  text-decoration: underline;
  color: #333333;
}
.school-introduction .school-list .kabu {
  border-color: #5D77A7;
}
.school-introduction .school-list .kabu .ttl-school {
  background-color: #5D77A7;
}
.school-introduction .school-list .fudo {
  border-color: #00A2C9;
}
.school-introduction .school-list .fudo .ttl-school {
  background-color: #00A2C9;
}
.school-introduction .school-list .fx {
  border-color: #C46680;
}
.school-introduction .school-list .fx .ttl-school {
  background-color: #C46680;
}
.school-introduction .school-list .mutualfund {
  border-color: #83A048;
}
.school-introduction .school-list .mutualfund .ttl-school {
  background-color: #83A048;
}
.school-introduction .school-list .kyouyouschool {
  border-color: #82658F;
}
.school-introduction .school-list .kyouyouschool .ttl-school {
  background-color: #82658F;
}
.school-introduction .school-list .retirement {
  border-color: #E2724D;
}
.school-introduction .school-list .retirement .ttl-school {
  background-color: #E2724D;
}
@media screen and (max-width: 599px) {
  .school-introduction .school-list {
    flex-direction: column;
  }
  .school-introduction .school-list .item {
    width: 100%;
  }
  .school-introduction .school-list .item:nth-child(odd) {
    margin-right: 0;
  }
  .school-introduction .school-list .ttl-school {
    font-size: 18px;
    padding: 10px;
  }
  .school-introduction .school-list .in {
    padding: 15px;
  }
  .school-introduction .school-list .ttl-head {
    font-size: 14px;
  }
  .school-introduction .school-list .txt,
  .school-introduction .school-list .link-school {
    font-size: 13px;
  }
}


.school-introduction .school-list .price-table {
  width: 100%;
  margin-top: 30px;
}
.school-introduction .school-list .price-table th,
.school-introduction .school-list .price-table td {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding: 15px 10px;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
}
.school-introduction .school-list .price-table tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}
.school-introduction .school-list .price-table th {
  background-color: #F8F8F8;
  color: #1c236d;
  font-weight: normal;
  text-align: left;
}
.school-introduction .school-list .price-table td {
  border-right: 1px solid #CCCCCC;
  color: #1c236d;
}
.school-introduction .school-list .price-table th .txt_s {
  font-size: 12px;
}
.school-introduction .school-list .price-table td .txt_s {
  font-size: 13px;
}
.school-introduction .school-list small {
  /*text-align: left;*/
  display: block;
  margin-top: 10px;
}
.school-introduction .school-list .note_txt {
  margin-top: 0.5em;
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  .school-introduction .school-list small {
    font-size: 12px;
  }
  .school-introduction .school-list .price-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.school-introduction .school-list .link-school {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  margin-top: 30px;
}
.school-introduction .school-list .link-form {
  display: block;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 25px;
  padding: 7px 15px;
  margin-top: 10px;
}
.school-introduction .school-list .kabu .link-form {
  background-color: #5D77A7;
}
.school-introduction .school-list .fudo .link-form {
  background-color: #00A2C9;
}
.school-introduction .school-list .fx .link-form {
  background-color: #C46680;
}
.school-introduction .school-list .mutualfund .link-form {
  background-color: #83A048;
}
.school-introduction .school-list .kyouyouschool .link-form {
  background-color: #82658F;
}
.school-introduction .school-list .retirement .link-form {
  background-color: #E2724D;
}




.course-ttl {
  font-size: 16px;
  color: #1c236d;
  border-bottom: 1px dashed;
  padding: 15px;
  letter-spacing: 0;
}

.js-slide-toggle-content {
  display: none;
  padding: 20px;
}
.js-slide-toggle-btn:hover {
  cursor: pointer;
}
.js-slide-toggle-btn,
.js-slide-toggle-btn.course-ttl,
.js-toggle-content-course-faq .js-slide-toggle-btn,
.backup_list .ttl.js-slide-toggle-btn {
  position: relative;
  padding-right: 34px;
}
.js-slide-toggle-btn.course-ttl {
  display: flex;
  align-items: center;
}
.js-slide-toggle-btn.course-ttl .icn {
  display: inline-block;
  margin-right: 15px;
  line-height: 1;
}
.js-slide-toggle-btn.course-ttl::after,
.js-slide-toggle-btn::after,
.js-toggle-content-course-faq .js-slide-toggle-btn::after,
.backup_list .ttl.js-slide-toggle-btn::after {
  content: '';
  width: 25px;
  height: 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/guidance/images/onlineschool/icn_js-slide-toggle-btn.svg);
  position: absolute;
  right: 15px;
}
.js-slide-toggle-btn.course-ttl::after {
  top: 0;
  bottom: 0;
  margin: auto;
}
.js-slide-toggle-btn.course-ttl.js-is-opened::after,
.js-toggle-content-course-faq .js-slide-toggle-btn.js-is-opened::after,
.backup_list .ttl.js-slide-toggle-btn.js-is-opened::after {
  transform: rotate(180deg);
}

.wrap_faq-list{
  max-width: 800px;
  margin: 0 auto;
}
.faq-list {
  font-size: 16px;
  text-align: left;
}
.faq-list dt,
.faq-list dd {
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.faq-list dd{
  padding-bottom: 1.5em;
  border-bottom: 1px dashed;
}
.faq-list dd:not(:last-of-type){ margin-bottom: 1.5em;}
.faq-list dt::before,
.faq-list dd::before {
  display: block;
  width: 36px;
  height: 36px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 7px;
  left: 0;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
}
.faq-list dt::before{
  content: 'Q';
  background-color: #1c236d;
}
.faq-list dd::before {
  content: 'A';
  background-color: #EA5621;
}
@media screen and (max-width: 599px) {
  .faq-list {
    font-size: 14px;
  }
  .faq-list dt:not(:first-of-type) {
    margin-top: 10px;
  }
}
