@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

body {
  color: #4A4A4A;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.6; }

p {
  padding: 0 0 1em; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a {
  color: #008CBF; }
  a:hover {
    color: #008CBF; }
  a img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    transition-duration: 0.5s; }

.wrapper {
  background: #F6F6F6; }

.no-padding {
  padding: 0; }

.to-page-top {
  position: fixed;
  z-index: 99999;
  right: 5px;
  bottom: 5px; }
  @media screen and (max-width: 767px) {
    .to-page-top {
      bottom: 50px; } }

.btn {
  border-radius: 0; }
  .btn.btn-simple {
    color: #FFFFFF;
    border-color: #FFFFFF;
    padding: 10px 30px; }
    .btn.btn-simple:hover {
      background-color: #008CBF;
      border-color: #008CBF;
      transition-duration: 0.5s; }

.course .title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.3; }

.section-title.gray-bg {
  font-size: 24px;
  font-weight: 800;
  padding: 30px 0;
  margin: 20px 0 50px 0;
  text-align: center;
  background: #F6F6F6; }

.section-title.horizontal-line {
  font-size: 24px;
  font-weight: 800;
  margin: 30px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  /* for no-flexbox browsers */ }
  .section-title.horizontal-line:before {
    border-top: 1px solid #CCC;
    content: "";
    display: inline;
    /* for IE */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    margin-right: 1em; }
  .section-title.horizontal-line:after {
    border-top: 1px solid #CCC;
    content: "";
    display: inline;
    /* for IE */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    margin-left: 1em; }

.section-title.top-bottom-line {
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  color: #AAA;
  font-size: 22px;
  margin: 20px 0 30px;
  padding: 15px 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .section-title.top-bottom-line {
      font-size: 16px;
      margin-top: 0; } }

.table-spacy th {
  text-align: center;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  vertical-align: middle !important; }

.table-spacy td {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.container {
  max-width: 960px; }

hr {
  margin: 15px 0; }

.badge {
  background-color: #D0021B;
  margin-top: -4px;
  margin-right: 2px; }

.btn,
.form-control,
.modal-content,
.alert {
  border-radius: 0; }

.header {
  padding: 10px 5px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .header {
      padding: 5px; } }
  .header .header-menu {
    position: absolute;
    right: 5px;
    top: 22px; }
    @media screen and (max-width: 767px) {
      .header .header-menu {
        top: 5px; } }
    .header .header-menu .phone {
      float: left;
      line-height: 1;
      margin-right: 10px;
      margin-top: -2px;
      padding: 0;
      text-align: center; }
      .header .header-menu .phone .comment {
        font-size: 10px;
        font-weight: 800; }
      .header .header-menu .phone .number {
        font-size: 26px;
        font-weight: 800; }
    .header .header-menu .btn-danger {
      font-size: 16px;
      padding: 10px 20px; }
    .header .header-menu .btn-warning {
      font-size: 16px;
      padding: 10px 20px; }

#sp-menu .modal-body {
  overflow-y: auto;
  max-height: calc(100vh - 240px); }
  #sp-menu .modal-body .menu-list li {
    font-size: 14px;
    padding: 7px 0; }
    #sp-menu .modal-body .menu-list li::before {
      font-family: 'Glyphicons Halflings';
      content: "\e080";
      margin-right: 10px;
      color: #CCC;
      font-size: 10px; }
  #sp-menu .modal-body .menu-sublist {
    padding: 5px 0 0 20px; }

#sp-menu .modal-footer .comment {
  font-size: 18px;
  font-weight: 800;
  text-align: center; }

#sp-menu .modal-footer .phone {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: center; }
  #sp-menu .modal-footer .phone span {
    font-size: 24px; }

.footer-contact {
  margin-top: 50px;
  border-top: 1px solid #CCC;
  padding: 20px 0; }
  .footer-contact .comment {
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    padding: 0 0 20px;
    line-height: 1.3; }
  .footer-contact .phone {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.0; }
    .footer-contact .phone .glyphicon {
      font-size: 30px; }
  .footer-contact .phone-comment {
    font-size: 12px; }

.footer-button {
  position: fixed;
  background: #FFF;
  padding-top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  border-top: 1px solid #F6F6F6; }
  .footer-button .btn {
    padding: 10px 0; }

.footer {
  font-size: 14px;
  background: #F6F6F6;
  padding: 20px 0 15px; }
  .footer .title {
    font-weight: 800; }
  .footer .menu {
    padding: 10px 0; }
    .footer .menu li {
      padding: 3px 0; }
      .footer .menu li::before {
        font-family: 'Glyphicons Halflings';
        content: "\e080";
        margin-right: 10px;
        color: #CCC;
        font-size: 10px; }

.index .cover {
  color: #FFF;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 500px;
  position: relative; }
  .index .cover:before {
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' '; }
  @media screen and (max-width: 767px) {
    .index .cover {
      height: 300px; } }
  .index .cover .box {
    position: absolute;
    width: 100%;
    text-align: left; }
    .index .cover .box .copy {
      line-height: 1.2;
      color: #FFF;
      padding-top: 200px; }
      @media screen and (max-width: 767px) {
        .index .cover .box .copy {
          padding-top: 70px; } }
      .index .cover .box .copy h2 {
        font-size: 44px; }
      .index .cover .box .copy p {
        padding-top: 10px; }

.index .capture {
  text-align: center;
  padding: 10px 0; }

.about {
  text-align: center; }
  .about .title {
    color: #57BD81;
    font-size: 32px;
    margin: 50px 0 40px; }
  .about.concept {
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 860px;
    display: block;
    margin-bottom: 20px;
    color: #4A4A4A;
    background-image: url("/img/page/about-bg.png");
    padding-bottom: 700px; }
    @media screen and (max-width: 767px) {
      .about.concept {
        height: 200px; } }

.tokutei table th {
  background: #F6F6F6;
  padding: 15px !important; }

.tokutei table td {
  padding: 25px !important; }
  @media screen and (max-width: 767px) {
    .tokutei table td {
      padding: 15px !important; } }

.tokutei .td-title {
  padding: 10px;
  background: #FFF8E3;
  margin-bottom: 15px;
  font-weight: 800;
  border-left: 5px solid #57BD81; }

.privacy .privacy-title {
  font-size: 24px;
  font-weight: 800;
  border-bottom: 1px solid #4A4A4A;
  padding-bottom: 6px;
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .privacy .privacy-title {
      font-size: 18px; } }

.privacy .privacy-detail {
  background: #F6F6F6;
  padding: 15px;
  margin-bottom: 25px; }

.page .cover-inside {
  color: #FFF;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 200px;
  position: relative; }
  .page .cover-inside:before {
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' '; }
  @media screen and (max-width: 767px) {
    .page .cover-inside {
      height: 200px; } }
  .page .cover-inside .title {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
    color: #FFF;
    top: 75px; }

.page .section-copy {
  color: #4A4A4A;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  margin: 40px 0;
  text-align: center;
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    .page .section-copy {
      font-size: 20px; } }

.page .navi {
  background: #9FAC37;
  padding: 18px 0; }
  .page .navi .menu {
    width: 960px; }
    .page .navi .menu li {
      border-left: 1px solid #FFF;
      border-right: 1px solid #FFF;
      float: left;
      text-align: center;
      width: 145px; }
      .page .navi .menu li.li-first {
        width: 80px; }
      .page .navi .menu li.li-second {
        width: 280px; }
      .page .navi .menu li a {
        color: #FFF; }

.apply .course {
  padding: 15px;
  border: 1px solid #57BD81;
  margin-bottom: 25px; }
  .apply .course.course-hps {
    border-color: #F0C74A; }
    .apply .course.course-hps .name {
      background: #F0C74A; }
  .apply .course .name {
    color: #FFF;
    background: #57BD81;
    margin: -15px -15px 0;
    font-weight: 800;
    font-size: 20px;
    padding: 15px 10px;
    text-align: center;
    line-height: 1.2; }
  .apply .course .price {
    text-align: center;
    padding-bottom: 0; }
    .apply .course .price .price-copy {
      color: #D0021B;
      font-weight: 800; }
    .apply .course .price .price-yen {
      font-size: 46px;
      font-weight: 800;
      color: #D0021B;
      line-height: 1; }
  .apply .course .hot {
    text-align: center;
    color: #4A4A4A;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 0;
    border-top: 1px solid #9B9B9B;
    border-bottom: 1px solid #9B9B9B; }
  .apply .course .description {
    font-size: 87.5%;
    padding: 15px;
    background: #F6F6F6; }

.hps .cover {
  color: #FFF;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 500px;
  position: relative; }
  .hps .cover:before {
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' '; }
  @media screen and (max-width: 767px) {
    .hps .cover {
      height: 300px; } }
  .hps .cover .box {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    text-align: left;
    bottom: 0;
    height: 150px; }
    @media screen and (max-width: 767px) {
      .hps .cover .box {
        height: 170px; } }
    .hps .cover .box .title {
      padding-top: 12px;
      line-height: 1.2; }
      .hps .cover .box .title h2 {
        font-size: 36px;
        margin-top: 15px;
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .hps .cover .box .title h2 {
            font-size: 22px; } }
      @media screen and (max-width: 767px) {
        .hps .cover .box .title p {
          font-size: 14px; } }

.hps .cover-inside {
  color: #FFF;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 110px;
  position: relative; }
  .hps .cover-inside:before {
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' '; }
  @media screen and (max-width: 767px) {
    .hps .cover-inside {
      height: 85px; } }
  .hps .cover-inside .title {
    position: absolute;
    width: 100%;
    text-align: center; }
    .hps .cover-inside .title h2 {
      font-size: 32px;
      margin-top: 30px; }
      @media screen and (max-width: 767px) {
        .hps .cover-inside .title h2 {
          font-size: 16px; } }

.hps .navi {
  border-top: 10px solid #F0C74A;
  border-bottom: 1px solid #CCC;
  padding: 0;
  margin-bottom: 20px; }
  .hps .navi .menu {
    width: 960px; }
    .hps .navi .menu li {
      display: inline-block; }
      .hps .navi .menu li a {
        color: #4A4A4A;
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 12px 0 8px;
        width: 128px;
        border-bottom: 3px solid #FFF; }
        .hps .navi .menu li a.active {
          border-color: #F0C74A;
          font-weight: 800; }
        .hps .navi .menu li a:hover {
          border-color: #F0C74A; }

.hps .top .merit {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px; }

.hps .copy {
  color: #4A4A4A;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  margin: 40px 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .hps .copy {
      font-size: 20px; } }

.hps .section-title {
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  color: #AAA;
  font-size: 22px;
  margin: 20px 0 30px;
  padding: 15px 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .hps .section-title {
      font-size: 16px;
      margin-top: 0; } }

.hps .point-title {
  color: #57BD81;
  counter-increment: point;
  font-size: 26px;
  font-weight: 800;
  margin: 40px 0 20px; }
  @media screen and (max-width: 767px) {
    .hps .point-title {
      font-size: 18px; } }
  .hps .point-title::before {
    background: #57BD81;
    content: counter(point);
    color: #FFF;
    font-size: 30px;
    font-weight: 400;
    margin-right: 20px;
    padding: 18px 24px; }
    @media screen and (max-width: 767px) {
      .hps .point-title::before {
        font-size: 18px;
        padding: 5px 10px;
        margin-right: 8px; } }

.hps .point-description {
  padding: 15px 15px 0;
  background: #FFF8E3;
  border-left: 7px solid #57BD81;
  margin-bottom: 30px; }

.hps .course {
  padding: 15px;
  border: 1px solid #F0C74A;
  margin-bottom: 25px; }
  .hps .course .for {
    color: #FFF;
    background: #F0C74A;
    margin: -15px -15px 0;
    font-weight: 800;
    padding: 10px;
    text-align: center; }
  .hps .course.course-set {
    border: 3px solid #57BD81; }
    .hps .course.course-set .for {
      background: #57BD81; }
    .hps .course.course-set .name {
      font-size: 20px;
      line-height: 1.2;
      margin-top: 30px; }
  .hps .course .name {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    margin: 25px 0 15px; }
    .hps .course .name .name-comment {
      font-size: 12px; }
  .hps .course .price {
    text-align: center; }
    .hps .course .price .price-copy {
      color: #D0021B;
      font-weight: 800; }
    .hps .course .price .price-yen {
      font-size: 46px;
      font-weight: 800;
      color: #D0021B;
      line-height: 1; }
  .hps .course .hot {
    text-align: center;
    color: #57BD81;
    font-weight: 800;
    margin-top: -15px;
    padding: 5px 0;
    border-top: 3px solid #57BD81;
    border-bottom: 3px solid #57BD81; }
  .hps .course .description {
    padding: 15px;
    background: #F6F6F6; }

.hps .flow-before {
  margin-bottom: 20px; }
  .hps .flow-before .number {
    background: #57BD81;
    color: #FFF;
    font-size: 26px;
    text-align: center;
    margin-bottom: 10px;
    padding: 15px; }
  .hps .flow-before .title {
    font-size: 26px;
    color: #57BD81; }
  .hps .flow-before .description {
    font-size: 18px;
    color: #AAA; }

.hps .flow-study {
  margin-bottom: 50px; }
  .hps .flow-study .inner {
    border-left: 20px solid #57BD81;
    padding-left: 30px; }
  .hps .flow-study .comment {
    background: #57BD81;
    color: #FFF;
    padding: 10px; }
  .hps .flow-study .title {
    font-size: 22px;
    color: #57BD81;
    padding: 15px 0 10px;
    line-height: 1.2; }
  .hps .flow-study .arrow {
    width: 0;
    height: 0;
    margin-top: -15px;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #57BD81 transparent transparent transparent; }
  .hps .flow-study .box {
    background: #FFF8E3;
    padding: 20px 15px 0px;
    border: 1px solid #CCC; }

.hps .flow-after .inner {
  padding-left: 80px;
  position: relative;
  overflow: hidden; }

.hps .flow-after .direct-arrow {
  position: absolute;
  bottom: 15px;
  left: 15px; }
  .hps .flow-after .direct-arrow .bar {
    margin-left: 15px;
    width: 10px;
    height: 500px;
    background: #EEE; }
  .hps .flow-after .direct-arrow .head {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #EEE transparent transparent transparent; }

.hps .flow-after .arrow {
  margin: 15px auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #EEE transparent transparent transparent; }

.hps .flow-after .box {
  text-align: center;
  padding: 15px 15px 20px;
  border: 1px solid #CCC; }

.hps .flow-after .title {
  font-size: 22px;
  color: #57BD81;
  padding: 15px 0 10px;
  line-height: 1.2; }

.hps .voice .profile {
  padding-top: 20px;
  margin-bottom: 10px; }
  .hps .voice .profile span {
    background: #57BD81;
    color: #FFF;
    padding: 10px; }

.hps .faq .title {
  font-weight: 800;
  padding: 20px 0 10px; }

.hps .faq .list {
  margin-bottom: 20px; }
  .hps .faq .list li::before {
    content: "・"; }

.hps .faq .question {
  color: #57BD81;
  counter-increment: point;
  font-size: 26px;
  font-weight: 800;
  margin: 40px 0 20px;
  line-height: 2em; }
  @media screen and (max-width: 767px) {
    .hps .faq .question {
      font-size: 18px; } }
  .hps .faq .question::before {
    background: #57BD81;
    content: counter(point);
    color: #FFF;
    font-size: 30px;
    font-weight: 400;
    margin-right: 20px;
    padding: 18px 24px; }
    @media screen and (max-width: 767px) {
      .hps .faq .question::before {
        font-size: 18px;
        padding: 5px 10px;
        margin-right: 8px; } }
  .hps .faq .question::before {
    padding: 8px 10px;
    content: "Q"; }

.hps .faq .faq-large {
  font-size: 20px;
  padding-bottom: 5px; }

.hps .faq .faq-bg {
  background: #F6F6F6;
  padding: 15px; }

.hps .curricurum .title {
  font-size: 22px;
  color: #57BD81;
  border-bottom: 1px solid #57BD81;
  padding: 15px 0 10px;
  line-height: 1.2; }

.hps .curricurum .point {
  padding: 0;
  margin: 10px 0 0; }

.hps .curricurum .point-label {
  padding: 7px 10px;
  background: #57BD81;
  color: #FFF;
  font-size: 14px; }

.hps .curricurum .description {
  background: #FFF8E3;
  padding: 15px; }

.hps .curricurum .chapter-list {
  margin-top: 15px;
  margin-left: 5px;
  padding-left: 15px;
  border-left: 10px solid #EEE; }
  .hps .curricurum .chapter-list li {
    counter-increment: chapter; }
    .hps .curricurum .chapter-list li::before {
      content: counter(chapter) ".";
      margin-right: 10px; }

.hps .curricurum hr {
  margin-top: 30px; }

.hps .curricurum .writer-name {
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 15px; }

.hps .curricurum .writer-profile {
  padding: 15px;
  background: #F6F6F6; }

.hps .price .red {
  color: #D0021B;
  font-weight: 400; }

.hps .price .group-title {
  padding: 10px;
  background: #FFF8E3;
  margin-bottom: 15px;
  font-weight: 800;
  border-left: 5px solid #57BD81; }

.hps .price .table-title {
  font-weight: 800;
  padding-bottom: 10px; }

.hps .price table thead th {
  background: #57BD81;
  color: #FFF; }

.hps .price table tbody th {
  width: 18%;
  background: #F6F6F6; }

.hps .price table tbody td table th {
  background: #F6F6F6; }




.border01 {
	display: block;
	color: #15994C;
	padding: 6px 0;
	background-color: #FFEFC1;
}
.border02 {
	display: block;
	color: #D2403F;
	padding: 6px 0;
	background-color: #FFEFC1;
}

.apply-img {
	display: block;
	width:70%;
	margin:0 auto 2em;
}


.index .cover .box .cpbnr .copy {
	padding-top: 180px;
}
.cpbnr .cpbnr01 {
	width:720px;
	display:block;
	margin:40px auto 0;
	background-color: #fff;
}
.cpbnr .cpbnr01 a,
.cpbnr .cpbnr01 img {
	width:100%;
	display:block;
}

@media screen and (max-width: 767px) {
	.index .cover .box .cpbnr .copy {
		padding-top: 20px;
	}
	.cpbnr .cpbnr01 {
		width:100%;
		max-width:480px;
		display:block;
		margin:0 auto;
		background-color: #fff;
	}
}

.cpbnr02 {
	width:690px;
	display:block;
	margin:20px 0 0 240px;
	background-color: #fff;
}
.cpbnr02 a,
.cpbnr02 img {
	width:100%;
	display:block;
}

.sp {
	display:none !important;
}

@media screen and (max-width: 960px) {
	.cpbnr02 {
		width:100%;
		margin:20px auto 0!important;
	}
	.pc {
		display:none !important;
	}
	.sp {
		display:block !important;
	}
}
