@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
#body .main_box {
  width: 980px;
  border-width: 1px;
  border-style: solid;
  border-color: #dedede;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
#body .inner01 {
  height: auto;
  width: 940px;
  margin-bottom: 30px;
  border: 1px solid #dedede;
  padding: 19px; }
  #body .inner01 h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #6b2559;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c5a282;
    background-image: url(../images/common/h2_icon.png);
    background-repeat: no-repeat;
    background-position: left 0px;
    background-size: 27px 30px;
    padding-left: 40px;
    padding-bottom: 12px;
    margin-bottom: 10px; }
  #body .inner01 ul.case {
    padding: 10px 0 0; }
    #body .inner01 ul.case li {
      float: left;
      list-style: none;
      width: 200px;
      margin: 0 17px; }
      #body .inner01 ul.case li:last-child {
        margin-right: 0px; }
      #body .inner01 ul.case li h3 {
        font-size: 18px;
        font-weight: bold;
        color: #6c2559;
        text-align: center;
        margin-bottom: 10px; }
      #body .inner01 ul.case li img {
	padding: 17px;
	border: 1px solid #dedede;
max-width: 164px;
}
      #body .inner01 ul.case li p {
        font-size: 13px;
        line-height: 20px; }
#body .schedule01 {
  height: 218px;
  width: 478px;
  margin-bottom: 20px;
  border: 1px solid #dedede;
  float: left; }
  #body .schedule01 h2 {
    height: 50px;
    width: 428px;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    padding-left: 50px;
    background-image: url(../images/index/schedule01.png);
    background-size: 100%; }
#body .schedule02 {
  height: 218px;
  width: 478px;
  margin-bottom: 20px;
  border: 1px solid #dedede;
  float: left;
  margin-left: 20px; }
  #body .schedule02 h2 {
    height: 50px;
    width: 428px;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    padding-left: 50px;
    background-image: url(../images/index/schedule02.png);
    background-size: 100%; }
#body .schedule03 {
  height: 168px;
  width: 478px;
  margin-bottom: 40px;
  border: 1px solid #dedede;
  float: left; }
  #body .schedule03 h2 {
    height: 50px;
    width: 428px;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    padding-left: 50px;
    background-image: url(../images/index/schedule03.png);
    background-size: 100%; }
#body .schedule04 {
  height: 168px;
  width: 478px;
  margin-bottom: 40px;
  border: 1px solid #dedede;
  float: left;
  margin-left: 20px; }
  #body .schedule04 h2 {
    height: 50px;
    width: 458px;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    padding-left: 20px;
    background-image: url(../images/index/schedule04.png);
    background-size: 100%; }
#body .interview-list,
#body .graduate-list {
  margin-bottom: 40px;
  padding-right: 20px;
  border: 1px solid #dedede;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  border-top: 2px solid #6c2659; }
  #body .interview-list h2,
  #body .graduate-list h2 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/common/interview_icon.png) 10px center no-repeat #f3eef4;
    padding: 10px 18px 10px 44px;
    flex-shrink: 0;
    white-space: nowrap; }
  #body .interview-list a.thumb-link,
  #body .graduate-list a.thumb-link {
    padding: 10px; }
    #body .interview-list a.thumb-link img,
    #body .graduate-list a.thumb-link img {
      max-width: 60px;
      max-height: 60px;
      display: block; }
  #body .interview-list .detail,
  #body .graduate-list .detail {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: stretch;
    flex: 1; }
    #body .interview-list .detail .title,
    #body .graduate-list .detail .title {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 0.4em;
      margin-bottom: 0.4em;
      border-bottom: 1px solid #6c2659; }
      #body .interview-list .detail .title span:before,
      #body .graduate-list .detail .title span:before {
        content: "　／　";
        display: inline-block; }
      #body .interview-list .detail .title h3,
      #body .graduate-list .detail .title h3 {
        font-size: 13px;
        font-weight: bold;
        line-height: 1.2; }
      #body .interview-list .detail .title p,
      #body .graduate-list .detail .title p {
        font-size: 12px;
        line-height: 1.2; }
    #body .interview-list .detail > p,
    #body .graduate-list .detail > p {
      max-width: 620px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-weight: bold; }
      #body .interview-list .detail > p br,
      #body .graduate-list .detail > p br {
        display: none; }
#body .graduate-list {
  margin: 40px auto; }
#body .schedule06 {
  height: 228px;
  width: 978px;
  margin-bottom: 40px;
  border: 1px solid #dedede; }
  #body .schedule06 h2 {
    height: 50px;
    width: 928px;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    padding-left: 50px;
    background-image: url(../images/index/schedule07.png);
    background-repeat: no-repeat;
    background-size: contain; }
#body .schedule07 {
  height: 158px;
  width: 978px;
  margin-bottom: 40px;
  border: 1px solid #dedede; }
  #body .schedule07 h2 {
    height: 50px;
    width: 928px;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    padding-left: 50px;
    background-image: url(../images/index/schedule07.png);
    background-size: 100%; }
#body .schedule08 {
  height: 168px;
  width: 478px;
  margin-bottom: 40px;
  border: 1px solid #dedede;
  margin: 0 auto; }
#body .schedulebox01 {
  height: 168px;
  width: 478px;
  overflow: auto; }
#body .schedulebox02 {
  height: 118px;
  width: 478px;
  overflow: auto; }
#body .schedulebox03 {
  height: 178px;
  width: 478px;
  overflow: auto; }
#body .schedulebox04 {
  height: 128px;
  width: 978px;
  overflow: auto; }

.data-main {
  margin: 15px; }
  .data-main dl {
    display: table;
    width: 100%;
    margin-top: 5px;
    color: #FF0000;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999; }
  .data-main dt {
    display: table-cell;
    padding: 0 5px 4px 0;
    width: 50px; }
    .data-main dt img {
      margin-bottom: -2px; }
  .data-main dd {
    display: table-cell;
    padding: 0 0 4px 0;
    font-size: 13px; }
    .data-main dd span {
      color: #666666;
      font-size: 12px; }
  .data-main .img {
    width: 114px;
    float: left;
    margin-right: 15px; }
  .data-main .detail {
    width: 304px;
    float: left;
    font-size: 13px;
    line-height: 20px; }
    .data-main .detail h3 {
      font-size: 12px;
      font-weight: bold;
      color: #333333;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #dedede;
      margin-bottom: 8px;
      padding-bottom: 8px; }
    .data-main .detail .font16b br {
      display: none; }
  .data-main dt.date {
    color: #666666;
    width: 150px; }

.if_media {
  width: 100%;
  height: 178px; }

#newyear {
  margin-top: 30px; }
  #newyear strong {
    display: block;
    background: url("../images/index/newyearholidays/ttl_bg.jpg") 32px top;
    background-size: auto 200%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    height: 32px;
    line-height: 32px;
    padding-left: 50px; }
    #newyear strong:before {
      display: block;
      position: absolute;
      left: 6px;
      top: -8px;
      content: url("../images/index/newyearholidays/calendar.svg");
      width: 35px;
      height: 35px; }
  #newyear div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    background: url("../images/index/newyearholidays/bg.jpg") left top;
    padding: 14px 30px; }
    #newyear div p:last-child {
      font-size: 14px;
      line-height: 1.5; }
    #newyear div p:first-child {
      font-size: 20px;
      font-weight: bold;
      color: #a81919; }
      #newyear div p:first-child span {
        font-size: 12px;
 }

#ClosedPeriod {
    width: 960px;
    margin: 20px 0 0;
    padding: 15px;
    background-color: #e8e4d0;
    line-height: 2em;
    text-align: center;
}
#ClosedPeriod .ttl {
font-weight: bold;
font-size: 1.25em;
color: #a81919;
}
#ClosedPeriod .txt {
}
.period {
font-weight: bold;
font-size: 1.25em;
}

#ClosedPeriod.index_info {
background-color: transparent;
border: 1px solid #6c2659;
}
#ClosedPeriod.index_info .ttl {
font-size: 1.1em;
color: #6c2659;
}

.smallsp {
  display: none; }

#course-flow {
  margin-top: 40px; }
  #course-flow * {
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
    position: relative; }
  #course-flow a.hover_img {
    transition: all 0.3s ease; }
    #course-flow a.hover_img:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)"; }
  #course-flow h2 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 4px solid #6c2659;
    padding-bottom: 6px;
    margin-bottom: 10px;
    color: #6c2659;
    font-size: 68px;
    line-height: 1.2;
    font-weight: 900;
    font-feature-settings: "palt"; }
    #course-flow h2 span {
      font-size: 24px;
      display: block; }
    #course-flow h2 a {
      float: right; }
      #course-flow h2 a img {
        width: 377px;
        height: 60px;
        vertical-align: baseline;
        display: block;
        margin-bottom: 4px; }
  #course-flow p.lead {
    font-size: 14px;
    line-height: 1.57;
    font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
    margin-top: 4px;
    width: 640px;
    float: left; }
  #course-flow ul.place {
    float: right;
    width: 340px;
    text-align: right; }
    #course-flow ul.place li {
      vertical-align: middle;
      display: inline-block;
      margin-left: 2em;
      font-size: 12px;
      font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif; }
      #course-flow ul.place li img {
        width: 36px;
        height: 36px;
        vertical-align: middle; }
  #course-flow .for-biginer {
    clear: both;
    padding-top: 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end; }
    #course-flow .for-biginer .trial {
      width: 640px; }
      #course-flow .for-biginer .trial h3 {
        font-weight: 900;
        border-bottom: 1px solid #6c2659;
        padding-left: 40px;
        margin-bottom: 12px; }
        #course-flow .for-biginer .trial h3:before {
          display: block;
          content: "";
          position: absolute;
          left: 0;
          bottom: -5px;
          width: 30px;
          height: 48px;
          background: url("../images/common/course_flow/biginer.svg") left center no-repeat;
          background-size: contain; }
        #course-flow .for-biginer .trial h3 span {
          vertical-align: middle;
          line-height: 1.2; }
          #course-flow .for-biginer .trial h3 span:first-child {
            font-size: 34.6px; }
          #course-flow .for-biginer .trial h3 span:last-child {
            font-size: 21px; }
      #course-flow .for-biginer .trial ul {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: flex-end; }
        #course-flow .for-biginer .trial ul li img {
          width: 300px;
          height: 104.5144px;
          display: block; }
    #course-flow .for-biginer > a {
      width: 310px;
      height: 178px; }
  #course-flow h3.nonbiginer {
    margin: 40px 0 16px;
    border-top: 2px solid #373737;
    text-align: center; }
    #course-flow h3.nonbiginer:before {
      display: block;
      content: "";
      width: 100%;
      height: 2px;
      background: #fff; }
    #course-flow h3.nonbiginer div {
      background: #e5e5e5;
      padding: 0 10px 3px; }
      #course-flow h3.nonbiginer div span {
        vertical-align: middle;
        line-height: 48px; }
        #course-flow h3.nonbiginer div span.st {
          font-size: 21px;
          font-weight: 700; }
        #course-flow h3.nonbiginer div span.bt {
          font-size: 35px;
          font-weight: 900; }
    #course-flow h3.nonbiginer:after {
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 13px 0 13px;
      border-color: #e5e5e5 transparent transparent transparent;
      margin: 0 auto; }
  #course-flow .course-layout::after {
    content: "";
    display: block;
    clear: both; }
  #course-flow .course-layout #c-basic {
    width: 508px;
    height: 458px;
    float: left; }
  #course-flow .course-layout #c-advance {
    width: 470px;
    height: 260px;
    float: left; }
  #course-flow .course-layout #c-trainer {
    width: 470px;
    height: 222px;
    float: left;
    margin-top: -24px; }
  #course-flow .course-layout #c-internal {
    width: 470px;
    height: 240px;
    float: left;
    margin-top: 14px; }
  #course-flow .course-layout dd {
    position: absolute;
    left: 40px;
    top: 107px;
    font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
    font-size: 12px;
    line-height: 1.58;
    font-feature-settings: "palt";
    color: #3e3a39; }
    #course-flow .course-layout dd span.pnt {
      font-weight: 700; }
  #course-flow .course-layout #c-point {
    max-width: 470px;
    float: right;
    margin-top: 18px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden; }
    #course-flow .course-layout #c-point p {
      flex: 1;
      padding-right: 15px; }
      #course-flow .course-layout #c-point p img {
        max-width: 100%; }
    #course-flow .course-layout #c-point h4 {
      font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
      font-weight: bold;
      font-size: 15px;
      vertical-align: middle;
      padding-top: 4px; }
      #course-flow .course-layout #c-point h4:before {
        display: inline-block;
        vertical-align: middle;
        content: "";
        width: 30.5px;
        height: 26px;
        margin-top: -4px;
        background: url("../images/common/course_flow/check_point.svg") left center no-repeat;
        background-size: contain; }
    #course-flow .course-layout #c-point dl {
      margin-top: 14px; }
      #course-flow .course-layout #c-point dl dt {
        font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
        font-size: 14px;
        font-weight: bold;
        padding-left: 1.5em;
        margin-top: 12px; }
        #course-flow .course-layout #c-point dl dt:before {
          display: block;
          content: "";
          width: 6px;
          height: 6px;
          background: #b2b2b2;
          position: absolute;
          left: 6px;
          top: 7px; }
      #course-flow .course-layout #c-point dl dd {
        white-space: nowrap;
        position: relative;
        left: inherit;
        top: inherit;
        padding-left: 1.5em;
        text-align: justify; }
  #course-flow .course-note {
    margin-top: 14px;
    padding: 14px 0;
    border-top: 1px solid #b2b2b2; }
    #course-flow .course-note li {
      font-size: 12px;
      line-height: 1.4;
      color: #666;
      padding-left: 1.5em; }
      #course-flow .course-note li:before {
        display: block;
        content: "・";
        position: absolute;
        left: 0;
        top: 0; }
  #course-flow .course-layout2 {
    padding-top: 30px;
    border-top: 3px double #b2b2b2;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px; }
    #course-flow .course-layout2 #c-biz {
      width: 570px;
      height: 148px;
      background: url("../images/common/course_flow/course_biz.svg") left top no-repeat;
      background-size: contain; }
      #course-flow .course-layout2 #c-biz a {
        display: block; }
      #course-flow .course-layout2 #c-biz dl {
        position: absolute;
        left: 109.5px;
        top: 47px; }
        #course-flow .course-layout2 #c-biz dl dt {
          font-size: 22px;
          font-weight: 900;
          color: #000; }
          #course-flow .course-layout2 #c-biz dl dt span {
            font-size: 12px;
            font-weight: 700; }
        #course-flow .course-layout2 #c-biz dl dd {
          font-size: 12px;
          line-height: 1.58;
          color: #3e3a39;
          margin-top: 0.5em; }
    #course-flow .course-layout2 #c-personal {
      width: 385px;
      min-height: 140px;
      background: url("../images/common/course_flow/course_personal.svg") right bottom no-repeat;
      background-size: 119.4431px 139.707px; }
      #course-flow .course-layout2 #c-personal dt {
        font-size: 20px;
        font-weight: 900;
        color: #6c2659; }
        #course-flow .course-layout2 #c-personal dt span {
          color: #000;
          font-weight: 700;
          font-size: 12px;
          display: block; }
      #course-flow .course-layout2 #c-personal dd {
        font-size: 12px;
        line-height: 1.58;
        color: #3e3a39;
        margin-top: 0.5em; }
								
/*ブラ検リンク */
.top_braken_link {
	margin-left: 35px;								
}
.top_braken_link img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.top_braken_link a {
display: block;
}
.top_braken_link a + a {
margin-top:6px;
}

/*# sourceMappingURL=index.css.map */

/*# sourceMappingURL=index.css.map */
