@charset "shift-jis";
/* --------------------------------------------------------------------
Financial Academy

< reference file >
/school/lp/kabulp_231002.html
-------------------------------------------------------------------- */
.mv .mv_main {
  position: relative;
  min-height: 532px;
  background: url(/school/image/lp/kabulp_231002/mv.jpg) no-repeat top center / cover;
  overflow: hidden;
}
.mv .mv_main::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #5e76a7;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
  content: '';
}
.mv .mv_main::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  content: '';
}
.mv .mv_main .parallelogram {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background: #5e76a7;
  clip-path: polygon(0 73%, 100% 0, 100% 30%, 0 100%);
}
.mv .logo {
  position: absolute;
  top: 11px;
  left: 20px;
  z-index: 2;
  width: 285px;
  height: auto;
}
.mv .ttl_box {
  position: absolute;
  top: 70px;
  right: 50px;
  width: 630px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  text-align: center;
}
.mv .ttl_box_inner {
  position: relative;
  padding: 40px 2%;
}
.mv h1 {
  display: inline-block;
  padding-right: 110px;
  color: #000;
  font-size: 40px;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.mv h1 .txt_l {
  font-size: 50px;
  letter-spacing: 0.3em;
}
.mv h2 {
  display: inline-block;
  margin-top: 0.5em;
  color: #5e76a7;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
}
.mv .nisa_pc {
  position: absolute;
  top: 20px;
  left: 30px;
}
.mv .nisa_sp {
  display: none;
}
.mv .catch {
  color: #1C2569;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 35px;
}
.mv .catch::before {
  content: "";
  border-left: 1px solid #1C2569;
  padding-top: 1.5em;
/*   padding-left: 0.5em; */
  transform: rotate(-28deg);
}
.mv .catch::after {
  content: "";
  border-right: 1px solid #1C2569;
  padding-top: 1.5em;
  padding-right: 0.5em;
  transform: rotate(28deg);
}
.mv .catch .txt_l {
  color: #7FB168;
  font-size: 1.5em;
}
.mv .ico_free {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 117px;
  right: 53px;
  width: 100px;
  height: 100px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  font-size: 30px;
  text-align: center;
  line-height: 1.3;
}
.mv .btn_area {
  display: flex;
  justify-content: space-between;
  width: 96%;
  max-width: 1000px;
  margin: -20px auto 0;
}
.mv .btn_area a {
  display: block;
  position: relative;
  width: 48%;
  padding: 19px 15px 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.mv .btn_area a:hover {
  opacity: 0.8;
}
.mv .btn_area a .seminar_name {
  position: absolute;
  top: -87px;
  left: 50%;
  transform: translateX(-50%);
  width: 175px;
  height: 175px;
  padding-top: 1em;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.mv .btn_area a .seminar_name::after {
  display: block;
  position: absolute;
  top: 82px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
}
.mv .btn_area a .img_pc {
  position: relative;
  z-index: 2;
}
.mv .btn_area a .img_sp {
  display: none;
}
.mv .btn_area a .btn_lead {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 0.2em;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}
.mv .btn_area .zoom_seminar .btn_lead .pc_none {
  display: none;
}
.mv .btn_area .room_seminar .seminar_name {
  background: #e16f4e;
}
.mv .btn_area .room_seminar .btn_lead {
  background: #e16f4e;
}
.mv .btn_area .zoom_seminar .seminar_name {
  background: #c36380;
}
.mv .btn_area .zoom_seminar .btn_lead {
  background: #c36380;
}
@media screen and (min-width: 1281px) {
  .mv .mv_main {
    background-size: cover;
  }
  .mv .ttl_box {
    left: 47%;
  }
}
@media screen and (max-width: 899px) {
  .mv .ttl_box {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 829px) {
  .mv .btn_area a .btn_lead {
    min-height: 75px;
  }
  .mv .btn_area .zoom_seminar .btn_lead .pc_none {
    display: block;
  }
}
@media screen and (max-width: 659px) {
  .mv .ttl_box {
    width: 96%;
  }
}
@media screen and (max-width: 599px) {
  .mv .mv_main {
    min-height: 415px;
    background: url(/school/image/lp/kabulp_231002/mv_sp.jpg) no-repeat top center / cover;
  }
  .mv .mv_main::before {
    height: 55px;
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 100%);
  }
  .mv .mv_main::after {
    height: 35px;
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  }
  .mv .mv_main .parallelogram {
    height: 60px;
    clip-path: polygon(0 60%, 100% 0, 100% 50%, 0 100%);
  }
  .mv .logo {
    top: 5px;
    left: 5px;
    width: 195px;
  }
  .mv .ttl_box {
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 345px;
  }
  .mv .ttl_box_inner {
    padding: 18px 2% 10px 2%;
  }
  .mv h1 {
    padding-right: 60px;
    font-size: 22px;
  }
  .mv h1 .txt_l {
    font-size: 30px;
    letter-spacing: .2em;
  }
  .mv h2 {
    font-size: 15px;
  }
  .mv .nisa_pc {
    display: none;
  }
  .mv .nisa_sp {
    display: block;
    position: absolute;
    top: 10px;
    left: 16px;
    width: 72.35px;
    height: auto;
  }
  .mv .catch {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .mv .ico_free {
    top: 64px;
    right: 20px;
    width: 55px;
    height: 55px;
    font-size: 15px;
  }
  .mv .btn_area {
    max-width: 345px;
    margin-top: -73px;
  }
  .mv .btn_area a {
    padding: 2px;
  }
  .mv .btn_area a .seminar_name {
    top: -57px;
    width: 88px;
    height: 92px;
    padding-top: 0.5em;
    font-size: 14px;
    line-height: 1.4;
  }
  .mv .btn_area a .seminar_name::after {
    top: 45px;
    width: 8px;
    height: 8px;
  }
  .mv .btn_area a .img_pc {
    display: none;
  }
  .mv .btn_area a .img_sp {
    display: block;
    position: relative;
    z-index: 2;
  }
  .mv .btn_area a .btn_lead {
    min-height: 45px;
    font-size: 12px;
  }
}

.heading_intro {
  margin-bottom: 1.5em;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: normal;
}
.heading_intro span {
  color: #5e76a7;
}
@media screen and (max-width: 599px) {
  .heading_intro {
    font-size: 20px;
  }
  .heading_intro span {
    font-size: 19px;
  }
}

/* ------------------------------
latest_schedule
------------------------------ */
.latest_schedule {
  bottom: 140px;
  left: 15%;
  right: auto;
}
@media screen and (max-width: 1159px) {
  .latest_schedule {
    left: 3%;
  }
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .mv .mv_main {
    min-height: 545px
  }
}
@media screen and (max-width: 979px) {
  .mv .btn_area {
    margin-top: 113px;
  }
  .latest_schedule {
    left: auto;
    right: 50px;
    top: 405px;
    bottom: auto;
    z-index: 5;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 899px) {
  .wrap_latest_schedule {
    display: flex;
    justify-content: right;
    position: absolute;
    top: 405px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    width: 630px;
  }
  .latest_schedule {
    position: static;
  }
}
@media screen and (max-width: 659px) {
  .wrap_latest_schedule {
    width: 96%
  }
}
@media screen and (max-width: 599px) {
  .mv .btn_area {
    margin-top: 30px;
  }
  .wrap_latest_schedule {
    top: 260px;
    width: 345px;
  }
  .latest_schedule {
    max-width: 230px;
  }
  .latest_schedule .box_schedule dt{
    font-size: 12px;
  }
  .latest_schedule .box_schedule dd{
    font-size: 20px;
  }
}
