@charset "UTF-8";
/* センタリングの設定 */
/* 各ブレークポイントの呼び出し */
/* 背景画像のポジションづけ */
/* clear bothをするための設定 */
/*  `map-get()`関数をネストして値を取得する。
/*  ネストしたvalueのデフォルトはbaseとする。 */
/*  文字が溢れた際の表示を … にする（複数行対応, Chrome/Safariのみ） */
/**
 * px→rem変換
 */
/**
 * 疑似要素の矢印の設定
 */
/**
 * ベンダープレフィックス
 */
/**
 * 傍点(圏点)設定
 */
/* 吹出しの矢印のやつ
 */
/* 3点リーダー */
/* 3点リーダー 高さが決まっているもの*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

footer,
header {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

body {
  line-height: 1.8;
  word-wrap: break-word;
  color: #000;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  background-color: #f5f5f5;
  text-align: left;
}

@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  width: auto; /* for ie8 */
}

a {
  text-decoration: none;
  transition: all 0.3s linear;
  color: #1111cc;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol, ul {
  list-style: none;
}
ol li, ul li {
  line-height: 1.8;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}

/* iOSでのスクロールの表示分をフィックス */
.scroll {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

/* センタリングの設定 */
/* 各ブレークポイントの呼び出し */
/* 背景画像のポジションづけ */
/* clear bothをするための設定 */
/*  `map-get()`関数をネストして値を取得する。
/*  ネストしたvalueのデフォルトはbaseとする。 */
/*  文字が溢れた際の表示を … にする（複数行対応, Chrome/Safariのみ） */
/**
 * px→rem変換
 */
/**
 * 疑似要素の矢印の設定
 */
/**
 * ベンダープレフィックス
 */
/**
 * 傍点(圏点)設定
 */
/* 吹出しの矢印のやつ
 */
/* 3点リーダー */
/* 3点リーダー 高さが決まっているもの*/
/*----------------------------
共通箇所の設定
---------------------------- */
.wp-block-image {
  text-align: center;
  margin: 0 0 50px;
}

section {
  /*おすすめ記事
  ---------------------------- */
}
section.recentEntries .entry a {
  border-bottom: 1px dashed #aaa;
  display: block;
  padding: 20px 10px;
  overflow: hidden;
}
section.recentEntries .entry a figure, section.recentEntries .entry a .text {
  display: inline-block;
}
section.recentEntries .entry a figure {
  width: 30%;
}
section.recentEntries .entry a .text {
  margin: 0;
  float: right;
  padding: 0 0 0 10px;
  width: calc(70% - 10px);
}
section.recentEntries .entry a .text h2 {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
section.recentEntries .entry a .text time {
  color: #aaa;
  font-size: 12px;
  font-size: 0.75rem;
}

/* センタリングの設定 */
/* 各ブレークポイントの呼び出し */
/* 背景画像のポジションづけ */
/* clear bothをするための設定 */
/*  `map-get()`関数をネストして値を取得する。
/*  ネストしたvalueのデフォルトはbaseとする。 */
/*  文字が溢れた際の表示を … にする（複数行対応, Chrome/Safariのみ） */
/**
 * px→rem変換
 */
/**
 * 疑似要素の矢印の設定
 */
/**
 * ベンダープレフィックス
 */
/**
 * 傍点(圏点)設定
 */
/* 吹出しの矢印のやつ
 */
/* 3点リーダー */
/* 3点リーダー 高さが決まっているもの*/
/*----------------------------
コンテンツ箇所
---------------------------- */
nav.pagination {
  clear: both;
  margin: 50px auto;
}
nav.pagination .current {
  background: #466C91;
  border: 1px solid #466C91;
  color: #fff;
}
nav ul.page-numbers {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  nav ul.page-numbers {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px) {
  nav ul.page-numbers li {
    margin: 0 0 20px;
  }
}
nav ul.page-numbers li span,
nav ul.page-numbers li a {
  padding: 10px;
  border: 1px solid #ededed;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
nav ul.page-numbers li span:hover,
nav ul.page-numbers li a:hover {
  background: #466C91;
  border: 1px solid #466C91;
  color: #fff;
}
nav ul.page-numbers li span.dots {
  background: #ededed;
  color: #555;
}
nav ul.page-numbers li span.dots:hover {
  border: 1px solid #ededed;
  color: #555;
}

/*----------------------------
共通項目
---------------------------- */
aside {
  display: block;
  float: right;
  margin: 0;
  /*----------------------------
  カテゴリー箇所
  ---------------------------- */
  /*----------------------------
  バナー箇所
  ---------------------------- */
  /*右サイトバナーmobile
  ---------------------------- */
  /*検索ボタン
  ---------------------------- */
  /*facebook
  ---------------------------- */
}
@media screen and (max-width: 1000px) {
  aside {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
aside .category-list {
  margin: 0 0 35px;
}
@media screen and (max-width: 1000px) {
  aside .category-list {
    display: none;
  }
}
aside .category-list h2 {
  background: #ededed;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  padding: 5px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  aside .category-list {
    width: 100%;
  }
}
aside .category-list ul li a {
  border-bottom: 1px dotted #bfc0c0;
  display: block;
  font-weight: normal;
  position: relative;
  padding: 5px 10px;
  font-size: 12px;
  font-size: 0.75rem;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1000px) {
  aside .category-list ul li a {
    padding: 10px;
  }
}
aside .category-list ul li a:after {
  border-style: solid;
  border-width: 0 1.33333px 1.33333px 0;
  content: "";
  color: #bfc0c0;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin: -4px 0 0;
  height: 8px;
  width: 8px;
  transform: rotate(-45deg);
  right: 20px;
  transition: 0.3s all ease-in-out;
}
aside .category-list ul li a:hover {
  background: #fff;
  transition: 0.5s ease-in-out;
}
aside .category-list ul li a:hover:after {
  right: 10px;
}
aside .side-bnr a {
  display: block;
  margin: 0 0 20px;
}
@media screen and (max-width: 1000px) {
  aside .side-bnr a {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  aside .side-bnr a img {
    max-width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  aside div {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
aside div p.caption {
  margin: 20px 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  aside div p.caption {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 20px;
  }
}
aside div.sidebar-inner {
  padding: 0;
}
@media screen and (min-width: 1001px) {
  aside div.sidebar-inner {
    max-width: 100%;
  }
}
aside h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #aaa;
  border-bottom: 3px solid #aaa;
  margin: 0 auto 20px;
  padding: 0 0 10px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  aside h3 {
    margin: 0 auto 20px;
  }
}
aside .search-form {
  border: none;
  padding: 0;
}
aside .search-box-top {
  display: flex;
  padding: 0 0 20px;
}
@media screen and (max-width: 1000px) {
  aside .search-box-top {
    flex-wrap: wrap;
  }
}
aside .search-box-top #search-input-box {
  padding: 10px;
  width: 80%;
}
@media screen and (max-width: 1000px) {
  aside .search-box-top #search-input-box {
    width: 100%;
  }
}
aside .search-box-top input[type=submit] {
  cursor: pointer;
  padding: 10px;
  width: 20%;
}
@media screen and (max-width: 1000px) {
  aside .search-box-top input[type=submit] {
    margin: 20px auto 0;
    width: 80%;
  }
}
aside .fb-page {
  display: inherit;
  position: initial;
  padding: 0 0 20px 0;
  width: 100%;
  margin: 0 auto;
}

/*----------------------------
検索窓
---------------------------- */
aside form#seach-form {
  height: 70px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  aside form#seach-form {
    background: #ededed;
    padding: 20px;
    height: auto;
  }
}
aside form#seach-form input.search-text {
  border: 1px solid #ededed;
  border-radius: 25px;
  height: 40px;
  padding: 0 0 0 35px;
  width: 100%;
  transition: all 0.3s;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (max-width: 1000px) {
  aside form#seach-form input.search-text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
aside form#seach-form input.search-text:focus {
  outline: none;
  border: 2px solid #9ee8ff;
  border-radius: 25px;
  box-shadow: 0px 5px 10px 0px #eee;
}
aside form#seach-form input[type=image] {
  top: 50%;
  margin: -23px 0 0;
  left: 10px;
  position: absolute;
  z-index: 10;
  width: 20px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  aside form#seach-form input[type=image] {
    left: 20px;
    margin: -15px 0 0;
  }
}

#search-page h1 {
  color: #555;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px;
}
#search-page h1 span {
  color: #aaa;
}
@media screen and (max-width: 1000px) {
  #search-page {
    padding: 10px;
  }
}

/*----------------------------
共通箇所の設定
---------------------------- */
@media screen and (max-width: 1000px) {
  #main-contents .sideber.is-affixed .sidebar-inner {
    position: static;
  }
}

.dis-none {
  display: none;
}

.dis-none-pc {
  display: none;
}
@media screen and (max-width: 1000px) {
  .dis-none-pc {
    display: inherit;
  }
}

html,
body {
  background: #fff;
  line-height: 1;
  word-break: break-all;
  word-wrap: break-word;
  width: 100%;
  line-height: 1.8;
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 1000px) {
  .sp-hidden {
    display: none;
  }
}

#main-contents {
  max-width: 1000px;
  margin: 200px auto 0;
  display: block;
}
@media screen and (max-width: 1000px) {
  #main-contents {
    margin: 80px auto 0;
  }
}
#main-contents .left-contents {
  display: inline-block;
  width: calc(100% - 272px - 68px);
  margin: 0 68px 0 0;
  /*----------------------------
  ページネーション箇所
  ---------------------------- */
  /*top time デザイン
  ---------------------------- */
  /*----------------------------
  1つ目の記事箇所
  ---------------------------- */
  /*----------------------------
  記事後ろ影
  ---------------------------- */
  /*----------------------------
  トップ画面より、記事画像
  ---------------------------- */
  /*----------------------------
  トップ画面より、記事並び箇所
  ---------------------------- */
  /*----------------------------
  カテゴリー箇所
  ---------------------------- */
  /*----------------------------
  文章箇所
  ---------------------------- */
}
@media screen and (max-width: 1000px) {
  #main-contents .left-contents {
    margin: 0;
    padding: 0 25px;
    width: 100%;
  }
}
#main-contents .left-contents section {
  padding: 0;
}
@media screen and (max-width: 1000px) {
  #main-contents .left-contents section {
    height: auto;
  }
}
#main-contents .left-contents time {
  color: #000;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  #main-contents .left-contents time {
    margin: 5px 0;
  }
}
#main-contents .left-contents .first-post_box {
  margin: 0;
  padding: 0 0 24px;
}
#main-contents .left-contents .first-post-thum_card {
  height: 480px;
  width: 660px;
  margin: 0 0 16px;
}
@media screen and (max-width: 1000px) {
  #main-contents .left-contents .first-post-thum_card {
    height: 360px;
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  #main-contents .left-contents .first-post-thum_card {
    height: 240px;
  }
}
#main-contents .left-contents .first-post_box {
  position: relative;
  z-index: 2;
}
#main-contents .left-contents .first-post_box:before {
  background: #e0bc86;
  content: "";
  position: absolute;
  top: 130px;
  left: 0;
  max-width: 820px;
  height: 450px;
  z-index: -1;
  margin-left: calc(50% - 50vw);
  padding-left: 50vw;
}
@media screen and (max-width: 1000px) {
  #main-contents .left-contents .first-post_box:before {
    height: 360px;
    top: 70px;
  }
}
@media screen and (max-width: 414px) {
  #main-contents .left-contents .first-post_box:before {
    height: 190px;
    top: 140px;
  }
}
#main-contents .left-contents .post_archive_list-item__thum {
  height: 240px;
  width: 320px;
  margin: 0 0 12px;
}
@media screen and (max-width: 1000px) {
  #main-contents .left-contents .post_archive_list-item__thum {
    height: 150px;
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  #main-contents .left-contents .post_archive_list-item__thum {
    height: 160px;
    width: 100%;
  }
}
#main-contents .left-contents .post-archive_list__box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 414px) {
  #main-contents .left-contents .post-archive_list__box {
    display: block;
  }
}
#main-contents .left-contents .post_archive_list-item {
  padding: 24px 0;
  width: 48.5%;
}
@media screen and (max-width: 1000px) {
  #main-contents .left-contents .post_archive_list-item {
    width: 47%;
  }
}
@media screen and (max-width: 414px) {
  #main-contents .left-contents .post_archive_list-item {
    width: 100%;
  }
}
#main-contents .left-contents .post_archive_list-item .subhead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
}
#main-contents .left-contents .label {
  display: inline;
  font-size: 75%;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
#main-contents .left-contents .label a {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
}
#main-contents .left-contents .label-success {
  padding: 2px 5px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
#main-contents .left-contents .desc {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  padding: 0.8rem 0;
}
#main-contents aside {
  width: 272px;
}
@media screen and (max-width: 1000px) {
  #main-contents aside {
    margin: 0;
    padding: 20px 20px 0px;
    width: 100%;
  }
}

/*----------------------------
共通設定箇所
/*title
---------------------------- */
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.8;
  font-weight: bold;
}

h1 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 1000px) {
  h1 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
  margin: 0 0 12px;
  font-weight: normal;
}
@media screen and (max-width: 1000px) {
  h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 30px;
}
@media screen and (max-width: 1000px) {
  h3 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

h4 {
  margin: 0 0 20px;
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 1000px) {
  h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

h5 {
  margin: 0 0 20px;
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 1000px) {
  h5 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/*テキスト箇所
---------------------------- */
p {
  line-height: 1.8;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 1000px) {
  p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 414px) {
  p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
p.title {
  font-weight: bold;
}
p.company-name {
  font-weight: bold;
}
p.preface {
  font-weight: bold;
  margin: 0 auto 50px;
}
p.intro {
  margin: 0 0 50px;
}
p.caution {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: right;
  margin: 20px 0 0;
}
@media screen and (max-width: 1000px) {
  p.caution {
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
p.continue-read {
  color: #337ab7;
  padding: 10px 0;
  text-align: right;
}

/*リンク先ごとの共通設定
---------------------------- */
p.image a:hover {
  filter: brightness(110%);
  transition: 0.3 all ease-in-out;
}

a {
  text-decoration: none;
  color: #555;
  font-size: 16px;
  font-size: 1rem;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 1000px) {
  a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
a.link {
  color: #337ab7;
  font-weight: normal;
  text-decoration: none;
}
a.link:hover {
  text-decoration: none;
  color: #466C91;
}
a:hover {
  transition: 0.5s ease-in-out;
}
a.txt-link {
  display: inline-block;
  position: relative;
  font-weight: bold;
}
a.txt-link:before {
  border-bottom: 1px solid #ededed;
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  display: block;
  width: 0;
  left: 0;
  bottom: 0;
}
a.txt-link:hover {
  transition: background-color 1s;
}
a.txt-link:hover:before {
  border-bottom: 1px solid #ededed;
  width: 100%;
}

/*spanごとの共通設定
---------------------------- */
@media screen and (max-width: 414px) {
  span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
span.font-bd {
  font-weight: bold;
}
span.maker {
  background: linear-gradient(transparent 70%, #fff100 80%);
  display: inline;
  font-weight: bold;
}
span.br {
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 1000px) {
  span.br {
    display: inline;
    line-height: 1;
  }
}
span.data {
  display: block;
}

/*記事内で表示させる日付ボタンとカテゴリーボタン
---------------------------- */
ul.article-data {
  display: flex;
  margin: 0 0 30px;
}
ul.article-data li a:hover {
  background: #ededed;
}
ul.post-categories {
  display: block;
  margin: 0 -5px 0 0;
  font-size: 0;
  padding: 0 20px 20px;
  width: 100%;
}
@media screen and (min-width: 1001px) {
  ul.post-categories {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  ul.post-categories {
    clear: both;
    padding: 0;
  }
}
ul.post-categories li {
  display: inline-block;
  margin: 10px 5px 0 0;
}
ul.post-categories li a {
  background: #fff100;
  padding: 2px 15px;
  font-size: 14px;
  font-size: 0.875rem;
}
ul.post-categories li a:hover {
  background: #ededed;
}
ul.post-categories li:nth-child(n+5) {
  display: none;
}

/*申し込みボタン
---------------------------- */
p.btn-cneter {
  position: relative;
}

a.btn {
  box-sizing: border-box;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin: 0 auto 20px;
  padding: 14px 18px;
  width: 90%;
}
@media screen and (max-width: 1000px) {
  a.btn {
    padding: 15px;
  }
}
a.btn:before {
  background-image: url();
  content: "";
}
a.btn:hover {
  background: #6380b1;
}
a.btn:hover:after {
  border-color: #555;
  right: 30px;
}

/*pagination
---------------------------- */
#pagination {
  text-align: center;
  margin: 24px 0;
}
#pagination a,
#pagination span {
  background: #bfc0c0;
  border-color: #bfc0c0;
  color: #000;
}
#pagination a.current,
#pagination span.current {
  border-color: #000;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/*----------------------------
ドロワーメニュー内ここから
---------------------------- */
#sp-innar-logo {
  position: relative;
  left: 0;
  top: -7px;
}

.nav-open #header {
  top: 0 !important;
}

.sp-right-top-contents {
  display: none;
}
@media screen and (max-width: 1000px) {
  .sp-right-top-contents {
    display: flex;
    padding: 0 50px;
  }
}
@media screen and (max-width: 1000px) {
  .sp-right-top-contents {
    padding: 0;
  }
}
.sp-right-top-contents .inner-right {
  display: block;
  margin: 0 0 0 auto;
}
.sp-right-top-contents .inner-right a.sp-top-twitter {
  display: none;
}
@media screen and (max-width: 1000px) {
  .sp-right-top-contents .inner-right a.sp-top-twitter {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 20px 0 0;
    vertical-align: top;
  }
}
.sp-right-top-contents .inner-right a.sp-top-twitter img {
  vertical-align: top;
}

.inner-navi-contents {
  max-width: 537px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .inner-navi-contents {
    max-width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-navi-contents {
    padding: 0;
    overflow-y: auto;
    max-height: 500px;
  }
}

.global-nav {
  position: fixed;
  top: -2000px;
  left: 0;
  /* これで隠れる */
  width: 100%;
  /* スマホに収まるくらい */
  padding-top: 25px;
  transition: all 0.6s;
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */
}

.sp-top-nav {
  display: none;
}
@media screen and (max-width: 1000px) {
  .sp-top-nav {
    display: block;
    position: absolute;
    left: 20px;
    top: 7px;
    width: 100%;
  }
}
.sp-top-nav p.catchphrase {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 1000px) {
  .sp-top-nav p.catchphrase {
    font-size: 10px;
    font-size: 0.625rem;
    margin: 0 0 7px;
  }
}
.sp-top-nav a.logo {
  display: block;
  text-align: left;
  width: 150px;
}
@media screen and (max-width: 1000px) {
  .sp-top-nav a.logo {
    top: 7px;
    width: 71px;
  }
}

.right-contents {
  display: block;
  margin: 0 0 0 auto;
  position: relative;
}
.right-contents a.pc-top-twitter {
  display: inline-block;
  height: 25px;
  width: 25px;
  margin: 0 0 0 50px;
  position: absolute;
  right: 50px;
  top: 12.5px;
}
@media screen and (max-width: 1000px) {
  .right-contents a.pc-top-twitter {
    display: none;
  }
}

#nav-open {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 20px;
  right: 0;
}
@media screen and (max-width: 1000px) {
  #nav-open {
    top: 10px;
    right: 0;
  }
}
#nav-open a.hamburger-button {
  background: url("../image/navigation/search.svg") no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
  #nav-open a.hamburger-button {
    background: url("../image/navigation/menu.svg") no-repeat;
    width: 20px;
    height: 20px;
  }
}
#nav-open a:hover.hamburger-button {
  background: url("../image/navigation/hover_search.svg") no-repeat;
}
@media screen and (max-width: 1000px) {
  #nav-open a:hover.hamburger-button {
    background: url("../image/navigation/search.svg") no-repeat;
  }
}
#nav-open .pc-close {
  display: none;
}

#nav-close a {
  display: block;
  cursor: pointer;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  #nav-close a {
    display: none;
  }
}
#nav-close a.hamburger-button {
  background: url("../image/navigation/close.svg") no-repeat;
  background-size: 100%;
  margin: 0 0 15px auto;
  width: 25px;
  height: 25px;
}

#sp-nav-close {
  display: inline-block;
}
#sp-nav-close a {
  display: block;
  text-align: right;
  cursor: pointer;
}
#sp-nav-close a.hamburger-button {
  background: url("../image/navigation/close.svg") no-repeat;
  background-size: 100%;
  margin: 0 0 15px auto;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 1000px) {
  #sp-nav-close a.hamburger-button {
    width: 20px;
    height: 20px;
  }
}

.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav__item {
  text-align: center;
  padding: 0 14px;
}

.global-nav__item a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #111;
}

.global-nav__item a:hover {
  background-color: #eee;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
  left: 0;
}

.nav-open .black-bg {
  opacity: 0.8;
  left: 0;
  visibility: visible;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
  background: #fff;
  top: 0;
  padding: 50px 0 25px;
}
@media screen and (max-width: 1000px) {
  .nav-open .global-nav {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .nav-open .global-nav {
    padding: 20px 20px 50px;
  }
}

.nav-open .black-bg {
  opacity: 0.8;
  visibility: visible;
}

/*----------------------------
検索ボックス内の設定
---------------------------- */
.global-nav {
  /*----------------------------
  カテゴリーの並びの設定
  ---------------------------- */
}
.global-nav input#search {
  width: 100%;
  box-sizing: border-box;
  padding: 0.8em;
  border-radius: 2em;
  border: 2px solid #aaa;
}
.global-nav input :focus, .global-nav input input[type=text]:focus {
  outline: none;
}
.global-nav .inner-search-box {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .global-nav .inner-search-box {
    margin: 7px 0 0;
  }
}
.global-nav .inner-search-box input#searchsubmit {
  background: url("../image/navigation/search.svg");
  background-size: 100%;
  right: 20px;
  top: 50%;
  margin: -12.5px 0 0;
  width: 25px;
  height: 25px;
  position: absolute;
  text-indent: -999999999px;
}
@media screen and (max-width: 1000px) {
  .global-nav .inner-search-box input#searchsubmit {
    right: 10px;
  }
}
.global-nav h2.category {
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 43px 0 14px;
  padding: 0 0 0 40px;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .global-nav h2.category {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 18px 0 8px;
    padding: 0 0 0 25px;
  }
}
.global-nav h2.category:before {
  border-bottom: none;
  background: url("../image/navigation/category.svg");
  background-repeat: no-repeat;
  content: "";
  top: 50%;
  left: 0;
  position: absolute;
  margin: -12.5px 0 0;
  height: 25px;
  width: 25px;
  background-size: 25px;
}
@media screen and (max-width: 1000px) {
  .global-nav h2.category:before {
    margin: -10px 0 0;
    background-size: 20px;
    height: 20px;
    width: 20px;
  }
}
.global-nav .category-list ul.categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0;
  padding: 0;
}
.global-nav .category-list ul.categories li {
  overflow: hidden;
}
.global-nav .category-list ul.categories li a {
  display: inline-block;
  border: 1px solid #bfc0c0;
  border-radius: 20px;
  margin: 0 10px 10px 0;
  padding: 10px 12px;
  background-size: 100%;
  font-size: 10px;
  font-size: 0.625rem;
}
.global-nav .category-list ul.categories li a:hover {
  color: #D9765A;
}
@media screen and (max-width: 1000px) {
  .global-nav .category-list ul.categories li a {
    margin: 0 5px 5px 0;
    padding: 5px 12px;
  }
}

/*----------------------------
ナビゲーションの中身
---------------------------- */
/*----------------------------
tablet以下はspna表示
---------------------------- */
nav#pc-nav {
  padding: 20px 200px 0 0;
}
@media screen and (max-width: 1000px) {
  nav#pc-nav {
    display: none;
  }
}

nav#sp-nav {
  display: none;
}
@media screen and (max-width: 1000px) {
  nav#sp-nav {
    display: block;
  }
}

nav {
  width: 1920px;
}
@media screen and (max-width: 1000px) {
  nav {
    width: 100%;
    text-align: right;
    padding: 0;
  }
}
nav ul {
  display: block;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  nav ul {
    max-width: 100%;
  }
}
nav ul.sp-hidden {
  display: flex;
}
@media screen and (max-width: 1000px) {
  nav ul.sp-hidden {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  nav ul {
    display: block;
    margin: 26px auto 0;
  }
}
nav ul li.article {
  align-items: center;
  display: inline-block;
  list-style-type: none;
  position: relative;
}
@media screen and (max-width: 1000px) {
  nav ul li.article {
    width: 100%;
  }
}
nav ul li.article a {
  color: #000;
  align-items: center;
  display: block;
  justify-content: center;
  border-radius: 5px;
  text-align: left;
  transition: all 0.3s linear;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0 5px 0 10px;
}
@media screen and (max-width: 1000px) {
  nav ul li.article a {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
    padding: 0;
    margin: 0 0 10px;
  }
}
nav ul li.article a:hover {
  color: #D9765A;
}
nav ul li.seminar {
  align-items: center;
  display: inline-block;
  list-style-type: none;
  position: relative;
}
@media screen and (max-width: 1000px) {
  nav ul li.seminar {
    width: 100%;
  }
}
nav ul li.seminar a {
  color: #000;
  align-items: center;
  display: block;
  justify-content: center;
  border-radius: 5px;
  text-align: left;
  transition: all 0.3s linear;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0 5px 0 10px;
}
@media screen and (max-width: 1000px) {
  nav ul li.seminar a {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
    padding: 0;
    margin: 0 0 10px;
  }
}
nav ul li.seminar a:hover {
  color: #D9765A;
}
nav ul li.ebook {
  align-items: center;
  display: inline-block;
  list-style-type: none;
  position: relative;
}
@media screen and (max-width: 1000px) {
  nav ul li.ebook {
    width: 100%;
  }
}
nav ul li.ebook a {
  color: #000;
  align-items: center;
  display: block;
  justify-content: center;
  border-radius: 5px;
  text-align: left;
  transition: all 0.3s linear;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0 5px 0 10px;
}
@media screen and (max-width: 1000px) {
  nav ul li.ebook a {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
    padding: 0;
    margin: 0 0 10px;
  }
}
nav ul li.ebook a:hover {
  color: #D9765A;
}
nav ul li.mail {
  align-items: center;
  display: inline-block;
  list-style-type: none;
  position: relative;
}
@media screen and (max-width: 1000px) {
  nav ul li.mail {
    width: 100%;
  }
}
nav ul li.mail a {
  color: #000;
  align-items: center;
  display: block;
  justify-content: center;
  border-radius: 5px;
  text-align: left;
  transition: all 0.3s linear;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0 5px 0 10px;
}
@media screen and (max-width: 1000px) {
  nav ul li.mail a {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
    padding: 0;
    margin: 0 0 10px;
  }
}
nav ul li.mail a:hover {
  color: #D9765A;
}

/*----------------------------
ヘッダーの中身の設定
---------------------------- */
.header {
  transform: translateY(0);
  transition: transform 0.4s ease;
}

.header--unpinned {
  transform: translateY(-150%);
}

.header {
  background: #fff100;
  position: fixed;
  height: 70px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 1s;
  transform: translateZ(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased; /* seems to do the same in Safari */
  /*----------------------------
  キャッチフレーズ
  ---------------------------- */
  /*----------------------------
  メルマガ登録ボタン
  ---------------------------- */
}
@media screen and (max-width: 1000px) {
  .header {
    height: 47px;
  }
}
.header #top-contents .inner-contents {
  align-items: cener;
  position: relative;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .header #top-contents .inner-contents {
    max-width: 100%;
    padding: 0 20px;
  }
}
.header .top-logo {
  text-align: left;
  position: absolute;
  left: 50px;
  top: 28px;
}
@media screen and (max-width: 1000px) {
  .header .top-logo {
    top: 7px;
    left: 20px;
  }
}
.header .top-logo a.logo {
  display: block;
  margin: 18px 0 0;
  width: 100px;
}
@media screen and (max-width: 1000px) {
  .header .top-logo a.logo {
    margin: 22px 0 0;
    width: 71px;
  }
}
.header .top-logo a.logo-media, .header .top-logo a.logo-seminar {
  margin: 18px 0 0;
  display: block;
  width: 165px;
}
@media screen and (max-width: 1000px) {
  .header .top-logo a.logo-media, .header .top-logo a.logo-seminar {
    margin: 22px 0 0;
    width: 117px;
  }
}
.header p.catchphrase {
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 1125px) {
  .header p.catchphrase {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 1000px) {
  .header p.catchphrase {
    margin: 0 0 7px;
  }
}
@media screen and (max-width: 565px) {
  .header p.catchphrase {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}
.header a.btn-registar-mail {
  margin: 0 0 0 auto;
}
.header a.btn-registar-mail span {
  background: #000;
  color: #fff;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  padding: 4px 0 0;
  margin: 7px 0 0;
  height: 29px;
  width: 100px;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .header a.btn-registar-mail span {
    margin: 7px 25px 0 0;
  }
}
.header a.btn-registar-mail:hover span {
  background: #fff;
  color: #000;
}

/*----------------------------
マケフリの人アイコン
---------------------------- */
#makefri-nohito-register {
  position: relative;
}
#makefri-nohito-register a {
  background-image: url("../image/makefri_nohito/hover01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 118px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  transition: none;
  right: 40px;
  top: 20px;
  position: absolute;
}
@media screen and (max-width: 1000px) {
  #makefri-nohito-register a {
    top: 8px;
  }
}
@media screen and (max-width: 565px) {
  #makefri-nohito-register a {
    right: 35px;
  }
}
#makefri-nohito-register a:hover {
  animation: keyframes-bounce 1s ease infinite normal 0s running;
  transition: cubic-bezier(0.1, -0.6, 0.2, 0);
}
@media screen and (max-width: 565px) {
  #makefri-nohito-register a:hover {
    animation: none;
  }
}

/*----------------------------
left-contents
articlesの共通設定箇所
---------------------------- */
#main-contents .left-contents h1 {
  text-align: center;
  border-bottom: 1px solid #ededed;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 45px;
}
@media screen and (max-width: 414px) {
  #main-contents .left-contents h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#main-contents .left-contents h2, #main-contents .left-contents h3, #main-contents .left-contents h4 {
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", sans-serif;
}
#main-contents .left-contents .desc, #main-contents .left-contents time {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

#side_body img {
  width: 100%;
  margin: 0 0 20px;
}
#side_body .sidebar-malmagabox.sm1 {
  border: none;
}

@media screen and (max-width: 1000px) {
  #sub .contents_body, #sub.category .contents_body {
    padding: 0;
  }
  #sub .contents_body .top-box, #sub.category .contents_body .top-box {
    margin: 0 auto 20px;
  }
}

.sidebar-box a {
  display: block;
  margin: 0 0 20px;
}
.sidebar-box a:hover {
  filter: drop-shadow(2px 4px 3px #888);
  transition: 0.3s;
}
@media screen and (min-width: 1001px) {
  .sidebar-box {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .sidebar-box {
    display: none;
  }
}

#sp-sidebar {
  padding: 0 20px;
}
#sp-sidebar a {
  display: block;
  margin: 0 0 20px;
}
#sp-sidebar a:hover {
  filter: drop-shadow(2px 4px 3px #888);
  transition: 0.3s;
}
#sp-sidebar img {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  #sp-sidebar {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #sp-sidebar {
    display: block;
  }
}/*# sourceMappingURL=category.css.map */