@charset "UTF-8";
:root, *::before, *::after {
  --color-01: #333;
  --color-02: #f5f5f5;
  --color-03: #d9d9d9;
  --color-04: #163959;
  --pd-01: 24px;
  --width-01: 1344px;
  --outline: 2px solid #ccc;
  --transition: .2s;
}
@media screen and (max-width: 767px) {
  :root, *::before, *::after {
    --pd-01: 12px;
  }
}
@media screen and (max-width: 650px) {
  :root, *::before, *::after {
    --height-header: 52px;
  }
}
/* リセット
============================================================*/
/*! A Modern CSS Reset https://github.com/hankchizljaw/modern-css-reset */
*, *::before, *::after {
  box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  transition: var(--transition) linear;
  -webkit-tap-highlight-color: transparent;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button:focus-visible {
  outline: var(--outline);
}
button:not([disabled]) {
  cursor: pointer;
}
:where(input[type="text"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid;
  border-radius: 0;
  background-color: #fff;
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
:where(input[type="text"]):-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}
/* デフォルト
  ============================================================*/
body {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: var(--color-01);
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 150%;
}
ol {
  padding: 0 0 0 1.25em;
}
@media screen and (max-width: 767px) {
  ol {
    padding: 0 0 0 1.5em;
  }
}
a {
  color: var(--color-04);
  text-decoration: none;
  transition: opacity var(--transition) linear, color var(--transition) linear, border var(--transition) linear, background var(--transition) linear, box-shadow var(--transition) linear, text-shadow var(--transition) linear;
  word-break: break-all;
}
a:focus:not(:focus-visible) {
  outline: 0;
}
a:focus-visible {
  outline: var(--outline);
}
@media (hover: hover) {
  a:hover img {
    opacity: 0.8;
  }
}
@media (hover: none) {
  a:active img {
    opacity: 0.8;
  }
}
a img {
  transition: opacity var(--transition) linear;
}
a::before, a::after {
  transition: var(--transition) linear;
}
img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
}
/*============================================================
  COMMON STYLES
  ============================================================*/
body {
  background: #f0f3f5;
}
@media screen and (max-width: 650px) {
  body {
    min-width: 300px;
    padding-top: var(--height-header);
  }
}
a:link {
  text-decoration: none;
  transition: 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.wrapper {
  /*フッター下固定のため*/
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}
/*============================================================
  HEADER
  ============================================================*/
header {
  background: #fff;
}
@media screen and (max-width: 650px) {
  header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--height-header);
  }
}
header::after {
  display: block;
  width: 100%;
  height: 4px;
  background: #0a809d;
  background: linear-gradient(to right, #0a809d 0%, #163959 81%);
  content: "";
}
.header-inner {
  width: 100%;
  max-width: var(--width-01);
  margin: 0 auto;
  padding: 30px var(--pd-01) 12px;
}
.header-top-container {
  display: flex;
  justify-content: space-between;
}
.header-ttl a {
  display: flex;
  align-items: flex-end;
}
.header-ttl a:hover {
  opacity: 0.8;
}
.header-ttl img {
  height: auto;
}
.header-by {
  margin: 0 20px;
  color: #8f95ad;
}
.header-link {
  display: flex;
  align-items: center;
}
.header-link li::before {
  color: #163959;
  content: "■";
}
.header-link li:last-of-type {
  margin-left: 50px;
}
.header-link a {
  color: #2c2c2c;
}
.header-link a:hover {
  color: #8d9092;
}
@media screen and (max-width: 768px) and (min-width: 651px) {
  .header-inner {
    padding-top: 16px;
  }
}
@media screen and (max-width: 650px) {
  .header-inner {
    padding-block: 0;
    background: #fff;
    min-height:48px;
    display: flex;
    align-items: center;
  }
  .header-logo {
    width: 250px;
  }
  .header-link {
    display: none;
  }
}
/*----------------------------------------
  グローバルメニュー
  ----------------------------------------*/
.globalnavi {
  margin: 23px 0 0;
}
.globalnavi li {
  width: 100%;
  max-width: 200px;
  text-align: center;
}
.globalnavi a {
  display: block;
  padding: 5px 0;
  font-size: 20px;
  color: #333;
}
.globalnavi a:hover {
  color: #8d9092;
}
@media screen and (min-width: 651px) {
  .globalnavi ul {
    display: flex;
  }
  .globalnavi li {
    border-right: 1px solid #d9d9d9;
  }
  .globalnavi li:first-of-type {
    border-left: 1px solid #d9d9d9;
  }
  .globalnavi li:nth-last-child(-n+2) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .globalnavi a {
    font-size: 18px;
  }
}
@media screen and (max-width: 650px) {
  .globalnavi {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 52px;
    left: 0;
    width: 100%;
    margin: 0;
  }
  .globalnavi li {
    display: block;
    max-width: none;
  }
  .globalnavi li:nth-last-child(-n+2) a {
    border-bottom: 1px solid #fff;
    background: rgba(216, 216, 216, 0.95);
  }
  .globalnavi a {
    display: block;
    height: auto;
    padding: 0.7em;
    border-bottom: solid 1px #d8d8d8;
    background: rgba(255, 255, 255, 0.95);
  }
}
@media screen and (max-width: 650px) and (hover: none) {
  .globalnavi a {
    padding: 1em 0;
  }
}
/*----------------------------------------
  レスポンシブ
  ----------------------------------------*/
#responsive-menu-button {
  display: none;
}
.btn-menu.is-active .btn-menu-line-top {
  top: 48%;
  transform: translateY(0) scale(0);
}
.btn-menu.is-active .btn-menu-line-middle::before {
  transform: rotate(45deg);
}
.btn-menu.is-active .btn-menu-line-middle::after {
  transform: rotate(-45deg);
}
.btn-menu.is-active .btn-menu-line-bottom {
  top: 48%;
  transform: translateY(0) scale(0);
}
.btn-menu-line {
  display: block;
  position: absolute;
  left: 9px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #333;
  transition: var(--transition) linear;
}
.btn-menu-line-top {
  top: 12px;
  transform: scale(1);
}
.btn-menu-line-middle {
  top: 18px;
  background: none;
}
.btn-menu-line-middle::before, .btn-menu-line-middle::after {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #333;
  content: "";
  transition: var(--transition) linear;
  transform: rotate(0);
}
.btn-menu-line-bottom {
  top: 24px;
  transform: scale(1);
}
@media screen and (max-width: 650px) {
  #responsive-menu-button {
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  #navi-content {
    overflow: auto;
    height: 300px;
    height: calc(100vh - 54px);
  }
}
/*============================================================
  FOOTER
  ============================================================*/
footer {
  position: relative;
  overflow: hidden;
  margin: auto 0 0;
  background: #141f33;
  color: #f0f3f5;
}
.footer-inner {
  position: relative;
  width: 100%;
  max-width: var(--width-01);
  margin: 0 auto;
  padding: 43px var(--pd-01) 20px;
}
.footer-inner::after {
  display: block;
  position: absolute;
  z-index: 0;
  right: -20%;
  bottom: -100%;
  width: 800px;
  height: 200%;
  background: radial-gradient(ellipse at center, rgba(10, 128, 157, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  content: "";
}
.footer-top-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.footer-nav h2 {
  font-size: 18px;
}
.footer-nav h2:nth-of-type(2) {
  margin-top: 24px;
}
.footer-nav-list {
  display: flex;
  gap: 0.5em 29px;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
  margin: 7px 0 0 0.8em;
}
.footer-nav-list li {
  line-height: 120%;
}
.footer-nav-list li::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20style%3D%22fill%3A%23ffffff%3B%22%20d%3D%22M246.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-160%20160c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L178.7%20256%2041.4%20118.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l160%20160z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
  font-size: 12px;
  content: "";
  transform: translateX(-2px);
}
.footer-nav-list a {
  font-size: 14px;
  color: #fff;
}
.footer-nav-list a:hover {
  color: #8d9290;
}
.footer-ttl {
  text-align: right;
  transition: opacity 0.3s ease-out;
  transform: translateY(60px);
}
.footer-ttl:hover {
  opacity: 0.8;
}
.footer-ttl img {
  height: auto;
}
.footer-logo {
  display: block;
  width: 228px;
  margin-bottom: 10px;
}
.footer-logo-kit {
  width: 160px;
}
.footer-by {
  margin-right: 10px;
  color: #f0f3f5;
}
.footer-copyright {
  position: relative;
  z-index: 5;
  margin-top: 48px;
  font-size: 12px;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  footer {
    background-size: contain;
  }
  .footer-inner {
    padding-top: 20px;
    padding-bottom: 12px;
  }
  .footer-by {
    margin-right: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer-inner::after {
    right: -50%;
  }
}
@media screen and (max-width: 650px) {
  .footer-top-container {
    flex-direction: column-reverse;
    align-items: baseline;
  }
  .footer-nav h2 {
    margin-top: 48px;
  }
  .footer-nav-list li {
    width: calc(50% - 0.4em);
  }
  .footer-nav-list li:not(:last-of-type) {
    margin: 0 0 14px;
  }
  .footer-ttl {
    transform: none;
  }
  .footer-ttl a {
    display: flex;
    align-items: flex-end;
  }
  .footer-logo {
    display: inline-block;
    width: 140px;
    margin-bottom: 0;
  }
  .footer-logo-kit {
    width: 120px;
  }
  .footer-by {
    margin: 0 5px;
  }
  .footer-copyright {
    font-size: 10px;
    letter-spacing: -0.5px;
  }
}
/*============================================================
  LAYOUTS
  ============================================================*/
.content {
  display: grid;
  gap: 36px;
  grid-template-columns: auto min(30%, 300px);
  width: 100%;
  max-width: var(--width-01);
  margin: 0 auto 40px;
  padding: 0 var(--pd-01);
}
@media screen and (max-width: 768px) {
  .content {
    display: block;
  }
  .content main {
    display: block;
    width: 100%;
  }
  .content aside {
    width: auto;
    margin-top: 50px;
  }
}
/*============================================================
  メインビジュアル
  ============================================================*/
.top-mainvisual {
  height: 180px;
  margin-bottom: 48px;
  background: url("../img/common/mainvisual.png") center center/cover no-repeat;
  position: relative;
}
.top-mainvisual h1 {
  display:block;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 100%;
}
@media screen and (max-width: 1040px) {
  .top-mainvisual {
    height: auto;
    aspect-ratio: 8/1;
  }
}
@media screen and (max-width: 767px) {
  .top-mainvisual {
    margin-bottom: 24px;
  }
  .top-mainvisual svg {
    width:250px;
    height: 22px;
  }
}
/*============================================================
  ぱんくずリスト
  ============================================================*/
.breadcrumb {
  width: 100%;
  max-width: var(--width-01);
  margin: 0 auto;
  padding: var(--pd-01);
}
.breadcrumb-nav {
  font-size: 14px;
  color: #676767;
}
.breadcrumb-nav li {
  display: inline;
  line-height: 120%;
}
.breadcrumb-nav li:not(:first-of-type)::before {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: 0 5px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20style%3D%22fill%3A%238f95ad%3B%22%20d%3D%22M246.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-160%20160c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L178.7%20256%2041.4%20118.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l160%20160z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
  content: "";
}
.breadcrumb a {
  color: #8f95ad;
}
.breadcrumb a:hover {
  color: #676767;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 12px;
  }
  .breadcrumb-nav {
    width: auto;
  }
}
/*============================================================
  サイドバー
  ============================================================*/
aside h2 {
  margin-bottom: 12px;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #061a3f;
  font-size: 18px;
  color: #061a3f;
}
.aside-list + .aside-list {
  margin-top: 48px;
}
.aside-list-member {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.aside-list-member a {
  display: block;
  border-radius: 50%;
}
.aside-list-member a:focus:not(:focus-visible) {
  outline: 0;
}
.aside-list-member a:focus-visible {
  outline: 2px solid #061a3f;
}
@media (hover: hover) {
  .aside-list-member a:hover img {
    animation: author 0.5s ease-out;
  }
}
.aside-banner + .aside-banner {
  margin:12px 0 0;
}
.aside-banner a {
  display: block;
}
/*----------------------------------------
  おすすめ記事
  ----------------------------------------*/
.aside-recentpost {
  display: grid;
}
.aside-recentpost figure {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 9/4;
}
.aside-recentpost img {
  transition: 0.3s ease-out;
}
@media (hover: hover) {
  .aside-recentpost a:hover {
    opacity: 0.8;
  }
  .aside-recentpost a:hover img {
    transform: scale(1.05);
  }
}
@media (hover: none) {
  .aside-recentpost a:active {
    opacity: 0.8;
  }
  .aside-recentpost a:active img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) and (min-width: 551px) {
  .aside-recentpost {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .aside-recentpost {
    grid-template-columns: auto;
  }
}
.aside-recentpost li + li {
  margin-top: 12px;
  padding-top: 12px;
  border-top: solid 1px #d8d8d8;
}
.aside-recentpost a {
  display: block;
  position: relative;
  color: #343434;
}
.aside-recentpost a:hover {
  color: #8d9092;
}
.aside-recentpost p {
  overflow: hidden;
}
.aside-recentpost-category {
  display: inline-block;
  position: absolute;
  top: 5px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}
.aside-recentpost-title {
  margin: 3px 0 0;
  font-size: 93%;
  font-weight: bold;
  line-height: 150%;
}
/*----------------------------------------
  サイドバーリスト（テキスト）
  ----------------------------------------*/
.aside-list-txt li:not(:first-of-type) {
  margin-top: 14px;
}
@media (hover: none) {
  .aside-list-txt li:not(:first-of-type) {
    margin-top: 21px;
  }
}
.aside-list-txt li small {
  margin-left: 4px;
}
.aside-list-txt li small::before {
  content: "(";
}
.aside-list-txt li small::after {
  content: ")";
}
.aside-list-txt a {
  color: #484848;
}
.aside-list-txt a:hover {
  color: #8d9092;
}
/*--- 子カテゴリ -------------------*/
.submenu {
  padding-left: 1em;
}
.submenu li {
  margin-top: 12px;
}
.submenu li::before {
  margin-right: 3px;
  content: "－";
}
.aside-list-txt.catdepth-2 {
  position: relative;
  margin-left: 0;
}
.aside-list-txt.catdepth-2::before {
  position: absolute;
  top: 0;
  left: -1em;
  content: "└";
}
.aside-list-txt.catdepth-2 .nolink {
  color: #ccc;
}
.aside-list-txt.catdepth-3 {
  position: relative;
  margin-left: 12px;
}
.aside-list-txt.catdepth-3::before {
  position: absolute;
  top: 0;
  left: -1em;
  content: "└";
}
.aside-list-txt.catdepth-3 .nolink {
  color: #ccc;
}
/*--- 月別アーカイブ -------------------*/
.aside-ttl-archive {
  font-size: 16px;
  color: #061a3f;
}
.aside-list-archive + .aside-ttl-archive {
  margin: 12px 0 0;
}
.aside-list-archive {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 3px 0 0 1em;
}
.aside-list-archive li {
  width: 3.5em;
}
.aside-list-archive li:not(:first-of-type) {
  margin-top: 0;
}
.aside-list-archive li small {
  margin-left: 0;
}
@media screen and (max-width: 767px) and (hover: none) {
  .aside-list-archive {
    gap: 12px 10px;
  }
}
/*----------------------------------------
  メンバーリスト
  ----------------------------------------*/
.memberlist ul {
  margin-right: -20px;
}
.memberlist li {
  margin: 0 20px 20px 0;
}
.memberlist li img {
  border-radius: 50%;
}
/*----------------------------------------
  検索
  ----------------------------------------*/
.aside-search {
  display: grid;
  grid-template-columns: calc(100% - 50px) 50px;
  max-width: 500px;
}
@media screen and (max-width: 650px) {
  .aside-search {
    grid-template-columns: calc(100% - 60px) 60px;
  }
}
.aside-search-input {
  height: 30px;
  padding: 2px;
  border: 1px solid var(--color-01);
  border-right: none;
  border-radius: 2px 0 0 2px;
}
.aside-search-button {
  height: 30px;
  border-radius: 0 2px 2px 0;
  background: var(--color-04);
  color: #fff;
}
@media (hover: hover) {
  .aside-search-button:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  .aside-search-button:active {
    opacity: 0.8;
  }
}
@media (hover: none) {
  .aside-search-input, .aside-search-button {
    height: 50px;
  }
  .aside-search-input {
    padding: 0 0.5em;
  }
}
.aside-search-note {
  margin: 0.5em 0 0;
  color: #c00;
}
.aside-search-note.is-hidden {
  display: none;
}
.search-note {
  color:#c00;
}
.search-note::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 .5em 0 0;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20stroke%3D%22%23c00%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22feather%20feather-alert-triangle%22%3E%3Cpath%20d%3D%22M10.29%203.86%201.82%2018a2%202%200%200%200%201.71%203h16.94a2%202%200%200%200%201.71-3L13.71%203.86a2%202%200%200%200-3.42%200zM12%209v4M12%2017h.01%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
  background-size: contain;
  content: "";
  transform: translateY(1px);
}
/*============================================================
  記事一覧
  ============================================================*/
.entry-list {
  display: grid;
  gap: var(--pd-01);
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 550px) {
  .entry-list {
    grid-template-columns: auto;
  }
}
.entry-list li {
  position: relative;
  background: #fff;
}
.entry-list li.hidden {
  display: none;
}
.entry-list-link {
  display: block;
}
.entry-list-link:hover .entry-list-thumbnail img {
  transform: scale(1.2);
}
.entry-list-link:hover .entry-list-hover {
  opacity: 1;
  transition: all 0.5s;
}
.entry-list-link:hover .entry-list-hover > p {
  top: 150px;
}
.entry-list-hover {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 33, 41, 0.4);
  transition: all 0.5s;
}
.entry-list-hover > p {
  position: absolute;
  top: 160px;
  left: 50%;
  padding: 0 10px 5px;
  border-bottom: 2px solid;
  white-space: nowrap;
  font-size: 20px;
  color: #fff;
  transition: all 0.5s;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .entry-list-link:hover .entry-list-hover > p {
    top: 120px;
  }
  .entry-list-hover > p {
    top: 130px;
  }
}
/*--- 記事のサムネイル画像 -------------------*/
.entry-list-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 9/4;
}
.entry-list-thumbnail img {
  transition: 0.3s ease-out;
}
/*--- 記事のカテゴリ -------------------*/
.entry-list-category {
  display: grid;
  place-items: center;
  position: absolute;
  z-index: 100;
  top: 10px;
  left: 0;
  height: 27px;
  padding: 0 12px;
  background: #163959;
  background: linear-gradient(to right, #0a809d 0%, #163959 50%, #0a809d 100%);
  background-size: 200% 27px;
  font-size: 12px;
  color: #fff;
}
.entry-list-category:hover {
  background-position: 100% 0;
}
/*--- 記事の詳細 -------------------*/
.entry-list-detail {
  padding: 12px;
}
.entry-list-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
/*--- 記事の執筆者 -------------------*/
.entry-list-author figure {
  display: table-cell;
  vertical-align: middle;
}
.entry-list-author img {
  border-radius: 50%;
}
.entry-list-author p {
  display: table-cell;
  padding-left: 5px;
  vertical-align: middle;
  font-size: 14px;
  color: #343434;
}
/*--- 記事の公開日 -------------------*/
.entry-list-date {
  font-size: 14px;
  color: #8d9092;
}
/*--- 記事のタイトル -------------------*/
.entry-list-title {
  font-size: 18px;
  font-weight: bold;
  color: #343434;
  line-height: 1.4;
}
/*--- 記事内バナー -------------------*/
.entry-insert-bnr {
  margin: 80px 0;
  display: flex;
  justify-content: center;
}
.entry-insert-link {
  display: inline-block;
}
.entry-content .entry-insert-link[target="_blank"]::after {
  display: none;
}
/*============================================================
  アーカイブページ
  ============================================================*/
.archive-title {
  margin-bottom: 24px;
  font-size: 22px;
  color: #484848;
}
@media screen and (max-width: 650px) {
  .archive-title .archive-title {
    margin: 0 0 15px;
    font-size: 20px;
  }
}
/*============================================================
  Entry
  ============================================================*/
.entry {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .entry {
    border-image-source: linear-gradient(#fff, #fff);
    border-image-slice: 0 fill;
    border-image-outset: 0 100vw;
  }
}
.entry-image {
  margin: 60px 0 0;
  text-align: center;
}
.entry-inner {
  padding: var(--pd-01);
}
@media screen and (max-width: 767px) {
  .entry-inner {
    padding-inline: 0;
  }
}
.entry-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*----------------------------------------
  執筆者
  ----------------------------------------*/
@media screen and (max-width: 650px) {
  .entry-author {
    font-size: 86%;
  }
}
.entry-author a {
  color: #484848;
}
.entry-author a:hover {
  color: #8d9092;
}
.entry .entry-author a {
  display: flex;
  gap: 0 6px;
  align-items: center;
}
.entry .entry-author a:hover img {
  animation: author 0.5s ease-out;
}
@keyframes author {
  0% {
    transform: rotate(0);
  }
  60% {
    transform: rotate(-5deg) translateX(-2px);
  }
  100% {
    transform: rotate(0);
  }
}
/*----------------------------------------
  日付
  ----------------------------------------*/
.entry-date {
  color: #8d9092;
}
@media screen and (max-width: 650px) {
  .entry-date {
    font-size: 14px;
  }
}
/*----------------------------------------
  記事のカテゴリ
  ----------------------------------------*/
.entry-categories {
  margin-top: 24px;
}
.entry-categories li {
  display: inline-block;
}
@media screen and (max-width: 650px) {
  .entry-categories li {
    margin-bottom: 0.3em;
  }
}
.entry-categories a {
  display: grid;
  place-items: center;
  height: 30px;
  padding: 0 14px;
  background: #061a3f;
  background: linear-gradient(to right, #061a3f 50%, #163959 100%);
  background-size: 200% auto;
  font-size: 12px;
  color: #fff;
}
.entry-categories a:hover {
  background-position: -100% 0;
}
/*----------------------------------------
  記事のタイトル
  ----------------------------------------*/
.entry-title {
  margin-top: 24px;
  font-size: 32px;
  color: #484848;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .entry-title {
    font-size: 26px;
  }
}
.page .entry-title {
  margin-top: 0;
}
/* ------------------------------------------
  記事のSNSシェアボタン
  ------------------------------------------ */
.entry-title + .entry-social {
  margin-top: 22px;
}
.entry-content + .entry-social {
  text-align: center;
}
.entry-social-title {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 70px 10px;
  border-bottom: 1px solid;
  font-size: 14px;
  font-weight: bold;
  color: #484848;
}
.entry-social-buttons li {
  display: inline-block;
  vertical-align: bottom;
}
.entry-social-buttons li:not(:last-of-type) {
  margin-right: 20px;
}
.entry-social-buttons a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.entry-social-buttons a:hover {
  opacity: 0.8;
}
.entry-social-twitter a {
  display: grid;
  place-items: center;
}
.entry-social-twitter svg {
  width: 40px;
}
.entry-social-line a {
  padding-top: 11px;
  background: #00b900;
  font-weight: bold;
}
/* ------------------------------------------
  記事コンテンツ
  ------------------------------------------ */
.entry-content {
  margin: 60px 0 70px;
  color: #343434;
  line-height: 180%;
}
.page .entry-content {
  margin-bottom: 0;
}
/*--- 見出し -------------------*/
.entry-content h2 {
  margin: 84px 0 12px;
  padding: 0 12px 0.4em;
  border-bottom: 1px solid #4e4e4e;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .entry-content h2 {
    font-size: 24px;
  }
}
.entry-content h3 {
  position: relative;
  margin: 60px 0 12px;
  padding: 5px 12px 5px 18px;
  border-left: 4px solid #4e4e4e;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .entry-content h3 {
    font-size: 20px;
  }
}
.entry-content h4 {
  margin: 36px 0 12px;
  padding: 0 12px 0 16px;
  border-left: medium double #4e4e4e;
  font-size: 18px;
}
.entry-content h5 {
  margin: 1.5em 0 6px;
  font-size: 16px;
}
.entry-content h5::before {
  content:"・";
}
/*--- もくじ -------------------*/
.toc {
  margin-top: 2em;
}
.entry-content .toc-ttl {
  margin: 84px 0 0;
  padding: 0 12px 0.4em;
  border-bottom: none;
  font-size: 100%;
}
.toc-list {
  margin: 0 0 0 1.75em;
  font-size: 14px;
}
.toc-list-child {
  margin-left: 1em;
}
.entry-content ul .toc-list-child::before {
  content: "□";
}
/*--- テキスト -------------------*/
:where(.entry-content) p + p {
  margin-top: 1.5em;
}
/*--- 画像 -------------------*/
.entry-content img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/*--- 記事内リンク -------------------*/
.entry-content a {
  color: #061a3f;
  text-decoration: underline;
}
.entry-content a[target="_blank"]::after {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: 0 0 0 4px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20style%3D%22fill%3A%23061a3f%3B%22%20d%3D%22M320%200c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h82.7L201.4%20265.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L448%20109.3V192c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V32c0-17.7-14.3-32-32-32H320zM80%2032C35.8%2032%200%2067.8%200%20112V432c0%2044.2%2035.8%2080%2080%2080H400c44.2%200%2080-35.8%2080-80V320c0-17.7-14.3-32-32-32s-32%2014.3-32%2032V432c0%208.8-7.2%2016-16%2016H80c-8.8%200-16-7.2-16-16V112c0-8.8%207.2-16%2016-16H192c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H80z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
  content: "";
  transform: translateY(2px);
}
.entry-content a:hover {
  text-decoration: none;
}
/*--- リスト -------------------*/
:where(.entry-content) ul {
  margin: 2em 0 2em 0.7em;
}
.entry-content ul li {
  position: relative;
  padding: 0 0 0 0.5em;
}
.entry-content ul li::before {
  position: absolute;
  left: -1em;
  color: #818181;
  content: "■";
  transform: scale(0.5);
}
/*--- 数字リスト -------------------*/
:where(.entry-content) ol {
  margin: 2em 0 2em 1em;
}
/*--- dl -------------------*/
:where(.entry-content) dl {
  margin: 2em 0;
}
@media screen and (min-width: 768px) {
  .entry-content dl {
    display: grid;
    gap: 0 1em;
  }
  .dt-width3em {
    grid-template-columns: 3em auto;
  }
  .dt-width4em {
    grid-template-columns: 4em auto;
  }
  .dt-width5em {
    grid-template-columns: 5em auto;
  }
  .dt-width6em {
    grid-template-columns: 6em auto;
  }
  .dt-width7em {
    grid-template-columns: 7em auto;
  }
  .dt-width8em {
    grid-template-columns: 8em auto;
  }
  .dt-width9em {
    grid-template-columns: 9em auto;
  }
}
@media screen and (max-width: 767px) {
  .entry-content dt:nth-of-type(n+2) {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  .dl-mark-colon dt {
    position: relative;
    -moz-text-align-last: justify;
    text-align-last: justify;
  }
  .dl-mark-colon dt::after {
    position: absolute;
    right: -1em;
    content: "：";
  }
}
@media screen and (max-width: 767px) {
  .dl-mark-colon dt {
    margin-left: -0.5em;
  }
  .dl-mark-colon dt::before {
    content: "【";
  }
  .dl-mark-colon dt::after {
    content: "】";
  }
}
/*--- 引用 -------------------*/
.entry-content blockquote {
  position: relative;
  margin: 2em 0;
  padding: 36px;
  background: #f3f3f3;
}
.entry-content blockquote::before, .entry-content blockquote::after {
  position: absolute;
  font-size: 30px;
  color: #c0c0c0;
}
.entry-content blockquote::before {
  top: 10px;
  left: 10px;
  content: "“";
}
.entry-content blockquote::after {
  right: 10px;
  bottom: 10px;
  content: "”";
}
@media screen and (max-width: 650px) {
  .entry-content blockquote {
    padding: 36px 24px;
  }
}
/*--- テーブル -------------------*/
:where(.entry-content) table {
  margin: 2em 0;
}
.entry-content table :where(th,td) {
  border: 1px solid #b7b7b7;
  padding: .5em;
}
/*--- ページネーション -------------------*/
.pagenate {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 48px 0 0;
}
.pagenate a, .pagenate-current {
  display: inline-block;
  padding: 0.5em;
}
.pagenate-current {
  color: var(--color-04);
  padding-inline: 2px;
}
.pagenate a {
  background: var(--color-04);
  color: #fff;
}
@media (hover: hover) {
  .pagenate a:hover {
    background: rgba(22, 57, 89, 0.3);
    color: #fff;
  }
}
@media (hover: none) {
  .pagenate a:active {
    border: 1px solid transparent;
    background: rgba(22, 57, 89, 0.3);
    color: #fff;
  }
  .pagenate a, .pagenate-current {
    padding: 0.75em;
  }
}
/* ------------------------------------------
  関連記事
  ------------------------------------------ */
.relation-entrylist {
  margin-top: 47px;
}
.relation-entrylist h2 {
  margin-bottom: 15px;
  padding: 0 0 12px;
  border-bottom: 1px solid #061a3f;
  font-size: 20px;
  color: #061a3f;
}
.relation-entrylist ul {
  display: grid;
  gap: 24px 12px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) and (min-width: 551px) {
  .relation-entrylist ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .relation-entrylist ul {
    grid-template-columns: auto;
  }
}
.relation-entrylist figure {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 9/4;
}
.relation-entrylist img {
  transition: 0.3s ease-out;
}
.relation-entrylist a:hover {
  opacity: 0.8;
}
.relation-entrylist a:hover img {
  transform: scale(1.1);
}
.relation-entry-title {
  margin: 6px 0 0;
  font-weight: bold;
  color: #484848;
  line-height: 140%;
}
.relation-entry-date {
  margin-top: 3px;
  font-size: 14px;
  color: #8f95ad;
}
/*============================================================
  執筆者について（記事・執筆者アーカイブ共通）
  ============================================================*/
.author-detail {
  position: relative;
  padding: var(--pd-01);
  background: #fff;
  color: #484848;
}
.archive-title + .author-detail {
  margin-bottom: 48px;
}
.entry + .author-detail {
  margin-top: 48px;
}
.author-detail-header {
  margin-bottom: 15px;
}
.author-detail-botttom-containar {
  display: grid;
  gap: 12px;
  align-items: center;
  grid-template-columns: 200px auto;
}
.author-detail-body a {
  color: #484848;
}
.author-detail-body a:hover {
  color: #8d9092;
}
@media screen and (max-width: 767px) {
  .author-detail-botttom-containar {
    gap: 12px;
    align-items: flex-start;
    grid-template-columns: auto;
  }
}
/*----------------------------------------
  執筆者画像
  ----------------------------------------*/
.author-detail-body figure {
  display: table-cell;
  vertical-align: middle;
}
.author-detail-body img {
  border-radius: 50%;
}
/*----------------------------------------
  執筆者名前
  ----------------------------------------*/
.author-detail-name {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}
/*----------------------------------------
  執筆者プロフィール
  ----------------------------------------*/
.author-detail-profile {
  color: #484848;
  line-height: 150%;
}
.author-detail-profile a {
  color: #061a3f;
  text-decoration: underline;
}
.author-detail-profile a:hover {
  text-decoration: none;
}
.author-detail-profile a[target="_blank"]::after {
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin: 0 0 0 4px;
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20style%3D%22fill%3A%23061a3f%3B%22%20d%3D%22M320%200c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h82.7L201.4%20265.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L448%20109.3V192c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V32c0-17.7-14.3-32-32-32H320zM80%2032C35.8%2032%200%2067.8%200%20112V432c0%2044.2%2035.8%2080%2080%2080H400c44.2%200%2080-35.8%2080-80V320c0-17.7-14.3-32-32-32s-32%2014.3-32%2032V432c0%208.8-7.2%2016-16%2016H80c-8.8%200-16-7.2-16-16V112c0-8.8%207.2-16%2016-16H192c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H80z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
    background-size: contain;
    content: "";
    transform: translateY(2px);
}
.author-entry {
  margin: 1em 0 0;
  text-align: right;
}
@media (hover: hover) {
  .author-entry-link:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  .author-entry-link:active {
    opacity: 0.8;
  }
}
.author-entry-link::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20style%3D%22fill%3A%23163959%3B%22%20d%3D%22M246.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-160%20160c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L178.7%20256%2041.4%20118.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l160%20160z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
  background-size: contain;
  font-size: 12px;
  content: "";
  transform: translateX(-2px);
}
/*============================================================
  COMMON
  ============================================================*/
.set-center {
  text-align: center;
}
.m-t05em {
  margin-top: 0.5em;
}
.m-t1em {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .sp-only-m-t1em {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sp-only-m-t1em {
    margin-top: 1em;
  }
}
.m-t2em {
  margin-top: 2em;
}
.m-t0 {
  margin-top: 0;
}
/*--- グリッド -------------------*/
.s-grid2, .s-grid3 {
  display: grid;
  gap: var(--pd-01);
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .s-grid2 {
    grid-template-columns: repeat(2, auto);
  }
  .s-grid3 {
    grid-template-columns: repeat(3, auto);
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .s-grid3 {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .s-grid2, .s-grid3 {
    gap: var(--pd-01);
    align-items: center;
    grid-template-columns: auto;
  }
}
.list-mt1em > li + li {
  margin: 1em 0 0;
}