@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit::after {
  background: url(../img/news/pagetit_bg.png) center;
  background-size: cover;
}

/* ---------------------------------------------------
	sidebar
------------------------------------------------------ */
#sidebar {
  width: 270px;
  margin-right: 50px;
  padding-top: 24px;
  letter-spacing: 0.1em;
  order: 10;
}
#sidebar .sidebar_tit {
  margin: 0 0 20px;
  line-height: 1.5;
  letter-spacing: 0.3em;
  text-align: left;
}
#sidebar ul {
  margin-bottom: -1px;
  border-top: 1px solid #1e3c64;
  line-height: 1.1;
}
#sidebar ul li {
  position: relative;
  border-bottom: 1px solid #1e3c64;
}
#sidebar ul li:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 27px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 11px;
  /*background: url(../img/news/icon_arrow.svg) no-repeat;*/
  /*background-size: 100%;*/
  z-index: 1;
}
#sidebar ul li.open:before {
  transform: rotate(90deg);
}
#sidebar ul li a {
  position: relative;
  display: block;
  padding: 22px 5px 22px 16px;
}
@media (any-hover: hover) {
  #sidebar ul li a:hover {
    background: #4b6383;
    color: #fff;
    opacity: 1;
  }
}
#sidebar ul + .sidebar_tit {
  margin-top: 96px;
}
#sidebar .list_parent {
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 22px 5px 22px 16px;
  border-top: 1px solid #1e3c64;
  border-bottom: 1px solid #1e3c64;
  cursor: pointer;
  line-height: 1.1;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  #sidebar .list_parent:hover {
    background: #d6dce3;
    opacity: 1;
  }
}
#sidebar .list_parent:before, #sidebar .list_parent:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 8px;
  height: 1px;
  background: currentColor;
  z-index: 1;
}
#sidebar .list_parent::after {
  transform: rotate(90deg);
}
#sidebar .list_parent.open {
  background: #4b6383;
  color: #fff;
}
#sidebar .list_parent.open::after {
  opacity: 0;
}
#sidebar .list_parent + ul {
  display: none;
  background: #fff;
}
#sidebar .list_parent + ul li a {
  padding-left: 48px;
  background: url(../img/common/icon_arrow_02.svg) no-repeat right 16px center;
  background-size: 18px;
}
@media (any-hover: hover) {
  #sidebar .list_parent + ul li a:hover {
    background: url(../img/common/icon_arrow_02.svg) no-repeat right 16px center, #d6dce3;
    background-size: 18px;
    color: #1e3c64;
  }
}

@media (max-width: 810px) {
  #mainvisual {
    padding-bottom: 56px;
  }
  #sidebar {
    width: 480px;
    max-width: 100%;
    margin: 80px auto 0;
    order: 0;
  }
  #sidebar .sidebar_tit {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
  #sidebar ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #sidebar .list_parent {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* ---------------------------------------------------
	category
------------------------------------------------------ */
#category {
  padding: 192px 0 192px;
}

.post_box_wrap {
  width: calc(100% - 270px - 82px);
}

.post_box {
  border-bottom: 1px solid #1e3c64;
}
.post_box a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 48px 0 48px 24px;
}
.post_box .eyecatch {
  position: relative;
  width: 30.7%;
  max-width: 216px;
  aspect-ratio: 216/144;
  overflow: hidden;
}
.post_box .eyecatch img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  aspect-ratio: 300/200;
  object-fit: cover;
}
.post_box .post_txt {
  width: 62.5%;
  padding-right: 12px;
}
.post_box .post_cat {
  display: inline-block;
  max-width: 100%;
  padding: 0 24px;
  color: #1e3c64;
  border-left: 1px solid #1e3c64;
  border-right: 1px solid #1e3c64;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}
.post_box .post_date {
  display: inline-block;
  margin-right: 20px;
  color: #788aa2;
  line-height: 1.2;
  letter-spacing: 0;
  vertical-align: middle;
}
.post_box .post_tit {
  position: relative;
  display: block;
  margin-top: 16px;
  padding-right: 32px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.post_box .post_tit .more {
  display: block;
  margin-top: 8px;
  color: #788aa2;
  font-size: 1.6rem;
  font-family: "Marcellus", "Times New Roman", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
  text-align: right;
}
.post_box .post_tit .more::after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 18px;
  height: 9px;
  margin-left: 8px;
  background: url(../img/common/icon_arrow_02_blue.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  transition: transform 0.5s;
}

.notfound {
  width: 100%;
  padding: 80px 0 100px;
  text-align: center;
}

.page_navi {
  position: relative;
  width: 100%;
  margin: 48px auto 0;
  color: #1e3c64;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.page_navi .current {
  padding: 2px 6px 3px;
  display: inline-block;
  margin: 0 2px;
  background: #fff;
  border-bottom: 1px solid #1e3c64;
  vertical-align: top;
  opacity: 1;
}
.page_navi a {
  display: inline-block;
  margin: 0 2px;
  padding: 2px 6px 3px;
  border-bottom: 1px solid #8e9db1;
  color: currentColor;
  vertical-align: top;
}
@media (any-hover: hover) {
  .page_navi a:hover {
    background: #eee;
    opacity: 1;
  }
}
.page_navi .page-numbers.dots {
  margin: 0 6px 0 3px;
}
.page_navi .prev,
.page_navi .next {
  position: relative;
  width: 26px;
  padding: 2px 4px 3px;
  background: none;
  border-color: transparent;
  text-align: left;
  text-indent: -9999px;
}
.page_navi .prev:after,
.page_navi .next:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 18px;
  height: 9px;
  background: url(../img/common/icon_arrow_02.svg);
  background-size: 100%;
}
@media (any-hover: hover) {
  .page_navi .prev:hover,
  .page_navi .next:hover {
    background: #eee;
    opacity: 1;
  }
}
.page_navi .prev {
  margin-right: 8px;
}
.page_navi .prev:after {
  transform: scale(-1, 1);
}
.page_navi .next {
  margin-left: 8px;
}
.page_navi .pnext {
  position: relative;
  max-width: 48%;
  height: auto;
  margin-bottom: 48px;
  padding: 0;
  border: none;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page_navi .pnext:hover {
  background: none;
}
.page_navi .pnext:after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 18px;
  height: 9px;
  background: url(../img/common/icon_arrow_02.svg) no-repeat;
  background-size: 100%;
}
.page_navi .pnext.left {
  float: left;
  padding-left: 32px;
}
.page_navi .pnext.left:after {
  left: 0;
  right: auto;
  transform: scale(-1, 1);
}
.page_navi .pnext.right {
  float: right;
  padding-right: 32px;
}
.page_navi .navi_top {
  clear: both;
  border-top: 1px solid #1e3c64;
  padding-top: 96px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.page_navi .navi_top a {
  display: inline-block;
  width: 196px;
  height: auto;
  padding: 12px 16px;
  background: #1e3c64;
  color: #fff;
  text-align: center;
}
@media (any-hover: hover) {
  .page_navi .navi_top a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 810px) {
  #category {
    padding: 72px 0 96px;
  }
  #category .en_tit {
    margin-bottom: 56px;
  }
  .post_box_wrap {
    float: none;
    width: 100%;
  }
  .post_box .post_txt {
    margin-top: 12px;
    padding-right: 0;
  }
  .post_box .post_tit {
    padding-right: 0;
    line-height: 1.75;
  }
  .page_navi {
    margin-top: 48px;
    font-size: 1.8rem;
    text-align: center;
  }
  .page_navi .current {
    margin-bottom: 5px;
  }
  .page_navi a {
    margin-bottom: 5px;
  }
  .page_navi .pnext {
    margin-bottom: 16px;
    font-size: 1.35rem;
  }
  .page_navi .navi_top {
    padding-top: 32px;
    font-size: 1.35rem;
  }
}
@media (max-width: 480px) {
  .post_box a {
    display: block;
    padding: 32px 16px 24px;
  }
  .post_box .eyecatch {
    width: 100%;
    margin: 0 auto 10px;
  }
  .post_box .post_txt {
    width: 100%;
    max-width: 100%;
  }
  .post_box .post_tit {
    margin-top: 8px;
    line-height: 1.75;
  }
}
/* ---------------------------------------------------
	single
------------------------------------------------------ */
#single {
  padding: 192px 0 192px;
}
#single .single_main {
  width: calc(100% - 270px - 82px);
}
#single .single_tit_wrap {
  width: 100%;
  margin: 0 auto 64px;
  line-height: 1.75;
}
#single .single_tit_wrap .single_cat {
  display: inline-block;
  max-width: 100%;
  padding: 0 24px;
  color: #1e3c64;
  border-left: 1px solid #1e3c64;
  border-right: 1px solid #1e3c64;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}
#single .single_tit_wrap .single_date {
  display: inline-block;
  margin-right: 20px;
  color: #788aa2;
  line-height: 1.2;
  letter-spacing: 0;
  vertical-align: middle;
}
#single .single_tit_wrap .single_tit {
  display: block;
  margin-top: 48px;
  letter-spacing: 0.3em;
}
#single .entry_content {
  padding: 0 20px;
}
#single .page_navi {
  margin-top: 96px;
  padding-top: 48px;
  border-top: 1px solid #1e3c64;
}

@media (max-width: 810px) {
  #single {
    padding: 64px 0 112px;
  }
  #single .single_main {
    float: none;
    width: 100%;
  }
  #single .single_tit_wrap {
    margin: 0 auto 40px;
    padding: 0 8px 32px;
  }
  #single .single_tit_wrap .single_date {
    margin-right: 20px;
  }
  #single .single_tit_wrap .single_tit {
    margin-top: 16px;
  }
  #single .entry_content {
    padding: 0 8px;
  }
  #single .page_navi {
    margin-top: 48px;
    padding-top: 16px;
  }
}
/* ---------------------------------------------------
	wp_common
------------------------------------------------------ */
.entry_content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 96px 0;
  text-align: left;
  line-height: 2.25;
  letter-spacing: 0.05em;
  word-wrap: break-word;
}

.entry_content p {
  display: block;
  margin: 1em 0 2em;
  line-height: 2.25;
}

.entry_content a {
  text-decoration: underline;
}

.entry_content a:hover {
  text-decoration: none;
}

.entry_content div {
  margin: 28px 0;
}

.entry_content strong {
  font-weight: bold;
}

.entry_content strong span {
  font-weight: bold;
}

.entry_content em {
  font-style: italic;
}

.entry_content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.entry_content .aligncenter {
  margin: 0 auto;
}

.entry_content .alignright {
  float: right;
  margin: 0 0 10px 10px;
}

.entry_content .alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

.entry_content .has-text-align-center {
  text-align: center;
}
.entry_content .has-text-align-right {
  text-align: right;
}

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

.entry_content {
  /* gutenberg */
}
.entry_content h1 {
  margin: 2em auto 1em;
  padding: 16px 0 16px 24px;
  /*background: url(../img/common/tit_bg_02.png) no-repeat;*/
  /*background-size: 2px 100%;*/
  color: #1e3c64;
  font-size: 3.6rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
.entry_content h2 {
  position: relative;
  max-width: 100%;
  margin: 60px auto 1em;
  color: #1e3c64;
  font-size: 1.75em;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  text-align: left;
  z-index: 1;
}
.entry_content h3 {
  width: max-content;
  max-width: 100%;
  margin: 60px 0 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #8e9db1;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.entry_content h4 {
  margin: 50px auto 20px;
  color: #1e3c64;
  font-size: 1.125em;
}
.entry_content h4:after {
  content: "";
  display: block;
  width: 1em;
  height: 0;
  border-top: 1px solid #8e9db1;
}
.entry_content h5 {
  margin: 1em auto;
  color: #1e3c64;
  font-weight: bold;
}
.entry_content h5:after {
  content: "";
  display: block;
  width: 1em;
  height: 0;
  border-top: 1px solid;
}
.entry_content h6 {
  margin-bottom: 0.5em;
  color: #1e3c64;
  font-size: 0.875em;
  font-weight: bold;
}
.entry_content table {
  margin: 1em 0;
}
.entry_content table th,
.entry_content table td {
  padding: 22px 20px 20px;
  border-top: 1px solid #8e9db1;
  border-bottom: 1px solid #8e9db1;
  line-height: 2.1;
  letter-spacing: 0;
}
.entry_content table p {
  margin: 0;
}
.entry_content ul {
  margin: 1em 0;
  list-style: disc;
  padding-left: 1.5em;
}
.entry_content ul li {
  list-style: disc;
}
.entry_content ol {
  margin: 1em 0;
  list-style: decimal;
  padding-left: 1.5em;
}
.entry_content ol li {
  list-style: decimal;
}
.entry_content pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.entry_content code,
.entry_content kbd,
.entry_content samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.entry_content sub,
.entry_content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.entry_content sub {
  bottom: -0.25em;
}
.entry_content sup {
  top: -0.5em;
}
.entry_content legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.entry_content progress {
  vertical-align: baseline;
}
.entry_content pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.entry_content code,
.entry_content kbd,
.entry_content tt,
.entry_content var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
.entry_content abbr,
.entry_content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry_content mark,
.entry_content ins {
  background: #fff9c0;
  text-decoration: none;
}
.entry_content big {
  font-size: 125%;
}
.entry_content details {
  display: block;
}
.entry_content summary {
  display: list-item;
}
.entry_content template {
  display: none;
}
.entry_content dfn,
.entry_content cite,
.entry_content em,
.entry_content i {
  font-style: italic;
}
.entry_content blockquote {
  padding: 0 1em;
  background: #fff;
  border-left: 4px solid #ddd;
}
.entry_content embed,
.entry_content iframe,
.entry_content object {
  max-width: 100%;
}
.entry_content .wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.entry_content .wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry_content .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.entry_content .wp-caption-text {
  text-align: center;
}
.entry_content .gallery {
  margin-bottom: 1.5em;
}
.entry_content .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.entry_content .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.entry_content .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.entry_content .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.entry_content .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.entry_content .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.entry_content .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.entry_content .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.entry_content .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.entry_content .gallery-caption {
  display: block;
}
.entry_content .wp-block-gallery {
  padding-left: 0;
  list-style: none;
}
.entry_content .wp-block-gallery li {
  list-style: none;
}
.entry_content .wp-block-button__link {
  text-decoration: none;
}

@media (max-width: 810px) {
  .entry_content {
    padding: 48px 0 64px;
    letter-spacing: 0;
  }
  .entry_content h3 {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .entry_content h3:after {
    margin-top: 20px;
  }
  .entry_content table {
    max-width: 100%;
    width: 100% !important;
  }
  .entry_content table th,
  .entry_content table td {
    padding: 15px 8px 13px;
    line-height: 2.1;
  }
}