@charset "utf-8";
/* CSS Document */
@import url("layout_sp.css");
@media screen and (max-width: 1023px) {
  /* **************************************************************

 * wrapper

*************************************************************** */
  #wrapper {
    background-size: 130vw;
    background-position: center 40px;
  }
  /* **************************************************************

 * main

*************************************************************** */
  main {}
  /* **************************************************************

 * category

*************************************************************** */
  #category {}
  #category .inner {
    padding: 40px 0 60px 0;
  }
  #category .inner::after {}
  #category p {
    font-size: 3.2rem;
    margin: 10px 0;
  }
  @media screen and (max-width: 575px) {
    #category .inner {
      padding: 20px 0 30px 0;
    }
    #category p {
      font-size: 2.5rem;
    }
  }
  /* -------------------- breadcrumb*/
  #category .breadcrumb {}
  @media screen and (max-width: 575px) {
    #category .breadcrumb {
      display: none;
    }
  }
  #category .breadcrumb ol {
    margin: 10px 0;
  }
  #category .breadcrumb ol li {}
  #category .breadcrumb ol li a {}
  #category .breadcrumb ol li:after {}
  #category .breadcrumb ol li:last-child:after {}
  /* **************************************************************

 * container

*************************************************************** */
  #container {
    display: block;
    padding: 40px 0;
  }
  /* -------------------- main*/
  #main {
    width: 100%;
    min-width: 100%;
    padding: 0 0 80px 0;
  }
  #main h1:first-of-type {}
  /* -------------------- h*/
  #main h1 {
    font-size: 2.6rem;
    padding: 0 0 0 40px;
  }
  #main h1::before {
    width: 20px;
    height: 20px;
  }
  @media screen and (max-width: 575px) {
    #main h1 {
      margin: 30px 0 10px 0;
      font-size: 2.2rem;
      padding: 0 0 0 35px;
    }
    #main h1::before {
      width: 18px;
      height: 18px;
    }
  }
  #main h2 {
    margin: 30px 0 10px 0;
    padding: .7em 1em;
    font-size: 2.0rem;
  }
  #main h3 {
    margin: 30px 0 10px 0;
    padding: 10px 0 10px 24px;
    font-size: 1.8rem;
  }
  #main h3::before {
    width: 4px;
    border: 4px solid var(--bl);
  }
  #main h4 {
    margin: 20px 0 0 10px 0;
    font-size: 1.7rem;
  }
  #main h5 {
    margin: 10px 0;
    font-size: 1.6rem;
  }
  #main h6 {
    margin: 10px 0;
    font-size: 1.6rem;
  }
  /* -------------------- リスト共通*/
  #main ul, #main ol {
    margin: 5px 0 0 5px;
  }
  #main ul li, #main ol li {
    padding-left: 20px;
  }
  #main ul li::before, #main ol li::before {}
  /* -------------------- ul*/
  #main ul {}
  #main ul li {}
  #main ul li::before {
    width: 9px;
    height: 9px;
    top: 0.6em;
  }
  /* -------------------- ol*/
  #main ol {}
  #main ol li {}
  #main ol li::before {
    top: -0.05em;
  }
  #main ol li:nth-child(n+10)::before {}
  /* -------------------- box_1*/
  #main .box_1 {}
  /* -------------------- box_2*/
  #main .box_2 {}
  /* -------------------- table*/
  #main table {}
  #main table th, #main table td {
    /*padding: 10px 20px;*/
    padding: 10px;
  }
  #main table th {}
  /* -------------------- table_1*/
  #main .table_1 {}
  #main .table_1 th, #main .table_1 td {}
  #main .table_1 th {}
  #main .table_1 th {}
  #main .table_1 td {}
  /* -------------------- table_2*/
  #main .table_2 {}
  #main .table_2 th, #main .table_2 td {}
  #main .table_2 th {}
  /* -------------------- table（幅100％）*/
  #main table.w100 {
    /*width: 100% !important;*/
  }
  /* -------------------- table（セル均等）*/
  #main table.fixed {
    /*table-layout: fixed;*/
  }
  /* -------------------- table（横にスライド）*/
  #main .tablescroll {
    overflow-x: scroll;
    /*overflow: scroll;*/
    /*max-height: 800px;*/
  }
  #main .tablescroll table {
    width: 100%;
    white-space: nowrap;
  }
  @media screen and (max-width: 575px) {
    #main .tablescroll .note {
      display: block;
      font-size: 90%;
    }
  }
  /* **************************************************************

 * index_menu

*************************************************************** */
  #main .index_menu ul {
    margin: 20px 0;
  }
  @media screen and (max-width: 767px) {
    #main .index_menu ul {
      display: block;
    }
  }
  #main .index_menu ul li {}
  #main .index_menu ul li {
    margin: 0 10px 20px 10px;
    width: calc(50% - 20px);
  }
  @media screen and (max-width: 767px) {
    #main .index_menu ul li {
      width: 100%;
      margin: 0 0 20px 0;
    }
  }
  #main .index_menu ul li::before { /*打消し*/
  }
  /*矢印*/
  #main .index_menu ul li::before {
    right: 33px;
  }
  #main .index_menu ul li::after {
    right: 33px;
  }
  #main .index_menu ul li:hover::before, #main .index_menu ul li:hover::after {
    right: 13px;
  }
  #main .index_menu ul li a {
    padding: 24px 80px 24px 40px;
    font-size: 1.8rem;
  }
  @media screen and (max-width: 1260px) {
    #main .index_menu ul li a {}
  }
  #main .index_menu ul li a:hover {}
  /*丸*/
  #main .index_menu ul li a::after {
    right: 20px;
    width: 40px;
    height: 40px;
  }
  #main .index_menu ul li a:hover::after {
    right: 0px;
  }
  /* **************************************************************

 * news

*************************************************************** */
  #news .info_list {}
  #news .info_list li {}
  #news .info_list li::before {
    /*display: none;*/
  }
  #news .info_list li a {}
  /* -------------------- タグ*/
  #news .info_list .tag {
    padding: 15px 0 4px 0;
  }
  @media screen and (max-width: 575px) {
    #news .info_list .tag {
      padding: 12px 0 4px 0;
      right: 20px;
      font-size: 1.6rem;
    }
  }
  #news .info_list .tag:before {}
  #news .info_list .tag:after {}
  /*募集中*/
  #news .info_list .tag.bosyu {}
  #news .info_list .tag.bosyu:before {}
  #news .info_list .tag.bosyu:after {}
  /*募集終了*/
  #news .info_list .tag.end {}
  #news .info_list .tag.end:before {}
  #news .info_list .tag.end:after {}
  /* -------------------- 中身*/
  #news .info_list .box {}
  @media screen and (max-width: 575px) {
    #news .info_list .box {
      padding: 25px 25px;
    }
  }
  #news .info_list .box:hover {}
  /*矢印*/
  #news .info_list .box::before {}
  #news .info_list .box:hover::before {}
  /*画像*/
  #news .info_list .box .poster {}
  @media screen and (max-width: 575px) {
    #news .info_list .box .poster {
      width: 80px;
      height: 110px;
      background-size: 60px;
    }
  }
  /* -------------------- 中身*/
  #news .info_list .box dl {}
  @media screen and (max-width: 575px) {
    #news .info_list .box dl {
      width: calc(100% - 105px);
    }
  }
  #news .info_list .box dl dt {}
  @media screen and (max-width: 575px) {
    #news .info_list .box dl dt {
      display: block;
    }
  }
  /*日付*/
  #news .info_list .box dl dt .date, #news .info_list .box dl dt .date span {}
  #news .info_list .box dl dt .date {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  @media screen and (max-width: 575px) {
    #news .info_list .box dl dt .date {
      font-size: 2.0rem;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      margin: 0 0 10px 0;
    }
  }
  /*カテゴリ*/
  #news .info_list .box dl dt .cate {}
  @media screen and (max-width: 575px) {
    #news .info_list .box dl dt .cate {
      display: inline;
      margin: 0;
      padding: 6px 12px;
    }
  }
  @media screen and (max-width: 480px) {
    #news .info_list .box dl dt .cate {
      margin: 10px 0 0 0;
    }
  }
  /*色*/
  #news .info_list .box dl dt .manager {}
  #news .info_list .box dl dt .general {}
  #news .info_list .box dl dt .tokutei {}
  /* -------------------- タイトル*/
  #news .info_list .box dl dd {}
  #news .info_list .box dl dd {
    padding: .5em 0 0 0;
  }
  @media screen and (max-width: 575px) {
    #news .info_list .box dl dd {
      padding: .5em 0 0 0;
      -webkit-line-clamp: 3;
      font-size: 1.4rem;
    }
  }
  /* -------------------- pager*/
  @media screen and (max-width: 767px) {
    #news .pager {
      justify-content: start;
    }
    #news .pager a, #news .pager span {
      font-size: 1.4rem;
    }
  }
  /* -------------------- 過去の研修一覧*/
  @media screen and (max-width: 767px) {
    #news .archive_list {
      gap: 15px 10px;
    }
    #news .archive_list li {
      width: calc((100% - 30px) / 4);
    }
    #news .archive_list li a {
      padding: 0.5em;
    }
  }
  /* **************************************************************

 * news（記事）

*************************************************************** */
  /* -------------------- 日付*/
  article .date {
    /*isplay: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;*/
  }
  article .date .cate {
    /*display: inline-block;
    text-align: center;
    line-height: 1.0em;
    white-space: nowrap;
    margin: 0 20px 0 0;
    padding: .6em 1.2em;
    color: #fff;
    background-color: var(--dbl);
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.05em;*/
  }
  article .date p {
    /*font-size: 85%;
    letter-spacing: 0.05em;
    color: #777;*/
  }
  /* -------------------- 告知*/
  article .end {
    /*padding: 20px;
    text-align: center;
    border-radius: 3px;*/
  }
  article .bosyu.end {
    /*color: var(--red);
    background-color: #FFF1F1;*/
  }
  article .event.end {
    /*background-color: #eee;
    color: var(--dbl);*/
  }
  /* -------------------- 画像*/
  article figure {
    /*text-align: center;*/
  }
  article figure a {}
  article figure img {}
  article .note {
    /*font-size: 90%;
    text-align: center;
    color: #555;*/
  }
  /* -------------------- PDFダウンロード*/
  article .dl {
    /*text-align: center;*/
  }
  article .dl a {
    /* padding: 0 30px 6px 0;
    border-bottom: 2px solid var(--gr);
    position: relative;
    color: #85CC66;*/
  }
  article .dl a::before {
    /*position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("../img/icon_dl.png");
    background-size: 24px;
    background-repeat: no-repeat;
    bottom: .3em;
    right: 0;*/
  }
  #main .table_1.news {
    /*width: 100% !important;*/
  }
  #main .table_1.news th {
    /*width: 25% !important;
    text-align: center;*/
  }
  /* -------------------- link*/
  #main #news li.link, #main #news li.map {
    /*margin: 0;
    padding: 0;*/
  }
  #main #news li.link::before, #main #news li.map::before {
    /*display: none;*/
  }
  #news li.link a {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 12px 70px 12px 40px;
    /*display: inline-block;
    position: relative;
    color: #fff;
    text-decoration: none !important;
    font-size: 1.6rem;
    line-height: 1.6em;
    background-color: var(--bl);
    margin: 0 10px 20px 0;
    padding: 16px 120px 16px 40px;
    border-radius: 100vh;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
    border: 2px solid var(--bl);*/
  }
  #news li.link a::before {
    top: calc(50% - 14px);
    width: 28px;
    height: 28px;
    /*position: absolute;
    content: "";
    top: calc(50% - 18px);
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    transition: .4s;*/
  }
  #news li.link a::after {
    background-size: 14px;
    top: calc(50% - 7px);
    right: 12px;
    /*position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    background-image: url("../img/icon_link2.png");
    background-repeat: no-repeat;
    top: calc(50% - 9px);
    right: 18px;
    transition: .4s;*/
  }
  /**/
  #news li.link a:hover {
    /*filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0));*/
  }
  #news li.link a:hover::before {
    /*right: 0;*/
  }
  #news li.link a:hover::after {
    right: 2px;
    /*right: 8px;*/
  }
  /**/
  #news li.map a {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 12px 30px 12px 45px;
    /*display: inline-block;
    position: relative;
    color: var(--pi);
    text-decoration: none !important;
    font-size: 1.6rem;
    line-height: 1.6em;
    background-color: #fff;
    margin: 0 10px 20px 0;
    padding: 16px 40px 16px 55px;
    border-radius: 100vh;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
    border: 2px solid #ccc;*/
  }
  #news li.map a::before {
    background-size: 15px;
    left: 8px;
    /*position: absolute;
    content: "";
    width: 33px;
    height: 48px;
    background-image: url("../img/icon_pin.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    top: calc(50% - 24px);
    left: 15px;
    transition: .4s;*/
  }
  #news li.map a:hover {
    /*filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0));
    border: 2px solid var(--pi);*/
  }
  /* **************************************************************

 * 室長挨拶

*************************************************************** */
  #main .chief {}
  #main .chief::after {}
  #main .chief .name {}
  /* **************************************************************

 * 8つの機能

*************************************************************** */
  #featur .message {
    margin: 30px 0;
    line-height: 2.0em;
  }
  #featur .message em {
    font-size: 3.6rem;
  }
  #featur .message em::before {}
  #featur .message span {
    font-size: 3.6rem;
  }
  /**/
  #featur .item {}
  #featur .item li {}
  @media screen and (max-width: 575px) {
    #featur .item li {
      width: calc(100% / 2 - 10px);
      margin: 20px 5px;
      padding: 40px 20px 30px 20px;
    }
  }
  @media screen and (max-width: 420px) {
    #featur .item li {
      width: calc(100% - 10px);
    }
  }
  #featur .item li::before {}
  #featur .item li .pict {}
  @media screen and (max-width: 575px) {
    #featur .item li .pict {
      margin: 0 0 10px 0;
    }
    #featur .item li .pict img {
      width: 120px;
      height: auto;
    }
  }
  #featur .item li h3 {
    font-size: 1.8rem;
  }
  #featur .item li h3::before {}
  #featur .item li p {}
  /* **************************************************************

 * 活動実績

*************************************************************** */
  #main table.achievements {
    /*margin: 20px 0;*/
  }
  #main table.achievements th, #main table.achievements td {
    font-size: 80%;
    padding: 15px 5px;
    /*width: auto !important;
    line-height: 1.6em;*/
  }
  #main table.achievements th {
    /*font-weight: 500;
    vertical-align: middle;
    padding: 15px 15px;*/
  }
  #main table.achievements td {
    /*text-align: center;
    padding: 10px 15px;
    font-size: 90%;*/
  }
  /* **************************************************************

 * よくある質問

*************************************************************** */
  #main .faq {}
  #main .faq .qa {}
  /*Q*/
  #main .faq .qa summary {
    padding: 15px 20px 15px 55px;
    font-size: 1.6rem;
  }
  summary::-webkit-details-marker {}
  #main .faq .qa summary::before, qa .qa_a::before {}
  #main .faq .qa summary::before {
    top: 0.2em;
    font-size: 1.4em;
  }
  #main .faq .qa summary::after {}
  #main .faq .qa[open] summary::after {}
  /*A*/
  #main .faq .qa .qa_a {}
  #main .faq .qa[open] .qa_a {}
  #main .faq .qa .qa_a::before {
    font-size: 1.3em;
  }
  #main .faq .qa .qa_a::after {}
  #main .faq .qa .qa_a p {}
  /* **************************************************************

 * aside

*************************************************************** */
  aside {
    /*margin: 0 0 0 40px;
    width: 100%;
    min-width: 280px;*/
    width: calc(100% - 20px);
    min-width: 100%;
    margin: 20px auto;
  }
  /**/
  #side_nav {}
  #side_nav ul {}
  #side_nav ul li {}
  #side_nav ul li::before {}
  #side_nav ul li:first-child {}
  #side_nav ul li.on::before, #side_nav ul li:hover::before {}
  #side_nav ul li a {}
  #side_nav ul li.on a, #side_nav ul li:hover a {}
}