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; 
  text-align: center;}

.mb30{ margin-bottom: 30px !important;}

.txt_s{ font-size: .85em;}
.txt_l{ font-size: 1.3em;}
.txt_orange{ color: #EE764E;}
.txt_fanvy{ color: #1c246d;}

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;
  font-size: 34px;
}
section h3{
  text-align: center;
  font-size: 23px;
}

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

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 {
  margin-top: 30px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}
p.h2_lead{
  text-align:center;
  color: #1c246d;
  margin: 0 auto 50px;
  font-size: 18px;
}
.bg-school{ background-color: rgb(27, 38, 105, 0.1);}

.table01{
  width: 100%;
  font-size: 1rem;
  border-top: 1px solid #5e76a7;
}
.table01 th,
.table01 td{
  padding: 40px;
  border-bottom: 1px solid #5e76a7;
}
.table01 th{
  background-color:rgb(27, 38, 105, 0.1);
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.table01 td{
  background: #fff;
  text-align: left;
}

.table01 h3{
  text-align: left;
  font-size: 1.2em;
}
.table01 li + li{ margin-top: 5px;}

.box01{
  background: #fff;
  padding: 30px;
}

/* 1000px以上のモニター */
@media screen and (min-width: 1000px) {
  .kv_sp {display: none;}
  .kv_pc {display: block;}
  .br-pc{display: none;}
}

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

  #bread {
    display: none;
  }
  main {
    margin-top: 87px;
  }
}

/* タブレット */
@media screen and (min-width: 600px) and (max-width: 999px) {
  .kv_sp {display: none;}
  .kv_pc {display: block;}
  .br-pc{display: none;}

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

/* 599px以下（スマホ） */
@media screen and (max-width: 599px) {
  body{ font-size: 14px;}

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

  p.lead{
    margin-bottom: 50px;
    font-size: 16px;
    text-align: left;
  }

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

  .table01{ font-size: 1em;}
  .table01 th,
  .table01 td{ display: block;}
  .table01 th{
    padding: 5px 20px;
    border-bottom: 0;
  }
  .table01 td{ padding: 15px;}

  .box01{ padding: 15px;}
}

/* ==========================================================================
   mv
   ========================================================================== */
   .mv {
    display: flex;
    justify-content: center;
}


@media screen and (max-width: 599px) {
  .kv_pc {display: none;}
  .kv_sp {display: block;
      max-width: 100%;
  }
 
    .mv-inner{ width: 100%;}
    .mv-inner h1{
        font-size: 18px;
        line-height: 1.3;
    }
    .mv-inner h1::before{ left: -28px;}
    .mv_photo{
        width: 100%;
        height: 170px;
    }


}.mv .box_txt .circle span{
  border: 1px solid #fff;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.mv .box_txt .band{
  background: #fff;
  margin-right: 20px;
  padding: 3px 0.5em;
  border-radius: 2em;
  text-align: center;
}
.mv .box_txt .band svg {
  width: 22px;
  height: 22px;
  margin: 0 5px;
  vertical-align: sub;
}
.mv .box_txt .date{
  font-size: 20px;
  margin-bottom: 0;
}
.mv .box_txt .date .marker {
  background: linear-gradient(rgba(0,0,0,0) 70%, rgba(215,186,65,.38) 70%);
}
.mv .box_txt .date .num{ font-size: 1.2em;}
@media screen and (max-width: 830px) {

  .mv .mv-inner {
    overflow: hidden;
  }
  .mv .box_txt{
    margin: 0 auto;
    padding: 15px;
  }
  .mv .box_txt::after {
    border: 20px solid transparent;
    border-top: 20px solid;
    right: -20px;
    bottom: -20px;
  }
 
  .mv .box_txt .circle{
    width: 68px;
    height: 68px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .mv .box_txt .circle span{ font-size: 12px;}
  .mv .box_txt .band{
    font-size: 12px;
    padding: 5px;
  }
  .mv .box_txt .band svg {
    width: 18px;
    height: 18px;
  }
  .mv .box_txt .date {
    font-size: 16px;
    line-height: 1.3;
  }
}

.mv h1{
  color: transparent;
  position: absolute;
  top: 0;
  z-index: -1;
}


@media screen and (max-width: 599px) {
  .pc {display: none;}
  .sp {display: block;
    max-width: 100%;
    height: 500px;
}
}

/* ==========================================================================
   catch
   ========================================================================== */
.catch h2{
  letter-spacing: 0;
  margin-bottom: 0.5em;
  font-size: 34px;
}
.catch h2 > span{
  display: inline-block;
  position: relative;
  font-size: 24px;
  line-height: 2;
}
.catch h2 > span::before{
  left: -1em;
  transform: rotate(-40deg);
}
.catch h2 > span::after{
  right: -1em;
  transform: rotate(40deg);
}
.catch h2 > span svg {
  vertical-align: sub;
}
@media screen and (max-width: 599px) {
  .catch h2{
    font-size: 24px;
    line-height: 1.6;
  }
  .catch h2 > span{
    font-size: 18px;
    line-height: 1.4;
  }
  .catch h2 > span::before,
  .catch h2 > span::after{
    bottom: 0.2em;
  }
  .catch h2 > span svg {
    width: 23px;
    vertical-align: bottom;
  }
  .catch .lead .sp-c {
    display: block;
    text-align: center;
  }
}

p.concept {
  margin-top: 30px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;

}
.en{
  font-size:1.5em;
}
.en:not(.bd_none)::after{
  content: "";
  display: block;
  border-bottom: 1px solid #2c4198;
  width: 300px;
  margin: 20px auto 20px;
}

/* ==========================================================================
   event
   ========================================================================== */
.list_ttl {
  margin-bottom: 5px;
}
.program_list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.program_list li svg {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}
.txt_list li {
  padding-left: 1em;
  text-indent: -1em;
  
}
.list_teacher li + li{ margin-top: 30px;}
.btn{
  display: block;
  background: #c6272d url(/school/image/finance_strategy/icn_arrow.svg) 98% 50%/20px no-repeat;
  border-radius: 4px;
  padding: 10px 30px;
  max-width: 420px;
  width: 100%;
  font-size: 18px;
  margin: 0 auto;
}
.btn:link,
.btn:visited,
.btn:active,
.btn:hover{
  color: #fff;
  text-decoration: none;
}
.btn:hover{
  opacity: 0.7;
}
@media screen and (min-width: 600px){
  .list_teacher .photo{
    float: left;
    width: 150px;
  }
  .list_teacher h3{
    margin-left: 175px;
    margin-bottom: 10px;
  }
  .list_teacher p{
    margin-left: 175px;
    font-size: 14px;
  }
  .list_teacher li + *{ clear: both;}
}
@media screen and (max-width: 599px){
  .program_list li svg {
    width: 16px;
    height: 16px;
  }
  .list_teacher .ttl{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .list_teacher .photo{ width: 30%;}
  .list_teacher h3{
    padding-left: 1em;
    font-size: 1.1em;
  }
  .list_teacher p{ font-size: 14px;}

  .btn{ font-size: 15px;}
  .btn + .btn{ margin-top: 30px;}
}

/* クローズ対応 */
.closing{
  background: #fff;
  padding: 10px 20px;
  border: 2px solid #d7063a;
  border-radius: 5px;
  margin-bottom: 3em;
}
.closing h2 {
  color: #d7063a;
  font-size: 20px;
  text-align: left;
  margin-bottom: 0;
}
.closing h2::after{ content: none;}
.closing p {
  font-size: 18px;
  text-align: left;
  margin-bottom: 0;
  color: #000;
  letter-spacing: 0;
}

.btn.close{
  background: #e0e0e0;
  pointer-events: none;
}
