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

Style Info: cart setting

-------------------------------------------------------------------- */
*{ box-sizing: border-box;}
body{
  font-size: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 599px) {
  body{
    font-size: 14px;
  }
}
:focus{ outline: 0;}

img{ max-width: 100%;}

.tac { text-align: center;}
.tar { text-align: right;}
.txt_orange { color: #ea5413;}
.txt_red { color: #ff0000;}
.txt_blue { color: #2c4198;}
.txt_lblue { color: #0091d7;}
.mb10 { margin-bottom: 10px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.mb80 { margin-bottom: 80px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 35px;}

.pc{ display: inherit;}
.pc_02{ display: inherit;}
.sp{ display: none;}

.br_pc::before{
  content: "\A" ;
  white-space: pre ;
}

.en{ font-family: 'Josefin Slab', serif;}

.indent1{
  text-indent: -1em;
  padding-left: 1em;
}
.indent4{
  text-indent: -4em;
  padding-left: 4em;
}
.indent6{
  text-indent: -6em;
  padding-left: 6em;
}

select {
  width: 100%;
  height: 30px;
  padding-left: 10px;
}

section h2{
  font-size: 2rem;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
}
section h2::after{
  content: "";
  display: block;
  border-bottom: 3px solid #1c236d;
  width: 115px;
  margin: 20px auto 60px;
}

section h3{
  text-align: center;
  font-size: 23px;
}

section h3.line{
  position: relative;
  margin-bottom: 50px;
}
section h3.line::before,
section h3.line::after{
  content: "";
  width: 25%;
  border-top: 1px solid #1c236d;
  position: absolute;
  top: 50%;
}
section h3.line::before{ left: 0;}
section h3.line::after{ right: 0;}
h3 .sub{
  display: block;
  font-size: .7em;
  font-weight: bold;
}

.bg-beige { background-color: #f3f3f2;}
.bg-white { background-color: #ffffff;}
.bg-fabl { background-color: #F3F4F7;}

.lead{ font-size: 18px;}

.caution{ font-size: .8em;}

.text_l{ font-size: 18px;}

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

input[type="submit"]{
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration{
  display: none;
}
input[type="submit"]::focus{
  outline-offset: -2px;
}

.btn01{ text-align: center;}
.btn01 a{
  background: #1c236d url(/images/common/arrow.svg) 96% center/33px no-repeat;
  color: #fff;
  padding: 10px 60px;
  font-size: 30px;
  width: 55%;
  max-width: 542px;
  display: block;
  margin: 30px auto;
  font-weight: normal;
}
.btn01 a:hover{
  text-decoration: none;
  opacity: .7;
}
.wrap_btn{
  display: flex;
  justify-content: center;
  width: 85%;
  max-width: 800px;
  margin: 0 auto;
}
.wrap_btn > .btn01{
  width: 48%;
  margin: 0 10px;
}
.wrap_btn > .btn01 a{ width: 100%;}

.btn02 {
  text-align: center;
  background: #EA5621;
  box-shadow: 0 2px 4px rgba(0,0,0,.15);
  width: 100%;
  max-width: 410px;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  padding: 12px 20px;
  position: relative;
}
a.btn02 {
  display: block;
  text-decoration: none;
  color: #fff;
}
/*.btn02::before{
font-family: "Font Awesome 5 Free";
content: '\f138';
font-weight: 900;
color: #fff;
position: absolute;
left: 20px;
top: 25px;
}*/
.btn02::after{
  content: '';
  padding: 9px;
  background: url(/images/common/arrow02.svg) left center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
}
.btn02:hover{
  cursor: pointer;
  opacity: .7;
}

.btn03,
a.btn03{
  text-align: center;
  background: #fff;
  border: 1px solid #EA5621;
/*    box-shadow: 0 2px 4px rgba(0,0,0,.15);*/
  width: 100%;
  max-width: 440px;
  color: #EA5621;
  border-radius: 5px;
  font-size: 18px;
  padding: 12px;
  position: relative;
  display: block;
  text-decoration: none;
}
.btn03::after{
  content: '';
  padding: 9px;
  background: url(/images/common/arrow02_orange.svg) left center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
}

.btn-sub {
  text-align: center;
  color: #EA5621;
  font-size: 18px;
  margin-top: 60px;
  margin-bottom: 5px!important;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
}
.btn-sub::before, .btn-sub::after {
  content: '|';
  display: inline-block;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
}
.btn-sub::before {
  margin-right: 10px;
  transform: rotate(-20deg);
}
.btn-sub::after {
  margin-left: 10px;
  transform: rotate(20deg);
}
@media screen and (max-width: 599px) {
  .btn-sub {
    margin-top: 30px;
    font-size: 14px;
  }
  .btn-sub::before, .btn-sub::after {
    font-size: 20px;
  }
}


.list02 li{
  text-indent: -1em;
  padding-left: 1em;
}
.list02 li::before{
  content: "\025cf";
}

.list03 li{
  text-align: left;
  padding-left: 1.3em;
  background: url(/images/common/check_kabu.svg) left 3px/1em no-repeat;
  line-height: 1.6;
}


#breadcrumbs{
  float: left;
  margin: 20px 0;
  font-size: .75em;
}
.line-t{
  text-decoration: line-through red;
}
.cam-1{
  font-size: 14px;
}

/* .mv */
.mv {
  width: 100%;
  height: 400px;
/*   max-height: 430px; */
  overflow: hidden;
  display: flex;
  background: #EA5520;
  position: relative;
}
.mv::before {
  content: "";
  width: 133px;
  height: 100%;
  background: url(/school/image/classroom/frame_newyer01.png)center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mv::after {
  content: "";
  width: 142px;
  height: 100%;
  background: url(/school/image/classroom/frame_newyer02.png)center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.mv .main {
  background-color: #EA5520;
  color: #fff;
  width: 50%;
  padding: 30px;
  margin: 0 0 0 auto;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.mv .main .ttl {
  width: 100%;
  max-width: 500px;
  line-height: 1;
  text-align: center;
  margin-left: auto;
  font-size: 34px;
  font-weight: normal;
  position: relative;
  z-index: 2;
}
.mv .main .ttl .flex {
  display: flex;
  align-items: flex-end;
}
.mv .main .ttl .copy {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  padding-top: .75em;
}
.mv .main .ttl_main {
  line-height: 1.25;
}
.mv .main .circle {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
/*   background-color: #fff; */
  border: 1px solid;
  border-radius: 100%;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-left: auto;
/*   position: absolute;
  top: 20px;
  right: 20px; */
}
.mv .main .course_list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  margin-top: 48px;
}
.mv .main .course_list > li{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  padding: 8px 3px 16px;
  border: 1px solid #EA5621;
  border-radius: 5px;
  color: #EA5621;
  position: relative;
  cursor: pointer;
}
.mv .main .course_list > li::after {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #ea5520;
  background: transparent;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
}
.mv .main .course_list > .kabu {
  border-color: #5e76a7;
  color: #5e76a7;
}
.mv .main .course_list > .kabu::after { border-top-color: #5e76a7;}
.mv .main .course_list > .fudo {
  border-color: #44a1c5;
  color: #44a1c5;
}
.mv .main .course_list > .fudo::after { border-top-color: #44a1c5;}
.mv .main .course_list > .mf {
  border-color: #8a9f55;
  color: #8a9f55;
}
.mv .main .course_list > .mf::after { border-top-color: #8a9f55;}


.mv .bg {
  width: 55%;
  background: url(/school/image/classroom/mv.jpg?221212) center/cover no-repeat;
  position: relative;
}
.mv .box_bnr {
  max-width: 50%;
  position: absolute;
  bottom: 20px;
  right: 0;
  transform: translateX(20px);
  transition: all .3s;
  z-index: 2;
}
.mv .box_bnr:hover {
  transform: translateX(0);
}
@media screen and (min-width: 1000px) {
  .mv .main {
    max-width: 500px;
  }
}
@media screen and (min-width: 600px) {
  .mv .main::after{
    content: "";
    display: block;
    width: 170px;
    height: 100%;
    background-color: #EA5520;
    position: absolute;
    top: 0;
    right: -97px;
    transform: skewX(-20deg);
    z-index: 1;
  }
  .mv .main .ttl {
    text-align: left;
  }
}

.mv .campaign{
  background: rgba(255, 255, 255, .85);
  color: #1c236d;
  max-width: 95%;
  padding: .8em;
  margin-top: 1em;
  font-size: 1.2em;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.mv .campaign h2{
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.5;
}
.mv .campaign .date{
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.mv ul.type {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .mv ul.type {
    margin-top: 0px;
  }
}
.mv ul.type li{
  width: calc(85%/2);
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  border: 1px solid;
  border-radius: 10px;
  color: #fff;
  line-height: 1.5;
  padding: 6px;
}
.mv ul.type li:not(:last-child){
  margin-right: 20px;
}
/*
.mv ul.type li > a{
  display: block;
  color: #fff;
  line-height: 1.5;
  padding: 6px;
}
*/
.top_btn{ margin: 60px auto;}

.top_lead .lead{ color: #1c236d;}
.emg{
    text-align: center;
    text-decoration: underline;
    padding-top: 20px;
  }
@media screen and (max-width: 599px) {
  .top_lead .lead {
    text-align: left;
  }
  .emg{
    text-align: left;
  }
}
.msg_corona p + p{ margin-top: 2em;}


/* .step */
.step{
  max-width: 700px;
  margin: 0 auto;
  counter-reset: step 0;
}
.step li{
  background: #fff;
  border: 1px solid #1c236d;
  padding: 10px 25px 25px;
  position: relative;
}
.step li::before{
  content: "";
  width: calc(100% - 240px);
  padding-top: 1px;
  background: #fff;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
.step li + li{ margin-top: 130px;}
.step li + li::after{
  content: "";
  padding-top: 68px;
  background: url(/images/common/arrow_step.svg) center center/contain no-repeat;
  position: absolute;
  top: -115px;
  left: 0;
  right: 0;
}
.step li h3{
  font-size: 25px;
  color: #1c236d;
}
.step li h3::before{
  counter-increment: step;
  content: "STEP" counter(step);
  font-size: 1.4em;
  position: absolute;
  top: -1.2em;
  left: 0;
  right: 0;
}
.step li h3::after{
  content: "";
  padding: 70px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: 20px auto;
}
.step li:first-child h3::after{ background-image: url(/school/image/webseminar/icn_step01.svg)}
.step li:nth-child(2) h3::after{ background-image: url(/school/image/webseminar/icn_step02.svg)}
.step li:nth-child(3) h3::after{ background-image: url(/school/image/webseminar/icn_step03.svg)}

.step li p{
  max-width: 400px;
  margin: 0 auto;
}
.step li p.special{
  border: 1px solid #EA5621;
  text-align: center;
  padding: 15px;
  font-size: 1.4em;
  font-weight: bold;
  color: #EA5621;
  line-height: 1.4;
}
.step li .btn02{ margin: 0 auto;}

/* �J�Ò��̋����Z�~�i�[ */
#course{
  background: #F3F4F7;
}
#course .seminar_apply h3.ttl_line span{ background: #F3F4F7;}

.ttl_marker{
  font-size: 20px;
  color: #1c236d;
}
.ttl_marker .wrap{
  display: inline-block;
  max-width: calc(100% - 3em);
}
.ttl_marker .inner{
  background: linear-gradient(transparent 60%, #E1E5F4 60%);
  padding: 0;
}
.ttl_marker::before{
  content: "�_";
  display: inline-block;
}
.ttl_marker::after{
  content: "�^";
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .ttl_marker .inner{ padding: 0 1em 5px;}
}
@media screen and (max-width: 599px) {
  .ttl_marker{ font-size: 18px;}
}

/*  */
@media screen and (max-width: 1024px) {
  #head2{ height: 85px !important;}

  #container{
    margin-top: 100px;
    overflow: hidden;
    width: 100%;
  }
  .lead{
    font-size: 16px;
    text-align: left;
  }

  .btn01{ max-width: 100%;}
  .btn01 a{ width: 80%;}

  .mv .main .ttl{
    font-size: 21px;
  }
  .mv .main .ttl .copy{ 
    font-size: 13px;
  }
/*   .mv .main .circle {
    font-size: 18px;
    width: 60px;
    height: 60px;
    top: 5px;
    right: 10px;
  } */
  .mv .campaign{ font-size: 1em;}

  .top_baloon .baloon p{ font-size: .8em;}
}

@media screen and (max-width: 1000px) {
  .pc_02{display: none}
}

@media screen and (min-width: 600px) {
  .illust{
    display: flex;
    align-items: flex-start;
  }
  .illust > img{ width: 45%;}
}

/* sp */
@media screen and (max-width: 599px) {
  #breadcrumbs{ display: none;}

  .pc{ display: none;}
  .pc_02{ display: none;}
  .sp{ display: inherit;}

  .br_pc::before{ content: none;}
  .br_sp::before{
    content: "\A" ;
    white-space: pre ;
  }
  #contents{ display: none;}

  .text_l{ font-size: 1.15em;}

  section .inner{ padding: 40px 0;}
  section h2 {
    font-size: 20px;
    letter-spacing: 0;
  }
  section h2::after {
    width: 80px;
    margin: 15px auto 60px;
  }
  .btn01 a{    font-size: 16px;
  padding: 10px 5px;
  background: #ea5520 url(/images/common/arrow02.svg) 97% center/12px no-repeat;
  letter-spacing: .1em;
  }
  .wrap_btn{ flex-wrap: wrap;}
  .wrap_btn > .btn01{ width: 100%;}
  .wrap_btn > .btn01 a{ margin: 20px auto 0;}

  .btn02,
  .btn03,
  a.btn03{ font-size: 16px;}
  .btn02::after,
  .btn03::after{ padding: 8px;}

  .mv {
    display: block;
    height: auto;
    max-height: initial;
    position: relative;
  }
  .mv::before,
  .mv::after{ content: none;}
  .mv .main{
    width: 100%;
    padding: 28px 18px;
  }
  .mv .main::before {
    content: "";
    width: 15.2%;
    height: 100%;
    background: url(/school/image/classroom/frame_newyer01.png) left center/cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .mv .main .ttl {
    max-width: none;
    margin: 0;
    width: 100%;
    font-size: 30px;
  }
  .mv .main .ttl .flex{
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
  .mv .main .circle {
    font-size: 16px;
    flex-basis: 60px;
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    margin-left: 20px;
  }
  .mv .main .ttl .copy {
    font-size: 14px;
    padding-top: 0;
  }
  .mv .main .course_list{
    margin-top: 0;
  }
  .mv .main .course_list::before{
    content: "";
    background-color: rgba(255 ,255, 255, .5);
    width: 100%;
    padding-top: 160px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .mv .bg{
    width: 100%;
    padding-top: 79%;
  }
  .mv .bg::after{
    content: "";
    width: 28%;
    height: 100%;
    background: url(/school/image/classroom/frame_newyer02.png)right top/cover no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .mv .box_bnr{
    width: 83.75%;
    max-width: initial;
    transform: translateX(0);
    bottom: 18px;
  }
  .mv .campaign{
    font-size: .8em;
    position: absolute;
    flex-wrap: wrap;
    transform: translateY(210%);
    border: 1px solid;
  }
  .top_btn{
    margin: 30px auto;
  }

  .illust p{ margin-top: 1em;}

  .step li::before{ width: calc(100% - 55px);}
  .step li h3{ font-size: 20px;}
  .step li h3::before{
    font-size: 20px;
    top: -1em;
  }

  #course .bg{
    background: #fff;
    padding: 20px 13px;
  }
  .course_list .detail{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .course_list .detail > *{
    width: 49%;
    margin: 0;
  }
  .top_baloon.top_sp_none{ margin-top: 0;}
}

@media screen and (max-width: 320px) {
}

.power-box {
  border: 1px solid #1c2569;
  padding: 40px 50px 0;
}
.power-box .ttl {
  text-align: center;
  font-weight: normal;
  color: #1c2569;
  font-size: 26px;
  margin-bottom: 40px;
}
.power-box .ttl::after {
  content: initial;
}
@media screen and (max-width: 599px) {
  .power-box {
    padding: 20px 20px 0;
  }
  .power-box .ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .power-box .ttl span {
    font-size: 16px;
  }
  .power-box .top_btn {
    width: 100%;
  }
}

.school-link {
  text-align: center;
  margin: 10px 0 15px;
}
.school-link a {
  text-decoration: underline!important;
  color: #ea5520;
  font-size: 18px;
}
.course_list .mf .school-link a {
  color: #8a9f55;
}
.course_list .fx .school-link a {
  color: #d7053c;
}
.course_list .kabu .school-link a {
  color: #5e76a7;
}
.course_list .fudo .school-link a {
  color: #44a1c5;
}
.course_list .kyouyou .school-link a {
  color: #882E8E;
}
.course_list .corona .school-link a {
  color: #58A9CA;
}
@media screen and (max-width: 599px) {
  .school-link {
    display: none;
  }
}