@charset "UTF-8";
/*==  ==*/
@media (min-width: 769px) {
  .disp_pc {
    display: block;
  }

  .disp_sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .disp_pc {
    display: none;
  }

  .disp_sp {
    display: block;
  }
}
a:hover {
  opacity: 0.7;
}

header{
  position: relative;
}

/*== ボタン ==*/
a.btn {
  display: block;
  background-repeat: no-repeat;
  text-align: center;
}
a.btn.blue {
  background-color: #0066cb;
  color: #fff;
}
a.btn.link_all {
  background-image: url(../images/common/btn_arrow_blue_01.png);
  background-position: right center;
  color: #0066cb;
}
@media (max-width: 768px) {
  a.btn.link_all {
    font-size: 15px;
    margin: 15px 0;
  }
}
a.btn.middle {
  background-image: url(../images/common/btn_arrow_white_02.png);
}
@media (max-width: 768px) {
  a.btn.middle {
    background-position: right 20px center;
    font-size: 15px;
    width: auto;
    padding: 15px 0;
  }
}
@media (min-width: 769px) {
  a.btn.middle {
    background-position: right 10px center;
    font-size: 16px;
    padding: 15px 0;
    width: 300px;
  }
}

section h2 {
  background-image: url(../images/common/bg_himg_blueline.png);
  background-position: center;
  background-repeat: repeat-x;
  color: #0066cb;
  font-weight: bold;
}
@media (max-width: 768px) {
  section h2 {
    background-size: auto 3px;
    font-size: 15px;
  }
}
@media (min-width: 769px) {
  section h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
section h2 span {
  background-color: #fff;
  display: inline-block;
}
@media (max-width: 768px) {
  section h2 span {
    padding-right: 10px;
  }
}
@media (min-width: 769px) {
  section h2 span {
    padding-right: 15px;
  }
}
section ul.top_list_01 li {
  border-bottom: 1px solid #dedede;
}
@media (max-width: 768px) {
  section ul.top_list_01 li {
    padding: 15px 0px;
  }
}
@media (min-width: 769px) {
  section ul.top_list_01 li {
    padding: 20px 10px;
  }
}
section ul.top_list_01 li a {
  display: block;
}
section ul.top_list_01 li a h3 {
  font-weight: bold;
}
@media (max-width: 768px) {
  section ul.top_list_01 li a h3 {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 20px;
  }
}
@media (min-width: 769px) {
  section ul.top_list_01 li a h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  section ul.top_list_01 li a p {
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  section ul.top_list_01 li a p {
    font-size: 14px;
  }
}
section ul.top_list_01 li a p.date {
  margin-bottom: 8px;
  line-height: 1.4;
}
section.topics {
  margin-bottom: 50px;
}
section.topics h2 {
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  section.topics h2 {
    margin-bottom: 20px;
  }
}
section.topics .intro {
  color: #0066cb;
  line-height: 1;
}
@media (max-width: 768px) {
  section.topics .intro {
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  section.topics .intro {
    font-size: 15px;
    text-align: right;
  }
}
@media (min-width: 769px) {
  section.topics .slider_wrap .slider {
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  section.topics .slider_wrap .slider .slider_inner {
    height: 240px;
    overflow: hidden;
  }
}
section.topics .slider_wrap .slider .slider_inner a .thumbnail {
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  section.topics .slider_wrap .slider .slider_inner a .thumbnail {
    float: left;
    width: 340px;
    height: auto;
    margin-right: 20px;
  }
}
@media (min-width: 769px) {
  section.topics .slider_wrap .slider .slider_inner .text_wrap {
    padding: 20px 0;
  }
}
section.topics .slider_wrap .slider .slider_inner .text_wrap h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 769px) {
  section.topics .slider_wrap .slider .slider_inner .text_wrap h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
section.topics .slider_wrap .slider .slider_inner .text_wrap p.category {
  background-color: #f39800;
  color: #fff;
  display: inline-block;
}
@media (max-width: 768px) {
  section.topics .slider_wrap .slider .slider_inner .text_wrap p.category {
    font-size: 12px;
    padding: 3px;
    margin-bottom: 5px;
  }
}
@media (min-width: 769px) {
  section.topics .slider_wrap .slider .slider_inner .text_wrap p.category {
    font-size: 10px;
    margin-bottom: 5px;
    padding: 5px;
  }
}
@media (max-width: 768px) {
  section.topics .slider_wrap .slider .slider_inner .text_wrap p.summery {
    display: none;
  }
}
@media (min-width: 769px) {
  section.topics .slider_wrap .slider .slider_inner .text_wrap p.summery {
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
}
section.topics .article_list a.btn {
  margin: 0 auto;
}
section.recruitpartners {
  margin-bottom: 45px;
}
section.seminar {
  margin-bottom: 45px;
}
section.recruitpartners .link_all, section.seminar .link_all {
  margin: 15px 0 0 auto;
  width: 110px;
  padding: 5px;
}
@media (min-width: 769px) {
  section.recruitpartners .link_all, section.seminar .link_all {
    margin: 30px 0 0 auto;
  }
}
@media (min-width: 769px) {
  section.category_link {
    margin-bottom: 50px;
  }
}
section.category_link ul li {
  border-bottom: 1px solid #dedede;
  vertical-align: top;
}
@media (max-width: 768px) {
  section.category_link ul li {
    padding: 15px 0;
  }
}
@media (min-width: 769px) {
  section.category_link ul li {
    display: inline-block;
    margin-right: 3%;
    padding: 20px 0;
    width: 48%;
    min-height: 155px;
  }
}
@media (min-width: 1197px) {
  section.category_link ul li {
    width: 336px;
    margin-right: 20px;
  }
}
@media (min-width: 769px) {
  section.category_link ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
}
section.category_link ul li a.category_name {
  background-repeat: no-repeat;
  display: inline-block;
}
@media (max-width: 768px) {
  section.category_link ul li a.category_name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 0px 15px 6px 26px;
    background-size: 20px 20px;
  }
}
@media (min-width: 769px) {
  section.category_link ul li a.category_name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 4px 15px 4px 32px;
    line-height: 1;
    background-size: 24px 24px;
  }
}
section.category_link ul li a.category_name.icon_001 {
  background-image: url(../images/icons/icon_001.png);
}
section.category_link ul li a.category_name.icon_002 {
  background-image: url(../images/icons/icon_002.png);
}
section.category_link ul li a.category_name.icon_003 {
  background-image: url(../images/icons/icon_003.png);
}
section.category_link ul li a.category_name.icon_004 {
  background-image: url(../images/icons/icon_004.png);
}
section.category_link ul li a.category_name.icon_005 {
  background-image: url(../images/icons/icon_005.png);
}
section.category_link ul li a.category_name.icon_006 {
  background-image: url(../images/icons/icon_006.png);
}
section.category_link ul li a.category_name.icon_007 {
  background-image: url(../images/icons/icon_007.png);
}
section.category_link ul li a.category_name.icon_008 {
  background-image: url(../images/icons/icon_008.png);
}
section.category_link ul li a.category_name.icon_009 {
  background-image: url(../images/icons/icon_009.png);
}
section.category_link ul li a.category_name:after {
  content: "";
  background-image: url(../images/common/btn_arrow_black_01.png);
  background-repeat: no-repeat;
  background-position: right top 4px;
  display: inline-block;
  width: 20px;
  height: 16px;
}
section.category_link ul li ul.category_link_detail li {
  border: none;
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 0 0.5em;
  padding: 0;
  width: auto;
}
@media (min-width: 769px) {
  section.category_link ul li ul.category_link_detail li {
    list-style-position: outside;
    margin: 0 0 0 1.5em;
    min-height: inherit;
  }
}
section.category_link ul li ul.category_link_detail li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  section.category_link ul li ul.category_link_detail li a {
    font-size: 13px;
    width: auto;
    line-height: 1.8em;
    margin: 5px 0 0 0;
  }
}
@media (min-width: 769px) {
  section.category_link ul li ul.category_link_detail li a {
    font-size: 14px;
    width: auto;
    line-height: 1.5em;
    margin: 5px 0 0 0;
  }
}
@media (min-width: 1197px) {
  section.category_link ul li ul.category_link_detail li a {
    width: 310px;
  }
}

/*  */
.title_wrap h1 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 23px;
  border-bottom: 5px solid #7eb8e2;
}
.title_wrap h2 {
  display: inline-block;
  vertical-align: middle;
}
.title_wrap .select_box {
  display: block;
  z-index: 10;
  margin-top: 15px;
  /* 孫 */
  /*サブメニューで現在表示されているページのリンクの色を変更する*/
}
.title_wrap .select_box p {
  background-image: url(../images/common/btn_arrow_black_02.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bbbbbb;
  border: 1px solid #bbbbbb;
  width: 250px;
  padding: 10px;
}
@media (max-width: 768px) {
  .title_wrap .select_box p {
    width: 100%;
  }
}
.title_wrap .select_box .menu-post_select-container {
  position: relative;
}
.title_wrap .select_box ul#menu-post_select {
  display: none;
  height: 30px;
  border: none;
  border-top-width: 0 !important;
  border-top-color: transparent !important;
  padding: 0 !important;
  position: absolute;
  margin: 0 !important;
  width: 250px;
  font-size: 17px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .title_wrap .select_box ul#menu-post_select {
    width: 100%;
  }
}
.title_wrap .select_box ul#menu-post_select li {
  position: relative;
  /*z-indexの指定や子要素の基準とするために指定*/
  z-index: 1;
  /*ドロップダウンしたメニューが隠れないように*/
  padding: 0 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.title_wrap .select_box ul#menu-post_select li:last-child {
  border-bottom: none;
}
.title_wrap .select_box ul#menu-post_select li a {
  display: block;
  /*要素の幅いっぱいにするために指定*/
  height: 30px;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  padding: 0 20px !important;
  margin: 0 !important;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .title_wrap .select_box ul#menu-post_select li a {
    background-color: #0066cb;
    padding: 5px 0 5px 10px !important;
    height: auto;
  }
}
.title_wrap .select_box ul#menu-post_select li ul.sub-menu {
  display: none;
  /*サブメニューは最初は非表示にしておく*/
  position: absolute;
  /*絶対配置にしておかないとうまくいかない*/
  top: 0;
  left: 250px;
  border-top: none;
  /*ボーダートップを指定*/
  border-bottom: none;
  min-width: 250px;
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .title_wrap .select_box ul#menu-post_select li ul.sub-menu {
    border-top: 1px solid #fff;
    display: block;
    width: 100%;
    position: relative;
    left: 0;
  }
}
.title_wrap .select_box ul#menu-post_select li ul.sub-menu li a {
  border-bottom: none;
  /*ボーダーの指定*/
  border-top: none;
  /*ボーダートップは重なって太くなるので解除。一番上は ul 要素に指定*/
  padding: 0 10px;
  color: #fff;
  text-align: left;
}
@media (max-width: 768px) {
  .title_wrap .select_box ul#menu-post_select li ul.sub-menu li a {
    background-color: #278ff7;
    padding: 5px 0 5px 20px !important;
  }
}
.title_wrap .select_box ul#menu-post_select li a:hover {
  background-color: #7fbdea;
  /*マウスオーバー時に背景色を変更*/
  opacity: 1;
}
.title_wrap .select_box ul#menu-post_select li:hover ul.sub-menu {
  display: block;
  /*マウスオーバー時にサブメニューを表示する*/
}
.title_wrap .select_box ul#menu-post_select li ul.sub-menu li {
  padding: 0;
  /*親メニューのパディングを解除*/
}
.title_wrap .select_box ul#menu-post_select li ul.sub-menu li a:hover {
  background-color: #7fbdea;
}
.title_wrap .select_box ul#menu-post_select li ul.sub-menu li > ul.sub-menu {
  display: none;
  width: 250px;
}
@media (max-width: 768px) {
  .title_wrap .select_box ul#menu-post_select li ul.sub-menu li > ul.sub-menu {
    display: block;
    width: 100%;
    position: relative;
    left: 0;
  }
}
.title_wrap .select_box ul#menu-post_select li ul.sub-menu li > ul.sub-menu li {
  min-height: 30px;
  height: auto;
}
.title_wrap .select_box ul#menu-post_select li ul.sub-menu li > ul.sub-menu li a {
  height: auto;
  min-height: 30px;
}
@media (max-width: 768px) {
  .title_wrap .select_box ul#menu-post_select li ul.sub-menu li > ul.sub-menu li a {
    background-color: #939393;
    padding: 5px 0 5px 30px !important;
  }
}
.title_wrap .select_box ul#menu-post_select li ul.sub-menu li:hover ul.sub-menu {
  display: block;
}
.title_wrap .select_box ul#menu-post_select li ul.sub-menu li.current-menu-item a {
  display: block;
  background-color: #FBF3FE;
}

.pager {
  position: relative;
  width: 100%;
  height: 80px;
}
@media (min-width: 769px) {
  .pager {
    height: 100px;
    margin: 50px auto 0 auto;
  }
}
.pager a {
  background-color: #0066cb;
  color: #fff;
  display: inline-block;
  position: absolute;
  padding: 15px;
  font-size: 14px;
}
@media (min-width: 769px) {
  .pager a {
    padding: 20px 30px;
    font-size: 18px;
  }
}
.pager a.prev {
  right: 0;
}
.pager a.next {
  left: 0;
}

.article_list ul {
  font-size: 0;
}
.article_list ul li {
  vertical-align: top;
}
@media (max-width: 768px) {
  .article_list ul li {
    margin-bottom: 23px;
  }
}
@media (min-width: 769px) {
  .article_list ul li {
    display: inline-block;
    width: 48%;
    margin: 0 4% 40px 0;
    vertical-align: top;
  }
  .article_list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1197px) {
  .article_list ul li {
    width: 340px;
    margin: 0 20px 40px 0;
  }
}
.article_list ul li a {
  background-color: transparent !important;
  display: block !important;
  position: relative;
  padding: 0 !important;
}
.article_list ul li a:hover {
  opacity: 0.6;
}
.article_list ul li a .thumbnail {
  float: left;
}
@media (max-width: 768px) {
  .article_list ul li a .thumbnail {
    width: 26.6vw;
    height: auto;
    margin-right: 3vw;
  }
}
@media (min-width: 769px) {
  .article_list ul li a .thumbnail {
    width: 35%;
    margin-right: 5%;
  }
}
@media (min-width: 1197px) {
  .article_list ul li a .thumbnail {
    width: 110px;
    height: 73px;
    object-fit: cover;
    margin-right: 15px;
  }
}
.article_list ul li a .text_wrap {
  float: left;
}
@media (max-width: 768px) {
  .article_list ul li a .text_wrap {
    width: 64vw;
  }
}
@media (min-width: 769px) {
  .article_list ul li a .text_wrap {
    width: 60%;
  }
}
@media (min-width: 1197px) {
  .article_list ul li a .text_wrap {
    width: 215px;
  }
}
.article_list ul li a .text_wrap h3 {
  color: #000;
  font-weight: bold;
}
@media (max-width: 768px) {
  .article_list ul li a .text_wrap h3 {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 769px) {
  .article_list ul li a .text_wrap h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.article_list ul li a .text_wrap p.category {
  background-color: #f39800;
  color: #fff;
  display: inline-block;
}
@media (max-width: 768px) {
  .article_list ul li a .text_wrap p.category {
    font-size: 10px;
    padding: 3px;
    margin-bottom: 5px;
  }
}
@media (min-width: 769px) {
  .article_list ul li a .text_wrap p.category {
    font-size: 10px;
    margin-bottom: 5px;
    padding: 5px;
  }
}

/*==========
右カラム
==========*/
/* アバウト */
.about {
  background-color: #e2f3ff;
  margin-bottom: 30px;
  padding: 15px 0;
}
.about h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
}
.about .illust {
  display: block;
  margin: 0 auto 15px auto;
}
.about p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 15px 10px 15px;
}
.about .btn.middle {
  font-size: 16px;
  width: auto;
  margin: 0 15px;
}

@media (max-width: 768px) {
  .about_sp {
    background-color: #e2f3ff;
    margin-bottom: 20px;
    padding: 15px 15px;
    text-align: left;
    position: relative;
  }
  .about_sp h2 {
    background-image: none;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .about_sp table td p {
    font-size: 12px;
    line-height: 1.5;
  }
  .about_sp table td a {
    color: #0066cb;
    display: block;
    font-size: 12px;
    text-align: right;
  }
  .about_sp table td.illust {
    padding: 0 0 0 15px;
    width: 38%;
  }
}
@media (min-width: 769px) {
  .about_sp {
    display: none !important;
  }
}
/* サイドナビ */
ul.side_link_01 {
  margin-bottom: 40px;
}
ul.side_link_01 li {
  margin-bottom: 10px;
}
ul.side_link_01 li:last-child {
  margin-top: 35px;
}

.flower_wrap {
  margin-top: 40px;
}
.flower_wrap h4.title04 {
  margin-bottom: 20px;
}

.side_category_wrap {
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .side_category_wrap {
    margin-bottom: 30px;
  }
}
.side_category_wrap ul li {
  border-top: 1px solid #ccc;
}
.side_category_wrap ul li a {
  display: none;
}
.side_category_wrap ul li .children li a {
  font-weight: bold;
  background-image: url(../images/common/btn_arrow_black_01.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #ebf7ff;
  display: block;
  padding: 10px 10px;
}
.side_category_wrap ul li .children li .children li a {
  background-color: #eee;
  font-weight: normal;
  padding-left: 1.5em;
  padding-right: 30px;
}
.side_category_wrap ul li .children li .children li .children li a {
  background-color: #fff;
  font-size: 85%;
  font-weight: normal;
  padding-left: 2.5em;
  line-height: 1.5;
}


.detail_eyecatch img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.not-found {
  padding: 50px 0;
  text-align: center;
}
.not-found h2 {
  width: 100%;
  margin-bottom: 30px;
}
.not-found a {
  color: #0066cb;
  text-decoration: underline;
}

/**/
@media (max-width: 768px) {
  .disp_pc {
    display: none;
  }

  .disp_sp {
    display: block;
  }
}
@media (min-width: 769px) {
  .disp_pc {
    display: block;
  }

  .disp_sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .content_list.archive {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .content_list.archive {
    margin-bottom: 20px;
  }
}

/* adsense用 */
@media (max-width: 768px) {
  .header_ad{
    position: relative;
    padding:10px 0;
  }
  .header_ad .header_ad_inner{
    width:320px;
    height: 50px;
    margin:0 auto;
  }
}
@media (min-width: 769px) {
  .header_ad{
    position: relative;
    width:auto;
    max-width: 1040px;
    margin:10px auto;
  }
}

.sidebar_ad{
  width: 100%;
}
@media (max-width: 769px) {
  .sidebar_ad {
    margin: 30px auto;
  }
}
@media (min-width: 769px) {
  .sidebar_ad {
    margin: 30px auto;
    width: 100%;
  }
  .sidebar_ad ins {
    width: 100%;
  }
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}