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

Style Info: cart setting

-------------------------------------------------------------------- */
*{ box-sizing: border-box;}
body{
  font-size: 100%;
  overflow-x: hidden;
}
: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: #5E76A7;}
.txt_lblue { color: #44A1C5;}
.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 35px;}

.pc{ display: inherit;}
.tab{ 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;
}

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 85px;
}
section h2 .txt_s{
  font-size: 16px;
  letter-spacing: .05em;
}

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;
}
.dash{
  font-size: 20px;
  font-weight: normal;
  color: #1c236d;
  text-align: center;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  padding: 5px 10px;
  margin-bottom: 40px;
}

.marker{
  background: linear-gradient(rgba(0,0,0,0) 30%, rgba(215,186,65,.2) 30%);
  padding-bottom: 5px;
}

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

.lead{ font-size: 22px;}

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

.text_l{ font-size: 18px;}

.video_wrap{
  max-width: 780px;
  margin:0 auto;
}
.video {
  margin: 0 auto;
  width: 100%;
  position:relative;
  padding-top:56.25%;
}
.video iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

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

.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: 22px;
  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 {
  text-align: center;
  background: #fff;
  border: 1px solid #EA5621;
/*    box-shadow: 0 2px 4px rgba(0,0,0,.15);*/
  width: 100%;
  max-width: 410px;
  color: #EA5621;
  border-radius: 1.5em;
  font-size: 18px;
  padding: 10px 20px;
  position: relative;
  display: block;
  text-decoration: none;
  margin: 1em auto;
}
.btn03::after{
  content: '';
  width: 8px;
  height: 8px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  transform-origin: 4px 6px;
  transition: all .2s;
  /*    padding: 9px;
  background: url(/images/common/arrow02_orange.svg) left center/contain no-repeat;*/
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.btn03.active::after{
  transform: rotate(135deg);
}

.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;
  }
}


.list01 li{
  list-style: disc outside;
  margin-left: 1.5em;
}

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

@media screen and (max-width: 599px) {
.list02 li{
  font-size: 14px;
}
}

.list03 li{
  text-align: left;
  padding-top: 3px;
  padding-left: 2em;
  background: url(/images/common/check_common.svg) left top/22px 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;
}

@media screen and (max-width: 599px) {
  .cam-1{
    font-size: 12px;
  }
}

/* ------------------------------
mv
------------------------------ */
/* .mv */
.mv {
  width: 100%;
  overflow: hidden;
  display: flex;
  background: #dbb5be url(/school/image/webseminar/bg_mv_pink.png?20220405) left top/50% no-repeat;
}
.mv .main {
  width: 50%;
  max-width: 500px;
  margin: 0 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
.mv .main .free-txt {
  position: relative;
  width: 270px;
  margin: 0 auto 20px;
/*     color: #fff; */
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.2em;
}
.mv .main .free-txt:before,
.mv .main .free-txt:after {
  position: absolute;
  top: 20px;
  width: 1em;
  height: 1.5em;
/*     background: url(/school/image/webseminar/img_deco_heading.svg) no-repeat; */
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2232%22%20viewBox%3D%220%200%2028%2032%22%3E%3Cg%20transform%3D%22translate(-241.162%20-291.328)%22%3E%3Cg%20transform%3D%22translate(18.693%20-55)%22%20fill%3D%22%23333%22%3E%3Cpath%20d%3D%22M%20245.7796630859375%20371.33056640625%20L%20228.3746643066406%20348.4295043945312%20L%20231.4731292724609%20346.9741516113281%20L%20245.7796630859375%20371.33056640625%20Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M%20231.2729644775391%20347.62060546875%20L%20229.1468658447266%20348.6192321777344%20L%20241.0897674560547%20364.3333740234375%20L%20231.2729644775391%20347.62060546875%20M%20231.6733093261719%20346.3277282714844%20L%20250.4695587158203%20378.3277282714844%20L%20227.6024780273438%20348.2398071289062%20L%20231.6733093261719%20346.3277282714844%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23333%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(18%20-54.374)%22%20fill%3D%22%23333%22%3E%3Cpath%20d%3D%22M%20236.9169921875%20369.1236877441406%20L%20223.8460388183594%20355.8899841308594%20L%20224.9507293701172%20354.638916015625%20L%20236.9169921875%20369.1236877441406%20Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M%20224.9380798339844%20355.4086608886719%20L%20224.5299377441406%20355.8708801269531%20L%20229.3591003417969%20360.7601623535156%20L%20224.9380798339844%20355.4086608886719%20M%20224.96337890625%20353.8691711425781%20L%20244.4747619628906%20377.4870910644531%20L%20223.1621398925781%20355.9090881347656%20L%20224.96337890625%20353.8691711425781%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23333%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  content: '';
}
.mv .main .free-txt:before {
  left: 0;
}
.mv .main .free-txt:after {
  right: 0;
  transform: scale(-1, 1);
}
.mv .main .free-txt span {
  display: inline-block;
  transform-origin: bottom center;
}
.mv .main .free-txt span:nth-child(1) {
  transform: translateX(-3px) translateY(4px) rotate(-7deg);
}
.mv .main .free-txt span:nth-child(2) {
  transform: translateX(-1px) translateY(1px) rotate(-3deg);
}
.mv .main .free-txt span:nth-child(3) {
  transform: translateX(0px) translateY(0px) rotate(0deg);
}
.mv .main .free-txt span:nth-child(4) {
  transform: translateX(1px) translateY(1px) rotate(3deg);
}
.mv .main .free-txt span:nth-child(5) {
  transform: translateX(3px) translateY(4px) rotate(7deg);
}
.mv .main .ttl {
/*     color: #fff; */
  width: 100%;
  max-width: 580px;
  text-align: center;
  margin-left: auto;
  font-size: 36px;
  font-weight: normal;
  padding-right: 20px;
  padding-left: 10px;
  line-height: 1.4;
}
.mv .main .ttl span {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 2em;
}
.mv .bg {
  width: 50%;
  position: relative;
}
.mv .bg::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66.7%;
  background: url(/school/image/webseminar/mv.jpg?20220405) 50% 50% no-repeat;
  background-size: cover;
}
.mv .bg .box{
  position: absolute;
  bottom: 30px;
  right: 30px;
  padding: 10px;
  background: rgba(255,255,255,.65);
  text-align: center;
}
.mv .bg .box img{
  width: 78px;
  margin-bottom: 10px;
}
.mv .bg .box p{ font-size: 14px;}

.mv .bg2 {
  width: 50%;
  position: relative;
}
.mv .bg2::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66.7%;
  background: url(/school/image/webseminar/mv2.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.mv .bg2 .box{
  position: absolute;
  bottom: 30px;
  right: 30px;
  padding: 10px;
  background: rgba(255,255,255,.65);
  text-align: center;
}
.mv .bg2 .box img{
  width: 78px;
  margin-bottom: 10px;
}
.mv .bg2 .box p{ font-size: 14px;}

.mv .bg3 {
  width: 50%;
  position: relative;
}
.mv .bg3::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66.7%;
  background: url(/school/image/webseminar/mv3.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.mv .bg3 .box{
  position: absolute;
  bottom: 30px;
  right: 30px;
  padding: 10px;
  background: rgba(255,255,255,.65);
  text-align: center;
}
.mv .bg3 .box img{
  width: 78px;
  margin-bottom: 10px;
}
.mv .bg3 .box p{ font-size: 14px;}

.mv .bg4 {
  width: 50%;
  position: relative;
}
.mv .bg4::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66.7%;
  background: url(/school/image/webseminar/mv4.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.mv .bg4 .box{
  position: absolute;
  bottom: 30px;
  right: 30px;
  padding: 10px;
  background: rgba(255,255,255,.65);
  text-align: center;
}
.mv .bg4 .box img{
  width: 78px;
  margin-bottom: 10px;
}
.mv .bg4 .box p{ font-size: 14px;}

.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;
}

/* mv2205 */
.mv2205{
  background-color: #f0f0f0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; /* Regular */
}
.mv2205 .en{
  font-family: 'Arial', sans-serif;
  font-size: 1.15em;
}
.mv2205 .txt_bold{
  font-weight: 700; /* Bold */
}
.mv2205 .wrap_ttl{
  background: url(/school/image/webseminar/mv_2205.png) center top/cover no-repeat;
  padding-top: 34.3%;
  position: relative;
}
.mv2205 .wrap_ttl .h1{
  width: 100%;
  font-feature-settings: "palt" 1;
  letter-spacing: .5em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: calc(50% + 2vw);
  transform: translate(-50%, -50%);
}
.mv2205 .wrap_ttl .h1 > span{
  display: block;
}
.mv2205 .wrap_ttl .catch{
  font-size: 2.3vw;
  font-weight: 100; /* Thin */
  font-feature-settings: "palt" 1;
  letter-spacing: .4em;
  text-indent: .4em;
}
.mv2205 .wrap_ttl .catch .txt_s{
  font-size: .85em;
}
.mv2205 .wrap_ttl .catch .txt_l{
  font-size: 1.25em;
}
.mv2205 .wrap_ttl .ttl{
  font-size: 4.5vw;
  line-height: 1;
}
.mv2205 .wrap_ttl .ttl .bg{
  display: inline-block;
  background-color: rgba(255, 255, 255, .9);
  padding: .1em .4em;
}
.mv2205 .wrap_ttl .ttl .bg.line02 .en{
  letter-spacing: 0;
  font-size: 1.25em;
  padding-right: 0.1em;
}
.mv2205 .wrap_ttl .ttl .bg:not(:first-of-type){
  margin-top: 1rem;
}
.mv2205 .textbox{
  display: flex;
  justify-content: center;
  letter-spacing: .15em;
  padding: 15px 10px 10px;
}
.mv2205 .textbox > div + div{
  border-left: 2px solid #ccc;
  margin-left: 42px;
  padding-left: 42px;
}
.mv2205 .textbox .free{
  align-self: center;
  font-weight: 300; /* Light */
  font-size: 1.5vw;
}
.mv2205 .textbox .free .marker{
  background: linear-gradient(rgba(0,0,0,0) 60%, rgba(255,216,0,.8) 60%);
  padding-bottom: 0;
  padding-left: 2px;
}
.mv2205 .textbox .recommend p{
  line-height: 1;
  text-align: center;
}
.mv2205 .textbox .recommend .lead{
  font-size: 1.7vw;
}
.mv2205 .textbox .recommend .pioneer{
  font-size: 1vw;
  margin-top: 10px;
}
.mv2205 .textbox .recommend .pioneer .en{
  font-size: 1.8em;
}
@media screen and (max-width: 699px) {
  .mv2205 .wrap_ttl{
    background-image: url(/school/image/webseminar/mv_2205_sp.png);
    padding-top: 101%;
  }
  .mv2205 .wrap_ttl .h1{
    top: calc(50% + 1vh);
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .mv2205 .wrap_ttl .catch {
    font-size: 4.2vw;
  }
  .mv2205 .wrap_ttl .ttl {
    font-size: 8.5vw;
  }
  .mv2205 .wrap_ttl .ttl .bg {
    padding: 0.1em 0.2em;
  }
  .mv2205 .wrap_ttl .ttl .bg:not(:first-of-type) {
    margin-top: 8px;
  }
  .mv2205 .textbox{
    flex-direction: column;
    padding: 12px 20px 15px;
  }
  .mv2205 .textbox > div + div{
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    border-top: 2px solid #ccc;
    margin-top: 12px;
    padding-top: 12px;
  }
  .mv2205 .textbox .free{
    font-size: 5vw;
  }
  .mv2205 .textbox .recommend .lead{
    font-size: 4.2vw;
    letter-spacing: .06em;
  }
  .mv2205 .textbox .recommend .pioneer{
    font-size: 3.2vw;
    letter-spacing: .06em;
    margin-top: 6px;
  }
}

.top_btn{ margin: 60px auto;}

/* .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;}


/* 動画セミナ拏一覧 */
#course{
  background: #F0F4F7;
}

#course .bg{ margin-top: 70px;}

.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;}

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

  #container{
    margin-top: 70px;
    overflow: hidden;
    width: 100%;
  }
  .lead{ font-size: 20px;}

  .btn01{ max-width: 100%;}
  .btn01 a{ width: 80%;}
  .btn02{ font-size: 16px;}

  .mv .main .ttl span{ font-size: 16px;}
  .mv .campaign{ font-size: 1em;}

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

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

  .pc{ display: none;}
  .tab{ 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;
  }
  section h2 .txt_s{
    font-size: 12px;
  }
  .dash {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .btn01 a{    font-size: 16px;
  padding: 10px 5px;
  background: #EA5621 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{ font-size: 14px;}
  .btn02::after{ padding: 8px;}

  .mv {
    display: block;
    position: relative;
    background-size: cover;
  }
  .mv .main,
  .mv .bg {
    width: 100%;
  }
  .mv .bg2 {
    width: 100%;
  }
  .mv .bg3 {
    width: 100%;
  }
  .mv .bg4 {
    width: 100%;
  }
  
  .mv .main{ padding: 20px 10px 20px;}
  .mv .main .free-txt {
    width: 200px;
    font-size: 20px;
  }
  .mv .main .free-txt::before,
  .mv .main .free-txt::after {
    top: 14px;
    background-size: 23px auto;
  }
  .mv .main .ttl {
    max-width: none;
    margin: 0;
    width: 100%;
    font-size: 28px;
  }
  .mv .main .ttl span {
    padding-bottom: 20px;
  }
  .mv .bg::before {
    padding-top: 50%;
  }
  
  .mv .bg .box{
    bottom: 10px;
    right: 10px;
  }
  .mv .bg .box p{ font-size: 12px;}
  
  .mv .bg2::before {
    padding-top: 50%;
  }
  
  .mv .bg2 .box{
    bottom: 10px;
    right: 10px;
  }
  .mv .bg2 .box p{ font-size: 12px;}
  
  .mv .bg3::before {
    padding-top: 50%;
  }
  
  .mv .bg3 .box{
    bottom: 10px;
    right: 10px;
  }
  .mv .bg3 .box p{ font-size: 12px;}
  
  .mv .bg4::before {
    padding-top: 50%;
  }
  
  .mv .bg4 .box{
    bottom: 10px;
    right: 10px;
  }
  .mv .bg4 .box p{ font-size: 12px;}
  
  .mv .campaign{
    font-size: .8em;
    position: absolute;
    flex-wrap: wrap;
    transform: translateY(210%);
    border: 1px solid;
  }
  
  .top_btn{
    width: 70%;
    margin: 30px auto;
  }

  .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;
  }

  .top_baloon.top_sp_none{ margin-top: 0;}
}

.power-box {
  padding: 40px 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: 0;
  }
  .power-box .ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .power-box .ttl span {
    font-size: 16px;
  }
  .power-box .txt{
    padding: 0 20px;
    font-size: 14px;
  }
  .power-box .top_btn {
    width: 100%;
  }
}

.txt-link-diagnosis {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.txt-link-diagnosis a {
  text-decoration: underline!important;
  color: #1c2569;
}
.block-diagnosis {
  margin-top: 50px;
}
.block-diagnosis .block-ttl {
  color: #1c2569;
  font-size: 22px;
  border-top: 1px dashed #1C2569;
  border-bottom: 1px dashed #1C2569;
  letter-spacing: normal;
  padding: 15px;
}
.block-diagnosis .block-ttl::after {
  content: initial;
}
.block-diagnosis .box {
  border: 1px solid #7E678D;
  border-radius: 5px;
  background-color: #fff;
  padding: 75px 15px 45px;
  position: relative;
  margin-top: 75px;
}
.block-diagnosis .box::before {
  content: '';
  display: block;
  width: 103px;
  height: 103px;
  border-radius: 50%;
  border: 1px solid #7E678D;
  background: #fff url(/diagnosis/img/icn_result-box.svg) 60% 50% no-repeat;
  background-size: 53px 59px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.block-diagnosis .box .txt {
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
}
.block-diagnosis .box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #1C2569;
  color: #ffffff;
  font-size: 20px;
  border-radius: 5px;
  min-height: 80px;
  max-width: 470px;
  width: 100%;
  margin: 35px auto 0;
  position: relative;
}
.block-diagnosis .box .btn::after {
  content: '';
  display: block;
  width: 34px;
  height: 9px;
  background: url(/diagnosis/img/icn_arrow_r.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .txt-link-diagnosis a {
    font-size: 14px;
  }
  .block-diagnosis .block-ttl {
    font-size: 20px;
  }
  .block-diagnosis .box::before {
    width: 85px;
    height: 85px;
    background-size: 43px 49px;
    top: -40px;
  }
  .block-diagnosis .box {
    padding-top: 65px;
    padding-bottom: 30px;
    margin-top: 65px;
  }
  .block-diagnosis .box .txt {
    font-size: 16px;
  }
  .block-diagnosis .box .btn {
    min-height: 52px;
    font-size: 16px;
    margin-top: 20px;
  }
}


.kyoushitsu{
  display: block;
  width: calc((95% - 20px) / 3);
  text-align: center;
  padding-left: 15px;
  font-size: 15px;
}

.kyoushitsu a{
  color: #EA5621;
  text-decoration: underline !important;
}

@media screen and (max-width: 599px) {
  .kyoushitsu{
    font-size: 12px;
    padding-left: 3px;
  }
}
/*教室一覧リンク start*/
.txt-link-class {
  text-align: center;
  margin-top: 50px;
}
.txt-link-class a {
  text-decoration: underline!important;
  color: #1c2569;
  font-size: 18px;
  color: #1c236d;
}
.txt-link-class img {
  margin-right: 15px;
}
@media screen and (max-width: 599px){
  .txt-link-class a {
    font-size: 16px;
  }
}
/*教室一覧リンク end*/
@media screen and (max-width: 599px){
  .top_bnr{
    margin-top: 20px;
  }
}

/* entry_area */
.entry_area .heading_entry {
  padding: 1em;
  background: #f3f4f7;
  border-top: 1px solid #1b2669;
  border-bottom: 1px solid #1b2669;
  color: #1b2669;
  font-size: 24px;
  text-align: center;
}
.entry_area .heading_entry::after {
  content: none;
}
@media screen and (max-width: 599px) {
  .entry_area .heading_entry {
    font-size: 20px;
  }
}
/* web_seminar */
.web_seminar {
  background-color: #F3F4F7;
}
.web_seminar .heading_step {
  margin-bottom: 2em;
  color: #1b2669;
  font-size: 24px;
}
.web_seminar .heading_step .step,
.web_seminar .heading_step .step + br {
  display: none;
}
.web_seminar .heading_step .txt_strong {
  color: #e46997;
}
@media screen and (min-width: 600px) {
  .web_seminar .inner {
    padding-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .web_seminar .heading_step {
    font-size: 18px;
  }
}

/* ==========================================================================
advisory
========================================================================== */
.advisory .lead {
  font-size: 16px;
  margin: 20px 0 30px;
  line-height: 1.7;
}
.advisory-list {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
.advisory-list .item {
  max-width: 212px;
  width: 21%;
  margin: 0 15px;
  text-align: left;
  line-height: 1.7;
}
.advisory-list .photo {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 100%;
}
.advisory-list .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
.advisory-list .name {
  font-size: 20px;
  margin: 5px 0;
  padding-top: 15px;
}
.advisory-list .post {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .advisory .lead {
    font-size: 14px;
  }
  .advisory-list {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .advisory-list .item {
    max-width: none;
    width: 48%;
    margin: 0;
  }
  .advisory-list .item:nth-child(n+3) {
    margin-top: 30px;
  }
  .advisory-list .name {
    font-size: 16px;
    padding-top: 0;
  }
  .advisory-list .post {
    font-size: 14px;
  }
}

/* ==========================================================================
flow
========================================================================== */
.flow > .inner:first-child{ padding-bottom: 70px;}
.flow_list{
  max-width: 850px;
  margin: 80px auto 0;
}
.flow_list > div{
  padding: 20px 15px 15px 60px;
  margin-left: 40px;
  border-bottom: 1px dashed #707070;
  position: relative;
}
.flow_list > div::before{
  content: "";
  width: 3px;
  height: calc(100% - 80px);
  position: absolute;
  left: 0;
  top: 120px;
}
.flow_list > div::after{
  content: "";
  border: 18px solid transparent;
  border-top: 22px solid;
  position: absolute;
  bottom: -60px;
  left: -16px;
  display: block;
  background: transparent;
}
.flow_list > div:first-child::before{ background: #1C236D;}
.flow_list > div:first-child::after{ border-top-color: #1C236D;}
.flow_list > div:nth-child(2)::before{ background: #5E76A7;}
.flow_list > div:nth-child(2)::after{ border-top-color: #5E76A7;}
.flow_list > div:nth-child(3)::before{ background: #2A8C9F;}
.flow_list > div:nth-child(3)::after{ border-top-color: #2A8C9F;}

.flow_list .ttl{
  display: block;
  text-align: left;
  margin-top: 40px;
}
.flow_list .step{
  font-family: 'Josefin Slab', serif;
  font-size: 1.2em;
  color: #fff;
  line-height: 1.2;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -40px;
  top: 40px;
}
.flow_list > div:first-child .step{ background: #1C236D;}
.flow_list > div:nth-child(2) .step{ background: #5E76A7;}
.flow_list > div:nth-child(3) .step{ background: #2A8C9F;}

.flow_start{ background: rgb(77 148 183 / 10%);}
.flow_start .inner{
  max-width: 900px;
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
}
.flow_start .step{
  width: 126px;
  height: 126px;
  border-radius: 100%;
  background: #4D94B7;
  color: #fff;
  font-family: 'Josefin Slab', serif;
  font-size: 1.2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  left: 0;
  top: -30px;
}
.flow_start .step > span{ width: 100%;}
.flow_start h3{ margin-bottom: 40px;}
.flow_start .ttl{
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 1;
}
.flow_start .ttl span:not([class]){
  width: 2em;
  height: 2em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px dashed #4D94B7;
}
.flow_start .ttl span:not([class]) + span:not([class]){ margin-left: 8px;}
.flow_start .txt{
  display: inline-block;
  vertical-align: -.75em;
}
.flow_start .lead{
  font-size: 1.25em;
}
.flow_start .box_img{
  background: url(/school/image/img_step_start03.svg)center bottom/22% no-repeat;
}
.flow_start .box_img .img{
  width: 48.5%;
  background: #fff;
  border: 1px dashed #4D94B7;
  padding: 10px;
}

@media screen and (min-width: 1000px){
  .flow_start .lead{
    margin-left: 180px;
  }
}

@media screen and (max-width: 850px) and (min-width: 600px){
  .flow_start .ttl{ margin-left: 130px;}
}

@media screen and (min-width: 600px){
  .flow_list > div{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .flow_list .txt{ width: calc(100% - 265px);}
  .flow_list img{ width: 235px;}

  .flow_start .box_img{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .flow_start .box_img .img{
    width: 30%;
    max-width: 250px;
  }
}

@media screen and (max-width: 599px){
  .flow_list{ margin-top: 0;}
  .flow_list > div{
    padding-right: 5px;
    padding-left: 40px;
    margin-left: 30px;
  }
  .flow_list > div::before{
    height: calc(100% - 60px);
    top: 100px;
  }
  .flow_list .step {
    width: 60px;
    height: 60px;
    font-size: 1em;
    left: -30px;
    top: 40px;
  }
  .flow_list .ttl{
    font-size: 20px;
    margin-top: 20px;
  }

  .flow_start .step {
    width: 95px;
    height: 95px;
    font-size: 23px;
  }
  .flow_start .ttl{
    font-size: 20px;
    margin-left: 95px;
  }
  .flow_start .ttl span:not([class]){
    width: 1.8em;
    height: 1.8em;
  }
  .flow_start .ttl span:not([class]) + span:not([class]){ margin-left: 4px;}
  .flow_start .ttl .line{
    display: block;
  }
  .flow_start .ttl .line + .line{
    margin-top: 4px;
  }
  .flow_start .box_img{
    display: flex;
    justify-content: space-between;
    padding-bottom: 200px;
    margin-top: 35px;
    background-size: 220px;
  }
  .flow_start .box_img .img img{ width: 100%;}
}

/* .courseInfo */
.courseInfo {
  border-top: 1px solid #b6b6b6;
  border-left: 1px solid #b6b6b6;
  margin-bottom: 30px;
  width: 100%;
}
.courseInfo th, .courseInfo td {
  border-bottom: 1px solid #b6b6b6;
  padding: 8px 17px;
  border-right: 1px solid #b6b6b6;
}
.courseInfo th {
  text-align: center;
}
.courseInfo tbody th {
  border-right: none;
  background: #fafafa url(/img2010/includes/line_vertical_dotted_3.gif) repeat-y right top;
  width: 255px;
}
.courseInfo td{ background-color: #fff;}
@media screen and (max-width: 701px){
  .courseInfo {
    border-top: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    margin-bottom: 30px;
    width: 100%;
  }
  .courseInfo th, .courseInfo td {
    width: 100%;
    border-bottom: 1px solid #b6b6b6;
    padding: 8px 2%;
    border-right: none;
    display: block;
  }
  .courseInfo th {
    background-image: none;
    text-align: center;
  }
  .courseInfo tbody th {
    border-right: none;
    background: #fafafa url(/img2010/includes/line_vertical_dotted_3.gif) repeat-y right top;
    width: 100%;
    display: block;
  }
  .courseInfo .cell_center_sp{ text-align: center;}
}
