@charset "UTF-8";
/*
    Theme Name: Aspire Blog 2021
    Theme URI: https://
    Description: Aspire Blog 2021 のテーマファイル
    Version: 1.0
    Author: PCI Inc.
    Author URI: https://www.mpci.co.jp/
*/
table {
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

/* --------------------------------------------------------------
general elements
-------------------------------------------------------------- */
html {
  font-size: 10px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, arial, "Noto Sans JP", "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-size: 1.6rem;
}

img {
  height: auto;
  max-width: 100%;
}

/* --------------------------------------------------------------
NAVIGATION
-------------------------------------------------------------- */
/* ========= ナビゲーションドロップダウンのためのCSS =============== */
/* ==ナビゲーション全体の設定 */
#g-nav {
  background: #167ffc;
  color: #fff;
  display: none;
  text-align: center;
}

@media (min-width: 768px) {
  #g-nav {
    display: block !important;
  }
}
/* ナビゲーションを横並びに */
#g-nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
}

/* 2階層目以降は横並びにしない */
#g-nav ul ul {
  display: block;
}

/* 下の階層のulや矢印の基点にするためliにrelativeを指定 */
#g-nav ul li {
  position: relative;
}

/* ナビゲーションのリンク設定 */
#g-nav ul li a {
  color: #fff;
  display: block;
  padding: 20px 35px;
  text-decoration: none;
  transition: all 0.3s;
}

#g-nav ul li li a {
  padding: 10px 35px;
}

#g-nav ul li a:hover {
  color: #fff;
}

/* ==矢印の設定 */
/* 2階層目を持つliの矢印の設定 */
#g-nav ul li.menu-item-has-children::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 6px;
  left: 15px;
  position: absolute;
  top: 25px;
  transform: rotate(135deg);
  width: 6px;
}

/* 3階層目を持つliの矢印の設定 */
/* #g-nav ul ul li.menu-item-has-children::before{
  content:'';
  position: absolute;
  left:6px;
  top:17px;
  width:6px;
  height:6px;
  border-top: 2px solid #fff;
  border-right:2px solid #fff;
  transform: rotate(45deg);
} */
/* == 2・3階層目の共通設定 */
/* 下の階層を持っているulの指定 */
#g-nav li.menu-item-has-children ul {
  /* 形状を指定 */
  background: #28bfe7;
  left: 0;
  opacity: 0;
  /* 絶対配置で位置を指定 */
  position: absolute;
  top: 62px;
  /* アニメーション設定 */
  transition: all 0.3s;
  /* はじめは非表示 */
  visibility: hidden;
  width: 180px;
  z-index: 3;
}

/* hoverしたら表示 */
#g-nav li.menu-item-has-children:hover > ul,
#g-nav li.menu-item-has-children:active > ul,
#g-nav li.menu-item-has-children ul li:hover > ul,
#g-nav li.menu-item-has-children ul li:active > ul {
  opacity: 1;
  visibility: visible;
}

/* ナビゲーションaタグの形状 */
#g-nav li.menu-item-has-children ul li a {
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  color: #fff;
}

#g-nav li.menu-item-has-children ul li:last-child a {
  border-bottom: none;
}

#g-nav li.menu-item-has-children ul li a:hover,
#g-nav li.menu-item-has-children ul li a:active {
  background: #3577ca;
}

/* ==3階層目 */
/* 3階層目の位置 */
/* #g-nav li.menu-item-has-children ul ul{
  top:0;
  left:182px;
  background:#66ADF5;
} */
#g-nav li.menu-item-has-children ul ul li a:hover,
#g-nav li.menu-item-has-children ul ul li a:active {
  background: #448ed3;
}

/* ==767px以下の形状 */
@media (max-width: 767px) {
  #g-nav {
    padding: 0;
  }

  #g-nav ul {
    display: block;
  }

  #g-nav li.menu-item-has-children ul,
#g-nav li.menu-item-has-children ul ul {
    display: none;
    /* JSのslidetoggleで表示させるため非表示に */
    left: 0;
    opacity: 1;
    /* JSで制御するため一旦表示 */
    position: relative;
    top: 0;
    transition: none;
    /* JSで制御するためCSSのアニメーションを切る */
    visibility: visible;
    /* JSで制御するため一旦表示 */
    width: 100%;
  }

  #g-nav ul li a {
    border-bottom: 1px solid #fff;
  }

  /* 矢印の位置と向き */
  #g-nav ul li.menu-item-has-children::before {
    left: 20px;
  }

  #g-nav ul ul li.menu-item-has-children::before {
    left: 20px;
    transform: rotate(135deg);
  }

  #g-nav ul li.menu-item-has-children.active::before {
    transform: rotate(-45deg);
  }
}
/* ==================================================
　5-2-4 MENUがCLOSEに
=================================== */
@media (max-width: 767px) {
  /* ボタン外側※レイアウトによってpositionや形状は適宜変更してください */
  .sp-menu-btn {
    background: #167ffc;
    border-radius: 5px;
    cursor: pointer;
    height: 50px;
    left: 10px;
    /* ボタン内側の基点となるためrelativeを指定。
    追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定 */
    position: relative;
    top: 10px;
    width: 50px;
  }

  /* ボタン内側 */
  .sp-menu-btn span {
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    height: 2px;
    left: 14px;
    position: absolute;
    transition: all 0.4s;
    /* アニメーションの設定 */
    width: 45%;
  }

  .sp-menu-btn span:nth-of-type(1) {
    top: 13px;
  }

  .sp-menu-btn span:nth-of-type(2) {
    top: 19px;
  }

  .sp-menu-btn span:nth-of-type(3) {
    top: 25px;
  }

  .sp-menu-btn span:nth-of-type(3)::after {
    color: #fff;
    content: "Menu";
    /* 3つ目の要素のafterにMenu表示を指定 */
    font-size: 0.6rem;
    font-size: 0.96rem;
    left: -3px;
    position: absolute;
    text-transform: uppercase;
    top: 5px;
  }

  /* activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更 */
  .sp-menu-btn.active span:nth-of-type(1) {
    left: 18px;
    top: 14px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .sp-menu-btn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .sp-menu-btn.active span:nth-of-type(3) {
    left: 18px;
    top: 26px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  .sp-menu-btn.active span:nth-of-type(3)::after {
    content: "Close";
    /* 3つ目の要素のafterにClose表示を指定 */
    left: 4px;
    top: 5px;
    transform: translateY(0) rotate(-45deg);
  }
}
/* --------------------------------------------------------------
SEARCH
-------------------------------------------------------------- */
/* ========= 検索窓を開くための虫眼鏡ボタン設定 =========== */
.open-btn {
  background: #167ffc url("images/icon_search.svg") no-repeat center;
  /* 虫眼鏡アイコンを背景に表示 */
  background-size: 20px 20px;
  border-radius: 50%;
  cursor: pointer;
  height: 50px;
  position: fixed;
  right: 10px;
  top: 10px;
  width: 50px;
  z-index: 2;
}
.open-btn::after {
  content: "検索";
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin: 5rem auto 0;
}

/* ========= 検索窓の設定 =============== */
/* ==検索窓背景のエリア */
#search-wrap {
  bottom: 0;
  left: 0;
  opacity: 0;
  /* 透過を0に */
  position: fixed;
  /* 固定配置にして */
  top: 0;
  transition: all 0.4s;
  /* transitionを使ってスムースに現れる */
  width: 100%;
  z-index: -1;
  /* 最背面に設定 */
}

/* ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目 */
#search-wrap.panelactive {
  align-items: center;
  background: #333;
  /* 中の要素を天地中央揃えにする設定 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
  /* 不透明に変更 */
  z-index: 3;
  /* 全面に出現 */
}

/* ==検索窓のエリア */
#search-wrap .search-area {
  display: none;
  /* 検索窓のエリアは、はじめ非表示 */
}

/* ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後 */
#search-wrap.panelactive .search-area {
  display: block;
  /* 検索窓エリアを表示 */
  position: relative;
  top: -10%;
  width: 80%;
}

@media (min-width: 1024px) {
  #search-wrap.panelactive .search-area {
    width: 50%;
  }
}
/* ==検索フォームの設定 */
#search-wrap form {
  height: 66px;
  position: relative;
}

/* ==テキスト入力とボタンinput共通設定 */
#search-wrap input {
  -webkit-appearance: none;
  /* SafariやChromeのデフォルトの設定を無効 */
  color: #fff;
  cursor: pointer;
  /* カーソルを指マークに */
  outline: none;
}

/* テキスト入力input設定 */
#search-wrap input[type=text] {
  border: none;
  border-bottom: 2px solid #666;
  letter-spacing: 0.05em;
  padding: 20px;
  transition: all 0.5s;
  width: 100%;
}

#search-wrap input[type=text]:focus {
  background: #444;
}

/* ボタンinput設定 */
#search-wrap input[type=submit] {
  background: url("images/icon_search.svg") no-repeat 15px center;
  /* 虫眼鏡アイコンを背景に表示 */
  background-size: 25px 25px;
  height: 60px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 60px;
}

#search-wrap.panelactive .banner-wrap {
  color: #999;
  position: relative;
  text-align: center;
  width: 500px;
}

#search-wrap.panelactive .banner-wrap p {
  margin-bottom: 1rem;
}

#search-wrap.panelactive .banner-wrap aside {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (min-width: 768px) {
  #search-wrap.panelactive .banner-wrap aside {
    flex-direction: row;
  }
}

/* #search-wrap #banner-wrap .banner-area {
  display: flex;
  justify-content: space-evenly;
} */
/* =======　閉じるための×ボタン　======== */
.close-btn {
  cursor: pointer;
  height: 60px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 60px;
  z-index: 3;
}

.close-btn span {
  background-color: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 3px;
  left: 14px;
  position: absolute;
}

/* ×マーク */
.close-btn span:nth-of-type(1) {
  left: 16px;
  top: 21px;
  transform: translateY(6px) rotate(-135deg);
  width: 50%;
}

.close-btn span:nth-of-type(2) {
  left: 16px;
  top: 32px;
  transform: translateY(-6px) rotate(135deg);
  width: 50%;
}

/* --------------------------------------------------------------
POST
-------------------------------------------------------------- */
/* ==========================================================================
   POST
   ========================================================================== */
.post,
.page {
  background-color: #fff;
  box-shadow: 0 0.4rem 1.5rem 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}

.post-title {
  font-size: 2rem;
  padding: 2rem;
}

body.single .post-title {
  font-size: 2.6rem;
}

.post-title a {
  color: #000;
  display: block;
  text-decoration: none;
}

.post-title a:hover {
  text-decoration: underline;
}

.post-category {
  margin: 0 2rem;
}

.post-content {
  padding: 2rem;
}
.post-content h2 {
  background-color: #f2f2f2;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding: 1rem;
}
.post-content h3 {
  border-bottom: 1px solid #000;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.post-content p {
  margin-bottom: 1rem;
}
.post-content ol,
.post-content ul {
  margin-bottom: 1.5rem;
  margin-left: 3rem;
}
.post-content ol li,
.post-content ul li {
  line-height: 2;
  margin-bottom: 1rem;
}
.post-content .kouji {
  background: #0366dc;
  color: #fff;
  display: inline-block;
  padding: 0 0.8rem;
  transform: skew(-10deg);
}

.post-footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: auto;
  padding: 0 2rem 2rem;
}

.link-group {
  margin: 0 0 1rem;
  text-align: right;
  width: 100%;
}

.link-group .post-link {
  color: #0067b8;
  text-decoration: none;
}

.link-group .post-link:hover {
  text-decoration: underline;
}

.link-group .post-link::after {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  position: relative;
  right: 0;
  transition: all 0.5s;
}

.link-group .post-link:hover::after {
  position: relative;
  right: -5px;
  text-decoration: none;
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  width: 100%;
}
.post-tags .tag {
  background-color: #f2f2f2;
  font-size: 1.2rem;
  margin-right: 1rem;
}
.post-tags .tag a {
  display: block;
  padding: 0.5rem;
  text-decoration: none;
}

body.search .main > h1 {
  text-align: center;
}

body.search .main > p {
  margin-bottom: 3rem;
  text-align: center;
}

/* 768px以上------------------------------------------------------- */
@media (min-width: 768px) {
  body.home .l-post-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  body.home .l-post-wrap .post {
    margin: 0 1.5rem 3rem;
    width: calc(50% - 3rem);
  }
}
/* 1024px以上------------------------------------------------------- */
@media (min-width: 1024px) {
  .l-post-wrap {
    margin: 0 auto;
    width: 1024px;
  }

  body.home .l-post-wrap .post {
    width: 100%;
  }

  body.home .l-post-wrap .post:not(:first-child) {
    width: calc(33.3333% - 3rem);
  }
}
/* --------------------------------------------------------------
PAGER
-------------------------------------------------------------- */
.pager {
  align-items: center;
  display: flex;
  justify-content: space-around;
  list-style: none;
}
@media (max-width: 767px) {
  .pager {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .pager li {
    margin-bottom: 3rem;
  }
  .pager li:last-child {
    margin-bottom: 0;
  }
}
.pager a {
  text-decoration: none;
}

.nav-links {
  padding-top: 30px;
  text-align: center;
}

.page-numbers {
  background-color: #f2f2f2;
  display: inline-block;
  margin: 0 3px;
  padding: 6px 10px;
}

a.page-numbers:hover {
  background-color: #f00a9c;
  color: #fff;
}

a.page-numbers.current {
  background-color: #f00a9c;
  color: #fff;
}

.pagination .screen-reader-text {
  display: none;
}

/* --------------------------------------------------------------
WIDGET
-------------------------------------------------------------- */
/* BANNER AREA */
.banner-area {
  background: linear-gradient(180deg, #3a7bd5 10%, #2257a0 90%);
  color: #fff;
  padding: 1rem 0;
}

.banner-area .widget {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
}

.banner-area .widget .widget_sp_image-image-link {
  line-height: 0;
}

/* 767px以下------------------------------------------------------- */
@media (max-width: 767px) {
  .banner-area .widget:not(:first-child) {
    margin-top: 1rem;
  }
}
/* 768px以上------------------------------------------------------- */
@media (min-width: 768px) {
  .banner-area {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .banner-area .widget {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
  }
}
/* --------------------------------------------------------------
Aspire UX Parts
-------------------------------------------------------------- */
.btn-aspire-speaker,
.btn-aspire-special {
  background-color: #000;
  background-image: linear-gradient(to bottom, #45484d 0%, #000 100%);
  border-color: #000;
  border-radius: 5px 10px 10px 5px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 0.2em;
  text-align: center;
  text-shadow: 0 1px 0 #000;
  vertical-align: middle;
  width: 4.8em;
}

.btn-aspire-hook,
.btn-aspire-forward {
  background-color: #000;
  background-image: linear-gradient(to bottom, #45484d 0%, #000 100%);
  border-color: #000;
  border-radius: 10px 5px 5px 10px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 0.2em;
  text-align: center;
  text-shadow: 0 1px 0 #000;
  vertical-align: middle;
  width: 4.8em;
}

.btn-aspire-horyuu {
  background-color: #000;
  background-image: linear-gradient(to bottom, #45484d 0%, #000 100%);
  border-color: #000;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 0.2em;
  text-align: center;
  text-shadow: 0 1px 0 #000;
  vertical-align: middle;
  width: 4.8em;
  background-color: #fe9090;
  background-image: linear-gradient(to bottom, #fe9090 0%, #ff5c5c 100%);
  border-color: #ff5151;
  border-radius: 10px 4px 4px 10px;
  color: #000;
  text-shadow: none;
}

.btn-aspire-response {
  background-color: #000;
  background-image: linear-gradient(to bottom, #45484d 0%, #000 100%);
  border-color: #000;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 0.2em;
  text-align: center;
  text-shadow: 0 1px 0 #000;
  vertical-align: middle;
  width: 4.8em;
  background-color: #bfe8f9;
  background-image: linear-gradient(to bottom, #bfe8f9 0%, #0683ff 100%);
  border-color: #66c3e8;
  border-radius: 4px 4px 4px 4px;
  color: #000;
  text-shadow: none;
}

.btn-aspire-call {
  background-color: #000;
  background-image: linear-gradient(to bottom, #45484d 0%, #000 100%);
  border-color: #000;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 0.2em;
  text-align: center;
  text-shadow: 0 1px 0 #000;
  vertical-align: middle;
  width: 4.8em;
  background-color: #ffea4c;
  background-image: linear-gradient(to bottom, #ffea4c 0%, #f7dc0e 100%);
  border-color: #f1d507;
  border-radius: 4px 10px 10px 4px;
  color: #000;
  text-shadow: none;
}

.btn-aspire-number {
  background-color: #eee;
  background-image: linear-gradient(to bottom, #eee 0%, #ccc 100%);
  border-color: #999;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  color: #000;
  display: inline-block;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  height: 36px;
  line-height: 1;
  padding: 1rem;
  text-align: center;
  text-shadow: 0 -1px 0 #fff;
  width: 36px;
}

/* --------------------------------------------------------------
Info Box
-------------------------------------------------------------- */
.bp-usability-atTimesBox,
.bp-usability-attentionBox {
  margin-bottom: 4.8rem;
}

.bp-usability-atTimesBox {
  background-color: #fbf0b6;
}

.bp-usability-atTimesBox dt,
.bp-usability-attentionBox dt {
  float: left;
  padding: 10px;
  vertical-align: middle;
}

.bp-usability-atTimesBox dd,
.bp-usability-attentionBox dd {
  border-left: 3px solid #f2cc0d;
  margin: 0 0 0 60px;
  min-height: 47px;
  padding: 10px;
}

.bp-usability-atTimesBox dd dl,
.bp-usability-attentionBox dd dl {
  margin: 0;
}

.bp-usability-atTimesBox dd dt,
.bp-usability-attentionBox dd dt,
.bp-usability-atTimesBox dd dd,
.bp-usability-attentionBox dd dd {
  float: none;
  margin: 0;
  padding: 0;
}

.bp-usability-atTimesBox dd dt,
.bp-usability-attentionBox dd dt {
  font-size: 114.2%;
  font-weight: 600;
}

.bp-usability-atTimesBox dd dd,
.bp-usability-attentionBox dd dd {
  border: none;
  margin-bottom: 0;
  min-height: 0;
}

.bp-usability-attentionBox {
  background-color: #ffe6e6;
}

.bp-usability-attentionBox dd {
  border-left: 3px solid #e51400;
}

.bp-usability-atTimesBox dd ul,
.bp-usability-attentionBox dd ul {
  margin-bottom: 0;
  padding-left: 2rem;
}
.bp-usability-atTimesBox dd ul li,
.bp-usability-attentionBox dd ul li {
  line-height: 1.5;
}

.bp-usability-attentionBox dd ul li:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------------------
ScrollUp jQuery plugin
-------------------------------------------------------------- */
/* ==========================================================================
   ScrollUp jquery plugin
   ========================================================================== */
#scrollUp {
  background: rgba(85, 85, 85, 0.5);
  bottom: 0;
  color: #fff;
  padding: 3rem;
  right: 0;
  transition: bottom 0.1s linear 0s, background 0.1s linear 0s;
}
#scrollUp::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 20px;
  left: 50%;
  margin-left: -10px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  width: 20px;
}
#scrollUp:hover {
  background: orange;
  bottom: 10px;
}

/* --------------------------------------------------------------
Original (Customized)
-------------------------------------------------------------- */
.mt10 {
  margin-top: 1rem;
}

.brand-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand-logo,
.brand-description {
  margin: 1rem;
}

.brand-logo {
  font-weight: normal;
}

.brand-logo a {
  color: #000;
  font-family: "Raleway", sans-serif;
  text-decoration: none;
}

.header {
  background: #fff;
}

.footer {
  background: #333;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  padding: 1rem 0;
}

.main {
  /* background-color: #e4faff; */
  background-color: #f2f2f2;
  padding: 3rem 1rem;
}

@media (min-width: 1024px) {
  .hero {
    margin: 0 auto;
    width: 1024px;
  }
}
.slider {
  opacity: 0;
  position: relative;
  transition: opacity 0.3s linear;
  z-index: 1;
}
@media (min-width: 1024px) {
  .slider {
    height: 300px;
  }
}

.slider.slick-initialized {
  opacity: 1;
}

.slick-prev,
.slick-next {
  border-right: 2px solid #ccc;
  border-top: 2px solid #ccc;
  cursor: pointer;
  height: 25px;
  outline: none;
  position: absolute;
  top: 42%;
  width: 25px;
  z-index: 3;
}

.slick-prev {
  left: -2%;
  transform: rotate(-135deg);
}

.slick-next {
  right: -2%;
  transform: rotate(45deg);
}

.slick-dots {
  margin: -30px 0 0 0;
  position: relative;
  text-align: center;
  z-index: 3;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  background: #ddd;
  border-radius: 50%;
  color: transparent;
  display: block;
  height: 8px;
  outline: none;
  width: 8px;
}

.slick-dots .slick-active button {
  background-color: #333;
}

.movie-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* アスペクト比 16:9の場合の縦幅 */
  position: relative;
}

.movie-wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */