@charset "UTF-8";
/*-------------------------------------------------------------------------------

  HTML5 :: modify.css
  2016.01 Accelight Inc.

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- breakpointの定義 -----*/
/*-------------------------------------------------------------------------------
　@mixin
-------------------------------------------------------------------------------*/
/* text-indent:-9999pxの代わり */
/* before,after要素 */
/* before,after要素 インライン */
/* 三角右向きアイコン */
/* media query */
/*-------------------------------------------------------------------------------
web font　定義
-------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?kxzv91");
  src: url("../fonts/icomoon.eot?kxzv91#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kxzv91") format("truetype"), url("../fonts/icomoon.woff?kxzv91") format("woff"), url("../fonts/icomoon.svg?kxzv91#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ホームアイコン */
.icon-house:before {
  content: "\e901"; }

/* 別タブで開くアイコン */
.icon-window:after {
  content: "\e903";
  margin: 0 0 0 6px; }

/*-------------------------------------------------------------------------------



ホーム


-------------------------------------------------------------------------------*/
.home {
  /*--------------------------------------------------
  メインビジュアル
  --------------------------------------------------*/
  /* end .main-v */
  /*--------------------------------------------------
  メインコンテンツ
  --------------------------------------------------*/
  /* end .contents-wrap */
  /* ニュース */
  /* end .news */ }
  .home .main-v {
    width: 100%;
    margin: 55px 0 15px 0;
    /* コントローラー */
    /* ページャー */ }
    @media (max-width: 768px) {
      .home .main-v {
        margin: 60px 0 0 0; } }
    @media screen and (min-width: 768px) {
      .home .main-v {
        margin: 0 0 0 0; } }
    .home .main-v .main-v-inner img {
      display: block; }
      @media screen and (min-width: 768px) {
        .home .main-v .main-v-inner img {
          margin: 0 auto;
          max-height: 480px; } }
    @media (max-width: 768px) {
      .home .main-v .main-v-inner {
        display: none; } }
    @media (min-width: 769px) {
      .home .main-v .main-v-inner-sp {
        display: none; } }
    .home .main-v .main-v-inner-sp img {
      max-height: 400px; }
    .home .main-v .bx-controls {
      position: absolute;
      bottom: -40px;
      z-index: 500; }
    .home .main-v .bx-pager-item {
      display: inline-block; }
    .home .main-v .bx-pager-item a {
      text-indent: -9999px;
      display: block;
      background: #808080; }
    .home .main-v .bx-pager-item .active {
      background: #a90000; }
    .home .main-v .bx-controls-direction {
      display: none; }
  .home .message {
    background: url(../img/message-bg.png) center center/cover; }
    @media (max-width: 768px) {
      .home .message {
        background: url(../img/message-bg-sp.png) center center/cover; } }
    .home .message .message_inner {
      max-width: 1000px;
      margin: 0 auto;
      padding: 50px 0; }
      @media (max-width: 768px) {
        .home .message .message_inner {
          padding: 30px 40px; } }
      .home .message .message_inner p {
        text-align: center;
        line-height: 2em;
        font-weight: 500; }
        .home .message .message_inner p span {
          color: #5cb1bb;
          font-weight: bold;
          font-size: 120%; }
  .home .menu {
    background: url(../img/menu-bg.png) center 20px/cover no-repeat;
    padding: 0 0 20px 0; }
    @media (max-width: 768px) {
      .home .menu {
        background: url(../img/menu-bg.png) center center/cover no-repeat;
        padding: 0; } }
    .home .menu .menu_inner {
      max-width: 1000px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      margin-top: -10px; }
      .home .menu .menu_inner .btn {
        max-width: 200px; }
        @media (max-width: 768px) {
          .home .menu .menu_inner .btn {
            margin: 1em auto; } }
        .home .menu .menu_inner .btn a {
          text-align: center;
          font-weight: bold;
          color: #fff;
          background-image: linear-gradient(45deg, #1e76b8 0%, #144e94 100%);
          display: block;
          border-radius: 25px;
          padding: 8px 30px 8px 20px;
          position: relative;
          margin: 0; }
          .home .menu .menu_inner .btn a:before {
            content: "";
            display: block;
            position: absolute;
            width: 6px;
            height: 6px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            top: 50%;
            right: 10px;
            margin: -3px 0 0 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
          .home .menu .menu_inner .btn a:hover {
            background-image: linear-gradient(45deg, #1e76b8 0%, #0B315E 100%);
            color: #fff; }
            .home .menu .menu_inner .btn a:hover:before {
              border-top: 2px solid #fff;
              border-right: 2px solid #fff; }
      .home .menu .menu_inner .menu_box {
        max-width: 90%; }
        .home .menu .menu_inner .menu_box h2 {
          border-bottom: 0px;
          margin: 0;
          padding-left: 0;
          font-weight: bold;
          line-height: 1.3em;
          height: auto; }
          .home .menu .menu_inner .menu_box h2:before {
            display: none; }
        .home .menu .menu_inner .menu_box p {
          margin-top: 0; }
      .home .menu .menu_inner .menu_insei {
        background: url("../img/menu-insei.jpg") center center/cover no-repeat;
        width: 49%;
        margin-right: 1%;
        padding: 1em 0 1em 2em;
        box-sizing: border-box; }
        @media (max-width: 768px) {
          .home .menu .menu_inner .menu_insei {
            width: 100%;
            margin: 20px 10px 5px;
            padding: 0 1em; } }
      .home .menu .menu_inner .menu_syakai {
        background: url("../img/menu-syakai.jpg") center center/cover no-repeat;
        width: 49%;
        margin-left: 1%;
        padding: 1em 0 1em 2em;
        box-sizing: border-box; }
        @media (max-width: 768px) {
          .home .menu .menu_inner .menu_syakai {
            width: 100%;
            margin: 5px 10px;
            padding: 0 1em; } }
        .home .menu .menu_inner .menu_syakai .menu_box {
          max-width: 90%; }
      .home .menu .menu_inner .menu_ryoritsu {
        margin-top: 10px;
        background: url("../img/menu-ryoritsu.jpg") center center/cover no-repeat;
        width: 100%;
        padding: 1em 0 1em 2em;
        box-sizing: border-box; }
        @media (max-width: 768px) {
          .home .menu .menu_inner .menu_ryoritsu {
            background: url(../img/menu-ryoritsu-sp.jpg) center center/cover no-repeat;
            margin: 5px 10px 20px;
            padding: 170px 1em 1em; } }
        .home .menu .menu_inner .menu_ryoritsu .menu_box {
          max-width: 45%; }
          @media (max-width: 768px) {
            .home .menu .menu_inner .menu_ryoritsu .menu_box {
              max-width: 100%; } }
  .home main {
    padding: 0;
    /*max-width: 1000px;*/
    margin: 0 auto; }
  .home .contents-wrap {
    padding: 0;
    max-width: inherit; }
  .home section {
    float: none;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto 40px;
    padding: 0 20px 0 20px; }
    @media screen and (min-width: 768px) {
      .home section .btn {
        clear: both;
        text-align: center; }
        .home section .btn a {
          padding: 12px 90px 12px 90px; } }
  .home .wrap__box {
    position: relative; }
  .home .menu__box {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    z-index: 2; }
    .home .menu__box a {
      color: #fff; }
    .home .menu__box h4 {
      font-size: 20px;
      font-weight: normal;
      padding: 30px 0 10px 15px; }
      .home .menu__box h4 img {
        margin-left: 20px;
        vertical-align: middle; }
      @media screen and (min-width: 768px) {
        .home .menu__box h4 {
          font-size: 30px; } }
    .home .menu__box p {
      font-size: 105%;
      padding: 0 0 0 15px; }
  .home .menu__box_url_1, .home .menu__box_url_3, .home .menu__box_url_5 {
    background-color: #1962a6;
    padding: 10px; }
  .home .menu__box_url_2 a, .home .menu__box_url_4 a {
    color: #1962a6; }
  .home .news {
    /* アイコン */ }
    .home .news h2 {
      margin: 20px 0;
      text-align: center;
      border-bottom: 0px;
      font-size: 200%;
      font-weight: bold;
      font-family: serif;
      color: #144e94;
      background: linear-gradient(to bottom right, #1e76b8 5%, #144e94 75%);
      -webkit-background-clip: text;
      color: transparent;
      padding-left: 0; }
      .home .news h2:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: -4px;
        width: 30px;
        height: 1px;
        background: #007ab7;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: auto; }
    .home .news ul {
      overflow: hidden;
      width: 100%;
      margin: 0 0 30px 0; }
    .home .news li {
      border-bottom: 1px solid #cccccc;
      padding: 0;
      margin: 0; }
      .home .news li:before {
        display: none; }
      .home .news li a {
        display: block;
        padding: 5px 0 5px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media screen and (min-width: 768px) {
          .home .news li a {
            padding: 15px 0 15px 0; } }
    .home .news time, .home .news span {
      display: block; }
      @media screen and (min-width: 768px) {
        .home .news time, .home .news span {
          display: inline; } }
    .home .news time {
      color: #000;
      padding: 0 20px 0 0; }
    .home .news .ico {
      display: inline-block;
      padding: 1px 8px 1px 8px;
      border-radius: 2px;
      color: #fff;
      font-size: 81%;
      font-weight: bold;
      margin: 0 10px 0 0; }
    .home .news .ico-new {
      background: #59bbc7; }
  .home .general img {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .home .general img {
        width: 30%;
        float: left;
        margin: 0 15px 15px 0; } }

/* end .home */
 /*-------------------------------------------------------------------------------

  講座概要ページ

  -------------------------------------------------------------------------------*/
.about article section .table-wrap {
  white-space: normal; }
@media (max-width: 425px) {
  .about article section table.member-table tbody {
    display: block; } }
@media (max-width: 425px) {
  .about article section table.member-table tbody tr {
    display: block; } }
.about article section table.member-table tbody tr th {
  width: 31%;
  font-weight: normal;
  background: #f5f5f5; }
  @media (max-width: 425px) {
    .about article section table.member-table tbody tr th {
      display: block;
      width: 100%; } }
@media (max-width: 425px) {
  .about article section table.member-table tbody tr td {
    display: block; } }
.about article section table.member-table tbody tr .name {
  white-space: nowrap;
  min-width: 110px; }

 /*-------------------------------------------------------------------------------

  両立支援ページ

  -------------------------------------------------------------------------------*/
.support article section .target {
  display: flex;
  justify-content: space-between;
  margin-top: 40px; }
  @media (max-width: 768px) {
    .support article section .target {
      flex-wrap: wrap; } }
  .support article section .target .target-inner {
    width: 49%;
    background: #f3f3f3; }
    @media (max-width: 768px) {
      .support article section .target .target-inner {
        width: 100%;
        margin-bottom: 10px; } }
    .support article section .target .target-inner .target-txt {
      padding: 1em 1.5em;
      margin-top: -10px; }
      .support article section .target .target-inner .target-txt h4 {
        margin: 0;
        border-bottom: 0px; }
      .support article section .target .target-inner .target-txt .btn {
        margin: 0px; }

 /*-------------------------------------------------------------------------------

  404ページ

  -------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .error-404 h1 {
    margin: 0 0 20px 0; }
  .error-404 section {
    float: none;
    width: 100%; } }
/*-------------------------------------------------------------------------------


お問い合わせ


-------------------------------------------------------------------------------*/
.inquiry section {
  width: 100%;
  float: none; }
  .inquiry section .table-wrap {
    white-space: inherit; }
  .inquiry section table th, .inquiry section table td {
    width: 100%;
    display: block;
    padding: 1%; }
    @media screen and (min-width: 768px) {
      .inquiry section table th, .inquiry section table td {
        width: inherit;
        display: table-cell; } }
  @media screen and (min-width: 768px) {
    .inquiry section table th {
      width: 30%; } }
.inquiry .side-contents {
  display: none; }

/* end .inquiry */

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