@charset "shift-jis";
/* ---------------------------
���ʕ���
--------------------------- */
*,*::before,*::after{ box-sizing: border-box;}
body{
  font-size: 16px;
  text-align: center;
}

.tac { text-align: center;}
.tar { text-align: right;}
.tal { text-align: left!important; }
.td-u { text-decoration: underline!important; }

.txt_l{ font-size: 1.3em;}
.txt_s{ font-size: .8em;}
.txt_red{ color: #c6272d;}
.txt_orange{ color: #EA5520;}
.txt_school{ color: #7e678d;}

.mb0{ margin-bottom: 0;}
.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;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 35px;}
.mt50 {margin-top: 50px;}
.pb0{ padding-bottom: 0 !important;}

.marker{ background: linear-gradient(rgba(0, 0, 0, 0) 70%, #FFFCDA 70%);}

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

.br_tb::before,
.br_sp::before{ content: none;}
.br_pc::before{
  content: "\A" ;
  white-space: pre ;
}

.bg-beige{ background: #f3f3f2;}
.bg-school{ background: rgba(122, 105, 138, .2);}

#contents{ padding: 0 0 5px 0;}

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

.fill{fill:#7e678d;}
.stroke{stroke:#7e678d;}

section h2{
  font-size: 2rem;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 1em;
}
h2 .sub{ font-size: .75em;}
section h3{
  text-align: center;
  font-size: 23px;
}

.lead{
  font-size: 18px;
  text-align: center;
}

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

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

.btn01{ text-align: center;}
.btn01 a{
  background: #7e678d url(/images/common/arrow02.svg) 96% center/18px no-repeat;
  color: #fff;
  padding: 10px 60px;
  font-size: 22px;
  max-width: 540px;
  display: block;
  margin: 60px auto;
  font-weight: normal;
  border-radius: 2.8px;
  box-shadow: 0 1.5px 0 #5c6a38;
}
.btn01 a:hover{
  text-decoration: none;
  opacity: .7;
}

.btn_02 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 525px;
  margin: 0 auto;
  padding: 0.6em 50px 0.6em 0.5em;
  background: #ea5520;
  border-radius: 6px;
  color: #fff;
  font-size: 27px;
  text-align: center;
  line-height: 1.4;
}
.btn_02::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: '';
}
.btn_02::after {
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  border-left: 10px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: '';
}
.btn_02:hover {
  text-decoration: none;
  opacity: 0.7;
}
.fixed-btn {
  padding: 0px 90px 0px 10px;
}
.fixed-btn > .btn {
  width: 100%;
}
.fixed-btn .btn_02 {
  padding: 0.8em 2.5em 0.8em;
  font-size: 20px;
}

.btn03 {
  text-align: center;
  background: #e10f40 url(/school/image/finance_strategy/icn_arrow.svg) 95% 50% no-repeat;
  background-size: 25px;
  width: 100%;
  color: #fff!important;
  border: none;
  border-radius: 4px;
  font-size: 20px;
  padding: 18px 40px;
  position: relative;
  display: block;
  text-decoration: none;
}
.btn03:hover{
  cursor: pointer;
  opacity: .7;
  text-decoration: none !important;
}
.btn03.plus {
  line-height: 1.1;
  padding-top: 11px;
  padding-bottom: 11px;
}
.btn03.plus span {
  font-size: 14px;
}

.dl_pdf .btn {
  width: 85%;
  max-width: 400px;
  border: 2px solid;
  background: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  color: #7e678d;
  text-align: center;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.dl_pdf .btn:hover {
  text-decoration: none;
}
.dl_pdf .btn .icn_pdf,
.dl_pdf .btn .icn_dl{ line-height: 1;}

.box_border{
  border: 1px solid #7e678d;
  padding: 2em;
  background: #fff;
}

.ttl_line{
  margin-top: 95px;
  margin-bottom: 65px;
  font-size: 26px;
  border-top: 1px dotted #7e678d;
  position: relative;
}
.ttl_line > span{
  background: #fff;
  padding: 0 1em;
  line-height: 1;
  position: absolute;
  top: -.5em;
  left: 50%;
  transform: translateX(-50%);
}
.bg-beige .ttl_line > span{ background: #f3f3f2;}
.bg-school .ttl_line > span{ background: #f3eaf3;}
/*.ttl_line::after{
content: "";
display: block;
border-bottom: 1px solid #8a2d8e;
width: 130px;
margin: 20px auto 15px;
}*/

.ttl_arw::after{
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  border-left: 1px solid #7e678d;
  border-bottom: 1px solid #7e678d;
  transform: rotate(-45deg);
  margin: 0 auto 60px;
}

.img_txt{
  vertical-align: -10px;
  margin: 0 10px;
}

.note{
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
}

.box_white{ background: #fff;}
.box_white.shadow{
  padding: 60px;
  box-shadow: 3px 3px 0 #7e678d;
}


.btn_yellow{
  display: block;
  background: #F7F2D9;
  margin: 0 auto;
  position: relative;
  color: #7e678d;
  padding: 25px 15px 15px;
  border: 1px solid;
  border-radius: 5px;
  box-shadow: 0 3px 0;
}
.btn_yellow:hover{
  color: #7e678d;
  text-decoration: none;
  opacity: .7;
}
.btn_yellow::after{
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border: 1px solid;
  line-height: 1;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}
.btn_yellow .icn_free{
  color: #ff4b8a;
  border: 2px solid;
  width: 3em;
  height: 3em;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
}

a.btn_orange{
  display: block;
  background: #E16F4E;
  margin: 0 auto;
  position: relative;
  color: #fff;
  padding: 25px 15px 15px;
  border: 1px solid #E16F4E;
  border-radius: 5px;
  box-shadow: 0 3px 0 #1c236d;
}
.btn_orange:hover{
  color: #fff;
  text-decoration: none;
  opacity: .7;
}
.btn_orange::after{
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  background: #fff;
  color: #E16F4E;
  line-height: 1;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}
.icn_btn_reserve{
  padding: 1.8em;
  background: url(/school/image/lp/manaviva/icn_btn_reserve.svg) center/contain no-repeat;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.catch_btn{
  top: -2em;
  position: absolute;
  left: 50%;
  background: #1c236d;
  color: #fff;
  border-radius: 50em;
  padding: 5px 10px;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 5;
}
.btn_yellow .catch_btn{ background: #EA5520;}

.btn_entry_outer {
  display: block;
  position: relative;
}
.btn_entry {
  display: block;
  background: #E16F4E;
  max-width: 568px;
  margin: 0 auto;
  position: relative;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 0 #1c236d;
  overflow: hidden;
}
.btn_entry .btn_entry_inner {
  display: block;
  position: relative;
  width: 100%;
  padding: 25px 15px 15px;
}
.btn_entry .btn_entry_inner::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  background: #fff;
  color: #E16F4E;
  line-height: 1;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}
.btn_entry_outer:hover {
  color: #fff;
  text-decoration: none;
  opacity: .7;
}
.btn_entry::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: btn_shiny 3s ease-in-out infinite;
}
@-webkit-keyframes btn_shiny {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
  .pc{ display: none;}
  .sp{ display: none;}
  .tab{ display: block;}

  .br_pc::before,
  .br_sp::before{ content: none;}
  .br_tb::before{
    content: "\A" ;
    white-space: pre ;
  }

  #container{
    margin-top: 0;
    overflow: hidden;
    width: 100%;
  }
  
  h2{ font-size: 24px;}
  .lead{ font-size: 16px;}

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

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

/* �X�}�z */
@media screen and (max-width: 599px) {
  body{ font-size: 14px;}

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

  .br_pc::before,
  .br_tb::before{ content: none;}
  .br_sp::before{
    content: "\A" ;
    white-space: pre ;
  }

  section .inner,
  .kitei .inner{ padding: 40px 0;}

  section h2 {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.3;
  }
  section h3{ font-size: 1.2rem}

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

  .box_border{ padding: 1em;}

  .btn01 a{
    font-size: 16px;
    padding: 10px 20px 10px 5px;
    background-position: 97% center;
    background-size: 12px;
    margin: 30px auto 0;
    width: 100%;
  }

  .btn_02 {
    padding-right: 35px;
    font-size: 20px;
  }
  .btn_02::before {
    right: 14px;
    width: 20px;
    height: 20px;
  }
  .btn_02::after {
    right: 19px;
    border-left: 7px solid #fff;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
  }
  .fixed-btn .btn_02 {
    padding: 1.5em 30px 1.5em 0.5em;
    font-size: 14px;
  }

  .dl_pdf{ display: block;}
  .dl_pdf .btn {
    font-size: 15px;
    max-width: initial;
    padding: 10px;
  }
  .dl_pdf .btn .icn_pdf > svg,
  .dl_pdf .btn .icn_dl > svg{ width: 1.2em;}

  .ttl_line{
    margin-top: 85px;
    margin-bottom: 50px;
    font-size: 20px;
  }
  /*    .ttl_line::after {
  width: 62px;
  margin: 14px auto 12px;
}*/

  .txt_purple.top_txt{
    font-size: .65em;
    line-height: 2;
  }

  .img_txt{
    height: 2em;
    width: auto;
  }
  
  .icn_btn_reserve{ padding: 1.5em;}

  .box_white.shadow{ padding: 30px 25px;}
}

.top_bnr{
  text-align: center;
  margin: 40px auto 20px;
}
.top_bnr img{
  max-width: 90%;
  height: auto;
}
@media screen and (max-width: 999px) {
  .top_bnr img{
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .top_bnr img{
    max-width: 100%;
    height: auto;
  }
}

.caution{
  border: 1px solid #9d70aa;
  padding: 1.5em 3em;
  margin-bottom: 2em;
}
.caution h3{
  font-weight: normal;
  text-align: center;
}
.caution h2{
  color: #333;
  font-size: 1em;
  margin-bottom: 2em;
  font-weight: normal;
}
.caution p{ text-align: left;}

@media screen and (max-width: 700px){
  .caution{ margin-bottom: 60px;}
}

/* .btn_app */
.btn_app{
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #c6272d;
  background-size: 17px;
  width: 100%;
  max-width: 468px;
  color: #fff;
  border: none;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 1.5px 0 #782332;
  color: #fff;
  padding: 15px 20px 15px 20px;
  margin: 10px auto 0;
  font-size: 18px;
  cursor: pointer;
}
.btn_app::after{
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}
.btn_app:hover,
.btn_app:active{
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .btn_app {
    width: 100%;
    font-size: 16px;
  }
}

/* .btn_gradation */
.btn_gradation{
  width: 95%;
  max-width: 460px;
  background: rgb(153,118,177);
  background: linear-gradient(90deg, rgba(153,118,177,1) 0%, rgba(24,146,168,1) 100%);
  border-radius: 2.5em;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 30px 5px 44px;
  margin: auto;
}
.btn_gradation::before{
  content: "";
  width: 50px;
  padding-top: 50px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22online-lesson%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249.658%22%20height%3D%2249.658%22%20viewBox%3D%220%200%2049.658%2049.658%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_37%22%20data-name%3D%22%E3%83%91%E3%82%B9%2037%22%20d%3D%22M49.66%2C7.154a3.945%2C3.945%2C0%2C0%2C0-3.941-3.941H41.626V2.334A2.337%2C2.337%2C0%2C0%2C0%2C39.292%2C0H10.37A2.337%2C2.337%2C0%2C0%2C0%2C8.036%2C2.334v.879H3.943A3.945%2C3.945%2C0%2C0%2C0%2C0%2C7.154V36.077a3.945%2C3.945%2C0%2C0%2C0%2C3.941%2C3.941H7.336a.727.727%2C0%2C0%2C0%2C0-1.455H3.943a2.489%2C2.489%2C0%2C0%2C1-2.486-2.486V35.2H48.2v.88a2.489%2C2.489%2C0%2C0%2C1-2.486%2C2.486H10.246a.727.727%2C0%2C0%2C0%2C0%2C1.455H18.48V44.99h-4.12a1.5%2C1.5%2C0%2C0%2C0-1.5%2C1.5v1.662a1.5%2C1.5%2C0%2C0%2C0%2C1.5%2C1.5H29A.727.727%2C0%2C1%2C0%2C29%2C48.2H14.359a.049.049%2C0%2C0%2C1-.048-.048V46.493a.049.049%2C0%2C0%2C1%2C.048-.048H35.3a.049.049%2C0%2C0%2C1%2C.048.048v1.662a.049.049%2C0%2C0%2C1-.048.048H31.909a.727.727%2C0%2C0%2C0%2C0%2C1.455H35.3a1.5%2C1.5%2C0%2C0%2C0%2C1.5-1.5V46.493a1.5%2C1.5%2C0%2C0%2C0-1.5-1.5h-4.12V40.017H45.719a3.945%2C3.945%2C0%2C0%2C0%2C3.941-3.941V7.154ZM25.71%2C44.99H23.952V43.307a.076.076%2C0%2C0%2C1%2C.076-.076h1.607a.076.076%2C0%2C0%2C1%2C.076.076V44.99Zm4.017%2C0H27.165V43.307a1.532%2C1.532%2C0%2C0%2C0-1.531-1.531H24.028A1.532%2C1.532%2C0%2C0%2C0%2C22.5%2C43.307V44.99H19.935V40.017h9.793V44.99ZM44.992%2C33.742H41.626V7.882h2.486a.88.88%2C0%2C0%2C1%2C.879.879Zm-36.956%2C0H4.67V8.761a.88.88%2C0%2C0%2C1%2C.879-.879H8.036v25.86Zm1.455-8.186H16.07v8.186H9.491Zm4.82-13.582A2.486%2C2.486%2C0%2C1%2C1%2C16.8%2C14.461%2C2.489%2C2.489%2C0%2C0%2C1%2C14.311%2C11.975ZM16.8%2C15.916a4.074%2C4.074%2C0%2C0%2C1%2C1.559.307l-1.01.808a.874.874%2C0%2C0%2C1-1.1%2C0l-1.008-.806A4.069%2C4.069%2C0%2C0%2C1%2C16.8%2C15.916Zm-2.838%2C1.148%2C1.38%2C1.1a2.321%2C2.321%2C0%2C0%2C0%2C2.916%2C0l1.431-1.145%2C1.5%2C1a1.531%2C1.531%2C0%2C0%2C0%2C2.283-.736l.1-.255%2C1.669.558-1.184%2C3.158a.875.875%2C0%2C0%2C1-.554.528.885.885%2C0%2C0%2C1-.758-.105l-.392-.261v-.9a.727.727%2C0%2C1%2C0-1.455%2C0V21.3s0%2C.007%2C0%2C.01V24.1H12.7V20.009a4.08%2C4.08%2C0%2C0%2C1%2C1.255-2.945Zm10.259-1.777.009-.023.585-1.559a.878.878%2C0%2C0%2C1%2C.985-.555l-.064.255a.728.728%2C0%2C0%2C0%2C.706.9l.025%2C0%2C0%2C.015-.715%2C1.906-1.669-.558Zm3.541-2.239a2.343%2C2.343%2C0%2C0%2C0-.313-.5l1.3-5.214a.727.727%2C0%2C0%2C0-1.411-.353l-1.19%2C4.759a2.334%2C2.334%2C0%2C0%2C0-2.2.659V4.744a.076.076%2C0%2C0%2C1%2C.076-.076H36.882a.076.076%2C0%2C0%2C1%2C.076.076v9.641a.076.076%2C0%2C0%2C1-.076.076H27.925a2.317%2C2.317%2C0%2C0%2C0-.166-1.413ZM17.524%2C25.556H40.171v8.186H17.524ZM10.37%2C1.455H39.292a.88.88%2C0%2C0%2C1%2C.879.879V24.1H22.345V22.6A2.332%2C2.332%2C0%2C0%2C0%2C25.41%2C21.26l2-5.345h9.468a1.533%2C1.533%2C0%2C0%2C0%2C1.531-1.531V4.744a1.532%2C1.532%2C0%2C0%2C0-1.531-1.531H24.027A1.532%2C1.532%2C0%2C0%2C0%2C22.5%2C4.744v9.641a1.521%2C1.521%2C0%2C0%2C0%2C.214.778l-.605%2C1.614a.076.076%2C0%2C0%2C1-.112.037l-1.931-1.291a5.569%2C5.569%2C0%2C0%2C0-.792-.482%2C3.941%2C3.941%2C0%2C1%2C0-4.941%2C0%2C5.553%2C5.553%2C0%2C0%2C0-.755.456.723.723%2C0%2C0%2C0-.1.07%2C5.543%2C5.543%2C0%2C0%2C0-2.225%2C4.44V24.1H9.491V2.334a.88.88%2C0%2C0%2C1%2C.879-.879Zm-8.913%2C5.7A2.489%2C2.489%2C0%2C0%2C1%2C3.943%2C4.668H8.036V6.427H5.55A2.337%2C2.337%2C0%2C0%2C0%2C3.215%2C8.761V33.742H1.457Zm44.99%2C26.588V8.761a2.337%2C2.337%2C0%2C0%2C0-2.334-2.334H41.626V4.668h4.093A2.489%2C2.489%2C0%2C0%2C1%2C48.2%2C7.154V33.742Z%22%20transform%3D%22translate(-0.002)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038%22%20d%3D%22M217.2%2C283.241H204.959a2.334%2C2.334%2C0%2C0%2C0-4.435%2C0h-1a.727.727%2C0%2C1%2C0%2C0%2C1.455h1a2.334%2C2.334%2C0%2C0%2C0%2C4.435%2C0H217.2a.727.727%2C0%2C0%2C0%2C0-1.455Zm-14.461%2C1.607a.879.879%2C0%2C1%2C1%2C.879-.879A.88.88%2C0%2C0%2C1%2C202.741%2C284.848Z%22%20transform%3D%22translate(-179.519%20-254.319)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_39%22%20data-name%3D%22%E3%83%91%E3%82%B9%2039%22%20d%3D%22M121.64%2C298.2h-.8a.727.727%2C0%2C0%2C0%2C0%2C1.455h.8a.727.727%2C0%2C0%2C0%2C0-1.455Z%22%20transform%3D%22translate(-108.46%20-269.278)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') center/contain no-repeat;
}
.btn_gradation::after{
  content: "";
  width: 22px;
  padding-top: 20px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2219%22%20viewBox%3D%220%200%2022%2019%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_2%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%202%22%20d%3D%22M10.135%2C1.495a1%2C1%2C0%2C0%2C1%2C1.731%2C0l9.266%2C16a1%2C1%2C0%2C0%2C1-.865%2C1.5H1.734a1%2C1%2C0%2C0%2C1-.865-1.5Z%22%20transform%3D%22translate(22%2019)%20rotate(180)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') center/contain no-repeat;
}
.btn_gradation:hover{
  text-decoration: none;
  opacity: .7;
}
@media screen and (max-width: 798px) {
  .btn_gradation{
    font-size: 14px;
    padding: 5px 15px 5px 21px;
    margin-top: -94px;
    position: relative;
    z-index: 1;
  }
  .btn_gradation::before{
    width: 45px;
    padding-top: 45px;
  }
  .btn_gradation::after{
    width: 16px;
    padding-top: 14px;
  }
}

/* ---------------------------
�{�^���G���A
--------------------------- */
.reserve{
  background: #f2f4fa;
  background: -moz-linear-gradient(30deg,  #f2f4fa 0%, #e0f0fc 35%, #f4ded6 100%);
  background: -webkit-linear-gradient(30deg,  #f2f4fa 0%,#e0f0fc 35%,#f4ded6 100%);
  background: linear-gradient(30deg,  #f2f4fa 0%,#e0f0fc 35%,#f4ded6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f4fa', endColorstr='#f4ded6',GradientType=1 );
}
.reserve .lead{
  font-size: 1em;
  letter-spacing: .2em;
  line-height: 2;
  margin-bottom: 70px;
}
.reserve h2{
  font-size: 2.5em;
  letter-spacing: .2em;
  line-height: 1.3;
  margin-bottom: 40px;
}
.reserve h2 .txt_s{ font-size: 20px;}
.reserve .wrap_btn > .btn_orange{ max-width: 480px;}
.reserve .btn_orange::before {
  content: "";
  padding: 1.8em;
  background: url(/school/image/lp/manaviva/icn_btn_reserve.svg) center/contain no-repeat;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.list_check_reserve{
  display: flex;
  justify-content: space-around;
  max-width: 600px;
  margin: 0 auto 98px;
}
.list_check_reserve li{
  width: 160px;
  height: 160px;
  background: #fff;
  padding: 20px;
  border-radius: 100%;
  box-sizing: border-box;
}
.list_check_reserve .check{
  width: 1.2em;
  height: 1.2em;
  background: #F3F3F2;
  border: 1px solid #E0E0E0;
  margin: 0 auto 10px;
  position: relative;
}
.list_check_reserve .check::after{
  content: "";
  padding: 13px;
  background: url(/school/image/lp/manaviva/icn_check.svg) center/contain no-repeat;
  position: absolute;
  bottom: 3px;
  left: 3px;
}
.list_check_reserve p{
  color: #EA5520;
  font-size: 1rem;
  margin: 0;
  line-height: 1.8;
}

@media screen and (max-width: 599px) {
  .reserve .lead{
    font-size: 12px;
    text-align: center;
    letter-spacing: .15em;
    margin-bottom: 30px;
  }
  .reserve h2{
    font-size: 2em;
    margin-bottom: 40px;
  }
  .reserve h2 .txt_s{ font-size: 16px;}
  .reserve .btn_orange::before{ padding: 1.5em;}

  .list_check_reserve{ margin-bottom: 50px;}
  .list_check_reserve li {
    width: 30%;
    height: auto;
    padding: 30% 0 0 0;
    position: relative;
  }
  .list_check_reserve .check{
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
  }
  .list_check_reserve .check::after{ padding: 8px;}
  .list_check_reserve p{
    font-size: 10px;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
  }
}


/* ---------------------------
���C���r�W���A��
--------------------------- */
.mv .inner{
  width: 72.5%;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0 22px;
}
.mv .catch {
  letter-spacing: .05em;
  line-height: 2.3;
}
.mv .catch .bg {
  background: rgb(153,118,177);
  background: linear-gradient(90deg, rgba(153,118,177,1) 0%, rgba(24,146,168,1) 100%);
  color: #fff;
  font-size: 26px;
  padding: 10px;
}
.mv .catch .bg:has(.txt_l) { padding-top: 20px;}

.mv .school_name {
  color: #fff;
  font-size: 45px;
  font-weight: normal;
  line-height: 1.45;
  text-shadow: 2px 2px 5px #272C2E;
  margin: 10px 0;
}

.mv .type_list {
  display: flex;
}
.mv .type_list li {
  width: 95px;
  height: 95px;
  background-color: #fff;
  border: 2px dashed;
  border-radius: 100%;
  color: #4FB6D5;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mv .type_list li + li {
  margin-left: 1em;
}
.mv .type_list .begginer {
  justify-content: flex-start;
  padding-top: 15px;
}

@media screen and (min-width: 799px) {
  .mv{
    background: url(/school/image/lp/manaviva/mv.jpg) center top/cover no-repeat;
    padding-bottom: 35px;
  }
  .mv .catch .bg_pc {
    background: rgb(153,118,177);
    background: linear-gradient(90deg, rgba(153,118,177,1) 0%, rgba(24,146,168,1) 100%);
    color: #fff;
    font-size: 26px;
    padding: 10px;
  }
  .mv .catch .bg_pc:has(.txt_l) { padding-top: 20px;}
}
@media screen and (max-width: 798px) {
  .mv{
    background: url(/school/image/lp/manaviva/mv_sp.jpg) center top/cover no-repeat;
  }
  .mv .inner{
    padding: 60px 15px;
    width: 100%;
  }
  .mv .catch .bg,
  .mv .catch .bg_sp {
    background: rgb(153,118,177);
    background: linear-gradient(90deg, rgba(153,118,177,1) 0%, rgba(24,146,168,1) 100%);
    color: #fff;
    font-size: 14px;
    padding: 5px;
  }
  .mv .catch .bg:has(.txt_l),
  .mv .catch .bg_sp:has(.txt_l) { padding-top: 10px;}
}
@media screen and (max-width: 599px) {
  .mv .school_name {
    font-size: 25px;
  }
  .mv .school_name .txt_s_sp { font-size: 20px;}
  .mv .type_list li {
    width: 78px;
    height: 78px;
    font-size: 14px;
  }
  .mv .type_list .begginer {
    padding-top: 12px;
  }
  .mv .type_list li .icn { width: 18px;}
}

/* ---------------------------
mv���{�^��
--------------------------- */
.area_btn{
  background-color: rgba(126, 103, 141, .2);
  padding: 40px 20px 20px ;
}
.area_btn .txt_info{
  display: inline-block;
  color: #7E678D;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 798px) {
  .area_btn{ padding-top: 60px;}
}

/* ---------------------------
�R�̂������߃|�C���g
--------------------------- */
.point .inner::before{
  content: "";
  padding: 40px;
  background: url(/img/school/img01.png) center/contain no-repeat;
  position: absolute;
  top: -50px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 599px){
  .point .inner::before{
    padding: 30px;
    top: 30px;
  }
}

.point h2 {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 2.1;
}
.list_point{ counter-reset: list_point;}
.list_point li{
  border: 1px solid #7e678d;
  margin-top: 70px;
  box-sizing: border-box;
  position: relative;
}
.list_point li::before{
  content: 'Point';
  background: #1c236d;
  color: #fff;
  position: absolute;
  width: 94px;
  height: 94px;
  top: -47px;
  left: -1px;
  margin: auto;
  border-radius: 100%;
  padding-top: 1em;
  font-size: 18px;
  box-sizing: border-box;
}
.list_point li::after{
  counter-increment: list_point;
  content: '0' counter(list_point);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 30px;
  margin: auto;
}
.list_point .photo{ padding: 7px 7px 0 7px;}
.list_point .ttl{
  background: #7e678d;
  color: #fff;
  font-size: 1.2em;
  padding: 10px 5px;
}
.list_point .txt{
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  padding: 15px;
}
@media screen and (max-width: 835px) and (min-width: 600px) {
  .list_point .ttl{ font-size: 1em;}
}
@media screen and (min-width: 600px) {
  .point h2 { font-size: 28px;}
  .list_point{
    display: flex;
    justify-content: space-between;
  }
  .list_point li{ width: 32%;}

  .list_point + .note{ width: 32%;}
}

/* ----------------------
�w�ׂ�3�̂���
---------------------- */
.canlearn .inner {
  padding-top: 30px;
}
.canlearn .canlearn_inner {
  width: 92%;
  max-width: 900px;
  margin: 0 auto;
}
.canlearn .canlearn_box {
  padding: 50px 5%;
  background: rgba(126, 103, 141, 0.1);
  border: 1px solid #7e678d;
  border-radius: 5px;
}
.canlearn .canlearn_heading {
  margin: 0 auto 45px;
  text-align: center;
  letter-spacing: normal;
  line-height: 1.7;
}
.canlearn .canlearn_body {
  border-top: 1px dashed #7e678d;
}
.canlearn .canlearn_heading svg {
  vertical-align: top;
}
.canlearn .canlearn_heading .heading_txt {
  display: inline-block;
  padding: 1.8em 0 0 1em;
  color: #333;
  font-size: 26px;
  font-weight: bold;
}
.canlearn .canlearn_heading .heading_txt .num {
  color: #ea5520;
  font-family: 'Josefin Slab', serif;
  font-size: 40px;
}
.canlearn .canlearn_list {
  max-width: 500px;
  margin: 40px auto 0;
  line-height: 1.6;
  counter-reset: number 0; 
}
.canlearn .canlearn_list li {
  position: relative;
  margin-left: 15px;
  padding: 0.2em 0.5em 0.2em 1.5em;
  background: #fff;
  border-radius: 5px;
  color: #333;
  font-size: 26px;
  text-align: left;
}
.canlearn .canlearn_list li + li {
  margin-top: 34px;
}
.canlearn .canlearn_list li::before {
  position: absolute;
  left: -27px;
  top: 50%;
  transform: translateY(-50%);
  width: 53px;
  height: 53px;
  padding-top: 0.4em;
  background: #7e678d;
  box-sizing: border-box;
  border-radius: 50%;
  color: #fff;
  font-family: 'Josefin Slab', serif;
  font-size: 32px;
  text-align: center;
  line-height: 1;
  counter-increment: number 1;
  content: counter(number) '';
}
.canlearn .canlearn_list li span {
  color: #ea5520;
}
@media screen and (min-width: 600px) {
  .canlearn .canlearn_heading {
    max-width: 521px;
  }
}
@media screen and (max-width: 599px) {
  .canlearn .inner {
    padding-top: 10px;
  }
  .canlearn .canlearn_inner {
    width: 92%;
    padding-top: 20px;
  }
  .canlearn .canlearn_box {
    padding: 18px 4% 40px;
  }
  .canlearn .canlearn_heading {
    max-width: 166px;
    margin-bottom: 0;
  }
  .canlearn .canlearn_heading svg {
    width: 166px;
    height: auto;
  }
  .canlearn .canlearn_heading .heading_txt {
    padding: 0;
    font-size: 20px;
  }
  .canlearn .canlearn_heading .heading_txt .num {
    font-size: 34px;
  }
  .canlearn .canlearn_list {
    margin-top: 28px;
  }
  .canlearn .canlearn_list li {
    margin-left: 20px;
    padding: 0.5em 0.5em 0.5em 1.8em;
    font-size: 16px;
  }
  .canlearn .canlearn_list li + li {
    margin-top: 17px;
  }
  .canlearn .canlearn_list li::before {
    left: -21px;
    width: 42px;
    height: 42px;
    padding-top: 0.4em;
    font-size: 25px;
  }
}

/* ---------------------------
�N����d�˂邲��
--------------------------- */
@media screen and (min-width: 600px) {
  .worry .inner::before{
    content: "";
    padding: 35px;
    background: url(/img/school/img02.png) center/contain no-repeat;
    position: absolute;
    bottom: -220px;
    left: 0;
    z-index: -1;
  }
}

.list_worry{
  max-width: 950px;
  margin: 0 auto;
}
.list_worry li{
  display: flex;
  align-items: flex-end;
}
.list_worry li:nth-child(even){
  flex-direction: row-reverse;
}
.list_worry li + li{ margin-top: 58px;}
.list_worry .img{
  /*    width: 35%;
  max-width: 350px;*/
  flex: 0 0 350px;
  padding-top: 26.1%;
  background: #7e678d;
  margin-top: 6px;
  margin-left: 6px;
  box-sizing: border-box;
  position: relative;
}
.list_worry .img img{
  width: 100%;
  position: absolute;
  top: -6px;
  left: -6px;
}
.list_worry .box_txt{
  background: #fff;
  flex: 1 1 auto;
  padding: 50px 40px;
  box-sizing: border-box;
  position: relative;
}
.list_worry .box_txt::before{
  content: "";
  width: 18px;
  height: 38px;
  border-top: 2px solid #7e678d;
  border-left: 2px solid #7e678d;
  position: absolute;
  top: 25px;
  left: 20px;
}
.list_worry .box_txt::after{
  content: "";
  width: 18px;
  height: 38px;
  border-bottom: 2px solid #7e678d;
  border-right: 2px solid #7e678d;
  position: absolute;
  bottom: 25px;
  right: 20px;
}
.list_worry .ttl{
  font-size: 24px;
  text-align: left;
  margin-bottom: 10px;
}
.list_worry .txt{
  text-align: left;
}

@media screen and (max-width: 999px){
  .list_worry .img {
    flex-basis: 35%;
    padding-top: 24.8%;
  }
  .list_worry .ttl{ font-size: 18px;}
}

@media screen and (max-width: 880px){
  .list_worry li{ flex-wrap: wrap;}
  .list_worry li + li{ margin-top: 30px;}
  .list_worry .img{
    flex: 0 0 56%;
    padding-top: 39.6%;
    z-index: 1;
    margin-left: 18px;
  }
  .list_worry li:nth-child(even) .img{ margin-right: 12px;}
  .list_worry .box_txt {
    flex: 0 0 100%;
    padding: 40px 30px 35px;
    margin-top: -20px;
  }
  .list_worry .box_txt::before{
    width: 10px;
    height: 22px;
    top: 35px;
    left: 12px;
  }
  .list_worry .box_txt::after{
    width: 10px;
    height: 22px;
    bottom: 25px;
    right: 12px;
  }
}


/* ---------------------------
��肽�����Ƃ͊������܂�
--------------------------- */
.msg .inner{
  padding-top: 0;
  max-width: 950px;
}
.msg .ttl_photo{
  position: relative;
  padding-top: 9%;
}
.msg .ttl_photo.bg-school{ background: #e4e1e8;}
.msg .ttl_photo .photo{
  width: 46.5%;
  position: absolute;
  bottom: 0;
}
.msg .ttl_photo h2{
  background: #7e678d;
  text-align: left;
  color: #fff;
  padding-left: 49%;
  padding-top: 40px;
  padding-bottom: 30px;
  font-size: 1.5em;
}
@media screen and (min-width: 1200px){
  .msg .ttl_photo h2{
    font-size: 2rem;
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px){
  .msg .ttl_photo{ padding-top: 27.5%;}
  .msg .ttl_photo .photo {
    width: 77%;
    top: 0;
    bottom: auto;
  }
  .msg .ttl_photo h2{
    font-size:  18px;
    line-height: 2;
    padding: 27.5% 4% 25px;
  }

}


/* ---------------------------
����ȕ��ɂ͂������߂��܂���
--------------------------- */
.not_recommend .ttl_line{
  margin-top: .5em;
  margin-bottom: 50px;
  font-size: 1.5em;
}

.osusume{
  background: #f3f3f2;
  border-top: 1px solid #7e678d;
  border-bottom: 1px solid #7e678d;
  padding: 50px 85px;
  box-sizing: border-box;
}
.bg-beige .osusume,
.bg-school .osusume{ background: #f3f3f2;}
.osusume li{
  text-align: left;
  padding-left: 25px;
  background: url(/images/common/check_fabl.svg) left center/18px no-repeat;
  line-height: 2.5;
}
@media screen and (max-width: 700px){
  .not_recommend .ttl_line{ font-size: 18px;}
  .not_recommend .ttl_line > span{
    width: 70%;
    padding: 0 .5em;
  }

  .osusume{
    width: 94%;
    margin: 0 auto;
    padding: 20px;
  }
  .osusume li {
    padding-left: 16px;
    background: url(/images/common/check_fabl.svg) left top/14px no-repeat;
    font-size: 12px;
    line-height: 1.2;
    padding-bottom: 1em;
  }
}

/* ==========================================================================
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;
    padding-bottom: 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;
  }
}


/* ---------------------------
�̌�
--------------------------- */
.taiken{
  background: #f2f4fa;
  background: -moz-linear-gradient(30deg,  #f2f4fa 0%, #e0f0fc 35%, #f4ded6 100%);
  background: -webkit-linear-gradient(30deg,  #f2f4fa 0%,#e0f0fc 35%,#f4ded6 100%);
  background: linear-gradient(30deg,  #f2f4fa 0%,#e0f0fc 35%,#f4ded6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f4fa', endColorstr='#f4ded6',GradientType=1 );
}
.taiken .ttl_line{ font-size: 26px;}
.taiken .ttl_line::after { margin-bottom: 20px;}
.taiken .box_white{
  padding: 40px 40px 60px;
}
.taiken h3 {
  background-color: #1c236d;
  border-radius: 10px 10px 0 0;
  padding: 40px 30px;
  color: #fff;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.8;
  position: relative;
}
.taiken h3 .circle{
  border-radius: 50%;
  background: #E16F4E;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  line-height: 1.1;
  font-size: 27px;
  width: 112px;
  height: 112px;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
/* �u�������w�ׂ܂��v */
.taiken .bgh2 h2.leftp .circle.now{
  top: 6em;
  right: -35px;
  line-height: 1.3;
  font-size: 23px;
  width: 130px;
  height: 130px;
  z-index: 1;
}
.taiken .bgh2 h2.leftp .circle.now::before{
  content: "";
  border: 6px solid transparent;
  border-top: 24px solid #e95389;
  position: absolute;
  bottom: 10px;
  left: 0;
  display: block;
  background: transparent;
  transform: rotate(50deg);
}
/* �Q�������̉~ */
.taiken .bgh2 h2.leftp .circle.free {
  top: -35px;
  right: -35px;
  font-weight: 600;
  letter-spacing: 0.1em;
  transform: rotate(10deg);
}
@media screen and (max-width: 960px) and (min-width: 631px){
  .taiken .bgh2.magazine .leftp .circle.now{
    font-size: 14px;
    top: 10em;
    right: 0%;
  }
}

.taiken .bgh2 .leftp .ot{
  color: #ffffff;
  font-weight: normal;
  font-size:23px;
  display: flex;
  align-items: center;}

.ot:before, .ot:after {
  content: "";
  flex-grow: 1;
  border-top: 4px dotted #FFF689;
  display: block;}

.ot:before {
  margin-right: .4em;
}
.ot:after {
  margin-left: .4em;
}

.taiken h3 .oka {
  display: inline-block;
  position: relative;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
}
.taiken h3 .oka::before {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  background: url(/school/image/lp/manaviva/icn_taiken.svg) no-repeat;
  content: '';
}

.taiken .bgh2 .leftp .mnb{
  color: #ffffff;
  font-weight: normal;
  font-size:23px;
  display: flex;
  align-items: center;}

.mnb:before, .mnb:after {
  content: "";
  flex-grow: 1;
  border-top: 4px dotted #FFF689;
  display: block;}

.mnb:before {
  margin-right: .4em;
}

.mnb:after {
  margin-left: .4em;
}

.taiken h3 .subttl{
  font-size: 20px;
}

.tkjg{
  margin: 0 auto;}

.ots{
  color: #7B3F8D;
  font-size: 23px;
  line-height: 1.8;
  margin: 20px auto;}

.taiken .btn_yellow{
  max-width: 568px;
  background: #F3EAF3;
}
.taiken .btn_orange{ max-width: 568px;}
.taiken .btn_orange::before{ content: none;}
.taiken .web_movie_thumbnail {
  margin: 30px 0 40px;
  text-align: center;
}
.taiken .web_movie_thumbnail img {
  width: 100%;
  max-width: 550px;
}

.table_semi{
  width: 100%;
  max-width: 700px;
  margin: 0 auto 90px;
}
.table_semi th{
  text-align: center;
  font-weight: normal;
  padding: 15px;
  white-space: nowrap;
  border-top: 1px dashed #707070;
  border-bottom: 1px dashed #707070;
}
.table_semi td{
  text-align: left;
  padding: 15px;
  border-top: 1px dashed #707070;
  border-bottom: 1px dashed #707070;
}
@media screen and (max-width: 749px){
  .taiken h3 .circle {
    right: 4%;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 599px){
  .taiken .box_white{
    padding: 30px 4%;
  }
  .taiken .ttl_line{ font-size: 16px;}
  .taiken h3 {
    padding: 20px 20px 15px;
  }
  .taiken h3 .circle {
    right: -10px;
    top: -22px;
    transform: unset;
    width: 67px;
    height: 67px;
    font-size: 16px;
  }
  .taiken h3 .subttl {
    font-size: 16px;
  }
  .taiken h3 .oka {
    font-size: 23px;
  }
  .taiken h3 .oka::before {
    left: -53px;
    width: 43px;
    height: 43px;
    background-size: 43px auto;
  }
  section p.tkjg {
    font-size: 14px;
    text-align: left;
    line-height: 2;
  }
  .table_semi{ margin-bottom: 50px;}
}



/* ---------------------------
�悭���鎿��
--------------------------- */
@media screen and (min-width: 600px) {
  .faq .inner::before{
    content: "";
    padding: 45px;
    background: url(/img/school/img02.png) center/contain no-repeat;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: -1;
  }
}

.faq_box{
  border: 1px solid #7e678d;
  background: #fff;
  padding: 25px;
  text-align: left;
}
.faq_box + .faq_box{ margin-top: 2em;}
.faq_box dt{
  color: #7e678d !important;
  border-bottom: 1px solid #7e678d;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.faq_box dt::before{
  content: "Q";
  background: #7e678d;
  color: #fff;
  font-size: 2em;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 50px;
  margin-right: 25px;
}
.faq_box dd{
  display: flex;
  align-items: flex-start;
}
.faq_box dd::before{
  content: "A";
  background: #DA5F34;
  color: #fff;
  font-size: 2em;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 50px;
  margin-right: 25px;
}
@media screen and (max-width: 599px){
  .faq_box dt{ align-items: flex-start;}
}

/* ------------------------------
teacher
------------------------------ */
.teacher .profile_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.teacher .profile_box dt {
  max-width: 200px;
}
.teacher .profile_box .name {
  font-size: 24px;
}
.teacher .profile_box .name span {
  margin-left: 0.5em;
  font-size: 20px;
}
.teacher .profile_box .career_pc {
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .teacher .profile_box .career_sp {
    display: none;
  }
  .teacher .profile_box dt {
    width: 20%;
    max-width: 200px;
  }
  .teacher .profile_box dd {
    width: 75%;
    text-align: left;
  }
  .teacher .btn_profile {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .teacher .profile_outer {
    display: flex;
    justify-content: space-between;
  }
  .teacher .profile_box dt {
    width: 45%;
  }
  .teacher .profile_box dd {
    width: 53%;
  }
  .teacher .profile_box .name {
    margin-top: 1em;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }
  .teacher .profile_box .name span {
    display: block;
    margin-left: 0;
    font-size: 14px;
  }
  .teacher .profile_box .career_pc {
    display: none;
  }
  .teacher .profile_box .career_sp {
    margin-top: 1em;
    font-size: 12px;
    text-align: center;
  }
  .teacher .sp_non {
    display: none;
  }
  .teacher .btn_profile {
    position: relative;
    margin: 10px auto 0;
    width: 26px;
    height: 26px;
    border: 2px solid #ea5520;
    border-radius: 50%;
    text-align: center;
  }
  .teacher .btn_profile::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 3px;
    border-radius: 9999px;
    background: #ea5520;
    content: '';
  }
  .teacher .btn_profile::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 16px;
    width: 3px;
    border-radius: 9999px;
    background: #ea5520;
    content: '';
  }
  .teacher .teacher_detail {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 90%;
    padding: 30px 5% 20px;
    border-radius: 15px;
    background: #fff;
  }
  .teacher .teacher_detail .btn_close {
    position: absolute;
    right: 13px;
    top: 13px;
    width: 34px;
    height: 34px;
    border: 2px solid #ea5520;
    border-radius: 50%;
  }
  .teacher .teacher_detail .btn_close span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .teacher .teacher_detail .btn_close span::before,
  .teacher .teacher_detail .btn_close span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 3px;
    border-radius: 9999px;
    background: #ea5520;
    content: '';
  }
  .teacher .teacher_detail .btn_close span::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .teacher .teacher_detail .btn_close span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .teacher .teacher_detail figure {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .teacher .teacher_detail figure img {
    width: 50%;
  }
  .teacher .teacher_detail figure figcaption {
    width: 40%;
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
  }
  .teacher .teacher_detail figure figcaption span {
    display: block;
    font-size: 14px;
    text-align: left;
  }
  .teacher .teacher_detail .profile {
    margin-top: 1em;
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
  }
}

/* ------------------------------
modal
------------------------------ */
.modal_wrap {
  display: none;
}
@media screen and (max-width: 599px) {
  .modal_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 100%;
    height: 100vh;
  }
  .modal_wrap .modal_bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(234, 85, 32, 0.5);
  }
}

