<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 
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: 15px/1.7 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #f5f5f5;
  text-align: left;
}

/* Yu Gothic for Windows */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: MyYuGothic;
  font-weight: normal;
  src: local(YuGothic-Medium), local("Yu Gothic Medium"); /* for Chrome */
}
@font-face {
  font-family: MyYuGothic;
  font-weight: bold;
  src: local(YuGothic-Bold), local("Yu Gothic"); /* for Chrome */
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
@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-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;
}

/*----------------------------
コンテンツ箇所
---------------------------- */
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;
}

/*----------------------------
共通項目
---------------------------- */
.wrapper {
  width: 100%;
  overflow: hidden;
}

p,
a,
li,
th,
td,
span {
  color: #000;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}

article h1,
article h2,
article h3,
article h4 {
  color: #000;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}

#main-contents {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  #main-contents {
    padding: 0;
  }
}
#main-contents h2 {
  margin: 0 0 30px;
}
#main-contents section {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  #main-contents section {
    padding: 0 40px;
  }
}
@media screen and (max-width: 565px) {
  #main-contents section {
    padding: 0 20px;
  }
}

p.btn {
  margin: 40px auto 60px;
}
@media screen and (max-width: 1000px) {
  p.btn {
    margin: 30px auto 38px;
  }
}
p.btn a {
  box-shadow: 0px 0px 15px 1px #dfdfdf;
  border: 2px solid #D9765A;
  background: #D9765A;
  color: #fff;
  border-radius: 34px;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 10px 15px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 340px;
  position: relative;
}
p.btn a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin: -6px 0 0;
  border-style: solid;
  border-width: 11px 8px 0px 8px;
  border-color: #fff transparent;
  transform: rotate(269deg);
}
p.btn a:hover {
  background: #fff;
  color: #D9765A;
}
p.btn a:hover:after {
  border-color: #D9765A transparent;
}
@media screen and (max-width: 565px) {
  p.btn a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 5px 20px;
    max-width: 66.6666666667%;
  }
}
@media screen and (max-width: 414px) {
  p.btn a {
    max-width: 80%;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 320px) {
  p.btn a {
    max-width: 90%;
  }
}

h2 {
  font-weight: 700;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 565px) {
  h2 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 8px;
  }
}
/*----------------------------
キャッチフレーズ箇所
---------------------------- */
p.top-right-description {
  margin: 6px 0 0 auto;
}

/*----------------------------
トップの新着記事表示箇所
---------------------------- */
#top-article-lists {
  margin: 170px auto 0;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #top-article-lists {
    margin: 85px auto 0;
  }
}

.object-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

#main-contents {
  /*----------------------------
  サムネイル画像トップの余白設定
  ---------------------------- */
  /*----------------------------
  新着記事一覧箇所
  ---------------------------- */
  /*----------------------------
  お役たち箇所 /　ebook
  ---------------------------- */
  /*----------------------------
  マケフリとは
  ---------------------------- */
}
#main-contents .thumbnail-img {
  width: 100%;
  height: 259px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  #main-contents .thumbnail-img {
    width: 300px;
    height: 200px;
  }
}
@media screen and (max-width: 565px) {
  #main-contents .thumbnail-img {
    width: 120px;
    height: 80px;
  }
}
#main-contents .thumbnail {
  overflow: hidden;
  text-align: center;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 1000px) {
  #main-contents .thumbnail {
    float: left;
    margin: 0 20px 0 0;
    width: 300px;
    height: 200px;
  }
}
@media screen and (max-width: 565px) {
  #main-contents .thumbnail {
    width: 120px;
    height: 80px;
    margin: 0 10px 0 0;
  }
}
#main-contents .thumbnail img {
  width: 389px;
  height: 259px;
}
@media screen and (max-width: 1440px) {
  #main-contents .thumbnail img {
    height: 200px;
  }
}
@media screen and (max-width: 1000px) {
  #main-contents .thumbnail img {
    padding: 0;
    margin: 0 auto 0 0;
    display: flex;
    width: 300px;
    height: 200px;
  }
}
@media screen and (max-width: 565px) {
  #main-contents .thumbnail img {
    width: 120px;
    height: 80px;
  }
}
#main-contents .thumbnail {
  position: relative;
}
@media screen and (max-width: 565px) {
  #main-contents .thumbnail {
    height: 80px;
  }
}
#main-contents .thumbnail .mask {
  transition: all 1s;
}
#main-contents section {
  /*----------------------------
  }
  }
  新着記事箇所 /　article
  ---------------------------- */
  /*----------------------------
  セミナー情報箇所
  ---------------------------- */
}
#main-contents section.ebook-lists, #main-contents section.seminar-lists, #main-contents section.article-lists {
  margin: 100px auto;
}
#main-contents section.ebook-lists ul li a:hover .mask, #main-contents section.seminar-lists ul li a:hover .mask, #main-contents section.article-lists ul li a:hover .mask {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: 3;
  opacity: 0.4;
}
#main-contents section.ebook-lists ul li a:hover .semi-title, #main-contents section.seminar-lists ul li a:hover .semi-title, #main-contents section.article-lists ul li a:hover .semi-title {
  color: #D9765A;
}
#main-contents section ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  #main-contents section ul {
    flex-wrap: wrap;
    margin: 0 0 30px;
  }
}
#main-contents section ul li {
  transition: all 1s;
  width: calc(33.3333333333% - 30px);
}
@media screen and (max-width: 1000px) {
  #main-contents section ul li {
    max-width: 100%;
    margin: 0 0 30px;
    position: relative;
    width: 100%;
  }
}
#main-contents section ul li:last-child {
  margin: 0;
}
#main-contents section ul li p.semi-title {
  margin: 24px 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  height: 50.4px;
  font-size: 18px;
  line-height: 1.4;
  word-break: break-all;
  overflow: hidden;
}
#main-contents section ul li p.semi-title::before, #main-contents section ul li p.semi-title::after {
  position: absolute;
  background: white;
}
#main-contents section ul li p.semi-title::before {
  content: "...";
  top: 25.2px;
  right: 0;
  width: 1em;
}
#main-contents section ul li p.semi-title::after {
  content: "";
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  #main-contents section ul li p.semi-title {
    font-size: 17px;
    font-size: 1.0625rem;
    position: relative;
    height: 47.6px;
    font-size: 17px;
    line-height: 1.4;
    word-break: break-all;
    overflow: hidden;
  }
  #main-contents section ul li p.semi-title::before, #main-contents section ul li p.semi-title::after {
    position: absolute;
    background: white;
  }
  #main-contents section ul li p.semi-title::before {
    content: "...";
    top: 23.8px;
    right: 0;
    width: 1em;
  }
  #main-contents section ul li p.semi-title::after {
    content: "";
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #main-contents section ul li p.semi-title {
    max-width: 100%;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 565px) {
  #main-contents section ul li p.semi-title {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    margin: 0 0 20px;
    position: relative;
    height: 33.6px;
    font-size: 12px;
    line-height: 1.4;
    word-break: break-all;
    overflow: hidden;
  }
  #main-contents section ul li p.semi-title::before, #main-contents section ul li p.semi-title::after {
    position: absolute;
    background: white;
  }
  #main-contents section ul li p.semi-title::before {
    content: "...";
    top: 16.8px;
    right: 0;
    width: 1em;
  }
  #main-contents section ul li p.semi-title::after {
    content: "";
    width: 100%;
    height: 100%;
  }
}
#main-contents section ul li.hover p.semi-title {
  color: #D9765A;
}
#main-contents section ul.post-categories {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  #main-contents section ul.post-categories {
    display: flex;
    justify-content: flex-end;
  }
}
#main-contents section ul.post-categories li {
  overflow: none;
  width: auto;
  max-width: auto;
}
@media screen and (max-width: 1000px) {
  #main-contents section ul.post-categories li {
    margin: 0 10px 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 565px) {
  #main-contents section ul.post-categories li {
    margin: 0;
  }
}
#main-contents section ul.post-categories li a {
  border: 1px solid #000;
  background: #fff;
  padding: 2px 5px;
  width: auto;
}
@media screen and (max-width: 1440px) {
  #main-contents section ul.post-categories li a {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
#main-contents section.article-lists .pc-bottom-tag {
  display: flex;
  align-items: center;
  margin: 35px 0 0;
}
@media screen and (max-width: 1000px) {
  #main-contents section.article-lists .pc-bottom-tag {
    display: none;
  }
}
#main-contents section.article-lists .pc-bottom-tag time.pc-time {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
#main-contents section.article-lists time.sp-time,
#main-contents section.article-lists .sp-category-list {
  display: none;
}
@media screen and (max-width: 1000px) {
  #main-contents section.article-lists time.sp-time,
  #main-contents section.article-lists .sp-category-list {
    display: block;
    width: 100%;
  }
}
#main-contents section.article-lists time.sp-time {
  margin: 0 0 10px;
  font-size: 10px;
  font-size: 0.625rem;
}
#main-contents section.article-lists ul.post-categories {
  position: inherit;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
#main-contents section.article-lists ul.post-categories a:first-child {
  display: block;
}
#main-contents section.whats-makefri .inner-contets {
  background: url("../image/top/craft_bag.png") no-repeat;
  background-position: center bottom 0;
  background-size: 20.15625%;
  margin: 20px auto 0;
  padding-bottom: 239px;
}
@media screen and (max-width: 1000px) {
  #main-contents section.whats-makefri .inner-contets {
    background-size: 49.4884910486%;
  }
}
@media screen and (max-width: 565px) {
  #main-contents section.whats-makefri .inner-contets {
    background-size: 50.1333333333%;
    padding-bottom: 140px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 414px) {
  #main-contents section.whats-makefri .inner-contets {
    padding-bottom: 93px;
  }
}
#main-contents section.whats-makefri h2.makefri {
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
  font-size: 35px;
  font-size: 2.1875rem;
}
@media screen and (max-width: 565px) {
  #main-contents section.whats-makefri h2.makefri {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#main-contents section.whats-makefri h2.makefri span {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 565px) {
  #main-contents section.whats-makefri h2.makefri span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
#main-contents section.whats-makefri p.about-makefri {
  display: flex;
  text-align: center;
  justify-content: center;
  line-height: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 565px) {
  #main-contents section.whats-makefri p.about-makefri {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 15px;
  }
}
#main-contents section.whats-makefri p.btn {
  max-width: 1404px;
}

/*----------------------------
トップページのみの指定
---------------------------- */
#footer {
  margin: 0;
}/*# sourceMappingURL=new_top.css.map */</pre></body></html>