@charset "shift-jis";

*,*::before,*::after{ box-sizing: border-box;}
body{ counter-reset: process 0;}

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

.txt_l{ font-size: 1.5em;}
.txt_s{ font-size: .85em;}
.txt_red{ color: #d6073a;}

.txt_bold{ font-weight: bold;}

.mb50 { margin-bottom: 60px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 35px;}

.pt0{ padding-top: 0 !important;}

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

.bg-school {
  background-color: #F5E7EB;
}

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

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

.fill{fill:#c36380;}
.stroke{stroke:#c36380;}

section h2{
  font-size: 2rem;
  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 #c36380;
  width: 115px;
  margin: 20px auto 55px;
}
section h3{
  text-align: center;
  font-size: 23px;
}

.heading_line {
  position: relative;
  color: #c36380;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
}
.heading_line::before,
.heading_line::after {
  max-width: 300px;
  content: "";
  width: 30%;
  border-top: 1px solid #c36380;
  position: absolute;
  top: 50%;
}
.heading_line::before{ left: 0;}
.heading_line::after{ right: 0;}

.ttl_school{
  color: #c36380;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 1em;
}


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

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

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

.btn01{ text-align: center;}
.btn01 a{
  background: #c6272d url(/images/common/arrow02.svg) 96% center/18px no-repeat;
  color: #fff;
  padding: 10px 60px;
  font-size: 22px;
  width: 55%;
  max-width: 540px;
  display: block;
  margin: 60px auto;
  font-weight: normal;
  border-radius: 2.8px;
  box-shadow: 0 1.5px 0 #782332;
  letter-spacing: .175em;
}
.btn01 a:hover{
  text-decoration: none;
  opacity: .7;
}
.btn02 {
  text-align: center;
  background: #c6272d url(/images/common/arrow02.svg) 97% center/21px no-repeat;
  width: 100%;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 20px;
  padding: 18px;
  position: relative;
  display: block;
  text-decoration: none;
}
.btn02:hover{
  cursor: pointer;
  opacity: .7;
}

.dl_pdf .btn {
  width: 100%;
  max-width: 400px;
  border: 2px solid;
  background: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  color: #c36380;
  text-align: center;
  font-size: 16px;
  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;}

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



#breadcrumbs{
  float: left;
  margin: 20px 0;
}

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

dt.accordion{
  border-color: #c36380;
  cursor: pointer;
}
dt.accordion::after{
  border-left-color: #c36380;
  border-bottom-color: #c36380;
}

.video_wrap {
  max-width: 760px;
  margin: 90px auto 0;
}
@media screen and (max-width: 599px) {
  .video_wrap {
    margin-top: 50px;
  }
}
.video {
  margin: 0 auto;
  width: 100%;
  position:relative;
  padding-top:56.25%;
}
.video iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

#modal-close{ display: none;}

#modal-overlay {
  z-index: 1 ;
  display: none ;
  position: fixed ;
  top: 0 ;
  left: 0 ;
  width: 100% ;
  height: 120% ;
  background-color: rgba( 0,0,0, 0.75 ) ;
}
#modal-overlay:before{
  content:"";
  position:absolute;
  display:inline-block;
  top:106px;
  right:15%;
  width:2px;
  height:32px;
  border:0;
  margin:0;
  padding:0;
  background-color:white;
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
#modal-overlay:after{
  content:"";
  position:absolute;
  display:inline-block;
  top:106px;
  right:15%;
  width:2px;
  height:32px;
  border:0;
  margin:0;
  padding:0;
  background-color:white;
  -moz-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

.kitei_sp{ display: none;}
.sp_br{ display:none;}


/* �u��u���̐��v�X���C�_�[ */
.comment_slick {
  background: #f3f3f2;
  padding: 50px 50px 100px;
}
.comment_slick.slick-initialized .slick-slide{ padding: 30px;}
.comment_slick .slick-dots li button:before{
  font-family: inherit;
  content: "\025cf";
  font-size: 15px;
}
.comment_slick .slick-prev {
  left: 30px;
  z-index: 10;
}
.comment_slick .slick-prev::before{
  content: "";
  color: #c36380;
  border-left: 2px solid;
  border-bottom: 2px solid;
  width: 10px;
  height: 10px;
  padding: 8px;
  transform: rotate(45deg);
  display: block;
}
.comment_slick .slick-next { right: 30px;}
.comment_slick .slick-next::before{
  content: "";
  color: #c36380;
  border-left: 2px solid;
  border-bottom: 2px solid;
  width: 10px;
  height: 10px;
  padding: 8px;
  transform: rotate(225deg);
  display: block;
}
.comment_slick .width48{
  background: #fff;
  border: 15px solid #f3f3f2;
}
.comment_slick .width48 p{ text-align: left;}
.comment_slick .width48 .img{
  position: relative;
  min-height: 100px;
}
.comment_slick .width48 .img::before{
  content: "";
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  padding-right: 100px;
  background-image: url(/school/image/icn_students.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.comment_slick .width48 .img.man01::before{ background-position: left top;}
.comment_slick .width48 .img.man02::before{ background-position: -100px top;}
.comment_slick .width48 .img.man03::before{ background-position: -200px top;}
.comment_slick .width48 .img.man04::before{ background-position: -300px top;}
.comment_slick .width48 .img.woman01::before{ background-position: left bottom;}
.comment_slick .width48 .img.woman02::before{ background-position: -100px bottom;}
.comment_slick .width48 .img.woman03::before{ background-position: -200px bottom;}
.comment_slick .width48 .img.woman04::before{ background-position: -300px bottom;}
.comment_slick .width48 .name{
  color: #c36380;
  font-weight: bold;
  margin-bottom: 10px;
}
.comment_slick .width48 .txt{ font-size: 14px;}
.comment_slick .slick-dots{ bottom: 80px;}

/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
  #head2{ height: 85px !important;}

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

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

  section .inner {
    padding: 50px 0;
  }

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

/* �X�}�z */
@media screen and (max-width: 599px) {

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

  #head2{ height: 85px !important;}

  .snsBtn { margin: 0}
  #breadcrumbs{ display: none;}

  .box_border{ padding: 1em;}

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

  section .inner{ padding: 40px 10px;}
  section h2 {
    font-size: 1.5rem;
    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}

  .heading_line{
    margin-bottom: 20px;
    font-size: 20px;
  }
  .heading_line::before,
  .heading_line::after{ width: 10%;}

  .ttl_school{ font-size: 18px;}

  .lead{
    font-size: 14px;
  }
   .btn01 a{
    font-size: 16px;
    padding: 10px 5px;
    background: #ca2828 url(/images/common/arrow02.svg) 97% center/12px no-repeat;
    letter-spacing: .1em;
    margin: 30px auto 0;
    width: 100%;
  }
  .btn02{ font-size: 13px;}
  .btn02::before{ left: 5px;}

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

  .kitei dt.accordion{ border-color: #c36380;}

  .sp_br{ display:inline-block;}

  .kitei_sp h3{ border: 1px solid #c36380!important;}

  /* ���[�_���ݒ� */
  .modal-content {
    width: 80% ;
    max-height: 80%;
    overflow: auto;
    padding: 10px 20px ;
    border: 2px solid #aaa ;
    background: #fff ;
    position: fixed ;
    display: none ;
    z-index: 2 ;
    left: 0;
    right: 0;
    top: 110px;
    margin: auto;
  }
  #modal-overlay {
    z-index: 1 ;
    display: none ;
    position: fixed ;
    top: 0 ;
    left: 0 ;
    width: 100% ;
    height: 120% ;
    background-color: rgba( 0,0,0, 0.75 ) ;
  }
  .button-link {
    color: #000 ;
    text-decoration: none;
  }
  .button-link:hover { cursor: pointer ;}
  #modal-close{
    display: block;
    position: fixed;
    top: 120px;
    background: #fff;
    padding: 0 4px;
    border: 3px solid #aaa;
    line-height: 1.3;
    right: 13%;
  }

  .comment_slick {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .comment_slick .slick-dots {
    bottom: 30px;
  }
  .comment_slick.slick-initialized .slick-slide{ padding: 0 10px;}
}
/* ==========================================================================
   mv
   ========================================================================== */
.mv {
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-height: 560px;
  overflow: hidden;
  align-content: center;
}
.mv > div{
  width: 50%;
  background: #c36380;
  color: #fff;
  padding: 0;
  text-align: left;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  position: relative;
}
.mv .detail {
  margin-right: 10px;
  width: 100%;
  max-width: 470px;
}
.mv .in {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0;
}
.mv > div:first-of-type::before {
  content: "FX Trading";
  font-family: 'Josefin Slab', serif;
  position: absolute;
  left: 54vw;
  white-space: nowrap;
  top: 30%;
  font-size: 3.5em;
  color: #c36380;
  z-index: 1;
}

.mv h1 {
  font-size: 3.3em;
  font-weight: normal;
  line-height: 1;
  margin-bottom: .8em;
  width: 100%;
  text-align: center;
}
.mv .lead{
  order: -1;
  margin-bottom: 35px;
}
.mv p,
.mv .lead{
  font-size: 22px;
  margin-bottom: 30px;
  letter-spacing: .15em;
}
.mv .lead{
  font-weight: normal;
  width: 100%;
}
ul.type {
  width: 96%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.type li{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #fff;
  color: #c36380;
  padding: 17px 5px;
  border-radius: 5px;
  position: relative;
  line-height: 1.4;
  text-align: center;
}
ul.type li:nth-child(1) {
  width: 100%;
}
ul.type li:nth-child(2),
ul.type li:nth-child(3) {
  width: 48%;
  margin-top: 40px;
}
ul.type li:nth-child(2)::before,
ul.type li:nth-child(3)::before {
  content: '+';
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
}

.mv ul.point{
  text-align: left;
  width: 92%;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.mv ul.point > li{
  width: calc(100% / 4);
  margin: 0;
  text-align: center;
}
.mv ul.point .icn{
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv ul.point .icn .fill{ fill: #fff;}
.mv ul.point p{
  font-size: 12px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: .5em;
  margin-bottom: 0;
}

.mv .photo {
  background-image: url(/school/image/fx/1905/mv03.jpg?190624);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mv .icn_notice{
  width: 230px;
  height: 230px;
  justify-content: center;
  border: 2px solid #c36380;
  background: rgba(255, 255, 255, .9);
  border-radius: 100%;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.mv .icn_notice p{
  color: #c36380;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-align: center;
}
.mv .icn_notice strong{ font-weight: normal;}
.mv .icn_notice.class p::before{
  content: "";
  display: block;
  padding: 34px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2298.836%22%20height%3D%2298.615%22%20viewBox%3D%220%200%2098.836%2098.615%22%3E%3Cpath%20d%3D%22M49.642%2C23.6l2.776-2.776h5.771a1.708%2C1.708%2C0%2C0%2C1%2C1.666%2C1.666v4.887a1.708%2C1.708%2C0%2C0%2C1-1.666%2C1.666H29.872A1.687%2C1.687%2C0%2C0%2C0%2C28.207%2C30.6L26.318%2C82.35l3.222.11%2C1.776-50.2H58.074a4.929%2C4.929%2C0%2C0%2C0%2C4.887-4.89V22.487A4.929%2C4.929%2C0%2C0%2C0%2C58.081%2C17.6h-6.44a1.7%2C1.7%2C0%2C0%2C0-1.11.443l-2.786%2C2.778h-20.2a7.416%2C7.416%2C0%2C0%2C0%2C1.443-4.554v-7A7.8%2C7.8%2C0%2C0%2C0%2C21.21%2C1.5H17.435A7.8%2C7.8%2C0%2C0%2C0%2C9.662%2C9.273v7A8.2%2C8.2%2C0%2C0%2C0%2C11.1%2C20.824h-3A8.153%2C8.153%2C0%2C0%2C0%2C0%2C28.93V56.36a4.929%2C4.929%2C0%2C0%2C0%2C4.887%2C4.887H8.439l1.333%2C37.2%2C3.222-.11L11.543%2C60.914a4.963%2C4.963%2C0%2C0%2C0%2C3-4.441V53.141a1.7%2C1.7%2C0%2C0%2C0-.443-1.11l-2.77-2.786V33.817H8.106V50.032a1.7%2C1.7%2C0%2C0%2C0%2C.443%2C1.11l2.776%2C2.776v2.555a1.708%2C1.708%2C0%2C0%2C1-1.666%2C1.666H4.887a1.708%2C1.708%2C0%2C0%2C1-1.666-1.666V28.927a4.929%2C4.929%2C0%2C0%2C1%2C4.885-4.885H48.532A1.59%2C1.59%2C0%2C0%2C0%2C49.642%2C23.6ZM17.548%2C20.824a4.573%2C4.573%2C0%2C0%2C1-4.554-4.554v-7a4.5%2C4.5%2C0%2C0%2C1%2C4.554-4.552h3.775a4.573%2C4.573%2C0%2C0%2C1%2C4.552%2C4.552v7a4.5%2C4.5%2C0%2C0%2C1-4.552%2C4.554Z%22%20transform%3D%22translate(0%200.166)%22%20fill%3D%22%23c36380%22%2F%3E%3Crect%20width%3D%221.776%22%20height%3D%2238.202%22%20transform%3D%22translate(18.768%2058.968)%22%20fill%3D%22%23c36380%22%2F%3E%3Cpath%20d%3D%22M52.562%2C77.624H49.453A7.416%2C7.416%2C0%2C0%2C0%2C50.9%2C73.07v-7A7.8%2C7.8%2C0%2C0%2C0%2C43.123%2C58.3H39.348a7.8%2C7.8%2C0%2C0%2C0-7.773%2C7.773v7a8.2%2C8.2%2C0%2C0%2C0%2C1.443%2C4.554H29.906A8.153%2C8.153%2C0%2C0%2C0%2C21.8%2C85.73v6.44h3.222V85.73a4.929%2C4.929%2C0%2C0%2C1%2C4.887-4.887H52.564a4.929%2C4.929%2C0%2C0%2C1%2C4.887%2C4.887v6.44h3.222V85.73A8.151%2C8.151%2C0%2C0%2C0%2C52.562%2C77.624Zm-13.217%2C0a4.573%2C4.573%2C0%2C0%2C1-4.554-4.554v-7a4.5%2C4.5%2C0%2C0%2C1%2C4.554-4.554H43.12a4.573%2C4.573%2C0%2C0%2C1%2C4.554%2C4.554v7a4.5%2C4.5%2C0%2C0%2C1-4.554%2C4.554Z%22%20transform%3D%22translate(2.408%206.445)%22%20fill%3D%22%23c36380%22%2F%3E%3Cpath%20d%3D%22M80.855%2C77.624H77.744a7.416%2C7.416%2C0%2C0%2C0%2C1.443-4.554v-7a7.8%2C7.8%2C0%2C0%2C0-7.77-7.773H67.644a7.8%2C7.8%2C0%2C0%2C0-7.773%2C7.773v7a8.2%2C8.2%2C0%2C0%2C0%2C1.443%2C4.554H58.2v3.222H80.855a4.929%2C4.929%2C0%2C0%2C1%2C4.89%2C4.885v6.44h3.221V85.73a8.151%2C8.151%2C0%2C0%2C0-8.111-8.106Zm-13.217%2C0a4.573%2C4.573%2C0%2C0%2C1-4.554-4.554v-7a4.5%2C4.5%2C0%2C0%2C1%2C4.559-4.552h3.775a4.573%2C4.573%2C0%2C0%2C1%2C4.554%2C4.554V73.07a4.5%2C4.5%2C0%2C0%2C1-4.554%2C4.554Z%22%20transform%3D%22translate(6.432%206.445)%22%20fill%3D%22%23c36380%22%2F%3E%3Cpath%20d%3D%22M93.579%2C0H32.166A1.708%2C1.708%2C0%2C0%2C0%2C30.5%2C1.666h0v6.44a1.708%2C1.708%2C0%2C0%2C0%2C1.666%2C1.666h1.666v8h3.227V9.662H88.8V53.307H37.058V35.536H33.832V54.97A1.708%2C1.708%2C0%2C0%2C0%2C35.5%2C56.636h54.97a1.708%2C1.708%2C0%2C0%2C0%2C1.666-1.666h0V9.662H93.8A1.708%2C1.708%2C0%2C0%2C0%2C95.465%2C8h0V1.666A2.114%2C2.114%2C0%2C0%2C0%2C93.579%2C0ZM92.023%2C6.44H33.832V3.222H92.023Z%22%20transform%3D%22translate(3.37)%22%20fill%3D%22%23c36380%22%2F%3E%3Cpath%20d%3D%22M82.266%2C22.928A11.375%2C11.375%2C0%2C0%2C0%2C70.938%2C11.6a1.708%2C1.708%2C0%2C0%2C0-1.666%2C1.666v8.106H61.166A1.708%2C1.708%2C0%2C0%2C0%2C59.5%2C23.038%2C11.375%2C11.375%2C0%2C0%2C0%2C70.828%2C34.366%2C11.493%2C11.493%2C0%2C0%2C0%2C82.266%2C22.928ZM63.055%2C24.594h7.883A1.708%2C1.708%2C0%2C0%2C0%2C72.6%2C22.928V15.042a8.1%2C8.1%2C0%2C0%2C1-3.221%2C15.882%2C8.222%2C8.222%2C0%2C0%2C1-6.33-6.33Z%22%20transform%3D%22translate(6.578%201.283)%22%20fill%3D%22%23c36380%22%2F%3E%3Crect%20width%3D%223.442%22%20height%3D%225.221%22%20transform%3D%22translate(48.197%2038.202)%22%20fill%3D%22%23c36380%22%2F%3E%3Crect%20width%3D%2232.984%22%20height%3D%225.221%22%20transform%3D%22translate(53.417%2038.202)%22%20fill%3D%22%23c36380%22%2F%3E%3Crect%20width%3D%2236.426%22%20height%3D%221.776%22%20transform%3D%22translate(44.755%2046.864)%22%20fill%3D%22%23c36380%22%2F%3E%3C%2Fsvg%3E');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
@media screen and (min-width: 1921px) {
  .mv > div:first-of-type::before{ font-size: 5em;}
}
/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
  .mv{ letter-spacing: 0;}
  .mv > div {
    padding: 20px 0;
    justify-content: center;
  }
  .mv > div:first-of-type::before{ font-size: 1.8em;}
  .mv p,
  .mv .lead{ font-size: 16px;}
  .mv .title h1{ top: 20%;}
  .mv ul.type li{
    font-size: 16px;
  }
  .mv .detail {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .mv h1 {
    font-size: 2em;
  }
}
/* �X�}�z */
@media screen and (max-width: 599px) {
  .mv > div {
    width: 100%;
  }
  .mv > div:first-of-type::before{
    top: auto;
    right: auto;
    left: 1em;
    bottom: -105px;
    width: 100%;
    text-align: left;
  }
  .mv .in {
    padding: 0;
  }
  ul.type {
    width: 80%;
  }
  ul.type li {
    padding: 10px;
    border-radius: 5px;
  }
  ul.type li:nth-child(2),
  ul.type li:nth-child(3) {
    margin-top: 30px;
  }
  ul.type li:nth-child(2)::before,
  ul.type li:nth-child(3)::before {
    font-size: 20px;
    top: -28px;
  }

  .mv ul.point{ margin: 10px 0 0;}
  .mv ul.point > li{
    width: auto;
    margin: 0 3px;
    flex: 1 1 auto;
  }
  .mv ul.point .icn{ height: 30px;}
  .mv ul.point .icn svg{ max-height: 100%;}
  .mv ul.point .online .icn svg{ width: 26px;}
  .mv ul.point p{ font-size: 10px;}

  .mv p{
    font-size: 3.5vw;
    margin-bottom: 0;
    text-align: left;
    letter-spacing: 0;
  }
  .mv h1{
    margin-bottom: 12px;
  }
  .mv .lead{
    color: inherit;
    padding: 0 0 1em;
    font-size: 12px;
    margin-bottom: 0;
    order: 0;
    text-align: center;
  }
  .mv .photo {
    height: 160px;
    background-position: 0 100%;
  }
  .mv .icn_notice {
    width: 150px;
    height: 150px;
    bottom: 5px;
  }
  .mv .icn_notice p{ font-size: 14px;}
  .mv .icn_notice.class p::before{ padding: 20px;}
}
/* ==========================================================================
   catch
   ========================================================================== */
.catch .heading{
  background-color: rgba(195,99,128,.15);
}
.catch .heading .inner > p {
  text-align: center;
}
.catch p {
  font-size: 18px;
  margin-bottom: 30px;
}
.catch p:last-of-type {
  margin-bottom: 0;
}
.catch .ttl {
  font-size: 24px;
  color: #c36380;
  text-align: left;
  margin-bottom: 20px;
}
/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
  .catch p {
    font-size: 16px;
    text-align: justify;
  }
}
/* �X�}�z */
@media screen and (max-width: 599px) {
  .catch .ttl {
    font-size: 16px;
  }
  .catch p {
    font-size: 14px;
  }
}
/* ==========================================================================
   osusume
   ========================================================================== */
.osusume {
  background-color: rgba(195,99,128,.15);
}
.osusume .checks {
  display: flex;
  justify-content: space-between;
}
.osusume li{
  text-align: left;
  padding-top: 3px;
  padding-left: 28px;
  font-size: 18px;
  background: url(/school/image/fx/icn_check.svg) left top 4px/21px no-repeat;
  margin-bottom: 15px;
  line-height: 1.6;
}

/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
  .osusume .checks {
    justify-content: space-around;
  }
  .osusume ul:first-child {
    margin-right: 1%;
  }
  .osusume li {
    font-size: 16px;
  }
}
/* �X�}�z */
@media screen and (max-width: 599px) {
  .osusume .checks {
    flex-direction: column;
  }
  .osusume ul {
    width: 100%;
  }
  .osusume ul:first-child {
    margin-right: 0;
  }
}
/* ==========================================================================
   students
   ========================================================================== */
.students {
   /* background-color: #F5E7EB;*/
}
.students .block {
  background-color: #efefef;
  border: 1px solid #c36380;
}
.students .block:not(:first-child) {
  margin-top: 60px;
}
.students .block .ttl {
  color: #c36380;
  font-size: 30px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 10px;
  line-height: 1.2;
  padding: 10px 0;
}
.students .block .ttl:before,
.students .block .ttl:after {
  content: '';
  border-top: 1px solid #c36380;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}
.students .block .ttl:after {
  margin: 0 0 0 20px;
}
.students .block-inner {
  padding: 0 25px 25px;
}
.students .block .colmun {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.students .block .colmun .prof {
  display: flex;
  align-items: center;
  font-size: 18px;
  width: 47%;
}
.students .block .colmun .prof .photo-wrap {
  width: 33%;
  min-width: 120px;
}
.students .block .colmun .prof .photo {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.students .block .colmun .prof .photo img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.students .block .colmun .prof .detail {
  padding-left: 15px;
}
.students .block .colmun .comment {
  width: 50%;
  font-size: 14px;
  padding-left: 45px;
  text-align: justify;
}
.students .block .colmun .comment .in,
.recommendation .message .in {
  position: relative;
}
.students .block .colmun .comment .in:before,
.students .block .colmun .comment .in:after,
.recommendation .message .in:before,
.recommendation .message .in:after{
  background: url(/school/image/fx/icn_quote.svg) 0 0 no-repeat;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
}
.students .block .colmun .comment .in:before,
.recommendation .message .in:before {
  top: 2px;
  left: -42px;
}
.students .block .colmun .comment .in:after,
.recommendation .message .in:after {
  transform: rotate(180deg);
  bottom: auto;
}
.students .block .colmun .detail .num {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  font-weight: bold;
}
.students .block .colmun .detail .num dt {
  width: 30%;
  white-space: nowrap;
}
.students .block .colmun .detail .num dd {
  width: 70%;
}
.students .block .before-after {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  color: #ffffff;
  position: relative;
}
.students .block .before,
.students .block .after {
  width: 47%;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.students .block .before {
  background-color: #9fa0a0;
}
.students .block .after {
  background-color: #c36380;
}
.students .block .after:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #c36380;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.students .block .before-after .state {
  font-family: 'Josefin Slab', serif;
  font-size: 40px;
  width: 33%;
  min-width: 120px;
  text-align: center;
  position: relative;
}
.students .block .before-after .state span {
  position: absolute;
  font-size: 14px;
  font-family: '�q���M�m�p�S�V�b�N Pro', 'Hiragino Kaku Gothic Pro','���C���I', system-ui, sans-serif;
  bottom: -8px;
  left: 0;
  width: 100%;
}
.students .block .before-after .detail {
  font-size: 16px;
  line-height: 1.6;
  border-left: 1px solid #fff;
  padding: 0 15px;
}
.students .result-list {
  margin-top: 80px;
  background: url(/school/image/fx/bg_line_dash.png) left bottom repeat-x;
  background-size: 10px 1px;
  padding-bottom: 1px;
}
.students .result-list > li {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/school/image/fx/bg_line_dash.png) left top repeat-x;
  background-size: 10px 1px;
  padding-top: 1px;
  line-height: 1.2;
  padding: 13px 0;
}
.students .result-list > li span {
  display: flex;
  align-items: center;
  width: 25%;
}
.students .result-list > li span:nth-of-type(1) {
  justify-content: flex-end;
  /* width: 22%; */
}
.students .result-list > li span:nth-of-type(2) {
  justify-content: flex-end;
}
.students .result-list > li span:nth-of-type(3) {
  justify-content: center;
  /* width: 20%; */
}
.students .result-list > li span:nth-of-type(4) {
  justify-content: flex-start;
  /* width: 24%; */
}
.students .result {
  font-size: 32px;
  color: #c36380;
  font-weight: normal;
  display: inline-block;
  padding: 0 5px;
}
/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
  .students .block:not(:first-child) {
    margin-top: 30px;
  }
  .students .block .colmun .detail {
    font-size: 16px;
  }
  .students .result-list {
    margin-top: 40px;
  }
  .students .result-list > li {
    font-size: 14px;
    white-space: nowrap;
  }
  .students .result {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  .students .block .colmun .prof {
    flex-direction: column;
  }
  .students .block .colmun .prof .detail {
    margin-left: 0;
    padding-left: 0;
  }
  .students .block .colmun .prof .photo-wrap {
    width: auto;
  }
  .students .block .colmun .comment {
    width: 85%;
  }
  .students .block .before-after {
    flex-direction: column;
  }
  .students .block .before, .students .block .after {
    width: 100%;
  }
  .students .block .after {
    margin-top: 40px;
    position: relative;
  }
  .students .block .after:before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
/* �X�}�z */
@media screen and (max-width: 599px) {
  .students .block-inner {
    padding: 0 15px 15px;
  }
  .students .block .ttl {
    font-size: 20px;
    margin-top: 0;
  }
  .students .block .colmun {
    display: block;
    margin-top: 5px;
  }
  .students .block .colmun .detail {
    font-size: 14px;
    margin-top: 0;
  }
  .students .block .colmun .prof {
    width: 100%;
    flex-direction: row;
  }
  .students .block .colmun .prof .pic {
    width: 80%;
    text-align: right;
  }
  .students .block .colmun .prof .photo-wrap {
    width: 35%;
  }
  .students .block .colmun .comment {
    font-size: 14px;
    margin-top: 15px;
    width: 100%;
    padding-left: 20px;
  }
  .students .block .before-after .state {
    font-size: 30px;
    min-width: 100px;
  }
  .students .block .before-after .state span {
    font-size: 12px;
  }
  .students .block .before-after .detail {
    font-size: 14px;
  }
  .students .block .colmun .comment .in:before,
  .students .block .colmun .comment .in:after {
    width: 20px;
    height: 20px;
  }
  .students .block .colmun .comment .in:before {
    left: -28px;
  }
  .students .result-list > li {
    white-space: normal;
    flex-wrap: wrap;
    line-height: 1.4;
    padding: 10px 0;
  }
  .students .result {
    font-size: 20px;
    padding-right: 15px;
  }
  .students .result-list > li span {
    width: auto;
  }
}
/* ==========================================================================
   questionnaire
   ========================================================================== */
.questionnaire{
}
.questionnaire .heading {
  max-height: 400px;
  min-height: 200px;
  overflow: hidden;
}
.questionnaire .heading .bg {
  width: 100%;
  height: 0;
  padding-top: 23.2781839%;/* 605/2599 */
  background: url(/school/image/kabu/bg_ttl01.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
}
.questionnaire .heading .ttl {
  position: absolute;
  width: 100%;
  top: 50%;
  line-height: 1.5;
  transform: translateY(-50%);
}
.questionnaire .heading .ttl::after {
  margin-bottom: 0;
}
.questionnaire .txt-total {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
  margin-top: -3em;
  position: relative;
  line-height: 1;
  padding-right: 10px;
  font-size: 12px;
}

/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
  .questionnaire .heading .bg {
    padding-top: 200px;
  }
  .questionnaire .txt-total {
    margin-top: -1.5em;
  }
}

/* ==========================================================================
   merit
   ========================================================================== */
.merit .inner {
  padding-top: 0;
}
.merit .heading {
  max-height: 400px;
  min-height: 200px;
  overflow: hidden;
}
.merit .heading .bg {
  width: 100%;
  height: 0;
  padding-top: 23.2602845%;/*605/2601*/
  background: url(/school/image/finance_strategy/bg_merit_head.jpg) center bottom no-repeat;
  background-size: cover;
  position: relative;
}
.merit .heading .ttl {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.2;
}
.merit .heading .ttl::after {
  margin-top: 0;
  margin-bottom: 35px;
}
.merit .heading .ttl .adjust {
  position: relative;
  top: -10px;
}
.merit .heading .ttl .num {
  font-family: 'Josefin Slab', serif;
  font-size: 80px;
  font-weight: normal;
}
.merit .heading .ttl .txt {
  font-size: 60px;
  -webkit-font-smoothing: antialiased;
}
.merit-list {
  counter-reset: merit;
  padding-top: 90px;
}
.merit-list .item {
  border-top: 1px solid #c36380;
  border-bottom: 1px solid #c36380;
  background-color: #efefef;
  position: relative;
  padding-bottom: 30px;
}
.merit-list .item:not(:first-child) {
  margin-top: 100px;
}
.merit-list .item:before {
  counter-increment: merit;
  content: 'Point 'counter(merit);
  font-family: 'Josefin Slab', serif;
  color: #c36380;
  font-size: 60px;
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 1;
  top: -50px;
  left: 0;
}
.merit-list .item:nth-child(even) .main {
  flex-direction: row-reverse;
}
.merit-list .ttl {
  font-size: 24px;
  color: #c36380;
  padding: 40px 5px 0;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.merit-list .ttl:before {
  content: '';
  display: block;
  position: absolute;
  padding: 15px;
  box-shadow: 2px -2px 0 0 #c36380 inset;
  border: solid transparent;
  border-width: 0 0 2px 2px;
  transform:rotate(-45deg);
  top: 2px;
}
.merit-list .main {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.merit-list .main .photo-wrap {
  width: 50%;
  max-width: 435px;
}
.merit-list .item:nth-child(odd) .photo-wrap {
  margin-right: 20px;
}
.merit-list .item:nth-child(even) .photo-wrap {
  margin-left: 20px;
}
.merit-list .main .photo {
  width: 100%;
  height: 0;
  padding-top: 52.8735632%;/* 230/435 */
  position: relative;
}
.merit-list .main .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.merit-list .main .txt {
  font-size: 16px;
  width: 50%;
  text-align: justify;
}
/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
  .merit .heading .bg {
    padding-top: 200px;
  }
  .merit .heading .ttl .txt {
    font-size: 40px;
  }
  .merit .heading .ttl .num {
    font-size: 60px;
  }
  .merit .heading .ttl .adjust {
    top: -2px;
  }
}
/* �X�}�z */
@media screen and (max-width: 599px) {
  .merit .heading .ttl {
    line-height: 1.4;
  }
  .merit .heading .ttl .num {
    font-size: 50px;
  }
  .merit .heading .ttl .txt {
    font-size: 32px;
  }
  .merit .heading .ttl .adjust {
    top: 0;
    left: -5px;
  }
  .merit-list .item:not(:first-child) {
    margin-top: 80px;
  }
  .merit-list .item:before {
    font-size: 50px;
    top: -42px;
  }
  .merit-list .ttl {
    line-height: 1.4;
    font-size: 22px;
    margin-bottom: 15px;
  }
  .merit-list .main {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }
  .merit-list .item:nth-child(odd) .photo-wrap {
    margin-right: 0;
  }
  .merit-list .item:nth-child(even) .photo-wrap {
    margin-left: 0;
  }
  .merit-list .main .photo-wrap {
    width: 100%;
    max-width: none;
  }
  .merit-list .main .txt {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
  }
}

/* ==========================================================================
   about
   ========================================================================== */
.about .heading {
  max-height: 400px;
  min-height: 200px;
  overflow: hidden;
}
.about .heading .bg {
  width: 100%;
  height: 0;
  padding-top: 23.2307692%;/*302/1300*/
  background: url(/school/image/finance_strategy/bg_about_head.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
}
.about .heading .ttl {
  position: absolute;
  width: 100%;
  top: 50%;
  line-height: 1.5;
  transform: translateY(-50%);
}
.about .heading .ttl::after {
  margin-bottom: 0;
}
.about .lead-wrap {
  display: flex;
  justify-content: flex-end;
  background-color: #1c236d;
  max-height: 600px;
  overflow: hidden;
}
.about .lead-wrap > div {
  width: 50%;
}
.about .lead-wrap .txt {
  max-width: 500px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}
.about .lead-wrap .lead-main {
  font-size: 21px;
}
.about .lead-wrap .lead-sub {
  font-size: 18px;
  margin-top: 30px;
}

.about .photo-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.about .lead-wrap .photo {
  width: 50%;
  height: 0;
  padding-top: 35.3846154%;/* (460/650)/2 */
  position: relative;
}
.about .lead-wrap .photo img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.about .main-txt {
  text-align: justify;
  font-size: 18px;
}
.about .block {
  margin-top: 80px;
  text-align: center;
}
.about .block .ttl {
  color: #333333;
  font-size: 30px;
}
.about .block .ttl::after {
  content: "";
  display: block;
  border-bottom: 3px solid #c36380;
  width: 115px;
  margin: 20px auto 55px;
}
.about .block .ttl-sub {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}
.about .block .media {
  font-size: 20px;
}
.about .block .media:not(:first-child) {
  margin-top: 30px;
}
.about .block .lead {
  font-size: 18px;
  margin-bottom: 30px;
}
.about .block .photo {
  width: 100%;
  height: 0;
  position: relative;
}
.about .block .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.about .block .photo1 {
  padding-top: 8.5747393%;/* 74/863 */
}
.about .block .photo2 {
  padding-top: 63.4969325%;/* 621/978 */
}
.about .block .photo3 {
  padding-top: 24.625%;/* 197/800 */
}
.about .block .photo4 {
  padding-top: 50%;/* 500/1000 */
}
/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
  .about .heading .bg {
    padding-top: 200px;
  }
  .about .main-txt {
    font-size: 16px;
  }
  .reason-list {
    margin-top: 50px;
  }
  .about .lead-wrap {
    display: block;
  }
  .about .lead-wrap > div {
    width: 100%;
  }
  .about .lead-wrap .txt {
    max-width: none;
    text-align: center;
    padding: 20px 10px;
  }
  .about .lead-wrap .lead-sub {
    margin-top: 15px;
  }
  .about .photo-wrap {
    flex-wrap: nowrap;
  }
  .about .lead-wrap .photo {
    width: 25%;
    padding-top: 17.6923077%;/* (460/650)/4 */
  }
  .about .block .lead {
    font-size: 16px;
  }
}
/* �X�}�z */
@media screen and (max-width: 599px) {
  .about .lead-wrap .lead-main {
    font-size: 18px;
  }
  .about .lead-wrap .lead-sub {
    font-size: 14px;
  }
  .about .main-txt {
    font-size: 14px;
    padding: 0 10px;
  }
  .about .block {
    margin-top: 40px;
  }
  .about .block .ttl {
    font-size: 20px;
  }
  .about .block .ttl::after {
    margin-top: 10px;
    margin-bottom: 35px;
    width: 80px;
  }
  .about .block .media {
    font-size: 18px;
  }
  .about .block .lead {
    font-size: 14px;
    text-align: justify;
  }
}
/* ==========================================================================
   training
   ========================================================================== */
.training {
  background-color: rgba(195,99,128,.15);
}
.training .box {
  background-color: #eeeeef;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  margin-top: 30px;
  border-top: 1px solid #c36380;
  border-bottom: 1px solid #c36380;
}
.training .company-list {
  font-size: 16px;
  padding-right: 20px;
}
.training .box .company-list:nth-child(1) {
  width: 30%;
}
.training .box .company-list:nth-child(2) {
  width: 37%;
}
.training .box .company-list:nth-child(3) {
  width: 33%;
}
/* �X�}�z */
@media screen and (max-width: 599px) {
  .training .lead {
    text-align: justify;
  }
  .training .box {
    display: block;
  }
  .training .company-list {
    padding-right: 0;
    font-size: 14px;
  }
  .training .box .company-list:nth-child(1),
  .training .box .company-list:nth-child(2),
  .training .box .company-list:nth-child(3) {
    width: 100%;
  }
}
/* ==========================================================================
   advisory
   ========================================================================== */
.advisory-list {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
.advisory-list .item {
  max-width: 212px;
  margin: 0 15px;
}
.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;
}
.advisory-list .name {
  font-size: 20px;
  margin: 5px 0;
}
.advisory-list .post {
  font-size: 14px;
}
.advisory-list .txt {
  font-size: 13px;
  margin-top: 13px;
  text-align: justify;
}
/* �X�}�z */
@media screen and (max-width: 599px) {
  .advisory .lead {
    text-align: justify;
  }
  .advisory-list {
    display: block;
    margin-top: 30px;
    padding: 0 10px;
  }
  .advisory-list .item {
    max-width: none;
    margin: 0;
  }
  .advisory-list .item:not(:first-child) {
    margin-top: 30px;
  }
  .advisory-list .item .head {
    display: flex;
  }
  .advisory-list .item .head figure {
    width: 40%;
    margin-right: 5%;
  }
}
/* ==========================================================================
   teacher
   ========================================================================== */
.teacher{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.teacher li{
  width: 50%;
  margin-bottom: 50px;
  text-align: left;
  line-height: 1.6;
  padding: 0 3.5%;
}
.teacher li img{
  float: left;
  width: 37vw;
  max-width: 150px;
  height: 37vw;
  max-height: 150px;
  object-fit: cover;
  margin-right: 15px;
}
.teacher li img.icn{
  background: #f3f3f2;
  padding: 10%;
}
.teacher li h3{
  text-align: left;
  padding: 15px 0 25px;
  margin-left: 40%;
}
.teacher li .position{
  min-height: 83px;
  margin-left: 40%;
}
.teacher li .text{
  clear: both;
  padding-top: 20px;
}
.teacher .small{
  font-size: 0.8rem;
}
@media screen and (max-width: 599px) {
  .teacher{ display: block;}
  .teacher li{
    width: 100%;
    padding: 0;
  }
  .teacher li .text{ padding-top: 0;}
}


/* ==========================================================================
   tips
   ========================================================================== */
.tips .txt {
  font-size: 18px;
  text-align: justify;
}
/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
  .tips .txt {
    font-size: 16px;
  }
}
/* �X�}�z */
@media screen and (max-width: 599px) {
  .tips .txt {
    font-size: 14px;
  }
}

/* ==========================================================================
   curriculum
   ========================================================================== */
.curriculum .inner {
  padding-top: 0;
}
.curriculum .summary-box {
  border-top: 1px solid #c36380;
  background-color: #fff;
  font-size: 16px;
  padding: 20px;
  margin: 20px 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.curriculum .summary-box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5px 0;
}
.curriculum .summary-box dl dt,
.curriculum .summary-box dl dd {
  display: flex;
  align-items: flex-end;
}
.curriculum .summary-box dl dt {
  width: 5em;
}
.curriculum .summary-box .num {
  font-family: 'Josefin Slab', serif;
  font-size: 35px;
  color: #c36380;
  line-height: 1;
  display: inline-block;
  padding: 0 5px;
}

.curriculum-list .item{ border-bottom: 1px solid #c36380;}
.curriculum-list .item > .ttl{ color: #c36380;}
.curriculum-list .box{ border-top: 1px solid #c36380;}

.curriculum .sample-document {
  margin-top: 80px;
}
.curriculum .sample-document h4.line {
  position: relative;
  color: #c36380;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
}
.curriculum .sample-document h4.line::before,
.curriculum .sample-document h4.line::after {
  max-width: 300px;
  content: "";
  width: 30%;
  border-top: 1px solid #c36380;
  position: absolute;
  top: 50%;
}
.curriculum .sample-document h4.line::before{ left: 0;}
.curriculum .sample-document h4.line::after{ right: 0;}
.curriculum .sample-document h4.line,
.curriculum .sample-document .lead {
  margin-bottom: 30px;
}
.curriculum .sample-document .photo-wrap {
  width: 50%;
  margin: 0 auto;
}
.curriculum .sample-document .photo {
  width: 100%;
  height: 0;
  padding-top: 60.7843137%; /* 248/408*/
  position: relative;
}
.curriculum .sample-document .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.curriculum .sample-document .btns {
  margin-top: 40px;
}
.curriculum .sample-document .btns a {
  display: block;
  border-radius: 5px;
  text-align: center;
  max-width: 415px;
  width: 100%;
  background: url(/school/image/fx/icn_arrow.svg) 95% 50% no-repeat;
  background-size: 25px;
  font-size: 20px;
  color: #ffff;
  padding: 10px;
  margin: 30px auto 0;
}
.curriculum .sample-document .btns a:first-child {
  background-color: #c36380;
}
.curriculum .sample-document .btns a:last-child {
  background-color: #ce7d37;
}
.curriculum .sample-document .btns a:hover {
  text-decoration: none;
}
.sample-document .btn_schedule .dl_pdf .btn{ width: 90%;}

.list_sample{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 90%;
  margin: 50px auto 0;
}
.list_sample li{ width: 48.5%;}
.list_sample h3{
  text-align: left;
  border-bottom: 1px solid;
  color: #c36380;
}
.list_sample h3 .icn{
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.list_sample h3 .txt{
  display: inline-block;
  vertical-align: middle;
}
.list_sample .img_sample{
  max-height: 200px;
  display: block;
  margin: 25px auto;
}
.list_sample h3 .icn{ line-height: 1;}

/* �X�}�z */
@media screen and (max-width: 599px) {
  .curriculum .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .curriculum-list {
    display: block;
    margin-top: 0;
  }
  .curriculum-list .item {
    max-width: none;
    width: 100%;
    margin-top: 10px;
  }
  .curriculum .sample-document {
    margin-top: 60px;
  }
  .curriculum .sample-document h4.line, .curriculum .sample-document .lead {
    margin-bottom: 20px;
  }
  .curriculum .sample-document h4.line {
    font-size: 20px;
  }
  .curriculum .sample-document h4.line::before, .curriculum .sample-document h4.line::after {
    width: 22%;
  }
  .curriculum .sample-document .photo-wrap {
    width: 80%;
  }
  .curriculum .sample-document .btns a {
    font-size: 16px;
    max-width: none;
  }
  .list_sample li{ width: 100%;}
  .list_sample li + li{ margin-top: 30px;}
}

/* ==========================================================================
   attending-support
   ========================================================================== */
.attending-support {
  background-color: #F5E7EB;
}
.cls-1,.cls-2,.cls-3{stroke:#c36380;}
.cls-3{fill:#F5E7EB; }
.attending-support li{
  border: 1px solid #c36380;
}
.attending-support li h3{
  color: #c36380;
}
@media screen and (max-width: 599px) {
  .attending-support .kitei_sp h3 {
    border: 1px solid #c36380;
  }
}

/* ==========================================================================
   backup
   ========================================================================== */
.backup .lead {
  font-size: 16px;
  text-align: left;
}
.backup .box-main {
  border: 1px solid #c36380;
  margin-top: 50px;
  padding: 25px 25px 30px;
}
.backup .box-main > .ttl {
  color: #c36380;
  font-size: 30px;
  text-align: left;
  display: flex;
}
.backup .box-main > .ttl img {
  margin-right: 20px;
}
.backup .box-main .txt {
  font-size: 16px;
  margin-top: 15px;
}
.backup .box-main .txt-main {
  color: #c36380;
  font-size: 16px;
  border-top: 1px dotted #c36380;
  border-bottom: 1px dotted #c36380;
  padding: 15px 0;
  margin: 20px 0;
}
.backup .ttl-sub {
  font-size: 20px;
  font-weight: normal;
  color: #c36380;
}
.backup .item-list .item {
  font-size: 16px;
  margin-top: 20px;
  background-position: 5px 0;
  background-repeat: no-repeat;
  padding-left: 45px;
}
.backup .item-list .item:nth-child(1) {
  background-image: url(/school/image/fx/icn_backup1.png);
}
.backup .item-list .item:nth-child(2) {
  background-image: url(/school/image/fx/icn_backup2.png);
}
.backup .item-list .item:nth-child(3) {
  background-image: url(/school/image/fx/icn_backup2.png);
}
.backup .link-detail {
  display: block;
  border: 1px solid #c36380;
  border-radius: 2em;
  color: #c36380;
  text-align: center;
  font-size: 20px;
  max-width: 476px;
  padding: 6px;
  margin: 40px auto 0;
}
.backup .box-sub-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.backup .box-sub {
  max-width: 320px;
  width: 32%;
  border: 1px solid #c36380;
  margin-top: 25px;
  padding: 20px 15px;
}
.backup .box-sub > .ttl {
  color: #c36380;
  font-size: 20px;
  font-weight: normal;
  display: flex;
}
.backup .box-sub:nth-child(4) > .ttl,
.backup .box-sub:nth-child(5) > .ttl,
.backup .box-sub:nth-child(6) > .ttl {
  min-height: 72px;
}
.backup .box-sub > .ttl .icn {
  width: 45px;
  margin-right: 15px;
}
.backup .box-sub .txt {
  font-size: 16px;
  margin-top: 10px;
}
.backup .box-sub .txt .fee {
  display: inline-block;
}
.backup .box-sub small {
  font-size: 12px;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 599px) {
  .backup .lead {
    font-size: 14px;
  }
  .backup .box-main {
    margin-top: 25px;
    padding: 15px 15px 30px;
  }
  .backup .box-main > .ttl {
    font-size: 16px;
  }
  .backup .box-sub:nth-child(4) > .ttl,
  .backup .box-sub:nth-child(5) > .ttl,
  .backup .box-sub:nth-child(6) > .ttl {
    min-height: initial;
  }
  .backup .box-main > .ttl img {
    width: 40px;
    margin-right: 10px;
  }
  .backup .box-main .txt {
    font-size: 14px;
  }
  .backup .box-main .txt-main {
    font-size: 14px;
  }
  .backup .ttl-sub {
    font-size: 14px;
  }
  .backup .item-list .item {
    font-size: 14px;
    min-height: 30px;
  }
  .backup .link-detail {
    font-size: 14px;
    margin-top: 20px;
  }
  .backup .box-sub-wrap {
    flex-direction: column;
    margin-top: 0;
  }
  .backup .box-sub {
    max-width: none;
    width: 100%;
  }
  .backup .box-sub .txt {
    font-size: 14px;
  }
}

/* .backup .box-sub:nth-child(1) > .ttl .icn path {
  fill: aqua;
}
.backup .box-sub:nth-child(2) > .ttl .icn path {
  fill: blueviolet;
}
.backup .box-sub:nth-child(3) > .ttl .icn path {
  fill: chartreuse;
}
.backup .box-sub:nth-child(4) > .ttl .icn path {
  fill: aqua;
}
.backup .box-sub:nth-child(5) > .ttl .icn path {
  fill: blueviolet;
  stroke: blueviolet;
}
.backup .box-sub:nth-child(5) > .ttl .icn path.fill-none {
  fill: none!important;
}
.backup .box-sub:nth-child(6) > .ttl .icn path {
  fill: chartreuse;
} */
/* ==========================================================================
   leaflet
   ========================================================================== */
.leaflet .inner{
  padding-top: 0;
  padding-bottom: 0;
}
.leaflet .col-wrap {
  background-color: #f3f3f2;
}

.leaflet .col-wrap {
  display: flex;
  margin-top: 45px;
}
.leaflet .col-wrap .photo {
  max-width: 445px;
}
.leaflet .col-wrap .txt {
  font-size: 16px;
  padding-left: 25px;
}
.leaflet h3.line {
  position: relative;
  color:#c36380;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  margin-top: 50px;
}
.leaflet h3.line::before,
.leaflet h3.line::after {
  max-width: 300px;
  content: "";
  width: 30%;
  border-top: 1px solid#c36380;
  position: absolute;
  top: 50%;
}
.leaflet h3.line::before{ left: 0;}
.leaflet h3.line::after{ right: 0;}
.leaflet .btns {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.leaflet .txt-dl {
  font-size: 16px;
  text-align: center;
  margin-top: 40px;
}
.leaflet .photo{
  max-width: 670px;
  margin: auto;
  position: relative;
}
.leaflet .photo .txt{
  width: 210px;
  height: 210px;
  background-color: #fff;
  border-radius: 100%;
  color: #1c2569;
  font-size: 24px;
  font-weight: bold;
  outline: 2px dotted #33469B;
  outline-offset: -8px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 25px;
}
.leaflet .btns a {
  display: block;
  border-radius: 5px;
  text-align: center;
  max-width: 340px;
  width: 100%;
  font-size: 20px;
  color: #c36380;
  background-color: #fff;
  padding: 10px;
  border: 2px solid #c36380;
  position: relative;
}
.leaflet .btns a::before,
.leaflet .btns a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.leaflet .btns a::before {
  width: 27px;
  height: 34px;
  left: 15px;
  background-image: url(/school/image/fx/icn_pdf_fx.svg);
}
.leaflet .btns a::after {
  width: 24px;
  height: 20px;
  right: 15px;
  background-image: url(/school/image/fx/icn_dl_fx.svg);
}
@media screen and (max-width: 599px) {
  .leaflet .lead {
    text-align: left;
  }
  .leaflet .col-wrap {
    flex-direction: column;
    margin-top: 20px;
  }
  .leaflet .col-wrap .col {
    max-width: none;
  }
  .leaflet .col-wrap .txt {
    padding-left: 0;
    font-size: 14px;
    margin-top: 15px;
  }
  .leaflet h3.line {
    font-size: 20px;
    margin-top: 30px;
  }
  .leaflet h3.line::before,
  .leaflet h3.line::after {
    width: 17%;
  }
  .leaflet .txt-dl {
    margin-top: 25px;
    text-align: left;
    font-size: 14px;
  }
  .leaflet .photo{
    padding-bottom: 70px;
  }
  .leaflet .photo .txt{
    width: 136px;
    height: 136px;
    font-size: 16px;
    outline-offset: -5px;
    padding: 5px;
    bottom: 0;
  }
  .leaflet .btns {
    margin-top: 30px;
  }
  .leaflet .btns a {
    font-size: 16px;
    max-width: none;
  }
}
/* ==========================================================================
   application
   ========================================================================== */
.application {
  background-color: rgba(195,99,128,.15);
}
.application .tab-content h3 {
  padding: 0.5em;
  border-top: 1px solid #c36380;
  border-bottom: 1px solid #c36380;
  font-size: 25px;
  line-height: 1.2;
}
.application .lead {
  margin: 2em 0;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .application h3 {
    font-size: 20px;
  }
  .application .lead {
    font-size: 14px;
  }
}
.application .lead {
  font-size: 16px;
}
.application .head-wrap {
  width: 80%;
  margin: 25px auto 0;
}
.application .lead-note {
  border: 1px solid #c36380;
  color: #c36380;
  text-align: center;
  font-size: 16px;
  padding: 10px;
}
.application .explanation-wrap {
  margin-top: 35px;
}
.application .explanation-wrap .box {
  color: #c36380;
  border: 1px solid #c36380;
  border-radius: 5px;
  background-color: #ffffff;
  text-align: center;
  font-size: 16px;
  padding: 20px 5px;
}
.application .explanation-wrap .box strong {
  display: block;
  font-weight: normal;
  font-size: 20px;
}
.application .explanation-wrap .col-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.application .explanation-wrap .col-wrap .box {
  width: 48%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.application .explanation-wrap .col-wrap .box::before {
  content: '+';
  color: #c36380;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 35px;
  line-height: 1;
}
.application .txt-choice {
  text-align: center;
  font-size: 16px;
  color: #c36380;
  margin: 45px 0 35px;
}
.application .course-list {
  display: flex;
  margin-bottom: 30px;
}
.application .course-list > .item {
  width: 33%;
}
.application .course-list > .item .in {
  background-color: #F8F8F8;
}
.application .course-list > .item:not(:first-child) {
  margin-left: 0.5%;
}
.application .course-list .ttl {
  color: #ffffff;
  font-size: 20px;
  background-color: #c36380;
  padding: 23px 0;
}
.application .course-list .info-wrap {
  padding: 20px 15px;
  border: 1px solid #CCCCCC;
}
.application .course-list .info-wrap .main {
  font-size: 16px;
  font-weight: bold;
}
.application .course-list .info-wrap .txt {
  font-size: 16px;
  margin-top: 15px;
}
.application .course-list table {
  width: 100%;
}
.application .course-list table tr:nth-child(odd) th,
.application .course-list table tr:nth-child(odd) td {
  background-color: #fff;
}
.application .course-list table th,
.application .course-list table td {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}
.application .course-list table th {
  font-weight: normal;
  text-align: center;
  color: #c36380;
  padding: 20px 5px;
  width: 30%;
}
.application .course-list table td {
  border-right: 1px solid #ccc;
  padding: 20px 10px;
}
.application .course-list table .row-total th,
.application .course-list table .row-total td {
  border-left: 2px solid #c36380;
  border-bottom: 2px solid #c36380;
  border-top: 2px solid #c36380;
}
.application .course-list table .row-total td {
  border-right: 2px solid #c36380;
}
.application .course-list table .detail-list .item {
  position: relative;
  padding-left: 1em;
}
.application .course-list table .detail-list .item::before {
  content: '�E';
  position: absolute;
  top: 0;
  left: 0;
}
.application .course-list table .link-schedule {
  display: block;
  border: 1px solid #c36380;
  text-align: center;
  color: #c36380;
  border-radius: 1em;
  margin-top: 10px;
  position: relative;
}
.application .course-list table .link-schedule::after {
  content: '>';
  color: #c36380;
  position: absolute;
  top: 5px;
  right: 8px;
  line-height: 1;
  transform: scale(0.9, 1.5);
  font-size: 14px;
}
.application .course-list .link-txt {
  padding-left: 1em;
}
.application .course-list .link-txt a {
  color: #333333;
  text-decoration: underline;
}


.application h4.line {
  position: relative;
  color: #c36380;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
.application h4.line::before,
.application h4.line::after {
  max-width: 300px;
  content: "";
  width: 30%;
  border-top: 1px solid #c36380;
  position: absolute;
  top: 50%;
}
.application h4.line::before{ left: 0;}
.application h4.line::after{ right: 0;}


.application .form-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
.application .form-list dt,
.application .form-list dd {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}
.application .form-list dt {
  background-color: #F8F8F8;
  width: 155px;
  color: #c36380;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.application .form-list dd {
  background-color: #fff;
  width: calc( 100% - 155px );
  border-right: 1px solid #ccc;
  padding: 30px 50px;
}
.application .form-list dt:first-of-type,
.application .form-list dd:first-of-type {
  border-top: 1px solid #ccc;
}
.application .form-list dt .required {
  background-color: #c6272d;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  padding: 0 5px;
}
.application .form-list .check-list .item:not(:first-child) {
  margin-top: 10px;
}
.application .form-list .check-list input {
  opacity: 0;
  appearance: none;
  position: absolute;
}
.application .form-list .check-list .txt {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.application .form-list .check-list .txt::before {
  content: '';
  display: block;
  border-radius: 50%;
  border: 1px solid #707070;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px;
}
.application .form-list .check-list input:checked + .txt::after {
  content: '';
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #c36380;
  position: absolute;
  left: 3px;
  top: 6px;
}
.application .form-list .price {
  font-weight: bold;
  color: #c36380;
}
.application .form-list .price-txt {
  color: #c36380;
}
.application .form-list .payment img {
  width: 40%;
  min-width: 200px;
}
.application .btn02 {
  display: block;
  width: 100%;
  max-width: 468px;
  margin: 10px auto 0;
  color: #fff;
  padding: 18px 22px 18px 5px;
  font-size: 18px;
  background-size: 17px;
}
.is-disable {
  pointer-events: none;
  opacity: 0.4;
}
.application .btn02,
.application .note-txt {
  text-align: center;
}
.application .link-to-course {
  display: none;
}
@media screen and (max-width: 999px) {
}
@media screen and (max-width: 599px) {
  .application .lead {
    font-size: 14px;
    text-align: left;
  }
  .application .head-wrap {
    width: 100%;
  }
  .application .lead-note {
    font-size: 14px;
    text-align: left;
  }
  .application .explanation-wrap {
    font-size: 30px;
  }
  .application .explanation-wrap .box {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .application .explanation-wrap .box strong {
    font-size: 16px;
  }
  .application .explanation-wrap .col-wrap {
    margin-top: 40px;
  }
  .application .explanation-wrap .col-wrap .box::before {
    font-size: 30px;
    top: -40px;
  }
  .application .txt-choice {
    font-size: 14px;
    margin: 25px 0;
  }
  .application .link-to-course {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .application .link-to-course a {
    background-color: #c36380;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32.5%;
    padding: 17px 0;
    text-align: center;
  }
  .application .course-list {
    flex-direction: column;
  }
  .application .course-list > .item {
    width: 100%;
  }
  .application .course-list > .item:not(:first-child) {
    margin-top: 35px;
  }
  .application .course-list .photo img {
    width: 100%;
  }
  .application .course-list .info-wrap .main,
  .application .course-list .info-wrap .txt {
    font-size: 14px;
  }
  .application .course-list table th,
  .application .course-list table td {
    font-size: 14px;
  }
  .application h4.line::before,
  .application h4.line::after {
    max-width: 80px;
  }
  .application .form-list {
    flex-direction: column;
  }
  .application .form-list dt,
  .application .form-list dd {
    width: 100%;
    font-size: 14px;
    padding: 20px 15px;
  }
  .application .form-list dt {
    justify-content: flex-start;
    flex-direction: row;
    border-right: 1px solid #ccc;
  }
  .application .form-list dt .required {
    margin-left: 15px;
  }
  .application .form-list dd:first-of-type {
    border-top: none;
  }
  .application .form-list .check-list .item:not(:first-child) {
    margin-top: 15px;
  }
  .application .btn02 {
    width: 100%;
    font-size: 16px;
  }
}


/* ==========================================================================
   /school/css/advance.css
========================================================================== */
.special-tab > li{
  border-color: #c36380;
}
.special-tab > li.is-active{
  background-color: #c36380;
}
.special-tab > li.is-active::after{
  border-top-color: #c36380;
}
.tab-content{
  border-color: #c36380;
}
.table01,
.table01 th,
.table01 td{
  border-color: #c36380;
}
.table01 th{
  background-color: rgba(195,99,128,.1)
}

/* ==================
.flow
================== */
.flow-list li{
  border-color: #c36380;
}
.flow-list li::after{
  background-image: url(/school/image/fx/flow_arw01.svg);
}
.flow-list li .step {
  color: #c36380;
}
.flow-list li .step::before,
.flow-list li .step::after {
  border-top-color: #c36380;
}
.flow-list li.pay .detail > div{
  border-left-color: #c36380;
}
.flow-list li.pay .detail > div:first-child h4::after{
  background-image: url(/school/image/fx/flow_icn01.svg);
}
.flow-list li.pay .detail > div:nth-child(3) h4::after{
  background-image: url(/school/image/fx/flow_icn02.svg);
}
.flow-list li.pay .detail > div:nth-child(4) h4::after{
  background-image: url(/school/image/fx/flow_icn03.svg);
}
.flow-list li.start h3{
  border-bottom-color: #c36380;
}
.flow-list li.start h3::before{
  background-image: url(/school/image/fx/icn_flow_textbook.svg);
}
.flow-list li.start h4{
  color: #c36380;
}
@media screen and (max-width: 599px) {
  .flow-list li.pay .detail > div{
    border-bottom-color: #c36380;
  }
}

/* ==========================================================================
   faq
   ========================================================================== */
.faq {
  /*background-color: rgba(195,99,128,.15);*/
}
.faq-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -30px;
}
.faq-list .item {
  width: 49%;
  max-width: 470px;
  border-bottom: 1px solid #c36380;
  position: relative;
  background-color: #efefef;
  margin-top: 100px;
}
.faq-list .question {
  color: #c36380;
  font-size: 18px;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  line-height: 1.3;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c36380;
  padding-left: 40px;
  background: url(/school/image/fx/bg_faq.svg) 0 100% no-repeat;
  background-size: 36px 40px;
  min-height: 42px;
}
.faq-list .answer {
  font-size: 16px;
  padding: 10px;
  display: flex;
  align-items: center;
}
/* �X�}�z */
@media screen and (max-width: 599px) {
  .faq-list {
    display: block;
    margin-top: 30px;
  }
  .faq-list .item {
    width: 100%;
    max-width: none;
    background-color: transparent;
  }
  .faq-list .question {
    position: static;
    font-size: 16px;
  }
  .faq-list .answer {
    background-color: #efefef;
    font-size: 14px;
  }
  .faq-list .item {
    margin-top: 20px;
  }
}
/* ==========================================================================
   info
   ========================================================================== */
.info .school_info{
  border-top: 3px solid #c36380;
  border-bottom: 3px solid #c36380;
  background: rgba(195,99,128,.15);
  padding: 40px 50px;
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
}
.info .school_info h3{
  width: 70%;
  margin-right: auto;
  margin-bottom: 30px;
  color: #c36380;
  font-size: 28px;
  border-top: 1px dashed #c36380;
  border-bottom: 1px dashed #c36380;
  text-align: left;
  padding: 25px 0;
  letter-spacing: .1em;
}
.info .school_info h3 figure{
  position: absolute;
  top: 20px;
  right: 55px;
}
.info .school_info .school_info_question li{
  padding-left: 25px;
  padding-bottom: 25px;
  background: url(/vod/img2017/icn_q.svg) left top/24px no-repeat;
  text-align: left;
  font-size: 21px;
  line-height: 1.5;
}
.info .school_info .school_info_question{
  position: relative;
  margin-bottom: 85px;
}
.info .school_info .school_info_question:after{
  content: "";
  border: 14px solid transparent;
  border-top: 24px solid #c36380;
  position: absolute;
  left: 50%;
  bottom: -65px;
}
.info .school_info > p{
  text-align: center;
  font-size: 18px;
  line-height: 3;
}
.info .school_info + .btn_wrap{
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info .school_info + .btn_wrap li{ width: 47%;}
.info .school_info + .btn_wrap li a{
  display: block;
  color: #fff;
  font-size: 26px;
  width: 100%;
  padding: 15px 0 15px 20px;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
  text-align: left;
  border: 2px solid #c36380;
  color: #c36380;
  background: url(/school/image/fx/icn_arrow_red.svg) 95% center/35px no-repeat;
}
/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
  .info .school_info h3 figure {
    width: 25%;
  }
  .info .school_info h3 {
    font-size: 22px;
    line-height: 1.4;
  }
  .info .school_info .school_info_question li {
    font-size: 18px;
  }
}
/* �X�}�z */
@media screen and (max-width: 599px) {
  .info .inner {
    padding-top: 20vw;
    padding-bottom: 0;
  }
  .info .school_info{
    padding: 30px 15px;
    margin-top: 30px;
  }
  .info .school_info h3{
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
  }
  .info .school_info h3 figure{
    width: 28%;
    top: -20vw;
    right: 0;
    left: 0;
    margin: auto;
  }
  .info .school_info h3 figure img{ max-width: 100%;}
  .info .school_info .school_info_question{ margin-bottom: 40px;}
  .info .school_info .school_info_question li {
    padding-left: 18px;
    padding-bottom: 20px;
    background: url(/vod/img2017/icn_q.svg) left top/16px no-repeat;
    font-size: 14px;
  }
  .info .school_info .school_info_question:after{
    border: 7px solid transparent;
    border-top: 12px solid #c36380;
    left: 47%;
    bottom: -25px;
  }
  .info .school_info > p{ font-size: 11px;}
  .info .school_info > p img{ width: 75%;}
  .info .school_info + .btn_wrap li{
    width: 100%;
    margin-bottom: 20px;
  }
  .info .school_info + .btn_wrap li a{
    font-size: 15px;
    padding: 12px 0 12px 20px;
    background-size: 16px;
  }
}
/* ==========================================================================
  taiken
   ========================================================================== */
.taiken .inner{ padding-bottom: 0;}
.taiken ul.course{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
.taiken ul.course li{
  width: 30%;
  border: 1px solid #c36380;
  text-align: center;
  font-size: 15px;
}
.taiken ul.course li h3{
  font-size: 20px;
  line-height: 1.5;
  color: #c36380;
  padding: 20px;
  border-bottom: 1px solid #c36380;
  margin-bottom: 20px;
  min-height: 101px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.taiken ul.course li h3 .baloon{
  position: absolute;
  right: -30px;
  width: 180px;
  top: -70px;
}
.taiken ul.course li .point{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 20px;
}
.taiken ul.course li .point > p{
  width: 113px;
  height: 113px;
  border: 1px solid #c36380;
  border-radius: 100%;
  color: #c36380;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  font-size: 28px;
  line-height: 1.2;
  margin: 20px 15px 0;
}
.taiken ul.course li .point > p span{
  display: block;
  width: 100%;
}
.taiken ul.course li .point > p .txt_s{ font-size: .8em;}
.taiken ul.course li .point > p .txt_s del{ font-size: .8em;}
.taiken ul.course li .btn02{
  margin: 0 8.5% 35px;
  width: 83%;
  padding: 0;
}
.taiken ul.course li .btn02 > a{
  color: #fff;
  padding: 15px;
  display: block;
  font-size: 14px;
}
.taiken .course li .txt{ padding: 0 1em;}
/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
  .taiken ul.course li h3 .baloon{ width: 120px;}
}
/* �X�}�z */
@media screen and (max-width: 599px) {
  .taiken .lead {
    text-align: justify;
  }
  .taiken ul.course{ margin-top: 40px;}
  .taiken ul.course li{
    width: 100%;
    margin-bottom: 25px;
  }
  .taiken ul.course li h3 {
    font-size: 16px;
    padding: 12px;
    min-height: initial;
  }
  .taiken ul.course li .point{ margin: 10px 0 20px;}
  .taiken ul.course li .point > p{
    width: 68px;
    height: 68px;
    margin: 0 5px;
    font-size: 20px;
  }
  .taiken ul.course li h3 .baloon {
    right: -5px;
    top: -28px;
  }
}
/* ==========================================================================
   finally
   ========================================================================== */
.finally .inner {
  margin-top: 90px;
}
.finally .lead {
  text-align: justify;
}
.finally .copy {
  max-width: 390px;
  width: 60%;
  margin: 60px auto 0;
}
@media screen and (max-width: 599px) {
  .finally .inner {
    margin-top: 40px;
  }
  .finally .copy {
    max-width: none;
    width: 100%;
  }
}
/* ==========================================================================
   fixed-btn
   ========================================================================== */
.fixed-btn {
  position: fixed;
  z-index: 10;
  bottom: 100px;
  right: 10px;
  display: none;
}
.fixed-btn.is-show {
  display: block;
}
.fixed-btn a {
  display: block;
  background: #c6272d;
  box-shadow: 0 1.5px 0 #782332;
  color: #ffffff;
  position: relative;
  min-width: 220px;
  padding: 8px 15px 8px 0;
  text-align: center;
  border-radius: 2.8px;
  letter-spacing: 1px;
  font-size: 16px;
  background: #c6272d url(/images/common/arrow02.svg) 94% center/12px no-repeat;
}
.fixed-btn a:hover {
  text-decoration: none;
}
.fixed-btn .baloon {
  display: block;
  padding: 2px 7px;
  position: absolute;
  left: 0;
  top: -57%;
  background-color: #fff;
  color: #c6272d;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #c6272d;
  letter-spacing: normal;
}
.fixed-btn .baloon::after {
  content: "";
  border: 4px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
}
@media screen and (max-width: 599px) {
  .fixed-btn {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    background-color: rgba( 255,255,255, 0.75);
  }
  .fixed-btn .baloon {
    display: none;
  }
  .fixed-btn a {
    width: calc(100% - 80px);
    font-size: 16px;
    background-size: 16px;
  }
}

.start-online-school-box {
  border: 1px solid #c36380;
  margin-top: 40px;
  padding: 30px;
}
.start-online-school-box-ttl {
  text-align: center;
  font-size: 22px;
  color: #c36380;
}
.start-online-school-box-txt {
  margin: 15px 0;
}
a.start-online-school-box-btn-link {
  display: block;
  color: #c36380;
  text-align: center;
  border: 1px solid #c36380;
  font-size: 18px;
  padding: 5px 15px;
  border-radius: 1.5em;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .start-online-school-box {
    padding: 20px 15px;
    margin-top: 30px;
  }
  .start-online-school-box-ttl {
    font-size: 16px;
  }
  a.start-online-school-box-btn-link {
    font-size: 14px;
  }
}

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

/* ------------------------------
app_taiken
------------------------------ */
.app_taiken .ttl_pr {
  background: #c36380;
  color: #fff;
  font-size: 1.25rem;
  max-width: 800px;
  margin: 0 auto;
  padding: 1em 10px;
  position: relative;
  letter-spacing: normal;
}
.app_taiken .ttl_pr::after {
  content: none;
}
.app_taiken .ttl_pr .icn_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border: 1px solid;
  border-radius: 100%;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.app_taiken .box_pr {
  border: 1px solid #c36380;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 4%;
}
.app_taiken .box_pr .name_school {
  color: #c36380;
  font-size: 1.25rem;
  text-align: center;
}
.app_taiken .box_pr .lead { font-size: 1rem;}
.app_taiken .box_pr .lead .marker {
  background: linear-gradient(rgba(0,0,0,0) 30%, rgba(195, 99, 128, .15) 30%);
  padding-bottom: 3px;
}
.app_taiken .box_pr table {
  width: 100%;
  max-width: 540px;
  margin: 20px auto 40px;
  font-size: 1rem;
}
.app_taiken .box_pr table th {
  width: 7em;
  font-weight: normal;
  white-space: nowrap;
}
.app_taiken .box_pr table th,
.app_taiken .box_pr table td {
  border-bottom: 1px dashed #c36380;
  text-align: left;
  vertical-align: top;
  padding: 10px 1em 10px 0;
}
.app_taiken .thumbnail {
  display: block;
  width: 100%;
  max-width: 540px;
  margin: 35px auto 0;
}
.app_taiken .btn_school {
  display: block;
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 0.6em 40px 0.6em 1em;
  background: #c36380;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.app_taiken .btn_school::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: '';
}
.app_taiken .btn_school::after {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}
.app_taiken .btn_school:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 759px) {
  .app_taiken .ttl_pr .sp {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .app_taiken .ttl_pr {
    padding: 1em 55px 1em 10px;
    font-size: 18px;
  }
  .app_taiken .ttl_pr .icn_circle {
    font-size: 13px;
    width: 45px;
    height: 45px;
    right: 10px;
  }
  .app_taiken .box_pr {
    padding: 20px 4%;
  }
  .app_taiken .btn_school {
    font-size: 15px;
  }
}
