@charset "UTF-8";
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 400;
  src: local("Metropolis Light"), url("../fonts/Metropolis-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 700;
  src: local("Metropolis Semi Bold"), url("../fonts/Metropolis-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/YakuHanJP-Regular.eot");
  src: url("../fonts/YakuHanJP-Regular.woff2") format("woff2"), url("../fonts/YakuHanJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/YakuHanJP-Bold.eot");
  src: url("../fonts/YakuHanJP-Bold.woff2") format("woff2"), url("../fonts/YakuHanJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"),
    url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

nav ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

/* ---------------------------------------------------------
▼共通
----------------------------------------------------------*/
body {
  color: #565656;
  background-color: #fff;
  font-size: 16px;
  font-family: "Metropolis", "YakuHanJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  word-break: break-all;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  color: #1d428a;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #0091da;
  text-decoration: none;
}

em {
  font-style: normal;
}

sup {
  font-size: 0.6rem;
  vertical-align: top;
}

hr {
  height: 1px;
  background-color: #ddd;
  border: none;
}

/* フォーム基本リセット */
button,
input,
label,
optgroup,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  /* firefoxでの点線を消す */
}

::-webkit-input-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

::-ms-input-placeholder {
  color: #aaa;
}

::placeholder {
  color: #aaa;
}

/* ---------------------------------------------------------
▼ヘッダー
----------------------------------------------------------*/
.header_bar {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 200;
}

.head_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 15px 50px 0;
  position: relative;
  z-index: 200;
  background-color: #fff;
}

@media only screen and (max-width: 1180px) {
  .head_top {
    padding: 0 40px;
    height: 70px;
  }
}
@media only screen and (max-width: 680px) {
  .head_top {
    padding: 0 20px;
  }
}
.head_top .htl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #717074;
  padding: 12px 0 0;
}

.head_top .htl .site_title {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
}

@media only screen and (max-width: 1180px) {
  .head_top .htl .site_title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 680px) {
  .head_top .htl .site_title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 340px) {
  .head_top .htl .site_title {
    font-size: 16px;
  }
}
.head_top .htl .site_title a {
  color: #717074;
}

.head_top .htl p.logo {
  margin-right: 26px;
}

@media only screen and (max-width: 1180px) {
  .head_top .htl p.logo {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 680px) {
  .head_top .htl p.logo {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1180px) {
  .head_top .htl p.logo img {
    width: 120px;
    height: auto;
  }
}
@media only screen and (max-width: 680px) {
  .head_top .htl p.logo img {
    width: 100px;
    height: auto;
  }
}
@media only screen and (max-width: 340px) {
  .head_top .htl p.logo img {
    width: 80px;
    height: auto;
  }
}
/* 検索 */
.head_top .htr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ht_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

@media only screen and (max-width: 1180px) {
  .ht_search {
    margin-top: 5px;
    margin-right: 60px;
  }
}
@media only screen and (max-width: 680px) {
  .ht_search {
    display: none;
  }
}
.input_search {
  font-size: 16px;
  height: 30px;
  padding: 0 10px;
  width: 200px;
  border-radius: 3px;
  border: solid 1px #1d428a;
  margin-right: 4px;
}

.input_search:focus {
  border: solid 1px #007abb;
}

.btn_search {
  border: 0;
  width: 30px;
  height: 30px;
  background-image: url("../img/icon_search.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 60px 30px;
  background-color: transparent;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

.btn_search:hover {
  background-position: left center;
}

/* スマホ用検索 */
.ht_search_sp {
  display: none;
}

@media only screen and (max-width: 680px) {
  .ht_search_sp {
    display: block;
    padding: 15px;
    border-bottom: solid 1px #ccc;
  }

  .ht_search_sp form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    margin: 0 auto;
  }

  .ht_search_sp .input_search {
    width: calc(100% - 50px);
    margin: 0 auto;
  }

  .ht_search_sp .ht_search {
    margin-right: 0;
  }
}
/* 企業サイトリンク */
a .arrow_right {
  display: inline-block;
  width: 7px;
  height: 11px;
  background-image: url("../img/icon_arrow1.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 14px 11px;
  margin-left: 10px;
}

a:hover .arrow_right {
  background-position: left center;
}

@media only screen and (max-width: 1180px) {
  .link_corp {
    display: none;
  }
}
.link_corp a {
  white-space: nowrap;
}

.link_corp a:hover .arrow_right {
  background-position: left center;
}

.link_corp_sp {
  display: none;
}

@media only screen and (max-width: 1180px) {
  .link_corp_sp {
    display: block;
    text-align: center;
    padding: 10px 0 20px;
  }
}
.link_corp_sp a {
  white-space: nowrap;
}

/* グローバルナビ */
.head_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 50px 0 30px;
}

@media only screen and (max-width: 1180px) {
  .head_btm {
    display: none;
  }
}
@media only screen and (max-width: 1180px) {
  .head_btm.open {
    display: block;
    width: 100%;
    position: absolute;
    top: 78px;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
    padding: 0;
    -webkit-animation: spnavi_anim 0.2s both;
    animation: spnavi_anim 0.2s both;
  }
}
@-webkit-keyframes spnavi_anim {
  from {
    top: -100px;
  }
  to {
    top: 78px;
  }
}
@keyframes spnavi_anim {
  from {
    top: -100px;
  }
  to {
    top: 78px;
  }
}
.h_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1180px) {
  .h_navi {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: solid 1px #ccc;
  }
}
.h_navi li {
  text-align: center;
}

@media only screen and (max-width: 1180px) {
  .h_navi li {
    width: 50%;
    border-bottom: solid 1px #ccc;
  }
}
@media only screen and (max-width: 540px) {
  .h_navi li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
  }
}
.h_navi li a {
  display: block;
  position: relative;
  font-size: 15px;
  padding: 30px 15px 16px;
  white-space: nowrap;
  color: #000;
}

@media only screen and (max-width: 1180px) {
  .h_navi li a {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 540px) {
  .h_navi li a {
    width: 100%;
    white-space: normal;
    padding: 0px 10px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
  }
}
@media only screen and (max-width: 1180px) {
  .h_navi li:nth-child(odd) {
    border-right: solid 1px #ccc;
  }
}
@media only screen and (max-width: 1180px) {
  .h_navi li:nth-child(7) {
    border-bottom: none;
  }
}
.h_navi li:nth-child(1) a:hover {
  color: #40bf75;
}

.h_navi li:nth-child(2) a:hover {
  color: #1ec0a8;
}

.h_navi li:nth-child(3) a:hover {
  color: #00bfd5;
}

.h_navi li:nth-child(4) a:hover {
  color: #00aed7;
}
.h_navi li:nth-child(5) a:hover {
  color: #0095da;
}
.h_navi li:nth-child(6) a:hover {
  color: #087ac3;
}
.h_navi li:nth-child(7) a:hover {
  color: #0c6bb4;
}
.h_navi li a:after {
  content: "";
  width: 18px;
  height: 9px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 1180px) {
  .h_navi li a:after {
    display: none;
  }
}
.h_navi li a:hover:after {
  bottom: 0;
  opacity: 1;
}

.h_navi li:nth-child(1) a:after {
  background-image: url("../img/nav_mark1.svg");
}

.h_navi li:nth-child(2) a:after {
  background-image: url("../img/nav_mark2.svg");
}

.h_navi li:nth-child(3) a:after {
  background-image: url("../img/nav_mark3.svg");
}

.h_navi li:nth-child(4) a:after {
  background-image: url("../img/nav_mark4.svg");
}

.h_navi li:nth-child(5) a:after {
  background-image: url("../img/nav_mark5.svg");
}

.h_navi li:nth-child(6) a:after {
  background-image: url("../img/nav_mark6.svg");
}

.h_navi li:nth-child(7) a:after {
  background-image: url("../img/nav_mark7.svg");
}

/* カレントページ */
.single-basic .h_navi li:nth-child(1) a:after,
.post-type-archive-basic .h_navi li:nth-child(1) a:after {
  bottom: 0;
  opacity: 1;
}

.single-solution .h_navi li:nth-child(2) a:after,
.post-type-archive-solution .h_navi li:nth-child(2) a:after {
  bottom: 0;
  opacity: 1;
}

.single-case .h_navi li:nth-child(3) a:after,
.post-type-archive-case .h_navi li:nth-child(3) a:after {
  bottom: 0;
  opacity: 1;
}

.single-resource .h_navi li:nth-child(3) a:after,
.post-type-archive-resource .h_navi li:nth-child(3) a:after {
  bottom: 0;
  opacity: 1;
}

.single-event .h_navi li:nth-child(4) a:after,
.post-type-archive-event .h_navi li:nth-child(4) a:after {
  bottom: 0;
  opacity: 1;
}

.page-id-2828 .h_navi li:nth-child(4) a:after,
.page-id-2830 .h_navi li:nth-child(4) a:after,
.page-id-2837 .h_navi li:nth-child(4) a:after,
.page-id-2840 .h_navi li:nth-child(4) a:after,
.page-id-2846 .h_navi li:nth-child(4) a:after,
.single-value_partner .h_navi li:nth-child(4) a:after {
  bottom: 0;
  opacity: 1;
}
.page-template-page-sovereign .h_navi li:nth-child(5) a:after {
  bottom: 0;
  opacity: 1;
}
.tag-video .h_navi li:nth-child(6) a:after {
  bottom: 0;
  opacity: 1;
}

.single-column .h_navi li:nth-child(7) a:after,
.post-type-archive-column .h_navi li:nth-child(7) a:after {
  bottom: 0;
  opacity: 1;
}

.h_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1180px) {
  .h_sns {
    margin: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.h_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h_sns ul + ul {
  margin-left: 10px;
}

.h_sns ul:nth-child(1) li a {
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0 12px;
  font-size: 17px;
}

@media only screen and (max-width: 680px) {
  .h_sns ul:nth-child(1) li a {
    font-size: 22px;
  }
}
.gradient_bar {
  height: 8px;
  background-color: #5a39a0;
  background-image: url("../img/gradient_bar.png"), url("../img/gradient_bar_bg.png");
  background-position: center top, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 110;
}

/* ハンバーガーメニュー */
.btn_gnav {
  display: none;
  position: fixed;
  top: 0;
  right: 5px;
  width: 70px;
  height: 70px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background-color: #fff;
  z-index: 500;
}

@media only screen and (max-width: 1180px) {
  .btn_gnav {
    display: block;
  }
}
.btn_gnav span {
  display: block;
  width: 40px;
  height: 3px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #555;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.btn_gnav span.line1 {
  -webkit-transform: translateY(26px);
  transform: translateY(26px);
}

.btn_gnav span.line2 {
  -webkit-transform: translateY(33px);
  transform: translateY(33px);
}

.btn_gnav span.line3 {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.btn_gnav.open span {
  width: 34px;
}

.btn_gnav.open span.line1 {
  -webkit-transform: rotate(-45deg) translate(-24px, 24px);
  transform: rotate(-45deg) translate(-24px, 24px);
}

.btn_gnav.open span.line2 {
  background-color: rgba(255, 255, 255, 0);
}

.btn_gnav.open span.line3 {
  -webkit-transform: rotate(45deg) translate(20px, 20px);
  transform: rotate(45deg) translate(20px, 20px);
}

/* ---------------------------------------------------------
▼フッター
----------------------------------------------------------*/
.footer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 50px 60px;
  color: #717074;
}

@media only screen and (max-width: 680px) {
  .footer {
    padding: 50px 20px 100px;
  }
}
.footer .footer_fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 680px) {
  .footer .footer_fb {
    display: block;
    text-align: center;
  }
}
.footer .f_logo {
  padding-bottom: 34px;
  margin-right: 50px;
}

@media only screen and (max-width: 680px) {
  .footer .f_logo {
    margin-right: 0;
  }
}
.footer .f_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media only screen and (max-width: 680px) {
  .footer .f_link {
    display: block;
  }
}
.footer .f_link li {
  white-space: nowrap;
  margin: 0;
}

.footer .f_link a {
  color: #000;
  line-height: 1.5;
  margin-right: 25px;
}

@media only screen and (max-width: 680px) {
  .footer .f_link a {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.footer .f_link a:hover {
  color: #007ab8;
}

.footer .f_text {
  font-size: 14px;
  line-height: 1.5;
}

.footer .f_text li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 680px) {
  .footer .f_text .copyright {
    padding-top: 15px;
    text-align: center;
  }
}
/* ページ上部へボタン */
.btn_pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 100;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  background-color: #000;
  background-image: url("../img/icon_arrow_up.png");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 30%;
  cursor: pointer;
}

.btn_pagetop:hover {
  opacity: 40%;
}

/* ---------------------------------------------------------
▼メイン
----------------------------------------------------------*/
.container {
  min-height: 500px;
  padding: 120px 0 0;
}

@media only screen and (max-width: 1180px) {
  .container {
    padding: 75px 0 0;
  }
}
.wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

.breadcrumb {
  font-size: 14px;
  padding: 32px 50px 0;
}

@media only screen and (max-width: 1180px) {
  .breadcrumb {
    padding: 32px 40px 0;
  }
}
@media only screen and (max-width: 680px) {
  .breadcrumb {
    padding: 15px 20px 0;
  }
}
.breadcrumb li {
  display: inline-block;
  line-height: 1.5;
  background-image: url("../img/icon_arrow2.png");
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 7px 11px;
  padding-right: 24px;
}

.breadcrumb li:last-child {
  background-image: none;
  padding-right: 0;
}

.breadcrumb a {
  color: #000;
}

.breadcrumb a:hover {
  color: #007ab8;
}

h1 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: normal;
  color: #000;
}

h2 {
  font-size: 23px;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 25px;
}

h3 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 25px;
}

/* ボタンベース */
.btn a,
.btn input,
.btn button {
  display: inline-block;
  border-radius: 3px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  color: #fff;
  background-color: #1d428a;
  border: solid 1px #1d428a;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.btn a:hover,
.btn input:hover,
.btn button:hover {
  color: #1d428a;
  background-color: #fff;
  border: solid 1px #1d428a;
}

/* ---------------------------------------------------------
▼ラベル
----------------------------------------------------------*/
.label {
  display: inline-block;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 3px;
  color: #565656;
  background-color: #fff;
  border: solid 1px #aaa;
  white-space: nowrap;
}

.label.cat1,
.label.basic {
  color: #fff;
  background-color: #59bf4f;
  border: solid 1px #59bf4f;
}

.label.cat2,
.label.solution {
  color: #fff;
  background-color: #1ec0a7;
  border: solid 1px #1ec0a7;
}

.label.cat4,
.label.resource {
  color: #fff;
  background-color: #00b5d6;
  border: solid 1px #00b5d6;
}

.label.cat5,
.label.event {
  color: #fff;
  background-color: #00a2d8;
  border: solid 1px #00a2d8;
}

.label.cat7,
.label.column {
  color: #fff;
  background-color: #0583cb;
  border: solid 1px #0583cb;
}

a.tag {
  display: inline-block;
  font-size: 11px;
  margin-top: 5px;
  padding: 2px 10px 2px 13px;
  color: #1d428a;
  background-image: url("../img/icon_tag.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  white-space: nowrap;
}

span.tag {
  display: inline-block;
  font-size: 11px;
  margin-top: 5px;
  padding: 2px 10px 2px 13px;
  color: #666;
  background-image: url("../img/icon_tag.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  white-space: nowrap;
}

a.tag:hover {
  color: #007ab8;
  background-image: url("../img/icon_tag2.png");
}

.post_item a.tag {
  font-size: 14px;
  padding: 2px 20px 2px 15px;
}

.seminar_item_body .category a.tag {
  font-size: 14px;
  margin-bottom: 10px;
}

.filter_item {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
  background-image: url("../img/icon_tag.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  padding: 3px 0 0 20px;
}

.filter_item span {
  font-weight: 500;
  color: #f00;
}

.hit_result {
  font-size: 12px;
  margin-bottom: 20px;
}

/* ---------------------------------------------------------
▼記事アイテム
----------------------------------------------------------*/
.grid {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1080px) {
  .grid {
    justify-content: space-between;
  }
}
.grid .grid_item {
  display: block;
  position: relative;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 50px;
  border: solid 1px #ddd;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.5s ease-out;
}

@media only screen and (max-width: 1080px) {
  .grid .grid_item {
    width: 49%;
  }
}
@media only screen and (max-width: 680px) {
  .grid .grid_item {
    width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  .grid_item:nth-child(2n) {
    margin-right: 0;
  }
}

.grid_item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 680px) {
  .grid_item:nth-child(3n) {
    margin-right: 0;
  }
}
.grid .grid_item:hover {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.grid .grid_item a.cell {
  display: block;
  height: 100%;
  position: relative;
}

.grid .grid_item .item_thumb {
  width: 100%;
  padding-top: 52%;
  background-image: url("../img/eyecatch_np.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #f5f5f5;
  -webkit-transition: background-size 0.3s ease-out;
  transition: background-size 0.3s ease-out;
}

.grid .grid_item:hover .item_thumb {
  background-size: 120%;
}

.grid .item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 20px 0;
}

.grid .item_head span {
  margin: 0 5px 5px 0;
}

.grid .item_cat {
  padding: 0 20px 10px;
}

.grid .item_date {
  font-size: 14px;
  color: #565656;
  white-space: nowrap;
  padding: 10px 0 0;
}

.grid .item_title {
  font-size: 18px;
  line-height: 1.5;
  padding: 15px 20px 0;
  color: #565656;
}

.grid a:hover .item_title {
  color: #0091da;
}

.grid .item_com {
  font-size: 12px;
  line-height: 1.5;
  padding: 15px 20px 0;
  color: #565656;
}

.grid .item_com span {
  margin-right: 5px;
}

.grid .item_foot {
  padding: 15px 20px;
  height: auto;
}

.grid .icon_video {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  z-index: 100;
}

.grid .icon_video img {
  width: 35px;
}

.grid .item_read {
  font-size: 14px;
  position: absolute;
  right: 20px;
  bottom: 15px;
  color: #565656;
}

.grid a:hover .item_read {
  color: #0091da;
}

.grid .bnr_vmcv img {
  width: 120px;
  height: auto;
  vertical-align: bottom;
}

/* ページ送り */
.pagination {
  text-align: center;
  padding-bottom: 100px;
}

.pagination_inner {
  display: inline-block;
}

.pagination_inner a,
.pagination_inner span.current {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: solid 1px transparent;
}

@media only screen and (max-width: 680px) {
  .pagination_inner a,
  .pagination_inner span.current {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.pagination_inner a {
  color: #1d428a;
  background-color: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pagination_inner a:hover {
  color: #007ab8;
  border: solid 1px #007ab8;
}

.pagination_inner span.current {
  color: #ccc;
  background-color: transparent;
}

.grid .label_osusume {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  padding: 10px 18px 10px 18px;
  border-radius: 5px;
  background-color: #1d428a;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.grid .grid_item.osusume:hover .label_osusume {
  background-color: #009ee7;
}

.grid .grid_item.osusume {
  border: solid 2px #1d428a;
}

.grid .grid_item.osusume:hover {
  border: solid 2px #009ee7;
}
